/*! * * This file is part of the Buttonizer plugin that is downloadable through Wordpress.org, * please do not redistribute this plugin or the files without any written permission of the author. * * If you need support: * - pleae create a ticket: https://community.buttonizer.pro/tickets * - or visit our community website: https://community.buttonizer.pro/ * * Buttonizer is Freemium software. The free version (build) does not contain premium functionality. * * (C) 2017-2022 Buttonizer v2.9.2 * */ /*! * * This file is part of the Buttonizer plugin that is downloadable through Wordpress.org, * please do not redistribute this plugin or the files without any written permission of the author. * * If you need support: * - pleae create a ticket: https://community.buttonizer.pro/tickets * - or visit our community website: https://community.buttonizer.pro/ * * Buttonizer is Freemium software. The free version (build) does not contain premium functionality. * * (C) 2017-2022 Buttonizer v2.9.2 * */ /******/ (function() { // webpackBootstrap /******/ var __webpack_modules__ = ({ /***/ 50676: /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ _arrayLikeToArray; } /* harmony export */ }); 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; } /***/ }), /***/ 59968: /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ _arrayWithHoles; } /* harmony export */ }); function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } /***/ }), /***/ 83614: /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ _arrayWithoutHoles; } /* harmony export */ }); /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(50676); function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__/* .default */ .Z)(arr); } /***/ }), /***/ 63349: /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ _assertThisInitialized; } /* harmony export */ }); function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } /***/ }), /***/ 5991: /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ _createClass; } /* harmony export */ }); function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } /***/ }), /***/ 96156: /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ _defineProperty; } /* harmony export */ }); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } /***/ }), /***/ 22122: /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ _extends; } /* harmony export */ }); function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } /***/ }), /***/ 41788: /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ _inheritsLoose; } /* harmony export */ }); /* harmony import */ var _setPrototypeOf_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(14665); function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; (0,_setPrototypeOf_js__WEBPACK_IMPORTED_MODULE_0__/* .default */ .Z)(subClass, superClass); } /***/ }), /***/ 96410: /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ _iterableToArray; } /* harmony export */ }); function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); } /***/ }), /***/ 28970: /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ _nonIterableRest; } /* harmony export */ }); 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."); } /***/ }), /***/ 62303: /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ _nonIterableSpread; } /* harmony export */ }); 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."); } /***/ }), /***/ 81253: /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ _objectWithoutProperties; } /* harmony export */ }); /* harmony import */ var _objectWithoutPropertiesLoose_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(19756); function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = (0,_objectWithoutPropertiesLoose_js__WEBPACK_IMPORTED_MODULE_0__/* .default */ .Z)(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; } /***/ }), /***/ 19756: /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ _objectWithoutPropertiesLoose; } /* harmony export */ }); 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; } /***/ }), /***/ 14665: /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ _setPrototypeOf; } /* harmony export */ }); function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } /***/ }), /***/ 28481: /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) { "use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, { "Z": function() { return /* binding */ _slicedToArray; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js var arrayWithHoles = __webpack_require__(59968); ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js var unsupportedIterableToArray = __webpack_require__(82961); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableRest.js var nonIterableRest = __webpack_require__(28970); ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js function _slicedToArray(arr, i) { return (0,arrayWithHoles/* default */.Z)(arr) || _iterableToArrayLimit(arr, i) || (0,unsupportedIterableToArray/* default */.Z)(arr, i) || (0,nonIterableRest/* default */.Z)(); } /***/ }), /***/ 78927: /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ _toConsumableArray; } /* harmony export */ }); /* harmony import */ var _arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(83614); /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(96410); /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(82961); /* harmony import */ var _nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(62303); function _toConsumableArray(arr) { return (0,_arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__/* .default */ .Z)(arr) || (0,_iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__/* .default */ .Z)(arr) || (0,_unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__/* .default */ .Z)(arr) || (0,_nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)(); } /***/ }), /***/ 90484: /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ _typeof; } /* harmony export */ }); 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); } /***/ }), /***/ 82961: /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ _unsupportedIterableToArray; } /* harmony export */ }); /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(50676); function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__/* .default */ .Z)(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 (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__/* .default */ .Z)(o, minLen); } /***/ }), /***/ 95318: /***/ (function(module) { function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports.default = module.exports; /***/ }), /***/ 20862: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var _typeof = __webpack_require__(50008).default; function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; } module.exports = _interopRequireWildcard, module.exports.__esModule = true, module.exports.default = module.exports; /***/ }), /***/ 50008: /***/ (function(module) { function _typeof(obj) { "@babel/helpers - typeof"; return (module.exports = _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; }, module.exports.__esModule = true, module.exports.default = module.exports), _typeof(obj); } module.exports = _typeof, module.exports.__esModule = true, module.exports.default = module.exports; /***/ }), /***/ 70597: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; var __webpack_unused_export__; __webpack_unused_export__ = ({ value: true }); var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var _react = __webpack_require__(67294); var _react2 = _interopRequireDefault(_react); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; } var DEFAULT_SIZE = 24; exports.Z = function (_ref) { var _ref$fill = _ref.fill, fill = _ref$fill === undefined ? 'currentColor' : _ref$fill, _ref$width = _ref.width, width = _ref$width === undefined ? DEFAULT_SIZE : _ref$width, _ref$height = _ref.height, height = _ref$height === undefined ? DEFAULT_SIZE : _ref$height, _ref$style = _ref.style, style = _ref$style === undefined ? {} : _ref$style, props = _objectWithoutProperties(_ref, ['fill', 'width', 'height', 'style']); return _react2.default.createElement( 'svg', _extends({ viewBox: '0 0 ' + DEFAULT_SIZE + ' ' + DEFAULT_SIZE, style: _extends({ fill: fill, width: width, height: height }, style) }, props), _react2.default.createElement('path', { d: 'M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z' }) ); }; /***/ }), /***/ 43891: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; var __webpack_unused_export__; __webpack_unused_export__ = ({ value: true }); var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var _react = __webpack_require__(67294); var _react2 = _interopRequireDefault(_react); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; } var DEFAULT_SIZE = 24; exports.Z = function (_ref) { var _ref$fill = _ref.fill, fill = _ref$fill === undefined ? 'currentColor' : _ref$fill, _ref$width = _ref.width, width = _ref$width === undefined ? DEFAULT_SIZE : _ref$width, _ref$height = _ref.height, height = _ref$height === undefined ? DEFAULT_SIZE : _ref$height, _ref$style = _ref.style, style = _ref$style === undefined ? {} : _ref$style, props = _objectWithoutProperties(_ref, ['fill', 'width', 'height', 'style']); return _react2.default.createElement( 'svg', _extends({ viewBox: '0 0 ' + DEFAULT_SIZE + ' ' + DEFAULT_SIZE, style: _extends({ fill: fill, width: width, height: height }, style) }, props), _react2.default.createElement('path', { d: 'M12,18.17L8.83,15L7.42,16.41L12,21L16.59,16.41L15.17,15M12,5.83L15.17,9L16.58,7.59L12,3L7.41,7.59L8.83,9L12,5.83Z' }) ); }; /***/ }), /***/ 54720: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, { "Z": function() { return /* binding */ ButtonBase_ButtonBase; } }); // UNUSED EXPORTS: styles // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/react-dom/index.js var react_dom = __webpack_require__(73935); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useForkRef.js var useForkRef = __webpack_require__(17294); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useEventCallback.js var useEventCallback = __webpack_require__(55192); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useIsFocusVisible.js var useIsFocusVisible = __webpack_require__(24896); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js var toConsumableArray = __webpack_require__(78927); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js var objectWithoutPropertiesLoose = __webpack_require__(19756); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js var assertThisInitialized = __webpack_require__(63349); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js var inheritsLoose = __webpack_require__(41788); // EXTERNAL MODULE: ./node_modules/react-transition-group/esm/TransitionGroupContext.js var TransitionGroupContext = __webpack_require__(220); ;// CONCATENATED MODULE: ./node_modules/react-transition-group/esm/utils/ChildMapping.js /** * Given `this.props.children`, return an object mapping key to child. * * @param {*} children `this.props.children` * @return {object} Mapping of key to child */ function getChildMapping(children, mapFn) { var mapper = function mapper(child) { return mapFn && (0,react.isValidElement)(child) ? mapFn(child) : child; }; var result = Object.create(null); if (children) react.Children.map(children, function (c) { return c; }).forEach(function (child) { // run the map function here instead so that the key is the computed one result[child.key] = mapper(child); }); return result; } /** * When you're adding or removing children some may be added or removed in the * same render pass. We want to show *both* since we want to simultaneously * animate elements in and out. This function takes a previous set of keys * and a new set of keys and merges them with its best guess of the correct * ordering. In the future we may expose some of the utilities in * ReactMultiChild to make this easy, but for now React itself does not * directly have this concept of the union of prevChildren and nextChildren * so we implement it here. * * @param {object} prev prev children as returned from * `ReactTransitionChildMapping.getChildMapping()`. * @param {object} next next children as returned from * `ReactTransitionChildMapping.getChildMapping()`. * @return {object} a key set that contains all keys in `prev` and all keys * in `next` in a reasonable order. */ function mergeChildMappings(prev, next) { prev = prev || {}; next = next || {}; function getValueForKey(key) { return key in next ? next[key] : prev[key]; } // For each key of `next`, the list of keys to insert before that key in // the combined list var nextKeysPending = Object.create(null); var pendingKeys = []; for (var prevKey in prev) { if (prevKey in next) { if (pendingKeys.length) { nextKeysPending[prevKey] = pendingKeys; pendingKeys = []; } } else { pendingKeys.push(prevKey); } } var i; var childMapping = {}; for (var nextKey in next) { if (nextKeysPending[nextKey]) { for (i = 0; i < nextKeysPending[nextKey].length; i++) { var pendingNextKey = nextKeysPending[nextKey][i]; childMapping[nextKeysPending[nextKey][i]] = getValueForKey(pendingNextKey); } } childMapping[nextKey] = getValueForKey(nextKey); } // Finally, add the keys which didn't appear before any key in `next` for (i = 0; i < pendingKeys.length; i++) { childMapping[pendingKeys[i]] = getValueForKey(pendingKeys[i]); } return childMapping; } function getProp(child, prop, props) { return props[prop] != null ? props[prop] : child.props[prop]; } function getInitialChildMapping(props, onExited) { return getChildMapping(props.children, function (child) { return (0,react.cloneElement)(child, { onExited: onExited.bind(null, child), in: true, appear: getProp(child, 'appear', props), enter: getProp(child, 'enter', props), exit: getProp(child, 'exit', props) }); }); } function getNextChildMapping(nextProps, prevChildMapping, onExited) { var nextChildMapping = getChildMapping(nextProps.children); var children = mergeChildMappings(prevChildMapping, nextChildMapping); Object.keys(children).forEach(function (key) { var child = children[key]; if (!(0,react.isValidElement)(child)) return; var hasPrev = (key in prevChildMapping); var hasNext = (key in nextChildMapping); var prevChild = prevChildMapping[key]; var isLeaving = (0,react.isValidElement)(prevChild) && !prevChild.props.in; // item is new (entering) if (hasNext && (!hasPrev || isLeaving)) { // console.log('entering', key) children[key] = (0,react.cloneElement)(child, { onExited: onExited.bind(null, child), in: true, exit: getProp(child, 'exit', nextProps), enter: getProp(child, 'enter', nextProps) }); } else if (!hasNext && hasPrev && !isLeaving) { // item is old (exiting) // console.log('leaving', key) children[key] = (0,react.cloneElement)(child, { in: false }); } else if (hasNext && hasPrev && (0,react.isValidElement)(prevChild)) { // item hasn't changed transition states // copy over the last transition props; // console.log('unchanged', key) children[key] = (0,react.cloneElement)(child, { onExited: onExited.bind(null, child), in: prevChild.props.in, exit: getProp(child, 'exit', nextProps), enter: getProp(child, 'enter', nextProps) }); } }); return children; } ;// CONCATENATED MODULE: ./node_modules/react-transition-group/esm/TransitionGroup.js var values = Object.values || function (obj) { return Object.keys(obj).map(function (k) { return obj[k]; }); }; var defaultProps = { component: 'div', childFactory: function childFactory(child) { return child; } }; /** * The `<TransitionGroup>` component manages a set of transition components * (`<Transition>` and `<CSSTransition>`) in a list. Like with the transition * components, `<TransitionGroup>` is a state machine for managing the mounting * and unmounting of components over time. * * Consider the example below. As items are removed or added to the TodoList the * `in` prop is toggled automatically by the `<TransitionGroup>`. * * Note that `<TransitionGroup>` does not define any animation behavior! * Exactly _how_ a list item animates is up to the individual transition * component. This means you can mix and match animations across different list * items. */ var TransitionGroup = /*#__PURE__*/function (_React$Component) { (0,inheritsLoose/* default */.Z)(TransitionGroup, _React$Component); function TransitionGroup(props, context) { var _this; _this = _React$Component.call(this, props, context) || this; var handleExited = _this.handleExited.bind((0,assertThisInitialized/* default */.Z)(_this)); // Initial children should all be entering, dependent on appear _this.state = { contextValue: { isMounting: true }, handleExited: handleExited, firstRender: true }; return _this; } var _proto = TransitionGroup.prototype; _proto.componentDidMount = function componentDidMount() { this.mounted = true; this.setState({ contextValue: { isMounting: false } }); }; _proto.componentWillUnmount = function componentWillUnmount() { this.mounted = false; }; TransitionGroup.getDerivedStateFromProps = function getDerivedStateFromProps(nextProps, _ref) { var prevChildMapping = _ref.children, handleExited = _ref.handleExited, firstRender = _ref.firstRender; return { children: firstRender ? getInitialChildMapping(nextProps, handleExited) : getNextChildMapping(nextProps, prevChildMapping, handleExited), firstRender: false }; } // node is `undefined` when user provided `nodeRef` prop ; _proto.handleExited = function handleExited(child, node) { var currentChildMapping = getChildMapping(this.props.children); if (child.key in currentChildMapping) return; if (child.props.onExited) { child.props.onExited(node); } if (this.mounted) { this.setState(function (state) { var children = (0,esm_extends/* default */.Z)({}, state.children); delete children[child.key]; return { children: children }; }); } }; _proto.render = function render() { var _this$props = this.props, Component = _this$props.component, childFactory = _this$props.childFactory, props = (0,objectWithoutPropertiesLoose/* default */.Z)(_this$props, ["component", "childFactory"]); var contextValue = this.state.contextValue; var children = values(this.state.children).map(childFactory); delete props.appear; delete props.enter; delete props.exit; if (Component === null) { return /*#__PURE__*/react.createElement(TransitionGroupContext/* default.Provider */.Z.Provider, { value: contextValue }, children); } return /*#__PURE__*/react.createElement(TransitionGroupContext/* default.Provider */.Z.Provider, { value: contextValue }, /*#__PURE__*/react.createElement(Component, props, children)); }; return TransitionGroup; }(react.Component); TransitionGroup.propTypes = false ? 0 : {}; TransitionGroup.defaultProps = defaultProps; /* harmony default export */ var esm_TransitionGroup = (TransitionGroup); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/ButtonBase/Ripple.js var useEnhancedEffect = typeof window === 'undefined' ? react.useEffect : react.useLayoutEffect; /** * @ignore - internal component. */ function Ripple(props) { var classes = props.classes, _props$pulsate = props.pulsate, pulsate = _props$pulsate === void 0 ? false : _props$pulsate, rippleX = props.rippleX, rippleY = props.rippleY, rippleSize = props.rippleSize, inProp = props.in, _props$onExited = props.onExited, onExited = _props$onExited === void 0 ? function () {} : _props$onExited, timeout = props.timeout; var _React$useState = react.useState(false), leaving = _React$useState[0], setLeaving = _React$useState[1]; var rippleClassName = (0,clsx_m/* default */.Z)(classes.ripple, classes.rippleVisible, pulsate && classes.ripplePulsate); var rippleStyles = { width: rippleSize, height: rippleSize, top: -(rippleSize / 2) + rippleY, left: -(rippleSize / 2) + rippleX }; var childClassName = (0,clsx_m/* default */.Z)(classes.child, leaving && classes.childLeaving, pulsate && classes.childPulsate); var handleExited = (0,useEventCallback/* default */.Z)(onExited); // Ripple is used for user feedback (e.g. click or press) so we want to apply styles with the highest priority useEnhancedEffect(function () { if (!inProp) { // react-transition-group#onExit setLeaving(true); // react-transition-group#onExited var timeoutId = setTimeout(handleExited, timeout); return function () { clearTimeout(timeoutId); }; } return undefined; }, [handleExited, inProp, timeout]); return /*#__PURE__*/react.createElement("span", { className: rippleClassName, style: rippleStyles }, /*#__PURE__*/react.createElement("span", { className: childClassName })); } false ? 0 : void 0; /* harmony default export */ var ButtonBase_Ripple = (Ripple); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/ButtonBase/TouchRipple.js var DURATION = 550; var DELAY_RIPPLE = 80; var styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { overflow: 'hidden', pointerEvents: 'none', position: 'absolute', zIndex: 0, top: 0, right: 0, bottom: 0, left: 0, borderRadius: 'inherit' }, /* Styles applied to the internal `Ripple` components `ripple` class. */ ripple: { opacity: 0, position: 'absolute' }, /* Styles applied to the internal `Ripple` components `rippleVisible` class. */ rippleVisible: { opacity: 0.3, transform: 'scale(1)', animation: "$enter ".concat(DURATION, "ms ").concat(theme.transitions.easing.easeInOut) }, /* Styles applied to the internal `Ripple` components `ripplePulsate` class. */ ripplePulsate: { animationDuration: "".concat(theme.transitions.duration.shorter, "ms") }, /* Styles applied to the internal `Ripple` components `child` class. */ child: { opacity: 1, display: 'block', width: '100%', height: '100%', borderRadius: '50%', backgroundColor: 'currentColor' }, /* Styles applied to the internal `Ripple` components `childLeaving` class. */ childLeaving: { opacity: 0, animation: "$exit ".concat(DURATION, "ms ").concat(theme.transitions.easing.easeInOut) }, /* Styles applied to the internal `Ripple` components `childPulsate` class. */ childPulsate: { position: 'absolute', left: 0, top: 0, animation: "$pulsate 2500ms ".concat(theme.transitions.easing.easeInOut, " 200ms infinite") }, '@keyframes enter': { '0%': { transform: 'scale(0)', opacity: 0.1 }, '100%': { transform: 'scale(1)', opacity: 0.3 } }, '@keyframes exit': { '0%': { opacity: 1 }, '100%': { opacity: 0 } }, '@keyframes pulsate': { '0%': { transform: 'scale(1)' }, '50%': { transform: 'scale(0.92)' }, '100%': { transform: 'scale(1)' } } }; }; /** * @ignore - internal component. * * TODO v5: Make private */ var TouchRipple = /*#__PURE__*/react.forwardRef(function TouchRipple(props, ref) { var _props$center = props.center, centerProp = _props$center === void 0 ? false : _props$center, classes = props.classes, className = props.className, other = (0,objectWithoutProperties/* default */.Z)(props, ["center", "classes", "className"]); var _React$useState = react.useState([]), ripples = _React$useState[0], setRipples = _React$useState[1]; var nextKey = react.useRef(0); var rippleCallback = react.useRef(null); react.useEffect(function () { if (rippleCallback.current) { rippleCallback.current(); rippleCallback.current = null; } }, [ripples]); // Used to filter out mouse emulated events on mobile. var ignoringMouseDown = react.useRef(false); // We use a timer in order to only show the ripples for touch "click" like events. // We don't want to display the ripple for touch scroll events. var startTimer = react.useRef(null); // This is the hook called once the previous timeout is ready. var startTimerCommit = react.useRef(null); var container = react.useRef(null); react.useEffect(function () { return function () { clearTimeout(startTimer.current); }; }, []); var startCommit = react.useCallback(function (params) { var pulsate = params.pulsate, rippleX = params.rippleX, rippleY = params.rippleY, rippleSize = params.rippleSize, cb = params.cb; setRipples(function (oldRipples) { return [].concat((0,toConsumableArray/* default */.Z)(oldRipples), [/*#__PURE__*/react.createElement(ButtonBase_Ripple, { key: nextKey.current, classes: classes, timeout: DURATION, pulsate: pulsate, rippleX: rippleX, rippleY: rippleY, rippleSize: rippleSize })]); }); nextKey.current += 1; rippleCallback.current = cb; }, [classes]); var start = react.useCallback(function () { var event = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; var cb = arguments.length > 2 ? arguments[2] : undefined; var _options$pulsate = options.pulsate, pulsate = _options$pulsate === void 0 ? false : _options$pulsate, _options$center = options.center, center = _options$center === void 0 ? centerProp || options.pulsate : _options$center, _options$fakeElement = options.fakeElement, fakeElement = _options$fakeElement === void 0 ? false : _options$fakeElement; if (event.type === 'mousedown' && ignoringMouseDown.current) { ignoringMouseDown.current = false; return; } if (event.type === 'touchstart') { ignoringMouseDown.current = true; } var element = fakeElement ? null : container.current; var rect = element ? element.getBoundingClientRect() : { width: 0, height: 0, left: 0, top: 0 }; // Get the size of the ripple var rippleX; var rippleY; var rippleSize; if (center || event.clientX === 0 && event.clientY === 0 || !event.clientX && !event.touches) { rippleX = Math.round(rect.width / 2); rippleY = Math.round(rect.height / 2); } else { var _ref = event.touches ? event.touches[0] : event, clientX = _ref.clientX, clientY = _ref.clientY; rippleX = Math.round(clientX - rect.left); rippleY = Math.round(clientY - rect.top); } if (center) { rippleSize = Math.sqrt((2 * Math.pow(rect.width, 2) + Math.pow(rect.height, 2)) / 3); // For some reason the animation is broken on Mobile Chrome if the size if even. if (rippleSize % 2 === 0) { rippleSize += 1; } } else { var sizeX = Math.max(Math.abs((element ? element.clientWidth : 0) - rippleX), rippleX) * 2 + 2; var sizeY = Math.max(Math.abs((element ? element.clientHeight : 0) - rippleY), rippleY) * 2 + 2; rippleSize = Math.sqrt(Math.pow(sizeX, 2) + Math.pow(sizeY, 2)); } // Touche devices if (event.touches) { // check that this isn't another touchstart due to multitouch // otherwise we will only clear a single timer when unmounting while two // are running if (startTimerCommit.current === null) { // Prepare the ripple effect. startTimerCommit.current = function () { startCommit({ pulsate: pulsate, rippleX: rippleX, rippleY: rippleY, rippleSize: rippleSize, cb: cb }); }; // Delay the execution of the ripple effect. startTimer.current = setTimeout(function () { if (startTimerCommit.current) { startTimerCommit.current(); startTimerCommit.current = null; } }, DELAY_RIPPLE); // We have to make a tradeoff with this value. } } else { startCommit({ pulsate: pulsate, rippleX: rippleX, rippleY: rippleY, rippleSize: rippleSize, cb: cb }); } }, [centerProp, startCommit]); var pulsate = react.useCallback(function () { start({}, { pulsate: true }); }, [start]); var stop = react.useCallback(function (event, cb) { clearTimeout(startTimer.current); // The touch interaction occurs too quickly. // We still want to show ripple effect. if (event.type === 'touchend' && startTimerCommit.current) { event.persist(); startTimerCommit.current(); startTimerCommit.current = null; startTimer.current = setTimeout(function () { stop(event, cb); }); return; } startTimerCommit.current = null; setRipples(function (oldRipples) { if (oldRipples.length > 0) { return oldRipples.slice(1); } return oldRipples; }); rippleCallback.current = cb; }, []); react.useImperativeHandle(ref, function () { return { pulsate: pulsate, start: start, stop: stop }; }, [pulsate, start, stop]); return /*#__PURE__*/react.createElement("span", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className), ref: container }, other), /*#__PURE__*/react.createElement(esm_TransitionGroup, { component: null, exit: true }, ripples)); }); false ? 0 : void 0; /* harmony default export */ var ButtonBase_TouchRipple = ((0,withStyles/* default */.Z)(styles, { flip: false, name: 'MuiTouchRipple' })( /*#__PURE__*/react.memo(TouchRipple))); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/ButtonBase/ButtonBase.js var ButtonBase_styles = { /* Styles applied to the root element. */ root: { display: 'inline-flex', alignItems: 'center', justifyContent: 'center', position: 'relative', WebkitTapHighlightColor: 'transparent', backgroundColor: 'transparent', // Reset default value // We disable the focus ring for mouse, touch and keyboard users. outline: 0, border: 0, margin: 0, // Remove the margin in Safari borderRadius: 0, padding: 0, // Remove the padding in Firefox cursor: 'pointer', userSelect: 'none', verticalAlign: 'middle', '-moz-appearance': 'none', // Reset '-webkit-appearance': 'none', // Reset textDecoration: 'none', // So we take precedent over the style of a native <a /> element. color: 'inherit', '&::-moz-focus-inner': { borderStyle: 'none' // Remove Firefox dotted outline. }, '&$disabled': { pointerEvents: 'none', // Disable link interactions cursor: 'default' }, '@media print': { colorAdjust: 'exact' } }, /* Pseudo-class applied to the root element if `disabled={true}`. */ disabled: {}, /* Pseudo-class applied to the root element if keyboard focused. */ focusVisible: {} }; /** * `ButtonBase` contains as few styles as possible. * It aims to be a simple building block for creating a button. * It contains a load of style reset and some focus/ripple logic. */ var ButtonBase = /*#__PURE__*/react.forwardRef(function ButtonBase(props, ref) { var action = props.action, buttonRefProp = props.buttonRef, _props$centerRipple = props.centerRipple, centerRipple = _props$centerRipple === void 0 ? false : _props$centerRipple, children = props.children, classes = props.classes, className = props.className, _props$component = props.component, component = _props$component === void 0 ? 'button' : _props$component, _props$disabled = props.disabled, disabled = _props$disabled === void 0 ? false : _props$disabled, _props$disableRipple = props.disableRipple, disableRipple = _props$disableRipple === void 0 ? false : _props$disableRipple, _props$disableTouchRi = props.disableTouchRipple, disableTouchRipple = _props$disableTouchRi === void 0 ? false : _props$disableTouchRi, _props$focusRipple = props.focusRipple, focusRipple = _props$focusRipple === void 0 ? false : _props$focusRipple, focusVisibleClassName = props.focusVisibleClassName, onBlur = props.onBlur, onClick = props.onClick, onFocus = props.onFocus, onFocusVisible = props.onFocusVisible, onKeyDown = props.onKeyDown, onKeyUp = props.onKeyUp, onMouseDown = props.onMouseDown, onMouseLeave = props.onMouseLeave, onMouseUp = props.onMouseUp, onTouchEnd = props.onTouchEnd, onTouchMove = props.onTouchMove, onTouchStart = props.onTouchStart, onDragLeave = props.onDragLeave, _props$tabIndex = props.tabIndex, tabIndex = _props$tabIndex === void 0 ? 0 : _props$tabIndex, TouchRippleProps = props.TouchRippleProps, _props$type = props.type, type = _props$type === void 0 ? 'button' : _props$type, other = (0,objectWithoutProperties/* default */.Z)(props, ["action", "buttonRef", "centerRipple", "children", "classes", "className", "component", "disabled", "disableRipple", "disableTouchRipple", "focusRipple", "focusVisibleClassName", "onBlur", "onClick", "onFocus", "onFocusVisible", "onKeyDown", "onKeyUp", "onMouseDown", "onMouseLeave", "onMouseUp", "onTouchEnd", "onTouchMove", "onTouchStart", "onDragLeave", "tabIndex", "TouchRippleProps", "type"]); var buttonRef = react.useRef(null); function getButtonNode() { // #StrictMode ready return react_dom.findDOMNode(buttonRef.current); } var rippleRef = react.useRef(null); var _React$useState = react.useState(false), focusVisible = _React$useState[0], setFocusVisible = _React$useState[1]; if (disabled && focusVisible) { setFocusVisible(false); } var _useIsFocusVisible = (0,useIsFocusVisible/* default */.Z)(), isFocusVisible = _useIsFocusVisible.isFocusVisible, onBlurVisible = _useIsFocusVisible.onBlurVisible, focusVisibleRef = _useIsFocusVisible.ref; react.useImperativeHandle(action, function () { return { focusVisible: function focusVisible() { setFocusVisible(true); buttonRef.current.focus(); } }; }, []); react.useEffect(function () { if (focusVisible && focusRipple && !disableRipple) { rippleRef.current.pulsate(); } }, [disableRipple, focusRipple, focusVisible]); function useRippleHandler(rippleAction, eventCallback) { var skipRippleAction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : disableTouchRipple; return (0,useEventCallback/* default */.Z)(function (event) { if (eventCallback) { eventCallback(event); } var ignore = skipRippleAction; if (!ignore && rippleRef.current) { rippleRef.current[rippleAction](event); } return true; }); } var handleMouseDown = useRippleHandler('start', onMouseDown); var handleDragLeave = useRippleHandler('stop', onDragLeave); var handleMouseUp = useRippleHandler('stop', onMouseUp); var handleMouseLeave = useRippleHandler('stop', function (event) { if (focusVisible) { event.preventDefault(); } if (onMouseLeave) { onMouseLeave(event); } }); var handleTouchStart = useRippleHandler('start', onTouchStart); var handleTouchEnd = useRippleHandler('stop', onTouchEnd); var handleTouchMove = useRippleHandler('stop', onTouchMove); var handleBlur = useRippleHandler('stop', function (event) { if (focusVisible) { onBlurVisible(event); setFocusVisible(false); } if (onBlur) { onBlur(event); } }, false); var handleFocus = (0,useEventCallback/* default */.Z)(function (event) { // Fix for https://github.com/facebook/react/issues/7769 if (!buttonRef.current) { buttonRef.current = event.currentTarget; } if (isFocusVisible(event)) { setFocusVisible(true); if (onFocusVisible) { onFocusVisible(event); } } if (onFocus) { onFocus(event); } }); var isNonNativeButton = function isNonNativeButton() { var button = getButtonNode(); return component && component !== 'button' && !(button.tagName === 'A' && button.href); }; /** * IE 11 shim for https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/repeat */ var keydownRef = react.useRef(false); var handleKeyDown = (0,useEventCallback/* default */.Z)(function (event) { // Check if key is already down to avoid repeats being counted as multiple activations if (focusRipple && !keydownRef.current && focusVisible && rippleRef.current && event.key === ' ') { keydownRef.current = true; event.persist(); rippleRef.current.stop(event, function () { rippleRef.current.start(event); }); } if (event.target === event.currentTarget && isNonNativeButton() && event.key === ' ') { event.preventDefault(); } if (onKeyDown) { onKeyDown(event); } // Keyboard accessibility for non interactive elements if (event.target === event.currentTarget && isNonNativeButton() && event.key === 'Enter' && !disabled) { event.preventDefault(); if (onClick) { onClick(event); } } }); var handleKeyUp = (0,useEventCallback/* default */.Z)(function (event) { // calling preventDefault in keyUp on a <button> will not dispatch a click event if Space is pressed // https://codesandbox.io/s/button-keyup-preventdefault-dn7f0 if (focusRipple && event.key === ' ' && rippleRef.current && focusVisible && !event.defaultPrevented) { keydownRef.current = false; event.persist(); rippleRef.current.stop(event, function () { rippleRef.current.pulsate(event); }); } if (onKeyUp) { onKeyUp(event); } // Keyboard accessibility for non interactive elements if (onClick && event.target === event.currentTarget && isNonNativeButton() && event.key === ' ' && !event.defaultPrevented) { onClick(event); } }); var ComponentProp = component; if (ComponentProp === 'button' && other.href) { ComponentProp = 'a'; } var buttonProps = {}; if (ComponentProp === 'button') { buttonProps.type = type; buttonProps.disabled = disabled; } else { if (ComponentProp !== 'a' || !other.href) { buttonProps.role = 'button'; } buttonProps['aria-disabled'] = disabled; } var handleUserRef = (0,useForkRef/* default */.Z)(buttonRefProp, ref); var handleOwnRef = (0,useForkRef/* default */.Z)(focusVisibleRef, buttonRef); var handleRef = (0,useForkRef/* default */.Z)(handleUserRef, handleOwnRef); var _React$useState2 = react.useState(false), mountedState = _React$useState2[0], setMountedState = _React$useState2[1]; react.useEffect(function () { setMountedState(true); }, []); var enableTouchRipple = mountedState && !disableRipple && !disabled; if (false) {} return /*#__PURE__*/react.createElement(ComponentProp, (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className, focusVisible && [classes.focusVisible, focusVisibleClassName], disabled && classes.disabled), onBlur: handleBlur, onClick: onClick, onFocus: handleFocus, onKeyDown: handleKeyDown, onKeyUp: handleKeyUp, onMouseDown: handleMouseDown, onMouseLeave: handleMouseLeave, onMouseUp: handleMouseUp, onDragLeave: handleDragLeave, onTouchEnd: handleTouchEnd, onTouchMove: handleTouchMove, onTouchStart: handleTouchStart, ref: handleRef, tabIndex: disabled ? -1 : tabIndex }, buttonProps, other), children, enableTouchRipple ? /*#__PURE__*/ /* TouchRipple is only needed client-side, x2 boost on the server. */ react.createElement(ButtonBase_TouchRipple, (0,esm_extends/* default */.Z)({ ref: rippleRef, center: centerRipple }, TouchRippleProps)) : null); }); false ? 0 : void 0; /* harmony default export */ var ButtonBase_ButtonBase = ((0,withStyles/* default */.Z)(ButtonBase_styles, { name: 'MuiButtonBase' })(ButtonBase)); /***/ }), /***/ 71267: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, { "Z": function() { return /* binding */ Chip_Chip; } }); // UNUSED EXPORTS: styles // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/createSvgIcon.js var createSvgIcon = __webpack_require__(63786); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/internal/svg-icons/Cancel.js /** * @ignore - internal component. */ /* harmony default export */ var Cancel = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z" }), 'Cancel')); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/colorManipulator.js var colorManipulator = __webpack_require__(59693); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useForkRef.js var useForkRef = __webpack_require__(17294); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/capitalize.js var capitalize = __webpack_require__(93871); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/ButtonBase/ButtonBase.js + 4 modules var ButtonBase = __webpack_require__(54720); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Chip/Chip.js var styles = function styles(theme) { var backgroundColor = theme.palette.type === 'light' ? theme.palette.grey[300] : theme.palette.grey[700]; var deleteIconColor = (0,colorManipulator/* fade */.U1)(theme.palette.text.primary, 0.26); return { /* Styles applied to the root element. */ root: { fontFamily: theme.typography.fontFamily, fontSize: theme.typography.pxToRem(13), display: 'inline-flex', alignItems: 'center', justifyContent: 'center', height: 32, color: theme.palette.getContrastText(backgroundColor), backgroundColor: backgroundColor, borderRadius: 32 / 2, whiteSpace: 'nowrap', transition: theme.transitions.create(['background-color', 'box-shadow']), // label will inherit this from root, then `clickable` class overrides this for both cursor: 'default', // We disable the focus ring for mouse, touch and keyboard users. outline: 0, textDecoration: 'none', border: 'none', // Remove `button` border padding: 0, // Remove `button` padding verticalAlign: 'middle', boxSizing: 'border-box', '&$disabled': { opacity: 0.5, pointerEvents: 'none' }, '& $avatar': { marginLeft: 5, marginRight: -6, width: 24, height: 24, color: theme.palette.type === 'light' ? theme.palette.grey[700] : theme.palette.grey[300], fontSize: theme.typography.pxToRem(12) }, '& $avatarColorPrimary': { color: theme.palette.primary.contrastText, backgroundColor: theme.palette.primary.dark }, '& $avatarColorSecondary': { color: theme.palette.secondary.contrastText, backgroundColor: theme.palette.secondary.dark }, '& $avatarSmall': { marginLeft: 4, marginRight: -4, width: 18, height: 18, fontSize: theme.typography.pxToRem(10) } }, /* Styles applied to the root element if `size="small"`. */ sizeSmall: { height: 24 }, /* Styles applied to the root element if `color="primary"`. */ colorPrimary: { backgroundColor: theme.palette.primary.main, color: theme.palette.primary.contrastText }, /* Styles applied to the root element if `color="secondary"`. */ colorSecondary: { backgroundColor: theme.palette.secondary.main, color: theme.palette.secondary.contrastText }, /* Pseudo-class applied to the root element if `disabled={true}`. */ disabled: {}, /* Styles applied to the root element if `onClick` is defined or `clickable={true}`. */ clickable: { userSelect: 'none', WebkitTapHighlightColor: 'transparent', cursor: 'pointer', '&:hover, &:focus': { backgroundColor: (0,colorManipulator/* emphasize */._4)(backgroundColor, 0.08) }, '&:active': { boxShadow: theme.shadows[1] } }, /* Styles applied to the root element if `onClick` and `color="primary"` is defined or `clickable={true}`. */ clickableColorPrimary: { '&:hover, &:focus': { backgroundColor: (0,colorManipulator/* emphasize */._4)(theme.palette.primary.main, 0.08) } }, /* Styles applied to the root element if `onClick` and `color="secondary"` is defined or `clickable={true}`. */ clickableColorSecondary: { '&:hover, &:focus': { backgroundColor: (0,colorManipulator/* emphasize */._4)(theme.palette.secondary.main, 0.08) } }, /* Styles applied to the root element if `onDelete` is defined. */ deletable: { '&:focus': { backgroundColor: (0,colorManipulator/* emphasize */._4)(backgroundColor, 0.08) } }, /* Styles applied to the root element if `onDelete` and `color="primary"` is defined. */ deletableColorPrimary: { '&:focus': { backgroundColor: (0,colorManipulator/* emphasize */._4)(theme.palette.primary.main, 0.2) } }, /* Styles applied to the root element if `onDelete` and `color="secondary"` is defined. */ deletableColorSecondary: { '&:focus': { backgroundColor: (0,colorManipulator/* emphasize */._4)(theme.palette.secondary.main, 0.2) } }, /* Styles applied to the root element if `variant="outlined"`. */ outlined: { backgroundColor: 'transparent', border: "1px solid ".concat(theme.palette.type === 'light' ? 'rgba(0, 0, 0, 0.23)' : 'rgba(255, 255, 255, 0.23)'), '$clickable&:hover, $clickable&:focus, $deletable&:focus': { backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.text.primary, theme.palette.action.hoverOpacity) }, '& $avatar': { marginLeft: 4 }, '& $avatarSmall': { marginLeft: 2 }, '& $icon': { marginLeft: 4 }, '& $iconSmall': { marginLeft: 2 }, '& $deleteIcon': { marginRight: 5 }, '& $deleteIconSmall': { marginRight: 3 } }, /* Styles applied to the root element if `variant="outlined"` and `color="primary"`. */ outlinedPrimary: { color: theme.palette.primary.main, border: "1px solid ".concat(theme.palette.primary.main), '$clickable&:hover, $clickable&:focus, $deletable&:focus': { backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.primary.main, theme.palette.action.hoverOpacity) } }, /* Styles applied to the root element if `variant="outlined"` and `color="secondary"`. */ outlinedSecondary: { color: theme.palette.secondary.main, border: "1px solid ".concat(theme.palette.secondary.main), '$clickable&:hover, $clickable&:focus, $deletable&:focus': { backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.secondary.main, theme.palette.action.hoverOpacity) } }, // TODO v5: remove /* Styles applied to the `avatar` element. */ avatar: {}, /* Styles applied to the `avatar` element if `size="small"`. */ avatarSmall: {}, /* Styles applied to the `avatar` element if `color="primary"`. */ avatarColorPrimary: {}, /* Styles applied to the `avatar` element if `color="secondary"`. */ avatarColorSecondary: {}, /* Styles applied to the `icon` element. */ icon: { color: theme.palette.type === 'light' ? theme.palette.grey[700] : theme.palette.grey[300], marginLeft: 5, marginRight: -6 }, /* Styles applied to the `icon` element if `size="small"`. */ iconSmall: { width: 18, height: 18, marginLeft: 4, marginRight: -4 }, /* Styles applied to the `icon` element if `color="primary"`. */ iconColorPrimary: { color: 'inherit' }, /* Styles applied to the `icon` element if `color="secondary"`. */ iconColorSecondary: { color: 'inherit' }, /* Styles applied to the label `span` element. */ label: { overflow: 'hidden', textOverflow: 'ellipsis', paddingLeft: 12, paddingRight: 12, whiteSpace: 'nowrap' }, /* Styles applied to the label `span` element if `size="small"`. */ labelSmall: { paddingLeft: 8, paddingRight: 8 }, /* Styles applied to the `deleteIcon` element. */ deleteIcon: { WebkitTapHighlightColor: 'transparent', color: deleteIconColor, height: 22, width: 22, cursor: 'pointer', margin: '0 5px 0 -6px', '&:hover': { color: (0,colorManipulator/* fade */.U1)(deleteIconColor, 0.4) } }, /* Styles applied to the `deleteIcon` element if `size="small"`. */ deleteIconSmall: { height: 16, width: 16, marginRight: 4, marginLeft: -4 }, /* Styles applied to the deleteIcon element if `color="primary"` and `variant="default"`. */ deleteIconColorPrimary: { color: (0,colorManipulator/* fade */.U1)(theme.palette.primary.contrastText, 0.7), '&:hover, &:active': { color: theme.palette.primary.contrastText } }, /* Styles applied to the deleteIcon element if `color="secondary"` and `variant="default"`. */ deleteIconColorSecondary: { color: (0,colorManipulator/* fade */.U1)(theme.palette.secondary.contrastText, 0.7), '&:hover, &:active': { color: theme.palette.secondary.contrastText } }, /* Styles applied to the deleteIcon element if `color="primary"` and `variant="outlined"`. */ deleteIconOutlinedColorPrimary: { color: (0,colorManipulator/* fade */.U1)(theme.palette.primary.main, 0.7), '&:hover, &:active': { color: theme.palette.primary.main } }, /* Styles applied to the deleteIcon element if `color="secondary"` and `variant="outlined"`. */ deleteIconOutlinedColorSecondary: { color: (0,colorManipulator/* fade */.U1)(theme.palette.secondary.main, 0.7), '&:hover, &:active': { color: theme.palette.secondary.main } } }; }; function isDeleteKeyboardEvent(keyboardEvent) { return keyboardEvent.key === 'Backspace' || keyboardEvent.key === 'Delete'; } /** * Chips represent complex entities in small blocks, such as a contact. */ var Chip = /*#__PURE__*/react.forwardRef(function Chip(props, ref) { var avatarProp = props.avatar, classes = props.classes, className = props.className, clickableProp = props.clickable, _props$color = props.color, color = _props$color === void 0 ? 'default' : _props$color, ComponentProp = props.component, deleteIconProp = props.deleteIcon, _props$disabled = props.disabled, disabled = _props$disabled === void 0 ? false : _props$disabled, iconProp = props.icon, label = props.label, onClick = props.onClick, onDelete = props.onDelete, onKeyDown = props.onKeyDown, onKeyUp = props.onKeyUp, _props$size = props.size, size = _props$size === void 0 ? 'medium' : _props$size, _props$variant = props.variant, variant = _props$variant === void 0 ? 'default' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["avatar", "classes", "className", "clickable", "color", "component", "deleteIcon", "disabled", "icon", "label", "onClick", "onDelete", "onKeyDown", "onKeyUp", "size", "variant"]); var chipRef = react.useRef(null); var handleRef = (0,useForkRef/* default */.Z)(chipRef, ref); var handleDeleteIconClick = function handleDeleteIconClick(event) { // Stop the event from bubbling up to the `Chip` event.stopPropagation(); if (onDelete) { onDelete(event); } }; var handleKeyDown = function handleKeyDown(event) { // Ignore events from children of `Chip`. if (event.currentTarget === event.target && isDeleteKeyboardEvent(event)) { // will be handled in keyUp, otherwise some browsers // might init navigation event.preventDefault(); } if (onKeyDown) { onKeyDown(event); } }; var handleKeyUp = function handleKeyUp(event) { // Ignore events from children of `Chip`. if (event.currentTarget === event.target) { if (onDelete && isDeleteKeyboardEvent(event)) { onDelete(event); } else if (event.key === 'Escape' && chipRef.current) { chipRef.current.blur(); } } if (onKeyUp) { onKeyUp(event); } }; var clickable = clickableProp !== false && onClick ? true : clickableProp; var small = size === 'small'; var Component = ComponentProp || (clickable ? ButtonBase/* default */.Z : 'div'); var moreProps = Component === ButtonBase/* default */.Z ? { component: 'div' } : {}; var deleteIcon = null; if (onDelete) { var customClasses = (0,clsx_m/* default */.Z)(color !== 'default' && (variant === "default" ? classes["deleteIconColor".concat((0,capitalize/* default */.Z)(color))] : classes["deleteIconOutlinedColor".concat((0,capitalize/* default */.Z)(color))]), small && classes.deleteIconSmall); deleteIcon = deleteIconProp && /*#__PURE__*/react.isValidElement(deleteIconProp) ? /*#__PURE__*/react.cloneElement(deleteIconProp, { className: (0,clsx_m/* default */.Z)(deleteIconProp.props.className, classes.deleteIcon, customClasses), onClick: handleDeleteIconClick }) : /*#__PURE__*/react.createElement(Cancel, { className: (0,clsx_m/* default */.Z)(classes.deleteIcon, customClasses), onClick: handleDeleteIconClick }); } var avatar = null; if (avatarProp && /*#__PURE__*/react.isValidElement(avatarProp)) { avatar = /*#__PURE__*/react.cloneElement(avatarProp, { className: (0,clsx_m/* default */.Z)(classes.avatar, avatarProp.props.className, small && classes.avatarSmall, color !== 'default' && classes["avatarColor".concat((0,capitalize/* default */.Z)(color))]) }); } var icon = null; if (iconProp && /*#__PURE__*/react.isValidElement(iconProp)) { icon = /*#__PURE__*/react.cloneElement(iconProp, { className: (0,clsx_m/* default */.Z)(classes.icon, iconProp.props.className, small && classes.iconSmall, color !== 'default' && classes["iconColor".concat((0,capitalize/* default */.Z)(color))]) }); } if (false) {} return /*#__PURE__*/react.createElement(Component, (0,esm_extends/* default */.Z)({ role: clickable || onDelete ? 'button' : undefined, className: (0,clsx_m/* default */.Z)(classes.root, className, color !== 'default' && [classes["color".concat((0,capitalize/* default */.Z)(color))], clickable && classes["clickableColor".concat((0,capitalize/* default */.Z)(color))], onDelete && classes["deletableColor".concat((0,capitalize/* default */.Z)(color))]], variant !== "default" && [classes.outlined, { 'primary': classes.outlinedPrimary, 'secondary': classes.outlinedSecondary }[color]], disabled && classes.disabled, small && classes.sizeSmall, clickable && classes.clickable, onDelete && classes.deletable), "aria-disabled": disabled ? true : undefined, tabIndex: clickable || onDelete ? 0 : undefined, onClick: onClick, onKeyDown: handleKeyDown, onKeyUp: handleKeyUp, ref: handleRef }, moreProps, other), avatar || icon, /*#__PURE__*/react.createElement("span", { className: (0,clsx_m/* default */.Z)(classes.label, small && classes.labelSmall) }, label), deleteIcon); }); false ? 0 : void 0; /* harmony default export */ var Chip_Chip = ((0,withStyles/* default */.Z)(styles, { name: 'MuiChip' })(Chip)); /***/ }), /***/ 66037: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* unused harmony export styles */ /* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(22122); /* harmony import */ var _babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(28481); /* harmony import */ var _babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(81253); /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(86010); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(45697); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var react_transition_group__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(12666); /* harmony import */ var _styles_withStyles__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(14670); /* harmony import */ var _styles_transitions__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(43366); /* harmony import */ var _transitions_utils__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(5653); /* harmony import */ var _styles_useTheme__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(8920); /* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(17294); var styles = function styles(theme) { return { /* Styles applied to the container element. */ container: { height: 0, overflow: 'hidden', transition: theme.transitions.create('height') }, /* Styles applied to the container element when the transition has entered. */ entered: { height: 'auto', overflow: 'visible' }, /* Styles applied to the container element when the transition has exited and `collapsedHeight` != 0px. */ hidden: { visibility: 'hidden' }, /* Styles applied to the outer wrapper element. */ wrapper: { // Hack to get children with a negative margin to not falsify the height computation. display: 'flex' }, /* Styles applied to the inner wrapper element. */ wrapperInner: { width: '100%' } }; }; /** * The Collapse transition is used by the * [Vertical Stepper](/components/steppers/#vertical-stepper) StepContent component. * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally. */ var Collapse = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(function Collapse(props, ref) { var children = props.children, classes = props.classes, className = props.className, _props$collapsedHeigh = props.collapsedHeight, collapsedHeightProp = _props$collapsedHeigh === void 0 ? '0px' : _props$collapsedHeigh, _props$component = props.component, Component = _props$component === void 0 ? 'div' : _props$component, _props$disableStrictM = props.disableStrictModeCompat, disableStrictModeCompat = _props$disableStrictM === void 0 ? false : _props$disableStrictM, inProp = props.in, onEnter = props.onEnter, onEntered = props.onEntered, onEntering = props.onEntering, onExit = props.onExit, onExited = props.onExited, onExiting = props.onExiting, style = props.style, _props$timeout = props.timeout, timeout = _props$timeout === void 0 ? _styles_transitions__WEBPACK_IMPORTED_MODULE_2__/* .duration.standard */ .x9.standard : _props$timeout, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? react_transition_group__WEBPACK_IMPORTED_MODULE_3__/* .default */ .ZP : _props$TransitionComp, other = (0,_babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_4__/* .default */ .Z)(props, ["children", "classes", "className", "collapsedHeight", "component", "disableStrictModeCompat", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"]); var theme = (0,_styles_useTheme__WEBPACK_IMPORTED_MODULE_5__/* .default */ .Z)(); var timer = react__WEBPACK_IMPORTED_MODULE_0__.useRef(); var wrapperRef = react__WEBPACK_IMPORTED_MODULE_0__.useRef(null); var autoTransitionDuration = react__WEBPACK_IMPORTED_MODULE_0__.useRef(); var collapsedHeight = typeof collapsedHeightProp === 'number' ? "".concat(collapsedHeightProp, "px") : collapsedHeightProp; react__WEBPACK_IMPORTED_MODULE_0__.useEffect(function () { return function () { clearTimeout(timer.current); }; }, []); var enableStrictModeCompat = theme.unstable_strictMode && !disableStrictModeCompat; var nodeRef = react__WEBPACK_IMPORTED_MODULE_0__.useRef(null); var handleRef = (0,_utils__WEBPACK_IMPORTED_MODULE_6__/* .default */ .Z)(ref, enableStrictModeCompat ? nodeRef : undefined); var normalizedTransitionCallback = function normalizedTransitionCallback(callback) { return function (nodeOrAppearing, maybeAppearing) { if (callback) { var _ref = enableStrictModeCompat ? [nodeRef.current, nodeOrAppearing] : [nodeOrAppearing, maybeAppearing], _ref2 = (0,_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_7__/* .default */ .Z)(_ref, 2), node = _ref2[0], isAppearing = _ref2[1]; // onEnterXxx and onExitXxx callbacks have a different arguments.length value. if (isAppearing === undefined) { callback(node); } else { callback(node, isAppearing); } } }; }; var handleEnter = normalizedTransitionCallback(function (node, isAppearing) { node.style.height = collapsedHeight; if (onEnter) { onEnter(node, isAppearing); } }); var handleEntering = normalizedTransitionCallback(function (node, isAppearing) { var wrapperHeight = wrapperRef.current ? wrapperRef.current.clientHeight : 0; var _getTransitionProps = (0,_transitions_utils__WEBPACK_IMPORTED_MODULE_8__/* .getTransitionProps */ .C)({ style: style, timeout: timeout }, { mode: 'enter' }), transitionDuration = _getTransitionProps.duration; if (timeout === 'auto') { var duration2 = theme.transitions.getAutoHeightDuration(wrapperHeight); node.style.transitionDuration = "".concat(duration2, "ms"); autoTransitionDuration.current = duration2; } else { node.style.transitionDuration = typeof transitionDuration === 'string' ? transitionDuration : "".concat(transitionDuration, "ms"); } node.style.height = "".concat(wrapperHeight, "px"); if (onEntering) { onEntering(node, isAppearing); } }); var handleEntered = normalizedTransitionCallback(function (node, isAppearing) { node.style.height = 'auto'; if (onEntered) { onEntered(node, isAppearing); } }); var handleExit = normalizedTransitionCallback(function (node) { var wrapperHeight = wrapperRef.current ? wrapperRef.current.clientHeight : 0; node.style.height = "".concat(wrapperHeight, "px"); if (onExit) { onExit(node); } }); var handleExited = normalizedTransitionCallback(onExited); var handleExiting = normalizedTransitionCallback(function (node) { var wrapperHeight = wrapperRef.current ? wrapperRef.current.clientHeight : 0; var _getTransitionProps2 = (0,_transitions_utils__WEBPACK_IMPORTED_MODULE_8__/* .getTransitionProps */ .C)({ style: style, timeout: timeout }, { mode: 'exit' }), transitionDuration = _getTransitionProps2.duration; if (timeout === 'auto') { var duration2 = theme.transitions.getAutoHeightDuration(wrapperHeight); node.style.transitionDuration = "".concat(duration2, "ms"); autoTransitionDuration.current = duration2; } else { node.style.transitionDuration = typeof transitionDuration === 'string' ? transitionDuration : "".concat(transitionDuration, "ms"); } node.style.height = collapsedHeight; if (onExiting) { onExiting(node); } }); var addEndListener = function addEndListener(nodeOrNext, maybeNext) { var next = enableStrictModeCompat ? nodeOrNext : maybeNext; if (timeout === 'auto') { timer.current = setTimeout(next, autoTransitionDuration.current || 0); } }; return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(TransitionComponent, (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_9__/* .default */ .Z)({ in: inProp, onEnter: handleEnter, onEntered: handleEntered, onEntering: handleEntering, onExit: handleExit, onExited: handleExited, onExiting: handleExiting, addEndListener: addEndListener, nodeRef: enableStrictModeCompat ? nodeRef : undefined, timeout: timeout === 'auto' ? null : timeout }, other), function (state, childProps) { return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(Component, (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_9__/* .default */ .Z)({ className: (0,clsx__WEBPACK_IMPORTED_MODULE_10__/* .default */ .Z)(classes.container, className, { 'entered': classes.entered, 'exited': !inProp && collapsedHeight === '0px' && classes.hidden }[state]), style: (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_9__/* .default */ .Z)({ minHeight: collapsedHeight }, style), ref: handleRef }, childProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: classes.wrapper, ref: wrapperRef }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: classes.wrapperInner }, children))); }); }); false ? 0 : void 0; Collapse.muiSupportAuto = true; /* harmony default export */ __webpack_exports__["Z"] = ((0,_styles_withStyles__WEBPACK_IMPORTED_MODULE_11__/* .default */ .Z)(styles, { name: 'MuiCollapse' })(Collapse)); /***/ }), /***/ 33758: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* unused harmony export styles */ /* harmony import */ var _babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(81253); /* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(22122); /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(45697); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(86010); /* harmony import */ var _styles_withStyles__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(14670); /* harmony import */ var _ButtonBase__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(54720); /* harmony import */ var _utils_capitalize__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(93871); var styles = function styles(theme) { return { /* Styles applied to the root element. */ root: (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_2__/* .default */ .Z)({}, theme.typography.button, { boxSizing: 'border-box', minHeight: 36, transition: theme.transitions.create(['background-color', 'box-shadow', 'border'], { duration: theme.transitions.duration.short }), borderRadius: '50%', padding: 0, minWidth: 0, width: 56, height: 56, boxShadow: theme.shadows[6], '&:active': { boxShadow: theme.shadows[12] }, color: theme.palette.getContrastText(theme.palette.grey[300]), backgroundColor: theme.palette.grey[300], '&:hover': { backgroundColor: theme.palette.grey.A100, // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: theme.palette.grey[300] }, '&$disabled': { backgroundColor: theme.palette.action.disabledBackground }, textDecoration: 'none' }, '&$focusVisible': { boxShadow: theme.shadows[6] }, '&$disabled': { color: theme.palette.action.disabled, boxShadow: theme.shadows[0], backgroundColor: theme.palette.action.disabledBackground } }), /* Styles applied to the span element that wraps the children. */ label: { width: '100%', // assure the correct width for iOS Safari display: 'inherit', alignItems: 'inherit', justifyContent: 'inherit' }, /* Styles applied to the root element if `color="primary"`. */ primary: { color: theme.palette.primary.contrastText, backgroundColor: theme.palette.primary.main, '&:hover': { backgroundColor: theme.palette.primary.dark, // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: theme.palette.primary.main } } }, /* Styles applied to the root element if `color="secondary"`. */ secondary: { color: theme.palette.secondary.contrastText, backgroundColor: theme.palette.secondary.main, '&:hover': { backgroundColor: theme.palette.secondary.dark, // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: theme.palette.secondary.main } } }, /* Styles applied to the root element if `variant="extended"`. */ extended: { borderRadius: 48 / 2, padding: '0 16px', width: 'auto', minHeight: 'auto', minWidth: 48, height: 48, '&$sizeSmall': { width: 'auto', padding: '0 8px', borderRadius: 34 / 2, minWidth: 34, height: 34 }, '&$sizeMedium': { width: 'auto', padding: '0 16px', borderRadius: 40 / 2, minWidth: 40, height: 40 } }, /* Pseudo-class applied to the ButtonBase root element if the button is keyboard focused. */ focusVisible: {}, /* Pseudo-class applied to the root element if `disabled={true}`. */ disabled: {}, /* Styles applied to the root element if `color="inherit"`. */ colorInherit: { color: 'inherit' }, /* Styles applied to the root element if `size="small"``. */ sizeSmall: { width: 40, height: 40 }, /* Styles applied to the root element if `size="medium"``. */ sizeMedium: { width: 48, height: 48 } }; }; var Fab = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(function Fab(props, ref) { var children = props.children, classes = props.classes, className = props.className, _props$color = props.color, color = _props$color === void 0 ? 'default' : _props$color, _props$component = props.component, component = _props$component === void 0 ? 'button' : _props$component, _props$disabled = props.disabled, disabled = _props$disabled === void 0 ? false : _props$disabled, _props$disableFocusRi = props.disableFocusRipple, disableFocusRipple = _props$disableFocusRi === void 0 ? false : _props$disableFocusRi, focusVisibleClassName = props.focusVisibleClassName, _props$size = props.size, size = _props$size === void 0 ? 'large' : _props$size, _props$variant = props.variant, variant = _props$variant === void 0 ? 'round' : _props$variant, other = (0,_babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)(props, ["children", "classes", "className", "color", "component", "disabled", "disableFocusRipple", "focusVisibleClassName", "size", "variant"]); return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_ButtonBase__WEBPACK_IMPORTED_MODULE_4__/* .default */ .Z, (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_2__/* .default */ .Z)({ className: (0,clsx__WEBPACK_IMPORTED_MODULE_5__/* .default */ .Z)(classes.root, className, variant !== "round" && classes.extended, size !== 'large' && classes["size".concat((0,_utils_capitalize__WEBPACK_IMPORTED_MODULE_6__/* .default */ .Z)(size))], disabled && classes.disabled, { 'primary': classes.primary, 'secondary': classes.secondary, 'inherit': classes.colorInherit }[color]), component: component, disabled: disabled, focusRipple: !disableFocusRipple, focusVisibleClassName: (0,clsx__WEBPACK_IMPORTED_MODULE_5__/* .default */ .Z)(classes.focusVisible, focusVisibleClassName), ref: ref }, other), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: classes.label }, children)); }); false ? 0 : void 0; /* harmony default export */ __webpack_exports__["Z"] = ((0,_styles_withStyles__WEBPACK_IMPORTED_MODULE_7__/* .default */ .Z)(styles, { name: 'MuiFab' })(Fab)); /***/ }), /***/ 20170: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(22122); /* harmony import */ var _babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(28481); /* harmony import */ var _babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(81253); /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(45697); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var react_transition_group__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(12666); /* harmony import */ var _styles_useTheme__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(8920); /* harmony import */ var _transitions_utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(5653); /* harmony import */ var _utils_useForkRef__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(17294); function getScale(value) { return "scale(".concat(value, ", ").concat(Math.pow(value, 2), ")"); } var styles = { entering: { opacity: 1, transform: getScale(1) }, entered: { opacity: 1, transform: 'none' } }; /** * The Grow transition is used by the [Tooltip](/components/tooltips/) and * [Popover](/components/popover/) components. * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally. */ var Grow = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(function Grow(props, ref) { var children = props.children, _props$disableStrictM = props.disableStrictModeCompat, disableStrictModeCompat = _props$disableStrictM === void 0 ? false : _props$disableStrictM, inProp = props.in, onEnter = props.onEnter, onEntered = props.onEntered, onEntering = props.onEntering, onExit = props.onExit, onExited = props.onExited, onExiting = props.onExiting, style = props.style, _props$timeout = props.timeout, timeout = _props$timeout === void 0 ? 'auto' : _props$timeout, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? react_transition_group__WEBPACK_IMPORTED_MODULE_2__/* .default */ .ZP : _props$TransitionComp, other = (0,_babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)(props, ["children", "disableStrictModeCompat", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"]); var timer = react__WEBPACK_IMPORTED_MODULE_0__.useRef(); var autoTimeout = react__WEBPACK_IMPORTED_MODULE_0__.useRef(); var theme = (0,_styles_useTheme__WEBPACK_IMPORTED_MODULE_4__/* .default */ .Z)(); var enableStrictModeCompat = theme.unstable_strictMode && !disableStrictModeCompat; var nodeRef = react__WEBPACK_IMPORTED_MODULE_0__.useRef(null); var foreignRef = (0,_utils_useForkRef__WEBPACK_IMPORTED_MODULE_5__/* .default */ .Z)(children.ref, ref); var handleRef = (0,_utils_useForkRef__WEBPACK_IMPORTED_MODULE_5__/* .default */ .Z)(enableStrictModeCompat ? nodeRef : undefined, foreignRef); var normalizedTransitionCallback = function normalizedTransitionCallback(callback) { return function (nodeOrAppearing, maybeAppearing) { if (callback) { var _ref = enableStrictModeCompat ? [nodeRef.current, nodeOrAppearing] : [nodeOrAppearing, maybeAppearing], _ref2 = (0,_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_6__/* .default */ .Z)(_ref, 2), node = _ref2[0], isAppearing = _ref2[1]; // onEnterXxx and onExitXxx callbacks have a different arguments.length value. if (isAppearing === undefined) { callback(node); } else { callback(node, isAppearing); } } }; }; var handleEntering = normalizedTransitionCallback(onEntering); var handleEnter = normalizedTransitionCallback(function (node, isAppearing) { (0,_transitions_utils__WEBPACK_IMPORTED_MODULE_7__/* .reflow */ .n)(node); // So the animation always start from the start. var _getTransitionProps = (0,_transitions_utils__WEBPACK_IMPORTED_MODULE_7__/* .getTransitionProps */ .C)({ style: style, timeout: timeout }, { mode: 'enter' }), transitionDuration = _getTransitionProps.duration, delay = _getTransitionProps.delay; var duration; if (timeout === 'auto') { duration = theme.transitions.getAutoHeightDuration(node.clientHeight); autoTimeout.current = duration; } else { duration = transitionDuration; } node.style.transition = [theme.transitions.create('opacity', { duration: duration, delay: delay }), theme.transitions.create('transform', { duration: duration * 0.666, delay: delay })].join(','); if (onEnter) { onEnter(node, isAppearing); } }); var handleEntered = normalizedTransitionCallback(onEntered); var handleExiting = normalizedTransitionCallback(onExiting); var handleExit = normalizedTransitionCallback(function (node) { var _getTransitionProps2 = (0,_transitions_utils__WEBPACK_IMPORTED_MODULE_7__/* .getTransitionProps */ .C)({ style: style, timeout: timeout }, { mode: 'exit' }), transitionDuration = _getTransitionProps2.duration, delay = _getTransitionProps2.delay; var duration; if (timeout === 'auto') { duration = theme.transitions.getAutoHeightDuration(node.clientHeight); autoTimeout.current = duration; } else { duration = transitionDuration; } node.style.transition = [theme.transitions.create('opacity', { duration: duration, delay: delay }), theme.transitions.create('transform', { duration: duration * 0.666, delay: delay || duration * 0.333 })].join(','); node.style.opacity = '0'; node.style.transform = getScale(0.75); if (onExit) { onExit(node); } }); var handleExited = normalizedTransitionCallback(onExited); var addEndListener = function addEndListener(nodeOrNext, maybeNext) { var next = enableStrictModeCompat ? nodeOrNext : maybeNext; if (timeout === 'auto') { timer.current = setTimeout(next, autoTimeout.current || 0); } }; react__WEBPACK_IMPORTED_MODULE_0__.useEffect(function () { return function () { clearTimeout(timer.current); }; }, []); return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(TransitionComponent, (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_8__/* .default */ .Z)({ appear: true, in: inProp, nodeRef: enableStrictModeCompat ? nodeRef : undefined, onEnter: handleEnter, onEntered: handleEntered, onEntering: handleEntering, onExit: handleExit, onExited: handleExited, onExiting: handleExiting, addEndListener: addEndListener, timeout: timeout === 'auto' ? null : timeout }, other), function (state, childProps) { return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.cloneElement(children, (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_8__/* .default */ .Z)({ style: (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_8__/* .default */ .Z)({ opacity: 0, transform: getScale(0.75), visibility: state === 'exited' && !inProp ? 'hidden' : undefined }, styles[state], style, children.props.style), ref: handleRef }, childProps)); }); }); false ? 0 : void 0; Grow.muiSupportAuto = true; /* harmony default export */ __webpack_exports__["Z"] = (Grow); /***/ }), /***/ 17812: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* unused harmony export styles */ /* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(22122); /* harmony import */ var _babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(81253); /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(45697); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(86010); /* harmony import */ var _styles_withStyles__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(14670); /* harmony import */ var _styles_colorManipulator__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(59693); /* harmony import */ var _ButtonBase__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(54720); /* harmony import */ var _utils_capitalize__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(93871); var styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { textAlign: 'center', flex: '0 0 auto', fontSize: theme.typography.pxToRem(24), padding: 12, borderRadius: '50%', overflow: 'visible', // Explicitly set the default value to solve a bug on IE 11. color: theme.palette.action.active, transition: theme.transitions.create('background-color', { duration: theme.transitions.duration.shortest }), '&:hover': { backgroundColor: (0,_styles_colorManipulator__WEBPACK_IMPORTED_MODULE_2__/* .fade */ .U1)(theme.palette.action.active, theme.palette.action.hoverOpacity), // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: 'transparent' } }, '&$disabled': { backgroundColor: 'transparent', color: theme.palette.action.disabled } }, /* Styles applied to the root element if `edge="start"`. */ edgeStart: { marginLeft: -12, '$sizeSmall&': { marginLeft: -3 } }, /* Styles applied to the root element if `edge="end"`. */ edgeEnd: { marginRight: -12, '$sizeSmall&': { marginRight: -3 } }, /* Styles applied to the root element if `color="inherit"`. */ colorInherit: { color: 'inherit' }, /* Styles applied to the root element if `color="primary"`. */ colorPrimary: { color: theme.palette.primary.main, '&:hover': { backgroundColor: (0,_styles_colorManipulator__WEBPACK_IMPORTED_MODULE_2__/* .fade */ .U1)(theme.palette.primary.main, theme.palette.action.hoverOpacity), // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: 'transparent' } } }, /* Styles applied to the root element if `color="secondary"`. */ colorSecondary: { color: theme.palette.secondary.main, '&:hover': { backgroundColor: (0,_styles_colorManipulator__WEBPACK_IMPORTED_MODULE_2__/* .fade */ .U1)(theme.palette.secondary.main, theme.palette.action.hoverOpacity), // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: 'transparent' } } }, /* Pseudo-class applied to the root element if `disabled={true}`. */ disabled: {}, /* Styles applied to the root element if `size="small"`. */ sizeSmall: { padding: 3, fontSize: theme.typography.pxToRem(18) }, /* Styles applied to the children container element. */ label: { width: '100%', display: 'flex', alignItems: 'inherit', justifyContent: 'inherit' } }; }; /** * Refer to the [Icons](/components/icons/) section of the documentation * regarding the available icon options. */ var IconButton = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(function IconButton(props, ref) { var _props$edge = props.edge, edge = _props$edge === void 0 ? false : _props$edge, children = props.children, classes = props.classes, className = props.className, _props$color = props.color, color = _props$color === void 0 ? 'default' : _props$color, _props$disabled = props.disabled, disabled = _props$disabled === void 0 ? false : _props$disabled, _props$disableFocusRi = props.disableFocusRipple, disableFocusRipple = _props$disableFocusRi === void 0 ? false : _props$disableFocusRi, _props$size = props.size, size = _props$size === void 0 ? 'medium' : _props$size, other = (0,_babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)(props, ["edge", "children", "classes", "className", "color", "disabled", "disableFocusRipple", "size"]); return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_ButtonBase__WEBPACK_IMPORTED_MODULE_4__/* .default */ .Z, (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_5__/* .default */ .Z)({ className: (0,clsx__WEBPACK_IMPORTED_MODULE_6__/* .default */ .Z)(classes.root, className, color !== 'default' && classes["color".concat((0,_utils_capitalize__WEBPACK_IMPORTED_MODULE_7__/* .default */ .Z)(color))], disabled && classes.disabled, size === "small" && classes["size".concat((0,_utils_capitalize__WEBPACK_IMPORTED_MODULE_7__/* .default */ .Z)(size))], { 'start': classes.edgeStart, 'end': classes.edgeEnd }[edge]), centerRipple: true, focusRipple: !disableFocusRipple, disabled: disabled, ref: ref }, other), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: classes.label }, children)); }); false ? 0 : void 0; /* harmony default export */ __webpack_exports__["Z"] = ((0,_styles_withStyles__WEBPACK_IMPORTED_MODULE_8__/* .default */ .Z)(styles, { name: 'MuiIconButton' })(IconButton)); /***/ }), /***/ 96837: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* unused harmony export styles */ /* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(22122); /* harmony import */ var _babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(81253); /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(45697); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(86010); /* harmony import */ var _styles_withStyles__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(14670); /* harmony import */ var _utils_capitalize__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(93871); var styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { boxSizing: 'border-box', lineHeight: '48px', listStyle: 'none', color: theme.palette.text.secondary, fontFamily: theme.typography.fontFamily, fontWeight: theme.typography.fontWeightMedium, fontSize: theme.typography.pxToRem(14) }, /* Styles applied to the root element if `color="primary"`. */ colorPrimary: { color: theme.palette.primary.main }, /* Styles applied to the root element if `color="inherit"`. */ colorInherit: { color: 'inherit' }, /* Styles applied to the inner `component` element if `disableGutters={false}`. */ gutters: { paddingLeft: 16, paddingRight: 16 }, /* Styles applied to the root element if `inset={true}`. */ inset: { paddingLeft: 72 }, /* Styles applied to the root element if `disableSticky={false}`. */ sticky: { position: 'sticky', top: 0, zIndex: 1, backgroundColor: 'inherit' } }; }; var ListSubheader = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(function ListSubheader(props, ref) { var classes = props.classes, className = props.className, _props$color = props.color, color = _props$color === void 0 ? 'default' : _props$color, _props$component = props.component, Component = _props$component === void 0 ? 'li' : _props$component, _props$disableGutters = props.disableGutters, disableGutters = _props$disableGutters === void 0 ? false : _props$disableGutters, _props$disableSticky = props.disableSticky, disableSticky = _props$disableSticky === void 0 ? false : _props$disableSticky, _props$inset = props.inset, inset = _props$inset === void 0 ? false : _props$inset, other = (0,_babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_2__/* .default */ .Z)(props, ["classes", "className", "color", "component", "disableGutters", "disableSticky", "inset"]); return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(Component, (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)({ className: (0,clsx__WEBPACK_IMPORTED_MODULE_4__/* .default */ .Z)(classes.root, className, color !== 'default' && classes["color".concat((0,_utils_capitalize__WEBPACK_IMPORTED_MODULE_5__/* .default */ .Z)(color))], inset && classes.inset, !disableSticky && classes.sticky, !disableGutters && classes.gutters), ref: ref }, other)); }); false ? 0 : void 0; /* harmony default export */ __webpack_exports__["Z"] = ((0,_styles_withStyles__WEBPACK_IMPORTED_MODULE_6__/* .default */ .Z)(styles, { name: 'MuiListSubheader' })(ListSubheader)); /***/ }), /***/ 79895: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* unused harmony export styles */ /* harmony import */ var _babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(81253); /* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(22122); /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(45697); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(86010); /* harmony import */ var _styles_withStyles__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(14670); var styles = function styles(theme) { var elevations = {}; theme.shadows.forEach(function (shadow, index) { elevations["elevation".concat(index)] = { boxShadow: shadow }; }); return (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_2__/* .default */ .Z)({ /* Styles applied to the root element. */ root: { backgroundColor: theme.palette.background.paper, color: theme.palette.text.primary, transition: theme.transitions.create('box-shadow') }, /* Styles applied to the root element if `square={false}`. */ rounded: { borderRadius: theme.shape.borderRadius }, /* Styles applied to the root element if `variant="outlined"`. */ outlined: { border: "1px solid ".concat(theme.palette.divider) } }, elevations); }; var Paper = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(function Paper(props, ref) { var classes = props.classes, className = props.className, _props$component = props.component, Component = _props$component === void 0 ? 'div' : _props$component, _props$square = props.square, square = _props$square === void 0 ? false : _props$square, _props$elevation = props.elevation, elevation = _props$elevation === void 0 ? 1 : _props$elevation, _props$variant = props.variant, variant = _props$variant === void 0 ? 'elevation' : _props$variant, other = (0,_babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)(props, ["classes", "className", "component", "square", "elevation", "variant"]); return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(Component, (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_2__/* .default */ .Z)({ className: (0,clsx__WEBPACK_IMPORTED_MODULE_4__/* .default */ .Z)(classes.root, className, variant === 'outlined' ? classes.outlined : classes["elevation".concat(elevation)], !square && classes.rounded), ref: ref }, other)); }); false ? 0 : void 0; /* harmony default export */ __webpack_exports__["Z"] = ((0,_styles_withStyles__WEBPACK_IMPORTED_MODULE_5__/* .default */ .Z)(styles, { name: 'MuiPaper' })(Paper)); /***/ }), /***/ 96617: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, { "Z": function() { return /* binding */ esm_Popper_Popper; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); ;// CONCATENATED MODULE: ./node_modules/popper.js/dist/esm/popper.js /**! * @fileOverview Kickass library to create and place poppers near their reference elements. * @version 1.16.1-lts * @license * Copyright (c) 2016 Federico Zivolo and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ var isBrowser = typeof window !== 'undefined' && typeof document !== 'undefined' && typeof navigator !== 'undefined'; var timeoutDuration = function () { var longerTimeoutBrowsers = ['Edge', 'Trident', 'Firefox']; for (var i = 0; i < longerTimeoutBrowsers.length; i += 1) { if (isBrowser && navigator.userAgent.indexOf(longerTimeoutBrowsers[i]) >= 0) { return 1; } } return 0; }(); function microtaskDebounce(fn) { var called = false; return function () { if (called) { return; } called = true; window.Promise.resolve().then(function () { called = false; fn(); }); }; } function taskDebounce(fn) { var scheduled = false; return function () { if (!scheduled) { scheduled = true; setTimeout(function () { scheduled = false; fn(); }, timeoutDuration); } }; } var supportsMicroTasks = isBrowser && window.Promise; /** * Create a debounced version of a method, that's asynchronously deferred * but called in the minimum time possible. * * @method * @memberof Popper.Utils * @argument {Function} fn * @returns {Function} */ var debounce = supportsMicroTasks ? microtaskDebounce : taskDebounce; /** * Check if the given variable is a function * @method * @memberof Popper.Utils * @argument {Any} functionToCheck - variable to check * @returns {Boolean} answer to: is a function? */ function isFunction(functionToCheck) { var getType = {}; return functionToCheck && getType.toString.call(functionToCheck) === '[object Function]'; } /** * Get CSS computed property of the given element * @method * @memberof Popper.Utils * @argument {Eement} element * @argument {String} property */ function getStyleComputedProperty(element, property) { if (element.nodeType !== 1) { return []; } // NOTE: 1 DOM access here var window = element.ownerDocument.defaultView; var css = window.getComputedStyle(element, null); return property ? css[property] : css; } /** * Returns the parentNode or the host of the element * @method * @memberof Popper.Utils * @argument {Element} element * @returns {Element} parent */ function getParentNode(element) { if (element.nodeName === 'HTML') { return element; } return element.parentNode || element.host; } /** * Returns the scrolling parent of the given element * @method * @memberof Popper.Utils * @argument {Element} element * @returns {Element} scroll parent */ function getScrollParent(element) { // Return body, `getScroll` will take care to get the correct `scrollTop` from it if (!element) { return document.body; } switch (element.nodeName) { case 'HTML': case 'BODY': return element.ownerDocument.body; case '#document': return element.body; } // Firefox want us to check `-x` and `-y` variations as well var _getStyleComputedProp = getStyleComputedProperty(element), overflow = _getStyleComputedProp.overflow, overflowX = _getStyleComputedProp.overflowX, overflowY = _getStyleComputedProp.overflowY; if (/(auto|scroll|overlay)/.test(overflow + overflowY + overflowX)) { return element; } return getScrollParent(getParentNode(element)); } /** * Returns the reference node of the reference object, or the reference object itself. * @method * @memberof Popper.Utils * @param {Element|Object} reference - the reference element (the popper will be relative to this) * @returns {Element} parent */ function getReferenceNode(reference) { return reference && reference.referenceNode ? reference.referenceNode : reference; } var isIE11 = isBrowser && !!(window.MSInputMethodContext && document.documentMode); var isIE10 = isBrowser && /MSIE 10/.test(navigator.userAgent); /** * Determines if the browser is Internet Explorer * @method * @memberof Popper.Utils * @param {Number} version to check * @returns {Boolean} isIE */ function isIE(version) { if (version === 11) { return isIE11; } if (version === 10) { return isIE10; } return isIE11 || isIE10; } /** * Returns the offset parent of the given element * @method * @memberof Popper.Utils * @argument {Element} element * @returns {Element} offset parent */ function getOffsetParent(element) { if (!element) { return document.documentElement; } var noOffsetParent = isIE(10) ? document.body : null; // NOTE: 1 DOM access here var offsetParent = element.offsetParent || null; // Skip hidden elements which don't have an offsetParent while (offsetParent === noOffsetParent && element.nextElementSibling) { offsetParent = (element = element.nextElementSibling).offsetParent; } var nodeName = offsetParent && offsetParent.nodeName; if (!nodeName || nodeName === 'BODY' || nodeName === 'HTML') { return element ? element.ownerDocument.documentElement : document.documentElement; } // .offsetParent will return the closest TH, TD or TABLE in case // no offsetParent is present, I hate this job... if (['TH', 'TD', 'TABLE'].indexOf(offsetParent.nodeName) !== -1 && getStyleComputedProperty(offsetParent, 'position') === 'static') { return getOffsetParent(offsetParent); } return offsetParent; } function isOffsetContainer(element) { var nodeName = element.nodeName; if (nodeName === 'BODY') { return false; } return nodeName === 'HTML' || getOffsetParent(element.firstElementChild) === element; } /** * Finds the root node (document, shadowDOM root) of the given element * @method * @memberof Popper.Utils * @argument {Element} node * @returns {Element} root node */ function getRoot(node) { if (node.parentNode !== null) { return getRoot(node.parentNode); } return node; } /** * Finds the offset parent common to the two provided nodes * @method * @memberof Popper.Utils * @argument {Element} element1 * @argument {Element} element2 * @returns {Element} common offset parent */ function findCommonOffsetParent(element1, element2) { // This check is needed to avoid errors in case one of the elements isn't defined for any reason if (!element1 || !element1.nodeType || !element2 || !element2.nodeType) { return document.documentElement; } // Here we make sure to give as "start" the element that comes first in the DOM var order = element1.compareDocumentPosition(element2) & Node.DOCUMENT_POSITION_FOLLOWING; var start = order ? element1 : element2; var end = order ? element2 : element1; // Get common ancestor container var range = document.createRange(); range.setStart(start, 0); range.setEnd(end, 0); var commonAncestorContainer = range.commonAncestorContainer; // Both nodes are inside #document if (element1 !== commonAncestorContainer && element2 !== commonAncestorContainer || start.contains(end)) { if (isOffsetContainer(commonAncestorContainer)) { return commonAncestorContainer; } return getOffsetParent(commonAncestorContainer); } // one of the nodes is inside shadowDOM, find which one var element1root = getRoot(element1); if (element1root.host) { return findCommonOffsetParent(element1root.host, element2); } else { return findCommonOffsetParent(element1, getRoot(element2).host); } } /** * Gets the scroll value of the given element in the given side (top and left) * @method * @memberof Popper.Utils * @argument {Element} element * @argument {String} side `top` or `left` * @returns {number} amount of scrolled pixels */ function getScroll(element) { var side = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'top'; var upperSide = side === 'top' ? 'scrollTop' : 'scrollLeft'; var nodeName = element.nodeName; if (nodeName === 'BODY' || nodeName === 'HTML') { var html = element.ownerDocument.documentElement; var scrollingElement = element.ownerDocument.scrollingElement || html; return scrollingElement[upperSide]; } return element[upperSide]; } /* * Sum or subtract the element scroll values (left and top) from a given rect object * @method * @memberof Popper.Utils * @param {Object} rect - Rect object you want to change * @param {HTMLElement} element - The element from the function reads the scroll values * @param {Boolean} subtract - set to true if you want to subtract the scroll values * @return {Object} rect - The modifier rect object */ function includeScroll(rect, element) { var subtract = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; var scrollTop = getScroll(element, 'top'); var scrollLeft = getScroll(element, 'left'); var modifier = subtract ? -1 : 1; rect.top += scrollTop * modifier; rect.bottom += scrollTop * modifier; rect.left += scrollLeft * modifier; rect.right += scrollLeft * modifier; return rect; } /* * Helper to detect borders of a given element * @method * @memberof Popper.Utils * @param {CSSStyleDeclaration} styles * Result of `getStyleComputedProperty` on the given element * @param {String} axis - `x` or `y` * @return {number} borders - The borders size of the given axis */ function getBordersSize(styles, axis) { var sideA = axis === 'x' ? 'Left' : 'Top'; var sideB = sideA === 'Left' ? 'Right' : 'Bottom'; return parseFloat(styles['border' + sideA + 'Width']) + parseFloat(styles['border' + sideB + 'Width']); } function getSize(axis, body, html, computedStyle) { return Math.max(body['offset' + axis], body['scroll' + axis], html['client' + axis], html['offset' + axis], html['scroll' + axis], isIE(10) ? parseInt(html['offset' + axis]) + parseInt(computedStyle['margin' + (axis === 'Height' ? 'Top' : 'Left')]) + parseInt(computedStyle['margin' + (axis === 'Height' ? 'Bottom' : 'Right')]) : 0); } function getWindowSizes(document) { var body = document.body; var html = document.documentElement; var computedStyle = isIE(10) && getComputedStyle(html); return { height: getSize('Height', body, html, computedStyle), width: getSize('Width', body, html, computedStyle) }; } var classCallCheck = function (instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }; var createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); var defineProperty = function (obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }; var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; /** * Given element offsets, generate an output similar to getBoundingClientRect * @method * @memberof Popper.Utils * @argument {Object} offsets * @returns {Object} ClientRect like output */ function getClientRect(offsets) { return _extends({}, offsets, { right: offsets.left + offsets.width, bottom: offsets.top + offsets.height }); } /** * Get bounding client rect of given element * @method * @memberof Popper.Utils * @param {HTMLElement} element * @return {Object} client rect */ function getBoundingClientRect(element) { var rect = {}; // IE10 10 FIX: Please, don't ask, the element isn't // considered in DOM in some circumstances... // This isn't reproducible in IE10 compatibility mode of IE11 try { if (isIE(10)) { rect = element.getBoundingClientRect(); var scrollTop = getScroll(element, 'top'); var scrollLeft = getScroll(element, 'left'); rect.top += scrollTop; rect.left += scrollLeft; rect.bottom += scrollTop; rect.right += scrollLeft; } else { rect = element.getBoundingClientRect(); } } catch (e) {} var result = { left: rect.left, top: rect.top, width: rect.right - rect.left, height: rect.bottom - rect.top }; // subtract scrollbar size from sizes var sizes = element.nodeName === 'HTML' ? getWindowSizes(element.ownerDocument) : {}; var width = sizes.width || element.clientWidth || result.width; var height = sizes.height || element.clientHeight || result.height; var horizScrollbar = element.offsetWidth - width; var vertScrollbar = element.offsetHeight - height; // if an hypothetical scrollbar is detected, we must be sure it's not a `border` // we make this check conditional for performance reasons if (horizScrollbar || vertScrollbar) { var styles = getStyleComputedProperty(element); horizScrollbar -= getBordersSize(styles, 'x'); vertScrollbar -= getBordersSize(styles, 'y'); result.width -= horizScrollbar; result.height -= vertScrollbar; } return getClientRect(result); } function getOffsetRectRelativeToArbitraryNode(children, parent) { var fixedPosition = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; var isIE10 = isIE(10); var isHTML = parent.nodeName === 'HTML'; var childrenRect = getBoundingClientRect(children); var parentRect = getBoundingClientRect(parent); var scrollParent = getScrollParent(children); var styles = getStyleComputedProperty(parent); var borderTopWidth = parseFloat(styles.borderTopWidth); var borderLeftWidth = parseFloat(styles.borderLeftWidth); // In cases where the parent is fixed, we must ignore negative scroll in offset calc if (fixedPosition && isHTML) { parentRect.top = Math.max(parentRect.top, 0); parentRect.left = Math.max(parentRect.left, 0); } var offsets = getClientRect({ top: childrenRect.top - parentRect.top - borderTopWidth, left: childrenRect.left - parentRect.left - borderLeftWidth, width: childrenRect.width, height: childrenRect.height }); offsets.marginTop = 0; offsets.marginLeft = 0; // Subtract margins of documentElement in case it's being used as parent // we do this only on HTML because it's the only element that behaves // differently when margins are applied to it. The margins are included in // the box of the documentElement, in the other cases not. if (!isIE10 && isHTML) { var marginTop = parseFloat(styles.marginTop); var marginLeft = parseFloat(styles.marginLeft); offsets.top -= borderTopWidth - marginTop; offsets.bottom -= borderTopWidth - marginTop; offsets.left -= borderLeftWidth - marginLeft; offsets.right -= borderLeftWidth - marginLeft; // Attach marginTop and marginLeft because in some circumstances we may need them offsets.marginTop = marginTop; offsets.marginLeft = marginLeft; } if (isIE10 && !fixedPosition ? parent.contains(scrollParent) : parent === scrollParent && scrollParent.nodeName !== 'BODY') { offsets = includeScroll(offsets, parent); } return offsets; } function getViewportOffsetRectRelativeToArtbitraryNode(element) { var excludeScroll = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; var html = element.ownerDocument.documentElement; var relativeOffset = getOffsetRectRelativeToArbitraryNode(element, html); var width = Math.max(html.clientWidth, window.innerWidth || 0); var height = Math.max(html.clientHeight, window.innerHeight || 0); var scrollTop = !excludeScroll ? getScroll(html) : 0; var scrollLeft = !excludeScroll ? getScroll(html, 'left') : 0; var offset = { top: scrollTop - relativeOffset.top + relativeOffset.marginTop, left: scrollLeft - relativeOffset.left + relativeOffset.marginLeft, width: width, height: height }; return getClientRect(offset); } /** * Check if the given element is fixed or is inside a fixed parent * @method * @memberof Popper.Utils * @argument {Element} element * @argument {Element} customContainer * @returns {Boolean} answer to "isFixed?" */ function isFixed(element) { var nodeName = element.nodeName; if (nodeName === 'BODY' || nodeName === 'HTML') { return false; } if (getStyleComputedProperty(element, 'position') === 'fixed') { return true; } var parentNode = getParentNode(element); if (!parentNode) { return false; } return isFixed(parentNode); } /** * Finds the first parent of an element that has a transformed property defined * @method * @memberof Popper.Utils * @argument {Element} element * @returns {Element} first transformed parent or documentElement */ function getFixedPositionOffsetParent(element) { // This check is needed to avoid errors in case one of the elements isn't defined for any reason if (!element || !element.parentElement || isIE()) { return document.documentElement; } var el = element.parentElement; while (el && getStyleComputedProperty(el, 'transform') === 'none') { el = el.parentElement; } return el || document.documentElement; } /** * Computed the boundaries limits and return them * @method * @memberof Popper.Utils * @param {HTMLElement} popper * @param {HTMLElement} reference * @param {number} padding * @param {HTMLElement} boundariesElement - Element used to define the boundaries * @param {Boolean} fixedPosition - Is in fixed position mode * @returns {Object} Coordinates of the boundaries */ function getBoundaries(popper, reference, padding, boundariesElement) { var fixedPosition = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : false; // NOTE: 1 DOM access here var boundaries = { top: 0, left: 0 }; var offsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, getReferenceNode(reference)); // Handle viewport case if (boundariesElement === 'viewport') { boundaries = getViewportOffsetRectRelativeToArtbitraryNode(offsetParent, fixedPosition); } else { // Handle other cases based on DOM element used as boundaries var boundariesNode = void 0; if (boundariesElement === 'scrollParent') { boundariesNode = getScrollParent(getParentNode(reference)); if (boundariesNode.nodeName === 'BODY') { boundariesNode = popper.ownerDocument.documentElement; } } else if (boundariesElement === 'window') { boundariesNode = popper.ownerDocument.documentElement; } else { boundariesNode = boundariesElement; } var offsets = getOffsetRectRelativeToArbitraryNode(boundariesNode, offsetParent, fixedPosition); // In case of HTML, we need a different computation if (boundariesNode.nodeName === 'HTML' && !isFixed(offsetParent)) { var _getWindowSizes = getWindowSizes(popper.ownerDocument), height = _getWindowSizes.height, width = _getWindowSizes.width; boundaries.top += offsets.top - offsets.marginTop; boundaries.bottom = height + offsets.top; boundaries.left += offsets.left - offsets.marginLeft; boundaries.right = width + offsets.left; } else { // for all the other DOM elements, this one is good boundaries = offsets; } } // Add paddings padding = padding || 0; var isPaddingNumber = typeof padding === 'number'; boundaries.left += isPaddingNumber ? padding : padding.left || 0; boundaries.top += isPaddingNumber ? padding : padding.top || 0; boundaries.right -= isPaddingNumber ? padding : padding.right || 0; boundaries.bottom -= isPaddingNumber ? padding : padding.bottom || 0; return boundaries; } function getArea(_ref) { var width = _ref.width, height = _ref.height; return width * height; } /** * Utility used to transform the `auto` placement to the placement with more * available space. * @method * @memberof Popper.Utils * @argument {Object} data - The data object generated by update method * @argument {Object} options - Modifiers configuration and options * @returns {Object} The data object, properly modified */ function computeAutoPlacement(placement, refRect, popper, reference, boundariesElement) { var padding = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : 0; if (placement.indexOf('auto') === -1) { return placement; } var boundaries = getBoundaries(popper, reference, padding, boundariesElement); var rects = { top: { width: boundaries.width, height: refRect.top - boundaries.top }, right: { width: boundaries.right - refRect.right, height: boundaries.height }, bottom: { width: boundaries.width, height: boundaries.bottom - refRect.bottom }, left: { width: refRect.left - boundaries.left, height: boundaries.height } }; var sortedAreas = Object.keys(rects).map(function (key) { return _extends({ key: key }, rects[key], { area: getArea(rects[key]) }); }).sort(function (a, b) { return b.area - a.area; }); var filteredAreas = sortedAreas.filter(function (_ref2) { var width = _ref2.width, height = _ref2.height; return width >= popper.clientWidth && height >= popper.clientHeight; }); var computedPlacement = filteredAreas.length > 0 ? filteredAreas[0].key : sortedAreas[0].key; var variation = placement.split('-')[1]; return computedPlacement + (variation ? '-' + variation : ''); } /** * Get offsets to the reference element * @method * @memberof Popper.Utils * @param {Object} state * @param {Element} popper - the popper element * @param {Element} reference - the reference element (the popper will be relative to this) * @param {Element} fixedPosition - is in fixed position mode * @returns {Object} An object containing the offsets which will be applied to the popper */ function getReferenceOffsets(state, popper, reference) { var fixedPosition = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null; var commonOffsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, getReferenceNode(reference)); return getOffsetRectRelativeToArbitraryNode(reference, commonOffsetParent, fixedPosition); } /** * Get the outer sizes of the given element (offset size + margins) * @method * @memberof Popper.Utils * @argument {Element} element * @returns {Object} object containing width and height properties */ function getOuterSizes(element) { var window = element.ownerDocument.defaultView; var styles = window.getComputedStyle(element); var x = parseFloat(styles.marginTop || 0) + parseFloat(styles.marginBottom || 0); var y = parseFloat(styles.marginLeft || 0) + parseFloat(styles.marginRight || 0); var result = { width: element.offsetWidth + y, height: element.offsetHeight + x }; return result; } /** * Get the opposite placement of the given one * @method * @memberof Popper.Utils * @argument {String} placement * @returns {String} flipped placement */ function getOppositePlacement(placement) { var hash = { left: 'right', right: 'left', bottom: 'top', top: 'bottom' }; return placement.replace(/left|right|bottom|top/g, function (matched) { return hash[matched]; }); } /** * Get offsets to the popper * @method * @memberof Popper.Utils * @param {Object} position - CSS position the Popper will get applied * @param {HTMLElement} popper - the popper element * @param {Object} referenceOffsets - the reference offsets (the popper will be relative to this) * @param {String} placement - one of the valid placement options * @returns {Object} popperOffsets - An object containing the offsets which will be applied to the popper */ function getPopperOffsets(popper, referenceOffsets, placement) { placement = placement.split('-')[0]; // Get popper node sizes var popperRect = getOuterSizes(popper); // Add position, width and height to our offsets object var popperOffsets = { width: popperRect.width, height: popperRect.height }; // depending by the popper placement we have to compute its offsets slightly differently var isHoriz = ['right', 'left'].indexOf(placement) !== -1; var mainSide = isHoriz ? 'top' : 'left'; var secondarySide = isHoriz ? 'left' : 'top'; var measurement = isHoriz ? 'height' : 'width'; var secondaryMeasurement = !isHoriz ? 'height' : 'width'; popperOffsets[mainSide] = referenceOffsets[mainSide] + referenceOffsets[measurement] / 2 - popperRect[measurement] / 2; if (placement === secondarySide) { popperOffsets[secondarySide] = referenceOffsets[secondarySide] - popperRect[secondaryMeasurement]; } else { popperOffsets[secondarySide] = referenceOffsets[getOppositePlacement(secondarySide)]; } return popperOffsets; } /** * Mimics the `find` method of Array * @method * @memberof Popper.Utils * @argument {Array} arr * @argument prop * @argument value * @returns index or -1 */ function find(arr, check) { // use native find if supported if (Array.prototype.find) { return arr.find(check); } // use `filter` to obtain the same behavior of `find` return arr.filter(check)[0]; } /** * Return the index of the matching object * @method * @memberof Popper.Utils * @argument {Array} arr * @argument prop * @argument value * @returns index or -1 */ function findIndex(arr, prop, value) { // use native findIndex if supported if (Array.prototype.findIndex) { return arr.findIndex(function (cur) { return cur[prop] === value; }); } // use `find` + `indexOf` if `findIndex` isn't supported var match = find(arr, function (obj) { return obj[prop] === value; }); return arr.indexOf(match); } /** * Loop trough the list of modifiers and run them in order, * each of them will then edit the data object. * @method * @memberof Popper.Utils * @param {dataObject} data * @param {Array} modifiers * @param {String} ends - Optional modifier name used as stopper * @returns {dataObject} */ function runModifiers(modifiers, data, ends) { var modifiersToRun = ends === undefined ? modifiers : modifiers.slice(0, findIndex(modifiers, 'name', ends)); modifiersToRun.forEach(function (modifier) { if (modifier['function']) { // eslint-disable-line dot-notation console.warn('`modifier.function` is deprecated, use `modifier.fn`!'); } var fn = modifier['function'] || modifier.fn; // eslint-disable-line dot-notation if (modifier.enabled && isFunction(fn)) { // Add properties to offsets to make them a complete clientRect object // we do this before each modifier to make sure the previous one doesn't // mess with these values data.offsets.popper = getClientRect(data.offsets.popper); data.offsets.reference = getClientRect(data.offsets.reference); data = fn(data, modifier); } }); return data; } /** * Updates the position of the popper, computing the new offsets and applying * the new style.<br /> * Prefer `scheduleUpdate` over `update` because of performance reasons. * @method * @memberof Popper */ function update() { // if popper is destroyed, don't perform any further update if (this.state.isDestroyed) { return; } var data = { instance: this, styles: {}, arrowStyles: {}, attributes: {}, flipped: false, offsets: {} }; // compute reference element offsets data.offsets.reference = getReferenceOffsets(this.state, this.popper, this.reference, this.options.positionFixed); // compute auto placement, store placement inside the data object, // modifiers will be able to edit `placement` if needed // and refer to originalPlacement to know the original value data.placement = computeAutoPlacement(this.options.placement, data.offsets.reference, this.popper, this.reference, this.options.modifiers.flip.boundariesElement, this.options.modifiers.flip.padding); // store the computed placement inside `originalPlacement` data.originalPlacement = data.placement; data.positionFixed = this.options.positionFixed; // compute the popper offsets data.offsets.popper = getPopperOffsets(this.popper, data.offsets.reference, data.placement); data.offsets.popper.position = this.options.positionFixed ? 'fixed' : 'absolute'; // run the modifiers data = runModifiers(this.modifiers, data); // the first `update` will call `onCreate` callback // the other ones will call `onUpdate` callback if (!this.state.isCreated) { this.state.isCreated = true; this.options.onCreate(data); } else { this.options.onUpdate(data); } } /** * Helper used to know if the given modifier is enabled. * @method * @memberof Popper.Utils * @returns {Boolean} */ function isModifierEnabled(modifiers, modifierName) { return modifiers.some(function (_ref) { var name = _ref.name, enabled = _ref.enabled; return enabled && name === modifierName; }); } /** * Get the prefixed supported property name * @method * @memberof Popper.Utils * @argument {String} property (camelCase) * @returns {String} prefixed property (camelCase or PascalCase, depending on the vendor prefix) */ function getSupportedPropertyName(property) { var prefixes = [false, 'ms', 'Webkit', 'Moz', 'O']; var upperProp = property.charAt(0).toUpperCase() + property.slice(1); for (var i = 0; i < prefixes.length; i++) { var prefix = prefixes[i]; var toCheck = prefix ? '' + prefix + upperProp : property; if (typeof document.body.style[toCheck] !== 'undefined') { return toCheck; } } return null; } /** * Destroys the popper. * @method * @memberof Popper */ function destroy() { this.state.isDestroyed = true; // touch DOM only if `applyStyle` modifier is enabled if (isModifierEnabled(this.modifiers, 'applyStyle')) { this.popper.removeAttribute('x-placement'); this.popper.style.position = ''; this.popper.style.top = ''; this.popper.style.left = ''; this.popper.style.right = ''; this.popper.style.bottom = ''; this.popper.style.willChange = ''; this.popper.style[getSupportedPropertyName('transform')] = ''; } this.disableEventListeners(); // remove the popper if user explicitly asked for the deletion on destroy // do not use `remove` because IE11 doesn't support it if (this.options.removeOnDestroy) { this.popper.parentNode.removeChild(this.popper); } return this; } /** * Get the window associated with the element * @argument {Element} element * @returns {Window} */ function getWindow(element) { var ownerDocument = element.ownerDocument; return ownerDocument ? ownerDocument.defaultView : window; } function attachToScrollParents(scrollParent, event, callback, scrollParents) { var isBody = scrollParent.nodeName === 'BODY'; var target = isBody ? scrollParent.ownerDocument.defaultView : scrollParent; target.addEventListener(event, callback, { passive: true }); if (!isBody) { attachToScrollParents(getScrollParent(target.parentNode), event, callback, scrollParents); } scrollParents.push(target); } /** * Setup needed event listeners used to update the popper position * @method * @memberof Popper.Utils * @private */ function setupEventListeners(reference, options, state, updateBound) { // Resize event listener on window state.updateBound = updateBound; getWindow(reference).addEventListener('resize', state.updateBound, { passive: true }); // Scroll event listener on scroll parents var scrollElement = getScrollParent(reference); attachToScrollParents(scrollElement, 'scroll', state.updateBound, state.scrollParents); state.scrollElement = scrollElement; state.eventsEnabled = true; return state; } /** * It will add resize/scroll events and start recalculating * position of the popper element when they are triggered. * @method * @memberof Popper */ function enableEventListeners() { if (!this.state.eventsEnabled) { this.state = setupEventListeners(this.reference, this.options, this.state, this.scheduleUpdate); } } /** * Remove event listeners used to update the popper position * @method * @memberof Popper.Utils * @private */ function removeEventListeners(reference, state) { // Remove resize event listener on window getWindow(reference).removeEventListener('resize', state.updateBound); // Remove scroll event listener on scroll parents state.scrollParents.forEach(function (target) { target.removeEventListener('scroll', state.updateBound); }); // Reset state state.updateBound = null; state.scrollParents = []; state.scrollElement = null; state.eventsEnabled = false; return state; } /** * It will remove resize/scroll events and won't recalculate popper position * when they are triggered. It also won't trigger `onUpdate` callback anymore, * unless you call `update` method manually. * @method * @memberof Popper */ function disableEventListeners() { if (this.state.eventsEnabled) { cancelAnimationFrame(this.scheduleUpdate); this.state = removeEventListeners(this.reference, this.state); } } /** * Tells if a given input is a number * @method * @memberof Popper.Utils * @param {*} input to check * @return {Boolean} */ function isNumeric(n) { return n !== '' && !isNaN(parseFloat(n)) && isFinite(n); } /** * Set the style to the given popper * @method * @memberof Popper.Utils * @argument {Element} element - Element to apply the style to * @argument {Object} styles * Object with a list of properties and values which will be applied to the element */ function setStyles(element, styles) { Object.keys(styles).forEach(function (prop) { var unit = ''; // add unit if the value is numeric and is one of the following if (['width', 'height', 'top', 'right', 'bottom', 'left'].indexOf(prop) !== -1 && isNumeric(styles[prop])) { unit = 'px'; } element.style[prop] = styles[prop] + unit; }); } /** * Set the attributes to the given popper * @method * @memberof Popper.Utils * @argument {Element} element - Element to apply the attributes to * @argument {Object} styles * Object with a list of properties and values which will be applied to the element */ function setAttributes(element, attributes) { Object.keys(attributes).forEach(function (prop) { var value = attributes[prop]; if (value !== false) { element.setAttribute(prop, attributes[prop]); } else { element.removeAttribute(prop); } }); } /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by `update` method * @argument {Object} data.styles - List of style properties - values to apply to popper element * @argument {Object} data.attributes - List of attribute properties - values to apply to popper element * @argument {Object} options - Modifiers configuration and options * @returns {Object} The same data object */ function applyStyle(data) { // any property present in `data.styles` will be applied to the popper, // in this way we can make the 3rd party modifiers add custom styles to it // Be aware, modifiers could override the properties defined in the previous // lines of this modifier! setStyles(data.instance.popper, data.styles); // any property present in `data.attributes` will be applied to the popper, // they will be set as HTML attributes of the element setAttributes(data.instance.popper, data.attributes); // if arrowElement is defined and arrowStyles has some properties if (data.arrowElement && Object.keys(data.arrowStyles).length) { setStyles(data.arrowElement, data.arrowStyles); } return data; } /** * Set the x-placement attribute before everything else because it could be used * to add margins to the popper margins needs to be calculated to get the * correct popper offsets. * @method * @memberof Popper.modifiers * @param {HTMLElement} reference - The reference element used to position the popper * @param {HTMLElement} popper - The HTML element used as popper * @param {Object} options - Popper.js options */ function applyStyleOnLoad(reference, popper, options, modifierOptions, state) { // compute reference element offsets var referenceOffsets = getReferenceOffsets(state, popper, reference, options.positionFixed); // compute auto placement, store placement inside the data object, // modifiers will be able to edit `placement` if needed // and refer to originalPlacement to know the original value var placement = computeAutoPlacement(options.placement, referenceOffsets, popper, reference, options.modifiers.flip.boundariesElement, options.modifiers.flip.padding); popper.setAttribute('x-placement', placement); // Apply `position` to popper before anything else because // without the position applied we can't guarantee correct computations setStyles(popper, { position: options.positionFixed ? 'fixed' : 'absolute' }); return options; } /** * @function * @memberof Popper.Utils * @argument {Object} data - The data object generated by `update` method * @argument {Boolean} shouldRound - If the offsets should be rounded at all * @returns {Object} The popper's position offsets rounded * * The tale of pixel-perfect positioning. It's still not 100% perfect, but as * good as it can be within reason. * Discussion here: https://github.com/FezVrasta/popper.js/pull/715 * * Low DPI screens cause a popper to be blurry if not using full pixels (Safari * as well on High DPI screens). * * Firefox prefers no rounding for positioning and does not have blurriness on * high DPI screens. * * Only horizontal placement and left/right values need to be considered. */ function getRoundedOffsets(data, shouldRound) { var _data$offsets = data.offsets, popper = _data$offsets.popper, reference = _data$offsets.reference; var round = Math.round, floor = Math.floor; var noRound = function noRound(v) { return v; }; var referenceWidth = round(reference.width); var popperWidth = round(popper.width); var isVertical = ['left', 'right'].indexOf(data.placement) !== -1; var isVariation = data.placement.indexOf('-') !== -1; var sameWidthParity = referenceWidth % 2 === popperWidth % 2; var bothOddWidth = referenceWidth % 2 === 1 && popperWidth % 2 === 1; var horizontalToInteger = !shouldRound ? noRound : isVertical || isVariation || sameWidthParity ? round : floor; var verticalToInteger = !shouldRound ? noRound : round; return { left: horizontalToInteger(bothOddWidth && !isVariation && shouldRound ? popper.left - 1 : popper.left), top: verticalToInteger(popper.top), bottom: verticalToInteger(popper.bottom), right: horizontalToInteger(popper.right) }; } var isFirefox = isBrowser && /Firefox/i.test(navigator.userAgent); /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by `update` method * @argument {Object} options - Modifiers configuration and options * @returns {Object} The data object, properly modified */ function computeStyle(data, options) { var x = options.x, y = options.y; var popper = data.offsets.popper; // Remove this legacy support in Popper.js v2 var legacyGpuAccelerationOption = find(data.instance.modifiers, function (modifier) { return modifier.name === 'applyStyle'; }).gpuAcceleration; if (legacyGpuAccelerationOption !== undefined) { console.warn('WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!'); } var gpuAcceleration = legacyGpuAccelerationOption !== undefined ? legacyGpuAccelerationOption : options.gpuAcceleration; var offsetParent = getOffsetParent(data.instance.popper); var offsetParentRect = getBoundingClientRect(offsetParent); // Styles var styles = { position: popper.position }; var offsets = getRoundedOffsets(data, window.devicePixelRatio < 2 || !isFirefox); var sideA = x === 'bottom' ? 'top' : 'bottom'; var sideB = y === 'right' ? 'left' : 'right'; // if gpuAcceleration is set to `true` and transform is supported, // we use `translate3d` to apply the position to the popper we // automatically use the supported prefixed version if needed var prefixedProperty = getSupportedPropertyName('transform'); // now, let's make a step back and look at this code closely (wtf?) // If the content of the popper grows once it's been positioned, it // may happen that the popper gets misplaced because of the new content // overflowing its reference element // To avoid this problem, we provide two options (x and y), which allow // the consumer to define the offset origin. // If we position a popper on top of a reference element, we can set // `x` to `top` to make the popper grow towards its top instead of // its bottom. var left = void 0, top = void 0; if (sideA === 'bottom') { // when offsetParent is <html> the positioning is relative to the bottom of the screen (excluding the scrollbar) // and not the bottom of the html element if (offsetParent.nodeName === 'HTML') { top = -offsetParent.clientHeight + offsets.bottom; } else { top = -offsetParentRect.height + offsets.bottom; } } else { top = offsets.top; } if (sideB === 'right') { if (offsetParent.nodeName === 'HTML') { left = -offsetParent.clientWidth + offsets.right; } else { left = -offsetParentRect.width + offsets.right; } } else { left = offsets.left; } if (gpuAcceleration && prefixedProperty) { styles[prefixedProperty] = 'translate3d(' + left + 'px, ' + top + 'px, 0)'; styles[sideA] = 0; styles[sideB] = 0; styles.willChange = 'transform'; } else { // othwerise, we use the standard `top`, `left`, `bottom` and `right` properties var invertTop = sideA === 'bottom' ? -1 : 1; var invertLeft = sideB === 'right' ? -1 : 1; styles[sideA] = top * invertTop; styles[sideB] = left * invertLeft; styles.willChange = sideA + ', ' + sideB; } // Attributes var attributes = { 'x-placement': data.placement }; // Update `data` attributes, styles and arrowStyles data.attributes = _extends({}, attributes, data.attributes); data.styles = _extends({}, styles, data.styles); data.arrowStyles = _extends({}, data.offsets.arrow, data.arrowStyles); return data; } /** * Helper used to know if the given modifier depends from another one.<br /> * It checks if the needed modifier is listed and enabled. * @method * @memberof Popper.Utils * @param {Array} modifiers - list of modifiers * @param {String} requestingName - name of requesting modifier * @param {String} requestedName - name of requested modifier * @returns {Boolean} */ function isModifierRequired(modifiers, requestingName, requestedName) { var requesting = find(modifiers, function (_ref) { var name = _ref.name; return name === requestingName; }); var isRequired = !!requesting && modifiers.some(function (modifier) { return modifier.name === requestedName && modifier.enabled && modifier.order < requesting.order; }); if (!isRequired) { var _requesting = '`' + requestingName + '`'; var requested = '`' + requestedName + '`'; console.warn(requested + ' modifier is required by ' + _requesting + ' modifier in order to work, be sure to include it before ' + _requesting + '!'); } return isRequired; } /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by update method * @argument {Object} options - Modifiers configuration and options * @returns {Object} The data object, properly modified */ function arrow(data, options) { var _data$offsets$arrow; // arrow depends on keepTogether in order to work if (!isModifierRequired(data.instance.modifiers, 'arrow', 'keepTogether')) { return data; } var arrowElement = options.element; // if arrowElement is a string, suppose it's a CSS selector if (typeof arrowElement === 'string') { arrowElement = data.instance.popper.querySelector(arrowElement); // if arrowElement is not found, don't run the modifier if (!arrowElement) { return data; } } else { // if the arrowElement isn't a query selector we must check that the // provided DOM node is child of its popper node if (!data.instance.popper.contains(arrowElement)) { console.warn('WARNING: `arrow.element` must be child of its popper element!'); return data; } } var placement = data.placement.split('-')[0]; var _data$offsets = data.offsets, popper = _data$offsets.popper, reference = _data$offsets.reference; var isVertical = ['left', 'right'].indexOf(placement) !== -1; var len = isVertical ? 'height' : 'width'; var sideCapitalized = isVertical ? 'Top' : 'Left'; var side = sideCapitalized.toLowerCase(); var altSide = isVertical ? 'left' : 'top'; var opSide = isVertical ? 'bottom' : 'right'; var arrowElementSize = getOuterSizes(arrowElement)[len]; // // extends keepTogether behavior making sure the popper and its // reference have enough pixels in conjunction // // top/left side if (reference[opSide] - arrowElementSize < popper[side]) { data.offsets.popper[side] -= popper[side] - (reference[opSide] - arrowElementSize); } // bottom/right side if (reference[side] + arrowElementSize > popper[opSide]) { data.offsets.popper[side] += reference[side] + arrowElementSize - popper[opSide]; } data.offsets.popper = getClientRect(data.offsets.popper); // compute center of the popper var center = reference[side] + reference[len] / 2 - arrowElementSize / 2; // Compute the sideValue using the updated popper offsets // take popper margin in account because we don't have this info available var css = getStyleComputedProperty(data.instance.popper); var popperMarginSide = parseFloat(css['margin' + sideCapitalized]); var popperBorderSide = parseFloat(css['border' + sideCapitalized + 'Width']); var sideValue = center - data.offsets.popper[side] - popperMarginSide - popperBorderSide; // prevent arrowElement from being placed not contiguously to its popper sideValue = Math.max(Math.min(popper[len] - arrowElementSize, sideValue), 0); data.arrowElement = arrowElement; data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty(_data$offsets$arrow, altSide, ''), _data$offsets$arrow); return data; } /** * Get the opposite placement variation of the given one * @method * @memberof Popper.Utils * @argument {String} placement variation * @returns {String} flipped placement variation */ function getOppositeVariation(variation) { if (variation === 'end') { return 'start'; } else if (variation === 'start') { return 'end'; } return variation; } /** * List of accepted placements to use as values of the `placement` option.<br /> * Valid placements are: * - `auto` * - `top` * - `right` * - `bottom` * - `left` * * Each placement can have a variation from this list: * - `-start` * - `-end` * * Variations are interpreted easily if you think of them as the left to right * written languages. Horizontally (`top` and `bottom`), `start` is left and `end` * is right.<br /> * Vertically (`left` and `right`), `start` is top and `end` is bottom. * * Some valid examples are: * - `top-end` (on top of reference, right aligned) * - `right-start` (on right of reference, top aligned) * - `bottom` (on bottom, centered) * - `auto-end` (on the side with more space available, alignment depends by placement) * * @static * @type {Array} * @enum {String} * @readonly * @method placements * @memberof Popper */ var placements = ['auto-start', 'auto', 'auto-end', 'top-start', 'top', 'top-end', 'right-start', 'right', 'right-end', 'bottom-end', 'bottom', 'bottom-start', 'left-end', 'left', 'left-start']; // Get rid of `auto` `auto-start` and `auto-end` var validPlacements = placements.slice(3); /** * Given an initial placement, returns all the subsequent placements * clockwise (or counter-clockwise). * * @method * @memberof Popper.Utils * @argument {String} placement - A valid placement (it accepts variations) * @argument {Boolean} counter - Set to true to walk the placements counterclockwise * @returns {Array} placements including their variations */ function clockwise(placement) { var counter = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; var index = validPlacements.indexOf(placement); var arr = validPlacements.slice(index + 1).concat(validPlacements.slice(0, index)); return counter ? arr.reverse() : arr; } var BEHAVIORS = { FLIP: 'flip', CLOCKWISE: 'clockwise', COUNTERCLOCKWISE: 'counterclockwise' }; /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by update method * @argument {Object} options - Modifiers configuration and options * @returns {Object} The data object, properly modified */ function flip(data, options) { // if `inner` modifier is enabled, we can't use the `flip` modifier if (isModifierEnabled(data.instance.modifiers, 'inner')) { return data; } if (data.flipped && data.placement === data.originalPlacement) { // seems like flip is trying to loop, probably there's not enough space on any of the flippable sides return data; } var boundaries = getBoundaries(data.instance.popper, data.instance.reference, options.padding, options.boundariesElement, data.positionFixed); var placement = data.placement.split('-')[0]; var placementOpposite = getOppositePlacement(placement); var variation = data.placement.split('-')[1] || ''; var flipOrder = []; switch (options.behavior) { case BEHAVIORS.FLIP: flipOrder = [placement, placementOpposite]; break; case BEHAVIORS.CLOCKWISE: flipOrder = clockwise(placement); break; case BEHAVIORS.COUNTERCLOCKWISE: flipOrder = clockwise(placement, true); break; default: flipOrder = options.behavior; } flipOrder.forEach(function (step, index) { if (placement !== step || flipOrder.length === index + 1) { return data; } placement = data.placement.split('-')[0]; placementOpposite = getOppositePlacement(placement); var popperOffsets = data.offsets.popper; var refOffsets = data.offsets.reference; // using floor because the reference offsets may contain decimals we are not going to consider here var floor = Math.floor; var overlapsRef = placement === 'left' && floor(popperOffsets.right) > floor(refOffsets.left) || placement === 'right' && floor(popperOffsets.left) < floor(refOffsets.right) || placement === 'top' && floor(popperOffsets.bottom) > floor(refOffsets.top) || placement === 'bottom' && floor(popperOffsets.top) < floor(refOffsets.bottom); var overflowsLeft = floor(popperOffsets.left) < floor(boundaries.left); var overflowsRight = floor(popperOffsets.right) > floor(boundaries.right); var overflowsTop = floor(popperOffsets.top) < floor(boundaries.top); var overflowsBottom = floor(popperOffsets.bottom) > floor(boundaries.bottom); var overflowsBoundaries = placement === 'left' && overflowsLeft || placement === 'right' && overflowsRight || placement === 'top' && overflowsTop || placement === 'bottom' && overflowsBottom; // flip the variation if required var isVertical = ['top', 'bottom'].indexOf(placement) !== -1; // flips variation if reference element overflows boundaries var flippedVariationByRef = !!options.flipVariations && (isVertical && variation === 'start' && overflowsLeft || isVertical && variation === 'end' && overflowsRight || !isVertical && variation === 'start' && overflowsTop || !isVertical && variation === 'end' && overflowsBottom); // flips variation if popper content overflows boundaries var flippedVariationByContent = !!options.flipVariationsByContent && (isVertical && variation === 'start' && overflowsRight || isVertical && variation === 'end' && overflowsLeft || !isVertical && variation === 'start' && overflowsBottom || !isVertical && variation === 'end' && overflowsTop); var flippedVariation = flippedVariationByRef || flippedVariationByContent; if (overlapsRef || overflowsBoundaries || flippedVariation) { // this boolean to detect any flip loop data.flipped = true; if (overlapsRef || overflowsBoundaries) { placement = flipOrder[index + 1]; } if (flippedVariation) { variation = getOppositeVariation(variation); } data.placement = placement + (variation ? '-' + variation : ''); // this object contains `position`, we want to preserve it along with // any additional property we may add in the future data.offsets.popper = _extends({}, data.offsets.popper, getPopperOffsets(data.instance.popper, data.offsets.reference, data.placement)); data = runModifiers(data.instance.modifiers, data, 'flip'); } }); return data; } /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by update method * @argument {Object} options - Modifiers configuration and options * @returns {Object} The data object, properly modified */ function keepTogether(data) { var _data$offsets = data.offsets, popper = _data$offsets.popper, reference = _data$offsets.reference; var placement = data.placement.split('-')[0]; var floor = Math.floor; var isVertical = ['top', 'bottom'].indexOf(placement) !== -1; var side = isVertical ? 'right' : 'bottom'; var opSide = isVertical ? 'left' : 'top'; var measurement = isVertical ? 'width' : 'height'; if (popper[side] < floor(reference[opSide])) { data.offsets.popper[opSide] = floor(reference[opSide]) - popper[measurement]; } if (popper[opSide] > floor(reference[side])) { data.offsets.popper[opSide] = floor(reference[side]); } return data; } /** * Converts a string containing value + unit into a px value number * @function * @memberof {modifiers~offset} * @private * @argument {String} str - Value + unit string * @argument {String} measurement - `height` or `width` * @argument {Object} popperOffsets * @argument {Object} referenceOffsets * @returns {Number|String} * Value in pixels, or original string if no values were extracted */ function toValue(str, measurement, popperOffsets, referenceOffsets) { // separate value from unit var split = str.match(/((?:\-|\+)?\d*\.?\d*)(.*)/); var value = +split[1]; var unit = split[2]; // If it's not a number it's an operator, I guess if (!value) { return str; } if (unit.indexOf('%') === 0) { var element = void 0; switch (unit) { case '%p': element = popperOffsets; break; case '%': case '%r': default: element = referenceOffsets; } var rect = getClientRect(element); return rect[measurement] / 100 * value; } else if (unit === 'vh' || unit === 'vw') { // if is a vh or vw, we calculate the size based on the viewport var size = void 0; if (unit === 'vh') { size = Math.max(document.documentElement.clientHeight, window.innerHeight || 0); } else { size = Math.max(document.documentElement.clientWidth, window.innerWidth || 0); } return size / 100 * value; } else { // if is an explicit pixel unit, we get rid of the unit and keep the value // if is an implicit unit, it's px, and we return just the value return value; } } /** * Parse an `offset` string to extrapolate `x` and `y` numeric offsets. * @function * @memberof {modifiers~offset} * @private * @argument {String} offset * @argument {Object} popperOffsets * @argument {Object} referenceOffsets * @argument {String} basePlacement * @returns {Array} a two cells array with x and y offsets in numbers */ function parseOffset(offset, popperOffsets, referenceOffsets, basePlacement) { var offsets = [0, 0]; // Use height if placement is left or right and index is 0 otherwise use width // in this way the first offset will use an axis and the second one // will use the other one var useHeight = ['right', 'left'].indexOf(basePlacement) !== -1; // Split the offset string to obtain a list of values and operands // The regex addresses values with the plus or minus sign in front (+10, -20, etc) var fragments = offset.split(/(\+|\-)/).map(function (frag) { return frag.trim(); }); // Detect if the offset string contains a pair of values or a single one // they could be separated by comma or space var divider = fragments.indexOf(find(fragments, function (frag) { return frag.search(/,|\s/) !== -1; })); if (fragments[divider] && fragments[divider].indexOf(',') === -1) { console.warn('Offsets separated by white space(s) are deprecated, use a comma (,) instead.'); } // If divider is found, we divide the list of values and operands to divide // them by ofset X and Y. var splitRegex = /\s*,\s*|\s+/; var ops = divider !== -1 ? [fragments.slice(0, divider).concat([fragments[divider].split(splitRegex)[0]]), [fragments[divider].split(splitRegex)[1]].concat(fragments.slice(divider + 1))] : [fragments]; // Convert the values with units to absolute pixels to allow our computations ops = ops.map(function (op, index) { // Most of the units rely on the orientation of the popper var measurement = (index === 1 ? !useHeight : useHeight) ? 'height' : 'width'; var mergeWithPrevious = false; return op // This aggregates any `+` or `-` sign that aren't considered operators // e.g.: 10 + +5 => [10, +, +5] .reduce(function (a, b) { if (a[a.length - 1] === '' && ['+', '-'].indexOf(b) !== -1) { a[a.length - 1] = b; mergeWithPrevious = true; return a; } else if (mergeWithPrevious) { a[a.length - 1] += b; mergeWithPrevious = false; return a; } else { return a.concat(b); } }, []) // Here we convert the string values into number values (in px) .map(function (str) { return toValue(str, measurement, popperOffsets, referenceOffsets); }); }); // Loop trough the offsets arrays and execute the operations ops.forEach(function (op, index) { op.forEach(function (frag, index2) { if (isNumeric(frag)) { offsets[index] += frag * (op[index2 - 1] === '-' ? -1 : 1); } }); }); return offsets; } /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by update method * @argument {Object} options - Modifiers configuration and options * @argument {Number|String} options.offset=0 * The offset value as described in the modifier description * @returns {Object} The data object, properly modified */ function offset(data, _ref) { var offset = _ref.offset; var placement = data.placement, _data$offsets = data.offsets, popper = _data$offsets.popper, reference = _data$offsets.reference; var basePlacement = placement.split('-')[0]; var offsets = void 0; if (isNumeric(+offset)) { offsets = [+offset, 0]; } else { offsets = parseOffset(offset, popper, reference, basePlacement); } if (basePlacement === 'left') { popper.top += offsets[0]; popper.left -= offsets[1]; } else if (basePlacement === 'right') { popper.top += offsets[0]; popper.left += offsets[1]; } else if (basePlacement === 'top') { popper.left += offsets[0]; popper.top -= offsets[1]; } else if (basePlacement === 'bottom') { popper.left += offsets[0]; popper.top += offsets[1]; } data.popper = popper; return data; } /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by `update` method * @argument {Object} options - Modifiers configuration and options * @returns {Object} The data object, properly modified */ function preventOverflow(data, options) { var boundariesElement = options.boundariesElement || getOffsetParent(data.instance.popper); // If offsetParent is the reference element, we really want to // go one step up and use the next offsetParent as reference to // avoid to make this modifier completely useless and look like broken if (data.instance.reference === boundariesElement) { boundariesElement = getOffsetParent(boundariesElement); } // NOTE: DOM access here // resets the popper's position so that the document size can be calculated excluding // the size of the popper element itself var transformProp = getSupportedPropertyName('transform'); var popperStyles = data.instance.popper.style; // assignment to help minification var top = popperStyles.top, left = popperStyles.left, transform = popperStyles[transformProp]; popperStyles.top = ''; popperStyles.left = ''; popperStyles[transformProp] = ''; var boundaries = getBoundaries(data.instance.popper, data.instance.reference, options.padding, boundariesElement, data.positionFixed); // NOTE: DOM access here // restores the original style properties after the offsets have been computed popperStyles.top = top; popperStyles.left = left; popperStyles[transformProp] = transform; options.boundaries = boundaries; var order = options.priority; var popper = data.offsets.popper; var check = { primary: function primary(placement) { var value = popper[placement]; if (popper[placement] < boundaries[placement] && !options.escapeWithReference) { value = Math.max(popper[placement], boundaries[placement]); } return defineProperty({}, placement, value); }, secondary: function secondary(placement) { var mainSide = placement === 'right' ? 'left' : 'top'; var value = popper[mainSide]; if (popper[placement] > boundaries[placement] && !options.escapeWithReference) { value = Math.min(popper[mainSide], boundaries[placement] - (placement === 'right' ? popper.width : popper.height)); } return defineProperty({}, mainSide, value); } }; order.forEach(function (placement) { var side = ['left', 'top'].indexOf(placement) !== -1 ? 'primary' : 'secondary'; popper = _extends({}, popper, check[side](placement)); }); data.offsets.popper = popper; return data; } /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by `update` method * @argument {Object} options - Modifiers configuration and options * @returns {Object} The data object, properly modified */ function shift(data) { var placement = data.placement; var basePlacement = placement.split('-')[0]; var shiftvariation = placement.split('-')[1]; // if shift shiftvariation is specified, run the modifier if (shiftvariation) { var _data$offsets = data.offsets, reference = _data$offsets.reference, popper = _data$offsets.popper; var isVertical = ['bottom', 'top'].indexOf(basePlacement) !== -1; var side = isVertical ? 'left' : 'top'; var measurement = isVertical ? 'width' : 'height'; var shiftOffsets = { start: defineProperty({}, side, reference[side]), end: defineProperty({}, side, reference[side] + reference[measurement] - popper[measurement]) }; data.offsets.popper = _extends({}, popper, shiftOffsets[shiftvariation]); } return data; } /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by update method * @argument {Object} options - Modifiers configuration and options * @returns {Object} The data object, properly modified */ function hide(data) { if (!isModifierRequired(data.instance.modifiers, 'hide', 'preventOverflow')) { return data; } var refRect = data.offsets.reference; var bound = find(data.instance.modifiers, function (modifier) { return modifier.name === 'preventOverflow'; }).boundaries; if (refRect.bottom < bound.top || refRect.left > bound.right || refRect.top > bound.bottom || refRect.right < bound.left) { // Avoid unnecessary DOM access if visibility hasn't changed if (data.hide === true) { return data; } data.hide = true; data.attributes['x-out-of-boundaries'] = ''; } else { // Avoid unnecessary DOM access if visibility hasn't changed if (data.hide === false) { return data; } data.hide = false; data.attributes['x-out-of-boundaries'] = false; } return data; } /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by `update` method * @argument {Object} options - Modifiers configuration and options * @returns {Object} The data object, properly modified */ function inner(data) { var placement = data.placement; var basePlacement = placement.split('-')[0]; var _data$offsets = data.offsets, popper = _data$offsets.popper, reference = _data$offsets.reference; var isHoriz = ['left', 'right'].indexOf(basePlacement) !== -1; var subtractLength = ['top', 'left'].indexOf(basePlacement) === -1; popper[isHoriz ? 'left' : 'top'] = reference[basePlacement] - (subtractLength ? popper[isHoriz ? 'width' : 'height'] : 0); data.placement = getOppositePlacement(placement); data.offsets.popper = getClientRect(popper); return data; } /** * Modifier function, each modifier can have a function of this type assigned * to its `fn` property.<br /> * These functions will be called on each update, this means that you must * make sure they are performant enough to avoid performance bottlenecks. * * @function ModifierFn * @argument {dataObject} data - The data object generated by `update` method * @argument {Object} options - Modifiers configuration and options * @returns {dataObject} The data object, properly modified */ /** * Modifiers are plugins used to alter the behavior of your poppers.<br /> * Popper.js uses a set of 9 modifiers to provide all the basic functionalities * needed by the library. * * Usually you don't want to override the `order`, `fn` and `onLoad` props. * All the other properties are configurations that could be tweaked. * @namespace modifiers */ var modifiers = { /** * Modifier used to shift the popper on the start or end of its reference * element.<br /> * It will read the variation of the `placement` property.<br /> * It can be one either `-end` or `-start`. * @memberof modifiers * @inner */ shift: { /** @prop {number} order=100 - Index used to define the order of execution */ order: 100, /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */ enabled: true, /** @prop {ModifierFn} */ fn: shift }, /** * The `offset` modifier can shift your popper on both its axis. * * It accepts the following units: * - `px` or unit-less, interpreted as pixels * - `%` or `%r`, percentage relative to the length of the reference element * - `%p`, percentage relative to the length of the popper element * - `vw`, CSS viewport width unit * - `vh`, CSS viewport height unit * * For length is intended the main axis relative to the placement of the popper.<br /> * This means that if the placement is `top` or `bottom`, the length will be the * `width`. In case of `left` or `right`, it will be the `height`. * * You can provide a single value (as `Number` or `String`), or a pair of values * as `String` divided by a comma or one (or more) white spaces.<br /> * The latter is a deprecated method because it leads to confusion and will be * removed in v2.<br /> * Additionally, it accepts additions and subtractions between different units. * Note that multiplications and divisions aren't supported. * * Valid examples are: * ``` * 10 * '10%' * '10, 10' * '10%, 10' * '10 + 10%' * '10 - 5vh + 3%' * '-10px + 5vh, 5px - 6%' * ``` * > **NB**: If you desire to apply offsets to your poppers in a way that may make them overlap * > with their reference element, unfortunately, you will have to disable the `flip` modifier. * > You can read more on this at this [issue](https://github.com/FezVrasta/popper.js/issues/373). * * @memberof modifiers * @inner */ offset: { /** @prop {number} order=200 - Index used to define the order of execution */ order: 200, /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */ enabled: true, /** @prop {ModifierFn} */ fn: offset, /** @prop {Number|String} offset=0 * The offset value as described in the modifier description */ offset: 0 }, /** * Modifier used to prevent the popper from being positioned outside the boundary. * * A scenario exists where the reference itself is not within the boundaries.<br /> * We can say it has "escaped the boundaries" — or just "escaped".<br /> * In this case we need to decide whether the popper should either: * * - detach from the reference and remain "trapped" in the boundaries, or * - if it should ignore the boundary and "escape with its reference" * * When `escapeWithReference` is set to`true` and reference is completely * outside its boundaries, the popper will overflow (or completely leave) * the boundaries in order to remain attached to the edge of the reference. * * @memberof modifiers * @inner */ preventOverflow: { /** @prop {number} order=300 - Index used to define the order of execution */ order: 300, /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */ enabled: true, /** @prop {ModifierFn} */ fn: preventOverflow, /** * @prop {Array} [priority=['left','right','top','bottom']] * Popper will try to prevent overflow following these priorities by default, * then, it could overflow on the left and on top of the `boundariesElement` */ priority: ['left', 'right', 'top', 'bottom'], /** * @prop {number} padding=5 * Amount of pixel used to define a minimum distance between the boundaries * and the popper. This makes sure the popper always has a little padding * between the edges of its container */ padding: 5, /** * @prop {String|HTMLElement} boundariesElement='scrollParent' * Boundaries used by the modifier. Can be `scrollParent`, `window`, * `viewport` or any DOM element. */ boundariesElement: 'scrollParent' }, /** * Modifier used to make sure the reference and its popper stay near each other * without leaving any gap between the two. Especially useful when the arrow is * enabled and you want to ensure that it points to its reference element. * It cares only about the first axis. You can still have poppers with margin * between the popper and its reference element. * @memberof modifiers * @inner */ keepTogether: { /** @prop {number} order=400 - Index used to define the order of execution */ order: 400, /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */ enabled: true, /** @prop {ModifierFn} */ fn: keepTogether }, /** * This modifier is used to move the `arrowElement` of the popper to make * sure it is positioned between the reference element and its popper element. * It will read the outer size of the `arrowElement` node to detect how many * pixels of conjunction are needed. * * It has no effect if no `arrowElement` is provided. * @memberof modifiers * @inner */ arrow: { /** @prop {number} order=500 - Index used to define the order of execution */ order: 500, /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */ enabled: true, /** @prop {ModifierFn} */ fn: arrow, /** @prop {String|HTMLElement} element='[x-arrow]' - Selector or node used as arrow */ element: '[x-arrow]' }, /** * Modifier used to flip the popper's placement when it starts to overlap its * reference element. * * Requires the `preventOverflow` modifier before it in order to work. * * **NOTE:** this modifier will interrupt the current update cycle and will * restart it if it detects the need to flip the placement. * @memberof modifiers * @inner */ flip: { /** @prop {number} order=600 - Index used to define the order of execution */ order: 600, /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */ enabled: true, /** @prop {ModifierFn} */ fn: flip, /** * @prop {String|Array} behavior='flip' * The behavior used to change the popper's placement. It can be one of * `flip`, `clockwise`, `counterclockwise` or an array with a list of valid * placements (with optional variations) */ behavior: 'flip', /** * @prop {number} padding=5 * The popper will flip if it hits the edges of the `boundariesElement` */ padding: 5, /** * @prop {String|HTMLElement} boundariesElement='viewport' * The element which will define the boundaries of the popper position. * The popper will never be placed outside of the defined boundaries * (except if `keepTogether` is enabled) */ boundariesElement: 'viewport', /** * @prop {Boolean} flipVariations=false * The popper will switch placement variation between `-start` and `-end` when * the reference element overlaps its boundaries. * * The original placement should have a set variation. */ flipVariations: false, /** * @prop {Boolean} flipVariationsByContent=false * The popper will switch placement variation between `-start` and `-end` when * the popper element overlaps its reference boundaries. * * The original placement should have a set variation. */ flipVariationsByContent: false }, /** * Modifier used to make the popper flow toward the inner of the reference element. * By default, when this modifier is disabled, the popper will be placed outside * the reference element. * @memberof modifiers * @inner */ inner: { /** @prop {number} order=700 - Index used to define the order of execution */ order: 700, /** @prop {Boolean} enabled=false - Whether the modifier is enabled or not */ enabled: false, /** @prop {ModifierFn} */ fn: inner }, /** * Modifier used to hide the popper when its reference element is outside of the * popper boundaries. It will set a `x-out-of-boundaries` attribute which can * be used to hide with a CSS selector the popper when its reference is * out of boundaries. * * Requires the `preventOverflow` modifier before it in order to work. * @memberof modifiers * @inner */ hide: { /** @prop {number} order=800 - Index used to define the order of execution */ order: 800, /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */ enabled: true, /** @prop {ModifierFn} */ fn: hide }, /** * Computes the style that will be applied to the popper element to gets * properly positioned. * * Note that this modifier will not touch the DOM, it just prepares the styles * so that `applyStyle` modifier can apply it. This separation is useful * in case you need to replace `applyStyle` with a custom implementation. * * This modifier has `850` as `order` value to maintain backward compatibility * with previous versions of Popper.js. Expect the modifiers ordering method * to change in future major versions of the library. * * @memberof modifiers * @inner */ computeStyle: { /** @prop {number} order=850 - Index used to define the order of execution */ order: 850, /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */ enabled: true, /** @prop {ModifierFn} */ fn: computeStyle, /** * @prop {Boolean} gpuAcceleration=true * If true, it uses the CSS 3D transformation to position the popper. * Otherwise, it will use the `top` and `left` properties */ gpuAcceleration: true, /** * @prop {string} [x='bottom'] * Where to anchor the X axis (`bottom` or `top`). AKA X offset origin. * Change this if your popper should grow in a direction different from `bottom` */ x: 'bottom', /** * @prop {string} [x='left'] * Where to anchor the Y axis (`left` or `right`). AKA Y offset origin. * Change this if your popper should grow in a direction different from `right` */ y: 'right' }, /** * Applies the computed styles to the popper element. * * All the DOM manipulations are limited to this modifier. This is useful in case * you want to integrate Popper.js inside a framework or view library and you * want to delegate all the DOM manipulations to it. * * Note that if you disable this modifier, you must make sure the popper element * has its position set to `absolute` before Popper.js can do its work! * * Just disable this modifier and define your own to achieve the desired effect. * * @memberof modifiers * @inner */ applyStyle: { /** @prop {number} order=900 - Index used to define the order of execution */ order: 900, /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */ enabled: true, /** @prop {ModifierFn} */ fn: applyStyle, /** @prop {Function} */ onLoad: applyStyleOnLoad, /** * @deprecated since version 1.10.0, the property moved to `computeStyle` modifier * @prop {Boolean} gpuAcceleration=true * If true, it uses the CSS 3D transformation to position the popper. * Otherwise, it will use the `top` and `left` properties */ gpuAcceleration: undefined } }; /** * The `dataObject` is an object containing all the information used by Popper.js. * This object is passed to modifiers and to the `onCreate` and `onUpdate` callbacks. * @name dataObject * @property {Object} data.instance The Popper.js instance * @property {String} data.placement Placement applied to popper * @property {String} data.originalPlacement Placement originally defined on init * @property {Boolean} data.flipped True if popper has been flipped by flip modifier * @property {Boolean} data.hide True if the reference element is out of boundaries, useful to know when to hide the popper * @property {HTMLElement} data.arrowElement Node used as arrow by arrow modifier * @property {Object} data.styles Any CSS property defined here will be applied to the popper. It expects the JavaScript nomenclature (eg. `marginBottom`) * @property {Object} data.arrowStyles Any CSS property defined here will be applied to the popper arrow. It expects the JavaScript nomenclature (eg. `marginBottom`) * @property {Object} data.boundaries Offsets of the popper boundaries * @property {Object} data.offsets The measurements of popper, reference and arrow elements * @property {Object} data.offsets.popper `top`, `left`, `width`, `height` values * @property {Object} data.offsets.reference `top`, `left`, `width`, `height` values * @property {Object} data.offsets.arrow] `top` and `left` offsets, only one of them will be different from 0 */ /** * Default options provided to Popper.js constructor.<br /> * These can be overridden using the `options` argument of Popper.js.<br /> * To override an option, simply pass an object with the same * structure of the `options` object, as the 3rd argument. For example: * ``` * new Popper(ref, pop, { * modifiers: { * preventOverflow: { enabled: false } * } * }) * ``` * @type {Object} * @static * @memberof Popper */ var Defaults = { /** * Popper's placement. * @prop {Popper.placements} placement='bottom' */ placement: 'bottom', /** * Set this to true if you want popper to position it self in 'fixed' mode * @prop {Boolean} positionFixed=false */ positionFixed: false, /** * Whether events (resize, scroll) are initially enabled. * @prop {Boolean} eventsEnabled=true */ eventsEnabled: true, /** * Set to true if you want to automatically remove the popper when * you call the `destroy` method. * @prop {Boolean} removeOnDestroy=false */ removeOnDestroy: false, /** * Callback called when the popper is created.<br /> * By default, it is set to no-op.<br /> * Access Popper.js instance with `data.instance`. * @prop {onCreate} */ onCreate: function onCreate() {}, /** * Callback called when the popper is updated. This callback is not called * on the initialization/creation of the popper, but only on subsequent * updates.<br /> * By default, it is set to no-op.<br /> * Access Popper.js instance with `data.instance`. * @prop {onUpdate} */ onUpdate: function onUpdate() {}, /** * List of modifiers used to modify the offsets before they are applied to the popper. * They provide most of the functionalities of Popper.js. * @prop {modifiers} */ modifiers: modifiers }; /** * @callback onCreate * @param {dataObject} data */ /** * @callback onUpdate * @param {dataObject} data */ // Utils // Methods var Popper = function () { /** * Creates a new Popper.js instance. * @class Popper * @param {Element|referenceObject} reference - The reference element used to position the popper * @param {Element} popper - The HTML / XML element used as the popper * @param {Object} options - Your custom options to override the ones defined in [Defaults](#defaults) * @return {Object} instance - The generated Popper.js instance */ function Popper(reference, popper) { var _this = this; var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; classCallCheck(this, Popper); this.scheduleUpdate = function () { return requestAnimationFrame(_this.update); }; // make update() debounced, so that it only runs at most once-per-tick this.update = debounce(this.update.bind(this)); // with {} we create a new object with the options inside it this.options = _extends({}, Popper.Defaults, options); // init state this.state = { isDestroyed: false, isCreated: false, scrollParents: [] }; // get reference and popper elements (allow jQuery wrappers) this.reference = reference && reference.jquery ? reference[0] : reference; this.popper = popper && popper.jquery ? popper[0] : popper; // Deep merge modifiers options this.options.modifiers = {}; Object.keys(_extends({}, Popper.Defaults.modifiers, options.modifiers)).forEach(function (name) { _this.options.modifiers[name] = _extends({}, Popper.Defaults.modifiers[name] || {}, options.modifiers ? options.modifiers[name] : {}); }); // Refactoring modifiers' list (Object => Array) this.modifiers = Object.keys(this.options.modifiers).map(function (name) { return _extends({ name: name }, _this.options.modifiers[name]); }) // sort the modifiers by order .sort(function (a, b) { return a.order - b.order; }); // modifiers have the ability to execute arbitrary code when Popper.js get inited // such code is executed in the same order of its modifier // they could add new properties to their options configuration // BE AWARE: don't add options to `options.modifiers.name` but to `modifierOptions`! this.modifiers.forEach(function (modifierOptions) { if (modifierOptions.enabled && isFunction(modifierOptions.onLoad)) { modifierOptions.onLoad(_this.reference, _this.popper, _this.options, modifierOptions, _this.state); } }); // fire the first update to position the popper in the right place this.update(); var eventsEnabled = this.options.eventsEnabled; if (eventsEnabled) { // setup event listeners, they will take care of update the position in specific situations this.enableEventListeners(); } this.state.eventsEnabled = eventsEnabled; } // We can't use class properties because they don't get listed in the // class prototype and break stuff like Sinon stubs createClass(Popper, [{ key: 'update', value: function update$$1() { return update.call(this); } }, { key: 'destroy', value: function destroy$$1() { return destroy.call(this); } }, { key: 'enableEventListeners', value: function enableEventListeners$$1() { return enableEventListeners.call(this); } }, { key: 'disableEventListeners', value: function disableEventListeners$$1() { return disableEventListeners.call(this); } /** * Schedules an update. It will run on the next UI update available. * @method scheduleUpdate * @memberof Popper */ /** * Collection of utilities useful when writing custom modifiers. * Starting from version 1.7, this method is available only if you * include `popper-utils.js` before `popper.js`. * * **DEPRECATION**: This way to access PopperUtils is deprecated * and will be removed in v2! Use the PopperUtils module directly instead. * Due to the high instability of the methods contained in Utils, we can't * guarantee them to follow semver. Use them at your own risk! * @static * @private * @type {Object} * @deprecated since version 1.8 * @member Utils * @memberof Popper */ }]); return Popper; }(); /** * The `referenceObject` is an object that provides an interface compatible with Popper.js * and lets you use it as replacement of a real DOM node.<br /> * You can use this method to position a popper relatively to a set of coordinates * in case you don't have a DOM node to use as reference. * * ``` * new Popper(referenceObject, popperNode); * ``` * * NB: This feature isn't supported in Internet Explorer 10. * @name referenceObject * @property {Function} data.getBoundingClientRect * A function that returns a set of coordinates compatible with the native `getBoundingClientRect` method. * @property {number} data.clientWidth * An ES6 getter that will return the width of the virtual reference element. * @property {number} data.clientHeight * An ES6 getter that will return the height of the virtual reference element. */ Popper.Utils = (typeof window !== 'undefined' ? window : __webpack_require__.g).PopperUtils; Popper.placements = placements; Popper.Defaults = Defaults; /* harmony default export */ var esm_popper = (Popper); //# sourceMappingURL=popper.js.map // EXTERNAL MODULE: ./node_modules/@material-ui/styles/esm/useTheme/useTheme.js var useTheme = __webpack_require__(159); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Portal/Portal.js var Portal = __webpack_require__(76234); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/createChainedFunction.js var createChainedFunction = __webpack_require__(82568); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/setRef.js var setRef = __webpack_require__(34236); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useForkRef.js var useForkRef = __webpack_require__(17294); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Popper/Popper.js function flipPlacement(placement, theme) { var direction = theme && theme.direction || 'ltr'; if (direction === 'ltr') { return placement; } switch (placement) { case 'bottom-end': return 'bottom-start'; case 'bottom-start': return 'bottom-end'; case 'top-end': return 'top-start'; case 'top-start': return 'top-end'; default: return placement; } } function getAnchorEl(anchorEl) { return typeof anchorEl === 'function' ? anchorEl() : anchorEl; } var useEnhancedEffect = typeof window !== 'undefined' ? react.useLayoutEffect : react.useEffect; var defaultPopperOptions = {}; /** * Poppers rely on the 3rd party library [Popper.js](https://popper.js.org/docs/v1/) for positioning. */ var Popper_Popper = /*#__PURE__*/react.forwardRef(function Popper(props, ref) { var anchorEl = props.anchorEl, children = props.children, container = props.container, _props$disablePortal = props.disablePortal, disablePortal = _props$disablePortal === void 0 ? false : _props$disablePortal, _props$keepMounted = props.keepMounted, keepMounted = _props$keepMounted === void 0 ? false : _props$keepMounted, modifiers = props.modifiers, open = props.open, _props$placement = props.placement, initialPlacement = _props$placement === void 0 ? 'bottom' : _props$placement, _props$popperOptions = props.popperOptions, popperOptions = _props$popperOptions === void 0 ? defaultPopperOptions : _props$popperOptions, popperRefProp = props.popperRef, style = props.style, _props$transition = props.transition, transition = _props$transition === void 0 ? false : _props$transition, other = (0,objectWithoutProperties/* default */.Z)(props, ["anchorEl", "children", "container", "disablePortal", "keepMounted", "modifiers", "open", "placement", "popperOptions", "popperRef", "style", "transition"]); var tooltipRef = react.useRef(null); var ownRef = (0,useForkRef/* default */.Z)(tooltipRef, ref); var popperRef = react.useRef(null); var handlePopperRef = (0,useForkRef/* default */.Z)(popperRef, popperRefProp); var handlePopperRefRef = react.useRef(handlePopperRef); useEnhancedEffect(function () { handlePopperRefRef.current = handlePopperRef; }, [handlePopperRef]); react.useImperativeHandle(popperRefProp, function () { return popperRef.current; }, []); var _React$useState = react.useState(true), exited = _React$useState[0], setExited = _React$useState[1]; var theme = (0,useTheme/* default */.Z)(); var rtlPlacement = flipPlacement(initialPlacement, theme); /** * placement initialized from prop but can change during lifetime if modifiers.flip. * modifiers.flip is essentially a flip for controlled/uncontrolled behavior */ var _React$useState2 = react.useState(rtlPlacement), placement = _React$useState2[0], setPlacement = _React$useState2[1]; react.useEffect(function () { if (popperRef.current) { popperRef.current.update(); } }); var handleOpen = react.useCallback(function () { if (!tooltipRef.current || !anchorEl || !open) { return; } if (popperRef.current) { popperRef.current.destroy(); handlePopperRefRef.current(null); } var handlePopperUpdate = function handlePopperUpdate(data) { setPlacement(data.placement); }; var resolvedAnchorEl = getAnchorEl(anchorEl); if (false) { var box; } var popper = new esm_popper(getAnchorEl(anchorEl), tooltipRef.current, (0,esm_extends/* default */.Z)({ placement: rtlPlacement }, popperOptions, { modifiers: (0,esm_extends/* default */.Z)({}, disablePortal ? {} : { // It's using scrollParent by default, we can use the viewport when using a portal. preventOverflow: { boundariesElement: 'window' } }, modifiers, popperOptions.modifiers), // We could have been using a custom modifier like react-popper is doing. // But it seems this is the best public API for this use case. onCreate: (0,createChainedFunction/* default */.Z)(handlePopperUpdate, popperOptions.onCreate), onUpdate: (0,createChainedFunction/* default */.Z)(handlePopperUpdate, popperOptions.onUpdate) })); handlePopperRefRef.current(popper); }, [anchorEl, disablePortal, modifiers, open, rtlPlacement, popperOptions]); var handleRef = react.useCallback(function (node) { (0,setRef/* default */.Z)(ownRef, node); handleOpen(); }, [ownRef, handleOpen]); var handleEnter = function handleEnter() { setExited(false); }; var handleClose = function handleClose() { if (!popperRef.current) { return; } popperRef.current.destroy(); handlePopperRefRef.current(null); }; var handleExited = function handleExited() { setExited(true); handleClose(); }; react.useEffect(function () { return function () { handleClose(); }; }, []); react.useEffect(function () { if (!open && !transition) { // Otherwise handleExited will call this. handleClose(); } }, [open, transition]); if (!keepMounted && !open && (!transition || exited)) { return null; } var childProps = { placement: placement }; if (transition) { childProps.TransitionProps = { in: open, onEnter: handleEnter, onExited: handleExited }; } return /*#__PURE__*/react.createElement(Portal/* default */.Z, { disablePortal: disablePortal, container: container }, /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ ref: handleRef, role: "tooltip" }, other, { style: (0,esm_extends/* default */.Z)({ // Prevents scroll issue, waiting for Popper.js to add this style once initiated. position: 'fixed', // Fix Popper.js display issue top: 0, left: 0, display: !open && keepMounted && !transition ? 'none' : null }, style) }), typeof children === 'function' ? children(childProps) : children)); }); false ? 0 : void 0; /* harmony default export */ var esm_Popper_Popper = (Popper_Popper); /***/ }), /***/ 76234: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(73935); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(45697); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _utils_setRef__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(34236); /* harmony import */ var _utils_useForkRef__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(17294); function getContainer(container) { container = typeof container === 'function' ? container() : container; // #StrictMode ready return react_dom__WEBPACK_IMPORTED_MODULE_1__.findDOMNode(container); } var useEnhancedEffect = typeof window !== 'undefined' ? react__WEBPACK_IMPORTED_MODULE_0__.useLayoutEffect : react__WEBPACK_IMPORTED_MODULE_0__.useEffect; /** * Portals provide a first-class way to render children into a DOM node * that exists outside the DOM hierarchy of the parent component. */ var Portal = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(function Portal(props, ref) { var children = props.children, container = props.container, _props$disablePortal = props.disablePortal, disablePortal = _props$disablePortal === void 0 ? false : _props$disablePortal, onRendered = props.onRendered; var _React$useState = react__WEBPACK_IMPORTED_MODULE_0__.useState(null), mountNode = _React$useState[0], setMountNode = _React$useState[1]; var handleRef = (0,_utils_useForkRef__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.isValidElement(children) ? children.ref : null, ref); useEnhancedEffect(function () { if (!disablePortal) { setMountNode(getContainer(container) || document.body); } }, [container, disablePortal]); useEnhancedEffect(function () { if (mountNode && !disablePortal) { (0,_utils_setRef__WEBPACK_IMPORTED_MODULE_4__/* .default */ .Z)(ref, mountNode); return function () { (0,_utils_setRef__WEBPACK_IMPORTED_MODULE_4__/* .default */ .Z)(ref, null); }; } return undefined; }, [ref, mountNode, disablePortal]); useEnhancedEffect(function () { if (onRendered && (mountNode || disablePortal)) { onRendered(); } }, [onRendered, mountNode, disablePortal]); if (disablePortal) { if ( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.isValidElement(children)) { return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.cloneElement(children, { ref: handleRef }); } return children; } return mountNode ? /*#__PURE__*/react_dom__WEBPACK_IMPORTED_MODULE_1__.createPortal(children, mountNode) : mountNode; }); false ? 0 : void 0; if (false) {} /* harmony default export */ __webpack_exports__["Z"] = (Portal); /***/ }), /***/ 62087: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* unused harmony export styles */ /* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(22122); /* harmony import */ var _babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(81253); /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(45697); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(86010); /* harmony import */ var _styles_withStyles__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(14670); /* harmony import */ var _utils_capitalize__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(93871); var styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { userSelect: 'none', width: '1em', height: '1em', display: 'inline-block', fill: 'currentColor', flexShrink: 0, fontSize: theme.typography.pxToRem(24), transition: theme.transitions.create('fill', { duration: theme.transitions.duration.shorter }) }, /* Styles applied to the root element if `color="primary"`. */ colorPrimary: { color: theme.palette.primary.main }, /* Styles applied to the root element if `color="secondary"`. */ colorSecondary: { color: theme.palette.secondary.main }, /* Styles applied to the root element if `color="action"`. */ colorAction: { color: theme.palette.action.active }, /* Styles applied to the root element if `color="error"`. */ colorError: { color: theme.palette.error.main }, /* Styles applied to the root element if `color="disabled"`. */ colorDisabled: { color: theme.palette.action.disabled }, /* Styles applied to the root element if `fontSize="inherit"`. */ fontSizeInherit: { fontSize: 'inherit' }, /* Styles applied to the root element if `fontSize="small"`. */ fontSizeSmall: { fontSize: theme.typography.pxToRem(20) }, /* Styles applied to the root element if `fontSize="large"`. */ fontSizeLarge: { fontSize: theme.typography.pxToRem(35) } }; }; var SvgIcon = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(function SvgIcon(props, ref) { var children = props.children, classes = props.classes, className = props.className, _props$color = props.color, color = _props$color === void 0 ? 'inherit' : _props$color, _props$component = props.component, Component = _props$component === void 0 ? 'svg' : _props$component, _props$fontSize = props.fontSize, fontSize = _props$fontSize === void 0 ? 'default' : _props$fontSize, htmlColor = props.htmlColor, titleAccess = props.titleAccess, _props$viewBox = props.viewBox, viewBox = _props$viewBox === void 0 ? '0 0 24 24' : _props$viewBox, other = (0,_babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_2__/* .default */ .Z)(props, ["children", "classes", "className", "color", "component", "fontSize", "htmlColor", "titleAccess", "viewBox"]); return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(Component, (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)({ className: (0,clsx__WEBPACK_IMPORTED_MODULE_4__/* .default */ .Z)(classes.root, className, color !== 'inherit' && classes["color".concat((0,_utils_capitalize__WEBPACK_IMPORTED_MODULE_5__/* .default */ .Z)(color))], fontSize !== 'default' && classes["fontSize".concat((0,_utils_capitalize__WEBPACK_IMPORTED_MODULE_5__/* .default */ .Z)(fontSize))]), focusable: "false", viewBox: viewBox, color: htmlColor, "aria-hidden": titleAccess ? undefined : true, role: titleAccess ? 'img' : undefined, ref: ref }, other), children, titleAccess ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("title", null, titleAccess) : null); }); false ? 0 : void 0; SvgIcon.muiName = 'SvgIcon'; /* harmony default export */ __webpack_exports__["Z"] = ((0,_styles_withStyles__WEBPACK_IMPORTED_MODULE_6__/* .default */ .Z)(styles, { name: 'MuiSvgIcon' })(SvgIcon)); /***/ }), /***/ 70065: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, { "Z": function() { return /* binding */ Tabs_Tabs; } }); // UNUSED EXPORTS: styles // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js var defineProperty = __webpack_require__(96156); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/react-is/index.js var react_is = __webpack_require__(59864); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/debounce.js var debounce = __webpack_require__(79437); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/ownerWindow.js var ownerWindow = __webpack_require__(80713); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/utils/scrollLeft.js // Source from https://github.com/alitaheri/normalize-scroll-left var cachedType; /** * Based on the jquery plugin https://github.com/othree/jquery.rtl-scroll-type * * Types of scrollLeft, assuming scrollWidth=100 and direction is rtl. * * Type | <- Most Left | Most Right -> | Initial * ---------------- | ------------ | ------------- | ------- * default | 0 | 100 | 100 * negative (spec*) | -100 | 0 | 0 * reverse | 100 | 0 | 0 * * Edge 85: default * Safari 14: negative * Chrome 85: negative * Firefox 81: negative * IE 11: reverse * * spec* https://drafts.csswg.org/cssom-view/#dom-window-scroll */ function detectScrollType() { if (cachedType) { return cachedType; } var dummy = document.createElement('div'); var container = document.createElement('div'); container.style.width = '10px'; container.style.height = '1px'; dummy.appendChild(container); dummy.dir = 'rtl'; dummy.style.fontSize = '14px'; dummy.style.width = '4px'; dummy.style.height = '1px'; dummy.style.position = 'absolute'; dummy.style.top = '-1000px'; dummy.style.overflow = 'scroll'; document.body.appendChild(dummy); cachedType = 'reverse'; if (dummy.scrollLeft > 0) { cachedType = 'default'; } else { dummy.scrollLeft = 1; if (dummy.scrollLeft === 0) { cachedType = 'negative'; } } document.body.removeChild(dummy); return cachedType; } // Based on https://stackoverflow.com/a/24394376 function getNormalizedScrollLeft(element, direction) { var scrollLeft = element.scrollLeft; // Perform the calculations only when direction is rtl to avoid messing up the ltr bahavior if (direction !== 'rtl') { return scrollLeft; } var type = detectScrollType(); switch (type) { case 'negative': return element.scrollWidth - element.clientWidth + scrollLeft; case 'reverse': return element.scrollWidth - element.clientWidth - scrollLeft; default: return scrollLeft; } } ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/internal/animate.js function easeInOutSin(time) { return (1 + Math.sin(Math.PI * time - Math.PI / 2)) / 2; } function animate(property, element, to) { var options = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {}; var cb = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : function () {}; var _options$ease = options.ease, ease = _options$ease === void 0 ? easeInOutSin : _options$ease, _options$duration = options.duration, duration = _options$duration === void 0 ? 300 : _options$duration; var start = null; var from = element[property]; var cancelled = false; var cancel = function cancel() { cancelled = true; }; var step = function step(timestamp) { if (cancelled) { cb(new Error('Animation cancelled')); return; } if (start === null) { start = timestamp; } var time = Math.min(1, (timestamp - start) / duration); element[property] = ease(time) * (to - from) + from; if (time >= 1) { requestAnimationFrame(function () { cb(null); }); return; } requestAnimationFrame(step); }; if (from === to) { cb(new Error('Element already at target position')); return cancel; } requestAnimationFrame(step); return cancel; } ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Tabs/ScrollbarSize.js var styles = { width: 99, height: 99, position: 'absolute', top: -9999, overflow: 'scroll' }; /** * @ignore - internal component. * The component originates from https://github.com/STORIS/react-scrollbar-size. * It has been moved into the core in order to minimize the bundle size. */ function ScrollbarSize(props) { var onChange = props.onChange, other = (0,objectWithoutProperties/* default */.Z)(props, ["onChange"]); var scrollbarHeight = react.useRef(); var nodeRef = react.useRef(null); var setMeasurements = function setMeasurements() { scrollbarHeight.current = nodeRef.current.offsetHeight - nodeRef.current.clientHeight; }; react.useEffect(function () { var handleResize = (0,debounce/* default */.Z)(function () { var prevHeight = scrollbarHeight.current; setMeasurements(); if (prevHeight !== scrollbarHeight.current) { onChange(scrollbarHeight.current); } }); window.addEventListener('resize', handleResize); return function () { handleResize.clear(); window.removeEventListener('resize', handleResize); }; }, [onChange]); react.useEffect(function () { setMeasurements(); onChange(scrollbarHeight.current); }, [onChange]); return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ style: styles, ref: nodeRef }, other)); } false ? 0 : void 0; // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/capitalize.js var capitalize = __webpack_require__(93871); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Tabs/TabIndicator.js var TabIndicator_styles = function styles(theme) { return { root: { position: 'absolute', height: 2, bottom: 0, width: '100%', transition: theme.transitions.create() }, colorPrimary: { backgroundColor: theme.palette.primary.main }, colorSecondary: { backgroundColor: theme.palette.secondary.main }, vertical: { height: '100%', width: 2, right: 0 } }; }; /** * @ignore - internal component. */ var TabIndicator = /*#__PURE__*/react.forwardRef(function TabIndicator(props, ref) { var classes = props.classes, className = props.className, color = props.color, orientation = props.orientation, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className", "color", "orientation"]); return /*#__PURE__*/react.createElement("span", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, classes["color".concat((0,capitalize/* default */.Z)(color))], className, orientation === 'vertical' && classes.vertical), ref: ref }, other)); }); false ? 0 : void 0; /* harmony default export */ var Tabs_TabIndicator = ((0,withStyles/* default */.Z)(TabIndicator_styles, { name: 'PrivateTabIndicator' })(TabIndicator)); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/createSvgIcon.js var createSvgIcon = __webpack_require__(63786); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/internal/svg-icons/KeyboardArrowLeft.js /** * @ignore - internal component. */ /* harmony default export */ var KeyboardArrowLeft = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z" }), 'KeyboardArrowLeft')); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/internal/svg-icons/KeyboardArrowRight.js /** * @ignore - internal component. */ /* harmony default export */ var KeyboardArrowRight = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z" }), 'KeyboardArrowRight')); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/ButtonBase/ButtonBase.js + 4 modules var ButtonBase = __webpack_require__(54720); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/TabScrollButton/TabScrollButton.js /* eslint-disable jsx-a11y/aria-role */ var TabScrollButton_styles = { /* Styles applied to the root element. */ root: { width: 40, flexShrink: 0, opacity: 0.8, '&$disabled': { opacity: 0 } }, /* Styles applied to the root element if `orientation="vertical"`. */ vertical: { width: '100%', height: 40, '& svg': { transform: 'rotate(90deg)' } }, /* Pseudo-class applied to the root element if `disabled={true}`. */ disabled: {} }; var _ref = /*#__PURE__*/react.createElement(KeyboardArrowLeft, { fontSize: "small" }); var _ref2 = /*#__PURE__*/react.createElement(KeyboardArrowRight, { fontSize: "small" }); var TabScrollButton = /*#__PURE__*/react.forwardRef(function TabScrollButton(props, ref) { var classes = props.classes, classNameProp = props.className, direction = props.direction, orientation = props.orientation, disabled = props.disabled, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className", "direction", "orientation", "disabled"]); return /*#__PURE__*/react.createElement(ButtonBase/* default */.Z, (0,esm_extends/* default */.Z)({ component: "div", className: (0,clsx_m/* default */.Z)(classes.root, classNameProp, disabled && classes.disabled, orientation === 'vertical' && classes.vertical), ref: ref, role: null, tabIndex: null }, other), direction === 'left' ? _ref : _ref2); }); false ? 0 : void 0; /* harmony default export */ var TabScrollButton_TabScrollButton = ((0,withStyles/* default */.Z)(TabScrollButton_styles, { name: 'MuiTabScrollButton' })(TabScrollButton)); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useEventCallback.js var useEventCallback = __webpack_require__(55192); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/useTheme.js var useTheme = __webpack_require__(8920); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Tabs/Tabs.js var Tabs_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { overflow: 'hidden', minHeight: 48, WebkitOverflowScrolling: 'touch', // Add iOS momentum scrolling. display: 'flex' }, /* Styles applied to the root element if `orientation="vertical"`. */ vertical: { flexDirection: 'column' }, /* Styles applied to the flex container element. */ flexContainer: { display: 'flex' }, /* Styles applied to the flex container element if `orientation="vertical"`. */ flexContainerVertical: { flexDirection: 'column' }, /* Styles applied to the flex container element if `centered={true}` & `!variant="scrollable"`. */ centered: { justifyContent: 'center' }, /* Styles applied to the tablist element. */ scroller: { position: 'relative', display: 'inline-block', flex: '1 1 auto', whiteSpace: 'nowrap' }, /* Styles applied to the tablist element if `!variant="scrollable"`. */ fixed: { overflowX: 'hidden', width: '100%' }, /* Styles applied to the tablist element if `variant="scrollable"`. */ scrollable: { overflowX: 'scroll', // Hide dimensionless scrollbar on MacOS scrollbarWidth: 'none', // Firefox '&::-webkit-scrollbar': { display: 'none' // Safari + Chrome } }, /* Styles applied to the `ScrollButtonComponent` component. */ scrollButtons: {}, /* Styles applied to the `ScrollButtonComponent` component if `scrollButtons="auto"` or scrollButtons="desktop"`. */ scrollButtonsDesktop: (0,defineProperty/* default */.Z)({}, theme.breakpoints.down('xs'), { display: 'none' }), /* Styles applied to the `TabIndicator` component. */ indicator: {} }; }; var Tabs = /*#__PURE__*/react.forwardRef(function Tabs(props, ref) { var ariaLabel = props['aria-label'], ariaLabelledBy = props['aria-labelledby'], action = props.action, _props$centered = props.centered, centered = _props$centered === void 0 ? false : _props$centered, childrenProp = props.children, classes = props.classes, className = props.className, _props$component = props.component, Component = _props$component === void 0 ? 'div' : _props$component, _props$indicatorColor = props.indicatorColor, indicatorColor = _props$indicatorColor === void 0 ? 'secondary' : _props$indicatorColor, onChange = props.onChange, _props$orientation = props.orientation, orientation = _props$orientation === void 0 ? 'horizontal' : _props$orientation, _props$ScrollButtonCo = props.ScrollButtonComponent, ScrollButtonComponent = _props$ScrollButtonCo === void 0 ? TabScrollButton_TabScrollButton : _props$ScrollButtonCo, _props$scrollButtons = props.scrollButtons, scrollButtons = _props$scrollButtons === void 0 ? 'auto' : _props$scrollButtons, selectionFollowsFocus = props.selectionFollowsFocus, _props$TabIndicatorPr = props.TabIndicatorProps, TabIndicatorProps = _props$TabIndicatorPr === void 0 ? {} : _props$TabIndicatorPr, TabScrollButtonProps = props.TabScrollButtonProps, _props$textColor = props.textColor, textColor = _props$textColor === void 0 ? 'inherit' : _props$textColor, value = props.value, _props$variant = props.variant, variant = _props$variant === void 0 ? 'standard' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["aria-label", "aria-labelledby", "action", "centered", "children", "classes", "className", "component", "indicatorColor", "onChange", "orientation", "ScrollButtonComponent", "scrollButtons", "selectionFollowsFocus", "TabIndicatorProps", "TabScrollButtonProps", "textColor", "value", "variant"]); var theme = (0,useTheme/* default */.Z)(); var scrollable = variant === 'scrollable'; var isRtl = theme.direction === 'rtl'; var vertical = orientation === 'vertical'; var scrollStart = vertical ? 'scrollTop' : 'scrollLeft'; var start = vertical ? 'top' : 'left'; var end = vertical ? 'bottom' : 'right'; var clientSize = vertical ? 'clientHeight' : 'clientWidth'; var size = vertical ? 'height' : 'width'; if (false) {} var _React$useState = react.useState(false), mounted = _React$useState[0], setMounted = _React$useState[1]; var _React$useState2 = react.useState({}), indicatorStyle = _React$useState2[0], setIndicatorStyle = _React$useState2[1]; var _React$useState3 = react.useState({ start: false, end: false }), displayScroll = _React$useState3[0], setDisplayScroll = _React$useState3[1]; var _React$useState4 = react.useState({ overflow: 'hidden', marginBottom: null }), scrollerStyle = _React$useState4[0], setScrollerStyle = _React$useState4[1]; var valueToIndex = new Map(); var tabsRef = react.useRef(null); var tabListRef = react.useRef(null); var getTabsMeta = function getTabsMeta() { var tabsNode = tabsRef.current; var tabsMeta; if (tabsNode) { var rect = tabsNode.getBoundingClientRect(); // create a new object with ClientRect class props + scrollLeft tabsMeta = { clientWidth: tabsNode.clientWidth, scrollLeft: tabsNode.scrollLeft, scrollTop: tabsNode.scrollTop, scrollLeftNormalized: getNormalizedScrollLeft(tabsNode, theme.direction), scrollWidth: tabsNode.scrollWidth, top: rect.top, bottom: rect.bottom, left: rect.left, right: rect.right }; } var tabMeta; if (tabsNode && value !== false) { var _children = tabListRef.current.children; if (_children.length > 0) { var tab = _children[valueToIndex.get(value)]; if (false) {} tabMeta = tab ? tab.getBoundingClientRect() : null; } } return { tabsMeta: tabsMeta, tabMeta: tabMeta }; }; var updateIndicatorState = (0,useEventCallback/* default */.Z)(function () { var _newIndicatorStyle; var _getTabsMeta = getTabsMeta(), tabsMeta = _getTabsMeta.tabsMeta, tabMeta = _getTabsMeta.tabMeta; var startValue = 0; if (tabMeta && tabsMeta) { if (vertical) { startValue = tabMeta.top - tabsMeta.top + tabsMeta.scrollTop; } else { var correction = isRtl ? tabsMeta.scrollLeftNormalized + tabsMeta.clientWidth - tabsMeta.scrollWidth : tabsMeta.scrollLeft; startValue = tabMeta.left - tabsMeta.left + correction; } } var newIndicatorStyle = (_newIndicatorStyle = {}, (0,defineProperty/* default */.Z)(_newIndicatorStyle, start, startValue), (0,defineProperty/* default */.Z)(_newIndicatorStyle, size, tabMeta ? tabMeta[size] : 0), _newIndicatorStyle); if (isNaN(indicatorStyle[start]) || isNaN(indicatorStyle[size])) { setIndicatorStyle(newIndicatorStyle); } else { var dStart = Math.abs(indicatorStyle[start] - newIndicatorStyle[start]); var dSize = Math.abs(indicatorStyle[size] - newIndicatorStyle[size]); if (dStart >= 1 || dSize >= 1) { setIndicatorStyle(newIndicatorStyle); } } }); var scroll = function scroll(scrollValue) { animate(scrollStart, tabsRef.current, scrollValue); }; var moveTabsScroll = function moveTabsScroll(delta) { var scrollValue = tabsRef.current[scrollStart]; if (vertical) { scrollValue += delta; } else { scrollValue += delta * (isRtl ? -1 : 1); // Fix for Edge scrollValue *= isRtl && detectScrollType() === 'reverse' ? -1 : 1; } scroll(scrollValue); }; var handleStartScrollClick = function handleStartScrollClick() { moveTabsScroll(-tabsRef.current[clientSize]); }; var handleEndScrollClick = function handleEndScrollClick() { moveTabsScroll(tabsRef.current[clientSize]); }; var handleScrollbarSizeChange = react.useCallback(function (scrollbarHeight) { setScrollerStyle({ overflow: null, marginBottom: -scrollbarHeight }); }, []); var getConditionalElements = function getConditionalElements() { var conditionalElements = {}; conditionalElements.scrollbarSizeListener = scrollable ? /*#__PURE__*/react.createElement(ScrollbarSize, { className: classes.scrollable, onChange: handleScrollbarSizeChange }) : null; var scrollButtonsActive = displayScroll.start || displayScroll.end; var showScrollButtons = scrollable && (scrollButtons === 'auto' && scrollButtonsActive || scrollButtons === 'desktop' || scrollButtons === 'on'); conditionalElements.scrollButtonStart = showScrollButtons ? /*#__PURE__*/react.createElement(ScrollButtonComponent, (0,esm_extends/* default */.Z)({ orientation: orientation, direction: isRtl ? 'right' : 'left', onClick: handleStartScrollClick, disabled: !displayScroll.start, className: (0,clsx_m/* default */.Z)(classes.scrollButtons, scrollButtons !== 'on' && classes.scrollButtonsDesktop) }, TabScrollButtonProps)) : null; conditionalElements.scrollButtonEnd = showScrollButtons ? /*#__PURE__*/react.createElement(ScrollButtonComponent, (0,esm_extends/* default */.Z)({ orientation: orientation, direction: isRtl ? 'left' : 'right', onClick: handleEndScrollClick, disabled: !displayScroll.end, className: (0,clsx_m/* default */.Z)(classes.scrollButtons, scrollButtons !== 'on' && classes.scrollButtonsDesktop) }, TabScrollButtonProps)) : null; return conditionalElements; }; var scrollSelectedIntoView = (0,useEventCallback/* default */.Z)(function () { var _getTabsMeta2 = getTabsMeta(), tabsMeta = _getTabsMeta2.tabsMeta, tabMeta = _getTabsMeta2.tabMeta; if (!tabMeta || !tabsMeta) { return; } if (tabMeta[start] < tabsMeta[start]) { // left side of button is out of view var nextScrollStart = tabsMeta[scrollStart] + (tabMeta[start] - tabsMeta[start]); scroll(nextScrollStart); } else if (tabMeta[end] > tabsMeta[end]) { // right side of button is out of view var _nextScrollStart = tabsMeta[scrollStart] + (tabMeta[end] - tabsMeta[end]); scroll(_nextScrollStart); } }); var updateScrollButtonState = (0,useEventCallback/* default */.Z)(function () { if (scrollable && scrollButtons !== 'off') { var _tabsRef$current = tabsRef.current, scrollTop = _tabsRef$current.scrollTop, scrollHeight = _tabsRef$current.scrollHeight, clientHeight = _tabsRef$current.clientHeight, scrollWidth = _tabsRef$current.scrollWidth, clientWidth = _tabsRef$current.clientWidth; var showStartScroll; var showEndScroll; if (vertical) { showStartScroll = scrollTop > 1; showEndScroll = scrollTop < scrollHeight - clientHeight - 1; } else { var scrollLeft = getNormalizedScrollLeft(tabsRef.current, theme.direction); // use 1 for the potential rounding error with browser zooms. showStartScroll = isRtl ? scrollLeft < scrollWidth - clientWidth - 1 : scrollLeft > 1; showEndScroll = !isRtl ? scrollLeft < scrollWidth - clientWidth - 1 : scrollLeft > 1; } if (showStartScroll !== displayScroll.start || showEndScroll !== displayScroll.end) { setDisplayScroll({ start: showStartScroll, end: showEndScroll }); } } }); react.useEffect(function () { var handleResize = (0,debounce/* default */.Z)(function () { updateIndicatorState(); updateScrollButtonState(); }); var win = (0,ownerWindow/* default */.Z)(tabsRef.current); win.addEventListener('resize', handleResize); return function () { handleResize.clear(); win.removeEventListener('resize', handleResize); }; }, [updateIndicatorState, updateScrollButtonState]); var handleTabsScroll = react.useCallback((0,debounce/* default */.Z)(function () { updateScrollButtonState(); })); react.useEffect(function () { return function () { handleTabsScroll.clear(); }; }, [handleTabsScroll]); react.useEffect(function () { setMounted(true); }, []); react.useEffect(function () { updateIndicatorState(); updateScrollButtonState(); }); react.useEffect(function () { scrollSelectedIntoView(); }, [scrollSelectedIntoView, indicatorStyle]); react.useImperativeHandle(action, function () { return { updateIndicator: updateIndicatorState, updateScrollButtons: updateScrollButtonState }; }, [updateIndicatorState, updateScrollButtonState]); var indicator = /*#__PURE__*/react.createElement(Tabs_TabIndicator, (0,esm_extends/* default */.Z)({ className: classes.indicator, orientation: orientation, color: indicatorColor }, TabIndicatorProps, { style: (0,esm_extends/* default */.Z)({}, indicatorStyle, TabIndicatorProps.style) })); var childIndex = 0; var children = react.Children.map(childrenProp, function (child) { if (! /*#__PURE__*/react.isValidElement(child)) { return null; } if (false) {} var childValue = child.props.value === undefined ? childIndex : child.props.value; valueToIndex.set(childValue, childIndex); var selected = childValue === value; childIndex += 1; return /*#__PURE__*/react.cloneElement(child, { fullWidth: variant === 'fullWidth', indicator: selected && !mounted && indicator, selected: selected, selectionFollowsFocus: selectionFollowsFocus, onChange: onChange, textColor: textColor, value: childValue }); }); var handleKeyDown = function handleKeyDown(event) { var target = event.target; // Keyboard navigation assumes that [role="tab"] are siblings // though we might warn in the future about nested, interactive elements // as a a11y violation var role = target.getAttribute('role'); if (role !== 'tab') { return; } var newFocusTarget = null; var previousItemKey = orientation !== "vertical" ? 'ArrowLeft' : 'ArrowUp'; var nextItemKey = orientation !== "vertical" ? 'ArrowRight' : 'ArrowDown'; if (orientation !== "vertical" && theme.direction === 'rtl') { // swap previousItemKey with nextItemKey previousItemKey = 'ArrowRight'; nextItemKey = 'ArrowLeft'; } switch (event.key) { case previousItemKey: newFocusTarget = target.previousElementSibling || tabListRef.current.lastChild; break; case nextItemKey: newFocusTarget = target.nextElementSibling || tabListRef.current.firstChild; break; case 'Home': newFocusTarget = tabListRef.current.firstChild; break; case 'End': newFocusTarget = tabListRef.current.lastChild; break; default: break; } if (newFocusTarget !== null) { newFocusTarget.focus(); event.preventDefault(); } }; var conditionalElements = getConditionalElements(); return /*#__PURE__*/react.createElement(Component, (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className, vertical && classes.vertical), ref: ref }, other), conditionalElements.scrollButtonStart, conditionalElements.scrollbarSizeListener, /*#__PURE__*/react.createElement("div", { className: (0,clsx_m/* default */.Z)(classes.scroller, scrollable ? classes.scrollable : classes.fixed), style: scrollerStyle, ref: tabsRef, onScroll: handleTabsScroll }, /*#__PURE__*/react.createElement("div", { "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, className: (0,clsx_m/* default */.Z)(classes.flexContainer, vertical && classes.flexContainerVertical, centered && !scrollable && classes.centered), onKeyDown: handleKeyDown, ref: tabListRef, role: "tablist" }, children), mounted && indicator), conditionalElements.scrollButtonEnd); }); false ? 0 : void 0; /* harmony default export */ var Tabs_Tabs = ((0,withStyles/* default */.Z)(Tabs_styles, { name: 'MuiTabs' })(Tabs)); /***/ }), /***/ 22318: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* unused harmony export styles */ /* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(22122); /* harmony import */ var _babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(81253); /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(45697); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(86010); /* harmony import */ var _styles_withStyles__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(14670); /* harmony import */ var _utils_capitalize__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(93871); var styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { margin: 0 }, /* Styles applied to the root element if `variant="body2"`. */ body2: theme.typography.body2, /* Styles applied to the root element if `variant="body1"`. */ body1: theme.typography.body1, /* Styles applied to the root element if `variant="caption"`. */ caption: theme.typography.caption, /* Styles applied to the root element if `variant="button"`. */ button: theme.typography.button, /* Styles applied to the root element if `variant="h1"`. */ h1: theme.typography.h1, /* Styles applied to the root element if `variant="h2"`. */ h2: theme.typography.h2, /* Styles applied to the root element if `variant="h3"`. */ h3: theme.typography.h3, /* Styles applied to the root element if `variant="h4"`. */ h4: theme.typography.h4, /* Styles applied to the root element if `variant="h5"`. */ h5: theme.typography.h5, /* Styles applied to the root element if `variant="h6"`. */ h6: theme.typography.h6, /* Styles applied to the root element if `variant="subtitle1"`. */ subtitle1: theme.typography.subtitle1, /* Styles applied to the root element if `variant="subtitle2"`. */ subtitle2: theme.typography.subtitle2, /* Styles applied to the root element if `variant="overline"`. */ overline: theme.typography.overline, /* Styles applied to the root element if `variant="srOnly"`. Only accessible to screen readers. */ srOnly: { position: 'absolute', height: 1, width: 1, overflow: 'hidden' }, /* Styles applied to the root element if `align="left"`. */ alignLeft: { textAlign: 'left' }, /* Styles applied to the root element if `align="center"`. */ alignCenter: { textAlign: 'center' }, /* Styles applied to the root element if `align="right"`. */ alignRight: { textAlign: 'right' }, /* Styles applied to the root element if `align="justify"`. */ alignJustify: { textAlign: 'justify' }, /* Styles applied to the root element if `nowrap={true}`. */ noWrap: { overflow: 'hidden', textOverflow: 'ellipsis', whiteSpace: 'nowrap' }, /* Styles applied to the root element if `gutterBottom={true}`. */ gutterBottom: { marginBottom: '0.35em' }, /* Styles applied to the root element if `paragraph={true}`. */ paragraph: { marginBottom: 16 }, /* Styles applied to the root element if `color="inherit"`. */ colorInherit: { color: 'inherit' }, /* Styles applied to the root element if `color="primary"`. */ colorPrimary: { color: theme.palette.primary.main }, /* Styles applied to the root element if `color="secondary"`. */ colorSecondary: { color: theme.palette.secondary.main }, /* Styles applied to the root element if `color="textPrimary"`. */ colorTextPrimary: { color: theme.palette.text.primary }, /* Styles applied to the root element if `color="textSecondary"`. */ colorTextSecondary: { color: theme.palette.text.secondary }, /* Styles applied to the root element if `color="error"`. */ colorError: { color: theme.palette.error.main }, /* Styles applied to the root element if `display="inline"`. */ displayInline: { display: 'inline' }, /* Styles applied to the root element if `display="block"`. */ displayBlock: { display: 'block' } }; }; var defaultVariantMapping = { h1: 'h1', h2: 'h2', h3: 'h3', h4: 'h4', h5: 'h5', h6: 'h6', subtitle1: 'h6', subtitle2: 'h6', body1: 'p', body2: 'p' }; var Typography = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(function Typography(props, ref) { var _props$align = props.align, align = _props$align === void 0 ? 'inherit' : _props$align, classes = props.classes, className = props.className, _props$color = props.color, color = _props$color === void 0 ? 'initial' : _props$color, component = props.component, _props$display = props.display, display = _props$display === void 0 ? 'initial' : _props$display, _props$gutterBottom = props.gutterBottom, gutterBottom = _props$gutterBottom === void 0 ? false : _props$gutterBottom, _props$noWrap = props.noWrap, noWrap = _props$noWrap === void 0 ? false : _props$noWrap, _props$paragraph = props.paragraph, paragraph = _props$paragraph === void 0 ? false : _props$paragraph, _props$variant = props.variant, variant = _props$variant === void 0 ? 'body1' : _props$variant, _props$variantMapping = props.variantMapping, variantMapping = _props$variantMapping === void 0 ? defaultVariantMapping : _props$variantMapping, other = (0,_babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_2__/* .default */ .Z)(props, ["align", "classes", "className", "color", "component", "display", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"]); var Component = component || (paragraph ? 'p' : variantMapping[variant] || defaultVariantMapping[variant]) || 'span'; return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(Component, (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)({ className: (0,clsx__WEBPACK_IMPORTED_MODULE_4__/* .default */ .Z)(classes.root, className, variant !== 'inherit' && classes[variant], color !== 'initial' && classes["color".concat((0,_utils_capitalize__WEBPACK_IMPORTED_MODULE_5__/* .default */ .Z)(color))], noWrap && classes.noWrap, gutterBottom && classes.gutterBottom, paragraph && classes.paragraph, align !== 'inherit' && classes["align".concat((0,_utils_capitalize__WEBPACK_IMPORTED_MODULE_5__/* .default */ .Z)(align))], display !== 'initial' && classes["display".concat((0,_utils_capitalize__WEBPACK_IMPORTED_MODULE_5__/* .default */ .Z)(display))]), ref: ref }, other)); }); false ? 0 : void 0; /* harmony default export */ __webpack_exports__["Z"] = ((0,_styles_withStyles__WEBPACK_IMPORTED_MODULE_6__/* .default */ .Z)(styles, { name: 'MuiTypography' })(Typography)); /***/ }), /***/ 59693: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "mi": function() { return /* binding */ getContrastRatio; }, /* harmony export */ "_4": function() { return /* binding */ emphasize; }, /* harmony export */ "U1": function() { return /* binding */ fade; }, /* harmony export */ "_j": function() { return /* binding */ darken; }, /* harmony export */ "$n": function() { return /* binding */ lighten; } /* harmony export */ }); /* unused harmony exports hexToRgb, rgbToHex, hslToRgb, decomposeColor, recomposeColor, getLuminance */ /* harmony import */ var _material_ui_utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(60288); /* eslint-disable no-use-before-define */ /** * Returns a number whose value is limited to the given range. * * @param {number} value The value to be clamped * @param {number} min The lower boundary of the output range * @param {number} max The upper boundary of the output range * @returns {number} A number in the range [min, max] */ function clamp(value) { var min = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0; var max = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 1; if (false) {} return Math.min(Math.max(min, value), max); } /** * Converts a color from CSS hex format to CSS rgb format. * * @param {string} color - Hex color, i.e. #nnn or #nnnnnn * @returns {string} A CSS rgb color string */ function hexToRgb(color) { color = color.substr(1); var re = new RegExp(".{1,".concat(color.length >= 6 ? 2 : 1, "}"), 'g'); var colors = color.match(re); if (colors && colors[0].length === 1) { colors = colors.map(function (n) { return n + n; }); } return colors ? "rgb".concat(colors.length === 4 ? 'a' : '', "(").concat(colors.map(function (n, index) { return index < 3 ? parseInt(n, 16) : Math.round(parseInt(n, 16) / 255 * 1000) / 1000; }).join(', '), ")") : ''; } function intToHex(int) { var hex = int.toString(16); return hex.length === 1 ? "0".concat(hex) : hex; } /** * Converts a color from CSS rgb format to CSS hex format. * * @param {string} color - RGB color, i.e. rgb(n, n, n) * @returns {string} A CSS rgb color string, i.e. #nnnnnn */ function rgbToHex(color) { // Idempotent if (color.indexOf('#') === 0) { return color; } var _decomposeColor = decomposeColor(color), values = _decomposeColor.values; return "#".concat(values.map(function (n) { return intToHex(n); }).join('')); } /** * Converts a color from hsl format to rgb format. * * @param {string} color - HSL color values * @returns {string} rgb color values */ function hslToRgb(color) { color = decomposeColor(color); var _color = color, values = _color.values; var h = values[0]; var s = values[1] / 100; var l = values[2] / 100; var a = s * Math.min(l, 1 - l); var f = function f(n) { var k = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : (n + h / 30) % 12; return l - a * Math.max(Math.min(k - 3, 9 - k, 1), -1); }; var type = 'rgb'; var rgb = [Math.round(f(0) * 255), Math.round(f(8) * 255), Math.round(f(4) * 255)]; if (color.type === 'hsla') { type += 'a'; rgb.push(values[3]); } return recomposeColor({ type: type, values: rgb }); } /** * Returns an object with the type and values of a color. * * Note: Does not support rgb % values. * * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla() * @returns {object} - A MUI color object: {type: string, values: number[]} */ function decomposeColor(color) { // Idempotent if (color.type) { return color; } if (color.charAt(0) === '#') { return decomposeColor(hexToRgb(color)); } var marker = color.indexOf('('); var type = color.substring(0, marker); if (['rgb', 'rgba', 'hsl', 'hsla'].indexOf(type) === -1) { throw new Error( false ? 0 : (0,_material_ui_utils__WEBPACK_IMPORTED_MODULE_0__/* .default */ .Z)(3, color)); } var values = color.substring(marker + 1, color.length - 1).split(','); values = values.map(function (value) { return parseFloat(value); }); return { type: type, values: values }; } /** * Converts a color object with type and values to a string. * * @param {object} color - Decomposed color * @param {string} color.type - One of: 'rgb', 'rgba', 'hsl', 'hsla' * @param {array} color.values - [n,n,n] or [n,n,n,n] * @returns {string} A CSS color string */ function recomposeColor(color) { var type = color.type; var values = color.values; if (type.indexOf('rgb') !== -1) { // Only convert the first 3 values to int (i.e. not alpha) values = values.map(function (n, i) { return i < 3 ? parseInt(n, 10) : n; }); } else if (type.indexOf('hsl') !== -1) { values[1] = "".concat(values[1], "%"); values[2] = "".concat(values[2], "%"); } return "".concat(type, "(").concat(values.join(', '), ")"); } /** * Calculates the contrast ratio between two colors. * * Formula: https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests * * @param {string} foreground - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla() * @param {string} background - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla() * @returns {number} A contrast ratio value in the range 0 - 21. */ function getContrastRatio(foreground, background) { var lumA = getLuminance(foreground); var lumB = getLuminance(background); return (Math.max(lumA, lumB) + 0.05) / (Math.min(lumA, lumB) + 0.05); } /** * The relative brightness of any point in a color space, * normalized to 0 for darkest black and 1 for lightest white. * * Formula: https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests * * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla() * @returns {number} The relative brightness of the color in the range 0 - 1 */ function getLuminance(color) { color = decomposeColor(color); var rgb = color.type === 'hsl' ? decomposeColor(hslToRgb(color)).values : color.values; rgb = rgb.map(function (val) { val /= 255; // normalized return val <= 0.03928 ? val / 12.92 : Math.pow((val + 0.055) / 1.055, 2.4); }); // Truncate at 3 digits return Number((0.2126 * rgb[0] + 0.7152 * rgb[1] + 0.0722 * rgb[2]).toFixed(3)); } /** * Darken or lighten a color, depending on its luminance. * Light colors are darkened, dark colors are lightened. * * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla() * @param {number} coefficient=0.15 - multiplier in the range 0 - 1 * @returns {string} A CSS color string. Hex input values are returned as rgb */ function emphasize(color) { var coefficient = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0.15; return getLuminance(color) > 0.5 ? darken(color, coefficient) : lighten(color, coefficient); } /** * Set the absolute transparency of a color. * Any existing alpha values are overwritten. * * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla() * @param {number} value - value to set the alpha channel to in the range 0 -1 * @returns {string} A CSS color string. Hex input values are returned as rgb */ function fade(color, value) { color = decomposeColor(color); value = clamp(value); if (color.type === 'rgb' || color.type === 'hsl') { color.type += 'a'; } color.values[3] = value; return recomposeColor(color); } /** * Darkens a color. * * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla() * @param {number} coefficient - multiplier in the range 0 - 1 * @returns {string} A CSS color string. Hex input values are returned as rgb */ function darken(color, coefficient) { color = decomposeColor(color); coefficient = clamp(coefficient); if (color.type.indexOf('hsl') !== -1) { color.values[2] *= 1 - coefficient; } else if (color.type.indexOf('rgb') !== -1) { for (var i = 0; i < 3; i += 1) { color.values[i] *= 1 - coefficient; } } return recomposeColor(color); } /** * Lightens a color. * * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla() * @param {number} coefficient - multiplier in the range 0 - 1 * @returns {string} A CSS color string. Hex input values are returned as rgb */ function lighten(color, coefficient) { color = decomposeColor(color); coefficient = clamp(coefficient); if (color.type.indexOf('hsl') !== -1) { color.values[2] += (100 - color.values[2]) * coefficient; } else if (color.type.indexOf('rgb') !== -1) { for (var i = 0; i < 3; i += 1) { color.values[i] += (255 - color.values[i]) * coefficient; } } return recomposeColor(color); } /***/ }), /***/ 49277: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, { "Z": function() { return /* binding */ styles_createMuiTheme; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/@material-ui/utils/esm/deepmerge.js var deepmerge = __webpack_require__(35953); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/styles/createBreakpoints.js // Sorted ASC by size. That's important. // It can't be configured as it's used statically for propTypes. var keys = ['xs', 'sm', 'md', 'lg', 'xl']; // Keep in mind that @media is inclusive by the CSS specification. function createBreakpoints(breakpoints) { var _breakpoints$values = breakpoints.values, values = _breakpoints$values === void 0 ? { xs: 0, sm: 600, md: 960, lg: 1280, xl: 1920 } : _breakpoints$values, _breakpoints$unit = breakpoints.unit, unit = _breakpoints$unit === void 0 ? 'px' : _breakpoints$unit, _breakpoints$step = breakpoints.step, step = _breakpoints$step === void 0 ? 5 : _breakpoints$step, other = (0,objectWithoutProperties/* default */.Z)(breakpoints, ["values", "unit", "step"]); function up(key) { var value = typeof values[key] === 'number' ? values[key] : key; return "@media (min-width:".concat(value).concat(unit, ")"); } function down(key) { var endIndex = keys.indexOf(key) + 1; var upperbound = values[keys[endIndex]]; if (endIndex === keys.length) { // xl down applies to all sizes return up('xs'); } var value = typeof upperbound === 'number' && endIndex > 0 ? upperbound : key; return "@media (max-width:".concat(value - step / 100).concat(unit, ")"); } function between(start, end) { var endIndex = keys.indexOf(end); if (endIndex === keys.length - 1) { return up(start); } return "@media (min-width:".concat(typeof values[start] === 'number' ? values[start] : start).concat(unit, ") and ") + "(max-width:".concat((endIndex !== -1 && typeof values[keys[endIndex + 1]] === 'number' ? values[keys[endIndex + 1]] : end) - step / 100).concat(unit, ")"); } function only(key) { return between(key, key); } function width(key) { return values[key]; } return (0,esm_extends/* default */.Z)({ keys: keys, values: values, up: up, down: down, between: between, only: only, width: width }, other); } // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js var defineProperty = __webpack_require__(96156); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/styles/createMixins.js function createMixins(breakpoints, spacing, mixins) { var _toolbar; return (0,esm_extends/* default */.Z)({ gutters: function gutters() { var styles = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; // To deprecate in v4.1 // warning( // false, // [ // 'Material-UI: Theme.mixins.gutters() is deprecated.', // 'You can use the source of the mixin directly:', // ` // paddingLeft: theme.spacing(2), // paddingRight: theme.spacing(2), // [theme.breakpoints.up('sm')]: { // paddingLeft: theme.spacing(3), // paddingRight: theme.spacing(3), // }, // `, // ].join('\n'), // ); return (0,esm_extends/* default */.Z)({ paddingLeft: spacing(2), paddingRight: spacing(2) }, styles, (0,defineProperty/* default */.Z)({}, breakpoints.up('sm'), (0,esm_extends/* default */.Z)({ paddingLeft: spacing(3), paddingRight: spacing(3) }, styles[breakpoints.up('sm')]))); }, toolbar: (_toolbar = { minHeight: 56 }, (0,defineProperty/* default */.Z)(_toolbar, "".concat(breakpoints.up('xs'), " and (orientation: landscape)"), { minHeight: 48 }), (0,defineProperty/* default */.Z)(_toolbar, breakpoints.up('sm'), { minHeight: 64 }), _toolbar) }, mixins); } // EXTERNAL MODULE: ./node_modules/@material-ui/utils/esm/formatMuiErrorMessage.js var formatMuiErrorMessage = __webpack_require__(60288); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/colors/common.js var common = { black: '#000', white: '#fff' }; /* harmony default export */ var colors_common = (common); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/colors/grey.js var grey = { 50: '#fafafa', 100: '#f5f5f5', 200: '#eeeeee', 300: '#e0e0e0', 400: '#bdbdbd', 500: '#9e9e9e', 600: '#757575', 700: '#616161', 800: '#424242', 900: '#212121', A100: '#d5d5d5', A200: '#aaaaaa', A400: '#303030', A700: '#616161' }; /* harmony default export */ var colors_grey = (grey); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/colors/indigo.js var indigo = { 50: '#e8eaf6', 100: '#c5cae9', 200: '#9fa8da', 300: '#7986cb', 400: '#5c6bc0', 500: '#3f51b5', 600: '#3949ab', 700: '#303f9f', 800: '#283593', 900: '#1a237e', A100: '#8c9eff', A200: '#536dfe', A400: '#3d5afe', A700: '#304ffe' }; /* harmony default export */ var colors_indigo = (indigo); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/colors/pink.js var pink = { 50: '#fce4ec', 100: '#f8bbd0', 200: '#f48fb1', 300: '#f06292', 400: '#ec407a', 500: '#e91e63', 600: '#d81b60', 700: '#c2185b', 800: '#ad1457', 900: '#880e4f', A100: '#ff80ab', A200: '#ff4081', A400: '#f50057', A700: '#c51162' }; /* harmony default export */ var colors_pink = (pink); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/colors/red.js var red = { 50: '#ffebee', 100: '#ffcdd2', 200: '#ef9a9a', 300: '#e57373', 400: '#ef5350', 500: '#f44336', 600: '#e53935', 700: '#d32f2f', 800: '#c62828', 900: '#b71c1c', A100: '#ff8a80', A200: '#ff5252', A400: '#ff1744', A700: '#d50000' }; /* harmony default export */ var colors_red = (red); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/colors/orange.js var orange = { 50: '#fff3e0', 100: '#ffe0b2', 200: '#ffcc80', 300: '#ffb74d', 400: '#ffa726', 500: '#ff9800', 600: '#fb8c00', 700: '#f57c00', 800: '#ef6c00', 900: '#e65100', A100: '#ffd180', A200: '#ffab40', A400: '#ff9100', A700: '#ff6d00' }; /* harmony default export */ var colors_orange = (orange); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/colors/blue.js var blue = { 50: '#e3f2fd', 100: '#bbdefb', 200: '#90caf9', 300: '#64b5f6', 400: '#42a5f5', 500: '#2196f3', 600: '#1e88e5', 700: '#1976d2', 800: '#1565c0', 900: '#0d47a1', A100: '#82b1ff', A200: '#448aff', A400: '#2979ff', A700: '#2962ff' }; /* harmony default export */ var colors_blue = (blue); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/colors/green.js var green = { 50: '#e8f5e9', 100: '#c8e6c9', 200: '#a5d6a7', 300: '#81c784', 400: '#66bb6a', 500: '#4caf50', 600: '#43a047', 700: '#388e3c', 800: '#2e7d32', 900: '#1b5e20', A100: '#b9f6ca', A200: '#69f0ae', A400: '#00e676', A700: '#00c853' }; /* harmony default export */ var colors_green = (green); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/colorManipulator.js var colorManipulator = __webpack_require__(59693); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/styles/createPalette.js var light = { // The colors used to style the text. text: { // The most important text. primary: 'rgba(0, 0, 0, 0.87)', // Secondary text. secondary: 'rgba(0, 0, 0, 0.54)', // Disabled text have even lower visual prominence. disabled: 'rgba(0, 0, 0, 0.38)', // Text hints. hint: 'rgba(0, 0, 0, 0.38)' }, // The color used to divide different elements. divider: 'rgba(0, 0, 0, 0.12)', // The background colors used to style the surfaces. // Consistency between these values is important. background: { paper: colors_common.white, default: colors_grey[50] }, // The colors used to style the action elements. action: { // The color of an active action like an icon button. active: 'rgba(0, 0, 0, 0.54)', // The color of an hovered action. hover: 'rgba(0, 0, 0, 0.04)', hoverOpacity: 0.04, // The color of a selected action. selected: 'rgba(0, 0, 0, 0.08)', selectedOpacity: 0.08, // The color of a disabled action. disabled: 'rgba(0, 0, 0, 0.26)', // The background color of a disabled action. disabledBackground: 'rgba(0, 0, 0, 0.12)', disabledOpacity: 0.38, focus: 'rgba(0, 0, 0, 0.12)', focusOpacity: 0.12, activatedOpacity: 0.12 } }; var dark = { text: { primary: colors_common.white, secondary: 'rgba(255, 255, 255, 0.7)', disabled: 'rgba(255, 255, 255, 0.5)', hint: 'rgba(255, 255, 255, 0.5)', icon: 'rgba(255, 255, 255, 0.5)' }, divider: 'rgba(255, 255, 255, 0.12)', background: { paper: colors_grey[800], default: '#303030' }, action: { active: colors_common.white, hover: 'rgba(255, 255, 255, 0.08)', hoverOpacity: 0.08, selected: 'rgba(255, 255, 255, 0.16)', selectedOpacity: 0.16, disabled: 'rgba(255, 255, 255, 0.3)', disabledBackground: 'rgba(255, 255, 255, 0.12)', disabledOpacity: 0.38, focus: 'rgba(255, 255, 255, 0.12)', focusOpacity: 0.12, activatedOpacity: 0.24 } }; function addLightOrDark(intent, direction, shade, tonalOffset) { var tonalOffsetLight = tonalOffset.light || tonalOffset; var tonalOffsetDark = tonalOffset.dark || tonalOffset * 1.5; if (!intent[direction]) { if (intent.hasOwnProperty(shade)) { intent[direction] = intent[shade]; } else if (direction === 'light') { intent.light = (0,colorManipulator/* lighten */.$n)(intent.main, tonalOffsetLight); } else if (direction === 'dark') { intent.dark = (0,colorManipulator/* darken */._j)(intent.main, tonalOffsetDark); } } } function createPalette(palette) { var _palette$primary = palette.primary, primary = _palette$primary === void 0 ? { light: colors_indigo[300], main: colors_indigo[500], dark: colors_indigo[700] } : _palette$primary, _palette$secondary = palette.secondary, secondary = _palette$secondary === void 0 ? { light: colors_pink.A200, main: colors_pink.A400, dark: colors_pink.A700 } : _palette$secondary, _palette$error = palette.error, error = _palette$error === void 0 ? { light: colors_red[300], main: colors_red[500], dark: colors_red[700] } : _palette$error, _palette$warning = palette.warning, warning = _palette$warning === void 0 ? { light: colors_orange[300], main: colors_orange[500], dark: colors_orange[700] } : _palette$warning, _palette$info = palette.info, info = _palette$info === void 0 ? { light: colors_blue[300], main: colors_blue[500], dark: colors_blue[700] } : _palette$info, _palette$success = palette.success, success = _palette$success === void 0 ? { light: colors_green[300], main: colors_green[500], dark: colors_green[700] } : _palette$success, _palette$type = palette.type, type = _palette$type === void 0 ? 'light' : _palette$type, _palette$contrastThre = palette.contrastThreshold, contrastThreshold = _palette$contrastThre === void 0 ? 3 : _palette$contrastThre, _palette$tonalOffset = palette.tonalOffset, tonalOffset = _palette$tonalOffset === void 0 ? 0.2 : _palette$tonalOffset, other = (0,objectWithoutProperties/* default */.Z)(palette, ["primary", "secondary", "error", "warning", "info", "success", "type", "contrastThreshold", "tonalOffset"]); // Use the same logic as // Bootstrap: https://github.com/twbs/bootstrap/blob/1d6e3710dd447de1a200f29e8fa521f8a0908f70/scss/_functions.scss#L59 // and material-components-web https://github.com/material-components/material-components-web/blob/ac46b8863c4dab9fc22c4c662dc6bd1b65dd652f/packages/mdc-theme/_functions.scss#L54 function getContrastText(background) { var contrastText = (0,colorManipulator/* getContrastRatio */.mi)(background, dark.text.primary) >= contrastThreshold ? dark.text.primary : light.text.primary; if (false) { var contrast; } return contrastText; } var augmentColor = function augmentColor(color) { var mainShade = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 500; var lightShade = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 300; var darkShade = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 700; color = (0,esm_extends/* default */.Z)({}, color); if (!color.main && color[mainShade]) { color.main = color[mainShade]; } if (!color.main) { throw new Error( false ? 0 : (0,formatMuiErrorMessage/* default */.Z)(4, mainShade)); } if (typeof color.main !== 'string') { throw new Error( false ? 0 : (0,formatMuiErrorMessage/* default */.Z)(5, JSON.stringify(color.main))); } addLightOrDark(color, 'light', lightShade, tonalOffset); addLightOrDark(color, 'dark', darkShade, tonalOffset); if (!color.contrastText) { color.contrastText = getContrastText(color.main); } return color; }; var types = { dark: dark, light: light }; if (false) {} var paletteOutput = (0,deepmerge/* default */.Z)((0,esm_extends/* default */.Z)({ // A collection of common colors. common: colors_common, // The palette type, can be light or dark. type: type, // The colors used to represent primary interface elements for a user. primary: augmentColor(primary), // The colors used to represent secondary interface elements for a user. secondary: augmentColor(secondary, 'A400', 'A200', 'A700'), // The colors used to represent interface elements that the user should be made aware of. error: augmentColor(error), // The colors used to represent potentially dangerous actions or important messages. warning: augmentColor(warning), // The colors used to present information to the user that is neutral and not necessarily important. info: augmentColor(info), // The colors used to indicate the successful completion of an action that user triggered. success: augmentColor(success), // The grey colors. grey: colors_grey, // Used by `getContrastText()` to maximize the contrast between // the background and the text. contrastThreshold: contrastThreshold, // Takes a background color and returns the text color that maximizes the contrast. getContrastText: getContrastText, // Generate a rich color object. augmentColor: augmentColor, // Used by the functions below to shift a color's luminance by approximately // two indexes within its tonal palette. // E.g., shift from Red 500 to Red 300 or Red 700. tonalOffset: tonalOffset }, types[type]), other); return paletteOutput; } ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/styles/createTypography.js function round(value) { return Math.round(value * 1e5) / 1e5; } var caseAllCaps = { textTransform: 'uppercase' }; var defaultFontFamily = '"Roboto", "Helvetica", "Arial", sans-serif'; /** * @see @link{https://material.io/design/typography/the-type-system.html} * @see @link{https://material.io/design/typography/understanding-typography.html} */ function createTypography(palette, typography) { var _ref = typeof typography === 'function' ? typography(palette) : typography, _ref$fontFamily = _ref.fontFamily, fontFamily = _ref$fontFamily === void 0 ? defaultFontFamily : _ref$fontFamily, _ref$fontSize = _ref.fontSize, fontSize = _ref$fontSize === void 0 ? 14 : _ref$fontSize, _ref$fontWeightLight = _ref.fontWeightLight, fontWeightLight = _ref$fontWeightLight === void 0 ? 300 : _ref$fontWeightLight, _ref$fontWeightRegula = _ref.fontWeightRegular, fontWeightRegular = _ref$fontWeightRegula === void 0 ? 400 : _ref$fontWeightRegula, _ref$fontWeightMedium = _ref.fontWeightMedium, fontWeightMedium = _ref$fontWeightMedium === void 0 ? 500 : _ref$fontWeightMedium, _ref$fontWeightBold = _ref.fontWeightBold, fontWeightBold = _ref$fontWeightBold === void 0 ? 700 : _ref$fontWeightBold, _ref$htmlFontSize = _ref.htmlFontSize, htmlFontSize = _ref$htmlFontSize === void 0 ? 16 : _ref$htmlFontSize, allVariants = _ref.allVariants, pxToRem2 = _ref.pxToRem, other = (0,objectWithoutProperties/* default */.Z)(_ref, ["fontFamily", "fontSize", "fontWeightLight", "fontWeightRegular", "fontWeightMedium", "fontWeightBold", "htmlFontSize", "allVariants", "pxToRem"]); if (false) {} var coef = fontSize / 14; var pxToRem = pxToRem2 || function (size) { return "".concat(size / htmlFontSize * coef, "rem"); }; var buildVariant = function buildVariant(fontWeight, size, lineHeight, letterSpacing, casing) { return (0,esm_extends/* default */.Z)({ fontFamily: fontFamily, fontWeight: fontWeight, fontSize: pxToRem(size), // Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/ lineHeight: lineHeight }, fontFamily === defaultFontFamily ? { letterSpacing: "".concat(round(letterSpacing / size), "em") } : {}, casing, allVariants); }; var variants = { h1: buildVariant(fontWeightLight, 96, 1.167, -1.5), h2: buildVariant(fontWeightLight, 60, 1.2, -0.5), h3: buildVariant(fontWeightRegular, 48, 1.167, 0), h4: buildVariant(fontWeightRegular, 34, 1.235, 0.25), h5: buildVariant(fontWeightRegular, 24, 1.334, 0), h6: buildVariant(fontWeightMedium, 20, 1.6, 0.15), subtitle1: buildVariant(fontWeightRegular, 16, 1.75, 0.15), subtitle2: buildVariant(fontWeightMedium, 14, 1.57, 0.1), body1: buildVariant(fontWeightRegular, 16, 1.5, 0.15), body2: buildVariant(fontWeightRegular, 14, 1.43, 0.15), button: buildVariant(fontWeightMedium, 14, 1.75, 0.4, caseAllCaps), caption: buildVariant(fontWeightRegular, 12, 1.66, 0.4), overline: buildVariant(fontWeightRegular, 12, 2.66, 1, caseAllCaps) }; return (0,deepmerge/* default */.Z)((0,esm_extends/* default */.Z)({ htmlFontSize: htmlFontSize, pxToRem: pxToRem, round: round, // TODO v5: remove fontFamily: fontFamily, fontSize: fontSize, fontWeightLight: fontWeightLight, fontWeightRegular: fontWeightRegular, fontWeightMedium: fontWeightMedium, fontWeightBold: fontWeightBold }, variants), other, { clone: false // No need to clone deep }); } ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/styles/shadows.js var shadowKeyUmbraOpacity = 0.2; var shadowKeyPenumbraOpacity = 0.14; var shadowAmbientShadowOpacity = 0.12; function createShadow() { return ["".concat(arguments.length <= 0 ? undefined : arguments[0], "px ").concat(arguments.length <= 1 ? undefined : arguments[1], "px ").concat(arguments.length <= 2 ? undefined : arguments[2], "px ").concat(arguments.length <= 3 ? undefined : arguments[3], "px rgba(0,0,0,").concat(shadowKeyUmbraOpacity, ")"), "".concat(arguments.length <= 4 ? undefined : arguments[4], "px ").concat(arguments.length <= 5 ? undefined : arguments[5], "px ").concat(arguments.length <= 6 ? undefined : arguments[6], "px ").concat(arguments.length <= 7 ? undefined : arguments[7], "px rgba(0,0,0,").concat(shadowKeyPenumbraOpacity, ")"), "".concat(arguments.length <= 8 ? undefined : arguments[8], "px ").concat(arguments.length <= 9 ? undefined : arguments[9], "px ").concat(arguments.length <= 10 ? undefined : arguments[10], "px ").concat(arguments.length <= 11 ? undefined : arguments[11], "px rgba(0,0,0,").concat(shadowAmbientShadowOpacity, ")")].join(','); } // Values from https://github.com/material-components/material-components-web/blob/be8747f94574669cb5e7add1a7c54fa41a89cec7/packages/mdc-elevation/_variables.scss var shadows = ['none', createShadow(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), createShadow(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), createShadow(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), createShadow(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), createShadow(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), createShadow(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), createShadow(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), createShadow(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), createShadow(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), createShadow(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), createShadow(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), createShadow(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), createShadow(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), createShadow(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), createShadow(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), createShadow(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), createShadow(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), createShadow(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), createShadow(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), createShadow(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), createShadow(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), createShadow(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), createShadow(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), createShadow(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)]; /* harmony default export */ var styles_shadows = (shadows); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/styles/shape.js var shape = { borderRadius: 4 }; /* harmony default export */ var styles_shape = (shape); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules var slicedToArray = __webpack_require__(28481); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js var esm_typeof = __webpack_require__(90484); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); ;// CONCATENATED MODULE: ./node_modules/@material-ui/system/esm/breakpoints.js // The breakpoint **start** at this value. // For instance with the first breakpoint xs: [xs, sm[. var values = { xs: 0, sm: 600, md: 960, lg: 1280, xl: 1920 }; var defaultBreakpoints = { // Sorted ASC by size. That's important. // It can't be configured as it's used statically for propTypes. keys: ['xs', 'sm', 'md', 'lg', 'xl'], up: function up(key) { return "@media (min-width:".concat(values[key], "px)"); } }; function handleBreakpoints(props, propValue, styleFromPropValue) { if (false) {} if (Array.isArray(propValue)) { var themeBreakpoints = props.theme.breakpoints || defaultBreakpoints; return propValue.reduce(function (acc, item, index) { acc[themeBreakpoints.up(themeBreakpoints.keys[index])] = styleFromPropValue(propValue[index]); return acc; }, {}); } if ((0,esm_typeof/* default */.Z)(propValue) === 'object') { var _themeBreakpoints = props.theme.breakpoints || defaultBreakpoints; return Object.keys(propValue).reduce(function (acc, breakpoint) { acc[_themeBreakpoints.up(breakpoint)] = styleFromPropValue(propValue[breakpoint]); return acc; }, {}); } var output = styleFromPropValue(propValue); return output; } function breakpoints(styleFunction) { var newStyleFunction = function newStyleFunction(props) { var base = styleFunction(props); var themeBreakpoints = props.theme.breakpoints || defaultBreakpoints; var extended = themeBreakpoints.keys.reduce(function (acc, key) { if (props[key]) { acc = acc || {}; acc[themeBreakpoints.up(key)] = styleFunction(_extends({ theme: props.theme }, props[key])); } return acc; }, null); return merge(base, extended); }; newStyleFunction.propTypes = false ? 0 : {}; newStyleFunction.filterProps = ['xs', 'sm', 'md', 'lg', 'xl'].concat(_toConsumableArray(styleFunction.filterProps)); return newStyleFunction; } /* harmony default export */ var esm_breakpoints = ((/* unused pure expression or super */ null && (breakpoints))); ;// CONCATENATED MODULE: ./node_modules/@material-ui/system/esm/merge.js function merge_merge(acc, item) { if (!item) { return acc; } return (0,deepmerge/* default */.Z)(acc, item, { clone: false // No need to clone deep, it's way faster. }); } /* harmony default export */ var esm_merge = (merge_merge); ;// CONCATENATED MODULE: ./node_modules/@material-ui/system/esm/memoize.js function memoize(fn) { var cache = {}; return function (arg) { if (cache[arg] === undefined) { cache[arg] = fn(arg); } return cache[arg]; }; } ;// CONCATENATED MODULE: ./node_modules/@material-ui/system/esm/spacing.js var properties = { m: 'margin', p: 'padding' }; var directions = { t: 'Top', r: 'Right', b: 'Bottom', l: 'Left', x: ['Left', 'Right'], y: ['Top', 'Bottom'] }; var aliases = { marginX: 'mx', marginY: 'my', paddingX: 'px', paddingY: 'py' }; // memoize() impact: // From 300,000 ops/sec // To 350,000 ops/sec var getCssProperties = memoize(function (prop) { // It's not a shorthand notation. if (prop.length > 2) { if (aliases[prop]) { prop = aliases[prop]; } else { return [prop]; } } var _prop$split = prop.split(''), _prop$split2 = (0,slicedToArray/* default */.Z)(_prop$split, 2), a = _prop$split2[0], b = _prop$split2[1]; var property = properties[a]; var direction = directions[b] || ''; return Array.isArray(direction) ? direction.map(function (dir) { return property + dir; }) : [property + direction]; }); var spacingKeys = ['m', 'mt', 'mr', 'mb', 'ml', 'mx', 'my', 'p', 'pt', 'pr', 'pb', 'pl', 'px', 'py', 'margin', 'marginTop', 'marginRight', 'marginBottom', 'marginLeft', 'marginX', 'marginY', 'padding', 'paddingTop', 'paddingRight', 'paddingBottom', 'paddingLeft', 'paddingX', 'paddingY']; function createUnarySpacing(theme) { var themeSpacing = theme.spacing || 8; if (typeof themeSpacing === 'number') { return function (abs) { if (false) {} return themeSpacing * abs; }; } if (Array.isArray(themeSpacing)) { return function (abs) { if (false) {} return themeSpacing[abs]; }; } if (typeof themeSpacing === 'function') { return themeSpacing; } if (false) {} return function () { return undefined; }; } function getValue(transformer, propValue) { if (typeof propValue === 'string' || propValue == null) { return propValue; } var abs = Math.abs(propValue); var transformed = transformer(abs); if (propValue >= 0) { return transformed; } if (typeof transformed === 'number') { return -transformed; } return "-".concat(transformed); } function getStyleFromPropValue(cssProperties, transformer) { return function (propValue) { return cssProperties.reduce(function (acc, cssProperty) { acc[cssProperty] = getValue(transformer, propValue); return acc; }, {}); }; } function spacing(props) { var theme = props.theme; var transformer = createUnarySpacing(theme); return Object.keys(props).map(function (prop) { // Using a hash computation over an array iteration could be faster, but with only 28 items, // it's doesn't worth the bundle size. if (spacingKeys.indexOf(prop) === -1) { return null; } var cssProperties = getCssProperties(prop); var styleFromPropValue = getStyleFromPropValue(cssProperties, transformer); var propValue = props[prop]; return handleBreakpoints(props, propValue, styleFromPropValue); }).reduce(esm_merge, {}); } spacing.propTypes = false ? 0 : {}; spacing.filterProps = spacingKeys; /* harmony default export */ var esm_spacing = ((/* unused pure expression or super */ null && (spacing))); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/styles/createSpacing.js var warnOnce; function createSpacing() { var spacingInput = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 8; // Already transformed. if (spacingInput.mui) { return spacingInput; } // Material Design layouts are visually balanced. Most measurements align to an 8dp grid applied, which aligns both spacing and the overall layout. // Smaller components, such as icons and type, can align to a 4dp grid. // https://material.io/design/layout/understanding-layout.html#usage var transform = createUnarySpacing({ spacing: spacingInput }); var spacing = function spacing() { for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } if (false) {} if (args.length === 0) { return transform(1); } if (args.length === 1) { return transform(args[0]); } return args.map(function (argument) { if (typeof argument === 'string') { return argument; } var output = transform(argument); return typeof output === 'number' ? "".concat(output, "px") : output; }).join(' '); }; // Backward compatibility, to remove in v5. Object.defineProperty(spacing, 'unit', { get: function get() { if (false) {} return spacingInput; } }); spacing.mui = true; return spacing; } // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/transitions.js var transitions = __webpack_require__(43366); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/zIndex.js var zIndex = __webpack_require__(92781); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/styles/createMuiTheme.js function createMuiTheme() { var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var _options$breakpoints = options.breakpoints, breakpointsInput = _options$breakpoints === void 0 ? {} : _options$breakpoints, _options$mixins = options.mixins, mixinsInput = _options$mixins === void 0 ? {} : _options$mixins, _options$palette = options.palette, paletteInput = _options$palette === void 0 ? {} : _options$palette, spacingInput = options.spacing, _options$typography = options.typography, typographyInput = _options$typography === void 0 ? {} : _options$typography, other = (0,objectWithoutProperties/* default */.Z)(options, ["breakpoints", "mixins", "palette", "spacing", "typography"]); var palette = createPalette(paletteInput); var breakpoints = createBreakpoints(breakpointsInput); var spacing = createSpacing(spacingInput); var muiTheme = (0,deepmerge/* default */.Z)({ breakpoints: breakpoints, direction: 'ltr', mixins: createMixins(breakpoints, spacing, mixinsInput), overrides: {}, // Inject custom styles palette: palette, props: {}, // Provide default props shadows: styles_shadows, typography: createTypography(palette, typographyInput), spacing: spacing, shape: styles_shape, transitions: transitions/* default */.ZP, zIndex: zIndex/* default */.Z }, other); for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { args[_key - 1] = arguments[_key]; } muiTheme = args.reduce(function (acc, argument) { return (0,deepmerge/* default */.Z)(acc, argument); }, muiTheme); if (false) { var traverse, pseudoClasses; } return muiTheme; } /* harmony default export */ var styles_createMuiTheme = (createMuiTheme); /***/ }), /***/ 99700: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony import */ var _createMuiTheme__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(49277); var defaultTheme = (0,_createMuiTheme__WEBPACK_IMPORTED_MODULE_0__/* .default */ .Z)(); /* harmony default export */ __webpack_exports__["Z"] = (defaultTheme); /***/ }), /***/ 43366: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "x9": function() { return /* binding */ duration; } /* harmony export */ }); /* unused harmony export easing */ /* harmony import */ var _babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(81253); // Follow https://material.google.com/motion/duration-easing.html#duration-easing-natural-easing-curves // to learn the context in which each easing should be used. var easing = { // This is the most common easing curve. easeInOut: 'cubic-bezier(0.4, 0, 0.2, 1)', // Objects enter the screen at full velocity from off-screen and // slowly decelerate to a resting point. easeOut: 'cubic-bezier(0.0, 0, 0.2, 1)', // Objects leave the screen at full velocity. They do not decelerate when off-screen. easeIn: 'cubic-bezier(0.4, 0, 1, 1)', // The sharp curve is used by objects that may return to the screen at any time. sharp: 'cubic-bezier(0.4, 0, 0.6, 1)' }; // Follow https://material.io/guidelines/motion/duration-easing.html#duration-easing-common-durations // to learn when use what timing var duration = { shortest: 150, shorter: 200, short: 250, // most basic recommended timing standard: 300, // this is to be used in complex animations complex: 375, // recommended when something is entering screen enteringScreen: 225, // recommended when something is leaving screen leavingScreen: 195 }; function formatMs(milliseconds) { return "".concat(Math.round(milliseconds), "ms"); } /** * @param {string|Array} props * @param {object} param * @param {string} param.prop * @param {number} param.duration * @param {string} param.easing * @param {number} param.delay */ /* harmony default export */ __webpack_exports__["ZP"] = ({ easing: easing, duration: duration, create: function create() { var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ['all']; var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; var _options$duration = options.duration, durationOption = _options$duration === void 0 ? duration.standard : _options$duration, _options$easing = options.easing, easingOption = _options$easing === void 0 ? easing.easeInOut : _options$easing, _options$delay = options.delay, delay = _options$delay === void 0 ? 0 : _options$delay, other = (0,_babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_0__/* .default */ .Z)(options, ["duration", "easing", "delay"]); if (false) { var isNumber, isString; } return (Array.isArray(props) ? props : [props]).map(function (animatedProp) { return "".concat(animatedProp, " ").concat(typeof durationOption === 'string' ? durationOption : formatMs(durationOption), " ").concat(easingOption, " ").concat(typeof delay === 'string' ? delay : formatMs(delay)); }).join(','); }, getAutoHeightDuration: function getAutoHeightDuration(height) { if (!height) { return 0; } var constant = height / 36; // https://www.wolframalpha.com/input/?i=(4+%2B+15+*+(x+%2F+36+)+**+0.25+%2B+(x+%2F+36)+%2F+5)+*+10 return Math.round((4 + 15 * Math.pow(constant, 0.25) + constant / 5) * 10); } }); /***/ }), /***/ 8920: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ useTheme; } /* harmony export */ }); /* harmony import */ var _material_ui_styles__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(159); /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /* harmony import */ var _defaultTheme__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(99700); function useTheme() { var theme = (0,_material_ui_styles__WEBPACK_IMPORTED_MODULE_1__/* .default */ .Z)() || _defaultTheme__WEBPACK_IMPORTED_MODULE_2__/* .default */ .Z; if (false) {} return theme; } /***/ }), /***/ 14670: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, { "Z": function() { return /* binding */ styles_withStyles; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js var hoist_non_react_statics_cjs = __webpack_require__(8679); var hoist_non_react_statics_cjs_default = /*#__PURE__*/__webpack_require__.n(hoist_non_react_statics_cjs); // EXTERNAL MODULE: ./node_modules/@material-ui/styles/esm/makeStyles/makeStyles.js + 4 modules var makeStyles = __webpack_require__(73914); // EXTERNAL MODULE: ./node_modules/@material-ui/styles/esm/getThemeProps/getThemeProps.js var getThemeProps = __webpack_require__(93869); // EXTERNAL MODULE: ./node_modules/@material-ui/styles/esm/useTheme/useTheme.js var useTheme = __webpack_require__(159); ;// CONCATENATED MODULE: ./node_modules/@material-ui/styles/esm/withStyles/withStyles.js // Link a style sheet with a component. // It does not modify the component passed to it; // instead, it returns a new component, with a `classes` property. var withStyles = function withStyles(stylesOrCreator) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; return function (Component) { var defaultTheme = options.defaultTheme, _options$withTheme = options.withTheme, withTheme = _options$withTheme === void 0 ? false : _options$withTheme, name = options.name, stylesOptions = (0,objectWithoutProperties/* default */.Z)(options, ["defaultTheme", "withTheme", "name"]); if (false) {} var classNamePrefix = name; if (false) { var displayName; } var useStyles = (0,makeStyles/* default */.Z)(stylesOrCreator, (0,esm_extends/* default */.Z)({ defaultTheme: defaultTheme, Component: Component, name: name || Component.displayName, classNamePrefix: classNamePrefix }, stylesOptions)); var WithStyles = /*#__PURE__*/react.forwardRef(function WithStyles(props, ref) { var classesProp = props.classes, innerRef = props.innerRef, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "innerRef"]); // The wrapper receives only user supplied props, which could be a subset of // the actual props Component might receive due to merging with defaultProps. // So copying it here would give us the same result in the wrapper as well. var classes = useStyles((0,esm_extends/* default */.Z)({}, Component.defaultProps, props)); var theme; var more = other; if (typeof name === 'string' || withTheme) { // name and withTheme are invariant in the outer scope // eslint-disable-next-line react-hooks/rules-of-hooks theme = (0,useTheme/* default */.Z)() || defaultTheme; if (name) { more = (0,getThemeProps/* default */.Z)({ theme: theme, name: name, props: other }); } // Provide the theme to the wrapped component. // So we don't have to use the `withTheme()` Higher-order Component. if (withTheme && !more.theme) { more.theme = theme; } } return /*#__PURE__*/react.createElement(Component, (0,esm_extends/* default */.Z)({ ref: innerRef || ref, classes: classes }, more)); }); false ? 0 : void 0; if (false) {} hoist_non_react_statics_cjs_default()(WithStyles, Component); if (false) {} return WithStyles; }; }; /* harmony default export */ var withStyles_withStyles = (withStyles); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/defaultTheme.js var defaultTheme = __webpack_require__(99700); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js function styles_withStyles_withStyles(stylesOrCreator, options) { return withStyles_withStyles(stylesOrCreator, (0,esm_extends/* default */.Z)({ defaultTheme: defaultTheme/* default */.Z }, options)); } /* harmony default export */ var styles_withStyles = (styles_withStyles_withStyles); /***/ }), /***/ 92781: /***/ (function(__unused_webpack_module, __webpack_exports__) { "use strict"; // We need to centralize the zIndex definitions as they work // like global values in the browser. var zIndex = { mobileStepper: 1000, speedDial: 1050, appBar: 1100, drawer: 1200, modal: 1300, snackbar: 1400, tooltip: 1500 }; /* harmony default export */ __webpack_exports__["Z"] = (zIndex); /***/ }), /***/ 5653: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "n": function() { return /* binding */ reflow; }, /* harmony export */ "C": function() { return /* binding */ getTransitionProps; } /* harmony export */ }); var reflow = function reflow(node) { return node.scrollTop; }; function getTransitionProps(props, options) { var timeout = props.timeout, _props$style = props.style, style = _props$style === void 0 ? {} : _props$style; return { duration: style.transitionDuration || typeof timeout === 'number' ? timeout : timeout[options.mode] || 0, delay: style.transitionDelay }; } /***/ }), /***/ 93871: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ capitalize; } /* harmony export */ }); /* harmony import */ var _material_ui_utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(60288); // It should to be noted that this function isn't equivalent to `text-transform: capitalize`. // // A strict capitalization should uppercase the first letter of each word a the sentence. // We only handle the first word. function capitalize(string) { if (typeof string !== 'string') { throw new Error( false ? 0 : (0,_material_ui_utils__WEBPACK_IMPORTED_MODULE_0__/* .default */ .Z)(7)); } return string.charAt(0).toUpperCase() + string.slice(1); } /***/ }), /***/ 82568: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ createChainedFunction; } /* harmony export */ }); /** * Safe chained function * * Will only create a new function if needed, * otherwise will pass back existing functions or null. * * @param {function} functions to chain * @returns {function|null} */ function createChainedFunction() { for (var _len = arguments.length, funcs = new Array(_len), _key = 0; _key < _len; _key++) { funcs[_key] = arguments[_key]; } return funcs.reduce(function (acc, func) { if (func == null) { return acc; } if (false) {} return function chainedFunction() { for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) { args[_key2] = arguments[_key2]; } acc.apply(this, args); func.apply(this, args); }; }, function () {}); } /***/ }), /***/ 63786: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ createSvgIcon; } /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(22122); /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /* harmony import */ var _SvgIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(62087); /** * Private module reserved for @material-ui/x packages. */ function createSvgIcon(path, displayName) { var Component = function Component(props, ref) { return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_SvgIcon__WEBPACK_IMPORTED_MODULE_1__/* .default */ .Z, (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_2__/* .default */ .Z)({ ref: ref }, props), path); }; if (false) {} Component.muiName = _SvgIcon__WEBPACK_IMPORTED_MODULE_1__/* .default.muiName */ .Z.muiName; return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.memo( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(Component)); } /***/ }), /***/ 79437: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ debounce; } /* harmony export */ }); // Corresponds to 10 frames at 60 Hz. // A few bytes payload overhead when lodash/debounce is ~3 kB and debounce ~300 B. function debounce(func) { var wait = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 166; var timeout; function debounced() { for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } // eslint-disable-next-line consistent-this var that = this; var later = function later() { func.apply(that, args); }; clearTimeout(timeout); timeout = setTimeout(later, wait); } debounced.clear = function () { clearTimeout(timeout); }; return debounced; } /***/ }), /***/ 28546: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "capitalize": function() { return /* reexport */ capitalize/* default */.Z; }, "createChainedFunction": function() { return /* reexport */ createChainedFunction/* default */.Z; }, "createSvgIcon": function() { return /* reexport */ createSvgIcon/* default */.Z; }, "debounce": function() { return /* reexport */ debounce/* default */.Z; }, "deprecatedPropType": function() { return /* reexport */ deprecatedPropType; }, "isMuiElement": function() { return /* reexport */ isMuiElement/* default */.Z; }, "ownerDocument": function() { return /* reexport */ ownerDocument/* default */.Z; }, "ownerWindow": function() { return /* reexport */ ownerWindow/* default */.Z; }, "requirePropFactory": function() { return /* reexport */ requirePropFactory; }, "setRef": function() { return /* reexport */ setRef/* default */.Z; }, "unstable_useId": function() { return /* reexport */ unstable_useId/* default */.Z; }, "unsupportedProp": function() { return /* reexport */ unsupportedProp; }, "useControlled": function() { return /* reexport */ useControlled/* default */.Z; }, "useEventCallback": function() { return /* reexport */ useEventCallback/* default */.Z; }, "useForkRef": function() { return /* reexport */ useForkRef/* default */.Z; }, "useIsFocusVisible": function() { return /* reexport */ useIsFocusVisible/* default */.Z; } }); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/capitalize.js var capitalize = __webpack_require__(93871); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/createChainedFunction.js var createChainedFunction = __webpack_require__(82568); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/createSvgIcon.js var createSvgIcon = __webpack_require__(63786); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/debounce.js var debounce = __webpack_require__(79437); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/utils/deprecatedPropType.js function deprecatedPropType(validator, reason) { if (true) { return function () { return null; }; } return function (props, propName, componentName, location, propFullName) { var componentNameSafe = componentName || '<<anonymous>>'; var propFullNameSafe = propFullName || propName; if (typeof props[propName] !== 'undefined') { return new Error("The ".concat(location, " `").concat(propFullNameSafe, "` of ") + "`".concat(componentNameSafe, "` is deprecated. ").concat(reason)); } return null; }; } // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/isMuiElement.js var isMuiElement = __webpack_require__(83711); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/ownerDocument.js var ownerDocument = __webpack_require__(30626); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/ownerWindow.js var ownerWindow = __webpack_require__(80713); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/utils/requirePropFactory.js function requirePropFactory(componentNameInError) { if (true) { return function () { return null; }; } var requireProp = function requireProp(requiredProp) { return function (props, propName, componentName, location, propFullName) { var propFullNameSafe = propFullName || propName; if (typeof props[propName] !== 'undefined' && !props[requiredProp]) { return new Error("The prop `".concat(propFullNameSafe, "` of ") + "`".concat(componentNameInError, "` must be used on `").concat(requiredProp, "`.")); } return null; }; }; return requireProp; } // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/setRef.js var setRef = __webpack_require__(34236); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/utils/unsupportedProp.js function unsupportedProp(props, propName, componentName, location, propFullName) { if (true) { return null; } var propFullNameSafe = propFullName || propName; if (typeof props[propName] !== 'undefined') { return new Error("The prop `".concat(propFullNameSafe, "` is not supported. Please remove it.")); } return null; } // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useControlled.js var useControlled = __webpack_require__(22775); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useEventCallback.js var useEventCallback = __webpack_require__(55192); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useForkRef.js var useForkRef = __webpack_require__(17294); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/unstable_useId.js var unstable_useId = __webpack_require__(95001); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useIsFocusVisible.js var useIsFocusVisible = __webpack_require__(24896); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/utils/index.js // eslint-disable-next-line camelcase /***/ }), /***/ 83711: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ isMuiElement; } /* harmony export */ }); /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); function isMuiElement(element, muiNames) { return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.isValidElement(element) && muiNames.indexOf(element.type.muiName) !== -1; } /***/ }), /***/ 30626: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ ownerDocument; } /* harmony export */ }); function ownerDocument(node) { return node && node.ownerDocument || document; } /***/ }), /***/ 80713: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ ownerWindow; } /* harmony export */ }); /* harmony import */ var _ownerDocument__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(30626); function ownerWindow(node) { var doc = (0,_ownerDocument__WEBPACK_IMPORTED_MODULE_0__/* .default */ .Z)(node); return doc.defaultView || window; } /***/ }), /***/ 34236: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ setRef; } /* harmony export */ }); // TODO v5: consider to make it private function setRef(ref, value) { if (typeof ref === 'function') { ref(value); } else if (ref) { ref.current = value; } } /***/ }), /***/ 95001: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ useId; } /* harmony export */ }); /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /** * Private module reserved for @material-ui/x packages. */ function useId(idOverride) { var _React$useState = react__WEBPACK_IMPORTED_MODULE_0__.useState(idOverride), defaultId = _React$useState[0], setDefaultId = _React$useState[1]; var id = idOverride || defaultId; react__WEBPACK_IMPORTED_MODULE_0__.useEffect(function () { if (defaultId == null) { // Fallback to this default id when possible. // Use the random value for client-side rendering only. // We can't use it server-side. setDefaultId("mui-".concat(Math.round(Math.random() * 1e5))); } }, [defaultId]); return id; } /***/ }), /***/ 22775: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ useControlled; } /* harmony export */ }); /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /* eslint-disable react-hooks/rules-of-hooks, react-hooks/exhaustive-deps */ function useControlled(_ref) { var controlled = _ref.controlled, defaultProp = _ref.default, name = _ref.name, _ref$state = _ref.state, state = _ref$state === void 0 ? 'value' : _ref$state; var _React$useRef = react__WEBPACK_IMPORTED_MODULE_0__.useRef(controlled !== undefined), isControlled = _React$useRef.current; var _React$useState = react__WEBPACK_IMPORTED_MODULE_0__.useState(defaultProp), valueState = _React$useState[0], setValue = _React$useState[1]; var value = isControlled ? controlled : valueState; if (false) { var _React$useRef2, defaultValue; } var setValueIfUncontrolled = react__WEBPACK_IMPORTED_MODULE_0__.useCallback(function (newValue) { if (!isControlled) { setValue(newValue); } }, []); return [value, setValueIfUncontrolled]; } /***/ }), /***/ 55192: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ useEventCallback; } /* harmony export */ }); /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); var useEnhancedEffect = typeof window !== 'undefined' ? react__WEBPACK_IMPORTED_MODULE_0__.useLayoutEffect : react__WEBPACK_IMPORTED_MODULE_0__.useEffect; /** * https://github.com/facebook/react/issues/14099#issuecomment-440013892 * * @param {function} fn */ function useEventCallback(fn) { var ref = react__WEBPACK_IMPORTED_MODULE_0__.useRef(fn); useEnhancedEffect(function () { ref.current = fn; }); return react__WEBPACK_IMPORTED_MODULE_0__.useCallback(function () { return (0, ref.current).apply(void 0, arguments); }, []); } /***/ }), /***/ 17294: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ useForkRef; } /* harmony export */ }); /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /* harmony import */ var _setRef__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(34236); function useForkRef(refA, refB) { /** * This will create a new function if the ref props change and are defined. * This means react will call the old forkRef with `null` and the new forkRef * with the ref. Cleanup naturally emerges from this behavior */ return react__WEBPACK_IMPORTED_MODULE_0__.useMemo(function () { if (refA == null && refB == null) { return null; } return function (refValue) { (0,_setRef__WEBPACK_IMPORTED_MODULE_1__/* .default */ .Z)(refA, refValue); (0,_setRef__WEBPACK_IMPORTED_MODULE_1__/* .default */ .Z)(refB, refValue); }; }, [refA, refB]); } /***/ }), /***/ 24896: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ useIsFocusVisible; } /* harmony export */ }); /* unused harmony export teardown */ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(73935); // based on https://github.com/WICG/focus-visible/blob/v4.1.5/src/focus-visible.js var hadKeyboardEvent = true; var hadFocusVisibleRecently = false; var hadFocusVisibleRecentlyTimeout = null; var inputTypesWhitelist = { text: true, search: true, url: true, tel: true, email: true, password: true, number: true, date: true, month: true, week: true, time: true, datetime: true, 'datetime-local': true }; /** * Computes whether the given element should automatically trigger the * `focus-visible` class being added, i.e. whether it should always match * `:focus-visible` when focused. * @param {Element} node * @return {boolean} */ function focusTriggersKeyboardModality(node) { var type = node.type, tagName = node.tagName; if (tagName === 'INPUT' && inputTypesWhitelist[type] && !node.readOnly) { return true; } if (tagName === 'TEXTAREA' && !node.readOnly) { return true; } if (node.isContentEditable) { return true; } return false; } /** * Keep track of our keyboard modality state with `hadKeyboardEvent`. * If the most recent user interaction was via the keyboard; * and the key press did not include a meta, alt/option, or control key; * then the modality is keyboard. Otherwise, the modality is not keyboard. * @param {KeyboardEvent} event */ function handleKeyDown(event) { if (event.metaKey || event.altKey || event.ctrlKey) { return; } hadKeyboardEvent = true; } /** * If at any point a user clicks with a pointing device, ensure that we change * the modality away from keyboard. * This avoids the situation where a user presses a key on an already focused * element, and then clicks on a different element, focusing it with a * pointing device, while we still think we're in keyboard modality. */ function handlePointerDown() { hadKeyboardEvent = false; } function handleVisibilityChange() { if (this.visibilityState === 'hidden') { // If the tab becomes active again, the browser will handle calling focus // on the element (Safari actually calls it twice). // If this tab change caused a blur on an element with focus-visible, // re-apply the class when the user switches back to the tab. if (hadFocusVisibleRecently) { hadKeyboardEvent = true; } } } function prepare(doc) { doc.addEventListener('keydown', handleKeyDown, true); doc.addEventListener('mousedown', handlePointerDown, true); doc.addEventListener('pointerdown', handlePointerDown, true); doc.addEventListener('touchstart', handlePointerDown, true); doc.addEventListener('visibilitychange', handleVisibilityChange, true); } function teardown(doc) { doc.removeEventListener('keydown', handleKeyDown, true); doc.removeEventListener('mousedown', handlePointerDown, true); doc.removeEventListener('pointerdown', handlePointerDown, true); doc.removeEventListener('touchstart', handlePointerDown, true); doc.removeEventListener('visibilitychange', handleVisibilityChange, true); } function isFocusVisible(event) { var target = event.target; try { return target.matches(':focus-visible'); } catch (error) {} // browsers not implementing :focus-visible will throw a SyntaxError // we use our own heuristic for those browsers // rethrow might be better if it's not the expected error but do we really // want to crash if focus-visible malfunctioned? // no need for validFocusTarget check. the user does that by attaching it to // focusable events only return hadKeyboardEvent || focusTriggersKeyboardModality(target); } /** * Should be called if a blur event is fired on a focus-visible element */ function handleBlurVisible() { // To detect a tab/window switch, we look for a blur event followed // rapidly by a visibility change. // If we don't see a visibility change within 100ms, it's probably a // regular focus change. hadFocusVisibleRecently = true; window.clearTimeout(hadFocusVisibleRecentlyTimeout); hadFocusVisibleRecentlyTimeout = window.setTimeout(function () { hadFocusVisibleRecently = false; }, 100); } function useIsFocusVisible() { var ref = react__WEBPACK_IMPORTED_MODULE_0__.useCallback(function (instance) { var node = react_dom__WEBPACK_IMPORTED_MODULE_1__.findDOMNode(instance); if (node != null) { prepare(node.ownerDocument); } }, []); if (false) {} return { isFocusVisible: isFocusVisible, onBlurVisible: handleBlurVisible, ref: ref }; } /***/ }), /***/ 89039: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; var __webpack_unused_export__; var _interopRequireDefault = __webpack_require__(95318); var _interopRequireWildcard = __webpack_require__(20862); __webpack_unused_export__ = ({ value: true }); exports.Z = void 0; var React = _interopRequireWildcard(__webpack_require__(67294)); var _createSvgIcon = _interopRequireDefault(__webpack_require__(2108)); var _default = (0, _createSvgIcon.default)( /*#__PURE__*/React.createElement("path", { d: "M7 10l5 5 5-5z" }), 'ArrowDropDown'); exports.Z = _default; /***/ }), /***/ 37726: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; var __webpack_unused_export__; var _interopRequireDefault = __webpack_require__(95318); var _interopRequireWildcard = __webpack_require__(20862); __webpack_unused_export__ = ({ value: true }); exports.Z = void 0; var React = _interopRequireWildcard(__webpack_require__(67294)); var _createSvgIcon = _interopRequireDefault(__webpack_require__(2108)); var _default = (0, _createSvgIcon.default)( /*#__PURE__*/React.createElement("path", { d: "M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z" }), 'AttachFile'); exports.Z = _default; /***/ }), /***/ 80366: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; var __webpack_unused_export__; var _interopRequireDefault = __webpack_require__(95318); var _interopRequireWildcard = __webpack_require__(20862); __webpack_unused_export__ = ({ value: true }); exports.Z = void 0; var React = _interopRequireWildcard(__webpack_require__(67294)); var _createSvgIcon = _interopRequireDefault(__webpack_require__(2108)); var _default = (0, _createSvgIcon.default)( /*#__PURE__*/React.createElement("path", { d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" }), 'Close'); exports.Z = _default; /***/ }), /***/ 66521: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; var __webpack_unused_export__; var _interopRequireDefault = __webpack_require__(95318); var _interopRequireWildcard = __webpack_require__(20862); __webpack_unused_export__ = ({ value: true }); exports.Z = void 0; var React = _interopRequireWildcard(__webpack_require__(67294)); var _createSvgIcon = _interopRequireDefault(__webpack_require__(2108)); var _default = (0, _createSvgIcon.default)( /*#__PURE__*/React.createElement("path", { d: "M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z" }), 'Code'); exports.Z = _default; /***/ }), /***/ 64566: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; var __webpack_unused_export__; var _interopRequireDefault = __webpack_require__(95318); var _interopRequireWildcard = __webpack_require__(20862); __webpack_unused_export__ = ({ value: true }); exports.Z = void 0; var React = _interopRequireWildcard(__webpack_require__(67294)); var _createSvgIcon = _interopRequireDefault(__webpack_require__(2108)); var _default = (0, _createSvgIcon.default)( /*#__PURE__*/React.createElement("path", { d: "M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z" }), 'ExpandMore'); exports.Z = _default; /***/ }), /***/ 87239: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; var __webpack_unused_export__; var _interopRequireDefault = __webpack_require__(95318); var _interopRequireWildcard = __webpack_require__(20862); __webpack_unused_export__ = ({ value: true }); exports.Z = void 0; var React = _interopRequireWildcard(__webpack_require__(67294)); var _createSvgIcon = _interopRequireDefault(__webpack_require__(2108)); var _default = (0, _createSvgIcon.default)( /*#__PURE__*/React.createElement("path", { d: "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm-1 4l6 6v10c0 1.1-.9 2-2 2H7.99C6.89 23 6 22.1 6 21l.01-14c0-1.1.89-2 1.99-2h7zm-1 7h5.5L14 6.5V12z" }), 'FileCopy'); exports.Z = _default; /***/ }), /***/ 89974: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; var __webpack_unused_export__; var _interopRequireDefault = __webpack_require__(95318); var _interopRequireWildcard = __webpack_require__(20862); __webpack_unused_export__ = ({ value: true }); exports.Z = void 0; var React = _interopRequireWildcard(__webpack_require__(67294)); var _createSvgIcon = _interopRequireDefault(__webpack_require__(2108)); var _default = (0, _createSvgIcon.default)( /*#__PURE__*/React.createElement("path", { d: "M20 18c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2H0c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2h-4zM4 5h16v11H4V5zm8 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z" }), 'LaptopMac'); exports.Z = _default; /***/ }), /***/ 78513: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; var __webpack_unused_export__; var _interopRequireDefault = __webpack_require__(95318); var _interopRequireWildcard = __webpack_require__(20862); __webpack_unused_export__ = ({ value: true }); exports.Z = void 0; var React = _interopRequireWildcard(__webpack_require__(67294)); var _createSvgIcon = _interopRequireDefault(__webpack_require__(2108)); var _default = (0, _createSvgIcon.default)( /*#__PURE__*/React.createElement("path", { d: "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z" }), 'MoreVert'); exports.Z = _default; /***/ }), /***/ 6404: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; var __webpack_unused_export__; var _interopRequireDefault = __webpack_require__(95318); var _interopRequireWildcard = __webpack_require__(20862); __webpack_unused_export__ = ({ value: true }); exports.Z = void 0; var React = _interopRequireWildcard(__webpack_require__(67294)); var _createSvgIcon = _interopRequireDefault(__webpack_require__(2108)); var _default = (0, _createSvgIcon.default)( /*#__PURE__*/React.createElement("path", { d: "M15.5 1h-8C6.12 1 5 2.12 5 3.5v17C5 21.88 6.12 23 7.5 23h8c1.38 0 2.5-1.12 2.5-2.5v-17C18 2.12 16.88 1 15.5 1zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z" }), 'PhoneIphone'); exports.Z = _default; /***/ }), /***/ 79015: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; var __webpack_unused_export__; var _interopRequireDefault = __webpack_require__(95318); var _interopRequireWildcard = __webpack_require__(20862); __webpack_unused_export__ = ({ value: true }); exports.Z = void 0; var React = _interopRequireWildcard(__webpack_require__(67294)); var _createSvgIcon = _interopRequireDefault(__webpack_require__(2108)); var _default = (0, _createSvgIcon.default)( /*#__PURE__*/React.createElement("path", { d: "M18.5 0h-14C3.12 0 2 1.12 2 2.5v19C2 22.88 3.12 24 4.5 24h14c1.38 0 2.5-1.12 2.5-2.5v-19C21 1.12 19.88 0 18.5 0zm-7 23c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm7.5-4H4V3h15v16z" }), 'TabletMac'); exports.Z = _default; /***/ }), /***/ 2108: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "default", ({ enumerable: true, get: function get() { return _utils.createSvgIcon; } })); var _utils = __webpack_require__(28546); /***/ }), /***/ 84709: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ Alert_Alert; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/colorManipulator.js var colorManipulator = __webpack_require__(59693); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Paper/Paper.js var Paper = __webpack_require__(79895); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/createSvgIcon.js var createSvgIcon = __webpack_require__(63786); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/internal/svg-icons/SuccessOutlined.js /** * @ignore - internal component. */ /* harmony default export */ var SuccessOutlined = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4C12.76,4 13.5,4.11 14.2, 4.31L15.77,2.74C14.61,2.26 13.34,2 12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0, 0 22,12M7.91,10.08L6.5,11.5L11,16L21,6L19.59,4.58L11,13.17L7.91,10.08Z" }), 'SuccessOutlined')); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/internal/svg-icons/ReportProblemOutlined.js /** * @ignore - internal component. */ /* harmony default export */ var ReportProblemOutlined = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z" }), 'ReportProblemOutlined')); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/internal/svg-icons/ErrorOutline.js /** * @ignore - internal component. */ /* harmony default export */ var ErrorOutline = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" }), 'ErrorOutline')); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/internal/svg-icons/InfoOutlined.js /** * @ignore - internal component. */ /* harmony default export */ var InfoOutlined = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20, 12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10, 10 0 0,0 12,2M11,17H13V11H11V17Z" }), 'InfoOutlined')); // EXTERNAL MODULE: ./node_modules/@material-ui/lab/esm/internal/svg-icons/Close.js var Close = __webpack_require__(17694); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/IconButton/IconButton.js var IconButton = __webpack_require__(17812); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/capitalize.js var capitalize = __webpack_require__(93871); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/Alert/Alert.js var styles = function styles(theme) { var getColor = theme.palette.type === 'light' ? colorManipulator/* darken */._j : colorManipulator/* lighten */.$n; var getBackgroundColor = theme.palette.type === 'light' ? colorManipulator/* lighten */.$n : colorManipulator/* darken */._j; return { /* Styles applied to the root element. */ root: (0,esm_extends/* default */.Z)({}, theme.typography.body2, { borderRadius: theme.shape.borderRadius, backgroundColor: 'transparent', display: 'flex', padding: '6px 16px' }), /* Styles applied to the root element if `variant="standard"` and `color="success"`. */ standardSuccess: { color: getColor(theme.palette.success.main, 0.6), backgroundColor: getBackgroundColor(theme.palette.success.main, 0.9), '& $icon': { color: theme.palette.success.main } }, /* Styles applied to the root element if `variant="standard"` and `color="info"`. */ standardInfo: { color: getColor(theme.palette.info.main, 0.6), backgroundColor: getBackgroundColor(theme.palette.info.main, 0.9), '& $icon': { color: theme.palette.info.main } }, /* Styles applied to the root element if `variant="standard"` and `color="warning"`. */ standardWarning: { color: getColor(theme.palette.warning.main, 0.6), backgroundColor: getBackgroundColor(theme.palette.warning.main, 0.9), '& $icon': { color: theme.palette.warning.main } }, /* Styles applied to the root element if `variant="standard"` and `color="error"`. */ standardError: { color: getColor(theme.palette.error.main, 0.6), backgroundColor: getBackgroundColor(theme.palette.error.main, 0.9), '& $icon': { color: theme.palette.error.main } }, /* Styles applied to the root element if `variant="outlined"` and `color="success"`. */ outlinedSuccess: { color: getColor(theme.palette.success.main, 0.6), border: "1px solid ".concat(theme.palette.success.main), '& $icon': { color: theme.palette.success.main } }, /* Styles applied to the root element if `variant="outlined"` and `color="info"`. */ outlinedInfo: { color: getColor(theme.palette.info.main, 0.6), border: "1px solid ".concat(theme.palette.info.main), '& $icon': { color: theme.palette.info.main } }, /* Styles applied to the root element if `variant="outlined"` and `color="warning"`. */ outlinedWarning: { color: getColor(theme.palette.warning.main, 0.6), border: "1px solid ".concat(theme.palette.warning.main), '& $icon': { color: theme.palette.warning.main } }, /* Styles applied to the root element if `variant="outlined"` and `color="error"`. */ outlinedError: { color: getColor(theme.palette.error.main, 0.6), border: "1px solid ".concat(theme.palette.error.main), '& $icon': { color: theme.palette.error.main } }, /* Styles applied to the root element if `variant="filled"` and `color="success"`. */ filledSuccess: { color: '#fff', fontWeight: theme.typography.fontWeightMedium, backgroundColor: theme.palette.success.main }, /* Styles applied to the root element if `variant="filled"` and `color="info"`. */ filledInfo: { color: '#fff', fontWeight: theme.typography.fontWeightMedium, backgroundColor: theme.palette.info.main }, /* Styles applied to the root element if `variant="filled"` and `color="warning"`. */ filledWarning: { color: '#fff', fontWeight: theme.typography.fontWeightMedium, backgroundColor: theme.palette.warning.main }, /* Styles applied to the root element if `variant="filled"` and `color="error"`. */ filledError: { color: '#fff', fontWeight: theme.typography.fontWeightMedium, backgroundColor: theme.palette.error.main }, /* Styles applied to the icon wrapper element. */ icon: { marginRight: 12, padding: '7px 0', display: 'flex', fontSize: 22, opacity: 0.9 }, /* Styles applied to the message wrapper element. */ message: { padding: '8px 0' }, /* Styles applied to the action wrapper element if `action` is provided. */ action: { display: 'flex', alignItems: 'center', marginLeft: 'auto', paddingLeft: 16, marginRight: -8 } }; }; var defaultIconMapping = { success: /*#__PURE__*/react.createElement(SuccessOutlined, { fontSize: "inherit" }), warning: /*#__PURE__*/react.createElement(ReportProblemOutlined, { fontSize: "inherit" }), error: /*#__PURE__*/react.createElement(ErrorOutline, { fontSize: "inherit" }), info: /*#__PURE__*/react.createElement(InfoOutlined, { fontSize: "inherit" }) }; var _ref = /*#__PURE__*/react.createElement(Close/* default */.Z, { fontSize: "small" }); var Alert = /*#__PURE__*/react.forwardRef(function Alert(props, ref) { var action = props.action, children = props.children, classes = props.classes, className = props.className, _props$closeText = props.closeText, closeText = _props$closeText === void 0 ? 'Close' : _props$closeText, color = props.color, icon = props.icon, _props$iconMapping = props.iconMapping, iconMapping = _props$iconMapping === void 0 ? defaultIconMapping : _props$iconMapping, onClose = props.onClose, _props$role = props.role, role = _props$role === void 0 ? 'alert' : _props$role, _props$severity = props.severity, severity = _props$severity === void 0 ? 'success' : _props$severity, _props$variant = props.variant, variant = _props$variant === void 0 ? 'standard' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["action", "children", "classes", "className", "closeText", "color", "icon", "iconMapping", "onClose", "role", "severity", "variant"]); return /*#__PURE__*/react.createElement(Paper/* default */.Z, (0,esm_extends/* default */.Z)({ role: role, square: true, elevation: 0, className: (0,clsx_m/* default */.Z)(classes.root, classes["".concat(variant).concat((0,capitalize/* default */.Z)(color || severity))], className), ref: ref }, other), icon !== false ? /*#__PURE__*/react.createElement("div", { className: classes.icon }, icon || iconMapping[severity] || defaultIconMapping[severity]) : null, /*#__PURE__*/react.createElement("div", { className: classes.message }, children), action != null ? /*#__PURE__*/react.createElement("div", { className: classes.action }, action) : null, action == null && onClose ? /*#__PURE__*/react.createElement("div", { className: classes.action }, /*#__PURE__*/react.createElement(IconButton/* default */.Z, { size: "small", "aria-label": closeText, title: closeText, color: "inherit", onClick: onClose }, _ref)) : null); }); false ? 0 : void 0; /* harmony default export */ var Alert_Alert = ((0,withStyles/* default */.Z)(styles, { name: 'MuiAlert' })(Alert)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/Alert/index.js /***/ }), /***/ 51660: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ AlertTitle_AlertTitle; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Typography/Typography.js var Typography = __webpack_require__(22318); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/AlertTitle/AlertTitle.js var styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { fontWeight: theme.typography.fontWeightMedium, marginTop: -2 } }; }; var AlertTitle = /*#__PURE__*/react.forwardRef(function AlertTitle(props, ref) { var classes = props.classes, className = props.className, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className"]); return /*#__PURE__*/react.createElement(Typography/* default */.Z, (0,esm_extends/* default */.Z)({ gutterBottom: true, component: "div", ref: ref, className: (0,clsx_m/* default */.Z)(classes.root, className) }, other)); }); false ? 0 : void 0; /* harmony default export */ var AlertTitle_AlertTitle = ((0,withStyles/* default */.Z)(styles, { name: 'MuiAlertTitle' })(AlertTitle)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/AlertTitle/index.js /***/ }), /***/ 55251: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, { "ZP": function() { return /* binding */ Autocomplete_Autocomplete; } }); // UNUSED EXPORTS: createFilterOptions, styles // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js var defineProperty = __webpack_require__(96156); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Popper/Popper.js + 1 modules var Popper = __webpack_require__(96617); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/ListSubheader/ListSubheader.js var ListSubheader = __webpack_require__(96837); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Paper/Paper.js var Paper = __webpack_require__(79895); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/IconButton/IconButton.js var IconButton = __webpack_require__(17812); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Chip/Chip.js + 1 modules var Chip = __webpack_require__(71267); // EXTERNAL MODULE: ./node_modules/@material-ui/lab/esm/internal/svg-icons/Close.js var Close = __webpack_require__(17694); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/createSvgIcon.js var createSvgIcon = __webpack_require__(63786); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/internal/svg-icons/ArrowDropDown.js /** * @ignore - internal component. */ /* harmony default export */ var ArrowDropDown = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M7 10l5 5 5-5z" }), 'ArrowDropDown')); // EXTERNAL MODULE: ./node_modules/@material-ui/lab/esm/useAutocomplete/useAutocomplete.js var useAutocomplete = __webpack_require__(11514); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/Autocomplete/Autocomplete.js var styles = function styles(theme) { var _option; return { /* Styles applied to the root element. */ root: { '&$focused $clearIndicatorDirty': { visibility: 'visible' }, /* Avoid double tap issue on iOS */ '@media (pointer: fine)': { '&:hover $clearIndicatorDirty': { visibility: 'visible' } } }, /* Styles applied to the root element if `fullWidth={true}`. */ fullWidth: { width: '100%' }, /* Pseudo-class applied to the root element if focused. */ focused: {}, /* Styles applied to the tag elements, e.g. the chips. */ tag: { margin: 3, maxWidth: 'calc(100% - 6px)' }, /* Styles applied to the tag elements, e.g. the chips if `size="small"`. */ tagSizeSmall: { margin: 2, maxWidth: 'calc(100% - 4px)' }, /* Styles applied when the popup icon is rendered. */ hasPopupIcon: {}, /* Styles applied when the clear icon is rendered. */ hasClearIcon: {}, /* Styles applied to the Input element. */ inputRoot: { flexWrap: 'wrap', '$hasPopupIcon &, $hasClearIcon &': { paddingRight: 26 + 4 }, '$hasPopupIcon$hasClearIcon &': { paddingRight: 52 + 4 }, '& $input': { width: 0, minWidth: 30 }, '&[class*="MuiInput-root"]': { paddingBottom: 1, '& $input': { padding: 4 }, '& $input:first-child': { padding: '6px 0' } }, '&[class*="MuiInput-root"][class*="MuiInput-marginDense"]': { '& $input': { padding: '4px 4px 5px' }, '& $input:first-child': { padding: '3px 0 6px' } }, '&[class*="MuiOutlinedInput-root"]': { padding: 9, '$hasPopupIcon &, $hasClearIcon &': { paddingRight: 26 + 4 + 9 }, '$hasPopupIcon$hasClearIcon &': { paddingRight: 52 + 4 + 9 }, '& $input': { padding: '9.5px 4px' }, '& $input:first-child': { paddingLeft: 6 }, '& $endAdornment': { right: 9 } }, '&[class*="MuiOutlinedInput-root"][class*="MuiOutlinedInput-marginDense"]': { padding: 6, '& $input': { padding: '4.5px 4px' } }, '&[class*="MuiFilledInput-root"]': { paddingTop: 19, paddingLeft: 8, '$hasPopupIcon &, $hasClearIcon &': { paddingRight: 26 + 4 + 9 }, '$hasPopupIcon$hasClearIcon &': { paddingRight: 52 + 4 + 9 }, '& $input': { padding: '9px 4px' }, '& $endAdornment': { right: 9 } }, '&[class*="MuiFilledInput-root"][class*="MuiFilledInput-marginDense"]': { paddingBottom: 1, '& $input': { padding: '4.5px 4px' } } }, /* Styles applied to the input element. */ input: { flexGrow: 1, textOverflow: 'ellipsis', opacity: 0 }, /* Styles applied to the input element if tag focused. */ inputFocused: { opacity: 1 }, /* Styles applied to the endAdornment element. */ endAdornment: { // We use a position absolute to support wrapping tags. position: 'absolute', right: 0, top: 'calc(50% - 14px)' // Center vertically }, /* Styles applied to the clear indicator. */ clearIndicator: { marginRight: -2, padding: 4, visibility: 'hidden' }, /* Styles applied to the clear indicator if the input is dirty. */ clearIndicatorDirty: {}, /* Styles applied to the popup indicator. */ popupIndicator: { padding: 2, marginRight: -2 }, /* Styles applied to the popup indicator if the popup is open. */ popupIndicatorOpen: { transform: 'rotate(180deg)' }, /* Styles applied to the popper element. */ popper: { zIndex: theme.zIndex.modal }, /* Styles applied to the popper element if `disablePortal={true}`. */ popperDisablePortal: { position: 'absolute' }, /* Styles applied to the `Paper` component. */ paper: (0,esm_extends/* default */.Z)({}, theme.typography.body1, { overflow: 'hidden', margin: '4px 0' }), /* Styles applied to the `listbox` component. */ listbox: { listStyle: 'none', margin: 0, padding: '8px 0', maxHeight: '40vh', overflow: 'auto' }, /* Styles applied to the loading wrapper. */ loading: { color: theme.palette.text.secondary, padding: '14px 16px' }, /* Styles applied to the no option wrapper. */ noOptions: { color: theme.palette.text.secondary, padding: '14px 16px' }, /* Styles applied to the option elements. */ option: (_option = { minHeight: 48, display: 'flex', justifyContent: 'flex-start', alignItems: 'center', cursor: 'pointer', paddingTop: 6, boxSizing: 'border-box', outline: '0', WebkitTapHighlightColor: 'transparent', paddingBottom: 6, paddingLeft: 16, paddingRight: 16 }, (0,defineProperty/* default */.Z)(_option, theme.breakpoints.up('sm'), { minHeight: 'auto' }), (0,defineProperty/* default */.Z)(_option, '&[aria-selected="true"]', { backgroundColor: theme.palette.action.selected }), (0,defineProperty/* default */.Z)(_option, '&[data-focus="true"]', { backgroundColor: theme.palette.action.hover }), (0,defineProperty/* default */.Z)(_option, '&:active', { backgroundColor: theme.palette.action.selected }), (0,defineProperty/* default */.Z)(_option, '&[aria-disabled="true"]', { opacity: theme.palette.action.disabledOpacity, pointerEvents: 'none' }), _option), /* Styles applied to the group's label elements. */ groupLabel: { backgroundColor: theme.palette.background.paper, top: -8 }, /* Styles applied to the group's ul elements. */ groupUl: { padding: 0, '& $option': { paddingLeft: 24 } } }; }; function DisablePortal(props) { // eslint-disable-next-line react/prop-types var anchorEl = props.anchorEl, open = props.open, other = (0,objectWithoutProperties/* default */.Z)(props, ["anchorEl", "open"]); return /*#__PURE__*/react.createElement("div", other); } var _ref = /*#__PURE__*/react.createElement(Close/* default */.Z, { fontSize: "small" }); var _ref2 = /*#__PURE__*/react.createElement(ArrowDropDown, null); var Autocomplete = /*#__PURE__*/react.forwardRef(function Autocomplete(props, ref) { /* eslint-disable no-unused-vars */ var _props$autoComplete = props.autoComplete, autoComplete = _props$autoComplete === void 0 ? false : _props$autoComplete, _props$autoHighlight = props.autoHighlight, autoHighlight = _props$autoHighlight === void 0 ? false : _props$autoHighlight, _props$autoSelect = props.autoSelect, autoSelect = _props$autoSelect === void 0 ? false : _props$autoSelect, _props$blurOnSelect = props.blurOnSelect, blurOnSelect = _props$blurOnSelect === void 0 ? false : _props$blurOnSelect, ChipProps = props.ChipProps, classes = props.classes, className = props.className, _props$clearOnBlur = props.clearOnBlur, clearOnBlur = _props$clearOnBlur === void 0 ? !props.freeSolo : _props$clearOnBlur, _props$clearOnEscape = props.clearOnEscape, clearOnEscape = _props$clearOnEscape === void 0 ? false : _props$clearOnEscape, _props$clearText = props.clearText, clearText = _props$clearText === void 0 ? 'Clear' : _props$clearText, _props$closeIcon = props.closeIcon, closeIcon = _props$closeIcon === void 0 ? _ref : _props$closeIcon, _props$closeText = props.closeText, closeText = _props$closeText === void 0 ? 'Close' : _props$closeText, _props$debug = props.debug, debug = _props$debug === void 0 ? false : _props$debug, _props$defaultValue = props.defaultValue, defaultValue = _props$defaultValue === void 0 ? props.multiple ? [] : null : _props$defaultValue, _props$disableClearab = props.disableClearable, disableClearable = _props$disableClearab === void 0 ? false : _props$disableClearab, _props$disableCloseOn = props.disableCloseOnSelect, disableCloseOnSelect = _props$disableCloseOn === void 0 ? false : _props$disableCloseOn, _props$disabled = props.disabled, disabled = _props$disabled === void 0 ? false : _props$disabled, _props$disabledItemsF = props.disabledItemsFocusable, disabledItemsFocusable = _props$disabledItemsF === void 0 ? false : _props$disabledItemsF, _props$disableListWra = props.disableListWrap, disableListWrap = _props$disableListWra === void 0 ? false : _props$disableListWra, _props$disablePortal = props.disablePortal, disablePortal = _props$disablePortal === void 0 ? false : _props$disablePortal, filterOptions = props.filterOptions, _props$filterSelected = props.filterSelectedOptions, filterSelectedOptions = _props$filterSelected === void 0 ? false : _props$filterSelected, _props$forcePopupIcon = props.forcePopupIcon, forcePopupIcon = _props$forcePopupIcon === void 0 ? 'auto' : _props$forcePopupIcon, _props$freeSolo = props.freeSolo, freeSolo = _props$freeSolo === void 0 ? false : _props$freeSolo, _props$fullWidth = props.fullWidth, fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, _props$getLimitTagsTe = props.getLimitTagsText, getLimitTagsText = _props$getLimitTagsTe === void 0 ? function (more) { return "+".concat(more); } : _props$getLimitTagsTe, getOptionDisabled = props.getOptionDisabled, _props$getOptionLabel = props.getOptionLabel, getOptionLabel = _props$getOptionLabel === void 0 ? function (x) { return x; } : _props$getOptionLabel, getOptionSelected = props.getOptionSelected, groupBy = props.groupBy, _props$handleHomeEndK = props.handleHomeEndKeys, handleHomeEndKeys = _props$handleHomeEndK === void 0 ? !props.freeSolo : _props$handleHomeEndK, idProp = props.id, _props$includeInputIn = props.includeInputInList, includeInputInList = _props$includeInputIn === void 0 ? false : _props$includeInputIn, inputValueProp = props.inputValue, _props$limitTags = props.limitTags, limitTags = _props$limitTags === void 0 ? -1 : _props$limitTags, _props$ListboxCompone = props.ListboxComponent, ListboxComponent = _props$ListboxCompone === void 0 ? 'ul' : _props$ListboxCompone, ListboxProps = props.ListboxProps, _props$loading = props.loading, loading = _props$loading === void 0 ? false : _props$loading, _props$loadingText = props.loadingText, loadingText = _props$loadingText === void 0 ? 'Loading…' : _props$loadingText, _props$multiple = props.multiple, multiple = _props$multiple === void 0 ? false : _props$multiple, _props$noOptionsText = props.noOptionsText, noOptionsText = _props$noOptionsText === void 0 ? 'No options' : _props$noOptionsText, onChange = props.onChange, onClose = props.onClose, onHighlightChange = props.onHighlightChange, onInputChange = props.onInputChange, onOpen = props.onOpen, open = props.open, _props$openOnFocus = props.openOnFocus, openOnFocus = _props$openOnFocus === void 0 ? false : _props$openOnFocus, _props$openText = props.openText, openText = _props$openText === void 0 ? 'Open' : _props$openText, options = props.options, _props$PaperComponent = props.PaperComponent, PaperComponent = _props$PaperComponent === void 0 ? Paper/* default */.Z : _props$PaperComponent, _props$PopperComponen = props.PopperComponent, PopperComponentProp = _props$PopperComponen === void 0 ? Popper/* default */.Z : _props$PopperComponen, _props$popupIcon = props.popupIcon, popupIcon = _props$popupIcon === void 0 ? _ref2 : _props$popupIcon, renderGroupProp = props.renderGroup, renderInput = props.renderInput, renderOptionProp = props.renderOption, renderTags = props.renderTags, _props$selectOnFocus = props.selectOnFocus, selectOnFocus = _props$selectOnFocus === void 0 ? !props.freeSolo : _props$selectOnFocus, _props$size = props.size, size = _props$size === void 0 ? 'medium' : _props$size, valueProp = props.value, other = (0,objectWithoutProperties/* default */.Z)(props, ["autoComplete", "autoHighlight", "autoSelect", "blurOnSelect", "ChipProps", "classes", "className", "clearOnBlur", "clearOnEscape", "clearText", "closeIcon", "closeText", "debug", "defaultValue", "disableClearable", "disableCloseOnSelect", "disabled", "disabledItemsFocusable", "disableListWrap", "disablePortal", "filterOptions", "filterSelectedOptions", "forcePopupIcon", "freeSolo", "fullWidth", "getLimitTagsText", "getOptionDisabled", "getOptionLabel", "getOptionSelected", "groupBy", "handleHomeEndKeys", "id", "includeInputInList", "inputValue", "limitTags", "ListboxComponent", "ListboxProps", "loading", "loadingText", "multiple", "noOptionsText", "onChange", "onClose", "onHighlightChange", "onInputChange", "onOpen", "open", "openOnFocus", "openText", "options", "PaperComponent", "PopperComponent", "popupIcon", "renderGroup", "renderInput", "renderOption", "renderTags", "selectOnFocus", "size", "value"]); /* eslint-enable no-unused-vars */ var PopperComponent = disablePortal ? DisablePortal : PopperComponentProp; var _useAutocomplete = (0,useAutocomplete/* default */.Z)((0,esm_extends/* default */.Z)({}, props, { componentName: 'Autocomplete' })), getRootProps = _useAutocomplete.getRootProps, getInputProps = _useAutocomplete.getInputProps, getInputLabelProps = _useAutocomplete.getInputLabelProps, getPopupIndicatorProps = _useAutocomplete.getPopupIndicatorProps, getClearProps = _useAutocomplete.getClearProps, getTagProps = _useAutocomplete.getTagProps, getListboxProps = _useAutocomplete.getListboxProps, getOptionProps = _useAutocomplete.getOptionProps, value = _useAutocomplete.value, dirty = _useAutocomplete.dirty, id = _useAutocomplete.id, popupOpen = _useAutocomplete.popupOpen, focused = _useAutocomplete.focused, focusedTag = _useAutocomplete.focusedTag, anchorEl = _useAutocomplete.anchorEl, setAnchorEl = _useAutocomplete.setAnchorEl, inputValue = _useAutocomplete.inputValue, groupedOptions = _useAutocomplete.groupedOptions; var startAdornment; if (multiple && value.length > 0) { var getCustomizedTagProps = function getCustomizedTagProps(params) { return (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.tag, size === 'small' && classes.tagSizeSmall), disabled: disabled }, getTagProps(params)); }; if (renderTags) { startAdornment = renderTags(value, getCustomizedTagProps); } else { startAdornment = value.map(function (option, index) { return /*#__PURE__*/react.createElement(Chip/* default */.Z, (0,esm_extends/* default */.Z)({ label: getOptionLabel(option), size: size }, getCustomizedTagProps({ index: index }), ChipProps)); }); } } if (limitTags > -1 && Array.isArray(startAdornment)) { var more = startAdornment.length - limitTags; if (!focused && more > 0) { startAdornment = startAdornment.splice(0, limitTags); startAdornment.push( /*#__PURE__*/react.createElement("span", { className: classes.tag, key: startAdornment.length }, getLimitTagsText(more))); } } var defaultRenderGroup = function defaultRenderGroup(params) { return /*#__PURE__*/react.createElement("li", { key: params.key }, /*#__PURE__*/react.createElement(ListSubheader/* default */.Z, { className: classes.groupLabel, component: "div" }, params.group), /*#__PURE__*/react.createElement("ul", { className: classes.groupUl }, params.children)); }; var renderGroup = renderGroupProp || defaultRenderGroup; var renderOption = renderOptionProp || getOptionLabel; var renderListOption = function renderListOption(option, index) { var optionProps = getOptionProps({ option: option, index: index }); return /*#__PURE__*/react.createElement("li", (0,esm_extends/* default */.Z)({}, optionProps, { className: classes.option }), renderOption(option, { selected: optionProps['aria-selected'], inputValue: inputValue })); }; var hasClearIcon = !disableClearable && !disabled; var hasPopupIcon = (!freeSolo || forcePopupIcon === true) && forcePopupIcon !== false; return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ ref: ref, className: (0,clsx_m/* default */.Z)(classes.root, className, focused && classes.focused, fullWidth && classes.fullWidth, hasClearIcon && classes.hasClearIcon, hasPopupIcon && classes.hasPopupIcon) }, getRootProps(other)), renderInput({ id: id, disabled: disabled, fullWidth: true, size: size === 'small' ? 'small' : undefined, InputLabelProps: getInputLabelProps(), InputProps: { ref: setAnchorEl, className: classes.inputRoot, startAdornment: startAdornment, endAdornment: /*#__PURE__*/react.createElement("div", { className: classes.endAdornment }, hasClearIcon ? /*#__PURE__*/react.createElement(IconButton/* default */.Z, (0,esm_extends/* default */.Z)({}, getClearProps(), { "aria-label": clearText, title: clearText, className: (0,clsx_m/* default */.Z)(classes.clearIndicator, dirty && classes.clearIndicatorDirty) }), closeIcon) : null, hasPopupIcon ? /*#__PURE__*/react.createElement(IconButton/* default */.Z, (0,esm_extends/* default */.Z)({}, getPopupIndicatorProps(), { disabled: disabled, "aria-label": popupOpen ? closeText : openText, title: popupOpen ? closeText : openText, className: (0,clsx_m/* default */.Z)(classes.popupIndicator, popupOpen && classes.popupIndicatorOpen) }), popupIcon) : null) }, inputProps: (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.input, focusedTag === -1 && classes.inputFocused), disabled: disabled }, getInputProps()) })), popupOpen && anchorEl ? /*#__PURE__*/react.createElement(PopperComponent, { className: (0,clsx_m/* default */.Z)(classes.popper, disablePortal && classes.popperDisablePortal), style: { width: anchorEl ? anchorEl.clientWidth : null }, role: "presentation", anchorEl: anchorEl, open: true }, /*#__PURE__*/react.createElement(PaperComponent, { className: classes.paper }, loading && groupedOptions.length === 0 ? /*#__PURE__*/react.createElement("div", { className: classes.loading }, loadingText) : null, groupedOptions.length === 0 && !freeSolo && !loading ? /*#__PURE__*/react.createElement("div", { className: classes.noOptions }, noOptionsText) : null, groupedOptions.length > 0 ? /*#__PURE__*/react.createElement(ListboxComponent, (0,esm_extends/* default */.Z)({ className: classes.listbox }, getListboxProps(), ListboxProps), groupedOptions.map(function (option, index) { if (groupBy) { return renderGroup({ key: option.key, group: option.group, children: option.options.map(function (option2, index2) { return renderListOption(option2, option.index + index2); }) }); } return renderListOption(option, index); })) : null)) : null); }); false ? 0 : void 0; /* harmony default export */ var Autocomplete_Autocomplete = ((0,withStyles/* default */.Z)(styles, { name: 'MuiAutocomplete' })(Autocomplete)); /***/ }), /***/ 12330: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "default": function() { return /* reexport safe */ _Autocomplete__WEBPACK_IMPORTED_MODULE_0__.ZP; }, /* harmony export */ "createFilterOptions": function() { return /* reexport safe */ _Autocomplete__WEBPACK_IMPORTED_MODULE_1__.D; } /* harmony export */ }); /* harmony import */ var _Autocomplete__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(55251); /* harmony import */ var _Autocomplete__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(11514); /***/ }), /***/ 21184: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ AvatarGroup_AvatarGroup; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/react-is/index.js var react_is = __webpack_require__(59864); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/createSvgIcon.js var createSvgIcon = __webpack_require__(63786); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/internal/svg-icons/Person.js /** * @ignore - internal component. */ /* harmony default export */ var Person = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z" }), 'Person')); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Avatar/Avatar.js var styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { position: 'relative', display: 'flex', alignItems: 'center', justifyContent: 'center', flexShrink: 0, width: 40, height: 40, fontFamily: theme.typography.fontFamily, fontSize: theme.typography.pxToRem(20), lineHeight: 1, borderRadius: '50%', overflow: 'hidden', userSelect: 'none' }, /* Styles applied to the root element if not `src` or `srcSet`. */ colorDefault: { color: theme.palette.background.default, backgroundColor: theme.palette.type === 'light' ? theme.palette.grey[400] : theme.palette.grey[600] }, /* Styles applied to the root element if `variant="circle"`. */ circle: {}, /* Styles applied to the root element if `variant="circular"`. */ circular: {}, /* Styles applied to the root element if `variant="rounded"`. */ rounded: { borderRadius: theme.shape.borderRadius }, /* Styles applied to the root element if `variant="square"`. */ square: { borderRadius: 0 }, /* Styles applied to the img element if either `src` or `srcSet` is defined. */ img: { width: '100%', height: '100%', textAlign: 'center', // Handle non-square image. The property isn't supported by IE 11. objectFit: 'cover', // Hide alt text. color: 'transparent', // Hide the image broken icon, only works on Chrome. textIndent: 10000 }, /* Styles applied to the fallback icon */ fallback: { width: '75%', height: '75%' } }; }; function useLoaded(_ref) { var src = _ref.src, srcSet = _ref.srcSet; var _React$useState = react.useState(false), loaded = _React$useState[0], setLoaded = _React$useState[1]; react.useEffect(function () { if (!src && !srcSet) { return undefined; } setLoaded(false); var active = true; var image = new Image(); image.src = src; image.srcSet = srcSet; image.onload = function () { if (!active) { return; } setLoaded('loaded'); }; image.onerror = function () { if (!active) { return; } setLoaded('error'); }; return function () { active = false; }; }, [src, srcSet]); return loaded; } var Avatar = /*#__PURE__*/react.forwardRef(function Avatar(props, ref) { var alt = props.alt, childrenProp = props.children, classes = props.classes, className = props.className, _props$component = props.component, Component = _props$component === void 0 ? 'div' : _props$component, imgProps = props.imgProps, sizes = props.sizes, src = props.src, srcSet = props.srcSet, _props$variant = props.variant, variant = _props$variant === void 0 ? 'circle' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["alt", "children", "classes", "className", "component", "imgProps", "sizes", "src", "srcSet", "variant"]); var children = null; // Use a hook instead of onError on the img element to support server-side rendering. var loaded = useLoaded({ src: src, srcSet: srcSet }); var hasImg = src || srcSet; var hasImgNotFailing = hasImg && loaded !== 'error'; if (hasImgNotFailing) { children = /*#__PURE__*/react.createElement("img", (0,esm_extends/* default */.Z)({ alt: alt, src: src, srcSet: srcSet, sizes: sizes, className: classes.img }, imgProps)); } else if (childrenProp != null) { children = childrenProp; } else if (hasImg && alt) { children = alt[0]; } else { children = /*#__PURE__*/react.createElement(Person, { className: classes.fallback }); } return /*#__PURE__*/react.createElement(Component, (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, classes.system, classes[variant], className, !hasImgNotFailing && classes.colorDefault), ref: ref }, other), children); }); false ? 0 : void 0; /* harmony default export */ var Avatar_Avatar = ((0,withStyles/* default */.Z)(styles, { name: 'MuiAvatar' })(Avatar)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/AvatarGroup/AvatarGroup.js var SPACINGS = { small: -16, medium: null }; var AvatarGroup_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { display: 'flex' }, /* Styles applied to the avatar elements. */ avatar: { border: "2px solid ".concat(theme.palette.background.default), marginLeft: -8, '&:first-child': { marginLeft: 0 } } }; }; var AvatarGroup = /*#__PURE__*/react.forwardRef(function AvatarGroup(props, ref) { var childrenProp = props.children, classes = props.classes, className = props.className, _props$max = props.max, max = _props$max === void 0 ? 5 : _props$max, _props$spacing = props.spacing, spacing = _props$spacing === void 0 ? 'medium' : _props$spacing, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "classes", "className", "max", "spacing"]); var clampedMax = max < 2 ? 2 : max; var children = react.Children.toArray(childrenProp).filter(function (child) { if (false) {} return /*#__PURE__*/react.isValidElement(child); }); var extraAvatars = children.length > clampedMax ? children.length - clampedMax + 1 : 0; var marginLeft = spacing && SPACINGS[spacing] !== undefined ? SPACINGS[spacing] : -spacing; return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className), ref: ref }, other), children.slice(0, children.length - extraAvatars).map(function (child, index) { return /*#__PURE__*/react.cloneElement(child, { className: (0,clsx_m/* default */.Z)(child.props.className, classes.avatar), style: (0,esm_extends/* default */.Z)({ zIndex: children.length - index, marginLeft: index === 0 ? undefined : marginLeft }, child.props.style) }); }), extraAvatars ? /*#__PURE__*/react.createElement(Avatar_Avatar, { className: classes.avatar, style: { zIndex: 0, marginLeft: marginLeft } }, "+", extraAvatars) : null); }); false ? 0 : void 0; /* harmony default export */ var AvatarGroup_AvatarGroup = ((0,withStyles/* default */.Z)(AvatarGroup_styles, { name: 'MuiAvatarGroup' })(AvatarGroup)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/AvatarGroup/index.js /***/ }), /***/ 48344: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ Pagination_Pagination; }, "usePagination": function() { return /* reexport */ usePagination; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js var toConsumableArray = __webpack_require__(78927); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules var slicedToArray = __webpack_require__(28481); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useControlled.js var useControlled = __webpack_require__(22775); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/Pagination/usePagination.js function usePagination() { var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; // keep default values in sync with @default tags in Pagination.propTypes var _props$boundaryCount = props.boundaryCount, boundaryCount = _props$boundaryCount === void 0 ? 1 : _props$boundaryCount, _props$componentName = props.componentName, componentName = _props$componentName === void 0 ? 'usePagination' : _props$componentName, _props$count = props.count, count = _props$count === void 0 ? 1 : _props$count, _props$defaultPage = props.defaultPage, defaultPage = _props$defaultPage === void 0 ? 1 : _props$defaultPage, _props$disabled = props.disabled, disabled = _props$disabled === void 0 ? false : _props$disabled, _props$hideNextButton = props.hideNextButton, hideNextButton = _props$hideNextButton === void 0 ? false : _props$hideNextButton, _props$hidePrevButton = props.hidePrevButton, hidePrevButton = _props$hidePrevButton === void 0 ? false : _props$hidePrevButton, handleChange = props.onChange, pageProp = props.page, _props$showFirstButto = props.showFirstButton, showFirstButton = _props$showFirstButto === void 0 ? false : _props$showFirstButto, _props$showLastButton = props.showLastButton, showLastButton = _props$showLastButton === void 0 ? false : _props$showLastButton, _props$siblingCount = props.siblingCount, siblingCount = _props$siblingCount === void 0 ? 1 : _props$siblingCount, other = (0,objectWithoutProperties/* default */.Z)(props, ["boundaryCount", "componentName", "count", "defaultPage", "disabled", "hideNextButton", "hidePrevButton", "onChange", "page", "showFirstButton", "showLastButton", "siblingCount"]); var _useControlled = (0,useControlled/* default */.Z)({ controlled: pageProp, default: defaultPage, name: componentName, state: 'page' }), _useControlled2 = (0,slicedToArray/* default */.Z)(_useControlled, 2), page = _useControlled2[0], setPageState = _useControlled2[1]; var handleClick = function handleClick(event, value) { if (!pageProp) { setPageState(value); } if (handleChange) { handleChange(event, value); } }; // https://dev.to/namirsab/comment/2050 var range = function range(start, end) { var length = end - start + 1; return Array.from({ length: length }, function (_, i) { return start + i; }); }; var startPages = range(1, Math.min(boundaryCount, count)); var endPages = range(Math.max(count - boundaryCount + 1, boundaryCount + 1), count); var siblingsStart = Math.max(Math.min( // Natural start page - siblingCount, // Lower boundary when page is high count - boundaryCount - siblingCount * 2 - 1), // Greater than startPages boundaryCount + 2); var siblingsEnd = Math.min(Math.max( // Natural end page + siblingCount, // Upper boundary when page is low boundaryCount + siblingCount * 2 + 2), // Less than endPages endPages[0] - 2); // Basic list of items to render // e.g. itemList = ['first', 'previous', 1, 'ellipsis', 4, 5, 6, 'ellipsis', 10, 'next', 'last'] var itemList = [].concat((0,toConsumableArray/* default */.Z)(showFirstButton ? ['first'] : []), (0,toConsumableArray/* default */.Z)(hidePrevButton ? [] : ['previous']), (0,toConsumableArray/* default */.Z)(startPages), (0,toConsumableArray/* default */.Z)(siblingsStart > boundaryCount + 2 ? ['start-ellipsis'] : boundaryCount + 1 < count - boundaryCount ? [boundaryCount + 1] : []), (0,toConsumableArray/* default */.Z)(range(siblingsStart, siblingsEnd)), (0,toConsumableArray/* default */.Z)(siblingsEnd < count - boundaryCount - 1 ? ['end-ellipsis'] : count - boundaryCount > boundaryCount ? [count - boundaryCount] : []), (0,toConsumableArray/* default */.Z)(endPages), (0,toConsumableArray/* default */.Z)(hideNextButton ? [] : ['next']), (0,toConsumableArray/* default */.Z)(showLastButton ? ['last'] : [])); // Map the button type to its page number var buttonPage = function buttonPage(type) { switch (type) { case 'first': return 1; case 'previous': return page - 1; case 'next': return page + 1; case 'last': return count; default: return null; } }; // Convert the basic item list to PaginationItem props objects var items = itemList.map(function (item) { return typeof item === 'number' ? { onClick: function onClick(event) { handleClick(event, item); }, type: 'page', page: item, selected: item === page, disabled: disabled, 'aria-current': item === page ? 'true' : undefined } : { onClick: function onClick(event) { handleClick(event, buttonPage(item)); }, type: item, page: buttonPage(item), selected: false, disabled: disabled || item.indexOf('ellipsis') === -1 && (item === 'next' || item === 'last' ? page >= count : page <= 1) }; }); return (0,esm_extends/* default */.Z)({ items: items }, other); } // EXTERNAL MODULE: ./node_modules/@material-ui/lab/esm/PaginationItem/PaginationItem.js + 4 modules var PaginationItem = __webpack_require__(28380); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/Pagination/Pagination.js var styles = { /* Styles applied to the root element. */ root: {}, /* Styles applied to the ul element. */ ul: { display: 'flex', flexWrap: 'wrap', alignItems: 'center', padding: 0, margin: 0, listStyle: 'none' } }; function defaultGetAriaLabel(type, page, selected) { if (type === 'page') { return "".concat(selected ? '' : 'Go to ', "page ").concat(page); } return "Go to ".concat(type, " page"); } var Pagination = /*#__PURE__*/react.forwardRef(function Pagination(props, ref) { var boundaryCount = props.boundaryCount, classes = props.classes, className = props.className, _props$color = props.color, color = _props$color === void 0 ? 'standard' : _props$color, count = props.count, defaultPage = props.defaultPage, disabled = props.disabled, _props$getItemAriaLab = props.getItemAriaLabel, getItemAriaLabel = _props$getItemAriaLab === void 0 ? defaultGetAriaLabel : _props$getItemAriaLab, hideNextButton = props.hideNextButton, hidePrevButton = props.hidePrevButton, onChange = props.onChange, page = props.page, _props$renderItem = props.renderItem, renderItem = _props$renderItem === void 0 ? function (item) { return /*#__PURE__*/react.createElement(PaginationItem/* default */.Z, item); } : _props$renderItem, _props$shape = props.shape, shape = _props$shape === void 0 ? 'round' : _props$shape, showFirstButton = props.showFirstButton, showLastButton = props.showLastButton, siblingCount = props.siblingCount, _props$size = props.size, size = _props$size === void 0 ? 'medium' : _props$size, _props$variant = props.variant, variant = _props$variant === void 0 ? 'text' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["boundaryCount", "classes", "className", "color", "count", "defaultPage", "disabled", "getItemAriaLabel", "hideNextButton", "hidePrevButton", "onChange", "page", "renderItem", "shape", "showFirstButton", "showLastButton", "siblingCount", "size", "variant"]); var _usePagination = usePagination((0,esm_extends/* default */.Z)({}, props, { componentName: 'Pagination' })), items = _usePagination.items; return /*#__PURE__*/react.createElement("nav", (0,esm_extends/* default */.Z)({ "aria-label": "pagination navigation", className: (0,clsx_m/* default */.Z)(classes.root, className), ref: ref }, other), /*#__PURE__*/react.createElement("ul", { className: classes.ul }, items.map(function (item, index) { return /*#__PURE__*/react.createElement("li", { key: index }, renderItem((0,esm_extends/* default */.Z)({}, item, { color: color, 'aria-label': getItemAriaLabel(item.type, item.page, item.selected), shape: shape, size: size, variant: variant }))); }))); }); // @default tags synced with default values from usePagination false ? 0 : void 0; /* harmony default export */ var Pagination_Pagination = ((0,withStyles/* default */.Z)(styles, { name: 'MuiPagination' })(Pagination)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/Pagination/index.js /***/ }), /***/ 28380: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, { "Z": function() { return /* binding */ PaginationItem_PaginationItem; } }); // UNUSED EXPORTS: styles // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/colorManipulator.js var colorManipulator = __webpack_require__(59693); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/useTheme.js var useTheme = __webpack_require__(8920); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/ButtonBase/ButtonBase.js + 4 modules var ButtonBase = __webpack_require__(54720); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/createSvgIcon.js var createSvgIcon = __webpack_require__(63786); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/internal/svg-icons/FirstPage.js /** * @ignore - internal component. */ /* harmony default export */ var FirstPage = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z" }), 'FirstPage')); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/internal/svg-icons/LastPage.js /** * @ignore - internal component. */ /* harmony default export */ var LastPage = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z" }), 'LastPage')); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/internal/svg-icons/NavigateBefore.js /** * @ignore - internal component. */ /* harmony default export */ var NavigateBefore = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z" }), 'NavigateBefore')); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/internal/svg-icons/NavigateNext.js /** * @ignore - internal component. */ /* harmony default export */ var NavigateNext = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" }), 'NavigateNext')); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/capitalize.js var capitalize = __webpack_require__(93871); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/PaginationItem/PaginationItem.js var styles = function styles(theme) { return { /* Styles applied to the root element. */ root: (0,esm_extends/* default */.Z)({}, theme.typography.body2, { borderRadius: 32 / 2, textAlign: 'center', boxSizing: 'border-box', minWidth: 32, height: 32, padding: '0 6px', margin: '0 3px', color: theme.palette.text.primary }), /* Styles applied to the root element if `type="page"`. */ page: { transition: theme.transitions.create(['color', 'background-color'], { duration: theme.transitions.duration.short }), '&:hover': { backgroundColor: theme.palette.action.hover, // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: 'transparent' } }, '&$focusVisible': { backgroundColor: theme.palette.action.focus }, '&$selected': { backgroundColor: theme.palette.action.selected, '&:hover, &$focusVisible': { backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.action.selected, theme.palette.action.selectedOpacity + theme.palette.action.hoverOpacity), // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: theme.palette.action.selected } }, '&$disabled': { opacity: 1, color: theme.palette.action.disabled, backgroundColor: theme.palette.action.selected } }, '&$disabled': { opacity: theme.palette.action.disabledOpacity } }, /* Styles applied applied to the root element if `size="small"`. */ sizeSmall: { minWidth: 26, height: 26, borderRadius: 26 / 2, margin: '0 1px', padding: '0 4px', '& $icon': { fontSize: theme.typography.pxToRem(18) } }, /* Styles applied applied to the root element if `size="large"`. */ sizeLarge: { minWidth: 40, height: 40, borderRadius: 40 / 2, padding: '0 10px', fontSize: theme.typography.pxToRem(15), '& $icon': { fontSize: theme.typography.pxToRem(22) } }, /* Styles applied to the root element if `variant="text"` and `color="primary"`. */ textPrimary: { '&$selected': { color: theme.palette.primary.contrastText, backgroundColor: theme.palette.primary.main, '&:hover, &$focusVisible': { backgroundColor: theme.palette.primary.dark, // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: theme.palette.primary.main } }, '&$disabled': { color: theme.palette.action.disabled } } }, /* Styles applied to the root element if `variant="text"` and `color="secondary"`. */ textSecondary: { '&$selected': { color: theme.palette.secondary.contrastText, backgroundColor: theme.palette.secondary.main, '&:hover, &$focusVisible': { backgroundColor: theme.palette.secondary.dark, // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: theme.palette.secondary.main } }, '&$disabled': { color: theme.palette.action.disabled } } }, /* Styles applied to the root element if `outlined="true"`. */ outlined: { border: "1px solid ".concat(theme.palette.type === 'light' ? 'rgba(0, 0, 0, 0.23)' : 'rgba(255, 255, 255, 0.23)'), '&$selected': { '&$disabled': { border: "1px solid ".concat(theme.palette.action.disabledBackground) } } }, /* Styles applied to the root element if `variant="outlined"` and `color="primary"`. */ outlinedPrimary: { '&$selected': { color: theme.palette.primary.main, border: "1px solid ".concat((0,colorManipulator/* fade */.U1)(theme.palette.primary.main, 0.5)), backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.primary.main, theme.palette.action.activatedOpacity), '&:hover, &$focusVisible': { backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.primary.main, theme.palette.action.activatedOpacity + theme.palette.action.hoverOpacity), // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: 'transparent' } }, '&$disabled': { color: theme.palette.action.disabled } } }, /* Styles applied to the root element if `variant="outlined"` and `color="secondary"`. */ outlinedSecondary: { '&$selected': { color: theme.palette.secondary.main, border: "1px solid ".concat((0,colorManipulator/* fade */.U1)(theme.palette.secondary.main, 0.5)), backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.secondary.main, theme.palette.action.activatedOpacity), '&:hover, &$focusVisible': { backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.secondary.main, theme.palette.action.activatedOpacity + theme.palette.action.hoverOpacity), // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: 'transparent' } }, '&$disabled': { color: theme.palette.action.disabled } } }, /* Styles applied to the root element if `rounded="true"`. */ rounded: { borderRadius: theme.shape.borderRadius }, /* Styles applied to the root element if `type="start-ellipsis"` or `type="end-ellipsis"`. */ ellipsis: { height: 'auto', '&$disabled': { opacity: theme.palette.action.disabledOpacity } }, /* Pseudo-class applied to the root element if keyboard focused. */ focusVisible: {}, /* Pseudo-class applied to the root element if `disabled={true}`. */ disabled: {}, /* Pseudo-class applied to the root element if `selected={true}`. */ selected: {}, /* Styles applied to the icon element. */ icon: { fontSize: theme.typography.pxToRem(20), margin: '0 -8px' } }; }; var PaginationItem = /*#__PURE__*/react.forwardRef(function PaginationItem(props, ref) { var classes = props.classes, className = props.className, _props$color = props.color, color = _props$color === void 0 ? 'standard' : _props$color, component = props.component, _props$disabled = props.disabled, disabled = _props$disabled === void 0 ? false : _props$disabled, page = props.page, _props$selected = props.selected, selected = _props$selected === void 0 ? false : _props$selected, _props$shape = props.shape, shape = _props$shape === void 0 ? 'round' : _props$shape, _props$size = props.size, size = _props$size === void 0 ? 'medium' : _props$size, _props$type = props.type, type = _props$type === void 0 ? 'page' : _props$type, _props$variant = props.variant, variant = _props$variant === void 0 ? 'text' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className", "color", "component", "disabled", "page", "selected", "shape", "size", "type", "variant"]); var theme = (0,useTheme/* default */.Z)(); var normalizedIcons = theme.direction === 'rtl' ? { previous: NavigateNext, next: NavigateBefore, last: FirstPage, first: LastPage } : { previous: NavigateBefore, next: NavigateNext, first: FirstPage, last: LastPage }; var Icon = normalizedIcons[type]; return type === 'start-ellipsis' || type === 'end-ellipsis' ? /*#__PURE__*/react.createElement("div", { ref: ref, className: (0,clsx_m/* default */.Z)(classes.root, classes.ellipsis, disabled && classes.disabled, size !== 'medium' && classes["size".concat((0,capitalize/* default */.Z)(size))]) }, "\u2026") : /*#__PURE__*/react.createElement(ButtonBase/* default */.Z, (0,esm_extends/* default */.Z)({ ref: ref, component: component, disabled: disabled, focusVisibleClassName: classes.focusVisible, className: (0,clsx_m/* default */.Z)(classes.root, classes.page, classes[variant], classes[shape], className, color !== 'standard' && classes["".concat(variant).concat((0,capitalize/* default */.Z)(color))], disabled && classes.disabled, selected && classes.selected, size !== 'medium' && classes["size".concat((0,capitalize/* default */.Z)(size))]) }, other), type === 'page' && page, Icon ? /*#__PURE__*/react.createElement(Icon, { className: classes.icon }) : null); }); false ? 0 : void 0; /* harmony default export */ var PaginationItem_PaginationItem = ((0,withStyles/* default */.Z)(styles, { name: 'MuiPaginationItem' })(PaginationItem)); /***/ }), /***/ 94390: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "default": function() { return /* reexport safe */ _PaginationItem__WEBPACK_IMPORTED_MODULE_0__.Z; } /* harmony export */ }); /* harmony import */ var _PaginationItem__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(28380); /***/ }), /***/ 60625: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ Rating_Rating; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules var slicedToArray = __webpack_require__(28481); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/useTheme.js var useTheme = __webpack_require__(8920); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/unstable_useId.js var unstable_useId = __webpack_require__(95001); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useControlled.js var useControlled = __webpack_require__(22775); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useIsFocusVisible.js var useIsFocusVisible = __webpack_require__(24896); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useForkRef.js var useForkRef = __webpack_require__(17294); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/capitalize.js var capitalize = __webpack_require__(93871); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/createSvgIcon.js var createSvgIcon = __webpack_require__(63786); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/internal/svg-icons/Star.js /** * @ignore - internal component. */ /* harmony default export */ var Star = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z" }), 'Star')); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/Rating/Rating.js function clamp(value, min, max) { if (value < min) { return min; } if (value > max) { return max; } return value; } function getDecimalPrecision(num) { var decimalPart = num.toString().split('.')[1]; return decimalPart ? decimalPart.length : 0; } function roundValueToPrecision(value, precision) { if (value == null) { return value; } var nearest = Math.round(value / precision) * precision; return Number(nearest.toFixed(getDecimalPrecision(precision))); } var styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { display: 'inline-flex', position: 'relative', fontSize: theme.typography.pxToRem(24), color: '#ffb400', cursor: 'pointer', textAlign: 'left', WebkitTapHighlightColor: 'transparent', '&$disabled': { opacity: 0.5, pointerEvents: 'none' }, '&$focusVisible $iconActive': { outline: '1px solid #999' } }, /* Styles applied to the root element if `size="small"`. */ sizeSmall: { fontSize: theme.typography.pxToRem(18) }, /* Styles applied to the root element if `size="large"`. */ sizeLarge: { fontSize: theme.typography.pxToRem(30) }, /* Styles applied to the root element if `readOnly={true}`. */ readOnly: { pointerEvents: 'none' }, /* Pseudo-class applied to the root element if `disabled={true}`. */ disabled: {}, /* Pseudo-class applied to the root element if keyboard focused. */ focusVisible: {}, /* Visually hide an element. */ visuallyhidden: { border: 0, clip: 'rect(0 0 0 0)', height: 1, margin: -1, color: '#000', overflow: 'hidden', padding: 0, position: 'absolute', top: 20, width: 1 }, /* Styles applied to the pristine label. */ pristine: { 'input:focus + &': { top: 0, bottom: 0, position: 'absolute', outline: '1px solid #999', width: '100%' } }, /* Styles applied to the label elements. */ label: { cursor: 'inherit' }, /* Styles applied to the icon wrapping elements. */ icon: { display: 'flex', transition: theme.transitions.create('transform', { duration: theme.transitions.duration.shortest }), // Fix mouseLeave issue. // https://github.com/facebook/react/issues/4492 pointerEvents: 'none' }, /* Styles applied to the icon wrapping elements when empty. */ iconEmpty: { color: theme.palette.action.disabled }, /* Styles applied to the icon wrapping elements when filled. */ iconFilled: {}, /* Styles applied to the icon wrapping elements when hover. */ iconHover: {}, /* Styles applied to the icon wrapping elements when focus. */ iconFocus: {}, /* Styles applied to the icon wrapping elements when active. */ iconActive: { transform: 'scale(1.2)' }, /* Styles applied to the icon wrapping elements when decimals are necessary. */ decimal: { position: 'relative' } }; }; function IconContainer(props) { var value = props.value, other = (0,objectWithoutProperties/* default */.Z)(props, ["value"]); return /*#__PURE__*/react.createElement("span", other); } false ? 0 : void 0; var defaultIcon = /*#__PURE__*/react.createElement(Star, { fontSize: "inherit" }); function defaultLabelText(value) { return "".concat(value, " Star").concat(value !== 1 ? 's' : ''); } var Rating = /*#__PURE__*/react.forwardRef(function Rating(props, ref) { var classes = props.classes, className = props.className, _props$defaultValue = props.defaultValue, defaultValue = _props$defaultValue === void 0 ? null : _props$defaultValue, _props$disabled = props.disabled, disabled = _props$disabled === void 0 ? false : _props$disabled, emptyIcon = props.emptyIcon, _props$emptyLabelText = props.emptyLabelText, emptyLabelText = _props$emptyLabelText === void 0 ? 'Empty' : _props$emptyLabelText, _props$getLabelText = props.getLabelText, getLabelText = _props$getLabelText === void 0 ? defaultLabelText : _props$getLabelText, _props$icon = props.icon, icon = _props$icon === void 0 ? defaultIcon : _props$icon, _props$IconContainerC = props.IconContainerComponent, IconContainerComponent = _props$IconContainerC === void 0 ? IconContainer : _props$IconContainerC, _props$max = props.max, max = _props$max === void 0 ? 5 : _props$max, nameProp = props.name, onChange = props.onChange, onChangeActive = props.onChangeActive, onMouseLeave = props.onMouseLeave, onMouseMove = props.onMouseMove, _props$precision = props.precision, precision = _props$precision === void 0 ? 1 : _props$precision, _props$readOnly = props.readOnly, readOnly = _props$readOnly === void 0 ? false : _props$readOnly, _props$size = props.size, size = _props$size === void 0 ? 'medium' : _props$size, valueProp = props.value, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className", "defaultValue", "disabled", "emptyIcon", "emptyLabelText", "getLabelText", "icon", "IconContainerComponent", "max", "name", "onChange", "onChangeActive", "onMouseLeave", "onMouseMove", "precision", "readOnly", "size", "value"]); var name = (0,unstable_useId/* default */.Z)(nameProp); var _useControlled = (0,useControlled/* default */.Z)({ controlled: valueProp, default: defaultValue, name: 'Rating' }), _useControlled2 = (0,slicedToArray/* default */.Z)(_useControlled, 2), valueDerived = _useControlled2[0], setValueState = _useControlled2[1]; var valueRounded = roundValueToPrecision(valueDerived, precision); var theme = (0,useTheme/* default */.Z)(); var _React$useState = react.useState({ hover: -1, focus: -1 }), _React$useState$ = _React$useState[0], hover = _React$useState$.hover, focus = _React$useState$.focus, setState = _React$useState[1]; var value = valueRounded; if (hover !== -1) { value = hover; } if (focus !== -1) { value = focus; } var _useIsFocusVisible = (0,useIsFocusVisible/* default */.Z)(), isFocusVisible = _useIsFocusVisible.isFocusVisible, onBlurVisible = _useIsFocusVisible.onBlurVisible, focusVisibleRef = _useIsFocusVisible.ref; var _React$useState2 = react.useState(false), focusVisible = _React$useState2[0], setFocusVisible = _React$useState2[1]; var rootRef = react.useRef(); var handleFocusRef = (0,useForkRef/* default */.Z)(focusVisibleRef, rootRef); var handleRef = (0,useForkRef/* default */.Z)(handleFocusRef, ref); var handleMouseMove = function handleMouseMove(event) { if (onMouseMove) { onMouseMove(event); } var rootNode = rootRef.current; var _rootNode$getBounding = rootNode.getBoundingClientRect(), right = _rootNode$getBounding.right, left = _rootNode$getBounding.left; var _rootNode$firstChild$ = rootNode.firstChild.getBoundingClientRect(), width = _rootNode$firstChild$.width; var percent; if (theme.direction === 'rtl') { percent = (right - event.clientX) / (width * max); } else { percent = (event.clientX - left) / (width * max); } var newHover = roundValueToPrecision(max * percent + precision / 2, precision); newHover = clamp(newHover, precision, max); setState(function (prev) { return prev.hover === newHover && prev.focus === newHover ? prev : { hover: newHover, focus: newHover }; }); setFocusVisible(false); if (onChangeActive && hover !== newHover) { onChangeActive(event, newHover); } }; var handleMouseLeave = function handleMouseLeave(event) { if (onMouseLeave) { onMouseLeave(event); } var newHover = -1; setState({ hover: newHover, focus: newHover }); if (onChangeActive && hover !== newHover) { onChangeActive(event, newHover); } }; var handleChange = function handleChange(event) { var newValue = parseFloat(event.target.value); setValueState(newValue); if (onChange) { onChange(event, newValue); } }; var handleClear = function handleClear(event) { // Ignore keyboard events // https://github.com/facebook/react/issues/7407 if (event.clientX === 0 && event.clientY === 0) { return; } setState({ hover: -1, focus: -1 }); setValueState(null); if (onChange && parseFloat(event.target.value) === valueRounded) { onChange(event, null); } }; var handleFocus = function handleFocus(event) { if (isFocusVisible(event)) { setFocusVisible(true); } var newFocus = parseFloat(event.target.value); setState(function (prev) { return { hover: prev.hover, focus: newFocus }; }); if (onChangeActive && focus !== newFocus) { onChangeActive(event, newFocus); } }; var handleBlur = function handleBlur(event) { if (hover !== -1) { return; } if (focusVisible !== false) { setFocusVisible(false); onBlurVisible(); } var newFocus = -1; setState(function (prev) { return { hover: prev.hover, focus: newFocus }; }); if (onChangeActive && focus !== newFocus) { onChangeActive(event, newFocus); } }; var item = function item(state, labelProps) { var id = "".concat(name, "-").concat(String(state.value).replace('.', '-')); var container = /*#__PURE__*/react.createElement(IconContainerComponent, { value: state.value, className: (0,clsx_m/* default */.Z)(classes.icon, state.filled ? classes.iconFilled : classes.iconEmpty, state.hover && classes.iconHover, state.focus && classes.iconFocus, state.active && classes.iconActive) }, emptyIcon && !state.filled ? emptyIcon : icon); if (readOnly) { return /*#__PURE__*/react.createElement("span", (0,esm_extends/* default */.Z)({ key: state.value }, labelProps), container); } return /*#__PURE__*/react.createElement(react.Fragment, { key: state.value }, /*#__PURE__*/react.createElement("label", (0,esm_extends/* default */.Z)({ className: classes.label, htmlFor: id }, labelProps), container, /*#__PURE__*/react.createElement("span", { className: classes.visuallyhidden }, getLabelText(state.value))), /*#__PURE__*/react.createElement("input", { onFocus: handleFocus, onBlur: handleBlur, onChange: handleChange, onClick: handleClear, disabled: disabled, value: state.value, id: id, type: "radio", name: name, checked: state.checked, className: classes.visuallyhidden })); }; return /*#__PURE__*/react.createElement("span", (0,esm_extends/* default */.Z)({ ref: handleRef, onMouseMove: handleMouseMove, onMouseLeave: handleMouseLeave, className: (0,clsx_m/* default */.Z)(classes.root, className, size !== 'medium' && classes["size".concat((0,capitalize/* default */.Z)(size))], disabled && classes.disabled, focusVisible && classes.focusVisible, readOnly && classes.readOnly), role: readOnly ? 'img' : null, "aria-label": readOnly ? getLabelText(value) : null }, other), Array.from(new Array(max)).map(function (_, index) { var itemValue = index + 1; if (precision < 1) { var items = Array.from(new Array(1 / precision)); return /*#__PURE__*/react.createElement("span", { key: itemValue, className: (0,clsx_m/* default */.Z)(classes.decimal, itemValue === Math.ceil(value) && (hover !== -1 || focus !== -1) && classes.iconActive) }, items.map(function ($, indexDecimal) { var itemDecimalValue = roundValueToPrecision(itemValue - 1 + (indexDecimal + 1) * precision, precision); return item({ value: itemDecimalValue, filled: itemDecimalValue <= value, hover: itemDecimalValue <= hover, focus: itemDecimalValue <= focus, checked: itemDecimalValue === valueRounded }, { style: items.length - 1 === indexDecimal ? {} : { width: itemDecimalValue === value ? "".concat((indexDecimal + 1) * precision * 100, "%") : '0%', overflow: 'hidden', zIndex: 1, position: 'absolute' } }); })); } return item({ value: itemValue, active: itemValue === value && (hover !== -1 || focus !== -1), filled: itemValue <= value, hover: itemValue <= hover, focus: itemValue <= focus, checked: itemValue === valueRounded }); }), !readOnly && !disabled && valueRounded == null && /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("input", { value: "", id: "".concat(name, "-empty"), type: "radio", name: name, defaultChecked: true, className: classes.visuallyhidden }), /*#__PURE__*/react.createElement("label", { className: classes.pristine, htmlFor: "".concat(name, "-empty") }, /*#__PURE__*/react.createElement("span", { className: classes.visuallyhidden }, emptyLabelText)))); }); false ? 0 : void 0; /* harmony default export */ var Rating_Rating = ((0,withStyles/* default */.Z)(styles, { name: 'MuiRating' })(Rating)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/Rating/index.js /***/ }), /***/ 85935: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ Skeleton_Skeleton; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/colorManipulator.js var colorManipulator = __webpack_require__(59693); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/Skeleton/Skeleton.js var styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { display: 'block', // Create a "on paper" color with sufficient contrast retaining the color backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.text.primary, theme.palette.type === 'light' ? 0.11 : 0.13), height: '1.2em' }, /* Styles applied to the root element if `variant="text"`. */ text: { marginTop: 0, marginBottom: 0, height: 'auto', transformOrigin: '0 60%', transform: 'scale(1, 0.60)', borderRadius: theme.shape.borderRadius, '&:empty:before': { content: '"\\00a0"' } }, /* Styles applied to the root element if `variant="rect"`. */ rect: {}, /* Styles applied to the root element if `variant="circle"`. */ circle: { borderRadius: '50%' }, /* Styles applied to the root element if `animation="pulse"`. */ pulse: { animation: '$pulse 1.5s ease-in-out 0.5s infinite' }, '@keyframes pulse': { '0%': { opacity: 1 }, '50%': { opacity: 0.4 }, '100%': { opacity: 1 } }, /* Styles applied to the root element if `animation="wave"`. */ wave: { position: 'relative', overflow: 'hidden', '&::after': { animation: '$wave 1.6s linear 0.5s infinite', background: "linear-gradient(90deg, transparent, ".concat(theme.palette.action.hover, ", transparent)"), content: '""', position: 'absolute', transform: 'translateX(-100%)', // Avoid flash during server-side hydration bottom: 0, left: 0, right: 0, top: 0 } }, '@keyframes wave': { '0%': { transform: 'translateX(-100%)' }, '60%': { // +0.5s of delay between each loop transform: 'translateX(100%)' }, '100%': { transform: 'translateX(100%)' } }, /* Styles applied when the component is passed children. */ withChildren: { '& > *': { visibility: 'hidden' } }, /* Styles applied when the component is passed children and no width. */ fitContent: { maxWidth: 'fit-content' }, /* Styles applied when the component is passed children and no height. */ heightAuto: { height: 'auto' } }; }; var Skeleton = /*#__PURE__*/react.forwardRef(function Skeleton(props, ref) { var _props$animation = props.animation, animation = _props$animation === void 0 ? 'pulse' : _props$animation, classes = props.classes, className = props.className, _props$component = props.component, Component = _props$component === void 0 ? 'span' : _props$component, height = props.height, _props$variant = props.variant, variant = _props$variant === void 0 ? 'text' : _props$variant, width = props.width, other = (0,objectWithoutProperties/* default */.Z)(props, ["animation", "classes", "className", "component", "height", "variant", "width"]); var hasChildren = Boolean(other.children); return /*#__PURE__*/react.createElement(Component, (0,esm_extends/* default */.Z)({ ref: ref, className: (0,clsx_m/* default */.Z)(classes.root, classes[variant], className, hasChildren && [classes.withChildren, !width && classes.fitContent, !height && classes.heightAuto], animation !== false && classes[animation]) }, other, { style: (0,esm_extends/* default */.Z)({ width: width, height: height }, other.style) })); }); false ? 0 : void 0; /* harmony default export */ var Skeleton_Skeleton = ((0,withStyles/* default */.Z)(styles, { name: 'MuiSkeleton' })(Skeleton)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/Skeleton/index.js /***/ }), /***/ 58066: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ SpeedDial_SpeedDial; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/react-is/index.js var react_is = __webpack_require__(59864); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/transitions.js var transitions = __webpack_require__(43366); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules var slicedToArray = __webpack_require__(28481); // EXTERNAL MODULE: ./node_modules/react-transition-group/esm/Transition.js + 1 modules var Transition = __webpack_require__(12666); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/useTheme.js var useTheme = __webpack_require__(8920); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/transitions/utils.js var utils = __webpack_require__(5653); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useForkRef.js var useForkRef = __webpack_require__(17294); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Zoom/Zoom.js var styles = { entering: { transform: 'none' }, entered: { transform: 'none' } }; var defaultTimeout = { enter: transitions/* duration.enteringScreen */.x9.enteringScreen, exit: transitions/* duration.leavingScreen */.x9.leavingScreen }; /** * The Zoom transition can be used for the floating variant of the * [Button](/components/buttons/#floating-action-buttons) component. * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally. */ var Zoom = /*#__PURE__*/react.forwardRef(function Zoom(props, ref) { var children = props.children, _props$disableStrictM = props.disableStrictModeCompat, disableStrictModeCompat = _props$disableStrictM === void 0 ? false : _props$disableStrictM, inProp = props.in, onEnter = props.onEnter, onEntered = props.onEntered, onEntering = props.onEntering, onExit = props.onExit, onExited = props.onExited, onExiting = props.onExiting, style = props.style, _props$timeout = props.timeout, timeout = _props$timeout === void 0 ? defaultTimeout : _props$timeout, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Transition/* default */.ZP : _props$TransitionComp, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "disableStrictModeCompat", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"]); var theme = (0,useTheme/* default */.Z)(); var enableStrictModeCompat = theme.unstable_strictMode && !disableStrictModeCompat; var nodeRef = react.useRef(null); var foreignRef = (0,useForkRef/* default */.Z)(children.ref, ref); var handleRef = (0,useForkRef/* default */.Z)(enableStrictModeCompat ? nodeRef : undefined, foreignRef); var normalizedTransitionCallback = function normalizedTransitionCallback(callback) { return function (nodeOrAppearing, maybeAppearing) { if (callback) { var _ref = enableStrictModeCompat ? [nodeRef.current, nodeOrAppearing] : [nodeOrAppearing, maybeAppearing], _ref2 = (0,slicedToArray/* default */.Z)(_ref, 2), node = _ref2[0], isAppearing = _ref2[1]; // onEnterXxx and onExitXxx callbacks have a different arguments.length value. if (isAppearing === undefined) { callback(node); } else { callback(node, isAppearing); } } }; }; var handleEntering = normalizedTransitionCallback(onEntering); var handleEnter = normalizedTransitionCallback(function (node, isAppearing) { (0,utils/* reflow */.n)(node); // So the animation always start from the start. var transitionProps = (0,utils/* getTransitionProps */.C)({ style: style, timeout: timeout }, { mode: 'enter' }); node.style.webkitTransition = theme.transitions.create('transform', transitionProps); node.style.transition = theme.transitions.create('transform', transitionProps); if (onEnter) { onEnter(node, isAppearing); } }); var handleEntered = normalizedTransitionCallback(onEntered); var handleExiting = normalizedTransitionCallback(onExiting); var handleExit = normalizedTransitionCallback(function (node) { var transitionProps = (0,utils/* getTransitionProps */.C)({ style: style, timeout: timeout }, { mode: 'exit' }); node.style.webkitTransition = theme.transitions.create('transform', transitionProps); node.style.transition = theme.transitions.create('transform', transitionProps); if (onExit) { onExit(node); } }); var handleExited = normalizedTransitionCallback(onExited); return /*#__PURE__*/react.createElement(TransitionComponent, (0,esm_extends/* default */.Z)({ appear: true, in: inProp, nodeRef: enableStrictModeCompat ? nodeRef : undefined, onEnter: handleEnter, onEntered: handleEntered, onEntering: handleEntering, onExit: handleExit, onExited: handleExited, onExiting: handleExiting, timeout: timeout }, other), function (state, childProps) { return /*#__PURE__*/react.cloneElement(children, (0,esm_extends/* default */.Z)({ style: (0,esm_extends/* default */.Z)({ transform: 'scale(0)', visibility: state === 'exited' && !inProp ? 'hidden' : undefined }, styles[state], style, children.props.style), ref: handleRef }, childProps)); }); }); false ? 0 : void 0; /* harmony default export */ var Zoom_Zoom = (Zoom); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Fab/Fab.js var Fab = __webpack_require__(33758); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/capitalize.js var capitalize = __webpack_require__(93871); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/isMuiElement.js var isMuiElement = __webpack_require__(83711); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/SpeedDial/SpeedDial.js function getOrientation(direction) { if (direction === 'up' || direction === 'down') { return 'vertical'; } if (direction === 'right' || direction === 'left') { return 'horizontal'; } return undefined; } function clamp(value, min, max) { if (value < min) { return min; } if (value > max) { return max; } return value; } var dialRadius = 32; var spacingActions = 16; var SpeedDial_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { zIndex: theme.zIndex.speedDial, display: 'flex', alignItems: 'center', pointerEvents: 'none' }, /* Styles applied to the Fab component. */ fab: { pointerEvents: 'auto' }, /* Styles applied to the root if direction="up" */ directionUp: { flexDirection: 'column-reverse', '& $actions': { flexDirection: 'column-reverse', marginBottom: -dialRadius, paddingBottom: spacingActions + dialRadius } }, /* Styles applied to the root if direction="down" */ directionDown: { flexDirection: 'column', '& $actions': { flexDirection: 'column', marginTop: -dialRadius, paddingTop: spacingActions + dialRadius } }, /* Styles applied to the root if direction="left" */ directionLeft: { flexDirection: 'row-reverse', '& $actions': { flexDirection: 'row-reverse', marginRight: -dialRadius, paddingRight: spacingActions + dialRadius } }, /* Styles applied to the root if direction="right" */ directionRight: { flexDirection: 'row', '& $actions': { flexDirection: 'row', marginLeft: -dialRadius, paddingLeft: spacingActions + dialRadius } }, /* Styles applied to the actions (`children` wrapper) element. */ actions: { display: 'flex', pointerEvents: 'auto' }, /* Styles applied to the actions (`children` wrapper) element if `open={false}`. */ actionsClosed: { transition: 'top 0s linear 0.2s', pointerEvents: 'none' } }; }; var SpeedDial = /*#__PURE__*/react.forwardRef(function SpeedDial(props, ref) { var ariaLabel = props.ariaLabel, _props$FabProps = props.FabProps; _props$FabProps = _props$FabProps === void 0 ? {} : _props$FabProps; var origDialButtonRef = _props$FabProps.ref, FabProps = (0,objectWithoutProperties/* default */.Z)(_props$FabProps, ["ref"]), childrenProp = props.children, classes = props.classes, className = props.className, _props$direction = props.direction, direction = _props$direction === void 0 ? 'up' : _props$direction, _props$hidden = props.hidden, hidden = _props$hidden === void 0 ? false : _props$hidden, icon = props.icon, onBlur = props.onBlur, onClose = props.onClose, onFocus = props.onFocus, onKeyDown = props.onKeyDown, onMouseEnter = props.onMouseEnter, onMouseLeave = props.onMouseLeave, onOpen = props.onOpen, open = props.open, openIcon = props.openIcon, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Zoom_Zoom : _props$TransitionComp, _props$transitionDura = props.transitionDuration, transitionDuration = _props$transitionDura === void 0 ? { enter: transitions/* duration.enteringScreen */.x9.enteringScreen, exit: transitions/* duration.leavingScreen */.x9.leavingScreen } : _props$transitionDura, TransitionProps = props.TransitionProps, other = (0,objectWithoutProperties/* default */.Z)(props, ["ariaLabel", "FabProps", "children", "classes", "className", "direction", "hidden", "icon", "onBlur", "onClose", "onFocus", "onKeyDown", "onMouseEnter", "onMouseLeave", "onOpen", "open", "openIcon", "TransitionComponent", "transitionDuration", "TransitionProps"]); var eventTimer = react.useRef(); react.useEffect(function () { return function () { clearTimeout(eventTimer.current); }; }, []); /** * an index in actions.current */ var focusedAction = react.useRef(0); /** * pressing this key while the focus is on a child SpeedDialAction focuses * the next SpeedDialAction. * It is equal to the first arrow key pressed while focus is on the SpeedDial * that is not orthogonal to the direction. * @type {utils.ArrowKey?} */ var nextItemArrowKey = react.useRef(); /** * refs to the Button that have an action associated to them in this SpeedDial * [Fab, ...(SpeedDialActions > Button)] * @type {HTMLButtonElement[]} */ var actions = react.useRef([]); actions.current = [actions.current[0]]; var handleOwnFabRef = react.useCallback(function (fabFef) { actions.current[0] = fabFef; }, []); var handleFabRef = (0,useForkRef/* default */.Z)(origDialButtonRef, handleOwnFabRef); /** * creates a ref callback for the Button in a SpeedDialAction * Is called before the original ref callback for Button that was set in buttonProps * * @param dialActionIndex {number} * @param origButtonRef {React.RefObject?} */ var createHandleSpeedDialActionButtonRef = function createHandleSpeedDialActionButtonRef(dialActionIndex, origButtonRef) { return function (buttonRef) { actions.current[dialActionIndex + 1] = buttonRef; if (origButtonRef) { origButtonRef(buttonRef); } }; }; var handleKeyDown = function handleKeyDown(event) { if (onKeyDown) { onKeyDown(event); } var key = event.key.replace('Arrow', '').toLowerCase(); var _nextItemArrowKey$cur = nextItemArrowKey.current, nextItemArrowKeyCurrent = _nextItemArrowKey$cur === void 0 ? key : _nextItemArrowKey$cur; if (event.key === 'Escape') { if (onClose) { actions.current[0].focus(); onClose(event, 'escapeKeyDown'); } return; } if (getOrientation(key) === getOrientation(nextItemArrowKeyCurrent) && getOrientation(key) !== undefined) { event.preventDefault(); var actionStep = key === nextItemArrowKeyCurrent ? 1 : -1; // stay within array indices var nextAction = clamp(focusedAction.current + actionStep, 0, actions.current.length - 1); actions.current[nextAction].focus(); focusedAction.current = nextAction; nextItemArrowKey.current = nextItemArrowKeyCurrent; } }; react.useEffect(function () { // actions were closed while navigation state was not reset if (!open) { focusedAction.current = 0; nextItemArrowKey.current = undefined; } }, [open]); var handleClose = function handleClose(event) { if (event.type === 'mouseleave' && onMouseLeave) { onMouseLeave(event); } if (event.type === 'blur' && onBlur) { onBlur(event); } clearTimeout(eventTimer.current); if (onClose) { if (event.type === 'blur') { event.persist(); eventTimer.current = setTimeout(function () { onClose(event, 'blur'); }); } else { onClose(event, 'mouseLeave'); } } }; var handleClick = function handleClick(event) { if (FabProps.onClick) { FabProps.onClick(event); } clearTimeout(eventTimer.current); if (open) { if (onClose) { onClose(event, 'toggle'); } } else if (onOpen) { onOpen(event, 'toggle'); } }; var handleOpen = function handleOpen(event) { if (event.type === 'mouseenter' && onMouseEnter) { onMouseEnter(event); } if (event.type === 'focus' && onFocus) { onFocus(event); } // When moving the focus between two items, // a chain if blur and focus event is triggered. // We only handle the last event. clearTimeout(eventTimer.current); if (onOpen && !open) { event.persist(); // Wait for a future focus or click event eventTimer.current = setTimeout(function () { var eventMap = { focus: 'focus', mouseenter: 'mouseEnter' }; onOpen(event, eventMap[event.type]); }); } }; // Filter the label for valid id characters. var id = ariaLabel.replace(/^[^a-z]+|[^\w:.-]+/gi, ''); var allItems = react.Children.toArray(childrenProp).filter(function (child) { if (false) {} return /*#__PURE__*/react.isValidElement(child); }); var children = allItems.map(function (child, index) { var _child$props$FabProps = child.props.FabProps; _child$props$FabProps = _child$props$FabProps === void 0 ? {} : _child$props$FabProps; var origButtonRef = _child$props$FabProps.ref, ChildFabProps = (0,objectWithoutProperties/* default */.Z)(_child$props$FabProps, ["ref"]); return /*#__PURE__*/react.cloneElement(child, { FabProps: (0,esm_extends/* default */.Z)({}, ChildFabProps, { ref: createHandleSpeedDialActionButtonRef(index, origButtonRef) }), delay: 30 * (open ? index : allItems.length - index), open: open, id: "".concat(id, "-action-").concat(index) }); }); return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, classes["direction".concat((0,capitalize/* default */.Z)(direction))], className), ref: ref, role: "presentation", onKeyDown: handleKeyDown, onBlur: handleClose, onFocus: handleOpen, onMouseEnter: handleOpen, onMouseLeave: handleClose }, other), /*#__PURE__*/react.createElement(TransitionComponent, (0,esm_extends/* default */.Z)({ in: !hidden, timeout: transitionDuration, unmountOnExit: true }, TransitionProps), /*#__PURE__*/react.createElement(Fab/* default */.Z, (0,esm_extends/* default */.Z)({ color: "primary", "aria-label": ariaLabel, "aria-haspopup": "true", "aria-expanded": open, "aria-controls": "".concat(id, "-actions") }, FabProps, { onClick: handleClick, className: (0,clsx_m/* default */.Z)(classes.fab, FabProps.className), ref: handleFabRef }), /*#__PURE__*/react.isValidElement(icon) && (0,isMuiElement/* default */.Z)(icon, ['SpeedDialIcon']) ? /*#__PURE__*/react.cloneElement(icon, { open: open }) : icon)), /*#__PURE__*/react.createElement("div", { id: "".concat(id, "-actions"), role: "menu", "aria-orientation": getOrientation(direction), className: (0,clsx_m/* default */.Z)(classes.actions, !open && classes.actionsClosed) }, children)); }); false ? 0 : void 0; /* harmony default export */ var SpeedDial_SpeedDial = ((0,withStyles/* default */.Z)(SpeedDial_styles, { name: 'MuiSpeedDial' })(SpeedDial)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/SpeedDial/index.js /***/ }), /***/ 5040: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ SpeedDialAction_SpeedDialAction; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/colorManipulator.js var colorManipulator = __webpack_require__(59693); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Fab/Fab.js var Fab = __webpack_require__(33758); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules var slicedToArray = __webpack_require__(28481); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js var defineProperty = __webpack_require__(96156); // EXTERNAL MODULE: ./node_modules/react-dom/index.js var react_dom = __webpack_require__(73935); // EXTERNAL MODULE: ./node_modules/@material-ui/utils/esm/deepmerge.js var deepmerge = __webpack_require__(35953); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/capitalize.js var capitalize = __webpack_require__(93871); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Grow/Grow.js var Grow = __webpack_require__(20170); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Popper/Popper.js + 1 modules var Popper = __webpack_require__(96617); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useForkRef.js var useForkRef = __webpack_require__(17294); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/unstable_useId.js var unstable_useId = __webpack_require__(95001); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/setRef.js var setRef = __webpack_require__(34236); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useIsFocusVisible.js var useIsFocusVisible = __webpack_require__(24896); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useControlled.js var useControlled = __webpack_require__(22775); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/useTheme.js var useTheme = __webpack_require__(8920); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Tooltip/Tooltip.js function round(value) { return Math.round(value * 1e5) / 1e5; } function arrowGenerator() { return { '&[x-placement*="bottom"] $arrow': { top: 0, left: 0, marginTop: '-0.71em', marginLeft: 4, marginRight: 4, '&::before': { transformOrigin: '0 100%' } }, '&[x-placement*="top"] $arrow': { bottom: 0, left: 0, marginBottom: '-0.71em', marginLeft: 4, marginRight: 4, '&::before': { transformOrigin: '100% 0' } }, '&[x-placement*="right"] $arrow': { left: 0, marginLeft: '-0.71em', height: '1em', width: '0.71em', marginTop: 4, marginBottom: 4, '&::before': { transformOrigin: '100% 100%' } }, '&[x-placement*="left"] $arrow': { right: 0, marginRight: '-0.71em', height: '1em', width: '0.71em', marginTop: 4, marginBottom: 4, '&::before': { transformOrigin: '0 0' } } }; } var styles = function styles(theme) { return { /* Styles applied to the Popper component. */ popper: { zIndex: theme.zIndex.tooltip, pointerEvents: 'none' // disable jss-rtl plugin }, /* Styles applied to the Popper component if `interactive={true}`. */ popperInteractive: { pointerEvents: 'auto' }, /* Styles applied to the Popper component if `arrow={true}`. */ popperArrow: arrowGenerator(), /* Styles applied to the tooltip (label wrapper) element. */ tooltip: { backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.grey[700], 0.9), borderRadius: theme.shape.borderRadius, color: theme.palette.common.white, fontFamily: theme.typography.fontFamily, padding: '4px 8px', fontSize: theme.typography.pxToRem(10), lineHeight: "".concat(round(14 / 10), "em"), maxWidth: 300, wordWrap: 'break-word', fontWeight: theme.typography.fontWeightMedium }, /* Styles applied to the tooltip (label wrapper) element if `arrow={true}`. */ tooltipArrow: { position: 'relative', margin: '0' }, /* Styles applied to the arrow element. */ arrow: { overflow: 'hidden', position: 'absolute', width: '1em', height: '0.71em' /* = width / sqrt(2) = (length of the hypotenuse) */ , boxSizing: 'border-box', color: (0,colorManipulator/* fade */.U1)(theme.palette.grey[700], 0.9), '&::before': { content: '""', margin: 'auto', display: 'block', width: '100%', height: '100%', backgroundColor: 'currentColor', transform: 'rotate(45deg)' } }, /* Styles applied to the tooltip (label wrapper) element if the tooltip is opened by touch. */ touch: { padding: '8px 16px', fontSize: theme.typography.pxToRem(14), lineHeight: "".concat(round(16 / 14), "em"), fontWeight: theme.typography.fontWeightRegular }, /* Styles applied to the tooltip (label wrapper) element if `placement` contains "left". */ tooltipPlacementLeft: (0,defineProperty/* default */.Z)({ transformOrigin: 'right center', margin: '0 24px ' }, theme.breakpoints.up('sm'), { margin: '0 14px' }), /* Styles applied to the tooltip (label wrapper) element if `placement` contains "right". */ tooltipPlacementRight: (0,defineProperty/* default */.Z)({ transformOrigin: 'left center', margin: '0 24px' }, theme.breakpoints.up('sm'), { margin: '0 14px' }), /* Styles applied to the tooltip (label wrapper) element if `placement` contains "top". */ tooltipPlacementTop: (0,defineProperty/* default */.Z)({ transformOrigin: 'center bottom', margin: '24px 0' }, theme.breakpoints.up('sm'), { margin: '14px 0' }), /* Styles applied to the tooltip (label wrapper) element if `placement` contains "bottom". */ tooltipPlacementBottom: (0,defineProperty/* default */.Z)({ transformOrigin: 'center top', margin: '24px 0' }, theme.breakpoints.up('sm'), { margin: '14px 0' }) }; }; var hystersisOpen = false; var hystersisTimer = null; function testReset() { hystersisOpen = false; clearTimeout(hystersisTimer); } var Tooltip = /*#__PURE__*/react.forwardRef(function Tooltip(props, ref) { var _props$arrow = props.arrow, arrow = _props$arrow === void 0 ? false : _props$arrow, children = props.children, classes = props.classes, _props$disableFocusLi = props.disableFocusListener, disableFocusListener = _props$disableFocusLi === void 0 ? false : _props$disableFocusLi, _props$disableHoverLi = props.disableHoverListener, disableHoverListener = _props$disableHoverLi === void 0 ? false : _props$disableHoverLi, _props$disableTouchLi = props.disableTouchListener, disableTouchListener = _props$disableTouchLi === void 0 ? false : _props$disableTouchLi, _props$enterDelay = props.enterDelay, enterDelay = _props$enterDelay === void 0 ? 100 : _props$enterDelay, _props$enterNextDelay = props.enterNextDelay, enterNextDelay = _props$enterNextDelay === void 0 ? 0 : _props$enterNextDelay, _props$enterTouchDela = props.enterTouchDelay, enterTouchDelay = _props$enterTouchDela === void 0 ? 700 : _props$enterTouchDela, idProp = props.id, _props$interactive = props.interactive, interactive = _props$interactive === void 0 ? false : _props$interactive, _props$leaveDelay = props.leaveDelay, leaveDelay = _props$leaveDelay === void 0 ? 0 : _props$leaveDelay, _props$leaveTouchDela = props.leaveTouchDelay, leaveTouchDelay = _props$leaveTouchDela === void 0 ? 1500 : _props$leaveTouchDela, onClose = props.onClose, onOpen = props.onOpen, openProp = props.open, _props$placement = props.placement, placement = _props$placement === void 0 ? 'bottom' : _props$placement, _props$PopperComponen = props.PopperComponent, PopperComponent = _props$PopperComponen === void 0 ? Popper/* default */.Z : _props$PopperComponen, PopperProps = props.PopperProps, title = props.title, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Grow/* default */.Z : _props$TransitionComp, TransitionProps = props.TransitionProps, other = (0,objectWithoutProperties/* default */.Z)(props, ["arrow", "children", "classes", "disableFocusListener", "disableHoverListener", "disableTouchListener", "enterDelay", "enterNextDelay", "enterTouchDelay", "id", "interactive", "leaveDelay", "leaveTouchDelay", "onClose", "onOpen", "open", "placement", "PopperComponent", "PopperProps", "title", "TransitionComponent", "TransitionProps"]); var theme = (0,useTheme/* default */.Z)(); var _React$useState = react.useState(), childNode = _React$useState[0], setChildNode = _React$useState[1]; var _React$useState2 = react.useState(null), arrowRef = _React$useState2[0], setArrowRef = _React$useState2[1]; var ignoreNonTouchEvents = react.useRef(false); var closeTimer = react.useRef(); var enterTimer = react.useRef(); var leaveTimer = react.useRef(); var touchTimer = react.useRef(); var _useControlled = (0,useControlled/* default */.Z)({ controlled: openProp, default: false, name: 'Tooltip', state: 'open' }), _useControlled2 = (0,slicedToArray/* default */.Z)(_useControlled, 2), openState = _useControlled2[0], setOpenState = _useControlled2[1]; var open = openState; if (false) { var _React$useRef, isControlled; } var id = (0,unstable_useId/* default */.Z)(idProp); react.useEffect(function () { return function () { clearTimeout(closeTimer.current); clearTimeout(enterTimer.current); clearTimeout(leaveTimer.current); clearTimeout(touchTimer.current); }; }, []); var handleOpen = function handleOpen(event) { clearTimeout(hystersisTimer); hystersisOpen = true; // The mouseover event will trigger for every nested element in the tooltip. // We can skip rerendering when the tooltip is already open. // We are using the mouseover event instead of the mouseenter event to fix a hide/show issue. setOpenState(true); if (onOpen) { onOpen(event); } }; var handleEnter = function handleEnter() { var forward = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true; return function (event) { var childrenProps = children.props; if (event.type === 'mouseover' && childrenProps.onMouseOver && forward) { childrenProps.onMouseOver(event); } if (ignoreNonTouchEvents.current && event.type !== 'touchstart') { return; } // Remove the title ahead of time. // We don't want to wait for the next render commit. // We would risk displaying two tooltips at the same time (native + this one). if (childNode) { childNode.removeAttribute('title'); } clearTimeout(enterTimer.current); clearTimeout(leaveTimer.current); if (enterDelay || hystersisOpen && enterNextDelay) { event.persist(); enterTimer.current = setTimeout(function () { handleOpen(event); }, hystersisOpen ? enterNextDelay : enterDelay); } else { handleOpen(event); } }; }; var _useIsFocusVisible = (0,useIsFocusVisible/* default */.Z)(), isFocusVisible = _useIsFocusVisible.isFocusVisible, onBlurVisible = _useIsFocusVisible.onBlurVisible, focusVisibleRef = _useIsFocusVisible.ref; var _React$useState3 = react.useState(false), childIsFocusVisible = _React$useState3[0], setChildIsFocusVisible = _React$useState3[1]; var handleBlur = function handleBlur() { if (childIsFocusVisible) { setChildIsFocusVisible(false); onBlurVisible(); } }; var handleFocus = function handleFocus() { var forward = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true; return function (event) { // Workaround for https://github.com/facebook/react/issues/7769 // The autoFocus of React might trigger the event before the componentDidMount. // We need to account for this eventuality. if (!childNode) { setChildNode(event.currentTarget); } if (isFocusVisible(event)) { setChildIsFocusVisible(true); handleEnter()(event); } var childrenProps = children.props; if (childrenProps.onFocus && forward) { childrenProps.onFocus(event); } }; }; var handleClose = function handleClose(event) { clearTimeout(hystersisTimer); hystersisTimer = setTimeout(function () { hystersisOpen = false; }, 800 + leaveDelay); setOpenState(false); if (onClose) { onClose(event); } clearTimeout(closeTimer.current); closeTimer.current = setTimeout(function () { ignoreNonTouchEvents.current = false; }, theme.transitions.duration.shortest); }; var handleLeave = function handleLeave() { var forward = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true; return function (event) { var childrenProps = children.props; if (event.type === 'blur') { if (childrenProps.onBlur && forward) { childrenProps.onBlur(event); } handleBlur(); } if (event.type === 'mouseleave' && childrenProps.onMouseLeave && event.currentTarget === childNode) { childrenProps.onMouseLeave(event); } clearTimeout(enterTimer.current); clearTimeout(leaveTimer.current); event.persist(); leaveTimer.current = setTimeout(function () { handleClose(event); }, leaveDelay); }; }; var detectTouchStart = function detectTouchStart(event) { ignoreNonTouchEvents.current = true; var childrenProps = children.props; if (childrenProps.onTouchStart) { childrenProps.onTouchStart(event); } }; var handleTouchStart = function handleTouchStart(event) { detectTouchStart(event); clearTimeout(leaveTimer.current); clearTimeout(closeTimer.current); clearTimeout(touchTimer.current); event.persist(); touchTimer.current = setTimeout(function () { handleEnter()(event); }, enterTouchDelay); }; var handleTouchEnd = function handleTouchEnd(event) { if (children.props.onTouchEnd) { children.props.onTouchEnd(event); } clearTimeout(touchTimer.current); clearTimeout(leaveTimer.current); event.persist(); leaveTimer.current = setTimeout(function () { handleClose(event); }, leaveTouchDelay); }; var handleUseRef = (0,useForkRef/* default */.Z)(setChildNode, ref); var handleFocusRef = (0,useForkRef/* default */.Z)(focusVisibleRef, handleUseRef); // can be removed once we drop support for non ref forwarding class components var handleOwnRef = react.useCallback(function (instance) { // #StrictMode ready (0,setRef/* default */.Z)(handleFocusRef, react_dom.findDOMNode(instance)); }, [handleFocusRef]); var handleRef = (0,useForkRef/* default */.Z)(children.ref, handleOwnRef); // There is no point in displaying an empty tooltip. if (title === '') { open = false; } // For accessibility and SEO concerns, we render the title to the DOM node when // the tooltip is hidden. However, we have made a tradeoff when // `disableHoverListener` is set. This title logic is disabled. // It's allowing us to keep the implementation size minimal. // We are open to change the tradeoff. var shouldShowNativeTitle = !open && !disableHoverListener; var childrenProps = (0,esm_extends/* default */.Z)({ 'aria-describedby': open ? id : null, title: shouldShowNativeTitle && typeof title === 'string' ? title : null }, other, children.props, { className: (0,clsx_m/* default */.Z)(other.className, children.props.className), onTouchStart: detectTouchStart, ref: handleRef }); var interactiveWrapperListeners = {}; if (!disableTouchListener) { childrenProps.onTouchStart = handleTouchStart; childrenProps.onTouchEnd = handleTouchEnd; } if (!disableHoverListener) { childrenProps.onMouseOver = handleEnter(); childrenProps.onMouseLeave = handleLeave(); if (interactive) { interactiveWrapperListeners.onMouseOver = handleEnter(false); interactiveWrapperListeners.onMouseLeave = handleLeave(false); } } if (!disableFocusListener) { childrenProps.onFocus = handleFocus(); childrenProps.onBlur = handleLeave(); if (interactive) { interactiveWrapperListeners.onFocus = handleFocus(false); interactiveWrapperListeners.onBlur = handleLeave(false); } } if (false) {} var mergedPopperProps = react.useMemo(function () { return (0,deepmerge/* default */.Z)({ popperOptions: { modifiers: { arrow: { enabled: Boolean(arrowRef), element: arrowRef } } } }, PopperProps); }, [arrowRef, PopperProps]); return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.cloneElement(children, childrenProps), /*#__PURE__*/react.createElement(PopperComponent, (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.popper, interactive && classes.popperInteractive, arrow && classes.popperArrow), placement: placement, anchorEl: childNode, open: childNode ? open : false, id: childrenProps['aria-describedby'], transition: true }, interactiveWrapperListeners, mergedPopperProps), function (_ref) { var placementInner = _ref.placement, TransitionPropsInner = _ref.TransitionProps; return /*#__PURE__*/react.createElement(TransitionComponent, (0,esm_extends/* default */.Z)({ timeout: theme.transitions.duration.shorter }, TransitionPropsInner, TransitionProps), /*#__PURE__*/react.createElement("div", { className: (0,clsx_m/* default */.Z)(classes.tooltip, classes["tooltipPlacement".concat((0,capitalize/* default */.Z)(placementInner.split('-')[0]))], ignoreNonTouchEvents.current && classes.touch, arrow && classes.tooltipArrow) }, title, arrow ? /*#__PURE__*/react.createElement("span", { className: classes.arrow, ref: setArrowRef }) : null)); })); }); false ? 0 : void 0; /* harmony default export */ var Tooltip_Tooltip = ((0,withStyles/* default */.Z)(styles, { name: 'MuiTooltip', flip: false })(Tooltip)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/SpeedDialAction/SpeedDialAction.js // @inheritedComponent Tooltip var SpeedDialAction_styles = function styles(theme) { return { /* Styles applied to the Fab component. */ fab: { margin: 8, color: theme.palette.text.secondary, backgroundColor: theme.palette.background.paper, '&:hover': { backgroundColor: (0,colorManipulator/* emphasize */._4)(theme.palette.background.paper, 0.15) }, transition: "".concat(theme.transitions.create('transform', { duration: theme.transitions.duration.shorter }), ", opacity 0.8s"), opacity: 1 }, /* Styles applied to the Fab component if `open={false}`. */ fabClosed: { opacity: 0, transform: 'scale(0)' }, /* Styles applied to the root element if `tooltipOpen={true}`. */ staticTooltip: { position: 'relative', display: 'flex', '& $staticTooltipLabel': { transition: theme.transitions.create(['transform', 'opacity'], { duration: theme.transitions.duration.shorter }), opacity: 1 } }, /* Styles applied to the root element if `tooltipOpen={true}` and `open={false}`. */ staticTooltipClosed: { '& $staticTooltipLabel': { opacity: 0, transform: 'scale(0.5)' } }, /* Styles applied to the static tooltip label if `tooltipOpen={true}`. */ staticTooltipLabel: (0,esm_extends/* default */.Z)({ position: 'absolute' }, theme.typography.body1, { backgroundColor: theme.palette.background.paper, borderRadius: theme.shape.borderRadius, boxShadow: theme.shadows[1], color: theme.palette.text.secondary, padding: '4px 16px', wordBreak: 'keep-all' }), /* Styles applied to the root if `tooltipOpen={true}` and `tooltipPlacement="left"`` */ tooltipPlacementLeft: { alignItems: 'center', '& $staticTooltipLabel': { transformOrigin: '100% 50%', right: '100%', marginRight: 8 } }, /* Styles applied to the root if `tooltipOpen={true}` and `tooltipPlacement="right"`` */ tooltipPlacementRight: { alignItems: 'center', '& $staticTooltipLabel': { transformOrigin: '0% 50%', left: '100%', marginLeft: 8 } } }; }; var SpeedDialAction = /*#__PURE__*/react.forwardRef(function SpeedDialAction(props, ref) { var classes = props.classes, className = props.className, _props$delay = props.delay, delay = _props$delay === void 0 ? 0 : _props$delay, _props$FabProps = props.FabProps, FabProps = _props$FabProps === void 0 ? {} : _props$FabProps, icon = props.icon, id = props.id, open = props.open, TooltipClasses = props.TooltipClasses, _props$tooltipOpen = props.tooltipOpen, tooltipOpenProp = _props$tooltipOpen === void 0 ? false : _props$tooltipOpen, _props$tooltipPlaceme = props.tooltipPlacement, tooltipPlacement = _props$tooltipPlaceme === void 0 ? 'left' : _props$tooltipPlaceme, tooltipTitle = props.tooltipTitle, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className", "delay", "FabProps", "icon", "id", "open", "TooltipClasses", "tooltipOpen", "tooltipPlacement", "tooltipTitle"]); var _React$useState = react.useState(tooltipOpenProp), tooltipOpen = _React$useState[0], setTooltipOpen = _React$useState[1]; var handleTooltipClose = function handleTooltipClose() { setTooltipOpen(false); }; var handleTooltipOpen = function handleTooltipOpen() { setTooltipOpen(true); }; var transitionStyle = { transitionDelay: "".concat(delay, "ms") }; var fab = /*#__PURE__*/react.createElement(Fab/* default */.Z, (0,esm_extends/* default */.Z)({ size: "small", className: (0,clsx_m/* default */.Z)(classes.fab, className, !open && classes.fabClosed), tabIndex: -1, role: "menuitem", "aria-describedby": "".concat(id, "-label") }, FabProps, { style: (0,esm_extends/* default */.Z)({}, transitionStyle, FabProps.style) }), icon); if (tooltipOpenProp) { return /*#__PURE__*/react.createElement("span", (0,esm_extends/* default */.Z)({ id: id, ref: ref, className: (0,clsx_m/* default */.Z)(classes.staticTooltip, classes["tooltipPlacement".concat((0,capitalize/* default */.Z)(tooltipPlacement))], !open && classes.staticTooltipClosed) }, other), /*#__PURE__*/react.createElement("span", { style: transitionStyle, id: "".concat(id, "-label"), className: classes.staticTooltipLabel }, tooltipTitle), fab); } return /*#__PURE__*/react.createElement(Tooltip_Tooltip, (0,esm_extends/* default */.Z)({ id: id, ref: ref, title: tooltipTitle, placement: tooltipPlacement, onClose: handleTooltipClose, onOpen: handleTooltipOpen, open: open && tooltipOpen, classes: TooltipClasses }, other), fab); }); false ? 0 : void 0; /* harmony default export */ var SpeedDialAction_SpeedDialAction = ((0,withStyles/* default */.Z)(SpeedDialAction_styles, { name: 'MuiSpeedDialAction' })(SpeedDialAction)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/SpeedDialAction/index.js /***/ }), /***/ 32023: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ SpeedDialIcon_SpeedDialIcon; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/createSvgIcon.js var createSvgIcon = __webpack_require__(63786); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/internal/svg-icons/Add.js /** * @ignore - internal component. */ /* harmony default export */ var Add = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" }), 'Add')); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/SpeedDialIcon/SpeedDialIcon.js var styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { height: 24 }, /* Styles applied to the icon component. */ icon: { transition: theme.transitions.create(['transform', 'opacity'], { duration: theme.transitions.duration.short }) }, /* Styles applied to the icon component if `open={true}`. */ iconOpen: { transform: 'rotate(45deg)' }, /* Styles applied to the icon when and `openIcon` is provided and if `open={true}`. */ iconWithOpenIconOpen: { opacity: 0 }, /* Styles applied to the `openIcon` if provided. */ openIcon: { position: 'absolute', transition: theme.transitions.create(['transform', 'opacity'], { duration: theme.transitions.duration.short }), opacity: 0, transform: 'rotate(-45deg)' }, /* Styles applied to the `openIcon` if provided and if `open={true}`. */ openIconOpen: { transform: 'rotate(0deg)', opacity: 1 } }; }; var SpeedDialIcon = /*#__PURE__*/react.forwardRef(function SpeedDialIcon(props, ref) { var className = props.className, classes = props.classes, iconProp = props.icon, open = props.open, openIconProp = props.openIcon, other = (0,objectWithoutProperties/* default */.Z)(props, ["className", "classes", "icon", "open", "openIcon"]); var iconClassName = (0,clsx_m/* default */.Z)(classes.icon, open && [classes.iconOpen, openIconProp && classes.iconWithOpenIconOpen]); var openIconClassName = (0,clsx_m/* default */.Z)(classes.openIcon, open && classes.openIconOpen); function formatIcon(icon, newClassName) { if ( /*#__PURE__*/react.isValidElement(icon)) { return /*#__PURE__*/react.cloneElement(icon, { className: newClassName }); } return icon; } return /*#__PURE__*/react.createElement("span", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className), ref: ref }, other), openIconProp ? formatIcon(openIconProp, openIconClassName) : null, iconProp ? formatIcon(iconProp, iconClassName) : /*#__PURE__*/react.createElement(Add, { className: iconClassName })); }); false ? 0 : void 0; SpeedDialIcon.muiName = 'SpeedDialIcon'; /* harmony default export */ var SpeedDialIcon_SpeedDialIcon = ((0,withStyles/* default */.Z)(styles, { name: 'MuiSpeedDialIcon' })(SpeedDialIcon)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/SpeedDialIcon/index.js /***/ }), /***/ 78207: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "ZP": function() { return /* binding */ TabContext; }, /* harmony export */ "_i": function() { return /* binding */ useTabContext; }, /* harmony export */ "uU": function() { return /* binding */ getPanelId; }, /* harmony export */ "pQ": function() { return /* binding */ getTabId; } /* harmony export */ }); /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(45697); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__); /** * @type {React.Context<{ idPrefix: string; value: string } | null>} */ var Context = react__WEBPACK_IMPORTED_MODULE_0__.createContext(null); if (false) {} function useUniquePrefix() { var _React$useState = react__WEBPACK_IMPORTED_MODULE_0__.useState(null), id = _React$useState[0], setId = _React$useState[1]; react__WEBPACK_IMPORTED_MODULE_0__.useEffect(function () { setId("mui-p-".concat(Math.round(Math.random() * 1e5))); }, []); return id; } function TabContext(props) { var children = props.children, value = props.value; var idPrefix = useUniquePrefix(); var context = react__WEBPACK_IMPORTED_MODULE_0__.useMemo(function () { return { idPrefix: idPrefix, value: value }; }, [idPrefix, value]); return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(Context.Provider, { value: context }, children); } false ? 0 : void 0; /** * @returns {unknown} */ function useTabContext() { return react__WEBPACK_IMPORTED_MODULE_0__.useContext(Context); } function getPanelId(context, value) { var idPrefix = context.idPrefix; if (idPrefix === null) { return null; } return "".concat(context.idPrefix, "-P-").concat(value); } function getTabId(context, value) { var idPrefix = context.idPrefix; if (idPrefix === null) { return null; } return "".concat(context.idPrefix, "-T-").concat(value); } /***/ }), /***/ 46053: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "default": function() { return /* reexport safe */ _TabContext__WEBPACK_IMPORTED_MODULE_0__.ZP; }, /* harmony export */ "getPanelId": function() { return /* reexport safe */ _TabContext__WEBPACK_IMPORTED_MODULE_0__.uU; }, /* harmony export */ "getTabId": function() { return /* reexport safe */ _TabContext__WEBPACK_IMPORTED_MODULE_0__.pQ; }, /* harmony export */ "useTabContext": function() { return /* reexport safe */ _TabContext__WEBPACK_IMPORTED_MODULE_0__._i; } /* harmony export */ }); /* harmony import */ var _TabContext__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(78207); /***/ }), /***/ 19206: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ TabList_TabList; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Tabs/Tabs.js + 7 modules var Tabs = __webpack_require__(70065); // EXTERNAL MODULE: ./node_modules/@material-ui/lab/esm/TabContext/TabContext.js var TabContext = __webpack_require__(78207); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TabList/TabList.js var TabList = /*#__PURE__*/react.forwardRef(function TabList(props, ref) { var childrenProp = props.children, other = (0,objectWithoutProperties/* default */.Z)(props, ["children"]); var context = (0,TabContext/* useTabContext */._i)(); if (context === null) { throw new TypeError('No TabContext provided'); } var children = react.Children.map(childrenProp, function (child) { return /*#__PURE__*/react.cloneElement(child, { // SOMEDAY: `Tabs` will set those themselves 'aria-controls': (0,TabContext/* getPanelId */.uU)(context, child.props.value), id: (0,TabContext/* getTabId */.pQ)(context, child.props.value) }); }); return /*#__PURE__*/react.createElement(Tabs/* default */.Z, (0,esm_extends/* default */.Z)({}, other, { ref: ref, value: context.value }), children); }); false ? 0 : void 0; /* harmony default export */ var TabList_TabList = (TabList); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TabList/index.js /***/ }), /***/ 20444: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ TabPanel_TabPanel; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/lab/esm/TabContext/TabContext.js var TabContext = __webpack_require__(78207); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TabPanel/TabPanel.js var styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { padding: theme.spacing(3) } }; }; var TabPanel = /*#__PURE__*/react.forwardRef(function TabPanel(props, ref) { var children = props.children, className = props.className, classes = props.classes, value = props.value, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "className", "classes", "value"]); var context = (0,TabContext/* useTabContext */._i)(); if (context === null) { throw new TypeError('No TabContext provided'); } var id = (0,TabContext/* getPanelId */.uU)(context, value); var tabId = (0,TabContext/* getTabId */.pQ)(context, value); return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ "aria-labelledby": tabId, className: (0,clsx_m/* default */.Z)(classes.root, className), hidden: value !== context.value, id: id, ref: ref, role: "tabpanel" }, other), value === context.value && children); }); false ? 0 : void 0; /* harmony default export */ var TabPanel_TabPanel = ((0,withStyles/* default */.Z)(styles, { name: 'MuiTabPanel' })(TabPanel)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TabPanel/index.js /***/ }), /***/ 6597: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /** * @ignore - internal component. */ var TimelineContext = react__WEBPACK_IMPORTED_MODULE_0__.createContext({}); if (false) {} /* harmony default export */ __webpack_exports__["Z"] = (TimelineContext); /***/ }), /***/ 7849: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ Timeline_Timeline; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/capitalize.js var capitalize = __webpack_require__(93871); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/lab/esm/Timeline/TimelineContext.js var TimelineContext = __webpack_require__(6597); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/Timeline/Timeline.js var styles = function styles() { return { /* Styles applied to the root element. */ root: { display: 'flex', flexDirection: 'column', padding: '6px 16px', flexGrow: 1 }, /* Styles applied to the root element if `align="left"`. */ alignLeft: {}, /* Styles applied to the root element if `align="right"`. */ alignRight: {}, /* Styles applied to the root element if `align="alternate"`. */ alignAlternate: {} }; }; var Timeline = /*#__PURE__*/react.forwardRef(function Timeline(props, ref) { var _props$align = props.align, align = _props$align === void 0 ? 'left' : _props$align, classes = props.classes, className = props.className, other = (0,objectWithoutProperties/* default */.Z)(props, ["align", "classes", "className"]); return /*#__PURE__*/react.createElement(TimelineContext/* default.Provider */.Z.Provider, { value: { align: align } }, /*#__PURE__*/react.createElement("ul", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, classes["align".concat((0,capitalize/* default */.Z)(align))], className), ref: ref }, other))); }); false ? 0 : void 0; /* harmony default export */ var Timeline_Timeline = ((0,withStyles/* default */.Z)(styles, { name: 'MuiTimeline' })(Timeline)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/Timeline/index.js /***/ }), /***/ 67191: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ TimelineConnector_TimelineConnector; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TimelineConnector/TimelineConnector.js var styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { width: 2, backgroundColor: theme.palette.grey[400], flexGrow: 1 } }; }; var TimelineConnector = /*#__PURE__*/react.forwardRef(function TimelineConnector(props, ref) { var classes = props.classes, className = props.className, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className"]); return /*#__PURE__*/react.createElement("span", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className), ref: ref }, other)); }); false ? 0 : void 0; /* harmony default export */ var TimelineConnector_TimelineConnector = ((0,withStyles/* default */.Z)(styles, { name: 'MuiTimelineConnector' })(TimelineConnector)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TimelineConnector/index.js /***/ }), /***/ 29818: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ TimelineContent_TimelineContent; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/capitalize.js var capitalize = __webpack_require__(93871); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/lab/esm/Timeline/TimelineContext.js var TimelineContext = __webpack_require__(6597); // EXTERNAL MODULE: ./node_modules/@material-ui/lab/esm/TimelineItem/TimelineItemContext.js var TimelineItemContext = __webpack_require__(5056); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TimelineContent/TimelineContent.js var styles = function styles() { return { /* Styles applied to the root element. */ root: { flex: 1, padding: '6px 16px' }, /* Styles applied to the root element if `align="right"`. */ alignRight: { textAlign: 'right' } }; }; var TimelineContent = /*#__PURE__*/react.forwardRef(function TimelineContent(props, ref) { var classes = props.classes, className = props.className, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className"]); var _React$useContext = react.useContext(TimelineContext/* default */.Z), _React$useContext$ali = _React$useContext.align, align = _React$useContext$ali === void 0 ? 'left' : _React$useContext$ali; var _React$useContext2 = react.useContext(TimelineItemContext/* default */.Z), _React$useContext2$cl = _React$useContext2.classes, contextClasses = _React$useContext2$cl === void 0 ? {} : _React$useContext2$cl; return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, contextClasses.content, classes["align".concat((0,capitalize/* default */.Z)(align))], className), ref: ref }, other)); }); false ? 0 : void 0; /* harmony default export */ var TimelineContent_TimelineContent = ((0,withStyles/* default */.Z)(styles, { name: 'MuiTimelineContent' })(TimelineContent)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TimelineContent/index.js /***/ }), /***/ 72319: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ TimelineDot_TimelineDot; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/capitalize.js var capitalize = __webpack_require__(93871); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TimelineDot/TimelineDot.js var styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { display: 'flex', alignSelf: 'baseline', borderStyle: 'solid', borderWidth: 2, padding: 4, borderRadius: '50%', boxShadow: theme.shadows[2], marginTop: 8, marginBottom: 8 }, /* Styles applied to the root element if `color="grey"` and `variant="default"`. */ defaultGrey: { borderColor: 'transparent', color: theme.palette.grey[50], backgroundColor: theme.palette.grey[400] }, /* Styles applied to the root element if `color="grey"` and `variant="outlined"`. */ outlinedGrey: { boxShadow: 'none', color: theme.palette.grey.contrastText, borderColor: theme.palette.grey[400], backgroundColor: 'transparent' }, /* Styles applied to the root element if `color="primary"` and `variant="default"`. */ defaultPrimary: { borderColor: 'transparent', color: theme.palette.primary.contrastText, backgroundColor: theme.palette.primary.main }, /* Styles applied to the root element if `color="primary"` and `variant="outlined"`. */ outlinedPrimary: { boxShadow: 'none', backgroundColor: 'transparent', borderColor: theme.palette.primary.main }, /* Styles applied to the root element if `color="secondary"` and `variant="default"`. */ defaultSecondary: { borderColor: 'transparent', color: theme.palette.secondary.contrastText, backgroundColor: theme.palette.secondary.main }, /* Styles applied to the root element if `color="secondary"` and `variant="outlined"`. */ outlinedSecondary: { boxShadow: 'none', backgroundColor: 'transparent', borderColor: theme.palette.secondary.main } }; }; var TimelineDot = /*#__PURE__*/react.forwardRef(function TimelineDot(props, ref) { var classes = props.classes, className = props.className, _props$color = props.color, color = _props$color === void 0 ? 'grey' : _props$color, _props$variant = props.variant, variant = _props$variant === void 0 ? 'default' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className", "color", "variant"]); return /*#__PURE__*/react.createElement("span", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className, color !== 'inherit' && classes["".concat(variant).concat((0,capitalize/* default */.Z)(color))]), ref: ref }, other)); }); false ? 0 : void 0; /* harmony default export */ var TimelineDot_TimelineDot = ((0,withStyles/* default */.Z)(styles, { name: 'MuiTimelineDot' })(TimelineDot)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TimelineDot/index.js /***/ }), /***/ 5056: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /** * @ignore - internal component. */ var TimelineItemContext = react__WEBPACK_IMPORTED_MODULE_0__.createContext({}); if (false) {} /* harmony default export */ __webpack_exports__["Z"] = (TimelineItemContext); /***/ }), /***/ 82106: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ TimelineItem_TimelineItem; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/isMuiElement.js var isMuiElement = __webpack_require__(83711); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/capitalize.js var capitalize = __webpack_require__(93871); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/lab/esm/Timeline/TimelineContext.js var TimelineContext = __webpack_require__(6597); // EXTERNAL MODULE: ./node_modules/@material-ui/lab/esm/TimelineItem/TimelineItemContext.js var TimelineItemContext = __webpack_require__(5056); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TimelineItem/TimelineItem.js var styles = function styles() { return { /* Styles applied to the root element. */ root: { listStyle: 'none', display: 'flex', position: 'relative', minHeight: 70 }, /* Styles applied to the root element if `align="left"`. */ alignLeft: {}, /* Styles applied to the root element if `align="right"`. */ alignRight: { flexDirection: 'row-reverse' }, /* Styles applied to the root element if `align="alternate"`. */ alignAlternate: { '&:nth-child(even)': { flexDirection: 'row-reverse', '& $content': { textAlign: 'right' }, '& $oppositeContent': { textAlign: 'left' } } }, /* Styles applied to the root element if no there isn't TimelineOppositeContent provided. */ missingOppositeContent: { '&:before': { content: '""', flex: 1, padding: '6px 16px' } }, /* Styles applied to the timeline content node. */ content: {}, /* Styles applied to the timeline opposite content node. */ oppositeContent: {} }; }; var TimelineItem = /*#__PURE__*/react.forwardRef(function TimelineItem(props, ref) { var classes = props.classes, className = props.className, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className"]); var _React$useContext = react.useContext(TimelineContext/* default */.Z), _React$useContext$ali = _React$useContext.align, align = _React$useContext$ali === void 0 ? 'left' : _React$useContext$ali; var hasOppositeContent = false; react.Children.forEach(props.children, function (child) { if ((0,isMuiElement/* default */.Z)(child, ['TimelineOppositeContent'])) { hasOppositeContent = true; } }); return /*#__PURE__*/react.createElement(TimelineItemContext/* default.Provider */.Z.Provider, { value: { classes: { content: classes.content, oppositeContent: classes.oppositeContent } } }, /*#__PURE__*/react.createElement("li", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, classes["align".concat((0,capitalize/* default */.Z)(align))], className, !hasOppositeContent && classes.missingOppositeContent), ref: ref }, other))); }); false ? 0 : void 0; /* harmony default export */ var TimelineItem_TimelineItem = ((0,withStyles/* default */.Z)(styles, { name: 'MuiTimelineItem' })(TimelineItem)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TimelineItem/index.js /***/ }), /***/ 17598: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ TimelineOppositeContent_TimelineOppositeContent; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/capitalize.js var capitalize = __webpack_require__(93871); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/lab/esm/Timeline/TimelineContext.js var TimelineContext = __webpack_require__(6597); // EXTERNAL MODULE: ./node_modules/@material-ui/lab/esm/TimelineItem/TimelineItemContext.js var TimelineItemContext = __webpack_require__(5056); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TimelineOppositeContent/TimelineOppositeContent.js var styles = function styles() { return { /* Styles applied to the root element. */ root: { padding: '6px 16px', marginRight: 'auto', textAlign: 'right', flex: 1 }, /* Styles applied to the root element if `align="right"`. */ alignRight: { textAlign: 'left' } }; }; var TimelineOppositeContent = /*#__PURE__*/react.forwardRef(function TimelineOppositeContent(props, ref) { var classes = props.classes, className = props.className, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className"]); var _React$useContext = react.useContext(TimelineContext/* default */.Z), _React$useContext$ali = _React$useContext.align, align = _React$useContext$ali === void 0 ? 'left' : _React$useContext$ali; var _React$useContext2 = react.useContext(TimelineItemContext/* default */.Z), _React$useContext2$cl = _React$useContext2.classes, contextClasses = _React$useContext2$cl === void 0 ? {} : _React$useContext2$cl; return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, contextClasses.oppositeContent, classes["align".concat((0,capitalize/* default */.Z)(align))], className), ref: ref }, other)); }); false ? 0 : void 0; TimelineOppositeContent.muiName = 'TimelineOppositeContent'; /* harmony default export */ var TimelineOppositeContent_TimelineOppositeContent = ((0,withStyles/* default */.Z)(styles, { name: 'MuiTimelineOppositeContent' })(TimelineOppositeContent)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TimelineOppositeContent/index.js /***/ }), /***/ 74923: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ TimelineSeparator_TimelineSeparator; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TimelineSeparator/TimelineSeparator.js var styles = function styles() { return { /* Styles applied to the root element. */ root: { display: 'flex', flexDirection: 'column', flex: 0, alignItems: 'center' } }; }; var TimelineSeparator = /*#__PURE__*/react.forwardRef(function TimelineSeparator(props, ref) { var classes = props.classes, className = props.className, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className"]); return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className), ref: ref }, other)); }); false ? 0 : void 0; /* harmony default export */ var TimelineSeparator_TimelineSeparator = ((0,withStyles/* default */.Z)(styles, { name: 'MuiTimelineSeparator' })(TimelineSeparator)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TimelineSeparator/index.js /***/ }), /***/ 34595: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ ToggleButton_ToggleButton; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/colorManipulator.js var colorManipulator = __webpack_require__(59693); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/ButtonBase/ButtonBase.js + 4 modules var ButtonBase = __webpack_require__(54720); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/capitalize.js var capitalize = __webpack_require__(93871); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/ToggleButton/ToggleButton.js // @inheritedComponent ButtonBase var styles = function styles(theme) { return { /* Styles applied to the root element. */ root: (0,esm_extends/* default */.Z)({}, theme.typography.button, { boxSizing: 'border-box', borderRadius: theme.shape.borderRadius, padding: 11, border: "1px solid ".concat((0,colorManipulator/* fade */.U1)(theme.palette.action.active, 0.12)), color: (0,colorManipulator/* fade */.U1)(theme.palette.action.active, 0.38), '&$selected': { color: theme.palette.action.active, backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.action.active, 0.12), '&:hover': { backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.action.active, 0.15) }, '& + &': { borderLeft: 0, marginLeft: 0 } }, '&$disabled': { color: (0,colorManipulator/* fade */.U1)(theme.palette.action.disabled, 0.12) }, '&:hover': { textDecoration: 'none', // Reset on mouse devices backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.text.primary, 0.05), '@media (hover: none)': { backgroundColor: 'transparent' }, '&$disabled': { backgroundColor: 'transparent' } } }), /* Pseudo-class applied to the root element if `disabled={true}`. */ disabled: {}, /* Pseudo-class applied to the root element if `selected={true}`. */ selected: {}, /* Styles applied to the `label` wrapper element. */ label: { width: '100%', // Ensure the correct width for iOS Safari display: 'inherit', alignItems: 'inherit', justifyContent: 'inherit' }, /* Styles applied to the root element if `size="small"`. */ sizeSmall: { padding: 7, fontSize: theme.typography.pxToRem(13) }, /* Styles applied to the root element if `size="large"`. */ sizeLarge: { padding: 15, fontSize: theme.typography.pxToRem(15) } }; }; var ToggleButton = /*#__PURE__*/react.forwardRef(function ToggleButton(props, ref) { var children = props.children, classes = props.classes, className = props.className, _props$disabled = props.disabled, disabled = _props$disabled === void 0 ? false : _props$disabled, _props$disableFocusRi = props.disableFocusRipple, disableFocusRipple = _props$disableFocusRi === void 0 ? false : _props$disableFocusRi, onChange = props.onChange, onClick = props.onClick, selected = props.selected, _props$size = props.size, size = _props$size === void 0 ? 'medium' : _props$size, value = props.value, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "classes", "className", "disabled", "disableFocusRipple", "onChange", "onClick", "selected", "size", "value"]); var handleChange = function handleChange(event) { if (onClick) { onClick(event, value); if (event.isDefaultPrevented()) { return; } } if (onChange) { onChange(event, value); } }; return /*#__PURE__*/react.createElement(ButtonBase/* default */.Z, (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className, disabled && classes.disabled, selected && classes.selected, size !== 'medium' && classes["size".concat((0,capitalize/* default */.Z)(size))]), disabled: disabled, focusRipple: !disableFocusRipple, ref: ref, onClick: handleChange, onChange: onChange, value: value, "aria-pressed": selected }, other), /*#__PURE__*/react.createElement("span", { className: classes.label }, children)); }); false ? 0 : void 0; /* harmony default export */ var ToggleButton_ToggleButton = ((0,withStyles/* default */.Z)(styles, { name: 'MuiToggleButton' })(ToggleButton)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/ToggleButton/index.js /***/ }), /***/ 98500: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ ToggleButtonGroup_ToggleButtonGroup; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/react-is/index.js var react_is = __webpack_require__(59864); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/ToggleButtonGroup/isValueSelected.js // Determine if the toggle button value matches, or is contained in, the // candidate group value. function isValueSelected(value, candidate) { if (candidate === undefined || value === undefined) { return false; } if (Array.isArray(candidate)) { return candidate.indexOf(value) >= 0; } return value === candidate; } // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/capitalize.js var capitalize = __webpack_require__(93871); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/ToggleButtonGroup/ToggleButtonGroup.js var styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { display: 'inline-flex', borderRadius: theme.shape.borderRadius }, /* Styles applied to the root element if `orientation="vertical"`. */ vertical: { flexDirection: 'column' }, /* Styles applied to the children. */ grouped: {}, /* Styles applied to the children if `orientation="horizontal"`. */ groupedHorizontal: { '&:not(:first-child)': { marginLeft: -1, borderLeft: '1px solid transparent', borderTopLeftRadius: 0, borderBottomLeftRadius: 0 }, '&:not(:last-child)': { borderTopRightRadius: 0, borderBottomRightRadius: 0 } }, /* Styles applied to the children if `orientation="vertical"`. */ groupedVertical: { '&:not(:first-child)': { marginTop: -1, borderTop: '1px solid transparent', borderTopLeftRadius: 0, borderTopRightRadius: 0 }, '&:not(:last-child)': { borderBottomLeftRadius: 0, borderBottomRightRadius: 0 } } }; }; var ToggleButtonGroup = /*#__PURE__*/react.forwardRef(function ToggleButton(props, ref) { var children = props.children, classes = props.classes, className = props.className, _props$exclusive = props.exclusive, exclusive = _props$exclusive === void 0 ? false : _props$exclusive, onChange = props.onChange, _props$orientation = props.orientation, orientation = _props$orientation === void 0 ? 'horizontal' : _props$orientation, _props$size = props.size, size = _props$size === void 0 ? 'medium' : _props$size, value = props.value, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "classes", "className", "exclusive", "onChange", "orientation", "size", "value"]); var handleChange = function handleChange(event, buttonValue) { if (!onChange) { return; } var index = value && value.indexOf(buttonValue); var newValue; if (value && index >= 0) { newValue = value.slice(); newValue.splice(index, 1); } else { newValue = value ? value.concat(buttonValue) : [buttonValue]; } onChange(event, newValue); }; var handleExclusiveChange = function handleExclusiveChange(event, buttonValue) { if (!onChange) { return; } onChange(event, value === buttonValue ? null : buttonValue); }; return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ role: "group", className: (0,clsx_m/* default */.Z)(classes.root, className, orientation === 'vertical' && classes.vertical), ref: ref }, other), react.Children.map(children, function (child) { if (! /*#__PURE__*/react.isValidElement(child)) { return null; } if (false) {} return /*#__PURE__*/react.cloneElement(child, { className: (0,clsx_m/* default */.Z)(classes.grouped, classes["grouped".concat((0,capitalize/* default */.Z)(orientation))], child.props.className), onChange: exclusive ? handleExclusiveChange : handleChange, selected: child.props.selected === undefined ? isValueSelected(child.props.value, value) : child.props.selected, size: child.props.size || size }); })); }); false ? 0 : void 0; /* harmony default export */ var ToggleButtonGroup_ToggleButtonGroup = ((0,withStyles/* default */.Z)(styles, { name: 'MuiToggleButtonGroup' })(ToggleButtonGroup)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/ToggleButtonGroup/index.js /***/ }), /***/ 22244: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ TreeItem_TreeItem; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Typography/Typography.js var Typography = __webpack_require__(22318); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Collapse/Collapse.js var Collapse = __webpack_require__(66037); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/colorManipulator.js var colorManipulator = __webpack_require__(59693); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/useTheme.js var useTheme = __webpack_require__(8920); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useForkRef.js var useForkRef = __webpack_require__(17294); // EXTERNAL MODULE: ./node_modules/@material-ui/lab/esm/TreeView/TreeViewContext.js var TreeViewContext = __webpack_require__(83953); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TreeItem/TreeItem.js /* eslint-disable jsx-a11y/click-events-have-key-events, jsx-a11y/no-static-element-interactions */ var styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { listStyle: 'none', margin: 0, padding: 0, outline: 0, WebkitTapHighlightColor: 'transparent', '&:focus > $content $label': { backgroundColor: theme.palette.action.hover }, '&$selected > $content $label': { backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.primary.main, theme.palette.action.selectedOpacity) }, '&$selected > $content $label:hover, &$selected:focus > $content $label': { backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.primary.main, theme.palette.action.selectedOpacity + theme.palette.action.hoverOpacity), // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: 'transparent' } } }, /* Pseudo-class applied to the root element when expanded. */ expanded: {}, /* Pseudo-class applied to the root element when selected. */ selected: {}, /* Styles applied to the `role="group"` element. */ group: { margin: 0, padding: 0, marginLeft: 17 }, /* Styles applied to the tree node content. */ content: { width: '100%', display: 'flex', alignItems: 'center', cursor: 'pointer' }, /* Styles applied to the tree node icon and collapse/expand icon. */ iconContainer: { marginRight: 4, width: 15, display: 'flex', flexShrink: 0, justifyContent: 'center', '& svg': { fontSize: 18 } }, /* Styles applied to the label element. */ label: { width: '100%', paddingLeft: 4, position: 'relative', '&:hover': { backgroundColor: theme.palette.action.hover, // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: 'transparent' } } } }; }; var isPrintableCharacter = function isPrintableCharacter(str) { return str && str.length === 1 && str.match(/\S/); }; var TreeItem = /*#__PURE__*/react.forwardRef(function TreeItem(props, ref) { var children = props.children, classes = props.classes, className = props.className, collapseIcon = props.collapseIcon, endIcon = props.endIcon, expandIcon = props.expandIcon, iconProp = props.icon, label = props.label, nodeId = props.nodeId, onClick = props.onClick, onLabelClick = props.onLabelClick, onIconClick = props.onIconClick, onFocus = props.onFocus, onKeyDown = props.onKeyDown, onMouseDown = props.onMouseDown, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Collapse/* default */.Z : _props$TransitionComp, TransitionProps = props.TransitionProps, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "classes", "className", "collapseIcon", "endIcon", "expandIcon", "icon", "label", "nodeId", "onClick", "onLabelClick", "onIconClick", "onFocus", "onKeyDown", "onMouseDown", "TransitionComponent", "TransitionProps"]); var _React$useContext = react.useContext(TreeViewContext/* default */.Z), contextIcons = _React$useContext.icons, focus = _React$useContext.focus, focusFirstNode = _React$useContext.focusFirstNode, focusLastNode = _React$useContext.focusLastNode, focusNextNode = _React$useContext.focusNextNode, focusPreviousNode = _React$useContext.focusPreviousNode, focusByFirstCharacter = _React$useContext.focusByFirstCharacter, selectNode = _React$useContext.selectNode, selectRange = _React$useContext.selectRange, selectNextNode = _React$useContext.selectNextNode, selectPreviousNode = _React$useContext.selectPreviousNode, rangeSelectToFirst = _React$useContext.rangeSelectToFirst, rangeSelectToLast = _React$useContext.rangeSelectToLast, selectAllNodes = _React$useContext.selectAllNodes, expandAllSiblings = _React$useContext.expandAllSiblings, toggleExpansion = _React$useContext.toggleExpansion, isExpanded = _React$useContext.isExpanded, isFocused = _React$useContext.isFocused, isSelected = _React$useContext.isSelected, isTabbable = _React$useContext.isTabbable, multiSelect = _React$useContext.multiSelect, getParent = _React$useContext.getParent, mapFirstChar = _React$useContext.mapFirstChar, addNodeToNodeMap = _React$useContext.addNodeToNodeMap, removeNodeFromNodeMap = _React$useContext.removeNodeFromNodeMap; var nodeRef = react.useRef(null); var contentRef = react.useRef(null); var handleRef = (0,useForkRef/* default */.Z)(nodeRef, ref); var icon = iconProp; var expandable = Boolean(Array.isArray(children) ? children.length : children); var expanded = isExpanded ? isExpanded(nodeId) : false; var focused = isFocused ? isFocused(nodeId) : false; var tabbable = isTabbable ? isTabbable(nodeId) : false; var selected = isSelected ? isSelected(nodeId) : false; var icons = contextIcons || {}; var theme = (0,useTheme/* default */.Z)(); if (!icon) { if (expandable) { if (!expanded) { icon = expandIcon || icons.defaultExpandIcon; } else { icon = collapseIcon || icons.defaultCollapseIcon; } if (!icon) { icon = icons.defaultParentIcon; } } else { icon = endIcon || icons.defaultEndIcon; } } var handleClick = function handleClick(event) { if (!focused) { focus(nodeId); } var multiple = multiSelect && (event.shiftKey || event.ctrlKey || event.metaKey); // If already expanded and trying to toggle selection don't close if (expandable && !event.defaultPrevented && !(multiple && isExpanded(nodeId))) { toggleExpansion(event, nodeId); } if (multiple) { if (event.shiftKey) { selectRange(event, { end: nodeId }); } else { selectNode(event, nodeId, true); } } else { selectNode(event, nodeId); } if (onClick) { onClick(event); } }; var handleMouseDown = function handleMouseDown(event) { if (event.shiftKey || event.ctrlKey || event.metaKey) { event.preventDefault(); } if (onMouseDown) { onMouseDown(event); } }; var handleNextArrow = function handleNextArrow(event) { if (expandable) { if (expanded) { focusNextNode(nodeId); } else { toggleExpansion(event); } } return true; }; var handlePreviousArrow = function handlePreviousArrow(event) { if (expanded) { toggleExpansion(event, nodeId); return true; } var parent = getParent(nodeId); if (parent) { focus(parent); return true; } return false; }; var handleKeyDown = function handleKeyDown(event) { var flag = false; var key = event.key; if (event.altKey || event.currentTarget !== event.target) { return; } var ctrlPressed = event.ctrlKey || event.metaKey; switch (key) { case ' ': if (nodeRef.current === event.currentTarget) { if (multiSelect && event.shiftKey) { flag = selectRange(event, { end: nodeId }); } else if (multiSelect) { flag = selectNode(event, nodeId, true); } else { flag = selectNode(event, nodeId); } } event.stopPropagation(); break; case 'Enter': if (nodeRef.current === event.currentTarget && expandable) { toggleExpansion(event); flag = true; } event.stopPropagation(); break; case 'ArrowDown': if (multiSelect && event.shiftKey) { selectNextNode(event, nodeId); } focusNextNode(nodeId); flag = true; break; case 'ArrowUp': if (multiSelect && event.shiftKey) { selectPreviousNode(event, nodeId); } focusPreviousNode(nodeId); flag = true; break; case 'ArrowRight': if (theme.direction === 'rtl') { flag = handlePreviousArrow(event); } else { flag = handleNextArrow(event); } break; case 'ArrowLeft': if (theme.direction === 'rtl') { flag = handleNextArrow(event); } else { flag = handlePreviousArrow(event); } break; case 'Home': if (multiSelect && ctrlPressed && event.shiftKey) { rangeSelectToFirst(event, nodeId); } focusFirstNode(); flag = true; break; case 'End': if (multiSelect && ctrlPressed && event.shiftKey) { rangeSelectToLast(event, nodeId); } focusLastNode(); flag = true; break; default: if (key === '*') { expandAllSiblings(event, nodeId); flag = true; } else if (multiSelect && ctrlPressed && key.toLowerCase() === 'a') { flag = selectAllNodes(event); } else if (!ctrlPressed && !event.shiftKey && isPrintableCharacter(key)) { focusByFirstCharacter(nodeId, key); flag = true; } } if (flag) { event.preventDefault(); event.stopPropagation(); } if (onKeyDown) { onKeyDown(event); } }; var handleFocus = function handleFocus(event) { if (!focused && event.currentTarget === event.target) { focus(nodeId); } if (onFocus) { onFocus(event); } }; react.useEffect(function () { if (addNodeToNodeMap) { var childIds = []; react.Children.forEach(children, function (child) { if ( /*#__PURE__*/react.isValidElement(child) && child.props.nodeId) { childIds.push(child.props.nodeId); } }); addNodeToNodeMap(nodeId, childIds); } }, [children, nodeId, addNodeToNodeMap]); react.useEffect(function () { if (removeNodeFromNodeMap) { return function () { removeNodeFromNodeMap(nodeId); }; } return undefined; }, [nodeId, removeNodeFromNodeMap]); react.useEffect(function () { if (mapFirstChar && label) { mapFirstChar(nodeId, contentRef.current.textContent.substring(0, 1).toLowerCase()); } }, [mapFirstChar, nodeId, label]); react.useEffect(function () { if (focused) { nodeRef.current.focus(); } }, [focused]); var ariaSelected; if (multiSelect) { ariaSelected = selected; } else if (selected) { // single-selection trees unset aria-selected ariaSelected = true; } return /*#__PURE__*/react.createElement("li", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className, expanded && classes.expanded, selected && classes.selected), role: "treeitem", onKeyDown: handleKeyDown, onFocus: handleFocus, "aria-expanded": expandable ? expanded : null, "aria-selected": ariaSelected, ref: handleRef, tabIndex: tabbable ? 0 : -1 }, other), /*#__PURE__*/react.createElement("div", { className: classes.content, onClick: handleClick, onMouseDown: handleMouseDown, ref: contentRef }, /*#__PURE__*/react.createElement("div", { onClick: onIconClick, className: classes.iconContainer }, icon), /*#__PURE__*/react.createElement(Typography/* default */.Z, { onClick: onLabelClick, component: "div", className: classes.label }, label)), children && /*#__PURE__*/react.createElement(TransitionComponent, (0,esm_extends/* default */.Z)({ unmountOnExit: true, className: classes.group, in: expanded, component: "ul", role: "group" }, TransitionProps), children)); }); false ? 0 : void 0; /* harmony default export */ var TreeItem_TreeItem = ((0,withStyles/* default */.Z)(styles, { name: 'MuiTreeItem' })(TreeItem)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TreeItem/index.js /***/ }), /***/ 83953: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /** * @ignore - internal component. */ var TreeViewContext = react__WEBPACK_IMPORTED_MODULE_0__.createContext({}); if (false) {} /* harmony default export */ __webpack_exports__["Z"] = (TreeViewContext); /***/ }), /***/ 46936: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* reexport */ TreeView_TreeView; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules var slicedToArray = __webpack_require__(28481); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useControlled.js var useControlled = __webpack_require__(22775); // EXTERNAL MODULE: ./node_modules/@material-ui/lab/esm/TreeView/TreeViewContext.js var TreeViewContext = __webpack_require__(83953); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TreeView/TreeView.js var styles = { /* Styles applied to the root element. */ root: { padding: 0, margin: 0, listStyle: 'none' } }; function arrayDiff(arr1, arr2) { if (arr1.length !== arr2.length) return true; for (var i = 0; i < arr1.length; i += 1) { if (arr1[i] !== arr2[i]) return true; } return false; } var findNextFirstChar = function findNextFirstChar(firstChars, startIndex, char) { for (var i = startIndex; i < firstChars.length; i += 1) { if (char === firstChars[i]) { return i; } } return -1; }; var defaultExpandedDefault = []; var defaultSelectedDefault = []; var TreeView = /*#__PURE__*/react.forwardRef(function TreeView(props, ref) { var children = props.children, classes = props.classes, className = props.className, defaultCollapseIcon = props.defaultCollapseIcon, defaultEndIcon = props.defaultEndIcon, _props$defaultExpande = props.defaultExpanded, defaultExpanded = _props$defaultExpande === void 0 ? defaultExpandedDefault : _props$defaultExpande, defaultExpandIcon = props.defaultExpandIcon, defaultParentIcon = props.defaultParentIcon, _props$defaultSelecte = props.defaultSelected, defaultSelected = _props$defaultSelecte === void 0 ? defaultSelectedDefault : _props$defaultSelecte, _props$disableSelecti = props.disableSelection, disableSelection = _props$disableSelecti === void 0 ? false : _props$disableSelecti, _props$multiSelect = props.multiSelect, multiSelect = _props$multiSelect === void 0 ? false : _props$multiSelect, expandedProp = props.expanded, onNodeSelect = props.onNodeSelect, onNodeToggle = props.onNodeToggle, selectedProp = props.selected, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "classes", "className", "defaultCollapseIcon", "defaultEndIcon", "defaultExpanded", "defaultExpandIcon", "defaultParentIcon", "defaultSelected", "disableSelection", "multiSelect", "expanded", "onNodeSelect", "onNodeToggle", "selected"]); var _React$useState = react.useState(null), tabbable = _React$useState[0], setTabbable = _React$useState[1]; var _React$useState2 = react.useState(null), focusedNodeId = _React$useState2[0], setFocusedNodeId = _React$useState2[1]; var nodeMap = react.useRef({}); var firstCharMap = react.useRef({}); var visibleNodes = react.useRef([]); var _useControlled = (0,useControlled/* default */.Z)({ controlled: expandedProp, default: defaultExpanded, name: 'TreeView', state: 'expanded' }), _useControlled2 = (0,slicedToArray/* default */.Z)(_useControlled, 2), expanded = _useControlled2[0], setExpandedState = _useControlled2[1]; var _useControlled3 = (0,useControlled/* default */.Z)({ controlled: selectedProp, default: defaultSelected, name: 'TreeView', state: 'selected' }), _useControlled4 = (0,slicedToArray/* default */.Z)(_useControlled3, 2), selected = _useControlled4[0], setSelectedState = _useControlled4[1]; /* * Status Helpers */ var isExpanded = react.useCallback(function (id) { return Array.isArray(expanded) ? expanded.indexOf(id) !== -1 : false; }, [expanded]); var isSelected = react.useCallback(function (id) { return Array.isArray(selected) ? selected.indexOf(id) !== -1 : selected === id; }, [selected]); var isTabbable = function isTabbable(id) { return tabbable === id; }; var isFocused = function isFocused(id) { return focusedNodeId === id; }; /* * Node Helpers */ var getNextNode = function getNextNode(id) { var nodeIndex = visibleNodes.current.indexOf(id); if (nodeIndex !== -1 && nodeIndex + 1 < visibleNodes.current.length) { return visibleNodes.current[nodeIndex + 1]; } return null; }; var getPreviousNode = function getPreviousNode(id) { var nodeIndex = visibleNodes.current.indexOf(id); if (nodeIndex !== -1 && nodeIndex - 1 >= 0) { return visibleNodes.current[nodeIndex - 1]; } return null; }; var getLastNode = function getLastNode() { return visibleNodes.current[visibleNodes.current.length - 1]; }; var getFirstNode = function getFirstNode() { return visibleNodes.current[0]; }; var getParent = function getParent(id) { return nodeMap.current[id].parent; }; var getNodesInRange = function getNodesInRange(a, b) { var aIndex = visibleNodes.current.indexOf(a); var bIndex = visibleNodes.current.indexOf(b); var start = Math.min(aIndex, bIndex); var end = Math.max(aIndex, bIndex); return visibleNodes.current.slice(start, end + 1); }; /* * Focus Helpers */ var focus = function focus(id) { if (id) { setTabbable(id); setFocusedNodeId(id); } }; var focusNextNode = function focusNextNode(id) { return focus(getNextNode(id)); }; var focusPreviousNode = function focusPreviousNode(id) { return focus(getPreviousNode(id)); }; var focusFirstNode = function focusFirstNode() { return focus(getFirstNode()); }; var focusLastNode = function focusLastNode() { return focus(getLastNode()); }; var focusByFirstCharacter = function focusByFirstCharacter(id, char) { var start; var index; var lowercaseChar = char.toLowerCase(); var firstCharIds = []; var firstChars = []; // This really only works since the ids are strings Object.keys(firstCharMap.current).forEach(function (nodeId) { var firstChar = firstCharMap.current[nodeId]; var map = nodeMap.current[nodeId]; var visible = map.parent ? isExpanded(map.parent) : true; if (visible) { firstCharIds.push(nodeId); firstChars.push(firstChar); } }); // Get start index for search based on position of currentItem start = firstCharIds.indexOf(id) + 1; if (start === nodeMap.current.length) { start = 0; } // Check remaining slots in the menu index = findNextFirstChar(firstChars, start, lowercaseChar); // If not found in remaining slots, check from beginning if (index === -1) { index = findNextFirstChar(firstChars, 0, lowercaseChar); } // If match was found... if (index > -1) { focus(firstCharIds[index]); } }; /* * Expansion Helpers */ var toggleExpansion = function toggleExpansion(event) { var value = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : focusedNodeId; var newExpanded; if (expanded.indexOf(value) !== -1) { newExpanded = expanded.filter(function (id) { return id !== value; }); setTabbable(function (oldTabbable) { var map = nodeMap.current[oldTabbable]; if (oldTabbable && (map && map.parent ? map.parent.id : null) === value) { return value; } return oldTabbable; }); } else { newExpanded = [value].concat(expanded); } if (onNodeToggle) { onNodeToggle(event, newExpanded); } setExpandedState(newExpanded); }; var expandAllSiblings = function expandAllSiblings(event, id) { var map = nodeMap.current[id]; var parent = nodeMap.current[map.parent]; var diff; if (parent) { diff = parent.children.filter(function (child) { return !isExpanded(child); }); } else { var topLevelNodes = nodeMap.current[-1].children; diff = topLevelNodes.filter(function (node) { return !isExpanded(node); }); } var newExpanded = expanded.concat(diff); if (diff.length > 0) { setExpandedState(newExpanded); if (onNodeToggle) { onNodeToggle(event, newExpanded); } } }; /* * Selection Helpers */ var lastSelectedNode = react.useRef(null); var lastSelectionWasRange = react.useRef(false); var currentRangeSelection = react.useRef([]); var handleRangeArrowSelect = function handleRangeArrowSelect(event, nodes) { var base = selected; var start = nodes.start, next = nodes.next, current = nodes.current; if (!next || !current) { return; } if (currentRangeSelection.current.indexOf(current) === -1) { currentRangeSelection.current = []; } if (lastSelectionWasRange.current) { if (currentRangeSelection.current.indexOf(next) !== -1) { base = base.filter(function (id) { return id === start || id !== current; }); currentRangeSelection.current = currentRangeSelection.current.filter(function (id) { return id === start || id !== current; }); } else { base.push(next); currentRangeSelection.current.push(next); } } else { base.push(next); currentRangeSelection.current.push(current, next); } if (onNodeSelect) { onNodeSelect(event, base); } setSelectedState(base); }; var handleRangeSelect = function handleRangeSelect(event, nodes) { var base = selected; var start = nodes.start, end = nodes.end; // If last selection was a range selection ignore nodes that were selected. if (lastSelectionWasRange.current) { base = selected.filter(function (id) { return currentRangeSelection.current.indexOf(id) === -1; }); } var range = getNodesInRange(start, end); currentRangeSelection.current = range; var newSelected = base.concat(range); newSelected = newSelected.filter(function (id, i) { return newSelected.indexOf(id) === i; }); if (onNodeSelect) { onNodeSelect(event, newSelected); } setSelectedState(newSelected); }; var handleMultipleSelect = function handleMultipleSelect(event, value) { var newSelected = []; if (selected.indexOf(value) !== -1) { newSelected = selected.filter(function (id) { return id !== value; }); } else { newSelected = [value].concat(selected); } if (onNodeSelect) { onNodeSelect(event, newSelected); } setSelectedState(newSelected); }; var handleSingleSelect = function handleSingleSelect(event, value) { var newSelected = multiSelect ? [value] : value; if (onNodeSelect) { onNodeSelect(event, newSelected); } setSelectedState(newSelected); }; var selectNode = function selectNode(event, id) { var multiple = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; if (id) { if (multiple) { handleMultipleSelect(event, id); } else { handleSingleSelect(event, id); } lastSelectedNode.current = id; lastSelectionWasRange.current = false; currentRangeSelection.current = []; return true; } return false; }; var selectRange = function selectRange(event, nodes) { var stacked = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; var _nodes$start = nodes.start, start = _nodes$start === void 0 ? lastSelectedNode.current : _nodes$start, end = nodes.end, current = nodes.current; if (stacked) { handleRangeArrowSelect(event, { start: start, next: end, current: current }); } else { handleRangeSelect(event, { start: start, end: end }); } lastSelectionWasRange.current = true; return true; }; var rangeSelectToFirst = function rangeSelectToFirst(event, id) { if (!lastSelectedNode.current) { lastSelectedNode.current = id; } var start = lastSelectionWasRange.current ? lastSelectedNode.current : id; return selectRange(event, { start: start, end: getFirstNode() }); }; var rangeSelectToLast = function rangeSelectToLast(event, id) { if (!lastSelectedNode.current) { lastSelectedNode.current = id; } var start = lastSelectionWasRange.current ? lastSelectedNode.current : id; return selectRange(event, { start: start, end: getLastNode() }); }; var selectNextNode = function selectNextNode(event, id) { return selectRange(event, { end: getNextNode(id), current: id }, true); }; var selectPreviousNode = function selectPreviousNode(event, id) { return selectRange(event, { end: getPreviousNode(id), current: id }, true); }; var selectAllNodes = function selectAllNodes(event) { return selectRange(event, { start: getFirstNode(), end: getLastNode() }); }; /* * Mapping Helpers */ var addNodeToNodeMap = function addNodeToNodeMap(id, childrenIds) { var currentMap = nodeMap.current[id]; nodeMap.current[id] = (0,esm_extends/* default */.Z)({}, currentMap, { children: childrenIds, id: id }); childrenIds.forEach(function (childId) { var currentChildMap = nodeMap.current[childId]; nodeMap.current[childId] = (0,esm_extends/* default */.Z)({}, currentChildMap, { parent: id, id: childId }); }); }; var getNodesToRemove = react.useCallback(function (id) { var map = nodeMap.current[id]; var nodes = []; if (map) { nodes.push(id); if (map.children) { nodes.concat(map.children); map.children.forEach(function (node) { nodes.concat(getNodesToRemove(node)); }); } } return nodes; }, []); var cleanUpFirstCharMap = react.useCallback(function (nodes) { var newMap = (0,esm_extends/* default */.Z)({}, firstCharMap.current); nodes.forEach(function (node) { if (newMap[node]) { delete newMap[node]; } }); firstCharMap.current = newMap; }, []); var removeNodeFromNodeMap = react.useCallback(function (id) { var nodes = getNodesToRemove(id); cleanUpFirstCharMap(nodes); var newMap = (0,esm_extends/* default */.Z)({}, nodeMap.current); nodes.forEach(function (node) { var map = newMap[node]; if (map) { if (map.parent) { var parentMap = newMap[map.parent]; if (parentMap && parentMap.children) { var parentChildren = parentMap.children.filter(function (c) { return c !== node; }); newMap[map.parent] = (0,esm_extends/* default */.Z)({}, parentMap, { children: parentChildren }); } } delete newMap[node]; } }); nodeMap.current = newMap; setFocusedNodeId(function (oldFocusedNodeId) { if (oldFocusedNodeId === id) { return null; } return oldFocusedNodeId; }); }, [getNodesToRemove, cleanUpFirstCharMap]); var mapFirstChar = function mapFirstChar(id, firstChar) { firstCharMap.current[id] = firstChar; }; var prevChildIds = react.useRef([]); var _React$useState3 = react.useState(false), childrenCalculated = _React$useState3[0], setChildrenCalculated = _React$useState3[1]; react.useEffect(function () { var childIds = []; react.Children.forEach(children, function (child) { if ( /*#__PURE__*/react.isValidElement(child) && child.props.nodeId) { childIds.push(child.props.nodeId); } }); if (arrayDiff(prevChildIds.current, childIds)) { nodeMap.current[-1] = { parent: null, children: childIds }; childIds.forEach(function (id, index) { if (index === 0) { setTabbable(id); } }); visibleNodes.current = nodeMap.current[-1].children; prevChildIds.current = childIds; setChildrenCalculated(true); } }, [children]); react.useEffect(function () { var buildVisible = function buildVisible(nodes) { var list = []; for (var i = 0; i < nodes.length; i += 1) { var item = nodes[i]; list.push(item); var childs = nodeMap.current[item].children; if (isExpanded(item) && childs) { list = list.concat(buildVisible(childs)); } } return list; }; if (childrenCalculated) { visibleNodes.current = buildVisible(nodeMap.current[-1].children); } }, [expanded, childrenCalculated, isExpanded, children]); var noopSelection = function noopSelection() { return false; }; return /*#__PURE__*/react.createElement(TreeViewContext/* default.Provider */.Z.Provider, { value: { icons: { defaultCollapseIcon: defaultCollapseIcon, defaultExpandIcon: defaultExpandIcon, defaultParentIcon: defaultParentIcon, defaultEndIcon: defaultEndIcon }, focus: focus, focusFirstNode: focusFirstNode, focusLastNode: focusLastNode, focusNextNode: focusNextNode, focusPreviousNode: focusPreviousNode, focusByFirstCharacter: focusByFirstCharacter, expandAllSiblings: expandAllSiblings, toggleExpansion: toggleExpansion, isExpanded: isExpanded, isFocused: isFocused, isSelected: isSelected, selectNode: disableSelection ? noopSelection : selectNode, selectRange: disableSelection ? noopSelection : selectRange, selectNextNode: disableSelection ? noopSelection : selectNextNode, selectPreviousNode: disableSelection ? noopSelection : selectPreviousNode, rangeSelectToFirst: disableSelection ? noopSelection : rangeSelectToFirst, rangeSelectToLast: disableSelection ? noopSelection : rangeSelectToLast, selectAllNodes: disableSelection ? noopSelection : selectAllNodes, isTabbable: isTabbable, multiSelect: multiSelect, getParent: getParent, mapFirstChar: mapFirstChar, addNodeToNodeMap: addNodeToNodeMap, removeNodeFromNodeMap: removeNodeFromNodeMap } }, /*#__PURE__*/react.createElement("ul", (0,esm_extends/* default */.Z)({ role: "tree", "aria-multiselectable": multiSelect, className: (0,clsx_m/* default */.Z)(classes.root, className), ref: ref }, other), children)); }); false ? 0 : void 0; /* harmony default export */ var TreeView_TreeView = ((0,withStyles/* default */.Z)(styles, { name: 'MuiTreeView' })(TreeView)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/lab/esm/TreeView/index.js /***/ }), /***/ 17694: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /* harmony import */ var _material_ui_core_utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(63786); /** * @ignore - internal component. */ /* harmony default export */ __webpack_exports__["Z"] = ((0,_material_ui_core_utils__WEBPACK_IMPORTED_MODULE_1__/* .default */ .Z)( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", { d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" }), 'Close')); /***/ }), /***/ 90361: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "default": function() { return /* reexport safe */ _useAutocomplete__WEBPACK_IMPORTED_MODULE_0__.Z; }, /* harmony export */ "createFilterOptions": function() { return /* reexport safe */ _useAutocomplete__WEBPACK_IMPORTED_MODULE_0__.D; } /* harmony export */ }); /* harmony import */ var _useAutocomplete__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(11514); /***/ }), /***/ 11514: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "D": function() { return /* binding */ createFilterOptions; }, /* harmony export */ "Z": function() { return /* binding */ useAutocomplete; } /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(22122); /* harmony import */ var _babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(28481); /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /* harmony import */ var _material_ui_core_utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(95001); /* harmony import */ var _material_ui_core_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(22775); /* harmony import */ var _material_ui_core_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(55192); /* harmony import */ var _material_ui_core_utils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(34236); /* eslint-disable no-constant-condition */ // https://stackoverflow.com/questions/990904/remove-accents-diacritics-in-a-string-in-javascript // Give up on IE 11 support for this feature function stripDiacritics(string) { return typeof string.normalize !== 'undefined' ? string.normalize('NFD').replace(/[\u0300-\u036f]/g, '') : string; } function createFilterOptions() { var config = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var _config$ignoreAccents = config.ignoreAccents, ignoreAccents = _config$ignoreAccents === void 0 ? true : _config$ignoreAccents, _config$ignoreCase = config.ignoreCase, ignoreCase = _config$ignoreCase === void 0 ? true : _config$ignoreCase, limit = config.limit, _config$matchFrom = config.matchFrom, matchFrom = _config$matchFrom === void 0 ? 'any' : _config$matchFrom, stringify = config.stringify, _config$trim = config.trim, trim = _config$trim === void 0 ? false : _config$trim; return function (options, _ref) { var inputValue = _ref.inputValue, getOptionLabel = _ref.getOptionLabel; var input = trim ? inputValue.trim() : inputValue; if (ignoreCase) { input = input.toLowerCase(); } if (ignoreAccents) { input = stripDiacritics(input); } var filteredOptions = options.filter(function (option) { var candidate = (stringify || getOptionLabel)(option); if (ignoreCase) { candidate = candidate.toLowerCase(); } if (ignoreAccents) { candidate = stripDiacritics(candidate); } return matchFrom === 'start' ? candidate.indexOf(input) === 0 : candidate.indexOf(input) > -1; }); return typeof limit === 'number' ? filteredOptions.slice(0, limit) : filteredOptions; }; } // To replace with .findIndex() once we stop IE 11 support. function findIndex(array, comp) { for (var i = 0; i < array.length; i += 1) { if (comp(array[i])) { return i; } } return -1; } var defaultFilterOptions = createFilterOptions(); // Number of options to jump in list box when pageup and pagedown keys are used. var pageSize = 5; function useAutocomplete(props) { var _props$autoComplete = props.autoComplete, autoComplete = _props$autoComplete === void 0 ? false : _props$autoComplete, _props$autoHighlight = props.autoHighlight, autoHighlight = _props$autoHighlight === void 0 ? false : _props$autoHighlight, _props$autoSelect = props.autoSelect, autoSelect = _props$autoSelect === void 0 ? false : _props$autoSelect, _props$blurOnSelect = props.blurOnSelect, blurOnSelect = _props$blurOnSelect === void 0 ? false : _props$blurOnSelect, _props$clearOnBlur = props.clearOnBlur, clearOnBlur = _props$clearOnBlur === void 0 ? !props.freeSolo : _props$clearOnBlur, _props$clearOnEscape = props.clearOnEscape, clearOnEscape = _props$clearOnEscape === void 0 ? false : _props$clearOnEscape, _props$componentName = props.componentName, componentName = _props$componentName === void 0 ? 'useAutocomplete' : _props$componentName, _props$debug = props.debug, debug = _props$debug === void 0 ? false : _props$debug, _props$defaultValue = props.defaultValue, defaultValue = _props$defaultValue === void 0 ? props.multiple ? [] : null : _props$defaultValue, _props$disableClearab = props.disableClearable, disableClearable = _props$disableClearab === void 0 ? false : _props$disableClearab, _props$disableCloseOn = props.disableCloseOnSelect, disableCloseOnSelect = _props$disableCloseOn === void 0 ? false : _props$disableCloseOn, _props$disabledItemsF = props.disabledItemsFocusable, disabledItemsFocusable = _props$disabledItemsF === void 0 ? false : _props$disabledItemsF, _props$disableListWra = props.disableListWrap, disableListWrap = _props$disableListWra === void 0 ? false : _props$disableListWra, _props$filterOptions = props.filterOptions, filterOptions = _props$filterOptions === void 0 ? defaultFilterOptions : _props$filterOptions, _props$filterSelected = props.filterSelectedOptions, filterSelectedOptions = _props$filterSelected === void 0 ? false : _props$filterSelected, _props$freeSolo = props.freeSolo, freeSolo = _props$freeSolo === void 0 ? false : _props$freeSolo, getOptionDisabled = props.getOptionDisabled, _props$getOptionLabel = props.getOptionLabel, getOptionLabelProp = _props$getOptionLabel === void 0 ? function (option) { return option; } : _props$getOptionLabel, _props$getOptionSelec = props.getOptionSelected, getOptionSelected = _props$getOptionSelec === void 0 ? function (option, value) { return option === value; } : _props$getOptionSelec, groupBy = props.groupBy, _props$handleHomeEndK = props.handleHomeEndKeys, handleHomeEndKeys = _props$handleHomeEndK === void 0 ? !props.freeSolo : _props$handleHomeEndK, idProp = props.id, _props$includeInputIn = props.includeInputInList, includeInputInList = _props$includeInputIn === void 0 ? false : _props$includeInputIn, inputValueProp = props.inputValue, _props$multiple = props.multiple, multiple = _props$multiple === void 0 ? false : _props$multiple, onChange = props.onChange, onClose = props.onClose, onHighlightChange = props.onHighlightChange, onInputChange = props.onInputChange, onOpen = props.onOpen, openProp = props.open, _props$openOnFocus = props.openOnFocus, openOnFocus = _props$openOnFocus === void 0 ? false : _props$openOnFocus, options = props.options, _props$selectOnFocus = props.selectOnFocus, selectOnFocus = _props$selectOnFocus === void 0 ? !props.freeSolo : _props$selectOnFocus, valueProp = props.value; var id = (0,_material_ui_core_utils__WEBPACK_IMPORTED_MODULE_1__/* .default */ .Z)(idProp); var getOptionLabel = getOptionLabelProp; if (false) {} var ignoreFocus = react__WEBPACK_IMPORTED_MODULE_0__.useRef(false); var firstFocus = react__WEBPACK_IMPORTED_MODULE_0__.useRef(true); var inputRef = react__WEBPACK_IMPORTED_MODULE_0__.useRef(null); var listboxRef = react__WEBPACK_IMPORTED_MODULE_0__.useRef(null); var _React$useState = react__WEBPACK_IMPORTED_MODULE_0__.useState(null), anchorEl = _React$useState[0], setAnchorEl = _React$useState[1]; var _React$useState2 = react__WEBPACK_IMPORTED_MODULE_0__.useState(-1), focusedTag = _React$useState2[0], setFocusedTag = _React$useState2[1]; var defaultHighlighted = autoHighlight ? 0 : -1; var highlightedIndexRef = react__WEBPACK_IMPORTED_MODULE_0__.useRef(defaultHighlighted); var _useControlled = (0,_material_ui_core_utils__WEBPACK_IMPORTED_MODULE_2__/* .default */ .Z)({ controlled: valueProp, default: defaultValue, name: componentName }), _useControlled2 = (0,_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)(_useControlled, 2), value = _useControlled2[0], setValue = _useControlled2[1]; var _useControlled3 = (0,_material_ui_core_utils__WEBPACK_IMPORTED_MODULE_2__/* .default */ .Z)({ controlled: inputValueProp, default: '', name: componentName, state: 'inputValue' }), _useControlled4 = (0,_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)(_useControlled3, 2), inputValue = _useControlled4[0], setInputValue = _useControlled4[1]; var _React$useState3 = react__WEBPACK_IMPORTED_MODULE_0__.useState(false), focused = _React$useState3[0], setFocused = _React$useState3[1]; var resetInputValue = (0,_material_ui_core_utils__WEBPACK_IMPORTED_MODULE_4__/* .default */ .Z)(function (event, newValue) { var newInputValue; if (multiple) { newInputValue = ''; } else if (newValue == null) { newInputValue = ''; } else { var optionLabel = getOptionLabel(newValue); newInputValue = typeof optionLabel === 'string' ? optionLabel : ''; } if (inputValue === newInputValue) { return; } setInputValue(newInputValue); if (onInputChange) { onInputChange(event, newInputValue, 'reset'); } }); react__WEBPACK_IMPORTED_MODULE_0__.useEffect(function () { resetInputValue(null, value); }, [value, resetInputValue]); var _useControlled5 = (0,_material_ui_core_utils__WEBPACK_IMPORTED_MODULE_2__/* .default */ .Z)({ controlled: openProp, default: false, name: componentName, state: 'open' }), _useControlled6 = (0,_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)(_useControlled5, 2), open = _useControlled6[0], setOpenState = _useControlled6[1]; var inputValueIsSelectedValue = !multiple && value != null && inputValue === getOptionLabel(value); var popupOpen = open; var filteredOptions = popupOpen ? filterOptions(options.filter(function (option) { if (filterSelectedOptions && (multiple ? value : [value]).some(function (value2) { return value2 !== null && getOptionSelected(option, value2); })) { return false; } return true; }), // we use the empty string to manipulate `filterOptions` to not filter any options // i.e. the filter predicate always returns true { inputValue: inputValueIsSelectedValue ? '' : inputValue, getOptionLabel: getOptionLabel }) : []; if (false) { var missingValue; } var focusTag = (0,_material_ui_core_utils__WEBPACK_IMPORTED_MODULE_4__/* .default */ .Z)(function (tagToFocus) { if (tagToFocus === -1) { inputRef.current.focus(); } else { anchorEl.querySelector("[data-tag-index=\"".concat(tagToFocus, "\"]")).focus(); } }); // Ensure the focusedTag is never inconsistent react__WEBPACK_IMPORTED_MODULE_0__.useEffect(function () { if (multiple && focusedTag > value.length - 1) { setFocusedTag(-1); focusTag(-1); } }, [value, multiple, focusedTag, focusTag]); function validOptionIndex(index, direction) { if (!listboxRef.current || index === -1) { return -1; } var nextFocus = index; while (true) { // Out of range if (direction === 'next' && nextFocus === filteredOptions.length || direction === 'previous' && nextFocus === -1) { return -1; } var option = listboxRef.current.querySelector("[data-option-index=\"".concat(nextFocus, "\"]")); // Same logic as MenuList.js var nextFocusDisabled = disabledItemsFocusable ? false : option && (option.disabled || option.getAttribute('aria-disabled') === 'true'); if (option && !option.hasAttribute('tabindex') || nextFocusDisabled) { // Move to the next element. nextFocus += direction === 'next' ? 1 : -1; } else { return nextFocus; } } } var setHighlightedIndex = (0,_material_ui_core_utils__WEBPACK_IMPORTED_MODULE_4__/* .default */ .Z)(function (_ref2) { var event = _ref2.event, index = _ref2.index, _ref2$reason = _ref2.reason, reason = _ref2$reason === void 0 ? 'auto' : _ref2$reason; highlightedIndexRef.current = index; // does the index exist? if (index === -1) { inputRef.current.removeAttribute('aria-activedescendant'); } else { inputRef.current.setAttribute('aria-activedescendant', "".concat(id, "-option-").concat(index)); } if (onHighlightChange) { onHighlightChange(event, index === -1 ? null : filteredOptions[index], reason); } if (!listboxRef.current) { return; } var prev = listboxRef.current.querySelector('[data-focus]'); if (prev) { prev.removeAttribute('data-focus'); } var listboxNode = listboxRef.current.parentElement.querySelector('[role="listbox"]'); // "No results" if (!listboxNode) { return; } if (index === -1) { listboxNode.scrollTop = 0; return; } var option = listboxRef.current.querySelector("[data-option-index=\"".concat(index, "\"]")); if (!option) { return; } option.setAttribute('data-focus', 'true'); // Scroll active descendant into view. // Logic copied from https://www.w3.org/TR/wai-aria-practices/examples/listbox/js/listbox.js // // Consider this API instead once it has a better browser support: // .scrollIntoView({ scrollMode: 'if-needed', block: 'nearest' }); if (listboxNode.scrollHeight > listboxNode.clientHeight && reason !== 'mouse') { var element = option; var scrollBottom = listboxNode.clientHeight + listboxNode.scrollTop; var elementBottom = element.offsetTop + element.offsetHeight; if (elementBottom > scrollBottom) { listboxNode.scrollTop = elementBottom - listboxNode.clientHeight; } else if (element.offsetTop - element.offsetHeight * (groupBy ? 1.3 : 0) < listboxNode.scrollTop) { listboxNode.scrollTop = element.offsetTop - element.offsetHeight * (groupBy ? 1.3 : 0); } } }); var changeHighlightedIndex = (0,_material_ui_core_utils__WEBPACK_IMPORTED_MODULE_4__/* .default */ .Z)(function (_ref3) { var event = _ref3.event, diff = _ref3.diff, _ref3$direction = _ref3.direction, direction = _ref3$direction === void 0 ? 'next' : _ref3$direction, _ref3$reason = _ref3.reason, reason = _ref3$reason === void 0 ? 'auto' : _ref3$reason; if (!popupOpen) { return; } var getNextIndex = function getNextIndex() { var maxIndex = filteredOptions.length - 1; if (diff === 'reset') { return defaultHighlighted; } if (diff === 'start') { return 0; } if (diff === 'end') { return maxIndex; } var newIndex = highlightedIndexRef.current + diff; if (newIndex < 0) { if (newIndex === -1 && includeInputInList) { return -1; } if (disableListWrap && highlightedIndexRef.current !== -1 || Math.abs(diff) > 1) { return 0; } return maxIndex; } if (newIndex > maxIndex) { if (newIndex === maxIndex + 1 && includeInputInList) { return -1; } if (disableListWrap || Math.abs(diff) > 1) { return maxIndex; } return 0; } return newIndex; }; var nextIndex = validOptionIndex(getNextIndex(), direction); setHighlightedIndex({ index: nextIndex, reason: reason, event: event }); // Sync the content of the input with the highlighted option. if (autoComplete && diff !== 'reset') { if (nextIndex === -1) { inputRef.current.value = inputValue; } else { var option = getOptionLabel(filteredOptions[nextIndex]); inputRef.current.value = option; // The portion of the selected suggestion that has not been typed by the user, // a completion string, appears inline after the input cursor in the textbox. var index = option.toLowerCase().indexOf(inputValue.toLowerCase()); if (index === 0 && inputValue.length > 0) { inputRef.current.setSelectionRange(inputValue.length, option.length); } } } }); var syncHighlightedIndex = react__WEBPACK_IMPORTED_MODULE_0__.useCallback(function () { if (!popupOpen) { return; } var valueItem = multiple ? value[0] : value; // The popup is empty, reset if (filteredOptions.length === 0 || valueItem == null) { changeHighlightedIndex({ diff: 'reset' }); return; } if (!listboxRef.current) { return; } // Synchronize the value with the highlighted index if (!filterSelectedOptions && valueItem != null) { var currentOption = filteredOptions[highlightedIndexRef.current]; // Keep the current highlighted index if possible if (multiple && currentOption && findIndex(value, function (val) { return getOptionSelected(currentOption, val); }) !== -1) { return; } var itemIndex = findIndex(filteredOptions, function (optionItem) { return getOptionSelected(optionItem, valueItem); }); if (itemIndex === -1) { changeHighlightedIndex({ diff: 'reset' }); } else { setHighlightedIndex({ index: itemIndex }); } return; } // Prevent the highlighted index to leak outside the boundaries. if (highlightedIndexRef.current >= filteredOptions.length - 1) { setHighlightedIndex({ index: filteredOptions.length - 1 }); return; } // Restore the focus to the previous index. setHighlightedIndex({ index: highlightedIndexRef.current }); // Ignore filteredOptions (and options, getOptionSelected, getOptionLabel) not to break the scroll position // eslint-disable-next-line react-hooks/exhaustive-deps }, [// Only sync the highlighted index when the option switch between empty and not // eslint-disable-next-line react-hooks/exhaustive-deps filteredOptions.length === 0, // Don't sync the highlighted index with the value when multiple // eslint-disable-next-line react-hooks/exhaustive-deps multiple ? false : value, filterSelectedOptions, changeHighlightedIndex, setHighlightedIndex, popupOpen, inputValue, multiple]); var handleListboxRef = (0,_material_ui_core_utils__WEBPACK_IMPORTED_MODULE_4__/* .default */ .Z)(function (node) { (0,_material_ui_core_utils__WEBPACK_IMPORTED_MODULE_5__/* .default */ .Z)(listboxRef, node); if (!node) { return; } syncHighlightedIndex(); }); react__WEBPACK_IMPORTED_MODULE_0__.useEffect(function () { syncHighlightedIndex(); }, [syncHighlightedIndex]); var handleOpen = function handleOpen(event) { if (open) { return; } setOpenState(true); if (onOpen) { onOpen(event); } }; var handleClose = function handleClose(event, reason) { if (!open) { return; } setOpenState(false); if (onClose) { onClose(event, reason); } }; var handleValue = function handleValue(event, newValue, reason, details) { if (value === newValue) { return; } if (onChange) { onChange(event, newValue, reason, details); } setValue(newValue); }; var isTouch = react__WEBPACK_IMPORTED_MODULE_0__.useRef(false); var selectNewValue = function selectNewValue(event, option) { var reasonProp = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'select-option'; var origin = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 'options'; var reason = reasonProp; var newValue = option; if (multiple) { newValue = Array.isArray(value) ? value.slice() : []; if (false) { var matches; } var itemIndex = findIndex(newValue, function (valueItem) { return getOptionSelected(option, valueItem); }); if (itemIndex === -1) { newValue.push(option); } else if (origin !== 'freeSolo') { newValue.splice(itemIndex, 1); reason = 'remove-option'; } } resetInputValue(event, newValue); handleValue(event, newValue, reason, { option: option }); if (!disableCloseOnSelect) { handleClose(event, reason); } if (blurOnSelect === true || blurOnSelect === 'touch' && isTouch.current || blurOnSelect === 'mouse' && !isTouch.current) { inputRef.current.blur(); } }; function validTagIndex(index, direction) { if (index === -1) { return -1; } var nextFocus = index; while (true) { // Out of range if (direction === 'next' && nextFocus === value.length || direction === 'previous' && nextFocus === -1) { return -1; } var option = anchorEl.querySelector("[data-tag-index=\"".concat(nextFocus, "\"]")); // Same logic as MenuList.js if (option && (!option.hasAttribute('tabindex') || option.disabled || option.getAttribute('aria-disabled') === 'true')) { nextFocus += direction === 'next' ? 1 : -1; } else { return nextFocus; } } } var handleFocusTag = function handleFocusTag(event, direction) { if (!multiple) { return; } handleClose(event, 'toggleInput'); var nextTag = focusedTag; if (focusedTag === -1) { if (inputValue === '' && direction === 'previous') { nextTag = value.length - 1; } } else { nextTag += direction === 'next' ? 1 : -1; if (nextTag < 0) { nextTag = 0; } if (nextTag === value.length) { nextTag = -1; } } nextTag = validTagIndex(nextTag, direction); setFocusedTag(nextTag); focusTag(nextTag); }; var handleClear = function handleClear(event) { ignoreFocus.current = true; setInputValue(''); if (onInputChange) { onInputChange(event, '', 'clear'); } handleValue(event, multiple ? [] : null, 'clear'); }; var handleKeyDown = function handleKeyDown(other) { return function (event) { if (focusedTag !== -1 && ['ArrowLeft', 'ArrowRight'].indexOf(event.key) === -1) { setFocusedTag(-1); focusTag(-1); } switch (event.key) { case 'Home': if (popupOpen && handleHomeEndKeys) { // Prevent scroll of the page event.preventDefault(); changeHighlightedIndex({ diff: 'start', direction: 'next', reason: 'keyboard', event: event }); } break; case 'End': if (popupOpen && handleHomeEndKeys) { // Prevent scroll of the page event.preventDefault(); changeHighlightedIndex({ diff: 'end', direction: 'previous', reason: 'keyboard', event: event }); } break; case 'PageUp': // Prevent scroll of the page event.preventDefault(); changeHighlightedIndex({ diff: -pageSize, direction: 'previous', reason: 'keyboard', event: event }); handleOpen(event); break; case 'PageDown': // Prevent scroll of the page event.preventDefault(); changeHighlightedIndex({ diff: pageSize, direction: 'next', reason: 'keyboard', event: event }); handleOpen(event); break; case 'ArrowDown': // Prevent cursor move event.preventDefault(); changeHighlightedIndex({ diff: 1, direction: 'next', reason: 'keyboard', event: event }); handleOpen(event); break; case 'ArrowUp': // Prevent cursor move event.preventDefault(); changeHighlightedIndex({ diff: -1, direction: 'previous', reason: 'keyboard', event: event }); handleOpen(event); break; case 'ArrowLeft': handleFocusTag(event, 'previous'); break; case 'ArrowRight': handleFocusTag(event, 'next'); break; case 'Enter': // Wait until IME is settled. if (event.which === 229) { break; } if (highlightedIndexRef.current !== -1 && popupOpen) { var option = filteredOptions[highlightedIndexRef.current]; var disabled = getOptionDisabled ? getOptionDisabled(option) : false; // We don't want to validate the form. event.preventDefault(); if (disabled) { return; } selectNewValue(event, option, 'select-option'); // Move the selection to the end. if (autoComplete) { inputRef.current.setSelectionRange(inputRef.current.value.length, inputRef.current.value.length); } } else if (freeSolo && inputValue !== '' && inputValueIsSelectedValue === false) { if (multiple) { // Allow people to add new values before they submit the form. event.preventDefault(); } selectNewValue(event, inputValue, 'create-option', 'freeSolo'); } break; case 'Escape': if (popupOpen) { // Avoid Opera to exit fullscreen mode. event.preventDefault(); // Avoid the Modal to handle the event. event.stopPropagation(); handleClose(event, 'escape'); } else if (clearOnEscape && (inputValue !== '' || multiple && value.length > 0)) { // Avoid Opera to exit fullscreen mode. event.preventDefault(); // Avoid the Modal to handle the event. event.stopPropagation(); handleClear(event); } break; case 'Backspace': if (multiple && inputValue === '' && value.length > 0) { var index = focusedTag === -1 ? value.length - 1 : focusedTag; var newValue = value.slice(); newValue.splice(index, 1); handleValue(event, newValue, 'remove-option', { option: value[index] }); } break; default: } if (other.onKeyDown) { other.onKeyDown(event); } }; }; var handleFocus = function handleFocus(event) { setFocused(true); if (openOnFocus && !ignoreFocus.current) { handleOpen(event); } }; var handleBlur = function handleBlur(event) { // Ignore the event when using the scrollbar with IE 11 if (listboxRef.current !== null && document.activeElement === listboxRef.current.parentElement) { inputRef.current.focus(); return; } setFocused(false); firstFocus.current = true; ignoreFocus.current = false; if (debug && inputValue !== '') { return; } if (autoSelect && highlightedIndexRef.current !== -1 && popupOpen) { selectNewValue(event, filteredOptions[highlightedIndexRef.current], 'blur'); } else if (autoSelect && freeSolo && inputValue !== '') { selectNewValue(event, inputValue, 'blur', 'freeSolo'); } else if (clearOnBlur) { resetInputValue(event, value); } handleClose(event, 'blur'); }; var handleInputChange = function handleInputChange(event) { var newValue = event.target.value; if (inputValue !== newValue) { setInputValue(newValue); if (onInputChange) { onInputChange(event, newValue, 'input'); } } if (newValue === '') { if (!disableClearable && !multiple) { handleValue(event, null, 'clear'); } } else { handleOpen(event); } }; var handleOptionMouseOver = function handleOptionMouseOver(event) { setHighlightedIndex({ event: event, index: Number(event.currentTarget.getAttribute('data-option-index')), reason: 'mouse' }); }; var handleOptionTouchStart = function handleOptionTouchStart() { isTouch.current = true; }; var handleOptionClick = function handleOptionClick(event) { var index = Number(event.currentTarget.getAttribute('data-option-index')); selectNewValue(event, filteredOptions[index], 'select-option'); isTouch.current = false; }; var handleTagDelete = function handleTagDelete(index) { return function (event) { var newValue = value.slice(); newValue.splice(index, 1); handleValue(event, newValue, 'remove-option', { option: value[index] }); }; }; var handlePopupIndicator = function handlePopupIndicator(event) { if (open) { handleClose(event, 'toggleInput'); } else { handleOpen(event); } }; // Prevent input blur when interacting with the combobox var handleMouseDown = function handleMouseDown(event) { if (event.target.getAttribute('id') !== id) { event.preventDefault(); } }; // Focus the input when interacting with the combobox var handleClick = function handleClick() { inputRef.current.focus(); if (selectOnFocus && firstFocus.current && inputRef.current.selectionEnd - inputRef.current.selectionStart === 0) { inputRef.current.select(); } firstFocus.current = false; }; var handleInputMouseDown = function handleInputMouseDown(event) { if (inputValue === '' || !open) { handlePopupIndicator(event); } }; var dirty = freeSolo && inputValue.length > 0; dirty = dirty || (multiple ? value.length > 0 : value !== null); var groupedOptions = filteredOptions; if (groupBy) { // used to keep track of key and indexes in the result array var indexBy = new Map(); var warn = false; groupedOptions = filteredOptions.reduce(function (acc, option, index) { var group = groupBy(option); if (acc.length > 0 && acc[acc.length - 1].group === group) { acc[acc.length - 1].options.push(option); } else { if (false) {} acc.push({ key: index, index: index, group: group, options: [option] }); } return acc; }, []); } return { getRootProps: function getRootProps() { var other = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; return (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_6__/* .default */ .Z)({ 'aria-owns': popupOpen ? "".concat(id, "-popup") : null, role: 'combobox', 'aria-expanded': popupOpen }, other, { onKeyDown: handleKeyDown(other), onMouseDown: handleMouseDown, onClick: handleClick }); }, getInputLabelProps: function getInputLabelProps() { return { id: "".concat(id, "-label"), htmlFor: id }; }, getInputProps: function getInputProps() { return { id: id, value: inputValue, onBlur: handleBlur, onFocus: handleFocus, onChange: handleInputChange, onMouseDown: handleInputMouseDown, // if open then this is handled imperativeley so don't let react override // only have an opinion about this when closed 'aria-activedescendant': popupOpen ? '' : null, 'aria-autocomplete': autoComplete ? 'both' : 'list', 'aria-controls': popupOpen ? "".concat(id, "-popup") : null, // Disable browser's suggestion that might overlap with the popup. // Handle autocomplete but not autofill. autoComplete: 'off', ref: inputRef, autoCapitalize: 'none', spellCheck: 'false' }; }, getClearProps: function getClearProps() { return { tabIndex: -1, onClick: handleClear }; }, getPopupIndicatorProps: function getPopupIndicatorProps() { return { tabIndex: -1, onClick: handlePopupIndicator }; }, getTagProps: function getTagProps(_ref4) { var index = _ref4.index; return { key: index, 'data-tag-index': index, tabIndex: -1, onDelete: handleTagDelete(index) }; }, getListboxProps: function getListboxProps() { return { role: 'listbox', id: "".concat(id, "-popup"), 'aria-labelledby': "".concat(id, "-label"), ref: handleListboxRef, onMouseDown: function onMouseDown(event) { // Prevent blur event.preventDefault(); } }; }, getOptionProps: function getOptionProps(_ref5) { var index = _ref5.index, option = _ref5.option; var selected = (multiple ? value : [value]).some(function (value2) { return value2 != null && getOptionSelected(option, value2); }); var disabled = getOptionDisabled ? getOptionDisabled(option) : false; return { key: index, tabIndex: -1, role: 'option', id: "".concat(id, "-option-").concat(index), onMouseOver: handleOptionMouseOver, onClick: handleOptionClick, onTouchStart: handleOptionTouchStart, 'data-option-index': index, 'aria-disabled': disabled, 'aria-selected': selected }; }, id: id, inputValue: inputValue, value: value, dirty: dirty, popupOpen: popupOpen, focused: focused || focusedTag !== -1, anchorEl: anchorEl, setAnchorEl: setAnchorEl, focusedTag: focusedTag, groupedOptions: groupedOptions }; } /***/ }), /***/ 63447: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; /** @license Material-UI v4.0.0-alpha.57 * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ var _interopRequireDefault = __webpack_require__(95318); var _interopRequireWildcard = __webpack_require__(20862); Object.defineProperty(exports, "__esModule", ({ value: true })); var _exportNames = { Alert: true, AlertTitle: true, Autocomplete: true, AvatarGroup: true, Pagination: true, PaginationItem: true, Rating: true, Skeleton: true, SpeedDial: true, SpeedDialAction: true, SpeedDialIcon: true, TabContext: true, TabList: true, TabPanel: true, Timeline: true, TimelineConnector: true, TimelineContent: true, TimelineDot: true, TimelineItem: true, TimelineOppositeContent: true, TimelineSeparator: true, ToggleButton: true, ToggleButtonGroup: true, TreeItem: true, TreeView: true, useAutocomplete: true }; Object.defineProperty(exports, "Alert", ({ enumerable: true, get: function get() { return _Alert.default; } })); Object.defineProperty(exports, "AlertTitle", ({ enumerable: true, get: function get() { return _AlertTitle.default; } })); Object.defineProperty(exports, "Autocomplete", ({ enumerable: true, get: function get() { return _Autocomplete.default; } })); Object.defineProperty(exports, "AvatarGroup", ({ enumerable: true, get: function get() { return _AvatarGroup.default; } })); Object.defineProperty(exports, "Pagination", ({ enumerable: true, get: function get() { return _Pagination.default; } })); Object.defineProperty(exports, "PaginationItem", ({ enumerable: true, get: function get() { return _PaginationItem.default; } })); Object.defineProperty(exports, "Rating", ({ enumerable: true, get: function get() { return _Rating.default; } })); Object.defineProperty(exports, "Skeleton", ({ enumerable: true, get: function get() { return _Skeleton.default; } })); Object.defineProperty(exports, "SpeedDial", ({ enumerable: true, get: function get() { return _SpeedDial.default; } })); Object.defineProperty(exports, "SpeedDialAction", ({ enumerable: true, get: function get() { return _SpeedDialAction.default; } })); Object.defineProperty(exports, "SpeedDialIcon", ({ enumerable: true, get: function get() { return _SpeedDialIcon.default; } })); Object.defineProperty(exports, "TabContext", ({ enumerable: true, get: function get() { return _TabContext.default; } })); Object.defineProperty(exports, "TabList", ({ enumerable: true, get: function get() { return _TabList.default; } })); Object.defineProperty(exports, "TabPanel", ({ enumerable: true, get: function get() { return _TabPanel.default; } })); Object.defineProperty(exports, "Timeline", ({ enumerable: true, get: function get() { return _Timeline.default; } })); Object.defineProperty(exports, "TimelineConnector", ({ enumerable: true, get: function get() { return _TimelineConnector.default; } })); Object.defineProperty(exports, "TimelineContent", ({ enumerable: true, get: function get() { return _TimelineContent.default; } })); Object.defineProperty(exports, "TimelineDot", ({ enumerable: true, get: function get() { return _TimelineDot.default; } })); Object.defineProperty(exports, "TimelineItem", ({ enumerable: true, get: function get() { return _TimelineItem.default; } })); Object.defineProperty(exports, "TimelineOppositeContent", ({ enumerable: true, get: function get() { return _TimelineOppositeContent.default; } })); Object.defineProperty(exports, "TimelineSeparator", ({ enumerable: true, get: function get() { return _TimelineSeparator.default; } })); Object.defineProperty(exports, "ToggleButton", ({ enumerable: true, get: function get() { return _ToggleButton.default; } })); Object.defineProperty(exports, "ToggleButtonGroup", ({ enumerable: true, get: function get() { return _ToggleButtonGroup.default; } })); Object.defineProperty(exports, "TreeItem", ({ enumerable: true, get: function get() { return _TreeItem.default; } })); Object.defineProperty(exports, "TreeView", ({ enumerable: true, get: function get() { return _TreeView.default; } })); Object.defineProperty(exports, "useAutocomplete", ({ enumerable: true, get: function get() { return _useAutocomplete.default; } })); var _Alert = _interopRequireWildcard(__webpack_require__(84709)); Object.keys(_Alert).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _Alert[key]; } }); }); var _AlertTitle = _interopRequireWildcard(__webpack_require__(51660)); Object.keys(_AlertTitle).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _AlertTitle[key]; } }); }); var _Autocomplete = _interopRequireWildcard(__webpack_require__(12330)); Object.keys(_Autocomplete).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _Autocomplete[key]; } }); }); var _AvatarGroup = _interopRequireWildcard(__webpack_require__(21184)); Object.keys(_AvatarGroup).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _AvatarGroup[key]; } }); }); var _Pagination = _interopRequireWildcard(__webpack_require__(48344)); Object.keys(_Pagination).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _Pagination[key]; } }); }); var _PaginationItem = _interopRequireWildcard(__webpack_require__(94390)); Object.keys(_PaginationItem).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _PaginationItem[key]; } }); }); var _Rating = _interopRequireWildcard(__webpack_require__(60625)); Object.keys(_Rating).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _Rating[key]; } }); }); var _Skeleton = _interopRequireWildcard(__webpack_require__(85935)); Object.keys(_Skeleton).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _Skeleton[key]; } }); }); var _SpeedDial = _interopRequireWildcard(__webpack_require__(58066)); Object.keys(_SpeedDial).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _SpeedDial[key]; } }); }); var _SpeedDialAction = _interopRequireWildcard(__webpack_require__(5040)); Object.keys(_SpeedDialAction).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _SpeedDialAction[key]; } }); }); var _SpeedDialIcon = _interopRequireWildcard(__webpack_require__(32023)); Object.keys(_SpeedDialIcon).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _SpeedDialIcon[key]; } }); }); var _TabContext = _interopRequireWildcard(__webpack_require__(46053)); Object.keys(_TabContext).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _TabContext[key]; } }); }); var _TabList = _interopRequireWildcard(__webpack_require__(19206)); Object.keys(_TabList).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _TabList[key]; } }); }); var _TabPanel = _interopRequireWildcard(__webpack_require__(20444)); Object.keys(_TabPanel).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _TabPanel[key]; } }); }); var _Timeline = _interopRequireWildcard(__webpack_require__(7849)); Object.keys(_Timeline).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _Timeline[key]; } }); }); var _TimelineConnector = _interopRequireWildcard(__webpack_require__(67191)); Object.keys(_TimelineConnector).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _TimelineConnector[key]; } }); }); var _TimelineContent = _interopRequireWildcard(__webpack_require__(29818)); Object.keys(_TimelineContent).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _TimelineContent[key]; } }); }); var _TimelineDot = _interopRequireWildcard(__webpack_require__(72319)); Object.keys(_TimelineDot).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _TimelineDot[key]; } }); }); var _TimelineItem = _interopRequireWildcard(__webpack_require__(82106)); Object.keys(_TimelineItem).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _TimelineItem[key]; } }); }); var _TimelineOppositeContent = _interopRequireWildcard(__webpack_require__(17598)); Object.keys(_TimelineOppositeContent).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _TimelineOppositeContent[key]; } }); }); var _TimelineSeparator = _interopRequireWildcard(__webpack_require__(74923)); Object.keys(_TimelineSeparator).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _TimelineSeparator[key]; } }); }); var _ToggleButton = _interopRequireWildcard(__webpack_require__(34595)); Object.keys(_ToggleButton).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _ToggleButton[key]; } }); }); var _ToggleButtonGroup = _interopRequireWildcard(__webpack_require__(98500)); Object.keys(_ToggleButtonGroup).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _ToggleButtonGroup[key]; } }); }); var _TreeItem = _interopRequireWildcard(__webpack_require__(22244)); Object.keys(_TreeItem).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _TreeItem[key]; } }); }); var _TreeView = _interopRequireWildcard(__webpack_require__(46936)); Object.keys(_TreeView).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _TreeView[key]; } }); }); var _useAutocomplete = _interopRequireDefault(__webpack_require__(90361)); /***/ }), /***/ 4137: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, { "NU": function() { return /* binding */ StylesContext; }, "ZP": function() { return /* binding */ StylesProvider; } }); // UNUSED EXPORTS: sheetsManager // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/@material-ui/styles/esm/ThemeProvider/nested.js var nested = __webpack_require__(17076); ;// CONCATENATED MODULE: ./node_modules/@material-ui/styles/esm/createGenerateClassName/createGenerateClassName.js /** * This is the list of the style rule name we use as drop in replacement for the built-in * pseudo classes (:checked, :disabled, :focused, etc.). * * Why do they exist in the first place? * These classes are used at a specificity of 2. * It allows them to override previously definied styles as well as * being untouched by simple user overrides. */ var pseudoClasses = ['checked', 'disabled', 'error', 'focused', 'focusVisible', 'required', 'expanded', 'selected']; // Returns a function which generates unique class names based on counters. // When new generator function is created, rule counter is reset. // We need to reset the rule counter for SSR for each request. // // It's inspired by // https://github.com/cssinjs/jss/blob/4e6a05dd3f7b6572fdd3ab216861d9e446c20331/src/utils/createGenerateClassName.js function createGenerateClassName() { var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var _options$disableGloba = options.disableGlobal, disableGlobal = _options$disableGloba === void 0 ? false : _options$disableGloba, _options$productionPr = options.productionPrefix, productionPrefix = _options$productionPr === void 0 ? 'jss' : _options$productionPr, _options$seed = options.seed, seed = _options$seed === void 0 ? '' : _options$seed; var seedPrefix = seed === '' ? '' : "".concat(seed, "-"); var ruleCounter = 0; var getNextCounterId = function getNextCounterId() { ruleCounter += 1; if (false) {} return ruleCounter; }; return function (rule, styleSheet) { var name = styleSheet.options.name; // Is a global static MUI style? if (name && name.indexOf('Mui') === 0 && !styleSheet.options.link && !disableGlobal) { // We can use a shorthand class name, we never use the keys to style the components. if (pseudoClasses.indexOf(rule.key) !== -1) { return "Mui-".concat(rule.key); } var prefix = "".concat(seedPrefix).concat(name, "-").concat(rule.key); if (!styleSheet.options.theme[nested/* default */.Z] || seed !== '') { return prefix; } return "".concat(prefix, "-").concat(getNextCounterId()); } if (true) { return "".concat(seedPrefix).concat(productionPrefix).concat(getNextCounterId()); } var suffix = "".concat(rule.key, "-").concat(getNextCounterId()); // Help with debuggability. if (styleSheet.options.classNamePrefix) { return "".concat(seedPrefix).concat(styleSheet.options.classNamePrefix, "-").concat(suffix); } return "".concat(seedPrefix).concat(suffix); }; } // EXTERNAL MODULE: ./node_modules/jss/dist/jss.esm.js var jss_esm = __webpack_require__(54013); // EXTERNAL MODULE: ./node_modules/@material-ui/styles/esm/jssPreset/jssPreset.js + 9 modules var jssPreset = __webpack_require__(60246); ;// CONCATENATED MODULE: ./node_modules/@material-ui/styles/esm/StylesProvider/StylesProvider.js // Default JSS instance. var jss = (0,jss_esm/* create */.Ue)((0,jssPreset/* default */.Z)()); // Use a singleton or the provided one by the context. // // The counter-based approach doesn't tolerate any mistake. // It's much safer to use the same counter everywhere. var generateClassName = createGenerateClassName(); // Exported for test purposes var sheetsManager = new Map(); var defaultOptions = { disableGeneration: false, generateClassName: generateClassName, jss: jss, sheetsCache: null, sheetsManager: sheetsManager, sheetsRegistry: null }; var StylesContext = react.createContext(defaultOptions); if (false) {} var injectFirstNode; function StylesProvider(props) { var children = props.children, _props$injectFirst = props.injectFirst, injectFirst = _props$injectFirst === void 0 ? false : _props$injectFirst, _props$disableGenerat = props.disableGeneration, disableGeneration = _props$disableGenerat === void 0 ? false : _props$disableGenerat, localOptions = (0,objectWithoutProperties/* default */.Z)(props, ["children", "injectFirst", "disableGeneration"]); var outerOptions = react.useContext(StylesContext); var context = (0,esm_extends/* default */.Z)({}, outerOptions, { disableGeneration: disableGeneration }, localOptions); if (false) {} if (false) {} if (false) {} if (!context.jss.options.insertionPoint && injectFirst && typeof window !== 'undefined') { if (!injectFirstNode) { var head = document.head; injectFirstNode = document.createComment('mui-inject-first'); head.insertBefore(injectFirstNode, head.firstChild); } context.jss = (0,jss_esm/* create */.Ue)({ plugins: (0,jssPreset/* default */.Z)().plugins, insertionPoint: injectFirstNode }); } return /*#__PURE__*/react.createElement(StylesContext.Provider, { value: context }, children); } false ? 0 : void 0; if (false) {} /***/ }), /***/ 17076: /***/ (function(__unused_webpack_module, __webpack_exports__) { "use strict"; var hasSymbol = typeof Symbol === 'function' && Symbol.for; /* harmony default export */ __webpack_exports__["Z"] = (hasSymbol ? Symbol.for('mui.nested') : '__THEME_NESTED__'); /***/ }), /***/ 93869: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ getThemeProps; } /* harmony export */ }); /* eslint-disable no-restricted-syntax */ function getThemeProps(params) { var theme = params.theme, name = params.name, props = params.props; if (!theme || !theme.props || !theme.props[name]) { return props; } // Resolve default props, code borrow from React source. // https://github.com/facebook/react/blob/15a8f031838a553e41c0b66eb1bcf1da8448104d/packages/react/src/ReactElement.js#L221 var defaultProps = theme.props[name]; var propName; for (propName in defaultProps) { if (props[propName] === undefined) { props[propName] = defaultProps[propName]; } } return props; } /***/ }), /***/ 60246: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, { "Z": function() { return /* binding */ jssPreset; } }); // EXTERNAL MODULE: ./node_modules/jss/dist/jss.esm.js var jss_esm = __webpack_require__(54013); ;// CONCATENATED MODULE: ./node_modules/jss-plugin-rule-value-function/dist/jss-plugin-rule-value-function.esm.js var now = Date.now(); var fnValuesNs = "fnValues" + now; var fnRuleNs = "fnStyle" + ++now; var functionPlugin = function functionPlugin() { return { onCreateRule: function onCreateRule(name, decl, options) { if (typeof decl !== 'function') return null; var rule = (0,jss_esm/* createRule */.JH)(name, {}, options); rule[fnRuleNs] = decl; return rule; }, onProcessStyle: function onProcessStyle(style, rule) { // We need to extract function values from the declaration, so that we can keep core unaware of them. // We need to do that only once. // We don't need to extract functions on each style update, since this can happen only once. // We don't support function values inside of function rules. if (fnValuesNs in rule || fnRuleNs in rule) return style; var fnValues = {}; for (var prop in style) { var value = style[prop]; if (typeof value !== 'function') continue; delete style[prop]; fnValues[prop] = value; } // $FlowFixMe[prop-missing] rule[fnValuesNs] = fnValues; return style; }, onUpdate: function onUpdate(data, rule, sheet, options) { var styleRule = rule; // $FlowFixMe[prop-missing] var fnRule = styleRule[fnRuleNs]; // If we have a style function, the entire rule is dynamic and style object // will be returned from that function. if (fnRule) { // Empty object will remove all currently defined props // in case function rule returns a falsy value. styleRule.style = fnRule(data) || {}; if (false) { var prop; } } // $FlowFixMe[prop-missing] var fnValues = styleRule[fnValuesNs]; // If we have a fn values map, it is a rule with function values. if (fnValues) { for (var _prop in fnValues) { styleRule.prop(_prop, fnValues[_prop](data), options); } } } }; }; /* harmony default export */ var jss_plugin_rule_value_function_esm = (functionPlugin); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); ;// CONCATENATED MODULE: ./node_modules/jss-plugin-global/dist/jss-plugin-global.esm.js var at = '@global'; var atPrefix = '@global '; var GlobalContainerRule = /*#__PURE__*/ function () { function GlobalContainerRule(key, styles, options) { this.type = 'global'; this.at = at; this.rules = void 0; this.options = void 0; this.key = void 0; this.isProcessed = false; this.key = key; this.options = options; this.rules = new jss_esm/* RuleList */.RB((0,esm_extends/* default */.Z)({}, options, { parent: this })); for (var selector in styles) { this.rules.add(selector, styles[selector]); } this.rules.process(); } /** * Get a rule. */ var _proto = GlobalContainerRule.prototype; _proto.getRule = function getRule(name) { return this.rules.get(name); } /** * Create and register rule, run plugins. */ ; _proto.addRule = function addRule(name, style, options) { var rule = this.rules.add(name, style, options); if (rule) this.options.jss.plugins.onProcessRule(rule); return rule; } /** * Get index of a rule. */ ; _proto.indexOf = function indexOf(rule) { return this.rules.indexOf(rule); } /** * Generates a CSS string. */ ; _proto.toString = function toString() { return this.rules.toString(); }; return GlobalContainerRule; }(); var GlobalPrefixedRule = /*#__PURE__*/ function () { function GlobalPrefixedRule(key, style, options) { this.type = 'global'; this.at = at; this.options = void 0; this.rule = void 0; this.isProcessed = false; this.key = void 0; this.key = key; this.options = options; var selector = key.substr(atPrefix.length); this.rule = options.jss.createRule(selector, style, (0,esm_extends/* default */.Z)({}, options, { parent: this })); } var _proto2 = GlobalPrefixedRule.prototype; _proto2.toString = function toString(options) { return this.rule ? this.rule.toString(options) : ''; }; return GlobalPrefixedRule; }(); var separatorRegExp = /\s*,\s*/g; function addScope(selector, scope) { var parts = selector.split(separatorRegExp); var scoped = ''; for (var i = 0; i < parts.length; i++) { scoped += scope + " " + parts[i].trim(); if (parts[i + 1]) scoped += ', '; } return scoped; } function handleNestedGlobalContainerRule(rule, sheet) { var options = rule.options, style = rule.style; var rules = style ? style[at] : null; if (!rules) return; for (var name in rules) { sheet.addRule(name, rules[name], (0,esm_extends/* default */.Z)({}, options, { selector: addScope(name, rule.selector) })); } delete style[at]; } function handlePrefixedGlobalRule(rule, sheet) { var options = rule.options, style = rule.style; for (var prop in style) { if (prop[0] !== '@' || prop.substr(0, at.length) !== at) continue; var selector = addScope(prop.substr(at.length), rule.selector); sheet.addRule(selector, style[prop], (0,esm_extends/* default */.Z)({}, options, { selector: selector })); delete style[prop]; } } /** * Convert nested rules to separate, remove them from original styles. * * @param {Rule} rule * @api public */ function jssGlobal() { function onCreateRule(name, styles, options) { if (!name) return null; if (name === at) { return new GlobalContainerRule(name, styles, options); } if (name[0] === '@' && name.substr(0, atPrefix.length) === atPrefix) { return new GlobalPrefixedRule(name, styles, options); } var parent = options.parent; if (parent) { if (parent.type === 'global' || parent.options.parent && parent.options.parent.type === 'global') { options.scoped = false; } } if (options.scoped === false) { options.selector = name; } return null; } function onProcessRule(rule, sheet) { if (rule.type !== 'style' || !sheet) return; handleNestedGlobalContainerRule(rule, sheet); handlePrefixedGlobalRule(rule, sheet); } return { onCreateRule: onCreateRule, onProcessRule: onProcessRule }; } /* harmony default export */ var jss_plugin_global_esm = (jssGlobal); ;// CONCATENATED MODULE: ./node_modules/jss-plugin-nested/dist/jss-plugin-nested.esm.js var jss_plugin_nested_esm_separatorRegExp = /\s*,\s*/g; var parentRegExp = /&/g; var refRegExp = /\$([\w-]+)/g; /** * Convert nested rules to separate, remove them from original styles. * * @param {Rule} rule * @api public */ function jssNested() { // Get a function to be used for $ref replacement. function getReplaceRef(container, sheet) { return function (match, key) { var rule = container.getRule(key) || sheet && sheet.getRule(key); if (rule) { rule = rule; return rule.selector; } false ? 0 : void 0; return key; }; } function replaceParentRefs(nestedProp, parentProp) { var parentSelectors = parentProp.split(jss_plugin_nested_esm_separatorRegExp); var nestedSelectors = nestedProp.split(jss_plugin_nested_esm_separatorRegExp); var result = ''; for (var i = 0; i < parentSelectors.length; i++) { var parent = parentSelectors[i]; for (var j = 0; j < nestedSelectors.length; j++) { var nested = nestedSelectors[j]; if (result) result += ', '; // Replace all & by the parent or prefix & with the parent. result += nested.indexOf('&') !== -1 ? nested.replace(parentRegExp, parent) : parent + " " + nested; } } return result; } function getOptions(rule, container, prevOptions) { // Options has been already created, now we only increase index. if (prevOptions) return (0,esm_extends/* default */.Z)({}, prevOptions, { index: prevOptions.index + 1 // $FlowFixMe[prop-missing] }); var nestingLevel = rule.options.nestingLevel; nestingLevel = nestingLevel === undefined ? 1 : nestingLevel + 1; var options = (0,esm_extends/* default */.Z)({}, rule.options, { nestingLevel: nestingLevel, index: container.indexOf(rule) + 1 // We don't need the parent name to be set options for chlid. }); delete options.name; return options; } function onProcessStyle(style, rule, sheet) { if (rule.type !== 'style') return style; var styleRule = rule; var container = styleRule.options.parent; var options; var replaceRef; for (var prop in style) { var isNested = prop.indexOf('&') !== -1; var isNestedConditional = prop[0] === '@'; if (!isNested && !isNestedConditional) continue; options = getOptions(styleRule, container, options); if (isNested) { var selector = replaceParentRefs(prop, styleRule.selector); // Lazily create the ref replacer function just once for // all nested rules within the sheet. if (!replaceRef) replaceRef = getReplaceRef(container, sheet); // Replace all $refs. selector = selector.replace(refRegExp, replaceRef); container.addRule(selector, style[prop], (0,esm_extends/* default */.Z)({}, options, { selector: selector })); } else if (isNestedConditional) { // Place conditional right after the parent rule to ensure right ordering. container.addRule(prop, {}, options) // Flow expects more options but they aren't required // And flow doesn't know this will always be a StyleRule which has the addRule method // $FlowFixMe[incompatible-use] // $FlowFixMe[prop-missing] .addRule(styleRule.key, style[prop], { selector: styleRule.selector }); } delete style[prop]; } return style; } return { onProcessStyle: onProcessStyle }; } /* harmony default export */ var jss_plugin_nested_esm = (jssNested); ;// CONCATENATED MODULE: ./node_modules/hyphenate-style-name/index.js /* eslint-disable no-var, prefer-template */ var uppercasePattern = /[A-Z]/g var msPattern = /^ms-/ var cache = {} function toHyphenLower(match) { return '-' + match.toLowerCase() } function hyphenateStyleName(name) { if (cache.hasOwnProperty(name)) { return cache[name] } var hName = name.replace(uppercasePattern, toHyphenLower) return (cache[name] = msPattern.test(hName) ? '-' + hName : hName) } /* harmony default export */ var hyphenate_style_name = (hyphenateStyleName); ;// CONCATENATED MODULE: ./node_modules/jss-plugin-camel-case/dist/jss-plugin-camel-case.esm.js /** * Convert camel cased property names to dash separated. * * @param {Object} style * @return {Object} */ function convertCase(style) { var converted = {}; for (var prop in style) { var key = prop.indexOf('--') === 0 ? prop : hyphenate_style_name(prop); converted[key] = style[prop]; } if (style.fallbacks) { if (Array.isArray(style.fallbacks)) converted.fallbacks = style.fallbacks.map(convertCase);else converted.fallbacks = convertCase(style.fallbacks); } return converted; } /** * Allow camel cased property names by converting them back to dasherized. * * @param {Rule} rule */ function camelCase() { function onProcessStyle(style) { if (Array.isArray(style)) { // Handle rules like @font-face, which can have multiple styles in an array for (var index = 0; index < style.length; index++) { style[index] = convertCase(style[index]); } return style; } return convertCase(style); } function onChangeValue(value, prop, rule) { if (prop.indexOf('--') === 0) { return value; } var hyphenatedProp = hyphenate_style_name(prop); // There was no camel case in place if (prop === hyphenatedProp) return value; rule.prop(hyphenatedProp, value); // Core will ignore that property value we set the proper one above. return null; } return { onProcessStyle: onProcessStyle, onChangeValue: onChangeValue }; } /* harmony default export */ var jss_plugin_camel_case_esm = (camelCase); ;// CONCATENATED MODULE: ./node_modules/jss-plugin-default-unit/dist/jss-plugin-default-unit.esm.js var px = jss_esm/* hasCSSTOMSupport */.HZ && CSS ? CSS.px : 'px'; var ms = jss_esm/* hasCSSTOMSupport */.HZ && CSS ? CSS.ms : 'ms'; var percent = jss_esm/* hasCSSTOMSupport */.HZ && CSS ? CSS.percent : '%'; /** * Generated jss-plugin-default-unit CSS property units * * @type object */ var defaultUnits = { // Animation properties 'animation-delay': ms, 'animation-duration': ms, // Background properties 'background-position': px, 'background-position-x': px, 'background-position-y': px, 'background-size': px, // Border Properties border: px, 'border-bottom': px, 'border-bottom-left-radius': px, 'border-bottom-right-radius': px, 'border-bottom-width': px, 'border-left': px, 'border-left-width': px, 'border-radius': px, 'border-right': px, 'border-right-width': px, 'border-top': px, 'border-top-left-radius': px, 'border-top-right-radius': px, 'border-top-width': px, 'border-width': px, 'border-block': px, 'border-block-end': px, 'border-block-end-width': px, 'border-block-start': px, 'border-block-start-width': px, 'border-block-width': px, 'border-inline': px, 'border-inline-end': px, 'border-inline-end-width': px, 'border-inline-start': px, 'border-inline-start-width': px, 'border-inline-width': px, 'border-start-start-radius': px, 'border-start-end-radius': px, 'border-end-start-radius': px, 'border-end-end-radius': px, // Margin properties margin: px, 'margin-bottom': px, 'margin-left': px, 'margin-right': px, 'margin-top': px, 'margin-block': px, 'margin-block-end': px, 'margin-block-start': px, 'margin-inline': px, 'margin-inline-end': px, 'margin-inline-start': px, // Padding properties padding: px, 'padding-bottom': px, 'padding-left': px, 'padding-right': px, 'padding-top': px, 'padding-block': px, 'padding-block-end': px, 'padding-block-start': px, 'padding-inline': px, 'padding-inline-end': px, 'padding-inline-start': px, // Mask properties 'mask-position-x': px, 'mask-position-y': px, 'mask-size': px, // Width and height properties height: px, width: px, 'min-height': px, 'max-height': px, 'min-width': px, 'max-width': px, // Position properties bottom: px, left: px, top: px, right: px, inset: px, 'inset-block': px, 'inset-block-end': px, 'inset-block-start': px, 'inset-inline': px, 'inset-inline-end': px, 'inset-inline-start': px, // Shadow properties 'box-shadow': px, 'text-shadow': px, // Column properties 'column-gap': px, 'column-rule': px, 'column-rule-width': px, 'column-width': px, // Font and text properties 'font-size': px, 'font-size-delta': px, 'letter-spacing': px, 'text-decoration-thickness': px, 'text-indent': px, 'text-stroke': px, 'text-stroke-width': px, 'word-spacing': px, // Motion properties motion: px, 'motion-offset': px, // Outline properties outline: px, 'outline-offset': px, 'outline-width': px, // Perspective properties perspective: px, 'perspective-origin-x': percent, 'perspective-origin-y': percent, // Transform properties 'transform-origin': percent, 'transform-origin-x': percent, 'transform-origin-y': percent, 'transform-origin-z': percent, // Transition properties 'transition-delay': ms, 'transition-duration': ms, // Alignment properties 'vertical-align': px, 'flex-basis': px, // Some random properties 'shape-margin': px, size: px, gap: px, // Grid properties grid: px, 'grid-gap': px, 'row-gap': px, 'grid-row-gap': px, 'grid-column-gap': px, 'grid-template-rows': px, 'grid-template-columns': px, 'grid-auto-rows': px, 'grid-auto-columns': px, // Not existing properties. // Used to avoid issues with jss-plugin-expand integration. 'box-shadow-x': px, 'box-shadow-y': px, 'box-shadow-blur': px, 'box-shadow-spread': px, 'font-line-height': px, 'text-shadow-x': px, 'text-shadow-y': px, 'text-shadow-blur': px }; /** * Clones the object and adds a camel cased property version. */ function addCamelCasedVersion(obj) { var regExp = /(-[a-z])/g; var replace = function replace(str) { return str[1].toUpperCase(); }; var newObj = {}; for (var _key in obj) { newObj[_key] = obj[_key]; newObj[_key.replace(regExp, replace)] = obj[_key]; } return newObj; } var units = addCamelCasedVersion(defaultUnits); /** * Recursive deep style passing function */ function iterate(prop, value, options) { if (value == null) return value; if (Array.isArray(value)) { for (var i = 0; i < value.length; i++) { value[i] = iterate(prop, value[i], options); } } else if (typeof value === 'object') { if (prop === 'fallbacks') { for (var innerProp in value) { value[innerProp] = iterate(innerProp, value[innerProp], options); } } else { for (var _innerProp in value) { value[_innerProp] = iterate(prop + "-" + _innerProp, value[_innerProp], options); } } // eslint-disable-next-line no-restricted-globals } else if (typeof value === 'number' && isNaN(value) === false) { var unit = options[prop] || units[prop]; // Add the unit if available, except for the special case of 0px. if (unit && !(value === 0 && unit === px)) { return typeof unit === 'function' ? unit(value).toString() : "" + value + unit; } return value.toString(); } return value; } /** * Add unit to numeric values. */ function defaultUnit(options) { if (options === void 0) { options = {}; } var camelCasedOptions = addCamelCasedVersion(options); function onProcessStyle(style, rule) { if (rule.type !== 'style') return style; for (var prop in style) { style[prop] = iterate(prop, style[prop], camelCasedOptions); } return style; } function onChangeValue(value, prop) { return iterate(prop, value, camelCasedOptions); } return { onProcessStyle: onProcessStyle, onChangeValue: onChangeValue }; } /* harmony default export */ var jss_plugin_default_unit_esm = (defaultUnit); // EXTERNAL MODULE: ./node_modules/is-in-browser/dist/module.js var dist_module = __webpack_require__(33827); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js var toConsumableArray = __webpack_require__(78927); ;// CONCATENATED MODULE: ./node_modules/css-vendor/dist/css-vendor.esm.js // Export javascript style and css style vendor prefixes. var js = ''; var css = ''; var vendor = ''; var browser = ''; var isTouch = dist_module/* default */.Z && 'ontouchstart' in document.documentElement; // We should not do anything if required serverside. if (dist_module/* default */.Z) { // Order matters. We need to check Webkit the last one because // other vendors use to add Webkit prefixes to some properties var jsCssMap = { Moz: '-moz-', ms: '-ms-', O: '-o-', Webkit: '-webkit-' }; var _document$createEleme = document.createElement('p'), style = _document$createEleme.style; var testProp = 'Transform'; for (var key in jsCssMap) { if (key + testProp in style) { js = key; css = jsCssMap[key]; break; } } // Correctly detect the Edge browser. if (js === 'Webkit' && 'msHyphens' in style) { js = 'ms'; css = jsCssMap.ms; browser = 'edge'; } // Correctly detect the Safari browser. if (js === 'Webkit' && '-apple-trailing-word' in style) { vendor = 'apple'; } } /** * Vendor prefix string for the current browser. * * @type {{js: String, css: String, vendor: String, browser: String}} * @api public */ var prefix = { js: js, css: css, vendor: vendor, browser: browser, isTouch: isTouch }; /** * Test if a keyframe at-rule should be prefixed or not * * @param {String} vendor prefix string for the current browser. * @return {String} * @api public */ function supportedKeyframes(key) { // Keyframes is already prefixed. e.g. key = '@-webkit-keyframes a' if (key[1] === '-') return key; // No need to prefix IE/Edge. Older browsers will ignore unsupported rules. // https://caniuse.com/#search=keyframes if (prefix.js === 'ms') return key; return "@" + prefix.css + "keyframes" + key.substr(10); } // https://caniuse.com/#search=appearance var appearence = { noPrefill: ['appearance'], supportedProperty: function supportedProperty(prop) { if (prop !== 'appearance') return false; if (prefix.js === 'ms') return "-webkit-" + prop; return prefix.css + prop; } }; // https://caniuse.com/#search=color-adjust var colorAdjust = { noPrefill: ['color-adjust'], supportedProperty: function supportedProperty(prop) { if (prop !== 'color-adjust') return false; if (prefix.js === 'Webkit') return prefix.css + "print-" + prop; return prop; } }; var regExp = /[-\s]+(.)?/g; /** * Replaces the letter with the capital letter * * @param {String} match * @param {String} c * @return {String} * @api private */ function toUpper(match, c) { return c ? c.toUpperCase() : ''; } /** * Convert dash separated strings to camel-cased. * * @param {String} str * @return {String} * @api private */ function camelize(str) { return str.replace(regExp, toUpper); } /** * Convert dash separated strings to pascal cased. * * @param {String} str * @return {String} * @api private */ function pascalize(str) { return camelize("-" + str); } // but we can use a longhand property instead. // https://caniuse.com/#search=mask var mask = { noPrefill: ['mask'], supportedProperty: function supportedProperty(prop, style) { if (!/^mask/.test(prop)) return false; if (prefix.js === 'Webkit') { var longhand = 'mask-image'; if (camelize(longhand) in style) { return prop; } if (prefix.js + pascalize(longhand) in style) { return prefix.css + prop; } } return prop; } }; // https://caniuse.com/#search=text-orientation var textOrientation = { noPrefill: ['text-orientation'], supportedProperty: function supportedProperty(prop) { if (prop !== 'text-orientation') return false; if (prefix.vendor === 'apple' && !prefix.isTouch) { return prefix.css + prop; } return prop; } }; // https://caniuse.com/#search=transform var transform = { noPrefill: ['transform'], supportedProperty: function supportedProperty(prop, style, options) { if (prop !== 'transform') return false; if (options.transform) { return prop; } return prefix.css + prop; } }; // https://caniuse.com/#search=transition var transition = { noPrefill: ['transition'], supportedProperty: function supportedProperty(prop, style, options) { if (prop !== 'transition') return false; if (options.transition) { return prop; } return prefix.css + prop; } }; // https://caniuse.com/#search=writing-mode var writingMode = { noPrefill: ['writing-mode'], supportedProperty: function supportedProperty(prop) { if (prop !== 'writing-mode') return false; if (prefix.js === 'Webkit' || prefix.js === 'ms' && prefix.browser !== 'edge') { return prefix.css + prop; } return prop; } }; // https://caniuse.com/#search=user-select var userSelect = { noPrefill: ['user-select'], supportedProperty: function supportedProperty(prop) { if (prop !== 'user-select') return false; if (prefix.js === 'Moz' || prefix.js === 'ms' || prefix.vendor === 'apple') { return prefix.css + prop; } return prop; } }; // https://caniuse.com/#search=multicolumn // https://github.com/postcss/autoprefixer/issues/491 // https://github.com/postcss/autoprefixer/issues/177 var breakPropsOld = { supportedProperty: function supportedProperty(prop, style) { if (!/^break-/.test(prop)) return false; if (prefix.js === 'Webkit') { var jsProp = "WebkitColumn" + pascalize(prop); return jsProp in style ? prefix.css + "column-" + prop : false; } if (prefix.js === 'Moz') { var _jsProp = "page" + pascalize(prop); return _jsProp in style ? "page-" + prop : false; } return false; } }; // See https://github.com/postcss/autoprefixer/issues/324. var inlineLogicalOld = { supportedProperty: function supportedProperty(prop, style) { if (!/^(border|margin|padding)-inline/.test(prop)) return false; if (prefix.js === 'Moz') return prop; var newProp = prop.replace('-inline', ''); return prefix.js + pascalize(newProp) in style ? prefix.css + newProp : false; } }; // Camelization is required because we can't test using. // CSS syntax for e.g. in FF. var unprefixed = { supportedProperty: function supportedProperty(prop, style) { return camelize(prop) in style ? prop : false; } }; var prefixed = { supportedProperty: function supportedProperty(prop, style) { var pascalized = pascalize(prop); // Return custom CSS variable without prefixing. if (prop[0] === '-') return prop; // Return already prefixed value without prefixing. if (prop[0] === '-' && prop[1] === '-') return prop; if (prefix.js + pascalized in style) return prefix.css + prop; // Try webkit fallback. if (prefix.js !== 'Webkit' && "Webkit" + pascalized in style) return "-webkit-" + prop; return false; } }; // https://caniuse.com/#search=scroll-snap var scrollSnap = { supportedProperty: function supportedProperty(prop) { if (prop.substring(0, 11) !== 'scroll-snap') return false; if (prefix.js === 'ms') { return "" + prefix.css + prop; } return prop; } }; // https://caniuse.com/#search=overscroll-behavior var overscrollBehavior = { supportedProperty: function supportedProperty(prop) { if (prop !== 'overscroll-behavior') return false; if (prefix.js === 'ms') { return prefix.css + "scroll-chaining"; } return prop; } }; var propMap = { 'flex-grow': 'flex-positive', 'flex-shrink': 'flex-negative', 'flex-basis': 'flex-preferred-size', 'justify-content': 'flex-pack', order: 'flex-order', 'align-items': 'flex-align', 'align-content': 'flex-line-pack' // 'align-self' is handled by 'align-self' plugin. }; // Support old flex spec from 2012. var flex2012 = { supportedProperty: function supportedProperty(prop, style) { var newProp = propMap[prop]; if (!newProp) return false; return prefix.js + pascalize(newProp) in style ? prefix.css + newProp : false; } }; var propMap$1 = { flex: 'box-flex', 'flex-grow': 'box-flex', 'flex-direction': ['box-orient', 'box-direction'], order: 'box-ordinal-group', 'align-items': 'box-align', 'flex-flow': ['box-orient', 'box-direction'], 'justify-content': 'box-pack' }; var propKeys = Object.keys(propMap$1); var prefixCss = function prefixCss(p) { return prefix.css + p; }; // Support old flex spec from 2009. var flex2009 = { supportedProperty: function supportedProperty(prop, style, _ref) { var multiple = _ref.multiple; if (propKeys.indexOf(prop) > -1) { var newProp = propMap$1[prop]; if (!Array.isArray(newProp)) { return prefix.js + pascalize(newProp) in style ? prefix.css + newProp : false; } if (!multiple) return false; for (var i = 0; i < newProp.length; i++) { if (!(prefix.js + pascalize(newProp[0]) in style)) { return false; } } return newProp.map(prefixCss); } return false; } }; // plugins = [ // ...plugins, // breakPropsOld, // inlineLogicalOld, // unprefixed, // prefixed, // scrollSnap, // flex2012, // flex2009 // ] // Plugins without 'noPrefill' value, going last. // 'flex-*' plugins should be at the bottom. // 'flex2009' going after 'flex2012'. // 'prefixed' going after 'unprefixed' var plugins = [appearence, colorAdjust, mask, textOrientation, transform, transition, writingMode, userSelect, breakPropsOld, inlineLogicalOld, unprefixed, prefixed, scrollSnap, overscrollBehavior, flex2012, flex2009]; var propertyDetectors = plugins.filter(function (p) { return p.supportedProperty; }).map(function (p) { return p.supportedProperty; }); var noPrefill = plugins.filter(function (p) { return p.noPrefill; }).reduce(function (a, p) { a.push.apply(a, (0,toConsumableArray/* default */.Z)(p.noPrefill)); return a; }, []); var el; var css_vendor_esm_cache = {}; if (dist_module/* default */.Z) { el = document.createElement('p'); // We test every property on vendor prefix requirement. // Once tested, result is cached. It gives us up to 70% perf boost. // http://jsperf.com/element-style-object-access-vs-plain-object // // Prefill cache with known css properties to reduce amount of // properties we need to feature test at runtime. // http://davidwalsh.name/vendor-prefix var computed = window.getComputedStyle(document.documentElement, ''); for (var key$1 in computed) { // eslint-disable-next-line no-restricted-globals if (!isNaN(key$1)) css_vendor_esm_cache[computed[key$1]] = computed[key$1]; } // Properties that cannot be correctly detected using the // cache prefill method. noPrefill.forEach(function (x) { return delete css_vendor_esm_cache[x]; }); } /** * Test if a property is supported, returns supported property with vendor * prefix if required. Returns `false` if not supported. * * @param {String} prop dash separated * @param {Object} [options] * @return {String|Boolean} * @api public */ function supportedProperty(prop, options) { if (options === void 0) { options = {}; } // For server-side rendering. if (!el) return prop; // Remove cache for benchmark tests or return property from the cache. if ( true && css_vendor_esm_cache[prop] != null) { return css_vendor_esm_cache[prop]; } // Check if 'transition' or 'transform' natively supported in browser. if (prop === 'transition' || prop === 'transform') { options[prop] = prop in el.style; } // Find a plugin for current prefix property. for (var i = 0; i < propertyDetectors.length; i++) { css_vendor_esm_cache[prop] = propertyDetectors[i](prop, el.style, options); // Break loop, if value found. if (css_vendor_esm_cache[prop]) break; } // Reset styles for current property. // Firefox can even throw an error for invalid properties, e.g., "0". try { el.style[prop] = ''; } catch (err) { return false; } return css_vendor_esm_cache[prop]; } var cache$1 = {}; var transitionProperties = { transition: 1, 'transition-property': 1, '-webkit-transition': 1, '-webkit-transition-property': 1 }; var transPropsRegExp = /(^\s*[\w-]+)|, (\s*[\w-]+)(?![^()]*\))/g; var el$1; /** * Returns prefixed value transition/transform if needed. * * @param {String} match * @param {String} p1 * @param {String} p2 * @return {String} * @api private */ function prefixTransitionCallback(match, p1, p2) { if (p1 === 'var') return 'var'; if (p1 === 'all') return 'all'; if (p2 === 'all') return ', all'; var prefixedValue = p1 ? supportedProperty(p1) : ", " + supportedProperty(p2); if (!prefixedValue) return p1 || p2; return prefixedValue; } if (dist_module/* default */.Z) el$1 = document.createElement('p'); /** * Returns prefixed value if needed. Returns `false` if value is not supported. * * @param {String} property * @param {String} value * @return {String|Boolean} * @api public */ function supportedValue(property, value) { // For server-side rendering. var prefixedValue = value; if (!el$1 || property === 'content') return value; // It is a string or a number as a string like '1'. // We want only prefixable values here. // eslint-disable-next-line no-restricted-globals if (typeof prefixedValue !== 'string' || !isNaN(parseInt(prefixedValue, 10))) { return prefixedValue; } // Create cache key for current value. var cacheKey = property + prefixedValue; // Remove cache for benchmark tests or return value from cache. if ( true && cache$1[cacheKey] != null) { return cache$1[cacheKey]; } // IE can even throw an error in some cases, for e.g. style.content = 'bar'. try { // Test value as it is. el$1.style[property] = prefixedValue; } catch (err) { // Return false if value not supported. cache$1[cacheKey] = false; return false; } // If 'transition' or 'transition-property' property. if (transitionProperties[property]) { prefixedValue = prefixedValue.replace(transPropsRegExp, prefixTransitionCallback); } else if (el$1.style[property] === '') { // Value with a vendor prefix. prefixedValue = prefix.css + prefixedValue; // Hardcode test to convert "flex" to "-ms-flexbox" for IE10. if (prefixedValue === '-ms-flex') el$1.style[property] = '-ms-flexbox'; // Test prefixed value. el$1.style[property] = prefixedValue; // Return false if value not supported. if (el$1.style[property] === '') { cache$1[cacheKey] = false; return false; } } // Reset styles for current property. el$1.style[property] = ''; // Write current value to cache. cache$1[cacheKey] = prefixedValue; return cache$1[cacheKey]; } ;// CONCATENATED MODULE: ./node_modules/jss-plugin-vendor-prefixer/dist/jss-plugin-vendor-prefixer.esm.js /** * Add vendor prefix to a property name when needed. * * @api public */ function jssVendorPrefixer() { function onProcessRule(rule) { if (rule.type === 'keyframes') { var atRule = rule; atRule.at = supportedKeyframes(atRule.at); } } function prefixStyle(style) { for (var prop in style) { var value = style[prop]; if (prop === 'fallbacks' && Array.isArray(value)) { style[prop] = value.map(prefixStyle); continue; } var changeProp = false; var supportedProp = supportedProperty(prop); if (supportedProp && supportedProp !== prop) changeProp = true; var changeValue = false; var supportedValue$1 = supportedValue(supportedProp, (0,jss_esm/* toCssValue */.EK)(value)); if (supportedValue$1 && supportedValue$1 !== value) changeValue = true; if (changeProp || changeValue) { if (changeProp) delete style[prop]; style[supportedProp || prop] = supportedValue$1 || value; } } return style; } function onProcessStyle(style, rule) { if (rule.type !== 'style') return style; return prefixStyle(style); } function onChangeValue(value, prop) { return supportedValue(prop, (0,jss_esm/* toCssValue */.EK)(value)) || value; } return { onProcessRule: onProcessRule, onProcessStyle: onProcessStyle, onChangeValue: onChangeValue }; } /* harmony default export */ var jss_plugin_vendor_prefixer_esm = (jssVendorPrefixer); ;// CONCATENATED MODULE: ./node_modules/jss-plugin-props-sort/dist/jss-plugin-props-sort.esm.js /** * Sort props by length. */ function jssPropsSort() { var sort = function sort(prop0, prop1) { if (prop0.length === prop1.length) { return prop0 > prop1 ? 1 : -1; } return prop0.length - prop1.length; }; return { onProcessStyle: function onProcessStyle(style, rule) { if (rule.type !== 'style') return style; var newStyle = {}; var props = Object.keys(style).sort(sort); for (var i = 0; i < props.length; i++) { newStyle[props[i]] = style[props[i]]; } return newStyle; } }; } /* harmony default export */ var jss_plugin_props_sort_esm = (jssPropsSort); ;// CONCATENATED MODULE: ./node_modules/@material-ui/styles/esm/jssPreset/jssPreset.js // Subset of jss-preset-default with only the plugins the Material-UI components are using. function jssPreset() { return { plugins: [jss_plugin_rule_value_function_esm(), jss_plugin_global_esm(), jss_plugin_nested_esm(), jss_plugin_camel_case_esm(), jss_plugin_default_unit_esm(), // Disable the vendor prefixer server-side, it does nothing. // This way, we can get a performance boost. // In the documentation, we are using `autoprefixer` to solve this problem. typeof window === 'undefined' ? null : jss_plugin_vendor_prefixer_esm(), jss_plugin_props_sort_esm()] }; } /***/ }), /***/ 73914: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, { "Z": function() { return /* binding */ makeStyles; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/jss/dist/jss.esm.js var jss_esm = __webpack_require__(54013); // EXTERNAL MODULE: ./node_modules/@material-ui/styles/esm/mergeClasses/mergeClasses.js var mergeClasses = __webpack_require__(65835); ;// CONCATENATED MODULE: ./node_modules/@material-ui/styles/esm/makeStyles/multiKeyStore.js // Used https://github.com/thinkloop/multi-key-cache as inspiration var multiKeyStore = { set: function set(cache, key1, key2, value) { var subCache = cache.get(key1); if (!subCache) { subCache = new Map(); cache.set(key1, subCache); } subCache.set(key2, value); }, get: function get(cache, key1, key2) { var subCache = cache.get(key1); return subCache ? subCache.get(key2) : undefined; }, delete: function _delete(cache, key1, key2) { var subCache = cache.get(key1); subCache.delete(key2); } }; /* harmony default export */ var makeStyles_multiKeyStore = (multiKeyStore); // EXTERNAL MODULE: ./node_modules/@material-ui/styles/esm/useTheme/useTheme.js var useTheme = __webpack_require__(159); // EXTERNAL MODULE: ./node_modules/@material-ui/styles/esm/StylesProvider/StylesProvider.js + 1 modules var StylesProvider = __webpack_require__(4137); ;// CONCATENATED MODULE: ./node_modules/@material-ui/styles/esm/makeStyles/indexCounter.js /* eslint-disable import/prefer-default-export */ // Global index counter to preserve source order. // We create the style sheet during the creation of the component, // children are handled after the parents, so the order of style elements would be parent->child. // It is a problem though when a parent passes a className // which needs to override any child's styles. // StyleSheet of the child has a higher specificity, because of the source order. // So our solution is to render sheets them in the reverse order child->sheet, so // that parent has a higher specificity. var indexCounter = -1e9; function increment() { indexCounter += 1; if (false) {} return indexCounter; } // EXTERNAL MODULE: ./node_modules/@material-ui/utils/esm/deepmerge.js var deepmerge = __webpack_require__(35953); ;// CONCATENATED MODULE: ./node_modules/@material-ui/styles/esm/getStylesCreator/getStylesCreator.js function getStylesCreator(stylesOrCreator) { var themingEnabled = typeof stylesOrCreator === 'function'; if (false) {} return { create: function create(theme, name) { var styles; try { styles = themingEnabled ? stylesOrCreator(theme) : stylesOrCreator; } catch (err) { if (false) {} throw err; } if (!name || !theme.overrides || !theme.overrides[name]) { return styles; } var overrides = theme.overrides[name]; var stylesWithOverrides = (0,esm_extends/* default */.Z)({}, styles); Object.keys(overrides).forEach(function (key) { if (false) {} stylesWithOverrides[key] = (0,deepmerge/* default */.Z)(stylesWithOverrides[key], overrides[key]); }); return stylesWithOverrides; }, options: {} }; } ;// CONCATENATED MODULE: ./node_modules/@material-ui/styles/esm/getStylesCreator/noopTheme.js // We use the same empty object to ref count the styles that don't need a theme object. var noopTheme = {}; /* harmony default export */ var getStylesCreator_noopTheme = (noopTheme); ;// CONCATENATED MODULE: ./node_modules/@material-ui/styles/esm/makeStyles/makeStyles.js function getClasses(_ref, classes, Component) { var state = _ref.state, stylesOptions = _ref.stylesOptions; if (stylesOptions.disableGeneration) { return classes || {}; } if (!state.cacheClasses) { state.cacheClasses = { // Cache for the finalized classes value. value: null, // Cache for the last used classes prop pointer. lastProp: null, // Cache for the last used rendered classes pointer. lastJSS: {} }; } // Tracks if either the rendered classes or classes prop has changed, // requiring the generation of a new finalized classes object. var generate = false; if (state.classes !== state.cacheClasses.lastJSS) { state.cacheClasses.lastJSS = state.classes; generate = true; } if (classes !== state.cacheClasses.lastProp) { state.cacheClasses.lastProp = classes; generate = true; } if (generate) { state.cacheClasses.value = (0,mergeClasses/* default */.Z)({ baseClasses: state.cacheClasses.lastJSS, newClasses: classes, Component: Component }); } return state.cacheClasses.value; } function attach(_ref2, props) { var state = _ref2.state, theme = _ref2.theme, stylesOptions = _ref2.stylesOptions, stylesCreator = _ref2.stylesCreator, name = _ref2.name; if (stylesOptions.disableGeneration) { return; } var sheetManager = makeStyles_multiKeyStore.get(stylesOptions.sheetsManager, stylesCreator, theme); if (!sheetManager) { sheetManager = { refs: 0, staticSheet: null, dynamicStyles: null }; makeStyles_multiKeyStore.set(stylesOptions.sheetsManager, stylesCreator, theme, sheetManager); } var options = (0,esm_extends/* default */.Z)({}, stylesCreator.options, stylesOptions, { theme: theme, flip: typeof stylesOptions.flip === 'boolean' ? stylesOptions.flip : theme.direction === 'rtl' }); options.generateId = options.serverGenerateClassName || options.generateClassName; var sheetsRegistry = stylesOptions.sheetsRegistry; if (sheetManager.refs === 0) { var staticSheet; if (stylesOptions.sheetsCache) { staticSheet = makeStyles_multiKeyStore.get(stylesOptions.sheetsCache, stylesCreator, theme); } var styles = stylesCreator.create(theme, name); if (!staticSheet) { staticSheet = stylesOptions.jss.createStyleSheet(styles, (0,esm_extends/* default */.Z)({ link: false }, options)); staticSheet.attach(); if (stylesOptions.sheetsCache) { makeStyles_multiKeyStore.set(stylesOptions.sheetsCache, stylesCreator, theme, staticSheet); } } if (sheetsRegistry) { sheetsRegistry.add(staticSheet); } sheetManager.staticSheet = staticSheet; sheetManager.dynamicStyles = (0,jss_esm/* getDynamicStyles */._$)(styles); } if (sheetManager.dynamicStyles) { var dynamicSheet = stylesOptions.jss.createStyleSheet(sheetManager.dynamicStyles, (0,esm_extends/* default */.Z)({ link: true }, options)); dynamicSheet.update(props); dynamicSheet.attach(); state.dynamicSheet = dynamicSheet; state.classes = (0,mergeClasses/* default */.Z)({ baseClasses: sheetManager.staticSheet.classes, newClasses: dynamicSheet.classes }); if (sheetsRegistry) { sheetsRegistry.add(dynamicSheet); } } else { state.classes = sheetManager.staticSheet.classes; } sheetManager.refs += 1; } function update(_ref3, props) { var state = _ref3.state; if (state.dynamicSheet) { state.dynamicSheet.update(props); } } function detach(_ref4) { var state = _ref4.state, theme = _ref4.theme, stylesOptions = _ref4.stylesOptions, stylesCreator = _ref4.stylesCreator; if (stylesOptions.disableGeneration) { return; } var sheetManager = makeStyles_multiKeyStore.get(stylesOptions.sheetsManager, stylesCreator, theme); sheetManager.refs -= 1; var sheetsRegistry = stylesOptions.sheetsRegistry; if (sheetManager.refs === 0) { makeStyles_multiKeyStore.delete(stylesOptions.sheetsManager, stylesCreator, theme); stylesOptions.jss.removeStyleSheet(sheetManager.staticSheet); if (sheetsRegistry) { sheetsRegistry.remove(sheetManager.staticSheet); } } if (state.dynamicSheet) { stylesOptions.jss.removeStyleSheet(state.dynamicSheet); if (sheetsRegistry) { sheetsRegistry.remove(state.dynamicSheet); } } } function useSynchronousEffect(func, values) { var key = react.useRef([]); var output; // Store "generation" key. Just returns a new object every time var currentKey = react.useMemo(function () { return {}; }, values); // eslint-disable-line react-hooks/exhaustive-deps // "the first render", or "memo dropped the value" if (key.current !== currentKey) { key.current = currentKey; output = func(); } react.useEffect(function () { return function () { if (output) { output(); } }; }, [currentKey] // eslint-disable-line react-hooks/exhaustive-deps ); } function makeStyles(stylesOrCreator) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; var name = options.name, classNamePrefixOption = options.classNamePrefix, Component = options.Component, _options$defaultTheme = options.defaultTheme, defaultTheme = _options$defaultTheme === void 0 ? getStylesCreator_noopTheme : _options$defaultTheme, stylesOptions2 = (0,objectWithoutProperties/* default */.Z)(options, ["name", "classNamePrefix", "Component", "defaultTheme"]); var stylesCreator = getStylesCreator(stylesOrCreator); var classNamePrefix = name || classNamePrefixOption || 'makeStyles'; stylesCreator.options = { index: increment(), name: name, meta: classNamePrefix, classNamePrefix: classNamePrefix }; var useStyles = function useStyles() { var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var theme = (0,useTheme/* default */.Z)() || defaultTheme; var stylesOptions = (0,esm_extends/* default */.Z)({}, react.useContext(StylesProvider/* StylesContext */.NU), stylesOptions2); var instance = react.useRef(); var shouldUpdate = react.useRef(); useSynchronousEffect(function () { var current = { name: name, state: {}, stylesCreator: stylesCreator, stylesOptions: stylesOptions, theme: theme }; attach(current, props); shouldUpdate.current = false; instance.current = current; return function () { detach(current); }; }, [theme, stylesCreator]); react.useEffect(function () { if (shouldUpdate.current) { update(instance.current, props); } shouldUpdate.current = true; }); var classes = getClasses(instance.current, props.classes, Component); if (false) {} return classes; }; return useStyles; } /***/ }), /***/ 65835: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ mergeClasses; } /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(22122); function mergeClasses() { var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var baseClasses = options.baseClasses, newClasses = options.newClasses, Component = options.Component; if (!newClasses) { return baseClasses; } var nextClasses = (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_0__/* .default */ .Z)({}, baseClasses); if (false) {} Object.keys(newClasses).forEach(function (key) { if (false) {} if (newClasses[key]) { nextClasses[key] = "".concat(baseClasses[key], " ").concat(newClasses[key]); } }); return nextClasses; } /***/ }), /***/ 83800: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); var ThemeContext = react__WEBPACK_IMPORTED_MODULE_0__.createContext(null); if (false) {} /* harmony default export */ __webpack_exports__["Z"] = (ThemeContext); /***/ }), /***/ 159: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ useTheme; } /* harmony export */ }); /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /* harmony import */ var _ThemeContext__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(83800); function useTheme() { var theme = react__WEBPACK_IMPORTED_MODULE_0__.useContext(_ThemeContext__WEBPACK_IMPORTED_MODULE_1__/* .default */ .Z); if (false) {} return theme; } /***/ }), /***/ 35953: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ deepmerge; } /* harmony export */ }); /* unused harmony export isPlainObject */ /* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(22122); /* harmony import */ var _babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(90484); function isPlainObject(item) { return item && (0,_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__/* .default */ .Z)(item) === 'object' && item.constructor === Object; } function deepmerge(target, source) { var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : { clone: true }; var output = options.clone ? (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_1__/* .default */ .Z)({}, target) : target; if (isPlainObject(target) && isPlainObject(source)) { Object.keys(source).forEach(function (key) { // Avoid prototype pollution if (key === '__proto__') { return; } if (isPlainObject(source[key]) && key in target) { output[key] = deepmerge(target[key], source[key], options); } else { output[key] = source[key]; } }); } return output; } /***/ }), /***/ 60288: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* binding */ formatMuiErrorMessage; } /* harmony export */ }); /** * WARNING: Don't import this directly. * Use `MuiError` from `@material-ui/utils/macros/MuiError.macro` instead. * @param {number} code */ function formatMuiErrorMessage(code) { // Apply babel-plugin-transform-template-literals in loose mode // loose mode is safe iff we're concatenating primitives // see https://babeljs.io/docs/en/babel-plugin-transform-template-literals#loose /* eslint-disable prefer-template */ var url = 'https://material-ui.com/production-error/?code=' + code; for (var i = 1; i < arguments.length; i += 1) { // rest params over-transpile for this case // eslint-disable-next-line prefer-rest-params url += '&args[]=' + encodeURIComponent(arguments[i]); } return 'Minified Material-UI error #' + code + '; visit ' + url + ' for the full message.'; /* eslint-enable prefer-template */ } /***/ }), /***/ 36879: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, { "Xb": function() { return /* binding */ Hub; }, "Gd": function() { return /* binding */ getCurrentHub; }, "cu": function() { return /* binding */ getMainCarrier; } }); // UNUSED EXPORTS: API_VERSION, getActiveDomain, getHubFromCarrier, makeMain, setHubOnCarrier // EXTERNAL MODULE: ./node_modules/tslib/tslib.es6.js var tslib_es6 = __webpack_require__(70655); // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/misc.js var misc = __webpack_require__(62844); // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/time.js var time = __webpack_require__(21170); // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/logger.js var esm_logger = __webpack_require__(12343); // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/global.js var esm_global = __webpack_require__(82991); // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/node.js + 1 modules var node = __webpack_require__(72176); ;// CONCATENATED MODULE: ./node_modules/@sentry/hub/esm/flags.js /* * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking * for users. * * Debug flags need to be declared in each package individually and must not be imported across package boundaries, * because some build tools have trouble tree-shaking imported guards. * * As a convention, we define debug flags in a `flags.ts` file in the root of a package's `src` folder. * * Debug flag files will contain "magic strings" like `__SENTRY_DEBUG__` that may get replaced with actual values during * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not * replaced. */ /** Flag that is true for debug builds, false otherwise. */ var flags_IS_DEBUG_BUILD = typeof __SENTRY_DEBUG__ === 'undefined' ? true : __SENTRY_DEBUG__; //# sourceMappingURL=flags.js.map // EXTERNAL MODULE: ./node_modules/@sentry/hub/esm/scope.js var esm_scope = __webpack_require__(46769); // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/object.js var object = __webpack_require__(20535); ;// CONCATENATED MODULE: ./node_modules/@sentry/hub/esm/session.js /** * @inheritdoc */ var Session = /** @class */ (function () { function Session(context) { this.errors = 0; this.sid = (0,misc/* uuid4 */.DM)(); this.duration = 0; this.status = 'ok'; this.init = true; this.ignoreDuration = false; // Both timestamp and started are in seconds since the UNIX epoch. var startingTime = (0,time/* timestampInSeconds */.ph)(); this.timestamp = startingTime; this.started = startingTime; if (context) { this.update(context); } } /** JSDoc */ // eslint-disable-next-line complexity Session.prototype.update = function (context) { if (context === void 0) { context = {}; } if (context.user) { if (!this.ipAddress && context.user.ip_address) { this.ipAddress = context.user.ip_address; } if (!this.did && !context.did) { this.did = context.user.id || context.user.email || context.user.username; } } this.timestamp = context.timestamp || (0,time/* timestampInSeconds */.ph)(); if (context.ignoreDuration) { this.ignoreDuration = context.ignoreDuration; } if (context.sid) { // Good enough uuid validation. — Kamil this.sid = context.sid.length === 32 ? context.sid : (0,misc/* uuid4 */.DM)(); } if (context.init !== undefined) { this.init = context.init; } if (!this.did && context.did) { this.did = "" + context.did; } if (typeof context.started === 'number') { this.started = context.started; } if (this.ignoreDuration) { this.duration = undefined; } else if (typeof context.duration === 'number') { this.duration = context.duration; } else { var duration = this.timestamp - this.started; this.duration = duration >= 0 ? duration : 0; } if (context.release) { this.release = context.release; } if (context.environment) { this.environment = context.environment; } if (!this.ipAddress && context.ipAddress) { this.ipAddress = context.ipAddress; } if (!this.userAgent && context.userAgent) { this.userAgent = context.userAgent; } if (typeof context.errors === 'number') { this.errors = context.errors; } if (context.status) { this.status = context.status; } }; /** JSDoc */ Session.prototype.close = function (status) { if (status) { this.update({ status: status }); } else if (this.status === 'ok') { this.update({ status: 'exited' }); } else { this.update(); } }; /** JSDoc */ Session.prototype.toJSON = function () { return (0,object/* dropUndefinedKeys */.Jr)({ sid: "" + this.sid, init: this.init, // Make sure that sec is converted to ms for date constructor started: new Date(this.started * 1000).toISOString(), timestamp: new Date(this.timestamp * 1000).toISOString(), status: this.status, errors: this.errors, did: typeof this.did === 'number' || typeof this.did === 'string' ? "" + this.did : undefined, duration: this.duration, attrs: { release: this.release, environment: this.environment, ip_address: this.ipAddress, user_agent: this.userAgent, }, }); }; return Session; }()); //# sourceMappingURL=session.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/hub/esm/hub.js /** * API compatibility version of this hub. * * WARNING: This number should only be increased when the global interface * changes and new methods are introduced. * * @hidden */ var API_VERSION = 4; /** * Default maximum number of breadcrumbs added to an event. Can be overwritten * with {@link Options.maxBreadcrumbs}. */ var DEFAULT_BREADCRUMBS = 100; /** * @inheritDoc */ var Hub = /** @class */ (function () { /** * Creates a new instance of the hub, will push one {@link Layer} into the * internal stack on creation. * * @param client bound to the hub. * @param scope bound to the hub. * @param version number, higher number means higher priority. */ function Hub(client, scope, _version) { if (scope === void 0) { scope = new esm_scope/* Scope */.s(); } if (_version === void 0) { _version = API_VERSION; } this._version = _version; /** Is a {@link Layer}[] containing the client and scope */ this._stack = [{}]; this.getStackTop().scope = scope; if (client) { this.bindClient(client); } } /** * @inheritDoc */ Hub.prototype.isOlderThan = function (version) { return this._version < version; }; /** * @inheritDoc */ Hub.prototype.bindClient = function (client) { var top = this.getStackTop(); top.client = client; if (client && client.setupIntegrations) { client.setupIntegrations(); } }; /** * @inheritDoc */ Hub.prototype.pushScope = function () { // We want to clone the content of prev scope var scope = esm_scope/* Scope.clone */.s.clone(this.getScope()); this.getStack().push({ client: this.getClient(), scope: scope, }); return scope; }; /** * @inheritDoc */ Hub.prototype.popScope = function () { if (this.getStack().length <= 1) return false; return !!this.getStack().pop(); }; /** * @inheritDoc */ Hub.prototype.withScope = function (callback) { var scope = this.pushScope(); try { callback(scope); } finally { this.popScope(); } }; /** * @inheritDoc */ Hub.prototype.getClient = function () { return this.getStackTop().client; }; /** Returns the scope of the top stack. */ Hub.prototype.getScope = function () { return this.getStackTop().scope; }; /** Returns the scope stack for domains or the process. */ Hub.prototype.getStack = function () { return this._stack; }; /** Returns the topmost scope layer in the order domain > local > process. */ Hub.prototype.getStackTop = function () { return this._stack[this._stack.length - 1]; }; /** * @inheritDoc */ // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types Hub.prototype.captureException = function (exception, hint) { var eventId = (this._lastEventId = hint && hint.event_id ? hint.event_id : (0,misc/* uuid4 */.DM)()); var finalHint = hint; // If there's no explicit hint provided, mimic the same thing that would happen // in the minimal itself to create a consistent behavior. // We don't do this in the client, as it's the lowest level API, and doing this, // would prevent user from having full control over direct calls. if (!hint) { var syntheticException = void 0; try { throw new Error('Sentry syntheticException'); } catch (exception) { syntheticException = exception; } finalHint = { originalException: exception, syntheticException: syntheticException, }; } this._invokeClient('captureException', exception, (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, finalHint), { event_id: eventId })); return eventId; }; /** * @inheritDoc */ Hub.prototype.captureMessage = function (message, level, hint) { var eventId = (this._lastEventId = hint && hint.event_id ? hint.event_id : (0,misc/* uuid4 */.DM)()); var finalHint = hint; // If there's no explicit hint provided, mimic the same thing that would happen // in the minimal itself to create a consistent behavior. // We don't do this in the client, as it's the lowest level API, and doing this, // would prevent user from having full control over direct calls. if (!hint) { var syntheticException = void 0; try { throw new Error(message); } catch (exception) { syntheticException = exception; } finalHint = { originalException: message, syntheticException: syntheticException, }; } this._invokeClient('captureMessage', message, level, (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, finalHint), { event_id: eventId })); return eventId; }; /** * @inheritDoc */ Hub.prototype.captureEvent = function (event, hint) { var eventId = hint && hint.event_id ? hint.event_id : (0,misc/* uuid4 */.DM)(); if (event.type !== 'transaction') { this._lastEventId = eventId; } this._invokeClient('captureEvent', event, (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, hint), { event_id: eventId })); return eventId; }; /** * @inheritDoc */ Hub.prototype.lastEventId = function () { return this._lastEventId; }; /** * @inheritDoc */ Hub.prototype.addBreadcrumb = function (breadcrumb, hint) { var _a = this.getStackTop(), scope = _a.scope, client = _a.client; if (!scope || !client) return; // eslint-disable-next-line @typescript-eslint/unbound-method var _b = (client.getOptions && client.getOptions()) || {}, _c = _b.beforeBreadcrumb, beforeBreadcrumb = _c === void 0 ? null : _c, _d = _b.maxBreadcrumbs, maxBreadcrumbs = _d === void 0 ? DEFAULT_BREADCRUMBS : _d; if (maxBreadcrumbs <= 0) return; var timestamp = (0,time/* dateTimestampInSeconds */.yW)(); var mergedBreadcrumb = (0,tslib_es6/* __assign */.pi)({ timestamp: timestamp }, breadcrumb); var finalBreadcrumb = beforeBreadcrumb ? (0,esm_logger/* consoleSandbox */.Cf)(function () { return beforeBreadcrumb(mergedBreadcrumb, hint); }) : mergedBreadcrumb; if (finalBreadcrumb === null) return; scope.addBreadcrumb(finalBreadcrumb, maxBreadcrumbs); }; /** * @inheritDoc */ Hub.prototype.setUser = function (user) { var scope = this.getScope(); if (scope) scope.setUser(user); }; /** * @inheritDoc */ Hub.prototype.setTags = function (tags) { var scope = this.getScope(); if (scope) scope.setTags(tags); }; /** * @inheritDoc */ Hub.prototype.setExtras = function (extras) { var scope = this.getScope(); if (scope) scope.setExtras(extras); }; /** * @inheritDoc */ Hub.prototype.setTag = function (key, value) { var scope = this.getScope(); if (scope) scope.setTag(key, value); }; /** * @inheritDoc */ Hub.prototype.setExtra = function (key, extra) { var scope = this.getScope(); if (scope) scope.setExtra(key, extra); }; /** * @inheritDoc */ // eslint-disable-next-line @typescript-eslint/no-explicit-any Hub.prototype.setContext = function (name, context) { var scope = this.getScope(); if (scope) scope.setContext(name, context); }; /** * @inheritDoc */ Hub.prototype.configureScope = function (callback) { var _a = this.getStackTop(), scope = _a.scope, client = _a.client; if (scope && client) { callback(scope); } }; /** * @inheritDoc */ Hub.prototype.run = function (callback) { var oldHub = makeMain(this); try { callback(this); } finally { makeMain(oldHub); } }; /** * @inheritDoc */ Hub.prototype.getIntegration = function (integration) { var client = this.getClient(); if (!client) return null; try { return client.getIntegration(integration); } catch (_oO) { flags_IS_DEBUG_BUILD && esm_logger/* logger.warn */.kg.warn("Cannot retrieve integration " + integration.id + " from the current Hub"); return null; } }; /** * @inheritDoc */ Hub.prototype.startSpan = function (context) { return this._callExtensionMethod('startSpan', context); }; /** * @inheritDoc */ Hub.prototype.startTransaction = function (context, customSamplingContext) { return this._callExtensionMethod('startTransaction', context, customSamplingContext); }; /** * @inheritDoc */ Hub.prototype.traceHeaders = function () { return this._callExtensionMethod('traceHeaders'); }; /** * @inheritDoc */ Hub.prototype.captureSession = function (endSession) { if (endSession === void 0) { endSession = false; } // both send the update and pull the session from the scope if (endSession) { return this.endSession(); } // only send the update this._sendSessionUpdate(); }; /** * @inheritDoc */ Hub.prototype.endSession = function () { var layer = this.getStackTop(); var scope = layer && layer.scope; var session = scope && scope.getSession(); if (session) { session.close(); } this._sendSessionUpdate(); // the session is over; take it off of the scope if (scope) { scope.setSession(); } }; /** * @inheritDoc */ Hub.prototype.startSession = function (context) { var _a = this.getStackTop(), scope = _a.scope, client = _a.client; var _b = (client && client.getOptions()) || {}, release = _b.release, environment = _b.environment; // Will fetch userAgent if called from browser sdk var global = (0,esm_global/* getGlobalObject */.R)(); var userAgent = (global.navigator || {}).userAgent; var session = new Session((0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({ release: release, environment: environment }, (scope && { user: scope.getUser() })), (userAgent && { userAgent: userAgent })), context)); if (scope) { // End existing session if there's one var currentSession = scope.getSession && scope.getSession(); if (currentSession && currentSession.status === 'ok') { currentSession.update({ status: 'exited' }); } this.endSession(); // Afterwards we set the new session on the scope scope.setSession(session); } return session; }; /** * Sends the current Session on the scope */ Hub.prototype._sendSessionUpdate = function () { var _a = this.getStackTop(), scope = _a.scope, client = _a.client; if (!scope) return; var session = scope.getSession && scope.getSession(); if (session) { if (client && client.captureSession) { client.captureSession(session); } } }; /** * Internal helper function to call a method on the top client if it exists. * * @param method The method to call on the client. * @param args Arguments to pass to the client function. */ // eslint-disable-next-line @typescript-eslint/no-explicit-any Hub.prototype._invokeClient = function (method) { var _a; var args = []; for (var _i = 1; _i < arguments.length; _i++) { args[_i - 1] = arguments[_i]; } var _b = this.getStackTop(), scope = _b.scope, client = _b.client; if (client && client[method]) { // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-explicit-any (_a = client)[method].apply(_a, (0,tslib_es6/* __spread */.fl)(args, [scope])); } }; /** * Calls global extension method and binding current instance to the function call */ // @ts-ignore Function lacks ending return statement and return type does not include 'undefined'. ts(2366) // eslint-disable-next-line @typescript-eslint/no-explicit-any Hub.prototype._callExtensionMethod = function (method) { var args = []; for (var _i = 1; _i < arguments.length; _i++) { args[_i - 1] = arguments[_i]; } var carrier = getMainCarrier(); var sentry = carrier.__SENTRY__; if (sentry && sentry.extensions && typeof sentry.extensions[method] === 'function') { return sentry.extensions[method].apply(this, args); } flags_IS_DEBUG_BUILD && esm_logger/* logger.warn */.kg.warn("Extension method " + method + " couldn't be found, doing nothing."); }; return Hub; }()); /** * Returns the global shim registry. * * FIXME: This function is problematic, because despite always returning a valid Carrier, * it has an optional `__SENTRY__` property, which then in turn requires us to always perform an unnecessary check * at the call-site. We always access the carrier through this function, so we can guarantee that `__SENTRY__` is there. **/ function getMainCarrier() { var carrier = (0,esm_global/* getGlobalObject */.R)(); carrier.__SENTRY__ = carrier.__SENTRY__ || { extensions: {}, hub: undefined, }; return carrier; } /** * Replaces the current main hub with the passed one on the global object * * @returns The old replaced hub */ function makeMain(hub) { var registry = getMainCarrier(); var oldHub = getHubFromCarrier(registry); setHubOnCarrier(registry, hub); return oldHub; } /** * Returns the default hub instance. * * If a hub is already registered in the global carrier but this module * contains a more recent version, it replaces the registered version. * Otherwise, the currently registered hub will be returned. */ function getCurrentHub() { // Get main carrier (global for every environment) var registry = getMainCarrier(); // If there's no hub, or its an old API, assign a new one if (!hasHubOnCarrier(registry) || getHubFromCarrier(registry).isOlderThan(API_VERSION)) { setHubOnCarrier(registry, new Hub()); } // Prefer domains over global if they are there (applicable only to Node environment) if ((0,node/* isNodeEnv */.KV)()) { return getHubFromActiveDomain(registry); } // Return hub that lives on a global object return getHubFromCarrier(registry); } /** * Returns the active domain, if one exists * @deprecated No longer used; remove in v7 * @returns The domain, or undefined if there is no active domain */ // eslint-disable-next-line deprecation/deprecation function getActiveDomain() { IS_DEBUG_BUILD && logger.warn('Function `getActiveDomain` is deprecated and will be removed in a future version.'); var sentry = getMainCarrier().__SENTRY__; return sentry && sentry.extensions && sentry.extensions.domain && sentry.extensions.domain.active; } /** * Try to read the hub from an active domain, and fallback to the registry if one doesn't exist * @returns discovered hub */ function getHubFromActiveDomain(registry) { try { var sentry = getMainCarrier().__SENTRY__; var activeDomain = sentry && sentry.extensions && sentry.extensions.domain && sentry.extensions.domain.active; // If there's no active domain, just return global hub if (!activeDomain) { return getHubFromCarrier(registry); } // If there's no hub on current domain, or it's an old API, assign a new one if (!hasHubOnCarrier(activeDomain) || getHubFromCarrier(activeDomain).isOlderThan(API_VERSION)) { var registryHubTopStack = getHubFromCarrier(registry).getStackTop(); setHubOnCarrier(activeDomain, new Hub(registryHubTopStack.client, esm_scope/* Scope.clone */.s.clone(registryHubTopStack.scope))); } // Return hub that lives on a domain return getHubFromCarrier(activeDomain); } catch (_Oo) { // Return hub that lives on a global object return getHubFromCarrier(registry); } } /** * This will tell whether a carrier has a hub on it or not * @param carrier object */ function hasHubOnCarrier(carrier) { return !!(carrier && carrier.__SENTRY__ && carrier.__SENTRY__.hub); } /** * This will create a new {@link Hub} and add to the passed object on * __SENTRY__.hub. * @param carrier object * @hidden */ function getHubFromCarrier(carrier) { return (0,esm_global/* getGlobalSingleton */.Y)('hub', function () { return new Hub(); }, carrier); } /** * This will set passed {@link Hub} on the passed object's __SENTRY__.hub attribute * @param carrier object * @param hub Hub * @returns A boolean indicating success or failure */ function setHubOnCarrier(carrier, hub) { if (!carrier) return false; var __SENTRY__ = (carrier.__SENTRY__ = carrier.__SENTRY__ || {}); __SENTRY__.hub = hub; return true; } //# sourceMappingURL=hub.js.map /***/ }), /***/ 46769: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "s": function() { return /* binding */ Scope; }, /* harmony export */ "c": function() { return /* binding */ addGlobalEventProcessor; } /* harmony export */ }); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(70655); /* harmony import */ var _sentry_utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(67597); /* harmony import */ var _sentry_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(21170); /* harmony import */ var _sentry_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(96893); /* harmony import */ var _sentry_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(82991); /** * Absolute maximum number of breadcrumbs added to an event. * The `maxBreadcrumbs` option cannot be higher than this value. */ var MAX_BREADCRUMBS = 100; /** * Holds additional event information. {@link Scope.applyToEvent} will be * called by the client before an event will be sent. */ var Scope = /** @class */ (function () { function Scope() { /** Flag if notifying is happening. */ this._notifyingListeners = false; /** Callback for client to receive scope changes. */ this._scopeListeners = []; /** Callback list that will be called after {@link applyToEvent}. */ this._eventProcessors = []; /** Array of breadcrumbs. */ this._breadcrumbs = []; /** User */ this._user = {}; /** Tags */ this._tags = {}; /** Extra */ this._extra = {}; /** Contexts */ this._contexts = {}; /** * A place to stash data which is needed at some point in the SDK's event processing pipeline but which shouldn't get * sent to Sentry */ this._sdkProcessingMetadata = {}; } /** * Inherit values from the parent scope. * @param scope to clone. */ Scope.clone = function (scope) { var newScope = new Scope(); if (scope) { newScope._breadcrumbs = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__spread */ .fl)(scope._breadcrumbs); newScope._tags = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, scope._tags); newScope._extra = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, scope._extra); newScope._contexts = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, scope._contexts); newScope._user = scope._user; newScope._level = scope._level; newScope._span = scope._span; newScope._session = scope._session; newScope._transactionName = scope._transactionName; newScope._fingerprint = scope._fingerprint; newScope._eventProcessors = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__spread */ .fl)(scope._eventProcessors); newScope._requestSession = scope._requestSession; } return newScope; }; /** * Add internal on change listener. Used for sub SDKs that need to store the scope. * @hidden */ Scope.prototype.addScopeListener = function (callback) { this._scopeListeners.push(callback); }; /** * @inheritDoc */ Scope.prototype.addEventProcessor = function (callback) { this._eventProcessors.push(callback); return this; }; /** * @inheritDoc */ Scope.prototype.setUser = function (user) { this._user = user || {}; if (this._session) { this._session.update({ user: user }); } this._notifyScopeListeners(); return this; }; /** * @inheritDoc */ Scope.prototype.getUser = function () { return this._user; }; /** * @inheritDoc */ Scope.prototype.getRequestSession = function () { return this._requestSession; }; /** * @inheritDoc */ Scope.prototype.setRequestSession = function (requestSession) { this._requestSession = requestSession; return this; }; /** * @inheritDoc */ Scope.prototype.setTags = function (tags) { this._tags = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, this._tags), tags); this._notifyScopeListeners(); return this; }; /** * @inheritDoc */ Scope.prototype.setTag = function (key, value) { var _a; this._tags = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, this._tags), (_a = {}, _a[key] = value, _a)); this._notifyScopeListeners(); return this; }; /** * @inheritDoc */ Scope.prototype.setExtras = function (extras) { this._extra = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, this._extra), extras); this._notifyScopeListeners(); return this; }; /** * @inheritDoc */ Scope.prototype.setExtra = function (key, extra) { var _a; this._extra = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, this._extra), (_a = {}, _a[key] = extra, _a)); this._notifyScopeListeners(); return this; }; /** * @inheritDoc */ Scope.prototype.setFingerprint = function (fingerprint) { this._fingerprint = fingerprint; this._notifyScopeListeners(); return this; }; /** * @inheritDoc */ Scope.prototype.setLevel = function (level) { this._level = level; this._notifyScopeListeners(); return this; }; /** * @inheritDoc */ Scope.prototype.setTransactionName = function (name) { this._transactionName = name; this._notifyScopeListeners(); return this; }; /** * Can be removed in major version. * @deprecated in favor of {@link this.setTransactionName} */ Scope.prototype.setTransaction = function (name) { return this.setTransactionName(name); }; /** * @inheritDoc */ Scope.prototype.setContext = function (key, context) { var _a; if (context === null) { // eslint-disable-next-line @typescript-eslint/no-dynamic-delete delete this._contexts[key]; } else { this._contexts = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, this._contexts), (_a = {}, _a[key] = context, _a)); } this._notifyScopeListeners(); return this; }; /** * @inheritDoc */ Scope.prototype.setSpan = function (span) { this._span = span; this._notifyScopeListeners(); return this; }; /** * @inheritDoc */ Scope.prototype.getSpan = function () { return this._span; }; /** * @inheritDoc */ Scope.prototype.getTransaction = function () { // Often, this span (if it exists at all) will be a transaction, but it's not guaranteed to be. Regardless, it will // have a pointer to the currently-active transaction. var span = this.getSpan(); return span && span.transaction; }; /** * @inheritDoc */ Scope.prototype.setSession = function (session) { if (!session) { delete this._session; } else { this._session = session; } this._notifyScopeListeners(); return this; }; /** * @inheritDoc */ Scope.prototype.getSession = function () { return this._session; }; /** * @inheritDoc */ Scope.prototype.update = function (captureContext) { if (!captureContext) { return this; } if (typeof captureContext === 'function') { var updatedScope = captureContext(this); return updatedScope instanceof Scope ? updatedScope : this; } if (captureContext instanceof Scope) { this._tags = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, this._tags), captureContext._tags); this._extra = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, this._extra), captureContext._extra); this._contexts = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, this._contexts), captureContext._contexts); if (captureContext._user && Object.keys(captureContext._user).length) { this._user = captureContext._user; } if (captureContext._level) { this._level = captureContext._level; } if (captureContext._fingerprint) { this._fingerprint = captureContext._fingerprint; } if (captureContext._requestSession) { this._requestSession = captureContext._requestSession; } } else if ((0,_sentry_utils__WEBPACK_IMPORTED_MODULE_1__/* .isPlainObject */ .PO)(captureContext)) { // eslint-disable-next-line no-param-reassign captureContext = captureContext; this._tags = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, this._tags), captureContext.tags); this._extra = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, this._extra), captureContext.extra); this._contexts = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, this._contexts), captureContext.contexts); if (captureContext.user) { this._user = captureContext.user; } if (captureContext.level) { this._level = captureContext.level; } if (captureContext.fingerprint) { this._fingerprint = captureContext.fingerprint; } if (captureContext.requestSession) { this._requestSession = captureContext.requestSession; } } return this; }; /** * @inheritDoc */ Scope.prototype.clear = function () { this._breadcrumbs = []; this._tags = {}; this._extra = {}; this._user = {}; this._contexts = {}; this._level = undefined; this._transactionName = undefined; this._fingerprint = undefined; this._requestSession = undefined; this._span = undefined; this._session = undefined; this._notifyScopeListeners(); return this; }; /** * @inheritDoc */ Scope.prototype.addBreadcrumb = function (breadcrumb, maxBreadcrumbs) { var maxCrumbs = typeof maxBreadcrumbs === 'number' ? Math.min(maxBreadcrumbs, MAX_BREADCRUMBS) : MAX_BREADCRUMBS; // No data has been changed, so don't notify scope listeners if (maxCrumbs <= 0) { return this; } var mergedBreadcrumb = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({ timestamp: (0,_sentry_utils__WEBPACK_IMPORTED_MODULE_2__/* .dateTimestampInSeconds */ .yW)() }, breadcrumb); this._breadcrumbs = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__spread */ .fl)(this._breadcrumbs, [mergedBreadcrumb]).slice(-maxCrumbs); this._notifyScopeListeners(); return this; }; /** * @inheritDoc */ Scope.prototype.clearBreadcrumbs = function () { this._breadcrumbs = []; this._notifyScopeListeners(); return this; }; /** * Applies the current context and fingerprint to the event. * Note that breadcrumbs will be added by the client. * Also if the event has already breadcrumbs on it, we do not merge them. * @param event Event * @param hint May contain additional information about the original exception. * @hidden */ Scope.prototype.applyToEvent = function (event, hint) { if (this._extra && Object.keys(this._extra).length) { event.extra = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, this._extra), event.extra); } if (this._tags && Object.keys(this._tags).length) { event.tags = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, this._tags), event.tags); } if (this._user && Object.keys(this._user).length) { event.user = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, this._user), event.user); } if (this._contexts && Object.keys(this._contexts).length) { event.contexts = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, this._contexts), event.contexts); } if (this._level) { event.level = this._level; } if (this._transactionName) { event.transaction = this._transactionName; } // We want to set the trace context for normal events only if there isn't already // a trace context on the event. There is a product feature in place where we link // errors with transaction and it relies on that. if (this._span) { event.contexts = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({ trace: this._span.getTraceContext() }, event.contexts); var transactionName = this._span.transaction && this._span.transaction.name; if (transactionName) { event.tags = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({ transaction: transactionName }, event.tags); } } this._applyFingerprint(event); event.breadcrumbs = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__spread */ .fl)((event.breadcrumbs || []), this._breadcrumbs); event.breadcrumbs = event.breadcrumbs.length > 0 ? event.breadcrumbs : undefined; event.sdkProcessingMetadata = this._sdkProcessingMetadata; return this._notifyEventProcessors((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__spread */ .fl)(getGlobalEventProcessors(), this._eventProcessors), event, hint); }; /** * Add data which will be accessible during event processing but won't get sent to Sentry */ Scope.prototype.setSDKProcessingMetadata = function (newData) { this._sdkProcessingMetadata = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, this._sdkProcessingMetadata), newData); return this; }; /** * This will be called after {@link applyToEvent} is finished. */ Scope.prototype._notifyEventProcessors = function (processors, event, hint, index) { var _this = this; if (index === void 0) { index = 0; } return new _sentry_utils__WEBPACK_IMPORTED_MODULE_3__/* .SyncPromise */ .cW(function (resolve, reject) { var processor = processors[index]; if (event === null || typeof processor !== 'function') { resolve(event); } else { var result = processor((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, event), hint); if ((0,_sentry_utils__WEBPACK_IMPORTED_MODULE_1__/* .isThenable */ .J8)(result)) { void result .then(function (final) { return _this._notifyEventProcessors(processors, final, hint, index + 1).then(resolve); }) .then(null, reject); } else { void _this._notifyEventProcessors(processors, result, hint, index + 1) .then(resolve) .then(null, reject); } } }); }; /** * This will be called on every set call. */ Scope.prototype._notifyScopeListeners = function () { var _this = this; // We need this check for this._notifyingListeners to be able to work on scope during updates // If this check is not here we'll produce endless recursion when something is done with the scope // during the callback. if (!this._notifyingListeners) { this._notifyingListeners = true; this._scopeListeners.forEach(function (callback) { callback(_this); }); this._notifyingListeners = false; } }; /** * Applies fingerprint from the scope to the event if there's one, * uses message if there's one instead or get rid of empty fingerprint */ Scope.prototype._applyFingerprint = function (event) { // Make sure it's an array first and we actually have something in place event.fingerprint = event.fingerprint ? Array.isArray(event.fingerprint) ? event.fingerprint : [event.fingerprint] : []; // If we have something on the scope, then merge it with event if (this._fingerprint) { event.fingerprint = event.fingerprint.concat(this._fingerprint); } // If we have no data at all, remove empty array default if (event.fingerprint && !event.fingerprint.length) { delete event.fingerprint; } }; return Scope; }()); /** * Returns the global event processors. */ function getGlobalEventProcessors() { return (0,_sentry_utils__WEBPACK_IMPORTED_MODULE_4__/* .getGlobalSingleton */ .Y)('globalEventProcessors', function () { return []; }); } /** * Add a EventProcessor to be kept globally. * @param callback EventProcessor to add */ function addGlobalEventProcessor(callback) { getGlobalEventProcessors().push(callback); } //# sourceMappingURL=scope.js.map /***/ }), /***/ 26257: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "d": function() { return /* binding */ FINISH_REASON_TAG; }, /* harmony export */ "x": function() { return /* binding */ IDLE_TRANSACTION_FINISH_REASONS; } /* harmony export */ }); // Store finish reasons in tuple to save on bundle size // Readonly type should enforce that this is not mutated. var FINISH_REASON_TAG = 'finishReason'; var IDLE_TRANSACTION_FINISH_REASONS = ['heartbeatFailed', 'idleTimeout', 'documentHidden']; //# sourceMappingURL=constants.js.map /***/ }), /***/ 78955: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "h": function() { return /* binding */ IS_DEBUG_BUILD; } /* harmony export */ }); /* * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking * for users. * * Debug flags need to be declared in each package individually and must not be imported across package boundaries, * because some build tools have trouble tree-shaking imported guards. * * As a convention, we define debug flags in a `flags.ts` file in the root of a package's `src` folder. * * Debug flag files will contain "magic strings" like `__SENTRY_DEBUG__` that may get replaced with actual values during * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not * replaced. */ /** Flag that is true for debug builds, false otherwise. */ var IS_DEBUG_BUILD = typeof __SENTRY_DEBUG__ === 'undefined' ? true : __SENTRY_DEBUG__; //# sourceMappingURL=flags.js.map /***/ }), /***/ 50790: /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, { "ro": function() { return /* binding */ addExtensionMethods; }, "lb": function() { return /* binding */ startIdleTransaction; } }); // UNUSED EXPORTS: _addTracingExtensions // EXTERNAL MODULE: ./node_modules/tslib/tslib.es6.js var tslib_es6 = __webpack_require__(70655); // EXTERNAL MODULE: ./node_modules/@sentry/hub/esm/hub.js + 2 modules var hub = __webpack_require__(36879); // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/logger.js var logger = __webpack_require__(12343); // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/is.js var is = __webpack_require__(67597); // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/node.js + 1 modules var node = __webpack_require__(72176); // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/instrument.js var instrument = __webpack_require__(9732); // EXTERNAL MODULE: ./node_modules/@sentry/tracing/esm/flags.js var flags = __webpack_require__(78955); // EXTERNAL MODULE: ./node_modules/@sentry/tracing/esm/utils.js var utils = __webpack_require__(63233); ;// CONCATENATED MODULE: ./node_modules/@sentry/tracing/esm/errors.js /** * Configures global error listeners */ function registerErrorInstrumentation() { (0,instrument/* addInstrumentationHandler */.o)('error', errorCallback); (0,instrument/* addInstrumentationHandler */.o)('unhandledrejection', errorCallback); } /** * If an error or unhandled promise occurs, we mark the active transaction as failed */ function errorCallback() { var activeTransaction = (0,utils/* getActiveTransaction */.x1)(); if (activeTransaction) { var status_1 = 'internal_error'; flags/* IS_DEBUG_BUILD */.h && logger/* logger.log */.kg.log("[Tracing] Transaction: " + status_1 + " -> Global error occured"); activeTransaction.setStatus(status_1); } } //# sourceMappingURL=errors.js.map // EXTERNAL MODULE: ./node_modules/@sentry/tracing/esm/idletransaction.js var idletransaction = __webpack_require__(16458); // EXTERNAL MODULE: ./node_modules/@sentry/tracing/esm/transaction.js var esm_transaction = __webpack_require__(33391); ;// CONCATENATED MODULE: ./node_modules/@sentry/tracing/esm/hubextensions.js /* module decorator */ module = __webpack_require__.hmd(module); /** Returns all trace headers that are currently on the top scope. */ function traceHeaders() { var scope = this.getScope(); if (scope) { var span = scope.getSpan(); if (span) { return { 'sentry-trace': span.toTraceparent(), }; } } return {}; } /** * Makes a sampling decision for the given transaction and stores it on the transaction. * * Called every time a transaction is created. Only transactions which emerge with a `sampled` value of `true` will be * sent to Sentry. * * @param transaction: The transaction needing a sampling decision * @param options: The current client's options, so we can access `tracesSampleRate` and/or `tracesSampler` * @param samplingContext: Default and user-provided data which may be used to help make the decision * * @returns The given transaction with its `sampled` value set */ function sample(transaction, options, samplingContext) { // nothing to do if tracing is not enabled if (!(0,utils/* hasTracingEnabled */.zu)(options)) { transaction.sampled = false; return transaction; } // if the user has forced a sampling decision by passing a `sampled` value in their transaction context, go with that if (transaction.sampled !== undefined) { transaction.setMetadata({ transactionSampling: { method: 'explicitly_set' }, }); return transaction; } // we would have bailed already if neither `tracesSampler` nor `tracesSampleRate` were defined, so one of these should // work; prefer the hook if so var sampleRate; if (typeof options.tracesSampler === 'function') { sampleRate = options.tracesSampler(samplingContext); transaction.setMetadata({ transactionSampling: { method: 'client_sampler', // cast to number in case it's a boolean rate: Number(sampleRate), }, }); } else if (samplingContext.parentSampled !== undefined) { sampleRate = samplingContext.parentSampled; transaction.setMetadata({ transactionSampling: { method: 'inheritance' }, }); } else { sampleRate = options.tracesSampleRate; transaction.setMetadata({ transactionSampling: { method: 'client_rate', // cast to number in case it's a boolean rate: Number(sampleRate), }, }); } // Since this is coming from the user (or from a function provided by the user), who knows what we might get. (The // only valid values are booleans or numbers between 0 and 1.) if (!isValidSampleRate(sampleRate)) { flags/* IS_DEBUG_BUILD */.h && logger/* logger.warn */.kg.warn('[Tracing] Discarding transaction because of invalid sample rate.'); transaction.sampled = false; return transaction; } // if the function returned 0 (or false), or if `tracesSampleRate` is 0, it's a sign the transaction should be dropped if (!sampleRate) { flags/* IS_DEBUG_BUILD */.h && logger/* logger.log */.kg.log("[Tracing] Discarding transaction because " + (typeof options.tracesSampler === 'function' ? 'tracesSampler returned 0 or false' : 'a negative sampling decision was inherited or tracesSampleRate is set to 0')); transaction.sampled = false; return transaction; } // Now we roll the dice. Math.random is inclusive of 0, but not of 1, so strict < is safe here. In case sampleRate is // a boolean, the < comparison will cause it to be automatically cast to 1 if it's true and 0 if it's false. transaction.sampled = Math.random() < sampleRate; // if we're not going to keep it, we're done if (!transaction.sampled) { flags/* IS_DEBUG_BUILD */.h && logger/* logger.log */.kg.log("[Tracing] Discarding transaction because it's not included in the random sample (sampling rate = " + Number(sampleRate) + ")"); return transaction; } flags/* IS_DEBUG_BUILD */.h && logger/* logger.log */.kg.log("[Tracing] starting " + transaction.op + " transaction - " + transaction.name); return transaction; } /** * Checks the given sample rate to make sure it is valid type and value (a boolean, or a number between 0 and 1). */ function isValidSampleRate(rate) { // we need to check NaN explicitly because it's of type 'number' and therefore wouldn't get caught by this typecheck // eslint-disable-next-line @typescript-eslint/no-explicit-any if ((0,is/* isNaN */.i2)(rate) || !(typeof rate === 'number' || typeof rate === 'boolean')) { flags/* IS_DEBUG_BUILD */.h && logger/* logger.warn */.kg.warn("[Tracing] Given sample rate is invalid. Sample rate must be a boolean or a number between 0 and 1. Got " + JSON.stringify(rate) + " of type " + JSON.stringify(typeof rate) + "."); return false; } // in case sampleRate is a boolean, it will get automatically cast to 1 if it's true and 0 if it's false if (rate < 0 || rate > 1) { flags/* IS_DEBUG_BUILD */.h && logger/* logger.warn */.kg.warn("[Tracing] Given sample rate is invalid. Sample rate must be between 0 and 1. Got " + rate + "."); return false; } return true; } /** * Creates a new transaction and adds a sampling decision if it doesn't yet have one. * * The Hub.startTransaction method delegates to this method to do its work, passing the Hub instance in as `this`, as if * it had been called on the hub directly. Exists as a separate function so that it can be injected into the class as an * "extension method." * * @param this: The Hub starting the transaction * @param transactionContext: Data used to configure the transaction * @param CustomSamplingContext: Optional data to be provided to the `tracesSampler` function (if any) * * @returns The new transaction * * @see {@link Hub.startTransaction} */ function _startTransaction(transactionContext, customSamplingContext) { var client = this.getClient(); var options = (client && client.getOptions()) || {}; var transaction = new esm_transaction/* Transaction */.Y(transactionContext, this); transaction = sample(transaction, options, (0,tslib_es6/* __assign */.pi)({ parentSampled: transactionContext.parentSampled, transactionContext: transactionContext }, customSamplingContext)); if (transaction.sampled) { transaction.initSpanRecorder(options._experiments && options._experiments.maxSpans); } return transaction; } /** * Create new idle transaction. */ function startIdleTransaction(hub, transactionContext, idleTimeout, onScope, customSamplingContext) { var client = hub.getClient(); var options = (client && client.getOptions()) || {}; var transaction = new idletransaction/* IdleTransaction */.io(transactionContext, hub, idleTimeout, onScope); transaction = sample(transaction, options, (0,tslib_es6/* __assign */.pi)({ parentSampled: transactionContext.parentSampled, transactionContext: transactionContext }, customSamplingContext)); if (transaction.sampled) { transaction.initSpanRecorder(options._experiments && options._experiments.maxSpans); } return transaction; } /** * @private */ function _addTracingExtensions() { var carrier = (0,hub/* getMainCarrier */.cu)(); if (!carrier.__SENTRY__) { return; } carrier.__SENTRY__.extensions = carrier.__SENTRY__.extensions || {}; if (!carrier.__SENTRY__.extensions.startTransaction) { carrier.__SENTRY__.extensions.startTransaction = _startTransaction; } if (!carrier.__SENTRY__.extensions.traceHeaders) { carrier.__SENTRY__.extensions.traceHeaders = traceHeaders; } } /** * @private */ function _autoloadDatabaseIntegrations() { var carrier = (0,hub/* getMainCarrier */.cu)(); if (!carrier.__SENTRY__) { return; } var packageToIntegrationMapping = { mongodb: function () { var integration = (0,node/* dynamicRequire */.l$)(module, './integrations/node/mongo'); return new integration.Mongo(); }, mongoose: function () { var integration = (0,node/* dynamicRequire */.l$)(module, './integrations/node/mongo'); return new integration.Mongo({ mongoose: true }); }, mysql: function () { var integration = (0,node/* dynamicRequire */.l$)(module, './integrations/node/mysql'); return new integration.Mysql(); }, pg: function () { var integration = (0,node/* dynamicRequire */.l$)(module, './integrations/node/postgres'); return new integration.Postgres(); }, }; var mappedPackages = Object.keys(packageToIntegrationMapping) .filter(function (moduleName) { return !!(0,node/* loadModule */.$y)(moduleName); }) .map(function (pkg) { try { return packageToIntegrationMapping[pkg](); } catch (e) { return undefined; } }) .filter(function (p) { return p; }); if (mappedPackages.length > 0) { carrier.__SENTRY__.integrations = (0,tslib_es6/* __spread */.fl)((carrier.__SENTRY__.integrations || []), mappedPackages); } } /** * This patches the global object and injects the Tracing extensions methods */ function addExtensionMethods() { _addTracingExtensions(); // Detect and automatically load specified integrations. if ((0,node/* isNodeEnv */.KV)()) { _autoloadDatabaseIntegrations(); } // If an error happens globally, we should make sure transaction status is set to error. registerErrorInstrumentation(); } //# sourceMappingURL=hubextensions.js.map /***/ }), /***/ 16458: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "nT": function() { return /* binding */ DEFAULT_IDLE_TIMEOUT; }, /* harmony export */ "io": function() { return /* binding */ IdleTransaction; } /* harmony export */ }); /* unused harmony exports HEARTBEAT_INTERVAL, IdleTransactionSpanRecorder */ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(70655); /* harmony import */ var _sentry_utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(21170); /* harmony import */ var _sentry_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(12343); /* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(26257); /* harmony import */ var _flags__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(78955); /* harmony import */ var _span__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(55334); /* harmony import */ var _transaction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(33391); var DEFAULT_IDLE_TIMEOUT = 1000; var HEARTBEAT_INTERVAL = 5000; /** * @inheritDoc */ var IdleTransactionSpanRecorder = /** @class */ (function (_super) { (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__extends */ .ZT)(IdleTransactionSpanRecorder, _super); function IdleTransactionSpanRecorder(_pushActivity, _popActivity, transactionSpanId, maxlen) { if (transactionSpanId === void 0) { transactionSpanId = ''; } var _this = _super.call(this, maxlen) || this; _this._pushActivity = _pushActivity; _this._popActivity = _popActivity; _this.transactionSpanId = transactionSpanId; return _this; } /** * @inheritDoc */ IdleTransactionSpanRecorder.prototype.add = function (span) { var _this = this; // We should make sure we do not push and pop activities for // the transaction that this span recorder belongs to. if (span.spanId !== this.transactionSpanId) { // We patch span.finish() to pop an activity after setting an endTimestamp. span.finish = function (endTimestamp) { span.endTimestamp = typeof endTimestamp === 'number' ? endTimestamp : (0,_sentry_utils__WEBPACK_IMPORTED_MODULE_1__/* .timestampWithMs */ ._I)(); _this._popActivity(span.spanId); }; // We should only push new activities if the span does not have an end timestamp. if (span.endTimestamp === undefined) { this._pushActivity(span.spanId); } } _super.prototype.add.call(this, span); }; return IdleTransactionSpanRecorder; }(_span__WEBPACK_IMPORTED_MODULE_2__/* .SpanRecorder */ .gB)); /** * An IdleTransaction is a transaction that automatically finishes. It does this by tracking child spans as activities. * You can have multiple IdleTransactions active, but if the `onScope` option is specified, the idle transaction will * put itself on the scope on creation. */ var IdleTransaction = /** @class */ (function (_super) { (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__extends */ .ZT)(IdleTransaction, _super); function IdleTransaction(transactionContext, _idleHub, /** * The time to wait in ms until the idle transaction will be finished. * @default 1000 */ _idleTimeout, // Whether or not the transaction should put itself on the scope when it starts and pop itself off when it ends _onScope) { if (_idleTimeout === void 0) { _idleTimeout = DEFAULT_IDLE_TIMEOUT; } if (_onScope === void 0) { _onScope = false; } var _this = _super.call(this, transactionContext, _idleHub) || this; _this._idleHub = _idleHub; _this._idleTimeout = _idleTimeout; _this._onScope = _onScope; // Activities store a list of active spans _this.activities = {}; // Amount of times heartbeat has counted. Will cause transaction to finish after 3 beats. _this._heartbeatCounter = 0; // We should not use heartbeat if we finished a transaction _this._finished = false; _this._beforeFinishCallbacks = []; if (_idleHub && _onScope) { // There should only be one active transaction on the scope clearActiveTransaction(_idleHub); // We set the transaction here on the scope so error events pick up the trace // context and attach it to the error. _flags__WEBPACK_IMPORTED_MODULE_3__/* .IS_DEBUG_BUILD */ .h && _sentry_utils__WEBPACK_IMPORTED_MODULE_4__/* .logger.log */ .kg.log("Setting idle transaction on scope. Span ID: " + _this.spanId); _idleHub.configureScope(function (scope) { return scope.setSpan(_this); }); } _this._initTimeout = setTimeout(function () { if (!_this._finished) { _this.finish(); } }, _this._idleTimeout); return _this; } /** {@inheritDoc} */ IdleTransaction.prototype.finish = function (endTimestamp) { var e_1, _a; var _this = this; if (endTimestamp === void 0) { endTimestamp = (0,_sentry_utils__WEBPACK_IMPORTED_MODULE_1__/* .timestampWithMs */ ._I)(); } this._finished = true; this.activities = {}; if (this.spanRecorder) { _flags__WEBPACK_IMPORTED_MODULE_3__/* .IS_DEBUG_BUILD */ .h && _sentry_utils__WEBPACK_IMPORTED_MODULE_4__/* .logger.log */ .kg.log('[Tracing] finishing IdleTransaction', new Date(endTimestamp * 1000).toISOString(), this.op); try { for (var _b = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__values */ .XA)(this._beforeFinishCallbacks), _c = _b.next(); !_c.done; _c = _b.next()) { var callback = _c.value; callback(this, endTimestamp); } } catch (e_1_1) { e_1 = { error: e_1_1 }; } finally { try { if (_c && !_c.done && (_a = _b.return)) _a.call(_b); } finally { if (e_1) throw e_1.error; } } this.spanRecorder.spans = this.spanRecorder.spans.filter(function (span) { // If we are dealing with the transaction itself, we just return it if (span.spanId === _this.spanId) { return true; } // We cancel all pending spans with status "cancelled" to indicate the idle transaction was finished early if (!span.endTimestamp) { span.endTimestamp = endTimestamp; span.setStatus('cancelled'); _flags__WEBPACK_IMPORTED_MODULE_3__/* .IS_DEBUG_BUILD */ .h && _sentry_utils__WEBPACK_IMPORTED_MODULE_4__/* .logger.log */ .kg.log('[Tracing] cancelling span since transaction ended early', JSON.stringify(span, undefined, 2)); } var keepSpan = span.startTimestamp < endTimestamp; if (!keepSpan) { _flags__WEBPACK_IMPORTED_MODULE_3__/* .IS_DEBUG_BUILD */ .h && _sentry_utils__WEBPACK_IMPORTED_MODULE_4__/* .logger.log */ .kg.log('[Tracing] discarding Span since it happened after Transaction was finished', JSON.stringify(span, undefined, 2)); } return keepSpan; }); _flags__WEBPACK_IMPORTED_MODULE_3__/* .IS_DEBUG_BUILD */ .h && _sentry_utils__WEBPACK_IMPORTED_MODULE_4__/* .logger.log */ .kg.log('[Tracing] flushing IdleTransaction'); } else { _flags__WEBPACK_IMPORTED_MODULE_3__/* .IS_DEBUG_BUILD */ .h && _sentry_utils__WEBPACK_IMPORTED_MODULE_4__/* .logger.log */ .kg.log('[Tracing] No active IdleTransaction'); } // if `this._onScope` is `true`, the transaction put itself on the scope when it started if (this._onScope) { clearActiveTransaction(this._idleHub); } return _super.prototype.finish.call(this, endTimestamp); }; /** * Register a callback function that gets excecuted before the transaction finishes. * Useful for cleanup or if you want to add any additional spans based on current context. * * This is exposed because users have no other way of running something before an idle transaction * finishes. */ IdleTransaction.prototype.registerBeforeFinishCallback = function (callback) { this._beforeFinishCallbacks.push(callback); }; /** * @inheritDoc */ IdleTransaction.prototype.initSpanRecorder = function (maxlen) { var _this = this; if (!this.spanRecorder) { var pushActivity = function (id) { if (_this._finished) { return; } _this._pushActivity(id); }; var popActivity = function (id) { if (_this._finished) { return; } _this._popActivity(id); }; this.spanRecorder = new IdleTransactionSpanRecorder(pushActivity, popActivity, this.spanId, maxlen); // Start heartbeat so that transactions do not run forever. _flags__WEBPACK_IMPORTED_MODULE_3__/* .IS_DEBUG_BUILD */ .h && _sentry_utils__WEBPACK_IMPORTED_MODULE_4__/* .logger.log */ .kg.log('Starting heartbeat'); this._pingHeartbeat(); } this.spanRecorder.add(this); }; /** * Start tracking a specific activity. * @param spanId The span id that represents the activity */ IdleTransaction.prototype._pushActivity = function (spanId) { if (this._initTimeout) { clearTimeout(this._initTimeout); this._initTimeout = undefined; } _flags__WEBPACK_IMPORTED_MODULE_3__/* .IS_DEBUG_BUILD */ .h && _sentry_utils__WEBPACK_IMPORTED_MODULE_4__/* .logger.log */ .kg.log("[Tracing] pushActivity: " + spanId); this.activities[spanId] = true; _flags__WEBPACK_IMPORTED_MODULE_3__/* .IS_DEBUG_BUILD */ .h && _sentry_utils__WEBPACK_IMPORTED_MODULE_4__/* .logger.log */ .kg.log('[Tracing] new activities count', Object.keys(this.activities).length); }; /** * Remove an activity from usage * @param spanId The span id that represents the activity */ IdleTransaction.prototype._popActivity = function (spanId) { var _this = this; if (this.activities[spanId]) { _flags__WEBPACK_IMPORTED_MODULE_3__/* .IS_DEBUG_BUILD */ .h && _sentry_utils__WEBPACK_IMPORTED_MODULE_4__/* .logger.log */ .kg.log("[Tracing] popActivity " + spanId); // eslint-disable-next-line @typescript-eslint/no-dynamic-delete delete this.activities[spanId]; _flags__WEBPACK_IMPORTED_MODULE_3__/* .IS_DEBUG_BUILD */ .h && _sentry_utils__WEBPACK_IMPORTED_MODULE_4__/* .logger.log */ .kg.log('[Tracing] new activities count', Object.keys(this.activities).length); } if (Object.keys(this.activities).length === 0) { var timeout = this._idleTimeout; // We need to add the timeout here to have the real endtimestamp of the transaction // Remember timestampWithMs is in seconds, timeout is in ms var end_1 = (0,_sentry_utils__WEBPACK_IMPORTED_MODULE_1__/* .timestampWithMs */ ._I)() + timeout / 1000; setTimeout(function () { if (!_this._finished) { _this.setTag(_constants__WEBPACK_IMPORTED_MODULE_5__/* .FINISH_REASON_TAG */ .d, _constants__WEBPACK_IMPORTED_MODULE_5__/* .IDLE_TRANSACTION_FINISH_REASONS[1] */ .x[1]); _this.finish(end_1); } }, timeout); } }; /** * Checks when entries of this.activities are not changing for 3 beats. * If this occurs we finish the transaction. */ IdleTransaction.prototype._beat = function () { // We should not be running heartbeat if the idle transaction is finished. if (this._finished) { return; } var heartbeatString = Object.keys(this.activities).join(''); if (heartbeatString === this._prevHeartbeatString) { this._heartbeatCounter += 1; } else { this._heartbeatCounter = 1; } this._prevHeartbeatString = heartbeatString; if (this._heartbeatCounter >= 3) { _flags__WEBPACK_IMPORTED_MODULE_3__/* .IS_DEBUG_BUILD */ .h && _sentry_utils__WEBPACK_IMPORTED_MODULE_4__/* .logger.log */ .kg.log('[Tracing] Transaction finished because of no change for 3 heart beats'); this.setStatus('deadline_exceeded'); this.setTag(_constants__WEBPACK_IMPORTED_MODULE_5__/* .FINISH_REASON_TAG */ .d, _constants__WEBPACK_IMPORTED_MODULE_5__/* .IDLE_TRANSACTION_FINISH_REASONS[0] */ .x[0]); this.finish(); } else { this._pingHeartbeat(); } }; /** * Pings the heartbeat */ IdleTransaction.prototype._pingHeartbeat = function () { var _this = this; _flags__WEBPACK_IMPORTED_MODULE_3__/* .IS_DEBUG_BUILD */ .h && _sentry_utils__WEBPACK_IMPORTED_MODULE_4__/* .logger.log */ .kg.log("pinging Heartbeat -> current counter: " + this._heartbeatCounter); setTimeout(function () { _this._beat(); }, HEARTBEAT_INTERVAL); }; return IdleTransaction; }(_transaction__WEBPACK_IMPORTED_MODULE_6__/* .Transaction */ .Y)); /** * Reset transaction on scope to `undefined` */ function clearActiveTransaction(hub) { if (hub) { var scope = hub.getScope(); if (scope) { var transaction = scope.getTransaction(); if (transaction) { scope.setSpan(undefined); } } } } //# sourceMappingURL=idletransaction.js.map /***/ }), /***/ 55334: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "gB": function() { return /* binding */ SpanRecorder; }, /* harmony export */ "Dr": function() { return /* binding */ Span; } /* harmony export */ }); /* unused harmony export spanStatusfromHttpCode */ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(70655); /* harmony import */ var _sentry_utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(62844); /* harmony import */ var _sentry_utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(21170); /* harmony import */ var _sentry_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(20535); /** * Keeps track of finished spans for a given transaction * @internal * @hideconstructor * @hidden */ var SpanRecorder = /** @class */ (function () { function SpanRecorder(maxlen) { if (maxlen === void 0) { maxlen = 1000; } this.spans = []; this._maxlen = maxlen; } /** * This is just so that we don't run out of memory while recording a lot * of spans. At some point we just stop and flush out the start of the * trace tree (i.e.the first n spans with the smallest * start_timestamp). */ SpanRecorder.prototype.add = function (span) { if (this.spans.length > this._maxlen) { span.spanRecorder = undefined; } else { this.spans.push(span); } }; return SpanRecorder; }()); /** * Span contains all data about a span */ var Span = /** @class */ (function () { /** * You should never call the constructor manually, always use `Sentry.startTransaction()` * or call `startChild()` on an existing span. * @internal * @hideconstructor * @hidden */ function Span(spanContext) { /** * @inheritDoc */ this.traceId = (0,_sentry_utils__WEBPACK_IMPORTED_MODULE_0__/* .uuid4 */ .DM)(); /** * @inheritDoc */ this.spanId = (0,_sentry_utils__WEBPACK_IMPORTED_MODULE_0__/* .uuid4 */ .DM)().substring(16); /** * Timestamp in seconds when the span was created. */ this.startTimestamp = (0,_sentry_utils__WEBPACK_IMPORTED_MODULE_1__/* .timestampWithMs */ ._I)(); /** * @inheritDoc */ this.tags = {}; /** * @inheritDoc */ // eslint-disable-next-line @typescript-eslint/no-explicit-any this.data = {}; if (!spanContext) { return this; } if (spanContext.traceId) { this.traceId = spanContext.traceId; } if (spanContext.spanId) { this.spanId = spanContext.spanId; } if (spanContext.parentSpanId) { this.parentSpanId = spanContext.parentSpanId; } // We want to include booleans as well here if ('sampled' in spanContext) { this.sampled = spanContext.sampled; } if (spanContext.op) { this.op = spanContext.op; } if (spanContext.description) { this.description = spanContext.description; } if (spanContext.data) { this.data = spanContext.data; } if (spanContext.tags) { this.tags = spanContext.tags; } if (spanContext.status) { this.status = spanContext.status; } if (spanContext.startTimestamp) { this.startTimestamp = spanContext.startTimestamp; } if (spanContext.endTimestamp) { this.endTimestamp = spanContext.endTimestamp; } } /** * @inheritDoc * @deprecated */ Span.prototype.child = function (spanContext) { return this.startChild(spanContext); }; /** * @inheritDoc */ Span.prototype.startChild = function (spanContext) { var childSpan = new Span((0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__assign */ .pi)({}, spanContext), { parentSpanId: this.spanId, sampled: this.sampled, traceId: this.traceId })); childSpan.spanRecorder = this.spanRecorder; if (childSpan.spanRecorder) { childSpan.spanRecorder.add(childSpan); } childSpan.transaction = this.transaction; return childSpan; }; /** * @inheritDoc */ Span.prototype.setTag = function (key, value) { var _a; this.tags = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__assign */ .pi)({}, this.tags), (_a = {}, _a[key] = value, _a)); return this; }; /** * @inheritDoc */ // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types Span.prototype.setData = function (key, value) { var _a; this.data = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__assign */ .pi)({}, this.data), (_a = {}, _a[key] = value, _a)); return this; }; /** * @inheritDoc */ Span.prototype.setStatus = function (value) { this.status = value; return this; }; /** * @inheritDoc */ Span.prototype.setHttpStatus = function (httpStatus) { this.setTag('http.status_code', String(httpStatus)); var spanStatus = spanStatusfromHttpCode(httpStatus); if (spanStatus !== 'unknown_error') { this.setStatus(spanStatus); } return this; }; /** * @inheritDoc */ Span.prototype.isSuccess = function () { return this.status === 'ok'; }; /** * @inheritDoc */ Span.prototype.finish = function (endTimestamp) { this.endTimestamp = typeof endTimestamp === 'number' ? endTimestamp : (0,_sentry_utils__WEBPACK_IMPORTED_MODULE_1__/* .timestampWithMs */ ._I)(); }; /** * @inheritDoc */ Span.prototype.toTraceparent = function () { var sampledString = ''; if (this.sampled !== undefined) { sampledString = this.sampled ? '-1' : '-0'; } return this.traceId + "-" + this.spanId + sampledString; }; /** * @inheritDoc */ Span.prototype.toContext = function () { return (0,_sentry_utils__WEBPACK_IMPORTED_MODULE_3__/* .dropUndefinedKeys */ .Jr)({ data: this.data, description: this.description, endTimestamp: this.endTimestamp, op: this.op, parentSpanId: this.parentSpanId, sampled: this.sampled, spanId: this.spanId, startTimestamp: this.startTimestamp, status: this.status, tags: this.tags, traceId: this.traceId, }); }; /** * @inheritDoc */ Span.prototype.updateWithContext = function (spanContext) { var _a, _b, _c, _d, _e; this.data = (_a = spanContext.data, (_a !== null && _a !== void 0 ? _a : {})); this.description = spanContext.description; this.endTimestamp = spanContext.endTimestamp; this.op = spanContext.op; this.parentSpanId = spanContext.parentSpanId; this.sampled = spanContext.sampled; this.spanId = (_b = spanContext.spanId, (_b !== null && _b !== void 0 ? _b : this.spanId)); this.startTimestamp = (_c = spanContext.startTimestamp, (_c !== null && _c !== void 0 ? _c : this.startTimestamp)); this.status = spanContext.status; this.tags = (_d = spanContext.tags, (_d !== null && _d !== void 0 ? _d : {})); this.traceId = (_e = spanContext.traceId, (_e !== null && _e !== void 0 ? _e : this.traceId)); return this; }; /** * @inheritDoc */ Span.prototype.getTraceContext = function () { return (0,_sentry_utils__WEBPACK_IMPORTED_MODULE_3__/* .dropUndefinedKeys */ .Jr)({ data: Object.keys(this.data).length > 0 ? this.data : undefined, description: this.description, op: this.op, parent_span_id: this.parentSpanId, span_id: this.spanId, status: this.status, tags: Object.keys(this.tags).length > 0 ? this.tags : undefined, trace_id: this.traceId, }); }; /** * @inheritDoc */ Span.prototype.toJSON = function () { return (0,_sentry_utils__WEBPACK_IMPORTED_MODULE_3__/* .dropUndefinedKeys */ .Jr)({ data: Object.keys(this.data).length > 0 ? this.data : undefined, description: this.description, op: this.op, parent_span_id: this.parentSpanId, span_id: this.spanId, start_timestamp: this.startTimestamp, status: this.status, tags: Object.keys(this.tags).length > 0 ? this.tags : undefined, timestamp: this.endTimestamp, trace_id: this.traceId, }); }; return Span; }()); /** * Converts a HTTP status code into a {@link SpanStatusType}. * * @param httpStatus The HTTP response status code. * @returns The span status or unknown_error. */ function spanStatusfromHttpCode(httpStatus) { if (httpStatus < 400 && httpStatus >= 100) { return 'ok'; } if (httpStatus >= 400 && httpStatus < 500) { switch (httpStatus) { case 401: return 'unauthenticated'; case 403: return 'permission_denied'; case 404: return 'not_found'; case 409: return 'already_exists'; case 413: return 'failed_precondition'; case 429: return 'resource_exhausted'; default: return 'invalid_argument'; } } if (httpStatus >= 500 && httpStatus < 600) { switch (httpStatus) { case 501: return 'unimplemented'; case 503: return 'unavailable'; case 504: return 'deadline_exceeded'; default: return 'internal_error'; } } return 'unknown_error'; } //# sourceMappingURL=span.js.map /***/ }), /***/ 33391: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Y": function() { return /* binding */ Transaction; } /* harmony export */ }); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(70655); /* harmony import */ var _sentry_hub__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(36879); /* harmony import */ var _sentry_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(67597); /* harmony import */ var _sentry_utils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(12343); /* harmony import */ var _sentry_utils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(20535); /* harmony import */ var _flags__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(78955); /* harmony import */ var _span__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(55334); /** JSDoc */ var Transaction = /** @class */ (function (_super) { (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__extends */ .ZT)(Transaction, _super); /** * This constructor should never be called manually. Those instrumenting tracing should use * `Sentry.startTransaction()`, and internal methods should use `hub.startTransaction()`. * @internal * @hideconstructor * @hidden */ function Transaction(transactionContext, hub) { var _this = _super.call(this, transactionContext) || this; _this._measurements = {}; /** * The reference to the current hub. */ _this._hub = (0,_sentry_hub__WEBPACK_IMPORTED_MODULE_1__/* .getCurrentHub */ .Gd)(); if ((0,_sentry_utils__WEBPACK_IMPORTED_MODULE_2__/* .isInstanceOf */ .V9)(hub, _sentry_hub__WEBPACK_IMPORTED_MODULE_1__/* .Hub */ .Xb)) { _this._hub = hub; } _this.name = transactionContext.name || ''; _this.metadata = transactionContext.metadata || {}; _this._trimEnd = transactionContext.trimEnd; // this is because transactions are also spans, and spans have a transaction pointer _this.transaction = _this; return _this; } /** * JSDoc */ Transaction.prototype.setName = function (name) { this.name = name; }; /** * Attaches SpanRecorder to the span itself * @param maxlen maximum number of spans that can be recorded */ Transaction.prototype.initSpanRecorder = function (maxlen) { if (maxlen === void 0) { maxlen = 1000; } if (!this.spanRecorder) { this.spanRecorder = new _span__WEBPACK_IMPORTED_MODULE_3__/* .SpanRecorder */ .gB(maxlen); } this.spanRecorder.add(this); }; /** * Set observed measurements for this transaction. * @hidden */ Transaction.prototype.setMeasurements = function (measurements) { this._measurements = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, measurements); }; /** * Set metadata for this transaction. * @hidden */ Transaction.prototype.setMetadata = function (newMetadata) { this.metadata = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, this.metadata), newMetadata); }; /** * @inheritDoc */ Transaction.prototype.finish = function (endTimestamp) { var _this = this; // This transaction is already finished, so we should not flush it again. if (this.endTimestamp !== undefined) { return undefined; } if (!this.name) { _flags__WEBPACK_IMPORTED_MODULE_4__/* .IS_DEBUG_BUILD */ .h && _sentry_utils__WEBPACK_IMPORTED_MODULE_5__/* .logger.warn */ .kg.warn('Transaction has no name, falling back to `<unlabeled transaction>`.'); this.name = '<unlabeled transaction>'; } // just sets the end timestamp _super.prototype.finish.call(this, endTimestamp); if (this.sampled !== true) { // At this point if `sampled !== true` we want to discard the transaction. _flags__WEBPACK_IMPORTED_MODULE_4__/* .IS_DEBUG_BUILD */ .h && _sentry_utils__WEBPACK_IMPORTED_MODULE_5__/* .logger.log */ .kg.log('[Tracing] Discarding transaction because its trace was not chosen to be sampled.'); var client = this._hub.getClient(); var transport = client && client.getTransport && client.getTransport(); if (transport && transport.recordLostEvent) { transport.recordLostEvent('sample_rate', 'transaction'); } return undefined; } var finishedSpans = this.spanRecorder ? this.spanRecorder.spans.filter(function (s) { return s !== _this && s.endTimestamp; }) : []; if (this._trimEnd && finishedSpans.length > 0) { this.endTimestamp = finishedSpans.reduce(function (prev, current) { if (prev.endTimestamp && current.endTimestamp) { return prev.endTimestamp > current.endTimestamp ? prev : current; } return prev; }).endTimestamp; } var transaction = { contexts: { trace: this.getTraceContext(), }, spans: finishedSpans, start_timestamp: this.startTimestamp, tags: this.tags, timestamp: this.endTimestamp, transaction: this.name, type: 'transaction', sdkProcessingMetadata: this.metadata, }; var hasMeasurements = Object.keys(this._measurements).length > 0; if (hasMeasurements) { _flags__WEBPACK_IMPORTED_MODULE_4__/* .IS_DEBUG_BUILD */ .h && _sentry_utils__WEBPACK_IMPORTED_MODULE_5__/* .logger.log */ .kg.log('[Measurements] Adding measurements to transaction', JSON.stringify(this._measurements, undefined, 2)); transaction.measurements = this._measurements; } _flags__WEBPACK_IMPORTED_MODULE_4__/* .IS_DEBUG_BUILD */ .h && _sentry_utils__WEBPACK_IMPORTED_MODULE_5__/* .logger.log */ .kg.log("[Tracing] Finishing " + this.op + " transaction: " + this.name + "."); return this._hub.captureEvent(transaction); }; /** * @inheritDoc */ Transaction.prototype.toContext = function () { var spanContext = _super.prototype.toContext.call(this); return (0,_sentry_utils__WEBPACK_IMPORTED_MODULE_6__/* .dropUndefinedKeys */ .Jr)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, spanContext), { name: this.name, trimEnd: this._trimEnd })); }; /** * @inheritDoc */ Transaction.prototype.updateWithContext = function (transactionContext) { var _a; _super.prototype.updateWithContext.call(this, transactionContext); this.name = (_a = transactionContext.name, (_a !== null && _a !== void 0 ? _a : '')); this._trimEnd = transactionContext.trimEnd; return this; }; return Transaction; }(_span__WEBPACK_IMPORTED_MODULE_3__/* .Span */ .Dr)); //# sourceMappingURL=transaction.js.map /***/ }), /***/ 63233: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "zu": function() { return /* binding */ hasTracingEnabled; }, /* harmony export */ "x1": function() { return /* binding */ getActiveTransaction; }, /* harmony export */ "XL": function() { return /* binding */ msToSec; }, /* harmony export */ "WB": function() { return /* binding */ secToMs; } /* harmony export */ }); /* harmony import */ var _sentry_hub__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(36879); /** * The `extractTraceparentData` function and `TRACEPARENT_REGEXP` constant used * to be declared in this file. It was later moved into `@sentry/utils` as part of a * move to remove `@sentry/tracing` dependencies from `@sentry/node` (`extractTraceparentData` * is the only tracing function used by `@sentry/node`). * * These exports are kept here for backwards compatability's sake. * * TODO(v7): Reorganize these exports * * See https://github.com/getsentry/sentry-javascript/issues/4642 for more details. */ /** * Determines if tracing is currently enabled. * * Tracing is enabled when at least one of `tracesSampleRate` and `tracesSampler` is defined in the SDK config. */ function hasTracingEnabled(maybeOptions) { var client = (0,_sentry_hub__WEBPACK_IMPORTED_MODULE_0__/* .getCurrentHub */ .Gd)().getClient(); var options = maybeOptions || (client && client.getOptions()); return !!options && ('tracesSampleRate' in options || 'tracesSampler' in options); } /** Grabs active transaction off scope, if any */ function getActiveTransaction(maybeHub) { var hub = maybeHub || (0,_sentry_hub__WEBPACK_IMPORTED_MODULE_0__/* .getCurrentHub */ .Gd)(); var scope = hub.getScope(); return scope && scope.getTransaction(); } /** * Converts from milliseconds to seconds * @param time time in ms */ function msToSec(time) { return time / 1000; } /** * Converts from seconds to milliseconds * @param time time in seconds */ function secToMs(time) { return time * 1000; } // so it can be used in manual instrumentation without necessitating a hard dependency on @sentry/utils //# sourceMappingURL=utils.js.map /***/ }), /***/ 58464: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "R": function() { return /* binding */ htmlTreeAsString; }, /* harmony export */ "l": function() { return /* binding */ getLocationHref; } /* harmony export */ }); /* harmony import */ var _global__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(82991); /* harmony import */ var _is__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67597); /** * Given a child DOM element, returns a query-selector statement describing that * and its ancestors * e.g. [HTMLElement] => body > div > input#foo.btn[name=baz] * @returns generated DOM path */ function htmlTreeAsString(elem, keyAttrs) { // try/catch both: // - accessing event.target (see getsentry/raven-js#838, #768) // - `htmlTreeAsString` because it's complex, and just accessing the DOM incorrectly // - can throw an exception in some circumstances. try { var currentElem = elem; var MAX_TRAVERSE_HEIGHT = 5; var MAX_OUTPUT_LEN = 80; var out = []; var height = 0; var len = 0; var separator = ' > '; var sepLength = separator.length; var nextStr = void 0; // eslint-disable-next-line no-plusplus while (currentElem && height++ < MAX_TRAVERSE_HEIGHT) { nextStr = _htmlElementAsString(currentElem, keyAttrs); // bail out if // - nextStr is the 'html' element // - the length of the string that would be created exceeds MAX_OUTPUT_LEN // (ignore this limit if we are on the first iteration) if (nextStr === 'html' || (height > 1 && len + out.length * sepLength + nextStr.length >= MAX_OUTPUT_LEN)) { break; } out.push(nextStr); len += nextStr.length; currentElem = currentElem.parentNode; } return out.reverse().join(separator); } catch (_oO) { return '<unknown>'; } } /** * Returns a simple, query-selector representation of a DOM element * e.g. [HTMLElement] => input#foo.btn[name=baz] * @returns generated DOM path */ function _htmlElementAsString(el, keyAttrs) { var elem = el; var out = []; var className; var classes; var key; var attr; var i; if (!elem || !elem.tagName) { return ''; } out.push(elem.tagName.toLowerCase()); // Pairs of attribute keys defined in `serializeAttribute` and their values on element. var keyAttrPairs = keyAttrs && keyAttrs.length ? keyAttrs.filter(function (keyAttr) { return elem.getAttribute(keyAttr); }).map(function (keyAttr) { return [keyAttr, elem.getAttribute(keyAttr)]; }) : null; if (keyAttrPairs && keyAttrPairs.length) { keyAttrPairs.forEach(function (keyAttrPair) { out.push("[" + keyAttrPair[0] + "=\"" + keyAttrPair[1] + "\"]"); }); } else { if (elem.id) { out.push("#" + elem.id); } // eslint-disable-next-line prefer-const className = elem.className; if (className && (0,_is__WEBPACK_IMPORTED_MODULE_0__/* .isString */ .HD)(className)) { classes = className.split(/\s+/); for (i = 0; i < classes.length; i++) { out.push("." + classes[i]); } } } var allowedAttrs = ['type', 'name', 'title', 'alt']; for (i = 0; i < allowedAttrs.length; i++) { key = allowedAttrs[i]; attr = elem.getAttribute(key); if (attr) { out.push("[" + key + "=\"" + attr + "\"]"); } } return out.join(''); } /** * A safe form of location.href */ function getLocationHref() { var global = (0,_global__WEBPACK_IMPORTED_MODULE_1__/* .getGlobalObject */ .R)(); try { return global.document.location.href; } catch (oO) { return ''; } } //# sourceMappingURL=browser.js.map /***/ }), /***/ 88795: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "h": function() { return /* binding */ IS_DEBUG_BUILD; } /* harmony export */ }); /* * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking * for users. * * Debug flags need to be declared in each package individually and must not be imported across package boundaries, * because some build tools have trouble tree-shaking imported guards. * * As a convention, we define debug flags in a `flags.ts` file in the root of a package's `src` folder. * * Debug flag files will contain "magic strings" like `__SENTRY_DEBUG__` that may get replaced with actual values during * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not * replaced. */ /** Flag that is true for debug builds, false otherwise. */ var IS_DEBUG_BUILD = typeof __SENTRY_DEBUG__ === 'undefined' ? true : __SENTRY_DEBUG__; //# sourceMappingURL=flags.js.map /***/ }), /***/ 82991: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "R": function() { return /* binding */ getGlobalObject; }, /* harmony export */ "Y": function() { return /* binding */ getGlobalSingleton; } /* harmony export */ }); /* harmony import */ var _node__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(72176); /** * NOTE: In order to avoid circular dependencies, if you add a function to this module and it needs to print something, * you must either a) use `console.log` rather than the logger, or b) put your function elsewhere. */ var fallbackGlobalObject = {}; /** * Safely get global scope object * * @returns Global scope object */ function getGlobalObject() { return ((0,_node__WEBPACK_IMPORTED_MODULE_0__/* .isNodeEnv */ .KV)() ? __webpack_require__.g : typeof window !== 'undefined' // eslint-disable-line no-restricted-globals ? window // eslint-disable-line no-restricted-globals : typeof self !== 'undefined' ? self : fallbackGlobalObject); } /** * Returns a global singleton contained in the global `__SENTRY__` object. * * If the singleton doesn't already exist in `__SENTRY__`, it will be created using the given factory * function and added to the `__SENTRY__` object. * * @param name name of the global singleton on __SENTRY__ * @param creator creator Factory function to create the singleton if it doesn't already exist on `__SENTRY__` * @param obj (Optional) The global object on which to look for `__SENTRY__`, if not `getGlobalObject`'s return value * @returns the singleton */ function getGlobalSingleton(name, creator, obj) { var global = (obj || getGlobalObject()); var __SENTRY__ = (global.__SENTRY__ = global.__SENTRY__ || {}); var singleton = __SENTRY__[name] || (__SENTRY__[name] = creator()); return singleton; } //# sourceMappingURL=global.js.map /***/ }), /***/ 9732: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "o": function() { return /* binding */ addInstrumentationHandler; } /* harmony export */ }); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(70655); /* harmony import */ var _flags__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(88795); /* harmony import */ var _global__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(82991); /* harmony import */ var _is__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(67597); /* harmony import */ var _logger__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(12343); /* harmony import */ var _object__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(20535); /* harmony import */ var _stacktrace__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(30360); /* harmony import */ var _supports__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(8823); var global = (0,_global__WEBPACK_IMPORTED_MODULE_0__/* .getGlobalObject */ .R)(); /** * Instrument native APIs to call handlers that can be used to create breadcrumbs, APM spans etc. * - Console API * - Fetch API * - XHR API * - History API * - DOM API (click/typing) * - Error API * - UnhandledRejection API */ var handlers = {}; var instrumented = {}; /** Instruments given API */ function instrument(type) { if (instrumented[type]) { return; } instrumented[type] = true; switch (type) { case 'console': instrumentConsole(); break; case 'dom': instrumentDOM(); break; case 'xhr': instrumentXHR(); break; case 'fetch': instrumentFetch(); break; case 'history': instrumentHistory(); break; case 'error': instrumentError(); break; case 'unhandledrejection': instrumentUnhandledRejection(); break; default: _flags__WEBPACK_IMPORTED_MODULE_1__/* .IS_DEBUG_BUILD */ .h && _logger__WEBPACK_IMPORTED_MODULE_2__/* .logger.warn */ .kg.warn('unknown instrumentation type:', type); return; } } /** * Add handler that will be called when given type of instrumentation triggers. * Use at your own risk, this might break without changelog notice, only used internally. * @hidden */ function addInstrumentationHandler(type, callback) { handlers[type] = handlers[type] || []; handlers[type].push(callback); instrument(type); } /** JSDoc */ function triggerHandlers(type, data) { var e_1, _a; if (!type || !handlers[type]) { return; } try { for (var _b = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__values */ .XA)(handlers[type] || []), _c = _b.next(); !_c.done; _c = _b.next()) { var handler = _c.value; try { handler(data); } catch (e) { _flags__WEBPACK_IMPORTED_MODULE_1__/* .IS_DEBUG_BUILD */ .h && _logger__WEBPACK_IMPORTED_MODULE_2__/* .logger.error */ .kg.error("Error while triggering instrumentation handler.\nType: " + type + "\nName: " + (0,_stacktrace__WEBPACK_IMPORTED_MODULE_4__/* .getFunctionName */ .$P)(handler) + "\nError:", e); } } } catch (e_1_1) { e_1 = { error: e_1_1 }; } finally { try { if (_c && !_c.done && (_a = _b.return)) _a.call(_b); } finally { if (e_1) throw e_1.error; } } } /** JSDoc */ function instrumentConsole() { if (!('console' in global)) { return; } _logger__WEBPACK_IMPORTED_MODULE_2__/* .CONSOLE_LEVELS.forEach */ .RU.forEach(function (level) { if (!(level in global.console)) { return; } (0,_object__WEBPACK_IMPORTED_MODULE_5__/* .fill */ .hl)(global.console, level, function (originalConsoleMethod) { return function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } triggerHandlers('console', { args: args, level: level }); // this fails for some browsers. :( if (originalConsoleMethod) { originalConsoleMethod.apply(global.console, args); } }; }); }); } /** JSDoc */ function instrumentFetch() { if (!(0,_supports__WEBPACK_IMPORTED_MODULE_6__/* .supportsNativeFetch */ .t$)()) { return; } (0,_object__WEBPACK_IMPORTED_MODULE_5__/* .fill */ .hl)(global, 'fetch', function (originalFetch) { return function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } var handlerData = { args: args, fetchData: { method: getFetchMethod(args), url: getFetchUrl(args), }, startTimestamp: Date.now(), }; triggerHandlers('fetch', (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__assign */ .pi)({}, handlerData)); // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access return originalFetch.apply(global, args).then(function (response) { triggerHandlers('fetch', (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__assign */ .pi)({}, handlerData), { endTimestamp: Date.now(), response: response })); return response; }, function (error) { triggerHandlers('fetch', (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__assign */ .pi)({}, handlerData), { endTimestamp: Date.now(), error: error })); // NOTE: If you are a Sentry user, and you are seeing this stack frame, // it means the sentry.javascript SDK caught an error invoking your application code. // This is expected behavior and NOT indicative of a bug with sentry.javascript. throw error; }); }; }); } /* eslint-disable @typescript-eslint/no-unsafe-member-access */ /** Extract `method` from fetch call arguments */ function getFetchMethod(fetchArgs) { if (fetchArgs === void 0) { fetchArgs = []; } if ('Request' in global && (0,_is__WEBPACK_IMPORTED_MODULE_7__/* .isInstanceOf */ .V9)(fetchArgs[0], Request) && fetchArgs[0].method) { return String(fetchArgs[0].method).toUpperCase(); } if (fetchArgs[1] && fetchArgs[1].method) { return String(fetchArgs[1].method).toUpperCase(); } return 'GET'; } /** Extract `url` from fetch call arguments */ function getFetchUrl(fetchArgs) { if (fetchArgs === void 0) { fetchArgs = []; } if (typeof fetchArgs[0] === 'string') { return fetchArgs[0]; } if ('Request' in global && (0,_is__WEBPACK_IMPORTED_MODULE_7__/* .isInstanceOf */ .V9)(fetchArgs[0], Request)) { return fetchArgs[0].url; } return String(fetchArgs[0]); } /* eslint-enable @typescript-eslint/no-unsafe-member-access */ /** JSDoc */ function instrumentXHR() { if (!('XMLHttpRequest' in global)) { return; } var xhrproto = XMLHttpRequest.prototype; (0,_object__WEBPACK_IMPORTED_MODULE_5__/* .fill */ .hl)(xhrproto, 'open', function (originalOpen) { return function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } // eslint-disable-next-line @typescript-eslint/no-this-alias var xhr = this; var url = args[1]; var xhrInfo = (xhr.__sentry_xhr__ = { // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access method: (0,_is__WEBPACK_IMPORTED_MODULE_7__/* .isString */ .HD)(args[0]) ? args[0].toUpperCase() : args[0], url: args[1], }); // if Sentry key appears in URL, don't capture it as a request // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access if ((0,_is__WEBPACK_IMPORTED_MODULE_7__/* .isString */ .HD)(url) && xhrInfo.method === 'POST' && url.match(/sentry_key/)) { xhr.__sentry_own_request__ = true; } var onreadystatechangeHandler = function () { if (xhr.readyState === 4) { try { // touching statusCode in some platforms throws // an exception xhrInfo.status_code = xhr.status; } catch (e) { /* do nothing */ } triggerHandlers('xhr', { args: args, endTimestamp: Date.now(), startTimestamp: Date.now(), xhr: xhr, }); } }; if ('onreadystatechange' in xhr && typeof xhr.onreadystatechange === 'function') { (0,_object__WEBPACK_IMPORTED_MODULE_5__/* .fill */ .hl)(xhr, 'onreadystatechange', function (original) { return function () { var readyStateArgs = []; for (var _i = 0; _i < arguments.length; _i++) { readyStateArgs[_i] = arguments[_i]; } onreadystatechangeHandler(); return original.apply(xhr, readyStateArgs); }; }); } else { xhr.addEventListener('readystatechange', onreadystatechangeHandler); } return originalOpen.apply(xhr, args); }; }); (0,_object__WEBPACK_IMPORTED_MODULE_5__/* .fill */ .hl)(xhrproto, 'send', function (originalSend) { return function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } if (this.__sentry_xhr__ && args[0] !== undefined) { this.__sentry_xhr__.body = args[0]; } triggerHandlers('xhr', { args: args, startTimestamp: Date.now(), xhr: this, }); return originalSend.apply(this, args); }; }); } var lastHref; /** JSDoc */ function instrumentHistory() { if (!(0,_supports__WEBPACK_IMPORTED_MODULE_6__/* .supportsHistory */ .Bf)()) { return; } var oldOnPopState = global.onpopstate; global.onpopstate = function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } var to = global.location.href; // keep track of the current URL state, as we always receive only the updated state var from = lastHref; lastHref = to; triggerHandlers('history', { from: from, to: to, }); if (oldOnPopState) { // Apparently this can throw in Firefox when incorrectly implemented plugin is installed. // https://github.com/getsentry/sentry-javascript/issues/3344 // https://github.com/bugsnag/bugsnag-js/issues/469 try { return oldOnPopState.apply(this, args); } catch (_oO) { // no-empty } } }; /** @hidden */ function historyReplacementFunction(originalHistoryFunction) { return function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } var url = args.length > 2 ? args[2] : undefined; if (url) { // coerce to string (this is what pushState does) var from = lastHref; var to = String(url); // keep track of the current URL state, as we always receive only the updated state lastHref = to; triggerHandlers('history', { from: from, to: to, }); } return originalHistoryFunction.apply(this, args); }; } (0,_object__WEBPACK_IMPORTED_MODULE_5__/* .fill */ .hl)(global.history, 'pushState', historyReplacementFunction); (0,_object__WEBPACK_IMPORTED_MODULE_5__/* .fill */ .hl)(global.history, 'replaceState', historyReplacementFunction); } var debounceDuration = 1000; var debounceTimerID; var lastCapturedEvent; /** * Decide whether the current event should finish the debounce of previously captured one. * @param previous previously captured event * @param current event to be captured */ function shouldShortcircuitPreviousDebounce(previous, current) { // If there was no previous event, it should always be swapped for the new one. if (!previous) { return true; } // If both events have different type, then user definitely performed two separate actions. e.g. click + keypress. if (previous.type !== current.type) { return true; } try { // If both events have the same type, it's still possible that actions were performed on different targets. // e.g. 2 clicks on different buttons. if (previous.target !== current.target) { return true; } } catch (e) { // just accessing `target` property can throw an exception in some rare circumstances // see: https://github.com/getsentry/sentry-javascript/issues/838 } // If both events have the same type _and_ same `target` (an element which triggered an event, _not necessarily_ // to which an event listener was attached), we treat them as the same action, as we want to capture // only one breadcrumb. e.g. multiple clicks on the same button, or typing inside a user input box. return false; } /** * Decide whether an event should be captured. * @param event event to be captured */ function shouldSkipDOMEvent(event) { // We are only interested in filtering `keypress` events for now. if (event.type !== 'keypress') { return false; } try { var target = event.target; if (!target || !target.tagName) { return true; } // Only consider keypress events on actual input elements. This will disregard keypresses targeting body // e.g.tabbing through elements, hotkeys, etc. if (target.tagName === 'INPUT' || target.tagName === 'TEXTAREA' || target.isContentEditable) { return false; } } catch (e) { // just accessing `target` property can throw an exception in some rare circumstances // see: https://github.com/getsentry/sentry-javascript/issues/838 } return true; } /** * Wraps addEventListener to capture UI breadcrumbs * @param handler function that will be triggered * @param globalListener indicates whether event was captured by the global event listener * @returns wrapped breadcrumb events handler * @hidden */ function makeDOMEventHandler(handler, globalListener) { if (globalListener === void 0) { globalListener = false; } return function (event) { // It's possible this handler might trigger multiple times for the same // event (e.g. event propagation through node ancestors). // Ignore if we've already captured that event. if (!event || lastCapturedEvent === event) { return; } // We always want to skip _some_ events. if (shouldSkipDOMEvent(event)) { return; } var name = event.type === 'keypress' ? 'input' : event.type; // If there is no debounce timer, it means that we can safely capture the new event and store it for future comparisons. if (debounceTimerID === undefined) { handler({ event: event, name: name, global: globalListener, }); lastCapturedEvent = event; } // If there is a debounce awaiting, see if the new event is different enough to treat it as a unique one. // If that's the case, emit the previous event and store locally the newly-captured DOM event. else if (shouldShortcircuitPreviousDebounce(lastCapturedEvent, event)) { handler({ event: event, name: name, global: globalListener, }); lastCapturedEvent = event; } // Start a new debounce timer that will prevent us from capturing multiple events that should be grouped together. clearTimeout(debounceTimerID); debounceTimerID = global.setTimeout(function () { debounceTimerID = undefined; }, debounceDuration); }; } /** JSDoc */ function instrumentDOM() { if (!('document' in global)) { return; } // Make it so that any click or keypress that is unhandled / bubbled up all the way to the document triggers our dom // handlers. (Normally we have only one, which captures a breadcrumb for each click or keypress.) Do this before // we instrument `addEventListener` so that we don't end up attaching this handler twice. var triggerDOMHandler = triggerHandlers.bind(null, 'dom'); var globalDOMEventHandler = makeDOMEventHandler(triggerDOMHandler, true); global.document.addEventListener('click', globalDOMEventHandler, false); global.document.addEventListener('keypress', globalDOMEventHandler, false); // After hooking into click and keypress events bubbled up to `document`, we also hook into user-handled // clicks & keypresses, by adding an event listener of our own to any element to which they add a listener. That // way, whenever one of their handlers is triggered, ours will be, too. (This is needed because their handler // could potentially prevent the event from bubbling up to our global listeners. This way, our handler are still // guaranteed to fire at least once.) ['EventTarget', 'Node'].forEach(function (target) { // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access var proto = global[target] && global[target].prototype; // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, no-prototype-builtins if (!proto || !proto.hasOwnProperty || !proto.hasOwnProperty('addEventListener')) { return; } (0,_object__WEBPACK_IMPORTED_MODULE_5__/* .fill */ .hl)(proto, 'addEventListener', function (originalAddEventListener) { return function (type, listener, options) { if (type === 'click' || type == 'keypress') { try { var el = this; var handlers_1 = (el.__sentry_instrumentation_handlers__ = el.__sentry_instrumentation_handlers__ || {}); var handlerForType = (handlers_1[type] = handlers_1[type] || { refCount: 0 }); if (!handlerForType.handler) { var handler = makeDOMEventHandler(triggerDOMHandler); handlerForType.handler = handler; originalAddEventListener.call(this, type, handler, options); } handlerForType.refCount += 1; } catch (e) { // Accessing dom properties is always fragile. // Also allows us to skip `addEventListenrs` calls with no proper `this` context. } } return originalAddEventListener.call(this, type, listener, options); }; }); (0,_object__WEBPACK_IMPORTED_MODULE_5__/* .fill */ .hl)(proto, 'removeEventListener', function (originalRemoveEventListener) { return function (type, listener, options) { if (type === 'click' || type == 'keypress') { try { var el = this; var handlers_2 = el.__sentry_instrumentation_handlers__ || {}; var handlerForType = handlers_2[type]; if (handlerForType) { handlerForType.refCount -= 1; // If there are no longer any custom handlers of the current type on this element, we can remove ours, too. if (handlerForType.refCount <= 0) { originalRemoveEventListener.call(this, type, handlerForType.handler, options); handlerForType.handler = undefined; delete handlers_2[type]; // eslint-disable-line @typescript-eslint/no-dynamic-delete } // If there are no longer any custom handlers of any type on this element, cleanup everything. if (Object.keys(handlers_2).length === 0) { delete el.__sentry_instrumentation_handlers__; } } } catch (e) { // Accessing dom properties is always fragile. // Also allows us to skip `addEventListenrs` calls with no proper `this` context. } } return originalRemoveEventListener.call(this, type, listener, options); }; }); }); } var _oldOnErrorHandler = null; /** JSDoc */ function instrumentError() { _oldOnErrorHandler = global.onerror; global.onerror = function (msg, url, line, column, error) { triggerHandlers('error', { column: column, error: error, line: line, msg: msg, url: url, }); if (_oldOnErrorHandler) { // eslint-disable-next-line prefer-rest-params return _oldOnErrorHandler.apply(this, arguments); } return false; }; } var _oldOnUnhandledRejectionHandler = null; /** JSDoc */ function instrumentUnhandledRejection() { _oldOnUnhandledRejectionHandler = global.onunhandledrejection; global.onunhandledrejection = function (e) { triggerHandlers('unhandledrejection', e); if (_oldOnUnhandledRejectionHandler) { // eslint-disable-next-line prefer-rest-params return _oldOnUnhandledRejectionHandler.apply(this, arguments); } return true; }; } //# sourceMappingURL=instrument.js.map /***/ }), /***/ 67597: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "VZ": function() { return /* binding */ isError; }, /* harmony export */ "VW": function() { return /* binding */ isErrorEvent; }, /* harmony export */ "TX": function() { return /* binding */ isDOMError; }, /* harmony export */ "fm": function() { return /* binding */ isDOMException; }, /* harmony export */ "HD": function() { return /* binding */ isString; }, /* harmony export */ "pt": function() { return /* binding */ isPrimitive; }, /* harmony export */ "PO": function() { return /* binding */ isPlainObject; }, /* harmony export */ "cO": function() { return /* binding */ isEvent; }, /* harmony export */ "kK": function() { return /* binding */ isElement; }, /* harmony export */ "Kj": function() { return /* binding */ isRegExp; }, /* harmony export */ "J8": function() { return /* binding */ isThenable; }, /* harmony export */ "Cy": function() { return /* binding */ isSyntheticEvent; }, /* harmony export */ "i2": function() { return /* binding */ isNaN; }, /* harmony export */ "V9": function() { return /* binding */ isInstanceOf; } /* harmony export */ }); /* eslint-disable @typescript-eslint/no-explicit-any */ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */ // eslint-disable-next-line @typescript-eslint/unbound-method var objectToString = Object.prototype.toString; /** * Checks whether given value's type is one of a few Error or Error-like * {@link isError}. * * @param wat A value to be checked. * @returns A boolean representing the result. */ function isError(wat) { switch (objectToString.call(wat)) { case '[object Error]': case '[object Exception]': case '[object DOMException]': return true; default: return isInstanceOf(wat, Error); } } function isBuiltin(wat, ty) { return objectToString.call(wat) === "[object " + ty + "]"; } /** * Checks whether given value's type is ErrorEvent * {@link isErrorEvent}. * * @param wat A value to be checked. * @returns A boolean representing the result. */ function isErrorEvent(wat) { return isBuiltin(wat, 'ErrorEvent'); } /** * Checks whether given value's type is DOMError * {@link isDOMError}. * * @param wat A value to be checked. * @returns A boolean representing the result. */ function isDOMError(wat) { return isBuiltin(wat, 'DOMError'); } /** * Checks whether given value's type is DOMException * {@link isDOMException}. * * @param wat A value to be checked. * @returns A boolean representing the result. */ function isDOMException(wat) { return isBuiltin(wat, 'DOMException'); } /** * Checks whether given value's type is a string * {@link isString}. * * @param wat A value to be checked. * @returns A boolean representing the result. */ function isString(wat) { return isBuiltin(wat, 'String'); } /** * Checks whether given value is a primitive (undefined, null, number, boolean, string, bigint, symbol) * {@link isPrimitive}. * * @param wat A value to be checked. * @returns A boolean representing the result. */ function isPrimitive(wat) { return wat === null || (typeof wat !== 'object' && typeof wat !== 'function'); } /** * Checks whether given value's type is an object literal * {@link isPlainObject}. * * @param wat A value to be checked. * @returns A boolean representing the result. */ function isPlainObject(wat) { return isBuiltin(wat, 'Object'); } /** * Checks whether given value's type is an Event instance * {@link isEvent}. * * @param wat A value to be checked. * @returns A boolean representing the result. */ function isEvent(wat) { return typeof Event !== 'undefined' && isInstanceOf(wat, Event); } /** * Checks whether given value's type is an Element instance * {@link isElement}. * * @param wat A value to be checked. * @returns A boolean representing the result. */ function isElement(wat) { return typeof Element !== 'undefined' && isInstanceOf(wat, Element); } /** * Checks whether given value's type is an regexp * {@link isRegExp}. * * @param wat A value to be checked. * @returns A boolean representing the result. */ function isRegExp(wat) { return isBuiltin(wat, 'RegExp'); } /** * Checks whether given value has a then function. * @param wat A value to be checked. */ function isThenable(wat) { // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access return Boolean(wat && wat.then && typeof wat.then === 'function'); } /** * Checks whether given value's type is a SyntheticEvent * {@link isSyntheticEvent}. * * @param wat A value to be checked. * @returns A boolean representing the result. */ function isSyntheticEvent(wat) { return isPlainObject(wat) && 'nativeEvent' in wat && 'preventDefault' in wat && 'stopPropagation' in wat; } /** * Checks whether given value is NaN * {@link isNaN}. * * @param wat A value to be checked. * @returns A boolean representing the result. */ function isNaN(wat) { return typeof wat === 'number' && wat !== wat; } /** * Checks whether given value's type is an instance of provided constructor. * {@link isInstanceOf}. * * @param wat A value to be checked. * @param base A constructor to be used in a check. * @returns A boolean representing the result. */ function isInstanceOf(wat, base) { try { return wat instanceof base; } catch (_e) { return false; } } //# sourceMappingURL=is.js.map /***/ }), /***/ 12343: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "RU": function() { return /* binding */ CONSOLE_LEVELS; }, /* harmony export */ "Cf": function() { return /* binding */ consoleSandbox; }, /* harmony export */ "kg": function() { return /* binding */ logger; } /* harmony export */ }); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(70655); /* harmony import */ var _flags__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(88795); /* harmony import */ var _global__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(82991); // TODO: Implement different loggers for different environments var global = (0,_global__WEBPACK_IMPORTED_MODULE_0__/* .getGlobalObject */ .R)(); /** Prefix for logging strings */ var PREFIX = 'Sentry Logger '; var CONSOLE_LEVELS = ['debug', 'info', 'warn', 'error', 'log', 'assert']; /** * Temporarily disable sentry console instrumentations. * * @param callback The function to run against the original `console` messages * @returns The results of the callback */ function consoleSandbox(callback) { var global = (0,_global__WEBPACK_IMPORTED_MODULE_0__/* .getGlobalObject */ .R)(); if (!('console' in global)) { return callback(); } var originalConsole = global.console; var wrappedLevels = {}; // Restore all wrapped console methods CONSOLE_LEVELS.forEach(function (level) { // TODO(v7): Remove this check as it's only needed for Node 6 var originalWrappedFunc = originalConsole[level] && originalConsole[level].__sentry_original__; if (level in global.console && originalWrappedFunc) { wrappedLevels[level] = originalConsole[level]; originalConsole[level] = originalWrappedFunc; } }); try { return callback(); } finally { // Revert restoration to wrapped state Object.keys(wrappedLevels).forEach(function (level) { originalConsole[level] = wrappedLevels[level]; }); } } function makeLogger() { var enabled = false; var logger = { enable: function () { enabled = true; }, disable: function () { enabled = false; }, }; if (_flags__WEBPACK_IMPORTED_MODULE_1__/* .IS_DEBUG_BUILD */ .h) { CONSOLE_LEVELS.forEach(function (name) { // eslint-disable-next-line @typescript-eslint/no-explicit-any logger[name] = function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } if (enabled) { consoleSandbox(function () { var _a; (_a = global.console)[name].apply(_a, (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__spread */ .fl)([PREFIX + "[" + name + "]:"], args)); }); } }; }); } else { CONSOLE_LEVELS.forEach(function (name) { logger[name] = function () { return undefined; }; }); } return logger; } // Ensure we only have a single logger instance, even if multiple versions of @sentry/utils are being used var logger; if (_flags__WEBPACK_IMPORTED_MODULE_1__/* .IS_DEBUG_BUILD */ .h) { logger = (0,_global__WEBPACK_IMPORTED_MODULE_0__/* .getGlobalSingleton */ .Y)('logger', makeLogger); } else { logger = makeLogger(); } //# sourceMappingURL=logger.js.map /***/ }), /***/ 62844: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "DM": function() { return /* binding */ uuid4; }, /* harmony export */ "en": function() { return /* binding */ parseUrl; }, /* harmony export */ "jH": function() { return /* binding */ getEventDescription; }, /* harmony export */ "Db": function() { return /* binding */ addExceptionTypeValue; }, /* harmony export */ "EG": function() { return /* binding */ addExceptionMechanism; }, /* harmony export */ "YO": function() { return /* binding */ checkOrSetAlreadyCaught; } /* harmony export */ }); /* unused harmony exports parseSemver, addContextToFrame, stripUrlQueryAndFragment */ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(70655); /* harmony import */ var _global__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(82991); /* harmony import */ var _object__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(20535); /** * UUID4 generator * * @returns string Generated UUID4. */ function uuid4() { var global = (0,_global__WEBPACK_IMPORTED_MODULE_0__/* .getGlobalObject */ .R)(); var crypto = global.crypto || global.msCrypto; if (!(crypto === void 0) && crypto.getRandomValues) { // Use window.crypto API if available var arr = new Uint16Array(8); crypto.getRandomValues(arr); // set 4 in byte 7 // eslint-disable-next-line no-bitwise arr[3] = (arr[3] & 0xfff) | 0x4000; // set 2 most significant bits of byte 9 to '10' // eslint-disable-next-line no-bitwise arr[4] = (arr[4] & 0x3fff) | 0x8000; var pad = function (num) { var v = num.toString(16); while (v.length < 4) { v = "0" + v; } return v; }; return (pad(arr[0]) + pad(arr[1]) + pad(arr[2]) + pad(arr[3]) + pad(arr[4]) + pad(arr[5]) + pad(arr[6]) + pad(arr[7])); } // http://stackoverflow.com/questions/105034/how-to-create-a-guid-uuid-in-javascript/2117523#2117523 return 'xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx'.replace(/[xy]/g, function (c) { // eslint-disable-next-line no-bitwise var r = (Math.random() * 16) | 0; // eslint-disable-next-line no-bitwise var v = c === 'x' ? r : (r & 0x3) | 0x8; return v.toString(16); }); } /** * Parses string form of URL into an object * // borrowed from https://tools.ietf.org/html/rfc3986#appendix-B * // intentionally using regex and not <a/> href parsing trick because React Native and other * // environments where DOM might not be available * @returns parsed URL object */ function parseUrl(url) { if (!url) { return {}; } var match = url.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/); if (!match) { return {}; } // coerce to undefined values to empty string so we don't get 'undefined' var query = match[6] || ''; var fragment = match[8] || ''; return { host: match[4], path: match[5], protocol: match[2], relative: match[5] + query + fragment, }; } function getFirstException(event) { return event.exception && event.exception.values ? event.exception.values[0] : undefined; } /** * Extracts either message or type+value from an event that can be used for user-facing logs * @returns event's description */ function getEventDescription(event) { var message = event.message, eventId = event.event_id; if (message) { return message; } var firstException = getFirstException(event); if (firstException) { if (firstException.type && firstException.value) { return firstException.type + ": " + firstException.value; } return firstException.type || firstException.value || eventId || '<unknown>'; } return eventId || '<unknown>'; } /** * Adds exception values, type and value to an synthetic Exception. * @param event The event to modify. * @param value Value of the exception. * @param type Type of the exception. * @hidden */ function addExceptionTypeValue(event, value, type) { var exception = (event.exception = event.exception || {}); var values = (exception.values = exception.values || []); var firstException = (values[0] = values[0] || {}); if (!firstException.value) { firstException.value = value || ''; } if (!firstException.type) { firstException.type = type || 'Error'; } } /** * Adds exception mechanism data to a given event. Uses defaults if the second parameter is not passed. * * @param event The event to modify. * @param newMechanism Mechanism data to add to the event. * @hidden */ function addExceptionMechanism(event, newMechanism) { var firstException = getFirstException(event); if (!firstException) { return; } var defaultMechanism = { type: 'generic', handled: true }; var currentMechanism = firstException.mechanism; firstException.mechanism = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__assign */ .pi)({}, defaultMechanism), currentMechanism), newMechanism); if (newMechanism && 'data' in newMechanism) { var mergedData = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__assign */ .pi)({}, (currentMechanism && currentMechanism.data)), newMechanism.data); firstException.mechanism.data = mergedData; } } // https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string var SEMVER_REGEXP = /^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/; /** * Parses input into a SemVer interface * @param input string representation of a semver version */ function parseSemver(input) { var match = input.match(SEMVER_REGEXP) || []; var major = parseInt(match[1], 10); var minor = parseInt(match[2], 10); var patch = parseInt(match[3], 10); return { buildmetadata: match[5], major: isNaN(major) ? undefined : major, minor: isNaN(minor) ? undefined : minor, patch: isNaN(patch) ? undefined : patch, prerelease: match[4], }; } /** * This function adds context (pre/post/line) lines to the provided frame * * @param lines string[] containing all lines * @param frame StackFrame that will be mutated * @param linesOfContext number of context lines we want to add pre/post */ function addContextToFrame(lines, frame, linesOfContext) { if (linesOfContext === void 0) { linesOfContext = 5; } var lineno = frame.lineno || 0; var maxLines = lines.length; var sourceLine = Math.max(Math.min(maxLines, lineno - 1), 0); frame.pre_context = lines .slice(Math.max(0, sourceLine - linesOfContext), sourceLine) .map(function (line) { return snipLine(line, 0); }); frame.context_line = snipLine(lines[Math.min(maxLines - 1, sourceLine)], frame.colno || 0); frame.post_context = lines .slice(Math.min(sourceLine + 1, maxLines), sourceLine + 1 + linesOfContext) .map(function (line) { return snipLine(line, 0); }); } /** * Strip the query string and fragment off of a given URL or path (if present) * * @param urlPath Full URL or path, including possible query string and/or fragment * @returns URL or path without query string or fragment */ function stripUrlQueryAndFragment(urlPath) { // eslint-disable-next-line no-useless-escape return urlPath.split(/[\?#]/, 1)[0]; } /** * Checks whether or not we've already captured the given exception (note: not an identical exception - the very object * in question), and marks it captured if not. * * This is useful because it's possible for an error to get captured by more than one mechanism. After we intercept and * record an error, we rethrow it (assuming we've intercepted it before it's reached the top-level global handlers), so * that we don't interfere with whatever effects the error might have had were the SDK not there. At that point, because * the error has been rethrown, it's possible for it to bubble up to some other code we've instrumented. If it's not * caught after that, it will bubble all the way up to the global handlers (which of course we also instrument). This * function helps us ensure that even if we encounter the same error more than once, we only record it the first time we * see it. * * Note: It will ignore primitives (always return `false` and not mark them as seen), as properties can't be set on * them. {@link: Object.objectify} can be used on exceptions to convert any that are primitives into their equivalent * object wrapper forms so that this check will always work. However, because we need to flag the exact object which * will get rethrown, and because that rethrowing happens outside of the event processing pipeline, the objectification * must be done before the exception captured. * * @param A thrown exception to check or flag as having been seen * @returns `true` if the exception has already been captured, `false` if not (with the side effect of marking it seen) */ function checkOrSetAlreadyCaught(exception) { // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access if (exception && exception.__sentry_captured__) { return true; } try { // set it this way rather than by assignment so that it's not ennumerable and therefore isn't recorded by the // `ExtraErrorData` integration (0,_object__WEBPACK_IMPORTED_MODULE_2__/* .addNonEnumerableProperty */ .xp)(exception, '__sentry_captured__', true); } catch (err) { // `exception` is a primitive, so we can't mark it seen } return false; } //# sourceMappingURL=misc.js.map /***/ }), /***/ 72176: /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, { "l$": function() { return /* binding */ dynamicRequire; }, "KV": function() { return /* binding */ isNodeEnv; }, "$y": function() { return /* binding */ loadModule; } }); ;// CONCATENATED MODULE: ./node_modules/@sentry/utils/esm/env.js /* * This module exists for optimizations in the build process through rollup and terser. We define some global * constants, which can be overridden during build. By guarding certain pieces of code with functions that return these * constants, we can control whether or not they appear in the final bundle. (Any code guarded by a false condition will * never run, and will hence be dropped during treeshaking.) The two primary uses for this are stripping out calls to * `logger` and preventing node-related code from appearing in browser bundles. * * Attention: * This file should not be used to define constants/flags that are intended to be used for tree-shaking conducted by * users. These fags should live in their respective packages, as we identified user tooling (specifically webpack) * having issues tree-shaking these constants across package boundaries. * An example for this is the __SENTRY_DEBUG__ constant. It is declared in each package individually because we want * users to be able to shake away expressions that it guards. */ /** * Figures out if we're building a browser bundle. * * @returns true if this is a browser bundle build. */ function isBrowserBundle() { return typeof __SENTRY_BROWSER_BUNDLE__ !== 'undefined' && !!__SENTRY_BROWSER_BUNDLE__; } //# sourceMappingURL=env.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/utils/esm/node.js /* module decorator */ module = __webpack_require__.hmd(module); /** * NOTE: In order to avoid circular dependencies, if you add a function to this module and it needs to print something, * you must either a) use `console.log` rather than the logger, or b) put your function elsewhere. */ /** * Checks whether we're in the Node.js or Browser environment * * @returns Answer to given question */ function isNodeEnv() { // explicitly check for browser bundles as those can be optimized statically // by terser/rollup. return (!isBrowserBundle() && Object.prototype.toString.call(typeof process !== 'undefined' ? process : 0) === '[object process]'); } /** * Requires a module which is protected against bundler minification. * * @param request The module path to resolve */ // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types, @typescript-eslint/no-explicit-any function dynamicRequire(mod, request) { // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access return mod.require(request); } /** * Helper for dynamically loading module that should work with linked dependencies. * The problem is that we _should_ be using `require(require.resolve(moduleName, { paths: [cwd()] }))` * However it's _not possible_ to do that with Webpack, as it has to know all the dependencies during * build time. `require.resolve` is also not available in any other way, so we cannot create, * a fake helper like we do with `dynamicRequire`. * * We always prefer to use local package, thus the value is not returned early from each `try/catch` block. * That is to mimic the behavior of `require.resolve` exactly. * * @param moduleName module name to require * @returns possibly required module */ function loadModule(moduleName) { var mod; try { mod = dynamicRequire(module, moduleName); } catch (e) { // no-empty } try { var cwd = dynamicRequire(module, 'process').cwd; mod = dynamicRequire(module, cwd() + "/node_modules/" + moduleName); } catch (e) { // no-empty } return mod; } //# sourceMappingURL=node.js.map /***/ }), /***/ 20535: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "hl": function() { return /* binding */ fill; }, /* harmony export */ "xp": function() { return /* binding */ addNonEnumerableProperty; }, /* harmony export */ "$Q": function() { return /* binding */ markFunctionWrapped; }, /* harmony export */ "HK": function() { return /* binding */ getOriginalFunction; }, /* harmony export */ "_j": function() { return /* binding */ urlEncode; }, /* harmony export */ "Sh": function() { return /* binding */ convertToPlainObject; }, /* harmony export */ "zf": function() { return /* binding */ extractExceptionKeysForMessage; }, /* harmony export */ "Jr": function() { return /* binding */ dropUndefinedKeys; } /* harmony export */ }); /* unused harmony export objectify */ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(70655); /* harmony import */ var _browser__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(58464); /* harmony import */ var _is__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67597); /* harmony import */ var _string__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(57321); /** * Replace a method in an object with a wrapped version of itself. * * @param source An object that contains a method to be wrapped. * @param name The name of the method to be wrapped. * @param replacementFactory A higher-order function that takes the original version of the given method and returns a * wrapped version. Note: The function returned by `replacementFactory` needs to be a non-arrow function, in order to * preserve the correct value of `this`, and the original method must be called using `origMethod.call(this, <other * args>)` or `origMethod.apply(this, [<other args>])` (rather than being called directly), again to preserve `this`. * @returns void */ function fill(source, name, replacementFactory) { if (!(name in source)) { return; } var original = source[name]; var wrapped = replacementFactory(original); // Make sure it's a function first, as we need to attach an empty prototype for `defineProperties` to work // otherwise it'll throw "TypeError: Object.defineProperties called on non-object" if (typeof wrapped === 'function') { try { markFunctionWrapped(wrapped, original); } catch (_Oo) { // This can throw if multiple fill happens on a global object like XMLHttpRequest // Fixes https://github.com/getsentry/sentry-javascript/issues/2043 } } source[name] = wrapped; } /** * Defines a non-enumerable property on the given object. * * @param obj The object on which to set the property * @param name The name of the property to be set * @param value The value to which to set the property */ function addNonEnumerableProperty(obj, name, value) { Object.defineProperty(obj, name, { // enumerable: false, // the default, so we can save on bundle size by not explicitly setting it value: value, writable: true, configurable: true, }); } /** * Remembers the original function on the wrapped function and * patches up the prototype. * * @param wrapped the wrapper function * @param original the original function that gets wrapped */ function markFunctionWrapped(wrapped, original) { var proto = original.prototype || {}; wrapped.prototype = original.prototype = proto; addNonEnumerableProperty(wrapped, '__sentry_original__', original); } /** * This extracts the original function if available. See * `markFunctionWrapped` for more information. * * @param func the function to unwrap * @returns the unwrapped version of the function if available. */ function getOriginalFunction(func) { return func.__sentry_original__; } /** * Encodes given object into url-friendly format * * @param object An object that contains serializable values * @returns string Encoded */ function urlEncode(object) { return Object.keys(object) .map(function (key) { return encodeURIComponent(key) + "=" + encodeURIComponent(object[key]); }) .join('&'); } /** * Transforms any object into an object literal with all its attributes * attached to it. * * @param value Initial source that we have to transform in order for it to be usable by the serializer */ function convertToPlainObject(value) { var newObj = value; if ((0,_is__WEBPACK_IMPORTED_MODULE_0__/* .isError */ .VZ)(value)) { newObj = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__assign */ .pi)({ message: value.message, name: value.name, stack: value.stack }, getOwnProperties(value)); } else if ((0,_is__WEBPACK_IMPORTED_MODULE_0__/* .isEvent */ .cO)(value)) { var event_1 = value; newObj = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__assign */ .pi)({ type: event_1.type, target: serializeEventTarget(event_1.target), currentTarget: serializeEventTarget(event_1.currentTarget) }, getOwnProperties(event_1)); if (typeof CustomEvent !== 'undefined' && (0,_is__WEBPACK_IMPORTED_MODULE_0__/* .isInstanceOf */ .V9)(value, CustomEvent)) { newObj.detail = event_1.detail; } } return newObj; } /** Creates a string representation of the target of an `Event` object */ function serializeEventTarget(target) { try { return (0,_is__WEBPACK_IMPORTED_MODULE_0__/* .isElement */ .kK)(target) ? (0,_browser__WEBPACK_IMPORTED_MODULE_2__/* .htmlTreeAsString */ .R)(target) : Object.prototype.toString.call(target); } catch (_oO) { return '<unknown>'; } } /** Filters out all but an object's own properties */ function getOwnProperties(obj) { var extractedProps = {}; for (var property in obj) { if (Object.prototype.hasOwnProperty.call(obj, property)) { extractedProps[property] = obj[property]; } } return extractedProps; } /** * Given any captured exception, extract its keys and create a sorted * and truncated list that will be used inside the event message. * eg. `Non-error exception captured with keys: foo, bar, baz` */ // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types function extractExceptionKeysForMessage(exception, maxLength) { if (maxLength === void 0) { maxLength = 40; } var keys = Object.keys(convertToPlainObject(exception)); keys.sort(); if (!keys.length) { return '[object has no keys]'; } if (keys[0].length >= maxLength) { return (0,_string__WEBPACK_IMPORTED_MODULE_3__/* .truncate */ .$G)(keys[0], maxLength); } for (var includedKeys = keys.length; includedKeys > 0; includedKeys--) { var serialized = keys.slice(0, includedKeys).join(', '); if (serialized.length > maxLength) { continue; } if (includedKeys === keys.length) { return serialized; } return (0,_string__WEBPACK_IMPORTED_MODULE_3__/* .truncate */ .$G)(serialized, maxLength); } return ''; } /** * Given any object, return the new object with removed keys that value was `undefined`. * Works recursively on objects and arrays. */ function dropUndefinedKeys(val) { var e_1, _a; if ((0,_is__WEBPACK_IMPORTED_MODULE_0__/* .isPlainObject */ .PO)(val)) { var rv = {}; try { for (var _b = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__values */ .XA)(Object.keys(val)), _c = _b.next(); !_c.done; _c = _b.next()) { var key = _c.value; if (typeof val[key] !== 'undefined') { rv[key] = dropUndefinedKeys(val[key]); } } } catch (e_1_1) { e_1 = { error: e_1_1 }; } finally { try { if (_c && !_c.done && (_a = _b.return)) _a.call(_b); } finally { if (e_1) throw e_1.error; } } return rv; } if (Array.isArray(val)) { return val.map(dropUndefinedKeys); } return val; } /** * Ensure that something is an object. * * Turns `undefined` and `null` into `String`s and all other primitives into instances of their respective wrapper * classes (String, Boolean, Number, etc.). Acts as the identity function on non-primitives. * * @param wat The subject of the objectification * @returns A version of `wat` which can safely be used with `Object` class methods */ function objectify(wat) { var objectified; switch (true) { case wat === undefined || wat === null: objectified = new String(wat); break; // Though symbols and bigints do have wrapper classes (`Symbol` and `BigInt`, respectively), for whatever reason // those classes don't have constructors which can be used with the `new` keyword. We therefore need to cast each as // an object in order to wrap it. case typeof wat === 'symbol' || typeof wat === 'bigint': objectified = Object(wat); break; // this will catch the remaining primitives: `String`, `Number`, and `Boolean` case isPrimitive(wat): // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access objectified = new wat.constructor(wat); break; // by process of elimination, at this point we know that `wat` must already be an object default: objectified = wat; break; } return objectified; } //# sourceMappingURL=object.js.map /***/ }), /***/ 30360: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "pE": function() { return /* binding */ createStackParser; }, /* harmony export */ "$P": function() { return /* binding */ getFunctionName; } /* harmony export */ }); /* unused harmony export stripSentryFramesAndReverse */ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(70655); var STACKTRACE_LIMIT = 50; /** * Creates a stack parser with the supplied line parsers * * StackFrames are returned in the correct order for Sentry Exception * frames and with Sentry SDK internal frames removed from the top and bottom * */ function createStackParser() { var parsers = []; for (var _i = 0; _i < arguments.length; _i++) { parsers[_i] = arguments[_i]; } var sortedParsers = parsers.sort(function (a, b) { return a[0] - b[0]; }).map(function (p) { return p[1]; }); return function (stack, skipFirst) { var e_1, _a, e_2, _b; if (skipFirst === void 0) { skipFirst = 0; } var frames = []; try { for (var _c = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__values */ .XA)(stack.split('\n').slice(skipFirst)), _d = _c.next(); !_d.done; _d = _c.next()) { var line = _d.value; try { for (var sortedParsers_1 = (e_2 = void 0, (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__values */ .XA)(sortedParsers)), sortedParsers_1_1 = sortedParsers_1.next(); !sortedParsers_1_1.done; sortedParsers_1_1 = sortedParsers_1.next()) { var parser = sortedParsers_1_1.value; var frame = parser(line); if (frame) { frames.push(frame); break; } } } catch (e_2_1) { e_2 = { error: e_2_1 }; } finally { try { if (sortedParsers_1_1 && !sortedParsers_1_1.done && (_b = sortedParsers_1.return)) _b.call(sortedParsers_1); } finally { if (e_2) throw e_2.error; } } } } catch (e_1_1) { e_1 = { error: e_1_1 }; } finally { try { if (_d && !_d.done && (_a = _c.return)) _a.call(_c); } finally { if (e_1) throw e_1.error; } } return stripSentryFramesAndReverse(frames); }; } /** * @hidden */ function stripSentryFramesAndReverse(stack) { if (!stack.length) { return []; } var localStack = stack; var firstFrameFunction = localStack[0].function || ''; var lastFrameFunction = localStack[localStack.length - 1].function || ''; // If stack starts with one of our API calls, remove it (starts, meaning it's the top of the stack - aka last call) if (firstFrameFunction.indexOf('captureMessage') !== -1 || firstFrameFunction.indexOf('captureException') !== -1) { localStack = localStack.slice(1); } // If stack ends with one of our internal API calls, remove it (ends, meaning it's the bottom of the stack - aka top-most call) if (lastFrameFunction.indexOf('sentryWrapped') !== -1) { localStack = localStack.slice(0, -1); } // The frame where the crash happened, should be the last entry in the array return localStack .slice(0, STACKTRACE_LIMIT) .map(function (frame) { return ((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({}, frame), { filename: frame.filename || localStack[0].filename, function: frame.function || '?' })); }) .reverse(); } var defaultFunctionName = '<anonymous>'; /** * Safely extract function name from itself */ function getFunctionName(fn) { try { if (!fn || typeof fn !== 'function') { return defaultFunctionName; } return fn.name || defaultFunctionName; } catch (e) { // Just accessing custom props in some Selenium environments // can cause a "Permission denied" exception (see raven-js#495). return defaultFunctionName; } } //# sourceMappingURL=stacktrace.js.map /***/ }), /***/ 57321: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "$G": function() { return /* binding */ truncate; }, /* harmony export */ "nK": function() { return /* binding */ safeJoin; }, /* harmony export */ "zC": function() { return /* binding */ isMatchingPattern; } /* harmony export */ }); /* unused harmony exports snipLine, escapeStringForRegex */ /* harmony import */ var _is__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67597); /** * Truncates given string to the maximum characters count * * @param str An object that contains serializable values * @param max Maximum number of characters in truncated string (0 = unlimited) * @returns string Encoded */ function truncate(str, max) { if (max === void 0) { max = 0; } if (typeof str !== 'string' || max === 0) { return str; } return str.length <= max ? str : str.substr(0, max) + "..."; } /** * This is basically just `trim_line` from * https://github.com/getsentry/sentry/blob/master/src/sentry/lang/javascript/processor.py#L67 * * @param str An object that contains serializable values * @param max Maximum number of characters in truncated string * @returns string Encoded */ function snipLine(line, colno) { var newLine = line; var lineLength = newLine.length; if (lineLength <= 150) { return newLine; } if (colno > lineLength) { // eslint-disable-next-line no-param-reassign colno = lineLength; } var start = Math.max(colno - 60, 0); if (start < 5) { start = 0; } var end = Math.min(start + 140, lineLength); if (end > lineLength - 5) { end = lineLength; } if (end === lineLength) { start = Math.max(end - 140, 0); } newLine = newLine.slice(start, end); if (start > 0) { newLine = "'{snip} " + newLine; } if (end < lineLength) { newLine += ' {snip}'; } return newLine; } /** * Join values in array * @param input array of values to be joined together * @param delimiter string to be placed in-between values * @returns Joined values */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function safeJoin(input, delimiter) { if (!Array.isArray(input)) { return ''; } var output = []; // eslint-disable-next-line @typescript-eslint/prefer-for-of for (var i = 0; i < input.length; i++) { var value = input[i]; try { output.push(String(value)); } catch (e) { output.push('[value cannot be serialized]'); } } return output.join(delimiter); } /** * Checks if the value matches a regex or includes the string * @param value The string value to be checked against * @param pattern Either a regex or a string that must be contained in value */ function isMatchingPattern(value, pattern) { if (!(0,_is__WEBPACK_IMPORTED_MODULE_0__/* .isString */ .HD)(value)) { return false; } if ((0,_is__WEBPACK_IMPORTED_MODULE_0__/* .isRegExp */ .Kj)(pattern)) { return pattern.test(value); } if (typeof pattern === 'string') { return value.indexOf(pattern) !== -1; } return false; } /** * Given a string, escape characters which have meaning in the regex grammar, such that the result is safe to feed to * `new RegExp()`. * * Based on https://github.com/sindresorhus/escape-string-regexp. Vendored to a) reduce the size by skipping the runtime * type-checking, and b) ensure it gets down-compiled for old versions of Node (the published package only supports Node * 12+). * * @param regexString The string to escape * @returns An version of the string with all special regex characters escaped */ function escapeStringForRegex(regexString) { // escape the hyphen separately so we can also replace it with a unicode literal hyphen, to avoid the problems // discussed in https://github.com/sindresorhus/escape-string-regexp/issues/20. return regexString.replace(/[|\\{}()[\]^$+*?.]/g, '\\$&').replace(/-/g, '\\x2d'); } //# sourceMappingURL=string.js.map /***/ }), /***/ 8823: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Ak": function() { return /* binding */ supportsFetch; }, /* harmony export */ "Du": function() { return /* binding */ isNativeFetch; }, /* harmony export */ "t$": function() { return /* binding */ supportsNativeFetch; }, /* harmony export */ "hv": function() { return /* binding */ supportsReferrerPolicy; }, /* harmony export */ "Bf": function() { return /* binding */ supportsHistory; } /* harmony export */ }); /* unused harmony exports supportsErrorEvent, supportsDOMError, supportsDOMException, supportsReportingObserver */ /* harmony import */ var _flags__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(88795); /* harmony import */ var _global__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(82991); /* harmony import */ var _logger__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(12343); /** * Tells whether current environment supports ErrorEvent objects * {@link supportsErrorEvent}. * * @returns Answer to the given question. */ function supportsErrorEvent() { try { new ErrorEvent(''); return true; } catch (e) { return false; } } /** * Tells whether current environment supports DOMError objects * {@link supportsDOMError}. * * @returns Answer to the given question. */ function supportsDOMError() { try { // Chrome: VM89:1 Uncaught TypeError: Failed to construct 'DOMError': // 1 argument required, but only 0 present. // @ts-ignore It really needs 1 argument, not 0. new DOMError(''); return true; } catch (e) { return false; } } /** * Tells whether current environment supports DOMException objects * {@link supportsDOMException}. * * @returns Answer to the given question. */ function supportsDOMException() { try { new DOMException(''); return true; } catch (e) { return false; } } /** * Tells whether current environment supports Fetch API * {@link supportsFetch}. * * @returns Answer to the given question. */ function supportsFetch() { if (!('fetch' in (0,_global__WEBPACK_IMPORTED_MODULE_0__/* .getGlobalObject */ .R)())) { return false; } try { new Headers(); new Request(''); new Response(); return true; } catch (e) { return false; } } /** * isNativeFetch checks if the given function is a native implementation of fetch() */ // eslint-disable-next-line @typescript-eslint/ban-types function isNativeFetch(func) { return func && /^function fetch\(\)\s+\{\s+\[native code\]\s+\}$/.test(func.toString()); } /** * Tells whether current environment supports Fetch API natively * {@link supportsNativeFetch}. * * @returns true if `window.fetch` is natively implemented, false otherwise */ function supportsNativeFetch() { if (!supportsFetch()) { return false; } var global = (0,_global__WEBPACK_IMPORTED_MODULE_0__/* .getGlobalObject */ .R)(); // Fast path to avoid DOM I/O // eslint-disable-next-line @typescript-eslint/unbound-method if (isNativeFetch(global.fetch)) { return true; } // window.fetch is implemented, but is polyfilled or already wrapped (e.g: by a chrome extension) // so create a "pure" iframe to see if that has native fetch var result = false; var doc = global.document; // eslint-disable-next-line deprecation/deprecation if (doc && typeof doc.createElement === 'function') { try { var sandbox = doc.createElement('iframe'); sandbox.hidden = true; doc.head.appendChild(sandbox); if (sandbox.contentWindow && sandbox.contentWindow.fetch) { // eslint-disable-next-line @typescript-eslint/unbound-method result = isNativeFetch(sandbox.contentWindow.fetch); } doc.head.removeChild(sandbox); } catch (err) { _flags__WEBPACK_IMPORTED_MODULE_1__/* .IS_DEBUG_BUILD */ .h && _logger__WEBPACK_IMPORTED_MODULE_2__/* .logger.warn */ .kg.warn('Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ', err); } } return result; } /** * Tells whether current environment supports ReportingObserver API * {@link supportsReportingObserver}. * * @returns Answer to the given question. */ function supportsReportingObserver() { return 'ReportingObserver' in getGlobalObject(); } /** * Tells whether current environment supports Referrer Policy API * {@link supportsReferrerPolicy}. * * @returns Answer to the given question. */ function supportsReferrerPolicy() { // Despite all stars in the sky saying that Edge supports old draft syntax, aka 'never', 'always', 'origin' and 'default' // (see https://caniuse.com/#feat=referrer-policy), // it doesn't. And it throws an exception instead of ignoring this parameter... // REF: https://github.com/getsentry/raven-js/issues/1233 if (!supportsFetch()) { return false; } try { new Request('_', { referrerPolicy: 'origin', }); return true; } catch (e) { return false; } } /** * Tells whether current environment supports History API * {@link supportsHistory}. * * @returns Answer to the given question. */ function supportsHistory() { // NOTE: in Chrome App environment, touching history.pushState, *even inside // a try/catch block*, will cause Chrome to output an error to console.error // borrowed from: https://github.com/angular/angular.js/pull/13945/files var global = (0,_global__WEBPACK_IMPORTED_MODULE_0__/* .getGlobalObject */ .R)(); /* eslint-disable @typescript-eslint/no-unsafe-member-access */ // eslint-disable-next-line @typescript-eslint/no-explicit-any var chrome = global.chrome; var isChromePackagedApp = chrome && chrome.app && chrome.app.runtime; /* eslint-enable @typescript-eslint/no-unsafe-member-access */ var hasHistoryApi = 'history' in global && !!global.history.pushState && !!global.history.replaceState; return !isChromePackagedApp && hasHistoryApi; } //# sourceMappingURL=supports.js.map /***/ }), /***/ 96893: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "WD": function() { return /* binding */ resolvedSyncPromise; }, /* harmony export */ "$2": function() { return /* binding */ rejectedSyncPromise; }, /* harmony export */ "cW": function() { return /* binding */ SyncPromise; } /* harmony export */ }); /* harmony import */ var _is__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67597); /* eslint-disable @typescript-eslint/explicit-function-return-type */ /* eslint-disable @typescript-eslint/typedef */ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */ /* eslint-disable @typescript-eslint/no-explicit-any */ /** * Creates a resolved sync promise. * * @param value the value to resolve the promise with * @returns the resolved sync promise */ function resolvedSyncPromise(value) { return new SyncPromise(function (resolve) { resolve(value); }); } /** * Creates a rejected sync promise. * * @param value the value to reject the promise with * @returns the rejected sync promise */ function rejectedSyncPromise(reason) { return new SyncPromise(function (_, reject) { reject(reason); }); } /** * Thenable class that behaves like a Promise and follows it's interface * but is not async internally */ var SyncPromise = /** @class */ (function () { function SyncPromise(executor) { var _this = this; this._state = 0 /* PENDING */; this._handlers = []; /** JSDoc */ this._resolve = function (value) { _this._setResult(1 /* RESOLVED */, value); }; /** JSDoc */ this._reject = function (reason) { _this._setResult(2 /* REJECTED */, reason); }; /** JSDoc */ this._setResult = function (state, value) { if (_this._state !== 0 /* PENDING */) { return; } if ((0,_is__WEBPACK_IMPORTED_MODULE_0__/* .isThenable */ .J8)(value)) { void value.then(_this._resolve, _this._reject); return; } _this._state = state; _this._value = value; _this._executeHandlers(); }; /** JSDoc */ this._executeHandlers = function () { if (_this._state === 0 /* PENDING */) { return; } var cachedHandlers = _this._handlers.slice(); _this._handlers = []; cachedHandlers.forEach(function (handler) { if (handler[0]) { return; } if (_this._state === 1 /* RESOLVED */) { // eslint-disable-next-line @typescript-eslint/no-floating-promises handler[1](_this._value); } if (_this._state === 2 /* REJECTED */) { handler[2](_this._value); } handler[0] = true; }); }; try { executor(this._resolve, this._reject); } catch (e) { this._reject(e); } } /** JSDoc */ SyncPromise.prototype.then = function (onfulfilled, onrejected) { var _this = this; return new SyncPromise(function (resolve, reject) { _this._handlers.push([ false, function (result) { if (!onfulfilled) { // TODO: ¯\_(ツ)_/¯ // TODO: FIXME resolve(result); } else { try { resolve(onfulfilled(result)); } catch (e) { reject(e); } } }, function (reason) { if (!onrejected) { reject(reason); } else { try { resolve(onrejected(reason)); } catch (e) { reject(e); } } }, ]); _this._executeHandlers(); }); }; /** JSDoc */ SyncPromise.prototype.catch = function (onrejected) { return this.then(function (val) { return val; }, onrejected); }; /** JSDoc */ SyncPromise.prototype.finally = function (onfinally) { var _this = this; return new SyncPromise(function (resolve, reject) { var val; var isRejected; return _this.then(function (value) { isRejected = false; val = value; if (onfinally) { onfinally(); } }, function (reason) { isRejected = true; val = reason; if (onfinally) { onfinally(); } }).then(function () { if (isRejected) { reject(val); return; } resolve(val); }); }); }; return SyncPromise; }()); //# sourceMappingURL=syncpromise.js.map /***/ }), /***/ 21170: /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "yW": function() { return /* binding */ dateTimestampInSeconds; }, /* harmony export */ "ph": function() { return /* binding */ timestampInSeconds; }, /* harmony export */ "_I": function() { return /* binding */ timestampWithMs; }, /* harmony export */ "Z1": function() { return /* binding */ browserPerformanceTimeOrigin; } /* harmony export */ }); /* unused harmony exports usingPerformanceAPI, _browserPerformanceTimeOriginMode */ /* harmony import */ var _global__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(82991); /* harmony import */ var _node__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(72176); /* module decorator */ module = __webpack_require__.hmd(module); /** * A TimestampSource implementation for environments that do not support the Performance Web API natively. * * Note that this TimestampSource does not use a monotonic clock. A call to `nowSeconds` may return a timestamp earlier * than a previously returned value. We do not try to emulate a monotonic behavior in order to facilitate debugging. It * is more obvious to explain "why does my span have negative duration" than "why my spans have zero duration". */ var dateTimestampSource = { nowSeconds: function () { return Date.now() / 1000; }, }; /** * Returns a wrapper around the native Performance API browser implementation, or undefined for browsers that do not * support the API. * * Wrapping the native API works around differences in behavior from different browsers. */ function getBrowserPerformance() { var performance = (0,_global__WEBPACK_IMPORTED_MODULE_0__/* .getGlobalObject */ .R)().performance; if (!performance || !performance.now) { return undefined; } // Replace performance.timeOrigin with our own timeOrigin based on Date.now(). // // This is a partial workaround for browsers reporting performance.timeOrigin such that performance.timeOrigin + // performance.now() gives a date arbitrarily in the past. // // Additionally, computing timeOrigin in this way fills the gap for browsers where performance.timeOrigin is // undefined. // // The assumption that performance.timeOrigin + performance.now() ~= Date.now() is flawed, but we depend on it to // interact with data coming out of performance entries. // // Note that despite recommendations against it in the spec, browsers implement the Performance API with a clock that // might stop when the computer is asleep (and perhaps under other circumstances). Such behavior causes // performance.timeOrigin + performance.now() to have an arbitrary skew over Date.now(). In laptop computers, we have // observed skews that can be as long as days, weeks or months. // // See https://github.com/getsentry/sentry-javascript/issues/2590. // // BUG: despite our best intentions, this workaround has its limitations. It mostly addresses timings of pageload // transactions, but ignores the skew built up over time that can aversely affect timestamps of navigation // transactions of long-lived web pages. var timeOrigin = Date.now() - performance.now(); return { now: function () { return performance.now(); }, timeOrigin: timeOrigin, }; } /** * Returns the native Performance API implementation from Node.js. Returns undefined in old Node.js versions that don't * implement the API. */ function getNodePerformance() { try { var perfHooks = (0,_node__WEBPACK_IMPORTED_MODULE_1__/* .dynamicRequire */ .l$)(module, 'perf_hooks'); return perfHooks.performance; } catch (_) { return undefined; } } /** * The Performance API implementation for the current platform, if available. */ var platformPerformance = (0,_node__WEBPACK_IMPORTED_MODULE_1__/* .isNodeEnv */ .KV)() ? getNodePerformance() : getBrowserPerformance(); var timestampSource = platformPerformance === undefined ? dateTimestampSource : { nowSeconds: function () { return (platformPerformance.timeOrigin + platformPerformance.now()) / 1000; }, }; /** * Returns a timestamp in seconds since the UNIX epoch using the Date API. */ var dateTimestampInSeconds = dateTimestampSource.nowSeconds.bind(dateTimestampSource); /** * Returns a timestamp in seconds since the UNIX epoch using either the Performance or Date APIs, depending on the * availability of the Performance API. * * See `usingPerformanceAPI` to test whether the Performance API is used. * * BUG: Note that because of how browsers implement the Performance API, the clock might stop when the computer is * asleep. This creates a skew between `dateTimestampInSeconds` and `timestampInSeconds`. The * skew can grow to arbitrary amounts like days, weeks or months. * See https://github.com/getsentry/sentry-javascript/issues/2590. */ var timestampInSeconds = timestampSource.nowSeconds.bind(timestampSource); // Re-exported with an old name for backwards-compatibility. var timestampWithMs = timestampInSeconds; /** * A boolean that is true when timestampInSeconds uses the Performance API to produce monotonic timestamps. */ var usingPerformanceAPI = platformPerformance !== undefined; /** * Internal helper to store what is the source of browserPerformanceTimeOrigin below. For debugging only. */ var _browserPerformanceTimeOriginMode; /** * The number of milliseconds since the UNIX epoch. This value is only usable in a browser, and only when the * performance API is available. */ var browserPerformanceTimeOrigin = (function () { // Unfortunately browsers may report an inaccurate time origin data, through either performance.timeOrigin or // performance.timing.navigationStart, which results in poor results in performance data. We only treat time origin // data as reliable if they are within a reasonable threshold of the current time. var performance = (0,_global__WEBPACK_IMPORTED_MODULE_0__/* .getGlobalObject */ .R)().performance; if (!performance || !performance.now) { _browserPerformanceTimeOriginMode = 'none'; return undefined; } var threshold = 3600 * 1000; var performanceNow = performance.now(); var dateNow = Date.now(); // if timeOrigin isn't available set delta to threshold so it isn't used var timeOriginDelta = performance.timeOrigin ? Math.abs(performance.timeOrigin + performanceNow - dateNow) : threshold; var timeOriginIsReliable = timeOriginDelta < threshold; // While performance.timing.navigationStart is deprecated in favor of performance.timeOrigin, performance.timeOrigin // is not as widely supported. Namely, performance.timeOrigin is undefined in Safari as of writing. // Also as of writing, performance.timing is not available in Web Workers in mainstream browsers, so it is not always // a valid fallback. In the absence of an initial time provided by the browser, fallback to the current time from the // Date API. // eslint-disable-next-line deprecation/deprecation var navigationStart = performance.timing && performance.timing.navigationStart; var hasNavigationStart = typeof navigationStart === 'number'; // if navigationStart isn't available set delta to threshold so it isn't used var navigationStartDelta = hasNavigationStart ? Math.abs(navigationStart + performanceNow - dateNow) : threshold; var navigationStartIsReliable = navigationStartDelta < threshold; if (timeOriginIsReliable || navigationStartIsReliable) { // Use the more reliable time origin if (timeOriginDelta <= navigationStartDelta) { _browserPerformanceTimeOriginMode = 'timeOrigin'; return performance.timeOrigin; } else { _browserPerformanceTimeOriginMode = 'navigationStart'; return navigationStart; } } // Either both timeOrigin and navigationStart are skewed or neither is available, fallback to Date. _browserPerformanceTimeOriginMode = 'dateNow'; return dateNow; })(); //# sourceMappingURL=time.js.map /***/ }), /***/ 99601: /***/ (function(__unused_webpack_module, exports) { "use strict"; var __webpack_unused_export__; __webpack_unused_export__ = ({ value: true }); function composeRefs() { var refs = []; for (var _i = 0; _i < arguments.length; _i++) { refs[_i] = arguments[_i]; } if (refs.length === 2) { // micro-optimize the hot path return composeTwoRefs(refs[0], refs[1]) || null; } var composedRef = refs.slice(1).reduce(function (semiCombinedRef, refToInclude) { return composeTwoRefs(semiCombinedRef, refToInclude); }, refs[0]); return composedRef || null; } exports.Z = composeRefs; var composedRefCache = new WeakMap(); function composeTwoRefs(ref1, ref2) { if (ref1 && ref2) { var ref1Cache = composedRefCache.get(ref1) || new WeakMap(); composedRefCache.set(ref1, ref1Cache); var composedRef = ref1Cache.get(ref2) || (function (instance) { updateRef(ref1, instance); updateRef(ref2, instance); }); ref1Cache.set(ref2, composedRef); return composedRef; } if (!ref1) { return ref2; } else { return ref1; } } function updateRef(ref, instance) { if (typeof ref === 'function') { ref(instance); } else { ref.current = instance; } } //# sourceMappingURL=composeRefs.js.map /***/ }), /***/ 9669: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { module.exports = __webpack_require__(51609); /***/ }), /***/ 55448: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var utils = __webpack_require__(64867); var settle = __webpack_require__(36026); var cookies = __webpack_require__(4372); var buildURL = __webpack_require__(15327); var buildFullPath = __webpack_require__(94097); var parseHeaders = __webpack_require__(84109); var isURLSameOrigin = __webpack_require__(67985); var createError = __webpack_require__(85061); module.exports = function xhrAdapter(config) { return new Promise(function dispatchXhrRequest(resolve, reject) { var requestData = config.data; var requestHeaders = config.headers; var responseType = config.responseType; if (utils.isFormData(requestData)) { delete requestHeaders['Content-Type']; // Let the browser set it } var request = new XMLHttpRequest(); // HTTP basic authentication if (config.auth) { var username = config.auth.username || ''; var password = config.auth.password ? unescape(encodeURIComponent(config.auth.password)) : ''; requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password); } var fullPath = buildFullPath(config.baseURL, config.url); request.open(config.method.toUpperCase(), buildURL(fullPath, config.params, config.paramsSerializer), true); // Set the request timeout in MS request.timeout = config.timeout; function onloadend() { if (!request) { return; } // Prepare the response var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null; var responseData = !responseType || responseType === 'text' || responseType === 'json' ? request.responseText : request.response; var response = { data: responseData, status: request.status, statusText: request.statusText, headers: responseHeaders, config: config, request: request }; settle(resolve, reject, response); // Clean up request request = null; } if ('onloadend' in request) { // Use onloadend if available request.onloadend = onloadend; } else { // Listen for ready state to emulate onloadend request.onreadystatechange = function handleLoad() { if (!request || request.readyState !== 4) { return; } // The request errored out and we didn't get a response, this will be // handled by onerror instead // With one exception: request that using file: protocol, most browsers // will return status as 0 even though it's a successful request if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) { return; } // readystate handler is calling before onerror or ontimeout handlers, // so we should call onloadend on the next 'tick' setTimeout(onloadend); }; } // Handle browser request cancellation (as opposed to a manual cancellation) request.onabort = function handleAbort() { if (!request) { return; } reject(createError('Request aborted', config, 'ECONNABORTED', request)); // Clean up request request = null; }; // Handle low level network errors request.onerror = function handleError() { // Real errors are hidden from us by the browser // onerror should only fire if it's a network error reject(createError('Network Error', config, null, request)); // Clean up request request = null; }; // Handle timeout request.ontimeout = function handleTimeout() { var timeoutErrorMessage = 'timeout of ' + config.timeout + 'ms exceeded'; if (config.timeoutErrorMessage) { timeoutErrorMessage = config.timeoutErrorMessage; } reject(createError( timeoutErrorMessage, config, config.transitional && config.transitional.clarifyTimeoutError ? 'ETIMEDOUT' : 'ECONNABORTED', request)); // Clean up request request = null; }; // Add xsrf header // This is only done if running in a standard browser environment. // Specifically not if we're in a web worker, or react-native. if (utils.isStandardBrowserEnv()) { // Add xsrf header var xsrfValue = (config.withCredentials || isURLSameOrigin(fullPath)) && config.xsrfCookieName ? cookies.read(config.xsrfCookieName) : undefined; if (xsrfValue) { requestHeaders[config.xsrfHeaderName] = xsrfValue; } } // Add headers to the request if ('setRequestHeader' in request) { utils.forEach(requestHeaders, function setRequestHeader(val, key) { if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') { // Remove Content-Type if data is undefined delete requestHeaders[key]; } else { // Otherwise add header to the request request.setRequestHeader(key, val); } }); } // Add withCredentials to request if needed if (!utils.isUndefined(config.withCredentials)) { request.withCredentials = !!config.withCredentials; } // Add responseType to request if needed if (responseType && responseType !== 'json') { request.responseType = config.responseType; } // Handle progress if needed if (typeof config.onDownloadProgress === 'function') { request.addEventListener('progress', config.onDownloadProgress); } // Not all browsers support upload events if (typeof config.onUploadProgress === 'function' && request.upload) { request.upload.addEventListener('progress', config.onUploadProgress); } if (config.cancelToken) { // Handle cancellation config.cancelToken.promise.then(function onCanceled(cancel) { if (!request) { return; } request.abort(); reject(cancel); // Clean up request request = null; }); } if (!requestData) { requestData = null; } // Send the request request.send(requestData); }); }; /***/ }), /***/ 51609: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var utils = __webpack_require__(64867); var bind = __webpack_require__(91849); var Axios = __webpack_require__(30321); var mergeConfig = __webpack_require__(47185); var defaults = __webpack_require__(45655); /** * Create an instance of Axios * * @param {Object} defaultConfig The default config for the instance * @return {Axios} A new instance of Axios */ function createInstance(defaultConfig) { var context = new Axios(defaultConfig); var instance = bind(Axios.prototype.request, context); // Copy axios.prototype to instance utils.extend(instance, Axios.prototype, context); // Copy context to instance utils.extend(instance, context); return instance; } // Create the default instance to be exported var axios = createInstance(defaults); // Expose Axios class to allow class inheritance axios.Axios = Axios; // Factory for creating new instances axios.create = function create(instanceConfig) { return createInstance(mergeConfig(axios.defaults, instanceConfig)); }; // Expose Cancel & CancelToken axios.Cancel = __webpack_require__(65263); axios.CancelToken = __webpack_require__(14972); axios.isCancel = __webpack_require__(26502); // Expose all/spread axios.all = function all(promises) { return Promise.all(promises); }; axios.spread = __webpack_require__(8713); // Expose isAxiosError axios.isAxiosError = __webpack_require__(16268); module.exports = axios; // Allow use of default import syntax in TypeScript module.exports.default = axios; /***/ }), /***/ 65263: /***/ (function(module) { "use strict"; /** * A `Cancel` is an object that is thrown when an operation is canceled. * * @class * @param {string=} message The message. */ function Cancel(message) { this.message = message; } Cancel.prototype.toString = function toString() { return 'Cancel' + (this.message ? ': ' + this.message : ''); }; Cancel.prototype.__CANCEL__ = true; module.exports = Cancel; /***/ }), /***/ 14972: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var Cancel = __webpack_require__(65263); /** * A `CancelToken` is an object that can be used to request cancellation of an operation. * * @class * @param {Function} executor The executor function. */ function CancelToken(executor) { if (typeof executor !== 'function') { throw new TypeError('executor must be a function.'); } var resolvePromise; this.promise = new Promise(function promiseExecutor(resolve) { resolvePromise = resolve; }); var token = this; executor(function cancel(message) { if (token.reason) { // Cancellation has already been requested return; } token.reason = new Cancel(message); resolvePromise(token.reason); }); } /** * Throws a `Cancel` if cancellation has been requested. */ CancelToken.prototype.throwIfRequested = function throwIfRequested() { if (this.reason) { throw this.reason; } }; /** * Returns an object that contains a new `CancelToken` and a function that, when called, * cancels the `CancelToken`. */ CancelToken.source = function source() { var cancel; var token = new CancelToken(function executor(c) { cancel = c; }); return { token: token, cancel: cancel }; }; module.exports = CancelToken; /***/ }), /***/ 26502: /***/ (function(module) { "use strict"; module.exports = function isCancel(value) { return !!(value && value.__CANCEL__); }; /***/ }), /***/ 30321: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var utils = __webpack_require__(64867); var buildURL = __webpack_require__(15327); var InterceptorManager = __webpack_require__(80782); var dispatchRequest = __webpack_require__(13572); var mergeConfig = __webpack_require__(47185); var validator = __webpack_require__(54875); var validators = validator.validators; /** * Create a new instance of Axios * * @param {Object} instanceConfig The default config for the instance */ function Axios(instanceConfig) { this.defaults = instanceConfig; this.interceptors = { request: new InterceptorManager(), response: new InterceptorManager() }; } /** * Dispatch a request * * @param {Object} config The config specific for this request (merged with this.defaults) */ Axios.prototype.request = function request(config) { /*eslint no-param-reassign:0*/ // Allow for axios('example/url'[, config]) a la fetch API if (typeof config === 'string') { config = arguments[1] || {}; config.url = arguments[0]; } else { config = config || {}; } config = mergeConfig(this.defaults, config); // Set config.method if (config.method) { config.method = config.method.toLowerCase(); } else if (this.defaults.method) { config.method = this.defaults.method.toLowerCase(); } else { config.method = 'get'; } var transitional = config.transitional; if (transitional !== undefined) { validator.assertOptions(transitional, { silentJSONParsing: validators.transitional(validators.boolean, '1.0.0'), forcedJSONParsing: validators.transitional(validators.boolean, '1.0.0'), clarifyTimeoutError: validators.transitional(validators.boolean, '1.0.0') }, false); } // filter out skipped interceptors var requestInterceptorChain = []; var synchronousRequestInterceptors = true; this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) { if (typeof interceptor.runWhen === 'function' && interceptor.runWhen(config) === false) { return; } synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous; requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected); }); var responseInterceptorChain = []; this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) { responseInterceptorChain.push(interceptor.fulfilled, interceptor.rejected); }); var promise; if (!synchronousRequestInterceptors) { var chain = [dispatchRequest, undefined]; Array.prototype.unshift.apply(chain, requestInterceptorChain); chain = chain.concat(responseInterceptorChain); promise = Promise.resolve(config); while (chain.length) { promise = promise.then(chain.shift(), chain.shift()); } return promise; } var newConfig = config; while (requestInterceptorChain.length) { var onFulfilled = requestInterceptorChain.shift(); var onRejected = requestInterceptorChain.shift(); try { newConfig = onFulfilled(newConfig); } catch (error) { onRejected(error); break; } } try { promise = dispatchRequest(newConfig); } catch (error) { return Promise.reject(error); } while (responseInterceptorChain.length) { promise = promise.then(responseInterceptorChain.shift(), responseInterceptorChain.shift()); } return promise; }; Axios.prototype.getUri = function getUri(config) { config = mergeConfig(this.defaults, config); return buildURL(config.url, config.params, config.paramsSerializer).replace(/^\?/, ''); }; // Provide aliases for supported request methods utils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) { /*eslint func-names:0*/ Axios.prototype[method] = function(url, config) { return this.request(mergeConfig(config || {}, { method: method, url: url, data: (config || {}).data })); }; }); utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) { /*eslint func-names:0*/ Axios.prototype[method] = function(url, data, config) { return this.request(mergeConfig(config || {}, { method: method, url: url, data: data })); }; }); module.exports = Axios; /***/ }), /***/ 80782: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var utils = __webpack_require__(64867); function InterceptorManager() { this.handlers = []; } /** * Add a new interceptor to the stack * * @param {Function} fulfilled The function to handle `then` for a `Promise` * @param {Function} rejected The function to handle `reject` for a `Promise` * * @return {Number} An ID used to remove interceptor later */ InterceptorManager.prototype.use = function use(fulfilled, rejected, options) { this.handlers.push({ fulfilled: fulfilled, rejected: rejected, synchronous: options ? options.synchronous : false, runWhen: options ? options.runWhen : null }); return this.handlers.length - 1; }; /** * Remove an interceptor from the stack * * @param {Number} id The ID that was returned by `use` */ InterceptorManager.prototype.eject = function eject(id) { if (this.handlers[id]) { this.handlers[id] = null; } }; /** * Iterate over all the registered interceptors * * This method is particularly useful for skipping over any * interceptors that may have become `null` calling `eject`. * * @param {Function} fn The function to call for each interceptor */ InterceptorManager.prototype.forEach = function forEach(fn) { utils.forEach(this.handlers, function forEachHandler(h) { if (h !== null) { fn(h); } }); }; module.exports = InterceptorManager; /***/ }), /***/ 94097: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var isAbsoluteURL = __webpack_require__(91793); var combineURLs = __webpack_require__(7303); /** * Creates a new URL by combining the baseURL with the requestedURL, * only when the requestedURL is not already an absolute URL. * If the requestURL is absolute, this function returns the requestedURL untouched. * * @param {string} baseURL The base URL * @param {string} requestedURL Absolute or relative URL to combine * @returns {string} The combined full path */ module.exports = function buildFullPath(baseURL, requestedURL) { if (baseURL && !isAbsoluteURL(requestedURL)) { return combineURLs(baseURL, requestedURL); } return requestedURL; }; /***/ }), /***/ 85061: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var enhanceError = __webpack_require__(80481); /** * Create an Error with the specified message, config, error code, request and response. * * @param {string} message The error message. * @param {Object} config The config. * @param {string} [code] The error code (for example, 'ECONNABORTED'). * @param {Object} [request] The request. * @param {Object} [response] The response. * @returns {Error} The created error. */ module.exports = function createError(message, config, code, request, response) { var error = new Error(message); return enhanceError(error, config, code, request, response); }; /***/ }), /***/ 13572: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var utils = __webpack_require__(64867); var transformData = __webpack_require__(18527); var isCancel = __webpack_require__(26502); var defaults = __webpack_require__(45655); /** * Throws a `Cancel` if cancellation has been requested. */ function throwIfCancellationRequested(config) { if (config.cancelToken) { config.cancelToken.throwIfRequested(); } } /** * Dispatch a request to the server using the configured adapter. * * @param {object} config The config that is to be used for the request * @returns {Promise} The Promise to be fulfilled */ module.exports = function dispatchRequest(config) { throwIfCancellationRequested(config); // Ensure headers exist config.headers = config.headers || {}; // Transform request data config.data = transformData.call( config, config.data, config.headers, config.transformRequest ); // Flatten headers config.headers = utils.merge( config.headers.common || {}, config.headers[config.method] || {}, config.headers ); utils.forEach( ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'], function cleanHeaderConfig(method) { delete config.headers[method]; } ); var adapter = config.adapter || defaults.adapter; return adapter(config).then(function onAdapterResolution(response) { throwIfCancellationRequested(config); // Transform response data response.data = transformData.call( config, response.data, response.headers, config.transformResponse ); return response; }, function onAdapterRejection(reason) { if (!isCancel(reason)) { throwIfCancellationRequested(config); // Transform response data if (reason && reason.response) { reason.response.data = transformData.call( config, reason.response.data, reason.response.headers, config.transformResponse ); } } return Promise.reject(reason); }); }; /***/ }), /***/ 80481: /***/ (function(module) { "use strict"; /** * Update an Error with the specified config, error code, and response. * * @param {Error} error The error to update. * @param {Object} config The config. * @param {string} [code] The error code (for example, 'ECONNABORTED'). * @param {Object} [request] The request. * @param {Object} [response] The response. * @returns {Error} The error. */ module.exports = function enhanceError(error, config, code, request, response) { error.config = config; if (code) { error.code = code; } error.request = request; error.response = response; error.isAxiosError = true; error.toJSON = function toJSON() { return { // Standard message: this.message, name: this.name, // Microsoft description: this.description, number: this.number, // Mozilla fileName: this.fileName, lineNumber: this.lineNumber, columnNumber: this.columnNumber, stack: this.stack, // Axios config: this.config, code: this.code }; }; return error; }; /***/ }), /***/ 47185: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var utils = __webpack_require__(64867); /** * Config-specific merge-function which creates a new config-object * by merging two configuration objects together. * * @param {Object} config1 * @param {Object} config2 * @returns {Object} New object resulting from merging config2 to config1 */ module.exports = function mergeConfig(config1, config2) { // eslint-disable-next-line no-param-reassign config2 = config2 || {}; var config = {}; var valueFromConfig2Keys = ['url', 'method', 'data']; var mergeDeepPropertiesKeys = ['headers', 'auth', 'proxy', 'params']; var defaultToConfig2Keys = [ 'baseURL', 'transformRequest', 'transformResponse', 'paramsSerializer', 'timeout', 'timeoutMessage', 'withCredentials', 'adapter', 'responseType', 'xsrfCookieName', 'xsrfHeaderName', 'onUploadProgress', 'onDownloadProgress', 'decompress', 'maxContentLength', 'maxBodyLength', 'maxRedirects', 'transport', 'httpAgent', 'httpsAgent', 'cancelToken', 'socketPath', 'responseEncoding' ]; var directMergeKeys = ['validateStatus']; function getMergedValue(target, source) { if (utils.isPlainObject(target) && utils.isPlainObject(source)) { return utils.merge(target, source); } else if (utils.isPlainObject(source)) { return utils.merge({}, source); } else if (utils.isArray(source)) { return source.slice(); } return source; } function mergeDeepProperties(prop) { if (!utils.isUndefined(config2[prop])) { config[prop] = getMergedValue(config1[prop], config2[prop]); } else if (!utils.isUndefined(config1[prop])) { config[prop] = getMergedValue(undefined, config1[prop]); } } utils.forEach(valueFromConfig2Keys, function valueFromConfig2(prop) { if (!utils.isUndefined(config2[prop])) { config[prop] = getMergedValue(undefined, config2[prop]); } }); utils.forEach(mergeDeepPropertiesKeys, mergeDeepProperties); utils.forEach(defaultToConfig2Keys, function defaultToConfig2(prop) { if (!utils.isUndefined(config2[prop])) { config[prop] = getMergedValue(undefined, config2[prop]); } else if (!utils.isUndefined(config1[prop])) { config[prop] = getMergedValue(undefined, config1[prop]); } }); utils.forEach(directMergeKeys, function merge(prop) { if (prop in config2) { config[prop] = getMergedValue(config1[prop], config2[prop]); } else if (prop in config1) { config[prop] = getMergedValue(undefined, config1[prop]); } }); var axiosKeys = valueFromConfig2Keys .concat(mergeDeepPropertiesKeys) .concat(defaultToConfig2Keys) .concat(directMergeKeys); var otherKeys = Object .keys(config1) .concat(Object.keys(config2)) .filter(function filterAxiosKeys(key) { return axiosKeys.indexOf(key) === -1; }); utils.forEach(otherKeys, mergeDeepProperties); return config; }; /***/ }), /***/ 36026: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var createError = __webpack_require__(85061); /** * Resolve or reject a Promise based on response status. * * @param {Function} resolve A function that resolves the promise. * @param {Function} reject A function that rejects the promise. * @param {object} response The response. */ module.exports = function settle(resolve, reject, response) { var validateStatus = response.config.validateStatus; if (!response.status || !validateStatus || validateStatus(response.status)) { resolve(response); } else { reject(createError( 'Request failed with status code ' + response.status, response.config, null, response.request, response )); } }; /***/ }), /***/ 18527: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var utils = __webpack_require__(64867); var defaults = __webpack_require__(45655); /** * Transform the data for a request or a response * * @param {Object|String} data The data to be transformed * @param {Array} headers The headers for the request or response * @param {Array|Function} fns A single function or Array of functions * @returns {*} The resulting transformed data */ module.exports = function transformData(data, headers, fns) { var context = this || defaults; /*eslint no-param-reassign:0*/ utils.forEach(fns, function transform(fn) { data = fn.call(context, data, headers); }); return data; }; /***/ }), /***/ 45655: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var utils = __webpack_require__(64867); var normalizeHeaderName = __webpack_require__(16016); var enhanceError = __webpack_require__(80481); var DEFAULT_CONTENT_TYPE = { 'Content-Type': 'application/x-www-form-urlencoded' }; function setContentTypeIfUnset(headers, value) { if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) { headers['Content-Type'] = value; } } function getDefaultAdapter() { var adapter; if (typeof XMLHttpRequest !== 'undefined') { // For browsers use XHR adapter adapter = __webpack_require__(55448); } else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') { // For node use HTTP adapter adapter = __webpack_require__(55448); } return adapter; } function stringifySafely(rawValue, parser, encoder) { if (utils.isString(rawValue)) { try { (parser || JSON.parse)(rawValue); return utils.trim(rawValue); } catch (e) { if (e.name !== 'SyntaxError') { throw e; } } } return (encoder || JSON.stringify)(rawValue); } var defaults = { transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false }, adapter: getDefaultAdapter(), transformRequest: [function transformRequest(data, headers) { normalizeHeaderName(headers, 'Accept'); normalizeHeaderName(headers, 'Content-Type'); if (utils.isFormData(data) || utils.isArrayBuffer(data) || utils.isBuffer(data) || utils.isStream(data) || utils.isFile(data) || utils.isBlob(data) ) { return data; } if (utils.isArrayBufferView(data)) { return data.buffer; } if (utils.isURLSearchParams(data)) { setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8'); return data.toString(); } if (utils.isObject(data) || (headers && headers['Content-Type'] === 'application/json')) { setContentTypeIfUnset(headers, 'application/json'); return stringifySafely(data); } return data; }], transformResponse: [function transformResponse(data) { var transitional = this.transitional; var silentJSONParsing = transitional && transitional.silentJSONParsing; var forcedJSONParsing = transitional && transitional.forcedJSONParsing; var strictJSONParsing = !silentJSONParsing && this.responseType === 'json'; if (strictJSONParsing || (forcedJSONParsing && utils.isString(data) && data.length)) { try { return JSON.parse(data); } catch (e) { if (strictJSONParsing) { if (e.name === 'SyntaxError') { throw enhanceError(e, this, 'E_JSON_PARSE'); } throw e; } } } return data; }], /** * A timeout in milliseconds to abort a request. If set to 0 (default) a * timeout is not created. */ timeout: 0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, validateStatus: function validateStatus(status) { return status >= 200 && status < 300; } }; defaults.headers = { common: { 'Accept': 'application/json, text/plain, */*' } }; utils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) { defaults.headers[method] = {}; }); utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) { defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE); }); module.exports = defaults; /***/ }), /***/ 91849: /***/ (function(module) { "use strict"; module.exports = function bind(fn, thisArg) { return function wrap() { var args = new Array(arguments.length); for (var i = 0; i < args.length; i++) { args[i] = arguments[i]; } return fn.apply(thisArg, args); }; }; /***/ }), /***/ 15327: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var utils = __webpack_require__(64867); function encode(val) { return encodeURIComponent(val). replace(/%3A/gi, ':'). replace(/%24/g, '$'). replace(/%2C/gi, ','). replace(/%20/g, '+'). replace(/%5B/gi, '['). replace(/%5D/gi, ']'); } /** * Build a URL by appending params to the end * * @param {string} url The base of the url (e.g., http://www.google.com) * @param {object} [params] The params to be appended * @returns {string} The formatted url */ module.exports = function buildURL(url, params, paramsSerializer) { /*eslint no-param-reassign:0*/ if (!params) { return url; } var serializedParams; if (paramsSerializer) { serializedParams = paramsSerializer(params); } else if (utils.isURLSearchParams(params)) { serializedParams = params.toString(); } else { var parts = []; utils.forEach(params, function serialize(val, key) { if (val === null || typeof val === 'undefined') { return; } if (utils.isArray(val)) { key = key + '[]'; } else { val = [val]; } utils.forEach(val, function parseValue(v) { if (utils.isDate(v)) { v = v.toISOString(); } else if (utils.isObject(v)) { v = JSON.stringify(v); } parts.push(encode(key) + '=' + encode(v)); }); }); serializedParams = parts.join('&'); } if (serializedParams) { var hashmarkIndex = url.indexOf('#'); if (hashmarkIndex !== -1) { url = url.slice(0, hashmarkIndex); } url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams; } return url; }; /***/ }), /***/ 7303: /***/ (function(module) { "use strict"; /** * Creates a new URL by combining the specified URLs * * @param {string} baseURL The base URL * @param {string} relativeURL The relative URL * @returns {string} The combined URL */ module.exports = function combineURLs(baseURL, relativeURL) { return relativeURL ? baseURL.replace(/\/+$/, '') + '/' + relativeURL.replace(/^\/+/, '') : baseURL; }; /***/ }), /***/ 4372: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var utils = __webpack_require__(64867); module.exports = ( utils.isStandardBrowserEnv() ? // Standard browser envs support document.cookie (function standardBrowserEnv() { return { write: function write(name, value, expires, path, domain, secure) { var cookie = []; cookie.push(name + '=' + encodeURIComponent(value)); if (utils.isNumber(expires)) { cookie.push('expires=' + new Date(expires).toGMTString()); } if (utils.isString(path)) { cookie.push('path=' + path); } if (utils.isString(domain)) { cookie.push('domain=' + domain); } if (secure === true) { cookie.push('secure'); } document.cookie = cookie.join('; '); }, read: function read(name) { var match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)')); return (match ? decodeURIComponent(match[3]) : null); }, remove: function remove(name) { this.write(name, '', Date.now() - 86400000); } }; })() : // Non standard browser env (web workers, react-native) lack needed support. (function nonStandardBrowserEnv() { return { write: function write() {}, read: function read() { return null; }, remove: function remove() {} }; })() ); /***/ }), /***/ 91793: /***/ (function(module) { "use strict"; /** * Determines whether the specified URL is absolute * * @param {string} url The URL to test * @returns {boolean} True if the specified URL is absolute, otherwise false */ module.exports = function isAbsoluteURL(url) { // A URL is considered absolute if it begins with "<scheme>://" or "//" (protocol-relative URL). // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed // by any combination of letters, digits, plus, period, or hyphen. return /^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(url); }; /***/ }), /***/ 16268: /***/ (function(module) { "use strict"; /** * Determines whether the payload is an error thrown by Axios * * @param {*} payload The value to test * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false */ module.exports = function isAxiosError(payload) { return (typeof payload === 'object') && (payload.isAxiosError === true); }; /***/ }), /***/ 67985: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var utils = __webpack_require__(64867); module.exports = ( utils.isStandardBrowserEnv() ? // Standard browser envs have full support of the APIs needed to test // whether the request URL is of the same origin as current location. (function standardBrowserEnv() { var msie = /(msie|trident)/i.test(navigator.userAgent); var urlParsingNode = document.createElement('a'); var originURL; /** * Parse a URL to discover it's components * * @param {String} url The URL to be parsed * @returns {Object} */ function resolveURL(url) { var href = url; if (msie) { // IE needs attribute set twice to normalize properties urlParsingNode.setAttribute('href', href); href = urlParsingNode.href; } urlParsingNode.setAttribute('href', href); // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils return { href: urlParsingNode.href, protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '', host: urlParsingNode.host, search: urlParsingNode.search ? urlParsingNode.search.replace(/^\?/, '') : '', hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '', hostname: urlParsingNode.hostname, port: urlParsingNode.port, pathname: (urlParsingNode.pathname.charAt(0) === '/') ? urlParsingNode.pathname : '/' + urlParsingNode.pathname }; } originURL = resolveURL(window.location.href); /** * Determine if a URL shares the same origin as the current location * * @param {String} requestURL The URL to test * @returns {boolean} True if URL shares the same origin, otherwise false */ return function isURLSameOrigin(requestURL) { var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL; return (parsed.protocol === originURL.protocol && parsed.host === originURL.host); }; })() : // Non standard browser envs (web workers, react-native) lack needed support. (function nonStandardBrowserEnv() { return function isURLSameOrigin() { return true; }; })() ); /***/ }), /***/ 16016: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var utils = __webpack_require__(64867); module.exports = function normalizeHeaderName(headers, normalizedName) { utils.forEach(headers, function processHeader(value, name) { if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) { headers[normalizedName] = value; delete headers[name]; } }); }; /***/ }), /***/ 84109: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var utils = __webpack_require__(64867); // Headers whose duplicates are ignored by node // c.f. https://nodejs.org/api/http.html#http_message_headers var ignoreDuplicateOf = [ 'age', 'authorization', 'content-length', 'content-type', 'etag', 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since', 'last-modified', 'location', 'max-forwards', 'proxy-authorization', 'referer', 'retry-after', 'user-agent' ]; /** * Parse headers into an object * * ``` * Date: Wed, 27 Aug 2014 08:58:49 GMT * Content-Type: application/json * Connection: keep-alive * Transfer-Encoding: chunked * ``` * * @param {String} headers Headers needing to be parsed * @returns {Object} Headers parsed into an object */ module.exports = function parseHeaders(headers) { var parsed = {}; var key; var val; var i; if (!headers) { return parsed; } utils.forEach(headers.split('\n'), function parser(line) { i = line.indexOf(':'); key = utils.trim(line.substr(0, i)).toLowerCase(); val = utils.trim(line.substr(i + 1)); if (key) { if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) { return; } if (key === 'set-cookie') { parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]); } else { parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val; } } }); return parsed; }; /***/ }), /***/ 8713: /***/ (function(module) { "use strict"; /** * Syntactic sugar for invoking a function and expanding an array for arguments. * * Common use case would be to use `Function.prototype.apply`. * * ```js * function f(x, y, z) {} * var args = [1, 2, 3]; * f.apply(null, args); * ``` * * With `spread` this example can be re-written. * * ```js * spread(function(x, y, z) {})([1, 2, 3]); * ``` * * @param {Function} callback * @returns {Function} */ module.exports = function spread(callback) { return function wrap(arr) { return callback.apply(null, arr); }; }; /***/ }), /***/ 54875: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var pkg = __webpack_require__(20696); var validators = {}; // eslint-disable-next-line func-names ['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach(function(type, i) { validators[type] = function validator(thing) { return typeof thing === type || 'a' + (i < 1 ? 'n ' : ' ') + type; }; }); var deprecatedWarnings = {}; var currentVerArr = pkg.version.split('.'); /** * Compare package versions * @param {string} version * @param {string?} thanVersion * @returns {boolean} */ function isOlderVersion(version, thanVersion) { var pkgVersionArr = thanVersion ? thanVersion.split('.') : currentVerArr; var destVer = version.split('.'); for (var i = 0; i < 3; i++) { if (pkgVersionArr[i] > destVer[i]) { return true; } else if (pkgVersionArr[i] < destVer[i]) { return false; } } return false; } /** * Transitional option validator * @param {function|boolean?} validator * @param {string?} version * @param {string} message * @returns {function} */ validators.transitional = function transitional(validator, version, message) { var isDeprecated = version && isOlderVersion(version); function formatMessage(opt, desc) { return '[Axios v' + pkg.version + '] Transitional option \'' + opt + '\'' + desc + (message ? '. ' + message : ''); } // eslint-disable-next-line func-names return function(value, opt, opts) { if (validator === false) { throw new Error(formatMessage(opt, ' has been removed in ' + version)); } if (isDeprecated && !deprecatedWarnings[opt]) { deprecatedWarnings[opt] = true; // eslint-disable-next-line no-console console.warn( formatMessage( opt, ' has been deprecated since v' + version + ' and will be removed in the near future' ) ); } return validator ? validator(value, opt, opts) : true; }; }; /** * Assert object's properties type * @param {object} options * @param {object} schema * @param {boolean?} allowUnknown */ function assertOptions(options, schema, allowUnknown) { if (typeof options !== 'object') { throw new TypeError('options must be an object'); } var keys = Object.keys(options); var i = keys.length; while (i-- > 0) { var opt = keys[i]; var validator = schema[opt]; if (validator) { var value = options[opt]; var result = value === undefined || validator(value, opt, options); if (result !== true) { throw new TypeError('option ' + opt + ' must be ' + result); } continue; } if (allowUnknown !== true) { throw Error('Unknown option ' + opt); } } } module.exports = { isOlderVersion: isOlderVersion, assertOptions: assertOptions, validators: validators }; /***/ }), /***/ 64867: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var bind = __webpack_require__(91849); // utils is a library of generic helper functions non-specific to axios var toString = Object.prototype.toString; /** * Determine if a value is an Array * * @param {Object} val The value to test * @returns {boolean} True if value is an Array, otherwise false */ function isArray(val) { return toString.call(val) === '[object Array]'; } /** * Determine if a value is undefined * * @param {Object} val The value to test * @returns {boolean} True if the value is undefined, otherwise false */ function isUndefined(val) { return typeof val === 'undefined'; } /** * Determine if a value is a Buffer * * @param {Object} val The value to test * @returns {boolean} True if value is a Buffer, otherwise false */ function isBuffer(val) { return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor) && typeof val.constructor.isBuffer === 'function' && val.constructor.isBuffer(val); } /** * Determine if a value is an ArrayBuffer * * @param {Object} val The value to test * @returns {boolean} True if value is an ArrayBuffer, otherwise false */ function isArrayBuffer(val) { return toString.call(val) === '[object ArrayBuffer]'; } /** * Determine if a value is a FormData * * @param {Object} val The value to test * @returns {boolean} True if value is an FormData, otherwise false */ function isFormData(val) { return (typeof FormData !== 'undefined') && (val instanceof FormData); } /** * Determine if a value is a view on an ArrayBuffer * * @param {Object} val The value to test * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false */ function isArrayBufferView(val) { var result; if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) { result = ArrayBuffer.isView(val); } else { result = (val) && (val.buffer) && (val.buffer instanceof ArrayBuffer); } return result; } /** * Determine if a value is a String * * @param {Object} val The value to test * @returns {boolean} True if value is a String, otherwise false */ function isString(val) { return typeof val === 'string'; } /** * Determine if a value is a Number * * @param {Object} val The value to test * @returns {boolean} True if value is a Number, otherwise false */ function isNumber(val) { return typeof val === 'number'; } /** * Determine if a value is an Object * * @param {Object} val The value to test * @returns {boolean} True if value is an Object, otherwise false */ function isObject(val) { return val !== null && typeof val === 'object'; } /** * Determine if a value is a plain Object * * @param {Object} val The value to test * @return {boolean} True if value is a plain Object, otherwise false */ function isPlainObject(val) { if (toString.call(val) !== '[object Object]') { return false; } var prototype = Object.getPrototypeOf(val); return prototype === null || prototype === Object.prototype; } /** * Determine if a value is a Date * * @param {Object} val The value to test * @returns {boolean} True if value is a Date, otherwise false */ function isDate(val) { return toString.call(val) === '[object Date]'; } /** * Determine if a value is a File * * @param {Object} val The value to test * @returns {boolean} True if value is a File, otherwise false */ function isFile(val) { return toString.call(val) === '[object File]'; } /** * Determine if a value is a Blob * * @param {Object} val The value to test * @returns {boolean} True if value is a Blob, otherwise false */ function isBlob(val) { return toString.call(val) === '[object Blob]'; } /** * Determine if a value is a Function * * @param {Object} val The value to test * @returns {boolean} True if value is a Function, otherwise false */ function isFunction(val) { return toString.call(val) === '[object Function]'; } /** * Determine if a value is a Stream * * @param {Object} val The value to test * @returns {boolean} True if value is a Stream, otherwise false */ function isStream(val) { return isObject(val) && isFunction(val.pipe); } /** * Determine if a value is a URLSearchParams object * * @param {Object} val The value to test * @returns {boolean} True if value is a URLSearchParams object, otherwise false */ function isURLSearchParams(val) { return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams; } /** * Trim excess whitespace off the beginning and end of a string * * @param {String} str The String to trim * @returns {String} The String freed of excess whitespace */ function trim(str) { return str.trim ? str.trim() : str.replace(/^\s+|\s+$/g, ''); } /** * Determine if we're running in a standard browser environment * * This allows axios to run in a web worker, and react-native. * Both environments support XMLHttpRequest, but not fully standard globals. * * web workers: * typeof window -> undefined * typeof document -> undefined * * react-native: * navigator.product -> 'ReactNative' * nativescript * navigator.product -> 'NativeScript' or 'NS' */ function isStandardBrowserEnv() { if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' || navigator.product === 'NativeScript' || navigator.product === 'NS')) { return false; } return ( typeof window !== 'undefined' && typeof document !== 'undefined' ); } /** * Iterate over an Array or an Object invoking a function for each item. * * If `obj` is an Array callback will be called passing * the value, index, and complete array for each item. * * If 'obj' is an Object callback will be called passing * the value, key, and complete object for each property. * * @param {Object|Array} obj The object to iterate * @param {Function} fn The callback to invoke for each item */ function forEach(obj, fn) { // Don't bother if no value provided if (obj === null || typeof obj === 'undefined') { return; } // Force an array if not already something iterable if (typeof obj !== 'object') { /*eslint no-param-reassign:0*/ obj = [obj]; } if (isArray(obj)) { // Iterate over array values for (var i = 0, l = obj.length; i < l; i++) { fn.call(null, obj[i], i, obj); } } else { // Iterate over object keys for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { fn.call(null, obj[key], key, obj); } } } } /** * Accepts varargs expecting each argument to be an object, then * immutably merges the properties of each object and returns result. * * When multiple objects contain the same key the later object in * the arguments list will take precedence. * * Example: * * ```js * var result = merge({foo: 123}, {foo: 456}); * console.log(result.foo); // outputs 456 * ``` * * @param {Object} obj1 Object to merge * @returns {Object} Result of all merge properties */ function merge(/* obj1, obj2, obj3, ... */) { var result = {}; function assignValue(val, key) { if (isPlainObject(result[key]) && isPlainObject(val)) { result[key] = merge(result[key], val); } else if (isPlainObject(val)) { result[key] = merge({}, val); } else if (isArray(val)) { result[key] = val.slice(); } else { result[key] = val; } } for (var i = 0, l = arguments.length; i < l; i++) { forEach(arguments[i], assignValue); } return result; } /** * Extends object a by mutably adding to it the properties of object b. * * @param {Object} a The object to be extended * @param {Object} b The object to copy properties from * @param {Object} thisArg The object to bind function to * @return {Object} The resulting value of object a */ function extend(a, b, thisArg) { forEach(b, function assignValue(val, key) { if (thisArg && typeof val === 'function') { a[key] = bind(val, thisArg); } else { a[key] = val; } }); return a; } /** * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM) * * @param {string} content with BOM * @return {string} content value without BOM */ function stripBOM(content) { if (content.charCodeAt(0) === 0xFEFF) { content = content.slice(1); } return content; } module.exports = { isArray: isArray, isArrayBuffer: isArrayBuffer, isBuffer: isBuffer, isFormData: isFormData, isArrayBufferView: isArrayBufferView, isString: isString, isNumber: isNumber, isObject: isObject, isPlainObject: isPlainObject, isUndefined: isUndefined, isDate: isDate, isFile: isFile, isBlob: isBlob, isFunction: isFunction, isStream: isStream, isURLSearchParams: isURLSearchParams, isStandardBrowserEnv: isStandardBrowserEnv, forEach: forEach, merge: merge, extend: extend, trim: trim, stripBOM: stripBOM }; /***/ }), /***/ 20696: /***/ (function(module) { "use strict"; module.exports = JSON.parse('{"name":"axios","version":"0.21.4","description":"Promise based HTTP client for the browser and node.js","main":"index.js","scripts":{"test":"grunt test","start":"node ./sandbox/server.js","build":"NODE_ENV=production grunt build","preversion":"npm test","version":"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json","postversion":"git push && git push --tags","examples":"node ./examples/server.js","coveralls":"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js","fix":"eslint --fix lib/**/*.js"},"repository":{"type":"git","url":"https://github.com/axios/axios.git"},"keywords":["xhr","http","ajax","promise","node"],"author":"Matt Zabriskie","license":"MIT","bugs":{"url":"https://github.com/axios/axios/issues"},"homepage":"https://axios-http.com","devDependencies":{"coveralls":"^3.0.0","es6-promise":"^4.2.4","grunt":"^1.3.0","grunt-banner":"^0.6.0","grunt-cli":"^1.2.0","grunt-contrib-clean":"^1.1.0","grunt-contrib-watch":"^1.0.0","grunt-eslint":"^23.0.0","grunt-karma":"^4.0.0","grunt-mocha-test":"^0.13.3","grunt-ts":"^6.0.0-beta.19","grunt-webpack":"^4.0.2","istanbul-instrumenter-loader":"^1.0.0","jasmine-core":"^2.4.1","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-jasmine":"^1.1.1","karma-jasmine-ajax":"^0.1.13","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^4.3.6","karma-sinon":"^1.0.5","karma-sourcemap-loader":"^0.3.8","karma-webpack":"^4.0.2","load-grunt-tasks":"^3.5.2","minimist":"^1.2.0","mocha":"^8.2.1","sinon":"^4.5.0","terser-webpack-plugin":"^4.2.3","typescript":"^4.0.5","url-search-params":"^0.10.0","webpack":"^4.44.2","webpack-dev-server":"^3.11.0"},"browser":{"./lib/adapters/http.js":"./lib/adapters/xhr.js"},"jsdelivr":"dist/axios.min.js","unpkg":"dist/axios.min.js","typings":"./index.d.ts","dependencies":{"follow-redirects":"^1.14.0"},"bundlesize":[{"path":"./dist/axios.min.js","threshold":"5kB"}]}'); /***/ }), /***/ 14930: /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) { "use strict"; // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/react-dom/index.js var react_dom = __webpack_require__(73935); // EXTERNAL MODULE: ./node_modules/symbol-observable/es/index.js + 1 modules var es = __webpack_require__(67121); ;// CONCATENATED MODULE: ./node_modules/redux/es/redux.js /** * These are private action types reserved by Redux. * For any unknown actions, you must return the current state. * If the current state is undefined, you must return the initial state. * Do not reference these action types directly in your code. */ var randomString = function randomString() { return Math.random().toString(36).substring(7).split('').join('.'); }; var ActionTypes = { INIT: "@@redux/INIT" + randomString(), REPLACE: "@@redux/REPLACE" + randomString(), PROBE_UNKNOWN_ACTION: function PROBE_UNKNOWN_ACTION() { return "@@redux/PROBE_UNKNOWN_ACTION" + randomString(); } }; /** * @param {any} obj The object to inspect. * @returns {boolean} True if the argument appears to be a plain object. */ function isPlainObject(obj) { if (typeof obj !== 'object' || obj === null) return false; var proto = obj; while (Object.getPrototypeOf(proto) !== null) { proto = Object.getPrototypeOf(proto); } return Object.getPrototypeOf(obj) === proto; } /** * Creates a Redux store that holds the state tree. * The only way to change the data in the store is to call `dispatch()` on it. * * There should only be a single store in your app. To specify how different * parts of the state tree respond to actions, you may combine several reducers * into a single reducer function by using `combineReducers`. * * @param {Function} reducer A function that returns the next state tree, given * the current state tree and the action to handle. * * @param {any} [preloadedState] The initial state. You may optionally specify it * to hydrate the state from the server in universal apps, or to restore a * previously serialized user session. * If you use `combineReducers` to produce the root reducer function, this must be * an object with the same shape as `combineReducers` keys. * * @param {Function} [enhancer] The store enhancer. You may optionally specify it * to enhance the store with third-party capabilities such as middleware, * time travel, persistence, etc. The only store enhancer that ships with Redux * is `applyMiddleware()`. * * @returns {Store} A Redux store that lets you read the state, dispatch actions * and subscribe to changes. */ function createStore(reducer, preloadedState, enhancer) { var _ref2; if (typeof preloadedState === 'function' && typeof enhancer === 'function' || typeof enhancer === 'function' && typeof arguments[3] === 'function') { throw new Error('It looks like you are passing several store enhancers to ' + 'createStore(). This is not supported. Instead, compose them ' + 'together to a single function.'); } if (typeof preloadedState === 'function' && typeof enhancer === 'undefined') { enhancer = preloadedState; preloadedState = undefined; } if (typeof enhancer !== 'undefined') { if (typeof enhancer !== 'function') { throw new Error('Expected the enhancer to be a function.'); } return enhancer(createStore)(reducer, preloadedState); } if (typeof reducer !== 'function') { throw new Error('Expected the reducer to be a function.'); } var currentReducer = reducer; var currentState = preloadedState; var currentListeners = []; var nextListeners = currentListeners; var isDispatching = false; /** * This makes a shallow copy of currentListeners so we can use * nextListeners as a temporary list while dispatching. * * This prevents any bugs around consumers calling * subscribe/unsubscribe in the middle of a dispatch. */ function ensureCanMutateNextListeners() { if (nextListeners === currentListeners) { nextListeners = currentListeners.slice(); } } /** * Reads the state tree managed by the store. * * @returns {any} The current state tree of your application. */ function getState() { if (isDispatching) { throw new Error('You may not call store.getState() while the reducer is executing. ' + 'The reducer has already received the state as an argument. ' + 'Pass it down from the top reducer instead of reading it from the store.'); } return currentState; } /** * Adds a change listener. It will be called any time an action is dispatched, * and some part of the state tree may potentially have changed. You may then * call `getState()` to read the current state tree inside the callback. * * You may call `dispatch()` from a change listener, with the following * caveats: * * 1. The subscriptions are snapshotted just before every `dispatch()` call. * If you subscribe or unsubscribe while the listeners are being invoked, this * will not have any effect on the `dispatch()` that is currently in progress. * However, the next `dispatch()` call, whether nested or not, will use a more * recent snapshot of the subscription list. * * 2. The listener should not expect to see all state changes, as the state * might have been updated multiple times during a nested `dispatch()` before * the listener is called. It is, however, guaranteed that all subscribers * registered before the `dispatch()` started will be called with the latest * state by the time it exits. * * @param {Function} listener A callback to be invoked on every dispatch. * @returns {Function} A function to remove this change listener. */ function subscribe(listener) { if (typeof listener !== 'function') { throw new Error('Expected the listener to be a function.'); } if (isDispatching) { throw new Error('You may not call store.subscribe() while the reducer is executing. ' + 'If you would like to be notified after the store has been updated, subscribe from a ' + 'component and invoke store.getState() in the callback to access the latest state. ' + 'See https://redux.js.org/api-reference/store#subscribelistener for more details.'); } var isSubscribed = true; ensureCanMutateNextListeners(); nextListeners.push(listener); return function unsubscribe() { if (!isSubscribed) { return; } if (isDispatching) { throw new Error('You may not unsubscribe from a store listener while the reducer is executing. ' + 'See https://redux.js.org/api-reference/store#subscribelistener for more details.'); } isSubscribed = false; ensureCanMutateNextListeners(); var index = nextListeners.indexOf(listener); nextListeners.splice(index, 1); currentListeners = null; }; } /** * Dispatches an action. It is the only way to trigger a state change. * * The `reducer` function, used to create the store, will be called with the * current state tree and the given `action`. Its return value will * be considered the **next** state of the tree, and the change listeners * will be notified. * * The base implementation only supports plain object actions. If you want to * dispatch a Promise, an Observable, a thunk, or something else, you need to * wrap your store creating function into the corresponding middleware. For * example, see the documentation for the `redux-thunk` package. Even the * middleware will eventually dispatch plain object actions using this method. * * @param {Object} action A plain object representing “what changed”. It is * a good idea to keep actions serializable so you can record and replay user * sessions, or use the time travelling `redux-devtools`. An action must have * a `type` property which may not be `undefined`. It is a good idea to use * string constants for action types. * * @returns {Object} For convenience, the same action object you dispatched. * * Note that, if you use a custom middleware, it may wrap `dispatch()` to * return something else (for example, a Promise you can await). */ function dispatch(action) { if (!isPlainObject(action)) { throw new Error('Actions must be plain objects. ' + 'Use custom middleware for async actions.'); } if (typeof action.type === 'undefined') { throw new Error('Actions may not have an undefined "type" property. ' + 'Have you misspelled a constant?'); } if (isDispatching) { throw new Error('Reducers may not dispatch actions.'); } try { isDispatching = true; currentState = currentReducer(currentState, action); } finally { isDispatching = false; } var listeners = currentListeners = nextListeners; for (var i = 0; i < listeners.length; i++) { var listener = listeners[i]; listener(); } return action; } /** * Replaces the reducer currently used by the store to calculate the state. * * You might need this if your app implements code splitting and you want to * load some of the reducers dynamically. You might also need this if you * implement a hot reloading mechanism for Redux. * * @param {Function} nextReducer The reducer for the store to use instead. * @returns {void} */ function replaceReducer(nextReducer) { if (typeof nextReducer !== 'function') { throw new Error('Expected the nextReducer to be a function.'); } currentReducer = nextReducer; // This action has a similiar effect to ActionTypes.INIT. // Any reducers that existed in both the new and old rootReducer // will receive the previous state. This effectively populates // the new state tree with any relevant data from the old one. dispatch({ type: ActionTypes.REPLACE }); } /** * Interoperability point for observable/reactive libraries. * @returns {observable} A minimal observable of state changes. * For more information, see the observable proposal: * https://github.com/tc39/proposal-observable */ function observable() { var _ref; var outerSubscribe = subscribe; return _ref = { /** * The minimal observable subscription method. * @param {Object} observer Any object that can be used as an observer. * The observer object should have a `next` method. * @returns {subscription} An object with an `unsubscribe` method that can * be used to unsubscribe the observable from the store, and prevent further * emission of values from the observable. */ subscribe: function subscribe(observer) { if (typeof observer !== 'object' || observer === null) { throw new TypeError('Expected the observer to be an object.'); } function observeState() { if (observer.next) { observer.next(getState()); } } observeState(); var unsubscribe = outerSubscribe(observeState); return { unsubscribe: unsubscribe }; } }, _ref[es/* default */.Z] = function () { return this; }, _ref; } // When a store is created, an "INIT" action is dispatched so that every // reducer returns their initial state. This effectively populates // the initial state tree. dispatch({ type: ActionTypes.INIT }); return _ref2 = { dispatch: dispatch, subscribe: subscribe, getState: getState, replaceReducer: replaceReducer }, _ref2[es/* default */.Z] = observable, _ref2; } /** * Prints a warning in the console if it exists. * * @param {String} message The warning message. * @returns {void} */ function warning(message) { /* eslint-disable no-console */ if (typeof console !== 'undefined' && typeof console.error === 'function') { console.error(message); } /* eslint-enable no-console */ try { // This error was thrown as a convenience so that if you enable // "break on all exceptions" in your console, // it would pause the execution at this line. throw new Error(message); } catch (e) {} // eslint-disable-line no-empty } function getUndefinedStateErrorMessage(key, action) { var actionType = action && action.type; var actionDescription = actionType && "action \"" + String(actionType) + "\"" || 'an action'; return "Given " + actionDescription + ", reducer \"" + key + "\" returned undefined. " + "To ignore an action, you must explicitly return the previous state. " + "If you want this reducer to hold no value, you can return null instead of undefined."; } function getUnexpectedStateShapeWarningMessage(inputState, reducers, action, unexpectedKeyCache) { var reducerKeys = Object.keys(reducers); var argumentName = action && action.type === ActionTypes.INIT ? 'preloadedState argument passed to createStore' : 'previous state received by the reducer'; if (reducerKeys.length === 0) { return 'Store does not have a valid reducer. Make sure the argument passed ' + 'to combineReducers is an object whose values are reducers.'; } if (!isPlainObject(inputState)) { return "The " + argumentName + " has unexpected type of \"" + {}.toString.call(inputState).match(/\s([a-z|A-Z]+)/)[1] + "\". Expected argument to be an object with the following " + ("keys: \"" + reducerKeys.join('", "') + "\""); } var unexpectedKeys = Object.keys(inputState).filter(function (key) { return !reducers.hasOwnProperty(key) && !unexpectedKeyCache[key]; }); unexpectedKeys.forEach(function (key) { unexpectedKeyCache[key] = true; }); if (action && action.type === ActionTypes.REPLACE) return; if (unexpectedKeys.length > 0) { return "Unexpected " + (unexpectedKeys.length > 1 ? 'keys' : 'key') + " " + ("\"" + unexpectedKeys.join('", "') + "\" found in " + argumentName + ". ") + "Expected to find one of the known reducer keys instead: " + ("\"" + reducerKeys.join('", "') + "\". Unexpected keys will be ignored."); } } function assertReducerShape(reducers) { Object.keys(reducers).forEach(function (key) { var reducer = reducers[key]; var initialState = reducer(undefined, { type: ActionTypes.INIT }); if (typeof initialState === 'undefined') { throw new Error("Reducer \"" + key + "\" returned undefined during initialization. " + "If the state passed to the reducer is undefined, you must " + "explicitly return the initial state. The initial state may " + "not be undefined. If you don't want to set a value for this reducer, " + "you can use null instead of undefined."); } if (typeof reducer(undefined, { type: ActionTypes.PROBE_UNKNOWN_ACTION() }) === 'undefined') { throw new Error("Reducer \"" + key + "\" returned undefined when probed with a random type. " + ("Don't try to handle " + ActionTypes.INIT + " or other actions in \"redux/*\" ") + "namespace. They are considered private. Instead, you must return the " + "current state for any unknown actions, unless it is undefined, " + "in which case you must return the initial state, regardless of the " + "action type. The initial state may not be undefined, but can be null."); } }); } /** * Turns an object whose values are different reducer functions, into a single * reducer function. It will call every child reducer, and gather their results * into a single state object, whose keys correspond to the keys of the passed * reducer functions. * * @param {Object} reducers An object whose values correspond to different * reducer functions that need to be combined into one. One handy way to obtain * it is to use ES6 `import * as reducers` syntax. The reducers may never return * undefined for any action. Instead, they should return their initial state * if the state passed to them was undefined, and the current state for any * unrecognized action. * * @returns {Function} A reducer function that invokes every reducer inside the * passed object, and builds a state object with the same shape. */ function combineReducers(reducers) { var reducerKeys = Object.keys(reducers); var finalReducers = {}; for (var i = 0; i < reducerKeys.length; i++) { var key = reducerKeys[i]; if (false) {} if (typeof reducers[key] === 'function') { finalReducers[key] = reducers[key]; } } var finalReducerKeys = Object.keys(finalReducers); // This is used to make sure we don't warn about the same // keys multiple times. var unexpectedKeyCache; if (false) {} var shapeAssertionError; try { assertReducerShape(finalReducers); } catch (e) { shapeAssertionError = e; } return function combination(state, action) { if (state === void 0) { state = {}; } if (shapeAssertionError) { throw shapeAssertionError; } if (false) { var warningMessage; } var hasChanged = false; var nextState = {}; for (var _i = 0; _i < finalReducerKeys.length; _i++) { var _key = finalReducerKeys[_i]; var reducer = finalReducers[_key]; var previousStateForKey = state[_key]; var nextStateForKey = reducer(previousStateForKey, action); if (typeof nextStateForKey === 'undefined') { var errorMessage = getUndefinedStateErrorMessage(_key, action); throw new Error(errorMessage); } nextState[_key] = nextStateForKey; hasChanged = hasChanged || nextStateForKey !== previousStateForKey; } hasChanged = hasChanged || finalReducerKeys.length !== Object.keys(state).length; return hasChanged ? nextState : state; }; } function bindActionCreator(actionCreator, dispatch) { return function () { return dispatch(actionCreator.apply(this, arguments)); }; } /** * Turns an object whose values are action creators, into an object with the * same keys, but with every function wrapped into a `dispatch` call so they * may be invoked directly. This is just a convenience method, as you can call * `store.dispatch(MyActionCreators.doSomething())` yourself just fine. * * For convenience, you can also pass an action creator as the first argument, * and get a dispatch wrapped function in return. * * @param {Function|Object} actionCreators An object whose values are action * creator functions. One handy way to obtain it is to use ES6 `import * as` * syntax. You may also pass a single function. * * @param {Function} dispatch The `dispatch` function available on your Redux * store. * * @returns {Function|Object} The object mimicking the original object, but with * every action creator wrapped into the `dispatch` call. If you passed a * function as `actionCreators`, the return value will also be a single * function. */ function bindActionCreators(actionCreators, dispatch) { if (typeof actionCreators === 'function') { return bindActionCreator(actionCreators, dispatch); } if (typeof actionCreators !== 'object' || actionCreators === null) { throw new Error("bindActionCreators expected an object or a function, instead received " + (actionCreators === null ? 'null' : typeof actionCreators) + ". " + "Did you write \"import ActionCreators from\" instead of \"import * as ActionCreators from\"?"); } var boundActionCreators = {}; for (var key in actionCreators) { var actionCreator = actionCreators[key]; if (typeof actionCreator === 'function') { boundActionCreators[key] = bindActionCreator(actionCreator, dispatch); } } return boundActionCreators; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { keys.push.apply(keys, Object.getOwnPropertySymbols(object)); } if (enumerableOnly) keys = keys.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); return keys; } function _objectSpread2(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(source, true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(source).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } /** * Composes single-argument functions from right to left. The rightmost * function can take multiple arguments as it provides the signature for * the resulting composite function. * * @param {...Function} funcs The functions to compose. * @returns {Function} A function obtained by composing the argument functions * from right to left. For example, compose(f, g, h) is identical to doing * (...args) => f(g(h(...args))). */ function compose() { for (var _len = arguments.length, funcs = new Array(_len), _key = 0; _key < _len; _key++) { funcs[_key] = arguments[_key]; } if (funcs.length === 0) { return function (arg) { return arg; }; } if (funcs.length === 1) { return funcs[0]; } return funcs.reduce(function (a, b) { return function () { return a(b.apply(void 0, arguments)); }; }); } /** * Creates a store enhancer that applies middleware to the dispatch method * of the Redux store. This is handy for a variety of tasks, such as expressing * asynchronous actions in a concise manner, or logging every action payload. * * See `redux-thunk` package as an example of the Redux middleware. * * Because middleware is potentially asynchronous, this should be the first * store enhancer in the composition chain. * * Note that each middleware will be given the `dispatch` and `getState` functions * as named arguments. * * @param {...Function} middlewares The middleware chain to be applied. * @returns {Function} A store enhancer applying the middleware. */ function applyMiddleware() { for (var _len = arguments.length, middlewares = new Array(_len), _key = 0; _key < _len; _key++) { middlewares[_key] = arguments[_key]; } return function (createStore) { return function () { var store = createStore.apply(void 0, arguments); var _dispatch = function dispatch() { throw new Error('Dispatching while constructing your middleware is not allowed. ' + 'Other middleware would not be applied to this dispatch.'); }; var middlewareAPI = { getState: store.getState, dispatch: function dispatch() { return _dispatch.apply(void 0, arguments); } }; var chain = middlewares.map(function (middleware) { return middleware(middlewareAPI); }); _dispatch = compose.apply(void 0, chain)(store.dispatch); return _objectSpread2({}, store, { dispatch: _dispatch }); }; }; } /* * This is a dummy function to check if the function name has been altered by minification. * If the function has been minified and NODE_ENV !== 'production', warn the user. */ function isCrushed() {} if (false) {} ;// CONCATENATED MODULE: ./src/js/utils/buttonizer-constants.js function buttonizer_constants_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } 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 = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } var defaults = __webpack_require__(46314); var merge = __webpack_require__(82492); /** * Constants */ var buttonizer_constants_actionTypes = { INIT: "INIT", // Adding and removing buttons/groups ADD_MODEL: "ADD_MODEL", //Relation actionTypes ADD_RELATION: "ADD_RELATION", CHANGE_RELATION: "CHANGE_RELATION", REMOVE_RELATION: "REMOVE_RELATION", //Data actionTypes GET_DATA_BEGIN: "GET_DATA_BEGIN", GET_DATA_SUCCESS: "GET_DATA_SUCCESS", GET_DATA_FAILURE: "GET_DATA_FAILURE", GET_DATA_END: "GET_DATA_END", HAS_CHANGES: "HAS_CHANGES", IS_UPDATING: "IS_UPDATING", STOP_LOADING: "STOP_LOADING", //Setting values SET_SETTING_VALUE: "SET_SETTING_VALUE", SET_MISC_VALUE: "SET_MISC_VALUE", //Drawer OPEN_DRAWER: "OPENING DRAWER", CLOSE_DRAWER: "CLOSING DRAWER", groups: { ADD_RECORD: "ADDING GROUP RECORD", REMOVE_RECORD: "REMOVING GROUP RECORD", SET_KEY_VALUE: "SET KEY VALUE GROUPS", SET_KEY_FORMAT: "SET FORMATTED KEY VALUE PAIRS GROUPS" }, buttons: { ADD_RECORD: "ADDING BUTTON RECORD", REMOVE_RECORD: "REMOVING BUTTON RECORD", SET_KEY_VALUE: "SET KEY VALUE BUTTONS", SET_KEY_FORMAT: "SET FORMATTED KEY VALUE PAIRS BUTTONS" }, menu_button: { ADD_RECORD: "ADDING MENU BUTTON RECORD", REMOVE_RECORD: "REMOVING MENU BUTTON RECORD", SET_KEY_VALUE: "SET KEY VALUE MENU BUTTONS", SET_KEY_FORMAT: "SET FORMATTED KEY VALUE PAIRS MENU BUTTONS" }, timeSchedules: { // Time Schedule actionTypes ADD_RECORD: "ADDING TIME SCHEDULE", REMOVE_RECORD: "REMOVING TIME SCHEDULE", SET_KEY_VALUE: "SET KEY VALUE TIMESCHEDULES", SET_KEY_FORMAT: "SET FORMATTED KEY VALUE PAIRS TIMESCHEDULES", ADD_TIMESCHEDULE: "ADD_TIMESCHEDULE", SET_WEEKDAY: "SET_WEEKDAY", ADD_EXCLUDED_DATE: "ADD_EXCLUDED_DATE", SET_EXCLUDED_DATE: "SET_EXCLUDED_DATE", REMOVE_EXCLUDED_DATE: "REMOVE_EXCLUDED_DATE" }, pageRules: { ADD_RECORD: "ADDING PAGE RULE", REMOVE_RECORD: "REMOVING PAGE RULE", SET_KEY_VALUE: "SET KEY VALUE PAGERULES", SET_KEY_FORMAT: "SET FORMATTED KEY VALUE PAIRS PAGERULES", ADD_PAGE_RULE_GROUP: "ADD_PAGE_RULE_GROUP", REMOVE_PAGE_RULE_GROUP: "REMOVE_PAGE_RULE_GROUP", SET_PAGE_RULE_GROUP_TYPE: "SET_PAGE_RULE_GROUP_TYPE", ADD_PAGE_RULE_ROW: "ADD_PAGE_RULE_ROW", SET_PAGE_RULE_ROW: "SET_PAGE_RULE_ROW", REMOVE_PAGE_RULE_ROW: "REMOVE_PAGE_RULE_ROW" }, wp: { //Data actionTypes GET_DATA_BEGIN: "GET_DATA_BEGIN_WP", GET_DATA_SUCCESS: "GET_DATA_SUCCESS_WP", GET_DATA_FAILURE: "GET_DATA_FAILURE_WP", GET_DATA_END: "GET_DATA_END_WP" }, templates: { INIT: "INIT TEMPLATES", GET_DATA_BEGIN: "GET TEMPLATES DATA BEGIN", GET_DATA_FAILURE: "GET TEMPLATES DATA FAILURE", GET_DATA_END: "GET TEMPLATES DATA END", /** * Not used */ ADD_RECORD: "ADDING TEMPLATE" } }; var wpActionTypes = {}; var weekdays = ["monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday"]; var models = { MENU_BUTTON: "menu_button", BUTTON: "buttons", GROUP: "groups", TIME_SCHEDULE: "timeSchedules", PAGE_RULE: "pageRules" }; var initialStore = { name: "peter", loading: { showLoading: false, loadingString: "", loadingSlowWebsite: false, loaded: false, error: null }, frameUrl: "about:blank", loadingIframe: false, settings: null, _premium: false, buttons: {}, groups: {}, timeSchedules: {} }; var drawers = { MENU: "menu", SETTINGS: "settings", SETTINGS_PAGES: { analytics: "analytics", iconLibrary: "iconlibrary", preferences: "preferences", reset: "reset" }, BUTTONIZER_TOUR: "buttonizertour", WELCOME_DIALOG: "welcome-splash", TIME_SCHEDULES: "timeschedules", PAGE_RULES: "pagerules" }; var formats = { /** * Combine values with normal;hover. */ normal_hover: { format: function format(normal, hover) { return [normal, hover].map(function (val) { return val === "unset" ? "" : val == null ? "" : val; }).filter(function (val, key, arr) { return key === 0 || val !== "" && val !== arr[0]; }) // remove duplicates .join(";") || "unset"; }, parse: function parse(val) { var value = val; // Convert booleans to a string if (typeof val === "boolean") value = String(val); // Convert numbers to a string if (typeof val === "number") value = String(val); // Value is undefined, return empty array if (typeof val === "undefined") return []; // If it's an array due to mistake, fix it by joining it if (_typeof(val) === "object" && val.length <= 2) { value = val.join(";"); } // If the value is not a string if (typeof value !== "string") { console.trace(); console.log(_typeof(value), value); return []; } var match = value.split(";"); return match.map(function (val) { if (!val) return undefined; if (val === "true") return true; if (val === "false") return false; if (!isNaN(Number(val))) return Number(val); return val; }).map(function (val, key, arr) { return key === 0 ? val : val === arr[0] ? undefined : val; }); // remove duplicates! } }, /** * Px for four sides, for example for margin or padding. */ fourSidesPx: { format: function format(val1, val2, val3, val4) { return "".concat(val1, "px ").concat(val2, "px ").concat(val3, "px ").concat(val4, "px"); }, parse: function parse(val) { var reg = /\d+/g; var match = val.match(reg); return match; } }, /** * Position format, example: 'bottom: 5px', or 'left: 10%' */ position: { format: function format(type, mode, value) { return "".concat(type, ": ").concat(value).concat(mode); } } }; var excludedPropertyRequests = (/* unused pure expression or super */ null && (["selected_schedule", "show_on_schedule_trigger", "selected_page_rule", "show_on_rule_trigger", "show_mobile", "show_desktop"])); var import_export = { propertiesToOmit: ["export_type", "selected_page_rule", "selected_schedule", "id", "parent", "show_on_rule_trigger", "show_on_schedule_trigger"] }; var settingKeys = { // Returns all default button settings keys get button() { var result = { general: [], styling: [], advanced: [] }; Object.entries(defaults.button).map(function (key) { merge(result, buttonizer_constants_defineProperty({}, key[0], Object.entries(key[1]).map(function (_ref) { var _ref2 = _slicedToArray(_ref, 1), key = _ref2[0]; return key; }))); }); return result; }, // Returns all default button settings keys get menu_button() { var result = { general: [], styling: [], advanced: [] }; Object.entries(defaults.menu_button).map(function (key) { merge(result, buttonizer_constants_defineProperty({}, key[0], Object.entries(key[1]).map(function (_ref3) { var _ref4 = _slicedToArray(_ref3, 1), key = _ref4[0]; return key; }))); }); return result; }, // Returns all default group settings keys get group() { var result = { general: [], styling: [], advanced: [] }; Object.entries(defaults.group).map(function (key) { merge(result, buttonizer_constants_defineProperty({}, key[0], Object.entries(key[1]).map(function (_ref5) { var _ref6 = _slicedToArray(_ref5, 1), key = _ref6[0]; return key; }))); }); return result; }, // Returns all default setting keys get allSettings() { var result = { general: [], styling: [], advanced: [] }; Object.entries(merge({}, defaults.button, defaults.menu_button, defaults.group)).map(function (key) { merge(result, buttonizer_constants_defineProperty({}, key[0], Object.entries(key[1]).map(function (_ref7) { var _ref8 = _slicedToArray(_ref7, 1), key = _ref8[0]; return key; }))); }); return result; }, // Returns default hover styling setting key get stylingHover() { return Object.entries(merge({}, defaults.button.styling, defaults.group.styling)).filter(function (entry) { return Array.isArray(entry[1]); }).map(function (_ref9) { var _ref10 = _slicedToArray(_ref9, 1), key = _ref10[0]; return key; }); } }; // EXTERNAL MODULE: ./node_modules/axios/index.js var axios = __webpack_require__(9669); var axios_default = /*#__PURE__*/__webpack_require__.n(axios); ;// CONCATENATED MODULE: ./src/js/utils/utils/drawer-utils.js function openDrawer(drawer, page) { closeDrawer(); document.location.hash += "".concat(document.location.hash.match(/\/$/) ? "" : "/").concat(drawer).concat(page ? "/" + page : ""); } function closeDrawer() { document.location.hash = document.location.hash.replace(/\/?(settings|menu\b|timeschedules|pagerules|buttonizertour).*$/i, ""); } ;// CONCATENATED MODULE: ./src/js/utils/utils/data-utils.js /* global Map */ var cache = new Map(); function dateToFormat(date) { if (!date) return null; var pad = function pad(num, size) { var s = String(num); while (s.length < (size || 2)) { s = "0" + s; } return s; }; return "".concat(date.getDate(), "-").concat(pad(date.getMonth() + 1, 2), "-").concat(date.getFullYear()); } function formatToDate(format) { if (!format) return null; var dateParts = format.split("-"); return new Date(dateParts[2], dateParts[1] - 1, dateParts[0]); } var importIcons = function importIcons() { var icon_library = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "fontawesome"; var icon_library_version = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "5.free"; var url = buttonizer_admin.assets + "/icon_definitions/" + icon_library + "." + icon_library_version + ".json?buttonizer-icon-cache=" + buttonizer_admin.version; if (cache.has(url)) return cache.get(url); var value = axios_default()({ url: url, dataType: "json", method: "get" }); cache.set(url, value); return value; }; var importTemplates = function importTemplates() { var url = buttonizer_admin.assets + "/templates/templates.json?buttonizer-icon-cache=" + buttonizer_admin.version; return new Promise(function (resolve, reject) { if (cache.has(url)) resolve(cache.get(url)); axios_default()({ url: url }).then(function (data) { cache.set(url, data.data); resolve(data.data); })["catch"](function (e) { return reject({ message: "Something went wrong", error: e }); }); }); }; // EXTERNAL MODULE: ./node_modules/uuid/v4.js var v4 = __webpack_require__(71171); var v4_default = /*#__PURE__*/__webpack_require__.n(v4); ;// CONCATENATED MODULE: ./src/js/utils/utils/random.js function GenerateUniqueId() { return v4_default()(); } function shuffleTips(array) { var currentIndex = array.length, temporaryValue, randomIndex; // While there remain elements to shuffle... while (0 !== currentIndex) { // Pick a remaining element... randomIndex = Math.floor(Math.random() * currentIndex); currentIndex -= 1; // And swap it with the current element. temporaryValue = array[currentIndex]; array[currentIndex] = array[randomIndex]; array[randomIndex] = temporaryValue; } return array; } function uniqueCharset() { return Array.apply(0, Array(15)).map(function () { return function (charset) { return charset.charAt(Math.floor(Math.random() * charset.length)); }("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"); }).join(""); } ;// CONCATENATED MODULE: ./src/js/utils/utils/index.js // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js var esm_typeof = __webpack_require__(90484); ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/classCallCheck.js function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/createClass.js var createClass = __webpack_require__(5991); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js var assertThisInitialized = __webpack_require__(63349); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js var setPrototypeOf = __webpack_require__(14665); ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/inherits.js function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) (0,setPrototypeOf/* default */.Z)(subClass, superClass); } ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js function _possibleConstructorReturn(self, call) { if (call && ((0,esm_typeof/* default */.Z)(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return (0,assertThisInitialized/* default */.Z)(self); } ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js var defineProperty = __webpack_require__(96156); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js var arrayWithHoles = __webpack_require__(59968); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArray.js var iterableToArray = __webpack_require__(96410); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js var unsupportedIterableToArray = __webpack_require__(82961); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableRest.js var nonIterableRest = __webpack_require__(28970); ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toArray.js function _toArray(arr) { return (0,arrayWithHoles/* default */.Z)(arr) || (0,iterableToArray/* default */.Z)(arr) || (0,unsupportedIterableToArray/* default */.Z)(arr) || (0,nonIterableRest/* default */.Z)(); } ;// CONCATENATED MODULE: ./node_modules/i18next/dist/esm/i18next.js function i18next_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (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 = arguments[i] != null ? arguments[i] : {}; if (i % 2) { i18next_ownKeys(Object(source), true).forEach(function (key) { (0,defineProperty/* default */.Z)(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { i18next_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } var consoleLogger = { type: 'logger', log: function log(args) { this.output('log', args); }, warn: function warn(args) { this.output('warn', args); }, error: function error(args) { this.output('error', args); }, output: function output(type, args) { if (console && console[type]) console[type].apply(console, args); } }; var Logger = function () { function Logger(concreteLogger) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; _classCallCheck(this, Logger); this.init(concreteLogger, options); } (0,createClass/* default */.Z)(Logger, [{ key: "init", value: function init(concreteLogger) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; this.prefix = options.prefix || 'i18next:'; this.logger = concreteLogger || consoleLogger; this.options = options; this.debug = options.debug; } }, { key: "setDebug", value: function setDebug(bool) { this.debug = bool; } }, { key: "log", value: function log() { for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } return this.forward(args, 'log', '', true); } }, { key: "warn", value: function warn() { for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) { args[_key2] = arguments[_key2]; } return this.forward(args, 'warn', '', true); } }, { key: "error", value: function error() { for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) { args[_key3] = arguments[_key3]; } return this.forward(args, 'error', ''); } }, { key: "deprecate", value: function deprecate() { for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) { args[_key4] = arguments[_key4]; } return this.forward(args, 'warn', 'WARNING DEPRECATED: ', true); } }, { key: "forward", value: function forward(args, lvl, prefix, debugOnly) { if (debugOnly && !this.debug) return null; if (typeof args[0] === 'string') args[0] = "".concat(prefix).concat(this.prefix, " ").concat(args[0]); return this.logger[lvl](args); } }, { key: "create", value: function create(moduleName) { return new Logger(this.logger, _objectSpread(_objectSpread({}, { prefix: "".concat(this.prefix, ":").concat(moduleName, ":") }), this.options)); } }]); return Logger; }(); var baseLogger = new Logger(); var EventEmitter = function () { function EventEmitter() { _classCallCheck(this, EventEmitter); this.observers = {}; } (0,createClass/* default */.Z)(EventEmitter, [{ key: "on", value: function on(events, listener) { var _this = this; events.split(' ').forEach(function (event) { _this.observers[event] = _this.observers[event] || []; _this.observers[event].push(listener); }); return this; } }, { key: "off", value: function off(event, listener) { if (!this.observers[event]) return; if (!listener) { delete this.observers[event]; return; } this.observers[event] = this.observers[event].filter(function (l) { return l !== listener; }); } }, { key: "emit", value: function emit(event) { for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { args[_key - 1] = arguments[_key]; } if (this.observers[event]) { var cloned = [].concat(this.observers[event]); cloned.forEach(function (observer) { observer.apply(void 0, args); }); } if (this.observers['*']) { var _cloned = [].concat(this.observers['*']); _cloned.forEach(function (observer) { observer.apply(observer, [event].concat(args)); }); } } }]); return EventEmitter; }(); function defer() { var res; var rej; var promise = new Promise(function (resolve, reject) { res = resolve; rej = reject; }); promise.resolve = res; promise.reject = rej; return promise; } function makeString(object) { if (object == null) return ''; return '' + object; } function copy(a, s, t) { a.forEach(function (m) { if (s[m]) t[m] = s[m]; }); } function getLastOfPath(object, path, Empty) { function cleanKey(key) { return key && key.indexOf('###') > -1 ? key.replace(/###/g, '.') : key; } function canNotTraverseDeeper() { return !object || typeof object === 'string'; } var stack = typeof path !== 'string' ? [].concat(path) : path.split('.'); while (stack.length > 1) { if (canNotTraverseDeeper()) return {}; var key = cleanKey(stack.shift()); if (!object[key] && Empty) object[key] = new Empty(); if (Object.prototype.hasOwnProperty.call(object, key)) { object = object[key]; } else { object = {}; } } if (canNotTraverseDeeper()) return {}; return { obj: object, k: cleanKey(stack.shift()) }; } function setPath(object, path, newValue) { var _getLastOfPath = getLastOfPath(object, path, Object), obj = _getLastOfPath.obj, k = _getLastOfPath.k; obj[k] = newValue; } function pushPath(object, path, newValue, concat) { var _getLastOfPath2 = getLastOfPath(object, path, Object), obj = _getLastOfPath2.obj, k = _getLastOfPath2.k; obj[k] = obj[k] || []; if (concat) obj[k] = obj[k].concat(newValue); if (!concat) obj[k].push(newValue); } function getPath(object, path) { var _getLastOfPath3 = getLastOfPath(object, path), obj = _getLastOfPath3.obj, k = _getLastOfPath3.k; if (!obj) return undefined; return obj[k]; } function getPathWithDefaults(data, defaultData, key) { var value = getPath(data, key); if (value !== undefined) { return value; } return getPath(defaultData, key); } function deepExtend(target, source, overwrite) { for (var prop in source) { if (prop !== '__proto__' && prop !== 'constructor') { if (prop in target) { if (typeof target[prop] === 'string' || target[prop] instanceof String || typeof source[prop] === 'string' || source[prop] instanceof String) { if (overwrite) target[prop] = source[prop]; } else { deepExtend(target[prop], source[prop], overwrite); } } else { target[prop] = source[prop]; } } } return target; } function regexEscape(str) { return str.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, '\\$&'); } var _entityMap = { '&': '&amp;', '<': '&lt;', '>': '&gt;', '"': '&quot;', "'": '&#39;', '/': '&#x2F;' }; function i18next_escape(data) { if (typeof data === 'string') { return data.replace(/[&<>"'\/]/g, function (s) { return _entityMap[s]; }); } return data; } var isIE10 = typeof window !== 'undefined' && window.navigator && window.navigator.userAgent && window.navigator.userAgent.indexOf('MSIE') > -1; var chars = [' ', ',', '?', '!', ';']; function looksLikeObjectPath(key, nsSeparator, keySeparator) { nsSeparator = nsSeparator || ''; keySeparator = keySeparator || ''; var possibleChars = chars.filter(function (c) { return nsSeparator.indexOf(c) < 0 && keySeparator.indexOf(c) < 0; }); if (possibleChars.length === 0) return true; var r = new RegExp("(".concat(possibleChars.map(function (c) { return c === '?' ? '\\?' : c; }).join('|'), ")")); var matched = !r.test(key); if (!matched) { var ki = key.indexOf(keySeparator); if (ki > 0 && !r.test(key.substring(0, ki))) { matched = true; } } return matched; } function ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; } function _objectSpread$1(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$1(Object(source), true).forEach(function (key) { (0,defineProperty/* default */.Z)(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys$1(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } function deepFind(obj, path) { var keySeparator = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '.'; if (!obj) return undefined; if (obj[path]) return obj[path]; var paths = path.split(keySeparator); var current = obj; for (var i = 0; i < paths.length; ++i) { if (!current) return undefined; if (typeof current[paths[i]] === 'string' && i + 1 < paths.length) { return undefined; } if (current[paths[i]] === undefined) { var j = 2; var p = paths.slice(i, i + j).join(keySeparator); var mix = current[p]; while (mix === undefined && paths.length > i + j) { j++; p = paths.slice(i, i + j).join(keySeparator); mix = current[p]; } if (mix === undefined) return undefined; if (path.endsWith(p)) { if (typeof mix === 'string') return mix; if (p && typeof mix[p] === 'string') return mix[p]; } var joinedPath = paths.slice(i + j).join(keySeparator); if (joinedPath) return deepFind(mix, joinedPath, keySeparator); return undefined; } current = current[paths[i]]; } return current; } var ResourceStore = function (_EventEmitter) { _inherits(ResourceStore, _EventEmitter); var _super = _createSuper(ResourceStore); function ResourceStore(data) { var _this; var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : { ns: ['translation'], defaultNS: 'translation' }; _classCallCheck(this, ResourceStore); _this = _super.call(this); if (isIE10) { EventEmitter.call((0,assertThisInitialized/* default */.Z)(_this)); } _this.data = data || {}; _this.options = options; if (_this.options.keySeparator === undefined) { _this.options.keySeparator = '.'; } if (_this.options.ignoreJSONStructure === undefined) { _this.options.ignoreJSONStructure = true; } return _this; } (0,createClass/* default */.Z)(ResourceStore, [{ key: "addNamespaces", value: function addNamespaces(ns) { if (this.options.ns.indexOf(ns) < 0) { this.options.ns.push(ns); } } }, { key: "removeNamespaces", value: function removeNamespaces(ns) { var index = this.options.ns.indexOf(ns); if (index > -1) { this.options.ns.splice(index, 1); } } }, { key: "getResource", value: function getResource(lng, ns, key) { var options = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {}; var keySeparator = options.keySeparator !== undefined ? options.keySeparator : this.options.keySeparator; var ignoreJSONStructure = options.ignoreJSONStructure !== undefined ? options.ignoreJSONStructure : this.options.ignoreJSONStructure; var path = [lng, ns]; if (key && typeof key !== 'string') path = path.concat(key); if (key && typeof key === 'string') path = path.concat(keySeparator ? key.split(keySeparator) : key); if (lng.indexOf('.') > -1) { path = lng.split('.'); } var result = getPath(this.data, path); if (result || !ignoreJSONStructure || typeof key !== 'string') return result; return deepFind(this.data && this.data[lng] && this.data[lng][ns], key, keySeparator); } }, { key: "addResource", value: function addResource(lng, ns, key, value) { var options = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : { silent: false }; var keySeparator = this.options.keySeparator; if (keySeparator === undefined) keySeparator = '.'; var path = [lng, ns]; if (key) path = path.concat(keySeparator ? key.split(keySeparator) : key); if (lng.indexOf('.') > -1) { path = lng.split('.'); value = ns; ns = path[1]; } this.addNamespaces(ns); setPath(this.data, path, value); if (!options.silent) this.emit('added', lng, ns, key, value); } }, { key: "addResources", value: function addResources(lng, ns, resources) { var options = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : { silent: false }; for (var m in resources) { if (typeof resources[m] === 'string' || Object.prototype.toString.apply(resources[m]) === '[object Array]') this.addResource(lng, ns, m, resources[m], { silent: true }); } if (!options.silent) this.emit('added', lng, ns, resources); } }, { key: "addResourceBundle", value: function addResourceBundle(lng, ns, resources, deep, overwrite) { var options = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : { silent: false }; var path = [lng, ns]; if (lng.indexOf('.') > -1) { path = lng.split('.'); deep = resources; resources = ns; ns = path[1]; } this.addNamespaces(ns); var pack = getPath(this.data, path) || {}; if (deep) { deepExtend(pack, resources, overwrite); } else { pack = _objectSpread$1(_objectSpread$1({}, pack), resources); } setPath(this.data, path, pack); if (!options.silent) this.emit('added', lng, ns, resources); } }, { key: "removeResourceBundle", value: function removeResourceBundle(lng, ns) { if (this.hasResourceBundle(lng, ns)) { delete this.data[lng][ns]; } this.removeNamespaces(ns); this.emit('removed', lng, ns); } }, { key: "hasResourceBundle", value: function hasResourceBundle(lng, ns) { return this.getResource(lng, ns) !== undefined; } }, { key: "getResourceBundle", value: function getResourceBundle(lng, ns) { if (!ns) ns = this.options.defaultNS; if (this.options.compatibilityAPI === 'v1') return _objectSpread$1(_objectSpread$1({}, {}), this.getResource(lng, ns)); return this.getResource(lng, ns); } }, { key: "getDataByLanguage", value: function getDataByLanguage(lng) { return this.data[lng]; } }, { key: "hasLanguageSomeTranslations", value: function hasLanguageSomeTranslations(lng) { var data = this.getDataByLanguage(lng); var n = data && Object.keys(data) || []; return !!n.find(function (v) { return data[v] && Object.keys(data[v]).length > 0; }); } }, { key: "toJSON", value: function toJSON() { return this.data; } }]); return ResourceStore; }(EventEmitter); var postProcessor = { processors: {}, addPostProcessor: function addPostProcessor(module) { this.processors[module.name] = module; }, handle: function handle(processors, value, key, options, translator) { var _this = this; processors.forEach(function (processor) { if (_this.processors[processor]) value = _this.processors[processor].process(value, key, options, translator); }); return value; } }; function ownKeys$2(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; } function _objectSpread$2(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$2(Object(source), true).forEach(function (key) { (0,defineProperty/* default */.Z)(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys$2(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _createSuper$1(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$1(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } function _isNativeReflectConstruct$1() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } var checkedLoadedFor = {}; var Translator = function (_EventEmitter) { _inherits(Translator, _EventEmitter); var _super = _createSuper$1(Translator); function Translator(services) { var _this; var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; _classCallCheck(this, Translator); _this = _super.call(this); if (isIE10) { EventEmitter.call((0,assertThisInitialized/* default */.Z)(_this)); } copy(['resourceStore', 'languageUtils', 'pluralResolver', 'interpolator', 'backendConnector', 'i18nFormat', 'utils'], services, (0,assertThisInitialized/* default */.Z)(_this)); _this.options = options; if (_this.options.keySeparator === undefined) { _this.options.keySeparator = '.'; } _this.logger = baseLogger.create('translator'); return _this; } (0,createClass/* default */.Z)(Translator, [{ key: "changeLanguage", value: function changeLanguage(lng) { if (lng) this.language = lng; } }, { key: "exists", value: function exists(key) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : { interpolation: {} }; if (key === undefined || key === null) { return false; } var resolved = this.resolve(key, options); return resolved && resolved.res !== undefined; } }, { key: "extractFromKey", value: function extractFromKey(key, options) { var nsSeparator = options.nsSeparator !== undefined ? options.nsSeparator : this.options.nsSeparator; if (nsSeparator === undefined) nsSeparator = ':'; var keySeparator = options.keySeparator !== undefined ? options.keySeparator : this.options.keySeparator; var namespaces = options.ns || this.options.defaultNS || []; var wouldCheckForNsInKey = nsSeparator && key.indexOf(nsSeparator) > -1; var seemsNaturalLanguage = !this.options.userDefinedKeySeparator && !options.keySeparator && !this.options.userDefinedNsSeparator && !options.nsSeparator && !looksLikeObjectPath(key, nsSeparator, keySeparator); if (wouldCheckForNsInKey && !seemsNaturalLanguage) { var m = key.match(this.interpolator.nestingRegexp); if (m && m.length > 0) { return { key: key, namespaces: namespaces }; } var parts = key.split(nsSeparator); if (nsSeparator !== keySeparator || nsSeparator === keySeparator && this.options.ns.indexOf(parts[0]) > -1) namespaces = parts.shift(); key = parts.join(keySeparator); } if (typeof namespaces === 'string') namespaces = [namespaces]; return { key: key, namespaces: namespaces }; } }, { key: "translate", value: function translate(keys, options, lastKey) { var _this2 = this; if ((0,esm_typeof/* default */.Z)(options) !== 'object' && this.options.overloadTranslationOptionHandler) { options = this.options.overloadTranslationOptionHandler(arguments); } if (!options) options = {}; if (keys === undefined || keys === null) return ''; if (!Array.isArray(keys)) keys = [String(keys)]; var keySeparator = options.keySeparator !== undefined ? options.keySeparator : this.options.keySeparator; var _this$extractFromKey = this.extractFromKey(keys[keys.length - 1], options), key = _this$extractFromKey.key, namespaces = _this$extractFromKey.namespaces; var namespace = namespaces[namespaces.length - 1]; var lng = options.lng || this.language; var appendNamespaceToCIMode = options.appendNamespaceToCIMode || this.options.appendNamespaceToCIMode; if (lng && lng.toLowerCase() === 'cimode') { if (appendNamespaceToCIMode) { var nsSeparator = options.nsSeparator || this.options.nsSeparator; return namespace + nsSeparator + key; } return key; } var resolved = this.resolve(keys, options); var res = resolved && resolved.res; var resUsedKey = resolved && resolved.usedKey || key; var resExactUsedKey = resolved && resolved.exactUsedKey || key; var resType = Object.prototype.toString.apply(res); var noObject = ['[object Number]', '[object Function]', '[object RegExp]']; var joinArrays = options.joinArrays !== undefined ? options.joinArrays : this.options.joinArrays; var handleAsObjectInI18nFormat = !this.i18nFormat || this.i18nFormat.handleAsObject; var handleAsObject = typeof res !== 'string' && typeof res !== 'boolean' && typeof res !== 'number'; if (handleAsObjectInI18nFormat && res && handleAsObject && noObject.indexOf(resType) < 0 && !(typeof joinArrays === 'string' && resType === '[object Array]')) { if (!options.returnObjects && !this.options.returnObjects) { if (!this.options.returnedObjectHandler) { this.logger.warn('accessing an object - but returnObjects options is not enabled!'); } return this.options.returnedObjectHandler ? this.options.returnedObjectHandler(resUsedKey, res, _objectSpread$2(_objectSpread$2({}, options), {}, { ns: namespaces })) : "key '".concat(key, " (").concat(this.language, ")' returned an object instead of string."); } if (keySeparator) { var resTypeIsArray = resType === '[object Array]'; var copy = resTypeIsArray ? [] : {}; var newKeyToUse = resTypeIsArray ? resExactUsedKey : resUsedKey; for (var m in res) { if (Object.prototype.hasOwnProperty.call(res, m)) { var deepKey = "".concat(newKeyToUse).concat(keySeparator).concat(m); copy[m] = this.translate(deepKey, _objectSpread$2(_objectSpread$2({}, options), { joinArrays: false, ns: namespaces })); if (copy[m] === deepKey) copy[m] = res[m]; } } res = copy; } } else if (handleAsObjectInI18nFormat && typeof joinArrays === 'string' && resType === '[object Array]') { res = res.join(joinArrays); if (res) res = this.extendTranslation(res, keys, options, lastKey); } else { var usedDefault = false; var usedKey = false; var needsPluralHandling = options.count !== undefined && typeof options.count !== 'string'; var hasDefaultValue = Translator.hasDefaultValue(options); var defaultValueSuffix = needsPluralHandling ? this.pluralResolver.getSuffix(lng, options.count, options) : ''; var defaultValue = options["defaultValue".concat(defaultValueSuffix)] || options.defaultValue; if (!this.isValidLookup(res) && hasDefaultValue) { usedDefault = true; res = defaultValue; } if (!this.isValidLookup(res)) { usedKey = true; res = key; } var missingKeyNoValueFallbackToKey = options.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey; var resForMissing = missingKeyNoValueFallbackToKey && usedKey ? undefined : res; var updateMissing = hasDefaultValue && defaultValue !== res && this.options.updateMissing; if (usedKey || usedDefault || updateMissing) { this.logger.log(updateMissing ? 'updateKey' : 'missingKey', lng, namespace, key, updateMissing ? defaultValue : res); if (keySeparator) { var fk = this.resolve(key, _objectSpread$2(_objectSpread$2({}, options), {}, { keySeparator: false })); if (fk && fk.res) this.logger.warn('Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.'); } var lngs = []; var fallbackLngs = this.languageUtils.getFallbackCodes(this.options.fallbackLng, options.lng || this.language); if (this.options.saveMissingTo === 'fallback' && fallbackLngs && fallbackLngs[0]) { for (var i = 0; i < fallbackLngs.length; i++) { lngs.push(fallbackLngs[i]); } } else if (this.options.saveMissingTo === 'all') { lngs = this.languageUtils.toResolveHierarchy(options.lng || this.language); } else { lngs.push(options.lng || this.language); } var send = function send(l, k, specificDefaultValue) { var defaultForMissing = hasDefaultValue && specificDefaultValue !== res ? specificDefaultValue : resForMissing; if (_this2.options.missingKeyHandler) { _this2.options.missingKeyHandler(l, namespace, k, defaultForMissing, updateMissing, options); } else if (_this2.backendConnector && _this2.backendConnector.saveMissing) { _this2.backendConnector.saveMissing(l, namespace, k, defaultForMissing, updateMissing, options); } _this2.emit('missingKey', l, namespace, k, res); }; if (this.options.saveMissing) { if (this.options.saveMissingPlurals && needsPluralHandling) { lngs.forEach(function (language) { _this2.pluralResolver.getSuffixes(language).forEach(function (suffix) { send([language], key + suffix, options["defaultValue".concat(suffix)] || defaultValue); }); }); } else { send(lngs, key, defaultValue); } } } res = this.extendTranslation(res, keys, options, resolved, lastKey); if (usedKey && res === key && this.options.appendNamespaceToMissingKey) res = "".concat(namespace, ":").concat(key); if ((usedKey || usedDefault) && this.options.parseMissingKeyHandler) res = this.options.parseMissingKeyHandler(res); } return res; } }, { key: "extendTranslation", value: function extendTranslation(res, key, options, resolved, lastKey) { var _this3 = this; if (this.i18nFormat && this.i18nFormat.parse) { res = this.i18nFormat.parse(res, options, resolved.usedLng, resolved.usedNS, resolved.usedKey, { resolved: resolved }); } else if (!options.skipInterpolation) { if (options.interpolation) this.interpolator.init(_objectSpread$2(_objectSpread$2({}, options), { interpolation: _objectSpread$2(_objectSpread$2({}, this.options.interpolation), options.interpolation) })); var skipOnVariables = typeof res === 'string' && (options && options.interpolation && options.interpolation.skipOnVariables !== undefined ? options.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables); var nestBef; if (skipOnVariables) { var nb = res.match(this.interpolator.nestingRegexp); nestBef = nb && nb.length; } var data = options.replace && typeof options.replace !== 'string' ? options.replace : options; if (this.options.interpolation.defaultVariables) data = _objectSpread$2(_objectSpread$2({}, this.options.interpolation.defaultVariables), data); res = this.interpolator.interpolate(res, data, options.lng || this.language, options); if (skipOnVariables) { var na = res.match(this.interpolator.nestingRegexp); var nestAft = na && na.length; if (nestBef < nestAft) options.nest = false; } if (options.nest !== false) res = this.interpolator.nest(res, function () { for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } if (lastKey && lastKey[0] === args[0] && !options.context) { _this3.logger.warn("It seems you are nesting recursively key: ".concat(args[0], " in key: ").concat(key[0])); return null; } return _this3.translate.apply(_this3, args.concat([key])); }, options); if (options.interpolation) this.interpolator.reset(); } var postProcess = options.postProcess || this.options.postProcess; var postProcessorNames = typeof postProcess === 'string' ? [postProcess] : postProcess; if (res !== undefined && res !== null && postProcessorNames && postProcessorNames.length && options.applyPostProcessor !== false) { res = postProcessor.handle(postProcessorNames, res, key, this.options && this.options.postProcessPassResolved ? _objectSpread$2({ i18nResolved: resolved }, options) : options, this); } return res; } }, { key: "resolve", value: function resolve(keys) { var _this4 = this; var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; var found; var usedKey; var exactUsedKey; var usedLng; var usedNS; if (typeof keys === 'string') keys = [keys]; keys.forEach(function (k) { if (_this4.isValidLookup(found)) return; var extracted = _this4.extractFromKey(k, options); var key = extracted.key; usedKey = key; var namespaces = extracted.namespaces; if (_this4.options.fallbackNS) namespaces = namespaces.concat(_this4.options.fallbackNS); var needsPluralHandling = options.count !== undefined && typeof options.count !== 'string'; var needsZeroSuffixLookup = needsPluralHandling && !options.ordinal && options.count === 0 && _this4.pluralResolver.shouldUseIntlApi(); var needsContextHandling = options.context !== undefined && (typeof options.context === 'string' || typeof options.context === 'number') && options.context !== ''; var codes = options.lngs ? options.lngs : _this4.languageUtils.toResolveHierarchy(options.lng || _this4.language, options.fallbackLng); namespaces.forEach(function (ns) { if (_this4.isValidLookup(found)) return; usedNS = ns; if (!checkedLoadedFor["".concat(codes[0], "-").concat(ns)] && _this4.utils && _this4.utils.hasLoadedNamespace && !_this4.utils.hasLoadedNamespace(usedNS)) { checkedLoadedFor["".concat(codes[0], "-").concat(ns)] = true; _this4.logger.warn("key \"".concat(usedKey, "\" for languages \"").concat(codes.join(', '), "\" won't get resolved as namespace \"").concat(usedNS, "\" was not yet loaded"), 'This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!'); } codes.forEach(function (code) { if (_this4.isValidLookup(found)) return; usedLng = code; var finalKeys = [key]; if (_this4.i18nFormat && _this4.i18nFormat.addLookupKeys) { _this4.i18nFormat.addLookupKeys(finalKeys, key, code, ns, options); } else { var pluralSuffix; if (needsPluralHandling) pluralSuffix = _this4.pluralResolver.getSuffix(code, options.count, options); var zeroSuffix = '_zero'; if (needsPluralHandling) { finalKeys.push(key + pluralSuffix); if (needsZeroSuffixLookup) { finalKeys.push(key + zeroSuffix); } } if (needsContextHandling) { var contextKey = "".concat(key).concat(_this4.options.contextSeparator).concat(options.context); finalKeys.push(contextKey); if (needsPluralHandling) { finalKeys.push(contextKey + pluralSuffix); if (needsZeroSuffixLookup) { finalKeys.push(contextKey + zeroSuffix); } } } } var possibleKey; while (possibleKey = finalKeys.pop()) { if (!_this4.isValidLookup(found)) { exactUsedKey = possibleKey; found = _this4.getResource(code, ns, possibleKey, options); } } }); }); }); return { res: found, usedKey: usedKey, exactUsedKey: exactUsedKey, usedLng: usedLng, usedNS: usedNS }; } }, { key: "isValidLookup", value: function isValidLookup(res) { return res !== undefined && !(!this.options.returnNull && res === null) && !(!this.options.returnEmptyString && res === ''); } }, { key: "getResource", value: function getResource(code, ns, key) { var options = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {}; if (this.i18nFormat && this.i18nFormat.getResource) return this.i18nFormat.getResource(code, ns, key, options); return this.resourceStore.getResource(code, ns, key, options); } }], [{ key: "hasDefaultValue", value: function hasDefaultValue(options) { var prefix = 'defaultValue'; for (var option in options) { if (Object.prototype.hasOwnProperty.call(options, option) && prefix === option.substring(0, prefix.length) && undefined !== options[option]) { return true; } } return false; } }]); return Translator; }(EventEmitter); function capitalize(string) { return string.charAt(0).toUpperCase() + string.slice(1); } var LanguageUtil = function () { function LanguageUtil(options) { _classCallCheck(this, LanguageUtil); this.options = options; this.supportedLngs = this.options.supportedLngs || false; this.logger = baseLogger.create('languageUtils'); } (0,createClass/* default */.Z)(LanguageUtil, [{ key: "getScriptPartFromCode", value: function getScriptPartFromCode(code) { if (!code || code.indexOf('-') < 0) return null; var p = code.split('-'); if (p.length === 2) return null; p.pop(); if (p[p.length - 1].toLowerCase() === 'x') return null; return this.formatLanguageCode(p.join('-')); } }, { key: "getLanguagePartFromCode", value: function getLanguagePartFromCode(code) { if (!code || code.indexOf('-') < 0) return code; var p = code.split('-'); return this.formatLanguageCode(p[0]); } }, { key: "formatLanguageCode", value: function formatLanguageCode(code) { if (typeof code === 'string' && code.indexOf('-') > -1) { var specialCases = ['hans', 'hant', 'latn', 'cyrl', 'cans', 'mong', 'arab']; var p = code.split('-'); if (this.options.lowerCaseLng) { p = p.map(function (part) { return part.toLowerCase(); }); } else if (p.length === 2) { p[0] = p[0].toLowerCase(); p[1] = p[1].toUpperCase(); if (specialCases.indexOf(p[1].toLowerCase()) > -1) p[1] = capitalize(p[1].toLowerCase()); } else if (p.length === 3) { p[0] = p[0].toLowerCase(); if (p[1].length === 2) p[1] = p[1].toUpperCase(); if (p[0] !== 'sgn' && p[2].length === 2) p[2] = p[2].toUpperCase(); if (specialCases.indexOf(p[1].toLowerCase()) > -1) p[1] = capitalize(p[1].toLowerCase()); if (specialCases.indexOf(p[2].toLowerCase()) > -1) p[2] = capitalize(p[2].toLowerCase()); } return p.join('-'); } return this.options.cleanCode || this.options.lowerCaseLng ? code.toLowerCase() : code; } }, { key: "isSupportedCode", value: function isSupportedCode(code) { if (this.options.load === 'languageOnly' || this.options.nonExplicitSupportedLngs) { code = this.getLanguagePartFromCode(code); } return !this.supportedLngs || !this.supportedLngs.length || this.supportedLngs.indexOf(code) > -1; } }, { key: "getBestMatchFromCodes", value: function getBestMatchFromCodes(codes) { var _this = this; if (!codes) return null; var found; codes.forEach(function (code) { if (found) return; var cleanedLng = _this.formatLanguageCode(code); if (!_this.options.supportedLngs || _this.isSupportedCode(cleanedLng)) found = cleanedLng; }); if (!found && this.options.supportedLngs) { codes.forEach(function (code) { if (found) return; var lngOnly = _this.getLanguagePartFromCode(code); if (_this.isSupportedCode(lngOnly)) return found = lngOnly; found = _this.options.supportedLngs.find(function (supportedLng) { if (supportedLng.indexOf(lngOnly) === 0) return supportedLng; }); }); } if (!found) found = this.getFallbackCodes(this.options.fallbackLng)[0]; return found; } }, { key: "getFallbackCodes", value: function getFallbackCodes(fallbacks, code) { if (!fallbacks) return []; if (typeof fallbacks === 'function') fallbacks = fallbacks(code); if (typeof fallbacks === 'string') fallbacks = [fallbacks]; if (Object.prototype.toString.apply(fallbacks) === '[object Array]') return fallbacks; if (!code) return fallbacks["default"] || []; var found = fallbacks[code]; if (!found) found = fallbacks[this.getScriptPartFromCode(code)]; if (!found) found = fallbacks[this.formatLanguageCode(code)]; if (!found) found = fallbacks[this.getLanguagePartFromCode(code)]; if (!found) found = fallbacks["default"]; return found || []; } }, { key: "toResolveHierarchy", value: function toResolveHierarchy(code, fallbackCode) { var _this2 = this; var fallbackCodes = this.getFallbackCodes(fallbackCode || this.options.fallbackLng || [], code); var codes = []; var addCode = function addCode(c) { if (!c) return; if (_this2.isSupportedCode(c)) { codes.push(c); } else { _this2.logger.warn("rejecting language code not found in supportedLngs: ".concat(c)); } }; if (typeof code === 'string' && code.indexOf('-') > -1) { if (this.options.load !== 'languageOnly') addCode(this.formatLanguageCode(code)); if (this.options.load !== 'languageOnly' && this.options.load !== 'currentOnly') addCode(this.getScriptPartFromCode(code)); if (this.options.load !== 'currentOnly') addCode(this.getLanguagePartFromCode(code)); } else if (typeof code === 'string') { addCode(this.formatLanguageCode(code)); } fallbackCodes.forEach(function (fc) { if (codes.indexOf(fc) < 0) addCode(_this2.formatLanguageCode(fc)); }); return codes; } }]); return LanguageUtil; }(); var sets = [{ lngs: ['ach', 'ak', 'am', 'arn', 'br', 'fil', 'gun', 'ln', 'mfe', 'mg', 'mi', 'oc', 'pt', 'pt-BR', 'tg', 'tl', 'ti', 'tr', 'uz', 'wa'], nr: [1, 2], fc: 1 }, { lngs: ['af', 'an', 'ast', 'az', 'bg', 'bn', 'ca', 'da', 'de', 'dev', 'el', 'en', 'eo', 'es', 'et', 'eu', 'fi', 'fo', 'fur', 'fy', 'gl', 'gu', 'ha', 'hi', 'hu', 'hy', 'ia', 'it', 'kk', 'kn', 'ku', 'lb', 'mai', 'ml', 'mn', 'mr', 'nah', 'nap', 'nb', 'ne', 'nl', 'nn', 'no', 'nso', 'pa', 'pap', 'pms', 'ps', 'pt-PT', 'rm', 'sco', 'se', 'si', 'so', 'son', 'sq', 'sv', 'sw', 'ta', 'te', 'tk', 'ur', 'yo'], nr: [1, 2], fc: 2 }, { lngs: ['ay', 'bo', 'cgg', 'fa', 'ht', 'id', 'ja', 'jbo', 'ka', 'km', 'ko', 'ky', 'lo', 'ms', 'sah', 'su', 'th', 'tt', 'ug', 'vi', 'wo', 'zh'], nr: [1], fc: 3 }, { lngs: ['be', 'bs', 'cnr', 'dz', 'hr', 'ru', 'sr', 'uk'], nr: [1, 2, 5], fc: 4 }, { lngs: ['ar'], nr: [0, 1, 2, 3, 11, 100], fc: 5 }, { lngs: ['cs', 'sk'], nr: [1, 2, 5], fc: 6 }, { lngs: ['csb', 'pl'], nr: [1, 2, 5], fc: 7 }, { lngs: ['cy'], nr: [1, 2, 3, 8], fc: 8 }, { lngs: ['fr'], nr: [1, 2], fc: 9 }, { lngs: ['ga'], nr: [1, 2, 3, 7, 11], fc: 10 }, { lngs: ['gd'], nr: [1, 2, 3, 20], fc: 11 }, { lngs: ['is'], nr: [1, 2], fc: 12 }, { lngs: ['jv'], nr: [0, 1], fc: 13 }, { lngs: ['kw'], nr: [1, 2, 3, 4], fc: 14 }, { lngs: ['lt'], nr: [1, 2, 10], fc: 15 }, { lngs: ['lv'], nr: [1, 2, 0], fc: 16 }, { lngs: ['mk'], nr: [1, 2], fc: 17 }, { lngs: ['mnk'], nr: [0, 1, 2], fc: 18 }, { lngs: ['mt'], nr: [1, 2, 11, 20], fc: 19 }, { lngs: ['or'], nr: [2, 1], fc: 2 }, { lngs: ['ro'], nr: [1, 2, 20], fc: 20 }, { lngs: ['sl'], nr: [5, 1, 2, 3], fc: 21 }, { lngs: ['he', 'iw'], nr: [1, 2, 20, 21], fc: 22 }]; var _rulesPluralsTypes = { 1: function _(n) { return Number(n > 1); }, 2: function _(n) { return Number(n != 1); }, 3: function _(n) { return 0; }, 4: function _(n) { return Number(n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2); }, 5: function _(n) { return Number(n == 0 ? 0 : n == 1 ? 1 : n == 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5); }, 6: function _(n) { return Number(n == 1 ? 0 : n >= 2 && n <= 4 ? 1 : 2); }, 7: function _(n) { return Number(n == 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2); }, 8: function _(n) { return Number(n == 1 ? 0 : n == 2 ? 1 : n != 8 && n != 11 ? 2 : 3); }, 9: function _(n) { return Number(n >= 2); }, 10: function _(n) { return Number(n == 1 ? 0 : n == 2 ? 1 : n < 7 ? 2 : n < 11 ? 3 : 4); }, 11: function _(n) { return Number(n == 1 || n == 11 ? 0 : n == 2 || n == 12 ? 1 : n > 2 && n < 20 ? 2 : 3); }, 12: function _(n) { return Number(n % 10 != 1 || n % 100 == 11); }, 13: function _(n) { return Number(n !== 0); }, 14: function _(n) { return Number(n == 1 ? 0 : n == 2 ? 1 : n == 3 ? 2 : 3); }, 15: function _(n) { return Number(n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2); }, 16: function _(n) { return Number(n % 10 == 1 && n % 100 != 11 ? 0 : n !== 0 ? 1 : 2); }, 17: function _(n) { return Number(n == 1 || n % 10 == 1 && n % 100 != 11 ? 0 : 1); }, 18: function _(n) { return Number(n == 0 ? 0 : n == 1 ? 1 : 2); }, 19: function _(n) { return Number(n == 1 ? 0 : n == 0 || n % 100 > 1 && n % 100 < 11 ? 1 : n % 100 > 10 && n % 100 < 20 ? 2 : 3); }, 20: function _(n) { return Number(n == 1 ? 0 : n == 0 || n % 100 > 0 && n % 100 < 20 ? 1 : 2); }, 21: function _(n) { return Number(n % 100 == 1 ? 1 : n % 100 == 2 ? 2 : n % 100 == 3 || n % 100 == 4 ? 3 : 0); }, 22: function _(n) { return Number(n == 1 ? 0 : n == 2 ? 1 : (n < 0 || n > 10) && n % 10 == 0 ? 2 : 3); } }; var deprecatedJsonVersions = ['v1', 'v2', 'v3']; var suffixesOrder = { zero: 0, one: 1, two: 2, few: 3, many: 4, other: 5 }; function createRules() { var rules = {}; sets.forEach(function (set) { set.lngs.forEach(function (l) { rules[l] = { numbers: set.nr, plurals: _rulesPluralsTypes[set.fc] }; }); }); return rules; } var PluralResolver = function () { function PluralResolver(languageUtils) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; _classCallCheck(this, PluralResolver); this.languageUtils = languageUtils; this.options = options; this.logger = baseLogger.create('pluralResolver'); if ((!this.options.compatibilityJSON || this.options.compatibilityJSON === 'v4') && (typeof Intl === 'undefined' || !Intl.PluralRules)) { this.options.compatibilityJSON = 'v3'; this.logger.error('Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.'); } this.rules = createRules(); } (0,createClass/* default */.Z)(PluralResolver, [{ key: "addRule", value: function addRule(lng, obj) { this.rules[lng] = obj; } }, { key: "getRule", value: function getRule(code) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; if (this.shouldUseIntlApi()) { try { return new Intl.PluralRules(code, { type: options.ordinal ? 'ordinal' : 'cardinal' }); } catch (_unused) { return; } } return this.rules[code] || this.rules[this.languageUtils.getLanguagePartFromCode(code)]; } }, { key: "needsPlural", value: function needsPlural(code) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; var rule = this.getRule(code, options); if (this.shouldUseIntlApi()) { return rule && rule.resolvedOptions().pluralCategories.length > 1; } return rule && rule.numbers.length > 1; } }, { key: "getPluralFormsOfKey", value: function getPluralFormsOfKey(code, key) { var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; return this.getSuffixes(code, options).map(function (suffix) { return "".concat(key).concat(suffix); }); } }, { key: "getSuffixes", value: function getSuffixes(code) { var _this = this; var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; var rule = this.getRule(code, options); if (!rule) { return []; } if (this.shouldUseIntlApi()) { return rule.resolvedOptions().pluralCategories.sort(function (pluralCategory1, pluralCategory2) { return suffixesOrder[pluralCategory1] - suffixesOrder[pluralCategory2]; }).map(function (pluralCategory) { return "".concat(_this.options.prepend).concat(pluralCategory); }); } return rule.numbers.map(function (number) { return _this.getSuffix(code, number, options); }); } }, { key: "getSuffix", value: function getSuffix(code, count) { var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; var rule = this.getRule(code, options); if (rule) { if (this.shouldUseIntlApi()) { return "".concat(this.options.prepend).concat(rule.select(count)); } return this.getSuffixRetroCompatible(rule, count); } this.logger.warn("no plural rule found for: ".concat(code)); return ''; } }, { key: "getSuffixRetroCompatible", value: function getSuffixRetroCompatible(rule, count) { var _this2 = this; var idx = rule.noAbs ? rule.plurals(count) : rule.plurals(Math.abs(count)); var suffix = rule.numbers[idx]; if (this.options.simplifyPluralSuffix && rule.numbers.length === 2 && rule.numbers[0] === 1) { if (suffix === 2) { suffix = 'plural'; } else if (suffix === 1) { suffix = ''; } } var returnSuffix = function returnSuffix() { return _this2.options.prepend && suffix.toString() ? _this2.options.prepend + suffix.toString() : suffix.toString(); }; if (this.options.compatibilityJSON === 'v1') { if (suffix === 1) return ''; if (typeof suffix === 'number') return "_plural_".concat(suffix.toString()); return returnSuffix(); } else if (this.options.compatibilityJSON === 'v2') { return returnSuffix(); } else if (this.options.simplifyPluralSuffix && rule.numbers.length === 2 && rule.numbers[0] === 1) { return returnSuffix(); } return this.options.prepend && idx.toString() ? this.options.prepend + idx.toString() : idx.toString(); } }, { key: "shouldUseIntlApi", value: function shouldUseIntlApi() { return !deprecatedJsonVersions.includes(this.options.compatibilityJSON); } }]); return PluralResolver; }(); function ownKeys$3(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; } function _objectSpread$3(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$3(Object(source), true).forEach(function (key) { (0,defineProperty/* default */.Z)(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys$3(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } var Interpolator = function () { function Interpolator() { var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; _classCallCheck(this, Interpolator); this.logger = baseLogger.create('interpolator'); this.options = options; this.format = options.interpolation && options.interpolation.format || function (value) { return value; }; this.init(options); } (0,createClass/* default */.Z)(Interpolator, [{ key: "init", value: function init() { var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; if (!options.interpolation) options.interpolation = { escapeValue: true }; var iOpts = options.interpolation; this.escape = iOpts.escape !== undefined ? iOpts.escape : i18next_escape; this.escapeValue = iOpts.escapeValue !== undefined ? iOpts.escapeValue : true; this.useRawValueToEscape = iOpts.useRawValueToEscape !== undefined ? iOpts.useRawValueToEscape : false; this.prefix = iOpts.prefix ? regexEscape(iOpts.prefix) : iOpts.prefixEscaped || '{{'; this.suffix = iOpts.suffix ? regexEscape(iOpts.suffix) : iOpts.suffixEscaped || '}}'; this.formatSeparator = iOpts.formatSeparator ? iOpts.formatSeparator : iOpts.formatSeparator || ','; this.unescapePrefix = iOpts.unescapeSuffix ? '' : iOpts.unescapePrefix || '-'; this.unescapeSuffix = this.unescapePrefix ? '' : iOpts.unescapeSuffix || ''; this.nestingPrefix = iOpts.nestingPrefix ? regexEscape(iOpts.nestingPrefix) : iOpts.nestingPrefixEscaped || regexEscape('$t('); this.nestingSuffix = iOpts.nestingSuffix ? regexEscape(iOpts.nestingSuffix) : iOpts.nestingSuffixEscaped || regexEscape(')'); this.nestingOptionsSeparator = iOpts.nestingOptionsSeparator ? iOpts.nestingOptionsSeparator : iOpts.nestingOptionsSeparator || ','; this.maxReplaces = iOpts.maxReplaces ? iOpts.maxReplaces : 1000; this.alwaysFormat = iOpts.alwaysFormat !== undefined ? iOpts.alwaysFormat : false; this.resetRegExp(); } }, { key: "reset", value: function reset() { if (this.options) this.init(this.options); } }, { key: "resetRegExp", value: function resetRegExp() { var regexpStr = "".concat(this.prefix, "(.+?)").concat(this.suffix); this.regexp = new RegExp(regexpStr, 'g'); var regexpUnescapeStr = "".concat(this.prefix).concat(this.unescapePrefix, "(.+?)").concat(this.unescapeSuffix).concat(this.suffix); this.regexpUnescape = new RegExp(regexpUnescapeStr, 'g'); var nestingRegexpStr = "".concat(this.nestingPrefix, "(.+?)").concat(this.nestingSuffix); this.nestingRegexp = new RegExp(nestingRegexpStr, 'g'); } }, { key: "interpolate", value: function interpolate(str, data, lng, options) { var _this = this; var match; var value; var replaces; var defaultData = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {}; function regexSafe(val) { return val.replace(/\$/g, '$$$$'); } var handleFormat = function handleFormat(key) { if (key.indexOf(_this.formatSeparator) < 0) { var path = getPathWithDefaults(data, defaultData, key); return _this.alwaysFormat ? _this.format(path, undefined, lng, _objectSpread$3(_objectSpread$3(_objectSpread$3({}, options), data), {}, { interpolationkey: key })) : path; } var p = key.split(_this.formatSeparator); var k = p.shift().trim(); var f = p.join(_this.formatSeparator).trim(); return _this.format(getPathWithDefaults(data, defaultData, k), f, lng, _objectSpread$3(_objectSpread$3(_objectSpread$3({}, options), data), {}, { interpolationkey: k })); }; this.resetRegExp(); var missingInterpolationHandler = options && options.missingInterpolationHandler || this.options.missingInterpolationHandler; var skipOnVariables = options && options.interpolation && options.interpolation.skipOnVariables !== undefined ? options.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables; var todos = [{ regex: this.regexpUnescape, safeValue: function safeValue(val) { return regexSafe(val); } }, { regex: this.regexp, safeValue: function safeValue(val) { return _this.escapeValue ? regexSafe(_this.escape(val)) : regexSafe(val); } }]; todos.forEach(function (todo) { replaces = 0; while (match = todo.regex.exec(str)) { var matchedVar = match[1].trim(); value = handleFormat(matchedVar); if (value === undefined) { if (typeof missingInterpolationHandler === 'function') { var temp = missingInterpolationHandler(str, match, options); value = typeof temp === 'string' ? temp : ''; } else if (options && options.hasOwnProperty(matchedVar)) { value = ''; } else if (skipOnVariables) { value = match[0]; continue; } else { _this.logger.warn("missed to pass in variable ".concat(matchedVar, " for interpolating ").concat(str)); value = ''; } } else if (typeof value !== 'string' && !_this.useRawValueToEscape) { value = makeString(value); } var safeValue = todo.safeValue(value); str = str.replace(match[0], safeValue); if (skipOnVariables) { todo.regex.lastIndex += safeValue.length; todo.regex.lastIndex -= match[0].length; } else { todo.regex.lastIndex = 0; } replaces++; if (replaces >= _this.maxReplaces) { break; } } }); return str; } }, { key: "nest", value: function nest(str, fc) { var _this2 = this; var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; var match; var value; var clonedOptions = _objectSpread$3({}, options); clonedOptions.applyPostProcessor = false; delete clonedOptions.defaultValue; function handleHasOptions(key, inheritedOptions) { var sep = this.nestingOptionsSeparator; if (key.indexOf(sep) < 0) return key; var c = key.split(new RegExp("".concat(sep, "[ ]*{"))); var optionsString = "{".concat(c[1]); key = c[0]; optionsString = this.interpolate(optionsString, clonedOptions); optionsString = optionsString.replace(/'/g, '"'); try { clonedOptions = JSON.parse(optionsString); if (inheritedOptions) clonedOptions = _objectSpread$3(_objectSpread$3({}, inheritedOptions), clonedOptions); } catch (e) { this.logger.warn("failed parsing options string in nesting for key ".concat(key), e); return "".concat(key).concat(sep).concat(optionsString); } delete clonedOptions.defaultValue; return key; } while (match = this.nestingRegexp.exec(str)) { var formatters = []; var doReduce = false; if (match[0].indexOf(this.formatSeparator) !== -1 && !/{.*}/.test(match[1])) { var r = match[1].split(this.formatSeparator).map(function (elem) { return elem.trim(); }); match[1] = r.shift(); formatters = r; doReduce = true; } value = fc(handleHasOptions.call(this, match[1].trim(), clonedOptions), clonedOptions); if (value && match[0] === str && typeof value !== 'string') return value; if (typeof value !== 'string') value = makeString(value); if (!value) { this.logger.warn("missed to resolve ".concat(match[1], " for nesting ").concat(str)); value = ''; } if (doReduce) { value = formatters.reduce(function (v, f) { return _this2.format(v, f, options.lng, _objectSpread$3(_objectSpread$3({}, options), {}, { interpolationkey: match[1].trim() })); }, value.trim()); } str = str.replace(match[0], value); this.regexp.lastIndex = 0; } return str; } }]); return Interpolator; }(); function ownKeys$4(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; } function _objectSpread$4(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$4(Object(source), true).forEach(function (key) { (0,defineProperty/* default */.Z)(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys$4(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function parseFormatStr(formatStr) { var formatName = formatStr.toLowerCase().trim(); var formatOptions = {}; if (formatStr.indexOf('(') > -1) { var p = formatStr.split('('); formatName = p[0].toLowerCase().trim(); var optStr = p[1].substring(0, p[1].length - 1); if (formatName === 'currency' && optStr.indexOf(':') < 0) { if (!formatOptions.currency) formatOptions.currency = optStr.trim(); } else if (formatName === 'relativetime' && optStr.indexOf(':') < 0) { if (!formatOptions.range) formatOptions.range = optStr.trim(); } else { var opts = optStr.split(';'); opts.forEach(function (opt) { if (!opt) return; var _opt$split = opt.split(':'), _opt$split2 = _toArray(_opt$split), key = _opt$split2[0], rest = _opt$split2.slice(1); var val = rest.join(':'); if (val.trim() === 'false') formatOptions[key.trim()] = false; if (val.trim() === 'true') formatOptions[key.trim()] = true; if (!isNaN(val.trim())) formatOptions[key.trim()] = parseInt(val.trim(), 10); if (!formatOptions[key.trim()]) formatOptions[key.trim()] = val.trim(); }); } } return { formatName: formatName, formatOptions: formatOptions }; } var Formatter = function () { function Formatter() { var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; _classCallCheck(this, Formatter); this.logger = baseLogger.create('formatter'); this.options = options; this.formats = { number: function number(val, lng, options) { return new Intl.NumberFormat(lng, options).format(val); }, currency: function currency(val, lng, options) { return new Intl.NumberFormat(lng, _objectSpread$4(_objectSpread$4({}, options), {}, { style: 'currency' })).format(val); }, datetime: function datetime(val, lng, options) { return new Intl.DateTimeFormat(lng, _objectSpread$4({}, options)).format(val); }, relativetime: function relativetime(val, lng, options) { return new Intl.RelativeTimeFormat(lng, _objectSpread$4({}, options)).format(val, options.range || 'day'); }, list: function list(val, lng, options) { return new Intl.ListFormat(lng, _objectSpread$4({}, options)).format(val); } }; this.init(options); } (0,createClass/* default */.Z)(Formatter, [{ key: "init", value: function init(services) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : { interpolation: {} }; var iOpts = options.interpolation; this.formatSeparator = iOpts.formatSeparator ? iOpts.formatSeparator : iOpts.formatSeparator || ','; } }, { key: "add", value: function add(name, fc) { this.formats[name.toLowerCase().trim()] = fc; } }, { key: "format", value: function format(value, _format, lng, options) { var _this = this; var formats = _format.split(this.formatSeparator); var result = formats.reduce(function (mem, f) { var _parseFormatStr = parseFormatStr(f), formatName = _parseFormatStr.formatName, formatOptions = _parseFormatStr.formatOptions; if (_this.formats[formatName]) { var formatted = mem; try { var valOptions = options && options.formatParams && options.formatParams[options.interpolationkey] || {}; var l = valOptions.locale || valOptions.lng || options.locale || options.lng || lng; formatted = _this.formats[formatName](mem, l, _objectSpread$4(_objectSpread$4(_objectSpread$4({}, formatOptions), options), valOptions)); } catch (error) { _this.logger.warn(error); } return formatted; } else { _this.logger.warn("there was no format function for ".concat(formatName)); } return mem; }, value); return result; } }]); return Formatter; }(); function ownKeys$5(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; } function _objectSpread$5(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$5(Object(source), true).forEach(function (key) { (0,defineProperty/* default */.Z)(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys$5(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _createSuper$2(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$2(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } function _isNativeReflectConstruct$2() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } function remove(arr, what) { var found = arr.indexOf(what); while (found !== -1) { arr.splice(found, 1); found = arr.indexOf(what); } } var Connector = function (_EventEmitter) { _inherits(Connector, _EventEmitter); var _super = _createSuper$2(Connector); function Connector(backend, store, services) { var _this; var options = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {}; _classCallCheck(this, Connector); _this = _super.call(this); if (isIE10) { EventEmitter.call((0,assertThisInitialized/* default */.Z)(_this)); } _this.backend = backend; _this.store = store; _this.services = services; _this.languageUtils = services.languageUtils; _this.options = options; _this.logger = baseLogger.create('backendConnector'); _this.state = {}; _this.queue = []; if (_this.backend && _this.backend.init) { _this.backend.init(services, options.backend, options); } return _this; } (0,createClass/* default */.Z)(Connector, [{ key: "queueLoad", value: function queueLoad(languages, namespaces, options, callback) { var _this2 = this; var toLoad = []; var pending = []; var toLoadLanguages = []; var toLoadNamespaces = []; languages.forEach(function (lng) { var hasAllNamespaces = true; namespaces.forEach(function (ns) { var name = "".concat(lng, "|").concat(ns); if (!options.reload && _this2.store.hasResourceBundle(lng, ns)) { _this2.state[name] = 2; } else if (_this2.state[name] < 0) ; else if (_this2.state[name] === 1) { if (pending.indexOf(name) < 0) pending.push(name); } else { _this2.state[name] = 1; hasAllNamespaces = false; if (pending.indexOf(name) < 0) pending.push(name); if (toLoad.indexOf(name) < 0) toLoad.push(name); if (toLoadNamespaces.indexOf(ns) < 0) toLoadNamespaces.push(ns); } }); if (!hasAllNamespaces) toLoadLanguages.push(lng); }); if (toLoad.length || pending.length) { this.queue.push({ pending: pending, loaded: {}, errors: [], callback: callback }); } return { toLoad: toLoad, pending: pending, toLoadLanguages: toLoadLanguages, toLoadNamespaces: toLoadNamespaces }; } }, { key: "loaded", value: function loaded(name, err, data) { var s = name.split('|'); var lng = s[0]; var ns = s[1]; if (err) this.emit('failedLoading', lng, ns, err); if (data) { this.store.addResourceBundle(lng, ns, data); } this.state[name] = err ? -1 : 2; var loaded = {}; this.queue.forEach(function (q) { pushPath(q.loaded, [lng], ns); remove(q.pending, name); if (err) q.errors.push(err); if (q.pending.length === 0 && !q.done) { Object.keys(q.loaded).forEach(function (l) { if (!loaded[l]) loaded[l] = []; if (q.loaded[l].length) { q.loaded[l].forEach(function (ns) { if (loaded[l].indexOf(ns) < 0) loaded[l].push(ns); }); } }); q.done = true; if (q.errors.length) { q.callback(q.errors); } else { q.callback(); } } }); this.emit('loaded', loaded); this.queue = this.queue.filter(function (q) { return !q.done; }); } }, { key: "read", value: function read(lng, ns, fcName) { var _this3 = this; var tried = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 0; var wait = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : 350; var callback = arguments.length > 5 ? arguments[5] : undefined; if (!lng.length) return callback(null, {}); return this.backend[fcName](lng, ns, function (err, data) { if (err && data && tried < 5) { setTimeout(function () { _this3.read.call(_this3, lng, ns, fcName, tried + 1, wait * 2, callback); }, wait); return; } callback(err, data); }); } }, { key: "prepareLoading", value: function prepareLoading(languages, namespaces) { var _this4 = this; var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; var callback = arguments.length > 3 ? arguments[3] : undefined; if (!this.backend) { this.logger.warn('No backend was added via i18next.use. Will not load resources.'); return callback && callback(); } if (typeof languages === 'string') languages = this.languageUtils.toResolveHierarchy(languages); if (typeof namespaces === 'string') namespaces = [namespaces]; var toLoad = this.queueLoad(languages, namespaces, options, callback); if (!toLoad.toLoad.length) { if (!toLoad.pending.length) callback(); return null; } toLoad.toLoad.forEach(function (name) { _this4.loadOne(name); }); } }, { key: "load", value: function load(languages, namespaces, callback) { this.prepareLoading(languages, namespaces, {}, callback); } }, { key: "reload", value: function reload(languages, namespaces, callback) { this.prepareLoading(languages, namespaces, { reload: true }, callback); } }, { key: "loadOne", value: function loadOne(name) { var _this5 = this; var prefix = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : ''; var s = name.split('|'); var lng = s[0]; var ns = s[1]; this.read(lng, ns, 'read', undefined, undefined, function (err, data) { if (err) _this5.logger.warn("".concat(prefix, "loading namespace ").concat(ns, " for language ").concat(lng, " failed"), err); if (!err && data) _this5.logger.log("".concat(prefix, "loaded namespace ").concat(ns, " for language ").concat(lng), data); _this5.loaded(name, err, data); }); } }, { key: "saveMissing", value: function saveMissing(languages, namespace, key, fallbackValue, isUpdate) { var options = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : {}; if (this.services.utils && this.services.utils.hasLoadedNamespace && !this.services.utils.hasLoadedNamespace(namespace)) { this.logger.warn("did not save key \"".concat(key, "\" as the namespace \"").concat(namespace, "\" was not yet loaded"), 'This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!'); return; } if (key === undefined || key === null || key === '') return; if (this.backend && this.backend.create) { this.backend.create(languages, namespace, key, fallbackValue, null, _objectSpread$5(_objectSpread$5({}, options), {}, { isUpdate: isUpdate })); } if (!languages || !languages[0]) return; this.store.addResource(languages[0], namespace, key, fallbackValue); } }]); return Connector; }(EventEmitter); function get() { return { debug: false, initImmediate: true, ns: ['translation'], defaultNS: ['translation'], fallbackLng: ['dev'], fallbackNS: false, supportedLngs: false, nonExplicitSupportedLngs: false, load: 'all', preload: false, simplifyPluralSuffix: true, keySeparator: '.', nsSeparator: ':', pluralSeparator: '_', contextSeparator: '_', partialBundledLanguages: false, saveMissing: false, updateMissing: false, saveMissingTo: 'fallback', saveMissingPlurals: true, missingKeyHandler: false, missingInterpolationHandler: false, postProcess: false, postProcessPassResolved: false, returnNull: true, returnEmptyString: true, returnObjects: false, joinArrays: false, returnedObjectHandler: false, parseMissingKeyHandler: false, appendNamespaceToMissingKey: false, appendNamespaceToCIMode: false, overloadTranslationOptionHandler: function handle(args) { var ret = {}; if ((0,esm_typeof/* default */.Z)(args[1]) === 'object') ret = args[1]; if (typeof args[1] === 'string') ret.defaultValue = args[1]; if (typeof args[2] === 'string') ret.tDescription = args[2]; if ((0,esm_typeof/* default */.Z)(args[2]) === 'object' || (0,esm_typeof/* default */.Z)(args[3]) === 'object') { var options = args[3] || args[2]; Object.keys(options).forEach(function (key) { ret[key] = options[key]; }); } return ret; }, interpolation: { escapeValue: true, format: function format(value, _format, lng, options) { return value; }, prefix: '{{', suffix: '}}', formatSeparator: ',', unescapePrefix: '-', nestingPrefix: '$t(', nestingSuffix: ')', nestingOptionsSeparator: ',', maxReplaces: 1000, skipOnVariables: true } }; } function transformOptions(options) { if (typeof options.ns === 'string') options.ns = [options.ns]; if (typeof options.fallbackLng === 'string') options.fallbackLng = [options.fallbackLng]; if (typeof options.fallbackNS === 'string') options.fallbackNS = [options.fallbackNS]; if (options.supportedLngs && options.supportedLngs.indexOf('cimode') < 0) { options.supportedLngs = options.supportedLngs.concat(['cimode']); } return options; } function ownKeys$6(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; } function _objectSpread$6(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$6(Object(source), true).forEach(function (key) { (0,defineProperty/* default */.Z)(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys$6(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _createSuper$3(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$3(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } function _isNativeReflectConstruct$3() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } function noop() {} function bindMemberFunctions(inst) { var mems = Object.getOwnPropertyNames(Object.getPrototypeOf(inst)); mems.forEach(function (mem) { if (typeof inst[mem] === 'function') { inst[mem] = inst[mem].bind(inst); } }); } var I18n = function (_EventEmitter) { _inherits(I18n, _EventEmitter); var _super = _createSuper$3(I18n); function I18n() { var _this; var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var callback = arguments.length > 1 ? arguments[1] : undefined; _classCallCheck(this, I18n); _this = _super.call(this); if (isIE10) { EventEmitter.call((0,assertThisInitialized/* default */.Z)(_this)); } _this.options = transformOptions(options); _this.services = {}; _this.logger = baseLogger; _this.modules = { external: [] }; bindMemberFunctions((0,assertThisInitialized/* default */.Z)(_this)); if (callback && !_this.isInitialized && !options.isClone) { if (!_this.options.initImmediate) { _this.init(options, callback); return _possibleConstructorReturn(_this, (0,assertThisInitialized/* default */.Z)(_this)); } setTimeout(function () { _this.init(options, callback); }, 0); } return _this; } (0,createClass/* default */.Z)(I18n, [{ key: "init", value: function init() { var _this2 = this; var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var callback = arguments.length > 1 ? arguments[1] : undefined; if (typeof options === 'function') { callback = options; options = {}; } if (!options.defaultNS && options.ns) { if (typeof options.ns === 'string') { options.defaultNS = options.ns; } else if (options.ns.indexOf('translation') < 0) { options.defaultNS = options.ns[0]; } } var defOpts = get(); this.options = _objectSpread$6(_objectSpread$6(_objectSpread$6({}, defOpts), this.options), transformOptions(options)); if (this.options.compatibilityAPI !== 'v1') { this.options.interpolation = _objectSpread$6(_objectSpread$6({}, defOpts.interpolation), this.options.interpolation); } if (options.keySeparator !== undefined) { this.options.userDefinedKeySeparator = options.keySeparator; } if (options.nsSeparator !== undefined) { this.options.userDefinedNsSeparator = options.nsSeparator; } function createClassOnDemand(ClassOrObject) { if (!ClassOrObject) return null; if (typeof ClassOrObject === 'function') return new ClassOrObject(); return ClassOrObject; } if (!this.options.isClone) { if (this.modules.logger) { baseLogger.init(createClassOnDemand(this.modules.logger), this.options); } else { baseLogger.init(null, this.options); } var formatter; if (this.modules.formatter) { formatter = this.modules.formatter; } else if (typeof Intl !== 'undefined') { formatter = Formatter; } var lu = new LanguageUtil(this.options); this.store = new ResourceStore(this.options.resources, this.options); var s = this.services; s.logger = baseLogger; s.resourceStore = this.store; s.languageUtils = lu; s.pluralResolver = new PluralResolver(lu, { prepend: this.options.pluralSeparator, compatibilityJSON: this.options.compatibilityJSON, simplifyPluralSuffix: this.options.simplifyPluralSuffix }); if (formatter && (!this.options.interpolation.format || this.options.interpolation.format === defOpts.interpolation.format)) { s.formatter = createClassOnDemand(formatter); s.formatter.init(s, this.options); this.options.interpolation.format = s.formatter.format.bind(s.formatter); } s.interpolator = new Interpolator(this.options); s.utils = { hasLoadedNamespace: this.hasLoadedNamespace.bind(this) }; s.backendConnector = new Connector(createClassOnDemand(this.modules.backend), s.resourceStore, s, this.options); s.backendConnector.on('*', function (event) { for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { args[_key - 1] = arguments[_key]; } _this2.emit.apply(_this2, [event].concat(args)); }); if (this.modules.languageDetector) { s.languageDetector = createClassOnDemand(this.modules.languageDetector); s.languageDetector.init(s, this.options.detection, this.options); } if (this.modules.i18nFormat) { s.i18nFormat = createClassOnDemand(this.modules.i18nFormat); if (s.i18nFormat.init) s.i18nFormat.init(this); } this.translator = new Translator(this.services, this.options); this.translator.on('*', function (event) { for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) { args[_key2 - 1] = arguments[_key2]; } _this2.emit.apply(_this2, [event].concat(args)); }); this.modules.external.forEach(function (m) { if (m.init) m.init(_this2); }); } this.format = this.options.interpolation.format; if (!callback) callback = noop; if (this.options.fallbackLng && !this.services.languageDetector && !this.options.lng) { var codes = this.services.languageUtils.getFallbackCodes(this.options.fallbackLng); if (codes.length > 0 && codes[0] !== 'dev') this.options.lng = codes[0]; } if (!this.services.languageDetector && !this.options.lng) { this.logger.warn('init: no languageDetector is used and no lng is defined'); } var storeApi = ['getResource', 'hasResourceBundle', 'getResourceBundle', 'getDataByLanguage']; storeApi.forEach(function (fcName) { _this2[fcName] = function () { var _this2$store; return (_this2$store = _this2.store)[fcName].apply(_this2$store, arguments); }; }); var storeApiChained = ['addResource', 'addResources', 'addResourceBundle', 'removeResourceBundle']; storeApiChained.forEach(function (fcName) { _this2[fcName] = function () { var _this2$store2; (_this2$store2 = _this2.store)[fcName].apply(_this2$store2, arguments); return _this2; }; }); var deferred = defer(); var load = function load() { var finish = function finish(err, t) { if (_this2.isInitialized && !_this2.initializedStoreOnce) _this2.logger.warn('init: i18next is already initialized. You should call init just once!'); _this2.isInitialized = true; if (!_this2.options.isClone) _this2.logger.log('initialized', _this2.options); _this2.emit('initialized', _this2.options); deferred.resolve(t); callback(err, t); }; if (_this2.languages && _this2.options.compatibilityAPI !== 'v1' && !_this2.isInitialized) return finish(null, _this2.t.bind(_this2)); _this2.changeLanguage(_this2.options.lng, finish); }; if (this.options.resources || !this.options.initImmediate) { load(); } else { setTimeout(load, 0); } return deferred; } }, { key: "loadResources", value: function loadResources(language) { var _this3 = this; var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : noop; var usedCallback = callback; var usedLng = typeof language === 'string' ? language : this.language; if (typeof language === 'function') usedCallback = language; if (!this.options.resources || this.options.partialBundledLanguages) { if (usedLng && usedLng.toLowerCase() === 'cimode') return usedCallback(); var toLoad = []; var append = function append(lng) { if (!lng) return; var lngs = _this3.services.languageUtils.toResolveHierarchy(lng); lngs.forEach(function (l) { if (toLoad.indexOf(l) < 0) toLoad.push(l); }); }; if (!usedLng) { var fallbacks = this.services.languageUtils.getFallbackCodes(this.options.fallbackLng); fallbacks.forEach(function (l) { return append(l); }); } else { append(usedLng); } if (this.options.preload) { this.options.preload.forEach(function (l) { return append(l); }); } this.services.backendConnector.load(toLoad, this.options.ns, usedCallback); } else { usedCallback(null); } } }, { key: "reloadResources", value: function reloadResources(lngs, ns, callback) { var deferred = defer(); if (!lngs) lngs = this.languages; if (!ns) ns = this.options.ns; if (!callback) callback = noop; this.services.backendConnector.reload(lngs, ns, function (err) { deferred.resolve(); callback(err); }); return deferred; } }, { key: "use", value: function use(module) { if (!module) throw new Error('You are passing an undefined module! Please check the object you are passing to i18next.use()'); if (!module.type) throw new Error('You are passing a wrong module! Please check the object you are passing to i18next.use()'); if (module.type === 'backend') { this.modules.backend = module; } if (module.type === 'logger' || module.log && module.warn && module.error) { this.modules.logger = module; } if (module.type === 'languageDetector') { this.modules.languageDetector = module; } if (module.type === 'i18nFormat') { this.modules.i18nFormat = module; } if (module.type === 'postProcessor') { postProcessor.addPostProcessor(module); } if (module.type === 'formatter') { this.modules.formatter = module; } if (module.type === '3rdParty') { this.modules.external.push(module); } return this; } }, { key: "changeLanguage", value: function changeLanguage(lng, callback) { var _this4 = this; this.isLanguageChangingTo = lng; var deferred = defer(); this.emit('languageChanging', lng); var setLngProps = function setLngProps(l) { _this4.language = l; _this4.languages = _this4.services.languageUtils.toResolveHierarchy(l); _this4.resolvedLanguage = undefined; if (['cimode', 'dev'].indexOf(l) > -1) return; for (var li = 0; li < _this4.languages.length; li++) { var lngInLngs = _this4.languages[li]; if (['cimode', 'dev'].indexOf(lngInLngs) > -1) continue; if (_this4.store.hasLanguageSomeTranslations(lngInLngs)) { _this4.resolvedLanguage = lngInLngs; break; } } }; var done = function done(err, l) { if (l) { setLngProps(l); _this4.translator.changeLanguage(l); _this4.isLanguageChangingTo = undefined; _this4.emit('languageChanged', l); _this4.logger.log('languageChanged', l); } else { _this4.isLanguageChangingTo = undefined; } deferred.resolve(function () { return _this4.t.apply(_this4, arguments); }); if (callback) callback(err, function () { return _this4.t.apply(_this4, arguments); }); }; var setLng = function setLng(lngs) { if (!lng && !lngs && _this4.services.languageDetector) lngs = []; var l = typeof lngs === 'string' ? lngs : _this4.services.languageUtils.getBestMatchFromCodes(lngs); if (l) { if (!_this4.language) { setLngProps(l); } if (!_this4.translator.language) _this4.translator.changeLanguage(l); if (_this4.services.languageDetector) _this4.services.languageDetector.cacheUserLanguage(l); } _this4.loadResources(l, function (err) { done(err, l); }); }; if (!lng && this.services.languageDetector && !this.services.languageDetector.async) { setLng(this.services.languageDetector.detect()); } else if (!lng && this.services.languageDetector && this.services.languageDetector.async) { this.services.languageDetector.detect(setLng); } else { setLng(lng); } return deferred; } }, { key: "getFixedT", value: function getFixedT(lng, ns, keyPrefix) { var _this5 = this; var fixedT = function fixedT(key, opts) { var options; if ((0,esm_typeof/* default */.Z)(opts) !== 'object') { for (var _len3 = arguments.length, rest = new Array(_len3 > 2 ? _len3 - 2 : 0), _key3 = 2; _key3 < _len3; _key3++) { rest[_key3 - 2] = arguments[_key3]; } options = _this5.options.overloadTranslationOptionHandler([key, opts].concat(rest)); } else { options = _objectSpread$6({}, opts); } options.lng = options.lng || fixedT.lng; options.lngs = options.lngs || fixedT.lngs; options.ns = options.ns || fixedT.ns; var keySeparator = _this5.options.keySeparator || '.'; var resultKey = keyPrefix ? "".concat(keyPrefix).concat(keySeparator).concat(key) : key; return _this5.t(resultKey, options); }; if (typeof lng === 'string') { fixedT.lng = lng; } else { fixedT.lngs = lng; } fixedT.ns = ns; fixedT.keyPrefix = keyPrefix; return fixedT; } }, { key: "t", value: function t() { var _this$translator; return this.translator && (_this$translator = this.translator).translate.apply(_this$translator, arguments); } }, { key: "exists", value: function exists() { var _this$translator2; return this.translator && (_this$translator2 = this.translator).exists.apply(_this$translator2, arguments); } }, { key: "setDefaultNamespace", value: function setDefaultNamespace(ns) { this.options.defaultNS = ns; } }, { key: "hasLoadedNamespace", value: function hasLoadedNamespace(ns) { var _this6 = this; var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; if (!this.isInitialized) { this.logger.warn('hasLoadedNamespace: i18next was not initialized', this.languages); return false; } if (!this.languages || !this.languages.length) { this.logger.warn('hasLoadedNamespace: i18n.languages were undefined or empty', this.languages); return false; } var lng = this.resolvedLanguage || this.languages[0]; var fallbackLng = this.options ? this.options.fallbackLng : false; var lastLng = this.languages[this.languages.length - 1]; if (lng.toLowerCase() === 'cimode') return true; var loadNotPending = function loadNotPending(l, n) { var loadState = _this6.services.backendConnector.state["".concat(l, "|").concat(n)]; return loadState === -1 || loadState === 2; }; if (options.precheck) { var preResult = options.precheck(this, loadNotPending); if (preResult !== undefined) return preResult; } if (this.hasResourceBundle(lng, ns)) return true; if (!this.services.backendConnector.backend) return true; if (loadNotPending(lng, ns) && (!fallbackLng || loadNotPending(lastLng, ns))) return true; return false; } }, { key: "loadNamespaces", value: function loadNamespaces(ns, callback) { var _this7 = this; var deferred = defer(); if (!this.options.ns) { callback && callback(); return Promise.resolve(); } if (typeof ns === 'string') ns = [ns]; ns.forEach(function (n) { if (_this7.options.ns.indexOf(n) < 0) _this7.options.ns.push(n); }); this.loadResources(function (err) { deferred.resolve(); if (callback) callback(err); }); return deferred; } }, { key: "loadLanguages", value: function loadLanguages(lngs, callback) { var deferred = defer(); if (typeof lngs === 'string') lngs = [lngs]; var preloaded = this.options.preload || []; var newLngs = lngs.filter(function (lng) { return preloaded.indexOf(lng) < 0; }); if (!newLngs.length) { if (callback) callback(); return Promise.resolve(); } this.options.preload = preloaded.concat(newLngs); this.loadResources(function (err) { deferred.resolve(); if (callback) callback(err); }); return deferred; } }, { key: "dir", value: function dir(lng) { if (!lng) lng = this.resolvedLanguage || (this.languages && this.languages.length > 0 ? this.languages[0] : this.language); if (!lng) return 'rtl'; var rtlLngs = ['ar', 'shu', 'sqr', 'ssh', 'xaa', 'yhd', 'yud', 'aao', 'abh', 'abv', 'acm', 'acq', 'acw', 'acx', 'acy', 'adf', 'ads', 'aeb', 'aec', 'afb', 'ajp', 'apc', 'apd', 'arb', 'arq', 'ars', 'ary', 'arz', 'auz', 'avl', 'ayh', 'ayl', 'ayn', 'ayp', 'bbz', 'pga', 'he', 'iw', 'ps', 'pbt', 'pbu', 'pst', 'prp', 'prd', 'ug', 'ur', 'ydd', 'yds', 'yih', 'ji', 'yi', 'hbo', 'men', 'xmn', 'fa', 'jpr', 'peo', 'pes', 'prs', 'dv', 'sam', 'ckb']; return rtlLngs.indexOf(this.services.languageUtils.getLanguagePartFromCode(lng)) > -1 || lng.toLowerCase().indexOf('-arab') > 1 ? 'rtl' : 'ltr'; } }, { key: "cloneInstance", value: function cloneInstance() { var _this8 = this; var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : noop; var mergedOptions = _objectSpread$6(_objectSpread$6(_objectSpread$6({}, this.options), options), { isClone: true }); var clone = new I18n(mergedOptions); var membersToCopy = ['store', 'services', 'language']; membersToCopy.forEach(function (m) { clone[m] = _this8[m]; }); clone.services = _objectSpread$6({}, this.services); clone.services.utils = { hasLoadedNamespace: clone.hasLoadedNamespace.bind(clone) }; clone.translator = new Translator(clone.services, clone.options); clone.translator.on('*', function (event) { for (var _len4 = arguments.length, args = new Array(_len4 > 1 ? _len4 - 1 : 0), _key4 = 1; _key4 < _len4; _key4++) { args[_key4 - 1] = arguments[_key4]; } clone.emit.apply(clone, [event].concat(args)); }); clone.init(mergedOptions, callback); clone.translator.options = clone.options; clone.translator.backendConnector.services.utils = { hasLoadedNamespace: clone.hasLoadedNamespace.bind(clone) }; return clone; } }, { key: "toJSON", value: function toJSON() { return { options: this.options, store: this.store, language: this.language, languages: this.languages, resolvedLanguage: this.resolvedLanguage }; } }]); return I18n; }(EventEmitter); (0,defineProperty/* default */.Z)(I18n, "createInstance", function () { var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var callback = arguments.length > 1 ? arguments[1] : undefined; return new I18n(options, callback); }); var instance = I18n.createInstance(); instance.createInstance = I18n.createInstance; var createInstance = instance.createInstance; var init = instance.init; var loadResources = instance.loadResources; var reloadResources = instance.reloadResources; var use = instance.use; var changeLanguage = instance.changeLanguage; var getFixedT = instance.getFixedT; var t = instance.t; var exists = instance.exists; var setDefaultNamespace = instance.setDefaultNamespace; var hasLoadedNamespace = instance.hasLoadedNamespace; var loadNamespaces = instance.loadNamespaces; var loadLanguages = instance.loadLanguages; /* harmony default export */ var i18next = (instance); ;// CONCATENATED MODULE: ./src/js/utils/translate.js function translate_translate(key) { var objects = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; return i18next.t(key, objects); } // EXTERNAL MODULE: ./node_modules/dlv/dist/dlv.umd.js var dlv_umd = __webpack_require__(26905); var dlv_umd_default = /*#__PURE__*/__webpack_require__.n(dlv_umd); ;// CONCATENATED MODULE: ./src/js/dashboard/store/helpers.js function helpers_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function helpers_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { helpers_ownKeys(Object(source), true).forEach(function (key) { helpers_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { helpers_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function helpers_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } var previousFailedRequest = { resolve: null, endpoint: null, data: null }; /** * Create api request *maar j * @param {*} endpoint * @param {*} data */ function apiRequest(endpoint, data) { var failedEarlier = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; var forceReturnReject = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false; data.url = buttonizer_admin.api + endpoint; // Stand alone version if (buttonizer_admin.is_stand_alone) { data.withCredentials = true; var authHeaderName = buttonizer_admin.external_session ? "x-external-authorization" : "Authorization"; // Only add Bearer if it is set data.headers = {}; data.headers[authHeaderName] = "Bearer ".concat(buttonizer_admin.auth); } // WordPress version else { data.headers = { "X-WP-Nonce": buttonizer_admin.nonce }; } // With credentials data.withCredentials = true; return new Promise(function (resolve, reject) { axios_default()(data).then(function (data) { return resolve(data); })["catch"](function (err) { // User unauthenticated if (!failedEarlier && err.response && err.response.status === 401) { if (app.standAloneEvent) { app.standAloneEvent("unauthenticated"); } // Not authenticated, but return a reject // Also, do not continue and re-use this request to resolve if (forceReturnReject) { reject("wait-for-auth"); return; } // Populate failed request // Re-use this data after re-authorization previousFailedRequest = { resolve: resolve, endpoint: endpoint, data: data }; return; } if (app.standAloneEvent) { app.standAloneEvent("unauthenticated"); } reject(err); }); }); } function retryApiRequest() { // Data empty if (!previousFailedRequest.resolve) { throw new Error(previousFailedRequest); } return new Promise(function (resolve, reject) { apiRequest(previousFailedRequest.endpoint, previousFailedRequest.data, false, true).then(function (data) { previousFailedRequest.resolve(data); resolve(); })["catch"](function (e) { return reject(e); }); }); } /** * init store */ function helpers_init() { return { type: actionTypes.INIT, payload: { buttons: {}, groups: {}, menuButtons: {}, timeSchedules: {}, pageRules: {}, settings: {} } }; } /** * Convert data to models * * @param result * @return {obj} converted data */ function convertData(result) { var data = result; var buttons = {}; var groups = {}; var menuButtons = {}; // Initializing groups data.groups.map(function (group) { var groupObject = createRecord(group.data); groupObject.children = []; // Initializing buttons inside the group Object.keys(group.buttons).map(function (key) { var button = group.buttons[key]; var buttonObject = createRecord(button); buttonObject.parent = groupObject.id; buttons[buttonObject.id] = buttonObject; groupObject.children.push(buttonObject.id); }); var menuButtonObject = dlv_umd_default()(group, "menu_button", {}); menuButtons[groupObject.id] = menuButtonObject; groups[groupObject.id] = groupObject; }); var timeSchedules = {}; var pageRules = {}; if (data.time_schedules) { data.time_schedules.map(function (timeSchedule) { timeSchedules[timeSchedule.id] = { id: timeSchedule.id, name: timeSchedule.name || translate_translate("time_schedules.single_name"), weekdays: timeSchedule.weekdays || weekdays.map(function (weekday) { return { opened: true, open: "8:00", close: "17:00", weekday: weekday }; }), start_date: timeSchedule.start_date || dateToFormat(new Date()), end_date: timeSchedule.end_date || null, dates: timeSchedule.dates || [] }; }); } // Add page rules data with placeholders if (data.page_rules) { data.page_rules.map(function (pageRule) { pageRules[pageRule.id] = { id: pageRule.id, name: pageRule.name || "Unnamed pagerule", type: pageRule.type || "and", groups: pageRule.groups || [{ rules: pageRule.rules || [] }] }; }); } return { hasChanges: data.changes, buttons: buttons, groups: groups, menuButtons: menuButtons, timeSchedules: timeSchedules, pageRules: pageRules, settings: data.settings, premium: data.premium, premium_code: data.premium_code, version: data.version, wordpress: data.wordpress, info: data.info, is_opt_in: data.is_opt_in, latest_tour_update: data.latest_tour_update, identifier: data.identifier ? data.identifier : null, additional_permissions: data.additional_permissions, domain: data.domain }; } function createRecord(data) { if (data && typeof data.id !== "undefined") return data; return helpers_objectSpread(helpers_objectSpread({}, data), {}, { id: GenerateUniqueId() }); } ;// CONCATENATED MODULE: ./src/js/dashboard/store/actions/dataActions/index.js /** * Add model to store * @param {object} data * @param {string} model */ function addModel(data, model) { return { type: actionTypes[model].ADD_MODEL, payload: data }; } /** * Add relation between button and group * @param {string} button_id * @param {string} group_id */ function dataActions_addRelation(button_id, group_id) { var index = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : ""; return { type: buttonizer_constants_actionTypes.ADD_RELATION, payload: { button_id: button_id, group_id: group_id, index: index } }; } /** * Change relations (for drag n drop) * @param {string} button_id button id to change relations * @param {string} new_group_id new group id */ function dataActions_changeRelation(button_id, old_group_id, new_group_id, button_index) { return { type: buttonizer_constants_actionTypes.CHANGE_RELATION, payload: { button_id: button_id, old_group_id: old_group_id, new_group_id: new_group_id, button_index: button_index } }; } /** * Remove relation between button and group * @param {string} button_id * @param {string} group_id */ function removeRelation(button_id, group_id) { return { type: buttonizer_constants_actionTypes.REMOVE_RELATION, payload: { button_id: button_id, group_id: group_id } }; } /** * Set key of model id to value specified * * @param {string} model model of object to change value on * @param {string} id button or group id * @param {string} key key of value to change * @param {any} value new value to set */ var dataActions_set = function set(model, id, key, value) { // Check is value is an array if (Array.isArray(value)) { return { type: buttonizer_constants_actionTypes[model].SET_KEY_FORMAT, payload: { id: id, format: "normal_hover", key: key, values: value } }; } // if not, just set it normally return { type: buttonizer_constants_actionTypes[model].SET_KEY_VALUE, payload: { id: id, key: key, value: value } }; }; var dataActions_setSetting = function setSetting(setting, value) { return { type: buttonizer_constants_actionTypes.SET_SETTING_VALUE, payload: { setting: setting, value: value } }; }; var dataActions_setMisc = function setMisc(setting, value) { return { type: buttonizer_constants_actionTypes.SET_MISC_VALUE, payload: { setting: setting, value: value } }; }; /** * Time Schedule Actions */ // var setWeekday = function setWeekday(id, weekdayKey, key, value) { return { type: actionTypes.SET_WEEKDAY, payload: { id: id, weekdayKey: weekdayKey, key: key, value: value } }; }; var addExcludedDate = function addExcludedDate(id) { return { type: actionTypes.ADD_EXCLUDED_DATE, payload: { id: id } }; }; var setExcludedDate = function setExcludedDate(id, dateKey, key, value) { return { type: actionTypes.SET_EXCLUDED_DATE, payload: { id: id, dateKey: dateKey, key: key, value: value } }; }; var removeExcludedDate = function removeExcludedDate(id, dateKey) { return { type: actionTypes.REMOVE_EXCLUDED_DATE, payload: { id: id, dateKey: dateKey } }; }; /** * Adds record to store * @param {object} payload data for new record * @param {String} model type of model */ function dataActions_addRecord(data, model) { var index = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : ""; var menu_button = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {}; return { type: buttonizer_constants_actionTypes[model].ADD_RECORD, payload: { record: createRecord(data), index: index, menu_button: menu_button } }; } /** * Removes record to store * @param {int} model_id id of model to remove * @param {String} model type of model */ function removeRecord(model_id, model) { return { type: buttonizer_constants_actionTypes[model].REMOVE_RECORD, payload: { model_id: model_id } }; } // EXTERNAL MODULE: ./node_modules/lodash/assign.js var lodash_assign = __webpack_require__(28583); var assign_default = /*#__PURE__*/__webpack_require__.n(lodash_assign); // EXTERNAL MODULE: ./node_modules/lodash/isEmpty.js var isEmpty = __webpack_require__(41609); var isEmpty_default = /*#__PURE__*/__webpack_require__.n(isEmpty); ;// CONCATENATED MODULE: ./src/js/dashboard/store/selectors.js function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = selectors_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; } function selectors_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return selectors_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 selectors_arrayLikeToArray(o, minLen); } function selectors_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 getButtons(group_id) { var state = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : window.store.getState(); if (!state.groups[group_id].children) return null; var children = state.groups[group_id].children; var buttons = state.buttons; var result = {}; Object.keys(buttons).map(function (obj) { if (children.includes(obj)) result[obj] = buttons[obj]; }); return result; } function selectors_getChildrenIndex(children) { var state = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : dashboard_store.getState(); if (!children) return null; var buttons = state.buttons; var result = {}; Object.keys(buttons).map(function (obj) { if (children.includes(obj)) { children.map(function (id, index) { if (id === obj) result[index] = buttons[obj]; }); } }); return result; } function getMenuButton(groupId) { var state = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : dashboard_store.getState(); if (!groupId) return null; var menuButton = assign_default()({}, dlv_umd_default()(state.menuButtons, groupId, {})); if (isEmpty_default()(menuButton)) return null; return menuButton; } function selectors_getIsSingleButton(groupId) { var state = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : dashboard_store.getState(); if (!state.groups || !state.groups[groupId] || !state.buttons) return 0; var desktopCount = 0, mobileCount = 0; var _iterator = _createForOfIteratorHelper(state.groups[groupId].children), _step; try { for (_iterator.s(); !(_step = _iterator.n()).done;) { var child = _step.value; if (dlv_umd_default()(state.buttons[child], "show_desktop", true)) desktopCount += 1; if (dlv_umd_default()(state.buttons[child], "show_mobile", true)) mobileCount += 1; } } catch (err) { _iterator.e(err); } finally { _iterator.f(); } return desktopCount === 1 && mobileCount === 1 || desktopCount === 1 && mobileCount === 0 || desktopCount === 0 && mobileCount === 1 || desktopCount === 0 && mobileCount === 0; } function selectors_getButtonsCount(group_id) { var state = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : window.store.getState(); if (!state.groups || !state.groups[group_id]) return 0; return state.groups[group_id].children.length; } function selectors_getGroupCount() { var state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : window.store.getState(); if (!state.groups) return 0; return Object.keys(state.groups).length; } ;// CONCATENATED MODULE: ./node_modules/immer/dist/immer.esm.js function n(n){for(var t=arguments.length,r=Array(t>1?t-1:0),e=1;e<t;e++)r[e-1]=arguments[e];if(false){ var i, o; }throw Error("[Immer] minified error nr: "+n+(r.length?" "+r.map((function(n){return"'"+n+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function immer_esm_t(n){return!!n&&!!n[Q]}function r(n){return!!n&&(function(n){if(!n||"object"!=typeof n)return!1;var t=Object.getPrototypeOf(n);if(null===t)return!0;var r=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return r===Object||"function"==typeof r&&Function.toString.call(r)===Z}(n)||Array.isArray(n)||!!n[L]||!!n.constructor[L]||s(n)||v(n))}function e(r){return immer_esm_t(r)||n(23,r),r[Q].t}function i(n,t,r){void 0===r&&(r=!1),0===o(n)?(r?Object.keys:nn)(n).forEach((function(e){r&&"symbol"==typeof e||t(e,n[e],n)})):n.forEach((function(r,e){return t(e,r,n)}))}function o(n){var t=n[Q];return t?t.i>3?t.i-4:t.i:Array.isArray(n)?1:s(n)?2:v(n)?3:0}function u(n,t){return 2===o(n)?n.has(t):Object.prototype.hasOwnProperty.call(n,t)}function a(n,t){return 2===o(n)?n.get(t):n[t]}function f(n,t,r){var e=o(n);2===e?n.set(t,r):3===e?(n.delete(t),n.add(r)):n[t]=r}function c(n,t){return n===t?0!==n||1/n==1/t:n!=n&&t!=t}function s(n){return X&&n instanceof Map}function v(n){return q&&n instanceof Set}function p(n){return n.o||n.t}function l(n){if(Array.isArray(n))return Array.prototype.slice.call(n);var t=tn(n);delete t[Q];for(var r=nn(t),e=0;e<r.length;e++){var i=r[e],o=t[i];!1===o.writable&&(o.writable=!0,o.configurable=!0),(o.get||o.set)&&(t[i]={configurable:!0,writable:!0,enumerable:o.enumerable,value:n[i]})}return Object.create(Object.getPrototypeOf(n),t)}function d(n,e){return void 0===e&&(e=!1),y(n)||immer_esm_t(n)||!r(n)?n:(o(n)>1&&(n.set=n.add=n.clear=n.delete=h),Object.freeze(n),e&&i(n,(function(n,t){return d(t,!0)}),!0),n)}function h(){n(2)}function y(n){return null==n||"object"!=typeof n||Object.isFrozen(n)}function b(t){var r=rn[t];return r||n(18,t),r}function m(n,t){rn[n]||(rn[n]=t)}function _(){return true||0,U}function j(n,t){t&&(b("Patches"),n.u=[],n.s=[],n.v=t)}function O(n){g(n),n.p.forEach(S),n.p=null}function g(n){n===U&&(U=n.l)}function w(n){return U={p:[],l:U,h:n,m:!0,_:0}}function S(n){var t=n[Q];0===t.i||1===t.i?t.j():t.O=!0}function P(t,e){e._=e.p.length;var i=e.p[0],o=void 0!==t&&t!==i;return e.h.g||b("ES5").S(e,t,o),o?(i[Q].P&&(O(e),n(4)),r(t)&&(t=M(e,t),e.l||x(e,t)),e.u&&b("Patches").M(i[Q],t,e.u,e.s)):t=M(e,i,[]),O(e),e.u&&e.v(e.u,e.s),t!==H?t:void 0}function M(n,t,r){if(y(t))return t;var e=t[Q];if(!e)return i(t,(function(i,o){return A(n,e,t,i,o,r)}),!0),t;if(e.A!==n)return t;if(!e.P)return x(n,e.t,!0),e.t;if(!e.I){e.I=!0,e.A._--;var o=4===e.i||5===e.i?e.o=l(e.k):e.o;i(3===e.i?new Set(o):o,(function(t,i){return A(n,e,o,t,i,r)})),x(n,o,!1),r&&n.u&&b("Patches").R(e,r,n.u,n.s)}return e.o}function A(e,i,o,a,c,s){if( false&&0,immer_esm_t(c)){var v=M(e,c,s&&i&&3!==i.i&&!u(i.D,a)?s.concat(a):void 0);if(f(o,a,v),!immer_esm_t(v))return;e.m=!1}if(r(c)&&!y(c)){if(!e.h.F&&e._<1)return;M(e,c),i&&i.A.l||x(e,c)}}function x(n,t,r){void 0===r&&(r=!1),n.h.F&&n.m&&d(t,r)}function z(n,t){var r=n[Q];return(r?p(r):n)[t]}function I(n,t){if(t in n)for(var r=Object.getPrototypeOf(n);r;){var e=Object.getOwnPropertyDescriptor(r,t);if(e)return e;r=Object.getPrototypeOf(r)}}function k(n){n.P||(n.P=!0,n.l&&k(n.l))}function E(n){n.o||(n.o=l(n.t))}function R(n,t,r){var e=s(t)?b("MapSet").N(t,r):v(t)?b("MapSet").T(t,r):n.g?function(n,t){var r=Array.isArray(n),e={i:r?1:0,A:t?t.A:_(),P:!1,I:!1,D:{},l:t,t:n,k:null,o:null,j:null,C:!1},i=e,o=en;r&&(i=[e],o=on);var u=Proxy.revocable(i,o),a=u.revoke,f=u.proxy;return e.k=f,e.j=a,f}(t,r):b("ES5").J(t,r);return(r?r.A:_()).p.push(e),e}function D(e){return immer_esm_t(e)||n(22,e),function n(t){if(!r(t))return t;var e,u=t[Q],c=o(t);if(u){if(!u.P&&(u.i<4||!b("ES5").K(u)))return u.t;u.I=!0,e=F(t,c),u.I=!1}else e=F(t,c);return i(e,(function(t,r){u&&a(u.t,t)===r||f(e,t,n(r))})),3===c?new Set(e):e}(e)}function F(n,t){switch(t){case 2:return new Map(n);case 3:return Array.from(n)}return l(n)}function N(){function r(n,t){var r=s[n];return r?r.enumerable=t:s[n]=r={configurable:!0,enumerable:t,get:function(){var t=this[Q];return false&&0,en.get(t,n)},set:function(t){var r=this[Q]; false&&0,en.set(r,n,t)}},r}function e(n){for(var t=n.length-1;t>=0;t--){var r=n[t][Q];if(!r.P)switch(r.i){case 5:a(r)&&k(r);break;case 4:o(r)&&k(r)}}}function o(n){for(var t=n.t,r=n.k,e=nn(r),i=e.length-1;i>=0;i--){var o=e[i];if(o!==Q){var a=t[o];if(void 0===a&&!u(t,o))return!0;var f=r[o],s=f&&f[Q];if(s?s.t!==a:!c(f,a))return!0}}var v=!!t[Q];return e.length!==nn(t).length+(v?0:1)}function a(n){var t=n.k;if(t.length!==n.t.length)return!0;var r=Object.getOwnPropertyDescriptor(t,t.length-1);return!(!r||r.get)}function f(t){t.O&&n(3,JSON.stringify(p(t)))}var s={};m("ES5",{J:function(n,t){var e=Array.isArray(n),i=function(n,t){if(n){for(var e=Array(t.length),i=0;i<t.length;i++)Object.defineProperty(e,""+i,r(i,!0));return e}var o=tn(t);delete o[Q];for(var u=nn(o),a=0;a<u.length;a++){var f=u[a];o[f]=r(f,n||!!o[f].enumerable)}return Object.create(Object.getPrototypeOf(t),o)}(e,n),o={i:e?5:4,A:t?t.A:_(),P:!1,I:!1,D:{},l:t,t:n,k:i,o:null,O:!1,C:!1};return Object.defineProperty(i,Q,{value:o,writable:!0}),i},S:function(n,r,o){o?immer_esm_t(r)&&r[Q].A===n&&e(n.p):(n.u&&function n(t){if(t&&"object"==typeof t){var r=t[Q];if(r){var e=r.t,o=r.k,f=r.D,c=r.i;if(4===c)i(o,(function(t){t!==Q&&(void 0!==e[t]||u(e,t)?f[t]||n(o[t]):(f[t]=!0,k(r)))})),i(e,(function(n){void 0!==o[n]||u(o,n)||(f[n]=!1,k(r))}));else if(5===c){if(a(r)&&(k(r),f.length=!0),o.length<e.length)for(var s=o.length;s<e.length;s++)f[s]=!1;else for(var v=e.length;v<o.length;v++)f[v]=!0;for(var p=Math.min(o.length,e.length),l=0;l<p;l++)void 0===f[l]&&n(o[l])}}}}(n.p[0]),e(n.p))},K:function(n){return 4===n.i?o(n):a(n)}})}function T(){function e(n){if(!r(n))return n;if(Array.isArray(n))return n.map(e);if(s(n))return new Map(Array.from(n.entries()).map((function(n){return[n[0],e(n[1])]})));if(v(n))return new Set(Array.from(n).map(e));var t=Object.create(Object.getPrototypeOf(n));for(var i in n)t[i]=e(n[i]);return u(n,L)&&(t[L]=n[L]),t}function f(n){return immer_esm_t(n)?e(n):n}var c="add";m("Patches",{$:function(t,r){return r.forEach((function(r){for(var i=r.path,u=r.op,f=t,s=0;s<i.length-1;s++){var v=o(f),p=""+i[s];0!==v&&1!==v||"__proto__"!==p&&"constructor"!==p||n(24),"function"==typeof f&&"prototype"===p&&n(24),"object"!=typeof(f=a(f,p))&&n(15,i.join("/"))}var l=o(f),d=e(r.value),h=i[i.length-1];switch(u){case"replace":switch(l){case 2:return f.set(h,d);case 3:n(16);default:return f[h]=d}case c:switch(l){case 1:return f.splice(h,0,d);case 2:return f.set(h,d);case 3:return f.add(d);default:return f[h]=d}case"remove":switch(l){case 1:return f.splice(h,1);case 2:return f.delete(h);case 3:return f.delete(r.value);default:return delete f[h]}default:n(17,u)}})),t},R:function(n,t,r,e){switch(n.i){case 0:case 4:case 2:return function(n,t,r,e){var o=n.t,s=n.o;i(n.D,(function(n,i){var v=a(o,n),p=a(s,n),l=i?u(o,n)?"replace":c:"remove";if(v!==p||"replace"!==l){var d=t.concat(n);r.push("remove"===l?{op:l,path:d}:{op:l,path:d,value:p}),e.push(l===c?{op:"remove",path:d}:"remove"===l?{op:c,path:d,value:f(v)}:{op:"replace",path:d,value:f(v)})}}))}(n,t,r,e);case 5:case 1:return function(n,t,r,e){var i=n.t,o=n.D,u=n.o;if(u.length<i.length){var a=[u,i];i=a[0],u=a[1];var s=[e,r];r=s[0],e=s[1]}for(var v=0;v<i.length;v++)if(o[v]&&u[v]!==i[v]){var p=t.concat([v]);r.push({op:"replace",path:p,value:f(u[v])}),e.push({op:"replace",path:p,value:f(i[v])})}for(var l=i.length;l<u.length;l++){var d=t.concat([l]);r.push({op:c,path:d,value:f(u[l])})}i.length<u.length&&e.push({op:"replace",path:t.concat(["length"]),value:i.length})}(n,t,r,e);case 3:return function(n,t,r,e){var i=n.t,o=n.o,u=0;i.forEach((function(n){if(!o.has(n)){var i=t.concat([u]);r.push({op:"remove",path:i,value:n}),e.unshift({op:c,path:i,value:n})}u++})),u=0,o.forEach((function(n){if(!i.has(n)){var o=t.concat([u]);r.push({op:c,path:o,value:n}),e.unshift({op:"remove",path:o,value:n})}u++}))}(n,t,r,e)}},M:function(n,t,r,e){r.push({op:"replace",path:[],value:t===H?void 0:t}),e.push({op:"replace",path:[],value:n.t})}})}function C(){function t(n,t){function r(){this.constructor=n}a(n,t),n.prototype=(r.prototype=t.prototype,new r)}function e(n){n.o||(n.D=new Map,n.o=new Map(n.t))}function o(n){n.o||(n.o=new Set,n.t.forEach((function(t){if(r(t)){var e=R(n.A.h,t,n);n.p.set(t,e),n.o.add(e)}else n.o.add(t)})))}function u(t){t.O&&n(3,JSON.stringify(p(t)))}var a=function(n,t){return(a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,t){n.__proto__=t}||function(n,t){for(var r in t)t.hasOwnProperty(r)&&(n[r]=t[r])})(n,t)},f=function(){function n(n,t){return this[Q]={i:2,l:t,A:t?t.A:_(),P:!1,I:!1,o:void 0,D:void 0,t:n,k:this,C:!1,O:!1},this}t(n,Map);var o=n.prototype;return Object.defineProperty(o,"size",{get:function(){return p(this[Q]).size}}),o.has=function(n){return p(this[Q]).has(n)},o.set=function(n,t){var r=this[Q];return u(r),p(r).has(n)&&p(r).get(n)===t||(e(r),k(r),r.D.set(n,!0),r.o.set(n,t),r.D.set(n,!0)),this},o.delete=function(n){if(!this.has(n))return!1;var t=this[Q];return u(t),e(t),k(t),t.D.set(n,!1),t.o.delete(n),!0},o.clear=function(){var n=this[Q];u(n),p(n).size&&(e(n),k(n),n.D=new Map,i(n.t,(function(t){n.D.set(t,!1)})),n.o.clear())},o.forEach=function(n,t){var r=this;p(this[Q]).forEach((function(e,i){n.call(t,r.get(i),i,r)}))},o.get=function(n){var t=this[Q];u(t);var i=p(t).get(n);if(t.I||!r(i))return i;if(i!==t.t.get(n))return i;var o=R(t.A.h,i,t);return e(t),t.o.set(n,o),o},o.keys=function(){return p(this[Q]).keys()},o.values=function(){var n,t=this,r=this.keys();return(n={})[V]=function(){return t.values()},n.next=function(){var n=r.next();return n.done?n:{done:!1,value:t.get(n.value)}},n},o.entries=function(){var n,t=this,r=this.keys();return(n={})[V]=function(){return t.entries()},n.next=function(){var n=r.next();if(n.done)return n;var e=t.get(n.value);return{done:!1,value:[n.value,e]}},n},o[V]=function(){return this.entries()},n}(),c=function(){function n(n,t){return this[Q]={i:3,l:t,A:t?t.A:_(),P:!1,I:!1,o:void 0,t:n,k:this,p:new Map,O:!1,C:!1},this}t(n,Set);var r=n.prototype;return Object.defineProperty(r,"size",{get:function(){return p(this[Q]).size}}),r.has=function(n){var t=this[Q];return u(t),t.o?!!t.o.has(n)||!(!t.p.has(n)||!t.o.has(t.p.get(n))):t.t.has(n)},r.add=function(n){var t=this[Q];return u(t),this.has(n)||(o(t),k(t),t.o.add(n)),this},r.delete=function(n){if(!this.has(n))return!1;var t=this[Q];return u(t),o(t),k(t),t.o.delete(n)||!!t.p.has(n)&&t.o.delete(t.p.get(n))},r.clear=function(){var n=this[Q];u(n),p(n).size&&(o(n),k(n),n.o.clear())},r.values=function(){var n=this[Q];return u(n),o(n),n.o.values()},r.entries=function(){var n=this[Q];return u(n),o(n),n.o.entries()},r.keys=function(){return this.values()},r[V]=function(){return this.values()},r.forEach=function(n,t){for(var r=this.values(),e=r.next();!e.done;)n.call(t,e.value,e.value,this),e=r.next()},n}();m("MapSet",{N:function(n,t){return new f(n,t)},T:function(n,t){return new c(n,t)}})}function J(){N(),C(),T()}function K(n){return n}function $(n){return n}var G,U,W="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),X="undefined"!=typeof Map,q="undefined"!=typeof Set,B="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,H=W?Symbol.for("immer-nothing"):((G={})["immer-nothing"]=!0,G),L=W?Symbol.for("immer-draftable"):"__$immer_draftable",Q=W?Symbol.for("immer-state"):"__$immer_state",V="undefined"!=typeof Symbol&&Symbol.iterator||"@@iterator",Y={0:"Illegal state",1:"Immer drafts cannot have computed properties",2:"This object has been frozen and should not be mutated",3:function(n){return"Cannot use a proxy that has been revoked. Did you pass an object from inside an immer function to an async process? "+n},4:"An immer producer returned a new value *and* modified its draft. Either return a new value *or* modify the draft.",5:"Immer forbids circular references",6:"The first or second argument to `produce` must be a function",7:"The third argument to `produce` must be a function or undefined",8:"First argument to `createDraft` must be a plain object, an array, or an immerable object",9:"First argument to `finishDraft` must be a draft returned by `createDraft`",10:"The given draft is already finalized",11:"Object.defineProperty() cannot be used on an Immer draft",12:"Object.setPrototypeOf() cannot be used on an Immer draft",13:"Immer only supports deleting array indices",14:"Immer only supports setting array indices and the 'length' property",15:function(n){return"Cannot apply patch, path doesn't resolve: "+n},16:'Sets cannot have "replace" patches.',17:function(n){return"Unsupported patch operation: "+n},18:function(n){return"The plugin for '"+n+"' has not been loaded into Immer. To enable the plugin, import and call `enable"+n+"()` when initializing your application."},20:"Cannot use proxies if Proxy, Proxy.revocable or Reflect are not available",21:function(n){return"produce can only be called on things that are draftable: plain objects, arrays, Map, Set or classes that are marked with '[immerable]: true'. Got '"+n+"'"},22:function(n){return"'current' expects a draft, got: "+n},23:function(n){return"'original' expects a draft, got: "+n},24:"Patching reserved attributes like __proto__, prototype and constructor is not allowed"},Z=""+Object.prototype.constructor,nn="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(n){return Object.getOwnPropertyNames(n).concat(Object.getOwnPropertySymbols(n))}:Object.getOwnPropertyNames,tn=Object.getOwnPropertyDescriptors||function(n){var t={};return nn(n).forEach((function(r){t[r]=Object.getOwnPropertyDescriptor(n,r)})),t},rn={},en={get:function(n,t){if(t===Q)return n;var e=p(n);if(!u(e,t))return function(n,t,r){var e,i=I(t,r);return i?"value"in i?i.value:null===(e=i.get)||void 0===e?void 0:e.call(n.k):void 0}(n,e,t);var i=e[t];return n.I||!r(i)?i:i===z(n.t,t)?(E(n),n.o[t]=R(n.A.h,i,n)):i},has:function(n,t){return t in p(n)},ownKeys:function(n){return Reflect.ownKeys(p(n))},set:function(n,t,r){var e=I(p(n),t);if(null==e?void 0:e.set)return e.set.call(n.k,r),!0;if(!n.P){var i=z(p(n),t),o=null==i?void 0:i[Q];if(o&&o.t===r)return n.o[t]=r,n.D[t]=!1,!0;if(c(r,i)&&(void 0!==r||u(n.t,t)))return!0;E(n),k(n)}return n.o[t]===r&&"number"!=typeof r&&(void 0!==r||t in n.o)||(n.o[t]=r,n.D[t]=!0,!0)},deleteProperty:function(n,t){return void 0!==z(n.t,t)||t in n.t?(n.D[t]=!1,E(n),k(n)):delete n.D[t],n.o&&delete n.o[t],!0},getOwnPropertyDescriptor:function(n,t){var r=p(n),e=Reflect.getOwnPropertyDescriptor(r,t);return e?{writable:!0,configurable:1!==n.i||"length"!==t,enumerable:e.enumerable,value:r[t]}:e},defineProperty:function(){n(11)},getPrototypeOf:function(n){return Object.getPrototypeOf(n.t)},setPrototypeOf:function(){n(12)}},on={};i(en,(function(n,t){on[n]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),on.deleteProperty=function(t,r){return false&&0,en.deleteProperty.call(this,t[0],r)},on.set=function(t,r,e){return false&&0,en.set.call(this,t[0],r,e,t[0])};var un=function(){function e(t){var e=this;this.g=B,this.F=!0,this.produce=function(t,i,o){if("function"==typeof t&&"function"!=typeof i){var u=i;i=t;var a=e;return function(n){var t=this;void 0===n&&(n=u);for(var r=arguments.length,e=Array(r>1?r-1:0),o=1;o<r;o++)e[o-1]=arguments[o];return a.produce(n,(function(n){var r;return(r=i).call.apply(r,[t,n].concat(e))}))}}var f;if("function"!=typeof i&&n(6),void 0!==o&&"function"!=typeof o&&n(7),r(t)){var c=w(e),s=R(e,t,void 0),v=!0;try{f=i(s),v=!1}finally{v?O(c):g(c)}return"undefined"!=typeof Promise&&f instanceof Promise?f.then((function(n){return j(c,o),P(n,c)}),(function(n){throw O(c),n})):(j(c,o),P(f,c))}if(!t||"object"!=typeof t){if((f=i(t))===H)return;return void 0===f&&(f=t),e.F&&d(f,!0),f}n(21,t)},this.produceWithPatches=function(n,t){return"function"==typeof n?function(t){for(var r=arguments.length,i=Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];return e.produceWithPatches(t,(function(t){return n.apply(void 0,[t].concat(i))}))}:[e.produce(n,t,(function(n,t){r=n,i=t})),r,i];var r,i},"boolean"==typeof(null==t?void 0:t.useProxies)&&this.setUseProxies(t.useProxies),"boolean"==typeof(null==t?void 0:t.autoFreeze)&&this.setAutoFreeze(t.autoFreeze)}var i=e.prototype;return i.createDraft=function(e){r(e)||n(8),immer_esm_t(e)&&(e=D(e));var i=w(this),o=R(this,e,void 0);return o[Q].C=!0,g(i),o},i.finishDraft=function(t,r){var e=t&&t[Q]; false&&(0);var i=e.A;return j(i,r),P(void 0,i)},i.setAutoFreeze=function(n){this.F=n},i.setUseProxies=function(t){t&&!B&&n(20),this.g=t},i.applyPatches=function(n,r){var e;for(e=r.length-1;e>=0;e--){var i=r[e];if(0===i.path.length&&"replace"===i.op){n=i.value;break}}var o=b("Patches").$;return immer_esm_t(n)?o(n,r):this.produce(n,(function(n){return o(n,r.slice(e+1))}))},e}(),an=new un,fn=an.produce,cn=an.produceWithPatches.bind(an),sn=an.setAutoFreeze.bind(an),vn=an.setUseProxies.bind(an),pn=an.applyPatches.bind(an),ln=an.createDraft.bind(an),dn=an.finishDraft.bind(an);/* harmony default export */ var immer_esm = (fn); //# sourceMappingURL=immer.esm.js.map // EXTERNAL MODULE: ./node_modules/lodash/merge.js var lodash_merge = __webpack_require__(82492); var merge_default = /*#__PURE__*/__webpack_require__.n(lodash_merge); ;// CONCATENATED MODULE: ./src/js/dashboard/store/actions/savingHelpers.js /** * Generate JSON object * @returns {Array} */ function generateJSONObject(storeDataObject) { // Buttons var buttonGroups = Object.values(storeDataObject); var data = []; buttonGroups.forEach(function (groupObject) { var outputGroup = immer_esm(groupObject, function (draftObject) { delete draftObject.children; }); var groupButtons = Object.values(selectors_getChildrenIndex(groupObject.children)); var tempButtons = []; groupButtons.forEach(function (buttonObject) { var outputButton = immer_esm(buttonObject, function (draftObject) { delete draftObject.parent; }); tempButtons.push(outputButton); }); if (tempButtons.length === 0) { tempButtons = [{ name: "Button", show_mobile: "true", show_desktop: "true" }]; } var menu_button = getMenuButton(groupObject.id); data.push(merge_default()({ data: outputGroup, buttons: tempButtons }, menu_button && { menu_button: menu_button })); }); return data; } /** * Reset Buttonizer */ function resetSettings() { return apiRequest("/reset", { method: "POST", data: { nonce: buttonizer_admin.nonce } }).then(function () { location.reload(); })["catch"](function (e) { console.error(e); throw new Error("Something went wrong trying to update this model."); }); } ;// CONCATENATED MODULE: ./src/js/dashboard/store/actions/rootActions.js function changeHasChanges(status) { return { type: buttonizer_constants_actionTypes.HAS_CHANGES, payload: { hasChanges: status } }; } function changeIsUpdating(status) { return { type: buttonizer_constants_actionTypes.IS_UPDATING, payload: { isUpdating: status } }; } function stopLoading() { return { type: buttonizer_constants_actionTypes.STOP_LOADING }; } // EXTERNAL MODULE: ./node_modules/tslib/tslib.es6.js var tslib_es6 = __webpack_require__(70655); // EXTERNAL MODULE: ./node_modules/@sentry/hub/esm/hub.js + 2 modules var esm_hub = __webpack_require__(36879); ;// CONCATENATED MODULE: ./node_modules/@sentry/minimal/esm/index.js /** * This calls a function on the current hub. * @param method function to call on hub. * @param args to pass to function. */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function callOnHub(method) { var args = []; for (var _i = 1; _i < arguments.length; _i++) { args[_i - 1] = arguments[_i]; } var hub = (0,esm_hub/* getCurrentHub */.Gd)(); if (hub && hub[method]) { // eslint-disable-next-line @typescript-eslint/no-explicit-any return hub[method].apply(hub, (0,tslib_es6/* __spread */.fl)(args)); } throw new Error("No hub defined or " + method + " was not found on the hub, please open a bug report."); } /** * Captures an exception event and sends it to Sentry. * * @param exception An exception-like object. * @returns The generated eventId. */ // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types function captureException(exception, captureContext) { var syntheticException = new Error('Sentry syntheticException'); return callOnHub('captureException', exception, { captureContext: captureContext, originalException: exception, syntheticException: syntheticException, }); } /** * Captures a message event and sends it to Sentry. * * @param message The message to send to Sentry. * @param Severity Define the level of the message. * @returns The generated eventId. */ function captureMessage(message, captureContext) { var syntheticException = new Error(message); // This is necessary to provide explicit scopes upgrade, without changing the original // arity of the `captureMessage(message, level)` method. var level = typeof captureContext === 'string' ? captureContext : undefined; var context = typeof captureContext !== 'string' ? { captureContext: captureContext } : undefined; return callOnHub('captureMessage', message, level, __assign({ originalException: message, syntheticException: syntheticException }, context)); } /** * Captures a manually created event and sends it to Sentry. * * @param event The event to send to Sentry. * @returns The generated eventId. */ function captureEvent(event) { return callOnHub('captureEvent', event); } /** * Callback to set context information onto the scope. * @param callback Callback function that receives Scope. */ function configureScope(callback) { callOnHub('configureScope', callback); } /** * Records a new breadcrumb which will be attached to future events. * * Breadcrumbs will be added to subsequent events to provide more context on * user's actions prior to an error or crash. * * @param breadcrumb The breadcrumb to record. */ function addBreadcrumb(breadcrumb) { callOnHub('addBreadcrumb', breadcrumb); } /** * Sets context data with the given name. * @param name of the context * @param context Any kind of data. This data will be normalized. */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function setContext(name, context) { callOnHub('setContext', name, context); } /** * Set an object that will be merged sent as extra data with the event. * @param extras Extras object to merge into current context. */ function setExtras(extras) { callOnHub('setExtras', extras); } /** * Set an object that will be merged sent as tags data with the event. * @param tags Tags context object to merge into current context. */ function setTags(tags) { callOnHub('setTags', tags); } /** * Set key:value that will be sent as extra data with the event. * @param key String of extra * @param extra Any kind of data. This data will be normalized. */ function setExtra(key, extra) { callOnHub('setExtra', key, extra); } /** * Set key:value that will be sent as tags data with the event. * * Can also be used to unset a tag, by passing `undefined`. * * @param key String key of tag * @param value Value of tag */ function setTag(key, value) { callOnHub('setTag', key, value); } /** * Updates user context information for future events. * * @param user User context object to be set in the current context. Pass `null` to unset the user. */ function setUser(user) { callOnHub('setUser', user); } /** * Creates a new scope with and executes the given operation within. * The scope is automatically removed once the operation * finishes or throws. * * This is essentially a convenience function for: * * pushScope(); * callback(); * popScope(); * * @param callback that will be enclosed into push/popScope. */ function withScope(callback) { callOnHub('withScope', callback); } /** * Calls a function on the latest client. Use this with caution, it's meant as * in "internal" helper so we don't need to expose every possible function in * the shim. It is not guaranteed that the client actually implements the * function. * * @param method The method to call on the client/client. * @param args Arguments to pass to the client/fontend. * @hidden */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function _callOnClient(method) { var args = []; for (var _i = 1; _i < arguments.length; _i++) { args[_i - 1] = arguments[_i]; } callOnHub.apply(void 0, __spread(['_invokeClient', method], args)); } /** * Starts a new `Transaction` and returns it. This is the entry point to manual tracing instrumentation. * * A tree structure can be built by adding child spans to the transaction, and child spans to other spans. To start a * new child span within the transaction or any span, call the respective `.startChild()` method. * * Every child span must be finished before the transaction is finished, otherwise the unfinished spans are discarded. * * The transaction must be finished with a call to its `.finish()` method, at which point the transaction with all its * finished child spans will be sent to Sentry. * * @param context Properties of the new `Transaction`. * @param customSamplingContext Information given to the transaction sampling function (along with context-dependent * default values). See {@link Options.tracesSampler}. * * @returns The transaction which was just started */ function startTransaction(context, customSamplingContext) { return callOnHub('startTransaction', __assign({}, context), customSamplingContext); } //# sourceMappingURL=index.js.map ;// CONCATENATED MODULE: ./src/js/utils/reloadPreview.js /** * Reload preview */ function reloadPreview(forceReloadPreview, newGroupId) { // Post reload buttonizer try { document.querySelector(".buttonizer-preview iframe").contentWindow.postMessage({ eventType: "buttonizer", messageType: "preview-reload", message: { force: forceReloadPreview, newGroupId: newGroupId } }, document.location.origin); } catch (e) { console.log("Buttonizer tried to auto update the Buttonizer Buttons. But the message didn't came through. Well. Doesn't matter, it's just an extra function. It's nice to have."); console.error(e); captureException(e); document.querySelector(".buttonizer-preview iframe").contentWindow.location.reload(); } } ;// CONCATENATED MODULE: ./src/js/utils/reloadPreviewIframe.js /** * Force reload page */ function reloadPreviewIframe() { // Reload the iframe var iframe = document.querySelector(".buttonizer-preview iframe"); if (iframe != null) { if (iframe.contentWindow && iframe.contentWindow.location) { iframe.contentWindow.location.reload(); } else { iframe.src = iframe.src; } return true; } return null; } // EXTERNAL MODULE: ./node_modules/lodash/isEqual.js var isEqual = __webpack_require__(18446); var isEqual_default = /*#__PURE__*/__webpack_require__.n(isEqual); ;// CONCATENATED MODULE: ./src/js/dashboard/store/actions/Queue.js function Queue_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } function Queue_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } /* global Promise */ var SavingQueue = /*#__PURE__*/function () { function SavingQueue() { Queue_classCallCheck(this, SavingQueue); } _createClass(SavingQueue, null, [{ key: "enqueue", value: function enqueue(promise) { var _this = this; return new Promise(function (resolve, reject) { _this.queue.push({ promise: promise, resolve: resolve, reject: reject }); _this.dequeue(); }); } }, { key: "dequeue", value: function dequeue() { var _this2 = this; if (this.workingOnPromise) { return false; } var item = this.queue.shift(); if (!item) { return false; } try { this.workingOnPromise = true; dashboard_store.dispatch(changeIsUpdating(true)); item.promise().then(function (value) { _this2.workingOnPromise = false; item.resolve(value); _this2.dequeue(); })["catch"](function (err) { _this2.workingOnPromise = false; item.reject(err); _this2.dequeue(); }); } catch (err) { this.workingOnPromise = false; item.reject(err); this.dequeue(); } return true; } }]); return SavingQueue; }(); Queue_defineProperty(SavingQueue, "queue", []); Queue_defineProperty(SavingQueue, "workingOnPromise", false); // EXTERNAL MODULE: ./node_modules/lodash/difference.js var difference = __webpack_require__(91966); var difference_default = /*#__PURE__*/__webpack_require__.n(difference); ;// CONCATENATED MODULE: ./src/js/dashboard/store/actions/savingMiddleware.js var timer = setTimeout(function () {}); var currentState = {}; /** * Save groups & buttons */ function save() { clearTimeout(timer); timer = setTimeout(function () { var oldStore = merge_default()({}, currentState); currentState = dashboard_store.getState(); if (isEqual_default()(oldStore, {}) || isEqual_default()(currentState, {}) || isEqual_default()(oldStore, currentState) || !oldStore.misc.loading.loaded || !currentState.misc.loading.loaded) { return; } if (!isEqual_default()(oldStore.buttons, currentState.buttons) || !isEqual_default()(oldStore.groups, currentState.groups) || !isEqual_default()(oldStore.menuButtons, currentState.menuButtons)) { SavingQueue.enqueue(saveData(generateJSONObject(dashboard_store.getState().groups), "/buttons", false, difference_default()(Object.keys(currentState.groups), Object.keys(oldStore.groups))[0])); } /* webpack-strip-block:removed */ if (!isEqual_default()(oldStore.settings, currentState.settings)) { SavingQueue.enqueue(saveData(dashboard_store.getState().settings, "/settings", true)); if (oldStore.settings.icon_library !== currentState.settings.icon_library || oldStore.settings.icon_library_version !== currentState.settings.icon_library_version || oldStore.settings.icon_library_code !== currentState.settings.icon_library_code || oldStore.settings.import_icon_library !== currentState.settings.import_icon_library) SavingQueue.enqueue(function () { return new Promise(function (resolve) { reloadPreviewIframe(); resolve(); }); }); } }, 1500); } var saveData = function saveData(data, endpoint) { var forceReloadPreview = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; var newGroupId = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null; var fail = function fail(e) { if (e && e.request) { dashboard_store.dispatch(changeIsUpdating({ status: e.request.status, statusText: e.request.statusText ? e.request.statusText : "Unknown", message: e.request.response ? JSON.parse(e.request.response).message ? JSON.parse(e.request.response).message : e.request.response : e.message })); } else { dashboard_store.dispatch(changeIsUpdating("failed")); } console.error("Something went wrong trying to update this model: \n", e); captureException(e); }; return function () { return apiRequest(endpoint, { method: "POST", data: { nonce: buttonizer_admin.is_stand_alone ? undefined : buttonizer_admin.nonce, data: data } }).then(function (_ref) { var data = _ref.data; app.setHasChanges(true); if (data === null || data.status !== "success") { fail(); return; } dashboard_store.dispatch(changeIsUpdating(false)); reloadPreview(forceReloadPreview, newGroupId); })["catch"](fail); }; }; ;// CONCATENATED MODULE: ./src/js/dashboard/store/reducers/wpReducer.js var wpReducer_initialStore = { loading: { posts: false, pages: false, categories: false, roles: false }, loaded: { posts: false, pages: false, categories: false, roles: false }, data: { posts: [], pages: [], categories: [], roles: [] } }; /* harmony default export */ function wpReducer() { var store = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : wpReducer_initialStore; var action = arguments.length > 1 ? arguments[1] : undefined; if (action.type === buttonizer_constants_actionTypes.INIT) return wpReducer_initialStore; return fn(store, function (draftStore) { switch (action.type) { case buttonizer_constants_actionTypes.wp.GET_DATA_BEGIN: { draftStore.loading[action.payload.type] = true; break; } case buttonizer_constants_actionTypes.wp.GET_DATA_END: { draftStore.loading[action.payload.type] = false; break; } case buttonizer_constants_actionTypes.wp.GET_DATA_FAILURE: { console.error(action.payload.error); break; } case buttonizer_constants_actionTypes.wp.GET_DATA_SUCCESS: { draftStore.data[action.payload.type] = action.payload.data; draftStore.loaded[action.payload.type] = true; break; } } }); } ;// CONCATENATED MODULE: ./src/js/dashboard/store/reducers/timeScheduleReducer.js /* harmony default export */ function timeScheduleReducer() { var store = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var action = arguments.length > 1 ? arguments[1] : undefined; if (action.type === buttonizer_constants_actionTypes.INIT) return action.payload.timeSchedules; return immer_esm(store, function (draftStore) { switch (action.type) { case buttonizer_constants_actionTypes.timeSchedules.ADD_RECORD: { // Add data to store/model draftStore[action.payload.record.id] = action.payload.record; break; } case buttonizer_constants_actionTypes.timeSchedules.REMOVE_RECORD: { delete draftStore[action.payload.id]; break; } /** * Button actions */ case buttonizer_constants_actionTypes.timeSchedules.SET_KEY_VALUE: { draftStore[action.payload.id][action.payload.key] = action.payload.value; break; } /** * Time Schedule reducers */ case buttonizer_constants_actionTypes.timeSchedules.SET_WEEKDAY: { draftStore[action.payload.id].weekdays[action.payload.weekdayKey][action.payload.key] = action.payload.value; break; } case buttonizer_constants_actionTypes.timeSchedules.ADD_EXCLUDED_DATE: { draftStore[action.payload.id].dates.push({ opened: true, open: "8:00", close: "17:00", date: dateToFormat(new Date()) }); break; } case buttonizer_constants_actionTypes.timeSchedules.SET_EXCLUDED_DATE: { draftStore[action.payload.id].dates[action.payload.dateKey][action.payload.key] = action.payload.value; break; } case buttonizer_constants_actionTypes.timeSchedules.REMOVE_EXCLUDED_DATE: { draftStore[action.payload.id].dates.splice(action.payload.dateKey, 1); break; } } }); } ;// CONCATENATED MODULE: ./src/js/dashboard/store/reducers/rootReducer.js var defaultStore = { loading: {}, drawer: "" }; /* harmony default export */ function rootReducer() { var store = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : defaultStore; var action = arguments.length > 1 ? arguments[1] : undefined; return immer_esm(store, function (draftStore) { switch (action.type) { case buttonizer_constants_actionTypes.INIT: { var dataInfo = action.payload.wordpress ? action.payload.wordpress : action.payload.info; draftStore.frameUrl = dataInfo.base + "?buttonizer-preview=1".concat(action.payload.identifier ? "&identifier=".concat(action.payload.identifier) : ""); // Start loading iframe draftStore.loading.loadingIframe = true; // Show loading draftStore.loading.showLoading = true; draftStore.loading.loadingString = "loading.website"; draftStore.hasChanges = action.payload.hasChanges === "1"; draftStore.loading.loaded = true; draftStore.wordpress = action.payload.wordpress; draftStore._premium = action.payload.premium; draftStore.is_opt_in = action.payload.is_opt_in; draftStore.latest_tour_update = action.payload.latest_tour_update; draftStore.additional_permissions = action.payload.additional_permissions; draftStore._premiumCode = action.payload.premium_code; draftStore.domain = action.payload.info ? action.payload.info.domain : null; draftStore.returnUrl = action.payload.info ? action.payload.info.home_link : null; draftStore.subscriptionUrl = action.payload.info ? action.payload.info.subscription_link : null; draftStore.visitCounter = action.payload.info ? action.payload.info.visit_counter : null; draftStore.planVisitLimit = action.payload.info ? action.payload.info.visitor_limit : null; draftStore.identifier = action.payload.identifier ? action.payload.identifier : null; break; } case buttonizer_constants_actionTypes.GET_DATA_BEGIN: { draftStore.loading.showLoading = true; draftStore.loading.loadingString = "loading.loading"; break; } case buttonizer_constants_actionTypes.GET_DATA_SUCCESS: { draftStore.loading.showLoading = false; draftStore.loading.fetchError = null; draftStore.loading.loaded = true; break; } case buttonizer_constants_actionTypes.GET_DATA_FAILURE: { draftStore.loading.showLoading = false; draftStore.loading.fetchError = action.payload.error; console.error(action.payload.error); break; } case buttonizer_constants_actionTypes.HAS_CHANGES: { draftStore.hasChanges = action.payload.hasChanges; break; } case buttonizer_constants_actionTypes.STOP_LOADING: { draftStore.loading.showLoading = false; draftStore.loading.loadingSlowWebsite = false; draftStore.loading.loadingIframe = false; break; } case buttonizer_constants_actionTypes.SET_MISC_VALUE: { draftStore[action.payload.setting] = action.payload.value; break; } } }); } ;// CONCATENATED MODULE: ./src/js/dashboard/store/reducers/pageRuleReducer.js /** * Page rule reducers */ /* harmony default export */ function pageRuleReducer() { var store = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var action = arguments.length > 1 ? arguments[1] : undefined; if (action.type === buttonizer_constants_actionTypes.INIT) return action.payload.pageRules; return immer_esm(store, function (draftStore) { switch (action.type) { // Add record case buttonizer_constants_actionTypes.pageRules.ADD_RECORD: { draftStore[action.payload.record.id] = action.payload.record; break; } // Remove record case buttonizer_constants_actionTypes.pageRules.REMOVE_RECORD: { delete draftStore[action.payload.id]; break; } // Set key case buttonizer_constants_actionTypes.pageRules.SET_KEY_VALUE: { draftStore[action.payload.id][action.payload.key] = action.payload.value; break; } // Add page rule group case buttonizer_constants_actionTypes.pageRules.ADD_PAGE_RULE_GROUP: { draftStore[action.payload.id].groups.push({ type: "and", rules: [] }); break; } // Remove page rule group case buttonizer_constants_actionTypes.pageRules.REMOVE_PAGE_RULE_GROUP: { draftStore[action.payload.id].groups.splice(action.payload.groupKey, 1); break; } // Set page rule group type case buttonizer_constants_actionTypes.pageRules.SET_PAGE_RULE_GROUP_TYPE: { draftStore[action.payload.id].groups[action.payload.groupKey].type = action.payload.type; break; } // Add page rule row case buttonizer_constants_actionTypes.pageRules.ADD_PAGE_RULE_ROW: { draftStore[action.payload.id].groups[action.payload.groupRowKey].rules.push({ type: "path", value: "", operator: "contains" }); break; } // Update page rule row case buttonizer_constants_actionTypes.pageRules.SET_PAGE_RULE_ROW: { draftStore[action.payload.id].groups[action.payload.groupRowKey].rules[action.payload.ruleRowKey][action.payload.key] = action.payload.value; break; } // Remove page rule row case buttonizer_constants_actionTypes.pageRules.REMOVE_PAGE_RULE_ROW: { draftStore[action.payload.id].groups[action.payload.groupRowKey].rules.splice(action.payload.ruleRowKey, 1); break; } } }); } ;// CONCATENATED MODULE: ./src/js/dashboard/store/reducers/settingReducer.js /* harmony default export */ function settingReducer() { var store = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var action = arguments.length > 1 ? arguments[1] : undefined; if (action.type === buttonizer_constants_actionTypes.INIT) return action.payload.settings; return immer_esm(store, function (draftStore) { switch (action.type) { case buttonizer_constants_actionTypes.SET_SETTING_VALUE: { if (action.payload.setting === "can_send_errors" && typeof buttonizer_admin !== "undefined") { buttonizer_admin.can_send_errors = action.payload.value; } draftStore[action.payload.setting] = action.payload.value; break; } } }); } ;// CONCATENATED MODULE: ./src/js/dashboard/store/reducers/savingReducer.js var savingReducer_initialStore = { isUpdating: false }; function savingReducer() { var store = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : savingReducer_initialStore; var action = arguments.length > 1 ? arguments[1] : undefined; return fn(store, function (draftStore) { if (Object.values(buttonizer_constants_actionTypes.buttons).includes(action.type) || Object.values(buttonizer_constants_actionTypes.groups).includes(action.type) || Object.values(buttonizer_constants_actionTypes.pageRules).includes(action.type) || Object.values(buttonizer_constants_actionTypes.timeSchedules).includes(action.type) || buttonizer_constants_actionTypes.SET_SETTING_VALUE === action.type) {// draftStore.isUpdating = true; } else if (action.type === buttonizer_constants_actionTypes.IS_UPDATING) { draftStore.isUpdating = action.payload.isUpdating; } }); } ;// CONCATENATED MODULE: ./src/js/dashboard/store/reducers/groupReducer.js function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || groupReducer_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 groupReducer_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return groupReducer_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 groupReducer_arrayLikeToArray(o, minLen); } 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 groupReducer_arrayLikeToArray(arr); } function groupReducer_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 groupReducer_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function groupReducer_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { groupReducer_ownKeys(Object(source), true).forEach(function (key) { groupReducer_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { groupReducer_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function groupReducer_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } /* harmony default export */ function groupReducer() { var store = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var action = arguments.length > 1 ? arguments[1] : undefined; if (action.type === buttonizer_constants_actionTypes.INIT) return action.payload.groups; if (action.type === buttonizer_constants_actionTypes.groups.ADD_RECORD && typeof action.payload.index !== "string") { // Add data to store/model var unorderedStore = groupReducer_objectSpread(groupReducer_objectSpread({}, store), {}, groupReducer_defineProperty({}, action.payload.record.id, action.payload.record)); var newKeys = Object.keys(store); newKeys.splice(action.payload.index, 0, action.payload.record.id); return newKeys.reduce(function (result, key) { result[key] = unorderedStore[key]; return result; }, {}); } return fn(store, function (draftStore) { switch (action.type) { case buttonizer_constants_actionTypes.groups.ADD_RECORD: { draftStore[action.payload.record.id] = action.payload.record; // Last place break; } case buttonizer_constants_actionTypes.groups.REMOVE_RECORD: { delete draftStore[action.payload.model_id]; break; } case buttonizer_constants_actionTypes.groups.SET_KEY_VALUE: { if (action.payload.value === "unset") { if (typeof draftStore[action.payload.id][action.payload.key] !== "undefined") delete draftStore[action.payload.id][action.payload.key]; break; } draftStore[action.payload.id][action.payload.key] = action.payload.value; break; } case buttonizer_constants_actionTypes.groups.SET_KEY_FORMAT: { var format = formats[action.payload.format]; if (!format) break; var parsedValue = format.format.apply(format, _toConsumableArray(action.payload.values)); if (parsedValue === "unset") { if (typeof draftStore[action.payload.id][action.payload.key] !== "undefined") delete draftStore[action.payload.id][action.payload.key]; break; } draftStore[action.payload.id][action.payload.key] = parsedValue; break; } case buttonizer_constants_actionTypes.ADD_RELATION: { draftStore[action.payload.group_id].children = draftStore[action.payload.group_id].children || []; if (typeof action.payload.index !== "string") { draftStore[action.payload.group_id].children.splice(action.payload.index, 0, action.payload.button_id); break; } draftStore[action.payload.group_id].children.push(action.payload.button_id); break; } case buttonizer_constants_actionTypes.CHANGE_RELATION: { // Remove button from group var buttonIndex = draftStore[action.payload.old_group_id].children.indexOf(action.payload.button_id); draftStore[action.payload.old_group_id].children.splice(buttonIndex, 1); // If old group has no children, delete it if (draftStore[action.payload.old_group_id].children.length === 0) { delete draftStore[action.payload.old_group_id]; } // Add button to new group draftStore[action.payload.new_group_id].children.splice(action.payload.button_index, 0, action.payload.button_id); break; } case buttonizer_constants_actionTypes.REMOVE_RELATION: { var index = draftStore[action.payload.group_id].children.indexOf(action.payload.button_id); draftStore[action.payload.group_id].children.splice(index, 1); break; } } }); } ;// CONCATENATED MODULE: ./src/js/dashboard/store/reducers/menuButtonReducer.js function menuButtonReducer_toConsumableArray(arr) { return menuButtonReducer_arrayWithoutHoles(arr) || menuButtonReducer_iterableToArray(arr) || menuButtonReducer_unsupportedIterableToArray(arr) || menuButtonReducer_nonIterableSpread(); } function menuButtonReducer_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 menuButtonReducer_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return menuButtonReducer_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 menuButtonReducer_arrayLikeToArray(o, minLen); } function menuButtonReducer_iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); } function menuButtonReducer_arrayWithoutHoles(arr) { if (Array.isArray(arr)) return menuButtonReducer_arrayLikeToArray(arr); } function menuButtonReducer_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 dataReducer() { var store = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var action = arguments.length > 1 ? arguments[1] : undefined; if (action.type === buttonizer_constants_actionTypes.INIT) return action.payload.menuButtons; return fn(store, function (draftStore) { switch (action.type) { case buttonizer_constants_actionTypes.groups.ADD_RECORD: { draftStore[action.payload.record.id] = action.payload.menu_button; break; } case buttonizer_constants_actionTypes.groups.REMOVE_RECORD: { delete draftStore[action.payload.model_id]; break; } case buttonizer_constants_actionTypes.menu_button.SET_KEY_VALUE: { if (action.payload.value === "unset") { if (typeof draftStore[action.payload.id][action.payload.key] !== "undefined") delete draftStore[action.payload.id][action.payload.key]; break; } draftStore[action.payload.id][action.payload.key] = action.payload.value; break; } case buttonizer_constants_actionTypes.menu_button.SET_KEY_FORMAT: { var format = formats[action.payload.format]; if (!format) break; var parsedValue = format.format.apply(format, menuButtonReducer_toConsumableArray(action.payload.values)); if (parsedValue === "unset") { if (typeof draftStore[action.payload.id][action.payload.key] !== "undefined") delete draftStore[action.payload.id][action.payload.key]; break; } draftStore[action.payload.id][action.payload.key] = parsedValue; break; } default: { return draftStore; } } }); } ;// CONCATENATED MODULE: ./src/js/dashboard/store/reducers/buttonReducer.js function buttonReducer_toConsumableArray(arr) { return buttonReducer_arrayWithoutHoles(arr) || buttonReducer_iterableToArray(arr) || buttonReducer_unsupportedIterableToArray(arr) || buttonReducer_nonIterableSpread(); } function buttonReducer_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 buttonReducer_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return buttonReducer_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 buttonReducer_arrayLikeToArray(o, minLen); } function buttonReducer_iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); } function buttonReducer_arrayWithoutHoles(arr) { if (Array.isArray(arr)) return buttonReducer_arrayLikeToArray(arr); } function buttonReducer_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; } var buttonReducer_initialStore = { buttons: {}, groups: {}, timeSchedules: {}, settings: {}, pageRules: {}, _premium: false }; function buttonReducer_dataReducer() { var store = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : buttonReducer_initialStore; var action = arguments.length > 1 ? arguments[1] : undefined; if (action.type === buttonizer_constants_actionTypes.INIT) return action.payload.buttons; return fn(store, function (draftStore) { switch (action.type) { case buttonizer_constants_actionTypes.buttons.ADD_RECORD: { draftStore[action.payload.record.id] = action.payload.record; break; } case buttonizer_constants_actionTypes.buttons.REMOVE_RECORD: { delete draftStore[action.payload.model_id]; break; } case buttonizer_constants_actionTypes.buttons.SET_KEY_VALUE: { if (action.payload.value === "unset") { if (typeof draftStore[action.payload.id][action.payload.key] !== "undefined") delete draftStore[action.payload.id][action.payload.key]; break; } draftStore[action.payload.id][action.payload.key] = action.payload.value; break; } case buttonizer_constants_actionTypes.buttons.SET_KEY_FORMAT: { var format = formats[action.payload.format]; if (!format) break; var parsedValue = format.format.apply(format, buttonReducer_toConsumableArray(action.payload.values)); if (parsedValue === "unset") { if (typeof draftStore[action.payload.id][action.payload.key] !== "undefined") delete draftStore[action.payload.id][action.payload.key]; break; } draftStore[action.payload.id][action.payload.key] = parsedValue; break; } case buttonizer_constants_actionTypes.ADD_RELATION: { draftStore[action.payload.button_id].parent = action.payload.group_id; break; } case buttonizer_constants_actionTypes.CHANGE_RELATION: { draftStore[action.payload.button_id].parent = action.payload.new_group_id; break; } case buttonizer_constants_actionTypes.REMOVE_RELATION: { draftStore[action.payload.button_id].parent = null; break; } default: { return draftStore; } } }); } ;// CONCATENATED MODULE: ./src/js/dashboard/store/reducers/templateReducer.js var templateReducer_defaultStore = { templates: [], settings: { loading: false, error: null, loaded: false } }; function templateReducer() { var st = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : templateReducer_defaultStore; var action = arguments.length > 1 ? arguments[1] : undefined; return immer_esm(st, function (store) { switch (action.type) { case buttonizer_constants_actionTypes.templates.INIT: store.templates = action.payload.data; store.settings.loaded = true; break; case buttonizer_constants_actionTypes.templates.GET_DATA_BEGIN: store.settings.loading = true; break; case buttonizer_constants_actionTypes.templates.GET_DATA_FAILURE: store.settings.error = action.payload.error; break; case buttonizer_constants_actionTypes.templates.GET_DATA_END: store.settings.loading = false; break; /** * Not used */ case buttonizer_constants_actionTypes.templates.ADD_RECORD: store.templates.push(action.payload.template); break; } }); } ;// CONCATENATED MODULE: ./src/js/utils/updatePreviewData.js function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } } function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; } /** * Update preview data */ var listenTo = [buttonizer_constants_actionTypes.groups.SET_KEY_VALUE, buttonizer_constants_actionTypes.groups.SET_KEY_FORMAT, buttonizer_constants_actionTypes.buttons.SET_KEY_VALUE, buttonizer_constants_actionTypes.buttons.SET_KEY_FORMAT, buttonizer_constants_actionTypes.menu_button.SET_KEY_VALUE, buttonizer_constants_actionTypes.menu_button.SET_KEY_FORMAT]; var requiresFullReload = [buttonizer_constants_actionTypes.groups.ADD_RECORD, buttonizer_constants_actionTypes.groups.REMOVE_RECORD, buttonizer_constants_actionTypes.buttons.ADD_RECORD, buttonizer_constants_actionTypes.buttons.REMOVE_RECORD, buttonizer_constants_actionTypes.CHANGE_RELATION]; // Object to make sure keys are allowed var previewTimeout = {}; function updatePreviewData(_x) { return _updatePreviewData.apply(this, arguments); } function _updatePreviewData() { _updatePreviewData = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(_ref) { var type, payload; return regeneratorRuntime.wrap(function _callee$(_context) { while (1) { switch (_context.prev = _context.next) { case 0: type = _ref.type, payload = _ref.payload; if (!(listenTo.indexOf(type) === -1 && requiresFullReload.indexOf(type) === -1)) { _context.next = 3; break; } return _context.abrupt("return"); case 3: if (!(requiresFullReload.indexOf(type) >= 0)) { _context.next = 6; break; } sendPostMessage("full-reload-required"); return _context.abrupt("return"); case 6: clearTimeout(previewTimeout[payload.key]); // Do not directly execute the action // potentionally the user changes this value really quick (like typing) previewTimeout[payload.key] = setTimeout(function () { // Get value, or format value var value = payload.format && payload.format === "normal_hover" ? formats.normal_hover.format(payload.values[0], payload.values[1]) : payload.value; sendPostMessage("preview-data-update", { model: type === buttonizer_constants_actionTypes.groups.SET_KEY_VALUE || type === buttonizer_constants_actionTypes.groups.SET_KEY_FORMAT ? "group" : type === buttonizer_constants_actionTypes.menu_button.SET_KEY_VALUE || type === buttonizer_constants_actionTypes.menu_button.SET_KEY_FORMAT ? "menu_button" : "button", id: payload.id, key: payload.key, value: value }); }, 500); case 8: case "end": return _context.stop(); } } }, _callee); })); return _updatePreviewData.apply(this, arguments); } function updateFrontendPreviewPath(path) { sendPostMessage("updatePreviewPath", path); } function sendPostMessage(type) { var message = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; var frame = document.querySelector(".buttonizer-preview iframe"); // Post message to the frame if (frame) { frame.contentWindow.postMessage({ eventType: "buttonizer", messageType: type, message: message }, document.location.origin); } } ;// CONCATENATED MODULE: ./src/js/dashboard/store/index.js /** * Welcome to the Castore, proceed with caution */ var combinedReducers = combineReducers({ saving: savingReducer, wp: wpReducer, timeSchedules: timeScheduleReducer, pageRules: pageRuleReducer, groups: groupReducer, menuButtons: dataReducer, buttons: buttonReducer_dataReducer, misc: rootReducer, settings: settingReducer, templates: templateReducer }); /** * Logs all actions and states after they are dispatched. */ // const logger = store => next => action => { // console.group(action.type); // console.info("dispatching", action); // let result = next(action); // console.log("next state", store.getState()); // console.groupEnd(); // return result; // }; // Update frontend middleware var updateFrontendMiddleware = function updateFrontendMiddleware() { return function (next) { return function (action) { updatePreviewData(action); return next(action); }; }; }; var store_store = createStore(combinedReducers, applyMiddleware(updateFrontendMiddleware)); store_store.add = function (data, model) { return store_store.dispatch(dataActions_addRecord(data, model)); }; store_store.subscribe(save); /* harmony default export */ var dashboard_store = (store_store); /** * Testing purposes only (templates) */ // import { getTemplates } from "./actions/TemplateActions/helpers"; // window.getTemplates = getTemplates(store.dispatch); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(81253); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(22122); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); var prop_types_default = /*#__PURE__*/__webpack_require__.n(prop_types); // EXTERNAL MODULE: ./node_modules/clsx/dist/clsx.m.js var clsx_m = __webpack_require__(86010); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/withStyles.js + 1 modules var withStyles = __webpack_require__(14670); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/colorManipulator.js var colorManipulator = __webpack_require__(59693); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/ButtonBase/ButtonBase.js + 4 modules var ButtonBase = __webpack_require__(54720); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/capitalize.js var utils_capitalize = __webpack_require__(93871); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Button/Button.js var styles = function styles(theme) { return { /* Styles applied to the root element. */ root: (0,esm_extends/* default */.Z)({}, theme.typography.button, { boxSizing: 'border-box', minWidth: 64, padding: '6px 16px', borderRadius: theme.shape.borderRadius, color: theme.palette.text.primary, transition: theme.transitions.create(['background-color', 'box-shadow', 'border'], { duration: theme.transitions.duration.short }), '&:hover': { textDecoration: 'none', backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.text.primary, theme.palette.action.hoverOpacity), // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: 'transparent' }, '&$disabled': { backgroundColor: 'transparent' } }, '&$disabled': { color: theme.palette.action.disabled } }), /* Styles applied to the span element that wraps the children. */ label: { width: '100%', // Ensure the correct width for iOS Safari display: 'inherit', alignItems: 'inherit', justifyContent: 'inherit' }, /* Styles applied to the root element if `variant="text"`. */ text: { padding: '6px 8px' }, /* Styles applied to the root element if `variant="text"` and `color="primary"`. */ textPrimary: { color: theme.palette.primary.main, '&:hover': { backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.primary.main, theme.palette.action.hoverOpacity), // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: 'transparent' } } }, /* Styles applied to the root element if `variant="text"` and `color="secondary"`. */ textSecondary: { color: theme.palette.secondary.main, '&:hover': { backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.secondary.main, theme.palette.action.hoverOpacity), // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: 'transparent' } } }, /* Styles applied to the root element if `variant="outlined"`. */ outlined: { padding: '5px 15px', border: "1px solid ".concat(theme.palette.type === 'light' ? 'rgba(0, 0, 0, 0.23)' : 'rgba(255, 255, 255, 0.23)'), '&$disabled': { border: "1px solid ".concat(theme.palette.action.disabledBackground) } }, /* Styles applied to the root element if `variant="outlined"` and `color="primary"`. */ outlinedPrimary: { color: theme.palette.primary.main, border: "1px solid ".concat((0,colorManipulator/* fade */.U1)(theme.palette.primary.main, 0.5)), '&:hover': { border: "1px solid ".concat(theme.palette.primary.main), backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.primary.main, theme.palette.action.hoverOpacity), // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: 'transparent' } } }, /* Styles applied to the root element if `variant="outlined"` and `color="secondary"`. */ outlinedSecondary: { color: theme.palette.secondary.main, border: "1px solid ".concat((0,colorManipulator/* fade */.U1)(theme.palette.secondary.main, 0.5)), '&:hover': { border: "1px solid ".concat(theme.palette.secondary.main), backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.secondary.main, theme.palette.action.hoverOpacity), // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: 'transparent' } }, '&$disabled': { border: "1px solid ".concat(theme.palette.action.disabled) } }, /* Styles applied to the root element if `variant="contained"`. */ contained: { color: theme.palette.getContrastText(theme.palette.grey[300]), backgroundColor: theme.palette.grey[300], boxShadow: theme.shadows[2], '&:hover': { backgroundColor: theme.palette.grey.A100, boxShadow: theme.shadows[4], // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { boxShadow: theme.shadows[2], backgroundColor: theme.palette.grey[300] }, '&$disabled': { backgroundColor: theme.palette.action.disabledBackground } }, '&$focusVisible': { boxShadow: theme.shadows[6] }, '&:active': { boxShadow: theme.shadows[8] }, '&$disabled': { color: theme.palette.action.disabled, boxShadow: theme.shadows[0], backgroundColor: theme.palette.action.disabledBackground } }, /* Styles applied to the root element if `variant="contained"` and `color="primary"`. */ containedPrimary: { color: theme.palette.primary.contrastText, backgroundColor: theme.palette.primary.main, '&:hover': { backgroundColor: theme.palette.primary.dark, // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: theme.palette.primary.main } } }, /* Styles applied to the root element if `variant="contained"` and `color="secondary"`. */ containedSecondary: { color: theme.palette.secondary.contrastText, backgroundColor: theme.palette.secondary.main, '&:hover': { backgroundColor: theme.palette.secondary.dark, // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: theme.palette.secondary.main } } }, /* Styles applied to the root element if `disableElevation={true}`. */ disableElevation: { boxShadow: 'none', '&:hover': { boxShadow: 'none' }, '&$focusVisible': { boxShadow: 'none' }, '&:active': { boxShadow: 'none' }, '&$disabled': { boxShadow: 'none' } }, /* Pseudo-class applied to the ButtonBase root element if the button is keyboard focused. */ focusVisible: {}, /* Pseudo-class applied to the root element if `disabled={true}`. */ disabled: {}, /* Styles applied to the root element if `color="inherit"`. */ colorInherit: { color: 'inherit', borderColor: 'currentColor' }, /* Styles applied to the root element if `size="small"` and `variant="text"`. */ textSizeSmall: { padding: '4px 5px', fontSize: theme.typography.pxToRem(13) }, /* Styles applied to the root element if `size="large"` and `variant="text"`. */ textSizeLarge: { padding: '8px 11px', fontSize: theme.typography.pxToRem(15) }, /* Styles applied to the root element if `size="small"` and `variant="outlined"`. */ outlinedSizeSmall: { padding: '3px 9px', fontSize: theme.typography.pxToRem(13) }, /* Styles applied to the root element if `size="large"` and `variant="outlined"`. */ outlinedSizeLarge: { padding: '7px 21px', fontSize: theme.typography.pxToRem(15) }, /* Styles applied to the root element if `size="small"` and `variant="contained"`. */ containedSizeSmall: { padding: '4px 10px', fontSize: theme.typography.pxToRem(13) }, /* Styles applied to the root element if `size="large"` and `variant="contained"`. */ containedSizeLarge: { padding: '8px 22px', fontSize: theme.typography.pxToRem(15) }, /* Styles applied to the root element if `size="small"`. */ sizeSmall: {}, /* Styles applied to the root element if `size="large"`. */ sizeLarge: {}, /* Styles applied to the root element if `fullWidth={true}`. */ fullWidth: { width: '100%' }, /* Styles applied to the startIcon element if supplied. */ startIcon: { display: 'inherit', marginRight: 8, marginLeft: -4, '&$iconSizeSmall': { marginLeft: -2 } }, /* Styles applied to the endIcon element if supplied. */ endIcon: { display: 'inherit', marginRight: -4, marginLeft: 8, '&$iconSizeSmall': { marginRight: -2 } }, /* Styles applied to the icon element if supplied and `size="small"`. */ iconSizeSmall: { '& > *:first-child': { fontSize: 18 } }, /* Styles applied to the icon element if supplied and `size="medium"`. */ iconSizeMedium: { '& > *:first-child': { fontSize: 20 } }, /* Styles applied to the icon element if supplied and `size="large"`. */ iconSizeLarge: { '& > *:first-child': { fontSize: 22 } } }; }; var Button_Button = /*#__PURE__*/react.forwardRef(function Button(props, ref) { var children = props.children, classes = props.classes, className = props.className, _props$color = props.color, color = _props$color === void 0 ? 'default' : _props$color, _props$component = props.component, component = _props$component === void 0 ? 'button' : _props$component, _props$disabled = props.disabled, disabled = _props$disabled === void 0 ? false : _props$disabled, _props$disableElevati = props.disableElevation, disableElevation = _props$disableElevati === void 0 ? false : _props$disableElevati, _props$disableFocusRi = props.disableFocusRipple, disableFocusRipple = _props$disableFocusRi === void 0 ? false : _props$disableFocusRi, endIconProp = props.endIcon, focusVisibleClassName = props.focusVisibleClassName, _props$fullWidth = props.fullWidth, fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, _props$size = props.size, size = _props$size === void 0 ? 'medium' : _props$size, startIconProp = props.startIcon, _props$type = props.type, type = _props$type === void 0 ? 'button' : _props$type, _props$variant = props.variant, variant = _props$variant === void 0 ? 'text' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "classes", "className", "color", "component", "disabled", "disableElevation", "disableFocusRipple", "endIcon", "focusVisibleClassName", "fullWidth", "size", "startIcon", "type", "variant"]); var startIcon = startIconProp && /*#__PURE__*/react.createElement("span", { className: (0,clsx_m/* default */.Z)(classes.startIcon, classes["iconSize".concat((0,utils_capitalize/* default */.Z)(size))]) }, startIconProp); var endIcon = endIconProp && /*#__PURE__*/react.createElement("span", { className: (0,clsx_m/* default */.Z)(classes.endIcon, classes["iconSize".concat((0,utils_capitalize/* default */.Z)(size))]) }, endIconProp); return /*#__PURE__*/react.createElement(ButtonBase/* default */.Z, (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, classes[variant], className, color === 'inherit' ? classes.colorInherit : color !== 'default' && classes["".concat(variant).concat((0,utils_capitalize/* default */.Z)(color))], size !== 'medium' && [classes["".concat(variant, "Size").concat((0,utils_capitalize/* default */.Z)(size))], classes["size".concat((0,utils_capitalize/* default */.Z)(size))]], disableElevation && classes.disableElevation, disabled && classes.disabled, fullWidth && classes.fullWidth), component: component, disabled: disabled, focusRipple: !disableFocusRipple, focusVisibleClassName: (0,clsx_m/* default */.Z)(classes.focusVisible, focusVisibleClassName), ref: ref, type: type }, other), /*#__PURE__*/react.createElement("span", { className: classes.label }, startIcon, children, endIcon)); }); false ? 0 : void 0; /* harmony default export */ var esm_Button_Button = ((0,withStyles/* default */.Z)(styles, { name: 'MuiButton' })(Button_Button)); // EXTERNAL MODULE: ./node_modules/react-is/index.js var react_is = __webpack_require__(59864); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/ButtonGroup/ButtonGroup.js // Force a side effect so we don't have any override priority issue. // eslint-disable-next-line no-unused-expressions esm_Button_Button.styles; var ButtonGroup_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { display: 'inline-flex', borderRadius: theme.shape.borderRadius }, /* Styles applied to the root element if `variant="contained"`. */ contained: { boxShadow: theme.shadows[2] }, /* Styles applied to the root element if `disableElevation={true}`. */ disableElevation: { boxShadow: 'none' }, /* Pseudo-class applied to child elements if `disabled={true}`. */ disabled: {}, /* Styles applied to the root element if `fullWidth={true}`. */ fullWidth: { width: '100%' }, /* Styles applied to the root element if `orientation="vertical"`. */ vertical: { flexDirection: 'column' }, /* Styles applied to the children. */ grouped: { minWidth: 40 }, /* Styles applied to the children if `orientation="horizontal"`. */ groupedHorizontal: { '&:not(:first-child)': { borderTopLeftRadius: 0, borderBottomLeftRadius: 0 }, '&:not(:last-child)': { borderTopRightRadius: 0, borderBottomRightRadius: 0 } }, /* Styles applied to the children if `orientation="vertical"`. */ groupedVertical: { '&:not(:first-child)': { borderTopRightRadius: 0, borderTopLeftRadius: 0 }, '&:not(:last-child)': { borderBottomRightRadius: 0, borderBottomLeftRadius: 0 } }, /* Styles applied to the children if `variant="text"`. */ groupedText: {}, /* Styles applied to the children if `variant="text"` and `orientation="horizontal"`. */ groupedTextHorizontal: { '&:not(:last-child)': { borderRight: "1px solid ".concat(theme.palette.type === 'light' ? 'rgba(0, 0, 0, 0.23)' : 'rgba(255, 255, 255, 0.23)') } }, /* Styles applied to the children if `variant="text"` and `orientation="vertical"`. */ groupedTextVertical: { '&:not(:last-child)': { borderBottom: "1px solid ".concat(theme.palette.type === 'light' ? 'rgba(0, 0, 0, 0.23)' : 'rgba(255, 255, 255, 0.23)') } }, /* Styles applied to the children if `variant="text"` and `color="primary"`. */ groupedTextPrimary: { '&:not(:last-child)': { borderColor: (0,colorManipulator/* fade */.U1)(theme.palette.primary.main, 0.5) } }, /* Styles applied to the children if `variant="text"` and `color="secondary"`. */ groupedTextSecondary: { '&:not(:last-child)': { borderColor: (0,colorManipulator/* fade */.U1)(theme.palette.secondary.main, 0.5) } }, /* Styles applied to the children if `variant="outlined"`. */ groupedOutlined: {}, /* Styles applied to the children if `variant="outlined"` and `orientation="horizontal"`. */ groupedOutlinedHorizontal: { '&:not(:first-child)': { marginLeft: -1 }, '&:not(:last-child)': { borderRightColor: 'transparent' } }, /* Styles applied to the children if `variant="outlined"` and `orientation="vertical"`. */ groupedOutlinedVertical: { '&:not(:first-child)': { marginTop: -1 }, '&:not(:last-child)': { borderBottomColor: 'transparent' } }, /* Styles applied to the children if `variant="outlined"` and `color="primary"`. */ groupedOutlinedPrimary: { '&:hover': { borderColor: theme.palette.primary.main } }, /* Styles applied to the children if `variant="outlined"` and `color="secondary"`. */ groupedOutlinedSecondary: { '&:hover': { borderColor: theme.palette.secondary.main } }, /* Styles applied to the children if `variant="contained"`. */ groupedContained: { boxShadow: 'none' }, /* Styles applied to the children if `variant="contained"` and `orientation="horizontal"`. */ groupedContainedHorizontal: { '&:not(:last-child)': { borderRight: "1px solid ".concat(theme.palette.grey[400]), '&$disabled': { borderRight: "1px solid ".concat(theme.palette.action.disabled) } } }, /* Styles applied to the children if `variant="contained"` and `orientation="vertical"`. */ groupedContainedVertical: { '&:not(:last-child)': { borderBottom: "1px solid ".concat(theme.palette.grey[400]), '&$disabled': { borderBottom: "1px solid ".concat(theme.palette.action.disabled) } } }, /* Styles applied to the children if `variant="contained"` and `color="primary"`. */ groupedContainedPrimary: { '&:not(:last-child)': { borderColor: theme.palette.primary.dark } }, /* Styles applied to the children if `variant="contained"` and `color="secondary"`. */ groupedContainedSecondary: { '&:not(:last-child)': { borderColor: theme.palette.secondary.dark } } }; }; var ButtonGroup = /*#__PURE__*/react.forwardRef(function ButtonGroup(props, ref) { var children = props.children, classes = props.classes, className = props.className, _props$color = props.color, color = _props$color === void 0 ? 'default' : _props$color, _props$component = props.component, Component = _props$component === void 0 ? 'div' : _props$component, _props$disabled = props.disabled, disabled = _props$disabled === void 0 ? false : _props$disabled, _props$disableElevati = props.disableElevation, disableElevation = _props$disableElevati === void 0 ? false : _props$disableElevati, _props$disableFocusRi = props.disableFocusRipple, disableFocusRipple = _props$disableFocusRi === void 0 ? false : _props$disableFocusRi, _props$disableRipple = props.disableRipple, disableRipple = _props$disableRipple === void 0 ? false : _props$disableRipple, _props$fullWidth = props.fullWidth, fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, _props$orientation = props.orientation, orientation = _props$orientation === void 0 ? 'horizontal' : _props$orientation, _props$size = props.size, size = _props$size === void 0 ? 'medium' : _props$size, _props$variant = props.variant, variant = _props$variant === void 0 ? 'outlined' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "classes", "className", "color", "component", "disabled", "disableElevation", "disableFocusRipple", "disableRipple", "fullWidth", "orientation", "size", "variant"]); var buttonClassName = (0,clsx_m/* default */.Z)(classes.grouped, classes["grouped".concat((0,utils_capitalize/* default */.Z)(orientation))], classes["grouped".concat((0,utils_capitalize/* default */.Z)(variant))], classes["grouped".concat((0,utils_capitalize/* default */.Z)(variant)).concat((0,utils_capitalize/* default */.Z)(orientation))], classes["grouped".concat((0,utils_capitalize/* default */.Z)(variant)).concat(color !== 'default' ? (0,utils_capitalize/* default */.Z)(color) : '')], disabled && classes.disabled); return /*#__PURE__*/react.createElement(Component, (0,esm_extends/* default */.Z)({ role: "group", className: (0,clsx_m/* default */.Z)(classes.root, className, fullWidth && classes.fullWidth, disableElevation && classes.disableElevation, variant === 'contained' && classes.contained, orientation === 'vertical' && classes.vertical), ref: ref }, other), react.Children.map(children, function (child) { if (! /*#__PURE__*/react.isValidElement(child)) { return null; } if (false) {} return /*#__PURE__*/react.cloneElement(child, { className: (0,clsx_m/* default */.Z)(buttonClassName, child.props.className), color: child.props.color || color, disabled: child.props.disabled || disabled, disableElevation: child.props.disableElevation || disableElevation, disableFocusRipple: disableFocusRipple, disableRipple: disableRipple, fullWidth: fullWidth, size: child.props.size || size, variant: child.props.variant || variant }); })); }); false ? 0 : void 0; /* harmony default export */ var ButtonGroup_ButtonGroup = ((0,withStyles/* default */.Z)(ButtonGroup_styles, { name: 'MuiButtonGroup' })(ButtonGroup)); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/IconButton/IconButton.js var IconButton_IconButton = __webpack_require__(17812); // EXTERNAL MODULE: ./node_modules/@material-ui/icons/LaptopMac.js var LaptopMac = __webpack_require__(89974); // EXTERNAL MODULE: ./node_modules/@material-ui/icons/TabletMac.js var TabletMac = __webpack_require__(79015); // EXTERNAL MODULE: ./node_modules/@material-ui/icons/PhoneIphone.js var PhoneIphone = __webpack_require__(6404); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Bar/DevicePreview/DevicePreview.js function DevicePreview_slicedToArray(arr, i) { return DevicePreview_arrayWithHoles(arr) || DevicePreview_iterableToArrayLimit(arr, i) || DevicePreview_unsupportedIterableToArray(arr, i) || DevicePreview_nonIterableRest(); } function DevicePreview_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 DevicePreview_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return DevicePreview_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 DevicePreview_arrayLikeToArray(o, minLen); } function DevicePreview_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 DevicePreview_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function DevicePreview_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function DevicePreview() { var _useState = (0,react.useState)("desktop"), _useState2 = DevicePreview_slicedToArray(_useState, 2), currentDevicePreview = _useState2[0], setCurrentDevicePreview = _useState2[1]; var _useState3 = (0,react.useState)(false), _useState4 = DevicePreview_slicedToArray(_useState3, 2), showDeviceViews = _useState4[0], setShowDeviceViews = _useState4[1]; // Set device function setDevice(device) { // Don't change anything when chosen device is already selected if (device !== currentDevicePreview) { // Device setCurrentDevicePreview(device); // Update class app.setDevicePreview(device); } } var chosenDeviceView = function chosenDeviceView() { switch (currentDevicePreview) { case "desktop": return /*#__PURE__*/react.createElement(LaptopMac/* default */.Z, null); case "tablet": return /*#__PURE__*/react.createElement(TabletMac/* default */.Z, null); case "mobile": return /*#__PURE__*/react.createElement(PhoneIphone/* default */.Z, null); default: } }; var devices = [{ type: "mobile", icon: /*#__PURE__*/react.createElement(PhoneIphone/* default */.Z, null) }, { type: "tablet", icon: /*#__PURE__*/react.createElement(TabletMac/* default */.Z, null) }, { type: "desktop", icon: /*#__PURE__*/react.createElement(LaptopMac/* default */.Z, null) }]; return /*#__PURE__*/react.createElement("div", { className: "device-preview", onMouseLeave: function onMouseLeave() { return setShowDeviceViews(false); } }, showDeviceViews && /*#__PURE__*/react.createElement(ButtonGroup_ButtonGroup, { color: "primary", orientation: "vertical", className: "button-group", "data-testid": "device:button-group" }, devices.map(function (device, key) { return /*#__PURE__*/react.createElement(esm_Button_Button, { color: currentDevicePreview === device.type ? "secondary" : "primary", onClick: function onClick() { return setDevice(device.type); }, key: key, style: currentDevicePreview === device.type ? { background: "#f8f8f8", opacity: "1" } : null, "data-testid": device.type, className: "button" }, device.icon); })), /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { onClick: function onClick() { return setDevice("desktop"); }, onMouseOver: function onMouseOver() { return setShowDeviceViews(true); }, className: "current-device", "data-testid": "device:current-device", color: "primary" }, showDeviceViews === false && chosenDeviceView())); } // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/debounce.js var debounce = __webpack_require__(79437); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/ownerDocument.js var ownerDocument = __webpack_require__(30626); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/ownerWindow.js var ownerWindow = __webpack_require__(80713); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/createChainedFunction.js var createChainedFunction = __webpack_require__(82568); // EXTERNAL MODULE: ./node_modules/@material-ui/styles/esm/useTheme/useTheme.js var useTheme = __webpack_require__(159); // EXTERNAL MODULE: ./node_modules/@material-ui/styles/esm/getThemeProps/getThemeProps.js var getThemeProps = __webpack_require__(93869); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Portal/Portal.js var Portal = __webpack_require__(76234); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useForkRef.js var useForkRef = __webpack_require__(17294); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useEventCallback.js var useEventCallback = __webpack_require__(55192); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/zIndex.js var zIndex = __webpack_require__(92781); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js var toConsumableArray = __webpack_require__(78927); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/utils/getScrollbarSize.js // A change of the browser zoom change the scrollbar size. // Credit https://github.com/twbs/bootstrap/blob/3ffe3a5d82f6f561b82ff78d82b32a7d14aed558/js/src/modal.js#L512-L519 function getScrollbarSize() { var scrollDiv = document.createElement('div'); scrollDiv.style.width = '99px'; scrollDiv.style.height = '99px'; scrollDiv.style.position = 'absolute'; scrollDiv.style.top = '-9999px'; scrollDiv.style.overflow = 'scroll'; document.body.appendChild(scrollDiv); var scrollbarSize = scrollDiv.offsetWidth - scrollDiv.clientWidth; document.body.removeChild(scrollDiv); return scrollbarSize; } ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Modal/ModalManager.js // Is a vertical scrollbar displayed? function isOverflowing(container) { var doc = (0,ownerDocument/* default */.Z)(container); if (doc.body === container) { return (0,ownerWindow/* default */.Z)(doc).innerWidth > doc.documentElement.clientWidth; } return container.scrollHeight > container.clientHeight; } function ariaHidden(node, show) { if (show) { node.setAttribute('aria-hidden', 'true'); } else { node.removeAttribute('aria-hidden'); } } function getPaddingRight(node) { return parseInt(window.getComputedStyle(node)['padding-right'], 10) || 0; } function ariaHiddenSiblings(container, mountNode, currentNode) { var nodesToExclude = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : []; var show = arguments.length > 4 ? arguments[4] : undefined; var blacklist = [mountNode, currentNode].concat((0,toConsumableArray/* default */.Z)(nodesToExclude)); var blacklistTagNames = ['TEMPLATE', 'SCRIPT', 'STYLE']; [].forEach.call(container.children, function (node) { if (node.nodeType === 1 && blacklist.indexOf(node) === -1 && blacklistTagNames.indexOf(node.tagName) === -1) { ariaHidden(node, show); } }); } function findIndexOf(containerInfo, callback) { var idx = -1; containerInfo.some(function (item, index) { if (callback(item)) { idx = index; return true; } return false; }); return idx; } function handleContainer(containerInfo, props) { var restoreStyle = []; var restorePaddings = []; var container = containerInfo.container; var fixedNodes; if (!props.disableScrollLock) { if (isOverflowing(container)) { // Compute the size before applying overflow hidden to avoid any scroll jumps. var scrollbarSize = getScrollbarSize(); restoreStyle.push({ value: container.style.paddingRight, key: 'padding-right', el: container }); // Use computed style, here to get the real padding to add our scrollbar width. container.style['padding-right'] = "".concat(getPaddingRight(container) + scrollbarSize, "px"); // .mui-fixed is a global helper. fixedNodes = (0,ownerDocument/* default */.Z)(container).querySelectorAll('.mui-fixed'); [].forEach.call(fixedNodes, function (node) { restorePaddings.push(node.style.paddingRight); node.style.paddingRight = "".concat(getPaddingRight(node) + scrollbarSize, "px"); }); } // Improve Gatsby support // https://css-tricks.com/snippets/css/force-vertical-scrollbar/ var parent = container.parentElement; var scrollContainer = parent.nodeName === 'HTML' && window.getComputedStyle(parent)['overflow-y'] === 'scroll' ? parent : container; // Block the scroll even if no scrollbar is visible to account for mobile keyboard // screensize shrink. restoreStyle.push({ value: scrollContainer.style.overflow, key: 'overflow', el: scrollContainer }); scrollContainer.style.overflow = 'hidden'; } var restore = function restore() { if (fixedNodes) { [].forEach.call(fixedNodes, function (node, i) { if (restorePaddings[i]) { node.style.paddingRight = restorePaddings[i]; } else { node.style.removeProperty('padding-right'); } }); } restoreStyle.forEach(function (_ref) { var value = _ref.value, el = _ref.el, key = _ref.key; if (value) { el.style.setProperty(key, value); } else { el.style.removeProperty(key); } }); }; return restore; } function getHiddenSiblings(container) { var hiddenSiblings = []; [].forEach.call(container.children, function (node) { if (node.getAttribute && node.getAttribute('aria-hidden') === 'true') { hiddenSiblings.push(node); } }); return hiddenSiblings; } /** * @ignore - do not document. * * Proper state management for containers and the modals in those containers. * Simplified, but inspired by react-overlay's ModalManager class. * Used by the Modal to ensure proper styling of containers. */ var ModalManager = /*#__PURE__*/function () { function ModalManager() { _classCallCheck(this, ModalManager); // this.modals[modalIndex] = modal this.modals = []; // this.containers[containerIndex] = { // modals: [], // container, // restore: null, // } this.containers = []; } (0,createClass/* default */.Z)(ModalManager, [{ key: "add", value: function add(modal, container) { var modalIndex = this.modals.indexOf(modal); if (modalIndex !== -1) { return modalIndex; } modalIndex = this.modals.length; this.modals.push(modal); // If the modal we are adding is already in the DOM. if (modal.modalRef) { ariaHidden(modal.modalRef, false); } var hiddenSiblingNodes = getHiddenSiblings(container); ariaHiddenSiblings(container, modal.mountNode, modal.modalRef, hiddenSiblingNodes, true); var containerIndex = findIndexOf(this.containers, function (item) { return item.container === container; }); if (containerIndex !== -1) { this.containers[containerIndex].modals.push(modal); return modalIndex; } this.containers.push({ modals: [modal], container: container, restore: null, hiddenSiblingNodes: hiddenSiblingNodes }); return modalIndex; } }, { key: "mount", value: function mount(modal, props) { var containerIndex = findIndexOf(this.containers, function (item) { return item.modals.indexOf(modal) !== -1; }); var containerInfo = this.containers[containerIndex]; if (!containerInfo.restore) { containerInfo.restore = handleContainer(containerInfo, props); } } }, { key: "remove", value: function remove(modal) { var modalIndex = this.modals.indexOf(modal); if (modalIndex === -1) { return modalIndex; } var containerIndex = findIndexOf(this.containers, function (item) { return item.modals.indexOf(modal) !== -1; }); var containerInfo = this.containers[containerIndex]; containerInfo.modals.splice(containerInfo.modals.indexOf(modal), 1); this.modals.splice(modalIndex, 1); // If that was the last modal in a container, clean up the container. if (containerInfo.modals.length === 0) { // The modal might be closed before it had the chance to be mounted in the DOM. if (containerInfo.restore) { containerInfo.restore(); } if (modal.modalRef) { // In case the modal wasn't in the DOM yet. ariaHidden(modal.modalRef, true); } ariaHiddenSiblings(containerInfo.container, modal.mountNode, modal.modalRef, containerInfo.hiddenSiblingNodes, false); this.containers.splice(containerIndex, 1); } else { // Otherwise make sure the next top modal is visible to a screen reader. var nextTop = containerInfo.modals[containerInfo.modals.length - 1]; // as soon as a modal is adding its modalRef is undefined. it can't set // aria-hidden because the dom element doesn't exist either // when modal was unmounted before modalRef gets null if (nextTop.modalRef) { ariaHidden(nextTop.modalRef, false); } } return modalIndex; } }, { key: "isTopModal", value: function isTopModal(modal) { return this.modals.length > 0 && this.modals[this.modals.length - 1] === modal; } }]); return ModalManager; }(); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Unstable_TrapFocus/Unstable_TrapFocus.js /* eslint-disable consistent-return, jsx-a11y/no-noninteractive-tabindex, camelcase */ /** * Utility component that locks focus inside the component. */ function Unstable_TrapFocus(props) { var children = props.children, _props$disableAutoFoc = props.disableAutoFocus, disableAutoFocus = _props$disableAutoFoc === void 0 ? false : _props$disableAutoFoc, _props$disableEnforce = props.disableEnforceFocus, disableEnforceFocus = _props$disableEnforce === void 0 ? false : _props$disableEnforce, _props$disableRestore = props.disableRestoreFocus, disableRestoreFocus = _props$disableRestore === void 0 ? false : _props$disableRestore, getDoc = props.getDoc, isEnabled = props.isEnabled, open = props.open; var ignoreNextEnforceFocus = react.useRef(); var sentinelStart = react.useRef(null); var sentinelEnd = react.useRef(null); var nodeToRestore = react.useRef(); var rootRef = react.useRef(null); // can be removed once we drop support for non ref forwarding class components var handleOwnRef = react.useCallback(function (instance) { // #StrictMode ready rootRef.current = react_dom.findDOMNode(instance); }, []); var handleRef = (0,useForkRef/* default */.Z)(children.ref, handleOwnRef); var prevOpenRef = react.useRef(); react.useEffect(function () { prevOpenRef.current = open; }, [open]); if (!prevOpenRef.current && open && typeof window !== 'undefined') { // WARNING: Potentially unsafe in concurrent mode. // The way the read on `nodeToRestore` is setup could make this actually safe. // Say we render `open={false}` -> `open={true}` but never commit. // We have now written a state that wasn't committed. But no committed effect // will read this wrong value. We only read from `nodeToRestore` in effects // that were committed on `open={true}` // WARNING: Prevents the instance from being garbage collected. Should only // hold a weak ref. nodeToRestore.current = getDoc().activeElement; } react.useEffect(function () { if (!open) { return; } var doc = (0,ownerDocument/* default */.Z)(rootRef.current); // We might render an empty child. if (!disableAutoFocus && rootRef.current && !rootRef.current.contains(doc.activeElement)) { if (!rootRef.current.hasAttribute('tabIndex')) { if (false) {} rootRef.current.setAttribute('tabIndex', -1); } rootRef.current.focus(); } var contain = function contain() { var rootElement = rootRef.current; // Cleanup functions are executed lazily in React 17. // Contain can be called between the component being unmounted and its cleanup function being run. if (rootElement === null) { return; } if (!doc.hasFocus() || disableEnforceFocus || !isEnabled() || ignoreNextEnforceFocus.current) { ignoreNextEnforceFocus.current = false; return; } if (rootRef.current && !rootRef.current.contains(doc.activeElement)) { rootRef.current.focus(); } }; var loopFocus = function loopFocus(event) { // 9 = Tab if (disableEnforceFocus || !isEnabled() || event.keyCode !== 9) { return; } // Make sure the next tab starts from the right place. if (doc.activeElement === rootRef.current) { // We need to ignore the next contain as // it will try to move the focus back to the rootRef element. ignoreNextEnforceFocus.current = true; if (event.shiftKey) { sentinelEnd.current.focus(); } else { sentinelStart.current.focus(); } } }; doc.addEventListener('focus', contain, true); doc.addEventListener('keydown', loopFocus, true); // With Edge, Safari and Firefox, no focus related events are fired when the focused area stops being a focused area // e.g. https://bugzilla.mozilla.org/show_bug.cgi?id=559561. // // The whatwg spec defines how the browser should behave but does not explicitly mention any events: // https://html.spec.whatwg.org/multipage/interaction.html#focus-fixup-rule. var interval = setInterval(function () { contain(); }, 50); return function () { clearInterval(interval); doc.removeEventListener('focus', contain, true); doc.removeEventListener('keydown', loopFocus, true); // restoreLastFocus() if (!disableRestoreFocus) { // In IE 11 it is possible for document.activeElement to be null resulting // in nodeToRestore.current being null. // Not all elements in IE 11 have a focus method. // Once IE 11 support is dropped the focus() call can be unconditional. if (nodeToRestore.current && nodeToRestore.current.focus) { nodeToRestore.current.focus(); } nodeToRestore.current = null; } }; }, [disableAutoFocus, disableEnforceFocus, disableRestoreFocus, isEnabled, open]); return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("div", { tabIndex: 0, ref: sentinelStart, "data-test": "sentinelStart" }), /*#__PURE__*/react.cloneElement(children, { ref: handleRef }), /*#__PURE__*/react.createElement("div", { tabIndex: 0, ref: sentinelEnd, "data-test": "sentinelEnd" })); } false ? 0 : void 0; if (false) {} /* harmony default export */ var Unstable_TrapFocus_Unstable_TrapFocus = (Unstable_TrapFocus); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Modal/SimpleBackdrop.js var SimpleBackdrop_styles = { /* Styles applied to the root element. */ root: { zIndex: -1, position: 'fixed', right: 0, bottom: 0, top: 0, left: 0, backgroundColor: 'rgba(0, 0, 0, 0.5)', WebkitTapHighlightColor: 'transparent' }, /* Styles applied to the root element if `invisible={true}`. */ invisible: { backgroundColor: 'transparent' } }; /** * @ignore - internal component. */ var SimpleBackdrop = /*#__PURE__*/react.forwardRef(function SimpleBackdrop(props, ref) { var _props$invisible = props.invisible, invisible = _props$invisible === void 0 ? false : _props$invisible, open = props.open, other = (0,objectWithoutProperties/* default */.Z)(props, ["invisible", "open"]); return open ? /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ "aria-hidden": true, ref: ref }, other, { style: (0,esm_extends/* default */.Z)({}, SimpleBackdrop_styles.root, invisible ? SimpleBackdrop_styles.invisible : {}, other.style) })) : null; }); false ? 0 : void 0; /* harmony default export */ var Modal_SimpleBackdrop = (SimpleBackdrop); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Modal/Modal.js function getContainer(container) { container = typeof container === 'function' ? container() : container; return react_dom.findDOMNode(container); } function getHasTransition(props) { return props.children ? props.children.props.hasOwnProperty('in') : false; } // A modal manager used to track and manage the state of open Modals. // Modals don't open on the server so this won't conflict with concurrent requests. var defaultManager = new ModalManager(); var Modal_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { position: 'fixed', zIndex: theme.zIndex.modal, right: 0, bottom: 0, top: 0, left: 0 }, /* Styles applied to the root element if the `Modal` has exited. */ hidden: { visibility: 'hidden' } }; }; /** * Modal is a lower-level construct that is leveraged by the following components: * * - [Dialog](/api/dialog/) * - [Drawer](/api/drawer/) * - [Menu](/api/menu/) * - [Popover](/api/popover/) * * If you are creating a modal dialog, you probably want to use the [Dialog](/api/dialog/) component * rather than directly using Modal. * * This component shares many concepts with [react-overlays](https://react-bootstrap.github.io/react-overlays/#modals). */ var Modal = /*#__PURE__*/react.forwardRef(function Modal(inProps, ref) { var theme = (0,useTheme/* default */.Z)(); var props = (0,getThemeProps/* default */.Z)({ name: 'MuiModal', props: (0,esm_extends/* default */.Z)({}, inProps), theme: theme }); var _props$BackdropCompon = props.BackdropComponent, BackdropComponent = _props$BackdropCompon === void 0 ? Modal_SimpleBackdrop : _props$BackdropCompon, BackdropProps = props.BackdropProps, children = props.children, _props$closeAfterTran = props.closeAfterTransition, closeAfterTransition = _props$closeAfterTran === void 0 ? false : _props$closeAfterTran, container = props.container, _props$disableAutoFoc = props.disableAutoFocus, disableAutoFocus = _props$disableAutoFoc === void 0 ? false : _props$disableAutoFoc, _props$disableBackdro = props.disableBackdropClick, disableBackdropClick = _props$disableBackdro === void 0 ? false : _props$disableBackdro, _props$disableEnforce = props.disableEnforceFocus, disableEnforceFocus = _props$disableEnforce === void 0 ? false : _props$disableEnforce, _props$disableEscapeK = props.disableEscapeKeyDown, disableEscapeKeyDown = _props$disableEscapeK === void 0 ? false : _props$disableEscapeK, _props$disablePortal = props.disablePortal, disablePortal = _props$disablePortal === void 0 ? false : _props$disablePortal, _props$disableRestore = props.disableRestoreFocus, disableRestoreFocus = _props$disableRestore === void 0 ? false : _props$disableRestore, _props$disableScrollL = props.disableScrollLock, disableScrollLock = _props$disableScrollL === void 0 ? false : _props$disableScrollL, _props$hideBackdrop = props.hideBackdrop, hideBackdrop = _props$hideBackdrop === void 0 ? false : _props$hideBackdrop, _props$keepMounted = props.keepMounted, keepMounted = _props$keepMounted === void 0 ? false : _props$keepMounted, _props$manager = props.manager, manager = _props$manager === void 0 ? defaultManager : _props$manager, onBackdropClick = props.onBackdropClick, onClose = props.onClose, onEscapeKeyDown = props.onEscapeKeyDown, onRendered = props.onRendered, open = props.open, other = (0,objectWithoutProperties/* default */.Z)(props, ["BackdropComponent", "BackdropProps", "children", "closeAfterTransition", "container", "disableAutoFocus", "disableBackdropClick", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "manager", "onBackdropClick", "onClose", "onEscapeKeyDown", "onRendered", "open"]); var _React$useState = react.useState(true), exited = _React$useState[0], setExited = _React$useState[1]; var modal = react.useRef({}); var mountNodeRef = react.useRef(null); var modalRef = react.useRef(null); var handleRef = (0,useForkRef/* default */.Z)(modalRef, ref); var hasTransition = getHasTransition(props); var getDoc = function getDoc() { return (0,ownerDocument/* default */.Z)(mountNodeRef.current); }; var getModal = function getModal() { modal.current.modalRef = modalRef.current; modal.current.mountNode = mountNodeRef.current; return modal.current; }; var handleMounted = function handleMounted() { manager.mount(getModal(), { disableScrollLock: disableScrollLock }); // Fix a bug on Chrome where the scroll isn't initially 0. modalRef.current.scrollTop = 0; }; var handleOpen = (0,useEventCallback/* default */.Z)(function () { var resolvedContainer = getContainer(container) || getDoc().body; manager.add(getModal(), resolvedContainer); // The element was already mounted. if (modalRef.current) { handleMounted(); } }); var isTopModal = react.useCallback(function () { return manager.isTopModal(getModal()); }, [manager]); var handlePortalRef = (0,useEventCallback/* default */.Z)(function (node) { mountNodeRef.current = node; if (!node) { return; } if (onRendered) { onRendered(); } if (open && isTopModal()) { handleMounted(); } else { ariaHidden(modalRef.current, true); } }); var handleClose = react.useCallback(function () { manager.remove(getModal()); }, [manager]); react.useEffect(function () { return function () { handleClose(); }; }, [handleClose]); react.useEffect(function () { if (open) { handleOpen(); } else if (!hasTransition || !closeAfterTransition) { handleClose(); } }, [open, handleClose, hasTransition, closeAfterTransition, handleOpen]); if (!keepMounted && !open && (!hasTransition || exited)) { return null; } var handleEnter = function handleEnter() { setExited(false); }; var handleExited = function handleExited() { setExited(true); if (closeAfterTransition) { handleClose(); } }; var handleBackdropClick = function handleBackdropClick(event) { if (event.target !== event.currentTarget) { return; } if (onBackdropClick) { onBackdropClick(event); } if (!disableBackdropClick && onClose) { onClose(event, 'backdropClick'); } }; var handleKeyDown = function handleKeyDown(event) { // The handler doesn't take event.defaultPrevented into account: // // event.preventDefault() is meant to stop default behaviours like // clicking a checkbox to check it, hitting a button to submit a form, // and hitting left arrow to move the cursor in a text input etc. // Only special HTML elements have these default behaviors. if (event.key !== 'Escape' || !isTopModal()) { return; } if (onEscapeKeyDown) { onEscapeKeyDown(event); } if (!disableEscapeKeyDown) { // Swallow the event, in case someone is listening for the escape key on the body. event.stopPropagation(); if (onClose) { onClose(event, 'escapeKeyDown'); } } }; var inlineStyle = Modal_styles(theme || { zIndex: zIndex/* default */.Z }); var childProps = {}; if (children.props.tabIndex === undefined) { childProps.tabIndex = children.props.tabIndex || '-1'; } // It's a Transition like component if (hasTransition) { childProps.onEnter = (0,createChainedFunction/* default */.Z)(handleEnter, children.props.onEnter); childProps.onExited = (0,createChainedFunction/* default */.Z)(handleExited, children.props.onExited); } return /*#__PURE__*/react.createElement(Portal/* default */.Z, { ref: handlePortalRef, container: container, disablePortal: disablePortal }, /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ ref: handleRef, onKeyDown: handleKeyDown, role: "presentation" }, other, { style: (0,esm_extends/* default */.Z)({}, inlineStyle.root, !open && exited ? inlineStyle.hidden : {}, other.style) }), hideBackdrop ? null : /*#__PURE__*/react.createElement(BackdropComponent, (0,esm_extends/* default */.Z)({ open: open, onClick: handleBackdropClick }, BackdropProps)), /*#__PURE__*/react.createElement(Unstable_TrapFocus_Unstable_TrapFocus, { disableEnforceFocus: disableEnforceFocus, disableAutoFocus: disableAutoFocus, disableRestoreFocus: disableRestoreFocus, getDoc: getDoc, isEnabled: isTopModal, open: open }, /*#__PURE__*/react.cloneElement(children, childProps)))); }); false ? 0 : void 0; /* harmony default export */ var Modal_Modal = (Modal); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Grow/Grow.js var Grow = __webpack_require__(20170); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Paper/Paper.js var Paper = __webpack_require__(79895); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Popover/Popover.js function getOffsetTop(rect, vertical) { var offset = 0; if (typeof vertical === 'number') { offset = vertical; } else if (vertical === 'center') { offset = rect.height / 2; } else if (vertical === 'bottom') { offset = rect.height; } return offset; } function getOffsetLeft(rect, horizontal) { var offset = 0; if (typeof horizontal === 'number') { offset = horizontal; } else if (horizontal === 'center') { offset = rect.width / 2; } else if (horizontal === 'right') { offset = rect.width; } return offset; } function getTransformOriginValue(transformOrigin) { return [transformOrigin.horizontal, transformOrigin.vertical].map(function (n) { return typeof n === 'number' ? "".concat(n, "px") : n; }).join(' '); } // Sum the scrollTop between two elements. function getScrollParent(parent, child) { var element = child; var scrollTop = 0; while (element && element !== parent) { element = element.parentElement; scrollTop += element.scrollTop; } return scrollTop; } function getAnchorEl(anchorEl) { return typeof anchorEl === 'function' ? anchorEl() : anchorEl; } var Popover_styles = { /* Styles applied to the root element. */ root: {}, /* Styles applied to the `Paper` component. */ paper: { position: 'absolute', overflowY: 'auto', overflowX: 'hidden', // So we see the popover when it's empty. // It's most likely on issue on userland. minWidth: 16, minHeight: 16, maxWidth: 'calc(100% - 32px)', maxHeight: 'calc(100% - 32px)', // We disable the focus ring for mouse, touch and keyboard users. outline: 0 } }; var Popover = /*#__PURE__*/react.forwardRef(function Popover(props, ref) { var action = props.action, anchorEl = props.anchorEl, _props$anchorOrigin = props.anchorOrigin, anchorOrigin = _props$anchorOrigin === void 0 ? { vertical: 'top', horizontal: 'left' } : _props$anchorOrigin, anchorPosition = props.anchorPosition, _props$anchorReferenc = props.anchorReference, anchorReference = _props$anchorReferenc === void 0 ? 'anchorEl' : _props$anchorReferenc, children = props.children, classes = props.classes, className = props.className, containerProp = props.container, _props$elevation = props.elevation, elevation = _props$elevation === void 0 ? 8 : _props$elevation, getContentAnchorEl = props.getContentAnchorEl, _props$marginThreshol = props.marginThreshold, marginThreshold = _props$marginThreshol === void 0 ? 16 : _props$marginThreshol, onEnter = props.onEnter, onEntered = props.onEntered, onEntering = props.onEntering, onExit = props.onExit, onExited = props.onExited, onExiting = props.onExiting, open = props.open, _props$PaperProps = props.PaperProps, PaperProps = _props$PaperProps === void 0 ? {} : _props$PaperProps, _props$transformOrigi = props.transformOrigin, transformOrigin = _props$transformOrigi === void 0 ? { vertical: 'top', horizontal: 'left' } : _props$transformOrigi, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Grow/* default */.Z : _props$TransitionComp, _props$transitionDura = props.transitionDuration, transitionDurationProp = _props$transitionDura === void 0 ? 'auto' : _props$transitionDura, _props$TransitionProp = props.TransitionProps, TransitionProps = _props$TransitionProp === void 0 ? {} : _props$TransitionProp, other = (0,objectWithoutProperties/* default */.Z)(props, ["action", "anchorEl", "anchorOrigin", "anchorPosition", "anchorReference", "children", "classes", "className", "container", "elevation", "getContentAnchorEl", "marginThreshold", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "open", "PaperProps", "transformOrigin", "TransitionComponent", "transitionDuration", "TransitionProps"]); var paperRef = react.useRef(); // Returns the top/left offset of the position // to attach to on the anchor element (or body if none is provided) var getAnchorOffset = react.useCallback(function (contentAnchorOffset) { if (anchorReference === 'anchorPosition') { if (false) {} return anchorPosition; } var resolvedAnchorEl = getAnchorEl(anchorEl); // If an anchor element wasn't provided, just use the parent body element of this Popover var anchorElement = resolvedAnchorEl && resolvedAnchorEl.nodeType === 1 ? resolvedAnchorEl : (0,ownerDocument/* default */.Z)(paperRef.current).body; var anchorRect = anchorElement.getBoundingClientRect(); if (false) { var box; } var anchorVertical = contentAnchorOffset === 0 ? anchorOrigin.vertical : 'center'; return { top: anchorRect.top + getOffsetTop(anchorRect, anchorVertical), left: anchorRect.left + getOffsetLeft(anchorRect, anchorOrigin.horizontal) }; }, [anchorEl, anchorOrigin.horizontal, anchorOrigin.vertical, anchorPosition, anchorReference]); // Returns the vertical offset of inner content to anchor the transform on if provided var getContentAnchorOffset = react.useCallback(function (element) { var contentAnchorOffset = 0; if (getContentAnchorEl && anchorReference === 'anchorEl') { var contentAnchorEl = getContentAnchorEl(element); if (contentAnchorEl && element.contains(contentAnchorEl)) { var scrollTop = getScrollParent(element, contentAnchorEl); contentAnchorOffset = contentAnchorEl.offsetTop + contentAnchorEl.clientHeight / 2 - scrollTop || 0; } // != the default value if (false) {} } return contentAnchorOffset; }, [anchorOrigin.vertical, anchorReference, getContentAnchorEl]); // Return the base transform origin using the element // and taking the content anchor offset into account if in use var getTransformOrigin = react.useCallback(function (elemRect) { var contentAnchorOffset = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0; return { vertical: getOffsetTop(elemRect, transformOrigin.vertical) + contentAnchorOffset, horizontal: getOffsetLeft(elemRect, transformOrigin.horizontal) }; }, [transformOrigin.horizontal, transformOrigin.vertical]); var getPositioningStyle = react.useCallback(function (element) { // Check if the parent has requested anchoring on an inner content node var contentAnchorOffset = getContentAnchorOffset(element); var elemRect = { width: element.offsetWidth, height: element.offsetHeight }; // Get the transform origin point on the element itself var elemTransformOrigin = getTransformOrigin(elemRect, contentAnchorOffset); if (anchorReference === 'none') { return { top: null, left: null, transformOrigin: getTransformOriginValue(elemTransformOrigin) }; } // Get the offset of of the anchoring element var anchorOffset = getAnchorOffset(contentAnchorOffset); // Calculate element positioning var top = anchorOffset.top - elemTransformOrigin.vertical; var left = anchorOffset.left - elemTransformOrigin.horizontal; var bottom = top + elemRect.height; var right = left + elemRect.width; // Use the parent window of the anchorEl if provided var containerWindow = (0,ownerWindow/* default */.Z)(getAnchorEl(anchorEl)); // Window thresholds taking required margin into account var heightThreshold = containerWindow.innerHeight - marginThreshold; var widthThreshold = containerWindow.innerWidth - marginThreshold; // Check if the vertical axis needs shifting if (top < marginThreshold) { var diff = top - marginThreshold; top -= diff; elemTransformOrigin.vertical += diff; } else if (bottom > heightThreshold) { var _diff = bottom - heightThreshold; top -= _diff; elemTransformOrigin.vertical += _diff; } if (false) {} // Check if the horizontal axis needs shifting if (left < marginThreshold) { var _diff2 = left - marginThreshold; left -= _diff2; elemTransformOrigin.horizontal += _diff2; } else if (right > widthThreshold) { var _diff3 = right - widthThreshold; left -= _diff3; elemTransformOrigin.horizontal += _diff3; } return { top: "".concat(Math.round(top), "px"), left: "".concat(Math.round(left), "px"), transformOrigin: getTransformOriginValue(elemTransformOrigin) }; }, [anchorEl, anchorReference, getAnchorOffset, getContentAnchorOffset, getTransformOrigin, marginThreshold]); var setPositioningStyles = react.useCallback(function () { var element = paperRef.current; if (!element) { return; } var positioning = getPositioningStyle(element); if (positioning.top !== null) { element.style.top = positioning.top; } if (positioning.left !== null) { element.style.left = positioning.left; } element.style.transformOrigin = positioning.transformOrigin; }, [getPositioningStyle]); var handleEntering = function handleEntering(element, isAppearing) { if (onEntering) { onEntering(element, isAppearing); } setPositioningStyles(); }; var handlePaperRef = react.useCallback(function (instance) { // #StrictMode ready paperRef.current = react_dom.findDOMNode(instance); }, []); react.useEffect(function () { if (open) { setPositioningStyles(); } }); react.useImperativeHandle(action, function () { return open ? { updatePosition: function updatePosition() { setPositioningStyles(); } } : null; }, [open, setPositioningStyles]); react.useEffect(function () { if (!open) { return undefined; } var handleResize = (0,debounce/* default */.Z)(function () { setPositioningStyles(); }); window.addEventListener('resize', handleResize); return function () { handleResize.clear(); window.removeEventListener('resize', handleResize); }; }, [open, setPositioningStyles]); var transitionDuration = transitionDurationProp; if (transitionDurationProp === 'auto' && !TransitionComponent.muiSupportAuto) { transitionDuration = undefined; } // If the container prop is provided, use that // If the anchorEl prop is provided, use its parent body element as the container // If neither are provided let the Modal take care of choosing the container var container = containerProp || (anchorEl ? (0,ownerDocument/* default */.Z)(getAnchorEl(anchorEl)).body : undefined); return /*#__PURE__*/react.createElement(Modal_Modal, (0,esm_extends/* default */.Z)({ container: container, open: open, ref: ref, BackdropProps: { invisible: true }, className: (0,clsx_m/* default */.Z)(classes.root, className) }, other), /*#__PURE__*/react.createElement(TransitionComponent, (0,esm_extends/* default */.Z)({ appear: true, in: open, onEnter: onEnter, onEntered: onEntered, onExit: onExit, onExited: onExited, onExiting: onExiting, timeout: transitionDuration }, TransitionProps, { onEntering: (0,createChainedFunction/* default */.Z)(handleEntering, TransitionProps.onEntering) }), /*#__PURE__*/react.createElement(Paper/* default */.Z, (0,esm_extends/* default */.Z)({ elevation: elevation, ref: handlePaperRef }, PaperProps, { className: (0,clsx_m/* default */.Z)(classes.paper, PaperProps.className) }), children))); }); false ? 0 : void 0; /* harmony default export */ var Popover_Popover = ((0,withStyles/* default */.Z)(Popover_styles, { name: 'MuiPopover' })(Popover)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/List/ListContext.js /** * @ignore - internal component. */ var ListContext = react.createContext({}); if (false) {} /* harmony default export */ var List_ListContext = (ListContext); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/List/List.js var List_styles = { /* Styles applied to the root element. */ root: { listStyle: 'none', margin: 0, padding: 0, position: 'relative' }, /* Styles applied to the root element if `disablePadding={false}`. */ padding: { paddingTop: 8, paddingBottom: 8 }, /* Styles applied to the root element if dense. */ dense: {}, /* Styles applied to the root element if a `subheader` is provided. */ subheader: { paddingTop: 0 } }; var List = /*#__PURE__*/react.forwardRef(function List(props, ref) { var children = props.children, classes = props.classes, className = props.className, _props$component = props.component, Component = _props$component === void 0 ? 'ul' : _props$component, _props$dense = props.dense, dense = _props$dense === void 0 ? false : _props$dense, _props$disablePadding = props.disablePadding, disablePadding = _props$disablePadding === void 0 ? false : _props$disablePadding, subheader = props.subheader, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "classes", "className", "component", "dense", "disablePadding", "subheader"]); var context = react.useMemo(function () { return { dense: dense }; }, [dense]); return /*#__PURE__*/react.createElement(List_ListContext.Provider, { value: context }, /*#__PURE__*/react.createElement(Component, (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className, dense && classes.dense, !disablePadding && classes.padding, subheader && classes.subheader), ref: ref }, other), subheader, children)); }); false ? 0 : void 0; /* harmony default export */ var List_List = ((0,withStyles/* default */.Z)(List_styles, { name: 'MuiList' })(List)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/MenuList/MenuList.js function nextItem(list, item, disableListWrap) { if (list === item) { return list.firstChild; } if (item && item.nextElementSibling) { return item.nextElementSibling; } return disableListWrap ? null : list.firstChild; } function previousItem(list, item, disableListWrap) { if (list === item) { return disableListWrap ? list.firstChild : list.lastChild; } if (item && item.previousElementSibling) { return item.previousElementSibling; } return disableListWrap ? null : list.lastChild; } function textCriteriaMatches(nextFocus, textCriteria) { if (textCriteria === undefined) { return true; } var text = nextFocus.innerText; if (text === undefined) { // jsdom doesn't support innerText text = nextFocus.textContent; } text = text.trim().toLowerCase(); if (text.length === 0) { return false; } if (textCriteria.repeating) { return text[0] === textCriteria.keys[0]; } return text.indexOf(textCriteria.keys.join('')) === 0; } function moveFocus(list, currentFocus, disableListWrap, disabledItemsFocusable, traversalFunction, textCriteria) { var wrappedOnce = false; var nextFocus = traversalFunction(list, currentFocus, currentFocus ? disableListWrap : false); while (nextFocus) { // Prevent infinite loop. if (nextFocus === list.firstChild) { if (wrappedOnce) { return; } wrappedOnce = true; } // Same logic as useAutocomplete.js var nextFocusDisabled = disabledItemsFocusable ? false : nextFocus.disabled || nextFocus.getAttribute('aria-disabled') === 'true'; if (!nextFocus.hasAttribute('tabindex') || !textCriteriaMatches(nextFocus, textCriteria) || nextFocusDisabled) { // Move to the next element. nextFocus = traversalFunction(list, nextFocus, disableListWrap); } else { nextFocus.focus(); return; } } } var useEnhancedEffect = typeof window === 'undefined' ? react.useEffect : react.useLayoutEffect; /** * A permanently displayed menu following https://www.w3.org/TR/wai-aria-practices/#menubutton. * It's exposed to help customization of the [`Menu`](/api/menu/) component. If you * use it separately you need to move focus into the component manually. Once * the focus is placed inside the component it is fully keyboard accessible. */ var MenuList = /*#__PURE__*/react.forwardRef(function MenuList(props, ref) { var actions = props.actions, _props$autoFocus = props.autoFocus, autoFocus = _props$autoFocus === void 0 ? false : _props$autoFocus, _props$autoFocusItem = props.autoFocusItem, autoFocusItem = _props$autoFocusItem === void 0 ? false : _props$autoFocusItem, children = props.children, className = props.className, _props$disabledItemsF = props.disabledItemsFocusable, disabledItemsFocusable = _props$disabledItemsF === void 0 ? false : _props$disabledItemsF, _props$disableListWra = props.disableListWrap, disableListWrap = _props$disableListWra === void 0 ? false : _props$disableListWra, onKeyDown = props.onKeyDown, _props$variant = props.variant, variant = _props$variant === void 0 ? 'selectedMenu' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["actions", "autoFocus", "autoFocusItem", "children", "className", "disabledItemsFocusable", "disableListWrap", "onKeyDown", "variant"]); var listRef = react.useRef(null); var textCriteriaRef = react.useRef({ keys: [], repeating: true, previousKeyMatched: true, lastTime: null }); useEnhancedEffect(function () { if (autoFocus) { listRef.current.focus(); } }, [autoFocus]); react.useImperativeHandle(actions, function () { return { adjustStyleForScrollbar: function adjustStyleForScrollbar(containerElement, theme) { // Let's ignore that piece of logic if users are already overriding the width // of the menu. var noExplicitWidth = !listRef.current.style.width; if (containerElement.clientHeight < listRef.current.clientHeight && noExplicitWidth) { var scrollbarSize = "".concat(getScrollbarSize(true), "px"); listRef.current.style[theme.direction === 'rtl' ? 'paddingLeft' : 'paddingRight'] = scrollbarSize; listRef.current.style.width = "calc(100% + ".concat(scrollbarSize, ")"); } return listRef.current; } }; }, []); var handleKeyDown = function handleKeyDown(event) { var list = listRef.current; var key = event.key; /** * @type {Element} - will always be defined since we are in a keydown handler * attached to an element. A keydown event is either dispatched to the activeElement * or document.body or document.documentElement. Only the first case will * trigger this specific handler. */ var currentFocus = (0,ownerDocument/* default */.Z)(list).activeElement; if (key === 'ArrowDown') { // Prevent scroll of the page event.preventDefault(); moveFocus(list, currentFocus, disableListWrap, disabledItemsFocusable, nextItem); } else if (key === 'ArrowUp') { event.preventDefault(); moveFocus(list, currentFocus, disableListWrap, disabledItemsFocusable, previousItem); } else if (key === 'Home') { event.preventDefault(); moveFocus(list, null, disableListWrap, disabledItemsFocusable, nextItem); } else if (key === 'End') { event.preventDefault(); moveFocus(list, null, disableListWrap, disabledItemsFocusable, previousItem); } else if (key.length === 1) { var criteria = textCriteriaRef.current; var lowerKey = key.toLowerCase(); var currTime = performance.now(); if (criteria.keys.length > 0) { // Reset if (currTime - criteria.lastTime > 500) { criteria.keys = []; criteria.repeating = true; criteria.previousKeyMatched = true; } else if (criteria.repeating && lowerKey !== criteria.keys[0]) { criteria.repeating = false; } } criteria.lastTime = currTime; criteria.keys.push(lowerKey); var keepFocusOnCurrent = currentFocus && !criteria.repeating && textCriteriaMatches(currentFocus, criteria); if (criteria.previousKeyMatched && (keepFocusOnCurrent || moveFocus(list, currentFocus, false, disabledItemsFocusable, nextItem, criteria))) { event.preventDefault(); } else { criteria.previousKeyMatched = false; } } if (onKeyDown) { onKeyDown(event); } }; var handleOwnRef = react.useCallback(function (instance) { // #StrictMode ready listRef.current = react_dom.findDOMNode(instance); }, []); var handleRef = (0,useForkRef/* default */.Z)(handleOwnRef, ref); /** * the index of the item should receive focus * in a `variant="selectedMenu"` it's the first `selected` item * otherwise it's the very first item. */ var activeItemIndex = -1; // since we inject focus related props into children we have to do a lookahead // to check if there is a `selected` item. We're looking for the last `selected` // item and use the first valid item as a fallback react.Children.forEach(children, function (child, index) { if (! /*#__PURE__*/react.isValidElement(child)) { return; } if (false) {} if (!child.props.disabled) { if (variant === 'selectedMenu' && child.props.selected) { activeItemIndex = index; } else if (activeItemIndex === -1) { activeItemIndex = index; } } }); var items = react.Children.map(children, function (child, index) { if (index === activeItemIndex) { var newChildProps = {}; if (autoFocusItem) { newChildProps.autoFocus = true; } if (child.props.tabIndex === undefined && variant === 'selectedMenu') { newChildProps.tabIndex = 0; } return /*#__PURE__*/react.cloneElement(child, newChildProps); } return child; }); return /*#__PURE__*/react.createElement(List_List, (0,esm_extends/* default */.Z)({ role: "menu", ref: handleRef, className: className, onKeyDown: handleKeyDown, tabIndex: autoFocus ? 0 : -1 }, other), items); }); false ? 0 : void 0; /* harmony default export */ var MenuList_MenuList = (MenuList); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/setRef.js var setRef = __webpack_require__(34236); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/useTheme.js var styles_useTheme = __webpack_require__(8920); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Menu/Menu.js var RTL_ORIGIN = { vertical: 'top', horizontal: 'right' }; var LTR_ORIGIN = { vertical: 'top', horizontal: 'left' }; var Menu_styles = { /* Styles applied to the `Paper` component. */ paper: { // specZ: The maximum height of a simple menu should be one or more rows less than the view // height. This ensures a tapable area outside of the simple menu with which to dismiss // the menu. maxHeight: 'calc(100% - 96px)', // Add iOS momentum scrolling. WebkitOverflowScrolling: 'touch' }, /* Styles applied to the `List` component via `MenuList`. */ list: { // We disable the focus ring for mouse, touch and keyboard users. outline: 0 } }; var Menu = /*#__PURE__*/react.forwardRef(function Menu(props, ref) { var _props$autoFocus = props.autoFocus, autoFocus = _props$autoFocus === void 0 ? true : _props$autoFocus, children = props.children, classes = props.classes, _props$disableAutoFoc = props.disableAutoFocusItem, disableAutoFocusItem = _props$disableAutoFoc === void 0 ? false : _props$disableAutoFoc, _props$MenuListProps = props.MenuListProps, MenuListProps = _props$MenuListProps === void 0 ? {} : _props$MenuListProps, onClose = props.onClose, onEntering = props.onEntering, open = props.open, _props$PaperProps = props.PaperProps, PaperProps = _props$PaperProps === void 0 ? {} : _props$PaperProps, PopoverClasses = props.PopoverClasses, _props$transitionDura = props.transitionDuration, transitionDuration = _props$transitionDura === void 0 ? 'auto' : _props$transitionDura, _props$variant = props.variant, variant = _props$variant === void 0 ? 'selectedMenu' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["autoFocus", "children", "classes", "disableAutoFocusItem", "MenuListProps", "onClose", "onEntering", "open", "PaperProps", "PopoverClasses", "transitionDuration", "variant"]); var theme = (0,styles_useTheme/* default */.Z)(); var autoFocusItem = autoFocus && !disableAutoFocusItem && open; var menuListActionsRef = react.useRef(null); var contentAnchorRef = react.useRef(null); var getContentAnchorEl = function getContentAnchorEl() { return contentAnchorRef.current; }; var handleEntering = function handleEntering(element, isAppearing) { if (menuListActionsRef.current) { menuListActionsRef.current.adjustStyleForScrollbar(element, theme); } if (onEntering) { onEntering(element, isAppearing); } }; var handleListKeyDown = function handleListKeyDown(event) { if (event.key === 'Tab') { event.preventDefault(); if (onClose) { onClose(event, 'tabKeyDown'); } } }; /** * the index of the item should receive focus * in a `variant="selectedMenu"` it's the first `selected` item * otherwise it's the very first item. */ var activeItemIndex = -1; // since we inject focus related props into children we have to do a lookahead // to check if there is a `selected` item. We're looking for the last `selected` // item and use the first valid item as a fallback react.Children.map(children, function (child, index) { if (! /*#__PURE__*/react.isValidElement(child)) { return; } if (false) {} if (!child.props.disabled) { if (variant !== "menu" && child.props.selected) { activeItemIndex = index; } else if (activeItemIndex === -1) { activeItemIndex = index; } } }); var items = react.Children.map(children, function (child, index) { if (index === activeItemIndex) { return /*#__PURE__*/react.cloneElement(child, { ref: function ref(instance) { // #StrictMode ready contentAnchorRef.current = react_dom.findDOMNode(instance); (0,setRef/* default */.Z)(child.ref, instance); } }); } return child; }); return /*#__PURE__*/react.createElement(Popover_Popover, (0,esm_extends/* default */.Z)({ getContentAnchorEl: getContentAnchorEl, classes: PopoverClasses, onClose: onClose, onEntering: handleEntering, anchorOrigin: theme.direction === 'rtl' ? RTL_ORIGIN : LTR_ORIGIN, transformOrigin: theme.direction === 'rtl' ? RTL_ORIGIN : LTR_ORIGIN, PaperProps: (0,esm_extends/* default */.Z)({}, PaperProps, { classes: (0,esm_extends/* default */.Z)({}, PaperProps.classes, { root: classes.paper }) }), open: open, ref: ref, transitionDuration: transitionDuration }, other), /*#__PURE__*/react.createElement(MenuList_MenuList, (0,esm_extends/* default */.Z)({ onKeyDown: handleListKeyDown, actions: menuListActionsRef, autoFocus: autoFocus && (activeItemIndex === -1 || disableAutoFocusItem), autoFocusItem: autoFocusItem, variant: variant }, MenuListProps, { className: (0,clsx_m/* default */.Z)(classes.list, MenuListProps.className) }), items)); }); false ? 0 : void 0; /* harmony default export */ var Menu_Menu = ((0,withStyles/* default */.Z)(Menu_styles, { name: 'MuiMenu' })(Menu)); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/isMuiElement.js var isMuiElement = __webpack_require__(83711); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/ListItem/ListItem.js var ListItem_styles = function styles(theme) { return { /* Styles applied to the (normally root) `component` element. May be wrapped by a `container`. */ root: { display: 'flex', justifyContent: 'flex-start', alignItems: 'center', position: 'relative', textDecoration: 'none', width: '100%', boxSizing: 'border-box', textAlign: 'left', paddingTop: 8, paddingBottom: 8, '&$focusVisible': { backgroundColor: theme.palette.action.selected }, '&$selected, &$selected:hover': { backgroundColor: theme.palette.action.selected }, '&$disabled': { opacity: 0.5 } }, /* Styles applied to the `container` element if `children` includes `ListItemSecondaryAction`. */ container: { position: 'relative' }, /* Pseudo-class applied to the `component`'s `focusVisibleClassName` prop if `button={true}`. */ focusVisible: {}, /* Styles applied to the `component` element if dense. */ dense: { paddingTop: 4, paddingBottom: 4 }, /* Styles applied to the `component` element if `alignItems="flex-start"`. */ alignItemsFlexStart: { alignItems: 'flex-start' }, /* Pseudo-class applied to the inner `component` element if `disabled={true}`. */ disabled: {}, /* Styles applied to the inner `component` element if `divider={true}`. */ divider: { borderBottom: "1px solid ".concat(theme.palette.divider), backgroundClip: 'padding-box' }, /* Styles applied to the inner `component` element if `disableGutters={false}`. */ gutters: { paddingLeft: 16, paddingRight: 16 }, /* Styles applied to the inner `component` element if `button={true}`. */ button: { transition: theme.transitions.create('background-color', { duration: theme.transitions.duration.shortest }), '&:hover': { textDecoration: 'none', backgroundColor: theme.palette.action.hover, // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: 'transparent' } } }, /* Styles applied to the `component` element if `children` includes `ListItemSecondaryAction`. */ secondaryAction: { // Add some space to avoid collision as `ListItemSecondaryAction` // is absolutely positioned. paddingRight: 48 }, /* Pseudo-class applied to the root element if `selected={true}`. */ selected: {} }; }; var ListItem_useEnhancedEffect = typeof window === 'undefined' ? react.useEffect : react.useLayoutEffect; /** * Uses an additional container component if `ListItemSecondaryAction` is the last child. */ var ListItem = /*#__PURE__*/react.forwardRef(function ListItem(props, ref) { var _props$alignItems = props.alignItems, alignItems = _props$alignItems === void 0 ? 'center' : _props$alignItems, _props$autoFocus = props.autoFocus, autoFocus = _props$autoFocus === void 0 ? false : _props$autoFocus, _props$button = props.button, button = _props$button === void 0 ? false : _props$button, childrenProp = props.children, classes = props.classes, className = props.className, componentProp = props.component, _props$ContainerCompo = props.ContainerComponent, ContainerComponent = _props$ContainerCompo === void 0 ? 'li' : _props$ContainerCompo, _props$ContainerProps = props.ContainerProps; _props$ContainerProps = _props$ContainerProps === void 0 ? {} : _props$ContainerProps; var ContainerClassName = _props$ContainerProps.className, ContainerProps = (0,objectWithoutProperties/* default */.Z)(_props$ContainerProps, ["className"]), _props$dense = props.dense, dense = _props$dense === void 0 ? false : _props$dense, _props$disabled = props.disabled, disabled = _props$disabled === void 0 ? false : _props$disabled, _props$disableGutters = props.disableGutters, disableGutters = _props$disableGutters === void 0 ? false : _props$disableGutters, _props$divider = props.divider, divider = _props$divider === void 0 ? false : _props$divider, focusVisibleClassName = props.focusVisibleClassName, _props$selected = props.selected, selected = _props$selected === void 0 ? false : _props$selected, other = (0,objectWithoutProperties/* default */.Z)(props, ["alignItems", "autoFocus", "button", "children", "classes", "className", "component", "ContainerComponent", "ContainerProps", "dense", "disabled", "disableGutters", "divider", "focusVisibleClassName", "selected"]); var context = react.useContext(List_ListContext); var childContext = { dense: dense || context.dense || false, alignItems: alignItems }; var listItemRef = react.useRef(null); ListItem_useEnhancedEffect(function () { if (autoFocus) { if (listItemRef.current) { listItemRef.current.focus(); } else if (false) {} } }, [autoFocus]); var children = react.Children.toArray(childrenProp); var hasSecondaryAction = children.length && (0,isMuiElement/* default */.Z)(children[children.length - 1], ['ListItemSecondaryAction']); var handleOwnRef = react.useCallback(function (instance) { // #StrictMode ready listItemRef.current = react_dom.findDOMNode(instance); }, []); var handleRef = (0,useForkRef/* default */.Z)(handleOwnRef, ref); var componentProps = (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className, childContext.dense && classes.dense, !disableGutters && classes.gutters, divider && classes.divider, disabled && classes.disabled, button && classes.button, alignItems !== "center" && classes.alignItemsFlexStart, hasSecondaryAction && classes.secondaryAction, selected && classes.selected), disabled: disabled }, other); var Component = componentProp || 'li'; if (button) { componentProps.component = componentProp || 'div'; componentProps.focusVisibleClassName = (0,clsx_m/* default */.Z)(classes.focusVisible, focusVisibleClassName); Component = ButtonBase/* default */.Z; } if (hasSecondaryAction) { // Use div by default. Component = !componentProps.component && !componentProp ? 'div' : Component; // Avoid nesting of li > li. if (ContainerComponent === 'li') { if (Component === 'li') { Component = 'div'; } else if (componentProps.component === 'li') { componentProps.component = 'div'; } } return /*#__PURE__*/react.createElement(List_ListContext.Provider, { value: childContext }, /*#__PURE__*/react.createElement(ContainerComponent, (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.container, ContainerClassName), ref: handleRef }, ContainerProps), /*#__PURE__*/react.createElement(Component, componentProps, children), children.pop())); } return /*#__PURE__*/react.createElement(List_ListContext.Provider, { value: childContext }, /*#__PURE__*/react.createElement(Component, (0,esm_extends/* default */.Z)({ ref: handleRef }, componentProps), children)); }); false ? 0 : void 0; /* harmony default export */ var ListItem_ListItem = ((0,withStyles/* default */.Z)(ListItem_styles, { name: 'MuiListItem' })(ListItem)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/MenuItem/MenuItem.js var MenuItem_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: (0,esm_extends/* default */.Z)({}, theme.typography.body1, (0,defineProperty/* default */.Z)({ minHeight: 48, paddingTop: 6, paddingBottom: 6, boxSizing: 'border-box', width: 'auto', overflow: 'hidden', whiteSpace: 'nowrap' }, theme.breakpoints.up('sm'), { minHeight: 'auto' })), // TODO v5: remove /* Styles applied to the root element if `disableGutters={false}`. */ gutters: {}, /* Styles applied to the root element if `selected={true}`. */ selected: {}, /* Styles applied to the root element if dense. */ dense: (0,esm_extends/* default */.Z)({}, theme.typography.body2, { minHeight: 'auto' }) }; }; var MenuItem = /*#__PURE__*/react.forwardRef(function MenuItem(props, ref) { var classes = props.classes, className = props.className, _props$component = props.component, component = _props$component === void 0 ? 'li' : _props$component, _props$disableGutters = props.disableGutters, disableGutters = _props$disableGutters === void 0 ? false : _props$disableGutters, ListItemClasses = props.ListItemClasses, _props$role = props.role, role = _props$role === void 0 ? 'menuitem' : _props$role, selected = props.selected, tabIndexProp = props.tabIndex, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className", "component", "disableGutters", "ListItemClasses", "role", "selected", "tabIndex"]); var tabIndex; if (!props.disabled) { tabIndex = tabIndexProp !== undefined ? tabIndexProp : -1; } return /*#__PURE__*/react.createElement(ListItem_ListItem, (0,esm_extends/* default */.Z)({ button: true, role: role, tabIndex: tabIndex, component: component, selected: selected, disableGutters: disableGutters, classes: (0,esm_extends/* default */.Z)({ dense: classes.dense }, ListItemClasses), className: (0,clsx_m/* default */.Z)(classes.root, className, selected && classes.selected, !disableGutters && classes.gutters), ref: ref }, other)); }); false ? 0 : void 0; /* harmony default export */ var MenuItem_MenuItem = ((0,withStyles/* default */.Z)(MenuItem_styles, { name: 'MuiMenuItem' })(MenuItem)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/ListItemIcon/ListItemIcon.js var ListItemIcon_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { minWidth: 56, color: theme.palette.action.active, flexShrink: 0, display: 'inline-flex' }, /* Styles applied to the root element when the parent `ListItem` uses `alignItems="flex-start"`. */ alignItemsFlexStart: { marginTop: 8 } }; }; /** * A simple wrapper to apply `List` styles to an `Icon` or `SvgIcon`. */ var ListItemIcon = /*#__PURE__*/react.forwardRef(function ListItemIcon(props, ref) { var classes = props.classes, className = props.className, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className"]); var context = react.useContext(List_ListContext); return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className, context.alignItems === 'flex-start' && classes.alignItemsFlexStart), ref: ref }, other)); }); false ? 0 : void 0; /* harmony default export */ var ListItemIcon_ListItemIcon = ((0,withStyles/* default */.Z)(ListItemIcon_styles, { name: 'MuiListItemIcon' })(ListItemIcon)); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Typography/Typography.js var Typography = __webpack_require__(22318); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/ListItemText/ListItemText.js var ListItemText_styles = { /* Styles applied to the root element. */ root: { flex: '1 1 auto', minWidth: 0, marginTop: 4, marginBottom: 4 }, /* Styles applied to the `Typography` components if primary and secondary are set. */ multiline: { marginTop: 6, marginBottom: 6 }, /* Styles applied to the `Typography` components if dense. */ dense: {}, /* Styles applied to the root element if `inset={true}`. */ inset: { paddingLeft: 56 }, /* Styles applied to the primary `Typography` component. */ primary: {}, /* Styles applied to the secondary `Typography` component. */ secondary: {} }; var ListItemText = /*#__PURE__*/react.forwardRef(function ListItemText(props, ref) { var children = props.children, classes = props.classes, className = props.className, _props$disableTypogra = props.disableTypography, disableTypography = _props$disableTypogra === void 0 ? false : _props$disableTypogra, _props$inset = props.inset, inset = _props$inset === void 0 ? false : _props$inset, primaryProp = props.primary, primaryTypographyProps = props.primaryTypographyProps, secondaryProp = props.secondary, secondaryTypographyProps = props.secondaryTypographyProps, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "classes", "className", "disableTypography", "inset", "primary", "primaryTypographyProps", "secondary", "secondaryTypographyProps"]); var _React$useContext = react.useContext(List_ListContext), dense = _React$useContext.dense; var primary = primaryProp != null ? primaryProp : children; if (primary != null && primary.type !== Typography/* default */.Z && !disableTypography) { primary = /*#__PURE__*/react.createElement(Typography/* default */.Z, (0,esm_extends/* default */.Z)({ variant: dense ? 'body2' : 'body1', className: classes.primary, component: "span", display: "block" }, primaryTypographyProps), primary); } var secondary = secondaryProp; if (secondary != null && secondary.type !== Typography/* default */.Z && !disableTypography) { secondary = /*#__PURE__*/react.createElement(Typography/* default */.Z, (0,esm_extends/* default */.Z)({ variant: "body2", className: classes.secondary, color: "textSecondary", display: "block" }, secondaryTypographyProps), secondary); } return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className, dense && classes.dense, inset && classes.inset, primary && secondary && classes.multiline), ref: ref }, other), primary, secondary); }); false ? 0 : void 0; /* harmony default export */ var ListItemText_ListItemText = ((0,withStyles/* default */.Z)(ListItemText_styles, { name: 'MuiListItemText' })(ListItemText)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/CircularProgress/CircularProgress.js var SIZE = 44; var CircularProgress_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { display: 'inline-block' }, /* Styles applied to the root element if `variant="static"`. */ static: { transition: theme.transitions.create('transform') }, /* Styles applied to the root element if `variant="indeterminate"`. */ indeterminate: { animation: '$circular-rotate 1.4s linear infinite' }, /* Styles applied to the root element if `variant="determinate"`. */ determinate: { transition: theme.transitions.create('transform') }, /* Styles applied to the root element if `color="primary"`. */ colorPrimary: { color: theme.palette.primary.main }, /* Styles applied to the root element if `color="secondary"`. */ colorSecondary: { color: theme.palette.secondary.main }, /* Styles applied to the `svg` element. */ svg: { display: 'block' // Keeps the progress centered }, /* Styles applied to the `circle` svg path. */ circle: { stroke: 'currentColor' // Use butt to follow the specification, by chance, it's already the default CSS value. // strokeLinecap: 'butt', }, /* Styles applied to the `circle` svg path if `variant="static"`. */ circleStatic: { transition: theme.transitions.create('stroke-dashoffset') }, /* Styles applied to the `circle` svg path if `variant="indeterminate"`. */ circleIndeterminate: { animation: '$circular-dash 1.4s ease-in-out infinite', // Some default value that looks fine waiting for the animation to kicks in. strokeDasharray: '80px, 200px', strokeDashoffset: '0px' // Add the unit to fix a Edge 16 and below bug. }, /* Styles applied to the `circle` svg path if `variant="determinate"`. */ circleDeterminate: { transition: theme.transitions.create('stroke-dashoffset') }, '@keyframes circular-rotate': { '0%': { // Fix IE 11 wobbly transformOrigin: '50% 50%' }, '100%': { transform: 'rotate(360deg)' } }, '@keyframes circular-dash': { '0%': { strokeDasharray: '1px, 200px', strokeDashoffset: '0px' }, '50%': { strokeDasharray: '100px, 200px', strokeDashoffset: '-15px' }, '100%': { strokeDasharray: '100px, 200px', strokeDashoffset: '-125px' } }, /* Styles applied to the `circle` svg path if `disableShrink={true}`. */ circleDisableShrink: { animation: 'none' } }; }; /** * ## ARIA * * If the progress bar is describing the loading progress of a particular region of a page, * you should use `aria-describedby` to point to the progress bar, and set the `aria-busy` * attribute to `true` on that region until it has finished loading. */ var CircularProgress = /*#__PURE__*/react.forwardRef(function CircularProgress(props, ref) { var classes = props.classes, className = props.className, _props$color = props.color, color = _props$color === void 0 ? 'primary' : _props$color, _props$disableShrink = props.disableShrink, disableShrink = _props$disableShrink === void 0 ? false : _props$disableShrink, _props$size = props.size, size = _props$size === void 0 ? 40 : _props$size, style = props.style, _props$thickness = props.thickness, thickness = _props$thickness === void 0 ? 3.6 : _props$thickness, _props$value = props.value, value = _props$value === void 0 ? 0 : _props$value, _props$variant = props.variant, variant = _props$variant === void 0 ? 'indeterminate' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className", "color", "disableShrink", "size", "style", "thickness", "value", "variant"]); var circleStyle = {}; var rootStyle = {}; var rootProps = {}; if (variant === 'determinate' || variant === 'static') { var circumference = 2 * Math.PI * ((SIZE - thickness) / 2); circleStyle.strokeDasharray = circumference.toFixed(3); rootProps['aria-valuenow'] = Math.round(value); circleStyle.strokeDashoffset = "".concat(((100 - value) / 100 * circumference).toFixed(3), "px"); rootStyle.transform = 'rotate(-90deg)'; } return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className, color !== 'inherit' && classes["color".concat((0,utils_capitalize/* default */.Z)(color))], { 'determinate': classes.determinate, 'indeterminate': classes.indeterminate, 'static': classes.static }[variant]), style: (0,esm_extends/* default */.Z)({ width: size, height: size }, rootStyle, style), ref: ref, role: "progressbar" }, rootProps, other), /*#__PURE__*/react.createElement("svg", { className: classes.svg, viewBox: "".concat(SIZE / 2, " ").concat(SIZE / 2, " ").concat(SIZE, " ").concat(SIZE) }, /*#__PURE__*/react.createElement("circle", { className: (0,clsx_m/* default */.Z)(classes.circle, disableShrink && classes.circleDisableShrink, { 'determinate': classes.circleDeterminate, 'indeterminate': classes.circleIndeterminate, 'static': classes.circleStatic }[variant]), style: circleStyle, cx: SIZE, cy: SIZE, r: (SIZE - thickness) / 2, fill: "none", strokeWidth: thickness }))); }); false ? 0 : void 0; /* harmony default export */ var CircularProgress_CircularProgress = ((0,withStyles/* default */.Z)(CircularProgress_styles, { name: 'MuiCircularProgress', flip: false })(CircularProgress)); // EXTERNAL MODULE: ./node_modules/@material-ui/icons/ArrowDropDown.js var ArrowDropDown = __webpack_require__(89039); // EXTERNAL MODULE: ./node_modules/@material-ui/icons/Code.js var Code = __webpack_require__(66521); ;// CONCATENATED MODULE: ./node_modules/react-redux/es/components/Context.js var Context_ReactReduxContext = /*#__PURE__*/react.createContext(null); if (false) {} /* harmony default export */ var Context = ((/* unused pure expression or super */ null && (Context_ReactReduxContext))); ;// CONCATENATED MODULE: ./node_modules/react-redux/es/utils/batch.js // Default to a dummy "batch" implementation that just runs the callback function defaultNoopBatch(callback) { callback(); } var batch = defaultNoopBatch; // Allow injecting another batching function later var setBatch = function setBatch(newBatch) { return batch = newBatch; }; // Supply a getter just to skip dealing with ESM bindings var getBatch = function getBatch() { return batch; }; ;// CONCATENATED MODULE: ./node_modules/react-redux/es/utils/Subscription.js // encapsulates the subscription logic for connecting a component to the redux store, as // well as nesting subscriptions of descendant components, so that we can ensure the // ancestor components re-render before descendants var nullListeners = { notify: function notify() {} }; function createListenerCollection() { var batch = getBatch(); var first = null; var last = null; return { clear: function clear() { first = null; last = null; }, notify: function notify() { batch(function () { var listener = first; while (listener) { listener.callback(); listener = listener.next; } }); }, get: function get() { var listeners = []; var listener = first; while (listener) { listeners.push(listener); listener = listener.next; } return listeners; }, subscribe: function subscribe(callback) { var isSubscribed = true; var listener = last = { callback: callback, next: null, prev: last }; if (listener.prev) { listener.prev.next = listener; } else { first = listener; } return function unsubscribe() { if (!isSubscribed || first === null) return; isSubscribed = false; if (listener.next) { listener.next.prev = listener.prev; } else { last = listener.prev; } if (listener.prev) { listener.prev.next = listener.next; } else { first = listener.next; } }; } }; } var Subscription = /*#__PURE__*/function () { function Subscription(store, parentSub) { this.store = store; this.parentSub = parentSub; this.unsubscribe = null; this.listeners = nullListeners; this.handleChangeWrapper = this.handleChangeWrapper.bind(this); } var _proto = Subscription.prototype; _proto.addNestedSub = function addNestedSub(listener) { this.trySubscribe(); return this.listeners.subscribe(listener); }; _proto.notifyNestedSubs = function notifyNestedSubs() { this.listeners.notify(); }; _proto.handleChangeWrapper = function handleChangeWrapper() { if (this.onStateChange) { this.onStateChange(); } }; _proto.isSubscribed = function isSubscribed() { return Boolean(this.unsubscribe); }; _proto.trySubscribe = function trySubscribe() { if (!this.unsubscribe) { this.unsubscribe = this.parentSub ? this.parentSub.addNestedSub(this.handleChangeWrapper) : this.store.subscribe(this.handleChangeWrapper); this.listeners = createListenerCollection(); } }; _proto.tryUnsubscribe = function tryUnsubscribe() { if (this.unsubscribe) { this.unsubscribe(); this.unsubscribe = null; this.listeners.clear(); this.listeners = nullListeners; } }; return Subscription; }(); ;// CONCATENATED MODULE: ./node_modules/react-redux/es/utils/useIsomorphicLayoutEffect.js // React currently throws a warning when using useLayoutEffect on the server. // To get around it, we can conditionally useEffect on the server (no-op) and // useLayoutEffect in the browser. We need useLayoutEffect to ensure the store // subscription callback always has the selector from the latest render commit // available, otherwise a store update may happen between render and the effect, // which may cause missed updates; we also must ensure the store subscription // is created synchronously, otherwise a store update may occur before the // subscription is created and an inconsistent state may be observed var useIsomorphicLayoutEffect = typeof window !== 'undefined' && typeof window.document !== 'undefined' && typeof window.document.createElement !== 'undefined' ? react.useLayoutEffect : react.useEffect; ;// CONCATENATED MODULE: ./node_modules/react-redux/es/components/Provider.js function Provider(_ref) { var store = _ref.store, context = _ref.context, children = _ref.children; var contextValue = (0,react.useMemo)(function () { var subscription = new Subscription(store); subscription.onStateChange = subscription.notifyNestedSubs; return { store: store, subscription: subscription }; }, [store]); var previousState = (0,react.useMemo)(function () { return store.getState(); }, [store]); useIsomorphicLayoutEffect(function () { var subscription = contextValue.subscription; subscription.trySubscribe(); if (previousState !== store.getState()) { subscription.notifyNestedSubs(); } return function () { subscription.tryUnsubscribe(); subscription.onStateChange = null; }; }, [contextValue, previousState]); var Context = context || Context_ReactReduxContext; return /*#__PURE__*/react.createElement(Context.Provider, { value: contextValue }, children); } if (false) {} /* harmony default export */ var components_Provider = (Provider); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js var objectWithoutPropertiesLoose = __webpack_require__(19756); // EXTERNAL MODULE: ./node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js var hoist_non_react_statics_cjs = __webpack_require__(8679); var hoist_non_react_statics_cjs_default = /*#__PURE__*/__webpack_require__.n(hoist_non_react_statics_cjs); // EXTERNAL MODULE: ./node_modules/react-redux/node_modules/react-is/index.js var node_modules_react_is = __webpack_require__(72973); ;// CONCATENATED MODULE: ./node_modules/react-redux/es/components/connectAdvanced.js // Define some constant arrays just to avoid re-creating these var EMPTY_ARRAY = []; var NO_SUBSCRIPTION_ARRAY = [null, null]; var stringifyComponent = function stringifyComponent(Comp) { try { return JSON.stringify(Comp); } catch (err) { return String(Comp); } }; function storeStateUpdatesReducer(state, action) { var updateCount = state[1]; return [action.payload, updateCount + 1]; } function useIsomorphicLayoutEffectWithArgs(effectFunc, effectArgs, dependencies) { useIsomorphicLayoutEffect(function () { return effectFunc.apply(void 0, effectArgs); }, dependencies); } function captureWrapperProps(lastWrapperProps, lastChildProps, renderIsScheduled, wrapperProps, actualChildProps, childPropsFromStoreUpdate, notifyNestedSubs) { // We want to capture the wrapper props and child props we used for later comparisons lastWrapperProps.current = wrapperProps; lastChildProps.current = actualChildProps; renderIsScheduled.current = false; // If the render was from a store update, clear out that reference and cascade the subscriber update if (childPropsFromStoreUpdate.current) { childPropsFromStoreUpdate.current = null; notifyNestedSubs(); } } function subscribeUpdates(shouldHandleStateChanges, store, subscription, childPropsSelector, lastWrapperProps, lastChildProps, renderIsScheduled, childPropsFromStoreUpdate, notifyNestedSubs, forceComponentUpdateDispatch) { // If we're not subscribed to the store, nothing to do here if (!shouldHandleStateChanges) return; // Capture values for checking if and when this component unmounts var didUnsubscribe = false; var lastThrownError = null; // We'll run this callback every time a store subscription update propagates to this component var checkForUpdates = function checkForUpdates() { if (didUnsubscribe) { // Don't run stale listeners. // Redux doesn't guarantee unsubscriptions happen until next dispatch. return; } var latestStoreState = store.getState(); var newChildProps, error; try { // Actually run the selector with the most recent store state and wrapper props // to determine what the child props should be newChildProps = childPropsSelector(latestStoreState, lastWrapperProps.current); } catch (e) { error = e; lastThrownError = e; } if (!error) { lastThrownError = null; } // If the child props haven't changed, nothing to do here - cascade the subscription update if (newChildProps === lastChildProps.current) { if (!renderIsScheduled.current) { notifyNestedSubs(); } } else { // Save references to the new child props. Note that we track the "child props from store update" // as a ref instead of a useState/useReducer because we need a way to determine if that value has // been processed. If this went into useState/useReducer, we couldn't clear out the value without // forcing another re-render, which we don't want. lastChildProps.current = newChildProps; childPropsFromStoreUpdate.current = newChildProps; renderIsScheduled.current = true; // If the child props _did_ change (or we caught an error), this wrapper component needs to re-render forceComponentUpdateDispatch({ type: 'STORE_UPDATED', payload: { error: error } }); } }; // Actually subscribe to the nearest connected ancestor (or store) subscription.onStateChange = checkForUpdates; subscription.trySubscribe(); // Pull data from the store after first render in case the store has // changed since we began. checkForUpdates(); var unsubscribeWrapper = function unsubscribeWrapper() { didUnsubscribe = true; subscription.tryUnsubscribe(); subscription.onStateChange = null; if (lastThrownError) { // It's possible that we caught an error due to a bad mapState function, but the // parent re-rendered without this component and we're about to unmount. // This shouldn't happen as long as we do top-down subscriptions correctly, but // if we ever do those wrong, this throw will surface the error in our tests. // In that case, throw the error from here so it doesn't get lost. throw lastThrownError; } }; return unsubscribeWrapper; } var initStateUpdates = function initStateUpdates() { return [null, 0]; }; function connectAdvanced( /* selectorFactory is a func that is responsible for returning the selector function used to compute new props from state, props, and dispatch. For example: export default connectAdvanced((dispatch, options) => (state, props) => ({ thing: state.things[props.thingId], saveThing: fields => dispatch(actionCreators.saveThing(props.thingId, fields)), }))(YourComponent) Access to dispatch is provided to the factory so selectorFactories can bind actionCreators outside of their selector as an optimization. Options passed to connectAdvanced are passed to the selectorFactory, along with displayName and WrappedComponent, as the second argument. Note that selectorFactory is responsible for all caching/memoization of inbound and outbound props. Do not use connectAdvanced directly without memoizing results between calls to your selector, otherwise the Connect component will re-render on every state or props change. */ selectorFactory, // options object: _ref) { if (_ref === void 0) { _ref = {}; } var _ref2 = _ref, _ref2$getDisplayName = _ref2.getDisplayName, getDisplayName = _ref2$getDisplayName === void 0 ? function (name) { return "ConnectAdvanced(" + name + ")"; } : _ref2$getDisplayName, _ref2$methodName = _ref2.methodName, methodName = _ref2$methodName === void 0 ? 'connectAdvanced' : _ref2$methodName, _ref2$renderCountProp = _ref2.renderCountProp, renderCountProp = _ref2$renderCountProp === void 0 ? undefined : _ref2$renderCountProp, _ref2$shouldHandleSta = _ref2.shouldHandleStateChanges, shouldHandleStateChanges = _ref2$shouldHandleSta === void 0 ? true : _ref2$shouldHandleSta, _ref2$storeKey = _ref2.storeKey, storeKey = _ref2$storeKey === void 0 ? 'store' : _ref2$storeKey, _ref2$withRef = _ref2.withRef, withRef = _ref2$withRef === void 0 ? false : _ref2$withRef, _ref2$forwardRef = _ref2.forwardRef, forwardRef = _ref2$forwardRef === void 0 ? false : _ref2$forwardRef, _ref2$context = _ref2.context, context = _ref2$context === void 0 ? Context_ReactReduxContext : _ref2$context, connectOptions = (0,objectWithoutPropertiesLoose/* default */.Z)(_ref2, ["getDisplayName", "methodName", "renderCountProp", "shouldHandleStateChanges", "storeKey", "withRef", "forwardRef", "context"]); if (false) { var customStoreWarningMessage; } var Context = context; return function wrapWithConnect(WrappedComponent) { if (false) {} var wrappedComponentName = WrappedComponent.displayName || WrappedComponent.name || 'Component'; var displayName = getDisplayName(wrappedComponentName); var selectorFactoryOptions = (0,esm_extends/* default */.Z)({}, connectOptions, { getDisplayName: getDisplayName, methodName: methodName, renderCountProp: renderCountProp, shouldHandleStateChanges: shouldHandleStateChanges, storeKey: storeKey, displayName: displayName, wrappedComponentName: wrappedComponentName, WrappedComponent: WrappedComponent }); var pure = connectOptions.pure; function createChildSelector(store) { return selectorFactory(store.dispatch, selectorFactoryOptions); } // If we aren't running in "pure" mode, we don't want to memoize values. // To avoid conditionally calling hooks, we fall back to a tiny wrapper // that just executes the given callback immediately. var usePureOnlyMemo = pure ? react.useMemo : function (callback) { return callback(); }; function ConnectFunction(props) { var _useMemo = (0,react.useMemo)(function () { // Distinguish between actual "data" props that were passed to the wrapper component, // and values needed to control behavior (forwarded refs, alternate context instances). // To maintain the wrapperProps object reference, memoize this destructuring. var reactReduxForwardedRef = props.reactReduxForwardedRef, wrapperProps = (0,objectWithoutPropertiesLoose/* default */.Z)(props, ["reactReduxForwardedRef"]); return [props.context, reactReduxForwardedRef, wrapperProps]; }, [props]), propsContext = _useMemo[0], reactReduxForwardedRef = _useMemo[1], wrapperProps = _useMemo[2]; var ContextToUse = (0,react.useMemo)(function () { // Users may optionally pass in a custom context instance to use instead of our ReactReduxContext. // Memoize the check that determines which context instance we should use. return propsContext && propsContext.Consumer && (0,node_modules_react_is.isContextConsumer)( /*#__PURE__*/react.createElement(propsContext.Consumer, null)) ? propsContext : Context; }, [propsContext, Context]); // Retrieve the store and ancestor subscription via context, if available var contextValue = (0,react.useContext)(ContextToUse); // The store _must_ exist as either a prop or in context. // We'll check to see if it _looks_ like a Redux store first. // This allows us to pass through a `store` prop that is just a plain value. var didStoreComeFromProps = Boolean(props.store) && Boolean(props.store.getState) && Boolean(props.store.dispatch); var didStoreComeFromContext = Boolean(contextValue) && Boolean(contextValue.store); if (false) {} // Based on the previous check, one of these must be true var store = didStoreComeFromProps ? props.store : contextValue.store; var childPropsSelector = (0,react.useMemo)(function () { // The child props selector needs the store reference as an input. // Re-create this selector whenever the store changes. return createChildSelector(store); }, [store]); var _useMemo2 = (0,react.useMemo)(function () { if (!shouldHandleStateChanges) return NO_SUBSCRIPTION_ARRAY; // This Subscription's source should match where store came from: props vs. context. A component // connected to the store via props shouldn't use subscription from context, or vice versa. var subscription = new Subscription(store, didStoreComeFromProps ? null : contextValue.subscription); // `notifyNestedSubs` is duplicated to handle the case where the component is unmounted in // the middle of the notification loop, where `subscription` will then be null. This can // probably be avoided if Subscription's listeners logic is changed to not call listeners // that have been unsubscribed in the middle of the notification loop. var notifyNestedSubs = subscription.notifyNestedSubs.bind(subscription); return [subscription, notifyNestedSubs]; }, [store, didStoreComeFromProps, contextValue]), subscription = _useMemo2[0], notifyNestedSubs = _useMemo2[1]; // Determine what {store, subscription} value should be put into nested context, if necessary, // and memoize that value to avoid unnecessary context updates. var overriddenContextValue = (0,react.useMemo)(function () { if (didStoreComeFromProps) { // This component is directly subscribed to a store from props. // We don't want descendants reading from this store - pass down whatever // the existing context value is from the nearest connected ancestor. return contextValue; } // Otherwise, put this component's subscription instance into context, so that // connected descendants won't update until after this component is done return (0,esm_extends/* default */.Z)({}, contextValue, { subscription: subscription }); }, [didStoreComeFromProps, contextValue, subscription]); // We need to force this wrapper component to re-render whenever a Redux store update // causes a change to the calculated child component props (or we caught an error in mapState) var _useReducer = (0,react.useReducer)(storeStateUpdatesReducer, EMPTY_ARRAY, initStateUpdates), _useReducer$ = _useReducer[0], previousStateUpdateResult = _useReducer$[0], forceComponentUpdateDispatch = _useReducer[1]; // Propagate any mapState/mapDispatch errors upwards if (previousStateUpdateResult && previousStateUpdateResult.error) { throw previousStateUpdateResult.error; } // Set up refs to coordinate values between the subscription effect and the render logic var lastChildProps = (0,react.useRef)(); var lastWrapperProps = (0,react.useRef)(wrapperProps); var childPropsFromStoreUpdate = (0,react.useRef)(); var renderIsScheduled = (0,react.useRef)(false); var actualChildProps = usePureOnlyMemo(function () { // Tricky logic here: // - This render may have been triggered by a Redux store update that produced new child props // - However, we may have gotten new wrapper props after that // If we have new child props, and the same wrapper props, we know we should use the new child props as-is. // But, if we have new wrapper props, those might change the child props, so we have to recalculate things. // So, we'll use the child props from store update only if the wrapper props are the same as last time. if (childPropsFromStoreUpdate.current && wrapperProps === lastWrapperProps.current) { return childPropsFromStoreUpdate.current; } // TODO We're reading the store directly in render() here. Bad idea? // This will likely cause Bad Things (TM) to happen in Concurrent Mode. // Note that we do this because on renders _not_ caused by store updates, we need the latest store state // to determine what the child props should be. return childPropsSelector(store.getState(), wrapperProps); }, [store, previousStateUpdateResult, wrapperProps]); // We need this to execute synchronously every time we re-render. However, React warns // about useLayoutEffect in SSR, so we try to detect environment and fall back to // just useEffect instead to avoid the warning, since neither will run anyway. useIsomorphicLayoutEffectWithArgs(captureWrapperProps, [lastWrapperProps, lastChildProps, renderIsScheduled, wrapperProps, actualChildProps, childPropsFromStoreUpdate, notifyNestedSubs]); // Our re-subscribe logic only runs when the store/subscription setup changes useIsomorphicLayoutEffectWithArgs(subscribeUpdates, [shouldHandleStateChanges, store, subscription, childPropsSelector, lastWrapperProps, lastChildProps, renderIsScheduled, childPropsFromStoreUpdate, notifyNestedSubs, forceComponentUpdateDispatch], [store, subscription, childPropsSelector]); // Now that all that's done, we can finally try to actually render the child component. // We memoize the elements for the rendered child component as an optimization. var renderedWrappedComponent = (0,react.useMemo)(function () { return /*#__PURE__*/react.createElement(WrappedComponent, (0,esm_extends/* default */.Z)({}, actualChildProps, { ref: reactReduxForwardedRef })); }, [reactReduxForwardedRef, WrappedComponent, actualChildProps]); // If React sees the exact same element reference as last time, it bails out of re-rendering // that child, same as if it was wrapped in React.memo() or returned false from shouldComponentUpdate. var renderedChild = (0,react.useMemo)(function () { if (shouldHandleStateChanges) { // If this component is subscribed to store updates, we need to pass its own // subscription instance down to our descendants. That means rendering the same // Context instance, and putting a different value into the context. return /*#__PURE__*/react.createElement(ContextToUse.Provider, { value: overriddenContextValue }, renderedWrappedComponent); } return renderedWrappedComponent; }, [ContextToUse, renderedWrappedComponent, overriddenContextValue]); return renderedChild; } // If we're in "pure" mode, ensure our wrapper component only re-renders when incoming props have changed. var Connect = pure ? react.memo(ConnectFunction) : ConnectFunction; Connect.WrappedComponent = WrappedComponent; Connect.displayName = displayName; if (forwardRef) { var forwarded = react.forwardRef(function forwardConnectRef(props, ref) { return /*#__PURE__*/react.createElement(Connect, (0,esm_extends/* default */.Z)({}, props, { reactReduxForwardedRef: ref })); }); forwarded.displayName = displayName; forwarded.WrappedComponent = WrappedComponent; return hoist_non_react_statics_cjs_default()(forwarded, WrappedComponent); } return hoist_non_react_statics_cjs_default()(Connect, WrappedComponent); }; } ;// CONCATENATED MODULE: ./node_modules/react-redux/es/utils/shallowEqual.js function is(x, y) { if (x === y) { return x !== 0 || y !== 0 || 1 / x === 1 / y; } else { return x !== x && y !== y; } } function shallowEqual(objA, objB) { if (is(objA, objB)) return true; if (typeof objA !== 'object' || objA === null || typeof objB !== 'object' || objB === null) { return false; } var keysA = Object.keys(objA); var keysB = Object.keys(objB); if (keysA.length !== keysB.length) return false; for (var i = 0; i < keysA.length; i++) { if (!Object.prototype.hasOwnProperty.call(objB, keysA[i]) || !is(objA[keysA[i]], objB[keysA[i]])) { return false; } } return true; } ;// CONCATENATED MODULE: ./node_modules/react-redux/es/connect/wrapMapToProps.js function wrapMapToPropsConstant(getConstant) { return function initConstantSelector(dispatch, options) { var constant = getConstant(dispatch, options); function constantSelector() { return constant; } constantSelector.dependsOnOwnProps = false; return constantSelector; }; } // dependsOnOwnProps is used by createMapToPropsProxy to determine whether to pass props as args // to the mapToProps function being wrapped. It is also used by makePurePropsSelector to determine // whether mapToProps needs to be invoked when props have changed. // // A length of one signals that mapToProps does not depend on props from the parent component. // A length of zero is assumed to mean mapToProps is getting args via arguments or ...args and // therefore not reporting its length accurately.. function getDependsOnOwnProps(mapToProps) { return mapToProps.dependsOnOwnProps !== null && mapToProps.dependsOnOwnProps !== undefined ? Boolean(mapToProps.dependsOnOwnProps) : mapToProps.length !== 1; } // Used by whenMapStateToPropsIsFunction and whenMapDispatchToPropsIsFunction, // this function wraps mapToProps in a proxy function which does several things: // // * Detects whether the mapToProps function being called depends on props, which // is used by selectorFactory to decide if it should reinvoke on props changes. // // * On first call, handles mapToProps if returns another function, and treats that // new function as the true mapToProps for subsequent calls. // // * On first call, verifies the first result is a plain object, in order to warn // the developer that their mapToProps function is not returning a valid result. // function wrapMapToPropsFunc(mapToProps, methodName) { return function initProxySelector(dispatch, _ref) { var displayName = _ref.displayName; var proxy = function mapToPropsProxy(stateOrDispatch, ownProps) { return proxy.dependsOnOwnProps ? proxy.mapToProps(stateOrDispatch, ownProps) : proxy.mapToProps(stateOrDispatch); }; // allow detectFactoryAndVerify to get ownProps proxy.dependsOnOwnProps = true; proxy.mapToProps = function detectFactoryAndVerify(stateOrDispatch, ownProps) { proxy.mapToProps = mapToProps; proxy.dependsOnOwnProps = getDependsOnOwnProps(mapToProps); var props = proxy(stateOrDispatch, ownProps); if (typeof props === 'function') { proxy.mapToProps = props; proxy.dependsOnOwnProps = getDependsOnOwnProps(props); props = proxy(stateOrDispatch, ownProps); } if (false) {} return props; }; return proxy; }; } ;// CONCATENATED MODULE: ./node_modules/react-redux/es/connect/mapDispatchToProps.js function whenMapDispatchToPropsIsFunction(mapDispatchToProps) { return typeof mapDispatchToProps === 'function' ? wrapMapToPropsFunc(mapDispatchToProps, 'mapDispatchToProps') : undefined; } function whenMapDispatchToPropsIsMissing(mapDispatchToProps) { return !mapDispatchToProps ? wrapMapToPropsConstant(function (dispatch) { return { dispatch: dispatch }; }) : undefined; } function whenMapDispatchToPropsIsObject(mapDispatchToProps) { return mapDispatchToProps && typeof mapDispatchToProps === 'object' ? wrapMapToPropsConstant(function (dispatch) { return bindActionCreators(mapDispatchToProps, dispatch); }) : undefined; } /* harmony default export */ var mapDispatchToProps = ([whenMapDispatchToPropsIsFunction, whenMapDispatchToPropsIsMissing, whenMapDispatchToPropsIsObject]); ;// CONCATENATED MODULE: ./node_modules/react-redux/es/connect/mapStateToProps.js function whenMapStateToPropsIsFunction(mapStateToProps) { return typeof mapStateToProps === 'function' ? wrapMapToPropsFunc(mapStateToProps, 'mapStateToProps') : undefined; } function whenMapStateToPropsIsMissing(mapStateToProps) { return !mapStateToProps ? wrapMapToPropsConstant(function () { return {}; }) : undefined; } /* harmony default export */ var mapStateToProps = ([whenMapStateToPropsIsFunction, whenMapStateToPropsIsMissing]); ;// CONCATENATED MODULE: ./node_modules/react-redux/es/connect/mergeProps.js function defaultMergeProps(stateProps, dispatchProps, ownProps) { return (0,esm_extends/* default */.Z)({}, ownProps, stateProps, dispatchProps); } function wrapMergePropsFunc(mergeProps) { return function initMergePropsProxy(dispatch, _ref) { var displayName = _ref.displayName, pure = _ref.pure, areMergedPropsEqual = _ref.areMergedPropsEqual; var hasRunOnce = false; var mergedProps; return function mergePropsProxy(stateProps, dispatchProps, ownProps) { var nextMergedProps = mergeProps(stateProps, dispatchProps, ownProps); if (hasRunOnce) { if (!pure || !areMergedPropsEqual(nextMergedProps, mergedProps)) mergedProps = nextMergedProps; } else { hasRunOnce = true; mergedProps = nextMergedProps; if (false) {} } return mergedProps; }; }; } function whenMergePropsIsFunction(mergeProps) { return typeof mergeProps === 'function' ? wrapMergePropsFunc(mergeProps) : undefined; } function whenMergePropsIsOmitted(mergeProps) { return !mergeProps ? function () { return defaultMergeProps; } : undefined; } /* harmony default export */ var mergeProps = ([whenMergePropsIsFunction, whenMergePropsIsOmitted]); ;// CONCATENATED MODULE: ./node_modules/react-redux/es/connect/selectorFactory.js function impureFinalPropsSelectorFactory(mapStateToProps, mapDispatchToProps, mergeProps, dispatch) { return function impureFinalPropsSelector(state, ownProps) { return mergeProps(mapStateToProps(state, ownProps), mapDispatchToProps(dispatch, ownProps), ownProps); }; } function pureFinalPropsSelectorFactory(mapStateToProps, mapDispatchToProps, mergeProps, dispatch, _ref) { var areStatesEqual = _ref.areStatesEqual, areOwnPropsEqual = _ref.areOwnPropsEqual, areStatePropsEqual = _ref.areStatePropsEqual; var hasRunAtLeastOnce = false; var state; var ownProps; var stateProps; var dispatchProps; var mergedProps; function handleFirstCall(firstState, firstOwnProps) { state = firstState; ownProps = firstOwnProps; stateProps = mapStateToProps(state, ownProps); dispatchProps = mapDispatchToProps(dispatch, ownProps); mergedProps = mergeProps(stateProps, dispatchProps, ownProps); hasRunAtLeastOnce = true; return mergedProps; } function handleNewPropsAndNewState() { stateProps = mapStateToProps(state, ownProps); if (mapDispatchToProps.dependsOnOwnProps) dispatchProps = mapDispatchToProps(dispatch, ownProps); mergedProps = mergeProps(stateProps, dispatchProps, ownProps); return mergedProps; } function handleNewProps() { if (mapStateToProps.dependsOnOwnProps) stateProps = mapStateToProps(state, ownProps); if (mapDispatchToProps.dependsOnOwnProps) dispatchProps = mapDispatchToProps(dispatch, ownProps); mergedProps = mergeProps(stateProps, dispatchProps, ownProps); return mergedProps; } function handleNewState() { var nextStateProps = mapStateToProps(state, ownProps); var statePropsChanged = !areStatePropsEqual(nextStateProps, stateProps); stateProps = nextStateProps; if (statePropsChanged) mergedProps = mergeProps(stateProps, dispatchProps, ownProps); return mergedProps; } function handleSubsequentCalls(nextState, nextOwnProps) { var propsChanged = !areOwnPropsEqual(nextOwnProps, ownProps); var stateChanged = !areStatesEqual(nextState, state); state = nextState; ownProps = nextOwnProps; if (propsChanged && stateChanged) return handleNewPropsAndNewState(); if (propsChanged) return handleNewProps(); if (stateChanged) return handleNewState(); return mergedProps; } return function pureFinalPropsSelector(nextState, nextOwnProps) { return hasRunAtLeastOnce ? handleSubsequentCalls(nextState, nextOwnProps) : handleFirstCall(nextState, nextOwnProps); }; } // TODO: Add more comments // If pure is true, the selector returned by selectorFactory will memoize its results, // allowing connectAdvanced's shouldComponentUpdate to return false if final // props have not changed. If false, the selector will always return a new // object and shouldComponentUpdate will always return true. function finalPropsSelectorFactory(dispatch, _ref2) { var initMapStateToProps = _ref2.initMapStateToProps, initMapDispatchToProps = _ref2.initMapDispatchToProps, initMergeProps = _ref2.initMergeProps, options = (0,objectWithoutPropertiesLoose/* default */.Z)(_ref2, ["initMapStateToProps", "initMapDispatchToProps", "initMergeProps"]); var mapStateToProps = initMapStateToProps(dispatch, options); var mapDispatchToProps = initMapDispatchToProps(dispatch, options); var mergeProps = initMergeProps(dispatch, options); if (false) {} var selectorFactory = options.pure ? pureFinalPropsSelectorFactory : impureFinalPropsSelectorFactory; return selectorFactory(mapStateToProps, mapDispatchToProps, mergeProps, dispatch, options); } ;// CONCATENATED MODULE: ./node_modules/react-redux/es/connect/connect.js /* connect is a facade over connectAdvanced. It turns its args into a compatible selectorFactory, which has the signature: (dispatch, options) => (nextState, nextOwnProps) => nextFinalProps connect passes its args to connectAdvanced as options, which will in turn pass them to selectorFactory each time a Connect component instance is instantiated or hot reloaded. selectorFactory returns a final props selector from its mapStateToProps, mapStateToPropsFactories, mapDispatchToProps, mapDispatchToPropsFactories, mergeProps, mergePropsFactories, and pure args. The resulting final props selector is called by the Connect component instance whenever it receives new props or store state. */ function match(arg, factories, name) { for (var i = factories.length - 1; i >= 0; i--) { var result = factories[i](arg); if (result) return result; } return function (dispatch, options) { throw new Error("Invalid value of type " + typeof arg + " for " + name + " argument when connecting component " + options.wrappedComponentName + "."); }; } function strictEqual(a, b) { return a === b; } // createConnect with default args builds the 'official' connect behavior. Calling it with // different options opens up some testing and extensibility scenarios function createConnect(_temp) { var _ref = _temp === void 0 ? {} : _temp, _ref$connectHOC = _ref.connectHOC, connectHOC = _ref$connectHOC === void 0 ? connectAdvanced : _ref$connectHOC, _ref$mapStateToPropsF = _ref.mapStateToPropsFactories, mapStateToPropsFactories = _ref$mapStateToPropsF === void 0 ? mapStateToProps : _ref$mapStateToPropsF, _ref$mapDispatchToPro = _ref.mapDispatchToPropsFactories, mapDispatchToPropsFactories = _ref$mapDispatchToPro === void 0 ? mapDispatchToProps : _ref$mapDispatchToPro, _ref$mergePropsFactor = _ref.mergePropsFactories, mergePropsFactories = _ref$mergePropsFactor === void 0 ? mergeProps : _ref$mergePropsFactor, _ref$selectorFactory = _ref.selectorFactory, selectorFactory = _ref$selectorFactory === void 0 ? finalPropsSelectorFactory : _ref$selectorFactory; return function connect(mapStateToProps, mapDispatchToProps, mergeProps, _ref2) { if (_ref2 === void 0) { _ref2 = {}; } var _ref3 = _ref2, _ref3$pure = _ref3.pure, pure = _ref3$pure === void 0 ? true : _ref3$pure, _ref3$areStatesEqual = _ref3.areStatesEqual, areStatesEqual = _ref3$areStatesEqual === void 0 ? strictEqual : _ref3$areStatesEqual, _ref3$areOwnPropsEqua = _ref3.areOwnPropsEqual, areOwnPropsEqual = _ref3$areOwnPropsEqua === void 0 ? shallowEqual : _ref3$areOwnPropsEqua, _ref3$areStatePropsEq = _ref3.areStatePropsEqual, areStatePropsEqual = _ref3$areStatePropsEq === void 0 ? shallowEqual : _ref3$areStatePropsEq, _ref3$areMergedPropsE = _ref3.areMergedPropsEqual, areMergedPropsEqual = _ref3$areMergedPropsE === void 0 ? shallowEqual : _ref3$areMergedPropsE, extraOptions = (0,objectWithoutPropertiesLoose/* default */.Z)(_ref3, ["pure", "areStatesEqual", "areOwnPropsEqual", "areStatePropsEqual", "areMergedPropsEqual"]); var initMapStateToProps = match(mapStateToProps, mapStateToPropsFactories, 'mapStateToProps'); var initMapDispatchToProps = match(mapDispatchToProps, mapDispatchToPropsFactories, 'mapDispatchToProps'); var initMergeProps = match(mergeProps, mergePropsFactories, 'mergeProps'); return connectHOC(selectorFactory, (0,esm_extends/* default */.Z)({ // used in error messages methodName: 'connect', // used to compute Connect's displayName from the wrapped component's displayName. getDisplayName: function getDisplayName(name) { return "Connect(" + name + ")"; }, // if mapStateToProps is falsy, the Connect component doesn't subscribe to store state changes shouldHandleStateChanges: Boolean(mapStateToProps), // passed through to selectorFactory initMapStateToProps: initMapStateToProps, initMapDispatchToProps: initMapDispatchToProps, initMergeProps: initMergeProps, pure: pure, areStatesEqual: areStatesEqual, areOwnPropsEqual: areOwnPropsEqual, areStatePropsEqual: areStatePropsEqual, areMergedPropsEqual: areMergedPropsEqual }, extraOptions)); }; } /* harmony default export */ var connect = (/*#__PURE__*/createConnect()); ;// CONCATENATED MODULE: ./node_modules/react-redux/es/hooks/useReduxContext.js /** * A hook to access the value of the `ReactReduxContext`. This is a low-level * hook that you should usually not need to call directly. * * @returns {any} the value of the `ReactReduxContext` * * @example * * import React from 'react' * import { useReduxContext } from 'react-redux' * * export const CounterComponent = ({ value }) => { * const { store } = useReduxContext() * return <div>{store.getState()}</div> * } */ function useReduxContext_useReduxContext() { var contextValue = (0,react.useContext)(Context_ReactReduxContext); if (false) {} return contextValue; } ;// CONCATENATED MODULE: ./node_modules/react-redux/es/hooks/useStore.js /** * Hook factory, which creates a `useStore` hook bound to a given context. * * @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`. * @returns {Function} A `useStore` hook bound to the specified context. */ function useStore_createStoreHook(context) { if (context === void 0) { context = Context_ReactReduxContext; } var useReduxContext = context === Context_ReactReduxContext ? useReduxContext_useReduxContext : function () { return (0,react.useContext)(context); }; return function useStore() { var _useReduxContext = useReduxContext(), store = _useReduxContext.store; return store; }; } /** * A hook to access the redux store. * * @returns {any} the redux store * * @example * * import React from 'react' * import { useStore } from 'react-redux' * * export const ExampleComponent = () => { * const store = useStore() * return <div>{store.getState()}</div> * } */ var useStore = /*#__PURE__*/useStore_createStoreHook(); ;// CONCATENATED MODULE: ./node_modules/react-redux/es/hooks/useDispatch.js /** * Hook factory, which creates a `useDispatch` hook bound to a given context. * * @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`. * @returns {Function} A `useDispatch` hook bound to the specified context. */ function createDispatchHook(context) { if (context === void 0) { context = ReactReduxContext; } var useStore = context === ReactReduxContext ? useDefaultStore : createStoreHook(context); return function useDispatch() { var store = useStore(); return store.dispatch; }; } /** * A hook to access the redux `dispatch` function. * * @returns {any|function} redux store's `dispatch` function * * @example * * import React, { useCallback } from 'react' * import { useDispatch } from 'react-redux' * * export const CounterComponent = ({ value }) => { * const dispatch = useDispatch() * const increaseCounter = useCallback(() => dispatch({ type: 'increase-counter' }), []) * return ( * <div> * <span>{value}</span> * <button onClick={increaseCounter}>Increase counter</button> * </div> * ) * } */ var useDispatch = /*#__PURE__*/(/* unused pure expression or super */ null && (createDispatchHook())); ;// CONCATENATED MODULE: ./node_modules/react-redux/es/hooks/useSelector.js var refEquality = function refEquality(a, b) { return a === b; }; function useSelectorWithStoreAndSubscription(selector, equalityFn, store, contextSub) { var _useReducer = (0,react.useReducer)(function (s) { return s + 1; }, 0), forceRender = _useReducer[1]; var subscription = (0,react.useMemo)(function () { return new Subscription(store, contextSub); }, [store, contextSub]); var latestSubscriptionCallbackError = (0,react.useRef)(); var latestSelector = (0,react.useRef)(); var latestStoreState = (0,react.useRef)(); var latestSelectedState = (0,react.useRef)(); var storeState = store.getState(); var selectedState; try { if (selector !== latestSelector.current || storeState !== latestStoreState.current || latestSubscriptionCallbackError.current) { var newSelectedState = selector(storeState); // ensure latest selected state is reused so that a custom equality function can result in identical references if (latestSelectedState.current === undefined || !equalityFn(newSelectedState, latestSelectedState.current)) { selectedState = newSelectedState; } else { selectedState = latestSelectedState.current; } } else { selectedState = latestSelectedState.current; } } catch (err) { if (latestSubscriptionCallbackError.current) { err.message += "\nThe error may be correlated with this previous error:\n" + latestSubscriptionCallbackError.current.stack + "\n\n"; } throw err; } useIsomorphicLayoutEffect(function () { latestSelector.current = selector; latestStoreState.current = storeState; latestSelectedState.current = selectedState; latestSubscriptionCallbackError.current = undefined; }); useIsomorphicLayoutEffect(function () { function checkForUpdates() { try { var _newSelectedState = latestSelector.current(store.getState()); if (equalityFn(_newSelectedState, latestSelectedState.current)) { return; } latestSelectedState.current = _newSelectedState; } catch (err) { // we ignore all errors here, since when the component // is re-rendered, the selectors are called again, and // will throw again, if neither props nor store state // changed latestSubscriptionCallbackError.current = err; } forceRender(); } subscription.onStateChange = checkForUpdates; subscription.trySubscribe(); checkForUpdates(); return function () { return subscription.tryUnsubscribe(); }; }, [store, subscription]); return selectedState; } /** * Hook factory, which creates a `useSelector` hook bound to a given context. * * @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`. * @returns {Function} A `useSelector` hook bound to the specified context. */ function createSelectorHook(context) { if (context === void 0) { context = Context_ReactReduxContext; } var useReduxContext = context === Context_ReactReduxContext ? useReduxContext_useReduxContext : function () { return (0,react.useContext)(context); }; return function useSelector(selector, equalityFn) { if (equalityFn === void 0) { equalityFn = refEquality; } if (false) {} var _useReduxContext = useReduxContext(), store = _useReduxContext.store, contextSub = _useReduxContext.subscription; var selectedState = useSelectorWithStoreAndSubscription(selector, equalityFn, store, contextSub); (0,react.useDebugValue)(selectedState); return selectedState; }; } /** * A hook to access the redux store's state. This hook takes a selector function * as an argument. The selector is called with the store state. * * This hook takes an optional equality comparison function as the second parameter * that allows you to customize the way the selected state is compared to determine * whether the component needs to be re-rendered. * * @param {Function} selector the selector function * @param {Function=} equalityFn the function that will be used to determine equality * * @returns {any} the selected state * * @example * * import React from 'react' * import { useSelector } from 'react-redux' * * export const CounterComponent = () => { * const counter = useSelector(state => state.counter) * return <div>{counter}</div> * } */ var useSelector = /*#__PURE__*/createSelectorHook(); ;// CONCATENATED MODULE: ./node_modules/react-redux/es/utils/reactBatchedUpdates.js /* eslint-disable import/no-unresolved */ ;// CONCATENATED MODULE: ./node_modules/react-redux/es/index.js setBatch(react_dom.unstable_batchedUpdates); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules var slicedToArray = __webpack_require__(28481); // EXTERNAL MODULE: ./node_modules/react-transition-group/esm/Transition.js + 1 modules var Transition = __webpack_require__(12666); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/transitions.js var transitions = __webpack_require__(43366); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/transitions/utils.js var utils = __webpack_require__(5653); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Fade/Fade.js var Fade_styles = { entering: { opacity: 1 }, entered: { opacity: 1 } }; var defaultTimeout = { enter: transitions/* duration.enteringScreen */.x9.enteringScreen, exit: transitions/* duration.leavingScreen */.x9.leavingScreen }; /** * The Fade transition is used by the [Modal](/components/modal/) component. * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally. */ var Fade = /*#__PURE__*/react.forwardRef(function Fade(props, ref) { var children = props.children, _props$disableStrictM = props.disableStrictModeCompat, disableStrictModeCompat = _props$disableStrictM === void 0 ? false : _props$disableStrictM, inProp = props.in, onEnter = props.onEnter, onEntered = props.onEntered, onEntering = props.onEntering, onExit = props.onExit, onExited = props.onExited, onExiting = props.onExiting, style = props.style, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Transition/* default */.ZP : _props$TransitionComp, _props$timeout = props.timeout, timeout = _props$timeout === void 0 ? defaultTimeout : _props$timeout, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "disableStrictModeCompat", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "TransitionComponent", "timeout"]); var theme = (0,styles_useTheme/* default */.Z)(); var enableStrictModeCompat = theme.unstable_strictMode && !disableStrictModeCompat; var nodeRef = react.useRef(null); var foreignRef = (0,useForkRef/* default */.Z)(children.ref, ref); var handleRef = (0,useForkRef/* default */.Z)(enableStrictModeCompat ? nodeRef : undefined, foreignRef); var normalizedTransitionCallback = function normalizedTransitionCallback(callback) { return function (nodeOrAppearing, maybeAppearing) { if (callback) { var _ref = enableStrictModeCompat ? [nodeRef.current, nodeOrAppearing] : [nodeOrAppearing, maybeAppearing], _ref2 = (0,slicedToArray/* default */.Z)(_ref, 2), node = _ref2[0], isAppearing = _ref2[1]; // onEnterXxx and onExitXxx callbacks have a different arguments.length value. if (isAppearing === undefined) { callback(node); } else { callback(node, isAppearing); } } }; }; var handleEntering = normalizedTransitionCallback(onEntering); var handleEnter = normalizedTransitionCallback(function (node, isAppearing) { (0,utils/* reflow */.n)(node); // So the animation always start from the start. var transitionProps = (0,utils/* getTransitionProps */.C)({ style: style, timeout: timeout }, { mode: 'enter' }); node.style.webkitTransition = theme.transitions.create('opacity', transitionProps); node.style.transition = theme.transitions.create('opacity', transitionProps); if (onEnter) { onEnter(node, isAppearing); } }); var handleEntered = normalizedTransitionCallback(onEntered); var handleExiting = normalizedTransitionCallback(onExiting); var handleExit = normalizedTransitionCallback(function (node) { var transitionProps = (0,utils/* getTransitionProps */.C)({ style: style, timeout: timeout }, { mode: 'exit' }); node.style.webkitTransition = theme.transitions.create('opacity', transitionProps); node.style.transition = theme.transitions.create('opacity', transitionProps); if (onExit) { onExit(node); } }); var handleExited = normalizedTransitionCallback(onExited); return /*#__PURE__*/react.createElement(TransitionComponent, (0,esm_extends/* default */.Z)({ appear: true, in: inProp, nodeRef: enableStrictModeCompat ? nodeRef : undefined, onEnter: handleEnter, onEntered: handleEntered, onEntering: handleEntering, onExit: handleExit, onExited: handleExited, onExiting: handleExiting, timeout: timeout }, other), function (state, childProps) { return /*#__PURE__*/react.cloneElement(children, (0,esm_extends/* default */.Z)({ style: (0,esm_extends/* default */.Z)({ opacity: 0, visibility: state === 'exited' && !inProp ? 'hidden' : undefined }, Fade_styles[state], style, children.props.style), ref: handleRef }, childProps)); }); }); false ? 0 : void 0; /* harmony default export */ var Fade_Fade = (Fade); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Backdrop/Backdrop.js var Backdrop_styles = { /* Styles applied to the root element. */ root: { // Improve scrollable dialog support. zIndex: -1, position: 'fixed', display: 'flex', alignItems: 'center', justifyContent: 'center', right: 0, bottom: 0, top: 0, left: 0, backgroundColor: 'rgba(0, 0, 0, 0.5)', WebkitTapHighlightColor: 'transparent' }, /* Styles applied to the root element if `invisible={true}`. */ invisible: { backgroundColor: 'transparent' } }; var Backdrop = /*#__PURE__*/react.forwardRef(function Backdrop(props, ref) { var children = props.children, classes = props.classes, className = props.className, _props$invisible = props.invisible, invisible = _props$invisible === void 0 ? false : _props$invisible, open = props.open, transitionDuration = props.transitionDuration, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Fade_Fade : _props$TransitionComp, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "classes", "className", "invisible", "open", "transitionDuration", "TransitionComponent"]); return /*#__PURE__*/react.createElement(TransitionComponent, (0,esm_extends/* default */.Z)({ in: open, timeout: transitionDuration }, other), /*#__PURE__*/react.createElement("div", { className: (0,clsx_m/* default */.Z)(classes.root, className, invisible && classes.invisible), "aria-hidden": true, ref: ref }, children)); }); false ? 0 : void 0; /* harmony default export */ var Backdrop_Backdrop = ((0,withStyles/* default */.Z)(Backdrop_styles, { name: 'MuiBackdrop' })(Backdrop)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Dialog/Dialog.js var Dialog_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { '@media print': { // Use !important to override the Modal inline-style. position: 'absolute !important' } }, /* Styles applied to the container element if `scroll="paper"`. */ scrollPaper: { display: 'flex', justifyContent: 'center', alignItems: 'center' }, /* Styles applied to the container element if `scroll="body"`. */ scrollBody: { overflowY: 'auto', overflowX: 'hidden', textAlign: 'center', '&:after': { content: '""', display: 'inline-block', verticalAlign: 'middle', height: '100%', width: '0' } }, /* Styles applied to the container element. */ container: { height: '100%', '@media print': { height: 'auto' }, // We disable the focus ring for mouse, touch and keyboard users. outline: 0 }, /* Styles applied to the `Paper` component. */ paper: { margin: 32, position: 'relative', overflowY: 'auto', // Fix IE 11 issue, to remove at some point. '@media print': { overflowY: 'visible', boxShadow: 'none' } }, /* Styles applied to the `Paper` component if `scroll="paper"`. */ paperScrollPaper: { display: 'flex', flexDirection: 'column', maxHeight: 'calc(100% - 64px)' }, /* Styles applied to the `Paper` component if `scroll="body"`. */ paperScrollBody: { display: 'inline-block', verticalAlign: 'middle', textAlign: 'left' // 'initial' doesn't work on IE 11 }, /* Styles applied to the `Paper` component if `maxWidth=false`. */ paperWidthFalse: { maxWidth: 'calc(100% - 64px)' }, /* Styles applied to the `Paper` component if `maxWidth="xs"`. */ paperWidthXs: { maxWidth: Math.max(theme.breakpoints.values.xs, 444), '&$paperScrollBody': (0,defineProperty/* default */.Z)({}, theme.breakpoints.down(Math.max(theme.breakpoints.values.xs, 444) + 32 * 2), { maxWidth: 'calc(100% - 64px)' }) }, /* Styles applied to the `Paper` component if `maxWidth="sm"`. */ paperWidthSm: { maxWidth: theme.breakpoints.values.sm, '&$paperScrollBody': (0,defineProperty/* default */.Z)({}, theme.breakpoints.down(theme.breakpoints.values.sm + 32 * 2), { maxWidth: 'calc(100% - 64px)' }) }, /* Styles applied to the `Paper` component if `maxWidth="md"`. */ paperWidthMd: { maxWidth: theme.breakpoints.values.md, '&$paperScrollBody': (0,defineProperty/* default */.Z)({}, theme.breakpoints.down(theme.breakpoints.values.md + 32 * 2), { maxWidth: 'calc(100% - 64px)' }) }, /* Styles applied to the `Paper` component if `maxWidth="lg"`. */ paperWidthLg: { maxWidth: theme.breakpoints.values.lg, '&$paperScrollBody': (0,defineProperty/* default */.Z)({}, theme.breakpoints.down(theme.breakpoints.values.lg + 32 * 2), { maxWidth: 'calc(100% - 64px)' }) }, /* Styles applied to the `Paper` component if `maxWidth="xl"`. */ paperWidthXl: { maxWidth: theme.breakpoints.values.xl, '&$paperScrollBody': (0,defineProperty/* default */.Z)({}, theme.breakpoints.down(theme.breakpoints.values.xl + 32 * 2), { maxWidth: 'calc(100% - 64px)' }) }, /* Styles applied to the `Paper` component if `fullWidth={true}`. */ paperFullWidth: { width: 'calc(100% - 64px)' }, /* Styles applied to the `Paper` component if `fullScreen={true}`. */ paperFullScreen: { margin: 0, width: '100%', maxWidth: '100%', height: '100%', maxHeight: 'none', borderRadius: 0, '&$paperScrollBody': { margin: 0, maxWidth: '100%' } } }; }; var defaultTransitionDuration = { enter: transitions/* duration.enteringScreen */.x9.enteringScreen, exit: transitions/* duration.leavingScreen */.x9.leavingScreen }; /** * Dialogs are overlaid modal paper based components with a backdrop. */ var Dialog_Dialog = /*#__PURE__*/react.forwardRef(function Dialog(props, ref) { var BackdropProps = props.BackdropProps, children = props.children, classes = props.classes, className = props.className, _props$disableBackdro = props.disableBackdropClick, disableBackdropClick = _props$disableBackdro === void 0 ? false : _props$disableBackdro, _props$disableEscapeK = props.disableEscapeKeyDown, disableEscapeKeyDown = _props$disableEscapeK === void 0 ? false : _props$disableEscapeK, _props$fullScreen = props.fullScreen, fullScreen = _props$fullScreen === void 0 ? false : _props$fullScreen, _props$fullWidth = props.fullWidth, fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, _props$maxWidth = props.maxWidth, maxWidth = _props$maxWidth === void 0 ? 'sm' : _props$maxWidth, onBackdropClick = props.onBackdropClick, onClose = props.onClose, onEnter = props.onEnter, onEntered = props.onEntered, onEntering = props.onEntering, onEscapeKeyDown = props.onEscapeKeyDown, onExit = props.onExit, onExited = props.onExited, onExiting = props.onExiting, open = props.open, _props$PaperComponent = props.PaperComponent, PaperComponent = _props$PaperComponent === void 0 ? Paper/* default */.Z : _props$PaperComponent, _props$PaperProps = props.PaperProps, PaperProps = _props$PaperProps === void 0 ? {} : _props$PaperProps, _props$scroll = props.scroll, scroll = _props$scroll === void 0 ? 'paper' : _props$scroll, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Fade_Fade : _props$TransitionComp, _props$transitionDura = props.transitionDuration, transitionDuration = _props$transitionDura === void 0 ? defaultTransitionDuration : _props$transitionDura, TransitionProps = props.TransitionProps, ariaDescribedby = props['aria-describedby'], ariaLabelledby = props['aria-labelledby'], other = (0,objectWithoutProperties/* default */.Z)(props, ["BackdropProps", "children", "classes", "className", "disableBackdropClick", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClose", "onEnter", "onEntered", "onEntering", "onEscapeKeyDown", "onExit", "onExited", "onExiting", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps", "aria-describedby", "aria-labelledby"]); var mouseDownTarget = react.useRef(); var handleMouseDown = function handleMouseDown(event) { mouseDownTarget.current = event.target; }; var handleBackdropClick = function handleBackdropClick(event) { // Ignore the events not coming from the "backdrop" // We don't want to close the dialog when clicking the dialog content. if (event.target !== event.currentTarget) { return; } // Make sure the event starts and ends on the same DOM element. if (event.target !== mouseDownTarget.current) { return; } mouseDownTarget.current = null; if (onBackdropClick) { onBackdropClick(event); } if (!disableBackdropClick && onClose) { onClose(event, 'backdropClick'); } }; return /*#__PURE__*/react.createElement(Modal_Modal, (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className), BackdropComponent: Backdrop_Backdrop, BackdropProps: (0,esm_extends/* default */.Z)({ transitionDuration: transitionDuration }, BackdropProps), closeAfterTransition: true, disableBackdropClick: disableBackdropClick, disableEscapeKeyDown: disableEscapeKeyDown, onEscapeKeyDown: onEscapeKeyDown, onClose: onClose, open: open, ref: ref }, other), /*#__PURE__*/react.createElement(TransitionComponent, (0,esm_extends/* default */.Z)({ appear: true, in: open, timeout: transitionDuration, onEnter: onEnter, onEntering: onEntering, onEntered: onEntered, onExit: onExit, onExiting: onExiting, onExited: onExited, role: "none presentation" }, TransitionProps), /*#__PURE__*/react.createElement("div", { className: (0,clsx_m/* default */.Z)(classes.container, classes["scroll".concat((0,utils_capitalize/* default */.Z)(scroll))]), onMouseUp: handleBackdropClick, onMouseDown: handleMouseDown }, /*#__PURE__*/react.createElement(PaperComponent, (0,esm_extends/* default */.Z)({ elevation: 24, role: "dialog", "aria-describedby": ariaDescribedby, "aria-labelledby": ariaLabelledby }, PaperProps, { className: (0,clsx_m/* default */.Z)(classes.paper, classes["paperScroll".concat((0,utils_capitalize/* default */.Z)(scroll))], classes["paperWidth".concat((0,utils_capitalize/* default */.Z)(String(maxWidth)))], PaperProps.className, fullScreen && classes.paperFullScreen, fullWidth && classes.paperFullWidth) }), children)))); }); false ? 0 : void 0; /* harmony default export */ var esm_Dialog_Dialog = ((0,withStyles/* default */.Z)(Dialog_styles, { name: 'MuiDialog' })(Dialog_Dialog)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/DialogTitle/DialogTitle.js var DialogTitle_styles = { /* Styles applied to the root element. */ root: { margin: 0, padding: '16px 24px', flex: '0 0 auto' } }; var DialogTitle_DialogTitle = /*#__PURE__*/react.forwardRef(function DialogTitle(props, ref) { var children = props.children, classes = props.classes, className = props.className, _props$disableTypogra = props.disableTypography, disableTypography = _props$disableTypogra === void 0 ? false : _props$disableTypogra, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "classes", "className", "disableTypography"]); return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className), ref: ref }, other), disableTypography ? children : /*#__PURE__*/react.createElement(Typography/* default */.Z, { component: "h2", variant: "h6" }, children)); }); false ? 0 : void 0; /* harmony default export */ var esm_DialogTitle_DialogTitle = ((0,withStyles/* default */.Z)(DialogTitle_styles, { name: 'MuiDialogTitle' })(DialogTitle_DialogTitle)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/DialogContent/DialogContent.js var DialogContent_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { flex: '1 1 auto', WebkitOverflowScrolling: 'touch', // Add iOS momentum scrolling. overflowY: 'auto', padding: '8px 24px', '&:first-child': { // dialog without title paddingTop: 20 } }, /* Styles applied to the root element if `dividers={true}`. */ dividers: { padding: '16px 24px', borderTop: "1px solid ".concat(theme.palette.divider), borderBottom: "1px solid ".concat(theme.palette.divider) } }; }; var DialogContent_DialogContent = /*#__PURE__*/react.forwardRef(function DialogContent(props, ref) { var classes = props.classes, className = props.className, _props$dividers = props.dividers, dividers = _props$dividers === void 0 ? false : _props$dividers, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className", "dividers"]); return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className, dividers && classes.dividers), ref: ref }, other)); }); false ? 0 : void 0; /* harmony default export */ var esm_DialogContent_DialogContent = ((0,withStyles/* default */.Z)(DialogContent_styles, { name: 'MuiDialogContent' })(DialogContent_DialogContent)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/DialogContentText/DialogContentText.js var DialogContentText_styles = { /* Styles applied to the root element. */ root: { marginBottom: 12 } }; var DialogContentText = /*#__PURE__*/react.forwardRef(function DialogContentText(props, ref) { return /*#__PURE__*/react.createElement(Typography/* default */.Z, (0,esm_extends/* default */.Z)({ component: "p", variant: "body1", color: "textSecondary", ref: ref }, props)); }); false ? 0 : void 0; /* harmony default export */ var DialogContentText_DialogContentText = ((0,withStyles/* default */.Z)(DialogContentText_styles, { name: 'MuiDialogContentText' })(DialogContentText)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/DialogActions/DialogActions.js var DialogActions_styles = { /* Styles applied to the root element. */ root: { display: 'flex', alignItems: 'center', padding: 8, justifyContent: 'flex-end', flex: '0 0 auto' }, /* Styles applied to the root element if `disableSpacing={false}`. */ spacing: { '& > :not(:first-child)': { marginLeft: 8 } } }; var DialogActions_DialogActions = /*#__PURE__*/react.forwardRef(function DialogActions(props, ref) { var _props$disableSpacing = props.disableSpacing, disableSpacing = _props$disableSpacing === void 0 ? false : _props$disableSpacing, classes = props.classes, className = props.className, other = (0,objectWithoutProperties/* default */.Z)(props, ["disableSpacing", "classes", "className"]); return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className, !disableSpacing && classes.spacing), ref: ref }, other)); }); false ? 0 : void 0; /* harmony default export */ var esm_DialogActions_DialogActions = ((0,withStyles/* default */.Z)(DialogActions_styles, { name: 'MuiDialogActions' })(DialogActions_DialogActions)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Dialogs/ConfirmDialog/index.js function ConfirmDialog_extends() { ConfirmDialog_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return ConfirmDialog_extends.apply(this, arguments); } function ConfirmDialog(_ref) { var onClose = _ref.onClose, _ref$icon = _ref.icon, icon = _ref$icon === void 0 ? null : _ref$icon, _ref$open = _ref.open, open = _ref$open === void 0 ? false : _ref$open, _ref$title = _ref.title, title = _ref$title === void 0 ? "Confirm" : _ref$title, _ref$children = _ref.children, children = _ref$children === void 0 ? null : _ref$children, _ref$buttons = _ref.buttons, buttons = _ref$buttons === void 0 ? null : _ref$buttons, _ref$maxWidth = _ref.maxWidth, maxWidth = _ref$maxWidth === void 0 ? "xs" : _ref$maxWidth, _ref$fullWidth = _ref.fullWidth, fullWidth = _ref$fullWidth === void 0 ? true : _ref$fullWidth, className = _ref.className, _ref$testId = _ref.testId, testId = _ref$testId === void 0 ? null : _ref$testId; var defaultButtons = [{ value: "cancel", text: translate_translate("modal.cancel") }, { value: "confirm", text: translate_translate("common.confirm") }]; var handleClose = function handleClose(status) { onClose(status); }; if (!buttons) buttons = defaultButtons; return /*#__PURE__*/react.createElement(esm_Dialog_Dialog, { open: open, onClose: handleClose, maxWidth: maxWidth, fullWidth: fullWidth, "aria-labelledby": "alert-dialog-title", "aria-describedby": "alert-dialog-description", className: className, "data-testid": testId ? "dialog:".concat(testId) : null }, /*#__PURE__*/react.createElement(esm_DialogTitle_DialogTitle, { id: "alert-dialog-title" }, icon, title), /*#__PURE__*/react.createElement(esm_DialogContent_DialogContent, null, /*#__PURE__*/react.createElement(DialogContentText_DialogContentText, { id: "alert-dialog-description", component: "div" }, children)), /*#__PURE__*/react.createElement(esm_DialogActions_DialogActions, null, buttons.map(function (button, key) { var _button$disabled; return /*#__PURE__*/react.createElement(esm_Button_Button, ConfirmDialog_extends({ onClick: function onClick() { return handleClose(button.value); }, color: "primary", key: key, variant: button.variant, disabled: (_button$disabled = button.disabled) !== null && _button$disabled !== void 0 ? _button$disabled : undefined, "data-testid": testId ? "dialog:".concat(testId, ":button:").concat(button.value) : null }, button.props), button.text); }))); } ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Slide/Slide.js // Translate the node so he can't be seen on the screen. // Later, we gonna translate back the node to his original location // with `none`.` function getTranslateValue(direction, node) { var rect = node.getBoundingClientRect(); var transform; if (node.fakeTransform) { transform = node.fakeTransform; } else { var computedStyle = window.getComputedStyle(node); transform = computedStyle.getPropertyValue('-webkit-transform') || computedStyle.getPropertyValue('transform'); } var offsetX = 0; var offsetY = 0; if (transform && transform !== 'none' && typeof transform === 'string') { var transformValues = transform.split('(')[1].split(')')[0].split(','); offsetX = parseInt(transformValues[4], 10); offsetY = parseInt(transformValues[5], 10); } if (direction === 'left') { return "translateX(".concat(window.innerWidth, "px) translateX(").concat(offsetX - rect.left, "px)"); } if (direction === 'right') { return "translateX(-".concat(rect.left + rect.width - offsetX, "px)"); } if (direction === 'up') { return "translateY(".concat(window.innerHeight, "px) translateY(").concat(offsetY - rect.top, "px)"); } // direction === 'down' return "translateY(-".concat(rect.top + rect.height - offsetY, "px)"); } function setTranslateValue(direction, node) { var transform = getTranslateValue(direction, node); if (transform) { node.style.webkitTransform = transform; node.style.transform = transform; } } var Slide_defaultTimeout = { enter: transitions/* duration.enteringScreen */.x9.enteringScreen, exit: transitions/* duration.leavingScreen */.x9.leavingScreen }; /** * The Slide transition is used by the [Drawer](/components/drawers/) component. * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally. */ var Slide = /*#__PURE__*/react.forwardRef(function Slide(props, ref) { var children = props.children, _props$direction = props.direction, direction = _props$direction === void 0 ? 'down' : _props$direction, inProp = props.in, onEnter = props.onEnter, onEntered = props.onEntered, onEntering = props.onEntering, onExit = props.onExit, onExited = props.onExited, onExiting = props.onExiting, style = props.style, _props$timeout = props.timeout, timeout = _props$timeout === void 0 ? Slide_defaultTimeout : _props$timeout, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Transition/* default */.ZP : _props$TransitionComp, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "direction", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"]); var theme = (0,styles_useTheme/* default */.Z)(); var childrenRef = react.useRef(null); /** * used in cloneElement(children, { ref: handleRef }) */ var handleOwnRef = react.useCallback(function (instance) { // #StrictMode ready childrenRef.current = react_dom.findDOMNode(instance); }, []); var handleRefIntermediary = (0,useForkRef/* default */.Z)(children.ref, handleOwnRef); var handleRef = (0,useForkRef/* default */.Z)(handleRefIntermediary, ref); var normalizedTransitionCallback = function normalizedTransitionCallback(callback) { return function (isAppearing) { if (callback) { // onEnterXxx and onExitXxx callbacks have a different arguments.length value. if (isAppearing === undefined) { callback(childrenRef.current); } else { callback(childrenRef.current, isAppearing); } } }; }; var handleEnter = normalizedTransitionCallback(function (node, isAppearing) { setTranslateValue(direction, node); (0,utils/* reflow */.n)(node); if (onEnter) { onEnter(node, isAppearing); } }); var handleEntering = normalizedTransitionCallback(function (node, isAppearing) { var transitionProps = (0,utils/* getTransitionProps */.C)({ timeout: timeout, style: style }, { mode: 'enter' }); node.style.webkitTransition = theme.transitions.create('-webkit-transform', (0,esm_extends/* default */.Z)({}, transitionProps, { easing: theme.transitions.easing.easeOut })); node.style.transition = theme.transitions.create('transform', (0,esm_extends/* default */.Z)({}, transitionProps, { easing: theme.transitions.easing.easeOut })); node.style.webkitTransform = 'none'; node.style.transform = 'none'; if (onEntering) { onEntering(node, isAppearing); } }); var handleEntered = normalizedTransitionCallback(onEntered); var handleExiting = normalizedTransitionCallback(onExiting); var handleExit = normalizedTransitionCallback(function (node) { var transitionProps = (0,utils/* getTransitionProps */.C)({ timeout: timeout, style: style }, { mode: 'exit' }); node.style.webkitTransition = theme.transitions.create('-webkit-transform', (0,esm_extends/* default */.Z)({}, transitionProps, { easing: theme.transitions.easing.sharp })); node.style.transition = theme.transitions.create('transform', (0,esm_extends/* default */.Z)({}, transitionProps, { easing: theme.transitions.easing.sharp })); setTranslateValue(direction, node); if (onExit) { onExit(node); } }); var handleExited = normalizedTransitionCallback(function (node) { // No need for transitions when the component is hidden node.style.webkitTransition = ''; node.style.transition = ''; if (onExited) { onExited(node); } }); var updatePosition = react.useCallback(function () { if (childrenRef.current) { setTranslateValue(direction, childrenRef.current); } }, [direction]); react.useEffect(function () { // Skip configuration where the position is screen size invariant. if (inProp || direction === 'down' || direction === 'right') { return undefined; } var handleResize = (0,debounce/* default */.Z)(function () { if (childrenRef.current) { setTranslateValue(direction, childrenRef.current); } }); window.addEventListener('resize', handleResize); return function () { handleResize.clear(); window.removeEventListener('resize', handleResize); }; }, [direction, inProp]); react.useEffect(function () { if (!inProp) { // We need to update the position of the drawer when the direction change and // when it's hidden. updatePosition(); } }, [inProp, updatePosition]); return /*#__PURE__*/react.createElement(TransitionComponent, (0,esm_extends/* default */.Z)({ nodeRef: childrenRef, onEnter: handleEnter, onEntered: handleEntered, onEntering: handleEntering, onExit: handleExit, onExited: handleExited, onExiting: handleExiting, appear: true, in: inProp, timeout: timeout }, other), function (state, childProps) { return /*#__PURE__*/react.cloneElement(children, (0,esm_extends/* default */.Z)({ ref: handleRef, style: (0,esm_extends/* default */.Z)({ visibility: state === 'exited' && !inProp ? 'hidden' : undefined }, style, children.props.style) }, childProps)); }); }); false ? 0 : void 0; /* harmony default export */ var Slide_Slide = (Slide); ;// CONCATENATED MODULE: ./node_modules/@material-ui/styles/esm/createStyles/createStyles.js function createStyles(styles) { return styles; } ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/styles/createStyles.js // let warnOnce = false; // To remove in v5 function createStyles_createStyles(styles) { // warning( // warnOnce, // [ // 'Material-UI: createStyles from @material-ui/core/styles is deprecated.', // 'Please use @material-ui/styles/createStyles', // ].join('\n'), // ); // warnOnce = true; return createStyles(styles); } // EXTERNAL MODULE: ./node_modules/@material-ui/styles/esm/makeStyles/makeStyles.js + 4 modules var makeStyles = __webpack_require__(73914); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/defaultTheme.js var defaultTheme = __webpack_require__(99700); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/styles/makeStyles.js function makeStyles_makeStyles(stylesOrCreator) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; return (0,makeStyles/* default */.Z)(stylesOrCreator, (0,esm_extends/* default */.Z)({ defaultTheme: defaultTheme/* default */.Z }, options)); } /* harmony default export */ var styles_makeStyles = (makeStyles_makeStyles); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Collapse/Collapse.js var Collapse = __webpack_require__(66037); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/SvgIcon/SvgIcon.js var SvgIcon = __webpack_require__(62087); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/ClickAwayListener/ClickAwayListener.js function mapEventPropToEvent(eventProp) { return eventProp.substring(2).toLowerCase(); } function clickedRootScrollbar(event) { return document.documentElement.clientWidth < event.clientX || document.documentElement.clientHeight < event.clientY; } /** * Listen for click events that occur somewhere in the document, outside of the element itself. * For instance, if you need to hide a menu when people click anywhere else on your page. */ function ClickAwayListener(props) { var children = props.children, _props$disableReactTr = props.disableReactTree, disableReactTree = _props$disableReactTr === void 0 ? false : _props$disableReactTr, _props$mouseEvent = props.mouseEvent, mouseEvent = _props$mouseEvent === void 0 ? 'onClick' : _props$mouseEvent, onClickAway = props.onClickAway, _props$touchEvent = props.touchEvent, touchEvent = _props$touchEvent === void 0 ? 'onTouchEnd' : _props$touchEvent; var movedRef = react.useRef(false); var nodeRef = react.useRef(null); var activatedRef = react.useRef(false); var syntheticEventRef = react.useRef(false); react.useEffect(function () { // Ensure that this component is not "activated" synchronously. // https://github.com/facebook/react/issues/20074 setTimeout(function () { activatedRef.current = true; }, 0); return function () { activatedRef.current = false; }; }, []); // can be removed once we drop support for non ref forwarding class components var handleOwnRef = react.useCallback(function (instance) { // #StrictMode ready nodeRef.current = react_dom.findDOMNode(instance); }, []); var handleRef = (0,useForkRef/* default */.Z)(children.ref, handleOwnRef); // The handler doesn't take event.defaultPrevented into account: // // event.preventDefault() is meant to stop default behaviours like // clicking a checkbox to check it, hitting a button to submit a form, // and hitting left arrow to move the cursor in a text input etc. // Only special HTML elements have these default behaviors. var handleClickAway = (0,useEventCallback/* default */.Z)(function (event) { // Given developers can stop the propagation of the synthetic event, // we can only be confident with a positive value. var insideReactTree = syntheticEventRef.current; syntheticEventRef.current = false; // 1. IE 11 support, which trigger the handleClickAway even after the unbind // 2. The child might render null. // 3. Behave like a blur listener. if (!activatedRef.current || !nodeRef.current || clickedRootScrollbar(event)) { return; } // Do not act if user performed touchmove if (movedRef.current) { movedRef.current = false; return; } var insideDOM; // If not enough, can use https://github.com/DieterHolvoet/event-propagation-path/blob/master/propagationPath.js if (event.composedPath) { insideDOM = event.composedPath().indexOf(nodeRef.current) > -1; } else { // TODO v6 remove dead logic https://caniuse.com/#search=composedPath. var doc = (0,ownerDocument/* default */.Z)(nodeRef.current); insideDOM = !doc.documentElement.contains(event.target) || nodeRef.current.contains(event.target); } if (!insideDOM && (disableReactTree || !insideReactTree)) { onClickAway(event); } }); // Keep track of mouse/touch events that bubbled up through the portal. var createHandleSynthetic = function createHandleSynthetic(handlerName) { return function (event) { syntheticEventRef.current = true; var childrenPropsHandler = children.props[handlerName]; if (childrenPropsHandler) { childrenPropsHandler(event); } }; }; var childrenProps = { ref: handleRef }; if (touchEvent !== false) { childrenProps[touchEvent] = createHandleSynthetic(touchEvent); } react.useEffect(function () { if (touchEvent !== false) { var mappedTouchEvent = mapEventPropToEvent(touchEvent); var doc = (0,ownerDocument/* default */.Z)(nodeRef.current); var handleTouchMove = function handleTouchMove() { movedRef.current = true; }; doc.addEventListener(mappedTouchEvent, handleClickAway); doc.addEventListener('touchmove', handleTouchMove); return function () { doc.removeEventListener(mappedTouchEvent, handleClickAway); doc.removeEventListener('touchmove', handleTouchMove); }; } return undefined; }, [handleClickAway, touchEvent]); if (mouseEvent !== false) { childrenProps[mouseEvent] = createHandleSynthetic(mouseEvent); } react.useEffect(function () { if (mouseEvent !== false) { var mappedMouseEvent = mapEventPropToEvent(mouseEvent); var doc = (0,ownerDocument/* default */.Z)(nodeRef.current); doc.addEventListener(mappedMouseEvent, handleClickAway); return function () { doc.removeEventListener(mappedMouseEvent, handleClickAway); }; } return undefined; }, [handleClickAway, mouseEvent]); return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.cloneElement(children, childrenProps)); } false ? 0 : void 0; if (false) {} /* harmony default export */ var ClickAwayListener_ClickAwayListener = (ClickAwayListener); ;// CONCATENATED MODULE: ./node_modules/notistack/dist/notistack.esm.js function notistack_esm_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function notistack_esm_createClass(Constructor, protoProps, staticProps) { if (protoProps) notistack_esm_defineProperties(Constructor.prototype, protoProps); if (staticProps) notistack_esm_defineProperties(Constructor, staticProps); return Constructor; } function notistack_esm_extends() { notistack_esm_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return notistack_esm_extends.apply(this, arguments); } function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; } function notistack_esm_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; } var SnackbarContext = /*#__PURE__*/react.createContext(); var allClasses = { mui: { root: {}, anchorOriginTopCenter: {}, anchorOriginBottomCenter: {}, anchorOriginTopRight: {}, anchorOriginBottomRight: {}, anchorOriginTopLeft: {}, anchorOriginBottomLeft: {} }, container: { containerRoot: {}, containerAnchorOriginTopCenter: {}, containerAnchorOriginBottomCenter: {}, containerAnchorOriginTopRight: {}, containerAnchorOriginBottomRight: {}, containerAnchorOriginTopLeft: {}, containerAnchorOriginBottomLeft: {} } }; var MESSAGES = { NO_PERSIST_ALL: 'WARNING - notistack: Reached maxSnack while all enqueued snackbars have \'persist\' flag. Notistack will dismiss the oldest snackbar anyway to allow other ones in the queue to be presented.' }; var SNACKBAR_INDENTS = { view: { "default": 20, dense: 4 }, snackbar: { "default": 6, dense: 2 } }; var DEFAULTS = { maxSnack: 3, dense: false, hideIconVariant: false, variant: 'default', autoHideDuration: 5000, anchorOrigin: { vertical: 'bottom', horizontal: 'left' }, TransitionComponent: Slide_Slide, transitionDuration: { enter: 225, exit: 195 } }; var capitalise = function capitalise(text) { return text.charAt(0).toUpperCase() + text.slice(1); }; var originKeyExtractor = function originKeyExtractor(anchor) { return "" + capitalise(anchor.vertical) + capitalise(anchor.horizontal); }; /** * Omit SnackbarContainer class keys that are not needed for SnackbarItem */ var omitContainerKeys = function omitContainerKeys(classes) { return (// @ts-ignore Object.keys(classes).filter(function (key) { return !allClasses.container[key]; }).reduce(function (obj, key) { var _extends2; return notistack_esm_extends({}, obj, (_extends2 = {}, _extends2[key] = classes[key], _extends2)); }, {}) ); }; var REASONS = { TIMEOUT: 'timeout', CLICKAWAY: 'clickaway', MAXSNACK: 'maxsnack', INSTRUCTED: 'instructed' }; /** Tranforms classes name */ var transformer = { toContainerAnchorOrigin: function toContainerAnchorOrigin(origin) { return "containerAnchorOrigin" + origin; }, toAnchorOrigin: function toAnchorOrigin(_ref) { var vertical = _ref.vertical, horizontal = _ref.horizontal; return "anchorOrigin" + capitalise(vertical) + capitalise(horizontal); }, toVariant: function toVariant(variant) { return "variant" + capitalise(variant); } }; var isDefined = function isDefined(value) { return !!value || value === 0; }; var numberOrNull = function numberOrNull(numberish) { return typeof numberish === 'number' || numberish === null; }; // @ts-ignore var notistack_esm_merge = function merge(options, props, defaults) { return function (name) { if (name === 'autoHideDuration') { if (numberOrNull(options.autoHideDuration)) return options.autoHideDuration; if (numberOrNull(props.autoHideDuration)) return props.autoHideDuration; return DEFAULTS.autoHideDuration; } return options[name] || props[name] || defaults[name]; }; }; function objectMerge(options, props, defaults) { if (options === void 0) { options = {}; } if (props === void 0) { props = {}; } if (defaults === void 0) { defaults = {}; } return notistack_esm_extends({}, defaults, {}, props, {}, options); } var notistack_esm_styles = function styles(theme) { var _root; return createStyles_createStyles({ root: (_root = { display: 'flex', flexWrap: 'wrap', flexGrow: 1 }, _root[theme.breakpoints.up('sm')] = { flexGrow: 'initial', minWidth: 288 }, _root) }); }; var SnackbarContent = /*#__PURE__*/(0,react.forwardRef)(function (_ref, ref) { var classes = _ref.classes, className = _ref.className, props = notistack_esm_objectWithoutPropertiesLoose(_ref, ["classes", "className"]); return react.createElement("div", Object.assign({ ref: ref, className: (0,clsx_m/* default */.Z)(classes.root, className) }, props)); }); var SnackbarContent$1 = /*#__PURE__*/(0,withStyles/* default */.Z)(notistack_esm_styles)(SnackbarContent); var DIRECTION = { right: 'left', left: 'right', bottom: 'up', top: 'down' }; var getTransitionDirection = function getTransitionDirection(anchorOrigin) { if (anchorOrigin.horizontal !== 'center') { return DIRECTION[anchorOrigin.horizontal]; } return DIRECTION[anchorOrigin.vertical]; }; var CheckIcon = function CheckIcon(props) { return react.createElement(SvgIcon/* default */.Z, Object.assign({}, props), react.createElement("path", { d: "M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41\n 10.59L10 14.17L17.59 6.58L19 8L10 17Z" })); }; var WarningIcon = function WarningIcon(props) { return react.createElement(SvgIcon/* default */.Z, Object.assign({}, props), react.createElement("path", { d: "M13,14H11V10H13M13,18H11V16H13M1,21H23L12,2L1,21Z" })); }; var ErrorIcon = function ErrorIcon(props) { return react.createElement(SvgIcon/* default */.Z, Object.assign({}, props), react.createElement("path", { d: "M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,\n 6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,\n 13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z" })); }; var InfoIcon = function InfoIcon(props) { return react.createElement(SvgIcon/* default */.Z, Object.assign({}, props), react.createElement("path", { d: "M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,\n 0 22,12A10,10 0 0,0 12,2Z" })); }; var iconStyles = { fontSize: 20, marginInlineEnd: 8 }; var defaultIconVariants = { "default": undefined, success: /*#__PURE__*/react.createElement(CheckIcon, { style: iconStyles }), warning: /*#__PURE__*/react.createElement(WarningIcon, { style: iconStyles }), error: /*#__PURE__*/react.createElement(ErrorIcon, { style: iconStyles }), info: /*#__PURE__*/react.createElement(InfoIcon, { style: iconStyles }) }; /** * @link https://github.com/mui-org/material-ui/blob/master/packages/material-ui/src/utils/createChainedFunction.js */ function notistack_esm_createChainedFunction(funcs, extraArg) { return funcs.reduce(function (acc, func) { if (func == null) return acc; if (false) {} return function chainedFunction() { for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } var argums = [].concat(args); if (extraArg && argums.indexOf(extraArg) === -1) { argums.push(extraArg); } acc.apply(this, argums); func.apply(this, argums); }; }, function () {}); } /** * @link https://github.com/mui-org/material-ui/blob/master/packages/material-ui/src/utils/useEventCallback.js */ var notistack_esm_useEnhancedEffect = typeof window !== 'undefined' ? react.useLayoutEffect : react.useEffect; function notistack_esm_useEventCallback(fn) { var ref = (0,react.useRef)(fn); notistack_esm_useEnhancedEffect(function () { ref.current = fn; }); return (0,react.useCallback)(function () { return (ref.current).apply(void 0, arguments); }, []); } var Snackbar = /*#__PURE__*/(0,react.forwardRef)(function (props, ref) { var children = props.children, autoHideDuration = props.autoHideDuration, ClickAwayListenerProps = props.ClickAwayListenerProps, _props$disableWindowB = props.disableWindowBlurListener, disableWindowBlurListener = _props$disableWindowB === void 0 ? false : _props$disableWindowB, onClose = props.onClose, onMouseEnter = props.onMouseEnter, onMouseLeave = props.onMouseLeave, open = props.open, resumeHideDuration = props.resumeHideDuration, other = notistack_esm_objectWithoutPropertiesLoose(props, ["children", "autoHideDuration", "ClickAwayListenerProps", "disableWindowBlurListener", "onClose", "onMouseEnter", "onMouseLeave", "open", "resumeHideDuration"]); var timerAutoHide = (0,react.useRef)(); var handleClose = notistack_esm_useEventCallback(function () { if (onClose) { onClose.apply(void 0, arguments); } }); var setAutoHideTimer = notistack_esm_useEventCallback(function (autoHideDurationParam) { if (!onClose || autoHideDurationParam == null) { return; } clearTimeout(timerAutoHide.current); timerAutoHide.current = setTimeout(function () { handleClose(null, REASONS.TIMEOUT); }, autoHideDurationParam); }); (0,react.useEffect)(function () { if (open) { setAutoHideTimer(autoHideDuration); } return function () { clearTimeout(timerAutoHide.current); }; }, [open, autoHideDuration, setAutoHideTimer]); /** * Pause the timer when the user is interacting with the Snackbar * or when the user hide the window. */ var handlePause = function handlePause() { clearTimeout(timerAutoHide.current); }; /** * Restart the timer when the user is no longer interacting with the Snackbar * or when the window is shown back. */ var handleResume = (0,react.useCallback)(function () { if (autoHideDuration != null) { setAutoHideTimer(resumeHideDuration != null ? resumeHideDuration : autoHideDuration * 0.5); } }, [autoHideDuration, resumeHideDuration, setAutoHideTimer]); var handleMouseEnter = function handleMouseEnter(event) { if (onMouseEnter) { onMouseEnter(event); } handlePause(); }; var handleMouseLeave = function handleMouseLeave(event) { if (onMouseLeave) { onMouseLeave(event); } handleResume(); }; var handleClickAway = function handleClickAway(event) { if (onClose) { onClose(event, REASONS.CLICKAWAY); } }; (0,react.useEffect)(function () { if (!disableWindowBlurListener && open) { window.addEventListener('focus', handleResume); window.addEventListener('blur', handlePause); return function () { window.removeEventListener('focus', handleResume); window.removeEventListener('blur', handlePause); }; } return undefined; }, [disableWindowBlurListener, handleResume, open]); return (0,react.createElement)(ClickAwayListener_ClickAwayListener, notistack_esm_extends({ onClickAway: handleClickAway }, ClickAwayListenerProps), (0,react.createElement)("div", notistack_esm_extends({ onMouseEnter: handleMouseEnter, onMouseLeave: handleMouseLeave, ref: ref }, other), children)); }); var styles$1 = function styles(theme) { // @ts-ignore var mode = theme.palette.mode || theme.palette.type; var backgroundColor = (0,colorManipulator/* emphasize */._4)(theme.palette.background["default"], mode === 'light' ? 0.8 : 0.98); return createStyles_createStyles(notistack_esm_extends({}, allClasses.mui, { contentRoot: notistack_esm_extends({}, theme.typography.body2, { backgroundColor: backgroundColor, color: theme.palette.getContrastText(backgroundColor), alignItems: 'center', padding: '6px 16px', borderRadius: '4px', boxShadow: '0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)' }), lessPadding: { paddingLeft: 8 * 2.5 }, variantSuccess: { backgroundColor: '#43a047', color: '#fff' }, variantError: { backgroundColor: '#d32f2f', color: '#fff' }, variantInfo: { backgroundColor: '#2196f3', color: '#fff' }, variantWarning: { backgroundColor: '#ff9800', color: '#fff' }, message: { display: 'flex', alignItems: 'center', padding: '8px 0' }, action: { display: 'flex', alignItems: 'center', marginLeft: 'auto', paddingLeft: 16, marginRight: -8 }, wrappedRoot: { position: 'relative', transform: 'translateX(0)', top: 0, right: 0, bottom: 0, left: 0 } })); }; var SnackbarItem = function SnackbarItem(_ref) { var classes = _ref.classes, props = notistack_esm_objectWithoutPropertiesLoose(_ref, ["classes"]); var timeout = (0,react.useRef)(); var _useState = (0,react.useState)(true), collapsed = _useState[0], setCollapsed = _useState[1]; (0,react.useEffect)(function () { return function () { if (timeout.current) { clearTimeout(timeout.current); } }; }, []); var handleClose = notistack_esm_createChainedFunction([props.snack.onClose, props.onClose], props.snack.key); var handleEntered = function handleEntered() { if (props.snack.requestClose) { handleClose(null, REASONS.INSTRCUTED); } }; var handleExitedScreen = function handleExitedScreen() { timeout.current = setTimeout(function () { setCollapsed(!collapsed); }, 125); }; var style = props.style, otherAriaAttributes = props.ariaAttributes, otherClassName = props.className, hideIconVariant = props.hideIconVariant, iconVariant = props.iconVariant, snack = props.snack, otherAction = props.action, otherContent = props.content, otherTranComponent = props.TransitionComponent, otherTranProps = props.TransitionProps, otherTranDuration = props.transitionDuration, other = notistack_esm_objectWithoutPropertiesLoose(props, ["style", "dense", "ariaAttributes", "className", "hideIconVariant", "iconVariant", "snack", "action", "content", "TransitionComponent", "TransitionProps", "transitionDuration", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting"]); var key = snack.key, open = snack.open, singleClassName = snack.className, variant = snack.variant, singleContent = snack.content, singleAction = snack.action, singleAriaAttributes = snack.ariaAttributes, anchorOrigin = snack.anchorOrigin, snackMessage = snack.message, singleTranComponent = snack.TransitionComponent, singleTranProps = snack.TransitionProps, singleTranDuration = snack.transitionDuration, singleSnackProps = notistack_esm_objectWithoutPropertiesLoose(snack, ["persist", "key", "open", "entered", "requestClose", "className", "variant", "content", "action", "ariaAttributes", "anchorOrigin", "message", "TransitionComponent", "TransitionProps", "transitionDuration", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting"]); var icon = notistack_esm_extends({}, defaultIconVariants, {}, iconVariant)[variant]; var ariaAttributes = notistack_esm_extends({ 'aria-describedby': 'notistack-snackbar' }, objectMerge(singleAriaAttributes, otherAriaAttributes)); var TransitionComponent = singleTranComponent || otherTranComponent || DEFAULTS.TransitionComponent; var transitionDuration = objectMerge(singleTranDuration, otherTranDuration, DEFAULTS.transitionDuration); var transitionProps = notistack_esm_extends({ direction: getTransitionDirection(anchorOrigin) }, objectMerge(singleTranProps, otherTranProps)); var action = singleAction || otherAction; if (typeof action === 'function') { action = action(key); } var content = singleContent || otherContent; if (typeof content === 'function') { content = content(key, snack.message); } var callbacks = ['onEnter', 'onEntering', 'onEntered', 'onExit', 'onExiting', 'onExited'].reduce(function (acc, cbName) { var _extends2; return notistack_esm_extends({}, acc, (_extends2 = {}, _extends2[cbName] = notistack_esm_createChainedFunction([props.snack[cbName], props[cbName]], props.snack.key), _extends2)); }, {}); return react.createElement(Collapse/* default */.Z, { unmountOnExit: true, timeout: 175, "in": collapsed, onExited: callbacks.onExited }, react.createElement(Snackbar, Object.assign({}, other, singleSnackProps, { open: open, className: (0,clsx_m/* default */.Z)(classes.root, classes.wrappedRoot, classes[transformer.toAnchorOrigin(anchorOrigin)]), onClose: handleClose }), react.createElement(TransitionComponent, Object.assign({ appear: true, "in": open, timeout: transitionDuration }, transitionProps, { onExit: callbacks.onExit, onExiting: callbacks.onExiting, onExited: handleExitedScreen, onEnter: callbacks.onEnter, onEntering: callbacks.onEntering, // order matters. first callbacks.onEntered to set entered: true, // then handleEntered to check if there's a request for closing onEntered: notistack_esm_createChainedFunction([callbacks.onEntered, handleEntered]) }), content || react.createElement(SnackbarContent$1, Object.assign({}, ariaAttributes, { role: "alert", style: style, className: (0,clsx_m/* default */.Z)(classes.contentRoot, classes[transformer.toVariant(variant)], otherClassName, singleClassName, !hideIconVariant && icon && classes.lessPadding) }), react.createElement("div", { id: ariaAttributes['aria-describedby'], className: classes.message }, !hideIconVariant ? icon : null, snackMessage), action && react.createElement("div", { className: classes.action }, action))))); }; var SnackbarItem$1 = /*#__PURE__*/(0,withStyles/* default */.Z)(styles$1)(SnackbarItem); var collapse = { // Material-UI 4.12.x and above uses MuiCollapse-root; earlier versions use // Mui-Collapse-container. https://github.com/mui-org/material-ui/pull/24084 container: '& > .MuiCollapse-container, & > .MuiCollapse-root', wrapper: '& > .MuiCollapse-container > .MuiCollapse-wrapper, & > .MuiCollapse-root > .MuiCollapse-wrapper' }; var xsWidthMargin = 16; var useStyle = /*#__PURE__*/styles_makeStyles(function (theme) { var _root, _rootDense, _left, _right, _center; return { root: (_root = { boxSizing: 'border-box', display: 'flex', maxHeight: '100%', position: 'fixed', zIndex: theme.zIndex.snackbar, height: 'auto', width: 'auto', transition: 'top 300ms ease 0ms, right 300ms ease 0ms, bottom 300ms ease 0ms, left 300ms ease 0ms, margin 300ms ease 0ms, max-width 300ms ease 0ms', // container itself is invisible and should not block clicks, clicks should be passed to its children pointerEvents: 'none' }, _root[collapse.container] = { pointerEvents: 'all' }, _root[collapse.wrapper] = { padding: SNACKBAR_INDENTS.snackbar["default"] + "px 0px", transition: 'padding 300ms ease 0ms' }, _root.maxWidth = "calc(100% - " + SNACKBAR_INDENTS.view["default"] * 2 + "px)", _root[theme.breakpoints.down('xs')] = { width: '100%', maxWidth: "calc(100% - " + xsWidthMargin * 2 + "px)" }, _root), rootDense: (_rootDense = {}, _rootDense[collapse.wrapper] = { padding: SNACKBAR_INDENTS.snackbar.dense + "px 0px" }, _rootDense), top: { top: SNACKBAR_INDENTS.view["default"] - SNACKBAR_INDENTS.snackbar["default"], flexDirection: 'column' }, bottom: { bottom: SNACKBAR_INDENTS.view["default"] - SNACKBAR_INDENTS.snackbar["default"], flexDirection: 'column-reverse' }, left: (_left = { left: SNACKBAR_INDENTS.view["default"] }, _left[theme.breakpoints.up('sm')] = { alignItems: 'flex-start' }, _left[theme.breakpoints.down('xs')] = { left: xsWidthMargin + "px" }, _left), right: (_right = { right: SNACKBAR_INDENTS.view["default"] }, _right[theme.breakpoints.up('sm')] = { alignItems: 'flex-end' }, _right[theme.breakpoints.down('xs')] = { right: xsWidthMargin + "px" }, _right), center: (_center = { left: '50%', transform: 'translateX(-50%)' }, _center[theme.breakpoints.up('sm')] = { alignItems: 'center' }, _center) }; }); var SnackbarContainer = function SnackbarContainer(props) { var classes = useStyle(); var className = props.className, anchorOrigin = props.anchorOrigin, dense = props.dense, other = notistack_esm_objectWithoutPropertiesLoose(props, ["className", "anchorOrigin", "dense"]); var combinedClassname = (0,clsx_m/* default */.Z)(classes[anchorOrigin.vertical], classes[anchorOrigin.horizontal], classes.root, // root should come after others to override maxWidth className, dense && classes.rootDense); return react.createElement("div", Object.assign({ className: combinedClassname }, other)); }; var SnackbarContainer$1 = /*#__PURE__*/react.memo(SnackbarContainer); /* eslint-disable */ var __DEV__ = (/* unused pure expression or super */ null && ("production" !== 'production')); var notistack_esm_warning = (function (message) { if (!__DEV__) return; if (typeof console !== 'undefined') { console.error(message); } try { throw new Error(message); } catch (x) {} }); var SnackbarProvider = /*#__PURE__*/function (_Component) { _inheritsLoose(SnackbarProvider, _Component); function SnackbarProvider(props) { var _this; _this = _Component.call(this, props) || this; /** * Adds a new snackbar to the queue to be presented. * Returns generated or user defined key referencing the new snackbar or null */ _this.enqueueSnackbar = function (message, opts) { if (opts === void 0) { opts = {}; } var _opts = opts, key = _opts.key, preventDuplicate = _opts.preventDuplicate, options = notistack_esm_objectWithoutPropertiesLoose(_opts, ["key", "preventDuplicate"]); var hasSpecifiedKey = isDefined(key); var id = hasSpecifiedKey ? key : new Date().getTime() + Math.random(); var merger = notistack_esm_merge(options, _this.props, DEFAULTS); var snack = notistack_esm_extends({ key: id }, options, { message: message, open: true, entered: false, requestClose: false, variant: merger('variant'), anchorOrigin: merger('anchorOrigin'), autoHideDuration: merger('autoHideDuration') }); if (options.persist) { snack.autoHideDuration = undefined; } _this.setState(function (state) { if (preventDuplicate === undefined && _this.props.preventDuplicate || preventDuplicate) { var compareFunction = function compareFunction(item) { return hasSpecifiedKey ? item.key === key : item.message === message; }; var inQueue = state.queue.findIndex(compareFunction) > -1; var inView = state.snacks.findIndex(compareFunction) > -1; if (inQueue || inView) { return state; } } return _this.handleDisplaySnack(notistack_esm_extends({}, state, { queue: [].concat(state.queue, [snack]) })); }); return id; }; /** * Reducer: Display snack if there's space for it. Otherwise, immediately * begin dismissing the oldest message to start showing the new one. */ _this.handleDisplaySnack = function (state) { var snacks = state.snacks; if (snacks.length >= _this.maxSnack) { return _this.handleDismissOldest(state); } return _this.processQueue(state); }; /** * Reducer: Display items (notifications) in the queue if there's space for them. */ _this.processQueue = function (state) { var queue = state.queue, snacks = state.snacks; if (queue.length > 0) { return notistack_esm_extends({}, state, { snacks: [].concat(snacks, [queue[0]]), queue: queue.slice(1, queue.length) }); } return state; }; /** * Reducer: Hide oldest snackbar on the screen because there exists a new one which we have to display. * (ignoring the one with 'persist' flag. i.e. explicitly told by user not to get dismissed). * * Note 1: If there is already a message leaving the screen, no new messages are dismissed. * Note 2: If the oldest message has not yet entered the screen, only a request to close the * snackbar is made. Once it entered the screen, it will be immediately dismissed. */ _this.handleDismissOldest = function (state) { if (state.snacks.some(function (item) { return !item.open || item.requestClose; })) { return state; } var popped = false; var ignore = false; var persistentCount = state.snacks.reduce(function (acc, current) { return acc + (current.open && current.persist ? 1 : 0); }, 0); if (persistentCount === _this.maxSnack) { false ? 0 : void 0; ignore = true; } var snacks = state.snacks.map(function (item) { if (!popped && (!item.persist || ignore)) { popped = true; if (!item.entered) { return notistack_esm_extends({}, item, { requestClose: true }); } if (item.onClose) item.onClose(null, REASONS.MAXSNACK, item.key); if (_this.props.onClose) _this.props.onClose(null, REASONS.MAXSNACK, item.key); return notistack_esm_extends({}, item, { open: false }); } return notistack_esm_extends({}, item); }); return notistack_esm_extends({}, state, { snacks: snacks }); }; /** * Set the entered state of the snackbar with the given key. */ _this.handleEnteredSnack = function (node, isAppearing, key) { if (!isDefined(key)) { throw new Error('handleEnteredSnack Cannot be called with undefined key'); } _this.setState(function (_ref) { var snacks = _ref.snacks; return { snacks: snacks.map(function (item) { return item.key === key ? notistack_esm_extends({}, item, { entered: true }) : notistack_esm_extends({}, item); }) }; }); }; /** * Hide a snackbar after its timeout. */ _this.handleCloseSnack = function (event, reason, key) { // should not use createChainedFunction for onClose. // because this.closeSnackbar called this function if (_this.props.onClose) { _this.props.onClose(event, reason, key); } if (reason === REASONS.CLICKAWAY) return; var shouldCloseAll = key === undefined; _this.setState(function (_ref2) { var snacks = _ref2.snacks, queue = _ref2.queue; return { snacks: snacks.map(function (item) { if (!shouldCloseAll && item.key !== key) { return notistack_esm_extends({}, item); } return item.entered ? notistack_esm_extends({}, item, { open: false }) : notistack_esm_extends({}, item, { requestClose: true }); }), queue: queue.filter(function (item) { return item.key !== key; }) }; }); }; /** * Close snackbar with the given key */ _this.closeSnackbar = function (key) { // call individual snackbar onClose callback passed through options parameter var toBeClosed = _this.state.snacks.find(function (item) { return item.key === key; }); if (isDefined(key) && toBeClosed && toBeClosed.onClose) { toBeClosed.onClose(null, REASONS.INSTRUCTED, key); } _this.handleCloseSnack(null, REASONS.INSTRUCTED, key); }; /** * When we set open attribute of a snackbar to false (i.e. after we hide a snackbar), * it leaves the screen and immediately after leaving animation is done, this method * gets called. We remove the hidden snackbar from state and then display notifications * waiting in the queue (if any). If after this process the queue is not empty, the * oldest message is dismissed. */ // @ts-ignore _this.handleExitedSnack = function (event, key1, key2) { var key = key1 || key2; if (!isDefined(key)) { throw new Error('handleExitedSnack Cannot be called with undefined key'); } _this.setState(function (state) { var newState = _this.processQueue(notistack_esm_extends({}, state, { snacks: state.snacks.filter(function (item) { return item.key !== key; }) })); if (newState.queue.length === 0) { return newState; } return _this.handleDismissOldest(newState); }); }; _this.state = { snacks: [], queue: [], contextValue: { enqueueSnackbar: _this.enqueueSnackbar, closeSnackbar: _this.closeSnackbar } }; return _this; } var _proto = SnackbarProvider.prototype; _proto.render = function render() { var _this2 = this; var contextValue = this.state.contextValue; var _this$props = this.props, iconVariant = _this$props.iconVariant, _this$props$dense = _this$props.dense, dense = _this$props$dense === void 0 ? DEFAULTS.dense : _this$props$dense, _this$props$hideIconV = _this$props.hideIconVariant, hideIconVariant = _this$props$hideIconV === void 0 ? DEFAULTS.hideIconVariant : _this$props$hideIconV, domRoot = _this$props.domRoot, children = _this$props.children, _this$props$classes = _this$props.classes, classes = _this$props$classes === void 0 ? {} : _this$props$classes, props = notistack_esm_objectWithoutPropertiesLoose(_this$props, ["maxSnack", "preventDuplicate", "variant", "anchorOrigin", "iconVariant", "dense", "hideIconVariant", "domRoot", "children", "classes"]); var categ = this.state.snacks.reduce(function (acc, current) { var _extends2; var category = originKeyExtractor(current.anchorOrigin); var existingOfCategory = acc[category] || []; return notistack_esm_extends({}, acc, (_extends2 = {}, _extends2[category] = [].concat(existingOfCategory, [current]), _extends2)); }, {}); var snackbars = Object.keys(categ).map(function (origin) { var snacks = categ[origin]; return react.createElement(SnackbarContainer$1, { key: origin, dense: dense, anchorOrigin: snacks[0].anchorOrigin, className: (0,clsx_m/* default */.Z)(classes.containerRoot, classes[transformer.toContainerAnchorOrigin(origin)]) }, snacks.map(function (snack) { return react.createElement(SnackbarItem$1, Object.assign({}, props, { key: snack.key, snack: snack, dense: dense, iconVariant: iconVariant, hideIconVariant: hideIconVariant, classes: omitContainerKeys(classes), onClose: _this2.handleCloseSnack, onExited: notistack_esm_createChainedFunction([_this2.handleExitedSnack, _this2.props.onExited]), onEntered: notistack_esm_createChainedFunction([_this2.handleEnteredSnack, _this2.props.onEntered]) })); })); }); return react.createElement(SnackbarContext.Provider, { value: contextValue }, children, domRoot ? (0,react_dom.createPortal)(snackbars, domRoot) : snackbars); }; notistack_esm_createClass(SnackbarProvider, [{ key: "maxSnack", get: function get() { return this.props.maxSnack || DEFAULTS.maxSnack; } }]); return SnackbarProvider; }(react.Component); // https://github.com/JamesMGreene/Function.name/blob/58b314d4a983110c3682f1228f845d39ccca1817/Function.name.js#L3 var fnNameMatchRegex = /^\s*function(?:\s|\s*\/\*.*\*\/\s*)+([^(\s/]*)\s*/; var getFunctionName = function getFunctionName(fn) { var match = ("" + fn).match(fnNameMatchRegex); var name = match && match[1]; return name || ''; }; /** * @param {function} Component * @param {string} fallback * @returns {string | undefined} */ var getFunctionComponentName = function getFunctionComponentName(Component, fallback) { if (fallback === void 0) { fallback = ''; } return Component.displayName || Component.name || getFunctionName(Component) || fallback; }; var getWrappedName = function getWrappedName(outerType, innerType, wrapperName) { var functionName = getFunctionComponentName(innerType); return outerType.displayName || (functionName !== '' ? wrapperName + "(" + functionName + ")" : wrapperName); }; /** * From react-is * @link https://github.com/facebook/react/blob/master/packages/shared/ReactSymbols.js */ var ForwardRef = function ForwardRef() { var symbolFor = typeof Symbol === 'function' && Symbol["for"]; return symbolFor ? symbolFor('react.forward_ref') : 0xead0; }; /** * https://github.com/facebook/react/blob/769b1f270e1251d9dbdce0fcbd9e92e502d059b8/packages/shared/getComponentName.js * * @param {React.ReactType} Component * @returns {string | undefined} */ var getDisplayName = (function (Component) { if (Component == null) { return undefined; } if (typeof Component === 'string') { return Component; } if (typeof Component === 'function') { return getFunctionComponentName(Component, 'Component'); } if (typeof Component === 'object') { switch (Component.$$typeof) { case ForwardRef(): return getWrappedName(Component, Component.render, 'ForwardRef'); default: return undefined; } } return undefined; }); var withSnackbar = function withSnackbar(Component) { var WrappedComponent = React__default.forwardRef(function (props, ref) { return React__default.createElement(SnackbarContext.Consumer, null, function (context) { return React__default.createElement(Component, notistack_esm_extends({}, props, { ref: ref, enqueueSnackbar: context.enqueueSnackbar, closeSnackbar: context.closeSnackbar })); }); }); if (false) {} hoistNonReactStatics(WrappedComponent, Component); return WrappedComponent; }; var useSnackbar = (function () { return (0,react.useContext)(SnackbarContext); }); //# sourceMappingURL=notistack.esm.js.map ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Accordion/AccordionContext.js /** * @ignore - internal component. * @type {React.Context<{} | {expanded: boolean, disabled: boolean, toggle: () => void}>} */ var AccordionContext = react.createContext({}); if (false) {} /* harmony default export */ var Accordion_AccordionContext = (AccordionContext); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useControlled.js var useControlled = __webpack_require__(22775); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Accordion/Accordion.js var Accordion_styles = function styles(theme) { var transition = { duration: theme.transitions.duration.shortest }; return { /* Styles applied to the root element. */ root: { position: 'relative', transition: theme.transitions.create(['margin'], transition), '&:before': { position: 'absolute', left: 0, top: -1, right: 0, height: 1, content: '""', opacity: 1, backgroundColor: theme.palette.divider, transition: theme.transitions.create(['opacity', 'background-color'], transition) }, '&:first-child': { '&:before': { display: 'none' } }, '&$expanded': { margin: '16px 0', '&:first-child': { marginTop: 0 }, '&:last-child': { marginBottom: 0 }, '&:before': { opacity: 0 } }, '&$expanded + &': { '&:before': { display: 'none' } }, '&$disabled': { backgroundColor: theme.palette.action.disabledBackground } }, /* Styles applied to the root element if `square={false}`. */ rounded: { borderRadius: 0, '&:first-child': { borderTopLeftRadius: theme.shape.borderRadius, borderTopRightRadius: theme.shape.borderRadius }, '&:last-child': { borderBottomLeftRadius: theme.shape.borderRadius, borderBottomRightRadius: theme.shape.borderRadius, // Fix a rendering issue on Edge '@supports (-ms-ime-align: auto)': { borderBottomLeftRadius: 0, borderBottomRightRadius: 0 } } }, /* Styles applied to the root element if `expanded={true}`. */ expanded: {}, /* Styles applied to the root element if `disabled={true}`. */ disabled: {} }; }; var Accordion = /*#__PURE__*/react.forwardRef(function Accordion(props, ref) { var childrenProp = props.children, classes = props.classes, className = props.className, _props$defaultExpande = props.defaultExpanded, defaultExpanded = _props$defaultExpande === void 0 ? false : _props$defaultExpande, _props$disabled = props.disabled, disabled = _props$disabled === void 0 ? false : _props$disabled, expandedProp = props.expanded, onChange = props.onChange, _props$square = props.square, square = _props$square === void 0 ? false : _props$square, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Collapse/* default */.Z : _props$TransitionComp, TransitionProps = props.TransitionProps, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "classes", "className", "defaultExpanded", "disabled", "expanded", "onChange", "square", "TransitionComponent", "TransitionProps"]); var _useControlled = (0,useControlled/* default */.Z)({ controlled: expandedProp, default: defaultExpanded, name: 'Accordion', state: 'expanded' }), _useControlled2 = (0,slicedToArray/* default */.Z)(_useControlled, 2), expanded = _useControlled2[0], setExpandedState = _useControlled2[1]; var handleChange = react.useCallback(function (event) { setExpandedState(!expanded); if (onChange) { onChange(event, !expanded); } }, [expanded, onChange, setExpandedState]); var _React$Children$toArr = react.Children.toArray(childrenProp), _React$Children$toArr2 = _toArray(_React$Children$toArr), summary = _React$Children$toArr2[0], children = _React$Children$toArr2.slice(1); var contextValue = react.useMemo(function () { return { expanded: expanded, disabled: disabled, toggle: handleChange }; }, [expanded, disabled, handleChange]); return /*#__PURE__*/react.createElement(Paper/* default */.Z, (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className, expanded && classes.expanded, disabled && classes.disabled, !square && classes.rounded), ref: ref, square: square }, other), /*#__PURE__*/react.createElement(Accordion_AccordionContext.Provider, { value: contextValue }, summary), /*#__PURE__*/react.createElement(TransitionComponent, (0,esm_extends/* default */.Z)({ in: expanded, timeout: "auto" }, TransitionProps), /*#__PURE__*/react.createElement("div", { "aria-labelledby": summary.props.id, id: summary.props['aria-controls'], role: "region" }, children))); }); false ? 0 : void 0; /* harmony default export */ var Accordion_Accordion = ((0,withStyles/* default */.Z)(Accordion_styles, { name: 'MuiAccordion' })(Accordion)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/AccordionSummary/AccordionSummary.js /* eslint-disable jsx-a11y/aria-role */ var AccordionSummary_styles = function styles(theme) { var transition = { duration: theme.transitions.duration.shortest }; return { /* Styles applied to the root element. */ root: { display: 'flex', minHeight: 8 * 6, transition: theme.transitions.create(['min-height', 'background-color'], transition), padding: theme.spacing(0, 2), '&:hover:not($disabled)': { cursor: 'pointer' }, '&$expanded': { minHeight: 64 }, '&$focused': { backgroundColor: theme.palette.action.focus }, '&$disabled': { opacity: theme.palette.action.disabledOpacity } }, /* Pseudo-class applied to the root element, children wrapper element and `IconButton` component if `expanded={true}`. */ expanded: {}, /* Pseudo-class applied to the root element if `focused={true}`. */ focused: {}, /* Pseudo-class applied to the root element if `disabled={true}`. */ disabled: {}, /* Styles applied to the children wrapper element. */ content: { display: 'flex', flexGrow: 1, transition: theme.transitions.create(['margin'], transition), margin: '12px 0', '&$expanded': { margin: '20px 0' } }, /* Styles applied to the `IconButton` component when `expandIcon` is supplied. */ expandIcon: { transform: 'rotate(0deg)', transition: theme.transitions.create('transform', transition), '&:hover': { // Disable the hover effect for the IconButton, // because a hover effect should apply to the entire Expand button and // not only to the IconButton. backgroundColor: 'transparent' }, '&$expanded': { transform: 'rotate(180deg)' } } }; }; var AccordionSummary = /*#__PURE__*/react.forwardRef(function AccordionSummary(props, ref) { var children = props.children, classes = props.classes, className = props.className, expandIcon = props.expandIcon, IconButtonProps = props.IconButtonProps, onBlur = props.onBlur, onClick = props.onClick, onFocusVisible = props.onFocusVisible, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "classes", "className", "expandIcon", "IconButtonProps", "onBlur", "onClick", "onFocusVisible"]); var _React$useState = react.useState(false), focusedState = _React$useState[0], setFocusedState = _React$useState[1]; var handleFocusVisible = function handleFocusVisible(event) { setFocusedState(true); if (onFocusVisible) { onFocusVisible(event); } }; var handleBlur = function handleBlur(event) { setFocusedState(false); if (onBlur) { onBlur(event); } }; var _React$useContext = react.useContext(Accordion_AccordionContext), _React$useContext$dis = _React$useContext.disabled, disabled = _React$useContext$dis === void 0 ? false : _React$useContext$dis, expanded = _React$useContext.expanded, toggle = _React$useContext.toggle; var handleChange = function handleChange(event) { if (toggle) { toggle(event); } if (onClick) { onClick(event); } }; return /*#__PURE__*/react.createElement(ButtonBase/* default */.Z, (0,esm_extends/* default */.Z)({ focusRipple: false, disableRipple: true, disabled: disabled, component: "div", "aria-expanded": expanded, className: (0,clsx_m/* default */.Z)(classes.root, className, disabled && classes.disabled, expanded && classes.expanded, focusedState && classes.focused), onFocusVisible: handleFocusVisible, onBlur: handleBlur, onClick: handleChange, ref: ref }, other), /*#__PURE__*/react.createElement("div", { className: (0,clsx_m/* default */.Z)(classes.content, expanded && classes.expanded) }, children), expandIcon && /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.expandIcon, expanded && classes.expanded), edge: "end", component: "div", tabIndex: null, role: null, "aria-hidden": true }, IconButtonProps), expandIcon)); }); false ? 0 : void 0; /* harmony default export */ var AccordionSummary_AccordionSummary = ((0,withStyles/* default */.Z)(AccordionSummary_styles, { name: 'MuiAccordionSummary' })(AccordionSummary)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Icon/Icon.js var Icon_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { userSelect: 'none', fontSize: theme.typography.pxToRem(24), width: '1em', height: '1em', // Chrome fix for https://bugs.chromium.org/p/chromium/issues/detail?id=820541 // To remove at some point. overflow: 'hidden', flexShrink: 0 }, /* Styles applied to the root element if `color="primary"`. */ colorPrimary: { color: theme.palette.primary.main }, /* Styles applied to the root element if `color="secondary"`. */ colorSecondary: { color: theme.palette.secondary.main }, /* Styles applied to the root element if `color="action"`. */ colorAction: { color: theme.palette.action.active }, /* Styles applied to the root element if `color="error"`. */ colorError: { color: theme.palette.error.main }, /* Styles applied to the root element if `color="disabled"`. */ colorDisabled: { color: theme.palette.action.disabled }, /* Styles applied to the root element if `fontSize="inherit"`. */ fontSizeInherit: { fontSize: 'inherit' }, /* Styles applied to the root element if `fontSize="small"`. */ fontSizeSmall: { fontSize: theme.typography.pxToRem(20) }, /* Styles applied to the root element if `fontSize="large"`. */ fontSizeLarge: { fontSize: theme.typography.pxToRem(36) } }; }; var Icon_Icon = /*#__PURE__*/react.forwardRef(function Icon(props, ref) { var classes = props.classes, className = props.className, _props$color = props.color, color = _props$color === void 0 ? 'inherit' : _props$color, _props$component = props.component, Component = _props$component === void 0 ? 'span' : _props$component, _props$fontSize = props.fontSize, fontSize = _props$fontSize === void 0 ? 'default' : _props$fontSize, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className", "color", "component", "fontSize"]); return /*#__PURE__*/react.createElement(Component, (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)('material-icons', classes.root, className, color !== 'inherit' && classes["color".concat((0,utils_capitalize/* default */.Z)(color))], fontSize !== 'default' && classes["fontSize".concat((0,utils_capitalize/* default */.Z)(fontSize))]), "aria-hidden": true, ref: ref }, other)); }); false ? 0 : void 0; Icon_Icon.muiName = 'Icon'; /* harmony default export */ var esm_Icon_Icon = ((0,withStyles/* default */.Z)(Icon_styles, { name: 'MuiIcon' })(Icon_Icon)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/AccordionDetails/AccordionDetails.js var AccordionDetails_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { display: 'flex', padding: theme.spacing(1, 2, 2) } }; }; var AccordionDetails = /*#__PURE__*/react.forwardRef(function AccordionDetails(props, ref) { var classes = props.classes, className = props.className, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className"]); return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className), ref: ref }, other)); }); false ? 0 : void 0; /* harmony default export */ var AccordionDetails_AccordionDetails = ((0,withStyles/* default */.Z)(AccordionDetails_styles, { name: 'MuiAccordionDetails' })(AccordionDetails)); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/useIsFocusVisible.js var useIsFocusVisible = __webpack_require__(24896); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Link/Link.js var Link_styles = { /* Styles applied to the root element. */ root: {}, /* Styles applied to the root element if `underline="none"`. */ underlineNone: { textDecoration: 'none' }, /* Styles applied to the root element if `underline="hover"`. */ underlineHover: { textDecoration: 'none', '&:hover': { textDecoration: 'underline' } }, /* Styles applied to the root element if `underline="always"`. */ underlineAlways: { textDecoration: 'underline' }, // Same reset as ButtonBase.root /* Styles applied to the root element if `component="button"`. */ button: { position: 'relative', WebkitTapHighlightColor: 'transparent', backgroundColor: 'transparent', // Reset default value // We disable the focus ring for mouse, touch and keyboard users. outline: 0, border: 0, margin: 0, // Remove the margin in Safari borderRadius: 0, padding: 0, // Remove the padding in Firefox cursor: 'pointer', userSelect: 'none', verticalAlign: 'middle', '-moz-appearance': 'none', // Reset '-webkit-appearance': 'none', // Reset '&::-moz-focus-inner': { borderStyle: 'none' // Remove Firefox dotted outline. }, '&$focusVisible': { outline: 'auto' } }, /* Pseudo-class applied to the root element if the link is keyboard focused. */ focusVisible: {} }; var Link = /*#__PURE__*/react.forwardRef(function Link(props, ref) { var classes = props.classes, className = props.className, _props$color = props.color, color = _props$color === void 0 ? 'primary' : _props$color, _props$component = props.component, component = _props$component === void 0 ? 'a' : _props$component, onBlur = props.onBlur, onFocus = props.onFocus, TypographyClasses = props.TypographyClasses, _props$underline = props.underline, underline = _props$underline === void 0 ? 'hover' : _props$underline, _props$variant = props.variant, variant = _props$variant === void 0 ? 'inherit' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className", "color", "component", "onBlur", "onFocus", "TypographyClasses", "underline", "variant"]); var _useIsFocusVisible = (0,useIsFocusVisible/* default */.Z)(), isFocusVisible = _useIsFocusVisible.isFocusVisible, onBlurVisible = _useIsFocusVisible.onBlurVisible, focusVisibleRef = _useIsFocusVisible.ref; var _React$useState = react.useState(false), focusVisible = _React$useState[0], setFocusVisible = _React$useState[1]; var handlerRef = (0,useForkRef/* default */.Z)(ref, focusVisibleRef); var handleBlur = function handleBlur(event) { if (focusVisible) { onBlurVisible(); setFocusVisible(false); } if (onBlur) { onBlur(event); } }; var handleFocus = function handleFocus(event) { if (isFocusVisible(event)) { setFocusVisible(true); } if (onFocus) { onFocus(event); } }; return /*#__PURE__*/react.createElement(Typography/* default */.Z, (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, classes["underline".concat((0,utils_capitalize/* default */.Z)(underline))], className, focusVisible && classes.focusVisible, component === 'button' && classes.button), classes: TypographyClasses, color: color, component: component, onBlur: handleBlur, onFocus: handleFocus, ref: handlerRef, variant: variant }, other)); }); false ? 0 : void 0; /* harmony default export */ var Link_Link = ((0,withStyles/* default */.Z)(Link_styles, { name: 'MuiLink' })(Link)); // EXTERNAL MODULE: ./node_modules/@material-ui/utils/esm/formatMuiErrorMessage.js var formatMuiErrorMessage = __webpack_require__(60288); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/FormControl/formControlState.js function formControlState(_ref) { var props = _ref.props, states = _ref.states, muiFormControl = _ref.muiFormControl; return states.reduce(function (acc, state) { acc[state] = props[state]; if (muiFormControl) { if (typeof props[state] === 'undefined') { acc[state] = muiFormControl[state]; } } return acc; }, {}); } ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/FormControl/FormControlContext.js /** * @ignore - internal component. */ var FormControlContext = react.createContext(); if (false) {} function useFormControl() { return react.useContext(FormControlContext); } /* harmony default export */ var FormControl_FormControlContext = (FormControlContext); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/TextareaAutosize/TextareaAutosize.js function getStyleValue(computedStyle, property) { return parseInt(computedStyle[property], 10) || 0; } var TextareaAutosize_useEnhancedEffect = typeof window !== 'undefined' ? react.useLayoutEffect : react.useEffect; var TextareaAutosize_styles = { /* Styles applied to the shadow textarea element. */ shadow: { // Visibility needed to hide the extra text area on iPads visibility: 'hidden', // Remove from the content flow position: 'absolute', // Ignore the scrollbar width overflow: 'hidden', height: 0, top: 0, left: 0, // Create a new layer, increase the isolation of the computed values transform: 'translateZ(0)' } }; var TextareaAutosize = /*#__PURE__*/react.forwardRef(function TextareaAutosize(props, ref) { var onChange = props.onChange, rows = props.rows, rowsMax = props.rowsMax, _props$rowsMin = props.rowsMin, rowsMinProp = _props$rowsMin === void 0 ? 1 : _props$rowsMin, style = props.style, value = props.value, other = (0,objectWithoutProperties/* default */.Z)(props, ["onChange", "rows", "rowsMax", "rowsMin", "style", "value"]); var rowsMin = rows || rowsMinProp; var _React$useRef = react.useRef(value != null), isControlled = _React$useRef.current; var inputRef = react.useRef(null); var handleRef = (0,useForkRef/* default */.Z)(ref, inputRef); var shadowRef = react.useRef(null); var renders = react.useRef(0); var _React$useState = react.useState({}), state = _React$useState[0], setState = _React$useState[1]; var syncHeight = react.useCallback(function () { var input = inputRef.current; var computedStyle = window.getComputedStyle(input); var inputShallow = shadowRef.current; inputShallow.style.width = computedStyle.width; inputShallow.value = input.value || props.placeholder || 'x'; if (inputShallow.value.slice(-1) === '\n') { // Certain fonts which overflow the line height will cause the textarea // to report a different scrollHeight depending on whether the last line // is empty. Make it non-empty to avoid this issue. inputShallow.value += ' '; } var boxSizing = computedStyle['box-sizing']; var padding = getStyleValue(computedStyle, 'padding-bottom') + getStyleValue(computedStyle, 'padding-top'); var border = getStyleValue(computedStyle, 'border-bottom-width') + getStyleValue(computedStyle, 'border-top-width'); // The height of the inner content var innerHeight = inputShallow.scrollHeight - padding; // Measure height of a textarea with a single row inputShallow.value = 'x'; var singleRowHeight = inputShallow.scrollHeight - padding; // The height of the outer content var outerHeight = innerHeight; if (rowsMin) { outerHeight = Math.max(Number(rowsMin) * singleRowHeight, outerHeight); } if (rowsMax) { outerHeight = Math.min(Number(rowsMax) * singleRowHeight, outerHeight); } outerHeight = Math.max(outerHeight, singleRowHeight); // Take the box sizing into account for applying this value as a style. var outerHeightStyle = outerHeight + (boxSizing === 'border-box' ? padding + border : 0); var overflow = Math.abs(outerHeight - innerHeight) <= 1; setState(function (prevState) { // Need a large enough difference to update the height. // This prevents infinite rendering loop. if (renders.current < 20 && (outerHeightStyle > 0 && Math.abs((prevState.outerHeightStyle || 0) - outerHeightStyle) > 1 || prevState.overflow !== overflow)) { renders.current += 1; return { overflow: overflow, outerHeightStyle: outerHeightStyle }; } if (false) {} return prevState; }); }, [rowsMax, rowsMin, props.placeholder]); react.useEffect(function () { var handleResize = (0,debounce/* default */.Z)(function () { renders.current = 0; syncHeight(); }); window.addEventListener('resize', handleResize); return function () { handleResize.clear(); window.removeEventListener('resize', handleResize); }; }, [syncHeight]); TextareaAutosize_useEnhancedEffect(function () { syncHeight(); }); react.useEffect(function () { renders.current = 0; }, [value]); var handleChange = function handleChange(event) { renders.current = 0; if (!isControlled) { syncHeight(); } if (onChange) { onChange(event); } }; return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("textarea", (0,esm_extends/* default */.Z)({ value: value, onChange: handleChange, ref: handleRef // Apply the rows prop to get a "correct" first SSR paint , rows: rowsMin, style: (0,esm_extends/* default */.Z)({ height: state.outerHeightStyle, // Need a large enough difference to allow scrolling. // This prevents infinite rendering loop. overflow: state.overflow ? 'hidden' : null }, style) }, other)), /*#__PURE__*/react.createElement("textarea", { "aria-hidden": true, className: props.className, readOnly: true, ref: shadowRef, tabIndex: -1, style: (0,esm_extends/* default */.Z)({}, TextareaAutosize_styles.shadow, style) })); }); false ? 0 : void 0; /* harmony default export */ var TextareaAutosize_TextareaAutosize = (TextareaAutosize); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/InputBase/utils.js // Supports determination of isControlled(). // Controlled input accepts its current value as a prop. // // @see https://facebook.github.io/react/docs/forms.html#controlled-components // @param value // @returns {boolean} true if string (including '') or number (including zero) function hasValue(value) { return value != null && !(Array.isArray(value) && value.length === 0); } // Determine if field is empty or filled. // Response determines if label is presented above field or as placeholder. // // @param obj // @param SSR // @returns {boolean} False when not present or empty string. // True when any number or string with length. function isFilled(obj) { var SSR = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; return obj && (hasValue(obj.value) && obj.value !== '' || SSR && hasValue(obj.defaultValue) && obj.defaultValue !== ''); } // Determine if an Input is adorned on start. // It's corresponding to the left with LTR. // // @param obj // @returns {boolean} False when no adornments. // True when adorned at the start. function isAdornedStart(obj) { return obj.startAdornment; } ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/InputBase/InputBase.js /* eslint-disable jsx-a11y/click-events-have-key-events, jsx-a11y/no-static-element-interactions */ var InputBase_styles = function styles(theme) { var light = theme.palette.type === 'light'; var placeholder = { color: 'currentColor', opacity: light ? 0.42 : 0.5, transition: theme.transitions.create('opacity', { duration: theme.transitions.duration.shorter }) }; var placeholderHidden = { opacity: '0 !important' }; var placeholderVisible = { opacity: light ? 0.42 : 0.5 }; return { '@global': { '@keyframes mui-auto-fill': {}, '@keyframes mui-auto-fill-cancel': {} }, /* Styles applied to the root element. */ root: (0,esm_extends/* default */.Z)({}, theme.typography.body1, { color: theme.palette.text.primary, lineHeight: '1.1876em', // Reset (19px), match the native input line-height boxSizing: 'border-box', // Prevent padding issue with fullWidth. position: 'relative', cursor: 'text', display: 'inline-flex', alignItems: 'center', '&$disabled': { color: theme.palette.text.disabled, cursor: 'default' } }), /* Styles applied to the root element if the component is a descendant of `FormControl`. */ formControl: {}, /* Styles applied to the root element if the component is focused. */ focused: {}, /* Styles applied to the root element if `disabled={true}`. */ disabled: {}, /* Styles applied to the root element if `startAdornment` is provided. */ adornedStart: {}, /* Styles applied to the root element if `endAdornment` is provided. */ adornedEnd: {}, /* Pseudo-class applied to the root element if `error={true}`. */ error: {}, /* Styles applied to the `input` element if `margin="dense"`. */ marginDense: {}, /* Styles applied to the root element if `multiline={true}`. */ multiline: { padding: "".concat(8 - 2, "px 0 ").concat(8 - 1, "px"), '&$marginDense': { paddingTop: 4 - 1 } }, /* Styles applied to the root element if the color is secondary. */ colorSecondary: {}, /* Styles applied to the root element if `fullWidth={true}`. */ fullWidth: { width: '100%' }, /* Styles applied to the `input` element. */ input: { font: 'inherit', letterSpacing: 'inherit', color: 'currentColor', padding: "".concat(8 - 2, "px 0 ").concat(8 - 1, "px"), border: 0, boxSizing: 'content-box', background: 'none', height: '1.1876em', // Reset (19px), match the native input line-height margin: 0, // Reset for Safari WebkitTapHighlightColor: 'transparent', display: 'block', // Make the flex item shrink with Firefox minWidth: 0, width: '100%', // Fix IE 11 width issue animationName: 'mui-auto-fill-cancel', animationDuration: '10ms', '&::-webkit-input-placeholder': placeholder, '&::-moz-placeholder': placeholder, // Firefox 19+ '&:-ms-input-placeholder': placeholder, // IE 11 '&::-ms-input-placeholder': placeholder, // Edge '&:focus': { outline: 0 }, // Reset Firefox invalid required input style '&:invalid': { boxShadow: 'none' }, '&::-webkit-search-decoration': { // Remove the padding when type=search. '-webkit-appearance': 'none' }, // Show and hide the placeholder logic 'label[data-shrink=false] + $formControl &': { '&::-webkit-input-placeholder': placeholderHidden, '&::-moz-placeholder': placeholderHidden, // Firefox 19+ '&:-ms-input-placeholder': placeholderHidden, // IE 11 '&::-ms-input-placeholder': placeholderHidden, // Edge '&:focus::-webkit-input-placeholder': placeholderVisible, '&:focus::-moz-placeholder': placeholderVisible, // Firefox 19+ '&:focus:-ms-input-placeholder': placeholderVisible, // IE 11 '&:focus::-ms-input-placeholder': placeholderVisible // Edge }, '&$disabled': { opacity: 1 // Reset iOS opacity }, '&:-webkit-autofill': { animationDuration: '5000s', animationName: 'mui-auto-fill' } }, /* Styles applied to the `input` element if `margin="dense"`. */ inputMarginDense: { paddingTop: 4 - 1 }, /* Styles applied to the `input` element if `multiline={true}`. */ inputMultiline: { height: 'auto', resize: 'none', padding: 0 }, /* Styles applied to the `input` element if `type="search"`. */ inputTypeSearch: { // Improve type search style. '-moz-appearance': 'textfield', '-webkit-appearance': 'textfield' }, /* Styles applied to the `input` element if `startAdornment` is provided. */ inputAdornedStart: {}, /* Styles applied to the `input` element if `endAdornment` is provided. */ inputAdornedEnd: {}, /* Styles applied to the `input` element if `hiddenLabel={true}`. */ inputHiddenLabel: {} }; }; var InputBase_useEnhancedEffect = typeof window === 'undefined' ? react.useEffect : react.useLayoutEffect; /** * `InputBase` contains as few styles as possible. * It aims to be a simple building block for creating an input. * It contains a load of style reset and some state logic. */ var InputBase = /*#__PURE__*/react.forwardRef(function InputBase(props, ref) { var ariaDescribedby = props['aria-describedby'], autoComplete = props.autoComplete, autoFocus = props.autoFocus, classes = props.classes, className = props.className, color = props.color, defaultValue = props.defaultValue, disabled = props.disabled, endAdornment = props.endAdornment, error = props.error, _props$fullWidth = props.fullWidth, fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, id = props.id, _props$inputComponent = props.inputComponent, inputComponent = _props$inputComponent === void 0 ? 'input' : _props$inputComponent, _props$inputProps = props.inputProps, inputPropsProp = _props$inputProps === void 0 ? {} : _props$inputProps, inputRefProp = props.inputRef, margin = props.margin, _props$multiline = props.multiline, multiline = _props$multiline === void 0 ? false : _props$multiline, name = props.name, onBlur = props.onBlur, onChange = props.onChange, onClick = props.onClick, onFocus = props.onFocus, onKeyDown = props.onKeyDown, onKeyUp = props.onKeyUp, placeholder = props.placeholder, readOnly = props.readOnly, renderSuffix = props.renderSuffix, rows = props.rows, rowsMax = props.rowsMax, rowsMin = props.rowsMin, startAdornment = props.startAdornment, _props$type = props.type, type = _props$type === void 0 ? 'text' : _props$type, valueProp = props.value, other = (0,objectWithoutProperties/* default */.Z)(props, ["aria-describedby", "autoComplete", "autoFocus", "classes", "className", "color", "defaultValue", "disabled", "endAdornment", "error", "fullWidth", "id", "inputComponent", "inputProps", "inputRef", "margin", "multiline", "name", "onBlur", "onChange", "onClick", "onFocus", "onKeyDown", "onKeyUp", "placeholder", "readOnly", "renderSuffix", "rows", "rowsMax", "rowsMin", "startAdornment", "type", "value"]); var value = inputPropsProp.value != null ? inputPropsProp.value : valueProp; var _React$useRef = react.useRef(value != null), isControlled = _React$useRef.current; var inputRef = react.useRef(); var handleInputRefWarning = react.useCallback(function (instance) { if (false) {} }, []); var handleInputPropsRefProp = (0,useForkRef/* default */.Z)(inputPropsProp.ref, handleInputRefWarning); var handleInputRefProp = (0,useForkRef/* default */.Z)(inputRefProp, handleInputPropsRefProp); var handleInputRef = (0,useForkRef/* default */.Z)(inputRef, handleInputRefProp); var _React$useState = react.useState(false), focused = _React$useState[0], setFocused = _React$useState[1]; var muiFormControl = useFormControl(); if (false) {} var fcs = formControlState({ props: props, muiFormControl: muiFormControl, states: ['color', 'disabled', 'error', 'hiddenLabel', 'margin', 'required', 'filled'] }); fcs.focused = muiFormControl ? muiFormControl.focused : focused; // The blur won't fire when the disabled state is set on a focused input. // We need to book keep the focused state manually. react.useEffect(function () { if (!muiFormControl && disabled && focused) { setFocused(false); if (onBlur) { onBlur(); } } }, [muiFormControl, disabled, focused, onBlur]); var onFilled = muiFormControl && muiFormControl.onFilled; var onEmpty = muiFormControl && muiFormControl.onEmpty; var checkDirty = react.useCallback(function (obj) { if (isFilled(obj)) { if (onFilled) { onFilled(); } } else if (onEmpty) { onEmpty(); } }, [onFilled, onEmpty]); InputBase_useEnhancedEffect(function () { if (isControlled) { checkDirty({ value: value }); } }, [value, checkDirty, isControlled]); var handleFocus = function handleFocus(event) { // Fix a bug with IE 11 where the focus/blur events are triggered // while the input is disabled. if (fcs.disabled) { event.stopPropagation(); return; } if (onFocus) { onFocus(event); } if (inputPropsProp.onFocus) { inputPropsProp.onFocus(event); } if (muiFormControl && muiFormControl.onFocus) { muiFormControl.onFocus(event); } else { setFocused(true); } }; var handleBlur = function handleBlur(event) { if (onBlur) { onBlur(event); } if (inputPropsProp.onBlur) { inputPropsProp.onBlur(event); } if (muiFormControl && muiFormControl.onBlur) { muiFormControl.onBlur(event); } else { setFocused(false); } }; var handleChange = function handleChange(event) { if (!isControlled) { var element = event.target || inputRef.current; if (element == null) { throw new Error( false ? 0 : (0,formatMuiErrorMessage/* default */.Z)(1)); } checkDirty({ value: element.value }); } for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { args[_key - 1] = arguments[_key]; } if (inputPropsProp.onChange) { inputPropsProp.onChange.apply(inputPropsProp, [event].concat(args)); } // Perform in the willUpdate if (onChange) { onChange.apply(void 0, [event].concat(args)); } }; // Check the input state on mount, in case it was filled by the user // or auto filled by the browser before the hydration (for SSR). react.useEffect(function () { checkDirty(inputRef.current); }, []); // eslint-disable-line react-hooks/exhaustive-deps var handleClick = function handleClick(event) { if (inputRef.current && event.currentTarget === event.target) { inputRef.current.focus(); } if (onClick) { onClick(event); } }; var InputComponent = inputComponent; var inputProps = (0,esm_extends/* default */.Z)({}, inputPropsProp, { ref: handleInputRef }); if (typeof InputComponent !== 'string') { inputProps = (0,esm_extends/* default */.Z)({ // Rename ref to inputRef as we don't know the // provided `inputComponent` structure. inputRef: handleInputRef, type: type }, inputProps, { ref: null }); } else if (multiline) { if (rows && !rowsMax && !rowsMin) { InputComponent = 'textarea'; } else { inputProps = (0,esm_extends/* default */.Z)({ rows: rows, rowsMax: rowsMax }, inputProps); InputComponent = TextareaAutosize_TextareaAutosize; } } else { inputProps = (0,esm_extends/* default */.Z)({ type: type }, inputProps); } var handleAutoFill = function handleAutoFill(event) { // Provide a fake value as Chrome might not let you access it for security reasons. checkDirty(event.animationName === 'mui-auto-fill-cancel' ? inputRef.current : { value: 'x' }); }; react.useEffect(function () { if (muiFormControl) { muiFormControl.setAdornedStart(Boolean(startAdornment)); } }, [muiFormControl, startAdornment]); return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, classes["color".concat((0,utils_capitalize/* default */.Z)(fcs.color || 'primary'))], className, fcs.disabled && classes.disabled, fcs.error && classes.error, fullWidth && classes.fullWidth, fcs.focused && classes.focused, muiFormControl && classes.formControl, multiline && classes.multiline, startAdornment && classes.adornedStart, endAdornment && classes.adornedEnd, fcs.margin === 'dense' && classes.marginDense), onClick: handleClick, ref: ref }, other), startAdornment, /*#__PURE__*/react.createElement(FormControl_FormControlContext.Provider, { value: null }, /*#__PURE__*/react.createElement(InputComponent, (0,esm_extends/* default */.Z)({ "aria-invalid": fcs.error, "aria-describedby": ariaDescribedby, autoComplete: autoComplete, autoFocus: autoFocus, defaultValue: defaultValue, disabled: fcs.disabled, id: id, onAnimationStart: handleAutoFill, name: name, placeholder: placeholder, readOnly: readOnly, required: fcs.required, rows: rows, value: value, onKeyDown: onKeyDown, onKeyUp: onKeyUp }, inputProps, { className: (0,clsx_m/* default */.Z)(classes.input, inputPropsProp.className, fcs.disabled && classes.disabled, multiline && classes.inputMultiline, fcs.hiddenLabel && classes.inputHiddenLabel, startAdornment && classes.inputAdornedStart, endAdornment && classes.inputAdornedEnd, type === 'search' && classes.inputTypeSearch, fcs.margin === 'dense' && classes.inputMarginDense), onBlur: handleBlur, onChange: handleChange, onFocus: handleFocus }))), endAdornment, renderSuffix ? renderSuffix((0,esm_extends/* default */.Z)({}, fcs, { startAdornment: startAdornment })) : null); }); false ? 0 : void 0; /* harmony default export */ var InputBase_InputBase = ((0,withStyles/* default */.Z)(InputBase_styles, { name: 'MuiInputBase' })(InputBase)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Input/Input.js var Input_styles = function styles(theme) { var light = theme.palette.type === 'light'; var bottomLineColor = light ? 'rgba(0, 0, 0, 0.42)' : 'rgba(255, 255, 255, 0.7)'; return { /* Styles applied to the root element. */ root: { position: 'relative' }, /* Styles applied to the root element if the component is a descendant of `FormControl`. */ formControl: { 'label + &': { marginTop: 16 } }, /* Styles applied to the root element if the component is focused. */ focused: {}, /* Styles applied to the root element if `disabled={true}`. */ disabled: {}, /* Styles applied to the root element if color secondary. */ colorSecondary: { '&$underline:after': { borderBottomColor: theme.palette.secondary.main } }, /* Styles applied to the root element if `disableUnderline={false}`. */ underline: { '&:after': { borderBottom: "2px solid ".concat(theme.palette.primary.main), left: 0, bottom: 0, // Doing the other way around crash on IE 11 "''" https://github.com/cssinjs/jss/issues/242 content: '""', position: 'absolute', right: 0, transform: 'scaleX(0)', transition: theme.transitions.create('transform', { duration: theme.transitions.duration.shorter, easing: theme.transitions.easing.easeOut }), pointerEvents: 'none' // Transparent to the hover style. }, '&$focused:after': { transform: 'scaleX(1)' }, '&$error:after': { borderBottomColor: theme.palette.error.main, transform: 'scaleX(1)' // error is always underlined in red }, '&:before': { borderBottom: "1px solid ".concat(bottomLineColor), left: 0, bottom: 0, // Doing the other way around crash on IE 11 "''" https://github.com/cssinjs/jss/issues/242 content: '"\\00a0"', position: 'absolute', right: 0, transition: theme.transitions.create('border-bottom-color', { duration: theme.transitions.duration.shorter }), pointerEvents: 'none' // Transparent to the hover style. }, '&:hover:not($disabled):before': { borderBottom: "2px solid ".concat(theme.palette.text.primary), // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { borderBottom: "1px solid ".concat(bottomLineColor) } }, '&$disabled:before': { borderBottomStyle: 'dotted' } }, /* Pseudo-class applied to the root element if `error={true}`. */ error: {}, /* Styles applied to the `input` element if `margin="dense"`. */ marginDense: {}, /* Styles applied to the root element if `multiline={true}`. */ multiline: {}, /* Styles applied to the root element if `fullWidth={true}`. */ fullWidth: {}, /* Styles applied to the `input` element. */ input: {}, /* Styles applied to the `input` element if `margin="dense"`. */ inputMarginDense: {}, /* Styles applied to the `input` element if `multiline={true}`. */ inputMultiline: {}, /* Styles applied to the `input` element if `type="search"`. */ inputTypeSearch: {} }; }; var Input = /*#__PURE__*/react.forwardRef(function Input(props, ref) { var disableUnderline = props.disableUnderline, classes = props.classes, _props$fullWidth = props.fullWidth, fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, _props$inputComponent = props.inputComponent, inputComponent = _props$inputComponent === void 0 ? 'input' : _props$inputComponent, _props$multiline = props.multiline, multiline = _props$multiline === void 0 ? false : _props$multiline, _props$type = props.type, type = _props$type === void 0 ? 'text' : _props$type, other = (0,objectWithoutProperties/* default */.Z)(props, ["disableUnderline", "classes", "fullWidth", "inputComponent", "multiline", "type"]); return /*#__PURE__*/react.createElement(InputBase_InputBase, (0,esm_extends/* default */.Z)({ classes: (0,esm_extends/* default */.Z)({}, classes, { root: (0,clsx_m/* default */.Z)(classes.root, !disableUnderline && classes.underline), underline: null }), fullWidth: fullWidth, inputComponent: inputComponent, multiline: multiline, ref: ref, type: type }, other)); }); false ? 0 : void 0; Input.muiName = 'Input'; /* harmony default export */ var Input_Input = ((0,withStyles/* default */.Z)(Input_styles, { name: 'MuiInput' })(Input)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/FilledInput/FilledInput.js var FilledInput_styles = function styles(theme) { var light = theme.palette.type === 'light'; var bottomLineColor = light ? 'rgba(0, 0, 0, 0.42)' : 'rgba(255, 255, 255, 0.7)'; var backgroundColor = light ? 'rgba(0, 0, 0, 0.09)' : 'rgba(255, 255, 255, 0.09)'; return { /* Styles applied to the root element. */ root: { position: 'relative', backgroundColor: backgroundColor, borderTopLeftRadius: theme.shape.borderRadius, borderTopRightRadius: theme.shape.borderRadius, transition: theme.transitions.create('background-color', { duration: theme.transitions.duration.shorter, easing: theme.transitions.easing.easeOut }), '&:hover': { backgroundColor: light ? 'rgba(0, 0, 0, 0.13)' : 'rgba(255, 255, 255, 0.13)', // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: backgroundColor } }, '&$focused': { backgroundColor: light ? 'rgba(0, 0, 0, 0.09)' : 'rgba(255, 255, 255, 0.09)' }, '&$disabled': { backgroundColor: light ? 'rgba(0, 0, 0, 0.12)' : 'rgba(255, 255, 255, 0.12)' } }, /* Styles applied to the root element if color secondary. */ colorSecondary: { '&$underline:after': { borderBottomColor: theme.palette.secondary.main } }, /* Styles applied to the root element if `disableUnderline={false}`. */ underline: { '&:after': { borderBottom: "2px solid ".concat(theme.palette.primary.main), left: 0, bottom: 0, // Doing the other way around crash on IE 11 "''" https://github.com/cssinjs/jss/issues/242 content: '""', position: 'absolute', right: 0, transform: 'scaleX(0)', transition: theme.transitions.create('transform', { duration: theme.transitions.duration.shorter, easing: theme.transitions.easing.easeOut }), pointerEvents: 'none' // Transparent to the hover style. }, '&$focused:after': { transform: 'scaleX(1)' }, '&$error:after': { borderBottomColor: theme.palette.error.main, transform: 'scaleX(1)' // error is always underlined in red }, '&:before': { borderBottom: "1px solid ".concat(bottomLineColor), left: 0, bottom: 0, // Doing the other way around crash on IE 11 "''" https://github.com/cssinjs/jss/issues/242 content: '"\\00a0"', position: 'absolute', right: 0, transition: theme.transitions.create('border-bottom-color', { duration: theme.transitions.duration.shorter }), pointerEvents: 'none' // Transparent to the hover style. }, '&:hover:before': { borderBottom: "1px solid ".concat(theme.palette.text.primary) }, '&$disabled:before': { borderBottomStyle: 'dotted' } }, /* Pseudo-class applied to the root element if the component is focused. */ focused: {}, /* Pseudo-class applied to the root element if `disabled={true}`. */ disabled: {}, /* Styles applied to the root element if `startAdornment` is provided. */ adornedStart: { paddingLeft: 12 }, /* Styles applied to the root element if `endAdornment` is provided. */ adornedEnd: { paddingRight: 12 }, /* Pseudo-class applied to the root element if `error={true}`. */ error: {}, /* Styles applied to the `input` element if `margin="dense"`. */ marginDense: {}, /* Styles applied to the root element if `multiline={true}`. */ multiline: { padding: '27px 12px 10px', '&$marginDense': { paddingTop: 23, paddingBottom: 6 } }, /* Styles applied to the `input` element. */ input: { padding: '27px 12px 10px', '&:-webkit-autofill': { WebkitBoxShadow: theme.palette.type === 'light' ? null : '0 0 0 100px #266798 inset', WebkitTextFillColor: theme.palette.type === 'light' ? null : '#fff', caretColor: theme.palette.type === 'light' ? null : '#fff', borderTopLeftRadius: 'inherit', borderTopRightRadius: 'inherit' } }, /* Styles applied to the `input` element if `margin="dense"`. */ inputMarginDense: { paddingTop: 23, paddingBottom: 6 }, /* Styles applied to the `input` if in `<FormControl hiddenLabel />`. */ inputHiddenLabel: { paddingTop: 18, paddingBottom: 19, '&$inputMarginDense': { paddingTop: 10, paddingBottom: 11 } }, /* Styles applied to the `input` element if `multiline={true}`. */ inputMultiline: { padding: 0 }, /* Styles applied to the `input` element if `startAdornment` is provided. */ inputAdornedStart: { paddingLeft: 0 }, /* Styles applied to the `input` element if `endAdornment` is provided. */ inputAdornedEnd: { paddingRight: 0 } }; }; var FilledInput = /*#__PURE__*/react.forwardRef(function FilledInput(props, ref) { var disableUnderline = props.disableUnderline, classes = props.classes, _props$fullWidth = props.fullWidth, fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, _props$inputComponent = props.inputComponent, inputComponent = _props$inputComponent === void 0 ? 'input' : _props$inputComponent, _props$multiline = props.multiline, multiline = _props$multiline === void 0 ? false : _props$multiline, _props$type = props.type, type = _props$type === void 0 ? 'text' : _props$type, other = (0,objectWithoutProperties/* default */.Z)(props, ["disableUnderline", "classes", "fullWidth", "inputComponent", "multiline", "type"]); return /*#__PURE__*/react.createElement(InputBase_InputBase, (0,esm_extends/* default */.Z)({ classes: (0,esm_extends/* default */.Z)({}, classes, { root: (0,clsx_m/* default */.Z)(classes.root, !disableUnderline && classes.underline), underline: null }), fullWidth: fullWidth, inputComponent: inputComponent, multiline: multiline, ref: ref, type: type }, other)); }); false ? 0 : void 0; FilledInput.muiName = 'Input'; /* harmony default export */ var FilledInput_FilledInput = ((0,withStyles/* default */.Z)(FilledInput_styles, { name: 'MuiFilledInput' })(FilledInput)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/OutlinedInput/NotchedOutline.js var NotchedOutline_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { position: 'absolute', bottom: 0, right: 0, top: -5, left: 0, margin: 0, padding: '0 8px', pointerEvents: 'none', borderRadius: 'inherit', borderStyle: 'solid', borderWidth: 1, overflow: 'hidden' }, /* Styles applied to the legend element when `labelWidth` is provided. */ legend: { textAlign: 'left', padding: 0, lineHeight: '11px', // sync with `height` in `legend` styles transition: theme.transitions.create('width', { duration: 150, easing: theme.transitions.easing.easeOut }) }, /* Styles applied to the legend element. */ legendLabelled: { display: 'block', width: 'auto', textAlign: 'left', padding: 0, height: 11, // sync with `lineHeight` in `legend` styles fontSize: '0.75em', visibility: 'hidden', maxWidth: 0.01, transition: theme.transitions.create('max-width', { duration: 50, easing: theme.transitions.easing.easeOut }), '& > span': { paddingLeft: 5, paddingRight: 5, display: 'inline-block' } }, /* Styles applied to the legend element is notched. */ legendNotched: { maxWidth: 1000, transition: theme.transitions.create('max-width', { duration: 100, easing: theme.transitions.easing.easeOut, delay: 50 }) } }; }; /** * @ignore - internal component. */ var NotchedOutline = /*#__PURE__*/react.forwardRef(function NotchedOutline(props, ref) { var children = props.children, classes = props.classes, className = props.className, label = props.label, labelWidthProp = props.labelWidth, notched = props.notched, style = props.style, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "classes", "className", "label", "labelWidth", "notched", "style"]); var theme = (0,styles_useTheme/* default */.Z)(); var align = theme.direction === 'rtl' ? 'right' : 'left'; if (label !== undefined) { return /*#__PURE__*/react.createElement("fieldset", (0,esm_extends/* default */.Z)({ "aria-hidden": true, className: (0,clsx_m/* default */.Z)(classes.root, className), ref: ref, style: style }, other), /*#__PURE__*/react.createElement("legend", { className: (0,clsx_m/* default */.Z)(classes.legendLabelled, notched && classes.legendNotched) }, label ? /*#__PURE__*/react.createElement("span", null, label) : /*#__PURE__*/react.createElement("span", { dangerouslySetInnerHTML: { __html: '&#8203;' } }))); } var labelWidth = labelWidthProp > 0 ? labelWidthProp * 0.75 + 8 : 0.01; return /*#__PURE__*/react.createElement("fieldset", (0,esm_extends/* default */.Z)({ "aria-hidden": true, style: (0,esm_extends/* default */.Z)((0,defineProperty/* default */.Z)({}, "padding".concat((0,utils_capitalize/* default */.Z)(align)), 8), style), className: (0,clsx_m/* default */.Z)(classes.root, className), ref: ref }, other), /*#__PURE__*/react.createElement("legend", { className: classes.legend, style: { // IE 11: fieldset with legend does not render // a border radius. This maintains consistency // by always having a legend rendered width: notched ? labelWidth : 0.01 } }, /*#__PURE__*/react.createElement("span", { dangerouslySetInnerHTML: { __html: '&#8203;' } }))); }); false ? 0 : void 0; /* harmony default export */ var OutlinedInput_NotchedOutline = ((0,withStyles/* default */.Z)(NotchedOutline_styles, { name: 'PrivateNotchedOutline' })(NotchedOutline)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/OutlinedInput/OutlinedInput.js var OutlinedInput_styles = function styles(theme) { var borderColor = theme.palette.type === 'light' ? 'rgba(0, 0, 0, 0.23)' : 'rgba(255, 255, 255, 0.23)'; return { /* Styles applied to the root element. */ root: { position: 'relative', borderRadius: theme.shape.borderRadius, '&:hover $notchedOutline': { borderColor: theme.palette.text.primary }, // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { '&:hover $notchedOutline': { borderColor: borderColor } }, '&$focused $notchedOutline': { borderColor: theme.palette.primary.main, borderWidth: 2 }, '&$error $notchedOutline': { borderColor: theme.palette.error.main }, '&$disabled $notchedOutline': { borderColor: theme.palette.action.disabled } }, /* Styles applied to the root element if the color is secondary. */ colorSecondary: { '&$focused $notchedOutline': { borderColor: theme.palette.secondary.main } }, /* Styles applied to the root element if the component is focused. */ focused: {}, /* Styles applied to the root element if `disabled={true}`. */ disabled: {}, /* Styles applied to the root element if `startAdornment` is provided. */ adornedStart: { paddingLeft: 14 }, /* Styles applied to the root element if `endAdornment` is provided. */ adornedEnd: { paddingRight: 14 }, /* Pseudo-class applied to the root element if `error={true}`. */ error: {}, /* Styles applied to the `input` element if `margin="dense"`. */ marginDense: {}, /* Styles applied to the root element if `multiline={true}`. */ multiline: { padding: '18.5px 14px', '&$marginDense': { paddingTop: 10.5, paddingBottom: 10.5 } }, /* Styles applied to the `NotchedOutline` element. */ notchedOutline: { borderColor: borderColor }, /* Styles applied to the `input` element. */ input: { padding: '18.5px 14px', '&:-webkit-autofill': { WebkitBoxShadow: theme.palette.type === 'light' ? null : '0 0 0 100px #266798 inset', WebkitTextFillColor: theme.palette.type === 'light' ? null : '#fff', caretColor: theme.palette.type === 'light' ? null : '#fff', borderRadius: 'inherit' } }, /* Styles applied to the `input` element if `margin="dense"`. */ inputMarginDense: { paddingTop: 10.5, paddingBottom: 10.5 }, /* Styles applied to the `input` element if `multiline={true}`. */ inputMultiline: { padding: 0 }, /* Styles applied to the `input` element if `startAdornment` is provided. */ inputAdornedStart: { paddingLeft: 0 }, /* Styles applied to the `input` element if `endAdornment` is provided. */ inputAdornedEnd: { paddingRight: 0 } }; }; var OutlinedInput = /*#__PURE__*/react.forwardRef(function OutlinedInput(props, ref) { var classes = props.classes, _props$fullWidth = props.fullWidth, fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, _props$inputComponent = props.inputComponent, inputComponent = _props$inputComponent === void 0 ? 'input' : _props$inputComponent, label = props.label, _props$labelWidth = props.labelWidth, labelWidth = _props$labelWidth === void 0 ? 0 : _props$labelWidth, _props$multiline = props.multiline, multiline = _props$multiline === void 0 ? false : _props$multiline, notched = props.notched, _props$type = props.type, type = _props$type === void 0 ? 'text' : _props$type, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "fullWidth", "inputComponent", "label", "labelWidth", "multiline", "notched", "type"]); return /*#__PURE__*/react.createElement(InputBase_InputBase, (0,esm_extends/* default */.Z)({ renderSuffix: function renderSuffix(state) { return /*#__PURE__*/react.createElement(OutlinedInput_NotchedOutline, { className: classes.notchedOutline, label: label, labelWidth: labelWidth, notched: typeof notched !== 'undefined' ? notched : Boolean(state.startAdornment || state.filled || state.focused) }); }, classes: (0,esm_extends/* default */.Z)({}, classes, { root: (0,clsx_m/* default */.Z)(classes.root, classes.underline), notchedOutline: null }), fullWidth: fullWidth, inputComponent: inputComponent, multiline: multiline, ref: ref, type: type }, other)); }); false ? 0 : void 0; OutlinedInput.muiName = 'Input'; /* harmony default export */ var OutlinedInput_OutlinedInput = ((0,withStyles/* default */.Z)(OutlinedInput_styles, { name: 'MuiOutlinedInput' })(OutlinedInput)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/FormControl/useFormControl.js function useFormControl_useFormControl() { return react.useContext(FormControl_FormControlContext); } ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/FormLabel/FormLabel.js var FormLabel_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: (0,esm_extends/* default */.Z)({ color: theme.palette.text.secondary }, theme.typography.body1, { lineHeight: 1, padding: 0, '&$focused': { color: theme.palette.primary.main }, '&$disabled': { color: theme.palette.text.disabled }, '&$error': { color: theme.palette.error.main } }), /* Styles applied to the root element if the color is secondary. */ colorSecondary: { '&$focused': { color: theme.palette.secondary.main } }, /* Pseudo-class applied to the root element if `focused={true}`. */ focused: {}, /* Pseudo-class applied to the root element if `disabled={true}`. */ disabled: {}, /* Pseudo-class applied to the root element if `error={true}`. */ error: {}, /* Pseudo-class applied to the root element if `filled={true}`. */ filled: {}, /* Pseudo-class applied to the root element if `required={true}`. */ required: {}, /* Styles applied to the asterisk element. */ asterisk: { '&$error': { color: theme.palette.error.main } } }; }; var FormLabel = /*#__PURE__*/react.forwardRef(function FormLabel(props, ref) { var children = props.children, classes = props.classes, className = props.className, color = props.color, _props$component = props.component, Component = _props$component === void 0 ? 'label' : _props$component, disabled = props.disabled, error = props.error, filled = props.filled, focused = props.focused, required = props.required, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "classes", "className", "color", "component", "disabled", "error", "filled", "focused", "required"]); var muiFormControl = useFormControl_useFormControl(); var fcs = formControlState({ props: props, muiFormControl: muiFormControl, states: ['color', 'required', 'focused', 'disabled', 'error', 'filled'] }); return /*#__PURE__*/react.createElement(Component, (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, classes["color".concat((0,utils_capitalize/* default */.Z)(fcs.color || 'primary'))], className, fcs.disabled && classes.disabled, fcs.error && classes.error, fcs.filled && classes.filled, fcs.focused && classes.focused, fcs.required && classes.required), ref: ref }, other), children, fcs.required && /*#__PURE__*/react.createElement("span", { "aria-hidden": true, className: (0,clsx_m/* default */.Z)(classes.asterisk, fcs.error && classes.error) }, "\u2009", '*')); }); false ? 0 : void 0; /* harmony default export */ var FormLabel_FormLabel = ((0,withStyles/* default */.Z)(FormLabel_styles, { name: 'MuiFormLabel' })(FormLabel)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/InputLabel/InputLabel.js var InputLabel_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { display: 'block', transformOrigin: 'top left' }, /* Pseudo-class applied to the root element if `focused={true}`. */ focused: {}, /* Pseudo-class applied to the root element if `disabled={true}`. */ disabled: {}, /* Pseudo-class applied to the root element if `error={true}`. */ error: {}, /* Pseudo-class applied to the root element if `required={true}`. */ required: {}, /* Pseudo-class applied to the asterisk element. */ asterisk: {}, /* Styles applied to the root element if the component is a descendant of `FormControl`. */ formControl: { position: 'absolute', left: 0, top: 0, // slight alteration to spec spacing to match visual spec result transform: 'translate(0, 24px) scale(1)' }, /* Styles applied to the root element if `margin="dense"`. */ marginDense: { // Compensation for the `Input.inputDense` style. transform: 'translate(0, 21px) scale(1)' }, /* Styles applied to the `input` element if `shrink={true}`. */ shrink: { transform: 'translate(0, 1.5px) scale(0.75)', transformOrigin: 'top left' }, /* Styles applied to the `input` element if `disableAnimation={false}`. */ animated: { transition: theme.transitions.create(['color', 'transform'], { duration: theme.transitions.duration.shorter, easing: theme.transitions.easing.easeOut }) }, /* Styles applied to the root element if `variant="filled"`. */ filled: { // Chrome's autofill feature gives the input field a yellow background. // Since the input field is behind the label in the HTML tree, // the input field is drawn last and hides the label with an opaque background color. // zIndex: 1 will raise the label above opaque background-colors of input. zIndex: 1, pointerEvents: 'none', transform: 'translate(12px, 20px) scale(1)', '&$marginDense': { transform: 'translate(12px, 17px) scale(1)' }, '&$shrink': { transform: 'translate(12px, 10px) scale(0.75)', '&$marginDense': { transform: 'translate(12px, 7px) scale(0.75)' } } }, /* Styles applied to the root element if `variant="outlined"`. */ outlined: { // see comment above on filled.zIndex zIndex: 1, pointerEvents: 'none', transform: 'translate(14px, 20px) scale(1)', '&$marginDense': { transform: 'translate(14px, 12px) scale(1)' }, '&$shrink': { transform: 'translate(14px, -6px) scale(0.75)' } } }; }; var InputLabel = /*#__PURE__*/react.forwardRef(function InputLabel(props, ref) { var classes = props.classes, className = props.className, _props$disableAnimati = props.disableAnimation, disableAnimation = _props$disableAnimati === void 0 ? false : _props$disableAnimati, margin = props.margin, shrinkProp = props.shrink, variant = props.variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className", "disableAnimation", "margin", "shrink", "variant"]); var muiFormControl = useFormControl_useFormControl(); var shrink = shrinkProp; if (typeof shrink === 'undefined' && muiFormControl) { shrink = muiFormControl.filled || muiFormControl.focused || muiFormControl.adornedStart; } var fcs = formControlState({ props: props, muiFormControl: muiFormControl, states: ['margin', 'variant'] }); return /*#__PURE__*/react.createElement(FormLabel_FormLabel, (0,esm_extends/* default */.Z)({ "data-shrink": shrink, className: (0,clsx_m/* default */.Z)(classes.root, className, muiFormControl && classes.formControl, !disableAnimation && classes.animated, shrink && classes.shrink, fcs.margin === 'dense' && classes.marginDense, { 'filled': classes.filled, 'outlined': classes.outlined }[fcs.variant]), classes: { focused: classes.focused, disabled: classes.disabled, error: classes.error, required: classes.required, asterisk: classes.asterisk }, ref: ref }, other)); }); false ? 0 : void 0; /* harmony default export */ var InputLabel_InputLabel = ((0,withStyles/* default */.Z)(InputLabel_styles, { name: 'MuiInputLabel' })(InputLabel)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/FormControl/FormControl.js var FormControl_styles = { /* Styles applied to the root element. */ root: { display: 'inline-flex', flexDirection: 'column', position: 'relative', // Reset fieldset default style. minWidth: 0, padding: 0, margin: 0, border: 0, verticalAlign: 'top' // Fix alignment issue on Safari. }, /* Styles applied to the root element if `margin="normal"`. */ marginNormal: { marginTop: 16, marginBottom: 8 }, /* Styles applied to the root element if `margin="dense"`. */ marginDense: { marginTop: 8, marginBottom: 4 }, /* Styles applied to the root element if `fullWidth={true}`. */ fullWidth: { width: '100%' } }; /** * Provides context such as filled/focused/error/required for form inputs. * Relying on the context provides high flexibility and ensures that the state always stays * consistent across the children of the `FormControl`. * This context is used by the following components: * * - FormLabel * - FormHelperText * - Input * - InputLabel * * You can find one composition example below and more going to [the demos](/components/text-fields/#components). * * ```jsx * <FormControl> * <InputLabel htmlFor="my-input">Email address</InputLabel> * <Input id="my-input" aria-describedby="my-helper-text" /> * <FormHelperText id="my-helper-text">We'll never share your email.</FormHelperText> * </FormControl> * ``` * * ⚠️Only one input can be used within a FormControl. */ var FormControl = /*#__PURE__*/react.forwardRef(function FormControl(props, ref) { var children = props.children, classes = props.classes, className = props.className, _props$color = props.color, color = _props$color === void 0 ? 'primary' : _props$color, _props$component = props.component, Component = _props$component === void 0 ? 'div' : _props$component, _props$disabled = props.disabled, disabled = _props$disabled === void 0 ? false : _props$disabled, _props$error = props.error, error = _props$error === void 0 ? false : _props$error, _props$fullWidth = props.fullWidth, fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, visuallyFocused = props.focused, _props$hiddenLabel = props.hiddenLabel, hiddenLabel = _props$hiddenLabel === void 0 ? false : _props$hiddenLabel, _props$margin = props.margin, margin = _props$margin === void 0 ? 'none' : _props$margin, _props$required = props.required, required = _props$required === void 0 ? false : _props$required, size = props.size, _props$variant = props.variant, variant = _props$variant === void 0 ? 'standard' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "classes", "className", "color", "component", "disabled", "error", "fullWidth", "focused", "hiddenLabel", "margin", "required", "size", "variant"]); var _React$useState = react.useState(function () { // We need to iterate through the children and find the Input in order // to fully support server-side rendering. var initialAdornedStart = false; if (children) { react.Children.forEach(children, function (child) { if (!(0,isMuiElement/* default */.Z)(child, ['Input', 'Select'])) { return; } var input = (0,isMuiElement/* default */.Z)(child, ['Select']) ? child.props.input : child; if (input && isAdornedStart(input.props)) { initialAdornedStart = true; } }); } return initialAdornedStart; }), adornedStart = _React$useState[0], setAdornedStart = _React$useState[1]; var _React$useState2 = react.useState(function () { // We need to iterate through the children and find the Input in order // to fully support server-side rendering. var initialFilled = false; if (children) { react.Children.forEach(children, function (child) { if (!(0,isMuiElement/* default */.Z)(child, ['Input', 'Select'])) { return; } if (isFilled(child.props, true)) { initialFilled = true; } }); } return initialFilled; }), filled = _React$useState2[0], setFilled = _React$useState2[1]; var _React$useState3 = react.useState(false), _focused = _React$useState3[0], setFocused = _React$useState3[1]; var focused = visuallyFocused !== undefined ? visuallyFocused : _focused; if (disabled && focused) { setFocused(false); } var registerEffect; if (false) { var registeredInput; } var onFilled = react.useCallback(function () { setFilled(true); }, []); var onEmpty = react.useCallback(function () { setFilled(false); }, []); var childContext = { adornedStart: adornedStart, setAdornedStart: setAdornedStart, color: color, disabled: disabled, error: error, filled: filled, focused: focused, fullWidth: fullWidth, hiddenLabel: hiddenLabel, margin: (size === 'small' ? 'dense' : undefined) || margin, onBlur: function onBlur() { setFocused(false); }, onEmpty: onEmpty, onFilled: onFilled, onFocus: function onFocus() { setFocused(true); }, registerEffect: registerEffect, required: required, variant: variant }; return /*#__PURE__*/react.createElement(FormControl_FormControlContext.Provider, { value: childContext }, /*#__PURE__*/react.createElement(Component, (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className, margin !== 'none' && classes["margin".concat((0,utils_capitalize/* default */.Z)(margin))], fullWidth && classes.fullWidth), ref: ref }, other), children)); }); false ? 0 : void 0; /* harmony default export */ var FormControl_FormControl = ((0,withStyles/* default */.Z)(FormControl_styles, { name: 'MuiFormControl' })(FormControl)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/FormHelperText/FormHelperText.js var FormHelperText_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: (0,esm_extends/* default */.Z)({ color: theme.palette.text.secondary }, theme.typography.caption, { textAlign: 'left', marginTop: 3, margin: 0, '&$disabled': { color: theme.palette.text.disabled }, '&$error': { color: theme.palette.error.main } }), /* Pseudo-class applied to the root element if `error={true}`. */ error: {}, /* Pseudo-class applied to the root element if `disabled={true}`. */ disabled: {}, /* Styles applied to the root element if `margin="dense"`. */ marginDense: { marginTop: 4 }, /* Styles applied to the root element if `variant="filled"` or `variant="outlined"`. */ contained: { marginLeft: 14, marginRight: 14 }, /* Pseudo-class applied to the root element if `focused={true}`. */ focused: {}, /* Pseudo-class applied to the root element if `filled={true}`. */ filled: {}, /* Pseudo-class applied to the root element if `required={true}`. */ required: {} }; }; var FormHelperText = /*#__PURE__*/react.forwardRef(function FormHelperText(props, ref) { var children = props.children, classes = props.classes, className = props.className, _props$component = props.component, Component = _props$component === void 0 ? 'p' : _props$component, disabled = props.disabled, error = props.error, filled = props.filled, focused = props.focused, margin = props.margin, required = props.required, variant = props.variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "classes", "className", "component", "disabled", "error", "filled", "focused", "margin", "required", "variant"]); var muiFormControl = useFormControl_useFormControl(); var fcs = formControlState({ props: props, muiFormControl: muiFormControl, states: ['variant', 'margin', 'disabled', 'error', 'filled', 'focused', 'required'] }); return /*#__PURE__*/react.createElement(Component, (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, (fcs.variant === 'filled' || fcs.variant === 'outlined') && classes.contained, className, fcs.disabled && classes.disabled, fcs.error && classes.error, fcs.filled && classes.filled, fcs.focused && classes.focused, fcs.required && classes.required, fcs.margin === 'dense' && classes.marginDense), ref: ref }, other), children === ' ' ? /*#__PURE__*/ // eslint-disable-next-line react/no-danger react.createElement("span", { dangerouslySetInnerHTML: { __html: '&#8203;' } }) : children); }); false ? 0 : void 0; /* harmony default export */ var FormHelperText_FormHelperText = ((0,withStyles/* default */.Z)(FormHelperText_styles, { name: 'MuiFormHelperText' })(FormHelperText)); // EXTERNAL MODULE: ./node_modules/@material-ui/styles/esm/mergeClasses/mergeClasses.js var mergeClasses = __webpack_require__(65835); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Select/SelectInput.js function areEqualValues(a, b) { if ((0,esm_typeof/* default */.Z)(b) === 'object' && b !== null) { return a === b; } return String(a) === String(b); } function SelectInput_isEmpty(display) { return display == null || typeof display === 'string' && !display.trim(); } /** * @ignore - internal component. */ var SelectInput = /*#__PURE__*/react.forwardRef(function SelectInput(props, ref) { var ariaLabel = props['aria-label'], autoFocus = props.autoFocus, autoWidth = props.autoWidth, children = props.children, classes = props.classes, className = props.className, defaultValue = props.defaultValue, disabled = props.disabled, displayEmpty = props.displayEmpty, IconComponent = props.IconComponent, inputRefProp = props.inputRef, labelId = props.labelId, _props$MenuProps = props.MenuProps, MenuProps = _props$MenuProps === void 0 ? {} : _props$MenuProps, multiple = props.multiple, name = props.name, onBlur = props.onBlur, onChange = props.onChange, onClose = props.onClose, onFocus = props.onFocus, onOpen = props.onOpen, openProp = props.open, readOnly = props.readOnly, renderValue = props.renderValue, _props$SelectDisplayP = props.SelectDisplayProps, SelectDisplayProps = _props$SelectDisplayP === void 0 ? {} : _props$SelectDisplayP, tabIndexProp = props.tabIndex, type = props.type, valueProp = props.value, _props$variant = props.variant, variant = _props$variant === void 0 ? 'standard' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["aria-label", "autoFocus", "autoWidth", "children", "classes", "className", "defaultValue", "disabled", "displayEmpty", "IconComponent", "inputRef", "labelId", "MenuProps", "multiple", "name", "onBlur", "onChange", "onClose", "onFocus", "onOpen", "open", "readOnly", "renderValue", "SelectDisplayProps", "tabIndex", "type", "value", "variant"]); var _useControlled = (0,useControlled/* default */.Z)({ controlled: valueProp, default: defaultValue, name: 'Select' }), _useControlled2 = (0,slicedToArray/* default */.Z)(_useControlled, 2), value = _useControlled2[0], setValue = _useControlled2[1]; var inputRef = react.useRef(null); var _React$useState = react.useState(null), displayNode = _React$useState[0], setDisplayNode = _React$useState[1]; var _React$useRef = react.useRef(openProp != null), isOpenControlled = _React$useRef.current; var _React$useState2 = react.useState(), menuMinWidthState = _React$useState2[0], setMenuMinWidthState = _React$useState2[1]; var _React$useState3 = react.useState(false), openState = _React$useState3[0], setOpenState = _React$useState3[1]; var handleRef = (0,useForkRef/* default */.Z)(ref, inputRefProp); react.useImperativeHandle(handleRef, function () { return { focus: function focus() { displayNode.focus(); }, node: inputRef.current, value: value }; }, [displayNode, value]); react.useEffect(function () { if (autoFocus && displayNode) { displayNode.focus(); } }, [autoFocus, displayNode]); react.useEffect(function () { if (displayNode) { var label = (0,ownerDocument/* default */.Z)(displayNode).getElementById(labelId); if (label) { var handler = function handler() { if (getSelection().isCollapsed) { displayNode.focus(); } }; label.addEventListener('click', handler); return function () { label.removeEventListener('click', handler); }; } } return undefined; }, [labelId, displayNode]); var update = function update(open, event) { if (open) { if (onOpen) { onOpen(event); } } else if (onClose) { onClose(event); } if (!isOpenControlled) { setMenuMinWidthState(autoWidth ? null : displayNode.clientWidth); setOpenState(open); } }; var handleMouseDown = function handleMouseDown(event) { // Ignore everything but left-click if (event.button !== 0) { return; } // Hijack the default focus behavior. event.preventDefault(); displayNode.focus(); update(true, event); }; var handleClose = function handleClose(event) { update(false, event); }; var childrenArray = react.Children.toArray(children); // Support autofill. var handleChange = function handleChange(event) { var index = childrenArray.map(function (child) { return child.props.value; }).indexOf(event.target.value); if (index === -1) { return; } var child = childrenArray[index]; setValue(child.props.value); if (onChange) { onChange(event, child); } }; var handleItemClick = function handleItemClick(child) { return function (event) { if (!multiple) { update(false, event); } var newValue; if (multiple) { newValue = Array.isArray(value) ? value.slice() : []; var itemIndex = value.indexOf(child.props.value); if (itemIndex === -1) { newValue.push(child.props.value); } else { newValue.splice(itemIndex, 1); } } else { newValue = child.props.value; } if (child.props.onClick) { child.props.onClick(event); } if (value === newValue) { return; } setValue(newValue); if (onChange) { event.persist(); // Preact support, target is read only property on a native event. Object.defineProperty(event, 'target', { writable: true, value: { value: newValue, name: name } }); onChange(event, child); } }; }; var handleKeyDown = function handleKeyDown(event) { if (!readOnly) { var validKeys = [' ', 'ArrowUp', 'ArrowDown', // The native select doesn't respond to enter on MacOS, but it's recommended by // https://www.w3.org/TR/wai-aria-practices/examples/listbox/listbox-collapsible.html 'Enter']; if (validKeys.indexOf(event.key) !== -1) { event.preventDefault(); update(true, event); } } }; var open = displayNode !== null && (isOpenControlled ? openProp : openState); var handleBlur = function handleBlur(event) { // if open event.stopImmediatePropagation if (!open && onBlur) { event.persist(); // Preact support, target is read only property on a native event. Object.defineProperty(event, 'target', { writable: true, value: { value: value, name: name } }); onBlur(event); } }; delete other['aria-invalid']; var display; var displaySingle; var displayMultiple = []; var computeDisplay = false; var foundMatch = false; // No need to display any value if the field is empty. if (isFilled({ value: value }) || displayEmpty) { if (renderValue) { display = renderValue(value); } else { computeDisplay = true; } } var items = childrenArray.map(function (child) { if (! /*#__PURE__*/react.isValidElement(child)) { return null; } if (false) {} var selected; if (multiple) { if (!Array.isArray(value)) { throw new Error( false ? 0 : (0,formatMuiErrorMessage/* default */.Z)(2)); } selected = value.some(function (v) { return areEqualValues(v, child.props.value); }); if (selected && computeDisplay) { displayMultiple.push(child.props.children); } } else { selected = areEqualValues(value, child.props.value); if (selected && computeDisplay) { displaySingle = child.props.children; } } if (selected) { foundMatch = true; } return /*#__PURE__*/react.cloneElement(child, { 'aria-selected': selected ? 'true' : undefined, onClick: handleItemClick(child), onKeyUp: function onKeyUp(event) { if (event.key === ' ') { // otherwise our MenuItems dispatches a click event // it's not behavior of the native <option> and causes // the select to close immediately since we open on space keydown event.preventDefault(); } if (child.props.onKeyUp) { child.props.onKeyUp(event); } }, role: 'option', selected: selected, value: undefined, // The value is most likely not a valid HTML attribute. 'data-value': child.props.value // Instead, we provide it as a data attribute. }); }); if (false) {} if (computeDisplay) { display = multiple ? displayMultiple.join(', ') : displaySingle; } // Avoid performing a layout computation in the render method. var menuMinWidth = menuMinWidthState; if (!autoWidth && isOpenControlled && displayNode) { menuMinWidth = displayNode.clientWidth; } var tabIndex; if (typeof tabIndexProp !== 'undefined') { tabIndex = tabIndexProp; } else { tabIndex = disabled ? null : 0; } var buttonId = SelectDisplayProps.id || (name ? "mui-component-select-".concat(name) : undefined); return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, // TODO v5: merge root and select classes.select, classes.selectMenu, classes[variant], className, disabled && classes.disabled), ref: setDisplayNode, tabIndex: tabIndex, role: "button", "aria-disabled": disabled ? 'true' : undefined, "aria-expanded": open ? 'true' : undefined, "aria-haspopup": "listbox", "aria-label": ariaLabel, "aria-labelledby": [labelId, buttonId].filter(Boolean).join(' ') || undefined, onKeyDown: handleKeyDown, onMouseDown: disabled || readOnly ? null : handleMouseDown, onBlur: handleBlur, onFocus: onFocus }, SelectDisplayProps, { // The id is required for proper a11y id: buttonId }), SelectInput_isEmpty(display) ? /*#__PURE__*/ // eslint-disable-next-line react/no-danger react.createElement("span", { dangerouslySetInnerHTML: { __html: '&#8203;' } }) : display), /*#__PURE__*/react.createElement("input", (0,esm_extends/* default */.Z)({ value: Array.isArray(value) ? value.join(',') : value, name: name, ref: inputRef, "aria-hidden": true, onChange: handleChange, tabIndex: -1, className: classes.nativeInput, autoFocus: autoFocus }, other)), /*#__PURE__*/react.createElement(IconComponent, { className: (0,clsx_m/* default */.Z)(classes.icon, classes["icon".concat((0,utils_capitalize/* default */.Z)(variant))], open && classes.iconOpen, disabled && classes.disabled) }), /*#__PURE__*/react.createElement(Menu_Menu, (0,esm_extends/* default */.Z)({ id: "menu-".concat(name || ''), anchorEl: displayNode, open: open, onClose: handleClose }, MenuProps, { MenuListProps: (0,esm_extends/* default */.Z)({ 'aria-labelledby': labelId, role: 'listbox', disableListWrap: true }, MenuProps.MenuListProps), PaperProps: (0,esm_extends/* default */.Z)({}, MenuProps.PaperProps, { style: (0,esm_extends/* default */.Z)({ minWidth: menuMinWidth }, MenuProps.PaperProps != null ? MenuProps.PaperProps.style : null) }) }), items)); }); false ? 0 : void 0; /* harmony default export */ var Select_SelectInput = (SelectInput); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/utils/createSvgIcon.js var createSvgIcon = __webpack_require__(63786); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/internal/svg-icons/ArrowDropDown.js /** * @ignore - internal component. */ /* harmony default export */ var svg_icons_ArrowDropDown = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M7 10l5 5 5-5z" }), 'ArrowDropDown')); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/NativeSelect/NativeSelectInput.js /** * @ignore - internal component. */ var NativeSelectInput = /*#__PURE__*/react.forwardRef(function NativeSelectInput(props, ref) { var classes = props.classes, className = props.className, disabled = props.disabled, IconComponent = props.IconComponent, inputRef = props.inputRef, _props$variant = props.variant, variant = _props$variant === void 0 ? 'standard' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className", "disabled", "IconComponent", "inputRef", "variant"]); return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("select", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, // TODO v5: merge root and select classes.select, classes[variant], className, disabled && classes.disabled), disabled: disabled, ref: inputRef || ref }, other)), props.multiple ? null : /*#__PURE__*/react.createElement(IconComponent, { className: (0,clsx_m/* default */.Z)(classes.icon, classes["icon".concat((0,utils_capitalize/* default */.Z)(variant))], disabled && classes.disabled) })); }); false ? 0 : void 0; /* harmony default export */ var NativeSelect_NativeSelectInput = (NativeSelectInput); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/NativeSelect/NativeSelect.js var NativeSelect_styles = function styles(theme) { return { /* Styles applied to the select component `root` class. */ root: {}, /* Styles applied to the select component `select` class. */ select: { '-moz-appearance': 'none', // Reset '-webkit-appearance': 'none', // Reset // When interacting quickly, the text can end up selected. // Native select can't be selected either. userSelect: 'none', borderRadius: 0, // Reset minWidth: 16, // So it doesn't collapse. cursor: 'pointer', '&:focus': { // Show that it's not an text input backgroundColor: theme.palette.type === 'light' ? 'rgba(0, 0, 0, 0.05)' : 'rgba(255, 255, 255, 0.05)', borderRadius: 0 // Reset Chrome style }, // Remove IE 11 arrow '&::-ms-expand': { display: 'none' }, '&$disabled': { cursor: 'default' }, '&[multiple]': { height: 'auto' }, '&:not([multiple]) option, &:not([multiple]) optgroup': { backgroundColor: theme.palette.background.paper }, '&&': { paddingRight: 24 } }, /* Styles applied to the select component if `variant="filled"`. */ filled: { '&&': { paddingRight: 32 } }, /* Styles applied to the select component if `variant="outlined"`. */ outlined: { borderRadius: theme.shape.borderRadius, '&&': { paddingRight: 32 } }, /* Styles applied to the select component `selectMenu` class. */ selectMenu: { height: 'auto', // Resets for multpile select with chips minHeight: '1.1876em', // Required for select\text-field height consistency textOverflow: 'ellipsis', whiteSpace: 'nowrap', overflow: 'hidden' }, /* Pseudo-class applied to the select component `disabled` class. */ disabled: {}, /* Styles applied to the icon component. */ icon: { // We use a position absolute over a flexbox in order to forward the pointer events // to the input and to support wrapping tags.. position: 'absolute', right: 0, top: 'calc(50% - 12px)', // Center vertically pointerEvents: 'none', // Don't block pointer events on the select under the icon. color: theme.palette.action.active, '&$disabled': { color: theme.palette.action.disabled } }, /* Styles applied to the icon component if the popup is open. */ iconOpen: { transform: 'rotate(180deg)' }, /* Styles applied to the icon component if `variant="filled"`. */ iconFilled: { right: 7 }, /* Styles applied to the icon component if `variant="outlined"`. */ iconOutlined: { right: 7 }, /* Styles applied to the underlying native input component. */ nativeInput: { bottom: 0, left: 0, position: 'absolute', opacity: 0, pointerEvents: 'none', width: '100%' } }; }; var defaultInput = /*#__PURE__*/react.createElement(Input_Input, null); /** * An alternative to `<Select native />` with a much smaller bundle size footprint. */ var NativeSelect = /*#__PURE__*/react.forwardRef(function NativeSelect(props, ref) { var children = props.children, classes = props.classes, _props$IconComponent = props.IconComponent, IconComponent = _props$IconComponent === void 0 ? svg_icons_ArrowDropDown : _props$IconComponent, _props$input = props.input, input = _props$input === void 0 ? defaultInput : _props$input, inputProps = props.inputProps, variant = props.variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "classes", "IconComponent", "input", "inputProps", "variant"]); var muiFormControl = useFormControl_useFormControl(); var fcs = formControlState({ props: props, muiFormControl: muiFormControl, states: ['variant'] }); return /*#__PURE__*/react.cloneElement(input, (0,esm_extends/* default */.Z)({ // Most of the logic is implemented in `NativeSelectInput`. // The `Select` component is a simple API wrapper to expose something better to play with. inputComponent: NativeSelect_NativeSelectInput, inputProps: (0,esm_extends/* default */.Z)({ children: children, classes: classes, IconComponent: IconComponent, variant: fcs.variant, type: undefined }, inputProps, input ? input.props.inputProps : {}), ref: ref }, other)); }); false ? 0 : void 0; NativeSelect.muiName = 'Select'; /* harmony default export */ var NativeSelect_NativeSelect = ((0,withStyles/* default */.Z)(NativeSelect_styles, { name: 'MuiNativeSelect' })(NativeSelect)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Select/Select.js var Select_styles = NativeSelect_styles; var _ref = /*#__PURE__*/react.createElement(Input_Input, null); var _ref2 = /*#__PURE__*/react.createElement(FilledInput_FilledInput, null); var Select = /*#__PURE__*/react.forwardRef(function Select(props, ref) { var _props$autoWidth = props.autoWidth, autoWidth = _props$autoWidth === void 0 ? false : _props$autoWidth, children = props.children, classes = props.classes, _props$displayEmpty = props.displayEmpty, displayEmpty = _props$displayEmpty === void 0 ? false : _props$displayEmpty, _props$IconComponent = props.IconComponent, IconComponent = _props$IconComponent === void 0 ? svg_icons_ArrowDropDown : _props$IconComponent, id = props.id, input = props.input, inputProps = props.inputProps, label = props.label, labelId = props.labelId, _props$labelWidth = props.labelWidth, labelWidth = _props$labelWidth === void 0 ? 0 : _props$labelWidth, MenuProps = props.MenuProps, _props$multiple = props.multiple, multiple = _props$multiple === void 0 ? false : _props$multiple, _props$native = props.native, native = _props$native === void 0 ? false : _props$native, onClose = props.onClose, onOpen = props.onOpen, open = props.open, renderValue = props.renderValue, SelectDisplayProps = props.SelectDisplayProps, _props$variant = props.variant, variantProps = _props$variant === void 0 ? 'standard' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["autoWidth", "children", "classes", "displayEmpty", "IconComponent", "id", "input", "inputProps", "label", "labelId", "labelWidth", "MenuProps", "multiple", "native", "onClose", "onOpen", "open", "renderValue", "SelectDisplayProps", "variant"]); var inputComponent = native ? NativeSelect_NativeSelectInput : Select_SelectInput; var muiFormControl = useFormControl_useFormControl(); var fcs = formControlState({ props: props, muiFormControl: muiFormControl, states: ['variant'] }); var variant = fcs.variant || variantProps; var InputComponent = input || { standard: _ref, outlined: /*#__PURE__*/react.createElement(OutlinedInput_OutlinedInput, { label: label, labelWidth: labelWidth }), filled: _ref2 }[variant]; return /*#__PURE__*/react.cloneElement(InputComponent, (0,esm_extends/* default */.Z)({ // Most of the logic is implemented in `SelectInput`. // The `Select` component is a simple API wrapper to expose something better to play with. inputComponent: inputComponent, inputProps: (0,esm_extends/* default */.Z)({ children: children, IconComponent: IconComponent, variant: variant, type: undefined, // We render a select. We can ignore the type provided by the `Input`. multiple: multiple }, native ? { id: id } : { autoWidth: autoWidth, displayEmpty: displayEmpty, labelId: labelId, MenuProps: MenuProps, onClose: onClose, onOpen: onOpen, open: open, renderValue: renderValue, SelectDisplayProps: (0,esm_extends/* default */.Z)({ id: id }, SelectDisplayProps) }, inputProps, { classes: inputProps ? (0,mergeClasses/* default */.Z)({ baseClasses: classes, newClasses: inputProps.classes, Component: Select }) : classes }, input ? input.props.inputProps : {}), ref: ref }, other)); }); false ? 0 : void 0; Select.muiName = 'Select'; /* harmony default export */ var Select_Select = ((0,withStyles/* default */.Z)(Select_styles, { name: 'MuiSelect' })(Select)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/TextField/TextField.js var variantComponent = { standard: Input_Input, filled: FilledInput_FilledInput, outlined: OutlinedInput_OutlinedInput }; var TextField_styles = { /* Styles applied to the root element. */ root: {} }; /** * The `TextField` is a convenience wrapper for the most common cases (80%). * It cannot be all things to all people, otherwise the API would grow out of control. * * ## Advanced Configuration * * It's important to understand that the text field is a simple abstraction * on top of the following components: * * - [FormControl](/api/form-control/) * - [InputLabel](/api/input-label/) * - [FilledInput](/api/filled-input/) * - [OutlinedInput](/api/outlined-input/) * - [Input](/api/input/) * - [FormHelperText](/api/form-helper-text/) * * If you wish to alter the props applied to the `input` element, you can do so as follows: * * ```jsx * const inputProps = { * step: 300, * }; * * return <TextField id="time" type="time" inputProps={inputProps} />; * ``` * * For advanced cases, please look at the source of TextField by clicking on the * "Edit this page" button above. Consider either: * * - using the upper case props for passing values directly to the components * - using the underlying components directly as shown in the demos */ var TextField_TextField = /*#__PURE__*/react.forwardRef(function TextField(props, ref) { var autoComplete = props.autoComplete, _props$autoFocus = props.autoFocus, autoFocus = _props$autoFocus === void 0 ? false : _props$autoFocus, children = props.children, classes = props.classes, className = props.className, _props$color = props.color, color = _props$color === void 0 ? 'primary' : _props$color, defaultValue = props.defaultValue, _props$disabled = props.disabled, disabled = _props$disabled === void 0 ? false : _props$disabled, _props$error = props.error, error = _props$error === void 0 ? false : _props$error, FormHelperTextProps = props.FormHelperTextProps, _props$fullWidth = props.fullWidth, fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, helperText = props.helperText, hiddenLabel = props.hiddenLabel, id = props.id, InputLabelProps = props.InputLabelProps, inputProps = props.inputProps, InputProps = props.InputProps, inputRef = props.inputRef, label = props.label, _props$multiline = props.multiline, multiline = _props$multiline === void 0 ? false : _props$multiline, name = props.name, onBlur = props.onBlur, onChange = props.onChange, onFocus = props.onFocus, placeholder = props.placeholder, _props$required = props.required, required = _props$required === void 0 ? false : _props$required, rows = props.rows, rowsMax = props.rowsMax, _props$select = props.select, select = _props$select === void 0 ? false : _props$select, SelectProps = props.SelectProps, type = props.type, value = props.value, _props$variant = props.variant, variant = _props$variant === void 0 ? 'standard' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["autoComplete", "autoFocus", "children", "classes", "className", "color", "defaultValue", "disabled", "error", "FormHelperTextProps", "fullWidth", "helperText", "hiddenLabel", "id", "InputLabelProps", "inputProps", "InputProps", "inputRef", "label", "multiline", "name", "onBlur", "onChange", "onFocus", "placeholder", "required", "rows", "rowsMax", "select", "SelectProps", "type", "value", "variant"]); if (false) {} var InputMore = {}; if (variant === 'outlined') { if (InputLabelProps && typeof InputLabelProps.shrink !== 'undefined') { InputMore.notched = InputLabelProps.shrink; } if (label) { var _InputLabelProps$requ; var displayRequired = (_InputLabelProps$requ = InputLabelProps === null || InputLabelProps === void 0 ? void 0 : InputLabelProps.required) !== null && _InputLabelProps$requ !== void 0 ? _InputLabelProps$requ : required; InputMore.label = /*#__PURE__*/react.createElement(react.Fragment, null, label, displayRequired && "\xA0*"); } } if (select) { // unset defaults from textbox inputs if (!SelectProps || !SelectProps.native) { InputMore.id = undefined; } InputMore['aria-describedby'] = undefined; } var helperTextId = helperText && id ? "".concat(id, "-helper-text") : undefined; var inputLabelId = label && id ? "".concat(id, "-label") : undefined; var InputComponent = variantComponent[variant]; var InputElement = /*#__PURE__*/react.createElement(InputComponent, (0,esm_extends/* default */.Z)({ "aria-describedby": helperTextId, autoComplete: autoComplete, autoFocus: autoFocus, defaultValue: defaultValue, fullWidth: fullWidth, multiline: multiline, name: name, rows: rows, rowsMax: rowsMax, type: type, value: value, id: id, inputRef: inputRef, onBlur: onBlur, onChange: onChange, onFocus: onFocus, placeholder: placeholder, inputProps: inputProps }, InputMore, InputProps)); return /*#__PURE__*/react.createElement(FormControl_FormControl, (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className), disabled: disabled, error: error, fullWidth: fullWidth, hiddenLabel: hiddenLabel, ref: ref, required: required, color: color, variant: variant }, other), label && /*#__PURE__*/react.createElement(InputLabel_InputLabel, (0,esm_extends/* default */.Z)({ htmlFor: id, id: inputLabelId }, InputLabelProps), label), select ? /*#__PURE__*/react.createElement(Select_Select, (0,esm_extends/* default */.Z)({ "aria-describedby": helperTextId, id: id, labelId: inputLabelId, value: value, input: InputElement }, SelectProps), children) : InputElement, helperText && /*#__PURE__*/react.createElement(FormHelperText_FormHelperText, (0,esm_extends/* default */.Z)({ id: helperTextId }, FormHelperTextProps), helperText)); }); false ? 0 : void 0; /* harmony default export */ var esm_TextField_TextField = ((0,withStyles/* default */.Z)(TextField_styles, { name: 'MuiTextField' })(TextField_TextField)); // EXTERNAL MODULE: ./node_modules/@material-ui/icons/ExpandMore.js var ExpandMore = __webpack_require__(64566); // EXTERNAL MODULE: ./node_modules/@material-ui/icons/FileCopy.js var FileCopy = __webpack_require__(87239); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Dialogs/IntegrateStandaloneDialog/style.module.scss // extracted by mini-css-extract-plugin /* harmony default export */ var style_module = ({"icon":"_3s81HemeKZtqu65wI1fy6E","javascriptCodeBlock":"_2PiruT2xp0ahiZEbiVpgcf","important":"_2fpqeP5Cl7bfJ6a5Nh7IP_","details":"_3FErKLfln3upSA8QUvjViU"}); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Dialogs/IntegrateStandaloneDialog/IntegrateStandaloneDialog.js function IntegrateStandaloneDialog_slicedToArray(arr, i) { return IntegrateStandaloneDialog_arrayWithHoles(arr) || IntegrateStandaloneDialog_iterableToArrayLimit(arr, i) || IntegrateStandaloneDialog_unsupportedIterableToArray(arr, i) || IntegrateStandaloneDialog_nonIterableRest(); } function IntegrateStandaloneDialog_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 IntegrateStandaloneDialog_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return IntegrateStandaloneDialog_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 IntegrateStandaloneDialog_arrayLikeToArray(o, minLen); } function IntegrateStandaloneDialog_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 IntegrateStandaloneDialog_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function IntegrateStandaloneDialog_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } var jsCode = function jsCode(publicIdentifier) { return "<!-- Buttonizer -->\n<script type=\"text/javascript\">\n(function(n,t,c){var o=t.createElement(\"script\");o.async=!0,o.src=\"https://cdn.buttonizer.io/embed.js\",o.onload=function(){window.Buttonizer.init(c)},t.head.appendChild(o)})(window,document,\"".concat(publicIdentifier, "\");\n</script>\n<!-- End Buttonizer -->"); }; function CodeSnippet(_ref) { var identifier = _ref.identifier; var ref = (0,react.useRef)(); var _useSnackbar = useSnackbar(), enqueueSnackbar = _useSnackbar.enqueueSnackbar; // Copy code to clipboard var copyFunction = function copyFunction() { ref.current.focus(); ref.current.select(); // Add code to clipboard if (navigator.clipboard) { navigator.clipboard.writeText(ref.current.value); // Show code copied message enqueueSnackbar(translate_translate("utils.code_copied"), { anchorOrigin: { vertical: "top", horizontal: "left" } }); } }; return /*#__PURE__*/react.createElement("div", { className: style_module.javascriptCodeBlock }, /*#__PURE__*/react.createElement(esm_Button_Button, { color: "secondary", startIcon: /*#__PURE__*/react.createElement(FileCopy/* default */.Z, null), size: "small", onClick: copyFunction }, translate_translate("utils.copy_code")), /*#__PURE__*/react.createElement("textarea", { className: style_module.javascriptCodeBlock, readOnly: true, value: jsCode(identifier), onClick: copyFunction, ref: ref })); } function IntegrateStandaloneDialog(_ref2) { var _ref2$opened = _ref2.opened, opened = _ref2$opened === void 0 ? false : _ref2$opened, _onClose = _ref2.onClose, _ref2$disableWelcome = _ref2.disableWelcome, disableWelcome = _ref2$disableWelcome === void 0 ? false : _ref2$disableWelcome; var store = useStore(); var _useState = (0,react.useState)(null), _useState2 = IntegrateStandaloneDialog_slicedToArray(_useState, 2), expanded = _useState2[0], setExpanded = _useState2[1]; var handleChange = function handleChange(panel) { return function (e, isExpanded) { setExpanded(isExpanded ? panel : null); }; }; var identifier = store.getState().misc.identifier; var domain = store.getState().misc.domain; return /*#__PURE__*/react.createElement(ConfirmDialog, { open: opened, title: "Install Buttonizer on your site", maxWidth: "sm", buttons: expanded !== null ? [{ value: "open_dashboard", text: translate_translate("common.to_dashboard") }, { value: "confirm", text: translate_translate("common.finish"), variant: "contained" }] : [{ value: "confirm", text: translate_translate("modal.close"), disabled: disableWelcome }], onClose: function onClose(val) { if (val === "confirm") { _onClose(); } else if (val === "open_dashboard") { window.open("".concat(window.buttonizer_admin.admin, "/sites/").concat(window.buttonizer_admin.siteId)); } } }, app.initializedWithWelcome && /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "body1", style: { marginBottom: 25 } }, "Wow, that looks great! Let's add Buttonizer to your website."), /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "body1", style: { marginBottom: 25 } }, "Below you can find the installation instructions for ", /*#__PURE__*/react.createElement("b", null, domain), "."), /*#__PURE__*/react.createElement(Accordion_Accordion, { expanded: expanded === "custom", onChange: handleChange("custom") }, /*#__PURE__*/react.createElement(AccordionSummary_AccordionSummary, { expandIcon: /*#__PURE__*/react.createElement(ExpandMore/* default */.Z, null), "aria-controls": "custombh-content", id: "custombh-header" }, /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: style_module.icon }, /*#__PURE__*/react.createElement("i", { className: "fas fa-code" })), /*#__PURE__*/react.createElement(Typography/* default */.Z, { style: { marginLeft: 15 } }, "Integrate Buttonizer on a custom site")), /*#__PURE__*/react.createElement(AccordionDetails_AccordionDetails, { className: style_module.details }, /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "body1" }, "Integrating Buttonizer is easy! Paste the following short code on the footer your website."), /*#__PURE__*/react.createElement(CodeSnippet, { identifier: identifier }), /*#__PURE__*/react.createElement(Link_Link, { href: "https://community.buttonizer.pro/knowledgebase/897", target: "_blank", color: "secondary" }, "Need help or more information?"))), /*#__PURE__*/react.createElement(Accordion_Accordion, { expanded: expanded === "wordpress", onChange: handleChange("wordpress") }, /*#__PURE__*/react.createElement(AccordionSummary_AccordionSummary, { expandIcon: /*#__PURE__*/react.createElement(ExpandMore/* default */.Z, null), "aria-controls": "wordpressbh-content", id: "wordpressbh-header" }, /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: style_module.icon }, /*#__PURE__*/react.createElement("i", { className: "fab fa-wordpress" })), /*#__PURE__*/react.createElement(Typography/* default */.Z, { style: { marginLeft: 15 } }, "Integrate Buttonizer on WordPress")), /*#__PURE__*/react.createElement(AccordionDetails_AccordionDetails, { className: style_module.details }, /*#__PURE__*/react.createElement("div", { className: style_module.important }, /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "body1" }, /*#__PURE__*/react.createElement("b", null, "Important:"), " If you already have the WordPress plugin installed, please ", /*#__PURE__*/react.createElement("b", null, "deactivate"), " before placing the install code.")), /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "body1" }, "Integrating Buttonizer into your WordPress website is easy!"), /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "body1", style: { marginTop: 15 } }, "Install a", " ", /*#__PURE__*/react.createElement(Link_Link, { href: "https://wordpress.org/plugins/header-footer/", targt: "_blank", color: "secondary", target: "_blank" }, "Headers & Footers"), " ", "plugin (or a similar plugin). Then, open the settings and paste the following short code to the Footer section."), /*#__PURE__*/react.createElement(CodeSnippet, { identifier: identifier }), /*#__PURE__*/react.createElement(Link_Link, { href: "https://community.buttonizer.pro/knowledgebase/897", target: "_blank", color: "secondary" }, "Need help or more information?"))), /*#__PURE__*/react.createElement(Accordion_Accordion, { expanded: expanded === "shopify", onChange: handleChange("shopify") }, /*#__PURE__*/react.createElement(AccordionSummary_AccordionSummary, { expandIcon: /*#__PURE__*/react.createElement(ExpandMore/* default */.Z, null), "aria-controls": "shopifybh-content", id: "shopifybh-header" }, /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: style_module.icon }, /*#__PURE__*/react.createElement("i", { className: "fab fa-shopify" })), /*#__PURE__*/react.createElement(Typography/* default */.Z, { style: { marginLeft: 15 } }, "Integrate Buttonizer on Shopify")), /*#__PURE__*/react.createElement(AccordionDetails_AccordionDetails, { className: style_module.details }, /*#__PURE__*/react.createElement("div", { className: style_module.important }, /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "body1" }, /*#__PURE__*/react.createElement("b", null, "Important:"), " Our Shopify App is has just been released. If you have any feedback, make sure to let us know!")), /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "body1" }, "Integrating Buttonizer into your Shopify store is easy! Go to our", " ", /*#__PURE__*/react.createElement(Link_Link, { href: "https://apps.shopify.com/buttonizer", target: "_blank", color: "secondary" }, "Buttonizer for Shopify"), " ", "page. Then, click the ", /*#__PURE__*/react.createElement("b", null, "Add app"), " button and select your store."), /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "body1", style: { marginTop: 15, marginBottom: 15 } }, "After the app has been installed, follow the steps to connect your Buttonizer site."), /*#__PURE__*/react.createElement(esm_Button_Button, { color: "secondary", component: "a", href: "https://apps.shopify.com/buttonizer", target: "_blank" }, "Install Buttonizer"))), /*#__PURE__*/react.createElement(Accordion_Accordion, { expanded: expanded === "developer", onChange: handleChange("developer") }, /*#__PURE__*/react.createElement(AccordionSummary_AccordionSummary, { expandIcon: /*#__PURE__*/react.createElement(ExpandMore/* default */.Z, null), "aria-controls": "developerbh-content", id: "developerbh-header" }, /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: style_module.icon }, /*#__PURE__*/react.createElement("i", { className: "far fa-envelope" })), /*#__PURE__*/react.createElement(Typography/* default */.Z, { style: { marginLeft: 15 } }, "Send install instructions to my developer")), /*#__PURE__*/react.createElement(AccordionDetails_AccordionDetails, { className: style_module.details }, /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "body1" }, "Aren't you familiar with adding scripts to your website? Or do you have a developer wizard? Great! Your developer knows what to do with our integration script."), /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "body1", style: { marginTop: 15 } }, "Copy the link below and send it to your developer", " ", /*#__PURE__*/react.createElement(Link_Link, { href: "mailto:?subject=Install%20Buttonizer&body=Buttonizer%20Integration%20Installation%20Instructions:%20".concat(encodeURI("".concat(window.buttonizer_admin.admin, "/integrate/").concat(identifier))), color: "secondary" }, "per email"), " ", "or chat. This page contains information about your integration."), /*#__PURE__*/react.createElement(esm_TextField_TextField, { variant: "outlined", value: "".concat(window.buttonizer_admin.admin, "/integrate/").concat(identifier), style: { marginTop: 15, marginBottom: 15 }, label: "Integrate Buttonizer information link", fullWidth: true, onClick: function onClick(e) { e.target.focus(); e.target.select(); }, inputProps: { readOnly: true } }), /*#__PURE__*/react.createElement(Link_Link, { href: "".concat(window.buttonizer_admin.admin, "/integrate/").concat(identifier), target: "_blank", color: "secondary" }, "Preview integration information page"))), expanded === null && /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "body1", style: { marginTop: 25, textAlign: "center" } }, "Select one of the categories above to continue.")); } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getWindow.js function getWindow(node) { if (node == null) { return window; } if (node.toString() !== '[object Window]') { var ownerDocument = node.ownerDocument; return ownerDocument ? ownerDocument.defaultView || window : window; } return node; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/instanceOf.js function isElement(node) { var OwnElement = getWindow(node).Element; return node instanceof OwnElement || node instanceof Element; } function isHTMLElement(node) { var OwnElement = getWindow(node).HTMLElement; return node instanceof OwnElement || node instanceof HTMLElement; } function isShadowRoot(node) { // IE 11 has no ShadowRoot if (typeof ShadowRoot === 'undefined') { return false; } var OwnElement = getWindow(node).ShadowRoot; return node instanceof OwnElement || node instanceof ShadowRoot; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/utils/math.js var math_max = Math.max; var math_min = Math.min; var round = Math.round; ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js function getBoundingClientRect(element, includeScale) { if (includeScale === void 0) { includeScale = false; } var rect = element.getBoundingClientRect(); var scaleX = 1; var scaleY = 1; if (isHTMLElement(element) && includeScale) { var offsetHeight = element.offsetHeight; var offsetWidth = element.offsetWidth; // Do not attempt to divide by 0, otherwise we get `Infinity` as scale // Fallback to 1 in case both values are `0` if (offsetWidth > 0) { scaleX = round(rect.width) / offsetWidth || 1; } if (offsetHeight > 0) { scaleY = round(rect.height) / offsetHeight || 1; } } return { width: rect.width / scaleX, height: rect.height / scaleY, top: rect.top / scaleY, right: rect.right / scaleX, bottom: rect.bottom / scaleY, left: rect.left / scaleX, x: rect.left / scaleX, y: rect.top / scaleY }; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js function getWindowScroll(node) { var win = getWindow(node); var scrollLeft = win.pageXOffset; var scrollTop = win.pageYOffset; return { scrollLeft: scrollLeft, scrollTop: scrollTop }; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js function getHTMLElementScroll(element) { return { scrollLeft: element.scrollLeft, scrollTop: element.scrollTop }; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js function getNodeScroll(node) { if (node === getWindow(node) || !isHTMLElement(node)) { return getWindowScroll(node); } else { return getHTMLElementScroll(node); } } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getNodeName.js function getNodeName(element) { return element ? (element.nodeName || '').toLowerCase() : null; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js function getDocumentElement(element) { // $FlowFixMe[incompatible-return]: assume body is always available return ((isElement(element) ? element.ownerDocument : // $FlowFixMe[prop-missing] element.document) || window.document).documentElement; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js function getWindowScrollBarX(element) { // If <html> has a CSS width greater than the viewport, then this will be // incorrect for RTL. // Popper 1 is broken in this case and never had a bug report so let's assume // it's not an issue. I don't think anyone ever specifies width on <html> // anyway. // Browsers where the left scrollbar doesn't cause an issue report `0` for // this (e.g. Edge 2019, IE11, Safari) return getBoundingClientRect(getDocumentElement(element)).left + getWindowScroll(element).scrollLeft; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js function getComputedStyle_getComputedStyle(element) { return getWindow(element).getComputedStyle(element); } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js function isScrollParent(element) { // Firefox wants us to check `-x` and `-y` variations as well var _getComputedStyle = getComputedStyle_getComputedStyle(element), overflow = _getComputedStyle.overflow, overflowX = _getComputedStyle.overflowX, overflowY = _getComputedStyle.overflowY; return /auto|scroll|overlay|hidden/.test(overflow + overflowY + overflowX); } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js function isElementScaled(element) { var rect = element.getBoundingClientRect(); var scaleX = round(rect.width) / element.offsetWidth || 1; var scaleY = round(rect.height) / element.offsetHeight || 1; return scaleX !== 1 || scaleY !== 1; } // Returns the composite rect of an element relative to its offsetParent. // Composite means it takes into account transforms as well as layout. function getCompositeRect(elementOrVirtualElement, offsetParent, isFixed) { if (isFixed === void 0) { isFixed = false; } var isOffsetParentAnElement = isHTMLElement(offsetParent); var offsetParentIsScaled = isHTMLElement(offsetParent) && isElementScaled(offsetParent); var documentElement = getDocumentElement(offsetParent); var rect = getBoundingClientRect(elementOrVirtualElement, offsetParentIsScaled); var scroll = { scrollLeft: 0, scrollTop: 0 }; var offsets = { x: 0, y: 0 }; if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) { if (getNodeName(offsetParent) !== 'body' || // https://github.com/popperjs/popper-core/issues/1078 isScrollParent(documentElement)) { scroll = getNodeScroll(offsetParent); } if (isHTMLElement(offsetParent)) { offsets = getBoundingClientRect(offsetParent, true); offsets.x += offsetParent.clientLeft; offsets.y += offsetParent.clientTop; } else if (documentElement) { offsets.x = getWindowScrollBarX(documentElement); } } return { x: rect.left + scroll.scrollLeft - offsets.x, y: rect.top + scroll.scrollTop - offsets.y, width: rect.width, height: rect.height }; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js // Returns the layout rect of an element relative to its offsetParent. Layout // means it doesn't take into account transforms. function getLayoutRect(element) { var clientRect = getBoundingClientRect(element); // Use the clientRect sizes if it's not been transformed. // Fixes https://github.com/popperjs/popper-core/issues/1223 var width = element.offsetWidth; var height = element.offsetHeight; if (Math.abs(clientRect.width - width) <= 1) { width = clientRect.width; } if (Math.abs(clientRect.height - height) <= 1) { height = clientRect.height; } return { x: element.offsetLeft, y: element.offsetTop, width: width, height: height }; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getParentNode.js function getParentNode(element) { if (getNodeName(element) === 'html') { return element; } return (// this is a quicker (but less type safe) way to save quite some bytes from the bundle // $FlowFixMe[incompatible-return] // $FlowFixMe[prop-missing] element.assignedSlot || // step into the shadow DOM of the parent of a slotted node element.parentNode || ( // DOM Element detected isShadowRoot(element) ? element.host : null) || // ShadowRoot detected // $FlowFixMe[incompatible-call]: HTMLElement is a Node getDocumentElement(element) // fallback ); } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js function getScrollParent_getScrollParent(node) { if (['html', 'body', '#document'].indexOf(getNodeName(node)) >= 0) { // $FlowFixMe[incompatible-return]: assume body is always available return node.ownerDocument.body; } if (isHTMLElement(node) && isScrollParent(node)) { return node; } return getScrollParent_getScrollParent(getParentNode(node)); } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js /* given a DOM element, return the list of all scroll parents, up the list of ancesors until we get to the top window object. This list is what we attach scroll listeners to, because if any of these parent elements scroll, we'll need to re-calculate the reference element's position. */ function listScrollParents(element, list) { var _element$ownerDocumen; if (list === void 0) { list = []; } var scrollParent = getScrollParent_getScrollParent(element); var isBody = scrollParent === ((_element$ownerDocumen = element.ownerDocument) == null ? void 0 : _element$ownerDocumen.body); var win = getWindow(scrollParent); var target = isBody ? [win].concat(win.visualViewport || [], isScrollParent(scrollParent) ? scrollParent : []) : scrollParent; var updatedList = list.concat(target); return isBody ? updatedList : // $FlowFixMe[incompatible-call]: isBody tells us target will be an HTMLElement here updatedList.concat(listScrollParents(getParentNode(target))); } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/isTableElement.js function isTableElement(element) { return ['table', 'td', 'th'].indexOf(getNodeName(element)) >= 0; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js function getTrueOffsetParent(element) { if (!isHTMLElement(element) || // https://github.com/popperjs/popper-core/issues/837 getComputedStyle_getComputedStyle(element).position === 'fixed') { return null; } return element.offsetParent; } // `.offsetParent` reports `null` for fixed elements, while absolute elements // return the containing block function getContainingBlock(element) { var isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') !== -1; var isIE = navigator.userAgent.indexOf('Trident') !== -1; if (isIE && isHTMLElement(element)) { // In IE 9, 10 and 11 fixed elements containing block is always established by the viewport var elementCss = getComputedStyle_getComputedStyle(element); if (elementCss.position === 'fixed') { return null; } } var currentNode = getParentNode(element); if (isShadowRoot(currentNode)) { currentNode = currentNode.host; } while (isHTMLElement(currentNode) && ['html', 'body'].indexOf(getNodeName(currentNode)) < 0) { var css = getComputedStyle_getComputedStyle(currentNode); // This is non-exhaustive but covers the most common CSS properties that // create a containing block. // https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block if (css.transform !== 'none' || css.perspective !== 'none' || css.contain === 'paint' || ['transform', 'perspective'].indexOf(css.willChange) !== -1 || isFirefox && css.willChange === 'filter' || isFirefox && css.filter && css.filter !== 'none') { return currentNode; } else { currentNode = currentNode.parentNode; } } return null; } // Gets the closest ancestor positioned element. Handles some edge cases, // such as table ancestors and cross browser bugs. function getOffsetParent(element) { var window = getWindow(element); var offsetParent = getTrueOffsetParent(element); while (offsetParent && isTableElement(offsetParent) && getComputedStyle_getComputedStyle(offsetParent).position === 'static') { offsetParent = getTrueOffsetParent(offsetParent); } if (offsetParent && (getNodeName(offsetParent) === 'html' || getNodeName(offsetParent) === 'body' && getComputedStyle_getComputedStyle(offsetParent).position === 'static')) { return window; } return offsetParent || getContainingBlock(element) || window; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/enums.js var enums_top = 'top'; var bottom = 'bottom'; var right = 'right'; var left = 'left'; var auto = 'auto'; var basePlacements = [enums_top, bottom, right, left]; var start = 'start'; var end = 'end'; var clippingParents = 'clippingParents'; var viewport = 'viewport'; var popper = 'popper'; var reference = 'reference'; var variationPlacements = /*#__PURE__*/basePlacements.reduce(function (acc, placement) { return acc.concat([placement + "-" + start, placement + "-" + end]); }, []); var enums_placements = /*#__PURE__*/[].concat(basePlacements, [auto]).reduce(function (acc, placement) { return acc.concat([placement, placement + "-" + start, placement + "-" + end]); }, []); // modifiers that need to read the DOM var beforeRead = 'beforeRead'; var read = 'read'; var afterRead = 'afterRead'; // pure-logic modifiers var beforeMain = 'beforeMain'; var main = 'main'; var afterMain = 'afterMain'; // modifier with the purpose to write to the DOM (or write into a framework state) var beforeWrite = 'beforeWrite'; var write = 'write'; var afterWrite = 'afterWrite'; var modifierPhases = [beforeRead, read, afterRead, beforeMain, main, afterMain, beforeWrite, write, afterWrite]; ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/utils/orderModifiers.js // source: https://stackoverflow.com/questions/49875255 function order(modifiers) { var map = new Map(); var visited = new Set(); var result = []; modifiers.forEach(function (modifier) { map.set(modifier.name, modifier); }); // On visiting object, check for its dependencies and visit them recursively function sort(modifier) { visited.add(modifier.name); var requires = [].concat(modifier.requires || [], modifier.requiresIfExists || []); requires.forEach(function (dep) { if (!visited.has(dep)) { var depModifier = map.get(dep); if (depModifier) { sort(depModifier); } } }); result.push(modifier); } modifiers.forEach(function (modifier) { if (!visited.has(modifier.name)) { // check for visited object sort(modifier); } }); return result; } function orderModifiers(modifiers) { // order based on dependencies var orderedModifiers = order(modifiers); // order based on phase return modifierPhases.reduce(function (acc, phase) { return acc.concat(orderedModifiers.filter(function (modifier) { return modifier.phase === phase; })); }, []); } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/utils/debounce.js function debounce_debounce(fn) { var pending; return function () { if (!pending) { pending = new Promise(function (resolve) { Promise.resolve().then(function () { pending = undefined; resolve(fn()); }); }); } return pending; }; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/utils/mergeByName.js function mergeByName(modifiers) { var merged = modifiers.reduce(function (merged, current) { var existing = merged[current.name]; merged[current.name] = existing ? Object.assign({}, existing, current, { options: Object.assign({}, existing.options, current.options), data: Object.assign({}, existing.data, current.data) }) : current; return merged; }, {}); // IE11 does not support Object.values return Object.keys(merged).map(function (key) { return merged[key]; }); } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/createPopper.js var INVALID_ELEMENT_ERROR = 'Popper: Invalid reference or popper argument provided. They must be either a DOM element or virtual element.'; var INFINITE_LOOP_ERROR = 'Popper: An infinite loop in the modifiers cycle has been detected! The cycle has been interrupted to prevent a browser crash.'; var DEFAULT_OPTIONS = { placement: 'bottom', modifiers: [], strategy: 'absolute' }; function areValidElements() { for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } return !args.some(function (element) { return !(element && typeof element.getBoundingClientRect === 'function'); }); } function popperGenerator(generatorOptions) { if (generatorOptions === void 0) { generatorOptions = {}; } var _generatorOptions = generatorOptions, _generatorOptions$def = _generatorOptions.defaultModifiers, defaultModifiers = _generatorOptions$def === void 0 ? [] : _generatorOptions$def, _generatorOptions$def2 = _generatorOptions.defaultOptions, defaultOptions = _generatorOptions$def2 === void 0 ? DEFAULT_OPTIONS : _generatorOptions$def2; return function createPopper(reference, popper, options) { if (options === void 0) { options = defaultOptions; } var state = { placement: 'bottom', orderedModifiers: [], options: Object.assign({}, DEFAULT_OPTIONS, defaultOptions), modifiersData: {}, elements: { reference: reference, popper: popper }, attributes: {}, styles: {} }; var effectCleanupFns = []; var isDestroyed = false; var instance = { state: state, setOptions: function setOptions(setOptionsAction) { var options = typeof setOptionsAction === 'function' ? setOptionsAction(state.options) : setOptionsAction; cleanupModifierEffects(); state.options = Object.assign({}, defaultOptions, state.options, options); state.scrollParents = { reference: isElement(reference) ? listScrollParents(reference) : reference.contextElement ? listScrollParents(reference.contextElement) : [], popper: listScrollParents(popper) }; // Orders the modifiers based on their dependencies and `phase` // properties var orderedModifiers = orderModifiers(mergeByName([].concat(defaultModifiers, state.options.modifiers))); // Strip out disabled modifiers state.orderedModifiers = orderedModifiers.filter(function (m) { return m.enabled; }); // Validate the provided modifiers so that the consumer will get warned // if one of the modifiers is invalid for any reason if (false) { var _getComputedStyle, marginTop, marginRight, marginBottom, marginLeft, flipModifier, modifiers; } runModifierEffects(); return instance.update(); }, // Sync update – it will always be executed, even if not necessary. This // is useful for low frequency updates where sync behavior simplifies the // logic. // For high frequency updates (e.g. `resize` and `scroll` events), always // prefer the async Popper#update method forceUpdate: function forceUpdate() { if (isDestroyed) { return; } var _state$elements = state.elements, reference = _state$elements.reference, popper = _state$elements.popper; // Don't proceed if `reference` or `popper` are not valid elements // anymore if (!areValidElements(reference, popper)) { if (false) {} return; } // Store the reference and popper rects to be read by modifiers state.rects = { reference: getCompositeRect(reference, getOffsetParent(popper), state.options.strategy === 'fixed'), popper: getLayoutRect(popper) }; // Modifiers have the ability to reset the current update cycle. The // most common use case for this is the `flip` modifier changing the // placement, which then needs to re-run all the modifiers, because the // logic was previously ran for the previous placement and is therefore // stale/incorrect state.reset = false; state.placement = state.options.placement; // On each update cycle, the `modifiersData` property for each modifier // is filled with the initial data specified by the modifier. This means // it doesn't persist and is fresh on each update. // To ensure persistent data, use `${name}#persistent` state.orderedModifiers.forEach(function (modifier) { return state.modifiersData[modifier.name] = Object.assign({}, modifier.data); }); var __debug_loops__ = 0; for (var index = 0; index < state.orderedModifiers.length; index++) { if (false) {} if (state.reset === true) { state.reset = false; index = -1; continue; } var _state$orderedModifie = state.orderedModifiers[index], fn = _state$orderedModifie.fn, _state$orderedModifie2 = _state$orderedModifie.options, _options = _state$orderedModifie2 === void 0 ? {} : _state$orderedModifie2, name = _state$orderedModifie.name; if (typeof fn === 'function') { state = fn({ state: state, options: _options, name: name, instance: instance }) || state; } } }, // Async and optimistically optimized update – it will not be executed if // not necessary (debounced to run at most once-per-tick) update: debounce_debounce(function () { return new Promise(function (resolve) { instance.forceUpdate(); resolve(state); }); }), destroy: function destroy() { cleanupModifierEffects(); isDestroyed = true; } }; if (!areValidElements(reference, popper)) { if (false) {} return instance; } instance.setOptions(options).then(function (state) { if (!isDestroyed && options.onFirstUpdate) { options.onFirstUpdate(state); } }); // Modifiers have the ability to execute arbitrary code before the first // update cycle runs. They will be executed in the same order as the update // cycle. This is useful when a modifier adds some persistent data that // other modifiers need to use, but the modifier is run after the dependent // one. function runModifierEffects() { state.orderedModifiers.forEach(function (_ref3) { var name = _ref3.name, _ref3$options = _ref3.options, options = _ref3$options === void 0 ? {} : _ref3$options, effect = _ref3.effect; if (typeof effect === 'function') { var cleanupFn = effect({ state: state, name: name, instance: instance, options: options }); var noopFn = function noopFn() {}; effectCleanupFns.push(cleanupFn || noopFn); } }); } function cleanupModifierEffects() { effectCleanupFns.forEach(function (fn) { return fn(); }); effectCleanupFns = []; } return instance; }; } var createPopper = /*#__PURE__*/(/* unused pure expression or super */ null && (popperGenerator())); // eslint-disable-next-line import/no-unused-modules ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/modifiers/eventListeners.js // eslint-disable-next-line import/no-unused-modules var passive = { passive: true }; function effect(_ref) { var state = _ref.state, instance = _ref.instance, options = _ref.options; var _options$scroll = options.scroll, scroll = _options$scroll === void 0 ? true : _options$scroll, _options$resize = options.resize, resize = _options$resize === void 0 ? true : _options$resize; var window = getWindow(state.elements.popper); var scrollParents = [].concat(state.scrollParents.reference, state.scrollParents.popper); if (scroll) { scrollParents.forEach(function (scrollParent) { scrollParent.addEventListener('scroll', instance.update, passive); }); } if (resize) { window.addEventListener('resize', instance.update, passive); } return function () { if (scroll) { scrollParents.forEach(function (scrollParent) { scrollParent.removeEventListener('scroll', instance.update, passive); }); } if (resize) { window.removeEventListener('resize', instance.update, passive); } }; } // eslint-disable-next-line import/no-unused-modules /* harmony default export */ var eventListeners = ({ name: 'eventListeners', enabled: true, phase: 'write', fn: function fn() {}, effect: effect, data: {} }); ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/utils/getBasePlacement.js function getBasePlacement(placement) { return placement.split('-')[0]; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/utils/getVariation.js function getVariation(placement) { return placement.split('-')[1]; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js function getMainAxisFromPlacement(placement) { return ['top', 'bottom'].indexOf(placement) >= 0 ? 'x' : 'y'; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/utils/computeOffsets.js function computeOffsets(_ref) { var reference = _ref.reference, element = _ref.element, placement = _ref.placement; var basePlacement = placement ? getBasePlacement(placement) : null; var variation = placement ? getVariation(placement) : null; var commonX = reference.x + reference.width / 2 - element.width / 2; var commonY = reference.y + reference.height / 2 - element.height / 2; var offsets; switch (basePlacement) { case enums_top: offsets = { x: commonX, y: reference.y - element.height }; break; case bottom: offsets = { x: commonX, y: reference.y + reference.height }; break; case right: offsets = { x: reference.x + reference.width, y: commonY }; break; case left: offsets = { x: reference.x - element.width, y: commonY }; break; default: offsets = { x: reference.x, y: reference.y }; } var mainAxis = basePlacement ? getMainAxisFromPlacement(basePlacement) : null; if (mainAxis != null) { var len = mainAxis === 'y' ? 'height' : 'width'; switch (variation) { case start: offsets[mainAxis] = offsets[mainAxis] - (reference[len] / 2 - element[len] / 2); break; case end: offsets[mainAxis] = offsets[mainAxis] + (reference[len] / 2 - element[len] / 2); break; default: } } return offsets; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/modifiers/popperOffsets.js function popperOffsets(_ref) { var state = _ref.state, name = _ref.name; // Offsets are the actual position the popper needs to have to be // properly positioned near its reference element // This is the most basic placement, and will be adjusted by // the modifiers in the next step state.modifiersData[name] = computeOffsets({ reference: state.rects.reference, element: state.rects.popper, strategy: 'absolute', placement: state.placement }); } // eslint-disable-next-line import/no-unused-modules /* harmony default export */ var modifiers_popperOffsets = ({ name: 'popperOffsets', enabled: true, phase: 'read', fn: popperOffsets, data: {} }); ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/modifiers/computeStyles.js // eslint-disable-next-line import/no-unused-modules var unsetSides = { top: 'auto', right: 'auto', bottom: 'auto', left: 'auto' }; // Round the offsets to the nearest suitable subpixel based on the DPR. // Zooming can change the DPR, but it seems to report a value that will // cleanly divide the values into the appropriate subpixels. function roundOffsetsByDPR(_ref) { var x = _ref.x, y = _ref.y; var win = window; var dpr = win.devicePixelRatio || 1; return { x: round(x * dpr) / dpr || 0, y: round(y * dpr) / dpr || 0 }; } function mapToStyles(_ref2) { var _Object$assign2; var popper = _ref2.popper, popperRect = _ref2.popperRect, placement = _ref2.placement, variation = _ref2.variation, offsets = _ref2.offsets, position = _ref2.position, gpuAcceleration = _ref2.gpuAcceleration, adaptive = _ref2.adaptive, roundOffsets = _ref2.roundOffsets, isFixed = _ref2.isFixed; var _offsets$x = offsets.x, x = _offsets$x === void 0 ? 0 : _offsets$x, _offsets$y = offsets.y, y = _offsets$y === void 0 ? 0 : _offsets$y; var _ref3 = typeof roundOffsets === 'function' ? roundOffsets({ x: x, y: y }) : { x: x, y: y }; x = _ref3.x; y = _ref3.y; var hasX = offsets.hasOwnProperty('x'); var hasY = offsets.hasOwnProperty('y'); var sideX = left; var sideY = enums_top; var win = window; if (adaptive) { var offsetParent = getOffsetParent(popper); var heightProp = 'clientHeight'; var widthProp = 'clientWidth'; if (offsetParent === getWindow(popper)) { offsetParent = getDocumentElement(popper); if (getComputedStyle_getComputedStyle(offsetParent).position !== 'static' && position === 'absolute') { heightProp = 'scrollHeight'; widthProp = 'scrollWidth'; } } // $FlowFixMe[incompatible-cast]: force type refinement, we compare offsetParent with window above, but Flow doesn't detect it offsetParent = offsetParent; if (placement === enums_top || (placement === left || placement === right) && variation === end) { sideY = bottom; var offsetY = isFixed && offsetParent === win && win.visualViewport ? win.visualViewport.height : // $FlowFixMe[prop-missing] offsetParent[heightProp]; y -= offsetY - popperRect.height; y *= gpuAcceleration ? 1 : -1; } if (placement === left || (placement === enums_top || placement === bottom) && variation === end) { sideX = right; var offsetX = isFixed && offsetParent === win && win.visualViewport ? win.visualViewport.width : // $FlowFixMe[prop-missing] offsetParent[widthProp]; x -= offsetX - popperRect.width; x *= gpuAcceleration ? 1 : -1; } } var commonStyles = Object.assign({ position: position }, adaptive && unsetSides); var _ref4 = roundOffsets === true ? roundOffsetsByDPR({ x: x, y: y }) : { x: x, y: y }; x = _ref4.x; y = _ref4.y; if (gpuAcceleration) { var _Object$assign; return Object.assign({}, commonStyles, (_Object$assign = {}, _Object$assign[sideY] = hasY ? '0' : '', _Object$assign[sideX] = hasX ? '0' : '', _Object$assign.transform = (win.devicePixelRatio || 1) <= 1 ? "translate(" + x + "px, " + y + "px)" : "translate3d(" + x + "px, " + y + "px, 0)", _Object$assign)); } return Object.assign({}, commonStyles, (_Object$assign2 = {}, _Object$assign2[sideY] = hasY ? y + "px" : '', _Object$assign2[sideX] = hasX ? x + "px" : '', _Object$assign2.transform = '', _Object$assign2)); } function computeStyles(_ref5) { var state = _ref5.state, options = _ref5.options; var _options$gpuAccelerat = options.gpuAcceleration, gpuAcceleration = _options$gpuAccelerat === void 0 ? true : _options$gpuAccelerat, _options$adaptive = options.adaptive, adaptive = _options$adaptive === void 0 ? true : _options$adaptive, _options$roundOffsets = options.roundOffsets, roundOffsets = _options$roundOffsets === void 0 ? true : _options$roundOffsets; if (false) { var transitionProperty; } var commonStyles = { placement: getBasePlacement(state.placement), variation: getVariation(state.placement), popper: state.elements.popper, popperRect: state.rects.popper, gpuAcceleration: gpuAcceleration, isFixed: state.options.strategy === 'fixed' }; if (state.modifiersData.popperOffsets != null) { state.styles.popper = Object.assign({}, state.styles.popper, mapToStyles(Object.assign({}, commonStyles, { offsets: state.modifiersData.popperOffsets, position: state.options.strategy, adaptive: adaptive, roundOffsets: roundOffsets }))); } if (state.modifiersData.arrow != null) { state.styles.arrow = Object.assign({}, state.styles.arrow, mapToStyles(Object.assign({}, commonStyles, { offsets: state.modifiersData.arrow, position: 'absolute', adaptive: false, roundOffsets: roundOffsets }))); } state.attributes.popper = Object.assign({}, state.attributes.popper, { 'data-popper-placement': state.placement }); } // eslint-disable-next-line import/no-unused-modules /* harmony default export */ var modifiers_computeStyles = ({ name: 'computeStyles', enabled: true, phase: 'beforeWrite', fn: computeStyles, data: {} }); ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/modifiers/applyStyles.js // This modifier takes the styles prepared by the `computeStyles` modifier // and applies them to the HTMLElements such as popper and arrow function applyStyles(_ref) { var state = _ref.state; Object.keys(state.elements).forEach(function (name) { var style = state.styles[name] || {}; var attributes = state.attributes[name] || {}; var element = state.elements[name]; // arrow is optional + virtual elements if (!isHTMLElement(element) || !getNodeName(element)) { return; } // Flow doesn't support to extend this property, but it's the most // effective way to apply styles to an HTMLElement // $FlowFixMe[cannot-write] Object.assign(element.style, style); Object.keys(attributes).forEach(function (name) { var value = attributes[name]; if (value === false) { element.removeAttribute(name); } else { element.setAttribute(name, value === true ? '' : value); } }); }); } function applyStyles_effect(_ref2) { var state = _ref2.state; var initialStyles = { popper: { position: state.options.strategy, left: '0', top: '0', margin: '0' }, arrow: { position: 'absolute' }, reference: {} }; Object.assign(state.elements.popper.style, initialStyles.popper); state.styles = initialStyles; if (state.elements.arrow) { Object.assign(state.elements.arrow.style, initialStyles.arrow); } return function () { Object.keys(state.elements).forEach(function (name) { var element = state.elements[name]; var attributes = state.attributes[name] || {}; var styleProperties = Object.keys(state.styles.hasOwnProperty(name) ? state.styles[name] : initialStyles[name]); // Set all values to an empty string to unset them var style = styleProperties.reduce(function (style, property) { style[property] = ''; return style; }, {}); // arrow is optional + virtual elements if (!isHTMLElement(element) || !getNodeName(element)) { return; } Object.assign(element.style, style); Object.keys(attributes).forEach(function (attribute) { element.removeAttribute(attribute); }); }); }; } // eslint-disable-next-line import/no-unused-modules /* harmony default export */ var modifiers_applyStyles = ({ name: 'applyStyles', enabled: true, phase: 'write', fn: applyStyles, effect: applyStyles_effect, requires: ['computeStyles'] }); ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/modifiers/offset.js // eslint-disable-next-line import/no-unused-modules function distanceAndSkiddingToXY(placement, rects, offset) { var basePlacement = getBasePlacement(placement); var invertDistance = [left, enums_top].indexOf(basePlacement) >= 0 ? -1 : 1; var _ref = typeof offset === 'function' ? offset(Object.assign({}, rects, { placement: placement })) : offset, skidding = _ref[0], distance = _ref[1]; skidding = skidding || 0; distance = (distance || 0) * invertDistance; return [left, right].indexOf(basePlacement) >= 0 ? { x: distance, y: skidding } : { x: skidding, y: distance }; } function offset(_ref2) { var state = _ref2.state, options = _ref2.options, name = _ref2.name; var _options$offset = options.offset, offset = _options$offset === void 0 ? [0, 0] : _options$offset; var data = enums_placements.reduce(function (acc, placement) { acc[placement] = distanceAndSkiddingToXY(placement, state.rects, offset); return acc; }, {}); var _data$state$placement = data[state.placement], x = _data$state$placement.x, y = _data$state$placement.y; if (state.modifiersData.popperOffsets != null) { state.modifiersData.popperOffsets.x += x; state.modifiersData.popperOffsets.y += y; } state.modifiersData[name] = data; } // eslint-disable-next-line import/no-unused-modules /* harmony default export */ var modifiers_offset = ({ name: 'offset', enabled: true, phase: 'main', requires: ['popperOffsets'], fn: offset }); ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/utils/getOppositePlacement.js var hash = { left: 'right', right: 'left', bottom: 'top', top: 'bottom' }; function getOppositePlacement(placement) { return placement.replace(/left|right|bottom|top/g, function (matched) { return hash[matched]; }); } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js var getOppositeVariationPlacement_hash = { start: 'end', end: 'start' }; function getOppositeVariationPlacement(placement) { return placement.replace(/start|end/g, function (matched) { return getOppositeVariationPlacement_hash[matched]; }); } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js function getViewportRect(element) { var win = getWindow(element); var html = getDocumentElement(element); var visualViewport = win.visualViewport; var width = html.clientWidth; var height = html.clientHeight; var x = 0; var y = 0; // NB: This isn't supported on iOS <= 12. If the keyboard is open, the popper // can be obscured underneath it. // Also, `html.clientHeight` adds the bottom bar height in Safari iOS, even // if it isn't open, so if this isn't available, the popper will be detected // to overflow the bottom of the screen too early. if (visualViewport) { width = visualViewport.width; height = visualViewport.height; // Uses Layout Viewport (like Chrome; Safari does not currently) // In Chrome, it returns a value very close to 0 (+/-) but contains rounding // errors due to floating point numbers, so we need to check precision. // Safari returns a number <= 0, usually < -1 when pinch-zoomed // Feature detection fails in mobile emulation mode in Chrome. // Math.abs(win.innerWidth / visualViewport.scale - visualViewport.width) < // 0.001 // Fallback here: "Not Safari" userAgent if (!/^((?!chrome|android).)*safari/i.test(navigator.userAgent)) { x = visualViewport.offsetLeft; y = visualViewport.offsetTop; } } return { width: width, height: height, x: x + getWindowScrollBarX(element), y: y }; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js // Gets the entire size of the scrollable document area, even extending outside // of the `<html>` and `<body>` rect bounds if horizontally scrollable function getDocumentRect(element) { var _element$ownerDocumen; var html = getDocumentElement(element); var winScroll = getWindowScroll(element); var body = (_element$ownerDocumen = element.ownerDocument) == null ? void 0 : _element$ownerDocumen.body; var width = math_max(html.scrollWidth, html.clientWidth, body ? body.scrollWidth : 0, body ? body.clientWidth : 0); var height = math_max(html.scrollHeight, html.clientHeight, body ? body.scrollHeight : 0, body ? body.clientHeight : 0); var x = -winScroll.scrollLeft + getWindowScrollBarX(element); var y = -winScroll.scrollTop; if (getComputedStyle_getComputedStyle(body || html).direction === 'rtl') { x += math_max(html.clientWidth, body ? body.clientWidth : 0) - width; } return { width: width, height: height, x: x, y: y }; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/contains.js function contains(parent, child) { var rootNode = child.getRootNode && child.getRootNode(); // First, attempt with faster native method if (parent.contains(child)) { return true; } // then fallback to custom implementation with Shadow DOM support else if (rootNode && isShadowRoot(rootNode)) { var next = child; do { if (next && parent.isSameNode(next)) { return true; } // $FlowFixMe[prop-missing]: need a better way to handle this... next = next.parentNode || next.host; } while (next); } // Give up, the result is false return false; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/utils/rectToClientRect.js function rectToClientRect(rect) { return Object.assign({}, rect, { left: rect.x, top: rect.y, right: rect.x + rect.width, bottom: rect.y + rect.height }); } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js function getInnerBoundingClientRect(element) { var rect = getBoundingClientRect(element); rect.top = rect.top + element.clientTop; rect.left = rect.left + element.clientLeft; rect.bottom = rect.top + element.clientHeight; rect.right = rect.left + element.clientWidth; rect.width = element.clientWidth; rect.height = element.clientHeight; rect.x = rect.left; rect.y = rect.top; return rect; } function getClientRectFromMixedType(element, clippingParent) { return clippingParent === viewport ? rectToClientRect(getViewportRect(element)) : isElement(clippingParent) ? getInnerBoundingClientRect(clippingParent) : rectToClientRect(getDocumentRect(getDocumentElement(element))); } // A "clipping parent" is an overflowable container with the characteristic of // clipping (or hiding) overflowing elements with a position different from // `initial` function getClippingParents(element) { var clippingParents = listScrollParents(getParentNode(element)); var canEscapeClipping = ['absolute', 'fixed'].indexOf(getComputedStyle_getComputedStyle(element).position) >= 0; var clipperElement = canEscapeClipping && isHTMLElement(element) ? getOffsetParent(element) : element; if (!isElement(clipperElement)) { return []; } // $FlowFixMe[incompatible-return]: https://github.com/facebook/flow/issues/1414 return clippingParents.filter(function (clippingParent) { return isElement(clippingParent) && contains(clippingParent, clipperElement) && getNodeName(clippingParent) !== 'body'; }); } // Gets the maximum area that the element is visible in due to any number of // clipping parents function getClippingRect(element, boundary, rootBoundary) { var mainClippingParents = boundary === 'clippingParents' ? getClippingParents(element) : [].concat(boundary); var clippingParents = [].concat(mainClippingParents, [rootBoundary]); var firstClippingParent = clippingParents[0]; var clippingRect = clippingParents.reduce(function (accRect, clippingParent) { var rect = getClientRectFromMixedType(element, clippingParent); accRect.top = math_max(rect.top, accRect.top); accRect.right = math_min(rect.right, accRect.right); accRect.bottom = math_min(rect.bottom, accRect.bottom); accRect.left = math_max(rect.left, accRect.left); return accRect; }, getClientRectFromMixedType(element, firstClippingParent)); clippingRect.width = clippingRect.right - clippingRect.left; clippingRect.height = clippingRect.bottom - clippingRect.top; clippingRect.x = clippingRect.left; clippingRect.y = clippingRect.top; return clippingRect; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/utils/getFreshSideObject.js function getFreshSideObject() { return { top: 0, right: 0, bottom: 0, left: 0 }; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/utils/mergePaddingObject.js function mergePaddingObject(paddingObject) { return Object.assign({}, getFreshSideObject(), paddingObject); } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/utils/expandToHashMap.js function expandToHashMap(value, keys) { return keys.reduce(function (hashMap, key) { hashMap[key] = value; return hashMap; }, {}); } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/utils/detectOverflow.js // eslint-disable-next-line import/no-unused-modules function detectOverflow(state, options) { if (options === void 0) { options = {}; } var _options = options, _options$placement = _options.placement, placement = _options$placement === void 0 ? state.placement : _options$placement, _options$boundary = _options.boundary, boundary = _options$boundary === void 0 ? clippingParents : _options$boundary, _options$rootBoundary = _options.rootBoundary, rootBoundary = _options$rootBoundary === void 0 ? viewport : _options$rootBoundary, _options$elementConte = _options.elementContext, elementContext = _options$elementConte === void 0 ? popper : _options$elementConte, _options$altBoundary = _options.altBoundary, altBoundary = _options$altBoundary === void 0 ? false : _options$altBoundary, _options$padding = _options.padding, padding = _options$padding === void 0 ? 0 : _options$padding; var paddingObject = mergePaddingObject(typeof padding !== 'number' ? padding : expandToHashMap(padding, basePlacements)); var altContext = elementContext === popper ? reference : popper; var popperRect = state.rects.popper; var element = state.elements[altBoundary ? altContext : elementContext]; var clippingClientRect = getClippingRect(isElement(element) ? element : element.contextElement || getDocumentElement(state.elements.popper), boundary, rootBoundary); var referenceClientRect = getBoundingClientRect(state.elements.reference); var popperOffsets = computeOffsets({ reference: referenceClientRect, element: popperRect, strategy: 'absolute', placement: placement }); var popperClientRect = rectToClientRect(Object.assign({}, popperRect, popperOffsets)); var elementClientRect = elementContext === popper ? popperClientRect : referenceClientRect; // positive = overflowing the clipping rect // 0 or negative = within the clipping rect var overflowOffsets = { top: clippingClientRect.top - elementClientRect.top + paddingObject.top, bottom: elementClientRect.bottom - clippingClientRect.bottom + paddingObject.bottom, left: clippingClientRect.left - elementClientRect.left + paddingObject.left, right: elementClientRect.right - clippingClientRect.right + paddingObject.right }; var offsetData = state.modifiersData.offset; // Offsets can be applied only to the popper element if (elementContext === popper && offsetData) { var offset = offsetData[placement]; Object.keys(overflowOffsets).forEach(function (key) { var multiply = [right, bottom].indexOf(key) >= 0 ? 1 : -1; var axis = [enums_top, bottom].indexOf(key) >= 0 ? 'y' : 'x'; overflowOffsets[key] += offset[axis] * multiply; }); } return overflowOffsets; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js function computeAutoPlacement(state, options) { if (options === void 0) { options = {}; } var _options = options, placement = _options.placement, boundary = _options.boundary, rootBoundary = _options.rootBoundary, padding = _options.padding, flipVariations = _options.flipVariations, _options$allowedAutoP = _options.allowedAutoPlacements, allowedAutoPlacements = _options$allowedAutoP === void 0 ? enums_placements : _options$allowedAutoP; var variation = getVariation(placement); var placements = variation ? flipVariations ? variationPlacements : variationPlacements.filter(function (placement) { return getVariation(placement) === variation; }) : basePlacements; var allowedPlacements = placements.filter(function (placement) { return allowedAutoPlacements.indexOf(placement) >= 0; }); if (allowedPlacements.length === 0) { allowedPlacements = placements; if (false) {} } // $FlowFixMe[incompatible-type]: Flow seems to have problems with two array unions... var overflows = allowedPlacements.reduce(function (acc, placement) { acc[placement] = detectOverflow(state, { placement: placement, boundary: boundary, rootBoundary: rootBoundary, padding: padding })[getBasePlacement(placement)]; return acc; }, {}); return Object.keys(overflows).sort(function (a, b) { return overflows[a] - overflows[b]; }); } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/modifiers/flip.js // eslint-disable-next-line import/no-unused-modules function getExpandedFallbackPlacements(placement) { if (getBasePlacement(placement) === auto) { return []; } var oppositePlacement = getOppositePlacement(placement); return [getOppositeVariationPlacement(placement), oppositePlacement, getOppositeVariationPlacement(oppositePlacement)]; } function flip(_ref) { var state = _ref.state, options = _ref.options, name = _ref.name; if (state.modifiersData[name]._skip) { return; } var _options$mainAxis = options.mainAxis, checkMainAxis = _options$mainAxis === void 0 ? true : _options$mainAxis, _options$altAxis = options.altAxis, checkAltAxis = _options$altAxis === void 0 ? true : _options$altAxis, specifiedFallbackPlacements = options.fallbackPlacements, padding = options.padding, boundary = options.boundary, rootBoundary = options.rootBoundary, altBoundary = options.altBoundary, _options$flipVariatio = options.flipVariations, flipVariations = _options$flipVariatio === void 0 ? true : _options$flipVariatio, allowedAutoPlacements = options.allowedAutoPlacements; var preferredPlacement = state.options.placement; var basePlacement = getBasePlacement(preferredPlacement); var isBasePlacement = basePlacement === preferredPlacement; var fallbackPlacements = specifiedFallbackPlacements || (isBasePlacement || !flipVariations ? [getOppositePlacement(preferredPlacement)] : getExpandedFallbackPlacements(preferredPlacement)); var placements = [preferredPlacement].concat(fallbackPlacements).reduce(function (acc, placement) { return acc.concat(getBasePlacement(placement) === auto ? computeAutoPlacement(state, { placement: placement, boundary: boundary, rootBoundary: rootBoundary, padding: padding, flipVariations: flipVariations, allowedAutoPlacements: allowedAutoPlacements }) : placement); }, []); var referenceRect = state.rects.reference; var popperRect = state.rects.popper; var checksMap = new Map(); var makeFallbackChecks = true; var firstFittingPlacement = placements[0]; for (var i = 0; i < placements.length; i++) { var placement = placements[i]; var _basePlacement = getBasePlacement(placement); var isStartVariation = getVariation(placement) === start; var isVertical = [enums_top, bottom].indexOf(_basePlacement) >= 0; var len = isVertical ? 'width' : 'height'; var overflow = detectOverflow(state, { placement: placement, boundary: boundary, rootBoundary: rootBoundary, altBoundary: altBoundary, padding: padding }); var mainVariationSide = isVertical ? isStartVariation ? right : left : isStartVariation ? bottom : enums_top; if (referenceRect[len] > popperRect[len]) { mainVariationSide = getOppositePlacement(mainVariationSide); } var altVariationSide = getOppositePlacement(mainVariationSide); var checks = []; if (checkMainAxis) { checks.push(overflow[_basePlacement] <= 0); } if (checkAltAxis) { checks.push(overflow[mainVariationSide] <= 0, overflow[altVariationSide] <= 0); } if (checks.every(function (check) { return check; })) { firstFittingPlacement = placement; makeFallbackChecks = false; break; } checksMap.set(placement, checks); } if (makeFallbackChecks) { // `2` may be desired in some cases – research later var numberOfChecks = flipVariations ? 3 : 1; var _loop = function _loop(_i) { var fittingPlacement = placements.find(function (placement) { var checks = checksMap.get(placement); if (checks) { return checks.slice(0, _i).every(function (check) { return check; }); } }); if (fittingPlacement) { firstFittingPlacement = fittingPlacement; return "break"; } }; for (var _i = numberOfChecks; _i > 0; _i--) { var _ret = _loop(_i); if (_ret === "break") break; } } if (state.placement !== firstFittingPlacement) { state.modifiersData[name]._skip = true; state.placement = firstFittingPlacement; state.reset = true; } } // eslint-disable-next-line import/no-unused-modules /* harmony default export */ var modifiers_flip = ({ name: 'flip', enabled: true, phase: 'main', fn: flip, requiresIfExists: ['offset'], data: { _skip: false } }); ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/utils/getAltAxis.js function getAltAxis(axis) { return axis === 'x' ? 'y' : 'x'; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/utils/within.js function within(min, value, max) { return math_max(min, math_min(value, max)); } function withinMaxClamp(min, value, max) { var v = within(min, value, max); return v > max ? max : v; } ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/modifiers/preventOverflow.js function preventOverflow(_ref) { var state = _ref.state, options = _ref.options, name = _ref.name; var _options$mainAxis = options.mainAxis, checkMainAxis = _options$mainAxis === void 0 ? true : _options$mainAxis, _options$altAxis = options.altAxis, checkAltAxis = _options$altAxis === void 0 ? false : _options$altAxis, boundary = options.boundary, rootBoundary = options.rootBoundary, altBoundary = options.altBoundary, padding = options.padding, _options$tether = options.tether, tether = _options$tether === void 0 ? true : _options$tether, _options$tetherOffset = options.tetherOffset, tetherOffset = _options$tetherOffset === void 0 ? 0 : _options$tetherOffset; var overflow = detectOverflow(state, { boundary: boundary, rootBoundary: rootBoundary, padding: padding, altBoundary: altBoundary }); var basePlacement = getBasePlacement(state.placement); var variation = getVariation(state.placement); var isBasePlacement = !variation; var mainAxis = getMainAxisFromPlacement(basePlacement); var altAxis = getAltAxis(mainAxis); var popperOffsets = state.modifiersData.popperOffsets; var referenceRect = state.rects.reference; var popperRect = state.rects.popper; var tetherOffsetValue = typeof tetherOffset === 'function' ? tetherOffset(Object.assign({}, state.rects, { placement: state.placement })) : tetherOffset; var normalizedTetherOffsetValue = typeof tetherOffsetValue === 'number' ? { mainAxis: tetherOffsetValue, altAxis: tetherOffsetValue } : Object.assign({ mainAxis: 0, altAxis: 0 }, tetherOffsetValue); var offsetModifierState = state.modifiersData.offset ? state.modifiersData.offset[state.placement] : null; var data = { x: 0, y: 0 }; if (!popperOffsets) { return; } if (checkMainAxis) { var _offsetModifierState$; var mainSide = mainAxis === 'y' ? enums_top : left; var altSide = mainAxis === 'y' ? bottom : right; var len = mainAxis === 'y' ? 'height' : 'width'; var offset = popperOffsets[mainAxis]; var min = offset + overflow[mainSide]; var max = offset - overflow[altSide]; var additive = tether ? -popperRect[len] / 2 : 0; var minLen = variation === start ? referenceRect[len] : popperRect[len]; var maxLen = variation === start ? -popperRect[len] : -referenceRect[len]; // We need to include the arrow in the calculation so the arrow doesn't go // outside the reference bounds var arrowElement = state.elements.arrow; var arrowRect = tether && arrowElement ? getLayoutRect(arrowElement) : { width: 0, height: 0 }; var arrowPaddingObject = state.modifiersData['arrow#persistent'] ? state.modifiersData['arrow#persistent'].padding : getFreshSideObject(); var arrowPaddingMin = arrowPaddingObject[mainSide]; var arrowPaddingMax = arrowPaddingObject[altSide]; // If the reference length is smaller than the arrow length, we don't want // to include its full size in the calculation. If the reference is small // and near the edge of a boundary, the popper can overflow even if the // reference is not overflowing as well (e.g. virtual elements with no // width or height) var arrowLen = within(0, referenceRect[len], arrowRect[len]); var minOffset = isBasePlacement ? referenceRect[len] / 2 - additive - arrowLen - arrowPaddingMin - normalizedTetherOffsetValue.mainAxis : minLen - arrowLen - arrowPaddingMin - normalizedTetherOffsetValue.mainAxis; var maxOffset = isBasePlacement ? -referenceRect[len] / 2 + additive + arrowLen + arrowPaddingMax + normalizedTetherOffsetValue.mainAxis : maxLen + arrowLen + arrowPaddingMax + normalizedTetherOffsetValue.mainAxis; var arrowOffsetParent = state.elements.arrow && getOffsetParent(state.elements.arrow); var clientOffset = arrowOffsetParent ? mainAxis === 'y' ? arrowOffsetParent.clientTop || 0 : arrowOffsetParent.clientLeft || 0 : 0; var offsetModifierValue = (_offsetModifierState$ = offsetModifierState == null ? void 0 : offsetModifierState[mainAxis]) != null ? _offsetModifierState$ : 0; var tetherMin = offset + minOffset - offsetModifierValue - clientOffset; var tetherMax = offset + maxOffset - offsetModifierValue; var preventedOffset = within(tether ? math_min(min, tetherMin) : min, offset, tether ? math_max(max, tetherMax) : max); popperOffsets[mainAxis] = preventedOffset; data[mainAxis] = preventedOffset - offset; } if (checkAltAxis) { var _offsetModifierState$2; var _mainSide = mainAxis === 'x' ? enums_top : left; var _altSide = mainAxis === 'x' ? bottom : right; var _offset = popperOffsets[altAxis]; var _len = altAxis === 'y' ? 'height' : 'width'; var _min = _offset + overflow[_mainSide]; var _max = _offset - overflow[_altSide]; var isOriginSide = [enums_top, left].indexOf(basePlacement) !== -1; var _offsetModifierValue = (_offsetModifierState$2 = offsetModifierState == null ? void 0 : offsetModifierState[altAxis]) != null ? _offsetModifierState$2 : 0; var _tetherMin = isOriginSide ? _min : _offset - referenceRect[_len] - popperRect[_len] - _offsetModifierValue + normalizedTetherOffsetValue.altAxis; var _tetherMax = isOriginSide ? _offset + referenceRect[_len] + popperRect[_len] - _offsetModifierValue - normalizedTetherOffsetValue.altAxis : _max; var _preventedOffset = tether && isOriginSide ? withinMaxClamp(_tetherMin, _offset, _tetherMax) : within(tether ? _tetherMin : _min, _offset, tether ? _tetherMax : _max); popperOffsets[altAxis] = _preventedOffset; data[altAxis] = _preventedOffset - _offset; } state.modifiersData[name] = data; } // eslint-disable-next-line import/no-unused-modules /* harmony default export */ var modifiers_preventOverflow = ({ name: 'preventOverflow', enabled: true, phase: 'main', fn: preventOverflow, requiresIfExists: ['offset'] }); ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/modifiers/arrow.js // eslint-disable-next-line import/no-unused-modules var toPaddingObject = function toPaddingObject(padding, state) { padding = typeof padding === 'function' ? padding(Object.assign({}, state.rects, { placement: state.placement })) : padding; return mergePaddingObject(typeof padding !== 'number' ? padding : expandToHashMap(padding, basePlacements)); }; function arrow(_ref) { var _state$modifiersData$; var state = _ref.state, name = _ref.name, options = _ref.options; var arrowElement = state.elements.arrow; var popperOffsets = state.modifiersData.popperOffsets; var basePlacement = getBasePlacement(state.placement); var axis = getMainAxisFromPlacement(basePlacement); var isVertical = [left, right].indexOf(basePlacement) >= 0; var len = isVertical ? 'height' : 'width'; if (!arrowElement || !popperOffsets) { return; } var paddingObject = toPaddingObject(options.padding, state); var arrowRect = getLayoutRect(arrowElement); var minProp = axis === 'y' ? enums_top : left; var maxProp = axis === 'y' ? bottom : right; var endDiff = state.rects.reference[len] + state.rects.reference[axis] - popperOffsets[axis] - state.rects.popper[len]; var startDiff = popperOffsets[axis] - state.rects.reference[axis]; var arrowOffsetParent = getOffsetParent(arrowElement); var clientSize = arrowOffsetParent ? axis === 'y' ? arrowOffsetParent.clientHeight || 0 : arrowOffsetParent.clientWidth || 0 : 0; var centerToReference = endDiff / 2 - startDiff / 2; // Make sure the arrow doesn't overflow the popper if the center point is // outside of the popper bounds var min = paddingObject[minProp]; var max = clientSize - arrowRect[len] - paddingObject[maxProp]; var center = clientSize / 2 - arrowRect[len] / 2 + centerToReference; var offset = within(min, center, max); // Prevents breaking syntax highlighting... var axisProp = axis; state.modifiersData[name] = (_state$modifiersData$ = {}, _state$modifiersData$[axisProp] = offset, _state$modifiersData$.centerOffset = offset - center, _state$modifiersData$); } function arrow_effect(_ref2) { var state = _ref2.state, options = _ref2.options; var _options$element = options.element, arrowElement = _options$element === void 0 ? '[data-popper-arrow]' : _options$element; if (arrowElement == null) { return; } // CSS selector if (typeof arrowElement === 'string') { arrowElement = state.elements.popper.querySelector(arrowElement); if (!arrowElement) { return; } } if (false) {} if (!contains(state.elements.popper, arrowElement)) { if (false) {} return; } state.elements.arrow = arrowElement; } // eslint-disable-next-line import/no-unused-modules /* harmony default export */ var modifiers_arrow = ({ name: 'arrow', enabled: true, phase: 'main', fn: arrow, effect: arrow_effect, requires: ['popperOffsets'], requiresIfExists: ['preventOverflow'] }); ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/modifiers/hide.js function getSideOffsets(overflow, rect, preventedOffsets) { if (preventedOffsets === void 0) { preventedOffsets = { x: 0, y: 0 }; } return { top: overflow.top - rect.height - preventedOffsets.y, right: overflow.right - rect.width + preventedOffsets.x, bottom: overflow.bottom - rect.height + preventedOffsets.y, left: overflow.left - rect.width - preventedOffsets.x }; } function isAnySideFullyClipped(overflow) { return [enums_top, right, bottom, left].some(function (side) { return overflow[side] >= 0; }); } function hide(_ref) { var state = _ref.state, name = _ref.name; var referenceRect = state.rects.reference; var popperRect = state.rects.popper; var preventedOffsets = state.modifiersData.preventOverflow; var referenceOverflow = detectOverflow(state, { elementContext: 'reference' }); var popperAltOverflow = detectOverflow(state, { altBoundary: true }); var referenceClippingOffsets = getSideOffsets(referenceOverflow, referenceRect); var popperEscapeOffsets = getSideOffsets(popperAltOverflow, popperRect, preventedOffsets); var isReferenceHidden = isAnySideFullyClipped(referenceClippingOffsets); var hasPopperEscaped = isAnySideFullyClipped(popperEscapeOffsets); state.modifiersData[name] = { referenceClippingOffsets: referenceClippingOffsets, popperEscapeOffsets: popperEscapeOffsets, isReferenceHidden: isReferenceHidden, hasPopperEscaped: hasPopperEscaped }; state.attributes.popper = Object.assign({}, state.attributes.popper, { 'data-popper-reference-hidden': isReferenceHidden, 'data-popper-escaped': hasPopperEscaped }); } // eslint-disable-next-line import/no-unused-modules /* harmony default export */ var modifiers_hide = ({ name: 'hide', enabled: true, phase: 'main', requiresIfExists: ['preventOverflow'], fn: hide }); ;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/popper.js var defaultModifiers = [eventListeners, modifiers_popperOffsets, modifiers_computeStyles, modifiers_applyStyles, modifiers_offset, modifiers_flip, modifiers_preventOverflow, modifiers_arrow, modifiers_hide]; var popper_createPopper = /*#__PURE__*/popperGenerator({ defaultModifiers: defaultModifiers }); // eslint-disable-next-line import/no-unused-modules // eslint-disable-next-line import/no-unused-modules // eslint-disable-next-line import/no-unused-modules // EXTERNAL MODULE: ./node_modules/react-fast-compare/index.js var react_fast_compare = __webpack_require__(69590); var react_fast_compare_default = /*#__PURE__*/__webpack_require__.n(react_fast_compare); ;// CONCATENATED MODULE: ./node_modules/react-popper/lib/esm/utils.js /** * Takes an argument and if it's an array, returns the first item in the array, * otherwise returns the argument. Used for Preact compatibility. */ var unwrapArray = function unwrapArray(arg) { return Array.isArray(arg) ? arg[0] : arg; }; /** * Takes a maybe-undefined function and arbitrary args and invokes the function * only if it is defined. */ var safeInvoke = function safeInvoke(fn) { if (typeof fn === 'function') { for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { args[_key - 1] = arguments[_key]; } return fn.apply(void 0, args); } }; /** * Sets a ref using either a ref callback or a ref object */ var utils_setRef = function setRef(ref, node) { // if its a function call it if (typeof ref === 'function') { return safeInvoke(ref, node); } // otherwise we should treat it as a ref object else if (ref != null) { ref.current = node; } }; /** * Simple ponyfill for Object.fromEntries */ var fromEntries = function fromEntries(entries) { return entries.reduce(function (acc, _ref) { var key = _ref[0], value = _ref[1]; acc[key] = value; return acc; }, {}); }; /** * Small wrapper around `useLayoutEffect` to get rid of the warning on SSR envs */ var utils_useIsomorphicLayoutEffect = typeof window !== 'undefined' && window.document && window.document.createElement ? react.useLayoutEffect : react.useEffect; ;// CONCATENATED MODULE: ./node_modules/react-popper/lib/esm/usePopper.js var EMPTY_MODIFIERS = []; var usePopper = function usePopper(referenceElement, popperElement, options) { if (options === void 0) { options = {}; } var prevOptions = react.useRef(null); var optionsWithDefaults = { onFirstUpdate: options.onFirstUpdate, placement: options.placement || 'bottom', strategy: options.strategy || 'absolute', modifiers: options.modifiers || EMPTY_MODIFIERS }; var _React$useState = react.useState({ styles: { popper: { position: optionsWithDefaults.strategy, left: '0', top: '0' }, arrow: { position: 'absolute' } }, attributes: {} }), state = _React$useState[0], setState = _React$useState[1]; var updateStateModifier = react.useMemo(function () { return { name: 'updateState', enabled: true, phase: 'write', fn: function fn(_ref) { var state = _ref.state; var elements = Object.keys(state.elements); setState({ styles: fromEntries(elements.map(function (element) { return [element, state.styles[element] || {}]; })), attributes: fromEntries(elements.map(function (element) { return [element, state.attributes[element]]; })) }); }, requires: ['computeStyles'] }; }, []); var popperOptions = react.useMemo(function () { var newOptions = { onFirstUpdate: optionsWithDefaults.onFirstUpdate, placement: optionsWithDefaults.placement, strategy: optionsWithDefaults.strategy, modifiers: [].concat(optionsWithDefaults.modifiers, [updateStateModifier, { name: 'applyStyles', enabled: false }]) }; if (react_fast_compare_default()(prevOptions.current, newOptions)) { return prevOptions.current || newOptions; } else { prevOptions.current = newOptions; return newOptions; } }, [optionsWithDefaults.onFirstUpdate, optionsWithDefaults.placement, optionsWithDefaults.strategy, optionsWithDefaults.modifiers, updateStateModifier]); var popperInstanceRef = react.useRef(); utils_useIsomorphicLayoutEffect(function () { if (popperInstanceRef.current) { popperInstanceRef.current.setOptions(popperOptions); } }, [popperOptions]); utils_useIsomorphicLayoutEffect(function () { if (referenceElement == null || popperElement == null) { return; } var createPopper = options.createPopper || popper_createPopper; var popperInstance = createPopper(referenceElement, popperElement, popperOptions); popperInstanceRef.current = popperInstance; return function () { popperInstance.destroy(); popperInstanceRef.current = null; }; }, [referenceElement, popperElement, options.createPopper]); return { state: popperInstanceRef.current ? popperInstanceRef.current.state : null, styles: state.styles, attributes: state.attributes, update: popperInstanceRef.current ? popperInstanceRef.current.update : null, forceUpdate: popperInstanceRef.current ? popperInstanceRef.current.forceUpdate : null }; }; ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Tours/Hints/Hints.js function Hints_extends() { Hints_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return Hints_extends.apply(this, arguments); } function Hints_slicedToArray(arr, i) { return Hints_arrayWithHoles(arr) || Hints_iterableToArrayLimit(arr, i) || Hints_unsupportedIterableToArray(arr, i) || Hints_nonIterableRest(); } function Hints_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 Hints_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Hints_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 Hints_arrayLikeToArray(o, minLen); } function Hints_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 Hints_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Hints_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } var Hints = function Hints(_ref) { var stepTrigger = _ref.stepTrigger, _ref$currentStep = _ref.currentStep, currentStep = _ref$currentStep === void 0 ? false : _ref$currentStep, _ref$anchorEl = _ref.anchorEl, anchorEl = _ref$anchorEl === void 0 ? null : _ref$anchorEl, text = _ref.text, setHintStep = _ref.setHintStep, _ref$position = _ref.position, position = _ref$position === void 0 ? [0, 20] : _ref$position; if (currentStep === false || !anchorEl || stepTrigger !== currentStep) return null; anchorEl.classList.add("hint-pulse-".concat(stepTrigger)); anchorEl.addEventListener("click", function () { anchorEl.classList.remove("hint-pulse-".concat(stepTrigger)); if (stepTrigger === 2) return setHintStep(false); setHintStep(stepTrigger + 1); }, { once: true }); var _useState = (0,react.useState)(null), _useState2 = Hints_slicedToArray(_useState, 2), popperElement = _useState2[0], setPopperElement = _useState2[1]; var _usePopper = usePopper(anchorEl, popperElement, { placement: "top", modifiers: [{ name: "offset", options: { offset: position } }] }), styles = _usePopper.styles, attributes = _usePopper.attributes; return /*#__PURE__*/react.createElement("div", Hints_extends({ ref: setPopperElement, style: styles.popper }, attributes.popper, { className: "hint", "data-testid": "hints:popper" }), /*#__PURE__*/react.createElement("p", null, text), /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { className: "close-button", onClick: function onClick() { setHintStep(false); anchorEl.classList.remove("hint-pulse-".concat(stepTrigger)); anchorEl = null; }, size: "small", "data-testid": "hints:close-button" }, /*#__PURE__*/react.createElement(esm_Icon_Icon, { fontSize: "inherit", className: "fas fa-times", "data-testid": "hints:close-button-icon" }))); }; /* harmony default export */ var Hints_Hints = (connect(function (state) { return { currentStep: state.misc.hint_step, welcome: state.settings.welcome }; }, function (dispatch) { return { setMisc: function setMisc() { return dispatch(dataActions_setMisc.apply(void 0, arguments)); }, setHintStep: function setHintStep(step) { return dispatch(dataActions_setMisc("hint_step", step)); } }; })(Hints)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Bar/PublishButton/PublishButton.js function PublishButton_slicedToArray(arr, i) { return PublishButton_arrayWithHoles(arr) || PublishButton_iterableToArrayLimit(arr, i) || PublishButton_unsupportedIterableToArray(arr, i) || PublishButton_nonIterableRest(); } function PublishButton_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 PublishButton_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return PublishButton_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 PublishButton_arrayLikeToArray(o, minLen); } function PublishButton_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 PublishButton_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function PublishButton_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function PublishButton(_ref) { var hasChanges = _ref.hasChanges, nextHintStepIndex = _ref.nextHintStepIndex; var _useState = (0,react.useState)(false), _useState2 = PublishButton_slicedToArray(_useState, 2), isPublishing = _useState2[0], setIsPublishing = _useState2[1]; var _useState3 = (0,react.useState)(false), _useState4 = PublishButton_slicedToArray(_useState3, 2), isPublished = _useState4[0], setIsPublished = _useState4[1]; var _useState5 = (0,react.useState)(false), _useState6 = PublishButton_slicedToArray(_useState5, 2), showIntegrateDialog = _useState6[0], setShowIntegrateDialog = _useState6[1]; var _useState7 = (0,react.useState)(false), _useState8 = PublishButton_slicedToArray(_useState7, 2), showedIntegrateDialog = _useState8[0], setShowedIntegrateDialog = _useState8[1]; var _useState9 = (0,react.useState)(null), _useState10 = PublishButton_slicedToArray(_useState9, 2), menuAnchor = _useState10[0], setMenuAnchor = _useState10[1]; var buttonRef = (0,react.useRef)(); var _useState11 = (0,react.useState)(null), _useState12 = PublishButton_slicedToArray(_useState11, 2), anchorEl = _useState12[0], setAnchorEl = _useState12[1]; var ref = (0,react.useRef)(); (0,react.useEffect)(function () { setAnchorEl(ref.current); }, [ref]); function text() { if (isPublishing) { return translate_translate("common.publishing"); } else if (isPublished) { return translate_translate("common.published"); } else { return translate_translate("common.publish"); } } // Make the button clickable when the hints are shown function publishButtonActive() { if (nextHintStepIndex !== false) { return false; } else if (isPublishing || hasChanges === false) { return true; } } /** * Publish buttons */ function publish() { if (hasChanges === false) { setIsPublished(true); setTimeout(function () { setIsPublished(false); if (app.initializedWithWelcome && !showedIntegrateDialog) { setShowedIntegrateDialog(true); setShowIntegrateDialog(true); } }, 1000); return; } setIsPublishing(true); apiRequest("/publish", { method: "POST", data: { nonce: buttonizer_admin.nonce } }).then(function (_ref2) { var status = _ref2.status, message = _ref2.message; // Done publishing setIsPublishing(false); // Error? if (status === "error") { app.loader.hide(); app.error({ message: message }); return; } if (app.initializedWithWelcome && !showedIntegrateDialog) { setShowedIntegrateDialog(true); setShowIntegrateDialog(true); } app.setHasChanges(false); // Published! setIsPublished(true); // Hide published message setTimeout(function () { setIsPublished(false); }, 3000); })["catch"](function (_ref3) { var code = _ref3.code; setIsPublishing(false); // Lost internet connection if (code === 0) { // app.showDialog( // ConfirmDialog.create({ // title: "Lost internet", // buttons: [ // { // label: window.Buttonizer.translate("modal.close"), // value: "close", // }, // ], // children: ( // <> // <p> // You've lost your internet connection. Please try again when // you have your internet back! // </p> // </> // ), // }) // ); return; } // app.showDialog( // ConfirmDialog.create({ // title: "Something went wrong", // buttons: [ // { // label: window.Buttonizer.translate("modal.close"), // value: "close", // }, // ], // children: ( // <> // <p>Seems like something went wrong.</p> // </> // ), // }) // ); }); } // Show standalone menu if (window.buttonizer_admin.is_stand_alone) { return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(IntegrateStandaloneDialog, { opened: showIntegrateDialog, onClose: function onClose() { return setShowIntegrateDialog(false); }, disableWelcome: app.initializedWithWelcome }), /*#__PURE__*/react.createElement(Menu_Menu, { anchorEl: menuAnchor, open: Boolean(menuAnchor), onClose: function onClose() { return setMenuAnchor(null); }, anchorOrigin: { vertical: "top", horizontal: "right" }, transformOrigin: { vertical: "bottom", horizontal: "right" }, onClick: function onClick() { return setMenuAnchor(null); } }, /*#__PURE__*/react.createElement(MenuItem_MenuItem, { onClick: function onClick() { return setShowIntegrateDialog(true); } }, /*#__PURE__*/react.createElement(ListItemIcon_ListItemIcon, null, /*#__PURE__*/react.createElement(Code/* default */.Z, { fontSize: "small" })), /*#__PURE__*/react.createElement(ListItemText_ListItemText, null, "Integrate Buttonizer"))), isPublishing && /*#__PURE__*/react.createElement(CircularProgress_CircularProgress, { size: 20, style: { verticalAlign: "middle", margin: "0 20px" } }), /*#__PURE__*/react.createElement(ButtonGroup_ButtonGroup, { variant: "contained", ref: buttonRef, style: { verticalAlign: "middle" } }, !isPublishing && /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return publish(); }, disabled: isPublishing, variant: "contained", color: "primary", "data-testid": "publish-button", className: "MuiButton-Publish" }, text()), /*#__PURE__*/react.createElement(esm_Button_Button, { size: "small", color: "primary" // aria-controls={opened ? "split-button-menu" : undefined} // aria-expanded={opened ? "true" : undefined} , "aria-label": "select merge strategy", "aria-haspopup": "menu", onClick: function onClick(e) { return setMenuAnchor(e.currentTarget); }, className: "MuiButton-PublishGroup" }, /*#__PURE__*/react.createElement(ArrowDropDown/* default */.Z, null)))); } return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(Hints_Hints, { stepTrigger: 2, anchorEl: anchorEl, position: [0, 20], text: translate_translate("buttonizer_tour.hint.step_2") }), /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return publish(); }, ref: ref, disabled: publishButtonActive(), variant: "contained", color: "primary", "data-testid": "publish-button", className: "MuiButton-Publish" }, text())); } /* harmony default export */ var PublishButton_PublishButton = (connect(function (state) { return { hasChanges: state.misc.hasChanges, nextHintStepIndex: state.misc.hint_step }; })(PublishButton)); ;// CONCATENATED MODULE: ./node_modules/tippy.js/dist/tippy.esm.js /**! * tippy.js v6.3.1 * (c) 2017-2021 atomiks * MIT License */ var ROUND_ARROW = '<svg width="16" height="6" xmlns="http://www.w3.org/2000/svg"><path d="M0 6s1.796-.013 4.67-3.615C5.851.9 6.93.006 8 0c1.07-.006 2.148.887 3.343 2.385C14.233 6.005 16 6 16 6H0z"></svg>'; var BOX_CLASS = "tippy-box"; var CONTENT_CLASS = "tippy-content"; var BACKDROP_CLASS = "tippy-backdrop"; var ARROW_CLASS = "tippy-arrow"; var SVG_ARROW_CLASS = "tippy-svg-arrow"; var TOUCH_OPTIONS = { passive: true, capture: true }; function tippy_esm_hasOwnProperty(obj, key) { return {}.hasOwnProperty.call(obj, key); } function getValueAtIndexOrReturn(value, index, defaultValue) { if (Array.isArray(value)) { var v = value[index]; return v == null ? Array.isArray(defaultValue) ? defaultValue[index] : defaultValue : v; } return value; } function isType(value, type) { var str = {}.toString.call(value); return str.indexOf('[object') === 0 && str.indexOf(type + "]") > -1; } function invokeWithArgsOrReturn(value, args) { return typeof value === 'function' ? value.apply(void 0, args) : value; } function tippy_esm_debounce(fn, ms) { // Avoid wrapping in `setTimeout` if ms is 0 anyway if (ms === 0) { return fn; } var timeout; return function (arg) { clearTimeout(timeout); timeout = setTimeout(function () { fn(arg); }, ms); }; } function removeProperties(obj, keys) { var clone = Object.assign({}, obj); keys.forEach(function (key) { delete clone[key]; }); return clone; } function splitBySpaces(value) { return value.split(/\s+/).filter(Boolean); } function normalizeToArray(value) { return [].concat(value); } function pushIfUnique(arr, value) { if (arr.indexOf(value) === -1) { arr.push(value); } } function unique(arr) { return arr.filter(function (item, index) { return arr.indexOf(item) === index; }); } function tippy_esm_getBasePlacement(placement) { return placement.split('-')[0]; } function arrayFrom(value) { return [].slice.call(value); } function removeUndefinedProps(obj) { return Object.keys(obj).reduce(function (acc, key) { if (obj[key] !== undefined) { acc[key] = obj[key]; } return acc; }, {}); } function div() { return document.createElement('div'); } function tippy_esm_isElement(value) { return ['Element', 'Fragment'].some(function (type) { return isType(value, type); }); } function isNodeList(value) { return isType(value, 'NodeList'); } function isMouseEvent(value) { return isType(value, 'MouseEvent'); } function isReferenceElement(value) { return !!(value && value._tippy && value._tippy.reference === value); } function getArrayOfElements(value) { if (tippy_esm_isElement(value)) { return [value]; } if (isNodeList(value)) { return arrayFrom(value); } if (Array.isArray(value)) { return value; } return arrayFrom(document.querySelectorAll(value)); } function setTransitionDuration(els, value) { els.forEach(function (el) { if (el) { el.style.transitionDuration = value + "ms"; } }); } function setVisibilityState(els, state) { els.forEach(function (el) { if (el) { el.setAttribute('data-state', state); } }); } function getOwnerDocument(elementOrElements) { var _element$ownerDocumen; var _normalizeToArray = normalizeToArray(elementOrElements), element = _normalizeToArray[0]; // Elements created via a <template> have an ownerDocument with no reference to the body return (element == null ? void 0 : (_element$ownerDocumen = element.ownerDocument) == null ? void 0 : _element$ownerDocumen.body) ? element.ownerDocument : document; } function isCursorOutsideInteractiveBorder(popperTreeData, event) { var clientX = event.clientX, clientY = event.clientY; return popperTreeData.every(function (_ref) { var popperRect = _ref.popperRect, popperState = _ref.popperState, props = _ref.props; var interactiveBorder = props.interactiveBorder; var basePlacement = tippy_esm_getBasePlacement(popperState.placement); var offsetData = popperState.modifiersData.offset; if (!offsetData) { return true; } var topDistance = basePlacement === 'bottom' ? offsetData.top.y : 0; var bottomDistance = basePlacement === 'top' ? offsetData.bottom.y : 0; var leftDistance = basePlacement === 'right' ? offsetData.left.x : 0; var rightDistance = basePlacement === 'left' ? offsetData.right.x : 0; var exceedsTop = popperRect.top - clientY + topDistance > interactiveBorder; var exceedsBottom = clientY - popperRect.bottom - bottomDistance > interactiveBorder; var exceedsLeft = popperRect.left - clientX + leftDistance > interactiveBorder; var exceedsRight = clientX - popperRect.right - rightDistance > interactiveBorder; return exceedsTop || exceedsBottom || exceedsLeft || exceedsRight; }); } function updateTransitionEndListener(box, action, listener) { var method = action + "EventListener"; // some browsers apparently support `transition` (unprefixed) but only fire // `webkitTransitionEnd`... ['transitionend', 'webkitTransitionEnd'].forEach(function (event) { box[method](event, listener); }); } var currentInput = { isTouch: false }; var lastMouseMoveTime = 0; /** * When a `touchstart` event is fired, it's assumed the user is using touch * input. We'll bind a `mousemove` event listener to listen for mouse input in * the future. This way, the `isTouch` property is fully dynamic and will handle * hybrid devices that use a mix of touch + mouse input. */ function onDocumentTouchStart() { if (currentInput.isTouch) { return; } currentInput.isTouch = true; if (window.performance) { document.addEventListener('mousemove', onDocumentMouseMove); } } /** * When two `mousemove` event are fired consecutively within 20ms, it's assumed * the user is using mouse input again. `mousemove` can fire on touch devices as * well, but very rarely that quickly. */ function onDocumentMouseMove() { var now = performance.now(); if (now - lastMouseMoveTime < 20) { currentInput.isTouch = false; document.removeEventListener('mousemove', onDocumentMouseMove); } lastMouseMoveTime = now; } /** * When an element is in focus and has a tippy, leaving the tab/window and * returning causes it to show again. For mouse users this is unexpected, but * for keyboard use it makes sense. * TODO: find a better technique to solve this problem */ function onWindowBlur() { var activeElement = document.activeElement; if (isReferenceElement(activeElement)) { var instance = activeElement._tippy; if (activeElement.blur && !instance.state.isVisible) { activeElement.blur(); } } } function bindGlobalEventListeners() { document.addEventListener('touchstart', onDocumentTouchStart, TOUCH_OPTIONS); window.addEventListener('blur', onWindowBlur); } var isBrowser = typeof window !== 'undefined' && typeof document !== 'undefined'; var ua = isBrowser ? navigator.userAgent : ''; var isIE = /MSIE |Trident\//.test(ua); function createMemoryLeakWarning(method) { var txt = method === 'destroy' ? 'n already-' : ' '; return [method + "() was called on a" + txt + "destroyed instance. This is a no-op but", 'indicates a potential memory leak.'].join(' '); } function clean(value) { var spacesAndTabs = /[ \t]{2,}/g; var lineStartWithSpaces = /^[ \t]*/gm; return value.replace(spacesAndTabs, ' ').replace(lineStartWithSpaces, '').trim(); } function getDevMessage(message) { return clean("\n %ctippy.js\n\n %c" + clean(message) + "\n\n %c\uD83D\uDC77\u200D This is a development-only message. It will be removed in production.\n "); } function getFormattedMessage(message) { return [getDevMessage(message), // title 'color: #00C584; font-size: 1.3em; font-weight: bold;', // message 'line-height: 1.5', // footer 'color: #a6a095;']; } // Assume warnings and errors never have the same message var visitedMessages; if (false) {} function resetVisitedMessages() { visitedMessages = new Set(); } function warnWhen(condition, message) { if (condition && !visitedMessages.has(message)) { var _console; visitedMessages.add(message); (_console = console).warn.apply(_console, getFormattedMessage(message)); } } function errorWhen(condition, message) { if (condition && !visitedMessages.has(message)) { var _console2; visitedMessages.add(message); (_console2 = console).error.apply(_console2, getFormattedMessage(message)); } } function validateTargets(targets) { var didPassFalsyValue = !targets; var didPassPlainObject = Object.prototype.toString.call(targets) === '[object Object]' && !targets.addEventListener; errorWhen(didPassFalsyValue, ['tippy() was passed', '`' + String(targets) + '`', 'as its targets (first) argument. Valid types are: String, Element,', 'Element[], or NodeList.'].join(' ')); errorWhen(didPassPlainObject, ['tippy() was passed a plain object which is not supported as an argument', 'for virtual positioning. Use props.getReferenceClientRect instead.'].join(' ')); } var pluginProps = { animateFill: false, followCursor: false, inlinePositioning: false, sticky: false }; var renderProps = { allowHTML: false, animation: 'fade', arrow: true, content: '', inertia: false, maxWidth: 350, role: 'tooltip', theme: '', zIndex: 9999 }; var defaultProps = Object.assign({ appendTo: function appendTo() { return document.body; }, aria: { content: 'auto', expanded: 'auto' }, delay: 0, duration: [300, 250], getReferenceClientRect: null, hideOnClick: true, ignoreAttributes: false, interactive: false, interactiveBorder: 2, interactiveDebounce: 0, moveTransition: '', offset: [0, 10], onAfterUpdate: function onAfterUpdate() {}, onBeforeUpdate: function onBeforeUpdate() {}, onCreate: function onCreate() {}, onDestroy: function onDestroy() {}, onHidden: function onHidden() {}, onHide: function onHide() {}, onMount: function onMount() {}, onShow: function onShow() {}, onShown: function onShown() {}, onTrigger: function onTrigger() {}, onUntrigger: function onUntrigger() {}, onClickOutside: function onClickOutside() {}, placement: 'top', plugins: [], popperOptions: {}, render: null, showOnCreate: false, touch: true, trigger: 'mouseenter focus', triggerTarget: null }, pluginProps, {}, renderProps); var defaultKeys = Object.keys(defaultProps); var setDefaultProps = function setDefaultProps(partialProps) { /* istanbul ignore else */ if (false) {} var keys = Object.keys(partialProps); keys.forEach(function (key) { defaultProps[key] = partialProps[key]; }); }; function getExtendedPassedProps(passedProps) { var plugins = passedProps.plugins || []; var pluginProps = plugins.reduce(function (acc, plugin) { var name = plugin.name, defaultValue = plugin.defaultValue; if (name) { acc[name] = passedProps[name] !== undefined ? passedProps[name] : defaultValue; } return acc; }, {}); return Object.assign({}, passedProps, {}, pluginProps); } function getDataAttributeProps(reference, plugins) { var propKeys = plugins ? Object.keys(getExtendedPassedProps(Object.assign({}, defaultProps, { plugins: plugins }))) : defaultKeys; var props = propKeys.reduce(function (acc, key) { var valueAsString = (reference.getAttribute("data-tippy-" + key) || '').trim(); if (!valueAsString) { return acc; } if (key === 'content') { acc[key] = valueAsString; } else { try { acc[key] = JSON.parse(valueAsString); } catch (e) { acc[key] = valueAsString; } } return acc; }, {}); return props; } function evaluateProps(reference, props) { var out = Object.assign({}, props, { content: invokeWithArgsOrReturn(props.content, [reference]) }, props.ignoreAttributes ? {} : getDataAttributeProps(reference, props.plugins)); out.aria = Object.assign({}, defaultProps.aria, {}, out.aria); out.aria = { expanded: out.aria.expanded === 'auto' ? props.interactive : out.aria.expanded, content: out.aria.content === 'auto' ? props.interactive ? null : 'describedby' : out.aria.content }; return out; } function validateProps(partialProps, plugins) { if (partialProps === void 0) { partialProps = {}; } if (plugins === void 0) { plugins = []; } var keys = Object.keys(partialProps); keys.forEach(function (prop) { var nonPluginProps = removeProperties(defaultProps, Object.keys(pluginProps)); var didPassUnknownProp = !tippy_esm_hasOwnProperty(nonPluginProps, prop); // Check if the prop exists in `plugins` if (didPassUnknownProp) { didPassUnknownProp = plugins.filter(function (plugin) { return plugin.name === prop; }).length === 0; } warnWhen(didPassUnknownProp, ["`" + prop + "`", "is not a valid prop. You may have spelled it incorrectly, or if it's", 'a plugin, forgot to pass it in an array as props.plugins.', '\n\n', 'All props: https://atomiks.github.io/tippyjs/v6/all-props/\n', 'Plugins: https://atomiks.github.io/tippyjs/v6/plugins/'].join(' ')); }); } var innerHTML = function innerHTML() { return 'innerHTML'; }; function dangerouslySetInnerHTML(element, html) { element[innerHTML()] = html; } function createArrowElement(value) { var arrow = div(); if (value === true) { arrow.className = ARROW_CLASS; } else { arrow.className = SVG_ARROW_CLASS; if (tippy_esm_isElement(value)) { arrow.appendChild(value); } else { dangerouslySetInnerHTML(arrow, value); } } return arrow; } function setContent(content, props) { if (tippy_esm_isElement(props.content)) { dangerouslySetInnerHTML(content, ''); content.appendChild(props.content); } else if (typeof props.content !== 'function') { if (props.allowHTML) { dangerouslySetInnerHTML(content, props.content); } else { content.textContent = props.content; } } } function getChildren(popper) { var box = popper.firstElementChild; var boxChildren = arrayFrom(box.children); return { box: box, content: boxChildren.find(function (node) { return node.classList.contains(CONTENT_CLASS); }), arrow: boxChildren.find(function (node) { return node.classList.contains(ARROW_CLASS) || node.classList.contains(SVG_ARROW_CLASS); }), backdrop: boxChildren.find(function (node) { return node.classList.contains(BACKDROP_CLASS); }) }; } function render(instance) { var popper = div(); var box = div(); box.className = BOX_CLASS; box.setAttribute('data-state', 'hidden'); box.setAttribute('tabindex', '-1'); var content = div(); content.className = CONTENT_CLASS; content.setAttribute('data-state', 'hidden'); setContent(content, instance.props); popper.appendChild(box); box.appendChild(content); onUpdate(instance.props, instance.props); function onUpdate(prevProps, nextProps) { var _getChildren = getChildren(popper), box = _getChildren.box, content = _getChildren.content, arrow = _getChildren.arrow; if (nextProps.theme) { box.setAttribute('data-theme', nextProps.theme); } else { box.removeAttribute('data-theme'); } if (typeof nextProps.animation === 'string') { box.setAttribute('data-animation', nextProps.animation); } else { box.removeAttribute('data-animation'); } if (nextProps.inertia) { box.setAttribute('data-inertia', ''); } else { box.removeAttribute('data-inertia'); } box.style.maxWidth = typeof nextProps.maxWidth === 'number' ? nextProps.maxWidth + "px" : nextProps.maxWidth; if (nextProps.role) { box.setAttribute('role', nextProps.role); } else { box.removeAttribute('role'); } if (prevProps.content !== nextProps.content || prevProps.allowHTML !== nextProps.allowHTML) { setContent(content, instance.props); } if (nextProps.arrow) { if (!arrow) { box.appendChild(createArrowElement(nextProps.arrow)); } else if (prevProps.arrow !== nextProps.arrow) { box.removeChild(arrow); box.appendChild(createArrowElement(nextProps.arrow)); } } else if (arrow) { box.removeChild(arrow); } } return { popper: popper, onUpdate: onUpdate }; } // Runtime check to identify if the render function is the default one; this // way we can apply default CSS transitions logic and it can be tree-shaken away render.$$tippy = true; var idCounter = 1; var mouseMoveListeners = []; // Used by `hideAll()` var mountedInstances = []; function createTippy(reference, passedProps) { var props = evaluateProps(reference, Object.assign({}, defaultProps, {}, getExtendedPassedProps(removeUndefinedProps(passedProps)))); // =========================================================================== // 🔒 Private members // =========================================================================== var showTimeout; var hideTimeout; var scheduleHideAnimationFrame; var isVisibleFromClick = false; var didHideDueToDocumentMouseDown = false; var didTouchMove = false; var ignoreOnFirstUpdate = false; var lastTriggerEvent; var currentTransitionEndListener; var onFirstUpdate; var listeners = []; var debouncedOnMouseMove = tippy_esm_debounce(onMouseMove, props.interactiveDebounce); var currentTarget; // =========================================================================== // 🔑 Public members // =========================================================================== var id = idCounter++; var popperInstance = null; var plugins = unique(props.plugins); var state = { // Is the instance currently enabled? isEnabled: true, // Is the tippy currently showing and not transitioning out? isVisible: false, // Has the instance been destroyed? isDestroyed: false, // Is the tippy currently mounted to the DOM? isMounted: false, // Has the tippy finished transitioning in? isShown: false }; var instance = { // properties id: id, reference: reference, popper: div(), popperInstance: popperInstance, props: props, state: state, plugins: plugins, // methods clearDelayTimeouts: clearDelayTimeouts, setProps: setProps, setContent: setContent, show: show, hide: hide, hideWithInteractivity: hideWithInteractivity, enable: enable, disable: disable, unmount: unmount, destroy: destroy }; // TODO: Investigate why this early return causes a TDZ error in the tests — // it doesn't seem to happen in the browser /* istanbul ignore if */ if (!props.render) { if (false) {} return instance; } // =========================================================================== // Initial mutations // =========================================================================== var _props$render = props.render(instance), popper = _props$render.popper, onUpdate = _props$render.onUpdate; popper.setAttribute('data-tippy-root', ''); popper.id = "tippy-" + instance.id; instance.popper = popper; reference._tippy = instance; popper._tippy = instance; var pluginsHooks = plugins.map(function (plugin) { return plugin.fn(instance); }); var hasAriaExpanded = reference.hasAttribute('aria-expanded'); addListeners(); handleAriaExpandedAttribute(); handleStyles(); invokeHook('onCreate', [instance]); if (props.showOnCreate) { scheduleShow(); } // Prevent a tippy with a delay from hiding if the cursor left then returned // before it started hiding popper.addEventListener('mouseenter', function () { if (instance.props.interactive && instance.state.isVisible) { instance.clearDelayTimeouts(); } }); popper.addEventListener('mouseleave', function (event) { if (instance.props.interactive && instance.props.trigger.indexOf('mouseenter') >= 0) { getDocument().addEventListener('mousemove', debouncedOnMouseMove); debouncedOnMouseMove(event); } }); return instance; // =========================================================================== // 🔒 Private methods // =========================================================================== function getNormalizedTouchSettings() { var touch = instance.props.touch; return Array.isArray(touch) ? touch : [touch, 0]; } function getIsCustomTouchBehavior() { return getNormalizedTouchSettings()[0] === 'hold'; } function getIsDefaultRenderFn() { var _instance$props$rende; // @ts-ignore return !!((_instance$props$rende = instance.props.render) == null ? void 0 : _instance$props$rende.$$tippy); } function getCurrentTarget() { return currentTarget || reference; } function getDocument() { var parent = getCurrentTarget().parentNode; return parent ? getOwnerDocument(parent) : document; } function getDefaultTemplateChildren() { return getChildren(popper); } function getDelay(isShow) { // For touch or keyboard input, force `0` delay for UX reasons // Also if the instance is mounted but not visible (transitioning out), // ignore delay if (instance.state.isMounted && !instance.state.isVisible || currentInput.isTouch || lastTriggerEvent && lastTriggerEvent.type === 'focus') { return 0; } return getValueAtIndexOrReturn(instance.props.delay, isShow ? 0 : 1, defaultProps.delay); } function handleStyles() { popper.style.pointerEvents = instance.props.interactive && instance.state.isVisible ? '' : 'none'; popper.style.zIndex = "" + instance.props.zIndex; } function invokeHook(hook, args, shouldInvokePropsHook) { if (shouldInvokePropsHook === void 0) { shouldInvokePropsHook = true; } pluginsHooks.forEach(function (pluginHooks) { if (pluginHooks[hook]) { pluginHooks[hook].apply(void 0, args); } }); if (shouldInvokePropsHook) { var _instance$props; (_instance$props = instance.props)[hook].apply(_instance$props, args); } } function handleAriaContentAttribute() { var aria = instance.props.aria; if (!aria.content) { return; } var attr = "aria-" + aria.content; var id = popper.id; var nodes = normalizeToArray(instance.props.triggerTarget || reference); nodes.forEach(function (node) { var currentValue = node.getAttribute(attr); if (instance.state.isVisible) { node.setAttribute(attr, currentValue ? currentValue + " " + id : id); } else { var nextValue = currentValue && currentValue.replace(id, '').trim(); if (nextValue) { node.setAttribute(attr, nextValue); } else { node.removeAttribute(attr); } } }); } function handleAriaExpandedAttribute() { if (hasAriaExpanded || !instance.props.aria.expanded) { return; } var nodes = normalizeToArray(instance.props.triggerTarget || reference); nodes.forEach(function (node) { if (instance.props.interactive) { node.setAttribute('aria-expanded', instance.state.isVisible && node === getCurrentTarget() ? 'true' : 'false'); } else { node.removeAttribute('aria-expanded'); } }); } function cleanupInteractiveMouseListeners() { getDocument().removeEventListener('mousemove', debouncedOnMouseMove); mouseMoveListeners = mouseMoveListeners.filter(function (listener) { return listener !== debouncedOnMouseMove; }); } function onDocumentPress(event) { // Moved finger to scroll instead of an intentional tap outside if (currentInput.isTouch) { if (didTouchMove || event.type === 'mousedown') { return; } } // Clicked on interactive popper if (instance.props.interactive && popper.contains(event.target)) { return; } // Clicked on the event listeners target if (getCurrentTarget().contains(event.target)) { if (currentInput.isTouch) { return; } if (instance.state.isVisible && instance.props.trigger.indexOf('click') >= 0) { return; } } else { invokeHook('onClickOutside', [instance, event]); } if (instance.props.hideOnClick === true) { instance.clearDelayTimeouts(); instance.hide(); // `mousedown` event is fired right before `focus` if pressing the // currentTarget. This lets a tippy with `focus` trigger know that it // should not show didHideDueToDocumentMouseDown = true; setTimeout(function () { didHideDueToDocumentMouseDown = false; }); // The listener gets added in `scheduleShow()`, but this may be hiding it // before it shows, and hide()'s early bail-out behavior can prevent it // from being cleaned up if (!instance.state.isMounted) { removeDocumentPress(); } } } function onTouchMove() { didTouchMove = true; } function onTouchStart() { didTouchMove = false; } function addDocumentPress() { var doc = getDocument(); doc.addEventListener('mousedown', onDocumentPress, true); doc.addEventListener('touchend', onDocumentPress, TOUCH_OPTIONS); doc.addEventListener('touchstart', onTouchStart, TOUCH_OPTIONS); doc.addEventListener('touchmove', onTouchMove, TOUCH_OPTIONS); } function removeDocumentPress() { var doc = getDocument(); doc.removeEventListener('mousedown', onDocumentPress, true); doc.removeEventListener('touchend', onDocumentPress, TOUCH_OPTIONS); doc.removeEventListener('touchstart', onTouchStart, TOUCH_OPTIONS); doc.removeEventListener('touchmove', onTouchMove, TOUCH_OPTIONS); } function onTransitionedOut(duration, callback) { onTransitionEnd(duration, function () { if (!instance.state.isVisible && popper.parentNode && popper.parentNode.contains(popper)) { callback(); } }); } function onTransitionedIn(duration, callback) { onTransitionEnd(duration, callback); } function onTransitionEnd(duration, callback) { var box = getDefaultTemplateChildren().box; function listener(event) { if (event.target === box) { updateTransitionEndListener(box, 'remove', listener); callback(); } } // Make callback synchronous if duration is 0 // `transitionend` won't fire otherwise if (duration === 0) { return callback(); } updateTransitionEndListener(box, 'remove', currentTransitionEndListener); updateTransitionEndListener(box, 'add', listener); currentTransitionEndListener = listener; } function on(eventType, handler, options) { if (options === void 0) { options = false; } var nodes = normalizeToArray(instance.props.triggerTarget || reference); nodes.forEach(function (node) { node.addEventListener(eventType, handler, options); listeners.push({ node: node, eventType: eventType, handler: handler, options: options }); }); } function addListeners() { if (getIsCustomTouchBehavior()) { on('touchstart', onTrigger, { passive: true }); on('touchend', onMouseLeave, { passive: true }); } splitBySpaces(instance.props.trigger).forEach(function (eventType) { if (eventType === 'manual') { return; } on(eventType, onTrigger); switch (eventType) { case 'mouseenter': on('mouseleave', onMouseLeave); break; case 'focus': on(isIE ? 'focusout' : 'blur', onBlurOrFocusOut); break; case 'focusin': on('focusout', onBlurOrFocusOut); break; } }); } function removeListeners() { listeners.forEach(function (_ref) { var node = _ref.node, eventType = _ref.eventType, handler = _ref.handler, options = _ref.options; node.removeEventListener(eventType, handler, options); }); listeners = []; } function onTrigger(event) { var _lastTriggerEvent; var shouldScheduleClickHide = false; if (!instance.state.isEnabled || isEventListenerStopped(event) || didHideDueToDocumentMouseDown) { return; } var wasFocused = ((_lastTriggerEvent = lastTriggerEvent) == null ? void 0 : _lastTriggerEvent.type) === 'focus'; lastTriggerEvent = event; currentTarget = event.currentTarget; handleAriaExpandedAttribute(); if (!instance.state.isVisible && isMouseEvent(event)) { // If scrolling, `mouseenter` events can be fired if the cursor lands // over a new target, but `mousemove` events don't get fired. This // causes interactive tooltips to get stuck open until the cursor is // moved mouseMoveListeners.forEach(function (listener) { return listener(event); }); } // Toggle show/hide when clicking click-triggered tooltips if (event.type === 'click' && (instance.props.trigger.indexOf('mouseenter') < 0 || isVisibleFromClick) && instance.props.hideOnClick !== false && instance.state.isVisible) { shouldScheduleClickHide = true; } else { scheduleShow(event); } if (event.type === 'click') { isVisibleFromClick = !shouldScheduleClickHide; } if (shouldScheduleClickHide && !wasFocused) { scheduleHide(event); } } function onMouseMove(event) { var target = event.target; var isCursorOverReferenceOrPopper = getCurrentTarget().contains(target) || popper.contains(target); if (event.type === 'mousemove' && isCursorOverReferenceOrPopper) { return; } var popperTreeData = getNestedPopperTree().concat(popper).map(function (popper) { var _instance$popperInsta; var instance = popper._tippy; var state = (_instance$popperInsta = instance.popperInstance) == null ? void 0 : _instance$popperInsta.state; if (state) { return { popperRect: popper.getBoundingClientRect(), popperState: state, props: props }; } return null; }).filter(Boolean); if (isCursorOutsideInteractiveBorder(popperTreeData, event)) { cleanupInteractiveMouseListeners(); scheduleHide(event); } } function onMouseLeave(event) { var shouldBail = isEventListenerStopped(event) || instance.props.trigger.indexOf('click') >= 0 && isVisibleFromClick; if (shouldBail) { return; } if (instance.props.interactive) { instance.hideWithInteractivity(event); return; } scheduleHide(event); } function onBlurOrFocusOut(event) { if (instance.props.trigger.indexOf('focusin') < 0 && event.target !== getCurrentTarget()) { return; } // If focus was moved to within the popper if (instance.props.interactive && event.relatedTarget && popper.contains(event.relatedTarget)) { return; } scheduleHide(event); } function isEventListenerStopped(event) { return currentInput.isTouch ? getIsCustomTouchBehavior() !== event.type.indexOf('touch') >= 0 : false; } function createPopperInstance() { destroyPopperInstance(); var _instance$props2 = instance.props, popperOptions = _instance$props2.popperOptions, placement = _instance$props2.placement, offset = _instance$props2.offset, getReferenceClientRect = _instance$props2.getReferenceClientRect, moveTransition = _instance$props2.moveTransition; var arrow = getIsDefaultRenderFn() ? getChildren(popper).arrow : null; var computedReference = getReferenceClientRect ? { getBoundingClientRect: getReferenceClientRect, contextElement: getReferenceClientRect.contextElement || getCurrentTarget() } : reference; var tippyModifier = { name: '$$tippy', enabled: true, phase: 'beforeWrite', requires: ['computeStyles'], fn: function fn(_ref2) { var state = _ref2.state; if (getIsDefaultRenderFn()) { var _getDefaultTemplateCh = getDefaultTemplateChildren(), box = _getDefaultTemplateCh.box; ['placement', 'reference-hidden', 'escaped'].forEach(function (attr) { if (attr === 'placement') { box.setAttribute('data-placement', state.placement); } else { if (state.attributes.popper["data-popper-" + attr]) { box.setAttribute("data-" + attr, ''); } else { box.removeAttribute("data-" + attr); } } }); state.attributes.popper = {}; } } }; var modifiers = [{ name: 'offset', options: { offset: offset } }, { name: 'preventOverflow', options: { padding: { top: 2, bottom: 2, left: 5, right: 5 } } }, { name: 'flip', options: { padding: 5 } }, { name: 'computeStyles', options: { adaptive: !moveTransition } }, tippyModifier]; if (getIsDefaultRenderFn() && arrow) { modifiers.push({ name: 'arrow', options: { element: arrow, padding: 3 } }); } modifiers.push.apply(modifiers, (popperOptions == null ? void 0 : popperOptions.modifiers) || []); instance.popperInstance = popper_createPopper(computedReference, popper, Object.assign({}, popperOptions, { placement: placement, onFirstUpdate: onFirstUpdate, modifiers: modifiers })); } function destroyPopperInstance() { if (instance.popperInstance) { instance.popperInstance.destroy(); instance.popperInstance = null; } } function mount() { var appendTo = instance.props.appendTo; var parentNode; // By default, we'll append the popper to the triggerTargets's parentNode so // it's directly after the reference element so the elements inside the // tippy can be tabbed to // If there are clipping issues, the user can specify a different appendTo // and ensure focus management is handled correctly manually var node = getCurrentTarget(); if (instance.props.interactive && appendTo === defaultProps.appendTo || appendTo === 'parent') { parentNode = node.parentNode; } else { parentNode = invokeWithArgsOrReturn(appendTo, [node]); } // The popper element needs to exist on the DOM before its position can be // updated as Popper needs to read its dimensions if (!parentNode.contains(popper)) { parentNode.appendChild(popper); } createPopperInstance(); /* istanbul ignore else */ if (false) {} } function getNestedPopperTree() { return arrayFrom(popper.querySelectorAll('[data-tippy-root]')); } function scheduleShow(event) { instance.clearDelayTimeouts(); if (event) { invokeHook('onTrigger', [instance, event]); } addDocumentPress(); var delay = getDelay(true); var _getNormalizedTouchSe = getNormalizedTouchSettings(), touchValue = _getNormalizedTouchSe[0], touchDelay = _getNormalizedTouchSe[1]; if (currentInput.isTouch && touchValue === 'hold' && touchDelay) { delay = touchDelay; } if (delay) { showTimeout = setTimeout(function () { instance.show(); }, delay); } else { instance.show(); } } function scheduleHide(event) { instance.clearDelayTimeouts(); invokeHook('onUntrigger', [instance, event]); if (!instance.state.isVisible) { removeDocumentPress(); return; } // For interactive tippies, scheduleHide is added to a document.body handler // from onMouseLeave so must intercept scheduled hides from mousemove/leave // events when trigger contains mouseenter and click, and the tip is // currently shown as a result of a click. if (instance.props.trigger.indexOf('mouseenter') >= 0 && instance.props.trigger.indexOf('click') >= 0 && ['mouseleave', 'mousemove'].indexOf(event.type) >= 0 && isVisibleFromClick) { return; } var delay = getDelay(false); if (delay) { hideTimeout = setTimeout(function () { if (instance.state.isVisible) { instance.hide(); } }, delay); } else { // Fixes a `transitionend` problem when it fires 1 frame too // late sometimes, we don't want hide() to be called. scheduleHideAnimationFrame = requestAnimationFrame(function () { instance.hide(); }); } } // =========================================================================== // 🔑 Public methods // =========================================================================== function enable() { instance.state.isEnabled = true; } function disable() { // Disabling the instance should also hide it // https://github.com/atomiks/tippy.js-react/issues/106 instance.hide(); instance.state.isEnabled = false; } function clearDelayTimeouts() { clearTimeout(showTimeout); clearTimeout(hideTimeout); cancelAnimationFrame(scheduleHideAnimationFrame); } function setProps(partialProps) { /* istanbul ignore else */ if (false) {} if (instance.state.isDestroyed) { return; } invokeHook('onBeforeUpdate', [instance, partialProps]); removeListeners(); var prevProps = instance.props; var nextProps = evaluateProps(reference, Object.assign({}, instance.props, {}, partialProps, { ignoreAttributes: true })); instance.props = nextProps; addListeners(); if (prevProps.interactiveDebounce !== nextProps.interactiveDebounce) { cleanupInteractiveMouseListeners(); debouncedOnMouseMove = tippy_esm_debounce(onMouseMove, nextProps.interactiveDebounce); } // Ensure stale aria-expanded attributes are removed if (prevProps.triggerTarget && !nextProps.triggerTarget) { normalizeToArray(prevProps.triggerTarget).forEach(function (node) { node.removeAttribute('aria-expanded'); }); } else if (nextProps.triggerTarget) { reference.removeAttribute('aria-expanded'); } handleAriaExpandedAttribute(); handleStyles(); if (onUpdate) { onUpdate(prevProps, nextProps); } if (instance.popperInstance) { createPopperInstance(); // Fixes an issue with nested tippies if they are all getting re-rendered, // and the nested ones get re-rendered first. // https://github.com/atomiks/tippyjs-react/issues/177 // TODO: find a cleaner / more efficient solution(!) getNestedPopperTree().forEach(function (nestedPopper) { // React (and other UI libs likely) requires a rAF wrapper as it flushes // its work in one requestAnimationFrame(nestedPopper._tippy.popperInstance.forceUpdate); }); } invokeHook('onAfterUpdate', [instance, partialProps]); } function setContent(content) { instance.setProps({ content: content }); } function show() { /* istanbul ignore else */ if (false) {} // Early bail-out var isAlreadyVisible = instance.state.isVisible; var isDestroyed = instance.state.isDestroyed; var isDisabled = !instance.state.isEnabled; var isTouchAndTouchDisabled = currentInput.isTouch && !instance.props.touch; var duration = getValueAtIndexOrReturn(instance.props.duration, 0, defaultProps.duration); if (isAlreadyVisible || isDestroyed || isDisabled || isTouchAndTouchDisabled) { return; } // Normalize `disabled` behavior across browsers. // Firefox allows events on disabled elements, but Chrome doesn't. // Using a wrapper element (i.e. <span>) is recommended. if (getCurrentTarget().hasAttribute('disabled')) { return; } invokeHook('onShow', [instance], false); if (instance.props.onShow(instance) === false) { return; } instance.state.isVisible = true; if (getIsDefaultRenderFn()) { popper.style.visibility = 'visible'; } handleStyles(); addDocumentPress(); if (!instance.state.isMounted) { popper.style.transition = 'none'; } // If flipping to the opposite side after hiding at least once, the // animation will use the wrong placement without resetting the duration if (getIsDefaultRenderFn()) { var _getDefaultTemplateCh2 = getDefaultTemplateChildren(), box = _getDefaultTemplateCh2.box, content = _getDefaultTemplateCh2.content; setTransitionDuration([box, content], 0); } onFirstUpdate = function onFirstUpdate() { var _instance$popperInsta2; if (!instance.state.isVisible || ignoreOnFirstUpdate) { return; } ignoreOnFirstUpdate = true; // reflow void popper.offsetHeight; popper.style.transition = instance.props.moveTransition; if (getIsDefaultRenderFn() && instance.props.animation) { var _getDefaultTemplateCh3 = getDefaultTemplateChildren(), _box = _getDefaultTemplateCh3.box, _content = _getDefaultTemplateCh3.content; setTransitionDuration([_box, _content], duration); setVisibilityState([_box, _content], 'visible'); } handleAriaContentAttribute(); handleAriaExpandedAttribute(); pushIfUnique(mountedInstances, instance); // certain modifiers (e.g. `maxSize`) require a second update after the // popper has been positioned for the first time (_instance$popperInsta2 = instance.popperInstance) == null ? void 0 : _instance$popperInsta2.forceUpdate(); instance.state.isMounted = true; invokeHook('onMount', [instance]); if (instance.props.animation && getIsDefaultRenderFn()) { onTransitionedIn(duration, function () { instance.state.isShown = true; invokeHook('onShown', [instance]); }); } }; mount(); } function hide() { /* istanbul ignore else */ if (false) {} // Early bail-out var isAlreadyHidden = !instance.state.isVisible; var isDestroyed = instance.state.isDestroyed; var isDisabled = !instance.state.isEnabled; var duration = getValueAtIndexOrReturn(instance.props.duration, 1, defaultProps.duration); if (isAlreadyHidden || isDestroyed || isDisabled) { return; } invokeHook('onHide', [instance], false); if (instance.props.onHide(instance) === false) { return; } instance.state.isVisible = false; instance.state.isShown = false; ignoreOnFirstUpdate = false; isVisibleFromClick = false; if (getIsDefaultRenderFn()) { popper.style.visibility = 'hidden'; } cleanupInteractiveMouseListeners(); removeDocumentPress(); handleStyles(); if (getIsDefaultRenderFn()) { var _getDefaultTemplateCh4 = getDefaultTemplateChildren(), box = _getDefaultTemplateCh4.box, content = _getDefaultTemplateCh4.content; if (instance.props.animation) { setTransitionDuration([box, content], duration); setVisibilityState([box, content], 'hidden'); } } handleAriaContentAttribute(); handleAriaExpandedAttribute(); if (instance.props.animation) { if (getIsDefaultRenderFn()) { onTransitionedOut(duration, instance.unmount); } } else { instance.unmount(); } } function hideWithInteractivity(event) { /* istanbul ignore else */ if (false) {} getDocument().addEventListener('mousemove', debouncedOnMouseMove); pushIfUnique(mouseMoveListeners, debouncedOnMouseMove); debouncedOnMouseMove(event); } function unmount() { /* istanbul ignore else */ if (false) {} if (instance.state.isVisible) { instance.hide(); } if (!instance.state.isMounted) { return; } destroyPopperInstance(); // If a popper is not interactive, it will be appended outside the popper // tree by default. This seems mainly for interactive tippies, but we should // find a workaround if possible getNestedPopperTree().forEach(function (nestedPopper) { nestedPopper._tippy.unmount(); }); if (popper.parentNode) { popper.parentNode.removeChild(popper); } mountedInstances = mountedInstances.filter(function (i) { return i !== instance; }); instance.state.isMounted = false; invokeHook('onHidden', [instance]); } function destroy() { /* istanbul ignore else */ if (false) {} if (instance.state.isDestroyed) { return; } instance.clearDelayTimeouts(); instance.unmount(); removeListeners(); delete reference._tippy; instance.state.isDestroyed = true; invokeHook('onDestroy', [instance]); } } function tippy(targets, optionalProps) { if (optionalProps === void 0) { optionalProps = {}; } var plugins = defaultProps.plugins.concat(optionalProps.plugins || []); /* istanbul ignore else */ if (false) {} bindGlobalEventListeners(); var passedProps = Object.assign({}, optionalProps, { plugins: plugins }); var elements = getArrayOfElements(targets); /* istanbul ignore else */ if (false) { var isMoreThanOneReferenceElement, isSingleContentElement; } var instances = elements.reduce(function (acc, reference) { var instance = reference && createTippy(reference, passedProps); if (instance) { acc.push(instance); } return acc; }, []); return tippy_esm_isElement(targets) ? instances[0] : instances; } tippy.defaultProps = defaultProps; tippy.setDefaultProps = setDefaultProps; tippy.currentInput = currentInput; var hideAll = function hideAll(_temp) { var _ref = _temp === void 0 ? {} : _temp, excludedReferenceOrInstance = _ref.exclude, duration = _ref.duration; mountedInstances.forEach(function (instance) { var isExcluded = false; if (excludedReferenceOrInstance) { isExcluded = isReferenceElement(excludedReferenceOrInstance) ? instance.reference === excludedReferenceOrInstance : instance.popper === excludedReferenceOrInstance.popper; } if (!isExcluded) { var originalDuration = instance.props.duration; instance.setProps({ duration: duration }); instance.hide(); if (!instance.state.isDestroyed) { instance.setProps({ duration: originalDuration }); } } }); }; // every time the popper is destroyed (i.e. a new target), removing the styles // and causing transitions to break for singletons when the console is open, but // most notably for non-transform styles being used, `gpuAcceleration: false`. var applyStylesModifier = Object.assign({}, modifiers_applyStyles, { effect: function effect(_ref) { var state = _ref.state; var initialStyles = { popper: { position: state.options.strategy, left: '0', top: '0', margin: '0' }, arrow: { position: 'absolute' }, reference: {} }; Object.assign(state.elements.popper.style, initialStyles.popper); state.styles = initialStyles; if (state.elements.arrow) { Object.assign(state.elements.arrow.style, initialStyles.arrow); } // intentionally return no cleanup function // return () => { ... } } }); var createSingleton = function createSingleton(tippyInstances, optionalProps) { var _optionalProps$popper; if (optionalProps === void 0) { optionalProps = {}; } /* istanbul ignore else */ if (false) {} var individualInstances = tippyInstances; var references = []; var currentTarget; var overrides = optionalProps.overrides; var interceptSetPropsCleanups = []; var shownOnCreate = false; function setReferences() { references = individualInstances.map(function (instance) { return instance.reference; }); } function enableInstances(isEnabled) { individualInstances.forEach(function (instance) { if (isEnabled) { instance.enable(); } else { instance.disable(); } }); } function interceptSetProps(singleton) { return individualInstances.map(function (instance) { var originalSetProps = instance.setProps; instance.setProps = function (props) { originalSetProps(props); if (instance.reference === currentTarget) { singleton.setProps(props); } }; return function () { instance.setProps = originalSetProps; }; }); } // have to pass singleton, as it maybe undefined on first call function prepareInstance(singleton, target) { var index = references.indexOf(target); // bail-out if (target === currentTarget) { return; } currentTarget = target; var overrideProps = (overrides || []).concat('content').reduce(function (acc, prop) { acc[prop] = individualInstances[index].props[prop]; return acc; }, {}); singleton.setProps(Object.assign({}, overrideProps, { getReferenceClientRect: typeof overrideProps.getReferenceClientRect === 'function' ? overrideProps.getReferenceClientRect : function () { return target.getBoundingClientRect(); } })); } enableInstances(false); setReferences(); var plugin = { fn: function fn() { return { onDestroy: function onDestroy() { enableInstances(true); }, onHidden: function onHidden() { currentTarget = null; }, onClickOutside: function onClickOutside(instance) { if (instance.props.showOnCreate && !shownOnCreate) { shownOnCreate = true; currentTarget = null; } }, onShow: function onShow(instance) { if (instance.props.showOnCreate && !shownOnCreate) { shownOnCreate = true; prepareInstance(instance, references[0]); } }, onTrigger: function onTrigger(instance, event) { prepareInstance(instance, event.currentTarget); } }; } }; var singleton = tippy(div(), Object.assign({}, removeProperties(optionalProps, ['overrides']), { plugins: [plugin].concat(optionalProps.plugins || []), triggerTarget: references, popperOptions: Object.assign({}, optionalProps.popperOptions, { modifiers: [].concat(((_optionalProps$popper = optionalProps.popperOptions) == null ? void 0 : _optionalProps$popper.modifiers) || [], [applyStylesModifier]) }) })); var originalShow = singleton.show; singleton.show = function (target) { originalShow(); // first time, showOnCreate or programmatic call with no params // default to showing first instance if (!currentTarget && target == null) { return prepareInstance(singleton, references[0]); } // triggered from event (do nothing as prepareInstance already called by onTrigger) // programmatic call with no params when already visible (do nothing again) if (currentTarget && target == null) { return; } // target is index of instance if (typeof target === 'number') { return references[target] && prepareInstance(singleton, references[target]); } // target is a child tippy instance if (individualInstances.includes(target)) { var ref = target.reference; return prepareInstance(singleton, ref); } // target is a ReferenceElement if (references.includes(target)) { return prepareInstance(singleton, target); } }; singleton.showNext = function () { var first = references[0]; if (!currentTarget) { return singleton.show(0); } var index = references.indexOf(currentTarget); singleton.show(references[index + 1] || first); }; singleton.showPrevious = function () { var last = references[references.length - 1]; if (!currentTarget) { return singleton.show(last); } var index = references.indexOf(currentTarget); var target = references[index - 1] || last; singleton.show(target); }; var originalSetProps = singleton.setProps; singleton.setProps = function (props) { overrides = props.overrides || overrides; originalSetProps(props); }; singleton.setInstances = function (nextInstances) { enableInstances(true); interceptSetPropsCleanups.forEach(function (fn) { return fn(); }); individualInstances = nextInstances; enableInstances(false); setReferences(); interceptSetProps(singleton); singleton.setProps({ triggerTarget: references }); }; interceptSetPropsCleanups = interceptSetProps(singleton); return singleton; }; var BUBBLING_EVENTS_MAP = { mouseover: 'mouseenter', focusin: 'focus', click: 'click' }; /** * Creates a delegate instance that controls the creation of tippy instances * for child elements (`target` CSS selector). */ function delegate(targets, props) { /* istanbul ignore else */ if (false) {} var listeners = []; var childTippyInstances = []; var disabled = false; var target = props.target; var nativeProps = removeProperties(props, ['target']); var parentProps = Object.assign({}, nativeProps, { trigger: 'manual', touch: false }); var childProps = Object.assign({}, nativeProps, { showOnCreate: true }); var returnValue = tippy(targets, parentProps); var normalizedReturnValue = normalizeToArray(returnValue); function onTrigger(event) { if (!event.target || disabled) { return; } var targetNode = event.target.closest(target); if (!targetNode) { return; } // Get relevant trigger with fallbacks: // 1. Check `data-tippy-trigger` attribute on target node // 2. Fallback to `trigger` passed to `delegate()` // 3. Fallback to `defaultProps.trigger` var trigger = targetNode.getAttribute('data-tippy-trigger') || props.trigger || defaultProps.trigger; // @ts-ignore if (targetNode._tippy) { return; } if (event.type === 'touchstart' && typeof childProps.touch === 'boolean') { return; } if (event.type !== 'touchstart' && trigger.indexOf(BUBBLING_EVENTS_MAP[event.type]) < 0) { return; } var instance = tippy(targetNode, childProps); if (instance) { childTippyInstances = childTippyInstances.concat(instance); } } function on(node, eventType, handler, options) { if (options === void 0) { options = false; } node.addEventListener(eventType, handler, options); listeners.push({ node: node, eventType: eventType, handler: handler, options: options }); } function addEventListeners(instance) { var reference = instance.reference; on(reference, 'touchstart', onTrigger, TOUCH_OPTIONS); on(reference, 'mouseover', onTrigger); on(reference, 'focusin', onTrigger); on(reference, 'click', onTrigger); } function removeEventListeners() { listeners.forEach(function (_ref) { var node = _ref.node, eventType = _ref.eventType, handler = _ref.handler, options = _ref.options; node.removeEventListener(eventType, handler, options); }); listeners = []; } function applyMutations(instance) { var originalDestroy = instance.destroy; var originalEnable = instance.enable; var originalDisable = instance.disable; instance.destroy = function (shouldDestroyChildInstances) { if (shouldDestroyChildInstances === void 0) { shouldDestroyChildInstances = true; } if (shouldDestroyChildInstances) { childTippyInstances.forEach(function (instance) { instance.destroy(); }); } childTippyInstances = []; removeEventListeners(); originalDestroy(); }; instance.enable = function () { originalEnable(); childTippyInstances.forEach(function (instance) { return instance.enable(); }); disabled = false; }; instance.disable = function () { originalDisable(); childTippyInstances.forEach(function (instance) { return instance.disable(); }); disabled = true; }; addEventListeners(instance); } normalizedReturnValue.forEach(applyMutations); return returnValue; } var animateFill = { name: 'animateFill', defaultValue: false, fn: function fn(instance) { var _instance$props$rende; // @ts-ignore if (!((_instance$props$rende = instance.props.render) == null ? void 0 : _instance$props$rende.$$tippy)) { if (false) {} return {}; } var _getChildren = getChildren(instance.popper), box = _getChildren.box, content = _getChildren.content; var backdrop = instance.props.animateFill ? createBackdropElement() : null; return { onCreate: function onCreate() { if (backdrop) { box.insertBefore(backdrop, box.firstElementChild); box.setAttribute('data-animatefill', ''); box.style.overflow = 'hidden'; instance.setProps({ arrow: false, animation: 'shift-away' }); } }, onMount: function onMount() { if (backdrop) { var transitionDuration = box.style.transitionDuration; var duration = Number(transitionDuration.replace('ms', '')); // The content should fade in after the backdrop has mostly filled the // tooltip element. `clip-path` is the other alternative but is not // well-supported and is buggy on some devices. content.style.transitionDelay = Math.round(duration / 10) + "ms"; backdrop.style.transitionDuration = transitionDuration; setVisibilityState([backdrop], 'visible'); } }, onShow: function onShow() { if (backdrop) { backdrop.style.transitionDuration = '0ms'; } }, onHide: function onHide() { if (backdrop) { setVisibilityState([backdrop], 'hidden'); } } }; } }; function createBackdropElement() { var backdrop = div(); backdrop.className = BACKDROP_CLASS; setVisibilityState([backdrop], 'hidden'); return backdrop; } var mouseCoords = { clientX: 0, clientY: 0 }; var activeInstances = []; function storeMouseCoords(_ref) { var clientX = _ref.clientX, clientY = _ref.clientY; mouseCoords = { clientX: clientX, clientY: clientY }; } function addMouseCoordsListener(doc) { doc.addEventListener('mousemove', storeMouseCoords); } function removeMouseCoordsListener(doc) { doc.removeEventListener('mousemove', storeMouseCoords); } var followCursor = { name: 'followCursor', defaultValue: false, fn: function fn(instance) { var reference = instance.reference; var doc = getOwnerDocument(instance.props.triggerTarget || reference); var isInternalUpdate = false; var wasFocusEvent = false; var isUnmounted = true; var prevProps = instance.props; function getIsInitialBehavior() { return instance.props.followCursor === 'initial' && instance.state.isVisible; } function addListener() { doc.addEventListener('mousemove', onMouseMove); } function removeListener() { doc.removeEventListener('mousemove', onMouseMove); } function unsetGetReferenceClientRect() { isInternalUpdate = true; instance.setProps({ getReferenceClientRect: null }); isInternalUpdate = false; } function onMouseMove(event) { // If the instance is interactive, avoid updating the position unless it's // over the reference element var isCursorOverReference = event.target ? reference.contains(event.target) : true; var followCursor = instance.props.followCursor; var clientX = event.clientX, clientY = event.clientY; var rect = reference.getBoundingClientRect(); var relativeX = clientX - rect.left; var relativeY = clientY - rect.top; if (isCursorOverReference || !instance.props.interactive) { instance.setProps({ getReferenceClientRect: function getReferenceClientRect() { var rect = reference.getBoundingClientRect(); var x = clientX; var y = clientY; if (followCursor === 'initial') { x = rect.left + relativeX; y = rect.top + relativeY; } var top = followCursor === 'horizontal' ? rect.top : y; var right = followCursor === 'vertical' ? rect.right : x; var bottom = followCursor === 'horizontal' ? rect.bottom : y; var left = followCursor === 'vertical' ? rect.left : x; return { width: right - left, height: bottom - top, top: top, right: right, bottom: bottom, left: left }; } }); } } function create() { if (instance.props.followCursor) { activeInstances.push({ instance: instance, doc: doc }); addMouseCoordsListener(doc); } } function destroy() { activeInstances = activeInstances.filter(function (data) { return data.instance !== instance; }); if (activeInstances.filter(function (data) { return data.doc === doc; }).length === 0) { removeMouseCoordsListener(doc); } } return { onCreate: create, onDestroy: destroy, onBeforeUpdate: function onBeforeUpdate() { prevProps = instance.props; }, onAfterUpdate: function onAfterUpdate(_, _ref2) { var followCursor = _ref2.followCursor; if (isInternalUpdate) { return; } if (followCursor !== undefined && prevProps.followCursor !== followCursor) { destroy(); if (followCursor) { create(); if (instance.state.isMounted && !wasFocusEvent && !getIsInitialBehavior()) { addListener(); } } else { removeListener(); unsetGetReferenceClientRect(); } } }, onMount: function onMount() { if (instance.props.followCursor && !wasFocusEvent) { if (isUnmounted) { onMouseMove(mouseCoords); isUnmounted = false; } if (!getIsInitialBehavior()) { addListener(); } } }, onTrigger: function onTrigger(_, event) { if (isMouseEvent(event)) { mouseCoords = { clientX: event.clientX, clientY: event.clientY }; } wasFocusEvent = event.type === 'focus'; }, onHidden: function onHidden() { if (instance.props.followCursor) { unsetGetReferenceClientRect(); removeListener(); isUnmounted = true; } } }; } }; function getProps(props, modifier) { var _props$popperOptions; return { popperOptions: Object.assign({}, props.popperOptions, { modifiers: [].concat((((_props$popperOptions = props.popperOptions) == null ? void 0 : _props$popperOptions.modifiers) || []).filter(function (_ref) { var name = _ref.name; return name !== modifier.name; }), [modifier]) }) }; } var inlinePositioning = { name: 'inlinePositioning', defaultValue: false, fn: function fn(instance) { var reference = instance.reference; function isEnabled() { return !!instance.props.inlinePositioning; } var placement; var cursorRectIndex = -1; var isInternalUpdate = false; var modifier = { name: 'tippyInlinePositioning', enabled: true, phase: 'afterWrite', fn: function fn(_ref2) { var state = _ref2.state; if (isEnabled()) { if (placement !== state.placement) { instance.setProps({ getReferenceClientRect: function getReferenceClientRect() { return _getReferenceClientRect(state.placement); } }); } placement = state.placement; } } }; function _getReferenceClientRect(placement) { return getInlineBoundingClientRect(tippy_esm_getBasePlacement(placement), reference.getBoundingClientRect(), arrayFrom(reference.getClientRects()), cursorRectIndex); } function setInternalProps(partialProps) { isInternalUpdate = true; instance.setProps(partialProps); isInternalUpdate = false; } function addModifier() { if (!isInternalUpdate) { setInternalProps(getProps(instance.props, modifier)); } } return { onCreate: addModifier, onAfterUpdate: addModifier, onTrigger: function onTrigger(_, event) { if (isMouseEvent(event)) { var rects = arrayFrom(instance.reference.getClientRects()); var cursorRect = rects.find(function (rect) { return rect.left - 2 <= event.clientX && rect.right + 2 >= event.clientX && rect.top - 2 <= event.clientY && rect.bottom + 2 >= event.clientY; }); cursorRectIndex = rects.indexOf(cursorRect); } }, onUntrigger: function onUntrigger() { cursorRectIndex = -1; } }; } }; function getInlineBoundingClientRect(currentBasePlacement, boundingRect, clientRects, cursorRectIndex) { // Not an inline element, or placement is not yet known if (clientRects.length < 2 || currentBasePlacement === null) { return boundingRect; } // There are two rects and they are disjoined if (clientRects.length === 2 && cursorRectIndex >= 0 && clientRects[0].left > clientRects[1].right) { return clientRects[cursorRectIndex] || boundingRect; } switch (currentBasePlacement) { case 'top': case 'bottom': { var firstRect = clientRects[0]; var lastRect = clientRects[clientRects.length - 1]; var isTop = currentBasePlacement === 'top'; var top = firstRect.top; var bottom = lastRect.bottom; var left = isTop ? firstRect.left : lastRect.left; var right = isTop ? firstRect.right : lastRect.right; var width = right - left; var height = bottom - top; return { top: top, bottom: bottom, left: left, right: right, width: width, height: height }; } case 'left': case 'right': { var minLeft = Math.min.apply(Math, clientRects.map(function (rects) { return rects.left; })); var maxRight = Math.max.apply(Math, clientRects.map(function (rects) { return rects.right; })); var measureRects = clientRects.filter(function (rect) { return currentBasePlacement === 'left' ? rect.left === minLeft : rect.right === maxRight; }); var _top = measureRects[0].top; var _bottom = measureRects[measureRects.length - 1].bottom; var _left = minLeft; var _right = maxRight; var _width = _right - _left; var _height = _bottom - _top; return { top: _top, bottom: _bottom, left: _left, right: _right, width: _width, height: _height }; } default: { return boundingRect; } } } var sticky = { name: 'sticky', defaultValue: false, fn: function fn(instance) { var reference = instance.reference, popper = instance.popper; function getReference() { return instance.popperInstance ? instance.popperInstance.state.elements.reference : reference; } function shouldCheck(value) { return instance.props.sticky === true || instance.props.sticky === value; } var prevRefRect = null; var prevPopRect = null; function updatePosition() { var currentRefRect = shouldCheck('reference') ? getReference().getBoundingClientRect() : null; var currentPopRect = shouldCheck('popper') ? popper.getBoundingClientRect() : null; if (currentRefRect && areRectsDifferent(prevRefRect, currentRefRect) || currentPopRect && areRectsDifferent(prevPopRect, currentPopRect)) { if (instance.popperInstance) { instance.popperInstance.update(); } } prevRefRect = currentRefRect; prevPopRect = currentPopRect; if (instance.state.isMounted) { requestAnimationFrame(updatePosition); } } return { onMount: function onMount() { if (instance.props.sticky) { updatePosition(); } } }; } }; function areRectsDifferent(rectA, rectB) { if (rectA && rectB) { return rectA.top !== rectB.top || rectA.right !== rectB.right || rectA.bottom !== rectB.bottom || rectA.left !== rectB.left; } return true; } tippy.setDefaultProps({ render: render }); /* harmony default export */ var tippy_esm = (tippy); //# sourceMappingURL=tippy.esm.js.map ;// CONCATENATED MODULE: ./node_modules/@tippyjs/react/dist/tippy-react.esm.js function tippy_react_esm_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; } var tippy_react_esm_isBrowser = typeof window !== 'undefined' && typeof document !== 'undefined'; function preserveRef(ref, node) { if (ref) { if (typeof ref === 'function') { ref(node); } if ({}.hasOwnProperty.call(ref, 'current')) { ref.current = node; } } } function ssrSafeCreateDiv() { return tippy_react_esm_isBrowser && document.createElement('div'); } function toDataAttributes(attrs) { var dataAttrs = { 'data-placement': attrs.placement }; if (attrs.referenceHidden) { dataAttrs['data-reference-hidden'] = ''; } if (attrs.escaped) { dataAttrs['data-escaped'] = ''; } return dataAttrs; } function deepEqual(x, y) { if (x === y) { return true; } else if (typeof x === 'object' && x != null && typeof y === 'object' && y != null) { if (Object.keys(x).length !== Object.keys(y).length) { return false; } for (var prop in x) { if (y.hasOwnProperty(prop)) { if (!deepEqual(x[prop], y[prop])) { return false; } } else { return false; } } return true; } else { return false; } } function uniqueByShape(arr) { var output = []; arr.forEach(function (item) { if (!output.find(function (outputItem) { return deepEqual(item, outputItem); })) { output.push(item); } }); return output; } function deepPreserveProps(instanceProps, componentProps) { var _instanceProps$popper, _componentProps$poppe; return Object.assign({}, componentProps, { popperOptions: Object.assign({}, instanceProps.popperOptions, componentProps.popperOptions, { modifiers: uniqueByShape([].concat(((_instanceProps$popper = instanceProps.popperOptions) == null ? void 0 : _instanceProps$popper.modifiers) || [], ((_componentProps$poppe = componentProps.popperOptions) == null ? void 0 : _componentProps$poppe.modifiers) || [])) }) }); } var tippy_react_esm_useIsomorphicLayoutEffect = tippy_react_esm_isBrowser ? react.useLayoutEffect : react.useEffect; function useMutableBox(initialValue) { // Using refs instead of state as it's recommended to not store imperative // values in state due to memory problems in React(?) var ref = (0,react.useRef)(); if (!ref.current) { ref.current = typeof initialValue === 'function' ? initialValue() : initialValue; } return ref.current; } function updateClassName(box, action, classNames) { classNames.split(/\s+/).forEach(function (name) { if (name) { box.classList[action](name); } }); } var classNamePlugin = { name: 'className', defaultValue: '', fn: function fn(instance) { var box = instance.popper.firstElementChild; var isDefaultRenderFn = function isDefaultRenderFn() { var _instance$props$rende; return !!((_instance$props$rende = instance.props.render) == null ? void 0 : _instance$props$rende.$$tippy); }; function add() { if (instance.props.className && !isDefaultRenderFn()) { if (false) {} return; } updateClassName(box, 'add', instance.props.className); } function remove() { if (isDefaultRenderFn()) { updateClassName(box, 'remove', instance.props.className); } } return { onCreate: add, onBeforeUpdate: remove, onAfterUpdate: add }; } }; function TippyGenerator(tippy) { function Tippy(_ref) { var children = _ref.children, content = _ref.content, visible = _ref.visible, singleton = _ref.singleton, render = _ref.render, reference = _ref.reference, _ref$disabled = _ref.disabled, disabled = _ref$disabled === void 0 ? false : _ref$disabled, _ref$ignoreAttributes = _ref.ignoreAttributes, ignoreAttributes = _ref$ignoreAttributes === void 0 ? true : _ref$ignoreAttributes, __source = _ref.__source, __self = _ref.__self, restOfNativeProps = tippy_react_esm_objectWithoutPropertiesLoose(_ref, ["children", "content", "visible", "singleton", "render", "reference", "disabled", "ignoreAttributes", "__source", "__self"]); var isControlledMode = visible !== undefined; var isSingletonMode = singleton !== undefined; var _useState = (0,react.useState)(false), mounted = _useState[0], setMounted = _useState[1]; var _useState2 = (0,react.useState)({}), attrs = _useState2[0], setAttrs = _useState2[1]; var _useState3 = (0,react.useState)(), singletonContent = _useState3[0], setSingletonContent = _useState3[1]; var mutableBox = useMutableBox(function () { return { container: ssrSafeCreateDiv(), renders: 1 }; }); var props = Object.assign({ ignoreAttributes: ignoreAttributes }, restOfNativeProps, { content: mutableBox.container }); if (isControlledMode) { if (false) {} props.trigger = 'manual'; props.hideOnClick = false; } if (isSingletonMode) { disabled = true; } var computedProps = props; var plugins = props.plugins || []; if (render) { computedProps = Object.assign({}, props, { plugins: isSingletonMode ? [].concat(plugins, [{ fn: function fn() { return { onTrigger: function onTrigger(_, event) { var _singleton$data$child = singleton.data.children.find(function (_ref2) { var instance = _ref2.instance; return instance.reference === event.currentTarget; }), content = _singleton$data$child.content; setSingletonContent(content); } }; } }]) : plugins, render: function render() { return { popper: mutableBox.container }; } }); } var deps = [reference].concat(children ? [children.type] : []); // CREATE tippy_react_esm_useIsomorphicLayoutEffect(function () { var element = reference; if (reference && reference.hasOwnProperty('current')) { element = reference.current; } var instance = tippy(element || mutableBox.ref || ssrSafeCreateDiv(), Object.assign({}, computedProps, { plugins: [classNamePlugin].concat(props.plugins || []) })); mutableBox.instance = instance; if (disabled) { instance.disable(); } if (visible) { instance.show(); } if (isSingletonMode) { singleton.hook({ instance: instance, content: content, props: computedProps }); } setMounted(true); return function () { instance.destroy(); singleton == null ? void 0 : singleton.cleanup(instance); }; }, deps); // UPDATE tippy_react_esm_useIsomorphicLayoutEffect(function () { var _instance$popperInsta; // Prevent this effect from running on 1st render if (mutableBox.renders === 1) { mutableBox.renders++; return; } var instance = mutableBox.instance; instance.setProps(deepPreserveProps(instance.props, computedProps)); // Fixes #264 (_instance$popperInsta = instance.popperInstance) == null ? void 0 : _instance$popperInsta.forceUpdate(); if (disabled) { instance.disable(); } else { instance.enable(); } if (isControlledMode) { if (visible) { instance.show(); } else { instance.hide(); } } if (isSingletonMode) { singleton.hook({ instance: instance, content: content, props: computedProps }); } }); tippy_react_esm_useIsomorphicLayoutEffect(function () { var _instance$props$poppe; if (!render) { return; } var instance = mutableBox.instance; instance.setProps({ popperOptions: Object.assign({}, instance.props.popperOptions, { modifiers: [].concat((((_instance$props$poppe = instance.props.popperOptions) == null ? void 0 : _instance$props$poppe.modifiers) || []).filter(function (_ref3) { var name = _ref3.name; return name !== '$$tippyReact'; }), [{ name: '$$tippyReact', enabled: true, phase: 'beforeWrite', requires: ['computeStyles'], fn: function fn(_ref4) { var _state$modifiersData; var state = _ref4.state; var hideData = (_state$modifiersData = state.modifiersData) == null ? void 0 : _state$modifiersData.hide; // WARNING: this is a high-risk path that can cause an infinite // loop. This expression _must_ evaluate to false when required if (attrs.placement !== state.placement || attrs.referenceHidden !== (hideData == null ? void 0 : hideData.isReferenceHidden) || attrs.escaped !== (hideData == null ? void 0 : hideData.hasPopperEscaped)) { setAttrs({ placement: state.placement, referenceHidden: hideData == null ? void 0 : hideData.isReferenceHidden, escaped: hideData == null ? void 0 : hideData.hasPopperEscaped }); } state.attributes.popper = {}; } }]) }) }); }, [attrs.placement, attrs.referenceHidden, attrs.escaped].concat(deps)); return /*#__PURE__*/react.createElement(react.Fragment, null, children ? /*#__PURE__*/(0,react.cloneElement)(children, { ref: function ref(node) { mutableBox.ref = node; preserveRef(children.ref, node); } }) : null, mounted && /*#__PURE__*/(0,react_dom.createPortal)(render ? render(toDataAttributes(attrs), singletonContent, mutableBox.instance) : content, mutableBox.container)); } return Tippy; } function useSingletonGenerator(createSingleton) { return function useSingleton(_temp) { var _ref = _temp === void 0 ? {} : _temp, _ref$disabled = _ref.disabled, disabled = _ref$disabled === void 0 ? false : _ref$disabled, _ref$overrides = _ref.overrides, overrides = _ref$overrides === void 0 ? [] : _ref$overrides; var _useState = (0,react.useState)(false), mounted = _useState[0], setMounted = _useState[1]; var mutableBox = useMutableBox({ children: [], renders: 1 }); tippy_react_esm_useIsomorphicLayoutEffect(function () { if (!mounted) { setMounted(true); return; } var children = mutableBox.children, sourceData = mutableBox.sourceData; if (!sourceData) { if (false) {} return; } var instance = createSingleton(children.map(function (child) { return child.instance; }), Object.assign({}, sourceData.props, { popperOptions: sourceData.instance.props.popperOptions, overrides: overrides, plugins: [classNamePlugin].concat(sourceData.props.plugins || []) })); mutableBox.instance = instance; if (disabled) { instance.disable(); } return function () { instance.destroy(); mutableBox.children = children.filter(function (_ref2) { var instance = _ref2.instance; return !instance.state.isDestroyed; }); }; }, [mounted]); tippy_react_esm_useIsomorphicLayoutEffect(function () { if (!mounted) { return; } if (mutableBox.renders === 1) { mutableBox.renders++; return; } var children = mutableBox.children, instance = mutableBox.instance, sourceData = mutableBox.sourceData; if (!(instance && sourceData)) { return; } var _sourceData$props = sourceData.props, content = _sourceData$props.content, props = tippy_react_esm_objectWithoutPropertiesLoose(_sourceData$props, ["content"]); instance.setProps(deepPreserveProps(instance.props, Object.assign({}, props, { overrides: overrides }))); instance.setInstances(children.map(function (child) { return child.instance; })); if (disabled) { instance.disable(); } else { instance.enable(); } }); return (0,react.useMemo)(function () { var source = { data: mutableBox, hook: function hook(data) { mutableBox.sourceData = data; }, cleanup: function cleanup() { mutableBox.sourceData = null; } }; var target = { hook: function hook(data) { if (!mutableBox.children.find(function (_ref3) { var instance = _ref3.instance; return data.instance === instance; })) { mutableBox.children.push(data); if (mutableBox.instance && !mutableBox.instance.state.isDestroyed) { mutableBox.instance.setInstances(mutableBox.children.map(function (child) { return child.instance; })); } } }, cleanup: function cleanup(instance) { mutableBox.children = mutableBox.children.filter(function (data) { return data.instance !== instance; }); if (mutableBox.instance && !mutableBox.instance.state.isDestroyed) { mutableBox.instance.setInstances(mutableBox.children.map(function (child) { return child.instance; })); } } }; return [source, target]; }, []); }; } var forwardRef = (function (Tippy, defaultProps) { return /*#__PURE__*/(0,react.forwardRef)(function TippyWrapper(_ref, _ref2) { var children = _ref.children, props = tippy_react_esm_objectWithoutPropertiesLoose(_ref, ["children"]); return ( /*#__PURE__*/ // If I spread them separately here, Babel adds the _extends ponyfill for // some reason react.createElement(Tippy, Object.assign({}, defaultProps, props), children ? /*#__PURE__*/(0,react.cloneElement)(children, { ref: function ref(node) { preserveRef(_ref2, node); preserveRef(children.ref, node); } }) : null) ); }); }); var useSingleton = /*#__PURE__*/useSingletonGenerator(createSingleton); var index = /*#__PURE__*/forwardRef( /*#__PURE__*/TippyGenerator(tippy_esm)); /* harmony default export */ var tippy_react_esm = (index); //# sourceMappingURL=tippy-react.esm.js.map ;// CONCATENATED MODULE: ./node_modules/tippy.js/dist/tippy.css // extracted by mini-css-extract-plugin ;// CONCATENATED MODULE: ./node_modules/tippy.js/themes/material.css // extracted by mini-css-extract-plugin ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Tippy/Tippy.js function Tippy(_ref) { var props = _ref.props, _ref$arrow = _ref.arrow, arrow = _ref$arrow === void 0 ? true : _ref$arrow, _ref$trigger = _ref.trigger, trigger = _ref$trigger === void 0 ? "manual" : _ref$trigger, _ref$timer = _ref.timer, timer = _ref$timer === void 0 ? 500 : _ref$timer, preference = _ref.preference; if (!preference && props.ignorePreference !== true) return props.children; var test = setTimeout(function () {}); var currentX = false; var currentY = false; return /*#__PURE__*/react.createElement(tippy_react_esm, { content: !props.shiftClick ? props.content : (0,clsx_m/* default */.Z)(props.content, props.shiftClick && " (".concat(translate_translate("utils.shift_click"), ")")), hideOnClick: props.hideOnClick, theme: "material" // duration={[100, 100]} , disabled: preference || props.ignorePreference === true ? props.disabled : true, trigger: trigger, arrow: arrow, onCreate: function onCreate(instance) { if (trigger === "manual") { instance.reference.addEventListener("mousemove", function (e) { if (currentX && currentY && (Math.abs(e.clientX - currentX) > 25 || Math.abs(e.clientY - currentY) > 25) && instance.state.isShown) instance.hide(); clearTimeout(test); test = setTimeout(function () { instance.show(); currentX = e.clientX; currentY = e.clientY; }, timer); }); instance.reference.addEventListener("mouseleave", function () { clearTimeout(test); instance.hide(); currentX = currentY = false; }); } } }, props.children); } /* harmony default export */ var Tippy_Tippy = (connect(function (state, props) { return { preference: state.settings.show_tooltips, props: props }; })(Tippy)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Bar/RevertButton/RevertButton.js function RevertButton_slicedToArray(arr, i) { return RevertButton_arrayWithHoles(arr) || RevertButton_iterableToArrayLimit(arr, i) || RevertButton_unsupportedIterableToArray(arr, i) || RevertButton_nonIterableRest(); } function RevertButton_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 RevertButton_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return RevertButton_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 RevertButton_arrayLikeToArray(o, minLen); } function RevertButton_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 RevertButton_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function RevertButton_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function RevertButton(_ref) { var hasChanges = _ref.hasChanges; var _useState = (0,react.useState)(false), _useState2 = RevertButton_slicedToArray(_useState, 2), dialogOpened = _useState2[0], setDialogOpened = _useState2[1]; var _useState3 = (0,react.useState)(false), _useState4 = RevertButton_slicedToArray(_useState3, 2), startRotate = _useState4[0], setStartRotate = _useState4[1]; /** * Revert buttons */ function startReverting() { apiRequest("/revert", { method: "POST", data: { nonce: buttonizer_admin.nonce } }).then(function (_ref2) { var status = _ref2.status, message = _ref2.message; if (status === "error") { app.loader.hide(); app.error({ message: message }); return; } window.location.reload(); }); } // Handle close button var handleClose = function handleClose(why) { setDialogOpened(false); if (why === "revert") { setStartRotate(true); startReverting(); } }; // Hide revert button on standalone if (window.buttonizer_admin.is_stand_alone) { return null; } return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("revert.revert_changes") }, /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { onClick: function onClick() { return setDialogOpened(true); }, className: "revert-button", color: "secondary", disabled: !hasChanges || startRotate, "data-testid": "revert-button" }, /*#__PURE__*/react.createElement("i", { className: (0,clsx_m/* default */.Z)("fas fa-history", startRotate && "spin") }))), /*#__PURE__*/react.createElement(ConfirmDialog, { open: dialogOpened, title: translate_translate("revert.revert_changes"), buttons: [{ text: translate_translate("modal.cancel"), value: "close" }, { text: translate_translate("revert.revert_changes"), value: "revert" }], onClose: handleClose, testId: "revert-dialog" }, /*#__PURE__*/react.createElement("p", null, translate_translate("revert.modal.intro")), /*#__PURE__*/react.createElement("p", null, translate_translate("revert.modal.action")))); } /* harmony default export */ var RevertButton_RevertButton = (connect(function (state) { return { hasChanges: state.misc.hasChanges }; })(RevertButton)); // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.filter.js var es_array_filter = __webpack_require__(57327); // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.for-each.js var es_array_for_each = __webpack_require__(89554); // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.iterator.js var es_array_iterator = __webpack_require__(66992); // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.assign.js var es_object_assign = __webpack_require__(19601); // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.to-string.js var es_object_to_string = __webpack_require__(41539); // EXTERNAL MODULE: ./node_modules/core-js/modules/es.parse-int.js var es_parse_int = __webpack_require__(91058); // EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.iterator.js var es_string_iterator = __webpack_require__(78783); // EXTERNAL MODULE: ./node_modules/core-js/modules/es.weak-map.js var es_weak_map = __webpack_require__(4129); // EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.iterator.js var web_dom_collections_iterator = __webpack_require__(33948); // EXTERNAL MODULE: ./node_modules/lodash.throttle/index.js var lodash_throttle = __webpack_require__(93096); var lodash_throttle_default = /*#__PURE__*/__webpack_require__.n(lodash_throttle); // EXTERNAL MODULE: ./node_modules/lodash.debounce/index.js var lodash_debounce = __webpack_require__(91296); var lodash_debounce_default = /*#__PURE__*/__webpack_require__.n(lodash_debounce); // EXTERNAL MODULE: ./node_modules/lodash.memoize/index.js var lodash_memoize = __webpack_require__(20773); var lodash_memoize_default = /*#__PURE__*/__webpack_require__.n(lodash_memoize); ;// CONCATENATED MODULE: ./node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js /** * A collection of shims that provide minimal functionality of the ES6 collections. * * These implementations are not meant to be used outside of the ResizeObserver * modules as they cover only a limited range of use cases. */ /* eslint-disable require-jsdoc, valid-jsdoc */ var MapShim = (function () { if (typeof Map !== 'undefined') { return Map; } /** * Returns index in provided array that matches the specified key. * * @param {Array<Array>} arr * @param {*} key * @returns {number} */ function getIndex(arr, key) { var result = -1; arr.some(function (entry, index) { if (entry[0] === key) { result = index; return true; } return false; }); return result; } return /** @class */ (function () { function class_1() { this.__entries__ = []; } Object.defineProperty(class_1.prototype, "size", { /** * @returns {boolean} */ get: function () { return this.__entries__.length; }, enumerable: true, configurable: true }); /** * @param {*} key * @returns {*} */ class_1.prototype.get = function (key) { var index = getIndex(this.__entries__, key); var entry = this.__entries__[index]; return entry && entry[1]; }; /** * @param {*} key * @param {*} value * @returns {void} */ class_1.prototype.set = function (key, value) { var index = getIndex(this.__entries__, key); if (~index) { this.__entries__[index][1] = value; } else { this.__entries__.push([key, value]); } }; /** * @param {*} key * @returns {void} */ class_1.prototype.delete = function (key) { var entries = this.__entries__; var index = getIndex(entries, key); if (~index) { entries.splice(index, 1); } }; /** * @param {*} key * @returns {void} */ class_1.prototype.has = function (key) { return !!~getIndex(this.__entries__, key); }; /** * @returns {void} */ class_1.prototype.clear = function () { this.__entries__.splice(0); }; /** * @param {Function} callback * @param {*} [ctx=null] * @returns {void} */ class_1.prototype.forEach = function (callback, ctx) { if (ctx === void 0) { ctx = null; } for (var _i = 0, _a = this.__entries__; _i < _a.length; _i++) { var entry = _a[_i]; callback.call(ctx, entry[1], entry[0]); } }; return class_1; }()); })(); /** * Detects whether window and document objects are available in current environment. */ var ResizeObserver_es_isBrowser = typeof window !== 'undefined' && typeof document !== 'undefined' && window.document === document; // Returns global object of a current environment. var global$1 = (function () { if (typeof __webpack_require__.g !== 'undefined' && __webpack_require__.g.Math === Math) { return __webpack_require__.g; } if (typeof self !== 'undefined' && self.Math === Math) { return self; } if (typeof window !== 'undefined' && window.Math === Math) { return window; } // eslint-disable-next-line no-new-func return Function('return this')(); })(); /** * A shim for the requestAnimationFrame which falls back to the setTimeout if * first one is not supported. * * @returns {number} Requests' identifier. */ var requestAnimationFrame$1 = (function () { if (typeof requestAnimationFrame === 'function') { // It's required to use a bounded function because IE sometimes throws // an "Invalid calling object" error if rAF is invoked without the global // object on the left hand side. return requestAnimationFrame.bind(global$1); } return function (callback) { return setTimeout(function () { return callback(Date.now()); }, 1000 / 60); }; })(); // Defines minimum timeout before adding a trailing call. var trailingTimeout = 2; /** * Creates a wrapper function which ensures that provided callback will be * invoked only once during the specified delay period. * * @param {Function} callback - Function to be invoked after the delay period. * @param {number} delay - Delay after which to invoke callback. * @returns {Function} */ function throttle (callback, delay) { var leadingCall = false, trailingCall = false, lastCallTime = 0; /** * Invokes the original callback function and schedules new invocation if * the "proxy" was called during current request. * * @returns {void} */ function resolvePending() { if (leadingCall) { leadingCall = false; callback(); } if (trailingCall) { proxy(); } } /** * Callback invoked after the specified delay. It will further postpone * invocation of the original function delegating it to the * requestAnimationFrame. * * @returns {void} */ function timeoutCallback() { requestAnimationFrame$1(resolvePending); } /** * Schedules invocation of the original function. * * @returns {void} */ function proxy() { var timeStamp = Date.now(); if (leadingCall) { // Reject immediately following calls. if (timeStamp - lastCallTime < trailingTimeout) { return; } // Schedule new call to be in invoked when the pending one is resolved. // This is important for "transitions" which never actually start // immediately so there is a chance that we might miss one if change // happens amids the pending invocation. trailingCall = true; } else { leadingCall = true; trailingCall = false; setTimeout(timeoutCallback, delay); } lastCallTime = timeStamp; } return proxy; } // Minimum delay before invoking the update of observers. var REFRESH_DELAY = 20; // A list of substrings of CSS properties used to find transition events that // might affect dimensions of observed elements. var transitionKeys = ['top', 'right', 'bottom', 'left', 'width', 'height', 'size', 'weight']; // Check if MutationObserver is available. var mutationObserverSupported = typeof MutationObserver !== 'undefined'; /** * Singleton controller class which handles updates of ResizeObserver instances. */ var ResizeObserverController = /** @class */ (function () { /** * Creates a new instance of ResizeObserverController. * * @private */ function ResizeObserverController() { /** * Indicates whether DOM listeners have been added. * * @private {boolean} */ this.connected_ = false; /** * Tells that controller has subscribed for Mutation Events. * * @private {boolean} */ this.mutationEventsAdded_ = false; /** * Keeps reference to the instance of MutationObserver. * * @private {MutationObserver} */ this.mutationsObserver_ = null; /** * A list of connected observers. * * @private {Array<ResizeObserverSPI>} */ this.observers_ = []; this.onTransitionEnd_ = this.onTransitionEnd_.bind(this); this.refresh = throttle(this.refresh.bind(this), REFRESH_DELAY); } /** * Adds observer to observers list. * * @param {ResizeObserverSPI} observer - Observer to be added. * @returns {void} */ ResizeObserverController.prototype.addObserver = function (observer) { if (!~this.observers_.indexOf(observer)) { this.observers_.push(observer); } // Add listeners if they haven't been added yet. if (!this.connected_) { this.connect_(); } }; /** * Removes observer from observers list. * * @param {ResizeObserverSPI} observer - Observer to be removed. * @returns {void} */ ResizeObserverController.prototype.removeObserver = function (observer) { var observers = this.observers_; var index = observers.indexOf(observer); // Remove observer if it's present in registry. if (~index) { observers.splice(index, 1); } // Remove listeners if controller has no connected observers. if (!observers.length && this.connected_) { this.disconnect_(); } }; /** * Invokes the update of observers. It will continue running updates insofar * it detects changes. * * @returns {void} */ ResizeObserverController.prototype.refresh = function () { var changesDetected = this.updateObservers_(); // Continue running updates if changes have been detected as there might // be future ones caused by CSS transitions. if (changesDetected) { this.refresh(); } }; /** * Updates every observer from observers list and notifies them of queued * entries. * * @private * @returns {boolean} Returns "true" if any observer has detected changes in * dimensions of it's elements. */ ResizeObserverController.prototype.updateObservers_ = function () { // Collect observers that have active observations. var activeObservers = this.observers_.filter(function (observer) { return observer.gatherActive(), observer.hasActive(); }); // Deliver notifications in a separate cycle in order to avoid any // collisions between observers, e.g. when multiple instances of // ResizeObserver are tracking the same element and the callback of one // of them changes content dimensions of the observed target. Sometimes // this may result in notifications being blocked for the rest of observers. activeObservers.forEach(function (observer) { return observer.broadcastActive(); }); return activeObservers.length > 0; }; /** * Initializes DOM listeners. * * @private * @returns {void} */ ResizeObserverController.prototype.connect_ = function () { // Do nothing if running in a non-browser environment or if listeners // have been already added. if (!ResizeObserver_es_isBrowser || this.connected_) { return; } // Subscription to the "Transitionend" event is used as a workaround for // delayed transitions. This way it's possible to capture at least the // final state of an element. document.addEventListener('transitionend', this.onTransitionEnd_); window.addEventListener('resize', this.refresh); if (mutationObserverSupported) { this.mutationsObserver_ = new MutationObserver(this.refresh); this.mutationsObserver_.observe(document, { attributes: true, childList: true, characterData: true, subtree: true }); } else { document.addEventListener('DOMSubtreeModified', this.refresh); this.mutationEventsAdded_ = true; } this.connected_ = true; }; /** * Removes DOM listeners. * * @private * @returns {void} */ ResizeObserverController.prototype.disconnect_ = function () { // Do nothing if running in a non-browser environment or if listeners // have been already removed. if (!ResizeObserver_es_isBrowser || !this.connected_) { return; } document.removeEventListener('transitionend', this.onTransitionEnd_); window.removeEventListener('resize', this.refresh); if (this.mutationsObserver_) { this.mutationsObserver_.disconnect(); } if (this.mutationEventsAdded_) { document.removeEventListener('DOMSubtreeModified', this.refresh); } this.mutationsObserver_ = null; this.mutationEventsAdded_ = false; this.connected_ = false; }; /** * "Transitionend" event handler. * * @private * @param {TransitionEvent} event * @returns {void} */ ResizeObserverController.prototype.onTransitionEnd_ = function (_a) { var _b = _a.propertyName, propertyName = _b === void 0 ? '' : _b; // Detect whether transition may affect dimensions of an element. var isReflowProperty = transitionKeys.some(function (key) { return !!~propertyName.indexOf(key); }); if (isReflowProperty) { this.refresh(); } }; /** * Returns instance of the ResizeObserverController. * * @returns {ResizeObserverController} */ ResizeObserverController.getInstance = function () { if (!this.instance_) { this.instance_ = new ResizeObserverController(); } return this.instance_; }; /** * Holds reference to the controller's instance. * * @private {ResizeObserverController} */ ResizeObserverController.instance_ = null; return ResizeObserverController; }()); /** * Defines non-writable/enumerable properties of the provided target object. * * @param {Object} target - Object for which to define properties. * @param {Object} props - Properties to be defined. * @returns {Object} Target object. */ var defineConfigurable = (function (target, props) { for (var _i = 0, _a = Object.keys(props); _i < _a.length; _i++) { var key = _a[_i]; Object.defineProperty(target, key, { value: props[key], enumerable: false, writable: false, configurable: true }); } return target; }); /** * Returns the global object associated with provided element. * * @param {Object} target * @returns {Object} */ var getWindowOf = (function (target) { // Assume that the element is an instance of Node, which means that it // has the "ownerDocument" property from which we can retrieve a // corresponding global object. var ownerGlobal = target && target.ownerDocument && target.ownerDocument.defaultView; // Return the local global object if it's not possible extract one from // provided element. return ownerGlobal || global$1; }); // Placeholder of an empty content rectangle. var emptyRect = createRectInit(0, 0, 0, 0); /** * Converts provided string to a number. * * @param {number|string} value * @returns {number} */ function toFloat(value) { return parseFloat(value) || 0; } /** * Extracts borders size from provided styles. * * @param {CSSStyleDeclaration} styles * @param {...string} positions - Borders positions (top, right, ...) * @returns {number} */ function getBordersSize(styles) { var positions = []; for (var _i = 1; _i < arguments.length; _i++) { positions[_i - 1] = arguments[_i]; } return positions.reduce(function (size, position) { var value = styles['border-' + position + '-width']; return size + toFloat(value); }, 0); } /** * Extracts paddings sizes from provided styles. * * @param {CSSStyleDeclaration} styles * @returns {Object} Paddings box. */ function getPaddings(styles) { var positions = ['top', 'right', 'bottom', 'left']; var paddings = {}; for (var _i = 0, positions_1 = positions; _i < positions_1.length; _i++) { var position = positions_1[_i]; var value = styles['padding-' + position]; paddings[position] = toFloat(value); } return paddings; } /** * Calculates content rectangle of provided SVG element. * * @param {SVGGraphicsElement} target - Element content rectangle of which needs * to be calculated. * @returns {DOMRectInit} */ function getSVGContentRect(target) { var bbox = target.getBBox(); return createRectInit(0, 0, bbox.width, bbox.height); } /** * Calculates content rectangle of provided HTMLElement. * * @param {HTMLElement} target - Element for which to calculate the content rectangle. * @returns {DOMRectInit} */ function getHTMLElementContentRect(target) { // Client width & height properties can't be // used exclusively as they provide rounded values. var clientWidth = target.clientWidth, clientHeight = target.clientHeight; // By this condition we can catch all non-replaced inline, hidden and // detached elements. Though elements with width & height properties less // than 0.5 will be discarded as well. // // Without it we would need to implement separate methods for each of // those cases and it's not possible to perform a precise and performance // effective test for hidden elements. E.g. even jQuery's ':visible' filter // gives wrong results for elements with width & height less than 0.5. if (!clientWidth && !clientHeight) { return emptyRect; } var styles = getWindowOf(target).getComputedStyle(target); var paddings = getPaddings(styles); var horizPad = paddings.left + paddings.right; var vertPad = paddings.top + paddings.bottom; // Computed styles of width & height are being used because they are the // only dimensions available to JS that contain non-rounded values. It could // be possible to utilize the getBoundingClientRect if only it's data wasn't // affected by CSS transformations let alone paddings, borders and scroll bars. var width = toFloat(styles.width), height = toFloat(styles.height); // Width & height include paddings and borders when the 'border-box' box // model is applied (except for IE). if (styles.boxSizing === 'border-box') { // Following conditions are required to handle Internet Explorer which // doesn't include paddings and borders to computed CSS dimensions. // // We can say that if CSS dimensions + paddings are equal to the "client" // properties then it's either IE, and thus we don't need to subtract // anything, or an element merely doesn't have paddings/borders styles. if (Math.round(width + horizPad) !== clientWidth) { width -= getBordersSize(styles, 'left', 'right') + horizPad; } if (Math.round(height + vertPad) !== clientHeight) { height -= getBordersSize(styles, 'top', 'bottom') + vertPad; } } // Following steps can't be applied to the document's root element as its // client[Width/Height] properties represent viewport area of the window. // Besides, it's as well not necessary as the <html> itself neither has // rendered scroll bars nor it can be clipped. if (!isDocumentElement(target)) { // In some browsers (only in Firefox, actually) CSS width & height // include scroll bars size which can be removed at this step as scroll // bars are the only difference between rounded dimensions + paddings // and "client" properties, though that is not always true in Chrome. var vertScrollbar = Math.round(width + horizPad) - clientWidth; var horizScrollbar = Math.round(height + vertPad) - clientHeight; // Chrome has a rather weird rounding of "client" properties. // E.g. for an element with content width of 314.2px it sometimes gives // the client width of 315px and for the width of 314.7px it may give // 314px. And it doesn't happen all the time. So just ignore this delta // as a non-relevant. if (Math.abs(vertScrollbar) !== 1) { width -= vertScrollbar; } if (Math.abs(horizScrollbar) !== 1) { height -= horizScrollbar; } } return createRectInit(paddings.left, paddings.top, width, height); } /** * Checks whether provided element is an instance of the SVGGraphicsElement. * * @param {Element} target - Element to be checked. * @returns {boolean} */ var isSVGGraphicsElement = (function () { // Some browsers, namely IE and Edge, don't have the SVGGraphicsElement // interface. if (typeof SVGGraphicsElement !== 'undefined') { return function (target) { return target instanceof getWindowOf(target).SVGGraphicsElement; }; } // If it's so, then check that element is at least an instance of the // SVGElement and that it has the "getBBox" method. // eslint-disable-next-line no-extra-parens return function (target) { return (target instanceof getWindowOf(target).SVGElement && typeof target.getBBox === 'function'); }; })(); /** * Checks whether provided element is a document element (<html>). * * @param {Element} target - Element to be checked. * @returns {boolean} */ function isDocumentElement(target) { return target === getWindowOf(target).document.documentElement; } /** * Calculates an appropriate content rectangle for provided html or svg element. * * @param {Element} target - Element content rectangle of which needs to be calculated. * @returns {DOMRectInit} */ function getContentRect(target) { if (!ResizeObserver_es_isBrowser) { return emptyRect; } if (isSVGGraphicsElement(target)) { return getSVGContentRect(target); } return getHTMLElementContentRect(target); } /** * Creates rectangle with an interface of the DOMRectReadOnly. * Spec: https://drafts.fxtf.org/geometry/#domrectreadonly * * @param {DOMRectInit} rectInit - Object with rectangle's x/y coordinates and dimensions. * @returns {DOMRectReadOnly} */ function createReadOnlyRect(_a) { var x = _a.x, y = _a.y, width = _a.width, height = _a.height; // If DOMRectReadOnly is available use it as a prototype for the rectangle. var Constr = typeof DOMRectReadOnly !== 'undefined' ? DOMRectReadOnly : Object; var rect = Object.create(Constr.prototype); // Rectangle's properties are not writable and non-enumerable. defineConfigurable(rect, { x: x, y: y, width: width, height: height, top: y, right: x + width, bottom: height + y, left: x }); return rect; } /** * Creates DOMRectInit object based on the provided dimensions and the x/y coordinates. * Spec: https://drafts.fxtf.org/geometry/#dictdef-domrectinit * * @param {number} x - X coordinate. * @param {number} y - Y coordinate. * @param {number} width - Rectangle's width. * @param {number} height - Rectangle's height. * @returns {DOMRectInit} */ function createRectInit(x, y, width, height) { return { x: x, y: y, width: width, height: height }; } /** * Class that is responsible for computations of the content rectangle of * provided DOM element and for keeping track of it's changes. */ var ResizeObservation = /** @class */ (function () { /** * Creates an instance of ResizeObservation. * * @param {Element} target - Element to be observed. */ function ResizeObservation(target) { /** * Broadcasted width of content rectangle. * * @type {number} */ this.broadcastWidth = 0; /** * Broadcasted height of content rectangle. * * @type {number} */ this.broadcastHeight = 0; /** * Reference to the last observed content rectangle. * * @private {DOMRectInit} */ this.contentRect_ = createRectInit(0, 0, 0, 0); this.target = target; } /** * Updates content rectangle and tells whether it's width or height properties * have changed since the last broadcast. * * @returns {boolean} */ ResizeObservation.prototype.isActive = function () { var rect = getContentRect(this.target); this.contentRect_ = rect; return (rect.width !== this.broadcastWidth || rect.height !== this.broadcastHeight); }; /** * Updates 'broadcastWidth' and 'broadcastHeight' properties with a data * from the corresponding properties of the last observed content rectangle. * * @returns {DOMRectInit} Last observed content rectangle. */ ResizeObservation.prototype.broadcastRect = function () { var rect = this.contentRect_; this.broadcastWidth = rect.width; this.broadcastHeight = rect.height; return rect; }; return ResizeObservation; }()); var ResizeObserverEntry = /** @class */ (function () { /** * Creates an instance of ResizeObserverEntry. * * @param {Element} target - Element that is being observed. * @param {DOMRectInit} rectInit - Data of the element's content rectangle. */ function ResizeObserverEntry(target, rectInit) { var contentRect = createReadOnlyRect(rectInit); // According to the specification following properties are not writable // and are also not enumerable in the native implementation. // // Property accessors are not being used as they'd require to define a // private WeakMap storage which may cause memory leaks in browsers that // don't support this type of collections. defineConfigurable(this, { target: target, contentRect: contentRect }); } return ResizeObserverEntry; }()); var ResizeObserverSPI = /** @class */ (function () { /** * Creates a new instance of ResizeObserver. * * @param {ResizeObserverCallback} callback - Callback function that is invoked * when one of the observed elements changes it's content dimensions. * @param {ResizeObserverController} controller - Controller instance which * is responsible for the updates of observer. * @param {ResizeObserver} callbackCtx - Reference to the public * ResizeObserver instance which will be passed to callback function. */ function ResizeObserverSPI(callback, controller, callbackCtx) { /** * Collection of resize observations that have detected changes in dimensions * of elements. * * @private {Array<ResizeObservation>} */ this.activeObservations_ = []; /** * Registry of the ResizeObservation instances. * * @private {Map<Element, ResizeObservation>} */ this.observations_ = new MapShim(); if (typeof callback !== 'function') { throw new TypeError('The callback provided as parameter 1 is not a function.'); } this.callback_ = callback; this.controller_ = controller; this.callbackCtx_ = callbackCtx; } /** * Starts observing provided element. * * @param {Element} target - Element to be observed. * @returns {void} */ ResizeObserverSPI.prototype.observe = function (target) { if (!arguments.length) { throw new TypeError('1 argument required, but only 0 present.'); } // Do nothing if current environment doesn't have the Element interface. if (typeof Element === 'undefined' || !(Element instanceof Object)) { return; } if (!(target instanceof getWindowOf(target).Element)) { throw new TypeError('parameter 1 is not of type "Element".'); } var observations = this.observations_; // Do nothing if element is already being observed. if (observations.has(target)) { return; } observations.set(target, new ResizeObservation(target)); this.controller_.addObserver(this); // Force the update of observations. this.controller_.refresh(); }; /** * Stops observing provided element. * * @param {Element} target - Element to stop observing. * @returns {void} */ ResizeObserverSPI.prototype.unobserve = function (target) { if (!arguments.length) { throw new TypeError('1 argument required, but only 0 present.'); } // Do nothing if current environment doesn't have the Element interface. if (typeof Element === 'undefined' || !(Element instanceof Object)) { return; } if (!(target instanceof getWindowOf(target).Element)) { throw new TypeError('parameter 1 is not of type "Element".'); } var observations = this.observations_; // Do nothing if element is not being observed. if (!observations.has(target)) { return; } observations.delete(target); if (!observations.size) { this.controller_.removeObserver(this); } }; /** * Stops observing all elements. * * @returns {void} */ ResizeObserverSPI.prototype.disconnect = function () { this.clearActive(); this.observations_.clear(); this.controller_.removeObserver(this); }; /** * Collects observation instances the associated element of which has changed * it's content rectangle. * * @returns {void} */ ResizeObserverSPI.prototype.gatherActive = function () { var _this = this; this.clearActive(); this.observations_.forEach(function (observation) { if (observation.isActive()) { _this.activeObservations_.push(observation); } }); }; /** * Invokes initial callback function with a list of ResizeObserverEntry * instances collected from active resize observations. * * @returns {void} */ ResizeObserverSPI.prototype.broadcastActive = function () { // Do nothing if observer doesn't have active observations. if (!this.hasActive()) { return; } var ctx = this.callbackCtx_; // Create ResizeObserverEntry instance for every active observation. var entries = this.activeObservations_.map(function (observation) { return new ResizeObserverEntry(observation.target, observation.broadcastRect()); }); this.callback_.call(ctx, entries, ctx); this.clearActive(); }; /** * Clears the collection of active observations. * * @returns {void} */ ResizeObserverSPI.prototype.clearActive = function () { this.activeObservations_.splice(0); }; /** * Tells whether observer has active observations. * * @returns {boolean} */ ResizeObserverSPI.prototype.hasActive = function () { return this.activeObservations_.length > 0; }; return ResizeObserverSPI; }()); // Registry of internal observers. If WeakMap is not available use current shim // for the Map collection as it has all required methods and because WeakMap // can't be fully polyfilled anyway. var observers = typeof WeakMap !== 'undefined' ? new WeakMap() : new MapShim(); /** * ResizeObserver API. Encapsulates the ResizeObserver SPI implementation * exposing only those methods and properties that are defined in the spec. */ var ResizeObserver = /** @class */ (function () { /** * Creates a new instance of ResizeObserver. * * @param {ResizeObserverCallback} callback - Callback that is invoked when * dimensions of the observed elements change. */ function ResizeObserver(callback) { if (!(this instanceof ResizeObserver)) { throw new TypeError('Cannot call a class as a function.'); } if (!arguments.length) { throw new TypeError('1 argument required, but only 0 present.'); } var controller = ResizeObserverController.getInstance(); var observer = new ResizeObserverSPI(callback, controller, this); observers.set(this, observer); } return ResizeObserver; }()); // Expose public methods of ResizeObserver. [ 'observe', 'unobserve', 'disconnect' ].forEach(function (method) { ResizeObserver.prototype[method] = function () { var _a; return (_a = observers.get(this))[method].apply(_a, arguments); }; }); var ResizeObserver_es_index = (function () { // Export existing implementation if available. if (typeof global$1.ResizeObserver !== 'undefined') { return global$1.ResizeObserver; } return ResizeObserver; })(); /* harmony default export */ var ResizeObserver_es = (ResizeObserver_es_index); // EXTERNAL MODULE: ./node_modules/can-use-dom/index.js var can_use_dom = __webpack_require__(31807); var can_use_dom_default = /*#__PURE__*/__webpack_require__.n(can_use_dom); // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.reduce.js var es_array_reduce = __webpack_require__(85827); // EXTERNAL MODULE: ./node_modules/core-js/modules/es.function.name.js var es_function_name = __webpack_require__(68309); // EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.exec.js var es_regexp_exec = __webpack_require__(74916); // EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.match.js var es_string_match = __webpack_require__(4723); // EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.replace.js var es_string_replace = __webpack_require__(15306); ;// CONCATENATED MODULE: ./node_modules/simplebar/dist/simplebar-core.esm.js /** * SimpleBar.js - v5.3.0 * Scrollbars, simpler. * https://grsmto.github.io/simplebar/ * * Made by Adrien Denat from a fork by Jonathan Nicol * Under MIT License */ var cachedScrollbarWidth = null; var cachedDevicePixelRatio = null; if ((can_use_dom_default())) { window.addEventListener('resize', function () { if (cachedDevicePixelRatio !== window.devicePixelRatio) { cachedDevicePixelRatio = window.devicePixelRatio; cachedScrollbarWidth = null; } }); } function scrollbarWidth() { if (cachedScrollbarWidth === null) { if (typeof document === 'undefined') { cachedScrollbarWidth = 0; return cachedScrollbarWidth; } var body = document.body; var box = document.createElement('div'); box.classList.add('simplebar-hide-scrollbar'); body.appendChild(box); var width = box.getBoundingClientRect().right; body.removeChild(box); cachedScrollbarWidth = width; } return cachedScrollbarWidth; } function getElementWindow(element) { if (!element || !element.ownerDocument || !element.ownerDocument.defaultView) { return window; } return element.ownerDocument.defaultView; } function getElementDocument(element) { if (!element || !element.ownerDocument) { return document; } return element.ownerDocument; } var SimpleBar = /*#__PURE__*/ function () { function SimpleBar(element, options) { var _this = this; this.onScroll = function () { var elWindow = getElementWindow(_this.el); if (!_this.scrollXTicking) { elWindow.requestAnimationFrame(_this.scrollX); _this.scrollXTicking = true; } if (!_this.scrollYTicking) { elWindow.requestAnimationFrame(_this.scrollY); _this.scrollYTicking = true; } }; this.scrollX = function () { if (_this.axis.x.isOverflowing) { _this.showScrollbar('x'); _this.positionScrollbar('x'); } _this.scrollXTicking = false; }; this.scrollY = function () { if (_this.axis.y.isOverflowing) { _this.showScrollbar('y'); _this.positionScrollbar('y'); } _this.scrollYTicking = false; }; this.onMouseEnter = function () { _this.showScrollbar('x'); _this.showScrollbar('y'); }; this.onMouseMove = function (e) { _this.mouseX = e.clientX; _this.mouseY = e.clientY; if (_this.axis.x.isOverflowing || _this.axis.x.forceVisible) { _this.onMouseMoveForAxis('x'); } if (_this.axis.y.isOverflowing || _this.axis.y.forceVisible) { _this.onMouseMoveForAxis('y'); } }; this.onMouseLeave = function () { _this.onMouseMove.cancel(); if (_this.axis.x.isOverflowing || _this.axis.x.forceVisible) { _this.onMouseLeaveForAxis('x'); } if (_this.axis.y.isOverflowing || _this.axis.y.forceVisible) { _this.onMouseLeaveForAxis('y'); } _this.mouseX = -1; _this.mouseY = -1; }; this.onWindowResize = function () { // Recalculate scrollbarWidth in case it's a zoom _this.scrollbarWidth = _this.getScrollbarWidth(); _this.hideNativeScrollbar(); }; this.hideScrollbars = function () { _this.axis.x.track.rect = _this.axis.x.track.el.getBoundingClientRect(); _this.axis.y.track.rect = _this.axis.y.track.el.getBoundingClientRect(); if (!_this.isWithinBounds(_this.axis.y.track.rect)) { _this.axis.y.scrollbar.el.classList.remove(_this.classNames.visible); _this.axis.y.isVisible = false; } if (!_this.isWithinBounds(_this.axis.x.track.rect)) { _this.axis.x.scrollbar.el.classList.remove(_this.classNames.visible); _this.axis.x.isVisible = false; } }; this.onPointerEvent = function (e) { var isWithinTrackXBounds, isWithinTrackYBounds; _this.axis.x.track.rect = _this.axis.x.track.el.getBoundingClientRect(); _this.axis.y.track.rect = _this.axis.y.track.el.getBoundingClientRect(); if (_this.axis.x.isOverflowing || _this.axis.x.forceVisible) { isWithinTrackXBounds = _this.isWithinBounds(_this.axis.x.track.rect); } if (_this.axis.y.isOverflowing || _this.axis.y.forceVisible) { isWithinTrackYBounds = _this.isWithinBounds(_this.axis.y.track.rect); } // If any pointer event is called on the scrollbar if (isWithinTrackXBounds || isWithinTrackYBounds) { // Preventing the event's default action stops text being // selectable during the drag. e.preventDefault(); // Prevent event leaking e.stopPropagation(); if (e.type === 'mousedown') { if (isWithinTrackXBounds) { _this.axis.x.scrollbar.rect = _this.axis.x.scrollbar.el.getBoundingClientRect(); if (_this.isWithinBounds(_this.axis.x.scrollbar.rect)) { _this.onDragStart(e, 'x'); } else { _this.onTrackClick(e, 'x'); } } if (isWithinTrackYBounds) { _this.axis.y.scrollbar.rect = _this.axis.y.scrollbar.el.getBoundingClientRect(); if (_this.isWithinBounds(_this.axis.y.scrollbar.rect)) { _this.onDragStart(e, 'y'); } else { _this.onTrackClick(e, 'y'); } } } } }; this.drag = function (e) { var eventOffset; var track = _this.axis[_this.draggedAxis].track; var trackSize = track.rect[_this.axis[_this.draggedAxis].sizeAttr]; var scrollbar = _this.axis[_this.draggedAxis].scrollbar; var contentSize = _this.contentWrapperEl[_this.axis[_this.draggedAxis].scrollSizeAttr]; var hostSize = parseInt(_this.elStyles[_this.axis[_this.draggedAxis].sizeAttr], 10); e.preventDefault(); e.stopPropagation(); if (_this.draggedAxis === 'y') { eventOffset = e.pageY; } else { eventOffset = e.pageX; } // Calculate how far the user's mouse is from the top/left of the scrollbar (minus the dragOffset). var dragPos = eventOffset - track.rect[_this.axis[_this.draggedAxis].offsetAttr] - _this.axis[_this.draggedAxis].dragOffset; // Convert the mouse position into a percentage of the scrollbar height/width. var dragPerc = dragPos / (trackSize - scrollbar.size); // Scroll the content by the same percentage. var scrollPos = dragPerc * (contentSize - hostSize); // Fix browsers inconsistency on RTL if (_this.draggedAxis === 'x') { scrollPos = _this.isRtl && SimpleBar.getRtlHelpers().isRtlScrollbarInverted ? scrollPos - (trackSize + scrollbar.size) : scrollPos; scrollPos = _this.isRtl && SimpleBar.getRtlHelpers().isRtlScrollingInverted ? -scrollPos : scrollPos; } _this.contentWrapperEl[_this.axis[_this.draggedAxis].scrollOffsetAttr] = scrollPos; }; this.onEndDrag = function (e) { var elDocument = getElementDocument(_this.el); var elWindow = getElementWindow(_this.el); e.preventDefault(); e.stopPropagation(); _this.el.classList.remove(_this.classNames.dragging); elDocument.removeEventListener('mousemove', _this.drag, true); elDocument.removeEventListener('mouseup', _this.onEndDrag, true); _this.removePreventClickId = elWindow.setTimeout(function () { // Remove these asynchronously so we still suppress click events // generated simultaneously with mouseup. elDocument.removeEventListener('click', _this.preventClick, true); elDocument.removeEventListener('dblclick', _this.preventClick, true); _this.removePreventClickId = null; }); }; this.preventClick = function (e) { e.preventDefault(); e.stopPropagation(); }; this.el = element; this.minScrollbarWidth = 20; this.options = Object.assign({}, SimpleBar.defaultOptions, {}, options); this.classNames = Object.assign({}, SimpleBar.defaultOptions.classNames, {}, this.options.classNames); this.axis = { x: { scrollOffsetAttr: 'scrollLeft', sizeAttr: 'width', scrollSizeAttr: 'scrollWidth', offsetSizeAttr: 'offsetWidth', offsetAttr: 'left', overflowAttr: 'overflowX', dragOffset: 0, isOverflowing: true, isVisible: false, forceVisible: false, track: {}, scrollbar: {} }, y: { scrollOffsetAttr: 'scrollTop', sizeAttr: 'height', scrollSizeAttr: 'scrollHeight', offsetSizeAttr: 'offsetHeight', offsetAttr: 'top', overflowAttr: 'overflowY', dragOffset: 0, isOverflowing: true, isVisible: false, forceVisible: false, track: {}, scrollbar: {} } }; this.removePreventClickId = null; // Don't re-instantiate over an existing one if (SimpleBar.instances.has(this.el)) { return; } this.recalculate = lodash_throttle_default()(this.recalculate.bind(this), 64); this.onMouseMove = lodash_throttle_default()(this.onMouseMove.bind(this), 64); this.hideScrollbars = lodash_debounce_default()(this.hideScrollbars.bind(this), this.options.timeout); this.onWindowResize = lodash_debounce_default()(this.onWindowResize.bind(this), 64, { leading: true }); SimpleBar.getRtlHelpers = lodash_memoize_default()(SimpleBar.getRtlHelpers); this.init(); } /** * Static properties */ /** * Helper to fix browsers inconsistency on RTL: * - Firefox inverts the scrollbar initial position * - IE11 inverts both scrollbar position and scrolling offset * Directly inspired by @KingSora's OverlayScrollbars https://github.com/KingSora/OverlayScrollbars/blob/master/js/OverlayScrollbars.js#L1634 */ SimpleBar.getRtlHelpers = function getRtlHelpers() { var dummyDiv = document.createElement('div'); dummyDiv.innerHTML = '<div class="hs-dummy-scrollbar-size"><div style="height: 200%; width: 200%; margin: 10px 0;"></div></div>'; var scrollbarDummyEl = dummyDiv.firstElementChild; document.body.appendChild(scrollbarDummyEl); var dummyContainerChild = scrollbarDummyEl.firstElementChild; scrollbarDummyEl.scrollLeft = 0; var dummyContainerOffset = SimpleBar.getOffset(scrollbarDummyEl); var dummyContainerChildOffset = SimpleBar.getOffset(dummyContainerChild); scrollbarDummyEl.scrollLeft = 999; var dummyContainerScrollOffsetAfterScroll = SimpleBar.getOffset(dummyContainerChild); return { // determines if the scrolling is responding with negative values isRtlScrollingInverted: dummyContainerOffset.left !== dummyContainerChildOffset.left && dummyContainerChildOffset.left - dummyContainerScrollOffsetAfterScroll.left !== 0, // determines if the origin scrollbar position is inverted or not (positioned on left or right) isRtlScrollbarInverted: dummyContainerOffset.left !== dummyContainerChildOffset.left }; }; SimpleBar.getOffset = function getOffset(el) { var rect = el.getBoundingClientRect(); var elDocument = getElementDocument(el); var elWindow = getElementWindow(el); return { top: rect.top + (elWindow.pageYOffset || elDocument.documentElement.scrollTop), left: rect.left + (elWindow.pageXOffset || elDocument.documentElement.scrollLeft) }; }; var _proto = SimpleBar.prototype; _proto.init = function init() { // Save a reference to the instance, so we know this DOM node has already been instancied SimpleBar.instances.set(this.el, this); // We stop here on server-side if ((can_use_dom_default())) { this.initDOM(); this.scrollbarWidth = this.getScrollbarWidth(); this.recalculate(); this.initListeners(); } }; _proto.initDOM = function initDOM() { var _this2 = this; // make sure this element doesn't have the elements yet if (Array.prototype.filter.call(this.el.children, function (child) { return child.classList.contains(_this2.classNames.wrapper); }).length) { // assume that element has his DOM already initiated this.wrapperEl = this.el.querySelector("." + this.classNames.wrapper); this.contentWrapperEl = this.options.scrollableNode || this.el.querySelector("." + this.classNames.contentWrapper); this.contentEl = this.options.contentNode || this.el.querySelector("." + this.classNames.contentEl); this.offsetEl = this.el.querySelector("." + this.classNames.offset); this.maskEl = this.el.querySelector("." + this.classNames.mask); this.placeholderEl = this.findChild(this.wrapperEl, "." + this.classNames.placeholder); this.heightAutoObserverWrapperEl = this.el.querySelector("." + this.classNames.heightAutoObserverWrapperEl); this.heightAutoObserverEl = this.el.querySelector("." + this.classNames.heightAutoObserverEl); this.axis.x.track.el = this.findChild(this.el, "." + this.classNames.track + "." + this.classNames.horizontal); this.axis.y.track.el = this.findChild(this.el, "." + this.classNames.track + "." + this.classNames.vertical); } else { // Prepare DOM this.wrapperEl = document.createElement('div'); this.contentWrapperEl = document.createElement('div'); this.offsetEl = document.createElement('div'); this.maskEl = document.createElement('div'); this.contentEl = document.createElement('div'); this.placeholderEl = document.createElement('div'); this.heightAutoObserverWrapperEl = document.createElement('div'); this.heightAutoObserverEl = document.createElement('div'); this.wrapperEl.classList.add(this.classNames.wrapper); this.contentWrapperEl.classList.add(this.classNames.contentWrapper); this.offsetEl.classList.add(this.classNames.offset); this.maskEl.classList.add(this.classNames.mask); this.contentEl.classList.add(this.classNames.contentEl); this.placeholderEl.classList.add(this.classNames.placeholder); this.heightAutoObserverWrapperEl.classList.add(this.classNames.heightAutoObserverWrapperEl); this.heightAutoObserverEl.classList.add(this.classNames.heightAutoObserverEl); while (this.el.firstChild) { this.contentEl.appendChild(this.el.firstChild); } this.contentWrapperEl.appendChild(this.contentEl); this.offsetEl.appendChild(this.contentWrapperEl); this.maskEl.appendChild(this.offsetEl); this.heightAutoObserverWrapperEl.appendChild(this.heightAutoObserverEl); this.wrapperEl.appendChild(this.heightAutoObserverWrapperEl); this.wrapperEl.appendChild(this.maskEl); this.wrapperEl.appendChild(this.placeholderEl); this.el.appendChild(this.wrapperEl); } if (!this.axis.x.track.el || !this.axis.y.track.el) { var track = document.createElement('div'); var scrollbar = document.createElement('div'); track.classList.add(this.classNames.track); scrollbar.classList.add(this.classNames.scrollbar); track.appendChild(scrollbar); this.axis.x.track.el = track.cloneNode(true); this.axis.x.track.el.classList.add(this.classNames.horizontal); this.axis.y.track.el = track.cloneNode(true); this.axis.y.track.el.classList.add(this.classNames.vertical); this.el.appendChild(this.axis.x.track.el); this.el.appendChild(this.axis.y.track.el); } this.axis.x.scrollbar.el = this.axis.x.track.el.querySelector("." + this.classNames.scrollbar); this.axis.y.scrollbar.el = this.axis.y.track.el.querySelector("." + this.classNames.scrollbar); if (!this.options.autoHide) { this.axis.x.scrollbar.el.classList.add(this.classNames.visible); this.axis.y.scrollbar.el.classList.add(this.classNames.visible); } this.el.setAttribute('data-simplebar', 'init'); }; _proto.initListeners = function initListeners() { var _this3 = this; var elWindow = getElementWindow(this.el); // Event listeners if (this.options.autoHide) { this.el.addEventListener('mouseenter', this.onMouseEnter); } ['mousedown', 'click', 'dblclick'].forEach(function (e) { _this3.el.addEventListener(e, _this3.onPointerEvent, true); }); ['touchstart', 'touchend', 'touchmove'].forEach(function (e) { _this3.el.addEventListener(e, _this3.onPointerEvent, { capture: true, passive: true }); }); this.el.addEventListener('mousemove', this.onMouseMove); this.el.addEventListener('mouseleave', this.onMouseLeave); this.contentWrapperEl.addEventListener('scroll', this.onScroll); // Browser zoom triggers a window resize elWindow.addEventListener('resize', this.onWindowResize); // Hack for https://github.com/WICG/ResizeObserver/issues/38 var resizeObserverStarted = false; var resizeObserver = elWindow.ResizeObserver || ResizeObserver_es; this.resizeObserver = new resizeObserver(function () { if (!resizeObserverStarted) return; _this3.recalculate(); }); this.resizeObserver.observe(this.el); this.resizeObserver.observe(this.contentEl); elWindow.requestAnimationFrame(function () { resizeObserverStarted = true; }); // This is required to detect horizontal scroll. Vertical scroll only needs the resizeObserver. this.mutationObserver = new elWindow.MutationObserver(this.recalculate); this.mutationObserver.observe(this.contentEl, { childList: true, subtree: true, characterData: true }); }; _proto.recalculate = function recalculate() { var elWindow = getElementWindow(this.el); this.elStyles = elWindow.getComputedStyle(this.el); this.isRtl = this.elStyles.direction === 'rtl'; var isHeightAuto = this.heightAutoObserverEl.offsetHeight <= 1; var isWidthAuto = this.heightAutoObserverEl.offsetWidth <= 1; var contentElOffsetWidth = this.contentEl.offsetWidth; var contentWrapperElOffsetWidth = this.contentWrapperEl.offsetWidth; var elOverflowX = this.elStyles.overflowX; var elOverflowY = this.elStyles.overflowY; this.contentEl.style.padding = this.elStyles.paddingTop + " " + this.elStyles.paddingRight + " " + this.elStyles.paddingBottom + " " + this.elStyles.paddingLeft; this.wrapperEl.style.margin = "-" + this.elStyles.paddingTop + " -" + this.elStyles.paddingRight + " -" + this.elStyles.paddingBottom + " -" + this.elStyles.paddingLeft; var contentElScrollHeight = this.contentEl.scrollHeight; var contentElScrollWidth = this.contentEl.scrollWidth; this.contentWrapperEl.style.height = isHeightAuto ? 'auto' : '100%'; // Determine placeholder size this.placeholderEl.style.width = isWidthAuto ? contentElOffsetWidth + "px" : 'auto'; this.placeholderEl.style.height = contentElScrollHeight + "px"; var contentWrapperElOffsetHeight = this.contentWrapperEl.offsetHeight; this.axis.x.isOverflowing = contentElScrollWidth > contentElOffsetWidth; this.axis.y.isOverflowing = contentElScrollHeight > contentWrapperElOffsetHeight; // Set isOverflowing to false if user explicitely set hidden overflow this.axis.x.isOverflowing = elOverflowX === 'hidden' ? false : this.axis.x.isOverflowing; this.axis.y.isOverflowing = elOverflowY === 'hidden' ? false : this.axis.y.isOverflowing; this.axis.x.forceVisible = this.options.forceVisible === 'x' || this.options.forceVisible === true; this.axis.y.forceVisible = this.options.forceVisible === 'y' || this.options.forceVisible === true; this.hideNativeScrollbar(); // Set isOverflowing to false if scrollbar is not necessary (content is shorter than offset) var offsetForXScrollbar = this.axis.x.isOverflowing ? this.scrollbarWidth : 0; var offsetForYScrollbar = this.axis.y.isOverflowing ? this.scrollbarWidth : 0; this.axis.x.isOverflowing = this.axis.x.isOverflowing && contentElScrollWidth > contentWrapperElOffsetWidth - offsetForYScrollbar; this.axis.y.isOverflowing = this.axis.y.isOverflowing && contentElScrollHeight > contentWrapperElOffsetHeight - offsetForXScrollbar; this.axis.x.scrollbar.size = this.getScrollbarSize('x'); this.axis.y.scrollbar.size = this.getScrollbarSize('y'); this.axis.x.scrollbar.el.style.width = this.axis.x.scrollbar.size + "px"; this.axis.y.scrollbar.el.style.height = this.axis.y.scrollbar.size + "px"; this.positionScrollbar('x'); this.positionScrollbar('y'); this.toggleTrackVisibility('x'); this.toggleTrackVisibility('y'); } /** * Calculate scrollbar size */ ; _proto.getScrollbarSize = function getScrollbarSize(axis) { if (axis === void 0) { axis = 'y'; } if (!this.axis[axis].isOverflowing) { return 0; } var contentSize = this.contentEl[this.axis[axis].scrollSizeAttr]; var trackSize = this.axis[axis].track.el[this.axis[axis].offsetSizeAttr]; var scrollbarSize; var scrollbarRatio = trackSize / contentSize; // Calculate new height/position of drag handle. scrollbarSize = Math.max(~~(scrollbarRatio * trackSize), this.options.scrollbarMinSize); if (this.options.scrollbarMaxSize) { scrollbarSize = Math.min(scrollbarSize, this.options.scrollbarMaxSize); } return scrollbarSize; }; _proto.positionScrollbar = function positionScrollbar(axis) { if (axis === void 0) { axis = 'y'; } if (!this.axis[axis].isOverflowing) { return; } var contentSize = this.contentWrapperEl[this.axis[axis].scrollSizeAttr]; var trackSize = this.axis[axis].track.el[this.axis[axis].offsetSizeAttr]; var hostSize = parseInt(this.elStyles[this.axis[axis].sizeAttr], 10); var scrollbar = this.axis[axis].scrollbar; var scrollOffset = this.contentWrapperEl[this.axis[axis].scrollOffsetAttr]; scrollOffset = axis === 'x' && this.isRtl && SimpleBar.getRtlHelpers().isRtlScrollingInverted ? -scrollOffset : scrollOffset; var scrollPourcent = scrollOffset / (contentSize - hostSize); var handleOffset = ~~((trackSize - scrollbar.size) * scrollPourcent); handleOffset = axis === 'x' && this.isRtl && SimpleBar.getRtlHelpers().isRtlScrollbarInverted ? handleOffset + (trackSize - scrollbar.size) : handleOffset; scrollbar.el.style.transform = axis === 'x' ? "translate3d(" + handleOffset + "px, 0, 0)" : "translate3d(0, " + handleOffset + "px, 0)"; }; _proto.toggleTrackVisibility = function toggleTrackVisibility(axis) { if (axis === void 0) { axis = 'y'; } var track = this.axis[axis].track.el; var scrollbar = this.axis[axis].scrollbar.el; if (this.axis[axis].isOverflowing || this.axis[axis].forceVisible) { track.style.visibility = 'visible'; this.contentWrapperEl.style[this.axis[axis].overflowAttr] = 'scroll'; } else { track.style.visibility = 'hidden'; this.contentWrapperEl.style[this.axis[axis].overflowAttr] = 'hidden'; } // Even if forceVisible is enabled, scrollbar itself should be hidden if (this.axis[axis].isOverflowing) { scrollbar.style.display = 'block'; } else { scrollbar.style.display = 'none'; } }; _proto.hideNativeScrollbar = function hideNativeScrollbar() { this.offsetEl.style[this.isRtl ? 'left' : 'right'] = this.axis.y.isOverflowing || this.axis.y.forceVisible ? "-" + this.scrollbarWidth + "px" : 0; this.offsetEl.style.bottom = this.axis.x.isOverflowing || this.axis.x.forceVisible ? "-" + this.scrollbarWidth + "px" : 0; } /** * On scroll event handling */ ; _proto.onMouseMoveForAxis = function onMouseMoveForAxis(axis) { if (axis === void 0) { axis = 'y'; } this.axis[axis].track.rect = this.axis[axis].track.el.getBoundingClientRect(); this.axis[axis].scrollbar.rect = this.axis[axis].scrollbar.el.getBoundingClientRect(); var isWithinScrollbarBoundsX = this.isWithinBounds(this.axis[axis].scrollbar.rect); if (isWithinScrollbarBoundsX) { this.axis[axis].scrollbar.el.classList.add(this.classNames.hover); } else { this.axis[axis].scrollbar.el.classList.remove(this.classNames.hover); } if (this.isWithinBounds(this.axis[axis].track.rect)) { this.showScrollbar(axis); this.axis[axis].track.el.classList.add(this.classNames.hover); } else { this.axis[axis].track.el.classList.remove(this.classNames.hover); } }; _proto.onMouseLeaveForAxis = function onMouseLeaveForAxis(axis) { if (axis === void 0) { axis = 'y'; } this.axis[axis].track.el.classList.remove(this.classNames.hover); this.axis[axis].scrollbar.el.classList.remove(this.classNames.hover); }; /** * Show scrollbar */ _proto.showScrollbar = function showScrollbar(axis) { if (axis === void 0) { axis = 'y'; } var scrollbar = this.axis[axis].scrollbar.el; if (!this.axis[axis].isVisible) { scrollbar.classList.add(this.classNames.visible); this.axis[axis].isVisible = true; } if (this.options.autoHide) { this.hideScrollbars(); } } /** * Hide Scrollbar */ ; /** * on scrollbar handle drag movement starts */ _proto.onDragStart = function onDragStart(e, axis) { if (axis === void 0) { axis = 'y'; } var elDocument = getElementDocument(this.el); var elWindow = getElementWindow(this.el); var scrollbar = this.axis[axis].scrollbar; // Measure how far the user's mouse is from the top of the scrollbar drag handle. var eventOffset = axis === 'y' ? e.pageY : e.pageX; this.axis[axis].dragOffset = eventOffset - scrollbar.rect[this.axis[axis].offsetAttr]; this.draggedAxis = axis; this.el.classList.add(this.classNames.dragging); elDocument.addEventListener('mousemove', this.drag, true); elDocument.addEventListener('mouseup', this.onEndDrag, true); if (this.removePreventClickId === null) { elDocument.addEventListener('click', this.preventClick, true); elDocument.addEventListener('dblclick', this.preventClick, true); } else { elWindow.clearTimeout(this.removePreventClickId); this.removePreventClickId = null; } } /** * Drag scrollbar handle */ ; _proto.onTrackClick = function onTrackClick(e, axis) { var _this4 = this; if (axis === void 0) { axis = 'y'; } if (!this.options.clickOnTrack) return; var elWindow = getElementWindow(this.el); this.axis[axis].scrollbar.rect = this.axis[axis].scrollbar.el.getBoundingClientRect(); var scrollbar = this.axis[axis].scrollbar; var scrollbarOffset = scrollbar.rect[this.axis[axis].offsetAttr]; var hostSize = parseInt(this.elStyles[this.axis[axis].sizeAttr], 10); var scrolled = this.contentWrapperEl[this.axis[axis].scrollOffsetAttr]; var t = axis === 'y' ? this.mouseY - scrollbarOffset : this.mouseX - scrollbarOffset; var dir = t < 0 ? -1 : 1; var scrollSize = dir === -1 ? scrolled - hostSize : scrolled + hostSize; var scrollTo = function scrollTo() { if (dir === -1) { if (scrolled > scrollSize) { var _this4$contentWrapper; scrolled -= _this4.options.clickOnTrackSpeed; _this4.contentWrapperEl.scrollTo((_this4$contentWrapper = {}, _this4$contentWrapper[_this4.axis[axis].offsetAttr] = scrolled, _this4$contentWrapper)); elWindow.requestAnimationFrame(scrollTo); } } else { if (scrolled < scrollSize) { var _this4$contentWrapper2; scrolled += _this4.options.clickOnTrackSpeed; _this4.contentWrapperEl.scrollTo((_this4$contentWrapper2 = {}, _this4$contentWrapper2[_this4.axis[axis].offsetAttr] = scrolled, _this4$contentWrapper2)); elWindow.requestAnimationFrame(scrollTo); } } }; scrollTo(); } /** * Getter for content element */ ; _proto.getContentElement = function getContentElement() { return this.contentEl; } /** * Getter for original scrolling element */ ; _proto.getScrollElement = function getScrollElement() { return this.contentWrapperEl; }; _proto.getScrollbarWidth = function getScrollbarWidth() { // Try/catch for FF 56 throwing on undefined computedStyles try { // Detect browsers supporting CSS scrollbar styling and do not calculate if (getComputedStyle(this.contentWrapperEl, '::-webkit-scrollbar').display === 'none' || 'scrollbarWidth' in document.documentElement.style || '-ms-overflow-style' in document.documentElement.style) { return 0; } else { return scrollbarWidth(); } } catch (e) { return scrollbarWidth(); } }; _proto.removeListeners = function removeListeners() { var _this5 = this; var elWindow = getElementWindow(this.el); // Event listeners if (this.options.autoHide) { this.el.removeEventListener('mouseenter', this.onMouseEnter); } ['mousedown', 'click', 'dblclick'].forEach(function (e) { _this5.el.removeEventListener(e, _this5.onPointerEvent, true); }); ['touchstart', 'touchend', 'touchmove'].forEach(function (e) { _this5.el.removeEventListener(e, _this5.onPointerEvent, { capture: true, passive: true }); }); this.el.removeEventListener('mousemove', this.onMouseMove); this.el.removeEventListener('mouseleave', this.onMouseLeave); if (this.contentWrapperEl) { this.contentWrapperEl.removeEventListener('scroll', this.onScroll); } elWindow.removeEventListener('resize', this.onWindowResize); if (this.mutationObserver) { this.mutationObserver.disconnect(); } if (this.resizeObserver) { this.resizeObserver.disconnect(); } // Cancel all debounced functions this.recalculate.cancel(); this.onMouseMove.cancel(); this.hideScrollbars.cancel(); this.onWindowResize.cancel(); } /** * UnMount mutation observer and delete SimpleBar instance from DOM element */ ; _proto.unMount = function unMount() { this.removeListeners(); SimpleBar.instances.delete(this.el); } /** * Check if mouse is within bounds */ ; _proto.isWithinBounds = function isWithinBounds(bbox) { return this.mouseX >= bbox.left && this.mouseX <= bbox.left + bbox.width && this.mouseY >= bbox.top && this.mouseY <= bbox.top + bbox.height; } /** * Find element children matches query */ ; _proto.findChild = function findChild(el, query) { var matches = el.matches || el.webkitMatchesSelector || el.mozMatchesSelector || el.msMatchesSelector; return Array.prototype.filter.call(el.children, function (child) { return matches.call(child, query); })[0]; }; return SimpleBar; }(); SimpleBar.defaultOptions = { autoHide: true, forceVisible: false, clickOnTrack: true, clickOnTrackSpeed: 40, classNames: { contentEl: 'simplebar-content', contentWrapper: 'simplebar-content-wrapper', offset: 'simplebar-offset', mask: 'simplebar-mask', wrapper: 'simplebar-wrapper', placeholder: 'simplebar-placeholder', scrollbar: 'simplebar-scrollbar', track: 'simplebar-track', heightAutoObserverWrapperEl: 'simplebar-height-auto-observer-wrapper', heightAutoObserverEl: 'simplebar-height-auto-observer', visible: 'simplebar-visible', horizontal: 'simplebar-horizontal', vertical: 'simplebar-vertical', hover: 'simplebar-hover', dragging: 'simplebar-dragging' }, scrollbarMinSize: 25, scrollbarMaxSize: 0, timeout: 1000 }; SimpleBar.instances = new WeakMap(); /* harmony default export */ var simplebar_core_esm = (SimpleBar); //# sourceMappingURL=simplebar-core.esm.js.map ;// CONCATENATED MODULE: ./node_modules/simplebar-react/dist/simplebar-react.esm.js /** * simplebar-react - v2.3.0 * React component for SimpleBar * https://grsmto.github.io/simplebar/ * * Made by Adrien Denat * Under MIT License */ function simplebar_react_esm_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function simplebar_react_esm_extends() { simplebar_react_esm_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return simplebar_react_esm_extends.apply(this, arguments); } function simplebar_react_esm_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function simplebar_react_esm_objectSpread2(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { simplebar_react_esm_ownKeys(source, true).forEach(function (key) { simplebar_react_esm_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { simplebar_react_esm_ownKeys(source).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function simplebar_react_esm_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; } function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = simplebar_react_esm_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; } /* Deprecated * Hardcore this here until we can safely deprecated it. * Helper function to retrieve options from element attributes */ var getOptions = function getOptions(obj) { var options = Array.prototype.reduce.call(obj, function (acc, attribute) { var option = attribute.name.match(/data-simplebar-(.+)/); if (option) { var key = option[1].replace(/\W+(.)/g, function (x, chr) { return chr.toUpperCase(); }); switch (attribute.value) { case 'true': acc[key] = true; break; case 'false': acc[key] = false; break; case undefined: acc[key] = true; break; default: acc[key] = attribute.value; } } return acc; }, {}); return options; }; var simplebar_react_esm_SimpleBar = react.forwardRef(function (_ref, ref) { var children = _ref.children, _ref$scrollableNodePr = _ref.scrollableNodeProps, scrollableNodeProps = _ref$scrollableNodePr === void 0 ? {} : _ref$scrollableNodePr, otherProps = _objectWithoutProperties(_ref, ["children", "scrollableNodeProps"]); var instance; var scrollableNodeRef = (0,react.useRef)(); var elRef = (0,react.useRef)(); var contentNodeRef = (0,react.useRef)(); var options = {}; var rest = {}; var deprecatedOptions = []; Object.keys(otherProps).forEach(function (key) { if (Object.prototype.hasOwnProperty.call(simplebar_core_esm.defaultOptions, key)) { options[key] = otherProps[key]; } else if (key.match(/data-simplebar-(.+)/) && key !== 'data-simplebar-direction') { deprecatedOptions.push({ name: key, value: otherProps[key] }); } else { rest[key] = otherProps[key]; } }); if (deprecatedOptions.length) { console.warn("simplebar-react: this way of passing options is deprecated. Pass it like normal props instead:\n 'data-simplebar-auto-hide=\"false\"' \u2014> 'autoHide=\"false\"'\n "); } (0,react.useEffect)(function () { scrollableNodeRef = scrollableNodeProps.ref || scrollableNodeRef; if (elRef.current) { instance = new simplebar_core_esm(elRef.current, simplebar_react_esm_objectSpread2({}, getOptions(deprecatedOptions), {}, options, {}, scrollableNodeRef && { scrollableNode: scrollableNodeRef.current }, {}, contentNodeRef.current && { contentNode: contentNodeRef.current })); if (ref) { ref.current = instance; } } return function () { instance.unMount(); instance = null; }; }, []); return react.createElement("div", simplebar_react_esm_extends({ ref: elRef, "data-simplebar": true }, rest), react.createElement("div", { className: "simplebar-wrapper" }, react.createElement("div", { className: "simplebar-height-auto-observer-wrapper" }, react.createElement("div", { className: "simplebar-height-auto-observer" })), react.createElement("div", { className: "simplebar-mask" }, react.createElement("div", { className: "simplebar-offset" }, typeof children === 'function' ? children({ scrollableNodeRef: scrollableNodeRef, contentNodeRef: contentNodeRef }) : react.createElement("div", simplebar_react_esm_extends({}, scrollableNodeProps, { className: "simplebar-content-wrapper".concat(scrollableNodeProps.className ? " ".concat(scrollableNodeProps.className) : '') }), react.createElement("div", { className: "simplebar-content" }, children)))), react.createElement("div", { className: "simplebar-placeholder" })), react.createElement("div", { className: "simplebar-track simplebar-horizontal" }, react.createElement("div", { className: "simplebar-scrollbar" })), react.createElement("div", { className: "simplebar-track simplebar-vertical" }, react.createElement("div", { className: "simplebar-scrollbar" }))); }); simplebar_react_esm_SimpleBar.displayName = 'SimpleBar'; simplebar_react_esm_SimpleBar.propTypes = { children: prop_types_default().oneOfType([(prop_types_default()).node, (prop_types_default()).func]), scrollableNodeProps: (prop_types_default()).object }; /* harmony default export */ var simplebar_react_esm = (simplebar_react_esm_SimpleBar); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js var inheritsLoose = __webpack_require__(41788); ;// CONCATENATED MODULE: ./node_modules/resolve-pathname/esm/resolve-pathname.js function isAbsolute(pathname) { return pathname.charAt(0) === '/'; } // About 1.5x faster than the two-arg version of Array#splice() function spliceOne(list, index) { for (var i = index, k = i + 1, n = list.length; k < n; i += 1, k += 1) { list[i] = list[k]; } list.pop(); } // This implementation is based heavily on node's url.parse function resolvePathname(to, from) { if (from === undefined) from = ''; var toParts = (to && to.split('/')) || []; var fromParts = (from && from.split('/')) || []; var isToAbs = to && isAbsolute(to); var isFromAbs = from && isAbsolute(from); var mustEndAbs = isToAbs || isFromAbs; if (to && isAbsolute(to)) { // to is absolute fromParts = toParts; } else if (toParts.length) { // to is relative, drop the filename fromParts.pop(); fromParts = fromParts.concat(toParts); } if (!fromParts.length) return '/'; var hasTrailingSlash; if (fromParts.length) { var last = fromParts[fromParts.length - 1]; hasTrailingSlash = last === '.' || last === '..' || last === ''; } else { hasTrailingSlash = false; } var up = 0; for (var i = fromParts.length; i >= 0; i--) { var part = fromParts[i]; if (part === '.') { spliceOne(fromParts, i); } else if (part === '..') { spliceOne(fromParts, i); up++; } else if (up) { spliceOne(fromParts, i); up--; } } if (!mustEndAbs) for (; up--; up) fromParts.unshift('..'); if ( mustEndAbs && fromParts[0] !== '' && (!fromParts[0] || !isAbsolute(fromParts[0])) ) fromParts.unshift(''); var result = fromParts.join('/'); if (hasTrailingSlash && result.substr(-1) !== '/') result += '/'; return result; } /* harmony default export */ var resolve_pathname = (resolvePathname); ;// CONCATENATED MODULE: ./node_modules/tiny-invariant/dist/tiny-invariant.esm.js var isProduction = "production" === 'production'; var prefix = 'Invariant failed'; function tiny_invariant_esm_invariant(condition, message) { if (condition) { return; } if (isProduction) { throw new Error(prefix); } throw new Error(prefix + ": " + (message || '')); } /* harmony default export */ var tiny_invariant_esm = (tiny_invariant_esm_invariant); ;// CONCATENATED MODULE: ./node_modules/history/esm/history.js function addLeadingSlash(path) { return path.charAt(0) === '/' ? path : '/' + path; } function stripLeadingSlash(path) { return path.charAt(0) === '/' ? path.substr(1) : path; } function hasBasename(path, prefix) { return path.toLowerCase().indexOf(prefix.toLowerCase()) === 0 && '/?#'.indexOf(path.charAt(prefix.length)) !== -1; } function stripBasename(path, prefix) { return hasBasename(path, prefix) ? path.substr(prefix.length) : path; } function stripTrailingSlash(path) { return path.charAt(path.length - 1) === '/' ? path.slice(0, -1) : path; } function parsePath(path) { var pathname = path || '/'; var search = ''; var hash = ''; var hashIndex = pathname.indexOf('#'); if (hashIndex !== -1) { hash = pathname.substr(hashIndex); pathname = pathname.substr(0, hashIndex); } var searchIndex = pathname.indexOf('?'); if (searchIndex !== -1) { search = pathname.substr(searchIndex); pathname = pathname.substr(0, searchIndex); } return { pathname: pathname, search: search === '?' ? '' : search, hash: hash === '#' ? '' : hash }; } function createPath(location) { var pathname = location.pathname, search = location.search, hash = location.hash; var path = pathname || '/'; if (search && search !== '?') path += search.charAt(0) === '?' ? search : "?" + search; if (hash && hash !== '#') path += hash.charAt(0) === '#' ? hash : "#" + hash; return path; } function history_createLocation(path, state, key, currentLocation) { var location; if (typeof path === 'string') { // Two-arg form: push(path, state) location = parsePath(path); location.state = state; } else { // One-arg form: push(location) location = (0,esm_extends/* default */.Z)({}, path); if (location.pathname === undefined) location.pathname = ''; if (location.search) { if (location.search.charAt(0) !== '?') location.search = '?' + location.search; } else { location.search = ''; } if (location.hash) { if (location.hash.charAt(0) !== '#') location.hash = '#' + location.hash; } else { location.hash = ''; } if (state !== undefined && location.state === undefined) location.state = state; } try { location.pathname = decodeURI(location.pathname); } catch (e) { if (e instanceof URIError) { throw new URIError('Pathname "' + location.pathname + '" could not be decoded. ' + 'This is likely caused by an invalid percent-encoding.'); } else { throw e; } } if (key) location.key = key; if (currentLocation) { // Resolve incomplete/relative pathname relative to current location. if (!location.pathname) { location.pathname = currentLocation.pathname; } else if (location.pathname.charAt(0) !== '/') { location.pathname = resolve_pathname(location.pathname, currentLocation.pathname); } } else { // When there is no prior location and pathname is empty, set it to / if (!location.pathname) { location.pathname = '/'; } } return location; } function history_locationsAreEqual(a, b) { return a.pathname === b.pathname && a.search === b.search && a.hash === b.hash && a.key === b.key && valueEqual(a.state, b.state); } function createTransitionManager() { var prompt = null; function setPrompt(nextPrompt) { false ? 0 : void 0; prompt = nextPrompt; return function () { if (prompt === nextPrompt) prompt = null; }; } function confirmTransitionTo(location, action, getUserConfirmation, callback) { // TODO: If another transition starts while we're still confirming // the previous one, we may end up in a weird state. Figure out the // best way to handle this. if (prompt != null) { var result = typeof prompt === 'function' ? prompt(location, action) : prompt; if (typeof result === 'string') { if (typeof getUserConfirmation === 'function') { getUserConfirmation(result, callback); } else { false ? 0 : void 0; callback(true); } } else { // Return false from a transition hook to cancel the transition. callback(result !== false); } } else { callback(true); } } var listeners = []; function appendListener(fn) { var isActive = true; function listener() { if (isActive) fn.apply(void 0, arguments); } listeners.push(listener); return function () { isActive = false; listeners = listeners.filter(function (item) { return item !== listener; }); }; } function notifyListeners() { for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } listeners.forEach(function (listener) { return listener.apply(void 0, args); }); } return { setPrompt: setPrompt, confirmTransitionTo: confirmTransitionTo, appendListener: appendListener, notifyListeners: notifyListeners }; } var canUseDOM = !!(typeof window !== 'undefined' && window.document && window.document.createElement); function getConfirmation(message, callback) { callback(window.confirm(message)); // eslint-disable-line no-alert } /** * Returns true if the HTML5 history API is supported. Taken from Modernizr. * * https://github.com/Modernizr/Modernizr/blob/master/LICENSE * https://github.com/Modernizr/Modernizr/blob/master/feature-detects/history.js * changed to avoid false negatives for Windows Phones: https://github.com/reactjs/react-router/issues/586 */ function supportsHistory() { var ua = window.navigator.userAgent; if ((ua.indexOf('Android 2.') !== -1 || ua.indexOf('Android 4.0') !== -1) && ua.indexOf('Mobile Safari') !== -1 && ua.indexOf('Chrome') === -1 && ua.indexOf('Windows Phone') === -1) return false; return window.history && 'pushState' in window.history; } /** * Returns true if browser fires popstate on hash change. * IE10 and IE11 do not. */ function supportsPopStateOnHashChange() { return window.navigator.userAgent.indexOf('Trident') === -1; } /** * Returns false if using go(n) with hash history causes a full page reload. */ function supportsGoWithoutReloadUsingHash() { return window.navigator.userAgent.indexOf('Firefox') === -1; } /** * Returns true if a given popstate event is an extraneous WebKit event. * Accounts for the fact that Chrome on iOS fires real popstate events * containing undefined state when pressing the back button. */ function isExtraneousPopstateEvent(event) { return event.state === undefined && navigator.userAgent.indexOf('CriOS') === -1; } var PopStateEvent = 'popstate'; var HashChangeEvent = 'hashchange'; function getHistoryState() { try { return window.history.state || {}; } catch (e) { // IE 11 sometimes throws when accessing window.history.state // See https://github.com/ReactTraining/history/pull/289 return {}; } } /** * Creates a history object that uses the HTML5 history API including * pushState, replaceState, and the popstate event. */ function createBrowserHistory(props) { if (props === void 0) { props = {}; } !canUseDOM ? false ? 0 : tiny_invariant_esm(false) : void 0; var globalHistory = window.history; var canUseHistory = supportsHistory(); var needsHashChangeListener = !supportsPopStateOnHashChange(); var _props = props, _props$forceRefresh = _props.forceRefresh, forceRefresh = _props$forceRefresh === void 0 ? false : _props$forceRefresh, _props$getUserConfirm = _props.getUserConfirmation, getUserConfirmation = _props$getUserConfirm === void 0 ? getConfirmation : _props$getUserConfirm, _props$keyLength = _props.keyLength, keyLength = _props$keyLength === void 0 ? 6 : _props$keyLength; var basename = props.basename ? stripTrailingSlash(addLeadingSlash(props.basename)) : ''; function getDOMLocation(historyState) { var _ref = historyState || {}, key = _ref.key, state = _ref.state; var _window$location = window.location, pathname = _window$location.pathname, search = _window$location.search, hash = _window$location.hash; var path = pathname + search + hash; false ? 0 : void 0; if (basename) path = stripBasename(path, basename); return history_createLocation(path, state, key); } function createKey() { return Math.random().toString(36).substr(2, keyLength); } var transitionManager = createTransitionManager(); function setState(nextState) { (0,esm_extends/* default */.Z)(history, nextState); history.length = globalHistory.length; transitionManager.notifyListeners(history.location, history.action); } function handlePopState(event) { // Ignore extraneous popstate events in WebKit. if (isExtraneousPopstateEvent(event)) return; handlePop(getDOMLocation(event.state)); } function handleHashChange() { handlePop(getDOMLocation(getHistoryState())); } var forceNextPop = false; function handlePop(location) { if (forceNextPop) { forceNextPop = false; setState(); } else { var action = 'POP'; transitionManager.confirmTransitionTo(location, action, getUserConfirmation, function (ok) { if (ok) { setState({ action: action, location: location }); } else { revertPop(location); } }); } } function revertPop(fromLocation) { var toLocation = history.location; // TODO: We could probably make this more reliable by // keeping a list of keys we've seen in sessionStorage. // Instead, we just default to 0 for keys we don't know. var toIndex = allKeys.indexOf(toLocation.key); if (toIndex === -1) toIndex = 0; var fromIndex = allKeys.indexOf(fromLocation.key); if (fromIndex === -1) fromIndex = 0; var delta = toIndex - fromIndex; if (delta) { forceNextPop = true; go(delta); } } var initialLocation = getDOMLocation(getHistoryState()); var allKeys = [initialLocation.key]; // Public interface function createHref(location) { return basename + createPath(location); } function push(path, state) { false ? 0 : void 0; var action = 'PUSH'; var location = history_createLocation(path, state, createKey(), history.location); transitionManager.confirmTransitionTo(location, action, getUserConfirmation, function (ok) { if (!ok) return; var href = createHref(location); var key = location.key, state = location.state; if (canUseHistory) { globalHistory.pushState({ key: key, state: state }, null, href); if (forceRefresh) { window.location.href = href; } else { var prevIndex = allKeys.indexOf(history.location.key); var nextKeys = allKeys.slice(0, prevIndex + 1); nextKeys.push(location.key); allKeys = nextKeys; setState({ action: action, location: location }); } } else { false ? 0 : void 0; window.location.href = href; } }); } function replace(path, state) { false ? 0 : void 0; var action = 'REPLACE'; var location = history_createLocation(path, state, createKey(), history.location); transitionManager.confirmTransitionTo(location, action, getUserConfirmation, function (ok) { if (!ok) return; var href = createHref(location); var key = location.key, state = location.state; if (canUseHistory) { globalHistory.replaceState({ key: key, state: state }, null, href); if (forceRefresh) { window.location.replace(href); } else { var prevIndex = allKeys.indexOf(history.location.key); if (prevIndex !== -1) allKeys[prevIndex] = location.key; setState({ action: action, location: location }); } } else { false ? 0 : void 0; window.location.replace(href); } }); } function go(n) { globalHistory.go(n); } function goBack() { go(-1); } function goForward() { go(1); } var listenerCount = 0; function checkDOMListeners(delta) { listenerCount += delta; if (listenerCount === 1 && delta === 1) { window.addEventListener(PopStateEvent, handlePopState); if (needsHashChangeListener) window.addEventListener(HashChangeEvent, handleHashChange); } else if (listenerCount === 0) { window.removeEventListener(PopStateEvent, handlePopState); if (needsHashChangeListener) window.removeEventListener(HashChangeEvent, handleHashChange); } } var isBlocked = false; function block(prompt) { if (prompt === void 0) { prompt = false; } var unblock = transitionManager.setPrompt(prompt); if (!isBlocked) { checkDOMListeners(1); isBlocked = true; } return function () { if (isBlocked) { isBlocked = false; checkDOMListeners(-1); } return unblock(); }; } function listen(listener) { var unlisten = transitionManager.appendListener(listener); checkDOMListeners(1); return function () { checkDOMListeners(-1); unlisten(); }; } var history = { length: globalHistory.length, action: 'POP', location: initialLocation, createHref: createHref, push: push, replace: replace, go: go, goBack: goBack, goForward: goForward, block: block, listen: listen }; return history; } var HashChangeEvent$1 = 'hashchange'; var HashPathCoders = { hashbang: { encodePath: function encodePath(path) { return path.charAt(0) === '!' ? path : '!/' + stripLeadingSlash(path); }, decodePath: function decodePath(path) { return path.charAt(0) === '!' ? path.substr(1) : path; } }, noslash: { encodePath: stripLeadingSlash, decodePath: addLeadingSlash }, slash: { encodePath: addLeadingSlash, decodePath: addLeadingSlash } }; function stripHash(url) { var hashIndex = url.indexOf('#'); return hashIndex === -1 ? url : url.slice(0, hashIndex); } function getHashPath() { // We can't use window.location.hash here because it's not // consistent across browsers - Firefox will pre-decode it! var href = window.location.href; var hashIndex = href.indexOf('#'); return hashIndex === -1 ? '' : href.substring(hashIndex + 1); } function pushHashPath(path) { window.location.hash = path; } function replaceHashPath(path) { window.location.replace(stripHash(window.location.href) + '#' + path); } function createHashHistory(props) { if (props === void 0) { props = {}; } !canUseDOM ? false ? 0 : tiny_invariant_esm(false) : void 0; var globalHistory = window.history; var canGoWithoutReload = supportsGoWithoutReloadUsingHash(); var _props = props, _props$getUserConfirm = _props.getUserConfirmation, getUserConfirmation = _props$getUserConfirm === void 0 ? getConfirmation : _props$getUserConfirm, _props$hashType = _props.hashType, hashType = _props$hashType === void 0 ? 'slash' : _props$hashType; var basename = props.basename ? stripTrailingSlash(addLeadingSlash(props.basename)) : ''; var _HashPathCoders$hashT = HashPathCoders[hashType], encodePath = _HashPathCoders$hashT.encodePath, decodePath = _HashPathCoders$hashT.decodePath; function getDOMLocation() { var path = decodePath(getHashPath()); false ? 0 : void 0; if (basename) path = stripBasename(path, basename); return history_createLocation(path); } var transitionManager = createTransitionManager(); function setState(nextState) { (0,esm_extends/* default */.Z)(history, nextState); history.length = globalHistory.length; transitionManager.notifyListeners(history.location, history.action); } var forceNextPop = false; var ignorePath = null; function locationsAreEqual$$1(a, b) { return a.pathname === b.pathname && a.search === b.search && a.hash === b.hash; } function handleHashChange() { var path = getHashPath(); var encodedPath = encodePath(path); if (path !== encodedPath) { // Ensure we always have a properly-encoded hash. replaceHashPath(encodedPath); } else { var location = getDOMLocation(); var prevLocation = history.location; if (!forceNextPop && locationsAreEqual$$1(prevLocation, location)) return; // A hashchange doesn't always == location change. if (ignorePath === createPath(location)) return; // Ignore this change; we already setState in push/replace. ignorePath = null; handlePop(location); } } function handlePop(location) { if (forceNextPop) { forceNextPop = false; setState(); } else { var action = 'POP'; transitionManager.confirmTransitionTo(location, action, getUserConfirmation, function (ok) { if (ok) { setState({ action: action, location: location }); } else { revertPop(location); } }); } } function revertPop(fromLocation) { var toLocation = history.location; // TODO: We could probably make this more reliable by // keeping a list of paths we've seen in sessionStorage. // Instead, we just default to 0 for paths we don't know. var toIndex = allPaths.lastIndexOf(createPath(toLocation)); if (toIndex === -1) toIndex = 0; var fromIndex = allPaths.lastIndexOf(createPath(fromLocation)); if (fromIndex === -1) fromIndex = 0; var delta = toIndex - fromIndex; if (delta) { forceNextPop = true; go(delta); } } // Ensure the hash is encoded properly before doing anything else. var path = getHashPath(); var encodedPath = encodePath(path); if (path !== encodedPath) replaceHashPath(encodedPath); var initialLocation = getDOMLocation(); var allPaths = [createPath(initialLocation)]; // Public interface function createHref(location) { var baseTag = document.querySelector('base'); var href = ''; if (baseTag && baseTag.getAttribute('href')) { href = stripHash(window.location.href); } return href + '#' + encodePath(basename + createPath(location)); } function push(path, state) { false ? 0 : void 0; var action = 'PUSH'; var location = history_createLocation(path, undefined, undefined, history.location); transitionManager.confirmTransitionTo(location, action, getUserConfirmation, function (ok) { if (!ok) return; var path = createPath(location); var encodedPath = encodePath(basename + path); var hashChanged = getHashPath() !== encodedPath; if (hashChanged) { // We cannot tell if a hashchange was caused by a PUSH, so we'd // rather setState here and ignore the hashchange. The caveat here // is that other hash histories in the page will consider it a POP. ignorePath = path; pushHashPath(encodedPath); var prevIndex = allPaths.lastIndexOf(createPath(history.location)); var nextPaths = allPaths.slice(0, prevIndex + 1); nextPaths.push(path); allPaths = nextPaths; setState({ action: action, location: location }); } else { false ? 0 : void 0; setState(); } }); } function replace(path, state) { false ? 0 : void 0; var action = 'REPLACE'; var location = history_createLocation(path, undefined, undefined, history.location); transitionManager.confirmTransitionTo(location, action, getUserConfirmation, function (ok) { if (!ok) return; var path = createPath(location); var encodedPath = encodePath(basename + path); var hashChanged = getHashPath() !== encodedPath; if (hashChanged) { // We cannot tell if a hashchange was caused by a REPLACE, so we'd // rather setState here and ignore the hashchange. The caveat here // is that other hash histories in the page will consider it a POP. ignorePath = path; replaceHashPath(encodedPath); } var prevIndex = allPaths.indexOf(createPath(history.location)); if (prevIndex !== -1) allPaths[prevIndex] = path; setState({ action: action, location: location }); }); } function go(n) { false ? 0 : void 0; globalHistory.go(n); } function goBack() { go(-1); } function goForward() { go(1); } var listenerCount = 0; function checkDOMListeners(delta) { listenerCount += delta; if (listenerCount === 1 && delta === 1) { window.addEventListener(HashChangeEvent$1, handleHashChange); } else if (listenerCount === 0) { window.removeEventListener(HashChangeEvent$1, handleHashChange); } } var isBlocked = false; function block(prompt) { if (prompt === void 0) { prompt = false; } var unblock = transitionManager.setPrompt(prompt); if (!isBlocked) { checkDOMListeners(1); isBlocked = true; } return function () { if (isBlocked) { isBlocked = false; checkDOMListeners(-1); } return unblock(); }; } function listen(listener) { var unlisten = transitionManager.appendListener(listener); checkDOMListeners(1); return function () { checkDOMListeners(-1); unlisten(); }; } var history = { length: globalHistory.length, action: 'POP', location: initialLocation, createHref: createHref, push: push, replace: replace, go: go, goBack: goBack, goForward: goForward, block: block, listen: listen }; return history; } function clamp(n, lowerBound, upperBound) { return Math.min(Math.max(n, lowerBound), upperBound); } /** * Creates a history object that stores locations in memory. */ function createMemoryHistory(props) { if (props === void 0) { props = {}; } var _props = props, getUserConfirmation = _props.getUserConfirmation, _props$initialEntries = _props.initialEntries, initialEntries = _props$initialEntries === void 0 ? ['/'] : _props$initialEntries, _props$initialIndex = _props.initialIndex, initialIndex = _props$initialIndex === void 0 ? 0 : _props$initialIndex, _props$keyLength = _props.keyLength, keyLength = _props$keyLength === void 0 ? 6 : _props$keyLength; var transitionManager = createTransitionManager(); function setState(nextState) { (0,esm_extends/* default */.Z)(history, nextState); history.length = history.entries.length; transitionManager.notifyListeners(history.location, history.action); } function createKey() { return Math.random().toString(36).substr(2, keyLength); } var index = clamp(initialIndex, 0, initialEntries.length - 1); var entries = initialEntries.map(function (entry) { return typeof entry === 'string' ? history_createLocation(entry, undefined, createKey()) : history_createLocation(entry, undefined, entry.key || createKey()); }); // Public interface var createHref = createPath; function push(path, state) { false ? 0 : void 0; var action = 'PUSH'; var location = history_createLocation(path, state, createKey(), history.location); transitionManager.confirmTransitionTo(location, action, getUserConfirmation, function (ok) { if (!ok) return; var prevIndex = history.index; var nextIndex = prevIndex + 1; var nextEntries = history.entries.slice(0); if (nextEntries.length > nextIndex) { nextEntries.splice(nextIndex, nextEntries.length - nextIndex, location); } else { nextEntries.push(location); } setState({ action: action, location: location, index: nextIndex, entries: nextEntries }); }); } function replace(path, state) { false ? 0 : void 0; var action = 'REPLACE'; var location = history_createLocation(path, state, createKey(), history.location); transitionManager.confirmTransitionTo(location, action, getUserConfirmation, function (ok) { if (!ok) return; history.entries[history.index] = location; setState({ action: action, location: location }); }); } function go(n) { var nextIndex = clamp(history.index + n, 0, history.entries.length - 1); var action = 'POP'; var location = history.entries[nextIndex]; transitionManager.confirmTransitionTo(location, action, getUserConfirmation, function (ok) { if (ok) { setState({ action: action, location: location, index: nextIndex }); } else { // Mimic the behavior of DOM histories by // causing a render after a cancelled POP. setState(); } }); } function goBack() { go(-1); } function goForward() { go(1); } function canGo(n) { var nextIndex = history.index + n; return nextIndex >= 0 && nextIndex < history.entries.length; } function block(prompt) { if (prompt === void 0) { prompt = false; } return transitionManager.setPrompt(prompt); } function listen(listener) { return transitionManager.appendListener(listener); } var history = { length: entries.length, action: 'POP', location: entries[index], index: index, entries: entries, createHref: createHref, push: push, replace: replace, go: go, goBack: goBack, goForward: goForward, canGo: canGo, block: block, listen: listen }; return history; } ;// CONCATENATED MODULE: ./node_modules/mini-create-react-context/dist/esm/index.js var MAX_SIGNED_31_BIT_INT = 1073741823; var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof __webpack_require__.g !== 'undefined' ? __webpack_require__.g : {}; function getUniqueId() { var key = '__global_unique_id__'; return commonjsGlobal[key] = (commonjsGlobal[key] || 0) + 1; } function objectIs(x, y) { if (x === y) { return x !== 0 || 1 / x === 1 / y; } else { return x !== x && y !== y; } } function createEventEmitter(value) { var handlers = []; return { on: function on(handler) { handlers.push(handler); }, off: function off(handler) { handlers = handlers.filter(function (h) { return h !== handler; }); }, get: function get() { return value; }, set: function set(newValue, changedBits) { value = newValue; handlers.forEach(function (handler) { return handler(value, changedBits); }); } }; } function onlyChild(children) { return Array.isArray(children) ? children[0] : children; } function createReactContext(defaultValue, calculateChangedBits) { var _Provider$childContex, _Consumer$contextType; var contextProp = '__create-react-context-' + getUniqueId() + '__'; var Provider = /*#__PURE__*/function (_Component) { (0,inheritsLoose/* default */.Z)(Provider, _Component); function Provider() { var _this; _this = _Component.apply(this, arguments) || this; _this.emitter = createEventEmitter(_this.props.value); return _this; } var _proto = Provider.prototype; _proto.getChildContext = function getChildContext() { var _ref; return _ref = {}, _ref[contextProp] = this.emitter, _ref; }; _proto.componentWillReceiveProps = function componentWillReceiveProps(nextProps) { if (this.props.value !== nextProps.value) { var oldValue = this.props.value; var newValue = nextProps.value; var changedBits; if (objectIs(oldValue, newValue)) { changedBits = 0; } else { changedBits = typeof calculateChangedBits === 'function' ? calculateChangedBits(oldValue, newValue) : MAX_SIGNED_31_BIT_INT; if (false) {} changedBits |= 0; if (changedBits !== 0) { this.emitter.set(nextProps.value, changedBits); } } } }; _proto.render = function render() { return this.props.children; }; return Provider; }(react.Component); Provider.childContextTypes = (_Provider$childContex = {}, _Provider$childContex[contextProp] = (prop_types_default()).object.isRequired, _Provider$childContex); var Consumer = /*#__PURE__*/function (_Component2) { (0,inheritsLoose/* default */.Z)(Consumer, _Component2); function Consumer() { var _this2; _this2 = _Component2.apply(this, arguments) || this; _this2.state = { value: _this2.getValue() }; _this2.onUpdate = function (newValue, changedBits) { var observedBits = _this2.observedBits | 0; if ((observedBits & changedBits) !== 0) { _this2.setState({ value: _this2.getValue() }); } }; return _this2; } var _proto2 = Consumer.prototype; _proto2.componentWillReceiveProps = function componentWillReceiveProps(nextProps) { var observedBits = nextProps.observedBits; this.observedBits = observedBits === undefined || observedBits === null ? MAX_SIGNED_31_BIT_INT : observedBits; }; _proto2.componentDidMount = function componentDidMount() { if (this.context[contextProp]) { this.context[contextProp].on(this.onUpdate); } var observedBits = this.props.observedBits; this.observedBits = observedBits === undefined || observedBits === null ? MAX_SIGNED_31_BIT_INT : observedBits; }; _proto2.componentWillUnmount = function componentWillUnmount() { if (this.context[contextProp]) { this.context[contextProp].off(this.onUpdate); } }; _proto2.getValue = function getValue() { if (this.context[contextProp]) { return this.context[contextProp].get(); } else { return defaultValue; } }; _proto2.render = function render() { return onlyChild(this.props.children)(this.state.value); }; return Consumer; }(react.Component); Consumer.contextTypes = (_Consumer$contextType = {}, _Consumer$contextType[contextProp] = (prop_types_default()).object, _Consumer$contextType); return { Provider: Provider, Consumer: Consumer }; } var esm_index = react.createContext || createReactContext; /* harmony default export */ var esm = (esm_index); // EXTERNAL MODULE: ./node_modules/react-router/node_modules/path-to-regexp/index.js var path_to_regexp = __webpack_require__(39658); var path_to_regexp_default = /*#__PURE__*/__webpack_require__.n(path_to_regexp); // EXTERNAL MODULE: ./node_modules/react-router/node_modules/react-is/index.js var react_router_node_modules_react_is = __webpack_require__(50663); ;// CONCATENATED MODULE: ./node_modules/react-router/esm/react-router.js // TODO: Replace with React.createContext once we can assume React 16+ var createNamedContext = function createNamedContext(name) { var context = esm(); context.displayName = name; return context; }; var historyContext = /*#__PURE__*/ createNamedContext("Router-History"); // TODO: Replace with React.createContext once we can assume React 16+ var createNamedContext$1 = function createNamedContext(name) { var context = esm(); context.displayName = name; return context; }; var context = /*#__PURE__*/ createNamedContext$1("Router"); /** * The public API for putting history on context. */ var Router = /*#__PURE__*/ function (_React$Component) { (0,inheritsLoose/* default */.Z)(Router, _React$Component); Router.computeRootMatch = function computeRootMatch(pathname) { return { path: "/", url: "/", params: {}, isExact: pathname === "/" }; }; function Router(props) { var _this; _this = _React$Component.call(this, props) || this; _this.state = { location: props.history.location }; // This is a bit of a hack. We have to start listening for location // changes here in the constructor in case there are any <Redirect>s // on the initial render. If there are, they will replace/push when // they mount and since cDM fires in children before parents, we may // get a new location before the <Router> is mounted. _this._isMounted = false; _this._pendingLocation = null; if (!props.staticContext) { _this.unlisten = props.history.listen(function (location) { if (_this._isMounted) { _this.setState({ location: location }); } else { _this._pendingLocation = location; } }); } return _this; } var _proto = Router.prototype; _proto.componentDidMount = function componentDidMount() { this._isMounted = true; if (this._pendingLocation) { this.setState({ location: this._pendingLocation }); } }; _proto.componentWillUnmount = function componentWillUnmount() { if (this.unlisten) this.unlisten(); }; _proto.render = function render() { return react.createElement(context.Provider, { value: { history: this.props.history, location: this.state.location, match: Router.computeRootMatch(this.state.location.pathname), staticContext: this.props.staticContext } }, react.createElement(historyContext.Provider, { children: this.props.children || null, value: this.props.history })); }; return Router; }(react.Component); if (false) {} /** * The public API for a <Router> that stores location in memory. */ var MemoryRouter = /*#__PURE__*/ function (_React$Component) { (0,inheritsLoose/* default */.Z)(MemoryRouter, _React$Component); function MemoryRouter() { var _this; for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this; _this.history = createMemoryHistory(_this.props); return _this; } var _proto = MemoryRouter.prototype; _proto.render = function render() { return react.createElement(Router, { history: this.history, children: this.props.children }); }; return MemoryRouter; }(react.Component); if (false) {} var Lifecycle = /*#__PURE__*/ function (_React$Component) { (0,inheritsLoose/* default */.Z)(Lifecycle, _React$Component); function Lifecycle() { return _React$Component.apply(this, arguments) || this; } var _proto = Lifecycle.prototype; _proto.componentDidMount = function componentDidMount() { if (this.props.onMount) this.props.onMount.call(this, this); }; _proto.componentDidUpdate = function componentDidUpdate(prevProps) { if (this.props.onUpdate) this.props.onUpdate.call(this, this, prevProps); }; _proto.componentWillUnmount = function componentWillUnmount() { if (this.props.onUnmount) this.props.onUnmount.call(this, this); }; _proto.render = function render() { return null; }; return Lifecycle; }(react.Component); /** * The public API for prompting the user before navigating away from a screen. */ function Prompt(_ref) { var message = _ref.message, _ref$when = _ref.when, when = _ref$when === void 0 ? true : _ref$when; return React.createElement(context.Consumer, null, function (context) { !context ? false ? 0 : invariant(false) : void 0; if (!when || context.staticContext) return null; var method = context.history.block; return React.createElement(Lifecycle, { onMount: function onMount(self) { self.release = method(message); }, onUpdate: function onUpdate(self, prevProps) { if (prevProps.message !== message) { self.release(); self.release = method(message); } }, onUnmount: function onUnmount(self) { self.release(); }, message: message }); }); } if (false) { var messageType; } var react_router_cache = {}; var cacheLimit = 10000; var cacheCount = 0; function compilePath(path) { if (react_router_cache[path]) return react_router_cache[path]; var generator = pathToRegexp.compile(path); if (cacheCount < cacheLimit) { react_router_cache[path] = generator; cacheCount++; } return generator; } /** * Public API for generating a URL pathname from a path and parameters. */ function generatePath(path, params) { if (path === void 0) { path = "/"; } if (params === void 0) { params = {}; } return path === "/" ? path : compilePath(path)(params, { pretty: true }); } /** * The public API for navigating programmatically with a component. */ function Redirect(_ref) { var computedMatch = _ref.computedMatch, to = _ref.to, _ref$push = _ref.push, push = _ref$push === void 0 ? false : _ref$push; return React.createElement(context.Consumer, null, function (context) { !context ? false ? 0 : invariant(false) : void 0; var history = context.history, staticContext = context.staticContext; var method = push ? history.push : history.replace; var location = createLocation(computedMatch ? typeof to === "string" ? generatePath(to, computedMatch.params) : _extends({}, to, { pathname: generatePath(to.pathname, computedMatch.params) }) : to); // When rendering in a static context, // set the new location immediately. if (staticContext) { method(location); return null; } return React.createElement(Lifecycle, { onMount: function onMount() { method(location); }, onUpdate: function onUpdate(self, prevProps) { var prevLocation = createLocation(prevProps.to); if (!locationsAreEqual(prevLocation, _extends({}, location, { key: prevLocation.key }))) { method(location); } }, to: to }); }); } if (false) {} var cache$1 = {}; var cacheLimit$1 = 10000; var cacheCount$1 = 0; function compilePath$1(path, options) { var cacheKey = "" + options.end + options.strict + options.sensitive; var pathCache = cache$1[cacheKey] || (cache$1[cacheKey] = {}); if (pathCache[path]) return pathCache[path]; var keys = []; var regexp = path_to_regexp_default()(path, keys, options); var result = { regexp: regexp, keys: keys }; if (cacheCount$1 < cacheLimit$1) { pathCache[path] = result; cacheCount$1++; } return result; } /** * Public API for matching a URL pathname to a path. */ function matchPath(pathname, options) { if (options === void 0) { options = {}; } if (typeof options === "string" || Array.isArray(options)) { options = { path: options }; } var _options = options, path = _options.path, _options$exact = _options.exact, exact = _options$exact === void 0 ? false : _options$exact, _options$strict = _options.strict, strict = _options$strict === void 0 ? false : _options$strict, _options$sensitive = _options.sensitive, sensitive = _options$sensitive === void 0 ? false : _options$sensitive; var paths = [].concat(path); return paths.reduce(function (matched, path) { if (!path && path !== "") return null; if (matched) return matched; var _compilePath = compilePath$1(path, { end: exact, strict: strict, sensitive: sensitive }), regexp = _compilePath.regexp, keys = _compilePath.keys; var match = regexp.exec(pathname); if (!match) return null; var url = match[0], values = match.slice(1); var isExact = pathname === url; if (exact && !isExact) return null; return { path: path, // the path used to match url: path === "/" && url === "" ? "/" : url, // the matched portion of the URL isExact: isExact, // whether or not we matched exactly params: keys.reduce(function (memo, key, index) { memo[key.name] = values[index]; return memo; }, {}) }; }, null); } function isEmptyChildren(children) { return React.Children.count(children) === 0; } function evalChildrenDev(children, props, path) { var value = children(props); false ? 0 : void 0; return value || null; } /** * The public API for matching a single path and rendering. */ var Route = /*#__PURE__*/ function (_React$Component) { (0,inheritsLoose/* default */.Z)(Route, _React$Component); function Route() { return _React$Component.apply(this, arguments) || this; } var _proto = Route.prototype; _proto.render = function render() { var _this = this; return react.createElement(context.Consumer, null, function (context$1) { !context$1 ? false ? 0 : tiny_invariant_esm(false) : void 0; var location = _this.props.location || context$1.location; var match = _this.props.computedMatch ? _this.props.computedMatch // <Switch> already computed the match for us : _this.props.path ? matchPath(location.pathname, _this.props) : context$1.match; var props = (0,esm_extends/* default */.Z)({}, context$1, { location: location, match: match }); var _this$props = _this.props, children = _this$props.children, component = _this$props.component, render = _this$props.render; // Preact uses an empty array as children by // default, so use null if that's the case. if (Array.isArray(children) && children.length === 0) { children = null; } return react.createElement(context.Provider, { value: props }, props.match ? children ? typeof children === "function" ? false ? 0 : children(props) : children : component ? react.createElement(component, props) : render ? render(props) : null : typeof children === "function" ? false ? 0 : children(props) : null); }); }; return Route; }(react.Component); if (false) {} function react_router_addLeadingSlash(path) { return path.charAt(0) === "/" ? path : "/" + path; } function addBasename(basename, location) { if (!basename) return location; return (0,esm_extends/* default */.Z)({}, location, { pathname: react_router_addLeadingSlash(basename) + location.pathname }); } function react_router_stripBasename(basename, location) { if (!basename) return location; var base = react_router_addLeadingSlash(basename); if (location.pathname.indexOf(base) !== 0) return location; return (0,esm_extends/* default */.Z)({}, location, { pathname: location.pathname.substr(base.length) }); } function createURL(location) { return typeof location === "string" ? location : createPath(location); } function staticHandler(methodName) { return function () { false ? 0 : tiny_invariant_esm(false) ; }; } function react_router_noop() {} /** * The public top-level API for a "static" <Router>, so-called because it * can't actually change the current location. Instead, it just records * location changes in a context object. Useful mainly in testing and * server-rendering scenarios. */ var StaticRouter = /*#__PURE__*/ function (_React$Component) { (0,inheritsLoose/* default */.Z)(StaticRouter, _React$Component); function StaticRouter() { var _this; for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this; _this.handlePush = function (location) { return _this.navigateTo(location, "PUSH"); }; _this.handleReplace = function (location) { return _this.navigateTo(location, "REPLACE"); }; _this.handleListen = function () { return react_router_noop; }; _this.handleBlock = function () { return react_router_noop; }; return _this; } var _proto = StaticRouter.prototype; _proto.navigateTo = function navigateTo(location, action) { var _this$props = this.props, _this$props$basename = _this$props.basename, basename = _this$props$basename === void 0 ? "" : _this$props$basename, _this$props$context = _this$props.context, context = _this$props$context === void 0 ? {} : _this$props$context; context.action = action; context.location = addBasename(basename, history_createLocation(location)); context.url = createURL(context.location); }; _proto.render = function render() { var _this$props2 = this.props, _this$props2$basename = _this$props2.basename, basename = _this$props2$basename === void 0 ? "" : _this$props2$basename, _this$props2$context = _this$props2.context, context = _this$props2$context === void 0 ? {} : _this$props2$context, _this$props2$location = _this$props2.location, location = _this$props2$location === void 0 ? "/" : _this$props2$location, rest = (0,objectWithoutPropertiesLoose/* default */.Z)(_this$props2, ["basename", "context", "location"]); var history = { createHref: function createHref(path) { return react_router_addLeadingSlash(basename + createURL(path)); }, action: "POP", location: react_router_stripBasename(basename, history_createLocation(location)), push: this.handlePush, replace: this.handleReplace, go: staticHandler("go"), goBack: staticHandler("goBack"), goForward: staticHandler("goForward"), listen: this.handleListen, block: this.handleBlock }; return react.createElement(Router, (0,esm_extends/* default */.Z)({}, rest, { history: history, staticContext: context })); }; return StaticRouter; }(react.Component); if (false) {} /** * The public API for rendering the first <Route> that matches. */ var Switch = /*#__PURE__*/ function (_React$Component) { (0,inheritsLoose/* default */.Z)(Switch, _React$Component); function Switch() { return _React$Component.apply(this, arguments) || this; } var _proto = Switch.prototype; _proto.render = function render() { var _this = this; return react.createElement(context.Consumer, null, function (context) { !context ? false ? 0 : tiny_invariant_esm(false) : void 0; var location = _this.props.location || context.location; var element, match; // We use React.Children.forEach instead of React.Children.toArray().find() // here because toArray adds keys to all child elements and we do not want // to trigger an unmount/remount for two <Route>s that render the same // component at different URLs. react.Children.forEach(_this.props.children, function (child) { if (match == null && react.isValidElement(child)) { element = child; var path = child.props.path || child.props.from; match = path ? matchPath(location.pathname, (0,esm_extends/* default */.Z)({}, child.props, { path: path })) : context.match; } }); return match ? react.cloneElement(element, { location: location, computedMatch: match }) : null; }); }; return Switch; }(react.Component); if (false) {} /** * A public higher-order component to access the imperative API */ function withRouter(Component) { var displayName = "withRouter(" + (Component.displayName || Component.name) + ")"; var C = function C(props) { var wrappedComponentRef = props.wrappedComponentRef, remainingProps = (0,objectWithoutPropertiesLoose/* default */.Z)(props, ["wrappedComponentRef"]); return react.createElement(context.Consumer, null, function (context) { !context ? false ? 0 : tiny_invariant_esm(false) : void 0; return react.createElement(Component, (0,esm_extends/* default */.Z)({}, remainingProps, context, { ref: wrappedComponentRef })); }); }; C.displayName = displayName; C.WrappedComponent = Component; if (false) {} return hoist_non_react_statics_cjs_default()(C, Component); } var useContext = react.useContext; function useHistory() { if (false) {} return useContext(historyContext); } function useLocation() { if (false) {} return useContext(context).location; } function useParams() { if (false) {} var match = useContext(context).match; return match ? match.params : {}; } function useRouteMatch(path) { if (false) {} var location = useLocation(); var match = useContext(context).match; return path ? matchPath(location.pathname, path) : match; } if (false) { var secondaryBuildName, initialBuildName, buildNames, key, react_router_global; } //# sourceMappingURL=react-router.js.map ;// CONCATENATED MODULE: ./src/js/dashboard/Components/RandomTip/RandomTip.js function RandomTip_slicedToArray(arr, i) { return RandomTip_arrayWithHoles(arr) || RandomTip_iterableToArrayLimit(arr, i) || RandomTip_unsupportedIterableToArray(arr, i) || RandomTip_nonIterableRest(); } function RandomTip_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 RandomTip_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return RandomTip_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 RandomTip_arrayLikeToArray(o, minLen); } function RandomTip_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 RandomTip_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function RandomTip_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function RandomTip(_ref) { var settings = _ref.settings; var tips = [translate_translate("random_tips.tip_1"), translate_translate("random_tips.tip_2"), translate_translate("random_tips.tip_3"), translate_translate("random_tips.tip_4"), translate_translate("random_tips.tip_5"), translate_translate("random_tips.tip_6"), translate_translate("random_tips.tip_7"), translate_translate("random_tips.tip_8"), translate_translate("random_tips.tip_9"), translate_translate("random_tips.tip_10"), translate_translate("random_tips.tip_11"), translate_translate("random_tips.tip_12"), translate_translate("random_tips.tip_13"), translate_translate("random_tips.tip_14"), translate_translate("random_tips.tip_15"), translate_translate("random_tips.tip_16"), translate_translate("random_tips.tip_17"), translate_translate("random_tips.tip_18"), translate_translate("random_tips.tip_19"), translate_translate("random_tips.tip_20"), translate_translate("random_tips.tip_21"), translate_translate("random_tips.tip_22"), translate_translate("random_tips.tip_23")]; var _useState = (0,react.useState)(0), _useState2 = RandomTip_slicedToArray(_useState, 2), currentTip = _useState2[0], setCurrentTip = _useState2[1]; var _useState3 = (0,react.useState)(shuffleTips(tips)), _useState4 = RandomTip_slicedToArray(_useState3, 1), randomTips = _useState4[0]; if (settings["tips_enabled"] !== true) return /*#__PURE__*/react.createElement(react.Fragment, null); return /*#__PURE__*/react.createElement("div", { className: "random-tip", "data-testid": "random-tip" }, /*#__PURE__*/react.createElement("span", { className: "buzz" }, /*#__PURE__*/react.createElement("img", { onDoubleClick: function onDoubleClick() { window.open("https://www.youtube.com/watch?v=dQw4w9WgXcQ"); }, src: buttonizer_admin.assets + "/images/ButtonizerBuzzer.svg", "data-testid": "random-tip:buzzer" })), /*#__PURE__*/react.createElement("span", { className: "tip", style: { userSelect: "none" }, onClick: function onClick() { var nextTip = currentTip + 1; if (nextTip >= randomTips.length) { nextTip = 0; } setCurrentTip(nextTip); }, "data-testid": "random-tip:new-tip" }, randomTips[currentTip])); } /* harmony default export */ var RandomTip_RandomTip = (connect(function (state) { return { settings: state.settings }; })(RandomTip)); ;// CONCATENATED MODULE: ./src/js/dashboard/store/actions/GroupActions.js function GroupActions_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function GroupActions_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { GroupActions_ownKeys(Object(source), true).forEach(function (key) { GroupActions_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { GroupActions_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function GroupActions_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function GroupActions_addGroup(payload) { var index = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : ""; var dispatch = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : dashboard_store.dispatch; var group = dispatch(dataActions_addRecord(GroupActions_objectSpread({ name: translate_translate("utils.new_group"), show_mobile: true, show_desktop: true, children: [] }, payload), "groups", index)).payload.record; // Create simple button var button = dispatch(dataActions_addRecord({ name: translate_translate("utils.new_button"), show_mobile: true, show_desktop: true, label: translate_translate("templates.first_button") }, "buttons")).payload.record; // Add group relation dispatch(dataActions_addRelation(button.id, group.id)); } function addButton(payload, group_id, index) { var dispatch = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : dashboard_store.dispatch; var redirect = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : false; var button = dispatch(dataActions_addRecord(GroupActions_objectSpread({ name: translate_translate("utils.new_button"), show_mobile: true, show_desktop: true, label: translate_translate("templates.first_button") }, payload), "buttons")).payload.record; dispatch(dataActions_addRelation(button.id, group_id, index)); if (redirect) document.location.hash = "/group/".concat(group_id, "/button/").concat(button.id); } function GroupActions_removeGroup(id) { var state = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : window.store.getState(); var dispatch = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : window.store.dispatch; if (!state.groups[id]) console.error("ID " + id + " not in store!"); var buttons = getButtons(id, state); dispatch(removeRecord(id, "groups")); Object.keys(buttons).map(function (id) { return dispatch(removeRecord(id, "buttons")); }); } function GroupActions_duplicateGroup(id, payload) { var state = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : window.store.getState(); var dispatch = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : window.store.dispatch; if (state.groups[id]) { var attr = GroupActions_objectSpread(GroupActions_objectSpread({}, state.groups[id]), {}, { name: state.groups[id].name + " Copy", id: undefined, children: [] }, payload); // delete unnecesercary attrs delete attr.id; var buttons = getButtons(id, state); var index = Object.values(state.groups).reduce(function (acc, item, index) { return item.id === id ? index + 1 : acc; }, ""); var group_id = dispatch(dataActions_addRecord(attr, "groups", index)).payload.record.id; Object.keys(buttons).map(function (key) { ButtonActions_duplicateButton(buttons[key].id, group_id, { name: buttons[key].name }, state, dispatch); }); } else { console.error("ID " + id + " not in group store!"); } save(); } function importGroup() { var groupAttr = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; var buttons = arguments.length > 1 ? arguments[1] : undefined; var foundMenuButton = arguments.length > 2 ? arguments[2] : undefined; var index = arguments.length > 3 ? arguments[3] : undefined; var dispatch = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : dashboard_store.dispatch; var groupAttrDef = { name: translate_translate("utils.new_group"), show_mobile: true, show_desktop: true, children: [] }; var group_id = dispatch(dataActions_addRecord(groupAttr ? groupAttr : groupAttrDef, "groups", index, foundMenuButton)).payload.record.id; buttons.map(function (button, key) { // Do not import if (Object.keys(button).length === 0) return false; addButton(button, group_id, key, dispatch); }); } function replaceGroup(currentGroupId, groupAttr, buttons) { var dispatch = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : dashboard_store.dispatch; var state = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : dashboard_store.getState(); if (state.groups[currentGroupId]) { // Remove current group GroupActions_removeGroup(currentGroupId, state, dispatch); // Create new group with same index var index = Object.values(state.groups).reduce(function (acc, item, index) { return item.id === currentGroupId ? index : acc; }, ""); var group_id = dispatch(dataActions_addRecord(groupAttr, "groups", index)).payload.record.id; buttons.map(function (button, key) { // Do not import if (Object.keys(button).length === 0) return false; addButton(button, group_id, key, dispatch); }); } else { console.error(state.groups, state.groups[currentGroupId]); } save(); } ;// CONCATENATED MODULE: ./src/js/dashboard/store/actions/ButtonActions.js function ButtonActions_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function ButtonActions_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ButtonActions_ownKeys(Object(source), true).forEach(function (key) { ButtonActions_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ButtonActions_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function ButtonActions_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function ButtonActions_removeButton(id, groupId) { var state = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : window.store.getState(); var dispatch = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : window.store.dispatch; if (!state.buttons[id]) throw ReferenceError("ID " + id + " not in store!"); dispatch(removeRelation(id, state.buttons[id].parent)); dispatch(removeRecord(id, "buttons")); if (selectors_getButtonsCount(groupId, state) === 1) dispatch(removeRecord(groupId, "groups")); } function ButtonActions_duplicateButton(id, group_id, payload) { var state = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : window.store.getState(); var dispatch = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : window.store.dispatch; if (state.buttons[id]) { var attr = ButtonActions_objectSpread(ButtonActions_objectSpread({}, state.buttons[id]), {}, { name: state.buttons[id].name + " Copy", id: undefined }, payload); switch (state.buttons[id].type) { case "popup_maker": attr.action = "popupMaker" + uniqueCharset() + "Pv2"; break; case "elementor_popup": attr.action = "elementor" + uniqueCharset() + "Ev2"; break; } delete attr.id; addButton(attr, group_id, Object.values(state.buttons).reduce(function (acc, item, index) { return item.id === id ? index + 1 : acc; }, ""), dispatch); } else { throw ReferenceError("ID " + id + " not in button store!"); } } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Containers/ContainerActions/DeleteButton.js function DeleteButton_extends() { DeleteButton_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return DeleteButton_extends.apply(this, arguments); } function DeleteButton_slicedToArray(arr, i) { return DeleteButton_arrayWithHoles(arr) || DeleteButton_iterableToArrayLimit(arr, i) || DeleteButton_unsupportedIterableToArray(arr, i) || DeleteButton_nonIterableRest(); } function DeleteButton_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 DeleteButton_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return DeleteButton_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 DeleteButton_arrayLikeToArray(o, minLen); } function DeleteButton_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 DeleteButton_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function DeleteButton_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function DeleteButton_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = DeleteButton_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 DeleteButton_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; } var DeleteButton = /*#__PURE__*/react.forwardRef(function (_ref, ref) { var _ref$model = _ref.model, model = _ref$model === void 0 ? "group" : _ref$model, _ref$deleteDisabled = _ref.deleteDisabled, deleteDisabled = _ref$deleteDisabled === void 0 ? false : _ref$deleteDisabled, _ref$size = _ref.size, size = _ref$size === void 0 ? "small" : _ref$size, onClose = _ref.onClose, _ref$buttonCount = _ref.buttonCount, buttonCount = _ref$buttonCount === void 0 ? 1 : _ref$buttonCount, _ref$inDropdown = _ref.inDropdown, inDropdown = _ref$inDropdown === void 0 ? false : _ref$inDropdown, props = DeleteButton_objectWithoutProperties(_ref, ["model", "deleteDisabled", "size", "onClose", "buttonCount", "inDropdown"]); var _useState = (0,react.useState)(false), _useState2 = DeleteButton_slicedToArray(_useState, 2), dialogOpened = _useState2[0], setDialogOpened = _useState2[1]; // Handle close button var handleClose = function handleClose(why) { setDialogOpened(false); if (why === "confirm" && !deleteDisabled) { onClose(); } }; var dialogContent = function dialogContent() { // For a button, make sure it's not the only button left in the group, otherwise deny if (deleteDisabled) { return /*#__PURE__*/react.createElement(Typography/* default */.Z, null, translate_translate("modal.remove.".concat(model, ".cannot_delete"))); } return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(Typography/* default */.Z, null, translate_translate("modal.remove.".concat(model, ".question"))), model === "group" && /*#__PURE__*/react.createElement(Typography/* default */.Z, null, translate_translate("modal.remove.group.question_multiple_buttons", { count: buttonCount })), /*#__PURE__*/react.createElement(Typography/* default */.Z, { style: { marginTop: 15 } }, translate_translate("modal.remove.permanent"))); }; return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("modal.remove.".concat(model, ".cannot_delete")), disabled: !deleteDisabled, trigger: "click" }, !inDropdown ? /*#__PURE__*/react.createElement("span", { tabIndex: 0 }, /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("utils.delete"), disabled: deleteDisabled, style: { "float": "right" }, shiftClick: true }, /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, DeleteButton_extends({ onClick: function onClick(e) { if (!deleteDisabled) { if (e.shiftKey) return handleClose("confirm"); setDialogOpened(true); } }, color: "primary", disabled: deleteDisabled, size: size, style: { width: "35px", height: "35px" } }, props), /*#__PURE__*/react.createElement(esm_Icon_Icon, { fontSize: "inherit", style: { overflow: "unset" }, className: "fas fa-times" })))) : /*#__PURE__*/react.createElement("div", { ref: ref }, /*#__PURE__*/react.createElement(Tippy_Tippy, { content: "", disabled: deleteDisabled, style: { "float": "right" }, shiftClick: true }, /*#__PURE__*/react.createElement(MenuItem_MenuItem, { onClick: function onClick(e) { if (!deleteDisabled) { if (e.shiftKey) return handleClose("confirm"); setDialogOpened(true); } }, disabled: deleteDisabled, "data-testid": model === "page_rule" ? props["data-testid"] : "delete-button-".concat(model) }, /*#__PURE__*/react.createElement(ListItemIcon_ListItemIcon, null, /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "fas fa-trash-alt" })), /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "inherit" }, translate_translate("utils.delete")))))), /*#__PURE__*/react.createElement(ConfirmDialog, { open: dialogOpened, title: deleteDisabled ? translate_translate("modal.remove.".concat(model, ".cannot_delete_window_title")) : translate_translate("modal.remove.".concat(model, ".window_title")), buttons: deleteDisabled ? [{ value: "close", text: translate_translate("modal.close") }] : null, onClose: handleClose, testId: "delete-button:dialog" }, dialogContent())); }); /* harmony default export */ var ContainerActions_DeleteButton = (DeleteButton); // EXTERNAL MODULE: ./node_modules/void-elements/index.js var void_elements = __webpack_require__(71739); var void_elements_default = /*#__PURE__*/__webpack_require__.n(void_elements); ;// CONCATENATED MODULE: ./node_modules/html-parse-stringify/dist/html-parse-stringify.module.js var html_parse_stringify_module_t=/\s([^'"/\s><]+?)[\s/>]|([^\s=]+)=\s?(".*?"|'.*?')/g;function html_parse_stringify_module_n(n){var r={type:"tag",name:"",voidElement:!1,attrs:{},children:[]},i=n.match(/<\/?([^\s]+?)[/\s>]/);if(i&&(r.name=i[1],((void_elements_default())[i[1]]||"/"===n.charAt(n.length-2))&&(r.voidElement=!0),r.name.startsWith("!--"))){var s=n.indexOf("--\x3e");return{type:"comment",comment:-1!==s?n.slice(4,s):""}}for(var a=new RegExp(html_parse_stringify_module_t),c=null;null!==(c=a.exec(n));)if(c[0].trim())if(c[1]){var o=c[1].trim(),l=[o,""];o.indexOf("=")>-1&&(l=o.split("=")),r.attrs[l[0]]=l[1],a.lastIndex--}else c[2]&&(r.attrs[c[2]]=c[3].trim().substring(1,c[3].length-1));return r}var html_parse_stringify_module_r=/<[a-zA-Z0-9\-\!\/](?:"[^"]*"|'[^']*'|[^'">])*>/g,html_parse_stringify_module_i=/^\s*$/,html_parse_stringify_module_s=Object.create(null);function html_parse_stringify_module_a(e,t){switch(t.type){case"text":return e+t.content;case"tag":return e+="<"+t.name+(t.attrs?function(e){var t=[];for(var n in e)t.push(n+'="'+e[n]+'"');return t.length?" "+t.join(" "):""}(t.attrs):"")+(t.voidElement?"/>":">"),t.voidElement?e:e+t.children.reduce(html_parse_stringify_module_a,"")+"</"+t.name+">";case"comment":return e+"\x3c!--"+t.comment+"--\x3e"}}var html_parse_stringify_module_c={parse:function(e,t){t||(t={}),t.components||(t.components=html_parse_stringify_module_s);var a,c=[],o=[],l=-1,m=!1;if(0!==e.indexOf("<")){var u=e.indexOf("<");c.push({type:"text",content:-1===u?e:e.substring(0,u)})}return e.replace(html_parse_stringify_module_r,function(r,s){if(m){if(r!=="</"+a.name+">")return;m=!1}var u,f="/"!==r.charAt(1),h=r.startsWith("\x3c!--"),p=s+r.length,d=e.charAt(p);if(h){var v=html_parse_stringify_module_n(r);return l<0?(c.push(v),c):((u=o[l]).children.push(v),c)}if(f&&(l++,"tag"===(a=html_parse_stringify_module_n(r)).type&&t.components[a.name]&&(a.type="component",m=!0),a.voidElement||m||!d||"<"===d||a.children.push({type:"text",content:e.slice(p,e.indexOf("<",p))}),0===l&&c.push(a),(u=o[l-1])&&u.children.push(a),o[l]=a),(!f||a.voidElement)&&(l>-1&&(a.voidElement||a.name===r.slice(2,-1))&&(l--,a=-1===l?c:o[l]),!m&&"<"!==d&&d)){u=-1===l?c:o[l].children;var x=e.indexOf("<",p),g=e.slice(p,-1===x?void 0:x);html_parse_stringify_module_i.test(g)&&(g=" "),(x>-1&&l+u.length>=0||" "!==g)&&u.push({type:"text",content:g})}}),c},stringify:function(e){return e.reduce(function(e,t){return e+html_parse_stringify_module_a("",t)},"")}};/* harmony default export */ var html_parse_stringify_module = (html_parse_stringify_module_c); //# sourceMappingURL=html-parse-stringify.module.js.map ;// CONCATENATED MODULE: ./node_modules/html-escaper/esm/index.js /** * Copyright (C) 2017-present by Andrea Giammarchi - @WebReflection * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ var replace = ''.replace; var ca = /[&<>'"]/g; var esm_es = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34);/g; var esca = { '&': '&amp;', '<': '&lt;', '>': '&gt;', "'": '&#39;', '"': '&quot;' }; var unes = { '&amp;': '&', '&#38;': '&', '&lt;': '<', '&#60;': '<', '&gt;': '>', '&#62;': '>', '&apos;': "'", '&#39;': "'", '&quot;': '"', '&#34;': '"' }; function esm_escape(es) { return replace.call(es, ca, pe); }; function esm_unescape(un) { return replace.call(un, esm_es, cape); }; function pe(m) { return esca[m]; } function cape(m) { return unes[m]; } ;// CONCATENATED MODULE: ./node_modules/react-i18next/dist/es/context.js function context_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; } function context_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { context_ownKeys(Object(source), true).forEach(function (key) { (0,defineProperty/* default */.Z)(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { context_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } var defaultOptions = { bindI18n: 'languageChanged', bindI18nStore: '', transEmptyNodeValue: '', transSupportBasicHtmlNodes: true, transWrapTextNodes: '', transKeepBasicHtmlNodesFor: ['br', 'strong', 'i', 'p'], useSuspense: true }; var i18nInstance; var I18nContext = react.createContext(); function setDefaults() { var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; defaultOptions = context_objectSpread(context_objectSpread({}, defaultOptions), options); } function getDefaults() { return defaultOptions; } var ReportNamespaces = function () { function ReportNamespaces() { _classCallCheck(this, ReportNamespaces); this.usedNamespaces = {}; } (0,createClass/* default */.Z)(ReportNamespaces, [{ key: "addUsedNamespaces", value: function addUsedNamespaces(namespaces) { var _this = this; namespaces.forEach(function (ns) { if (!_this.usedNamespaces[ns]) _this.usedNamespaces[ns] = true; }); } }, { key: "getUsedNamespaces", value: function getUsedNamespaces() { return Object.keys(this.usedNamespaces); } }]); return ReportNamespaces; }(); function setI18n(instance) { i18nInstance = instance; } function getI18n() { return i18nInstance; } var initReactI18next = { type: '3rdParty', init: function init(instance) { setDefaults(instance.options.react); setI18n(instance); } }; function composeInitialProps(ForComponent) { return function (ctx) { return new Promise(function (resolve) { var i18nInitialProps = getInitialProps(); if (ForComponent.getInitialProps) { ForComponent.getInitialProps(ctx).then(function (componentsInitialProps) { resolve(context_objectSpread(context_objectSpread({}, componentsInitialProps), i18nInitialProps)); }); } else { resolve(i18nInitialProps); } }); }; } function getInitialProps() { var i18n = getI18n(); var namespaces = i18n.reportNamespaces ? i18n.reportNamespaces.getUsedNamespaces() : []; var ret = {}; var initialI18nStore = {}; i18n.languages.forEach(function (l) { initialI18nStore[l] = {}; namespaces.forEach(function (ns) { initialI18nStore[l][ns] = i18n.getResourceBundle(l, ns) || {}; }); }); ret.initialI18nStore = initialI18nStore; ret.initialLanguage = i18n.language; return ret; } ;// CONCATENATED MODULE: ./node_modules/react-i18next/dist/es/utils.js function warn() { if (console && console.warn) { var _console; for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } if (typeof args[0] === 'string') args[0] = "react-i18next:: ".concat(args[0]); (_console = console).warn.apply(_console, args); } } var alreadyWarned = {}; function warnOnce() { for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) { args[_key2] = arguments[_key2]; } if (typeof args[0] === 'string' && alreadyWarned[args[0]]) return; if (typeof args[0] === 'string') alreadyWarned[args[0]] = new Date(); warn.apply(void 0, args); } function utils_loadNamespaces(i18n, ns, cb) { i18n.loadNamespaces(ns, function () { if (i18n.isInitialized) { cb(); } else { var initialized = function initialized() { setTimeout(function () { i18n.off('initialized', initialized); }, 0); cb(); }; i18n.on('initialized', initialized); } }); } function utils_hasLoadedNamespace(ns, i18n) { var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; if (!i18n.languages || !i18n.languages.length) { warnOnce('i18n.languages were undefined or empty', i18n.languages); return true; } var lng = i18n.languages[0]; var fallbackLng = i18n.options ? i18n.options.fallbackLng : false; var lastLng = i18n.languages[i18n.languages.length - 1]; if (lng.toLowerCase() === 'cimode') return true; var loadNotPending = function loadNotPending(l, n) { var loadState = i18n.services.backendConnector.state["".concat(l, "|").concat(n)]; return loadState === -1 || loadState === 2; }; if (options.bindI18n && options.bindI18n.indexOf('languageChanging') > -1 && i18n.services.backendConnector.backend && i18n.isLanguageChangingTo && !loadNotPending(i18n.isLanguageChangingTo, ns)) return false; if (i18n.hasResourceBundle(lng, ns)) return true; if (!i18n.services.backendConnector.backend) return true; if (loadNotPending(lng, ns) && (!fallbackLng || loadNotPending(lastLng, ns))) return true; return false; } function utils_getDisplayName(Component) { return Component.displayName || Component.name || (typeof Component === 'string' && Component.length > 0 ? Component : 'Unknown'); } ;// CONCATENATED MODULE: ./node_modules/react-i18next/dist/es/Trans.js var _excluded = ["format"], _excluded2 = ["children", "count", "parent", "i18nKey", "tOptions", "values", "defaults", "components", "ns", "i18n", "t", "shouldUnescape"]; function Trans_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; } function Trans_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Trans_ownKeys(Object(source), true).forEach(function (key) { (0,defineProperty/* default */.Z)(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { Trans_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function hasChildren(node, checkLength) { if (!node) return false; var base = node.props ? node.props.children : node.children; if (checkLength) return base.length > 0; return !!base; } function Trans_getChildren(node) { if (!node) return []; return node && node.children ? node.children : node.props && node.props.children; } function hasValidReactChildren(children) { if (Object.prototype.toString.call(children) !== '[object Array]') return false; return children.every(function (child) { return react.isValidElement(child); }); } function getAsArray(data) { return Array.isArray(data) ? data : [data]; } function Trans_mergeProps(source, target) { var newTarget = Trans_objectSpread({}, target); newTarget.props = Object.assign(source.props, target.props); return newTarget; } function nodesToString(children, i18nOptions) { if (!children) return ''; var stringNode = ''; var childrenArray = getAsArray(children); var keepArray = i18nOptions.transKeepBasicHtmlNodesFor || []; childrenArray.forEach(function (child, childIndex) { if (typeof child === 'string') { stringNode += "".concat(child); } else if (react.isValidElement(child)) { var childPropsCount = Object.keys(child.props).length; var shouldKeepChild = keepArray.indexOf(child.type) > -1; var childChildren = child.props.children; if (!childChildren && shouldKeepChild && childPropsCount === 0) { stringNode += "<".concat(child.type, "/>"); } else if (!childChildren && (!shouldKeepChild || childPropsCount !== 0)) { stringNode += "<".concat(childIndex, "></").concat(childIndex, ">"); } else if (child.props.i18nIsDynamicList) { stringNode += "<".concat(childIndex, "></").concat(childIndex, ">"); } else if (shouldKeepChild && childPropsCount === 1 && typeof childChildren === 'string') { stringNode += "<".concat(child.type, ">").concat(childChildren, "</").concat(child.type, ">"); } else { var content = nodesToString(childChildren, i18nOptions); stringNode += "<".concat(childIndex, ">").concat(content, "</").concat(childIndex, ">"); } } else if (child === null) { warn("Trans: the passed in value is invalid - seems you passed in a null child."); } else if ((0,esm_typeof/* default */.Z)(child) === 'object') { var format = child.format, clone = (0,objectWithoutProperties/* default */.Z)(child, _excluded); var keys = Object.keys(clone); if (keys.length === 1) { var value = format ? "".concat(keys[0], ", ").concat(format) : keys[0]; stringNode += "{{".concat(value, "}}"); } else { warn("react-i18next: the passed in object contained more than one variable - the object should look like {{ value, format }} where format is optional.", child); } } else { warn("Trans: the passed in value is invalid - seems you passed in a variable like {number} - please pass in variables for interpolation as full objects like {{number}}.", child); } }); return stringNode; } function renderNodes(children, targetString, i18n, i18nOptions, combinedTOpts, shouldUnescape) { if (targetString === '') return []; var keepArray = i18nOptions.transKeepBasicHtmlNodesFor || []; var emptyChildrenButNeedsHandling = targetString && new RegExp(keepArray.join('|')).test(targetString); if (!children && !emptyChildrenButNeedsHandling) return [targetString]; var data = {}; function getData(childs) { var childrenArray = getAsArray(childs); childrenArray.forEach(function (child) { if (typeof child === 'string') return; if (hasChildren(child)) getData(Trans_getChildren(child));else if ((0,esm_typeof/* default */.Z)(child) === 'object' && !react.isValidElement(child)) Object.assign(data, child); }); } getData(children); var ast = html_parse_stringify_module.parse("<0>".concat(targetString, "</0>")); var opts = Trans_objectSpread(Trans_objectSpread({}, data), combinedTOpts); function renderInner(child, node, rootReactNode) { var childs = Trans_getChildren(child); var mappedChildren = mapAST(childs, node.children, rootReactNode); return hasValidReactChildren(childs) && mappedChildren.length === 0 ? childs : mappedChildren; } function pushTranslatedJSX(child, inner, mem, i, isVoid) { if (child.dummy) child.children = inner; mem.push(react.cloneElement(child, Trans_objectSpread(Trans_objectSpread({}, child.props), {}, { key: i }), isVoid ? undefined : inner)); } function mapAST(reactNode, astNode, rootReactNode) { var reactNodes = getAsArray(reactNode); var astNodes = getAsArray(astNode); return astNodes.reduce(function (mem, node, i) { var translationContent = node.children && node.children[0] && node.children[0].content && i18n.services.interpolator.interpolate(node.children[0].content, opts, i18n.language); if (node.type === 'tag') { var tmp = reactNodes[parseInt(node.name, 10)]; if (!tmp && rootReactNode.length === 1 && rootReactNode[0][node.name]) tmp = rootReactNode[0][node.name]; if (!tmp) tmp = {}; var child = Object.keys(node.attrs).length !== 0 ? Trans_mergeProps({ props: node.attrs }, tmp) : tmp; var isElement = react.isValidElement(child); var isValidTranslationWithChildren = isElement && hasChildren(node, true) && !node.voidElement; var isEmptyTransWithHTML = emptyChildrenButNeedsHandling && (0,esm_typeof/* default */.Z)(child) === 'object' && child.dummy && !isElement; var isKnownComponent = (0,esm_typeof/* default */.Z)(children) === 'object' && children !== null && Object.hasOwnProperty.call(children, node.name); if (typeof child === 'string') { var value = i18n.services.interpolator.interpolate(child, opts, i18n.language); mem.push(value); } else if (hasChildren(child) || isValidTranslationWithChildren) { var inner = renderInner(child, node, rootReactNode); pushTranslatedJSX(child, inner, mem, i); } else if (isEmptyTransWithHTML) { var _inner = mapAST(reactNodes, node.children, rootReactNode); mem.push(react.cloneElement(child, Trans_objectSpread(Trans_objectSpread({}, child.props), {}, { key: i }), _inner)); } else if (Number.isNaN(parseFloat(node.name))) { if (isKnownComponent) { var _inner2 = renderInner(child, node, rootReactNode); pushTranslatedJSX(child, _inner2, mem, i, node.voidElement); } else if (i18nOptions.transSupportBasicHtmlNodes && keepArray.indexOf(node.name) > -1) { if (node.voidElement) { mem.push(react.createElement(node.name, { key: "".concat(node.name, "-").concat(i) })); } else { var _inner3 = mapAST(reactNodes, node.children, rootReactNode); mem.push(react.createElement(node.name, { key: "".concat(node.name, "-").concat(i) }, _inner3)); } } else if (node.voidElement) { mem.push("<".concat(node.name, " />")); } else { var _inner4 = mapAST(reactNodes, node.children, rootReactNode); mem.push("<".concat(node.name, ">").concat(_inner4, "</").concat(node.name, ">")); } } else if ((0,esm_typeof/* default */.Z)(child) === 'object' && !isElement) { var content = node.children[0] ? translationContent : null; if (content) mem.push(content); } else if (node.children.length === 1 && translationContent) { mem.push(react.cloneElement(child, Trans_objectSpread(Trans_objectSpread({}, child.props), {}, { key: i }), translationContent)); } else { mem.push(react.cloneElement(child, Trans_objectSpread(Trans_objectSpread({}, child.props), {}, { key: i }))); } } else if (node.type === 'text') { var wrapTextNodes = i18nOptions.transWrapTextNodes; var _content = shouldUnescape ? esm_unescape(i18n.services.interpolator.interpolate(node.content, opts, i18n.language)) : i18n.services.interpolator.interpolate(node.content, opts, i18n.language); if (wrapTextNodes) { mem.push(react.createElement(wrapTextNodes, { key: "".concat(node.name, "-").concat(i) }, _content)); } else { mem.push(_content); } } return mem; }, []); } var result = mapAST([{ dummy: true, children: children || [] }], ast, getAsArray(children || [])); return Trans_getChildren(result[0]); } function Trans(_ref) { var children = _ref.children, count = _ref.count, parent = _ref.parent, i18nKey = _ref.i18nKey, _ref$tOptions = _ref.tOptions, tOptions = _ref$tOptions === void 0 ? {} : _ref$tOptions, values = _ref.values, defaults = _ref.defaults, components = _ref.components, ns = _ref.ns, i18nFromProps = _ref.i18n, tFromProps = _ref.t, shouldUnescape = _ref.shouldUnescape, additionalProps = (0,objectWithoutProperties/* default */.Z)(_ref, _excluded2); var _ref2 = (0,react.useContext)(I18nContext) || {}, i18nFromContext = _ref2.i18n, defaultNSFromContext = _ref2.defaultNS; var i18n = i18nFromProps || i18nFromContext || getI18n(); if (!i18n) { warnOnce('You will need to pass in an i18next instance by using i18nextReactModule'); return children; } var t = tFromProps || i18n.t.bind(i18n) || function (k) { return k; }; var reactI18nextOptions = Trans_objectSpread(Trans_objectSpread({}, getDefaults()), i18n.options && i18n.options.react); var namespaces = ns || t.ns || defaultNSFromContext || i18n.options && i18n.options.defaultNS; namespaces = typeof namespaces === 'string' ? [namespaces] : namespaces || ['translation']; var defaultValue = defaults || nodesToString(children, reactI18nextOptions) || reactI18nextOptions.transEmptyNodeValue || i18nKey; var hashTransKey = reactI18nextOptions.hashTransKey; var key = i18nKey || (hashTransKey ? hashTransKey(defaultValue) : defaultValue); var interpolationOverride = values ? tOptions.interpolation : { interpolation: Trans_objectSpread(Trans_objectSpread({}, tOptions.interpolation), {}, { prefix: '#$?', suffix: '?$#' }) }; var combinedTOpts = Trans_objectSpread(Trans_objectSpread(Trans_objectSpread(Trans_objectSpread({}, tOptions), {}, { count: count }, values), interpolationOverride), {}, { defaultValue: defaultValue, ns: namespaces }); var translation = key ? t(key, combinedTOpts) : defaultValue; var content = renderNodes(components || children, translation, i18n, reactI18nextOptions, combinedTOpts, shouldUnescape); var useAsParent = parent !== undefined ? parent : reactI18nextOptions.defaultTransParent; return useAsParent ? react.createElement(useAsParent, additionalProps, content) : content; } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/KnowledgeBaseLink/KnowledgeBaseLink.js function KnowledgeBaseLink(_ref) { var articleId = _ref.articleId, setting = _ref.setting, _ref$size = _ref.size, size = _ref$size === void 0 ? "medium" : _ref$size, _ref$tiny = _ref.tiny, tiny = _ref$tiny === void 0 ? false : _ref$tiny, style = _ref.style; if (tiny) return /*#__PURE__*/react.createElement("a", { href: "https://community.buttonizer.pro/knowledgebase/".concat(articleId), target: "_blank", style: style }, /*#__PURE__*/react.createElement("i", { className: (0,clsx_m/* default */.Z)("knowledgebase-icon", size, "fas fa-question-circle") })); return /*#__PURE__*/react.createElement("a", { href: "https://community.buttonizer.pro/knowledgebase/".concat(articleId), target: "_blank", className: (0,clsx_m/* default */.Z)("knowledgebase-link", size) }, /*#__PURE__*/react.createElement(Trans, { i18nKey: "utils.knowledge_link", values: { setting: setting }, components: { bold: /*#__PURE__*/react.createElement("strong", null) } })); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Dialogs/FormDialog.js function FormDialog_extends() { FormDialog_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return FormDialog_extends.apply(this, arguments); } function FormDialog_slicedToArray(arr, i) { return FormDialog_arrayWithHoles(arr) || FormDialog_iterableToArrayLimit(arr, i) || FormDialog_unsupportedIterableToArray(arr, i) || FormDialog_nonIterableRest(); } function FormDialog_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 FormDialog_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return FormDialog_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 FormDialog_arrayLikeToArray(o, minLen); } function FormDialog_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 FormDialog_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function FormDialog_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function FormDialog_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = FormDialog_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 FormDialog_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; } function FormDialog(_ref) { var open = _ref.open, buttons = _ref.buttons, onClose = _ref.onClose, text = _ref.text, title = _ref.title, defaultValue = _ref.defaultValue, _ref$canBeEmpty = _ref.canBeEmpty, canBeEmpty = _ref$canBeEmpty === void 0 ? false : _ref$canBeEmpty, _ref$maxWidth = _ref.maxWidth, maxWidth = _ref$maxWidth === void 0 ? "xs" : _ref$maxWidth, _ref$fullWidth = _ref.fullWidth, fullWidth = _ref$fullWidth === void 0 ? true : _ref$fullWidth, _ref$cancelIfSameAsFi = _ref.cancelIfSameAsFirstValue, cancelIfSameAsFirstValue = _ref$cancelIfSameAsFi === void 0 ? false : _ref$cancelIfSameAsFi, _ref$clearOnConfirm = _ref.clearOnConfirm, clearOnConfirm = _ref$clearOnConfirm === void 0 ? false : _ref$clearOnConfirm, _ref$kbLink = _ref.kbLink, kbLink = _ref$kbLink === void 0 ? null : _ref$kbLink, props = FormDialog_objectWithoutProperties(_ref, ["open", "buttons", "onClose", "text", "title", "defaultValue", "canBeEmpty", "maxWidth", "fullWidth", "cancelIfSameAsFirstValue", "clearOnConfirm", "kbLink"]); var defaultButtons = [{ value: "cancel", text: translate_translate("modal.cancel") }, { value: "confirm", text: translate_translate("common.confirm"), focus: true }]; var _React$useState = react.useState(defaultValue === "" ? "" : defaultValue || " "), _React$useState2 = FormDialog_slicedToArray(_React$useState, 2), value = _React$useState2[0], setValue = _React$useState2[1]; if (!buttons) buttons = defaultButtons; var beforeClose = function beforeClose(action) { if (action !== "cancel" && !canBeEmpty && value == "") { return; } if (clearOnConfirm && action === "confirm") { setValue(""); } onClose(action, value); }; var generateButtons = function generateButtons() { return buttons.map(function (button, key) { return /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return beforeClose(button.value, value); }, color: "primary", key: key }, button.text); }); }; return /*#__PURE__*/react.createElement(esm_Dialog_Dialog, FormDialog_extends({ open: open, maxWidth: maxWidth, fullWidth: fullWidth, onClose: function onClose() { return beforeClose("cancel"); }, "aria-labelledby": "form-dialog-title" }, props), /*#__PURE__*/react.createElement(esm_DialogTitle_DialogTitle, { id: "form-dialog-title" }, title), /*#__PURE__*/react.createElement(esm_DialogContent_DialogContent, null, /*#__PURE__*/react.createElement(DialogContentText_DialogContentText, null, text), /*#__PURE__*/react.createElement(esm_TextField_TextField, { autoFocus: true, value: value, onChange: function onChange(e) { return setValue(e.target.value); }, margin: "dense", id: "name", fullWidth: true, helperText: !canBeEmpty && value == "" ? translate_translate("modal.incorrect") : null, error: !canBeEmpty && value == "", onKeyPress: function onKeyPress(e) { if (e.charCode === 13) { if (cancelIfSameAsFirstValue && defaultValue === value) { beforeClose("cancel"); } else { beforeClose("confirm"); } } } })), /*#__PURE__*/react.createElement("div", { style: kbLink && { display: "flex", justifyContent: "space-between", alignItems: "center ", paddingLeft: "24px" } }, kbLink && /*#__PURE__*/react.createElement(KnowledgeBaseLink, { articleId: kbLink, tiny: true }), /*#__PURE__*/react.createElement(esm_DialogActions_DialogActions, null, generateButtons()))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Containers/ContainerActions/DuplicateButton.js function DuplicateButton_extends() { DuplicateButton_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return DuplicateButton_extends.apply(this, arguments); } function DuplicateButton_slicedToArray(arr, i) { return DuplicateButton_arrayWithHoles(arr) || DuplicateButton_iterableToArrayLimit(arr, i) || DuplicateButton_unsupportedIterableToArray(arr, i) || DuplicateButton_nonIterableRest(); } function DuplicateButton_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 DuplicateButton_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return DuplicateButton_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 DuplicateButton_arrayLikeToArray(o, minLen); } function DuplicateButton_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 DuplicateButton_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function DuplicateButton_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function DuplicateButton_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = DuplicateButton_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 DuplicateButton_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; } function DuplicateButton(_ref) { var name = _ref.name, onChange = _ref.onChange, _ref$size = _ref.size, size = _ref$size === void 0 ? "small" : _ref$size, _ref$disabled = _ref.disabled, disabled = _ref$disabled === void 0 ? false : _ref$disabled, props = DuplicateButton_objectWithoutProperties(_ref, ["name", "onChange", "size", "disabled"]); var _useState = (0,react.useState)(false), _useState2 = DuplicateButton_slicedToArray(_useState, 2), dialogOpened = _useState2[0], setDialogOpened = _useState2[1]; return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("utils.duplicate"), shiftClick: true }, /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, DuplicateButton_extends({ onClick: function onClick(e) { if (e.shiftKey) return onChange("".concat(name, " Copy")); setDialogOpened(true); }, color: "primary", size: size, disabled: disabled, style: { width: "35px", height: "35px" } }, props), /*#__PURE__*/react.createElement(esm_Icon_Icon, { style: { overflow: "unset" }, fontSize: "inherit", className: "far fa-copy" }))), /*#__PURE__*/react.createElement(FormDialog, { open: dialogOpened, title: translate_translate("utils.duplicate"), text: "Name ".concat(name, " duplicate:"), "data-testid": "duplicate-button:dialog", defaultValue: "".concat(name, " Copy"), onClose: function onClose(status, text) { setDialogOpened(false); if (status === "confirm") { onChange(text); } } })); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Containers/ContainerActions/EditButton.js function EditButton_extends() { EditButton_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return EditButton_extends.apply(this, arguments); } function EditButton_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = EditButton_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 EditButton_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; } var EditButton = /*#__PURE__*/react.forwardRef(function (_ref, ref) { var _ref$size = _ref.size, size = _ref$size === void 0 ? "small" : _ref$size, nextHintStepIndex = _ref.nextHintStepIndex, _onClick = _ref.onClick, props = EditButton_objectWithoutProperties(_ref, ["size", "nextHintStepIndex", "onClick"]); return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("settings.settings"), disabled: nextHintStepIndex === 0 }, /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, EditButton_extends({ onClick: function onClick() { _onClick(); }, color: "primary", size: size, style: { width: "35px", height: "35px" }, ref: ref }, props), /*#__PURE__*/react.createElement(esm_Icon_Icon, { fontSize: "inherit", style: { overflow: "unset" }, className: "far fa-edit" })))); }); /* harmony default export */ var ContainerActions_EditButton = (EditButton); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Containers/ContainerActions/RenameButton.js function RenameButton_extends() { RenameButton_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return RenameButton_extends.apply(this, arguments); } function RenameButton_slicedToArray(arr, i) { return RenameButton_arrayWithHoles(arr) || RenameButton_iterableToArrayLimit(arr, i) || RenameButton_unsupportedIterableToArray(arr, i) || RenameButton_nonIterableRest(); } function RenameButton_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 RenameButton_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return RenameButton_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 RenameButton_arrayLikeToArray(o, minLen); } function RenameButton_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 RenameButton_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function RenameButton_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function RenameButton_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = RenameButton_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 RenameButton_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; } var RenameButton = /*#__PURE__*/react.forwardRef(function (_ref, ref) { var name = _ref.name, onChange = _ref.onChange, _ref$size = _ref.size, size = _ref$size === void 0 ? "small" : _ref$size, _ref$inDropdown = _ref.inDropdown, inDropdown = _ref$inDropdown === void 0 ? false : _ref$inDropdown, props = RenameButton_objectWithoutProperties(_ref, ["name", "onChange", "size", "inDropdown"]); var _useState = (0,react.useState)(false), _useState2 = RenameButton_slicedToArray(_useState, 2), dialogOpened = _useState2[0], setDialogOpened = _useState2[1]; return /*#__PURE__*/react.createElement(react.Fragment, null, !inDropdown ? /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("utils.rename") }, /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, RenameButton_extends({ size: size, onClick: function onClick() { return setDialogOpened(true); }, color: "primary" // className={clsx(singleButton && ".MuiIconButton-disabled")} , style: { width: "35px", height: "35px" } }, props), /*#__PURE__*/react.createElement(esm_Icon_Icon // component="i" , { style: { overflow: "unset", fontSize: "medium" }, fontSize: "inherit", className: "fas fa-i-cursor" }))) : /*#__PURE__*/react.createElement(MenuItem_MenuItem, { onClick: function onClick() { return setDialogOpened(true); }, ref: ref, "data-testid": props.model === "page_rule" ? props["data-testid"] : "rename-button" }, /*#__PURE__*/react.createElement(ListItemIcon_ListItemIcon, null, /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "fas fa-i-cursor" })), /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "inherit" }, translate_translate("utils.rename"))), /*#__PURE__*/react.createElement(FormDialog, { open: dialogOpened, title: translate_translate("utils.rename"), text: translate_translate("utils.rename_to"), defaultValue: name, "data-testid": "rename-button:dialog", cancelIfSameAsFirstValue: true, onClose: function onClose(status, text) { if (status === "confirm") { onChange(text); } setDialogOpened(false); } })); }); /* harmony default export */ var ContainerActions_RenameButton = (RenameButton); // EXTERNAL MODULE: ./node_modules/@material-ui/icons/MoreVert.js var MoreVert = __webpack_require__(78513); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Containers/ContainerActions/ContainerActionsDropdown.js function ContainerActionsDropdown_slicedToArray(arr, i) { return ContainerActionsDropdown_arrayWithHoles(arr) || ContainerActionsDropdown_iterableToArrayLimit(arr, i) || ContainerActionsDropdown_unsupportedIterableToArray(arr, i) || ContainerActionsDropdown_nonIterableRest(); } function ContainerActionsDropdown_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 ContainerActionsDropdown_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ContainerActionsDropdown_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 ContainerActionsDropdown_arrayLikeToArray(o, minLen); } function ContainerActionsDropdown_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 ContainerActionsDropdown_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function ContainerActionsDropdown_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function ContainerActionsDropdown(_ref) { var _ref$testId = _ref.testId, testId = _ref$testId === void 0 ? "button-group-more-actions" : _ref$testId, children = _ref.children; var _useState = (0,react.useState)(null), _useState2 = ContainerActionsDropdown_slicedToArray(_useState, 2), actionsDropdown = _useState2[0], setActionsDropdown = _useState2[1]; return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("settings.more_actions") }, /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { onClick: function onClick(e) { return setActionsDropdown(e.currentTarget); }, color: "primary", size: "small", style: { width: "35px", height: "35px" }, "data-testid": testId }, /*#__PURE__*/react.createElement(MoreVert/* default */.Z, null))), /*#__PURE__*/react.createElement(Menu_Menu, { id: "group-button-extra-buttons", anchorEl: actionsDropdown, keepMounted: true, open: Boolean(actionsDropdown), onClose: function onClose() { return setActionsDropdown(null); }, onClick: function onClick() { return setActionsDropdown(null); }, anchorOrigin: { vertical: "top", horizontal: "right" }, transformOrigin: { vertical: "top", horizontal: "right" } }, children)); } ;// CONCATENATED MODULE: ./src/js/utils/downloadObjectAsJson.js function downloadObjectAsJson(exportObj, exportName) { var dataStr = "data:text/json;charset=utf-8," + encodeURIComponent(JSON.stringify(exportObj)); var downloadAnchorNode = document.createElement("a"); downloadAnchorNode.setAttribute("href", dataStr); downloadAnchorNode.setAttribute("download", exportName + ".buttonizer.json"); document.body.appendChild(downloadAnchorNode); // required for firefox downloadAnchorNode.click(); downloadAnchorNode.remove(); } ;// CONCATENATED MODULE: ./src/js/dashboard/store/actions/exportHelpers.js /** * Generate JSON group object for exporting data * * @param {*} groupId */ function generateJSONGroupObject(groupId) { var state = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : window.store.getState(); // No groups, nothing to export if (Object.keys(state.groups).length === 0) return null; // Find group object var groupObject = dlv_umd_default()(state.groups, groupId, null); // Group object not found if (!groupObject) { return null; } var outputGroup = immer_esm(groupObject, function (draftObject) { delete draftObject.children; delete draftObject.id; }); var groupButtons = Object.values(selectors_getChildrenIndex(groupObject.children)); var tempButtons = []; groupButtons.forEach(function (buttonObject) { var outputButton = immer_esm(buttonObject, function (draftObject) { delete draftObject.parent; }); tempButtons.push(outputButton); }); if (tempButtons.length === 0) { tempButtons = [{ name: "Button", show_mobile: "true", show_desktop: "true" }]; } return { data: outputGroup, buttons: tempButtons }; } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Containers/ContainerActions/PropertyList.js function PropertyList_slicedToArray(arr, i) { return PropertyList_arrayWithHoles(arr) || PropertyList_iterableToArrayLimit(arr, i) || PropertyList_unsupportedIterableToArray(arr, i) || PropertyList_nonIterableRest(); } function PropertyList_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 PropertyList_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return PropertyList_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 PropertyList_arrayLikeToArray(o, minLen); } function PropertyList_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 PropertyList_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function PropertyList_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function PropertyList(_ref) { var properties = _ref.properties, _ref$type = _ref.type, type = _ref$type === void 0 ? "Button" : _ref$type; var _React$useState = react.useState(null), _React$useState2 = PropertyList_slicedToArray(_React$useState, 2), anchorEl = _React$useState2[0], setAnchorEl = _React$useState2[1]; var open = Boolean(anchorEl); var handleClick = function handleClick(event) { setAnchorEl(event.currentTarget); }; var handleClose = function handleClose() { setAnchorEl(null); }; var menuEl = function menuEl() { return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: handleClick, "aria-label": "more", "aria-controls": "long-menu", "aria-haspopup": "true", color: "primary", variant: "text", endIcon: /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "fas fa-caret-down" }) }, Object.keys(properties).length, " ", translate_translate("import_export.properties"), " "), /*#__PURE__*/react.createElement(Menu_Menu, { id: "long-menu", anchorEl: anchorEl, keepMounted: true, open: open, onClose: handleClose, PaperProps: { style: { maxHeight: 430, width: "410px" } }, anchorOrigin: { vertical: "bottom", horizontal: "center" }, transformOrigin: { vertical: "top", horizontal: "center" }, getContentAnchorEl: null }, /*#__PURE__*/react.createElement(List_List, { subheader: /*#__PURE__*/react.createElement("li", null), onClick: handleClose }, Object.entries(properties).map(function (_ref2, id) { var _ref3 = PropertyList_slicedToArray(_ref2, 2), name = _ref3[0], value = _ref3[1]; var values = merge_default()([null, null], typeof value === "string" ? value.split(";") : JSON.stringify(value).split(";")); return /*#__PURE__*/react.createElement(ListItem_ListItem, { key: id, style: { display: "flex", flexWrap: "wrap" } }, /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: name.replaceAll("_", " ") + " :", style: { minWidth: "fit-content", marginRight: "5px", textTransform: "capitalize", flex: "unset", margin: "unset" } }), /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: values[0], style: { margin: "0 5px", whiteSpace: "nowrap", flex: 1, overflow: "hidden", borderRight: values[1] !== null && "2px solid rgb(0 0 0 / 30%)" }, primaryTypographyProps: { style: { overflow: "hidden", textOverflow: "ellipsis" } }, secondary: values[1] !== null && "Normal" }), values[1] !== null && /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: values[1], style: { margin: "0 5px", whiteSpace: "nowrap", flex: 1, overflow: "hidden" }, primaryTypographyProps: { style: { overflow: "hidden", textOverflow: "ellipsis" } }, secondary: "Hover" })); })))); }; return /*#__PURE__*/react.createElement(react.Fragment, null, Object.keys(properties).length > 0 ? menuEl() : /*#__PURE__*/react.createElement("span", { style: { color: "red" } }, "- ", type, " is empty. It will not be imported")); } // EXTERNAL MODULE: ./node_modules/lodash/pick.js var pick = __webpack_require__(78718); var pick_default = /*#__PURE__*/__webpack_require__.n(pick); // EXTERNAL MODULE: ./node_modules/lodash/omit.js var omit = __webpack_require__(57557); var omit_default = /*#__PURE__*/__webpack_require__.n(omit); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Containers/ContainerActions/ExportButton.js function ExportButton_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function ExportButton_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ExportButton_ownKeys(Object(source), true).forEach(function (key) { ExportButton_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ExportButton_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function ExportButton_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function ExportButton_slicedToArray(arr, i) { return ExportButton_arrayWithHoles(arr) || ExportButton_iterableToArrayLimit(arr, i) || ExportButton_unsupportedIterableToArray(arr, i) || ExportButton_nonIterableRest(); } function ExportButton_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 ExportButton_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ExportButton_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 ExportButton_arrayLikeToArray(o, minLen); } function ExportButton_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 ExportButton_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function ExportButton_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } var ExportButton = /*#__PURE__*/react.forwardRef(function (_ref, ref) { var _ref$type = _ref.type, type = _ref$type === void 0 ? "group" : _ref$type, object = _ref.object, _ref$group_data = _ref.group_data, group_data = _ref$group_data === void 0 ? false : _ref$group_data; var _useState = (0,react.useState)(false), _useState2 = ExportButton_slicedToArray(_useState, 2), dialogOpened = _useState2[0], setDialogOpened = _useState2[1]; var _useState3 = (0,react.useState)(false), _useState4 = ExportButton_slicedToArray(_useState3, 2), foundButtons = _useState4[0], setFoundButtons = _useState4[1]; var _useState5 = (0,react.useState)(false), _useState6 = ExportButton_slicedToArray(_useState5, 2), foundGroup = _useState6[0], setFoundGroup = _useState6[1]; var _useState7 = (0,react.useState)(false), _useState8 = ExportButton_slicedToArray(_useState7, 2), merged = _useState8[0], setMerged = _useState8[1]; var foundParenData = pick_default()(group_data, settingKeys.allSettings.styling) || false; var state = useSelector(function (state) { return state; }); var createExportData = function createExportData() { var data = type === "group" ? generateJSONGroupObject(object.id, state) : ExportButton_objectSpread({}, object); omit_default()(data, import_export.propertiesToOmit); if (type === "group") { if (data.buttons.length === 0) return alert(translate_translate("import_export.export.warning.no_buttons")); setFoundGroup(omit_default()(data.data, import_export.propertiesToOmit)); setFoundButtons(data.buttons.map(function (button) { return omit_default()(button, import_export.propertiesToOmit); })); } else if (type === "button") { if (data.length === 0) return alert(translate_translate("import_export.export.warning.no_data")); setFoundGroup(false); setFoundButtons([omit_default()(data, import_export.propertiesToOmit)]); } setDialogOpened(true); }; var onExport = function onExport() { // Generate export name var downloadName = "".concat(type === "group" ? "Group" : "Button", " - ").concat(object.name); var exportData = type === "button" ? foundButtons[0] : { data: foundGroup, buttons: foundButtons }; exportData.export_type = type; exportData.export_migration_version = buttonizer_admin.migration_version; downloadObjectAsJson(exportData, downloadName); setDialogOpened(false); setFoundGroup(false); setFoundButtons(false); }; var mergeGroupData = function mergeGroupData() { var merged = merge_default()({}, foundParenData, foundButtons[0]); setFoundButtons([merged]); setMerged(true); }; return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(MenuItem_MenuItem, { onClick: createExportData, "data-testid": "export-button", ref: ref }, /*#__PURE__*/react.createElement(ListItemIcon_ListItemIcon, null, /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "fas fa-file-export" })), /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "inherit" }, translate_translate("import_export.export.export_".concat(type)))), /*#__PURE__*/react.createElement(esm_Dialog_Dialog, { open: dialogOpened, onClose: function onClose() { setMerged(false); setDialogOpened(false); }, maxWidth: "xs", fullWidth: true, "aria-labelledby": "import-button-dialog-title", "aria-describedby": "import-button-dialog-description" // className={className} , "data-testid": "dialog:export-dialog" }, /*#__PURE__*/react.createElement(esm_DialogTitle_DialogTitle, { id: "import-button-dialog-title" }, translate_translate("import_export.export.export_".concat(type))), /*#__PURE__*/react.createElement(esm_DialogContent_DialogContent, null, (foundGroup || foundButtons) && /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(DialogContentText_DialogContentText, { component: "div" }, translate_translate("import_export.export.warning.preview")), foundGroup && /*#__PURE__*/react.createElement(DialogContentText_DialogContentText, { component: "div", key: foundGroup.id }, /*#__PURE__*/react.createElement("i", null, translate_translate("common.group"), " "), ":", " ", dlv_umd_default()(foundGroup, "name", "Unnamed"), ".", " ", /*#__PURE__*/react.createElement(PropertyList, { properties: foundGroup, type: "Group" })), foundButtons && foundButtons.map(function (button, key) { return /*#__PURE__*/react.createElement(DialogContentText_DialogContentText, { component: "div", key: key }, /*#__PURE__*/react.createElement("i", null, translate_translate("common.button"), " ", key + 1, " "), ": ", dlv_umd_default()(button, "name", "Unnamed"), ".", /*#__PURE__*/react.createElement(PropertyList, { properties: button })); }))), /*#__PURE__*/react.createElement(esm_DialogActions_DialogActions, null, group_data && type === "button" && /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return mergeGroupData(); }, "data-testid": "export-merge", style: { marginRight: "auto" }, disabled: merged }, translate_translate("import_export.export.merge")), /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return setDialogOpened(false); }, color: "primary" }, translate_translate("modal.cancel")), /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return onExport(); }, color: "primary", disabled: type === "button" ? !foundButtons : !foundGroup, "data-testid": "export-commence" }, translate_translate("import_export.export.title"))))); }); /* harmony default export */ var ContainerActions_ExportButton = (ExportButton); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Containers/ButtonContainer/ButtonContainer.js function ButtonContainer_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function ButtonContainer_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ButtonContainer_ownKeys(Object(source), true).forEach(function (key) { ButtonContainer_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ButtonContainer_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function ButtonContainer_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function ButtonContainer_extends() { ButtonContainer_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return ButtonContainer_extends.apply(this, arguments); } function ButtonContainer_slicedToArray(arr, i) { return ButtonContainer_arrayWithHoles(arr) || ButtonContainer_iterableToArrayLimit(arr, i) || ButtonContainer_unsupportedIterableToArray(arr, i) || ButtonContainer_nonIterableRest(); } function ButtonContainer_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 ButtonContainer_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ButtonContainer_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 ButtonContainer_arrayLikeToArray(o, minLen); } function ButtonContainer_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 ButtonContainer_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function ButtonContainer_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function ButtonContainer(_ref) { var groupId = _ref.groupId, buttonId = _ref.buttonId, buttons = _ref.buttons, groups = _ref.groups, set = _ref.set, provided = _ref.provided, currentDrag = _ref.currentDrag, styleDrop = _ref.styleDrop, getButtonsCount = _ref.getButtonsCount, removeButton = _ref.removeButton, duplicateButton = _ref.duplicateButton, groupIndex = _ref.groupIndex, openNewButtonDialog = _ref.openNewButtonDialog; var button = buttons[buttonId]; if (!button || !groupId) return null; var path = "/group/" + groupId + "/button/" + buttonId; var singleButtonStyles = ["default", "square", "rectangle", "text", "text-icon"]; var _useState = (0,react.useState)(null), _useState2 = ButtonContainer_slicedToArray(_useState, 2), anchorEl = _useState2[0], setAnchorEl = _useState2[1]; var ref = (0,react.useRef)(); (0,react.useEffect)(function () { setAnchorEl(ref.current); }, [ref]); var nextHintStepIndex = useSelector(function (store) { return dlv_umd_default()(store, "misc.hint_step", false); }); var lastButton = groups[groupId].children.indexOf(buttonId) === getButtonsCount(groupId) - 1; function toggle(item) { set("buttons", buttonId, item, !button[item]); } var updateGroupSetting = function updateGroupSetting(obj, val) { set(models.GROUP, groupId, obj, val); }; return /*#__PURE__*/react.createElement("div", ButtonContainer_extends({ ref: provided.innerRef }, provided.draggableProps, { style: styleDrop }), /*#__PURE__*/react.createElement("div", ButtonContainer_extends({ className: "button-container" + currentDrag }, provided.dragHandleProps), /*#__PURE__*/react.createElement("div", { className: "button-header" }, /*#__PURE__*/react.createElement(esm_Button_Button, { color: "primary", className: "button-name", onClick: function onClick() { return document.location.hash = "#" + path; } }, /*#__PURE__*/react.createElement("span", { className: "button-name-span" }, button.name)), /*#__PURE__*/react.createElement("div", { className: "button-actions" }, groupIndex === 0 && groups[groupId].children.indexOf(buttonId) === 0 && /*#__PURE__*/react.createElement(Hints_Hints, { stepTrigger: 0, anchorEl: anchorEl, position: [0, 20], text: translate_translate("buttonizer_tour.hint.step_0") }), /*#__PURE__*/react.createElement(ContainerActions_EditButton, { ref: ref, onClick: function onClick() { document.location.hash = "#" + path; }, text: translate_translate("buttonizer_tour.hint.step_0"), nextHintStepIndex: nextHintStepIndex, className: "button-actions edit-button", "data-testid": "edit-button" }), /*#__PURE__*/react.createElement(DuplicateButton, { name: button.name, onChange: function onChange(val) { return duplicateButton(buttonId, groupId, { name: val }); }, "data-testid": "duplicate" }), /*#__PURE__*/react.createElement(ContainerActionsDropdown, null, /*#__PURE__*/react.createElement(ContainerActions_RenameButton, { name: button.name, onChange: function onChange(val) { return set("buttons", buttonId, "name", val); }, "data-testid": "rename", inDropdown: true }), /*#__PURE__*/react.createElement(ContainerActions_ExportButton, { group_data: groups[groupId], object: button, type: "button" }), /*#__PURE__*/react.createElement(ContainerActions_DeleteButton, { model: "button", inDropdown: true, onClose: function onClose() { removeButton(buttonId, groupId); if (groups[groupId].children.length <= 2 && singleButtonStyles.indexOf(groups[groupId].menu_style) === -1) { updateGroupSetting("menu_style", "default"); } /* webpack-strip-block:removed */ }, "data-testid": "delete" })))), /*#__PURE__*/react.createElement("div", { className: "button-settings" }, /*#__PURE__*/react.createElement("div", { className: "button-visibility" }, /*#__PURE__*/react.createElement("div", { className: "button-title" }, translate_translate("settings.show_mobile_desktop.title") + ":", " "), /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("settings.show_mobile_desktop.toggle_mobile") }, /*#__PURE__*/react.createElement(esm_Button_Button, { color: "primary", variant: button.show_mobile ? "contained" : "outlined", onClick: function onClick() { return toggle("show_mobile"); }, "data-testid": "show_mobile" }, /*#__PURE__*/react.createElement("i", { className: "fas fa-mobile-alt" }))), /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("settings.show_mobile_desktop.toggle_desktop") }, /*#__PURE__*/react.createElement(esm_Button_Button, { color: "primary", variant: button.show_desktop ? "contained" : "outlined", onClick: function onClick() { return toggle("show_desktop"); }, "data-testid": "show_desktop" }, /*#__PURE__*/react.createElement("i", { className: "fas fa-desktop" })))), /*#__PURE__*/react.createElement("div", { className: "clear" }))), lastButton ? /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("utils.add_button"), shiftClick: true, arrow: false }, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick(e) { return openNewButtonDialog(e.shiftKey); }, color: "primary", variant: "text", size: "small", startIcon: /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "fas fa-plus-circle" }), "data-testid": "new-button", className: "button-container-new-button" }, translate_translate("utils.add_button"))) : /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("utils.add_button"), timer: 1000, shiftClick: true, arrow: false }, /*#__PURE__*/react.createElement("div", { className: "button-container-new-button-line" }, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick(e) { return openNewButtonDialog(e.shiftKey); }, color: "secondary", variant: "text", fullWidth: true, size: "small", "data-testid": "new-button" }, /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement("span", null, /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "fas fa-plus-circle" })), /*#__PURE__*/react.createElement("hr", null))))); } /* harmony default export */ var ButtonContainer_ButtonContainer = (connect(function (state) { return { buttons: state.buttons, groups: state.groups, getButtonsCount: function getButtonsCount(groupId) { return selectors_getButtonsCount(groupId, state); }, state: state }; }, function (dispatch) { return { set: function set() { return dispatch(dataActions_set.apply(void 0, arguments)); }, dispatch: dispatch }; }, function (stateProps, dispatchProps, ownProps) { return ButtonContainer_objectSpread(ButtonContainer_objectSpread(ButtonContainer_objectSpread(ButtonContainer_objectSpread({}, stateProps), dispatchProps), ownProps), {}, { removeButton: function removeButton(buttonId, groupId) { return ButtonActions_removeButton(buttonId, groupId, stateProps.state, dispatchProps.dispatch); }, duplicateButton: function duplicateButton(id, group_id, payload) { return ButtonActions_duplicateButton(id, group_id, payload, stateProps.state, dispatchProps.dispatch); } }); })(ButtonContainer)); ;// CONCATENATED MODULE: ./node_modules/use-memo-one/dist/use-memo-one.esm.js function areInputsEqual(newInputs, lastInputs) { if (newInputs.length !== lastInputs.length) { return false; } for (var i = 0; i < newInputs.length; i++) { if (newInputs[i] !== lastInputs[i]) { return false; } } return true; } function useMemoOne(getResult, inputs) { var initial = (0,react.useState)(function () { return { inputs: inputs, result: getResult() }; })[0]; var isFirstRun = (0,react.useRef)(true); var committed = (0,react.useRef)(initial); var useCache = isFirstRun.current || Boolean(inputs && committed.current.inputs && areInputsEqual(inputs, committed.current.inputs)); var cache = useCache ? committed.current : { inputs: inputs, result: getResult() }; (0,react.useEffect)(function () { isFirstRun.current = false; committed.current = cache; }, [cache]); return cache.result; } function useCallbackOne(callback, inputs) { return useMemoOne(function () { return callback; }, inputs); } var useMemo = useMemoOne; var useCallback = useCallbackOne; ;// CONCATENATED MODULE: ./node_modules/css-box-model/dist/css-box-model.esm.js var getRect = function getRect(_ref) { var top = _ref.top, right = _ref.right, bottom = _ref.bottom, left = _ref.left; var width = right - left; var height = bottom - top; var rect = { top: top, right: right, bottom: bottom, left: left, width: width, height: height, x: left, y: top, center: { x: (right + left) / 2, y: (bottom + top) / 2 } }; return rect; }; var expand = function expand(target, expandBy) { return { top: target.top - expandBy.top, left: target.left - expandBy.left, bottom: target.bottom + expandBy.bottom, right: target.right + expandBy.right }; }; var shrink = function shrink(target, shrinkBy) { return { top: target.top + shrinkBy.top, left: target.left + shrinkBy.left, bottom: target.bottom - shrinkBy.bottom, right: target.right - shrinkBy.right }; }; var shift = function shift(target, shiftBy) { return { top: target.top + shiftBy.y, left: target.left + shiftBy.x, bottom: target.bottom + shiftBy.y, right: target.right + shiftBy.x }; }; var noSpacing = { top: 0, right: 0, bottom: 0, left: 0 }; var createBox = function createBox(_ref2) { var borderBox = _ref2.borderBox, _ref2$margin = _ref2.margin, margin = _ref2$margin === void 0 ? noSpacing : _ref2$margin, _ref2$border = _ref2.border, border = _ref2$border === void 0 ? noSpacing : _ref2$border, _ref2$padding = _ref2.padding, padding = _ref2$padding === void 0 ? noSpacing : _ref2$padding; var marginBox = getRect(expand(borderBox, margin)); var paddingBox = getRect(shrink(borderBox, border)); var contentBox = getRect(shrink(paddingBox, padding)); return { marginBox: marginBox, borderBox: getRect(borderBox), paddingBox: paddingBox, contentBox: contentBox, margin: margin, border: border, padding: padding }; }; var parse = function parse(raw) { var value = raw.slice(0, -2); var suffix = raw.slice(-2); if (suffix !== 'px') { return 0; } var result = Number(value); !!isNaN(result) ? false ? 0 : tiny_invariant_esm(false) : void 0; return result; }; var css_box_model_esm_getWindowScroll = function getWindowScroll() { return { x: window.pageXOffset, y: window.pageYOffset }; }; var css_box_model_esm_offset = function offset(original, change) { var borderBox = original.borderBox, border = original.border, margin = original.margin, padding = original.padding; var shifted = shift(borderBox, change); return createBox({ borderBox: shifted, border: border, margin: margin, padding: padding }); }; var withScroll = function withScroll(original, scroll) { if (scroll === void 0) { scroll = css_box_model_esm_getWindowScroll(); } return css_box_model_esm_offset(original, scroll); }; var calculateBox = function calculateBox(borderBox, styles) { var margin = { top: parse(styles.marginTop), right: parse(styles.marginRight), bottom: parse(styles.marginBottom), left: parse(styles.marginLeft) }; var padding = { top: parse(styles.paddingTop), right: parse(styles.paddingRight), bottom: parse(styles.paddingBottom), left: parse(styles.paddingLeft) }; var border = { top: parse(styles.borderTopWidth), right: parse(styles.borderRightWidth), bottom: parse(styles.borderBottomWidth), left: parse(styles.borderLeftWidth) }; return createBox({ borderBox: borderBox, margin: margin, padding: padding, border: border }); }; var getBox = function getBox(el) { var borderBox = el.getBoundingClientRect(); var styles = window.getComputedStyle(el); return calculateBox(borderBox, styles); }; ;// CONCATENATED MODULE: ./node_modules/memoize-one/dist/memoize-one.esm.js var safeIsNaN = Number.isNaN || function ponyfill(value) { return typeof value === 'number' && value !== value; }; function memoize_one_esm_isEqual(first, second) { if (first === second) { return true; } if (safeIsNaN(first) && safeIsNaN(second)) { return true; } return false; } function memoize_one_esm_areInputsEqual(newInputs, lastInputs) { if (newInputs.length !== lastInputs.length) { return false; } for (var i = 0; i < newInputs.length; i++) { if (!memoize_one_esm_isEqual(newInputs[i], lastInputs[i])) { return false; } } return true; } function memoizeOne(resultFn, isEqual) { if (isEqual === void 0) { isEqual = memoize_one_esm_areInputsEqual; } var lastThis; var lastArgs = []; var lastResult; var calledOnce = false; function memoized() { var newArgs = []; for (var _i = 0; _i < arguments.length; _i++) { newArgs[_i] = arguments[_i]; } if (calledOnce && lastThis === this && isEqual(newArgs, lastArgs)) { return lastResult; } lastResult = resultFn.apply(this, newArgs); calledOnce = true; lastThis = this; lastArgs = newArgs; return lastResult; } return memoized; } /* harmony default export */ var memoize_one_esm = (memoizeOne); ;// CONCATENATED MODULE: ./node_modules/raf-schd/dist/raf-schd.esm.js var rafSchd = function rafSchd(fn) { var lastArgs = []; var frameId = null; var wrapperFn = function wrapperFn() { for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } lastArgs = args; if (frameId) { return; } frameId = requestAnimationFrame(function () { frameId = null; fn.apply(void 0, lastArgs); }); }; wrapperFn.cancel = function () { if (!frameId) { return; } cancelAnimationFrame(frameId); frameId = null; }; return wrapperFn; }; /* harmony default export */ var raf_schd_esm = (rafSchd); ;// CONCATENATED MODULE: ./node_modules/react-beautiful-dnd/dist/react-beautiful-dnd.esm.js var react_beautiful_dnd_esm_isProduction = "production" === 'production'; var spacesAndTabs = /[ \t]{2,}/g; var lineStartWithSpaces = /^[ \t]*/gm; var react_beautiful_dnd_esm_clean = function clean(value) { return value.replace(spacesAndTabs, ' ').replace(lineStartWithSpaces, '').trim(); }; var react_beautiful_dnd_esm_getDevMessage = function getDevMessage(message) { return react_beautiful_dnd_esm_clean("\n %creact-beautiful-dnd\n\n %c" + react_beautiful_dnd_esm_clean(message) + "\n\n %c\uD83D\uDC77\u200D This is a development only message. It will be removed in production builds.\n"); }; var react_beautiful_dnd_esm_getFormattedMessage = function getFormattedMessage(message) { return [react_beautiful_dnd_esm_getDevMessage(message), 'color: #00C584; font-size: 1.2em; font-weight: bold;', 'line-height: 1.5', 'color: #723874;']; }; var isDisabledFlag = '__react-beautiful-dnd-disable-dev-warnings'; function log(type, message) { var _console; if (react_beautiful_dnd_esm_isProduction) { return; } if (typeof window !== 'undefined' && window[isDisabledFlag]) { return; } (_console = console)[type].apply(_console, react_beautiful_dnd_esm_getFormattedMessage(message)); } var react_beautiful_dnd_esm_warning = log.bind(null, 'warn'); var error = log.bind(null, 'error'); function react_beautiful_dnd_esm_noop() {} function react_beautiful_dnd_esm_getOptions(shared, fromBinding) { return (0,esm_extends/* default */.Z)({}, shared, {}, fromBinding); } function bindEvents(el, bindings, sharedOptions) { var unbindings = bindings.map(function (binding) { var options = react_beautiful_dnd_esm_getOptions(sharedOptions, binding.options); el.addEventListener(binding.eventName, binding.fn, options); return function unbind() { el.removeEventListener(binding.eventName, binding.fn, options); }; }); return function unbindAll() { unbindings.forEach(function (unbind) { unbind(); }); }; } var isProduction$1 = "production" === 'production'; var react_beautiful_dnd_esm_prefix = 'Invariant failed'; function RbdInvariant(message) { this.message = message; } RbdInvariant.prototype.toString = function toString() { return this.message; }; function react_beautiful_dnd_esm_invariant(condition, message) { if (condition) { return; } if (isProduction$1) { throw new RbdInvariant(react_beautiful_dnd_esm_prefix); } else { throw new RbdInvariant(react_beautiful_dnd_esm_prefix + ": " + (message || '')); } } var ErrorBoundary = function (_React$Component) { (0,inheritsLoose/* default */.Z)(ErrorBoundary, _React$Component); function ErrorBoundary() { var _this; for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this; _this.callbacks = null; _this.unbind = react_beautiful_dnd_esm_noop; _this.onWindowError = function (event) { var callbacks = _this.getCallbacks(); if (callbacks.isDragging()) { callbacks.tryAbort(); false ? 0 : void 0; } var err = event.error; if (err instanceof RbdInvariant) { event.preventDefault(); if (false) {} } }; _this.getCallbacks = function () { if (!_this.callbacks) { throw new Error('Unable to find AppCallbacks in <ErrorBoundary/>'); } return _this.callbacks; }; _this.setCallbacks = function (callbacks) { _this.callbacks = callbacks; }; return _this; } var _proto = ErrorBoundary.prototype; _proto.componentDidMount = function componentDidMount() { this.unbind = bindEvents(window, [{ eventName: 'error', fn: this.onWindowError }]); }; _proto.componentDidCatch = function componentDidCatch(err) { if (err instanceof RbdInvariant) { if (false) {} this.setState({}); return; } throw err; }; _proto.componentWillUnmount = function componentWillUnmount() { this.unbind(); }; _proto.render = function render() { return this.props.children(this.setCallbacks); }; return ErrorBoundary; }(react.Component); var dragHandleUsageInstructions = "\n Press space bar to start a drag.\n When dragging you can use the arrow keys to move the item around and escape to cancel.\n Some screen readers may require you to be in focus mode or to use your pass through key\n"; var position = function position(index) { return index + 1; }; var onDragStart = function onDragStart(start) { return "\n You have lifted an item in position " + position(start.source.index) + "\n"; }; var withLocation = function withLocation(source, destination) { var isInHomeList = source.droppableId === destination.droppableId; var startPosition = position(source.index); var endPosition = position(destination.index); if (isInHomeList) { return "\n You have moved the item from position " + startPosition + "\n to position " + endPosition + "\n "; } return "\n You have moved the item from position " + startPosition + "\n in list " + source.droppableId + "\n to list " + destination.droppableId + "\n in position " + endPosition + "\n "; }; var withCombine = function withCombine(id, source, combine) { var inHomeList = source.droppableId === combine.droppableId; if (inHomeList) { return "\n The item " + id + "\n has been combined with " + combine.draggableId; } return "\n The item " + id + "\n in list " + source.droppableId + "\n has been combined with " + combine.draggableId + "\n in list " + combine.droppableId + "\n "; }; var onDragUpdate = function onDragUpdate(update) { var location = update.destination; if (location) { return withLocation(update.source, location); } var combine = update.combine; if (combine) { return withCombine(update.draggableId, update.source, combine); } return 'You are over an area that cannot be dropped on'; }; var returnedToStart = function returnedToStart(source) { return "\n The item has returned to its starting position\n of " + position(source.index) + "\n"; }; var onDragEnd = function onDragEnd(result) { if (result.reason === 'CANCEL') { return "\n Movement cancelled.\n " + returnedToStart(result.source) + "\n "; } var location = result.destination; var combine = result.combine; if (location) { return "\n You have dropped the item.\n " + withLocation(result.source, location) + "\n "; } if (combine) { return "\n You have dropped the item.\n " + withCombine(result.draggableId, result.source, combine) + "\n "; } return "\n The item has been dropped while not over a drop area.\n " + returnedToStart(result.source) + "\n "; }; var preset = { dragHandleUsageInstructions: dragHandleUsageInstructions, onDragStart: onDragStart, onDragUpdate: onDragUpdate, onDragEnd: onDragEnd }; var origin = { x: 0, y: 0 }; var add = function add(point1, point2) { return { x: point1.x + point2.x, y: point1.y + point2.y }; }; var subtract = function subtract(point1, point2) { return { x: point1.x - point2.x, y: point1.y - point2.y }; }; var react_beautiful_dnd_esm_isEqual = function isEqual(point1, point2) { return point1.x === point2.x && point1.y === point2.y; }; var negate = function negate(point) { return { x: point.x !== 0 ? -point.x : 0, y: point.y !== 0 ? -point.y : 0 }; }; var patch = function patch(line, value, otherValue) { var _ref; if (otherValue === void 0) { otherValue = 0; } return _ref = {}, _ref[line] = value, _ref[line === 'x' ? 'y' : 'x'] = otherValue, _ref; }; var distance = function distance(point1, point2) { return Math.sqrt(Math.pow(point2.x - point1.x, 2) + Math.pow(point2.y - point1.y, 2)); }; var closest = function closest(target, points) { return Math.min.apply(Math, points.map(function (point) { return distance(target, point); })); }; var apply = function apply(fn) { return function (point) { return { x: fn(point.x), y: fn(point.y) }; }; }; var executeClip = (function (frame, subject) { var result = getRect({ top: Math.max(subject.top, frame.top), right: Math.min(subject.right, frame.right), bottom: Math.min(subject.bottom, frame.bottom), left: Math.max(subject.left, frame.left) }); if (result.width <= 0 || result.height <= 0) { return null; } return result; }); var offsetByPosition = function offsetByPosition(spacing, point) { return { top: spacing.top + point.y, left: spacing.left + point.x, bottom: spacing.bottom + point.y, right: spacing.right + point.x }; }; var getCorners = function getCorners(spacing) { return [{ x: spacing.left, y: spacing.top }, { x: spacing.right, y: spacing.top }, { x: spacing.left, y: spacing.bottom }, { x: spacing.right, y: spacing.bottom }]; }; var react_beautiful_dnd_esm_noSpacing = { top: 0, right: 0, bottom: 0, left: 0 }; var react_beautiful_dnd_esm_scroll = function scroll(target, frame) { if (!frame) { return target; } return offsetByPosition(target, frame.scroll.diff.displacement); }; var increase = function increase(target, axis, withPlaceholder) { if (withPlaceholder && withPlaceholder.increasedBy) { var _extends2; return (0,esm_extends/* default */.Z)({}, target, (_extends2 = {}, _extends2[axis.end] = target[axis.end] + withPlaceholder.increasedBy[axis.line], _extends2)); } return target; }; var clip = function clip(target, frame) { if (frame && frame.shouldClipSubject) { return executeClip(frame.pageMarginBox, target); } return getRect(target); }; var getSubject = (function (_ref) { var page = _ref.page, withPlaceholder = _ref.withPlaceholder, axis = _ref.axis, frame = _ref.frame; var scrolled = react_beautiful_dnd_esm_scroll(page.marginBox, frame); var increased = increase(scrolled, axis, withPlaceholder); var clipped = clip(increased, frame); return { page: page, withPlaceholder: withPlaceholder, active: clipped }; }); var scrollDroppable = (function (droppable, newScroll) { !droppable.frame ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var scrollable = droppable.frame; var scrollDiff = subtract(newScroll, scrollable.scroll.initial); var scrollDisplacement = negate(scrollDiff); var frame = (0,esm_extends/* default */.Z)({}, scrollable, { scroll: { initial: scrollable.scroll.initial, current: newScroll, diff: { value: scrollDiff, displacement: scrollDisplacement }, max: scrollable.scroll.max } }); var subject = getSubject({ page: droppable.subject.page, withPlaceholder: droppable.subject.withPlaceholder, axis: droppable.axis, frame: frame }); var result = (0,esm_extends/* default */.Z)({}, droppable, { frame: frame, subject: subject }); return result; }); function isInteger(value) { if (Number.isInteger) { return Number.isInteger(value); } return typeof value === 'number' && isFinite(value) && Math.floor(value) === value; } function values(map) { if (Object.values) { return Object.values(map); } return Object.keys(map).map(function (key) { return map[key]; }); } function findIndex(list, predicate) { if (list.findIndex) { return list.findIndex(predicate); } for (var i = 0; i < list.length; i++) { if (predicate(list[i])) { return i; } } return -1; } function find(list, predicate) { if (list.find) { return list.find(predicate); } var index = findIndex(list, predicate); if (index !== -1) { return list[index]; } return undefined; } function toArray(list) { return Array.prototype.slice.call(list); } var toDroppableMap = memoize_one_esm(function (droppables) { return droppables.reduce(function (previous, current) { previous[current.descriptor.id] = current; return previous; }, {}); }); var toDraggableMap = memoize_one_esm(function (draggables) { return draggables.reduce(function (previous, current) { previous[current.descriptor.id] = current; return previous; }, {}); }); var toDroppableList = memoize_one_esm(function (droppables) { return values(droppables); }); var toDraggableList = memoize_one_esm(function (draggables) { return values(draggables); }); var getDraggablesInsideDroppable = memoize_one_esm(function (droppableId, draggables) { var result = toDraggableList(draggables).filter(function (draggable) { return droppableId === draggable.descriptor.droppableId; }).sort(function (a, b) { return a.descriptor.index - b.descriptor.index; }); return result; }); function tryGetDestination(impact) { if (impact.at && impact.at.type === 'REORDER') { return impact.at.destination; } return null; } function tryGetCombine(impact) { if (impact.at && impact.at.type === 'COMBINE') { return impact.at.combine; } return null; } var removeDraggableFromList = memoize_one_esm(function (remove, list) { return list.filter(function (item) { return item.descriptor.id !== remove.descriptor.id; }); }); var moveToNextCombine = (function (_ref) { var isMovingForward = _ref.isMovingForward, draggable = _ref.draggable, destination = _ref.destination, insideDestination = _ref.insideDestination, previousImpact = _ref.previousImpact; if (!destination.isCombineEnabled) { return null; } var location = tryGetDestination(previousImpact); if (!location) { return null; } function getImpact(target) { var at = { type: 'COMBINE', combine: { draggableId: target, droppableId: destination.descriptor.id } }; return (0,esm_extends/* default */.Z)({}, previousImpact, { at: at }); } var all = previousImpact.displaced.all; var closestId = all.length ? all[0] : null; if (isMovingForward) { return closestId ? getImpact(closestId) : null; } var withoutDraggable = removeDraggableFromList(draggable, insideDestination); if (!closestId) { if (!withoutDraggable.length) { return null; } var last = withoutDraggable[withoutDraggable.length - 1]; return getImpact(last.descriptor.id); } var indexOfClosest = findIndex(withoutDraggable, function (d) { return d.descriptor.id === closestId; }); !(indexOfClosest !== -1) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var proposedIndex = indexOfClosest - 1; if (proposedIndex < 0) { return null; } var before = withoutDraggable[proposedIndex]; return getImpact(before.descriptor.id); }); var isHomeOf = (function (draggable, destination) { return draggable.descriptor.droppableId === destination.descriptor.id; }); var noDisplacedBy = { point: origin, value: 0 }; var emptyGroups = { invisible: {}, visible: {}, all: [] }; var noImpact = { displaced: emptyGroups, displacedBy: noDisplacedBy, at: null }; var isWithin = (function (lowerBound, upperBound) { return function (value) { return lowerBound <= value && value <= upperBound; }; }); var isPartiallyVisibleThroughFrame = (function (frame) { var isWithinVertical = isWithin(frame.top, frame.bottom); var isWithinHorizontal = isWithin(frame.left, frame.right); return function (subject) { var isContained = isWithinVertical(subject.top) && isWithinVertical(subject.bottom) && isWithinHorizontal(subject.left) && isWithinHorizontal(subject.right); if (isContained) { return true; } var isPartiallyVisibleVertically = isWithinVertical(subject.top) || isWithinVertical(subject.bottom); var isPartiallyVisibleHorizontally = isWithinHorizontal(subject.left) || isWithinHorizontal(subject.right); var isPartiallyContained = isPartiallyVisibleVertically && isPartiallyVisibleHorizontally; if (isPartiallyContained) { return true; } var isBiggerVertically = subject.top < frame.top && subject.bottom > frame.bottom; var isBiggerHorizontally = subject.left < frame.left && subject.right > frame.right; var isTargetBiggerThanFrame = isBiggerVertically && isBiggerHorizontally; if (isTargetBiggerThanFrame) { return true; } var isTargetBiggerOnOneAxis = isBiggerVertically && isPartiallyVisibleHorizontally || isBiggerHorizontally && isPartiallyVisibleVertically; return isTargetBiggerOnOneAxis; }; }); var isTotallyVisibleThroughFrame = (function (frame) { var isWithinVertical = isWithin(frame.top, frame.bottom); var isWithinHorizontal = isWithin(frame.left, frame.right); return function (subject) { var isContained = isWithinVertical(subject.top) && isWithinVertical(subject.bottom) && isWithinHorizontal(subject.left) && isWithinHorizontal(subject.right); return isContained; }; }); var vertical = { direction: 'vertical', line: 'y', crossAxisLine: 'x', start: 'top', end: 'bottom', size: 'height', crossAxisStart: 'left', crossAxisEnd: 'right', crossAxisSize: 'width' }; var horizontal = { direction: 'horizontal', line: 'x', crossAxisLine: 'y', start: 'left', end: 'right', size: 'width', crossAxisStart: 'top', crossAxisEnd: 'bottom', crossAxisSize: 'height' }; var isTotallyVisibleThroughFrameOnAxis = (function (axis) { return function (frame) { var isWithinVertical = isWithin(frame.top, frame.bottom); var isWithinHorizontal = isWithin(frame.left, frame.right); return function (subject) { if (axis === vertical) { return isWithinVertical(subject.top) && isWithinVertical(subject.bottom); } return isWithinHorizontal(subject.left) && isWithinHorizontal(subject.right); }; }; }); var getDroppableDisplaced = function getDroppableDisplaced(target, destination) { var displacement = destination.frame ? destination.frame.scroll.diff.displacement : origin; return offsetByPosition(target, displacement); }; var isVisibleInDroppable = function isVisibleInDroppable(target, destination, isVisibleThroughFrameFn) { if (!destination.subject.active) { return false; } return isVisibleThroughFrameFn(destination.subject.active)(target); }; var isVisibleInViewport = function isVisibleInViewport(target, viewport, isVisibleThroughFrameFn) { return isVisibleThroughFrameFn(viewport)(target); }; var isVisible = function isVisible(_ref) { var toBeDisplaced = _ref.target, destination = _ref.destination, viewport = _ref.viewport, withDroppableDisplacement = _ref.withDroppableDisplacement, isVisibleThroughFrameFn = _ref.isVisibleThroughFrameFn; var displacedTarget = withDroppableDisplacement ? getDroppableDisplaced(toBeDisplaced, destination) : toBeDisplaced; return isVisibleInDroppable(displacedTarget, destination, isVisibleThroughFrameFn) && isVisibleInViewport(displacedTarget, viewport, isVisibleThroughFrameFn); }; var isPartiallyVisible = function isPartiallyVisible(args) { return isVisible((0,esm_extends/* default */.Z)({}, args, { isVisibleThroughFrameFn: isPartiallyVisibleThroughFrame })); }; var isTotallyVisible = function isTotallyVisible(args) { return isVisible((0,esm_extends/* default */.Z)({}, args, { isVisibleThroughFrameFn: isTotallyVisibleThroughFrame })); }; var isTotallyVisibleOnAxis = function isTotallyVisibleOnAxis(args) { return isVisible((0,esm_extends/* default */.Z)({}, args, { isVisibleThroughFrameFn: isTotallyVisibleThroughFrameOnAxis(args.destination.axis) })); }; var getShouldAnimate = function getShouldAnimate(id, last, forceShouldAnimate) { if (typeof forceShouldAnimate === 'boolean') { return forceShouldAnimate; } if (!last) { return true; } var invisible = last.invisible, visible = last.visible; if (invisible[id]) { return false; } var previous = visible[id]; return previous ? previous.shouldAnimate : true; }; function getTarget(draggable, displacedBy) { var marginBox = draggable.page.marginBox; var expandBy = { top: displacedBy.point.y, right: 0, bottom: 0, left: displacedBy.point.x }; return getRect(expand(marginBox, expandBy)); } function getDisplacementGroups(_ref) { var afterDragging = _ref.afterDragging, destination = _ref.destination, displacedBy = _ref.displacedBy, viewport = _ref.viewport, forceShouldAnimate = _ref.forceShouldAnimate, last = _ref.last; return afterDragging.reduce(function process(groups, draggable) { var target = getTarget(draggable, displacedBy); var id = draggable.descriptor.id; groups.all.push(id); var isVisible = isPartiallyVisible({ target: target, destination: destination, viewport: viewport, withDroppableDisplacement: true }); if (!isVisible) { groups.invisible[draggable.descriptor.id] = true; return groups; } var shouldAnimate = getShouldAnimate(id, last, forceShouldAnimate); var displacement = { draggableId: id, shouldAnimate: shouldAnimate }; groups.visible[id] = displacement; return groups; }, { all: [], visible: {}, invisible: {} }); } function getIndexOfLastItem(draggables, options) { if (!draggables.length) { return 0; } var indexOfLastItem = draggables[draggables.length - 1].descriptor.index; return options.inHomeList ? indexOfLastItem : indexOfLastItem + 1; } function goAtEnd(_ref) { var insideDestination = _ref.insideDestination, inHomeList = _ref.inHomeList, displacedBy = _ref.displacedBy, destination = _ref.destination; var newIndex = getIndexOfLastItem(insideDestination, { inHomeList: inHomeList }); return { displaced: emptyGroups, displacedBy: displacedBy, at: { type: 'REORDER', destination: { droppableId: destination.descriptor.id, index: newIndex } } }; } function calculateReorderImpact(_ref2) { var draggable = _ref2.draggable, insideDestination = _ref2.insideDestination, destination = _ref2.destination, viewport = _ref2.viewport, displacedBy = _ref2.displacedBy, last = _ref2.last, index = _ref2.index, forceShouldAnimate = _ref2.forceShouldAnimate; var inHomeList = isHomeOf(draggable, destination); if (index == null) { return goAtEnd({ insideDestination: insideDestination, inHomeList: inHomeList, displacedBy: displacedBy, destination: destination }); } var match = find(insideDestination, function (item) { return item.descriptor.index === index; }); if (!match) { return goAtEnd({ insideDestination: insideDestination, inHomeList: inHomeList, displacedBy: displacedBy, destination: destination }); } var withoutDragging = removeDraggableFromList(draggable, insideDestination); var sliceFrom = insideDestination.indexOf(match); var impacted = withoutDragging.slice(sliceFrom); var displaced = getDisplacementGroups({ afterDragging: impacted, destination: destination, displacedBy: displacedBy, last: last, viewport: viewport.frame, forceShouldAnimate: forceShouldAnimate }); return { displaced: displaced, displacedBy: displacedBy, at: { type: 'REORDER', destination: { droppableId: destination.descriptor.id, index: index } } }; } function didStartAfterCritical(draggableId, afterCritical) { return Boolean(afterCritical.effected[draggableId]); } var fromCombine = (function (_ref) { var isMovingForward = _ref.isMovingForward, destination = _ref.destination, draggables = _ref.draggables, combine = _ref.combine, afterCritical = _ref.afterCritical; if (!destination.isCombineEnabled) { return null; } var combineId = combine.draggableId; var combineWith = draggables[combineId]; var combineWithIndex = combineWith.descriptor.index; var didCombineWithStartAfterCritical = didStartAfterCritical(combineId, afterCritical); if (didCombineWithStartAfterCritical) { if (isMovingForward) { return combineWithIndex; } return combineWithIndex - 1; } if (isMovingForward) { return combineWithIndex + 1; } return combineWithIndex; }); var fromReorder = (function (_ref) { var isMovingForward = _ref.isMovingForward, isInHomeList = _ref.isInHomeList, insideDestination = _ref.insideDestination, location = _ref.location; if (!insideDestination.length) { return null; } var currentIndex = location.index; var proposedIndex = isMovingForward ? currentIndex + 1 : currentIndex - 1; var firstIndex = insideDestination[0].descriptor.index; var lastIndex = insideDestination[insideDestination.length - 1].descriptor.index; var upperBound = isInHomeList ? lastIndex : lastIndex + 1; if (proposedIndex < firstIndex) { return null; } if (proposedIndex > upperBound) { return null; } return proposedIndex; }); var moveToNextIndex = (function (_ref) { var isMovingForward = _ref.isMovingForward, isInHomeList = _ref.isInHomeList, draggable = _ref.draggable, draggables = _ref.draggables, destination = _ref.destination, insideDestination = _ref.insideDestination, previousImpact = _ref.previousImpact, viewport = _ref.viewport, afterCritical = _ref.afterCritical; var wasAt = previousImpact.at; !wasAt ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; if (wasAt.type === 'REORDER') { var _newIndex = fromReorder({ isMovingForward: isMovingForward, isInHomeList: isInHomeList, location: wasAt.destination, insideDestination: insideDestination }); if (_newIndex == null) { return null; } return calculateReorderImpact({ draggable: draggable, insideDestination: insideDestination, destination: destination, viewport: viewport, last: previousImpact.displaced, displacedBy: previousImpact.displacedBy, index: _newIndex }); } var newIndex = fromCombine({ isMovingForward: isMovingForward, destination: destination, displaced: previousImpact.displaced, draggables: draggables, combine: wasAt.combine, afterCritical: afterCritical }); if (newIndex == null) { return null; } return calculateReorderImpact({ draggable: draggable, insideDestination: insideDestination, destination: destination, viewport: viewport, last: previousImpact.displaced, displacedBy: previousImpact.displacedBy, index: newIndex }); }); var getCombinedItemDisplacement = (function (_ref) { var displaced = _ref.displaced, afterCritical = _ref.afterCritical, combineWith = _ref.combineWith, displacedBy = _ref.displacedBy; var isDisplaced = Boolean(displaced.visible[combineWith] || displaced.invisible[combineWith]); if (didStartAfterCritical(combineWith, afterCritical)) { return isDisplaced ? origin : negate(displacedBy.point); } return isDisplaced ? displacedBy.point : origin; }); var whenCombining = (function (_ref) { var afterCritical = _ref.afterCritical, impact = _ref.impact, draggables = _ref.draggables; var combine = tryGetCombine(impact); !combine ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var combineWith = combine.draggableId; var center = draggables[combineWith].page.borderBox.center; var displaceBy = getCombinedItemDisplacement({ displaced: impact.displaced, afterCritical: afterCritical, combineWith: combineWith, displacedBy: impact.displacedBy }); return add(center, displaceBy); }); var distanceFromStartToBorderBoxCenter = function distanceFromStartToBorderBoxCenter(axis, box) { return box.margin[axis.start] + box.borderBox[axis.size] / 2; }; var distanceFromEndToBorderBoxCenter = function distanceFromEndToBorderBoxCenter(axis, box) { return box.margin[axis.end] + box.borderBox[axis.size] / 2; }; var getCrossAxisBorderBoxCenter = function getCrossAxisBorderBoxCenter(axis, target, isMoving) { return target[axis.crossAxisStart] + isMoving.margin[axis.crossAxisStart] + isMoving.borderBox[axis.crossAxisSize] / 2; }; var goAfter = function goAfter(_ref) { var axis = _ref.axis, moveRelativeTo = _ref.moveRelativeTo, isMoving = _ref.isMoving; return patch(axis.line, moveRelativeTo.marginBox[axis.end] + distanceFromStartToBorderBoxCenter(axis, isMoving), getCrossAxisBorderBoxCenter(axis, moveRelativeTo.marginBox, isMoving)); }; var goBefore = function goBefore(_ref2) { var axis = _ref2.axis, moveRelativeTo = _ref2.moveRelativeTo, isMoving = _ref2.isMoving; return patch(axis.line, moveRelativeTo.marginBox[axis.start] - distanceFromEndToBorderBoxCenter(axis, isMoving), getCrossAxisBorderBoxCenter(axis, moveRelativeTo.marginBox, isMoving)); }; var goIntoStart = function goIntoStart(_ref3) { var axis = _ref3.axis, moveInto = _ref3.moveInto, isMoving = _ref3.isMoving; return patch(axis.line, moveInto.contentBox[axis.start] + distanceFromStartToBorderBoxCenter(axis, isMoving), getCrossAxisBorderBoxCenter(axis, moveInto.contentBox, isMoving)); }; var whenReordering = (function (_ref) { var impact = _ref.impact, draggable = _ref.draggable, draggables = _ref.draggables, droppable = _ref.droppable, afterCritical = _ref.afterCritical; var insideDestination = getDraggablesInsideDroppable(droppable.descriptor.id, draggables); var draggablePage = draggable.page; var axis = droppable.axis; if (!insideDestination.length) { return goIntoStart({ axis: axis, moveInto: droppable.page, isMoving: draggablePage }); } var displaced = impact.displaced, displacedBy = impact.displacedBy; var closestAfter = displaced.all[0]; if (closestAfter) { var closest = draggables[closestAfter]; if (didStartAfterCritical(closestAfter, afterCritical)) { return goBefore({ axis: axis, moveRelativeTo: closest.page, isMoving: draggablePage }); } var withDisplacement = css_box_model_esm_offset(closest.page, displacedBy.point); return goBefore({ axis: axis, moveRelativeTo: withDisplacement, isMoving: draggablePage }); } var last = insideDestination[insideDestination.length - 1]; if (last.descriptor.id === draggable.descriptor.id) { return draggablePage.borderBox.center; } if (didStartAfterCritical(last.descriptor.id, afterCritical)) { var page = css_box_model_esm_offset(last.page, negate(afterCritical.displacedBy.point)); return goAfter({ axis: axis, moveRelativeTo: page, isMoving: draggablePage }); } return goAfter({ axis: axis, moveRelativeTo: last.page, isMoving: draggablePage }); }); var withDroppableDisplacement = (function (droppable, point) { var frame = droppable.frame; if (!frame) { return point; } return add(point, frame.scroll.diff.displacement); }); var getResultWithoutDroppableDisplacement = function getResultWithoutDroppableDisplacement(_ref) { var impact = _ref.impact, draggable = _ref.draggable, droppable = _ref.droppable, draggables = _ref.draggables, afterCritical = _ref.afterCritical; var original = draggable.page.borderBox.center; var at = impact.at; if (!droppable) { return original; } if (!at) { return original; } if (at.type === 'REORDER') { return whenReordering({ impact: impact, draggable: draggable, draggables: draggables, droppable: droppable, afterCritical: afterCritical }); } return whenCombining({ impact: impact, draggables: draggables, afterCritical: afterCritical }); }; var getPageBorderBoxCenterFromImpact = (function (args) { var withoutDisplacement = getResultWithoutDroppableDisplacement(args); var droppable = args.droppable; var withDisplacement = droppable ? withDroppableDisplacement(droppable, withoutDisplacement) : withoutDisplacement; return withDisplacement; }); var scrollViewport = (function (viewport, newScroll) { var diff = subtract(newScroll, viewport.scroll.initial); var displacement = negate(diff); var frame = getRect({ top: newScroll.y, bottom: newScroll.y + viewport.frame.height, left: newScroll.x, right: newScroll.x + viewport.frame.width }); var updated = { frame: frame, scroll: { initial: viewport.scroll.initial, max: viewport.scroll.max, current: newScroll, diff: { value: diff, displacement: displacement } } }; return updated; }); function getDraggables(ids, draggables) { return ids.map(function (id) { return draggables[id]; }); } function tryGetVisible(id, groups) { for (var i = 0; i < groups.length; i++) { var displacement = groups[i].visible[id]; if (displacement) { return displacement; } } return null; } var speculativelyIncrease = (function (_ref) { var impact = _ref.impact, viewport = _ref.viewport, destination = _ref.destination, draggables = _ref.draggables, maxScrollChange = _ref.maxScrollChange; var scrolledViewport = scrollViewport(viewport, add(viewport.scroll.current, maxScrollChange)); var scrolledDroppable = destination.frame ? scrollDroppable(destination, add(destination.frame.scroll.current, maxScrollChange)) : destination; var last = impact.displaced; var withViewportScroll = getDisplacementGroups({ afterDragging: getDraggables(last.all, draggables), destination: destination, displacedBy: impact.displacedBy, viewport: scrolledViewport.frame, last: last, forceShouldAnimate: false }); var withDroppableScroll = getDisplacementGroups({ afterDragging: getDraggables(last.all, draggables), destination: scrolledDroppable, displacedBy: impact.displacedBy, viewport: viewport.frame, last: last, forceShouldAnimate: false }); var invisible = {}; var visible = {}; var groups = [last, withViewportScroll, withDroppableScroll]; last.all.forEach(function (id) { var displacement = tryGetVisible(id, groups); if (displacement) { visible[id] = displacement; return; } invisible[id] = true; }); var newImpact = (0,esm_extends/* default */.Z)({}, impact, { displaced: { all: last.all, invisible: invisible, visible: visible } }); return newImpact; }); var withViewportDisplacement = (function (viewport, point) { return add(viewport.scroll.diff.displacement, point); }); var getClientFromPageBorderBoxCenter = (function (_ref) { var pageBorderBoxCenter = _ref.pageBorderBoxCenter, draggable = _ref.draggable, viewport = _ref.viewport; var withoutPageScrollChange = withViewportDisplacement(viewport, pageBorderBoxCenter); var offset = subtract(withoutPageScrollChange, draggable.page.borderBox.center); return add(draggable.client.borderBox.center, offset); }); var isTotallyVisibleInNewLocation = (function (_ref) { var draggable = _ref.draggable, destination = _ref.destination, newPageBorderBoxCenter = _ref.newPageBorderBoxCenter, viewport = _ref.viewport, withDroppableDisplacement = _ref.withDroppableDisplacement, _ref$onlyOnMainAxis = _ref.onlyOnMainAxis, onlyOnMainAxis = _ref$onlyOnMainAxis === void 0 ? false : _ref$onlyOnMainAxis; var changeNeeded = subtract(newPageBorderBoxCenter, draggable.page.borderBox.center); var shifted = offsetByPosition(draggable.page.borderBox, changeNeeded); var args = { target: shifted, destination: destination, withDroppableDisplacement: withDroppableDisplacement, viewport: viewport }; return onlyOnMainAxis ? isTotallyVisibleOnAxis(args) : isTotallyVisible(args); }); var moveToNextPlace = (function (_ref) { var isMovingForward = _ref.isMovingForward, draggable = _ref.draggable, destination = _ref.destination, draggables = _ref.draggables, previousImpact = _ref.previousImpact, viewport = _ref.viewport, previousPageBorderBoxCenter = _ref.previousPageBorderBoxCenter, previousClientSelection = _ref.previousClientSelection, afterCritical = _ref.afterCritical; if (!destination.isEnabled) { return null; } var insideDestination = getDraggablesInsideDroppable(destination.descriptor.id, draggables); var isInHomeList = isHomeOf(draggable, destination); var impact = moveToNextCombine({ isMovingForward: isMovingForward, draggable: draggable, destination: destination, insideDestination: insideDestination, previousImpact: previousImpact }) || moveToNextIndex({ isMovingForward: isMovingForward, isInHomeList: isInHomeList, draggable: draggable, draggables: draggables, destination: destination, insideDestination: insideDestination, previousImpact: previousImpact, viewport: viewport, afterCritical: afterCritical }); if (!impact) { return null; } var pageBorderBoxCenter = getPageBorderBoxCenterFromImpact({ impact: impact, draggable: draggable, droppable: destination, draggables: draggables, afterCritical: afterCritical }); var isVisibleInNewLocation = isTotallyVisibleInNewLocation({ draggable: draggable, destination: destination, newPageBorderBoxCenter: pageBorderBoxCenter, viewport: viewport.frame, withDroppableDisplacement: false, onlyOnMainAxis: true }); if (isVisibleInNewLocation) { var clientSelection = getClientFromPageBorderBoxCenter({ pageBorderBoxCenter: pageBorderBoxCenter, draggable: draggable, viewport: viewport }); return { clientSelection: clientSelection, impact: impact, scrollJumpRequest: null }; } var distance = subtract(pageBorderBoxCenter, previousPageBorderBoxCenter); var cautious = speculativelyIncrease({ impact: impact, viewport: viewport, destination: destination, draggables: draggables, maxScrollChange: distance }); return { clientSelection: previousClientSelection, impact: cautious, scrollJumpRequest: distance }; }); var getKnownActive = function getKnownActive(droppable) { var rect = droppable.subject.active; !rect ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; return rect; }; var getBestCrossAxisDroppable = (function (_ref) { var isMovingForward = _ref.isMovingForward, pageBorderBoxCenter = _ref.pageBorderBoxCenter, source = _ref.source, droppables = _ref.droppables, viewport = _ref.viewport; var active = source.subject.active; if (!active) { return null; } var axis = source.axis; var isBetweenSourceClipped = isWithin(active[axis.start], active[axis.end]); var candidates = toDroppableList(droppables).filter(function (droppable) { return droppable !== source; }).filter(function (droppable) { return droppable.isEnabled; }).filter(function (droppable) { return Boolean(droppable.subject.active); }).filter(function (droppable) { return isPartiallyVisibleThroughFrame(viewport.frame)(getKnownActive(droppable)); }).filter(function (droppable) { var activeOfTarget = getKnownActive(droppable); if (isMovingForward) { return active[axis.crossAxisEnd] < activeOfTarget[axis.crossAxisEnd]; } return activeOfTarget[axis.crossAxisStart] < active[axis.crossAxisStart]; }).filter(function (droppable) { var activeOfTarget = getKnownActive(droppable); var isBetweenDestinationClipped = isWithin(activeOfTarget[axis.start], activeOfTarget[axis.end]); return isBetweenSourceClipped(activeOfTarget[axis.start]) || isBetweenSourceClipped(activeOfTarget[axis.end]) || isBetweenDestinationClipped(active[axis.start]) || isBetweenDestinationClipped(active[axis.end]); }).sort(function (a, b) { var first = getKnownActive(a)[axis.crossAxisStart]; var second = getKnownActive(b)[axis.crossAxisStart]; if (isMovingForward) { return first - second; } return second - first; }).filter(function (droppable, index, array) { return getKnownActive(droppable)[axis.crossAxisStart] === getKnownActive(array[0])[axis.crossAxisStart]; }); if (!candidates.length) { return null; } if (candidates.length === 1) { return candidates[0]; } var contains = candidates.filter(function (droppable) { var isWithinDroppable = isWithin(getKnownActive(droppable)[axis.start], getKnownActive(droppable)[axis.end]); return isWithinDroppable(pageBorderBoxCenter[axis.line]); }); if (contains.length === 1) { return contains[0]; } if (contains.length > 1) { return contains.sort(function (a, b) { return getKnownActive(a)[axis.start] - getKnownActive(b)[axis.start]; })[0]; } return candidates.sort(function (a, b) { var first = closest(pageBorderBoxCenter, getCorners(getKnownActive(a))); var second = closest(pageBorderBoxCenter, getCorners(getKnownActive(b))); if (first !== second) { return first - second; } return getKnownActive(a)[axis.start] - getKnownActive(b)[axis.start]; })[0]; }); var getCurrentPageBorderBoxCenter = function getCurrentPageBorderBoxCenter(draggable, afterCritical) { var original = draggable.page.borderBox.center; return didStartAfterCritical(draggable.descriptor.id, afterCritical) ? subtract(original, afterCritical.displacedBy.point) : original; }; var getCurrentPageBorderBox = function getCurrentPageBorderBox(draggable, afterCritical) { var original = draggable.page.borderBox; return didStartAfterCritical(draggable.descriptor.id, afterCritical) ? offsetByPosition(original, negate(afterCritical.displacedBy.point)) : original; }; var getClosestDraggable = (function (_ref) { var pageBorderBoxCenter = _ref.pageBorderBoxCenter, viewport = _ref.viewport, destination = _ref.destination, insideDestination = _ref.insideDestination, afterCritical = _ref.afterCritical; var sorted = insideDestination.filter(function (draggable) { return isTotallyVisible({ target: getCurrentPageBorderBox(draggable, afterCritical), destination: destination, viewport: viewport.frame, withDroppableDisplacement: true }); }).sort(function (a, b) { var distanceToA = distance(pageBorderBoxCenter, withDroppableDisplacement(destination, getCurrentPageBorderBoxCenter(a, afterCritical))); var distanceToB = distance(pageBorderBoxCenter, withDroppableDisplacement(destination, getCurrentPageBorderBoxCenter(b, afterCritical))); if (distanceToA < distanceToB) { return -1; } if (distanceToB < distanceToA) { return 1; } return a.descriptor.index - b.descriptor.index; }); return sorted[0] || null; }); var getDisplacedBy = memoize_one_esm(function getDisplacedBy(axis, displaceBy) { var displacement = displaceBy[axis.line]; return { value: displacement, point: patch(axis.line, displacement) }; }); var getRequiredGrowthForPlaceholder = function getRequiredGrowthForPlaceholder(droppable, placeholderSize, draggables) { var axis = droppable.axis; if (droppable.descriptor.mode === 'virtual') { return patch(axis.line, placeholderSize[axis.line]); } var availableSpace = droppable.subject.page.contentBox[axis.size]; var insideDroppable = getDraggablesInsideDroppable(droppable.descriptor.id, draggables); var spaceUsed = insideDroppable.reduce(function (sum, dimension) { return sum + dimension.client.marginBox[axis.size]; }, 0); var requiredSpace = spaceUsed + placeholderSize[axis.line]; var needsToGrowBy = requiredSpace - availableSpace; if (needsToGrowBy <= 0) { return null; } return patch(axis.line, needsToGrowBy); }; var withMaxScroll = function withMaxScroll(frame, max) { return (0,esm_extends/* default */.Z)({}, frame, { scroll: (0,esm_extends/* default */.Z)({}, frame.scroll, { max: max }) }); }; var addPlaceholder = function addPlaceholder(droppable, draggable, draggables) { var frame = droppable.frame; !!isHomeOf(draggable, droppable) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; !!droppable.subject.withPlaceholder ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var placeholderSize = getDisplacedBy(droppable.axis, draggable.displaceBy).point; var requiredGrowth = getRequiredGrowthForPlaceholder(droppable, placeholderSize, draggables); var added = { placeholderSize: placeholderSize, increasedBy: requiredGrowth, oldFrameMaxScroll: droppable.frame ? droppable.frame.scroll.max : null }; if (!frame) { var _subject = getSubject({ page: droppable.subject.page, withPlaceholder: added, axis: droppable.axis, frame: droppable.frame }); return (0,esm_extends/* default */.Z)({}, droppable, { subject: _subject }); } var maxScroll = requiredGrowth ? add(frame.scroll.max, requiredGrowth) : frame.scroll.max; var newFrame = withMaxScroll(frame, maxScroll); var subject = getSubject({ page: droppable.subject.page, withPlaceholder: added, axis: droppable.axis, frame: newFrame }); return (0,esm_extends/* default */.Z)({}, droppable, { subject: subject, frame: newFrame }); }; var removePlaceholder = function removePlaceholder(droppable) { var added = droppable.subject.withPlaceholder; !added ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var frame = droppable.frame; if (!frame) { var _subject2 = getSubject({ page: droppable.subject.page, axis: droppable.axis, frame: null, withPlaceholder: null }); return (0,esm_extends/* default */.Z)({}, droppable, { subject: _subject2 }); } var oldMaxScroll = added.oldFrameMaxScroll; !oldMaxScroll ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var newFrame = withMaxScroll(frame, oldMaxScroll); var subject = getSubject({ page: droppable.subject.page, axis: droppable.axis, frame: newFrame, withPlaceholder: null }); return (0,esm_extends/* default */.Z)({}, droppable, { subject: subject, frame: newFrame }); }; var moveToNewDroppable = (function (_ref) { var previousPageBorderBoxCenter = _ref.previousPageBorderBoxCenter, moveRelativeTo = _ref.moveRelativeTo, insideDestination = _ref.insideDestination, draggable = _ref.draggable, draggables = _ref.draggables, destination = _ref.destination, viewport = _ref.viewport, afterCritical = _ref.afterCritical; if (!moveRelativeTo) { if (insideDestination.length) { return null; } var proposed = { displaced: emptyGroups, displacedBy: noDisplacedBy, at: { type: 'REORDER', destination: { droppableId: destination.descriptor.id, index: 0 } } }; var proposedPageBorderBoxCenter = getPageBorderBoxCenterFromImpact({ impact: proposed, draggable: draggable, droppable: destination, draggables: draggables, afterCritical: afterCritical }); var withPlaceholder = isHomeOf(draggable, destination) ? destination : addPlaceholder(destination, draggable, draggables); var isVisibleInNewLocation = isTotallyVisibleInNewLocation({ draggable: draggable, destination: withPlaceholder, newPageBorderBoxCenter: proposedPageBorderBoxCenter, viewport: viewport.frame, withDroppableDisplacement: false, onlyOnMainAxis: true }); return isVisibleInNewLocation ? proposed : null; } var isGoingBeforeTarget = Boolean(previousPageBorderBoxCenter[destination.axis.line] <= moveRelativeTo.page.borderBox.center[destination.axis.line]); var proposedIndex = function () { var relativeTo = moveRelativeTo.descriptor.index; if (moveRelativeTo.descriptor.id === draggable.descriptor.id) { return relativeTo; } if (isGoingBeforeTarget) { return relativeTo; } return relativeTo + 1; }(); var displacedBy = getDisplacedBy(destination.axis, draggable.displaceBy); return calculateReorderImpact({ draggable: draggable, insideDestination: insideDestination, destination: destination, viewport: viewport, displacedBy: displacedBy, last: emptyGroups, index: proposedIndex }); }); var moveCrossAxis = (function (_ref) { var isMovingForward = _ref.isMovingForward, previousPageBorderBoxCenter = _ref.previousPageBorderBoxCenter, draggable = _ref.draggable, isOver = _ref.isOver, draggables = _ref.draggables, droppables = _ref.droppables, viewport = _ref.viewport, afterCritical = _ref.afterCritical; var destination = getBestCrossAxisDroppable({ isMovingForward: isMovingForward, pageBorderBoxCenter: previousPageBorderBoxCenter, source: isOver, droppables: droppables, viewport: viewport }); if (!destination) { return null; } var insideDestination = getDraggablesInsideDroppable(destination.descriptor.id, draggables); var moveRelativeTo = getClosestDraggable({ pageBorderBoxCenter: previousPageBorderBoxCenter, viewport: viewport, destination: destination, insideDestination: insideDestination, afterCritical: afterCritical }); var impact = moveToNewDroppable({ previousPageBorderBoxCenter: previousPageBorderBoxCenter, destination: destination, draggable: draggable, draggables: draggables, moveRelativeTo: moveRelativeTo, insideDestination: insideDestination, viewport: viewport, afterCritical: afterCritical }); if (!impact) { return null; } var pageBorderBoxCenter = getPageBorderBoxCenterFromImpact({ impact: impact, draggable: draggable, droppable: destination, draggables: draggables, afterCritical: afterCritical }); var clientSelection = getClientFromPageBorderBoxCenter({ pageBorderBoxCenter: pageBorderBoxCenter, draggable: draggable, viewport: viewport }); return { clientSelection: clientSelection, impact: impact, scrollJumpRequest: null }; }); var whatIsDraggedOver = (function (impact) { var at = impact.at; if (!at) { return null; } if (at.type === 'REORDER') { return at.destination.droppableId; } return at.combine.droppableId; }); var getDroppableOver = function getDroppableOver(impact, droppables) { var id = whatIsDraggedOver(impact); return id ? droppables[id] : null; }; var moveInDirection = (function (_ref) { var state = _ref.state, type = _ref.type; var isActuallyOver = getDroppableOver(state.impact, state.dimensions.droppables); var isMainAxisMovementAllowed = Boolean(isActuallyOver); var home = state.dimensions.droppables[state.critical.droppable.id]; var isOver = isActuallyOver || home; var direction = isOver.axis.direction; var isMovingOnMainAxis = direction === 'vertical' && (type === 'MOVE_UP' || type === 'MOVE_DOWN') || direction === 'horizontal' && (type === 'MOVE_LEFT' || type === 'MOVE_RIGHT'); if (isMovingOnMainAxis && !isMainAxisMovementAllowed) { return null; } var isMovingForward = type === 'MOVE_DOWN' || type === 'MOVE_RIGHT'; var draggable = state.dimensions.draggables[state.critical.draggable.id]; var previousPageBorderBoxCenter = state.current.page.borderBoxCenter; var _state$dimensions = state.dimensions, draggables = _state$dimensions.draggables, droppables = _state$dimensions.droppables; return isMovingOnMainAxis ? moveToNextPlace({ isMovingForward: isMovingForward, previousPageBorderBoxCenter: previousPageBorderBoxCenter, draggable: draggable, destination: isOver, draggables: draggables, viewport: state.viewport, previousClientSelection: state.current.client.selection, previousImpact: state.impact, afterCritical: state.afterCritical }) : moveCrossAxis({ isMovingForward: isMovingForward, previousPageBorderBoxCenter: previousPageBorderBoxCenter, draggable: draggable, isOver: isOver, draggables: draggables, droppables: droppables, viewport: state.viewport, afterCritical: state.afterCritical }); }); function isMovementAllowed(state) { return state.phase === 'DRAGGING' || state.phase === 'COLLECTING'; } function isPositionInFrame(frame) { var isWithinVertical = isWithin(frame.top, frame.bottom); var isWithinHorizontal = isWithin(frame.left, frame.right); return function run(point) { return isWithinVertical(point.y) && isWithinHorizontal(point.x); }; } function getHasOverlap(first, second) { return first.left < second.right && first.right > second.left && first.top < second.bottom && first.bottom > second.top; } function getFurthestAway(_ref) { var pageBorderBox = _ref.pageBorderBox, draggable = _ref.draggable, candidates = _ref.candidates; var startCenter = draggable.page.borderBox.center; var sorted = candidates.map(function (candidate) { var axis = candidate.axis; var target = patch(candidate.axis.line, pageBorderBox.center[axis.line], candidate.page.borderBox.center[axis.crossAxisLine]); return { id: candidate.descriptor.id, distance: distance(startCenter, target) }; }).sort(function (a, b) { return b.distance - a.distance; }); return sorted[0] ? sorted[0].id : null; } function getDroppableOver$1(_ref2) { var pageBorderBox = _ref2.pageBorderBox, draggable = _ref2.draggable, droppables = _ref2.droppables; var candidates = toDroppableList(droppables).filter(function (item) { if (!item.isEnabled) { return false; } var active = item.subject.active; if (!active) { return false; } if (!getHasOverlap(pageBorderBox, active)) { return false; } if (isPositionInFrame(active)(pageBorderBox.center)) { return true; } var axis = item.axis; var childCenter = active.center[axis.crossAxisLine]; var crossAxisStart = pageBorderBox[axis.crossAxisStart]; var crossAxisEnd = pageBorderBox[axis.crossAxisEnd]; var isContained = isWithin(active[axis.crossAxisStart], active[axis.crossAxisEnd]); var isStartContained = isContained(crossAxisStart); var isEndContained = isContained(crossAxisEnd); if (!isStartContained && !isEndContained) { return true; } if (isStartContained) { return crossAxisStart < childCenter; } return crossAxisEnd > childCenter; }); if (!candidates.length) { return null; } if (candidates.length === 1) { return candidates[0].descriptor.id; } return getFurthestAway({ pageBorderBox: pageBorderBox, draggable: draggable, candidates: candidates }); } var offsetRectByPosition = function offsetRectByPosition(rect, point) { return getRect(offsetByPosition(rect, point)); }; var withDroppableScroll = (function (droppable, area) { var frame = droppable.frame; if (!frame) { return area; } return offsetRectByPosition(area, frame.scroll.diff.value); }); function getIsDisplaced(_ref) { var displaced = _ref.displaced, id = _ref.id; return Boolean(displaced.visible[id] || displaced.invisible[id]); } function atIndex(_ref) { var draggable = _ref.draggable, closest = _ref.closest, inHomeList = _ref.inHomeList; if (!closest) { return null; } if (!inHomeList) { return closest.descriptor.index; } if (closest.descriptor.index > draggable.descriptor.index) { return closest.descriptor.index - 1; } return closest.descriptor.index; } var getReorderImpact = (function (_ref2) { var targetRect = _ref2.pageBorderBoxWithDroppableScroll, draggable = _ref2.draggable, destination = _ref2.destination, insideDestination = _ref2.insideDestination, last = _ref2.last, viewport = _ref2.viewport, afterCritical = _ref2.afterCritical; var axis = destination.axis; var displacedBy = getDisplacedBy(destination.axis, draggable.displaceBy); var displacement = displacedBy.value; var targetStart = targetRect[axis.start]; var targetEnd = targetRect[axis.end]; var withoutDragging = removeDraggableFromList(draggable, insideDestination); var closest = find(withoutDragging, function (child) { var id = child.descriptor.id; var childCenter = child.page.borderBox.center[axis.line]; var didStartAfterCritical$1 = didStartAfterCritical(id, afterCritical); var isDisplaced = getIsDisplaced({ displaced: last, id: id }); if (didStartAfterCritical$1) { if (isDisplaced) { return targetEnd <= childCenter; } return targetStart < childCenter - displacement; } if (isDisplaced) { return targetEnd <= childCenter + displacement; } return targetStart < childCenter; }); var newIndex = atIndex({ draggable: draggable, closest: closest, inHomeList: isHomeOf(draggable, destination) }); return calculateReorderImpact({ draggable: draggable, insideDestination: insideDestination, destination: destination, viewport: viewport, last: last, displacedBy: displacedBy, index: newIndex }); }); var combineThresholdDivisor = 4; var getCombineImpact = (function (_ref) { var draggable = _ref.draggable, targetRect = _ref.pageBorderBoxWithDroppableScroll, previousImpact = _ref.previousImpact, destination = _ref.destination, insideDestination = _ref.insideDestination, afterCritical = _ref.afterCritical; if (!destination.isCombineEnabled) { return null; } var axis = destination.axis; var displacedBy = getDisplacedBy(destination.axis, draggable.displaceBy); var displacement = displacedBy.value; var targetStart = targetRect[axis.start]; var targetEnd = targetRect[axis.end]; var withoutDragging = removeDraggableFromList(draggable, insideDestination); var combineWith = find(withoutDragging, function (child) { var id = child.descriptor.id; var childRect = child.page.borderBox; var childSize = childRect[axis.size]; var threshold = childSize / combineThresholdDivisor; var didStartAfterCritical$1 = didStartAfterCritical(id, afterCritical); var isDisplaced = getIsDisplaced({ displaced: previousImpact.displaced, id: id }); if (didStartAfterCritical$1) { if (isDisplaced) { return targetEnd > childRect[axis.start] + threshold && targetEnd < childRect[axis.end] - threshold; } return targetStart > childRect[axis.start] - displacement + threshold && targetStart < childRect[axis.end] - displacement - threshold; } if (isDisplaced) { return targetEnd > childRect[axis.start] + displacement + threshold && targetEnd < childRect[axis.end] + displacement - threshold; } return targetStart > childRect[axis.start] + threshold && targetStart < childRect[axis.end] - threshold; }); if (!combineWith) { return null; } var impact = { displacedBy: displacedBy, displaced: previousImpact.displaced, at: { type: 'COMBINE', combine: { draggableId: combineWith.descriptor.id, droppableId: destination.descriptor.id } } }; return impact; }); var getDragImpact = (function (_ref) { var pageOffset = _ref.pageOffset, draggable = _ref.draggable, draggables = _ref.draggables, droppables = _ref.droppables, previousImpact = _ref.previousImpact, viewport = _ref.viewport, afterCritical = _ref.afterCritical; var pageBorderBox = offsetRectByPosition(draggable.page.borderBox, pageOffset); var destinationId = getDroppableOver$1({ pageBorderBox: pageBorderBox, draggable: draggable, droppables: droppables }); if (!destinationId) { return noImpact; } var destination = droppables[destinationId]; var insideDestination = getDraggablesInsideDroppable(destination.descriptor.id, draggables); var pageBorderBoxWithDroppableScroll = withDroppableScroll(destination, pageBorderBox); return getCombineImpact({ pageBorderBoxWithDroppableScroll: pageBorderBoxWithDroppableScroll, draggable: draggable, previousImpact: previousImpact, destination: destination, insideDestination: insideDestination, afterCritical: afterCritical }) || getReorderImpact({ pageBorderBoxWithDroppableScroll: pageBorderBoxWithDroppableScroll, draggable: draggable, destination: destination, insideDestination: insideDestination, last: previousImpact.displaced, viewport: viewport, afterCritical: afterCritical }); }); var patchDroppableMap = (function (droppables, updated) { var _extends2; return (0,esm_extends/* default */.Z)({}, droppables, (_extends2 = {}, _extends2[updated.descriptor.id] = updated, _extends2)); }); var clearUnusedPlaceholder = function clearUnusedPlaceholder(_ref) { var previousImpact = _ref.previousImpact, impact = _ref.impact, droppables = _ref.droppables; var last = whatIsDraggedOver(previousImpact); var now = whatIsDraggedOver(impact); if (!last) { return droppables; } if (last === now) { return droppables; } var lastDroppable = droppables[last]; if (!lastDroppable.subject.withPlaceholder) { return droppables; } var updated = removePlaceholder(lastDroppable); return patchDroppableMap(droppables, updated); }; var recomputePlaceholders = (function (_ref2) { var draggable = _ref2.draggable, draggables = _ref2.draggables, droppables = _ref2.droppables, previousImpact = _ref2.previousImpact, impact = _ref2.impact; var cleaned = clearUnusedPlaceholder({ previousImpact: previousImpact, impact: impact, droppables: droppables }); var isOver = whatIsDraggedOver(impact); if (!isOver) { return cleaned; } var droppable = droppables[isOver]; if (isHomeOf(draggable, droppable)) { return cleaned; } if (droppable.subject.withPlaceholder) { return cleaned; } var patched = addPlaceholder(droppable, draggable, draggables); return patchDroppableMap(cleaned, patched); }); var update = (function (_ref) { var state = _ref.state, forcedClientSelection = _ref.clientSelection, forcedDimensions = _ref.dimensions, forcedViewport = _ref.viewport, forcedImpact = _ref.impact, scrollJumpRequest = _ref.scrollJumpRequest; var viewport = forcedViewport || state.viewport; var dimensions = forcedDimensions || state.dimensions; var clientSelection = forcedClientSelection || state.current.client.selection; var offset = subtract(clientSelection, state.initial.client.selection); var client = { offset: offset, selection: clientSelection, borderBoxCenter: add(state.initial.client.borderBoxCenter, offset) }; var page = { selection: add(client.selection, viewport.scroll.current), borderBoxCenter: add(client.borderBoxCenter, viewport.scroll.current), offset: add(client.offset, viewport.scroll.diff.value) }; var current = { client: client, page: page }; if (state.phase === 'COLLECTING') { return (0,esm_extends/* default */.Z)({ phase: 'COLLECTING' }, state, { dimensions: dimensions, viewport: viewport, current: current }); } var draggable = dimensions.draggables[state.critical.draggable.id]; var newImpact = forcedImpact || getDragImpact({ pageOffset: page.offset, draggable: draggable, draggables: dimensions.draggables, droppables: dimensions.droppables, previousImpact: state.impact, viewport: viewport, afterCritical: state.afterCritical }); var withUpdatedPlaceholders = recomputePlaceholders({ draggable: draggable, impact: newImpact, previousImpact: state.impact, draggables: dimensions.draggables, droppables: dimensions.droppables }); var result = (0,esm_extends/* default */.Z)({}, state, { current: current, dimensions: { draggables: dimensions.draggables, droppables: withUpdatedPlaceholders }, impact: newImpact, viewport: viewport, scrollJumpRequest: scrollJumpRequest || null, forceShouldAnimate: scrollJumpRequest ? false : null }); return result; }); function getDraggables$1(ids, draggables) { return ids.map(function (id) { return draggables[id]; }); } var recompute = (function (_ref) { var impact = _ref.impact, viewport = _ref.viewport, draggables = _ref.draggables, destination = _ref.destination, forceShouldAnimate = _ref.forceShouldAnimate; var last = impact.displaced; var afterDragging = getDraggables$1(last.all, draggables); var displaced = getDisplacementGroups({ afterDragging: afterDragging, destination: destination, displacedBy: impact.displacedBy, viewport: viewport.frame, forceShouldAnimate: forceShouldAnimate, last: last }); return (0,esm_extends/* default */.Z)({}, impact, { displaced: displaced }); }); var getClientBorderBoxCenter = (function (_ref) { var impact = _ref.impact, draggable = _ref.draggable, droppable = _ref.droppable, draggables = _ref.draggables, viewport = _ref.viewport, afterCritical = _ref.afterCritical; var pageBorderBoxCenter = getPageBorderBoxCenterFromImpact({ impact: impact, draggable: draggable, draggables: draggables, droppable: droppable, afterCritical: afterCritical }); return getClientFromPageBorderBoxCenter({ pageBorderBoxCenter: pageBorderBoxCenter, draggable: draggable, viewport: viewport }); }); var refreshSnap = (function (_ref) { var state = _ref.state, forcedDimensions = _ref.dimensions, forcedViewport = _ref.viewport; !(state.movementMode === 'SNAP') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var needsVisibilityCheck = state.impact; var viewport = forcedViewport || state.viewport; var dimensions = forcedDimensions || state.dimensions; var draggables = dimensions.draggables, droppables = dimensions.droppables; var draggable = draggables[state.critical.draggable.id]; var isOver = whatIsDraggedOver(needsVisibilityCheck); !isOver ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var destination = droppables[isOver]; var impact = recompute({ impact: needsVisibilityCheck, viewport: viewport, destination: destination, draggables: draggables }); var clientSelection = getClientBorderBoxCenter({ impact: impact, draggable: draggable, droppable: destination, draggables: draggables, viewport: viewport, afterCritical: state.afterCritical }); return update({ impact: impact, clientSelection: clientSelection, state: state, dimensions: dimensions, viewport: viewport }); }); var getHomeLocation = (function (descriptor) { return { index: descriptor.index, droppableId: descriptor.droppableId }; }); var getLiftEffect = (function (_ref) { var draggable = _ref.draggable, home = _ref.home, draggables = _ref.draggables, viewport = _ref.viewport; var displacedBy = getDisplacedBy(home.axis, draggable.displaceBy); var insideHome = getDraggablesInsideDroppable(home.descriptor.id, draggables); var rawIndex = insideHome.indexOf(draggable); !(rawIndex !== -1) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var afterDragging = insideHome.slice(rawIndex + 1); var effected = afterDragging.reduce(function (previous, item) { previous[item.descriptor.id] = true; return previous; }, {}); var afterCritical = { inVirtualList: home.descriptor.mode === 'virtual', displacedBy: displacedBy, effected: effected }; var displaced = getDisplacementGroups({ afterDragging: afterDragging, destination: home, displacedBy: displacedBy, last: null, viewport: viewport.frame, forceShouldAnimate: false }); var impact = { displaced: displaced, displacedBy: displacedBy, at: { type: 'REORDER', destination: getHomeLocation(draggable.descriptor) } }; return { impact: impact, afterCritical: afterCritical }; }); var patchDimensionMap = (function (dimensions, updated) { return { draggables: dimensions.draggables, droppables: patchDroppableMap(dimensions.droppables, updated) }; }); var react_beautiful_dnd_esm_start = function start(key) { if (false) {} }; var finish = function finish(key) { if (false) {} }; var offsetDraggable = (function (_ref) { var draggable = _ref.draggable, offset$1 = _ref.offset, initialWindowScroll = _ref.initialWindowScroll; var client = css_box_model_esm_offset(draggable.client, offset$1); var page = withScroll(client, initialWindowScroll); var moved = (0,esm_extends/* default */.Z)({}, draggable, { placeholder: (0,esm_extends/* default */.Z)({}, draggable.placeholder, { client: client }), client: client, page: page }); return moved; }); var getFrame = (function (droppable) { var frame = droppable.frame; !frame ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; return frame; }); var adjustAdditionsForScrollChanges = (function (_ref) { var additions = _ref.additions, updatedDroppables = _ref.updatedDroppables, viewport = _ref.viewport; var windowScrollChange = viewport.scroll.diff.value; return additions.map(function (draggable) { var droppableId = draggable.descriptor.droppableId; var modified = updatedDroppables[droppableId]; var frame = getFrame(modified); var droppableScrollChange = frame.scroll.diff.value; var totalChange = add(windowScrollChange, droppableScrollChange); var moved = offsetDraggable({ draggable: draggable, offset: totalChange, initialWindowScroll: viewport.scroll.initial }); return moved; }); }); var publishWhileDraggingInVirtual = (function (_ref) { var state = _ref.state, published = _ref.published; react_beautiful_dnd_esm_start(); var withScrollChange = published.modified.map(function (update) { var existing = state.dimensions.droppables[update.droppableId]; var scrolled = scrollDroppable(existing, update.scroll); return scrolled; }); var droppables = (0,esm_extends/* default */.Z)({}, state.dimensions.droppables, {}, toDroppableMap(withScrollChange)); var updatedAdditions = toDraggableMap(adjustAdditionsForScrollChanges({ additions: published.additions, updatedDroppables: droppables, viewport: state.viewport })); var draggables = (0,esm_extends/* default */.Z)({}, state.dimensions.draggables, {}, updatedAdditions); published.removals.forEach(function (id) { delete draggables[id]; }); var dimensions = { droppables: droppables, draggables: draggables }; var wasOverId = whatIsDraggedOver(state.impact); var wasOver = wasOverId ? dimensions.droppables[wasOverId] : null; var draggable = dimensions.draggables[state.critical.draggable.id]; var home = dimensions.droppables[state.critical.droppable.id]; var _getLiftEffect = getLiftEffect({ draggable: draggable, home: home, draggables: draggables, viewport: state.viewport }), onLiftImpact = _getLiftEffect.impact, afterCritical = _getLiftEffect.afterCritical; var previousImpact = wasOver && wasOver.isCombineEnabled ? state.impact : onLiftImpact; var impact = getDragImpact({ pageOffset: state.current.page.offset, draggable: dimensions.draggables[state.critical.draggable.id], draggables: dimensions.draggables, droppables: dimensions.droppables, previousImpact: previousImpact, viewport: state.viewport, afterCritical: afterCritical }); finish(); var draggingState = (0,esm_extends/* default */.Z)({ phase: 'DRAGGING' }, state, { phase: 'DRAGGING', impact: impact, onLiftImpact: onLiftImpact, dimensions: dimensions, afterCritical: afterCritical, forceShouldAnimate: false }); if (state.phase === 'COLLECTING') { return draggingState; } var dropPending = (0,esm_extends/* default */.Z)({ phase: 'DROP_PENDING' }, draggingState, { phase: 'DROP_PENDING', reason: state.reason, isWaiting: false }); return dropPending; }); var isSnapping = function isSnapping(state) { return state.movementMode === 'SNAP'; }; var postDroppableChange = function postDroppableChange(state, updated, isEnabledChanging) { var dimensions = patchDimensionMap(state.dimensions, updated); if (!isSnapping(state) || isEnabledChanging) { return update({ state: state, dimensions: dimensions }); } return refreshSnap({ state: state, dimensions: dimensions }); }; function removeScrollJumpRequest(state) { if (state.isDragging && state.movementMode === 'SNAP') { return (0,esm_extends/* default */.Z)({ phase: 'DRAGGING' }, state, { scrollJumpRequest: null }); } return state; } var idle = { phase: 'IDLE', completed: null, shouldFlush: false }; var reducer = (function (state, action) { if (state === void 0) { state = idle; } if (action.type === 'FLUSH') { return (0,esm_extends/* default */.Z)({}, idle, { shouldFlush: true }); } if (action.type === 'INITIAL_PUBLISH') { !(state.phase === 'IDLE') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var _action$payload = action.payload, critical = _action$payload.critical, clientSelection = _action$payload.clientSelection, viewport = _action$payload.viewport, dimensions = _action$payload.dimensions, movementMode = _action$payload.movementMode; var draggable = dimensions.draggables[critical.draggable.id]; var home = dimensions.droppables[critical.droppable.id]; var client = { selection: clientSelection, borderBoxCenter: draggable.client.borderBox.center, offset: origin }; var initial = { client: client, page: { selection: add(client.selection, viewport.scroll.initial), borderBoxCenter: add(client.selection, viewport.scroll.initial), offset: add(client.selection, viewport.scroll.diff.value) } }; var isWindowScrollAllowed = toDroppableList(dimensions.droppables).every(function (item) { return !item.isFixedOnPage; }); var _getLiftEffect = getLiftEffect({ draggable: draggable, home: home, draggables: dimensions.draggables, viewport: viewport }), impact = _getLiftEffect.impact, afterCritical = _getLiftEffect.afterCritical; var result = { phase: 'DRAGGING', isDragging: true, critical: critical, movementMode: movementMode, dimensions: dimensions, initial: initial, current: initial, isWindowScrollAllowed: isWindowScrollAllowed, impact: impact, afterCritical: afterCritical, onLiftImpact: impact, viewport: viewport, scrollJumpRequest: null, forceShouldAnimate: null }; return result; } if (action.type === 'COLLECTION_STARTING') { if (state.phase === 'COLLECTING' || state.phase === 'DROP_PENDING') { return state; } !(state.phase === 'DRAGGING') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var _result = (0,esm_extends/* default */.Z)({ phase: 'COLLECTING' }, state, { phase: 'COLLECTING' }); return _result; } if (action.type === 'PUBLISH_WHILE_DRAGGING') { !(state.phase === 'COLLECTING' || state.phase === 'DROP_PENDING') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; return publishWhileDraggingInVirtual({ state: state, published: action.payload }); } if (action.type === 'MOVE') { if (state.phase === 'DROP_PENDING') { return state; } !isMovementAllowed(state) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var _clientSelection = action.payload.client; if (react_beautiful_dnd_esm_isEqual(_clientSelection, state.current.client.selection)) { return state; } return update({ state: state, clientSelection: _clientSelection, impact: isSnapping(state) ? state.impact : null }); } if (action.type === 'UPDATE_DROPPABLE_SCROLL') { if (state.phase === 'DROP_PENDING') { return removeScrollJumpRequest(state); } if (state.phase === 'COLLECTING') { return removeScrollJumpRequest(state); } !isMovementAllowed(state) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var _action$payload2 = action.payload, id = _action$payload2.id, newScroll = _action$payload2.newScroll; var target = state.dimensions.droppables[id]; if (!target) { return state; } var scrolled = scrollDroppable(target, newScroll); return postDroppableChange(state, scrolled, false); } if (action.type === 'UPDATE_DROPPABLE_IS_ENABLED') { if (state.phase === 'DROP_PENDING') { return state; } !isMovementAllowed(state) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var _action$payload3 = action.payload, _id = _action$payload3.id, isEnabled = _action$payload3.isEnabled; var _target = state.dimensions.droppables[_id]; !_target ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; !(_target.isEnabled !== isEnabled) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var updated = (0,esm_extends/* default */.Z)({}, _target, { isEnabled: isEnabled }); return postDroppableChange(state, updated, true); } if (action.type === 'UPDATE_DROPPABLE_IS_COMBINE_ENABLED') { if (state.phase === 'DROP_PENDING') { return state; } !isMovementAllowed(state) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var _action$payload4 = action.payload, _id2 = _action$payload4.id, isCombineEnabled = _action$payload4.isCombineEnabled; var _target2 = state.dimensions.droppables[_id2]; !_target2 ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; !(_target2.isCombineEnabled !== isCombineEnabled) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var _updated = (0,esm_extends/* default */.Z)({}, _target2, { isCombineEnabled: isCombineEnabled }); return postDroppableChange(state, _updated, true); } if (action.type === 'MOVE_BY_WINDOW_SCROLL') { if (state.phase === 'DROP_PENDING' || state.phase === 'DROP_ANIMATING') { return state; } !isMovementAllowed(state) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; !state.isWindowScrollAllowed ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var _newScroll = action.payload.newScroll; if (react_beautiful_dnd_esm_isEqual(state.viewport.scroll.current, _newScroll)) { return removeScrollJumpRequest(state); } var _viewport = scrollViewport(state.viewport, _newScroll); if (isSnapping(state)) { return refreshSnap({ state: state, viewport: _viewport }); } return update({ state: state, viewport: _viewport }); } if (action.type === 'UPDATE_VIEWPORT_MAX_SCROLL') { if (!isMovementAllowed(state)) { return state; } var maxScroll = action.payload.maxScroll; if (react_beautiful_dnd_esm_isEqual(maxScroll, state.viewport.scroll.max)) { return state; } var withMaxScroll = (0,esm_extends/* default */.Z)({}, state.viewport, { scroll: (0,esm_extends/* default */.Z)({}, state.viewport.scroll, { max: maxScroll }) }); return (0,esm_extends/* default */.Z)({ phase: 'DRAGGING' }, state, { viewport: withMaxScroll }); } if (action.type === 'MOVE_UP' || action.type === 'MOVE_DOWN' || action.type === 'MOVE_LEFT' || action.type === 'MOVE_RIGHT') { if (state.phase === 'COLLECTING' || state.phase === 'DROP_PENDING') { return state; } !(state.phase === 'DRAGGING') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var _result2 = moveInDirection({ state: state, type: action.type }); if (!_result2) { return state; } return update({ state: state, impact: _result2.impact, clientSelection: _result2.clientSelection, scrollJumpRequest: _result2.scrollJumpRequest }); } if (action.type === 'DROP_PENDING') { var reason = action.payload.reason; !(state.phase === 'COLLECTING') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var newState = (0,esm_extends/* default */.Z)({ phase: 'DROP_PENDING' }, state, { phase: 'DROP_PENDING', isWaiting: true, reason: reason }); return newState; } if (action.type === 'DROP_ANIMATE') { var _action$payload5 = action.payload, completed = _action$payload5.completed, dropDuration = _action$payload5.dropDuration, newHomeClientOffset = _action$payload5.newHomeClientOffset; !(state.phase === 'DRAGGING' || state.phase === 'DROP_PENDING') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var _result3 = { phase: 'DROP_ANIMATING', completed: completed, dropDuration: dropDuration, newHomeClientOffset: newHomeClientOffset, dimensions: state.dimensions }; return _result3; } if (action.type === 'DROP_COMPLETE') { var _completed = action.payload.completed; return { phase: 'IDLE', completed: _completed, shouldFlush: false }; } return state; }); var beforeInitialCapture = function beforeInitialCapture(args) { return { type: 'BEFORE_INITIAL_CAPTURE', payload: args }; }; var lift = function lift(args) { return { type: 'LIFT', payload: args }; }; var initialPublish = function initialPublish(args) { return { type: 'INITIAL_PUBLISH', payload: args }; }; var publishWhileDragging = function publishWhileDragging(args) { return { type: 'PUBLISH_WHILE_DRAGGING', payload: args }; }; var collectionStarting = function collectionStarting() { return { type: 'COLLECTION_STARTING', payload: null }; }; var updateDroppableScroll = function updateDroppableScroll(args) { return { type: 'UPDATE_DROPPABLE_SCROLL', payload: args }; }; var updateDroppableIsEnabled = function updateDroppableIsEnabled(args) { return { type: 'UPDATE_DROPPABLE_IS_ENABLED', payload: args }; }; var updateDroppableIsCombineEnabled = function updateDroppableIsCombineEnabled(args) { return { type: 'UPDATE_DROPPABLE_IS_COMBINE_ENABLED', payload: args }; }; var move = function move(args) { return { type: 'MOVE', payload: args }; }; var moveByWindowScroll = function moveByWindowScroll(args) { return { type: 'MOVE_BY_WINDOW_SCROLL', payload: args }; }; var updateViewportMaxScroll = function updateViewportMaxScroll(args) { return { type: 'UPDATE_VIEWPORT_MAX_SCROLL', payload: args }; }; var moveUp = function moveUp() { return { type: 'MOVE_UP', payload: null }; }; var moveDown = function moveDown() { return { type: 'MOVE_DOWN', payload: null }; }; var moveRight = function moveRight() { return { type: 'MOVE_RIGHT', payload: null }; }; var moveLeft = function moveLeft() { return { type: 'MOVE_LEFT', payload: null }; }; var flush = function flush() { return { type: 'FLUSH', payload: null }; }; var animateDrop = function animateDrop(args) { return { type: 'DROP_ANIMATE', payload: args }; }; var completeDrop = function completeDrop(args) { return { type: 'DROP_COMPLETE', payload: args }; }; var drop = function drop(args) { return { type: 'DROP', payload: args }; }; var dropPending = function dropPending(args) { return { type: 'DROP_PENDING', payload: args }; }; var dropAnimationFinished = function dropAnimationFinished() { return { type: 'DROP_ANIMATION_FINISHED', payload: null }; }; function checkIndexes(insideDestination) { if (insideDestination.length <= 1) { return; } var indexes = insideDestination.map(function (d) { return d.descriptor.index; }); var errors = {}; for (var i = 1; i < indexes.length; i++) { var current = indexes[i]; var previous = indexes[i - 1]; if (current !== previous + 1) { errors[current] = true; } } if (!Object.keys(errors).length) { return; } var formatted = indexes.map(function (index) { var hasError = Boolean(errors[index]); return hasError ? "[\uD83D\uDD25" + index + "]" : "" + index; }).join(', '); false ? 0 : void 0; } function validateDimensions(critical, dimensions) { if (false) { var insideDestination; } } var lift$1 = (function (marshal) { return function (_ref) { var getState = _ref.getState, dispatch = _ref.dispatch; return function (next) { return function (action) { if (action.type !== 'LIFT') { next(action); return; } var _action$payload = action.payload, id = _action$payload.id, clientSelection = _action$payload.clientSelection, movementMode = _action$payload.movementMode; var initial = getState(); if (initial.phase === 'DROP_ANIMATING') { dispatch(completeDrop({ completed: initial.completed })); } !(getState().phase === 'IDLE') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; dispatch(flush()); dispatch(beforeInitialCapture({ draggableId: id, movementMode: movementMode })); var scrollOptions = { shouldPublishImmediately: movementMode === 'SNAP' }; var request = { draggableId: id, scrollOptions: scrollOptions }; var _marshal$startPublish = marshal.startPublishing(request), critical = _marshal$startPublish.critical, dimensions = _marshal$startPublish.dimensions, viewport = _marshal$startPublish.viewport; validateDimensions(critical, dimensions); dispatch(initialPublish({ critical: critical, dimensions: dimensions, clientSelection: clientSelection, movementMode: movementMode, viewport: viewport })); }; }; }; }); var style = (function (marshal) { return function () { return function (next) { return function (action) { if (action.type === 'INITIAL_PUBLISH') { marshal.dragging(); } if (action.type === 'DROP_ANIMATE') { marshal.dropping(action.payload.completed.result.reason); } if (action.type === 'FLUSH' || action.type === 'DROP_COMPLETE') { marshal.resting(); } next(action); }; }; }; }); var curves = { outOfTheWay: 'cubic-bezier(0.2, 0, 0, 1)', drop: 'cubic-bezier(.2,1,.1,1)' }; var combine = { opacity: { drop: 0, combining: 0.7 }, scale: { drop: 0.75 } }; var timings = { outOfTheWay: 0.2, minDropTime: 0.33, maxDropTime: 0.55 }; var outOfTheWayTiming = timings.outOfTheWay + "s " + curves.outOfTheWay; var react_beautiful_dnd_esm_transitions = { fluid: "opacity " + outOfTheWayTiming, snap: "transform " + outOfTheWayTiming + ", opacity " + outOfTheWayTiming, drop: function drop(duration) { var timing = duration + "s " + curves.drop; return "transform " + timing + ", opacity " + timing; }, outOfTheWay: "transform " + outOfTheWayTiming, placeholder: "height " + outOfTheWayTiming + ", width " + outOfTheWayTiming + ", margin " + outOfTheWayTiming }; var moveTo = function moveTo(offset) { return react_beautiful_dnd_esm_isEqual(offset, origin) ? null : "translate(" + offset.x + "px, " + offset.y + "px)"; }; var transforms = { moveTo: moveTo, drop: function drop(offset, isCombining) { var translate = moveTo(offset); if (!translate) { return null; } if (!isCombining) { return translate; } return translate + " scale(" + combine.scale.drop + ")"; } }; var minDropTime = timings.minDropTime, maxDropTime = timings.maxDropTime; var dropTimeRange = maxDropTime - minDropTime; var maxDropTimeAtDistance = 1500; var cancelDropModifier = 0.6; var getDropDuration = (function (_ref) { var current = _ref.current, destination = _ref.destination, reason = _ref.reason; var distance$1 = distance(current, destination); if (distance$1 <= 0) { return minDropTime; } if (distance$1 >= maxDropTimeAtDistance) { return maxDropTime; } var percentage = distance$1 / maxDropTimeAtDistance; var duration = minDropTime + dropTimeRange * percentage; var withDuration = reason === 'CANCEL' ? duration * cancelDropModifier : duration; return Number(withDuration.toFixed(2)); }); var getNewHomeClientOffset = (function (_ref) { var impact = _ref.impact, draggable = _ref.draggable, dimensions = _ref.dimensions, viewport = _ref.viewport, afterCritical = _ref.afterCritical; var draggables = dimensions.draggables, droppables = dimensions.droppables; var droppableId = whatIsDraggedOver(impact); var destination = droppableId ? droppables[droppableId] : null; var home = droppables[draggable.descriptor.droppableId]; var newClientCenter = getClientBorderBoxCenter({ impact: impact, draggable: draggable, draggables: draggables, afterCritical: afterCritical, droppable: destination || home, viewport: viewport }); var offset = subtract(newClientCenter, draggable.client.borderBox.center); return offset; }); var getDropImpact = (function (_ref) { var draggables = _ref.draggables, reason = _ref.reason, lastImpact = _ref.lastImpact, home = _ref.home, viewport = _ref.viewport, onLiftImpact = _ref.onLiftImpact; if (!lastImpact.at || reason !== 'DROP') { var recomputedHomeImpact = recompute({ draggables: draggables, impact: onLiftImpact, destination: home, viewport: viewport, forceShouldAnimate: true }); return { impact: recomputedHomeImpact, didDropInsideDroppable: false }; } if (lastImpact.at.type === 'REORDER') { return { impact: lastImpact, didDropInsideDroppable: true }; } var withoutMovement = (0,esm_extends/* default */.Z)({}, lastImpact, { displaced: emptyGroups }); return { impact: withoutMovement, didDropInsideDroppable: true }; }); var drop$1 = (function (_ref) { var getState = _ref.getState, dispatch = _ref.dispatch; return function (next) { return function (action) { if (action.type !== 'DROP') { next(action); return; } var state = getState(); var reason = action.payload.reason; if (state.phase === 'COLLECTING') { dispatch(dropPending({ reason: reason })); return; } if (state.phase === 'IDLE') { return; } var isWaitingForDrop = state.phase === 'DROP_PENDING' && state.isWaiting; !!isWaitingForDrop ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; !(state.phase === 'DRAGGING' || state.phase === 'DROP_PENDING') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var critical = state.critical; var dimensions = state.dimensions; var draggable = dimensions.draggables[state.critical.draggable.id]; var _getDropImpact = getDropImpact({ reason: reason, lastImpact: state.impact, afterCritical: state.afterCritical, onLiftImpact: state.onLiftImpact, home: state.dimensions.droppables[state.critical.droppable.id], viewport: state.viewport, draggables: state.dimensions.draggables }), impact = _getDropImpact.impact, didDropInsideDroppable = _getDropImpact.didDropInsideDroppable; var destination = didDropInsideDroppable ? tryGetDestination(impact) : null; var combine = didDropInsideDroppable ? tryGetCombine(impact) : null; var source = { index: critical.draggable.index, droppableId: critical.droppable.id }; var result = { draggableId: draggable.descriptor.id, type: draggable.descriptor.type, source: source, reason: reason, mode: state.movementMode, destination: destination, combine: combine }; var newHomeClientOffset = getNewHomeClientOffset({ impact: impact, draggable: draggable, dimensions: dimensions, viewport: state.viewport, afterCritical: state.afterCritical }); var completed = { critical: state.critical, afterCritical: state.afterCritical, result: result, impact: impact }; var isAnimationRequired = !react_beautiful_dnd_esm_isEqual(state.current.client.offset, newHomeClientOffset) || Boolean(result.combine); if (!isAnimationRequired) { dispatch(completeDrop({ completed: completed })); return; } var dropDuration = getDropDuration({ current: state.current.client.offset, destination: newHomeClientOffset, reason: reason }); var args = { newHomeClientOffset: newHomeClientOffset, dropDuration: dropDuration, completed: completed }; dispatch(animateDrop(args)); }; }; }); var react_beautiful_dnd_esm_getWindowScroll = (function () { return { x: window.pageXOffset, y: window.pageYOffset }; }); function getWindowScrollBinding(update) { return { eventName: 'scroll', options: { passive: true, capture: false }, fn: function fn(event) { if (event.target !== window && event.target !== window.document) { return; } update(); } }; } function getScrollListener(_ref) { var onWindowScroll = _ref.onWindowScroll; function updateScroll() { onWindowScroll(react_beautiful_dnd_esm_getWindowScroll()); } var scheduled = raf_schd_esm(updateScroll); var binding = getWindowScrollBinding(scheduled); var unbind = react_beautiful_dnd_esm_noop; function isActive() { return unbind !== react_beautiful_dnd_esm_noop; } function start() { !!isActive() ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; unbind = bindEvents(window, [binding]); } function stop() { !isActive() ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; scheduled.cancel(); unbind(); unbind = react_beautiful_dnd_esm_noop; } return { start: start, stop: stop, isActive: isActive }; } var shouldEnd = function shouldEnd(action) { return action.type === 'DROP_COMPLETE' || action.type === 'DROP_ANIMATE' || action.type === 'FLUSH'; }; var scrollListener = (function (store) { var listener = getScrollListener({ onWindowScroll: function onWindowScroll(newScroll) { store.dispatch(moveByWindowScroll({ newScroll: newScroll })); } }); return function (next) { return function (action) { if (!listener.isActive() && action.type === 'INITIAL_PUBLISH') { listener.start(); } if (listener.isActive() && shouldEnd(action)) { listener.stop(); } next(action); }; }; }); var getExpiringAnnounce = (function (announce) { var wasCalled = false; var isExpired = false; var timeoutId = setTimeout(function () { isExpired = true; }); var result = function result(message) { if (wasCalled) { false ? 0 : void 0; return; } if (isExpired) { false ? 0 : void 0; return; } wasCalled = true; announce(message); clearTimeout(timeoutId); }; result.wasCalled = function () { return wasCalled; }; return result; }); var getAsyncMarshal = (function () { var entries = []; var execute = function execute(timerId) { var index = findIndex(entries, function (item) { return item.timerId === timerId; }); !(index !== -1) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var _entries$splice = entries.splice(index, 1), entry = _entries$splice[0]; entry.callback(); }; var add = function add(fn) { var timerId = setTimeout(function () { return execute(timerId); }); var entry = { timerId: timerId, callback: fn }; entries.push(entry); }; var flush = function flush() { if (!entries.length) { return; } var shallow = [].concat(entries); entries.length = 0; shallow.forEach(function (entry) { clearTimeout(entry.timerId); entry.callback(); }); }; return { add: add, flush: flush }; }); var areLocationsEqual = function areLocationsEqual(first, second) { if (first == null && second == null) { return true; } if (first == null || second == null) { return false; } return first.droppableId === second.droppableId && first.index === second.index; }; var isCombineEqual = function isCombineEqual(first, second) { if (first == null && second == null) { return true; } if (first == null || second == null) { return false; } return first.draggableId === second.draggableId && first.droppableId === second.droppableId; }; var isCriticalEqual = function isCriticalEqual(first, second) { if (first === second) { return true; } var isDraggableEqual = first.draggable.id === second.draggable.id && first.draggable.droppableId === second.draggable.droppableId && first.draggable.type === second.draggable.type && first.draggable.index === second.draggable.index; var isDroppableEqual = first.droppable.id === second.droppable.id && first.droppable.type === second.droppable.type; return isDraggableEqual && isDroppableEqual; }; var withTimings = function withTimings(key, fn) { react_beautiful_dnd_esm_start(); fn(); finish(); }; var getDragStart = function getDragStart(critical, mode) { return { draggableId: critical.draggable.id, type: critical.droppable.type, source: { droppableId: critical.droppable.id, index: critical.draggable.index }, mode: mode }; }; var execute = function execute(responder, data, announce, getDefaultMessage) { if (!responder) { announce(getDefaultMessage(data)); return; } var willExpire = getExpiringAnnounce(announce); var provided = { announce: willExpire }; responder(data, provided); if (!willExpire.wasCalled()) { announce(getDefaultMessage(data)); } }; var getPublisher = (function (getResponders, announce) { var asyncMarshal = getAsyncMarshal(); var dragging = null; var beforeCapture = function beforeCapture(draggableId, mode) { !!dragging ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; withTimings('onBeforeCapture', function () { var fn = getResponders().onBeforeCapture; if (fn) { var before = { draggableId: draggableId, mode: mode }; fn(before); } }); }; var beforeStart = function beforeStart(critical, mode) { !!dragging ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; withTimings('onBeforeDragStart', function () { var fn = getResponders().onBeforeDragStart; if (fn) { fn(getDragStart(critical, mode)); } }); }; var start = function start(critical, mode) { !!dragging ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var data = getDragStart(critical, mode); dragging = { mode: mode, lastCritical: critical, lastLocation: data.source, lastCombine: null }; asyncMarshal.add(function () { withTimings('onDragStart', function () { return execute(getResponders().onDragStart, data, announce, preset.onDragStart); }); }); }; var update = function update(critical, impact) { var location = tryGetDestination(impact); var combine = tryGetCombine(impact); !dragging ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var hasCriticalChanged = !isCriticalEqual(critical, dragging.lastCritical); if (hasCriticalChanged) { dragging.lastCritical = critical; } var hasLocationChanged = !areLocationsEqual(dragging.lastLocation, location); if (hasLocationChanged) { dragging.lastLocation = location; } var hasGroupingChanged = !isCombineEqual(dragging.lastCombine, combine); if (hasGroupingChanged) { dragging.lastCombine = combine; } if (!hasCriticalChanged && !hasLocationChanged && !hasGroupingChanged) { return; } var data = (0,esm_extends/* default */.Z)({}, getDragStart(critical, dragging.mode), { combine: combine, destination: location }); asyncMarshal.add(function () { withTimings('onDragUpdate', function () { return execute(getResponders().onDragUpdate, data, announce, preset.onDragUpdate); }); }); }; var flush = function flush() { !dragging ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; asyncMarshal.flush(); }; var drop = function drop(result) { !dragging ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; dragging = null; withTimings('onDragEnd', function () { return execute(getResponders().onDragEnd, result, announce, preset.onDragEnd); }); }; var abort = function abort() { if (!dragging) { return; } var result = (0,esm_extends/* default */.Z)({}, getDragStart(dragging.lastCritical, dragging.mode), { combine: null, destination: null, reason: 'CANCEL' }); drop(result); }; return { beforeCapture: beforeCapture, beforeStart: beforeStart, start: start, update: update, flush: flush, drop: drop, abort: abort }; }); var responders = (function (getResponders, announce) { var publisher = getPublisher(getResponders, announce); return function (store) { return function (next) { return function (action) { if (action.type === 'BEFORE_INITIAL_CAPTURE') { publisher.beforeCapture(action.payload.draggableId, action.payload.movementMode); return; } if (action.type === 'INITIAL_PUBLISH') { var critical = action.payload.critical; publisher.beforeStart(critical, action.payload.movementMode); next(action); publisher.start(critical, action.payload.movementMode); return; } if (action.type === 'DROP_COMPLETE') { var result = action.payload.completed.result; publisher.flush(); next(action); publisher.drop(result); return; } next(action); if (action.type === 'FLUSH') { publisher.abort(); return; } var state = store.getState(); if (state.phase === 'DRAGGING') { publisher.update(state.critical, state.impact); } }; }; }; }); var dropAnimationFinish = (function (store) { return function (next) { return function (action) { if (action.type !== 'DROP_ANIMATION_FINISHED') { next(action); return; } var state = store.getState(); !(state.phase === 'DROP_ANIMATING') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; store.dispatch(completeDrop({ completed: state.completed })); }; }; }); var dropAnimationFlushOnScroll = (function (store) { var unbind = null; var frameId = null; function clear() { if (frameId) { cancelAnimationFrame(frameId); frameId = null; } if (unbind) { unbind(); unbind = null; } } return function (next) { return function (action) { if (action.type === 'FLUSH' || action.type === 'DROP_COMPLETE' || action.type === 'DROP_ANIMATION_FINISHED') { clear(); } next(action); if (action.type !== 'DROP_ANIMATE') { return; } var binding = { eventName: 'scroll', options: { capture: true, passive: false, once: true }, fn: function flushDropAnimation() { var state = store.getState(); if (state.phase === 'DROP_ANIMATING') { store.dispatch(dropAnimationFinished()); } } }; frameId = requestAnimationFrame(function () { frameId = null; unbind = bindEvents(window, [binding]); }); }; }; }); var dimensionMarshalStopper = (function (marshal) { return function () { return function (next) { return function (action) { if (action.type === 'DROP_COMPLETE' || action.type === 'FLUSH' || action.type === 'DROP_ANIMATE') { marshal.stopPublishing(); } next(action); }; }; }; }); var react_beautiful_dnd_esm_focus = (function (marshal) { var isWatching = false; return function () { return function (next) { return function (action) { if (action.type === 'INITIAL_PUBLISH') { isWatching = true; marshal.tryRecordFocus(action.payload.critical.draggable.id); next(action); marshal.tryRestoreFocusRecorded(); return; } next(action); if (!isWatching) { return; } if (action.type === 'FLUSH') { isWatching = false; marshal.tryRestoreFocusRecorded(); return; } if (action.type === 'DROP_COMPLETE') { isWatching = false; var result = action.payload.completed.result; if (result.combine) { marshal.tryShiftRecord(result.draggableId, result.combine.draggableId); } marshal.tryRestoreFocusRecorded(); } }; }; }; }); var shouldStop = function shouldStop(action) { return action.type === 'DROP_COMPLETE' || action.type === 'DROP_ANIMATE' || action.type === 'FLUSH'; }; var autoScroll = (function (autoScroller) { return function (store) { return function (next) { return function (action) { if (shouldStop(action)) { autoScroller.stop(); next(action); return; } if (action.type === 'INITIAL_PUBLISH') { next(action); var state = store.getState(); !(state.phase === 'DRAGGING') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; autoScroller.start(state); return; } next(action); autoScroller.scroll(store.getState()); }; }; }; }); var pendingDrop = (function (store) { return function (next) { return function (action) { next(action); if (action.type !== 'PUBLISH_WHILE_DRAGGING') { return; } var postActionState = store.getState(); if (postActionState.phase !== 'DROP_PENDING') { return; } if (postActionState.isWaiting) { return; } store.dispatch(drop({ reason: postActionState.reason })); }; }; }); var composeEnhancers = false ? 0 : compose; var react_beautiful_dnd_esm_createStore = (function (_ref) { var dimensionMarshal = _ref.dimensionMarshal, focusMarshal = _ref.focusMarshal, styleMarshal = _ref.styleMarshal, getResponders = _ref.getResponders, announce = _ref.announce, autoScroller = _ref.autoScroller; return createStore(reducer, composeEnhancers(applyMiddleware(style(styleMarshal), dimensionMarshalStopper(dimensionMarshal), lift$1(dimensionMarshal), drop$1, dropAnimationFinish, dropAnimationFlushOnScroll, pendingDrop, autoScroll(autoScroller), scrollListener, react_beautiful_dnd_esm_focus(focusMarshal), responders(getResponders, announce)))); }); var clean$1 = function clean() { return { additions: {}, removals: {}, modified: {} }; }; function createPublisher(_ref) { var registry = _ref.registry, callbacks = _ref.callbacks; var staging = clean$1(); var frameId = null; var collect = function collect() { if (frameId) { return; } callbacks.collectionStarting(); frameId = requestAnimationFrame(function () { frameId = null; react_beautiful_dnd_esm_start(); var _staging = staging, additions = _staging.additions, removals = _staging.removals, modified = _staging.modified; var added = Object.keys(additions).map(function (id) { return registry.draggable.getById(id).getDimension(origin); }).sort(function (a, b) { return a.descriptor.index - b.descriptor.index; }); var updated = Object.keys(modified).map(function (id) { var entry = registry.droppable.getById(id); var scroll = entry.callbacks.getScrollWhileDragging(); return { droppableId: id, scroll: scroll }; }); var result = { additions: added, removals: Object.keys(removals), modified: updated }; staging = clean$1(); finish(); callbacks.publish(result); }); }; var add = function add(entry) { var id = entry.descriptor.id; staging.additions[id] = entry; staging.modified[entry.descriptor.droppableId] = true; if (staging.removals[id]) { delete staging.removals[id]; } collect(); }; var remove = function remove(entry) { var descriptor = entry.descriptor; staging.removals[descriptor.id] = true; staging.modified[descriptor.droppableId] = true; if (staging.additions[descriptor.id]) { delete staging.additions[descriptor.id]; } collect(); }; var stop = function stop() { if (!frameId) { return; } cancelAnimationFrame(frameId); frameId = null; staging = clean$1(); }; return { add: add, remove: remove, stop: stop }; } var getMaxScroll = (function (_ref) { var scrollHeight = _ref.scrollHeight, scrollWidth = _ref.scrollWidth, height = _ref.height, width = _ref.width; var maxScroll = subtract({ x: scrollWidth, y: scrollHeight }, { x: width, y: height }); var adjustedMaxScroll = { x: Math.max(0, maxScroll.x), y: Math.max(0, maxScroll.y) }; return adjustedMaxScroll; }); var react_beautiful_dnd_esm_getDocumentElement = (function () { var doc = document.documentElement; !doc ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; return doc; }); var getMaxWindowScroll = (function () { var doc = react_beautiful_dnd_esm_getDocumentElement(); var maxScroll = getMaxScroll({ scrollHeight: doc.scrollHeight, scrollWidth: doc.scrollWidth, width: doc.clientWidth, height: doc.clientHeight }); return maxScroll; }); var getViewport = (function () { var scroll = react_beautiful_dnd_esm_getWindowScroll(); var maxScroll = getMaxWindowScroll(); var top = scroll.y; var left = scroll.x; var doc = react_beautiful_dnd_esm_getDocumentElement(); var width = doc.clientWidth; var height = doc.clientHeight; var right = left + width; var bottom = top + height; var frame = getRect({ top: top, left: left, right: right, bottom: bottom }); var viewport = { frame: frame, scroll: { initial: scroll, current: scroll, max: maxScroll, diff: { value: origin, displacement: origin } } }; return viewport; }); var getInitialPublish = (function (_ref) { var critical = _ref.critical, scrollOptions = _ref.scrollOptions, registry = _ref.registry; react_beautiful_dnd_esm_start(); var viewport = getViewport(); var windowScroll = viewport.scroll.current; var home = critical.droppable; var droppables = registry.droppable.getAllByType(home.type).map(function (entry) { return entry.callbacks.getDimensionAndWatchScroll(windowScroll, scrollOptions); }); var draggables = registry.draggable.getAllByType(critical.draggable.type).map(function (entry) { return entry.getDimension(windowScroll); }); var dimensions = { draggables: toDraggableMap(draggables), droppables: toDroppableMap(droppables) }; finish(); var result = { dimensions: dimensions, critical: critical, viewport: viewport }; return result; }); function shouldPublishUpdate(registry, dragging, entry) { if (entry.descriptor.id === dragging.id) { return false; } if (entry.descriptor.type !== dragging.type) { return false; } var home = registry.droppable.getById(entry.descriptor.droppableId); if (home.descriptor.mode !== 'virtual') { false ? 0 : void 0; return false; } return true; } var createDimensionMarshal = (function (registry, callbacks) { var collection = null; var publisher = createPublisher({ callbacks: { publish: callbacks.publishWhileDragging, collectionStarting: callbacks.collectionStarting }, registry: registry }); var updateDroppableIsEnabled = function updateDroppableIsEnabled(id, isEnabled) { !registry.droppable.exists(id) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; if (!collection) { return; } callbacks.updateDroppableIsEnabled({ id: id, isEnabled: isEnabled }); }; var updateDroppableIsCombineEnabled = function updateDroppableIsCombineEnabled(id, isCombineEnabled) { if (!collection) { return; } !registry.droppable.exists(id) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; callbacks.updateDroppableIsCombineEnabled({ id: id, isCombineEnabled: isCombineEnabled }); }; var updateDroppableScroll = function updateDroppableScroll(id, newScroll) { if (!collection) { return; } !registry.droppable.exists(id) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; callbacks.updateDroppableScroll({ id: id, newScroll: newScroll }); }; var scrollDroppable = function scrollDroppable(id, change) { if (!collection) { return; } registry.droppable.getById(id).callbacks.scroll(change); }; var stopPublishing = function stopPublishing() { if (!collection) { return; } publisher.stop(); var home = collection.critical.droppable; registry.droppable.getAllByType(home.type).forEach(function (entry) { return entry.callbacks.dragStopped(); }); collection.unsubscribe(); collection = null; }; var subscriber = function subscriber(event) { !collection ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var dragging = collection.critical.draggable; if (event.type === 'ADDITION') { if (shouldPublishUpdate(registry, dragging, event.value)) { publisher.add(event.value); } } if (event.type === 'REMOVAL') { if (shouldPublishUpdate(registry, dragging, event.value)) { publisher.remove(event.value); } } }; var startPublishing = function startPublishing(request) { !!collection ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var entry = registry.draggable.getById(request.draggableId); var home = registry.droppable.getById(entry.descriptor.droppableId); var critical = { draggable: entry.descriptor, droppable: home.descriptor }; var unsubscribe = registry.subscribe(subscriber); collection = { critical: critical, unsubscribe: unsubscribe }; return getInitialPublish({ critical: critical, registry: registry, scrollOptions: request.scrollOptions }); }; var marshal = { updateDroppableIsEnabled: updateDroppableIsEnabled, updateDroppableIsCombineEnabled: updateDroppableIsCombineEnabled, scrollDroppable: scrollDroppable, updateDroppableScroll: updateDroppableScroll, startPublishing: startPublishing, stopPublishing: stopPublishing }; return marshal; }); var canStartDrag = (function (state, id) { if (state.phase === 'IDLE') { return true; } if (state.phase !== 'DROP_ANIMATING') { return false; } if (state.completed.result.draggableId === id) { return false; } return state.completed.result.reason === 'DROP'; }); var scrollWindow = (function (change) { window.scrollBy(change.x, change.y); }); var getScrollableDroppables = memoize_one_esm(function (droppables) { return toDroppableList(droppables).filter(function (droppable) { if (!droppable.isEnabled) { return false; } if (!droppable.frame) { return false; } return true; }); }); var getScrollableDroppableOver = function getScrollableDroppableOver(target, droppables) { var maybe = find(getScrollableDroppables(droppables), function (droppable) { !droppable.frame ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; return isPositionInFrame(droppable.frame.pageMarginBox)(target); }); return maybe; }; var getBestScrollableDroppable = (function (_ref) { var center = _ref.center, destination = _ref.destination, droppables = _ref.droppables; if (destination) { var _dimension = droppables[destination]; if (!_dimension.frame) { return null; } return _dimension; } var dimension = getScrollableDroppableOver(center, droppables); return dimension; }); var config = { startFromPercentage: 0.25, maxScrollAtPercentage: 0.05, maxPixelScroll: 28, ease: function ease(percentage) { return Math.pow(percentage, 2); }, durationDampening: { stopDampeningAt: 1200, accelerateAt: 360 } }; var getDistanceThresholds = (function (container, axis) { var startScrollingFrom = container[axis.size] * config.startFromPercentage; var maxScrollValueAt = container[axis.size] * config.maxScrollAtPercentage; var thresholds = { startScrollingFrom: startScrollingFrom, maxScrollValueAt: maxScrollValueAt }; return thresholds; }); var getPercentage = (function (_ref) { var startOfRange = _ref.startOfRange, endOfRange = _ref.endOfRange, current = _ref.current; var range = endOfRange - startOfRange; if (range === 0) { false ? 0 : void 0; return 0; } var currentInRange = current - startOfRange; var percentage = currentInRange / range; return percentage; }); var minScroll = 1; var getValueFromDistance = (function (distanceToEdge, thresholds) { if (distanceToEdge > thresholds.startScrollingFrom) { return 0; } if (distanceToEdge <= thresholds.maxScrollValueAt) { return config.maxPixelScroll; } if (distanceToEdge === thresholds.startScrollingFrom) { return minScroll; } var percentageFromMaxScrollValueAt = getPercentage({ startOfRange: thresholds.maxScrollValueAt, endOfRange: thresholds.startScrollingFrom, current: distanceToEdge }); var percentageFromStartScrollingFrom = 1 - percentageFromMaxScrollValueAt; var scroll = config.maxPixelScroll * config.ease(percentageFromStartScrollingFrom); return Math.ceil(scroll); }); var accelerateAt = config.durationDampening.accelerateAt; var stopAt = config.durationDampening.stopDampeningAt; var dampenValueByTime = (function (proposedScroll, dragStartTime) { var startOfRange = dragStartTime; var endOfRange = stopAt; var now = Date.now(); var runTime = now - startOfRange; if (runTime >= stopAt) { return proposedScroll; } if (runTime < accelerateAt) { return minScroll; } var betweenAccelerateAtAndStopAtPercentage = getPercentage({ startOfRange: accelerateAt, endOfRange: endOfRange, current: runTime }); var scroll = proposedScroll * config.ease(betweenAccelerateAtAndStopAtPercentage); return Math.ceil(scroll); }); var getValue = (function (_ref) { var distanceToEdge = _ref.distanceToEdge, thresholds = _ref.thresholds, dragStartTime = _ref.dragStartTime, shouldUseTimeDampening = _ref.shouldUseTimeDampening; var scroll = getValueFromDistance(distanceToEdge, thresholds); if (scroll === 0) { return 0; } if (!shouldUseTimeDampening) { return scroll; } return Math.max(dampenValueByTime(scroll, dragStartTime), minScroll); }); var getScrollOnAxis = (function (_ref) { var container = _ref.container, distanceToEdges = _ref.distanceToEdges, dragStartTime = _ref.dragStartTime, axis = _ref.axis, shouldUseTimeDampening = _ref.shouldUseTimeDampening; var thresholds = getDistanceThresholds(container, axis); var isCloserToEnd = distanceToEdges[axis.end] < distanceToEdges[axis.start]; if (isCloserToEnd) { return getValue({ distanceToEdge: distanceToEdges[axis.end], thresholds: thresholds, dragStartTime: dragStartTime, shouldUseTimeDampening: shouldUseTimeDampening }); } return -1 * getValue({ distanceToEdge: distanceToEdges[axis.start], thresholds: thresholds, dragStartTime: dragStartTime, shouldUseTimeDampening: shouldUseTimeDampening }); }); var adjustForSizeLimits = (function (_ref) { var container = _ref.container, subject = _ref.subject, proposedScroll = _ref.proposedScroll; var isTooBigVertically = subject.height > container.height; var isTooBigHorizontally = subject.width > container.width; if (!isTooBigHorizontally && !isTooBigVertically) { return proposedScroll; } if (isTooBigHorizontally && isTooBigVertically) { return null; } return { x: isTooBigHorizontally ? 0 : proposedScroll.x, y: isTooBigVertically ? 0 : proposedScroll.y }; }); var clean$2 = apply(function (value) { return value === 0 ? 0 : value; }); var getScroll = (function (_ref) { var dragStartTime = _ref.dragStartTime, container = _ref.container, subject = _ref.subject, center = _ref.center, shouldUseTimeDampening = _ref.shouldUseTimeDampening; var distanceToEdges = { top: center.y - container.top, right: container.right - center.x, bottom: container.bottom - center.y, left: center.x - container.left }; var y = getScrollOnAxis({ container: container, distanceToEdges: distanceToEdges, dragStartTime: dragStartTime, axis: vertical, shouldUseTimeDampening: shouldUseTimeDampening }); var x = getScrollOnAxis({ container: container, distanceToEdges: distanceToEdges, dragStartTime: dragStartTime, axis: horizontal, shouldUseTimeDampening: shouldUseTimeDampening }); var required = clean$2({ x: x, y: y }); if (react_beautiful_dnd_esm_isEqual(required, origin)) { return null; } var limited = adjustForSizeLimits({ container: container, subject: subject, proposedScroll: required }); if (!limited) { return null; } return react_beautiful_dnd_esm_isEqual(limited, origin) ? null : limited; }); var smallestSigned = apply(function (value) { if (value === 0) { return 0; } return value > 0 ? 1 : -1; }); var getOverlap = function () { var getRemainder = function getRemainder(target, max) { if (target < 0) { return target; } if (target > max) { return target - max; } return 0; }; return function (_ref) { var current = _ref.current, max = _ref.max, change = _ref.change; var targetScroll = add(current, change); var overlap = { x: getRemainder(targetScroll.x, max.x), y: getRemainder(targetScroll.y, max.y) }; if (react_beautiful_dnd_esm_isEqual(overlap, origin)) { return null; } return overlap; }; }(); var canPartiallyScroll = function canPartiallyScroll(_ref2) { var rawMax = _ref2.max, current = _ref2.current, change = _ref2.change; var max = { x: Math.max(current.x, rawMax.x), y: Math.max(current.y, rawMax.y) }; var smallestChange = smallestSigned(change); var overlap = getOverlap({ max: max, current: current, change: smallestChange }); if (!overlap) { return true; } if (smallestChange.x !== 0 && overlap.x === 0) { return true; } if (smallestChange.y !== 0 && overlap.y === 0) { return true; } return false; }; var canScrollWindow = function canScrollWindow(viewport, change) { return canPartiallyScroll({ current: viewport.scroll.current, max: viewport.scroll.max, change: change }); }; var getWindowOverlap = function getWindowOverlap(viewport, change) { if (!canScrollWindow(viewport, change)) { return null; } var max = viewport.scroll.max; var current = viewport.scroll.current; return getOverlap({ current: current, max: max, change: change }); }; var canScrollDroppable = function canScrollDroppable(droppable, change) { var frame = droppable.frame; if (!frame) { return false; } return canPartiallyScroll({ current: frame.scroll.current, max: frame.scroll.max, change: change }); }; var getDroppableOverlap = function getDroppableOverlap(droppable, change) { var frame = droppable.frame; if (!frame) { return null; } if (!canScrollDroppable(droppable, change)) { return null; } return getOverlap({ current: frame.scroll.current, max: frame.scroll.max, change: change }); }; var getWindowScrollChange = (function (_ref) { var viewport = _ref.viewport, subject = _ref.subject, center = _ref.center, dragStartTime = _ref.dragStartTime, shouldUseTimeDampening = _ref.shouldUseTimeDampening; var scroll = getScroll({ dragStartTime: dragStartTime, container: viewport.frame, subject: subject, center: center, shouldUseTimeDampening: shouldUseTimeDampening }); return scroll && canScrollWindow(viewport, scroll) ? scroll : null; }); var getDroppableScrollChange = (function (_ref) { var droppable = _ref.droppable, subject = _ref.subject, center = _ref.center, dragStartTime = _ref.dragStartTime, shouldUseTimeDampening = _ref.shouldUseTimeDampening; var frame = droppable.frame; if (!frame) { return null; } var scroll = getScroll({ dragStartTime: dragStartTime, container: frame.pageMarginBox, subject: subject, center: center, shouldUseTimeDampening: shouldUseTimeDampening }); return scroll && canScrollDroppable(droppable, scroll) ? scroll : null; }); var scroll$1 = (function (_ref) { var state = _ref.state, dragStartTime = _ref.dragStartTime, shouldUseTimeDampening = _ref.shouldUseTimeDampening, scrollWindow = _ref.scrollWindow, scrollDroppable = _ref.scrollDroppable; var center = state.current.page.borderBoxCenter; var draggable = state.dimensions.draggables[state.critical.draggable.id]; var subject = draggable.page.marginBox; if (state.isWindowScrollAllowed) { var viewport = state.viewport; var _change = getWindowScrollChange({ dragStartTime: dragStartTime, viewport: viewport, subject: subject, center: center, shouldUseTimeDampening: shouldUseTimeDampening }); if (_change) { scrollWindow(_change); return; } } var droppable = getBestScrollableDroppable({ center: center, destination: whatIsDraggedOver(state.impact), droppables: state.dimensions.droppables }); if (!droppable) { return; } var change = getDroppableScrollChange({ dragStartTime: dragStartTime, droppable: droppable, subject: subject, center: center, shouldUseTimeDampening: shouldUseTimeDampening }); if (change) { scrollDroppable(droppable.descriptor.id, change); } }); var createFluidScroller = (function (_ref) { var scrollWindow = _ref.scrollWindow, scrollDroppable = _ref.scrollDroppable; var scheduleWindowScroll = raf_schd_esm(scrollWindow); var scheduleDroppableScroll = raf_schd_esm(scrollDroppable); var dragging = null; var tryScroll = function tryScroll(state) { !dragging ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var _dragging = dragging, shouldUseTimeDampening = _dragging.shouldUseTimeDampening, dragStartTime = _dragging.dragStartTime; scroll$1({ state: state, scrollWindow: scheduleWindowScroll, scrollDroppable: scheduleDroppableScroll, dragStartTime: dragStartTime, shouldUseTimeDampening: shouldUseTimeDampening }); }; var start$1 = function start$1(state) { react_beautiful_dnd_esm_start(); !!dragging ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var dragStartTime = Date.now(); var wasScrollNeeded = false; var fakeScrollCallback = function fakeScrollCallback() { wasScrollNeeded = true; }; scroll$1({ state: state, dragStartTime: 0, shouldUseTimeDampening: false, scrollWindow: fakeScrollCallback, scrollDroppable: fakeScrollCallback }); dragging = { dragStartTime: dragStartTime, shouldUseTimeDampening: wasScrollNeeded }; finish(); if (wasScrollNeeded) { tryScroll(state); } }; var stop = function stop() { if (!dragging) { return; } scheduleWindowScroll.cancel(); scheduleDroppableScroll.cancel(); dragging = null; }; return { start: start$1, stop: stop, scroll: tryScroll }; }); var createJumpScroller = (function (_ref) { var move = _ref.move, scrollDroppable = _ref.scrollDroppable, scrollWindow = _ref.scrollWindow; var moveByOffset = function moveByOffset(state, offset) { var client = add(state.current.client.selection, offset); move({ client: client }); }; var scrollDroppableAsMuchAsItCan = function scrollDroppableAsMuchAsItCan(droppable, change) { if (!canScrollDroppable(droppable, change)) { return change; } var overlap = getDroppableOverlap(droppable, change); if (!overlap) { scrollDroppable(droppable.descriptor.id, change); return null; } var whatTheDroppableCanScroll = subtract(change, overlap); scrollDroppable(droppable.descriptor.id, whatTheDroppableCanScroll); var remainder = subtract(change, whatTheDroppableCanScroll); return remainder; }; var scrollWindowAsMuchAsItCan = function scrollWindowAsMuchAsItCan(isWindowScrollAllowed, viewport, change) { if (!isWindowScrollAllowed) { return change; } if (!canScrollWindow(viewport, change)) { return change; } var overlap = getWindowOverlap(viewport, change); if (!overlap) { scrollWindow(change); return null; } var whatTheWindowCanScroll = subtract(change, overlap); scrollWindow(whatTheWindowCanScroll); var remainder = subtract(change, whatTheWindowCanScroll); return remainder; }; var jumpScroller = function jumpScroller(state) { var request = state.scrollJumpRequest; if (!request) { return; } var destination = whatIsDraggedOver(state.impact); !destination ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var droppableRemainder = scrollDroppableAsMuchAsItCan(state.dimensions.droppables[destination], request); if (!droppableRemainder) { return; } var viewport = state.viewport; var windowRemainder = scrollWindowAsMuchAsItCan(state.isWindowScrollAllowed, viewport, droppableRemainder); if (!windowRemainder) { return; } moveByOffset(state, windowRemainder); }; return jumpScroller; }); var createAutoScroller = (function (_ref) { var scrollDroppable = _ref.scrollDroppable, scrollWindow = _ref.scrollWindow, move = _ref.move; var fluidScroller = createFluidScroller({ scrollWindow: scrollWindow, scrollDroppable: scrollDroppable }); var jumpScroll = createJumpScroller({ move: move, scrollWindow: scrollWindow, scrollDroppable: scrollDroppable }); var scroll = function scroll(state) { if (state.phase !== 'DRAGGING') { return; } if (state.movementMode === 'FLUID') { fluidScroller.scroll(state); return; } if (!state.scrollJumpRequest) { return; } jumpScroll(state); }; var scroller = { scroll: scroll, start: fluidScroller.start, stop: fluidScroller.stop }; return scroller; }); var prefix$1 = 'data-rbd'; var dragHandle = function () { var base = prefix$1 + "-drag-handle"; return { base: base, draggableId: base + "-draggable-id", contextId: base + "-context-id" }; }(); var draggable = function () { var base = prefix$1 + "-draggable"; return { base: base, contextId: base + "-context-id", id: base + "-id" }; }(); var droppable = function () { var base = prefix$1 + "-droppable"; return { base: base, contextId: base + "-context-id", id: base + "-id" }; }(); var scrollContainer = { contextId: prefix$1 + "-scroll-container-context-id" }; var makeGetSelector = function makeGetSelector(context) { return function (attribute) { return "[" + attribute + "=\"" + context + "\"]"; }; }; var getStyles = function getStyles(rules, property) { return rules.map(function (rule) { var value = rule.styles[property]; if (!value) { return ''; } return rule.selector + " { " + value + " }"; }).join(' '); }; var noPointerEvents = 'pointer-events: none;'; var getStyles$1 = (function (contextId) { var getSelector = makeGetSelector(contextId); var dragHandle$1 = function () { var grabCursor = "\n cursor: -webkit-grab;\n cursor: grab;\n "; return { selector: getSelector(dragHandle.contextId), styles: { always: "\n -webkit-touch-callout: none;\n -webkit-tap-highlight-color: rgba(0,0,0,0);\n touch-action: manipulation;\n ", resting: grabCursor, dragging: noPointerEvents, dropAnimating: grabCursor } }; }(); var draggable$1 = function () { var transition = "\n transition: " + react_beautiful_dnd_esm_transitions.outOfTheWay + ";\n "; return { selector: getSelector(draggable.contextId), styles: { dragging: transition, dropAnimating: transition, userCancel: transition } }; }(); var droppable$1 = { selector: getSelector(droppable.contextId), styles: { always: "overflow-anchor: none;" } }; var body = { selector: 'body', styles: { dragging: "\n cursor: grabbing;\n cursor: -webkit-grabbing;\n user-select: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n overflow-anchor: none;\n " } }; var rules = [draggable$1, dragHandle$1, droppable$1, body]; return { always: getStyles(rules, 'always'), resting: getStyles(rules, 'resting'), dragging: getStyles(rules, 'dragging'), dropAnimating: getStyles(rules, 'dropAnimating'), userCancel: getStyles(rules, 'userCancel') }; }); var react_beautiful_dnd_esm_useIsomorphicLayoutEffect = typeof window !== 'undefined' && typeof window.document !== 'undefined' && typeof window.document.createElement !== 'undefined' ? react.useLayoutEffect : react.useEffect; var getHead = function getHead() { var head = document.querySelector('head'); !head ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; return head; }; var createStyleEl = function createStyleEl(nonce) { var el = document.createElement('style'); if (nonce) { el.setAttribute('nonce', nonce); } el.type = 'text/css'; return el; }; function useStyleMarshal(contextId, nonce) { var styles = useMemo(function () { return getStyles$1(contextId); }, [contextId]); var alwaysRef = (0,react.useRef)(null); var dynamicRef = (0,react.useRef)(null); var setDynamicStyle = useCallback(memoize_one_esm(function (proposed) { var el = dynamicRef.current; !el ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; el.textContent = proposed; }), []); var setAlwaysStyle = useCallback(function (proposed) { var el = alwaysRef.current; !el ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; el.textContent = proposed; }, []); react_beautiful_dnd_esm_useIsomorphicLayoutEffect(function () { !(!alwaysRef.current && !dynamicRef.current) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var always = createStyleEl(nonce); var dynamic = createStyleEl(nonce); alwaysRef.current = always; dynamicRef.current = dynamic; always.setAttribute(prefix$1 + "-always", contextId); dynamic.setAttribute(prefix$1 + "-dynamic", contextId); getHead().appendChild(always); getHead().appendChild(dynamic); setAlwaysStyle(styles.always); setDynamicStyle(styles.resting); return function () { var remove = function remove(ref) { var current = ref.current; !current ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; getHead().removeChild(current); ref.current = null; }; remove(alwaysRef); remove(dynamicRef); }; }, [nonce, setAlwaysStyle, setDynamicStyle, styles.always, styles.resting, contextId]); var dragging = useCallback(function () { return setDynamicStyle(styles.dragging); }, [setDynamicStyle, styles.dragging]); var dropping = useCallback(function (reason) { if (reason === 'DROP') { setDynamicStyle(styles.dropAnimating); return; } setDynamicStyle(styles.userCancel); }, [setDynamicStyle, styles.dropAnimating, styles.userCancel]); var resting = useCallback(function () { if (!dynamicRef.current) { return; } setDynamicStyle(styles.resting); }, [setDynamicStyle, styles.resting]); var marshal = useMemo(function () { return { dragging: dragging, dropping: dropping, resting: resting }; }, [dragging, dropping, resting]); return marshal; } var getWindowFromEl = (function (el) { return el && el.ownerDocument ? el.ownerDocument.defaultView : window; }); function isHtmlElement(el) { return el instanceof getWindowFromEl(el).HTMLElement; } function findDragHandle(contextId, draggableId) { var selector = "[" + dragHandle.contextId + "=\"" + contextId + "\"]"; var possible = toArray(document.querySelectorAll(selector)); if (!possible.length) { false ? 0 : void 0; return null; } var handle = find(possible, function (el) { return el.getAttribute(dragHandle.draggableId) === draggableId; }); if (!handle) { false ? 0 : void 0; return null; } if (!isHtmlElement(handle)) { false ? 0 : void 0; return null; } return handle; } function useFocusMarshal(contextId) { var entriesRef = (0,react.useRef)({}); var recordRef = (0,react.useRef)(null); var restoreFocusFrameRef = (0,react.useRef)(null); var isMountedRef = (0,react.useRef)(false); var register = useCallback(function register(id, focus) { var entry = { id: id, focus: focus }; entriesRef.current[id] = entry; return function unregister() { var entries = entriesRef.current; var current = entries[id]; if (current !== entry) { delete entries[id]; } }; }, []); var tryGiveFocus = useCallback(function tryGiveFocus(tryGiveFocusTo) { var handle = findDragHandle(contextId, tryGiveFocusTo); if (handle && handle !== document.activeElement) { handle.focus(); } }, [contextId]); var tryShiftRecord = useCallback(function tryShiftRecord(previous, redirectTo) { if (recordRef.current === previous) { recordRef.current = redirectTo; } }, []); var tryRestoreFocusRecorded = useCallback(function tryRestoreFocusRecorded() { if (restoreFocusFrameRef.current) { return; } if (!isMountedRef.current) { return; } restoreFocusFrameRef.current = requestAnimationFrame(function () { restoreFocusFrameRef.current = null; var record = recordRef.current; if (record) { tryGiveFocus(record); } }); }, [tryGiveFocus]); var tryRecordFocus = useCallback(function tryRecordFocus(id) { recordRef.current = null; var focused = document.activeElement; if (!focused) { return; } if (focused.getAttribute(dragHandle.draggableId) !== id) { return; } recordRef.current = id; }, []); react_beautiful_dnd_esm_useIsomorphicLayoutEffect(function () { isMountedRef.current = true; return function clearFrameOnUnmount() { isMountedRef.current = false; var frameId = restoreFocusFrameRef.current; if (frameId) { cancelAnimationFrame(frameId); } }; }, []); var marshal = useMemo(function () { return { register: register, tryRecordFocus: tryRecordFocus, tryRestoreFocusRecorded: tryRestoreFocusRecorded, tryShiftRecord: tryShiftRecord }; }, [register, tryRecordFocus, tryRestoreFocusRecorded, tryShiftRecord]); return marshal; } function createRegistry() { var entries = { draggables: {}, droppables: {} }; var subscribers = []; function subscribe(cb) { subscribers.push(cb); return function unsubscribe() { var index = subscribers.indexOf(cb); if (index === -1) { return; } subscribers.splice(index, 1); }; } function notify(event) { if (subscribers.length) { subscribers.forEach(function (cb) { return cb(event); }); } } function findDraggableById(id) { return entries.draggables[id] || null; } function getDraggableById(id) { var entry = findDraggableById(id); !entry ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; return entry; } var draggableAPI = { register: function register(entry) { entries.draggables[entry.descriptor.id] = entry; notify({ type: 'ADDITION', value: entry }); }, update: function update(entry, last) { var current = entries.draggables[last.descriptor.id]; if (!current) { return; } if (current.uniqueId !== entry.uniqueId) { return; } delete entries.draggables[last.descriptor.id]; entries.draggables[entry.descriptor.id] = entry; }, unregister: function unregister(entry) { var draggableId = entry.descriptor.id; var current = findDraggableById(draggableId); if (!current) { return; } if (entry.uniqueId !== current.uniqueId) { return; } delete entries.draggables[draggableId]; notify({ type: 'REMOVAL', value: entry }); }, getById: getDraggableById, findById: findDraggableById, exists: function exists(id) { return Boolean(findDraggableById(id)); }, getAllByType: function getAllByType(type) { return values(entries.draggables).filter(function (entry) { return entry.descriptor.type === type; }); } }; function findDroppableById(id) { return entries.droppables[id] || null; } function getDroppableById(id) { var entry = findDroppableById(id); !entry ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; return entry; } var droppableAPI = { register: function register(entry) { entries.droppables[entry.descriptor.id] = entry; }, unregister: function unregister(entry) { var current = findDroppableById(entry.descriptor.id); if (!current) { return; } if (entry.uniqueId !== current.uniqueId) { return; } delete entries.droppables[entry.descriptor.id]; }, getById: getDroppableById, findById: findDroppableById, exists: function exists(id) { return Boolean(findDroppableById(id)); }, getAllByType: function getAllByType(type) { return values(entries.droppables).filter(function (entry) { return entry.descriptor.type === type; }); } }; function clean() { entries.draggables = {}; entries.droppables = {}; subscribers.length = 0; } return { draggable: draggableAPI, droppable: droppableAPI, subscribe: subscribe, clean: clean }; } function useRegistry() { var registry = useMemo(createRegistry, []); (0,react.useEffect)(function () { return function unmount() { requestAnimationFrame(registry.clean); }; }, [registry]); return registry; } var StoreContext = react.createContext(null); var getBodyElement = (function () { var body = document.body; !body ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; return body; }); var visuallyHidden = { position: 'absolute', width: '1px', height: '1px', margin: '-1px', border: '0', padding: '0', overflow: 'hidden', clip: 'rect(0 0 0 0)', 'clip-path': 'inset(100%)' }; var getId = function getId(contextId) { return "rbd-announcement-" + contextId; }; function useAnnouncer(contextId) { var id = useMemo(function () { return getId(contextId); }, [contextId]); var ref = (0,react.useRef)(null); (0,react.useEffect)(function setup() { var el = document.createElement('div'); ref.current = el; el.id = id; el.setAttribute('aria-live', 'assertive'); el.setAttribute('aria-atomic', 'true'); (0,esm_extends/* default */.Z)(el.style, visuallyHidden); getBodyElement().appendChild(el); return function cleanup() { setTimeout(function remove() { var body = getBodyElement(); if (body.contains(el)) { body.removeChild(el); } if (el === ref.current) { ref.current = null; } }); }; }, [id]); var announce = useCallback(function (message) { var el = ref.current; if (el) { el.textContent = message; return; } false ? 0 : void 0; }, []); return announce; } var count = 0; var react_beautiful_dnd_esm_defaults = { separator: '::' }; function react_beautiful_dnd_esm_reset() { count = 0; } function useUniqueId(prefix, options) { if (options === void 0) { options = react_beautiful_dnd_esm_defaults; } return useMemo(function () { return "" + prefix + options.separator + count++; }, [options.separator, prefix]); } function getElementId(_ref) { var contextId = _ref.contextId, uniqueId = _ref.uniqueId; return "rbd-hidden-text-" + contextId + "-" + uniqueId; } function useHiddenTextElement(_ref2) { var contextId = _ref2.contextId, text = _ref2.text; var uniqueId = useUniqueId('hidden-text', { separator: '-' }); var id = useMemo(function () { return getElementId({ contextId: contextId, uniqueId: uniqueId }); }, [uniqueId, contextId]); (0,react.useEffect)(function mount() { var el = document.createElement('div'); el.id = id; el.textContent = text; el.style.display = 'none'; getBodyElement().appendChild(el); return function unmount() { var body = getBodyElement(); if (body.contains(el)) { body.removeChild(el); } }; }, [id, text]); return id; } var AppContext = react.createContext(null); var peerDependencies = { react: "^16.8.5 || ^17.0.0", "react-dom": "^16.8.5 || ^17.0.0" }; var semver = /(\d+)\.(\d+)\.(\d+)/; var getVersion = function getVersion(value) { var result = semver.exec(value); !(result != null) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var major = Number(result[1]); var minor = Number(result[2]); var patch = Number(result[3]); return { major: major, minor: minor, patch: patch, raw: value }; }; var isSatisfied = function isSatisfied(expected, actual) { if (actual.major > expected.major) { return true; } if (actual.major < expected.major) { return false; } if (actual.minor > expected.minor) { return true; } if (actual.minor < expected.minor) { return false; } return actual.patch >= expected.patch; }; var checkReactVersion = (function (peerDepValue, actualValue) { var peerDep = getVersion(peerDepValue); var actual = getVersion(actualValue); if (isSatisfied(peerDep, actual)) { return; } false ? 0 : void 0; }); var suffix = "\n We expect a html5 doctype: <!doctype html>\n This is to ensure consistent browser layout and measurement\n\n More information: https://github.com/atlassian/react-beautiful-dnd/blob/master/docs/guides/doctype.md\n"; var checkDoctype = (function (doc) { var doctype = doc.doctype; if (!doctype) { false ? 0 : void 0; return; } if (doctype.name.toLowerCase() !== 'html') { false ? 0 : void 0; } if (doctype.publicId !== '') { false ? 0 : void 0; } }); function useDev(useHook) { if (false) {} } function useDevSetupWarning(fn, inputs) { useDev(function () { (0,react.useEffect)(function () { try { fn(); } catch (e) { error("\n A setup problem was encountered.\n\n > " + e.message + "\n "); } }, inputs); }); } function useStartupValidation() { useDevSetupWarning(function () { checkReactVersion(peerDependencies.react, react.version); checkDoctype(document); }, []); } function usePrevious(current) { var ref = (0,react.useRef)(current); (0,react.useEffect)(function () { ref.current = current; }); return ref; } function create() { var lock = null; function isClaimed() { return Boolean(lock); } function isActive(value) { return value === lock; } function claim(abandon) { !!lock ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var newLock = { abandon: abandon }; lock = newLock; return newLock; } function release() { !lock ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; lock = null; } function tryAbandon() { if (lock) { lock.abandon(); release(); } } return { isClaimed: isClaimed, isActive: isActive, claim: claim, release: release, tryAbandon: tryAbandon }; } var tab = 9; var enter = 13; var react_beautiful_dnd_esm_escape = 27; var space = 32; var pageUp = 33; var pageDown = 34; var react_beautiful_dnd_esm_end = 35; var home = 36; var arrowLeft = 37; var arrowUp = 38; var arrowRight = 39; var arrowDown = 40; var _preventedKeys; var preventedKeys = (_preventedKeys = {}, _preventedKeys[enter] = true, _preventedKeys[tab] = true, _preventedKeys); var preventStandardKeyEvents = (function (event) { if (preventedKeys[event.keyCode]) { event.preventDefault(); } }); var supportedEventName = function () { var base = 'visibilitychange'; if (typeof document === 'undefined') { return base; } var candidates = [base, "ms" + base, "webkit" + base, "moz" + base, "o" + base]; var supported = find(candidates, function (eventName) { return "on" + eventName in document; }); return supported || base; }(); var primaryButton = 0; var sloppyClickThreshold = 5; function isSloppyClickThresholdExceeded(original, current) { return Math.abs(current.x - original.x) >= sloppyClickThreshold || Math.abs(current.y - original.y) >= sloppyClickThreshold; } var idle$1 = { type: 'IDLE' }; function getCaptureBindings(_ref) { var cancel = _ref.cancel, completed = _ref.completed, getPhase = _ref.getPhase, setPhase = _ref.setPhase; return [{ eventName: 'mousemove', fn: function fn(event) { var button = event.button, clientX = event.clientX, clientY = event.clientY; if (button !== primaryButton) { return; } var point = { x: clientX, y: clientY }; var phase = getPhase(); if (phase.type === 'DRAGGING') { event.preventDefault(); phase.actions.move(point); return; } !(phase.type === 'PENDING') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var pending = phase.point; if (!isSloppyClickThresholdExceeded(pending, point)) { return; } event.preventDefault(); var actions = phase.actions.fluidLift(point); setPhase({ type: 'DRAGGING', actions: actions }); } }, { eventName: 'mouseup', fn: function fn(event) { var phase = getPhase(); if (phase.type !== 'DRAGGING') { cancel(); return; } event.preventDefault(); phase.actions.drop({ shouldBlockNextClick: true }); completed(); } }, { eventName: 'mousedown', fn: function fn(event) { if (getPhase().type === 'DRAGGING') { event.preventDefault(); } cancel(); } }, { eventName: 'keydown', fn: function fn(event) { var phase = getPhase(); if (phase.type === 'PENDING') { cancel(); return; } if (event.keyCode === react_beautiful_dnd_esm_escape) { event.preventDefault(); cancel(); return; } preventStandardKeyEvents(event); } }, { eventName: 'resize', fn: cancel }, { eventName: 'scroll', options: { passive: true, capture: false }, fn: function fn() { if (getPhase().type === 'PENDING') { cancel(); } } }, { eventName: 'webkitmouseforcedown', fn: function fn(event) { var phase = getPhase(); !(phase.type !== 'IDLE') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; if (phase.actions.shouldRespectForcePress()) { cancel(); return; } event.preventDefault(); } }, { eventName: supportedEventName, fn: cancel }]; } function useMouseSensor(api) { var phaseRef = (0,react.useRef)(idle$1); var unbindEventsRef = (0,react.useRef)(react_beautiful_dnd_esm_noop); var startCaptureBinding = useMemo(function () { return { eventName: 'mousedown', fn: function onMouseDown(event) { if (event.defaultPrevented) { return; } if (event.button !== primaryButton) { return; } if (event.ctrlKey || event.metaKey || event.shiftKey || event.altKey) { return; } var draggableId = api.findClosestDraggableId(event); if (!draggableId) { return; } var actions = api.tryGetLock(draggableId, stop, { sourceEvent: event }); if (!actions) { return; } event.preventDefault(); var point = { x: event.clientX, y: event.clientY }; unbindEventsRef.current(); startPendingDrag(actions, point); } }; }, [api]); var preventForcePressBinding = useMemo(function () { return { eventName: 'webkitmouseforcewillbegin', fn: function fn(event) { if (event.defaultPrevented) { return; } var id = api.findClosestDraggableId(event); if (!id) { return; } var options = api.findOptionsForDraggable(id); if (!options) { return; } if (options.shouldRespectForcePress) { return; } if (!api.canGetLock(id)) { return; } event.preventDefault(); } }; }, [api]); var listenForCapture = useCallback(function listenForCapture() { var options = { passive: false, capture: true }; unbindEventsRef.current = bindEvents(window, [preventForcePressBinding, startCaptureBinding], options); }, [preventForcePressBinding, startCaptureBinding]); var stop = useCallback(function () { var current = phaseRef.current; if (current.type === 'IDLE') { return; } phaseRef.current = idle$1; unbindEventsRef.current(); listenForCapture(); }, [listenForCapture]); var cancel = useCallback(function () { var phase = phaseRef.current; stop(); if (phase.type === 'DRAGGING') { phase.actions.cancel({ shouldBlockNextClick: true }); } if (phase.type === 'PENDING') { phase.actions.abort(); } }, [stop]); var bindCapturingEvents = useCallback(function bindCapturingEvents() { var options = { capture: true, passive: false }; var bindings = getCaptureBindings({ cancel: cancel, completed: stop, getPhase: function getPhase() { return phaseRef.current; }, setPhase: function setPhase(phase) { phaseRef.current = phase; } }); unbindEventsRef.current = bindEvents(window, bindings, options); }, [cancel, stop]); var startPendingDrag = useCallback(function startPendingDrag(actions, point) { !(phaseRef.current.type === 'IDLE') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; phaseRef.current = { type: 'PENDING', point: point, actions: actions }; bindCapturingEvents(); }, [bindCapturingEvents]); react_beautiful_dnd_esm_useIsomorphicLayoutEffect(function mount() { listenForCapture(); return function unmount() { unbindEventsRef.current(); }; }, [listenForCapture]); } var _scrollJumpKeys; function noop$1() {} var scrollJumpKeys = (_scrollJumpKeys = {}, _scrollJumpKeys[pageDown] = true, _scrollJumpKeys[pageUp] = true, _scrollJumpKeys[home] = true, _scrollJumpKeys[react_beautiful_dnd_esm_end] = true, _scrollJumpKeys); function getDraggingBindings(actions, stop) { function cancel() { stop(); actions.cancel(); } function drop() { stop(); actions.drop(); } return [{ eventName: 'keydown', fn: function fn(event) { if (event.keyCode === react_beautiful_dnd_esm_escape) { event.preventDefault(); cancel(); return; } if (event.keyCode === space) { event.preventDefault(); drop(); return; } if (event.keyCode === arrowDown) { event.preventDefault(); actions.moveDown(); return; } if (event.keyCode === arrowUp) { event.preventDefault(); actions.moveUp(); return; } if (event.keyCode === arrowRight) { event.preventDefault(); actions.moveRight(); return; } if (event.keyCode === arrowLeft) { event.preventDefault(); actions.moveLeft(); return; } if (scrollJumpKeys[event.keyCode]) { event.preventDefault(); return; } preventStandardKeyEvents(event); } }, { eventName: 'mousedown', fn: cancel }, { eventName: 'mouseup', fn: cancel }, { eventName: 'click', fn: cancel }, { eventName: 'touchstart', fn: cancel }, { eventName: 'resize', fn: cancel }, { eventName: 'wheel', fn: cancel, options: { passive: true } }, { eventName: supportedEventName, fn: cancel }]; } function useKeyboardSensor(api) { var unbindEventsRef = (0,react.useRef)(noop$1); var startCaptureBinding = useMemo(function () { return { eventName: 'keydown', fn: function onKeyDown(event) { if (event.defaultPrevented) { return; } if (event.keyCode !== space) { return; } var draggableId = api.findClosestDraggableId(event); if (!draggableId) { return; } var preDrag = api.tryGetLock(draggableId, stop, { sourceEvent: event }); if (!preDrag) { return; } event.preventDefault(); var isCapturing = true; var actions = preDrag.snapLift(); unbindEventsRef.current(); function stop() { !isCapturing ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; isCapturing = false; unbindEventsRef.current(); listenForCapture(); } unbindEventsRef.current = bindEvents(window, getDraggingBindings(actions, stop), { capture: true, passive: false }); } }; }, [api]); var listenForCapture = useCallback(function tryStartCapture() { var options = { passive: false, capture: true }; unbindEventsRef.current = bindEvents(window, [startCaptureBinding], options); }, [startCaptureBinding]); react_beautiful_dnd_esm_useIsomorphicLayoutEffect(function mount() { listenForCapture(); return function unmount() { unbindEventsRef.current(); }; }, [listenForCapture]); } var idle$2 = { type: 'IDLE' }; var timeForLongPress = 120; var forcePressThreshold = 0.15; function getWindowBindings(_ref) { var cancel = _ref.cancel, getPhase = _ref.getPhase; return [{ eventName: 'orientationchange', fn: cancel }, { eventName: 'resize', fn: cancel }, { eventName: 'contextmenu', fn: function fn(event) { event.preventDefault(); } }, { eventName: 'keydown', fn: function fn(event) { if (getPhase().type !== 'DRAGGING') { cancel(); return; } if (event.keyCode === react_beautiful_dnd_esm_escape) { event.preventDefault(); } cancel(); } }, { eventName: supportedEventName, fn: cancel }]; } function getHandleBindings(_ref2) { var cancel = _ref2.cancel, completed = _ref2.completed, getPhase = _ref2.getPhase; return [{ eventName: 'touchmove', options: { capture: false }, fn: function fn(event) { var phase = getPhase(); if (phase.type !== 'DRAGGING') { cancel(); return; } phase.hasMoved = true; var _event$touches$ = event.touches[0], clientX = _event$touches$.clientX, clientY = _event$touches$.clientY; var point = { x: clientX, y: clientY }; event.preventDefault(); phase.actions.move(point); } }, { eventName: 'touchend', fn: function fn(event) { var phase = getPhase(); if (phase.type !== 'DRAGGING') { cancel(); return; } event.preventDefault(); phase.actions.drop({ shouldBlockNextClick: true }); completed(); } }, { eventName: 'touchcancel', fn: function fn(event) { if (getPhase().type !== 'DRAGGING') { cancel(); return; } event.preventDefault(); cancel(); } }, { eventName: 'touchforcechange', fn: function fn(event) { var phase = getPhase(); !(phase.type !== 'IDLE') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var touch = event.touches[0]; if (!touch) { return; } var isForcePress = touch.force >= forcePressThreshold; if (!isForcePress) { return; } var shouldRespect = phase.actions.shouldRespectForcePress(); if (phase.type === 'PENDING') { if (shouldRespect) { cancel(); } return; } if (shouldRespect) { if (phase.hasMoved) { event.preventDefault(); return; } cancel(); return; } event.preventDefault(); } }, { eventName: supportedEventName, fn: cancel }]; } function useTouchSensor(api) { var phaseRef = (0,react.useRef)(idle$2); var unbindEventsRef = (0,react.useRef)(react_beautiful_dnd_esm_noop); var getPhase = useCallback(function getPhase() { return phaseRef.current; }, []); var setPhase = useCallback(function setPhase(phase) { phaseRef.current = phase; }, []); var startCaptureBinding = useMemo(function () { return { eventName: 'touchstart', fn: function onTouchStart(event) { if (event.defaultPrevented) { return; } var draggableId = api.findClosestDraggableId(event); if (!draggableId) { return; } var actions = api.tryGetLock(draggableId, stop, { sourceEvent: event }); if (!actions) { return; } var touch = event.touches[0]; var clientX = touch.clientX, clientY = touch.clientY; var point = { x: clientX, y: clientY }; unbindEventsRef.current(); startPendingDrag(actions, point); } }; }, [api]); var listenForCapture = useCallback(function listenForCapture() { var options = { capture: true, passive: false }; unbindEventsRef.current = bindEvents(window, [startCaptureBinding], options); }, [startCaptureBinding]); var stop = useCallback(function () { var current = phaseRef.current; if (current.type === 'IDLE') { return; } if (current.type === 'PENDING') { clearTimeout(current.longPressTimerId); } setPhase(idle$2); unbindEventsRef.current(); listenForCapture(); }, [listenForCapture, setPhase]); var cancel = useCallback(function () { var phase = phaseRef.current; stop(); if (phase.type === 'DRAGGING') { phase.actions.cancel({ shouldBlockNextClick: true }); } if (phase.type === 'PENDING') { phase.actions.abort(); } }, [stop]); var bindCapturingEvents = useCallback(function bindCapturingEvents() { var options = { capture: true, passive: false }; var args = { cancel: cancel, completed: stop, getPhase: getPhase }; var unbindTarget = bindEvents(window, getHandleBindings(args), options); var unbindWindow = bindEvents(window, getWindowBindings(args), options); unbindEventsRef.current = function unbindAll() { unbindTarget(); unbindWindow(); }; }, [cancel, getPhase, stop]); var startDragging = useCallback(function startDragging() { var phase = getPhase(); !(phase.type === 'PENDING') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var actions = phase.actions.fluidLift(phase.point); setPhase({ type: 'DRAGGING', actions: actions, hasMoved: false }); }, [getPhase, setPhase]); var startPendingDrag = useCallback(function startPendingDrag(actions, point) { !(getPhase().type === 'IDLE') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var longPressTimerId = setTimeout(startDragging, timeForLongPress); setPhase({ type: 'PENDING', point: point, actions: actions, longPressTimerId: longPressTimerId }); bindCapturingEvents(); }, [bindCapturingEvents, getPhase, setPhase, startDragging]); react_beautiful_dnd_esm_useIsomorphicLayoutEffect(function mount() { listenForCapture(); return function unmount() { unbindEventsRef.current(); var phase = getPhase(); if (phase.type === 'PENDING') { clearTimeout(phase.longPressTimerId); setPhase(idle$2); } }; }, [getPhase, listenForCapture, setPhase]); react_beautiful_dnd_esm_useIsomorphicLayoutEffect(function webkitHack() { var unbind = bindEvents(window, [{ eventName: 'touchmove', fn: function fn() {}, options: { capture: false, passive: false } }]); return unbind; }, []); } function useValidateSensorHooks(sensorHooks) { useDev(function () { var previousRef = usePrevious(sensorHooks); useDevSetupWarning(function () { !(previousRef.current.length === sensorHooks.length) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; }); }); } var interactiveTagNames = { input: true, button: true, textarea: true, select: true, option: true, optgroup: true, video: true, audio: true }; function isAnInteractiveElement(parent, current) { if (current == null) { return false; } var hasAnInteractiveTag = Boolean(interactiveTagNames[current.tagName.toLowerCase()]); if (hasAnInteractiveTag) { return true; } var attribute = current.getAttribute('contenteditable'); if (attribute === 'true' || attribute === '') { return true; } if (current === parent) { return false; } return isAnInteractiveElement(parent, current.parentElement); } function isEventInInteractiveElement(draggable, event) { var target = event.target; if (!isHtmlElement(target)) { return false; } return isAnInteractiveElement(draggable, target); } var getBorderBoxCenterPosition = (function (el) { return getRect(el.getBoundingClientRect()).center; }); function react_beautiful_dnd_esm_isElement(el) { return el instanceof getWindowFromEl(el).Element; } var supportedMatchesName = function () { var base = 'matches'; if (typeof document === 'undefined') { return base; } var candidates = [base, 'msMatchesSelector', 'webkitMatchesSelector']; var value = find(candidates, function (name) { return name in Element.prototype; }); return value || base; }(); function closestPonyfill(el, selector) { if (el == null) { return null; } if (el[supportedMatchesName](selector)) { return el; } return closestPonyfill(el.parentElement, selector); } function closest$1(el, selector) { if (el.closest) { return el.closest(selector); } return closestPonyfill(el, selector); } function getSelector(contextId) { return "[" + dragHandle.contextId + "=\"" + contextId + "\"]"; } function findClosestDragHandleFromEvent(contextId, event) { var target = event.target; if (!react_beautiful_dnd_esm_isElement(target)) { false ? 0 : void 0; return null; } var selector = getSelector(contextId); var handle = closest$1(target, selector); if (!handle) { return null; } if (!isHtmlElement(handle)) { false ? 0 : void 0; return null; } return handle; } function tryGetClosestDraggableIdFromEvent(contextId, event) { var handle = findClosestDragHandleFromEvent(contextId, event); if (!handle) { return null; } return handle.getAttribute(dragHandle.draggableId); } function findDraggable(contextId, draggableId) { var selector = "[" + draggable.contextId + "=\"" + contextId + "\"]"; var possible = toArray(document.querySelectorAll(selector)); var draggable$1 = find(possible, function (el) { return el.getAttribute(draggable.id) === draggableId; }); if (!draggable$1) { return null; } if (!isHtmlElement(draggable$1)) { false ? 0 : void 0; return null; } return draggable$1; } function preventDefault(event) { event.preventDefault(); } function _isActive(_ref) { var expected = _ref.expected, phase = _ref.phase, isLockActive = _ref.isLockActive, shouldWarn = _ref.shouldWarn; if (!isLockActive()) { if (shouldWarn) { false ? 0 : void 0; } return false; } if (expected !== phase) { if (shouldWarn) { false ? 0 : void 0; } return false; } return true; } function canStart(_ref2) { var lockAPI = _ref2.lockAPI, store = _ref2.store, registry = _ref2.registry, draggableId = _ref2.draggableId; if (lockAPI.isClaimed()) { return false; } var entry = registry.draggable.findById(draggableId); if (!entry) { false ? 0 : void 0; return false; } if (!entry.options.isEnabled) { return false; } if (!canStartDrag(store.getState(), draggableId)) { return false; } return true; } function tryStart(_ref3) { var lockAPI = _ref3.lockAPI, contextId = _ref3.contextId, store = _ref3.store, registry = _ref3.registry, draggableId = _ref3.draggableId, forceSensorStop = _ref3.forceSensorStop, sourceEvent = _ref3.sourceEvent; var shouldStart = canStart({ lockAPI: lockAPI, store: store, registry: registry, draggableId: draggableId }); if (!shouldStart) { return null; } var entry = registry.draggable.getById(draggableId); var el = findDraggable(contextId, entry.descriptor.id); if (!el) { false ? 0 : void 0; return null; } if (sourceEvent && !entry.options.canDragInteractiveElements && isEventInInteractiveElement(el, sourceEvent)) { return null; } var lock = lockAPI.claim(forceSensorStop || react_beautiful_dnd_esm_noop); var phase = 'PRE_DRAG'; function getShouldRespectForcePress() { return entry.options.shouldRespectForcePress; } function isLockActive() { return lockAPI.isActive(lock); } function tryDispatch(expected, getAction) { if (_isActive({ expected: expected, phase: phase, isLockActive: isLockActive, shouldWarn: true })) { store.dispatch(getAction()); } } var tryDispatchWhenDragging = tryDispatch.bind(null, 'DRAGGING'); function lift$1(args) { function completed() { lockAPI.release(); phase = 'COMPLETED'; } if (phase !== 'PRE_DRAG') { completed(); !(phase === 'PRE_DRAG') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; } store.dispatch(lift(args.liftActionArgs)); phase = 'DRAGGING'; function finish(reason, options) { if (options === void 0) { options = { shouldBlockNextClick: false }; } args.cleanup(); if (options.shouldBlockNextClick) { var unbind = bindEvents(window, [{ eventName: 'click', fn: preventDefault, options: { once: true, passive: false, capture: true } }]); setTimeout(unbind); } completed(); store.dispatch(drop({ reason: reason })); } return (0,esm_extends/* default */.Z)({ isActive: function isActive() { return _isActive({ expected: 'DRAGGING', phase: phase, isLockActive: isLockActive, shouldWarn: false }); }, shouldRespectForcePress: getShouldRespectForcePress, drop: function drop(options) { return finish('DROP', options); }, cancel: function cancel(options) { return finish('CANCEL', options); } }, args.actions); } function fluidLift(clientSelection) { var move$1 = raf_schd_esm(function (client) { tryDispatchWhenDragging(function () { return move({ client: client }); }); }); var api = lift$1({ liftActionArgs: { id: draggableId, clientSelection: clientSelection, movementMode: 'FLUID' }, cleanup: function cleanup() { return move$1.cancel(); }, actions: { move: move$1 } }); return (0,esm_extends/* default */.Z)({}, api, { move: move$1 }); } function snapLift() { var actions = { moveUp: function moveUp$1() { return tryDispatchWhenDragging(moveUp); }, moveRight: function moveRight$1() { return tryDispatchWhenDragging(moveRight); }, moveDown: function moveDown$1() { return tryDispatchWhenDragging(moveDown); }, moveLeft: function moveLeft$1() { return tryDispatchWhenDragging(moveLeft); } }; return lift$1({ liftActionArgs: { id: draggableId, clientSelection: getBorderBoxCenterPosition(el), movementMode: 'SNAP' }, cleanup: react_beautiful_dnd_esm_noop, actions: actions }); } function abortPreDrag() { var shouldRelease = _isActive({ expected: 'PRE_DRAG', phase: phase, isLockActive: isLockActive, shouldWarn: true }); if (shouldRelease) { lockAPI.release(); } } var preDrag = { isActive: function isActive() { return _isActive({ expected: 'PRE_DRAG', phase: phase, isLockActive: isLockActive, shouldWarn: false }); }, shouldRespectForcePress: getShouldRespectForcePress, fluidLift: fluidLift, snapLift: snapLift, abort: abortPreDrag }; return preDrag; } var defaultSensors = [useMouseSensor, useKeyboardSensor, useTouchSensor]; function useSensorMarshal(_ref4) { var contextId = _ref4.contextId, store = _ref4.store, registry = _ref4.registry, customSensors = _ref4.customSensors, enableDefaultSensors = _ref4.enableDefaultSensors; var useSensors = [].concat(enableDefaultSensors ? defaultSensors : [], customSensors || []); var lockAPI = (0,react.useState)(function () { return create(); })[0]; var tryAbandonLock = useCallback(function tryAbandonLock(previous, current) { if (previous.isDragging && !current.isDragging) { lockAPI.tryAbandon(); } }, [lockAPI]); react_beautiful_dnd_esm_useIsomorphicLayoutEffect(function listenToStore() { var previous = store.getState(); var unsubscribe = store.subscribe(function () { var current = store.getState(); tryAbandonLock(previous, current); previous = current; }); return unsubscribe; }, [lockAPI, store, tryAbandonLock]); react_beautiful_dnd_esm_useIsomorphicLayoutEffect(function () { return lockAPI.tryAbandon; }, [lockAPI.tryAbandon]); var canGetLock = useCallback(function (draggableId) { return canStart({ lockAPI: lockAPI, registry: registry, store: store, draggableId: draggableId }); }, [lockAPI, registry, store]); var tryGetLock = useCallback(function (draggableId, forceStop, options) { return tryStart({ lockAPI: lockAPI, registry: registry, contextId: contextId, store: store, draggableId: draggableId, forceSensorStop: forceStop, sourceEvent: options && options.sourceEvent ? options.sourceEvent : null }); }, [contextId, lockAPI, registry, store]); var findClosestDraggableId = useCallback(function (event) { return tryGetClosestDraggableIdFromEvent(contextId, event); }, [contextId]); var findOptionsForDraggable = useCallback(function (id) { var entry = registry.draggable.findById(id); return entry ? entry.options : null; }, [registry.draggable]); var tryReleaseLock = useCallback(function tryReleaseLock() { if (!lockAPI.isClaimed()) { return; } lockAPI.tryAbandon(); if (store.getState().phase !== 'IDLE') { store.dispatch(flush()); } }, [lockAPI, store]); var isLockClaimed = useCallback(lockAPI.isClaimed, [lockAPI]); var api = useMemo(function () { return { canGetLock: canGetLock, tryGetLock: tryGetLock, findClosestDraggableId: findClosestDraggableId, findOptionsForDraggable: findOptionsForDraggable, tryReleaseLock: tryReleaseLock, isLockClaimed: isLockClaimed }; }, [canGetLock, tryGetLock, findClosestDraggableId, findOptionsForDraggable, tryReleaseLock, isLockClaimed]); useValidateSensorHooks(useSensors); for (var i = 0; i < useSensors.length; i++) { useSensors[i](api); } } var createResponders = function createResponders(props) { return { onBeforeCapture: props.onBeforeCapture, onBeforeDragStart: props.onBeforeDragStart, onDragStart: props.onDragStart, onDragEnd: props.onDragEnd, onDragUpdate: props.onDragUpdate }; }; function getStore(lazyRef) { !lazyRef.current ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; return lazyRef.current; } function App(props) { var contextId = props.contextId, setCallbacks = props.setCallbacks, sensors = props.sensors, nonce = props.nonce, dragHandleUsageInstructions = props.dragHandleUsageInstructions; var lazyStoreRef = (0,react.useRef)(null); useStartupValidation(); var lastPropsRef = usePrevious(props); var getResponders = useCallback(function () { return createResponders(lastPropsRef.current); }, [lastPropsRef]); var announce = useAnnouncer(contextId); var dragHandleUsageInstructionsId = useHiddenTextElement({ contextId: contextId, text: dragHandleUsageInstructions }); var styleMarshal = useStyleMarshal(contextId, nonce); var lazyDispatch = useCallback(function (action) { getStore(lazyStoreRef).dispatch(action); }, []); var marshalCallbacks = useMemo(function () { return bindActionCreators({ publishWhileDragging: publishWhileDragging, updateDroppableScroll: updateDroppableScroll, updateDroppableIsEnabled: updateDroppableIsEnabled, updateDroppableIsCombineEnabled: updateDroppableIsCombineEnabled, collectionStarting: collectionStarting }, lazyDispatch); }, [lazyDispatch]); var registry = useRegistry(); var dimensionMarshal = useMemo(function () { return createDimensionMarshal(registry, marshalCallbacks); }, [registry, marshalCallbacks]); var autoScroller = useMemo(function () { return createAutoScroller((0,esm_extends/* default */.Z)({ scrollWindow: scrollWindow, scrollDroppable: dimensionMarshal.scrollDroppable }, bindActionCreators({ move: move }, lazyDispatch))); }, [dimensionMarshal.scrollDroppable, lazyDispatch]); var focusMarshal = useFocusMarshal(contextId); var store = useMemo(function () { return react_beautiful_dnd_esm_createStore({ announce: announce, autoScroller: autoScroller, dimensionMarshal: dimensionMarshal, focusMarshal: focusMarshal, getResponders: getResponders, styleMarshal: styleMarshal }); }, [announce, autoScroller, dimensionMarshal, focusMarshal, getResponders, styleMarshal]); if (false) {} lazyStoreRef.current = store; var tryResetStore = useCallback(function () { var current = getStore(lazyStoreRef); var state = current.getState(); if (state.phase !== 'IDLE') { current.dispatch(flush()); } }, []); var isDragging = useCallback(function () { var state = getStore(lazyStoreRef).getState(); return state.isDragging || state.phase === 'DROP_ANIMATING'; }, []); var appCallbacks = useMemo(function () { return { isDragging: isDragging, tryAbort: tryResetStore }; }, [isDragging, tryResetStore]); setCallbacks(appCallbacks); var getCanLift = useCallback(function (id) { return canStartDrag(getStore(lazyStoreRef).getState(), id); }, []); var getIsMovementAllowed = useCallback(function () { return isMovementAllowed(getStore(lazyStoreRef).getState()); }, []); var appContext = useMemo(function () { return { marshal: dimensionMarshal, focus: focusMarshal, contextId: contextId, canLift: getCanLift, isMovementAllowed: getIsMovementAllowed, dragHandleUsageInstructionsId: dragHandleUsageInstructionsId, registry: registry }; }, [contextId, dimensionMarshal, dragHandleUsageInstructionsId, focusMarshal, getCanLift, getIsMovementAllowed, registry]); useSensorMarshal({ contextId: contextId, store: store, registry: registry, customSensors: sensors, enableDefaultSensors: props.enableDefaultSensors !== false }); (0,react.useEffect)(function () { return tryResetStore; }, [tryResetStore]); return react.createElement(AppContext.Provider, { value: appContext }, react.createElement(components_Provider, { context: StoreContext, store: store }, props.children)); } var count$1 = 0; function reset$1() { count$1 = 0; } function useInstanceCount() { return useMemo(function () { return "" + count$1++; }, []); } function resetServerContext() { reset$1(); react_beautiful_dnd_esm_reset(); } function DragDropContext(props) { var contextId = useInstanceCount(); var dragHandleUsageInstructions = props.dragHandleUsageInstructions || preset.dragHandleUsageInstructions; return react.createElement(ErrorBoundary, null, function (setCallbacks) { return react.createElement(App, { nonce: props.nonce, contextId: contextId, setCallbacks: setCallbacks, dragHandleUsageInstructions: dragHandleUsageInstructions, enableDefaultSensors: props.enableDefaultSensors, sensors: props.sensors, onBeforeCapture: props.onBeforeCapture, onBeforeDragStart: props.onBeforeDragStart, onDragStart: props.onDragStart, onDragUpdate: props.onDragUpdate, onDragEnd: props.onDragEnd }, props.children); }); } var isEqual$1 = function isEqual(base) { return function (value) { return base === value; }; }; var isScroll = isEqual$1('scroll'); var isAuto = isEqual$1('auto'); var isVisible$1 = isEqual$1('visible'); var isEither = function isEither(overflow, fn) { return fn(overflow.overflowX) || fn(overflow.overflowY); }; var isBoth = function isBoth(overflow, fn) { return fn(overflow.overflowX) && fn(overflow.overflowY); }; var isElementScrollable = function isElementScrollable(el) { var style = window.getComputedStyle(el); var overflow = { overflowX: style.overflowX, overflowY: style.overflowY }; return isEither(overflow, isScroll) || isEither(overflow, isAuto); }; var isBodyScrollable = function isBodyScrollable() { if (true) { return false; } var body = getBodyElement(); var html = document.documentElement; !html ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; if (!isElementScrollable(body)) { return false; } var htmlStyle = window.getComputedStyle(html); var htmlOverflow = { overflowX: htmlStyle.overflowX, overflowY: htmlStyle.overflowY }; if (isBoth(htmlOverflow, isVisible$1)) { return false; } false ? 0 : void 0; return false; }; var getClosestScrollable = function getClosestScrollable(el) { if (el == null) { return null; } if (el === document.body) { return isBodyScrollable() ? el : null; } if (el === document.documentElement) { return null; } if (!isElementScrollable(el)) { return getClosestScrollable(el.parentElement); } return el; }; var checkForNestedScrollContainers = (function (scrollable) { if (!scrollable) { return; } var anotherScrollParent = getClosestScrollable(scrollable.parentElement); if (!anotherScrollParent) { return; } false ? 0 : void 0; }); var getScroll$1 = (function (el) { return { x: el.scrollLeft, y: el.scrollTop }; }); var getIsFixed = function getIsFixed(el) { if (!el) { return false; } var style = window.getComputedStyle(el); if (style.position === 'fixed') { return true; } return getIsFixed(el.parentElement); }; var getEnv = (function (start) { var closestScrollable = getClosestScrollable(start); var isFixedOnPage = getIsFixed(start); return { closestScrollable: closestScrollable, isFixedOnPage: isFixedOnPage }; }); var getDroppableDimension = (function (_ref) { var descriptor = _ref.descriptor, isEnabled = _ref.isEnabled, isCombineEnabled = _ref.isCombineEnabled, isFixedOnPage = _ref.isFixedOnPage, direction = _ref.direction, client = _ref.client, page = _ref.page, closest = _ref.closest; var frame = function () { if (!closest) { return null; } var scrollSize = closest.scrollSize, frameClient = closest.client; var maxScroll = getMaxScroll({ scrollHeight: scrollSize.scrollHeight, scrollWidth: scrollSize.scrollWidth, height: frameClient.paddingBox.height, width: frameClient.paddingBox.width }); return { pageMarginBox: closest.page.marginBox, frameClient: frameClient, scrollSize: scrollSize, shouldClipSubject: closest.shouldClipSubject, scroll: { initial: closest.scroll, current: closest.scroll, max: maxScroll, diff: { value: origin, displacement: origin } } }; }(); var axis = direction === 'vertical' ? vertical : horizontal; var subject = getSubject({ page: page, withPlaceholder: null, axis: axis, frame: frame }); var dimension = { descriptor: descriptor, isCombineEnabled: isCombineEnabled, isFixedOnPage: isFixedOnPage, axis: axis, isEnabled: isEnabled, client: client, page: page, frame: frame, subject: subject }; return dimension; }); var getClient = function getClient(targetRef, closestScrollable) { var base = getBox(targetRef); if (!closestScrollable) { return base; } if (targetRef !== closestScrollable) { return base; } var top = base.paddingBox.top - closestScrollable.scrollTop; var left = base.paddingBox.left - closestScrollable.scrollLeft; var bottom = top + closestScrollable.scrollHeight; var right = left + closestScrollable.scrollWidth; var paddingBox = { top: top, right: right, bottom: bottom, left: left }; var borderBox = expand(paddingBox, base.border); var client = createBox({ borderBox: borderBox, margin: base.margin, border: base.border, padding: base.padding }); return client; }; var getDimension = (function (_ref) { var ref = _ref.ref, descriptor = _ref.descriptor, env = _ref.env, windowScroll = _ref.windowScroll, direction = _ref.direction, isDropDisabled = _ref.isDropDisabled, isCombineEnabled = _ref.isCombineEnabled, shouldClipSubject = _ref.shouldClipSubject; var closestScrollable = env.closestScrollable; var client = getClient(ref, closestScrollable); var page = withScroll(client, windowScroll); var closest = function () { if (!closestScrollable) { return null; } var frameClient = getBox(closestScrollable); var scrollSize = { scrollHeight: closestScrollable.scrollHeight, scrollWidth: closestScrollable.scrollWidth }; return { client: frameClient, page: withScroll(frameClient, windowScroll), scroll: getScroll$1(closestScrollable), scrollSize: scrollSize, shouldClipSubject: shouldClipSubject }; }(); var dimension = getDroppableDimension({ descriptor: descriptor, isEnabled: !isDropDisabled, isCombineEnabled: isCombineEnabled, isFixedOnPage: env.isFixedOnPage, direction: direction, client: client, page: page, closest: closest }); return dimension; }); var immediate = { passive: false }; var delayed = { passive: true }; var getListenerOptions = (function (options) { return options.shouldPublishImmediately ? immediate : delayed; }); function useRequiredContext(Context) { var result = (0,react.useContext)(Context); !result ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; return result; } var getClosestScrollableFromDrag = function getClosestScrollableFromDrag(dragging) { return dragging && dragging.env.closestScrollable || null; }; function useDroppablePublisher(args) { var whileDraggingRef = (0,react.useRef)(null); var appContext = useRequiredContext(AppContext); var uniqueId = useUniqueId('droppable'); var registry = appContext.registry, marshal = appContext.marshal; var previousRef = usePrevious(args); var descriptor = useMemo(function () { return { id: args.droppableId, type: args.type, mode: args.mode }; }, [args.droppableId, args.mode, args.type]); var publishedDescriptorRef = (0,react.useRef)(descriptor); var memoizedUpdateScroll = useMemo(function () { return memoize_one_esm(function (x, y) { !whileDraggingRef.current ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var scroll = { x: x, y: y }; marshal.updateDroppableScroll(descriptor.id, scroll); }); }, [descriptor.id, marshal]); var getClosestScroll = useCallback(function () { var dragging = whileDraggingRef.current; if (!dragging || !dragging.env.closestScrollable) { return origin; } return getScroll$1(dragging.env.closestScrollable); }, []); var updateScroll = useCallback(function () { var scroll = getClosestScroll(); memoizedUpdateScroll(scroll.x, scroll.y); }, [getClosestScroll, memoizedUpdateScroll]); var scheduleScrollUpdate = useMemo(function () { return raf_schd_esm(updateScroll); }, [updateScroll]); var onClosestScroll = useCallback(function () { var dragging = whileDraggingRef.current; var closest = getClosestScrollableFromDrag(dragging); !(dragging && closest) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var options = dragging.scrollOptions; if (options.shouldPublishImmediately) { updateScroll(); return; } scheduleScrollUpdate(); }, [scheduleScrollUpdate, updateScroll]); var getDimensionAndWatchScroll = useCallback(function (windowScroll, options) { !!whileDraggingRef.current ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var previous = previousRef.current; var ref = previous.getDroppableRef(); !ref ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var env = getEnv(ref); var dragging = { ref: ref, descriptor: descriptor, env: env, scrollOptions: options }; whileDraggingRef.current = dragging; var dimension = getDimension({ ref: ref, descriptor: descriptor, env: env, windowScroll: windowScroll, direction: previous.direction, isDropDisabled: previous.isDropDisabled, isCombineEnabled: previous.isCombineEnabled, shouldClipSubject: !previous.ignoreContainerClipping }); var scrollable = env.closestScrollable; if (scrollable) { scrollable.setAttribute(scrollContainer.contextId, appContext.contextId); scrollable.addEventListener('scroll', onClosestScroll, getListenerOptions(dragging.scrollOptions)); if (false) {} } return dimension; }, [appContext.contextId, descriptor, onClosestScroll, previousRef]); var getScrollWhileDragging = useCallback(function () { var dragging = whileDraggingRef.current; var closest = getClosestScrollableFromDrag(dragging); !(dragging && closest) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; return getScroll$1(closest); }, []); var dragStopped = useCallback(function () { var dragging = whileDraggingRef.current; !dragging ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var closest = getClosestScrollableFromDrag(dragging); whileDraggingRef.current = null; if (!closest) { return; } scheduleScrollUpdate.cancel(); closest.removeAttribute(scrollContainer.contextId); closest.removeEventListener('scroll', onClosestScroll, getListenerOptions(dragging.scrollOptions)); }, [onClosestScroll, scheduleScrollUpdate]); var scroll = useCallback(function (change) { var dragging = whileDraggingRef.current; !dragging ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var closest = getClosestScrollableFromDrag(dragging); !closest ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; closest.scrollTop += change.y; closest.scrollLeft += change.x; }, []); var callbacks = useMemo(function () { return { getDimensionAndWatchScroll: getDimensionAndWatchScroll, getScrollWhileDragging: getScrollWhileDragging, dragStopped: dragStopped, scroll: scroll }; }, [dragStopped, getDimensionAndWatchScroll, getScrollWhileDragging, scroll]); var entry = useMemo(function () { return { uniqueId: uniqueId, descriptor: descriptor, callbacks: callbacks }; }, [callbacks, descriptor, uniqueId]); react_beautiful_dnd_esm_useIsomorphicLayoutEffect(function () { publishedDescriptorRef.current = entry.descriptor; registry.droppable.register(entry); return function () { if (whileDraggingRef.current) { false ? 0 : void 0; dragStopped(); } registry.droppable.unregister(entry); }; }, [callbacks, descriptor, dragStopped, entry, marshal, registry.droppable]); react_beautiful_dnd_esm_useIsomorphicLayoutEffect(function () { if (!whileDraggingRef.current) { return; } marshal.updateDroppableIsEnabled(publishedDescriptorRef.current.id, !args.isDropDisabled); }, [args.isDropDisabled, marshal]); react_beautiful_dnd_esm_useIsomorphicLayoutEffect(function () { if (!whileDraggingRef.current) { return; } marshal.updateDroppableIsCombineEnabled(publishedDescriptorRef.current.id, args.isCombineEnabled); }, [args.isCombineEnabled, marshal]); } function noop$2() {} var empty = { width: 0, height: 0, margin: react_beautiful_dnd_esm_noSpacing }; var getSize = function getSize(_ref) { var isAnimatingOpenOnMount = _ref.isAnimatingOpenOnMount, placeholder = _ref.placeholder, animate = _ref.animate; if (isAnimatingOpenOnMount) { return empty; } if (animate === 'close') { return empty; } return { height: placeholder.client.borderBox.height, width: placeholder.client.borderBox.width, margin: placeholder.client.margin }; }; var getStyle = function getStyle(_ref2) { var isAnimatingOpenOnMount = _ref2.isAnimatingOpenOnMount, placeholder = _ref2.placeholder, animate = _ref2.animate; var size = getSize({ isAnimatingOpenOnMount: isAnimatingOpenOnMount, placeholder: placeholder, animate: animate }); return { display: placeholder.display, boxSizing: 'border-box', width: size.width, height: size.height, marginTop: size.margin.top, marginRight: size.margin.right, marginBottom: size.margin.bottom, marginLeft: size.margin.left, flexShrink: '0', flexGrow: '0', pointerEvents: 'none', transition: animate !== 'none' ? react_beautiful_dnd_esm_transitions.placeholder : null }; }; function Placeholder(props) { var animateOpenTimerRef = (0,react.useRef)(null); var tryClearAnimateOpenTimer = useCallback(function () { if (!animateOpenTimerRef.current) { return; } clearTimeout(animateOpenTimerRef.current); animateOpenTimerRef.current = null; }, []); var animate = props.animate, onTransitionEnd = props.onTransitionEnd, onClose = props.onClose, contextId = props.contextId; var _useState = (0,react.useState)(props.animate === 'open'), isAnimatingOpenOnMount = _useState[0], setIsAnimatingOpenOnMount = _useState[1]; (0,react.useEffect)(function () { if (!isAnimatingOpenOnMount) { return noop$2; } if (animate !== 'open') { tryClearAnimateOpenTimer(); setIsAnimatingOpenOnMount(false); return noop$2; } if (animateOpenTimerRef.current) { return noop$2; } animateOpenTimerRef.current = setTimeout(function () { animateOpenTimerRef.current = null; setIsAnimatingOpenOnMount(false); }); return tryClearAnimateOpenTimer; }, [animate, isAnimatingOpenOnMount, tryClearAnimateOpenTimer]); var onSizeChangeEnd = useCallback(function (event) { if (event.propertyName !== 'height') { return; } onTransitionEnd(); if (animate === 'close') { onClose(); } }, [animate, onClose, onTransitionEnd]); var style = getStyle({ isAnimatingOpenOnMount: isAnimatingOpenOnMount, animate: props.animate, placeholder: props.placeholder }); return react.createElement(props.placeholder.tagName, { style: style, 'data-rbd-placeholder-context-id': contextId, onTransitionEnd: onSizeChangeEnd, ref: props.innerRef }); } var Placeholder$1 = react.memo(Placeholder); var DroppableContext = react.createContext(null); function checkIsValidInnerRef(el) { !(el && isHtmlElement(el)) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; } function isBoolean(value) { return typeof value === 'boolean'; } function runChecks(args, checks) { checks.forEach(function (check) { return check(args); }); } var shared = [function required(_ref) { var props = _ref.props; !props.droppableId ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; !(typeof props.droppableId === 'string') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; }, function _boolean(_ref2) { var props = _ref2.props; !isBoolean(props.isDropDisabled) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; !isBoolean(props.isCombineEnabled) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; !isBoolean(props.ignoreContainerClipping) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; }, function ref(_ref3) { var getDroppableRef = _ref3.getDroppableRef; checkIsValidInnerRef(getDroppableRef()); }]; var standard = [function placeholder(_ref4) { var props = _ref4.props, getPlaceholderRef = _ref4.getPlaceholderRef; if (!props.placeholder) { return; } var ref = getPlaceholderRef(); if (ref) { return; } false ? 0 : void 0; }]; var virtual = [function hasClone(_ref5) { var props = _ref5.props; !props.renderClone ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; }, function hasNoPlaceholder(_ref6) { var getPlaceholderRef = _ref6.getPlaceholderRef; !!getPlaceholderRef() ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; }]; function useValidation(args) { useDevSetupWarning(function () { runChecks(args, shared); if (args.props.mode === 'standard') { runChecks(args, standard); } if (args.props.mode === 'virtual') { runChecks(args, virtual); } }); } var AnimateInOut = function (_React$PureComponent) { (0,inheritsLoose/* default */.Z)(AnimateInOut, _React$PureComponent); function AnimateInOut() { var _this; for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } _this = _React$PureComponent.call.apply(_React$PureComponent, [this].concat(args)) || this; _this.state = { isVisible: Boolean(_this.props.on), data: _this.props.on, animate: _this.props.shouldAnimate && _this.props.on ? 'open' : 'none' }; _this.onClose = function () { if (_this.state.animate !== 'close') { return; } _this.setState({ isVisible: false }); }; return _this; } AnimateInOut.getDerivedStateFromProps = function getDerivedStateFromProps(props, state) { if (!props.shouldAnimate) { return { isVisible: Boolean(props.on), data: props.on, animate: 'none' }; } if (props.on) { return { isVisible: true, data: props.on, animate: 'open' }; } if (state.isVisible) { return { isVisible: true, data: state.data, animate: 'close' }; } return { isVisible: false, animate: 'close', data: null }; }; var _proto = AnimateInOut.prototype; _proto.render = function render() { if (!this.state.isVisible) { return null; } var provided = { onClose: this.onClose, data: this.state.data, animate: this.state.animate }; return this.props.children(provided); }; return AnimateInOut; }(react.PureComponent); var zIndexOptions = { dragging: 5000, dropAnimating: 4500 }; var getDraggingTransition = function getDraggingTransition(shouldAnimateDragMovement, dropping) { if (dropping) { return react_beautiful_dnd_esm_transitions.drop(dropping.duration); } if (shouldAnimateDragMovement) { return react_beautiful_dnd_esm_transitions.snap; } return react_beautiful_dnd_esm_transitions.fluid; }; var getDraggingOpacity = function getDraggingOpacity(isCombining, isDropAnimating) { if (!isCombining) { return null; } return isDropAnimating ? combine.opacity.drop : combine.opacity.combining; }; var getShouldDraggingAnimate = function getShouldDraggingAnimate(dragging) { if (dragging.forceShouldAnimate != null) { return dragging.forceShouldAnimate; } return dragging.mode === 'SNAP'; }; function getDraggingStyle(dragging) { var dimension = dragging.dimension; var box = dimension.client; var offset = dragging.offset, combineWith = dragging.combineWith, dropping = dragging.dropping; var isCombining = Boolean(combineWith); var shouldAnimate = getShouldDraggingAnimate(dragging); var isDropAnimating = Boolean(dropping); var transform = isDropAnimating ? transforms.drop(offset, isCombining) : transforms.moveTo(offset); var style = { position: 'fixed', top: box.marginBox.top, left: box.marginBox.left, boxSizing: 'border-box', width: box.borderBox.width, height: box.borderBox.height, transition: getDraggingTransition(shouldAnimate, dropping), transform: transform, opacity: getDraggingOpacity(isCombining, isDropAnimating), zIndex: isDropAnimating ? zIndexOptions.dropAnimating : zIndexOptions.dragging, pointerEvents: 'none' }; return style; } function getSecondaryStyle(secondary) { return { transform: transforms.moveTo(secondary.offset), transition: secondary.shouldAnimateDisplacement ? null : 'none' }; } function getStyle$1(mapped) { return mapped.type === 'DRAGGING' ? getDraggingStyle(mapped) : getSecondaryStyle(mapped); } function getDimension$1(descriptor, el, windowScroll) { if (windowScroll === void 0) { windowScroll = origin; } var computedStyles = window.getComputedStyle(el); var borderBox = el.getBoundingClientRect(); var client = calculateBox(borderBox, computedStyles); var page = withScroll(client, windowScroll); var placeholder = { client: client, tagName: el.tagName.toLowerCase(), display: computedStyles.display }; var displaceBy = { x: client.marginBox.width, y: client.marginBox.height }; var dimension = { descriptor: descriptor, placeholder: placeholder, displaceBy: displaceBy, client: client, page: page }; return dimension; } function useDraggablePublisher(args) { var uniqueId = useUniqueId('draggable'); var descriptor = args.descriptor, registry = args.registry, getDraggableRef = args.getDraggableRef, canDragInteractiveElements = args.canDragInteractiveElements, shouldRespectForcePress = args.shouldRespectForcePress, isEnabled = args.isEnabled; var options = useMemo(function () { return { canDragInteractiveElements: canDragInteractiveElements, shouldRespectForcePress: shouldRespectForcePress, isEnabled: isEnabled }; }, [canDragInteractiveElements, isEnabled, shouldRespectForcePress]); var getDimension = useCallback(function (windowScroll) { var el = getDraggableRef(); !el ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; return getDimension$1(descriptor, el, windowScroll); }, [descriptor, getDraggableRef]); var entry = useMemo(function () { return { uniqueId: uniqueId, descriptor: descriptor, options: options, getDimension: getDimension }; }, [descriptor, getDimension, options, uniqueId]); var publishedRef = (0,react.useRef)(entry); var isFirstPublishRef = (0,react.useRef)(true); react_beautiful_dnd_esm_useIsomorphicLayoutEffect(function () { registry.draggable.register(publishedRef.current); return function () { return registry.draggable.unregister(publishedRef.current); }; }, [registry.draggable]); react_beautiful_dnd_esm_useIsomorphicLayoutEffect(function () { if (isFirstPublishRef.current) { isFirstPublishRef.current = false; return; } var last = publishedRef.current; publishedRef.current = entry; registry.draggable.update(entry, last); }, [entry, registry.draggable]); } function useValidation$1(props, contextId, getRef) { useDevSetupWarning(function () { function prefix(id) { return "Draggable[id: " + id + "]: "; } var id = props.draggableId; !id ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; !(typeof id === 'string') ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; !isInteger(props.index) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; if (props.mapped.type === 'DRAGGING') { return; } checkIsValidInnerRef(getRef()); if (props.isEnabled) { !findDragHandle(contextId, id) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; } }); } function useClonePropValidation(isClone) { useDev(function () { var initialRef = (0,react.useRef)(isClone); useDevSetupWarning(function () { !(isClone === initialRef.current) ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; }, [isClone]); }); } function preventHtml5Dnd(event) { event.preventDefault(); } function Draggable(props) { var ref = (0,react.useRef)(null); var setRef = useCallback(function (el) { ref.current = el; }, []); var getRef = useCallback(function () { return ref.current; }, []); var _useRequiredContext = useRequiredContext(AppContext), contextId = _useRequiredContext.contextId, dragHandleUsageInstructionsId = _useRequiredContext.dragHandleUsageInstructionsId, registry = _useRequiredContext.registry; var _useRequiredContext2 = useRequiredContext(DroppableContext), type = _useRequiredContext2.type, droppableId = _useRequiredContext2.droppableId; var descriptor = useMemo(function () { return { id: props.draggableId, index: props.index, type: type, droppableId: droppableId }; }, [props.draggableId, props.index, type, droppableId]); var children = props.children, draggableId = props.draggableId, isEnabled = props.isEnabled, shouldRespectForcePress = props.shouldRespectForcePress, canDragInteractiveElements = props.canDragInteractiveElements, isClone = props.isClone, mapped = props.mapped, dropAnimationFinishedAction = props.dropAnimationFinished; useValidation$1(props, contextId, getRef); useClonePropValidation(isClone); if (!isClone) { var forPublisher = useMemo(function () { return { descriptor: descriptor, registry: registry, getDraggableRef: getRef, canDragInteractiveElements: canDragInteractiveElements, shouldRespectForcePress: shouldRespectForcePress, isEnabled: isEnabled }; }, [descriptor, registry, getRef, canDragInteractiveElements, shouldRespectForcePress, isEnabled]); useDraggablePublisher(forPublisher); } var dragHandleProps = useMemo(function () { return isEnabled ? { tabIndex: 0, role: 'button', 'aria-describedby': dragHandleUsageInstructionsId, 'data-rbd-drag-handle-draggable-id': draggableId, 'data-rbd-drag-handle-context-id': contextId, draggable: false, onDragStart: preventHtml5Dnd } : null; }, [contextId, dragHandleUsageInstructionsId, draggableId, isEnabled]); var onMoveEnd = useCallback(function (event) { if (mapped.type !== 'DRAGGING') { return; } if (!mapped.dropping) { return; } if (event.propertyName !== 'transform') { return; } dropAnimationFinishedAction(); }, [dropAnimationFinishedAction, mapped]); var provided = useMemo(function () { var style = getStyle$1(mapped); var onTransitionEnd = mapped.type === 'DRAGGING' && mapped.dropping ? onMoveEnd : null; var result = { innerRef: setRef, draggableProps: { 'data-rbd-draggable-context-id': contextId, 'data-rbd-draggable-id': draggableId, style: style, onTransitionEnd: onTransitionEnd }, dragHandleProps: dragHandleProps }; return result; }, [contextId, dragHandleProps, draggableId, mapped, onMoveEnd, setRef]); var rubric = useMemo(function () { return { draggableId: descriptor.id, type: descriptor.type, source: { index: descriptor.index, droppableId: descriptor.droppableId } }; }, [descriptor.droppableId, descriptor.id, descriptor.index, descriptor.type]); return children(provided, mapped.snapshot, rubric); } var isStrictEqual = (function (a, b) { return a === b; }); var whatIsDraggedOverFromResult = (function (result) { var combine = result.combine, destination = result.destination; if (destination) { return destination.droppableId; } if (combine) { return combine.droppableId; } return null; }); var getCombineWithFromResult = function getCombineWithFromResult(result) { return result.combine ? result.combine.draggableId : null; }; var getCombineWithFromImpact = function getCombineWithFromImpact(impact) { return impact.at && impact.at.type === 'COMBINE' ? impact.at.combine.draggableId : null; }; function getDraggableSelector() { var memoizedOffset = memoize_one_esm(function (x, y) { return { x: x, y: y }; }); var getMemoizedSnapshot = memoize_one_esm(function (mode, isClone, draggingOver, combineWith, dropping) { return { isDragging: true, isClone: isClone, isDropAnimating: Boolean(dropping), dropAnimation: dropping, mode: mode, draggingOver: draggingOver, combineWith: combineWith, combineTargetFor: null }; }); var getMemoizedProps = memoize_one_esm(function (offset, mode, dimension, isClone, draggingOver, combineWith, forceShouldAnimate) { return { mapped: { type: 'DRAGGING', dropping: null, draggingOver: draggingOver, combineWith: combineWith, mode: mode, offset: offset, dimension: dimension, forceShouldAnimate: forceShouldAnimate, snapshot: getMemoizedSnapshot(mode, isClone, draggingOver, combineWith, null) } }; }); var selector = function selector(state, ownProps) { if (state.isDragging) { if (state.critical.draggable.id !== ownProps.draggableId) { return null; } var offset = state.current.client.offset; var dimension = state.dimensions.draggables[ownProps.draggableId]; var draggingOver = whatIsDraggedOver(state.impact); var combineWith = getCombineWithFromImpact(state.impact); var forceShouldAnimate = state.forceShouldAnimate; return getMemoizedProps(memoizedOffset(offset.x, offset.y), state.movementMode, dimension, ownProps.isClone, draggingOver, combineWith, forceShouldAnimate); } if (state.phase === 'DROP_ANIMATING') { var completed = state.completed; if (completed.result.draggableId !== ownProps.draggableId) { return null; } var isClone = ownProps.isClone; var _dimension = state.dimensions.draggables[ownProps.draggableId]; var result = completed.result; var mode = result.mode; var _draggingOver = whatIsDraggedOverFromResult(result); var _combineWith = getCombineWithFromResult(result); var duration = state.dropDuration; var dropping = { duration: duration, curve: curves.drop, moveTo: state.newHomeClientOffset, opacity: _combineWith ? combine.opacity.drop : null, scale: _combineWith ? combine.scale.drop : null }; return { mapped: { type: 'DRAGGING', offset: state.newHomeClientOffset, dimension: _dimension, dropping: dropping, draggingOver: _draggingOver, combineWith: _combineWith, mode: mode, forceShouldAnimate: null, snapshot: getMemoizedSnapshot(mode, isClone, _draggingOver, _combineWith, dropping) } }; } return null; }; return selector; } function getSecondarySnapshot(combineTargetFor) { return { isDragging: false, isDropAnimating: false, isClone: false, dropAnimation: null, mode: null, draggingOver: null, combineTargetFor: combineTargetFor, combineWith: null }; } var atRest = { mapped: { type: 'SECONDARY', offset: origin, combineTargetFor: null, shouldAnimateDisplacement: true, snapshot: getSecondarySnapshot(null) } }; function getSecondarySelector() { var memoizedOffset = memoize_one_esm(function (x, y) { return { x: x, y: y }; }); var getMemoizedSnapshot = memoize_one_esm(getSecondarySnapshot); var getMemoizedProps = memoize_one_esm(function (offset, combineTargetFor, shouldAnimateDisplacement) { if (combineTargetFor === void 0) { combineTargetFor = null; } return { mapped: { type: 'SECONDARY', offset: offset, combineTargetFor: combineTargetFor, shouldAnimateDisplacement: shouldAnimateDisplacement, snapshot: getMemoizedSnapshot(combineTargetFor) } }; }); var getFallback = function getFallback(combineTargetFor) { return combineTargetFor ? getMemoizedProps(origin, combineTargetFor, true) : null; }; var getProps = function getProps(ownId, draggingId, impact, afterCritical) { var visualDisplacement = impact.displaced.visible[ownId]; var isAfterCriticalInVirtualList = Boolean(afterCritical.inVirtualList && afterCritical.effected[ownId]); var combine = tryGetCombine(impact); var combineTargetFor = combine && combine.draggableId === ownId ? draggingId : null; if (!visualDisplacement) { if (!isAfterCriticalInVirtualList) { return getFallback(combineTargetFor); } if (impact.displaced.invisible[ownId]) { return null; } var change = negate(afterCritical.displacedBy.point); var _offset = memoizedOffset(change.x, change.y); return getMemoizedProps(_offset, combineTargetFor, true); } if (isAfterCriticalInVirtualList) { return getFallback(combineTargetFor); } var displaceBy = impact.displacedBy.point; var offset = memoizedOffset(displaceBy.x, displaceBy.y); return getMemoizedProps(offset, combineTargetFor, visualDisplacement.shouldAnimate); }; var selector = function selector(state, ownProps) { if (state.isDragging) { if (state.critical.draggable.id === ownProps.draggableId) { return null; } return getProps(ownProps.draggableId, state.critical.draggable.id, state.impact, state.afterCritical); } if (state.phase === 'DROP_ANIMATING') { var completed = state.completed; if (completed.result.draggableId === ownProps.draggableId) { return null; } return getProps(ownProps.draggableId, completed.result.draggableId, completed.impact, completed.afterCritical); } return null; }; return selector; } var makeMapStateToProps = function makeMapStateToProps() { var draggingSelector = getDraggableSelector(); var secondarySelector = getSecondarySelector(); var selector = function selector(state, ownProps) { return draggingSelector(state, ownProps) || secondarySelector(state, ownProps) || atRest; }; return selector; }; var react_beautiful_dnd_esm_mapDispatchToProps = { dropAnimationFinished: dropAnimationFinished }; var ConnectedDraggable = connect(makeMapStateToProps, react_beautiful_dnd_esm_mapDispatchToProps, null, { context: StoreContext, pure: true, areStatePropsEqual: isStrictEqual })(Draggable); function PrivateDraggable(props) { var droppableContext = useRequiredContext(DroppableContext); var isUsingCloneFor = droppableContext.isUsingCloneFor; if (isUsingCloneFor === props.draggableId && !props.isClone) { return null; } return react.createElement(ConnectedDraggable, props); } function PublicDraggable(props) { var isEnabled = typeof props.isDragDisabled === 'boolean' ? !props.isDragDisabled : true; var canDragInteractiveElements = Boolean(props.disableInteractiveElementBlocking); var shouldRespectForcePress = Boolean(props.shouldRespectForcePress); return react.createElement(PrivateDraggable, (0,esm_extends/* default */.Z)({}, props, { isClone: false, isEnabled: isEnabled, canDragInteractiveElements: canDragInteractiveElements, shouldRespectForcePress: shouldRespectForcePress })); } function Droppable(props) { var appContext = (0,react.useContext)(AppContext); !appContext ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; var contextId = appContext.contextId, isMovementAllowed = appContext.isMovementAllowed; var droppableRef = (0,react.useRef)(null); var placeholderRef = (0,react.useRef)(null); var children = props.children, droppableId = props.droppableId, type = props.type, mode = props.mode, direction = props.direction, ignoreContainerClipping = props.ignoreContainerClipping, isDropDisabled = props.isDropDisabled, isCombineEnabled = props.isCombineEnabled, snapshot = props.snapshot, useClone = props.useClone, updateViewportMaxScroll = props.updateViewportMaxScroll, getContainerForClone = props.getContainerForClone; var getDroppableRef = useCallback(function () { return droppableRef.current; }, []); var setDroppableRef = useCallback(function (value) { droppableRef.current = value; }, []); var getPlaceholderRef = useCallback(function () { return placeholderRef.current; }, []); var setPlaceholderRef = useCallback(function (value) { placeholderRef.current = value; }, []); useValidation({ props: props, getDroppableRef: getDroppableRef, getPlaceholderRef: getPlaceholderRef }); var onPlaceholderTransitionEnd = useCallback(function () { if (isMovementAllowed()) { updateViewportMaxScroll({ maxScroll: getMaxWindowScroll() }); } }, [isMovementAllowed, updateViewportMaxScroll]); useDroppablePublisher({ droppableId: droppableId, type: type, mode: mode, direction: direction, isDropDisabled: isDropDisabled, isCombineEnabled: isCombineEnabled, ignoreContainerClipping: ignoreContainerClipping, getDroppableRef: getDroppableRef }); var placeholder = react.createElement(AnimateInOut, { on: props.placeholder, shouldAnimate: props.shouldAnimatePlaceholder }, function (_ref) { var onClose = _ref.onClose, data = _ref.data, animate = _ref.animate; return react.createElement(Placeholder$1, { placeholder: data, onClose: onClose, innerRef: setPlaceholderRef, animate: animate, contextId: contextId, onTransitionEnd: onPlaceholderTransitionEnd }); }); var provided = useMemo(function () { return { innerRef: setDroppableRef, placeholder: placeholder, droppableProps: { 'data-rbd-droppable-id': droppableId, 'data-rbd-droppable-context-id': contextId } }; }, [contextId, droppableId, placeholder, setDroppableRef]); var isUsingCloneFor = useClone ? useClone.dragging.draggableId : null; var droppableContext = useMemo(function () { return { droppableId: droppableId, type: type, isUsingCloneFor: isUsingCloneFor }; }, [droppableId, isUsingCloneFor, type]); function getClone() { if (!useClone) { return null; } var dragging = useClone.dragging, render = useClone.render; var node = react.createElement(PrivateDraggable, { draggableId: dragging.draggableId, index: dragging.source.index, isClone: true, isEnabled: true, shouldRespectForcePress: false, canDragInteractiveElements: true }, function (draggableProvided, draggableSnapshot) { return render(draggableProvided, draggableSnapshot, dragging); }); return react_dom.createPortal(node, getContainerForClone()); } return react.createElement(DroppableContext.Provider, { value: droppableContext }, children(provided, snapshot), getClone()); } var isMatchingType = function isMatchingType(type, critical) { return type === critical.droppable.type; }; var getDraggable = function getDraggable(critical, dimensions) { return dimensions.draggables[critical.draggable.id]; }; var makeMapStateToProps$1 = function makeMapStateToProps() { var idleWithAnimation = { placeholder: null, shouldAnimatePlaceholder: true, snapshot: { isDraggingOver: false, draggingOverWith: null, draggingFromThisWith: null, isUsingPlaceholder: false }, useClone: null }; var idleWithoutAnimation = (0,esm_extends/* default */.Z)({}, idleWithAnimation, { shouldAnimatePlaceholder: false }); var getDraggableRubric = memoize_one_esm(function (descriptor) { return { draggableId: descriptor.id, type: descriptor.type, source: { index: descriptor.index, droppableId: descriptor.droppableId } }; }); var getMapProps = memoize_one_esm(function (id, isEnabled, isDraggingOverForConsumer, isDraggingOverForImpact, dragging, renderClone) { var draggableId = dragging.descriptor.id; var isHome = dragging.descriptor.droppableId === id; if (isHome) { var useClone = renderClone ? { render: renderClone, dragging: getDraggableRubric(dragging.descriptor) } : null; var _snapshot = { isDraggingOver: isDraggingOverForConsumer, draggingOverWith: isDraggingOverForConsumer ? draggableId : null, draggingFromThisWith: draggableId, isUsingPlaceholder: true }; return { placeholder: dragging.placeholder, shouldAnimatePlaceholder: false, snapshot: _snapshot, useClone: useClone }; } if (!isEnabled) { return idleWithoutAnimation; } if (!isDraggingOverForImpact) { return idleWithAnimation; } var snapshot = { isDraggingOver: isDraggingOverForConsumer, draggingOverWith: draggableId, draggingFromThisWith: null, isUsingPlaceholder: true }; return { placeholder: dragging.placeholder, shouldAnimatePlaceholder: true, snapshot: snapshot, useClone: null }; }); var selector = function selector(state, ownProps) { var id = ownProps.droppableId; var type = ownProps.type; var isEnabled = !ownProps.isDropDisabled; var renderClone = ownProps.renderClone; if (state.isDragging) { var critical = state.critical; if (!isMatchingType(type, critical)) { return idleWithoutAnimation; } var dragging = getDraggable(critical, state.dimensions); var isDraggingOver = whatIsDraggedOver(state.impact) === id; return getMapProps(id, isEnabled, isDraggingOver, isDraggingOver, dragging, renderClone); } if (state.phase === 'DROP_ANIMATING') { var completed = state.completed; if (!isMatchingType(type, completed.critical)) { return idleWithoutAnimation; } var _dragging = getDraggable(completed.critical, state.dimensions); return getMapProps(id, isEnabled, whatIsDraggedOverFromResult(completed.result) === id, whatIsDraggedOver(completed.impact) === id, _dragging, renderClone); } if (state.phase === 'IDLE' && state.completed && !state.shouldFlush) { var _completed = state.completed; if (!isMatchingType(type, _completed.critical)) { return idleWithoutAnimation; } var wasOver = whatIsDraggedOver(_completed.impact) === id; var wasCombining = Boolean(_completed.impact.at && _completed.impact.at.type === 'COMBINE'); var isHome = _completed.critical.droppable.id === id; if (wasOver) { return wasCombining ? idleWithAnimation : idleWithoutAnimation; } if (isHome) { return idleWithAnimation; } return idleWithoutAnimation; } return idleWithoutAnimation; }; return selector; }; var mapDispatchToProps$1 = { updateViewportMaxScroll: updateViewportMaxScroll }; function getBody() { !document.body ? false ? 0 : react_beautiful_dnd_esm_invariant(false) : void 0; return document.body; } var react_beautiful_dnd_esm_defaultProps = { mode: 'standard', type: 'DEFAULT', direction: 'vertical', isDropDisabled: false, isCombineEnabled: false, ignoreContainerClipping: false, renderClone: null, getContainerForClone: getBody }; var ConnectedDroppable = connect(makeMapStateToProps$1, mapDispatchToProps$1, null, { context: StoreContext, pure: true, areStatePropsEqual: isStrictEqual })(Droppable); ConnectedDroppable.defaultProps = react_beautiful_dnd_esm_defaultProps; ;// CONCATENATED MODULE: ./src/js/utils/cookies.js /** * Get cookie util * * @param {string} cname */ // Get cookie function getCookie(name) { var value = "; ".concat(document.cookie); var parts = value.split("; ".concat(name, "=")); if (parts.length === 2) return parts.pop().split(";").shift(); return false; } // Set cookie function setCookie(cname, value) { document.cookie = cname + "=" + value; } ;// CONCATENATED MODULE: ./src/js/utils/ImportData.js function ImportData(currentGroup, foundGroup, foundButtons, foundMenuButton) { var index = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : null; var redirect = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : false; var dispatch = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : window.store.dispatch; var state = arguments.length > 7 && arguments[7] !== undefined ? arguments[7] : window.store.getState(); // Should import into a group if (currentGroup) { if (foundGroup && foundButtons) { // Replace Current Group console.log("Replace current group"); // addGroup(foundGroup); replaceGroup(currentGroup.id, foundGroup, foundButtons, dispatch, state); } if (foundButtons && !foundGroup) { // Add Buttons into current group console.log("Add Buttons into current group"); foundButtons.map(function (button, key) { // Do not import if (Object.keys(button).length === 0) return false; addButton(button, currentGroup.id, index !== null ? index : currentGroup.children.length + key + 1, dispatch, redirect); }); } } // Should create a new group else if (foundGroup && !currentGroup) { console.log("Should create a new group"); importGroup(foundGroup, foundButtons, foundMenuButton, index, dispatch); } else if (foundButtons && !foundGroup && !currentGroup) { console.log("Should create a new group with imported button"); importGroup(foundGroup, foundButtons, foundMenuButton, index, dispatch); } } function ImportRawData(data, index, currentGroup, redirect) { var foundGroup, foundButtons, foundMenuButton; try { var parsedResult = typeof data === "string" ? JSON.parse(data) : data; // Malformed data if (!parsedResult.export_type || parsedResult.export_type === "group" && !parsedResult.buttons) { throw new Error(translate_translate("import_export.import.warning.invalid")); } // Import a group if (parsedResult.export_type === "group") { if (parsedResult.buttons.length === 0) { alert(translate_translate("import_export.import.warning.no_buttons")); return; } foundGroup = omit_default()(parsedResult.data, import_export.propertiesToOmit); foundButtons = parsedResult.buttons.map(function (button) { return omit_default()(button, import_export.propertiesToOmit); }); if (parsedResult.menu_button) foundMenuButton = omit_default()(parsedResult.menu_button, import_export.propertiesToOmit); } // Import a button into group else if (parsedResult.export_type === "button") { foundGroup = false; foundButtons = [omit_default()(parsedResult, import_export.propertiesToOmit)]; } ImportData(currentGroup, foundGroup, foundButtons, foundMenuButton, index, redirect); } catch (e) { alert(translate_translate("import_export.import.warning.malformed")); } } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/TrashButton/TrashButton.js function TrashButton_extends() { TrashButton_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return TrashButton_extends.apply(this, arguments); } function TrashButton_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function TrashButton_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { TrashButton_ownKeys(Object(source), true).forEach(function (key) { TrashButton_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { TrashButton_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function TrashButton_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function TrashButton_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = TrashButton_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 TrashButton_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; } function TrashButton(_ref) { var _ref$disabled = _ref.disabled, disabled = _ref$disabled === void 0 ? false : _ref$disabled, _onClick = _ref.onClick, iconProps = _ref.iconProps, _ref$icon = _ref.icon, icon = _ref$icon === void 0 ? "fas fa-undo" : _ref$icon, props = TrashButton_objectWithoutProperties(_ref, ["disabled", "onClick", "iconProps", "icon"]); return /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, TrashButton_extends({ onClick: function onClick() { return _onClick(); }, disabled: disabled, size: "small", style: TrashButton_objectSpread({ fontSize: "14px", marginLeft: "5px", height: "30px", width: "30px", alignSelf: "center" }, props.style), color: "primary" }, props), /*#__PURE__*/react.createElement(esm_Icon_Icon, TrashButton_extends({ fontSize: "inherit", className: icon }, iconProps))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/FileDragAndDrop/FileDragAndDrop.js function FileDragAndDrop_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { FileDragAndDrop_typeof = function _typeof(obj) { return typeof obj; }; } else { FileDragAndDrop_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return FileDragAndDrop_typeof(obj); } function FileDragAndDrop_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function FileDragAndDrop_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function FileDragAndDrop_createClass(Constructor, protoProps, staticProps) { if (protoProps) FileDragAndDrop_defineProperties(Constructor.prototype, protoProps); if (staticProps) FileDragAndDrop_defineProperties(Constructor, staticProps); return Constructor; } function FileDragAndDrop_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } function FileDragAndDrop_createSuper(Derived) { var hasNativeReflectConstruct = FileDragAndDrop_isNativeReflectConstruct(); return function _createSuperInternal() { var Super = FileDragAndDrop_getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = FileDragAndDrop_getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return FileDragAndDrop_possibleConstructorReturn(this, result); }; } function FileDragAndDrop_possibleConstructorReturn(self, call) { if (call && (FileDragAndDrop_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } function FileDragAndDrop_isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } function FileDragAndDrop_getPrototypeOf(o) { FileDragAndDrop_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return FileDragAndDrop_getPrototypeOf(o); } function FileDragAndDrop_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } var FileDragAndDrop_styles = function styles(theme) { return { border: { border: "dashed ".concat(theme.palette.primary.main, " 3px"), backgroundColor: "rgba(255,255,255,.8)", position: "absolute", top: 0, bottom: 0, left: 0, right: 0, zIndex: 9999, display: "flex", alignItems: "center", justifyContent: "center" }, text: { fontSize: "35px", color: theme.palette.primary.main } }; }; var FileDragAndDrop = /*#__PURE__*/function (_Component) { FileDragAndDrop_inherits(FileDragAndDrop, _Component); var _super = FileDragAndDrop_createSuper(FileDragAndDrop); function FileDragAndDrop() { var _this; FileDragAndDrop_classCallCheck(this, FileDragAndDrop); for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } _this = _super.call.apply(_super, [this].concat(args)); FileDragAndDrop_defineProperty(_assertThisInitialized(_this), "state", { drag: false }); FileDragAndDrop_defineProperty(_assertThisInitialized(_this), "dropRef", /*#__PURE__*/react.createRef()); FileDragAndDrop_defineProperty(_assertThisInitialized(_this), "handleDrag", function (e) { e.preventDefault(); e.stopPropagation(); }); FileDragAndDrop_defineProperty(_assertThisInitialized(_this), "handleDragIn", function (e) { e.preventDefault(); e.stopPropagation(); _this.dragCounter++; if (e.dataTransfer.items && e.dataTransfer.items.length > 0) { _this.setState({ drag: true }); } }); FileDragAndDrop_defineProperty(_assertThisInitialized(_this), "handleDragOut", function (e) { e.preventDefault(); e.stopPropagation(); _this.dragCounter--; if (_this.dragCounter === 0) { _this.setState({ drag: false }); } }); FileDragAndDrop_defineProperty(_assertThisInitialized(_this), "handleDrop", function (e) { e.preventDefault(); e.stopPropagation(); _this.setState({ drag: false }); if (e.dataTransfer.files && e.dataTransfer.files.length > 0) { _this.props.handleDrop(e.dataTransfer.files); e.dataTransfer.clearData(); _this.dragCounter = 0; } }); return _this; } FileDragAndDrop_createClass(FileDragAndDrop, [{ key: "componentDidMount", value: function componentDidMount() { var div = this.dropRef.current; div.addEventListener("dragenter", this.handleDragIn); div.addEventListener("dragleave", this.handleDragOut); div.addEventListener("dragover", this.handleDrag); div.addEventListener("drop", this.handleDrop); } }, { key: "componentWillUnmount", value: function componentWillUnmount() { var div = this.dropRef.current; div.removeEventListener("dragenter", this.handleDragIn); div.removeEventListener("dragleave", this.handleDragOut); div.removeEventListener("dragover", this.handleDrag); div.removeEventListener("drop", this.handleDrop); } }, { key: "render", value: function render() { var classes = this.props.classes; return /*#__PURE__*/react.createElement("div", { style: { display: "inline-block", position: "relative" }, ref: this.dropRef }, this.state.drag && /*#__PURE__*/react.createElement("div", { className: classes.border }, /*#__PURE__*/react.createElement("span", { className: classes.text }, translate_translate("import_export.import.drag_drop"))), this.props.children); } }]); return FileDragAndDrop; }(react.Component); /* harmony default export */ var FileDragAndDrop_FileDragAndDrop = ((0,withStyles/* default */.Z)(FileDragAndDrop_styles)(FileDragAndDrop)); // EXTERNAL MODULE: ./node_modules/lodash/cloneDeep.js var cloneDeep = __webpack_require__(50361); var cloneDeep_default = /*#__PURE__*/__webpack_require__.n(cloneDeep); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Containers/ContainerActions/ImportButton.js function ImportButton_asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } } function ImportButton_asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { ImportButton_asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { ImportButton_asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; } function ImportButton_slicedToArray(arr, i) { return ImportButton_arrayWithHoles(arr) || ImportButton_iterableToArrayLimit(arr, i) || ImportButton_unsupportedIterableToArray(arr, i) || ImportButton_nonIterableRest(); } function ImportButton_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 ImportButton_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ImportButton_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 ImportButton_arrayLikeToArray(o, minLen); } function ImportButton_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 ImportButton_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function ImportButton_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function ImportButton(_ref) { var _ref$isGroup = _ref.isGroup, isGroup = _ref$isGroup === void 0 ? true : _ref$isGroup, _ref$currentGroup = _ref.currentGroup, currentGroup = _ref$currentGroup === void 0 ? null : _ref$currentGroup, _ref$label = _ref.label, label = _ref$label === void 0 ? "Import Group" : _ref$label, index = _ref.index, _ref$kbLink = _ref.kbLink, kbLink = _ref$kbLink === void 0 ? null : _ref$kbLink, inDropdown = _ref.inDropdown, onClose = _ref.onClose; var _useState = (0,react.useState)(false), _useState2 = ImportButton_slicedToArray(_useState, 2), dialogOpened = _useState2[0], setDialogOpened = _useState2[1]; var _useState3 = (0,react.useState)(false), _useState4 = ImportButton_slicedToArray(_useState3, 2), fileSelected = _useState4[0], setFileSelected = _useState4[1]; var _useState5 = (0,react.useState)(false), _useState6 = ImportButton_slicedToArray(_useState5, 2), foundButtons = _useState6[0], setFoundButtons = _useState6[1]; var _useState7 = (0,react.useState)(false), _useState8 = ImportButton_slicedToArray(_useState7, 2), foundGroup = _useState8[0], setFoundGroup = _useState8[1]; var importFileUploader = (0,react.useRef)(null); var onFileSelect = function onFileSelect(files) { // Get file var file = files[0]; // Read the file var readFile = new FileReader(); // After reading the file readFile.addEventListener("load", /*#__PURE__*/function () { var _ref2 = ImportButton_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(fileReaderEvent) { var result, fileResult, group, button, migratedData; return regeneratorRuntime.wrap(function _callee$(_context) { while (1) { switch (_context.prev = _context.next) { case 0: result = fileReaderEvent.target.result; _context.prev = 1; fileResult = JSON.parse(result); // Malformed data if (!(!fileResult.export_type || fileResult.export_type === "group" && !fileResult.buttons)) { _context.next = 5; break; } throw new Error(translate_translate("import_export.import.warning.invalid")); case 5: if (!isGroup) { _context.next = 28; break; } if (!(fileResult.export_type === "group")) { _context.next = 19; break; } if (!(fileResult.buttons.length === 0)) { _context.next = 10; break; } alert(translate_translate("import_export.import.warning.no_buttons")); return _context.abrupt("return"); case 10: group = fileResult; // An old export file. Might need migration if (!(!fileResult.export_migration_version || fileResult.export_migration_version !== buttonizer_admin.migration_version)) { _context.next = 15; break; } _context.next = 14; return migrateData(fileResult); case 14: group = _context.sent; case 15: setFoundGroup(omit_default()(group.data, import_export.propertiesToOmit)); setFoundButtons(group.buttons.map(function (button) { return omit_default()(button, import_export.propertiesToOmit); })); _context.next = 28; break; case 19: if (!(fileResult.export_type === "button")) { _context.next = 28; break; } button = fileResult; // An old export file. Might need migration if (!(!fileResult.export_migration_version || fileResult.export_migration_version !== buttonizer_admin.migration_version)) { _context.next = 26; break; } _context.next = 24; return migrateData({ data: fileResult }); case 24: migratedData = _context.sent; button = migratedData.data; case 26: setFoundGroup(false); setFoundButtons([omit_default()(button, import_export.propertiesToOmit)]); case 28: setFileSelected(true); _context.next = 35; break; case 31: _context.prev = 31; _context.t0 = _context["catch"](1); console.error(_context.t0); alert(translate_translate("import_export.import.warning.malformed")); case 35: case "end": return _context.stop(); } } }, _callee, null, [[1, 31]]); })); return function (_x) { return _ref2.apply(this, arguments); }; }()); readFile.readAsText(file); }; // Import the files var onImport = function onImport() { if (isGroup) { ImportData(currentGroup, foundGroup, foundButtons, index); } // Reset setFileSelected(null); setFoundButtons(false); setFoundGroup(false); setDialogOpened(false); }; return /*#__PURE__*/react.createElement(react.Fragment, null, inDropdown ? /*#__PURE__*/react.createElement(MenuItem_MenuItem, { onClick: function onClick() { return setDialogOpened(true); }, "data-testid": "import-into-group" }, /*#__PURE__*/react.createElement(ListItemIcon_ListItemIcon, null, /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "fas fa-file-import" })), /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "inherit" }, label)) : /*#__PURE__*/react.createElement(esm_Button_Button, { style: { fontSize: "14px" }, onClick: function onClick() { return setDialogOpened(true); }, color: "primary", variant: "text", size: "small", startIcon: /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "fas fa-file-import" }), "data-testid": "import-new-group" }, label), /*#__PURE__*/react.createElement(esm_Dialog_Dialog, { open: dialogOpened, onClose: function onClose() { return setDialogOpened(false); }, maxWidth: false, "aria-labelledby": "import-button-dialog-title", "aria-describedby": "import-button-dialog-description", "data-testid": "dialog:import-dialog" }, /*#__PURE__*/react.createElement(FileDragAndDrop_FileDragAndDrop, { handleDrop: function handleDrop(files) { if (files.length === 0) return; onFileSelect(files); } }, /*#__PURE__*/react.createElement(esm_DialogTitle_DialogTitle, { id: "import-button-dialog-title" }, "BETA: ", translate_translate("import_export.import.title")), /*#__PURE__*/react.createElement(esm_DialogContent_DialogContent, null, !fileSelected && /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(DialogContentText_DialogContentText, { id: "import-button-dialog-description", component: "div" }, currentGroup ? translate_translate("import_export.import.into_group.text") : translate_translate("import_export.import.new_group.text"), " ", translate_translate("import_export.import.select_please")), /*#__PURE__*/react.createElement(esm_Button_Button, { variant: "contained", fullWidth: true, startIcon: /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "fas fa-file-import", style: { marginRight: 10 } }), style: { padding: "10px 20px", marginBottom: 15 }, onClick: function onClick() { return importFileUploader.current.click(); } }, translate_translate("import_export.import.select_click")), /*#__PURE__*/react.createElement("input", { type: "file", id: "input", "data-testid": "import-input", ref: importFileUploader, accept: "application/JSON", onChange: function onChange(e) { if (e.target.files.length === 0) return; onFileSelect(e.target.files); }, style: { overflow: "hidden", width: 0, height: 0 } })), fileSelected && /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(DialogContentText_DialogContentText, { component: "div" }, currentGroup && isGroup && foundGroup ? /*#__PURE__*/react.createElement("span", { dangerouslySetInnerHTML: { __html: translate_translate("import_export.import.warning.replace") } }) : !currentGroup && isGroup && !foundGroup && foundButtons ? "Create a new group including this button:" : translate_translate("import_export.import.warning.preview")), foundGroup && /*#__PURE__*/react.createElement(DialogContentText_DialogContentText, { "data-testid": "import-found-group", component: "div", key: foundGroup.id }, /*#__PURE__*/react.createElement("i", null, translate_translate("common.group"), " "), ":", " ", dlv_umd_default()(foundGroup, "name", "Unnamed"), ".", " ", /*#__PURE__*/react.createElement(PropertyList, { properties: foundGroup, type: "Group" }), /*#__PURE__*/react.createElement(TrashButton, { onClick: function onClick() { return setFoundGroup(false); }, "data-testid": "import-delete", size: "medium", icon: "fas fa-trash" })), foundButtons && foundButtons.map(function (button, key) { return /*#__PURE__*/react.createElement(DialogContentText_DialogContentText, { "data-testid": "import-found-buttons", component: "div", key: key }, /*#__PURE__*/react.createElement("i", null, translate_translate("common.button"), " ", key + 1, " "), ": ", dlv_umd_default()(button, "name", "Unnamed"), ".", /*#__PURE__*/react.createElement(PropertyList, { properties: button }), /*#__PURE__*/react.createElement(TrashButton, { disabled: foundButtons.length === 1, onClick: function onClick() { var currentButtons = cloneDeep_default()(foundButtons); currentButtons.splice(key, 1); setFoundButtons(currentButtons); }, "data-testid": "import-delete", size: "medium", icon: "fas fa-trash" })); }))), /*#__PURE__*/react.createElement("div", { style: kbLink && { display: "flex", justifyContent: "space-between", alignItems: "center ", paddingLeft: "24px" } }, /*#__PURE__*/react.createElement(KnowledgeBaseLink, { articleId: kbLink, tiny: true, setting: translate_translate("import_export.import_export") }), /*#__PURE__*/react.createElement(esm_DialogActions_DialogActions, null, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return setDialogOpened(false); }, color: "primary" }, translate_translate("modal.cancel")), fileSelected && /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return setFileSelected(null); }, color: "primary" }, translate_translate("import_export.import.reupload")), /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { onImport(); if (onClose) onClose(); }, color: "primary", disabled: !fileSelected || !foundGroup && !foundButtons, "data-testid": "import-commence" }, translate_translate("import_export.import.title"))))))); } function migrateData(data) { return new Promise(function (resolve, reject) { apiRequest("/import_migrate", { method: "POST", data: { data: data } }).then(function (_ref3) { var data = _ref3.data; if (data.success) { resolve(data.results); } })["catch"](function (e) { reject(e); console.error(e); console.error("Buttonizer: OH NO! ERROR: '" + e.statusText + "'. That's all we know... Please check your PHP logs or contact Buttonizer support if you need help."); console.error("Buttonizer: Visit our community on https://community.buttonizer.pro/"); }); }); } ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/internal/SwitchBase.js var SwitchBase_styles = { root: { padding: 9 }, checked: {}, disabled: {}, input: { cursor: 'inherit', position: 'absolute', opacity: 0, width: '100%', height: '100%', top: 0, left: 0, margin: 0, padding: 0, zIndex: 1 } }; /** * @ignore - internal component. */ var SwitchBase = /*#__PURE__*/react.forwardRef(function SwitchBase(props, ref) { var autoFocus = props.autoFocus, checkedProp = props.checked, checkedIcon = props.checkedIcon, classes = props.classes, className = props.className, defaultChecked = props.defaultChecked, disabledProp = props.disabled, icon = props.icon, id = props.id, inputProps = props.inputProps, inputRef = props.inputRef, name = props.name, onBlur = props.onBlur, onChange = props.onChange, onFocus = props.onFocus, readOnly = props.readOnly, required = props.required, tabIndex = props.tabIndex, type = props.type, value = props.value, other = (0,objectWithoutProperties/* default */.Z)(props, ["autoFocus", "checked", "checkedIcon", "classes", "className", "defaultChecked", "disabled", "icon", "id", "inputProps", "inputRef", "name", "onBlur", "onChange", "onFocus", "readOnly", "required", "tabIndex", "type", "value"]); var _useControlled = (0,useControlled/* default */.Z)({ controlled: checkedProp, default: Boolean(defaultChecked), name: 'SwitchBase', state: 'checked' }), _useControlled2 = (0,slicedToArray/* default */.Z)(_useControlled, 2), checked = _useControlled2[0], setCheckedState = _useControlled2[1]; var muiFormControl = useFormControl_useFormControl(); var handleFocus = function handleFocus(event) { if (onFocus) { onFocus(event); } if (muiFormControl && muiFormControl.onFocus) { muiFormControl.onFocus(event); } }; var handleBlur = function handleBlur(event) { if (onBlur) { onBlur(event); } if (muiFormControl && muiFormControl.onBlur) { muiFormControl.onBlur(event); } }; var handleInputChange = function handleInputChange(event) { var newChecked = event.target.checked; setCheckedState(newChecked); if (onChange) { // TODO v5: remove the second argument. onChange(event, newChecked); } }; var disabled = disabledProp; if (muiFormControl) { if (typeof disabled === 'undefined') { disabled = muiFormControl.disabled; } } var hasLabelFor = type === 'checkbox' || type === 'radio'; return /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, (0,esm_extends/* default */.Z)({ component: "span", className: (0,clsx_m/* default */.Z)(classes.root, className, checked && classes.checked, disabled && classes.disabled), disabled: disabled, tabIndex: null, role: undefined, onFocus: handleFocus, onBlur: handleBlur, ref: ref }, other), /*#__PURE__*/react.createElement("input", (0,esm_extends/* default */.Z)({ autoFocus: autoFocus, checked: checkedProp, defaultChecked: defaultChecked, className: classes.input, disabled: disabled, id: hasLabelFor && id, name: name, onChange: handleInputChange, readOnly: readOnly, ref: inputRef, required: required, tabIndex: tabIndex, type: type, value: value }, inputProps)), checked ? checkedIcon : icon); }); // NB: If changed, please update Checkbox, Switch and Radio // so that the API documentation is updated. false ? 0 : void 0; /* harmony default export */ var internal_SwitchBase = ((0,withStyles/* default */.Z)(SwitchBase_styles, { name: 'PrivateSwitchBase' })(SwitchBase)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/internal/svg-icons/CheckBoxOutlineBlank.js /** * @ignore - internal component. */ /* harmony default export */ var CheckBoxOutlineBlank = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" }), 'CheckBoxOutlineBlank')); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/internal/svg-icons/CheckBox.js /** * @ignore - internal component. */ /* harmony default export */ var CheckBox = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z" }), 'CheckBox')); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/internal/svg-icons/IndeterminateCheckBox.js /** * @ignore - internal component. */ /* harmony default export */ var IndeterminateCheckBox = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z" }), 'IndeterminateCheckBox')); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Checkbox/Checkbox.js var Checkbox_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { color: theme.palette.text.secondary }, /* Pseudo-class applied to the root element if `checked={true}`. */ checked: {}, /* Pseudo-class applied to the root element if `disabled={true}`. */ disabled: {}, /* Pseudo-class applied to the root element if `indeterminate={true}`. */ indeterminate: {}, /* Styles applied to the root element if `color="primary"`. */ colorPrimary: { '&$checked': { color: theme.palette.primary.main, '&:hover': { backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.primary.main, theme.palette.action.hoverOpacity), // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: 'transparent' } } }, '&$disabled': { color: theme.palette.action.disabled } }, /* Styles applied to the root element if `color="secondary"`. */ colorSecondary: { '&$checked': { color: theme.palette.secondary.main, '&:hover': { backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.secondary.main, theme.palette.action.hoverOpacity), // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: 'transparent' } } }, '&$disabled': { color: theme.palette.action.disabled } } }; }; var defaultCheckedIcon = /*#__PURE__*/react.createElement(CheckBox, null); var defaultIcon = /*#__PURE__*/react.createElement(CheckBoxOutlineBlank, null); var defaultIndeterminateIcon = /*#__PURE__*/react.createElement(IndeterminateCheckBox, null); var Checkbox = /*#__PURE__*/react.forwardRef(function Checkbox(props, ref) { var _props$checkedIcon = props.checkedIcon, checkedIcon = _props$checkedIcon === void 0 ? defaultCheckedIcon : _props$checkedIcon, classes = props.classes, _props$color = props.color, color = _props$color === void 0 ? 'secondary' : _props$color, _props$icon = props.icon, iconProp = _props$icon === void 0 ? defaultIcon : _props$icon, _props$indeterminate = props.indeterminate, indeterminate = _props$indeterminate === void 0 ? false : _props$indeterminate, _props$indeterminateI = props.indeterminateIcon, indeterminateIconProp = _props$indeterminateI === void 0 ? defaultIndeterminateIcon : _props$indeterminateI, inputProps = props.inputProps, _props$size = props.size, size = _props$size === void 0 ? 'medium' : _props$size, other = (0,objectWithoutProperties/* default */.Z)(props, ["checkedIcon", "classes", "color", "icon", "indeterminate", "indeterminateIcon", "inputProps", "size"]); var icon = indeterminate ? indeterminateIconProp : iconProp; var indeterminateIcon = indeterminate ? indeterminateIconProp : checkedIcon; return /*#__PURE__*/react.createElement(internal_SwitchBase, (0,esm_extends/* default */.Z)({ type: "checkbox", classes: { root: (0,clsx_m/* default */.Z)(classes.root, classes["color".concat((0,utils_capitalize/* default */.Z)(color))], indeterminate && classes.indeterminate), checked: classes.checked, disabled: classes.disabled }, color: color, inputProps: (0,esm_extends/* default */.Z)({ 'data-indeterminate': indeterminate }, inputProps), icon: /*#__PURE__*/react.cloneElement(icon, { fontSize: icon.props.fontSize === undefined && size === "small" ? size : icon.props.fontSize }), checkedIcon: /*#__PURE__*/react.cloneElement(indeterminateIcon, { fontSize: indeterminateIcon.props.fontSize === undefined && size === "small" ? size : indeterminateIcon.props.fontSize }), ref: ref }, other)); }); false ? 0 : void 0; /* harmony default export */ var Checkbox_Checkbox = ((0,withStyles/* default */.Z)(Checkbox_styles, { name: 'MuiCheckbox' })(Checkbox)); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Chip/Chip.js + 1 modules var Chip = __webpack_require__(71267); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/PremiumTag/PremiumTag.js function PremiumTag() { return /*#__PURE__*/react.createElement("span", { className: "buttonizer-premium", "data-testid": "buttonizer-premium-tag" }); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Dialogs/TemplatesDialog/TemplateOptions.js function TemplateOptions_slicedToArray(arr, i) { return TemplateOptions_arrayWithHoles(arr) || TemplateOptions_iterableToArrayLimit(arr, i) || TemplateOptions_unsupportedIterableToArray(arr, i) || TemplateOptions_nonIterableRest(); } function TemplateOptions_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 TemplateOptions_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return TemplateOptions_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 TemplateOptions_arrayLikeToArray(o, minLen); } function TemplateOptions_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 TemplateOptions_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function TemplateOptions_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function TemplateOptions_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function TemplateOptions_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { TemplateOptions_ownKeys(Object(source), true).forEach(function (key) { TemplateOptions_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { TemplateOptions_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function TemplateOptions_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } var filteredList = function filteredList(importFilteredList, filterButtons, filterFrameDesign, filterPopularAction) { var filteredList = importFilteredList.filter(function (template) { // Filter correct buttons if (template.export_type !== filterButtons) { return false; } // Hide wrong menu styles if (filterButtons === "group" && filterFrameDesign.length !== 0) { if (!filterFrameDesign.includes(dlv_umd_default()(template, "group_type", "default"))) return false; } // Hide filtered button actions if (filterButtons === "button" && filterPopularAction.length !== 0) { if (!filterPopularAction.includes(dlv_umd_default()(template, "type", "url"))) return false; } return true; }); var defaultButton = { name: translate_translate("utils.new_button"), show_mobile: true, show_desktop: true, label: translate_translate("templates.first_button") }; if (filterButtons === "group") { filteredList.unshift({ data: { name: translate_translate("utils.new_group"), show_mobile: true, show_desktop: true }, buttons: [defaultButton], export_type: "group" }); } else if (filterButtons === "button") { filteredList.unshift(TemplateOptions_objectSpread(TemplateOptions_objectSpread({}, defaultButton), {}, { export_type: "button" })); } return filteredList; }; function TemplateOptions(_ref) { var index = _ref.index, currentGroup = _ref.currentGroup, onClose = _ref.onClose, returnedTemplates = _ref.returnedTemplates, filterButtons = _ref.filterButtons, filterFrameDesign = _ref.filterFrameDesign, filterPopularAction = _ref.filterPopularAction; var _useState = (0,react.useState)([]), _useState2 = TemplateOptions_slicedToArray(_useState, 2), importFilteredList = _useState2[0], setImportFilteredList = _useState2[1]; var _useState3 = (0,react.useState)(true), _useState4 = TemplateOptions_slicedToArray(_useState3, 2), isLoading = _useState4[0], setIsLoading = _useState4[1]; var _useState5 = (0,react.useState)([]), _useState6 = TemplateOptions_slicedToArray(_useState5, 2), selected = _useState6[0], setSelected = _useState6[1]; var filteredTemplateList = filteredList(importFilteredList, filterButtons, filterFrameDesign, filterPopularAction); var handleCheckboxSelect = function handleCheckboxSelect(id) { var selectedIndex = selected.indexOf(id); var newSelected = []; if (selectedIndex === -1) { newSelected = newSelected.concat(selected, id); } else if (selectedIndex === 0) { newSelected = newSelected.concat(selected.slice(1)); } else if (selectedIndex === selected.length - 1) { newSelected = newSelected.concat(selected.slice(0, -1)); } else if (selectedIndex > 0) { newSelected = newSelected.concat(selected.slice(0, selectedIndex), selected.slice(selectedIndex + 1)); } setSelected(newSelected); }; var handleSelectImport = function handleSelectImport() { var actualTemplates = selected.map(function (val) { return filteredTemplateList[val]; }); if (filterButtons === "button") { ImportData(currentGroup, null, actualTemplates, index, actualTemplates.length === 1); } handleClose(); }; var handleClose = function handleClose() { onClose(); setSelected([]); }; var canUseTemplate = function canUseTemplate(template) { if (app.hasPremium() && app.isPremiumCode() || !template.is_pro_wp_only && !template.is_pro || template.is_pro_wp_only && buttonizer_admin.is_stand_alone) return true; return (template.is_pro_wp_only && !buttonizer_admin.is_stand_alone || template.is_pro) && app.hasPremium() && app.isPremiumCode(); }; (0,react.useEffect)(function () { importTemplates().then(function (result) { setImportFilteredList(result); setIsLoading(false); })["catch"](function (err) { console.error(err); }); }, []); (0,react.useEffect)(function () { setSelected([]); }, [filterButtons, filterFrameDesign, filterPopularAction]); return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(esm_DialogContent_DialogContent, null, !isLoading && returnedTemplates && /*#__PURE__*/react.createElement("p", { className: "search-results" }, /*#__PURE__*/react.createElement(Trans, { i18nKey: "utils.templates.found", values: { resultCount: filteredTemplateList.length }, components: { bold: /*#__PURE__*/react.createElement("strong", null) } })), isLoading && /*#__PURE__*/react.createElement("div", { className: "loading" }, /*#__PURE__*/react.createElement("div", { style: { alignSelf: "center" } }, /*#__PURE__*/react.createElement("svg", { width: "60", height: "60", viewBox: "0 0 38 38", xmlns: "http://www.w3.org/2000/svg", stroke: "#2f788a" }, /*#__PURE__*/react.createElement("g", { fill: "none", fillRule: "evenodd" }, /*#__PURE__*/react.createElement("g", { transform: "translate(1 1)", strokeWidth: "2" }, /*#__PURE__*/react.createElement("circle", { strokeOpacity: ".5", cx: "18", cy: "18", r: "18" }), /*#__PURE__*/react.createElement("path", { d: "M36 18c0-9.94-8.06-18-18-18" }, /*#__PURE__*/react.createElement("animateTransform", { attributeName: "transform", type: "rotate", from: "0 18 18", to: "360 18 18", dur: "1s", repeatCount: "indefinite" }))))), /*#__PURE__*/react.createElement("p", null, translate_translate("loading.loading")))), !isLoading && /*#__PURE__*/react.createElement("div", { className: "template" }, filteredTemplateList.sort(function (a, b) { return b.is_new - a.is_new; }).map(function (template, key) { return /*#__PURE__*/react.createElement("div", { key: key, className: "container", "data-testid": "templates:template-option" }, filterButtons === "button" && /*#__PURE__*/react.createElement(Checkbox_Checkbox, { checked: selected.includes(key), onChange: function onChange() { handleCheckboxSelect(key); }, className: (0,clsx_m/* default */.Z)("checkbox", selected.length === 0 && "hidden"), "data-testid": "templates:template-option-checkbox", disabled: !canUseTemplate(template) }), /*#__PURE__*/react.createElement("div", { className: "type", onClick: function onClick() { if (!canUseTemplate(template)) return; if (selected.length > 0) { return handleCheckboxSelect(key); } ImportRawData(template, index, currentGroup, true); handleClose(); } }, key === 0 ? /*#__PURE__*/react.createElement("div", { className: "default-option" }, /*#__PURE__*/react.createElement("img", { src: buttonizer_admin.templatesImgDir + "/default.png", alt: "Template", draggable: false }), /*#__PURE__*/react.createElement("span", null, translate_translate("templates.start_scratch"))) : /*#__PURE__*/react.createElement("img", { src: template.template_image ? buttonizer_admin.templatesImgDir + "/".concat(template.template_image) : buttonizer_admin.assets + "/images/buttonizer-logo.png", alt: "Template", draggable: false }), key > 0 && /*#__PURE__*/react.createElement(Chip/* default */.Z, { className: "category", size: "small", key: key, label: filterButtons === "button" ? template.name : template.group_type.charAt(0).toUpperCase() + template.group_type.slice(1).replace(/[^\w\s]/gi, " ") }), template.is_new && /*#__PURE__*/react.createElement(Chip/* default */.Z, { className: "new", size: "small", label: "New" }), canUseTemplate(template) ? /*#__PURE__*/react.createElement("div", { className: "select" }, selected.includes(key) ? /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("i", { className: "fa fa-check-circle", "aria-hidden": "true" }), translate_translate("templates.selected")) : /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("i", { className: "fa fa-plus-circle", "aria-hidden": "true" }), translate_translate("templates.select"))) : /*#__PURE__*/react.createElement(PremiumTag, null))); }))), /*#__PURE__*/react.createElement(esm_DialogActions_DialogActions, { style: { marginTop: "20px", justifyContent: "space-between" } }, /*#__PURE__*/react.createElement(ImportButton, { index: index, style: { fontSize: 13 }, currentGroup: currentGroup, label: filterButtons === "button" ? translate_translate("import_export.import.new_group.button") : translate_translate("import_export.import.new_group.group"), kbLink: 653, onClose: handleClose }), selected.length > 0 && /*#__PURE__*/react.createElement(esm_Button_Button, { className: (0,clsx_m/* default */.Z)("select-all", selected.length > 0 && "visible"), variant: "contained", onClick: function onClick() { return handleSelectImport(); }, color: "primary", size: "small", "data-testid": "templates:insert-selected" }, translate_translate("templates.insert")))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ButtonAction/ButtonActionOptions.js function ButtonActionOptions_toConsumableArray(arr) { return ButtonActionOptions_arrayWithoutHoles(arr) || ButtonActionOptions_iterableToArray(arr) || ButtonActionOptions_unsupportedIterableToArray(arr) || ButtonActionOptions_nonIterableSpread(); } function ButtonActionOptions_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 ButtonActionOptions_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ButtonActionOptions_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 ButtonActionOptions_arrayLikeToArray(o, minLen); } function ButtonActionOptions_iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); } function ButtonActionOptions_arrayWithoutHoles(arr) { if (Array.isArray(arr)) return ButtonActionOptions_arrayLikeToArray(arr); } function ButtonActionOptions_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 ButtonActionOptions_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function ButtonActionOptions_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ButtonActionOptions_ownKeys(Object(source), true).forEach(function (key) { ButtonActionOptions_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ButtonActionOptions_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function ButtonActionOptions_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } var popular = [{ value: "url", label: "settings.button_action.actions.url.name" }, { value: "page", label: "settings.button_action.actions.page.name", standalone: false }, { value: "phone", label: "settings.button_action.actions.phone_number.name" }, { value: "mail", label: "settings.button_action.actions.mail.name" }, { value: "whatsapp", label: "settings.button_action.actions.whatsapp_chat" }, { value: "socialsharing", label: "settings.button_action.actions.social_sharing.social_sharing" }].filter(function (obj) { return window.buttonizer_admin.is_stand_alone ? typeof obj.standalone === "undefined" : true; }).map(function (obj) { return ButtonActionOptions_objectSpread(ButtonActionOptions_objectSpread({}, obj), {}, { group: "popular" }); }); var chat = [{ value: "sms", label: "settings.button_action.actions.chat.sms" }, { value: "messenger_chat", label: "settings.button_action.actions.chat.messenger_chat" }, { value: "messenger", label: "settings.button_action.actions.chat.messenger_link" }, { value: "twitter_dm", label: "settings.button_action.actions.chat.twitter_dm" }, { value: "skype", label: "settings.button_action.actions.chat.skype" }, { value: "line", label: "settings.button_action.actions.chat.line" }, { value: "telegram", label: "settings.button_action.actions.chat.telegram" }, { value: "viber", label: "settings.button_action.actions.chat.viber" }, { value: "signal_group", label: "settings.button_action.actions.chat.signal_group" }].map(function (obj) { return ButtonActionOptions_objectSpread(ButtonActionOptions_objectSpread({}, obj), {}, { group: "chat" }); }); var socialMedia = [{ value: "facebook", label: "settings.button_action.actions.social_media.facebook" }, { value: "twitter", label: "settings.button_action.actions.social_media.twitter" }, { value: "instagram", label: "settings.button_action.actions.social_media.instagram" }, { value: "snapchat", label: "settings.button_action.actions.social_media.snapchat" }, { value: "linkedin", label: "settings.button_action.actions.social_media.linkedin" }, { value: "vk", label: "settings.button_action.actions.social_media.vk" }, { value: "waze", label: "settings.button_action.actions.social_media.waze" }, { value: "tiktok", label: "settings.button_action.actions.social_media.tiktok" }].map(function (obj) { return ButtonActionOptions_objectSpread(ButtonActionOptions_objectSpread({}, obj), {}, { group: "social_media" }); }); var popup = [{ value: "poptin", label: "Poptin" }, { value: "elementor_popup", label: "Elementor Popup" }, { value: "popup_maker", label: "Popup Maker" }, { value: "popups", label: "Popups - WordPress Popup" }, { value: "wppopups", label: "WP Popups - WordPress Popup builder" }].map(function (obj) { return ButtonActionOptions_objectSpread(ButtonActionOptions_objectSpread({}, obj), {}, { group: "popup" }); }); var other = [{ value: "javascript_pro", label: "settings.button_action.actions.javascript.name", isPro: true }, { value: "clipboard", label: "settings.button_action.actions.clipboard" }, { value: "download", label: "settings.button_action.actions.download.name" }, { value: "print", label: "settings.button_action.actions.print_page" }, { value: "backtotop", label: "settings.button_action.actions.back_to_top" }, { value: "gotobottom", label: "settings.button_action.actions.go_to_bottom" }, { value: "gobackpage", label: "settings.button_action.actions.go_back_one_page" }].map(function (obj) { return ButtonActionOptions_objectSpread(ButtonActionOptions_objectSpread({}, obj), {}, { group: "actions" }); }); /* harmony default export */ var ButtonActionOptions = ([].concat(ButtonActionOptions_toConsumableArray(popular), ButtonActionOptions_toConsumableArray(chat), ButtonActionOptions_toConsumableArray(socialMedia), ButtonActionOptions_toConsumableArray(popup), ButtonActionOptions_toConsumableArray(other))); // EXTERNAL MODULE: ./node_modules/@material-ui/lab/esm/Autocomplete/Autocomplete.js + 1 modules var Autocomplete = __webpack_require__(55251); // EXTERNAL MODULE: ./node_modules/lodash/find.js var lodash_find = __webpack_require__(13311); var find_default = /*#__PURE__*/__webpack_require__.n(lodash_find); // EXTERNAL MODULE: ./node_modules/lodash/map.js var map = __webpack_require__(35161); var map_default = /*#__PURE__*/__webpack_require__.n(map); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Dialogs/TemplatesDialog/FilterTemplateOptions.js function FilterTemplateOptions_extends() { FilterTemplateOptions_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return FilterTemplateOptions_extends.apply(this, arguments); } function FilterTemplateOptions_slicedToArray(arr, i) { return FilterTemplateOptions_arrayWithHoles(arr) || FilterTemplateOptions_iterableToArrayLimit(arr, i) || FilterTemplateOptions_unsupportedIterableToArray(arr, i) || FilterTemplateOptions_nonIterableRest(); } function FilterTemplateOptions_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 FilterTemplateOptions_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return FilterTemplateOptions_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 FilterTemplateOptions_arrayLikeToArray(o, minLen); } function FilterTemplateOptions_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 FilterTemplateOptions_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function FilterTemplateOptions_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } var FilterTemplateOptions = function FilterTemplateOptions(_ref) { var _ref$filterOptions = _ref.filterOptions, filterOptions = _ref$filterOptions === void 0 ? [] : _ref$filterOptions, setFilterOptions = _ref.setFilterOptions, filterList = _ref.filterList, label = _ref.label, setReturnedTemplates = _ref.setReturnedTemplates, button = _ref.button; var _useState = (0,react.useState)([]), _useState2 = FilterTemplateOptions_slicedToArray(_useState, 2), importFilteredList = _useState2[0], setImportFilteredList = _useState2[1]; var _useState3 = (0,react.useState)(true), _useState4 = FilterTemplateOptions_slicedToArray(_useState3, 2), isLoading = _useState4[0], setIsLoading = _useState4[1]; var _useState5 = (0,react.useState)(""), _useState6 = FilterTemplateOptions_slicedToArray(_useState5, 2), currentText = _useState6[0], setCurrentText = _useState6[1]; (0,react.useEffect)(function () { importTemplates().then(function (result) { setImportFilteredList(result); setIsLoading(false); })["catch"](function (err) { console.error(err); }); }, []); return /*#__PURE__*/react.createElement(Autocomplete/* default */.ZP, { id: label, "data-testid": "templates:filter-dropdown", multiple: true, disableCloseOnSelect: true, openOnFocus: true, filterSelectedOptions: true, style: { marginLeft: 20, width: "100%" }, ListboxProps: { style: { overflowY: "scroll" } }, options: isLoading ? [] : button ? filterList.filter(function (action) { return importFilteredList.find(function (template) { return action.value === template.type; }); }) : filterList, value: filterOptions.map(function (item) { return find_default()(filterList, function (obj) { return obj.value === item; }); }), onChange: function onChange(event, newValue) { setFilterOptions(map_default()(newValue, "value")); setCurrentText(""); newValue.length ? setReturnedTemplates(true) : setReturnedTemplates(false); }, getOptionLabel: function getOptionLabel(option) { return option.isPro && !app.hasPremium() ? "".concat(translate_translate(option.label), " (PRO)") : translate_translate(option.label) || ""; }, getOptionDisabled: function getOptionDisabled(option) { return option.isPro && !app.hasPremium(); }, getOptionSelected: function getOptionSelected(option, value) { return option.value === value.value; }, groupBy: function groupBy(option) { return button ? translate_translate("settings.button_action.actions.group_".concat(option.group)) : null; }, noOptionsText: translate_translate("utils.search_not_found") + " " + currentText, inputValue: currentText, popupIcon: /*#__PURE__*/react.createElement("i", { className: "fas fa-caret-down", style: { fontSize: "0.8em" }, "data-testid": "filter-dropdown-icon" }), renderInput: function renderInput(params) { return /*#__PURE__*/react.createElement(esm_TextField_TextField, FilterTemplateOptions_extends({}, params, { onChange: function onChange(e) { setCurrentText(e.target.value); }, label: label, variant: "outlined", "data-testid": "filter-dropdown-input" })); }, renderTags: function renderTags(value, getTagProps) { return value.map(function (option, index) { return /*#__PURE__*/react.createElement(Chip/* default */.Z, FilterTemplateOptions_extends({ label: translate_translate(option.label), size: "small" }, getTagProps({ index: index }))); }); }, loadingText: translate_translate("loading.loading"), loading: isLoading }); }; ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Dialogs/TemplatesDialog/TemplatesDialog.js function TemplatesDialog_slicedToArray(arr, i) { return TemplatesDialog_arrayWithHoles(arr) || TemplatesDialog_iterableToArrayLimit(arr, i) || TemplatesDialog_unsupportedIterableToArray(arr, i) || TemplatesDialog_nonIterableRest(); } function TemplatesDialog_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 TemplatesDialog_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return TemplatesDialog_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 TemplatesDialog_arrayLikeToArray(o, minLen); } function TemplatesDialog_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 TemplatesDialog_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function TemplatesDialog_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function TemplatesDialog(_ref) { var open = _ref.open, onClose = _ref.onClose, _ref$showGroups = _ref.showGroups, showGroups = _ref$showGroups === void 0 ? false : _ref$showGroups, index = _ref.index, currentGroup = _ref.currentGroup, welcome = _ref.welcome, setHintStep = _ref.setHintStep, setSetting = _ref.setSetting; var _useState = (0,react.useState)([]), _useState2 = TemplatesDialog_slicedToArray(_useState, 2), filterPopularAction = _useState2[0], setFilterPopularAction = _useState2[1]; var _useState3 = (0,react.useState)([]), _useState4 = TemplatesDialog_slicedToArray(_useState3, 2), filterFrameDesign = _useState4[0], setFilterFrameDesign = _useState4[1]; var _useState5 = (0,react.useState)(showGroups ? "group" : "button"), _useState6 = TemplatesDialog_slicedToArray(_useState5, 2), filterButtons = _useState6[0], setFilterButtons = _useState6[1]; var _useState7 = (0,react.useState)(false), _useState8 = TemplatesDialog_slicedToArray(_useState7, 2), returnedTemplates = _useState8[0], setReturnedTemplates = _useState8[1]; var handleCloseDialog = function handleCloseDialog() { setFilterButtons(showGroups ? "group" : "button"); setReturnedTemplates(false); setFilterPopularAction([]); setFilterFrameDesign([]); if (welcome) { setHintStep(0); setSetting("welcome", false); } onClose(); }; var frameDesignList = [{ label: translate_translate("templates.framedesign.social_media"), value: "social-media" }, { label: translate_translate("templates.framedesign.business"), value: "business" }, { label: translate_translate("templates.framedesign.contact"), value: "contact" }, { label: translate_translate("templates.framedesign.actions"), value: "actions" }, { label: translate_translate("templates.framedesign.social_sharing"), value: "social-sharing" }, { label: translate_translate("templates.framedesign.support"), value: "support-group" }]; return /*#__PURE__*/react.createElement(esm_Dialog_Dialog, { open: open, onClose: function onClose() { return handleCloseDialog(); }, maxWidth: "md", fullWidth: true, className: "templates-dialog", "data-testid": "dialog:templates-dialog", scroll: "paper" }, /*#__PURE__*/react.createElement("div", { className: "header" }, /*#__PURE__*/react.createElement("div", { className: "titles" }, /*#__PURE__*/react.createElement(esm_DialogTitle_DialogTitle, { className: "title" }, filterButtons === "button" ? translate_translate("utils.new_button") : translate_translate("utils.new_group")), /*#__PURE__*/react.createElement("h3", { className: "subtitle" }, translate_translate("templates.all_templates_description"))), /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { onClick: function onClick() { return handleCloseDialog(); }, className: "close-button", "data-testid": "templates-dialog:close-button" }, /*#__PURE__*/react.createElement(esm_Icon_Icon, { fontSize: "inherit", className: "fas fa-times" }))), /*#__PURE__*/react.createElement("div", { className: "container-filter-buttons" }, /*#__PURE__*/react.createElement(esm_DialogContent_DialogContent, { dividers: true, className: "midsection" }, /*#__PURE__*/react.createElement("div", { className: "button-group" }, /*#__PURE__*/react.createElement("div", { className: "buttons-title" }, translate_translate("templates.number_of_buttons")), /*#__PURE__*/react.createElement("div", { className: "buttons" }, /*#__PURE__*/react.createElement("div", { className: "buttons-numbers" }, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { setFilterButtons("button"); setFilterPopularAction([]); setReturnedTemplates(false); }, className: ("button", filterButtons === "button" ? "current" : null), variant: "outlined", style: { borderRadius: "20px", marginRight: "10px" }, "data-testid": "templates:filter-buttons-button" }, "1"), /*#__PURE__*/react.createElement(esm_Button_Button, { disabled: !showGroups, onClick: function onClick() { setFilterButtons("group"); setFilterFrameDesign([]); setReturnedTemplates(false); }, className: ("button", filterButtons === "group" ? "current" : null), variant: "outlined", style: { borderRadius: "20px" }, "data-testid": "templates:filter-buttons-group" }, "2 +")))), filterButtons === "group" && /*#__PURE__*/react.createElement(FilterTemplateOptions, { filterOptions: filterFrameDesign, setFilterOptions: setFilterFrameDesign, filterList: frameDesignList, label: translate_translate("templates.framedesign.label"), setReturnedTemplates: setReturnedTemplates }), filterButtons === "button" && /*#__PURE__*/react.createElement(FilterTemplateOptions, { filterOptions: filterPopularAction, setFilterOptions: setFilterPopularAction, filterList: ButtonActionOptions, label: translate_translate("templates.popular_actions.label"), setReturnedTemplates: setReturnedTemplates, button: true }))), /*#__PURE__*/react.createElement(TemplateOptions, { onClose: handleCloseDialog, index: index, currentGroup: currentGroup, returnedTemplates: returnedTemplates, filterButtons: filterButtons, filterFrameDesign: filterFrameDesign, filterPopularAction: filterPopularAction })); } /* harmony default export */ var TemplatesDialog_TemplatesDialog = (connect(function (state) { return { welcome: state.settings.welcome }; }, function (dispatch) { return { setHintStep: function setHintStep(step) { return dispatch(dataActions_setMisc("hint_step", step)); }, setSetting: function setSetting() { return dispatch(dataActions_setSetting.apply(void 0, arguments)); } }; })(TemplatesDialog)); // EXTERNAL MODULE: ./node_modules/@seznam/compose-react-refs/composeRefs.js var composeRefs = __webpack_require__(99601); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Containers/MenuButtonContainer/MenuButtonContainer.js function MenuButtonContainer_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function MenuButtonContainer_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { MenuButtonContainer_ownKeys(Object(source), true).forEach(function (key) { MenuButtonContainer_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { MenuButtonContainer_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function MenuButtonContainer_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function MenuButtonContainer(_ref) { var groupId = _ref.groupId, groups = _ref.groups, menuButtons = _ref.menuButtons, set = _ref.set, openNewButtonDialog = _ref.openNewButtonDialog, getButtonsCount = _ref.getButtonsCount, getIsSingleButton = _ref.getIsSingleButton; if (!groupId) return null; var menuButton = menuButtons[groupId]; var path = "/group/" + groupId + "/menuButton"; function toggle(item) { set("menu_button", groupId, item, !dlv_umd_default()(menuButton, item, true)); } return /*#__PURE__*/react.createElement(Grow/* default */.Z, { "in": !getIsSingleButton(groupId), mountOnEnter: true, unmountOnExit: true, timeout: { enter: 300, exit: 200 }, appear: false }, /*#__PURE__*/react.createElement("div", null, /*#__PURE__*/react.createElement("div", { className: "menu-button-container" }, /*#__PURE__*/react.createElement("div", { className: "menu-button-header" }, /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("bar.menu_button") }, /*#__PURE__*/react.createElement(esm_Button_Button, { color: "primary", className: "menu-button-name", onClick: function onClick() { return document.location.hash = "#" + path; } }, /*#__PURE__*/react.createElement("span", { className: "menu-button-name-span" }, translate_translate("utils.menu_button")))), /*#__PURE__*/react.createElement("div", { className: "menu-button-actions" }, /*#__PURE__*/react.createElement(ContainerActions_EditButton, { onClick: function onClick() { document.location.hash = "#" + path; }, "data-testid": "edit-button", className: "menu-button-actions edit-menu-button" }), /*#__PURE__*/react.createElement(ContainerActionsDropdown, null, /*#__PURE__*/react.createElement(ContainerActions_ExportButton, { group_data: groups[groupId], object: menuButton, type: "button" })))), /*#__PURE__*/react.createElement("div", { className: "menu-button-settings" }, /*#__PURE__*/react.createElement("div", { className: "menu-button-visibility" }, /*#__PURE__*/react.createElement("div", { className: "menu-button-title" }, translate_translate("settings.show_mobile_desktop.title") + ":", " "), /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("settings.show_mobile_desktop.toggle_mobile") }, /*#__PURE__*/react.createElement(esm_Button_Button, { color: "primary", variant: dlv_umd_default()(menuButton, "show_mobile", true) ? "contained" : "outlined", onClick: function onClick() { return toggle("show_mobile"); }, "data-testid": "show_mobile" }, /*#__PURE__*/react.createElement("i", { className: "fas fa-mobile-alt" }))), /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("settings.show_mobile_desktop.toggle_desktop") }, /*#__PURE__*/react.createElement(esm_Button_Button, { color: "primary", variant: dlv_umd_default()(menuButton, "show_desktop", true) ? "contained" : "outlined", onClick: function onClick() { return toggle("show_desktop"); }, "data-testid": "show_desktop" }, /*#__PURE__*/react.createElement("i", { className: "fas fa-desktop" })))), /*#__PURE__*/react.createElement("div", { className: "clear" }))), getButtonsCount(groupId) < 0 ? /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("utils.add_button"), shiftClick: true, arrow: false }, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick(e) { return openNewButtonDialog(e.shiftKey); }, color: "primary", variant: "text", size: "small", startIcon: /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "fas fa-plus-circle" }), "data-testid": "new-button", className: "button-container-new-button" }, translate_translate("utils.add_button"))) : /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("utils.add_button"), timer: 1000, shiftClick: true, arrow: false }, /*#__PURE__*/react.createElement("div", { className: "menu-button-container-new-button-line" }, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick(e) { return openNewButtonDialog(e.shiftKey); }, color: "secondary", variant: "text", fullWidth: true, size: "small", "data-testid": "new-button" }, /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement("span", null, /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "fas fa-plus-circle" })), /*#__PURE__*/react.createElement("hr", null)))))); } /* harmony default export */ var MenuButtonContainer_MenuButtonContainer = (connect(function (state) { return { menuButtons: state.menuButtons, groups: state.groups, getButtonsCount: function getButtonsCount(groupId) { return selectors_getButtonsCount(groupId, state); }, getIsSingleButton: function getIsSingleButton(groupId) { return selectors_getIsSingleButton(groupId, state); }, state: state }; }, function (dispatch) { return { set: function set() { return dispatch(dataActions_set.apply(void 0, arguments)); }, dispatch: dispatch }; }, function (stateProps, dispatchProps, ownProps) { return MenuButtonContainer_objectSpread(MenuButtonContainer_objectSpread(MenuButtonContainer_objectSpread({}, stateProps), dispatchProps), ownProps); })(MenuButtonContainer)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Containers/ButtonGroupContainer/ButtonGroupContainer.js function ButtonGroupContainer_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = ButtonGroupContainer_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 ButtonGroupContainer_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; } function ButtonGroupContainer_extends() { ButtonGroupContainer_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return ButtonGroupContainer_extends.apply(this, arguments); } function ButtonGroupContainer_slicedToArray(arr, i) { return ButtonGroupContainer_arrayWithHoles(arr) || ButtonGroupContainer_iterableToArrayLimit(arr, i) || ButtonGroupContainer_unsupportedIterableToArray(arr, i) || ButtonGroupContainer_nonIterableRest(); } function ButtonGroupContainer_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 ButtonGroupContainer_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ButtonGroupContainer_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 ButtonGroupContainer_arrayLikeToArray(o, minLen); } function ButtonGroupContainer_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 ButtonGroupContainer_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function ButtonGroupContainer_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function ButtonGroupContainer_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function ButtonGroupContainer_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ButtonGroupContainer_ownKeys(Object(source), true).forEach(function (key) { ButtonGroupContainer_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ButtonGroupContainer_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function ButtonGroupContainer_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function ButtonGroupContainer_getStyle(style, snapshot) { if (!snapshot.isDropAnimating) { return style; } // patching the existing style return ButtonGroupContainer_objectSpread(ButtonGroupContainer_objectSpread({}, style), {}, { opacity: "0.5" }); } function ButtonGroupContainer(_ref) { var groupId = _ref.groupId, groups = _ref.groups, set = _ref.set, provided = _ref.provided, currentDrop = _ref.currentDrop, getButtonsCount = _ref.getButtonsCount, removeGroup = _ref.removeGroup, duplicateGroup = _ref.duplicateGroup, isNewGroup = _ref.isNewGroup, openOverride = _ref.openOverride, groupIndex = _ref.groupIndex; var cookieOpenedState = getCookie("buttonizer_bar_state_opened") ? dlv_umd_default()(JSON.parse(getCookie("buttonizer_bar_state_opened")), groupId, false) : false; var _useState = (0,react.useState)(cookieOpenedState), _useState2 = ButtonGroupContainer_slicedToArray(_useState, 2), opened = _useState2[0], setOpened = _useState2[1]; var _useState3 = (0,react.useState)(false), _useState4 = ButtonGroupContainer_slicedToArray(_useState3, 2), newButtonDialogOpened = _useState4[0], setNewButtonDialogOpened = _useState4[1]; var _useState5 = (0,react.useState)(groups[groupId]), _useState6 = ButtonGroupContainer_slicedToArray(_useState5, 2), group = _useState6[0], setGroup = _useState6[1]; var buttonGroupContainer = (0,react.useRef)(null); var handleOpenState = function handleOpenState() { // Save openedState to cookie var currentCookie = getCookie("buttonizer_bar_state_opened") ? JSON.parse(getCookie("buttonizer_bar_state_opened")) : {}; currentCookie[groupId] = !opened; setCookie("buttonizer_bar_state_opened", JSON.stringify(currentCookie)); setOpened(!opened); }; if (typeof group === "undefined") { withScope(function (scope) { scope.setExtra({ groups: groups, groupId: groupId, group: group }); captureException(new Error("group is undefined. Send groups and groupId data")); }); } (0,react.useEffect)(function () { setGroup(groups[groupId]); }, [groups[groupId]]); (0,react.useEffect)(function () { if (isNewGroup) { if (buttonGroupContainer && buttonGroupContainer.current) buttonGroupContainer.current.scrollIntoView({ behavior: "smooth" }); } }, [isNewGroup]); (0,react.useEffect)(function () { // If tour is started, open the group. If set to false, fallback to cookieOpenedState openOverride ? setOpened(openOverride) : setOpened(cookieOpenedState); }, [openOverride]); var duplicateButton = function duplicateButton() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("premium.warning_duplicate"), trigger: "click" }, /*#__PURE__*/react.createElement("span", { tabIndex: 0 }, /*#__PURE__*/react.createElement(DuplicateButton, { name: group.name, disabled: true }))); }; return /*#__PURE__*/react.createElement("div", { className: (0,clsx_m/* default */.Z)("button-group-container mdc-card", opened && "opened", isNewGroup && "new-group", currentDrop && !opened && currentDrop), ref: (0,composeRefs/* default */.Z)(provided.innerRef, buttonGroupContainer), style: { scrollMargin: 100 } }, /*#__PURE__*/react.createElement("div", { className: "group-info" }, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: handleOpenState, color: "primary", "data-testid": "open-group", className: "open-group" }, /*#__PURE__*/react.createElement("i", { className: "group-arrow" }, /*#__PURE__*/react.createElement("i", { className: "fas fa-chevron-right" })), /*#__PURE__*/react.createElement("span", { className: "group-name" }, group.name)), /*#__PURE__*/react.createElement("div", { className: "group-actions" }, /*#__PURE__*/react.createElement(ContainerActions_EditButton, { onClick: function onClick() { return document.location.hash = "#/group/" + group.id; }, "data-testid": "edit-button-group", className: "group-actions edit-button" }), duplicateButton(), /*#__PURE__*/react.createElement(ContainerActionsDropdown, null, /*#__PURE__*/react.createElement(ContainerActions_RenameButton, { name: group.name, onChange: function onChange(val) { return set("groups", group.id, "name", val); }, inDropdown: true }), /*#__PURE__*/react.createElement(ContainerActions_ExportButton, { object: group, type: "group" }), /*#__PURE__*/react.createElement(ImportButton, { currentGroup: group, label: translate_translate("import_export.import.into_group.button"), kbLink: 653, inDropdown: true }), /*#__PURE__*/react.createElement(ContainerActions_DeleteButton, { model: "group", "data-testid": "delete-button-group", buttonCount: getButtonsCount(group.id), onClose: function onClose() { // Remove group from cookie, other wise it will bloat the cookie if (getCookie("buttonizer_bar_state_opened")) { var currentCookie = JSON.parse(getCookie("buttonizer_bar_state_opened")); delete currentCookie[group.id]; setCookie("buttonizer_bar_state_opened", JSON.stringify(currentCookie)); } removeGroup(group.id); }, inDropdown: true })))), /*#__PURE__*/react.createElement("div", ButtonGroupContainer_extends({ className: "buttons" + currentDrop }, provided.droppableProps), /*#__PURE__*/react.createElement(MenuButtonContainer_MenuButtonContainer, { groupId: group.id, openNewButtonDialog: function openNewButtonDialog(shiftKey) { if (shiftKey) return addButton({ name: translate_translate("utils.new_button") }, group.id, 0); setNewButtonDialogOpened(0); } }), group.children.map(function (id, key) { return /*#__PURE__*/react.createElement(PublicDraggable, { draggableId: id, index: key, key: id }, function (provided, snapshot) { return /*#__PURE__*/react.createElement(ButtonContainer_ButtonContainer, { provided: provided, groupIndex: groupIndex, groupId: group.id, buttonId: id, currentDrag: snapshot.isDragging ? " currentDrag" : "", styleDrop: ButtonGroupContainer_getStyle(provided.draggableProps.style, snapshot), openNewButtonDialog: function openNewButtonDialog(shiftKey) { if (shiftKey) return addButton({ name: translate_translate("utils.new_button") }, group.id, key + 1); setNewButtonDialogOpened(key + 1); } }); }); }), provided.placeholder, /*#__PURE__*/react.createElement("div", { style: { textAlign: "center" } }, /*#__PURE__*/react.createElement(TemplatesDialog_TemplatesDialog, { open: newButtonDialogOpened !== false, currentGroup: group, onClose: function onClose() { return setNewButtonDialogOpened(false); }, index: newButtonDialogOpened })))); } /* harmony default export */ var ButtonGroupContainer_ButtonGroupContainer = (connect(function (state) { return { getButtonsCount: function getButtonsCount(groupId) { return selectors_getButtonsCount(groupId, state); }, groups: state.groups, state: state }; }, function (dispatch) { return { set: function set() { return dispatch(dataActions_set.apply(void 0, arguments)); }, dispatch: dispatch }; }, function (_ref2, _ref3, props) { var state = _ref2.state, stateProps = ButtonGroupContainer_objectWithoutProperties(_ref2, ["state"]); var dispatch = _ref3.dispatch, dispatchProps = ButtonGroupContainer_objectWithoutProperties(_ref3, ["dispatch"]); return ButtonGroupContainer_objectSpread(ButtonGroupContainer_objectSpread(ButtonGroupContainer_objectSpread({ removeGroup: function removeGroup(id) { return GroupActions_removeGroup(id, state, dispatch); }, duplicateGroup: function duplicateGroup(id, payload) { return GroupActions_duplicateGroup(id, payload, state, dispatch); } }, dispatchProps), stateProps), props); })(ButtonGroupContainer)); // EXTERNAL MODULE: ./node_modules/@material-ui/lab/index.js var lab = __webpack_require__(63447); // EXTERNAL MODULE: ./node_modules/@material-ui/icons/Close.js var Close = __webpack_require__(80366); ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/Overview/Overview.js function Overview_slicedToArray(arr, i) { return Overview_arrayWithHoles(arr) || Overview_iterableToArrayLimit(arr, i) || Overview_unsupportedIterableToArray(arr, i) || Overview_nonIterableRest(); } function Overview_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 Overview_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Overview_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 Overview_arrayLikeToArray(o, minLen); } function Overview_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 Overview_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Overview_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } // import ConfirmDialog from "Components/Dialogs/ConfirmDialog"; function Overview(_ref) { var _ref$groups = _ref.groups, groups = _ref$groups === void 0 ? null : _ref$groups, changeRelation = _ref.changeRelation, _ref$testDragSensor = _ref.testDragSensor, testDragSensor = _ref$testDragSensor === void 0 ? function () {} : _ref$testDragSensor, hasPremium = _ref.hasPremium, addGroup = _ref.addGroup, isPremiumCode = _ref.isPremiumCode, _ref$scrollBar = _ref.scrollBar, scrollBar = _ref$scrollBar === void 0 ? false : _ref$scrollBar, getGroupCount = _ref.getGroupCount, welcome = _ref.welcome, isLoading = _ref.isLoading, setHintStep = _ref.setHintStep; // Create new group var _useState = (0,react.useState)(welcome || document.location.hash === "#/welcome-splash"), _useState2 = Overview_slicedToArray(_useState, 2), dialogOpen = _useState2[0], openDialog = _useState2[1]; var _useState3 = (0,react.useState)(window.buttonizer_admin.legacy_version && !sessionStorage.getItem("buttonizer_hide_migration")), _useState4 = Overview_slicedToArray(_useState3, 2), showMigration = _useState4[0], setShowMigration = _useState4[1]; var _useState5 = (0,react.useState)(false), _useState6 = Overview_slicedToArray(_useState5, 2), isMigrating = _useState6[0], setIsMigrating = _useState6[1]; var _useState7 = (0,react.useState)(null), _useState8 = Overview_slicedToArray(_useState7, 2), oldGroups = _useState8[0], setOldGroups = _useState8[1]; var _useState9 = (0,react.useState)(null), _useState10 = Overview_slicedToArray(_useState9, 2), newGroup = _useState10[0], setNewGroup = _useState10[1]; var openCollapsibleGroup = useSelector(function (store) { return store.misc.open_collapsible_group; }); var _useState11 = (0,react.useState)(false), _useState12 = Overview_slicedToArray(_useState11, 2), opened = _useState12[0], setOpened = _useState12[1]; (0,react.useEffect)(function () { if (scrollBar && scrollBar.current) scrollBar.current.scrollTop = getCookie("buttonizer_bar_state_scroll") || 0; return function () { if (scrollBar && scrollBar.current) scrollBar.current.scrollTop = 0; }; }, []); (0,react.useEffect)(function () { if (oldGroups !== null) { // Added a new group if (Object.keys(groups).length > Object.keys(oldGroups).length) setNewGroup(difference_default()(Object.keys(groups), Object.keys(oldGroups))); // Removed a group if (Object.keys(groups).length < Object.keys(oldGroups).length) setNewGroup(null); } setOldGroups(groups); }, [groups]); (0,react.useEffect)(function () { if (openCollapsibleGroup === "button_group_container") setOpened(true); if (openCollapsibleGroup === null) setOpened(false); }, [openCollapsibleGroup]); // Drag started var onDragStart = (0,react.useCallback)(function () { // vibrate on touch if (window.navigator.vibrate) { window.navigator.vibrate(100); } }, []); // Drag ended var onDragEnd = (0,react.useCallback)(function (result) { var destination = result.destination, source = result.source, draggableId = result.draggableId; // Didn't dragged into a group if (!destination) { return; } // Didn't dragged into a new location if (source.droppableId === destination.droppableId && source.index === destination.index) { return; } changeRelation(draggableId, source.droppableId, destination.droppableId, destination.index); }, [groups]); var addGroupButton = function addGroupButton(index) { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement("div", { style: { textAlign: "center", marginTop: "20px" } }, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget, translate_translate("premium.multiple_button_groups")); }, color: "primary", className: "Mui-buzz-premium", startIcon: /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "fas fa-plus-circle" }), "data-testid": "new-group" }, translate_translate("utils.create_group"), /*#__PURE__*/react.createElement(PremiumTag, null))); }; var firstGroup = function firstGroup() { return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("div", { style: { textAlign: "left", margin: "10px 20px", display: "flex", justifyContent: "space-between" } }, /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("utils.shift_click"), arrow: false }, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick(e) { if (e.shiftKey) return addGroup({ name: translate_translate("utils.new_group") }, 0); openDialog(0); }, color: "primary", variant: "text", size: "small", startIcon: /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "fas fa-plus-circle" }), "data-testid": "new-group" }, translate_translate("templates.first_button"))))); }; var buttonGroupContainer = function buttonGroupContainer() { if (Object.keys(groups).length === 0) return; /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(ConnectedDroppable, { droppableId: Object.keys(groups)[0] }, function (provided, snapshot) { return /*#__PURE__*/react.createElement(ButtonGroupContainer_ButtonGroupContainer, { groupId: Object.keys(groups)[0], groupIndex: 0, provided: provided, currentDrop: snapshot.isDraggingOver ? " currentDrop" : "", isNewGroup: newGroup && newGroup[0] === Object.keys(groups)[0] }); }), addGroupButton()); }; var closeBanner = function closeBanner() { sessionStorage.setItem("buttonizer_hide_migration", true); setShowMigration(false); }; var migrate = function migrate() { setIsMigrating(true); apiRequest("/migrate", { method: "POST", data: { unskip: true, nonce: buttonizer_admin.nonce }, headers: { "X-WP-Nonce": buttonizer_admin.nonce } }).then(function () { document.location.href = "".concat(buttonizer_admin.admin, "?page=Buttonizer"); })["catch"](function (e) { console.error(e); console.error("Buttonizer: OH NO! ERROR: '" + e.statusText + "'. That's all we know... Please check your PHP logs or contact Buttonizer support if you need help."); console.error("Buttonizer: Visit our community on https://community.buttonizer.pro/"); }); }; return /*#__PURE__*/react.createElement("div", { className: "overview" }, !window.buttonizer_admin.is_stand_alone && /*#__PURE__*/react.createElement("div", { className: "buttonizer-logo" }, /*#__PURE__*/react.createElement("img", { src: window.buttonizer_admin.assets + "/images/logo.png" })), /*#__PURE__*/react.createElement(RandomTip_RandomTip, null), showMigration && /*#__PURE__*/react.createElement(lab.Alert, { severity: "success", variant: "outlined", style: { background: "#edf7ed", marginBottom: 15 }, icon: false }, /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { "aria-label": "close", color: "inherit", size: "small", onClick: closeBanner, style: { "float": "right" } }, /*#__PURE__*/react.createElement(Close/* default */.Z, { fontSize: "inherit" })), /*#__PURE__*/react.createElement(lab.AlertTitle, { style: { fontSize: "inherit" } }, "Migrate to Buttonizer standalone"), "With Buttonizer standalone you can use your buttons on any site whether it\u2019s WordPress, Shopify, Drupal or Wix.\n It also has a lot more free styling options!", /*#__PURE__*/react.createElement("div", { style: { display: "block", marginTop: 10 } }, /*#__PURE__*/react.createElement(esm_Button_Button, { variant: "outlined", size: "small", style: { marginRight: 20, textTransform: "capitalize" }, onClick: migrate, disabled: isMigrating, endIcon: isMigrating && /*#__PURE__*/react.createElement(CircularProgress_CircularProgress, { size: 20, style: { marginLeft: 8 } }) }, "Migrate"), /*#__PURE__*/react.createElement("a", { href: "https://community.buttonizer.pro/knowledgebase/1122-standalone-vs-wordpress", target: "_blank", style: { color: "inherit" } }, translate_translate("common.learn_more")))), hasPremium && !isPremiumCode && /*#__PURE__*/react.createElement("div", { className: "mdc-card dashboard-warning-msg" }, /*#__PURE__*/react.createElement("b", null, translate_translate("warnings.premium_license_free_version.title")), translate_translate("warnings.premium_license_free_version.information"), " ", /*#__PURE__*/react.createElement("a", { href: "https://community.buttonizer.pro/knowledgebase/321", target: "_blank" }, translate_translate("common.learn_more"), ".")), !buttonizer_admin.php_version_supported && /*#__PURE__*/react.createElement("div", { className: "mdc-card dashboard-warning-msg" }, /*#__PURE__*/react.createElement("b", null, translate_translate("warnings.php_version_outdated.title")), translate_translate("warnings.php_version_outdated.information", { version: buttonizer_admin.php_version }), " ", /*#__PURE__*/react.createElement("a", { href: "https://community.buttonizer.pro/knowledgebase/434", target: "_blank" }, translate_translate("common.learn_more"), ".")), getGroupCount() < 1 && /*#__PURE__*/react.createElement("div", { className: "first-button" }, firstGroup()), /*#__PURE__*/react.createElement(DragDropContext, { sensors: [testDragSensor], onDragEnd: onDragEnd, onDragStart: onDragStart }, buttonGroupContainer()), /*#__PURE__*/react.createElement(TemplatesDialog_TemplatesDialog, { index: dialogOpen, open: !isLoading && dialogOpen !== false, onClose: function onClose() { return openDialog(false); }, showGroups: getGroupCount() === 0 || app.hasPremium() || buttonizer_admin.is_stand_alone, welcome: welcome, setHintStep: setHintStep })); } /* harmony default export */ var Overview_Overview = (connect(function (state) { return { welcome: state.settings.welcome, groups: state.groups, hasPremium: state.misc._premium, isPremiumCode: state.misc._premiumCode, getGroupCount: function getGroupCount() { return selectors_getGroupCount(state); } }; }, function (dispatch) { return { addRelation: function addRelation(args) { return dispatch(dataActions_addRelation(args)); }, addRecord: function addRecord(args) { return dispatch(dataActions_addRecord(args)); }, addGroup: function addGroup(payload, index) { return GroupActions_addGroup(payload, index, dispatch); }, changeRelation: function changeRelation() { return dispatch(dataActions_changeRelation.apply(void 0, arguments)); }, setMisc: function setMisc() { return dispatch(dataActions_setMisc.apply(void 0, arguments)); }, setHintStep: function setHintStep(step) { return dispatch(dataActions_setMisc("hint_step", step)); } }; })(Overview)); ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/ItemNotFound/ItemNotFound.js function ItemNotFound(_ref) { var _ref$isButtonGroupNot = _ref.isButtonGroupNotFound, isButtonGroupNotFound = _ref$isButtonGroupNot === void 0 ? false : _ref$isButtonGroupNot; return /*#__PURE__*/react.createElement("div", { className: "item-not-found" }, /*#__PURE__*/react.createElement("div", { className: "buttonizer-logo" }, /*#__PURE__*/react.createElement("img", { src: window.buttonizer_admin.assets + "/images/logo.png" })), /*#__PURE__*/react.createElement("i", { className: isButtonGroupNotFound ? "fas fa-binoculars" : "far fa-dizzy" }), /*#__PURE__*/react.createElement("h4", null, "Sorry! We could not find this ".concat(isButtonGroupNotFound ? "button or group" : "page", "!")), /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { document.location.hash = "#/"; }, color: "primary", variant: "contained", "data-testid": "return-to-overview" }, "Return to overview")); } ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Tab/Tab.js var Tab_styles = function styles(theme) { var _extends2; return { /* Styles applied to the root element. */ root: (0,esm_extends/* default */.Z)({}, theme.typography.button, (_extends2 = { maxWidth: 264, minWidth: 72, position: 'relative', boxSizing: 'border-box', minHeight: 48, flexShrink: 0, padding: '6px 12px' }, (0,defineProperty/* default */.Z)(_extends2, theme.breakpoints.up('sm'), { padding: '6px 24px' }), (0,defineProperty/* default */.Z)(_extends2, "overflow", 'hidden'), (0,defineProperty/* default */.Z)(_extends2, "whiteSpace", 'normal'), (0,defineProperty/* default */.Z)(_extends2, "textAlign", 'center'), (0,defineProperty/* default */.Z)(_extends2, theme.breakpoints.up('sm'), { minWidth: 160 }), _extends2)), /* Styles applied to the root element if both `icon` and `label` are provided. */ labelIcon: { minHeight: 72, paddingTop: 9, '& $wrapper > *:first-child': { marginBottom: 6 } }, /* Styles applied to the root element if the parent [`Tabs`](/api/tabs/) has `textColor="inherit"`. */ textColorInherit: { color: 'inherit', opacity: 0.7, '&$selected': { opacity: 1 }, '&$disabled': { opacity: 0.5 } }, /* Styles applied to the root element if the parent [`Tabs`](/api/tabs/) has `textColor="primary"`. */ textColorPrimary: { color: theme.palette.text.secondary, '&$selected': { color: theme.palette.primary.main }, '&$disabled': { color: theme.palette.text.disabled } }, /* Styles applied to the root element if the parent [`Tabs`](/api/tabs/) has `textColor="secondary"`. */ textColorSecondary: { color: theme.palette.text.secondary, '&$selected': { color: theme.palette.secondary.main }, '&$disabled': { color: theme.palette.text.disabled } }, /* Pseudo-class applied to the root element if `selected={true}` (controlled by the Tabs component). */ selected: {}, /* Pseudo-class applied to the root element if `disabled={true}` (controlled by the Tabs component). */ disabled: {}, /* Styles applied to the root element if `fullWidth={true}` (controlled by the Tabs component). */ fullWidth: { flexShrink: 1, flexGrow: 1, flexBasis: 0, maxWidth: 'none' }, /* Styles applied to the root element if `wrapped={true}`. */ wrapped: { fontSize: theme.typography.pxToRem(12), lineHeight: 1.5 }, /* Styles applied to the `icon` and `label`'s wrapper element. */ wrapper: { display: 'inline-flex', alignItems: 'center', justifyContent: 'center', width: '100%', flexDirection: 'column' } }; }; var Tab = /*#__PURE__*/react.forwardRef(function Tab(props, ref) { var classes = props.classes, className = props.className, _props$disabled = props.disabled, disabled = _props$disabled === void 0 ? false : _props$disabled, _props$disableFocusRi = props.disableFocusRipple, disableFocusRipple = _props$disableFocusRi === void 0 ? false : _props$disableFocusRi, fullWidth = props.fullWidth, icon = props.icon, indicator = props.indicator, label = props.label, onChange = props.onChange, onClick = props.onClick, onFocus = props.onFocus, selected = props.selected, selectionFollowsFocus = props.selectionFollowsFocus, _props$textColor = props.textColor, textColor = _props$textColor === void 0 ? 'inherit' : _props$textColor, value = props.value, _props$wrapped = props.wrapped, wrapped = _props$wrapped === void 0 ? false : _props$wrapped, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className", "disabled", "disableFocusRipple", "fullWidth", "icon", "indicator", "label", "onChange", "onClick", "onFocus", "selected", "selectionFollowsFocus", "textColor", "value", "wrapped"]); var handleClick = function handleClick(event) { if (onChange) { onChange(event, value); } if (onClick) { onClick(event); } }; var handleFocus = function handleFocus(event) { if (selectionFollowsFocus && !selected && onChange) { onChange(event, value); } if (onFocus) { onFocus(event); } }; return /*#__PURE__*/react.createElement(ButtonBase/* default */.Z, (0,esm_extends/* default */.Z)({ focusRipple: !disableFocusRipple, className: (0,clsx_m/* default */.Z)(classes.root, classes["textColor".concat((0,utils_capitalize/* default */.Z)(textColor))], className, disabled && classes.disabled, selected && classes.selected, label && icon && classes.labelIcon, fullWidth && classes.fullWidth, wrapped && classes.wrapped), ref: ref, role: "tab", "aria-selected": selected, disabled: disabled, onClick: handleClick, onFocus: handleFocus, tabIndex: selected ? 0 : -1 }, other), /*#__PURE__*/react.createElement("span", { className: classes.wrapper }, icon, label), indicator); }); false ? 0 : void 0; /* harmony default export */ var Tab_Tab = ((0,withStyles/* default */.Z)(Tab_styles, { name: 'MuiTab' })(Tab)); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/Tabs/Tabs.js + 7 modules var Tabs = __webpack_require__(70065); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Containers/ContainerSettings/BreadcrumbSelect/BreadcrumbSelect.js function BreadcrumbSelect_slicedToArray(arr, i) { return BreadcrumbSelect_arrayWithHoles(arr) || BreadcrumbSelect_iterableToArrayLimit(arr, i) || BreadcrumbSelect_unsupportedIterableToArray(arr, i) || BreadcrumbSelect_nonIterableRest(); } function BreadcrumbSelect_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 BreadcrumbSelect_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return BreadcrumbSelect_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 BreadcrumbSelect_arrayLikeToArray(o, minLen); } function BreadcrumbSelect_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 BreadcrumbSelect_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function BreadcrumbSelect_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } var useStyles = styles_makeStyles(function () { return { selected: { color: "#ed8219", backgroundColor: "#fae1ca !important", cursor: "default", pointerEvents: "none" } }; }); function BreadcrumbSelect(_ref) { var button = _ref.button, group = _ref.group, groups = _ref.groups, history = _ref.history, getChildrenIndex = _ref.getChildrenIndex, _ref$menuButton = _ref.menuButton, menuButton = _ref$menuButton === void 0 ? false : _ref$menuButton, tab = _ref.tab; var _React$useState = react.useState(null), _React$useState2 = BreadcrumbSelect_slicedToArray(_React$useState, 2), anchorEl = _React$useState2[0], setAnchorEl = _React$useState2[1]; var classes = useStyles(); var handleClick = function handleClick(event) { setAnchorEl(event.currentTarget); }; var handleClose = function handleClose() { setAnchorEl(null); }; var handleRedirect = function handleRedirect(objectId) { setAnchorEl(null); // If button is defined and not group if (button) { if (objectId === "menuButton") return history.push("/group/".concat(button.parent, "/menuButton/").concat(tab)); history.push("/group/".concat(button.parent, "/button/").concat(objectId, "/").concat(tab)); } // If group is defined and not button else if (group) { history.push("/group/".concat(objectId, "/").concat(tab)); } }; var open = Boolean(anchorEl); var id = open ? "simple-popover" : undefined; // Return Element return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(esm_Button_Button, { className: "breadcrumb-button", "aria-describedby": id, color: "secondary", variant: "contained", onClick: handleClick, "data-testid": "breadcrumb:button" }, /*#__PURE__*/react.createElement("span", { className: "breadcrumb-text", "data-testid": "breadcrumb:name" }, button ? button.name : group.name), /*#__PURE__*/react.createElement("i", { className: "fas fa-chevron-down" })), /*#__PURE__*/react.createElement(Popover_Popover, { id: id, className: "button-select-menu", open: open, anchorEl: anchorEl, onClose: handleClose, anchorOrigin: { vertical: "bottom", horizontal: "center" }, transformOrigin: { vertical: "top", horizontal: "center" }, "data-testid": "breadcrumb:popup" }, button ? /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(MenuItem_MenuItem, { className: "breadcrumb-select-options", onClick: function onClick() { return handleRedirect("menuButton"); }, "data-testid": "breadcrumbitem:menuButton", classes: { selected: classes.selected }, selected: menuButton }, translate_translate("utils.menu_button")), Object.values(getChildrenIndex(groups[button.parent].children)).map(function (buttonData, key) { return /*#__PURE__*/react.createElement(MenuItem_MenuItem, { key: key, className: "breadcrumb-select-options", onClick: function onClick() { return handleRedirect(buttonData.id); }, "data-testid": "breadcrumbitem:".concat(dlv_umd_default()(buttonData, "name", "test-id")), classes: { selected: classes.selected }, selected: button.id === buttonData.id }, buttonData.name); })) : Object.entries(groups).map(function (groupData, key) { return /*#__PURE__*/react.createElement(MenuItem_MenuItem, { className: "breadcrumb-select-options", key: key, onClick: function onClick() { return handleRedirect(groupData[1].id); }, classes: { selected: classes.selected }, "data-testid": "breadcrumbitem:".concat(dlv_umd_default()(groupData[1], "name", "test-id")), selected: button ? button.parent === groupData[1].id : group.id === groupData[1].id }, groupData[1].name); }))); } var BreadcrumbSelectWithRouter = withRouter(BreadcrumbSelect); /* harmony default export */ var BreadcrumbSelect_BreadcrumbSelect = (connect(function (state) { return { groups: state.groups, getChildrenIndex: function getChildrenIndex(groupId) { return selectors_getChildrenIndex(groupId, state); } }; })(BreadcrumbSelectWithRouter)); ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/Button/Header/Header.js function Header_slicedToArray(arr, i) { return Header_arrayWithHoles(arr) || Header_iterableToArrayLimit(arr, i) || Header_unsupportedIterableToArray(arr, i) || Header_nonIterableRest(); } function Header_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 Header_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Header_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 Header_arrayLikeToArray(o, minLen); } function Header_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 Header_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Header_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function Header_extends() { Header_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return Header_extends.apply(this, arguments); } function currentTab(tab) { if (tab === "advanced") { return 2; } else if (tab === "style") { return 1; } else { return 0; } } function Header(_ref) { var group = _ref.group, button = _ref.button, history = _ref.history, _ref$tab = _ref.tab, tab = _ref$tab === void 0 ? "general" : _ref$tab; var LinkTab = function LinkTab(props) { var url = "/group/".concat(group.id, "/button/").concat(button.id, "/").concat(props.page); return /*#__PURE__*/react.createElement(Tab_Tab, Header_extends({ style: tab === props.page ? { color: "#f08419" } : null, component: "a", href: "#".concat(url), onClick: function onClick() { if (history.location.pathname !== url) { history.push(url); } }, "data-testid": "buttongroupheader:button:".concat(props.page) }, props)); }; var ref = (0,react.useRef)(); var _useState = (0,react.useState)(null), _useState2 = Header_slicedToArray(_useState, 2), anchorEl = _useState2[0], setAnchorEl = _useState2[1]; (0,react.useEffect)(function () { setAnchorEl(ref.current); }, [ref]); return /*#__PURE__*/react.createElement("div", { className: "bar-header" }, /*#__PURE__*/react.createElement("div", { className: "breadcrumb" }, /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("bar.breadcrumb.tippy_home"), arrow: false }, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return history.push("/"); }, color: "primary", className: "home-button" }, /*#__PURE__*/react.createElement("span", { className: "breadcrumb-text" }, translate_translate("bar.breadcrumb.home")), /*#__PURE__*/react.createElement("i", { className: "fas fa-chevron-right" }))), /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("bar.breadcrumb.tippy_group"), arrow: false }, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return history.push("/group/".concat(group.id, "/").concat(tab)); }, color: "primary" }, /*#__PURE__*/react.createElement("span", { className: "breadcrumb-text" }, group.name), /*#__PURE__*/react.createElement("i", { className: "fas fa-chevron-right" }))), /*#__PURE__*/react.createElement(BreadcrumbSelect_BreadcrumbSelect, { button: button, tab: tab })), /*#__PURE__*/react.createElement(RandomTip_RandomTip, null), /*#__PURE__*/react.createElement("div", { className: "back-to-group" }, /*#__PURE__*/react.createElement("a", { href: "#/group/" + group.id }, /*#__PURE__*/react.createElement("i", { className: "fas fa-chevron-down" }), translate_translate("bar.edit_group_settings"))), /*#__PURE__*/react.createElement("div", { className: "mdc-card top-header", ref: ref }, /*#__PURE__*/react.createElement(Tabs/* default */.Z, { value: currentTab(tab), variant: "fullWidth", indicatorColor: "secondary", textColor: "secondary", className: "tab-bordered" }, /*#__PURE__*/react.createElement(LinkTab, { label: translate_translate("settings.setting_categories.general"), page: "general", "data-testid": "general-tab", icon: /*#__PURE__*/react.createElement("i", { className: "fas fa-wrench" }) }), /*#__PURE__*/react.createElement(Hints_Hints, { stepTrigger: 1, anchorEl: anchorEl, position: [0, 10], text: translate_translate("buttonizer_tour.hint.step_1") }), /*#__PURE__*/react.createElement(LinkTab, { label: translate_translate("utils.style"), page: "style", "data-testid": "style-tab", icon: /*#__PURE__*/react.createElement("i", { className: "fas fa-paint-brush" }) }), /*#__PURE__*/react.createElement(LinkTab, { label: translate_translate("utils.advanced"), page: "advanced", "data-testid": "advanced-tab", icon: /*#__PURE__*/react.createElement("i", { className: "fas fa-sliders-h" }) })))); } /* harmony default export */ var Header_Header = (withRouter(Header)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/CollapsibleGroup/CollapsibleGroup.js function CollapsibleGroup_extends() { CollapsibleGroup_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return CollapsibleGroup_extends.apply(this, arguments); } function CollapsibleGroup_slicedToArray(arr, i) { return CollapsibleGroup_arrayWithHoles(arr) || CollapsibleGroup_iterableToArrayLimit(arr, i) || CollapsibleGroup_unsupportedIterableToArray(arr, i) || CollapsibleGroup_nonIterableRest(); } function CollapsibleGroup_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 CollapsibleGroup_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return CollapsibleGroup_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 CollapsibleGroup_arrayLikeToArray(o, minLen); } function CollapsibleGroup_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 CollapsibleGroup_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function CollapsibleGroup_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function CollapsibleGroup_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = CollapsibleGroup_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 CollapsibleGroup_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; } function CollapsibleGroup(_ref) { var _ref$opened = _ref.opened, opened = _ref$opened === void 0 ? false : _ref$opened, _ref$title = _ref.title, title = _ref$title === void 0 ? "" : _ref$title, _ref$bodySpacing = _ref.bodySpacing, bodySpacing = _ref$bodySpacing === void 0 ? true : _ref$bodySpacing, _ref$className = _ref.className, className = _ref$className === void 0 ? null : _ref$className, children = _ref.children, onSetIsOpened = _ref.onSetIsOpened, groupProps = CollapsibleGroup_objectWithoutProperties(_ref, ["opened", "title", "bodySpacing", "className", "children", "onSetIsOpened"]); if (children == null) return null; var _useState = (0,react.useState)(opened), _useState2 = CollapsibleGroup_slicedToArray(_useState, 2), isOpened = _useState2[0], setIsOpened = _useState2[1]; (0,react.useEffect)(function () { setIsOpened(opened); }, [opened]); var handleClick = function handleClick() { var newIsOpened = !isOpened; onSetIsOpened && onSetIsOpened(newIsOpened); setIsOpened(newIsOpened); }; return /*#__PURE__*/react.createElement("div", { className: (0,clsx_m/* default */.Z)("collapsible-group mdc-card", isOpened && "collapsible-opened", className) }, /*#__PURE__*/react.createElement(esm_Button_Button, CollapsibleGroup_extends({ onClick: handleClick, color: "primary" }, groupProps), title, " ", /*#__PURE__*/react.createElement("i", { className: "fas fa-chevron-down" })), isOpened && /*#__PURE__*/react.createElement("div", { className: (0,clsx_m/* default */.Z)(bodySpacing && "collapsible-body") }, children)); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/SettingsContainer/SettingsContainer.js function SettingsContainer_extends() { SettingsContainer_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return SettingsContainer_extends.apply(this, arguments); } function SettingsContainer_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = SettingsContainer_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 SettingsContainer_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; } function SettingsContainer(_ref) { var _ref$className = _ref.className, className = _ref$className === void 0 ? null : _ref$className, _ref$title = _ref.title, title = _ref$title === void 0 ? null : _ref$title, _ref$children = _ref.children, children = _ref$children === void 0 ? null : _ref$children, _ref$fullWidth = _ref.fullWidth, fullWidth = _ref$fullWidth === void 0 ? true : _ref$fullWidth, _ref$tooltip = _ref.tooltip, tooltip = _ref$tooltip === void 0 ? null : _ref$tooltip, props = SettingsContainer_objectWithoutProperties(_ref, ["className", "title", "children", "fullWidth", "tooltip"]); return /*#__PURE__*/react.createElement("div", SettingsContainer_extends({ className: (0,clsx_m/* default */.Z)("settings-container", fullWidth && "container-full-width", className) }, props), title ? /*#__PURE__*/react.createElement("span", { className: "settings-title" }, title, tooltip == null ? null : /*#__PURE__*/react.createElement(Tippy_Tippy, { content: tooltip, ignorePreference: true, disabled: tooltip == null }, /*#__PURE__*/react.createElement(esm_Icon_Icon, { color: "primary", fontSize: "small", className: "fas fa-info-circle" }))) : /*#__PURE__*/react.createElement(react.Fragment, null), /*#__PURE__*/react.createElement("div", { className: "settings-content" }, children)); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/Visibility/Visibility.js function Visibility_slicedToArray(arr, i) { return Visibility_arrayWithHoles(arr) || Visibility_iterableToArrayLimit(arr, i) || Visibility_unsupportedIterableToArray(arr, i) || Visibility_nonIterableRest(); } function Visibility_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 Visibility_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Visibility_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 Visibility_arrayLikeToArray(o, minLen); } function Visibility_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 Visibility_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Visibility_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function Visibility(_ref) { var _ref$mobile = _ref.mobile, mobile = _ref$mobile === void 0 ? false : _ref$mobile, _ref$desktop = _ref.desktop, desktop = _ref$desktop === void 0 ? false : _ref$desktop, onChange = _ref.onChange; var _useState = (0,react.useState)(mobile), _useState2 = Visibility_slicedToArray(_useState, 2), mobileSelected = _useState2[0], setMobileSelected = _useState2[1]; var _useState3 = (0,react.useState)(desktop), _useState4 = Visibility_slicedToArray(_useState3, 2), desktopSelected = _useState4[0], setDesktopSelected = _useState4[1]; (0,react.useEffect)(function () { setMobileSelected(mobile); setDesktopSelected(desktop); }, [mobile, desktop]); return /*#__PURE__*/react.createElement(SettingsContainer, { title: translate_translate("settings.show_mobile_desktop.title"), fullWidth: false, className: "desktop-mobile-visibility" }, /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("settings.show_mobile_desktop.mobile") }, /*#__PURE__*/react.createElement(esm_Button_Button, { className: "buttonMobile", onClick: function onClick() { var update = !mobileSelected; setMobileSelected(update); onChange("show_mobile", update); }, variant: mobileSelected ? "contained" : "outlined", color: "primary", "data-testid": "setting:mobile-visibility" }, /*#__PURE__*/react.createElement("i", { className: "fas fa-mobile-alt" }))), /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("settings.show_mobile_desktop.desktop") }, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { var update = !desktopSelected; setDesktopSelected(update); onChange("show_desktop", update); }, variant: desktopSelected ? "contained" : "outlined", color: "primary", "data-testid": "setting:desktop-visibility" }, /*#__PURE__*/react.createElement("i", { className: "fas fa-desktop" })))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/Label/Label.js function Label_slicedToArray(arr, i) { return Label_arrayWithHoles(arr) || Label_iterableToArrayLimit(arr, i) || Label_unsupportedIterableToArray(arr, i) || Label_nonIterableRest(); } function Label_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 Label_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Label_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 Label_arrayLikeToArray(o, minLen); } function Label_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 Label_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Label_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function Label(_ref) { var value = _ref.value, _onChange = _ref.onChange, _ref$placeholder = _ref.placeholder, placeholder = _ref$placeholder === void 0 ? "" : _ref$placeholder; var _useState = (0,react.useState)(value), _useState2 = Label_slicedToArray(_useState, 2), label = _useState2[0], setLabel = _useState2[1]; var _useState3 = (0,react.useState)(true), _useState4 = Label_slicedToArray(_useState3, 2), usePlaceholder = _useState4[0], setUsePlaceholder = _useState4[1]; var _useState5 = (0,react.useState)(placeholder), _useState6 = Label_slicedToArray(_useState5, 2), labelPlaceholder = _useState6[0], setPlaceholder = _useState6[1]; (0,react.useEffect)(function () { setLabel(value); }, [value]); (0,react.useEffect)(function () { setPlaceholder(placeholder); setUsePlaceholder(true); }, [placeholder]); return /*#__PURE__*/react.createElement(esm_TextField_TextField, { variant: "outlined", label: translate_translate("settings.label.placeholder"), onChange: function onChange(obj) { setUsePlaceholder(false); setLabel(obj.target.value); _onChange(obj.target.value); }, value: label ? label : usePlaceholder ? labelPlaceholder : label, fullWidth: true, inputProps: { "data-testid": "setting:label" }, className: "general-label-text" }); } // EXTERNAL MODULE: ./node_modules/validator/lib/isEmail.js var isEmail = __webpack_require__(83868); var isEmail_default = /*#__PURE__*/__webpack_require__.n(isEmail); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ButtonAction/ButtonActionValue/Mail/Mail.js function Mail_slicedToArray(arr, i) { return Mail_arrayWithHoles(arr) || Mail_iterableToArrayLimit(arr, i) || Mail_unsupportedIterableToArray(arr, i) || Mail_nonIterableRest(); } function Mail_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 Mail_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Mail_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 Mail_arrayLikeToArray(o, minLen); } function Mail_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 Mail_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Mail_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } var Mail_useStyles = function useStyles() { return styles_makeStyles(function () { return { root: { "& .MuiFormLabel-root.Mui-error": { color: "#f08419" }, "& .MuiOutlinedInput-root.Mui-error": { "& fieldset": { borderColor: "#f08419" } }, "& .MuiFormHelperText-root.Mui-error": { color: "#f08419" } } }; }); }; function Mail(_ref) { var _ref$value = _ref.value, value = _ref$value === void 0 ? "" : _ref$value, _ref$subject = _ref.subject, subject = _ref$subject === void 0 ? "" : _ref$subject, _ref$body = _ref.body, body = _ref$body === void 0 ? "" : _ref$body, _ref$cc = _ref.cc, cc = _ref$cc === void 0 ? "" : _ref$cc, _ref$bcc = _ref.bcc, bcc = _ref$bcc === void 0 ? "" : _ref$bcc, _onChange = _ref.onChange, helperText = _ref.helperText; var _useState = (0,react.useState)(cc !== ""), _useState2 = Mail_slicedToArray(_useState, 2), showCC = _useState2[0], setShowCC = _useState2[1]; var _useState3 = (0,react.useState)(bcc !== ""), _useState4 = Mail_slicedToArray(_useState3, 2), showBCC = _useState4[0], setShowBCC = _useState4[1]; var isInvalid = value !== "" ? !isEmail_default()(value) : false; var classes = Mail_useStyles(helperText)(); return /*#__PURE__*/react.createElement("div", { className: "button-action-value" }, /*#__PURE__*/react.createElement(esm_TextField_TextField, { className: classes.root, variant: "outlined", fullWidth: true, value: value, inputProps: { "data-testid": "action:field" }, label: translate_translate("settings.button_action.placeholders.mail.recipient"), helperText: isInvalid ? translate_translate("settings.button_action.actions.mail.invalid") : null, error: isInvalid, onChange: function onChange(obj) { _onChange(obj.target.value); } }), /*#__PURE__*/react.createElement(esm_TextField_TextField, { variant: "outlined", fullWidth: true, value: subject, label: translate_translate("settings.button_action.placeholders.mail.subject"), onChange: function onChange(obj) { _onChange(obj.target.value, "text_subject"); }, inputProps: { "data-testid": "action:field" } }), showCC ? /*#__PURE__*/react.createElement(esm_TextField_TextField, { variant: "outlined", fullWidth: true, value: cc, label: translate_translate("settings.button_action.placeholders.mail.cc"), onChange: function onChange(obj) { _onChange(obj.target.value, "text_cc"); } }) : /*#__PURE__*/react.createElement(esm_Button_Button, { color: "primary", size: "small", style: { textTransform: "capitalize", marginBottom: "15px" }, startIcon: "+", onClick: function onClick() { return setShowCC(true); } }, "Cc"), showBCC ? /*#__PURE__*/react.createElement(esm_TextField_TextField, { variant: "outlined", fullWidth: true, value: bcc, label: translate_translate("settings.button_action.placeholders.mail.bcc"), onChange: function onChange(obj) { _onChange(obj.target.value, "text_bcc"); } }) : /*#__PURE__*/react.createElement(esm_Button_Button, { color: "primary", size: "small", style: { textTransform: "capitalize", marginBottom: "15px" }, onClick: function onClick() { return setShowBCC(true); }, startIcon: "+" }, "Bcc"), /*#__PURE__*/react.createElement(esm_TextField_TextField, { variant: "outlined", fullWidth: true, multiline: true, rows: 4, inputProps: { "data-testid": "action:field" }, value: body, label: translate_translate("settings.button_action.placeholders.mail.body"), onChange: function onChange(obj) { _onChange(obj.target.value, "text_body"); } })); } // EXTERNAL MODULE: ./node_modules/validator/lib/isMobilePhone.js var isMobilePhone = __webpack_require__(28355); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ButtonAction/ButtonActionValue/WhatsApp/WhatsApp.js function WhatsApp(_ref) { var _ref$value = _ref.value, value = _ref$value === void 0 ? "" : _ref$value, _ref$body = _ref.body, body = _ref$body === void 0 ? "" : _ref$body, _onChange = _ref.onChange; var isValidPhoneNumber = value !== "" ? (0,isMobilePhone/* default */.ZP)(value, "any", {}) : true; return /*#__PURE__*/react.createElement("div", { className: "button-action-subject" }, /*#__PURE__*/react.createElement(esm_TextField_TextField, { variant: "outlined", fullWidth: true, value: value, helperText: !isValidPhoneNumber ? translate_translate("settings.button_action.actions.phone_number.invalid") : null, error: !isValidPhoneNumber, label: translate_translate("settings.button_action.actions.phone_number.number"), inputProps: { "data-testid": "action:field" }, onChange: function onChange(obj) { _onChange(obj.target.value); } }), /*#__PURE__*/react.createElement(esm_TextField_TextField, { variant: "outlined", fullWidth: true, multiline: true, rows: 4, value: body, label: translate_translate("settings.button_action.placeholders.message"), inputProps: { "data-testid": "action:field" }, onChange: function onChange(obj) { _onChange(obj.target.value, "text_body"); } }), /*#__PURE__*/react.createElement("p", null, /*#__PURE__*/react.createElement(Trans, { i18nKey: "settings.button_action.actions.whatsapp_info", components: { a: /*#__PURE__*/react.createElement("a", { href: "https://faq.whatsapp.com/en/android/26000030/", target: "_blank" }) } }))); } // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/ListSubheader/ListSubheader.js var ListSubheader = __webpack_require__(96837); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ButtonAction/ButtonActionValue/SocialSharing/SocialSharing.js function SocialSharing_slicedToArray(arr, i) { return SocialSharing_arrayWithHoles(arr) || SocialSharing_iterableToArrayLimit(arr, i) || SocialSharing_unsupportedIterableToArray(arr, i) || SocialSharing_nonIterableRest(); } function SocialSharing_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 SocialSharing_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return SocialSharing_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 SocialSharing_arrayLikeToArray(o, minLen); } function SocialSharing_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 SocialSharing_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function SocialSharing_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } var SocialSharing_useStyles = styles_makeStyles(function (theme) { return { item: { padding: "6px 31px" }, group: { fontWeight: theme.typography.fontWeightMedium, opacity: 1, cursor: "default", pointerEvents: "none", userSelect: "none", fontSize: "17px" } }; }); function SocialSharing(_ref) { var _ref$value = _ref.value, value = _ref$value === void 0 ? "" : _ref$value, _ref$body = _ref.body, body = _ref$body === void 0 ? "" : _ref$body, _onChange = _ref.onChange; var values = ["facebook", "twitter", "whatsapp", "linkedin", "pinterest", "mail", "sms", "reddit", "tumblr", "weibo", "vk", "ok", "xing", "blogger", "flipboard", "line"]; var valuesWithBody = ["twitter", "whatsapp", "mail", "sms", "vk", "blogger", "tumblr", "weibo"]; var parameters = { "Site URL": "[site-url]", "Site Title": "[site-title]" }; var inputLabel = (0,react.useRef)(null); var bodyInputRef = (0,react.useRef)(null); var _useState = (0,react.useState)([]), _useState2 = SocialSharing_slicedToArray(_useState, 2), selection = _useState2[0], setSelection = _useState2[1]; // make sure parameters are inserted at selection var changeSelection = function changeSelection() { return setSelection([bodyInputRef.current.selectionStart, bodyInputRef.current.selectionEnd]); }; // we want the parameter to insert at the end if there is no focus var removeSelection = function removeSelection(event) { return !dlv_umd_default()(event, "relatedTarget.className", "").includes("MuiChip") && setSelection([body.length, body.length]); }; var insertParameter = function insertParameter(parameter) { // insert text var newString = body.split(""); newString.splice(selection[0], selection[1] - selection[0], parameter); _onChange(newString.join(""), "text_body"); // Timeout, otherwise it doesn't work. // select at the end of inserted parameter string setTimeout(function () { return bodyInputRef.current.setSelectionRange(selection[0] + parameter.length, selection[0] + parameter.length); }, 100); }; var classes = SocialSharing_useStyles(); var _useState3 = (0,react.useState)(0), _useState4 = SocialSharing_slicedToArray(_useState3, 2), labelWidth = _useState4[0], setLabelWidth = _useState4[1]; if (!values.includes(value)) { _onChange("facebook"); } (0,react.useEffect)(function () { setLabelWidth(inputLabel.current.offsetWidth); }, []); return /*#__PURE__*/react.createElement(FormControl_FormControl, { variant: "outlined", fullWidth: true, className: "button-action-value" }, /*#__PURE__*/react.createElement(InputLabel_InputLabel, { ref: inputLabel }, translate_translate("settings.button_action.title")), /*#__PURE__*/react.createElement(Select_Select, { labelId: "button-action-value", value: value, onChange: function onChange(e) { _onChange(e.target.value); }, labelWidth: labelWidth, MenuProps: { anchorOrigin: { vertical: "bottom", horizontal: "center" }, transformOrigin: { vertical: "top", horizontal: "center" }, getContentAnchorEl: null }, style: { marginBottom: "15px" }, inputProps: { "data-testid": "action:select" } }, /*#__PURE__*/react.createElement(ListSubheader/* default */.Z, { disableSticky: true, value: null, className: classes.group }, translate_translate("settings.button_action.actions.social_sharing.popular") + ":"), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "facebook", className: classes.item }, translate_translate("settings.button_action.actions.share_page_on", { platform: "Facebook" })), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "twitter", className: classes.item }, translate_translate("settings.button_action.actions.share_page_on", { platform: "Twitter" })), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "whatsapp", className: classes.item }, translate_translate("settings.button_action.actions.share_page_on", { platform: "Whatsapp" })), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "linkedin", className: classes.item }, translate_translate("settings.button_action.actions.share_page_on", { platform: "LinkedIn" })), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "pinterest", className: classes.item }, translate_translate("settings.button_action.actions.share_page_on", { platform: "Pinterest" })), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "mail", className: classes.item }, translate_translate("settings.button_action.actions.share_page_via", { platform: "email" })), /*#__PURE__*/react.createElement(ListSubheader/* default */.Z, { disableSticky: true, value: null, className: classes.group }, translate_translate("settings.button_action.actions.social_sharing.other") + ":"), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "sms", className: classes.item }, translate_translate("settings.button_action.actions.share_page_on", { platform: "SMS" })), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "reddit", className: classes.item }, translate_translate("settings.button_action.actions.share_page_on", { platform: "Reddit" })), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "tumblr", className: classes.item }, translate_translate("settings.button_action.actions.share_page_on", { platform: "Tumblr" })), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "weibo", className: classes.item }, translate_translate("settings.button_action.actions.share_page_on", { platform: "Weibo" })), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "vk", className: classes.item }, translate_translate("settings.button_action.actions.share_page_on", { platform: "VK" })), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "ok", className: classes.item }, translate_translate("settings.button_action.actions.share_page_on", { platform: "OK.ru (Odnoklassniki)" })), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "xing", className: classes.item }, translate_translate("settings.button_action.actions.share_page_on", { platform: "Xing" })), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "blogger", className: classes.item }, translate_translate("settings.button_action.actions.share_page_on", { platform: "Blogger" })), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "flipboard", className: classes.item }, translate_translate("settings.button_action.actions.share_page_on", { platform: "Flipboard" })), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "line", className: classes.item }, translate_translate("settings.button_action.actions.share_page_on", { platform: "Line" }))), valuesWithBody.includes(value) ? /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(esm_TextField_TextField, { variant: "outlined", fullWidth: true, multiline: true, rows: 2, onSelect: changeSelection, onBlur: removeSelection, inputRef: bodyInputRef, label: translate_translate("settings.button_action.placeholders.mail.body"), value: body, inputProps: { "data-testid": "action:field" }, onChange: function onChange(obj) { _onChange(obj.target.value, "text_body"); } }), /*#__PURE__*/react.createElement("div", null, "Insert parameter:", Object.entries(parameters).map(function (_ref2, index) { var _ref3 = SocialSharing_slicedToArray(_ref2, 2), name = _ref3[0], value = _ref3[1]; return /*#__PURE__*/react.createElement(Chip/* default */.Z, { onClick: function onClick() { return insertParameter(value); }, size: "small", variant: "outlined", key: index, label: name, style: { marginLeft: "5px" } }); })), /*#__PURE__*/react.createElement("br", null), "Body will look as follows: ", /*#__PURE__*/react.createElement("br", null), /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "caption" }, body.replace(/\[site-url\]/g, document.location).replace(/\[site-title\]/g, document.title))) : null); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ButtonAction/ButtonActionValue/Sms/Sms.js function Sms(_ref) { var _ref$value = _ref.value, value = _ref$value === void 0 ? "" : _ref$value, _ref$body = _ref.body, body = _ref$body === void 0 ? "" : _ref$body, _onChange = _ref.onChange; var isValidPhoneNumber = value !== "" ? (0,isMobilePhone/* default */.ZP)(value, "any", {}) : true; return /*#__PURE__*/react.createElement("div", { className: "button-action-value" }, /*#__PURE__*/react.createElement(esm_TextField_TextField, { variant: "outlined", fullWidth: true, value: value, label: translate_translate("settings.button_action.actions.phone_number.number"), helperText: !isValidPhoneNumber ? translate_translate("settings.button_action.actions.phone_number.invalid") : null, error: !isValidPhoneNumber, onChange: function onChange(obj) { _onChange(obj.target.value); }, inputProps: { "data-testid": "action:field" } }), /*#__PURE__*/react.createElement(esm_TextField_TextField, { variant: "outlined", fullWidth: true, multiline: true, rows: 4, inputProps: { "data-testid": "action:field" }, value: body, label: "SMS" + " " + translate_translate("settings.button_action.placeholders.mail.body"), onChange: function onChange(obj) { _onChange(obj.target.value, "text_body"); } }), /*#__PURE__*/react.createElement("p", { dangerouslySetInnerHTML: { __html: translate_translate("settings.button_action.actions.sms") } })); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ButtonAction/ButtonActionValue/TwitterDm/TwitterDm.js function TwitterDm(_ref) { var _ref$value = _ref.value, value = _ref$value === void 0 ? "" : _ref$value, _ref$body = _ref.body, body = _ref$body === void 0 ? "" : _ref$body, _onChange = _ref.onChange; var check = /^\d+$/; return /*#__PURE__*/react.createElement("div", { className: "button-action-value" }, /*#__PURE__*/react.createElement(esm_TextField_TextField, { variant: "outlined", fullWidth: true, value: value, label: "Account ID", helperText: !check.test(value) && value !== "" ? "Invalid account ID." : null, error: !check.test(value) && value !== "", onChange: function onChange(obj) { _onChange(obj.target.value.replace(/[^0-9]/gm, "")); }, inputProps: { "data-testid": "action:field" } }), /*#__PURE__*/react.createElement(esm_TextField_TextField, { variant: "outlined", fullWidth: true, inputProps: { "data-testid": "action:field" }, multiline: true, rows: 4, value: body, label: translate_translate("settings.button_action.placeholders.message"), onChange: function onChange(obj) { _onChange(obj.target.value, "text_body"); } }), /*#__PURE__*/react.createElement("p", null, /*#__PURE__*/react.createElement(Trans, { i18nKey: "settings.button_action.actions.twitter_info", components: { findAccountLink: /*#__PURE__*/react.createElement("a", { href: "https://tweeterid.com/", target: "_blank" }), allowDirectMessagesLink: /*#__PURE__*/react.createElement("a", { href: "https://help.twitter.com/nl/using-twitter/direct-messages#receive", target: "_blank" }) } }))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ButtonAction/ButtonActionValue/ElementorPopup/ElementorPopup.js function ElementorPopup(_ref) { var _ref$value = _ref.value, value = _ref$value === void 0 ? "" : _ref$value, onChange = _ref.onChange; (0,react.useEffect)(function () { if (value.substring(0, 9) !== "elementor") { // Don't change old one if (value.substring(value.length - 1) === "E") return; if (value.substring(value.length - 3) !== "Ev2") onChange("elementor" + uniqueCharset() + "Ev2"); } }, []); return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("p", { dangerouslySetInnerHTML: { __html: translate_translate("settings.popups.elementor_guide") } }), /*#__PURE__*/react.createElement("pre", { style: { display: "flex" } }, /*#__PURE__*/react.createElement("code", { style: { fontSize: "11px", padding: "5.5px" } }, "a[", value.substring(value.length - 3) === "Ev2" ? "buttonizer-popup" : "href", "=\"#", value, "\"]"), /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("settings.popups.generate") }, /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { onClick: function onClick() { onChange("elementor" + uniqueCharset() + "Ev2"); }, variant: "contained", color: "primary", style: { padding: "5px" } }, /*#__PURE__*/react.createElement("i", { className: "fas fa-redo-alt", style: { fontSize: "14px" } })))), /*#__PURE__*/react.createElement(KnowledgeBaseLink, { articleId: 76, setting: "Elementor Popup" })); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ButtonAction/ButtonActionValue/PopupMaker/PopupMaker.js function PopupMaker(_ref) { var _ref$value = _ref.value, value = _ref$value === void 0 ? "" : _ref$value, onChange = _ref.onChange; (0,react.useEffect)(function () { if (value.substring(0, 10) !== "popupMaker") { // Don't change old one if (value.substring(value.length - 1) === "P") return; if (value.substring(value.length - 3) !== "Pv2") onChange("popupMaker" + uniqueCharset() + "Pv2"); } }, []); return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("p", { dangerouslySetInnerHTML: { __html: translate_translate("settings.popups.popup_maker_guide") } }), /*#__PURE__*/react.createElement("pre", { style: { display: "flex" } }, /*#__PURE__*/react.createElement("code", { style: { fontSize: "11px", padding: "5.5px" } }, "a[", value.substring(value.length - 3) === "Pv2" ? "buttonizer-popup" : "href", "=\"#", value, "\"]"), /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("settings.popups.generate") }, /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { onClick: function onClick() { onChange("popupMaker" + uniqueCharset() + "Pv2"); }, variant: "contained", color: "primary", style: { padding: "5px" } }, /*#__PURE__*/react.createElement("i", { className: "fas fa-redo-alt", style: { fontSize: "14px" } })))), /*#__PURE__*/react.createElement(KnowledgeBaseLink, { articleId: 77, setting: "Popup Maker" })); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ButtonAction/ButtonActionValue/ButtonActionNewTab/ButtonActionNewTab.js function ButtonActionNewTab_slicedToArray(arr, i) { return ButtonActionNewTab_arrayWithHoles(arr) || ButtonActionNewTab_iterableToArrayLimit(arr, i) || ButtonActionNewTab_unsupportedIterableToArray(arr, i) || ButtonActionNewTab_nonIterableRest(); } function ButtonActionNewTab_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 ButtonActionNewTab_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ButtonActionNewTab_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 ButtonActionNewTab_arrayLikeToArray(o, minLen); } function ButtonActionNewTab_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 ButtonActionNewTab_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function ButtonActionNewTab_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function ButtonActionNewTab(_ref) { var value = _ref.value, onChange = _ref.onChange; var useStyles = styles_makeStyles(function (theme) { return { formControl: { margin: theme.spacing(0), marginTop: 10, paddingBottom: 20 } }; }); var classes = useStyles(); var inputLabel = (0,react.useRef)(null); var _useState = (0,react.useState)(0), _useState2 = ButtonActionNewTab_slicedToArray(_useState, 2), labelWidth = _useState2[0], setLabelWidth = _useState2[1]; var new_tab = "_self"; if (value) { if (value === true) new_tab = "_blank";else if (typeof value === "string") new_tab = value; } (0,react.useEffect)(function () { setLabelWidth(inputLabel.current.offsetWidth); }, []); var handleChange = function handleChange(e) { if (e.target.value) { onChange(e.target.value); } if (e.target.value === null) { onChange("_blank"); } }; return /*#__PURE__*/react.createElement(FormControl_FormControl, { variant: "outlined", className: classes.formControl, fullWidth: true, size: "small" }, /*#__PURE__*/react.createElement(InputLabel_InputLabel, { ref: inputLabel }, translate_translate("settings.button_action.open_url.title")), /*#__PURE__*/react.createElement(Select_Select, { onChange: handleChange, labelWidth: labelWidth, value: new_tab, MenuProps: { anchorOrigin: { vertical: "bottom", horizontal: "center" }, transformOrigin: { vertical: "top", horizontal: "center" }, getContentAnchorEl: null } }, /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "_self" }, "Current window"), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "_blank" }, "New tab"), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "_newWindow" }, "New window"), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "_popupWindow" }, "Pop-up window"))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ButtonAction/ButtonActionValue/DefaultTextField/DefaultTextField.js /** * DefaultTextField * Create a textfield that changes placeholder and such * * @param type string: Specify textfield type * @param placeholder string: Add a placholder in textfield * @param newTab bool: Add open in new tab toggle * @param paragraph string: Add paragraph under textfield * @param knowledge permalink, name: Add knowledgebase link under textfield * @param object object: Button object */ var DefaultTextField_useStyles = function useStyles() { return styles_makeStyles(function () { return { root: { "& .MuiFormLabel-root.Mui-error": { color: "#f08419" }, "& .MuiOutlinedInput-root.Mui-error": { "& fieldset": { borderColor: "#f08419" } }, "& .MuiFormHelperText-root.Mui-error": { color: "#f08419" } } }; }); }; function DefaultTextField(_ref) { var _ref$value = _ref.value, value = _ref$value === void 0 ? "" : _ref$value, newTab = _ref.newTab, placeholder = _ref.placeholder, type = _ref.type, paragraph = _ref.paragraph, knowledge = _ref.knowledge, _onChange = _ref.onChange, _ref$checkPhoneNumber = _ref.checkPhoneNumber, checkPhoneNumber = _ref$checkPhoneNumber === void 0 ? false : _ref$checkPhoneNumber, _ref$checkText = _ref.checkText, checkText = _ref$checkText === void 0 ? "Invalid" : _ref$checkText, helperText = _ref.helperText, _ref$children = _ref.children, children = _ref$children === void 0 ? false : _ref$children; var isValidPhoneNumber = checkPhoneNumber ? value !== "" ? (0,isMobilePhone/* default */.ZP)(value, "any", {}) : true : true; var classes = DefaultTextField_useStyles(helperText)(); return /*#__PURE__*/react.createElement("div", { className: "button-action-value" }, /*#__PURE__*/react.createElement(esm_TextField_TextField, { className: classes.root, variant: "outlined", fullWidth: true, inputProps: { "data-testid": "action:field" }, type: type ? type : "text", helperText: //is there an error check? checkPhoneNumber ? // check if else !isValidPhoneNumber ? checkText : null : null, error: //is there an error check? checkPhoneNumber ? // check for errors !isValidPhoneNumber : false, value: value, label: placeholder, onChange: function onChange(obj) { _onChange(obj.target.value); } }), children && children, newTab ? /*#__PURE__*/react.createElement(ButtonActionNewTab, { value: newTab.action_new_tab, onChange: function onChange(val) { _onChange(val, "action_new_tab"); } }) : /*#__PURE__*/react.createElement(react.Fragment, null), paragraph ? paragraph : /*#__PURE__*/react.createElement(react.Fragment, null), knowledge ? addKnowledgeBaseLink(knowledge) : /*#__PURE__*/react.createElement(react.Fragment, null)); } function addKnowledgeBaseLink(knowledge) { return /*#__PURE__*/react.createElement("a", { className: "info-link has-margin-everywhere", href: "https://community.buttonizer.pro/knowledgebase" + (knowledge.permalink === "" ? "" : "/" + knowledge.permalink) }, knowledge.name ? /*#__PURE__*/react.createElement(Trans, { i18nKey: "utils.knowledge_link", values: { setting: knowledge.name }, components: { bold: /*#__PURE__*/react.createElement("strong", null) } }) : translate_translate("utils.visit_knowledgebase")); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ButtonAction/ButtonActionValue/MessengerChat/MessengerLanguageCodes.json var MessengerLanguageCodes_namespaceObject = JSON.parse('{"af_ZA":"Afrikaans","ar_AR":"Arabic","az_AZ":"Azerbaijani","be_BY":"Belarusian","bg_BG":"Bulgarian","bn_IN":"Bengali","bs_BA":"Bosnian","ca_ES":"Catalan","cs_CZ":"Czech","cy_GB":"Welsh","da_DK":"Danish","de_DE":"German","el_GR":"Greek","en_GB":"English (UK)","en_PI":"English (Pirate)","en_UD":"English (Upside Down)","en_US":"English (US)","eo_EO":"Esperanto","es_ES":"Spanish (Spain)","es_LA":"Spanish","et_EE":"Estonian","eu_ES":"Basque","fa_IR":"Persian","fb_LT":"Leet Speak","fi_FI":"Finnish","fo_FO":"Faroese","fr_CA":"French (Canada)","fr_FR":"French (France)","fy_NL":"Frisian","ga_IE":"Irish","gl_ES":"Galician","he_IL":"Hebrew","hi_IN":"Hindi","hr_HR":"Croatian","hu_HU":"Hungarian","hy_AM":"Armenian","id_ID":"Indonesian","is_IS":"Icelandic","it_IT":"Italian","ja_JP":"Japanese","ka_GE":"Georgian","km_KH":"Khmer","ko_KR":"Korean","ku_TR":"Kurdish","la_VA":"Latin","lt_LT":"Lithuanian","lv_LV":"Latvian","mk_MK":"Macedonian","ml_IN":"Malayalam","ms_MY":"Malay","nb_NO":"Norwegian (bokmal)","ne_NP":"Nepali","nl_NL":"Dutch","nn_NO":"Norwegian (nynorsk)","pa_IN":"Punjabi","pl_PL":"Polish","ps_AF":"Pashto","pt_BR":"Portuguese (Brazil)","pt_PT":"Portuguese (Portugal)","ro_RO":"Romanian","ru_RU":"Russian","sk_SK":"Slovak","sl_SI":"Slovenian","sq_AL":"Albanian","sr_RS":"Serbian","sv_SE":"Swedish","sw_KE":"Swahili","ta_IN":"Tamil","te_IN":"Telugu","th_TH":"Thai","tl_PH":"Filipino","tr_TR":"Turkish","uk_UA":"Ukrainian","vi_VN":"Vietnamese","zh_CN":"Simplified Chinese (China)","zh_HK":"Traditional Chinese (Hong Kong)","zh_TW":"Traditional Chinese (Taiwan)"}'); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ButtonAction/ButtonActionValue/MessengerChat/MessengerChat.js function MessengerChat_slicedToArray(arr, i) { return MessengerChat_arrayWithHoles(arr) || MessengerChat_iterableToArrayLimit(arr, i) || MessengerChat_unsupportedIterableToArray(arr, i) || MessengerChat_nonIterableRest(); } function MessengerChat_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 MessengerChat_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return MessengerChat_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 MessengerChat_arrayLikeToArray(o, minLen); } function MessengerChat_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 MessengerChat_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function MessengerChat_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function MessengerChat(_ref) { var data = _ref.data, _onChange = _ref.onChange, buttonId = _ref.buttonId, buttons = _ref.buttons; var _useState = (0,react.useState)(false), _useState2 = MessengerChat_slicedToArray(_useState, 2), dialogOpened = _useState2[0], setDialogOpened = _useState2[1]; var _useState3 = (0,react.useState)(false), _useState4 = MessengerChat_slicedToArray(_useState3, 2), dialogShowed = _useState4[0], setDialogShowed = _useState4[1]; var _useState5 = (0,react.useState)(0), _useState6 = MessengerChat_slicedToArray(_useState5, 2), labelWidth = _useState6[0], setLabelWidth = _useState6[1]; var inputLabel = (0,react.useRef)(null); var messengerLanguages = function messengerLanguages() { var all = []; Object.entries(MessengerLanguageCodes_namespaceObject).map(function (_ref2, key) { var _ref3 = MessengerChat_slicedToArray(_ref2, 2), code = _ref3[0], name = _ref3[1]; all.push( /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: code, key: key }, name)); }); return all; }; // Handle close button var handleClose = function handleClose() { _onChange("url", "type"); setDialogOpened(false); }; if (!dialogShowed) { for (var _i2 = 0, _Object$entries = Object.entries(buttons); _i2 < _Object$entries.length; _i2++) { var button = _Object$entries[_i2]; if (button[1].type === "messenger_chat" && button[1].id !== buttonId) { setDialogOpened(true); setDialogShowed(true); } } } (0,react.useEffect)(function () { setLabelWidth(inputLabel.current.offsetWidth); // setButtonAction(value || "facebook"); }, []); return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(DefaultTextField, { value: data.action, check: /^\d+$/, checkText: translate_translate("settings.button_action.actions.messenger_chat.invalid"), placeholder: translate_translate("settings.button_action.actions.messenger_chat.page_id"), paragraph: /*#__PURE__*/react.createElement("p", null, /*#__PURE__*/react.createElement(Trans, { i18nKey: "settings.button_action.actions.messenger_chat.description", components: { howToLink: /*#__PURE__*/react.createElement("a", { href: "https://developers.facebook.com/docs/messenger-platform/reference/messenger-profile-api/domain-whitelisting#page_settings", target: "_blank" }), helpLink: /*#__PURE__*/react.createElement("a", { href: "https://www.facebook.com/help/1503421039731588", target: "_blank" }) } })), knowledge: { permalink: 59, name: "Facebook Messenger Chat Widget" }, onChange: function onChange(val, type) { _onChange(val, type); } }, /*#__PURE__*/react.createElement(FormControl_FormControl, { variant: "outlined", fullWidth: true, style: { marginBottom: "15px" } }, /*#__PURE__*/react.createElement(InputLabel_InputLabel, { ref: inputLabel }, translate_translate("settings.button_action.actions.messenger_chat.language")), /*#__PURE__*/react.createElement(Select_Select, { value: data.messenger_lang || "en_US", onChange: function onChange(e) { _onChange(e.target.value, "messenger_lang"); }, labelWidth: labelWidth, MenuProps: { anchorOrigin: { vertical: "bottom", horizontal: "center" }, transformOrigin: { vertical: "top", horizontal: "center" }, getContentAnchorEl: null } }, messengerLanguages()))), /*#__PURE__*/react.createElement(ConfirmDialog, { open: dialogOpened, title: "This is getting out of hand. Now, there are two of them!", buttons: [{ value: "close", text: "I understand" }], onClose: function onClose() { return handleClose(); } }, /*#__PURE__*/react.createElement(Typography/* default */.Z, null, "You currently have a button with a Facebook Messenger Chat Widget action.", /*#__PURE__*/react.createElement("br", null), "As of now, the Facebook Messenger SDK can only support ", /*#__PURE__*/react.createElement("b", null, "1"), " ", "Facebook Messenger Chat Widget.", /*#__PURE__*/react.createElement("br", null), /*#__PURE__*/react.createElement("br", null), "Button with Facebook Messenger Widget: ", /*#__PURE__*/react.createElement("br", null), "Button:", Object.entries(buttons).map(function (button) { if (button[1].type === "messenger_chat" && button[1].id !== buttonId) { return " ".concat(button[1].name); } })))); } /* harmony default export */ var MessengerChat_MessengerChat = (connect(function (state) { return { buttons: state.buttons }; })(MessengerChat)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/InputAdornment/InputAdornment.js var InputAdornment_styles = { /* Styles applied to the root element. */ root: { display: 'flex', height: '0.01em', // Fix IE 11 flexbox alignment. To remove at some point. maxHeight: '2em', alignItems: 'center', whiteSpace: 'nowrap' }, /* Styles applied to the root element if `variant="filled"`. */ filled: { '&$positionStart:not($hiddenLabel)': { marginTop: 16 } }, /* Styles applied to the root element if `position="start"`. */ positionStart: { marginRight: 8 }, /* Styles applied to the root element if `position="end"`. */ positionEnd: { marginLeft: 8 }, /* Styles applied to the root element if `disablePointerEvents=true`. */ disablePointerEvents: { pointerEvents: 'none' }, /* Styles applied if the adornment is used inside <FormControl hiddenLabel />. */ hiddenLabel: {}, /* Styles applied if the adornment is used inside <FormControl margin="dense" />. */ marginDense: {} }; var InputAdornment = /*#__PURE__*/react.forwardRef(function InputAdornment(props, ref) { var children = props.children, classes = props.classes, className = props.className, _props$component = props.component, Component = _props$component === void 0 ? 'div' : _props$component, _props$disablePointer = props.disablePointerEvents, disablePointerEvents = _props$disablePointer === void 0 ? false : _props$disablePointer, _props$disableTypogra = props.disableTypography, disableTypography = _props$disableTypogra === void 0 ? false : _props$disableTypogra, position = props.position, variantProp = props.variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["children", "classes", "className", "component", "disablePointerEvents", "disableTypography", "position", "variant"]); var muiFormControl = useFormControl() || {}; var variant = variantProp; if (variantProp && muiFormControl.variant) { if (false) {} } if (muiFormControl && !variant) { variant = muiFormControl.variant; } return /*#__PURE__*/react.createElement(FormControl_FormControlContext.Provider, { value: null }, /*#__PURE__*/react.createElement(Component, (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className, disablePointerEvents && classes.disablePointerEvents, muiFormControl.hiddenLabel && classes.hiddenLabel, variant === 'filled' && classes.filled, { 'start': classes.positionStart, 'end': classes.positionEnd }[position], muiFormControl.margin === 'dense' && classes.marginDense), ref: ref }, other), typeof children === 'string' && !disableTypography ? /*#__PURE__*/react.createElement(Typography/* default */.Z, { color: "textSecondary" }, children) : children)); }); false ? 0 : void 0; /* harmony default export */ var InputAdornment_InputAdornment = ((0,withStyles/* default */.Z)(InputAdornment_styles, { name: 'MuiInputAdornment' })(InputAdornment)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ButtonAction/ButtonActionValue/ButtonActionRelAttributes/ButtonActionRelAttributes.js function ButtonActionRelAttributes_extends() { ButtonActionRelAttributes_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return ButtonActionRelAttributes_extends.apply(this, arguments); } function ButtonActionRelAttributes_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function ButtonActionRelAttributes_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ButtonActionRelAttributes_ownKeys(Object(source), true).forEach(function (key) { ButtonActionRelAttributes_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ButtonActionRelAttributes_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function ButtonActionRelAttributes_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function ButtonActionRelAttributes_slicedToArray(arr, i) { return ButtonActionRelAttributes_arrayWithHoles(arr) || ButtonActionRelAttributes_iterableToArrayLimit(arr, i) || ButtonActionRelAttributes_unsupportedIterableToArray(arr, i) || ButtonActionRelAttributes_nonIterableRest(); } function ButtonActionRelAttributes_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 ButtonActionRelAttributes_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ButtonActionRelAttributes_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 ButtonActionRelAttributes_arrayLikeToArray(o, minLen); } function ButtonActionRelAttributes_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 ButtonActionRelAttributes_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function ButtonActionRelAttributes_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function ButtonActionRelAttributes(_ref) { var value = _ref.value, _onChange = _ref.onChange; var _useState = (0,react.useState)(value ? value.split(" ") : []), _useState2 = ButtonActionRelAttributes_slicedToArray(_useState, 2), relParams = _useState2[0], setRelParams = _useState2[1]; var _useState3 = (0,react.useState)(false), _useState4 = ButtonActionRelAttributes_slicedToArray(_useState3, 2), autoCompleteOpened = _useState4[0], setAutoCompleteOpened = _useState4[1]; (0,react.useEffect)(function () { setRelParams(value ? value.split(" ") : []); }, [value]); return /*#__PURE__*/react.createElement(Autocomplete/* default */.ZP, { multiple: true, size: "small", id: "tags-outlined", clearText: translate_translate("utils.clear"), "data-testid": "button-action-rel", options: ["noreferrer", "nofollow", "noopener", "help", "prev", "next", "external", "alternate"], getOptionLabel: function getOptionLabel(option) { return option; }, value: relParams, filterSelectedOptions: true, disableCloseOnSelect: true, freeSolo: true, onOpen: function onOpen() { return setAutoCompleteOpened(true); }, onClose: function onClose() { setAutoCompleteOpened(false); // Save changes (if there are any) _onChange(relParams.length > 0 ? relParams.join(" ") : "unset"); }, onChange: function onChange(e, value) { setRelParams(value); // Only save if the autocomplete is closed if (!autoCompleteOpened) { _onChange(value.length > 0 ? value.join(" ") : "unset"); } }, forcePopupIcon: true, popupIcon: /*#__PURE__*/react.createElement("i", { className: "fas fa-caret-down", style: { fontSize: "0.8em" }, "data-testid": "button-action-rel-select-icon" }), renderInput: function renderInput(params) { return /*#__PURE__*/react.createElement(esm_TextField_TextField, ButtonActionRelAttributes_extends({}, params, { variant: "outlined", label: translate_translate("settings.button_action.rel_attributes.title"), placeholder: translate_translate("settings.button_action.rel_attributes.placeholder"), helperText: /*#__PURE__*/react.createElement(KnowledgeBaseLink, { articleId: 519, setting: translate_translate("settings.button_action.rel_attributes.title"), size: "small" }), InputProps: ButtonActionRelAttributes_objectSpread(ButtonActionRelAttributes_objectSpread({}, params.InputProps), {}, { "data-testid": "button-action-rel-input" }) })); } }); } // EXTERNAL MODULE: ./node_modules/validator/lib/isURL.js var lib_isURL = __webpack_require__(66823); var isURL_default = /*#__PURE__*/__webpack_require__.n(lib_isURL); ;// CONCATENATED MODULE: ./src/js/utils/isValidURL.js function isValidURL(value) { return isURL_default()(value, { protocols: ["http", "https"], require_tld: false, require_host: false }) || value.substr(0, 1) === "#"; } // EXTERNAL MODULE: ./node_modules/@material-ui/icons/AttachFile.js var AttachFile = __webpack_require__(37726); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ButtonAction/ButtonActionValue/Url/Url.js function Url_slicedToArray(arr, i) { return Url_arrayWithHoles(arr) || Url_iterableToArrayLimit(arr, i) || Url_unsupportedIterableToArray(arr, i) || Url_nonIterableRest(); } function Url_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 Url_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Url_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 Url_arrayLikeToArray(o, minLen); } function Url_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 Url_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Url_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } var validatorTimeout = setTimeout(function () {}, 0); function Url(_ref) { var _ref$value = _ref.value, value = _ref$value === void 0 ? "" : _ref$value, _ref$placeholder = _ref.placeholder, placeholder = _ref$placeholder === void 0 ? "" : _ref$placeholder, paragraph = _ref.paragraph, _ref$showNewTab = _ref.showNewTab, showNewTab = _ref$showNewTab === void 0 ? false : _ref$showNewTab, newTabValue = _ref.newTabValue, _ref$showRelAttribute = _ref.showRelAttributes, showRelAttributes = _ref$showRelAttribute === void 0 ? false : _ref$showRelAttribute, _ref$showFileExplorer = _ref.showFileExplorer, showFileExplorer = _ref$showFileExplorer === void 0 ? false : _ref$showFileExplorer, relAttributesValue = _ref.relAttributesValue, _onChange = _ref.onChange; var _useState = (0,react.useState)(), _useState2 = Url_slicedToArray(_useState, 2), hasDomainError = _useState2[0], setHasDomainError = _useState2[1]; var validator = function validator(val) { return setHasDomainError(val !== "" ? !isValidURL(val) : false); }; (0,react.useEffect)(function () { validator(value); }, []); var endAdornment = null; // Show file explorer if (showFileExplorer) { endAdornment = /*#__PURE__*/react.createElement(InputAdornment_InputAdornment, { position: "end" }, /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("utils.select_file") }, /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { "aria-label": translate_translate("utils.select_file"), onClick: function onClick() { var imageSelector = wp.media({ title: translate_translate("utils.select_file"), multiple: false }).on("select", function () { var attachmentUrl = imageSelector.state().get("selection").first().toJSON().url; _onChange(attachmentUrl); }).open(); }, edge: "end" }, /*#__PURE__*/react.createElement(AttachFile/* default */.Z, null)))); } return /*#__PURE__*/react.createElement("div", { className: "button-action-value" }, /*#__PURE__*/react.createElement(esm_TextField_TextField, { variant: "outlined", fullWidth: true, value: value, label: placeholder, helperText: hasDomainError && /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("p", null, translate_translate("settings.button_action.actions.url.invalid")), /*#__PURE__*/react.createElement("p", { dangerouslySetInnerHTML: { __html: translate_translate("settings.button_action.actions.url.invalid_tip") } })), FormHelperTextProps: { component: "span", "data-testid": "button-action-value-error" }, error: hasDomainError, onChange: function onChange(e) { clearInterval(validatorTimeout); var newValue = e.target.value; // Validate validatorTimeout = setTimeout(function () { validator(newValue); }, 600); // Update value _onChange(newValue); }, onBlur: function onBlur(e) { return validator(e.target.value); }, inputProps: { "data-testid": "action:field" }, InputProps: { endAdornment: endAdornment } }), showNewTab && /*#__PURE__*/react.createElement(ButtonActionNewTab, { value: newTabValue, onChange: function onChange(val) { _onChange(val, "action_new_tab"); } }), showRelAttributes && /*#__PURE__*/react.createElement(ButtonActionRelAttributes, { value: relAttributesValue, onChange: function onChange(val) { return _onChange(val, "action_rel_attributes"); } }), paragraph ? paragraph : /*#__PURE__*/react.createElement(react.Fragment, null)); } ;// CONCATENATED MODULE: ./src/js/dashboard/store/actions/wpActions/helpers.js function wpActions_helpers_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function wpActions_helpers_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { wpActions_helpers_ownKeys(Object(source), true).forEach(function (key) { wpActions_helpers_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { wpActions_helpers_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function wpActions_helpers_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function helpers_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = helpers_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 helpers_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; } function helpers_asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } } function helpers_asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { helpers_asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { helpers_asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; } var helpers_getData = function getData(type) { var data = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; return /*#__PURE__*/function () { var _ref = helpers_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(dispatch) { return regeneratorRuntime.wrap(function _callee$(_context) { while (1) { switch (_context.prev = _context.next) { case 0: if (!dashboard_store.getState().wp.loaded[type]) { _context.next = 2; break; } return _context.abrupt("return"); case 2: if (!(data !== null)) { _context.next = 6; break; } dispatch({ type: buttonizer_constants_actionTypes.wp.GET_DATA_SUCCESS, payload: { data: data, type: type } }); dispatch({ type: buttonizer_constants_actionTypes.wp.GET_DATA_END, payload: { type: type } }); return _context.abrupt("return"); case 6: dispatch({ type: buttonizer_constants_actionTypes.wp.GET_DATA_BEGIN, payload: { type: type } }); try { apiRequest("/page_rules/".concat(type, "?nonce=").concat(buttonizer_admin.nonce), { method: "GET" }).then(function (_ref2) { var data = _ref2.data, request = helpers_objectWithoutProperties(_ref2, ["data"]); if (!data.success) { dispatch({ type: buttonizer_constants_actionTypes.wp.GET_DATA_FAILURE, payload: { error: wpActions_helpers_objectSpread({ data: data }, request) } }); return; } dispatch({ type: buttonizer_constants_actionTypes.wp.GET_DATA_SUCCESS, payload: { data: data.data, type: type } }); return; })["catch"](function (error) { dispatch({ type: buttonizer_constants_actionTypes.wp.GET_DATA_FAILURE, payload: { error: error } }); })["finally"](function () { dispatch({ type: buttonizer_constants_actionTypes.wp.GET_DATA_END, payload: { type: type } }); }); } catch (error) { dispatch({ type: buttonizer_constants_actionTypes.wp.GET_DATA_FAILURE, payload: { error: error } }); } case 8: case "end": return _context.stop(); } } }, _callee); })); return function (_x) { return _ref.apply(this, arguments); }; }(); }; ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ButtonAction/ButtonActionValue/Page/Page.js function Page_extends() { Page_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return Page_extends.apply(this, arguments); } function Page_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function Page_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Page_ownKeys(Object(source), true).forEach(function (key) { Page_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { Page_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function Page_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function Page_slicedToArray(arr, i) { return Page_arrayWithHoles(arr) || Page_iterableToArrayLimit(arr, i) || Page_unsupportedIterableToArray(arr, i) || Page_nonIterableRest(); } function Page_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 Page_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Page_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 Page_arrayLikeToArray(o, minLen); } function Page_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 Page_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Page_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } /* global store */ // Values to option function valuesToOptions(value, options) { var returnValue = null; if (!value) return null; // Check for the similar values options.forEach(function (obj) { if (obj.id == value) { returnValue = obj; } }); return returnValue; } function Page(_ref) { var getData = _ref.getData, value = _ref.value, newTabValue = _ref.newTabValue, _onChange = _ref.onChange, pagesLoaded = _ref.pagesLoaded, pagesLoading = _ref.pagesLoading; var _useState = (0,react.useState)(false), _useState2 = Page_slicedToArray(_useState, 2), loading = _useState2[0], setLoading = _useState2[1]; var _useState3 = (0,react.useState)(null), _useState4 = Page_slicedToArray(_useState3, 2), selected = _useState4[0], setSelected = _useState4[1]; // Load pages when not loaded yet if (!loading && !store.getState().wp.loaded["pages"] && !store.getState().wp.loading["pages"]) { setLoading(true); getData("pages"); } // Only update values when actually changed (0,react.useEffect)(function () { if (pagesLoaded) { setLoading(false); setSelected(valuesToOptions(value, store.getState().wp.data["pages"])); } }, [pagesLoaded, pagesLoading]); return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(Autocomplete/* default */.ZP, { disableClearable: true, id: "pages-action-input", "data-testid": "action:pages-action-input", options: loading ? [] : store.getState().wp.data["pages"], loadingText: translate_translate("loading.loading"), getOptionLabel: function getOptionLabel(option) { return selected && option.id == selected.id ? "".concat(option.type, ": ").concat(option.name) : option.name; }, openOnFocus: true, blurOnSelect: true, value: selected, style: { marginBottom: 10 }, loading: loading, groupBy: function groupBy(option) { return option.type; }, onChange: function onChange(e, value) { setSelected(value); _onChange(value.id, "action"); }, noOptionsText: translate_translate("utils.search_not_found"), renderInput: function renderInput(params) { return /*#__PURE__*/react.createElement(esm_TextField_TextField, Page_extends({}, params, { variant: "outlined", label: translate_translate("settings.button_action.actions.page.name"), placeholder: translate_translate("settings.button_action.actions.page.placeholder"), disabled: loading, helperText: translate_translate("settings.button_action.actions.page.helper"), InputProps: Page_objectSpread(Page_objectSpread({}, params.InputProps), {}, { "data-testid": "action:autocomplete-input", endAdornment: /*#__PURE__*/react.createElement(react.Fragment, null, loading ? /*#__PURE__*/react.createElement(CircularProgress_CircularProgress, { color: "primary", size: 20 }) : null, params.InputProps.endAdornment) }) })); } }), /*#__PURE__*/react.createElement(ButtonActionNewTab, { value: newTabValue, onChange: function onChange(val) { _onChange(val, "action_new_tab"); } }), /*#__PURE__*/react.createElement(KnowledgeBaseLink, { articleId: 580, setting: translate_translate("settings.button_action.actions.page.name") })); } /* harmony default export */ var Page_Page = (connect(function (store) { return { pagesLoaded: store.wp.loaded.pages, pagesLoading: store.wp.loading.pages }; }, function (dispatch) { return { getData: function getData() { return helpers_getData.apply(void 0, arguments)(dispatch); } }; })(Page)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ButtonAction/ButtonActionValue/JavaScriptAction/javaScriptAction.module.scss // extracted by mini-css-extract-plugin /* harmony default export */ var javaScriptAction_module = ({"javascriptCodeBlock":"_1YZvvOJR8sP_M0t1T18Fek"}); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ButtonAction/ButtonActionValue/JavaScriptAction/JavaScriptAction.js /* webpack-strip-block:removed */ var JavaScriptAction_jsCode = function jsCode(id) { return "window.addEventListener(\"buttonizer_button_clicked\", event => {\n if(event.detail.button_id === \"".concat(id, "\") {\n console.log(\"Clicked button - Perform your action here\");\n }\n});"); }; function JavaScriptAction(_ref) { var button = _ref.button, onChange = _ref.onChange; var _useSnackbar = useSnackbar(), enqueueSnackbar = _useSnackbar.enqueueSnackbar; var ref = (0,react.useRef)(); // Copy code to clipboard var copyFunction = function copyFunction() { ref.current.focus(); ref.current.select(); // Add code to clipboard if (navigator.clipboard) { navigator.clipboard.writeText(ref.current.value); // Show code copied message enqueueSnackbar(translate_translate("utils.code_copied"), { anchorOrigin: { vertical: "top", horizontal: "left" } }); } }; /* webpack-strip-block:removed */ // Not PRO return /*#__PURE__*/react.createElement(esm_Button_Button, { variant: "contained", color: "primary", fullWidth: true, style: { marginBottom: "10px" }, disabled: true }, "Javascript function is for Pro only"); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ButtonAction/ButtonActionValue/ButtonActionValue.js function ButtonActionValue_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function ButtonActionValue_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ButtonActionValue_ownKeys(Object(source), true).forEach(function (key) { ButtonActionValue_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ButtonActionValue_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function ButtonActionValue_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function ButtonActionValue_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = ButtonActionValue_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 ButtonActionValue_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; } function ButtonActionValue(_ref) { var type = _ref.type, button = _ref.button, _onChange = _ref.onChange; switch (type) { case "mail": return /*#__PURE__*/react.createElement(Mail, { value: button.action, subject: button.text_subject, cc: button.text_cc, bcc: button.text_bcc, body: button.text_body, onChange: function onChange(val, type) { _onChange(val, type); } }); case "phone": return /*#__PURE__*/react.createElement(DefaultTextField, { value: button.action, placeholder: translate_translate("settings.button_action.actions.phone_number.number"), checkPhoneNumber: true, checkText: translate_translate("settings.button_action.actions.phone_number.invalid"), onChange: function onChange(val, type) { _onChange(val, type); } }); case "whatsapp": return /*#__PURE__*/react.createElement(WhatsApp, { value: button.action, body: button.text_body, onChange: function onChange(val, type) { _onChange(val, type); } }); case "page": return /*#__PURE__*/react.createElement(Page_Page, { value: button.action, newTabValue: button.action_new_tab, onChange: function onChange(val, type) { _onChange(val, type); } }); case "url": return /*#__PURE__*/react.createElement(Url, { value: button.action, placeholder: "https://www.domain.ltd/page", showNewTab: true, newTabValue: button.action_new_tab, showRelAttributes: true, relAttributes: button.action_rel_attributes, onChange: function onChange(val, type) { _onChange(val, type); } }); case "socialsharing": return /*#__PURE__*/react.createElement(SocialSharing, { value: button.action, body: button.text_body, onChange: function onChange(val, type) { _onChange(val, type); } }); case "sms": return /*#__PURE__*/react.createElement(Sms, { value: button.action, body: button.text_body, onChange: function onChange(val, type) { _onChange(val, type); } }); case "messenger_chat": return /*#__PURE__*/react.createElement(MessengerChat_MessengerChat, { data: button, buttonId: button.id, onChange: function onChange(val, type) { _onChange(val, type); } }); case "messenger": return /*#__PURE__*/react.createElement(Url, { value: button.action, placeholder: "https://m.me/YOUR-PAGE-NAME", onChange: function onChange(val, type) { _onChange(val, type); } }); case "twitter_dm": return /*#__PURE__*/react.createElement(TwitterDm, { value: button.action, body: button.text_body, onChange: function onChange(val, type) { _onChange(val, type); } }); case "line": return /*#__PURE__*/react.createElement(DefaultTextField, { value: button.action, placeholder: "LINE ID", onChange: function onChange(val, type) { _onChange(val, type); } }); case "viber": return /*#__PURE__*/react.createElement(DefaultTextField, { value: button.action, placeholder: "+00123456789", checkPhoneNumber: true, checkText: translate_translate("settings.button_action.actions.phone_number.invalid"), paragraph: /*#__PURE__*/react.createElement("p", null, translate_translate("settings.button_action.actions.viber")), onChange: function onChange(val, type) { _onChange(val, type); } }); case "facebook": return /*#__PURE__*/react.createElement(DefaultTextField, { value: button.action, placeholder: "Facebook username or page", onChange: function onChange(val, type) { _onChange(val, type); } }); case "linkedin": return /*#__PURE__*/react.createElement(DefaultTextField, { value: button.action, placeholder: '"company/COMPANY-NAME" ' + translate_translate("common.or") + ' "in/USERNAME"', onChange: function onChange(val, type) { _onChange(val, type); } }); case "waze": return /*#__PURE__*/react.createElement(DefaultTextField, { value: button.action, placeholder: "https://www.waze.com/ul?q=Netherlands", onChange: function onChange(val, type) { _onChange(val, type); } }); case "poptin": return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(Url, { value: button.action, placeholder: "https://app.popt.in/APIRequest/click/0c768294b0605", paragraph: /*#__PURE__*/react.createElement("p", null, /*#__PURE__*/react.createElement(Trans, { i18nKey: "settings.button_action.actions.poptin", components: { downloadLink: /*#__PURE__*/react.createElement("a", { href: "https://wordpress.org/plugins/poptin/", target: "_blank" }), helpLink: /*#__PURE__*/react.createElement("a", { href: "https://help.poptin.com/article/show/72942-how-to-show-a-poptin-when-the-visitor-clicks-on-a-button-link-on-your-site", target: "_blank" }), bold: /*#__PURE__*/react.createElement("b", null) } })), onChange: function onChange(val, type) { _onChange(val, type); } }), /*#__PURE__*/react.createElement(KnowledgeBaseLink, { articleId: 169, setting: "Poptin" // size={"small"} })); case "elementor_popup": return /*#__PURE__*/react.createElement(ElementorPopup, { value: button.action, type: type, button: button, onChange: function onChange(val, type) { _onChange(val, type); } }); case "popup_maker": return /*#__PURE__*/react.createElement(PopupMaker, { value: button.action, onChange: function onChange(val, type) { _onChange(val, type); } }); case "popups": return /*#__PURE__*/react.createElement("p", { className: "button-action-value" }, /*#__PURE__*/react.createElement(Trans, { i18nKey: "settings.button_action.actions.action_discontinued", values: { action: "Popups - Wordpress Popups", replacement: "WP Popups – WordPress Popup builder" }, components: { italic: /*#__PURE__*/react.createElement("i", null), bold: /*#__PURE__*/react.createElement("strong", null), a: /*#__PURE__*/react.createElement("a", { href: "https://wordpress.org/plugins/wp-popups-lite/", target: "_blank" }) } })); case "wppopups": return /*#__PURE__*/react.createElement(DefaultTextField, { value: button.action, placeholder: "ID/Trigger class", onChange: function onChange(val, type) { _onChange(val, type); } }); case "skype": case "telegram": case "twitter": case "snapchat": case "instagram": case "tiktok": case "vk": return /*#__PURE__*/react.createElement(DefaultTextField, { value: button.action, placeholder: translate_translate("settings.button_action.placeholders.username"), onChange: function onChange(val, type) { _onChange(val, type); } }); case "download": return /*#__PURE__*/react.createElement(Url, { value: button.action, placeholder: "https://domain.tld/path/to/file.pdf", onChange: function onChange(val, type) { _onChange(val, type); }, showFileExplorer: !window.buttonizer_admin.is_stand_alone, paragraph: /*#__PURE__*/react.createElement("p", null, /*#__PURE__*/react.createElement(Trans, { i18nKey: "settings.button_action.actions.download.description" })) }); case "signal_group": return /*#__PURE__*/react.createElement(Url, { value: button.action, placeholder: "https://signal.group/[group-id]", onChange: function onChange(val, type) { _onChange(val, type); }, paragraph: /*#__PURE__*/react.createElement("p", null, /*#__PURE__*/react.createElement(Trans, { i18nKey: "settings.button_action.actions.signal_group_info", components: { a: /*#__PURE__*/react.createElement("a", { href: "https://support.signal.org/hc/en-us/articles/360051086971-Group-Link-or-QR-code", target: "_blank" }) } })) }); case "javascript_pro": return /*#__PURE__*/react.createElement(JavaScriptAction, { button: button, onChange: _onChange }); default: return /*#__PURE__*/react.createElement(react.Fragment, null); } } /* harmony default export */ var ButtonActionValue_ButtonActionValue = (connect(function (state) { return { buttons: state.buttons }; }, null, function (_ref2, _, _ref3) { var buttons = _ref2.buttons; var id = _ref3.id, props = ButtonActionValue_objectWithoutProperties(_ref3, ["id"]); return ButtonActionValue_objectSpread({ button: buttons[id] }, props); })(ButtonActionValue)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Dialogs/AddRequestDialog/AddRequestDialog.js var AddRequestDialog = function AddRequestDialog(_ref) { var handleClose = _ref.handleClose, open = _ref.open, children = _ref.children; return /*#__PURE__*/react.createElement(esm_Dialog_Dialog, { open: open, className: "dialog", onClose: handleClose, "data-testid": "dialog:add-request-dialog" }, /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { onClick: handleClose, className: "skip-button" }, /*#__PURE__*/react.createElement(esm_Icon_Icon, { fontSize: "inherit", className: "fas fa-times", color: "primary" })), children); }; /* harmony default export */ var AddRequestDialog_AddRequestDialog = (AddRequestDialog); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ButtonAction/ButtonAction.js function ButtonAction_extends() { ButtonAction_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return ButtonAction_extends.apply(this, arguments); } function ButtonAction_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = ButtonAction_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 ButtonAction_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; } function ButtonAction_slicedToArray(arr, i) { return ButtonAction_arrayWithHoles(arr) || ButtonAction_iterableToArrayLimit(arr, i) || ButtonAction_unsupportedIterableToArray(arr, i) || ButtonAction_nonIterableRest(); } function ButtonAction_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 ButtonAction_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ButtonAction_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 ButtonAction_arrayLikeToArray(o, minLen); } function ButtonAction_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 ButtonAction_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function ButtonAction_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function selectValue(value) { var action = null; ButtonActionOptions.forEach(function (obj) { if (!action && obj.value == value) { action = obj; } }); return action || ButtonActionOptions[0]; } function ButtonAction(_ref) { var _ref$actionType = _ref.actionType, actionType = _ref$actionType === void 0 ? "" : _ref$actionType, id = _ref.id, _onChange = _ref.onChange, _ref$action = _ref.action, action = _ref$action === void 0 ? "" : _ref$action; var _useState = (0,react.useState)(selectValue(actionType)), _useState2 = ButtonAction_slicedToArray(_useState, 2), value = _useState2[0], setValue = _useState2[1]; var _useState3 = (0,react.useState)({ open: false }), _useState4 = ButtonAction_slicedToArray(_useState3, 2), cancelChange = _useState4[0], setCancelChange = _useState4[1]; var _useState5 = (0,react.useState)(false), _useState6 = ButtonAction_slicedToArray(_useState5, 2), open = _useState6[0], setOpen = _useState6[1]; (0,react.useEffect)(function () { setValue(selectValue(actionType)); }, [actionType]); var Link = function Link(_ref2) { var children = _ref2.children, other = ButtonAction_objectWithoutProperties(_ref2, ["children"]); return /*#__PURE__*/react.createElement(Paper/* default */.Z, other, children, /*#__PURE__*/react.createElement(esm_Button_Button, { className: "action-request", color: "primary", onMouseDown: function onMouseDown(event) { event.preventDefault(); }, onClick: function onClick() { setOpen(true); }, fullWidth: true }, translate_translate("settings.button_action.actions.add_request"))); }; var ActionRequestModal = function ActionRequestModal(props) { return /*#__PURE__*/react.createElement("iframe", { style: { minHeight: "430px", minWidth: "375px", margin: "25px 15px 0" }, title: props.src, src: props.src, border: "0" }); }; return /*#__PURE__*/react.createElement("div", { className: "button-action", "data-testid": "button-action" }, /*#__PURE__*/react.createElement(ConfirmDialog, { open: cancelChange.open, title: translate_translate("settings.button_action.actions.javascript.warning_modal_title"), icon: /*#__PURE__*/react.createElement("i", { className: "fas fa-exclamation window-icon" }), className: "warning", onClose: function onClose(status) { if (status === "confirm") { _onChange("type", cancelChange.action); _onChange("action", ""); } setCancelChange({ open: false, action: null }); }, buttons: [{ value: "cancel", text: translate_translate("modal.changed_my_mind") }, { value: "confirm", text: translate_translate("modal.yes_please"), variant: "contained" }], testId: "button-action-javascript-dialog" }, /*#__PURE__*/react.createElement("p", null, translate_translate("settings.button_action.actions.javascript.warning_intro")), /*#__PURE__*/react.createElement("p", null, translate_translate("settings.button_action.actions.javascript.warning_question"))), /*#__PURE__*/react.createElement(AddRequestDialog_AddRequestDialog, { open: open, handleClose: function handleClose() { return setOpen(false); } }, open ? /*#__PURE__*/react.createElement(ActionRequestModal, { src: "https://app.miniextensions.com/form/zaeExqTN0diIKD13ucne" }) : null), /*#__PURE__*/react.createElement(Autocomplete/* default */.ZP, { PaperComponent: Link, id: "button-action-selector", "data-testid": "setting:button-action-select", options: ButtonActionOptions, defaultValue: "url", value: value, disableClearable: true, openOnFocus: open === false ? false : true, blurOnSelect: true, className: "button-action-type", onChange: function onChange(event, newValue) { if (actionType === "javascript_pro" && newValue.value !== "javascript_pro" && !buttonizer_admin.is_stand_alone) { if (action !== "") { setCancelChange({ open: true, action: newValue.value }); return; } } else if (actionType === "page") { _onChange("action", ""); } else if (newValue.value === "javascript_pro") {// onChange("action", "unset"); } setValue(newValue); _onChange("type", newValue.value); }, getOptionLabel: function getOptionLabel(option) { /* webpack-strip-block:removed */ if (option.isPro) return "".concat(translate_translate(option.label), " (PRO)"); return translate_translate(option.label); }, getOptionDisabled: function getOptionDisabled(option) { /* webpack-strip-block:removed */ return option.isPro; }, groupBy: function groupBy(option) { return translate_translate("settings.button_action.actions.group_".concat(option.group)); }, noOptionsText: translate_translate("utils.search_not_found"), renderInput: function renderInput(params) { return /*#__PURE__*/react.createElement(esm_TextField_TextField, ButtonAction_extends({}, params, { label: translate_translate("settings.button_action.title"), variant: "outlined" })); } }), /*#__PURE__*/react.createElement("div", { "data-testid": "button-action-value" }, /*#__PURE__*/react.createElement(ButtonActionValue_ButtonActionValue, { id: id, type: actionType, onChange: function onChange(val, type) { return _onChange(type ? type : "action", val); } }))); } // EXTERNAL MODULE: ./src/js/utils/buttonizer-defaults/index.js var buttonizer_defaults = __webpack_require__(42226); var buttonizer_defaults_default = /*#__PURE__*/__webpack_require__.n(buttonizer_defaults); // EXTERNAL MODULE: ./node_modules/lodash/defaults.js var lodash_defaults = __webpack_require__(91747); var defaults_default = /*#__PURE__*/__webpack_require__.n(lodash_defaults); ;// CONCATENATED MODULE: ./src/js/utils/GetDefaults.js /* global process */ /** * Get value with format. combine with connect function to remove record arg. * @param {string} key to be getted key * @param {obj} record object to get key out of * @param {string} model (optional) when filled with (button|group), returns default if value not present. when defaults is left blank, returns "" when there is no value. * @param {string} parent (optional) when filled with parent's data, returns parent's data if value is not present. when parent is left blank, return default or returns "" when there is no value. * @param {Object} options options to apply. * @param {boolean} options.excludeSelf Exclude set value from results. ( only return defaults ) * @param {boolean} options.returnSelf Return normal if hover is empty. * @param {boolean} options.defToGroup Use parent as a fallback. If value is empty, return parent. * @param {boolean} options.returnParent Return parent's normal if parent's hover is empty. * @param {boolean} options.returnDefault Use defaults as a fallback. */ function _get(key, record) { var menu_style = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : "default"; var model = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false; var _ref = arguments.length > 4 ? arguments[4] : undefined, _ref$excludeSelf = _ref.excludeSelf, excludeSelf = _ref$excludeSelf === void 0 ? false : _ref$excludeSelf, _ref$returnSelf = _ref.returnSelf, returnSelf = _ref$returnSelf === void 0 ? false : _ref$returnSelf, _ref$returnParent = _ref.returnParent, returnParent = _ref$returnParent === void 0 ? false : _ref$returnParent, _ref$defToGroup = _ref.defToGroup, defToGroup = _ref$defToGroup === void 0 ? null : _ref$defToGroup, _ref$returnDefault = _ref.returnDefault, returnDefault = _ref$returnDefault === void 0 ? false : _ref$returnDefault; if (typeof record === "undefined" || typeof key === "undefined") { console.log("record: " + record); console.log("key: " + key); throw TypeError("'record' argument or 'key' argument of type undefined"); } var value = record[key]; // When not in formatted list/doesn't have hover settings, don't format. if (!buttonizer_defaults_default().formatted.includes(key)) { // value == null will be true also if value == undefined, because undefined == null if (value == null) { // Get default return !returnDefault ? "" : _def(model, key, menu_style, dlv_umd_default()(defToGroup, key, null)); } return value; } var parentValue = defToGroup ? formats.normal_hover.parse(defToGroup[key]) : []; // def returns formatted value if (value == null) return _defs(model, key, menu_style, [], parentValue, { excludeSelf: excludeSelf, returnSelf: returnSelf, returnParent: returnParent, returnDefault: returnDefault }); var result = formats.normal_hover.parse(value); return model ? _defs(model, key, menu_style, result, parentValue, { excludeSelf: excludeSelf, returnSelf: returnSelf, returnParent: returnParent, returnDefault: returnDefault }) : merge_default()(["", ""], result); } /** * Return non-hover default */ function _def(model, key) { var menu_style = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : "default"; var defToGroup = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null; var def = merge_default()({}, (buttonizer_defaults_default()), (buttonizer_defaults_default()).menuStyle[menu_style]); if (!Object.keys(def).includes(model)) { console.error("model ".concat(model, " not familiar")); return; } if (!Object.keys(def[model]).includes(key)) { if (false) {} return ""; } // return group data first then defaults return def[model][key] == null ? "" : defToGroup !== null ? defToGroup : def[model][key]; } /** * Return hover default */ function _defs(model, key) { var menu_style = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : "default"; var self = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : []; var parent = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : []; var options = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : {}; var def = merge_default()({}, (buttonizer_defaults_default()), (buttonizer_defaults_default()).menuStyle[menu_style]); if (!Object.keys(def).includes(model)) { console.error("model ".concat(model, " not familiar")); return; } if (!Object.keys(def[model]).includes(key)) { if (false) {} return ["", ""]; } var result = def[model][key]; if (model === "group") return mergeGroupDefaults(self, result, options); if (model === "button" || model === "menu_button") return mergeButtonDefaults(self, parent, result, options); } function mergeGroupDefaults() { var self = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : []; var def = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : []; var _ref2 = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}, _ref2$excludeSelf = _ref2.excludeSelf, excludeSelf = _ref2$excludeSelf === void 0 ? false : _ref2$excludeSelf, _ref2$returnSelf = _ref2.returnSelf, returnSelf = _ref2$returnSelf === void 0 ? false : _ref2$returnSelf, _ref2$returnDefault = _ref2.returnDefault, returnDefault = _ref2$returnDefault === void 0 ? false : _ref2$returnDefault; var arr = [excludeSelf ? [] : self, returnSelf && [undefined, self[0]], returnDefault && def, returnDefault && [undefined, def[0]], !returnDefault && self.length === 0 && ["", ""]]; return defaults_default().apply(void 0, arr); } function mergeButtonDefaults() { var self = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : []; var parent = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : []; var def = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : []; var _ref3 = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {}, _ref3$excludeSelf = _ref3.excludeSelf, excludeSelf = _ref3$excludeSelf === void 0 ? false : _ref3$excludeSelf, _ref3$returnSelf = _ref3.returnSelf, returnSelf = _ref3$returnSelf === void 0 ? false : _ref3$returnSelf, _ref3$returnParent = _ref3.returnParent, returnParent = _ref3$returnParent === void 0 ? false : _ref3$returnParent, _ref3$returnDefault = _ref3.returnDefault, returnDefault = _ref3$returnDefault === void 0 ? false : _ref3$returnDefault; var arr = [excludeSelf ? [] : self, returnSelf && [undefined, self[0]], parent, returnParent && [undefined, parent[0]], returnDefault && def, returnDefault && [undefined, def[0]], !returnDefault && self.length === 0 && ["", ""]]; return defaults_default().apply(void 0, arr); } ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/Button/Tabs/Options.js function Options_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function Options_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Options_ownKeys(Object(source), true).forEach(function (key) { Options_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { Options_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function Options_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function Options_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = Options_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 Options_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; } function Options_slicedToArray(arr, i) { return Options_arrayWithHoles(arr) || Options_iterableToArrayLimit(arr, i) || Options_unsupportedIterableToArray(arr, i) || Options_nonIterableRest(); } function Options_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 Options_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Options_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 Options_arrayLikeToArray(o, minLen); } function Options_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 Options_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Options_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function Options(_ref) { var set = _ref.set, get = _ref.get; var _useState = (0,react.useState)("button_general_general"), _useState2 = Options_slicedToArray(_useState, 2), openedGroup = _useState2[0], setOpenedGroup = _useState2[1]; var openCollapsibleGroup = useSelector(function (store) { return dlv_umd_default()(store, "misc.open_collapsible_group", "button_general_general"); }); // Making sure the right container opens during the create button tour (0,react.useEffect)(function () { setOpenedGroup(openCollapsibleGroup ? openCollapsibleGroup : "button_general_general"); }, [openCollapsibleGroup]); return /*#__PURE__*/react.createElement("div", null, /*#__PURE__*/react.createElement(CollapsibleGroup, { title: translate_translate("settings.setting_categories.general"), opened: openedGroup === "button_general_general", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "button_general_general" : ""); }, "data-testid": "group:general" }, /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.button_action.title")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(ButtonAction, { actionType: get("type", { returnDefault: true }), id: get("id"), onChange: function onChange(type, val) { return set(type, val); }, action: get("action") }), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.show_mobile_desktop.device_visibility")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(Visibility, { mobile: get("show_mobile") == true, desktop: get("show_desktop") == true, onChange: function onChange(type, val) { return set(type, val); } })), /*#__PURE__*/react.createElement(CollapsibleGroup, { title: translate_translate("settings.label.title"), opened: openedGroup === "button_general_label", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "button_general_label" : ""); }, "data-testid": "group:label" }, /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.setting_categories.label")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(Label, { value: get("label"), onChange: function onChange(val) { if (val === "") return set("label", "unset"); set("label", val); }, placeholder: "" }))); } /* harmony default export */ var Tabs_Options = (connect(function (state) { return { buttons: state.buttons, groups: state.groups }; }, function (dispatch) { return { _set: function _set() { return dispatch(dataActions_set.apply(void 0, arguments)); } }; }, function (_ref2, _ref3, _ref4) { var buttons = _ref2.buttons, groups = _ref2.groups; var _set = _ref3._set; var buttonId = _ref4.buttonId, props = Options_objectWithoutProperties(_ref4, ["buttonId"]); var button = buttons[buttonId]; var group = groups[button.parent]; return Options_objectSpread({ set: function set(key, value) { return _set(models.BUTTON, buttonId, key, value); }, get: function get(key) { var _ref5 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, _ref5$getParent = _ref5.getParent, getParent = _ref5$getParent === void 0 ? false : _ref5$getParent, _ref5$defToGroup = _ref5.defToGroup, defToGroup = _ref5$defToGroup === void 0 ? true : _ref5$defToGroup, options = Options_objectWithoutProperties(_ref5, ["getParent", "defToGroup"]); return _get(key, getParent ? group : button, group.menu_style, getParent ? "group" : "button", Options_objectSpread({ defToGroup: defToGroup && group }, options)); } }, props); })(Options)); ;// CONCATENATED MODULE: ./node_modules/react-window/dist/index.esm.js // Animation frame based implementation of setTimeout. // Inspired by Joe Lambert, https://gist.github.com/joelambert/1002116#file-requesttimeout-js var hasNativePerformanceNow = typeof performance === 'object' && typeof performance.now === 'function'; var now = hasNativePerformanceNow ? function () { return performance.now(); } : function () { return Date.now(); }; function cancelTimeout(timeoutID) { cancelAnimationFrame(timeoutID.id); } function requestTimeout(callback, delay) { var start = now(); function tick() { if (now() - start >= delay) { callback.call(null); } else { timeoutID.id = requestAnimationFrame(tick); } } var timeoutID = { id: requestAnimationFrame(tick) }; return timeoutID; } var size = -1; // This utility copied from "dom-helpers" package. function index_esm_getScrollbarSize(recalculate) { if (recalculate === void 0) { recalculate = false; } if (size === -1 || recalculate) { var div = document.createElement('div'); var style = div.style; style.width = '50px'; style.height = '50px'; style.overflow = 'scroll'; document.body.appendChild(div); size = div.offsetWidth - div.clientWidth; document.body.removeChild(div); } return size; } var cachedRTLResult = null; // TRICKY According to the spec, scrollLeft should be negative for RTL aligned elements. // Chrome does not seem to adhere; its scrollLeft values are positive (measured relative to the left). // Safari's elastic bounce makes detecting this even more complicated wrt potential false positives. // The safest way to check this is to intentionally set a negative offset, // and then verify that the subsequent "scroll" event matches the negative offset. // If it does not match, then we can assume a non-standard RTL scroll implementation. function getRTLOffsetType(recalculate) { if (recalculate === void 0) { recalculate = false; } if (cachedRTLResult === null || recalculate) { var outerDiv = document.createElement('div'); var outerStyle = outerDiv.style; outerStyle.width = '50px'; outerStyle.height = '50px'; outerStyle.overflow = 'scroll'; outerStyle.direction = 'rtl'; var innerDiv = document.createElement('div'); var innerStyle = innerDiv.style; innerStyle.width = '100px'; innerStyle.height = '100px'; outerDiv.appendChild(innerDiv); document.body.appendChild(outerDiv); if (outerDiv.scrollLeft > 0) { cachedRTLResult = 'positive-descending'; } else { outerDiv.scrollLeft = 1; if (outerDiv.scrollLeft === 0) { cachedRTLResult = 'negative'; } else { cachedRTLResult = 'positive-ascending'; } } document.body.removeChild(outerDiv); return cachedRTLResult; } return cachedRTLResult; } var IS_SCROLLING_DEBOUNCE_INTERVAL = 150; var defaultItemKey = function defaultItemKey(_ref) { var columnIndex = _ref.columnIndex, data = _ref.data, rowIndex = _ref.rowIndex; return rowIndex + ":" + columnIndex; }; // In DEV mode, this Set helps us only log a warning once per component instance. // This avoids spamming the console every time a render happens. var devWarningsOverscanCount = null; var devWarningsOverscanRowsColumnsCount = null; var devWarningsTagName = null; if (false) {} function createGridComponent(_ref2) { var _class, _temp; var getColumnOffset = _ref2.getColumnOffset, getColumnStartIndexForOffset = _ref2.getColumnStartIndexForOffset, getColumnStopIndexForStartIndex = _ref2.getColumnStopIndexForStartIndex, getColumnWidth = _ref2.getColumnWidth, getEstimatedTotalHeight = _ref2.getEstimatedTotalHeight, getEstimatedTotalWidth = _ref2.getEstimatedTotalWidth, getOffsetForColumnAndAlignment = _ref2.getOffsetForColumnAndAlignment, getOffsetForRowAndAlignment = _ref2.getOffsetForRowAndAlignment, getRowHeight = _ref2.getRowHeight, getRowOffset = _ref2.getRowOffset, getRowStartIndexForOffset = _ref2.getRowStartIndexForOffset, getRowStopIndexForStartIndex = _ref2.getRowStopIndexForStartIndex, initInstanceProps = _ref2.initInstanceProps, shouldResetStyleCacheOnItemSizeChange = _ref2.shouldResetStyleCacheOnItemSizeChange, validateProps = _ref2.validateProps; return _temp = _class = /*#__PURE__*/ function (_PureComponent) { (0,inheritsLoose/* default */.Z)(Grid, _PureComponent); // Always use explicit constructor for React components. // It produces less code after transpilation. (#26) // eslint-disable-next-line no-useless-constructor function Grid(props) { var _this; _this = _PureComponent.call(this, props) || this; _this._instanceProps = initInstanceProps(_this.props, (0,assertThisInitialized/* default */.Z)((0,assertThisInitialized/* default */.Z)(_this))); _this._resetIsScrollingTimeoutId = null; _this._outerRef = void 0; _this.state = { instance: (0,assertThisInitialized/* default */.Z)((0,assertThisInitialized/* default */.Z)(_this)), isScrolling: false, horizontalScrollDirection: 'forward', scrollLeft: typeof _this.props.initialScrollLeft === 'number' ? _this.props.initialScrollLeft : 0, scrollTop: typeof _this.props.initialScrollTop === 'number' ? _this.props.initialScrollTop : 0, scrollUpdateWasRequested: false, verticalScrollDirection: 'forward' }; _this._callOnItemsRendered = void 0; _this._callOnItemsRendered = memoize_one_esm(function (overscanColumnStartIndex, overscanColumnStopIndex, overscanRowStartIndex, overscanRowStopIndex, visibleColumnStartIndex, visibleColumnStopIndex, visibleRowStartIndex, visibleRowStopIndex) { return _this.props.onItemsRendered({ overscanColumnStartIndex: overscanColumnStartIndex, overscanColumnStopIndex: overscanColumnStopIndex, overscanRowStartIndex: overscanRowStartIndex, overscanRowStopIndex: overscanRowStopIndex, visibleColumnStartIndex: visibleColumnStartIndex, visibleColumnStopIndex: visibleColumnStopIndex, visibleRowStartIndex: visibleRowStartIndex, visibleRowStopIndex: visibleRowStopIndex }); }); _this._callOnScroll = void 0; _this._callOnScroll = memoize_one_esm(function (scrollLeft, scrollTop, horizontalScrollDirection, verticalScrollDirection, scrollUpdateWasRequested) { return _this.props.onScroll({ horizontalScrollDirection: horizontalScrollDirection, scrollLeft: scrollLeft, scrollTop: scrollTop, verticalScrollDirection: verticalScrollDirection, scrollUpdateWasRequested: scrollUpdateWasRequested }); }); _this._getItemStyle = void 0; _this._getItemStyle = function (rowIndex, columnIndex) { var _this$props = _this.props, columnWidth = _this$props.columnWidth, direction = _this$props.direction, rowHeight = _this$props.rowHeight; var itemStyleCache = _this._getItemStyleCache(shouldResetStyleCacheOnItemSizeChange && columnWidth, shouldResetStyleCacheOnItemSizeChange && direction, shouldResetStyleCacheOnItemSizeChange && rowHeight); var key = rowIndex + ":" + columnIndex; var style; if (itemStyleCache.hasOwnProperty(key)) { style = itemStyleCache[key]; } else { var _offset = getColumnOffset(_this.props, columnIndex, _this._instanceProps); var isRtl = direction === 'rtl'; itemStyleCache[key] = style = { position: 'absolute', left: isRtl ? undefined : _offset, right: isRtl ? _offset : undefined, top: getRowOffset(_this.props, rowIndex, _this._instanceProps), height: getRowHeight(_this.props, rowIndex, _this._instanceProps), width: getColumnWidth(_this.props, columnIndex, _this._instanceProps) }; } return style; }; _this._getItemStyleCache = void 0; _this._getItemStyleCache = memoize_one_esm(function (_, __, ___) { return {}; }); _this._onScroll = function (event) { var _event$currentTarget = event.currentTarget, clientHeight = _event$currentTarget.clientHeight, clientWidth = _event$currentTarget.clientWidth, scrollLeft = _event$currentTarget.scrollLeft, scrollTop = _event$currentTarget.scrollTop, scrollHeight = _event$currentTarget.scrollHeight, scrollWidth = _event$currentTarget.scrollWidth; _this.setState(function (prevState) { if (prevState.scrollLeft === scrollLeft && prevState.scrollTop === scrollTop) { // Scroll position may have been updated by cDM/cDU, // In which case we don't need to trigger another render, // And we don't want to update state.isScrolling. return null; } var direction = _this.props.direction; // TRICKY According to the spec, scrollLeft should be negative for RTL aligned elements. // This is not the case for all browsers though (e.g. Chrome reports values as positive, measured relative to the left). // It's also easier for this component if we convert offsets to the same format as they would be in for ltr. // So the simplest solution is to determine which browser behavior we're dealing with, and convert based on it. var calculatedScrollLeft = scrollLeft; if (direction === 'rtl') { switch (getRTLOffsetType()) { case 'negative': calculatedScrollLeft = -scrollLeft; break; case 'positive-descending': calculatedScrollLeft = scrollWidth - clientWidth - scrollLeft; break; } } // Prevent Safari's elastic scrolling from causing visual shaking when scrolling past bounds. calculatedScrollLeft = Math.max(0, Math.min(calculatedScrollLeft, scrollWidth - clientWidth)); var calculatedScrollTop = Math.max(0, Math.min(scrollTop, scrollHeight - clientHeight)); return { isScrolling: true, horizontalScrollDirection: prevState.scrollLeft < scrollLeft ? 'forward' : 'backward', scrollLeft: calculatedScrollLeft, scrollTop: calculatedScrollTop, verticalScrollDirection: prevState.scrollTop < scrollTop ? 'forward' : 'backward', scrollUpdateWasRequested: false }; }, _this._resetIsScrollingDebounced); }; _this._outerRefSetter = function (ref) { var outerRef = _this.props.outerRef; _this._outerRef = ref; if (typeof outerRef === 'function') { outerRef(ref); } else if (outerRef != null && typeof outerRef === 'object' && outerRef.hasOwnProperty('current')) { outerRef.current = ref; } }; _this._resetIsScrollingDebounced = function () { if (_this._resetIsScrollingTimeoutId !== null) { cancelTimeout(_this._resetIsScrollingTimeoutId); } _this._resetIsScrollingTimeoutId = requestTimeout(_this._resetIsScrolling, IS_SCROLLING_DEBOUNCE_INTERVAL); }; _this._resetIsScrolling = function () { _this._resetIsScrollingTimeoutId = null; _this.setState({ isScrolling: false }, function () { // Clear style cache after state update has been committed. // This way we don't break pure sCU for items that don't use isScrolling param. _this._getItemStyleCache(-1); }); }; return _this; } Grid.getDerivedStateFromProps = function getDerivedStateFromProps(nextProps, prevState) { validateSharedProps(nextProps, prevState); validateProps(nextProps); return null; }; var _proto = Grid.prototype; _proto.scrollTo = function scrollTo(_ref3) { var scrollLeft = _ref3.scrollLeft, scrollTop = _ref3.scrollTop; if (scrollLeft !== undefined) { scrollLeft = Math.max(0, scrollLeft); } if (scrollTop !== undefined) { scrollTop = Math.max(0, scrollTop); } this.setState(function (prevState) { if (scrollLeft === undefined) { scrollLeft = prevState.scrollLeft; } if (scrollTop === undefined) { scrollTop = prevState.scrollTop; } if (prevState.scrollLeft === scrollLeft && prevState.scrollTop === scrollTop) { return null; } return { horizontalScrollDirection: prevState.scrollLeft < scrollLeft ? 'forward' : 'backward', scrollLeft: scrollLeft, scrollTop: scrollTop, scrollUpdateWasRequested: true, verticalScrollDirection: prevState.scrollTop < scrollTop ? 'forward' : 'backward' }; }, this._resetIsScrollingDebounced); }; _proto.scrollToItem = function scrollToItem(_ref4) { var _ref4$align = _ref4.align, align = _ref4$align === void 0 ? 'auto' : _ref4$align, columnIndex = _ref4.columnIndex, rowIndex = _ref4.rowIndex; var _this$props2 = this.props, columnCount = _this$props2.columnCount, height = _this$props2.height, rowCount = _this$props2.rowCount, width = _this$props2.width; var _this$state = this.state, scrollLeft = _this$state.scrollLeft, scrollTop = _this$state.scrollTop; var scrollbarSize = index_esm_getScrollbarSize(); if (columnIndex !== undefined) { columnIndex = Math.max(0, Math.min(columnIndex, columnCount - 1)); } if (rowIndex !== undefined) { rowIndex = Math.max(0, Math.min(rowIndex, rowCount - 1)); } var estimatedTotalHeight = getEstimatedTotalHeight(this.props, this._instanceProps); var estimatedTotalWidth = getEstimatedTotalWidth(this.props, this._instanceProps); // The scrollbar size should be considered when scrolling an item into view, // to ensure it's fully visible. // But we only need to account for its size when it's actually visible. var horizontalScrollbarSize = estimatedTotalWidth > width ? scrollbarSize : 0; var verticalScrollbarSize = estimatedTotalHeight > height ? scrollbarSize : 0; this.scrollTo({ scrollLeft: columnIndex !== undefined ? getOffsetForColumnAndAlignment(this.props, columnIndex, align, scrollLeft, this._instanceProps, verticalScrollbarSize) : scrollLeft, scrollTop: rowIndex !== undefined ? getOffsetForRowAndAlignment(this.props, rowIndex, align, scrollTop, this._instanceProps, horizontalScrollbarSize) : scrollTop }); }; _proto.componentDidMount = function componentDidMount() { var _this$props3 = this.props, initialScrollLeft = _this$props3.initialScrollLeft, initialScrollTop = _this$props3.initialScrollTop; if (this._outerRef != null) { var outerRef = this._outerRef; if (typeof initialScrollLeft === 'number') { outerRef.scrollLeft = initialScrollLeft; } if (typeof initialScrollTop === 'number') { outerRef.scrollTop = initialScrollTop; } } this._callPropsCallbacks(); }; _proto.componentDidUpdate = function componentDidUpdate() { var direction = this.props.direction; var _this$state2 = this.state, scrollLeft = _this$state2.scrollLeft, scrollTop = _this$state2.scrollTop, scrollUpdateWasRequested = _this$state2.scrollUpdateWasRequested; if (scrollUpdateWasRequested && this._outerRef != null) { // TRICKY According to the spec, scrollLeft should be negative for RTL aligned elements. // This is not the case for all browsers though (e.g. Chrome reports values as positive, measured relative to the left). // So we need to determine which browser behavior we're dealing with, and mimic it. var outerRef = this._outerRef; if (direction === 'rtl') { switch (getRTLOffsetType()) { case 'negative': outerRef.scrollLeft = -scrollLeft; break; case 'positive-ascending': outerRef.scrollLeft = scrollLeft; break; default: var clientWidth = outerRef.clientWidth, scrollWidth = outerRef.scrollWidth; outerRef.scrollLeft = scrollWidth - clientWidth - scrollLeft; break; } } else { outerRef.scrollLeft = Math.max(0, scrollLeft); } outerRef.scrollTop = Math.max(0, scrollTop); } this._callPropsCallbacks(); }; _proto.componentWillUnmount = function componentWillUnmount() { if (this._resetIsScrollingTimeoutId !== null) { cancelTimeout(this._resetIsScrollingTimeoutId); } }; _proto.render = function render() { var _this$props4 = this.props, children = _this$props4.children, className = _this$props4.className, columnCount = _this$props4.columnCount, direction = _this$props4.direction, height = _this$props4.height, innerRef = _this$props4.innerRef, innerElementType = _this$props4.innerElementType, innerTagName = _this$props4.innerTagName, itemData = _this$props4.itemData, _this$props4$itemKey = _this$props4.itemKey, itemKey = _this$props4$itemKey === void 0 ? defaultItemKey : _this$props4$itemKey, outerElementType = _this$props4.outerElementType, outerTagName = _this$props4.outerTagName, rowCount = _this$props4.rowCount, style = _this$props4.style, useIsScrolling = _this$props4.useIsScrolling, width = _this$props4.width; var isScrolling = this.state.isScrolling; var _this$_getHorizontalR = this._getHorizontalRangeToRender(), columnStartIndex = _this$_getHorizontalR[0], columnStopIndex = _this$_getHorizontalR[1]; var _this$_getVerticalRan = this._getVerticalRangeToRender(), rowStartIndex = _this$_getVerticalRan[0], rowStopIndex = _this$_getVerticalRan[1]; var items = []; if (columnCount > 0 && rowCount) { for (var _rowIndex = rowStartIndex; _rowIndex <= rowStopIndex; _rowIndex++) { for (var _columnIndex = columnStartIndex; _columnIndex <= columnStopIndex; _columnIndex++) { items.push((0,react.createElement)(children, { columnIndex: _columnIndex, data: itemData, isScrolling: useIsScrolling ? isScrolling : undefined, key: itemKey({ columnIndex: _columnIndex, data: itemData, rowIndex: _rowIndex }), rowIndex: _rowIndex, style: this._getItemStyle(_rowIndex, _columnIndex) })); } } } // Read this value AFTER items have been created, // So their actual sizes (if variable) are taken into consideration. var estimatedTotalHeight = getEstimatedTotalHeight(this.props, this._instanceProps); var estimatedTotalWidth = getEstimatedTotalWidth(this.props, this._instanceProps); return (0,react.createElement)(outerElementType || outerTagName || 'div', { className: className, onScroll: this._onScroll, ref: this._outerRefSetter, style: (0,esm_extends/* default */.Z)({ position: 'relative', height: height, width: width, overflow: 'auto', WebkitOverflowScrolling: 'touch', willChange: 'transform', direction: direction }, style) }, (0,react.createElement)(innerElementType || innerTagName || 'div', { children: items, ref: innerRef, style: { height: estimatedTotalHeight, pointerEvents: isScrolling ? 'none' : undefined, width: estimatedTotalWidth } })); }; _proto._callPropsCallbacks = function _callPropsCallbacks() { var _this$props5 = this.props, columnCount = _this$props5.columnCount, onItemsRendered = _this$props5.onItemsRendered, onScroll = _this$props5.onScroll, rowCount = _this$props5.rowCount; if (typeof onItemsRendered === 'function') { if (columnCount > 0 && rowCount > 0) { var _this$_getHorizontalR2 = this._getHorizontalRangeToRender(), _overscanColumnStartIndex = _this$_getHorizontalR2[0], _overscanColumnStopIndex = _this$_getHorizontalR2[1], _visibleColumnStartIndex = _this$_getHorizontalR2[2], _visibleColumnStopIndex = _this$_getHorizontalR2[3]; var _this$_getVerticalRan2 = this._getVerticalRangeToRender(), _overscanRowStartIndex = _this$_getVerticalRan2[0], _overscanRowStopIndex = _this$_getVerticalRan2[1], _visibleRowStartIndex = _this$_getVerticalRan2[2], _visibleRowStopIndex = _this$_getVerticalRan2[3]; this._callOnItemsRendered(_overscanColumnStartIndex, _overscanColumnStopIndex, _overscanRowStartIndex, _overscanRowStopIndex, _visibleColumnStartIndex, _visibleColumnStopIndex, _visibleRowStartIndex, _visibleRowStopIndex); } } if (typeof onScroll === 'function') { var _this$state3 = this.state, _horizontalScrollDirection = _this$state3.horizontalScrollDirection, _scrollLeft = _this$state3.scrollLeft, _scrollTop = _this$state3.scrollTop, _scrollUpdateWasRequested = _this$state3.scrollUpdateWasRequested, _verticalScrollDirection = _this$state3.verticalScrollDirection; this._callOnScroll(_scrollLeft, _scrollTop, _horizontalScrollDirection, _verticalScrollDirection, _scrollUpdateWasRequested); } }; // Lazily create and cache item styles while scrolling, // So that pure component sCU will prevent re-renders. // We maintain this cache, and pass a style prop rather than index, // So that List can clear cached styles and force item re-render if necessary. _proto._getHorizontalRangeToRender = function _getHorizontalRangeToRender() { var _this$props6 = this.props, columnCount = _this$props6.columnCount, overscanColumnCount = _this$props6.overscanColumnCount, overscanColumnsCount = _this$props6.overscanColumnsCount, overscanCount = _this$props6.overscanCount, rowCount = _this$props6.rowCount; var _this$state4 = this.state, horizontalScrollDirection = _this$state4.horizontalScrollDirection, isScrolling = _this$state4.isScrolling, scrollLeft = _this$state4.scrollLeft; var overscanCountResolved = overscanColumnCount || overscanColumnsCount || overscanCount || 1; if (columnCount === 0 || rowCount === 0) { return [0, 0, 0, 0]; } var startIndex = getColumnStartIndexForOffset(this.props, scrollLeft, this._instanceProps); var stopIndex = getColumnStopIndexForStartIndex(this.props, startIndex, scrollLeft, this._instanceProps); // Overscan by one item in each direction so that tab/focus works. // If there isn't at least one extra item, tab loops back around. var overscanBackward = !isScrolling || horizontalScrollDirection === 'backward' ? Math.max(1, overscanCountResolved) : 1; var overscanForward = !isScrolling || horizontalScrollDirection === 'forward' ? Math.max(1, overscanCountResolved) : 1; return [Math.max(0, startIndex - overscanBackward), Math.max(0, Math.min(columnCount - 1, stopIndex + overscanForward)), startIndex, stopIndex]; }; _proto._getVerticalRangeToRender = function _getVerticalRangeToRender() { var _this$props7 = this.props, columnCount = _this$props7.columnCount, overscanCount = _this$props7.overscanCount, overscanRowCount = _this$props7.overscanRowCount, overscanRowsCount = _this$props7.overscanRowsCount, rowCount = _this$props7.rowCount; var _this$state5 = this.state, isScrolling = _this$state5.isScrolling, verticalScrollDirection = _this$state5.verticalScrollDirection, scrollTop = _this$state5.scrollTop; var overscanCountResolved = overscanRowCount || overscanRowsCount || overscanCount || 1; if (columnCount === 0 || rowCount === 0) { return [0, 0, 0, 0]; } var startIndex = getRowStartIndexForOffset(this.props, scrollTop, this._instanceProps); var stopIndex = getRowStopIndexForStartIndex(this.props, startIndex, scrollTop, this._instanceProps); // Overscan by one item in each direction so that tab/focus works. // If there isn't at least one extra item, tab loops back around. var overscanBackward = !isScrolling || verticalScrollDirection === 'backward' ? Math.max(1, overscanCountResolved) : 1; var overscanForward = !isScrolling || verticalScrollDirection === 'forward' ? Math.max(1, overscanCountResolved) : 1; return [Math.max(0, startIndex - overscanBackward), Math.max(0, Math.min(rowCount - 1, stopIndex + overscanForward)), startIndex, stopIndex]; }; return Grid; }(react.PureComponent), _class.defaultProps = { direction: 'ltr', itemData: undefined, useIsScrolling: false }, _temp; } var validateSharedProps = function validateSharedProps(_ref5, _ref6) { var children = _ref5.children, direction = _ref5.direction, height = _ref5.height, innerTagName = _ref5.innerTagName, outerTagName = _ref5.outerTagName, overscanColumnsCount = _ref5.overscanColumnsCount, overscanCount = _ref5.overscanCount, overscanRowsCount = _ref5.overscanRowsCount, width = _ref5.width; var instance = _ref6.instance; if (false) {} }; var DEFAULT_ESTIMATED_ITEM_SIZE = 50; var getEstimatedTotalHeight = function getEstimatedTotalHeight(_ref, _ref2) { var rowCount = _ref.rowCount; var rowMetadataMap = _ref2.rowMetadataMap, estimatedRowHeight = _ref2.estimatedRowHeight, lastMeasuredRowIndex = _ref2.lastMeasuredRowIndex; var totalSizeOfMeasuredRows = 0; // Edge case check for when the number of items decreases while a scroll is in progress. // https://github.com/bvaughn/react-window/pull/138 if (lastMeasuredRowIndex >= rowCount) { lastMeasuredRowIndex = rowCount - 1; } if (lastMeasuredRowIndex >= 0) { var itemMetadata = rowMetadataMap[lastMeasuredRowIndex]; totalSizeOfMeasuredRows = itemMetadata.offset + itemMetadata.size; } var numUnmeasuredItems = rowCount - lastMeasuredRowIndex - 1; var totalSizeOfUnmeasuredItems = numUnmeasuredItems * estimatedRowHeight; return totalSizeOfMeasuredRows + totalSizeOfUnmeasuredItems; }; var getEstimatedTotalWidth = function getEstimatedTotalWidth(_ref3, _ref4) { var columnCount = _ref3.columnCount; var columnMetadataMap = _ref4.columnMetadataMap, estimatedColumnWidth = _ref4.estimatedColumnWidth, lastMeasuredColumnIndex = _ref4.lastMeasuredColumnIndex; var totalSizeOfMeasuredRows = 0; // Edge case check for when the number of items decreases while a scroll is in progress. // https://github.com/bvaughn/react-window/pull/138 if (lastMeasuredColumnIndex >= columnCount) { lastMeasuredColumnIndex = columnCount - 1; } if (lastMeasuredColumnIndex >= 0) { var itemMetadata = columnMetadataMap[lastMeasuredColumnIndex]; totalSizeOfMeasuredRows = itemMetadata.offset + itemMetadata.size; } var numUnmeasuredItems = columnCount - lastMeasuredColumnIndex - 1; var totalSizeOfUnmeasuredItems = numUnmeasuredItems * estimatedColumnWidth; return totalSizeOfMeasuredRows + totalSizeOfUnmeasuredItems; }; var getItemMetadata = function getItemMetadata(itemType, props, index, instanceProps) { var itemMetadataMap, itemSize, lastMeasuredIndex; if (itemType === 'column') { itemMetadataMap = instanceProps.columnMetadataMap; itemSize = props.columnWidth; lastMeasuredIndex = instanceProps.lastMeasuredColumnIndex; } else { itemMetadataMap = instanceProps.rowMetadataMap; itemSize = props.rowHeight; lastMeasuredIndex = instanceProps.lastMeasuredRowIndex; } if (index > lastMeasuredIndex) { var offset = 0; if (lastMeasuredIndex >= 0) { var itemMetadata = itemMetadataMap[lastMeasuredIndex]; offset = itemMetadata.offset + itemMetadata.size; } for (var i = lastMeasuredIndex + 1; i <= index; i++) { var size = itemSize(i); itemMetadataMap[i] = { offset: offset, size: size }; offset += size; } if (itemType === 'column') { instanceProps.lastMeasuredColumnIndex = index; } else { instanceProps.lastMeasuredRowIndex = index; } } return itemMetadataMap[index]; }; var findNearestItem = function findNearestItem(itemType, props, instanceProps, offset) { var itemMetadataMap, lastMeasuredIndex; if (itemType === 'column') { itemMetadataMap = instanceProps.columnMetadataMap; lastMeasuredIndex = instanceProps.lastMeasuredColumnIndex; } else { itemMetadataMap = instanceProps.rowMetadataMap; lastMeasuredIndex = instanceProps.lastMeasuredRowIndex; } var lastMeasuredItemOffset = lastMeasuredIndex > 0 ? itemMetadataMap[lastMeasuredIndex].offset : 0; if (lastMeasuredItemOffset >= offset) { // If we've already measured items within this range just use a binary search as it's faster. return findNearestItemBinarySearch(itemType, props, instanceProps, lastMeasuredIndex, 0, offset); } else { // If we haven't yet measured this high, fallback to an exponential search with an inner binary search. // The exponential search avoids pre-computing sizes for the full set of items as a binary search would. // The overall complexity for this approach is O(log n). return findNearestItemExponentialSearch(itemType, props, instanceProps, Math.max(0, lastMeasuredIndex), offset); } }; var findNearestItemBinarySearch = function findNearestItemBinarySearch(itemType, props, instanceProps, high, low, offset) { while (low <= high) { var middle = low + Math.floor((high - low) / 2); var currentOffset = getItemMetadata(itemType, props, middle, instanceProps).offset; if (currentOffset === offset) { return middle; } else if (currentOffset < offset) { low = middle + 1; } else if (currentOffset > offset) { high = middle - 1; } } if (low > 0) { return low - 1; } else { return 0; } }; var findNearestItemExponentialSearch = function findNearestItemExponentialSearch(itemType, props, instanceProps, index, offset) { var itemCount = itemType === 'column' ? props.columnCount : props.rowCount; var interval = 1; while (index < itemCount && getItemMetadata(itemType, props, index, instanceProps).offset < offset) { index += interval; interval *= 2; } return findNearestItemBinarySearch(itemType, props, instanceProps, Math.min(index, itemCount - 1), Math.floor(index / 2), offset); }; var getOffsetForIndexAndAlignment = function getOffsetForIndexAndAlignment(itemType, props, index, align, scrollOffset, instanceProps, scrollbarSize) { var size = itemType === 'column' ? props.width : props.height; var itemMetadata = getItemMetadata(itemType, props, index, instanceProps); // Get estimated total size after ItemMetadata is computed, // To ensure it reflects actual measurements instead of just estimates. var estimatedTotalSize = itemType === 'column' ? getEstimatedTotalWidth(props, instanceProps) : getEstimatedTotalHeight(props, instanceProps); var maxOffset = Math.max(0, Math.min(estimatedTotalSize - size, itemMetadata.offset)); var minOffset = Math.max(0, itemMetadata.offset - size + scrollbarSize + itemMetadata.size); if (align === 'smart') { if (scrollOffset >= minOffset - size && scrollOffset <= maxOffset + size) { align = 'auto'; } else { align = 'center'; } } switch (align) { case 'start': return maxOffset; case 'end': return minOffset; case 'center': return Math.round(minOffset + (maxOffset - minOffset) / 2); case 'auto': default: if (scrollOffset >= minOffset && scrollOffset <= maxOffset) { return scrollOffset; } else if (minOffset > maxOffset) { // Because we only take into account the scrollbar size when calculating minOffset // this value can be larger than maxOffset when at the end of the list return minOffset; } else if (scrollOffset < minOffset) { return minOffset; } else { return maxOffset; } } }; var VariableSizeGrid = /*#__PURE__*/ createGridComponent({ getColumnOffset: function getColumnOffset(props, index, instanceProps) { return getItemMetadata('column', props, index, instanceProps).offset; }, getColumnStartIndexForOffset: function getColumnStartIndexForOffset(props, scrollLeft, instanceProps) { return findNearestItem('column', props, instanceProps, scrollLeft); }, getColumnStopIndexForStartIndex: function getColumnStopIndexForStartIndex(props, startIndex, scrollLeft, instanceProps) { var columnCount = props.columnCount, width = props.width; var itemMetadata = getItemMetadata('column', props, startIndex, instanceProps); var maxOffset = scrollLeft + width; var offset = itemMetadata.offset + itemMetadata.size; var stopIndex = startIndex; while (stopIndex < columnCount - 1 && offset < maxOffset) { stopIndex++; offset += getItemMetadata('column', props, stopIndex, instanceProps).size; } return stopIndex; }, getColumnWidth: function getColumnWidth(props, index, instanceProps) { return instanceProps.columnMetadataMap[index].size; }, getEstimatedTotalHeight: getEstimatedTotalHeight, getEstimatedTotalWidth: getEstimatedTotalWidth, getOffsetForColumnAndAlignment: function getOffsetForColumnAndAlignment(props, index, align, scrollOffset, instanceProps, scrollbarSize) { return getOffsetForIndexAndAlignment('column', props, index, align, scrollOffset, instanceProps, scrollbarSize); }, getOffsetForRowAndAlignment: function getOffsetForRowAndAlignment(props, index, align, scrollOffset, instanceProps, scrollbarSize) { return getOffsetForIndexAndAlignment('row', props, index, align, scrollOffset, instanceProps, scrollbarSize); }, getRowOffset: function getRowOffset(props, index, instanceProps) { return getItemMetadata('row', props, index, instanceProps).offset; }, getRowHeight: function getRowHeight(props, index, instanceProps) { return instanceProps.rowMetadataMap[index].size; }, getRowStartIndexForOffset: function getRowStartIndexForOffset(props, scrollTop, instanceProps) { return findNearestItem('row', props, instanceProps, scrollTop); }, getRowStopIndexForStartIndex: function getRowStopIndexForStartIndex(props, startIndex, scrollTop, instanceProps) { var rowCount = props.rowCount, height = props.height; var itemMetadata = getItemMetadata('row', props, startIndex, instanceProps); var maxOffset = scrollTop + height; var offset = itemMetadata.offset + itemMetadata.size; var stopIndex = startIndex; while (stopIndex < rowCount - 1 && offset < maxOffset) { stopIndex++; offset += getItemMetadata('row', props, stopIndex, instanceProps).size; } return stopIndex; }, initInstanceProps: function initInstanceProps(props, instance) { var _ref5 = props, estimatedColumnWidth = _ref5.estimatedColumnWidth, estimatedRowHeight = _ref5.estimatedRowHeight; var instanceProps = { columnMetadataMap: {}, estimatedColumnWidth: estimatedColumnWidth || DEFAULT_ESTIMATED_ITEM_SIZE, estimatedRowHeight: estimatedRowHeight || DEFAULT_ESTIMATED_ITEM_SIZE, lastMeasuredColumnIndex: -1, lastMeasuredRowIndex: -1, rowMetadataMap: {} }; instance.resetAfterColumnIndex = function (columnIndex, shouldForceUpdate) { if (shouldForceUpdate === void 0) { shouldForceUpdate = true; } instance.resetAfterIndices({ columnIndex: columnIndex, shouldForceUpdate: shouldForceUpdate }); }; instance.resetAfterRowIndex = function (rowIndex, shouldForceUpdate) { if (shouldForceUpdate === void 0) { shouldForceUpdate = true; } instance.resetAfterIndices({ rowIndex: rowIndex, shouldForceUpdate: shouldForceUpdate }); }; instance.resetAfterIndices = function (_ref6) { var columnIndex = _ref6.columnIndex, rowIndex = _ref6.rowIndex, _ref6$shouldForceUpda = _ref6.shouldForceUpdate, shouldForceUpdate = _ref6$shouldForceUpda === void 0 ? true : _ref6$shouldForceUpda; if (typeof columnIndex === 'number') { instanceProps.lastMeasuredColumnIndex = Math.min(instanceProps.lastMeasuredColumnIndex, columnIndex - 1); } if (typeof rowIndex === 'number') { instanceProps.lastMeasuredRowIndex = Math.min(instanceProps.lastMeasuredRowIndex, rowIndex - 1); } // We could potentially optimize further by only evicting styles after this index, // But since styles are only cached while scrolling is in progress- // It seems an unnecessary optimization. // It's unlikely that resetAfterIndex() will be called while a user is scrolling. instance._getItemStyleCache(-1); if (shouldForceUpdate) { instance.forceUpdate(); } }; return instanceProps; }, shouldResetStyleCacheOnItemSizeChange: false, validateProps: function validateProps(_ref7) { var columnWidth = _ref7.columnWidth, rowHeight = _ref7.rowHeight; if (false) {} } }); var IS_SCROLLING_DEBOUNCE_INTERVAL$1 = 150; var defaultItemKey$1 = function defaultItemKey(index, data) { return index; }; // In DEV mode, this Set helps us only log a warning once per component instance. // This avoids spamming the console every time a render happens. var devWarningsDirection = null; var devWarningsTagName$1 = null; if (false) {} function createListComponent(_ref) { var _class, _temp; var getItemOffset = _ref.getItemOffset, getEstimatedTotalSize = _ref.getEstimatedTotalSize, getItemSize = _ref.getItemSize, getOffsetForIndexAndAlignment = _ref.getOffsetForIndexAndAlignment, getStartIndexForOffset = _ref.getStartIndexForOffset, getStopIndexForStartIndex = _ref.getStopIndexForStartIndex, initInstanceProps = _ref.initInstanceProps, shouldResetStyleCacheOnItemSizeChange = _ref.shouldResetStyleCacheOnItemSizeChange, validateProps = _ref.validateProps; return _temp = _class = /*#__PURE__*/ function (_PureComponent) { (0,inheritsLoose/* default */.Z)(List, _PureComponent); // Always use explicit constructor for React components. // It produces less code after transpilation. (#26) // eslint-disable-next-line no-useless-constructor function List(props) { var _this; _this = _PureComponent.call(this, props) || this; _this._instanceProps = initInstanceProps(_this.props, (0,assertThisInitialized/* default */.Z)((0,assertThisInitialized/* default */.Z)(_this))); _this._outerRef = void 0; _this._resetIsScrollingTimeoutId = null; _this.state = { instance: (0,assertThisInitialized/* default */.Z)((0,assertThisInitialized/* default */.Z)(_this)), isScrolling: false, scrollDirection: 'forward', scrollOffset: typeof _this.props.initialScrollOffset === 'number' ? _this.props.initialScrollOffset : 0, scrollUpdateWasRequested: false }; _this._callOnItemsRendered = void 0; _this._callOnItemsRendered = memoize_one_esm(function (overscanStartIndex, overscanStopIndex, visibleStartIndex, visibleStopIndex) { return _this.props.onItemsRendered({ overscanStartIndex: overscanStartIndex, overscanStopIndex: overscanStopIndex, visibleStartIndex: visibleStartIndex, visibleStopIndex: visibleStopIndex }); }); _this._callOnScroll = void 0; _this._callOnScroll = memoize_one_esm(function (scrollDirection, scrollOffset, scrollUpdateWasRequested) { return _this.props.onScroll({ scrollDirection: scrollDirection, scrollOffset: scrollOffset, scrollUpdateWasRequested: scrollUpdateWasRequested }); }); _this._getItemStyle = void 0; _this._getItemStyle = function (index) { var _this$props = _this.props, direction = _this$props.direction, itemSize = _this$props.itemSize, layout = _this$props.layout; var itemStyleCache = _this._getItemStyleCache(shouldResetStyleCacheOnItemSizeChange && itemSize, shouldResetStyleCacheOnItemSizeChange && layout, shouldResetStyleCacheOnItemSizeChange && direction); var style; if (itemStyleCache.hasOwnProperty(index)) { style = itemStyleCache[index]; } else { var _offset = getItemOffset(_this.props, index, _this._instanceProps); var size = getItemSize(_this.props, index, _this._instanceProps); // TODO Deprecate direction "horizontal" var isHorizontal = direction === 'horizontal' || layout === 'horizontal'; var isRtl = direction === 'rtl'; var offsetHorizontal = isHorizontal ? _offset : 0; itemStyleCache[index] = style = { position: 'absolute', left: isRtl ? undefined : offsetHorizontal, right: isRtl ? offsetHorizontal : undefined, top: !isHorizontal ? _offset : 0, height: !isHorizontal ? size : '100%', width: isHorizontal ? size : '100%' }; } return style; }; _this._getItemStyleCache = void 0; _this._getItemStyleCache = memoize_one_esm(function (_, __, ___) { return {}; }); _this._onScrollHorizontal = function (event) { var _event$currentTarget = event.currentTarget, clientWidth = _event$currentTarget.clientWidth, scrollLeft = _event$currentTarget.scrollLeft, scrollWidth = _event$currentTarget.scrollWidth; _this.setState(function (prevState) { if (prevState.scrollOffset === scrollLeft) { // Scroll position may have been updated by cDM/cDU, // In which case we don't need to trigger another render, // And we don't want to update state.isScrolling. return null; } var direction = _this.props.direction; var scrollOffset = scrollLeft; if (direction === 'rtl') { // TRICKY According to the spec, scrollLeft should be negative for RTL aligned elements. // This is not the case for all browsers though (e.g. Chrome reports values as positive, measured relative to the left). // It's also easier for this component if we convert offsets to the same format as they would be in for ltr. // So the simplest solution is to determine which browser behavior we're dealing with, and convert based on it. switch (getRTLOffsetType()) { case 'negative': scrollOffset = -scrollLeft; break; case 'positive-descending': scrollOffset = scrollWidth - clientWidth - scrollLeft; break; } } // Prevent Safari's elastic scrolling from causing visual shaking when scrolling past bounds. scrollOffset = Math.max(0, Math.min(scrollOffset, scrollWidth - clientWidth)); return { isScrolling: true, scrollDirection: prevState.scrollOffset < scrollLeft ? 'forward' : 'backward', scrollOffset: scrollOffset, scrollUpdateWasRequested: false }; }, _this._resetIsScrollingDebounced); }; _this._onScrollVertical = function (event) { var _event$currentTarget2 = event.currentTarget, clientHeight = _event$currentTarget2.clientHeight, scrollHeight = _event$currentTarget2.scrollHeight, scrollTop = _event$currentTarget2.scrollTop; _this.setState(function (prevState) { if (prevState.scrollOffset === scrollTop) { // Scroll position may have been updated by cDM/cDU, // In which case we don't need to trigger another render, // And we don't want to update state.isScrolling. return null; } // Prevent Safari's elastic scrolling from causing visual shaking when scrolling past bounds. var scrollOffset = Math.max(0, Math.min(scrollTop, scrollHeight - clientHeight)); return { isScrolling: true, scrollDirection: prevState.scrollOffset < scrollOffset ? 'forward' : 'backward', scrollOffset: scrollOffset, scrollUpdateWasRequested: false }; }, _this._resetIsScrollingDebounced); }; _this._outerRefSetter = function (ref) { var outerRef = _this.props.outerRef; _this._outerRef = ref; if (typeof outerRef === 'function') { outerRef(ref); } else if (outerRef != null && typeof outerRef === 'object' && outerRef.hasOwnProperty('current')) { outerRef.current = ref; } }; _this._resetIsScrollingDebounced = function () { if (_this._resetIsScrollingTimeoutId !== null) { cancelTimeout(_this._resetIsScrollingTimeoutId); } _this._resetIsScrollingTimeoutId = requestTimeout(_this._resetIsScrolling, IS_SCROLLING_DEBOUNCE_INTERVAL$1); }; _this._resetIsScrolling = function () { _this._resetIsScrollingTimeoutId = null; _this.setState({ isScrolling: false }, function () { // Clear style cache after state update has been committed. // This way we don't break pure sCU for items that don't use isScrolling param. _this._getItemStyleCache(-1, null); }); }; return _this; } List.getDerivedStateFromProps = function getDerivedStateFromProps(nextProps, prevState) { validateSharedProps$1(nextProps, prevState); validateProps(nextProps); return null; }; var _proto = List.prototype; _proto.scrollTo = function scrollTo(scrollOffset) { scrollOffset = Math.max(0, scrollOffset); this.setState(function (prevState) { if (prevState.scrollOffset === scrollOffset) { return null; } return { scrollDirection: prevState.scrollOffset < scrollOffset ? 'forward' : 'backward', scrollOffset: scrollOffset, scrollUpdateWasRequested: true }; }, this._resetIsScrollingDebounced); }; _proto.scrollToItem = function scrollToItem(index, align) { if (align === void 0) { align = 'auto'; } var itemCount = this.props.itemCount; var scrollOffset = this.state.scrollOffset; index = Math.max(0, Math.min(index, itemCount - 1)); this.scrollTo(getOffsetForIndexAndAlignment(this.props, index, align, scrollOffset, this._instanceProps)); }; _proto.componentDidMount = function componentDidMount() { var _this$props2 = this.props, direction = _this$props2.direction, initialScrollOffset = _this$props2.initialScrollOffset, layout = _this$props2.layout; if (typeof initialScrollOffset === 'number' && this._outerRef != null) { var outerRef = this._outerRef; // TODO Deprecate direction "horizontal" if (direction === 'horizontal' || layout === 'horizontal') { outerRef.scrollLeft = initialScrollOffset; } else { outerRef.scrollTop = initialScrollOffset; } } this._callPropsCallbacks(); }; _proto.componentDidUpdate = function componentDidUpdate() { var _this$props3 = this.props, direction = _this$props3.direction, layout = _this$props3.layout; var _this$state = this.state, scrollOffset = _this$state.scrollOffset, scrollUpdateWasRequested = _this$state.scrollUpdateWasRequested; if (scrollUpdateWasRequested && this._outerRef != null) { var outerRef = this._outerRef; // TODO Deprecate direction "horizontal" if (direction === 'horizontal' || layout === 'horizontal') { if (direction === 'rtl') { // TRICKY According to the spec, scrollLeft should be negative for RTL aligned elements. // This is not the case for all browsers though (e.g. Chrome reports values as positive, measured relative to the left). // So we need to determine which browser behavior we're dealing with, and mimic it. switch (getRTLOffsetType()) { case 'negative': outerRef.scrollLeft = -scrollOffset; break; case 'positive-ascending': outerRef.scrollLeft = scrollOffset; break; default: var clientWidth = outerRef.clientWidth, scrollWidth = outerRef.scrollWidth; outerRef.scrollLeft = scrollWidth - clientWidth - scrollOffset; break; } } else { outerRef.scrollLeft = scrollOffset; } } else { outerRef.scrollTop = scrollOffset; } } this._callPropsCallbacks(); }; _proto.componentWillUnmount = function componentWillUnmount() { if (this._resetIsScrollingTimeoutId !== null) { cancelTimeout(this._resetIsScrollingTimeoutId); } }; _proto.render = function render() { var _this$props4 = this.props, children = _this$props4.children, className = _this$props4.className, direction = _this$props4.direction, height = _this$props4.height, innerRef = _this$props4.innerRef, innerElementType = _this$props4.innerElementType, innerTagName = _this$props4.innerTagName, itemCount = _this$props4.itemCount, itemData = _this$props4.itemData, _this$props4$itemKey = _this$props4.itemKey, itemKey = _this$props4$itemKey === void 0 ? defaultItemKey$1 : _this$props4$itemKey, layout = _this$props4.layout, outerElementType = _this$props4.outerElementType, outerTagName = _this$props4.outerTagName, style = _this$props4.style, useIsScrolling = _this$props4.useIsScrolling, width = _this$props4.width; var isScrolling = this.state.isScrolling; // TODO Deprecate direction "horizontal" var isHorizontal = direction === 'horizontal' || layout === 'horizontal'; var onScroll = isHorizontal ? this._onScrollHorizontal : this._onScrollVertical; var _this$_getRangeToRend = this._getRangeToRender(), startIndex = _this$_getRangeToRend[0], stopIndex = _this$_getRangeToRend[1]; var items = []; if (itemCount > 0) { for (var _index = startIndex; _index <= stopIndex; _index++) { items.push((0,react.createElement)(children, { data: itemData, key: itemKey(_index, itemData), index: _index, isScrolling: useIsScrolling ? isScrolling : undefined, style: this._getItemStyle(_index) })); } } // Read this value AFTER items have been created, // So their actual sizes (if variable) are taken into consideration. var estimatedTotalSize = getEstimatedTotalSize(this.props, this._instanceProps); return (0,react.createElement)(outerElementType || outerTagName || 'div', { className: className, onScroll: onScroll, ref: this._outerRefSetter, style: (0,esm_extends/* default */.Z)({ position: 'relative', height: height, width: width, overflow: 'auto', WebkitOverflowScrolling: 'touch', willChange: 'transform', direction: direction }, style) }, (0,react.createElement)(innerElementType || innerTagName || 'div', { children: items, ref: innerRef, style: { height: isHorizontal ? '100%' : estimatedTotalSize, pointerEvents: isScrolling ? 'none' : undefined, width: isHorizontal ? estimatedTotalSize : '100%' } })); }; _proto._callPropsCallbacks = function _callPropsCallbacks() { if (typeof this.props.onItemsRendered === 'function') { var itemCount = this.props.itemCount; if (itemCount > 0) { var _this$_getRangeToRend2 = this._getRangeToRender(), _overscanStartIndex = _this$_getRangeToRend2[0], _overscanStopIndex = _this$_getRangeToRend2[1], _visibleStartIndex = _this$_getRangeToRend2[2], _visibleStopIndex = _this$_getRangeToRend2[3]; this._callOnItemsRendered(_overscanStartIndex, _overscanStopIndex, _visibleStartIndex, _visibleStopIndex); } } if (typeof this.props.onScroll === 'function') { var _this$state2 = this.state, _scrollDirection = _this$state2.scrollDirection, _scrollOffset = _this$state2.scrollOffset, _scrollUpdateWasRequested = _this$state2.scrollUpdateWasRequested; this._callOnScroll(_scrollDirection, _scrollOffset, _scrollUpdateWasRequested); } }; // Lazily create and cache item styles while scrolling, // So that pure component sCU will prevent re-renders. // We maintain this cache, and pass a style prop rather than index, // So that List can clear cached styles and force item re-render if necessary. _proto._getRangeToRender = function _getRangeToRender() { var _this$props5 = this.props, itemCount = _this$props5.itemCount, overscanCount = _this$props5.overscanCount; var _this$state3 = this.state, isScrolling = _this$state3.isScrolling, scrollDirection = _this$state3.scrollDirection, scrollOffset = _this$state3.scrollOffset; if (itemCount === 0) { return [0, 0, 0, 0]; } var startIndex = getStartIndexForOffset(this.props, scrollOffset, this._instanceProps); var stopIndex = getStopIndexForStartIndex(this.props, startIndex, scrollOffset, this._instanceProps); // Overscan by one item in each direction so that tab/focus works. // If there isn't at least one extra item, tab loops back around. var overscanBackward = !isScrolling || scrollDirection === 'backward' ? Math.max(1, overscanCount) : 1; var overscanForward = !isScrolling || scrollDirection === 'forward' ? Math.max(1, overscanCount) : 1; return [Math.max(0, startIndex - overscanBackward), Math.max(0, Math.min(itemCount - 1, stopIndex + overscanForward)), startIndex, stopIndex]; }; return List; }(react.PureComponent), _class.defaultProps = { direction: 'ltr', itemData: undefined, layout: 'vertical', overscanCount: 2, useIsScrolling: false }, _temp; } // NOTE: I considered further wrapping individual items with a pure ListItem component. // This would avoid ever calling the render function for the same index more than once, // But it would also add the overhead of a lot of components/fibers. // I assume people already do this (render function returning a class component), // So my doing it would just unnecessarily double the wrappers. var validateSharedProps$1 = function validateSharedProps(_ref2, _ref3) { var children = _ref2.children, direction = _ref2.direction, height = _ref2.height, layout = _ref2.layout, innerTagName = _ref2.innerTagName, outerTagName = _ref2.outerTagName, width = _ref2.width; var instance = _ref3.instance; if (false) { var isHorizontal; } }; var DEFAULT_ESTIMATED_ITEM_SIZE$1 = 50; var getItemMetadata$1 = function getItemMetadata(props, index, instanceProps) { var _ref = props, itemSize = _ref.itemSize; var itemMetadataMap = instanceProps.itemMetadataMap, lastMeasuredIndex = instanceProps.lastMeasuredIndex; if (index > lastMeasuredIndex) { var offset = 0; if (lastMeasuredIndex >= 0) { var itemMetadata = itemMetadataMap[lastMeasuredIndex]; offset = itemMetadata.offset + itemMetadata.size; } for (var i = lastMeasuredIndex + 1; i <= index; i++) { var size = itemSize(i); itemMetadataMap[i] = { offset: offset, size: size }; offset += size; } instanceProps.lastMeasuredIndex = index; } return itemMetadataMap[index]; }; var findNearestItem$1 = function findNearestItem(props, instanceProps, offset) { var itemMetadataMap = instanceProps.itemMetadataMap, lastMeasuredIndex = instanceProps.lastMeasuredIndex; var lastMeasuredItemOffset = lastMeasuredIndex > 0 ? itemMetadataMap[lastMeasuredIndex].offset : 0; if (lastMeasuredItemOffset >= offset) { // If we've already measured items within this range just use a binary search as it's faster. return findNearestItemBinarySearch$1(props, instanceProps, lastMeasuredIndex, 0, offset); } else { // If we haven't yet measured this high, fallback to an exponential search with an inner binary search. // The exponential search avoids pre-computing sizes for the full set of items as a binary search would. // The overall complexity for this approach is O(log n). return findNearestItemExponentialSearch$1(props, instanceProps, Math.max(0, lastMeasuredIndex), offset); } }; var findNearestItemBinarySearch$1 = function findNearestItemBinarySearch(props, instanceProps, high, low, offset) { while (low <= high) { var middle = low + Math.floor((high - low) / 2); var currentOffset = getItemMetadata$1(props, middle, instanceProps).offset; if (currentOffset === offset) { return middle; } else if (currentOffset < offset) { low = middle + 1; } else if (currentOffset > offset) { high = middle - 1; } } if (low > 0) { return low - 1; } else { return 0; } }; var findNearestItemExponentialSearch$1 = function findNearestItemExponentialSearch(props, instanceProps, index, offset) { var itemCount = props.itemCount; var interval = 1; while (index < itemCount && getItemMetadata$1(props, index, instanceProps).offset < offset) { index += interval; interval *= 2; } return findNearestItemBinarySearch$1(props, instanceProps, Math.min(index, itemCount - 1), Math.floor(index / 2), offset); }; var getEstimatedTotalSize = function getEstimatedTotalSize(_ref2, _ref3) { var itemCount = _ref2.itemCount; var itemMetadataMap = _ref3.itemMetadataMap, estimatedItemSize = _ref3.estimatedItemSize, lastMeasuredIndex = _ref3.lastMeasuredIndex; var totalSizeOfMeasuredItems = 0; // Edge case check for when the number of items decreases while a scroll is in progress. // https://github.com/bvaughn/react-window/pull/138 if (lastMeasuredIndex >= itemCount) { lastMeasuredIndex = itemCount - 1; } if (lastMeasuredIndex >= 0) { var itemMetadata = itemMetadataMap[lastMeasuredIndex]; totalSizeOfMeasuredItems = itemMetadata.offset + itemMetadata.size; } var numUnmeasuredItems = itemCount - lastMeasuredIndex - 1; var totalSizeOfUnmeasuredItems = numUnmeasuredItems * estimatedItemSize; return totalSizeOfMeasuredItems + totalSizeOfUnmeasuredItems; }; var VariableSizeList = /*#__PURE__*/ createListComponent({ getItemOffset: function getItemOffset(props, index, instanceProps) { return getItemMetadata$1(props, index, instanceProps).offset; }, getItemSize: function getItemSize(props, index, instanceProps) { return instanceProps.itemMetadataMap[index].size; }, getEstimatedTotalSize: getEstimatedTotalSize, getOffsetForIndexAndAlignment: function getOffsetForIndexAndAlignment(props, index, align, scrollOffset, instanceProps) { var direction = props.direction, height = props.height, layout = props.layout, width = props.width; // TODO Deprecate direction "horizontal" var isHorizontal = direction === 'horizontal' || layout === 'horizontal'; var size = isHorizontal ? width : height; var itemMetadata = getItemMetadata$1(props, index, instanceProps); // Get estimated total size after ItemMetadata is computed, // To ensure it reflects actual measurements instead of just estimates. var estimatedTotalSize = getEstimatedTotalSize(props, instanceProps); var maxOffset = Math.max(0, Math.min(estimatedTotalSize - size, itemMetadata.offset)); var minOffset = Math.max(0, itemMetadata.offset - size + itemMetadata.size); if (align === 'smart') { if (scrollOffset >= minOffset - size && scrollOffset <= maxOffset + size) { align = 'auto'; } else { align = 'center'; } } switch (align) { case 'start': return maxOffset; case 'end': return minOffset; case 'center': return Math.round(minOffset + (maxOffset - minOffset) / 2); case 'auto': default: if (scrollOffset >= minOffset && scrollOffset <= maxOffset) { return scrollOffset; } else if (scrollOffset < minOffset) { return minOffset; } else { return maxOffset; } } }, getStartIndexForOffset: function getStartIndexForOffset(props, offset, instanceProps) { return findNearestItem$1(props, instanceProps, offset); }, getStopIndexForStartIndex: function getStopIndexForStartIndex(props, startIndex, scrollOffset, instanceProps) { var direction = props.direction, height = props.height, itemCount = props.itemCount, layout = props.layout, width = props.width; // TODO Deprecate direction "horizontal" var isHorizontal = direction === 'horizontal' || layout === 'horizontal'; var size = isHorizontal ? width : height; var itemMetadata = getItemMetadata$1(props, startIndex, instanceProps); var maxOffset = scrollOffset + size; var offset = itemMetadata.offset + itemMetadata.size; var stopIndex = startIndex; while (stopIndex < itemCount - 1 && offset < maxOffset) { stopIndex++; offset += getItemMetadata$1(props, stopIndex, instanceProps).size; } return stopIndex; }, initInstanceProps: function initInstanceProps(props, instance) { var _ref4 = props, estimatedItemSize = _ref4.estimatedItemSize; var instanceProps = { itemMetadataMap: {}, estimatedItemSize: estimatedItemSize || DEFAULT_ESTIMATED_ITEM_SIZE$1, lastMeasuredIndex: -1 }; instance.resetAfterIndex = function (index, shouldForceUpdate) { if (shouldForceUpdate === void 0) { shouldForceUpdate = true; } instanceProps.lastMeasuredIndex = Math.min(instanceProps.lastMeasuredIndex, index - 1); // We could potentially optimize further by only evicting styles after this index, // But since styles are only cached while scrolling is in progress- // It seems an unnecessary optimization. // It's unlikely that resetAfterIndex() will be called while a user is scrolling. instance._getItemStyleCache(-1); if (shouldForceUpdate) { instance.forceUpdate(); } }; return instanceProps; }, shouldResetStyleCacheOnItemSizeChange: false, validateProps: function validateProps(_ref5) { var itemSize = _ref5.itemSize; if (false) {} } }); var FixedSizeGrid = /*#__PURE__*/ createGridComponent({ getColumnOffset: function getColumnOffset(_ref, index) { var columnWidth = _ref.columnWidth; return index * columnWidth; }, getColumnWidth: function getColumnWidth(_ref2, index) { var columnWidth = _ref2.columnWidth; return columnWidth; }, getRowOffset: function getRowOffset(_ref3, index) { var rowHeight = _ref3.rowHeight; return index * rowHeight; }, getRowHeight: function getRowHeight(_ref4, index) { var rowHeight = _ref4.rowHeight; return rowHeight; }, getEstimatedTotalHeight: function getEstimatedTotalHeight(_ref5) { var rowCount = _ref5.rowCount, rowHeight = _ref5.rowHeight; return rowHeight * rowCount; }, getEstimatedTotalWidth: function getEstimatedTotalWidth(_ref6) { var columnCount = _ref6.columnCount, columnWidth = _ref6.columnWidth; return columnWidth * columnCount; }, getOffsetForColumnAndAlignment: function getOffsetForColumnAndAlignment(_ref7, columnIndex, align, scrollLeft, instanceProps, scrollbarSize) { var columnCount = _ref7.columnCount, columnWidth = _ref7.columnWidth, width = _ref7.width; var lastColumnOffset = Math.max(0, columnCount * columnWidth - width); var maxOffset = Math.min(lastColumnOffset, columnIndex * columnWidth); var minOffset = Math.max(0, columnIndex * columnWidth - width + scrollbarSize + columnWidth); if (align === 'smart') { if (scrollLeft >= minOffset - width && scrollLeft <= maxOffset + width) { align = 'auto'; } else { align = 'center'; } } switch (align) { case 'start': return maxOffset; case 'end': return minOffset; case 'center': // "Centered" offset is usually the average of the min and max. // But near the edges of the list, this doesn't hold true. var middleOffset = Math.round(minOffset + (maxOffset - minOffset) / 2); if (middleOffset < Math.ceil(width / 2)) { return 0; // near the beginning } else if (middleOffset > lastColumnOffset + Math.floor(width / 2)) { return lastColumnOffset; // near the end } else { return middleOffset; } case 'auto': default: if (scrollLeft >= minOffset && scrollLeft <= maxOffset) { return scrollLeft; } else if (minOffset > maxOffset) { // Because we only take into account the scrollbar size when calculating minOffset // this value can be larger than maxOffset when at the end of the list return minOffset; } else if (scrollLeft < minOffset) { return minOffset; } else { return maxOffset; } } }, getOffsetForRowAndAlignment: function getOffsetForRowAndAlignment(_ref8, rowIndex, align, scrollTop, instanceProps, scrollbarSize) { var rowHeight = _ref8.rowHeight, height = _ref8.height, rowCount = _ref8.rowCount; var lastRowOffset = Math.max(0, rowCount * rowHeight - height); var maxOffset = Math.min(lastRowOffset, rowIndex * rowHeight); var minOffset = Math.max(0, rowIndex * rowHeight - height + scrollbarSize + rowHeight); if (align === 'smart') { if (scrollTop >= minOffset - height && scrollTop <= maxOffset + height) { align = 'auto'; } else { align = 'center'; } } switch (align) { case 'start': return maxOffset; case 'end': return minOffset; case 'center': // "Centered" offset is usually the average of the min and max. // But near the edges of the list, this doesn't hold true. var middleOffset = Math.round(minOffset + (maxOffset - minOffset) / 2); if (middleOffset < Math.ceil(height / 2)) { return 0; // near the beginning } else if (middleOffset > lastRowOffset + Math.floor(height / 2)) { return lastRowOffset; // near the end } else { return middleOffset; } case 'auto': default: if (scrollTop >= minOffset && scrollTop <= maxOffset) { return scrollTop; } else if (minOffset > maxOffset) { // Because we only take into account the scrollbar size when calculating minOffset // this value can be larger than maxOffset when at the end of the list return minOffset; } else if (scrollTop < minOffset) { return minOffset; } else { return maxOffset; } } }, getColumnStartIndexForOffset: function getColumnStartIndexForOffset(_ref9, scrollLeft) { var columnWidth = _ref9.columnWidth, columnCount = _ref9.columnCount; return Math.max(0, Math.min(columnCount - 1, Math.floor(scrollLeft / columnWidth))); }, getColumnStopIndexForStartIndex: function getColumnStopIndexForStartIndex(_ref10, startIndex, scrollLeft) { var columnWidth = _ref10.columnWidth, columnCount = _ref10.columnCount, width = _ref10.width; var left = startIndex * columnWidth; var numVisibleColumns = Math.ceil((width + scrollLeft - left) / columnWidth); return Math.max(0, Math.min(columnCount - 1, startIndex + numVisibleColumns - 1 // -1 is because stop index is inclusive )); }, getRowStartIndexForOffset: function getRowStartIndexForOffset(_ref11, scrollTop) { var rowHeight = _ref11.rowHeight, rowCount = _ref11.rowCount; return Math.max(0, Math.min(rowCount - 1, Math.floor(scrollTop / rowHeight))); }, getRowStopIndexForStartIndex: function getRowStopIndexForStartIndex(_ref12, startIndex, scrollTop) { var rowHeight = _ref12.rowHeight, rowCount = _ref12.rowCount, height = _ref12.height; var top = startIndex * rowHeight; var numVisibleRows = Math.ceil((height + scrollTop - top) / rowHeight); return Math.max(0, Math.min(rowCount - 1, startIndex + numVisibleRows - 1 // -1 is because stop index is inclusive )); }, initInstanceProps: function initInstanceProps(props) {// Noop }, shouldResetStyleCacheOnItemSizeChange: true, validateProps: function validateProps(_ref13) { var columnWidth = _ref13.columnWidth, rowHeight = _ref13.rowHeight; if (false) {} } }); var FixedSizeList = /*#__PURE__*/ createListComponent({ getItemOffset: function getItemOffset(_ref, index) { var itemSize = _ref.itemSize; return index * itemSize; }, getItemSize: function getItemSize(_ref2, index) { var itemSize = _ref2.itemSize; return itemSize; }, getEstimatedTotalSize: function getEstimatedTotalSize(_ref3) { var itemCount = _ref3.itemCount, itemSize = _ref3.itemSize; return itemSize * itemCount; }, getOffsetForIndexAndAlignment: function getOffsetForIndexAndAlignment(_ref4, index, align, scrollOffset) { var direction = _ref4.direction, height = _ref4.height, itemCount = _ref4.itemCount, itemSize = _ref4.itemSize, layout = _ref4.layout, width = _ref4.width; // TODO Deprecate direction "horizontal" var isHorizontal = direction === 'horizontal' || layout === 'horizontal'; var size = isHorizontal ? width : height; var lastItemOffset = Math.max(0, itemCount * itemSize - size); var maxOffset = Math.min(lastItemOffset, index * itemSize); var minOffset = Math.max(0, index * itemSize - size + itemSize); if (align === 'smart') { if (scrollOffset >= minOffset - size && scrollOffset <= maxOffset + size) { align = 'auto'; } else { align = 'center'; } } switch (align) { case 'start': return maxOffset; case 'end': return minOffset; case 'center': { // "Centered" offset is usually the average of the min and max. // But near the edges of the list, this doesn't hold true. var middleOffset = Math.round(minOffset + (maxOffset - minOffset) / 2); if (middleOffset < Math.ceil(size / 2)) { return 0; // near the beginning } else if (middleOffset > lastItemOffset + Math.floor(size / 2)) { return lastItemOffset; // near the end } else { return middleOffset; } } case 'auto': default: if (scrollOffset >= minOffset && scrollOffset <= maxOffset) { return scrollOffset; } else if (scrollOffset < minOffset) { return minOffset; } else { return maxOffset; } } }, getStartIndexForOffset: function getStartIndexForOffset(_ref5, offset) { var itemCount = _ref5.itemCount, itemSize = _ref5.itemSize; return Math.max(0, Math.min(itemCount - 1, Math.floor(offset / itemSize))); }, getStopIndexForStartIndex: function getStopIndexForStartIndex(_ref6, startIndex, scrollOffset) { var direction = _ref6.direction, height = _ref6.height, itemCount = _ref6.itemCount, itemSize = _ref6.itemSize, layout = _ref6.layout, width = _ref6.width; // TODO Deprecate direction "horizontal" var isHorizontal = direction === 'horizontal' || layout === 'horizontal'; var offset = startIndex * itemSize; var size = isHorizontal ? width : height; var numVisibleItems = Math.ceil((size + scrollOffset - offset) / itemSize); return Math.max(0, Math.min(itemCount - 1, startIndex + numVisibleItems - 1 // -1 is because stop index is inclusive )); }, initInstanceProps: function initInstanceProps(props) {// Noop }, shouldResetStyleCacheOnItemSizeChange: true, validateProps: function validateProps(_ref7) { var itemSize = _ref7.itemSize; if (false) {} } }); // Pulled from react-compat // https://github.com/developit/preact-compat/blob/7c5de00e7c85e2ffd011bf3af02899b63f699d3a/src/index.js#L349 function shallowDiffers(prev, next) { for (var attribute in prev) { if (!(attribute in next)) { return true; } } for (var _attribute in next) { if (prev[_attribute] !== next[_attribute]) { return true; } } return false; } // It knows to compare individual style props and ignore the wrapper object. // See https://reactjs.org/docs/react-api.html#reactmemo function areEqual(prevProps, nextProps) { var prevStyle = prevProps.style, prevRest = _objectWithoutPropertiesLoose(prevProps, ["style"]); var nextStyle = nextProps.style, nextRest = _objectWithoutPropertiesLoose(nextProps, ["style"]); return !shallowDiffers(prevStyle, nextStyle) && !shallowDiffers(prevRest, nextRest); } // It knows to compare individual style props and ignore the wrapper object. // See https://reactjs.org/docs/react-component.html#shouldcomponentupdate function shouldComponentUpdate(nextProps, nextState) { return !areEqual(this.props, nextProps) || shallowDiffers(this.state, nextState); } //# sourceMappingURL=index.esm.js.map ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Dialogs/IconPickerDialog/IconPickerFrame/IconPickerFrame.js function IconPickerFrame_slicedToArray(arr, i) { return IconPickerFrame_arrayWithHoles(arr) || IconPickerFrame_iterableToArrayLimit(arr, i) || IconPickerFrame_unsupportedIterableToArray(arr, i) || IconPickerFrame_nonIterableRest(); } function IconPickerFrame_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 IconPickerFrame_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return IconPickerFrame_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 IconPickerFrame_arrayLikeToArray(o, minLen); } function IconPickerFrame_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 IconPickerFrame_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function IconPickerFrame_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } var keywordSearch = function keywordSearch(keyword, importedIcons) { if (keyword) { // Empty list var newIconList = []; var icons = importedIcons; for (var i = 0; i < icons.length; i++) { var iconData = icons[i]; // Search in name or in search terms if (iconData.searchTerms.includes(keyword) || iconData.name.includes(keyword)) { newIconList.push(iconData); } } return newIconList; } else { return importedIcons; } }; function IconPickerFrame(_ref) { var selectedIcon = _ref.selectedIcon, onSelect = _ref.onSelect, icon_library = _ref.icon_library, icon_library_version = _ref.icon_library_version; var _useState = (0,react.useState)(""), _useState2 = IconPickerFrame_slicedToArray(_useState, 2), keyword = _useState2[0], setKeyword = _useState2[1]; var container = (0,react.useRef)(null); var _useState3 = (0,react.useState)([]), _useState4 = IconPickerFrame_slicedToArray(_useState3, 2), importedIcons = _useState4[0], setImportedIcons = _useState4[1]; var iconList = (0,react.useMemo)(function () { return keywordSearch(keyword.toLowerCase(), importedIcons); }, [keyword, importedIcons]); (0,react.useEffect)(function () { importIcons(icon_library, icon_library_version).then(function (result) { setImportedIcons(result.data); }); }, [icon_library, icon_library_version]); return /*#__PURE__*/react.createElement("div", { ref: container, style: { flexGrow: 1, height: 500, overflow: "hidden" }, "data-testid": "icon-frame" }, /*#__PURE__*/react.createElement("div", { className: "header" }, /*#__PURE__*/react.createElement(esm_TextField_TextField, { value: keyword, fullWidth: true, variant: "outlined", inputProps: { "data-testid": "search-field" }, placeholder: translate_translate("utils.icon_selector.search_icon"), onChange: function onChange(e) { setKeyword(e.target.value); } })), iconList.length === 0 && keyword === "" && /*#__PURE__*/react.createElement("div", { style: { margin: "150px 0 0", textAlign: "center" } }, /*#__PURE__*/react.createElement("svg", { width: "60", height: "60", viewBox: "0 0 38 38", xmlns: "http://www.w3.org/2000/svg", stroke: "#2f788a" }, /*#__PURE__*/react.createElement("g", { fill: "none", fillRule: "evenodd" }, /*#__PURE__*/react.createElement("g", { transform: "translate(1 1)", strokeWidth: "2" }, /*#__PURE__*/react.createElement("circle", { strokeOpacity: ".5", cx: "18", cy: "18", r: "18" }), /*#__PURE__*/react.createElement("path", { d: "M36 18c0-9.94-8.06-18-18-18" }, /*#__PURE__*/react.createElement("animateTransform", { attributeName: "transform", type: "rotate", from: "0 18 18", to: "360 18 18", dur: "1s", repeatCount: "indefinite" }))))), /*#__PURE__*/react.createElement("p", { style: { fontFamily: "Arial, Helvetica, sans-serif" } }, translate_translate("utils.icon_selector.loading"))), keyword !== "" && /*#__PURE__*/react.createElement("p", { className: "search-results" }, /*#__PURE__*/react.createElement("span", null, /*#__PURE__*/react.createElement(Trans, { i18nKey: "utils.icon_selector.searching_for", values: { keyword: keyword, resultCount: iconList.length }, components: { bold: /*#__PURE__*/react.createElement("strong", null) } })), /*#__PURE__*/react.createElement("a", { href: "#", onClick: function onClick(e) { e.preventDefault(); setKeyword(""); } }, translate_translate("utils.icon_selector.remove_filter"))), /*#__PURE__*/react.createElement("div", { className: "icon-list", style: { overflowX: "overlay" } }, /*#__PURE__*/react.createElement(FixedSizeGrid, { columnCount: container.current !== null ? container.current.clientWidth < 600 ? 4 : 8 : 8, columnWidth: container.current !== null ? container.current.clientWidth < 600 ? (container.current.clientWidth - 30) / 4 : (container.current.clientWidth - 30) / 8 : 15, height: container.current !== null ? container.current.clientHeight - 70 : 200, rowCount: container.current !== null ? container.current.clientWidth < 600 ? Math.max(iconList.length / 4) : Math.max(iconList.length / 8) : Math.max(iconList.length / 8), rowHeight: 90, width: container.current !== null ? container.current.clientWidth : 200 }, function (_ref2) { var columnIndex = _ref2.columnIndex, rowIndex = _ref2.rowIndex, style = _ref2.style; var iconData = iconList[rowIndex * (container.current !== null ? container.current.clientWidth < 600 ? 4 : 8 : 8) + columnIndex]; if (!iconData || typeof iconData === "undefined" || iconData.icons == null) { return null; } var iconItem = iconData.icons[0]; return /*#__PURE__*/react.createElement("div", { style: style }, /*#__PURE__*/react.createElement("a", { href: "#", className: (0,clsx_m/* default */.Z)("icon-item", selectedIcon !== "" && selectedIcon === iconItem.icon && "current-selected"), title: iconData.name, onClick: function onClick(e) { e.preventDefault(); onSelect(iconItem.icon); } }, /*#__PURE__*/react.createElement("div", { className: "icon-container" }, /*#__PURE__*/react.createElement("i", { className: iconItem.icon })), /*#__PURE__*/react.createElement("span", { className: "icon-name" }, iconData.name))); }))); } /* harmony default export */ var IconPickerFrame_IconPickerFrame = (connect(function (state) { return { icon_library: state.settings.icon_library, icon_library_version: state.settings.icon_library_version }; })(IconPickerFrame)); // EXTERNAL MODULE: ./node_modules/jss/dist/jss.esm.js var jss_esm = __webpack_require__(54013); // EXTERNAL MODULE: ./node_modules/@material-ui/styles/esm/jssPreset/jssPreset.js + 9 modules var jssPreset = __webpack_require__(60246); // EXTERNAL MODULE: ./node_modules/@material-ui/styles/esm/StylesProvider/StylesProvider.js + 1 modules var StylesProvider = __webpack_require__(4137); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/NoSsr/NoSsr.js var NoSsr_useEnhancedEffect = typeof window !== 'undefined' && "production" !== 'test' ? react.useLayoutEffect : react.useEffect; /** * NoSsr purposely removes components from the subject of Server Side Rendering (SSR). * * This component can be useful in a variety of situations: * - Escape hatch for broken dependencies not supporting SSR. * - Improve the time-to-first paint on the client by only rendering above the fold. * - Reduce the rendering time on the server. * - Under too heavy server load, you can turn on service degradation. */ function NoSsr(props) { var children = props.children, _props$defer = props.defer, defer = _props$defer === void 0 ? false : _props$defer, _props$fallback = props.fallback, fallback = _props$fallback === void 0 ? null : _props$fallback; var _React$useState = react.useState(false), mountedState = _React$useState[0], setMountedState = _React$useState[1]; NoSsr_useEnhancedEffect(function () { if (!defer) { setMountedState(true); } }, [defer]); react.useEffect(function () { if (defer) { setMountedState(true); } }, [defer]); // We need the Fragment here to force react-docgen to recognise NoSsr as a component. return /*#__PURE__*/react.createElement(react.Fragment, null, mountedState ? children : fallback); } false ? 0 : void 0; if (false) {} /* harmony default export */ var NoSsr_NoSsr = (NoSsr); // EXTERNAL MODULE: ./node_modules/react-frame-component/lib/index.js var lib = __webpack_require__(96561); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Dialogs/IconPickerDialog/DemoFrame.js function DemoFrame_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { DemoFrame_typeof = function _typeof(obj) { return typeof obj; }; } else { DemoFrame_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return DemoFrame_typeof(obj); } function DemoFrame_toConsumableArray(arr) { return DemoFrame_arrayWithoutHoles(arr) || DemoFrame_iterableToArray(arr) || DemoFrame_unsupportedIterableToArray(arr) || DemoFrame_nonIterableSpread(); } function DemoFrame_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 DemoFrame_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return DemoFrame_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 DemoFrame_arrayLikeToArray(o, minLen); } function DemoFrame_iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); } function DemoFrame_arrayWithoutHoles(arr) { if (Array.isArray(arr)) return DemoFrame_arrayLikeToArray(arr); } function DemoFrame_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 DemoFrame_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function DemoFrame_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function DemoFrame_createClass(Constructor, protoProps, staticProps) { if (protoProps) DemoFrame_defineProperties(Constructor.prototype, protoProps); if (staticProps) DemoFrame_defineProperties(Constructor, staticProps); return Constructor; } function DemoFrame_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) DemoFrame_setPrototypeOf(subClass, superClass); } function DemoFrame_setPrototypeOf(o, p) { DemoFrame_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return DemoFrame_setPrototypeOf(o, p); } function DemoFrame_createSuper(Derived) { var hasNativeReflectConstruct = DemoFrame_isNativeReflectConstruct(); return function _createSuperInternal() { var Super = DemoFrame_getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = DemoFrame_getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return DemoFrame_possibleConstructorReturn(this, result); }; } function DemoFrame_possibleConstructorReturn(self, call) { if (call && (DemoFrame_typeof(call) === "object" || typeof call === "function")) { return call; } return DemoFrame_assertThisInitialized(self); } function DemoFrame_assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } function DemoFrame_isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } function DemoFrame_getPrototypeOf(o) { DemoFrame_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return DemoFrame_getPrototypeOf(o); } function DemoFrame_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } /* global Map */ // import rtl from "jss-rtl"; var DemoFrame_styles = function styles(theme) { return { root: { backgroundColor: theme.palette.background["default"], flexGrow: 1, height: 400, border: "none", boxShadow: theme.shadows[1] } }; }; var DemoFrame = /*#__PURE__*/function (_React$Component) { DemoFrame_inherits(DemoFrame, _React$Component); var _super = DemoFrame_createSuper(DemoFrame); function DemoFrame() { var _this; DemoFrame_classCallCheck(this, DemoFrame); for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } _this = _super.call.apply(_super, [this].concat(args)); DemoFrame_defineProperty(DemoFrame_assertThisInitialized(_this), "state", { ready: false }); DemoFrame_defineProperty(DemoFrame_assertThisInitialized(_this), "handleRef", function (ref) { _this.contentDocument = ref ? ref.node.contentDocument : null; _this.contentWindow = ref ? ref.node.contentWindow : null; }); DemoFrame_defineProperty(DemoFrame_assertThisInitialized(_this), "onContentDidMount", function () { _this.setState({ ready: true, jss: (0,jss_esm/* create */.Ue)({ plugins: DemoFrame_toConsumableArray((0,jssPreset/* default */.Z)().plugins), insertionPoint: _this.contentWindow["demo-frame-jss"] }), sheetsManager: new Map(), container: _this.contentDocument.body }); }); DemoFrame_defineProperty(DemoFrame_assertThisInitialized(_this), "onContentDidUpdate", function () { _this.contentDocument.body.dir = _this.props.theme.direction; }); return _this; } DemoFrame_createClass(DemoFrame, [{ key: "render", value: function render() { var _this$props = this.props, children = _this$props.children, classes = _this$props.classes; // NoSsr fixes a strange concurrency issue with iframe and quick React mount/unmount return /*#__PURE__*/react.createElement(NoSsr_NoSsr, null, /*#__PURE__*/react.createElement(lib/* default */.ZP, { ref: this.handleRef, className: classes.root, contentDidMount: this.onContentDidMount, contentDidUpdate: this.onContentDidUpdate, head: this.props.head, style: this.props.style, width: "100%", border: 0 }, /*#__PURE__*/react.createElement("div", { id: "demo-frame-jss" }), this.state.ready ? /*#__PURE__*/react.createElement(StylesProvider/* default */.ZP, { jss: this.state.jss, sheetsManager: this.state.sheetsManager }, /*#__PURE__*/react.cloneElement(children, { container: this.state.container })) : null)); } }]); return DemoFrame; }(react.Component); /* harmony default export */ var IconPickerDialog_DemoFrame = ((0,withStyles/* default */.Z)(DemoFrame_styles, { withTheme: true })(DemoFrame)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Dialogs/IconPickerDialog/IconPickerDialog.js function IconPickerDialog_slicedToArray(arr, i) { return IconPickerDialog_arrayWithHoles(arr) || IconPickerDialog_iterableToArrayLimit(arr, i) || IconPickerDialog_unsupportedIterableToArray(arr, i) || IconPickerDialog_nonIterableRest(); } function IconPickerDialog_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 IconPickerDialog_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return IconPickerDialog_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 IconPickerDialog_arrayLikeToArray(o, minLen); } function IconPickerDialog_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 IconPickerDialog_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function IconPickerDialog_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } var stylesheet = "\nbody {\n margin: 0;\n display: flex;\n overflow: hidden;\n}\n\n* {\n box-sizing: border-box;\n}\n\n.header {\n margin-bottom: 5px;\n}\n\n.icon-item {\n display: block;\n text-decoration: none;\n border: 2px solid #eeeeee;\n margin: 4px;\n height: 80px;\n color: #494949;\n font-family: sans-serif;\n border-radius: 4px;\n transition: border-color 250ms ease-in-out;\n}\n\n.icon-item:hover {\n color: #2f788a;\n border-color: #2f788a;\n}\n\n.icon-item.current-selected {\n color: #f08419;\n border-color: #f08419;\n}\n\n.icon-item .icon-container {\n height: 50px;\n line-height: 50px;\n text-align: center;\n}\n\n.icon-item .icon-container i {\n display: block;\n line-height: 50px;\n font-size: 25px;\n}\n\n.icon-item .icon-name {\n display: block;\n text-align: center;\n padding: 0 5px 10px;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n font-size: 13px;\n}\n\n.search-results {\n display: block;\n padding: 5px 5px 0;\n font-family: sans-serif;\n color: #333333;\n font-size: 14px;\n}\n\n.search-results a {\n text-decoration: none;\n color: #2f788a;\n}\n\n.search-results a:hover {\n text-decoration: underline;\n}\n\n.frame-content {\n width: 100%;\n}\n.frame-root {\n width: 100%;\n}\n"; function IconPickerDialog(_ref) { var onClose = _ref.onClose, startingValue = _ref.startingValue, _ref$dialogOpened = _ref.dialogOpened, dialogOpened = _ref$dialogOpened === void 0 ? false : _ref$dialogOpened, memoizedStylesheet = _ref.memoizedStylesheet; var _useState = (0,react.useState)(startingValue), _useState2 = IconPickerDialog_slicedToArray(_useState, 2), currentSelectedIcon = _useState2[0], setCurrentSelectedIcon = _useState2[1]; var handleClose = function handleClose(status, value) { if (status === "confirm") { onClose(value); } else { onClose(false); } }; (0,react.useEffect)(function () { setCurrentSelectedIcon(startingValue); }, [startingValue]); return /*#__PURE__*/react.createElement(esm_Dialog_Dialog, { open: dialogOpened, onClose: function onClose() { return handleClose("cancel"); }, maxWidth: "md", fullWidth: true, "aria-labelledby": "alert-dialog-title", "aria-describedby": "alert-dialog-description" }, /*#__PURE__*/react.createElement(esm_DialogTitle_DialogTitle, { id: "alert-dialog-title" }, translate_translate("utils.icon_selector.title")), /*#__PURE__*/react.createElement(esm_DialogContent_DialogContent, null, /*#__PURE__*/react.createElement(DialogContentText_DialogContentText, { id: "alert-dialog-description", component: "div" }, dialogOpened && /*#__PURE__*/react.createElement(IconPickerDialog_DemoFrame, { head: /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("style", null, stylesheet), memoizedStylesheet), style: { height: 500, maxHeight: "calc(90vh - 180px)", boxShadow: "none", backgroundColor: "white" } }, /*#__PURE__*/react.createElement(IconPickerFrame_IconPickerFrame, { selectedIcon: currentSelectedIcon, onSelect: function onSelect(icon) { setCurrentSelectedIcon(icon); } })))), /*#__PURE__*/react.createElement(esm_DialogActions_DialogActions, null, /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { color: "primary", onClick: function onClick() { setCurrentSelectedIcon("unset"); handleClose("confirm", "unset"); }, "data-testid": "delete" }, /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "fas fa-trash" })), /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return handleClose("cancel", currentSelectedIcon); }, color: "primary" }, translate_translate("modal.cancel")), /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return handleClose("confirm", currentSelectedIcon); }, color: "primary" }, translate_translate("common.select")))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Utils/generateIconLibraryStylesheet.js // Get current icon library function generateIconLibraryStylesheet() { var icon_library = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "fontawesome"; var icon_library_version = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "5.free"; var icon_library_code = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null; // FontAwesome 5 Free if (icon_library === "fontawesome" && icon_library_version === "5.free") { return /*#__PURE__*/react.createElement("link", { type: "text/css", rel: "stylesheet", href: "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/" + buttonizer_admin.fontawesome_current_version + "/css/all.min.css", crossOrigin: "anonymous" }); } // FontAwesome 5 PRO else if (icon_library === "fontawesome" && icon_library_version === "5.paid") { return /*#__PURE__*/react.createElement("link", { type: "text/css", rel: "stylesheet", href: "https://" + (icon_library_version === "5.paid" ? "pro" : "use") + ".fontawesome.com/releases/v" + buttonizer_admin.fontawesome_current_version + "/css/all.css", crossOrigin: "anonymous", integrity: icon_library_version === "5.paid" && icon_library_code !== null ? icon_library_code : null }); } // FontAwesome 4.7 else if (icon_library === "fontawesome" && icon_library_version === "4.7.0") { return /*#__PURE__*/react.createElement("link", { type: "text/css", rel: "stylesheet", href: "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css", integrity: "" }); } } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Form/IconSelector/IconSelector.js function IconSelector_slicedToArray(arr, i) { return IconSelector_arrayWithHoles(arr) || IconSelector_iterableToArrayLimit(arr, i) || IconSelector_unsupportedIterableToArray(arr, i) || IconSelector_nonIterableRest(); } function IconSelector_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 IconSelector_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return IconSelector_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 IconSelector_arrayLikeToArray(o, minLen); } function IconSelector_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 IconSelector_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function IconSelector_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } var IconSelector_stylesheet = "\nbody {\n margin: 0;\n background-color: #dddddd;\n color: white;\n border-radius: 0 0 4px 4px;\n text-align: center;\n}\n"; function IconSelector(_ref) { var _ref$value = _ref.value, value = _ref$value === void 0 ? "" : _ref$value, onChange = _ref.onChange, _ref$hoverDisabled = _ref.hoverDisabled, hoverDisabled = _ref$hoverDisabled === void 0 ? false : _ref$hoverDisabled, icon_library = _ref.icon_library, icon_library_code = _ref.icon_library_code, icon_library_version = _ref.icon_library_version; var _useState = (0,react.useState)(false), _useState2 = IconSelector_slicedToArray(_useState, 2), dialogOpened = _useState2[0], setDialogOpened = _useState2[1]; var memoizedStylesheet = (0,react.useMemo)(function () { return generateIconLibraryStylesheet(icon_library, icon_library_version, icon_library_code); }, [icon_library, icon_library_version, icon_library_code]); var handleClick = function handleClick(e) { if (hoverDisabled) app.showPremiumDialog(e.currentTarget);else setDialogOpened(true); }; return /*#__PURE__*/react.createElement(SettingsContainer, { title: translate_translate("settings.icon.title"), className: "form-icon-selector" }, /*#__PURE__*/react.createElement("div", { className: "selector", onClick: function onClick(e) { return handleClick(e); } }, /*#__PURE__*/react.createElement("div", { className: "viewer", style: { margin: 0, cursor: "pointer", userSelect: "none" } }, /*#__PURE__*/react.createElement(IconPickerDialog_DemoFrame, { head: /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("style", null, IconSelector_stylesheet), memoizedStylesheet) }, /*#__PURE__*/react.createElement("div", { onClick: function onClick(e) { return handleClick(e); }, style: { height: "65px", textAlign: "center", lineHeight: "65px", color: "".concat(hoverDisabled ? "#fff" : "#2f788a", " !important"), fontSize: "30px" } }, /*#__PURE__*/react.createElement("i", { className: value })))), /*#__PURE__*/react.createElement(esm_Button_Button, { disabled: hoverDisabled, "data-testid": "setting:open-icon-picker", onClick: function onClick(e) { return handleClick(e); }, color: "primary", component: "span", variant: "contained" }, translate_translate("settings.icon.select"))), /*#__PURE__*/react.createElement(IconPickerDialog, { memoizedStylesheet: memoizedStylesheet, onClose: function onClose(val) { if (!!val) onChange(val); setDialogOpened(false); }, startingValue: value, dialogOpened: dialogOpened })); } /* harmony default export */ var IconSelector_IconSelector = (connect(function (state) { return { icon_library: state.settings.icon_library, icon_library_version: state.settings.icon_library_version, icon_library_code: state.settings.icon_library_code }; })(IconSelector)); // EXTERNAL MODULE: ./node_modules/reactcss/lib/index.js var reactcss_lib = __webpack_require__(79941); ;// CONCATENATED MODULE: ./node_modules/react-color/es/helpers/alpha.js var calculateChange = function calculateChange(e, hsl, direction, initialA, container) { var containerWidth = container.clientWidth; var containerHeight = container.clientHeight; var x = typeof e.pageX === 'number' ? e.pageX : e.touches[0].pageX; var y = typeof e.pageY === 'number' ? e.pageY : e.touches[0].pageY; var left = x - (container.getBoundingClientRect().left + window.pageXOffset); var top = y - (container.getBoundingClientRect().top + window.pageYOffset); if (direction === 'vertical') { var a = void 0; if (top < 0) { a = 0; } else if (top > containerHeight) { a = 1; } else { a = Math.round(top * 100 / containerHeight) / 100; } if (hsl.a !== a) { return { h: hsl.h, s: hsl.s, l: hsl.l, a: a, source: 'rgb' }; } } else { var _a = void 0; if (left < 0) { _a = 0; } else if (left > containerWidth) { _a = 1; } else { _a = Math.round(left * 100 / containerWidth) / 100; } if (initialA !== _a) { return { h: hsl.h, s: hsl.s, l: hsl.l, a: _a, source: 'rgb' }; } } return null; }; ;// CONCATENATED MODULE: ./node_modules/react-color/es/helpers/checkboard.js var checkboardCache = {}; var checkboard_render = function render(c1, c2, size, serverCanvas) { if (typeof document === 'undefined' && !serverCanvas) { return null; } var canvas = serverCanvas ? new serverCanvas() : document.createElement('canvas'); canvas.width = size * 2; canvas.height = size * 2; var ctx = canvas.getContext('2d'); if (!ctx) { return null; } // If no context can be found, return early. ctx.fillStyle = c1; ctx.fillRect(0, 0, canvas.width, canvas.height); ctx.fillStyle = c2; ctx.fillRect(0, 0, size, size); ctx.translate(size, size); ctx.fillRect(0, 0, size, size); return canvas.toDataURL(); }; var checkboard_get = function get(c1, c2, size, serverCanvas) { var key = c1 + '-' + c2 + '-' + size + (serverCanvas ? '-server' : ''); if (checkboardCache[key]) { return checkboardCache[key]; } var checkboard = checkboard_render(c1, c2, size, serverCanvas); checkboardCache[key] = checkboard; return checkboard; }; ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/common/Checkboard.js var Checkboard_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var Checkboard = function Checkboard(_ref) { var white = _ref.white, grey = _ref.grey, size = _ref.size, renderers = _ref.renderers, borderRadius = _ref.borderRadius, boxShadow = _ref.boxShadow, children = _ref.children; var styles = (0,reactcss_lib.default)({ 'default': { grid: { borderRadius: borderRadius, boxShadow: boxShadow, absolute: '0px 0px 0px 0px', background: 'url(' + checkboard_get(white, grey, size, renderers.canvas) + ') center left' } } }); return (0,react.isValidElement)(children) ? react.cloneElement(children, Checkboard_extends({}, children.props, { style: Checkboard_extends({}, children.props.style, styles.grid) })) : react.createElement('div', { style: styles.grid }); }; Checkboard.defaultProps = { size: 8, white: 'transparent', grey: 'rgba(0,0,0,.08)', renderers: {} }; /* harmony default export */ var common_Checkboard = (Checkboard); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/common/Alpha.js var Alpha_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var Alpha_createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); function Alpha_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function Alpha_possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function Alpha_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } var Alpha = function (_ref) { Alpha_inherits(Alpha, _ref); function Alpha() { var _ref2; var _temp, _this, _ret; Alpha_classCallCheck(this, Alpha); for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } return _ret = (_temp = (_this = Alpha_possibleConstructorReturn(this, (_ref2 = Alpha.__proto__ || Object.getPrototypeOf(Alpha)).call.apply(_ref2, [this].concat(args))), _this), _this.handleChange = function (e) { var change = calculateChange(e, _this.props.hsl, _this.props.direction, _this.props.a, _this.container); change && typeof _this.props.onChange === 'function' && _this.props.onChange(change, e); }, _this.handleMouseDown = function (e) { _this.handleChange(e); window.addEventListener('mousemove', _this.handleChange); window.addEventListener('mouseup', _this.handleMouseUp); }, _this.handleMouseUp = function () { _this.unbindEventListeners(); }, _this.unbindEventListeners = function () { window.removeEventListener('mousemove', _this.handleChange); window.removeEventListener('mouseup', _this.handleMouseUp); }, _temp), Alpha_possibleConstructorReturn(_this, _ret); } Alpha_createClass(Alpha, [{ key: 'componentWillUnmount', value: function componentWillUnmount() { this.unbindEventListeners(); } }, { key: 'render', value: function render() { var _this2 = this; var rgb = this.props.rgb; var styles = (0,reactcss_lib.default)({ 'default': { alpha: { absolute: '0px 0px 0px 0px', borderRadius: this.props.radius }, checkboard: { absolute: '0px 0px 0px 0px', overflow: 'hidden', borderRadius: this.props.radius }, gradient: { absolute: '0px 0px 0px 0px', background: 'linear-gradient(to right, rgba(' + rgb.r + ',' + rgb.g + ',' + rgb.b + ', 0) 0%,\n rgba(' + rgb.r + ',' + rgb.g + ',' + rgb.b + ', 1) 100%)', boxShadow: this.props.shadow, borderRadius: this.props.radius }, container: { position: 'relative', height: '100%', margin: '0 3px' }, pointer: { position: 'absolute', left: rgb.a * 100 + '%' }, slider: { width: '4px', borderRadius: '1px', height: '8px', boxShadow: '0 0 2px rgba(0, 0, 0, .6)', background: '#fff', marginTop: '1px', transform: 'translateX(-2px)' } }, 'vertical': { gradient: { background: 'linear-gradient(to bottom, rgba(' + rgb.r + ',' + rgb.g + ',' + rgb.b + ', 0) 0%,\n rgba(' + rgb.r + ',' + rgb.g + ',' + rgb.b + ', 1) 100%)' }, pointer: { left: 0, top: rgb.a * 100 + '%' } }, 'overwrite': Alpha_extends({}, this.props.style) }, { vertical: this.props.direction === 'vertical', overwrite: true }); return react.createElement( 'div', { style: styles.alpha }, react.createElement( 'div', { style: styles.checkboard }, react.createElement(common_Checkboard, { renderers: this.props.renderers }) ), react.createElement('div', { style: styles.gradient }), react.createElement( 'div', { style: styles.container, ref: function ref(container) { return _this2.container = container; }, onMouseDown: this.handleMouseDown, onTouchMove: this.handleChange, onTouchStart: this.handleChange }, react.createElement( 'div', { style: styles.pointer }, this.props.pointer ? react.createElement(this.props.pointer, this.props) : react.createElement('div', { style: styles.slider }) ) ) ); } }]); return Alpha; }(react.PureComponent || react.Component); /* harmony default export */ var common_Alpha = (Alpha); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/common/EditableInput.js var EditableInput_createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); function EditableInput_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function EditableInput_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function EditableInput_possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function EditableInput_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } var DEFAULT_ARROW_OFFSET = 1; var UP_KEY_CODE = 38; var DOWN_KEY_CODE = 40; var VALID_KEY_CODES = [UP_KEY_CODE, DOWN_KEY_CODE]; var isValidKeyCode = function isValidKeyCode(keyCode) { return VALID_KEY_CODES.indexOf(keyCode) > -1; }; var getNumberValue = function getNumberValue(value) { return Number(String(value).replace(/%/g, '')); }; var EditableInput_idCounter = 1; var EditableInput = function (_ref) { EditableInput_inherits(EditableInput, _ref); function EditableInput(props) { EditableInput_classCallCheck(this, EditableInput); var _this = EditableInput_possibleConstructorReturn(this, (EditableInput.__proto__ || Object.getPrototypeOf(EditableInput)).call(this)); _this.handleBlur = function () { if (_this.state.blurValue) { _this.setState({ value: _this.state.blurValue, blurValue: null }); } }; _this.handleChange = function (e) { _this.setUpdatedValue(e.target.value, e); }; _this.handleKeyDown = function (e) { // In case `e.target.value` is a percentage remove the `%` character // and update accordingly with a percentage // https://github.com/casesandberg/react-color/issues/383 var value = getNumberValue(e.target.value); if (!isNaN(value) && isValidKeyCode(e.keyCode)) { var offset = _this.getArrowOffset(); var updatedValue = e.keyCode === UP_KEY_CODE ? value + offset : value - offset; _this.setUpdatedValue(updatedValue, e); } }; _this.handleDrag = function (e) { if (_this.props.dragLabel) { var newValue = Math.round(_this.props.value + e.movementX); if (newValue >= 0 && newValue <= _this.props.dragMax) { _this.props.onChange && _this.props.onChange(_this.getValueObjectWithLabel(newValue), e); } } }; _this.handleMouseDown = function (e) { if (_this.props.dragLabel) { e.preventDefault(); _this.handleDrag(e); window.addEventListener('mousemove', _this.handleDrag); window.addEventListener('mouseup', _this.handleMouseUp); } }; _this.handleMouseUp = function () { _this.unbindEventListeners(); }; _this.unbindEventListeners = function () { window.removeEventListener('mousemove', _this.handleDrag); window.removeEventListener('mouseup', _this.handleMouseUp); }; _this.state = { value: String(props.value).toUpperCase(), blurValue: String(props.value).toUpperCase() }; _this.inputId = 'rc-editable-input-' + EditableInput_idCounter++; return _this; } EditableInput_createClass(EditableInput, [{ key: 'componentDidUpdate', value: function componentDidUpdate(prevProps, prevState) { if (this.props.value !== this.state.value && (prevProps.value !== this.props.value || prevState.value !== this.state.value)) { if (this.input === document.activeElement) { this.setState({ blurValue: String(this.props.value).toUpperCase() }); } else { this.setState({ value: String(this.props.value).toUpperCase(), blurValue: !this.state.blurValue && String(this.props.value).toUpperCase() }); } } } }, { key: 'componentWillUnmount', value: function componentWillUnmount() { this.unbindEventListeners(); } }, { key: 'getValueObjectWithLabel', value: function getValueObjectWithLabel(value) { return EditableInput_defineProperty({}, this.props.label, value); } }, { key: 'getArrowOffset', value: function getArrowOffset() { return this.props.arrowOffset || DEFAULT_ARROW_OFFSET; } }, { key: 'setUpdatedValue', value: function setUpdatedValue(value, e) { var onChangeValue = this.props.label ? this.getValueObjectWithLabel(value) : value; this.props.onChange && this.props.onChange(onChangeValue, e); this.setState({ value: value }); } }, { key: 'render', value: function render() { var _this2 = this; var styles = (0,reactcss_lib.default)({ 'default': { wrap: { position: 'relative' } }, 'user-override': { wrap: this.props.style && this.props.style.wrap ? this.props.style.wrap : {}, input: this.props.style && this.props.style.input ? this.props.style.input : {}, label: this.props.style && this.props.style.label ? this.props.style.label : {} }, 'dragLabel-true': { label: { cursor: 'ew-resize' } } }, { 'user-override': true }, this.props); return react.createElement( 'div', { style: styles.wrap }, react.createElement('input', { id: this.inputId, style: styles.input, ref: function ref(input) { return _this2.input = input; }, value: this.state.value, onKeyDown: this.handleKeyDown, onChange: this.handleChange, onBlur: this.handleBlur, placeholder: this.props.placeholder, spellCheck: 'false' }), this.props.label && !this.props.hideLabel ? react.createElement( 'label', { htmlFor: this.inputId, style: styles.label, onMouseDown: this.handleMouseDown }, this.props.label ) : null ); } }]); return EditableInput; }(react.PureComponent || react.Component); /* harmony default export */ var common_EditableInput = (EditableInput); ;// CONCATENATED MODULE: ./node_modules/react-color/es/helpers/hue.js var hue_calculateChange = function calculateChange(e, direction, hsl, container) { var containerWidth = container.clientWidth; var containerHeight = container.clientHeight; var x = typeof e.pageX === 'number' ? e.pageX : e.touches[0].pageX; var y = typeof e.pageY === 'number' ? e.pageY : e.touches[0].pageY; var left = x - (container.getBoundingClientRect().left + window.pageXOffset); var top = y - (container.getBoundingClientRect().top + window.pageYOffset); if (direction === 'vertical') { var h = void 0; if (top < 0) { h = 359; } else if (top > containerHeight) { h = 0; } else { var percent = -(top * 100 / containerHeight) + 100; h = 360 * percent / 100; } if (hsl.h !== h) { return { h: h, s: hsl.s, l: hsl.l, a: hsl.a, source: 'hsl' }; } } else { var _h = void 0; if (left < 0) { _h = 0; } else if (left > containerWidth) { _h = 359; } else { var _percent = left * 100 / containerWidth; _h = 360 * _percent / 100; } if (hsl.h !== _h) { return { h: _h, s: hsl.s, l: hsl.l, a: hsl.a, source: 'hsl' }; } } return null; }; ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/common/Hue.js var Hue_createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); function Hue_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function Hue_possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function Hue_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } var Hue = function (_ref) { Hue_inherits(Hue, _ref); function Hue() { var _ref2; var _temp, _this, _ret; Hue_classCallCheck(this, Hue); for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } return _ret = (_temp = (_this = Hue_possibleConstructorReturn(this, (_ref2 = Hue.__proto__ || Object.getPrototypeOf(Hue)).call.apply(_ref2, [this].concat(args))), _this), _this.handleChange = function (e) { var change = hue_calculateChange(e, _this.props.direction, _this.props.hsl, _this.container); change && typeof _this.props.onChange === 'function' && _this.props.onChange(change, e); }, _this.handleMouseDown = function (e) { _this.handleChange(e); window.addEventListener('mousemove', _this.handleChange); window.addEventListener('mouseup', _this.handleMouseUp); }, _this.handleMouseUp = function () { _this.unbindEventListeners(); }, _temp), Hue_possibleConstructorReturn(_this, _ret); } Hue_createClass(Hue, [{ key: 'componentWillUnmount', value: function componentWillUnmount() { this.unbindEventListeners(); } }, { key: 'unbindEventListeners', value: function unbindEventListeners() { window.removeEventListener('mousemove', this.handleChange); window.removeEventListener('mouseup', this.handleMouseUp); } }, { key: 'render', value: function render() { var _this2 = this; var _props$direction = this.props.direction, direction = _props$direction === undefined ? 'horizontal' : _props$direction; var styles = (0,reactcss_lib.default)({ 'default': { hue: { absolute: '0px 0px 0px 0px', borderRadius: this.props.radius, boxShadow: this.props.shadow }, container: { padding: '0 2px', position: 'relative', height: '100%', borderRadius: this.props.radius }, pointer: { position: 'absolute', left: this.props.hsl.h * 100 / 360 + '%' }, slider: { marginTop: '1px', width: '4px', borderRadius: '1px', height: '8px', boxShadow: '0 0 2px rgba(0, 0, 0, .6)', background: '#fff', transform: 'translateX(-2px)' } }, 'vertical': { pointer: { left: '0px', top: -(this.props.hsl.h * 100 / 360) + 100 + '%' } } }, { vertical: direction === 'vertical' }); return react.createElement( 'div', { style: styles.hue }, react.createElement( 'div', { className: 'hue-' + direction, style: styles.container, ref: function ref(container) { return _this2.container = container; }, onMouseDown: this.handleMouseDown, onTouchMove: this.handleChange, onTouchStart: this.handleChange }, react.createElement( 'style', null, '\n .hue-horizontal {\n background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0\n 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);\n background: -webkit-linear-gradient(to right, #f00 0%, #ff0\n 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);\n }\n\n .hue-vertical {\n background: linear-gradient(to top, #f00 0%, #ff0 17%, #0f0 33%,\n #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);\n background: -webkit-linear-gradient(to top, #f00 0%, #ff0 17%,\n #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);\n }\n ' ), react.createElement( 'div', { style: styles.pointer }, this.props.pointer ? react.createElement(this.props.pointer, this.props) : react.createElement('div', { style: styles.slider }) ) ) ); } }]); return Hue; }(react.PureComponent || react.Component); /* harmony default export */ var common_Hue = (Hue); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_listCacheClear.js /** * Removes all key-value entries from the list cache. * * @private * @name clear * @memberOf ListCache */ function listCacheClear() { this.__data__ = []; this.size = 0; } /* harmony default export */ var _listCacheClear = (listCacheClear); ;// CONCATENATED MODULE: ./node_modules/lodash-es/eq.js /** * Performs a * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) * comparison between two values to determine if they are equivalent. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to compare. * @param {*} other The other value to compare. * @returns {boolean} Returns `true` if the values are equivalent, else `false`. * @example * * var object = { 'a': 1 }; * var other = { 'a': 1 }; * * _.eq(object, object); * // => true * * _.eq(object, other); * // => false * * _.eq('a', 'a'); * // => true * * _.eq('a', Object('a')); * // => false * * _.eq(NaN, NaN); * // => true */ function eq(value, other) { return value === other || (value !== value && other !== other); } /* harmony default export */ var lodash_es_eq = (eq); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_assocIndexOf.js /** * Gets the index at which the `key` is found in `array` of key-value pairs. * * @private * @param {Array} array The array to inspect. * @param {*} key The key to search for. * @returns {number} Returns the index of the matched value, else `-1`. */ function assocIndexOf(array, key) { var length = array.length; while (length--) { if (lodash_es_eq(array[length][0], key)) { return length; } } return -1; } /* harmony default export */ var _assocIndexOf = (assocIndexOf); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_listCacheDelete.js /** Used for built-in method references. */ var arrayProto = Array.prototype; /** Built-in value references. */ var splice = arrayProto.splice; /** * Removes `key` and its value from the list cache. * * @private * @name delete * @memberOf ListCache * @param {string} key The key of the value to remove. * @returns {boolean} Returns `true` if the entry was removed, else `false`. */ function listCacheDelete(key) { var data = this.__data__, index = _assocIndexOf(data, key); if (index < 0) { return false; } var lastIndex = data.length - 1; if (index == lastIndex) { data.pop(); } else { splice.call(data, index, 1); } --this.size; return true; } /* harmony default export */ var _listCacheDelete = (listCacheDelete); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_listCacheGet.js /** * Gets the list cache value for `key`. * * @private * @name get * @memberOf ListCache * @param {string} key The key of the value to get. * @returns {*} Returns the entry value. */ function listCacheGet(key) { var data = this.__data__, index = _assocIndexOf(data, key); return index < 0 ? undefined : data[index][1]; } /* harmony default export */ var _listCacheGet = (listCacheGet); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_listCacheHas.js /** * Checks if a list cache value for `key` exists. * * @private * @name has * @memberOf ListCache * @param {string} key The key of the entry to check. * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. */ function listCacheHas(key) { return _assocIndexOf(this.__data__, key) > -1; } /* harmony default export */ var _listCacheHas = (listCacheHas); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_listCacheSet.js /** * Sets the list cache `key` to `value`. * * @private * @name set * @memberOf ListCache * @param {string} key The key of the value to set. * @param {*} value The value to set. * @returns {Object} Returns the list cache instance. */ function listCacheSet(key, value) { var data = this.__data__, index = _assocIndexOf(data, key); if (index < 0) { ++this.size; data.push([key, value]); } else { data[index][1] = value; } return this; } /* harmony default export */ var _listCacheSet = (listCacheSet); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_ListCache.js /** * Creates an list cache object. * * @private * @constructor * @param {Array} [entries] The key-value pairs to cache. */ function ListCache(entries) { var index = -1, length = entries == null ? 0 : entries.length; this.clear(); while (++index < length) { var entry = entries[index]; this.set(entry[0], entry[1]); } } // Add methods to `ListCache`. ListCache.prototype.clear = _listCacheClear; ListCache.prototype['delete'] = _listCacheDelete; ListCache.prototype.get = _listCacheGet; ListCache.prototype.has = _listCacheHas; ListCache.prototype.set = _listCacheSet; /* harmony default export */ var _ListCache = (ListCache); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_stackClear.js /** * Removes all key-value entries from the stack. * * @private * @name clear * @memberOf Stack */ function stackClear() { this.__data__ = new _ListCache; this.size = 0; } /* harmony default export */ var _stackClear = (stackClear); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_stackDelete.js /** * Removes `key` and its value from the stack. * * @private * @name delete * @memberOf Stack * @param {string} key The key of the value to remove. * @returns {boolean} Returns `true` if the entry was removed, else `false`. */ function stackDelete(key) { var data = this.__data__, result = data['delete'](key); this.size = data.size; return result; } /* harmony default export */ var _stackDelete = (stackDelete); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_stackGet.js /** * Gets the stack value for `key`. * * @private * @name get * @memberOf Stack * @param {string} key The key of the value to get. * @returns {*} Returns the entry value. */ function stackGet(key) { return this.__data__.get(key); } /* harmony default export */ var _stackGet = (stackGet); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_stackHas.js /** * Checks if a stack value for `key` exists. * * @private * @name has * @memberOf Stack * @param {string} key The key of the entry to check. * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. */ function stackHas(key) { return this.__data__.has(key); } /* harmony default export */ var _stackHas = (stackHas); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_freeGlobal.js /** Detect free variable `global` from Node.js. */ var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; /* harmony default export */ var _freeGlobal = (freeGlobal); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_root.js /** Detect free variable `self`. */ var freeSelf = typeof self == 'object' && self && self.Object === Object && self; /** Used as a reference to the global object. */ var root = _freeGlobal || freeSelf || Function('return this')(); /* harmony default export */ var _root = (root); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_Symbol.js /** Built-in value references. */ var _Symbol_Symbol = _root.Symbol; /* harmony default export */ var _Symbol = (_Symbol_Symbol); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_getRawTag.js /** Used for built-in method references. */ var objectProto = Object.prototype; /** Used to check objects for own properties. */ var _getRawTag_hasOwnProperty = objectProto.hasOwnProperty; /** * Used to resolve the * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) * of values. */ var nativeObjectToString = objectProto.toString; /** Built-in value references. */ var symToStringTag = _Symbol ? _Symbol.toStringTag : undefined; /** * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values. * * @private * @param {*} value The value to query. * @returns {string} Returns the raw `toStringTag`. */ function getRawTag(value) { var isOwn = _getRawTag_hasOwnProperty.call(value, symToStringTag), tag = value[symToStringTag]; try { value[symToStringTag] = undefined; var unmasked = true; } catch (e) {} var result = nativeObjectToString.call(value); if (unmasked) { if (isOwn) { value[symToStringTag] = tag; } else { delete value[symToStringTag]; } } return result; } /* harmony default export */ var _getRawTag = (getRawTag); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_objectToString.js /** Used for built-in method references. */ var _objectToString_objectProto = Object.prototype; /** * Used to resolve the * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) * of values. */ var _objectToString_nativeObjectToString = _objectToString_objectProto.toString; /** * Converts `value` to a string using `Object.prototype.toString`. * * @private * @param {*} value The value to convert. * @returns {string} Returns the converted string. */ function objectToString(value) { return _objectToString_nativeObjectToString.call(value); } /* harmony default export */ var _objectToString = (objectToString); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseGetTag.js /** `Object#toString` result references. */ var nullTag = '[object Null]', undefinedTag = '[object Undefined]'; /** Built-in value references. */ var _baseGetTag_symToStringTag = _Symbol ? _Symbol.toStringTag : undefined; /** * The base implementation of `getTag` without fallbacks for buggy environments. * * @private * @param {*} value The value to query. * @returns {string} Returns the `toStringTag`. */ function baseGetTag(value) { if (value == null) { return value === undefined ? undefinedTag : nullTag; } return (_baseGetTag_symToStringTag && _baseGetTag_symToStringTag in Object(value)) ? _getRawTag(value) : _objectToString(value); } /* harmony default export */ var _baseGetTag = (baseGetTag); ;// CONCATENATED MODULE: ./node_modules/lodash-es/isObject.js /** * Checks if `value` is the * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is an object, else `false`. * @example * * _.isObject({}); * // => true * * _.isObject([1, 2, 3]); * // => true * * _.isObject(_.noop); * // => true * * _.isObject(null); * // => false */ function isObject(value) { var type = typeof value; return value != null && (type == 'object' || type == 'function'); } /* harmony default export */ var lodash_es_isObject = (isObject); ;// CONCATENATED MODULE: ./node_modules/lodash-es/isFunction.js /** `Object#toString` result references. */ var asyncTag = '[object AsyncFunction]', funcTag = '[object Function]', genTag = '[object GeneratorFunction]', proxyTag = '[object Proxy]'; /** * Checks if `value` is classified as a `Function` object. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a function, else `false`. * @example * * _.isFunction(_); * // => true * * _.isFunction(/abc/); * // => false */ function isFunction(value) { if (!lodash_es_isObject(value)) { return false; } // The use of `Object#toString` avoids issues with the `typeof` operator // in Safari 9 which returns 'object' for typed arrays and other constructors. var tag = _baseGetTag(value); return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag; } /* harmony default export */ var lodash_es_isFunction = (isFunction); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_coreJsData.js /** Used to detect overreaching core-js shims. */ var coreJsData = _root["__core-js_shared__"]; /* harmony default export */ var _coreJsData = (coreJsData); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_isMasked.js /** Used to detect methods masquerading as native. */ var maskSrcKey = (function() { var uid = /[^.]+$/.exec(_coreJsData && _coreJsData.keys && _coreJsData.keys.IE_PROTO || ''); return uid ? ('Symbol(src)_1.' + uid) : ''; }()); /** * Checks if `func` has its source masked. * * @private * @param {Function} func The function to check. * @returns {boolean} Returns `true` if `func` is masked, else `false`. */ function isMasked(func) { return !!maskSrcKey && (maskSrcKey in func); } /* harmony default export */ var _isMasked = (isMasked); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_toSource.js /** Used for built-in method references. */ var funcProto = Function.prototype; /** Used to resolve the decompiled source of functions. */ var funcToString = funcProto.toString; /** * Converts `func` to its source code. * * @private * @param {Function} func The function to convert. * @returns {string} Returns the source code. */ function toSource(func) { if (func != null) { try { return funcToString.call(func); } catch (e) {} try { return (func + ''); } catch (e) {} } return ''; } /* harmony default export */ var _toSource = (toSource); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseIsNative.js /** * Used to match `RegExp` * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns). */ var reRegExpChar = /[\\^$.*+?()[\]{}|]/g; /** Used to detect host constructors (Safari). */ var reIsHostCtor = /^\[object .+?Constructor\]$/; /** Used for built-in method references. */ var _baseIsNative_funcProto = Function.prototype, _baseIsNative_objectProto = Object.prototype; /** Used to resolve the decompiled source of functions. */ var _baseIsNative_funcToString = _baseIsNative_funcProto.toString; /** Used to check objects for own properties. */ var _baseIsNative_hasOwnProperty = _baseIsNative_objectProto.hasOwnProperty; /** Used to detect if a method is native. */ var reIsNative = RegExp('^' + _baseIsNative_funcToString.call(_baseIsNative_hasOwnProperty).replace(reRegExpChar, '\\$&') .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$' ); /** * The base implementation of `_.isNative` without bad shim checks. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a native function, * else `false`. */ function baseIsNative(value) { if (!lodash_es_isObject(value) || _isMasked(value)) { return false; } var pattern = lodash_es_isFunction(value) ? reIsNative : reIsHostCtor; return pattern.test(_toSource(value)); } /* harmony default export */ var _baseIsNative = (baseIsNative); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_getValue.js /** * Gets the value at `key` of `object`. * * @private * @param {Object} [object] The object to query. * @param {string} key The key of the property to get. * @returns {*} Returns the property value. */ function _getValue_getValue(object, key) { return object == null ? undefined : object[key]; } /* harmony default export */ var _getValue = (_getValue_getValue); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_getNative.js /** * Gets the native function at `key` of `object`. * * @private * @param {Object} object The object to query. * @param {string} key The key of the method to get. * @returns {*} Returns the function if it's native, else `undefined`. */ function getNative(object, key) { var value = _getValue(object, key); return _baseIsNative(value) ? value : undefined; } /* harmony default export */ var _getNative = (getNative); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_Map.js /* Built-in method references that are verified to be native. */ var _Map_Map = _getNative(_root, 'Map'); /* harmony default export */ var _Map = (_Map_Map); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_nativeCreate.js /* Built-in method references that are verified to be native. */ var nativeCreate = _getNative(Object, 'create'); /* harmony default export */ var _nativeCreate = (nativeCreate); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_hashClear.js /** * Removes all key-value entries from the hash. * * @private * @name clear * @memberOf Hash */ function hashClear() { this.__data__ = _nativeCreate ? _nativeCreate(null) : {}; this.size = 0; } /* harmony default export */ var _hashClear = (hashClear); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_hashDelete.js /** * Removes `key` and its value from the hash. * * @private * @name delete * @memberOf Hash * @param {Object} hash The hash to modify. * @param {string} key The key of the value to remove. * @returns {boolean} Returns `true` if the entry was removed, else `false`. */ function hashDelete(key) { var result = this.has(key) && delete this.__data__[key]; this.size -= result ? 1 : 0; return result; } /* harmony default export */ var _hashDelete = (hashDelete); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_hashGet.js /** Used to stand-in for `undefined` hash values. */ var HASH_UNDEFINED = '__lodash_hash_undefined__'; /** Used for built-in method references. */ var _hashGet_objectProto = Object.prototype; /** Used to check objects for own properties. */ var _hashGet_hasOwnProperty = _hashGet_objectProto.hasOwnProperty; /** * Gets the hash value for `key`. * * @private * @name get * @memberOf Hash * @param {string} key The key of the value to get. * @returns {*} Returns the entry value. */ function hashGet(key) { var data = this.__data__; if (_nativeCreate) { var result = data[key]; return result === HASH_UNDEFINED ? undefined : result; } return _hashGet_hasOwnProperty.call(data, key) ? data[key] : undefined; } /* harmony default export */ var _hashGet = (hashGet); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_hashHas.js /** Used for built-in method references. */ var _hashHas_objectProto = Object.prototype; /** Used to check objects for own properties. */ var _hashHas_hasOwnProperty = _hashHas_objectProto.hasOwnProperty; /** * Checks if a hash value for `key` exists. * * @private * @name has * @memberOf Hash * @param {string} key The key of the entry to check. * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. */ function hashHas(key) { var data = this.__data__; return _nativeCreate ? (data[key] !== undefined) : _hashHas_hasOwnProperty.call(data, key); } /* harmony default export */ var _hashHas = (hashHas); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_hashSet.js /** Used to stand-in for `undefined` hash values. */ var _hashSet_HASH_UNDEFINED = '__lodash_hash_undefined__'; /** * Sets the hash `key` to `value`. * * @private * @name set * @memberOf Hash * @param {string} key The key of the value to set. * @param {*} value The value to set. * @returns {Object} Returns the hash instance. */ function hashSet(key, value) { var data = this.__data__; this.size += this.has(key) ? 0 : 1; data[key] = (_nativeCreate && value === undefined) ? _hashSet_HASH_UNDEFINED : value; return this; } /* harmony default export */ var _hashSet = (hashSet); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_Hash.js /** * Creates a hash object. * * @private * @constructor * @param {Array} [entries] The key-value pairs to cache. */ function Hash(entries) { var index = -1, length = entries == null ? 0 : entries.length; this.clear(); while (++index < length) { var entry = entries[index]; this.set(entry[0], entry[1]); } } // Add methods to `Hash`. Hash.prototype.clear = _hashClear; Hash.prototype['delete'] = _hashDelete; Hash.prototype.get = _hashGet; Hash.prototype.has = _hashHas; Hash.prototype.set = _hashSet; /* harmony default export */ var _Hash = (Hash); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_mapCacheClear.js /** * Removes all key-value entries from the map. * * @private * @name clear * @memberOf MapCache */ function mapCacheClear() { this.size = 0; this.__data__ = { 'hash': new _Hash, 'map': new (_Map || _ListCache), 'string': new _Hash }; } /* harmony default export */ var _mapCacheClear = (mapCacheClear); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_isKeyable.js /** * Checks if `value` is suitable for use as unique object key. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is suitable, else `false`. */ function isKeyable(value) { var type = typeof value; return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean') ? (value !== '__proto__') : (value === null); } /* harmony default export */ var _isKeyable = (isKeyable); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_getMapData.js /** * Gets the data for `map`. * * @private * @param {Object} map The map to query. * @param {string} key The reference key. * @returns {*} Returns the map data. */ function getMapData(map, key) { var data = map.__data__; return _isKeyable(key) ? data[typeof key == 'string' ? 'string' : 'hash'] : data.map; } /* harmony default export */ var _getMapData = (getMapData); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_mapCacheDelete.js /** * Removes `key` and its value from the map. * * @private * @name delete * @memberOf MapCache * @param {string} key The key of the value to remove. * @returns {boolean} Returns `true` if the entry was removed, else `false`. */ function mapCacheDelete(key) { var result = _getMapData(this, key)['delete'](key); this.size -= result ? 1 : 0; return result; } /* harmony default export */ var _mapCacheDelete = (mapCacheDelete); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_mapCacheGet.js /** * Gets the map value for `key`. * * @private * @name get * @memberOf MapCache * @param {string} key The key of the value to get. * @returns {*} Returns the entry value. */ function mapCacheGet(key) { return _getMapData(this, key).get(key); } /* harmony default export */ var _mapCacheGet = (mapCacheGet); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_mapCacheHas.js /** * Checks if a map value for `key` exists. * * @private * @name has * @memberOf MapCache * @param {string} key The key of the entry to check. * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. */ function mapCacheHas(key) { return _getMapData(this, key).has(key); } /* harmony default export */ var _mapCacheHas = (mapCacheHas); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_mapCacheSet.js /** * Sets the map `key` to `value`. * * @private * @name set * @memberOf MapCache * @param {string} key The key of the value to set. * @param {*} value The value to set. * @returns {Object} Returns the map cache instance. */ function mapCacheSet(key, value) { var data = _getMapData(this, key), size = data.size; data.set(key, value); this.size += data.size == size ? 0 : 1; return this; } /* harmony default export */ var _mapCacheSet = (mapCacheSet); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_MapCache.js /** * Creates a map cache object to store key-value pairs. * * @private * @constructor * @param {Array} [entries] The key-value pairs to cache. */ function MapCache(entries) { var index = -1, length = entries == null ? 0 : entries.length; this.clear(); while (++index < length) { var entry = entries[index]; this.set(entry[0], entry[1]); } } // Add methods to `MapCache`. MapCache.prototype.clear = _mapCacheClear; MapCache.prototype['delete'] = _mapCacheDelete; MapCache.prototype.get = _mapCacheGet; MapCache.prototype.has = _mapCacheHas; MapCache.prototype.set = _mapCacheSet; /* harmony default export */ var _MapCache = (MapCache); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_stackSet.js /** Used as the size to enable large array optimizations. */ var LARGE_ARRAY_SIZE = 200; /** * Sets the stack `key` to `value`. * * @private * @name set * @memberOf Stack * @param {string} key The key of the value to set. * @param {*} value The value to set. * @returns {Object} Returns the stack cache instance. */ function stackSet(key, value) { var data = this.__data__; if (data instanceof _ListCache) { var pairs = data.__data__; if (!_Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) { pairs.push([key, value]); this.size = ++data.size; return this; } data = this.__data__ = new _MapCache(pairs); } data.set(key, value); this.size = data.size; return this; } /* harmony default export */ var _stackSet = (stackSet); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_Stack.js /** * Creates a stack cache object to store key-value pairs. * * @private * @constructor * @param {Array} [entries] The key-value pairs to cache. */ function Stack(entries) { var data = this.__data__ = new _ListCache(entries); this.size = data.size; } // Add methods to `Stack`. Stack.prototype.clear = _stackClear; Stack.prototype['delete'] = _stackDelete; Stack.prototype.get = _stackGet; Stack.prototype.has = _stackHas; Stack.prototype.set = _stackSet; /* harmony default export */ var _Stack = (Stack); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_defineProperty.js var _defineProperty_defineProperty = (function() { try { var func = _getNative(Object, 'defineProperty'); func({}, '', {}); return func; } catch (e) {} }()); /* harmony default export */ var lodash_es_defineProperty = (_defineProperty_defineProperty); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseAssignValue.js /** * The base implementation of `assignValue` and `assignMergeValue` without * value checks. * * @private * @param {Object} object The object to modify. * @param {string} key The key of the property to assign. * @param {*} value The value to assign. */ function baseAssignValue(object, key, value) { if (key == '__proto__' && lodash_es_defineProperty) { lodash_es_defineProperty(object, key, { 'configurable': true, 'enumerable': true, 'value': value, 'writable': true }); } else { object[key] = value; } } /* harmony default export */ var _baseAssignValue = (baseAssignValue); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_assignMergeValue.js /** * This function is like `assignValue` except that it doesn't assign * `undefined` values. * * @private * @param {Object} object The object to modify. * @param {string} key The key of the property to assign. * @param {*} value The value to assign. */ function assignMergeValue(object, key, value) { if ((value !== undefined && !lodash_es_eq(object[key], value)) || (value === undefined && !(key in object))) { _baseAssignValue(object, key, value); } } /* harmony default export */ var _assignMergeValue = (assignMergeValue); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_createBaseFor.js /** * Creates a base function for methods like `_.forIn` and `_.forOwn`. * * @private * @param {boolean} [fromRight] Specify iterating from right to left. * @returns {Function} Returns the new base function. */ function createBaseFor(fromRight) { return function(object, iteratee, keysFunc) { var index = -1, iterable = Object(object), props = keysFunc(object), length = props.length; while (length--) { var key = props[fromRight ? length : ++index]; if (iteratee(iterable[key], key, iterable) === false) { break; } } return object; }; } /* harmony default export */ var _createBaseFor = (createBaseFor); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseFor.js /** * The base implementation of `baseForOwn` which iterates over `object` * properties returned by `keysFunc` and invokes `iteratee` for each property. * Iteratee functions may exit iteration early by explicitly returning `false`. * * @private * @param {Object} object The object to iterate over. * @param {Function} iteratee The function invoked per iteration. * @param {Function} keysFunc The function to get the keys of `object`. * @returns {Object} Returns `object`. */ var baseFor = _createBaseFor(); /* harmony default export */ var _baseFor = (baseFor); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_cloneBuffer.js /** Detect free variable `exports`. */ var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; /** Detect free variable `module`. */ var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; /** Detect the popular CommonJS extension `module.exports`. */ var moduleExports = freeModule && freeModule.exports === freeExports; /** Built-in value references. */ var Buffer = moduleExports ? _root.Buffer : undefined, allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined; /** * Creates a clone of `buffer`. * * @private * @param {Buffer} buffer The buffer to clone. * @param {boolean} [isDeep] Specify a deep clone. * @returns {Buffer} Returns the cloned buffer. */ function cloneBuffer(buffer, isDeep) { if (isDeep) { return buffer.slice(); } var length = buffer.length, result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length); buffer.copy(result); return result; } /* harmony default export */ var _cloneBuffer = (cloneBuffer); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_Uint8Array.js /** Built-in value references. */ var Uint8Array = _root.Uint8Array; /* harmony default export */ var _Uint8Array = (Uint8Array); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_cloneArrayBuffer.js /** * Creates a clone of `arrayBuffer`. * * @private * @param {ArrayBuffer} arrayBuffer The array buffer to clone. * @returns {ArrayBuffer} Returns the cloned array buffer. */ function cloneArrayBuffer(arrayBuffer) { var result = new arrayBuffer.constructor(arrayBuffer.byteLength); new _Uint8Array(result).set(new _Uint8Array(arrayBuffer)); return result; } /* harmony default export */ var _cloneArrayBuffer = (cloneArrayBuffer); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_cloneTypedArray.js /** * Creates a clone of `typedArray`. * * @private * @param {Object} typedArray The typed array to clone. * @param {boolean} [isDeep] Specify a deep clone. * @returns {Object} Returns the cloned typed array. */ function cloneTypedArray(typedArray, isDeep) { var buffer = isDeep ? _cloneArrayBuffer(typedArray.buffer) : typedArray.buffer; return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length); } /* harmony default export */ var _cloneTypedArray = (cloneTypedArray); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_copyArray.js /** * Copies the values of `source` to `array`. * * @private * @param {Array} source The array to copy values from. * @param {Array} [array=[]] The array to copy values to. * @returns {Array} Returns `array`. */ function copyArray(source, array) { var index = -1, length = source.length; array || (array = Array(length)); while (++index < length) { array[index] = source[index]; } return array; } /* harmony default export */ var _copyArray = (copyArray); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseCreate.js /** Built-in value references. */ var objectCreate = Object.create; /** * The base implementation of `_.create` without support for assigning * properties to the created object. * * @private * @param {Object} proto The object to inherit from. * @returns {Object} Returns the new object. */ var baseCreate = (function() { function object() {} return function(proto) { if (!lodash_es_isObject(proto)) { return {}; } if (objectCreate) { return objectCreate(proto); } object.prototype = proto; var result = new object; object.prototype = undefined; return result; }; }()); /* harmony default export */ var _baseCreate = (baseCreate); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_overArg.js /** * Creates a unary function that invokes `func` with its argument transformed. * * @private * @param {Function} func The function to wrap. * @param {Function} transform The argument transform. * @returns {Function} Returns the new function. */ function overArg(func, transform) { return function(arg) { return func(transform(arg)); }; } /* harmony default export */ var _overArg = (overArg); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_getPrototype.js /** Built-in value references. */ var getPrototype = _overArg(Object.getPrototypeOf, Object); /* harmony default export */ var _getPrototype = (getPrototype); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_isPrototype.js /** Used for built-in method references. */ var _isPrototype_objectProto = Object.prototype; /** * Checks if `value` is likely a prototype object. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a prototype, else `false`. */ function isPrototype(value) { var Ctor = value && value.constructor, proto = (typeof Ctor == 'function' && Ctor.prototype) || _isPrototype_objectProto; return value === proto; } /* harmony default export */ var _isPrototype = (isPrototype); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_initCloneObject.js /** * Initializes an object clone. * * @private * @param {Object} object The object to clone. * @returns {Object} Returns the initialized clone. */ function initCloneObject(object) { return (typeof object.constructor == 'function' && !_isPrototype(object)) ? _baseCreate(_getPrototype(object)) : {}; } /* harmony default export */ var _initCloneObject = (initCloneObject); ;// CONCATENATED MODULE: ./node_modules/lodash-es/isObjectLike.js /** * Checks if `value` is object-like. A value is object-like if it's not `null` * and has a `typeof` result of "object". * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is object-like, else `false`. * @example * * _.isObjectLike({}); * // => true * * _.isObjectLike([1, 2, 3]); * // => true * * _.isObjectLike(_.noop); * // => false * * _.isObjectLike(null); * // => false */ function isObjectLike(value) { return value != null && typeof value == 'object'; } /* harmony default export */ var lodash_es_isObjectLike = (isObjectLike); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseIsArguments.js /** `Object#toString` result references. */ var argsTag = '[object Arguments]'; /** * The base implementation of `_.isArguments`. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is an `arguments` object, */ function baseIsArguments(value) { return lodash_es_isObjectLike(value) && _baseGetTag(value) == argsTag; } /* harmony default export */ var _baseIsArguments = (baseIsArguments); ;// CONCATENATED MODULE: ./node_modules/lodash-es/isArguments.js /** Used for built-in method references. */ var isArguments_objectProto = Object.prototype; /** Used to check objects for own properties. */ var isArguments_hasOwnProperty = isArguments_objectProto.hasOwnProperty; /** Built-in value references. */ var propertyIsEnumerable = isArguments_objectProto.propertyIsEnumerable; /** * Checks if `value` is likely an `arguments` object. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is an `arguments` object, * else `false`. * @example * * _.isArguments(function() { return arguments; }()); * // => true * * _.isArguments([1, 2, 3]); * // => false */ var isArguments = _baseIsArguments(function() { return arguments; }()) ? _baseIsArguments : function(value) { return lodash_es_isObjectLike(value) && isArguments_hasOwnProperty.call(value, 'callee') && !propertyIsEnumerable.call(value, 'callee'); }; /* harmony default export */ var lodash_es_isArguments = (isArguments); ;// CONCATENATED MODULE: ./node_modules/lodash-es/isArray.js /** * Checks if `value` is classified as an `Array` object. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is an array, else `false`. * @example * * _.isArray([1, 2, 3]); * // => true * * _.isArray(document.body.children); * // => false * * _.isArray('abc'); * // => false * * _.isArray(_.noop); * // => false */ var isArray = Array.isArray; /* harmony default export */ var lodash_es_isArray = (isArray); ;// CONCATENATED MODULE: ./node_modules/lodash-es/isLength.js /** Used as references for various `Number` constants. */ var MAX_SAFE_INTEGER = 9007199254740991; /** * Checks if `value` is a valid array-like length. * * **Note:** This method is loosely based on * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a valid length, else `false`. * @example * * _.isLength(3); * // => true * * _.isLength(Number.MIN_VALUE); * // => false * * _.isLength(Infinity); * // => false * * _.isLength('3'); * // => false */ function isLength(value) { return typeof value == 'number' && value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER; } /* harmony default export */ var lodash_es_isLength = (isLength); ;// CONCATENATED MODULE: ./node_modules/lodash-es/isArrayLike.js /** * Checks if `value` is array-like. A value is considered array-like if it's * not a function and has a `value.length` that's an integer greater than or * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is array-like, else `false`. * @example * * _.isArrayLike([1, 2, 3]); * // => true * * _.isArrayLike(document.body.children); * // => true * * _.isArrayLike('abc'); * // => true * * _.isArrayLike(_.noop); * // => false */ function isArrayLike(value) { return value != null && lodash_es_isLength(value.length) && !lodash_es_isFunction(value); } /* harmony default export */ var lodash_es_isArrayLike = (isArrayLike); ;// CONCATENATED MODULE: ./node_modules/lodash-es/isArrayLikeObject.js /** * This method is like `_.isArrayLike` except that it also checks if `value` * is an object. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is an array-like object, * else `false`. * @example * * _.isArrayLikeObject([1, 2, 3]); * // => true * * _.isArrayLikeObject(document.body.children); * // => true * * _.isArrayLikeObject('abc'); * // => false * * _.isArrayLikeObject(_.noop); * // => false */ function isArrayLikeObject(value) { return lodash_es_isObjectLike(value) && lodash_es_isArrayLike(value); } /* harmony default export */ var lodash_es_isArrayLikeObject = (isArrayLikeObject); ;// CONCATENATED MODULE: ./node_modules/lodash-es/stubFalse.js /** * This method returns `false`. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {boolean} Returns `false`. * @example * * _.times(2, _.stubFalse); * // => [false, false] */ function stubFalse() { return false; } /* harmony default export */ var lodash_es_stubFalse = (stubFalse); ;// CONCATENATED MODULE: ./node_modules/lodash-es/isBuffer.js /** Detect free variable `exports`. */ var isBuffer_freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; /** Detect free variable `module`. */ var isBuffer_freeModule = isBuffer_freeExports && typeof module == 'object' && module && !module.nodeType && module; /** Detect the popular CommonJS extension `module.exports`. */ var isBuffer_moduleExports = isBuffer_freeModule && isBuffer_freeModule.exports === isBuffer_freeExports; /** Built-in value references. */ var isBuffer_Buffer = isBuffer_moduleExports ? _root.Buffer : undefined; /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeIsBuffer = isBuffer_Buffer ? isBuffer_Buffer.isBuffer : undefined; /** * Checks if `value` is a buffer. * * @static * @memberOf _ * @since 4.3.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a buffer, else `false`. * @example * * _.isBuffer(new Buffer(2)); * // => true * * _.isBuffer(new Uint8Array(2)); * // => false */ var isBuffer = nativeIsBuffer || lodash_es_stubFalse; /* harmony default export */ var lodash_es_isBuffer = (isBuffer); ;// CONCATENATED MODULE: ./node_modules/lodash-es/isPlainObject.js /** `Object#toString` result references. */ var objectTag = '[object Object]'; /** Used for built-in method references. */ var isPlainObject_funcProto = Function.prototype, isPlainObject_objectProto = Object.prototype; /** Used to resolve the decompiled source of functions. */ var isPlainObject_funcToString = isPlainObject_funcProto.toString; /** Used to check objects for own properties. */ var isPlainObject_hasOwnProperty = isPlainObject_objectProto.hasOwnProperty; /** Used to infer the `Object` constructor. */ var objectCtorString = isPlainObject_funcToString.call(Object); /** * Checks if `value` is a plain object, that is, an object created by the * `Object` constructor or one with a `[[Prototype]]` of `null`. * * @static * @memberOf _ * @since 0.8.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a plain object, else `false`. * @example * * function Foo() { * this.a = 1; * } * * _.isPlainObject(new Foo); * // => false * * _.isPlainObject([1, 2, 3]); * // => false * * _.isPlainObject({ 'x': 0, 'y': 0 }); * // => true * * _.isPlainObject(Object.create(null)); * // => true */ function isPlainObject_isPlainObject(value) { if (!lodash_es_isObjectLike(value) || _baseGetTag(value) != objectTag) { return false; } var proto = _getPrototype(value); if (proto === null) { return true; } var Ctor = isPlainObject_hasOwnProperty.call(proto, 'constructor') && proto.constructor; return typeof Ctor == 'function' && Ctor instanceof Ctor && isPlainObject_funcToString.call(Ctor) == objectCtorString; } /* harmony default export */ var lodash_es_isPlainObject = (isPlainObject_isPlainObject); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseIsTypedArray.js /** `Object#toString` result references. */ var _baseIsTypedArray_argsTag = '[object Arguments]', arrayTag = '[object Array]', boolTag = '[object Boolean]', dateTag = '[object Date]', errorTag = '[object Error]', _baseIsTypedArray_funcTag = '[object Function]', mapTag = '[object Map]', numberTag = '[object Number]', _baseIsTypedArray_objectTag = '[object Object]', regexpTag = '[object RegExp]', _baseIsTypedArray_setTag = '[object Set]', stringTag = '[object String]', weakMapTag = '[object WeakMap]'; var arrayBufferTag = '[object ArrayBuffer]', dataViewTag = '[object DataView]', float32Tag = '[object Float32Array]', float64Tag = '[object Float64Array]', int8Tag = '[object Int8Array]', int16Tag = '[object Int16Array]', int32Tag = '[object Int32Array]', uint8Tag = '[object Uint8Array]', uint8ClampedTag = '[object Uint8ClampedArray]', uint16Tag = '[object Uint16Array]', uint32Tag = '[object Uint32Array]'; /** Used to identify `toStringTag` values of typed arrays. */ var typedArrayTags = {}; typedArrayTags[float32Tag] = typedArrayTags[float64Tag] = typedArrayTags[int8Tag] = typedArrayTags[int16Tag] = typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] = typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] = typedArrayTags[uint32Tag] = true; typedArrayTags[_baseIsTypedArray_argsTag] = typedArrayTags[arrayTag] = typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] = typedArrayTags[dataViewTag] = typedArrayTags[dateTag] = typedArrayTags[errorTag] = typedArrayTags[_baseIsTypedArray_funcTag] = typedArrayTags[mapTag] = typedArrayTags[numberTag] = typedArrayTags[_baseIsTypedArray_objectTag] = typedArrayTags[regexpTag] = typedArrayTags[_baseIsTypedArray_setTag] = typedArrayTags[stringTag] = typedArrayTags[weakMapTag] = false; /** * The base implementation of `_.isTypedArray` without Node.js optimizations. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. */ function baseIsTypedArray(value) { return lodash_es_isObjectLike(value) && lodash_es_isLength(value.length) && !!typedArrayTags[_baseGetTag(value)]; } /* harmony default export */ var _baseIsTypedArray = (baseIsTypedArray); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseUnary.js /** * The base implementation of `_.unary` without support for storing metadata. * * @private * @param {Function} func The function to cap arguments for. * @returns {Function} Returns the new capped function. */ function baseUnary(func) { return function(value) { return func(value); }; } /* harmony default export */ var _baseUnary = (baseUnary); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_nodeUtil.js /** Detect free variable `exports`. */ var _nodeUtil_freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; /** Detect free variable `module`. */ var _nodeUtil_freeModule = _nodeUtil_freeExports && typeof module == 'object' && module && !module.nodeType && module; /** Detect the popular CommonJS extension `module.exports`. */ var _nodeUtil_moduleExports = _nodeUtil_freeModule && _nodeUtil_freeModule.exports === _nodeUtil_freeExports; /** Detect free variable `process` from Node.js. */ var freeProcess = _nodeUtil_moduleExports && _freeGlobal.process; /** Used to access faster Node.js helpers. */ var nodeUtil = (function() { try { // Use `util.types` for Node.js 10+. var types = _nodeUtil_freeModule && _nodeUtil_freeModule.require && _nodeUtil_freeModule.require('util').types; if (types) { return types; } // Legacy `process.binding('util')` for Node.js < 10. return freeProcess && freeProcess.binding && freeProcess.binding('util'); } catch (e) {} }()); /* harmony default export */ var _nodeUtil = (nodeUtil); ;// CONCATENATED MODULE: ./node_modules/lodash-es/isTypedArray.js /* Node.js helper references. */ var nodeIsTypedArray = _nodeUtil && _nodeUtil.isTypedArray; /** * Checks if `value` is classified as a typed array. * * @static * @memberOf _ * @since 3.0.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. * @example * * _.isTypedArray(new Uint8Array); * // => true * * _.isTypedArray([]); * // => false */ var isTypedArray = nodeIsTypedArray ? _baseUnary(nodeIsTypedArray) : _baseIsTypedArray; /* harmony default export */ var lodash_es_isTypedArray = (isTypedArray); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_safeGet.js /** * Gets the value at `key`, unless `key` is "__proto__" or "constructor". * * @private * @param {Object} object The object to query. * @param {string} key The key of the property to get. * @returns {*} Returns the property value. */ function safeGet(object, key) { if (key === 'constructor' && typeof object[key] === 'function') { return; } if (key == '__proto__') { return; } return object[key]; } /* harmony default export */ var _safeGet = (safeGet); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_assignValue.js /** Used for built-in method references. */ var _assignValue_objectProto = Object.prototype; /** Used to check objects for own properties. */ var _assignValue_hasOwnProperty = _assignValue_objectProto.hasOwnProperty; /** * Assigns `value` to `key` of `object` if the existing value is not equivalent * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) * for equality comparisons. * * @private * @param {Object} object The object to modify. * @param {string} key The key of the property to assign. * @param {*} value The value to assign. */ function assignValue(object, key, value) { var objValue = object[key]; if (!(_assignValue_hasOwnProperty.call(object, key) && lodash_es_eq(objValue, value)) || (value === undefined && !(key in object))) { _baseAssignValue(object, key, value); } } /* harmony default export */ var _assignValue = (assignValue); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_copyObject.js /** * Copies properties of `source` to `object`. * * @private * @param {Object} source The object to copy properties from. * @param {Array} props The property identifiers to copy. * @param {Object} [object={}] The object to copy properties to. * @param {Function} [customizer] The function to customize copied values. * @returns {Object} Returns `object`. */ function copyObject(source, props, object, customizer) { var isNew = !object; object || (object = {}); var index = -1, length = props.length; while (++index < length) { var key = props[index]; var newValue = customizer ? customizer(object[key], source[key], key, object, source) : undefined; if (newValue === undefined) { newValue = source[key]; } if (isNew) { _baseAssignValue(object, key, newValue); } else { _assignValue(object, key, newValue); } } return object; } /* harmony default export */ var _copyObject = (copyObject); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseTimes.js /** * The base implementation of `_.times` without support for iteratee shorthands * or max array length checks. * * @private * @param {number} n The number of times to invoke `iteratee`. * @param {Function} iteratee The function invoked per iteration. * @returns {Array} Returns the array of results. */ function baseTimes(n, iteratee) { var index = -1, result = Array(n); while (++index < n) { result[index] = iteratee(index); } return result; } /* harmony default export */ var _baseTimes = (baseTimes); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_isIndex.js /** Used as references for various `Number` constants. */ var _isIndex_MAX_SAFE_INTEGER = 9007199254740991; /** Used to detect unsigned integer values. */ var reIsUint = /^(?:0|[1-9]\d*)$/; /** * Checks if `value` is a valid array-like index. * * @private * @param {*} value The value to check. * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index. * @returns {boolean} Returns `true` if `value` is a valid index, else `false`. */ function isIndex(value, length) { var type = typeof value; length = length == null ? _isIndex_MAX_SAFE_INTEGER : length; return !!length && (type == 'number' || (type != 'symbol' && reIsUint.test(value))) && (value > -1 && value % 1 == 0 && value < length); } /* harmony default export */ var _isIndex = (isIndex); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_arrayLikeKeys.js /** Used for built-in method references. */ var _arrayLikeKeys_objectProto = Object.prototype; /** Used to check objects for own properties. */ var _arrayLikeKeys_hasOwnProperty = _arrayLikeKeys_objectProto.hasOwnProperty; /** * Creates an array of the enumerable property names of the array-like `value`. * * @private * @param {*} value The value to query. * @param {boolean} inherited Specify returning inherited property names. * @returns {Array} Returns the array of property names. */ function arrayLikeKeys(value, inherited) { var isArr = lodash_es_isArray(value), isArg = !isArr && lodash_es_isArguments(value), isBuff = !isArr && !isArg && lodash_es_isBuffer(value), isType = !isArr && !isArg && !isBuff && lodash_es_isTypedArray(value), skipIndexes = isArr || isArg || isBuff || isType, result = skipIndexes ? _baseTimes(value.length, String) : [], length = result.length; for (var key in value) { if ((inherited || _arrayLikeKeys_hasOwnProperty.call(value, key)) && !(skipIndexes && ( // Safari 9 has enumerable `arguments.length` in strict mode. key == 'length' || // Node.js 0.10 has enumerable non-index properties on buffers. (isBuff && (key == 'offset' || key == 'parent')) || // PhantomJS 2 has enumerable non-index properties on typed arrays. (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) || // Skip index properties. _isIndex(key, length) ))) { result.push(key); } } return result; } /* harmony default export */ var _arrayLikeKeys = (arrayLikeKeys); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_nativeKeysIn.js /** * This function is like * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) * except that it includes inherited enumerable properties. * * @private * @param {Object} object The object to query. * @returns {Array} Returns the array of property names. */ function nativeKeysIn(object) { var result = []; if (object != null) { for (var key in Object(object)) { result.push(key); } } return result; } /* harmony default export */ var _nativeKeysIn = (nativeKeysIn); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseKeysIn.js /** Used for built-in method references. */ var _baseKeysIn_objectProto = Object.prototype; /** Used to check objects for own properties. */ var _baseKeysIn_hasOwnProperty = _baseKeysIn_objectProto.hasOwnProperty; /** * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense. * * @private * @param {Object} object The object to query. * @returns {Array} Returns the array of property names. */ function baseKeysIn(object) { if (!lodash_es_isObject(object)) { return _nativeKeysIn(object); } var isProto = _isPrototype(object), result = []; for (var key in object) { if (!(key == 'constructor' && (isProto || !_baseKeysIn_hasOwnProperty.call(object, key)))) { result.push(key); } } return result; } /* harmony default export */ var _baseKeysIn = (baseKeysIn); ;// CONCATENATED MODULE: ./node_modules/lodash-es/keysIn.js /** * Creates an array of the own and inherited enumerable property names of `object`. * * **Note:** Non-object values are coerced to objects. * * @static * @memberOf _ * @since 3.0.0 * @category Object * @param {Object} object The object to query. * @returns {Array} Returns the array of property names. * @example * * function Foo() { * this.a = 1; * this.b = 2; * } * * Foo.prototype.c = 3; * * _.keysIn(new Foo); * // => ['a', 'b', 'c'] (iteration order is not guaranteed) */ function keysIn(object) { return lodash_es_isArrayLike(object) ? _arrayLikeKeys(object, true) : _baseKeysIn(object); } /* harmony default export */ var lodash_es_keysIn = (keysIn); ;// CONCATENATED MODULE: ./node_modules/lodash-es/toPlainObject.js /** * Converts `value` to a plain object flattening inherited enumerable string * keyed properties of `value` to own properties of the plain object. * * @static * @memberOf _ * @since 3.0.0 * @category Lang * @param {*} value The value to convert. * @returns {Object} Returns the converted plain object. * @example * * function Foo() { * this.b = 2; * } * * Foo.prototype.c = 3; * * _.assign({ 'a': 1 }, new Foo); * // => { 'a': 1, 'b': 2 } * * _.assign({ 'a': 1 }, _.toPlainObject(new Foo)); * // => { 'a': 1, 'b': 2, 'c': 3 } */ function toPlainObject(value) { return _copyObject(value, lodash_es_keysIn(value)); } /* harmony default export */ var lodash_es_toPlainObject = (toPlainObject); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseMergeDeep.js /** * A specialized version of `baseMerge` for arrays and objects which performs * deep merges and tracks traversed objects enabling objects with circular * references to be merged. * * @private * @param {Object} object The destination object. * @param {Object} source The source object. * @param {string} key The key of the value to merge. * @param {number} srcIndex The index of `source`. * @param {Function} mergeFunc The function to merge values. * @param {Function} [customizer] The function to customize assigned values. * @param {Object} [stack] Tracks traversed source values and their merged * counterparts. */ function baseMergeDeep(object, source, key, srcIndex, mergeFunc, customizer, stack) { var objValue = _safeGet(object, key), srcValue = _safeGet(source, key), stacked = stack.get(srcValue); if (stacked) { _assignMergeValue(object, key, stacked); return; } var newValue = customizer ? customizer(objValue, srcValue, (key + ''), object, source, stack) : undefined; var isCommon = newValue === undefined; if (isCommon) { var isArr = lodash_es_isArray(srcValue), isBuff = !isArr && lodash_es_isBuffer(srcValue), isTyped = !isArr && !isBuff && lodash_es_isTypedArray(srcValue); newValue = srcValue; if (isArr || isBuff || isTyped) { if (lodash_es_isArray(objValue)) { newValue = objValue; } else if (lodash_es_isArrayLikeObject(objValue)) { newValue = _copyArray(objValue); } else if (isBuff) { isCommon = false; newValue = _cloneBuffer(srcValue, true); } else if (isTyped) { isCommon = false; newValue = _cloneTypedArray(srcValue, true); } else { newValue = []; } } else if (lodash_es_isPlainObject(srcValue) || lodash_es_isArguments(srcValue)) { newValue = objValue; if (lodash_es_isArguments(objValue)) { newValue = lodash_es_toPlainObject(objValue); } else if (!lodash_es_isObject(objValue) || lodash_es_isFunction(objValue)) { newValue = _initCloneObject(srcValue); } } else { isCommon = false; } } if (isCommon) { // Recursively merge objects and arrays (susceptible to call stack limits). stack.set(srcValue, newValue); mergeFunc(newValue, srcValue, srcIndex, customizer, stack); stack['delete'](srcValue); } _assignMergeValue(object, key, newValue); } /* harmony default export */ var _baseMergeDeep = (baseMergeDeep); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseMerge.js /** * The base implementation of `_.merge` without support for multiple sources. * * @private * @param {Object} object The destination object. * @param {Object} source The source object. * @param {number} srcIndex The index of `source`. * @param {Function} [customizer] The function to customize merged values. * @param {Object} [stack] Tracks traversed source values and their merged * counterparts. */ function baseMerge(object, source, srcIndex, customizer, stack) { if (object === source) { return; } _baseFor(source, function(srcValue, key) { stack || (stack = new _Stack); if (lodash_es_isObject(srcValue)) { _baseMergeDeep(object, source, key, srcIndex, baseMerge, customizer, stack); } else { var newValue = customizer ? customizer(_safeGet(object, key), srcValue, (key + ''), object, source, stack) : undefined; if (newValue === undefined) { newValue = srcValue; } _assignMergeValue(object, key, newValue); } }, lodash_es_keysIn); } /* harmony default export */ var _baseMerge = (baseMerge); ;// CONCATENATED MODULE: ./node_modules/lodash-es/identity.js /** * This method returns the first argument it receives. * * @static * @since 0.1.0 * @memberOf _ * @category Util * @param {*} value Any value. * @returns {*} Returns `value`. * @example * * var object = { 'a': 1 }; * * console.log(_.identity(object) === object); * // => true */ function identity(value) { return value; } /* harmony default export */ var lodash_es_identity = (identity); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_apply.js /** * A faster alternative to `Function#apply`, this function invokes `func` * with the `this` binding of `thisArg` and the arguments of `args`. * * @private * @param {Function} func The function to invoke. * @param {*} thisArg The `this` binding of `func`. * @param {Array} args The arguments to invoke `func` with. * @returns {*} Returns the result of `func`. */ function _apply_apply(func, thisArg, args) { switch (args.length) { case 0: return func.call(thisArg); case 1: return func.call(thisArg, args[0]); case 2: return func.call(thisArg, args[0], args[1]); case 3: return func.call(thisArg, args[0], args[1], args[2]); } return func.apply(thisArg, args); } /* harmony default export */ var _apply = (_apply_apply); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_overRest.js /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeMax = Math.max; /** * A specialized version of `baseRest` which transforms the rest array. * * @private * @param {Function} func The function to apply a rest parameter to. * @param {number} [start=func.length-1] The start position of the rest parameter. * @param {Function} transform The rest array transform. * @returns {Function} Returns the new function. */ function overRest(func, start, transform) { start = nativeMax(start === undefined ? (func.length - 1) : start, 0); return function() { var args = arguments, index = -1, length = nativeMax(args.length - start, 0), array = Array(length); while (++index < length) { array[index] = args[start + index]; } index = -1; var otherArgs = Array(start + 1); while (++index < start) { otherArgs[index] = args[index]; } otherArgs[start] = transform(array); return _apply(func, this, otherArgs); }; } /* harmony default export */ var _overRest = (overRest); ;// CONCATENATED MODULE: ./node_modules/lodash-es/constant.js /** * Creates a function that returns `value`. * * @static * @memberOf _ * @since 2.4.0 * @category Util * @param {*} value The value to return from the new function. * @returns {Function} Returns the new constant function. * @example * * var objects = _.times(2, _.constant({ 'a': 1 })); * * console.log(objects); * // => [{ 'a': 1 }, { 'a': 1 }] * * console.log(objects[0] === objects[1]); * // => true */ function constant(value) { return function() { return value; }; } /* harmony default export */ var lodash_es_constant = (constant); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseSetToString.js /** * The base implementation of `setToString` without support for hot loop shorting. * * @private * @param {Function} func The function to modify. * @param {Function} string The `toString` result. * @returns {Function} Returns `func`. */ var baseSetToString = !lodash_es_defineProperty ? lodash_es_identity : function(func, string) { return lodash_es_defineProperty(func, 'toString', { 'configurable': true, 'enumerable': false, 'value': lodash_es_constant(string), 'writable': true }); }; /* harmony default export */ var _baseSetToString = (baseSetToString); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_shortOut.js /** Used to detect hot functions by number of calls within a span of milliseconds. */ var HOT_COUNT = 800, HOT_SPAN = 16; /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeNow = Date.now; /** * Creates a function that'll short out and invoke `identity` instead * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN` * milliseconds. * * @private * @param {Function} func The function to restrict. * @returns {Function} Returns the new shortable function. */ function shortOut(func) { var count = 0, lastCalled = 0; return function() { var stamp = nativeNow(), remaining = HOT_SPAN - (stamp - lastCalled); lastCalled = stamp; if (remaining > 0) { if (++count >= HOT_COUNT) { return arguments[0]; } } else { count = 0; } return func.apply(undefined, arguments); }; } /* harmony default export */ var _shortOut = (shortOut); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_setToString.js /** * Sets the `toString` method of `func` to return `string`. * * @private * @param {Function} func The function to modify. * @param {Function} string The `toString` result. * @returns {Function} Returns `func`. */ var setToString = _shortOut(_baseSetToString); /* harmony default export */ var _setToString = (setToString); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseRest.js /** * The base implementation of `_.rest` which doesn't validate or coerce arguments. * * @private * @param {Function} func The function to apply a rest parameter to. * @param {number} [start=func.length-1] The start position of the rest parameter. * @returns {Function} Returns the new function. */ function baseRest(func, start) { return _setToString(_overRest(func, start, lodash_es_identity), func + ''); } /* harmony default export */ var _baseRest = (baseRest); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_isIterateeCall.js /** * Checks if the given arguments are from an iteratee call. * * @private * @param {*} value The potential iteratee value argument. * @param {*} index The potential iteratee index or key argument. * @param {*} object The potential iteratee object argument. * @returns {boolean} Returns `true` if the arguments are from an iteratee call, * else `false`. */ function isIterateeCall(value, index, object) { if (!lodash_es_isObject(object)) { return false; } var type = typeof index; if (type == 'number' ? (lodash_es_isArrayLike(object) && _isIndex(index, object.length)) : (type == 'string' && index in object) ) { return lodash_es_eq(object[index], value); } return false; } /* harmony default export */ var _isIterateeCall = (isIterateeCall); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_createAssigner.js /** * Creates a function like `_.assign`. * * @private * @param {Function} assigner The function to assign values. * @returns {Function} Returns the new assigner function. */ function createAssigner(assigner) { return _baseRest(function(object, sources) { var index = -1, length = sources.length, customizer = length > 1 ? sources[length - 1] : undefined, guard = length > 2 ? sources[2] : undefined; customizer = (assigner.length > 3 && typeof customizer == 'function') ? (length--, customizer) : undefined; if (guard && _isIterateeCall(sources[0], sources[1], guard)) { customizer = length < 3 ? undefined : customizer; length = 1; } object = Object(object); while (++index < length) { var source = sources[index]; if (source) { assigner(object, source, index, customizer); } } return object; }); } /* harmony default export */ var _createAssigner = (createAssigner); ;// CONCATENATED MODULE: ./node_modules/lodash-es/merge.js /** * This method is like `_.assign` except that it recursively merges own and * inherited enumerable string keyed properties of source objects into the * destination object. Source properties that resolve to `undefined` are * skipped if a destination value exists. Array and plain object properties * are merged recursively. Other objects and value types are overridden by * assignment. Source objects are applied from left to right. Subsequent * sources overwrite property assignments of previous sources. * * **Note:** This method mutates `object`. * * @static * @memberOf _ * @since 0.5.0 * @category Object * @param {Object} object The destination object. * @param {...Object} [sources] The source objects. * @returns {Object} Returns `object`. * @example * * var object = { * 'a': [{ 'b': 2 }, { 'd': 4 }] * }; * * var other = { * 'a': [{ 'c': 3 }, { 'e': 5 }] * }; * * _.merge(object, other); * // => { 'a': [{ 'b': 2, 'c': 3 }, { 'd': 4, 'e': 5 }] } */ var merge_merge = _createAssigner(function(object, source, srcIndex) { _baseMerge(object, source, srcIndex); }); /* harmony default export */ var lodash_es_merge = (merge_merge); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/common/Raised.js var Raised = function Raised(_ref) { var zDepth = _ref.zDepth, radius = _ref.radius, background = _ref.background, children = _ref.children, _ref$styles = _ref.styles, passedStyles = _ref$styles === undefined ? {} : _ref$styles; var styles = (0,reactcss_lib.default)(lodash_es_merge({ 'default': { wrap: { position: 'relative', display: 'inline-block' }, content: { position: 'relative' }, bg: { absolute: '0px 0px 0px 0px', boxShadow: '0 ' + zDepth + 'px ' + zDepth * 4 + 'px rgba(0,0,0,.24)', borderRadius: radius, background: background } }, 'zDepth-0': { bg: { boxShadow: 'none' } }, 'zDepth-1': { bg: { boxShadow: '0 2px 10px rgba(0,0,0,.12), 0 2px 5px rgba(0,0,0,.16)' } }, 'zDepth-2': { bg: { boxShadow: '0 6px 20px rgba(0,0,0,.19), 0 8px 17px rgba(0,0,0,.2)' } }, 'zDepth-3': { bg: { boxShadow: '0 17px 50px rgba(0,0,0,.19), 0 12px 15px rgba(0,0,0,.24)' } }, 'zDepth-4': { bg: { boxShadow: '0 25px 55px rgba(0,0,0,.21), 0 16px 28px rgba(0,0,0,.22)' } }, 'zDepth-5': { bg: { boxShadow: '0 40px 77px rgba(0,0,0,.22), 0 27px 24px rgba(0,0,0,.2)' } }, 'square': { bg: { borderRadius: '0' } }, 'circle': { bg: { borderRadius: '50%' } } }, passedStyles), { 'zDepth-1': zDepth === 1 }); return react.createElement( 'div', { style: styles.wrap }, react.createElement('div', { style: styles.bg }), react.createElement( 'div', { style: styles.content }, children ) ); }; Raised.propTypes = { background: (prop_types_default()).string, zDepth: prop_types_default().oneOf([0, 1, 2, 3, 4, 5]), radius: (prop_types_default()).number, styles: (prop_types_default()).object }; Raised.defaultProps = { background: '#fff', zDepth: 1, radius: 2, styles: {} }; /* harmony default export */ var common_Raised = (Raised); ;// CONCATENATED MODULE: ./node_modules/lodash-es/now.js /** * Gets the timestamp of the number of milliseconds that have elapsed since * the Unix epoch (1 January 1970 00:00:00 UTC). * * @static * @memberOf _ * @since 2.4.0 * @category Date * @returns {number} Returns the timestamp. * @example * * _.defer(function(stamp) { * console.log(_.now() - stamp); * }, _.now()); * // => Logs the number of milliseconds it took for the deferred invocation. */ var now_now = function() { return _root.Date.now(); }; /* harmony default export */ var lodash_es_now = (now_now); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_trimmedEndIndex.js /** Used to match a single whitespace character. */ var reWhitespace = /\s/; /** * Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace * character of `string`. * * @private * @param {string} string The string to inspect. * @returns {number} Returns the index of the last non-whitespace character. */ function trimmedEndIndex(string) { var index = string.length; while (index-- && reWhitespace.test(string.charAt(index))) {} return index; } /* harmony default export */ var _trimmedEndIndex = (trimmedEndIndex); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseTrim.js /** Used to match leading whitespace. */ var reTrimStart = /^\s+/; /** * The base implementation of `_.trim`. * * @private * @param {string} string The string to trim. * @returns {string} Returns the trimmed string. */ function baseTrim(string) { return string ? string.slice(0, _trimmedEndIndex(string) + 1).replace(reTrimStart, '') : string; } /* harmony default export */ var _baseTrim = (baseTrim); ;// CONCATENATED MODULE: ./node_modules/lodash-es/isSymbol.js /** `Object#toString` result references. */ var symbolTag = '[object Symbol]'; /** * Checks if `value` is classified as a `Symbol` primitive or object. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a symbol, else `false`. * @example * * _.isSymbol(Symbol.iterator); * // => true * * _.isSymbol('abc'); * // => false */ function isSymbol(value) { return typeof value == 'symbol' || (lodash_es_isObjectLike(value) && _baseGetTag(value) == symbolTag); } /* harmony default export */ var lodash_es_isSymbol = (isSymbol); ;// CONCATENATED MODULE: ./node_modules/lodash-es/toNumber.js /** Used as references for various `Number` constants. */ var NAN = 0 / 0; /** Used to detect bad signed hexadecimal string values. */ var reIsBadHex = /^[-+]0x[0-9a-f]+$/i; /** Used to detect binary string values. */ var reIsBinary = /^0b[01]+$/i; /** Used to detect octal string values. */ var reIsOctal = /^0o[0-7]+$/i; /** Built-in method references without a dependency on `root`. */ var freeParseInt = parseInt; /** * Converts `value` to a number. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to process. * @returns {number} Returns the number. * @example * * _.toNumber(3.2); * // => 3.2 * * _.toNumber(Number.MIN_VALUE); * // => 5e-324 * * _.toNumber(Infinity); * // => Infinity * * _.toNumber('3.2'); * // => 3.2 */ function toNumber(value) { if (typeof value == 'number') { return value; } if (lodash_es_isSymbol(value)) { return NAN; } if (lodash_es_isObject(value)) { var other = typeof value.valueOf == 'function' ? value.valueOf() : value; value = lodash_es_isObject(other) ? (other + '') : other; } if (typeof value != 'string') { return value === 0 ? value : +value; } value = _baseTrim(value); var isBinary = reIsBinary.test(value); return (isBinary || reIsOctal.test(value)) ? freeParseInt(value.slice(2), isBinary ? 2 : 8) : (reIsBadHex.test(value) ? NAN : +value); } /* harmony default export */ var lodash_es_toNumber = (toNumber); ;// CONCATENATED MODULE: ./node_modules/lodash-es/debounce.js /** Error message constants. */ var FUNC_ERROR_TEXT = 'Expected a function'; /* Built-in method references for those with the same name as other `lodash` methods. */ var debounce_nativeMax = Math.max, nativeMin = Math.min; /** * Creates a debounced function that delays invoking `func` until after `wait` * milliseconds have elapsed since the last time the debounced function was * invoked. The debounced function comes with a `cancel` method to cancel * delayed `func` invocations and a `flush` method to immediately invoke them. * Provide `options` to indicate whether `func` should be invoked on the * leading and/or trailing edge of the `wait` timeout. The `func` is invoked * with the last arguments provided to the debounced function. Subsequent * calls to the debounced function return the result of the last `func` * invocation. * * **Note:** If `leading` and `trailing` options are `true`, `func` is * invoked on the trailing edge of the timeout only if the debounced function * is invoked more than once during the `wait` timeout. * * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred * until to the next tick, similar to `setTimeout` with a timeout of `0`. * * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/) * for details over the differences between `_.debounce` and `_.throttle`. * * @static * @memberOf _ * @since 0.1.0 * @category Function * @param {Function} func The function to debounce. * @param {number} [wait=0] The number of milliseconds to delay. * @param {Object} [options={}] The options object. * @param {boolean} [options.leading=false] * Specify invoking on the leading edge of the timeout. * @param {number} [options.maxWait] * The maximum time `func` is allowed to be delayed before it's invoked. * @param {boolean} [options.trailing=true] * Specify invoking on the trailing edge of the timeout. * @returns {Function} Returns the new debounced function. * @example * * // Avoid costly calculations while the window size is in flux. * jQuery(window).on('resize', _.debounce(calculateLayout, 150)); * * // Invoke `sendMail` when clicked, debouncing subsequent calls. * jQuery(element).on('click', _.debounce(sendMail, 300, { * 'leading': true, * 'trailing': false * })); * * // Ensure `batchLog` is invoked once after 1 second of debounced calls. * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 }); * var source = new EventSource('/stream'); * jQuery(source).on('message', debounced); * * // Cancel the trailing debounced invocation. * jQuery(window).on('popstate', debounced.cancel); */ function lodash_es_debounce_debounce(func, wait, options) { var lastArgs, lastThis, maxWait, result, timerId, lastCallTime, lastInvokeTime = 0, leading = false, maxing = false, trailing = true; if (typeof func != 'function') { throw new TypeError(FUNC_ERROR_TEXT); } wait = lodash_es_toNumber(wait) || 0; if (lodash_es_isObject(options)) { leading = !!options.leading; maxing = 'maxWait' in options; maxWait = maxing ? debounce_nativeMax(lodash_es_toNumber(options.maxWait) || 0, wait) : maxWait; trailing = 'trailing' in options ? !!options.trailing : trailing; } function invokeFunc(time) { var args = lastArgs, thisArg = lastThis; lastArgs = lastThis = undefined; lastInvokeTime = time; result = func.apply(thisArg, args); return result; } function leadingEdge(time) { // Reset any `maxWait` timer. lastInvokeTime = time; // Start the timer for the trailing edge. timerId = setTimeout(timerExpired, wait); // Invoke the leading edge. return leading ? invokeFunc(time) : result; } function remainingWait(time) { var timeSinceLastCall = time - lastCallTime, timeSinceLastInvoke = time - lastInvokeTime, timeWaiting = wait - timeSinceLastCall; return maxing ? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke) : timeWaiting; } function shouldInvoke(time) { var timeSinceLastCall = time - lastCallTime, timeSinceLastInvoke = time - lastInvokeTime; // Either this is the first call, activity has stopped and we're at the // trailing edge, the system time has gone backwards and we're treating // it as the trailing edge, or we've hit the `maxWait` limit. return (lastCallTime === undefined || (timeSinceLastCall >= wait) || (timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait)); } function timerExpired() { var time = lodash_es_now(); if (shouldInvoke(time)) { return trailingEdge(time); } // Restart the timer. timerId = setTimeout(timerExpired, remainingWait(time)); } function trailingEdge(time) { timerId = undefined; // Only invoke if we have `lastArgs` which means `func` has been // debounced at least once. if (trailing && lastArgs) { return invokeFunc(time); } lastArgs = lastThis = undefined; return result; } function cancel() { if (timerId !== undefined) { clearTimeout(timerId); } lastInvokeTime = 0; lastArgs = lastCallTime = lastThis = timerId = undefined; } function flush() { return timerId === undefined ? result : trailingEdge(lodash_es_now()); } function debounced() { var time = lodash_es_now(), isInvoking = shouldInvoke(time); lastArgs = arguments; lastThis = this; lastCallTime = time; if (isInvoking) { if (timerId === undefined) { return leadingEdge(lastCallTime); } if (maxing) { // Handle invocations in a tight loop. clearTimeout(timerId); timerId = setTimeout(timerExpired, wait); return invokeFunc(lastCallTime); } } if (timerId === undefined) { timerId = setTimeout(timerExpired, wait); } return result; } debounced.cancel = cancel; debounced.flush = flush; return debounced; } /* harmony default export */ var lodash_es_debounce = (lodash_es_debounce_debounce); ;// CONCATENATED MODULE: ./node_modules/lodash-es/throttle.js /** Error message constants. */ var throttle_FUNC_ERROR_TEXT = 'Expected a function'; /** * Creates a throttled function that only invokes `func` at most once per * every `wait` milliseconds. The throttled function comes with a `cancel` * method to cancel delayed `func` invocations and a `flush` method to * immediately invoke them. Provide `options` to indicate whether `func` * should be invoked on the leading and/or trailing edge of the `wait` * timeout. The `func` is invoked with the last arguments provided to the * throttled function. Subsequent calls to the throttled function return the * result of the last `func` invocation. * * **Note:** If `leading` and `trailing` options are `true`, `func` is * invoked on the trailing edge of the timeout only if the throttled function * is invoked more than once during the `wait` timeout. * * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred * until to the next tick, similar to `setTimeout` with a timeout of `0`. * * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/) * for details over the differences between `_.throttle` and `_.debounce`. * * @static * @memberOf _ * @since 0.1.0 * @category Function * @param {Function} func The function to throttle. * @param {number} [wait=0] The number of milliseconds to throttle invocations to. * @param {Object} [options={}] The options object. * @param {boolean} [options.leading=true] * Specify invoking on the leading edge of the timeout. * @param {boolean} [options.trailing=true] * Specify invoking on the trailing edge of the timeout. * @returns {Function} Returns the new throttled function. * @example * * // Avoid excessively updating the position while scrolling. * jQuery(window).on('scroll', _.throttle(updatePosition, 100)); * * // Invoke `renewToken` when the click event is fired, but not more than once every 5 minutes. * var throttled = _.throttle(renewToken, 300000, { 'trailing': false }); * jQuery(element).on('click', throttled); * * // Cancel the trailing throttled invocation. * jQuery(window).on('popstate', throttled.cancel); */ function throttle_throttle(func, wait, options) { var leading = true, trailing = true; if (typeof func != 'function') { throw new TypeError(throttle_FUNC_ERROR_TEXT); } if (lodash_es_isObject(options)) { leading = 'leading' in options ? !!options.leading : leading; trailing = 'trailing' in options ? !!options.trailing : trailing; } return lodash_es_debounce(func, wait, { 'leading': leading, 'maxWait': wait, 'trailing': trailing }); } /* harmony default export */ var lodash_es_throttle = (throttle_throttle); ;// CONCATENATED MODULE: ./node_modules/react-color/es/helpers/saturation.js var saturation_calculateChange = function calculateChange(e, hsl, container) { var _container$getBoundin = container.getBoundingClientRect(), containerWidth = _container$getBoundin.width, containerHeight = _container$getBoundin.height; var x = typeof e.pageX === 'number' ? e.pageX : e.touches[0].pageX; var y = typeof e.pageY === 'number' ? e.pageY : e.touches[0].pageY; var left = x - (container.getBoundingClientRect().left + window.pageXOffset); var top = y - (container.getBoundingClientRect().top + window.pageYOffset); if (left < 0) { left = 0; } else if (left > containerWidth) { left = containerWidth; } if (top < 0) { top = 0; } else if (top > containerHeight) { top = containerHeight; } var saturation = left / containerWidth; var bright = 1 - top / containerHeight; return { h: hsl.h, s: saturation, v: bright, a: hsl.a, source: 'hsv' }; }; ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/common/Saturation.js var Saturation_createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); function Saturation_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function Saturation_possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function Saturation_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } var Saturation = function (_ref) { Saturation_inherits(Saturation, _ref); function Saturation(props) { Saturation_classCallCheck(this, Saturation); var _this = Saturation_possibleConstructorReturn(this, (Saturation.__proto__ || Object.getPrototypeOf(Saturation)).call(this, props)); _this.handleChange = function (e) { typeof _this.props.onChange === 'function' && _this.throttle(_this.props.onChange, saturation_calculateChange(e, _this.props.hsl, _this.container), e); }; _this.handleMouseDown = function (e) { _this.handleChange(e); var renderWindow = _this.getContainerRenderWindow(); renderWindow.addEventListener('mousemove', _this.handleChange); renderWindow.addEventListener('mouseup', _this.handleMouseUp); }; _this.handleMouseUp = function () { _this.unbindEventListeners(); }; _this.throttle = lodash_es_throttle(function (fn, data, e) { fn(data, e); }, 50); return _this; } Saturation_createClass(Saturation, [{ key: 'componentWillUnmount', value: function componentWillUnmount() { this.throttle.cancel(); this.unbindEventListeners(); } }, { key: 'getContainerRenderWindow', value: function getContainerRenderWindow() { var container = this.container; var renderWindow = window; while (!renderWindow.document.contains(container) && renderWindow.parent !== renderWindow) { renderWindow = renderWindow.parent; } return renderWindow; } }, { key: 'unbindEventListeners', value: function unbindEventListeners() { var renderWindow = this.getContainerRenderWindow(); renderWindow.removeEventListener('mousemove', this.handleChange); renderWindow.removeEventListener('mouseup', this.handleMouseUp); } }, { key: 'render', value: function render() { var _this2 = this; var _ref2 = this.props.style || {}, color = _ref2.color, white = _ref2.white, black = _ref2.black, pointer = _ref2.pointer, circle = _ref2.circle; var styles = (0,reactcss_lib.default)({ 'default': { color: { absolute: '0px 0px 0px 0px', background: 'hsl(' + this.props.hsl.h + ',100%, 50%)', borderRadius: this.props.radius }, white: { absolute: '0px 0px 0px 0px', borderRadius: this.props.radius }, black: { absolute: '0px 0px 0px 0px', boxShadow: this.props.shadow, borderRadius: this.props.radius }, pointer: { position: 'absolute', top: -(this.props.hsv.v * 100) + 100 + '%', left: this.props.hsv.s * 100 + '%', cursor: 'default' }, circle: { width: '4px', height: '4px', boxShadow: '0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0,0,0,.3),\n 0 0 1px 2px rgba(0,0,0,.4)', borderRadius: '50%', cursor: 'hand', transform: 'translate(-2px, -2px)' } }, 'custom': { color: color, white: white, black: black, pointer: pointer, circle: circle } }, { 'custom': !!this.props.style }); return react.createElement( 'div', { style: styles.color, ref: function ref(container) { return _this2.container = container; }, onMouseDown: this.handleMouseDown, onTouchMove: this.handleChange, onTouchStart: this.handleChange }, react.createElement( 'style', null, '\n .saturation-white {\n background: -webkit-linear-gradient(to right, #fff, rgba(255,255,255,0));\n background: linear-gradient(to right, #fff, rgba(255,255,255,0));\n }\n .saturation-black {\n background: -webkit-linear-gradient(to top, #000, rgba(0,0,0,0));\n background: linear-gradient(to top, #000, rgba(0,0,0,0));\n }\n ' ), react.createElement( 'div', { style: styles.white, className: 'saturation-white' }, react.createElement('div', { style: styles.black, className: 'saturation-black' }), react.createElement( 'div', { style: styles.pointer }, this.props.pointer ? react.createElement(this.props.pointer, this.props) : react.createElement('div', { style: styles.circle }) ) ) ); } }]); return Saturation; }(react.PureComponent || react.Component); /* harmony default export */ var common_Saturation = (Saturation); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_arrayEach.js /** * A specialized version of `_.forEach` for arrays without support for * iteratee shorthands. * * @private * @param {Array} [array] The array to iterate over. * @param {Function} iteratee The function invoked per iteration. * @returns {Array} Returns `array`. */ function arrayEach(array, iteratee) { var index = -1, length = array == null ? 0 : array.length; while (++index < length) { if (iteratee(array[index], index, array) === false) { break; } } return array; } /* harmony default export */ var _arrayEach = (arrayEach); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_nativeKeys.js /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeKeys = _overArg(Object.keys, Object); /* harmony default export */ var _nativeKeys = (nativeKeys); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseKeys.js /** Used for built-in method references. */ var _baseKeys_objectProto = Object.prototype; /** Used to check objects for own properties. */ var _baseKeys_hasOwnProperty = _baseKeys_objectProto.hasOwnProperty; /** * The base implementation of `_.keys` which doesn't treat sparse arrays as dense. * * @private * @param {Object} object The object to query. * @returns {Array} Returns the array of property names. */ function baseKeys(object) { if (!_isPrototype(object)) { return _nativeKeys(object); } var result = []; for (var key in Object(object)) { if (_baseKeys_hasOwnProperty.call(object, key) && key != 'constructor') { result.push(key); } } return result; } /* harmony default export */ var _baseKeys = (baseKeys); ;// CONCATENATED MODULE: ./node_modules/lodash-es/keys.js /** * Creates an array of the own enumerable property names of `object`. * * **Note:** Non-object values are coerced to objects. See the * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) * for more details. * * @static * @since 0.1.0 * @memberOf _ * @category Object * @param {Object} object The object to query. * @returns {Array} Returns the array of property names. * @example * * function Foo() { * this.a = 1; * this.b = 2; * } * * Foo.prototype.c = 3; * * _.keys(new Foo); * // => ['a', 'b'] (iteration order is not guaranteed) * * _.keys('hi'); * // => ['0', '1'] */ function keys(object) { return lodash_es_isArrayLike(object) ? _arrayLikeKeys(object) : _baseKeys(object); } /* harmony default export */ var lodash_es_keys = (keys); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseForOwn.js /** * The base implementation of `_.forOwn` without support for iteratee shorthands. * * @private * @param {Object} object The object to iterate over. * @param {Function} iteratee The function invoked per iteration. * @returns {Object} Returns `object`. */ function baseForOwn(object, iteratee) { return object && _baseFor(object, iteratee, lodash_es_keys); } /* harmony default export */ var _baseForOwn = (baseForOwn); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_createBaseEach.js /** * Creates a `baseEach` or `baseEachRight` function. * * @private * @param {Function} eachFunc The function to iterate over a collection. * @param {boolean} [fromRight] Specify iterating from right to left. * @returns {Function} Returns the new base function. */ function createBaseEach(eachFunc, fromRight) { return function(collection, iteratee) { if (collection == null) { return collection; } if (!lodash_es_isArrayLike(collection)) { return eachFunc(collection, iteratee); } var length = collection.length, index = fromRight ? length : -1, iterable = Object(collection); while ((fromRight ? index-- : ++index < length)) { if (iteratee(iterable[index], index, iterable) === false) { break; } } return collection; }; } /* harmony default export */ var _createBaseEach = (createBaseEach); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseEach.js /** * The base implementation of `_.forEach` without support for iteratee shorthands. * * @private * @param {Array|Object} collection The collection to iterate over. * @param {Function} iteratee The function invoked per iteration. * @returns {Array|Object} Returns `collection`. */ var baseEach = _createBaseEach(_baseForOwn); /* harmony default export */ var _baseEach = (baseEach); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_castFunction.js /** * Casts `value` to `identity` if it's not a function. * * @private * @param {*} value The value to inspect. * @returns {Function} Returns cast function. */ function castFunction(value) { return typeof value == 'function' ? value : lodash_es_identity; } /* harmony default export */ var _castFunction = (castFunction); ;// CONCATENATED MODULE: ./node_modules/lodash-es/forEach.js /** * Iterates over elements of `collection` and invokes `iteratee` for each element. * The iteratee is invoked with three arguments: (value, index|key, collection). * Iteratee functions may exit iteration early by explicitly returning `false`. * * **Note:** As with other "Collections" methods, objects with a "length" * property are iterated like arrays. To avoid this behavior use `_.forIn` * or `_.forOwn` for object iteration. * * @static * @memberOf _ * @since 0.1.0 * @alias each * @category Collection * @param {Array|Object} collection The collection to iterate over. * @param {Function} [iteratee=_.identity] The function invoked per iteration. * @returns {Array|Object} Returns `collection`. * @see _.forEachRight * @example * * _.forEach([1, 2], function(value) { * console.log(value); * }); * // => Logs `1` then `2`. * * _.forEach({ 'a': 1, 'b': 2 }, function(value, key) { * console.log(key); * }); * // => Logs 'a' then 'b' (iteration order is not guaranteed). */ function forEach(collection, iteratee) { var func = lodash_es_isArray(collection) ? _arrayEach : _baseEach; return func(collection, _castFunction(iteratee)); } /* harmony default export */ var lodash_es_forEach = (forEach); // EXTERNAL MODULE: ./node_modules/tinycolor2/tinycolor.js var tinycolor = __webpack_require__(17621); var tinycolor_default = /*#__PURE__*/__webpack_require__.n(tinycolor); ;// CONCATENATED MODULE: ./node_modules/react-color/es/helpers/color.js var simpleCheckForValidColor = function simpleCheckForValidColor(data) { var keysToCheck = ['r', 'g', 'b', 'a', 'h', 's', 'l', 'v']; var checked = 0; var passed = 0; lodash_es_forEach(keysToCheck, function (letter) { if (data[letter]) { checked += 1; if (!isNaN(data[letter])) { passed += 1; } if (letter === 's' || letter === 'l') { var percentPatt = /^\d+%$/; if (percentPatt.test(data[letter])) { passed += 1; } } } }); return checked === passed ? data : false; }; var toState = function toState(data, oldHue) { var color = data.hex ? tinycolor_default()(data.hex) : tinycolor_default()(data); var hsl = color.toHsl(); var hsv = color.toHsv(); var rgb = color.toRgb(); var hex = color.toHex(); if (hsl.s === 0) { hsl.h = oldHue || 0; hsv.h = oldHue || 0; } var transparent = hex === '000000' && rgb.a === 0; return { hsl: hsl, hex: transparent ? 'transparent' : '#' + hex, rgb: rgb, hsv: hsv, oldHue: data.h || oldHue || hsl.h, source: data.source }; }; var isValidHex = function isValidHex(hex) { if (hex === 'transparent') { return true; } // disable hex4 and hex8 var lh = String(hex).charAt(0) === '#' ? 1 : 0; return hex.length !== 4 + lh && hex.length < 7 + lh && tinycolor_default()(hex).isValid(); }; var getContrastingColor = function getContrastingColor(data) { if (!data) { return '#fff'; } var col = toState(data); if (col.hex === 'transparent') { return 'rgba(0,0,0,0.4)'; } var yiq = (col.rgb.r * 299 + col.rgb.g * 587 + col.rgb.b * 114) / 1000; return yiq >= 128 ? '#000' : '#fff'; }; var red = { hsl: { a: 1, h: 0, l: 0.5, s: 1 }, hex: '#ff0000', rgb: { r: 255, g: 0, b: 0, a: 1 }, hsv: { h: 0, s: 1, v: 1, a: 1 } }; var isvalidColorString = function isvalidColorString(string, type) { var stringWithoutDegree = string.replace('°', ''); return tinycolor_default()(type + ' (' + stringWithoutDegree + ')')._ok; }; ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/common/ColorWrap.js var ColorWrap_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var ColorWrap_createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); function ColorWrap_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function ColorWrap_possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function ColorWrap_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } var ColorWrap = function ColorWrap(Picker) { var ColorPicker = function (_ref) { ColorWrap_inherits(ColorPicker, _ref); function ColorPicker(props) { ColorWrap_classCallCheck(this, ColorPicker); var _this = ColorWrap_possibleConstructorReturn(this, (ColorPicker.__proto__ || Object.getPrototypeOf(ColorPicker)).call(this)); _this.handleChange = function (data, event) { var isValidColor = simpleCheckForValidColor(data); if (isValidColor) { var colors = toState(data, data.h || _this.state.oldHue); _this.setState(colors); _this.props.onChangeComplete && _this.debounce(_this.props.onChangeComplete, colors, event); _this.props.onChange && _this.props.onChange(colors, event); } }; _this.handleSwatchHover = function (data, event) { var isValidColor = simpleCheckForValidColor(data); if (isValidColor) { var colors = toState(data, data.h || _this.state.oldHue); _this.props.onSwatchHover && _this.props.onSwatchHover(colors, event); } }; _this.state = ColorWrap_extends({}, toState(props.color, 0)); _this.debounce = lodash_es_debounce(function (fn, data, event) { fn(data, event); }, 100); return _this; } ColorWrap_createClass(ColorPicker, [{ key: 'render', value: function render() { var optionalEvents = {}; if (this.props.onSwatchHover) { optionalEvents.onSwatchHover = this.handleSwatchHover; } return react.createElement(Picker, ColorWrap_extends({}, this.props, this.state, { onChange: this.handleChange }, optionalEvents)); } }], [{ key: 'getDerivedStateFromProps', value: function getDerivedStateFromProps(nextProps, state) { return ColorWrap_extends({}, toState(nextProps.color, state.oldHue)); } }]); return ColorPicker; }(react.PureComponent || react.Component); ColorPicker.propTypes = ColorWrap_extends({}, Picker.propTypes); ColorPicker.defaultProps = ColorWrap_extends({}, Picker.defaultProps, { color: { h: 250, s: 0.50, l: 0.20, a: 1 } }); return ColorPicker; }; /* harmony default export */ var common_ColorWrap = (ColorWrap); ;// CONCATENATED MODULE: ./node_modules/react-color/es/helpers/interaction.js var interaction_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var interaction_createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); function interaction_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function interaction_possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function interaction_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } /* eslint-disable no-invalid-this */ var handleFocus = function handleFocus(Component) { var Span = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'span'; return function (_React$Component) { interaction_inherits(Focus, _React$Component); function Focus() { var _ref; var _temp, _this, _ret; interaction_classCallCheck(this, Focus); for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } return _ret = (_temp = (_this = interaction_possibleConstructorReturn(this, (_ref = Focus.__proto__ || Object.getPrototypeOf(Focus)).call.apply(_ref, [this].concat(args))), _this), _this.state = { focus: false }, _this.handleFocus = function () { return _this.setState({ focus: true }); }, _this.handleBlur = function () { return _this.setState({ focus: false }); }, _temp), interaction_possibleConstructorReturn(_this, _ret); } interaction_createClass(Focus, [{ key: 'render', value: function render() { return react.createElement( Span, { onFocus: this.handleFocus, onBlur: this.handleBlur }, react.createElement(Component, interaction_extends({}, this.props, this.state)) ); } }]); return Focus; }(react.Component); }; ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/common/Swatch.js var Swatch_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var ENTER = 13; var Swatch = function Swatch(_ref) { var color = _ref.color, style = _ref.style, _ref$onClick = _ref.onClick, onClick = _ref$onClick === undefined ? function () {} : _ref$onClick, onHover = _ref.onHover, _ref$title = _ref.title, title = _ref$title === undefined ? color : _ref$title, children = _ref.children, focus = _ref.focus, _ref$focusStyle = _ref.focusStyle, focusStyle = _ref$focusStyle === undefined ? {} : _ref$focusStyle; var transparent = color === 'transparent'; var styles = (0,reactcss_lib.default)({ default: { swatch: Swatch_extends({ background: color, height: '100%', width: '100%', cursor: 'pointer', position: 'relative', outline: 'none' }, style, focus ? focusStyle : {}) } }); var handleClick = function handleClick(e) { return onClick(color, e); }; var handleKeyDown = function handleKeyDown(e) { return e.keyCode === ENTER && onClick(color, e); }; var handleHover = function handleHover(e) { return onHover(color, e); }; var optionalEvents = {}; if (onHover) { optionalEvents.onMouseOver = handleHover; } return react.createElement( 'div', Swatch_extends({ style: styles.swatch, onClick: handleClick, title: title, tabIndex: 0, onKeyDown: handleKeyDown }, optionalEvents), children, transparent && react.createElement(common_Checkboard, { borderRadius: styles.swatch.borderRadius, boxShadow: 'inset 0 0 0 1px rgba(0,0,0,0.1)' }) ); }; /* harmony default export */ var common_Swatch = (handleFocus(Swatch)); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/common/index.js ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/alpha/AlphaPointer.js var AlphaPointer = function AlphaPointer(_ref) { var direction = _ref.direction; var styles = (0,reactcss_lib.default)({ 'default': { picker: { width: '18px', height: '18px', borderRadius: '50%', transform: 'translate(-9px, -1px)', backgroundColor: 'rgb(248, 248, 248)', boxShadow: '0 1px 4px 0 rgba(0, 0, 0, 0.37)' } }, 'vertical': { picker: { transform: 'translate(-3px, -9px)' } } }, { vertical: direction === 'vertical' }); return react.createElement('div', { style: styles.picker }); }; /* harmony default export */ var alpha_AlphaPointer = (AlphaPointer); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/alpha/Alpha.js var alpha_Alpha_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var AlphaPicker = function AlphaPicker(_ref) { var rgb = _ref.rgb, hsl = _ref.hsl, width = _ref.width, height = _ref.height, onChange = _ref.onChange, direction = _ref.direction, style = _ref.style, renderers = _ref.renderers, pointer = _ref.pointer, _ref$className = _ref.className, className = _ref$className === undefined ? '' : _ref$className; var styles = (0,reactcss_lib.default)({ 'default': { picker: { position: 'relative', width: width, height: height }, alpha: { radius: '2px', style: style } } }); return react.createElement( 'div', { style: styles.picker, className: 'alpha-picker ' + className }, react.createElement(common_Alpha, alpha_Alpha_extends({}, styles.alpha, { rgb: rgb, hsl: hsl, pointer: pointer, renderers: renderers, onChange: onChange, direction: direction })) ); }; AlphaPicker.defaultProps = { width: '316px', height: '16px', direction: 'horizontal', pointer: alpha_AlphaPointer }; /* harmony default export */ var alpha_Alpha = (common_ColorWrap(AlphaPicker)); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_arrayMap.js /** * A specialized version of `_.map` for arrays without support for iteratee * shorthands. * * @private * @param {Array} [array] The array to iterate over. * @param {Function} iteratee The function invoked per iteration. * @returns {Array} Returns the new mapped array. */ function arrayMap(array, iteratee) { var index = -1, length = array == null ? 0 : array.length, result = Array(length); while (++index < length) { result[index] = iteratee(array[index], index, array); } return result; } /* harmony default export */ var _arrayMap = (arrayMap); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_setCacheAdd.js /** Used to stand-in for `undefined` hash values. */ var _setCacheAdd_HASH_UNDEFINED = '__lodash_hash_undefined__'; /** * Adds `value` to the array cache. * * @private * @name add * @memberOf SetCache * @alias push * @param {*} value The value to cache. * @returns {Object} Returns the cache instance. */ function setCacheAdd(value) { this.__data__.set(value, _setCacheAdd_HASH_UNDEFINED); return this; } /* harmony default export */ var _setCacheAdd = (setCacheAdd); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_setCacheHas.js /** * Checks if `value` is in the array cache. * * @private * @name has * @memberOf SetCache * @param {*} value The value to search for. * @returns {number} Returns `true` if `value` is found, else `false`. */ function setCacheHas(value) { return this.__data__.has(value); } /* harmony default export */ var _setCacheHas = (setCacheHas); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_SetCache.js /** * * Creates an array cache object to store unique values. * * @private * @constructor * @param {Array} [values] The values to cache. */ function SetCache(values) { var index = -1, length = values == null ? 0 : values.length; this.__data__ = new _MapCache; while (++index < length) { this.add(values[index]); } } // Add methods to `SetCache`. SetCache.prototype.add = SetCache.prototype.push = _setCacheAdd; SetCache.prototype.has = _setCacheHas; /* harmony default export */ var _SetCache = (SetCache); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_arraySome.js /** * A specialized version of `_.some` for arrays without support for iteratee * shorthands. * * @private * @param {Array} [array] The array to iterate over. * @param {Function} predicate The function invoked per iteration. * @returns {boolean} Returns `true` if any element passes the predicate check, * else `false`. */ function arraySome(array, predicate) { var index = -1, length = array == null ? 0 : array.length; while (++index < length) { if (predicate(array[index], index, array)) { return true; } } return false; } /* harmony default export */ var _arraySome = (arraySome); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_cacheHas.js /** * Checks if a `cache` value for `key` exists. * * @private * @param {Object} cache The cache to query. * @param {string} key The key of the entry to check. * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. */ function cacheHas(cache, key) { return cache.has(key); } /* harmony default export */ var _cacheHas = (cacheHas); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_equalArrays.js /** Used to compose bitmasks for value comparisons. */ var COMPARE_PARTIAL_FLAG = 1, COMPARE_UNORDERED_FLAG = 2; /** * A specialized version of `baseIsEqualDeep` for arrays with support for * partial deep comparisons. * * @private * @param {Array} array The array to compare. * @param {Array} other The other array to compare. * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. * @param {Function} customizer The function to customize comparisons. * @param {Function} equalFunc The function to determine equivalents of values. * @param {Object} stack Tracks traversed `array` and `other` objects. * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`. */ function equalArrays(array, other, bitmask, customizer, equalFunc, stack) { var isPartial = bitmask & COMPARE_PARTIAL_FLAG, arrLength = array.length, othLength = other.length; if (arrLength != othLength && !(isPartial && othLength > arrLength)) { return false; } // Check that cyclic values are equal. var arrStacked = stack.get(array); var othStacked = stack.get(other); if (arrStacked && othStacked) { return arrStacked == other && othStacked == array; } var index = -1, result = true, seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new _SetCache : undefined; stack.set(array, other); stack.set(other, array); // Ignore non-index properties. while (++index < arrLength) { var arrValue = array[index], othValue = other[index]; if (customizer) { var compared = isPartial ? customizer(othValue, arrValue, index, other, array, stack) : customizer(arrValue, othValue, index, array, other, stack); } if (compared !== undefined) { if (compared) { continue; } result = false; break; } // Recursively compare arrays (susceptible to call stack limits). if (seen) { if (!_arraySome(other, function(othValue, othIndex) { if (!_cacheHas(seen, othIndex) && (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) { return seen.push(othIndex); } })) { result = false; break; } } else if (!( arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack) )) { result = false; break; } } stack['delete'](array); stack['delete'](other); return result; } /* harmony default export */ var _equalArrays = (equalArrays); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_mapToArray.js /** * Converts `map` to its key-value pairs. * * @private * @param {Object} map The map to convert. * @returns {Array} Returns the key-value pairs. */ function mapToArray(map) { var index = -1, result = Array(map.size); map.forEach(function(value, key) { result[++index] = [key, value]; }); return result; } /* harmony default export */ var _mapToArray = (mapToArray); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_setToArray.js /** * Converts `set` to an array of its values. * * @private * @param {Object} set The set to convert. * @returns {Array} Returns the values. */ function setToArray(set) { var index = -1, result = Array(set.size); set.forEach(function(value) { result[++index] = value; }); return result; } /* harmony default export */ var _setToArray = (setToArray); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_equalByTag.js /** Used to compose bitmasks for value comparisons. */ var _equalByTag_COMPARE_PARTIAL_FLAG = 1, _equalByTag_COMPARE_UNORDERED_FLAG = 2; /** `Object#toString` result references. */ var _equalByTag_boolTag = '[object Boolean]', _equalByTag_dateTag = '[object Date]', _equalByTag_errorTag = '[object Error]', _equalByTag_mapTag = '[object Map]', _equalByTag_numberTag = '[object Number]', _equalByTag_regexpTag = '[object RegExp]', _equalByTag_setTag = '[object Set]', _equalByTag_stringTag = '[object String]', _equalByTag_symbolTag = '[object Symbol]'; var _equalByTag_arrayBufferTag = '[object ArrayBuffer]', _equalByTag_dataViewTag = '[object DataView]'; /** Used to convert symbols to primitives and strings. */ var symbolProto = _Symbol ? _Symbol.prototype : undefined, symbolValueOf = symbolProto ? symbolProto.valueOf : undefined; /** * A specialized version of `baseIsEqualDeep` for comparing objects of * the same `toStringTag`. * * **Note:** This function only supports comparing values with tags of * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`. * * @private * @param {Object} object The object to compare. * @param {Object} other The other object to compare. * @param {string} tag The `toStringTag` of the objects to compare. * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. * @param {Function} customizer The function to customize comparisons. * @param {Function} equalFunc The function to determine equivalents of values. * @param {Object} stack Tracks traversed `object` and `other` objects. * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. */ function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) { switch (tag) { case _equalByTag_dataViewTag: if ((object.byteLength != other.byteLength) || (object.byteOffset != other.byteOffset)) { return false; } object = object.buffer; other = other.buffer; case _equalByTag_arrayBufferTag: if ((object.byteLength != other.byteLength) || !equalFunc(new _Uint8Array(object), new _Uint8Array(other))) { return false; } return true; case _equalByTag_boolTag: case _equalByTag_dateTag: case _equalByTag_numberTag: // Coerce booleans to `1` or `0` and dates to milliseconds. // Invalid dates are coerced to `NaN`. return lodash_es_eq(+object, +other); case _equalByTag_errorTag: return object.name == other.name && object.message == other.message; case _equalByTag_regexpTag: case _equalByTag_stringTag: // Coerce regexes to strings and treat strings, primitives and objects, // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring // for more details. return object == (other + ''); case _equalByTag_mapTag: var convert = _mapToArray; case _equalByTag_setTag: var isPartial = bitmask & _equalByTag_COMPARE_PARTIAL_FLAG; convert || (convert = _setToArray); if (object.size != other.size && !isPartial) { return false; } // Assume cyclic values are equal. var stacked = stack.get(object); if (stacked) { return stacked == other; } bitmask |= _equalByTag_COMPARE_UNORDERED_FLAG; // Recursively compare objects (susceptible to call stack limits). stack.set(object, other); var result = _equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack); stack['delete'](object); return result; case _equalByTag_symbolTag: if (symbolValueOf) { return symbolValueOf.call(object) == symbolValueOf.call(other); } } return false; } /* harmony default export */ var _equalByTag = (equalByTag); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_arrayPush.js /** * Appends the elements of `values` to `array`. * * @private * @param {Array} array The array to modify. * @param {Array} values The values to append. * @returns {Array} Returns `array`. */ function arrayPush(array, values) { var index = -1, length = values.length, offset = array.length; while (++index < length) { array[offset + index] = values[index]; } return array; } /* harmony default export */ var _arrayPush = (arrayPush); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseGetAllKeys.js /** * The base implementation of `getAllKeys` and `getAllKeysIn` which uses * `keysFunc` and `symbolsFunc` to get the enumerable property names and * symbols of `object`. * * @private * @param {Object} object The object to query. * @param {Function} keysFunc The function to get the keys of `object`. * @param {Function} symbolsFunc The function to get the symbols of `object`. * @returns {Array} Returns the array of property names and symbols. */ function baseGetAllKeys(object, keysFunc, symbolsFunc) { var result = keysFunc(object); return lodash_es_isArray(object) ? result : _arrayPush(result, symbolsFunc(object)); } /* harmony default export */ var _baseGetAllKeys = (baseGetAllKeys); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_arrayFilter.js /** * A specialized version of `_.filter` for arrays without support for * iteratee shorthands. * * @private * @param {Array} [array] The array to iterate over. * @param {Function} predicate The function invoked per iteration. * @returns {Array} Returns the new filtered array. */ function arrayFilter(array, predicate) { var index = -1, length = array == null ? 0 : array.length, resIndex = 0, result = []; while (++index < length) { var value = array[index]; if (predicate(value, index, array)) { result[resIndex++] = value; } } return result; } /* harmony default export */ var _arrayFilter = (arrayFilter); ;// CONCATENATED MODULE: ./node_modules/lodash-es/stubArray.js /** * This method returns a new empty array. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {Array} Returns the new empty array. * @example * * var arrays = _.times(2, _.stubArray); * * console.log(arrays); * // => [[], []] * * console.log(arrays[0] === arrays[1]); * // => false */ function stubArray() { return []; } /* harmony default export */ var lodash_es_stubArray = (stubArray); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_getSymbols.js /** Used for built-in method references. */ var _getSymbols_objectProto = Object.prototype; /** Built-in value references. */ var _getSymbols_propertyIsEnumerable = _getSymbols_objectProto.propertyIsEnumerable; /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeGetSymbols = Object.getOwnPropertySymbols; /** * Creates an array of the own enumerable symbols of `object`. * * @private * @param {Object} object The object to query. * @returns {Array} Returns the array of symbols. */ var getSymbols = !nativeGetSymbols ? lodash_es_stubArray : function(object) { if (object == null) { return []; } object = Object(object); return _arrayFilter(nativeGetSymbols(object), function(symbol) { return _getSymbols_propertyIsEnumerable.call(object, symbol); }); }; /* harmony default export */ var _getSymbols = (getSymbols); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_getAllKeys.js /** * Creates an array of own enumerable property names and symbols of `object`. * * @private * @param {Object} object The object to query. * @returns {Array} Returns the array of property names and symbols. */ function getAllKeys(object) { return _baseGetAllKeys(object, lodash_es_keys, _getSymbols); } /* harmony default export */ var _getAllKeys = (getAllKeys); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_equalObjects.js /** Used to compose bitmasks for value comparisons. */ var _equalObjects_COMPARE_PARTIAL_FLAG = 1; /** Used for built-in method references. */ var _equalObjects_objectProto = Object.prototype; /** Used to check objects for own properties. */ var _equalObjects_hasOwnProperty = _equalObjects_objectProto.hasOwnProperty; /** * A specialized version of `baseIsEqualDeep` for objects with support for * partial deep comparisons. * * @private * @param {Object} object The object to compare. * @param {Object} other The other object to compare. * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. * @param {Function} customizer The function to customize comparisons. * @param {Function} equalFunc The function to determine equivalents of values. * @param {Object} stack Tracks traversed `object` and `other` objects. * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. */ function equalObjects(object, other, bitmask, customizer, equalFunc, stack) { var isPartial = bitmask & _equalObjects_COMPARE_PARTIAL_FLAG, objProps = _getAllKeys(object), objLength = objProps.length, othProps = _getAllKeys(other), othLength = othProps.length; if (objLength != othLength && !isPartial) { return false; } var index = objLength; while (index--) { var key = objProps[index]; if (!(isPartial ? key in other : _equalObjects_hasOwnProperty.call(other, key))) { return false; } } // Check that cyclic values are equal. var objStacked = stack.get(object); var othStacked = stack.get(other); if (objStacked && othStacked) { return objStacked == other && othStacked == object; } var result = true; stack.set(object, other); stack.set(other, object); var skipCtor = isPartial; while (++index < objLength) { key = objProps[index]; var objValue = object[key], othValue = other[key]; if (customizer) { var compared = isPartial ? customizer(othValue, objValue, key, other, object, stack) : customizer(objValue, othValue, key, object, other, stack); } // Recursively compare objects (susceptible to call stack limits). if (!(compared === undefined ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack)) : compared )) { result = false; break; } skipCtor || (skipCtor = key == 'constructor'); } if (result && !skipCtor) { var objCtor = object.constructor, othCtor = other.constructor; // Non `Object` object instances with different constructors are not equal. if (objCtor != othCtor && ('constructor' in object && 'constructor' in other) && !(typeof objCtor == 'function' && objCtor instanceof objCtor && typeof othCtor == 'function' && othCtor instanceof othCtor)) { result = false; } } stack['delete'](object); stack['delete'](other); return result; } /* harmony default export */ var _equalObjects = (equalObjects); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_DataView.js /* Built-in method references that are verified to be native. */ var DataView = _getNative(_root, 'DataView'); /* harmony default export */ var _DataView = (DataView); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_Promise.js /* Built-in method references that are verified to be native. */ var _Promise_Promise = _getNative(_root, 'Promise'); /* harmony default export */ var _Promise = (_Promise_Promise); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_Set.js /* Built-in method references that are verified to be native. */ var _Set_Set = _getNative(_root, 'Set'); /* harmony default export */ var _Set = (_Set_Set); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_WeakMap.js /* Built-in method references that are verified to be native. */ var _WeakMap_WeakMap = _getNative(_root, 'WeakMap'); /* harmony default export */ var _WeakMap = (_WeakMap_WeakMap); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_getTag.js /** `Object#toString` result references. */ var _getTag_mapTag = '[object Map]', _getTag_objectTag = '[object Object]', promiseTag = '[object Promise]', _getTag_setTag = '[object Set]', _getTag_weakMapTag = '[object WeakMap]'; var _getTag_dataViewTag = '[object DataView]'; /** Used to detect maps, sets, and weakmaps. */ var dataViewCtorString = _toSource(_DataView), mapCtorString = _toSource(_Map), promiseCtorString = _toSource(_Promise), setCtorString = _toSource(_Set), weakMapCtorString = _toSource(_WeakMap); /** * Gets the `toStringTag` of `value`. * * @private * @param {*} value The value to query. * @returns {string} Returns the `toStringTag`. */ var getTag = _baseGetTag; // Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6. if ((_DataView && getTag(new _DataView(new ArrayBuffer(1))) != _getTag_dataViewTag) || (_Map && getTag(new _Map) != _getTag_mapTag) || (_Promise && getTag(_Promise.resolve()) != promiseTag) || (_Set && getTag(new _Set) != _getTag_setTag) || (_WeakMap && getTag(new _WeakMap) != _getTag_weakMapTag)) { getTag = function(value) { var result = _baseGetTag(value), Ctor = result == _getTag_objectTag ? value.constructor : undefined, ctorString = Ctor ? _toSource(Ctor) : ''; if (ctorString) { switch (ctorString) { case dataViewCtorString: return _getTag_dataViewTag; case mapCtorString: return _getTag_mapTag; case promiseCtorString: return promiseTag; case setCtorString: return _getTag_setTag; case weakMapCtorString: return _getTag_weakMapTag; } } return result; }; } /* harmony default export */ var _getTag = (getTag); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseIsEqualDeep.js /** Used to compose bitmasks for value comparisons. */ var _baseIsEqualDeep_COMPARE_PARTIAL_FLAG = 1; /** `Object#toString` result references. */ var _baseIsEqualDeep_argsTag = '[object Arguments]', _baseIsEqualDeep_arrayTag = '[object Array]', _baseIsEqualDeep_objectTag = '[object Object]'; /** Used for built-in method references. */ var _baseIsEqualDeep_objectProto = Object.prototype; /** Used to check objects for own properties. */ var _baseIsEqualDeep_hasOwnProperty = _baseIsEqualDeep_objectProto.hasOwnProperty; /** * A specialized version of `baseIsEqual` for arrays and objects which performs * deep comparisons and tracks traversed objects enabling objects with circular * references to be compared. * * @private * @param {Object} object The object to compare. * @param {Object} other The other object to compare. * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. * @param {Function} customizer The function to customize comparisons. * @param {Function} equalFunc The function to determine equivalents of values. * @param {Object} [stack] Tracks traversed `object` and `other` objects. * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. */ function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) { var objIsArr = lodash_es_isArray(object), othIsArr = lodash_es_isArray(other), objTag = objIsArr ? _baseIsEqualDeep_arrayTag : _getTag(object), othTag = othIsArr ? _baseIsEqualDeep_arrayTag : _getTag(other); objTag = objTag == _baseIsEqualDeep_argsTag ? _baseIsEqualDeep_objectTag : objTag; othTag = othTag == _baseIsEqualDeep_argsTag ? _baseIsEqualDeep_objectTag : othTag; var objIsObj = objTag == _baseIsEqualDeep_objectTag, othIsObj = othTag == _baseIsEqualDeep_objectTag, isSameTag = objTag == othTag; if (isSameTag && lodash_es_isBuffer(object)) { if (!lodash_es_isBuffer(other)) { return false; } objIsArr = true; objIsObj = false; } if (isSameTag && !objIsObj) { stack || (stack = new _Stack); return (objIsArr || lodash_es_isTypedArray(object)) ? _equalArrays(object, other, bitmask, customizer, equalFunc, stack) : _equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack); } if (!(bitmask & _baseIsEqualDeep_COMPARE_PARTIAL_FLAG)) { var objIsWrapped = objIsObj && _baseIsEqualDeep_hasOwnProperty.call(object, '__wrapped__'), othIsWrapped = othIsObj && _baseIsEqualDeep_hasOwnProperty.call(other, '__wrapped__'); if (objIsWrapped || othIsWrapped) { var objUnwrapped = objIsWrapped ? object.value() : object, othUnwrapped = othIsWrapped ? other.value() : other; stack || (stack = new _Stack); return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack); } } if (!isSameTag) { return false; } stack || (stack = new _Stack); return _equalObjects(object, other, bitmask, customizer, equalFunc, stack); } /* harmony default export */ var _baseIsEqualDeep = (baseIsEqualDeep); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseIsEqual.js /** * The base implementation of `_.isEqual` which supports partial comparisons * and tracks traversed objects. * * @private * @param {*} value The value to compare. * @param {*} other The other value to compare. * @param {boolean} bitmask The bitmask flags. * 1 - Unordered comparison * 2 - Partial comparison * @param {Function} [customizer] The function to customize comparisons. * @param {Object} [stack] Tracks traversed `value` and `other` objects. * @returns {boolean} Returns `true` if the values are equivalent, else `false`. */ function baseIsEqual(value, other, bitmask, customizer, stack) { if (value === other) { return true; } if (value == null || other == null || (!lodash_es_isObjectLike(value) && !lodash_es_isObjectLike(other))) { return value !== value && other !== other; } return _baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack); } /* harmony default export */ var _baseIsEqual = (baseIsEqual); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseIsMatch.js /** Used to compose bitmasks for value comparisons. */ var _baseIsMatch_COMPARE_PARTIAL_FLAG = 1, _baseIsMatch_COMPARE_UNORDERED_FLAG = 2; /** * The base implementation of `_.isMatch` without support for iteratee shorthands. * * @private * @param {Object} object The object to inspect. * @param {Object} source The object of property values to match. * @param {Array} matchData The property names, values, and compare flags to match. * @param {Function} [customizer] The function to customize comparisons. * @returns {boolean} Returns `true` if `object` is a match, else `false`. */ function baseIsMatch(object, source, matchData, customizer) { var index = matchData.length, length = index, noCustomizer = !customizer; if (object == null) { return !length; } object = Object(object); while (index--) { var data = matchData[index]; if ((noCustomizer && data[2]) ? data[1] !== object[data[0]] : !(data[0] in object) ) { return false; } } while (++index < length) { data = matchData[index]; var key = data[0], objValue = object[key], srcValue = data[1]; if (noCustomizer && data[2]) { if (objValue === undefined && !(key in object)) { return false; } } else { var stack = new _Stack; if (customizer) { var result = customizer(objValue, srcValue, key, object, source, stack); } if (!(result === undefined ? _baseIsEqual(srcValue, objValue, _baseIsMatch_COMPARE_PARTIAL_FLAG | _baseIsMatch_COMPARE_UNORDERED_FLAG, customizer, stack) : result )) { return false; } } } return true; } /* harmony default export */ var _baseIsMatch = (baseIsMatch); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_isStrictComparable.js /** * Checks if `value` is suitable for strict equality comparisons, i.e. `===`. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` if suitable for strict * equality comparisons, else `false`. */ function isStrictComparable(value) { return value === value && !lodash_es_isObject(value); } /* harmony default export */ var _isStrictComparable = (isStrictComparable); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_getMatchData.js /** * Gets the property names, values, and compare flags of `object`. * * @private * @param {Object} object The object to query. * @returns {Array} Returns the match data of `object`. */ function getMatchData(object) { var result = lodash_es_keys(object), length = result.length; while (length--) { var key = result[length], value = object[key]; result[length] = [key, value, _isStrictComparable(value)]; } return result; } /* harmony default export */ var _getMatchData = (getMatchData); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_matchesStrictComparable.js /** * A specialized version of `matchesProperty` for source values suitable * for strict equality comparisons, i.e. `===`. * * @private * @param {string} key The key of the property to get. * @param {*} srcValue The value to match. * @returns {Function} Returns the new spec function. */ function matchesStrictComparable(key, srcValue) { return function(object) { if (object == null) { return false; } return object[key] === srcValue && (srcValue !== undefined || (key in Object(object))); }; } /* harmony default export */ var _matchesStrictComparable = (matchesStrictComparable); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseMatches.js /** * The base implementation of `_.matches` which doesn't clone `source`. * * @private * @param {Object} source The object of property values to match. * @returns {Function} Returns the new spec function. */ function baseMatches(source) { var matchData = _getMatchData(source); if (matchData.length == 1 && matchData[0][2]) { return _matchesStrictComparable(matchData[0][0], matchData[0][1]); } return function(object) { return object === source || _baseIsMatch(object, source, matchData); }; } /* harmony default export */ var _baseMatches = (baseMatches); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_isKey.js /** Used to match property names within property paths. */ var reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, reIsPlainProp = /^\w*$/; /** * Checks if `value` is a property name and not a property path. * * @private * @param {*} value The value to check. * @param {Object} [object] The object to query keys on. * @returns {boolean} Returns `true` if `value` is a property name, else `false`. */ function isKey(value, object) { if (lodash_es_isArray(value)) { return false; } var type = typeof value; if (type == 'number' || type == 'symbol' || type == 'boolean' || value == null || lodash_es_isSymbol(value)) { return true; } return reIsPlainProp.test(value) || !reIsDeepProp.test(value) || (object != null && value in Object(object)); } /* harmony default export */ var _isKey = (isKey); ;// CONCATENATED MODULE: ./node_modules/lodash-es/memoize.js /** Error message constants. */ var memoize_FUNC_ERROR_TEXT = 'Expected a function'; /** * Creates a function that memoizes the result of `func`. If `resolver` is * provided, it determines the cache key for storing the result based on the * arguments provided to the memoized function. By default, the first argument * provided to the memoized function is used as the map cache key. The `func` * is invoked with the `this` binding of the memoized function. * * **Note:** The cache is exposed as the `cache` property on the memoized * function. Its creation may be customized by replacing the `_.memoize.Cache` * constructor with one whose instances implement the * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object) * method interface of `clear`, `delete`, `get`, `has`, and `set`. * * @static * @memberOf _ * @since 0.1.0 * @category Function * @param {Function} func The function to have its output memoized. * @param {Function} [resolver] The function to resolve the cache key. * @returns {Function} Returns the new memoized function. * @example * * var object = { 'a': 1, 'b': 2 }; * var other = { 'c': 3, 'd': 4 }; * * var values = _.memoize(_.values); * values(object); * // => [1, 2] * * values(other); * // => [3, 4] * * object.a = 2; * values(object); * // => [1, 2] * * // Modify the result cache. * values.cache.set(object, ['a', 'b']); * values(object); * // => ['a', 'b'] * * // Replace `_.memoize.Cache`. * _.memoize.Cache = WeakMap; */ function memoize(func, resolver) { if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) { throw new TypeError(memoize_FUNC_ERROR_TEXT); } var memoized = function() { var args = arguments, key = resolver ? resolver.apply(this, args) : args[0], cache = memoized.cache; if (cache.has(key)) { return cache.get(key); } var result = func.apply(this, args); memoized.cache = cache.set(key, result) || cache; return result; }; memoized.cache = new (memoize.Cache || _MapCache); return memoized; } // Expose `MapCache`. memoize.Cache = _MapCache; /* harmony default export */ var lodash_es_memoize = (memoize); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_memoizeCapped.js /** Used as the maximum memoize cache size. */ var MAX_MEMOIZE_SIZE = 500; /** * A specialized version of `_.memoize` which clears the memoized function's * cache when it exceeds `MAX_MEMOIZE_SIZE`. * * @private * @param {Function} func The function to have its output memoized. * @returns {Function} Returns the new memoized function. */ function memoizeCapped(func) { var result = lodash_es_memoize(func, function(key) { if (cache.size === MAX_MEMOIZE_SIZE) { cache.clear(); } return key; }); var cache = result.cache; return result; } /* harmony default export */ var _memoizeCapped = (memoizeCapped); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_stringToPath.js /** Used to match property names within property paths. */ var rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g; /** Used to match backslashes in property paths. */ var reEscapeChar = /\\(\\)?/g; /** * Converts `string` to a property path array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the property path array. */ var stringToPath = _memoizeCapped(function(string) { var result = []; if (string.charCodeAt(0) === 46 /* . */) { result.push(''); } string.replace(rePropName, function(match, number, quote, subString) { result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match)); }); return result; }); /* harmony default export */ var _stringToPath = (stringToPath); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseToString.js /** Used as references for various `Number` constants. */ var INFINITY = 1 / 0; /** Used to convert symbols to primitives and strings. */ var _baseToString_symbolProto = _Symbol ? _Symbol.prototype : undefined, symbolToString = _baseToString_symbolProto ? _baseToString_symbolProto.toString : undefined; /** * The base implementation of `_.toString` which doesn't convert nullish * values to empty strings. * * @private * @param {*} value The value to process. * @returns {string} Returns the string. */ function baseToString(value) { // Exit early for strings to avoid a performance hit in some environments. if (typeof value == 'string') { return value; } if (lodash_es_isArray(value)) { // Recursively convert values (susceptible to call stack limits). return _arrayMap(value, baseToString) + ''; } if (lodash_es_isSymbol(value)) { return symbolToString ? symbolToString.call(value) : ''; } var result = (value + ''); return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result; } /* harmony default export */ var _baseToString = (baseToString); ;// CONCATENATED MODULE: ./node_modules/lodash-es/toString.js /** * Converts `value` to a string. An empty string is returned for `null` * and `undefined` values. The sign of `-0` is preserved. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to convert. * @returns {string} Returns the converted string. * @example * * _.toString(null); * // => '' * * _.toString(-0); * // => '-0' * * _.toString([1, 2, 3]); * // => '1,2,3' */ function toString_toString(value) { return value == null ? '' : _baseToString(value); } /* harmony default export */ var lodash_es_toString = (toString_toString); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_castPath.js /** * Casts `value` to a path array if it's not one. * * @private * @param {*} value The value to inspect. * @param {Object} [object] The object to query keys on. * @returns {Array} Returns the cast property path array. */ function castPath(value, object) { if (lodash_es_isArray(value)) { return value; } return _isKey(value, object) ? [value] : _stringToPath(lodash_es_toString(value)); } /* harmony default export */ var _castPath = (castPath); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_toKey.js /** Used as references for various `Number` constants. */ var _toKey_INFINITY = 1 / 0; /** * Converts `value` to a string key if it's not a string or symbol. * * @private * @param {*} value The value to inspect. * @returns {string|symbol} Returns the key. */ function toKey(value) { if (typeof value == 'string' || lodash_es_isSymbol(value)) { return value; } var result = (value + ''); return (result == '0' && (1 / value) == -_toKey_INFINITY) ? '-0' : result; } /* harmony default export */ var _toKey = (toKey); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseGet.js /** * The base implementation of `_.get` without support for default values. * * @private * @param {Object} object The object to query. * @param {Array|string} path The path of the property to get. * @returns {*} Returns the resolved value. */ function baseGet(object, path) { path = _castPath(path, object); var index = 0, length = path.length; while (object != null && index < length) { object = object[_toKey(path[index++])]; } return (index && index == length) ? object : undefined; } /* harmony default export */ var _baseGet = (baseGet); ;// CONCATENATED MODULE: ./node_modules/lodash-es/get.js /** * Gets the value at `path` of `object`. If the resolved value is * `undefined`, the `defaultValue` is returned in its place. * * @static * @memberOf _ * @since 3.7.0 * @category Object * @param {Object} object The object to query. * @param {Array|string} path The path of the property to get. * @param {*} [defaultValue] The value returned for `undefined` resolved values. * @returns {*} Returns the resolved value. * @example * * var object = { 'a': [{ 'b': { 'c': 3 } }] }; * * _.get(object, 'a[0].b.c'); * // => 3 * * _.get(object, ['a', '0', 'b', 'c']); * // => 3 * * _.get(object, 'a.b.c', 'default'); * // => 'default' */ function get_get(object, path, defaultValue) { var result = object == null ? undefined : _baseGet(object, path); return result === undefined ? defaultValue : result; } /* harmony default export */ var lodash_es_get = (get_get); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseHasIn.js /** * The base implementation of `_.hasIn` without support for deep paths. * * @private * @param {Object} [object] The object to query. * @param {Array|string} key The key to check. * @returns {boolean} Returns `true` if `key` exists, else `false`. */ function baseHasIn(object, key) { return object != null && key in Object(object); } /* harmony default export */ var _baseHasIn = (baseHasIn); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_hasPath.js /** * Checks if `path` exists on `object`. * * @private * @param {Object} object The object to query. * @param {Array|string} path The path to check. * @param {Function} hasFunc The function to check properties. * @returns {boolean} Returns `true` if `path` exists, else `false`. */ function hasPath(object, path, hasFunc) { path = _castPath(path, object); var index = -1, length = path.length, result = false; while (++index < length) { var key = _toKey(path[index]); if (!(result = object != null && hasFunc(object, key))) { break; } object = object[key]; } if (result || ++index != length) { return result; } length = object == null ? 0 : object.length; return !!length && lodash_es_isLength(length) && _isIndex(key, length) && (lodash_es_isArray(object) || lodash_es_isArguments(object)); } /* harmony default export */ var _hasPath = (hasPath); ;// CONCATENATED MODULE: ./node_modules/lodash-es/hasIn.js /** * Checks if `path` is a direct or inherited property of `object`. * * @static * @memberOf _ * @since 4.0.0 * @category Object * @param {Object} object The object to query. * @param {Array|string} path The path to check. * @returns {boolean} Returns `true` if `path` exists, else `false`. * @example * * var object = _.create({ 'a': _.create({ 'b': 2 }) }); * * _.hasIn(object, 'a'); * // => true * * _.hasIn(object, 'a.b'); * // => true * * _.hasIn(object, ['a', 'b']); * // => true * * _.hasIn(object, 'b'); * // => false */ function hasIn(object, path) { return object != null && _hasPath(object, path, _baseHasIn); } /* harmony default export */ var lodash_es_hasIn = (hasIn); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseMatchesProperty.js /** Used to compose bitmasks for value comparisons. */ var _baseMatchesProperty_COMPARE_PARTIAL_FLAG = 1, _baseMatchesProperty_COMPARE_UNORDERED_FLAG = 2; /** * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`. * * @private * @param {string} path The path of the property to get. * @param {*} srcValue The value to match. * @returns {Function} Returns the new spec function. */ function baseMatchesProperty(path, srcValue) { if (_isKey(path) && _isStrictComparable(srcValue)) { return _matchesStrictComparable(_toKey(path), srcValue); } return function(object) { var objValue = lodash_es_get(object, path); return (objValue === undefined && objValue === srcValue) ? lodash_es_hasIn(object, path) : _baseIsEqual(srcValue, objValue, _baseMatchesProperty_COMPARE_PARTIAL_FLAG | _baseMatchesProperty_COMPARE_UNORDERED_FLAG); }; } /* harmony default export */ var _baseMatchesProperty = (baseMatchesProperty); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseProperty.js /** * The base implementation of `_.property` without support for deep paths. * * @private * @param {string} key The key of the property to get. * @returns {Function} Returns the new accessor function. */ function baseProperty(key) { return function(object) { return object == null ? undefined : object[key]; }; } /* harmony default export */ var _baseProperty = (baseProperty); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_basePropertyDeep.js /** * A specialized version of `baseProperty` which supports deep paths. * * @private * @param {Array|string} path The path of the property to get. * @returns {Function} Returns the new accessor function. */ function basePropertyDeep(path) { return function(object) { return _baseGet(object, path); }; } /* harmony default export */ var _basePropertyDeep = (basePropertyDeep); ;// CONCATENATED MODULE: ./node_modules/lodash-es/property.js /** * Creates a function that returns the value at `path` of a given object. * * @static * @memberOf _ * @since 2.4.0 * @category Util * @param {Array|string} path The path of the property to get. * @returns {Function} Returns the new accessor function. * @example * * var objects = [ * { 'a': { 'b': 2 } }, * { 'a': { 'b': 1 } } * ]; * * _.map(objects, _.property('a.b')); * // => [2, 1] * * _.map(_.sortBy(objects, _.property(['a', 'b'])), 'a.b'); * // => [1, 2] */ function property(path) { return _isKey(path) ? _baseProperty(_toKey(path)) : _basePropertyDeep(path); } /* harmony default export */ var lodash_es_property = (property); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseIteratee.js /** * The base implementation of `_.iteratee`. * * @private * @param {*} [value=_.identity] The value to convert to an iteratee. * @returns {Function} Returns the iteratee. */ function baseIteratee(value) { // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9. // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details. if (typeof value == 'function') { return value; } if (value == null) { return lodash_es_identity; } if (typeof value == 'object') { return lodash_es_isArray(value) ? _baseMatchesProperty(value[0], value[1]) : _baseMatches(value); } return lodash_es_property(value); } /* harmony default export */ var _baseIteratee = (baseIteratee); ;// CONCATENATED MODULE: ./node_modules/lodash-es/_baseMap.js /** * The base implementation of `_.map` without support for iteratee shorthands. * * @private * @param {Array|Object} collection The collection to iterate over. * @param {Function} iteratee The function invoked per iteration. * @returns {Array} Returns the new mapped array. */ function baseMap(collection, iteratee) { var index = -1, result = lodash_es_isArrayLike(collection) ? Array(collection.length) : []; _baseEach(collection, function(value, key, collection) { result[++index] = iteratee(value, key, collection); }); return result; } /* harmony default export */ var _baseMap = (baseMap); ;// CONCATENATED MODULE: ./node_modules/lodash-es/map.js /** * Creates an array of values by running each element in `collection` thru * `iteratee`. The iteratee is invoked with three arguments: * (value, index|key, collection). * * Many lodash methods are guarded to work as iteratees for methods like * `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`. * * The guarded methods are: * `ary`, `chunk`, `curry`, `curryRight`, `drop`, `dropRight`, `every`, * `fill`, `invert`, `parseInt`, `random`, `range`, `rangeRight`, `repeat`, * `sampleSize`, `slice`, `some`, `sortBy`, `split`, `take`, `takeRight`, * `template`, `trim`, `trimEnd`, `trimStart`, and `words` * * @static * @memberOf _ * @since 0.1.0 * @category Collection * @param {Array|Object} collection The collection to iterate over. * @param {Function} [iteratee=_.identity] The function invoked per iteration. * @returns {Array} Returns the new mapped array. * @example * * function square(n) { * return n * n; * } * * _.map([4, 8], square); * // => [16, 64] * * _.map({ 'a': 4, 'b': 8 }, square); * // => [16, 64] (iteration order is not guaranteed) * * var users = [ * { 'user': 'barney' }, * { 'user': 'fred' } * ]; * * // The `_.property` iteratee shorthand. * _.map(users, 'user'); * // => ['barney', 'fred'] */ function map_map(collection, iteratee) { var func = lodash_es_isArray(collection) ? _arrayMap : _baseMap; return func(collection, _baseIteratee(iteratee, 3)); } /* harmony default export */ var lodash_es_map = (map_map); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/block/BlockSwatches.js var BlockSwatches = function BlockSwatches(_ref) { var colors = _ref.colors, onClick = _ref.onClick, onSwatchHover = _ref.onSwatchHover; var styles = (0,reactcss_lib.default)({ 'default': { swatches: { marginRight: '-10px' }, swatch: { width: '22px', height: '22px', float: 'left', marginRight: '10px', marginBottom: '10px', borderRadius: '4px' }, clear: { clear: 'both' } } }); return react.createElement( 'div', { style: styles.swatches }, lodash_es_map(colors, function (c) { return react.createElement(common_Swatch, { key: c, color: c, style: styles.swatch, onClick: onClick, onHover: onSwatchHover, focusStyle: { boxShadow: '0 0 4px ' + c } }); }), react.createElement('div', { style: styles.clear }) ); }; /* harmony default export */ var block_BlockSwatches = (BlockSwatches); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/block/Block.js var Block = function Block(_ref) { var onChange = _ref.onChange, onSwatchHover = _ref.onSwatchHover, hex = _ref.hex, colors = _ref.colors, width = _ref.width, triangle = _ref.triangle, _ref$styles = _ref.styles, passedStyles = _ref$styles === undefined ? {} : _ref$styles, _ref$className = _ref.className, className = _ref$className === undefined ? '' : _ref$className; var transparent = hex === 'transparent'; var handleChange = function handleChange(hexCode, e) { isValidHex(hexCode) && onChange({ hex: hexCode, source: 'hex' }, e); }; var styles = (0,reactcss_lib.default)(lodash_es_merge({ 'default': { card: { width: width, background: '#fff', boxShadow: '0 1px rgba(0,0,0,.1)', borderRadius: '6px', position: 'relative' }, head: { height: '110px', background: hex, borderRadius: '6px 6px 0 0', display: 'flex', alignItems: 'center', justifyContent: 'center', position: 'relative' }, body: { padding: '10px' }, label: { fontSize: '18px', color: getContrastingColor(hex), position: 'relative' }, triangle: { width: '0px', height: '0px', borderStyle: 'solid', borderWidth: '0 10px 10px 10px', borderColor: 'transparent transparent ' + hex + ' transparent', position: 'absolute', top: '-10px', left: '50%', marginLeft: '-10px' }, input: { width: '100%', fontSize: '12px', color: '#666', border: '0px', outline: 'none', height: '22px', boxShadow: 'inset 0 0 0 1px #ddd', borderRadius: '4px', padding: '0 7px', boxSizing: 'border-box' } }, 'hide-triangle': { triangle: { display: 'none' } } }, passedStyles), { 'hide-triangle': triangle === 'hide' }); return react.createElement( 'div', { style: styles.card, className: 'block-picker ' + className }, react.createElement('div', { style: styles.triangle }), react.createElement( 'div', { style: styles.head }, transparent && react.createElement(common_Checkboard, { borderRadius: '6px 6px 0 0' }), react.createElement( 'div', { style: styles.label }, hex ) ), react.createElement( 'div', { style: styles.body }, react.createElement(block_BlockSwatches, { colors: colors, onClick: handleChange, onSwatchHover: onSwatchHover }), react.createElement(common_EditableInput, { style: { input: styles.input }, value: hex, onChange: handleChange }) ) ); }; Block.propTypes = { width: prop_types_default().oneOfType([(prop_types_default()).string, (prop_types_default()).number]), colors: prop_types_default().arrayOf((prop_types_default()).string), triangle: prop_types_default().oneOf(['top', 'hide']), styles: (prop_types_default()).object }; Block.defaultProps = { width: 170, colors: ['#D9E3F0', '#F47373', '#697689', '#37D67A', '#2CCCE4', '#555555', '#dce775', '#ff8a65', '#ba68c8'], triangle: 'top', styles: {} }; /* harmony default export */ var block_Block = (common_ColorWrap(Block)); ;// CONCATENATED MODULE: ./node_modules/material-colors/dist/colors.es2015.js var colors_es2015_red = {"50":"#ffebee","100":"#ffcdd2","200":"#ef9a9a","300":"#e57373","400":"#ef5350","500":"#f44336","600":"#e53935","700":"#d32f2f","800":"#c62828","900":"#b71c1c","a100":"#ff8a80","a200":"#ff5252","a400":"#ff1744","a700":"#d50000"}; var pink = {"50":"#fce4ec","100":"#f8bbd0","200":"#f48fb1","300":"#f06292","400":"#ec407a","500":"#e91e63","600":"#d81b60","700":"#c2185b","800":"#ad1457","900":"#880e4f","a100":"#ff80ab","a200":"#ff4081","a400":"#f50057","a700":"#c51162"}; var purple = {"50":"#f3e5f5","100":"#e1bee7","200":"#ce93d8","300":"#ba68c8","400":"#ab47bc","500":"#9c27b0","600":"#8e24aa","700":"#7b1fa2","800":"#6a1b9a","900":"#4a148c","a100":"#ea80fc","a200":"#e040fb","a400":"#d500f9","a700":"#aa00ff"}; var deepPurple = {"50":"#ede7f6","100":"#d1c4e9","200":"#b39ddb","300":"#9575cd","400":"#7e57c2","500":"#673ab7","600":"#5e35b1","700":"#512da8","800":"#4527a0","900":"#311b92","a100":"#b388ff","a200":"#7c4dff","a400":"#651fff","a700":"#6200ea"}; var indigo = {"50":"#e8eaf6","100":"#c5cae9","200":"#9fa8da","300":"#7986cb","400":"#5c6bc0","500":"#3f51b5","600":"#3949ab","700":"#303f9f","800":"#283593","900":"#1a237e","a100":"#8c9eff","a200":"#536dfe","a400":"#3d5afe","a700":"#304ffe"}; var blue = {"50":"#e3f2fd","100":"#bbdefb","200":"#90caf9","300":"#64b5f6","400":"#42a5f5","500":"#2196f3","600":"#1e88e5","700":"#1976d2","800":"#1565c0","900":"#0d47a1","a100":"#82b1ff","a200":"#448aff","a400":"#2979ff","a700":"#2962ff"}; var lightBlue = {"50":"#e1f5fe","100":"#b3e5fc","200":"#81d4fa","300":"#4fc3f7","400":"#29b6f6","500":"#03a9f4","600":"#039be5","700":"#0288d1","800":"#0277bd","900":"#01579b","a100":"#80d8ff","a200":"#40c4ff","a400":"#00b0ff","a700":"#0091ea"}; var cyan = {"50":"#e0f7fa","100":"#b2ebf2","200":"#80deea","300":"#4dd0e1","400":"#26c6da","500":"#00bcd4","600":"#00acc1","700":"#0097a7","800":"#00838f","900":"#006064","a100":"#84ffff","a200":"#18ffff","a400":"#00e5ff","a700":"#00b8d4"}; var teal = {"50":"#e0f2f1","100":"#b2dfdb","200":"#80cbc4","300":"#4db6ac","400":"#26a69a","500":"#009688","600":"#00897b","700":"#00796b","800":"#00695c","900":"#004d40","a100":"#a7ffeb","a200":"#64ffda","a400":"#1de9b6","a700":"#00bfa5"}; var green = {"50":"#e8f5e9","100":"#c8e6c9","200":"#a5d6a7","300":"#81c784","400":"#66bb6a","500":"#4caf50","600":"#43a047","700":"#388e3c","800":"#2e7d32","900":"#1b5e20","a100":"#b9f6ca","a200":"#69f0ae","a400":"#00e676","a700":"#00c853"}; var lightGreen = {"50":"#f1f8e9","100":"#dcedc8","200":"#c5e1a5","300":"#aed581","400":"#9ccc65","500":"#8bc34a","600":"#7cb342","700":"#689f38","800":"#558b2f","900":"#33691e","a100":"#ccff90","a200":"#b2ff59","a400":"#76ff03","a700":"#64dd17"}; var lime = {"50":"#f9fbe7","100":"#f0f4c3","200":"#e6ee9c","300":"#dce775","400":"#d4e157","500":"#cddc39","600":"#c0ca33","700":"#afb42b","800":"#9e9d24","900":"#827717","a100":"#f4ff81","a200":"#eeff41","a400":"#c6ff00","a700":"#aeea00"}; var yellow = {"50":"#fffde7","100":"#fff9c4","200":"#fff59d","300":"#fff176","400":"#ffee58","500":"#ffeb3b","600":"#fdd835","700":"#fbc02d","800":"#f9a825","900":"#f57f17","a100":"#ffff8d","a200":"#ffff00","a400":"#ffea00","a700":"#ffd600"}; var amber = {"50":"#fff8e1","100":"#ffecb3","200":"#ffe082","300":"#ffd54f","400":"#ffca28","500":"#ffc107","600":"#ffb300","700":"#ffa000","800":"#ff8f00","900":"#ff6f00","a100":"#ffe57f","a200":"#ffd740","a400":"#ffc400","a700":"#ffab00"}; var orange = {"50":"#fff3e0","100":"#ffe0b2","200":"#ffcc80","300":"#ffb74d","400":"#ffa726","500":"#ff9800","600":"#fb8c00","700":"#f57c00","800":"#ef6c00","900":"#e65100","a100":"#ffd180","a200":"#ffab40","a400":"#ff9100","a700":"#ff6d00"}; var deepOrange = {"50":"#fbe9e7","100":"#ffccbc","200":"#ffab91","300":"#ff8a65","400":"#ff7043","500":"#ff5722","600":"#f4511e","700":"#e64a19","800":"#d84315","900":"#bf360c","a100":"#ff9e80","a200":"#ff6e40","a400":"#ff3d00","a700":"#dd2c00"}; var brown = {"50":"#efebe9","100":"#d7ccc8","200":"#bcaaa4","300":"#a1887f","400":"#8d6e63","500":"#795548","600":"#6d4c41","700":"#5d4037","800":"#4e342e","900":"#3e2723"}; var grey = {"50":"#fafafa","100":"#f5f5f5","200":"#eeeeee","300":"#e0e0e0","400":"#bdbdbd","500":"#9e9e9e","600":"#757575","700":"#616161","800":"#424242","900":"#212121"}; var blueGrey = {"50":"#eceff1","100":"#cfd8dc","200":"#b0bec5","300":"#90a4ae","400":"#78909c","500":"#607d8b","600":"#546e7a","700":"#455a64","800":"#37474f","900":"#263238"}; var darkText = {"primary":"rgba(0, 0, 0, 0.87)","secondary":"rgba(0, 0, 0, 0.54)","disabled":"rgba(0, 0, 0, 0.38)","dividers":"rgba(0, 0, 0, 0.12)"}; var lightText = {"primary":"rgba(255, 255, 255, 1)","secondary":"rgba(255, 255, 255, 0.7)","disabled":"rgba(255, 255, 255, 0.5)","dividers":"rgba(255, 255, 255, 0.12)"}; var darkIcons = {"active":"rgba(0, 0, 0, 0.54)","inactive":"rgba(0, 0, 0, 0.38)"}; var lightIcons = {"active":"rgba(255, 255, 255, 1)","inactive":"rgba(255, 255, 255, 0.5)"}; var white = "#ffffff"; var black = "#000000"; /* harmony default export */ var colors_es2015 = ({ red: colors_es2015_red, pink: pink, purple: purple, deepPurple: deepPurple, indigo: indigo, blue: blue, lightBlue: lightBlue, cyan: cyan, teal: teal, green: green, lightGreen: lightGreen, lime: lime, yellow: yellow, amber: amber, orange: orange, deepOrange: deepOrange, brown: brown, grey: grey, blueGrey: blueGrey, darkText: darkText, lightText: lightText, darkIcons: darkIcons, lightIcons: lightIcons, white: white, black: black }); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/circle/CircleSwatch.js var CircleSwatch = function CircleSwatch(_ref) { var color = _ref.color, onClick = _ref.onClick, onSwatchHover = _ref.onSwatchHover, hover = _ref.hover, active = _ref.active, circleSize = _ref.circleSize, circleSpacing = _ref.circleSpacing; var styles = (0,reactcss_lib.default)({ 'default': { swatch: { width: circleSize, height: circleSize, marginRight: circleSpacing, marginBottom: circleSpacing, transform: 'scale(1)', transition: '100ms transform ease' }, Swatch: { borderRadius: '50%', background: 'transparent', boxShadow: 'inset 0 0 0 ' + (circleSize / 2 + 1) + 'px ' + color, transition: '100ms box-shadow ease' } }, 'hover': { swatch: { transform: 'scale(1.2)' } }, 'active': { Swatch: { boxShadow: 'inset 0 0 0 3px ' + color } } }, { hover: hover, active: active }); return react.createElement( 'div', { style: styles.swatch }, react.createElement(common_Swatch, { style: styles.Swatch, color: color, onClick: onClick, onHover: onSwatchHover, focusStyle: { boxShadow: styles.Swatch.boxShadow + ', 0 0 5px ' + color } }) ); }; CircleSwatch.defaultProps = { circleSize: 28, circleSpacing: 14 }; /* harmony default export */ var circle_CircleSwatch = ((0,reactcss_lib.handleHover)(CircleSwatch)); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/circle/Circle.js var Circle = function Circle(_ref) { var width = _ref.width, onChange = _ref.onChange, onSwatchHover = _ref.onSwatchHover, colors = _ref.colors, hex = _ref.hex, circleSize = _ref.circleSize, _ref$styles = _ref.styles, passedStyles = _ref$styles === undefined ? {} : _ref$styles, circleSpacing = _ref.circleSpacing, _ref$className = _ref.className, className = _ref$className === undefined ? '' : _ref$className; var styles = (0,reactcss_lib.default)(lodash_es_merge({ 'default': { card: { width: width, display: 'flex', flexWrap: 'wrap', marginRight: -circleSpacing, marginBottom: -circleSpacing } } }, passedStyles)); var handleChange = function handleChange(hexCode, e) { return onChange({ hex: hexCode, source: 'hex' }, e); }; return react.createElement( 'div', { style: styles.card, className: 'circle-picker ' + className }, lodash_es_map(colors, function (c) { return react.createElement(circle_CircleSwatch, { key: c, color: c, onClick: handleChange, onSwatchHover: onSwatchHover, active: hex === c.toLowerCase(), circleSize: circleSize, circleSpacing: circleSpacing }); }) ); }; Circle.propTypes = { width: prop_types_default().oneOfType([(prop_types_default()).string, (prop_types_default()).number]), circleSize: (prop_types_default()).number, circleSpacing: (prop_types_default()).number, styles: (prop_types_default()).object }; Circle.defaultProps = { width: 252, circleSize: 28, circleSpacing: 14, colors: [colors_es2015_red[500], pink[500], purple[500], deepPurple[500], indigo[500], blue[500], lightBlue[500], cyan[500], teal[500], green[500], lightGreen[500], lime[500], yellow[500], amber[500], orange[500], deepOrange[500], brown[500], blueGrey[500]], styles: {} }; /* harmony default export */ var circle_Circle = (common_ColorWrap(Circle)); ;// CONCATENATED MODULE: ./node_modules/lodash-es/isUndefined.js /** * Checks if `value` is `undefined`. * * @static * @since 0.1.0 * @memberOf _ * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is `undefined`, else `false`. * @example * * _.isUndefined(void 0); * // => true * * _.isUndefined(null); * // => false */ function isUndefined(value) { return value === undefined; } /* harmony default export */ var lodash_es_isUndefined = (isUndefined); // EXTERNAL MODULE: ./node_modules/@icons/material/UnfoldMoreHorizontalIcon.js var UnfoldMoreHorizontalIcon = __webpack_require__(43891); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/chrome/ChromeFields.js var ChromeFields_createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); function ChromeFields_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function ChromeFields_possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function ChromeFields_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } /* eslint-disable react/no-did-mount-set-state, no-param-reassign */ var ChromeFields = function (_React$Component) { ChromeFields_inherits(ChromeFields, _React$Component); function ChromeFields(props) { ChromeFields_classCallCheck(this, ChromeFields); var _this = ChromeFields_possibleConstructorReturn(this, (ChromeFields.__proto__ || Object.getPrototypeOf(ChromeFields)).call(this)); _this.toggleViews = function () { if (_this.state.view === 'hex') { _this.setState({ view: 'rgb' }); } else if (_this.state.view === 'rgb') { _this.setState({ view: 'hsl' }); } else if (_this.state.view === 'hsl') { if (_this.props.hsl.a === 1) { _this.setState({ view: 'hex' }); } else { _this.setState({ view: 'rgb' }); } } }; _this.handleChange = function (data, e) { if (data.hex) { isValidHex(data.hex) && _this.props.onChange({ hex: data.hex, source: 'hex' }, e); } else if (data.r || data.g || data.b) { _this.props.onChange({ r: data.r || _this.props.rgb.r, g: data.g || _this.props.rgb.g, b: data.b || _this.props.rgb.b, source: 'rgb' }, e); } else if (data.a) { if (data.a < 0) { data.a = 0; } else if (data.a > 1) { data.a = 1; } _this.props.onChange({ h: _this.props.hsl.h, s: _this.props.hsl.s, l: _this.props.hsl.l, a: Math.round(data.a * 100) / 100, source: 'rgb' }, e); } else if (data.h || data.s || data.l) { // Remove any occurances of '%'. if (typeof data.s === 'string' && data.s.includes('%')) { data.s = data.s.replace('%', ''); } if (typeof data.l === 'string' && data.l.includes('%')) { data.l = data.l.replace('%', ''); } // We store HSL as a unit interval so we need to override the 1 input to 0.01 if (data.s == 1) { data.s = 0.01; } else if (data.l == 1) { data.l = 0.01; } _this.props.onChange({ h: data.h || _this.props.hsl.h, s: Number(!lodash_es_isUndefined(data.s) ? data.s : _this.props.hsl.s), l: Number(!lodash_es_isUndefined(data.l) ? data.l : _this.props.hsl.l), source: 'hsl' }, e); } }; _this.showHighlight = function (e) { e.currentTarget.style.background = '#eee'; }; _this.hideHighlight = function (e) { e.currentTarget.style.background = 'transparent'; }; if (props.hsl.a !== 1 && props.view === "hex") { _this.state = { view: "rgb" }; } else { _this.state = { view: props.view }; } return _this; } ChromeFields_createClass(ChromeFields, [{ key: 'render', value: function render() { var _this2 = this; var styles = (0,reactcss_lib.default)({ 'default': { wrap: { paddingTop: '16px', display: 'flex' }, fields: { flex: '1', display: 'flex', marginLeft: '-6px' }, field: { paddingLeft: '6px', width: '100%' }, alpha: { paddingLeft: '6px', width: '100%' }, toggle: { width: '32px', textAlign: 'right', position: 'relative' }, icon: { marginRight: '-4px', marginTop: '12px', cursor: 'pointer', position: 'relative' }, iconHighlight: { position: 'absolute', width: '24px', height: '28px', background: '#eee', borderRadius: '4px', top: '10px', left: '12px', display: 'none' }, input: { fontSize: '11px', color: '#333', width: '100%', borderRadius: '2px', border: 'none', boxShadow: 'inset 0 0 0 1px #dadada', height: '21px', textAlign: 'center' }, label: { textTransform: 'uppercase', fontSize: '11px', lineHeight: '11px', color: '#969696', textAlign: 'center', display: 'block', marginTop: '12px' }, svg: { fill: '#333', width: '24px', height: '24px', border: '1px transparent solid', borderRadius: '5px' } }, 'disableAlpha': { alpha: { display: 'none' } } }, this.props, this.state); var fields = void 0; if (this.state.view === 'hex') { fields = react.createElement( 'div', { style: styles.fields, className: 'flexbox-fix' }, react.createElement( 'div', { style: styles.field }, react.createElement(common_EditableInput, { style: { input: styles.input, label: styles.label }, label: 'hex', value: this.props.hex, onChange: this.handleChange }) ) ); } else if (this.state.view === 'rgb') { fields = react.createElement( 'div', { style: styles.fields, className: 'flexbox-fix' }, react.createElement( 'div', { style: styles.field }, react.createElement(common_EditableInput, { style: { input: styles.input, label: styles.label }, label: 'r', value: this.props.rgb.r, onChange: this.handleChange }) ), react.createElement( 'div', { style: styles.field }, react.createElement(common_EditableInput, { style: { input: styles.input, label: styles.label }, label: 'g', value: this.props.rgb.g, onChange: this.handleChange }) ), react.createElement( 'div', { style: styles.field }, react.createElement(common_EditableInput, { style: { input: styles.input, label: styles.label }, label: 'b', value: this.props.rgb.b, onChange: this.handleChange }) ), react.createElement( 'div', { style: styles.alpha }, react.createElement(common_EditableInput, { style: { input: styles.input, label: styles.label }, label: 'a', value: this.props.rgb.a, arrowOffset: 0.01, onChange: this.handleChange }) ) ); } else if (this.state.view === 'hsl') { fields = react.createElement( 'div', { style: styles.fields, className: 'flexbox-fix' }, react.createElement( 'div', { style: styles.field }, react.createElement(common_EditableInput, { style: { input: styles.input, label: styles.label }, label: 'h', value: Math.round(this.props.hsl.h), onChange: this.handleChange }) ), react.createElement( 'div', { style: styles.field }, react.createElement(common_EditableInput, { style: { input: styles.input, label: styles.label }, label: 's', value: Math.round(this.props.hsl.s * 100) + '%', onChange: this.handleChange }) ), react.createElement( 'div', { style: styles.field }, react.createElement(common_EditableInput, { style: { input: styles.input, label: styles.label }, label: 'l', value: Math.round(this.props.hsl.l * 100) + '%', onChange: this.handleChange }) ), react.createElement( 'div', { style: styles.alpha }, react.createElement(common_EditableInput, { style: { input: styles.input, label: styles.label }, label: 'a', value: this.props.hsl.a, arrowOffset: 0.01, onChange: this.handleChange }) ) ); } return react.createElement( 'div', { style: styles.wrap, className: 'flexbox-fix' }, fields, react.createElement( 'div', { style: styles.toggle }, react.createElement( 'div', { style: styles.icon, onClick: this.toggleViews, ref: function ref(icon) { return _this2.icon = icon; } }, react.createElement(UnfoldMoreHorizontalIcon/* default */.Z, { style: styles.svg, onMouseOver: this.showHighlight, onMouseEnter: this.showHighlight, onMouseOut: this.hideHighlight }) ) ) ); } }], [{ key: 'getDerivedStateFromProps', value: function getDerivedStateFromProps(nextProps, state) { if (nextProps.hsl.a !== 1 && state.view === 'hex') { return { view: 'rgb' }; } return null; } }]); return ChromeFields; }(react.Component); ChromeFields.defaultProps = { view: "hex" }; /* harmony default export */ var chrome_ChromeFields = (ChromeFields); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/chrome/ChromePointer.js var ChromePointer = function ChromePointer() { var styles = (0,reactcss_lib.default)({ 'default': { picker: { width: '12px', height: '12px', borderRadius: '6px', transform: 'translate(-6px, -1px)', backgroundColor: 'rgb(248, 248, 248)', boxShadow: '0 1px 4px 0 rgba(0, 0, 0, 0.37)' } } }); return react.createElement('div', { style: styles.picker }); }; /* harmony default export */ var chrome_ChromePointer = (ChromePointer); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/chrome/ChromePointerCircle.js var ChromePointerCircle = function ChromePointerCircle() { var styles = (0,reactcss_lib.default)({ 'default': { picker: { width: '12px', height: '12px', borderRadius: '6px', boxShadow: 'inset 0 0 0 1px #fff', transform: 'translate(-6px, -6px)' } } }); return react.createElement('div', { style: styles.picker }); }; /* harmony default export */ var chrome_ChromePointerCircle = (ChromePointerCircle); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/chrome/Chrome.js var Chrome = function Chrome(_ref) { var width = _ref.width, onChange = _ref.onChange, disableAlpha = _ref.disableAlpha, rgb = _ref.rgb, hsl = _ref.hsl, hsv = _ref.hsv, hex = _ref.hex, renderers = _ref.renderers, _ref$styles = _ref.styles, passedStyles = _ref$styles === undefined ? {} : _ref$styles, _ref$className = _ref.className, className = _ref$className === undefined ? '' : _ref$className, defaultView = _ref.defaultView; var styles = (0,reactcss_lib.default)(lodash_es_merge({ 'default': { picker: { width: width, background: '#fff', borderRadius: '2px', boxShadow: '0 0 2px rgba(0,0,0,.3), 0 4px 8px rgba(0,0,0,.3)', boxSizing: 'initial', fontFamily: 'Menlo' }, saturation: { width: '100%', paddingBottom: '55%', position: 'relative', borderRadius: '2px 2px 0 0', overflow: 'hidden' }, Saturation: { radius: '2px 2px 0 0' }, body: { padding: '16px 16px 12px' }, controls: { display: 'flex' }, color: { width: '32px' }, swatch: { marginTop: '6px', width: '16px', height: '16px', borderRadius: '8px', position: 'relative', overflow: 'hidden' }, active: { absolute: '0px 0px 0px 0px', borderRadius: '8px', boxShadow: 'inset 0 0 0 1px rgba(0,0,0,.1)', background: 'rgba(' + rgb.r + ', ' + rgb.g + ', ' + rgb.b + ', ' + rgb.a + ')', zIndex: '2' }, toggles: { flex: '1' }, hue: { height: '10px', position: 'relative', marginBottom: '8px' }, Hue: { radius: '2px' }, alpha: { height: '10px', position: 'relative' }, Alpha: { radius: '2px' } }, 'disableAlpha': { color: { width: '22px' }, alpha: { display: 'none' }, hue: { marginBottom: '0px' }, swatch: { width: '10px', height: '10px', marginTop: '0px' } } }, passedStyles), { disableAlpha: disableAlpha }); return react.createElement( 'div', { style: styles.picker, className: 'chrome-picker ' + className }, react.createElement( 'div', { style: styles.saturation }, react.createElement(common_Saturation, { style: styles.Saturation, hsl: hsl, hsv: hsv, pointer: chrome_ChromePointerCircle, onChange: onChange }) ), react.createElement( 'div', { style: styles.body }, react.createElement( 'div', { style: styles.controls, className: 'flexbox-fix' }, react.createElement( 'div', { style: styles.color }, react.createElement( 'div', { style: styles.swatch }, react.createElement('div', { style: styles.active }), react.createElement(common_Checkboard, { renderers: renderers }) ) ), react.createElement( 'div', { style: styles.toggles }, react.createElement( 'div', { style: styles.hue }, react.createElement(common_Hue, { style: styles.Hue, hsl: hsl, pointer: chrome_ChromePointer, onChange: onChange }) ), react.createElement( 'div', { style: styles.alpha }, react.createElement(common_Alpha, { style: styles.Alpha, rgb: rgb, hsl: hsl, pointer: chrome_ChromePointer, renderers: renderers, onChange: onChange }) ) ) ), react.createElement(chrome_ChromeFields, { rgb: rgb, hsl: hsl, hex: hex, view: defaultView, onChange: onChange, disableAlpha: disableAlpha }) ) ); }; Chrome.propTypes = { width: prop_types_default().oneOfType([(prop_types_default()).string, (prop_types_default()).number]), disableAlpha: (prop_types_default()).bool, styles: (prop_types_default()).object, defaultView: prop_types_default().oneOf(["hex", "rgb", "hsl"]) }; Chrome.defaultProps = { width: 225, disableAlpha: false, styles: {} }; /* harmony default export */ var chrome_Chrome = (common_ColorWrap(Chrome)); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/compact/CompactColor.js var CompactColor = function CompactColor(_ref) { var color = _ref.color, _ref$onClick = _ref.onClick, onClick = _ref$onClick === undefined ? function () {} : _ref$onClick, onSwatchHover = _ref.onSwatchHover, active = _ref.active; var styles = (0,reactcss_lib.default)({ 'default': { color: { background: color, width: '15px', height: '15px', float: 'left', marginRight: '5px', marginBottom: '5px', position: 'relative', cursor: 'pointer' }, dot: { absolute: '5px 5px 5px 5px', background: getContrastingColor(color), borderRadius: '50%', opacity: '0' } }, 'active': { dot: { opacity: '1' } }, 'color-#FFFFFF': { color: { boxShadow: 'inset 0 0 0 1px #ddd' }, dot: { background: '#000' } }, 'transparent': { dot: { background: '#000' } } }, { active: active, 'color-#FFFFFF': color === '#FFFFFF', 'transparent': color === 'transparent' }); return react.createElement( common_Swatch, { style: styles.color, color: color, onClick: onClick, onHover: onSwatchHover, focusStyle: { boxShadow: '0 0 4px ' + color } }, react.createElement('div', { style: styles.dot }) ); }; /* harmony default export */ var compact_CompactColor = (CompactColor); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/compact/CompactFields.js var CompactFields = function CompactFields(_ref) { var hex = _ref.hex, rgb = _ref.rgb, onChange = _ref.onChange; var styles = (0,reactcss_lib.default)({ 'default': { fields: { display: 'flex', paddingBottom: '6px', paddingRight: '5px', position: 'relative' }, active: { position: 'absolute', top: '6px', left: '5px', height: '9px', width: '9px', background: hex }, HEXwrap: { flex: '6', position: 'relative' }, HEXinput: { width: '80%', padding: '0px', paddingLeft: '20%', border: 'none', outline: 'none', background: 'none', fontSize: '12px', color: '#333', height: '16px' }, HEXlabel: { display: 'none' }, RGBwrap: { flex: '3', position: 'relative' }, RGBinput: { width: '70%', padding: '0px', paddingLeft: '30%', border: 'none', outline: 'none', background: 'none', fontSize: '12px', color: '#333', height: '16px' }, RGBlabel: { position: 'absolute', top: '3px', left: '0px', lineHeight: '16px', textTransform: 'uppercase', fontSize: '12px', color: '#999' } } }); var handleChange = function handleChange(data, e) { if (data.r || data.g || data.b) { onChange({ r: data.r || rgb.r, g: data.g || rgb.g, b: data.b || rgb.b, source: 'rgb' }, e); } else { onChange({ hex: data.hex, source: 'hex' }, e); } }; return react.createElement( 'div', { style: styles.fields, className: 'flexbox-fix' }, react.createElement('div', { style: styles.active }), react.createElement(common_EditableInput, { style: { wrap: styles.HEXwrap, input: styles.HEXinput, label: styles.HEXlabel }, label: 'hex', value: hex, onChange: handleChange }), react.createElement(common_EditableInput, { style: { wrap: styles.RGBwrap, input: styles.RGBinput, label: styles.RGBlabel }, label: 'r', value: rgb.r, onChange: handleChange }), react.createElement(common_EditableInput, { style: { wrap: styles.RGBwrap, input: styles.RGBinput, label: styles.RGBlabel }, label: 'g', value: rgb.g, onChange: handleChange }), react.createElement(common_EditableInput, { style: { wrap: styles.RGBwrap, input: styles.RGBinput, label: styles.RGBlabel }, label: 'b', value: rgb.b, onChange: handleChange }) ); }; /* harmony default export */ var compact_CompactFields = (CompactFields); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/compact/Compact.js var Compact = function Compact(_ref) { var onChange = _ref.onChange, onSwatchHover = _ref.onSwatchHover, colors = _ref.colors, hex = _ref.hex, rgb = _ref.rgb, _ref$styles = _ref.styles, passedStyles = _ref$styles === undefined ? {} : _ref$styles, _ref$className = _ref.className, className = _ref$className === undefined ? '' : _ref$className; var styles = (0,reactcss_lib.default)(lodash_es_merge({ 'default': { Compact: { background: '#f6f6f6', radius: '4px' }, compact: { paddingTop: '5px', paddingLeft: '5px', boxSizing: 'initial', width: '240px' }, clear: { clear: 'both' } } }, passedStyles)); var handleChange = function handleChange(data, e) { if (data.hex) { isValidHex(data.hex) && onChange({ hex: data.hex, source: 'hex' }, e); } else { onChange(data, e); } }; return react.createElement( common_Raised, { style: styles.Compact, styles: passedStyles }, react.createElement( 'div', { style: styles.compact, className: 'compact-picker ' + className }, react.createElement( 'div', null, lodash_es_map(colors, function (c) { return react.createElement(compact_CompactColor, { key: c, color: c, active: c.toLowerCase() === hex, onClick: handleChange, onSwatchHover: onSwatchHover }); }), react.createElement('div', { style: styles.clear }) ), react.createElement(compact_CompactFields, { hex: hex, rgb: rgb, onChange: handleChange }) ) ); }; Compact.propTypes = { colors: prop_types_default().arrayOf((prop_types_default()).string), styles: (prop_types_default()).object }; Compact.defaultProps = { colors: ['#4D4D4D', '#999999', '#FFFFFF', '#F44E3B', '#FE9200', '#FCDC00', '#DBDF00', '#A4DD00', '#68CCCA', '#73D8FF', '#AEA1FF', '#FDA1FF', '#333333', '#808080', '#cccccc', '#D33115', '#E27300', '#FCC400', '#B0BC00', '#68BC00', '#16A5A5', '#009CE0', '#7B64FF', '#FA28FF', '#000000', '#666666', '#B3B3B3', '#9F0500', '#C45100', '#FB9E00', '#808900', '#194D33', '#0C797D', '#0062B1', '#653294', '#AB149E'], styles: {} }; /* harmony default export */ var compact_Compact = (common_ColorWrap(Compact)); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/github/GithubSwatch.js var GithubSwatch = function GithubSwatch(_ref) { var hover = _ref.hover, color = _ref.color, onClick = _ref.onClick, onSwatchHover = _ref.onSwatchHover; var hoverSwatch = { position: 'relative', zIndex: '2', outline: '2px solid #fff', boxShadow: '0 0 5px 2px rgba(0,0,0,0.25)' }; var styles = (0,reactcss_lib.default)({ 'default': { swatch: { width: '25px', height: '25px', fontSize: '0' } }, 'hover': { swatch: hoverSwatch } }, { hover: hover }); return react.createElement( 'div', { style: styles.swatch }, react.createElement(common_Swatch, { color: color, onClick: onClick, onHover: onSwatchHover, focusStyle: hoverSwatch }) ); }; /* harmony default export */ var github_GithubSwatch = ((0,reactcss_lib.handleHover)(GithubSwatch)); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/github/Github.js var Github = function Github(_ref) { var width = _ref.width, colors = _ref.colors, onChange = _ref.onChange, onSwatchHover = _ref.onSwatchHover, triangle = _ref.triangle, _ref$styles = _ref.styles, passedStyles = _ref$styles === undefined ? {} : _ref$styles, _ref$className = _ref.className, className = _ref$className === undefined ? '' : _ref$className; var styles = (0,reactcss_lib.default)(lodash_es_merge({ 'default': { card: { width: width, background: '#fff', border: '1px solid rgba(0,0,0,0.2)', boxShadow: '0 3px 12px rgba(0,0,0,0.15)', borderRadius: '4px', position: 'relative', padding: '5px', display: 'flex', flexWrap: 'wrap' }, triangle: { position: 'absolute', border: '7px solid transparent', borderBottomColor: '#fff' }, triangleShadow: { position: 'absolute', border: '8px solid transparent', borderBottomColor: 'rgba(0,0,0,0.15)' } }, 'hide-triangle': { triangle: { display: 'none' }, triangleShadow: { display: 'none' } }, 'top-left-triangle': { triangle: { top: '-14px', left: '10px' }, triangleShadow: { top: '-16px', left: '9px' } }, 'top-right-triangle': { triangle: { top: '-14px', right: '10px' }, triangleShadow: { top: '-16px', right: '9px' } }, 'bottom-left-triangle': { triangle: { top: '35px', left: '10px', transform: 'rotate(180deg)' }, triangleShadow: { top: '37px', left: '9px', transform: 'rotate(180deg)' } }, 'bottom-right-triangle': { triangle: { top: '35px', right: '10px', transform: 'rotate(180deg)' }, triangleShadow: { top: '37px', right: '9px', transform: 'rotate(180deg)' } } }, passedStyles), { 'hide-triangle': triangle === 'hide', 'top-left-triangle': triangle === 'top-left', 'top-right-triangle': triangle === 'top-right', 'bottom-left-triangle': triangle === 'bottom-left', 'bottom-right-triangle': triangle === 'bottom-right' }); var handleChange = function handleChange(hex, e) { return onChange({ hex: hex, source: 'hex' }, e); }; return react.createElement( 'div', { style: styles.card, className: 'github-picker ' + className }, react.createElement('div', { style: styles.triangleShadow }), react.createElement('div', { style: styles.triangle }), lodash_es_map(colors, function (c) { return react.createElement(github_GithubSwatch, { color: c, key: c, onClick: handleChange, onSwatchHover: onSwatchHover }); }) ); }; Github.propTypes = { width: prop_types_default().oneOfType([(prop_types_default()).string, (prop_types_default()).number]), colors: prop_types_default().arrayOf((prop_types_default()).string), triangle: prop_types_default().oneOf(['hide', 'top-left', 'top-right', 'bottom-left', 'bottom-right']), styles: (prop_types_default()).object }; Github.defaultProps = { width: 200, colors: ['#B80000', '#DB3E00', '#FCCB00', '#008B02', '#006B76', '#1273DE', '#004DCF', '#5300EB', '#EB9694', '#FAD0C3', '#FEF3BD', '#C1E1C5', '#BEDADC', '#C4DEF6', '#BED3F3', '#D4C4FB'], triangle: 'top-left', styles: {} }; /* harmony default export */ var github_Github = (common_ColorWrap(Github)); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/hue/HuePointer.js var SliderPointer = function SliderPointer(_ref) { var direction = _ref.direction; var styles = (0,reactcss_lib.default)({ 'default': { picker: { width: '18px', height: '18px', borderRadius: '50%', transform: 'translate(-9px, -1px)', backgroundColor: 'rgb(248, 248, 248)', boxShadow: '0 1px 4px 0 rgba(0, 0, 0, 0.37)' } }, 'vertical': { picker: { transform: 'translate(-3px, -9px)' } } }, { vertical: direction === 'vertical' }); return react.createElement('div', { style: styles.picker }); }; /* harmony default export */ var HuePointer = (SliderPointer); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/hue/Hue.js var Hue_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var HuePicker = function HuePicker(_ref) { var width = _ref.width, height = _ref.height, onChange = _ref.onChange, hsl = _ref.hsl, direction = _ref.direction, pointer = _ref.pointer, _ref$styles = _ref.styles, passedStyles = _ref$styles === undefined ? {} : _ref$styles, _ref$className = _ref.className, className = _ref$className === undefined ? '' : _ref$className; var styles = (0,reactcss_lib.default)(lodash_es_merge({ 'default': { picker: { position: 'relative', width: width, height: height }, hue: { radius: '2px' } } }, passedStyles)); // Overwrite to provide pure hue color var handleChange = function handleChange(data) { return onChange({ a: 1, h: data.h, l: 0.5, s: 1 }); }; return react.createElement( 'div', { style: styles.picker, className: 'hue-picker ' + className }, react.createElement(common_Hue, Hue_extends({}, styles.hue, { hsl: hsl, pointer: pointer, onChange: handleChange, direction: direction })) ); }; HuePicker.propTypes = { styles: (prop_types_default()).object }; HuePicker.defaultProps = { width: '316px', height: '16px', direction: 'horizontal', pointer: HuePointer, styles: {} }; /* harmony default export */ var hue_Hue = (common_ColorWrap(HuePicker)); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/material/Material.js var Material = function Material(_ref) { var onChange = _ref.onChange, hex = _ref.hex, rgb = _ref.rgb, _ref$styles = _ref.styles, passedStyles = _ref$styles === undefined ? {} : _ref$styles, _ref$className = _ref.className, className = _ref$className === undefined ? '' : _ref$className; var styles = (0,reactcss_lib.default)(lodash_es_merge({ 'default': { material: { width: '98px', height: '98px', padding: '16px', fontFamily: 'Roboto' }, HEXwrap: { position: 'relative' }, HEXinput: { width: '100%', marginTop: '12px', fontSize: '15px', color: '#333', padding: '0px', border: '0px', borderBottom: '2px solid ' + hex, outline: 'none', height: '30px' }, HEXlabel: { position: 'absolute', top: '0px', left: '0px', fontSize: '11px', color: '#999999', textTransform: 'capitalize' }, Hex: { style: {} }, RGBwrap: { position: 'relative' }, RGBinput: { width: '100%', marginTop: '12px', fontSize: '15px', color: '#333', padding: '0px', border: '0px', borderBottom: '1px solid #eee', outline: 'none', height: '30px' }, RGBlabel: { position: 'absolute', top: '0px', left: '0px', fontSize: '11px', color: '#999999', textTransform: 'capitalize' }, split: { display: 'flex', marginRight: '-10px', paddingTop: '11px' }, third: { flex: '1', paddingRight: '10px' } } }, passedStyles)); var handleChange = function handleChange(data, e) { if (data.hex) { isValidHex(data.hex) && onChange({ hex: data.hex, source: 'hex' }, e); } else if (data.r || data.g || data.b) { onChange({ r: data.r || rgb.r, g: data.g || rgb.g, b: data.b || rgb.b, source: 'rgb' }, e); } }; return react.createElement( common_Raised, { styles: passedStyles }, react.createElement( 'div', { style: styles.material, className: 'material-picker ' + className }, react.createElement(common_EditableInput, { style: { wrap: styles.HEXwrap, input: styles.HEXinput, label: styles.HEXlabel }, label: 'hex', value: hex, onChange: handleChange }), react.createElement( 'div', { style: styles.split, className: 'flexbox-fix' }, react.createElement( 'div', { style: styles.third }, react.createElement(common_EditableInput, { style: { wrap: styles.RGBwrap, input: styles.RGBinput, label: styles.RGBlabel }, label: 'r', value: rgb.r, onChange: handleChange }) ), react.createElement( 'div', { style: styles.third }, react.createElement(common_EditableInput, { style: { wrap: styles.RGBwrap, input: styles.RGBinput, label: styles.RGBlabel }, label: 'g', value: rgb.g, onChange: handleChange }) ), react.createElement( 'div', { style: styles.third }, react.createElement(common_EditableInput, { style: { wrap: styles.RGBwrap, input: styles.RGBinput, label: styles.RGBlabel }, label: 'b', value: rgb.b, onChange: handleChange }) ) ) ) ); }; /* harmony default export */ var material_Material = (common_ColorWrap(Material)); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/photoshop/PhotoshopFields.js var PhotoshopPicker = function PhotoshopPicker(_ref) { var onChange = _ref.onChange, rgb = _ref.rgb, hsv = _ref.hsv, hex = _ref.hex; var styles = (0,reactcss_lib.default)({ 'default': { fields: { paddingTop: '5px', paddingBottom: '9px', width: '80px', position: 'relative' }, divider: { height: '5px' }, RGBwrap: { position: 'relative' }, RGBinput: { marginLeft: '40%', width: '40%', height: '18px', border: '1px solid #888888', boxShadow: 'inset 0 1px 1px rgba(0,0,0,.1), 0 1px 0 0 #ECECEC', marginBottom: '5px', fontSize: '13px', paddingLeft: '3px', marginRight: '10px' }, RGBlabel: { left: '0px', top: '0px', width: '34px', textTransform: 'uppercase', fontSize: '13px', height: '18px', lineHeight: '22px', position: 'absolute' }, HEXwrap: { position: 'relative' }, HEXinput: { marginLeft: '20%', width: '80%', height: '18px', border: '1px solid #888888', boxShadow: 'inset 0 1px 1px rgba(0,0,0,.1), 0 1px 0 0 #ECECEC', marginBottom: '6px', fontSize: '13px', paddingLeft: '3px' }, HEXlabel: { position: 'absolute', top: '0px', left: '0px', width: '14px', textTransform: 'uppercase', fontSize: '13px', height: '18px', lineHeight: '22px' }, fieldSymbols: { position: 'absolute', top: '5px', right: '-7px', fontSize: '13px' }, symbol: { height: '20px', lineHeight: '22px', paddingBottom: '7px' } } }); var handleChange = function handleChange(data, e) { if (data['#']) { isValidHex(data['#']) && onChange({ hex: data['#'], source: 'hex' }, e); } else if (data.r || data.g || data.b) { onChange({ r: data.r || rgb.r, g: data.g || rgb.g, b: data.b || rgb.b, source: 'rgb' }, e); } else if (data.h || data.s || data.v) { onChange({ h: data.h || hsv.h, s: data.s || hsv.s, v: data.v || hsv.v, source: 'hsv' }, e); } }; return react.createElement( 'div', { style: styles.fields }, react.createElement(common_EditableInput, { style: { wrap: styles.RGBwrap, input: styles.RGBinput, label: styles.RGBlabel }, label: 'h', value: Math.round(hsv.h), onChange: handleChange }), react.createElement(common_EditableInput, { style: { wrap: styles.RGBwrap, input: styles.RGBinput, label: styles.RGBlabel }, label: 's', value: Math.round(hsv.s * 100), onChange: handleChange }), react.createElement(common_EditableInput, { style: { wrap: styles.RGBwrap, input: styles.RGBinput, label: styles.RGBlabel }, label: 'v', value: Math.round(hsv.v * 100), onChange: handleChange }), react.createElement('div', { style: styles.divider }), react.createElement(common_EditableInput, { style: { wrap: styles.RGBwrap, input: styles.RGBinput, label: styles.RGBlabel }, label: 'r', value: rgb.r, onChange: handleChange }), react.createElement(common_EditableInput, { style: { wrap: styles.RGBwrap, input: styles.RGBinput, label: styles.RGBlabel }, label: 'g', value: rgb.g, onChange: handleChange }), react.createElement(common_EditableInput, { style: { wrap: styles.RGBwrap, input: styles.RGBinput, label: styles.RGBlabel }, label: 'b', value: rgb.b, onChange: handleChange }), react.createElement('div', { style: styles.divider }), react.createElement(common_EditableInput, { style: { wrap: styles.HEXwrap, input: styles.HEXinput, label: styles.HEXlabel }, label: '#', value: hex.replace('#', ''), onChange: handleChange }), react.createElement( 'div', { style: styles.fieldSymbols }, react.createElement( 'div', { style: styles.symbol }, '\xB0' ), react.createElement( 'div', { style: styles.symbol }, '%' ), react.createElement( 'div', { style: styles.symbol }, '%' ) ) ); }; /* harmony default export */ var PhotoshopFields = (PhotoshopPicker); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/photoshop/PhotoshopPointerCircle.js var PhotoshopPointerCircle = function PhotoshopPointerCircle(_ref) { var hsl = _ref.hsl; var styles = (0,reactcss_lib.default)({ 'default': { picker: { width: '12px', height: '12px', borderRadius: '6px', boxShadow: 'inset 0 0 0 1px #fff', transform: 'translate(-6px, -6px)' } }, 'black-outline': { picker: { boxShadow: 'inset 0 0 0 1px #000' } } }, { 'black-outline': hsl.l > 0.5 }); return react.createElement('div', { style: styles.picker }); }; /* harmony default export */ var photoshop_PhotoshopPointerCircle = (PhotoshopPointerCircle); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/photoshop/PhotoshopPointer.js var PhotoshopPointer_PhotoshopPointerCircle = function PhotoshopPointerCircle() { var styles = (0,reactcss_lib.default)({ 'default': { triangle: { width: 0, height: 0, borderStyle: 'solid', borderWidth: '4px 0 4px 6px', borderColor: 'transparent transparent transparent #fff', position: 'absolute', top: '1px', left: '1px' }, triangleBorder: { width: 0, height: 0, borderStyle: 'solid', borderWidth: '5px 0 5px 8px', borderColor: 'transparent transparent transparent #555' }, left: { Extend: 'triangleBorder', transform: 'translate(-13px, -4px)' }, leftInside: { Extend: 'triangle', transform: 'translate(-8px, -5px)' }, right: { Extend: 'triangleBorder', transform: 'translate(20px, -14px) rotate(180deg)' }, rightInside: { Extend: 'triangle', transform: 'translate(-8px, -5px)' } } }); return react.createElement( 'div', { style: styles.pointer }, react.createElement( 'div', { style: styles.left }, react.createElement('div', { style: styles.leftInside }) ), react.createElement( 'div', { style: styles.right }, react.createElement('div', { style: styles.rightInside }) ) ); }; /* harmony default export */ var PhotoshopPointer = (PhotoshopPointer_PhotoshopPointerCircle); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/photoshop/PhotoshopButton.js var PhotoshopButton = function PhotoshopButton(_ref) { var onClick = _ref.onClick, label = _ref.label, children = _ref.children, active = _ref.active; var styles = (0,reactcss_lib.default)({ 'default': { button: { backgroundImage: 'linear-gradient(-180deg, #FFFFFF 0%, #E6E6E6 100%)', border: '1px solid #878787', borderRadius: '2px', height: '20px', boxShadow: '0 1px 0 0 #EAEAEA', fontSize: '14px', color: '#000', lineHeight: '20px', textAlign: 'center', marginBottom: '10px', cursor: 'pointer' } }, 'active': { button: { boxShadow: '0 0 0 1px #878787' } } }, { active: active }); return react.createElement( 'div', { style: styles.button, onClick: onClick }, label || children ); }; /* harmony default export */ var photoshop_PhotoshopButton = (PhotoshopButton); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/photoshop/PhotoshopPreviews.js var PhotoshopPreviews = function PhotoshopPreviews(_ref) { var rgb = _ref.rgb, currentColor = _ref.currentColor; var styles = (0,reactcss_lib.default)({ 'default': { swatches: { border: '1px solid #B3B3B3', borderBottom: '1px solid #F0F0F0', marginBottom: '2px', marginTop: '1px' }, new: { height: '34px', background: 'rgb(' + rgb.r + ',' + rgb.g + ', ' + rgb.b + ')', boxShadow: 'inset 1px 0 0 #000, inset -1px 0 0 #000, inset 0 1px 0 #000' }, current: { height: '34px', background: currentColor, boxShadow: 'inset 1px 0 0 #000, inset -1px 0 0 #000, inset 0 -1px 0 #000' }, label: { fontSize: '14px', color: '#000', textAlign: 'center' } } }); return react.createElement( 'div', null, react.createElement( 'div', { style: styles.label }, 'new' ), react.createElement( 'div', { style: styles.swatches }, react.createElement('div', { style: styles.new }), react.createElement('div', { style: styles.current }) ), react.createElement( 'div', { style: styles.label }, 'current' ) ); }; /* harmony default export */ var photoshop_PhotoshopPreviews = (PhotoshopPreviews); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/photoshop/Photoshop.js var Photoshop_createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); function Photoshop_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function Photoshop_possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function Photoshop_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } var Photoshop = function (_React$Component) { Photoshop_inherits(Photoshop, _React$Component); function Photoshop(props) { Photoshop_classCallCheck(this, Photoshop); var _this = Photoshop_possibleConstructorReturn(this, (Photoshop.__proto__ || Object.getPrototypeOf(Photoshop)).call(this)); _this.state = { currentColor: props.hex }; return _this; } Photoshop_createClass(Photoshop, [{ key: 'render', value: function render() { var _props = this.props, _props$styles = _props.styles, passedStyles = _props$styles === undefined ? {} : _props$styles, _props$className = _props.className, className = _props$className === undefined ? '' : _props$className; var styles = (0,reactcss_lib.default)(lodash_es_merge({ 'default': { picker: { background: '#DCDCDC', borderRadius: '4px', boxShadow: '0 0 0 1px rgba(0,0,0,.25), 0 8px 16px rgba(0,0,0,.15)', boxSizing: 'initial', width: '513px' }, head: { backgroundImage: 'linear-gradient(-180deg, #F0F0F0 0%, #D4D4D4 100%)', borderBottom: '1px solid #B1B1B1', boxShadow: 'inset 0 1px 0 0 rgba(255,255,255,.2), inset 0 -1px 0 0 rgba(0,0,0,.02)', height: '23px', lineHeight: '24px', borderRadius: '4px 4px 0 0', fontSize: '13px', color: '#4D4D4D', textAlign: 'center' }, body: { padding: '15px 15px 0', display: 'flex' }, saturation: { width: '256px', height: '256px', position: 'relative', border: '2px solid #B3B3B3', borderBottom: '2px solid #F0F0F0', overflow: 'hidden' }, hue: { position: 'relative', height: '256px', width: '19px', marginLeft: '10px', border: '2px solid #B3B3B3', borderBottom: '2px solid #F0F0F0' }, controls: { width: '180px', marginLeft: '10px' }, top: { display: 'flex' }, previews: { width: '60px' }, actions: { flex: '1', marginLeft: '20px' } } }, passedStyles)); return react.createElement( 'div', { style: styles.picker, className: 'photoshop-picker ' + className }, react.createElement( 'div', { style: styles.head }, this.props.header ), react.createElement( 'div', { style: styles.body, className: 'flexbox-fix' }, react.createElement( 'div', { style: styles.saturation }, react.createElement(common_Saturation, { hsl: this.props.hsl, hsv: this.props.hsv, pointer: photoshop_PhotoshopPointerCircle, onChange: this.props.onChange }) ), react.createElement( 'div', { style: styles.hue }, react.createElement(common_Hue, { direction: 'vertical', hsl: this.props.hsl, pointer: PhotoshopPointer, onChange: this.props.onChange }) ), react.createElement( 'div', { style: styles.controls }, react.createElement( 'div', { style: styles.top, className: 'flexbox-fix' }, react.createElement( 'div', { style: styles.previews }, react.createElement(photoshop_PhotoshopPreviews, { rgb: this.props.rgb, currentColor: this.state.currentColor }) ), react.createElement( 'div', { style: styles.actions }, react.createElement(photoshop_PhotoshopButton, { label: 'OK', onClick: this.props.onAccept, active: true }), react.createElement(photoshop_PhotoshopButton, { label: 'Cancel', onClick: this.props.onCancel }), react.createElement(PhotoshopFields, { onChange: this.props.onChange, rgb: this.props.rgb, hsv: this.props.hsv, hex: this.props.hex }) ) ) ) ) ); } }]); return Photoshop; }(react.Component); Photoshop.propTypes = { header: (prop_types_default()).string, styles: (prop_types_default()).object }; Photoshop.defaultProps = { header: 'Color Picker', styles: {} }; /* harmony default export */ var photoshop_Photoshop = (common_ColorWrap(Photoshop)); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/sketch/SketchFields.js /* eslint-disable no-param-reassign */ var SketchFields = function SketchFields(_ref) { var onChange = _ref.onChange, rgb = _ref.rgb, hsl = _ref.hsl, hex = _ref.hex, disableAlpha = _ref.disableAlpha; var styles = (0,reactcss_lib.default)({ 'default': { fields: { display: 'flex', paddingTop: '4px' }, single: { flex: '1', paddingLeft: '6px' }, alpha: { flex: '1', paddingLeft: '6px' }, double: { flex: '2' }, input: { width: '80%', padding: '4px 10% 3px', border: 'none', boxShadow: 'inset 0 0 0 1px #ccc', fontSize: '11px' }, label: { display: 'block', textAlign: 'center', fontSize: '11px', color: '#222', paddingTop: '3px', paddingBottom: '4px', textTransform: 'capitalize' } }, 'disableAlpha': { alpha: { display: 'none' } } }, { disableAlpha: disableAlpha }); var handleChange = function handleChange(data, e) { if (data.hex) { isValidHex(data.hex) && onChange({ hex: data.hex, source: 'hex' }, e); } else if (data.r || data.g || data.b) { onChange({ r: data.r || rgb.r, g: data.g || rgb.g, b: data.b || rgb.b, a: rgb.a, source: 'rgb' }, e); } else if (data.a) { if (data.a < 0) { data.a = 0; } else if (data.a > 100) { data.a = 100; } data.a /= 100; onChange({ h: hsl.h, s: hsl.s, l: hsl.l, a: data.a, source: 'rgb' }, e); } }; return react.createElement( 'div', { style: styles.fields, className: 'flexbox-fix' }, react.createElement( 'div', { style: styles.double }, react.createElement(common_EditableInput, { style: { input: styles.input, label: styles.label }, label: 'hex', value: hex.replace('#', ''), onChange: handleChange }) ), react.createElement( 'div', { style: styles.single }, react.createElement(common_EditableInput, { style: { input: styles.input, label: styles.label }, label: 'r', value: rgb.r, onChange: handleChange, dragLabel: 'true', dragMax: '255' }) ), react.createElement( 'div', { style: styles.single }, react.createElement(common_EditableInput, { style: { input: styles.input, label: styles.label }, label: 'g', value: rgb.g, onChange: handleChange, dragLabel: 'true', dragMax: '255' }) ), react.createElement( 'div', { style: styles.single }, react.createElement(common_EditableInput, { style: { input: styles.input, label: styles.label }, label: 'b', value: rgb.b, onChange: handleChange, dragLabel: 'true', dragMax: '255' }) ), react.createElement( 'div', { style: styles.alpha }, react.createElement(common_EditableInput, { style: { input: styles.input, label: styles.label }, label: 'a', value: Math.round(rgb.a * 100), onChange: handleChange, dragLabel: 'true', dragMax: '100' }) ) ); }; /* harmony default export */ var sketch_SketchFields = (SketchFields); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/sketch/SketchPresetColors.js var SketchPresetColors_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var SketchPresetColors = function SketchPresetColors(_ref) { var colors = _ref.colors, _ref$onClick = _ref.onClick, onClick = _ref$onClick === undefined ? function () {} : _ref$onClick, onSwatchHover = _ref.onSwatchHover; var styles = (0,reactcss_lib.default)({ 'default': { colors: { margin: '0 -10px', padding: '10px 0 0 10px', borderTop: '1px solid #eee', display: 'flex', flexWrap: 'wrap', position: 'relative' }, swatchWrap: { width: '16px', height: '16px', margin: '0 10px 10px 0' }, swatch: { borderRadius: '3px', boxShadow: 'inset 0 0 0 1px rgba(0,0,0,.15)' } }, 'no-presets': { colors: { display: 'none' } } }, { 'no-presets': !colors || !colors.length }); var handleClick = function handleClick(hex, e) { onClick({ hex: hex, source: 'hex' }, e); }; return react.createElement( 'div', { style: styles.colors, className: 'flexbox-fix' }, colors.map(function (colorObjOrString) { var c = typeof colorObjOrString === 'string' ? { color: colorObjOrString } : colorObjOrString; var key = '' + c.color + (c.title || ''); return react.createElement( 'div', { key: key, style: styles.swatchWrap }, react.createElement(common_Swatch, SketchPresetColors_extends({}, c, { style: styles.swatch, onClick: handleClick, onHover: onSwatchHover, focusStyle: { boxShadow: 'inset 0 0 0 1px rgba(0,0,0,.15), 0 0 4px ' + c.color } })) ); }) ); }; SketchPresetColors.propTypes = { colors: prop_types_default().arrayOf(prop_types_default().oneOfType([(prop_types_default()).string, prop_types_default().shape({ color: (prop_types_default()).string, title: (prop_types_default()).string })])).isRequired }; /* harmony default export */ var sketch_SketchPresetColors = (SketchPresetColors); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/sketch/Sketch.js var Sketch_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var Sketch = function Sketch(_ref) { var width = _ref.width, rgb = _ref.rgb, hex = _ref.hex, hsv = _ref.hsv, hsl = _ref.hsl, onChange = _ref.onChange, onSwatchHover = _ref.onSwatchHover, disableAlpha = _ref.disableAlpha, presetColors = _ref.presetColors, renderers = _ref.renderers, _ref$styles = _ref.styles, passedStyles = _ref$styles === undefined ? {} : _ref$styles, _ref$className = _ref.className, className = _ref$className === undefined ? '' : _ref$className; var styles = (0,reactcss_lib.default)(lodash_es_merge({ 'default': Sketch_extends({ picker: { width: width, padding: '10px 10px 0', boxSizing: 'initial', background: '#fff', borderRadius: '4px', boxShadow: '0 0 0 1px rgba(0,0,0,.15), 0 8px 16px rgba(0,0,0,.15)' }, saturation: { width: '100%', paddingBottom: '75%', position: 'relative', overflow: 'hidden' }, Saturation: { radius: '3px', shadow: 'inset 0 0 0 1px rgba(0,0,0,.15), inset 0 0 4px rgba(0,0,0,.25)' }, controls: { display: 'flex' }, sliders: { padding: '4px 0', flex: '1' }, color: { width: '24px', height: '24px', position: 'relative', marginTop: '4px', marginLeft: '4px', borderRadius: '3px' }, activeColor: { absolute: '0px 0px 0px 0px', borderRadius: '2px', background: 'rgba(' + rgb.r + ',' + rgb.g + ',' + rgb.b + ',' + rgb.a + ')', boxShadow: 'inset 0 0 0 1px rgba(0,0,0,.15), inset 0 0 4px rgba(0,0,0,.25)' }, hue: { position: 'relative', height: '10px', overflow: 'hidden' }, Hue: { radius: '2px', shadow: 'inset 0 0 0 1px rgba(0,0,0,.15), inset 0 0 4px rgba(0,0,0,.25)' }, alpha: { position: 'relative', height: '10px', marginTop: '4px', overflow: 'hidden' }, Alpha: { radius: '2px', shadow: 'inset 0 0 0 1px rgba(0,0,0,.15), inset 0 0 4px rgba(0,0,0,.25)' } }, passedStyles), 'disableAlpha': { color: { height: '10px' }, hue: { height: '10px' }, alpha: { display: 'none' } } }, passedStyles), { disableAlpha: disableAlpha }); return react.createElement( 'div', { style: styles.picker, className: 'sketch-picker ' + className }, react.createElement( 'div', { style: styles.saturation }, react.createElement(common_Saturation, { style: styles.Saturation, hsl: hsl, hsv: hsv, onChange: onChange }) ), react.createElement( 'div', { style: styles.controls, className: 'flexbox-fix' }, react.createElement( 'div', { style: styles.sliders }, react.createElement( 'div', { style: styles.hue }, react.createElement(common_Hue, { style: styles.Hue, hsl: hsl, onChange: onChange }) ), react.createElement( 'div', { style: styles.alpha }, react.createElement(common_Alpha, { style: styles.Alpha, rgb: rgb, hsl: hsl, renderers: renderers, onChange: onChange }) ) ), react.createElement( 'div', { style: styles.color }, react.createElement(common_Checkboard, null), react.createElement('div', { style: styles.activeColor }) ) ), react.createElement(sketch_SketchFields, { rgb: rgb, hsl: hsl, hex: hex, onChange: onChange, disableAlpha: disableAlpha }), react.createElement(sketch_SketchPresetColors, { colors: presetColors, onClick: onChange, onSwatchHover: onSwatchHover }) ); }; Sketch.propTypes = { disableAlpha: (prop_types_default()).bool, width: prop_types_default().oneOfType([(prop_types_default()).string, (prop_types_default()).number]), styles: (prop_types_default()).object }; Sketch.defaultProps = { disableAlpha: false, width: 200, styles: {}, presetColors: ['#D0021B', '#F5A623', '#F8E71C', '#8B572A', '#7ED321', '#417505', '#BD10E0', '#9013FE', '#4A90E2', '#50E3C2', '#B8E986', '#000000', '#4A4A4A', '#9B9B9B', '#FFFFFF'] }; /* harmony default export */ var sketch_Sketch = (common_ColorWrap(Sketch)); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/slider/SliderSwatch.js var SliderSwatch = function SliderSwatch(_ref) { var hsl = _ref.hsl, offset = _ref.offset, _ref$onClick = _ref.onClick, onClick = _ref$onClick === undefined ? function () {} : _ref$onClick, active = _ref.active, first = _ref.first, last = _ref.last; var styles = (0,reactcss_lib.default)({ 'default': { swatch: { height: '12px', background: 'hsl(' + hsl.h + ', 50%, ' + offset * 100 + '%)', cursor: 'pointer' } }, 'first': { swatch: { borderRadius: '2px 0 0 2px' } }, 'last': { swatch: { borderRadius: '0 2px 2px 0' } }, 'active': { swatch: { transform: 'scaleY(1.8)', borderRadius: '3.6px/2px' } } }, { active: active, first: first, last: last }); var handleClick = function handleClick(e) { return onClick({ h: hsl.h, s: 0.5, l: offset, source: 'hsl' }, e); }; return react.createElement('div', { style: styles.swatch, onClick: handleClick }); }; /* harmony default export */ var slider_SliderSwatch = (SliderSwatch); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/slider/SliderSwatches.js var SliderSwatches = function SliderSwatches(_ref) { var onClick = _ref.onClick, hsl = _ref.hsl; var styles = (0,reactcss_lib.default)({ 'default': { swatches: { marginTop: '20px' }, swatch: { boxSizing: 'border-box', width: '20%', paddingRight: '1px', float: 'left' }, clear: { clear: 'both' } } }); // Acceptible difference in floating point equality var epsilon = 0.1; return react.createElement( 'div', { style: styles.swatches }, react.createElement( 'div', { style: styles.swatch }, react.createElement(slider_SliderSwatch, { hsl: hsl, offset: '.80', active: Math.abs(hsl.l - 0.80) < epsilon && Math.abs(hsl.s - 0.50) < epsilon, onClick: onClick, first: true }) ), react.createElement( 'div', { style: styles.swatch }, react.createElement(slider_SliderSwatch, { hsl: hsl, offset: '.65', active: Math.abs(hsl.l - 0.65) < epsilon && Math.abs(hsl.s - 0.50) < epsilon, onClick: onClick }) ), react.createElement( 'div', { style: styles.swatch }, react.createElement(slider_SliderSwatch, { hsl: hsl, offset: '.50', active: Math.abs(hsl.l - 0.50) < epsilon && Math.abs(hsl.s - 0.50) < epsilon, onClick: onClick }) ), react.createElement( 'div', { style: styles.swatch }, react.createElement(slider_SliderSwatch, { hsl: hsl, offset: '.35', active: Math.abs(hsl.l - 0.35) < epsilon && Math.abs(hsl.s - 0.50) < epsilon, onClick: onClick }) ), react.createElement( 'div', { style: styles.swatch }, react.createElement(slider_SliderSwatch, { hsl: hsl, offset: '.20', active: Math.abs(hsl.l - 0.20) < epsilon && Math.abs(hsl.s - 0.50) < epsilon, onClick: onClick, last: true }) ), react.createElement('div', { style: styles.clear }) ); }; /* harmony default export */ var slider_SliderSwatches = (SliderSwatches); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/slider/SliderPointer.js var SliderPointer_SliderPointer = function SliderPointer() { var styles = (0,reactcss_lib.default)({ 'default': { picker: { width: '14px', height: '14px', borderRadius: '6px', transform: 'translate(-7px, -1px)', backgroundColor: 'rgb(248, 248, 248)', boxShadow: '0 1px 4px 0 rgba(0, 0, 0, 0.37)' } } }); return react.createElement('div', { style: styles.picker }); }; /* harmony default export */ var slider_SliderPointer = (SliderPointer_SliderPointer); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/slider/Slider.js var Slider = function Slider(_ref) { var hsl = _ref.hsl, onChange = _ref.onChange, pointer = _ref.pointer, _ref$styles = _ref.styles, passedStyles = _ref$styles === undefined ? {} : _ref$styles, _ref$className = _ref.className, className = _ref$className === undefined ? '' : _ref$className; var styles = (0,reactcss_lib.default)(lodash_es_merge({ 'default': { hue: { height: '12px', position: 'relative' }, Hue: { radius: '2px' } } }, passedStyles)); return react.createElement( 'div', { style: styles.wrap || {}, className: 'slider-picker ' + className }, react.createElement( 'div', { style: styles.hue }, react.createElement(common_Hue, { style: styles.Hue, hsl: hsl, pointer: pointer, onChange: onChange }) ), react.createElement( 'div', { style: styles.swatches }, react.createElement(slider_SliderSwatches, { hsl: hsl, onClick: onChange }) ) ); }; Slider.propTypes = { styles: (prop_types_default()).object }; Slider.defaultProps = { pointer: slider_SliderPointer, styles: {} }; /* harmony default export */ var slider_Slider = (common_ColorWrap(Slider)); // EXTERNAL MODULE: ./node_modules/@icons/material/CheckIcon.js var material_CheckIcon = __webpack_require__(70597); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/swatches/SwatchesColor.js var SwatchesColor = function SwatchesColor(_ref) { var color = _ref.color, _ref$onClick = _ref.onClick, onClick = _ref$onClick === undefined ? function () {} : _ref$onClick, onSwatchHover = _ref.onSwatchHover, first = _ref.first, last = _ref.last, active = _ref.active; var styles = (0,reactcss_lib.default)({ 'default': { color: { width: '40px', height: '24px', cursor: 'pointer', background: color, marginBottom: '1px' }, check: { color: getContrastingColor(color), marginLeft: '8px', display: 'none' } }, 'first': { color: { overflow: 'hidden', borderRadius: '2px 2px 0 0' } }, 'last': { color: { overflow: 'hidden', borderRadius: '0 0 2px 2px' } }, 'active': { check: { display: 'block' } }, 'color-#FFFFFF': { color: { boxShadow: 'inset 0 0 0 1px #ddd' }, check: { color: '#333' } }, 'transparent': { check: { color: '#333' } } }, { first: first, last: last, active: active, 'color-#FFFFFF': color === '#FFFFFF', 'transparent': color === 'transparent' }); return react.createElement( common_Swatch, { color: color, style: styles.color, onClick: onClick, onHover: onSwatchHover, focusStyle: { boxShadow: '0 0 4px ' + color } }, react.createElement( 'div', { style: styles.check }, react.createElement(material_CheckIcon/* default */.Z, null) ) ); }; /* harmony default export */ var swatches_SwatchesColor = (SwatchesColor); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/swatches/SwatchesGroup.js var SwatchesGroup = function SwatchesGroup(_ref) { var onClick = _ref.onClick, onSwatchHover = _ref.onSwatchHover, group = _ref.group, active = _ref.active; var styles = (0,reactcss_lib.default)({ 'default': { group: { paddingBottom: '10px', width: '40px', float: 'left', marginRight: '10px' } } }); return react.createElement( 'div', { style: styles.group }, lodash_es_map(group, function (color, i) { return react.createElement(swatches_SwatchesColor, { key: color, color: color, active: color.toLowerCase() === active, first: i === 0, last: i === group.length - 1, onClick: onClick, onSwatchHover: onSwatchHover }); }) ); }; /* harmony default export */ var swatches_SwatchesGroup = (SwatchesGroup); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/swatches/Swatches.js var Swatches = function Swatches(_ref) { var width = _ref.width, height = _ref.height, onChange = _ref.onChange, onSwatchHover = _ref.onSwatchHover, colors = _ref.colors, hex = _ref.hex, _ref$styles = _ref.styles, passedStyles = _ref$styles === undefined ? {} : _ref$styles, _ref$className = _ref.className, className = _ref$className === undefined ? '' : _ref$className; var styles = (0,reactcss_lib.default)(lodash_es_merge({ 'default': { picker: { width: width, height: height }, overflow: { height: height, overflowY: 'scroll' }, body: { padding: '16px 0 6px 16px' }, clear: { clear: 'both' } } }, passedStyles)); var handleChange = function handleChange(data, e) { return onChange({ hex: data, source: 'hex' }, e); }; return react.createElement( 'div', { style: styles.picker, className: 'swatches-picker ' + className }, react.createElement( common_Raised, null, react.createElement( 'div', { style: styles.overflow }, react.createElement( 'div', { style: styles.body }, lodash_es_map(colors, function (group) { return react.createElement(swatches_SwatchesGroup, { key: group.toString(), group: group, active: hex, onClick: handleChange, onSwatchHover: onSwatchHover }); }), react.createElement('div', { style: styles.clear }) ) ) ) ); }; Swatches.propTypes = { width: prop_types_default().oneOfType([(prop_types_default()).string, (prop_types_default()).number]), height: prop_types_default().oneOfType([(prop_types_default()).string, (prop_types_default()).number]), colors: prop_types_default().arrayOf(prop_types_default().arrayOf((prop_types_default()).string)), styles: (prop_types_default()).object /* eslint-disable max-len */ };Swatches.defaultProps = { width: 320, height: 240, colors: [[colors_es2015_red[900], colors_es2015_red[700], colors_es2015_red[500], colors_es2015_red[300], colors_es2015_red[100]], [pink[900], pink[700], pink[500], pink[300], pink[100]], [purple[900], purple[700], purple[500], purple[300], purple[100]], [deepPurple[900], deepPurple[700], deepPurple[500], deepPurple[300], deepPurple[100]], [indigo[900], indigo[700], indigo[500], indigo[300], indigo[100]], [blue[900], blue[700], blue[500], blue[300], blue[100]], [lightBlue[900], lightBlue[700], lightBlue[500], lightBlue[300], lightBlue[100]], [cyan[900], cyan[700], cyan[500], cyan[300], cyan[100]], [teal[900], teal[700], teal[500], teal[300], teal[100]], ['#194D33', green[700], green[500], green[300], green[100]], [lightGreen[900], lightGreen[700], lightGreen[500], lightGreen[300], lightGreen[100]], [lime[900], lime[700], lime[500], lime[300], lime[100]], [yellow[900], yellow[700], yellow[500], yellow[300], yellow[100]], [amber[900], amber[700], amber[500], amber[300], amber[100]], [orange[900], orange[700], orange[500], orange[300], orange[100]], [deepOrange[900], deepOrange[700], deepOrange[500], deepOrange[300], deepOrange[100]], [brown[900], brown[700], brown[500], brown[300], brown[100]], [blueGrey[900], blueGrey[700], blueGrey[500], blueGrey[300], blueGrey[100]], ['#000000', '#525252', '#969696', '#D9D9D9', '#FFFFFF']], styles: {} }; /* harmony default export */ var swatches_Swatches = (common_ColorWrap(Swatches)); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/twitter/Twitter.js var Twitter = function Twitter(_ref) { var onChange = _ref.onChange, onSwatchHover = _ref.onSwatchHover, hex = _ref.hex, colors = _ref.colors, width = _ref.width, triangle = _ref.triangle, _ref$styles = _ref.styles, passedStyles = _ref$styles === undefined ? {} : _ref$styles, _ref$className = _ref.className, className = _ref$className === undefined ? '' : _ref$className; var styles = (0,reactcss_lib.default)(lodash_es_merge({ 'default': { card: { width: width, background: '#fff', border: '0 solid rgba(0,0,0,0.25)', boxShadow: '0 1px 4px rgba(0,0,0,0.25)', borderRadius: '4px', position: 'relative' }, body: { padding: '15px 9px 9px 15px' }, label: { fontSize: '18px', color: '#fff' }, triangle: { width: '0px', height: '0px', borderStyle: 'solid', borderWidth: '0 9px 10px 9px', borderColor: 'transparent transparent #fff transparent', position: 'absolute' }, triangleShadow: { width: '0px', height: '0px', borderStyle: 'solid', borderWidth: '0 9px 10px 9px', borderColor: 'transparent transparent rgba(0,0,0,.1) transparent', position: 'absolute' }, hash: { background: '#F0F0F0', height: '30px', width: '30px', borderRadius: '4px 0 0 4px', float: 'left', color: '#98A1A4', display: 'flex', alignItems: 'center', justifyContent: 'center' }, input: { width: '100px', fontSize: '14px', color: '#666', border: '0px', outline: 'none', height: '28px', boxShadow: 'inset 0 0 0 1px #F0F0F0', boxSizing: 'content-box', borderRadius: '0 4px 4px 0', float: 'left', paddingLeft: '8px' }, swatch: { width: '30px', height: '30px', float: 'left', borderRadius: '4px', margin: '0 6px 6px 0' }, clear: { clear: 'both' } }, 'hide-triangle': { triangle: { display: 'none' }, triangleShadow: { display: 'none' } }, 'top-left-triangle': { triangle: { top: '-10px', left: '12px' }, triangleShadow: { top: '-11px', left: '12px' } }, 'top-right-triangle': { triangle: { top: '-10px', right: '12px' }, triangleShadow: { top: '-11px', right: '12px' } } }, passedStyles), { 'hide-triangle': triangle === 'hide', 'top-left-triangle': triangle === 'top-left', 'top-right-triangle': triangle === 'top-right' }); var handleChange = function handleChange(hexcode, e) { isValidHex(hexcode) && onChange({ hex: hexcode, source: 'hex' }, e); }; return react.createElement( 'div', { style: styles.card, className: 'twitter-picker ' + className }, react.createElement('div', { style: styles.triangleShadow }), react.createElement('div', { style: styles.triangle }), react.createElement( 'div', { style: styles.body }, lodash_es_map(colors, function (c, i) { return react.createElement(common_Swatch, { key: i, color: c, hex: c, style: styles.swatch, onClick: handleChange, onHover: onSwatchHover, focusStyle: { boxShadow: '0 0 4px ' + c } }); }), react.createElement( 'div', { style: styles.hash }, '#' ), react.createElement(common_EditableInput, { label: null, style: { input: styles.input }, value: hex.replace('#', ''), onChange: handleChange }), react.createElement('div', { style: styles.clear }) ) ); }; Twitter.propTypes = { width: prop_types_default().oneOfType([(prop_types_default()).string, (prop_types_default()).number]), triangle: prop_types_default().oneOf(['hide', 'top-left', 'top-right']), colors: prop_types_default().arrayOf((prop_types_default()).string), styles: (prop_types_default()).object }; Twitter.defaultProps = { width: 276, colors: ['#FF6900', '#FCB900', '#7BDCB5', '#00D084', '#8ED1FC', '#0693E3', '#ABB8C3', '#EB144C', '#F78DA7', '#9900EF'], triangle: 'top-left', styles: {} }; /* harmony default export */ var twitter_Twitter = (common_ColorWrap(Twitter)); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/google/GooglePointerCircle.js var GooglePointerCircle = function GooglePointerCircle(props) { var styles = (0,reactcss_lib.default)({ 'default': { picker: { width: '20px', height: '20px', borderRadius: '22px', border: '2px #fff solid', transform: 'translate(-12px, -13px)', background: 'hsl(' + Math.round(props.hsl.h) + ', ' + Math.round(props.hsl.s * 100) + '%, ' + Math.round(props.hsl.l * 100) + '%)' } } }); return react.createElement('div', { style: styles.picker }); }; GooglePointerCircle.propTypes = { hsl: prop_types_default().shape({ h: (prop_types_default()).number, s: (prop_types_default()).number, l: (prop_types_default()).number, a: (prop_types_default()).number }) }; GooglePointerCircle.defaultProps = { hsl: { a: 1, h: 249.94, l: 0.2, s: 0.50 } }; /* harmony default export */ var google_GooglePointerCircle = (GooglePointerCircle); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/google/GooglePointer.js var GooglePointer = function GooglePointer(props) { var styles = (0,reactcss_lib.default)({ 'default': { picker: { width: '20px', height: '20px', borderRadius: '22px', transform: 'translate(-10px, -7px)', background: 'hsl(' + Math.round(props.hsl.h) + ', 100%, 50%)', border: '2px white solid' } } }); return react.createElement('div', { style: styles.picker }); }; GooglePointer.propTypes = { hsl: prop_types_default().shape({ h: (prop_types_default()).number, s: (prop_types_default()).number, l: (prop_types_default()).number, a: (prop_types_default()).number }) }; GooglePointer.defaultProps = { hsl: { a: 1, h: 249.94, l: 0.2, s: 0.50 } }; /* harmony default export */ var google_GooglePointer = (GooglePointer); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/google/GoogleFields.js var GoogleFields = function GoogleFields(_ref) { var onChange = _ref.onChange, rgb = _ref.rgb, hsl = _ref.hsl, hex = _ref.hex, hsv = _ref.hsv; var handleChange = function handleChange(data, e) { if (data.hex) { isValidHex(data.hex) && onChange({ hex: data.hex, source: 'hex' }, e); } else if (data.rgb) { var values = data.rgb.split(','); isvalidColorString(data.rgb, 'rgb') && onChange({ r: values[0], g: values[1], b: values[2], a: 1, source: 'rgb' }, e); } else if (data.hsv) { var _values = data.hsv.split(','); if (isvalidColorString(data.hsv, 'hsv')) { _values[2] = _values[2].replace('%', ''); _values[1] = _values[1].replace('%', ''); _values[0] = _values[0].replace('°', ''); if (_values[1] == 1) { _values[1] = 0.01; } else if (_values[2] == 1) { _values[2] = 0.01; } onChange({ h: Number(_values[0]), s: Number(_values[1]), v: Number(_values[2]), source: 'hsv' }, e); } } else if (data.hsl) { var _values2 = data.hsl.split(','); if (isvalidColorString(data.hsl, 'hsl')) { _values2[2] = _values2[2].replace('%', ''); _values2[1] = _values2[1].replace('%', ''); _values2[0] = _values2[0].replace('°', ''); if (hsvValue[1] == 1) { hsvValue[1] = 0.01; } else if (hsvValue[2] == 1) { hsvValue[2] = 0.01; } onChange({ h: Number(_values2[0]), s: Number(_values2[1]), v: Number(_values2[2]), source: 'hsl' }, e); } } }; var styles = (0,reactcss_lib.default)({ 'default': { wrap: { display: 'flex', height: '100px', marginTop: '4px' }, fields: { width: '100%' }, column: { paddingTop: '10px', display: 'flex', justifyContent: 'space-between' }, double: { padding: '0px 4.4px', boxSizing: 'border-box' }, input: { width: '100%', height: '38px', boxSizing: 'border-box', padding: '4px 10% 3px', textAlign: 'center', border: '1px solid #dadce0', fontSize: '11px', textTransform: 'lowercase', borderRadius: '5px', outline: 'none', fontFamily: 'Roboto,Arial,sans-serif' }, input2: { height: '38px', width: '100%', border: '1px solid #dadce0', boxSizing: 'border-box', fontSize: '11px', textTransform: 'lowercase', borderRadius: '5px', outline: 'none', paddingLeft: '10px', fontFamily: 'Roboto,Arial,sans-serif' }, label: { textAlign: 'center', fontSize: '12px', background: '#fff', position: 'absolute', textTransform: 'uppercase', color: '#3c4043', width: '35px', top: '-6px', left: '0', right: '0', marginLeft: 'auto', marginRight: 'auto', fontFamily: 'Roboto,Arial,sans-serif' }, label2: { left: '10px', textAlign: 'center', fontSize: '12px', background: '#fff', position: 'absolute', textTransform: 'uppercase', color: '#3c4043', width: '32px', top: '-6px', fontFamily: 'Roboto,Arial,sans-serif' }, single: { flexGrow: '1', margin: '0px 4.4px' } } }); var rgbValue = rgb.r + ', ' + rgb.g + ', ' + rgb.b; var hslValue = Math.round(hsl.h) + '\xB0, ' + Math.round(hsl.s * 100) + '%, ' + Math.round(hsl.l * 100) + '%'; var hsvValue = Math.round(hsv.h) + '\xB0, ' + Math.round(hsv.s * 100) + '%, ' + Math.round(hsv.v * 100) + '%'; return react.createElement( 'div', { style: styles.wrap, className: 'flexbox-fix' }, react.createElement( 'div', { style: styles.fields }, react.createElement( 'div', { style: styles.double }, react.createElement(common_EditableInput, { style: { input: styles.input, label: styles.label }, label: 'hex', value: hex, onChange: handleChange }) ), react.createElement( 'div', { style: styles.column }, react.createElement( 'div', { style: styles.single }, react.createElement(common_EditableInput, { style: { input: styles.input2, label: styles.label2 }, label: 'rgb', value: rgbValue, onChange: handleChange }) ), react.createElement( 'div', { style: styles.single }, react.createElement(common_EditableInput, { style: { input: styles.input2, label: styles.label2 }, label: 'hsv', value: hsvValue, onChange: handleChange }) ), react.createElement( 'div', { style: styles.single }, react.createElement(common_EditableInput, { style: { input: styles.input2, label: styles.label2 }, label: 'hsl', value: hslValue, onChange: handleChange }) ) ) ) ); }; /* harmony default export */ var google_GoogleFields = (GoogleFields); ;// CONCATENATED MODULE: ./node_modules/react-color/es/components/google/Google.js var Google = function Google(_ref) { var width = _ref.width, onChange = _ref.onChange, rgb = _ref.rgb, hsl = _ref.hsl, hsv = _ref.hsv, hex = _ref.hex, header = _ref.header, _ref$styles = _ref.styles, passedStyles = _ref$styles === undefined ? {} : _ref$styles, _ref$className = _ref.className, className = _ref$className === undefined ? '' : _ref$className; var styles = (0,reactcss_lib.default)(lodash_es_merge({ 'default': { picker: { width: width, background: '#fff', border: '1px solid #dfe1e5', boxSizing: 'initial', display: 'flex', flexWrap: 'wrap', borderRadius: '8px 8px 0px 0px' }, head: { height: '57px', width: '100%', paddingTop: '16px', paddingBottom: '16px', paddingLeft: '16px', fontSize: '20px', boxSizing: 'border-box', fontFamily: 'Roboto-Regular,HelveticaNeue,Arial,sans-serif' }, saturation: { width: '70%', padding: '0px', position: 'relative', overflow: 'hidden' }, swatch: { width: '30%', height: '228px', padding: '0px', background: 'rgba(' + rgb.r + ', ' + rgb.g + ', ' + rgb.b + ', 1)', position: 'relative', overflow: 'hidden' }, body: { margin: 'auto', width: '95%' }, controls: { display: 'flex', boxSizing: 'border-box', height: '52px', paddingTop: '22px' }, color: { width: '32px' }, hue: { height: '8px', position: 'relative', margin: '0px 16px 0px 16px', width: '100%' }, Hue: { radius: '2px' } } }, passedStyles)); return react.createElement( 'div', { style: styles.picker, className: 'google-picker ' + className }, react.createElement( 'div', { style: styles.head }, header ), react.createElement('div', { style: styles.swatch }), react.createElement( 'div', { style: styles.saturation }, react.createElement(common_Saturation, { hsl: hsl, hsv: hsv, pointer: google_GooglePointerCircle, onChange: onChange }) ), react.createElement( 'div', { style: styles.body }, react.createElement( 'div', { style: styles.controls, className: 'flexbox-fix' }, react.createElement( 'div', { style: styles.hue }, react.createElement(common_Hue, { style: styles.Hue, hsl: hsl, radius: '4px', pointer: google_GooglePointer, onChange: onChange }) ) ), react.createElement(google_GoogleFields, { rgb: rgb, hsl: hsl, hex: hex, hsv: hsv, onChange: onChange }) ) ); }; Google.propTypes = { width: prop_types_default().oneOfType([(prop_types_default()).string, (prop_types_default()).number]), styles: (prop_types_default()).object, header: (prop_types_default()).string }; Google.defaultProps = { width: 652, styles: {}, header: 'Color picker' }; /* harmony default export */ var google_Google = (common_ColorWrap(Google)); ;// CONCATENATED MODULE: ./node_modules/react-color/es/index.js // EXTERNAL MODULE: ./node_modules/react-color/lib/components/common/index.js var common = __webpack_require__(1150); // EXTERNAL MODULE: ./node_modules/react-color/lib/helpers/color.js var color = __webpack_require__(64809); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ColorPicker/ColorPickerContainer/InputFields.js function InputFields(_ref) { var hex = _ref.hex, rgb = _ref.rgb, onChange = _ref.onChange, _ref$type = _ref.type, type = _ref$type === void 0 ? "hex" : _ref$type; var styles = (0,reactcss_lib.default)({ "default": { material: { width: "600px", height: "49px", paddingLeft: "6px", fontFamily: "Roboto" }, wrap: { position: "relative" }, input: { width: "100%", marginTop: "14px", fontSize: "15px", color: "#333", padding: "0px", border: "0px", borderBottom: "1px solid #eee", outline: "none", height: "30px" }, label: { position: "absolute", top: "0px", left: "0px", fontSize: "11px", color: "#999999", textTransform: "capitalize" }, Hex: { style: {} }, split: { display: "flex", marginRight: "-10px", marginLeft: "10px" }, third: { flex: "1", paddingRight: "10px" } } }); var handleChange = function handleChange(data, e) { if (data.hex) { color.isValidHex(data.hex) && onChange({ hex: data.hex, source: "hex" }, e); } else if (data.r || data.g || data.b || data.a) { onChange({ r: data.r || rgb.r, g: data.g || rgb.g, b: data.b || rgb.b, a: data.a || rgb.a, source: "rgb" }, e); } }; return /*#__PURE__*/react.createElement("div", { style: styles.material, className: "material-picker", "data-testid": "color-picker-inputs" }, type === "hex" ? /*#__PURE__*/react.createElement(common/* EditableInput */.Vm, { style: { wrap: styles.wrap, input: styles.input, label: styles.label }, label: "hex", value: hex, onChange: handleChange }) : /*#__PURE__*/react.createElement("div", { style: styles.split, className: "flexbox-fix" }, /*#__PURE__*/react.createElement("div", { style: styles.third }, /*#__PURE__*/react.createElement(common/* EditableInput */.Vm, { style: { wrap: styles.wrap, input: styles.input, label: styles.label }, label: "r", value: rgb.r, onChange: handleChange })), /*#__PURE__*/react.createElement("div", { style: styles.third }, /*#__PURE__*/react.createElement(common/* EditableInput */.Vm, { style: { wrap: styles.wrap, input: styles.input, label: styles.label }, label: "g", value: rgb.g, onChange: handleChange })), /*#__PURE__*/react.createElement("div", { style: styles.third }, /*#__PURE__*/react.createElement(common/* EditableInput */.Vm, { style: { wrap: styles.wrap, input: styles.input, label: styles.label }, label: "b", value: rgb.b, onChange: handleChange })), /*#__PURE__*/react.createElement("div", { style: styles.third }, /*#__PURE__*/react.createElement(common/* EditableInput */.Vm, { style: { wrap: styles.wrap, input: styles.input, label: styles.label }, label: "a", value: rgb.a, onChange: handleChange })))); } ;// CONCATENATED MODULE: ./src/js/utils/color-helpers.js /* global require */ var gradientParser = __webpack_require__(49948); var color_helpers_rgbToRgba = function rgbToRgba(rgb) { var a = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1; return /rgba/.test(rgb) ? rgb : rgb.replace("rgb(", "rgba(").replace(")", ", ".concat(a, ")")); }; var getRadialGradientPreview = function getRadialGradientPreview(palette) { var background = "radial-gradient(".concat(palette.map(function (_ref) { var color = _ref.color, offset = _ref.offset, opacity = _ref.opacity; return "".concat(color_helpers_rgbToRgba(color, opacity), " ").concat(offset * 100, "%"); }).join(", "), ")"); return { background: background }; }; var getSolidPreview = function getSolidPreview(palette) { if (typeof palette !== "string") return { background: color_helpers_rgbToRgba(palette[0].color, palette[0].opacity) }; return { background: palette }; }; var getColorType = function getColorType(value) { if (value == null) return "solid"; if (/radial/.test(value)) return "radial"; if (/linear/.test(value)) return "linear"; return "solid"; }; var getPaletteAngle = function getPaletteAngle(value) { if (value == null) return { palette: null, angle: 90 }; /* webpack-strip-block:removed */ var type = getColorType(value); if (type === "solid") return { palette: value, angle: 90 }; if (type === "linear" || type === "radial") { var stop = gradientParser.parse(value)[0].colorStops[0]; return { palette: "".concat(stop.type, "(").concat(stop.value.join(", "), ")"), angle: 90 }; } }; var getFirstColor = function getFirstColor(color) { var type = getColorType(color); if (type === "solid") return color; var result = gradientParser.parse(color)[0]; var stop = result.colorStops[0]; if (stop.type === "hex") return "#".concat(stop.value); // hex return "".concat(stop.type, "(").concat(stop.value.join(", "), ")"); // rgb(a) or hsl }; function colorValues(color) { if (!color) return; if (color.toLowerCase() === "transparent") return { r: 0, g: 0, b: 0, a: 0 }; if (color[0] === "#") { if (color.length < 7) { // convert #RGB and #RGBA to #RRGGBB and #RRGGBBAA color = "#" + color[1] + color[1] + color[2] + color[2] + color[3] + color[3] + (color.length > 4 ? color[4] + color[4] : ""); } return { r: parseInt(color.substr(1, 2), 16), g: parseInt(color.substr(3, 2), 16), b: parseInt(color.substr(5, 2), 16), a: color.length > 7 ? parseInt(color.substr(7, 2), 16) / 255 : 1 }; } if (color.indexOf("rgb") === -1) { // convert named colors var temp_elem = document.body.appendChild(document.createElement("fictum")); // intentionally use unknown tag to lower chances of css rule override with !important var flag = "rgb(1, 2, 3)"; // this flag tested on chrome 59, ff 53, ie9, ie10, ie11, edge 14 temp_elem.style.color = flag; if (temp_elem.style.color !== flag) return; // color set failed - some monstrous css rule is probably taking over the color of our object temp_elem.style.color = color; if (temp_elem.style.color === flag || temp_elem.style.color === "") return; // color parse failed color = getComputedStyle(temp_elem).color; document.body.removeChild(temp_elem); } if (color.indexOf("rgb") === 0) { if (color.indexOf("rgba") === -1) color += ",1"; // convert 'rgb(R,G,B)' to 'rgb(R,G,B)A' which looks awful but will pass the regxep below var newColor = color.match(/[\.\d]+/g).map(function (a) { return +a; }); return { r: newColor[0], g: newColor[1], b: newColor[2], a: newColor[3] }; } } // EXTERNAL MODULE: ./node_modules/invert-color/lib/invert.min.js var invert_min = __webpack_require__(17253); var invert_min_default = /*#__PURE__*/__webpack_require__.n(invert_min); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ColorPicker/ColorPickerContainer/ColorSwatches.js function ColorSwatches_toConsumableArray(arr) { return ColorSwatches_arrayWithoutHoles(arr) || ColorSwatches_iterableToArray(arr) || ColorSwatches_unsupportedIterableToArray(arr) || ColorSwatches_nonIterableSpread(); } function ColorSwatches_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 ColorSwatches_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ColorSwatches_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 ColorSwatches_arrayLikeToArray(o, minLen); } function ColorSwatches_iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); } function ColorSwatches_arrayWithoutHoles(arr) { if (Array.isArray(arr)) return ColorSwatches_arrayLikeToArray(arr); } function ColorSwatches_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 ColorSwatches_extends() { ColorSwatches_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return ColorSwatches_extends.apply(this, arguments); } var CustomSwatch = (0,reactcss_lib.handleHover)(function (_ref) { var hover = _ref.hover, _ref$color = _ref.color, color = _ref$color === void 0 ? "#FFFFFF" : _ref$color, onClick = _ref.onClick, onSwatchHover = _ref.onSwatchHover, onContextMenu = _ref.onContextMenu, children = _ref.children, active = _ref.active, title = _ref.title, _ref$extraProps = _ref.extraProps, extraProps = _ref$extraProps === void 0 ? {} : _ref$extraProps; var styles = (0,reactcss_lib.default)({ "default": { swatch: { width: "25px", height: "25px", border: "1px solid #eee", fontSize: "0", marginRight: "1px", marginBottom: "1px" }, check: { fontSize: "1rem", textAlign: "center", margin: "4.5px", lineHeight: "1.7em", display: "none", color: invert_min_default()(color, { black: "#000000", white: "#FFFFFF" }) } }, hover: { swatch: { position: "relative", zIndex: "2", outline: "2px solid #fff", boxShadow: "0 0 5px 2px rgba(0,0,0,0.25)" } }, active: { check: { display: "inline" } } }, { hover: hover, active: active }); var handleContextMenu = function handleContextMenu(e) { e.preventDefault(); if (onContextMenu) onContextMenu(color, e); }; return /*#__PURE__*/react.createElement(Tippy_Tippy, { disabled: title == null, content: title, arrow: false }, /*#__PURE__*/react.createElement("div", ColorSwatches_extends({ style: styles.swatch, onContextMenu: handleContextMenu }, extraProps), /*#__PURE__*/react.createElement(common/* Swatch */.m4, { color: color, onClick: onClick, onHover: onSwatchHover, title: null }, children == null ? /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "fas fa-check", style: styles.check }) : children))); }); var ColorSwatches = function ColorSwatches(_ref2) { var hex = _ref2.hex, swatches = _ref2.swatches, setSwatches = _ref2.setSwatches, onChange = _ref2.onChange, onSwatchHover = _ref2.onSwatchHover; var styles = (0,reactcss_lib.default)({ "default": { card: { display: "flex", flexWrap: "wrap", marginBottom: 5, marginRight: 20 } } }); var handleChange = function handleChange(hex, e) { return onChange({ hex: hex, source: "hex" }, e); }; var handleRemoveSwatch = function handleRemoveSwatch(hex) { swatches.splice(swatches.indexOf(hex), 1); setSwatches(ColorSwatches_toConsumableArray(swatches)); }; var handleNewSwatch = function handleNewSwatch() { if (swatches.includes(hex)) return; setSwatches([].concat(ColorSwatches_toConsumableArray(swatches), [hex])); }; return /*#__PURE__*/react.createElement("div", { style: styles.card, className: "github-picker", "data-testid": "swatches" }, swatches.map(function (c, key) { return /*#__PURE__*/react.createElement(CustomSwatch, { color: c, key: key, title: translate_translate("settings.color_picker.right_click"), active: c.toLowerCase() === hex, onClick: handleChange, onContextMenu: handleRemoveSwatch, onSwatchHover: onSwatchHover }); }), swatches.length < 20 ? /*#__PURE__*/react.createElement(CustomSwatch, { color: "#FFFFFF", onClick: handleNewSwatch, title: translate_translate("settings.color_picker.new_swatch_description"), extraProps: { "data-testid": "new-swatch" } }, /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "fas fa-plus", style: { fontSize: "1rem", textAlign: "center", margin: "4.5px", color: "#000000" } })) : null); }; /* harmony default export */ var ColorPickerContainer_ColorSwatches = ((0,common/* ColorWrap */.t1)(ColorSwatches)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ColorPicker/ColorPickerContainer/ColorPickerContainer.js function ColorPickerContainer_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = ColorPickerContainer_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 ColorPickerContainer_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; } function ColorPickerContainer_extends() { ColorPickerContainer_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return ColorPickerContainer_extends.apply(this, arguments); } function ColorPickerContainer_slicedToArray(arr, i) { return ColorPickerContainer_arrayWithHoles(arr) || ColorPickerContainer_iterableToArrayLimit(arr, i) || ColorPickerContainer_unsupportedIterableToArray(arr, i) || ColorPickerContainer_nonIterableRest(); } function ColorPickerContainer_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 ColorPickerContainer_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ColorPickerContainer_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 ColorPickerContainer_arrayLikeToArray(o, minLen); } function ColorPickerContainer_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 ColorPickerContainer_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function ColorPickerContainer_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function CustomColorPickerContainer(attrs) { var _useState = (0,react.useState)("hex"), _useState2 = ColorPickerContainer_slicedToArray(_useState, 2), type = _useState2[0], setType = _useState2[1]; function Picker(addMargin) { return /*#__PURE__*/react.createElement("div", { style: { width: 16, height: 16, borderRadius: 20, background: "rgba(255,255,255,0.2)", border: "3px solid white", boxShadow: "0px 2px 4px rgba(0, 0, 0, 0.25)", boxSizing: "border-box", marginLeft: addMargin && "-3px" } }); } return /*#__PURE__*/react.createElement("div", { className: "no-select-color-container" }, /*#__PURE__*/react.createElement("div", { style: { position: "relative", flexWrap: "wrap", display: "flex", height: 150, margin: 5 } }, /*#__PURE__*/react.createElement("div", { style: { position: "relative", flexGrow: 1 } }, /*#__PURE__*/react.createElement(common/* Saturation */.OQ, attrs)), /*#__PURE__*/react.createElement("div", { style: { position: "relative", marginLeft: 10, width: 16 } }, /*#__PURE__*/react.createElement(common/* Hue */.PS, ColorPickerContainer_extends({}, attrs, { direction: "vertical", pointer: function pointer() { return Picker(); } }))), /*#__PURE__*/react.createElement("div", { style: { position: "relative", marginLeft: 15, width: 16 } }, /*#__PURE__*/react.createElement(common/* Alpha */.xV, ColorPickerContainer_extends({}, attrs, { direction: "vertical", height: 150, width: 24, pointer: function pointer() { return Picker(true); } })))), /*#__PURE__*/react.createElement("div", { style: { display: "flex", alignItems: "center" } }, /*#__PURE__*/react.createElement(Select_Select, { value: type, onChange: function onChange(e) { return setType(e.target.value); }, className: "type-selector", inputProps: { "data-testid": "color-input-type" }, style: { fontSize: 15 } }, /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "hex" }, "Hex"), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "rgb" }, "RGBA")), /*#__PURE__*/react.createElement(InputFields, ColorPickerContainer_extends({ type: type }, attrs))), /*#__PURE__*/react.createElement(ColorPickerContainer_ColorSwatches, attrs), /*#__PURE__*/react.createElement(KnowledgeBaseLink, { tiny: true, articleId: 630, style: { "float": "right", marginTop: "-1em", bottom: "8px", position: "relative" } })); } var CustomColorPicker = common_ColorWrap(CustomColorPickerContainer); var WrappedCustomPicker = function WrappedCustomPicker(_ref) { var onSelect = _ref.onSelect, rest = ColorPickerContainer_objectWithoutProperties(_ref, ["onSelect"]); return /*#__PURE__*/React.createElement(CustomColorPicker, ColorPickerContainer_extends({}, rest, { color: rgbToRgba(rest.color, rest.opacity), onChange: function onChange(c) { var _c$rgb = c.rgb, r = _c$rgb.r, g = _c$rgb.g, b = _c$rgb.b, a = _c$rgb.a; onSelect("rgba(".concat(r, ", ").concat(g, ", ").concat(b, ", ").concat(a, ")")); } })); }; function ColorPickerContainer(_ref2) { var wrapped = _ref2.wrapped, props = ColorPickerContainer_objectWithoutProperties(_ref2, ["wrapped"]); /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement("div", { className: "color-picker-container" }, /*#__PURE__*/react.createElement("div", { className: "actual-color-picker" }, /*#__PURE__*/react.createElement(CustomColorPicker, props))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ColorPicker/ColorPickerPopover/index.js function ColorPickerPopover_extends() { ColorPickerPopover_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return ColorPickerPopover_extends.apply(this, arguments); } function ColorPickerPopover_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function ColorPickerPopover_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ColorPickerPopover_ownKeys(Object(source), true).forEach(function (key) { ColorPickerPopover_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ColorPickerPopover_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function ColorPickerPopover_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function ColorPickerPopover_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = ColorPickerPopover_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 ColorPickerPopover_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; } /* webpack-strip-block:removed */ var ColorPickerPopover = function ColorPickerPopover(_ref) { var palette = _ref.palette, onPaletteChange = _ref.onPaletteChange, _ref$open = _ref.open, open = _ref$open === void 0 ? false : _ref$open, setOpen = _ref.setOpen, trigger = _ref.trigger, angle = _ref.angle, setAngle = _ref.setAngle, _ref$colorType = _ref.colorType, colorType = _ref$colorType === void 0 ? "solid" : _ref$colorType, setColorType = _ref.setColorType, currentRef = _ref.currentRef, noGradient = _ref.noGradient, children = _ref.children, gradientPickerProps = ColorPickerPopover_objectWithoutProperties(_ref, ["palette", "onPaletteChange", "open", "setOpen", "trigger", "angle", "setAngle", "colorType", "setColorType", "currentRef", "noGradient", "children"]); var onAngleInputChange = function onAngleInputChange(angle) { angle = angle > 360 ? angle - 360 : angle; angle = angle < 0 ? angle + 360 : angle; setAngle(angle); }; var menuItems = function menuItems() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(Select_Select, { value: "solid", className: "type-selector", inputProps: { "data-testid": "color-picker-type" } }, /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "solid" }, translate_translate("settings.color_picker.options.solid")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { disabled: true, value: "linear" }, translate_translate("settings.color_picker.options.linear"), /*#__PURE__*/react.createElement(PremiumTag, null)), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { disabled: true, value: "radial" }, translate_translate("settings.color_picker.options.radial"), /*#__PURE__*/react.createElement(PremiumTag, null))); }; return /*#__PURE__*/react.createElement("div", { className: "gpw" }, trigger(), /*#__PURE__*/react.createElement(Popover_Popover, { open: open, classes: { paper: "popover", root: "gpw" }, anchorEl: currentRef, onClose: function onClose() { return setOpen(false); }, anchorOrigin: { vertical: "bottom", horizontal: "center" }, transformOrigin: { vertical: "top", horizontal: "center" } }, noGradient ? null : menuItems(), colorType === "solid" ? children : /*#__PURE__*/react.createElement(GradientPicker, ColorPickerPopover_extends({}, ColorPickerPopover_objectSpread(ColorPickerPopover_objectSpread({}, gradientPickerProps), {}, { onPaletteChange: onPaletteChange, children: children }), { palette: palette, flatStyle: true })))); }; /* harmony default export */ var ColorPicker_ColorPickerPopover = (ColorPickerPopover); // EXTERNAL MODULE: ./node_modules/react-linear-gradient-picker/dist/index.js var dist = __webpack_require__(39520); ;// CONCATENATED MODULE: ./src/js/utils/color-helpers-preview.js var getPreview = function getPreview(palette, angle, type) { switch (type) { case "solid": return getSolidPreview(palette); case "radial": return getRadialGradientPreview(palette); case "linear": return (0,dist.getGradientPreview)(palette, angle); } }; // EXTERNAL MODULE: ./node_modules/lodash/debounce.js var node_modules_lodash_debounce = __webpack_require__(23279); var debounce_default = /*#__PURE__*/__webpack_require__.n(node_modules_lodash_debounce); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ColorPicker/ColorPicker.js function ColorPicker_slicedToArray(arr, i) { return ColorPicker_arrayWithHoles(arr) || ColorPicker_iterableToArrayLimit(arr, i) || ColorPicker_unsupportedIterableToArray(arr, i) || ColorPicker_nonIterableRest(); } function ColorPicker_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 ColorPicker_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ColorPicker_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 ColorPicker_arrayLikeToArray(o, minLen); } function ColorPicker_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 ColorPicker_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function ColorPicker_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } var initialColor = "rgb(238, 241, 11)"; var makePalette = function makePalette() { var color = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : initialColor; if (color === "") color = initialColor; if (typeof color !== "string") return color; return [{ offset: "0.00", color: color }, { offset: "1.00", color: "rgb(126, 32, 207)" }]; }; function ColorPicker(_ref) { var _ref$disabled = _ref.disabled, disabled = _ref$disabled === void 0 ? false : _ref$disabled, _ref$title = _ref.title, title = _ref$title === void 0 ? "Color" : _ref$title, _ref$value = _ref.value, value = _ref$value === void 0 ? "" : _ref$value, defaultValue = _ref.defaultValue, onChange = _ref.onChange, _ref$trashButton = _ref.trashButton, trashButton = _ref$trashButton === void 0 ? true : _ref$trashButton, _ref$noGradient = _ref.noGradient, noGradient = _ref$noGradient === void 0 ? false : _ref$noGradient, _ref$className = _ref.className, className = _ref$className === void 0 ? null : _ref$className, _ref$small = _ref.small, small = _ref$small === void 0 ? false : _ref$small, _ref$container = _ref.container, container = _ref$container === void 0 ? true : _ref$container; var _useState = (0,react.useState)(null), _useState2 = ColorPicker_slicedToArray(_useState, 2), currentRef = _useState2[0], setCurrentRef = _useState2[1]; var _useState3 = (0,react.useState)(false), _useState4 = ColorPicker_slicedToArray(_useState3, 2), open = _useState4[0], setOpen = _useState4[1]; var cookie = getCookie("buttonizer-swatches") || ""; var _useState5 = (0,react.useState)(cookie === "" ? [] : cookie.split(",")), _useState6 = ColorPicker_slicedToArray(_useState5, 2), swatches = _useState6[0], setSwatches = _useState6[1]; var _useState7 = (0,react.useState)(value ? true : false), _useState8 = ColorPicker_slicedToArray(_useState7, 2), colorVisibility = _useState8[0], setColorVisibility = _useState8[1]; var parsedValues = value === "" ? getPaletteAngle(defaultValue) : getPaletteAngle(value); var _useState9 = (0,react.useState)(parsedValues.angle), _useState10 = ColorPicker_slicedToArray(_useState9, 2), angle = _useState10[0], setAngle = _useState10[1]; var _useState11 = (0,react.useState)(parsedValues.palette), _useState12 = ColorPicker_slicedToArray(_useState11, 2), palette = _useState12[0], setPalette = _useState12[1], _useState13 = (0,react.useState)(app.hasPremium() || buttonizer_admin.is_stand_alone ? getColorType(value === "" ? defaultValue : value) : "solid"), _useState14 = ColorPicker_slicedToArray(_useState13, 2), colorType = _useState14[0], setColorType = _useState14[1]; var timeout = (0,react.useMemo)(function () { return debounce_default()(function (fn, palette, angle, colorType) { return onChange(fn(palette, angle, colorType).background); }, 100); }, [onChange]); (0,react.useEffect)(function () { setCookie("buttonizer-swatches", swatches.join(",")); }, [swatches]); (0,react.useEffect)(function () { var parsedValues = value === "" ? getPaletteAngle(defaultValue) : getPaletteAngle(value); setColorType(app.hasPremium() || buttonizer_admin.is_stand_alone ? getColorType(value === "" ? defaultValue : value) : "solid"); setPalette(parsedValues.palette); setAngle(parsedValues.angle); setColorVisibility(value ? true : false); }, [value, defaultValue]); var handlePaletteChange = function handlePaletteChange(n) { setPalette(n); timeout(getPreview, n, angle, colorType); }; var handleAngleChange = function handleAngleChange(n) { setAngle(n); timeout(getPreview, palette, n, colorType); }; var handleColorTypeChange = function handleColorTypeChange(event) { var newType = event.target.value; var newPalette = palette; switch (newType) { case "solid": newPalette = palette[0].color; setPalette(palette[0].color); break; case "radial": case "linear": if (colorType === "solid") newPalette = makePalette(palette); break; } setColorType(newType); setPalette(newPalette); onChange(getPreview(newPalette, angle, newType).background); }; var render = function render() { return /*#__PURE__*/react.createElement("div", { className: (0,clsx_m/* default */.Z)("color-picker-main", small && "small") }, /*#__PURE__*/react.createElement("div", { className: "color-picker" }, /*#__PURE__*/react.createElement(ColorPicker_ColorPickerPopover, { open: open, setOpen: setOpen, angle: angle, setAngle: handleAngleChange, showAnglePicker: true, width: 300, maxStops: 3, paletteHeight: 32, palette: palette, colorType: colorType, setColorType: handleColorTypeChange, currentRef: currentRef, noGradient: noGradient, onPaletteChange: handlePaletteChange, trigger: function trigger() { return /*#__PURE__*/react.createElement("span", { onClick: function onClick() { return setOpen(true); }, className: "color-preview", "data-testid": "color-picker-preview-span", style: { background: value == "" ? defaultValue : value } }); } }, /*#__PURE__*/react.createElement(ColorPickerContainer, { wrapped: colorType !== "solid", onChange: function onChange(c) { var _c$rgb = c.rgb, r = _c$rgb.r, g = _c$rgb.g, b = _c$rgb.b, a = _c$rgb.a; handlePaletteChange("rgba(".concat(r, ", ").concat(g, ", ").concat(b, ", ").concat(a, ")")); }, swatches: swatches, setSwatches: setSwatches, color: palette })), /*#__PURE__*/react.createElement(esm_Button_Button, { className: "color-button", variant: "contained", size: "small", onClick: function onClick() { setOpen(true); setColorVisibility(true); }, style: { opacity: colorVisibility && small && 0 }, color: "primary", disabled: disabled, "data-testid": "setting:color-picker-open" }, /*#__PURE__*/react.createElement("i", { className: "fas fa-palette" }))), trashButton ? /*#__PURE__*/react.createElement(TrashButton, { onClick: function onClick() { onChange("unset"); setOpen(false); setColorVisibility(false); }, disabled: !value }) : null); }; return /*#__PURE__*/react.createElement("div", { onClick: function onClick(e) { if (currentRef === null) { setCurrentRef(e.currentTarget); } } }, container ? /*#__PURE__*/react.createElement(SettingsContainer, { title: title, children: render(), className: className }) : render()); } ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Slider/ValueLabel.js var ValueLabel_styles = function styles(theme) { return { thumb: { '&$open': { '& $offset': { transform: 'scale(1) translateY(-10px)' } } }, open: {}, offset: (0,esm_extends/* default */.Z)({ zIndex: 1 }, theme.typography.body2, { fontSize: theme.typography.pxToRem(12), lineHeight: 1.2, transition: theme.transitions.create(['transform'], { duration: theme.transitions.duration.shortest }), top: -34, transformOrigin: 'bottom center', transform: 'scale(0)', position: 'absolute' }), circle: { display: 'flex', alignItems: 'center', justifyContent: 'center', width: 32, height: 32, borderRadius: '50% 50% 50% 0', backgroundColor: 'currentColor', transform: 'rotate(-45deg)' }, label: { color: theme.palette.primary.contrastText, transform: 'rotate(45deg)' } }; }; /** * @ignore - internal component. */ function ValueLabel(props) { var children = props.children, classes = props.classes, className = props.className, open = props.open, value = props.value, valueLabelDisplay = props.valueLabelDisplay; if (valueLabelDisplay === 'off') { return children; } return /*#__PURE__*/react.cloneElement(children, { className: (0,clsx_m/* default */.Z)(children.props.className, (open || valueLabelDisplay === 'on') && classes.open, classes.thumb) }, /*#__PURE__*/react.createElement("span", { className: (0,clsx_m/* default */.Z)(classes.offset, className) }, /*#__PURE__*/react.createElement("span", { className: classes.circle }, /*#__PURE__*/react.createElement("span", { className: classes.label }, value)))); } /* harmony default export */ var Slider_ValueLabel = ((0,withStyles/* default */.Z)(ValueLabel_styles, { name: 'PrivateValueLabel' })(ValueLabel)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Slider/Slider.js function asc(a, b) { return a - b; } function Slider_clamp(value, min, max) { return Math.min(Math.max(min, value), max); } function findClosest(values, currentValue) { var _values$reduce = values.reduce(function (acc, value, index) { var distance = Math.abs(currentValue - value); if (acc === null || distance < acc.distance || distance === acc.distance) { return { distance: distance, index: index }; } return acc; }, null), closestIndex = _values$reduce.index; return closestIndex; } function trackFinger(event, touchId) { if (touchId.current !== undefined && event.changedTouches) { for (var i = 0; i < event.changedTouches.length; i += 1) { var touch = event.changedTouches[i]; if (touch.identifier === touchId.current) { return { x: touch.clientX, y: touch.clientY }; } } return false; } return { x: event.clientX, y: event.clientY }; } function valueToPercent(value, min, max) { return (value - min) * 100 / (max - min); } function percentToValue(percent, min, max) { return (max - min) * percent + min; } function getDecimalPrecision(num) { // This handles the case when num is very small (0.00000001), js will turn this into 1e-8. // When num is bigger than 1 or less than -1 it won't get converted to this notation so it's fine. if (Math.abs(num) < 1) { var parts = num.toExponential().split('e-'); var matissaDecimalPart = parts[0].split('.')[1]; return (matissaDecimalPart ? matissaDecimalPart.length : 0) + parseInt(parts[1], 10); } var decimalPart = num.toString().split('.')[1]; return decimalPart ? decimalPart.length : 0; } function roundValueToStep(value, step, min) { var nearest = Math.round((value - min) / step) * step + min; return Number(nearest.toFixed(getDecimalPrecision(step))); } function setValueIndex(_ref) { var values = _ref.values, source = _ref.source, newValue = _ref.newValue, index = _ref.index; // Performance shortcut if (values[index] === newValue) { return source; } var output = values.slice(); output[index] = newValue; return output; } function focusThumb(_ref2) { var sliderRef = _ref2.sliderRef, activeIndex = _ref2.activeIndex, setActive = _ref2.setActive; if (!sliderRef.current.contains(document.activeElement) || Number(document.activeElement.getAttribute('data-index')) !== activeIndex) { sliderRef.current.querySelector("[role=\"slider\"][data-index=\"".concat(activeIndex, "\"]")).focus(); } if (setActive) { setActive(activeIndex); } } var axisProps = { horizontal: { offset: function offset(percent) { return { left: "".concat(percent, "%") }; }, leap: function leap(percent) { return { width: "".concat(percent, "%") }; } }, 'horizontal-reverse': { offset: function offset(percent) { return { right: "".concat(percent, "%") }; }, leap: function leap(percent) { return { width: "".concat(percent, "%") }; } }, vertical: { offset: function offset(percent) { return { bottom: "".concat(percent, "%") }; }, leap: function leap(percent) { return { height: "".concat(percent, "%") }; } } }; var Identity = function Identity(x) { return x; }; var Slider_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { height: 2, width: '100%', boxSizing: 'content-box', padding: '13px 0', display: 'inline-block', position: 'relative', cursor: 'pointer', touchAction: 'none', color: theme.palette.primary.main, WebkitTapHighlightColor: 'transparent', '&$disabled': { pointerEvents: 'none', cursor: 'default', color: theme.palette.grey[400] }, '&$vertical': { width: 2, height: '100%', padding: '0 13px' }, // The primary input mechanism of the device includes a pointing device of limited accuracy. '@media (pointer: coarse)': { // Reach 42px touch target, about ~8mm on screen. padding: '20px 0', '&$vertical': { padding: '0 20px' } }, '@media print': { colorAdjust: 'exact' } }, /* Styles applied to the root element if `color="primary"`. */ colorPrimary: {// TODO v5: move the style here }, /* Styles applied to the root element if `color="secondary"`. */ colorSecondary: { color: theme.palette.secondary.main }, /* Styles applied to the root element if `marks` is provided with at least one label. */ marked: { marginBottom: 20, '&$vertical': { marginBottom: 'auto', marginRight: 20 } }, /* Pseudo-class applied to the root element if `orientation="vertical"`. */ vertical: {}, /* Pseudo-class applied to the root and thumb element if `disabled={true}`. */ disabled: {}, /* Styles applied to the rail element. */ rail: { display: 'block', position: 'absolute', width: '100%', height: 2, borderRadius: 1, backgroundColor: 'currentColor', opacity: 0.38, '$vertical &': { height: '100%', width: 2 } }, /* Styles applied to the track element. */ track: { display: 'block', position: 'absolute', height: 2, borderRadius: 1, backgroundColor: 'currentColor', '$vertical &': { width: 2 } }, /* Styles applied to the track element if `track={false}`. */ trackFalse: { '& $track': { display: 'none' } }, /* Styles applied to the track element if `track="inverted"`. */ trackInverted: { '& $track': { backgroundColor: // Same logic as the LinearProgress track color theme.palette.type === 'light' ? (0,colorManipulator/* lighten */.$n)(theme.palette.primary.main, 0.62) : (0,colorManipulator/* darken */._j)(theme.palette.primary.main, 0.5) }, '& $rail': { opacity: 1 } }, /* Styles applied to the thumb element. */ thumb: { position: 'absolute', width: 12, height: 12, marginLeft: -6, marginTop: -5, boxSizing: 'border-box', borderRadius: '50%', outline: 0, backgroundColor: 'currentColor', display: 'flex', alignItems: 'center', justifyContent: 'center', transition: theme.transitions.create(['box-shadow'], { duration: theme.transitions.duration.shortest }), '&::after': { position: 'absolute', content: '""', borderRadius: '50%', // reach 42px hit target (2 * 15 + thumb diameter) left: -15, top: -15, right: -15, bottom: -15 }, '&$focusVisible,&:hover': { boxShadow: "0px 0px 0px 8px ".concat((0,colorManipulator/* fade */.U1)(theme.palette.primary.main, 0.16)), '@media (hover: none)': { boxShadow: 'none' } }, '&$active': { boxShadow: "0px 0px 0px 14px ".concat((0,colorManipulator/* fade */.U1)(theme.palette.primary.main, 0.16)) }, '&$disabled': { width: 8, height: 8, marginLeft: -4, marginTop: -3, '&:hover': { boxShadow: 'none' } }, '$vertical &': { marginLeft: -5, marginBottom: -6 }, '$vertical &$disabled': { marginLeft: -3, marginBottom: -4 } }, /* Styles applied to the thumb element if `color="primary"`. */ thumbColorPrimary: {// TODO v5: move the style here }, /* Styles applied to the thumb element if `color="secondary"`. */ thumbColorSecondary: { '&$focusVisible,&:hover': { boxShadow: "0px 0px 0px 8px ".concat((0,colorManipulator/* fade */.U1)(theme.palette.secondary.main, 0.16)) }, '&$active': { boxShadow: "0px 0px 0px 14px ".concat((0,colorManipulator/* fade */.U1)(theme.palette.secondary.main, 0.16)) } }, /* Pseudo-class applied to the thumb element if it's active. */ active: {}, /* Pseudo-class applied to the thumb element if keyboard focused. */ focusVisible: {}, /* Styles applied to the thumb label element. */ valueLabel: { // IE 11 centering bug, to remove from the customization demos once no longer supported left: 'calc(-50% - 4px)' }, /* Styles applied to the mark element. */ mark: { position: 'absolute', width: 2, height: 2, borderRadius: 1, backgroundColor: 'currentColor' }, /* Styles applied to the mark element if active (depending on the value). */ markActive: { backgroundColor: theme.palette.background.paper, opacity: 0.8 }, /* Styles applied to the mark label element. */ markLabel: (0,esm_extends/* default */.Z)({}, theme.typography.body2, { color: theme.palette.text.secondary, position: 'absolute', top: 26, transform: 'translateX(-50%)', whiteSpace: 'nowrap', '$vertical &': { top: 'auto', left: 26, transform: 'translateY(50%)' }, '@media (pointer: coarse)': { top: 40, '$vertical &': { left: 31 } } }), /* Styles applied to the mark label element if active (depending on the value). */ markLabelActive: { color: theme.palette.text.primary } }; }; var Slider_Slider = /*#__PURE__*/react.forwardRef(function Slider(props, ref) { var ariaLabel = props['aria-label'], ariaLabelledby = props['aria-labelledby'], ariaValuetext = props['aria-valuetext'], classes = props.classes, className = props.className, _props$color = props.color, color = _props$color === void 0 ? 'primary' : _props$color, _props$component = props.component, Component = _props$component === void 0 ? 'span' : _props$component, defaultValue = props.defaultValue, _props$disabled = props.disabled, disabled = _props$disabled === void 0 ? false : _props$disabled, getAriaLabel = props.getAriaLabel, getAriaValueText = props.getAriaValueText, _props$marks = props.marks, marksProp = _props$marks === void 0 ? false : _props$marks, _props$max = props.max, max = _props$max === void 0 ? 100 : _props$max, _props$min = props.min, min = _props$min === void 0 ? 0 : _props$min, name = props.name, onChange = props.onChange, onChangeCommitted = props.onChangeCommitted, onMouseDown = props.onMouseDown, _props$orientation = props.orientation, orientation = _props$orientation === void 0 ? 'horizontal' : _props$orientation, _props$scale = props.scale, scale = _props$scale === void 0 ? Identity : _props$scale, _props$step = props.step, step = _props$step === void 0 ? 1 : _props$step, _props$ThumbComponent = props.ThumbComponent, ThumbComponent = _props$ThumbComponent === void 0 ? 'span' : _props$ThumbComponent, _props$track = props.track, track = _props$track === void 0 ? 'normal' : _props$track, valueProp = props.value, _props$ValueLabelComp = props.ValueLabelComponent, ValueLabelComponent = _props$ValueLabelComp === void 0 ? Slider_ValueLabel : _props$ValueLabelComp, _props$valueLabelDisp = props.valueLabelDisplay, valueLabelDisplay = _props$valueLabelDisp === void 0 ? 'off' : _props$valueLabelDisp, _props$valueLabelForm = props.valueLabelFormat, valueLabelFormat = _props$valueLabelForm === void 0 ? Identity : _props$valueLabelForm, other = (0,objectWithoutProperties/* default */.Z)(props, ["aria-label", "aria-labelledby", "aria-valuetext", "classes", "className", "color", "component", "defaultValue", "disabled", "getAriaLabel", "getAriaValueText", "marks", "max", "min", "name", "onChange", "onChangeCommitted", "onMouseDown", "orientation", "scale", "step", "ThumbComponent", "track", "value", "ValueLabelComponent", "valueLabelDisplay", "valueLabelFormat"]); var theme = (0,styles_useTheme/* default */.Z)(); var touchId = react.useRef(); // We can't use the :active browser pseudo-classes. // - The active state isn't triggered when clicking on the rail. // - The active state isn't transfered when inversing a range slider. var _React$useState = react.useState(-1), active = _React$useState[0], setActive = _React$useState[1]; var _React$useState2 = react.useState(-1), open = _React$useState2[0], setOpen = _React$useState2[1]; var _useControlled = (0,useControlled/* default */.Z)({ controlled: valueProp, default: defaultValue, name: 'Slider' }), _useControlled2 = (0,slicedToArray/* default */.Z)(_useControlled, 2), valueDerived = _useControlled2[0], setValueState = _useControlled2[1]; var range = Array.isArray(valueDerived); var values = range ? valueDerived.slice().sort(asc) : [valueDerived]; values = values.map(function (value) { return Slider_clamp(value, min, max); }); var marks = marksProp === true && step !== null ? (0,toConsumableArray/* default */.Z)(Array(Math.floor((max - min) / step) + 1)).map(function (_, index) { return { value: min + step * index }; }) : marksProp || []; var _useIsFocusVisible = (0,useIsFocusVisible/* default */.Z)(), isFocusVisible = _useIsFocusVisible.isFocusVisible, onBlurVisible = _useIsFocusVisible.onBlurVisible, focusVisibleRef = _useIsFocusVisible.ref; var _React$useState3 = react.useState(-1), focusVisible = _React$useState3[0], setFocusVisible = _React$useState3[1]; var sliderRef = react.useRef(); var handleFocusRef = (0,useForkRef/* default */.Z)(focusVisibleRef, sliderRef); var handleRef = (0,useForkRef/* default */.Z)(ref, handleFocusRef); var handleFocus = (0,useEventCallback/* default */.Z)(function (event) { var index = Number(event.currentTarget.getAttribute('data-index')); if (isFocusVisible(event)) { setFocusVisible(index); } setOpen(index); }); var handleBlur = (0,useEventCallback/* default */.Z)(function () { if (focusVisible !== -1) { setFocusVisible(-1); onBlurVisible(); } setOpen(-1); }); var handleMouseOver = (0,useEventCallback/* default */.Z)(function (event) { var index = Number(event.currentTarget.getAttribute('data-index')); setOpen(index); }); var handleMouseLeave = (0,useEventCallback/* default */.Z)(function () { setOpen(-1); }); var isRtl = theme.direction === 'rtl'; var handleKeyDown = (0,useEventCallback/* default */.Z)(function (event) { var index = Number(event.currentTarget.getAttribute('data-index')); var value = values[index]; var tenPercents = (max - min) / 10; var marksValues = marks.map(function (mark) { return mark.value; }); var marksIndex = marksValues.indexOf(value); var newValue; var increaseKey = isRtl ? 'ArrowLeft' : 'ArrowRight'; var decreaseKey = isRtl ? 'ArrowRight' : 'ArrowLeft'; switch (event.key) { case 'Home': newValue = min; break; case 'End': newValue = max; break; case 'PageUp': if (step) { newValue = value + tenPercents; } break; case 'PageDown': if (step) { newValue = value - tenPercents; } break; case increaseKey: case 'ArrowUp': if (step) { newValue = value + step; } else { newValue = marksValues[marksIndex + 1] || marksValues[marksValues.length - 1]; } break; case decreaseKey: case 'ArrowDown': if (step) { newValue = value - step; } else { newValue = marksValues[marksIndex - 1] || marksValues[0]; } break; default: return; } // Prevent scroll of the page event.preventDefault(); if (step) { newValue = roundValueToStep(newValue, step, min); } newValue = Slider_clamp(newValue, min, max); if (range) { var previousValue = newValue; newValue = setValueIndex({ values: values, source: valueDerived, newValue: newValue, index: index }).sort(asc); focusThumb({ sliderRef: sliderRef, activeIndex: newValue.indexOf(previousValue) }); } setValueState(newValue); setFocusVisible(index); if (onChange) { onChange(event, newValue); } if (onChangeCommitted) { onChangeCommitted(event, newValue); } }); var previousIndex = react.useRef(); var axis = orientation; if (isRtl && orientation !== "vertical") { axis += '-reverse'; } var getFingerNewValue = function getFingerNewValue(_ref3) { var finger = _ref3.finger, _ref3$move = _ref3.move, move = _ref3$move === void 0 ? false : _ref3$move, values2 = _ref3.values, source = _ref3.source; var slider = sliderRef.current; var _slider$getBoundingCl = slider.getBoundingClientRect(), width = _slider$getBoundingCl.width, height = _slider$getBoundingCl.height, bottom = _slider$getBoundingCl.bottom, left = _slider$getBoundingCl.left; var percent; if (axis.indexOf('vertical') === 0) { percent = (bottom - finger.y) / height; } else { percent = (finger.x - left) / width; } if (axis.indexOf('-reverse') !== -1) { percent = 1 - percent; } var newValue; newValue = percentToValue(percent, min, max); if (step) { newValue = roundValueToStep(newValue, step, min); } else { var marksValues = marks.map(function (mark) { return mark.value; }); var closestIndex = findClosest(marksValues, newValue); newValue = marksValues[closestIndex]; } newValue = Slider_clamp(newValue, min, max); var activeIndex = 0; if (range) { if (!move) { activeIndex = findClosest(values2, newValue); } else { activeIndex = previousIndex.current; } var previousValue = newValue; newValue = setValueIndex({ values: values2, source: source, newValue: newValue, index: activeIndex }).sort(asc); activeIndex = newValue.indexOf(previousValue); previousIndex.current = activeIndex; } return { newValue: newValue, activeIndex: activeIndex }; }; var handleTouchMove = (0,useEventCallback/* default */.Z)(function (event) { var finger = trackFinger(event, touchId); if (!finger) { return; } var _getFingerNewValue = getFingerNewValue({ finger: finger, move: true, values: values, source: valueDerived }), newValue = _getFingerNewValue.newValue, activeIndex = _getFingerNewValue.activeIndex; focusThumb({ sliderRef: sliderRef, activeIndex: activeIndex, setActive: setActive }); setValueState(newValue); if (onChange) { onChange(event, newValue); } }); var handleTouchEnd = (0,useEventCallback/* default */.Z)(function (event) { var finger = trackFinger(event, touchId); if (!finger) { return; } var _getFingerNewValue2 = getFingerNewValue({ finger: finger, values: values, source: valueDerived }), newValue = _getFingerNewValue2.newValue; setActive(-1); if (event.type === 'touchend') { setOpen(-1); } if (onChangeCommitted) { onChangeCommitted(event, newValue); } touchId.current = undefined; var doc = (0,ownerDocument/* default */.Z)(sliderRef.current); doc.removeEventListener('mousemove', handleTouchMove); doc.removeEventListener('mouseup', handleTouchEnd); doc.removeEventListener('touchmove', handleTouchMove); doc.removeEventListener('touchend', handleTouchEnd); }); var handleTouchStart = (0,useEventCallback/* default */.Z)(function (event) { // Workaround as Safari has partial support for touchAction: 'none'. event.preventDefault(); var touch = event.changedTouches[0]; if (touch != null) { // A number that uniquely identifies the current finger in the touch session. touchId.current = touch.identifier; } var finger = trackFinger(event, touchId); var _getFingerNewValue3 = getFingerNewValue({ finger: finger, values: values, source: valueDerived }), newValue = _getFingerNewValue3.newValue, activeIndex = _getFingerNewValue3.activeIndex; focusThumb({ sliderRef: sliderRef, activeIndex: activeIndex, setActive: setActive }); setValueState(newValue); if (onChange) { onChange(event, newValue); } var doc = (0,ownerDocument/* default */.Z)(sliderRef.current); doc.addEventListener('touchmove', handleTouchMove); doc.addEventListener('touchend', handleTouchEnd); }); react.useEffect(function () { var slider = sliderRef.current; slider.addEventListener('touchstart', handleTouchStart); var doc = (0,ownerDocument/* default */.Z)(slider); return function () { slider.removeEventListener('touchstart', handleTouchStart); doc.removeEventListener('mousemove', handleTouchMove); doc.removeEventListener('mouseup', handleTouchEnd); doc.removeEventListener('touchmove', handleTouchMove); doc.removeEventListener('touchend', handleTouchEnd); }; }, [handleTouchEnd, handleTouchMove, handleTouchStart]); var handleMouseDown = (0,useEventCallback/* default */.Z)(function (event) { if (onMouseDown) { onMouseDown(event); } event.preventDefault(); var finger = trackFinger(event, touchId); var _getFingerNewValue4 = getFingerNewValue({ finger: finger, values: values, source: valueDerived }), newValue = _getFingerNewValue4.newValue, activeIndex = _getFingerNewValue4.activeIndex; focusThumb({ sliderRef: sliderRef, activeIndex: activeIndex, setActive: setActive }); setValueState(newValue); if (onChange) { onChange(event, newValue); } var doc = (0,ownerDocument/* default */.Z)(sliderRef.current); doc.addEventListener('mousemove', handleTouchMove); doc.addEventListener('mouseup', handleTouchEnd); }); var trackOffset = valueToPercent(range ? values[0] : min, min, max); var trackLeap = valueToPercent(values[values.length - 1], min, max) - trackOffset; var trackStyle = (0,esm_extends/* default */.Z)({}, axisProps[axis].offset(trackOffset), axisProps[axis].leap(trackLeap)); return /*#__PURE__*/react.createElement(Component, (0,esm_extends/* default */.Z)({ ref: handleRef, className: (0,clsx_m/* default */.Z)(classes.root, classes["color".concat((0,utils_capitalize/* default */.Z)(color))], className, disabled && classes.disabled, marks.length > 0 && marks.some(function (mark) { return mark.label; }) && classes.marked, track === false && classes.trackFalse, orientation === 'vertical' && classes.vertical, track === 'inverted' && classes.trackInverted), onMouseDown: handleMouseDown }, other), /*#__PURE__*/react.createElement("span", { className: classes.rail }), /*#__PURE__*/react.createElement("span", { className: classes.track, style: trackStyle }), /*#__PURE__*/react.createElement("input", { value: values.join(','), name: name, type: "hidden" }), marks.map(function (mark, index) { var percent = valueToPercent(mark.value, min, max); var style = axisProps[axis].offset(percent); var markActive; if (track === false) { markActive = values.indexOf(mark.value) !== -1; } else { markActive = track === 'normal' && (range ? mark.value >= values[0] && mark.value <= values[values.length - 1] : mark.value <= values[0]) || track === 'inverted' && (range ? mark.value <= values[0] || mark.value >= values[values.length - 1] : mark.value >= values[0]); } return /*#__PURE__*/react.createElement(react.Fragment, { key: mark.value }, /*#__PURE__*/react.createElement("span", { style: style, "data-index": index, className: (0,clsx_m/* default */.Z)(classes.mark, markActive && classes.markActive) }), mark.label != null ? /*#__PURE__*/react.createElement("span", { "aria-hidden": true, "data-index": index, style: style, className: (0,clsx_m/* default */.Z)(classes.markLabel, markActive && classes.markLabelActive) }, mark.label) : null); }), values.map(function (value, index) { var percent = valueToPercent(value, min, max); var style = axisProps[axis].offset(percent); return /*#__PURE__*/react.createElement(ValueLabelComponent, { key: index, valueLabelFormat: valueLabelFormat, valueLabelDisplay: valueLabelDisplay, className: classes.valueLabel, value: typeof valueLabelFormat === 'function' ? valueLabelFormat(scale(value), index) : valueLabelFormat, index: index, open: open === index || active === index || valueLabelDisplay === 'on', disabled: disabled }, /*#__PURE__*/react.createElement(ThumbComponent, { className: (0,clsx_m/* default */.Z)(classes.thumb, classes["thumbColor".concat((0,utils_capitalize/* default */.Z)(color))], active === index && classes.active, disabled && classes.disabled, focusVisible === index && classes.focusVisible), tabIndex: disabled ? null : 0, role: "slider", style: style, "data-index": index, "aria-label": getAriaLabel ? getAriaLabel(index) : ariaLabel, "aria-labelledby": ariaLabelledby, "aria-orientation": orientation, "aria-valuemax": scale(max), "aria-valuemin": scale(min), "aria-valuenow": scale(value), "aria-valuetext": getAriaValueText ? getAriaValueText(scale(value), index) : ariaValuetext, onKeyDown: handleKeyDown, onFocus: handleFocus, onBlur: handleBlur, onMouseOver: handleMouseOver, onMouseLeave: handleMouseLeave })); })); }); false ? 0 : void 0; /* harmony default export */ var esm_Slider_Slider = ((0,withStyles/* default */.Z)(Slider_styles, { name: 'MuiSlider' })(Slider_Slider)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Form/SliderContainer/SliderContainer.js function SliderContainer_extends() { SliderContainer_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return SliderContainer_extends.apply(this, arguments); } function SliderContainer_slicedToArray(arr, i) { return SliderContainer_arrayWithHoles(arr) || SliderContainer_iterableToArrayLimit(arr, i) || SliderContainer_unsupportedIterableToArray(arr, i) || SliderContainer_nonIterableRest(); } function SliderContainer_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 SliderContainer_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return SliderContainer_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 SliderContainer_arrayLikeToArray(o, minLen); } function SliderContainer_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 SliderContainer_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function SliderContainer_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function SliderContainer_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = SliderContainer_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 SliderContainer_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; } function SliderContainer(_ref) { var _ref$title = _ref.title, title = _ref$title === void 0 ? "" : _ref$title, _ref$min = _ref.min, min = _ref$min === void 0 ? 0 : _ref$min, _ref$max = _ref.max, max = _ref$max === void 0 ? 100 : _ref$max, _ref$onChange = _ref.onChange, onChange = _ref$onChange === void 0 ? function () {} : _ref$onChange, _ref$value = _ref.value, value = _ref$value === void 0 ? "" : _ref$value, _ref$defaultValue = _ref.defaultValue, defaultValue = _ref$defaultValue === void 0 ? 0 : _ref$defaultValue, _ref$inputText = _ref.inputText, inputText = _ref$inputText === void 0 ? "" : _ref$inputText, _ref$labelText = _ref.labelText, labelText = _ref$labelText === void 0 ? "px" : _ref$labelText, disabled = _ref.disabled, _ref$trashButton = _ref.trashButton, trashButton = _ref$trashButton === void 0 ? true : _ref$trashButton, _ref$premium = _ref.premium, premium = _ref$premium === void 0 ? false : _ref$premium, props = SliderContainer_objectWithoutProperties(_ref, ["title", "min", "max", "onChange", "value", "defaultValue", "inputText", "labelText", "disabled", "trashButton", "premium"]); // Slider value var _useState = (0,react.useState)(value.toString()), _useState2 = SliderContainer_slicedToArray(_useState, 2), sliderValue = _useState2[0], setSliderValue = _useState2[1]; var _useState3 = (0,react.useState)(value === ""), _useState4 = SliderContainer_slicedToArray(_useState3, 2), sliderDisabled = _useState4[0], setSliderDisabled = _useState4[1]; (0,react.useEffect)(function () { setSliderValue(value.toString()); setSliderDisabled(value === ""); }, [value]); // Handle slider change var handleSliderChange = function handleSliderChange(_, newValue) { setSliderValue(newValue.toString()); // onChange(newValue); }; // Label format (like, 15px) var valueLabelFormat = function valueLabelFormat(value) { return "".concat(value).concat(labelText); }; // On input change var handleInputChange = function handleInputChange(event) { var val = event.target.value.replace(/^0+(\.?\d+)/, "$1").replace(/[^0-9.]/gm, "").replace(/(^\d*\.?(\d*)?).*/, "$1"); if (val === "") { setSliderValue(""); onChange("unset"); setSliderDisabled(true); return; } setSliderDisabled(false); //* When value == min value or lower: if (val < min) { // handleSliderChange(null, min); setSliderValue(min); onChange(Number(val)); return; } setSliderValue(val); onChange(Number(val)); }; return /*#__PURE__*/react.createElement(SettingsContainer, SliderContainer_extends({ title: title, className: "slider-container" }, props), /*#__PURE__*/react.createElement(esm_Slider_Slider, { min: min, max: max, style: { pointerEvents: disabled ? "none" : "auto" }, value: sliderDisabled ? defaultValue : typeof sliderValue === "number" ? sliderValue : Number(sliderValue), disabled: disabled || sliderDisabled, onMouseDown: function onMouseDown(e) { if (premium) { app.showPremiumDialog(e.currentTarget); return; } setSliderDisabled(false); }, onChange: handleSliderChange, onChangeCommitted: function onChangeCommitted(_, val) { onChange(Number(val)); }, "aria-labelledby": "input-slider", valueLabelFormat: valueLabelFormat, valueLabelDisplay: sliderDisabled ? "off" : "auto" }), /*#__PURE__*/react.createElement(OutlinedInput_OutlinedInput, { value: sliderValue, className: "slider-container-input", margin: "dense", onChange: handleInputChange, disabled: disabled, onClick: function onClick(e) { if (premium) app.showPremiumDialog(e.currentTarget); }, placeholder: sliderDisabled ? "".concat(defaultValue) : "", endAdornment: inputText ? /*#__PURE__*/react.createElement(InputAdornment_InputAdornment, { position: "end" }, inputText) : null, inputProps: { min: min, max: max, "data-testid": "slider-input", "aria-labelledby": "input-slider" } }), trashButton ? /*#__PURE__*/react.createElement(TrashButton, { disabled: sliderDisabled, onClick: function onClick() { setSliderValue(""); onChange("unset"); setSliderDisabled(true); }, "data-testid": "delete" }) : null); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ImageBorderRadius/ImageBorderRadius.js function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); } function IconImageBorderRadius(_ref) { _objectDestructuringEmpty(_ref); var imageRadius = function imageRadius() { /* webpack-strip-block:removed */ return /*#__PURE__*/React.createElement(React.Fragment, null); }; return imageRadius(); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/IconType/IconType.js function IconType_slicedToArray(arr, i) { return IconType_arrayWithHoles(arr) || IconType_iterableToArrayLimit(arr, i) || IconType_unsupportedIterableToArray(arr, i) || IconType_nonIterableRest(); } function IconType_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 IconType_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return IconType_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 IconType_arrayLikeToArray(o, minLen); } function IconType_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 IconType_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function IconType_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function IconType(_ref) { var onChange = _ref.onChange, _ref$value = _ref.value, value = _ref$value === void 0 ? false : _ref$value, _ref$trashButton = _ref.trashButton, trashButton = _ref$trashButton === void 0 ? false : _ref$trashButton; var inputLabel = (0,react.useRef)(null); var _useState = (0,react.useState)(0), _useState2 = IconType_slicedToArray(_useState, 2), labelWidth = _useState2[0], setLabelWidth = _useState2[1]; (0,react.useEffect)(function () { setLabelWidth(inputLabel.current.offsetWidth); }, []); var handleChange = function handleChange(e) { /* webpack-strip-block:removed */ if (e.target.value === "image") { app.showPremiumDialog(e.currentTarget, translate_translate("premium.custom_image")); return; } onChange(e.target.value); }; var items = function items() { /* webpack-strip-block:removed */ return [/*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "off", key: 0 }, /*#__PURE__*/react.createElement("i", { className: "fas fa-ban", style: { marginRight: 10 } }), translate_translate("common.off")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "icon", key: 1 }, /*#__PURE__*/react.createElement("i", { className: "far fa-heart", style: { marginRight: 10 } }), translate_translate("utils.icon")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "image", style: { opacity: 0.5 }, key: 2 }, /*#__PURE__*/react.createElement("i", { className: "fas fa-image", style: { marginRight: 10 } }), translate_translate("utils.image"), " ", /*#__PURE__*/react.createElement(PremiumTag, null))]; }; return /*#__PURE__*/react.createElement(SettingsContainer, { title: translate_translate("common.type"), className: "icon-or-image" }, /*#__PURE__*/react.createElement(FormControl_FormControl, { variant: "outlined", fullWidth: true, size: "small" }, /*#__PURE__*/react.createElement(InputLabel_InputLabel, { ref: inputLabel }, translate_translate("settings.icon_or_image.label")), /*#__PURE__*/react.createElement(Select_Select, { onChange: handleChange, labelWidth: labelWidth, value: value, MenuProps: { anchorOrigin: { vertical: "bottom", horizontal: "center" }, transformOrigin: { vertical: "top", horizontal: "center" }, getContentAnchorEl: null }, inputProps: { "data-testid": "setting:icon-type" } }, items())), /*#__PURE__*/react.createElement(TrashButton, { disabled: trashButton, onClick: function onClick() { return onChange("unset"); } })); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/DisableSetting/DisableSetting.js function DisableSetting_extends() { DisableSetting_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return DisableSetting_extends.apply(this, arguments); } function DisableSetting_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = DisableSetting_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 DisableSetting_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; } function DisableSetting(_ref) { var _ref$setOpacity = _ref.setOpacity, setOpacity = _ref$setOpacity === void 0 ? 0.3 : _ref$setOpacity, _ref$condition = _ref.condition, condition = _ref$condition === void 0 ? true : _ref$condition, _ref$className = _ref.className, className = _ref$className === void 0 ? null : _ref$className, _ref$content = _ref.content, content = _ref$content === void 0 ? false : _ref$content, _ref$premiumTag = _ref.premiumTag, premiumTag = _ref$premiumTag === void 0 ? false : _ref$premiumTag, _ref$children = _ref.children, children = _ref$children === void 0 ? null : _ref$children, _onClick = _ref.onClick, props = DisableSetting_objectWithoutProperties(_ref, ["setOpacity", "condition", "className", "content", "premiumTag", "children", "onClick"]); var visibility = condition ? setOpacity : 1; return /*#__PURE__*/react.createElement("div", DisableSetting_extends({ className: (0,clsx_m/* default */.Z)("disable-setting ".concat(condition ? "disabled" : ""), className), "data-testid": "disable-setting", onClick: function onClick(e) { if (_onClick && condition) { _onClick(e); } }, disabled: condition }, props), /*#__PURE__*/react.createElement("div", { style: { opacity: visibility }, className: "settings" }, children), condition && /*#__PURE__*/react.createElement("div", { className: "disable-content" }, content, premiumTag && /*#__PURE__*/react.createElement(PremiumTag, null))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/Button/Tabs/Styling/IconGroup.js function IconGroup_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function IconGroup_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { IconGroup_ownKeys(Object(source), true).forEach(function (key) { IconGroup_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { IconGroup_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function IconGroup_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function IconGroup_extends() { IconGroup_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return IconGroup_extends.apply(this, arguments); } function IconGroup_slicedToArray(arr, i) { return IconGroup_arrayWithHoles(arr) || IconGroup_iterableToArrayLimit(arr, i) || IconGroup_unsupportedIterableToArray(arr, i) || IconGroup_nonIterableRest(); } function IconGroup_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 IconGroup_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return IconGroup_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 IconGroup_arrayLikeToArray(o, minLen); } function IconGroup_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 IconGroup_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function IconGroup_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function IconGroup_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = IconGroup_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 IconGroup_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; } /* webpack-strip-block:removed */ function IconGroup(_ref) { var get = _ref.get, set = _ref.set, groupProps = IconGroup_objectWithoutProperties(_ref, ["get", "set"]); var _useState = (0,react.useState)(0), _useState2 = IconGroup_slicedToArray(_useState, 2), hoverSettings = _useState2[0], setHoverSettings = _useState2[1]; // 0 = normal, 1 = hover var iconType = function iconType() { return /*#__PURE__*/react.createElement(IconType, { value: get("icon_type", { returnDefault: true, defToGroup: true }), trashButton: get("icon_type") === "", onChange: function onChange(val) { set("icon_type", val); } }); }; var settings = function settings() { var color = get("icon_color"); var icon = get("icon", { returnDefault: true, returnSelf: true, returnParent: true, defToGroup: true }); /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(DisableSetting, { condition: hoverSettings === 1, premiumTag: true, onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget); } }, /*#__PURE__*/react.createElement(IconSelector_IconSelector, { value: icon[0], onChange: function onChange(val) { return set("icon", [val, "unset"]); }, hoverDisabled: hoverSettings === 1 })), /*#__PURE__*/react.createElement(ColorPicker, { title: translate_translate("utils.color"), value: color[hoverSettings], defaultValue: get("icon_color", { returnDefault: true, returnSelf: true, defToGroup: true, returnParent: true })[hoverSettings], onChange: function onChange(val) { var newValues = color; newValues[hoverSettings] = val; set("icon_color", newValues); } })); }; var sliders = function sliders() { var icon_size = get("icon_size"); /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { condition: hoverSettings === 1, premiumTag: true, onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget); } }, /*#__PURE__*/react.createElement(SliderContainer, { title: translate_translate("settings.icon_size.title"), value: icon_size[0], defaultValue: get("icon_size", { returnDefault: true, returnSelf: true, returnParent: true, defToGroup: true })[0], "data-testid": "settingcontainer:icon-size", inputText: "px", premium: hoverSettings === 1, disabled: hoverSettings === 1, onChange: function onChange(val) { var newValues = icon_size; newValues[hoverSettings] = val; set("icon_size", newValues); set("icon_image_size", newValues); }, className: "style-icon-size" })); }; return /*#__PURE__*/react.createElement(CollapsibleGroup, IconGroup_extends({ title: translate_translate("utils.icon"), "data-testid": "group:icon" }, groupProps), iconType(), get("icon_type", { defToGroup: true, returnDefault: true }) === "off" ? null : /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(Tabs/* default */.Z, { onChange: function onChange(_, val) { return setHoverSettings(val); }, style: { marginBottom: "20px", marginTop: "20px" }, value: hoverSettings, variant: "fullWidth", centered: true }, /*#__PURE__*/react.createElement(Tab_Tab, { label: "Normal", "data-testid": "normal_hover:normal" }), /*#__PURE__*/react.createElement(Tab_Tab, { label: "Hover", "data-testid": "normal_hover:hover" })), settings(), sliders())); } /* harmony default export */ var Styling_IconGroup = (connect(function (state) { return { buttons: state.buttons, groups: state.groups }; }, function (dispatch) { return { _set: function _set() { return dispatch(dataActions_set.apply(void 0, arguments)); } }; }, function (_ref2, _ref3, _ref4) { var buttons = _ref2.buttons, groups = _ref2.groups; var _set = _ref3._set; var buttonId = _ref4.buttonId, props = IconGroup_objectWithoutProperties(_ref4, ["buttonId"]); var button = buttons[buttonId]; var group = groups[buttons[buttonId].parent]; return IconGroup_objectSpread({ set: function set(key, val) { return _set(models.BUTTON, buttonId, key, val); }, get: function get(key) { var _ref5 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, _ref5$getParent = _ref5.getParent, getParent = _ref5$getParent === void 0 ? false : _ref5$getParent, _ref5$defToGroup = _ref5.defToGroup, defToGroup = _ref5$defToGroup === void 0 ? false : _ref5$defToGroup, options = IconGroup_objectWithoutProperties(_ref5, ["getParent", "defToGroup"]); return _get(key, getParent ? group : button, group.menu_style, getParent ? "group" : "button", IconGroup_objectSpread({ defToGroup: defToGroup && group }, options)); } }, props); })(IconGroup)); // EXTERNAL MODULE: ./node_modules/@material-ui/lab/esm/useAutocomplete/useAutocomplete.js var useAutocomplete = __webpack_require__(11514); ;// CONCATENATED MODULE: ./src/js/utils/fonts/GoogleFonts.json var GoogleFonts_namespaceObject = JSON.parse('["ABeeZee","Abel","Abhaya Libre","Abril Fatface","Aclonica","Acme","Actor","Adamina","Advent Pro","Aguafina Script","Akronim","Aladin","Aldrich","Alef","Alegreya","Alegreya SC","Alegreya Sans","Alegreya Sans SC","Aleo","Alex Brush","Alfa Slab One","Alice","Alike","Alike Angular","Allan","Allerta","Allerta Stencil","Allura","Almarai","Almendra","Almendra Display","Almendra SC","Amarante","Amaranth","Amatic SC","Amethysta","Amiko","Amiri","Amita","Anaheim","Andada","Andika","Angkor","Annie Use Your Telescope","Anonymous Pro","Antic","Antic Didone","Antic Slab","Anton","Arapey","Arbutus","Arbutus Slab","Architects Daughter","Archivo","Archivo Black","Archivo Narrow","Aref Ruqaa","Arima Madurai","Arimo","Arizonia","Armata","Arsenal","Artifika","Arvo","Arya","Asap","Asap Condensed","Asar","Asset","Assistant","Astloch","Asul","Athiti","Atma","Atomic Age","Aubrey","Audiowide","Autour One","Average","Average Sans","Averia Gruesa Libre","Averia Libre","Averia Sans Libre","Averia Serif Libre","B612","B612 Mono","Bad Script","Bahiana","Bahianita","Bai Jamjuree","Baloo","Baloo Bhai","Baloo Bhaijaan","Baloo Bhaina","Baloo Chettan","Baloo Da","Baloo Paaji","Baloo Tamma","Baloo Tammudu","Baloo Thambi","Balthazar","Bangers","Barlow","Barlow Condensed","Barlow Semi Condensed","Barriecito","Barrio","Basic","Battambang","Baumans","Bayon","Be Vietnam","Bebas Neue","Belgrano","Bellefair","Belleza","BenchNine","Bentham","Berkshire Swash","Beth Ellen","Bevan","Big Shoulders Display","Big Shoulders Text","Bigelow Rules","Bigshot One","Bilbo","Bilbo Swash Caps","BioRhyme","BioRhyme Expanded","Biryani","Bitter","Black And White Picture","Black Han Sans","Black Ops One","Blinker","Bokor","Bonbon","Boogaloo","Bowlby One","Bowlby One SC","Brawler","Bree Serif","Bubblegum Sans","Bubbler One","Buda","Buenard","Bungee","Bungee Hairline","Bungee Inline","Bungee Outline","Bungee Shade","Butcherman","Butterfly Kids","Cabin","Cabin Condensed","Cabin Sketch","Caesar Dressing","Cagliostro","Cairo","Calligraffitti","Cambay","Cambo","Candal","Cantarell","Cantata One","Cantora One","Capriola","Cardo","Carme","Carrois Gothic","Carrois Gothic SC","Carter One","Catamaran","Caudex","Caveat","Caveat Brush","Cedarville Cursive","Ceviche One","Chakra Petch","Changa","Changa One","Chango","Charm","Charmonman","Chathura","Chau Philomene One","Chela One","Chelsea Market","Chenla","Cherry Cream Soda","Cherry Swash","Chewy","Chicle","Chilanka","Chivo","Chonburi","Cinzel","Cinzel Decorative","Clicker Script","Coda","Coda Caption","Codystar","Coiny","Combo","Comfortaa","Coming Soon","Concert One","Condiment","Content","Contrail One","Convergence","Cookie","Copse","Corben","Cormorant","Cormorant Garamond","Cormorant Infant","Cormorant SC","Cormorant Unicase","Cormorant Upright","Courgette","Cousine","Coustard","Covered By Your Grace","Crafty Girls","Creepster","Crete Round","Crimson Pro","Crimson Text","Croissant One","Crushed","Cuprum","Cute Font","Cutive","Cutive Mono","DM Sans","DM Serif Display","DM Serif Text","Damion","Dancing Script","Dangrek","Darker Grotesque","David Libre","Dawning of a New Day","Days One","Dekko","Delius","Delius Swash Caps","Delius Unicase","Della Respira","Denk One","Devonshire","Dhurjati","Didact Gothic","Diplomata","Diplomata SC","Do Hyeon","Dokdo","Domine","Donegal One","Doppio One","Dorsa","Dosis","Dr Sugiyama","Duru Sans","Dynalight","EB Garamond","Eagle Lake","East Sea Dokdo","Eater","Economica","Eczar","El Messiri","Electrolize","Elsie","Elsie Swash Caps","Emblema One","Emilys Candy","Encode Sans","Encode Sans Condensed","Encode Sans Expanded","Encode Sans Semi Condensed","Encode Sans Semi Expanded","Engagement","Englebert","Enriqueta","Erica One","Esteban","Euphoria Script","Ewert","Exo","Exo 2","Expletus Sans","Fahkwang","Fanwood Text","Farro","Farsan","Fascinate","Fascinate Inline","Faster One","Fasthand","Fauna One","Faustina","Federant","Federo","Felipa","Fenix","Finger Paint","Fira Code","Fira Mono","Fira Sans","Fira Sans Condensed","Fira Sans Extra Condensed","Fjalla One","Fjord One","Flamenco","Flavors","Fondamento","Fontdiner Swanky","Forum","Francois One","Frank Ruhl Libre","Freckle Face","Fredericka the Great","Fredoka One","Freehand","Fresca","Frijole","Fruktur","Fugaz One","GFS Didot","GFS Neohellenic","Gabriela","Gaegu","Gafata","Galada","Galdeano","Galindo","Gamja Flower","Gayathri","Gentium Basic","Gentium Book Basic","Geo","Geostar","Geostar Fill","Germania One","Gidugu","Gilda Display","Give You Glory","Glass Antiqua","Glegoo","Gloria Hallelujah","Goblin One","Gochi Hand","Gorditas","Gothic A1","Goudy Bookletter 1911","Graduate","Grand Hotel","Gravitas One","Great Vibes","Grenze","Griffy","Gruppo","Gudea","Gugi","Gurajada","Habibi","Halant","Hammersmith One","Hanalei","Hanalei Fill","Handlee","Hanuman","Happy Monkey","Harmattan","Headland One","Heebo","Henny Penny","Hepta Slab","Herr Von Muellerhoff","Hi Melody","Hind","Hind Guntur","Hind Madurai","Hind Siliguri","Hind Vadodara","Holtwood One SC","Homemade Apple","Homenaje","IBM Plex Mono","IBM Plex Sans","IBM Plex Sans Condensed","IBM Plex Serif","IM Fell DW Pica","IM Fell DW Pica SC","IM Fell Double Pica","IM Fell Double Pica SC","IM Fell English","IM Fell English SC","IM Fell French Canon","IM Fell French Canon SC","IM Fell Great Primer","IM Fell Great Primer SC","Iceberg","Iceland","Imprima","Inconsolata","Inder","Indie Flower","Inika","Inknut Antiqua","Irish Grover","Istok Web","Italiana","Italianno","Itim","Jacques Francois","Jacques Francois Shadow","Jaldi","Jim Nightshade","Jockey One","Jolly Lodger","Jomhuria","Jomolhari","Josefin Sans","Josefin Slab","Joti One","Jua","Judson","Julee","Julius Sans One","Junge","Jura","Just Another Hand","Just Me Again Down Here","K2D","Kadwa","Kalam","Kameron","Kanit","Kantumruy","Karla","Karma","Katibeh","Kaushan Script","Kavivanar","Kavoon","Kdam Thmor","Keania One","Kelly Slab","Kenia","Khand","Khmer","Khula","Kirang Haerang","Kite One","Knewave","KoHo","Kodchasan","Kosugi","Kosugi Maru","Kotta One","Koulen","Kranky","Kreon","Kristi","Krona One","Krub","Kulim Park","Kumar One","Kumar One Outline","Kurale","La Belle Aurore","Lacquer","Laila","Lakki Reddy","Lalezar","Lancelot","Lateef","Lato","League Script","Leckerli One","Ledger","Lekton","Lemon","Lemonada","Lexend Deca","Lexend Exa","Lexend Giga","Lexend Mega","Lexend Peta","Lexend Tera","Lexend Zetta","Libre Barcode 128","Libre Barcode 128 Text","Libre Barcode 39","Libre Barcode 39 Extended","Libre Barcode 39 Extended Text","Libre Barcode 39 Text","Libre Baskerville","Libre Caslon Display","Libre Caslon Text","Libre Franklin","Life Savers","Lilita One","Lily Script One","Limelight","Linden Hill","Literata","Liu Jian Mao Cao","Livvic","Lobster","Lobster Two","Londrina Outline","Londrina Shadow","Londrina Sketch","Londrina Solid","Long Cang","Lora","Love Ya Like A Sister","Loved by the King","Lovers Quarrel","Luckiest Guy","Lusitana","Lustria","M PLUS 1p","M PLUS Rounded 1c","Ma Shan Zheng","Macondo","Macondo Swash Caps","Mada","Magra","Maiden Orange","Maitree","Major Mono Display","Mako","Mali","Mallanna","Mandali","Manjari","Mansalva","Manuale","Marcellus","Marcellus SC","Marck Script","Margarine","Markazi Text","Marko One","Marmelad","Martel","Martel Sans","Marvel","Mate","Mate SC","Material Icons","Maven Pro","McLaren","Meddon","MedievalSharp","Medula One","Meera Inimai","Megrim","Meie Script","Merienda","Merienda One","Merriweather","Merriweather Sans","Metal","Metal Mania","Metamorphous","Metrophobic","Michroma","Milonga","Miltonian","Miltonian Tattoo","Mina","Miniver","Miriam Libre","Mirza","Miss Fajardose","Mitr","Modak","Modern Antiqua","Mogra","Molengo","Molle","Monda","Monofett","Monoton","Monsieur La Doulaise","Montaga","Montez","Montserrat","Montserrat Alternates","Montserrat Subrayada","Moul","Moulpali","Mountains of Christmas","Mouse Memoirs","Mr Bedfort","Mr Dafoe","Mr De Haviland","Mrs Saint Delafield","Mrs Sheppards","Mukta","Mukta Mahee","Mukta Malar","Mukta Vaani","Muli","Mystery Quest","NTR","Nanum Brush Script","Nanum Gothic","Nanum Gothic Coding","Nanum Myeongjo","Nanum Pen Script","Neucha","Neuton","New Rocker","News Cycle","Niconne","Niramit","Nixie One","Nobile","Nokora","Norican","Nosifer","Notable","Nothing You Could Do","Noticia Text","Noto Sans","Noto Sans HK","Noto Sans JP","Noto Sans KR","Noto Sans SC","Noto Sans TC","Noto Serif","Noto Serif JP","Noto Serif KR","Noto Serif SC","Noto Serif TC","Nova Cut","Nova Flat","Nova Mono","Nova Oval","Nova Round","Nova Script","Nova Slim","Nova Square","Numans","Nunito","Nunito Sans","Odor Mean Chey","Offside","Old Standard TT","Oldenburg","Oleo Script","Oleo Script Swash Caps","Open Sans","Open Sans Condensed","Oranienbaum","Orbitron","Oregano","Orienta","Original Surfer","Oswald","Over the Rainbow","Overlock","Overlock SC","Overpass","Overpass Mono","Ovo","Oxygen","Oxygen Mono","PT Mono","PT Sans","PT Sans Caption","PT Sans Narrow","PT Serif","PT Serif Caption","Pacifico","Padauk","Palanquin","Palanquin Dark","Pangolin","Paprika","Parisienne","Passero One","Passion One","Pathway Gothic One","Patrick Hand","Patrick Hand SC","Pattaya","Patua One","Pavanam","Paytone One","Peddana","Peralta","Permanent Marker","Petit Formal Script","Petrona","Philosopher","Piedra","Pinyon Script","Pirata One","Plaster","Play","Playball","Playfair Display","Playfair Display SC","Podkova","Poiret One","Poller One","Poly","Pompiere","Pontano Sans","Poor Story","Poppins","Port Lligat Sans","Port Lligat Slab","Pragati Narrow","Prata","Preahvihear","Press Start 2P","Pridi","Princess Sofia","Prociono","Prompt","Prosto One","Proza Libre","Public Sans","Puritan","Purple Purse","Quando","Quantico","Quattrocento","Quattrocento Sans","Questrial","Quicksand","Quintessential","Qwigley","Racing Sans One","Radley","Rajdhani","Rakkas","Raleway","Raleway Dots","Ramabhadra","Ramaraja","Rambla","Rammetto One","Ranchers","Rancho","Ranga","Rasa","Rationale","Ravi Prakash","Red Hat Display","Red Hat Text","Redressed","Reem Kufi","Reenie Beanie","Revalia","Rhodium Libre","Ribeye","Ribeye Marrow","Righteous","Risque","Roboto","Roboto Condensed","Roboto Mono","Roboto Slab","Rochester","Rock Salt","Rokkitt","Romanesco","Ropa Sans","Rosario","Rosarivo","Rouge Script","Rozha One","Rubik","Rubik Mono One","Ruda","Rufina","Ruge Boogie","Ruluko","Rum Raisin","Ruslan Display","Russo One","Ruthie","Rye","Sacramento","Sahitya","Sail","Saira","Saira Condensed","Saira Extra Condensed","Saira Semi Condensed","Saira Stencil One","Salsa","Sanchez","Sancreek","Sansita","Sarabun","Sarala","Sarina","Sarpanch","Satisfy","Sawarabi Gothic","Sawarabi Mincho","Scada","Scheherazade","Schoolbell","Scope One","Seaweed Script","Secular One","Sedgwick Ave","Sedgwick Ave Display","Sevillana","Seymour One","Shadows Into Light","Shadows Into Light Two","Shanti","Share","Share Tech","Share Tech Mono","Shojumaru","Short Stack","Shrikhand","Siemreap","Sigmar One","Signika","Signika Negative","Simonetta","Single Day","Sintony","Sirin Stencil","Six Caps","Skranji","Slabo 13px","Slabo 27px","Slackey","Smokum","Smythe","Sniglet","Snippet","Snowburst One","Sofadi One","Sofia","Song Myung","Sonsie One","Sorts Mill Goudy","Source Code Pro","Source Sans Pro","Source Serif Pro","Space Mono","Special Elite","Spectral","Spectral SC","Spicy Rice","Spinnaker","Spirax","Squada One","Sree Krushnadevaraya","Sriracha","Srisakdi","Staatliches","Stalemate","Stalinist One","Stardos Stencil","Stint Ultra Condensed","Stint Ultra Expanded","Stoke","Strait","Stylish","Sue Ellen Francisco","Suez One","Sumana","Sunflower","Sunshiney","Supermercado One","Sura","Suranna","Suravaram","Suwannaphum","Swanky and Moo Moo","Syncopate","Tajawal","Tangerine","Taprom","Tauri","Taviraj","Teko","Telex","Tenali Ramakrishna","Tenor Sans","Text Me One","Thasadith","The Girl Next Door","Tienne","Tillana","Timmana","Tinos","Titan One","Titillium Web","Tomorrow","Trade Winds","Trirong","Trocchi","Trochut","Trykker","Tulpen One","Turret Road","Ubuntu","Ubuntu Condensed","Ubuntu Mono","Ultra","Uncial Antiqua","Underdog","Unica One","UnifrakturCook","UnifrakturMaguntia","Unkempt","Unlock","Unna","VT323","Vampiro One","Varela","Varela Round","Vast Shadow","Vesper Libre","Vibes","Vibur","Vidaloka","Viga","Voces","Volkhov","Vollkorn","Vollkorn SC","Voltaire","Waiting for the Sunrise","Wallpoet","Walter Turncoat","Warnes","Wellfleet","Wendy One","Wire One","Work Sans","Yanone Kaffeesatz","Yantramanav","Yatra One","Yellowtail","Yeon Sung","Yeseva One","Yesteryear","Yrsa","ZCOOL KuaiLe","ZCOOL QingKe HuangYou","ZCOOL XiaoWei","Zeyada","Zhi Mang Xing","Zilla Slab","Zilla Slab Highlight"]'); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/FontFamily/FontFamily.js function FontFamily_extends() { FontFamily_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return FontFamily_extends.apply(this, arguments); } function FontFamily_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function FontFamily_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { FontFamily_ownKeys(Object(source), true).forEach(function (key) { FontFamily_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { FontFamily_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function FontFamily_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function FontFamily_toConsumableArray(arr) { return FontFamily_arrayWithoutHoles(arr) || FontFamily_iterableToArray(arr) || FontFamily_unsupportedIterableToArray(arr) || FontFamily_nonIterableSpread(); } function FontFamily_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 FontFamily_iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); } function FontFamily_arrayWithoutHoles(arr) { if (Array.isArray(arr)) return FontFamily_arrayLikeToArray(arr); } function FontFamily_slicedToArray(arr, i) { return FontFamily_arrayWithHoles(arr) || FontFamily_iterableToArrayLimit(arr, i) || FontFamily_unsupportedIterableToArray(arr, i) || FontFamily_nonIterableRest(); } function FontFamily_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 FontFamily_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return FontFamily_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 FontFamily_arrayLikeToArray(o, minLen); } function FontFamily_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 FontFamily_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function FontFamily_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } var filter = (0,useAutocomplete/* createFilterOptions */.D)(); function FontFamily(_ref) { var _ref$value = _ref.value, value = _ref$value === void 0 ? "" : _ref$value, onChange = _ref.onChange; var _useState = (0,react.useState)(""), _useState2 = FontFamily_slicedToArray(_useState, 2), currentText = _useState2[0], setCurrentText = _useState2[1]; var _useState3 = (0,react.useState)( // Migration Array.isArray(value) ? value : value.split(",").filter(function (str) { return str !== ""; }).map(function (val) { return { title: val, value: val }; })), _useState4 = FontFamily_slicedToArray(_useState3, 2), currentValueSelect = _useState4[0], setCurrentValueSelect = _useState4[1]; (0,react.useEffect)(function () { setCurrentValueSelect(Array.isArray(value) ? value : value.split(",").filter(function (str) { return str !== ""; }).map(function (val) { return { title: val, value: val }; })); }, [value]); var systemFonts = ["auto", "cursive", "fantasy", "inherit", "initial", "monospace", "none", "sans-serif", "serif", "unset"].map(function (object) { return { title: object, value: object, category: "System" }; }); var googleFonts = GoogleFonts_namespaceObject.map(function (object) { return { title: object, value: object, category: "Google Fonts" }; }); var fontList = systemFonts.concat(googleFonts); var handleChange = function handleChange(value) { setCurrentValueSelect(value); onChange(value.map(function (val) { return val.title; }).join(",")); }; var handleCustomFont = function handleCustomFont() { if (currentText.length > 0) { var selectValue = FontFamily_toConsumableArray(currentValueSelect); selectValue.push({ title: currentText, value: currentText }); handleChange(selectValue); } }; var setting = function setting() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(Autocomplete/* default */.ZP, { style: { marginBottom: 15 }, multiple: true, disabled: true, size: "medium", id: "tags-outlined", clearText: translate_translate("utils.clear"), loadingText: translate_translate("loading.loading"), "data-testid": "font-family", options: fontList, filterSelectedOptions: true, disableCloseOnSelect: true, freeSolo: true, forcePopupIcon: true, popupIcon: /*#__PURE__*/react.createElement("i", { className: "fas fa-caret-down", style: { fontSize: "0.8em" }, "data-testid": "font-family-select-icon" }), renderInput: function renderInput(params) { return /*#__PURE__*/react.createElement(esm_TextField_TextField, FontFamily_extends({}, params, { variant: "outlined", label: translate_translate("settings.font_family.title"), placeholder: translate_translate("settings.font_family.placeholder"), InputProps: FontFamily_objectSpread(FontFamily_objectSpread({}, params.InputProps), {}, { "data-testid": "font-family-input" }), className: "label-font-family" })); } }); }; return setting(); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Form/TextfieldCorners/TextFieldCorners.js function TextFieldCorners_extends() { TextFieldCorners_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return TextFieldCorners_extends.apply(this, arguments); } function TextFieldCorners_slicedToArray(arr, i) { return TextFieldCorners_arrayWithHoles(arr) || TextFieldCorners_iterableToArrayLimit(arr, i) || TextFieldCorners_unsupportedIterableToArray(arr, i) || TextFieldCorners_nonIterableRest(); } function TextFieldCorners_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 TextFieldCorners_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return TextFieldCorners_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 TextFieldCorners_arrayLikeToArray(o, minLen); } function TextFieldCorners_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 TextFieldCorners_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function TextFieldCorners_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } var TextFieldCorners_useStyles = styles_makeStyles(function () { return { button: { padding: 0, height: "26px", minWidth: "25px", fontSize: "10px" // margin: "auto", }, iconButton: { height: "22px", fontSize: "10px", fontWeight: 700, width: "22px", padding: 0, margin: "auto auto" } }; }); function TextFieldCorners(_ref) { var title = _ref.title, className = _ref.className, _ref$value = _ref.value, value = _ref$value === void 0 ? "" : _ref$value, _ref$disabled = _ref.disabled, disabled = _ref$disabled === void 0 ? false : _ref$disabled, _ref$type = _ref.type, type = _ref$type === void 0 ? "corners" : _ref$type, onChange = _ref.onChange, _ref$onClick = _ref.onClick, _onClick = _ref$onClick === void 0 ? function () {} : _ref$onClick, _ref$defaultValue = _ref.defaultValue, defaultValue = _ref$defaultValue === void 0 ? "0px 0px 0px 0px" : _ref$defaultValue; var arrayProps = ["top-left", "top-right", "bottom-left", "bottom-right"].map(function (testid, key) { return { inputProps: { "data-testid": "textfield-corners-".concat(testid) }, helperText: /*#__PURE__*/react.createElement("i", { className: "fas fa-arrow-up", style: { transform: type === "corners" ? "rotate(".concat(key * 90 - 45, "deg)") : "rotate(".concat(key * 90, "deg)") } }) }; }); var numberPattern = /\d+/g; var classes = TextFieldCorners_useStyles(); var arrayValues; if (!value) arrayValues = ["", "", "", ""];else if (typeof value === "number") arrayValues = ["".concat(value), "".concat(value), "".concat(value), "".concat(value)];else arrayValues = value.match(numberPattern) || ["", "", "", ""]; if (arrayValues.length !== 4) arrayValues = [arrayValues[0], arrayValues[0], arrayValues[0], arrayValues[0]]; var defaultArray; if (!defaultValue) defaultArray = ["", "", "", ""];else if (typeof defaultValue === "number") defaultArray = ["".concat(defaultValue), "".concat(defaultValue), "".concat(defaultValue), "".concat(defaultValue)];else defaultArray = defaultValue.match(numberPattern) || ["", "", "", ""]; if (defaultArray.length !== 4) defaultArray = [defaultArray[0], defaultArray[0], defaultArray[0], defaultArray[0]]; var _useState = (0,react.useState)(arrayValues), _useState2 = TextFieldCorners_slicedToArray(_useState, 2), values = _useState2[0], setValues = _useState2[1]; var unitValue = "%"; /* webpack-strip-block:removed */ var _useState3 = (0,react.useState)(unitValue), _useState4 = TextFieldCorners_slicedToArray(_useState3, 2), unit = _useState4[0], setUnit = _useState4[1]; var _useState5 = (0,react.useState)(arrayValues.every(function (val) { return val === arrayValues[0]; })), _useState6 = TextFieldCorners_slicedToArray(_useState5, 2), linked = _useState6[0], setLinked = _useState6[1]; var handleChange = function handleChange(key) { var newValue = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : ""; var newValues = values; var newUnit = unit; if (key === false) { // Change unit newUnit = newValue; setUnit(newValue); } else { // Change values if (linked) { newValues = [newValue, newValue, newValue, newValue]; } else { newValues = values.map(function (val, k) { return key === k ? newValue === "" ? defaultArray[key] : newValue : val; }); } setValues(newValues); } if (newValues.every(function (val) { return val === ""; })) return onChange("unset"); onChange(newValues.map(function (val) { return "".concat(val === "" ? defaultArray[key] : val).concat(newUnit); }).join(" ")); }; (0,react.useEffect)(function () { var arrayValues; if (!value) arrayValues = ["", "", "", ""];else if (typeof value === "number") arrayValues = ["".concat(value), "".concat(value), "".concat(value), "".concat(value)];else arrayValues = value.match(numberPattern) || ["", "", "", ""]; if (arrayValues.length === 1) arrayValues = [arrayValues[0], arrayValues[0], arrayValues[0], arrayValues[0]]; setLinked(arrayValues.every(function (val) { return val === arrayValues[0]; })); setValues(arrayValues); setUnit(value ? value.toString().includes("px") ? "px" : "%" : defaultValue.toString().includes("px") ? "px" : "%"); }, [value]); var unitButtons = function unitButtons() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement("div", { style: { transform: "translateY(-10px)", textAlign: "center" } }, /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { color: "primary", className: classes.iconButton, "data-testid": "textfield-corners-pixel", disabled: true }, "PX"), /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { color: "primary", className: classes.iconButton, "data-testid": "textfield-corners-percent", disabled: true }, "%")); }; return /*#__PURE__*/react.createElement("div", { onClick: function onClick() { if (disabled) { _onClick(); } return; } }, /*#__PURE__*/react.createElement(SettingsContainer, { className: className, title: title, fullWidth: true }, values.map(function (val, key) { return /*#__PURE__*/react.createElement(esm_TextField_TextField, TextFieldCorners_extends({ value: val, className: "textfield-corners-input", margin: "dense", placeholder: !value ? defaultArray[key] : arrayValues[key], variant: "outlined", disabled: disabled, key: key, onChange: function onChange(e) { return handleChange(key, e.target.value.replace(/^0+(\.?\d+)/, "$1").replace(/[^0-9]/gm, "")); } }, arrayProps[key])); }), /*#__PURE__*/react.createElement(esm_Button_Button, { color: "primary", variant: linked ? "contained" : "outlined", className: classes.button, disabled: disabled, "data-testid": "textfield-corners-link", onClick: function onClick() { setLinked(!linked); } }, /*#__PURE__*/react.createElement("i", { className: "fas fa-link" })), unitButtons())); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/BorderRadius/BorderRadius.js function BorderRadius_extends() { BorderRadius_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return BorderRadius_extends.apply(this, arguments); } function BorderRadius(props) { return /*#__PURE__*/react.createElement(TextFieldCorners, BorderRadius_extends({ title: translate_translate("settings.border_radius.title"), type: "corners" }, props)); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/LabelVisibility/LabelVisibility.js function LabelVisibility(_ref) { var _onChange = _ref.onChange, value = _ref.value, _ref$title = _ref.title, title = _ref$title === void 0 ? "" : _ref$title, _ref$device = _ref.device, device = _ref$device === void 0 ? "" : _ref$device, trashButton = _ref.trashButton; return /*#__PURE__*/react.createElement(SettingsContainer, { title: title }, /*#__PURE__*/react.createElement(FormControl_FormControl, { variant: "outlined", fullWidth: true }, /*#__PURE__*/react.createElement(Select_Select, { id: "label-visibility", value: value || "", onChange: function onChange(e) { _onChange(e.target.value); }, className: "MuiSelect-small", inputProps: { "data-testid": "setting:".concat(device, "-visibility") }, displayEmpty: true }, trashButton && /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "", key: "group-default", disabled: true, style: { display: "none" } }, translate_translate("settings.label_styles.group_default")), device === "desktop" ? [/*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "always", key: "always" }, translate_translate("settings.label_styles.always")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "hover", key: "hover" }, translate_translate("settings.label_styles.hover")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "hide", key: "hide" }, translate_translate("settings.label_styles.hide"))] : [/*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "always", key: "always" }, translate_translate("settings.label_styles.always")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "hide", key: "hide" }, translate_translate("settings.label_styles.hide"))])), trashButton ? /*#__PURE__*/react.createElement(TrashButton, { onClick: function onClick() { return _onChange("unset"); }, disabled: !value }) : null); } ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Switch/Switch.js // @inheritedComponent IconButton var Switch_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { display: 'inline-flex', width: 34 + 12 * 2, height: 14 + 12 * 2, overflow: 'hidden', padding: 12, boxSizing: 'border-box', position: 'relative', flexShrink: 0, zIndex: 0, // Reset the stacking context. verticalAlign: 'middle', // For correct alignment with the text. '@media print': { colorAdjust: 'exact' } }, /* Styles applied to the root element if `edge="start"`. */ edgeStart: { marginLeft: -8 }, /* Styles applied to the root element if `edge="end"`. */ edgeEnd: { marginRight: -8 }, /* Styles applied to the internal `SwitchBase` component's `root` class. */ switchBase: { position: 'absolute', top: 0, left: 0, zIndex: 1, // Render above the focus ripple. color: theme.palette.type === 'light' ? theme.palette.grey[50] : theme.palette.grey[400], transition: theme.transitions.create(['left', 'transform'], { duration: theme.transitions.duration.shortest }), '&$checked': { transform: 'translateX(20px)' }, '&$disabled': { color: theme.palette.type === 'light' ? theme.palette.grey[400] : theme.palette.grey[800] }, '&$checked + $track': { opacity: 0.5 }, '&$disabled + $track': { opacity: theme.palette.type === 'light' ? 0.12 : 0.1 } }, /* Styles applied to the internal SwitchBase component's root element if `color="primary"`. */ colorPrimary: { '&$checked': { color: theme.palette.primary.main, '&:hover': { backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.primary.main, theme.palette.action.hoverOpacity), '@media (hover: none)': { backgroundColor: 'transparent' } } }, '&$disabled': { color: theme.palette.type === 'light' ? theme.palette.grey[400] : theme.palette.grey[800] }, '&$checked + $track': { backgroundColor: theme.palette.primary.main }, '&$disabled + $track': { backgroundColor: theme.palette.type === 'light' ? theme.palette.common.black : theme.palette.common.white } }, /* Styles applied to the internal SwitchBase component's root element if `color="secondary"`. */ colorSecondary: { '&$checked': { color: theme.palette.secondary.main, '&:hover': { backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.secondary.main, theme.palette.action.hoverOpacity), '@media (hover: none)': { backgroundColor: 'transparent' } } }, '&$disabled': { color: theme.palette.type === 'light' ? theme.palette.grey[400] : theme.palette.grey[800] }, '&$checked + $track': { backgroundColor: theme.palette.secondary.main }, '&$disabled + $track': { backgroundColor: theme.palette.type === 'light' ? theme.palette.common.black : theme.palette.common.white } }, /* Styles applied to the root element if `size="small"`. */ sizeSmall: { width: 40, height: 24, padding: 7, '& $thumb': { width: 16, height: 16 }, '& $switchBase': { padding: 4, '&$checked': { transform: 'translateX(16px)' } } }, /* Pseudo-class applied to the internal `SwitchBase` component's `checked` class. */ checked: {}, /* Pseudo-class applied to the internal SwitchBase component's disabled class. */ disabled: {}, /* Styles applied to the internal SwitchBase component's input element. */ input: { left: '-100%', width: '300%' }, /* Styles used to create the thumb passed to the internal `SwitchBase` component `icon` prop. */ thumb: { boxShadow: theme.shadows[1], backgroundColor: 'currentColor', width: 20, height: 20, borderRadius: '50%' }, /* Styles applied to the track element. */ track: { height: '100%', width: '100%', borderRadius: 14 / 2, zIndex: -1, transition: theme.transitions.create(['opacity', 'background-color'], { duration: theme.transitions.duration.shortest }), backgroundColor: theme.palette.type === 'light' ? theme.palette.common.black : theme.palette.common.white, opacity: theme.palette.type === 'light' ? 0.38 : 0.3 } }; }; var Switch_Switch = /*#__PURE__*/react.forwardRef(function Switch(props, ref) { var classes = props.classes, className = props.className, _props$color = props.color, color = _props$color === void 0 ? 'secondary' : _props$color, _props$edge = props.edge, edge = _props$edge === void 0 ? false : _props$edge, _props$size = props.size, size = _props$size === void 0 ? 'medium' : _props$size, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className", "color", "edge", "size"]); var icon = /*#__PURE__*/react.createElement("span", { className: classes.thumb }); return /*#__PURE__*/react.createElement("span", { className: (0,clsx_m/* default */.Z)(classes.root, className, { 'start': classes.edgeStart, 'end': classes.edgeEnd }[edge], size === "small" && classes["size".concat((0,utils_capitalize/* default */.Z)(size))]) }, /*#__PURE__*/react.createElement(internal_SwitchBase, (0,esm_extends/* default */.Z)({ type: "checkbox", icon: icon, checkedIcon: icon, classes: { root: (0,clsx_m/* default */.Z)(classes.switchBase, classes["color".concat((0,utils_capitalize/* default */.Z)(color))]), input: classes.input, checked: classes.checked, disabled: classes.disabled }, ref: ref }, other)), /*#__PURE__*/react.createElement("span", { className: classes.track })); }); false ? 0 : void 0; /* harmony default export */ var esm_Switch_Switch = ((0,withStyles/* default */.Z)(Switch_styles, { name: 'MuiSwitch' })(Switch_Switch)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Form/BoxShadow/BoxShadow.js function BoxShadow_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { BoxShadow_typeof = function _typeof(obj) { return typeof obj; }; } else { BoxShadow_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return BoxShadow_typeof(obj); } function BoxShadow_slicedToArray(arr, i) { return BoxShadow_arrayWithHoles(arr) || BoxShadow_iterableToArrayLimit(arr, i) || BoxShadow_unsupportedIterableToArray(arr, i) || BoxShadow_nonIterableRest(); } function BoxShadow_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 BoxShadow_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function BoxShadow_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function BoxShadow_toConsumableArray(arr) { return BoxShadow_arrayWithoutHoles(arr) || BoxShadow_iterableToArray(arr) || BoxShadow_unsupportedIterableToArray(arr) || BoxShadow_nonIterableSpread(); } function BoxShadow_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 BoxShadow_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return BoxShadow_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 BoxShadow_arrayLikeToArray(o, minLen); } function BoxShadow_iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); } function BoxShadow_arrayWithoutHoles(arr) { if (Array.isArray(arr)) return BoxShadow_arrayLikeToArray(arr); } function BoxShadow_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 _wrapRegExp(re, groups) { _wrapRegExp = function _wrapRegExp(re, groups) { return new BabelRegExp(re, undefined, groups); }; var _RegExp = _wrapNativeSuper(RegExp); var _super = RegExp.prototype; var _groups = new WeakMap(); function BabelRegExp(re, flags, groups) { var _this = _RegExp.call(this, re, flags); _groups.set(_this, groups || _groups.get(re)); return _this; } BoxShadow_inherits(BabelRegExp, _RegExp); BabelRegExp.prototype.exec = function (str) { var result = _super.exec.call(this, str); if (result) result.groups = buildGroups(result, this); return result; }; BabelRegExp.prototype[Symbol.replace] = function (str, substitution) { if (typeof substitution === "string") { var groups = _groups.get(this); return _super[Symbol.replace].call(this, str, substitution.replace(/\$<([^>]+)>/g, function (_, name) { return "$" + groups[name]; })); } else if (typeof substitution === "function") { var _this = this; return _super[Symbol.replace].call(this, str, function () { var args = []; args.push.apply(args, arguments); if (BoxShadow_typeof(args[args.length - 1]) !== "object") { args.push(buildGroups(args, _this)); } return substitution.apply(this, args); }); } else { return _super[Symbol.replace].call(this, str, substitution); } }; function buildGroups(result, re) { var g = _groups.get(re); return Object.keys(g).reduce(function (groups, name) { groups[name] = result[g[name]]; return groups; }, Object.create(null)); } return _wrapRegExp.apply(this, arguments); } function BoxShadow_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) BoxShadow_setPrototypeOf(subClass, superClass); } function BoxShadow_possibleConstructorReturn(self, call) { if (call && (BoxShadow_typeof(call) === "object" || typeof call === "function")) { return call; } return BoxShadow_assertThisInitialized(self); } function BoxShadow_assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } function _wrapNativeSuper(Class) { var _cache = typeof Map === "function" ? new Map() : undefined; _wrapNativeSuper = function _wrapNativeSuper(Class) { if (Class === null || !_isNativeFunction(Class)) return Class; if (typeof Class !== "function") { throw new TypeError("Super expression must either be null or a function"); } if (typeof _cache !== "undefined") { if (_cache.has(Class)) return _cache.get(Class); _cache.set(Class, Wrapper); } function Wrapper() { return _construct(Class, arguments, BoxShadow_getPrototypeOf(this).constructor); } Wrapper.prototype = Object.create(Class.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }); return BoxShadow_setPrototypeOf(Wrapper, Class); }; return _wrapNativeSuper(Class); } function _construct(Parent, args, Class) { if (BoxShadow_isNativeReflectConstruct()) { _construct = Reflect.construct; } else { _construct = function _construct(Parent, args, Class) { var a = [null]; a.push.apply(a, args); var Constructor = Function.bind.apply(Parent, a); var instance = new Constructor(); if (Class) BoxShadow_setPrototypeOf(instance, Class.prototype); return instance; }; } return _construct.apply(null, arguments); } function BoxShadow_isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } function _isNativeFunction(fn) { return Function.toString.call(fn).indexOf("[native code]") !== -1; } function BoxShadow_setPrototypeOf(o, p) { BoxShadow_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return BoxShadow_setPrototypeOf(o, p); } function BoxShadow_getPrototypeOf(o) { BoxShadow_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return BoxShadow_getPrototypeOf(o); } function BoxShadow(_ref) { var _ref$value = _ref.value, value = _ref$value === void 0 ? "" : _ref$value, _ref$enabled = _ref.enabled, enabled = _ref$enabled === void 0 ? true : _ref$enabled, _ref$title = _ref.title, title = _ref$title === void 0 ? translate_translate("settings.box_shadow.title") : _ref$title, _onChange = _ref.onChange, _ref$defaultValue = _ref.defaultValue, defaultValue = _ref$defaultValue === void 0 ? "0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)" : _ref$defaultValue, _ref$updateValue = _ref.updateValue, updateValue = _ref$updateValue === void 0 ? false : _ref$updateValue, _ref$rowAmount = _ref.rowAmount, rowAmount = _ref$rowAmount === void 0 ? 1 : _ref$rowAmount, trashButton = _ref.trashButton; var numberPattern = /*#__PURE__*/_wrapRegExp(/,?([0-9]+)?[,\.]?[0-9]*?px ([0-9]+)?[,\.]?[0-9]*?px ([0-9]+)?[,\.]?[0-9]*?px ([0-9]+)?[,\.]?[0-9]*?px (rgba\(.*?\))/g, { x: 1, y: 2, blur: 3, spread: 4, rgba: 5 }); var valueArray = new Array(rowAmount).fill(null).map(function (val, k) { var defaultRow = []; defaultRow["groups"] = { x: "", y: "", blur: "", spread: "", rgba: "" }; return BoxShadow_toConsumableArray(value.matchAll(numberPattern))[k] || defaultRow; }); var defaultArray = new Array(rowAmount).fill(null).map(function (val, k) { var defaultRow = []; defaultRow["groups"] = { x: "0", y: "0", blur: "0", spread: "0", rgba: "rgba(0, 0, 0, 0)" }; return BoxShadow_toConsumableArray(defaultValue.matchAll(numberPattern))[k] || defaultRow; }); var _useState = (0,react.useState)(valueArray), _useState2 = BoxShadow_slicedToArray(_useState, 2), values = _useState2[0], setValues = _useState2[1]; var handleChangeShadow = function handleChangeShadow(row, key) { var newValue = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : ""; var newValues = BoxShadow_toConsumableArray(values); newValues[row]["groups"][key] = newValue; setValues(newValues); if (newValues.every(function (row) { return !Object.values(row["groups"]).some(function (x) { return x !== null && x !== ""; }); })) return _onChange("unset"); handleOnchange(); }; var handleOnchange = function handleOnchange() { var combined = ""; var _loop = function _loop(row) { combined += Object.entries(values[row]["groups"]).map(function (_ref2) { var _ref3 = BoxShadow_slicedToArray(_ref2, 2), key = _ref3[0], val = _ref3[1]; if (key === "rgba") return val || defaultArray[row]["groups"][key]; return "".concat(val || defaultArray[row]["groups"][key], "px"); }).join(" ") + ", "; }; for (var row in values) { _loop(row); } _onChange(combined.slice(0, -2), "box_shadow"); }; (0,react.useEffect)(function () { var valueArray = new Array(rowAmount).fill(null).map(function (val, k) { var defaultRow = []; defaultRow["groups"] = { x: "", y: "", blur: "", spread: "", rgba: "" }; return BoxShadow_toConsumableArray(value.matchAll(numberPattern))[k] || defaultRow; }); setValues(valueArray); }, [updateValue]); var layerRowEl = function layerRowEl() { var rowEl = []; times(rowAmount)(function (row) { var textfields = []; for (var _i2 = 0, _Object$keys = Object.keys(values[row]["groups"]); _i2 < _Object$keys.length; _i2++) { var key = _Object$keys[_i2]; if (key !== "rgba") { textfields.push(createTextfield({ key: key, row: row, value: values[row]["groups"] && values[row]["groups"][key], def: defaultArray[row]["groups"] && defaultArray[row]["groups"][key], onChange: partial(handleChangeShadow, row, key) })); } } rowEl.push( /*#__PURE__*/react.createElement(SettingsContainer, { key: row, fullWidth: false, "data-testid": "row-" + row }, /*#__PURE__*/react.createElement("div", { style: { display: "inline-flex" } }, textfields), /*#__PURE__*/react.createElement(ColorPicker, { value: values[row]["groups"] && values[row]["groups"]["rgba"], defaultValue: defaultArray[row]["groups"]["rgba"], noGradient: true, onChange: function onChange(val) { if (val === "unset") return handleChangeShadow(row, "rgba", ""); handleChangeShadow(row, "rgba", val); }, small: true, container: false }))); }); return rowEl; }; return /*#__PURE__*/react.createElement("div", null, /*#__PURE__*/react.createElement(SettingsContainer, { title: title, fullWidth: false, style: { marginBottom: "unset" } }, /*#__PURE__*/react.createElement(esm_Switch_Switch, { onChange: function onChange(obj) { // if (obj.target.checked === false) { // onChange("unset", "box_shadow"); // } _onChange(obj.target.checked, "enable"); }, checked: enabled, inputProps: { "data-testid": "box-shadow:enable" } }), /*#__PURE__*/react.createElement(TrashButton, { disabled: trashButton === "" || trashButton == null, onClick: function onClick() { return _onChange("unset", "enable"); } })), enabled && layerRowEl()); } function createTextfield(_ref4) { var key = _ref4.key, row = _ref4.row, _ref4$value = _ref4.value, value = _ref4$value === void 0 ? "" : _ref4$value, def = _ref4.def, _onChange2 = _ref4.onChange; return /*#__PURE__*/react.createElement(esm_TextField_TextField, { key: key, value: value, type: "number", className: "box-shadow-input", margin: "dense", placeholder: def, variant: "outlined", InputProps: { endAdornment: /*#__PURE__*/react.createElement("div", { className: "box-shadow-input-adornment" }, "px") }, inputProps: { "data-testid": "box-shadow:".concat(key, "-").concat(row) }, helperText: key, onChange: function onChange(e) { return _onChange2(e.target.value.replace(/^0+(.+)/, "$1")); } }); } function partial(func /*, 0..n args */ ) { var args = Array.prototype.slice.call(arguments, 1); return function () { var allArguments = args.concat(Array.prototype.slice.call(arguments)); return func.apply(this, allArguments); }; } var times = function times(n) { return function (f) { var iter = function iter(i) { if (i === n) return; f(i); iter(i + 1); }; return iter(0); }; }; ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Grid/Grid.js // A grid component using the following libs as inspiration. // // For the implementation: // - https://getbootstrap.com/docs/4.3/layout/grid/ // - https://github.com/kristoferjoseph/flexboxgrid/blob/master/src/css/flexboxgrid.css // - https://github.com/roylee0704/react-flexbox-grid // - https://material.angularjs.org/latest/layout/introduction // // Follow this flexbox Guide to better understand the underlying model: // - https://css-tricks.com/snippets/css/a-guide-to-flexbox/ var SPACINGS = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; var GRID_SIZES = ['auto', true, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; function generateGrid(globalStyles, theme, breakpoint) { var styles = {}; GRID_SIZES.forEach(function (size) { var key = "grid-".concat(breakpoint, "-").concat(size); if (size === true) { // For the auto layouting styles[key] = { flexBasis: 0, flexGrow: 1, maxWidth: '100%' }; return; } if (size === 'auto') { styles[key] = { flexBasis: 'auto', flexGrow: 0, maxWidth: 'none' }; return; } // Keep 7 significant numbers. var width = "".concat(Math.round(size / 12 * 10e7) / 10e5, "%"); // Close to the bootstrap implementation: // https://github.com/twbs/bootstrap/blob/8fccaa2439e97ec72a4b7dc42ccc1f649790adb0/scss/mixins/_grid.scss#L41 styles[key] = { flexBasis: width, flexGrow: 0, maxWidth: width }; }); // No need for a media query for the first size. if (breakpoint === 'xs') { (0,esm_extends/* default */.Z)(globalStyles, styles); } else { globalStyles[theme.breakpoints.up(breakpoint)] = styles; } } function getOffset(val) { var div = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1; var parse = parseFloat(val); return "".concat(parse / div).concat(String(val).replace(String(parse), '') || 'px'); } function generateGutter(theme, breakpoint) { var styles = {}; SPACINGS.forEach(function (spacing) { var themeSpacing = theme.spacing(spacing); if (themeSpacing === 0) { return; } styles["spacing-".concat(breakpoint, "-").concat(spacing)] = { margin: "-".concat(getOffset(themeSpacing, 2)), width: "calc(100% + ".concat(getOffset(themeSpacing), ")"), '& > $item': { padding: getOffset(themeSpacing, 2) } }; }); return styles; } // Default CSS values // flex: '0 1 auto', // flexDirection: 'row', // alignItems: 'flex-start', // flexWrap: 'nowrap', // justifyContent: 'flex-start', var Grid_styles = function styles(theme) { return (0,esm_extends/* default */.Z)({ /* Styles applied to the root element. */ root: {}, /* Styles applied to the root element if `container={true}`. */ container: { boxSizing: 'border-box', display: 'flex', flexWrap: 'wrap', width: '100%' }, /* Styles applied to the root element if `item={true}`. */ item: { boxSizing: 'border-box', margin: '0' // For instance, it's useful when used with a `figure` element. }, /* Styles applied to the root element if `zeroMinWidth={true}`. */ zeroMinWidth: { minWidth: 0 }, /* Styles applied to the root element if `direction="column"`. */ 'direction-xs-column': { flexDirection: 'column' }, /* Styles applied to the root element if `direction="column-reverse"`. */ 'direction-xs-column-reverse': { flexDirection: 'column-reverse' }, /* Styles applied to the root element if `direction="row-reverse"`. */ 'direction-xs-row-reverse': { flexDirection: 'row-reverse' }, /* Styles applied to the root element if `wrap="nowrap"`. */ 'wrap-xs-nowrap': { flexWrap: 'nowrap' }, /* Styles applied to the root element if `wrap="reverse"`. */ 'wrap-xs-wrap-reverse': { flexWrap: 'wrap-reverse' }, /* Styles applied to the root element if `alignItems="center"`. */ 'align-items-xs-center': { alignItems: 'center' }, /* Styles applied to the root element if `alignItems="flex-start"`. */ 'align-items-xs-flex-start': { alignItems: 'flex-start' }, /* Styles applied to the root element if `alignItems="flex-end"`. */ 'align-items-xs-flex-end': { alignItems: 'flex-end' }, /* Styles applied to the root element if `alignItems="baseline"`. */ 'align-items-xs-baseline': { alignItems: 'baseline' }, /* Styles applied to the root element if `alignContent="center"`. */ 'align-content-xs-center': { alignContent: 'center' }, /* Styles applied to the root element if `alignContent="flex-start"`. */ 'align-content-xs-flex-start': { alignContent: 'flex-start' }, /* Styles applied to the root element if `alignContent="flex-end"`. */ 'align-content-xs-flex-end': { alignContent: 'flex-end' }, /* Styles applied to the root element if `alignContent="space-between"`. */ 'align-content-xs-space-between': { alignContent: 'space-between' }, /* Styles applied to the root element if `alignContent="space-around"`. */ 'align-content-xs-space-around': { alignContent: 'space-around' }, /* Styles applied to the root element if `justify="center"`. */ 'justify-xs-center': { justifyContent: 'center' }, /* Styles applied to the root element if `justify="flex-end"`. */ 'justify-xs-flex-end': { justifyContent: 'flex-end' }, /* Styles applied to the root element if `justify="space-between"`. */ 'justify-xs-space-between': { justifyContent: 'space-between' }, /* Styles applied to the root element if `justify="space-around"`. */ 'justify-xs-space-around': { justifyContent: 'space-around' }, /* Styles applied to the root element if `justify="space-evenly"`. */ 'justify-xs-space-evenly': { justifyContent: 'space-evenly' } }, generateGutter(theme, 'xs'), theme.breakpoints.keys.reduce(function (accumulator, key) { // Use side effect over immutability for better performance. generateGrid(accumulator, theme, key); return accumulator; }, {})); }; var Grid = /*#__PURE__*/react.forwardRef(function Grid(props, ref) { var _props$alignContent = props.alignContent, alignContent = _props$alignContent === void 0 ? 'stretch' : _props$alignContent, _props$alignItems = props.alignItems, alignItems = _props$alignItems === void 0 ? 'stretch' : _props$alignItems, classes = props.classes, classNameProp = props.className, _props$component = props.component, Component = _props$component === void 0 ? 'div' : _props$component, _props$container = props.container, container = _props$container === void 0 ? false : _props$container, _props$direction = props.direction, direction = _props$direction === void 0 ? 'row' : _props$direction, _props$item = props.item, item = _props$item === void 0 ? false : _props$item, _props$justify = props.justify, justify = _props$justify === void 0 ? 'flex-start' : _props$justify, _props$lg = props.lg, lg = _props$lg === void 0 ? false : _props$lg, _props$md = props.md, md = _props$md === void 0 ? false : _props$md, _props$sm = props.sm, sm = _props$sm === void 0 ? false : _props$sm, _props$spacing = props.spacing, spacing = _props$spacing === void 0 ? 0 : _props$spacing, _props$wrap = props.wrap, wrap = _props$wrap === void 0 ? 'wrap' : _props$wrap, _props$xl = props.xl, xl = _props$xl === void 0 ? false : _props$xl, _props$xs = props.xs, xs = _props$xs === void 0 ? false : _props$xs, _props$zeroMinWidth = props.zeroMinWidth, zeroMinWidth = _props$zeroMinWidth === void 0 ? false : _props$zeroMinWidth, other = (0,objectWithoutProperties/* default */.Z)(props, ["alignContent", "alignItems", "classes", "className", "component", "container", "direction", "item", "justify", "lg", "md", "sm", "spacing", "wrap", "xl", "xs", "zeroMinWidth"]); var className = (0,clsx_m/* default */.Z)(classes.root, classNameProp, container && [classes.container, spacing !== 0 && classes["spacing-xs-".concat(String(spacing))]], item && classes.item, zeroMinWidth && classes.zeroMinWidth, direction !== 'row' && classes["direction-xs-".concat(String(direction))], wrap !== 'wrap' && classes["wrap-xs-".concat(String(wrap))], alignItems !== 'stretch' && classes["align-items-xs-".concat(String(alignItems))], alignContent !== 'stretch' && classes["align-content-xs-".concat(String(alignContent))], justify !== 'flex-start' && classes["justify-xs-".concat(String(justify))], xs !== false && classes["grid-xs-".concat(String(xs))], sm !== false && classes["grid-sm-".concat(String(sm))], md !== false && classes["grid-md-".concat(String(md))], lg !== false && classes["grid-lg-".concat(String(lg))], xl !== false && classes["grid-xl-".concat(String(xl))]); return /*#__PURE__*/react.createElement(Component, (0,esm_extends/* default */.Z)({ className: className, ref: ref }, other)); }); false ? 0 : void 0; var StyledGrid = (0,withStyles/* default */.Z)(Grid_styles, { name: 'MuiGrid' })(Grid); if (false) { var requireProp; } /* harmony default export */ var Grid_Grid = (StyledGrid); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/LabelPosition/LabelPosition.js function LabelPosition_slicedToArray(arr, i) { return LabelPosition_arrayWithHoles(arr) || LabelPosition_iterableToArrayLimit(arr, i) || LabelPosition_unsupportedIterableToArray(arr, i) || LabelPosition_nonIterableRest(); } function LabelPosition_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 LabelPosition_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return LabelPosition_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 LabelPosition_arrayLikeToArray(o, minLen); } function LabelPosition_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 LabelPosition_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function LabelPosition_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } var LabelPosition = function LabelPosition(_ref) { var onChange = _ref.onChange, _ref$title = _ref.title, title = _ref$title === void 0 ? "" : _ref$title, value = _ref.value, defaultValue = _ref.defaultValue, trashButton = _ref.trashButton; var _useState = (0,react.useState)(value || defaultValue), _useState2 = LabelPosition_slicedToArray(_useState, 2), labelPosition = _useState2[0], setLabelPosition = _useState2[1]; (0,react.useEffect)(function () { setLabelPosition(value || defaultValue); }, [value]); return /*#__PURE__*/react.createElement("div", { className: "label-position", "data-testid": "labelPosition:free" }, /*#__PURE__*/react.createElement(SettingsContainer, { title: title }, /*#__PURE__*/react.createElement(Grid_Grid, { container: true, alignItems: "center", spacing: 1 }, /*#__PURE__*/react.createElement(Grid_Grid, { item: true, xs: 10, component: ButtonGroup_ButtonGroup, color: "primary", className: (0,clsx_m/* default */.Z)("position-buttons position-horizontal") }, /*#__PURE__*/react.createElement(esm_Button_Button, { color: "primary", variant: labelPosition === "right" ? "contained" : "outlined", onClick: function onClick() { setLabelPosition("right"); onChange("right"); }, "data-testid": "setting:position-label-left", size: "small" }, translate_translate("settings.label_position.directions.left")), /*#__PURE__*/react.createElement(esm_Button_Button, { color: "primary", variant: labelPosition === "auto" || !labelPosition ? "contained" : "outlined", onClick: function onClick() { setLabelPosition("auto"); onChange("auto"); }, "data-testid": "setting:position-label-auto", size: "small" }, translate_translate("settings.label_position.directions.auto")), /*#__PURE__*/react.createElement(esm_Button_Button, { color: "primary", variant: labelPosition === "left" ? "contained" : "outlined", onClick: function onClick() { setLabelPosition("left"); onChange("left"); }, "data-testid": "setting:position-label-right", size: "small" }, translate_translate("settings.label_position.directions.right")))), /*#__PURE__*/react.createElement(TrashButton, { "data-testid": "delete-label-position-value", onClick: function onClick() { onChange("unset"); }, disabled: trashButton }))); }; ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/Button/Tabs/Styling/LabelGroup.js function LabelGroup_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function LabelGroup_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { LabelGroup_ownKeys(Object(source), true).forEach(function (key) { LabelGroup_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { LabelGroup_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function LabelGroup_extends() { LabelGroup_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return LabelGroup_extends.apply(this, arguments); } function LabelGroup_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function LabelGroup_slicedToArray(arr, i) { return LabelGroup_arrayWithHoles(arr) || LabelGroup_iterableToArrayLimit(arr, i) || LabelGroup_unsupportedIterableToArray(arr, i) || LabelGroup_nonIterableRest(); } function LabelGroup_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 LabelGroup_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return LabelGroup_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 LabelGroup_arrayLikeToArray(o, minLen); } function LabelGroup_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 LabelGroup_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function LabelGroup_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function LabelGroup_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = LabelGroup_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 LabelGroup_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; } function _LabelGroup(_ref) { var set = _ref.set, get = _ref.get, groupProps = LabelGroup_objectWithoutProperties(_ref, ["set", "get"]); var _useState = (0,react.useState)(0), _useState2 = LabelGroup_slicedToArray(_useState, 2), hoverSettings = _useState2[0], setHoverSettings = _useState2[1]; var fontFamily = function fontFamily() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { premiumTag: true, onClick: function onClick(e) { return app.showPremiumDialog(e.currentTarget, translate_translate("premium.font_family")); } }, /*#__PURE__*/react.createElement(FontFamily, null)); }; var labelSpacing = function labelSpacing() { var label_spacing = get("label_spacing"); return /*#__PURE__*/react.createElement(SliderContainer, { title: "Label Spacing", value: label_spacing, inputText: "px", onChange: function onChange(val) { var newValues = label_spacing; newValues = val; set("label_spacing", newValues); }, defaultValue: get("label_spacing", { excludeSelf: true, returnDefault: true, defToGroup: true }) }); }; var margin = function margin() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { premiumTag: true, onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget, translate_translate("premium.margin"), "top", "bottom"); } }, /*#__PURE__*/react.createElement(TextFieldCorners, { title: translate_translate("settings.margin.title") + " (PRO)", type: "sides" })); }; var padding = function padding() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { premiumTag: true, onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget, translate_translate("premium.padding"), "top", "bottom"); } }, /*#__PURE__*/react.createElement(TextFieldCorners, { title: translate_translate("settings.padding.title") + " (PRO)", type: "sides" })); }; var fontSize = function fontSize() { var label_font_size = get("label_font_size"); var label_font_size_parent = get("label_font_size", { returnDefault: true, returnSelf: true, defToGroup: true }); /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { condition: hoverSettings === 1, premiumTag: true, onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget); } }, /*#__PURE__*/react.createElement(SliderContainer, { title: translate_translate("settings.font_size"), "data-testid": "styling:font_size", value: label_font_size[0], inputText: "px", onChange: function onChange(val) { set("label_font_size", val); }, defaultValue: label_font_size_parent[0], disabled: hoverSettings === 1, premium: hoverSettings === 1 })); }; var borderRadius = function borderRadius() { var label_border_radius = get("label_border_radius"); var label_border_radius_parent = get("label_border_radius", { returnDefault: true, returnSelf: true, defToGroup: true }); /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { condition: hoverSettings === 1, premiumTag: true, onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget); } }, /*#__PURE__*/react.createElement(BorderRadius, { defaultValue: label_border_radius_parent[0], value: label_border_radius[0], disabled: hoverSettings === 1, onChange: function onChange(val) { var newValues = label_border_radius; newValues[0] = val || "unset"; set("label_border_radius", newValues); } })); }; var boxShadow = function boxShadow() { var _get2; return /*#__PURE__*/react.createElement(BoxShadow, { value: get("label_box_shadow")[hoverSettings] // if label_box_shadow_enabled is enabled by group/button || if parent is disabled AND button is undefined AND has shadow. , enabled: get("label_box_shadow_enabled", { returnSelf: true, returnDefault: true, defToGroup: true, returnParent: true })[hoverSettings], defaultValue: get("label_box_shadow", (_get2 = { returnSelf: true, excludeSelf: true, returnDefault: true }, LabelGroup_defineProperty(_get2, "returnSelf", true), LabelGroup_defineProperty(_get2, "defToGroup", true), _get2))[hoverSettings], trashButton: get("label_box_shadow_enabled")[hoverSettings], updateValue: "".concat(get("id")).concat(hoverSettings), onChange: function onChange(val, type) { if (type === "enable") { var _newValues = get("label_box_shadow_enabled"); _newValues[hoverSettings] = val; set("label_box_shadow_enabled", _newValues); return; } var newValues = get("label_box_shadow"); newValues[hoverSettings] = val; set("label_box_shadow", newValues); } }); }; var label_color = get("label_color"); var label_color_parent = get("label_color", { returnDefault: true, returnSelf: true, defToGroup: true }); var label_background_color = get("label_background_color"); var label_background_color_parent = get("label_background_color", { returnDefault: true, returnSelf: true, defToGroup: true }); return /*#__PURE__*/react.createElement(CollapsibleGroup, LabelGroup_extends({ title: translate_translate("settings.label.title"), "data-testid": "group:label" }, groupProps), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, "Style"), /*#__PURE__*/react.createElement("hr", null), labelSpacing(), get("label_inside", { getParent: true, returnDefault: true }) ? null : /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("div", { className: "label-device-visibility" }, /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.label_desktop.title")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(LabelVisibility, { title: translate_translate("settings.show_mobile_desktop.desktop"), device: "desktop", value: get("show_label_desktop", { returnDefault: true, returnSelf: true }), onChange: function onChange(val) { return set("show_label_desktop", val); }, trashButton: true }), /*#__PURE__*/react.createElement(LabelVisibility, { title: translate_translate("settings.show_mobile_desktop.mobile"), device: "mobile", value: get("show_label_mobile", { returnDefault: true, returnSelf: true }), onChange: function onChange(val) { return set("show_label_mobile", val); }, trashButton: true }))), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.label_position.title")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(LabelPosition, { title: translate_translate("settings.label_position.description"), value: get("horizontal_position_label"), defaultValue: get("horizontal_position_label", { returnDefault: true, getParent: true, excludeSelf: true }), onChange: function onChange(val) { set("horizontal_position_label", val); }, trashButton: get("horizontal_position_label") === "" }), /*#__PURE__*/react.createElement(Tabs/* default */.Z, { onChange: function onChange(_, val) { return setHoverSettings(val); }, style: { marginBottom: "20px", marginTop: get("label_inside", { getParent: true, returnDefault: true }) ? "0" : "20px" }, value: hoverSettings, variant: "fullWidth", centered: true }, /*#__PURE__*/react.createElement(Tab_Tab, { label: "Normal", "data-testid": "normal_hover:normal" }), /*#__PURE__*/react.createElement(Tab_Tab, { label: "Hover", "data-testid": "normal_hover:hover" })), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("utils.text")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(ColorPicker, { noGradient: true, title: translate_translate("utils.color"), value: label_color[hoverSettings], defaultValue: label_color_parent[hoverSettings], onChange: function onChange(val) { var newValues = label_color; newValues[hoverSettings] = val; set("label_color", newValues); } }), fontSize(), fontFamily(), get("label_inside", { getParent: true, returnDefault: true }) ? null : /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("utils.background")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(ColorPicker, { title: translate_translate("utils.color"), value: label_background_color[hoverSettings], defaultValue: label_background_color_parent[hoverSettings], onChange: function onChange(val) { var newValues = label_background_color; newValues[hoverSettings] = val; set("label_background_color", newValues); } }), borderRadius(), margin(), padding(), boxShadow())); } /* harmony default export */ var LabelGroup = (connect(function (state) { return { buttons: state.buttons, groups: state.groups }; }, function (dispatch) { return { _set: function _set() { return dispatch(dataActions_set.apply(void 0, arguments)); } }; }, function (_ref2, _ref3, _ref4) { var buttons = _ref2.buttons, groups = _ref2.groups; var _set = _ref3._set; var buttonId = _ref4.buttonId, props = LabelGroup_objectWithoutProperties(_ref4, ["buttonId"]); var button = buttons[buttonId]; var group = groups[buttons[buttonId].parent]; return LabelGroup_objectSpread({ set: function set(key, val) { return _set(models.BUTTON, buttonId, key, val); }, get: function get(key) { var _ref5 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, _ref5$getParent = _ref5.getParent, getParent = _ref5$getParent === void 0 ? false : _ref5$getParent, _ref5$defToGroup = _ref5.defToGroup, defToGroup = _ref5$defToGroup === void 0 ? false : _ref5$defToGroup, options = LabelGroup_objectWithoutProperties(_ref5, ["getParent", "defToGroup"]); return _get(key, getParent ? group : button, group.menu_style, getParent ? "group" : "button", LabelGroup_objectSpread({ defToGroup: defToGroup && group }, options)); } }, props); })(_LabelGroup)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/UseBackgroundImage/index.js function UseBackgroundImage(_ref) { var value = _ref.value, trashButton = _ref.trashButton, onChange = _ref.onChange, _ref$disabled = _ref.disabled, disabled = _ref$disabled === void 0 ? false : _ref$disabled; value = value === "" || value == null ? null : value; // defaultValue = defaultValue === "" ? null : defaultValue; if (disabled) return /*#__PURE__*/react.createElement(DisableSetting, { premiumTag: true, onClick: function onClick(e) { return app.showPremiumDialog(e.currentTarget, translate_translate("premium.modal.list.custom_images")); } }, /*#__PURE__*/react.createElement(SettingsContainer, { title: /*#__PURE__*/react.createElement(react.Fragment, null, translate_translate("settings.background_image.title")), fullWidth: false }, /*#__PURE__*/react.createElement(esm_Switch_Switch, { checked: false, disabled: true, inputProps: { "data-testid": "setting:image-choice" } }))); var handleChange = function handleChange(event) { onChange(event.target.checked); }; return /*#__PURE__*/react.createElement(SettingsContainer, { title: translate_translate("settings.background_image.title"), fullWidth: false }, /*#__PURE__*/react.createElement(esm_Switch_Switch, { checked: value, onChange: handleChange, inputProps: { "data-testid": "setting:image-choice" } }), /*#__PURE__*/react.createElement(TrashButton, { disabled: trashButton == null || trashButton === "", onClick: function onClick() { return onChange("unset"); } })); } ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/Button/Tabs/Styling/ButtonGroup.js function ButtonGroup_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function ButtonGroup_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ButtonGroup_ownKeys(Object(source), true).forEach(function (key) { ButtonGroup_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ButtonGroup_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function ButtonGroup_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function ButtonGroup_extends() { ButtonGroup_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return ButtonGroup_extends.apply(this, arguments); } function ButtonGroup_slicedToArray(arr, i) { return ButtonGroup_arrayWithHoles(arr) || ButtonGroup_iterableToArrayLimit(arr, i) || ButtonGroup_unsupportedIterableToArray(arr, i) || ButtonGroup_nonIterableRest(); } function ButtonGroup_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 ButtonGroup_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ButtonGroup_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 ButtonGroup_arrayLikeToArray(o, minLen); } function ButtonGroup_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 ButtonGroup_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function ButtonGroup_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function ButtonGroup_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = ButtonGroup_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 ButtonGroup_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; } /* webpack-strip-block:removed */ function Styling_ButtonGroup_ButtonGroup(_ref) { var get = _ref.get, set = _ref.set, groupProps = ButtonGroup_objectWithoutProperties(_ref, ["get", "set"]); var _useState = (0,react.useState)(0), _useState2 = ButtonGroup_slicedToArray(_useState, 2), hoverSettings = _useState2[0], setHoverSettings = _useState2[1]; var color = function color() { var colors = get("background_color"); var colors_returnValue = get("background_color", { returnSelf: true, returnDefault: true }); var colors_parent = get("background_color", { getParent: true, returnSelf: true, returnDefault: true }); /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(ColorPicker, { title: translate_translate("utils.color"), value: getFirstColor(colors[hoverSettings]), defaultValue: colors[0] ? getFirstColor(colors_returnValue[hoverSettings]) : getFirstColor(colors_parent[hoverSettings]), onChange: function onChange(val) { var newValues = colors; newValues[hoverSettings] = val; set("background_color", newValues); } }); }; var image = function image() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(UseBackgroundImage, { disabled: true }); }; var borderRadius = function borderRadius() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { condition: hoverSettings === 1, premiumTag: true }, /*#__PURE__*/react.createElement(BorderRadius, { value: get("border_radius")[0], defaultValue: get("border_radius", { returnSelf: true, returnDefault: true })[0], disabled: hoverSettings === 1, onChange: function onChange(val) { var newValues = get("border_radius"); newValues[0] = val === null ? "unset" : val; set("border_radius", newValues); } })); }; var boxShadow = function boxShadow() { return /*#__PURE__*/react.createElement(BoxShadow, { value: get("box_shadow")[hoverSettings] // if box_shadow_enabled is enabled by group/button || if parent is disabled AND button is undefined AND has shadow. , enabled: get("box_shadow_enabled", { returnSelf: true, returnDefault: true, defToGroup: true, returnParent: true })[hoverSettings], defaultValue: get("box_shadow", { returnSelf: true, excludeSelf: true, returnDefault: true, defToGroup: true })[hoverSettings], trashButton: get("box_shadow_enabled")[hoverSettings], updateValue: "".concat(get("id")).concat(hoverSettings), onChange: function onChange(val, type) { if (type === "enable") { var _newValues = get("box_shadow_enabled"); _newValues[hoverSettings] = val; set("box_shadow_enabled", _newValues); return; } var newValues = get("box_shadow"); newValues[hoverSettings] = val; set("box_shadow", newValues); } }); }; return /*#__PURE__*/react.createElement(CollapsibleGroup, ButtonGroup_extends({ title: translate_translate("common.button") }, groupProps, { "data-testid": "group:button" }), /*#__PURE__*/react.createElement(Tabs/* default */.Z, { onChange: function onChange(_, val) { return setHoverSettings(val); }, style: { marginBottom: "20px" }, value: hoverSettings, variant: "fullWidth", centered: true, className: "normal-or-hover" }, /*#__PURE__*/react.createElement(Tab_Tab, { label: "Normal", "data-testid": "normal_hover:normal" }), /*#__PURE__*/react.createElement(Tab_Tab, { label: "Hover", "data-testid": "normal_hover:hover" })), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.setting_categories.background")), /*#__PURE__*/react.createElement("hr", null), color(), image(), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.setting_categories.button_style")), /*#__PURE__*/react.createElement("hr", null), borderRadius(), boxShadow()); } /* harmony default export */ var Styling_ButtonGroup = (connect(function (state) { return { buttons: state.buttons, groups: state.groups }; }, function (dispatch) { return { _set: function _set() { return dispatch(dataActions_set.apply(void 0, arguments)); } }; }, function (_ref2, _ref3, _ref4) { var buttons = _ref2.buttons, groups = _ref2.groups; var _set = _ref3._set; var buttonId = _ref4.buttonId, props = ButtonGroup_objectWithoutProperties(_ref4, ["buttonId"]); var button = buttons[buttonId]; var group = groups[button.parent]; return ButtonGroup_objectSpread({ set: function set(key, val) { return _set(models.BUTTON, buttonId, key, val); }, get: function get(key) { var _ref5 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, _ref5$getParent = _ref5.getParent, getParent = _ref5$getParent === void 0 ? false : _ref5$getParent, _ref5$defToGroup = _ref5.defToGroup, defToGroup = _ref5$defToGroup === void 0 ? false : _ref5$defToGroup, options = ButtonGroup_objectWithoutProperties(_ref5, ["getParent", "defToGroup"]); return _get(key, getParent ? group : button, group.menu_style, getParent ? "group" : "button", ButtonGroup_objectSpread({ defToGroup: defToGroup && group }, options)); } }, props); })(Styling_ButtonGroup_ButtonGroup)); ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/Button/Tabs/Styling/index.js function Styling_slicedToArray(arr, i) { return Styling_arrayWithHoles(arr) || Styling_iterableToArrayLimit(arr, i) || Styling_unsupportedIterableToArray(arr, i) || Styling_nonIterableRest(); } function Styling_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 Styling_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Styling_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 Styling_arrayLikeToArray(o, minLen); } function Styling_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 Styling_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Styling_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function Styling(_ref) { var buttonId = _ref.buttonId; var _useState = (0,react.useState)("button_style_button"), _useState2 = Styling_slicedToArray(_useState, 2), openedGroup = _useState2[0], setOpenedGroup = _useState2[1]; var openCollapsibleGroup = useSelector(function (store) { return dlv_umd_default()(store, "misc.open_collapsible_group", "button_style_button"); }); // Making sure the right container opens during the create button tour (0,react.useEffect)(function () { setOpenedGroup(openCollapsibleGroup ? openCollapsibleGroup : "button_style_button"); }, [openCollapsibleGroup]); return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(Styling_ButtonGroup, { title: translate_translate("common.button"), opened: openedGroup === "button_style_button", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "button_style_button" : ""); }, buttonId: buttonId }), /*#__PURE__*/react.createElement(Styling_IconGroup, { opened: openedGroup === "button_style_icon", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "button_style_icon" : ""); }, buttonId: buttonId }), /*#__PURE__*/react.createElement(LabelGroup, { opened: openedGroup === "button_style_label", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "button_style_label" : ""); }, buttonId: buttonId })); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/FilterSelect/FilterSelect.js function FilterSelect(_ref) { var _ref$type = _ref.type, type = _ref$type === void 0 ? "Data" : _ref$type, group = _ref.group; /* webpack-strip-block:removed */ /* webpack-strip-block:removed */ // Value doesn't exists in array /* webpack-strip-block:removed */ /* webpack-strip-block:removed */ var select = { array: function array() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(InputLabel_InputLabel, null, type === "schedule" ? translate_translate("time_schedules.current_time_schedule") : translate_translate("page_rules.current_page_rule")), /*#__PURE__*/react.createElement(Select_Select, { inputProps: { "data-testid": "setting:".concat(type === "schedule" ? "time-schedule" : "page-rule") }, value: "show", label: type === "schedule" ? translate_translate("time_schedules.current_time_schedule") : translate_translate("page_rules.current_page_rule"), disabled: true, IconComponent: PremiumTag }, /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "show" }, translate_translate("utils.filter-visibility.".concat(type === "schedule" ? "timeschedule" : "pagerule", "_show_").concat(group ? "group" : "button"))))); }, visibility: function visibility() { /* webpack-strip-block:removed */ return null; } }; return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(FormControl_FormControl, { variant: "outlined", fullWidth: true, style: { marginBottom: "20px" } }, select.array()), select.visibility()); } ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/Button/Tabs/Advanced.js function Advanced_slicedToArray(arr, i) { return Advanced_arrayWithHoles(arr) || Advanced_iterableToArrayLimit(arr, i) || Advanced_unsupportedIterableToArray(arr, i) || Advanced_nonIterableRest(); } function Advanced_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 Advanced_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Advanced_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 Advanced_arrayLikeToArray(o, minLen); } function Advanced_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 Advanced_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Advanced_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } /* webpack-strip-block:removed */ function Advanced(_ref) { var buttonId = _ref.buttonId, buttons = _ref.buttons, set = _ref.set; var button = buttons[buttonId]; var updateButtonSetting = function updateButtonSetting(obj, val) { set(models.BUTTON, button.id, obj, val); }; var _useState = (0,react.useState)("customClassId"), _useState2 = Advanced_slicedToArray(_useState, 2), openedGroup = _useState2[0], setOpenedGroup = _useState2[1]; var settings = { styling: { "class": function _class() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget, translate_translate("settings.custom_class.pro_description")); } }, /*#__PURE__*/react.createElement(esm_TextField_TextField, { inputProps: { "data-testid": "setting:custom-class" }, variant: "outlined", label: translate_translate("settings.custom_class.title"), fullWidth: true, disabled: true, style: { marginBottom: "10px" }, InputProps: { endAdornment: /*#__PURE__*/react.createElement(PremiumTag, null) } })); }, id: function id() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget, translate_translate("settings.custom_id.pro_description")); } }, /*#__PURE__*/react.createElement(esm_TextField_TextField, { inputProps: { "data-testid": "setting:custom-id" }, variant: "outlined", label: translate_translate("settings.custom_id.title"), fullWidth: true, disabled: true, style: { marginBottom: "10px" }, InputProps: { endAdornment: /*#__PURE__*/react.createElement(PremiumTag, null) } })); }, editor: function editor() { /* webpack-strip-block:removed */ return null; } }, filters: { timeSchedules: function timeSchedules() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget, translate_translate("time_schedules.pro_description")); } }, /*#__PURE__*/react.createElement(FilterSelect, { type: "schedule" }), /*#__PURE__*/react.createElement(esm_Button_Button, { startIcon: /*#__PURE__*/react.createElement("i", { style: { fontSize: "12px" }, className: "fas fa-cog" }), color: "primary", className: "Mui-disabled", "data-testid": "time_schedules_open_drawer" }, translate_translate("time_schedules.open_settings"))); }, pageRules: function pageRules() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget, translate_translate("page_rules.pro_description")); } }, /*#__PURE__*/react.createElement(FilterSelect, { type: "rule" }), /*#__PURE__*/react.createElement(esm_Button_Button, { startIcon: /*#__PURE__*/react.createElement("i", { style: { fontSize: "12px" }, className: "fas fa-cog" }), color: "primary", className: "Mui-disabled", "data-testid": "page_rules_open_drawer" }, translate_translate("page_rules.open_settings"))); } } }; return /*#__PURE__*/react.createElement("div", null, /*#__PURE__*/react.createElement(CollapsibleGroup, { title: translate_translate("settings.custom_id.title") + " & " + translate_translate("settings.custom_class.title"), "data-testid": "group:custom-class-id", icon: "far fa-clock", opened: !app.hasPremium() || openedGroup === "customClassId", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "customClassId" : ""); } }, /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.custom_class.title")), /*#__PURE__*/react.createElement("hr", null), settings.styling["class"](), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.custom_id.title")), /*#__PURE__*/react.createElement("hr", null), settings.styling.id(), settings.styling.editor()), /*#__PURE__*/react.createElement(CollapsibleGroup, { title: translate_translate("time_schedules.name"), icon: "far fa-clock", opened: !app.hasPremium() || openedGroup === "timeSchedules", "data-testid": "group:time-schedules", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "timeSchedules" : ""); } }, settings.filters.timeSchedules()), /*#__PURE__*/react.createElement(CollapsibleGroup, { title: translate_translate("page_rules.name"), icon: "fas fa-filter", opened: !app.hasPremium() || openedGroup === "pageRules", "data-testid": "group:page-rules", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "pageRules" : ""); } }, settings.filters.pageRules())); } /* harmony default export */ var Tabs_Advanced = (connect(function (state) { return { buttons: state.buttons, time_schedules: state.timeSchedules, page_rules: state.pageRules, groups: state.groups }; }, function (dispatch) { return { /* webpack-strip-block:removed */ set: function set() { return dispatch(dataActions_set.apply(void 0, arguments)); } }; })(Advanced)); ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/Button/Button.js function Button_Button_Button(_ref) { var match = _ref.match, groups = _ref.groups, buttons = _ref.buttons; var group = dlv_umd_default()(groups, match.params.groupId, false); var button = dlv_umd_default()(buttons, match.params.id, false); var tab = ["general", "style", "advanced"].includes(dlv_umd_default()(match.params, "tab", "general")) ? dlv_umd_default()(match.params, "tab", "general") : "general"; if (!group || !button) { return /*#__PURE__*/react.createElement(ItemNotFound, { isButtonGroupNotFound: true }); } return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(Header_Header, { group: group, button: button, tab: tab }), tab === "general" && /*#__PURE__*/react.createElement(Tabs_Options, { group: group, buttonId: button.id }), tab === "style" && /*#__PURE__*/react.createElement(Styling, { group: group, buttonId: button.id }), tab === "advanced" && /*#__PURE__*/react.createElement(Tabs_Advanced, { group: group, buttonId: button.id })); } /* harmony default export */ var Pages_Button_Button = (connect(function (state) { return { groups: state.groups, buttons: state.buttons }; })(Button_Button_Button)); ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/MenuButton/Header/Header.js function Header_Header_extends() { Header_Header_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return Header_Header_extends.apply(this, arguments); } function Header_currentTab(tab) { if (tab === "advanced") { return 2; } else if (tab === "style") { return 1; } else { return 0; } } function ButtonHeader(_ref) { var group = _ref.group, history = _ref.history, _ref$tab = _ref.tab, tab = _ref$tab === void 0 ? 0 : _ref$tab; var LinkTab = function LinkTab(props) { var url = "/group/".concat(group.id, "/menuButton/").concat(props.page); return /*#__PURE__*/react.createElement(Tab_Tab, Header_Header_extends({ component: "a", style: tab === props.page ? { color: "#f08419" } : null, href: "#".concat(url), onClick: function onClick() { if (history.location.pathname !== url) { history.push(url); } }, "data-testid": "buttongroupheader:button:".concat(props.page) }, props)); }; return /*#__PURE__*/react.createElement("div", { className: "bar-header" }, /*#__PURE__*/react.createElement("div", { className: "breadcrumb" }, /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("bar.breadcrumb.tippy_home"), arrow: false }, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return history.push("/"); }, color: "primary", className: "home-button" }, /*#__PURE__*/react.createElement("span", { className: "breadcrumb-text" }, translate_translate("bar.breadcrumb.home")), /*#__PURE__*/react.createElement("i", { className: "fas fa-chevron-right" }))), /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("bar.breadcrumb.tippy_group"), arrow: false }, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return history.push("/group/".concat(group.id, "/").concat(tab)); }, color: "primary" }, /*#__PURE__*/react.createElement("span", { className: "breadcrumb-text" }, group.name), /*#__PURE__*/react.createElement("i", { className: "fas fa-chevron-right" }))), /*#__PURE__*/react.createElement(BreadcrumbSelect_BreadcrumbSelect, { button: { name: translate_translate("utils.menu_button"), parent: group.id }, menuButton: true, tab: tab })), /*#__PURE__*/react.createElement(RandomTip_RandomTip, null), /*#__PURE__*/react.createElement("div", { className: "back-to-group" }, /*#__PURE__*/react.createElement("a", { href: "#/group/" + group.id }, /*#__PURE__*/react.createElement("i", { className: "fas fa-chevron-down" }), translate_translate("bar.edit_group_settings"))), /*#__PURE__*/react.createElement("div", { className: "mdc-card top-header" }, /*#__PURE__*/react.createElement(Tabs/* default */.Z, { value: Header_currentTab(tab), variant: "fullWidth", indicatorColor: "secondary", textColor: "secondary", className: "tab-bordered" }, /*#__PURE__*/react.createElement(LinkTab, { label: translate_translate("settings.setting_categories.general"), page: "general", "data-testid": "general-tab", icon: /*#__PURE__*/react.createElement("i", { className: "fas fa-wrench" }) }), /*#__PURE__*/react.createElement(LinkTab, { label: translate_translate("utils.style"), page: "style", "data-testid": "style-tab", icon: /*#__PURE__*/react.createElement("i", { className: "fas fa-paint-brush" }) }), /*#__PURE__*/react.createElement(LinkTab, { label: translate_translate("utils.advanced"), page: "advanced", "data-testid": "advanced-tab", icon: /*#__PURE__*/react.createElement("i", { className: "fas fa-sliders-h" }) })))); } /* harmony default export */ var MenuButton_Header_Header = (withRouter(ButtonHeader)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/OpeningAnimation/OpeningAnimation.js function OpeningAnimation_slicedToArray(arr, i) { return OpeningAnimation_arrayWithHoles(arr) || OpeningAnimation_iterableToArrayLimit(arr, i) || OpeningAnimation_unsupportedIterableToArray(arr, i) || OpeningAnimation_nonIterableRest(); } function OpeningAnimation_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 OpeningAnimation_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return OpeningAnimation_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 OpeningAnimation_arrayLikeToArray(o, minLen); } function OpeningAnimation_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 OpeningAnimation_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function OpeningAnimation_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function OpeningAnimation(_ref) { var _ref$value = _ref.value, value = _ref$value === void 0 ? "" : _ref$value, _ref$label_inside = _ref.label_inside, label_inside = _ref$label_inside === void 0 ? false : _ref$label_inside, _onChange = _ref.onChange, visible = _ref.visible; var inputLabel = (0,react.useRef)(null); var _useState = (0,react.useState)(0), _useState2 = OpeningAnimation_slicedToArray(_useState, 2), labelWidth = _useState2[0], setLabelWidth = _useState2[1]; var disableCornerCircle = false; /* webpack-strip-block:removed */ (0,react.useEffect)(function () { if (inputLabel && inputLabel.current) setLabelWidth(inputLabel.current.offsetWidth); }, [value]); var options = function options() { /* webpack-strip-block:removed */ return [/*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "default", key: 0 }, translate_translate("settings.menu_style.styles.default")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "faded", key: 1 }, translate_translate("settings.menu_style.styles.faded")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "corner-circle", key: 2 }, translate_translate("settings.menu_style.styles.cornercircle")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "building-up", key: 3 }, translate_translate("settings.menu_style.styles.buildingup")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "pop", key: 4 }, translate_translate("settings.menu_style.styles.pop"))]; }; return /*#__PURE__*/react.createElement(react.Fragment, null, visible ? /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.opening_animation.title")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(FormControl_FormControl, { variant: "outlined", fullWidth: true }, /*#__PURE__*/react.createElement(InputLabel_InputLabel, { id: "group-style", ref: inputLabel }, translate_translate("common.type")), /*#__PURE__*/react.createElement(Select_Select, { labelId: "group-style", id: "group-style", value: value, onChange: function onChange(e) { /* webpack-strip-block:removed */ if (e.target.value === "text" || e.target.value === "text-icon") { app.showPremiumDialog(e.currentTarget, translate_translate("premium.menu_styles." + e.target.value)); return; } _onChange(e.target.value); }, labelWidth: labelWidth, inputProps: { "data-testid": "setting:opening-animation" } }, options()))) : null); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/CloseOnClickOutside/CloseOnClickOutside.js function CloseOnClickOutside(_ref) { var value = _ref.value, _ref$openOnMouseOverE = _ref.openOnMouseOverEnabled, openOnMouseOverEnabled = _ref$openOnMouseOverE === void 0 ? false : _ref$openOnMouseOverE, _ref$closeOnMouseLeav = _ref.closeOnMouseLeaveEnabled, closeOnMouseLeaveEnabled = _ref$closeOnMouseLeav === void 0 ? false : _ref$closeOnMouseLeav, _onChange = _ref.onChange; return /*#__PURE__*/react.createElement(SettingsContainer, { title: translate_translate("settings.close_on_click_outside.title"), fullWidth: false }, /*#__PURE__*/react.createElement(esm_Switch_Switch, { inputProps: { "data-testid": "setting:close-on-click-outside" }, onChange: function onChange(obj) { return _onChange(obj.target.checked); }, checked: value, disabled: openOnMouseOverEnabled && closeOnMouseLeaveEnabled })); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/CloseOnClickInside/CloseOnClickInside.js function CloseOnClickInside(_ref) { var value = _ref.value, _ref$openOnMouseOverE = _ref.openOnMouseOverEnabled, openOnMouseOverEnabled = _ref$openOnMouseOverE === void 0 ? false : _ref$openOnMouseOverE, _onChange = _ref.onChange; return /*#__PURE__*/react.createElement(SettingsContainer, { title: translate_translate("settings.close_on_click_inside.title"), fullWidth: false }, /*#__PURE__*/react.createElement(esm_Switch_Switch, { inputProps: { "data-testid": "setting:close-on-click-inside" }, onChange: function onChange(obj) { return _onChange(obj.target.checked); }, checked: value, disabled: openOnMouseOverEnabled })); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/OpenOnMouseOver/OpenOnMouseOver.js function OpenOnMouseOver(_ref) { var openOnHover = _ref.openOnHover, closeOnMouseLeave = _ref.closeOnMouseLeave, onChange = _ref.onChange; /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(SettingsContainer, { title: /*#__PURE__*/react.createElement("div", { onClick: function onClick(e) { return app.showPremiumDialog(e.currentTarget, null, "top", "bottom"); }, style: { cursor: "pointer" }, "data-testid": "setting:open-on-hover" }, translate_translate("settings.open_on_mouseover.title"), /*#__PURE__*/react.createElement(PremiumTag, null)), fullWidth: false }, /*#__PURE__*/react.createElement(esm_Switch_Switch, { disabled: true, checked: false }))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/StartOpened/StartOpened.js function StartOpened_slicedToArray(arr, i) { return StartOpened_arrayWithHoles(arr) || StartOpened_iterableToArrayLimit(arr, i) || StartOpened_unsupportedIterableToArray(arr, i) || StartOpened_nonIterableRest(); } function StartOpened_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 StartOpened_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return StartOpened_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 StartOpened_arrayLikeToArray(o, minLen); } function StartOpened_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 StartOpened_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function StartOpened_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function StartOpened(_ref) { var value = _ref.value, _onChange = _ref.onChange; var _useState = (0,react.useState)(value), _useState2 = StartOpened_slicedToArray(_useState, 2), opened = _useState2[0], setOpened = _useState2[1]; (0,react.useEffect)(function () { setOpened(value); }, [value]); return /*#__PURE__*/react.createElement(SettingsContainer, { title: translate_translate("settings.start_opened.title"), fullWidth: false }, /*#__PURE__*/react.createElement(esm_Switch_Switch, { inputProps: { "data-testid": "setting:start-opened" }, onChange: function onChange(obj) { setOpened(obj.target.checked); _onChange(obj.target.checked); }, checked: opened })); } ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/MenuButton/Tabs/Options.js function Tabs_Options_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function Tabs_Options_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Tabs_Options_ownKeys(Object(source), true).forEach(function (key) { Tabs_Options_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { Tabs_Options_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function Tabs_Options_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function Tabs_Options_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = Tabs_Options_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 Tabs_Options_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; } function Tabs_Options_slicedToArray(arr, i) { return Tabs_Options_arrayWithHoles(arr) || Tabs_Options_iterableToArrayLimit(arr, i) || Tabs_Options_unsupportedIterableToArray(arr, i) || Tabs_Options_nonIterableRest(); } function Tabs_Options_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 Tabs_Options_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Tabs_Options_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 Tabs_Options_arrayLikeToArray(o, minLen); } function Tabs_Options_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 Tabs_Options_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Tabs_Options_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function Options_Options(_ref) { var set = _ref.set, get = _ref.get; var _useState = (0,react.useState)("menu_button_general_general"), _useState2 = Tabs_Options_slicedToArray(_useState, 2), openedGroup = _useState2[0], setOpenedGroup = _useState2[1]; var openCollapsibleGroup = useSelector(function (store) { return dlv_umd_default()(store, "misc.open_collapsible_group", "menu_button_general_general"); }); // Making sure the right container opens during the create button tour (0,react.useEffect)(function () { setOpenedGroup(openCollapsibleGroup ? openCollapsibleGroup : "menu_button_general_general"); }, [openCollapsibleGroup]); return /*#__PURE__*/react.createElement("div", null, /*#__PURE__*/react.createElement(CollapsibleGroup, { title: translate_translate("settings.setting_categories.general"), opened: openedGroup === "menu_button_general_general", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "menu_button_general_general" : ""); }, "data-testid": "group:general" }, /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.setting_categories.label")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(Label, { value: get("label"), onChange: function onChange(val) { if (val === "") return set("label", "unset"); set("label", val); }, placeholder: "" }), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(Visibility, { mobile: get("show_mobile", { returnDefault: true }), desktop: get("show_desktop", { returnDefault: true }), onChange: function onChange(type, val) { return set(type, val); } })), /*#__PURE__*/react.createElement(CollapsibleGroup, { title: translate_translate("settings.menu_style.title"), opened: openedGroup === "menu_button_general_menu_settings", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "menu_button_general_menu_settings" : ""); }, "data-testid": "group:menu_settings" }, /*#__PURE__*/react.createElement(OpeningAnimation, { value: get("menu_opening_animation", { returnDefault: true }), label_inside: get("label_inside", { returnDefault: true, getParent: true }), onChange: function onChange(val) { set("menu_opening_animation", val); }, visible: true }), /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.menu.title_settings")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(StartOpened, { value: get("start_opened", { returnDefault: true }), onChange: function onChange(val) { return set("start_opened", val); } }), /*#__PURE__*/react.createElement(CloseOnClickInside, { value: get("close_on_click_inside", { returnDefault: true }), openOnMouseOverEnabled: get("open_on_mouseover", { returnDefault: true }), onChange: function onChange(val) { return set("close_on_click_inside", val); } }), /*#__PURE__*/react.createElement(CloseOnClickOutside, { value: get("close_on_click_outside", { returnDefault: true }), openOnMouseOverEnabled: get("open_on_mouseover", { returnDefault: true }), closeOnMouseLeaveEnabled: get("close_on_mouseleave", { returnDefault: true }), onChange: function onChange(val) { return set("close_on_click_outside", val); } }), /*#__PURE__*/react.createElement(OpenOnMouseOver, { openOnHover: get("open_on_mouseover", { returnDefault: true }), closeOnMouseLeave: get("close_on_mouseleave", { returnDefault: true }), onChange: function onChange(key, val) { return set(key, val); } })))); } /* harmony default export */ var MenuButton_Tabs_Options = (connect(function (state) { return { groups: state.groups, menuButtons: state.menuButtons }; }, function (dispatch) { return { _set: function _set() { return dispatch(dataActions_set.apply(void 0, arguments)); } }; }, function (_ref2, _ref3, _ref4) { var groups = _ref2.groups, menuButtons = _ref2.menuButtons; var _set = _ref3._set; var groupId = _ref4.groupId, props = Tabs_Options_objectWithoutProperties(_ref4, ["groupId"]); var group = groups[groupId]; var menuButton = menuButtons[groupId]; return Tabs_Options_objectSpread({ set: function set(key, value) { return _set(models.MENU_BUTTON, groupId, key, value); }, get: function get(key) { var _ref5 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, _ref5$getParent = _ref5.getParent, getParent = _ref5$getParent === void 0 ? false : _ref5$getParent, _ref5$defToGroup = _ref5.defToGroup, defToGroup = _ref5$defToGroup === void 0 ? true : _ref5$defToGroup, options = Tabs_Options_objectWithoutProperties(_ref5, ["getParent", "defToGroup"]); return _get(key, getParent ? group : menuButton, group.menu_style, getParent ? "group" : "menu_button", Tabs_Options_objectSpread({ defToGroup: defToGroup && group }, options)); } }, props); })(Options_Options)); ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/MenuButton/Tabs/Styling/IconGroup.js function Styling_IconGroup_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function Styling_IconGroup_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Styling_IconGroup_ownKeys(Object(source), true).forEach(function (key) { Styling_IconGroup_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { Styling_IconGroup_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function Styling_IconGroup_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function Styling_IconGroup_extends() { Styling_IconGroup_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return Styling_IconGroup_extends.apply(this, arguments); } function Styling_IconGroup_slicedToArray(arr, i) { return Styling_IconGroup_arrayWithHoles(arr) || Styling_IconGroup_iterableToArrayLimit(arr, i) || Styling_IconGroup_unsupportedIterableToArray(arr, i) || Styling_IconGroup_nonIterableRest(); } function Styling_IconGroup_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 Styling_IconGroup_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Styling_IconGroup_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 Styling_IconGroup_arrayLikeToArray(o, minLen); } function Styling_IconGroup_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 Styling_IconGroup_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Styling_IconGroup_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function Styling_IconGroup_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = Styling_IconGroup_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 Styling_IconGroup_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; } /* webpack-strip-block:removed */ function IconGroup_IconGroup(_ref) { var get = _ref.get, set = _ref.set, groupProps = Styling_IconGroup_objectWithoutProperties(_ref, ["get", "set"]); var _useState = (0,react.useState)(0), _useState2 = Styling_IconGroup_slicedToArray(_useState, 2), hoverSettings = _useState2[0], setHoverSettings = _useState2[1]; // 0 = normal, 1 = hover var iconType = function iconType() { return /*#__PURE__*/react.createElement(IconType, { value: get("icon_type", { defToGroup: false, returnDefault: true }), trashButton: get("icon_type") === "", onChange: function onChange(val) { set("icon_type", val); } }); }; var settings = function settings() { var color = get("icon_color"); var icon = get("icon", { returnDefault: true, returnSelf: true, returnParent: true, defToGroup: false }); /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(DisableSetting, { condition: hoverSettings === 1, premiumTag: true, onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget); } }, /*#__PURE__*/react.createElement(IconSelector_IconSelector, { value: icon[0], onChange: function onChange(val) { return set("icon", [val, "unset"]); }, hoverDisabled: hoverSettings === 1 })), /*#__PURE__*/react.createElement(ColorPicker, { title: translate_translate("utils.color"), value: color[hoverSettings], defaultValue: get("icon_color", { returnDefault: true, returnSelf: true })[hoverSettings], onChange: function onChange(val) { var newValues = color; newValues[hoverSettings] = val; set("icon_color", newValues); } })); }; var sliders = function sliders() { var icon_size = get("icon_size", { defToGroup: false }); /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { condition: hoverSettings === 1, premiumTag: true, onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget); } }, /*#__PURE__*/react.createElement(SliderContainer, { title: translate_translate("settings.icon_size.title"), value: icon_size[0], defaultValue: get("icon_size", { returnDefault: true, returnSelf: true, returnParent: true, defToGroup: false })[0], "data-testid": "settingcontainer:icon-size", inputText: "px", premium: hoverSettings === 1, disabled: hoverSettings === 1, onChange: function onChange(val) { set("icon_size", val); set("icon_image_size", val); }, className: "style-icon-size" })); }; return /*#__PURE__*/react.createElement(CollapsibleGroup, Styling_IconGroup_extends({ title: translate_translate("utils.icon"), "data-testid": "group:icon" }, groupProps), iconType(), get("icon_type", { defToGroup: false, returnDefault: true }) === "off" ? null : /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(Tabs/* default */.Z, { onChange: function onChange(_, val) { return setHoverSettings(val); }, style: { marginBottom: "20px", marginTop: "20px" }, value: hoverSettings, variant: "fullWidth", centered: true }, /*#__PURE__*/react.createElement(Tab_Tab, { label: "Normal", "data-testid": "normal_hover:normal" }), /*#__PURE__*/react.createElement(Tab_Tab, { label: "Hover", "data-testid": "normal_hover:hover" })), settings(), sliders())); } /* harmony default export */ var Tabs_Styling_IconGroup = (connect(function (state) { return { groups: state.groups, menuButtons: state.menuButtons }; }, function (dispatch) { return { _set: function _set() { return dispatch(dataActions_set.apply(void 0, arguments)); } }; }, function (_ref2, _ref3, _ref4) { var groups = _ref2.groups, menuButtons = _ref2.menuButtons; var _set = _ref3._set; var groupId = _ref4.groupId, props = Styling_IconGroup_objectWithoutProperties(_ref4, ["groupId"]); var group = groups[groupId]; var menuButton = menuButtons[groupId]; return Styling_IconGroup_objectSpread({ set: function set(key, val) { return _set(models.MENU_BUTTON, groupId, key, val); }, get: function get(key) { var _ref5 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, _ref5$getParent = _ref5.getParent, getParent = _ref5$getParent === void 0 ? false : _ref5$getParent, _ref5$defToGroup = _ref5.defToGroup, defToGroup = _ref5$defToGroup === void 0 ? true : _ref5$defToGroup, options = Styling_IconGroup_objectWithoutProperties(_ref5, ["getParent", "defToGroup"]); return _get(key, getParent ? group : menuButton, group.menu_style, getParent ? "group" : "menu_button", Styling_IconGroup_objectSpread({ defToGroup: defToGroup && group }, options)); } }, props); })(IconGroup_IconGroup)); ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/MenuButton/Tabs/Styling/LabelGroup.js function Styling_LabelGroup_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function Styling_LabelGroup_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Styling_LabelGroup_ownKeys(Object(source), true).forEach(function (key) { Styling_LabelGroup_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { Styling_LabelGroup_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function Styling_LabelGroup_extends() { Styling_LabelGroup_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return Styling_LabelGroup_extends.apply(this, arguments); } function Styling_LabelGroup_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function Styling_LabelGroup_slicedToArray(arr, i) { return Styling_LabelGroup_arrayWithHoles(arr) || Styling_LabelGroup_iterableToArrayLimit(arr, i) || Styling_LabelGroup_unsupportedIterableToArray(arr, i) || Styling_LabelGroup_nonIterableRest(); } function Styling_LabelGroup_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 Styling_LabelGroup_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Styling_LabelGroup_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 Styling_LabelGroup_arrayLikeToArray(o, minLen); } function Styling_LabelGroup_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 Styling_LabelGroup_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Styling_LabelGroup_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function Styling_LabelGroup_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = Styling_LabelGroup_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 Styling_LabelGroup_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; } function LabelGroup_LabelGroup(_ref) { var set = _ref.set, get = _ref.get, groupProps = Styling_LabelGroup_objectWithoutProperties(_ref, ["set", "get"]); var _useState = (0,react.useState)(0), _useState2 = Styling_LabelGroup_slicedToArray(_useState, 2), hoverSettings = _useState2[0], setHoverSettings = _useState2[1]; var fontFamily = function fontFamily() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { premiumTag: true, onClick: function onClick(e) { return app.showPremiumDialog(e.currentTarget, translate_translate("premium.font_family")); } }, /*#__PURE__*/react.createElement(FontFamily, null)); }; var labelSpacing = function labelSpacing() { var label_spacing = get("label_spacing"); return /*#__PURE__*/react.createElement(SliderContainer, { title: "Label Spacing", value: label_spacing, inputText: "px", onChange: function onChange(val) { var newValues = label_spacing; newValues = val; set("label_spacing", newValues); }, defaultValue: get("label_spacing", { excludeSelf: true, returnDefault: true, defToGroup: true }) }); }; var margin = function margin() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { premiumTag: true, onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget, translate_translate("premium.margin"), "top", "bottom"); } }, /*#__PURE__*/react.createElement(TextFieldCorners, { title: translate_translate("settings.margin.title") + " (PRO)", type: "sides" })); }; var padding = function padding() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { premiumTag: true, onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget, translate_translate("premium.padding"), "top", "bottom"); } }, /*#__PURE__*/react.createElement(TextFieldCorners, { title: translate_translate("settings.padding.title") + " (PRO)", type: "sides" })); }; var fontSize = function fontSize() { var label_font_size = get("label_font_size"); var label_font_size_parent = get("label_font_size", { returnDefault: true, returnSelf: true, defToGroup: true }); /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { condition: hoverSettings === 1, premiumTag: true, onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget); } }, /*#__PURE__*/react.createElement(SliderContainer, { title: translate_translate("settings.font_size"), "data-testid": "styling:font_size", value: label_font_size[0], inputText: "px", onChange: function onChange(val) { set("label_font_size", val); }, defaultValue: label_font_size_parent[0], disabled: hoverSettings === 1, premium: hoverSettings === 1 })); }; var borderRadius = function borderRadius() { var label_border_radius = get("label_border_radius"); var label_border_radius_parent = get("label_border_radius", { returnDefault: true, returnSelf: true, defToGroup: true }); /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { condition: hoverSettings === 1, premiumTag: true, onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget); } }, /*#__PURE__*/react.createElement(BorderRadius, { defaultValue: label_border_radius_parent[0], value: label_border_radius[0], disabled: hoverSettings === 1, onChange: function onChange(val) { var newValues = label_border_radius; newValues[0] = val || "unset"; set("label_border_radius", newValues); } })); }; var boxShadow = function boxShadow() { var _get2; return /*#__PURE__*/react.createElement(BoxShadow, { value: get("label_box_shadow")[hoverSettings] // if label_box_shadow_enabled is enabled by group/button || if parent is disabled AND button is undefined AND has shadow. , enabled: get("label_box_shadow_enabled", { returnSelf: true, returnDefault: true, defToGroup: true, returnParent: true })[hoverSettings], defaultValue: get("label_box_shadow", (_get2 = { returnSelf: true, excludeSelf: true, returnDefault: true }, Styling_LabelGroup_defineProperty(_get2, "returnSelf", true), Styling_LabelGroup_defineProperty(_get2, "defToGroup", true), _get2))[hoverSettings], trashButton: get("label_box_shadow_enabled")[hoverSettings], updateValue: "".concat(get("id")).concat(hoverSettings), onChange: function onChange(val, type) { if (type === "enable") { var _newValues = get("label_box_shadow_enabled"); _newValues[hoverSettings] = val; set("label_box_shadow_enabled", _newValues); return; } var newValues = get("label_box_shadow"); newValues[hoverSettings] = val; set("label_box_shadow", newValues); } }); }; var label_color = get("label_color"); var label_color_parent = get("label_color", { returnDefault: true, returnSelf: true, defToGroup: true }); var label_background_color = get("label_background_color"); var label_background_color_parent = get("label_background_color", { returnDefault: true, returnSelf: true, defToGroup: true }); return /*#__PURE__*/react.createElement(CollapsibleGroup, Styling_LabelGroup_extends({ title: translate_translate("settings.label.title"), "data-testid": "group:label" }, groupProps), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, "Style"), /*#__PURE__*/react.createElement("hr", null), labelSpacing(), get("label_inside", { getParent: true, returnDefault: true }) ? null : /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("div", { className: "label-device-visibility" }, /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.label_desktop.title")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(LabelVisibility, { title: translate_translate("settings.show_mobile_desktop.desktop"), device: "desktop", value: get("show_label_desktop", { returnDefault: true, returnSelf: true }), onChange: function onChange(val) { return set("show_label_desktop", val); }, trashButton: true }), /*#__PURE__*/react.createElement(LabelVisibility, { title: translate_translate("settings.show_mobile_desktop.mobile"), device: "mobile", value: get("show_label_mobile", { returnDefault: true, returnSelf: true }), onChange: function onChange(val) { return set("show_label_mobile", val); }, trashButton: true }))), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.label_position.title")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(LabelPosition, { title: translate_translate("settings.label_position.description"), value: get("horizontal_position_label"), defaultValue: get("horizontal_position_label", { returnDefault: true, getParent: true, excludeSelf: true }), onChange: function onChange(val) { set("horizontal_position_label", val); }, trashButton: get("horizontal_position_label") === "" }), /*#__PURE__*/react.createElement(Tabs/* default */.Z, { onChange: function onChange(_, val) { return setHoverSettings(val); }, style: { marginBottom: "20px", marginTop: get("label_inside", { getParent: true, returnDefault: true }) ? "0" : "20px" }, value: hoverSettings, variant: "fullWidth", centered: true }, /*#__PURE__*/react.createElement(Tab_Tab, { label: "Normal", "data-testid": "normal_hover:normal" }), /*#__PURE__*/react.createElement(Tab_Tab, { label: "Hover", "data-testid": "normal_hover:hover" })), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("utils.text")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(ColorPicker, { noGradient: true, title: translate_translate("utils.color"), value: label_color[hoverSettings], defaultValue: label_color_parent[hoverSettings], onChange: function onChange(val) { var newValues = label_color; newValues[hoverSettings] = val; set("label_color", newValues); } }), fontSize(), fontFamily(), get("label_inside", { getParent: true, returnDefault: true }) ? null : /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("utils.background")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(ColorPicker, { title: translate_translate("utils.color"), value: label_background_color[hoverSettings], defaultValue: label_background_color_parent[hoverSettings], onChange: function onChange(val) { var newValues = label_background_color; newValues[hoverSettings] = val; set("label_background_color", newValues); } }), borderRadius(), margin(), padding(), boxShadow())); } /* harmony default export */ var Styling_LabelGroup = (connect(function (state) { return { groups: state.groups, menuButtons: state.menuButtons }; }, function (dispatch) { return { _set: function _set() { return dispatch(dataActions_set.apply(void 0, arguments)); } }; }, function (_ref2, _ref3, _ref4) { var groups = _ref2.groups, menuButtons = _ref2.menuButtons; var _set = _ref3._set; var groupId = _ref4.groupId, props = Styling_LabelGroup_objectWithoutProperties(_ref4, ["groupId"]); var group = groups[groupId]; var menuButton = menuButtons[groupId]; return Styling_LabelGroup_objectSpread({ set: function set(key, val) { return _set(models.MENU_BUTTON, groupId, key, val); }, get: function get(key) { var _ref5 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, _ref5$getParent = _ref5.getParent, getParent = _ref5$getParent === void 0 ? false : _ref5$getParent, _ref5$defToGroup = _ref5.defToGroup, defToGroup = _ref5$defToGroup === void 0 ? false : _ref5$defToGroup, options = Styling_LabelGroup_objectWithoutProperties(_ref5, ["getParent", "defToGroup"]); return _get(key, getParent ? group : menuButton, group.menu_style, getParent ? "group" : "menu_button", Styling_LabelGroup_objectSpread({ defToGroup: defToGroup && group }, options)); } }, props); })(LabelGroup_LabelGroup)); ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/MenuButton/Tabs/Styling/ButtonGroup.js function Styling_ButtonGroup_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function Styling_ButtonGroup_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Styling_ButtonGroup_ownKeys(Object(source), true).forEach(function (key) { Styling_ButtonGroup_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { Styling_ButtonGroup_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function Styling_ButtonGroup_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function Styling_ButtonGroup_extends() { Styling_ButtonGroup_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return Styling_ButtonGroup_extends.apply(this, arguments); } function Styling_ButtonGroup_slicedToArray(arr, i) { return Styling_ButtonGroup_arrayWithHoles(arr) || Styling_ButtonGroup_iterableToArrayLimit(arr, i) || Styling_ButtonGroup_unsupportedIterableToArray(arr, i) || Styling_ButtonGroup_nonIterableRest(); } function Styling_ButtonGroup_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 Styling_ButtonGroup_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Styling_ButtonGroup_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 Styling_ButtonGroup_arrayLikeToArray(o, minLen); } function Styling_ButtonGroup_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 Styling_ButtonGroup_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Styling_ButtonGroup_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function Styling_ButtonGroup_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = Styling_ButtonGroup_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 Styling_ButtonGroup_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; } /* webpack-strip-block:removed */ function Tabs_Styling_ButtonGroup_ButtonGroup(_ref) { var get = _ref.get, set = _ref.set, groupProps = Styling_ButtonGroup_objectWithoutProperties(_ref, ["get", "set"]); var _useState = (0,react.useState)(0), _useState2 = Styling_ButtonGroup_slicedToArray(_useState, 2), hoverSettings = _useState2[0], setHoverSettings = _useState2[1]; var color = function color() { var colors = get("background_color"); var colors_returnValue = get("background_color", { returnSelf: true, returnDefault: true }); var colors_parent = get("background_color", { getParent: true, returnSelf: true, returnDefault: true }); /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(ColorPicker, { title: translate_translate("utils.color"), value: getFirstColor(colors[hoverSettings]), defaultValue: colors[0] ? getFirstColor(colors_returnValue[hoverSettings]) : getFirstColor(colors_parent[hoverSettings]), onChange: function onChange(val) { var newValues = colors; newValues[hoverSettings] = val; set("background_color", newValues); }, className: "style-background-color" }); }; var image = function image() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(UseBackgroundImage, { disabled: true }); }; var borderRadius = function borderRadius() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { condition: hoverSettings === 1, premiumTag: true }, /*#__PURE__*/react.createElement(BorderRadius, { value: get("border_radius")[0], defaultValue: get("border_radius", { returnSelf: true, returnDefault: true })[0], disabled: hoverSettings === 1, onChange: function onChange(val) { var newValues = get("border_radius"); newValues[0] = val === null ? "unset" : val; set("border_radius", newValues); }, className: "style-border-radius" })); }; var boxShadow = function boxShadow() { return /*#__PURE__*/react.createElement(BoxShadow, { value: get("box_shadow")[hoverSettings] // if box_shadow_enabled is enabled by group/button || if parent is disabled AND button is undefined AND has shadow. , enabled: get("box_shadow_enabled", { returnSelf: true, returnDefault: true, defToGroup: true, returnParent: true })[hoverSettings], defaultValue: get("box_shadow", { returnSelf: true, excludeSelf: true, returnDefault: true, defToGroup: true })[hoverSettings], trashButton: get("box_shadow_enabled")[hoverSettings], updateValue: "".concat(get("id")).concat(hoverSettings), onChange: function onChange(val, type) { if (type === "enable") { var _newValues = get("box_shadow_enabled"); _newValues[hoverSettings] = val; set("box_shadow_enabled", _newValues); return; } var newValues = get("box_shadow"); newValues[hoverSettings] = val; set("box_shadow", newValues); } }); }; return /*#__PURE__*/react.createElement(CollapsibleGroup, Styling_ButtonGroup_extends({ title: translate_translate("common.button") }, groupProps, { "data-testid": "group:button" }), /*#__PURE__*/react.createElement(Tabs/* default */.Z, { onChange: function onChange(_, val) { return setHoverSettings(val); }, style: { marginBottom: "20px" }, value: hoverSettings, variant: "fullWidth", centered: true, className: "normal-or-hover" }, /*#__PURE__*/react.createElement(Tab_Tab, { label: "Normal", "data-testid": "normal_hover:normal" }), /*#__PURE__*/react.createElement(Tab_Tab, { label: "Hover", "data-testid": "normal_hover:hover" })), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.setting_categories.background")), /*#__PURE__*/react.createElement("hr", null), color(), image(), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.setting_categories.button_style")), /*#__PURE__*/react.createElement("hr", null), borderRadius(), boxShadow()); } /* harmony default export */ var Tabs_Styling_ButtonGroup = (connect(function (state) { return { groups: state.groups, menuButtons: state.menuButtons }; }, function (dispatch) { return { _set: function _set() { return dispatch(dataActions_set.apply(void 0, arguments)); } }; }, function (_ref2, _ref3, _ref4) { var groups = _ref2.groups, menuButtons = _ref2.menuButtons; var _set = _ref3._set; var groupId = _ref4.groupId, props = Styling_ButtonGroup_objectWithoutProperties(_ref4, ["groupId"]); var group = groups[groupId]; var menuButton = menuButtons[groupId]; return Styling_ButtonGroup_objectSpread({ set: function set(key, val) { return _set(models.MENU_BUTTON, groupId, key, val); }, get: function get(key) { var _ref5 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, _ref5$getParent = _ref5.getParent, getParent = _ref5$getParent === void 0 ? false : _ref5$getParent, _ref5$defToGroup = _ref5.defToGroup, defToGroup = _ref5$defToGroup === void 0 ? false : _ref5$defToGroup, options = Styling_ButtonGroup_objectWithoutProperties(_ref5, ["getParent", "defToGroup"]); return _get(key, getParent ? group : menuButton, group.menu_style, getParent ? "group" : "menu_button", Styling_ButtonGroup_objectSpread({ defToGroup: defToGroup && group }, options)); } }, props); })(Tabs_Styling_ButtonGroup_ButtonGroup)); ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/MenuButton/Tabs/Styling/index.js function Tabs_Styling_slicedToArray(arr, i) { return Tabs_Styling_arrayWithHoles(arr) || Tabs_Styling_iterableToArrayLimit(arr, i) || Tabs_Styling_unsupportedIterableToArray(arr, i) || Tabs_Styling_nonIterableRest(); } function Tabs_Styling_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 Tabs_Styling_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Tabs_Styling_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 Tabs_Styling_arrayLikeToArray(o, minLen); } function Tabs_Styling_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 Tabs_Styling_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Tabs_Styling_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function Styling_Styling(_ref) { var groupId = _ref.groupId; var _useState = (0,react.useState)("button_style_button"), _useState2 = Tabs_Styling_slicedToArray(_useState, 2), openedGroup = _useState2[0], setOpenedGroup = _useState2[1]; var openCollapsibleGroup = useSelector(function (store) { return dlv_umd_default()(store, "misc.open_collapsible_group", "button_style_button"); }); // Making sure the right container opens during the create button tour (0,react.useEffect)(function () { setOpenedGroup(openCollapsibleGroup ? openCollapsibleGroup : "button_style_button"); }, [openCollapsibleGroup]); return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(Tabs_Styling_ButtonGroup, { title: translate_translate("common.button"), opened: openedGroup === "button_style_button", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "button_style_button" : ""); }, groupId: groupId }), /*#__PURE__*/react.createElement(Tabs_Styling_IconGroup, { opened: openedGroup === "button_style_icon", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "button_style_icon" : ""); }, groupId: groupId }), /*#__PURE__*/react.createElement(Styling_LabelGroup, { opened: openedGroup === "button_style_label", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "button_style_label" : ""); }, groupId: groupId })); } ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/MenuButton/Tabs/Advanced.js function Tabs_Advanced_slicedToArray(arr, i) { return Tabs_Advanced_arrayWithHoles(arr) || Tabs_Advanced_iterableToArrayLimit(arr, i) || Tabs_Advanced_unsupportedIterableToArray(arr, i) || Tabs_Advanced_nonIterableRest(); } function Tabs_Advanced_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 Tabs_Advanced_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Tabs_Advanced_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 Tabs_Advanced_arrayLikeToArray(o, minLen); } function Tabs_Advanced_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 Tabs_Advanced_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Tabs_Advanced_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } /* webpack-strip-block:removed */ function Advanced_Advanced(_ref) { var groupId = _ref.groupId, menuButtons = _ref.menuButtons, set = _ref.set; var menuButton = menuButtons[groupId]; var updateButtonSetting = function updateButtonSetting(key, val) { set(models.MENU_BUTTON, groupId, key, val); }; var _useState = (0,react.useState)("customClassId"), _useState2 = Tabs_Advanced_slicedToArray(_useState, 2), openedGroup = _useState2[0], setOpenedGroup = _useState2[1]; var settings = { styling: { "class": function _class() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget, translate_translate("settings.custom_class.pro_description")); } }, /*#__PURE__*/react.createElement(esm_TextField_TextField, { inputProps: { "data-testid": "setting:custom-class" }, variant: "outlined", label: translate_translate("settings.custom_class.title"), fullWidth: true, disabled: true, style: { marginBottom: "10px" }, InputProps: { endAdornment: /*#__PURE__*/react.createElement(PremiumTag, null) } })); }, id: function id() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget, translate_translate("settings.custom_id.pro_description")); } }, /*#__PURE__*/react.createElement(esm_TextField_TextField, { inputProps: { "data-testid": "setting:custom-id" }, variant: "outlined", label: translate_translate("settings.custom_id.title"), fullWidth: true, disabled: true, style: { marginBottom: "10px" }, InputProps: { endAdornment: /*#__PURE__*/react.createElement(PremiumTag, null) } })); }, editor: function editor() { /* webpack-strip-block:removed */ return null; } } }; return /*#__PURE__*/react.createElement("div", null, /*#__PURE__*/react.createElement(CollapsibleGroup, { title: translate_translate("settings.custom_id.title") + " & " + translate_translate("settings.custom_class.title"), "data-testid": "group:custom-class-id", icon: "far fa-clock", opened: openedGroup === "customClassId", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "customClassId" : ""); } }, /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.custom_class.title")), /*#__PURE__*/react.createElement("hr", null), settings.styling["class"](), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.custom_id.title")), /*#__PURE__*/react.createElement("hr", null), settings.styling.id(), settings.styling.editor())); } /* harmony default export */ var MenuButton_Tabs_Advanced = (connect(function (state) { return { menuButtons: state.menuButtons, time_schedules: state.timeSchedules, page_rules: state.pageRules, groups: state.groups }; }, function (dispatch) { return { /* webpack-strip-block:removed */ set: function set() { return dispatch(dataActions_set.apply(void 0, arguments)); } }; })(Advanced_Advanced)); ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/MenuButton/MenuButton.js function MenuButton(_ref) { var match = _ref.match, groups = _ref.groups; var group = dlv_umd_default()(groups, match.params.id, false); var tab = ["general", "style", "advanced"].includes(dlv_umd_default()(match.params, "tab", "general")) ? dlv_umd_default()(match.params, "tab", "general") : "general"; if (!group) { return /*#__PURE__*/react.createElement(ItemNotFound, { isButtonGroupNotFound: true }); } return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(MenuButton_Header_Header, { group: group, tab: tab }), tab === "general" && /*#__PURE__*/react.createElement(MenuButton_Tabs_Options, { groupId: group.id }), tab === "style" && /*#__PURE__*/react.createElement(Styling_Styling, { groupId: group.id }), tab === "advanced" && /*#__PURE__*/react.createElement(MenuButton_Tabs_Advanced, { groupId: group.id })); } /* harmony default export */ var MenuButton_MenuButton = (connect(function (state) { return { groups: state.groups }; })(MenuButton)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/Position/Position.js function Position_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function Position_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Position_ownKeys(Object(source), true).forEach(function (key) { Position_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { Position_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function Position_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function Position_slicedToArray(arr, i) { return Position_arrayWithHoles(arr) || Position_iterableToArrayLimit(arr, i) || Position_unsupportedIterableToArray(arr, i) || Position_nonIterableRest(); } function Position_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 Position_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Position_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 Position_arrayLikeToArray(o, minLen); } function Position_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 Position_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Position_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } var getPositionParameters = function getPositionParameters(input) { /* webpack-strip-block:removed */ if (typeof input !== "string") return { value: input, mode: false, type: false }; var result = input.match(/(left|right|top|bottom):\s?(\d{1,3})\s?.+;?/i); if (result === null) return { mode: false, value: false, type: false }; return { value: Number(result[2]), mode: result[1], type: "%" }; }; var Position_useStyles = styles_makeStyles(function () { return { button: { padding: 0, height: "26px", minWidth: "25px", fontSize: "10px" // margin: "auto", }, iconButton: { height: "22px", fontSize: "10px", fontWeight: 700, width: "22px", padding: 0, margin: "auto auto" } }; }); function Position(_ref) { var _ref$position = _ref.position, position = _ref$position === void 0 ? "vertical" : _ref$position, value = _ref.value, onChange = _ref.onChange; var positionValue = value; var result = getPositionParameters(value); var _useState = (0,react.useState)(result.value), _useState2 = Position_slicedToArray(_useState, 2), currentPosition = _useState2[0], setCurrentPosition = _useState2[1]; var _useState3 = (0,react.useState)(result.mode ? result.mode : position === "vertical" ? "bottom" : "right"), _useState4 = Position_slicedToArray(_useState3, 2), positionMode = _useState4[0], setPositionMode = _useState4[1]; var _useState5 = (0,react.useState)(result.type || "%"), _useState6 = Position_slicedToArray(_useState5, 2), positionType = _useState6[0], setPositionType = _useState6[1]; var _useState7 = (0,react.useState)(!/(bottom|right|top|left):\s?(5|50)%;?/i.test(positionValue)), _useState8 = Position_slicedToArray(_useState7, 2), advancedOpen = _useState8[0], setAdvancedOpen = _useState8[1]; var classes = Position_useStyles(); var updatePosition = function updatePosition(obj) { var _type$mode$value$obj = Position_objectSpread({ type: positionType, mode: positionMode, value: currentPosition }, obj), type = _type$mode$value$obj.type, mode = _type$mode$value$obj.mode, value = _type$mode$value$obj.value; var output = "".concat(mode, ": ").concat(value).concat(type, ";"); onChange(output); setPositionMode(mode); setCurrentPosition(value); /* webpack-strip-block:removed */ }; var unitButtons = function unitButtons() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement("div", { style: { textAlign: "center", display: "flex", flexDirection: "column" } }, /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { color: "primary", className: classes.iconButton, "data-testid": "setting:position-".concat(position, "-abs"), disabled: true }, "PX"), /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { color: "primary", className: classes.iconButton, "data-testid": "setting:position-".concat(position, "-scaled"), disabled: true }, "%")); }; return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(SettingsContainer, { title: translate_translate("settings.menu_position.".concat(position)), className: "position-buttons-container" }, /*#__PURE__*/react.createElement(Grid_Grid, { container: true, style: { marginBottom: "25px" }, alignItems: "center", spacing: 1 }, /*#__PURE__*/react.createElement(Grid_Grid, { item: true, xs: 5, component: ButtonGroup_ButtonGroup, color: "primary", className: (0,clsx_m/* default */.Z)("position-buttons position-".concat(position)) }, /*#__PURE__*/react.createElement(esm_Button_Button, { color: "primary", variant: /(top|left):\s?5%;?/i.test(positionValue) ? "contained" : "outlined", onClick: function onClick() { return updatePosition({ value: 5, type: "%", mode: position === "vertical" ? "top" : "left" }); }, "data-testid": "setting:position-".concat(position, "-left"), size: "small" }, /*#__PURE__*/react.createElement("svg", { className: "icon", xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, /*#__PURE__*/react.createElement("path", { d: "M8 11h3v10h2V11h3l-4-4-4 4zM4 3v2h16V3H4z" }), /*#__PURE__*/react.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }))), /*#__PURE__*/react.createElement(esm_Button_Button, { color: "primary", variant: /(bottom|right):\s?50%;?/i.test(positionValue) ? "contained" : "outlined", onClick: function onClick() { return updatePosition({ value: 50, type: "%", mode: position === "vertical" ? "bottom" : "right" }); }, "data-testid": "setting:position-".concat(position, "-middle"), size: "small" }, /*#__PURE__*/react.createElement("svg", { className: "icon", xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, /*#__PURE__*/react.createElement("path", { d: "M8 19h3v4h2v-4h3l-4-4-4 4zm8-14h-3V1h-2v4H8l4 4 4-4zM4 11v2h16v-2H4z" }), /*#__PURE__*/react.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }))), /*#__PURE__*/react.createElement(esm_Button_Button, { color: "primary", variant: /(bottom|right):\s?5%;?/i.test(positionValue) ? "contained" : "outlined", onClick: function onClick() { return updatePosition({ value: 5, type: "%", mode: position === "vertical" ? "bottom" : "right" }); }, "data-testid": "setting:position-".concat(position, "-right"), size: "small" }, /*#__PURE__*/react.createElement("svg", { className: "icon", xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, /*#__PURE__*/react.createElement("path", { d: "M8 11h3v10h2V11h3l-4-4-4 4zM4 3v2h16V3H4z" }), /*#__PURE__*/react.createElement("path", { d: "M0 0h24v24H0z", fill: "none" })))), /*#__PURE__*/react.createElement(Grid_Grid, { item: true, xs: true, onClick: function onClick() { return setAdvancedOpen(!advancedOpen); }, component: esm_Button_Button, variant: "text", color: "primary", endIcon: /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "fas fa-chevron-".concat(advancedOpen ? "down" : "right") }), "data-testid": "setting:position-".concat(position, "-advanced"), className: "position-advanced" }, translate_translate("utils.advanced")))), advancedOpen && /*#__PURE__*/react.createElement(SettingsContainer, { title: " ", className: "position-advanced-container" }, /*#__PURE__*/react.createElement(Grid_Grid, { container: true, spacing: 2, alignItems: "center" }, /*#__PURE__*/react.createElement(Grid_Grid, { container: true, item: true, xs: 12, alignItems: "center", spacing: 1, style: { flexWrap: "nowrap" } }, /*#__PURE__*/react.createElement(Grid_Grid, { item: true, component: ButtonGroup_ButtonGroup, className: "position-advanced-buttons" }, /*#__PURE__*/react.createElement(esm_Button_Button, { color: "primary", onClick: function onClick() { return updatePosition({ mode: position === "vertical" ? "top" : "left" }); }, variant: /top|left/i.test(positionMode) ? "contained" : "outlined", "data-testid": "setting:position-".concat(position, "-near"), size: "small" }, position === "vertical" ? translate_translate("settings.menu_position.directions.top") : translate_translate("settings.menu_position.directions.left")), /*#__PURE__*/react.createElement(esm_Button_Button, { color: "primary", onClick: function onClick() { return updatePosition({ mode: position === "vertical" ? "bottom" : "right" }); }, variant: /bottom|right/i.test(positionMode) ? "contained" : "outlined", "data-testid": "setting:position-".concat(position, "-far"), size: "small" }, position === "vertical" ? translate_translate("settings.menu_position.directions.bottom") : translate_translate("settings.menu_position.directions.right"))), /*#__PURE__*/react.createElement(Grid_Grid, { item: true, xs: 4, component: esm_TextField_TextField, value: currentPosition == null ? "" : currentPosition, variant: "outlined", onChange: function onChange(e) { updatePosition({ value: e.target.value.replace(/^0+(\.?\d+)/, "$1").replace(/[^0-9.]/gm, "").replace(/(^\d*\.?(\d*)?).*/, "$1") }); }, onBlur: function onBlur() { if (currentPosition === "") updatePosition({ value: 0 }); }, size: "small", inputProps: { "aria-labelledby": "input-slider", "data-testid": "setting:position-".concat(position, "-field"), className: "position-advanced-textfield" } }), unitButtons())))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/Group/Tabs/Options.js function Group_Tabs_Options_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function Group_Tabs_Options_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Group_Tabs_Options_ownKeys(Object(source), true).forEach(function (key) { Group_Tabs_Options_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { Group_Tabs_Options_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function Group_Tabs_Options_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function Group_Tabs_Options_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = Group_Tabs_Options_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 Group_Tabs_Options_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; } function Group_Tabs_Options_slicedToArray(arr, i) { return Group_Tabs_Options_arrayWithHoles(arr) || Group_Tabs_Options_iterableToArrayLimit(arr, i) || Group_Tabs_Options_unsupportedIterableToArray(arr, i) || Group_Tabs_Options_nonIterableRest(); } function Group_Tabs_Options_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 Group_Tabs_Options_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Group_Tabs_Options_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 Group_Tabs_Options_arrayLikeToArray(o, minLen); } function Group_Tabs_Options_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 Group_Tabs_Options_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Group_Tabs_Options_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function Tabs_Options_Options(_ref) { var set = _ref.set, get = _ref.get; var _useState = (0,react.useState)("group_general_general"), _useState2 = Group_Tabs_Options_slicedToArray(_useState, 2), openedGroup = _useState2[0], setOpenedGroup = _useState2[1]; var openCollapsibleGroup = useSelector(function (store) { return dlv_umd_default()(store, "misc.open_collapsible_group", "group_general_general"); }); // Making sure the right container opens during the interface tour (0,react.useEffect)(function () { setOpenedGroup(openCollapsibleGroup ? openCollapsibleGroup : "group_general_general"); }, [openCollapsibleGroup]); return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(CollapsibleGroup, { title: translate_translate("settings.setting_categories.general"), opened: openedGroup === "group_general_general", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "group_general_general" : ""); }, "data-testid": "group:general" }, /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.show_mobile_desktop.device_visibility")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(Visibility, { mobile: get("show_mobile") == true, desktop: get("show_desktop") == true, onChange: function onChange(type, val) { return set(type, val); } }), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.menu_position.title")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(Position, { position: "horizontal", value: get("horizontal"), onChange: function onChange(val) { return set("horizontal", val); } }), /*#__PURE__*/react.createElement(Position, { position: "vertical", value: get("vertical"), onChange: function onChange(val) { return set("vertical", val); } }))); } /* harmony default export */ var Group_Tabs_Options = (connect(function (state) { return { groups: state.groups }; }, function (dispatch) { return { set: function set() { return dispatch(dataActions_set.apply(void 0, arguments)); } }; }, function (_ref2, _ref3, _ref4) { var groups = _ref2.groups; var _set2 = _ref3.set; var groupId = _ref4.groupId, props = Group_Tabs_Options_objectWithoutProperties(_ref4, ["groupId"]); return Group_Tabs_Options_objectSpread(Group_Tabs_Options_objectSpread({ set: function set(obj, val) { return _set2(models.GROUP, groupId, obj, val); } }, props), {}, { group: groups[groupId], get: function get(key) { var returnDefault = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true; return dlv_umd_default()(groups[groupId], key, returnDefault ? _def("group", key, groups[groupId].menu_style) : ""); } }); })(Tabs_Options_Options)); ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/Group/Header/Header.js function Group_Header_Header_extends() { Group_Header_Header_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return Group_Header_Header_extends.apply(this, arguments); } function Header_Header_currentTab(tab) { if (tab === "advanced") { return 2; } else if (tab === "style") { return 1; } else { return 0; } } function Header_Header_Header(_ref) { var group = _ref.group, tab = _ref.tab, history = _ref.history; var LinkTab = function LinkTab(props) { var url = "/group/".concat(group.id, "/").concat(props.page); return /*#__PURE__*/react.createElement(Tab_Tab, Group_Header_Header_extends({ component: "a", style: tab === props.page ? { color: "#f08419" } : null, href: "#".concat(url), onClick: function onClick() { if (history.location.pathname !== url) { history.push(url); } } }, props)); }; return /*#__PURE__*/react.createElement("div", { className: "bar-header" }, /*#__PURE__*/react.createElement("div", { className: "breadcrumb" }, /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("bar.breadcrumb.tippy_home"), arrow: false }, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { history.push("/"); }, color: "primary", className: "home-button" }, /*#__PURE__*/react.createElement("span", { className: "breadcrumb-text" }, translate_translate("bar.breadcrumb.home")), /*#__PURE__*/react.createElement("i", { className: "fas fa-chevron-right" }))), /*#__PURE__*/react.createElement(BreadcrumbSelect_BreadcrumbSelect, { group: group, tab: tab })), /*#__PURE__*/react.createElement(RandomTip_RandomTip, null), /*#__PURE__*/react.createElement("div", { className: "mdc-card top-header" }, /*#__PURE__*/react.createElement(Tabs/* default */.Z, { value: Header_Header_currentTab(tab), variant: "fullWidth", indicatorColor: "secondary", textColor: "secondary", className: "tab-bordered" }, /*#__PURE__*/react.createElement(LinkTab, { label: translate_translate("settings.setting_categories.general"), page: "general", "data-testid": "general-tab", icon: /*#__PURE__*/react.createElement("i", { className: "fas fa-wrench" }) }), /*#__PURE__*/react.createElement(LinkTab, { label: translate_translate("utils.style"), page: "style", "data-testid": "style-tab", icon: /*#__PURE__*/react.createElement("i", { className: "fas fa-paint-brush" }) }), /*#__PURE__*/react.createElement(LinkTab, { label: translate_translate("utils.advanced"), page: "advanced", "data-testid": "advanced-tab", icon: /*#__PURE__*/react.createElement("i", { className: "fas fa-sliders-h" }) })))); } /* harmony default export */ var Group_Header_Header = (withRouter(Header_Header_Header)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Dialogs/ImagePickerDialog/ImagePickerDialog.js function ImagePickerDialog_slicedToArray(arr, i) { return ImagePickerDialog_arrayWithHoles(arr) || ImagePickerDialog_iterableToArrayLimit(arr, i) || ImagePickerDialog_unsupportedIterableToArray(arr, i) || ImagePickerDialog_nonIterableRest(); } function ImagePickerDialog_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 ImagePickerDialog_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ImagePickerDialog_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 ImagePickerDialog_arrayLikeToArray(o, minLen); } function ImagePickerDialog_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 ImagePickerDialog_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function ImagePickerDialog_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } var ImagePickerDialog_validatorTimeout = setTimeout(function () {}, 0); var validateImage = function validateImage(value) { return isURL(value, { protocols: ["http", "https"], require_tld: false, require_host: true, require_protocol: true, allow_fragments: false }); }; function ImagePickerDialog(_ref) { var _ref$isBackground = _ref.isBackground, isBackground = _ref$isBackground === void 0 ? true : _ref$isBackground, opened = _ref.opened, onClose = _ref.onClose, startValue = _ref.startValue; var _useState = useState(startValue ? startValue : ""), _useState2 = ImagePickerDialog_slicedToArray(_useState, 2), value = _useState2[0], setValue = _useState2[1]; var _useState3 = useState(), _useState4 = ImagePickerDialog_slicedToArray(_useState3, 2), hasURLError = _useState4[0], setHasURLError = _useState4[1]; var validator = function validator(val) { return setHasURLError(val !== "" ? !validateImage(val) : false); }; useEffect(function () { validator(startValue ? startValue : ""); }, []); var handleClose = function handleClose(status, value) { if (status === "confirm") { onClose(value); } else { onClose(false); } }; return /*#__PURE__*/React.createElement(Dialog, { open: opened, onClose: function onClose() { return handleClose("cancel"); }, fullWidth: true, "aria-labelledby": "image-picker-dialog-title", "aria-describedby": "image-picker-dialog-description" }, /*#__PURE__*/React.createElement(DialogTitle, { id: "image-picker-dialog-title" }, translate("settings.".concat(isBackground ? "background_image" : "icon_image_select", ".title"))), /*#__PURE__*/React.createElement(DialogContent, null, /*#__PURE__*/React.createElement(TextField, { variant: "outlined", fullWidth: true, value: value, label: translate("utils.image_url"), placeholder: translate("utils.paste_url"), error: hasURLError, onChange: function onChange(e) { clearInterval(ImagePickerDialog_validatorTimeout); var newValue = e.target.value; // Validate ImagePickerDialog_validatorTimeout = setTimeout(function () { validator(newValue); }, 600); // Update value setValue(newValue); }, onBlur: function onBlur(e) { return validator(e.target.value); }, helperText: translate("settings.".concat(isBackground ? "background_image" : "icon_image_select", ".description")), autoFocus: true, InputProps: { endAdornment: /*#__PURE__*/React.createElement(IconButton, { color: "primary", onClick: function onClick() { return setValue(""); }, "data-testid": "delete" }, /*#__PURE__*/React.createElement(Icon, { className: "fas fa-trash", size: "small" })) } })), /*#__PURE__*/React.createElement(DialogActions, null, /*#__PURE__*/React.createElement(Button, { onClick: function onClick() { return handleClose("cancel", value); }, color: "primary" }, translate("modal.cancel")), /*#__PURE__*/React.createElement(Button, { onClick: function onClick() { return handleClose("confirm", value); }, color: "primary" }, translate("common.select")))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ImageSelector/ImageSelector.js function ImageSelector_objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); } function ImageSelector(_ref) { ImageSelector_objectDestructuringEmpty(_ref); /* webpack-strip-block:removed */ return /*#__PURE__*/React.createElement(React.Fragment, null); } ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/Group/Tabs/Styling/IconGroup.js function Tabs_Styling_IconGroup_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function Tabs_Styling_IconGroup_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Tabs_Styling_IconGroup_ownKeys(Object(source), true).forEach(function (key) { Tabs_Styling_IconGroup_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { Tabs_Styling_IconGroup_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function Tabs_Styling_IconGroup_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function Tabs_Styling_IconGroup_extends() { Tabs_Styling_IconGroup_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return Tabs_Styling_IconGroup_extends.apply(this, arguments); } function Tabs_Styling_IconGroup_slicedToArray(arr, i) { return Tabs_Styling_IconGroup_arrayWithHoles(arr) || Tabs_Styling_IconGroup_iterableToArrayLimit(arr, i) || Tabs_Styling_IconGroup_unsupportedIterableToArray(arr, i) || Tabs_Styling_IconGroup_nonIterableRest(); } function Tabs_Styling_IconGroup_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 Tabs_Styling_IconGroup_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Tabs_Styling_IconGroup_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 Tabs_Styling_IconGroup_arrayLikeToArray(o, minLen); } function Tabs_Styling_IconGroup_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 Tabs_Styling_IconGroup_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Tabs_Styling_IconGroup_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function Tabs_Styling_IconGroup_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = Tabs_Styling_IconGroup_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 Tabs_Styling_IconGroup_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; } /* global app */ /* webpack-strip-block:removed */ function _IconGroup(_ref) { var defs = _ref.defs, set = _ref.set, get = _ref.get, groupProps = Tabs_Styling_IconGroup_objectWithoutProperties(_ref, ["defs", "set", "get"]); var _useState = (0,react.useState)(0), _useState2 = Tabs_Styling_IconGroup_slicedToArray(_useState, 2), hoverSettings = _useState2[0], setHoverSettings = _useState2[1]; var iconType = function iconType() { return /*#__PURE__*/react.createElement(IconType, { value: get("icon_type", { returnDefault: true }), trashButton: get("icon_type") === "", onChange: function onChange(val) { set("icon_type", val); } }); }; var settings = function settings() { var colors = get("icon_color"); /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(DisableSetting, { condition: hoverSettings === 1, premiumTag: true, onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget); } }, /*#__PURE__*/react.createElement(IconSelector_IconSelector, { value: get("icon", { returnDefault: true, returnSelf: true })[0], hoverDisabled: hoverSettings === 1, onChange: function onChange(val) { set("icon", val); } })), /*#__PURE__*/react.createElement(ColorPicker, { title: translate_translate("utils.base"), value: colors[hoverSettings], defaultValue: defs("icon_color")[hoverSettings], onChange: function onChange(val) { var newValues = colors; newValues[hoverSettings] = val; set("icon_color", newValues); } })); }; var sliders = function sliders() { var sizes = get("icon_size"); /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { condition: hoverSettings === 1, premiumTag: true, onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget); } }, /*#__PURE__*/react.createElement(SliderContainer, { title: translate_translate("settings.icon_size.title"), value: sizes[0], disabled: hoverSettings === 1, "data-testid": "settingcontainer:icon-size", defaultValue: defs("icon_size")[0], premium: hoverSettings === 1, inputText: "px", onChange: function onChange(val) { set("icon_size", val); set("icon_image_size", val); } })); }; return /*#__PURE__*/react.createElement(CollapsibleGroup, Tabs_Styling_IconGroup_extends({ title: translate_translate("utils.icon"), "data-testid": "group:icon" }, groupProps), iconType(), get("icon_type", { returnDefault: true }) === "off" ? null : /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(Tabs/* default */.Z, { onChange: function onChange(_, val) { return setHoverSettings(val); }, style: { marginBottom: "20px", marginTop: "20px" }, value: hoverSettings, variant: "fullWidth", centered: true }, /*#__PURE__*/react.createElement(Tab_Tab, { label: "Normal", "data-testid": "normal_hover:normal" }), /*#__PURE__*/react.createElement(Tab_Tab, { label: "Hover", "data-testid": "normal_hover:hover" })), settings(), sliders())); } /* harmony default export */ var Group_Tabs_Styling_IconGroup = (connect(function (state) { return { _groups: state.groups }; }, function (dispatch) { return { _set: function _set() { return dispatch(dataActions_set.apply(void 0, arguments)); } }; }, function (_ref2, _ref3, _ref4) { var _groups = _ref2._groups; var _set = _ref3._set; var groupId = _ref4.groupId, ownProps = Tabs_Styling_IconGroup_objectWithoutProperties(_ref4, ["groupId"]); var group = _groups[groupId]; return Tabs_Styling_IconGroup_objectSpread({ defs: function defs(key) { return _defs("group", key, group.menu_style, formats.normal_hover.parse(group[key]).map(function (val) { return val === "" ? undefined : val; }), null, { returnDefault: true, returnSelf: true }); }, set: function set(key, val) { return _set(models.GROUP, groupId, key, val); }, get: function get(key) { var _ref5 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, options = Tabs_Styling_IconGroup_extends({}, _ref5); return _get(key, group, group.menu_style, "group", Tabs_Styling_IconGroup_objectSpread({}, options)); } }, ownProps); })(_IconGroup)); ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/Group/Tabs/Styling/ButtonGroup.js function Tabs_Styling_ButtonGroup_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function Tabs_Styling_ButtonGroup_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Tabs_Styling_ButtonGroup_ownKeys(Object(source), true).forEach(function (key) { Tabs_Styling_ButtonGroup_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { Tabs_Styling_ButtonGroup_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function Tabs_Styling_ButtonGroup_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function Tabs_Styling_ButtonGroup_extends() { Tabs_Styling_ButtonGroup_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return Tabs_Styling_ButtonGroup_extends.apply(this, arguments); } function Tabs_Styling_ButtonGroup_slicedToArray(arr, i) { return Tabs_Styling_ButtonGroup_arrayWithHoles(arr) || Tabs_Styling_ButtonGroup_iterableToArrayLimit(arr, i) || Tabs_Styling_ButtonGroup_unsupportedIterableToArray(arr, i) || Tabs_Styling_ButtonGroup_nonIterableRest(); } function Tabs_Styling_ButtonGroup_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 Tabs_Styling_ButtonGroup_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Tabs_Styling_ButtonGroup_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 Tabs_Styling_ButtonGroup_arrayLikeToArray(o, minLen); } function Tabs_Styling_ButtonGroup_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 Tabs_Styling_ButtonGroup_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Tabs_Styling_ButtonGroup_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function Tabs_Styling_ButtonGroup_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = Tabs_Styling_ButtonGroup_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 Tabs_Styling_ButtonGroup_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; } function Group_Tabs_Styling_ButtonGroup_ButtonGroup(_ref) { var singleButton = _ref.singleButton, get = _ref.get, def = _ref.def, set = _ref.set, groupProps = Tabs_Styling_ButtonGroup_objectWithoutProperties(_ref, ["singleButton", "get", "def", "set"]); var _useState = (0,react.useState)(0), _useState2 = Tabs_Styling_ButtonGroup_slicedToArray(_useState, 2), hoverSettings = _useState2[0], setHoverSettings = _useState2[1]; var color = function color() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(ColorPicker, { title: translate_translate("utils.color"), value: get("background_color")[hoverSettings], defaultValue: get("background_color", { returnDefault: true, returnSelf: true })[hoverSettings], onChange: function onChange(val) { var newValues = get("background_color"); newValues[hoverSettings] = val; set("background_color", newValues); } }); }; var image = function image() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(UseBackgroundImage, { disabled: true }); }; var borderRadius = function borderRadius() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { condition: hoverSettings === 1, premiumTag: true }, /*#__PURE__*/react.createElement(BorderRadius, { defaultValue: get("border_radius", { returnSelf: true, returnDefault: true })[0], disabled: hoverSettings === 1, value: get("border_radius")[0], onChange: function onChange(val) { var newValues = get("border_radius"); newValues[0] = val; set("border_radius", newValues); } })); }; var boxShadow = function boxShadow() { return /*#__PURE__*/react.createElement(BoxShadow, { value: get("box_shadow")[hoverSettings] // if box_shadow_enabled is enabled by group/button || if parent is disabled AND button is undefined AND has shadow. , enabled: get("box_shadow_enabled", { returnSelf: true, returnDefault: true })[hoverSettings], defaultValue: get("box_shadow", { returnSelf: true, excludeSelf: true, returnDefault: true })[hoverSettings], trashButton: get("box_shadow_enabled")[hoverSettings], updateValue: "".concat(get("id")).concat(hoverSettings), onChange: function onChange(val, type) { if (type === "enable") { var _newValues = get("box_shadow_enabled"); _newValues[hoverSettings] = val; set("box_shadow_enabled", _newValues); return; } var newValues = get("box_shadow"); newValues[hoverSettings] = val; set("box_shadow", newValues); } }); }; var buttonSizes = function buttonSizes() { return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(SliderContainer, { title: translate_translate("settings.button_size.menu_button"), value: get("group_size"), defaultValue: def("group_size"), "data-testid": "settingcontainer:top-level-size", inputText: "px", onChange: function onChange(val) { set("group_size", val); } }), !singleButton && /*#__PURE__*/react.createElement(SliderContainer, { title: translate_translate("settings.button_size.sub_button"), value: get("button_size"), defaultValue: def("button_size"), "data-testid": "settingcontainer:bottom-level-size", inputText: "px", onChange: function onChange(val) { set("button_size", val); } })); }; var buttonSpacing = function buttonSpacing() { return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(SliderContainer, { title: "Button spacing", value: get("space"), defaultValue: get("space", { excludeSelf: true, returnDefault: true }), "data-testid": "settingcontainer:button-spacing", inputText: "px", onChange: function onChange(val) { set("space", val); } })); }; return /*#__PURE__*/react.createElement(CollapsibleGroup, Tabs_Styling_ButtonGroup_extends({ title: translate_translate("common.button") }, groupProps, { "data-testid": "group:button" }), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.button_size.title")), /*#__PURE__*/react.createElement("hr", null), buttonSizes(), /*#__PURE__*/react.createElement(Tabs/* default */.Z, { onChange: function onChange(_, val) { return setHoverSettings(val); }, style: { marginBottom: "20px" }, value: hoverSettings, variant: "fullWidth", centered: true }, /*#__PURE__*/react.createElement(Tab_Tab, { label: "Normal", "data-testid": "normal_hover:normal" }), /*#__PURE__*/react.createElement(Tab_Tab, { label: "Hover", "data-testid": "normal_hover:hover" })), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("utils.background")), /*#__PURE__*/react.createElement("hr", null), color(), image(), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.setting_categories.button_style")), /*#__PURE__*/react.createElement("hr", null), borderRadius(), hoverSettings === 0 && buttonSpacing(), boxShadow()); } /* harmony default export */ var Group_Tabs_Styling_ButtonGroup = (connect(function (state) { return { groups: state.groups }; }, function (dispatch) { return { _set: function _set() { return dispatch(dataActions_set.apply(void 0, arguments)); } }; }, function (_ref2, _ref3, _ref4) { var groups = _ref2.groups; var _set = _ref3._set; var groupId = _ref4.groupId, ownProps = Tabs_Styling_ButtonGroup_objectWithoutProperties(_ref4, ["groupId"]); var group = groups[groupId]; return Tabs_Styling_ButtonGroup_objectSpread({ singleButton: group.children.length === 1, set: function set(key, val) { return _set(models.GROUP, groupId, key, val); }, get: function get(key) { var _ref5 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, options = Tabs_Styling_ButtonGroup_extends({}, _ref5); return _get(key, group, group.menu_style, "group", Tabs_Styling_ButtonGroup_objectSpread({}, options)); }, def: function def(key) { return _def("group", key, group.menu_style); } }, ownProps); })(Group_Tabs_Styling_ButtonGroup_ButtonGroup)); ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/Group/Tabs/Styling/LabelGroup.js function Tabs_Styling_LabelGroup_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function Tabs_Styling_LabelGroup_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Tabs_Styling_LabelGroup_ownKeys(Object(source), true).forEach(function (key) { Tabs_Styling_LabelGroup_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { Tabs_Styling_LabelGroup_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function Tabs_Styling_LabelGroup_extends() { Tabs_Styling_LabelGroup_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return Tabs_Styling_LabelGroup_extends.apply(this, arguments); } function Tabs_Styling_LabelGroup_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function Tabs_Styling_LabelGroup_slicedToArray(arr, i) { return Tabs_Styling_LabelGroup_arrayWithHoles(arr) || Tabs_Styling_LabelGroup_iterableToArrayLimit(arr, i) || Tabs_Styling_LabelGroup_unsupportedIterableToArray(arr, i) || Tabs_Styling_LabelGroup_nonIterableRest(); } function Tabs_Styling_LabelGroup_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 Tabs_Styling_LabelGroup_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Tabs_Styling_LabelGroup_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 Tabs_Styling_LabelGroup_arrayLikeToArray(o, minLen); } function Tabs_Styling_LabelGroup_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 Tabs_Styling_LabelGroup_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Tabs_Styling_LabelGroup_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function Tabs_Styling_LabelGroup_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = Tabs_Styling_LabelGroup_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 Tabs_Styling_LabelGroup_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; } function Styling_LabelGroup_LabelGroup(_ref) { var defs = _ref.defs, set = _ref.set, get = _ref.get, groupProps = Tabs_Styling_LabelGroup_objectWithoutProperties(_ref, ["defs", "set", "get"]); var _useState = (0,react.useState)(0), _useState2 = Tabs_Styling_LabelGroup_slicedToArray(_useState, 2), hoverSettings = _useState2[0], setHoverSettings = _useState2[1]; var fontFamily = function fontFamily() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { premiumTag: true, onClick: function onClick(e) { return app.showPremiumDialog(e.currentTarget, translate_translate("premium.font_family")); } }, /*#__PURE__*/react.createElement(FontFamily, null)); }; var labelSpacing = function labelSpacing() { var label_spacing = get("label_spacing"); return /*#__PURE__*/react.createElement(SliderContainer, { title: "Label Spacing", value: label_spacing, inputText: "px", onChange: function onChange(val) { var newValues = label_spacing; newValues = val; set("label_spacing", newValues); }, defaultValue: get("label_spacing", { excludeSelf: true, returnDefault: true }) }); }; var labelWidth = function labelWidth() { return /*#__PURE__*/react.createElement(SettingsContainer, { title: translate_translate("settings.label_same_width.title"), fullWidth: false }, /*#__PURE__*/react.createElement(esm_Switch_Switch, { onChange: function onChange(obj) { set("label_same_width", obj.target.checked); }, checked: get("label_same_width", { returnDefault: true }), inputProps: { "data-testid": "setting:label_same_width" } }), /*#__PURE__*/react.createElement(TrashButton, { onClick: function onClick() { set("label_same_width", "unset"); }, disabled: get("label_same_width") === "" })); }; var margin = function margin() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { premiumTag: true, onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget, translate_translate("premium.margin"), "top", "bottom"); } }, /*#__PURE__*/react.createElement(TextFieldCorners, { title: translate_translate("settings.margin.title"), type: "sides" })); }; var padding = function padding() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { premiumTag: true, onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget, translate_translate("premium.padding"), "top", "bottom"); } }, /*#__PURE__*/react.createElement(TextFieldCorners, { title: translate_translate("settings.padding.title"), type: "sides", onChange: function onChange(e) { app.showPremiumDialog(e.currentTarget, translate_translate("premium.padding"), "top", "bottom"); } })); }; var fontSize = function fontSize() { var label_font_size = get("label_font_size"); /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { condition: hoverSettings === 1, premiumTag: true, onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget); } }, /*#__PURE__*/react.createElement(SliderContainer, { title: translate_translate("settings.font_size"), "data-testid": "styling:font_size", value: label_font_size[0], inputText: "px", onChange: function onChange(val) { set("label_font_size", val); }, defaultValue: defs("label_font_size")[0], disabled: hoverSettings === 1, premium: hoverSettings === 1 })); }; var borderRadius = function borderRadius() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { condition: hoverSettings === 1, premiumTag: true, onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget); } }, /*#__PURE__*/react.createElement(BorderRadius, { value: label_border_radius[0], disabled: hoverSettings === 1, onChange: function onChange(val) { var newValues = label_border_radius; newValues[0] = val || "unset"; set("label_border_radius", newValues); }, defaultValue: defs("label_border_radius")[0] })); }; var boxShadow = function boxShadow() { return /*#__PURE__*/react.createElement(BoxShadow, { value: get("label_box_shadow")[hoverSettings] // if label_box_shadow_enabled is enabled by group/button || if parent is disabled AND button is undefined AND has shadow. , enabled: get("label_box_shadow_enabled", { returnSelf: true, returnDefault: true })[hoverSettings], defaultValue: get("label_box_shadow", Tabs_Styling_LabelGroup_defineProperty({ returnSelf: true, excludeSelf: true, returnDefault: true }, "returnSelf", true))[hoverSettings], trashButton: get("label_box_shadow_enabled")[hoverSettings], updateValue: "".concat(get("id")).concat(hoverSettings), onChange: function onChange(val, type) { if (type === "enable") { var _newValues = get("label_box_shadow_enabled"); _newValues[hoverSettings] = val; set("label_box_shadow_enabled", _newValues); return; } var newValues = get("label_box_shadow"); newValues[hoverSettings] = val; set("label_box_shadow", newValues); } }); }; var setLabelInside = function setLabelInside() { return /*#__PURE__*/react.createElement(SettingsContainer, { title: translate_translate("settings.label_inside.title"), fullWidth: false }, /*#__PURE__*/react.createElement(esm_Switch_Switch, { checked: get("label_inside", { returnDefault: true }), onChange: function onChange(event) { set("label_inside", event.target.checked); }, inputProps: { "data-testid": "setting:label_inside" } }), /*#__PURE__*/react.createElement(TrashButton, { onClick: function onClick() { set("label_inside", "unset"); }, disabled: get("label_inside") === "" })); }; var setSameHeightLabels = function setSameHeightLabels() { return /*#__PURE__*/react.createElement(SettingsContainer, { title: translate_translate("settings.label_same_height.title"), fullWidth: false }, /*#__PURE__*/react.createElement(esm_Switch_Switch, { checked: get("label_same_height", { returnDefault: true }), onChange: function onChange(event) { set("label_same_height", event.target.checked); }, inputProps: { "data-testid": "setting:label_same_height" } }), /*#__PURE__*/react.createElement(TrashButton, { onClick: function onClick() { set("label_same_height", "unset"); }, disabled: get("label_same_height") === "" })); }; var label_color = get("label_color"); var label_background_color = get("label_background_color"); var label_border_radius = get("label_border_radius"); return /*#__PURE__*/react.createElement(CollapsibleGroup, Tabs_Styling_LabelGroup_extends({ title: translate_translate("settings.label.title"), "data-testid": "group:label" }, groupProps), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, "Style"), /*#__PURE__*/react.createElement("hr", null), setLabelInside(), labelWidth(), get("label_inside", { returnDefault: true }) ? null : /*#__PURE__*/react.createElement(react.Fragment, null, setSameHeightLabels(), labelSpacing(), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.label_desktop.title")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(LabelVisibility, { title: translate_translate("settings.show_mobile_desktop.desktop"), device: "desktop", value: get("show_label_desktop", { returnDefault: true }), onChange: function onChange(val) { return set("show_label_desktop", val); } }), /*#__PURE__*/react.createElement(LabelVisibility, { title: translate_translate("settings.show_mobile_desktop.mobile"), device: "mobile", value: get("show_label_mobile", { returnDefault: true }), onChange: function onChange(val) { return set("show_label_mobile", val); } })), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.label_position.title")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(LabelPosition, { title: translate_translate("settings.label_position.description"), value: get("horizontal_position_label", { returnDefault: true }), trashButton: get("horizontal_position_label") === "", defaultValue: get("horizontal_position_label", { returnDefault: true, excludeSelf: true }), onChange: function onChange(val) { set("horizontal_position_label", val); } }), /*#__PURE__*/react.createElement(Tabs/* default */.Z, { onChange: function onChange(_, val) { return setHoverSettings(val); }, style: { marginBottom: "20px", marginTop: get("label_inside", { returnDefault: true }) ? "0" : "20px" }, value: hoverSettings, variant: "fullWidth", centered: true }, /*#__PURE__*/react.createElement(Tab_Tab, { label: "Normal", "data-testid": "normal_hover:normal" }), /*#__PURE__*/react.createElement(Tab_Tab, { label: "Hover", "data-testid": "normal_hover:hover" })), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("utils.text")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(ColorPicker, { noGradient: true, title: translate_translate("utils.color"), value: label_color[hoverSettings], defaultValue: defs("label_color")[hoverSettings], onChange: function onChange(val) { var newValues = label_color; newValues[hoverSettings] = val; set("label_color", newValues); } }), fontSize(), fontFamily(), get("label_inside", { returnDefault: true }) ? null : /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("utils.background")), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(ColorPicker, { title: translate_translate("utils.color"), value: label_background_color[hoverSettings], defaultValue: defs("label_background_color")[hoverSettings], onChange: function onChange(val) { var newValues = label_background_color; newValues[hoverSettings] = val; set("label_background_color", newValues); } }), borderRadius(), margin(), padding(), boxShadow())); } /* harmony default export */ var Tabs_Styling_LabelGroup = (connect(function (state) { return { _groups: state.groups }; }, function (dispatch) { return { _set: function _set() { return dispatch(dataActions_set.apply(void 0, arguments)); } }; }, function (_ref2, _ref3, _ref4) { var _groups = _ref2._groups; var _set = _ref3._set; var groupId = _ref4.groupId, ownProps = Tabs_Styling_LabelGroup_objectWithoutProperties(_ref4, ["groupId"]); var group = _groups[groupId]; return Tabs_Styling_LabelGroup_objectSpread({ defs: function defs(key) { return _defs("group", key, group.menu_style, formats.normal_hover.parse(group[key]).map(function (val) { return val === "" ? undefined : val; }), null, { returnDefault: true, returnSelf: true }); }, set: function set(key, val) { return _set(models.GROUP, groupId, key, val); }, get: function get(key) { var _ref5 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, options = Tabs_Styling_LabelGroup_extends({}, _ref5); return _get(key, group, group.menu_style, "group", Tabs_Styling_LabelGroup_objectSpread({}, options)); } }, ownProps); })(Styling_LabelGroup_LabelGroup)); ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/Group/Tabs/Styling/MenuStyle.js function MenuStyle_extends() { MenuStyle_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return MenuStyle_extends.apply(this, arguments); } function MenuStyle_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function MenuStyle_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { MenuStyle_ownKeys(Object(source), true).forEach(function (key) { MenuStyle_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { MenuStyle_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function MenuStyle_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function MenuStyle_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = MenuStyle_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 MenuStyle_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; } function MenuStyle_slicedToArray(arr, i) { return MenuStyle_arrayWithHoles(arr) || MenuStyle_iterableToArrayLimit(arr, i) || MenuStyle_unsupportedIterableToArray(arr, i) || MenuStyle_nonIterableRest(); } function MenuStyle_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 MenuStyle_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return MenuStyle_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 MenuStyle_arrayLikeToArray(o, minLen); } function MenuStyle_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 MenuStyle_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function MenuStyle_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function MenuStyle(_ref) { var get = _ref.get, set = _ref.set; var inputLabel = (0,react.useRef)(null); var _useState = (0,react.useState)(0), _useState2 = MenuStyle_slicedToArray(_useState, 2), labelWidth = _useState2[0], setLabelWidth = _useState2[1]; (0,react.useEffect)(function () { setLabelWidth(inputLabel.current.offsetWidth); }, []); var options = function options() { /* webpack-strip-block:removed */ return [/*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "default", key: 0 }, translate_translate("settings.menu_style.styles.default")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "square", key: 1 }, translate_translate("settings.menu_style.styles.square")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "rectangle", key: 2 }, translate_translate("settings.menu_style.styles.rectangle")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "text", key: 3, style: { opacity: 0.5 } }, translate_translate("settings.menu_style.styles.text"), " ", /*#__PURE__*/react.createElement(PremiumTag, null)), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "text-icon", key: 4, style: { opacity: 0.5 } }, translate_translate("settings.menu_style.styles.texticon"), " ", /*#__PURE__*/react.createElement(PremiumTag, null))]; }; return /*#__PURE__*/react.createElement(CollapsibleGroup, { opened: true, onSetIsOpened: function onSetIsOpened() {}, title: translate_translate("settings.menu_style.title") }, /*#__PURE__*/react.createElement(FormControl_FormControl, { variant: "outlined", fullWidth: true }, /*#__PURE__*/react.createElement(InputLabel_InputLabel, { id: "group-style", ref: inputLabel }, translate_translate("common.type")), /*#__PURE__*/react.createElement(Select_Select, { labelId: "group-style", id: "group-style", value: get("menu_style", { returnDefault: true }), onChange: function onChange(e) { /* webpack-strip-block:removed */ if (e.target.value === "text" || e.target.value === "text-icon") { app.showPremiumDialog(e.currentTarget, translate_translate("premium.menu_styles." + e.target.value)); return; } set("menu_style", e.target.value); }, labelWidth: labelWidth, inputProps: { "data-testid": "setting:menu-style" } }, options()))); } /* harmony default export */ var Styling_MenuStyle = (connect(function (state) { return { groups: state.groups }; }, function (dispatch) { return { _set: function _set() { return dispatch(dataActions_set.apply(void 0, arguments)); } }; }, function (_ref2, _ref3, _ref4) { var groups = _ref2.groups; var _set = _ref3._set; var groupId = _ref4.groupId, ownProps = MenuStyle_objectWithoutProperties(_ref4, ["groupId"]); var group = groups[groupId]; return MenuStyle_objectSpread({ singleButton: group.children.length === 1, set: function set(key, val) { return _set(models.GROUP, groupId, key, val); }, get: function get(key) { var _ref5 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, options = MenuStyle_extends({}, _ref5); return _get(key, group, group.menu_style, "group", MenuStyle_objectSpread({}, options)); }, def: function def(key) { return _def("group", key, group.menu_style); } }, ownProps); })(MenuStyle)); ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/Group/Tabs/Styling/index.js function Group_Tabs_Styling_slicedToArray(arr, i) { return Group_Tabs_Styling_arrayWithHoles(arr) || Group_Tabs_Styling_iterableToArrayLimit(arr, i) || Group_Tabs_Styling_unsupportedIterableToArray(arr, i) || Group_Tabs_Styling_nonIterableRest(); } function Group_Tabs_Styling_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 Group_Tabs_Styling_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Group_Tabs_Styling_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 Group_Tabs_Styling_arrayLikeToArray(o, minLen); } function Group_Tabs_Styling_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 Group_Tabs_Styling_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Group_Tabs_Styling_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function Tabs_Styling_Styling(_ref) { var groupId = _ref.groupId; var _useState = (0,react.useState)("group_style_button"), _useState2 = Group_Tabs_Styling_slicedToArray(_useState, 2), openedGroup = _useState2[0], setOpenedGroup = _useState2[1]; var openCollapsibleGroup = useSelector(function (store) { return dlv_umd_default()(store, "misc.open_collapsible_group", "group_style_button"); }); // Making sure the right container opens during the interface tour (0,react.useEffect)(function () { setOpenedGroup(openCollapsibleGroup ? openCollapsibleGroup : "group_style_button"); }, [openCollapsibleGroup]); return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(Styling_MenuStyle, { groupId: groupId }), /*#__PURE__*/react.createElement(Group_Tabs_Styling_ButtonGroup, { opened: openedGroup === "group_style_button", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "group_style_button" : ""); }, groupId: groupId }), /*#__PURE__*/react.createElement(Group_Tabs_Styling_IconGroup, { opened: openedGroup === "group_style_icon", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "group_style_icon" : ""); }, groupId: groupId }), /*#__PURE__*/react.createElement(Tabs_Styling_LabelGroup, { opened: openedGroup === "group_style_label", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "group_style_label" : ""); }, groupId: groupId })); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ExitIntent/TriggerAmountTimes/TriggerAmountTimes.js function TriggerAmountTimes_slicedToArray(arr, i) { return TriggerAmountTimes_arrayWithHoles(arr) || TriggerAmountTimes_iterableToArrayLimit(arr, i) || TriggerAmountTimes_unsupportedIterableToArray(arr, i) || TriggerAmountTimes_nonIterableRest(); } function TriggerAmountTimes_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 TriggerAmountTimes_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return TriggerAmountTimes_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 TriggerAmountTimes_arrayLikeToArray(o, minLen); } function TriggerAmountTimes_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 TriggerAmountTimes_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function TriggerAmountTimes_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function TriggerAmountTimes(_ref) { var value = _ref.value, _onChange = _ref.onChange, icon = _ref.icon, _ref$disabled = _ref.disabled, disabled = _ref$disabled === void 0 ? false : _ref$disabled; var inputLabel = (0,react.useRef)(null); var _useState = (0,react.useState)(0), _useState2 = TriggerAmountTimes_slicedToArray(_useState, 2), labelWidth = _useState2[0], setLabelWidth = _useState2[1]; var _useState3 = (0,react.useState)(value || "once_page"), _useState4 = TriggerAmountTimes_slicedToArray(_useState3, 2), amountOfTimes = _useState4[0], setAmountOfTimes = _useState4[1]; (0,react.useEffect)(function () { setLabelWidth(inputLabel.current.offsetWidth); setAmountOfTimes(value || "once_page"); }, [value]); return /*#__PURE__*/react.createElement(FormControl_FormControl, { variant: "outlined", fullWidth: true, disabled: disabled }, /*#__PURE__*/react.createElement(InputLabel_InputLabel, { id: "exit-intent-trigger-times", ref: inputLabel }, translate_translate("settings.exit_intent.how_often._title")), /*#__PURE__*/react.createElement(Select_Select, { labelId: "exit-intent-trigger-times", id: "exit-intent-trigger-times", value: amountOfTimes, onChange: function onChange(e) { setAmountOfTimes(e.target.value); _onChange("exit_intent_trigger_amount", e.target.value); }, labelWidth: labelWidth, IconComponent: icon, inputProps: { "data-testid": "setting:exit-intent-how-often" } }, /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "once_page" }, translate_translate("settings.exit_intent.how_often.once_page")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "once_session" }, translate_translate("settings.exit_intent.how_often.once_session")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "always" }, translate_translate("settings.exit_intent.how_often.always")))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ExitIntent/TriggerAnimation/TriggerAnimation.js function TriggerAnimation_slicedToArray(arr, i) { return TriggerAnimation_arrayWithHoles(arr) || TriggerAnimation_iterableToArrayLimit(arr, i) || TriggerAnimation_unsupportedIterableToArray(arr, i) || TriggerAnimation_nonIterableRest(); } function TriggerAnimation_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 TriggerAnimation_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return TriggerAnimation_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 TriggerAnimation_arrayLikeToArray(o, minLen); } function TriggerAnimation_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 TriggerAnimation_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function TriggerAnimation_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function TriggerAnimation(_ref) { var value = _ref.value, _onChange = _ref.onChange, icon = _ref.icon, _ref$singleButton = _ref.singleButton, singleButton = _ref$singleButton === void 0 ? false : _ref$singleButton, _ref$disabled = _ref.disabled, disabled = _ref$disabled === void 0 ? false : _ref$disabled; var inputLabel = (0,react.useRef)(null); var _useState = (0,react.useState)(0), _useState2 = TriggerAnimation_slicedToArray(_useState, 2), labelWidth = _useState2[0], setLabelWidth = _useState2[1]; var _useState3 = (0,react.useState)(value || "once_page"), _useState4 = TriggerAnimation_slicedToArray(_useState3, 2), triggerAnimation = _useState4[0], setTriggerAnimation = _useState4[1]; (0,react.useEffect)(function () { setLabelWidth(inputLabel.current.offsetWidth); setTriggerAnimation(value || "once_page"); }, [value]); var exitIntentAnimations = function exitIntentAnimations() { if (singleButton) { return [/*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "focused", key: 0 }, translate_translate("settings.exit_intent.animation.focused")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "jump", key: 1 }, translate_translate("settings.exit_intent.animation.jump_single")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "flip", key: 2 }, translate_translate("settings.exit_intent.animation.flip_single"))]; } return [/*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "focused", key: 0 }, translate_translate("settings.exit_intent.animation.focused")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "open_menu", key: 1 }, translate_translate("settings.exit_intent.animation.open_menu")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "jump", key: 2 }, translate_translate("settings.exit_intent.animation.jump")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "flip", key: 3 }, translate_translate("settings.exit_intent.animation.flip"))]; }; return /*#__PURE__*/react.createElement(FormControl_FormControl, { variant: "outlined", fullWidth: true, style: { marginTop: 20 }, disabled: disabled }, /*#__PURE__*/react.createElement(InputLabel_InputLabel, { id: "exit-intent-trigger-animation", ref: inputLabel }, translate_translate("settings.exit_intent.animation._title")), /*#__PURE__*/react.createElement(Select_Select, { labelId: "exit-intent-trigger-animation", id: "exit-intent-trigger-animation", value: triggerAnimation, onChange: function onChange(e) { setTriggerAnimation(e.target.value); _onChange("exit_intent_animation", e.target.value); }, labelWidth: labelWidth, IconComponent: icon, inputProps: { "data-testid": "setting:exit-intent-animation" } }, exitIntentAnimations())); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/ExitIntent/ExitIntent.js function ExitIntent(_ref) { var onChange = _ref.onChange; /* webpack-strip-block:removed */ var ExitIntent = function ExitIntent() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(DisableSetting, { onClick: function onClick(e) { onChange(e.currentTarget); }, "data-testid": "disable-setting-exit-intent" }, /*#__PURE__*/react.createElement("p", null, translate_translate("settings.exit_intent.description")), /*#__PURE__*/react.createElement(SettingsContainer, { title: translate_translate("settings.exit_intent.trigger_window"), fullWidth: false }, /*#__PURE__*/react.createElement(esm_Switch_Switch, { disabled: true })), /*#__PURE__*/react.createElement(SettingsContainer, { title: translate_translate("settings.exit_intent.trigger_inactive"), fullWidth: false }, /*#__PURE__*/react.createElement(esm_Switch_Switch, { disabled: true })), /*#__PURE__*/react.createElement(TriggerAmountTimes, { value: "once_page", disabled: true, icon: PremiumTag }), /*#__PURE__*/react.createElement(TriggerAnimation, { value: "focused", disabled: true, icon: PremiumTag }), /*#__PURE__*/react.createElement("p", { dangerouslySetInnerHTML: { __html: translate_translate("settings.exit_intent.info") } }))); }; return ExitIntent(); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/Animation/Animation.js function Animation_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function Animation_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Animation_ownKeys(Object(source), true).forEach(function (key) { Animation_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { Animation_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function Animation_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function Animation_slicedToArray(arr, i) { return Animation_arrayWithHoles(arr) || Animation_iterableToArrayLimit(arr, i) || Animation_unsupportedIterableToArray(arr, i) || Animation_nonIterableRest(); } function Animation_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 Animation_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Animation_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 Animation_arrayLikeToArray(o, minLen); } function Animation_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 Animation_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Animation_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function Animation(_ref) { var value = _ref.value, onChange = _ref.onChange; var _useState = (0,react.useState)(value.type), _useState2 = Animation_slicedToArray(_useState, 2), groupAnimation = _useState2[0], setGroupAnimation = _useState2[1]; var _useState3 = (0,react.useState)(value.delay), _useState4 = Animation_slicedToArray(_useState3, 2), animationDelay = _useState4[0], setAnimationDelay = _useState4[1]; var _useState5 = (0,react.useState)(value.repeatCount), _useState6 = Animation_slicedToArray(_useState5, 2), animationRepeatCount = _useState6[0], setAnimationRepeatCount = _useState6[1]; (0,react.useEffect)(function () { setGroupAnimation(value.type); /* webpack-strip-block:removed */ }, [value]); var handleChange = function handleChange(obj) { onChange(Animation_objectSpread({ delay: animationDelay, repeatCount: animationRepeatCount, type: groupAnimation }, obj)); }; var menuList = function menuList() { /* webpack-strip-block:removed */ return [/*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "none", key: 0 }, translate_translate("settings.menu_animation.animations.none")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "hello", key: 1 }, translate_translate("settings.menu_animation.animations.hello")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "bounce", key: 2 }, translate_translate("settings.menu_animation.animations.bounce")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { disabled: true, key: 3 }, translate_translate("settings.menu_animation.animations.pulse"), " (PRO)"), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { disabled: true, key: 4 }, translate_translate("settings.menu_animation.animations.jelly"), " (PRO)")]; }; return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(FormControl_FormControl, { variant: "outlined", fullWidth: true, style: { marginBottom: "20px" } }, /*#__PURE__*/react.createElement(InputLabel_InputLabel, { id: "group-animation" }, translate_translate("common.type")), /*#__PURE__*/react.createElement(Select_Select, { label: translate_translate("common.type"), id: "group-animation", value: groupAnimation, onChange: function onChange(e) { if (e.target.value == null) return; setGroupAnimation(e.target.value); handleChange({ type: e.target.value }); }, inputProps: { "data-testid": "setting:animation" } }, menuList())), groupAnimation !== "none" && /*#__PURE__*/react.createElement(Grid_Grid, { container: true, spacing: 3 }, /*#__PURE__*/react.createElement(Grid_Grid, { item: true, xs: true }, function () { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(esm_TextField_TextField, { label: translate_translate("settings.menu_animation.delay"), disabled: true, value: 5000, size: "small", variant: "outlined", InputProps: { endAdornment: /*#__PURE__*/react.createElement(PremiumTag, null) }, inputProps: { "data-testid": "setting:animation-delay" }, InputLabelProps: { shrink: true }, onClick: function onClick(e) { return app.showPremiumDialog(e.currentTarget, translate_translate("premium.add_animation_settings")); } }); }()), /*#__PURE__*/react.createElement(Grid_Grid, { item: true, xs: true }, function () { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(esm_TextField_TextField, { label: translate_translate("settings.menu_animation.repeat_count"), value: 5, disabled: true, size: "small", variant: "outlined", InputProps: { endAdornment: /*#__PURE__*/react.createElement(PremiumTag, null), "data-testid": "setting:animation-repeat-count" }, InputLabelProps: { shrink: true }, onClick: function onClick(e) { return app.showPremiumDialog(e.currentTarget, translate_translate("premium.add_animation_settings")); } }); }()))); } ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/FormControlLabel/FormControlLabel.js var FormControlLabel_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { display: 'inline-flex', alignItems: 'center', cursor: 'pointer', // For correct alignment with the text. verticalAlign: 'middle', WebkitTapHighlightColor: 'transparent', marginLeft: -11, marginRight: 16, // used for row presentation of radio/checkbox '&$disabled': { cursor: 'default' } }, /* Styles applied to the root element if `labelPlacement="start"`. */ labelPlacementStart: { flexDirection: 'row-reverse', marginLeft: 16, // used for row presentation of radio/checkbox marginRight: -11 }, /* Styles applied to the root element if `labelPlacement="top"`. */ labelPlacementTop: { flexDirection: 'column-reverse', marginLeft: 16 }, /* Styles applied to the root element if `labelPlacement="bottom"`. */ labelPlacementBottom: { flexDirection: 'column', marginLeft: 16 }, /* Pseudo-class applied to the root element if `disabled={true}`. */ disabled: {}, /* Styles applied to the label's Typography component. */ label: { '&$disabled': { color: theme.palette.text.disabled } } }; }; /** * Drop in replacement of the `Radio`, `Switch` and `Checkbox` component. * Use this component if you want to display an extra label. */ var FormControlLabel = /*#__PURE__*/react.forwardRef(function FormControlLabel(props, ref) { var checked = props.checked, classes = props.classes, className = props.className, control = props.control, disabledProp = props.disabled, inputRef = props.inputRef, label = props.label, _props$labelPlacement = props.labelPlacement, labelPlacement = _props$labelPlacement === void 0 ? 'end' : _props$labelPlacement, name = props.name, onChange = props.onChange, value = props.value, other = (0,objectWithoutProperties/* default */.Z)(props, ["checked", "classes", "className", "control", "disabled", "inputRef", "label", "labelPlacement", "name", "onChange", "value"]); var muiFormControl = useFormControl_useFormControl(); var disabled = disabledProp; if (typeof disabled === 'undefined' && typeof control.props.disabled !== 'undefined') { disabled = control.props.disabled; } if (typeof disabled === 'undefined' && muiFormControl) { disabled = muiFormControl.disabled; } var controlProps = { disabled: disabled }; ['checked', 'name', 'onChange', 'value', 'inputRef'].forEach(function (key) { if (typeof control.props[key] === 'undefined' && typeof props[key] !== 'undefined') { controlProps[key] = props[key]; } }); return /*#__PURE__*/react.createElement("label", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className, labelPlacement !== 'end' && classes["labelPlacement".concat((0,utils_capitalize/* default */.Z)(labelPlacement))], disabled && classes.disabled), ref: ref }, other), /*#__PURE__*/react.cloneElement(control, controlProps), /*#__PURE__*/react.createElement(Typography/* default */.Z, { component: "span", className: (0,clsx_m/* default */.Z)(classes.label, disabled && classes.disabled) }, label)); }); false ? 0 : void 0; /* harmony default export */ var FormControlLabel_FormControlLabel = ((0,withStyles/* default */.Z)(FormControlLabel_styles, { name: 'MuiFormControlLabel' })(FormControlLabel)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/internal/svg-icons/RadioButtonUnchecked.js /** * @ignore - internal component. */ /* harmony default export */ var RadioButtonUnchecked = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" }), 'RadioButtonUnchecked')); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/internal/svg-icons/RadioButtonChecked.js /** * @ignore - internal component. */ /* harmony default export */ var RadioButtonChecked = ((0,createSvgIcon/* default */.Z)( /*#__PURE__*/react.createElement("path", { d: "M8.465 8.465C9.37 7.56 10.62 7 12 7C14.76 7 17 9.24 17 12C17 13.38 16.44 14.63 15.535 15.535C14.63 16.44 13.38 17 12 17C9.24 17 7 14.76 7 12C7 10.62 7.56 9.37 8.465 8.465Z" }), 'RadioButtonChecked')); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Radio/RadioButtonIcon.js var RadioButtonIcon_styles = function styles(theme) { return { root: { position: 'relative', display: 'flex', '&$checked $layer': { transform: 'scale(1)', transition: theme.transitions.create('transform', { easing: theme.transitions.easing.easeOut, duration: theme.transitions.duration.shortest }) } }, layer: { left: 0, position: 'absolute', transform: 'scale(0)', transition: theme.transitions.create('transform', { easing: theme.transitions.easing.easeIn, duration: theme.transitions.duration.shortest }) }, checked: {} }; }; /** * @ignore - internal component. */ function RadioButtonIcon(props) { var checked = props.checked, classes = props.classes, fontSize = props.fontSize; return /*#__PURE__*/react.createElement("div", { className: (0,clsx_m/* default */.Z)(classes.root, checked && classes.checked) }, /*#__PURE__*/react.createElement(RadioButtonUnchecked, { fontSize: fontSize }), /*#__PURE__*/react.createElement(RadioButtonChecked, { fontSize: fontSize, className: classes.layer })); } false ? 0 : void 0; /* harmony default export */ var Radio_RadioButtonIcon = ((0,withStyles/* default */.Z)(RadioButtonIcon_styles, { name: 'PrivateRadioButtonIcon' })(RadioButtonIcon)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/RadioGroup/RadioGroupContext.js /** * @ignore - internal component. */ var RadioGroupContext = react.createContext(); if (false) {} /* harmony default export */ var RadioGroup_RadioGroupContext = (RadioGroupContext); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/RadioGroup/useRadioGroup.js function useRadioGroup() { return react.useContext(RadioGroup_RadioGroupContext); } ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Radio/Radio.js var Radio_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { color: theme.palette.text.secondary }, /* Pseudo-class applied to the root element if `checked={true}`. */ checked: {}, /* Pseudo-class applied to the root element if `disabled={true}`. */ disabled: {}, /* Styles applied to the root element if `color="primary"`. */ colorPrimary: { '&$checked': { color: theme.palette.primary.main, '&:hover': { backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.primary.main, theme.palette.action.hoverOpacity), // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: 'transparent' } } }, '&$disabled': { color: theme.palette.action.disabled } }, /* Styles applied to the root element if `color="secondary"`. */ colorSecondary: { '&$checked': { color: theme.palette.secondary.main, '&:hover': { backgroundColor: (0,colorManipulator/* fade */.U1)(theme.palette.secondary.main, theme.palette.action.hoverOpacity), // Reset on touch devices, it doesn't add specificity '@media (hover: none)': { backgroundColor: 'transparent' } } }, '&$disabled': { color: theme.palette.action.disabled } } }; }; var Radio_defaultCheckedIcon = /*#__PURE__*/react.createElement(Radio_RadioButtonIcon, { checked: true }); var Radio_defaultIcon = /*#__PURE__*/react.createElement(Radio_RadioButtonIcon, null); var Radio = /*#__PURE__*/react.forwardRef(function Radio(props, ref) { var checkedProp = props.checked, classes = props.classes, _props$color = props.color, color = _props$color === void 0 ? 'secondary' : _props$color, nameProp = props.name, onChangeProp = props.onChange, _props$size = props.size, size = _props$size === void 0 ? 'medium' : _props$size, other = (0,objectWithoutProperties/* default */.Z)(props, ["checked", "classes", "color", "name", "onChange", "size"]); var radioGroup = useRadioGroup(); var checked = checkedProp; var onChange = (0,createChainedFunction/* default */.Z)(onChangeProp, radioGroup && radioGroup.onChange); var name = nameProp; if (radioGroup) { if (typeof checked === 'undefined') { checked = radioGroup.value === props.value; } if (typeof name === 'undefined') { name = radioGroup.name; } } return /*#__PURE__*/react.createElement(internal_SwitchBase, (0,esm_extends/* default */.Z)({ color: color, type: "radio", icon: /*#__PURE__*/react.cloneElement(Radio_defaultIcon, { fontSize: size === 'small' ? 'small' : 'default' }), checkedIcon: /*#__PURE__*/react.cloneElement(Radio_defaultCheckedIcon, { fontSize: size === 'small' ? 'small' : 'default' }), classes: { root: (0,clsx_m/* default */.Z)(classes.root, classes["color".concat((0,utils_capitalize/* default */.Z)(color))]), checked: classes.checked, disabled: classes.disabled }, name: name, checked: checked, onChange: onChange, ref: ref }, other)); }); false ? 0 : void 0; /* harmony default export */ var Radio_Radio = ((0,withStyles/* default */.Z)(Radio_styles, { name: 'MuiRadio' })(Radio)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Settings/TimeoutScroll/TimeoutScroll.js /* webpack-strip-block:removed */ function TimeoutScroll(_ref) { var openDialogDelay = _ref.openDialogDelay; /* webpack-strip-block:removed */ var settings = { timeoutScroll: function timeoutScroll() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("div", { className: "advanced-scroll-timeout", "data-testid": "timeoutScroll:free" }, /*#__PURE__*/react.createElement(DisableSetting, { onClick: function onClick(e) { openDialogDelay("timeout", e); } }, /*#__PURE__*/react.createElement("div", { className: "advanced-timeout" }, /*#__PURE__*/react.createElement(FormControlLabel_FormControlLabel, { control: /*#__PURE__*/react.createElement(Radio_Radio, { checked: false, inputProps: { "data-testid": "setting:timeout-radio", "aria-label": "timeout" }, value: "timeout", name: "timeout-radio-button" }), label: translate_translate("settings.timeout_scroll.timeout.title"), className: "timeout-radio-group", labelPlacement: "end", value: "timeout", name: "timeout-radio-button-label" }), /*#__PURE__*/react.createElement(esm_TextField_TextField, { variant: "outlined", label: translate_translate("settings.timeout_scroll.timeout.milliseconds"), helperText: translate_translate("settings.timeout_scroll.timeout.info", { value: 0 }), fullWidth: true, disabled: true, InputProps: { "data-testid": "setting:timeout-field", endAdornment: /*#__PURE__*/react.createElement(PremiumTag, null) } })), /*#__PURE__*/react.createElement("div", null, /*#__PURE__*/react.createElement(SettingsContainer, { title: translate_translate("settings.timeout_scroll.timeout.trigger_once"), fullWidth: false }, /*#__PURE__*/react.createElement(esm_Switch_Switch, { checked: true, disabled: true })))), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement(DisableSetting, { onClick: function onClick(e) { openDialogDelay("scroll", e); } }, /*#__PURE__*/react.createElement("div", { className: "advanced-scroll" }, /*#__PURE__*/react.createElement(FormControlLabel_FormControlLabel, { control: /*#__PURE__*/react.createElement(Radio_Radio, { checked: false, inputProps: { "data-testid": "setting:scroll-radio", "aria-label": "scroll" }, value: "scroll", name: "scroll-radio-button" }), label: translate_translate("settings.timeout_scroll.scroll.title"), className: "scroll-radio-group", labelPlacement: "end", value: "scroll", name: "scroll-radio-button-label" }), /*#__PURE__*/react.createElement(esm_TextField_TextField, { variant: "outlined", label: translate_translate("settings.timeout_scroll.scroll.from_top"), FormHelperTextProps: { component: "span" }, fullWidth: true, disabled: true, InputProps: { "data-testid": "setting:scroll-field", endAdornment: /*#__PURE__*/react.createElement(PremiumTag, null) } }), /*#__PURE__*/react.createElement("div", { className: "advanced-scroll-pixel-percent" }, /*#__PURE__*/react.createElement(esm_Button_Button, { disabled: true, variant: "contained", color: "primary", "data-testid": "setting:scroll-percent" }, "%"), /*#__PURE__*/react.createElement(esm_Button_Button, { disabled: true, variant: "outlined", color: "primary", "data-testid": "setting:scroll-px" }, "px"))), /*#__PURE__*/react.createElement("div", null, /*#__PURE__*/react.createElement(SettingsContainer, { title: translate_translate("settings.timeout_scroll.scroll.visibility"), fullWidth: false }, /*#__PURE__*/react.createElement(esm_Switch_Switch, { checked: true, disabled: true })))))); } }; return /*#__PURE__*/react.createElement(react.Fragment, null, settings.timeoutScroll()); } ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/Group/Tabs/Advanced.js function Advanced_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function Advanced_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Advanced_ownKeys(Object(source), true).forEach(function (key) { Advanced_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { Advanced_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function Advanced_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function Advanced_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = Advanced_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 Advanced_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; } function Group_Tabs_Advanced_slicedToArray(arr, i) { return Group_Tabs_Advanced_arrayWithHoles(arr) || Group_Tabs_Advanced_iterableToArrayLimit(arr, i) || Group_Tabs_Advanced_unsupportedIterableToArray(arr, i) || Group_Tabs_Advanced_nonIterableRest(); } function Group_Tabs_Advanced_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 Group_Tabs_Advanced_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Group_Tabs_Advanced_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 Group_Tabs_Advanced_arrayLikeToArray(o, minLen); } function Group_Tabs_Advanced_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 Group_Tabs_Advanced_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Group_Tabs_Advanced_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } /* webpack-strip-block:removed */ function Tabs_Advanced_Advanced(_ref) { var set = _ref.set, get = _ref.get, singleButton = _ref.singleButton; var _useState = (0,react.useState)("animation"), _useState2 = Group_Tabs_Advanced_slicedToArray(_useState, 2), openedGroup = _useState2[0], setOpenedGroup = _useState2[1]; var settings = { styling: { "class": function _class() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { onClick: function onClick(e) { return app.showPremiumDialog(e.currentTarget, translate_translate("settings.custom_class.pro_description")); } }, /*#__PURE__*/react.createElement(esm_TextField_TextField, { inputProps: { "data-testid": "setting:custom-class" }, variant: "outlined", label: translate_translate("settings.custom_class.title"), fullWidth: true, disabled: true, style: { marginBottom: "10px" }, InputProps: { endAdornment: /*#__PURE__*/react.createElement(PremiumTag, null) } })); }, id: function id() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget, translate_translate("settings.custom_id.pro_description")); } }, /*#__PURE__*/react.createElement(esm_TextField_TextField, { inputProps: { "data-testid": "setting:custom-id" }, variant: "outlined", label: translate_translate("settings.custom_id.title"), value: get("custom_id"), fullWidth: true, disabled: true, style: { marginBottom: "10px" }, InputProps: { endAdornment: /*#__PURE__*/react.createElement(PremiumTag, null) } })); }, editor: function editor() { /* webpack-strip-block:removed */ return null; } }, delay: { timeoutScroll: function timeoutScroll() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(TimeoutScroll, { openDialogDelay: function openDialogDelay(val, e) { val === "timeout" ? app.showPremiumDialog(e.currentTarget, translate_translate("premium.show_on_timeout")) : app.showPremiumDialog(e.currentTarget, translate_translate("premium.show_on_scroll"), "top", "bottom"); } })); } }, filters: { timeSchedules: function timeSchedules() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget, translate_translate("time_schedules.pro_description")); } }, /*#__PURE__*/react.createElement(FilterSelect, { type: "schedule", group: true }), /*#__PURE__*/react.createElement(esm_Button_Button, { startIcon: /*#__PURE__*/react.createElement("i", { style: { fontSize: "12px" }, className: "fas fa-cog" }), color: "primary", className: "Mui-disabled", "data-testid": "time_schedules_open_drawer" }, translate_translate("time_schedules.open_settings"))); }, pageRules: function pageRules() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(DisableSetting, { onClick: function onClick(e) { app.showPremiumDialog(e.currentTarget, translate_translate("page_rules.pro_description")); } }, /*#__PURE__*/react.createElement(FilterSelect, { type: "rule", group: true }), /*#__PURE__*/react.createElement(esm_Button_Button, { startIcon: /*#__PURE__*/react.createElement("i", { style: { fontSize: "12px" }, className: "fas fa-cog" }), color: "primary", className: "Mui-disabled", "data-testid": "page_rules_open_drawer" }, translate_translate("page_rules.open_settings"))); } }, exitIntent: function exitIntent() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(ExitIntent, { onChange: function onChange(el) { return app.showPremiumDialog(el, translate_translate("settings.exit_intent.pro_description"), "top", "bottom"); } })); } }; return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(CollapsibleGroup, { title: "".concat(translate_translate("settings.menu_animation.title")), opened: !app.hasPremium() || openedGroup === "animation", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "animation" : ""); }, "data-testid": "group:animation" }, /*#__PURE__*/react.createElement(Animation, { value: function () { /* webpack-strip-block:removed */ return { type: get("menu_animation"), delay: 10, repeatCount: 0 }; }(), onChange: function onChange(obj) { set("menu_animation", obj.type); /* webpack-strip-block:removed */ } })), /*#__PURE__*/react.createElement(CollapsibleGroup, { title: translate_translate("settings.custom_id.title") + " & " + translate_translate("settings.custom_class.title"), "data-testid": "group:custom-class-id", icon: "far fa-clock", opened: !app.hasPremium() || openedGroup === "customIdClass", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "customIdClass" : ""); } }, /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.custom_class.title")), /*#__PURE__*/react.createElement("hr", null), settings.styling["class"](), /*#__PURE__*/react.createElement("div", { className: "setting-group-title" }, translate_translate("settings.custom_id.title")), /*#__PURE__*/react.createElement("hr", null), settings.styling.id(), settings.styling.editor()), /*#__PURE__*/react.createElement(CollapsibleGroup, { title: translate_translate("time_schedules.name"), icon: "far fa-clock", "data-testid": "group:time-schedules", opened: !app.hasPremium() || openedGroup === "timeSchedules", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "timeSchedules" : ""); } }, settings.filters.timeSchedules()), /*#__PURE__*/react.createElement(CollapsibleGroup, { title: translate_translate("page_rules.name"), "data-testid": "group:page-rules", icon: "fas fa-filter", opened: !app.hasPremium() || openedGroup === "pageRules", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "pageRules" : ""); } }, settings.filters.pageRules()), /*#__PURE__*/react.createElement(CollapsibleGroup, { title: translate_translate("settings.button_group_window.timeout_scroll"), icon: "fas fa-stopwatch", "data-testid": "group:timeout-scroll", opened: !app.hasPremium() || openedGroup === "timeOutScroll", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "timeOutScroll" : ""); } }, settings.delay.timeoutScroll()), /*#__PURE__*/react.createElement(CollapsibleGroup, { title: translate_translate("settings.exit_intent.title"), icon: "fas fa-running", "data-testid": "group:exit-intent", opened: !app.hasPremium() || openedGroup === "exitIntent", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "exitIntent" : ""); } }, settings.exitIntent())); } /* harmony default export */ var Group_Tabs_Advanced = (connect(function (state) { return { groups: state.groups /* webpack-strip-block:removed */ }; }, function (dispatch) { return { /* webpack-strip-block:removed */ set: function set() { return dispatch(dataActions_set.apply(void 0, arguments)); } }; }, function (_ref2, _ref3, _ref4) { var groups = _ref2.groups, stateProps = Advanced_objectWithoutProperties(_ref2, ["groups"]); var _set2 = _ref3.set, dispatchProps = Advanced_objectWithoutProperties(_ref3, ["set"]); var groupId = _ref4.groupId, props = Advanced_objectWithoutProperties(_ref4, ["groupId"]); return Advanced_objectSpread(Advanced_objectSpread(Advanced_objectSpread({ set: function set(obj, val) { return _set2(models.GROUP, groupId, obj, val); }, get: function get(key) { return dlv_umd_default()(groups[groupId], key, _def("group", key, groups[groupId].menu_style)); }, singleButton: groups[groupId].children.length < 2 }, dispatchProps), stateProps), props); })(Tabs_Advanced_Advanced)); ;// CONCATENATED MODULE: ./src/js/dashboard/Pages/Group/Group.js function Group(_ref) { var match = _ref.match, groups = _ref.groups; var group = dlv_umd_default()(groups, match.params.id, false); var tab = ["general", "style", "advanced"].includes(dlv_umd_default()(match.params, "tab", "general")) ? dlv_umd_default()(match.params, "tab", "general") : "general"; if (!group) { return /*#__PURE__*/react.createElement(ItemNotFound, { isButtonGroupNotFound: true }); } return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(Group_Header_Header, { group: group, tab: tab }), tab === "general" && /*#__PURE__*/react.createElement(Group_Tabs_Options, { groupId: group.id }), tab === "style" && /*#__PURE__*/react.createElement(Tabs_Styling_Styling, { groupId: group.id }), tab === "advanced" && /*#__PURE__*/react.createElement(Group_Tabs_Advanced, { groupId: group.id })); } /* harmony default export */ var Group_Group = (connect(function (state) { return { groups: state.groups }; })(Group)); ;// CONCATENATED MODULE: ./src/js/dashboard/Router.js // import Menu from "./Pages/Menu/Menu"; function Router_Router(_ref) { var scrollBar = _ref.scrollBar, isLoading = _ref.isLoading; return /*#__PURE__*/react.createElement(Switch, null, /*#__PURE__*/react.createElement(Route, { path: "/", exact: true, render: function render() { return /*#__PURE__*/react.createElement(Overview_Overview, { scrollBar: scrollBar, isLoading: isLoading }); } }), /*#__PURE__*/react.createElement(Route, { path: "/(".concat(Object.values(drawers).filter(function (drawer) { return typeof drawer == "string"; }).join("|"), ")(.*)"), render: function render() { return /*#__PURE__*/react.createElement(Overview_Overview, { scrollBar: scrollBar, isLoading: isLoading }); } }), /*#__PURE__*/react.createElement(Route, { path: "/group/:groupId/button/:id/:tab", component: Pages_Button_Button }), /*#__PURE__*/react.createElement(Route, { path: "/group/:groupId/button/:id", component: Pages_Button_Button }), /*#__PURE__*/react.createElement(Route, { path: "/group/:id/menuButton/:tab", component: MenuButton_MenuButton }), /*#__PURE__*/react.createElement(Route, { path: "/group/:id/menuButton", component: MenuButton_MenuButton }), /*#__PURE__*/react.createElement(Route, { path: "/group/:id/:tab", component: Group_Group }), /*#__PURE__*/react.createElement(Route, { path: "/group/:id", component: Group_Group }), /*#__PURE__*/react.createElement(Route, { component: ItemNotFound })); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Dialogs/SavingDialog/SavingDialog.js function SavingDialog_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function SavingDialog_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { SavingDialog_ownKeys(Object(source), true).forEach(function (key) { SavingDialog_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { SavingDialog_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function SavingDialog_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function SavingDialog_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { SavingDialog_typeof = function _typeof(obj) { return typeof obj; }; } else { SavingDialog_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return SavingDialog_typeof(obj); } function SavingDialog_slicedToArray(arr, i) { return SavingDialog_arrayWithHoles(arr) || SavingDialog_iterableToArrayLimit(arr, i) || SavingDialog_unsupportedIterableToArray(arr, i) || SavingDialog_nonIterableRest(); } function SavingDialog_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 SavingDialog_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return SavingDialog_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 SavingDialog_arrayLikeToArray(o, minLen); } function SavingDialog_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 SavingDialog_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function SavingDialog_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } var SavingDialog_useStyles = styles_makeStyles(function () { return { failed: { background: "#fcd4d4", color: "#f01919", border: "1px solid #f01919" }, "default": { background: "#fce8d4" } }; }); function SavingDialog(_ref) { var style = _ref.style, _ref$isUpdating = _ref.isUpdating, isUpdating = _ref$isUpdating === void 0 ? false : _ref$isUpdating; var _useState = (0,react.useState)(isUpdating), _useState2 = SavingDialog_slicedToArray(_useState, 2), updating = _useState2[0], setUpdating = _useState2[1]; var _useState3 = (0,react.useState)(false), _useState4 = SavingDialog_slicedToArray(_useState3, 2), openDialog = _useState4[0], setOpenDialog = _useState4[1]; (0,react.useEffect)(function () { setUpdating(isUpdating); }, [isUpdating]); var classes = SavingDialog_useStyles(); var label = function label() { if (updating) { if (updating === "failed") { return translate_translate("saving.failed"); } else if (SavingDialog_typeof(updating) === "object") { return /*#__PURE__*/react.createElement("div", { style: { display: "inline-grid" } }, /*#__PURE__*/react.createElement("span", null, updating.status, ": ", updating.statusText), /*#__PURE__*/react.createElement(Link_Link, { component: "button", style: { fontSize: "0.7rem", textDecoration: "none", color: "#2186de" }, onClick: function onClick() { setOpenDialog(true); } }, "Show error message...")); } else { return translate_translate("saving.saving"); } } return translate_translate("saving.completed"); }; var icon = function icon() { if (updating) { if (updating === "failed" || SavingDialog_typeof(updating) === "object") { return /*#__PURE__*/react.createElement("i", { style: { width: "20px", height: "20px", textAlign: "center", lineHeight: "24px" }, className: "fas fa-times saved-icon" }); } else { return /*#__PURE__*/react.createElement(CircularProgress_CircularProgress, { style: { width: "20px", height: "20px" }, color: "secondary" }); } } return /*#__PURE__*/react.createElement("i", { style: { width: "20px", height: "20px", textAlign: "center", lineHeight: "24px" }, className: "fas fa-check saved-icon" }); }; return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(Chip/* default */.Z, { variant: "outlined", color: "secondary", label: label(), classes: { root: updating === "failed" || SavingDialog_typeof(updating) === "object" ? classes.failed : classes["default"] }, icon: icon(), style: SavingDialog_objectSpread({ position: "absolute", top: "60px", right: "10px", transition: updating ? "250ms ease-in-out" : "2s ease-in-out", zIndex: 1, opacity: updating ? 1 : 0, minWidth: "92px", visibility: updating ? "visible" : "hidden" }, style), className: (0,clsx_m/* default */.Z)("saving-dialog", updating && "show") }), /*#__PURE__*/react.createElement(ConfirmDialog, { title: "".concat(updating.status, ": ").concat(updating.statusText), open: openDialog, maxWidth: "sm", className: "warning", buttons: [{ value: "confirm", text: translate_translate("modal.ok"), variant: "contained" }], onClose: function onClose() { setOpenDialog(false); } }, SavingDialog_typeof(updating) === "object" ? updating.message : translate_translate("modal.lost"))); } /* harmony default export */ var SavingDialog_SavingDialog = (connect(function (store) { return { isUpdating: store.saving.isUpdating }; })(SavingDialog)); ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Badge/Badge.js var RADIUS_STANDARD = 10; var RADIUS_DOT = 4; var Badge_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: { position: 'relative', display: 'inline-flex', // For correct alignment with the text. verticalAlign: 'middle', flexShrink: 0 }, /* Styles applied to the badge `span` element. */ badge: { display: 'flex', flexDirection: 'row', flexWrap: 'wrap', justifyContent: 'center', alignContent: 'center', alignItems: 'center', position: 'absolute', boxSizing: 'border-box', fontFamily: theme.typography.fontFamily, fontWeight: theme.typography.fontWeightMedium, fontSize: theme.typography.pxToRem(12), minWidth: RADIUS_STANDARD * 2, lineHeight: 1, padding: '0 6px', height: RADIUS_STANDARD * 2, borderRadius: RADIUS_STANDARD, zIndex: 1, // Render the badge on top of potential ripples. transition: theme.transitions.create('transform', { easing: theme.transitions.easing.easeInOut, duration: theme.transitions.duration.enteringScreen }) }, /* Styles applied to the root element if `color="primary"`. */ colorPrimary: { backgroundColor: theme.palette.primary.main, color: theme.palette.primary.contrastText }, /* Styles applied to the root element if `color="secondary"`. */ colorSecondary: { backgroundColor: theme.palette.secondary.main, color: theme.palette.secondary.contrastText }, /* Styles applied to the root element if `color="error"`. */ colorError: { backgroundColor: theme.palette.error.main, color: theme.palette.error.contrastText }, /* Styles applied to the root element if `variant="dot"`. */ dot: { borderRadius: RADIUS_DOT, height: RADIUS_DOT * 2, minWidth: RADIUS_DOT * 2, padding: 0 }, /* Styles applied to the root element if `anchorOrigin={{ 'top', 'right' }} overlap="rectangle"`. */ anchorOriginTopRightRectangle: { top: 0, right: 0, transform: 'scale(1) translate(50%, -50%)', transformOrigin: '100% 0%', '&$invisible': { transform: 'scale(0) translate(50%, -50%)' } }, /* Styles applied to the root element if `anchorOrigin={{ 'bottom', 'right' }} overlap="rectangle"`. */ anchorOriginBottomRightRectangle: { bottom: 0, right: 0, transform: 'scale(1) translate(50%, 50%)', transformOrigin: '100% 100%', '&$invisible': { transform: 'scale(0) translate(50%, 50%)' } }, /* Styles applied to the root element if `anchorOrigin={{ 'top', 'left' }} overlap="rectangle"`. */ anchorOriginTopLeftRectangle: { top: 0, left: 0, transform: 'scale(1) translate(-50%, -50%)', transformOrigin: '0% 0%', '&$invisible': { transform: 'scale(0) translate(-50%, -50%)' } }, /* Styles applied to the root element if `anchorOrigin={{ 'bottom', 'left' }} overlap="rectangle"`. */ anchorOriginBottomLeftRectangle: { bottom: 0, left: 0, transform: 'scale(1) translate(-50%, 50%)', transformOrigin: '0% 100%', '&$invisible': { transform: 'scale(0) translate(-50%, 50%)' } }, /* Styles applied to the root element if `anchorOrigin={{ 'top', 'right' }} overlap="circle"`. */ anchorOriginTopRightCircle: { top: '14%', right: '14%', transform: 'scale(1) translate(50%, -50%)', transformOrigin: '100% 0%', '&$invisible': { transform: 'scale(0) translate(50%, -50%)' } }, /* Styles applied to the root element if `anchorOrigin={{ 'bottom', 'right' }} overlap="circle"`. */ anchorOriginBottomRightCircle: { bottom: '14%', right: '14%', transform: 'scale(1) translate(50%, 50%)', transformOrigin: '100% 100%', '&$invisible': { transform: 'scale(0) translate(50%, 50%)' } }, /* Styles applied to the root element if `anchorOrigin={{ 'top', 'left' }} overlap="circle"`. */ anchorOriginTopLeftCircle: { top: '14%', left: '14%', transform: 'scale(1) translate(-50%, -50%)', transformOrigin: '0% 0%', '&$invisible': { transform: 'scale(0) translate(-50%, -50%)' } }, /* Styles applied to the root element if `anchorOrigin={{ 'bottom', 'left' }} overlap="circle"`. */ anchorOriginBottomLeftCircle: { bottom: '14%', left: '14%', transform: 'scale(1) translate(-50%, 50%)', transformOrigin: '0% 100%', '&$invisible': { transform: 'scale(0) translate(-50%, 50%)' } }, /* Pseudo-class to the badge `span` element if `invisible={true}`. */ invisible: { transition: theme.transitions.create('transform', { easing: theme.transitions.easing.easeInOut, duration: theme.transitions.duration.leavingScreen }) } }; }; var Badge = /*#__PURE__*/react.forwardRef(function Badge(props, ref) { var _props$anchorOrigin = props.anchorOrigin, anchorOrigin = _props$anchorOrigin === void 0 ? { vertical: 'top', horizontal: 'right' } : _props$anchorOrigin, badgeContent = props.badgeContent, children = props.children, classes = props.classes, className = props.className, _props$color = props.color, color = _props$color === void 0 ? 'default' : _props$color, _props$component = props.component, ComponentProp = _props$component === void 0 ? 'span' : _props$component, invisibleProp = props.invisible, _props$max = props.max, max = _props$max === void 0 ? 99 : _props$max, _props$overlap = props.overlap, overlap = _props$overlap === void 0 ? 'rectangle' : _props$overlap, _props$showZero = props.showZero, showZero = _props$showZero === void 0 ? false : _props$showZero, _props$variant = props.variant, variant = _props$variant === void 0 ? 'standard' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["anchorOrigin", "badgeContent", "children", "classes", "className", "color", "component", "invisible", "max", "overlap", "showZero", "variant"]); var invisible = invisibleProp; if (invisibleProp == null && (badgeContent === 0 && !showZero || badgeContent == null && variant !== 'dot')) { invisible = true; } var displayValue = ''; if (variant !== 'dot') { displayValue = badgeContent > max ? "".concat(max, "+") : badgeContent; } return /*#__PURE__*/react.createElement(ComponentProp, (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className), ref: ref }, other), children, /*#__PURE__*/react.createElement("span", { className: (0,clsx_m/* default */.Z)(classes.badge, classes["".concat(anchorOrigin.horizontal).concat((0,utils_capitalize/* default */.Z)(anchorOrigin.vertical), "}")], classes["anchorOrigin".concat((0,utils_capitalize/* default */.Z)(anchorOrigin.vertical)).concat((0,utils_capitalize/* default */.Z)(anchorOrigin.horizontal)).concat((0,utils_capitalize/* default */.Z)(overlap))], color !== 'default' && classes["color".concat((0,utils_capitalize/* default */.Z)(color))], invisible && classes.invisible, variant === 'dot' && classes.dot) }, displayValue)); }); false ? 0 : void 0; /* harmony default export */ var Badge_Badge = ((0,withStyles/* default */.Z)(Badge_styles, { name: 'MuiBadge' })(Badge)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Bar/EventsButton/EventsButton.js function EventsButton_slicedToArray(arr, i) { return EventsButton_arrayWithHoles(arr) || EventsButton_iterableToArrayLimit(arr, i) || EventsButton_unsupportedIterableToArray(arr, i) || EventsButton_nonIterableRest(); } function EventsButton_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 EventsButton_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return EventsButton_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 EventsButton_arrayLikeToArray(o, minLen); } function EventsButton_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 EventsButton_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function EventsButton_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function EventsButton() { var _useState = (0,react.useState)([]), _useState2 = EventsButton_slicedToArray(_useState, 2), messages = _useState2[0], setMessages = _useState2[1]; var _useState3 = (0,react.useState)(false), _useState4 = EventsButton_slicedToArray(_useState3, 2), hasRead = _useState4[0], setHasRead = _useState4[1]; var _useState5 = (0,react.useState)(null), _useState6 = EventsButton_slicedToArray(_useState5, 2), popperOpened = _useState6[0], setPopperOpened = _useState6[1]; var history = useHistory(); var msgEvent = function msgEvent(event) { if (!event.isTrusted || typeof event.data === "undefined" || typeof event.data.eventType === "undefined" || event.data.eventType !== "buttonizer") return; if (event.data.messageType === "warning") { setMessages(event.data.message); setHasRead(false); } }; (0,react.useEffect)(function () { window.addEventListener("message", msgEvent, false); return function () { window.removeEventListener("message", msgEvent); }; }, []); return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("event_tracker.title") }, /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { color: "primary", onClick: function onClick(e) { setHasRead(true); setPopperOpened(e.target); }, "data-testid": "events-button" }, /*#__PURE__*/react.createElement(Badge_Badge, { badgeContent: messages.length, color: "secondary", invisible: hasRead || messages.length === 0 }, /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "far fa-lightbulb", style: { fontSize: 18 } })))), /*#__PURE__*/react.createElement(Popover_Popover, { open: popperOpened !== null, anchorEl: popperOpened, onClose: function onClose() { return setPopperOpened(null); }, className: "event-tracker-window", "data-testid": "events-window" }, /*#__PURE__*/react.createElement("div", { className: "event-tracker-title" }, /*#__PURE__*/react.createElement(Typography/* default */.Z, { color: "primary" }, /*#__PURE__*/react.createElement("i", { className: "fas fa-info" }), " ", translate_translate("event_tracker.window_title"))), /*#__PURE__*/react.createElement(List_List, { className: "events" }, messages.length === 0 && /*#__PURE__*/react.createElement(ListItem_ListItem, null, /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: "No button events" })), messages.map(function (obj, key) { // Go to specific setting var goToSetting = function goToSetting() { var specificPage = obj.type === "time_schedule" || obj.type === "page_rule" ? "/advanced" : ""; if (obj.button_type === "group") { history.push("/group/".concat(obj.id).concat(specificPage)); } else { history.push("/group/".concat(obj.group_id, "/button/").concat(obj.id).concat(specificPage)); } setPopperOpened(null); }; return /*#__PURE__*/react.createElement(ListItem_ListItem, { className: "sdf", key: key, button: true, onClick: goToSetting }, /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: obj.name, secondary: /*#__PURE__*/react.createElement("span", { dangerouslySetInnerHTML: { __html: obj.message } }) })); })))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Bar/SitePlanBar/style.module.scss // extracted by mini-css-extract-plugin /* harmony default export */ var SitePlanBar_style_module = ({"container":"_3IiDTj9yT54_5EVXZxQVQ0","planName":"sld7gmYzy-cCCYyFPUZDW","planBar":"_1lM1OL3YQFDHhkRHkTWlio","planBarContainer":"_1n7HTkvGZu0_peo52cpEM1","planBarState":"_114ynh6xCaebtvEn3gDuXY","planBarReachedLimit":"_2dbMv32PvM9zMWdIgaCoPt","usage":"_2o0ChNDY315Jhyr7AH3vW_","questionmark":"_2Z3ODSON9J3gfEHC45rTZN","inlineSubscriptionButton":"_1LQGHNXxKU3U_sgK0NtUeZ","styledPopover":"_1WKfXWWJD9bt4AoaOd8t22","title":"_3CLquMCcJL7GlooAr1vT-","buttons":"_29gxAchzjypjzBExgNnGYy","closeButton":"_3VU2qn-TK6zUgDnF8N_8sl","overlay":"_3noU5Bm0Z0gbjf6CqnyVP-","shown":"_3kIc4LkUJnsKJH9gpkTXtk"}); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Bar/SitePlanBar/SitePlanBar.js function SitePlanBar_slicedToArray(arr, i) { return SitePlanBar_arrayWithHoles(arr) || SitePlanBar_iterableToArrayLimit(arr, i) || SitePlanBar_unsupportedIterableToArray(arr, i) || SitePlanBar_nonIterableRest(); } function SitePlanBar_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 SitePlanBar_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return SitePlanBar_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 SitePlanBar_arrayLikeToArray(o, minLen); } function SitePlanBar_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 SitePlanBar_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function SitePlanBar_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function daysUntilFirstOfMonth() { var dateToday = new Date(); var lastDayOfMonth = new Date(dateToday.getFullYear(), dateToday.getMonth() + 1, 0).getDate(); var daysUntilEndOfMonth = lastDayOfMonth - dateToday.getDate(); return daysUntilEndOfMonth; } function SitePlanBar() { var _useState = (0,react.useState)(null), _useState2 = SitePlanBar_slicedToArray(_useState, 2), popperOpened = _useState2[0], setPopperOpened = _useState2[1]; var _useState3 = (0,react.useState)(false), _useState4 = SitePlanBar_slicedToArray(_useState3, 2), reachedPlanLimit = _useState4[0], setReachedPlanLimit = _useState4[1]; var containerRef = (0,react.useRef)(); var subscriptionUrl = useSelector(function (_ref) { var misc = _ref.misc; return misc.subscriptionUrl; }); var visitCounter = useSelector(function (_ref2) { var misc = _ref2.misc; return misc.visitCounter; }); var planVisitLimit = useSelector(function (_ref3) { var misc = _ref3.misc; return misc.planVisitLimit; }); var hitLimit = visitCounter >= planVisitLimit; var usagePercentage = visitCounter / planVisitLimit * 100; (0,react.useEffect)(function () { if (hitLimit && !reachedPlanLimit) { setReachedPlanLimit(true); setPopperOpened(containerRef.current); } }); return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("div", { className: SitePlanBar_style_module.container, onClick: function onClick() { return setPopperOpened(containerRef.current); } }, /*#__PURE__*/react.createElement("div", { className: SitePlanBar_style_module.planName }, app.hasPremium() ? "Pro plan" : "Free plan"), /*#__PURE__*/react.createElement("div", { className: SitePlanBar_style_module.planBar }, /*#__PURE__*/react.createElement("div", { className: SitePlanBar_style_module.planBarContainer }, /*#__PURE__*/react.createElement("div", { className: (0,clsx_m/* default */.Z)(SitePlanBar_style_module.planBarState, hitLimit && SitePlanBar_style_module.planBarReachedLimit), style: { width: "".concat(usagePercentage <= 100 ? usagePercentage : 100, "%") } }))), !hitLimit && /*#__PURE__*/react.createElement("div", { className: SitePlanBar_style_module.usage, ref: containerRef }, visitCounter, "/", planVisitLimit, " views this month", " ", /*#__PURE__*/react.createElement("i", { className: (0,clsx_m/* default */.Z)("fas fa-question-circle", SitePlanBar_style_module.questionmark) })), hitLimit && /*#__PURE__*/react.createElement("div", { className: SitePlanBar_style_module.usage, ref: containerRef }, "Reached plan limit", /*#__PURE__*/react.createElement(esm_Button_Button, { variant: "contained", color: "secondary", href: subscriptionUrl, className: SitePlanBar_style_module.inlineSubscriptionButton }, "Upgrade now"))), /*#__PURE__*/react.createElement("div", { className: (0,clsx_m/* default */.Z)(SitePlanBar_style_module.overlay, popperOpened !== null && hitLimit && SitePlanBar_style_module.shown) }), /*#__PURE__*/react.createElement(Popover_Popover, { open: popperOpened !== null, anchorEl: popperOpened, onClose: function onClose() { return setPopperOpened(null); }, className: SitePlanBar_style_module.styledPopover, anchorOrigin: { vertical: "top", horizontal: "right" }, transformOrigin: { vertical: "bottom", horizontal: "right" } }, hitLimit && /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("b", { className: SitePlanBar_style_module.title }, "Buttonizer is paused!"), /*#__PURE__*/react.createElement("p", null, "You've reached the pageview limitof this plan. Buttonizer is now hidden on your site."), /*#__PURE__*/react.createElement("p", null, "Upgrade using the button below to get Buttonizer visible again.")), !hitLimit && /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("p", null, "Monthly usage resets every first day of the month."), /*#__PURE__*/react.createElement("p", null, /*#__PURE__*/react.createElement("b", null, "Next monthly usage reset is in ", daysUntilFirstOfMonth(), " days."))), /*#__PURE__*/react.createElement("div", { className: SitePlanBar_style_module.buttons }, /*#__PURE__*/react.createElement(esm_Button_Button, { variant: "contained", color: "secondary", href: subscriptionUrl }, "Upgrade now"), /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return setPopperOpened(null); }, className: SitePlanBar_style_module.closeButton }, "Close")))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Utils/messageApp.js var windowOrigin = document.referrer; function messageApp(messageType) { var message = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; window.parent.postMessage({ eventType: "buttonizer", messageType: messageType, message: message }, windowOrigin); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Bar/Bar.js function Bar(_ref) { var _ref$loading = _ref.loading, loading = _ref$loading === void 0 ? false : _ref$loading, isLoadingSite = _ref.isLoadingSite; var ref = (0,react.useRef)(); var scrollableNodeRef = (0,react.useRef)(); var timer = setTimeout(function () {}); var history = useHistory(); var returnUrl = useSelector(function (_ref2) { var misc = _ref2.misc; return misc.returnUrl; }); (0,react.useEffect)(function () { ref.current.recalculate(); }, []); var handleScroll = function handleScroll(e) { if (history.location.pathname !== "/") return; clearTimeout(timer); var scroll = e.target.scrollTop; timer = setTimeout(function () { setCookie("buttonizer_bar_state_scroll", scroll); }, 250); }; var returnPath = buttonizer_admin.admin_base ? buttonizer_admin.admin_base : returnUrl; var isMenu = false; return /*#__PURE__*/react.createElement("div", { className: (0,clsx_m/* default */.Z)("buttonizer-bar", !loading && "ready") }, /*#__PURE__*/react.createElement("div", { className: "router-window" }, /*#__PURE__*/react.createElement(SavingDialog_SavingDialog, null), /*#__PURE__*/react.createElement(simplebar_react_esm, { ref: ref, scrollableNodeProps: { ref: scrollableNodeRef, onScroll: function onScroll(e) { return handleScroll(e); } }, style: { maxHeight: "100%" } }, /*#__PURE__*/react.createElement("div", { className: "router" }, !loading && /*#__PURE__*/react.createElement(Router_Router, { scrollBar: scrollableNodeRef, isLoading: isLoadingSite })))), !!window.buttonizer_admin.is_stand_alone && /*#__PURE__*/react.createElement(SitePlanBar, null), /*#__PURE__*/react.createElement("div", { className: (0,clsx_m/* default */.Z)("bar-footer", !!window.buttonizer_admin.is_stand_alone && "is-standalone") }, /*#__PURE__*/react.createElement("div", { className: "bar-footer-container" }, /*#__PURE__*/react.createElement("div", { className: "footer-button-group-start" }, /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("bar.menu.back_to_dashboard") }, /*#__PURE__*/react.createElement(esm_Button_Button, { className: "go-back-button", color: "primary", href: window.app.isTop && returnPath, onClick: function onClick() { if (!window.app.isTop) { messageApp("close_editor"); } } }, /*#__PURE__*/react.createElement("i", { className: "fas fa-arrow-left" })))), /*#__PURE__*/react.createElement("div", { className: "footer-button-group-start" }, /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("welcome.open_menu") }, /*#__PURE__*/react.createElement(esm_Button_Button, { className: "settings-button", onClick: function onClick() { return openDrawer(drawers.MENU); }, "aria-label": isMenu ? translate_translate("utils.back_to_overview") : translate_translate("utils.open_menu"), color: "primary" }, /*#__PURE__*/react.createElement("i", { className: "fas fa-cog" })))), /*#__PURE__*/react.createElement("div", { className: "footer-button-group device-preview" }, /*#__PURE__*/react.createElement(DevicePreview, null)), /*#__PURE__*/react.createElement("div", { className: "footer-button-group save-group" }, !window.buttonizer_admin.is_stand_alone && /*#__PURE__*/react.createElement(EventsButton, null), /*#__PURE__*/react.createElement(RevertButton_RevertButton, null), /*#__PURE__*/react.createElement(PublishButton_PublishButton, null))))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Loader/Loader.js function Loader(_ref) { var _ref$show = _ref.show, show = _ref$show === void 0 ? false : _ref$show, _ref$loadingString = _ref.loadingString, loadingString = _ref$loadingString === void 0 ? null : _ref$loadingString, _ref$slowWebsite = _ref.slowWebsite, slowWebsite = _ref$slowWebsite === void 0 ? false : _ref$slowWebsite; if (!show) return null; return /*#__PURE__*/react.createElement("div", { className: (0,clsx_m/* default */.Z)("buttonizer-loading", loadingString === "loading.website" && "site-loading"), "data-testid": "loader" }, /*#__PURE__*/react.createElement("div", { className: "middle" }, /*#__PURE__*/react.createElement("svg", { width: "165", height: "165", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 100 100", preserveAspectRatio: "xMidYMid", className: "lds-rolling" }, /*#__PURE__*/react.createElement("circle", { cx: "50", cy: "50", fill: "none", stroke: "#2f788a", strokeWidth: "7", r: "35", strokeDasharray: "164.93361431346415 56.97787143782138", transform: "rotate(300 50 50)" })), /*#__PURE__*/react.createElement("img", { src: buttonizer_admin.assets + "/images/buttonizer-loading.png", alt: "Buttonizer" }), /*#__PURE__*/react.createElement("div", { className: "loader-text" }, translate_translate(loadingString), /*#__PURE__*/react.createElement("br", null), /*#__PURE__*/react.createElement("br", null), slowWebsite && /*#__PURE__*/react.createElement("div", { className: "slow-website" }, /*#__PURE__*/react.createElement("small", null, translate_translate("loading.website_slow")), /*#__PURE__*/react.createElement("a", { href: "#", onClick: function onClick(e) { e.preventDefault(); slowWebsite = false; }, "data-testid": "loader-skip-button" }, translate_translate("loading.website_skip")))))); } /* harmony default export */ var Loader_Loader = (Loader); ;// CONCATENATED MODULE: ./src/js/dashboard/store/actions/dataActions/helpers.js function dataActions_helpers_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = dataActions_helpers_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 dataActions_helpers_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; } function dataActions_helpers_asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } } function dataActions_helpers_asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { dataActions_helpers_asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { dataActions_helpers_asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; } var getData = function getData() { return /*#__PURE__*/function () { var _ref = dataActions_helpers_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(dispatch) { return regeneratorRuntime.wrap(function _callee$(_context) { while (1) { switch (_context.prev = _context.next) { case 0: dispatch({ type: buttonizer_constants_actionTypes.GET_DATA_BEGIN }); try { apiRequest(buttonizer_admin.is_stand_alone ? "" : "/dashboard?nonce=".concat(buttonizer_admin.nonce), { method: "GET" }).then(function (_ref2) { var data = _ref2.data, request = dataActions_helpers_objectWithoutProperties(_ref2, ["data"]); if (data.status !== "success") { dispatch({ type: buttonizer_constants_actionTypes.GET_DATA_FAILURE, payload: { data: data, error: request } }); return; } dispatch({ type: buttonizer_constants_actionTypes.INIT, payload: convertData(data) }); return; })["catch"](function (error) { dispatch({ type: buttonizer_constants_actionTypes.GET_DATA_FAILURE, payload: { error: error } }); })["finally"](function () { dispatch({ type: buttonizer_constants_actionTypes.GET_DATA_END }); }); } catch (error) { dispatch({ type: buttonizer_constants_actionTypes.GET_DATA_FAILURE, payload: { error: error } }); } case 2: case "end": return _context.stop(); } } }, _callee); })); return function (_x) { return _ref.apply(this, arguments); }; }(); }; ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/Drawer/Drawer.js var Drawer_styles = function styles(theme) { return { /* Styles applied to the root element. */ root: {}, /* Styles applied to the root element if `variant="permanent or persistent"`. */ docked: { flex: '0 0 auto' }, /* Styles applied to the `Paper` component. */ paper: { overflowY: 'auto', display: 'flex', flexDirection: 'column', height: '100%', flex: '1 0 auto', zIndex: theme.zIndex.drawer, WebkitOverflowScrolling: 'touch', // Add iOS momentum scrolling. // temporary style position: 'fixed', top: 0, // We disable the focus ring for mouse, touch and keyboard users. // At some point, it would be better to keep it for keyboard users. // :focus-ring CSS pseudo-class will help. outline: 0 }, /* Styles applied to the `Paper` component if `anchor="left"`. */ paperAnchorLeft: { left: 0, right: 'auto' }, /* Styles applied to the `Paper` component if `anchor="right"`. */ paperAnchorRight: { left: 'auto', right: 0 }, /* Styles applied to the `Paper` component if `anchor="top"`. */ paperAnchorTop: { top: 0, left: 0, bottom: 'auto', right: 0, height: 'auto', maxHeight: '100%' }, /* Styles applied to the `Paper` component if `anchor="bottom"`. */ paperAnchorBottom: { top: 'auto', left: 0, bottom: 0, right: 0, height: 'auto', maxHeight: '100%' }, /* Styles applied to the `Paper` component if `anchor="left"` and `variant` is not "temporary". */ paperAnchorDockedLeft: { borderRight: "1px solid ".concat(theme.palette.divider) }, /* Styles applied to the `Paper` component if `anchor="top"` and `variant` is not "temporary". */ paperAnchorDockedTop: { borderBottom: "1px solid ".concat(theme.palette.divider) }, /* Styles applied to the `Paper` component if `anchor="right"` and `variant` is not "temporary". */ paperAnchorDockedRight: { borderLeft: "1px solid ".concat(theme.palette.divider) }, /* Styles applied to the `Paper` component if `anchor="bottom"` and `variant` is not "temporary". */ paperAnchorDockedBottom: { borderTop: "1px solid ".concat(theme.palette.divider) }, /* Styles applied to the `Modal` component. */ modal: {} }; }; var oppositeDirection = { left: 'right', right: 'left', top: 'down', bottom: 'up' }; function isHorizontal(anchor) { return ['left', 'right'].indexOf(anchor) !== -1; } function getAnchor(theme, anchor) { return theme.direction === 'rtl' && isHorizontal(anchor) ? oppositeDirection[anchor] : anchor; } var Drawer_defaultTransitionDuration = { enter: transitions/* duration.enteringScreen */.x9.enteringScreen, exit: transitions/* duration.leavingScreen */.x9.leavingScreen }; /** * The props of the [Modal](/api/modal/) component are available * when `variant="temporary"` is set. */ var Drawer = /*#__PURE__*/react.forwardRef(function Drawer(props, ref) { var _props$anchor = props.anchor, anchorProp = _props$anchor === void 0 ? 'left' : _props$anchor, BackdropProps = props.BackdropProps, children = props.children, classes = props.classes, className = props.className, _props$elevation = props.elevation, elevation = _props$elevation === void 0 ? 16 : _props$elevation, _props$ModalProps = props.ModalProps; _props$ModalProps = _props$ModalProps === void 0 ? {} : _props$ModalProps; var BackdropPropsProp = _props$ModalProps.BackdropProps, ModalProps = (0,objectWithoutProperties/* default */.Z)(_props$ModalProps, ["BackdropProps"]), onClose = props.onClose, _props$open = props.open, open = _props$open === void 0 ? false : _props$open, _props$PaperProps = props.PaperProps, PaperProps = _props$PaperProps === void 0 ? {} : _props$PaperProps, SlideProps = props.SlideProps, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Slide_Slide : _props$TransitionComp, _props$transitionDura = props.transitionDuration, transitionDuration = _props$transitionDura === void 0 ? Drawer_defaultTransitionDuration : _props$transitionDura, _props$variant = props.variant, variant = _props$variant === void 0 ? 'temporary' : _props$variant, other = (0,objectWithoutProperties/* default */.Z)(props, ["anchor", "BackdropProps", "children", "classes", "className", "elevation", "ModalProps", "onClose", "open", "PaperProps", "SlideProps", "TransitionComponent", "transitionDuration", "variant"]); var theme = (0,styles_useTheme/* default */.Z)(); // Let's assume that the Drawer will always be rendered on user space. // We use this state is order to skip the appear transition during the // initial mount of the component. var mounted = react.useRef(false); react.useEffect(function () { mounted.current = true; }, []); var anchor = getAnchor(theme, anchorProp); var drawer = /*#__PURE__*/react.createElement(Paper/* default */.Z, (0,esm_extends/* default */.Z)({ elevation: variant === 'temporary' ? elevation : 0, square: true }, PaperProps, { className: (0,clsx_m/* default */.Z)(classes.paper, classes["paperAnchor".concat((0,utils_capitalize/* default */.Z)(anchor))], PaperProps.className, variant !== 'temporary' && classes["paperAnchorDocked".concat((0,utils_capitalize/* default */.Z)(anchor))]) }), children); if (variant === 'permanent') { return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, classes.docked, className), ref: ref }, other), drawer); } var slidingDrawer = /*#__PURE__*/react.createElement(TransitionComponent, (0,esm_extends/* default */.Z)({ in: open, direction: oppositeDirection[anchor], timeout: transitionDuration, appear: mounted.current }, SlideProps), drawer); if (variant === 'persistent') { return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, classes.docked, className), ref: ref }, other), slidingDrawer); } // variant === temporary return /*#__PURE__*/react.createElement(Modal_Modal, (0,esm_extends/* default */.Z)({ BackdropProps: (0,esm_extends/* default */.Z)({}, BackdropProps, BackdropPropsProp, { transitionDuration: transitionDuration }), BackdropComponent: Backdrop_Backdrop, className: (0,clsx_m/* default */.Z)(classes.root, classes.modal, className), open: open, onClose: onClose, ref: ref }, other, ModalProps), slidingDrawer); }); false ? 0 : void 0; /* harmony default export */ var Drawer_Drawer = ((0,withStyles/* default */.Z)(Drawer_styles, { name: 'MuiDrawer', flip: false })(Drawer)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/MenuItem/MenuItem.js function MenuItem_MenuItem_MenuItem(_ref) { var _ref$title = _ref.title, title = _ref$title === void 0 ? "" : _ref$title, _ref$description = _ref.description, description = _ref$description === void 0 ? "" : _ref$description, _ref$href = _ref.href, href = _ref$href === void 0 ? null : _ref$href, _ref$target = _ref.target, target = _ref$target === void 0 ? "hash" : _ref$target, _ref$onClick = _ref.onClick, onClick = _ref$onClick === void 0 ? function () {} : _ref$onClick, dataTestid = _ref.dataTestid, _ref$className = _ref.className, className = _ref$className === void 0 ? null : _ref$className; var clickAction = function clickAction() { if (href && target === "hash") { document.location.hash = href; } else if (href && target === "self") { document.location.href = href; } else if (href && target === "new") { window.open(href); } else { onClick(); } }; return /*#__PURE__*/react.createElement(esm_Button_Button, { className: (0,clsx_m/* default */.Z)("buttonizer-menu-item", className), onClick: clickAction, "data-testid": dataTestid }, /*#__PURE__*/react.createElement("span", { className: "title" }, title), /*#__PURE__*/react.createElement("span", { className: "description" }, description)); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Drawers/MenuDrawer/MenuDrawer.js function MenuDrawer_slicedToArray(arr, i) { return MenuDrawer_arrayWithHoles(arr) || MenuDrawer_iterableToArrayLimit(arr, i) || MenuDrawer_unsupportedIterableToArray(arr, i) || MenuDrawer_nonIterableRest(); } function MenuDrawer_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 MenuDrawer_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return MenuDrawer_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 MenuDrawer_arrayLikeToArray(o, minLen); } function MenuDrawer_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 MenuDrawer_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function MenuDrawer_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function MenuDrawer_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } var MenuDrawer_useStyles = styles_makeStyles(function () { return MenuDrawer_defineProperty({ hideButton: { display: "none" } }, "@media screen and (max-width: 769px)", { hideButton: { position: "absolute", right: "10px", width: "40px", height: "40px", fontSize: "1.2rem", display: "inline-flex" } }); }); function MenuDrawer(_ref2) { var onClose = _ref2.onClose, open = _ref2.open, getGroupCount = _ref2.getGroupCount; var _useState = (0,react.useState)("menu_settings"), _useState2 = MenuDrawer_slicedToArray(_useState, 2), openedGroup = _useState2[0], setOpenedGroup = _useState2[1]; var openCollapsibleGroup = useSelector(function (store) { return dlv_umd_default()(store, "misc.open_collapsible_group", "menu_settings"); }); var returnUrl = useSelector(function (_ref3) { var misc = _ref3.misc; return misc.returnUrl; }); var subscriptionUrl = useSelector(function (_ref4) { var misc = _ref4.misc; return misc.subscriptionUrl; }); var returnPath = buttonizer_admin.admin_base ? buttonizer_admin.admin_base : returnUrl; var classes = MenuDrawer_useStyles(); var socialMediaButtons = [{ title: "Follow us on Twitter", url: "https://twitter.com/buttonizer", icon: "fab fa-twitter", "class": "twitter" }, { title: "Follow us on Instagram", url: "https://instagram.com/buttonizer.pro", icon: "fab fa-instagram", "class": "instagram" }, { title: "Like us on Facebook", url: "https://www.facebook.com/buttonizer", icon: "fab fa-facebook-f", "class": "facebook" }, { title: "Watch tutorials on YouTube", url: "https://www.youtube.com/channel/UC3DcnEsmVP3Z640bhYg8I_A", icon: "fab fa-youtube", "class": "youtube" }, { title: "Check out the Buttonizer Community", url: "https://community.buttonizer.pro/?referral=buttonizer-dashboard-menu-social-buttons", icon: "far fa-comments", "class": "community" }]; // Making sure the right container opens during the interface tour (0,react.useEffect)(function () { setOpenedGroup(openCollapsibleGroup ? openCollapsibleGroup : "menu_settings"); }, [openCollapsibleGroup]); return /*#__PURE__*/react.createElement(Drawer_Drawer, { open: open, onClose: onClose, id: "buttonizer-menu" }, /*#__PURE__*/react.createElement("div", { className: "menu-container" }, /*#__PURE__*/react.createElement("div", { className: "buttonizer-logo" }, /*#__PURE__*/react.createElement("img", { src: window.buttonizer_admin.assets + "/images/logo.png", alt: "Buttonizer logo" })), /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { "aria-label": "close", color: "primary", onClick: onClose, className: classes.hideButton, "data-testid": "menudrawer:close-button" }, /*#__PURE__*/react.createElement("i", { className: "fas fa-chevron-left" })), /*#__PURE__*/react.createElement(CollapsibleGroup, { title: translate_translate("common.settings"), opened: openedGroup === "menu_settings", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "menu_settings" : ""); }, bodySpacing: false, className: "menu-settings", "data-testid": "menudrawer:settings" }, /*#__PURE__*/react.createElement(MenuItem_MenuItem_MenuItem, { title: "Google Analytics", description: translate_translate("settings_window.google_analytics.description"), onClick: function onClick() { return openDrawer(drawers.SETTINGS, drawers.SETTINGS_PAGES.analytics); }, dataTestid: "menuitem:".concat(drawers.SETTINGS_PAGES.analytics) }), /*#__PURE__*/react.createElement(MenuItem_MenuItem_MenuItem, { title: translate_translate("settings_window.icon_library.title"), description: translate_translate("settings_window.icon_library.description"), onClick: function onClick() { return openDrawer(drawers.SETTINGS, drawers.SETTINGS_PAGES.iconLibrary); }, dataTestid: "menuitem:".concat(drawers.SETTINGS_PAGES.iconLibrary) }), /*#__PURE__*/react.createElement(MenuItem_MenuItem_MenuItem, { title: translate_translate("settings_window.other_settings.title"), description: translate_translate("settings_window.other_settings.description"), onClick: function onClick() { return openDrawer(drawers.SETTINGS, drawers.SETTINGS_PAGES.preferences); }, dataTestid: "menuitem:".concat(drawers.SETTINGS_PAGES.preferences) }), !window.buttonizer_admin.is_stand_alone && /*#__PURE__*/react.createElement(MenuItem_MenuItem_MenuItem, { title: translate_translate("settings_window.reset.title"), description: translate_translate("settings_window.reset.description"), onClick: function onClick() { return openDrawer(drawers.SETTINGS, drawers.SETTINGS_PAGES.reset); }, dataTestid: "menuitem:".concat(drawers.SETTINGS_PAGES.reset) }), /*#__PURE__*/react.createElement(Tippy_Tippy, { content: translate_translate("buttonizer_tour.tour_disabled"), disabled: !getGroupCount() < 1 }, /*#__PURE__*/react.createElement("div", null, /*#__PURE__*/react.createElement(DisableSetting, { condition: getGroupCount() < 1 }, /*#__PURE__*/react.createElement(MenuItem_MenuItem_MenuItem, { title: translate_translate("settings_window.buttonizer_tour.title"), description: translate_translate("settings_window.buttonizer_tour.description"), onClick: function onClick() { return openDrawer(drawers.BUTTONIZER_TOUR); }, dataTestid: "menuitem:".concat(drawers.BUTTONIZER_TOUR), className: "menu-item buttonizer-tour" }))))), /*#__PURE__*/react.createElement(CollapsibleGroup, { title: "".concat(translate_translate("page_rules.name"), " & ").concat(translate_translate("time_schedules.name")), opened: openedGroup === "pageRules", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "pageRules" : ""); }, bodySpacing: false, "data-testid": "menudrawer:rule_schedule" }, /*#__PURE__*/react.createElement(DisableSetting, { onClick: function onClick(e) { return app.showPremiumDialog(e.currentTarget, translate_translate("page_rules.pro_description")); }, condition: app.hasPremium() === false || buttonizer_admin.is_stand_alone === false, premiumTag: true }, /*#__PURE__*/react.createElement(MenuItem_MenuItem_MenuItem, { title: translate_translate("page_rules.name"), description: translate_translate("page_rules.menu_description"), dataTestid: "menuitem:".concat(drawers.PAGE_RULES), onClick: function onClick() { /* webpack-strip-block:removed */ } })), /*#__PURE__*/react.createElement(DisableSetting, { onClick: function onClick(e) { return app.showPremiumDialog(e.currentTarget, translate_translate("time_schedules.pro_description")); }, condition: app.hasPremium() === false || buttonizer_admin.is_stand_alone === false, premiumTag: true }, /*#__PURE__*/react.createElement(MenuItem_MenuItem_MenuItem, { title: translate_translate("time_schedules.name"), description: translate_translate("time_schedules.menu_description"), dataTestid: "menuitem:".concat(drawers.TIME_SCHEDULES), onClick: function onClick() { /* webpack-strip-block:removed */ } }))), /*#__PURE__*/react.createElement(CollapsibleGroup, { title: translate_translate("bar.menu.support_group"), opened: openedGroup === "menu_support", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "menu_support" : ""); }, bodySpacing: false, "data-testid": "menudrawer:support", className: "menu-support" }, /*#__PURE__*/react.createElement(MenuItem_MenuItem_MenuItem, { title: translate_translate("bar.menu.knowledgebase.title"), description: translate_translate("bar.menu.knowledgebase.description"), href: "https://community.buttonizer.pro/knowledgebase?referral=buttonizer-dashboard-menu", target: "new", dataTestid: "menuitem:knowledgebase" }), /*#__PURE__*/react.createElement(MenuItem_MenuItem_MenuItem, { title: translate_translate("bar.menu.community.title"), description: translate_translate("bar.menu.community.description"), href: "https://community.buttonizer.pro/?referral=buttonizer-dashboard-menu", target: "new", dataTestid: "menuitem:community", className: "menu-item community" }), /*#__PURE__*/react.createElement(MenuItem_MenuItem_MenuItem, { title: translate_translate("bar.menu.support.title"), description: translate_translate("bar.menu.support.description"), href: "https://community.buttonizer.pro/t/support?referral=buttonizer-dashboard-menu", target: "new", dataTestid: "menuitem:support" })), /*#__PURE__*/react.createElement(CollapsibleGroup, { title: translate_translate("bar.menu.account_group"), opened: openedGroup === "account", onSetIsOpened: function onSetIsOpened(val) { return setOpenedGroup(val ? "account" : ""); }, bodySpacing: false, "data-testid": "menudrawer:account" }, /*#__PURE__*/react.createElement(MenuItem_MenuItem_MenuItem, { title: translate_translate("bar.menu.account.title"), description: translate_translate("bar.menu.account.description"), href: buttonizer_admin.is_stand_alone ? "https://app.buttonizer.pro/account" : "".concat(buttonizer_admin.admin, "?page=Buttonizer-account"), target: "new", dataTestid: "menuitem:account" }), /*#__PURE__*/react.createElement(MenuItem_MenuItem_MenuItem, { title: translate_translate("bar.menu.upgrade.title"), description: translate_translate("bar.menu.upgrade.description"), href: buttonizer_admin.is_stand_alone ? subscriptionUrl : "".concat(buttonizer_admin.admin, "?page=Buttonizer-pricing"), newWindow: !buttonizer_admin.is_stand_alone || !window.app.isTop, target: buttonizer_admin.is_stand_alone && window.app.isTop ? "self" : "new", dataTestid: "menuitem:upgrade" }), /*#__PURE__*/react.createElement(MenuItem_MenuItem_MenuItem, { title: translate_translate("bar.menu.affiliation.title"), description: translate_translate("bar.menu.affiliation.description"), href: buttonizer_admin.is_stand_alone ? "https://app.buttonizer.pro/affiliate" : "".concat(buttonizer_admin.admin, "?page=Buttonizer-affiliation"), target: "new", dataTestid: "menuitem:affiliation" }), /*#__PURE__*/react.createElement(MenuItem_MenuItem_MenuItem, { title: "Buttonizer", description: translate_translate("bar.menu.version", { versionNumber: buttonizer_admin.version }), href: buttonizer_admin.is_stand_alone ? "https://community.buttonizer.pro/d/895" : "https://buttonizer.pro", target: "new", dataTestid: "menuitem:version" })), /*#__PURE__*/react.createElement("div", { className: "menu-drawer-bottom" }, !buttonizer_admin.is_stand_alone && /*#__PURE__*/react.createElement(esm_Button_Button, { variant: "contained", color: "secondary", style: { width: "100%" }, startIcon: /*#__PURE__*/react.createElement("i", { className: "fab fa-wordpress-simple" }), "data-testid": "menudrawer:admin", href: buttonizer_admin.admin_base }, translate_translate("bar.menu.wp_admin")), buttonizer_admin.is_stand_alone && /*#__PURE__*/react.createElement(esm_Button_Button, { variant: "contained", color: "secondary", style: { width: "100%" }, startIcon: /*#__PURE__*/react.createElement("i", { className: "fas fa-running" }), "data-testid": "menudrawer:admin", href: window.app.isTop && returnPath, onClick: function onClick() { if (!window.app.isTop) { messageApp("close_editor"); } } }, "Back to the dashboard"), /*#__PURE__*/react.createElement("div", { className: "social-media-buttons" }, /*#__PURE__*/react.createElement("b", null, translate_translate("bar.menu.follow")), /*#__PURE__*/react.createElement("div", { className: "buttons-container" }, socialMediaButtons.map(function (socialMediaButton, key) { return /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { key: key, component: Link_Link, "data-testid": "menudrawer:".concat(dlv_umd_default()(socialMediaButton, "class", "")), className: dlv_umd_default()(socialMediaButton, "class", null), onClick: function onClick() { window.open(dlv_umd_default()(socialMediaButton, "url", "")); } }, /*#__PURE__*/react.createElement("i", { className: dlv_umd_default()(socialMediaButton, "icon", "") })); })))))); } //withStyles(styles)(MenuDrawer); // EXTERNAL MODULE: ./node_modules/@material-ui/core/esm/styles/createMuiTheme.js + 19 modules var createMuiTheme = __webpack_require__(49277); // EXTERNAL MODULE: ./node_modules/@material-ui/styles/esm/useTheme/ThemeContext.js var ThemeContext = __webpack_require__(83800); // EXTERNAL MODULE: ./node_modules/@material-ui/styles/esm/ThemeProvider/nested.js var nested = __webpack_require__(17076); ;// CONCATENATED MODULE: ./node_modules/@material-ui/styles/esm/ThemeProvider/ThemeProvider.js // To support composition of theme. function mergeOuterLocalTheme(outerTheme, localTheme) { if (typeof localTheme === 'function') { var mergedTheme = localTheme(outerTheme); if (false) {} return mergedTheme; } return (0,esm_extends/* default */.Z)({}, outerTheme, localTheme); } /** * This component takes a `theme` prop. * It makes the `theme` available down the React tree thanks to React context. * This component should preferably be used at **the root of your component tree**. */ function ThemeProvider(props) { var children = props.children, localTheme = props.theme; var outerTheme = (0,useTheme/* default */.Z)(); if (false) {} var theme = react.useMemo(function () { var output = outerTheme === null ? localTheme : mergeOuterLocalTheme(outerTheme, localTheme); if (output != null) { output[nested/* default */.Z] = outerTheme !== null; } return output; }, [localTheme, outerTheme]); return /*#__PURE__*/react.createElement(ThemeContext/* default.Provider */.Z.Provider, { value: theme }, children); } false ? 0 : void 0; if (false) {} /* harmony default export */ var ThemeProvider_ThemeProvider = (ThemeProvider); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Drawers/DrawerSplitter/DrawerSplitter.js function DrawerSplitter_slicedToArray(arr, i) { return DrawerSplitter_arrayWithHoles(arr) || DrawerSplitter_iterableToArrayLimit(arr, i) || DrawerSplitter_unsupportedIterableToArray(arr, i) || DrawerSplitter_nonIterableRest(); } function DrawerSplitter_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 DrawerSplitter_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return DrawerSplitter_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 DrawerSplitter_arrayLikeToArray(o, minLen); } function DrawerSplitter_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 DrawerSplitter_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function DrawerSplitter_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function DrawerSplitter_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function DrawerSplitter_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { DrawerSplitter_ownKeys(Object(source), true).forEach(function (key) { DrawerSplitter_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { DrawerSplitter_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function DrawerSplitter_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } var createTheme = function createTheme(theme) { return (0,createMuiTheme/* default */.Z)(DrawerSplitter_objectSpread(DrawerSplitter_objectSpread({}, theme), {}, { typography: { h3: { fontSize: "35px", lineHeight: "45px", fontWeight: 500, marginBottom: "20px", display: "block", color: "#2f7789" }, subtitle2: { color: "#2F788A", fontSize: "12px", textTransform: "uppercase" }, caption: { fontSize: "14px", color: "#707070", fontFamily: "Helvetica Neue, sans-serif" }, body2: { fontSize: "14px", fontFamily: "Helvetica Neue, sans-serif", color: "#707070" } } })); }; function DrawerSplitter(_ref) { var _ref$icon = _ref.icon, icon = _ref$icon === void 0 ? /*#__PURE__*/react.createElement("i", null) : _ref$icon, _ref$title = _ref.title, title = _ref$title === void 0 ? "Unnamed" : _ref$title, _ref$quickAction = _ref.quickAction, quickAction = _ref$quickAction === void 0 ? /*#__PURE__*/react.createElement(react.Fragment, null) : _ref$quickAction, _ref$menu = _ref.menu, menu = _ref$menu === void 0 ? /*#__PURE__*/react.createElement(react.Fragment, null) : _ref$menu, children = _ref.children, _ref$rename = _ref.rename, rename = _ref$rename === void 0 ? false : _ref$rename, _ref$backButton = _ref.backButton, backButton = _ref$backButton === void 0 ? true : _ref$backButton, _ref$contentTitle = _ref.contentTitle, contentTitle = _ref$contentTitle === void 0 ? "Unnamed Content" : _ref$contentTitle; var _useState = (0,react.useState)(false), _useState2 = DrawerSplitter_slicedToArray(_useState, 2), dialogOpen = _useState2[0], openDialog = _useState2[1]; return /*#__PURE__*/react.createElement(ThemeProvider_ThemeProvider, { theme: function theme(_theme) { return createTheme(_theme); } }, /*#__PURE__*/react.createElement("div", { className: "drawer-splitter-content" }, /*#__PURE__*/react.createElement("div", { className: "menu-items" }, /*#__PURE__*/react.createElement("div", { className: "menu-header" }, icon, backButton ? /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { color: "primary", size: "small", style: { width: "40px", height: "40px", "float": "right" }, onClick: function onClick() { openDrawer(drawers.MENU, null); }, className: "menu-back" }, /*#__PURE__*/react.createElement(esm_Icon_Icon, { fontSize: "inherit", style: { overflow: "unset" }, className: "fas fa-chevron-left" })) : null, /*#__PURE__*/react.createElement("h3", null, title), /*#__PURE__*/react.createElement(SavingDialog_SavingDialog, { style: { right: "unset", left: "218px", top: "85px" } }), quickAction), /*#__PURE__*/react.createElement("div", { className: "menu-content" }, menu)), /*#__PURE__*/react.createElement("div", { className: "splitted", "data-testid": "splitted" }, /*#__PURE__*/react.createElement("div", { className: "splitted-content" }, /*#__PURE__*/react.createElement("div", { className: "drawer-content-header" }, /*#__PURE__*/react.createElement("div", { className: "title" }, contentTitle), rename && /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { "aria-label": "rename", className: "rename-button", onClick: function onClick() { return openDialog(true); }, color: "primary", "data-testid": "rename-splitter" }, /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "fas fa-i-cursor" })), backButton || /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { "aria-label": "close", className: "close-button", onClick: function onClick() { return closeDrawer(); }, color: "primary" }, /*#__PURE__*/react.createElement(esm_Icon_Icon, { className: "fas fa-times" })), /*#__PURE__*/react.createElement(FormDialog, { open: dialogOpen, title: translate_translate("utils.rename"), text: translate_translate("utils.rename_to"), defaultValue: "", "data-testid": "drawersplitter:dialog", clearOnConfirm: true, onClose: function onClose(status, newName) { openDialog(false); if (status === "confirm") { rename(newName); } } })), /*#__PURE__*/react.createElement("div", { className: "drawer-content-content" }, children))))); } ;// CONCATENATED MODULE: ./node_modules/@material-ui/core/esm/ListItemSecondaryAction/ListItemSecondaryAction.js var ListItemSecondaryAction_styles = { /* Styles applied to the root element. */ root: { position: 'absolute', right: 16, top: '50%', transform: 'translateY(-50%)' } }; /** * Must be used as the last child of ListItem to function properly. */ var ListItemSecondaryAction = /*#__PURE__*/react.forwardRef(function ListItemSecondaryAction(props, ref) { var classes = props.classes, className = props.className, other = (0,objectWithoutProperties/* default */.Z)(props, ["classes", "className"]); return /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({ className: (0,clsx_m/* default */.Z)(classes.root, className), ref: ref }, other)); }); false ? 0 : void 0; ListItemSecondaryAction.muiName = 'ListItemSecondaryAction'; /* harmony default export */ var ListItemSecondaryAction_ListItemSecondaryAction = ((0,withStyles/* default */.Z)(ListItemSecondaryAction_styles, { name: 'MuiListItemSecondaryAction' })(ListItemSecondaryAction)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Drawers/SettingsDialog/SettingsPages/Analytics.js function Analytics_slicedToArray(arr, i) { return Analytics_arrayWithHoles(arr) || Analytics_iterableToArrayLimit(arr, i) || Analytics_unsupportedIterableToArray(arr, i) || Analytics_nonIterableRest(); } function Analytics_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 Analytics_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Analytics_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 Analytics_arrayLikeToArray(o, minLen); } function Analytics_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 Analytics_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Analytics_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function Analytics(_ref) { var enabled = _ref.enabled, _ref$code = _ref.code, code = _ref$code === void 0 ? "" : _ref$code, _onChange = _ref.onChange; var _useState = (0,react.useState)(enabled), _useState2 = Analytics_slicedToArray(_useState, 2), analyticsEnable = _useState2[0], setAnalyticsEnable = _useState2[1]; var _useState3 = (0,react.useState)(code), _useState4 = Analytics_slicedToArray(_useState3, 2), analyticsCode = _useState4[0], setAnalyticsCode = _useState4[1]; return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("div", { className: "description", "data-testid": "analytics:page_description" }, translate_translate("settings_window.google_analytics.description")), /*#__PURE__*/react.createElement(List_List, { "data-testid": "analytics:page_content" }, /*#__PURE__*/react.createElement(ListItem_ListItem, { disableGutters: true, className: "with-secondary-action" }, /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: translate_translate("settings_window.google_analytics.enable"), secondary: translate_translate("settings_window.google_analytics.intro"), onClick: function onClick() { var val = !analyticsEnable; setAnalyticsEnable(val); _onChange("google_analytics_enabled", val); } }), /*#__PURE__*/react.createElement(ListItemSecondaryAction_ListItemSecondaryAction, null, /*#__PURE__*/react.createElement(esm_Switch_Switch, { edge: "end", color: "secondary", checked: analyticsEnable, inputProps: { "data-testid": "analytics:switch" }, onChange: function onChange(value) { setAnalyticsEnable(value.target.checked); _onChange("google_analytics_enabled", value.target.checked); } })))), !buttonizer_admin.is_stand_alone && /*#__PURE__*/react.createElement("div", null, /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "body1" }, "Google Analytics tracking code"), /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "body2", color: "textSecondary" }, translate_translate("settings_window.google_analytics.tracking_code_info")), /*#__PURE__*/react.createElement(Typography/* default */.Z, { variant: "body2", color: "textSecondary", style: { margin: "15px 0" } }, /*#__PURE__*/react.createElement("b", null, translate_translate("common.warning"), ":"), " ", translate_translate("settings_window.google_analytics.tracking_code_warning")), /*#__PURE__*/react.createElement(FormControl_FormControl, { variant: "outlined" }, /*#__PURE__*/react.createElement(InputLabel_InputLabel, { htmlFor: "outlined-adornment-password" }, translate_translate("settings_window.google_analytics.input")), /*#__PURE__*/react.createElement(OutlinedInput_OutlinedInput, { id: "outlined-adornment-password", placeholder: "UA-00000000-1", labelWidth: 70, inputProps: { "data-testid": "analytics:code" }, value: analyticsCode, onChange: function onChange(e) { setAnalyticsCode(e.target.value); _onChange("google_analytics", e.target.value); } }))), /*#__PURE__*/react.createElement(esm_Button_Button, { href: "https://community.buttonizer.pro/knowledgebase/17" //*Link to google analytics , size: "small", target: "_blank", color: "primary", "data-testid": "analytics:link", startIcon: /*#__PURE__*/react.createElement("i", { className: "fas fa-info-circle" }), style: { marginTop: 20 } }, translate_translate("settings_window.google_analytics.link"))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Drawers/DrawerSplitter/DrawerSplitterContentTitle/DrawerSplitterContentTitle.js function DrawerSplitterContentTitle(_ref) { var _ref$title = _ref.title, title = _ref$title === void 0 ? "" : _ref$title, _ref$top = _ref.top, top = _ref$top === void 0 ? false : _ref$top; return /*#__PURE__*/react.createElement("div", { className: (0,clsx_m/* default */.Z)("drawer-splitter-content-title", top && "top") }, title); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Drawers/SettingsDialog/SettingsPages/Reset.js function Reset_slicedToArray(arr, i) { return Reset_arrayWithHoles(arr) || Reset_iterableToArrayLimit(arr, i) || Reset_unsupportedIterableToArray(arr, i) || Reset_nonIterableRest(); } function Reset_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 Reset_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Reset_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 Reset_arrayLikeToArray(o, minLen); } function Reset_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 Reset_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Reset_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function Reset(_ref) { var onClick = _ref.onClick; var _useState = (0,react.useState)(""), _useState2 = Reset_slicedToArray(_useState, 2), startRotate = _useState2[0], setStartRotate = _useState2[1]; var _useState3 = (0,react.useState)(false), _useState4 = Reset_slicedToArray(_useState3, 2), dialogOpened = _useState4[0], setDialogOpened = _useState4[1]; // Handle close button var handleClose = function handleClose(why) { setDialogOpened(false); if (why === "close") { setStartRotate(" spin"); onClick(); } }; return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("div", { className: "description" }, translate_translate("settings_window.reset.description"), ".", " ", translate_translate("settings_window.reset.info")), /*#__PURE__*/react.createElement("div", { className: "explaination" }, /*#__PURE__*/react.createElement(DrawerSplitterContentTitle, { title: translate_translate("settings_window.reset.what_will_happen.title") }), /*#__PURE__*/react.createElement("p", null, translate_translate("settings_window.reset.what_will_happen.info"))), /*#__PURE__*/react.createElement("div", { className: "explaination" }, /*#__PURE__*/react.createElement(DrawerSplitterContentTitle, { title: translate_translate("settings_window.reset.why.title") }), /*#__PURE__*/react.createElement("p", null, translate_translate("settings_window.reset.why.info"))), /*#__PURE__*/react.createElement("div", { className: "explaination" }, /*#__PURE__*/react.createElement(DrawerSplitterContentTitle, { title: translate_translate("settings_window.reset.license.title") }), /*#__PURE__*/react.createElement("p", null, translate_translate("settings_window.reset.license.info")), /*#__PURE__*/react.createElement("ul", null, /*#__PURE__*/react.createElement("li", null, translate_translate("settings_window.reset.license.list.buttons")), /*#__PURE__*/react.createElement("li", null, translate_translate("settings_window.reset.license.list.groups")), /*#__PURE__*/react.createElement("li", null, translate_translate("settings_window.reset.license.list.time_schedules")), /*#__PURE__*/react.createElement("li", null, translate_translate("settings_window.reset.license.list.page_rules")), /*#__PURE__*/react.createElement("li", null, translate_translate("settings_window.reset.license.list.settings")), /*#__PURE__*/react.createElement("li", null, translate_translate("settings_window.reset.license.list.published")))), /*#__PURE__*/react.createElement("div", { className: "explaination" }, /*#__PURE__*/react.createElement(DrawerSplitterContentTitle, { title: translate_translate("settings_window.reset.default_settings.title") }), /*#__PURE__*/react.createElement("p", null, translate_translate("settings_window.reset.default_settings.info"))), /*#__PURE__*/react.createElement("div", { className: "explaination" }, /*#__PURE__*/react.createElement(DrawerSplitterContentTitle, { title: translate_translate("settings_window.reset.ready.title") }), /*#__PURE__*/react.createElement("p", null, translate_translate("settings_window.reset.ready.info")), /*#__PURE__*/react.createElement(esm_Button_Button, { variant: "contained", color: "secondary", className: "button-warning", disabled: startRotate === " spin", "data-testid": "reset:open_dialog", startIcon: /*#__PURE__*/react.createElement("i", { className: "fas fa-undo" + startRotate }), onClick: function onClick() { setDialogOpened(true); } }, "Reset"), /*#__PURE__*/react.createElement(ConfirmDialog, { open: dialogOpened, testId: "confirm_dialog", title: translate_translate("settings_window.reset.title"), buttons: [{ value: "cancel", text: translate_translate("modal.changed_my_mind") + "!" }, { value: "close", text: translate_translate("modal.sure") }], onClose: handleClose }, /*#__PURE__*/react.createElement("div", { style: { textAlign: "center", width: "396px", height: "198px" } }, /*#__PURE__*/react.createElement("img", { src: "https://s3.eu-central-1.amazonaws.com/community.buttonizer.pro/2020-03-09/1583762731-720518-are-you-sure.gif", alt: "AreYouSure" }))))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/PermissionComponent/PermissionComponent.js function PermissionComponent_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function PermissionComponent_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { PermissionComponent_ownKeys(Object(source), true).forEach(function (key) { PermissionComponent_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { PermissionComponent_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function PermissionComponent_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function PermissionComponent_extends() { PermissionComponent_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return PermissionComponent_extends.apply(this, arguments); } function PermissionComponent_slicedToArray(arr, i) { return PermissionComponent_arrayWithHoles(arr) || PermissionComponent_iterableToArrayLimit(arr, i) || PermissionComponent_unsupportedIterableToArray(arr, i) || PermissionComponent_nonIterableRest(); } function PermissionComponent_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 PermissionComponent_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return PermissionComponent_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 PermissionComponent_arrayLikeToArray(o, minLen); } function PermissionComponent_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 PermissionComponent_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function PermissionComponent_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } /* global store */ // Values to options function PermissionComponent_valuesToOptions(values, options) { var returnValues = []; if (!values) values = []; // Check for the similar values options.forEach(function (obj) { if (values.indexOf(obj.id) !== -1 || obj.id === "administrator") { returnValues.push(obj); } }); return returnValues; } function PermissionComponent(_ref) { var getData = _ref.getData, value = _ref.value, onChange = _ref.onChange, rolesLoaded = _ref.rolesLoaded, rolesLoading = _ref.rolesLoading; var _useState = (0,react.useState)(false), _useState2 = PermissionComponent_slicedToArray(_useState, 2), loading = _useState2[0], setLoading = _useState2[1]; var _useState3 = (0,react.useState)([]), _useState4 = PermissionComponent_slicedToArray(_useState3, 2), selectedRoles = _useState4[0], setSelectedRoles = _useState4[1]; var _useState5 = (0,react.useState)(false), _useState6 = PermissionComponent_slicedToArray(_useState5, 2), autoCompleteOpened = _useState6[0], setAutoCompleteOpened = _useState6[1]; // Load roles when not loaded yet if (!loading && !store.getState().wp.loaded["roles"] && !store.getState().wp.loading["roles"]) { setLoading(true); getData("roles"); } // Only update values when actually changed (0,react.useEffect)(function () { if (rolesLoaded) { setLoading(false); setSelectedRoles(PermissionComponent_valuesToOptions(value, store.getState().wp.data["roles"])); } }, [rolesLoaded, rolesLoading]); // Remove administrator and update var updateAutocompleteData = function updateAutocompleteData(_value) { var values = []; _value.forEach(function (obj) { if (obj.id !== "administrator") { values.push(obj.id); } }); onChange(values); }; return /*#__PURE__*/react.createElement(ListItem_ListItem, { disableGutters: true, className: "with-permissions" }, /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: translate_translate("settings_window.other_settings.additional_roles.title"), secondary: translate_translate("settings_window.other_settings.additional_roles.info") }), /*#__PURE__*/react.createElement(KnowledgeBaseLink, { articleId: 507, setting: translate_translate("settings_window.other_settings.additional_roles.title") }), /*#__PURE__*/react.createElement(Autocomplete/* default */.ZP, { multiple: true, size: "small", disableCloseOnSelect: true, disableClearable: true, "data-testid": "pagerule:additional-roles-input", options: loading ? [] : store.getState().wp.data["roles"].filter(function (obj) { return obj.id !== "guest"; }), loadingText: translate_translate("loading.loading"), filterSelectedOptions: true, getOptionLabel: function getOptionLabel(option) { return option.name; }, value: selectedRoles, style: { marginTop: 20 }, onOpen: function onOpen() { return setAutoCompleteOpened(true); }, onClose: function onClose() { setAutoCompleteOpened(false); updateAutocompleteData(selectedRoles); }, loading: loading, onChange: function onChange(e, value) { setSelectedRoles(value); if (!autoCompleteOpened) { updateAutocompleteData(value); } }, renderTags: function renderTags(tagValue, getTagProps) { return tagValue.map(function (option, index) { return /*#__PURE__*/react.createElement(Chip/* default */.Z, PermissionComponent_extends({ label: option.name }, getTagProps({ index: index }), { disabled: option.id === "administrator" })); }); }, noOptionsText: translate_translate("utils.search_not_found"), renderInput: function renderInput(params) { return /*#__PURE__*/react.createElement(esm_TextField_TextField, PermissionComponent_extends({}, params, { variant: "outlined", label: translate_translate("settings_window.other_settings.additional_roles.roles"), placeholder: translate_translate("page_rules.select_items"), disabled: loading, InputProps: PermissionComponent_objectSpread(PermissionComponent_objectSpread({}, params.InputProps), {}, { "data-testid": "pagerule:autocomplete-input", endAdornment: /*#__PURE__*/react.createElement(react.Fragment, null, loading ? /*#__PURE__*/react.createElement(CircularProgress_CircularProgress, { color: "primary", size: 20 }) : null, params.InputProps.endAdornment) }) })); } })); } /* harmony default export */ var PermissionComponent_PermissionComponent = (connect(function (store) { return { rolesLoaded: store.wp.loaded.roles, rolesLoading: store.wp.loading.roles }; }, function (dispatch) { return { getData: function getData() { return helpers_getData.apply(void 0, arguments)(dispatch); } }; })(PermissionComponent)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Drawers/SettingsDialog/SettingsPages/Preferences.js function Preferences_slicedToArray(arr, i) { return Preferences_arrayWithHoles(arr) || Preferences_iterableToArrayLimit(arr, i) || Preferences_unsupportedIterableToArray(arr, i) || Preferences_nonIterableRest(); } function Preferences_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 Preferences_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Preferences_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 Preferences_arrayLikeToArray(o, minLen); } function Preferences_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 Preferences_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function Preferences_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function Preferences(_ref) { var _ref$adminBar = _ref.adminBar, adminBar = _ref$adminBar === void 0 ? false : _ref$adminBar, _onChange = _ref.onChange, _ref$toolTips = _ref.toolTips, toolTips = _ref$toolTips === void 0 ? false : _ref$toolTips, _ref$tips = _ref.tips, tips = _ref$tips === void 0 ? false : _ref$tips, _ref$subDomains = _ref.subDomains, subDomains = _ref$subDomains === void 0 ? false : _ref$subDomains, _ref$noAjax = _ref.noAjax, noAjax = _ref$noAjax === void 0 ? false : _ref$noAjax, _ref$canSendErrors = _ref.canSendErrors, canSendErrors = _ref$canSendErrors === void 0 ? false : _ref$canSendErrors, _ref$noLimit = _ref.noLimit, noLimit = _ref$noLimit === void 0 ? false : _ref$noLimit, _ref$additionalPermis = _ref.additionalPermissions, additionalPermissions = _ref$additionalPermis === void 0 ? [] : _ref$additionalPermis; var _useState = (0,react.useState)(adminBar), _useState2 = Preferences_slicedToArray(_useState, 2), adminBarTop = _useState2[0], setAdminBarTop = _useState2[1]; var _useState3 = (0,react.useState)(toolTips), _useState4 = Preferences_slicedToArray(_useState3, 2), adminTooltips = _useState4[0], setTooltips = _useState4[1]; var _useState5 = (0,react.useState)(tips), _useState6 = Preferences_slicedToArray(_useState5, 2), adminTips = _useState6[0], setTips = _useState6[1]; var _useState7 = (0,react.useState)(subDomains), _useState8 = Preferences_slicedToArray(_useState7, 2), adminSubdomain = _useState8[0], setSubdomain = _useState8[1]; var _useState9 = (0,react.useState)(noAjax), _useState10 = Preferences_slicedToArray(_useState9, 2), frontendNoAjax = _useState10[0], setFrontendNoAjax = _useState10[1]; var _useState11 = (0,react.useState)(canSendErrors), _useState12 = Preferences_slicedToArray(_useState11, 2), sendErrors = _useState12[0], setSendErrors = _useState12[1]; var _useState13 = (0,react.useState)(noLimit), _useState14 = Preferences_slicedToArray(_useState13, 2), disableLimit = _useState14[0], setDisableLimit = _useState14[1]; var _useState15 = (0,react.useState)(false), _useState16 = Preferences_slicedToArray(_useState15, 2), resettingOptin = _useState16[0], setResettingOptin = _useState16[1]; (0,react.useEffect)(function () { setAdminBarTop(adminBar); setTooltips(toolTips); setTips(tips); setSubdomain(subDomains); setFrontendNoAjax(noAjax); setSendErrors(canSendErrors); }, [adminBar, toolTips, tips, subDomains, noAjax, canSendErrors]); return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("div", { className: "description" }, translate_translate("settings_window.other_settings.description")), /*#__PURE__*/react.createElement(List_List, null, !buttonizer_admin.is_stand_alone && /*#__PURE__*/react.createElement(ListItem_ListItem, { disableGutters: true, className: "with-secondary-action" }, /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: translate_translate("settings_window.other_settings.admin_button.title"), secondary: translate_translate("settings_window.other_settings.admin_button.info"), "data-testid": "preferences:top_bar:text", onClick: function onClick() { var val = !adminBarTop; setAdminBarTop(val); _onChange("admin_top_bar_show_button", val); } }), /*#__PURE__*/react.createElement(ListItemSecondaryAction_ListItemSecondaryAction, null, /*#__PURE__*/react.createElement(esm_Switch_Switch, { edge: "end", color: "primary", checked: adminBarTop, inputProps: { "data-testid": "preferences:top_bar" }, onChange: function onChange(value) { setAdminBarTop(value.target.checked); _onChange("admin_top_bar_show_button", value.target.checked); } }))), /*#__PURE__*/react.createElement(ListItem_ListItem, { disableGutters: true, className: "with-secondary-action" }, /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: translate_translate("settings_window.other_settings.tooltips.title"), secondary: translate_translate("settings_window.other_settings.tooltips.info"), "data-testid": "preferences:tooltips:text", onClick: function onClick() { var val = !adminTooltips; setTooltips(val); _onChange("show_tooltips", val); } }), /*#__PURE__*/react.createElement(ListItemSecondaryAction_ListItemSecondaryAction, null, /*#__PURE__*/react.createElement(esm_Switch_Switch, { edge: "end", color: "primary", checked: adminTooltips, inputProps: { "data-testid": "preferences:tooltips" }, onChange: function onChange(value) { setTooltips(value.target.checked); _onChange("show_tooltips", value.target.checked); } }))), /*#__PURE__*/react.createElement(ListItem_ListItem, { disableGutters: true, className: "with-secondary-action" }, /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: translate_translate("settings_window.other_settings.tips.title"), secondary: translate_translate("settings_window.other_settings.tips.info"), "data-testid": "preferences:tips:text", onClick: function onClick() { var val = !adminTips; setTips(val); _onChange("tips_enabled", val); } }), /*#__PURE__*/react.createElement(ListItemSecondaryAction_ListItemSecondaryAction, null, /*#__PURE__*/react.createElement(esm_Switch_Switch, { edge: "end", color: "primary", checked: adminTips, inputProps: { "data-testid": "preferences:tips" }, onChange: function onChange(value) { setTips(value.target.checked); _onChange("tips_enabled", value.target.checked); } }))), !buttonizer_admin.is_stand_alone && /*#__PURE__*/react.createElement(ListItem_ListItem, { disableGutters: true, className: "with-secondary-action" }, /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: translate_translate("settings_window.other_settings.ajax.title"), secondary: translate_translate("settings_window.other_settings.ajax.info"), "data-testid": "preferences:ajax:text", onClick: function onClick() { var val = !frontendNoAjax; setFrontendNoAjax(val); _onChange("no_ajax", val); } }), /*#__PURE__*/react.createElement(ListItemSecondaryAction_ListItemSecondaryAction, null, /*#__PURE__*/react.createElement(esm_Switch_Switch, { edge: "end", color: "primary", checked: !frontendNoAjax, inputProps: { "data-testid": "preferences:ajax" }, onChange: function onChange(value) { setFrontendNoAjax(!value.target.checked); _onChange("no_ajax", !value.target.checked); } }))), !buttonizer_admin.is_stand_alone && /*#__PURE__*/react.createElement(ListItem_ListItem, { disableGutters: true, className: "with-secondary-action" }, /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: translate_translate("settings_window.other_settings.subdomain.title"), secondary: translate_translate("settings_window.other_settings.subdomain.info"), "data-testid": "preferences:subdomains:text", onClick: function onClick() { var val = !adminSubdomain; setSubdomain(val); _onChange("allow_subdomains", val); } }), /*#__PURE__*/react.createElement(ListItemSecondaryAction_ListItemSecondaryAction, null, /*#__PURE__*/react.createElement(esm_Switch_Switch, { edge: "end", color: "primary", checked: adminSubdomain, inputProps: { "data-testid": "preferences:subdomains" }, onChange: function onChange(value) { setSubdomain(value.target.checked); _onChange("allow_subdomains", value.target.checked); } }))), !buttonizer_admin.is_stand_alone && /*#__PURE__*/react.createElement(ListItem_ListItem, { disableGutters: true, className: "with-secondary-action" }, /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: translate_translate("settings_window.other_settings.error_logging.title"), secondary: translate_translate("settings_window.other_settings.error_logging.info"), "data-testid": "preferences:errors:text", onClick: function onClick() { var val = !sendErrors; setSendErrors(val); _onChange("can_send_errors", val); } }), /*#__PURE__*/react.createElement(ListItemSecondaryAction_ListItemSecondaryAction, null, /*#__PURE__*/react.createElement(esm_Switch_Switch, { edge: "end", color: "primary", checked: sendErrors, inputProps: { "data-testid": "preferences:errors" }, onChange: function onChange(value) { setSendErrors(value.target.checked); _onChange("can_send_errors", value.target.checked); } }))), !buttonizer_admin.is_stand_alone && /*#__PURE__*/react.createElement(ListItem_ListItem, { disableGutters: true, className: "with-secondary-action" }, /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: translate_translate("settings_window.other_settings.no_limit.title"), secondary: translate_translate("settings_window.other_settings.no_limit.info"), "data-testid": "preferences:no_limit:text", onClick: function onClick() { var val = !disableLimit; setDisableLimit(val); _onChange("no_limit", val); } }), /*#__PURE__*/react.createElement(ListItemSecondaryAction_ListItemSecondaryAction, null, /*#__PURE__*/react.createElement(esm_Switch_Switch, { edge: "end", color: "primary", checked: disableLimit, inputProps: { "data-testid": "preferences:no_limit" }, onChange: function onChange(value) { setDisableLimit(value.target.checked); _onChange("no_limit", value.target.checked); } }))), !dashboard_store.getState().misc.is_opt_in && !buttonizer_admin.is_stand_alone && /*#__PURE__*/react.createElement(ListItem_ListItem, { disableGutters: true, className: "with-optin-action" }, /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: translate_translate("settings_window.other_settings.reset_opt_in.title"), secondary: translate_translate("settings_window.other_settings.reset_opt_in.info") }), /*#__PURE__*/react.createElement(ListItemSecondaryAction_ListItemSecondaryAction, null, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { setResettingOptin(true); apiRequest("/optin", { method: "POST", data: { nonce: buttonizer_admin.nonce } }).then(function (_ref2) { var data = _ref2.data; document.location.href = data.url; })["catch"](function () { setResettingOptin(false); alert("Sorry, something went wrong requesting the opt-in page URL"); }); }, disabled: resettingOptin }, translate_translate(resettingOptin ? "loading.loading" : "settings_window.other_settings.reset_opt_in.button")))), !buttonizer_admin.is_stand_alone && /*#__PURE__*/react.createElement(PermissionComponent_PermissionComponent, { value: additionalPermissions, onChange: function onChange(val) { return _onChange("additional_permissions", val); } }))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Drawers/SettingsDialog/SettingsPages/IconLibrary.js function IconLibrary(_ref) { var import_icon_library = _ref.import_icon_library, _ref$icon_library_ver = _ref.icon_library_version, icon_library_version = _ref$icon_library_ver === void 0 ? "5.free" : _ref$icon_library_ver, _ref$icon_library_cod = _ref.icon_library_code, icon_library_code = _ref$icon_library_cod === void 0 ? "" : _ref$icon_library_cod, _ref$icon_library = _ref.icon_library, icon_library = _ref$icon_library === void 0 ? "fontawesome" : _ref$icon_library, _onChange = _ref.onChange; return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("div", { className: "settings-page-content" }, /*#__PURE__*/react.createElement("div", { className: "description" }, translate_translate("settings_window.icon_library.description"), ".", " ", translate_translate("settings_window.icon_library.info")), /*#__PURE__*/react.createElement(SettingsContainer, { title: /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: translate_translate("settings_window.icon_library.title"), secondary: translate_translate("settings_window.icon_library.info") }), className: "select" }, /*#__PURE__*/react.createElement(FormControl_FormControl, { variant: "outlined", fullWidth: true }, /*#__PURE__*/react.createElement(Select_Select, { id: "label-visibility", value: icon_library, onChange: function onChange(e) { _onChange("icon_library", e.target.value); }, inputProps: { "data-testid": "iconlibrary:icon_library" }, MenuProps: { anchorOrigin: { vertical: "bottom", horizontal: "center" }, transformOrigin: { vertical: "top", horizontal: "center" }, getContentAnchorEl: null } }, /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "fontawesome", key: "fontawesome" }, "Font Awesome")))), /*#__PURE__*/react.createElement(SettingsContainer, { title: /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: translate_translate("settings_window.icon_library.select_version.title"), secondary: translate_translate("settings_window.icon_library.select_version.info") }), className: "select" }, /*#__PURE__*/react.createElement(FormControl_FormControl, { variant: "outlined", fullWidth: true }, /*#__PURE__*/react.createElement(Select_Select, { id: "label-visibility", value: icon_library_version, onChange: function onChange(e) { _onChange("icon_library_version", e.target.value); } // className="MuiSelect-small" , MenuProps: { anchorOrigin: { vertical: "bottom", horizontal: "center" }, transformOrigin: { vertical: "top", horizontal: "center" }, getContentAnchorEl: null }, inputProps: { "data-testid": "iconlibrary:icon_library_version" } }, /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "5.free", key: "5.free" }, "Font Awesome 5 - " + translate_translate("settings_window.icon_library.free") + " - " + translate_translate("settings_window.icon_library.latest")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "5.paid", key: "5.paid" }, "Font Awesome 5 - Pro - " + translate_translate("settings_window.icon_library.latest")), /*#__PURE__*/react.createElement(MenuItem_MenuItem, { value: "4.7.0", key: "4.7.0" }, "Font Awesome 4.7")))), icon_library_version === "5.paid" ? /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(SettingsContainer, { title: /*#__PURE__*/react.createElement(ListItemText_ListItemText, { secondary: /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("b", null, translate_translate("settings_window.icon_library.library_license_key.info")), /*#__PURE__*/react.createElement(esm_Button_Button, { target: "_blank", href: "" //*Link to google analytics , size: "small", color: "primary", startIcon: /*#__PURE__*/react.createElement("i", { className: "fas fa-info-circle" }) }, translate_translate("settings_window.icon_library.library_license_key.how_does_it_work"))) }), className: "select" }, /*#__PURE__*/react.createElement(esm_TextField_TextField, { label: translate_translate("settings_window.icon_library.library_license_key.enter_integrity_code"), inputProps: { "data-testid": "iconlibrary:icon_library_code" }, value: icon_library_code, variant: "outlined", fullWidth: true, onChange: function onChange(e) { _onChange("icon_library_code", e.target.value); } }))) : /*#__PURE__*/react.createElement(react.Fragment, null), /*#__PURE__*/react.createElement(List_List, null, /*#__PURE__*/react.createElement(ListItem_ListItem, { disableGutters: true }, /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: translate_translate("settings_window.icon_library.import_library.title"), secondary: translate_translate("settings_window.icon_library.import_library.info"), onClick: function onClick() { var val = !import_icon_library; _onChange("import_icon_library", val); } }), /*#__PURE__*/react.createElement(ListItemSecondaryAction_ListItemSecondaryAction, null, /*#__PURE__*/react.createElement(esm_Switch_Switch, { edge: "end", color: "primary", checked: import_icon_library, inputProps: { "data-testid": "iconlibrary:import_icon_library" }, onChange: function onChange(value) { _onChange("import_icon_library", value.target.checked); } })))))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Drawers/SettingsDialog/SettingsDialog.js function SettingsDialog_slicedToArray(arr, i) { return SettingsDialog_arrayWithHoles(arr) || SettingsDialog_iterableToArrayLimit(arr, i) || SettingsDialog_unsupportedIterableToArray(arr, i) || SettingsDialog_nonIterableRest(); } function SettingsDialog_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 SettingsDialog_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return SettingsDialog_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 SettingsDialog_arrayLikeToArray(o, minLen); } function SettingsDialog_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 SettingsDialog_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function SettingsDialog_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function SettingsDrawer(_ref) { var onClose = _ref.onClose, open = _ref.open, page = _ref.page, settings = _ref.settings, setSetting = _ref.setSetting; var _useState = (0,react.useState)(page || "analytics"), _useState2 = SettingsDialog_slicedToArray(_useState, 2), currentSetting = _useState2[0], setCurrentSetting = _useState2[1]; (0,react.useEffect)(function () { setCurrentSetting(page || "analytics"); }, [page]); var settingMenuItems = { analytics: { name: translate_translate("settings_window.google_analytics.title"), value: drawers.SETTINGS_PAGES.analytics, icon: "fas fa-chart-area", page: /*#__PURE__*/react.createElement(Analytics, { enabled: settings.google_analytics_enabled, code: settings.google_analytics, onChange: function onChange(type, val) { setSetting(type, val); } }) }, iconlibrary: { name: translate_translate("settings_window.icon_library.title"), value: drawers.SETTINGS_PAGES.iconLibrary, icon: "fas fa-user", page: /*#__PURE__*/react.createElement(IconLibrary, { import_icon_library: settings.import_icon_library, icon_library_version: settings.icon_library_version, icon_library_code: settings.icon_library_code, icon_library: settings.icon_library, onChange: function onChange(type, val) { setSetting(type, val); } }) }, preferences: { name: translate_translate("settings_window.other_settings.title"), value: drawers.SETTINGS_PAGES.preferences, icon: "fas fa-cog", page: /*#__PURE__*/react.createElement(Preferences, { adminBar: settings.admin_top_bar_show_button, toolTips: settings.show_tooltips, tips: settings.tips_enabled, subDomains: settings.allow_subdomains, noAjax: settings.no_ajax, canSendErrors: settings.can_send_errors, noLimit: settings.no_limit, additionalPermissions: settings.additional_permissions, onChange: function onChange(type, val) { setSetting(type, val); } }) } }; // Only add reset button to WordPress version if (!window.buttonizer_admin.is_stand_alone) { settingMenuItems.reset = { name: translate_translate("settings_window.reset.title"), value: drawers.SETTINGS_PAGES.reset, icon: "fas fa-exclamation-triangle", page: /*#__PURE__*/react.createElement(Reset, { onClick: function onClick() { resetSettings(); document.location.hash = "#/"; } }) }; } var menuItems = function menuItems() { return /*#__PURE__*/react.createElement(List_List, { component: "nav", dense: true }, Object.entries(settingMenuItems).map(function (obj, key) { var isSelected = currentSetting == obj[0]; return /*#__PURE__*/react.createElement(ListItem_ListItem, { key: key, selected: isSelected, className: "menu-item settings" }, /*#__PURE__*/react.createElement("div", { key: key, className: "drawer-button" }, /*#__PURE__*/react.createElement(esm_Button_Button, { color: isSelected ? "secondary" : "primary", "data-testid": "settingsdialog:".concat(obj[1].value), variant: "text", fullWidth: true, onClick: function onClick() { setCurrentSetting(obj[1].value); } }, /*#__PURE__*/react.createElement("i", { className: obj[1].icon }), " ", obj[1].name))); })); }; return /*#__PURE__*/react.createElement(esm_Dialog_Dialog, { open: open, maxWidth: "xl", fullWidth: true, onClose: onClose, className: "drawer-splitter-modal" }, /*#__PURE__*/react.createElement(DrawerSplitter, { title: translate_translate("common.settings"), backButton: false, icon: /*#__PURE__*/react.createElement("i", { className: "fas fa-cog" }), quickAction: /*#__PURE__*/react.createElement("span", null, translate_translate("settings_window.description")), menu: menuItems(), contentTitle: settingMenuItems[currentSetting].name }, /*#__PURE__*/react.createElement("div", { className: "settings-drawer-pages" }, settingMenuItems[currentSetting].page))); } /* harmony default export */ var SettingsDialog = (connect(function (state) { return { settings: state.settings }; }, function (dispatch) { return { setSetting: function setSetting() { return dispatch(dataActions_setSetting.apply(void 0, arguments)); } }; })(SettingsDrawer)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Drawers/SettingsDialog/ButtonizerTourOptions.js function ButtonizerTourOptions(_ref) { var onClose = _ref.onClose, _ref$open = _ref.open, open = _ref$open === void 0 ? false : _ref$open, openCollapsibleGroupTour = _ref.openCollapsibleGroupTour; var openCollapsibleGroup = useSelector(function (store) { return dlv_umd_default()(store, "misc.open_collapsible_group", "button_group_container"); }); // Making sure the button group container opens when the tour starts (0,react.useEffect)(function () { openCollapsibleGroup ? openCollapsibleGroup : "button_group_container"; }, [openCollapsibleGroup]); return /*#__PURE__*/react.createElement(esm_Dialog_Dialog, { open: open, onClose: onClose, className: "buttonizer-tour-options", "data-testid": "dialog:buttonizer-tour-options-dialog" }, /*#__PURE__*/react.createElement("div", { className: "header" }, /*#__PURE__*/react.createElement(esm_DialogTitle_DialogTitle, null, /*#__PURE__*/react.createElement("i", { className: "fas fa-globe-europe" }), translate_translate("settings_window.buttonizer_tour.title")), /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { onClick: onClose, className: "skip-button", "data-testid": "buttonizer-tour-options:close-button" }, /*#__PURE__*/react.createElement("i", { className: "fas fa-times" }))), /*#__PURE__*/react.createElement(esm_DialogContent_DialogContent, null, /*#__PURE__*/react.createElement(List_List, null, /*#__PURE__*/react.createElement(ListItem_ListItem, { className: "list-item" }, /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: translate_translate("settings_window.buttonizer_tour.interface.title"), secondary: translate_translate("settings_window.buttonizer_tour.interface.description") }), /*#__PURE__*/react.createElement(esm_Button_Button, { variant: "contained", color: "primary", "data-testid": "buttonizer-tour-options:interface-tour", onClick: function onClick() { openCollapsibleGroupTour("button_group_container"); // The element (first step) cannot not be found if the tour does not start on the right page document.location.href = "#/"; // Open the button group container just before the tour starts setTimeout(function () { app.startButtonizerTour("interface_tour"); }, 200); closeDrawer(); } }, translate_translate("buttonizer_tour.take_tour"))), /*#__PURE__*/react.createElement(ListItem_ListItem, { className: "list-item" }, /*#__PURE__*/react.createElement(ListItemText_ListItemText, { primary: translate_translate("settings_window.buttonizer_tour.create_button.title"), secondary: translate_translate("settings_window.buttonizer_tour.create_button.description") }), /*#__PURE__*/react.createElement(esm_Button_Button, { variant: "contained", color: "primary", "data-testid": "buttonizer-tour-options:create-button-tour", onClick: function onClick() { openCollapsibleGroupTour("button_group_container"); // The element (first step) cannot not be found if the tour does not start on the right page document.location.href = "#/"; // Open the button group container just before the tour starts setTimeout(function () { app.startButtonizerTour("create_button_tour"); }, 200); closeDrawer(); } }, translate_translate("buttonizer_tour.take_tour")))))); } /* harmony default export */ var SettingsDialog_ButtonizerTourOptions = (connect(function (state) { return { settings: state.settings }; }, function (dispatch) { return { setMisc: function setMisc() { return dispatch(dataActions_setMisc.apply(void 0, arguments)); }, openCollapsibleGroupTour: function openCollapsibleGroupTour() { return dispatch(dataActions_setMisc("open_collapsible_group", arguments.length <= 0 ? undefined : arguments[0])); } }; })(ButtonizerTourOptions)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Drawers/index.js /* webpack-strip-block:removed */ function Drawers(_ref) { var _ref$loaded = _ref.loaded, loaded = _ref$loaded === void 0 ? false : _ref$loaded, getGroupCount = _ref.getGroupCount; var match = useRouteMatch({ path: "(.*)/(".concat(Object.values(drawers).filter(function (drawer) { return typeof drawer == "string"; }).join("|"), ")/:page?") }); var filterDialog = function filterDialog() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(react.Fragment, null); }; return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(MenuDrawer, { getGroupCount: getGroupCount, open: loaded && match !== null && match.params[1] === drawers.MENU, page: match !== null && match.params[1] === drawers.MENU && match.params.page !== null && match.params.page, onClose: function onClose() { return closeDrawer(); } }), filterDialog(), /*#__PURE__*/react.createElement(SettingsDialog, { open: loaded && match !== null && match.params[1] === drawers.SETTINGS, page: match !== null && match.params[1] === drawers.SETTINGS && match.params.page !== null && match.params.page, onClose: function onClose() { return closeDrawer(); } }), /*#__PURE__*/react.createElement(SettingsDialog_ButtonizerTourOptions, { open: loaded && match !== null && match.params[1] === drawers.BUTTONIZER_TOUR, onClose: function onClose() { return closeDrawer(); } })); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Dialogs/PremiumDialog/PremiumDialog.js var PremiumDialog = function PremiumDialog(_ref) { var open = _ref.open, currentTarget = _ref.currentTarget, text = _ref.text, _ref$anchorOriginVert = _ref.anchorOriginVertical, anchorOriginVertical = _ref$anchorOriginVert === void 0 ? "bottom" : _ref$anchorOriginVert, _ref$transformOriginV = _ref.transformOriginVertical, transformOriginVertical = _ref$transformOriginV === void 0 ? "top" : _ref$transformOriginV; var subscriptionUrl = useSelector(function (_ref2) { var misc = _ref2.misc; return misc.subscriptionUrl; }); var handleClose = function handleClose(status) { if (status === "confirm") { window.location.href = buttonizer_admin.is_stand_alone ? subscriptionUrl : buttonizer_admin.admin + "?page=Buttonizer-pricing"; return; } }; return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(Popover_Popover, { open: open, onClose: function onClose() { app.closePremiumDialog(); }, anchorEl: currentTarget, anchorOrigin: { // Pop-up should sometimes appear above element and not only below it vertical: anchorOriginVertical, horizontal: "left" }, transformOrigin: { // Pop-up should sometimes appear above element and not only below it vertical: transformOriginVertical, horizontal: "left" }, className: "premium-dialog", "data-testid": "premium-dialog" }, /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { className: "cancel-button", onClick: function onClick() { app.closePremiumDialog(); }, "data-testid": "premium-dialog-cancel" }, /*#__PURE__*/react.createElement(esm_Icon_Icon, { fontSize: "inherit", className: "fas fa-times" })), /*#__PURE__*/react.createElement("img", { src: buttonizer_admin.assets + "/images/buttonizer-logo.png", width: 40 }), /*#__PURE__*/react.createElement("h2", { className: "title" }, translate_translate("premium.modal.title")), /*#__PURE__*/react.createElement("p", { className: "description", "data-testid": "premium-dialog-text" }, text ? text : translate_translate("premium.modal.describe")), /*#__PURE__*/react.createElement("div", { className: "actions" }, /*#__PURE__*/react.createElement("button", { onClick: function onClick() { handleClose("confirm"); }, "data-testid": "premium-dialog-confirm" }, translate_translate("premium.modal.go_pro")), /*#__PURE__*/react.createElement("span", null, translate_translate("premium.modal.credentials"))))); }; /* harmony default export */ var PremiumDialog_PremiumDialog = (PremiumDialog); ;// CONCATENATED MODULE: ./node_modules/react-router-dom/esm/react-router-dom.js /** * The public API for a <Router> that uses HTML5 history. */ var BrowserRouter = /*#__PURE__*/ function (_React$Component) { (0,inheritsLoose/* default */.Z)(BrowserRouter, _React$Component); function BrowserRouter() { var _this; for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this; _this.history = createBrowserHistory(_this.props); return _this; } var _proto = BrowserRouter.prototype; _proto.render = function render() { return react.createElement(Router, { history: this.history, children: this.props.children }); }; return BrowserRouter; }(react.Component); if (false) {} /** * The public API for a <Router> that uses window.location.hash. */ var HashRouter = /*#__PURE__*/ function (_React$Component) { (0,inheritsLoose/* default */.Z)(HashRouter, _React$Component); function HashRouter() { var _this; for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this; _this.history = createHashHistory(_this.props); return _this; } var _proto = HashRouter.prototype; _proto.render = function render() { return react.createElement(Router, { history: this.history, children: this.props.children }); }; return HashRouter; }(react.Component); if (false) {} var resolveToLocation = function resolveToLocation(to, currentLocation) { return typeof to === "function" ? to(currentLocation) : to; }; var normalizeToLocation = function normalizeToLocation(to, currentLocation) { return typeof to === "string" ? history_createLocation(to, null, null, currentLocation) : to; }; var forwardRefShim = function forwardRefShim(C) { return C; }; var react_router_dom_forwardRef = react.forwardRef; if (typeof react_router_dom_forwardRef === "undefined") { react_router_dom_forwardRef = forwardRefShim; } function isModifiedEvent(event) { return !!(event.metaKey || event.altKey || event.ctrlKey || event.shiftKey); } var LinkAnchor = react_router_dom_forwardRef(function (_ref, forwardedRef) { var innerRef = _ref.innerRef, navigate = _ref.navigate, _onClick = _ref.onClick, rest = (0,objectWithoutPropertiesLoose/* default */.Z)(_ref, ["innerRef", "navigate", "onClick"]); var target = rest.target; var props = (0,esm_extends/* default */.Z)({}, rest, { onClick: function onClick(event) { try { if (_onClick) _onClick(event); } catch (ex) { event.preventDefault(); throw ex; } if (!event.defaultPrevented && // onClick prevented default event.button === 0 && ( // ignore everything but left clicks !target || target === "_self") && // let browser handle "target=_blank" etc. !isModifiedEvent(event) // ignore clicks with modifier keys ) { event.preventDefault(); navigate(); } } }); // React 15 compat if (forwardRefShim !== react_router_dom_forwardRef) { props.ref = forwardedRef || innerRef; } else { props.ref = innerRef; } /* eslint-disable-next-line jsx-a11y/anchor-has-content */ return react.createElement("a", props); }); if (false) {} /** * The public API for rendering a history-aware <a>. */ var react_router_dom_Link = react_router_dom_forwardRef(function (_ref2, forwardedRef) { var _ref2$component = _ref2.component, component = _ref2$component === void 0 ? LinkAnchor : _ref2$component, replace = _ref2.replace, to = _ref2.to, innerRef = _ref2.innerRef, rest = (0,objectWithoutPropertiesLoose/* default */.Z)(_ref2, ["component", "replace", "to", "innerRef"]); return react.createElement(context.Consumer, null, function (context) { !context ? false ? 0 : tiny_invariant_esm(false) : void 0; var history = context.history; var location = normalizeToLocation(resolveToLocation(to, context.location), context.location); var href = location ? history.createHref(location) : ""; var props = (0,esm_extends/* default */.Z)({}, rest, { href: href, navigate: function navigate() { var location = resolveToLocation(to, context.location); var method = replace ? history.replace : history.push; method(location); } }); // React 15 compat if (forwardRefShim !== react_router_dom_forwardRef) { props.ref = forwardedRef || innerRef; } else { props.innerRef = innerRef; } return react.createElement(component, props); }); }); if (false) { var refType, toType; } var forwardRefShim$1 = function forwardRefShim(C) { return C; }; var forwardRef$1 = react.forwardRef; if (typeof forwardRef$1 === "undefined") { forwardRef$1 = forwardRefShim$1; } function joinClassnames() { for (var _len = arguments.length, classnames = new Array(_len), _key = 0; _key < _len; _key++) { classnames[_key] = arguments[_key]; } return classnames.filter(function (i) { return i; }).join(" "); } /** * A <Link> wrapper that knows if it's "active" or not. */ var NavLink = forwardRef$1(function (_ref, forwardedRef) { var _ref$ariaCurrent = _ref["aria-current"], ariaCurrent = _ref$ariaCurrent === void 0 ? "page" : _ref$ariaCurrent, _ref$activeClassName = _ref.activeClassName, activeClassName = _ref$activeClassName === void 0 ? "active" : _ref$activeClassName, activeStyle = _ref.activeStyle, classNameProp = _ref.className, exact = _ref.exact, isActiveProp = _ref.isActive, locationProp = _ref.location, sensitive = _ref.sensitive, strict = _ref.strict, styleProp = _ref.style, to = _ref.to, innerRef = _ref.innerRef, rest = (0,objectWithoutPropertiesLoose/* default */.Z)(_ref, ["aria-current", "activeClassName", "activeStyle", "className", "exact", "isActive", "location", "sensitive", "strict", "style", "to", "innerRef"]); return react.createElement(context.Consumer, null, function (context) { !context ? false ? 0 : tiny_invariant_esm(false) : void 0; var currentLocation = locationProp || context.location; var toLocation = normalizeToLocation(resolveToLocation(to, currentLocation), currentLocation); var path = toLocation.pathname; // Regex taken from: https://github.com/pillarjs/path-to-regexp/blob/master/index.js#L202 var escapedPath = path && path.replace(/([.+*?=^!:${}()[\]|/\\])/g, "\\$1"); var match = escapedPath ? matchPath(currentLocation.pathname, { path: escapedPath, exact: exact, sensitive: sensitive, strict: strict }) : null; var isActive = !!(isActiveProp ? isActiveProp(match, currentLocation) : match); var className = isActive ? joinClassnames(classNameProp, activeClassName) : classNameProp; var style = isActive ? (0,esm_extends/* default */.Z)({}, styleProp, {}, activeStyle) : styleProp; var props = (0,esm_extends/* default */.Z)({ "aria-current": isActive && ariaCurrent || null, className: className, style: style, to: toLocation }, rest); // React 15 compat if (forwardRefShim$1 !== forwardRef$1) { props.ref = forwardedRef || innerRef; } else { props.innerRef = innerRef; } return react.createElement(react_router_dom_Link, props); }); }); if (false) { var ariaCurrentType; } //# sourceMappingURL=react-router-dom.js.map ;// CONCATENATED MODULE: ./src/js/dashboard/Components/IframeOutbreak/IframeOutbreak.js /* global store */ function IframeOutbreak() { return /*#__PURE__*/react.createElement("div", { className: "broke-out-of-iframe" }, /*#__PURE__*/react.createElement("div", null, translate_translate("bar.preview.no_changes")), /*#__PURE__*/react.createElement(esm_Button_Button, { variant: "outlined", onClick: function onClick() { document.getElementsByClassName("buttonizer-preview")[0].getElementsByTagName("iframe")[0].src = store.getState().misc.frameUrl; } }, translate_translate("bar.preview.return"))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Dialogs/SuperContributorDialog/index.js function SuperContributorDialog(_ref) { var _ref$tour = _ref.tour, tour = _ref$tour === void 0 ? null : _ref$tour, _ref$welcome_super_co = _ref.welcome_super_contributor, welcome_super_contributor = _ref$welcome_super_co === void 0 ? false : _ref$welcome_super_co, setSetting = _ref.setSetting; if (buttonizer_admin.can_send_errors === true) { setSetting("welcome_super_contributor", false); return null; } var handleClose = function handleClose(status) { if (status === "confirm") setSetting("can_send_errors", true); setSetting("show_super_contributor_dialog", false); setSetting("welcome_super_contributor", false); }; return /*#__PURE__*/react.createElement(esm_Dialog_Dialog, { open: tour === null && welcome_super_contributor, onClose: handleClose, fullWidth: true, maxWidth: "md", "aria-labelledby": "alert-dialog-title" }, /*#__PURE__*/react.createElement(esm_DialogTitle_DialogTitle, { id: "alert-dialog-title" }, translate_translate("welcome.title")), /*#__PURE__*/react.createElement(esm_DialogContent_DialogContent, null, /*#__PURE__*/react.createElement("img", { src: "".concat(buttonizer_admin.assets, "/images/plugin-icon.png"), width: 90, align: "left", style: { marginRight: 20, marginBottom: 10 } }), /*#__PURE__*/react.createElement(DialogContentText_DialogContentText, null, translate_translate("welcome.super-contributor"), /*#__PURE__*/react.createElement(Link_Link, { href: "https://buttonizer.pro/super-contributor/", target: "_blank", rel: "noopener" }, translate_translate("welcome.learn-more")))), /*#__PURE__*/react.createElement(esm_DialogActions_DialogActions, null, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return handleClose("cancel"); } }, translate_translate("welcome.no-thanks")), /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return handleClose("confirm"); }, color: "primary" }, translate_translate("welcome.yes-please")))); } /* harmony default export */ var Dialogs_SuperContributorDialog = (connect(function (state) { return { welcome_super_contributor: state.settings.welcome_super_contributor, welcome: state.settings.welcome }; }, function (dispatch) { return { setSetting: function setSetting() { return dispatch(dataActions_setSetting.apply(void 0, arguments)); } }; })(SuperContributorDialog)); // EXTERNAL MODULE: ./node_modules/intro.js-react/lib/index.js var intro_js_react_lib = __webpack_require__(87762); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Tours/ButtonizerTours/InterfaceTour.js // Interface tour function getTourSteps() { return [{ element: ".button-group-container", intro: /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("video", { muted: true, src: "".concat(buttonizer_admin.assets, "/videos/tour_group.mp4"), id: "myVideo", autoPlay: true, loop: true }), /*#__PURE__*/react.createElement("h2", null, translate_translate("buttonizer_tour.interface_tour.step_0.title")), translate_translate("buttonizer_tour.interface_tour.step_0.intro")), tooltipClass: "videoDialog", position: "right" }, { element: ".edit-button", title: translate_translate("buttonizer_tour.interface_tour.step_1.title"), intro: translate_translate("buttonizer_tour.interface_tour.step_1.intro"), tooltipClass: "tourDialog", position: "right" }, // Go to next page, skip step { element: ".simplebar-content-wrapper", title: translate_translate("buttonizer_tour.interface_tour.step_2.title"), intro: translate_translate("buttonizer_tour.interface_tour.step_2.intro"), tooltipClass: "centerTopDialog", position: "right" }, { element: ".simplebar-content-wrapper", title: translate_translate("buttonizer_tour.interface_tour.step_2.title"), intro: translate_translate("buttonizer_tour.interface_tour.step_2.intro"), tooltipClass: "centerTopDialog", position: "right" }, { element: ".simplebar-content-wrapper", intro: /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("video", { muted: true, src: "".concat(buttonizer_admin.assets, "/videos/tour_style.mp4"), id: "myVideo", autoPlay: true, loop: true }), /*#__PURE__*/react.createElement("h2", null, translate_translate("buttonizer_tour.interface_tour.step_3.title")), translate_translate("buttonizer_tour.interface_tour.step_3.intro")), tooltipClass: "centerVideoDialog", position: "right" }, { element: ".breadcrumb-button", title: translate_translate("buttonizer_tour.interface_tour.step_4.title"), intro: translate_translate("buttonizer_tour.interface_tour.step_4.intro"), tooltipClass: "tourDialog", position: "bottom" }, { element: ".settings-button", title: translate_translate("buttonizer_tour.interface_tour.step_5.title"), intro: translate_translate("buttonizer_tour.interface_tour.step_5.intro"), tooltipClass: "tourDialog", position: "top" }, { element: ".MuiButton-Publish", title: translate_translate("buttonizer_tour.interface_tour.step_6.title"), intro: translate_translate("buttonizer_tour.interface_tour.step_6.intro"), tooltipClass: "centerBottomDialog", position: "right" }, { element: ".MuiButton-Publish", title: translate_translate("buttonizer_tour.interface_tour.step_6.title"), intro: translate_translate("buttonizer_tour.interface_tour.step_6.intro"), tooltipClass: "centerBottomDialog", position: "right" }, { element: ".menu-item.buttonizer-tour", title: translate_translate("buttonizer_tour.interface_tour.step_7.title"), intro: translate_translate("buttonizer_tour.interface_tour.step_7.intro"), tooltipClass: "tourDialog", position: "right" }, { element: ".menu-item.buttonizer-tour", title: translate_translate("buttonizer_tour.interface_tour.step_7.title"), intro: translate_translate("buttonizer_tour.interface_tour.step_7.intro"), tooltipClass: "tourDialog", position: "right" }, // Go to next page, skip step { element: ".menu-support", title: translate_translate("buttonizer_tour.interface_tour.step_8.title"), intro: translate_translate("buttonizer_tour.interface_tour.step_8.intro"), tooltipClass: "tourDialog", position: "right" }]; } var onBeforeChange = function onBeforeChange(nextStepIndex, introJsRef, groupId, buttonId, openCollapsibleGroup) { if (nextStepIndex === 2) { // Going back to overview page document.location.hash = "#/"; openCollapsibleGroup("button_group_container"); if (introJsRef.introJs._direction === "forward") setTimeout(function () { introJsRef.introJs.nextStep(); }, 100); if (introJsRef.introJs._direction === "backward") setTimeout(function () { introJsRef.introJs.previousStep(); }, 100); } if (nextStepIndex === 3) { // Going to general page if (introJsRef.introJs._direction === "forward") { document.location.hash = "#/group/".concat(groupId, "/general"); openCollapsibleGroup("group_general_general"); } // Going back to general page else if (introJsRef.introJs._direction === "backward") { document.location.hash = "#/group/".concat(groupId, "/general"); } openCollapsibleGroup("group_general_general"); } if (nextStepIndex === 4) { // Going to style page if (introJsRef.introJs._direction === "forward") { document.location.hash = "#/group/".concat(groupId, "/style"); } openCollapsibleGroup("group_style_button"); } if (nextStepIndex === 6) { // Going back to style page if (introJsRef.introJs._direction === "backward") { document.location.hash = "#/group/".concat(groupId, "/style"); } openCollapsibleGroup("group_style_button"); } if (nextStepIndex === 8) { document.location.hash = "#/group/".concat(groupId, "/style/menu"); // Open menu settings container if (introJsRef.introJs._direction === "forward") setTimeout(function () { introJsRef.introJs.nextStep(); }, 350); openCollapsibleGroup("menu_settings"); if (introJsRef.introJs._direction === "backward") setTimeout(function () { introJsRef.introJs.previousStep(); }, 100); } if (nextStepIndex === 8) { // Going back to style page if (introJsRef.introJs._direction === "backward") { document.location.hash = "#/group/".concat(groupId, "/style"); } } if (nextStepIndex === 10) { // Open menu support container if (introJsRef.introJs._direction === "forward") setTimeout(function () { introJsRef.introJs.nextStep(); }, 100); openCollapsibleGroup("menu_support"); if (introJsRef.introJs._direction === "backward") setTimeout(function () { introJsRef.introJs.previousStep(); }, 100); } if (nextStepIndex === 10) { // Open menu settings container on the way back if (introJsRef.introJs._direction === "backward") { openCollapsibleGroup("menu_settings"); } } if (introJsRef !== null && nextStepIndex !== getTourSteps().length) introJsRef.updateStepElement(nextStepIndex); }; /* harmony default export */ var InterfaceTour = ({ getTourSteps: getTourSteps, onBeforeChange: onBeforeChange }); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Tours/ButtonizerTours/CreateButtonTour.js // Create button tour function CreateButtonTour_getTourSteps() { return [{ element: ".button-container", title: translate_translate("buttonizer_tour.create_button_tour.step_0.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_0.intro"), tooltipClass: "tourDialog", position: "right" }, { element: ".button-actions.edit-button", title: translate_translate("buttonizer_tour.create_button_tour.step_1.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_1.intro"), tooltipClass: "tourDialog", position: "right" }, // Go to next page, skip step { element: ".simplebar-content-wrapper", title: translate_translate("buttonizer_tour.create_button_tour.step_2.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_2.intro"), tooltipClass: "centerTopDialog" }, // Go to style page { element: ".simplebar-content-wrapper", title: translate_translate("buttonizer_tour.create_button_tour.step_2.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_2.intro"), tooltipClass: "centerTopDialog" }, { element: ".button-action-type", title: translate_translate("buttonizer_tour.create_button_tour.step_3.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_3.intro"), tooltipClass: "tourDialog", position: "right" }, { element: ".desktop-mobile-visibility", title: translate_translate("buttonizer_tour.create_button_tour.step_5.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_5.intro"), tooltipClass: "tourDialog", position: "right" }, // Go to next page, skip step { element: ".general-label-text", title: translate_translate("buttonizer_tour.create_button_tour.step_6.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_6.intro"), tooltipClass: "tourDialog", position: "right" }, { element: ".general-label-text", title: translate_translate("buttonizer_tour.create_button_tour.step_6.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_6.intro"), tooltipClass: "tourDialog", position: "right" }, // Go to next page, skip step { element: ".simplebar-content-wrapper", title: translate_translate("buttonizer_tour.create_button_tour.step_7.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_7.intro"), tooltipClass: "centerTopDialog" }, { element: ".simplebar-content-wrapper", title: translate_translate("buttonizer_tour.create_button_tour.step_7.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_7.intro"), tooltipClass: "centerTopDialog" }, { element: ".normal-or-hover", title: translate_translate("buttonizer_tour.create_button_tour.step_8.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_8.intro"), tooltipClass: "tourDialog", position: "right" }, { element: ".simplebar-content-wrapper", title: translate_translate("buttonizer_tour.create_button_tour.step_11.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_11.intro"), tooltipClass: "tourDialog" }, { element: ".icon-or-image", title: translate_translate("buttonizer_tour.create_button_tour.step_12.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_12.intro"), tooltipClass: "tourDialog", position: "right" }, { element: ".form-icon-selector", title: translate_translate("buttonizer_tour.create_button_tour.step_13.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_13.intro"), tooltipClass: "tourDialog", position: "right" }, { element: ".style-icon-size", title: translate_translate("buttonizer_tour.create_button_tour.step_14.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_14.intro"), tooltipClass: "tourDialog", position: "right" }, // Go to next page, skip step { element: ".label-device-visibility", title: translate_translate("buttonizer_tour.create_button_tour.step_15.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_15.intro"), tooltipClass: "tourDialog", position: "right" }, { element: ".label-device-visibility", title: translate_translate("buttonizer_tour.create_button_tour.step_15.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_15.intro"), tooltipClass: "tourDialog", position: "right" }, { element: ".label-position", title: translate_translate("buttonizer_tour.create_button_tour.step_16.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_16.intro"), tooltipClass: "tourDialog", position: "right" }, { element: ".label-font-family", title: translate_translate("buttonizer_tour.create_button_tour.step_17.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_17.intro"), tooltipClass: "tourDialog", position: "right" }, { element: ".style-label-margin", title: translate_translate("buttonizer_tour.create_button_tour.step_18.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_18.intro"), tooltipClass: "tourDialog", position: "right" }, { element: ".style-label-padding", title: translate_translate("buttonizer_tour.create_button_tour.step_19.title"), intro: translate_translate("buttonizer_tour.create_button_tour.step_19.intro"), tooltipClass: "tourDialog", position: "right" }]; } var CreateButtonTour_onBeforeChange = function onBeforeChange(nextStepIndex, introJsRef, groupId, buttonId, openCollapsibleGroup) { if (nextStepIndex === 2) { // Going back to overview page document.location.hash = "#/"; openCollapsibleGroup("button_group_container"); if (introJsRef.introJs._direction === "forward") setTimeout(function () { introJsRef.introJs.nextStep(); }, 100); if (introJsRef.introJs._direction === "backward") setTimeout(function () { introJsRef.introJs.previousStep(); }, 100); } if (nextStepIndex === 3) { // Going to general page and open the general container if (introJsRef.introJs._direction === "forward") { document.location.hash = "#/group/".concat(groupId, "/button/").concat(buttonId, "/general"); } openCollapsibleGroup("button_general_general"); } if (nextStepIndex === 6) { // Open label container if (introJsRef.introJs._direction === "forward") setTimeout(function () { introJsRef.introJs.nextStep(); }, 100); openCollapsibleGroup("button_general_label"); if (introJsRef.introJs._direction === "backward") setTimeout(function () { introJsRef.introJs.previousStep(); }, 100); } if (nextStepIndex === 6) { // Open general container on the way back if (introJsRef.introJs._direction === "backward") { openCollapsibleGroup("button_general_general"); } } if (nextStepIndex === 8) { // Going back to general page and open the label container if (introJsRef.introJs._direction === "backward") { document.location.hash = "#/group/".concat(groupId, "/button/").concat(buttonId, "/general"); openCollapsibleGroup("button_general_label"); } if (introJsRef.introJs._direction === "forward") setTimeout(function () { introJsRef.introJs.nextStep(); }, 100); if (introJsRef.introJs._direction === "backward") setTimeout(function () { introJsRef.introJs.previousStep(); }, 100); } if (nextStepIndex === 9) { // Going to style page and open the button container if (introJsRef.introJs._direction === "forward") { document.location.hash = "#/group/".concat(groupId, "/button/").concat(buttonId, "/style"); openCollapsibleGroup("button_style_button"); } } if (nextStepIndex === 11) { // Open icon container if (introJsRef.introJs._direction === "forward") setTimeout(function () { introJsRef.introJs.nextStep(); }, 100); openCollapsibleGroup("button_style_icon"); if (introJsRef.introJs._direction === "backward") setTimeout(function () { introJsRef.introJs.previousStep(); }, 100); } if (nextStepIndex === 11) { // Open the button container on the way back if (introJsRef.introJs._direction === "backward") { openCollapsibleGroup("button_style_button"); } } if (nextStepIndex === 15) { // Open label container if (introJsRef.introJs._direction === "forward") setTimeout(function () { introJsRef.introJs.nextStep(); }, 100); openCollapsibleGroup("button_style_label"); if (introJsRef.introJs._direction === "backward") setTimeout(function () { introJsRef.introJs.previousStep(); }, 100); } if (nextStepIndex === 15) { // Open the icon container on the way back if (introJsRef.introJs._direction === "backward") { openCollapsibleGroup("button_style_icon"); } } if (introJsRef !== null && nextStepIndex !== CreateButtonTour_getTourSteps().length) introJsRef.updateStepElement(nextStepIndex); }; /* harmony default export */ var CreateButtonTour = ({ getTourSteps: CreateButtonTour_getTourSteps, onBeforeChange: CreateButtonTour_onBeforeChange }); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Tours/ButtonizerTours/index.js /* harmony default export */ var ButtonizerTours = ({ create_button_tour: CreateButtonTour, interface_tour: InterfaceTour }); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Tours/ButtonizerTour/ButtonizerTour.js function ButtonizerTour(_ref) { var tour = _ref.tour, groups = _ref.groups, buttons = _ref.buttons, openCollapsibleGroup = _ref.openCollapsibleGroup; var groupId = Object.keys(groups)[0]; var buttonId = Object.keys(buttons)[0]; var ref = (0,react.useRef)(); var currentTour = tour ? ButtonizerTours[tour] : null; var state = { stepsEnabled: true, initialStep: 0, steps: currentTour ? currentTour.getTourSteps() : [], onBeforeChange: function onBeforeChange(nextStepIndex) { return currentTour.onBeforeChange(nextStepIndex, ref.current ? ref.current : null, groupId, buttonId, openCollapsibleGroup); } }; var onExit = function onExit() { app.closeButtonizerTour(); // Users go to home page if they stop in the middle of the tour document.location.href = "#/"; openCollapsibleGroup(null); }; // Disable downscroll in the menu during the last dialogs document.addEventListener("keydown", function (e) { if (tour) { switch (e.key) { case "ArrowUp": case "ArrowDown": e.preventDefault(); break; } } }, { capture: true // this disables arrow key scrolling in modern Chrome }); return /*#__PURE__*/react.createElement(intro_js_react_lib/* Steps */.Rg, { enabled: tour, steps: state.steps, initialStep: state.initialStep, onExit: onExit, onBeforeChange: state.onBeforeChange, onComplete: function onComplete() { document.location.href = "#/"; }, ref: ref, options: { showBullets: false, nextLabel: translate_translate("buttonizer_tour.next"), prevLabel: translate_translate("buttonizer_tour.previous"), doneLabel: translate_translate("buttonizer_tour.done"), hidePrev: true, showProgress: true } }); } /* harmony default export */ var ButtonizerTour_ButtonizerTour = (connect(function (state) { return { groups: state.groups, buttons: state.buttons }; }, function (dispatch) { return { setMisc: function setMisc() { return dispatch(dataActions_setMisc.apply(void 0, arguments)); }, openCollapsibleGroup: function openCollapsibleGroup() { return dispatch(dataActions_setMisc("open_collapsible_group", arguments.length <= 0 ? undefined : arguments[0])); } }; })(ButtonizerTour)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Dialogs/SessionExpiredDialog/SessionExpiredDialog.js function SessionExpiredDialog_slicedToArray(arr, i) { return SessionExpiredDialog_arrayWithHoles(arr) || SessionExpiredDialog_iterableToArrayLimit(arr, i) || SessionExpiredDialog_unsupportedIterableToArray(arr, i) || SessionExpiredDialog_nonIterableRest(); } function SessionExpiredDialog_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 SessionExpiredDialog_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return SessionExpiredDialog_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 SessionExpiredDialog_arrayLikeToArray(o, minLen); } function SessionExpiredDialog_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 SessionExpiredDialog_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function SessionExpiredDialog_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } var popupCloseEventInterval = setTimeout(function () {}, 0); // Try to refresh function updateRefreshToken() { return axios_default()({ url: "".concat(window.buttonizer_admin.mainApi, "/auth/refresh"), method: "POST", withCredentials: true, data: { token: getCookie("__token") } }); } function SessionExpiredDialog(_ref) { var isOpened = _ref.isOpened; var _useState = (0,react.useState)(false), _useState2 = SessionExpiredDialog_slicedToArray(_useState, 2), isWaiting = _useState2[0], setIsWaiting = _useState2[1]; var _useState3 = (0,react.useState)(false), _useState4 = SessionExpiredDialog_slicedToArray(_useState3, 2), hasTriedRefreshToken = _useState4[0], setHasTriedRefreshToken = _useState4[1]; var _useState5 = (0,react.useState)(false), _useState6 = SessionExpiredDialog_slicedToArray(_useState5, 2), isUsingRefreshtoken = _useState6[0], setUsingRefreshtoken = _useState6[1]; var _useState7 = (0,react.useState)(0), _useState8 = SessionExpiredDialog_slicedToArray(_useState7, 2), currentTryNumber = _useState8[0], setCurrentTryNumber = _useState8[1]; (0,react.useEffect)(function () { return function () { clearInterval(popupCloseEventInterval); }; }, [isOpened]); // Trying to use the refresh token method if (!isUsingRefreshtoken && !hasTriedRefreshToken && isOpened) { setUsingRefreshtoken(true); setHasTriedRefreshToken(true); updateRefreshToken().then(function (refreshTokenData) { // Update token window.buttonizer_admin.auth = refreshTokenData.data.token; retryApiRequest().then(function () { return app.standAloneEvent("userauthenticated"); })["catch"](function () { return setUsingRefreshtoken(false); }); })["catch"](function () { return setUsingRefreshtoken(false); }); } var openPopup = function openPopup() { setIsWaiting(true); var popupWindow = window.open("".concat(buttonizer_admin.admin, "/auth/editor"), "logInPopup", "width=500," + "height=580," + "top=".concat(window.innerHeight / 2 - 580 / 2, ",") + "left=".concat(window.innerWidth / 2 - 500 / 2, ",") + "status=no,scrollbars=yes,resizable=no"); setCurrentTryNumber(currentTryNumber + 1); // Focus dialog setTimeout(function () { popupWindow.focus(); }, 1000); popupCloseEventInterval = setInterval(function () { if (popupWindow.closed) { clearInterval(popupCloseEventInterval); setIsWaiting(false); setUsingRefreshtoken(true); window.buttonizer_admin.auth = getCookie("__token"); retryApiRequest().then(function () { return app.standAloneEvent("userauthenticated"); })["catch"](function () { if (currentTryNumber >= 2) { document.location.reload(); } }).then(function () { return setUsingRefreshtoken(false); }); } }); }; return /*#__PURE__*/react.createElement(esm_Dialog_Dialog, { open: isOpened, fullWidth: true, "aria-labelledby": "temp-reauthenticate-dialog-title", "aria-describedby": "temp-reauthenticate-dialog-description" }, /*#__PURE__*/react.createElement(esm_DialogTitle_DialogTitle, { id: "temp-reauthenticate-dialog-title" }, "Reauthenticate"), /*#__PURE__*/react.createElement(esm_DialogContent_DialogContent, null, /*#__PURE__*/react.createElement(DialogContentText_DialogContentText, null, isUsingRefreshtoken ? /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("p", null, "Gathering information ... "), /*#__PURE__*/react.createElement("p", null, "If it takes more than 10 seconds please refresh")) : /*#__PURE__*/react.createElement(react.Fragment, null, "Your editor authentication session has expired, this mostly happens after 30 minutes."))), /*#__PURE__*/react.createElement(esm_DialogActions_DialogActions, null, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: openPopup, disabled: isWaiting || isUsingRefreshtoken, color: "primary" }, "Reauthenticate", (isWaiting || isUsingRefreshtoken) && /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(CircularProgress_CircularProgress, { size: 25, style: { marginLeft: 20 } }), /*#__PURE__*/react.createElement("p", null, "If it takes more than 10 seconds please refresh"))))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Dialogs/ChangelogDialog/Slides.js var updates = [[// New features (first slide) { title: "settings_window.changelog_dialog.new_features", info: [{ title: "settings_window.changelog_dialog.first_feature.title", info: "settings_window.changelog_dialog.first_feature.info" }, { title: "settings_window.changelog_dialog.second_feature.title", info: "settings_window.changelog_dialog.second_feature.info" }, { title: "settings_window.changelog_dialog.third_feature.title", info: "settings_window.changelog_dialog.third_feature.info" }, { title: "settings_window.changelog_dialog.fourth_feature.title", info: "settings_window.changelog_dialog.fourth_feature.info" }] } // { // New updates & bug fixes (first slide) // }, ] // [ // { // Additional slide(s) // }, // ], ]; ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Dialogs/ChangelogDialog/ChangelogDialog.js function ChangelogDialog_slicedToArray(arr, i) { return ChangelogDialog_arrayWithHoles(arr) || ChangelogDialog_iterableToArrayLimit(arr, i) || ChangelogDialog_unsupportedIterableToArray(arr, i) || ChangelogDialog_nonIterableRest(); } function ChangelogDialog_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 ChangelogDialog_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ChangelogDialog_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 ChangelogDialog_arrayLikeToArray(o, minLen); } function ChangelogDialog_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 ChangelogDialog_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function ChangelogDialog_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function ChangelogDialog(_ref) { var welcome = _ref.welcome, setSetting = _ref.setSetting, changelogDialogUpdated = _ref.changelogDialogUpdated, nextHintStepIndex = _ref.nextHintStepIndex; var _useState = (0,react.useState)(parseInt(buttonizer_admin.changelog_dialog_updated) > changelogDialogUpdated), _useState2 = ChangelogDialog_slicedToArray(_useState, 2), dialogOpened = _useState2[0], setDialogOpened = _useState2[1]; var _useState3 = (0,react.useState)(0), _useState4 = ChangelogDialog_slicedToArray(_useState3, 2), currentSlide = _useState4[0], setCurrentSlide = _useState4[1]; var location = useLocation(); // Pagination for the slides var previousFeatureIndex = function previousFeatureIndex() { var getPreviousIndex = currentSlide - 1; if (getPreviousIndex <= 0) { getPreviousIndex = 0; } setCurrentSlide(getPreviousIndex); }; var nextFeatureIndex = function nextFeatureIndex() { var getNextIndex = currentSlide + 1; if (getNextIndex >= updates.length) { getNextIndex = updates.length - 1; } setCurrentSlide(getNextIndex); }; // Show dialog (0,react.useEffect)(function () { setDialogOpened(parseInt(buttonizer_admin.changelog_dialog_updated) > changelogDialogUpdated); }, [changelogDialogUpdated]); // Keyboard navigation for the slides (0,react.useEffect)(function () { var onKeyEvent = function onKeyEvent(event) { switch (event.key) { case "ArrowLeft": previousFeatureIndex(); break; case "ArrowRight": nextFeatureIndex(); break; default: return; } }; window.addEventListener("keyup", onKeyEvent); return function () { // OnDestroy window.removeEventListener("keyup", onKeyEvent); }; }, [currentSlide]); var handleClose = function handleClose() { setDialogOpened(false); setSetting("changelog_dialog_updated", parseInt(buttonizer_admin.changelog_dialog_updated)); }; return /*#__PURE__*/react.createElement(esm_Dialog_Dialog, { open: !(welcome || location.pathname === "/welcome-splash") && nextHintStepIndex === false && dialogOpened, onClose: handleClose, fullWidth: true, "aria-labelledby": "changelog-dialog-title", "aria-describedby": "changelog-dialog-description", className: "changelog-dialog", "data-testid": "dialog:changelog-dialog" }, /*#__PURE__*/react.createElement("img", { src: "".concat(buttonizer_admin.assets, "/images/changelog-dialog-header.png") }), /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { onClick: handleClose, className: "close-down", "data-testid": "changelog-dialog:close-down" }, /*#__PURE__*/react.createElement("i", { className: "fas fa-times" })), /*#__PURE__*/react.createElement(esm_DialogTitle_DialogTitle, null, translate_translate("settings_window.changelog_dialog.title")), /*#__PURE__*/react.createElement(esm_DialogContent_DialogContent, { className: "content" }, updates[currentSlide].map(function (type, key) { return /*#__PURE__*/react.createElement("div", { key: key }, /*#__PURE__*/react.createElement("h3", null, translate_translate(type.title)), type.info.map(function (listItem, index) { return /*#__PURE__*/react.createElement("div", { className: "list", key: index }, /*#__PURE__*/react.createElement("ul", null, /*#__PURE__*/react.createElement("li", { className: "name" }, translate_translate(listItem.title)), /*#__PURE__*/react.createElement("p", { className: "info" }, translate_translate(listItem.info)))); })); })), /*#__PURE__*/react.createElement(esm_DialogActions_DialogActions, { className: "footer" }, updates.length > 1 && /*#__PURE__*/react.createElement("div", { className: "pagination" }, /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { className: "previous", onClick: function onClick() { return previousFeatureIndex(); }, disabled: currentSlide === 0 }, /*#__PURE__*/react.createElement("i", { className: "fas fa-chevron-left" })), /*#__PURE__*/react.createElement("div", { className: "progress-bar" }, updates.map(function (type, key) { return /*#__PURE__*/react.createElement("span", { className: "dot", key: key, style: currentSlide === key ? { backgroundColor: "#f08419" } : null }); })), /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { className: "next", onClick: function onClick() { return nextFeatureIndex(); }, disabled: currentSlide === updates.length - 1 }, /*#__PURE__*/react.createElement("i", { className: "fas fa-chevron-right" }))), /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { onClick: function onClick() { window.open("https://community.buttonizer.pro/t/updates"); }, className: "external-link", "data-testid": "changelog-dialog:external-link" }, translate_translate("settings_window.changelog_dialog.all_changelogs"), /*#__PURE__*/react.createElement("i", { className: "fas fa-external-link-alt" })), /*#__PURE__*/react.createElement("span", { className: "version" }, translate_translate("bar.menu.version", { versionNumber: buttonizer_admin.version })))); } /* harmony default export */ var ChangelogDialog_ChangelogDialog = (connect(function (state) { return { welcome: state.settings.welcome, changelogDialogUpdated: state.settings.changelog_dialog_updated, nextHintStepIndex: state.misc.hint_step }; }, function (dispatch) { return { setSetting: function setSetting() { return dispatch(dataActions_setSetting.apply(void 0, arguments)); } }; })(ChangelogDialog)); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/UrlBar/UrlBar.js function UrlBar_slicedToArray(arr, i) { return UrlBar_arrayWithHoles(arr) || UrlBar_iterableToArrayLimit(arr, i) || UrlBar_unsupportedIterableToArray(arr, i) || UrlBar_nonIterableRest(); } function UrlBar_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 UrlBar_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return UrlBar_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 UrlBar_arrayLikeToArray(o, minLen); } function UrlBar_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 UrlBar_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function UrlBar_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } // import ArrowDropDownIcon from "@material-ui/icons/ArrowDropDown"; function UrlBar(_ref) { var _ref$loading = _ref.loading, loading = _ref$loading === void 0 ? true : _ref$loading; var _useState = (0,react.useState)("/"), _useState2 = UrlBar_slicedToArray(_useState, 2), currentPath = _useState2[0], setCurrentPath = _useState2[1]; // const [opened, setOpened] = useState(false); var buttonRef = (0,react.useRef)(); var domain = useSelector(function (_ref2) { var misc = _ref2.misc; return misc.domain; }); var subscriptionUrl = useSelector(function (_ref3) { var misc = _ref3.misc; return misc.subscriptionUrl; }); var isUrl = currentPath.indexOf("http://") >= 0 || currentPath.indexOf("https://") >= 0; var handlePageChange = function handlePageChange() { try { var path = currentPath; // If empty, add / if (path === "") { path = "/"; } var _isUrl = path.indexOf("http://") >= 0 || path.indexOf("https://") >= 0; // Add slash before URL if (!_isUrl && path.substring(0, 1) !== "/") { path = "/".concat(path); } else if (_isUrl) { var url = new URL(path); if (url.pathname !== path) { path = "".concat(url.pathname).concat(url.search); } } // Update path if it has been changed if (path !== currentPath) { setCurrentPath(path); } updateFrontendPreviewPath({ path: path }); } catch (err) {} }; return /*#__PURE__*/react.createElement("div", { className: (0,clsx_m/* default */.Z)("buzzy-urlbar", !loading && "ready") }, /*#__PURE__*/react.createElement(Grid_Grid, { container: true, spacing: 2, style: { padding: 10 } }, /*#__PURE__*/react.createElement(Grid_Grid, { item: true, xs: true }, /*#__PURE__*/react.createElement(esm_TextField_TextField, { style: { whiteSpace: "nowrap" }, variant: "outlined", value: currentPath, className: "whitten", size: "small", label: "Test Buttonizer on:", placeholder: "/", fullWidth: true, onChange: function onChange(e) { setCurrentPath(e.target.value); }, InputProps: { startAdornment: !isUrl && /*#__PURE__*/react.createElement("div", null, "https://", domain), endAdornment: /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(esm_Button_Button, { style: { padding: "5px 35px", marginRight: "15px" }, onClick: function onClick() { return handlePageChange(); }, color: "primary" }, "Load into preview"), /*#__PURE__*/react.createElement(KnowledgeBaseLink, { articleId: 960, tiny: true })) }, onPaste: function onPaste() { return handlePageChange(); }, onFocus: function onFocus(e) { return e.target.select(); }, onBlur: function onBlur() { return handlePageChange(); }, onKeyUp: function onKeyUp(e) { if (e.keyCode === 13) { handlePageChange(); } } })), /*#__PURE__*/react.createElement(Grid_Grid, { item: true, style: { padding: "8px 0" } }, /*#__PURE__*/react.createElement(EventsButton, null)), /*#__PURE__*/react.createElement(Grid_Grid, { item: true }, /*#__PURE__*/react.createElement(ButtonGroup_ButtonGroup, { ref: buttonRef, "aria-label": "split button" }, !app.hasPremium() && /*#__PURE__*/react.createElement(esm_Button_Button, { className: "button-preview-upgrade", style: { marginLeft: "5px" }, href: subscriptionUrl, target: "_blank", variant: "contained", color: "secondary" }, "Upgrade"))))); } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/AdminNotifications/style.module.scss // extracted by mini-css-extract-plugin /* harmony default export */ var AdminNotifications_style_module = ({"key":"GoB-rFmXaQiCtLHiw5bE0","mouse":"QZVwpvNWXvaP4Bg5_NwrC"}); ;// CONCATENATED MODULE: ./src/js/dashboard/Components/AdminNotifications/AdminNotifications.js function AdminNotifications_getValue(value) { var action = null; ButtonActionOptions.forEach(function (obj) { if (!action && obj.value == value) { action = obj; } }); return action ? action : { label: "Unknown action" }; } var isSnoozed = false; function AdminNotifications() { var _useSnackbar = useSnackbar(), enqueueSnackbar = _useSnackbar.enqueueSnackbar, closeSnackbar = _useSnackbar.closeSnackbar; (0,react.useEffect)(function () { var eventListener = function eventListener(e) { if (!e.isTrusted || typeof e.data === "undefined" || typeof e.data.eventType === "undefined" || e.data.eventType !== "buttonizer") return; // Show notification on button click/admin redirect if (e.data.messageType === "admin-link-redirect" && !isSnoozed && e.data.message.type !== "to-group") { enqueueSnackbar( /*#__PURE__*/react.createElement(Trans, { i18nKey: "warnings.actions.".concat(e.data.message.type === "to-menu" ? "toggle_menu_text" : "test_action_text"), components: { mouseIcon: /*#__PURE__*/react.createElement(SvgIcon/* default */.Z, { className: AdminNotifications_style_module.mouse }, /*#__PURE__*/react.createElement("path", { d: "M13 1.07V9h7c0-4.08-3.05-7.44-7-7.93zM4 15c0 4.42 3.58 8 8 8s8-3.58 8-8v-4H4v4zm7-13.93C7.05 1.56 4 4.92 4 9h7V1.07z", style: { fill: "#2f7789" } }), /*#__PURE__*/react.createElement("path", { d: "M 13 1.07 z z m -2 -0.07 C 7.05 1.56 4 4.92 4 9 H 11 V 1.07 z", style: { fill: "#f57c19", transform: "scaleX(-1) translate(-24px, 0px)" } })) } }), { anchorOrigin: { vertical: "top", horizontal: "right" }, TransitionComponent: Grow/* default */.Z, preventDuplicate: true, key: "shift-notification-".concat(e.data.message.type === "to-menu" ? "menu" : "action"), action: function action(key) { return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(IconButton_IconButton/* default */.Z, { component: "a", href: "https://community.buttonizer.pro/knowledgebase/960", target: "_blank", color: "primary", size: "small", style: { marginRight: 5 } }, /*#__PURE__*/react.createElement("i", { className: "fas fa-question-circle" })), /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { isSnoozed = true; closeSnackbar(key); }, color: "primary" }, translate_translate("common.snooze"))); } }); } // Cannot preview in editor mode else if (e.data.messageType === "action-disabled") { enqueueSnackbar( /*#__PURE__*/react.createElement(Trans, { i18nKey: "warnings.actions.disabled_in_editor", values: { action: translate_translate(AdminNotifications_getValue(e.data.message).label) }, components: { bold: /*#__PURE__*/react.createElement("b", { style: { marginRight: 5 } }) } }), { anchorOrigin: { vertical: "top", horizontal: "right" }, TransitionComponent: Grow/* default */.Z }); } }; window.addEventListener("message", eventListener); return function () { window.removeEventListener("message", eventListener); }; }, []); return null; } ;// CONCATENATED MODULE: ./src/js/dashboard/Components/Dialogs/StandaloneWarningDialog/StandaloneWarningDialog.js function StandaloneWarningDialog(_ref) { var _ref$opened = _ref.opened, opened = _ref$opened === void 0 ? false : _ref$opened, _onClose = _ref.onClose; return /*#__PURE__*/react.createElement(ConfirmDialog, { open: opened, title: "Conflict with Buttonizer Standalone", icon: /*#__PURE__*/react.createElement("i", { className: "fas fa-exclamation window-icon" }), maxWidth: "sm", buttons: [{ value: "open_link", text: "Go to dashboard" }, { value: "confirm", text: translate_translate("modal.ok"), variant: "contained" }], onClose: function onClose(val) { if (val === "confirm") { _onClose(); } else if (val === "open_link") { window.open("https://app.buttonizer.pro/overview"); } } }, "We have prevented an editor crash. You have implemented", " ", /*#__PURE__*/react.createElement(Link_Link, { href: "https://app.buttonizer.pro/overview", color: "primary" }, "Buttonizer standalone"), " ", "on your WordPress website, that's great! However, our", " ", /*#__PURE__*/react.createElement("i", null, "Buttonizer for WordPress"), " editor currently conflicts with our", " ", /*#__PURE__*/react.createElement("i", null, "standalone script"), ".", /*#__PURE__*/react.createElement("br", null), /*#__PURE__*/react.createElement("br", null), "If you would like to continue to use the standalone version, please deactivate ", /*#__PURE__*/react.createElement("i", null, "Buttonizer for WordPress"), " and edit your buttons via your", " ", /*#__PURE__*/react.createElement(Link_Link, { href: "https://app.buttonizer.pro/overview", color: "primary" }, "standalone editor"), ". If you want to use this editor, remove the standalone code from your site."); } ;// CONCATENATED MODULE: ./src/js/dashboard/App.js function App_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { App_typeof = function _typeof(obj) { return typeof obj; }; } else { App_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return App_typeof(obj); } function App_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function App_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { App_ownKeys(Object(source), true).forEach(function (key) { App_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { App_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function App_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function App_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function App_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function App_createClass(Constructor, protoProps, staticProps) { if (protoProps) App_defineProperties(Constructor.prototype, protoProps); if (staticProps) App_defineProperties(Constructor, staticProps); return Constructor; } function App_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) App_setPrototypeOf(subClass, superClass); } function App_setPrototypeOf(o, p) { App_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return App_setPrototypeOf(o, p); } function App_createSuper(Derived) { var hasNativeReflectConstruct = App_isNativeReflectConstruct(); return function _createSuperInternal() { var Super = App_getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = App_getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return App_possibleConstructorReturn(this, result); }; } function App_possibleConstructorReturn(self, call) { if (call && (App_typeof(call) === "object" || typeof call === "function")) { return call; } return App_assertThisInitialized(self); } function App_assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } function App_isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } function App_getPrototypeOf(o) { App_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return App_getPrototypeOf(o); } var App_App = /*#__PURE__*/function (_React$Component) { App_inherits(App, _React$Component); var _super = App_createSuper(App); function App(props) { var _this; App_classCallCheck(this, App); _this = _super.call(this, props); __webpack_require__.g.app = App_assertThisInitialized(_this); // FontAwesome _this.loadFontAwesome(); // Frame URL _this.frameUrl = props.frameUrl; _this.loading = props.loading; _this.getGroupCount = props.getGroupCount; _this.inPlatformEditor = null; _this.state = { hasError: false, error: "", showOutOfPreviewWarning: false, premiumDialog: { open: false, currentTarget: null, text: null, anchorOriginVertical: "bottom", transformOriginVertical: "top" }, buttonizerTour: null, standaloneWarning: false, /* webpack-strip-block:removed */ sessionExpired: false, devicePreview: "desktop" }; _this.isUpdatingTimeout = null; _this.isTop = window.top == window; document.body.classList.add("buttonizer-mobile-hide"); _this.initializedWithWelcome = window.location.href.indexOf("welcome-splash") >= 0; // Add favicon var favicon = document.createElement("link"); favicon.rel = "shortcut icon"; favicon.href = buttonizer_admin && buttonizer_admin.dir + "/favicon.ico"; document.head.appendChild(favicon); return _this; } // Mounted, start! App_createClass(App, [{ key: "componentDidMount", value: function componentDidMount() { var _this2 = this; getData()(dashboard_store.dispatch); window.addEventListener("message", function (event) { if (!event.isTrusted || typeof event.data === "undefined" || typeof event.data.eventType === "undefined" || event.data.eventType !== "buttonizer") return; if (event.data.messageType === "error") { var rawError = event.data.message; var error = window[rawError.name](rawError.message); error.column = rawError.column; error.line = rawError.line; error.sourceURL = rawError.sourceURL; error.stack = rawError.stack; window.err = error; withScope(function (scope) { scope.setExtra("frontend_data", JSON.parse(rawError.extra)); scope.setExtra("frontend_data_raw", rawError.extra); captureException(error); }); } if (event.data.messageType === "javascript_error") { _this2.showJavascriptDialog(event.data.message); } // Open button/group if (event.data.messageType === "admin-link-redirect") { _this2.redirectFromFrontend(event.data.message); } // Standaone warning if (event.data.messageType === "standalone_conflict") { _this2.setState({ standaloneWarning: true }); } // Initialize WordPress platform if (event.data.messageType === "platform") { _this2.inPlatformEditor = event.data.message; } }, false); // Initialize connection with outer window if (!this.isTop) { messageApp("connection", "ready"); } } /** * Buttonizer * @returns {*} */ }, { key: "render", value: function render() { var _this3 = this; var javascriptError = function javascriptError() { /* webpack-strip-block:removed */ return /*#__PURE__*/react.createElement(react.Fragment, null); }; var permalinkError = function permalinkError() { return /*#__PURE__*/react.createElement(ConfirmDialog, { open: !buttonizer_admin.permalink_structure, title: translate_translate("errors.permalink.title"), icon: /*#__PURE__*/react.createElement("i", { className: "fas fa-exclamation window-icon" }), maxWidth: "sm", className: "warning", buttons: [{ value: "confirm", text: translate_translate("modal.ok_fix"), variant: "contained" }], onClose: function onClose(status) { if (status === "confirm") { document.location.href = buttonizer_admin.admin.replace("admin.php", "options-permalink.php"); } } }, translate_translate("errors.permalink.info")); }; return /*#__PURE__*/react.createElement(HashRouter, null, /*#__PURE__*/react.createElement("div", { className: "buttonizer-main-frame" }, /*#__PURE__*/react.createElement(Loader_Loader, { loadingString: this.props.loading.loadingString, slowWebsite: this.props.loading.loadingSlowWebsite, show: this.props.loading.showLoading }), /*#__PURE__*/react.createElement(Drawers, { loaded: this.props.loading.loaded, getGroupCount: this.props.getGroupCount }), /*#__PURE__*/react.createElement(Bar, { loading: !this.props.loading.loaded, isLoadingSite: this.props.loading.showLoading }), /*#__PURE__*/react.createElement(AdminNotifications, null), window.buttonizer_admin.is_stand_alone && /*#__PURE__*/react.createElement(UrlBar, { loading: !this.props.loading.loaded || this.props.loading.showLoading }), !this.props.loading.showLoading && /*#__PURE__*/react.createElement("button", { className: "hide-bar-button", onClick: function onClick() { document.body.classList.toggle("hide-buttonizer-bar"); } }, /*#__PURE__*/react.createElement("i", { className: "fas fa-chevron-right" }), /*#__PURE__*/react.createElement("i", { className: "fas fa-chevron-left" })), /*#__PURE__*/react.createElement("div", { className: (0,clsx_m/* default */.Z)("buttonizer-preview", !window.buttonizer_admin.is_stand_alone && "is-wp-version", this.state.devicePreview === "mobile" && "frame-size-mobile", this.state.devicePreview === "tablet" && "frame-size-tablet") }, this.state.showOutOfPreviewWarning && /*#__PURE__*/react.createElement(IframeOutbreak, null), /*#__PURE__*/react.createElement("iframe", { src: this.props.frameUrl, width: "100%", height: "100%", frameBorder: "0", className: (0,clsx_m/* default */.Z)((!this.props.loading.loaded || this.props.loading.showLoading) && "waitfor"), onLoad: function onLoad(e) { if (_this3.props.loading.loadingIframe && _this3.props.frameUrl !== "about:blank") { dashboard_store.dispatch(stopLoading()); } // Make sure to update the iframe location if (e.target.contentWindow.location.href !== "about:blank") { _this3.setState({ showOutOfPreviewWarning: !e.target.contentWindow.location.href.includes("buttonizer-preview=1") }); } } }, "Your browser does somehow not support iframes. Please try a recent version of Google Chrome, FireFox or Microsoft Edge")), /*#__PURE__*/react.createElement(Dialogs_SuperContributorDialog, { tour: this.state.buttonizerTour }), /*#__PURE__*/react.createElement(ChangelogDialog_ChangelogDialog, null), /*#__PURE__*/react.createElement(ButtonizerTour_ButtonizerTour, { tour: this.state.buttonizerTour }), /*#__PURE__*/react.createElement(PremiumDialog_PremiumDialog, { open: this.state.premiumDialog.open, currentTarget: this.state.premiumDialog.currentTarget, text: this.state.premiumDialog.text, anchorOriginVertical: this.state.premiumDialog.anchorOriginVertical, transformOriginVertical: this.state.premiumDialog.transformOriginVertical }), permalinkError(), javascriptError(), /*#__PURE__*/react.createElement(StandaloneWarningDialog, { opened: this.state.standaloneWarning, onClose: function onClose() { return _this3.setState({ standaloneWarning: false }); } }), window.buttonizer_admin.is_stand_alone && /*#__PURE__*/react.createElement(SessionExpiredDialog, { isOpened: this.state.sessionExpired }))); } }, { key: "loadFontAwesome", value: function loadFontAwesome() { var fontAwesome = document.createElement("link"); fontAwesome.rel = "stylesheet"; fontAwesome.type = "text/css"; fontAwesome.href = "https://use.fontawesome.com/releases/v5.15.4/css/all.css"; fontAwesome.integrity = "sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm"; fontAwesome.setAttribute("crossorigin", "anonymous"); document.getElementsByTagName("head")[0].appendChild(fontAwesome); } /** * Does this user have premium? * @returns {boolean|*} */ }, { key: "hasPremium", value: function hasPremium() { if (window.free === true) return false; return this.props._premium; } }, { key: "isPremiumCode", value: function isPremiumCode() { if (window.freeCode === true) return false; return this.props.isPremiumCode; } /** * Does this user have any changes? * * @returns {boolean} */ }, { key: "hasChanges", value: function hasChanges() { return this.props.hasChanges; } /** * Update if the user has any changes * * @param status * @returns {boolean} */ }, { key: "setHasChanges", value: function setHasChanges(status) { if (this.props.hasChanges === status) return status; dashboard_store.dispatch(changeHasChanges(status)); return status; } /** * Buttonizer fully loaded? * @returns {boolean} */ }, { key: "isLoaded", value: function isLoaded() { return this.props.loading.loaded; } /** * Return button saver (discontinued) * @returns {ButtonSaver} */ }, { key: "getSaver", value: function getSaver() { return this.buttonSaver; } }, { key: "setDevicePreview", value: function setDevicePreview(state) { this.setState({ devicePreview: state }); } }, { key: "getCurrentButtonizerTour", value: function getCurrentButtonizerTour() { return this.state.buttonizerTour; } }, { key: "startButtonizerTour", value: function startButtonizerTour(tour) { this.setState({ buttonizerTour: tour }); } }, { key: "closeButtonizerTour", value: function closeButtonizerTour() { this.setState({ buttonizerTour: null }); } }, { key: "showPremiumDialog", value: function showPremiumDialog(currentTarget) { var text = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; var anchorOriginPosition = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : "bottom"; var transformOriginPosition = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : "top"; return this.setState({ premiumDialog: { open: true, currentTarget: currentTarget, text: text, anchorOriginVertical: anchorOriginPosition, transformOriginVertical: transformOriginPosition } }); } }, { key: "closePremiumDialog", value: function closePremiumDialog() { return this.setState({ premiumDialog: App_objectSpread(App_objectSpread({}, this.state.premiumDialog), {}, { open: false }) }); } }, { key: "showJavascriptDialog", value: function showJavascriptDialog() { var text = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; return this.setState({ javascriptDialog: { open: true, text: text } }); } }, { key: "standAloneEvent", value: function standAloneEvent(eventType) { if (eventType === "unauthenticated") { return this.setState({ sessionExpired: true }); } else if (eventType === "userauthenticated") { return this.setState({ sessionExpired: false }); } } /** * Open a page on the dashboard when clicking on a button/group * @param {*} action */ }, { key: "redirectFromFrontend", value: function redirectFromFrontend(action) { var pageParam = ""; if (["style", "general", "advanced"].indexOf(document.location.hash.substring(document.location.hash.lastIndexOf("/") + 1)) > -1) { pageParam = "/".concat(document.location.hash.substring(document.location.hash.lastIndexOf("/") + 1)); } switch (action.type) { case "to-group": document.location.hash = "/group/".concat(action.data.group).concat(pageParam); break; case "to-menu": document.location.hash = "/group/".concat(action.data.group, "/menuButton").concat(pageParam); break; default: document.location.hash = "/group/".concat(action.data.group, "/button/").concat(action.data.button).concat(pageParam); break; } } }]); return App; }(react.Component); /* harmony default export */ var dashboard_App = (connect(function (store) { return { frameUrl: store.misc.frameUrl, loading: store.misc.loading, _premium: store.misc._premium, isPremiumCode: store.misc._premiumCode, hasChanges: store.misc.hasChanges, welcome: store.settings.welcome, getGroupCount: function getGroupCount() { return selectors_getGroupCount(store); } }; }, { addRecord: dataActions_addRecord, addRelation: dataActions_addRelation, getData: getData, changeHasChanges: changeHasChanges, stopLoading: stopLoading })(App_App)); // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/logger.js var esm_logger = __webpack_require__(12343); ;// CONCATENATED MODULE: ./node_modules/@sentry/core/esm/flags.js /* * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking * for users. * * Debug flags need to be declared in each package individually and must not be imported across package boundaries, * because some build tools have trouble tree-shaking imported guards. * * As a convention, we define debug flags in a `flags.ts` file in the root of a package's `src` folder. * * Debug flag files will contain "magic strings" like `__SENTRY_DEBUG__` that may get replaced with actual values during * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not * replaced. */ /** Flag that is true for debug builds, false otherwise. */ var flags_IS_DEBUG_BUILD = typeof __SENTRY_DEBUG__ === 'undefined' ? true : __SENTRY_DEBUG__; //# sourceMappingURL=flags.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/core/esm/sdk.js /** * Internal function to create a new SDK client instance. The client is * installed and then bound to the current scope. * * @param clientClass The client class to instantiate. * @param options Options to pass to the client. */ function initAndBind(clientClass, options) { if (options.debug === true) { if (flags_IS_DEBUG_BUILD) { esm_logger/* logger.enable */.kg.enable(); } else { // use `console.warn` rather than `logger.warn` since by non-debug bundles have all `logger.x` statements stripped // eslint-disable-next-line no-console console.warn('[Sentry] Cannot initialize SDK with `debug` option using a non-debug bundle.'); } } var hub = (0,esm_hub/* getCurrentHub */.Gd)(); var scope = hub.getScope(); if (scope) { scope.update(options.initialScope); } var client = new clientClass(options); hub.bindClient(client); } //# sourceMappingURL=sdk.js.map // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/misc.js var misc = __webpack_require__(62844); // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/string.js var string = __webpack_require__(57321); ;// CONCATENATED MODULE: ./node_modules/@sentry/core/esm/integrations/inboundfilters.js // "Script error." is hard coded into browsers for errors that it can't read. // this is the result of a script being pulled in from an external domain and CORS. var DEFAULT_IGNORE_ERRORS = [/^Script error\.?$/, /^Javascript error: Script error\.? on line 0$/]; /** Inbound filters configurable by the user */ var InboundFilters = /** @class */ (function () { function InboundFilters(_options) { if (_options === void 0) { _options = {}; } this._options = _options; /** * @inheritDoc */ this.name = InboundFilters.id; } /** * @inheritDoc */ InboundFilters.prototype.setupOnce = function (addGlobalEventProcessor, getCurrentHub) { addGlobalEventProcessor(function (event) { var hub = getCurrentHub(); if (hub) { var self_1 = hub.getIntegration(InboundFilters); if (self_1) { var client = hub.getClient(); var clientOptions = client ? client.getOptions() : {}; var options = _mergeOptions(self_1._options, clientOptions); return _shouldDropEvent(event, options) ? null : event; } } return event; }); }; /** * @inheritDoc */ InboundFilters.id = 'InboundFilters'; return InboundFilters; }()); /** JSDoc */ function _mergeOptions(internalOptions, clientOptions) { if (internalOptions === void 0) { internalOptions = {}; } if (clientOptions === void 0) { clientOptions = {}; } return { allowUrls: (0,tslib_es6/* __spread */.fl)((internalOptions.whitelistUrls || []), (internalOptions.allowUrls || []), (clientOptions.whitelistUrls || []), (clientOptions.allowUrls || [])), denyUrls: (0,tslib_es6/* __spread */.fl)((internalOptions.blacklistUrls || []), (internalOptions.denyUrls || []), (clientOptions.blacklistUrls || []), (clientOptions.denyUrls || [])), ignoreErrors: (0,tslib_es6/* __spread */.fl)((internalOptions.ignoreErrors || []), (clientOptions.ignoreErrors || []), DEFAULT_IGNORE_ERRORS), ignoreInternal: internalOptions.ignoreInternal !== undefined ? internalOptions.ignoreInternal : true, }; } /** JSDoc */ function _shouldDropEvent(event, options) { if (options.ignoreInternal && _isSentryError(event)) { flags_IS_DEBUG_BUILD && esm_logger/* logger.warn */.kg.warn("Event dropped due to being internal Sentry Error.\nEvent: " + (0,misc/* getEventDescription */.jH)(event)); return true; } if (_isIgnoredError(event, options.ignoreErrors)) { flags_IS_DEBUG_BUILD && esm_logger/* logger.warn */.kg.warn("Event dropped due to being matched by `ignoreErrors` option.\nEvent: " + (0,misc/* getEventDescription */.jH)(event)); return true; } if (_isDeniedUrl(event, options.denyUrls)) { flags_IS_DEBUG_BUILD && esm_logger/* logger.warn */.kg.warn("Event dropped due to being matched by `denyUrls` option.\nEvent: " + (0,misc/* getEventDescription */.jH)(event) + ".\nUrl: " + _getEventFilterUrl(event)); return true; } if (!_isAllowedUrl(event, options.allowUrls)) { flags_IS_DEBUG_BUILD && esm_logger/* logger.warn */.kg.warn("Event dropped due to not being matched by `allowUrls` option.\nEvent: " + (0,misc/* getEventDescription */.jH)(event) + ".\nUrl: " + _getEventFilterUrl(event)); return true; } return false; } function _isIgnoredError(event, ignoreErrors) { if (!ignoreErrors || !ignoreErrors.length) { return false; } return _getPossibleEventMessages(event).some(function (message) { return ignoreErrors.some(function (pattern) { return (0,string/* isMatchingPattern */.zC)(message, pattern); }); }); } function _isDeniedUrl(event, denyUrls) { // TODO: Use Glob instead? if (!denyUrls || !denyUrls.length) { return false; } var url = _getEventFilterUrl(event); return !url ? false : denyUrls.some(function (pattern) { return (0,string/* isMatchingPattern */.zC)(url, pattern); }); } function _isAllowedUrl(event, allowUrls) { // TODO: Use Glob instead? if (!allowUrls || !allowUrls.length) { return true; } var url = _getEventFilterUrl(event); return !url ? true : allowUrls.some(function (pattern) { return (0,string/* isMatchingPattern */.zC)(url, pattern); }); } function _getPossibleEventMessages(event) { if (event.message) { return [event.message]; } if (event.exception) { try { var _a = (event.exception.values && event.exception.values[0]) || {}, _b = _a.type, type = _b === void 0 ? '' : _b, _c = _a.value, value = _c === void 0 ? '' : _c; return ["" + value, type + ": " + value]; } catch (oO) { flags_IS_DEBUG_BUILD && esm_logger/* logger.error */.kg.error("Cannot extract message for event " + (0,misc/* getEventDescription */.jH)(event)); return []; } } return []; } function _isSentryError(event) { try { // @ts-ignore can't be a sentry error if undefined // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access return event.exception.values[0].type === 'SentryError'; } catch (e) { // ignore } return false; } function _getLastValidUrl(frames) { if (frames === void 0) { frames = []; } for (var i = frames.length - 1; i >= 0; i--) { var frame = frames[i]; if (frame && frame.filename !== '<anonymous>' && frame.filename !== '[native code]') { return frame.filename || null; } } return null; } function _getEventFilterUrl(event) { try { if (event.stacktrace) { return _getLastValidUrl(event.stacktrace.frames); } var frames_1; try { // @ts-ignore we only care about frames if the whole thing here is defined frames_1 = event.exception.values[0].stacktrace.frames; } catch (e) { // ignore } return frames_1 ? _getLastValidUrl(frames_1) : null; } catch (oO) { flags_IS_DEBUG_BUILD && esm_logger/* logger.error */.kg.error("Cannot extract url for event " + (0,misc/* getEventDescription */.jH)(event)); return null; } } //# sourceMappingURL=inboundfilters.js.map // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/object.js var object = __webpack_require__(20535); ;// CONCATENATED MODULE: ./node_modules/@sentry/core/esm/integrations/functiontostring.js var originalFunctionToString; /** Patch toString calls to return proper name for wrapped functions */ var FunctionToString = /** @class */ (function () { function FunctionToString() { /** * @inheritDoc */ this.name = FunctionToString.id; } /** * @inheritDoc */ FunctionToString.prototype.setupOnce = function () { // eslint-disable-next-line @typescript-eslint/unbound-method originalFunctionToString = Function.prototype.toString; // eslint-disable-next-line @typescript-eslint/no-explicit-any Function.prototype.toString = function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } var context = (0,object/* getOriginalFunction */.HK)(this) || this; return originalFunctionToString.apply(context, args); }; }; /** * @inheritDoc */ FunctionToString.id = 'FunctionToString'; return FunctionToString; }()); //# sourceMappingURL=functiontostring.js.map // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/global.js var esm_global = __webpack_require__(82991); // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/instrument.js var instrument = __webpack_require__(9732); ;// CONCATENATED MODULE: ./node_modules/@sentry/core/esm/version.js var SDK_VERSION = '6.19.7'; //# sourceMappingURL=version.js.map // EXTERNAL MODULE: ./node_modules/@sentry/hub/esm/scope.js var esm_scope = __webpack_require__(46769); ;// CONCATENATED MODULE: ./node_modules/@sentry/utils/esm/polyfill.js var polyfill_setPrototypeOf = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties); /** * setPrototypeOf polyfill using __proto__ */ // eslint-disable-next-line @typescript-eslint/ban-types function setProtoOf(obj, proto) { // @ts-ignore __proto__ does not exist on obj obj.__proto__ = proto; return obj; } /** * setPrototypeOf polyfill using mixin */ // eslint-disable-next-line @typescript-eslint/ban-types function mixinProperties(obj, proto) { for (var prop in proto) { if (!Object.prototype.hasOwnProperty.call(obj, prop)) { // @ts-ignore typescript complains about indexing so we remove obj[prop] = proto[prop]; } } return obj; } //# sourceMappingURL=polyfill.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/utils/esm/error.js /** An error emitted by Sentry SDKs and related utilities. */ var SentryError = /** @class */ (function (_super) { (0,tslib_es6/* __extends */.ZT)(SentryError, _super); function SentryError(message) { var _newTarget = this.constructor; var _this = _super.call(this, message) || this; _this.message = message; _this.name = _newTarget.prototype.constructor.name; polyfill_setPrototypeOf(_this, _newTarget.prototype); return _this; } return SentryError; }(Error)); //# sourceMappingURL=error.js.map // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/flags.js var flags = __webpack_require__(88795); ;// CONCATENATED MODULE: ./node_modules/@sentry/utils/esm/dsn.js /** Regular expression used to parse a Dsn. */ var DSN_REGEX = /^(?:(\w+):)\/\/(?:(\w+)(?::(\w+))?@)([\w.-]+)(?::(\d+))?\/(.+)/; function isValidProtocol(protocol) { return protocol === 'http' || protocol === 'https'; } /** * Renders the string representation of this Dsn. * * By default, this will render the public representation without the password * component. To get the deprecated private representation, set `withPassword` * to true. * * @param withPassword When set to true, the password will be included. */ function dsnToString(dsn, withPassword) { if (withPassword === void 0) { withPassword = false; } var host = dsn.host, path = dsn.path, pass = dsn.pass, port = dsn.port, projectId = dsn.projectId, protocol = dsn.protocol, publicKey = dsn.publicKey; return (protocol + "://" + publicKey + (withPassword && pass ? ":" + pass : '') + ("@" + host + (port ? ":" + port : '') + "/" + (path ? path + "/" : path) + projectId)); } function dsnFromString(str) { var match = DSN_REGEX.exec(str); if (!match) { throw new SentryError("Invalid Sentry Dsn: " + str); } var _a = (0,tslib_es6/* __read */.CR)(match.slice(1), 6), protocol = _a[0], publicKey = _a[1], _b = _a[2], pass = _b === void 0 ? '' : _b, host = _a[3], _c = _a[4], port = _c === void 0 ? '' : _c, lastPath = _a[5]; var path = ''; var projectId = lastPath; var split = projectId.split('/'); if (split.length > 1) { path = split.slice(0, -1).join('/'); projectId = split.pop(); } if (projectId) { var projectMatch = projectId.match(/^\d+/); if (projectMatch) { projectId = projectMatch[0]; } } return dsnFromComponents({ host: host, pass: pass, path: path, projectId: projectId, port: port, protocol: protocol, publicKey: publicKey }); } function dsnFromComponents(components) { // TODO this is for backwards compatibility, and can be removed in a future version if ('user' in components && !('publicKey' in components)) { components.publicKey = components.user; } return { user: components.publicKey || '', protocol: components.protocol, publicKey: components.publicKey || '', pass: components.pass || '', host: components.host, port: components.port || '', path: components.path || '', projectId: components.projectId, }; } function validateDsn(dsn) { if (!flags/* IS_DEBUG_BUILD */.h) { return; } var port = dsn.port, projectId = dsn.projectId, protocol = dsn.protocol; var requiredComponents = ['protocol', 'publicKey', 'host', 'projectId']; requiredComponents.forEach(function (component) { if (!dsn[component]) { throw new SentryError("Invalid Sentry Dsn: " + component + " missing"); } }); if (!projectId.match(/^\d+$/)) { throw new SentryError("Invalid Sentry Dsn: Invalid projectId " + projectId); } if (!isValidProtocol(protocol)) { throw new SentryError("Invalid Sentry Dsn: Invalid protocol " + protocol); } if (port && isNaN(parseInt(port, 10))) { throw new SentryError("Invalid Sentry Dsn: Invalid port " + port); } return true; } /** The Sentry Dsn, identifying a Sentry instance and project. */ function makeDsn(from) { var components = typeof from === 'string' ? dsnFromString(from) : dsnFromComponents(from); validateDsn(components); return components; } //# sourceMappingURL=dsn.js.map // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/is.js var esm_is = __webpack_require__(67597); // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/syncpromise.js var syncpromise = __webpack_require__(96893); // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/time.js var time = __webpack_require__(21170); ;// CONCATENATED MODULE: ./node_modules/@sentry/utils/esm/memo.js /* eslint-disable @typescript-eslint/no-unsafe-member-access */ /* eslint-disable @typescript-eslint/no-explicit-any */ /** * Helper to decycle json objects */ function memoBuilder() { var hasWeakSet = typeof WeakSet === 'function'; var inner = hasWeakSet ? new WeakSet() : []; function memoize(obj) { if (hasWeakSet) { if (inner.has(obj)) { return true; } inner.add(obj); return false; } // eslint-disable-next-line @typescript-eslint/prefer-for-of for (var i = 0; i < inner.length; i++) { var value = inner[i]; if (value === obj) { return true; } } inner.push(obj); return false; } function unmemoize(obj) { if (hasWeakSet) { inner.delete(obj); } else { for (var i = 0; i < inner.length; i++) { if (inner[i] === obj) { inner.splice(i, 1); break; } } } } return [memoize, unmemoize]; } //# sourceMappingURL=memo.js.map // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/stacktrace.js var esm_stacktrace = __webpack_require__(30360); ;// CONCATENATED MODULE: ./node_modules/@sentry/utils/esm/normalize.js /** * Recursively normalizes the given object. * * - Creates a copy to prevent original input mutation * - Skips non-enumerable properties * - When stringifying, calls `toJSON` if implemented * - Removes circular references * - Translates non-serializable values (`undefined`/`NaN`/functions) to serializable format * - Translates known global objects/classes to a string representations * - Takes care of `Error` object serialization * - Optionally limits depth of final output * - Optionally limits number of properties/elements included in any single object/array * * @param input The object to be normalized. * @param depth The max depth to which to normalize the object. (Anything deeper stringified whole.) * @param maxProperties The max number of elements or properties to be included in any single array or * object in the normallized output.. * @returns A normalized version of the object, or `"**non-serializable**"` if any errors are thrown during normalization. */ function normalize(input, depth, maxProperties) { if (depth === void 0) { depth = +Infinity; } if (maxProperties === void 0) { maxProperties = +Infinity; } try { // since we're at the outermost level, there is no key return visit('', input, depth, maxProperties); } catch (err) { return { ERROR: "**non-serializable** (" + err + ")" }; } } /** JSDoc */ function normalizeToSize(object, // Default Node.js REPL depth depth, // 100kB, as 200kB is max payload size, so half sounds reasonable maxSize) { if (depth === void 0) { depth = 3; } if (maxSize === void 0) { maxSize = 100 * 1024; } var normalized = normalize(object, depth); if (jsonSize(normalized) > maxSize) { return normalizeToSize(object, depth - 1, maxSize); } return normalized; } /** * Visits a node to perform normalization on it * * @param key The key corresponding to the given node * @param value The node to be visited * @param depth Optional number indicating the maximum recursion depth * @param maxProperties Optional maximum number of properties/elements included in any single object/array * @param memo Optional Memo class handling decycling */ function visit(key, value, depth, maxProperties, memo) { if (depth === void 0) { depth = +Infinity; } if (maxProperties === void 0) { maxProperties = +Infinity; } if (memo === void 0) { memo = memoBuilder(); } var _a = (0,tslib_es6/* __read */.CR)(memo, 2), memoize = _a[0], unmemoize = _a[1]; // If the value has a `toJSON` method, see if we can bail and let it do the work var valueWithToJSON = value; if (valueWithToJSON && typeof valueWithToJSON.toJSON === 'function') { try { return valueWithToJSON.toJSON(); } catch (err) { // pass (The built-in `toJSON` failed, but we can still try to do it ourselves) } } // Get the simple cases out of the way first if (value === null || (['number', 'boolean', 'string'].includes(typeof value) && !(0,esm_is/* isNaN */.i2)(value))) { return value; } var stringified = stringifyValue(key, value); // Anything we could potentially dig into more (objects or arrays) will have come back as `"[object XXXX]"`. // Everything else will have already been serialized, so if we don't see that pattern, we're done. if (!stringified.startsWith('[object ')) { return stringified; } // We're also done if we've reached the max depth if (depth === 0) { // At this point we know `serialized` is a string of the form `"[object XXXX]"`. Clean it up so it's just `"[XXXX]"`. return stringified.replace('object ', ''); } // If we've already visited this branch, bail out, as it's circular reference. If not, note that we're seeing it now. if (memoize(value)) { return '[Circular ~]'; } // At this point we know we either have an object or an array, we haven't seen it before, and we're going to recurse // because we haven't yet reached the max depth. Create an accumulator to hold the results of visiting each // property/entry, and keep track of the number of items we add to it. var normalized = (Array.isArray(value) ? [] : {}); var numAdded = 0; // Before we begin, convert`Error` and`Event` instances into plain objects, since some of each of their relevant // properties are non-enumerable and otherwise would get missed. var visitable = ((0,esm_is/* isError */.VZ)(value) || (0,esm_is/* isEvent */.cO)(value) ? (0,object/* convertToPlainObject */.Sh)(value) : value); for (var visitKey in visitable) { // Avoid iterating over fields in the prototype if they've somehow been exposed to enumeration. if (!Object.prototype.hasOwnProperty.call(visitable, visitKey)) { continue; } if (numAdded >= maxProperties) { normalized[visitKey] = '[MaxProperties ~]'; break; } // Recursively visit all the child nodes var visitValue = visitable[visitKey]; normalized[visitKey] = visit(visitKey, visitValue, depth - 1, maxProperties, memo); numAdded += 1; } // Once we've visited all the branches, remove the parent from memo storage unmemoize(value); // Return accumulated values return normalized; } // TODO remove this in v7 (this means the method will no longer be exported, under any name) /** * Stringify the given value. Handles various known special values and types. * * Not meant to be used on simple primitives which already have a string representation, as it will, for example, turn * the number 1231 into "[Object Number]", nor on `null`, as it will throw. * * @param value The value to stringify * @returns A stringified representation of the given value */ function stringifyValue(key, // this type is a tiny bit of a cheat, since this function does handle NaN (which is technically a number), but for // our internal use, it'll do value) { try { if (key === 'domain' && value && typeof value === 'object' && value._events) { return '[Domain]'; } if (key === 'domainEmitter') { return '[DomainEmitter]'; } // It's safe to use `global`, `window`, and `document` here in this manner, as we are asserting using `typeof` first // which won't throw if they are not present. if (typeof __webpack_require__.g !== 'undefined' && value === __webpack_require__.g) { return '[Global]'; } // eslint-disable-next-line no-restricted-globals if (typeof window !== 'undefined' && value === window) { return '[Window]'; } // eslint-disable-next-line no-restricted-globals if (typeof document !== 'undefined' && value === document) { return '[Document]'; } // React's SyntheticEvent thingy if ((0,esm_is/* isSyntheticEvent */.Cy)(value)) { return '[SyntheticEvent]'; } if (typeof value === 'number' && value !== value) { return '[NaN]'; } // this catches `undefined` (but not `null`, which is a primitive and can be serialized on its own) if (value === void 0) { return '[undefined]'; } if (typeof value === 'function') { return "[Function: " + (0,esm_stacktrace/* getFunctionName */.$P)(value) + "]"; } if (typeof value === 'symbol') { return "[" + String(value) + "]"; } // stringified BigInts are indistinguishable from regular numbers, so we need to label them to avoid confusion if (typeof value === 'bigint') { return "[BigInt: " + String(value) + "]"; } // Now that we've knocked out all the special cases and the primitives, all we have left are objects. Simply casting // them to strings means that instances of classes which haven't defined their `toStringTag` will just come out as // `"[object Object]"`. If we instead look at the constructor's name (which is the same as the name of the class), // we can make sure that only plain objects come out that way. return "[object " + Object.getPrototypeOf(value).constructor.name + "]"; } catch (err) { return "**non-serializable** (" + err + ")"; } } /** Calculates bytes size of input string */ function utf8Length(value) { // eslint-disable-next-line no-bitwise return ~-encodeURI(value).split(/%..|./).length; } /** Calculates bytes size of input object */ function jsonSize(value) { return utf8Length(JSON.stringify(value)); } //# sourceMappingURL=normalize.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/core/esm/integration.js var installedIntegrations = []; /** * @private */ function filterDuplicates(integrations) { return integrations.reduce(function (acc, integrations) { if (acc.every(function (accIntegration) { return integrations.name !== accIntegration.name; })) { acc.push(integrations); } return acc; }, []); } /** Gets integration to install */ function getIntegrationsToSetup(options) { var defaultIntegrations = (options.defaultIntegrations && (0,tslib_es6/* __spread */.fl)(options.defaultIntegrations)) || []; var userIntegrations = options.integrations; var integrations = (0,tslib_es6/* __spread */.fl)(filterDuplicates(defaultIntegrations)); if (Array.isArray(userIntegrations)) { // Filter out integrations that are also included in user options integrations = (0,tslib_es6/* __spread */.fl)(integrations.filter(function (integrations) { return userIntegrations.every(function (userIntegration) { return userIntegration.name !== integrations.name; }); }), filterDuplicates(userIntegrations)); } else if (typeof userIntegrations === 'function') { integrations = userIntegrations(integrations); integrations = Array.isArray(integrations) ? integrations : [integrations]; } // Make sure that if present, `Debug` integration will always run last var integrationsNames = integrations.map(function (i) { return i.name; }); var alwaysLastToRun = 'Debug'; if (integrationsNames.indexOf(alwaysLastToRun) !== -1) { integrations.push.apply(integrations, (0,tslib_es6/* __spread */.fl)(integrations.splice(integrationsNames.indexOf(alwaysLastToRun), 1))); } return integrations; } /** Setup given integration */ function setupIntegration(integration) { if (installedIntegrations.indexOf(integration.name) !== -1) { return; } integration.setupOnce(esm_scope/* addGlobalEventProcessor */.c, esm_hub/* getCurrentHub */.Gd); installedIntegrations.push(integration.name); flags_IS_DEBUG_BUILD && esm_logger/* logger.log */.kg.log("Integration installed: " + integration.name); } /** * Given a list of integration instances this installs them all. When `withDefaults` is set to `true` then all default * integrations are added unless they were already provided before. * @param integrations array of integration instances * @param withDefault should enable default integrations */ function setupIntegrations(options) { var integrations = {}; getIntegrationsToSetup(options).forEach(function (integration) { integrations[integration.name] = integration; setupIntegration(integration); }); // set the `initialized` flag so we don't run through the process again unecessarily; use `Object.defineProperty` // because by default it creates a property which is nonenumerable, which we want since `initialized` shouldn't be // considered a member of the index the way the actual integrations are (0,object/* addNonEnumerableProperty */.xp)(integrations, 'initialized', true); return integrations; } //# sourceMappingURL=integration.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/core/esm/baseclient.js /* eslint-disable max-lines */ var ALREADY_SEEN_ERROR = "Not capturing exception because it's already been captured."; /** * Base implementation for all JavaScript SDK clients. * * Call the constructor with the corresponding backend constructor and options * specific to the client subclass. To access these options later, use * {@link Client.getOptions}. Also, the Backend instance is available via * {@link Client.getBackend}. * * If a Dsn is specified in the options, it will be parsed and stored. Use * {@link Client.getDsn} to retrieve the Dsn at any moment. In case the Dsn is * invalid, the constructor will throw a {@link SentryException}. Note that * without a valid Dsn, the SDK will not send any events to Sentry. * * Before sending an event via the backend, it is passed through * {@link BaseClient._prepareEvent} to add SDK information and scope data * (breadcrumbs and context). To add more custom information, override this * method and extend the resulting prepared event. * * To issue automatically created events (e.g. via instrumentation), use * {@link Client.captureEvent}. It will prepare the event and pass it through * the callback lifecycle. To issue auto-breadcrumbs, use * {@link Client.addBreadcrumb}. * * @example * class NodeClient extends BaseClient<NodeBackend, NodeOptions> { * public constructor(options: NodeOptions) { * super(NodeBackend, options); * } * * // ... * } */ var BaseClient = /** @class */ (function () { /** * Initializes this client instance. * * @param backendClass A constructor function to create the backend. * @param options Options for the client. */ function BaseClient(backendClass, options) { /** Array of used integrations. */ this._integrations = {}; /** Number of calls being processed */ this._numProcessing = 0; this._backend = new backendClass(options); this._options = options; if (options.dsn) { this._dsn = makeDsn(options.dsn); } } /** * @inheritDoc */ // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types BaseClient.prototype.captureException = function (exception, hint, scope) { var _this = this; // ensure we haven't captured this very object before if ((0,misc/* checkOrSetAlreadyCaught */.YO)(exception)) { flags_IS_DEBUG_BUILD && esm_logger/* logger.log */.kg.log(ALREADY_SEEN_ERROR); return; } var eventId = hint && hint.event_id; this._process(this._getBackend() .eventFromException(exception, hint) .then(function (event) { return _this._captureEvent(event, hint, scope); }) .then(function (result) { eventId = result; })); return eventId; }; /** * @inheritDoc */ BaseClient.prototype.captureMessage = function (message, level, hint, scope) { var _this = this; var eventId = hint && hint.event_id; var promisedEvent = (0,esm_is/* isPrimitive */.pt)(message) ? this._getBackend().eventFromMessage(String(message), level, hint) : this._getBackend().eventFromException(message, hint); this._process(promisedEvent .then(function (event) { return _this._captureEvent(event, hint, scope); }) .then(function (result) { eventId = result; })); return eventId; }; /** * @inheritDoc */ BaseClient.prototype.captureEvent = function (event, hint, scope) { // ensure we haven't captured this very object before if (hint && hint.originalException && (0,misc/* checkOrSetAlreadyCaught */.YO)(hint.originalException)) { flags_IS_DEBUG_BUILD && esm_logger/* logger.log */.kg.log(ALREADY_SEEN_ERROR); return; } var eventId = hint && hint.event_id; this._process(this._captureEvent(event, hint, scope).then(function (result) { eventId = result; })); return eventId; }; /** * @inheritDoc */ BaseClient.prototype.captureSession = function (session) { if (!this._isEnabled()) { flags_IS_DEBUG_BUILD && esm_logger/* logger.warn */.kg.warn('SDK not enabled, will not capture session.'); return; } if (!(typeof session.release === 'string')) { flags_IS_DEBUG_BUILD && esm_logger/* logger.warn */.kg.warn('Discarded session because of missing or non-string release'); } else { this._sendSession(session); // After sending, we set init false to indicate it's not the first occurrence session.update({ init: false }); } }; /** * @inheritDoc */ BaseClient.prototype.getDsn = function () { return this._dsn; }; /** * @inheritDoc */ BaseClient.prototype.getOptions = function () { return this._options; }; /** * @inheritDoc */ BaseClient.prototype.getTransport = function () { return this._getBackend().getTransport(); }; /** * @inheritDoc */ BaseClient.prototype.flush = function (timeout) { var _this = this; return this._isClientDoneProcessing(timeout).then(function (clientFinished) { return _this.getTransport() .close(timeout) .then(function (transportFlushed) { return clientFinished && transportFlushed; }); }); }; /** * @inheritDoc */ BaseClient.prototype.close = function (timeout) { var _this = this; return this.flush(timeout).then(function (result) { _this.getOptions().enabled = false; return result; }); }; /** * Sets up the integrations */ BaseClient.prototype.setupIntegrations = function () { if (this._isEnabled() && !this._integrations.initialized) { this._integrations = setupIntegrations(this._options); } }; /** * @inheritDoc */ BaseClient.prototype.getIntegration = function (integration) { try { return this._integrations[integration.id] || null; } catch (_oO) { flags_IS_DEBUG_BUILD && esm_logger/* logger.warn */.kg.warn("Cannot retrieve integration " + integration.id + " from the current Client"); return null; } }; /** Updates existing session based on the provided event */ BaseClient.prototype._updateSessionFromEvent = function (session, event) { var e_1, _a; var crashed = false; var errored = false; var exceptions = event.exception && event.exception.values; if (exceptions) { errored = true; try { for (var exceptions_1 = (0,tslib_es6/* __values */.XA)(exceptions), exceptions_1_1 = exceptions_1.next(); !exceptions_1_1.done; exceptions_1_1 = exceptions_1.next()) { var ex = exceptions_1_1.value; var mechanism = ex.mechanism; if (mechanism && mechanism.handled === false) { crashed = true; break; } } } catch (e_1_1) { e_1 = { error: e_1_1 }; } finally { try { if (exceptions_1_1 && !exceptions_1_1.done && (_a = exceptions_1.return)) _a.call(exceptions_1); } finally { if (e_1) throw e_1.error; } } } // A session is updated and that session update is sent in only one of the two following scenarios: // 1. Session with non terminal status and 0 errors + an error occurred -> Will set error count to 1 and send update // 2. Session with non terminal status and 1 error + a crash occurred -> Will set status crashed and send update var sessionNonTerminal = session.status === 'ok'; var shouldUpdateAndSend = (sessionNonTerminal && session.errors === 0) || (sessionNonTerminal && crashed); if (shouldUpdateAndSend) { session.update((0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, (crashed && { status: 'crashed' })), { errors: session.errors || Number(errored || crashed) })); this.captureSession(session); } }; /** Deliver captured session to Sentry */ BaseClient.prototype._sendSession = function (session) { this._getBackend().sendSession(session); }; /** * Determine if the client is finished processing. Returns a promise because it will wait `timeout` ms before saying * "no" (resolving to `false`) in order to give the client a chance to potentially finish first. * * @param timeout The time, in ms, after which to resolve to `false` if the client is still busy. Passing `0` (or not * passing anything) will make the promise wait as long as it takes for processing to finish before resolving to * `true`. * @returns A promise which will resolve to `true` if processing is already done or finishes before the timeout, and * `false` otherwise */ BaseClient.prototype._isClientDoneProcessing = function (timeout) { var _this = this; return new syncpromise/* SyncPromise */.cW(function (resolve) { var ticked = 0; var tick = 1; var interval = setInterval(function () { if (_this._numProcessing == 0) { clearInterval(interval); resolve(true); } else { ticked += tick; if (timeout && ticked >= timeout) { clearInterval(interval); resolve(false); } } }, tick); }); }; /** Returns the current backend. */ BaseClient.prototype._getBackend = function () { return this._backend; }; /** Determines whether this SDK is enabled and a valid Dsn is present. */ BaseClient.prototype._isEnabled = function () { return this.getOptions().enabled !== false && this._dsn !== undefined; }; /** * Adds common information to events. * * The information includes release and environment from `options`, * breadcrumbs and context (extra, tags and user) from the scope. * * Information that is already present in the event is never overwritten. For * nested objects, such as the context, keys are merged. * * @param event The original event. * @param hint May contain additional information about the original exception. * @param scope A scope containing event metadata. * @returns A new event with more information. */ BaseClient.prototype._prepareEvent = function (event, scope, hint) { var _this = this; var _a = this.getOptions(), _b = _a.normalizeDepth, normalizeDepth = _b === void 0 ? 3 : _b, _c = _a.normalizeMaxBreadth, normalizeMaxBreadth = _c === void 0 ? 1000 : _c; var prepared = (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, event), { event_id: event.event_id || (hint && hint.event_id ? hint.event_id : (0,misc/* uuid4 */.DM)()), timestamp: event.timestamp || (0,time/* dateTimestampInSeconds */.yW)() }); this._applyClientOptions(prepared); this._applyIntegrationsMetadata(prepared); // If we have scope given to us, use it as the base for further modifications. // This allows us to prevent unnecessary copying of data if `captureContext` is not provided. var finalScope = scope; if (hint && hint.captureContext) { finalScope = esm_scope/* Scope.clone */.s.clone(finalScope).update(hint.captureContext); } // We prepare the result here with a resolved Event. var result = (0,syncpromise/* resolvedSyncPromise */.WD)(prepared); // This should be the last thing called, since we want that // {@link Hub.addEventProcessor} gets the finished prepared event. if (finalScope) { // In case we have a hub we reassign it. result = finalScope.applyToEvent(prepared, hint); } return result.then(function (evt) { if (evt) { // TODO this is more of the hack trying to solve https://github.com/getsentry/sentry-javascript/issues/2809 // it is only attached as extra data to the event if the event somehow skips being normalized evt.sdkProcessingMetadata = (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, evt.sdkProcessingMetadata), { normalizeDepth: normalize(normalizeDepth) + " (" + typeof normalizeDepth + ")" }); } if (typeof normalizeDepth === 'number' && normalizeDepth > 0) { return _this._normalizeEvent(evt, normalizeDepth, normalizeMaxBreadth); } return evt; }); }; /** * Applies `normalize` function on necessary `Event` attributes to make them safe for serialization. * Normalized keys: * - `breadcrumbs.data` * - `user` * - `contexts` * - `extra` * @param event Event * @returns Normalized event */ BaseClient.prototype._normalizeEvent = function (event, depth, maxBreadth) { if (!event) { return null; } var normalized = (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, event), (event.breadcrumbs && { breadcrumbs: event.breadcrumbs.map(function (b) { return ((0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, b), (b.data && { data: normalize(b.data, depth, maxBreadth), }))); }), })), (event.user && { user: normalize(event.user, depth, maxBreadth), })), (event.contexts && { contexts: normalize(event.contexts, depth, maxBreadth), })), (event.extra && { extra: normalize(event.extra, depth, maxBreadth), })); // event.contexts.trace stores information about a Transaction. Similarly, // event.spans[] stores information about child Spans. Given that a // Transaction is conceptually a Span, normalization should apply to both // Transactions and Spans consistently. // For now the decision is to skip normalization of Transactions and Spans, // so this block overwrites the normalized event to add back the original // Transaction information prior to normalization. if (event.contexts && event.contexts.trace) { // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access normalized.contexts.trace = event.contexts.trace; } normalized.sdkProcessingMetadata = (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, normalized.sdkProcessingMetadata), { baseClientNormalized: true }); return normalized; }; /** * Enhances event using the client configuration. * It takes care of all "static" values like environment, release and `dist`, * as well as truncating overly long values. * @param event event instance to be enhanced */ BaseClient.prototype._applyClientOptions = function (event) { var options = this.getOptions(); var environment = options.environment, release = options.release, dist = options.dist, _a = options.maxValueLength, maxValueLength = _a === void 0 ? 250 : _a; if (!('environment' in event)) { event.environment = 'environment' in options ? environment : 'production'; } if (event.release === undefined && release !== undefined) { event.release = release; } if (event.dist === undefined && dist !== undefined) { event.dist = dist; } if (event.message) { event.message = (0,string/* truncate */.$G)(event.message, maxValueLength); } var exception = event.exception && event.exception.values && event.exception.values[0]; if (exception && exception.value) { exception.value = (0,string/* truncate */.$G)(exception.value, maxValueLength); } var request = event.request; if (request && request.url) { request.url = (0,string/* truncate */.$G)(request.url, maxValueLength); } }; /** * This function adds all used integrations to the SDK info in the event. * @param event The event that will be filled with all integrations. */ BaseClient.prototype._applyIntegrationsMetadata = function (event) { var integrationsArray = Object.keys(this._integrations); if (integrationsArray.length > 0) { event.sdk = event.sdk || {}; event.sdk.integrations = (0,tslib_es6/* __spread */.fl)((event.sdk.integrations || []), integrationsArray); } }; /** * Tells the backend to send this event * @param event The Sentry event to send */ BaseClient.prototype._sendEvent = function (event) { this._getBackend().sendEvent(event); }; /** * Processes the event and logs an error in case of rejection * @param event * @param hint * @param scope */ BaseClient.prototype._captureEvent = function (event, hint, scope) { return this._processEvent(event, hint, scope).then(function (finalEvent) { return finalEvent.event_id; }, function (reason) { flags_IS_DEBUG_BUILD && esm_logger/* logger.error */.kg.error(reason); return undefined; }); }; /** * Processes an event (either error or message) and sends it to Sentry. * * This also adds breadcrumbs and context information to the event. However, * platform specific meta data (such as the User's IP address) must be added * by the SDK implementor. * * * @param event The event to send to Sentry. * @param hint May contain additional information about the original exception. * @param scope A scope containing event metadata. * @returns A SyncPromise that resolves with the event or rejects in case event was/will not be send. */ BaseClient.prototype._processEvent = function (event, hint, scope) { var _this = this; // eslint-disable-next-line @typescript-eslint/unbound-method var _a = this.getOptions(), beforeSend = _a.beforeSend, sampleRate = _a.sampleRate; var transport = this.getTransport(); function recordLostEvent(outcome, category) { if (transport.recordLostEvent) { transport.recordLostEvent(outcome, category); } } if (!this._isEnabled()) { return (0,syncpromise/* rejectedSyncPromise */.$2)(new SentryError('SDK not enabled, will not capture event.')); } var isTransaction = event.type === 'transaction'; // 1.0 === 100% events are sent // 0.0 === 0% events are sent // Sampling for transaction happens somewhere else if (!isTransaction && typeof sampleRate === 'number' && Math.random() > sampleRate) { recordLostEvent('sample_rate', 'event'); return (0,syncpromise/* rejectedSyncPromise */.$2)(new SentryError("Discarding event because it's not included in the random sample (sampling rate = " + sampleRate + ")")); } return this._prepareEvent(event, scope, hint) .then(function (prepared) { if (prepared === null) { recordLostEvent('event_processor', event.type || 'event'); throw new SentryError('An event processor returned null, will not send event.'); } var isInternalException = hint && hint.data && hint.data.__sentry__ === true; if (isInternalException || isTransaction || !beforeSend) { return prepared; } var beforeSendResult = beforeSend(prepared, hint); return _ensureBeforeSendRv(beforeSendResult); }) .then(function (processedEvent) { if (processedEvent === null) { recordLostEvent('before_send', event.type || 'event'); throw new SentryError('`beforeSend` returned `null`, will not send event.'); } var session = scope && scope.getSession && scope.getSession(); if (!isTransaction && session) { _this._updateSessionFromEvent(session, processedEvent); } _this._sendEvent(processedEvent); return processedEvent; }) .then(null, function (reason) { if (reason instanceof SentryError) { throw reason; } _this.captureException(reason, { data: { __sentry__: true, }, originalException: reason, }); throw new SentryError("Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event.\nReason: " + reason); }); }; /** * Occupies the client with processing and event */ BaseClient.prototype._process = function (promise) { var _this = this; this._numProcessing += 1; void promise.then(function (value) { _this._numProcessing -= 1; return value; }, function (reason) { _this._numProcessing -= 1; return reason; }); }; return BaseClient; }()); /** * Verifies that return value of configured `beforeSend` is of expected type. */ function _ensureBeforeSendRv(rv) { var nullErr = '`beforeSend` method has to return `null` or a valid event.'; if ((0,esm_is/* isThenable */.J8)(rv)) { return rv.then(function (event) { if (!((0,esm_is/* isPlainObject */.PO)(event) || event === null)) { throw new SentryError(nullErr); } return event; }, function (e) { throw new SentryError("beforeSend rejected with " + e); }); } else if (!((0,esm_is/* isPlainObject */.PO)(rv) || rv === null)) { throw new SentryError(nullErr); } return rv; } //# sourceMappingURL=baseclient.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/core/esm/api.js var SENTRY_API_VERSION = '7'; /** * Helper class to provide urls, headers and metadata that can be used to form * different types of requests to Sentry endpoints. * Supports both envelopes and regular event requests. * * @deprecated Please use APIDetails **/ var API = /** @class */ (function () { /** Create a new instance of API */ function API(dsn, metadata, tunnel) { if (metadata === void 0) { metadata = {}; } this.dsn = dsn; this._dsnObject = makeDsn(dsn); this.metadata = metadata; this._tunnel = tunnel; } /** Returns the Dsn object. */ API.prototype.getDsn = function () { return this._dsnObject; }; /** Does this transport force envelopes? */ API.prototype.forceEnvelope = function () { return !!this._tunnel; }; /** Returns the prefix to construct Sentry ingestion API endpoints. */ API.prototype.getBaseApiEndpoint = function () { return getBaseApiEndpoint(this._dsnObject); }; /** Returns the store endpoint URL. */ API.prototype.getStoreEndpoint = function () { return getStoreEndpoint(this._dsnObject); }; /** * Returns the store endpoint URL with auth in the query string. * * Sending auth as part of the query string and not as custom HTTP headers avoids CORS preflight requests. */ API.prototype.getStoreEndpointWithUrlEncodedAuth = function () { return getStoreEndpointWithUrlEncodedAuth(this._dsnObject); }; /** * Returns the envelope endpoint URL with auth in the query string. * * Sending auth as part of the query string and not as custom HTTP headers avoids CORS preflight requests. */ API.prototype.getEnvelopeEndpointWithUrlEncodedAuth = function () { return getEnvelopeEndpointWithUrlEncodedAuth(this._dsnObject, this._tunnel); }; return API; }()); /** Initializes API Details */ function initAPIDetails(dsn, metadata, tunnel) { return { initDsn: dsn, metadata: metadata || {}, dsn: makeDsn(dsn), tunnel: tunnel, }; } /** Returns the prefix to construct Sentry ingestion API endpoints. */ function getBaseApiEndpoint(dsn) { var protocol = dsn.protocol ? dsn.protocol + ":" : ''; var port = dsn.port ? ":" + dsn.port : ''; return protocol + "//" + dsn.host + port + (dsn.path ? "/" + dsn.path : '') + "/api/"; } /** Returns the ingest API endpoint for target. */ function _getIngestEndpoint(dsn, target) { return "" + getBaseApiEndpoint(dsn) + dsn.projectId + "/" + target + "/"; } /** Returns a URL-encoded string with auth config suitable for a query string. */ function _encodedAuth(dsn) { return (0,object/* urlEncode */._j)({ // We send only the minimum set of required information. See // https://github.com/getsentry/sentry-javascript/issues/2572. sentry_key: dsn.publicKey, sentry_version: SENTRY_API_VERSION, }); } /** Returns the store endpoint URL. */ function getStoreEndpoint(dsn) { return _getIngestEndpoint(dsn, 'store'); } /** * Returns the store endpoint URL with auth in the query string. * * Sending auth as part of the query string and not as custom HTTP headers avoids CORS preflight requests. */ function getStoreEndpointWithUrlEncodedAuth(dsn) { return getStoreEndpoint(dsn) + "?" + _encodedAuth(dsn); } /** Returns the envelope endpoint URL. */ function _getEnvelopeEndpoint(dsn) { return _getIngestEndpoint(dsn, 'envelope'); } /** * Returns the envelope endpoint URL with auth in the query string. * * Sending auth as part of the query string and not as custom HTTP headers avoids CORS preflight requests. */ function getEnvelopeEndpointWithUrlEncodedAuth(dsn, tunnel) { return tunnel ? tunnel : _getEnvelopeEndpoint(dsn) + "?" + _encodedAuth(dsn); } /** * Returns an object that can be used in request headers. * This is needed for node and the old /store endpoint in sentry */ function getRequestHeaders(dsn, clientName, clientVersion) { // CHANGE THIS to use metadata but keep clientName and clientVersion compatible var header = ["Sentry sentry_version=" + SENTRY_API_VERSION]; header.push("sentry_client=" + clientName + "/" + clientVersion); header.push("sentry_key=" + dsn.publicKey); if (dsn.pass) { header.push("sentry_secret=" + dsn.pass); } return { 'Content-Type': 'application/json', 'X-Sentry-Auth': header.join(', '), }; } /** Returns the url to the report dialog endpoint. */ function getReportDialogEndpoint(dsnLike, dialogOptions) { var dsn = makeDsn(dsnLike); var endpoint = getBaseApiEndpoint(dsn) + "embed/error-page/"; var encodedOptions = "dsn=" + dsnToString(dsn); for (var key in dialogOptions) { if (key === 'dsn') { continue; } if (key === 'user') { if (!dialogOptions.user) { continue; } if (dialogOptions.user.name) { encodedOptions += "&name=" + encodeURIComponent(dialogOptions.user.name); } if (dialogOptions.user.email) { encodedOptions += "&email=" + encodeURIComponent(dialogOptions.user.email); } } else { encodedOptions += "&" + encodeURIComponent(key) + "=" + encodeURIComponent(dialogOptions[key]); } } return endpoint + "?" + encodedOptions; } //# sourceMappingURL=api.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/utils/esm/envelope.js /** * Creates an envelope. * Make sure to always explicitly provide the generic to this function * so that the envelope types resolve correctly. */ function createEnvelope(headers, items) { if (items === void 0) { items = []; } return [headers, items]; } /** * Add an item to an envelope. * Make sure to always explicitly provide the generic to this function * so that the envelope types resolve correctly. */ function addItemToEnvelope(envelope, newItem) { var _a = __read(envelope, 2), headers = _a[0], items = _a[1]; return [headers, __spread(items, [newItem])]; } /** * Get the type of the envelope. Grabs the type from the first envelope item. */ function getEnvelopeType(envelope) { var _a = (0,tslib_es6/* __read */.CR)(envelope, 2), _b = (0,tslib_es6/* __read */.CR)(_a[1], 1), _c = (0,tslib_es6/* __read */.CR)(_b[0], 1), firstItemHeader = _c[0]; return firstItemHeader.type; } /** * Serializes an envelope into a string. */ function serializeEnvelope(envelope) { var _a = (0,tslib_es6/* __read */.CR)(envelope, 2), headers = _a[0], items = _a[1]; var serializedHeaders = JSON.stringify(headers); // Have to cast items to any here since Envelope is a union type // Fixed in Typescript 4.2 // TODO: Remove any[] cast when we upgrade to TS 4.2 // https://github.com/microsoft/TypeScript/issues/36390 // eslint-disable-next-line @typescript-eslint/no-explicit-any return items.reduce(function (acc, item) { var _a = (0,tslib_es6/* __read */.CR)(item, 2), itemHeaders = _a[0], payload = _a[1]; // We do not serialize payloads that are primitives var serializedPayload = (0,esm_is/* isPrimitive */.pt)(payload) ? String(payload) : JSON.stringify(payload); return acc + "\n" + JSON.stringify(itemHeaders) + "\n" + serializedPayload; }, serializedHeaders); } //# sourceMappingURL=envelope.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/core/esm/request.js /** Extract sdk info from from the API metadata */ function getSdkMetadataForEnvelopeHeader(api) { if (!api.metadata || !api.metadata.sdk) { return; } var _a = api.metadata.sdk, name = _a.name, version = _a.version; return { name: name, version: version }; } /** * Apply SdkInfo (name, version, packages, integrations) to the corresponding event key. * Merge with existing data if any. **/ function enhanceEventWithSdkInfo(event, sdkInfo) { if (!sdkInfo) { return event; } event.sdk = event.sdk || {}; event.sdk.name = event.sdk.name || sdkInfo.name; event.sdk.version = event.sdk.version || sdkInfo.version; event.sdk.integrations = (0,tslib_es6/* __spread */.fl)((event.sdk.integrations || []), (sdkInfo.integrations || [])); event.sdk.packages = (0,tslib_es6/* __spread */.fl)((event.sdk.packages || []), (sdkInfo.packages || [])); return event; } /** Creates an envelope from a Session */ function createSessionEnvelope(session, api) { var sdkInfo = getSdkMetadataForEnvelopeHeader(api); var envelopeHeaders = (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({ sent_at: new Date().toISOString() }, (sdkInfo && { sdk: sdkInfo })), (!!api.tunnel && { dsn: dsnToString(api.dsn) })); // I know this is hacky but we don't want to add `sessions` to request type since it's never rate limited var type = 'aggregates' in session ? 'sessions' : 'session'; // TODO (v7) Have to cast type because envelope items do not accept a `SentryRequestType` var envelopeItem = [{ type: type }, session]; var envelope = createEnvelope(envelopeHeaders, [envelopeItem]); return [envelope, type]; } /** Creates a SentryRequest from a Session. */ function sessionToSentryRequest(session, api) { var _a = (0,tslib_es6/* __read */.CR)(createSessionEnvelope(session, api), 2), envelope = _a[0], type = _a[1]; return { body: serializeEnvelope(envelope), type: type, url: getEnvelopeEndpointWithUrlEncodedAuth(api.dsn, api.tunnel), }; } /** * Create an Envelope from an event. Note that this is duplicated from below, * but on purpose as this will be refactored in v7. */ function createEventEnvelope(event, api) { var sdkInfo = getSdkMetadataForEnvelopeHeader(api); var eventType = event.type || 'event'; var transactionSampling = (event.sdkProcessingMetadata || {}).transactionSampling; var _a = transactionSampling || {}, samplingMethod = _a.method, sampleRate = _a.rate; // TODO: Below is a temporary hack in order to debug a serialization error - see // https://github.com/getsentry/sentry-javascript/issues/2809, // https://github.com/getsentry/sentry-javascript/pull/4425, and // https://github.com/getsentry/sentry-javascript/pull/4574. // // TL; DR: even though we normalize all events (which should prevent this), something is causing `JSON.stringify` to // throw a circular reference error. // // When it's time to remove it: // 1. Delete everything between here and where the request object `req` is created, EXCEPT the line deleting // `sdkProcessingMetadata` // 2. Restore the original version of the request body, which is commented out // 3. Search for either of the PR URLs above and pull out the companion hacks in the browser playwright tests and the // baseClient tests in this package enhanceEventWithSdkInfo(event, api.metadata.sdk); event.tags = event.tags || {}; event.extra = event.extra || {}; // In theory, all events should be marked as having gone through normalization and so // we should never set this tag/extra data if (!(event.sdkProcessingMetadata && event.sdkProcessingMetadata.baseClientNormalized)) { event.tags.skippedNormalization = true; event.extra.normalizeDepth = event.sdkProcessingMetadata ? event.sdkProcessingMetadata.normalizeDepth : 'unset'; } // prevent this data from being sent to sentry // TODO: This is NOT part of the hack - DO NOT DELETE delete event.sdkProcessingMetadata; var envelopeHeaders = (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({ event_id: event.event_id, sent_at: new Date().toISOString() }, (sdkInfo && { sdk: sdkInfo })), (!!api.tunnel && { dsn: dsnToString(api.dsn) })); var eventItem = [ { type: eventType, sample_rates: [{ id: samplingMethod, rate: sampleRate }], }, event, ]; return createEnvelope(envelopeHeaders, [eventItem]); } /** Creates a SentryRequest from an event. */ function eventToSentryRequest(event, api) { var sdkInfo = getSdkMetadataForEnvelopeHeader(api); var eventType = event.type || 'event'; var useEnvelope = eventType === 'transaction' || !!api.tunnel; var transactionSampling = (event.sdkProcessingMetadata || {}).transactionSampling; var _a = transactionSampling || {}, samplingMethod = _a.method, sampleRate = _a.rate; // TODO: Below is a temporary hack in order to debug a serialization error - see // https://github.com/getsentry/sentry-javascript/issues/2809, // https://github.com/getsentry/sentry-javascript/pull/4425, and // https://github.com/getsentry/sentry-javascript/pull/4574. // // TL; DR: even though we normalize all events (which should prevent this), something is causing `JSON.stringify` to // throw a circular reference error. // // When it's time to remove it: // 1. Delete everything between here and where the request object `req` is created, EXCEPT the line deleting // `sdkProcessingMetadata` // 2. Restore the original version of the request body, which is commented out // 3. Search for either of the PR URLs above and pull out the companion hacks in the browser playwright tests and the // baseClient tests in this package enhanceEventWithSdkInfo(event, api.metadata.sdk); event.tags = event.tags || {}; event.extra = event.extra || {}; // In theory, all events should be marked as having gone through normalization and so // we should never set this tag/extra data if (!(event.sdkProcessingMetadata && event.sdkProcessingMetadata.baseClientNormalized)) { event.tags.skippedNormalization = true; event.extra.normalizeDepth = event.sdkProcessingMetadata ? event.sdkProcessingMetadata.normalizeDepth : 'unset'; } // prevent this data from being sent to sentry // TODO: This is NOT part of the hack - DO NOT DELETE delete event.sdkProcessingMetadata; var body; try { // 99.9% of events should get through just fine - no change in behavior for them body = JSON.stringify(event); } catch (err) { // Record data about the error without replacing original event data, then force renormalization event.tags.JSONStringifyError = true; event.extra.JSONStringifyError = err; try { body = JSON.stringify(normalize(event)); } catch (newErr) { // At this point even renormalization hasn't worked, meaning something about the event data has gone very wrong. // Time to cut our losses and record only the new error. With luck, even in the problematic cases we're trying to // debug with this hack, we won't ever land here. var innerErr = newErr; body = JSON.stringify({ message: 'JSON.stringify error after renormalization', // setting `extra: { innerErr }` here for some reason results in an empty object, so unpack manually extra: { message: innerErr.message, stack: innerErr.stack }, }); } } var req = { // this is the relevant line of code before the hack was added, to make it easy to undo said hack once we've solved // the mystery // body: JSON.stringify(sdkInfo ? enhanceEventWithSdkInfo(event, api.metadata.sdk) : event), body: body, type: eventType, url: useEnvelope ? getEnvelopeEndpointWithUrlEncodedAuth(api.dsn, api.tunnel) : getStoreEndpointWithUrlEncodedAuth(api.dsn), }; // https://develop.sentry.dev/sdk/envelopes/ // Since we don't need to manipulate envelopes nor store them, there is no // exported concept of an Envelope with operations including serialization and // deserialization. Instead, we only implement a minimal subset of the spec to // serialize events inline here. if (useEnvelope) { var envelopeHeaders = (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({ event_id: event.event_id, sent_at: new Date().toISOString() }, (sdkInfo && { sdk: sdkInfo })), (!!api.tunnel && { dsn: dsnToString(api.dsn) })); var eventItem = [ { type: eventType, sample_rates: [{ id: samplingMethod, rate: sampleRate }], }, req.body, ]; var envelope = createEnvelope(envelopeHeaders, [eventItem]); req.body = serializeEnvelope(envelope); } return req; } //# sourceMappingURL=request.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/core/esm/transports/noop.js /** Noop transport */ var NoopTransport = /** @class */ (function () { function NoopTransport() { } /** * @inheritDoc */ NoopTransport.prototype.sendEvent = function (_) { return (0,syncpromise/* resolvedSyncPromise */.WD)({ reason: 'NoopTransport: Event has been skipped because no Dsn is configured.', status: 'skipped', }); }; /** * @inheritDoc */ NoopTransport.prototype.close = function (_) { return (0,syncpromise/* resolvedSyncPromise */.WD)(true); }; return NoopTransport; }()); //# sourceMappingURL=noop.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/core/esm/basebackend.js /** * This is the base implemention of a Backend. * @hidden */ var BaseBackend = /** @class */ (function () { /** Creates a new backend instance. */ function BaseBackend(options) { this._options = options; if (!this._options.dsn) { flags_IS_DEBUG_BUILD && esm_logger/* logger.warn */.kg.warn('No DSN provided, backend will not do anything.'); } this._transport = this._setupTransport(); } /** * @inheritDoc */ // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types BaseBackend.prototype.eventFromException = function (_exception, _hint) { throw new SentryError('Backend has to implement `eventFromException` method'); }; /** * @inheritDoc */ BaseBackend.prototype.eventFromMessage = function (_message, _level, _hint) { throw new SentryError('Backend has to implement `eventFromMessage` method'); }; /** * @inheritDoc */ BaseBackend.prototype.sendEvent = function (event) { // TODO(v7): Remove the if-else if (this._newTransport && this._options.dsn && this._options._experiments && this._options._experiments.newTransport) { var api = initAPIDetails(this._options.dsn, this._options._metadata, this._options.tunnel); var env = createEventEnvelope(event, api); void this._newTransport.send(env).then(null, function (reason) { flags_IS_DEBUG_BUILD && esm_logger/* logger.error */.kg.error('Error while sending event:', reason); }); } else { void this._transport.sendEvent(event).then(null, function (reason) { flags_IS_DEBUG_BUILD && esm_logger/* logger.error */.kg.error('Error while sending event:', reason); }); } }; /** * @inheritDoc */ BaseBackend.prototype.sendSession = function (session) { if (!this._transport.sendSession) { flags_IS_DEBUG_BUILD && esm_logger/* logger.warn */.kg.warn("Dropping session because custom transport doesn't implement sendSession"); return; } // TODO(v7): Remove the if-else if (this._newTransport && this._options.dsn && this._options._experiments && this._options._experiments.newTransport) { var api = initAPIDetails(this._options.dsn, this._options._metadata, this._options.tunnel); var _a = (0,tslib_es6/* __read */.CR)(createSessionEnvelope(session, api), 1), env = _a[0]; void this._newTransport.send(env).then(null, function (reason) { flags_IS_DEBUG_BUILD && esm_logger/* logger.error */.kg.error('Error while sending session:', reason); }); } else { void this._transport.sendSession(session).then(null, function (reason) { flags_IS_DEBUG_BUILD && esm_logger/* logger.error */.kg.error('Error while sending session:', reason); }); } }; /** * @inheritDoc */ BaseBackend.prototype.getTransport = function () { return this._transport; }; /** * Sets up the transport so it can be used later to send requests. */ BaseBackend.prototype._setupTransport = function () { return new NoopTransport(); }; return BaseBackend; }()); //# sourceMappingURL=basebackend.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/types/esm/severity.js /** * TODO(v7): Remove this enum and replace with SeverityLevel */ var Severity; (function (Severity) { /** JSDoc */ Severity["Fatal"] = "fatal"; /** JSDoc */ Severity["Error"] = "error"; /** JSDoc */ Severity["Warning"] = "warning"; /** JSDoc */ Severity["Log"] = "log"; /** JSDoc */ Severity["Info"] = "info"; /** JSDoc */ Severity["Debug"] = "debug"; /** JSDoc */ Severity["Critical"] = "critical"; })(Severity || (Severity = {})); // TODO: in v7, these can disappear, because they now also exist in `@sentry/utils`. (Having them there rather than here // is nice because then it enforces the idea that only types are exported from `@sentry/types`.) var SeverityLevels = (/* unused pure expression or super */ null && (['fatal', 'error', 'warning', 'log', 'info', 'debug', 'critical'])); //# sourceMappingURL=severity.js.map // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/supports.js var supports = __webpack_require__(8823); ;// CONCATENATED MODULE: ./node_modules/@sentry/browser/esm/stack-parsers.js // global reference to slice var UNKNOWN_FUNCTION = '?'; var OPERA10_PRIORITY = 10; var OPERA11_PRIORITY = 20; var CHROME_PRIORITY = 30; var WINJS_PRIORITY = 40; var GECKO_PRIORITY = 50; function createFrame(filename, func, lineno, colno) { var frame = { filename: filename, function: func, // All browser frames are considered in_app in_app: true, }; if (lineno !== undefined) { frame.lineno = lineno; } if (colno !== undefined) { frame.colno = colno; } return frame; } // Chromium based browsers: Chrome, Brave, new Opera, new Edge var chromeRegex = /^\s*at (?:(.*?) ?\((?:address at )?)?((?:file|https?|blob|chrome-extension|address|native|eval|webpack|<anonymous>|[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i; var chromeEvalRegex = /\((\S*)(?::(\d+))(?::(\d+))\)/; var chrome = function (line) { var parts = chromeRegex.exec(line); if (parts) { var isEval = parts[2] && parts[2].indexOf('eval') === 0; // start of line if (isEval) { var subMatch = chromeEvalRegex.exec(parts[2]); if (subMatch) { // throw out eval line/column and use top-most line/column number parts[2] = subMatch[1]; // url parts[3] = subMatch[2]; // line parts[4] = subMatch[3]; // column } } // Kamil: One more hack won't hurt us right? Understanding and adding more rules on top of these regexps right now // would be way too time consuming. (TODO: Rewrite whole RegExp to be more readable) var _a = (0,tslib_es6/* __read */.CR)(extractSafariExtensionDetails(parts[1] || UNKNOWN_FUNCTION, parts[2]), 2), func = _a[0], filename = _a[1]; return createFrame(filename, func, parts[3] ? +parts[3] : undefined, parts[4] ? +parts[4] : undefined); } return; }; var chromeStackParser = [CHROME_PRIORITY, chrome]; // gecko regex: `(?:bundle|\d+\.js)`: `bundle` is for react native, `\d+\.js` also but specifically for ram bundles because it // generates filenames without a prefix like `file://` the filenames in the stacktrace are just 42.js // We need this specific case for now because we want no other regex to match. var geckoREgex = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension|capacitor).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i; var geckoEvalRegex = /(\S+) line (\d+)(?: > eval line \d+)* > eval/i; var gecko = function (line) { var _a; var parts = geckoREgex.exec(line); if (parts) { var isEval = parts[3] && parts[3].indexOf(' > eval') > -1; if (isEval) { var subMatch = geckoEvalRegex.exec(parts[3]); if (subMatch) { // throw out eval line/column and use top-most line number parts[1] = parts[1] || 'eval'; parts[3] = subMatch[1]; parts[4] = subMatch[2]; parts[5] = ''; // no column when eval } } var filename = parts[3]; var func = parts[1] || UNKNOWN_FUNCTION; _a = (0,tslib_es6/* __read */.CR)(extractSafariExtensionDetails(func, filename), 2), func = _a[0], filename = _a[1]; return createFrame(filename, func, parts[4] ? +parts[4] : undefined, parts[5] ? +parts[5] : undefined); } return; }; var geckoStackParser = [GECKO_PRIORITY, gecko]; var winjsRegex = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i; var winjs = function (line) { var parts = winjsRegex.exec(line); return parts ? createFrame(parts[2], parts[1] || UNKNOWN_FUNCTION, +parts[3], parts[4] ? +parts[4] : undefined) : undefined; }; var winjsStackParser = [WINJS_PRIORITY, winjs]; var opera10Regex = / line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i; var opera10 = function (line) { var parts = opera10Regex.exec(line); return parts ? createFrame(parts[2], parts[3] || UNKNOWN_FUNCTION, +parts[1]) : undefined; }; var opera10StackParser = [OPERA10_PRIORITY, opera10]; var opera11Regex = / line (\d+), column (\d+)\s*(?:in (?:<anonymous function: ([^>]+)>|([^)]+))\(.*\))? in (.*):\s*$/i; var opera11 = function (line) { var parts = opera11Regex.exec(line); return parts ? createFrame(parts[5], parts[3] || parts[4] || UNKNOWN_FUNCTION, +parts[1], +parts[2]) : undefined; }; var opera11StackParser = [OPERA11_PRIORITY, opera11]; /** * Safari web extensions, starting version unknown, can produce "frames-only" stacktraces. * What it means, is that instead of format like: * * Error: wat * at function@url:row:col * at function@url:row:col * at function@url:row:col * * it produces something like: * * function@url:row:col * function@url:row:col * function@url:row:col * * Because of that, it won't be captured by `chrome` RegExp and will fall into `Gecko` branch. * This function is extracted so that we can use it in both places without duplicating the logic. * Unfortunately "just" changing RegExp is too complicated now and making it pass all tests * and fix this case seems like an impossible, or at least way too time-consuming task. */ var extractSafariExtensionDetails = function (func, filename) { var isSafariExtension = func.indexOf('safari-extension') !== -1; var isSafariWebExtension = func.indexOf('safari-web-extension') !== -1; return isSafariExtension || isSafariWebExtension ? [ func.indexOf('@') !== -1 ? func.split('@')[0] : UNKNOWN_FUNCTION, isSafariExtension ? "safari-extension:" + filename : "safari-web-extension:" + filename, ] : [func, filename]; }; //# sourceMappingURL=stack-parsers.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/browser/esm/eventbuilder.js /** * This function creates an exception from an TraceKitStackTrace * @param stacktrace TraceKitStackTrace that will be converted to an exception * @hidden */ function exceptionFromError(ex) { // Get the frames first since Opera can lose the stack if we touch anything else first var frames = parseStackFrames(ex); var exception = { type: ex && ex.name, value: extractMessage(ex), }; if (frames.length) { exception.stacktrace = { frames: frames }; } if (exception.type === undefined && exception.value === '') { exception.value = 'Unrecoverable error caught'; } return exception; } /** * @hidden */ function eventFromPlainObject(exception, syntheticException, isUnhandledRejection) { var event = { exception: { values: [ { type: (0,esm_is/* isEvent */.cO)(exception) ? exception.constructor.name : isUnhandledRejection ? 'UnhandledRejection' : 'Error', value: "Non-Error " + (isUnhandledRejection ? 'promise rejection' : 'exception') + " captured with keys: " + (0,object/* extractExceptionKeysForMessage */.zf)(exception), }, ], }, extra: { __serialized__: normalizeToSize(exception), }, }; if (syntheticException) { var frames_1 = parseStackFrames(syntheticException); if (frames_1.length) { event.stacktrace = { frames: frames_1 }; } } return event; } /** * @hidden */ function eventFromError(ex) { return { exception: { values: [exceptionFromError(ex)], }, }; } /** Parses stack frames from an error */ function parseStackFrames(ex) { // Access and store the stacktrace property before doing ANYTHING // else to it because Opera is not very good at providing it // reliably in other circumstances. var stacktrace = ex.stacktrace || ex.stack || ''; var popSize = getPopSize(ex); try { return (0,esm_stacktrace/* createStackParser */.pE)(opera10StackParser, opera11StackParser, chromeStackParser, winjsStackParser, geckoStackParser)(stacktrace, popSize); } catch (e) { // no-empty } return []; } // Based on our own mapping pattern - https://github.com/getsentry/sentry/blob/9f08305e09866c8bd6d0c24f5b0aabdd7dd6c59c/src/sentry/lang/javascript/errormapping.py#L83-L108 var reactMinifiedRegexp = /Minified React error #\d+;/i; function getPopSize(ex) { if (ex) { if (typeof ex.framesToPop === 'number') { return ex.framesToPop; } if (reactMinifiedRegexp.test(ex.message)) { return 1; } } return 0; } /** * There are cases where stacktrace.message is an Event object * https://github.com/getsentry/sentry-javascript/issues/1949 * In this specific case we try to extract stacktrace.message.error.message */ function extractMessage(ex) { var message = ex && ex.message; if (!message) { return 'No error message'; } if (message.error && typeof message.error.message === 'string') { return message.error.message; } return message; } /** * Creates an {@link Event} from all inputs to `captureException` and non-primitive inputs to `captureMessage`. * @hidden */ function eventFromException(exception, hint, attachStacktrace) { var syntheticException = (hint && hint.syntheticException) || undefined; var event = eventFromUnknownInput(exception, syntheticException, attachStacktrace); (0,misc/* addExceptionMechanism */.EG)(event); // defaults to { type: 'generic', handled: true } event.level = Severity.Error; if (hint && hint.event_id) { event.event_id = hint.event_id; } return (0,syncpromise/* resolvedSyncPromise */.WD)(event); } /** * Builds and Event from a Message * @hidden */ function eventFromMessage(message, level, hint, attachStacktrace) { if (level === void 0) { level = Severity.Info; } var syntheticException = (hint && hint.syntheticException) || undefined; var event = eventFromString(message, syntheticException, attachStacktrace); event.level = level; if (hint && hint.event_id) { event.event_id = hint.event_id; } return (0,syncpromise/* resolvedSyncPromise */.WD)(event); } /** * @hidden */ function eventFromUnknownInput(exception, syntheticException, attachStacktrace, isUnhandledRejection) { var event; if ((0,esm_is/* isErrorEvent */.VW)(exception) && exception.error) { // If it is an ErrorEvent with `error` property, extract it to get actual Error var errorEvent = exception; return eventFromError(errorEvent.error); } // If it is a `DOMError` (which is a legacy API, but still supported in some browsers) then we just extract the name // and message, as it doesn't provide anything else. According to the spec, all `DOMExceptions` should also be // `Error`s, but that's not the case in IE11, so in that case we treat it the same as we do a `DOMError`. // // https://developer.mozilla.org/en-US/docs/Web/API/DOMError // https://developer.mozilla.org/en-US/docs/Web/API/DOMException // https://webidl.spec.whatwg.org/#es-DOMException-specialness if ((0,esm_is/* isDOMError */.TX)(exception) || (0,esm_is/* isDOMException */.fm)(exception)) { var domException = exception; if ('stack' in exception) { event = eventFromError(exception); } else { var name_1 = domException.name || ((0,esm_is/* isDOMError */.TX)(domException) ? 'DOMError' : 'DOMException'); var message = domException.message ? name_1 + ": " + domException.message : name_1; event = eventFromString(message, syntheticException, attachStacktrace); (0,misc/* addExceptionTypeValue */.Db)(event, message); } if ('code' in domException) { event.tags = (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, event.tags), { 'DOMException.code': "" + domException.code }); } return event; } if ((0,esm_is/* isError */.VZ)(exception)) { // we have a real Error object, do nothing return eventFromError(exception); } if ((0,esm_is/* isPlainObject */.PO)(exception) || (0,esm_is/* isEvent */.cO)(exception)) { // If it's a plain object or an instance of `Event` (the built-in JS kind, not this SDK's `Event` type), serialize // it manually. This will allow us to group events based on top-level keys which is much better than creating a new // group on any key/value change. var objectException = exception; event = eventFromPlainObject(objectException, syntheticException, isUnhandledRejection); (0,misc/* addExceptionMechanism */.EG)(event, { synthetic: true, }); return event; } // If none of previous checks were valid, then it means that it's not: // - an instance of DOMError // - an instance of DOMException // - an instance of Event // - an instance of Error // - a valid ErrorEvent (one with an error property) // - a plain Object // // So bail out and capture it as a simple message: event = eventFromString(exception, syntheticException, attachStacktrace); (0,misc/* addExceptionTypeValue */.Db)(event, "" + exception, undefined); (0,misc/* addExceptionMechanism */.EG)(event, { synthetic: true, }); return event; } /** * @hidden */ function eventFromString(input, syntheticException, attachStacktrace) { var event = { message: input, }; if (attachStacktrace && syntheticException) { var frames_2 = parseStackFrames(syntheticException); if (frames_2.length) { event.stacktrace = { frames: frames_2 }; } } return event; } //# sourceMappingURL=eventbuilder.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/utils/esm/promisebuffer.js /** * Creates an new PromiseBuffer object with the specified limit * @param limit max number of promises that can be stored in the buffer */ function makePromiseBuffer(limit) { var buffer = []; function isReady() { return limit === undefined || buffer.length < limit; } /** * Remove a promise from the queue. * * @param task Can be any PromiseLike<T> * @returns Removed promise. */ function remove(task) { return buffer.splice(buffer.indexOf(task), 1)[0]; } /** * Add a promise (representing an in-flight action) to the queue, and set it to remove itself on fulfillment. * * @param taskProducer A function producing any PromiseLike<T>; In previous versions this used to be `task: * PromiseLike<T>`, but under that model, Promises were instantly created on the call-site and their executor * functions therefore ran immediately. Thus, even if the buffer was full, the action still happened. By * requiring the promise to be wrapped in a function, we can defer promise creation until after the buffer * limit check. * @returns The original promise. */ function add(taskProducer) { if (!isReady()) { return (0,syncpromise/* rejectedSyncPromise */.$2)(new SentryError('Not adding Promise due to buffer limit reached.')); } // start the task and add its promise to the queue var task = taskProducer(); if (buffer.indexOf(task) === -1) { buffer.push(task); } void task .then(function () { return remove(task); }) // Use `then(null, rejectionHandler)` rather than `catch(rejectionHandler)` so that we can use `PromiseLike` // rather than `Promise`. `PromiseLike` doesn't have a `.catch` method, making its polyfill smaller. (ES5 didn't // have promises, so TS has to polyfill when down-compiling.) .then(null, function () { return remove(task).then(null, function () { // We have to add another catch here because `remove()` starts a new promise chain. }); }); return task; } /** * Wait for all promises in the queue to resolve or for timeout to expire, whichever comes first. * * @param timeout The time, in ms, after which to resolve to `false` if the queue is still non-empty. Passing `0` (or * not passing anything) will make the promise wait as long as it takes for the queue to drain before resolving to * `true`. * @returns A promise which will resolve to `true` if the queue is already empty or drains before the timeout, and * `false` otherwise */ function drain(timeout) { return new syncpromise/* SyncPromise */.cW(function (resolve, reject) { var counter = buffer.length; if (!counter) { return resolve(true); } // wait for `timeout` ms and then resolve to `false` (if not cancelled first) var capturedSetTimeout = setTimeout(function () { if (timeout && timeout > 0) { resolve(false); } }, timeout); // if all promises resolve in time, cancel the timer and resolve to `true` buffer.forEach(function (item) { void (0,syncpromise/* resolvedSyncPromise */.WD)(item).then(function () { // eslint-disable-next-line no-plusplus if (!--counter) { clearTimeout(capturedSetTimeout); resolve(true); } }, reject); }); }); } return { $: buffer, add: add, drain: drain, }; } //# sourceMappingURL=promisebuffer.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/utils/esm/ratelimit.js var DEFAULT_RETRY_AFTER = 60 * 1000; // 60 seconds /** * Extracts Retry-After value from the request header or returns default value * @param header string representation of 'Retry-After' header * @param now current unix timestamp * */ function parseRetryAfterHeader(header, now) { if (now === void 0) { now = Date.now(); } var headerDelay = parseInt("" + header, 10); if (!isNaN(headerDelay)) { return headerDelay * 1000; } var headerDate = Date.parse("" + header); if (!isNaN(headerDate)) { return headerDate - now; } return DEFAULT_RETRY_AFTER; } /** * Gets the time that given category is disabled until for rate limiting */ function disabledUntil(limits, category) { return limits[category] || limits.all || 0; } /** * Checks if a category is rate limited */ function isRateLimited(limits, category, now) { if (now === void 0) { now = Date.now(); } return disabledUntil(limits, category) > now; } /** * Update ratelimits from incoming headers. * Returns true if headers contains a non-empty rate limiting header. */ function updateRateLimits(limits, headers, now) { var e_1, _a, e_2, _b; if (now === void 0) { now = Date.now(); } var updatedRateLimits = (0,tslib_es6/* __assign */.pi)({}, limits); // "The name is case-insensitive." // https://developer.mozilla.org/en-US/docs/Web/API/Headers/get var rateLimitHeader = headers['x-sentry-rate-limits']; var retryAfterHeader = headers['retry-after']; if (rateLimitHeader) { try { /** * rate limit headers are of the form * <header>,<header>,.. * where each <header> is of the form * <retry_after>: <categories>: <scope>: <reason_code> * where * <retry_after> is a delay in seconds * <categories> is the event type(s) (error, transaction, etc) being rate limited and is of the form * <category>;<category>;... * <scope> is what's being limited (org, project, or key) - ignored by SDK * <reason_code> is an arbitrary string like "org_quota" - ignored by SDK */ for (var _c = (0,tslib_es6/* __values */.XA)(rateLimitHeader.trim().split(',')), _d = _c.next(); !_d.done; _d = _c.next()) { var limit = _d.value; var parameters = limit.split(':', 2); var headerDelay = parseInt(parameters[0], 10); var delay = (!isNaN(headerDelay) ? headerDelay : 60) * 1000; // 60sec default if (!parameters[1]) { updatedRateLimits.all = now + delay; } else { try { for (var _e = (e_2 = void 0, (0,tslib_es6/* __values */.XA)(parameters[1].split(';'))), _f = _e.next(); !_f.done; _f = _e.next()) { var category = _f.value; updatedRateLimits[category] = now + delay; } } catch (e_2_1) { e_2 = { error: e_2_1 }; } finally { try { if (_f && !_f.done && (_b = _e.return)) _b.call(_e); } finally { if (e_2) throw e_2.error; } } } } } catch (e_1_1) { e_1 = { error: e_1_1 }; } finally { try { if (_d && !_d.done && (_a = _c.return)) _a.call(_c); } finally { if (e_1) throw e_1.error; } } } else if (retryAfterHeader) { updatedRateLimits.all = now + parseRetryAfterHeader(retryAfterHeader, now); } return updatedRateLimits; } //# sourceMappingURL=ratelimit.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/utils/esm/status.js /** * Converts an HTTP status code to sentry status {@link EventStatus}. * * @param code number HTTP status code * @returns EventStatus */ function eventStatusFromHttpCode(code) { if (code >= 200 && code < 300) { return 'success'; } if (code === 429) { return 'rate_limit'; } if (code >= 400 && code < 500) { return 'invalid'; } if (code >= 500) { return 'failed'; } return 'unknown'; } //# sourceMappingURL=status.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/core/esm/transports/base.js var ERROR_TRANSPORT_CATEGORY = 'error'; var TRANSACTION_TRANSPORT_CATEGORY = 'transaction'; var ATTACHMENT_TRANSPORT_CATEGORY = 'attachment'; var SESSION_TRANSPORT_CATEGORY = 'session'; var DEFAULT_TRANSPORT_BUFFER_SIZE = 30; /** * Creates a `NewTransport` * * @param options * @param makeRequest */ function createTransport(options, makeRequest, buffer) { if (buffer === void 0) { buffer = makePromiseBuffer(options.bufferSize || DEFAULT_TRANSPORT_BUFFER_SIZE); } var rateLimits = {}; var flush = function (timeout) { return buffer.drain(timeout); }; function send(envelope) { var envCategory = getEnvelopeType(envelope); var category = envCategory === 'event' ? 'error' : envCategory; var request = { category: category, body: serializeEnvelope(envelope), }; // Don't add to buffer if transport is already rate-limited if (isRateLimited(rateLimits, category)) { return (0,syncpromise/* rejectedSyncPromise */.$2)({ status: 'rate_limit', reason: getRateLimitReason(rateLimits, category), }); } var requestTask = function () { return makeRequest(request).then(function (_a) { var body = _a.body, headers = _a.headers, reason = _a.reason, statusCode = _a.statusCode; var status = eventStatusFromHttpCode(statusCode); if (headers) { rateLimits = updateRateLimits(rateLimits, headers); } if (status === 'success') { return (0,syncpromise/* resolvedSyncPromise */.WD)({ status: status, reason: reason }); } return (0,syncpromise/* rejectedSyncPromise */.$2)({ status: status, reason: reason || body || (status === 'rate_limit' ? getRateLimitReason(rateLimits, category) : 'Unknown transport error'), }); }); }; return buffer.add(requestTask); } return { send: send, flush: flush, }; } function getRateLimitReason(rateLimits, category) { return "Too many " + category + " requests, backing off until: " + new Date(disabledUntil(rateLimits, category)).toISOString(); } //# sourceMappingURL=base.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/utils/esm/async.js /** * Consumes the promise and logs the error when it rejects. * @param promise A promise to forget. */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function forget(promise) { void promise.then(null, function (e) { // TODO: Use a better logging mechanism // eslint-disable-next-line no-console console.error(e); }); } //# sourceMappingURL=async.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/browser/esm/flags.js /* * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking * for users. * * Debug flags need to be declared in each package individually and must not be imported across package boundaries, * because some build tools have trouble tree-shaking imported guards. * * As a convention, we define debug flags in a `flags.ts` file in the root of a package's `src` folder. * * Debug flag files will contain "magic strings" like `__SENTRY_DEBUG__` that may get replaced with actual values during * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not * replaced. */ /** Flag that is true for debug builds, false otherwise. */ var esm_flags_IS_DEBUG_BUILD = typeof __SENTRY_DEBUG__ === 'undefined' ? true : __SENTRY_DEBUG__; //# sourceMappingURL=flags.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/browser/esm/transports/utils.js var utils_global = (0,esm_global/* getGlobalObject */.R)(); var cachedFetchImpl; /** * A special usecase for incorrectly wrapped Fetch APIs in conjunction with ad-blockers. * Whenever someone wraps the Fetch API and returns the wrong promise chain, * this chain becomes orphaned and there is no possible way to capture it's rejections * other than allowing it bubble up to this very handler. eg. * * const f = window.fetch; * window.fetch = function () { * const p = f.apply(this, arguments); * * p.then(function() { * console.log('hi.'); * }); * * return p; * } * * `p.then(function () { ... })` is producing a completely separate promise chain, * however, what's returned is `p` - the result of original `fetch` call. * * This mean, that whenever we use the Fetch API to send our own requests, _and_ * some ad-blocker blocks it, this orphaned chain will _always_ reject, * effectively causing another event to be captured. * This makes a whole process become an infinite loop, which we need to somehow * deal with, and break it in one way or another. * * To deal with this issue, we are making sure that we _always_ use the real * browser Fetch API, instead of relying on what `window.fetch` exposes. * The only downside to this would be missing our own requests as breadcrumbs, * but because we are already not doing this, it should be just fine. * * Possible failed fetch error messages per-browser: * * Chrome: Failed to fetch * Edge: Failed to Fetch * Firefox: NetworkError when attempting to fetch resource * Safari: resource blocked by content blocker */ function getNativeFetchImplementation() { if (cachedFetchImpl) { return cachedFetchImpl; } /* eslint-disable @typescript-eslint/unbound-method */ // Fast path to avoid DOM I/O if ((0,supports/* isNativeFetch */.Du)(utils_global.fetch)) { return (cachedFetchImpl = utils_global.fetch.bind(utils_global)); } var document = utils_global.document; var fetchImpl = utils_global.fetch; // eslint-disable-next-line deprecation/deprecation if (document && typeof document.createElement === 'function') { try { var sandbox = document.createElement('iframe'); sandbox.hidden = true; document.head.appendChild(sandbox); var contentWindow = sandbox.contentWindow; if (contentWindow && contentWindow.fetch) { fetchImpl = contentWindow.fetch; } document.head.removeChild(sandbox); } catch (e) { esm_flags_IS_DEBUG_BUILD && esm_logger/* logger.warn */.kg.warn('Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ', e); } } return (cachedFetchImpl = fetchImpl.bind(utils_global)); /* eslint-enable @typescript-eslint/unbound-method */ } /** * Sends sdk client report using sendBeacon or fetch as a fallback if available * * @param url report endpoint * @param body report payload */ function sendReport(url, body) { var isRealNavigator = Object.prototype.toString.call(utils_global && utils_global.navigator) === '[object Navigator]'; var hasSendBeacon = isRealNavigator && typeof utils_global.navigator.sendBeacon === 'function'; if (hasSendBeacon) { // Prevent illegal invocations - https://xgwang.me/posts/you-may-not-know-beacon/#it-may-throw-error%2C-be-sure-to-catch var sendBeacon = utils_global.navigator.sendBeacon.bind(utils_global.navigator); return sendBeacon(url, body); } if ((0,supports/* supportsFetch */.Ak)()) { var fetch_1 = getNativeFetchImplementation(); return forget(fetch_1(url, { body: body, method: 'POST', credentials: 'omit', keepalive: true, })); } } //# sourceMappingURL=utils.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/browser/esm/transports/new-fetch.js /** * Creates a Transport that uses the Fetch API to send events to Sentry. */ function makeNewFetchTransport(options, nativeFetch) { if (nativeFetch === void 0) { nativeFetch = getNativeFetchImplementation(); } function makeRequest(request) { var requestOptions = (0,tslib_es6/* __assign */.pi)({ body: request.body, method: 'POST', referrerPolicy: 'origin' }, options.requestOptions); return nativeFetch(options.url, requestOptions).then(function (response) { return response.text().then(function (body) { return ({ body: body, headers: { 'x-sentry-rate-limits': response.headers.get('X-Sentry-Rate-Limits'), 'retry-after': response.headers.get('Retry-After'), }, reason: response.statusText, statusCode: response.status, }); }); }); } return createTransport({ bufferSize: options.bufferSize }, makeRequest); } //# sourceMappingURL=new-fetch.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/utils/esm/clientreport.js /** * Creates client report envelope * @param discarded_events An array of discard events * @param dsn A DSN that can be set on the header. Optional. */ function createClientReportEnvelope(discarded_events, dsn, timestamp) { var clientReportItem = [ { type: 'client_report' }, { timestamp: timestamp || (0,time/* dateTimestampInSeconds */.yW)(), discarded_events: discarded_events, }, ]; return createEnvelope(dsn ? { dsn: dsn } : {}, [clientReportItem]); } //# sourceMappingURL=clientreport.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/browser/esm/transports/base.js function requestTypeToCategory(ty) { var tyStr = ty; return tyStr === 'event' ? 'error' : tyStr; } var base_global = (0,esm_global/* getGlobalObject */.R)(); /** Base Transport class implementation */ var BaseTransport = /** @class */ (function () { function BaseTransport(options) { var _this = this; this.options = options; /** A simple buffer holding all requests. */ this._buffer = makePromiseBuffer(30); /** Locks transport after receiving rate limits in a response */ this._rateLimits = {}; this._outcomes = {}; this._api = initAPIDetails(options.dsn, options._metadata, options.tunnel); // eslint-disable-next-line deprecation/deprecation this.url = getStoreEndpointWithUrlEncodedAuth(this._api.dsn); if (this.options.sendClientReports && base_global.document) { base_global.document.addEventListener('visibilitychange', function () { if (base_global.document.visibilityState === 'hidden') { _this._flushOutcomes(); } }); } } /** * @inheritDoc */ BaseTransport.prototype.sendEvent = function (event) { return this._sendRequest(eventToSentryRequest(event, this._api), event); }; /** * @inheritDoc */ BaseTransport.prototype.sendSession = function (session) { return this._sendRequest(sessionToSentryRequest(session, this._api), session); }; /** * @inheritDoc */ BaseTransport.prototype.close = function (timeout) { return this._buffer.drain(timeout); }; /** * @inheritDoc */ BaseTransport.prototype.recordLostEvent = function (reason, category) { var _a; if (!this.options.sendClientReports) { return; } // We want to track each category (event, transaction, session) separately // but still keep the distinction between different type of outcomes. // We could use nested maps, but it's much easier to read and type this way. // A correct type for map-based implementation if we want to go that route // would be `Partial<Record<SentryRequestType, Partial<Record<Outcome, number>>>>` var key = requestTypeToCategory(category) + ":" + reason; esm_flags_IS_DEBUG_BUILD && esm_logger/* logger.log */.kg.log("Adding outcome: " + key); this._outcomes[key] = (_a = this._outcomes[key], (_a !== null && _a !== void 0 ? _a : 0)) + 1; }; /** * Send outcomes as an envelope */ BaseTransport.prototype._flushOutcomes = function () { if (!this.options.sendClientReports) { return; } var outcomes = this._outcomes; this._outcomes = {}; // Nothing to send if (!Object.keys(outcomes).length) { esm_flags_IS_DEBUG_BUILD && esm_logger/* logger.log */.kg.log('No outcomes to flush'); return; } esm_flags_IS_DEBUG_BUILD && esm_logger/* logger.log */.kg.log("Flushing outcomes:\n" + JSON.stringify(outcomes, null, 2)); var url = getEnvelopeEndpointWithUrlEncodedAuth(this._api.dsn, this._api.tunnel); var discardedEvents = Object.keys(outcomes).map(function (key) { var _a = (0,tslib_es6/* __read */.CR)(key.split(':'), 2), category = _a[0], reason = _a[1]; return { reason: reason, category: category, quantity: outcomes[key], }; // TODO: Improve types on discarded_events to get rid of cast }); var envelope = createClientReportEnvelope(discardedEvents, this._api.tunnel && dsnToString(this._api.dsn)); try { sendReport(url, serializeEnvelope(envelope)); } catch (e) { esm_flags_IS_DEBUG_BUILD && esm_logger/* logger.error */.kg.error(e); } }; /** * Handle Sentry repsonse for promise-based transports. */ BaseTransport.prototype._handleResponse = function (_a) { var requestType = _a.requestType, response = _a.response, headers = _a.headers, resolve = _a.resolve, reject = _a.reject; var status = eventStatusFromHttpCode(response.status); this._rateLimits = updateRateLimits(this._rateLimits, headers); // eslint-disable-next-line deprecation/deprecation if (this._isRateLimited(requestType)) { esm_flags_IS_DEBUG_BUILD && // eslint-disable-next-line deprecation/deprecation esm_logger/* logger.warn */.kg.warn("Too many " + requestType + " requests, backing off until: " + this._disabledUntil(requestType)); } if (status === 'success') { resolve({ status: status }); return; } reject(response); }; /** * Gets the time that given category is disabled until for rate limiting * * @deprecated Please use `disabledUntil` from @sentry/utils */ BaseTransport.prototype._disabledUntil = function (requestType) { var category = requestTypeToCategory(requestType); return new Date(disabledUntil(this._rateLimits, category)); }; /** * Checks if a category is rate limited * * @deprecated Please use `isRateLimited` from @sentry/utils */ BaseTransport.prototype._isRateLimited = function (requestType) { var category = requestTypeToCategory(requestType); return isRateLimited(this._rateLimits, category); }; return BaseTransport; }()); //# sourceMappingURL=base.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/browser/esm/transports/fetch.js /** `fetch` based transport */ var FetchTransport = /** @class */ (function (_super) { (0,tslib_es6/* __extends */.ZT)(FetchTransport, _super); function FetchTransport(options, fetchImpl) { if (fetchImpl === void 0) { fetchImpl = getNativeFetchImplementation(); } var _this = _super.call(this, options) || this; _this._fetch = fetchImpl; return _this; } /** * @param sentryRequest Prepared SentryRequest to be delivered * @param originalPayload Original payload used to create SentryRequest */ FetchTransport.prototype._sendRequest = function (sentryRequest, originalPayload) { var _this = this; // eslint-disable-next-line deprecation/deprecation if (this._isRateLimited(sentryRequest.type)) { this.recordLostEvent('ratelimit_backoff', sentryRequest.type); return Promise.reject({ event: originalPayload, type: sentryRequest.type, // eslint-disable-next-line deprecation/deprecation reason: "Transport for " + sentryRequest.type + " requests locked till " + this._disabledUntil(sentryRequest.type) + " due to too many requests.", status: 429, }); } var options = { body: sentryRequest.body, method: 'POST', // Despite all stars in the sky saying that Edge supports old draft syntax, aka 'never', 'always', 'origin' and 'default' // (see https://caniuse.com/#feat=referrer-policy), // it doesn't. And it throws an exception instead of ignoring this parameter... // REF: https://github.com/getsentry/raven-js/issues/1233 referrerPolicy: ((0,supports/* supportsReferrerPolicy */.hv)() ? 'origin' : ''), }; if (this.options.fetchParameters !== undefined) { Object.assign(options, this.options.fetchParameters); } if (this.options.headers !== undefined) { options.headers = this.options.headers; } return this._buffer .add(function () { return new syncpromise/* SyncPromise */.cW(function (resolve, reject) { void _this._fetch(sentryRequest.url, options) .then(function (response) { var headers = { 'x-sentry-rate-limits': response.headers.get('X-Sentry-Rate-Limits'), 'retry-after': response.headers.get('Retry-After'), }; _this._handleResponse({ requestType: sentryRequest.type, response: response, headers: headers, resolve: resolve, reject: reject, }); }) .catch(reject); }); }) .then(undefined, function (reason) { // It's either buffer rejection or any other xhr/fetch error, which are treated as NetworkError. if (reason instanceof SentryError) { _this.recordLostEvent('queue_overflow', sentryRequest.type); } else { _this.recordLostEvent('network_error', sentryRequest.type); } throw reason; }); }; return FetchTransport; }(BaseTransport)); //# sourceMappingURL=fetch.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/browser/esm/transports/new-xhr.js /** * The DONE ready state for XmlHttpRequest * * Defining it here as a constant b/c XMLHttpRequest.DONE is not always defined * (e.g. during testing, it is `undefined`) * * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/readyState} */ var XHR_READYSTATE_DONE = 4; /** * Creates a Transport that uses the XMLHttpRequest API to send events to Sentry. */ function makeNewXHRTransport(options) { function makeRequest(request) { return new syncpromise/* SyncPromise */.cW(function (resolve, _reject) { var xhr = new XMLHttpRequest(); xhr.onreadystatechange = function () { if (xhr.readyState === XHR_READYSTATE_DONE) { var response = { body: xhr.response, headers: { 'x-sentry-rate-limits': xhr.getResponseHeader('X-Sentry-Rate-Limits'), 'retry-after': xhr.getResponseHeader('Retry-After'), }, reason: xhr.statusText, statusCode: xhr.status, }; resolve(response); } }; xhr.open('POST', options.url); for (var header in options.headers) { if (Object.prototype.hasOwnProperty.call(options.headers, header)) { xhr.setRequestHeader(header, options.headers[header]); } } xhr.send(request.body); }); } return createTransport({ bufferSize: options.bufferSize }, makeRequest); } //# sourceMappingURL=new-xhr.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/browser/esm/transports/xhr.js /** `XHR` based transport */ var XHRTransport = /** @class */ (function (_super) { (0,tslib_es6/* __extends */.ZT)(XHRTransport, _super); function XHRTransport() { return _super !== null && _super.apply(this, arguments) || this; } /** * @param sentryRequest Prepared SentryRequest to be delivered * @param originalPayload Original payload used to create SentryRequest */ XHRTransport.prototype._sendRequest = function (sentryRequest, originalPayload) { var _this = this; // eslint-disable-next-line deprecation/deprecation if (this._isRateLimited(sentryRequest.type)) { this.recordLostEvent('ratelimit_backoff', sentryRequest.type); return Promise.reject({ event: originalPayload, type: sentryRequest.type, // eslint-disable-next-line deprecation/deprecation reason: "Transport for " + sentryRequest.type + " requests locked till " + this._disabledUntil(sentryRequest.type) + " due to too many requests.", status: 429, }); } return this._buffer .add(function () { return new syncpromise/* SyncPromise */.cW(function (resolve, reject) { var request = new XMLHttpRequest(); request.onreadystatechange = function () { if (request.readyState === 4) { var headers = { 'x-sentry-rate-limits': request.getResponseHeader('X-Sentry-Rate-Limits'), 'retry-after': request.getResponseHeader('Retry-After'), }; _this._handleResponse({ requestType: sentryRequest.type, response: request, headers: headers, resolve: resolve, reject: reject }); } }; request.open('POST', sentryRequest.url); for (var header in _this.options.headers) { if (Object.prototype.hasOwnProperty.call(_this.options.headers, header)) { request.setRequestHeader(header, _this.options.headers[header]); } } request.send(sentryRequest.body); }); }) .then(undefined, function (reason) { // It's either buffer rejection or any other xhr/fetch error, which are treated as NetworkError. if (reason instanceof SentryError) { _this.recordLostEvent('queue_overflow', sentryRequest.type); } else { _this.recordLostEvent('network_error', sentryRequest.type); } throw reason; }); }; return XHRTransport; }(BaseTransport)); //# sourceMappingURL=xhr.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/browser/esm/backend.js /** * The Sentry Browser SDK Backend. * @hidden */ var BrowserBackend = /** @class */ (function (_super) { (0,tslib_es6/* __extends */.ZT)(BrowserBackend, _super); function BrowserBackend() { return _super !== null && _super.apply(this, arguments) || this; } /** * @inheritDoc */ BrowserBackend.prototype.eventFromException = function (exception, hint) { return eventFromException(exception, hint, this._options.attachStacktrace); }; /** * @inheritDoc */ BrowserBackend.prototype.eventFromMessage = function (message, level, hint) { if (level === void 0) { level = Severity.Info; } return eventFromMessage(message, level, hint, this._options.attachStacktrace); }; /** * @inheritDoc */ BrowserBackend.prototype._setupTransport = function () { if (!this._options.dsn) { // We return the noop transport here in case there is no Dsn. return _super.prototype._setupTransport.call(this); } var transportOptions = (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, this._options.transportOptions), { dsn: this._options.dsn, tunnel: this._options.tunnel, sendClientReports: this._options.sendClientReports, _metadata: this._options._metadata }); var api = initAPIDetails(transportOptions.dsn, transportOptions._metadata, transportOptions.tunnel); var url = getEnvelopeEndpointWithUrlEncodedAuth(api.dsn, api.tunnel); if (this._options.transport) { return new this._options.transport(transportOptions); } if ((0,supports/* supportsFetch */.Ak)()) { var requestOptions = (0,tslib_es6/* __assign */.pi)({}, transportOptions.fetchParameters); this._newTransport = makeNewFetchTransport({ requestOptions: requestOptions, url: url }); return new FetchTransport(transportOptions); } this._newTransport = makeNewXHRTransport({ url: url, headers: transportOptions.headers, }); return new XHRTransport(transportOptions); }; return BrowserBackend; }(BaseBackend)); //# sourceMappingURL=backend.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/browser/esm/helpers.js var helpers_global = (0,esm_global/* getGlobalObject */.R)(); var ignoreOnError = 0; /** * @hidden */ function shouldIgnoreOnError() { return ignoreOnError > 0; } /** * @hidden */ function ignoreNextOnError() { // onerror should trigger before setTimeout ignoreOnError += 1; setTimeout(function () { ignoreOnError -= 1; }); } /** * Instruments the given function and sends an event to Sentry every time the * function throws an exception. * * @param fn A function to wrap. * @returns The wrapped function. * @hidden */ function wrap(fn, options, before) { // for future readers what this does is wrap a function and then create // a bi-directional wrapping between them. // // example: wrapped = wrap(original); // original.__sentry_wrapped__ -> wrapped // wrapped.__sentry_original__ -> original if (options === void 0) { options = {}; } if (typeof fn !== 'function') { return fn; } try { // if we're dealing with a function that was previously wrapped, return // the original wrapper. var wrapper = fn.__sentry_wrapped__; if (wrapper) { return wrapper; } // We don't wanna wrap it twice if ((0,object/* getOriginalFunction */.HK)(fn)) { return fn; } } catch (e) { // Just accessing custom props in some Selenium environments // can cause a "Permission denied" exception (see raven-js#495). // Bail on wrapping and return the function as-is (defers to window.onerror). return fn; } /* eslint-disable prefer-rest-params */ // eslint-disable-next-line @typescript-eslint/no-explicit-any var sentryWrapped = function () { var args = Array.prototype.slice.call(arguments); try { if (before && typeof before === 'function') { before.apply(this, arguments); } // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-member-access var wrappedArguments = args.map(function (arg) { return wrap(arg, options); }); // Attempt to invoke user-land function // NOTE: If you are a Sentry user, and you are seeing this stack frame, it // means the sentry.javascript SDK caught an error invoking your application code. This // is expected behavior and NOT indicative of a bug with sentry.javascript. return fn.apply(this, wrappedArguments); } catch (ex) { ignoreNextOnError(); withScope(function (scope) { scope.addEventProcessor(function (event) { if (options.mechanism) { (0,misc/* addExceptionTypeValue */.Db)(event, undefined, undefined); (0,misc/* addExceptionMechanism */.EG)(event, options.mechanism); } event.extra = (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, event.extra), { arguments: args }); return event; }); captureException(ex); }); throw ex; } }; /* eslint-enable prefer-rest-params */ // Accessing some objects may throw // ref: https://github.com/getsentry/sentry-javascript/issues/1168 try { for (var property in fn) { if (Object.prototype.hasOwnProperty.call(fn, property)) { sentryWrapped[property] = fn[property]; } } } catch (_oO) { } // eslint-disable-line no-empty // Signal that this function has been wrapped/filled already // for both debugging and to prevent it to being wrapped/filled twice (0,object/* markFunctionWrapped */.$Q)(sentryWrapped, fn); (0,object/* addNonEnumerableProperty */.xp)(fn, '__sentry_wrapped__', sentryWrapped); // Restore original function name (not all browsers allow that) try { var descriptor = Object.getOwnPropertyDescriptor(sentryWrapped, 'name'); if (descriptor.configurable) { Object.defineProperty(sentryWrapped, 'name', { get: function () { return fn.name; }, }); } // eslint-disable-next-line no-empty } catch (_oO) { } return sentryWrapped; } /** * Injects the Report Dialog script * @hidden */ function injectReportDialog(options) { if (options === void 0) { options = {}; } if (!helpers_global.document) { return; } if (!options.eventId) { esm_flags_IS_DEBUG_BUILD && esm_logger/* logger.error */.kg.error('Missing eventId option in showReportDialog call'); return; } if (!options.dsn) { esm_flags_IS_DEBUG_BUILD && esm_logger/* logger.error */.kg.error('Missing dsn option in showReportDialog call'); return; } var script = helpers_global.document.createElement('script'); script.async = true; script.src = getReportDialogEndpoint(options.dsn, options); if (options.onLoad) { // eslint-disable-next-line @typescript-eslint/unbound-method script.onload = options.onLoad; } var injectionPoint = helpers_global.document.head || helpers_global.document.body; if (injectionPoint) { injectionPoint.appendChild(script); } } //# sourceMappingURL=helpers.js.map // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/browser.js var browser = __webpack_require__(58464); ;// CONCATENATED MODULE: ./node_modules/@sentry/utils/esm/enums.js var enums_SeverityLevels = ['fatal', 'error', 'warning', 'log', 'info', 'debug', 'critical']; //# sourceMappingURL=enums.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/utils/esm/severity.js function isSupportedSeverity(level) { return enums_SeverityLevels.indexOf(level) !== -1; } /** * Converts a string-based level into a {@link Severity}. * * @param level string representation of Severity * @returns Severity */ function severityFromString(level) { if (level === 'warn') return Severity.Warning; if (isSupportedSeverity(level)) { return level; } return Severity.Log; } //# sourceMappingURL=severity.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/browser/esm/integrations/breadcrumbs.js /* eslint-disable @typescript-eslint/no-unsafe-member-access */ /* eslint-disable max-lines */ /** * Default Breadcrumbs instrumentations * TODO: Deprecated - with v6, this will be renamed to `Instrument` */ var Breadcrumbs = /** @class */ (function () { /** * @inheritDoc */ function Breadcrumbs(options) { /** * @inheritDoc */ this.name = Breadcrumbs.id; this._options = (0,tslib_es6/* __assign */.pi)({ console: true, dom: true, fetch: true, history: true, sentry: true, xhr: true }, options); } /** * Create a breadcrumb of `sentry` from the events themselves */ Breadcrumbs.prototype.addSentryBreadcrumb = function (event) { if (!this._options.sentry) { return; } (0,esm_hub/* getCurrentHub */.Gd)().addBreadcrumb({ category: "sentry." + (event.type === 'transaction' ? 'transaction' : 'event'), event_id: event.event_id, level: event.level, message: (0,misc/* getEventDescription */.jH)(event), }, { event: event, }); }; /** * Instrument browser built-ins w/ breadcrumb capturing * - Console API * - DOM API (click/typing) * - XMLHttpRequest API * - Fetch API * - History API */ Breadcrumbs.prototype.setupOnce = function () { if (this._options.console) { (0,instrument/* addInstrumentationHandler */.o)('console', _consoleBreadcrumb); } if (this._options.dom) { (0,instrument/* addInstrumentationHandler */.o)('dom', _domBreadcrumb(this._options.dom)); } if (this._options.xhr) { (0,instrument/* addInstrumentationHandler */.o)('xhr', _xhrBreadcrumb); } if (this._options.fetch) { (0,instrument/* addInstrumentationHandler */.o)('fetch', _fetchBreadcrumb); } if (this._options.history) { (0,instrument/* addInstrumentationHandler */.o)('history', _historyBreadcrumb); } }; /** * @inheritDoc */ Breadcrumbs.id = 'Breadcrumbs'; return Breadcrumbs; }()); /** * A HOC that creaes a function that creates breadcrumbs from DOM API calls. * This is a HOC so that we get access to dom options in the closure. */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function _domBreadcrumb(dom) { // eslint-disable-next-line @typescript-eslint/no-explicit-any function _innerDomBreadcrumb(handlerData) { var target; var keyAttrs = typeof dom === 'object' ? dom.serializeAttribute : undefined; if (typeof keyAttrs === 'string') { keyAttrs = [keyAttrs]; } // Accessing event.target can throw (see getsentry/raven-js#838, #768) try { target = handlerData.event.target ? (0,browser/* htmlTreeAsString */.R)(handlerData.event.target, keyAttrs) : (0,browser/* htmlTreeAsString */.R)(handlerData.event, keyAttrs); } catch (e) { target = '<unknown>'; } if (target.length === 0) { return; } (0,esm_hub/* getCurrentHub */.Gd)().addBreadcrumb({ category: "ui." + handlerData.name, message: target, }, { event: handlerData.event, name: handlerData.name, global: handlerData.global, }); } return _innerDomBreadcrumb; } /** * Creates breadcrumbs from console API calls */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function _consoleBreadcrumb(handlerData) { var breadcrumb = { category: 'console', data: { arguments: handlerData.args, logger: 'console', }, level: severityFromString(handlerData.level), message: (0,string/* safeJoin */.nK)(handlerData.args, ' '), }; if (handlerData.level === 'assert') { if (handlerData.args[0] === false) { breadcrumb.message = "Assertion failed: " + ((0,string/* safeJoin */.nK)(handlerData.args.slice(1), ' ') || 'console.assert'); breadcrumb.data.arguments = handlerData.args.slice(1); } else { // Don't capture a breadcrumb for passed assertions return; } } (0,esm_hub/* getCurrentHub */.Gd)().addBreadcrumb(breadcrumb, { input: handlerData.args, level: handlerData.level, }); } /** * Creates breadcrumbs from XHR API calls */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function _xhrBreadcrumb(handlerData) { if (handlerData.endTimestamp) { // We only capture complete, non-sentry requests if (handlerData.xhr.__sentry_own_request__) { return; } var _a = handlerData.xhr.__sentry_xhr__ || {}, method = _a.method, url = _a.url, status_code = _a.status_code, body = _a.body; (0,esm_hub/* getCurrentHub */.Gd)().addBreadcrumb({ category: 'xhr', data: { method: method, url: url, status_code: status_code, }, type: 'http', }, { xhr: handlerData.xhr, input: body, }); return; } } /** * Creates breadcrumbs from fetch API calls */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function _fetchBreadcrumb(handlerData) { // We only capture complete fetch requests if (!handlerData.endTimestamp) { return; } if (handlerData.fetchData.url.match(/sentry_key/) && handlerData.fetchData.method === 'POST') { // We will not create breadcrumbs for fetch requests that contain `sentry_key` (internal sentry requests) return; } if (handlerData.error) { (0,esm_hub/* getCurrentHub */.Gd)().addBreadcrumb({ category: 'fetch', data: handlerData.fetchData, level: Severity.Error, type: 'http', }, { data: handlerData.error, input: handlerData.args, }); } else { (0,esm_hub/* getCurrentHub */.Gd)().addBreadcrumb({ category: 'fetch', data: (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, handlerData.fetchData), { status_code: handlerData.response.status }), type: 'http', }, { input: handlerData.args, response: handlerData.response, }); } } /** * Creates breadcrumbs from history API calls */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function _historyBreadcrumb(handlerData) { var global = (0,esm_global/* getGlobalObject */.R)(); var from = handlerData.from; var to = handlerData.to; var parsedLoc = (0,misc/* parseUrl */.en)(global.location.href); var parsedFrom = (0,misc/* parseUrl */.en)(from); var parsedTo = (0,misc/* parseUrl */.en)(to); // Initial pushState doesn't provide `from` information if (!parsedFrom.path) { parsedFrom = parsedLoc; } // Use only the path component of the URL if the URL matches the current // document (almost all the time when using pushState) if (parsedLoc.protocol === parsedTo.protocol && parsedLoc.host === parsedTo.host) { to = parsedTo.relative; } if (parsedLoc.protocol === parsedFrom.protocol && parsedLoc.host === parsedFrom.host) { from = parsedFrom.relative; } (0,esm_hub/* getCurrentHub */.Gd)().addBreadcrumb({ category: 'navigation', data: { from: from, to: to, }, }); } //# sourceMappingURL=breadcrumbs.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/browser/esm/client.js /** * The Sentry Browser SDK Client. * * @see BrowserOptions for documentation on configuration options. * @see SentryClient for usage documentation. */ var BrowserClient = /** @class */ (function (_super) { (0,tslib_es6/* __extends */.ZT)(BrowserClient, _super); /** * Creates a new Browser SDK instance. * * @param options Configuration options for this SDK. */ function BrowserClient(options) { if (options === void 0) { options = {}; } var _this = this; options._metadata = options._metadata || {}; options._metadata.sdk = options._metadata.sdk || { name: 'sentry.javascript.browser', packages: [ { name: 'npm:@sentry/browser', version: SDK_VERSION, }, ], version: SDK_VERSION, }; _this = _super.call(this, BrowserBackend, options) || this; return _this; } /** * Show a report dialog to the user to send feedback to a specific event. * * @param options Set individual options for the dialog */ BrowserClient.prototype.showReportDialog = function (options) { if (options === void 0) { options = {}; } // doesn't work without a document (React Native) var document = (0,esm_global/* getGlobalObject */.R)().document; if (!document) { return; } if (!this._isEnabled()) { esm_flags_IS_DEBUG_BUILD && esm_logger/* logger.error */.kg.error('Trying to call showReportDialog with Sentry Client disabled'); return; } injectReportDialog((0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, options), { dsn: options.dsn || this.getDsn() })); }; /** * @inheritDoc */ BrowserClient.prototype._prepareEvent = function (event, scope, hint) { event.platform = event.platform || 'javascript'; return _super.prototype._prepareEvent.call(this, event, scope, hint); }; /** * @inheritDoc */ BrowserClient.prototype._sendEvent = function (event) { var integration = this.getIntegration(Breadcrumbs); if (integration) { integration.addSentryBreadcrumb(event); } _super.prototype._sendEvent.call(this, event); }; return BrowserClient; }(BaseClient)); //# sourceMappingURL=client.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/browser/esm/integrations/trycatch.js var DEFAULT_EVENT_TARGET = [ 'EventTarget', 'Window', 'Node', 'ApplicationCache', 'AudioTrackList', 'ChannelMergerNode', 'CryptoOperation', 'EventSource', 'FileReader', 'HTMLUnknownElement', 'IDBDatabase', 'IDBRequest', 'IDBTransaction', 'KeyOperation', 'MediaController', 'MessagePort', 'ModalWindow', 'Notification', 'SVGElementInstance', 'Screen', 'TextTrack', 'TextTrackCue', 'TextTrackList', 'WebSocket', 'WebSocketWorker', 'Worker', 'XMLHttpRequest', 'XMLHttpRequestEventTarget', 'XMLHttpRequestUpload', ]; /** Wrap timer functions and event targets to catch errors and provide better meta data */ var TryCatch = /** @class */ (function () { /** * @inheritDoc */ function TryCatch(options) { /** * @inheritDoc */ this.name = TryCatch.id; this._options = (0,tslib_es6/* __assign */.pi)({ XMLHttpRequest: true, eventTarget: true, requestAnimationFrame: true, setInterval: true, setTimeout: true }, options); } /** * Wrap timer functions and event targets to catch errors * and provide better metadata. */ TryCatch.prototype.setupOnce = function () { var global = (0,esm_global/* getGlobalObject */.R)(); if (this._options.setTimeout) { (0,object/* fill */.hl)(global, 'setTimeout', _wrapTimeFunction); } if (this._options.setInterval) { (0,object/* fill */.hl)(global, 'setInterval', _wrapTimeFunction); } if (this._options.requestAnimationFrame) { (0,object/* fill */.hl)(global, 'requestAnimationFrame', _wrapRAF); } if (this._options.XMLHttpRequest && 'XMLHttpRequest' in global) { (0,object/* fill */.hl)(XMLHttpRequest.prototype, 'send', _wrapXHR); } var eventTargetOption = this._options.eventTarget; if (eventTargetOption) { var eventTarget = Array.isArray(eventTargetOption) ? eventTargetOption : DEFAULT_EVENT_TARGET; eventTarget.forEach(_wrapEventTarget); } }; /** * @inheritDoc */ TryCatch.id = 'TryCatch'; return TryCatch; }()); /** JSDoc */ function _wrapTimeFunction(original) { // eslint-disable-next-line @typescript-eslint/no-explicit-any return function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } var originalCallback = args[0]; args[0] = wrap(originalCallback, { mechanism: { data: { function: (0,esm_stacktrace/* getFunctionName */.$P)(original) }, handled: true, type: 'instrument', }, }); return original.apply(this, args); }; } /** JSDoc */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function _wrapRAF(original) { // eslint-disable-next-line @typescript-eslint/no-explicit-any return function (callback) { // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access return original.apply(this, [ wrap(callback, { mechanism: { data: { function: 'requestAnimationFrame', handler: (0,esm_stacktrace/* getFunctionName */.$P)(original), }, handled: true, type: 'instrument', }, }), ]); }; } /** JSDoc */ function _wrapXHR(originalSend) { // eslint-disable-next-line @typescript-eslint/no-explicit-any return function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } // eslint-disable-next-line @typescript-eslint/no-this-alias var xhr = this; var xmlHttpRequestProps = ['onload', 'onerror', 'onprogress', 'onreadystatechange']; xmlHttpRequestProps.forEach(function (prop) { if (prop in xhr && typeof xhr[prop] === 'function') { // eslint-disable-next-line @typescript-eslint/no-explicit-any (0,object/* fill */.hl)(xhr, prop, function (original) { var wrapOptions = { mechanism: { data: { function: prop, handler: (0,esm_stacktrace/* getFunctionName */.$P)(original), }, handled: true, type: 'instrument', }, }; // If Instrument integration has been called before TryCatch, get the name of original function var originalFunction = (0,object/* getOriginalFunction */.HK)(original); if (originalFunction) { wrapOptions.mechanism.data.handler = (0,esm_stacktrace/* getFunctionName */.$P)(originalFunction); } // Otherwise wrap directly return wrap(original, wrapOptions); }); } }); return originalSend.apply(this, args); }; } /** JSDoc */ function _wrapEventTarget(target) { // eslint-disable-next-line @typescript-eslint/no-explicit-any var global = (0,esm_global/* getGlobalObject */.R)(); // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access var proto = global[target] && global[target].prototype; // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, no-prototype-builtins if (!proto || !proto.hasOwnProperty || !proto.hasOwnProperty('addEventListener')) { return; } (0,object/* fill */.hl)(proto, 'addEventListener', function (original) { return function (eventName, fn, options) { try { if (typeof fn.handleEvent === 'function') { fn.handleEvent = wrap(fn.handleEvent.bind(fn), { mechanism: { data: { function: 'handleEvent', handler: (0,esm_stacktrace/* getFunctionName */.$P)(fn), target: target, }, handled: true, type: 'instrument', }, }); } } catch (err) { // can sometimes get 'Permission denied to access property "handle Event' } return original.apply(this, [ eventName, // eslint-disable-next-line @typescript-eslint/no-explicit-any wrap(fn, { mechanism: { data: { function: 'addEventListener', handler: (0,esm_stacktrace/* getFunctionName */.$P)(fn), target: target, }, handled: true, type: 'instrument', }, }), options, ]); }; }); (0,object/* fill */.hl)(proto, 'removeEventListener', function (originalRemoveEventListener) { return function (eventName, fn, options) { /** * There are 2 possible scenarios here: * * 1. Someone passes a callback, which was attached prior to Sentry initialization, or by using unmodified * method, eg. `document.addEventListener.call(el, name, handler). In this case, we treat this function * as a pass-through, and call original `removeEventListener` with it. * * 2. Someone passes a callback, which was attached after Sentry was initialized, which means that it was using * our wrapped version of `addEventListener`, which internally calls `wrap` helper. * This helper "wraps" whole callback inside a try/catch statement, and attached appropriate metadata to it, * in order for us to make a distinction between wrapped/non-wrapped functions possible. * If a function was wrapped, it has additional property of `__sentry_wrapped__`, holding the handler. * * When someone adds a handler prior to initialization, and then do it again, but after, * then we have to detach both of them. Otherwise, if we'd detach only wrapped one, it'd be impossible * to get rid of the initial handler and it'd stick there forever. */ var wrappedEventHandler = fn; try { var originalEventHandler = wrappedEventHandler && wrappedEventHandler.__sentry_wrapped__; if (originalEventHandler) { originalRemoveEventListener.call(this, eventName, originalEventHandler, options); } } catch (e) { // ignore, accessing __sentry_wrapped__ will throw in some Selenium environments } return originalRemoveEventListener.call(this, eventName, wrappedEventHandler, options); }; }); } //# sourceMappingURL=trycatch.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/browser/esm/integrations/globalhandlers.js /* eslint-disable @typescript-eslint/no-unsafe-member-access */ /** Global handlers */ var GlobalHandlers = /** @class */ (function () { /** JSDoc */ function GlobalHandlers(options) { /** * @inheritDoc */ this.name = GlobalHandlers.id; /** * Stores references functions to installing handlers. Will set to undefined * after they have been run so that they are not used twice. */ this._installFunc = { onerror: _installGlobalOnErrorHandler, onunhandledrejection: _installGlobalOnUnhandledRejectionHandler, }; this._options = (0,tslib_es6/* __assign */.pi)({ onerror: true, onunhandledrejection: true }, options); } /** * @inheritDoc */ GlobalHandlers.prototype.setupOnce = function () { Error.stackTraceLimit = 50; var options = this._options; // We can disable guard-for-in as we construct the options object above + do checks against // `this._installFunc` for the property. // eslint-disable-next-line guard-for-in for (var key in options) { var installFunc = this._installFunc[key]; if (installFunc && options[key]) { globalHandlerLog(key); installFunc(); this._installFunc[key] = undefined; } } }; /** * @inheritDoc */ GlobalHandlers.id = 'GlobalHandlers'; return GlobalHandlers; }()); /** JSDoc */ function _installGlobalOnErrorHandler() { (0,instrument/* addInstrumentationHandler */.o)('error', // eslint-disable-next-line @typescript-eslint/no-explicit-any function (data) { var _a = (0,tslib_es6/* __read */.CR)(getHubAndAttachStacktrace(), 2), hub = _a[0], attachStacktrace = _a[1]; if (!hub.getIntegration(GlobalHandlers)) { return; } var msg = data.msg, url = data.url, line = data.line, column = data.column, error = data.error; if (shouldIgnoreOnError() || (error && error.__sentry_own_request__)) { return; } var event = error === undefined && (0,esm_is/* isString */.HD)(msg) ? _eventFromIncompleteOnError(msg, url, line, column) : _enhanceEventWithInitialFrame(eventFromUnknownInput(error || msg, undefined, attachStacktrace, false), url, line, column); event.level = Severity.Error; addMechanismAndCapture(hub, error, event, 'onerror'); }); } /** JSDoc */ function _installGlobalOnUnhandledRejectionHandler() { (0,instrument/* addInstrumentationHandler */.o)('unhandledrejection', // eslint-disable-next-line @typescript-eslint/no-explicit-any function (e) { var _a = (0,tslib_es6/* __read */.CR)(getHubAndAttachStacktrace(), 2), hub = _a[0], attachStacktrace = _a[1]; if (!hub.getIntegration(GlobalHandlers)) { return; } var error = e; // dig the object of the rejection out of known event types try { // PromiseRejectionEvents store the object of the rejection under 'reason' // see https://developer.mozilla.org/en-US/docs/Web/API/PromiseRejectionEvent if ('reason' in e) { error = e.reason; } // something, somewhere, (likely a browser extension) effectively casts PromiseRejectionEvents // to CustomEvents, moving the `promise` and `reason` attributes of the PRE into // the CustomEvent's `detail` attribute, since they're not part of CustomEvent's spec // see https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent and // https://github.com/getsentry/sentry-javascript/issues/2380 else if ('detail' in e && 'reason' in e.detail) { error = e.detail.reason; } } catch (_oO) { // no-empty } if (shouldIgnoreOnError() || (error && error.__sentry_own_request__)) { return true; } var event = (0,esm_is/* isPrimitive */.pt)(error) ? _eventFromRejectionWithPrimitive(error) : eventFromUnknownInput(error, undefined, attachStacktrace, true); event.level = Severity.Error; addMechanismAndCapture(hub, error, event, 'onunhandledrejection'); return; }); } /** * Create an event from a promise rejection where the `reason` is a primitive. * * @param reason: The `reason` property of the promise rejection * @returns An Event object with an appropriate `exception` value */ function _eventFromRejectionWithPrimitive(reason) { return { exception: { values: [ { type: 'UnhandledRejection', // String() is needed because the Primitive type includes symbols (which can't be automatically stringified) value: "Non-Error promise rejection captured with value: " + String(reason), }, ], }, }; } /** * This function creates a stack from an old, error-less onerror handler. */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function _eventFromIncompleteOnError(msg, url, line, column) { var ERROR_TYPES_RE = /^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i; // If 'message' is ErrorEvent, get real message from inside var message = (0,esm_is/* isErrorEvent */.VW)(msg) ? msg.message : msg; var name = 'Error'; var groups = message.match(ERROR_TYPES_RE); if (groups) { name = groups[1]; message = groups[2]; } var event = { exception: { values: [ { type: name, value: message, }, ], }, }; return _enhanceEventWithInitialFrame(event, url, line, column); } /** JSDoc */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function _enhanceEventWithInitialFrame(event, url, line, column) { // event.exception var e = (event.exception = event.exception || {}); // event.exception.values var ev = (e.values = e.values || []); // event.exception.values[0] var ev0 = (ev[0] = ev[0] || {}); // event.exception.values[0].stacktrace var ev0s = (ev0.stacktrace = ev0.stacktrace || {}); // event.exception.values[0].stacktrace.frames var ev0sf = (ev0s.frames = ev0s.frames || []); var colno = isNaN(parseInt(column, 10)) ? undefined : column; var lineno = isNaN(parseInt(line, 10)) ? undefined : line; var filename = (0,esm_is/* isString */.HD)(url) && url.length > 0 ? url : (0,browser/* getLocationHref */.l)(); // event.exception.values[0].stacktrace.frames if (ev0sf.length === 0) { ev0sf.push({ colno: colno, filename: filename, function: '?', in_app: true, lineno: lineno, }); } return event; } function globalHandlerLog(type) { esm_flags_IS_DEBUG_BUILD && esm_logger/* logger.log */.kg.log("Global Handler attached: " + type); } function addMechanismAndCapture(hub, error, event, type) { (0,misc/* addExceptionMechanism */.EG)(event, { handled: false, type: type, }); hub.captureEvent(event, { originalException: error, }); } function getHubAndAttachStacktrace() { var hub = (0,esm_hub/* getCurrentHub */.Gd)(); var client = hub.getClient(); var attachStacktrace = client && client.getOptions().attachStacktrace; return [hub, attachStacktrace]; } //# sourceMappingURL=globalhandlers.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/browser/esm/integrations/linkederrors.js var DEFAULT_KEY = 'cause'; var DEFAULT_LIMIT = 5; /** Adds SDK info to an event. */ var LinkedErrors = /** @class */ (function () { /** * @inheritDoc */ function LinkedErrors(options) { if (options === void 0) { options = {}; } /** * @inheritDoc */ this.name = LinkedErrors.id; this._key = options.key || DEFAULT_KEY; this._limit = options.limit || DEFAULT_LIMIT; } /** * @inheritDoc */ LinkedErrors.prototype.setupOnce = function () { (0,esm_scope/* addGlobalEventProcessor */.c)(function (event, hint) { var self = (0,esm_hub/* getCurrentHub */.Gd)().getIntegration(LinkedErrors); return self ? _handler(self._key, self._limit, event, hint) : event; }); }; /** * @inheritDoc */ LinkedErrors.id = 'LinkedErrors'; return LinkedErrors; }()); /** * @inheritDoc */ function _handler(key, limit, event, hint) { if (!event.exception || !event.exception.values || !hint || !(0,esm_is/* isInstanceOf */.V9)(hint.originalException, Error)) { return event; } var linkedErrors = _walkErrorTree(limit, hint.originalException, key); event.exception.values = (0,tslib_es6/* __spread */.fl)(linkedErrors, event.exception.values); return event; } /** * JSDOC */ function _walkErrorTree(limit, error, key, stack) { if (stack === void 0) { stack = []; } if (!(0,esm_is/* isInstanceOf */.V9)(error[key], Error) || stack.length + 1 >= limit) { return stack; } var exception = exceptionFromError(error[key]); return _walkErrorTree(limit, error[key], key, (0,tslib_es6/* __spread */.fl)([exception], stack)); } //# sourceMappingURL=linkederrors.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/browser/esm/integrations/dedupe.js /** Deduplication filter */ var Dedupe = /** @class */ (function () { function Dedupe() { /** * @inheritDoc */ this.name = Dedupe.id; } /** * @inheritDoc */ Dedupe.prototype.setupOnce = function (addGlobalEventProcessor, getCurrentHub) { addGlobalEventProcessor(function (currentEvent) { var self = getCurrentHub().getIntegration(Dedupe); if (self) { // Juuust in case something goes wrong try { if (dedupe_shouldDropEvent(currentEvent, self._previousEvent)) { esm_flags_IS_DEBUG_BUILD && esm_logger/* logger.warn */.kg.warn('Event dropped due to being a duplicate of previously captured event.'); return null; } } catch (_oO) { return (self._previousEvent = currentEvent); } return (self._previousEvent = currentEvent); } return currentEvent; }); }; /** * @inheritDoc */ Dedupe.id = 'Dedupe'; return Dedupe; }()); /** JSDoc */ function dedupe_shouldDropEvent(currentEvent, previousEvent) { if (!previousEvent) { return false; } if (_isSameMessageEvent(currentEvent, previousEvent)) { return true; } if (_isSameExceptionEvent(currentEvent, previousEvent)) { return true; } return false; } /** JSDoc */ function _isSameMessageEvent(currentEvent, previousEvent) { var currentMessage = currentEvent.message; var previousMessage = previousEvent.message; // If neither event has a message property, they were both exceptions, so bail out if (!currentMessage && !previousMessage) { return false; } // If only one event has a stacktrace, but not the other one, they are not the same if ((currentMessage && !previousMessage) || (!currentMessage && previousMessage)) { return false; } if (currentMessage !== previousMessage) { return false; } if (!_isSameFingerprint(currentEvent, previousEvent)) { return false; } if (!_isSameStacktrace(currentEvent, previousEvent)) { return false; } return true; } /** JSDoc */ function _isSameExceptionEvent(currentEvent, previousEvent) { var previousException = _getExceptionFromEvent(previousEvent); var currentException = _getExceptionFromEvent(currentEvent); if (!previousException || !currentException) { return false; } if (previousException.type !== currentException.type || previousException.value !== currentException.value) { return false; } if (!_isSameFingerprint(currentEvent, previousEvent)) { return false; } if (!_isSameStacktrace(currentEvent, previousEvent)) { return false; } return true; } /** JSDoc */ function _isSameStacktrace(currentEvent, previousEvent) { var currentFrames = _getFramesFromEvent(currentEvent); var previousFrames = _getFramesFromEvent(previousEvent); // If neither event has a stacktrace, they are assumed to be the same if (!currentFrames && !previousFrames) { return true; } // If only one event has a stacktrace, but not the other one, they are not the same if ((currentFrames && !previousFrames) || (!currentFrames && previousFrames)) { return false; } currentFrames = currentFrames; previousFrames = previousFrames; // If number of frames differ, they are not the same if (previousFrames.length !== currentFrames.length) { return false; } // Otherwise, compare the two for (var i = 0; i < previousFrames.length; i++) { var frameA = previousFrames[i]; var frameB = currentFrames[i]; if (frameA.filename !== frameB.filename || frameA.lineno !== frameB.lineno || frameA.colno !== frameB.colno || frameA.function !== frameB.function) { return false; } } return true; } /** JSDoc */ function _isSameFingerprint(currentEvent, previousEvent) { var currentFingerprint = currentEvent.fingerprint; var previousFingerprint = previousEvent.fingerprint; // If neither event has a fingerprint, they are assumed to be the same if (!currentFingerprint && !previousFingerprint) { return true; } // If only one event has a fingerprint, but not the other one, they are not the same if ((currentFingerprint && !previousFingerprint) || (!currentFingerprint && previousFingerprint)) { return false; } currentFingerprint = currentFingerprint; previousFingerprint = previousFingerprint; // Otherwise, compare the two try { return !!(currentFingerprint.join('') === previousFingerprint.join('')); } catch (_oO) { return false; } } /** JSDoc */ function _getExceptionFromEvent(event) { return event.exception && event.exception.values && event.exception.values[0]; } /** JSDoc */ function _getFramesFromEvent(event) { var exception = event.exception; if (exception) { try { // @ts-ignore Object could be undefined return exception.values[0].stacktrace.frames; } catch (_oO) { return undefined; } } else if (event.stacktrace) { return event.stacktrace.frames; } return undefined; } //# sourceMappingURL=dedupe.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/browser/esm/integrations/useragent.js var useragent_global = (0,esm_global/* getGlobalObject */.R)(); /** UserAgent */ var UserAgent = /** @class */ (function () { function UserAgent() { /** * @inheritDoc */ this.name = UserAgent.id; } /** * @inheritDoc */ UserAgent.prototype.setupOnce = function () { (0,esm_scope/* addGlobalEventProcessor */.c)(function (event) { if ((0,esm_hub/* getCurrentHub */.Gd)().getIntegration(UserAgent)) { // if none of the information we want exists, don't bother if (!useragent_global.navigator && !useragent_global.location && !useragent_global.document) { return event; } // grab as much info as exists and add it to the event var url = (event.request && event.request.url) || (useragent_global.location && useragent_global.location.href); var referrer = (useragent_global.document || {}).referrer; var userAgent = (useragent_global.navigator || {}).userAgent; var headers = (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, (event.request && event.request.headers)), (referrer && { Referer: referrer })), (userAgent && { 'User-Agent': userAgent })); var request = (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, (url && { url: url })), { headers: headers }); return (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, event), { request: request }); } return event; }); }; /** * @inheritDoc */ UserAgent.id = 'UserAgent'; return UserAgent; }()); //# sourceMappingURL=useragent.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/browser/esm/sdk.js var defaultIntegrations = [ new InboundFilters(), new FunctionToString(), new TryCatch(), new Breadcrumbs(), new GlobalHandlers(), new LinkedErrors(), new Dedupe(), new UserAgent(), ]; /** * The Sentry Browser SDK Client. * * To use this SDK, call the {@link init} function as early as possible when * loading the web page. To set context information or send manual events, use * the provided methods. * * @example * * ``` * * import { init } from '@sentry/browser'; * * init({ * dsn: '__DSN__', * // ... * }); * ``` * * @example * ``` * * import { configureScope } from '@sentry/browser'; * configureScope((scope: Scope) => { * scope.setExtra({ battery: 0.7 }); * scope.setTag({ user_mode: 'admin' }); * scope.setUser({ id: '4711' }); * }); * ``` * * @example * ``` * * import { addBreadcrumb } from '@sentry/browser'; * addBreadcrumb({ * message: 'My Breadcrumb', * // ... * }); * ``` * * @example * * ``` * * import * as Sentry from '@sentry/browser'; * Sentry.captureMessage('Hello, world!'); * Sentry.captureException(new Error('Good bye')); * Sentry.captureEvent({ * message: 'Manual', * stacktrace: [ * // ... * ], * }); * ``` * * @see {@link BrowserOptions} for documentation on configuration options. */ function sdk_init(options) { if (options === void 0) { options = {}; } if (options.defaultIntegrations === undefined) { options.defaultIntegrations = defaultIntegrations; } if (options.release === undefined) { var window_1 = (0,esm_global/* getGlobalObject */.R)(); // This supports the variable that sentry-webpack-plugin injects if (window_1.SENTRY_RELEASE && window_1.SENTRY_RELEASE.id) { options.release = window_1.SENTRY_RELEASE.id; } } if (options.autoSessionTracking === undefined) { options.autoSessionTracking = true; } if (options.sendClientReports === undefined) { options.sendClientReports = true; } initAndBind(BrowserClient, options); if (options.autoSessionTracking) { startSessionTracking(); } } /** * Present the user with a report dialog. * * @param options Everything is optional, we try to fetch all info need from the global scope. */ function showReportDialog(options) { if (options === void 0) { options = {}; } var hub = (0,esm_hub/* getCurrentHub */.Gd)(); var scope = hub.getScope(); if (scope) { options.user = (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, scope.getUser()), options.user); } if (!options.eventId) { options.eventId = hub.lastEventId(); } var client = hub.getClient(); if (client) { client.showReportDialog(options); } } /** * This is the getter for lastEventId. * * @returns The last event id of a captured event. */ function lastEventId() { return getCurrentHub().lastEventId(); } /** * This function is here to be API compatible with the loader. * @hidden */ function forceLoad() { // Noop } /** * This function is here to be API compatible with the loader. * @hidden */ function onLoad(callback) { callback(); } /** * Call `flush()` on the current client, if there is one. See {@link Client.flush}. * * @param timeout Maximum time in ms the client should wait to flush its event queue. Omitting this parameter will cause * the client to wait until all events are sent before resolving the promise. * @returns A promise which resolves to `true` if the queue successfully drains before the timeout, or `false` if it * doesn't (or if there's no client defined). */ function sdk_flush(timeout) { var client = getCurrentHub().getClient(); if (client) { return client.flush(timeout); } IS_DEBUG_BUILD && logger.warn('Cannot flush events. No client defined.'); return resolvedSyncPromise(false); } /** * Call `close()` on the current client, if there is one. See {@link Client.close}. * * @param timeout Maximum time in ms the client should wait to flush its event queue before shutting down. Omitting this * parameter will cause the client to wait until all events are sent before disabling itself. * @returns A promise which resolves to `true` if the queue successfully drains before the timeout, or `false` if it * doesn't (or if there's no client defined). */ function sdk_close(timeout) { var client = getCurrentHub().getClient(); if (client) { return client.close(timeout); } IS_DEBUG_BUILD && logger.warn('Cannot flush events and disable SDK. No client defined.'); return resolvedSyncPromise(false); } /** * Wrap code within a try/catch block so the SDK is able to capture errors. * * @param fn A function to wrap. * * @returns The result of wrapped function call. */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function sdk_wrap(fn) { return internalWrap(fn)(); } function startSessionOnHub(hub) { hub.startSession({ ignoreDuration: true }); hub.captureSession(); } /** * Enable automatic Session Tracking for the initial page load. */ function startSessionTracking() { var window = (0,esm_global/* getGlobalObject */.R)(); var document = window.document; if (typeof document === 'undefined') { esm_flags_IS_DEBUG_BUILD && esm_logger/* logger.warn */.kg.warn('Session tracking in non-browser environment with @sentry/browser is not supported.'); return; } var hub = (0,esm_hub/* getCurrentHub */.Gd)(); // The only way for this to be false is for there to be a version mismatch between @sentry/browser (>= 6.0.0) and // @sentry/hub (< 5.27.0). In the simple case, there won't ever be such a mismatch, because the two packages are // pinned at the same version in package.json, but there are edge cases where it's possible. See // https://github.com/getsentry/sentry-javascript/issues/3207 and // https://github.com/getsentry/sentry-javascript/issues/3234 and // https://github.com/getsentry/sentry-javascript/issues/3278. if (!hub.captureSession) { return; } // The session duration for browser sessions does not track a meaningful // concept that can be used as a metric. // Automatically captured sessions are akin to page views, and thus we // discard their duration. startSessionOnHub(hub); // We want to create a session for every navigation as well (0,instrument/* addInstrumentationHandler */.o)('history', function (_a) { var from = _a.from, to = _a.to; // Don't create an additional session for the initial route or if the location did not change if (!(from === undefined || from === to)) { startSessionOnHub((0,esm_hub/* getCurrentHub */.Gd)()); } }); } //# sourceMappingURL=sdk.js.map ;// CONCATENATED MODULE: ./src/js/dashboard/Utils/ErrorBoundary.js function ErrorBoundary_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { ErrorBoundary_typeof = function _typeof(obj) { return typeof obj; }; } else { ErrorBoundary_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return ErrorBoundary_typeof(obj); } function ErrorBoundary_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function ErrorBoundary_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function ErrorBoundary_createClass(Constructor, protoProps, staticProps) { if (protoProps) ErrorBoundary_defineProperties(Constructor.prototype, protoProps); if (staticProps) ErrorBoundary_defineProperties(Constructor, staticProps); return Constructor; } function ErrorBoundary_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) ErrorBoundary_setPrototypeOf(subClass, superClass); } function ErrorBoundary_setPrototypeOf(o, p) { ErrorBoundary_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return ErrorBoundary_setPrototypeOf(o, p); } function ErrorBoundary_createSuper(Derived) { var hasNativeReflectConstruct = ErrorBoundary_isNativeReflectConstruct(); return function _createSuperInternal() { var Super = ErrorBoundary_getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = ErrorBoundary_getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return ErrorBoundary_possibleConstructorReturn(this, result); }; } function ErrorBoundary_possibleConstructorReturn(self, call) { if (call && (ErrorBoundary_typeof(call) === "object" || typeof call === "function")) { return call; } return ErrorBoundary_assertThisInitialized(self); } function ErrorBoundary_assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } function ErrorBoundary_isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } function ErrorBoundary_getPrototypeOf(o) { ErrorBoundary_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return ErrorBoundary_getPrototypeOf(o); } var ErrorBoundary_ErrorBoundary = /*#__PURE__*/function (_React$Component) { ErrorBoundary_inherits(ErrorBoundary, _React$Component); var _super = ErrorBoundary_createSuper(ErrorBoundary); function ErrorBoundary(props) { var _this; ErrorBoundary_classCallCheck(this, ErrorBoundary); _this = _super.call(this, props); _this.state = { showError: false, dialogOpen: buttonizer_admin.can_send_errors != true, disabled: false }; return _this; } ErrorBoundary_createClass(ErrorBoundary, [{ key: "componentDidCatch", value: function componentDidCatch(error, errorInfo) { this.setState({ showError: true, error: error, errorInfo: errorInfo }); } }, { key: "handleClose", value: function handleClose(status) { // Send data if (status === "confirm") { this.props.dispatch(dataActions_setSetting("can_send_errors", true)); buttonizer_admin.can_send_errors = true; // Close dialog this.setState({ dialogOpen: false }); } // Reload Buttonizer else if (status === "reload") { // Disable buttons when reloading this.setState({ disabled: true }); // Reload document.location.href = "".concat(buttonizer_admin.admin, "?page=Buttonizer"); } // Open community else if (status === "community") { window.open("https://community.buttonizer.pro/"); } } }, { key: "render", value: function render() { var _this2 = this; if (this.state.showError) { if (buttonizer_admin.can_send_errors != true) { return /*#__PURE__*/react.createElement(esm_Dialog_Dialog, { open: this.state.dialogOpen, maxWidth: "sm", fullWidth: true, "aria-labelledby": "max-width-dialog-title" }, /*#__PURE__*/react.createElement(esm_DialogTitle_DialogTitle, { id: "max-width-dialog-title" }, translate_translate("utils.crash.title")), /*#__PURE__*/react.createElement(esm_DialogContent_DialogContent, null, /*#__PURE__*/react.createElement(DialogContentText_DialogContentText, null, translate_translate("utils.crash.no_super_intro")), /*#__PURE__*/react.createElement(DialogContentText_DialogContentText, null, translate_translate("utils.crash.no_super_additional_info"))), /*#__PURE__*/react.createElement(esm_DialogActions_DialogActions, null, /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return _this2.handleClose("community"); }, "data-testid": "buttonizer-community-btn" }, "Buttonizer Community"), /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return _this2.handleClose("reload"); }, disabled: this.state.disabled, "data-testid": "no-thanks-btn" }, translate_translate("welcome.no-thanks")), /*#__PURE__*/react.createElement(esm_Button_Button, { onClick: function onClick() { return _this2.handleClose("confirm"); }, color: "primary", disabled: this.state.disabled }, translate_translate("welcome.yes-please")))); } // else var eventId; withScope(function (scope) { scope.setExtras({ errorInfo: _this2.state.errorInfo }); eventId = captureException(_this2.state.error); }); showReportDialog({ eventId: eventId, title: translate_translate("utils.crash.title"), subtitle: translate_translate("utils.crash.subtitle"), subtitle2: translate_translate("utils.crash.subtitle2"), labelClose: translate_translate("utils.crash.reload"), onLoad: function onLoad() { // There is no onclose callback function // https://github.com/getsentry/sentry-javascript/issues/758 document.querySelector(".sentry-error-embed .close").addEventListener("click", function () { document.location.href = "".concat(buttonizer_admin.admin, "?page=Buttonizer"); }); } }); return null; // Future: custom crash report window, requires manual API calls to sentry /*return ( <Dialog open={true} maxWidth={"sm"} fullWidth={true} aria-labelledby="max-width-dialog-title" > <DialogTitle id="max-width-dialog-title"> Buttonizer has crashed! </DialogTitle> <DialogContent> <DialogContentText> Buttonizer has crashed. Our development team has been notified. If you'd like to help, tell us what happened below. </DialogContentText> <Divider /> <form noValidate> <TextField placeholder="Thomas Anderson" variant="outlined" label="Name" /> <TextField placeholder="neo@example.com" variant="outlined" label="Email" /> <TextField multiline placeholder="I clicked on 'X', added a button, then hit 'Confirm'" variant="outlined" rows="4" rowsMax="6" label="What happened?" /> </form> </DialogContent> <DialogActions> <Button href="https://community.buttonizer.pro/" color="secondary" variant="contained" target="_blank" > Submit </Button> </DialogActions> </Dialog> );*/ } return this.props.children; } }], [{ key: "getDerivedStateFromError", value: function getDerivedStateFromError() { return { showError: true }; } }]); return ErrorBoundary; }(react.Component); /* harmony default export */ var Utils_ErrorBoundary = (connect()(ErrorBoundary_ErrorBoundary)); ;// CONCATENATED MODULE: ./node_modules/@sentry/integrations/esm/flags.js /* * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking * for users. * * Debug flags need to be declared in each package individually and must not be imported across package boundaries, * because some build tools have trouble tree-shaking imported guards. * * As a convention, we define debug flags in a `flags.ts` file in the root of a package's `src` folder. * * Debug flag files will contain "magic strings" like `__SENTRY_DEBUG__` that may get replaced with actual values during * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not * replaced. */ /** Flag that is true for debug builds, false otherwise. */ var integrations_esm_flags_IS_DEBUG_BUILD = typeof __SENTRY_DEBUG__ === 'undefined' ? true : __SENTRY_DEBUG__; //# sourceMappingURL=flags.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/integrations/esm/extraerrordata.js /** Patch toString calls to return proper name for wrapped functions */ var ExtraErrorData = /** @class */ (function () { /** * @inheritDoc */ function ExtraErrorData(options) { /** * @inheritDoc */ this.name = ExtraErrorData.id; this._options = (0,tslib_es6/* __assign */.pi)({ depth: 3 }, options); } /** * @inheritDoc */ ExtraErrorData.prototype.setupOnce = function (addGlobalEventProcessor, getCurrentHub) { addGlobalEventProcessor(function (event, hint) { var self = getCurrentHub().getIntegration(ExtraErrorData); if (!self) { return event; } return self.enhanceEventWithErrorData(event, hint); }); }; /** * Attaches extracted information from the Error object to extra field in the Event */ ExtraErrorData.prototype.enhanceEventWithErrorData = function (event, hint) { var _a; if (!hint || !hint.originalException || !(0,esm_is/* isError */.VZ)(hint.originalException)) { return event; } var name = hint.originalException.name || hint.originalException.constructor.name; var errorData = this._extractErrorData(hint.originalException); if (errorData) { var contexts = (0,tslib_es6/* __assign */.pi)({}, event.contexts); var normalizedErrorData = normalize(errorData, this._options.depth); if ((0,esm_is/* isPlainObject */.PO)(normalizedErrorData)) { contexts = (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, event.contexts), (_a = {}, _a[name] = (0,tslib_es6/* __assign */.pi)({}, normalizedErrorData), _a)); } return (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, event), { contexts: contexts }); } return event; }; /** * Extract extra information from the Error object */ ExtraErrorData.prototype._extractErrorData = function (error) { var e_1, _a, e_2, _b; // We are trying to enhance already existing event, so no harm done if it won't succeed try { var nativeKeys = [ 'name', 'message', 'stack', 'line', 'column', 'fileName', 'lineNumber', 'columnNumber', 'toJSON', ]; var extraErrorInfo = {}; try { // We want only enumerable properties, thus `getOwnPropertyNames` is redundant here, as we filter keys anyway. for (var _c = (0,tslib_es6/* __values */.XA)(Object.keys(error)), _d = _c.next(); !_d.done; _d = _c.next()) { var key = _d.value; if (nativeKeys.indexOf(key) !== -1) { continue; } var value = error[key]; extraErrorInfo[key] = (0,esm_is/* isError */.VZ)(value) ? value.toString() : value; } } catch (e_1_1) { e_1 = { error: e_1_1 }; } finally { try { if (_d && !_d.done && (_a = _c.return)) _a.call(_c); } finally { if (e_1) throw e_1.error; } } // Check if someone attached `toJSON` method to grab even more properties (eg. axios is doing that) if (typeof error.toJSON === 'function') { var serializedError = error.toJSON(); try { for (var _e = (0,tslib_es6/* __values */.XA)(Object.keys(serializedError)), _f = _e.next(); !_f.done; _f = _e.next()) { var key = _f.value; var value = serializedError[key]; extraErrorInfo[key] = (0,esm_is/* isError */.VZ)(value) ? value.toString() : value; } } catch (e_2_1) { e_2 = { error: e_2_1 }; } finally { try { if (_f && !_f.done && (_b = _e.return)) _b.call(_e); } finally { if (e_2) throw e_2.error; } } } return extraErrorInfo; } catch (oO) { integrations_esm_flags_IS_DEBUG_BUILD && esm_logger/* logger.error */.kg.error('Unable to extract extra data from the Error object:', oO); } return null; }; /** * @inheritDoc */ ExtraErrorData.id = 'ExtraErrorData'; return ExtraErrorData; }()); //# sourceMappingURL=extraerrordata.js.map // EXTERNAL MODULE: ./node_modules/@sentry/tracing/esm/hubextensions.js + 1 modules var hubextensions = __webpack_require__(50790); // EXTERNAL MODULE: ./node_modules/@sentry/tracing/esm/flags.js var esm_flags = __webpack_require__(78955); // EXTERNAL MODULE: ./node_modules/@sentry/tracing/esm/idletransaction.js var idletransaction = __webpack_require__(16458); // EXTERNAL MODULE: ./node_modules/@sentry/tracing/esm/utils.js var esm_utils = __webpack_require__(63233); ;// CONCATENATED MODULE: ./node_modules/@sentry/utils/esm/tracing.js var TRACEPARENT_REGEXP = new RegExp('^[ \\t]*' + // whitespace '([0-9a-f]{32})?' + // trace_id '-?([0-9a-f]{16})?' + // span_id '-?([01])?' + // sampled '[ \\t]*$'); /** * Extract transaction context data from a `sentry-trace` header. * * @param traceparent Traceparent string * * @returns Object containing data from the header, or undefined if traceparent string is malformed */ function extractTraceparentData(traceparent) { var matches = traceparent.match(TRACEPARENT_REGEXP); if (matches) { var parentSampled = void 0; if (matches[3] === '1') { parentSampled = true; } else if (matches[3] === '0') { parentSampled = false; } return { traceId: matches[1], parentSampled: parentSampled, parentSpanId: matches[2], }; } return undefined; } //# sourceMappingURL=tracing.js.map // EXTERNAL MODULE: ./node_modules/@sentry/tracing/esm/constants.js var constants = __webpack_require__(26257); ;// CONCATENATED MODULE: ./node_modules/@sentry/tracing/esm/browser/backgroundtab.js var backgroundtab_global = (0,esm_global/* getGlobalObject */.R)(); /** * Add a listener that cancels and finishes a transaction when the global * document is hidden. */ function registerBackgroundTabDetection() { if (backgroundtab_global && backgroundtab_global.document) { backgroundtab_global.document.addEventListener('visibilitychange', function () { var activeTransaction = (0,esm_utils/* getActiveTransaction */.x1)(); if (backgroundtab_global.document.hidden && activeTransaction) { var statusType = 'cancelled'; esm_flags/* IS_DEBUG_BUILD */.h && esm_logger/* logger.log */.kg.log("[Tracing] Transaction: " + statusType + " -> since tab moved to the background, op: " + activeTransaction.op); // We should not set status if it is already set, this prevent important statuses like // error or data loss from being overwritten on transaction. if (!activeTransaction.status) { activeTransaction.setStatus(statusType); } activeTransaction.setTag('visibilitychange', 'document.hidden'); activeTransaction.setTag(constants/* FINISH_REASON_TAG */.d, constants/* IDLE_TRANSACTION_FINISH_REASONS.2 */.x[2]); activeTransaction.finish(); } }); } else { esm_flags/* IS_DEBUG_BUILD */.h && esm_logger/* logger.warn */.kg.warn('[Tracing] Could not set up background tab detection due to lack of global document'); } } //# sourceMappingURL=backgroundtab.js.map // EXTERNAL MODULE: ./node_modules/@sentry/utils/esm/node.js + 1 modules var node = __webpack_require__(72176); ;// CONCATENATED MODULE: ./node_modules/@sentry/tracing/esm/browser/web-vitals/lib/bindReporter.js /* * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ var bindReporter = function (callback, metric, reportAllChanges) { var prevValue; return function (forceReport) { if (metric.value >= 0) { if (forceReport || reportAllChanges) { metric.delta = metric.value - (prevValue || 0); // Report the metric if there's a non-zero delta or if no previous // value exists (which can happen in the case of the document becoming // hidden when the metric value is 0). // See: https://github.com/GoogleChrome/web-vitals/issues/14 if (metric.delta || prevValue === undefined) { prevValue = metric.value; callback(metric); } } } }; }; //# sourceMappingURL=bindReporter.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/tracing/esm/browser/web-vitals/lib/generateUniqueID.js /* * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Performantly generate a unique, 30-char string by combining a version * number, the current timestamp with a 13-digit number integer. * @return {string} */ var generateUniqueID = function () { return "v2-" + Date.now() + "-" + (Math.floor(Math.random() * (9e12 - 1)) + 1e12); }; //# sourceMappingURL=generateUniqueID.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/tracing/esm/browser/web-vitals/lib/initMetric.js /* * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ var initMetric = function (name, value) { return { name: name, value: (value !== null && value !== void 0 ? value : -1), delta: 0, entries: [], id: generateUniqueID(), }; }; //# sourceMappingURL=initMetric.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/tracing/esm/browser/web-vitals/lib/observe.js /* * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Takes a performance entry type and a callback function, and creates a * `PerformanceObserver` instance that will observe the specified entry type * with buffering enabled and call the callback _for each entry_. * * This function also feature-detects entry support and wraps the logic in a * try/catch to avoid errors in unsupporting browsers. */ var observe = function (type, callback) { try { if (PerformanceObserver.supportedEntryTypes.includes(type)) { // More extensive feature detect needed for Firefox due to: // https://github.com/GoogleChrome/web-vitals/issues/142 if (type === 'first-input' && !('PerformanceEventTiming' in self)) { return; } var po = new PerformanceObserver(function (l) { return l.getEntries().map(callback); }); po.observe({ type: type, buffered: true }); return po; } } catch (e) { // Do nothing. } return; }; //# sourceMappingURL=observe.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/tracing/esm/browser/web-vitals/lib/onHidden.js /* * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ var onHidden = function (cb, once) { var onHiddenOrPageHide = function (event) { if (event.type === 'pagehide' || (0,esm_global/* getGlobalObject */.R)().document.visibilityState === 'hidden') { cb(event); if (once) { removeEventListener('visibilitychange', onHiddenOrPageHide, true); removeEventListener('pagehide', onHiddenOrPageHide, true); } } }; addEventListener('visibilitychange', onHiddenOrPageHide, true); // Some browsers have buggy implementations of visibilitychange, // so we use pagehide in addition, just to be safe. addEventListener('pagehide', onHiddenOrPageHide, true); }; //# sourceMappingURL=onHidden.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/tracing/esm/browser/web-vitals/getCLS.js /* * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ var getCLS = function (onReport, reportAllChanges) { var metric = initMetric('CLS', 0); var report; var sessionValue = 0; var sessionEntries = []; var entryHandler = function (entry) { // Only count layout shifts without recent user input. // TODO: Figure out why entry can be undefined if (entry && !entry.hadRecentInput) { var firstSessionEntry = sessionEntries[0]; var lastSessionEntry = sessionEntries[sessionEntries.length - 1]; // If the entry occurred less than 1 second after the previous entry and // less than 5 seconds after the first entry in the session, include the // entry in the current session. Otherwise, start a new session. if (sessionValue && sessionEntries.length !== 0 && entry.startTime - lastSessionEntry.startTime < 1000 && entry.startTime - firstSessionEntry.startTime < 5000) { sessionValue += entry.value; sessionEntries.push(entry); } else { sessionValue = entry.value; sessionEntries = [entry]; } // If the current session value is larger than the current CLS value, // update CLS and the entries contributing to it. if (sessionValue > metric.value) { metric.value = sessionValue; metric.entries = sessionEntries; if (report) { report(); } } } }; var po = observe('layout-shift', entryHandler); if (po) { report = bindReporter(onReport, metric, reportAllChanges); onHidden(function () { po.takeRecords().map(entryHandler); report(true); }); } }; //# sourceMappingURL=getCLS.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/tracing/esm/browser/web-vitals/lib/getVisibilityWatcher.js /* * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ var firstHiddenTime = -1; var initHiddenTime = function () { return (0,esm_global/* getGlobalObject */.R)().document.visibilityState === 'hidden' ? 0 : Infinity; }; var trackChanges = function () { // Update the time if/when the document becomes hidden. onHidden(function (_a) { var timeStamp = _a.timeStamp; firstHiddenTime = timeStamp; }, true); }; var getVisibilityWatcher = function () { if (firstHiddenTime < 0) { // If the document is hidden when this code runs, assume it was hidden // since navigation start. This isn't a perfect heuristic, but it's the // best we can do until an API is available to support querying past // visibilityState. firstHiddenTime = initHiddenTime(); trackChanges(); } return { get firstHiddenTime() { return firstHiddenTime; }, }; }; //# sourceMappingURL=getVisibilityWatcher.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/tracing/esm/browser/web-vitals/getFID.js /* * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ var getFID = function (onReport, reportAllChanges) { var visibilityWatcher = getVisibilityWatcher(); var metric = initMetric('FID'); var report; var entryHandler = function (entry) { // Only report if the page wasn't hidden prior to the first input. if (report && entry.startTime < visibilityWatcher.firstHiddenTime) { metric.value = entry.processingStart - entry.startTime; metric.entries.push(entry); report(true); } }; var po = observe('first-input', entryHandler); if (po) { report = bindReporter(onReport, metric, reportAllChanges); onHidden(function () { po.takeRecords().map(entryHandler); po.disconnect(); }, true); } }; //# sourceMappingURL=getFID.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/tracing/esm/browser/web-vitals/getLCP.js /* * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ var reportedMetricIDs = {}; var getLCP = function (onReport, reportAllChanges) { var visibilityWatcher = getVisibilityWatcher(); var metric = initMetric('LCP'); var report; var entryHandler = function (entry) { // The startTime attribute returns the value of the renderTime if it is not 0, // and the value of the loadTime otherwise. var value = entry.startTime; // If the page was hidden prior to paint time of the entry, // ignore it and mark the metric as final, otherwise add the entry. if (value < visibilityWatcher.firstHiddenTime) { metric.value = value; metric.entries.push(entry); } if (report) { report(); } }; var po = observe('largest-contentful-paint', entryHandler); if (po) { report = bindReporter(onReport, metric, reportAllChanges); var stopListening_1 = function () { if (!reportedMetricIDs[metric.id]) { po.takeRecords().map(entryHandler); po.disconnect(); reportedMetricIDs[metric.id] = true; report(true); } }; // Stop listening after input. Note: while scrolling is an input that // stop LCP observation, it's unreliable since it can be programmatically // generated. See: https://github.com/GoogleChrome/web-vitals/issues/75 ['keydown', 'click'].forEach(function (type) { addEventListener(type, stopListening_1, { once: true, capture: true }); }); onHidden(stopListening_1, true); } }; //# sourceMappingURL=getLCP.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/tracing/esm/browser/metrics.js var metrics_global = (0,esm_global/* getGlobalObject */.R)(); /** Class tracking metrics */ var MetricsInstrumentation = /** @class */ (function () { function MetricsInstrumentation(_reportAllChanges) { if (_reportAllChanges === void 0) { _reportAllChanges = false; } this._reportAllChanges = _reportAllChanges; this._measurements = {}; this._performanceCursor = 0; if (!(0,node/* isNodeEnv */.KV)() && metrics_global && metrics_global.performance && metrics_global.document) { if (metrics_global.performance.mark) { metrics_global.performance.mark('sentry-tracing-init'); } this._trackCLS(); this._trackLCP(); this._trackFID(); } } /** Add performance related spans to a transaction */ MetricsInstrumentation.prototype.addPerformanceEntries = function (transaction) { var _this = this; if (!metrics_global || !metrics_global.performance || !metrics_global.performance.getEntries || !time/* browserPerformanceTimeOrigin */.Z1) { // Gatekeeper if performance API not available return; } esm_flags/* IS_DEBUG_BUILD */.h && esm_logger/* logger.log */.kg.log('[Tracing] Adding & adjusting spans using Performance API'); var timeOrigin = (0,esm_utils/* msToSec */.XL)(time/* browserPerformanceTimeOrigin */.Z1); var responseStartTimestamp; var requestStartTimestamp; metrics_global.performance .getEntries() .slice(this._performanceCursor) .forEach(function (entry) { var startTime = (0,esm_utils/* msToSec */.XL)(entry.startTime); var duration = (0,esm_utils/* msToSec */.XL)(entry.duration); if (transaction.op === 'navigation' && timeOrigin + startTime < transaction.startTimestamp) { return; } switch (entry.entryType) { case 'navigation': { addNavigationSpans(transaction, entry, timeOrigin); responseStartTimestamp = timeOrigin + (0,esm_utils/* msToSec */.XL)(entry.responseStart); requestStartTimestamp = timeOrigin + (0,esm_utils/* msToSec */.XL)(entry.requestStart); break; } case 'mark': case 'paint': case 'measure': { var startTimestamp = addMeasureSpans(transaction, entry, startTime, duration, timeOrigin); // capture web vitals var firstHidden = getVisibilityWatcher(); // Only report if the page wasn't hidden prior to the web vital. var shouldRecord = entry.startTime < firstHidden.firstHiddenTime; if (entry.name === 'first-paint' && shouldRecord) { esm_flags/* IS_DEBUG_BUILD */.h && esm_logger/* logger.log */.kg.log('[Measurements] Adding FP'); _this._measurements['fp'] = { value: entry.startTime }; _this._measurements['mark.fp'] = { value: startTimestamp }; } if (entry.name === 'first-contentful-paint' && shouldRecord) { esm_flags/* IS_DEBUG_BUILD */.h && esm_logger/* logger.log */.kg.log('[Measurements] Adding FCP'); _this._measurements['fcp'] = { value: entry.startTime }; _this._measurements['mark.fcp'] = { value: startTimestamp }; } break; } case 'resource': { var resourceName = entry.name.replace(metrics_global.location.origin, ''); addResourceSpans(transaction, entry, resourceName, startTime, duration, timeOrigin); break; } default: // Ignore other entry types. } }); this._performanceCursor = Math.max(performance.getEntries().length - 1, 0); this._trackNavigator(transaction); // Measurements are only available for pageload transactions if (transaction.op === 'pageload') { // normalize applicable web vital values to be relative to transaction.startTimestamp var timeOrigin_1 = (0,esm_utils/* msToSec */.XL)(time/* browserPerformanceTimeOrigin */.Z1); // Generate TTFB (Time to First Byte), which measured as the time between the beginning of the transaction and the // start of the response in milliseconds if (typeof responseStartTimestamp === 'number') { esm_flags/* IS_DEBUG_BUILD */.h && esm_logger/* logger.log */.kg.log('[Measurements] Adding TTFB'); this._measurements['ttfb'] = { value: (responseStartTimestamp - transaction.startTimestamp) * 1000 }; if (typeof requestStartTimestamp === 'number' && requestStartTimestamp <= responseStartTimestamp) { // Capture the time spent making the request and receiving the first byte of the response. // This is the time between the start of the request and the start of the response in milliseconds. this._measurements['ttfb.requestTime'] = { value: (responseStartTimestamp - requestStartTimestamp) * 1000 }; } } ['fcp', 'fp', 'lcp'].forEach(function (name) { if (!_this._measurements[name] || timeOrigin_1 >= transaction.startTimestamp) { return; } // The web vitals, fcp, fp, lcp, and ttfb, all measure relative to timeOrigin. // Unfortunately, timeOrigin is not captured within the transaction span data, so these web vitals will need // to be adjusted to be relative to transaction.startTimestamp. var oldValue = _this._measurements[name].value; var measurementTimestamp = timeOrigin_1 + (0,esm_utils/* msToSec */.XL)(oldValue); // normalizedValue should be in milliseconds var normalizedValue = Math.abs((measurementTimestamp - transaction.startTimestamp) * 1000); var delta = normalizedValue - oldValue; esm_flags/* IS_DEBUG_BUILD */.h && esm_logger/* logger.log */.kg.log("[Measurements] Normalized " + name + " from " + oldValue + " to " + normalizedValue + " (" + delta + ")"); _this._measurements[name].value = normalizedValue; }); if (this._measurements['mark.fid'] && this._measurements['fid']) { // create span for FID _startChild(transaction, { description: 'first input delay', endTimestamp: this._measurements['mark.fid'].value + (0,esm_utils/* msToSec */.XL)(this._measurements['fid'].value), op: 'web.vitals', startTimestamp: this._measurements['mark.fid'].value, }); } // If FCP is not recorded we should not record the cls value // according to the new definition of CLS. if (!('fcp' in this._measurements)) { delete this._measurements.cls; } transaction.setMeasurements(this._measurements); tagMetricInfo(transaction, this._lcpEntry, this._clsEntry); transaction.setTag('sentry_reportAllChanges', this._reportAllChanges); } }; /** * Capture the information of the user agent. */ MetricsInstrumentation.prototype._trackNavigator = function (transaction) { var navigator = metrics_global.navigator; if (!navigator) { return; } // track network connectivity var connection = navigator.connection; if (connection) { if (connection.effectiveType) { transaction.setTag('effectiveConnectionType', connection.effectiveType); } if (connection.type) { transaction.setTag('connectionType', connection.type); } if (isMeasurementValue(connection.rtt)) { this._measurements['connection.rtt'] = { value: connection.rtt }; } if (isMeasurementValue(connection.downlink)) { this._measurements['connection.downlink'] = { value: connection.downlink }; } } if (isMeasurementValue(navigator.deviceMemory)) { transaction.setTag('deviceMemory', String(navigator.deviceMemory)); } if (isMeasurementValue(navigator.hardwareConcurrency)) { transaction.setTag('hardwareConcurrency', String(navigator.hardwareConcurrency)); } }; /** Starts tracking the Cumulative Layout Shift on the current page. */ MetricsInstrumentation.prototype._trackCLS = function () { var _this = this; // See: // https://web.dev/evolving-cls/ // https://web.dev/cls-web-tooling/ getCLS(function (metric) { var entry = metric.entries.pop(); if (!entry) { return; } esm_flags/* IS_DEBUG_BUILD */.h && esm_logger/* logger.log */.kg.log('[Measurements] Adding CLS'); _this._measurements['cls'] = { value: metric.value }; _this._clsEntry = entry; }); }; /** Starts tracking the Largest Contentful Paint on the current page. */ MetricsInstrumentation.prototype._trackLCP = function () { var _this = this; getLCP(function (metric) { var entry = metric.entries.pop(); if (!entry) { return; } var timeOrigin = (0,esm_utils/* msToSec */.XL)(time/* browserPerformanceTimeOrigin */.Z1); var startTime = (0,esm_utils/* msToSec */.XL)(entry.startTime); esm_flags/* IS_DEBUG_BUILD */.h && esm_logger/* logger.log */.kg.log('[Measurements] Adding LCP'); _this._measurements['lcp'] = { value: metric.value }; _this._measurements['mark.lcp'] = { value: timeOrigin + startTime }; _this._lcpEntry = entry; }, this._reportAllChanges); }; /** Starts tracking the First Input Delay on the current page. */ MetricsInstrumentation.prototype._trackFID = function () { var _this = this; getFID(function (metric) { var entry = metric.entries.pop(); if (!entry) { return; } var timeOrigin = (0,esm_utils/* msToSec */.XL)(time/* browserPerformanceTimeOrigin */.Z1); var startTime = (0,esm_utils/* msToSec */.XL)(entry.startTime); esm_flags/* IS_DEBUG_BUILD */.h && esm_logger/* logger.log */.kg.log('[Measurements] Adding FID'); _this._measurements['fid'] = { value: metric.value }; _this._measurements['mark.fid'] = { value: timeOrigin + startTime }; }); }; return MetricsInstrumentation; }()); /** Instrument navigation entries */ function addNavigationSpans(transaction, entry, timeOrigin) { ['unloadEvent', 'redirect', 'domContentLoadedEvent', 'loadEvent', 'connect'].forEach(function (event) { addPerformanceNavigationTiming(transaction, entry, event, timeOrigin); }); addPerformanceNavigationTiming(transaction, entry, 'secureConnection', timeOrigin, 'TLS/SSL', 'connectEnd'); addPerformanceNavigationTiming(transaction, entry, 'fetch', timeOrigin, 'cache', 'domainLookupStart'); addPerformanceNavigationTiming(transaction, entry, 'domainLookup', timeOrigin, 'DNS'); addRequest(transaction, entry, timeOrigin); } /** Create measure related spans */ function addMeasureSpans(transaction, entry, startTime, duration, timeOrigin) { var measureStartTimestamp = timeOrigin + startTime; var measureEndTimestamp = measureStartTimestamp + duration; _startChild(transaction, { description: entry.name, endTimestamp: measureEndTimestamp, op: entry.entryType, startTimestamp: measureStartTimestamp, }); return measureStartTimestamp; } /** Create resource-related spans */ function addResourceSpans(transaction, entry, resourceName, startTime, duration, timeOrigin) { // we already instrument based on fetch and xhr, so we don't need to // duplicate spans here. if (entry.initiatorType === 'xmlhttprequest' || entry.initiatorType === 'fetch') { return; } var data = {}; if ('transferSize' in entry) { data['Transfer Size'] = entry.transferSize; } if ('encodedBodySize' in entry) { data['Encoded Body Size'] = entry.encodedBodySize; } if ('decodedBodySize' in entry) { data['Decoded Body Size'] = entry.decodedBodySize; } var startTimestamp = timeOrigin + startTime; var endTimestamp = startTimestamp + duration; _startChild(transaction, { description: resourceName, endTimestamp: endTimestamp, op: entry.initiatorType ? "resource." + entry.initiatorType : 'resource', startTimestamp: startTimestamp, data: data, }); } /** Create performance navigation related spans */ function addPerformanceNavigationTiming(transaction, entry, event, timeOrigin, description, eventEnd) { var end = eventEnd ? entry[eventEnd] : entry[event + "End"]; var start = entry[event + "Start"]; if (!start || !end) { return; } _startChild(transaction, { op: 'browser', description: (description !== null && description !== void 0 ? description : event), startTimestamp: timeOrigin + (0,esm_utils/* msToSec */.XL)(start), endTimestamp: timeOrigin + (0,esm_utils/* msToSec */.XL)(end), }); } /** Create request and response related spans */ function addRequest(transaction, entry, timeOrigin) { _startChild(transaction, { op: 'browser', description: 'request', startTimestamp: timeOrigin + (0,esm_utils/* msToSec */.XL)(entry.requestStart), endTimestamp: timeOrigin + (0,esm_utils/* msToSec */.XL)(entry.responseEnd), }); _startChild(transaction, { op: 'browser', description: 'response', startTimestamp: timeOrigin + (0,esm_utils/* msToSec */.XL)(entry.responseStart), endTimestamp: timeOrigin + (0,esm_utils/* msToSec */.XL)(entry.responseEnd), }); } /** * Helper function to start child on transactions. This function will make sure that the transaction will * use the start timestamp of the created child span if it is earlier than the transactions actual * start timestamp. */ function _startChild(transaction, _a) { var startTimestamp = _a.startTimestamp, ctx = (0,tslib_es6/* __rest */._T)(_a, ["startTimestamp"]); if (startTimestamp && transaction.startTimestamp > startTimestamp) { transaction.startTimestamp = startTimestamp; } return transaction.startChild((0,tslib_es6/* __assign */.pi)({ startTimestamp: startTimestamp }, ctx)); } /** * Checks if a given value is a valid measurement value. */ function isMeasurementValue(value) { return typeof value === 'number' && isFinite(value); } /** Add LCP / CLS data to transaction to allow debugging */ function tagMetricInfo(transaction, lcpEntry, clsEntry) { if (lcpEntry) { esm_flags/* IS_DEBUG_BUILD */.h && esm_logger/* logger.log */.kg.log('[Measurements] Adding LCP Data'); // Capture Properties of the LCP element that contributes to the LCP. if (lcpEntry.element) { transaction.setTag('lcp.element', (0,browser/* htmlTreeAsString */.R)(lcpEntry.element)); } if (lcpEntry.id) { transaction.setTag('lcp.id', lcpEntry.id); } if (lcpEntry.url) { // Trim URL to the first 200 characters. transaction.setTag('lcp.url', lcpEntry.url.trim().slice(0, 200)); } transaction.setTag('lcp.size', lcpEntry.size); } // See: https://developer.mozilla.org/en-US/docs/Web/API/LayoutShift if (clsEntry && clsEntry.sources) { esm_flags/* IS_DEBUG_BUILD */.h && esm_logger/* logger.log */.kg.log('[Measurements] Adding CLS Data'); clsEntry.sources.forEach(function (source, index) { return transaction.setTag("cls.source." + (index + 1), (0,browser/* htmlTreeAsString */.R)(source.node)); }); } } //# sourceMappingURL=metrics.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/tracing/esm/browser/request.js var DEFAULT_TRACING_ORIGINS = ['localhost', /^\//]; var defaultRequestInstrumentationOptions = { traceFetch: true, traceXHR: true, tracingOrigins: DEFAULT_TRACING_ORIGINS, }; /** Registers span creators for xhr and fetch requests */ function instrumentOutgoingRequests(_options) { // eslint-disable-next-line @typescript-eslint/unbound-method var _a = (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, defaultRequestInstrumentationOptions), _options), traceFetch = _a.traceFetch, traceXHR = _a.traceXHR, tracingOrigins = _a.tracingOrigins, shouldCreateSpanForRequest = _a.shouldCreateSpanForRequest; // We should cache url -> decision so that we don't have to compute // regexp everytime we create a request. var urlMap = {}; var defaultShouldCreateSpan = function (url) { if (urlMap[url]) { return urlMap[url]; } var origins = tracingOrigins; urlMap[url] = origins.some(function (origin) { return (0,string/* isMatchingPattern */.zC)(url, origin); }) && !(0,string/* isMatchingPattern */.zC)(url, 'sentry_key'); return urlMap[url]; }; // We want that our users don't have to re-implement shouldCreateSpanForRequest themselves // That's why we filter out already unwanted Spans from tracingOrigins var shouldCreateSpan = defaultShouldCreateSpan; if (typeof shouldCreateSpanForRequest === 'function') { shouldCreateSpan = function (url) { return defaultShouldCreateSpan(url) && shouldCreateSpanForRequest(url); }; } var spans = {}; if (traceFetch) { (0,instrument/* addInstrumentationHandler */.o)('fetch', function (handlerData) { fetchCallback(handlerData, shouldCreateSpan, spans); }); } if (traceXHR) { (0,instrument/* addInstrumentationHandler */.o)('xhr', function (handlerData) { xhrCallback(handlerData, shouldCreateSpan, spans); }); } } /** * Create and track fetch request spans */ function fetchCallback(handlerData, shouldCreateSpan, spans) { if (!(0,esm_utils/* hasTracingEnabled */.zu)() || !(handlerData.fetchData && shouldCreateSpan(handlerData.fetchData.url))) { return; } if (handlerData.endTimestamp) { var spanId = handlerData.fetchData.__span; if (!spanId) return; var span = spans[spanId]; if (span) { if (handlerData.response) { // TODO (kmclb) remove this once types PR goes through // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access span.setHttpStatus(handlerData.response.status); } else if (handlerData.error) { span.setStatus('internal_error'); } span.finish(); // eslint-disable-next-line @typescript-eslint/no-dynamic-delete delete spans[spanId]; } return; } var activeTransaction = (0,esm_utils/* getActiveTransaction */.x1)(); if (activeTransaction) { var span = activeTransaction.startChild({ data: (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, handlerData.fetchData), { type: 'fetch' }), description: handlerData.fetchData.method + " " + handlerData.fetchData.url, op: 'http.client', }); handlerData.fetchData.__span = span.spanId; spans[span.spanId] = span; var request = (handlerData.args[0] = handlerData.args[0]); // eslint-disable-next-line @typescript-eslint/no-explicit-any var options = (handlerData.args[1] = handlerData.args[1] || {}); var headers = options.headers; if ((0,esm_is/* isInstanceOf */.V9)(request, Request)) { headers = request.headers; } if (headers) { // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access if (typeof headers.append === 'function') { // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access headers.append('sentry-trace', span.toTraceparent()); } else if (Array.isArray(headers)) { headers = (0,tslib_es6/* __spread */.fl)(headers, [['sentry-trace', span.toTraceparent()]]); } else { headers = (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, headers), { 'sentry-trace': span.toTraceparent() }); } } else { headers = { 'sentry-trace': span.toTraceparent() }; } options.headers = headers; } } /** * Create and track xhr request spans */ function xhrCallback(handlerData, shouldCreateSpan, spans) { if (!(0,esm_utils/* hasTracingEnabled */.zu)() || (handlerData.xhr && handlerData.xhr.__sentry_own_request__) || !(handlerData.xhr && handlerData.xhr.__sentry_xhr__ && shouldCreateSpan(handlerData.xhr.__sentry_xhr__.url))) { return; } var xhr = handlerData.xhr.__sentry_xhr__; // check first if the request has finished and is tracked by an existing span which should now end if (handlerData.endTimestamp) { var spanId = handlerData.xhr.__sentry_xhr_span_id__; if (!spanId) return; var span = spans[spanId]; if (span) { span.setHttpStatus(xhr.status_code); span.finish(); // eslint-disable-next-line @typescript-eslint/no-dynamic-delete delete spans[spanId]; } return; } // if not, create a new span to track it var activeTransaction = (0,esm_utils/* getActiveTransaction */.x1)(); if (activeTransaction) { var span = activeTransaction.startChild({ data: (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, xhr.data), { type: 'xhr', method: xhr.method, url: xhr.url }), description: xhr.method + " " + xhr.url, op: 'http.client', }); handlerData.xhr.__sentry_xhr_span_id__ = span.spanId; spans[handlerData.xhr.__sentry_xhr_span_id__] = span; if (handlerData.xhr.setRequestHeader) { try { handlerData.xhr.setRequestHeader('sentry-trace', span.toTraceparent()); } catch (_) { // Error: InvalidStateError: Failed to execute 'setRequestHeader' on 'XMLHttpRequest': The object's state must be OPENED. } } } } //# sourceMappingURL=request.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/tracing/esm/browser/router.js var router_global = (0,esm_global/* getGlobalObject */.R)(); /** * Default function implementing pageload and navigation transactions */ function instrumentRoutingWithDefaults(customStartTransaction, startTransactionOnPageLoad, startTransactionOnLocationChange) { if (startTransactionOnPageLoad === void 0) { startTransactionOnPageLoad = true; } if (startTransactionOnLocationChange === void 0) { startTransactionOnLocationChange = true; } if (!router_global || !router_global.location) { esm_flags/* IS_DEBUG_BUILD */.h && esm_logger/* logger.warn */.kg.warn('Could not initialize routing instrumentation due to invalid location'); return; } var startingUrl = router_global.location.href; var activeTransaction; if (startTransactionOnPageLoad) { activeTransaction = customStartTransaction({ name: router_global.location.pathname, op: 'pageload' }); } if (startTransactionOnLocationChange) { (0,instrument/* addInstrumentationHandler */.o)('history', function (_a) { var to = _a.to, from = _a.from; /** * This early return is there to account for some cases where a navigation transaction starts right after * long-running pageload. We make sure that if `from` is undefined and a valid `startingURL` exists, we don't * create an uneccessary navigation transaction. * * This was hard to duplicate, but this behavior stopped as soon as this fix was applied. This issue might also * only be caused in certain development environments where the usage of a hot module reloader is causing * errors. */ if (from === undefined && startingUrl && startingUrl.indexOf(to) !== -1) { startingUrl = undefined; return; } if (from !== to) { startingUrl = undefined; if (activeTransaction) { esm_flags/* IS_DEBUG_BUILD */.h && esm_logger/* logger.log */.kg.log("[Tracing] Finishing current transaction with op: " + activeTransaction.op); // If there's an open transaction on the scope, we need to finish it before creating an new one. activeTransaction.finish(); } activeTransaction = customStartTransaction({ name: router_global.location.pathname, op: 'navigation' }); } }); } } //# sourceMappingURL=router.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/tracing/esm/browser/browsertracing.js var DEFAULT_MAX_TRANSACTION_DURATION_SECONDS = 600; var DEFAULT_BROWSER_TRACING_OPTIONS = (0,tslib_es6/* __assign */.pi)({ idleTimeout: idletransaction/* DEFAULT_IDLE_TIMEOUT */.nT, markBackgroundTransactions: true, maxTransactionDuration: DEFAULT_MAX_TRANSACTION_DURATION_SECONDS, routingInstrumentation: instrumentRoutingWithDefaults, startTransactionOnLocationChange: true, startTransactionOnPageLoad: true }, defaultRequestInstrumentationOptions); /** * The Browser Tracing integration automatically instruments browser pageload/navigation * actions as transactions, and captures requests, metrics and errors as spans. * * The integration can be configured with a variety of options, and can be extended to use * any routing library. This integration uses {@see IdleTransaction} to create transactions. */ var BrowserTracing = /** @class */ (function () { function BrowserTracing(_options) { /** * @inheritDoc */ this.name = BrowserTracing.id; /** Store configured idle timeout so that it can be added as a tag to transactions */ this._configuredIdleTimeout = undefined; var tracingOrigins = defaultRequestInstrumentationOptions.tracingOrigins; // NOTE: Logger doesn't work in constructors, as it's initialized after integrations instances if (_options) { this._configuredIdleTimeout = _options.idleTimeout; if (_options.tracingOrigins && Array.isArray(_options.tracingOrigins) && _options.tracingOrigins.length !== 0) { tracingOrigins = _options.tracingOrigins; } else { esm_flags/* IS_DEBUG_BUILD */.h && (this._emitOptionsWarning = true); } } this.options = (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, DEFAULT_BROWSER_TRACING_OPTIONS), _options), { tracingOrigins: tracingOrigins }); var _metricOptions = this.options._metricOptions; this._metrics = new MetricsInstrumentation(_metricOptions && _metricOptions._reportAllChanges); } /** * @inheritDoc */ BrowserTracing.prototype.setupOnce = function (_, getCurrentHub) { var _this = this; this._getCurrentHub = getCurrentHub; if (this._emitOptionsWarning) { esm_flags/* IS_DEBUG_BUILD */.h && esm_logger/* logger.warn */.kg.warn('[Tracing] You need to define `tracingOrigins` in the options. Set an array of urls or patterns to trace.'); esm_flags/* IS_DEBUG_BUILD */.h && esm_logger/* logger.warn */.kg.warn("[Tracing] We added a reasonable default for you: " + defaultRequestInstrumentationOptions.tracingOrigins); } // eslint-disable-next-line @typescript-eslint/unbound-method var _a = this.options, instrumentRouting = _a.routingInstrumentation, startTransactionOnLocationChange = _a.startTransactionOnLocationChange, startTransactionOnPageLoad = _a.startTransactionOnPageLoad, markBackgroundTransactions = _a.markBackgroundTransactions, traceFetch = _a.traceFetch, traceXHR = _a.traceXHR, tracingOrigins = _a.tracingOrigins, shouldCreateSpanForRequest = _a.shouldCreateSpanForRequest; instrumentRouting(function (context) { return _this._createRouteTransaction(context); }, startTransactionOnPageLoad, startTransactionOnLocationChange); if (markBackgroundTransactions) { registerBackgroundTabDetection(); } instrumentOutgoingRequests({ traceFetch: traceFetch, traceXHR: traceXHR, tracingOrigins: tracingOrigins, shouldCreateSpanForRequest: shouldCreateSpanForRequest }); }; /** Create routing idle transaction. */ BrowserTracing.prototype._createRouteTransaction = function (context) { var _this = this; if (!this._getCurrentHub) { esm_flags/* IS_DEBUG_BUILD */.h && esm_logger/* logger.warn */.kg.warn("[Tracing] Did not create " + context.op + " transaction because _getCurrentHub is invalid."); return undefined; } // eslint-disable-next-line @typescript-eslint/unbound-method var _a = this.options, beforeNavigate = _a.beforeNavigate, idleTimeout = _a.idleTimeout, maxTransactionDuration = _a.maxTransactionDuration; var parentContextFromHeader = context.op === 'pageload' ? getHeaderContext() : undefined; var expandedContext = (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, context), parentContextFromHeader), { trimEnd: true }); var modifiedContext = typeof beforeNavigate === 'function' ? beforeNavigate(expandedContext) : expandedContext; // For backwards compatibility reasons, beforeNavigate can return undefined to "drop" the transaction (prevent it // from being sent to Sentry). var finalContext = modifiedContext === undefined ? (0,tslib_es6/* __assign */.pi)((0,tslib_es6/* __assign */.pi)({}, expandedContext), { sampled: false }) : modifiedContext; if (finalContext.sampled === false) { esm_flags/* IS_DEBUG_BUILD */.h && esm_logger/* logger.log */.kg.log("[Tracing] Will not send " + finalContext.op + " transaction because of beforeNavigate."); } esm_flags/* IS_DEBUG_BUILD */.h && esm_logger/* logger.log */.kg.log("[Tracing] Starting " + finalContext.op + " transaction on scope"); var hub = this._getCurrentHub(); var location = (0,esm_global/* getGlobalObject */.R)().location; var idleTransaction = (0,hubextensions/* startIdleTransaction */.lb)(hub, finalContext, idleTimeout, true, { location: location }); idleTransaction.registerBeforeFinishCallback(function (transaction, endTimestamp) { _this._metrics.addPerformanceEntries(transaction); adjustTransactionDuration((0,esm_utils/* secToMs */.WB)(maxTransactionDuration), transaction, endTimestamp); }); idleTransaction.setTag('idleTimeout', this._configuredIdleTimeout); return idleTransaction; }; /** * @inheritDoc */ BrowserTracing.id = 'BrowserTracing'; return BrowserTracing; }()); /** * Gets transaction context from a sentry-trace meta. * * @returns Transaction context data from the header or undefined if there's no header or the header is malformed */ function getHeaderContext() { var header = getMetaContent('sentry-trace'); if (header) { return extractTraceparentData(header); } return undefined; } /** Returns the value of a meta tag */ function getMetaContent(metaName) { var el = (0,esm_global/* getGlobalObject */.R)().document.querySelector("meta[name=" + metaName + "]"); return el ? el.getAttribute('content') : null; } /** Adjusts transaction value based on max transaction duration */ function adjustTransactionDuration(maxDuration, transaction, endTimestamp) { var diff = endTimestamp - transaction.startTimestamp; var isOutdatedTransaction = endTimestamp && (diff > maxDuration || diff < 0); if (isOutdatedTransaction) { transaction.setStatus('deadline_exceeded'); transaction.setTag('maxTransactionDurationExceeded', 'true'); } } //# sourceMappingURL=browsertracing.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/tracing/esm/integrations/index.js // TODO(v7): Remove this export // Please see `src/index.ts` for more details. //# sourceMappingURL=index.js.map ;// CONCATENATED MODULE: ./node_modules/@sentry/tracing/esm/index.js // This is already exported as part of `Integrations` above (and for the moment will remain so for // backwards compatibility), but that interferes with treeshaking, so we also export it separately // here. // // Previously we expected users to import tracing integrations like // // import { Integrations } from '@sentry/tracing'; // const instance = new Integrations.BrowserTracing(); // // This makes the integrations unable to be treeshaken though. To address this, we now have // this individual export. We now expect users to consume BrowserTracing like so: // // import { BrowserTracing } from '@sentry/tracing'; // const instance = new BrowserTracing(); // // For an example of of the new usage of BrowserTracing, see @sentry/nextjs index.client.ts // eslint-disable-next-line deprecation/deprecation // We are patching the global object with our hub extension methods (0,hubextensions/* addExtensionMethods */.ro)(); //# sourceMappingURL=index.js.map // EXTERNAL MODULE: ./node_modules/react-hotkeys/index.es.js var index_es = __webpack_require__(63274); ;// CONCATENATED MODULE: ./src/js/dashboard/theme.js /* harmony default export */ var theme = ((0,createMuiTheme/* default */.Z)({ palette: { primary: { main: "#2f7789" }, secondary: { light: "#f08419", main: "#f08419", contrastText: "#FFFFFF" } } })); ;// CONCATENATED MODULE: ./node_modules/i18next-http-backend/esm/utils.js function utils_typeof(obj) { "@babel/helpers - typeof"; return utils_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; }, utils_typeof(obj); } var arr = []; var each = arr.forEach; var slice = arr.slice; function utils_defaults(obj) { each.call(slice.call(arguments, 1), function (source) { if (source) { for (var prop in source) { if (obj[prop] === undefined) obj[prop] = source[prop]; } } }); return obj; } function hasXMLHttpRequest() { return typeof XMLHttpRequest === 'function' || (typeof XMLHttpRequest === "undefined" ? "undefined" : utils_typeof(XMLHttpRequest)) === 'object'; } function isPromise(maybePromise) { return !!maybePromise && typeof maybePromise.then === 'function'; } function makePromise(maybePromise) { if (isPromise(maybePromise)) { return maybePromise; } return Promise.resolve(maybePromise); } // EXTERNAL MODULE: ./node_modules/i18next-http-backend/esm/getFetch.cjs var getFetch = __webpack_require__(54579); var getFetch_namespaceObject = /*#__PURE__*/__webpack_require__.t(getFetch, 2); ;// CONCATENATED MODULE: ./node_modules/i18next-http-backend/esm/request.js function request_typeof(obj) { "@babel/helpers - typeof"; return request_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; }, request_typeof(obj); } var fetchApi; if (typeof fetch === 'function') { if (typeof global !== 'undefined' && global.fetch) { fetchApi = global.fetch; } else if (typeof window !== 'undefined' && window.fetch) { fetchApi = window.fetch; } } var XmlHttpRequestApi; if (hasXMLHttpRequest) { if (typeof global !== 'undefined' && global.XMLHttpRequest) { XmlHttpRequestApi = global.XMLHttpRequest; } else if (typeof window !== 'undefined' && window.XMLHttpRequest) { XmlHttpRequestApi = window.XMLHttpRequest; } } var ActiveXObjectApi; if (typeof ActiveXObject === 'function') { if (typeof global !== 'undefined' && global.ActiveXObject) { ActiveXObjectApi = global.ActiveXObject; } else if (typeof window !== 'undefined' && window.ActiveXObject) { ActiveXObjectApi = window.ActiveXObject; } } if (!fetchApi && getFetch_namespaceObject && !XmlHttpRequestApi && !ActiveXObjectApi) fetchApi = getFetch || getFetch_namespaceObject; if (typeof fetchApi !== 'function') fetchApi = undefined; var addQueryString = function addQueryString(url, params) { if (params && request_typeof(params) === 'object') { var queryString = ''; for (var paramName in params) { queryString += '&' + encodeURIComponent(paramName) + '=' + encodeURIComponent(params[paramName]); } if (!queryString) return url; url = url + (url.indexOf('?') !== -1 ? '&' : '?') + queryString.slice(1); } return url; }; var requestWithFetch = function requestWithFetch(options, url, payload, callback) { if (options.queryStringParams) { url = addQueryString(url, options.queryStringParams); } var headers = utils_defaults({}, typeof options.customHeaders === 'function' ? options.customHeaders() : options.customHeaders); if (payload) headers['Content-Type'] = 'application/json'; fetchApi(url, utils_defaults({ method: payload ? 'POST' : 'GET', body: payload ? options.stringify(payload) : undefined, headers: headers }, typeof options.requestOptions === 'function' ? options.requestOptions(payload) : options.requestOptions)).then(function (response) { if (!response.ok) return callback(response.statusText || 'Error', { status: response.status }); response.text().then(function (data) { callback(null, { status: response.status, data: data }); }).catch(callback); }).catch(callback); }; var requestWithXmlHttpRequest = function requestWithXmlHttpRequest(options, url, payload, callback) { if (payload && request_typeof(payload) === 'object') { payload = addQueryString('', payload).slice(1); } if (options.queryStringParams) { url = addQueryString(url, options.queryStringParams); } try { var x; if (XmlHttpRequestApi) { x = new XmlHttpRequestApi(); } else { x = new ActiveXObjectApi('MSXML2.XMLHTTP.3.0'); } x.open(payload ? 'POST' : 'GET', url, 1); if (!options.crossDomain) { x.setRequestHeader('X-Requested-With', 'XMLHttpRequest'); } x.withCredentials = !!options.withCredentials; if (payload) { x.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); } if (x.overrideMimeType) { x.overrideMimeType('application/json'); } var h = options.customHeaders; h = typeof h === 'function' ? h() : h; if (h) { for (var i in h) { x.setRequestHeader(i, h[i]); } } x.onreadystatechange = function () { x.readyState > 3 && callback(x.status >= 400 ? x.statusText : null, { status: x.status, data: x.responseText }); }; x.send(payload); } catch (e) { console && console.log(e); } }; var request = function request(options, url, payload, callback) { if (typeof payload === 'function') { callback = payload; payload = undefined; } callback = callback || function () {}; if (fetchApi) { return requestWithFetch(options, url, payload, callback); } if (hasXMLHttpRequest || typeof ActiveXObject === 'function') { return requestWithXmlHttpRequest(options, url, payload, callback); } }; /* harmony default export */ var esm_request = (request); ;// CONCATENATED MODULE: ./node_modules/i18next-http-backend/esm/index.js function esm_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function esm_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function esm_createClass(Constructor, protoProps, staticProps) { if (protoProps) esm_defineProperties(Constructor.prototype, protoProps); if (staticProps) esm_defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } function esm_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } var esm_getDefaults = function getDefaults() { return { loadPath: '/locales/{{lng}}/{{ns}}.json', addPath: '/locales/add/{{lng}}/{{ns}}', allowMultiLoading: false, parse: function parse(data) { return JSON.parse(data); }, stringify: JSON.stringify, parsePayload: function parsePayload(namespace, key, fallbackValue) { return esm_defineProperty({}, key, fallbackValue || ''); }, request: esm_request, reloadInterval: typeof window !== 'undefined' ? false : 60 * 60 * 1000, customHeaders: {}, queryStringParams: {}, crossDomain: false, withCredentials: false, overrideMimeType: false, requestOptions: { mode: 'cors', credentials: 'same-origin', cache: 'default' } }; }; var Backend = function () { function Backend(services) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; var allOptions = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; esm_classCallCheck(this, Backend); this.services = services; this.options = options; this.allOptions = allOptions; this.type = 'backend'; this.init(services, options, allOptions); } esm_createClass(Backend, [{ key: "init", value: function init(services) { var _this = this; var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; var allOptions = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; this.services = services; this.options = utils_defaults(options, this.options || {}, esm_getDefaults()); this.allOptions = allOptions; if (this.services && this.options.reloadInterval) { setInterval(function () { return _this.reload(); }, this.options.reloadInterval); } } }, { key: "readMulti", value: function readMulti(languages, namespaces, callback) { this._readAny(languages, languages, namespaces, namespaces, callback); } }, { key: "read", value: function read(language, namespace, callback) { this._readAny([language], language, [namespace], namespace, callback); } }, { key: "_readAny", value: function _readAny(languages, loadUrlLanguages, namespaces, loadUrlNamespaces, callback) { var _this2 = this; var loadPath = this.options.loadPath; if (typeof this.options.loadPath === 'function') { loadPath = this.options.loadPath(languages, namespaces); } loadPath = makePromise(loadPath); loadPath.then(function (resolvedLoadPath) { var url = _this2.services.interpolator.interpolate(resolvedLoadPath, { lng: languages.join('+'), ns: namespaces.join('+') }); _this2.loadUrl(url, callback, loadUrlLanguages, loadUrlNamespaces); }); } }, { key: "loadUrl", value: function loadUrl(url, callback, languages, namespaces) { var _this3 = this; this.options.request(this.options, url, undefined, function (err, res) { if (res && (res.status >= 500 && res.status < 600 || !res.status)) return callback('failed loading ' + url + '; status code: ' + res.status, true); if (res && res.status >= 400 && res.status < 500) return callback('failed loading ' + url + '; status code: ' + res.status, false); if (!res && err && err.message && err.message.indexOf('Failed to fetch') > -1) return callback('failed loading ' + url + ': ' + err.message, true); if (err) return callback(err, false); var ret, parseErr; try { if (typeof res.data === 'string') { ret = _this3.options.parse(res.data, languages, namespaces); } else { ret = res.data; } } catch (e) { parseErr = 'failed parsing ' + url + ' to json'; } if (parseErr) return callback(parseErr, false); callback(null, ret); }); } }, { key: "create", value: function create(languages, namespace, key, fallbackValue, callback) { var _this4 = this; if (!this.options.addPath) return; if (typeof languages === 'string') languages = [languages]; var payload = this.options.parsePayload(namespace, key, fallbackValue); var finished = 0; var dataArray = []; var resArray = []; languages.forEach(function (lng) { var addPath = _this4.options.addPath; if (typeof _this4.options.addPath === 'function') { addPath = _this4.options.addPath(lng, namespace); } var url = _this4.services.interpolator.interpolate(addPath, { lng: lng, ns: namespace }); _this4.options.request(_this4.options, url, payload, function (data, res) { finished += 1; dataArray.push(data); resArray.push(res); if (finished === languages.length) { if (callback) callback(dataArray, resArray); } }); }); } }, { key: "reload", value: function reload() { var _this5 = this; var _this$services = this.services, backendConnector = _this$services.backendConnector, languageUtils = _this$services.languageUtils, logger = _this$services.logger; var currentLanguage = backendConnector.language; if (currentLanguage && currentLanguage.toLowerCase() === 'cimode') return; var toLoad = []; var append = function append(lng) { var lngs = languageUtils.toResolveHierarchy(lng); lngs.forEach(function (l) { if (toLoad.indexOf(l) < 0) toLoad.push(l); }); }; append(currentLanguage); if (this.allOptions.preload) this.allOptions.preload.forEach(function (l) { return append(l); }); toLoad.forEach(function (lng) { _this5.allOptions.ns.forEach(function (ns) { backendConnector.read(lng, ns, 'read', null, null, function (err, data) { if (err) logger.warn("loading namespace ".concat(ns, " for language ").concat(lng, " failed"), err); if (!err && data) logger.log("loaded namespace ".concat(ns, " for language ").concat(lng), data); backendConnector.loaded("".concat(lng, "|").concat(ns), err, data); }); }); }); } }]); return Backend; }(); Backend.type = 'backend'; /* harmony default export */ var i18next_http_backend_esm = (Backend); ;// CONCATENATED MODULE: ./src/js/dashboard/i18n.js var _window$buttonizer_ad; i18next.use(i18next_http_backend_esm).use(initReactI18next) // passes i18n down to react-i18next .init({ lng: (_window$buttonizer_ad = window.buttonizer_admin.locale) !== null && _window$buttonizer_ad !== void 0 ? _window$buttonizer_ad : "en", fallbackLng: ["en"], debug: false, interpolation: { escapeValue: false // react already safes from xss }, backend: { loadPath: "".concat(window.buttonizer_admin.localePath, "/{{lng}}.json"), // /locales/{{lng}}/{{ns}}.json queryStringParams: { v: window.buttonizer_admin.version } } }); /* harmony default export */ var dashboard_i18n = ((/* unused pure expression or super */ null && (i18n))); ;// CONCATENATED MODULE: ./src/js/dashboard/index.js function dashboard_slicedToArray(arr, i) { return dashboard_arrayWithHoles(arr) || dashboard_iterableToArrayLimit(arr, i) || dashboard_unsupportedIterableToArray(arr, i) || dashboard_nonIterableRest(); } function dashboard_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 dashboard_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return dashboard_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 dashboard_arrayLikeToArray(o, minLen); } function dashboard_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 dashboard_iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function dashboard_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } /* global require */ /* global process */ // Only include babel polyfill once. if (!__webpack_require__.g._babelPolyfill) { __webpack_require__(76124); } sdk_init({ dsn: true ? "https://98400788903e4f4a9618ff08bd3b65cf@tracker.buttonizer.pro/2" : 0, // request_bodies: "always", release: "v2.9.2", environment: "production", attachStacktrace: true, integrations: [new ExtraErrorData({ depth: 12 }), new BrowserTracing()], tracesSampleRate: 1.0, normalizeDepth: 13, beforeSend: function beforeSend(data) { if (typeof buttonizer_admin === "undefined" || buttonizer_admin.can_send_errors != true) return null; // will not send anything if not allowed var stacktrace = data.stacktrace || data.exception && data.exception.values[0].stacktrace; if (stacktrace) { stacktrace.frames.forEach(function (frame) { if (frame.filename !== "[native code]") { frame.filename = frame.filename.replace(buttonizer_admin.dir, ""); } }); } if (!data.extra) data.extra = {}; data.extra.store = dashboard_store.getState(); return data; }, beforeBreadcrumb: function beforeBreadcrumb(breadcrumb, hint) { if (breadcrumb.category === "ui.click") { if (/MuiButton-label/i.test(breadcrumb.message)) { var target = hint.event.target; breadcrumb.message = target.innerText; } } return breadcrumb; } }); // Application var buttonizerApplication = document.createElement("div"); buttonizerApplication.id = "buttonizer-app"; buttonizerApplication.className = "buttonizer-app"; document.body.appendChild(buttonizerApplication); window.store = dashboard_store; window.save = save; var keyMap = { SAVE: ["command+s"], LOG: ["shift+p"] }; function ApplicationContainer() { var _useState = (0,react.useState)(false), _useState2 = dashboard_slicedToArray(_useState, 2), appLoaded = _useState2[0], setAppLoaded = _useState2[1]; // Change initialized (0,react.useEffect)(function () { var onInitialized = function onInitialized() { setAppLoaded(true); }; i18next.on("initialized", onInitialized); return function () { i18next.off("initialized", onInitialized); }; }, []); // Show loading screen if (!appLoaded) { return /*#__PURE__*/react.createElement(Loader_Loader, { loadingString: "Initializing...", show: true }); } return /*#__PURE__*/react.createElement(components_Provider, { store: dashboard_store }, /*#__PURE__*/react.createElement(ThemeProvider_ThemeProvider, { theme: theme }, /*#__PURE__*/react.createElement(Utils_ErrorBoundary, null, /*#__PURE__*/react.createElement(index_es.HotKeys, { keyMap: keyMap }, /*#__PURE__*/react.createElement(SnackbarProvider, { classes: { containerRoot: (0,clsx_m/* default */.Z)(window.buttonizer_admin.is_stand_alone && "dashboard-notifications"), contentRoot: "snackbar-container" } }, /*#__PURE__*/react.createElement(dashboard_App, null)))))); } react_dom.render( /*#__PURE__*/react.createElement(ApplicationContainer, null), buttonizerApplication); // Buttonizer ready document.body.classList.add("buttonizer-initialized"); /***/ }), /***/ 65011: /***/ (function(module) { /* global module */ module.exports = { group: {}, button: {} }; /***/ }), /***/ 98588: /***/ (function(module) { function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (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 = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } /* global module */ var button = { group_size: 56, button_size: 56, box_shadow_enabled: [false], label_box_shadow_enabled: [false], border_radius: ["0px"], label_spacing: 0, label_border_radius: ["0px"] }; module.exports = { button: _objectSpread({}, button), menu_button: _objectSpread({}, button), group: _objectSpread(_objectSpread({}, button), {}, { label_same_width: true, label_same_height: true, space: 0 }) }; /***/ }), /***/ 78867: /***/ (function(module) { function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (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 = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } /* global module */ var button = { box_shadow_enabled: [false], label_box_shadow_enabled: [false], border_radius: ["0px"], label_spacing: 0, label_border_radius: ["0px"] }; module.exports = { button: _objectSpread({}, button), menu_button: _objectSpread({}, button), group: _objectSpread(_objectSpread({}, button), {}, { group_size: 56, button_size: 56, show_label_desktop: "hover", show_label_mobile: "hide", label_same_height: true, space: 0 }) }; /***/ }), /***/ 11571: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { /* global module, require */ var Default = __webpack_require__(65011); var Square = __webpack_require__(78867); var Rectangle = __webpack_require__(98588); /* webpack-strip-block:removed */ module.exports = { "default": Default, square: Square, rectangle: Rectangle /* webpack-strip-block:removed */ }; /***/ }), /***/ 42226: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { 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 = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } /* global module, require */ var defaults = __webpack_require__(46314); var menuStyles = __webpack_require__(11571); var merge = __webpack_require__(82492); module.exports = { get button() { var result = {}; Object.entries(defaults.button).map(function (key) { merge(result, key[1]); }); return result; // return merge({}, defaults.button.general, defaults.button.styling); }, get group() { var result = {}; Object.entries(merge({}, defaults.button, defaults.group)).map(function (key) { merge(result, key[1]); }); return result; }, get menu_button() { var result = {}; Object.entries(merge({}, defaults.button, defaults.menu_button)).map(function (key) { merge(result, key[1]); }); return result; }, get formatted() { var result = {}; Object.entries(merge({}, defaults.button, defaults.group)).map(function (key) { merge(result, key[1]); }); return Object.entries(result).filter(function (entry) { return Array.isArray(entry[1]); }).map(function (_ref) { var _ref2 = _slicedToArray(_ref, 1), key = _ref2[0]; return key; }); }, get menuStyle() { return menuStyles; } }; /***/ }), /***/ 76124: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; __webpack_require__(87931); __webpack_require__(95654); __webpack_require__(67182); if (__webpack_require__.g._babelPolyfill) { throw new Error("only one instance of babel-polyfill is allowed"); } __webpack_require__.g._babelPolyfill = true; var DEFINE_PROPERTY = "defineProperty"; function define(O, key, value) { O[key] || Object[DEFINE_PROPERTY](O, key, { writable: true, configurable: true, value: value }); } define(String.prototype, "padLeft", "".padStart); define(String.prototype, "padRight", "".padEnd); "pop,reverse,shift,keys,values,entries,indexOf,every,some,forEach,map,filter,find,findIndex,includes,join,slice,concat,push,splice,unshift,sort,lastIndexOf,reduce,reduceRight,copyWithin,fill".split(",").forEach(function (key) { [][key] && define(Array, key, Function.call.bind([][key])); }); /***/ }), /***/ 67182: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { __webpack_require__(54530); module.exports = __webpack_require__(48080).RegExp.escape; /***/ }), /***/ 50666: /***/ (function(module) { module.exports = function (it) { if (typeof it != 'function') throw TypeError(it + ' is not a function!'); return it; }; /***/ }), /***/ 98479: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var cof = __webpack_require__(42380); module.exports = function (it, msg) { if (typeof it != 'number' && cof(it) != 'Number') throw TypeError(msg); return +it; }; /***/ }), /***/ 17296: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // 22.1.3.31 Array.prototype[@@unscopables] var UNSCOPABLES = __webpack_require__(64410)('unscopables'); var ArrayProto = Array.prototype; if (ArrayProto[UNSCOPABLES] == undefined) __webpack_require__(74461)(ArrayProto, UNSCOPABLES, {}); module.exports = function (key) { ArrayProto[UNSCOPABLES][key] = true; }; /***/ }), /***/ 10990: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var at = __webpack_require__(25454)(true); // `AdvanceStringIndex` abstract operation // https://tc39.github.io/ecma262/#sec-advancestringindex module.exports = function (S, index, unicode) { return index + (unicode ? at(S, index).length : 1); }; /***/ }), /***/ 30269: /***/ (function(module) { module.exports = function (it, Constructor, name, forbiddenField) { if (!(it instanceof Constructor) || (forbiddenField !== undefined && forbiddenField in it)) { throw TypeError(name + ': incorrect invocation!'); } return it; }; /***/ }), /***/ 85075: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isObject = __webpack_require__(49708); module.exports = function (it) { if (!isObject(it)) throw TypeError(it + ' is not an object!'); return it; }; /***/ }), /***/ 43697: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; // 22.1.3.3 Array.prototype.copyWithin(target, start, end = this.length) var toObject = __webpack_require__(16040); var toAbsoluteIndex = __webpack_require__(39519); var toLength = __webpack_require__(15263); module.exports = [].copyWithin || function copyWithin(target /* = 0 */, start /* = 0, end = @length */) { var O = toObject(this); var len = toLength(O.length); var to = toAbsoluteIndex(target, len); var from = toAbsoluteIndex(start, len); var end = arguments.length > 2 ? arguments[2] : undefined; var count = Math.min((end === undefined ? len : toAbsoluteIndex(end, len)) - from, len - to); var inc = 1; if (from < to && to < from + count) { inc = -1; from += count - 1; to += count - 1; } while (count-- > 0) { if (from in O) O[to] = O[from]; else delete O[to]; to += inc; from += inc; } return O; }; /***/ }), /***/ 35572: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; // 22.1.3.6 Array.prototype.fill(value, start = 0, end = this.length) var toObject = __webpack_require__(16040); var toAbsoluteIndex = __webpack_require__(39519); var toLength = __webpack_require__(15263); module.exports = function fill(value /* , start = 0, end = @length */) { var O = toObject(this); var length = toLength(O.length); var aLen = arguments.length; var index = toAbsoluteIndex(aLen > 1 ? arguments[1] : undefined, length); var end = aLen > 2 ? arguments[2] : undefined; var endPos = end === undefined ? length : toAbsoluteIndex(end, length); while (endPos > index) O[index++] = value; return O; }; /***/ }), /***/ 59315: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var forOf = __webpack_require__(74036); module.exports = function (iter, ITERATOR) { var result = []; forOf(iter, false, result.push, result, ITERATOR); return result; }; /***/ }), /***/ 64513: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // false -> Array#indexOf // true -> Array#includes var toIObject = __webpack_require__(76282); var toLength = __webpack_require__(15263); var toAbsoluteIndex = __webpack_require__(39519); module.exports = function (IS_INCLUDES) { return function ($this, el, fromIndex) { var O = toIObject($this); var length = toLength(O.length); var index = toAbsoluteIndex(fromIndex, length); var value; // Array#includes uses SameValueZero equality algorithm // eslint-disable-next-line no-self-compare if (IS_INCLUDES && el != el) while (length > index) { value = O[index++]; // eslint-disable-next-line no-self-compare if (value != value) return true; // Array#indexOf ignores holes, Array#includes - not } else for (;length > index; index++) if (IS_INCLUDES || index in O) { if (O[index] === el) return IS_INCLUDES || index || 0; } return !IS_INCLUDES && -1; }; }; /***/ }), /***/ 13635: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // 0 -> Array#forEach // 1 -> Array#map // 2 -> Array#filter // 3 -> Array#some // 4 -> Array#every // 5 -> Array#find // 6 -> Array#findIndex var ctx = __webpack_require__(21550); var IObject = __webpack_require__(75945); var toObject = __webpack_require__(16040); var toLength = __webpack_require__(15263); var asc = __webpack_require__(42143); module.exports = function (TYPE, $create) { var IS_MAP = TYPE == 1; var IS_FILTER = TYPE == 2; var IS_SOME = TYPE == 3; var IS_EVERY = TYPE == 4; var IS_FIND_INDEX = TYPE == 6; var NO_HOLES = TYPE == 5 || IS_FIND_INDEX; var create = $create || asc; return function ($this, callbackfn, that) { var O = toObject($this); var self = IObject(O); var f = ctx(callbackfn, that, 3); var length = toLength(self.length); var index = 0; var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined; var val, res; for (;length > index; index++) if (NO_HOLES || index in self) { val = self[index]; res = f(val, index, O); if (TYPE) { if (IS_MAP) result[index] = res; // map else if (res) switch (TYPE) { case 3: return true; // some case 5: return val; // find case 6: return index; // findIndex case 2: result.push(val); // filter } else if (IS_EVERY) return false; // every } } return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : result; }; }; /***/ }), /***/ 56574: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var aFunction = __webpack_require__(50666); var toObject = __webpack_require__(16040); var IObject = __webpack_require__(75945); var toLength = __webpack_require__(15263); module.exports = function (that, callbackfn, aLen, memo, isRight) { aFunction(callbackfn); var O = toObject(that); var self = IObject(O); var length = toLength(O.length); var index = isRight ? length - 1 : 0; var i = isRight ? -1 : 1; if (aLen < 2) for (;;) { if (index in self) { memo = self[index]; index += i; break; } index += i; if (isRight ? index < 0 : length <= index) { throw TypeError('Reduce of empty array with no initial value'); } } for (;isRight ? index >= 0 : length > index; index += i) if (index in self) { memo = callbackfn(memo, self[index], index, O); } return memo; }; /***/ }), /***/ 80920: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isObject = __webpack_require__(49708); var isArray = __webpack_require__(63623); var SPECIES = __webpack_require__(64410)('species'); module.exports = function (original) { var C; if (isArray(original)) { C = original.constructor; // cross-realm fallback if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined; if (isObject(C)) { C = C[SPECIES]; if (C === null) C = undefined; } } return C === undefined ? Array : C; }; /***/ }), /***/ 42143: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // 9.4.2.3 ArraySpeciesCreate(originalArray, length) var speciesConstructor = __webpack_require__(80920); module.exports = function (original, length) { return new (speciesConstructor(original))(length); }; /***/ }), /***/ 47240: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var aFunction = __webpack_require__(50666); var isObject = __webpack_require__(49708); var invoke = __webpack_require__(31671); var arraySlice = [].slice; var factories = {}; var construct = function (F, len, args) { if (!(len in factories)) { for (var n = [], i = 0; i < len; i++) n[i] = 'a[' + i + ']'; // eslint-disable-next-line no-new-func factories[len] = Function('F,a', 'return new F(' + n.join(',') + ')'); } return factories[len](F, args); }; module.exports = Function.bind || function bind(that /* , ...args */) { var fn = aFunction(this); var partArgs = arraySlice.call(arguments, 1); var bound = function (/* args... */) { var args = partArgs.concat(arraySlice.call(arguments)); return this instanceof bound ? construct(fn, args.length, args) : invoke(fn, args, that); }; if (isObject(fn.prototype)) bound.prototype = fn.prototype; return bound; }; /***/ }), /***/ 96347: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // getting tag from 19.1.3.6 Object.prototype.toString() var cof = __webpack_require__(42380); var TAG = __webpack_require__(64410)('toStringTag'); // ES3 wrong here var ARG = cof(function () { return arguments; }()) == 'Arguments'; // fallback for IE11 Script Access Denied error var tryGet = function (it, key) { try { return it[key]; } catch (e) { /* empty */ } }; module.exports = function (it) { var O, T, B; return it === undefined ? 'Undefined' : it === null ? 'Null' // @@toStringTag case : typeof (T = tryGet(O = Object(it), TAG)) == 'string' ? T // builtinTag case : ARG ? cof(O) // ES3 arguments fallback : (B = cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B; }; /***/ }), /***/ 42380: /***/ (function(module) { var toString = {}.toString; module.exports = function (it) { return toString.call(it).slice(8, -1); }; /***/ }), /***/ 37647: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var dP = __webpack_require__(24213).f; var create = __webpack_require__(6088); var redefineAll = __webpack_require__(33227); var ctx = __webpack_require__(21550); var anInstance = __webpack_require__(30269); var forOf = __webpack_require__(74036); var $iterDefine = __webpack_require__(15706); var step = __webpack_require__(34257); var setSpecies = __webpack_require__(72373); var DESCRIPTORS = __webpack_require__(83144); var fastKey = __webpack_require__(18648).fastKey; var validate = __webpack_require__(51554); var SIZE = DESCRIPTORS ? '_s' : 'size'; var getEntry = function (that, key) { // fast case var index = fastKey(key); var entry; if (index !== 'F') return that._i[index]; // frozen object case for (entry = that._f; entry; entry = entry.n) { if (entry.k == key) return entry; } }; module.exports = { getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { var C = wrapper(function (that, iterable) { anInstance(that, C, NAME, '_i'); that._t = NAME; // collection type that._i = create(null); // index that._f = undefined; // first entry that._l = undefined; // last entry that[SIZE] = 0; // size if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that); }); redefineAll(C.prototype, { // 23.1.3.1 Map.prototype.clear() // 23.2.3.2 Set.prototype.clear() clear: function clear() { for (var that = validate(this, NAME), data = that._i, entry = that._f; entry; entry = entry.n) { entry.r = true; if (entry.p) entry.p = entry.p.n = undefined; delete data[entry.i]; } that._f = that._l = undefined; that[SIZE] = 0; }, // 23.1.3.3 Map.prototype.delete(key) // 23.2.3.4 Set.prototype.delete(value) 'delete': function (key) { var that = validate(this, NAME); var entry = getEntry(that, key); if (entry) { var next = entry.n; var prev = entry.p; delete that._i[entry.i]; entry.r = true; if (prev) prev.n = next; if (next) next.p = prev; if (that._f == entry) that._f = next; if (that._l == entry) that._l = prev; that[SIZE]--; } return !!entry; }, // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined) // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined) forEach: function forEach(callbackfn /* , that = undefined */) { validate(this, NAME); var f = ctx(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3); var entry; while (entry = entry ? entry.n : this._f) { f(entry.v, entry.k, this); // revert to the last existing entry while (entry && entry.r) entry = entry.p; } }, // 23.1.3.7 Map.prototype.has(key) // 23.2.3.7 Set.prototype.has(value) has: function has(key) { return !!getEntry(validate(this, NAME), key); } }); if (DESCRIPTORS) dP(C.prototype, 'size', { get: function () { return validate(this, NAME)[SIZE]; } }); return C; }, def: function (that, key, value) { var entry = getEntry(that, key); var prev, index; // change existing entry if (entry) { entry.v = value; // create new entry } else { that._l = entry = { i: index = fastKey(key, true), // <- index k: key, // <- key v: value, // <- value p: prev = that._l, // <- previous entry n: undefined, // <- next entry r: false // <- removed }; if (!that._f) that._f = entry; if (prev) prev.n = entry; that[SIZE]++; // add to index if (index !== 'F') that._i[index] = entry; } return that; }, getEntry: getEntry, setStrong: function (C, NAME, IS_MAP) { // add .keys, .values, .entries, [@@iterator] // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11 $iterDefine(C, NAME, function (iterated, kind) { this._t = validate(iterated, NAME); // target this._k = kind; // kind this._l = undefined; // previous }, function () { var that = this; var kind = that._k; var entry = that._l; // revert to the last existing entry while (entry && entry.r) entry = entry.p; // get next entry if (!that._t || !(that._l = entry = entry ? entry.n : that._t._f)) { // or finish the iteration that._t = undefined; return step(1); } // return step by kind if (kind == 'keys') return step(0, entry.k); if (kind == 'values') return step(0, entry.v); return step(0, [entry.k, entry.v]); }, IS_MAP ? 'entries' : 'values', !IS_MAP, true); // add [@@species], 23.1.2.2, 23.2.2.2 setSpecies(NAME); } }; /***/ }), /***/ 72935: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // https://github.com/DavidBruant/Map-Set.prototype.toJSON var classof = __webpack_require__(96347); var from = __webpack_require__(59315); module.exports = function (NAME) { return function toJSON() { if (classof(this) != NAME) throw TypeError(NAME + "#toJSON isn't generic"); return from(this); }; }; /***/ }), /***/ 78348: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var redefineAll = __webpack_require__(33227); var getWeak = __webpack_require__(18648).getWeak; var anObject = __webpack_require__(85075); var isObject = __webpack_require__(49708); var anInstance = __webpack_require__(30269); var forOf = __webpack_require__(74036); var createArrayMethod = __webpack_require__(13635); var $has = __webpack_require__(83050); var validate = __webpack_require__(51554); var arrayFind = createArrayMethod(5); var arrayFindIndex = createArrayMethod(6); var id = 0; // fallback for uncaught frozen keys var uncaughtFrozenStore = function (that) { return that._l || (that._l = new UncaughtFrozenStore()); }; var UncaughtFrozenStore = function () { this.a = []; }; var findUncaughtFrozen = function (store, key) { return arrayFind(store.a, function (it) { return it[0] === key; }); }; UncaughtFrozenStore.prototype = { get: function (key) { var entry = findUncaughtFrozen(this, key); if (entry) return entry[1]; }, has: function (key) { return !!findUncaughtFrozen(this, key); }, set: function (key, value) { var entry = findUncaughtFrozen(this, key); if (entry) entry[1] = value; else this.a.push([key, value]); }, 'delete': function (key) { var index = arrayFindIndex(this.a, function (it) { return it[0] === key; }); if (~index) this.a.splice(index, 1); return !!~index; } }; module.exports = { getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { var C = wrapper(function (that, iterable) { anInstance(that, C, NAME, '_i'); that._t = NAME; // collection type that._i = id++; // collection id that._l = undefined; // leak store for uncaught frozen objects if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that); }); redefineAll(C.prototype, { // 23.3.3.2 WeakMap.prototype.delete(key) // 23.4.3.3 WeakSet.prototype.delete(value) 'delete': function (key) { if (!isObject(key)) return false; var data = getWeak(key); if (data === true) return uncaughtFrozenStore(validate(this, NAME))['delete'](key); return data && $has(data, this._i) && delete data[this._i]; }, // 23.3.3.4 WeakMap.prototype.has(key) // 23.4.3.4 WeakSet.prototype.has(value) has: function has(key) { if (!isObject(key)) return false; var data = getWeak(key); if (data === true) return uncaughtFrozenStore(validate(this, NAME)).has(key); return data && $has(data, this._i); } }); return C; }, def: function (that, key, value) { var data = getWeak(anObject(key), true); if (data === true) uncaughtFrozenStore(that).set(key, value); else data[that._i] = value; return that; }, ufstore: uncaughtFrozenStore }; /***/ }), /***/ 8107: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var global = __webpack_require__(24405); var $export = __webpack_require__(61693); var redefine = __webpack_require__(69593); var redefineAll = __webpack_require__(33227); var meta = __webpack_require__(18648); var forOf = __webpack_require__(74036); var anInstance = __webpack_require__(30269); var isObject = __webpack_require__(49708); var fails = __webpack_require__(10496); var $iterDetect = __webpack_require__(3229); var setToStringTag = __webpack_require__(25572); var inheritIfRequired = __webpack_require__(77856); module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) { var Base = global[NAME]; var C = Base; var ADDER = IS_MAP ? 'set' : 'add'; var proto = C && C.prototype; var O = {}; var fixMethod = function (KEY) { var fn = proto[KEY]; redefine(proto, KEY, KEY == 'delete' ? function (a) { return IS_WEAK && !isObject(a) ? false : fn.call(this, a === 0 ? 0 : a); } : KEY == 'has' ? function has(a) { return IS_WEAK && !isObject(a) ? false : fn.call(this, a === 0 ? 0 : a); } : KEY == 'get' ? function get(a) { return IS_WEAK && !isObject(a) ? undefined : fn.call(this, a === 0 ? 0 : a); } : KEY == 'add' ? function add(a) { fn.call(this, a === 0 ? 0 : a); return this; } : function set(a, b) { fn.call(this, a === 0 ? 0 : a, b); return this; } ); }; if (typeof C != 'function' || !(IS_WEAK || proto.forEach && !fails(function () { new C().entries().next(); }))) { // create collection constructor C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER); redefineAll(C.prototype, methods); meta.NEED = true; } else { var instance = new C(); // early implementations not supports chaining var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance; // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); }); // most early implementations doesn't supports iterables, most modern - not close it correctly var ACCEPT_ITERABLES = $iterDetect(function (iter) { new C(iter); }); // eslint-disable-line no-new // for early implementations -0 and +0 not the same var BUGGY_ZERO = !IS_WEAK && fails(function () { // V8 ~ Chromium 42- fails only with 5+ elements var $instance = new C(); var index = 5; while (index--) $instance[ADDER](index, index); return !$instance.has(-0); }); if (!ACCEPT_ITERABLES) { C = wrapper(function (target, iterable) { anInstance(target, C, NAME); var that = inheritIfRequired(new Base(), target, C); if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that); return that; }); C.prototype = proto; proto.constructor = C; } if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) { fixMethod('delete'); fixMethod('has'); IS_MAP && fixMethod('get'); } if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER); // weak collections should not contains .clear method if (IS_WEAK && proto.clear) delete proto.clear; } setToStringTag(C, NAME); O[NAME] = C; $export($export.G + $export.W + $export.F * (C != Base), O); if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP); return C; }; /***/ }), /***/ 48080: /***/ (function(module) { var core = module.exports = { version: '2.6.12' }; if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef /***/ }), /***/ 72559: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $defineProperty = __webpack_require__(24213); var createDesc = __webpack_require__(33388); module.exports = function (object, index, value) { if (index in object) $defineProperty.f(object, index, createDesc(0, value)); else object[index] = value; }; /***/ }), /***/ 21550: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // optional / simple context binding var aFunction = __webpack_require__(50666); module.exports = function (fn, that, length) { aFunction(fn); if (that === undefined) return fn; switch (length) { case 1: return function (a) { return fn.call(that, a); }; case 2: return function (a, b) { return fn.call(that, a, b); }; case 3: return function (a, b, c) { return fn.call(that, a, b, c); }; } return function (/* ...args */) { return fn.apply(that, arguments); }; }; /***/ }), /***/ 59496: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; // 20.3.4.36 / 15.9.5.43 Date.prototype.toISOString() var fails = __webpack_require__(10496); var getTime = Date.prototype.getTime; var $toISOString = Date.prototype.toISOString; var lz = function (num) { return num > 9 ? num : '0' + num; }; // PhantomJS / old WebKit has a broken implementations module.exports = (fails(function () { return $toISOString.call(new Date(-5e13 - 1)) != '0385-07-25T07:06:39.999Z'; }) || !fails(function () { $toISOString.call(new Date(NaN)); })) ? function toISOString() { if (!isFinite(getTime.call(this))) throw RangeError('Invalid time value'); var d = this; var y = d.getUTCFullYear(); var m = d.getUTCMilliseconds(); var s = y < 0 ? '-' : y > 9999 ? '+' : ''; return s + ('00000' + Math.abs(y)).slice(s ? -6 : -4) + '-' + lz(d.getUTCMonth() + 1) + '-' + lz(d.getUTCDate()) + 'T' + lz(d.getUTCHours()) + ':' + lz(d.getUTCMinutes()) + ':' + lz(d.getUTCSeconds()) + '.' + (m > 99 ? m : '0' + lz(m)) + 'Z'; } : $toISOString; /***/ }), /***/ 72967: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var anObject = __webpack_require__(85075); var toPrimitive = __webpack_require__(23825); var NUMBER = 'number'; module.exports = function (hint) { if (hint !== 'string' && hint !== NUMBER && hint !== 'default') throw TypeError('Incorrect hint'); return toPrimitive(anObject(this), hint != NUMBER); }; /***/ }), /***/ 91083: /***/ (function(module) { // 7.2.1 RequireObjectCoercible(argument) module.exports = function (it) { if (it == undefined) throw TypeError("Can't call method on " + it); return it; }; /***/ }), /***/ 83144: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // Thank's IE8 for his funny defineProperty module.exports = !__webpack_require__(10496)(function () { return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7; }); /***/ }), /***/ 47339: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isObject = __webpack_require__(49708); var document = __webpack_require__(24405).document; // typeof document.createElement is 'object' in old IE var is = isObject(document) && isObject(document.createElement); module.exports = function (it) { return is ? document.createElement(it) : {}; }; /***/ }), /***/ 95985: /***/ (function(module) { // IE 8- don't enum bug keys module.exports = ( 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf' ).split(','); /***/ }), /***/ 86522: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // all enumerable object keys, includes symbols var getKeys = __webpack_require__(31126); var gOPS = __webpack_require__(68910); var pIE = __webpack_require__(2806); module.exports = function (it) { var result = getKeys(it); var getSymbols = gOPS.f; if (getSymbols) { var symbols = getSymbols(it); var isEnum = pIE.f; var i = 0; var key; while (symbols.length > i) if (isEnum.call(it, key = symbols[i++])) result.push(key); } return result; }; /***/ }), /***/ 61693: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var global = __webpack_require__(24405); var core = __webpack_require__(48080); var hide = __webpack_require__(74461); var redefine = __webpack_require__(69593); var ctx = __webpack_require__(21550); var PROTOTYPE = 'prototype'; var $export = function (type, name, source) { var IS_FORCED = type & $export.F; var IS_GLOBAL = type & $export.G; var IS_STATIC = type & $export.S; var IS_PROTO = type & $export.P; var IS_BIND = type & $export.B; var target = IS_GLOBAL ? global : IS_STATIC ? global[name] || (global[name] = {}) : (global[name] || {})[PROTOTYPE]; var exports = IS_GLOBAL ? core : core[name] || (core[name] = {}); var expProto = exports[PROTOTYPE] || (exports[PROTOTYPE] = {}); var key, own, out, exp; if (IS_GLOBAL) source = name; for (key in source) { // contains in native own = !IS_FORCED && target && target[key] !== undefined; // export native or passed out = (own ? target : source)[key]; // bind timers to global for call from export context exp = IS_BIND && own ? ctx(out, global) : IS_PROTO && typeof out == 'function' ? ctx(Function.call, out) : out; // extend global if (target) redefine(target, key, out, type & $export.U); // export if (exports[key] != out) hide(exports, key, exp); if (IS_PROTO && expProto[key] != out) expProto[key] = out; } }; global.core = core; // type bitmap $export.F = 1; // forced $export.G = 2; // global $export.S = 4; // static $export.P = 8; // proto $export.B = 16; // bind $export.W = 32; // wrap $export.U = 64; // safe $export.R = 128; // real proto method for `library` module.exports = $export; /***/ }), /***/ 90528: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var MATCH = __webpack_require__(64410)('match'); module.exports = function (KEY) { var re = /./; try { '/./'[KEY](re); } catch (e) { try { re[MATCH] = false; return !'/./'[KEY](re); } catch (f) { /* empty */ } } return true; }; /***/ }), /***/ 10496: /***/ (function(module) { module.exports = function (exec) { try { return !!exec(); } catch (e) { return true; } }; /***/ }), /***/ 87925: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; __webpack_require__(47515); var redefine = __webpack_require__(69593); var hide = __webpack_require__(74461); var fails = __webpack_require__(10496); var defined = __webpack_require__(91083); var wks = __webpack_require__(64410); var regexpExec = __webpack_require__(72562); var SPECIES = wks('species'); var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () { // #replace needs built-in support for named groups. // #match works fine because it just return the exec results, even if it has // a "grops" property. var re = /./; re.exec = function () { var result = []; result.groups = { a: '7' }; return result; }; return ''.replace(re, '$<a>') !== '7'; }); var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = (function () { // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec var re = /(?:)/; var originalExec = re.exec; re.exec = function () { return originalExec.apply(this, arguments); }; var result = 'ab'.split(re); return result.length === 2 && result[0] === 'a' && result[1] === 'b'; })(); module.exports = function (KEY, length, exec) { var SYMBOL = wks(KEY); var DELEGATES_TO_SYMBOL = !fails(function () { // String methods call symbol-named RegEp methods var O = {}; O[SYMBOL] = function () { return 7; }; return ''[KEY](O) != 7; }); var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL ? !fails(function () { // Symbol-named RegExp methods call .exec var execCalled = false; var re = /a/; re.exec = function () { execCalled = true; return null; }; if (KEY === 'split') { // RegExp[@@split] doesn't call the regex's exec method, but first creates // a new one. We need to return the patched regex when creating the new one. re.constructor = {}; re.constructor[SPECIES] = function () { return re; }; } re[SYMBOL](''); return !execCalled; }) : undefined; if ( !DELEGATES_TO_SYMBOL || !DELEGATES_TO_EXEC || (KEY === 'replace' && !REPLACE_SUPPORTS_NAMED_GROUPS) || (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC) ) { var nativeRegExpMethod = /./[SYMBOL]; var fns = exec( defined, SYMBOL, ''[KEY], function maybeCallNative(nativeMethod, regexp, str, arg2, forceStringMethod) { if (regexp.exec === regexpExec) { if (DELEGATES_TO_SYMBOL && !forceStringMethod) { // The native String method already delegates to @@method (this // polyfilled function), leasing to infinite recursion. // We avoid it by directly calling the native @@method method. return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) }; } return { done: true, value: nativeMethod.call(str, regexp, arg2) }; } return { done: false }; } ); var strfn = fns[0]; var rxfn = fns[1]; redefine(String.prototype, KEY, strfn); hide(RegExp.prototype, SYMBOL, length == 2 // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue) // 21.2.5.11 RegExp.prototype[@@split](string, limit) ? function (string, arg) { return rxfn.call(string, this, arg); } // 21.2.5.6 RegExp.prototype[@@match](string) // 21.2.5.9 RegExp.prototype[@@search](string) : function (string) { return rxfn.call(string, this); } ); } }; /***/ }), /***/ 95660: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; // 21.2.5.3 get RegExp.prototype.flags var anObject = __webpack_require__(85075); module.exports = function () { var that = anObject(this); var result = ''; if (that.global) result += 'g'; if (that.ignoreCase) result += 'i'; if (that.multiline) result += 'm'; if (that.unicode) result += 'u'; if (that.sticky) result += 'y'; return result; }; /***/ }), /***/ 84225: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; // https://tc39.github.io/proposal-flatMap/#sec-FlattenIntoArray var isArray = __webpack_require__(63623); var isObject = __webpack_require__(49708); var toLength = __webpack_require__(15263); var ctx = __webpack_require__(21550); var IS_CONCAT_SPREADABLE = __webpack_require__(64410)('isConcatSpreadable'); function flattenIntoArray(target, original, source, sourceLen, start, depth, mapper, thisArg) { var targetIndex = start; var sourceIndex = 0; var mapFn = mapper ? ctx(mapper, thisArg, 3) : false; var element, spreadable; while (sourceIndex < sourceLen) { if (sourceIndex in source) { element = mapFn ? mapFn(source[sourceIndex], sourceIndex, original) : source[sourceIndex]; spreadable = false; if (isObject(element)) { spreadable = element[IS_CONCAT_SPREADABLE]; spreadable = spreadable !== undefined ? !!spreadable : isArray(element); } if (spreadable && depth > 0) { targetIndex = flattenIntoArray(target, original, element, toLength(element.length), targetIndex, depth - 1) - 1; } else { if (targetIndex >= 0x1fffffffffffff) throw TypeError(); target[targetIndex] = element; } targetIndex++; } sourceIndex++; } return targetIndex; } module.exports = flattenIntoArray; /***/ }), /***/ 74036: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var ctx = __webpack_require__(21550); var call = __webpack_require__(98226); var isArrayIter = __webpack_require__(92193); var anObject = __webpack_require__(85075); var toLength = __webpack_require__(15263); var getIterFn = __webpack_require__(77521); var BREAK = {}; var RETURN = {}; var exports = module.exports = function (iterable, entries, fn, that, ITERATOR) { var iterFn = ITERATOR ? function () { return iterable; } : getIterFn(iterable); var f = ctx(fn, that, entries ? 2 : 1); var index = 0; var length, step, iterator, result; if (typeof iterFn != 'function') throw TypeError(iterable + ' is not iterable!'); // fast case for arrays with default iterator if (isArrayIter(iterFn)) for (length = toLength(iterable.length); length > index; index++) { result = entries ? f(anObject(step = iterable[index])[0], step[1]) : f(iterable[index]); if (result === BREAK || result === RETURN) return result; } else for (iterator = iterFn.call(iterable); !(step = iterator.next()).done;) { result = call(iterator, f, step.value, entries); if (result === BREAK || result === RETURN) return result; } }; exports.BREAK = BREAK; exports.RETURN = RETURN; /***/ }), /***/ 19769: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { module.exports = __webpack_require__(47104)('native-function-to-string', Function.toString); /***/ }), /***/ 24405: /***/ (function(module) { // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 var global = module.exports = typeof window != 'undefined' && window.Math == Math ? window : typeof self != 'undefined' && self.Math == Math ? self // eslint-disable-next-line no-new-func : Function('return this')(); if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef /***/ }), /***/ 83050: /***/ (function(module) { var hasOwnProperty = {}.hasOwnProperty; module.exports = function (it, key) { return hasOwnProperty.call(it, key); }; /***/ }), /***/ 74461: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var dP = __webpack_require__(24213); var createDesc = __webpack_require__(33388); module.exports = __webpack_require__(83144) ? function (object, key, value) { return dP.f(object, key, createDesc(1, value)); } : function (object, key, value) { object[key] = value; return object; }; /***/ }), /***/ 17727: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var document = __webpack_require__(24405).document; module.exports = document && document.documentElement; /***/ }), /***/ 70610: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { module.exports = !__webpack_require__(83144) && !__webpack_require__(10496)(function () { return Object.defineProperty(__webpack_require__(47339)('div'), 'a', { get: function () { return 7; } }).a != 7; }); /***/ }), /***/ 77856: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isObject = __webpack_require__(49708); var setPrototypeOf = __webpack_require__(41794).set; module.exports = function (that, target, C) { var S = target.constructor; var P; if (S !== C && typeof S == 'function' && (P = S.prototype) !== C.prototype && isObject(P) && setPrototypeOf) { setPrototypeOf(that, P); } return that; }; /***/ }), /***/ 31671: /***/ (function(module) { // fast apply, http://jsperf.lnkit.com/fast-apply/5 module.exports = function (fn, args, that) { var un = that === undefined; switch (args.length) { case 0: return un ? fn() : fn.call(that); case 1: return un ? fn(args[0]) : fn.call(that, args[0]); case 2: return un ? fn(args[0], args[1]) : fn.call(that, args[0], args[1]); case 3: return un ? fn(args[0], args[1], args[2]) : fn.call(that, args[0], args[1], args[2]); case 4: return un ? fn(args[0], args[1], args[2], args[3]) : fn.call(that, args[0], args[1], args[2], args[3]); } return fn.apply(that, args); }; /***/ }), /***/ 75945: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // fallback for non-array-like ES3 and non-enumerable old V8 strings var cof = __webpack_require__(42380); // eslint-disable-next-line no-prototype-builtins module.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) { return cof(it) == 'String' ? it.split('') : Object(it); }; /***/ }), /***/ 92193: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // check on default Array iterator var Iterators = __webpack_require__(47985); var ITERATOR = __webpack_require__(64410)('iterator'); var ArrayProto = Array.prototype; module.exports = function (it) { return it !== undefined && (Iterators.Array === it || ArrayProto[ITERATOR] === it); }; /***/ }), /***/ 63623: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // 7.2.2 IsArray(argument) var cof = __webpack_require__(42380); module.exports = Array.isArray || function isArray(arg) { return cof(arg) == 'Array'; }; /***/ }), /***/ 48645: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // 20.1.2.3 Number.isInteger(number) var isObject = __webpack_require__(49708); var floor = Math.floor; module.exports = function isInteger(it) { return !isObject(it) && isFinite(it) && floor(it) === it; }; /***/ }), /***/ 49708: /***/ (function(module) { module.exports = function (it) { return typeof it === 'object' ? it !== null : typeof it === 'function'; }; /***/ }), /***/ 70939: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // 7.2.8 IsRegExp(argument) var isObject = __webpack_require__(49708); var cof = __webpack_require__(42380); var MATCH = __webpack_require__(64410)('match'); module.exports = function (it) { var isRegExp; return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp'); }; /***/ }), /***/ 98226: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // call something on iterator step with safe closing on error var anObject = __webpack_require__(85075); module.exports = function (iterator, fn, value, entries) { try { return entries ? fn(anObject(value)[0], value[1]) : fn(value); // 7.4.6 IteratorClose(iterator, completion) } catch (e) { var ret = iterator['return']; if (ret !== undefined) anObject(ret.call(iterator)); throw e; } }; /***/ }), /***/ 39614: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var create = __webpack_require__(6088); var descriptor = __webpack_require__(33388); var setToStringTag = __webpack_require__(25572); var IteratorPrototype = {}; // 25.1.2.1.1 %IteratorPrototype%[@@iterator]() __webpack_require__(74461)(IteratorPrototype, __webpack_require__(64410)('iterator'), function () { return this; }); module.exports = function (Constructor, NAME, next) { Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) }); setToStringTag(Constructor, NAME + ' Iterator'); }; /***/ }), /***/ 15706: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var LIBRARY = __webpack_require__(14925); var $export = __webpack_require__(61693); var redefine = __webpack_require__(69593); var hide = __webpack_require__(74461); var Iterators = __webpack_require__(47985); var $iterCreate = __webpack_require__(39614); var setToStringTag = __webpack_require__(25572); var getPrototypeOf = __webpack_require__(88539); var ITERATOR = __webpack_require__(64410)('iterator'); var BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next` var FF_ITERATOR = '@@iterator'; var KEYS = 'keys'; var VALUES = 'values'; var returnThis = function () { return this; }; module.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) { $iterCreate(Constructor, NAME, next); var getMethod = function (kind) { if (!BUGGY && kind in proto) return proto[kind]; switch (kind) { case KEYS: return function keys() { return new Constructor(this, kind); }; case VALUES: return function values() { return new Constructor(this, kind); }; } return function entries() { return new Constructor(this, kind); }; }; var TAG = NAME + ' Iterator'; var DEF_VALUES = DEFAULT == VALUES; var VALUES_BUG = false; var proto = Base.prototype; var $native = proto[ITERATOR] || proto[FF_ITERATOR] || DEFAULT && proto[DEFAULT]; var $default = $native || getMethod(DEFAULT); var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined; var $anyNative = NAME == 'Array' ? proto.entries || $native : $native; var methods, key, IteratorPrototype; // Fix native if ($anyNative) { IteratorPrototype = getPrototypeOf($anyNative.call(new Base())); if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) { // Set @@toStringTag to native iterators setToStringTag(IteratorPrototype, TAG, true); // fix for some old engines if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR, returnThis); } } // fix Array#{values, @@iterator}.name in V8 / FF if (DEF_VALUES && $native && $native.name !== VALUES) { VALUES_BUG = true; $default = function values() { return $native.call(this); }; } // Define iterator if ((!LIBRARY || FORCED) && (BUGGY || VALUES_BUG || !proto[ITERATOR])) { hide(proto, ITERATOR, $default); } // Plug for library Iterators[NAME] = $default; Iterators[TAG] = returnThis; if (DEFAULT) { methods = { values: DEF_VALUES ? $default : getMethod(VALUES), keys: IS_SET ? $default : getMethod(KEYS), entries: $entries }; if (FORCED) for (key in methods) { if (!(key in proto)) redefine(proto, key, methods[key]); } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods); } return methods; }; /***/ }), /***/ 3229: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var ITERATOR = __webpack_require__(64410)('iterator'); var SAFE_CLOSING = false; try { var riter = [7][ITERATOR](); riter['return'] = function () { SAFE_CLOSING = true; }; // eslint-disable-next-line no-throw-literal Array.from(riter, function () { throw 2; }); } catch (e) { /* empty */ } module.exports = function (exec, skipClosing) { if (!skipClosing && !SAFE_CLOSING) return false; var safe = false; try { var arr = [7]; var iter = arr[ITERATOR](); iter.next = function () { return { done: safe = true }; }; arr[ITERATOR] = function () { return iter; }; exec(arr); } catch (e) { /* empty */ } return safe; }; /***/ }), /***/ 34257: /***/ (function(module) { module.exports = function (done, value) { return { value: value, done: !!done }; }; /***/ }), /***/ 47985: /***/ (function(module) { module.exports = {}; /***/ }), /***/ 14925: /***/ (function(module) { module.exports = false; /***/ }), /***/ 98651: /***/ (function(module) { // 20.2.2.14 Math.expm1(x) var $expm1 = Math.expm1; module.exports = (!$expm1 // Old FF bug || $expm1(10) > 22025.465794806719 || $expm1(10) < 22025.4657948067165168 // Tor Browser bug || $expm1(-2e-17) != -2e-17 ) ? function expm1(x) { return (x = +x) == 0 ? x : x > -1e-6 && x < 1e-6 ? x + x * x / 2 : Math.exp(x) - 1; } : $expm1; /***/ }), /***/ 88961: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // 20.2.2.16 Math.fround(x) var sign = __webpack_require__(19439); var pow = Math.pow; var EPSILON = pow(2, -52); var EPSILON32 = pow(2, -23); var MAX32 = pow(2, 127) * (2 - EPSILON32); var MIN32 = pow(2, -126); var roundTiesToEven = function (n) { return n + 1 / EPSILON - 1 / EPSILON; }; module.exports = Math.fround || function fround(x) { var $abs = Math.abs(x); var $sign = sign(x); var a, result; if ($abs < MIN32) return $sign * roundTiesToEven($abs / MIN32 / EPSILON32) * MIN32 * EPSILON32; a = (1 + EPSILON32 / EPSILON) * $abs; result = a - (a - $abs); // eslint-disable-next-line no-self-compare if (result > MAX32 || result != result) return $sign * Infinity; return $sign * result; }; /***/ }), /***/ 18738: /***/ (function(module) { // 20.2.2.20 Math.log1p(x) module.exports = Math.log1p || function log1p(x) { return (x = +x) > -1e-8 && x < 1e-8 ? x - x * x / 2 : Math.log(1 + x); }; /***/ }), /***/ 64917: /***/ (function(module) { // https://rwaldron.github.io/proposal-math-extensions/ module.exports = Math.scale || function scale(x, inLow, inHigh, outLow, outHigh) { if ( arguments.length === 0 // eslint-disable-next-line no-self-compare || x != x // eslint-disable-next-line no-self-compare || inLow != inLow // eslint-disable-next-line no-self-compare || inHigh != inHigh // eslint-disable-next-line no-self-compare || outLow != outLow // eslint-disable-next-line no-self-compare || outHigh != outHigh ) return NaN; if (x === Infinity || x === -Infinity) return x; return (x - inLow) * (outHigh - outLow) / (inHigh - inLow) + outLow; }; /***/ }), /***/ 19439: /***/ (function(module) { // 20.2.2.28 Math.sign(x) module.exports = Math.sign || function sign(x) { // eslint-disable-next-line no-self-compare return (x = +x) == 0 || x != x ? x : x < 0 ? -1 : 1; }; /***/ }), /***/ 18648: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var META = __webpack_require__(7767)('meta'); var isObject = __webpack_require__(49708); var has = __webpack_require__(83050); var setDesc = __webpack_require__(24213).f; var id = 0; var isExtensible = Object.isExtensible || function () { return true; }; var FREEZE = !__webpack_require__(10496)(function () { return isExtensible(Object.preventExtensions({})); }); var setMeta = function (it) { setDesc(it, META, { value: { i: 'O' + ++id, // object ID w: {} // weak collections IDs } }); }; var fastKey = function (it, create) { // return primitive with prefix if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it; if (!has(it, META)) { // can't set metadata to uncaught frozen object if (!isExtensible(it)) return 'F'; // not necessary to add metadata if (!create) return 'E'; // add missing metadata setMeta(it); // return object ID } return it[META].i; }; var getWeak = function (it, create) { if (!has(it, META)) { // can't set metadata to uncaught frozen object if (!isExtensible(it)) return true; // not necessary to add metadata if (!create) return false; // add missing metadata setMeta(it); // return hash weak collections IDs } return it[META].w; }; // add metadata on freeze-family methods calling var onFreeze = function (it) { if (FREEZE && meta.NEED && isExtensible(it) && !has(it, META)) setMeta(it); return it; }; var meta = module.exports = { KEY: META, NEED: false, fastKey: fastKey, getWeak: getWeak, onFreeze: onFreeze }; /***/ }), /***/ 70380: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var Map = __webpack_require__(29164); var $export = __webpack_require__(61693); var shared = __webpack_require__(47104)('metadata'); var store = shared.store || (shared.store = new (__webpack_require__(86189))()); var getOrCreateMetadataMap = function (target, targetKey, create) { var targetMetadata = store.get(target); if (!targetMetadata) { if (!create) return undefined; store.set(target, targetMetadata = new Map()); } var keyMetadata = targetMetadata.get(targetKey); if (!keyMetadata) { if (!create) return undefined; targetMetadata.set(targetKey, keyMetadata = new Map()); } return keyMetadata; }; var ordinaryHasOwnMetadata = function (MetadataKey, O, P) { var metadataMap = getOrCreateMetadataMap(O, P, false); return metadataMap === undefined ? false : metadataMap.has(MetadataKey); }; var ordinaryGetOwnMetadata = function (MetadataKey, O, P) { var metadataMap = getOrCreateMetadataMap(O, P, false); return metadataMap === undefined ? undefined : metadataMap.get(MetadataKey); }; var ordinaryDefineOwnMetadata = function (MetadataKey, MetadataValue, O, P) { getOrCreateMetadataMap(O, P, true).set(MetadataKey, MetadataValue); }; var ordinaryOwnMetadataKeys = function (target, targetKey) { var metadataMap = getOrCreateMetadataMap(target, targetKey, false); var keys = []; if (metadataMap) metadataMap.forEach(function (_, key) { keys.push(key); }); return keys; }; var toMetaKey = function (it) { return it === undefined || typeof it == 'symbol' ? it : String(it); }; var exp = function (O) { $export($export.S, 'Reflect', O); }; module.exports = { store: store, map: getOrCreateMetadataMap, has: ordinaryHasOwnMetadata, get: ordinaryGetOwnMetadata, set: ordinaryDefineOwnMetadata, keys: ordinaryOwnMetadataKeys, key: toMetaKey, exp: exp }; /***/ }), /***/ 32583: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var global = __webpack_require__(24405); var macrotask = __webpack_require__(21597).set; var Observer = global.MutationObserver || global.WebKitMutationObserver; var process = global.process; var Promise = global.Promise; var isNode = __webpack_require__(42380)(process) == 'process'; module.exports = function () { var head, last, notify; var flush = function () { var parent, fn; if (isNode && (parent = process.domain)) parent.exit(); while (head) { fn = head.fn; head = head.next; try { fn(); } catch (e) { if (head) notify(); else last = undefined; throw e; } } last = undefined; if (parent) parent.enter(); }; // Node.js if (isNode) { notify = function () { process.nextTick(flush); }; // browsers with MutationObserver, except iOS Safari - https://github.com/zloirock/core-js/issues/339 } else if (Observer && !(global.navigator && global.navigator.standalone)) { var toggle = true; var node = document.createTextNode(''); new Observer(flush).observe(node, { characterData: true }); // eslint-disable-line no-new notify = function () { node.data = toggle = !toggle; }; // environments with maybe non-completely correct, but existent Promise } else if (Promise && Promise.resolve) { // Promise.resolve without an argument throws an error in LG WebOS 2 var promise = Promise.resolve(undefined); notify = function () { promise.then(flush); }; // for other environments - macrotask based on: // - setImmediate // - MessageChannel // - window.postMessag // - onreadystatechange // - setTimeout } else { notify = function () { // strange IE + webpack dev server bug - use .call(global) macrotask.call(global, flush); }; } return function (fn) { var task = { fn: fn, next: undefined }; if (last) last.next = task; if (!head) { head = task; notify(); } last = task; }; }; /***/ }), /***/ 12219: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; // 25.4.1.5 NewPromiseCapability(C) var aFunction = __webpack_require__(50666); function PromiseCapability(C) { var resolve, reject; this.promise = new C(function ($$resolve, $$reject) { if (resolve !== undefined || reject !== undefined) throw TypeError('Bad Promise constructor'); resolve = $$resolve; reject = $$reject; }); this.resolve = aFunction(resolve); this.reject = aFunction(reject); } module.exports.f = function (C) { return new PromiseCapability(C); }; /***/ }), /***/ 92075: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; // 19.1.2.1 Object.assign(target, source, ...) var DESCRIPTORS = __webpack_require__(83144); var getKeys = __webpack_require__(31126); var gOPS = __webpack_require__(68910); var pIE = __webpack_require__(2806); var toObject = __webpack_require__(16040); var IObject = __webpack_require__(75945); var $assign = Object.assign; // should work with symbols and should have deterministic property order (V8 bug) module.exports = !$assign || __webpack_require__(10496)(function () { var A = {}; var B = {}; // eslint-disable-next-line no-undef var S = Symbol(); var K = 'abcdefghijklmnopqrst'; A[S] = 7; K.split('').forEach(function (k) { B[k] = k; }); return $assign({}, A)[S] != 7 || Object.keys($assign({}, B)).join('') != K; }) ? function assign(target, source) { // eslint-disable-line no-unused-vars var T = toObject(target); var aLen = arguments.length; var index = 1; var getSymbols = gOPS.f; var isEnum = pIE.f; while (aLen > index) { var S = IObject(arguments[index++]); var keys = getSymbols ? getKeys(S).concat(getSymbols(S)) : getKeys(S); var length = keys.length; var j = 0; var key; while (length > j) { key = keys[j++]; if (!DESCRIPTORS || isEnum.call(S, key)) T[key] = S[key]; } } return T; } : $assign; /***/ }), /***/ 6088: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties]) var anObject = __webpack_require__(85075); var dPs = __webpack_require__(62390); var enumBugKeys = __webpack_require__(95985); var IE_PROTO = __webpack_require__(81145)('IE_PROTO'); var Empty = function () { /* empty */ }; var PROTOTYPE = 'prototype'; // Create object with fake `null` prototype: use iframe Object with cleared prototype var createDict = function () { // Thrash, waste and sodomy: IE GC bug var iframe = __webpack_require__(47339)('iframe'); var i = enumBugKeys.length; var lt = '<'; var gt = '>'; var iframeDocument; iframe.style.display = 'none'; __webpack_require__(17727).appendChild(iframe); iframe.src = 'javascript:'; // eslint-disable-line no-script-url // createDict = iframe.contentWindow.Object; // html.removeChild(iframe); iframeDocument = iframe.contentWindow.document; iframeDocument.open(); iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt); iframeDocument.close(); createDict = iframeDocument.F; while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]]; return createDict(); }; module.exports = Object.create || function create(O, Properties) { var result; if (O !== null) { Empty[PROTOTYPE] = anObject(O); result = new Empty(); Empty[PROTOTYPE] = null; // add "__proto__" for Object.getPrototypeOf polyfill result[IE_PROTO] = O; } else result = createDict(); return Properties === undefined ? result : dPs(result, Properties); }; /***/ }), /***/ 24213: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { var anObject = __webpack_require__(85075); var IE8_DOM_DEFINE = __webpack_require__(70610); var toPrimitive = __webpack_require__(23825); var dP = Object.defineProperty; exports.f = __webpack_require__(83144) ? Object.defineProperty : function defineProperty(O, P, Attributes) { anObject(O); P = toPrimitive(P, true); anObject(Attributes); if (IE8_DOM_DEFINE) try { return dP(O, P, Attributes); } catch (e) { /* empty */ } if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!'); if ('value' in Attributes) O[P] = Attributes.value; return O; }; /***/ }), /***/ 62390: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var dP = __webpack_require__(24213); var anObject = __webpack_require__(85075); var getKeys = __webpack_require__(31126); module.exports = __webpack_require__(83144) ? Object.defineProperties : function defineProperties(O, Properties) { anObject(O); var keys = getKeys(Properties); var length = keys.length; var i = 0; var P; while (length > i) dP.f(O, P = keys[i++], Properties[P]); return O; }; /***/ }), /***/ 42296: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; // Forced replacement prototype accessors methods module.exports = __webpack_require__(14925) || !__webpack_require__(10496)(function () { var K = Math.random(); // In FF throws only define methods // eslint-disable-next-line no-undef, no-useless-call __defineSetter__.call(null, K, function () { /* empty */ }); delete __webpack_require__(24405)[K]; }); /***/ }), /***/ 99015: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { var pIE = __webpack_require__(2806); var createDesc = __webpack_require__(33388); var toIObject = __webpack_require__(76282); var toPrimitive = __webpack_require__(23825); var has = __webpack_require__(83050); var IE8_DOM_DEFINE = __webpack_require__(70610); var gOPD = Object.getOwnPropertyDescriptor; exports.f = __webpack_require__(83144) ? gOPD : function getOwnPropertyDescriptor(O, P) { O = toIObject(O); P = toPrimitive(P, true); if (IE8_DOM_DEFINE) try { return gOPD(O, P); } catch (e) { /* empty */ } if (has(O, P)) return createDesc(!pIE.f.call(O, P), O[P]); }; /***/ }), /***/ 73233: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window var toIObject = __webpack_require__(76282); var gOPN = __webpack_require__(77173).f; var toString = {}.toString; var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames ? Object.getOwnPropertyNames(window) : []; var getWindowNames = function (it) { try { return gOPN(it); } catch (e) { return windowNames.slice(); } }; module.exports.f = function getOwnPropertyNames(it) { return windowNames && toString.call(it) == '[object Window]' ? getWindowNames(it) : gOPN(toIObject(it)); }; /***/ }), /***/ 77173: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { // 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O) var $keys = __webpack_require__(23872); var hiddenKeys = __webpack_require__(95985).concat('length', 'prototype'); exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) { return $keys(O, hiddenKeys); }; /***/ }), /***/ 68910: /***/ (function(__unused_webpack_module, exports) { exports.f = Object.getOwnPropertySymbols; /***/ }), /***/ 88539: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O) var has = __webpack_require__(83050); var toObject = __webpack_require__(16040); var IE_PROTO = __webpack_require__(81145)('IE_PROTO'); var ObjectProto = Object.prototype; module.exports = Object.getPrototypeOf || function (O) { O = toObject(O); if (has(O, IE_PROTO)) return O[IE_PROTO]; if (typeof O.constructor == 'function' && O instanceof O.constructor) { return O.constructor.prototype; } return O instanceof Object ? ObjectProto : null; }; /***/ }), /***/ 23872: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var has = __webpack_require__(83050); var toIObject = __webpack_require__(76282); var arrayIndexOf = __webpack_require__(64513)(false); var IE_PROTO = __webpack_require__(81145)('IE_PROTO'); module.exports = function (object, names) { var O = toIObject(object); var i = 0; var result = []; var key; for (key in O) if (key != IE_PROTO) has(O, key) && result.push(key); // Don't enum bug & hidden keys while (names.length > i) if (has(O, key = names[i++])) { ~arrayIndexOf(result, key) || result.push(key); } return result; }; /***/ }), /***/ 31126: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // 19.1.2.14 / 15.2.3.14 Object.keys(O) var $keys = __webpack_require__(23872); var enumBugKeys = __webpack_require__(95985); module.exports = Object.keys || function keys(O) { return $keys(O, enumBugKeys); }; /***/ }), /***/ 2806: /***/ (function(__unused_webpack_module, exports) { exports.f = {}.propertyIsEnumerable; /***/ }), /***/ 79870: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // most Object methods by ES6 should accept primitives var $export = __webpack_require__(61693); var core = __webpack_require__(48080); var fails = __webpack_require__(10496); module.exports = function (KEY, exec) { var fn = (core.Object || {})[KEY] || Object[KEY]; var exp = {}; exp[KEY] = exec(fn); $export($export.S + $export.F * fails(function () { fn(1); }), 'Object', exp); }; /***/ }), /***/ 72133: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var DESCRIPTORS = __webpack_require__(83144); var getKeys = __webpack_require__(31126); var toIObject = __webpack_require__(76282); var isEnum = __webpack_require__(2806).f; module.exports = function (isEntries) { return function (it) { var O = toIObject(it); var keys = getKeys(O); var length = keys.length; var i = 0; var result = []; var key; while (length > i) { key = keys[i++]; if (!DESCRIPTORS || isEnum.call(O, key)) { result.push(isEntries ? [key, O[key]] : O[key]); } } return result; }; }; /***/ }), /***/ 2275: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // all object keys, includes non-enumerable and symbols var gOPN = __webpack_require__(77173); var gOPS = __webpack_require__(68910); var anObject = __webpack_require__(85075); var Reflect = __webpack_require__(24405).Reflect; module.exports = Reflect && Reflect.ownKeys || function ownKeys(it) { var keys = gOPN.f(anObject(it)); var getSymbols = gOPS.f; return getSymbols ? keys.concat(getSymbols(it)) : keys; }; /***/ }), /***/ 95995: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var $parseFloat = __webpack_require__(24405).parseFloat; var $trim = __webpack_require__(25480).trim; module.exports = 1 / $parseFloat(__webpack_require__(71176) + '-0') !== -Infinity ? function parseFloat(str) { var string = $trim(String(str), 3); var result = $parseFloat(string); return result === 0 && string.charAt(0) == '-' ? -0 : result; } : $parseFloat; /***/ }), /***/ 27252: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var $parseInt = __webpack_require__(24405).parseInt; var $trim = __webpack_require__(25480).trim; var ws = __webpack_require__(71176); var hex = /^[-+]?0[xX]/; module.exports = $parseInt(ws + '08') !== 8 || $parseInt(ws + '0x16') !== 22 ? function parseInt(str, radix) { var string = $trim(String(str), 3); return $parseInt(string, (radix >>> 0) || (hex.test(string) ? 16 : 10)); } : $parseInt; /***/ }), /***/ 24552: /***/ (function(module) { module.exports = function (exec) { try { return { e: false, v: exec() }; } catch (e) { return { e: true, v: e }; } }; /***/ }), /***/ 99894: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var anObject = __webpack_require__(85075); var isObject = __webpack_require__(49708); var newPromiseCapability = __webpack_require__(12219); module.exports = function (C, x) { anObject(C); if (isObject(x) && x.constructor === C) return x; var promiseCapability = newPromiseCapability.f(C); var resolve = promiseCapability.resolve; resolve(x); return promiseCapability.promise; }; /***/ }), /***/ 33388: /***/ (function(module) { module.exports = function (bitmap, value) { return { enumerable: !(bitmap & 1), configurable: !(bitmap & 2), writable: !(bitmap & 4), value: value }; }; /***/ }), /***/ 33227: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var redefine = __webpack_require__(69593); module.exports = function (target, src, safe) { for (var key in src) redefine(target, key, src[key], safe); return target; }; /***/ }), /***/ 69593: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var global = __webpack_require__(24405); var hide = __webpack_require__(74461); var has = __webpack_require__(83050); var SRC = __webpack_require__(7767)('src'); var $toString = __webpack_require__(19769); var TO_STRING = 'toString'; var TPL = ('' + $toString).split(TO_STRING); __webpack_require__(48080).inspectSource = function (it) { return $toString.call(it); }; (module.exports = function (O, key, val, safe) { var isFunction = typeof val == 'function'; if (isFunction) has(val, 'name') || hide(val, 'name', key); if (O[key] === val) return; if (isFunction) has(val, SRC) || hide(val, SRC, O[key] ? '' + O[key] : TPL.join(String(key))); if (O === global) { O[key] = val; } else if (!safe) { delete O[key]; hide(O, key, val); } else if (O[key]) { O[key] = val; } else { hide(O, key, val); } // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative })(Function.prototype, TO_STRING, function toString() { return typeof this == 'function' && this[SRC] || $toString.call(this); }); /***/ }), /***/ 26798: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var classof = __webpack_require__(96347); var builtinExec = RegExp.prototype.exec; // `RegExpExec` abstract operation // https://tc39.github.io/ecma262/#sec-regexpexec module.exports = function (R, S) { var exec = R.exec; if (typeof exec === 'function') { var result = exec.call(R, S); if (typeof result !== 'object') { throw new TypeError('RegExp exec method returned something other than an Object or null'); } return result; } if (classof(R) !== 'RegExp') { throw new TypeError('RegExp#exec called on incompatible receiver'); } return builtinExec.call(R, S); }; /***/ }), /***/ 72562: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var regexpFlags = __webpack_require__(95660); var nativeExec = RegExp.prototype.exec; // This always refers to the native implementation, because the // String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js, // which loads this file before patching the method. var nativeReplace = String.prototype.replace; var patchedExec = nativeExec; var LAST_INDEX = 'lastIndex'; var UPDATES_LAST_INDEX_WRONG = (function () { var re1 = /a/, re2 = /b*/g; nativeExec.call(re1, 'a'); nativeExec.call(re2, 'a'); return re1[LAST_INDEX] !== 0 || re2[LAST_INDEX] !== 0; })(); // nonparticipating capturing group, copied from es5-shim's String#split patch. var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined; var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED; if (PATCH) { patchedExec = function exec(str) { var re = this; var lastIndex, reCopy, match, i; if (NPCG_INCLUDED) { reCopy = new RegExp('^' + re.source + '$(?!\\s)', regexpFlags.call(re)); } if (UPDATES_LAST_INDEX_WRONG) lastIndex = re[LAST_INDEX]; match = nativeExec.call(re, str); if (UPDATES_LAST_INDEX_WRONG && match) { re[LAST_INDEX] = re.global ? match.index + match[0].length : lastIndex; } if (NPCG_INCLUDED && match && match.length > 1) { // Fix browsers whose `exec` methods don't consistently return `undefined` // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/ // eslint-disable-next-line no-loop-func nativeReplace.call(match[0], reCopy, function () { for (i = 1; i < arguments.length - 2; i++) { if (arguments[i] === undefined) match[i] = undefined; } }); } return match; }; } module.exports = patchedExec; /***/ }), /***/ 22950: /***/ (function(module) { module.exports = function (regExp, replace) { var replacer = replace === Object(replace) ? function (part) { return replace[part]; } : replace; return function (it) { return String(it).replace(regExp, replacer); }; }; /***/ }), /***/ 41366: /***/ (function(module) { // 7.2.9 SameValue(x, y) module.exports = Object.is || function is(x, y) { // eslint-disable-next-line no-self-compare return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y; }; /***/ }), /***/ 50578: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; // https://tc39.github.io/proposal-setmap-offrom/ var $export = __webpack_require__(61693); var aFunction = __webpack_require__(50666); var ctx = __webpack_require__(21550); var forOf = __webpack_require__(74036); module.exports = function (COLLECTION) { $export($export.S, COLLECTION, { from: function from(source /* , mapFn, thisArg */) { var mapFn = arguments[1]; var mapping, A, n, cb; aFunction(this); mapping = mapFn !== undefined; if (mapping) aFunction(mapFn); if (source == undefined) return new this(); A = []; if (mapping) { n = 0; cb = ctx(mapFn, arguments[2], 2); forOf(source, false, function (nextItem) { A.push(cb(nextItem, n++)); }); } else { forOf(source, false, A.push, A); } return new this(A); } }); }; /***/ }), /***/ 20147: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; // https://tc39.github.io/proposal-setmap-offrom/ var $export = __webpack_require__(61693); module.exports = function (COLLECTION) { $export($export.S, COLLECTION, { of: function of() { var length = arguments.length; var A = new Array(length); while (length--) A[length] = arguments[length]; return new this(A); } }); }; /***/ }), /***/ 41794: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // Works with __proto__ only. Old v8 can't work with null proto objects. /* eslint-disable no-proto */ var isObject = __webpack_require__(49708); var anObject = __webpack_require__(85075); var check = function (O, proto) { anObject(O); if (!isObject(proto) && proto !== null) throw TypeError(proto + ": can't set as prototype!"); }; module.exports = { set: Object.setPrototypeOf || ('__proto__' in {} ? // eslint-disable-line function (test, buggy, set) { try { set = __webpack_require__(21550)(Function.call, __webpack_require__(99015).f(Object.prototype, '__proto__').set, 2); set(test, []); buggy = !(test instanceof Array); } catch (e) { buggy = true; } return function setPrototypeOf(O, proto) { check(O, proto); if (buggy) O.__proto__ = proto; else set(O, proto); return O; }; }({}, false) : undefined), check: check }; /***/ }), /***/ 72373: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var global = __webpack_require__(24405); var dP = __webpack_require__(24213); var DESCRIPTORS = __webpack_require__(83144); var SPECIES = __webpack_require__(64410)('species'); module.exports = function (KEY) { var C = global[KEY]; if (DESCRIPTORS && C && !C[SPECIES]) dP.f(C, SPECIES, { configurable: true, get: function () { return this; } }); }; /***/ }), /***/ 25572: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var def = __webpack_require__(24213).f; var has = __webpack_require__(83050); var TAG = __webpack_require__(64410)('toStringTag'); module.exports = function (it, tag, stat) { if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag }); }; /***/ }), /***/ 81145: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var shared = __webpack_require__(47104)('keys'); var uid = __webpack_require__(7767); module.exports = function (key) { return shared[key] || (shared[key] = uid(key)); }; /***/ }), /***/ 47104: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var core = __webpack_require__(48080); var global = __webpack_require__(24405); var SHARED = '__core-js_shared__'; var store = global[SHARED] || (global[SHARED] = {}); (module.exports = function (key, value) { return store[key] || (store[key] = value !== undefined ? value : {}); })('versions', []).push({ version: core.version, mode: __webpack_require__(14925) ? 'pure' : 'global', copyright: '© 2020 Denis Pushkarev (zloirock.ru)' }); /***/ }), /***/ 33611: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // 7.3.20 SpeciesConstructor(O, defaultConstructor) var anObject = __webpack_require__(85075); var aFunction = __webpack_require__(50666); var SPECIES = __webpack_require__(64410)('species'); module.exports = function (O, D) { var C = anObject(O).constructor; var S; return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? D : aFunction(S); }; /***/ }), /***/ 69718: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var fails = __webpack_require__(10496); module.exports = function (method, arg) { return !!method && fails(function () { // eslint-disable-next-line no-useless-call arg ? method.call(null, function () { /* empty */ }, 1) : method.call(null); }); }; /***/ }), /***/ 25454: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var toInteger = __webpack_require__(94058); var defined = __webpack_require__(91083); // true -> String#at // false -> String#codePointAt module.exports = function (TO_STRING) { return function (that, pos) { var s = String(defined(that)); var i = toInteger(pos); var l = s.length; var a, b; if (i < 0 || i >= l) return TO_STRING ? '' : undefined; a = s.charCodeAt(i); return a < 0xd800 || a > 0xdbff || i + 1 === l || (b = s.charCodeAt(i + 1)) < 0xdc00 || b > 0xdfff ? TO_STRING ? s.charAt(i) : a : TO_STRING ? s.slice(i, i + 2) : (a - 0xd800 << 10) + (b - 0xdc00) + 0x10000; }; }; /***/ }), /***/ 31452: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // helper for String#{startsWith, endsWith, includes} var isRegExp = __webpack_require__(70939); var defined = __webpack_require__(91083); module.exports = function (that, searchString, NAME) { if (isRegExp(searchString)) throw TypeError('String#' + NAME + " doesn't accept regex!"); return String(defined(that)); }; /***/ }), /***/ 47742: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var $export = __webpack_require__(61693); var fails = __webpack_require__(10496); var defined = __webpack_require__(91083); var quot = /"/g; // B.2.3.2.1 CreateHTML(string, tag, attribute, value) var createHTML = function (string, tag, attribute, value) { var S = String(defined(string)); var p1 = '<' + tag; if (attribute !== '') p1 += ' ' + attribute + '="' + String(value).replace(quot, '&quot;') + '"'; return p1 + '>' + S + '</' + tag + '>'; }; module.exports = function (NAME, exec) { var O = {}; O[NAME] = exec(createHTML); $export($export.P + $export.F * fails(function () { var test = ''[NAME]('"'); return test !== test.toLowerCase() || test.split('"').length > 3; }), 'String', O); }; /***/ }), /***/ 26687: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // https://github.com/tc39/proposal-string-pad-start-end var toLength = __webpack_require__(15263); var repeat = __webpack_require__(23874); var defined = __webpack_require__(91083); module.exports = function (that, maxLength, fillString, left) { var S = String(defined(that)); var stringLength = S.length; var fillStr = fillString === undefined ? ' ' : String(fillString); var intMaxLength = toLength(maxLength); if (intMaxLength <= stringLength || fillStr == '') return S; var fillLen = intMaxLength - stringLength; var stringFiller = repeat.call(fillStr, Math.ceil(fillLen / fillStr.length)); if (stringFiller.length > fillLen) stringFiller = stringFiller.slice(0, fillLen); return left ? stringFiller + S : S + stringFiller; }; /***/ }), /***/ 23874: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var toInteger = __webpack_require__(94058); var defined = __webpack_require__(91083); module.exports = function repeat(count) { var str = String(defined(this)); var res = ''; var n = toInteger(count); if (n < 0 || n == Infinity) throw RangeError("Count can't be negative"); for (;n > 0; (n >>>= 1) && (str += str)) if (n & 1) res += str; return res; }; /***/ }), /***/ 25480: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var $export = __webpack_require__(61693); var defined = __webpack_require__(91083); var fails = __webpack_require__(10496); var spaces = __webpack_require__(71176); var space = '[' + spaces + ']'; var non = '\u200b\u0085'; var ltrim = RegExp('^' + space + space + '*'); var rtrim = RegExp(space + space + '*$'); var exporter = function (KEY, exec, ALIAS) { var exp = {}; var FORCE = fails(function () { return !!spaces[KEY]() || non[KEY]() != non; }); var fn = exp[KEY] = FORCE ? exec(trim) : spaces[KEY]; if (ALIAS) exp[ALIAS] = fn; $export($export.P + $export.F * FORCE, 'String', exp); }; // 1 -> String#trimLeft // 2 -> String#trimRight // 3 -> String#trim var trim = exporter.trim = function (string, TYPE) { string = String(defined(string)); if (TYPE & 1) string = string.replace(ltrim, ''); if (TYPE & 2) string = string.replace(rtrim, ''); return string; }; module.exports = exporter; /***/ }), /***/ 71176: /***/ (function(module) { module.exports = '\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003' + '\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF'; /***/ }), /***/ 21597: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var ctx = __webpack_require__(21550); var invoke = __webpack_require__(31671); var html = __webpack_require__(17727); var cel = __webpack_require__(47339); var global = __webpack_require__(24405); var process = global.process; var setTask = global.setImmediate; var clearTask = global.clearImmediate; var MessageChannel = global.MessageChannel; var Dispatch = global.Dispatch; var counter = 0; var queue = {}; var ONREADYSTATECHANGE = 'onreadystatechange'; var defer, channel, port; var run = function () { var id = +this; // eslint-disable-next-line no-prototype-builtins if (queue.hasOwnProperty(id)) { var fn = queue[id]; delete queue[id]; fn(); } }; var listener = function (event) { run.call(event.data); }; // Node.js 0.9+ & IE10+ has setImmediate, otherwise: if (!setTask || !clearTask) { setTask = function setImmediate(fn) { var args = []; var i = 1; while (arguments.length > i) args.push(arguments[i++]); queue[++counter] = function () { // eslint-disable-next-line no-new-func invoke(typeof fn == 'function' ? fn : Function(fn), args); }; defer(counter); return counter; }; clearTask = function clearImmediate(id) { delete queue[id]; }; // Node.js 0.8- if (__webpack_require__(42380)(process) == 'process') { defer = function (id) { process.nextTick(ctx(run, id, 1)); }; // Sphere (JS game engine) Dispatch API } else if (Dispatch && Dispatch.now) { defer = function (id) { Dispatch.now(ctx(run, id, 1)); }; // Browsers with MessageChannel, includes WebWorkers } else if (MessageChannel) { channel = new MessageChannel(); port = channel.port2; channel.port1.onmessage = listener; defer = ctx(port.postMessage, port, 1); // Browsers with postMessage, skip WebWorkers // IE8 has postMessage, but it's sync & typeof its postMessage is 'object' } else if (global.addEventListener && typeof postMessage == 'function' && !global.importScripts) { defer = function (id) { global.postMessage(id + '', '*'); }; global.addEventListener('message', listener, false); // IE8- } else if (ONREADYSTATECHANGE in cel('script')) { defer = function (id) { html.appendChild(cel('script'))[ONREADYSTATECHANGE] = function () { html.removeChild(this); run.call(id); }; }; // Rest old browsers } else { defer = function (id) { setTimeout(ctx(run, id, 1), 0); }; } } module.exports = { set: setTask, clear: clearTask }; /***/ }), /***/ 39519: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var toInteger = __webpack_require__(94058); var max = Math.max; var min = Math.min; module.exports = function (index, length) { index = toInteger(index); return index < 0 ? max(index + length, 0) : min(index, length); }; /***/ }), /***/ 84423: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // https://tc39.github.io/ecma262/#sec-toindex var toInteger = __webpack_require__(94058); var toLength = __webpack_require__(15263); module.exports = function (it) { if (it === undefined) return 0; var number = toInteger(it); var length = toLength(number); if (number !== length) throw RangeError('Wrong length!'); return length; }; /***/ }), /***/ 94058: /***/ (function(module) { // 7.1.4 ToInteger var ceil = Math.ceil; var floor = Math.floor; module.exports = function (it) { return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it); }; /***/ }), /***/ 76282: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // to indexed object, toObject with fallback for non-array-like ES3 strings var IObject = __webpack_require__(75945); var defined = __webpack_require__(91083); module.exports = function (it) { return IObject(defined(it)); }; /***/ }), /***/ 15263: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // 7.1.15 ToLength var toInteger = __webpack_require__(94058); var min = Math.min; module.exports = function (it) { return it > 0 ? min(toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53) - 1 == 9007199254740991 }; /***/ }), /***/ 16040: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // 7.1.13 ToObject(argument) var defined = __webpack_require__(91083); module.exports = function (it) { return Object(defined(it)); }; /***/ }), /***/ 23825: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // 7.1.1 ToPrimitive(input [, PreferredType]) var isObject = __webpack_require__(49708); // instead of the ES6 spec version, we didn't implement @@toPrimitive case // and the second argument - flag - preferred type is a string module.exports = function (it, S) { if (!isObject(it)) return it; var fn, val; if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val; if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val; if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val; throw TypeError("Can't convert object to primitive value"); }; /***/ }), /***/ 33412: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; if (__webpack_require__(83144)) { var LIBRARY = __webpack_require__(14925); var global = __webpack_require__(24405); var fails = __webpack_require__(10496); var $export = __webpack_require__(61693); var $typed = __webpack_require__(76331); var $buffer = __webpack_require__(7050); var ctx = __webpack_require__(21550); var anInstance = __webpack_require__(30269); var propertyDesc = __webpack_require__(33388); var hide = __webpack_require__(74461); var redefineAll = __webpack_require__(33227); var toInteger = __webpack_require__(94058); var toLength = __webpack_require__(15263); var toIndex = __webpack_require__(84423); var toAbsoluteIndex = __webpack_require__(39519); var toPrimitive = __webpack_require__(23825); var has = __webpack_require__(83050); var classof = __webpack_require__(96347); var isObject = __webpack_require__(49708); var toObject = __webpack_require__(16040); var isArrayIter = __webpack_require__(92193); var create = __webpack_require__(6088); var getPrototypeOf = __webpack_require__(88539); var gOPN = __webpack_require__(77173).f; var getIterFn = __webpack_require__(77521); var uid = __webpack_require__(7767); var wks = __webpack_require__(64410); var createArrayMethod = __webpack_require__(13635); var createArrayIncludes = __webpack_require__(64513); var speciesConstructor = __webpack_require__(33611); var ArrayIterators = __webpack_require__(66172); var Iterators = __webpack_require__(47985); var $iterDetect = __webpack_require__(3229); var setSpecies = __webpack_require__(72373); var arrayFill = __webpack_require__(35572); var arrayCopyWithin = __webpack_require__(43697); var $DP = __webpack_require__(24213); var $GOPD = __webpack_require__(99015); var dP = $DP.f; var gOPD = $GOPD.f; var RangeError = global.RangeError; var TypeError = global.TypeError; var Uint8Array = global.Uint8Array; var ARRAY_BUFFER = 'ArrayBuffer'; var SHARED_BUFFER = 'Shared' + ARRAY_BUFFER; var BYTES_PER_ELEMENT = 'BYTES_PER_ELEMENT'; var PROTOTYPE = 'prototype'; var ArrayProto = Array[PROTOTYPE]; var $ArrayBuffer = $buffer.ArrayBuffer; var $DataView = $buffer.DataView; var arrayForEach = createArrayMethod(0); var arrayFilter = createArrayMethod(2); var arraySome = createArrayMethod(3); var arrayEvery = createArrayMethod(4); var arrayFind = createArrayMethod(5); var arrayFindIndex = createArrayMethod(6); var arrayIncludes = createArrayIncludes(true); var arrayIndexOf = createArrayIncludes(false); var arrayValues = ArrayIterators.values; var arrayKeys = ArrayIterators.keys; var arrayEntries = ArrayIterators.entries; var arrayLastIndexOf = ArrayProto.lastIndexOf; var arrayReduce = ArrayProto.reduce; var arrayReduceRight = ArrayProto.reduceRight; var arrayJoin = ArrayProto.join; var arraySort = ArrayProto.sort; var arraySlice = ArrayProto.slice; var arrayToString = ArrayProto.toString; var arrayToLocaleString = ArrayProto.toLocaleString; var ITERATOR = wks('iterator'); var TAG = wks('toStringTag'); var TYPED_CONSTRUCTOR = uid('typed_constructor'); var DEF_CONSTRUCTOR = uid('def_constructor'); var ALL_CONSTRUCTORS = $typed.CONSTR; var TYPED_ARRAY = $typed.TYPED; var VIEW = $typed.VIEW; var WRONG_LENGTH = 'Wrong length!'; var $map = createArrayMethod(1, function (O, length) { return allocate(speciesConstructor(O, O[DEF_CONSTRUCTOR]), length); }); var LITTLE_ENDIAN = fails(function () { // eslint-disable-next-line no-undef return new Uint8Array(new Uint16Array([1]).buffer)[0] === 1; }); var FORCED_SET = !!Uint8Array && !!Uint8Array[PROTOTYPE].set && fails(function () { new Uint8Array(1).set({}); }); var toOffset = function (it, BYTES) { var offset = toInteger(it); if (offset < 0 || offset % BYTES) throw RangeError('Wrong offset!'); return offset; }; var validate = function (it) { if (isObject(it) && TYPED_ARRAY in it) return it; throw TypeError(it + ' is not a typed array!'); }; var allocate = function (C, length) { if (!(isObject(C) && TYPED_CONSTRUCTOR in C)) { throw TypeError('It is not a typed array constructor!'); } return new C(length); }; var speciesFromList = function (O, list) { return fromList(speciesConstructor(O, O[DEF_CONSTRUCTOR]), list); }; var fromList = function (C, list) { var index = 0; var length = list.length; var result = allocate(C, length); while (length > index) result[index] = list[index++]; return result; }; var addGetter = function (it, key, internal) { dP(it, key, { get: function () { return this._d[internal]; } }); }; var $from = function from(source /* , mapfn, thisArg */) { var O = toObject(source); var aLen = arguments.length; var mapfn = aLen > 1 ? arguments[1] : undefined; var mapping = mapfn !== undefined; var iterFn = getIterFn(O); var i, length, values, result, step, iterator; if (iterFn != undefined && !isArrayIter(iterFn)) { for (iterator = iterFn.call(O), values = [], i = 0; !(step = iterator.next()).done; i++) { values.push(step.value); } O = values; } if (mapping && aLen > 2) mapfn = ctx(mapfn, arguments[2], 2); for (i = 0, length = toLength(O.length), result = allocate(this, length); length > i; i++) { result[i] = mapping ? mapfn(O[i], i) : O[i]; } return result; }; var $of = function of(/* ...items */) { var index = 0; var length = arguments.length; var result = allocate(this, length); while (length > index) result[index] = arguments[index++]; return result; }; // iOS Safari 6.x fails here var TO_LOCALE_BUG = !!Uint8Array && fails(function () { arrayToLocaleString.call(new Uint8Array(1)); }); var $toLocaleString = function toLocaleString() { return arrayToLocaleString.apply(TO_LOCALE_BUG ? arraySlice.call(validate(this)) : validate(this), arguments); }; var proto = { copyWithin: function copyWithin(target, start /* , end */) { return arrayCopyWithin.call(validate(this), target, start, arguments.length > 2 ? arguments[2] : undefined); }, every: function every(callbackfn /* , thisArg */) { return arrayEvery(validate(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined); }, fill: function fill(value /* , start, end */) { // eslint-disable-line no-unused-vars return arrayFill.apply(validate(this), arguments); }, filter: function filter(callbackfn /* , thisArg */) { return speciesFromList(this, arrayFilter(validate(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined)); }, find: function find(predicate /* , thisArg */) { return arrayFind(validate(this), predicate, arguments.length > 1 ? arguments[1] : undefined); }, findIndex: function findIndex(predicate /* , thisArg */) { return arrayFindIndex(validate(this), predicate, arguments.length > 1 ? arguments[1] : undefined); }, forEach: function forEach(callbackfn /* , thisArg */) { arrayForEach(validate(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined); }, indexOf: function indexOf(searchElement /* , fromIndex */) { return arrayIndexOf(validate(this), searchElement, arguments.length > 1 ? arguments[1] : undefined); }, includes: function includes(searchElement /* , fromIndex */) { return arrayIncludes(validate(this), searchElement, arguments.length > 1 ? arguments[1] : undefined); }, join: function join(separator) { // eslint-disable-line no-unused-vars return arrayJoin.apply(validate(this), arguments); }, lastIndexOf: function lastIndexOf(searchElement /* , fromIndex */) { // eslint-disable-line no-unused-vars return arrayLastIndexOf.apply(validate(this), arguments); }, map: function map(mapfn /* , thisArg */) { return $map(validate(this), mapfn, arguments.length > 1 ? arguments[1] : undefined); }, reduce: function reduce(callbackfn /* , initialValue */) { // eslint-disable-line no-unused-vars return arrayReduce.apply(validate(this), arguments); }, reduceRight: function reduceRight(callbackfn /* , initialValue */) { // eslint-disable-line no-unused-vars return arrayReduceRight.apply(validate(this), arguments); }, reverse: function reverse() { var that = this; var length = validate(that).length; var middle = Math.floor(length / 2); var index = 0; var value; while (index < middle) { value = that[index]; that[index++] = that[--length]; that[length] = value; } return that; }, some: function some(callbackfn /* , thisArg */) { return arraySome(validate(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined); }, sort: function sort(comparefn) { return arraySort.call(validate(this), comparefn); }, subarray: function subarray(begin, end) { var O = validate(this); var length = O.length; var $begin = toAbsoluteIndex(begin, length); return new (speciesConstructor(O, O[DEF_CONSTRUCTOR]))( O.buffer, O.byteOffset + $begin * O.BYTES_PER_ELEMENT, toLength((end === undefined ? length : toAbsoluteIndex(end, length)) - $begin) ); } }; var $slice = function slice(start, end) { return speciesFromList(this, arraySlice.call(validate(this), start, end)); }; var $set = function set(arrayLike /* , offset */) { validate(this); var offset = toOffset(arguments[1], 1); var length = this.length; var src = toObject(arrayLike); var len = toLength(src.length); var index = 0; if (len + offset > length) throw RangeError(WRONG_LENGTH); while (index < len) this[offset + index] = src[index++]; }; var $iterators = { entries: function entries() { return arrayEntries.call(validate(this)); }, keys: function keys() { return arrayKeys.call(validate(this)); }, values: function values() { return arrayValues.call(validate(this)); } }; var isTAIndex = function (target, key) { return isObject(target) && target[TYPED_ARRAY] && typeof key != 'symbol' && key in target && String(+key) == String(key); }; var $getDesc = function getOwnPropertyDescriptor(target, key) { return isTAIndex(target, key = toPrimitive(key, true)) ? propertyDesc(2, target[key]) : gOPD(target, key); }; var $setDesc = function defineProperty(target, key, desc) { if (isTAIndex(target, key = toPrimitive(key, true)) && isObject(desc) && has(desc, 'value') && !has(desc, 'get') && !has(desc, 'set') // TODO: add validation descriptor w/o calling accessors && !desc.configurable && (!has(desc, 'writable') || desc.writable) && (!has(desc, 'enumerable') || desc.enumerable) ) { target[key] = desc.value; return target; } return dP(target, key, desc); }; if (!ALL_CONSTRUCTORS) { $GOPD.f = $getDesc; $DP.f = $setDesc; } $export($export.S + $export.F * !ALL_CONSTRUCTORS, 'Object', { getOwnPropertyDescriptor: $getDesc, defineProperty: $setDesc }); if (fails(function () { arrayToString.call({}); })) { arrayToString = arrayToLocaleString = function toString() { return arrayJoin.call(this); }; } var $TypedArrayPrototype$ = redefineAll({}, proto); redefineAll($TypedArrayPrototype$, $iterators); hide($TypedArrayPrototype$, ITERATOR, $iterators.values); redefineAll($TypedArrayPrototype$, { slice: $slice, set: $set, constructor: function () { /* noop */ }, toString: arrayToString, toLocaleString: $toLocaleString }); addGetter($TypedArrayPrototype$, 'buffer', 'b'); addGetter($TypedArrayPrototype$, 'byteOffset', 'o'); addGetter($TypedArrayPrototype$, 'byteLength', 'l'); addGetter($TypedArrayPrototype$, 'length', 'e'); dP($TypedArrayPrototype$, TAG, { get: function () { return this[TYPED_ARRAY]; } }); // eslint-disable-next-line max-statements module.exports = function (KEY, BYTES, wrapper, CLAMPED) { CLAMPED = !!CLAMPED; var NAME = KEY + (CLAMPED ? 'Clamped' : '') + 'Array'; var GETTER = 'get' + KEY; var SETTER = 'set' + KEY; var TypedArray = global[NAME]; var Base = TypedArray || {}; var TAC = TypedArray && getPrototypeOf(TypedArray); var FORCED = !TypedArray || !$typed.ABV; var O = {}; var TypedArrayPrototype = TypedArray && TypedArray[PROTOTYPE]; var getter = function (that, index) { var data = that._d; return data.v[GETTER](index * BYTES + data.o, LITTLE_ENDIAN); }; var setter = function (that, index, value) { var data = that._d; if (CLAMPED) value = (value = Math.round(value)) < 0 ? 0 : value > 0xff ? 0xff : value & 0xff; data.v[SETTER](index * BYTES + data.o, value, LITTLE_ENDIAN); }; var addElement = function (that, index) { dP(that, index, { get: function () { return getter(this, index); }, set: function (value) { return setter(this, index, value); }, enumerable: true }); }; if (FORCED) { TypedArray = wrapper(function (that, data, $offset, $length) { anInstance(that, TypedArray, NAME, '_d'); var index = 0; var offset = 0; var buffer, byteLength, length, klass; if (!isObject(data)) { length = toIndex(data); byteLength = length * BYTES; buffer = new $ArrayBuffer(byteLength); } else if (data instanceof $ArrayBuffer || (klass = classof(data)) == ARRAY_BUFFER || klass == SHARED_BUFFER) { buffer = data; offset = toOffset($offset, BYTES); var $len = data.byteLength; if ($length === undefined) { if ($len % BYTES) throw RangeError(WRONG_LENGTH); byteLength = $len - offset; if (byteLength < 0) throw RangeError(WRONG_LENGTH); } else { byteLength = toLength($length) * BYTES; if (byteLength + offset > $len) throw RangeError(WRONG_LENGTH); } length = byteLength / BYTES; } else if (TYPED_ARRAY in data) { return fromList(TypedArray, data); } else { return $from.call(TypedArray, data); } hide(that, '_d', { b: buffer, o: offset, l: byteLength, e: length, v: new $DataView(buffer) }); while (index < length) addElement(that, index++); }); TypedArrayPrototype = TypedArray[PROTOTYPE] = create($TypedArrayPrototype$); hide(TypedArrayPrototype, 'constructor', TypedArray); } else if (!fails(function () { TypedArray(1); }) || !fails(function () { new TypedArray(-1); // eslint-disable-line no-new }) || !$iterDetect(function (iter) { new TypedArray(); // eslint-disable-line no-new new TypedArray(null); // eslint-disable-line no-new new TypedArray(1.5); // eslint-disable-line no-new new TypedArray(iter); // eslint-disable-line no-new }, true)) { TypedArray = wrapper(function (that, data, $offset, $length) { anInstance(that, TypedArray, NAME); var klass; // `ws` module bug, temporarily remove validation length for Uint8Array // https://github.com/websockets/ws/pull/645 if (!isObject(data)) return new Base(toIndex(data)); if (data instanceof $ArrayBuffer || (klass = classof(data)) == ARRAY_BUFFER || klass == SHARED_BUFFER) { return $length !== undefined ? new Base(data, toOffset($offset, BYTES), $length) : $offset !== undefined ? new Base(data, toOffset($offset, BYTES)) : new Base(data); } if (TYPED_ARRAY in data) return fromList(TypedArray, data); return $from.call(TypedArray, data); }); arrayForEach(TAC !== Function.prototype ? gOPN(Base).concat(gOPN(TAC)) : gOPN(Base), function (key) { if (!(key in TypedArray)) hide(TypedArray, key, Base[key]); }); TypedArray[PROTOTYPE] = TypedArrayPrototype; if (!LIBRARY) TypedArrayPrototype.constructor = TypedArray; } var $nativeIterator = TypedArrayPrototype[ITERATOR]; var CORRECT_ITER_NAME = !!$nativeIterator && ($nativeIterator.name == 'values' || $nativeIterator.name == undefined); var $iterator = $iterators.values; hide(TypedArray, TYPED_CONSTRUCTOR, true); hide(TypedArrayPrototype, TYPED_ARRAY, NAME); hide(TypedArrayPrototype, VIEW, true); hide(TypedArrayPrototype, DEF_CONSTRUCTOR, TypedArray); if (CLAMPED ? new TypedArray(1)[TAG] != NAME : !(TAG in TypedArrayPrototype)) { dP(TypedArrayPrototype, TAG, { get: function () { return NAME; } }); } O[NAME] = TypedArray; $export($export.G + $export.W + $export.F * (TypedArray != Base), O); $export($export.S, NAME, { BYTES_PER_ELEMENT: BYTES }); $export($export.S + $export.F * fails(function () { Base.of.call(TypedArray, 1); }), NAME, { from: $from, of: $of }); if (!(BYTES_PER_ELEMENT in TypedArrayPrototype)) hide(TypedArrayPrototype, BYTES_PER_ELEMENT, BYTES); $export($export.P, NAME, proto); setSpecies(NAME); $export($export.P + $export.F * FORCED_SET, NAME, { set: $set }); $export($export.P + $export.F * !CORRECT_ITER_NAME, NAME, $iterators); if (!LIBRARY && TypedArrayPrototype.toString != arrayToString) TypedArrayPrototype.toString = arrayToString; $export($export.P + $export.F * fails(function () { new TypedArray(1).slice(); }), NAME, { slice: $slice }); $export($export.P + $export.F * (fails(function () { return [1, 2].toLocaleString() != new TypedArray([1, 2]).toLocaleString(); }) || !fails(function () { TypedArrayPrototype.toLocaleString.call([1, 2]); })), NAME, { toLocaleString: $toLocaleString }); Iterators[NAME] = CORRECT_ITER_NAME ? $nativeIterator : $iterator; if (!LIBRARY && !CORRECT_ITER_NAME) hide(TypedArrayPrototype, ITERATOR, $iterator); }; } else module.exports = function () { /* empty */ }; /***/ }), /***/ 7050: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; var global = __webpack_require__(24405); var DESCRIPTORS = __webpack_require__(83144); var LIBRARY = __webpack_require__(14925); var $typed = __webpack_require__(76331); var hide = __webpack_require__(74461); var redefineAll = __webpack_require__(33227); var fails = __webpack_require__(10496); var anInstance = __webpack_require__(30269); var toInteger = __webpack_require__(94058); var toLength = __webpack_require__(15263); var toIndex = __webpack_require__(84423); var gOPN = __webpack_require__(77173).f; var dP = __webpack_require__(24213).f; var arrayFill = __webpack_require__(35572); var setToStringTag = __webpack_require__(25572); var ARRAY_BUFFER = 'ArrayBuffer'; var DATA_VIEW = 'DataView'; var PROTOTYPE = 'prototype'; var WRONG_LENGTH = 'Wrong length!'; var WRONG_INDEX = 'Wrong index!'; var $ArrayBuffer = global[ARRAY_BUFFER]; var $DataView = global[DATA_VIEW]; var Math = global.Math; var RangeError = global.RangeError; // eslint-disable-next-line no-shadow-restricted-names var Infinity = global.Infinity; var BaseBuffer = $ArrayBuffer; var abs = Math.abs; var pow = Math.pow; var floor = Math.floor; var log = Math.log; var LN2 = Math.LN2; var BUFFER = 'buffer'; var BYTE_LENGTH = 'byteLength'; var BYTE_OFFSET = 'byteOffset'; var $BUFFER = DESCRIPTORS ? '_b' : BUFFER; var $LENGTH = DESCRIPTORS ? '_l' : BYTE_LENGTH; var $OFFSET = DESCRIPTORS ? '_o' : BYTE_OFFSET; // IEEE754 conversions based on https://github.com/feross/ieee754 function packIEEE754(value, mLen, nBytes) { var buffer = new Array(nBytes); var eLen = nBytes * 8 - mLen - 1; var eMax = (1 << eLen) - 1; var eBias = eMax >> 1; var rt = mLen === 23 ? pow(2, -24) - pow(2, -77) : 0; var i = 0; var s = value < 0 || value === 0 && 1 / value < 0 ? 1 : 0; var e, m, c; value = abs(value); // eslint-disable-next-line no-self-compare if (value != value || value === Infinity) { // eslint-disable-next-line no-self-compare m = value != value ? 1 : 0; e = eMax; } else { e = floor(log(value) / LN2); if (value * (c = pow(2, -e)) < 1) { e--; c *= 2; } if (e + eBias >= 1) { value += rt / c; } else { value += rt * pow(2, 1 - eBias); } if (value * c >= 2) { e++; c /= 2; } if (e + eBias >= eMax) { m = 0; e = eMax; } else if (e + eBias >= 1) { m = (value * c - 1) * pow(2, mLen); e = e + eBias; } else { m = value * pow(2, eBias - 1) * pow(2, mLen); e = 0; } } for (; mLen >= 8; buffer[i++] = m & 255, m /= 256, mLen -= 8); e = e << mLen | m; eLen += mLen; for (; eLen > 0; buffer[i++] = e & 255, e /= 256, eLen -= 8); buffer[--i] |= s * 128; return buffer; } function unpackIEEE754(buffer, mLen, nBytes) { var eLen = nBytes * 8 - mLen - 1; var eMax = (1 << eLen) - 1; var eBias = eMax >> 1; var nBits = eLen - 7; var i = nBytes - 1; var s = buffer[i--]; var e = s & 127; var m; s >>= 7; for (; nBits > 0; e = e * 256 + buffer[i], i--, nBits -= 8); m = e & (1 << -nBits) - 1; e >>= -nBits; nBits += mLen; for (; nBits > 0; m = m * 256 + buffer[i], i--, nBits -= 8); if (e === 0) { e = 1 - eBias; } else if (e === eMax) { return m ? NaN : s ? -Infinity : Infinity; } else { m = m + pow(2, mLen); e = e - eBias; } return (s ? -1 : 1) * m * pow(2, e - mLen); } function unpackI32(bytes) { return bytes[3] << 24 | bytes[2] << 16 | bytes[1] << 8 | bytes[0]; } function packI8(it) { return [it & 0xff]; } function packI16(it) { return [it & 0xff, it >> 8 & 0xff]; } function packI32(it) { return [it & 0xff, it >> 8 & 0xff, it >> 16 & 0xff, it >> 24 & 0xff]; } function packF64(it) { return packIEEE754(it, 52, 8); } function packF32(it) { return packIEEE754(it, 23, 4); } function addGetter(C, key, internal) { dP(C[PROTOTYPE], key, { get: function () { return this[internal]; } }); } function get(view, bytes, index, isLittleEndian) { var numIndex = +index; var intIndex = toIndex(numIndex); if (intIndex + bytes > view[$LENGTH]) throw RangeError(WRONG_INDEX); var store = view[$BUFFER]._b; var start = intIndex + view[$OFFSET]; var pack = store.slice(start, start + bytes); return isLittleEndian ? pack : pack.reverse(); } function set(view, bytes, index, conversion, value, isLittleEndian) { var numIndex = +index; var intIndex = toIndex(numIndex); if (intIndex + bytes > view[$LENGTH]) throw RangeError(WRONG_INDEX); var store = view[$BUFFER]._b; var start = intIndex + view[$OFFSET]; var pack = conversion(+value); for (var i = 0; i < bytes; i++) store[start + i] = pack[isLittleEndian ? i : bytes - i - 1]; } if (!$typed.ABV) { $ArrayBuffer = function ArrayBuffer(length) { anInstance(this, $ArrayBuffer, ARRAY_BUFFER); var byteLength = toIndex(length); this._b = arrayFill.call(new Array(byteLength), 0); this[$LENGTH] = byteLength; }; $DataView = function DataView(buffer, byteOffset, byteLength) { anInstance(this, $DataView, DATA_VIEW); anInstance(buffer, $ArrayBuffer, DATA_VIEW); var bufferLength = buffer[$LENGTH]; var offset = toInteger(byteOffset); if (offset < 0 || offset > bufferLength) throw RangeError('Wrong offset!'); byteLength = byteLength === undefined ? bufferLength - offset : toLength(byteLength); if (offset + byteLength > bufferLength) throw RangeError(WRONG_LENGTH); this[$BUFFER] = buffer; this[$OFFSET] = offset; this[$LENGTH] = byteLength; }; if (DESCRIPTORS) { addGetter($ArrayBuffer, BYTE_LENGTH, '_l'); addGetter($DataView, BUFFER, '_b'); addGetter($DataView, BYTE_LENGTH, '_l'); addGetter($DataView, BYTE_OFFSET, '_o'); } redefineAll($DataView[PROTOTYPE], { getInt8: function getInt8(byteOffset) { return get(this, 1, byteOffset)[0] << 24 >> 24; }, getUint8: function getUint8(byteOffset) { return get(this, 1, byteOffset)[0]; }, getInt16: function getInt16(byteOffset /* , littleEndian */) { var bytes = get(this, 2, byteOffset, arguments[1]); return (bytes[1] << 8 | bytes[0]) << 16 >> 16; }, getUint16: function getUint16(byteOffset /* , littleEndian */) { var bytes = get(this, 2, byteOffset, arguments[1]); return bytes[1] << 8 | bytes[0]; }, getInt32: function getInt32(byteOffset /* , littleEndian */) { return unpackI32(get(this, 4, byteOffset, arguments[1])); }, getUint32: function getUint32(byteOffset /* , littleEndian */) { return unpackI32(get(this, 4, byteOffset, arguments[1])) >>> 0; }, getFloat32: function getFloat32(byteOffset /* , littleEndian */) { return unpackIEEE754(get(this, 4, byteOffset, arguments[1]), 23, 4); }, getFloat64: function getFloat64(byteOffset /* , littleEndian */) { return unpackIEEE754(get(this, 8, byteOffset, arguments[1]), 52, 8); }, setInt8: function setInt8(byteOffset, value) { set(this, 1, byteOffset, packI8, value); }, setUint8: function setUint8(byteOffset, value) { set(this, 1, byteOffset, packI8, value); }, setInt16: function setInt16(byteOffset, value /* , littleEndian */) { set(this, 2, byteOffset, packI16, value, arguments[2]); }, setUint16: function setUint16(byteOffset, value /* , littleEndian */) { set(this, 2, byteOffset, packI16, value, arguments[2]); }, setInt32: function setInt32(byteOffset, value /* , littleEndian */) { set(this, 4, byteOffset, packI32, value, arguments[2]); }, setUint32: function setUint32(byteOffset, value /* , littleEndian */) { set(this, 4, byteOffset, packI32, value, arguments[2]); }, setFloat32: function setFloat32(byteOffset, value /* , littleEndian */) { set(this, 4, byteOffset, packF32, value, arguments[2]); }, setFloat64: function setFloat64(byteOffset, value /* , littleEndian */) { set(this, 8, byteOffset, packF64, value, arguments[2]); } }); } else { if (!fails(function () { $ArrayBuffer(1); }) || !fails(function () { new $ArrayBuffer(-1); // eslint-disable-line no-new }) || fails(function () { new $ArrayBuffer(); // eslint-disable-line no-new new $ArrayBuffer(1.5); // eslint-disable-line no-new new $ArrayBuffer(NaN); // eslint-disable-line no-new return $ArrayBuffer.name != ARRAY_BUFFER; })) { $ArrayBuffer = function ArrayBuffer(length) { anInstance(this, $ArrayBuffer); return new BaseBuffer(toIndex(length)); }; var ArrayBufferProto = $ArrayBuffer[PROTOTYPE] = BaseBuffer[PROTOTYPE]; for (var keys = gOPN(BaseBuffer), j = 0, key; keys.length > j;) { if (!((key = keys[j++]) in $ArrayBuffer)) hide($ArrayBuffer, key, BaseBuffer[key]); } if (!LIBRARY) ArrayBufferProto.constructor = $ArrayBuffer; } // iOS Safari 7.x bug var view = new $DataView(new $ArrayBuffer(2)); var $setInt8 = $DataView[PROTOTYPE].setInt8; view.setInt8(0, 2147483648); view.setInt8(1, 2147483649); if (view.getInt8(0) || !view.getInt8(1)) redefineAll($DataView[PROTOTYPE], { setInt8: function setInt8(byteOffset, value) { $setInt8.call(this, byteOffset, value << 24 >> 24); }, setUint8: function setUint8(byteOffset, value) { $setInt8.call(this, byteOffset, value << 24 >> 24); } }, true); } setToStringTag($ArrayBuffer, ARRAY_BUFFER); setToStringTag($DataView, DATA_VIEW); hide($DataView[PROTOTYPE], $typed.VIEW, true); exports[ARRAY_BUFFER] = $ArrayBuffer; exports[DATA_VIEW] = $DataView; /***/ }), /***/ 76331: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var global = __webpack_require__(24405); var hide = __webpack_require__(74461); var uid = __webpack_require__(7767); var TYPED = uid('typed_array'); var VIEW = uid('view'); var ABV = !!(global.ArrayBuffer && global.DataView); var CONSTR = ABV; var i = 0; var l = 9; var Typed; var TypedArrayConstructors = ( 'Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array' ).split(','); while (i < l) { if (Typed = global[TypedArrayConstructors[i++]]) { hide(Typed.prototype, TYPED, true); hide(Typed.prototype, VIEW, true); } else CONSTR = false; } module.exports = { ABV: ABV, CONSTR: CONSTR, TYPED: TYPED, VIEW: VIEW }; /***/ }), /***/ 7767: /***/ (function(module) { var id = 0; var px = Math.random(); module.exports = function (key) { return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36)); }; /***/ }), /***/ 97860: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var global = __webpack_require__(24405); var navigator = global.navigator; module.exports = navigator && navigator.userAgent || ''; /***/ }), /***/ 51554: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isObject = __webpack_require__(49708); module.exports = function (it, TYPE) { if (!isObject(it) || it._t !== TYPE) throw TypeError('Incompatible receiver, ' + TYPE + ' required!'); return it; }; /***/ }), /***/ 94519: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var global = __webpack_require__(24405); var core = __webpack_require__(48080); var LIBRARY = __webpack_require__(14925); var wksExt = __webpack_require__(63438); var defineProperty = __webpack_require__(24213).f; module.exports = function (name) { var $Symbol = core.Symbol || (core.Symbol = LIBRARY ? {} : global.Symbol || {}); if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty($Symbol, name, { value: wksExt.f(name) }); }; /***/ }), /***/ 63438: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { exports.f = __webpack_require__(64410); /***/ }), /***/ 64410: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var store = __webpack_require__(47104)('wks'); var uid = __webpack_require__(7767); var Symbol = __webpack_require__(24405).Symbol; var USE_SYMBOL = typeof Symbol == 'function'; var $exports = module.exports = function (name) { return store[name] || (store[name] = USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : uid)('Symbol.' + name)); }; $exports.store = store; /***/ }), /***/ 77521: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var classof = __webpack_require__(96347); var ITERATOR = __webpack_require__(64410)('iterator'); var Iterators = __webpack_require__(47985); module.exports = __webpack_require__(48080).getIteratorMethod = function (it) { if (it != undefined) return it[ITERATOR] || it['@@iterator'] || Iterators[classof(it)]; }; /***/ }), /***/ 54530: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://github.com/benjamingr/RexExp.escape var $export = __webpack_require__(61693); var $re = __webpack_require__(22950)(/[\\^$*+?.()|[\]{}]/g, '\\$&'); $export($export.S, 'RegExp', { escape: function escape(it) { return $re(it); } }); /***/ }), /***/ 79440: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 22.1.3.3 Array.prototype.copyWithin(target, start, end = this.length) var $export = __webpack_require__(61693); $export($export.P, 'Array', { copyWithin: __webpack_require__(43697) }); __webpack_require__(17296)('copyWithin'); /***/ }), /***/ 26075: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var $every = __webpack_require__(13635)(4); $export($export.P + $export.F * !__webpack_require__(69718)([].every, true), 'Array', { // 22.1.3.5 / 15.4.4.16 Array.prototype.every(callbackfn [, thisArg]) every: function every(callbackfn /* , thisArg */) { return $every(this, callbackfn, arguments[1]); } }); /***/ }), /***/ 15588: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 22.1.3.6 Array.prototype.fill(value, start = 0, end = this.length) var $export = __webpack_require__(61693); $export($export.P, 'Array', { fill: __webpack_require__(35572) }); __webpack_require__(17296)('fill'); /***/ }), /***/ 18931: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var $filter = __webpack_require__(13635)(2); $export($export.P + $export.F * !__webpack_require__(69718)([].filter, true), 'Array', { // 22.1.3.7 / 15.4.4.20 Array.prototype.filter(callbackfn [, thisArg]) filter: function filter(callbackfn /* , thisArg */) { return $filter(this, callbackfn, arguments[1]); } }); /***/ }), /***/ 45294: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // 22.1.3.9 Array.prototype.findIndex(predicate, thisArg = undefined) var $export = __webpack_require__(61693); var $find = __webpack_require__(13635)(6); var KEY = 'findIndex'; var forced = true; // Shouldn't skip holes if (KEY in []) Array(1)[KEY](function () { forced = false; }); $export($export.P + $export.F * forced, 'Array', { findIndex: function findIndex(callbackfn /* , that = undefined */) { return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); } }); __webpack_require__(17296)(KEY); /***/ }), /***/ 66233: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // 22.1.3.8 Array.prototype.find(predicate, thisArg = undefined) var $export = __webpack_require__(61693); var $find = __webpack_require__(13635)(5); var KEY = 'find'; var forced = true; // Shouldn't skip holes if (KEY in []) Array(1)[KEY](function () { forced = false; }); $export($export.P + $export.F * forced, 'Array', { find: function find(callbackfn /* , that = undefined */) { return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); } }); __webpack_require__(17296)(KEY); /***/ }), /***/ 19946: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var $forEach = __webpack_require__(13635)(0); var STRICT = __webpack_require__(69718)([].forEach, true); $export($export.P + $export.F * !STRICT, 'Array', { // 22.1.3.10 / 15.4.4.18 Array.prototype.forEach(callbackfn [, thisArg]) forEach: function forEach(callbackfn /* , thisArg */) { return $forEach(this, callbackfn, arguments[1]); } }); /***/ }), /***/ 79731: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var ctx = __webpack_require__(21550); var $export = __webpack_require__(61693); var toObject = __webpack_require__(16040); var call = __webpack_require__(98226); var isArrayIter = __webpack_require__(92193); var toLength = __webpack_require__(15263); var createProperty = __webpack_require__(72559); var getIterFn = __webpack_require__(77521); $export($export.S + $export.F * !__webpack_require__(3229)(function (iter) { Array.from(iter); }), 'Array', { // 22.1.2.1 Array.from(arrayLike, mapfn = undefined, thisArg = undefined) from: function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) { var O = toObject(arrayLike); var C = typeof this == 'function' ? this : Array; var aLen = arguments.length; var mapfn = aLen > 1 ? arguments[1] : undefined; var mapping = mapfn !== undefined; var index = 0; var iterFn = getIterFn(O); var length, result, step, iterator; if (mapping) mapfn = ctx(mapfn, aLen > 2 ? arguments[2] : undefined, 2); // if object isn't iterable or it's array with default iterator - use simple case if (iterFn != undefined && !(C == Array && isArrayIter(iterFn))) { for (iterator = iterFn.call(O), result = new C(); !(step = iterator.next()).done; index++) { createProperty(result, index, mapping ? call(iterator, mapfn, [step.value, index], true) : step.value); } } else { length = toLength(O.length); for (result = new C(length); length > index; index++) { createProperty(result, index, mapping ? mapfn(O[index], index) : O[index]); } } result.length = index; return result; } }); /***/ }), /***/ 29209: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var $indexOf = __webpack_require__(64513)(false); var $native = [].indexOf; var NEGATIVE_ZERO = !!$native && 1 / [1].indexOf(1, -0) < 0; $export($export.P + $export.F * (NEGATIVE_ZERO || !__webpack_require__(69718)($native)), 'Array', { // 22.1.3.11 / 15.4.4.14 Array.prototype.indexOf(searchElement [, fromIndex]) indexOf: function indexOf(searchElement /* , fromIndex = 0 */) { return NEGATIVE_ZERO // convert -0 to +0 ? $native.apply(this, arguments) || 0 : $indexOf(this, searchElement, arguments[1]); } }); /***/ }), /***/ 82550: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 22.1.2.2 / 15.4.3.2 Array.isArray(arg) var $export = __webpack_require__(61693); $export($export.S, 'Array', { isArray: __webpack_require__(63623) }); /***/ }), /***/ 66172: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var addToUnscopables = __webpack_require__(17296); var step = __webpack_require__(34257); var Iterators = __webpack_require__(47985); var toIObject = __webpack_require__(76282); // 22.1.3.4 Array.prototype.entries() // 22.1.3.13 Array.prototype.keys() // 22.1.3.29 Array.prototype.values() // 22.1.3.30 Array.prototype[@@iterator]() module.exports = __webpack_require__(15706)(Array, 'Array', function (iterated, kind) { this._t = toIObject(iterated); // target this._i = 0; // next index this._k = kind; // kind // 22.1.5.2.1 %ArrayIteratorPrototype%.next() }, function () { var O = this._t; var kind = this._k; var index = this._i++; if (!O || index >= O.length) { this._t = undefined; return step(1); } if (kind == 'keys') return step(0, index); if (kind == 'values') return step(0, O[index]); return step(0, [index, O[index]]); }, 'values'); // argumentsList[@@iterator] is %ArrayProto_values% (9.4.4.6, 9.4.4.7) Iterators.Arguments = Iterators.Array; addToUnscopables('keys'); addToUnscopables('values'); addToUnscopables('entries'); /***/ }), /***/ 65956: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // 22.1.3.13 Array.prototype.join(separator) var $export = __webpack_require__(61693); var toIObject = __webpack_require__(76282); var arrayJoin = [].join; // fallback for not array-like strings $export($export.P + $export.F * (__webpack_require__(75945) != Object || !__webpack_require__(69718)(arrayJoin)), 'Array', { join: function join(separator) { return arrayJoin.call(toIObject(this), separator === undefined ? ',' : separator); } }); /***/ }), /***/ 72733: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var toIObject = __webpack_require__(76282); var toInteger = __webpack_require__(94058); var toLength = __webpack_require__(15263); var $native = [].lastIndexOf; var NEGATIVE_ZERO = !!$native && 1 / [1].lastIndexOf(1, -0) < 0; $export($export.P + $export.F * (NEGATIVE_ZERO || !__webpack_require__(69718)($native)), 'Array', { // 22.1.3.14 / 15.4.4.15 Array.prototype.lastIndexOf(searchElement [, fromIndex]) lastIndexOf: function lastIndexOf(searchElement /* , fromIndex = @[*-1] */) { // convert -0 to +0 if (NEGATIVE_ZERO) return $native.apply(this, arguments) || 0; var O = toIObject(this); var length = toLength(O.length); var index = length - 1; if (arguments.length > 1) index = Math.min(index, toInteger(arguments[1])); if (index < 0) index = length + index; for (;index >= 0; index--) if (index in O) if (O[index] === searchElement) return index || 0; return -1; } }); /***/ }), /***/ 92369: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var $map = __webpack_require__(13635)(1); $export($export.P + $export.F * !__webpack_require__(69718)([].map, true), 'Array', { // 22.1.3.15 / 15.4.4.19 Array.prototype.map(callbackfn [, thisArg]) map: function map(callbackfn /* , thisArg */) { return $map(this, callbackfn, arguments[1]); } }); /***/ }), /***/ 40745: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var createProperty = __webpack_require__(72559); // WebKit Array.of isn't generic $export($export.S + $export.F * __webpack_require__(10496)(function () { function F() { /* empty */ } return !(Array.of.call(F) instanceof F); }), 'Array', { // 22.1.2.3 Array.of( ...items) of: function of(/* ...args */) { var index = 0; var aLen = arguments.length; var result = new (typeof this == 'function' ? this : Array)(aLen); while (aLen > index) createProperty(result, index, arguments[index++]); result.length = aLen; return result; } }); /***/ }), /***/ 53565: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var $reduce = __webpack_require__(56574); $export($export.P + $export.F * !__webpack_require__(69718)([].reduceRight, true), 'Array', { // 22.1.3.19 / 15.4.4.22 Array.prototype.reduceRight(callbackfn [, initialValue]) reduceRight: function reduceRight(callbackfn /* , initialValue */) { return $reduce(this, callbackfn, arguments.length, arguments[1], true); } }); /***/ }), /***/ 9662: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var $reduce = __webpack_require__(56574); $export($export.P + $export.F * !__webpack_require__(69718)([].reduce, true), 'Array', { // 22.1.3.18 / 15.4.4.21 Array.prototype.reduce(callbackfn [, initialValue]) reduce: function reduce(callbackfn /* , initialValue */) { return $reduce(this, callbackfn, arguments.length, arguments[1], false); } }); /***/ }), /***/ 56149: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var html = __webpack_require__(17727); var cof = __webpack_require__(42380); var toAbsoluteIndex = __webpack_require__(39519); var toLength = __webpack_require__(15263); var arraySlice = [].slice; // fallback for not array-like ES3 strings and DOM objects $export($export.P + $export.F * __webpack_require__(10496)(function () { if (html) arraySlice.call(html); }), 'Array', { slice: function slice(begin, end) { var len = toLength(this.length); var klass = cof(this); end = end === undefined ? len : end; if (klass == 'Array') return arraySlice.call(this, begin, end); var start = toAbsoluteIndex(begin, len); var upTo = toAbsoluteIndex(end, len); var size = toLength(upTo - start); var cloned = new Array(size); var i = 0; for (; i < size; i++) cloned[i] = klass == 'String' ? this.charAt(start + i) : this[start + i]; return cloned; } }); /***/ }), /***/ 24135: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var $some = __webpack_require__(13635)(3); $export($export.P + $export.F * !__webpack_require__(69718)([].some, true), 'Array', { // 22.1.3.23 / 15.4.4.17 Array.prototype.some(callbackfn [, thisArg]) some: function some(callbackfn /* , thisArg */) { return $some(this, callbackfn, arguments[1]); } }); /***/ }), /***/ 32106: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var aFunction = __webpack_require__(50666); var toObject = __webpack_require__(16040); var fails = __webpack_require__(10496); var $sort = [].sort; var test = [1, 2, 3]; $export($export.P + $export.F * (fails(function () { // IE8- test.sort(undefined); }) || !fails(function () { // V8 bug test.sort(null); // Old WebKit }) || !__webpack_require__(69718)($sort)), 'Array', { // 22.1.3.25 Array.prototype.sort(comparefn) sort: function sort(comparefn) { return comparefn === undefined ? $sort.call(toObject(this)) : $sort.call(toObject(this), aFunction(comparefn)); } }); /***/ }), /***/ 95324: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { __webpack_require__(72373)('Array'); /***/ }), /***/ 22330: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.3.3.1 / 15.9.4.4 Date.now() var $export = __webpack_require__(61693); $export($export.S, 'Date', { now: function () { return new Date().getTime(); } }); /***/ }), /***/ 22943: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.3.4.36 / 15.9.5.43 Date.prototype.toISOString() var $export = __webpack_require__(61693); var toISOString = __webpack_require__(59496); // PhantomJS / old WebKit has a broken implementations $export($export.P + $export.F * (Date.prototype.toISOString !== toISOString), 'Date', { toISOString: toISOString }); /***/ }), /***/ 56665: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var toObject = __webpack_require__(16040); var toPrimitive = __webpack_require__(23825); $export($export.P + $export.F * __webpack_require__(10496)(function () { return new Date(NaN).toJSON() !== null || Date.prototype.toJSON.call({ toISOString: function () { return 1; } }) !== 1; }), 'Date', { // eslint-disable-next-line no-unused-vars toJSON: function toJSON(key) { var O = toObject(this); var pv = toPrimitive(O); return typeof pv == 'number' && !isFinite(pv) ? null : O.toISOString(); } }); /***/ }), /***/ 61002: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var TO_PRIMITIVE = __webpack_require__(64410)('toPrimitive'); var proto = Date.prototype; if (!(TO_PRIMITIVE in proto)) __webpack_require__(74461)(proto, TO_PRIMITIVE, __webpack_require__(72967)); /***/ }), /***/ 8616: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var DateProto = Date.prototype; var INVALID_DATE = 'Invalid Date'; var TO_STRING = 'toString'; var $toString = DateProto[TO_STRING]; var getTime = DateProto.getTime; if (new Date(NaN) + '' != INVALID_DATE) { __webpack_require__(69593)(DateProto, TO_STRING, function toString() { var value = getTime.call(this); // eslint-disable-next-line no-self-compare return value === value ? $toString.call(this) : INVALID_DATE; }); } /***/ }), /***/ 67442: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 19.2.3.2 / 15.3.4.5 Function.prototype.bind(thisArg, args...) var $export = __webpack_require__(61693); $export($export.P, 'Function', { bind: __webpack_require__(47240) }); /***/ }), /***/ 27998: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var isObject = __webpack_require__(49708); var getPrototypeOf = __webpack_require__(88539); var HAS_INSTANCE = __webpack_require__(64410)('hasInstance'); var FunctionProto = Function.prototype; // 19.2.3.6 Function.prototype[@@hasInstance](V) if (!(HAS_INSTANCE in FunctionProto)) __webpack_require__(24213).f(FunctionProto, HAS_INSTANCE, { value: function (O) { if (typeof this != 'function' || !isObject(O)) return false; if (!isObject(this.prototype)) return O instanceof this; // for environment w/o native `@@hasInstance` logic enough `instanceof`, but add this: while (O = getPrototypeOf(O)) if (this.prototype === O) return true; return false; } }); /***/ }), /***/ 6278: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var dP = __webpack_require__(24213).f; var FProto = Function.prototype; var nameRE = /^\s*function ([^ (]*)/; var NAME = 'name'; // 19.2.4.2 name NAME in FProto || __webpack_require__(83144) && dP(FProto, NAME, { configurable: true, get: function () { try { return ('' + this).match(nameRE)[1]; } catch (e) { return ''; } } }); /***/ }), /***/ 29164: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var strong = __webpack_require__(37647); var validate = __webpack_require__(51554); var MAP = 'Map'; // 23.1 Map Objects module.exports = __webpack_require__(8107)(MAP, function (get) { return function Map() { return get(this, arguments.length > 0 ? arguments[0] : undefined); }; }, { // 23.1.3.6 Map.prototype.get(key) get: function get(key) { var entry = strong.getEntry(validate(this, MAP), key); return entry && entry.v; }, // 23.1.3.9 Map.prototype.set(key, value) set: function set(key, value) { return strong.def(validate(this, MAP), key === 0 ? 0 : key, value); } }, strong, true); /***/ }), /***/ 96367: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.2.2.3 Math.acosh(x) var $export = __webpack_require__(61693); var log1p = __webpack_require__(18738); var sqrt = Math.sqrt; var $acosh = Math.acosh; $export($export.S + $export.F * !($acosh // V8 bug: https://code.google.com/p/v8/issues/detail?id=3509 && Math.floor($acosh(Number.MAX_VALUE)) == 710 // Tor Browser bug: Math.acosh(Infinity) -> NaN && $acosh(Infinity) == Infinity ), 'Math', { acosh: function acosh(x) { return (x = +x) < 1 ? NaN : x > 94906265.62425156 ? Math.log(x) + Math.LN2 : log1p(x - 1 + sqrt(x - 1) * sqrt(x + 1)); } }); /***/ }), /***/ 87345: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.2.2.5 Math.asinh(x) var $export = __webpack_require__(61693); var $asinh = Math.asinh; function asinh(x) { return !isFinite(x = +x) || x == 0 ? x : x < 0 ? -asinh(-x) : Math.log(x + Math.sqrt(x * x + 1)); } // Tor Browser bug: Math.asinh(0) -> -0 $export($export.S + $export.F * !($asinh && 1 / $asinh(0) > 0), 'Math', { asinh: asinh }); /***/ }), /***/ 79471: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.2.2.7 Math.atanh(x) var $export = __webpack_require__(61693); var $atanh = Math.atanh; // Tor Browser bug: Math.atanh(-0) -> 0 $export($export.S + $export.F * !($atanh && 1 / $atanh(-0) < 0), 'Math', { atanh: function atanh(x) { return (x = +x) == 0 ? x : Math.log((1 + x) / (1 - x)) / 2; } }); /***/ }), /***/ 55890: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.2.2.9 Math.cbrt(x) var $export = __webpack_require__(61693); var sign = __webpack_require__(19439); $export($export.S, 'Math', { cbrt: function cbrt(x) { return sign(x = +x) * Math.pow(Math.abs(x), 1 / 3); } }); /***/ }), /***/ 88299: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.2.2.11 Math.clz32(x) var $export = __webpack_require__(61693); $export($export.S, 'Math', { clz32: function clz32(x) { return (x >>>= 0) ? 31 - Math.floor(Math.log(x + 0.5) * Math.LOG2E) : 32; } }); /***/ }), /***/ 89286: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.2.2.12 Math.cosh(x) var $export = __webpack_require__(61693); var exp = Math.exp; $export($export.S, 'Math', { cosh: function cosh(x) { return (exp(x = +x) + exp(-x)) / 2; } }); /***/ }), /***/ 8240: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.2.2.14 Math.expm1(x) var $export = __webpack_require__(61693); var $expm1 = __webpack_require__(98651); $export($export.S + $export.F * ($expm1 != Math.expm1), 'Math', { expm1: $expm1 }); /***/ }), /***/ 41050: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.2.2.16 Math.fround(x) var $export = __webpack_require__(61693); $export($export.S, 'Math', { fround: __webpack_require__(88961) }); /***/ }), /***/ 88246: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.2.2.17 Math.hypot([value1[, value2[, … ]]]) var $export = __webpack_require__(61693); var abs = Math.abs; $export($export.S, 'Math', { hypot: function hypot(value1, value2) { // eslint-disable-line no-unused-vars var sum = 0; var i = 0; var aLen = arguments.length; var larg = 0; var arg, div; while (i < aLen) { arg = abs(arguments[i++]); if (larg < arg) { div = larg / arg; sum = sum * div * div + 1; larg = arg; } else if (arg > 0) { div = arg / larg; sum += div * div; } else sum += arg; } return larg === Infinity ? Infinity : larg * Math.sqrt(sum); } }); /***/ }), /***/ 19349: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.2.2.18 Math.imul(x, y) var $export = __webpack_require__(61693); var $imul = Math.imul; // some WebKit versions fails with big numbers, some has wrong arity $export($export.S + $export.F * __webpack_require__(10496)(function () { return $imul(0xffffffff, 5) != -5 || $imul.length != 2; }), 'Math', { imul: function imul(x, y) { var UINT16 = 0xffff; var xn = +x; var yn = +y; var xl = UINT16 & xn; var yl = UINT16 & yn; return 0 | xl * yl + ((UINT16 & xn >>> 16) * yl + xl * (UINT16 & yn >>> 16) << 16 >>> 0); } }); /***/ }), /***/ 95159: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.2.2.21 Math.log10(x) var $export = __webpack_require__(61693); $export($export.S, 'Math', { log10: function log10(x) { return Math.log(x) * Math.LOG10E; } }); /***/ }), /***/ 83158: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.2.2.20 Math.log1p(x) var $export = __webpack_require__(61693); $export($export.S, 'Math', { log1p: __webpack_require__(18738) }); /***/ }), /***/ 17521: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.2.2.22 Math.log2(x) var $export = __webpack_require__(61693); $export($export.S, 'Math', { log2: function log2(x) { return Math.log(x) / Math.LN2; } }); /***/ }), /***/ 92565: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.2.2.28 Math.sign(x) var $export = __webpack_require__(61693); $export($export.S, 'Math', { sign: __webpack_require__(19439) }); /***/ }), /***/ 48337: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.2.2.30 Math.sinh(x) var $export = __webpack_require__(61693); var expm1 = __webpack_require__(98651); var exp = Math.exp; // V8 near Chromium 38 has a problem with very small numbers $export($export.S + $export.F * __webpack_require__(10496)(function () { return !Math.sinh(-2e-17) != -2e-17; }), 'Math', { sinh: function sinh(x) { return Math.abs(x = +x) < 1 ? (expm1(x) - expm1(-x)) / 2 : (exp(x - 1) - exp(-x - 1)) * (Math.E / 2); } }); /***/ }), /***/ 18582: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.2.2.33 Math.tanh(x) var $export = __webpack_require__(61693); var expm1 = __webpack_require__(98651); var exp = Math.exp; $export($export.S, 'Math', { tanh: function tanh(x) { var a = expm1(x = +x); var b = expm1(-x); return a == Infinity ? 1 : b == Infinity ? -1 : (a - b) / (exp(x) + exp(-x)); } }); /***/ }), /***/ 62310: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.2.2.34 Math.trunc(x) var $export = __webpack_require__(61693); $export($export.S, 'Math', { trunc: function trunc(it) { return (it > 0 ? Math.floor : Math.ceil)(it); } }); /***/ }), /***/ 15434: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var global = __webpack_require__(24405); var has = __webpack_require__(83050); var cof = __webpack_require__(42380); var inheritIfRequired = __webpack_require__(77856); var toPrimitive = __webpack_require__(23825); var fails = __webpack_require__(10496); var gOPN = __webpack_require__(77173).f; var gOPD = __webpack_require__(99015).f; var dP = __webpack_require__(24213).f; var $trim = __webpack_require__(25480).trim; var NUMBER = 'Number'; var $Number = global[NUMBER]; var Base = $Number; var proto = $Number.prototype; // Opera ~12 has broken Object#toString var BROKEN_COF = cof(__webpack_require__(6088)(proto)) == NUMBER; var TRIM = 'trim' in String.prototype; // 7.1.3 ToNumber(argument) var toNumber = function (argument) { var it = toPrimitive(argument, false); if (typeof it == 'string' && it.length > 2) { it = TRIM ? it.trim() : $trim(it, 3); var first = it.charCodeAt(0); var third, radix, maxCode; if (first === 43 || first === 45) { third = it.charCodeAt(2); if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix } else if (first === 48) { switch (it.charCodeAt(1)) { case 66: case 98: radix = 2; maxCode = 49; break; // fast equal /^0b[01]+$/i case 79: case 111: radix = 8; maxCode = 55; break; // fast equal /^0o[0-7]+$/i default: return +it; } for (var digits = it.slice(2), i = 0, l = digits.length, code; i < l; i++) { code = digits.charCodeAt(i); // parseInt parses a string to a first unavailable symbol // but ToNumber should return NaN if a string contains unavailable symbols if (code < 48 || code > maxCode) return NaN; } return parseInt(digits, radix); } } return +it; }; if (!$Number(' 0o1') || !$Number('0b1') || $Number('+0x1')) { $Number = function Number(value) { var it = arguments.length < 1 ? 0 : value; var that = this; return that instanceof $Number // check on 1..constructor(foo) case && (BROKEN_COF ? fails(function () { proto.valueOf.call(that); }) : cof(that) != NUMBER) ? inheritIfRequired(new Base(toNumber(it)), that, $Number) : toNumber(it); }; for (var keys = __webpack_require__(83144) ? gOPN(Base) : ( // ES3: 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' + // ES6 (in case, if modules with ES6 Number statics required before): 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' + 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger' ).split(','), j = 0, key; keys.length > j; j++) { if (has(Base, key = keys[j]) && !has($Number, key)) { dP($Number, key, gOPD(Base, key)); } } $Number.prototype = proto; proto.constructor = $Number; __webpack_require__(69593)(global, NUMBER, $Number); } /***/ }), /***/ 84412: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.1.2.1 Number.EPSILON var $export = __webpack_require__(61693); $export($export.S, 'Number', { EPSILON: Math.pow(2, -52) }); /***/ }), /***/ 17993: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.1.2.2 Number.isFinite(number) var $export = __webpack_require__(61693); var _isFinite = __webpack_require__(24405).isFinite; $export($export.S, 'Number', { isFinite: function isFinite(it) { return typeof it == 'number' && _isFinite(it); } }); /***/ }), /***/ 41755: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.1.2.3 Number.isInteger(number) var $export = __webpack_require__(61693); $export($export.S, 'Number', { isInteger: __webpack_require__(48645) }); /***/ }), /***/ 85390: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.1.2.4 Number.isNaN(number) var $export = __webpack_require__(61693); $export($export.S, 'Number', { isNaN: function isNaN(number) { // eslint-disable-next-line no-self-compare return number != number; } }); /***/ }), /***/ 40352: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.1.2.5 Number.isSafeInteger(number) var $export = __webpack_require__(61693); var isInteger = __webpack_require__(48645); var abs = Math.abs; $export($export.S, 'Number', { isSafeInteger: function isSafeInteger(number) { return isInteger(number) && abs(number) <= 0x1fffffffffffff; } }); /***/ }), /***/ 40526: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.1.2.6 Number.MAX_SAFE_INTEGER var $export = __webpack_require__(61693); $export($export.S, 'Number', { MAX_SAFE_INTEGER: 0x1fffffffffffff }); /***/ }), /***/ 60708: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 20.1.2.10 Number.MIN_SAFE_INTEGER var $export = __webpack_require__(61693); $export($export.S, 'Number', { MIN_SAFE_INTEGER: -0x1fffffffffffff }); /***/ }), /***/ 22360: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var $export = __webpack_require__(61693); var $parseFloat = __webpack_require__(95995); // 20.1.2.12 Number.parseFloat(string) $export($export.S + $export.F * (Number.parseFloat != $parseFloat), 'Number', { parseFloat: $parseFloat }); /***/ }), /***/ 25114: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var $export = __webpack_require__(61693); var $parseInt = __webpack_require__(27252); // 20.1.2.13 Number.parseInt(string, radix) $export($export.S + $export.F * (Number.parseInt != $parseInt), 'Number', { parseInt: $parseInt }); /***/ }), /***/ 77967: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var toInteger = __webpack_require__(94058); var aNumberValue = __webpack_require__(98479); var repeat = __webpack_require__(23874); var $toFixed = 1.0.toFixed; var floor = Math.floor; var data = [0, 0, 0, 0, 0, 0]; var ERROR = 'Number.toFixed: incorrect invocation!'; var ZERO = '0'; var multiply = function (n, c) { var i = -1; var c2 = c; while (++i < 6) { c2 += n * data[i]; data[i] = c2 % 1e7; c2 = floor(c2 / 1e7); } }; var divide = function (n) { var i = 6; var c = 0; while (--i >= 0) { c += data[i]; data[i] = floor(c / n); c = (c % n) * 1e7; } }; var numToString = function () { var i = 6; var s = ''; while (--i >= 0) { if (s !== '' || i === 0 || data[i] !== 0) { var t = String(data[i]); s = s === '' ? t : s + repeat.call(ZERO, 7 - t.length) + t; } } return s; }; var pow = function (x, n, acc) { return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc); }; var log = function (x) { var n = 0; var x2 = x; while (x2 >= 4096) { n += 12; x2 /= 4096; } while (x2 >= 2) { n += 1; x2 /= 2; } return n; }; $export($export.P + $export.F * (!!$toFixed && ( 0.00008.toFixed(3) !== '0.000' || 0.9.toFixed(0) !== '1' || 1.255.toFixed(2) !== '1.25' || 1000000000000000128.0.toFixed(0) !== '1000000000000000128' ) || !__webpack_require__(10496)(function () { // V8 ~ Android 4.3- $toFixed.call({}); })), 'Number', { toFixed: function toFixed(fractionDigits) { var x = aNumberValue(this, ERROR); var f = toInteger(fractionDigits); var s = ''; var m = ZERO; var e, z, j, k; if (f < 0 || f > 20) throw RangeError(ERROR); // eslint-disable-next-line no-self-compare if (x != x) return 'NaN'; if (x <= -1e21 || x >= 1e21) return String(x); if (x < 0) { s = '-'; x = -x; } if (x > 1e-21) { e = log(x * pow(2, 69, 1)) - 69; z = e < 0 ? x * pow(2, -e, 1) : x / pow(2, e, 1); z *= 0x10000000000000; e = 52 - e; if (e > 0) { multiply(0, z); j = f; while (j >= 7) { multiply(1e7, 0); j -= 7; } multiply(pow(10, j, 1), 0); j = e - 1; while (j >= 23) { divide(1 << 23); j -= 23; } divide(1 << j); multiply(1, 1); divide(2); m = numToString(); } else { multiply(0, z); multiply(1 << -e, 0); m = numToString() + repeat.call(ZERO, f); } } if (f > 0) { k = m.length; m = s + (k <= f ? '0.' + repeat.call(ZERO, f - k) + m : m.slice(0, k - f) + '.' + m.slice(k - f)); } else { m = s + m; } return m; } }); /***/ }), /***/ 3552: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var $fails = __webpack_require__(10496); var aNumberValue = __webpack_require__(98479); var $toPrecision = 1.0.toPrecision; $export($export.P + $export.F * ($fails(function () { // IE7- return $toPrecision.call(1, undefined) !== '1'; }) || !$fails(function () { // V8 ~ Android 4.3- $toPrecision.call({}); })), 'Number', { toPrecision: function toPrecision(precision) { var that = aNumberValue(this, 'Number#toPrecision: incorrect invocation!'); return precision === undefined ? $toPrecision.call(that) : $toPrecision.call(that, precision); } }); /***/ }), /***/ 32680: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 19.1.3.1 Object.assign(target, source) var $export = __webpack_require__(61693); $export($export.S + $export.F, 'Object', { assign: __webpack_require__(92075) }); /***/ }), /***/ 67031: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var $export = __webpack_require__(61693); // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties]) $export($export.S, 'Object', { create: __webpack_require__(6088) }); /***/ }), /***/ 13073: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var $export = __webpack_require__(61693); // 19.1.2.3 / 15.2.3.7 Object.defineProperties(O, Properties) $export($export.S + $export.F * !__webpack_require__(83144), 'Object', { defineProperties: __webpack_require__(62390) }); /***/ }), /***/ 48892: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var $export = __webpack_require__(61693); // 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes) $export($export.S + $export.F * !__webpack_require__(83144), 'Object', { defineProperty: __webpack_require__(24213).f }); /***/ }), /***/ 84925: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 19.1.2.5 Object.freeze(O) var isObject = __webpack_require__(49708); var meta = __webpack_require__(18648).onFreeze; __webpack_require__(79870)('freeze', function ($freeze) { return function freeze(it) { return $freeze && isObject(it) ? $freeze(meta(it)) : it; }; }); /***/ }), /***/ 80476: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 19.1.2.6 Object.getOwnPropertyDescriptor(O, P) var toIObject = __webpack_require__(76282); var $getOwnPropertyDescriptor = __webpack_require__(99015).f; __webpack_require__(79870)('getOwnPropertyDescriptor', function () { return function getOwnPropertyDescriptor(it, key) { return $getOwnPropertyDescriptor(toIObject(it), key); }; }); /***/ }), /***/ 18899: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 19.1.2.7 Object.getOwnPropertyNames(O) __webpack_require__(79870)('getOwnPropertyNames', function () { return __webpack_require__(73233).f; }); /***/ }), /***/ 27771: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 19.1.2.9 Object.getPrototypeOf(O) var toObject = __webpack_require__(16040); var $getPrototypeOf = __webpack_require__(88539); __webpack_require__(79870)('getPrototypeOf', function () { return function getPrototypeOf(it) { return $getPrototypeOf(toObject(it)); }; }); /***/ }), /***/ 52395: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 19.1.2.11 Object.isExtensible(O) var isObject = __webpack_require__(49708); __webpack_require__(79870)('isExtensible', function ($isExtensible) { return function isExtensible(it) { return isObject(it) ? $isExtensible ? $isExtensible(it) : true : false; }; }); /***/ }), /***/ 71263: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 19.1.2.12 Object.isFrozen(O) var isObject = __webpack_require__(49708); __webpack_require__(79870)('isFrozen', function ($isFrozen) { return function isFrozen(it) { return isObject(it) ? $isFrozen ? $isFrozen(it) : false : true; }; }); /***/ }), /***/ 72875: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 19.1.2.13 Object.isSealed(O) var isObject = __webpack_require__(49708); __webpack_require__(79870)('isSealed', function ($isSealed) { return function isSealed(it) { return isObject(it) ? $isSealed ? $isSealed(it) : false : true; }; }); /***/ }), /***/ 84177: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 19.1.3.10 Object.is(value1, value2) var $export = __webpack_require__(61693); $export($export.S, 'Object', { is: __webpack_require__(41366) }); /***/ }), /***/ 950: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 19.1.2.14 Object.keys(O) var toObject = __webpack_require__(16040); var $keys = __webpack_require__(31126); __webpack_require__(79870)('keys', function () { return function keys(it) { return $keys(toObject(it)); }; }); /***/ }), /***/ 84058: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 19.1.2.15 Object.preventExtensions(O) var isObject = __webpack_require__(49708); var meta = __webpack_require__(18648).onFreeze; __webpack_require__(79870)('preventExtensions', function ($preventExtensions) { return function preventExtensions(it) { return $preventExtensions && isObject(it) ? $preventExtensions(meta(it)) : it; }; }); /***/ }), /***/ 80585: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 19.1.2.17 Object.seal(O) var isObject = __webpack_require__(49708); var meta = __webpack_require__(18648).onFreeze; __webpack_require__(79870)('seal', function ($seal) { return function seal(it) { return $seal && isObject(it) ? $seal(meta(it)) : it; }; }); /***/ }), /***/ 26548: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 19.1.3.19 Object.setPrototypeOf(O, proto) var $export = __webpack_require__(61693); $export($export.S, 'Object', { setPrototypeOf: __webpack_require__(41794).set }); /***/ }), /***/ 6268: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // 19.1.3.6 Object.prototype.toString() var classof = __webpack_require__(96347); var test = {}; test[__webpack_require__(64410)('toStringTag')] = 'z'; if (test + '' != '[object z]') { __webpack_require__(69593)(Object.prototype, 'toString', function toString() { return '[object ' + classof(this) + ']'; }, true); } /***/ }), /***/ 84212: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var $export = __webpack_require__(61693); var $parseFloat = __webpack_require__(95995); // 18.2.4 parseFloat(string) $export($export.G + $export.F * (parseFloat != $parseFloat), { parseFloat: $parseFloat }); /***/ }), /***/ 15291: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var $export = __webpack_require__(61693); var $parseInt = __webpack_require__(27252); // 18.2.5 parseInt(string, radix) $export($export.G + $export.F * (parseInt != $parseInt), { parseInt: $parseInt }); /***/ }), /***/ 92229: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var LIBRARY = __webpack_require__(14925); var global = __webpack_require__(24405); var ctx = __webpack_require__(21550); var classof = __webpack_require__(96347); var $export = __webpack_require__(61693); var isObject = __webpack_require__(49708); var aFunction = __webpack_require__(50666); var anInstance = __webpack_require__(30269); var forOf = __webpack_require__(74036); var speciesConstructor = __webpack_require__(33611); var task = __webpack_require__(21597).set; var microtask = __webpack_require__(32583)(); var newPromiseCapabilityModule = __webpack_require__(12219); var perform = __webpack_require__(24552); var userAgent = __webpack_require__(97860); var promiseResolve = __webpack_require__(99894); var PROMISE = 'Promise'; var TypeError = global.TypeError; var process = global.process; var versions = process && process.versions; var v8 = versions && versions.v8 || ''; var $Promise = global[PROMISE]; var isNode = classof(process) == 'process'; var empty = function () { /* empty */ }; var Internal, newGenericPromiseCapability, OwnPromiseCapability, Wrapper; var newPromiseCapability = newGenericPromiseCapability = newPromiseCapabilityModule.f; var USE_NATIVE = !!function () { try { // correct subclassing with @@species support var promise = $Promise.resolve(1); var FakePromise = (promise.constructor = {})[__webpack_require__(64410)('species')] = function (exec) { exec(empty, empty); }; // unhandled rejections tracking support, NodeJS Promise without it fails @@species test return (isNode || typeof PromiseRejectionEvent == 'function') && promise.then(empty) instanceof FakePromise // v8 6.6 (Node 10 and Chrome 66) have a bug with resolving custom thenables // https://bugs.chromium.org/p/chromium/issues/detail?id=830565 // we can't detect it synchronously, so just check versions && v8.indexOf('6.6') !== 0 && userAgent.indexOf('Chrome/66') === -1; } catch (e) { /* empty */ } }(); // helpers var isThenable = function (it) { var then; return isObject(it) && typeof (then = it.then) == 'function' ? then : false; }; var notify = function (promise, isReject) { if (promise._n) return; promise._n = true; var chain = promise._c; microtask(function () { var value = promise._v; var ok = promise._s == 1; var i = 0; var run = function (reaction) { var handler = ok ? reaction.ok : reaction.fail; var resolve = reaction.resolve; var reject = reaction.reject; var domain = reaction.domain; var result, then, exited; try { if (handler) { if (!ok) { if (promise._h == 2) onHandleUnhandled(promise); promise._h = 1; } if (handler === true) result = value; else { if (domain) domain.enter(); result = handler(value); // may throw if (domain) { domain.exit(); exited = true; } } if (result === reaction.promise) { reject(TypeError('Promise-chain cycle')); } else if (then = isThenable(result)) { then.call(result, resolve, reject); } else resolve(result); } else reject(value); } catch (e) { if (domain && !exited) domain.exit(); reject(e); } }; while (chain.length > i) run(chain[i++]); // variable length - can't use forEach promise._c = []; promise._n = false; if (isReject && !promise._h) onUnhandled(promise); }); }; var onUnhandled = function (promise) { task.call(global, function () { var value = promise._v; var unhandled = isUnhandled(promise); var result, handler, console; if (unhandled) { result = perform(function () { if (isNode) { process.emit('unhandledRejection', value, promise); } else if (handler = global.onunhandledrejection) { handler({ promise: promise, reason: value }); } else if ((console = global.console) && console.error) { console.error('Unhandled promise rejection', value); } }); // Browsers should not trigger `rejectionHandled` event if it was handled here, NodeJS - should promise._h = isNode || isUnhandled(promise) ? 2 : 1; } promise._a = undefined; if (unhandled && result.e) throw result.v; }); }; var isUnhandled = function (promise) { return promise._h !== 1 && (promise._a || promise._c).length === 0; }; var onHandleUnhandled = function (promise) { task.call(global, function () { var handler; if (isNode) { process.emit('rejectionHandled', promise); } else if (handler = global.onrejectionhandled) { handler({ promise: promise, reason: promise._v }); } }); }; var $reject = function (value) { var promise = this; if (promise._d) return; promise._d = true; promise = promise._w || promise; // unwrap promise._v = value; promise._s = 2; if (!promise._a) promise._a = promise._c.slice(); notify(promise, true); }; var $resolve = function (value) { var promise = this; var then; if (promise._d) return; promise._d = true; promise = promise._w || promise; // unwrap try { if (promise === value) throw TypeError("Promise can't be resolved itself"); if (then = isThenable(value)) { microtask(function () { var wrapper = { _w: promise, _d: false }; // wrap try { then.call(value, ctx($resolve, wrapper, 1), ctx($reject, wrapper, 1)); } catch (e) { $reject.call(wrapper, e); } }); } else { promise._v = value; promise._s = 1; notify(promise, false); } } catch (e) { $reject.call({ _w: promise, _d: false }, e); // wrap } }; // constructor polyfill if (!USE_NATIVE) { // 25.4.3.1 Promise(executor) $Promise = function Promise(executor) { anInstance(this, $Promise, PROMISE, '_h'); aFunction(executor); Internal.call(this); try { executor(ctx($resolve, this, 1), ctx($reject, this, 1)); } catch (err) { $reject.call(this, err); } }; // eslint-disable-next-line no-unused-vars Internal = function Promise(executor) { this._c = []; // <- awaiting reactions this._a = undefined; // <- checked in isUnhandled reactions this._s = 0; // <- state this._d = false; // <- done this._v = undefined; // <- value this._h = 0; // <- rejection state, 0 - default, 1 - handled, 2 - unhandled this._n = false; // <- notify }; Internal.prototype = __webpack_require__(33227)($Promise.prototype, { // 25.4.5.3 Promise.prototype.then(onFulfilled, onRejected) then: function then(onFulfilled, onRejected) { var reaction = newPromiseCapability(speciesConstructor(this, $Promise)); reaction.ok = typeof onFulfilled == 'function' ? onFulfilled : true; reaction.fail = typeof onRejected == 'function' && onRejected; reaction.domain = isNode ? process.domain : undefined; this._c.push(reaction); if (this._a) this._a.push(reaction); if (this._s) notify(this, false); return reaction.promise; }, // 25.4.5.1 Promise.prototype.catch(onRejected) 'catch': function (onRejected) { return this.then(undefined, onRejected); } }); OwnPromiseCapability = function () { var promise = new Internal(); this.promise = promise; this.resolve = ctx($resolve, promise, 1); this.reject = ctx($reject, promise, 1); }; newPromiseCapabilityModule.f = newPromiseCapability = function (C) { return C === $Promise || C === Wrapper ? new OwnPromiseCapability(C) : newGenericPromiseCapability(C); }; } $export($export.G + $export.W + $export.F * !USE_NATIVE, { Promise: $Promise }); __webpack_require__(25572)($Promise, PROMISE); __webpack_require__(72373)(PROMISE); Wrapper = __webpack_require__(48080)[PROMISE]; // statics $export($export.S + $export.F * !USE_NATIVE, PROMISE, { // 25.4.4.5 Promise.reject(r) reject: function reject(r) { var capability = newPromiseCapability(this); var $$reject = capability.reject; $$reject(r); return capability.promise; } }); $export($export.S + $export.F * (LIBRARY || !USE_NATIVE), PROMISE, { // 25.4.4.6 Promise.resolve(x) resolve: function resolve(x) { return promiseResolve(LIBRARY && this === Wrapper ? $Promise : this, x); } }); $export($export.S + $export.F * !(USE_NATIVE && __webpack_require__(3229)(function (iter) { $Promise.all(iter)['catch'](empty); })), PROMISE, { // 25.4.4.1 Promise.all(iterable) all: function all(iterable) { var C = this; var capability = newPromiseCapability(C); var resolve = capability.resolve; var reject = capability.reject; var result = perform(function () { var values = []; var index = 0; var remaining = 1; forOf(iterable, false, function (promise) { var $index = index++; var alreadyCalled = false; values.push(undefined); remaining++; C.resolve(promise).then(function (value) { if (alreadyCalled) return; alreadyCalled = true; values[$index] = value; --remaining || resolve(values); }, reject); }); --remaining || resolve(values); }); if (result.e) reject(result.v); return capability.promise; }, // 25.4.4.4 Promise.race(iterable) race: function race(iterable) { var C = this; var capability = newPromiseCapability(C); var reject = capability.reject; var result = perform(function () { forOf(iterable, false, function (promise) { C.resolve(promise).then(capability.resolve, reject); }); }); if (result.e) reject(result.v); return capability.promise; } }); /***/ }), /***/ 39757: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 26.1.1 Reflect.apply(target, thisArgument, argumentsList) var $export = __webpack_require__(61693); var aFunction = __webpack_require__(50666); var anObject = __webpack_require__(85075); var rApply = (__webpack_require__(24405).Reflect || {}).apply; var fApply = Function.apply; // MS Edge argumentsList argument is optional $export($export.S + $export.F * !__webpack_require__(10496)(function () { rApply(function () { /* empty */ }); }), 'Reflect', { apply: function apply(target, thisArgument, argumentsList) { var T = aFunction(target); var L = anObject(argumentsList); return rApply ? rApply(T, thisArgument, L) : fApply.call(T, thisArgument, L); } }); /***/ }), /***/ 28545: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 26.1.2 Reflect.construct(target, argumentsList [, newTarget]) var $export = __webpack_require__(61693); var create = __webpack_require__(6088); var aFunction = __webpack_require__(50666); var anObject = __webpack_require__(85075); var isObject = __webpack_require__(49708); var fails = __webpack_require__(10496); var bind = __webpack_require__(47240); var rConstruct = (__webpack_require__(24405).Reflect || {}).construct; // MS Edge supports only 2 arguments and argumentsList argument is optional // FF Nightly sets third argument as `new.target`, but does not create `this` from it var NEW_TARGET_BUG = fails(function () { function F() { /* empty */ } return !(rConstruct(function () { /* empty */ }, [], F) instanceof F); }); var ARGS_BUG = !fails(function () { rConstruct(function () { /* empty */ }); }); $export($export.S + $export.F * (NEW_TARGET_BUG || ARGS_BUG), 'Reflect', { construct: function construct(Target, args /* , newTarget */) { aFunction(Target); anObject(args); var newTarget = arguments.length < 3 ? Target : aFunction(arguments[2]); if (ARGS_BUG && !NEW_TARGET_BUG) return rConstruct(Target, args, newTarget); if (Target == newTarget) { // w/o altered newTarget, optimization for 0-4 arguments switch (args.length) { case 0: return new Target(); case 1: return new Target(args[0]); case 2: return new Target(args[0], args[1]); case 3: return new Target(args[0], args[1], args[2]); case 4: return new Target(args[0], args[1], args[2], args[3]); } // w/o altered newTarget, lot of arguments case var $args = [null]; $args.push.apply($args, args); return new (bind.apply(Target, $args))(); } // with altered newTarget, not support built-in constructors var proto = newTarget.prototype; var instance = create(isObject(proto) ? proto : Object.prototype); var result = Function.apply.call(Target, instance, args); return isObject(result) ? result : instance; } }); /***/ }), /***/ 13451: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 26.1.3 Reflect.defineProperty(target, propertyKey, attributes) var dP = __webpack_require__(24213); var $export = __webpack_require__(61693); var anObject = __webpack_require__(85075); var toPrimitive = __webpack_require__(23825); // MS Edge has broken Reflect.defineProperty - throwing instead of returning false $export($export.S + $export.F * __webpack_require__(10496)(function () { // eslint-disable-next-line no-undef Reflect.defineProperty(dP.f({}, 1, { value: 1 }), 1, { value: 2 }); }), 'Reflect', { defineProperty: function defineProperty(target, propertyKey, attributes) { anObject(target); propertyKey = toPrimitive(propertyKey, true); anObject(attributes); try { dP.f(target, propertyKey, attributes); return true; } catch (e) { return false; } } }); /***/ }), /***/ 93735: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 26.1.4 Reflect.deleteProperty(target, propertyKey) var $export = __webpack_require__(61693); var gOPD = __webpack_require__(99015).f; var anObject = __webpack_require__(85075); $export($export.S, 'Reflect', { deleteProperty: function deleteProperty(target, propertyKey) { var desc = gOPD(anObject(target), propertyKey); return desc && !desc.configurable ? false : delete target[propertyKey]; } }); /***/ }), /***/ 16012: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // 26.1.5 Reflect.enumerate(target) var $export = __webpack_require__(61693); var anObject = __webpack_require__(85075); var Enumerate = function (iterated) { this._t = anObject(iterated); // target this._i = 0; // next index var keys = this._k = []; // keys var key; for (key in iterated) keys.push(key); }; __webpack_require__(39614)(Enumerate, 'Object', function () { var that = this; var keys = that._k; var key; do { if (that._i >= keys.length) return { value: undefined, done: true }; } while (!((key = keys[that._i++]) in that._t)); return { value: key, done: false }; }); $export($export.S, 'Reflect', { enumerate: function enumerate(target) { return new Enumerate(target); } }); /***/ }), /***/ 13806: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 26.1.7 Reflect.getOwnPropertyDescriptor(target, propertyKey) var gOPD = __webpack_require__(99015); var $export = __webpack_require__(61693); var anObject = __webpack_require__(85075); $export($export.S, 'Reflect', { getOwnPropertyDescriptor: function getOwnPropertyDescriptor(target, propertyKey) { return gOPD.f(anObject(target), propertyKey); } }); /***/ }), /***/ 29063: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 26.1.8 Reflect.getPrototypeOf(target) var $export = __webpack_require__(61693); var getProto = __webpack_require__(88539); var anObject = __webpack_require__(85075); $export($export.S, 'Reflect', { getPrototypeOf: function getPrototypeOf(target) { return getProto(anObject(target)); } }); /***/ }), /***/ 39849: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 26.1.6 Reflect.get(target, propertyKey [, receiver]) var gOPD = __webpack_require__(99015); var getPrototypeOf = __webpack_require__(88539); var has = __webpack_require__(83050); var $export = __webpack_require__(61693); var isObject = __webpack_require__(49708); var anObject = __webpack_require__(85075); function get(target, propertyKey /* , receiver */) { var receiver = arguments.length < 3 ? target : arguments[2]; var desc, proto; if (anObject(target) === receiver) return target[propertyKey]; if (desc = gOPD.f(target, propertyKey)) return has(desc, 'value') ? desc.value : desc.get !== undefined ? desc.get.call(receiver) : undefined; if (isObject(proto = getPrototypeOf(target))) return get(proto, propertyKey, receiver); } $export($export.S, 'Reflect', { get: get }); /***/ }), /***/ 71111: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 26.1.9 Reflect.has(target, propertyKey) var $export = __webpack_require__(61693); $export($export.S, 'Reflect', { has: function has(target, propertyKey) { return propertyKey in target; } }); /***/ }), /***/ 42413: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 26.1.10 Reflect.isExtensible(target) var $export = __webpack_require__(61693); var anObject = __webpack_require__(85075); var $isExtensible = Object.isExtensible; $export($export.S, 'Reflect', { isExtensible: function isExtensible(target) { anObject(target); return $isExtensible ? $isExtensible(target) : true; } }); /***/ }), /***/ 17098: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 26.1.11 Reflect.ownKeys(target) var $export = __webpack_require__(61693); $export($export.S, 'Reflect', { ownKeys: __webpack_require__(2275) }); /***/ }), /***/ 2294: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 26.1.12 Reflect.preventExtensions(target) var $export = __webpack_require__(61693); var anObject = __webpack_require__(85075); var $preventExtensions = Object.preventExtensions; $export($export.S, 'Reflect', { preventExtensions: function preventExtensions(target) { anObject(target); try { if ($preventExtensions) $preventExtensions(target); return true; } catch (e) { return false; } } }); /***/ }), /***/ 36938: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 26.1.14 Reflect.setPrototypeOf(target, proto) var $export = __webpack_require__(61693); var setProto = __webpack_require__(41794); if (setProto) $export($export.S, 'Reflect', { setPrototypeOf: function setPrototypeOf(target, proto) { setProto.check(target, proto); try { setProto.set(target, proto); return true; } catch (e) { return false; } } }); /***/ }), /***/ 29920: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 26.1.13 Reflect.set(target, propertyKey, V [, receiver]) var dP = __webpack_require__(24213); var gOPD = __webpack_require__(99015); var getPrototypeOf = __webpack_require__(88539); var has = __webpack_require__(83050); var $export = __webpack_require__(61693); var createDesc = __webpack_require__(33388); var anObject = __webpack_require__(85075); var isObject = __webpack_require__(49708); function set(target, propertyKey, V /* , receiver */) { var receiver = arguments.length < 4 ? target : arguments[3]; var ownDesc = gOPD.f(anObject(target), propertyKey); var existingDescriptor, proto; if (!ownDesc) { if (isObject(proto = getPrototypeOf(target))) { return set(proto, propertyKey, V, receiver); } ownDesc = createDesc(0); } if (has(ownDesc, 'value')) { if (ownDesc.writable === false || !isObject(receiver)) return false; if (existingDescriptor = gOPD.f(receiver, propertyKey)) { if (existingDescriptor.get || existingDescriptor.set || existingDescriptor.writable === false) return false; existingDescriptor.value = V; dP.f(receiver, propertyKey, existingDescriptor); } else dP.f(receiver, propertyKey, createDesc(0, V)); return true; } return ownDesc.set === undefined ? false : (ownDesc.set.call(receiver, V), true); } $export($export.S, 'Reflect', { set: set }); /***/ }), /***/ 41544: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var global = __webpack_require__(24405); var inheritIfRequired = __webpack_require__(77856); var dP = __webpack_require__(24213).f; var gOPN = __webpack_require__(77173).f; var isRegExp = __webpack_require__(70939); var $flags = __webpack_require__(95660); var $RegExp = global.RegExp; var Base = $RegExp; var proto = $RegExp.prototype; var re1 = /a/g; var re2 = /a/g; // "new" creates a new object, old webkit buggy here var CORRECT_NEW = new $RegExp(re1) !== re1; if (__webpack_require__(83144) && (!CORRECT_NEW || __webpack_require__(10496)(function () { re2[__webpack_require__(64410)('match')] = false; // RegExp constructor can alter flags and IsRegExp works correct with @@match return $RegExp(re1) != re1 || $RegExp(re2) == re2 || $RegExp(re1, 'i') != '/a/i'; }))) { $RegExp = function RegExp(p, f) { var tiRE = this instanceof $RegExp; var piRE = isRegExp(p); var fiU = f === undefined; return !tiRE && piRE && p.constructor === $RegExp && fiU ? p : inheritIfRequired(CORRECT_NEW ? new Base(piRE && !fiU ? p.source : p, f) : Base((piRE = p instanceof $RegExp) ? p.source : p, piRE && fiU ? $flags.call(p) : f) , tiRE ? this : proto, $RegExp); }; var proxy = function (key) { key in $RegExp || dP($RegExp, key, { configurable: true, get: function () { return Base[key]; }, set: function (it) { Base[key] = it; } }); }; for (var keys = gOPN(Base), i = 0; keys.length > i;) proxy(keys[i++]); proto.constructor = $RegExp; $RegExp.prototype = proto; __webpack_require__(69593)(global, 'RegExp', $RegExp); } __webpack_require__(72373)('RegExp'); /***/ }), /***/ 47515: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var regexpExec = __webpack_require__(72562); __webpack_require__(61693)({ target: 'RegExp', proto: true, forced: regexpExec !== /./.exec }, { exec: regexpExec }); /***/ }), /***/ 15155: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // 21.2.5.3 get RegExp.prototype.flags() if (__webpack_require__(83144) && /./g.flags != 'g') __webpack_require__(24213).f(RegExp.prototype, 'flags', { configurable: true, get: __webpack_require__(95660) }); /***/ }), /***/ 94675: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var anObject = __webpack_require__(85075); var toLength = __webpack_require__(15263); var advanceStringIndex = __webpack_require__(10990); var regExpExec = __webpack_require__(26798); // @@match logic __webpack_require__(87925)('match', 1, function (defined, MATCH, $match, maybeCallNative) { return [ // `String.prototype.match` method // https://tc39.github.io/ecma262/#sec-string.prototype.match function match(regexp) { var O = defined(this); var fn = regexp == undefined ? undefined : regexp[MATCH]; return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[MATCH](String(O)); }, // `RegExp.prototype[@@match]` method // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@match function (regexp) { var res = maybeCallNative($match, regexp, this); if (res.done) return res.value; var rx = anObject(regexp); var S = String(this); if (!rx.global) return regExpExec(rx, S); var fullUnicode = rx.unicode; rx.lastIndex = 0; var A = []; var n = 0; var result; while ((result = regExpExec(rx, S)) !== null) { var matchStr = String(result[0]); A[n] = matchStr; if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode); n++; } return n === 0 ? null : A; } ]; }); /***/ }), /***/ 21983: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var anObject = __webpack_require__(85075); var toObject = __webpack_require__(16040); var toLength = __webpack_require__(15263); var toInteger = __webpack_require__(94058); var advanceStringIndex = __webpack_require__(10990); var regExpExec = __webpack_require__(26798); var max = Math.max; var min = Math.min; var floor = Math.floor; var SUBSTITUTION_SYMBOLS = /\$([$&`']|\d\d?|<[^>]*>)/g; var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&`']|\d\d?)/g; var maybeToString = function (it) { return it === undefined ? it : String(it); }; // @@replace logic __webpack_require__(87925)('replace', 2, function (defined, REPLACE, $replace, maybeCallNative) { return [ // `String.prototype.replace` method // https://tc39.github.io/ecma262/#sec-string.prototype.replace function replace(searchValue, replaceValue) { var O = defined(this); var fn = searchValue == undefined ? undefined : searchValue[REPLACE]; return fn !== undefined ? fn.call(searchValue, O, replaceValue) : $replace.call(String(O), searchValue, replaceValue); }, // `RegExp.prototype[@@replace]` method // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace function (regexp, replaceValue) { var res = maybeCallNative($replace, regexp, this, replaceValue); if (res.done) return res.value; var rx = anObject(regexp); var S = String(this); var functionalReplace = typeof replaceValue === 'function'; if (!functionalReplace) replaceValue = String(replaceValue); var global = rx.global; if (global) { var fullUnicode = rx.unicode; rx.lastIndex = 0; } var results = []; while (true) { var result = regExpExec(rx, S); if (result === null) break; results.push(result); if (!global) break; var matchStr = String(result[0]); if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode); } var accumulatedResult = ''; var nextSourcePosition = 0; for (var i = 0; i < results.length; i++) { result = results[i]; var matched = String(result[0]); var position = max(min(toInteger(result.index), S.length), 0); var captures = []; // NOTE: This is equivalent to // captures = result.slice(1).map(maybeToString) // but for some reason `nativeSlice.call(result, 1, result.length)` (called in // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it. for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j])); var namedCaptures = result.groups; if (functionalReplace) { var replacerArgs = [matched].concat(captures, position, S); if (namedCaptures !== undefined) replacerArgs.push(namedCaptures); var replacement = String(replaceValue.apply(undefined, replacerArgs)); } else { replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue); } if (position >= nextSourcePosition) { accumulatedResult += S.slice(nextSourcePosition, position) + replacement; nextSourcePosition = position + matched.length; } } return accumulatedResult + S.slice(nextSourcePosition); } ]; // https://tc39.github.io/ecma262/#sec-getsubstitution function getSubstitution(matched, str, position, captures, namedCaptures, replacement) { var tailPos = position + matched.length; var m = captures.length; var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED; if (namedCaptures !== undefined) { namedCaptures = toObject(namedCaptures); symbols = SUBSTITUTION_SYMBOLS; } return $replace.call(replacement, symbols, function (match, ch) { var capture; switch (ch.charAt(0)) { case '$': return '$'; case '&': return matched; case '`': return str.slice(0, position); case "'": return str.slice(tailPos); case '<': capture = namedCaptures[ch.slice(1, -1)]; break; default: // \d\d? var n = +ch; if (n === 0) return match; if (n > m) { var f = floor(n / 10); if (f === 0) return match; if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1); return match; } capture = captures[n - 1]; } return capture === undefined ? '' : capture; }); } }); /***/ }), /***/ 96285: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var anObject = __webpack_require__(85075); var sameValue = __webpack_require__(41366); var regExpExec = __webpack_require__(26798); // @@search logic __webpack_require__(87925)('search', 1, function (defined, SEARCH, $search, maybeCallNative) { return [ // `String.prototype.search` method // https://tc39.github.io/ecma262/#sec-string.prototype.search function search(regexp) { var O = defined(this); var fn = regexp == undefined ? undefined : regexp[SEARCH]; return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O)); }, // `RegExp.prototype[@@search]` method // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@search function (regexp) { var res = maybeCallNative($search, regexp, this); if (res.done) return res.value; var rx = anObject(regexp); var S = String(this); var previousLastIndex = rx.lastIndex; if (!sameValue(previousLastIndex, 0)) rx.lastIndex = 0; var result = regExpExec(rx, S); if (!sameValue(rx.lastIndex, previousLastIndex)) rx.lastIndex = previousLastIndex; return result === null ? -1 : result.index; } ]; }); /***/ }), /***/ 92467: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var isRegExp = __webpack_require__(70939); var anObject = __webpack_require__(85075); var speciesConstructor = __webpack_require__(33611); var advanceStringIndex = __webpack_require__(10990); var toLength = __webpack_require__(15263); var callRegExpExec = __webpack_require__(26798); var regexpExec = __webpack_require__(72562); var fails = __webpack_require__(10496); var $min = Math.min; var $push = [].push; var $SPLIT = 'split'; var LENGTH = 'length'; var LAST_INDEX = 'lastIndex'; var MAX_UINT32 = 0xffffffff; // babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError var SUPPORTS_Y = !fails(function () { RegExp(MAX_UINT32, 'y'); }); // @@split logic __webpack_require__(87925)('split', 2, function (defined, SPLIT, $split, maybeCallNative) { var internalSplit; if ( 'abbc'[$SPLIT](/(b)*/)[1] == 'c' || 'test'[$SPLIT](/(?:)/, -1)[LENGTH] != 4 || 'ab'[$SPLIT](/(?:ab)*/)[LENGTH] != 2 || '.'[$SPLIT](/(.?)(.?)/)[LENGTH] != 4 || '.'[$SPLIT](/()()/)[LENGTH] > 1 || ''[$SPLIT](/.?/)[LENGTH] ) { // based on es5-shim implementation, need to rework it internalSplit = function (separator, limit) { var string = String(this); if (separator === undefined && limit === 0) return []; // If `separator` is not a regex, use native split if (!isRegExp(separator)) return $split.call(string, separator, limit); var output = []; var flags = (separator.ignoreCase ? 'i' : '') + (separator.multiline ? 'm' : '') + (separator.unicode ? 'u' : '') + (separator.sticky ? 'y' : ''); var lastLastIndex = 0; var splitLimit = limit === undefined ? MAX_UINT32 : limit >>> 0; // Make `global` and avoid `lastIndex` issues by working with a copy var separatorCopy = new RegExp(separator.source, flags + 'g'); var match, lastIndex, lastLength; while (match = regexpExec.call(separatorCopy, string)) { lastIndex = separatorCopy[LAST_INDEX]; if (lastIndex > lastLastIndex) { output.push(string.slice(lastLastIndex, match.index)); if (match[LENGTH] > 1 && match.index < string[LENGTH]) $push.apply(output, match.slice(1)); lastLength = match[0][LENGTH]; lastLastIndex = lastIndex; if (output[LENGTH] >= splitLimit) break; } if (separatorCopy[LAST_INDEX] === match.index) separatorCopy[LAST_INDEX]++; // Avoid an infinite loop } if (lastLastIndex === string[LENGTH]) { if (lastLength || !separatorCopy.test('')) output.push(''); } else output.push(string.slice(lastLastIndex)); return output[LENGTH] > splitLimit ? output.slice(0, splitLimit) : output; }; // Chakra, V8 } else if ('0'[$SPLIT](undefined, 0)[LENGTH]) { internalSplit = function (separator, limit) { return separator === undefined && limit === 0 ? [] : $split.call(this, separator, limit); }; } else { internalSplit = $split; } return [ // `String.prototype.split` method // https://tc39.github.io/ecma262/#sec-string.prototype.split function split(separator, limit) { var O = defined(this); var splitter = separator == undefined ? undefined : separator[SPLIT]; return splitter !== undefined ? splitter.call(separator, O, limit) : internalSplit.call(String(O), separator, limit); }, // `RegExp.prototype[@@split]` method // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@split // // NOTE: This cannot be properly polyfilled in engines that don't support // the 'y' flag. function (regexp, limit) { var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== $split); if (res.done) return res.value; var rx = anObject(regexp); var S = String(this); var C = speciesConstructor(rx, RegExp); var unicodeMatching = rx.unicode; var flags = (rx.ignoreCase ? 'i' : '') + (rx.multiline ? 'm' : '') + (rx.unicode ? 'u' : '') + (SUPPORTS_Y ? 'y' : 'g'); // ^(? + rx + ) is needed, in combination with some S slicing, to // simulate the 'y' flag. var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags); var lim = limit === undefined ? MAX_UINT32 : limit >>> 0; if (lim === 0) return []; if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : []; var p = 0; var q = 0; var A = []; while (q < S.length) { splitter.lastIndex = SUPPORTS_Y ? q : 0; var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q)); var e; if ( z === null || (e = $min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p ) { q = advanceStringIndex(S, q, unicodeMatching); } else { A.push(S.slice(p, q)); if (A.length === lim) return A; for (var i = 1; i <= z.length - 1; i++) { A.push(z[i]); if (A.length === lim) return A; } q = p = e; } } A.push(S.slice(p)); return A; } ]; }); /***/ }), /***/ 80223: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; __webpack_require__(15155); var anObject = __webpack_require__(85075); var $flags = __webpack_require__(95660); var DESCRIPTORS = __webpack_require__(83144); var TO_STRING = 'toString'; var $toString = /./[TO_STRING]; var define = function (fn) { __webpack_require__(69593)(RegExp.prototype, TO_STRING, fn, true); }; // 21.2.5.14 RegExp.prototype.toString() if (__webpack_require__(10496)(function () { return $toString.call({ source: 'a', flags: 'b' }) != '/a/b'; })) { define(function toString() { var R = anObject(this); return '/'.concat(R.source, '/', 'flags' in R ? R.flags : !DESCRIPTORS && R instanceof RegExp ? $flags.call(R) : undefined); }); // FF44- RegExp#toString has a wrong name } else if ($toString.name != TO_STRING) { define(function toString() { return $toString.call(this); }); } /***/ }), /***/ 59594: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var strong = __webpack_require__(37647); var validate = __webpack_require__(51554); var SET = 'Set'; // 23.2 Set Objects module.exports = __webpack_require__(8107)(SET, function (get) { return function Set() { return get(this, arguments.length > 0 ? arguments[0] : undefined); }; }, { // 23.2.3.1 Set.prototype.add(value) add: function add(value) { return strong.def(validate(this, SET), value = value === 0 ? 0 : value, value); } }, strong); /***/ }), /***/ 13583: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // B.2.3.2 String.prototype.anchor(name) __webpack_require__(47742)('anchor', function (createHTML) { return function anchor(name) { return createHTML(this, 'a', 'name', name); }; }); /***/ }), /***/ 24234: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // B.2.3.3 String.prototype.big() __webpack_require__(47742)('big', function (createHTML) { return function big() { return createHTML(this, 'big', '', ''); }; }); /***/ }), /***/ 76853: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // B.2.3.4 String.prototype.blink() __webpack_require__(47742)('blink', function (createHTML) { return function blink() { return createHTML(this, 'blink', '', ''); }; }); /***/ }), /***/ 95165: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // B.2.3.5 String.prototype.bold() __webpack_require__(47742)('bold', function (createHTML) { return function bold() { return createHTML(this, 'b', '', ''); }; }); /***/ }), /***/ 90730: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var $at = __webpack_require__(25454)(false); $export($export.P, 'String', { // 21.1.3.3 String.prototype.codePointAt(pos) codePointAt: function codePointAt(pos) { return $at(this, pos); } }); /***/ }), /***/ 83948: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // 21.1.3.6 String.prototype.endsWith(searchString [, endPosition]) var $export = __webpack_require__(61693); var toLength = __webpack_require__(15263); var context = __webpack_require__(31452); var ENDS_WITH = 'endsWith'; var $endsWith = ''[ENDS_WITH]; $export($export.P + $export.F * __webpack_require__(90528)(ENDS_WITH), 'String', { endsWith: function endsWith(searchString /* , endPosition = @length */) { var that = context(this, searchString, ENDS_WITH); var endPosition = arguments.length > 1 ? arguments[1] : undefined; var len = toLength(that.length); var end = endPosition === undefined ? len : Math.min(toLength(endPosition), len); var search = String(searchString); return $endsWith ? $endsWith.call(that, search, end) : that.slice(end - search.length, end) === search; } }); /***/ }), /***/ 44050: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // B.2.3.6 String.prototype.fixed() __webpack_require__(47742)('fixed', function (createHTML) { return function fixed() { return createHTML(this, 'tt', '', ''); }; }); /***/ }), /***/ 7868: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // B.2.3.7 String.prototype.fontcolor(color) __webpack_require__(47742)('fontcolor', function (createHTML) { return function fontcolor(color) { return createHTML(this, 'font', 'color', color); }; }); /***/ }), /***/ 41191: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // B.2.3.8 String.prototype.fontsize(size) __webpack_require__(47742)('fontsize', function (createHTML) { return function fontsize(size) { return createHTML(this, 'font', 'size', size); }; }); /***/ }), /***/ 33684: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var $export = __webpack_require__(61693); var toAbsoluteIndex = __webpack_require__(39519); var fromCharCode = String.fromCharCode; var $fromCodePoint = String.fromCodePoint; // length should be 1, old FF problem $export($export.S + $export.F * (!!$fromCodePoint && $fromCodePoint.length != 1), 'String', { // 21.1.2.2 String.fromCodePoint(...codePoints) fromCodePoint: function fromCodePoint(x) { // eslint-disable-line no-unused-vars var res = []; var aLen = arguments.length; var i = 0; var code; while (aLen > i) { code = +arguments[i++]; if (toAbsoluteIndex(code, 0x10ffff) !== code) throw RangeError(code + ' is not a valid code point'); res.push(code < 0x10000 ? fromCharCode(code) : fromCharCode(((code -= 0x10000) >> 10) + 0xd800, code % 0x400 + 0xdc00) ); } return res.join(''); } }); /***/ }), /***/ 24487: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // 21.1.3.7 String.prototype.includes(searchString, position = 0) var $export = __webpack_require__(61693); var context = __webpack_require__(31452); var INCLUDES = 'includes'; $export($export.P + $export.F * __webpack_require__(90528)(INCLUDES), 'String', { includes: function includes(searchString /* , position = 0 */) { return !!~context(this, searchString, INCLUDES) .indexOf(searchString, arguments.length > 1 ? arguments[1] : undefined); } }); /***/ }), /***/ 65220: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // B.2.3.9 String.prototype.italics() __webpack_require__(47742)('italics', function (createHTML) { return function italics() { return createHTML(this, 'i', '', ''); }; }); /***/ }), /***/ 11872: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $at = __webpack_require__(25454)(true); // 21.1.3.27 String.prototype[@@iterator]() __webpack_require__(15706)(String, 'String', function (iterated) { this._t = String(iterated); // target this._i = 0; // next index // 21.1.5.2.1 %StringIteratorPrototype%.next() }, function () { var O = this._t; var index = this._i; var point; if (index >= O.length) return { value: undefined, done: true }; point = $at(O, index); this._i += point.length; return { value: point, done: false }; }); /***/ }), /***/ 81644: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // B.2.3.10 String.prototype.link(url) __webpack_require__(47742)('link', function (createHTML) { return function link(url) { return createHTML(this, 'a', 'href', url); }; }); /***/ }), /***/ 96373: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var $export = __webpack_require__(61693); var toIObject = __webpack_require__(76282); var toLength = __webpack_require__(15263); $export($export.S, 'String', { // 21.1.2.4 String.raw(callSite, ...substitutions) raw: function raw(callSite) { var tpl = toIObject(callSite.raw); var len = toLength(tpl.length); var aLen = arguments.length; var res = []; var i = 0; while (len > i) { res.push(String(tpl[i++])); if (i < aLen) res.push(String(arguments[i])); } return res.join(''); } }); /***/ }), /***/ 92778: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var $export = __webpack_require__(61693); $export($export.P, 'String', { // 21.1.3.13 String.prototype.repeat(count) repeat: __webpack_require__(23874) }); /***/ }), /***/ 34609: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // B.2.3.11 String.prototype.small() __webpack_require__(47742)('small', function (createHTML) { return function small() { return createHTML(this, 'small', '', ''); }; }); /***/ }), /***/ 51390: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // 21.1.3.18 String.prototype.startsWith(searchString [, position ]) var $export = __webpack_require__(61693); var toLength = __webpack_require__(15263); var context = __webpack_require__(31452); var STARTS_WITH = 'startsWith'; var $startsWith = ''[STARTS_WITH]; $export($export.P + $export.F * __webpack_require__(90528)(STARTS_WITH), 'String', { startsWith: function startsWith(searchString /* , position = 0 */) { var that = context(this, searchString, STARTS_WITH); var index = toLength(Math.min(arguments.length > 1 ? arguments[1] : undefined, that.length)); var search = String(searchString); return $startsWith ? $startsWith.call(that, search, index) : that.slice(index, index + search.length) === search; } }); /***/ }), /***/ 91627: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // B.2.3.12 String.prototype.strike() __webpack_require__(47742)('strike', function (createHTML) { return function strike() { return createHTML(this, 'strike', '', ''); }; }); /***/ }), /***/ 8942: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // B.2.3.13 String.prototype.sub() __webpack_require__(47742)('sub', function (createHTML) { return function sub() { return createHTML(this, 'sub', '', ''); }; }); /***/ }), /***/ 98325: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // B.2.3.14 String.prototype.sup() __webpack_require__(47742)('sup', function (createHTML) { return function sup() { return createHTML(this, 'sup', '', ''); }; }); /***/ }), /***/ 82067: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // 21.1.3.25 String.prototype.trim() __webpack_require__(25480)('trim', function ($trim) { return function trim() { return $trim(this, 3); }; }); /***/ }), /***/ 70107: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // ECMAScript 6 symbols shim var global = __webpack_require__(24405); var has = __webpack_require__(83050); var DESCRIPTORS = __webpack_require__(83144); var $export = __webpack_require__(61693); var redefine = __webpack_require__(69593); var META = __webpack_require__(18648).KEY; var $fails = __webpack_require__(10496); var shared = __webpack_require__(47104); var setToStringTag = __webpack_require__(25572); var uid = __webpack_require__(7767); var wks = __webpack_require__(64410); var wksExt = __webpack_require__(63438); var wksDefine = __webpack_require__(94519); var enumKeys = __webpack_require__(86522); var isArray = __webpack_require__(63623); var anObject = __webpack_require__(85075); var isObject = __webpack_require__(49708); var toObject = __webpack_require__(16040); var toIObject = __webpack_require__(76282); var toPrimitive = __webpack_require__(23825); var createDesc = __webpack_require__(33388); var _create = __webpack_require__(6088); var gOPNExt = __webpack_require__(73233); var $GOPD = __webpack_require__(99015); var $GOPS = __webpack_require__(68910); var $DP = __webpack_require__(24213); var $keys = __webpack_require__(31126); var gOPD = $GOPD.f; var dP = $DP.f; var gOPN = gOPNExt.f; var $Symbol = global.Symbol; var $JSON = global.JSON; var _stringify = $JSON && $JSON.stringify; var PROTOTYPE = 'prototype'; var HIDDEN = wks('_hidden'); var TO_PRIMITIVE = wks('toPrimitive'); var isEnum = {}.propertyIsEnumerable; var SymbolRegistry = shared('symbol-registry'); var AllSymbols = shared('symbols'); var OPSymbols = shared('op-symbols'); var ObjectProto = Object[PROTOTYPE]; var USE_NATIVE = typeof $Symbol == 'function' && !!$GOPS.f; var QObject = global.QObject; // Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173 var setter = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild; // fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687 var setSymbolDesc = DESCRIPTORS && $fails(function () { return _create(dP({}, 'a', { get: function () { return dP(this, 'a', { value: 7 }).a; } })).a != 7; }) ? function (it, key, D) { var protoDesc = gOPD(ObjectProto, key); if (protoDesc) delete ObjectProto[key]; dP(it, key, D); if (protoDesc && it !== ObjectProto) dP(ObjectProto, key, protoDesc); } : dP; var wrap = function (tag) { var sym = AllSymbols[tag] = _create($Symbol[PROTOTYPE]); sym._k = tag; return sym; }; var isSymbol = USE_NATIVE && typeof $Symbol.iterator == 'symbol' ? function (it) { return typeof it == 'symbol'; } : function (it) { return it instanceof $Symbol; }; var $defineProperty = function defineProperty(it, key, D) { if (it === ObjectProto) $defineProperty(OPSymbols, key, D); anObject(it); key = toPrimitive(key, true); anObject(D); if (has(AllSymbols, key)) { if (!D.enumerable) { if (!has(it, HIDDEN)) dP(it, HIDDEN, createDesc(1, {})); it[HIDDEN][key] = true; } else { if (has(it, HIDDEN) && it[HIDDEN][key]) it[HIDDEN][key] = false; D = _create(D, { enumerable: createDesc(0, false) }); } return setSymbolDesc(it, key, D); } return dP(it, key, D); }; var $defineProperties = function defineProperties(it, P) { anObject(it); var keys = enumKeys(P = toIObject(P)); var i = 0; var l = keys.length; var key; while (l > i) $defineProperty(it, key = keys[i++], P[key]); return it; }; var $create = function create(it, P) { return P === undefined ? _create(it) : $defineProperties(_create(it), P); }; var $propertyIsEnumerable = function propertyIsEnumerable(key) { var E = isEnum.call(this, key = toPrimitive(key, true)); if (this === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return false; return E || !has(this, key) || !has(AllSymbols, key) || has(this, HIDDEN) && this[HIDDEN][key] ? E : true; }; var $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(it, key) { it = toIObject(it); key = toPrimitive(key, true); if (it === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return; var D = gOPD(it, key); if (D && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) D.enumerable = true; return D; }; var $getOwnPropertyNames = function getOwnPropertyNames(it) { var names = gOPN(toIObject(it)); var result = []; var i = 0; var key; while (names.length > i) { if (!has(AllSymbols, key = names[i++]) && key != HIDDEN && key != META) result.push(key); } return result; }; var $getOwnPropertySymbols = function getOwnPropertySymbols(it) { var IS_OP = it === ObjectProto; var names = gOPN(IS_OP ? OPSymbols : toIObject(it)); var result = []; var i = 0; var key; while (names.length > i) { if (has(AllSymbols, key = names[i++]) && (IS_OP ? has(ObjectProto, key) : true)) result.push(AllSymbols[key]); } return result; }; // 19.4.1.1 Symbol([description]) if (!USE_NATIVE) { $Symbol = function Symbol() { if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor!'); var tag = uid(arguments.length > 0 ? arguments[0] : undefined); var $set = function (value) { if (this === ObjectProto) $set.call(OPSymbols, value); if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false; setSymbolDesc(this, tag, createDesc(1, value)); }; if (DESCRIPTORS && setter) setSymbolDesc(ObjectProto, tag, { configurable: true, set: $set }); return wrap(tag); }; redefine($Symbol[PROTOTYPE], 'toString', function toString() { return this._k; }); $GOPD.f = $getOwnPropertyDescriptor; $DP.f = $defineProperty; __webpack_require__(77173).f = gOPNExt.f = $getOwnPropertyNames; __webpack_require__(2806).f = $propertyIsEnumerable; $GOPS.f = $getOwnPropertySymbols; if (DESCRIPTORS && !__webpack_require__(14925)) { redefine(ObjectProto, 'propertyIsEnumerable', $propertyIsEnumerable, true); } wksExt.f = function (name) { return wrap(wks(name)); }; } $export($export.G + $export.W + $export.F * !USE_NATIVE, { Symbol: $Symbol }); for (var es6Symbols = ( // 19.4.2.2, 19.4.2.3, 19.4.2.4, 19.4.2.6, 19.4.2.8, 19.4.2.9, 19.4.2.10, 19.4.2.11, 19.4.2.12, 19.4.2.13, 19.4.2.14 'hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables' ).split(','), j = 0; es6Symbols.length > j;)wks(es6Symbols[j++]); for (var wellKnownSymbols = $keys(wks.store), k = 0; wellKnownSymbols.length > k;) wksDefine(wellKnownSymbols[k++]); $export($export.S + $export.F * !USE_NATIVE, 'Symbol', { // 19.4.2.1 Symbol.for(key) 'for': function (key) { return has(SymbolRegistry, key += '') ? SymbolRegistry[key] : SymbolRegistry[key] = $Symbol(key); }, // 19.4.2.5 Symbol.keyFor(sym) keyFor: function keyFor(sym) { if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol!'); for (var key in SymbolRegistry) if (SymbolRegistry[key] === sym) return key; }, useSetter: function () { setter = true; }, useSimple: function () { setter = false; } }); $export($export.S + $export.F * !USE_NATIVE, 'Object', { // 19.1.2.2 Object.create(O [, Properties]) create: $create, // 19.1.2.4 Object.defineProperty(O, P, Attributes) defineProperty: $defineProperty, // 19.1.2.3 Object.defineProperties(O, Properties) defineProperties: $defineProperties, // 19.1.2.6 Object.getOwnPropertyDescriptor(O, P) getOwnPropertyDescriptor: $getOwnPropertyDescriptor, // 19.1.2.7 Object.getOwnPropertyNames(O) getOwnPropertyNames: $getOwnPropertyNames, // 19.1.2.8 Object.getOwnPropertySymbols(O) getOwnPropertySymbols: $getOwnPropertySymbols }); // Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives // https://bugs.chromium.org/p/v8/issues/detail?id=3443 var FAILS_ON_PRIMITIVES = $fails(function () { $GOPS.f(1); }); $export($export.S + $export.F * FAILS_ON_PRIMITIVES, 'Object', { getOwnPropertySymbols: function getOwnPropertySymbols(it) { return $GOPS.f(toObject(it)); } }); // 24.3.2 JSON.stringify(value [, replacer [, space]]) $JSON && $export($export.S + $export.F * (!USE_NATIVE || $fails(function () { var S = $Symbol(); // MS Edge converts symbol values to JSON as {} // WebKit converts symbol values to JSON as null // V8 throws on boxed symbols return _stringify([S]) != '[null]' || _stringify({ a: S }) != '{}' || _stringify(Object(S)) != '{}'; })), 'JSON', { stringify: function stringify(it) { var args = [it]; var i = 1; var replacer, $replacer; while (arguments.length > i) args.push(arguments[i++]); $replacer = replacer = args[1]; if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined if (!isArray(replacer)) replacer = function (key, value) { if (typeof $replacer == 'function') value = $replacer.call(this, key, value); if (!isSymbol(value)) return value; }; args[1] = replacer; return _stringify.apply($JSON, args); } }); // 19.4.3.4 Symbol.prototype[@@toPrimitive](hint) $Symbol[PROTOTYPE][TO_PRIMITIVE] || __webpack_require__(74461)($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf); // 19.4.3.5 Symbol.prototype[@@toStringTag] setToStringTag($Symbol, 'Symbol'); // 20.2.1.9 Math[@@toStringTag] setToStringTag(Math, 'Math', true); // 24.3.3 JSON[@@toStringTag] setToStringTag(global.JSON, 'JSON', true); /***/ }), /***/ 27955: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var $typed = __webpack_require__(76331); var buffer = __webpack_require__(7050); var anObject = __webpack_require__(85075); var toAbsoluteIndex = __webpack_require__(39519); var toLength = __webpack_require__(15263); var isObject = __webpack_require__(49708); var ArrayBuffer = __webpack_require__(24405).ArrayBuffer; var speciesConstructor = __webpack_require__(33611); var $ArrayBuffer = buffer.ArrayBuffer; var $DataView = buffer.DataView; var $isView = $typed.ABV && ArrayBuffer.isView; var $slice = $ArrayBuffer.prototype.slice; var VIEW = $typed.VIEW; var ARRAY_BUFFER = 'ArrayBuffer'; $export($export.G + $export.W + $export.F * (ArrayBuffer !== $ArrayBuffer), { ArrayBuffer: $ArrayBuffer }); $export($export.S + $export.F * !$typed.CONSTR, ARRAY_BUFFER, { // 24.1.3.1 ArrayBuffer.isView(arg) isView: function isView(it) { return $isView && $isView(it) || isObject(it) && VIEW in it; } }); $export($export.P + $export.U + $export.F * __webpack_require__(10496)(function () { return !new $ArrayBuffer(2).slice(1, undefined).byteLength; }), ARRAY_BUFFER, { // 24.1.4.3 ArrayBuffer.prototype.slice(start, end) slice: function slice(start, end) { if ($slice !== undefined && end === undefined) return $slice.call(anObject(this), start); // FF fix var len = anObject(this).byteLength; var first = toAbsoluteIndex(start, len); var fin = toAbsoluteIndex(end === undefined ? len : end, len); var result = new (speciesConstructor(this, $ArrayBuffer))(toLength(fin - first)); var viewS = new $DataView(this); var viewT = new $DataView(result); var index = 0; while (first < fin) { viewT.setUint8(index++, viewS.getUint8(first++)); } return result; } }); __webpack_require__(72373)(ARRAY_BUFFER); /***/ }), /***/ 24879: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var $export = __webpack_require__(61693); $export($export.G + $export.W + $export.F * !__webpack_require__(76331).ABV, { DataView: __webpack_require__(7050).DataView }); /***/ }), /***/ 47117: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { __webpack_require__(33412)('Float32', 4, function (init) { return function Float32Array(data, byteOffset, length) { return init(this, data, byteOffset, length); }; }); /***/ }), /***/ 41370: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { __webpack_require__(33412)('Float64', 8, function (init) { return function Float64Array(data, byteOffset, length) { return init(this, data, byteOffset, length); }; }); /***/ }), /***/ 20157: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { __webpack_require__(33412)('Int16', 2, function (init) { return function Int16Array(data, byteOffset, length) { return init(this, data, byteOffset, length); }; }); /***/ }), /***/ 30068: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { __webpack_require__(33412)('Int32', 4, function (init) { return function Int32Array(data, byteOffset, length) { return init(this, data, byteOffset, length); }; }); /***/ }), /***/ 75275: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { __webpack_require__(33412)('Int8', 1, function (init) { return function Int8Array(data, byteOffset, length) { return init(this, data, byteOffset, length); }; }); /***/ }), /***/ 62099: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { __webpack_require__(33412)('Uint16', 2, function (init) { return function Uint16Array(data, byteOffset, length) { return init(this, data, byteOffset, length); }; }); /***/ }), /***/ 53463: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { __webpack_require__(33412)('Uint32', 4, function (init) { return function Uint32Array(data, byteOffset, length) { return init(this, data, byteOffset, length); }; }); /***/ }), /***/ 23411: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { __webpack_require__(33412)('Uint8', 1, function (init) { return function Uint8Array(data, byteOffset, length) { return init(this, data, byteOffset, length); }; }); /***/ }), /***/ 79163: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { __webpack_require__(33412)('Uint8', 1, function (init) { return function Uint8ClampedArray(data, byteOffset, length) { return init(this, data, byteOffset, length); }; }, true); /***/ }), /***/ 86189: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var global = __webpack_require__(24405); var each = __webpack_require__(13635)(0); var redefine = __webpack_require__(69593); var meta = __webpack_require__(18648); var assign = __webpack_require__(92075); var weak = __webpack_require__(78348); var isObject = __webpack_require__(49708); var validate = __webpack_require__(51554); var NATIVE_WEAK_MAP = __webpack_require__(51554); var IS_IE11 = !global.ActiveXObject && 'ActiveXObject' in global; var WEAK_MAP = 'WeakMap'; var getWeak = meta.getWeak; var isExtensible = Object.isExtensible; var uncaughtFrozenStore = weak.ufstore; var InternalMap; var wrapper = function (get) { return function WeakMap() { return get(this, arguments.length > 0 ? arguments[0] : undefined); }; }; var methods = { // 23.3.3.3 WeakMap.prototype.get(key) get: function get(key) { if (isObject(key)) { var data = getWeak(key); if (data === true) return uncaughtFrozenStore(validate(this, WEAK_MAP)).get(key); return data ? data[this._i] : undefined; } }, // 23.3.3.5 WeakMap.prototype.set(key, value) set: function set(key, value) { return weak.def(validate(this, WEAK_MAP), key, value); } }; // 23.3 WeakMap Objects var $WeakMap = module.exports = __webpack_require__(8107)(WEAK_MAP, wrapper, methods, weak, true, true); // IE11 WeakMap frozen keys fix if (NATIVE_WEAK_MAP && IS_IE11) { InternalMap = weak.getConstructor(wrapper, WEAK_MAP); assign(InternalMap.prototype, methods); meta.NEED = true; each(['delete', 'has', 'get', 'set'], function (key) { var proto = $WeakMap.prototype; var method = proto[key]; redefine(proto, key, function (a, b) { // store frozen objects on internal weakmap shim if (isObject(a) && !isExtensible(a)) { if (!this._f) this._f = new InternalMap(); var result = this._f[key](a, b); return key == 'set' ? this : result; // store all the rest on native weakmap } return method.call(this, a, b); }); }); } /***/ }), /***/ 16937: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var weak = __webpack_require__(78348); var validate = __webpack_require__(51554); var WEAK_SET = 'WeakSet'; // 23.4 WeakSet Objects __webpack_require__(8107)(WEAK_SET, function (get) { return function WeakSet() { return get(this, arguments.length > 0 ? arguments[0] : undefined); }; }, { // 23.4.3.1 WeakSet.prototype.add(value) add: function add(value) { return weak.def(validate(this, WEAK_SET), value, true); } }, weak, false, true); /***/ }), /***/ 83570: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // https://tc39.github.io/proposal-flatMap/#sec-Array.prototype.flatMap var $export = __webpack_require__(61693); var flattenIntoArray = __webpack_require__(84225); var toObject = __webpack_require__(16040); var toLength = __webpack_require__(15263); var aFunction = __webpack_require__(50666); var arraySpeciesCreate = __webpack_require__(42143); $export($export.P, 'Array', { flatMap: function flatMap(callbackfn /* , thisArg */) { var O = toObject(this); var sourceLen, A; aFunction(callbackfn); sourceLen = toLength(O.length); A = arraySpeciesCreate(O, 0); flattenIntoArray(A, O, O, sourceLen, 0, 1, callbackfn, arguments[1]); return A; } }); __webpack_require__(17296)('flatMap'); /***/ }), /***/ 81625: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // https://tc39.github.io/proposal-flatMap/#sec-Array.prototype.flatten var $export = __webpack_require__(61693); var flattenIntoArray = __webpack_require__(84225); var toObject = __webpack_require__(16040); var toLength = __webpack_require__(15263); var toInteger = __webpack_require__(94058); var arraySpeciesCreate = __webpack_require__(42143); $export($export.P, 'Array', { flatten: function flatten(/* depthArg = 1 */) { var depthArg = arguments[0]; var O = toObject(this); var sourceLen = toLength(O.length); var A = arraySpeciesCreate(O, 0); flattenIntoArray(A, O, O, sourceLen, 0, depthArg === undefined ? 1 : toInteger(depthArg)); return A; } }); __webpack_require__(17296)('flatten'); /***/ }), /***/ 58347: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // https://github.com/tc39/Array.prototype.includes var $export = __webpack_require__(61693); var $includes = __webpack_require__(64513)(true); $export($export.P, 'Array', { includes: function includes(el /* , fromIndex = 0 */) { return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined); } }); __webpack_require__(17296)('includes'); /***/ }), /***/ 38553: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://github.com/rwaldron/tc39-notes/blob/master/es6/2014-09/sept-25.md#510-globalasap-for-enqueuing-a-microtask var $export = __webpack_require__(61693); var microtask = __webpack_require__(32583)(); var process = __webpack_require__(24405).process; var isNode = __webpack_require__(42380)(process) == 'process'; $export($export.G, { asap: function asap(fn) { var domain = isNode && process.domain; microtask(domain ? domain.bind(fn) : fn); } }); /***/ }), /***/ 90826: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://github.com/ljharb/proposal-is-error var $export = __webpack_require__(61693); var cof = __webpack_require__(42380); $export($export.S, 'Error', { isError: function isError(it) { return cof(it) === 'Error'; } }); /***/ }), /***/ 23499: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://github.com/tc39/proposal-global var $export = __webpack_require__(61693); $export($export.G, { global: __webpack_require__(24405) }); /***/ }), /***/ 45865: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://tc39.github.io/proposal-setmap-offrom/#sec-map.from __webpack_require__(50578)('Map'); /***/ }), /***/ 68920: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://tc39.github.io/proposal-setmap-offrom/#sec-map.of __webpack_require__(20147)('Map'); /***/ }), /***/ 95745: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://github.com/DavidBruant/Map-Set.prototype.toJSON var $export = __webpack_require__(61693); $export($export.P + $export.R, 'Map', { toJSON: __webpack_require__(72935)('Map') }); /***/ }), /***/ 13588: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://rwaldron.github.io/proposal-math-extensions/ var $export = __webpack_require__(61693); $export($export.S, 'Math', { clamp: function clamp(x, lower, upper) { return Math.min(upper, Math.max(lower, x)); } }); /***/ }), /***/ 4607: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://rwaldron.github.io/proposal-math-extensions/ var $export = __webpack_require__(61693); $export($export.S, 'Math', { DEG_PER_RAD: Math.PI / 180 }); /***/ }), /***/ 63874: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://rwaldron.github.io/proposal-math-extensions/ var $export = __webpack_require__(61693); var RAD_PER_DEG = 180 / Math.PI; $export($export.S, 'Math', { degrees: function degrees(radians) { return radians * RAD_PER_DEG; } }); /***/ }), /***/ 95657: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://rwaldron.github.io/proposal-math-extensions/ var $export = __webpack_require__(61693); var scale = __webpack_require__(64917); var fround = __webpack_require__(88961); $export($export.S, 'Math', { fscale: function fscale(x, inLow, inHigh, outLow, outHigh) { return fround(scale(x, inLow, inHigh, outLow, outHigh)); } }); /***/ }), /***/ 89252: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://gist.github.com/BrendanEich/4294d5c212a6d2254703 var $export = __webpack_require__(61693); $export($export.S, 'Math', { iaddh: function iaddh(x0, x1, y0, y1) { var $x0 = x0 >>> 0; var $x1 = x1 >>> 0; var $y0 = y0 >>> 0; return $x1 + (y1 >>> 0) + (($x0 & $y0 | ($x0 | $y0) & ~($x0 + $y0 >>> 0)) >>> 31) | 0; } }); /***/ }), /***/ 83548: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://gist.github.com/BrendanEich/4294d5c212a6d2254703 var $export = __webpack_require__(61693); $export($export.S, 'Math', { imulh: function imulh(u, v) { var UINT16 = 0xffff; var $u = +u; var $v = +v; var u0 = $u & UINT16; var v0 = $v & UINT16; var u1 = $u >> 16; var v1 = $v >> 16; var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16); return u1 * v1 + (t >> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >> 16); } }); /***/ }), /***/ 89295: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://gist.github.com/BrendanEich/4294d5c212a6d2254703 var $export = __webpack_require__(61693); $export($export.S, 'Math', { isubh: function isubh(x0, x1, y0, y1) { var $x0 = x0 >>> 0; var $x1 = x1 >>> 0; var $y0 = y0 >>> 0; return $x1 - (y1 >>> 0) - ((~$x0 & $y0 | ~($x0 ^ $y0) & $x0 - $y0 >>> 0) >>> 31) | 0; } }); /***/ }), /***/ 6577: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://rwaldron.github.io/proposal-math-extensions/ var $export = __webpack_require__(61693); $export($export.S, 'Math', { RAD_PER_DEG: 180 / Math.PI }); /***/ }), /***/ 95914: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://rwaldron.github.io/proposal-math-extensions/ var $export = __webpack_require__(61693); var DEG_PER_RAD = Math.PI / 180; $export($export.S, 'Math', { radians: function radians(degrees) { return degrees * DEG_PER_RAD; } }); /***/ }), /***/ 24100: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://rwaldron.github.io/proposal-math-extensions/ var $export = __webpack_require__(61693); $export($export.S, 'Math', { scale: __webpack_require__(64917) }); /***/ }), /***/ 90598: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // http://jfbastien.github.io/papers/Math.signbit.html var $export = __webpack_require__(61693); $export($export.S, 'Math', { signbit: function signbit(x) { // eslint-disable-next-line no-self-compare return (x = +x) != x ? x : x == 0 ? 1 / x == Infinity : x > 0; } }); /***/ }), /***/ 47151: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://gist.github.com/BrendanEich/4294d5c212a6d2254703 var $export = __webpack_require__(61693); $export($export.S, 'Math', { umulh: function umulh(u, v) { var UINT16 = 0xffff; var $u = +u; var $v = +v; var u0 = $u & UINT16; var v0 = $v & UINT16; var u1 = $u >>> 16; var v1 = $v >>> 16; var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16); return u1 * v1 + (t >>> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >>> 16); } }); /***/ }), /***/ 14255: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var toObject = __webpack_require__(16040); var aFunction = __webpack_require__(50666); var $defineProperty = __webpack_require__(24213); // B.2.2.2 Object.prototype.__defineGetter__(P, getter) __webpack_require__(83144) && $export($export.P + __webpack_require__(42296), 'Object', { __defineGetter__: function __defineGetter__(P, getter) { $defineProperty.f(toObject(this), P, { get: aFunction(getter), enumerable: true, configurable: true }); } }); /***/ }), /***/ 71346: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var toObject = __webpack_require__(16040); var aFunction = __webpack_require__(50666); var $defineProperty = __webpack_require__(24213); // B.2.2.3 Object.prototype.__defineSetter__(P, setter) __webpack_require__(83144) && $export($export.P + __webpack_require__(42296), 'Object', { __defineSetter__: function __defineSetter__(P, setter) { $defineProperty.f(toObject(this), P, { set: aFunction(setter), enumerable: true, configurable: true }); } }); /***/ }), /***/ 33788: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://github.com/tc39/proposal-object-values-entries var $export = __webpack_require__(61693); var $entries = __webpack_require__(72133)(true); $export($export.S, 'Object', { entries: function entries(it) { return $entries(it); } }); /***/ }), /***/ 9872: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://github.com/tc39/proposal-object-getownpropertydescriptors var $export = __webpack_require__(61693); var ownKeys = __webpack_require__(2275); var toIObject = __webpack_require__(76282); var gOPD = __webpack_require__(99015); var createProperty = __webpack_require__(72559); $export($export.S, 'Object', { getOwnPropertyDescriptors: function getOwnPropertyDescriptors(object) { var O = toIObject(object); var getDesc = gOPD.f; var keys = ownKeys(O); var result = {}; var i = 0; var key, desc; while (keys.length > i) { desc = getDesc(O, key = keys[i++]); if (desc !== undefined) createProperty(result, key, desc); } return result; } }); /***/ }), /***/ 8987: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var toObject = __webpack_require__(16040); var toPrimitive = __webpack_require__(23825); var getPrototypeOf = __webpack_require__(88539); var getOwnPropertyDescriptor = __webpack_require__(99015).f; // B.2.2.4 Object.prototype.__lookupGetter__(P) __webpack_require__(83144) && $export($export.P + __webpack_require__(42296), 'Object', { __lookupGetter__: function __lookupGetter__(P) { var O = toObject(this); var K = toPrimitive(P, true); var D; do { if (D = getOwnPropertyDescriptor(O, K)) return D.get; } while (O = getPrototypeOf(O)); } }); /***/ }), /***/ 6605: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $export = __webpack_require__(61693); var toObject = __webpack_require__(16040); var toPrimitive = __webpack_require__(23825); var getPrototypeOf = __webpack_require__(88539); var getOwnPropertyDescriptor = __webpack_require__(99015).f; // B.2.2.5 Object.prototype.__lookupSetter__(P) __webpack_require__(83144) && $export($export.P + __webpack_require__(42296), 'Object', { __lookupSetter__: function __lookupSetter__(P) { var O = toObject(this); var K = toPrimitive(P, true); var D; do { if (D = getOwnPropertyDescriptor(O, K)) return D.set; } while (O = getPrototypeOf(O)); } }); /***/ }), /***/ 92094: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://github.com/tc39/proposal-object-values-entries var $export = __webpack_require__(61693); var $values = __webpack_require__(72133)(false); $export($export.S, 'Object', { values: function values(it) { return $values(it); } }); /***/ }), /***/ 41071: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // https://github.com/zenparsing/es-observable var $export = __webpack_require__(61693); var global = __webpack_require__(24405); var core = __webpack_require__(48080); var microtask = __webpack_require__(32583)(); var OBSERVABLE = __webpack_require__(64410)('observable'); var aFunction = __webpack_require__(50666); var anObject = __webpack_require__(85075); var anInstance = __webpack_require__(30269); var redefineAll = __webpack_require__(33227); var hide = __webpack_require__(74461); var forOf = __webpack_require__(74036); var RETURN = forOf.RETURN; var getMethod = function (fn) { return fn == null ? undefined : aFunction(fn); }; var cleanupSubscription = function (subscription) { var cleanup = subscription._c; if (cleanup) { subscription._c = undefined; cleanup(); } }; var subscriptionClosed = function (subscription) { return subscription._o === undefined; }; var closeSubscription = function (subscription) { if (!subscriptionClosed(subscription)) { subscription._o = undefined; cleanupSubscription(subscription); } }; var Subscription = function (observer, subscriber) { anObject(observer); this._c = undefined; this._o = observer; observer = new SubscriptionObserver(this); try { var cleanup = subscriber(observer); var subscription = cleanup; if (cleanup != null) { if (typeof cleanup.unsubscribe === 'function') cleanup = function () { subscription.unsubscribe(); }; else aFunction(cleanup); this._c = cleanup; } } catch (e) { observer.error(e); return; } if (subscriptionClosed(this)) cleanupSubscription(this); }; Subscription.prototype = redefineAll({}, { unsubscribe: function unsubscribe() { closeSubscription(this); } }); var SubscriptionObserver = function (subscription) { this._s = subscription; }; SubscriptionObserver.prototype = redefineAll({}, { next: function next(value) { var subscription = this._s; if (!subscriptionClosed(subscription)) { var observer = subscription._o; try { var m = getMethod(observer.next); if (m) return m.call(observer, value); } catch (e) { try { closeSubscription(subscription); } finally { throw e; } } } }, error: function error(value) { var subscription = this._s; if (subscriptionClosed(subscription)) throw value; var observer = subscription._o; subscription._o = undefined; try { var m = getMethod(observer.error); if (!m) throw value; value = m.call(observer, value); } catch (e) { try { cleanupSubscription(subscription); } finally { throw e; } } cleanupSubscription(subscription); return value; }, complete: function complete(value) { var subscription = this._s; if (!subscriptionClosed(subscription)) { var observer = subscription._o; subscription._o = undefined; try { var m = getMethod(observer.complete); value = m ? m.call(observer, value) : undefined; } catch (e) { try { cleanupSubscription(subscription); } finally { throw e; } } cleanupSubscription(subscription); return value; } } }); var $Observable = function Observable(subscriber) { anInstance(this, $Observable, 'Observable', '_f')._f = aFunction(subscriber); }; redefineAll($Observable.prototype, { subscribe: function subscribe(observer) { return new Subscription(observer, this._f); }, forEach: function forEach(fn) { var that = this; return new (core.Promise || global.Promise)(function (resolve, reject) { aFunction(fn); var subscription = that.subscribe({ next: function (value) { try { return fn(value); } catch (e) { reject(e); subscription.unsubscribe(); } }, error: reject, complete: resolve }); }); } }); redefineAll($Observable, { from: function from(x) { var C = typeof this === 'function' ? this : $Observable; var method = getMethod(anObject(x)[OBSERVABLE]); if (method) { var observable = anObject(method.call(x)); return observable.constructor === C ? observable : new C(function (observer) { return observable.subscribe(observer); }); } return new C(function (observer) { var done = false; microtask(function () { if (!done) { try { if (forOf(x, false, function (it) { observer.next(it); if (done) return RETURN; }) === RETURN) return; } catch (e) { if (done) throw e; observer.error(e); return; } observer.complete(); } }); return function () { done = true; }; }); }, of: function of() { for (var i = 0, l = arguments.length, items = new Array(l); i < l;) items[i] = arguments[i++]; return new (typeof this === 'function' ? this : $Observable)(function (observer) { var done = false; microtask(function () { if (!done) { for (var j = 0; j < items.length; ++j) { observer.next(items[j]); if (done) return; } observer.complete(); } }); return function () { done = true; }; }); } }); hide($Observable.prototype, OBSERVABLE, function () { return this; }); $export($export.G, { Observable: $Observable }); __webpack_require__(72373)('Observable'); /***/ }), /***/ 57752: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // https://github.com/tc39/proposal-promise-finally var $export = __webpack_require__(61693); var core = __webpack_require__(48080); var global = __webpack_require__(24405); var speciesConstructor = __webpack_require__(33611); var promiseResolve = __webpack_require__(99894); $export($export.P + $export.R, 'Promise', { 'finally': function (onFinally) { var C = speciesConstructor(this, core.Promise || global.Promise); var isFunction = typeof onFinally == 'function'; return this.then( isFunction ? function (x) { return promiseResolve(C, onFinally()).then(function () { return x; }); } : onFinally, isFunction ? function (e) { return promiseResolve(C, onFinally()).then(function () { throw e; }); } : onFinally ); } }); /***/ }), /***/ 24243: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // https://github.com/tc39/proposal-promise-try var $export = __webpack_require__(61693); var newPromiseCapability = __webpack_require__(12219); var perform = __webpack_require__(24552); $export($export.S, 'Promise', { 'try': function (callbackfn) { var promiseCapability = newPromiseCapability.f(this); var result = perform(callbackfn); (result.e ? promiseCapability.reject : promiseCapability.resolve)(result.v); return promiseCapability.promise; } }); /***/ }), /***/ 17551: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var metadata = __webpack_require__(70380); var anObject = __webpack_require__(85075); var toMetaKey = metadata.key; var ordinaryDefineOwnMetadata = metadata.set; metadata.exp({ defineMetadata: function defineMetadata(metadataKey, metadataValue, target, targetKey) { ordinaryDefineOwnMetadata(metadataKey, metadataValue, anObject(target), toMetaKey(targetKey)); } }); /***/ }), /***/ 76157: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var metadata = __webpack_require__(70380); var anObject = __webpack_require__(85075); var toMetaKey = metadata.key; var getOrCreateMetadataMap = metadata.map; var store = metadata.store; metadata.exp({ deleteMetadata: function deleteMetadata(metadataKey, target /* , targetKey */) { var targetKey = arguments.length < 3 ? undefined : toMetaKey(arguments[2]); var metadataMap = getOrCreateMetadataMap(anObject(target), targetKey, false); if (metadataMap === undefined || !metadataMap['delete'](metadataKey)) return false; if (metadataMap.size) return true; var targetMetadata = store.get(target); targetMetadata['delete'](targetKey); return !!targetMetadata.size || store['delete'](target); } }); /***/ }), /***/ 73806: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var Set = __webpack_require__(59594); var from = __webpack_require__(59315); var metadata = __webpack_require__(70380); var anObject = __webpack_require__(85075); var getPrototypeOf = __webpack_require__(88539); var ordinaryOwnMetadataKeys = metadata.keys; var toMetaKey = metadata.key; var ordinaryMetadataKeys = function (O, P) { var oKeys = ordinaryOwnMetadataKeys(O, P); var parent = getPrototypeOf(O); if (parent === null) return oKeys; var pKeys = ordinaryMetadataKeys(parent, P); return pKeys.length ? oKeys.length ? from(new Set(oKeys.concat(pKeys))) : pKeys : oKeys; }; metadata.exp({ getMetadataKeys: function getMetadataKeys(target /* , targetKey */) { return ordinaryMetadataKeys(anObject(target), arguments.length < 2 ? undefined : toMetaKey(arguments[1])); } }); /***/ }), /***/ 10929: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var metadata = __webpack_require__(70380); var anObject = __webpack_require__(85075); var getPrototypeOf = __webpack_require__(88539); var ordinaryHasOwnMetadata = metadata.has; var ordinaryGetOwnMetadata = metadata.get; var toMetaKey = metadata.key; var ordinaryGetMetadata = function (MetadataKey, O, P) { var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P); if (hasOwn) return ordinaryGetOwnMetadata(MetadataKey, O, P); var parent = getPrototypeOf(O); return parent !== null ? ordinaryGetMetadata(MetadataKey, parent, P) : undefined; }; metadata.exp({ getMetadata: function getMetadata(metadataKey, target /* , targetKey */) { return ordinaryGetMetadata(metadataKey, anObject(target), arguments.length < 3 ? undefined : toMetaKey(arguments[2])); } }); /***/ }), /***/ 70314: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var metadata = __webpack_require__(70380); var anObject = __webpack_require__(85075); var ordinaryOwnMetadataKeys = metadata.keys; var toMetaKey = metadata.key; metadata.exp({ getOwnMetadataKeys: function getOwnMetadataKeys(target /* , targetKey */) { return ordinaryOwnMetadataKeys(anObject(target), arguments.length < 2 ? undefined : toMetaKey(arguments[1])); } }); /***/ }), /***/ 63440: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var metadata = __webpack_require__(70380); var anObject = __webpack_require__(85075); var ordinaryGetOwnMetadata = metadata.get; var toMetaKey = metadata.key; metadata.exp({ getOwnMetadata: function getOwnMetadata(metadataKey, target /* , targetKey */) { return ordinaryGetOwnMetadata(metadataKey, anObject(target) , arguments.length < 3 ? undefined : toMetaKey(arguments[2])); } }); /***/ }), /***/ 39352: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var metadata = __webpack_require__(70380); var anObject = __webpack_require__(85075); var getPrototypeOf = __webpack_require__(88539); var ordinaryHasOwnMetadata = metadata.has; var toMetaKey = metadata.key; var ordinaryHasMetadata = function (MetadataKey, O, P) { var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P); if (hasOwn) return true; var parent = getPrototypeOf(O); return parent !== null ? ordinaryHasMetadata(MetadataKey, parent, P) : false; }; metadata.exp({ hasMetadata: function hasMetadata(metadataKey, target /* , targetKey */) { return ordinaryHasMetadata(metadataKey, anObject(target), arguments.length < 3 ? undefined : toMetaKey(arguments[2])); } }); /***/ }), /***/ 18285: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var metadata = __webpack_require__(70380); var anObject = __webpack_require__(85075); var ordinaryHasOwnMetadata = metadata.has; var toMetaKey = metadata.key; metadata.exp({ hasOwnMetadata: function hasOwnMetadata(metadataKey, target /* , targetKey */) { return ordinaryHasOwnMetadata(metadataKey, anObject(target) , arguments.length < 3 ? undefined : toMetaKey(arguments[2])); } }); /***/ }), /***/ 42541: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var $metadata = __webpack_require__(70380); var anObject = __webpack_require__(85075); var aFunction = __webpack_require__(50666); var toMetaKey = $metadata.key; var ordinaryDefineOwnMetadata = $metadata.set; $metadata.exp({ metadata: function metadata(metadataKey, metadataValue) { return function decorator(target, targetKey) { ordinaryDefineOwnMetadata( metadataKey, metadataValue, (targetKey !== undefined ? anObject : aFunction)(target), toMetaKey(targetKey) ); }; } }); /***/ }), /***/ 58906: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://tc39.github.io/proposal-setmap-offrom/#sec-set.from __webpack_require__(50578)('Set'); /***/ }), /***/ 85127: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://tc39.github.io/proposal-setmap-offrom/#sec-set.of __webpack_require__(20147)('Set'); /***/ }), /***/ 87225: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://github.com/DavidBruant/Map-Set.prototype.toJSON var $export = __webpack_require__(61693); $export($export.P + $export.R, 'Set', { toJSON: __webpack_require__(72935)('Set') }); /***/ }), /***/ 55747: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // https://github.com/mathiasbynens/String.prototype.at var $export = __webpack_require__(61693); var $at = __webpack_require__(25454)(true); var $fails = __webpack_require__(10496); var FORCED = $fails(function () { return '𠮷'.at(0) !== '𠮷'; }); $export($export.P + $export.F * FORCED, 'String', { at: function at(pos) { return $at(this, pos); } }); /***/ }), /***/ 45707: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // https://tc39.github.io/String.prototype.matchAll/ var $export = __webpack_require__(61693); var defined = __webpack_require__(91083); var toLength = __webpack_require__(15263); var isRegExp = __webpack_require__(70939); var getFlags = __webpack_require__(95660); var RegExpProto = RegExp.prototype; var $RegExpStringIterator = function (regexp, string) { this._r = regexp; this._s = string; }; __webpack_require__(39614)($RegExpStringIterator, 'RegExp String', function next() { var match = this._r.exec(this._s); return { value: match, done: match === null }; }); $export($export.P, 'String', { matchAll: function matchAll(regexp) { defined(this); if (!isRegExp(regexp)) throw TypeError(regexp + ' is not a regexp!'); var S = String(this); var flags = 'flags' in RegExpProto ? String(regexp.flags) : getFlags.call(regexp); var rx = new RegExp(regexp.source, ~flags.indexOf('g') ? flags : 'g' + flags); rx.lastIndex = toLength(regexp.lastIndex); return new $RegExpStringIterator(rx, S); } }); /***/ }), /***/ 91409: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // https://github.com/tc39/proposal-string-pad-start-end var $export = __webpack_require__(61693); var $pad = __webpack_require__(26687); var userAgent = __webpack_require__(97860); // https://github.com/zloirock/core-js/issues/280 var WEBKIT_BUG = /Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(userAgent); $export($export.P + $export.F * WEBKIT_BUG, 'String', { padEnd: function padEnd(maxLength /* , fillString = ' ' */) { return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, false); } }); /***/ }), /***/ 90304: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // https://github.com/tc39/proposal-string-pad-start-end var $export = __webpack_require__(61693); var $pad = __webpack_require__(26687); var userAgent = __webpack_require__(97860); // https://github.com/zloirock/core-js/issues/280 var WEBKIT_BUG = /Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(userAgent); $export($export.P + $export.F * WEBKIT_BUG, 'String', { padStart: function padStart(maxLength /* , fillString = ' ' */) { return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, true); } }); /***/ }), /***/ 27066: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // https://github.com/sebmarkbage/ecmascript-string-left-right-trim __webpack_require__(25480)('trimLeft', function ($trim) { return function trimLeft() { return $trim(this, 1); }; }, 'trimStart'); /***/ }), /***/ 33255: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; // https://github.com/sebmarkbage/ecmascript-string-left-right-trim __webpack_require__(25480)('trimRight', function ($trim) { return function trimRight() { return $trim(this, 2); }; }, 'trimEnd'); /***/ }), /***/ 94757: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { __webpack_require__(94519)('asyncIterator'); /***/ }), /***/ 97414: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { __webpack_require__(94519)('observable'); /***/ }), /***/ 51178: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://github.com/tc39/proposal-global var $export = __webpack_require__(61693); $export($export.S, 'System', { global: __webpack_require__(24405) }); /***/ }), /***/ 66006: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.from __webpack_require__(50578)('WeakMap'); /***/ }), /***/ 59676: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.of __webpack_require__(20147)('WeakMap'); /***/ }), /***/ 1743: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://tc39.github.io/proposal-setmap-offrom/#sec-weakset.from __webpack_require__(50578)('WeakSet'); /***/ }), /***/ 69026: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // https://tc39.github.io/proposal-setmap-offrom/#sec-weakset.of __webpack_require__(20147)('WeakSet'); /***/ }), /***/ 89635: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var $iterators = __webpack_require__(66172); var getKeys = __webpack_require__(31126); var redefine = __webpack_require__(69593); var global = __webpack_require__(24405); var hide = __webpack_require__(74461); var Iterators = __webpack_require__(47985); var wks = __webpack_require__(64410); var ITERATOR = wks('iterator'); var TO_STRING_TAG = wks('toStringTag'); var ArrayValues = Iterators.Array; var DOMIterables = { CSSRuleList: true, // TODO: Not spec compliant, should be false. CSSStyleDeclaration: false, CSSValueList: false, ClientRectList: false, DOMRectList: false, DOMStringList: false, DOMTokenList: true, DataTransferItemList: false, FileList: false, HTMLAllCollection: false, HTMLCollection: false, HTMLFormElement: false, HTMLSelectElement: false, MediaList: true, // TODO: Not spec compliant, should be false. MimeTypeArray: false, NamedNodeMap: false, NodeList: true, PaintRequestList: false, Plugin: false, PluginArray: false, SVGLengthList: false, SVGNumberList: false, SVGPathSegList: false, SVGPointList: false, SVGStringList: false, SVGTransformList: false, SourceBufferList: false, StyleSheetList: true, // TODO: Not spec compliant, should be false. TextTrackCueList: false, TextTrackList: false, TouchList: false }; for (var collections = getKeys(DOMIterables), i = 0; i < collections.length; i++) { var NAME = collections[i]; var explicit = DOMIterables[NAME]; var Collection = global[NAME]; var proto = Collection && Collection.prototype; var key; if (proto) { if (!proto[ITERATOR]) hide(proto, ITERATOR, ArrayValues); if (!proto[TO_STRING_TAG]) hide(proto, TO_STRING_TAG, NAME); Iterators[NAME] = ArrayValues; if (explicit) for (key in $iterators) if (!proto[key]) redefine(proto, key, $iterators[key], true); } } /***/ }), /***/ 37761: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var $export = __webpack_require__(61693); var $task = __webpack_require__(21597); $export($export.G + $export.B, { setImmediate: $task.set, clearImmediate: $task.clear }); /***/ }), /***/ 39736: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { // ie9- setTimeout & setInterval additional parameters fix var global = __webpack_require__(24405); var $export = __webpack_require__(61693); var userAgent = __webpack_require__(97860); var slice = [].slice; var MSIE = /MSIE .\./.test(userAgent); // <- dirty ie9- check var wrap = function (set) { return function (fn, time /* , ...args */) { var boundArgs = arguments.length > 2; var args = boundArgs ? slice.call(arguments, 2) : false; return set(boundArgs ? function () { // eslint-disable-next-line no-new-func (typeof fn == 'function' ? fn : Function(fn)).apply(this, args); } : fn, time); }; }; $export($export.G + $export.B + $export.F * MSIE, { setTimeout: wrap(global.setTimeout), setInterval: wrap(global.setInterval) }); /***/ }), /***/ 87931: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { __webpack_require__(70107); __webpack_require__(67031); __webpack_require__(48892); __webpack_require__(13073); __webpack_require__(80476); __webpack_require__(27771); __webpack_require__(950); __webpack_require__(18899); __webpack_require__(84925); __webpack_require__(80585); __webpack_require__(84058); __webpack_require__(71263); __webpack_require__(72875); __webpack_require__(52395); __webpack_require__(32680); __webpack_require__(84177); __webpack_require__(26548); __webpack_require__(6268); __webpack_require__(67442); __webpack_require__(6278); __webpack_require__(27998); __webpack_require__(15291); __webpack_require__(84212); __webpack_require__(15434); __webpack_require__(77967); __webpack_require__(3552); __webpack_require__(84412); __webpack_require__(17993); __webpack_require__(41755); __webpack_require__(85390); __webpack_require__(40352); __webpack_require__(40526); __webpack_require__(60708); __webpack_require__(22360); __webpack_require__(25114); __webpack_require__(96367); __webpack_require__(87345); __webpack_require__(79471); __webpack_require__(55890); __webpack_require__(88299); __webpack_require__(89286); __webpack_require__(8240); __webpack_require__(41050); __webpack_require__(88246); __webpack_require__(19349); __webpack_require__(95159); __webpack_require__(83158); __webpack_require__(17521); __webpack_require__(92565); __webpack_require__(48337); __webpack_require__(18582); __webpack_require__(62310); __webpack_require__(33684); __webpack_require__(96373); __webpack_require__(82067); __webpack_require__(11872); __webpack_require__(90730); __webpack_require__(83948); __webpack_require__(24487); __webpack_require__(92778); __webpack_require__(51390); __webpack_require__(13583); __webpack_require__(24234); __webpack_require__(76853); __webpack_require__(95165); __webpack_require__(44050); __webpack_require__(7868); __webpack_require__(41191); __webpack_require__(65220); __webpack_require__(81644); __webpack_require__(34609); __webpack_require__(91627); __webpack_require__(8942); __webpack_require__(98325); __webpack_require__(22330); __webpack_require__(56665); __webpack_require__(22943); __webpack_require__(8616); __webpack_require__(61002); __webpack_require__(82550); __webpack_require__(79731); __webpack_require__(40745); __webpack_require__(65956); __webpack_require__(56149); __webpack_require__(32106); __webpack_require__(19946); __webpack_require__(92369); __webpack_require__(18931); __webpack_require__(24135); __webpack_require__(26075); __webpack_require__(9662); __webpack_require__(53565); __webpack_require__(29209); __webpack_require__(72733); __webpack_require__(79440); __webpack_require__(15588); __webpack_require__(66233); __webpack_require__(45294); __webpack_require__(95324); __webpack_require__(66172); __webpack_require__(41544); __webpack_require__(47515); __webpack_require__(80223); __webpack_require__(15155); __webpack_require__(94675); __webpack_require__(21983); __webpack_require__(96285); __webpack_require__(92467); __webpack_require__(92229); __webpack_require__(29164); __webpack_require__(59594); __webpack_require__(86189); __webpack_require__(16937); __webpack_require__(27955); __webpack_require__(24879); __webpack_require__(75275); __webpack_require__(23411); __webpack_require__(79163); __webpack_require__(20157); __webpack_require__(62099); __webpack_require__(30068); __webpack_require__(53463); __webpack_require__(47117); __webpack_require__(41370); __webpack_require__(39757); __webpack_require__(28545); __webpack_require__(13451); __webpack_require__(93735); __webpack_require__(16012); __webpack_require__(39849); __webpack_require__(13806); __webpack_require__(29063); __webpack_require__(71111); __webpack_require__(42413); __webpack_require__(17098); __webpack_require__(2294); __webpack_require__(29920); __webpack_require__(36938); __webpack_require__(58347); __webpack_require__(83570); __webpack_require__(81625); __webpack_require__(55747); __webpack_require__(90304); __webpack_require__(91409); __webpack_require__(27066); __webpack_require__(33255); __webpack_require__(45707); __webpack_require__(94757); __webpack_require__(97414); __webpack_require__(9872); __webpack_require__(92094); __webpack_require__(33788); __webpack_require__(14255); __webpack_require__(71346); __webpack_require__(8987); __webpack_require__(6605); __webpack_require__(95745); __webpack_require__(87225); __webpack_require__(68920); __webpack_require__(85127); __webpack_require__(59676); __webpack_require__(69026); __webpack_require__(45865); __webpack_require__(58906); __webpack_require__(66006); __webpack_require__(1743); __webpack_require__(23499); __webpack_require__(51178); __webpack_require__(90826); __webpack_require__(13588); __webpack_require__(4607); __webpack_require__(63874); __webpack_require__(95657); __webpack_require__(89252); __webpack_require__(89295); __webpack_require__(83548); __webpack_require__(6577); __webpack_require__(95914); __webpack_require__(24100); __webpack_require__(47151); __webpack_require__(90598); __webpack_require__(57752); __webpack_require__(24243); __webpack_require__(17551); __webpack_require__(76157); __webpack_require__(10929); __webpack_require__(73806); __webpack_require__(63440); __webpack_require__(70314); __webpack_require__(39352); __webpack_require__(18285); __webpack_require__(42541); __webpack_require__(38553); __webpack_require__(41071); __webpack_require__(39736); __webpack_require__(37761); __webpack_require__(89635); module.exports = __webpack_require__(48080); /***/ }), /***/ 95654: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { /** * Copyright (c) 2014, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * https://raw.github.com/facebook/regenerator/master/LICENSE file. An * additional grant of patent rights can be found in the PATENTS file in * the same directory. */ !(function(global) { "use strict"; var Op = Object.prototype; var hasOwn = Op.hasOwnProperty; var undefined; // More compressible than void 0. var $Symbol = typeof Symbol === "function" ? Symbol : {}; var iteratorSymbol = $Symbol.iterator || "@@iterator"; var asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator"; var toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; var inModule = "object" === "object"; var runtime = global.regeneratorRuntime; if (runtime) { if (inModule) { // If regeneratorRuntime is defined globally and we're in a module, // make the exports object identical to regeneratorRuntime. module.exports = runtime; } // Don't bother evaluating the rest of this file if the runtime was // already defined globally. return; } // Define the runtime globally (as expected by generated code) as either // module.exports (if we're in a module) or a new, empty object. runtime = global.regeneratorRuntime = inModule ? module.exports : {}; function wrap(innerFn, outerFn, self, tryLocsList) { // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator. var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator; var generator = Object.create(protoGenerator.prototype); var context = new Context(tryLocsList || []); // The ._invoke method unifies the implementations of the .next, // .throw, and .return methods. generator._invoke = makeInvokeMethod(innerFn, self, context); return generator; } runtime.wrap = wrap; // Try/catch helper to minimize deoptimizations. Returns a completion // record like context.tryEntries[i].completion. This interface could // have been (and was previously) designed to take a closure to be // invoked without arguments, but in all the cases we care about we // already have an existing method we want to call, so there's no need // to create a new function object. We can even get away with assuming // the method takes exactly one argument, since that happens to be true // in every case, so we don't have to touch the arguments object. The // only additional allocation required is the completion record, which // has a stable shape and so hopefully should be cheap to allocate. function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } var GenStateSuspendedStart = "suspendedStart"; var GenStateSuspendedYield = "suspendedYield"; var GenStateExecuting = "executing"; var GenStateCompleted = "completed"; // Returning this object from the innerFn has the same effect as // breaking out of the dispatch switch statement. var ContinueSentinel = {}; // Dummy constructor functions that we use as the .constructor and // .constructor.prototype properties for functions that return Generator // objects. For full spec compliance, you may wish to configure your // minifier not to mangle the names of these two functions. function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} // This is a polyfill for %IteratorPrototype% for environments that // don't natively support it. var IteratorPrototype = {}; IteratorPrototype[iteratorSymbol] = function () { return this; }; var getProto = Object.getPrototypeOf; var NativeIteratorPrototype = getProto && getProto(getProto(values([]))); if (NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) { // This environment has a native %IteratorPrototype%; use it instead // of the polyfill. IteratorPrototype = NativeIteratorPrototype; } var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype; GeneratorFunctionPrototype.constructor = GeneratorFunction; GeneratorFunctionPrototype[toStringTagSymbol] = GeneratorFunction.displayName = "GeneratorFunction"; // Helper for defining the .next, .throw, and .return methods of the // Iterator interface in terms of a single ._invoke method. function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function(method) { prototype[method] = function(arg) { return this._invoke(method, arg); }; }); } runtime.isGeneratorFunction = function(genFun) { var ctor = typeof genFun === "function" && genFun.constructor; return ctor ? ctor === GeneratorFunction || // For the native GeneratorFunction constructor, the best we can // do is to check its .name property. (ctor.displayName || ctor.name) === "GeneratorFunction" : false; }; runtime.mark = function(genFun) { if (Object.setPrototypeOf) { Object.setPrototypeOf(genFun, GeneratorFunctionPrototype); } else { genFun.__proto__ = GeneratorFunctionPrototype; if (!(toStringTagSymbol in genFun)) { genFun[toStringTagSymbol] = "GeneratorFunction"; } } genFun.prototype = Object.create(Gp); return genFun; }; // Within the body of any async function, `await x` is transformed to // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test // `hasOwn.call(value, "__await")` to determine if the yielded value is // meant to be awaited. runtime.awrap = function(arg) { return { __await: arg }; }; function AsyncIterator(generator) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if (record.type === "throw") { reject(record.arg); } else { var result = record.arg; var value = result.value; if (value && typeof value === "object" && hasOwn.call(value, "__await")) { return Promise.resolve(value.__await).then(function(value) { invoke("next", value, resolve, reject); }, function(err) { invoke("throw", err, resolve, reject); }); } return Promise.resolve(value).then(function(unwrapped) { // When a yielded Promise is resolved, its final value becomes // the .value of the Promise<{value,done}> result for the // current iteration. If the Promise is rejected, however, the // result for this iteration will be rejected with the same // reason. Note that rejections of yielded Promises are not // thrown back into the generator function, as is the case // when an awaited Promise is rejected. This difference in // behavior between yield and await is important, because it // allows the consumer to decide what to do with the yielded // rejection (swallow it and continue, manually .throw it back // into the generator, abandon iteration, whatever). With // await, by contrast, there is no opportunity to examine the // rejection reason outside the generator function, so the // only option is to throw it from the await expression, and // let the generator function handle the exception. result.value = unwrapped; resolve(result); }, reject); } } if (typeof global.process === "object" && global.process.domain) { invoke = global.process.domain.bind(invoke); } var previousPromise; function enqueue(method, arg) { function callInvokeWithMethodAndArg() { return new Promise(function(resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = // If enqueue has been called before, then we want to wait until // all previous Promises have been resolved before calling invoke, // so that results are always delivered in the correct order. If // enqueue has not been called before, then it is important to // call invoke immediately, without waiting on a callback to fire, // so that the async generator function has the opportunity to do // any necessary setup in a predictable way. This predictability // is why the Promise constructor synchronously invokes its // executor callback, and why async functions synchronously // execute code before the first await. Since we implement simple // async functions in terms of async generators, it is especially // important to get this right, even though it requires care. previousPromise ? previousPromise.then( callInvokeWithMethodAndArg, // Avoid propagating failures to Promises returned by later // invocations of the iterator. callInvokeWithMethodAndArg ) : callInvokeWithMethodAndArg(); } // Define the unified helper method that is used to implement .next, // .throw, and .return (see defineIteratorMethods). this._invoke = enqueue; } defineIteratorMethods(AsyncIterator.prototype); AsyncIterator.prototype[asyncIteratorSymbol] = function () { return this; }; runtime.AsyncIterator = AsyncIterator; // Note that simple async functions are implemented on top of // AsyncIterator objects; they just return a Promise for the value of // the final result produced by the iterator. runtime.async = function(innerFn, outerFn, self, tryLocsList) { var iter = new AsyncIterator( wrap(innerFn, outerFn, self, tryLocsList) ); return runtime.isGeneratorFunction(outerFn) ? iter // If outerFn is a generator, return the full iterator. : iter.next().then(function(result) { return result.done ? result.value : iter.next(); }); }; function makeInvokeMethod(innerFn, self, context) { var state = GenStateSuspendedStart; return function invoke(method, arg) { if (state === GenStateExecuting) { throw new Error("Generator is already running"); } if (state === GenStateCompleted) { if (method === "throw") { throw arg; } // Be forgiving, per 25.3.3.3.3 of the spec: // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume return doneResult(); } context.method = method; context.arg = arg; while (true) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if (context.method === "next") { // Setting context._sent for legacy support of Babel's // function.sent implementation. context.sent = context._sent = context.arg; } else if (context.method === "throw") { if (state === GenStateSuspendedStart) { state = GenStateCompleted; throw context.arg; } context.dispatchException(context.arg); } else if (context.method === "return") { context.abrupt("return", context.arg); } state = GenStateExecuting; var record = tryCatch(innerFn, self, context); if (record.type === "normal") { // If an exception is thrown from innerFn, we leave state === // GenStateExecuting and loop back for another invocation. state = context.done ? GenStateCompleted : GenStateSuspendedYield; if (record.arg === ContinueSentinel) { continue; } return { value: record.arg, done: context.done }; } else if (record.type === "throw") { state = GenStateCompleted; // Dispatch the exception by looping back around to the // context.dispatchException(context.arg) call above. context.method = "throw"; context.arg = record.arg; } } }; } // Call delegate.iterator[context.method](context.arg) and handle the // result, either by returning a { value, done } result from the // delegate iterator, or by modifying context.method and context.arg, // setting context.delegate to null, and returning the ContinueSentinel. function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (method === undefined) { // A .throw or .return when the delegate iterator has no .throw // method always terminates the yield* loop. context.delegate = null; if (context.method === "throw") { if (delegate.iterator.return) { // If the delegate iterator has a return method, give it a // chance to clean up. context.method = "return"; context.arg = undefined; maybeInvokeDelegate(delegate, context); if (context.method === "throw") { // If maybeInvokeDelegate(context) changed context.method from // "return" to "throw", let that override the TypeError below. return ContinueSentinel; } } context.method = "throw"; context.arg = new TypeError( "The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if (record.type === "throw") { context.method = "throw"; context.arg = record.arg; context.delegate = null; return ContinueSentinel; } var info = record.arg; if (! info) { context.method = "throw"; context.arg = new TypeError("iterator result is not an object"); context.delegate = null; return ContinueSentinel; } if (info.done) { // Assign the result of the finished delegate to the temporary // variable specified by delegate.resultName (see delegateYield). context[delegate.resultName] = info.value; // Resume execution at the desired location (see delegateYield). context.next = delegate.nextLoc; // If context.method was "throw" but the delegate handled the // exception, let the outer generator proceed normally. If // context.method was "next", forget context.arg since it has been // "consumed" by the delegate iterator. If context.method was // "return", allow the original .return call to continue in the // outer generator. if (context.method !== "return") { context.method = "next"; context.arg = undefined; } } else { // Re-yield the result returned by the delegate method. return info; } // The delegate iterator is finished, so forget it and continue with // the outer generator. context.delegate = null; return ContinueSentinel; } // Define Generator.prototype.{next,throw,return} in terms of the // unified ._invoke helper method. defineIteratorMethods(Gp); Gp[toStringTagSymbol] = "Generator"; // A Generator should always return itself as the iterator object when the // @@iterator function is called on it. Some browsers' implementations of the // iterator prototype chain incorrectly implement this, causing the Generator // object to not be returned from this call. This ensures that doesn't happen. // See https://github.com/facebook/regenerator/issues/274 for more details. Gp[iteratorSymbol] = function() { return this; }; Gp.toString = function() { return "[object Generator]"; }; function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; if (1 in locs) { entry.catchLoc = locs[1]; } if (2 in locs) { entry.finallyLoc = locs[2]; entry.afterLoc = locs[3]; } this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal"; delete record.arg; entry.completion = record; } function Context(tryLocsList) { // The root entry object (effectively a try statement without a catch // or a finally block) gives us a place to store values thrown from // locations where there is no enclosing try statement. this.tryEntries = [{ tryLoc: "root" }]; tryLocsList.forEach(pushTryEntry, this); this.reset(true); } runtime.keys = function(object) { var keys = []; for (var key in object) { keys.push(key); } keys.reverse(); // Rather than returning an object with a next method, we keep // things simple and return the next function itself. return function next() { while (keys.length) { var key = keys.pop(); if (key in object) { next.value = key; next.done = false; return next; } } // To avoid creating an additional object, we just hang the .value // and .done properties off the next function object itself. This // also ensures that the minifier will not anonymize the function. next.done = true; return next; }; }; function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) { return iteratorMethod.call(iterable); } if (typeof iterable.next === "function") { return iterable; } if (!isNaN(iterable.length)) { var i = -1, next = function next() { while (++i < iterable.length) { if (hasOwn.call(iterable, i)) { next.value = iterable[i]; next.done = false; return next; } } next.value = undefined; next.done = true; return next; }; return next.next = next; } } // Return an iterator with no values. return { next: doneResult }; } runtime.values = values; function doneResult() { return { value: undefined, done: true }; } Context.prototype = { constructor: Context, reset: function(skipTempReset) { this.prev = 0; this.next = 0; // Resetting context._sent for legacy support of Babel's // function.sent implementation. this.sent = this._sent = undefined; this.done = false; this.delegate = null; this.method = "next"; this.arg = undefined; this.tryEntries.forEach(resetTryEntry); if (!skipTempReset) { for (var name in this) { // Not sure about the optimal order of these conditions: if (name.charAt(0) === "t" && hasOwn.call(this, name) && !isNaN(+name.slice(1))) { this[name] = undefined; } } } }, stop: function() { this.done = true; var rootEntry = this.tryEntries[0]; var rootRecord = rootEntry.completion; if (rootRecord.type === "throw") { throw rootRecord.arg; } return this.rval; }, dispatchException: function(exception) { if (this.done) { throw exception; } var context = this; function handle(loc, caught) { record.type = "throw"; record.arg = exception; context.next = loc; if (caught) { // If the dispatched exception was caught by a catch block, // then let that catch block handle the exception normally. context.method = "next"; context.arg = undefined; } return !! caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; var record = entry.completion; if (entry.tryLoc === "root") { // Exception thrown outside of any try block that could handle // it, so set the completion value of the entire function to // throw the exception. return handle("end"); } if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"); var hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) { return handle(entry.catchLoc, true); } else if (this.prev < entry.finallyLoc) { return handle(entry.finallyLoc); } } else if (hasCatch) { if (this.prev < entry.catchLoc) { return handle(entry.catchLoc, true); } } else if (hasFinally) { if (this.prev < entry.finallyLoc) { return handle(entry.finallyLoc); } } else { throw new Error("try statement without catch or finally"); } } } }, abrupt: function(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } if (finallyEntry && (type === "break" || type === "continue") && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc) { // Ignore the finally entry if control is not jumping to a // location outside the try/catch block. finallyEntry = null; } var record = finallyEntry ? finallyEntry.completion : {}; record.type = type; record.arg = arg; if (finallyEntry) { this.method = "next"; this.next = finallyEntry.finallyLoc; return ContinueSentinel; } return this.complete(record); }, complete: function(record, afterLoc) { if (record.type === "throw") { throw record.arg; } if (record.type === "break" || record.type === "continue") { this.next = record.arg; } else if (record.type === "return") { this.rval = this.arg = record.arg; this.method = "return"; this.next = "end"; } else if (record.type === "normal" && afterLoc) { this.next = afterLoc; } return ContinueSentinel; }, finish: function(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) { this.complete(entry.completion, entry.afterLoc); resetTryEntry(entry); return ContinueSentinel; } } }, "catch": function(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if (record.type === "throw") { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } // The context.catch method must only be called with a location // argument that corresponds to a known catch block. throw new Error("illegal catch attempt"); }, delegateYield: function(iterable, resultName, nextLoc) { this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }; if (this.method === "next") { // Deliberately forget the last sent value so that we don't // accidentally pass it on to the delegate. this.arg = undefined; } return ContinueSentinel; } }; })( // Among the various tricks for obtaining a reference to the global // object, this seems to be the most reliable technique that does not // use indirect eval (which violates Content Security Policy). typeof __webpack_require__.g === "object" ? __webpack_require__.g : typeof window === "object" ? window : typeof self === "object" ? self : this ); /***/ }), /***/ 31807: /***/ (function(module) { var canUseDOM = !!( typeof window !== 'undefined' && window.document && window.document.createElement ); module.exports = canUseDOM; /***/ }), /***/ 86010: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Z": function() { return /* export default binding */ __WEBPACK_DEFAULT_EXPORT__; } /* harmony export */ }); function toVal(mix) { var k, y, str=''; if (typeof mix === 'string' || typeof mix === 'number') { str += mix; } else if (typeof mix === 'object') { if (Array.isArray(mix)) { for (k=0; k < mix.length; k++) { if (mix[k]) { if (y = toVal(mix[k])) { str && (str += ' '); str += y; } } } } else { for (k in mix) { if (mix[k]) { str && (str += ' '); str += k; } } } } return str; } /* harmony default export */ function __WEBPACK_DEFAULT_EXPORT__() { var i=0, tmp, x, str=''; while (i < arguments.length) { if (tmp = arguments[i++]) { if (x = toVal(tmp)) { str && (str += ' '); str += x } } } return str; } /***/ }), /***/ 13099: /***/ (function(module) { module.exports = function (it) { if (typeof it != 'function') { throw TypeError(String(it) + ' is not a function'); } return it; }; /***/ }), /***/ 96077: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isObject = __webpack_require__(70111); module.exports = function (it) { if (!isObject(it) && it !== null) { throw TypeError("Can't set " + String(it) + ' as a prototype'); } return it; }; /***/ }), /***/ 51223: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var wellKnownSymbol = __webpack_require__(5112); var create = __webpack_require__(70030); var definePropertyModule = __webpack_require__(3070); var UNSCOPABLES = wellKnownSymbol('unscopables'); var ArrayPrototype = Array.prototype; // Array.prototype[@@unscopables] // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables if (ArrayPrototype[UNSCOPABLES] == undefined) { definePropertyModule.f(ArrayPrototype, UNSCOPABLES, { configurable: true, value: create(null) }); } // add a key to Array.prototype[@@unscopables] module.exports = function (key) { ArrayPrototype[UNSCOPABLES][key] = true; }; /***/ }), /***/ 31530: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var charAt = __webpack_require__(28710).charAt; // `AdvanceStringIndex` abstract operation // https://tc39.es/ecma262/#sec-advancestringindex module.exports = function (S, index, unicode) { return index + (unicode ? charAt(S, index).length : 1); }; /***/ }), /***/ 25787: /***/ (function(module) { module.exports = function (it, Constructor, name) { if (!(it instanceof Constructor)) { throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation'); } return it; }; /***/ }), /***/ 19670: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isObject = __webpack_require__(70111); module.exports = function (it) { if (!isObject(it)) { throw TypeError(String(it) + ' is not an object'); } return it; }; /***/ }), /***/ 18533: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $forEach = __webpack_require__(42092).forEach; var arrayMethodIsStrict = __webpack_require__(9341); var STRICT_METHOD = arrayMethodIsStrict('forEach'); // `Array.prototype.forEach` method implementation // https://tc39.es/ecma262/#sec-array.prototype.foreach module.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) { return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); // eslint-disable-next-line es/no-array-prototype-foreach -- safe } : [].forEach; /***/ }), /***/ 41318: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var toIndexedObject = __webpack_require__(45656); var toLength = __webpack_require__(17466); var toAbsoluteIndex = __webpack_require__(51400); // `Array.prototype.{ indexOf, includes }` methods implementation var createMethod = function (IS_INCLUDES) { return function ($this, el, fromIndex) { var O = toIndexedObject($this); var length = toLength(O.length); var index = toAbsoluteIndex(fromIndex, length); var value; // Array#includes uses SameValueZero equality algorithm // eslint-disable-next-line no-self-compare -- NaN check if (IS_INCLUDES && el != el) while (length > index) { value = O[index++]; // eslint-disable-next-line no-self-compare -- NaN check if (value != value) return true; // Array#indexOf ignores holes, Array#includes - not } else for (;length > index; index++) { if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0; } return !IS_INCLUDES && -1; }; }; module.exports = { // `Array.prototype.includes` method // https://tc39.es/ecma262/#sec-array.prototype.includes includes: createMethod(true), // `Array.prototype.indexOf` method // https://tc39.es/ecma262/#sec-array.prototype.indexof indexOf: createMethod(false) }; /***/ }), /***/ 42092: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var bind = __webpack_require__(49974); var IndexedObject = __webpack_require__(68361); var toObject = __webpack_require__(47908); var toLength = __webpack_require__(17466); var arraySpeciesCreate = __webpack_require__(65417); var push = [].push; // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation var createMethod = function (TYPE) { var IS_MAP = TYPE == 1; var IS_FILTER = TYPE == 2; var IS_SOME = TYPE == 3; var IS_EVERY = TYPE == 4; var IS_FIND_INDEX = TYPE == 6; var IS_FILTER_OUT = TYPE == 7; var NO_HOLES = TYPE == 5 || IS_FIND_INDEX; return function ($this, callbackfn, that, specificCreate) { var O = toObject($this); var self = IndexedObject(O); var boundFunction = bind(callbackfn, that, 3); var length = toLength(self.length); var index = 0; var create = specificCreate || arraySpeciesCreate; var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined; var value, result; for (;length > index; index++) if (NO_HOLES || index in self) { value = self[index]; result = boundFunction(value, index, O); if (TYPE) { if (IS_MAP) target[index] = result; // map else if (result) switch (TYPE) { case 3: return true; // some case 5: return value; // find case 6: return index; // findIndex case 2: push.call(target, value); // filter } else switch (TYPE) { case 4: return false; // every case 7: push.call(target, value); // filterOut } } } return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target; }; }; module.exports = { // `Array.prototype.forEach` method // https://tc39.es/ecma262/#sec-array.prototype.foreach forEach: createMethod(0), // `Array.prototype.map` method // https://tc39.es/ecma262/#sec-array.prototype.map map: createMethod(1), // `Array.prototype.filter` method // https://tc39.es/ecma262/#sec-array.prototype.filter filter: createMethod(2), // `Array.prototype.some` method // https://tc39.es/ecma262/#sec-array.prototype.some some: createMethod(3), // `Array.prototype.every` method // https://tc39.es/ecma262/#sec-array.prototype.every every: createMethod(4), // `Array.prototype.find` method // https://tc39.es/ecma262/#sec-array.prototype.find find: createMethod(5), // `Array.prototype.findIndex` method // https://tc39.es/ecma262/#sec-array.prototype.findIndex findIndex: createMethod(6), // `Array.prototype.filterOut` method // https://github.com/tc39/proposal-array-filtering filterOut: createMethod(7) }; /***/ }), /***/ 81194: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var fails = __webpack_require__(47293); var wellKnownSymbol = __webpack_require__(5112); var V8_VERSION = __webpack_require__(7392); var SPECIES = wellKnownSymbol('species'); module.exports = function (METHOD_NAME) { // We can't use this feature detection in V8 since it causes // deoptimization and serious performance degradation // https://github.com/zloirock/core-js/issues/677 return V8_VERSION >= 51 || !fails(function () { var array = []; var constructor = array.constructor = {}; constructor[SPECIES] = function () { return { foo: 1 }; }; return array[METHOD_NAME](Boolean).foo !== 1; }); }; /***/ }), /***/ 9341: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var fails = __webpack_require__(47293); module.exports = function (METHOD_NAME, argument) { var method = [][METHOD_NAME]; return !!method && fails(function () { // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing method.call(null, argument || function () { throw 1; }, 1); }); }; /***/ }), /***/ 53671: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var aFunction = __webpack_require__(13099); var toObject = __webpack_require__(47908); var IndexedObject = __webpack_require__(68361); var toLength = __webpack_require__(17466); // `Array.prototype.{ reduce, reduceRight }` methods implementation var createMethod = function (IS_RIGHT) { return function (that, callbackfn, argumentsLength, memo) { aFunction(callbackfn); var O = toObject(that); var self = IndexedObject(O); var length = toLength(O.length); var index = IS_RIGHT ? length - 1 : 0; var i = IS_RIGHT ? -1 : 1; if (argumentsLength < 2) while (true) { if (index in self) { memo = self[index]; index += i; break; } index += i; if (IS_RIGHT ? index < 0 : length <= index) { throw TypeError('Reduce of empty array with no initial value'); } } for (;IS_RIGHT ? index >= 0 : length > index; index += i) if (index in self) { memo = callbackfn(memo, self[index], index, O); } return memo; }; }; module.exports = { // `Array.prototype.reduce` method // https://tc39.es/ecma262/#sec-array.prototype.reduce left: createMethod(false), // `Array.prototype.reduceRight` method // https://tc39.es/ecma262/#sec-array.prototype.reduceright right: createMethod(true) }; /***/ }), /***/ 65417: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isObject = __webpack_require__(70111); var isArray = __webpack_require__(43157); var wellKnownSymbol = __webpack_require__(5112); var SPECIES = wellKnownSymbol('species'); // `ArraySpeciesCreate` abstract operation // https://tc39.es/ecma262/#sec-arrayspeciescreate module.exports = function (originalArray, length) { var C; if (isArray(originalArray)) { C = originalArray.constructor; // cross-realm fallback if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined; else if (isObject(C)) { C = C[SPECIES]; if (C === null) C = undefined; } } return new (C === undefined ? Array : C)(length === 0 ? 0 : length); }; /***/ }), /***/ 17072: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var wellKnownSymbol = __webpack_require__(5112); var ITERATOR = wellKnownSymbol('iterator'); var SAFE_CLOSING = false; try { var called = 0; var iteratorWithReturn = { next: function () { return { done: !!called++ }; }, 'return': function () { SAFE_CLOSING = true; } }; iteratorWithReturn[ITERATOR] = function () { return this; }; // eslint-disable-next-line es/no-array-from, no-throw-literal -- required for testing Array.from(iteratorWithReturn, function () { throw 2; }); } catch (error) { /* empty */ } module.exports = function (exec, SKIP_CLOSING) { if (!SKIP_CLOSING && !SAFE_CLOSING) return false; var ITERATION_SUPPORT = false; try { var object = {}; object[ITERATOR] = function () { return { next: function () { return { done: ITERATION_SUPPORT = true }; } }; }; exec(object); } catch (error) { /* empty */ } return ITERATION_SUPPORT; }; /***/ }), /***/ 84326: /***/ (function(module) { var toString = {}.toString; module.exports = function (it) { return toString.call(it).slice(8, -1); }; /***/ }), /***/ 70648: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var TO_STRING_TAG_SUPPORT = __webpack_require__(51694); var classofRaw = __webpack_require__(84326); var wellKnownSymbol = __webpack_require__(5112); var TO_STRING_TAG = wellKnownSymbol('toStringTag'); // ES3 wrong here var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments'; // fallback for IE11 Script Access Denied error var tryGet = function (it, key) { try { return it[key]; } catch (error) { /* empty */ } }; // getting tag from ES6+ `Object.prototype.toString` module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) { var O, tag, result; return it === undefined ? 'Undefined' : it === null ? 'Null' // @@toStringTag case : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag // builtinTag case : CORRECT_ARGUMENTS ? classofRaw(O) // ES3 arguments fallback : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result; }; /***/ }), /***/ 29320: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var redefineAll = __webpack_require__(12248); var getWeakData = __webpack_require__(62423).getWeakData; var anObject = __webpack_require__(19670); var isObject = __webpack_require__(70111); var anInstance = __webpack_require__(25787); var iterate = __webpack_require__(20408); var ArrayIterationModule = __webpack_require__(42092); var $has = __webpack_require__(86656); var InternalStateModule = __webpack_require__(29909); var setInternalState = InternalStateModule.set; var internalStateGetterFor = InternalStateModule.getterFor; var find = ArrayIterationModule.find; var findIndex = ArrayIterationModule.findIndex; var id = 0; // fallback for uncaught frozen keys var uncaughtFrozenStore = function (store) { return store.frozen || (store.frozen = new UncaughtFrozenStore()); }; var UncaughtFrozenStore = function () { this.entries = []; }; var findUncaughtFrozen = function (store, key) { return find(store.entries, function (it) { return it[0] === key; }); }; UncaughtFrozenStore.prototype = { get: function (key) { var entry = findUncaughtFrozen(this, key); if (entry) return entry[1]; }, has: function (key) { return !!findUncaughtFrozen(this, key); }, set: function (key, value) { var entry = findUncaughtFrozen(this, key); if (entry) entry[1] = value; else this.entries.push([key, value]); }, 'delete': function (key) { var index = findIndex(this.entries, function (it) { return it[0] === key; }); if (~index) this.entries.splice(index, 1); return !!~index; } }; module.exports = { getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) { var C = wrapper(function (that, iterable) { anInstance(that, C, CONSTRUCTOR_NAME); setInternalState(that, { type: CONSTRUCTOR_NAME, id: id++, frozen: undefined }); if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP }); }); var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME); var define = function (that, key, value) { var state = getInternalState(that); var data = getWeakData(anObject(key), true); if (data === true) uncaughtFrozenStore(state).set(key, value); else data[state.id] = value; return that; }; redefineAll(C.prototype, { // 23.3.3.2 WeakMap.prototype.delete(key) // 23.4.3.3 WeakSet.prototype.delete(value) 'delete': function (key) { var state = getInternalState(this); if (!isObject(key)) return false; var data = getWeakData(key); if (data === true) return uncaughtFrozenStore(state)['delete'](key); return data && $has(data, state.id) && delete data[state.id]; }, // 23.3.3.4 WeakMap.prototype.has(key) // 23.4.3.4 WeakSet.prototype.has(value) has: function has(key) { var state = getInternalState(this); if (!isObject(key)) return false; var data = getWeakData(key); if (data === true) return uncaughtFrozenStore(state).has(key); return data && $has(data, state.id); } }); redefineAll(C.prototype, IS_MAP ? { // 23.3.3.3 WeakMap.prototype.get(key) get: function get(key) { var state = getInternalState(this); if (isObject(key)) { var data = getWeakData(key); if (data === true) return uncaughtFrozenStore(state).get(key); return data ? data[state.id] : undefined; } }, // 23.3.3.5 WeakMap.prototype.set(key, value) set: function set(key, value) { return define(this, key, value); } } : { // 23.4.3.1 WeakSet.prototype.add(value) add: function add(value) { return define(this, value, true); } }); return C; } }; /***/ }), /***/ 77710: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(82109); var global = __webpack_require__(17854); var isForced = __webpack_require__(96114); var redefine = __webpack_require__(31320); var InternalMetadataModule = __webpack_require__(62423); var iterate = __webpack_require__(20408); var anInstance = __webpack_require__(25787); var isObject = __webpack_require__(70111); var fails = __webpack_require__(47293); var checkCorrectnessOfIteration = __webpack_require__(17072); var setToStringTag = __webpack_require__(58003); var inheritIfRequired = __webpack_require__(79587); module.exports = function (CONSTRUCTOR_NAME, wrapper, common) { var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1; var IS_WEAK = CONSTRUCTOR_NAME.indexOf('Weak') !== -1; var ADDER = IS_MAP ? 'set' : 'add'; var NativeConstructor = global[CONSTRUCTOR_NAME]; var NativePrototype = NativeConstructor && NativeConstructor.prototype; var Constructor = NativeConstructor; var exported = {}; var fixMethod = function (KEY) { var nativeMethod = NativePrototype[KEY]; redefine(NativePrototype, KEY, KEY == 'add' ? function add(value) { nativeMethod.call(this, value === 0 ? 0 : value); return this; } : KEY == 'delete' ? function (key) { return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key); } : KEY == 'get' ? function get(key) { return IS_WEAK && !isObject(key) ? undefined : nativeMethod.call(this, key === 0 ? 0 : key); } : KEY == 'has' ? function has(key) { return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key); } : function set(key, value) { nativeMethod.call(this, key === 0 ? 0 : key, value); return this; } ); }; var REPLACE = isForced( CONSTRUCTOR_NAME, typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () { new NativeConstructor().entries().next(); })) ); if (REPLACE) { // create collection constructor Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER); InternalMetadataModule.REQUIRED = true; } else if (isForced(CONSTRUCTOR_NAME, true)) { var instance = new Constructor(); // early implementations not supports chaining var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance; // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); }); // most early implementations doesn't supports iterables, most modern - not close it correctly // eslint-disable-next-line no-new -- required for testing var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); }); // for early implementations -0 and +0 not the same var BUGGY_ZERO = !IS_WEAK && fails(function () { // V8 ~ Chromium 42- fails only with 5+ elements var $instance = new NativeConstructor(); var index = 5; while (index--) $instance[ADDER](index, index); return !$instance.has(-0); }); if (!ACCEPT_ITERABLES) { Constructor = wrapper(function (dummy, iterable) { anInstance(dummy, Constructor, CONSTRUCTOR_NAME); var that = inheritIfRequired(new NativeConstructor(), dummy, Constructor); if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP }); return that; }); Constructor.prototype = NativePrototype; NativePrototype.constructor = Constructor; } if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) { fixMethod('delete'); fixMethod('has'); IS_MAP && fixMethod('get'); } if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER); // weak collections should not contains .clear method if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear; } exported[CONSTRUCTOR_NAME] = Constructor; $({ global: true, forced: Constructor != NativeConstructor }, exported); setToStringTag(Constructor, CONSTRUCTOR_NAME); if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP); return Constructor; }; /***/ }), /***/ 99920: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var has = __webpack_require__(86656); var ownKeys = __webpack_require__(53887); var getOwnPropertyDescriptorModule = __webpack_require__(31236); var definePropertyModule = __webpack_require__(3070); module.exports = function (target, source) { var keys = ownKeys(source); var defineProperty = definePropertyModule.f; var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f; for (var i = 0; i < keys.length; i++) { var key = keys[i]; if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key)); } }; /***/ }), /***/ 49920: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var fails = __webpack_require__(47293); module.exports = !fails(function () { function F() { /* empty */ } F.prototype.constructor = null; // eslint-disable-next-line es/no-object-getprototypeof -- required for testing return Object.getPrototypeOf(new F()) !== F.prototype; }); /***/ }), /***/ 24994: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var IteratorPrototype = __webpack_require__(13383).IteratorPrototype; var create = __webpack_require__(70030); var createPropertyDescriptor = __webpack_require__(79114); var setToStringTag = __webpack_require__(58003); var Iterators = __webpack_require__(97497); var returnThis = function () { return this; }; module.exports = function (IteratorConstructor, NAME, next) { var TO_STRING_TAG = NAME + ' Iterator'; IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) }); setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true); Iterators[TO_STRING_TAG] = returnThis; return IteratorConstructor; }; /***/ }), /***/ 68880: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var DESCRIPTORS = __webpack_require__(19781); var definePropertyModule = __webpack_require__(3070); var createPropertyDescriptor = __webpack_require__(79114); module.exports = DESCRIPTORS ? function (object, key, value) { return definePropertyModule.f(object, key, createPropertyDescriptor(1, value)); } : function (object, key, value) { object[key] = value; return object; }; /***/ }), /***/ 79114: /***/ (function(module) { module.exports = function (bitmap, value) { return { enumerable: !(bitmap & 1), configurable: !(bitmap & 2), writable: !(bitmap & 4), value: value }; }; /***/ }), /***/ 70654: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(82109); var createIteratorConstructor = __webpack_require__(24994); var getPrototypeOf = __webpack_require__(79518); var setPrototypeOf = __webpack_require__(27674); var setToStringTag = __webpack_require__(58003); var createNonEnumerableProperty = __webpack_require__(68880); var redefine = __webpack_require__(31320); var wellKnownSymbol = __webpack_require__(5112); var IS_PURE = __webpack_require__(31913); var Iterators = __webpack_require__(97497); var IteratorsCore = __webpack_require__(13383); var IteratorPrototype = IteratorsCore.IteratorPrototype; var BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS; var ITERATOR = wellKnownSymbol('iterator'); var KEYS = 'keys'; var VALUES = 'values'; var ENTRIES = 'entries'; var returnThis = function () { return this; }; module.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) { createIteratorConstructor(IteratorConstructor, NAME, next); var getIterationMethod = function (KIND) { if (KIND === DEFAULT && defaultIterator) return defaultIterator; if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND]; switch (KIND) { case KEYS: return function keys() { return new IteratorConstructor(this, KIND); }; case VALUES: return function values() { return new IteratorConstructor(this, KIND); }; case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); }; } return function () { return new IteratorConstructor(this); }; }; var TO_STRING_TAG = NAME + ' Iterator'; var INCORRECT_VALUES_NAME = false; var IterablePrototype = Iterable.prototype; var nativeIterator = IterablePrototype[ITERATOR] || IterablePrototype['@@iterator'] || DEFAULT && IterablePrototype[DEFAULT]; var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT); var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator; var CurrentIteratorPrototype, methods, KEY; // fix native if (anyNativeIterator) { CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable())); if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) { if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) { if (setPrototypeOf) { setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype); } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') { createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis); } } // Set @@toStringTag to native iterators setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true); if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis; } } // fix Array#{values, @@iterator}.name in V8 / FF if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) { INCORRECT_VALUES_NAME = true; defaultIterator = function values() { return nativeIterator.call(this); }; } // define iterator if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) { createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator); } Iterators[NAME] = defaultIterator; // export additional methods if (DEFAULT) { methods = { values: getIterationMethod(VALUES), keys: IS_SET ? defaultIterator : getIterationMethod(KEYS), entries: getIterationMethod(ENTRIES) }; if (FORCED) for (KEY in methods) { if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) { redefine(IterablePrototype, KEY, methods[KEY]); } } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods); } return methods; }; /***/ }), /***/ 19781: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var fails = __webpack_require__(47293); // Detect IE8's incomplete defineProperty implementation module.exports = !fails(function () { // eslint-disable-next-line es/no-object-defineproperty -- required for testing return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7; }); /***/ }), /***/ 80317: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var global = __webpack_require__(17854); var isObject = __webpack_require__(70111); var document = global.document; // typeof document.createElement is 'object' in old IE var EXISTS = isObject(document) && isObject(document.createElement); module.exports = function (it) { return EXISTS ? document.createElement(it) : {}; }; /***/ }), /***/ 48324: /***/ (function(module) { // iterable DOM collections // flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods module.exports = { CSSRuleList: 0, CSSStyleDeclaration: 0, CSSValueList: 0, ClientRectList: 0, DOMRectList: 0, DOMStringList: 0, DOMTokenList: 1, DataTransferItemList: 0, FileList: 0, HTMLAllCollection: 0, HTMLCollection: 0, HTMLFormElement: 0, HTMLSelectElement: 0, MediaList: 0, MimeTypeArray: 0, NamedNodeMap: 0, NodeList: 1, PaintRequestList: 0, Plugin: 0, PluginArray: 0, SVGLengthList: 0, SVGNumberList: 0, SVGPathSegList: 0, SVGPointList: 0, SVGStringList: 0, SVGTransformList: 0, SourceBufferList: 0, StyleSheetList: 0, TextTrackCueList: 0, TextTrackList: 0, TouchList: 0 }; /***/ }), /***/ 35268: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var classof = __webpack_require__(84326); var global = __webpack_require__(17854); module.exports = classof(global.process) == 'process'; /***/ }), /***/ 88113: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var getBuiltIn = __webpack_require__(35005); module.exports = getBuiltIn('navigator', 'userAgent') || ''; /***/ }), /***/ 7392: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var global = __webpack_require__(17854); var userAgent = __webpack_require__(88113); var process = global.process; var versions = process && process.versions; var v8 = versions && versions.v8; var match, version; if (v8) { match = v8.split('.'); version = match[0] + match[1]; } else if (userAgent) { match = userAgent.match(/Edge\/(\d+)/); if (!match || match[1] >= 74) { match = userAgent.match(/Chrome\/(\d+)/); if (match) version = match[1]; } } module.exports = version && +version; /***/ }), /***/ 80748: /***/ (function(module) { // IE8- don't enum bug keys module.exports = [ 'constructor', 'hasOwnProperty', 'isPrototypeOf', 'propertyIsEnumerable', 'toLocaleString', 'toString', 'valueOf' ]; /***/ }), /***/ 82109: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var global = __webpack_require__(17854); var getOwnPropertyDescriptor = __webpack_require__(31236).f; var createNonEnumerableProperty = __webpack_require__(68880); var redefine = __webpack_require__(31320); var setGlobal = __webpack_require__(83505); var copyConstructorProperties = __webpack_require__(99920); var isForced = __webpack_require__(96114); /* options.target - name of the target object options.global - target is the global object options.stat - export as static methods of target options.proto - export as prototype methods of target options.real - real prototype method for the `pure` version options.forced - export even if the native feature is available options.bind - bind methods to the target, required for the `pure` version options.wrap - wrap constructors to preventing global pollution, required for the `pure` version options.unsafe - use the simple assignment of property instead of delete + defineProperty options.sham - add a flag to not completely full polyfills options.enumerable - export as enumerable property options.noTargetGet - prevent calling a getter on target */ module.exports = function (options, source) { var TARGET = options.target; var GLOBAL = options.global; var STATIC = options.stat; var FORCED, target, key, targetProperty, sourceProperty, descriptor; if (GLOBAL) { target = global; } else if (STATIC) { target = global[TARGET] || setGlobal(TARGET, {}); } else { target = (global[TARGET] || {}).prototype; } if (target) for (key in source) { sourceProperty = source[key]; if (options.noTargetGet) { descriptor = getOwnPropertyDescriptor(target, key); targetProperty = descriptor && descriptor.value; } else targetProperty = target[key]; FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced); // contained in target if (!FORCED && targetProperty !== undefined) { if (typeof sourceProperty === typeof targetProperty) continue; copyConstructorProperties(sourceProperty, targetProperty); } // add a flag to not completely full polyfills if (options.sham || (targetProperty && targetProperty.sham)) { createNonEnumerableProperty(sourceProperty, 'sham', true); } // extend global redefine(target, key, sourceProperty, options); } }; /***/ }), /***/ 47293: /***/ (function(module) { module.exports = function (exec) { try { return !!exec(); } catch (error) { return true; } }; /***/ }), /***/ 27007: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; // TODO: Remove from `core-js@4` since it's moved to entry points __webpack_require__(74916); var redefine = __webpack_require__(31320); var fails = __webpack_require__(47293); var wellKnownSymbol = __webpack_require__(5112); var createNonEnumerableProperty = __webpack_require__(68880); var SPECIES = wellKnownSymbol('species'); var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () { // #replace needs built-in support for named groups. // #match works fine because it just return the exec results, even if it has // a "grops" property. var re = /./; re.exec = function () { var result = []; result.groups = { a: '7' }; return result; }; return ''.replace(re, '$<a>') !== '7'; }); // IE <= 11 replaces $0 with the whole match, as if it was $& // https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0 var REPLACE_KEEPS_$0 = (function () { // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing return 'a'.replace(/./, '$0') === '$0'; })(); var REPLACE = wellKnownSymbol('replace'); // Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () { if (/./[REPLACE]) { return /./[REPLACE]('a', '$0') === ''; } return false; })(); // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec // Weex JS has frozen built-in prototypes, so use try / catch wrapper var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () { // eslint-disable-next-line regexp/no-empty-group -- required for testing var re = /(?:)/; var originalExec = re.exec; re.exec = function () { return originalExec.apply(this, arguments); }; var result = 'ab'.split(re); return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b'; }); module.exports = function (KEY, length, exec, sham) { var SYMBOL = wellKnownSymbol(KEY); var DELEGATES_TO_SYMBOL = !fails(function () { // String methods call symbol-named RegEp methods var O = {}; O[SYMBOL] = function () { return 7; }; return ''[KEY](O) != 7; }); var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () { // Symbol-named RegExp methods call .exec var execCalled = false; var re = /a/; if (KEY === 'split') { // We can't use real regex here since it causes deoptimization // and serious performance degradation in V8 // https://github.com/zloirock/core-js/issues/306 re = {}; // RegExp[@@split] doesn't call the regex's exec method, but first creates // a new one. We need to return the patched regex when creating the new one. re.constructor = {}; re.constructor[SPECIES] = function () { return re; }; re.flags = ''; re[SYMBOL] = /./[SYMBOL]; } re.exec = function () { execCalled = true; return null; }; re[SYMBOL](''); return !execCalled; }); if ( !DELEGATES_TO_SYMBOL || !DELEGATES_TO_EXEC || (KEY === 'replace' && !( REPLACE_SUPPORTS_NAMED_GROUPS && REPLACE_KEEPS_$0 && !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE )) || (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC) ) { var nativeRegExpMethod = /./[SYMBOL]; var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) { if (regexp.exec === RegExp.prototype.exec) { if (DELEGATES_TO_SYMBOL && !forceStringMethod) { // The native String method already delegates to @@method (this // polyfilled function), leasing to infinite recursion. // We avoid it by directly calling the native @@method method. return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) }; } return { done: true, value: nativeMethod.call(str, regexp, arg2) }; } return { done: false }; }, { REPLACE_KEEPS_$0: REPLACE_KEEPS_$0, REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE }); var stringMethod = methods[0]; var regexMethod = methods[1]; redefine(String.prototype, KEY, stringMethod); redefine(RegExp.prototype, SYMBOL, length == 2 // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue) // 21.2.5.11 RegExp.prototype[@@split](string, limit) ? function (string, arg) { return regexMethod.call(string, this, arg); } // 21.2.5.6 RegExp.prototype[@@match](string) // 21.2.5.9 RegExp.prototype[@@search](string) : function (string) { return regexMethod.call(string, this); } ); } if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true); }; /***/ }), /***/ 76677: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var fails = __webpack_require__(47293); module.exports = !fails(function () { // eslint-disable-next-line es/no-object-isextensible, es/no-object-preventextensions -- required for testing return Object.isExtensible(Object.preventExtensions({})); }); /***/ }), /***/ 49974: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var aFunction = __webpack_require__(13099); // optional / simple context binding module.exports = function (fn, that, length) { aFunction(fn); if (that === undefined) return fn; switch (length) { case 0: return function () { return fn.call(that); }; case 1: return function (a) { return fn.call(that, a); }; case 2: return function (a, b) { return fn.call(that, a, b); }; case 3: return function (a, b, c) { return fn.call(that, a, b, c); }; } return function (/* ...args */) { return fn.apply(that, arguments); }; }; /***/ }), /***/ 35005: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var path = __webpack_require__(40857); var global = __webpack_require__(17854); var aFunction = function (variable) { return typeof variable == 'function' ? variable : undefined; }; module.exports = function (namespace, method) { return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace]) : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method]; }; /***/ }), /***/ 71246: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var classof = __webpack_require__(70648); var Iterators = __webpack_require__(97497); var wellKnownSymbol = __webpack_require__(5112); var ITERATOR = wellKnownSymbol('iterator'); module.exports = function (it) { if (it != undefined) return it[ITERATOR] || it['@@iterator'] || Iterators[classof(it)]; }; /***/ }), /***/ 10647: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var toObject = __webpack_require__(47908); var floor = Math.floor; var replace = ''.replace; var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d{1,2}|<[^>]*>)/g; var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d{1,2})/g; // https://tc39.es/ecma262/#sec-getsubstitution module.exports = function (matched, str, position, captures, namedCaptures, replacement) { var tailPos = position + matched.length; var m = captures.length; var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED; if (namedCaptures !== undefined) { namedCaptures = toObject(namedCaptures); symbols = SUBSTITUTION_SYMBOLS; } return replace.call(replacement, symbols, function (match, ch) { var capture; switch (ch.charAt(0)) { case '$': return '$'; case '&': return matched; case '`': return str.slice(0, position); case "'": return str.slice(tailPos); case '<': capture = namedCaptures[ch.slice(1, -1)]; break; default: // \d\d? var n = +ch; if (n === 0) return match; if (n > m) { var f = floor(n / 10); if (f === 0) return match; if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1); return match; } capture = captures[n - 1]; } return capture === undefined ? '' : capture; }); }; /***/ }), /***/ 17854: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var check = function (it) { return it && it.Math == Math && it; }; // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 module.exports = // eslint-disable-next-line es/no-global-this -- safe check(typeof globalThis == 'object' && globalThis) || check(typeof window == 'object' && window) || // eslint-disable-next-line no-restricted-globals -- safe check(typeof self == 'object' && self) || check(typeof __webpack_require__.g == 'object' && __webpack_require__.g) || // eslint-disable-next-line no-new-func -- fallback (function () { return this; })() || Function('return this')(); /***/ }), /***/ 86656: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var toObject = __webpack_require__(47908); var hasOwnProperty = {}.hasOwnProperty; module.exports = function hasOwn(it, key) { return hasOwnProperty.call(toObject(it), key); }; /***/ }), /***/ 3501: /***/ (function(module) { module.exports = {}; /***/ }), /***/ 60490: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var getBuiltIn = __webpack_require__(35005); module.exports = getBuiltIn('document', 'documentElement'); /***/ }), /***/ 64664: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var DESCRIPTORS = __webpack_require__(19781); var fails = __webpack_require__(47293); var createElement = __webpack_require__(80317); // Thank's IE8 for his funny defineProperty module.exports = !DESCRIPTORS && !fails(function () { // eslint-disable-next-line es/no-object-defineproperty -- requied for testing return Object.defineProperty(createElement('div'), 'a', { get: function () { return 7; } }).a != 7; }); /***/ }), /***/ 68361: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var fails = __webpack_require__(47293); var classof = __webpack_require__(84326); var split = ''.split; // fallback for non-array-like ES3 and non-enumerable old V8 strings module.exports = fails(function () { // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346 // eslint-disable-next-line no-prototype-builtins -- safe return !Object('z').propertyIsEnumerable(0); }) ? function (it) { return classof(it) == 'String' ? split.call(it, '') : Object(it); } : Object; /***/ }), /***/ 79587: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isObject = __webpack_require__(70111); var setPrototypeOf = __webpack_require__(27674); // makes subclassing work correct for wrapped built-ins module.exports = function ($this, dummy, Wrapper) { var NewTarget, NewTargetPrototype; if ( // it can work only with native `setPrototypeOf` setPrototypeOf && // we haven't completely correct pre-ES6 way for getting `new.target`, so use this typeof (NewTarget = dummy.constructor) == 'function' && NewTarget !== Wrapper && isObject(NewTargetPrototype = NewTarget.prototype) && NewTargetPrototype !== Wrapper.prototype ) setPrototypeOf($this, NewTargetPrototype); return $this; }; /***/ }), /***/ 42788: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var store = __webpack_require__(5465); var functionToString = Function.toString; // this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper if (typeof store.inspectSource != 'function') { store.inspectSource = function (it) { return functionToString.call(it); }; } module.exports = store.inspectSource; /***/ }), /***/ 62423: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var hiddenKeys = __webpack_require__(3501); var isObject = __webpack_require__(70111); var has = __webpack_require__(86656); var defineProperty = __webpack_require__(3070).f; var uid = __webpack_require__(69711); var FREEZING = __webpack_require__(76677); var METADATA = uid('meta'); var id = 0; // eslint-disable-next-line es/no-object-isextensible -- safe var isExtensible = Object.isExtensible || function () { return true; }; var setMetadata = function (it) { defineProperty(it, METADATA, { value: { objectID: 'O' + ++id, // object ID weakData: {} // weak collections IDs } }); }; var fastKey = function (it, create) { // return a primitive with prefix if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it; if (!has(it, METADATA)) { // can't set metadata to uncaught frozen object if (!isExtensible(it)) return 'F'; // not necessary to add metadata if (!create) return 'E'; // add missing metadata setMetadata(it); // return object ID } return it[METADATA].objectID; }; var getWeakData = function (it, create) { if (!has(it, METADATA)) { // can't set metadata to uncaught frozen object if (!isExtensible(it)) return true; // not necessary to add metadata if (!create) return false; // add missing metadata setMetadata(it); // return the store of weak collections IDs } return it[METADATA].weakData; }; // add metadata on freeze-family methods calling var onFreeze = function (it) { if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it); return it; }; var meta = module.exports = { REQUIRED: false, fastKey: fastKey, getWeakData: getWeakData, onFreeze: onFreeze }; hiddenKeys[METADATA] = true; /***/ }), /***/ 29909: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var NATIVE_WEAK_MAP = __webpack_require__(68536); var global = __webpack_require__(17854); var isObject = __webpack_require__(70111); var createNonEnumerableProperty = __webpack_require__(68880); var objectHas = __webpack_require__(86656); var shared = __webpack_require__(5465); var sharedKey = __webpack_require__(6200); var hiddenKeys = __webpack_require__(3501); var OBJECT_ALREADY_INITIALIZED = 'Object already initialized'; var WeakMap = global.WeakMap; var set, get, has; var enforce = function (it) { return has(it) ? get(it) : set(it, {}); }; var getterFor = function (TYPE) { return function (it) { var state; if (!isObject(it) || (state = get(it)).type !== TYPE) { throw TypeError('Incompatible receiver, ' + TYPE + ' required'); } return state; }; }; if (NATIVE_WEAK_MAP) { var store = shared.state || (shared.state = new WeakMap()); var wmget = store.get; var wmhas = store.has; var wmset = store.set; set = function (it, metadata) { if (wmhas.call(store, it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED); metadata.facade = it; wmset.call(store, it, metadata); return metadata; }; get = function (it) { return wmget.call(store, it) || {}; }; has = function (it) { return wmhas.call(store, it); }; } else { var STATE = sharedKey('state'); hiddenKeys[STATE] = true; set = function (it, metadata) { if (objectHas(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED); metadata.facade = it; createNonEnumerableProperty(it, STATE, metadata); return metadata; }; get = function (it) { return objectHas(it, STATE) ? it[STATE] : {}; }; has = function (it) { return objectHas(it, STATE); }; } module.exports = { set: set, get: get, has: has, enforce: enforce, getterFor: getterFor }; /***/ }), /***/ 97659: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var wellKnownSymbol = __webpack_require__(5112); var Iterators = __webpack_require__(97497); var ITERATOR = wellKnownSymbol('iterator'); var ArrayPrototype = Array.prototype; // check on default Array iterator module.exports = function (it) { return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it); }; /***/ }), /***/ 43157: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var classof = __webpack_require__(84326); // `IsArray` abstract operation // https://tc39.es/ecma262/#sec-isarray // eslint-disable-next-line es/no-array-isarray -- safe module.exports = Array.isArray || function isArray(arg) { return classof(arg) == 'Array'; }; /***/ }), /***/ 96114: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var fails = __webpack_require__(47293); var replacement = /#|\.prototype\./; var isForced = function (feature, detection) { var value = data[normalize(feature)]; return value == POLYFILL ? true : value == NATIVE ? false : typeof detection == 'function' ? fails(detection) : !!detection; }; var normalize = isForced.normalize = function (string) { return String(string).replace(replacement, '.').toLowerCase(); }; var data = isForced.data = {}; var NATIVE = isForced.NATIVE = 'N'; var POLYFILL = isForced.POLYFILL = 'P'; module.exports = isForced; /***/ }), /***/ 70111: /***/ (function(module) { module.exports = function (it) { return typeof it === 'object' ? it !== null : typeof it === 'function'; }; /***/ }), /***/ 31913: /***/ (function(module) { module.exports = false; /***/ }), /***/ 20408: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var anObject = __webpack_require__(19670); var isArrayIteratorMethod = __webpack_require__(97659); var toLength = __webpack_require__(17466); var bind = __webpack_require__(49974); var getIteratorMethod = __webpack_require__(71246); var iteratorClose = __webpack_require__(99212); var Result = function (stopped, result) { this.stopped = stopped; this.result = result; }; module.exports = function (iterable, unboundFunction, options) { var that = options && options.that; var AS_ENTRIES = !!(options && options.AS_ENTRIES); var IS_ITERATOR = !!(options && options.IS_ITERATOR); var INTERRUPTED = !!(options && options.INTERRUPTED); var fn = bind(unboundFunction, that, 1 + AS_ENTRIES + INTERRUPTED); var iterator, iterFn, index, length, result, next, step; var stop = function (condition) { if (iterator) iteratorClose(iterator); return new Result(true, condition); }; var callFn = function (value) { if (AS_ENTRIES) { anObject(value); return INTERRUPTED ? fn(value[0], value[1], stop) : fn(value[0], value[1]); } return INTERRUPTED ? fn(value, stop) : fn(value); }; if (IS_ITERATOR) { iterator = iterable; } else { iterFn = getIteratorMethod(iterable); if (typeof iterFn != 'function') throw TypeError('Target is not iterable'); // optimisation for array iterators if (isArrayIteratorMethod(iterFn)) { for (index = 0, length = toLength(iterable.length); length > index; index++) { result = callFn(iterable[index]); if (result && result instanceof Result) return result; } return new Result(false); } iterator = iterFn.call(iterable); } next = iterator.next; while (!(step = next.call(iterator)).done) { try { result = callFn(step.value); } catch (error) { iteratorClose(iterator); throw error; } if (typeof result == 'object' && result && result instanceof Result) return result; } return new Result(false); }; /***/ }), /***/ 99212: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var anObject = __webpack_require__(19670); module.exports = function (iterator) { var returnMethod = iterator['return']; if (returnMethod !== undefined) { return anObject(returnMethod.call(iterator)).value; } }; /***/ }), /***/ 13383: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var fails = __webpack_require__(47293); var getPrototypeOf = __webpack_require__(79518); var createNonEnumerableProperty = __webpack_require__(68880); var has = __webpack_require__(86656); var wellKnownSymbol = __webpack_require__(5112); var IS_PURE = __webpack_require__(31913); var ITERATOR = wellKnownSymbol('iterator'); var BUGGY_SAFARI_ITERATORS = false; var returnThis = function () { return this; }; // `%IteratorPrototype%` object // https://tc39.es/ecma262/#sec-%iteratorprototype%-object var IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator; /* eslint-disable es/no-array-prototype-keys -- safe */ if ([].keys) { arrayIterator = [].keys(); // Safari 8 has buggy iterators w/o `next` if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true; else { PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator)); if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype; } } var NEW_ITERATOR_PROTOTYPE = IteratorPrototype == undefined || fails(function () { var test = {}; // FF44- legacy iterators case return IteratorPrototype[ITERATOR].call(test) !== test; }); if (NEW_ITERATOR_PROTOTYPE) IteratorPrototype = {}; // 25.1.2.1.1 %IteratorPrototype%[@@iterator]() if ((!IS_PURE || NEW_ITERATOR_PROTOTYPE) && !has(IteratorPrototype, ITERATOR)) { createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis); } module.exports = { IteratorPrototype: IteratorPrototype, BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS }; /***/ }), /***/ 97497: /***/ (function(module) { module.exports = {}; /***/ }), /***/ 30133: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var IS_NODE = __webpack_require__(35268); var V8_VERSION = __webpack_require__(7392); var fails = __webpack_require__(47293); // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing module.exports = !!Object.getOwnPropertySymbols && !fails(function () { // eslint-disable-next-line es/no-symbol -- required for testing return !Symbol.sham && // Chrome 38 Symbol has incorrect toString conversion // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances (IS_NODE ? V8_VERSION === 38 : V8_VERSION > 37 && V8_VERSION < 41); }); /***/ }), /***/ 68536: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var global = __webpack_require__(17854); var inspectSource = __webpack_require__(42788); var WeakMap = global.WeakMap; module.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap)); /***/ }), /***/ 83009: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var global = __webpack_require__(17854); var trim = __webpack_require__(53111).trim; var whitespaces = __webpack_require__(81361); var $parseInt = global.parseInt; var hex = /^[+-]?0[Xx]/; var FORCED = $parseInt(whitespaces + '08') !== 8 || $parseInt(whitespaces + '0x16') !== 22; // `parseInt` method // https://tc39.es/ecma262/#sec-parseint-string-radix module.exports = FORCED ? function parseInt(string, radix) { var S = trim(String(string)); return $parseInt(S, (radix >>> 0) || (hex.test(S) ? 16 : 10)); } : $parseInt; /***/ }), /***/ 21574: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var DESCRIPTORS = __webpack_require__(19781); var fails = __webpack_require__(47293); var objectKeys = __webpack_require__(81956); var getOwnPropertySymbolsModule = __webpack_require__(25181); var propertyIsEnumerableModule = __webpack_require__(55296); var toObject = __webpack_require__(47908); var IndexedObject = __webpack_require__(68361); // eslint-disable-next-line es/no-object-assign -- safe var $assign = Object.assign; // eslint-disable-next-line es/no-object-defineproperty -- required for testing var defineProperty = Object.defineProperty; // `Object.assign` method // https://tc39.es/ecma262/#sec-object.assign module.exports = !$assign || fails(function () { // should have correct order of operations (Edge bug) if (DESCRIPTORS && $assign({ b: 1 }, $assign(defineProperty({}, 'a', { enumerable: true, get: function () { defineProperty(this, 'b', { value: 3, enumerable: false }); } }), { b: 2 })).b !== 1) return true; // should work with symbols and should have deterministic property order (V8 bug) var A = {}; var B = {}; // eslint-disable-next-line es/no-symbol -- safe var symbol = Symbol(); var alphabet = 'abcdefghijklmnopqrst'; A[symbol] = 7; alphabet.split('').forEach(function (chr) { B[chr] = chr; }); return $assign({}, A)[symbol] != 7 || objectKeys($assign({}, B)).join('') != alphabet; }) ? function assign(target, source) { // eslint-disable-line no-unused-vars -- required for `.length` var T = toObject(target); var argumentsLength = arguments.length; var index = 1; var getOwnPropertySymbols = getOwnPropertySymbolsModule.f; var propertyIsEnumerable = propertyIsEnumerableModule.f; while (argumentsLength > index) { var S = IndexedObject(arguments[index++]); var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S); var length = keys.length; var j = 0; var key; while (length > j) { key = keys[j++]; if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key]; } } return T; } : $assign; /***/ }), /***/ 70030: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var anObject = __webpack_require__(19670); var defineProperties = __webpack_require__(36048); var enumBugKeys = __webpack_require__(80748); var hiddenKeys = __webpack_require__(3501); var html = __webpack_require__(60490); var documentCreateElement = __webpack_require__(80317); var sharedKey = __webpack_require__(6200); var GT = '>'; var LT = '<'; var PROTOTYPE = 'prototype'; var SCRIPT = 'script'; var IE_PROTO = sharedKey('IE_PROTO'); var EmptyConstructor = function () { /* empty */ }; var scriptTag = function (content) { return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT; }; // Create object with fake `null` prototype: use ActiveX Object with cleared prototype var NullProtoObjectViaActiveX = function (activeXDocument) { activeXDocument.write(scriptTag('')); activeXDocument.close(); var temp = activeXDocument.parentWindow.Object; activeXDocument = null; // avoid memory leak return temp; }; // Create object with fake `null` prototype: use iframe Object with cleared prototype var NullProtoObjectViaIFrame = function () { // Thrash, waste and sodomy: IE GC bug var iframe = documentCreateElement('iframe'); var JS = 'java' + SCRIPT + ':'; var iframeDocument; iframe.style.display = 'none'; html.appendChild(iframe); // https://github.com/zloirock/core-js/issues/475 iframe.src = String(JS); iframeDocument = iframe.contentWindow.document; iframeDocument.open(); iframeDocument.write(scriptTag('document.F=Object')); iframeDocument.close(); return iframeDocument.F; }; // Check for document.domain and active x support // No need to use active x approach when document.domain is not set // see https://github.com/es-shims/es5-shim/issues/150 // variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346 // avoid IE GC bug var activeXDocument; var NullProtoObject = function () { try { /* global ActiveXObject -- old IE */ activeXDocument = document.domain && new ActiveXObject('htmlfile'); } catch (error) { /* ignore */ } NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame(); var length = enumBugKeys.length; while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]]; return NullProtoObject(); }; hiddenKeys[IE_PROTO] = true; // `Object.create` method // https://tc39.es/ecma262/#sec-object.create module.exports = Object.create || function create(O, Properties) { var result; if (O !== null) { EmptyConstructor[PROTOTYPE] = anObject(O); result = new EmptyConstructor(); EmptyConstructor[PROTOTYPE] = null; // add "__proto__" for Object.getPrototypeOf polyfill result[IE_PROTO] = O; } else result = NullProtoObject(); return Properties === undefined ? result : defineProperties(result, Properties); }; /***/ }), /***/ 36048: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var DESCRIPTORS = __webpack_require__(19781); var definePropertyModule = __webpack_require__(3070); var anObject = __webpack_require__(19670); var objectKeys = __webpack_require__(81956); // `Object.defineProperties` method // https://tc39.es/ecma262/#sec-object.defineproperties // eslint-disable-next-line es/no-object-defineproperties -- safe module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) { anObject(O); var keys = objectKeys(Properties); var length = keys.length; var index = 0; var key; while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]); return O; }; /***/ }), /***/ 3070: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { var DESCRIPTORS = __webpack_require__(19781); var IE8_DOM_DEFINE = __webpack_require__(64664); var anObject = __webpack_require__(19670); var toPrimitive = __webpack_require__(57593); // eslint-disable-next-line es/no-object-defineproperty -- safe var $defineProperty = Object.defineProperty; // `Object.defineProperty` method // https://tc39.es/ecma262/#sec-object.defineproperty exports.f = DESCRIPTORS ? $defineProperty : function defineProperty(O, P, Attributes) { anObject(O); P = toPrimitive(P, true); anObject(Attributes); if (IE8_DOM_DEFINE) try { return $defineProperty(O, P, Attributes); } catch (error) { /* empty */ } if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported'); if ('value' in Attributes) O[P] = Attributes.value; return O; }; /***/ }), /***/ 31236: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { var DESCRIPTORS = __webpack_require__(19781); var propertyIsEnumerableModule = __webpack_require__(55296); var createPropertyDescriptor = __webpack_require__(79114); var toIndexedObject = __webpack_require__(45656); var toPrimitive = __webpack_require__(57593); var has = __webpack_require__(86656); var IE8_DOM_DEFINE = __webpack_require__(64664); // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; // `Object.getOwnPropertyDescriptor` method // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor exports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) { O = toIndexedObject(O); P = toPrimitive(P, true); if (IE8_DOM_DEFINE) try { return $getOwnPropertyDescriptor(O, P); } catch (error) { /* empty */ } if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]); }; /***/ }), /***/ 8006: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { var internalObjectKeys = __webpack_require__(16324); var enumBugKeys = __webpack_require__(80748); var hiddenKeys = enumBugKeys.concat('length', 'prototype'); // `Object.getOwnPropertyNames` method // https://tc39.es/ecma262/#sec-object.getownpropertynames // eslint-disable-next-line es/no-object-getownpropertynames -- safe exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) { return internalObjectKeys(O, hiddenKeys); }; /***/ }), /***/ 25181: /***/ (function(__unused_webpack_module, exports) { // eslint-disable-next-line es/no-object-getownpropertysymbols -- safe exports.f = Object.getOwnPropertySymbols; /***/ }), /***/ 79518: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var has = __webpack_require__(86656); var toObject = __webpack_require__(47908); var sharedKey = __webpack_require__(6200); var CORRECT_PROTOTYPE_GETTER = __webpack_require__(49920); var IE_PROTO = sharedKey('IE_PROTO'); var ObjectPrototype = Object.prototype; // `Object.getPrototypeOf` method // https://tc39.es/ecma262/#sec-object.getprototypeof // eslint-disable-next-line es/no-object-getprototypeof -- safe module.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) { O = toObject(O); if (has(O, IE_PROTO)) return O[IE_PROTO]; if (typeof O.constructor == 'function' && O instanceof O.constructor) { return O.constructor.prototype; } return O instanceof Object ? ObjectPrototype : null; }; /***/ }), /***/ 16324: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var has = __webpack_require__(86656); var toIndexedObject = __webpack_require__(45656); var indexOf = __webpack_require__(41318).indexOf; var hiddenKeys = __webpack_require__(3501); module.exports = function (object, names) { var O = toIndexedObject(object); var i = 0; var result = []; var key; for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key); // Don't enum bug & hidden keys while (names.length > i) if (has(O, key = names[i++])) { ~indexOf(result, key) || result.push(key); } return result; }; /***/ }), /***/ 81956: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var internalObjectKeys = __webpack_require__(16324); var enumBugKeys = __webpack_require__(80748); // `Object.keys` method // https://tc39.es/ecma262/#sec-object.keys // eslint-disable-next-line es/no-object-keys -- safe module.exports = Object.keys || function keys(O) { return internalObjectKeys(O, enumBugKeys); }; /***/ }), /***/ 55296: /***/ (function(__unused_webpack_module, exports) { "use strict"; var $propertyIsEnumerable = {}.propertyIsEnumerable; // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; // Nashorn ~ JDK8 bug var NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1); // `Object.prototype.propertyIsEnumerable` method implementation // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) { var descriptor = getOwnPropertyDescriptor(this, V); return !!descriptor && descriptor.enumerable; } : $propertyIsEnumerable; /***/ }), /***/ 27674: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { /* eslint-disable no-proto -- safe */ var anObject = __webpack_require__(19670); var aPossiblePrototype = __webpack_require__(96077); // `Object.setPrototypeOf` method // https://tc39.es/ecma262/#sec-object.setprototypeof // Works with __proto__ only. Old v8 can't work with null proto objects. // eslint-disable-next-line es/no-object-setprototypeof -- safe module.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () { var CORRECT_SETTER = false; var test = {}; var setter; try { // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set; setter.call(test, []); CORRECT_SETTER = test instanceof Array; } catch (error) { /* empty */ } return function setPrototypeOf(O, proto) { anObject(O); aPossiblePrototype(proto); if (CORRECT_SETTER) setter.call(O, proto); else O.__proto__ = proto; return O; }; }() : undefined); /***/ }), /***/ 90288: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var TO_STRING_TAG_SUPPORT = __webpack_require__(51694); var classof = __webpack_require__(70648); // `Object.prototype.toString` method implementation // https://tc39.es/ecma262/#sec-object.prototype.tostring module.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() { return '[object ' + classof(this) + ']'; }; /***/ }), /***/ 53887: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var getBuiltIn = __webpack_require__(35005); var getOwnPropertyNamesModule = __webpack_require__(8006); var getOwnPropertySymbolsModule = __webpack_require__(25181); var anObject = __webpack_require__(19670); // all object keys, includes non-enumerable and symbols module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) { var keys = getOwnPropertyNamesModule.f(anObject(it)); var getOwnPropertySymbols = getOwnPropertySymbolsModule.f; return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys; }; /***/ }), /***/ 40857: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var global = __webpack_require__(17854); module.exports = global; /***/ }), /***/ 12248: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var redefine = __webpack_require__(31320); module.exports = function (target, src, options) { for (var key in src) redefine(target, key, src[key], options); return target; }; /***/ }), /***/ 31320: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var global = __webpack_require__(17854); var createNonEnumerableProperty = __webpack_require__(68880); var has = __webpack_require__(86656); var setGlobal = __webpack_require__(83505); var inspectSource = __webpack_require__(42788); var InternalStateModule = __webpack_require__(29909); var getInternalState = InternalStateModule.get; var enforceInternalState = InternalStateModule.enforce; var TEMPLATE = String(String).split('String'); (module.exports = function (O, key, value, options) { var unsafe = options ? !!options.unsafe : false; var simple = options ? !!options.enumerable : false; var noTargetGet = options ? !!options.noTargetGet : false; var state; if (typeof value == 'function') { if (typeof key == 'string' && !has(value, 'name')) { createNonEnumerableProperty(value, 'name', key); } state = enforceInternalState(value); if (!state.source) { state.source = TEMPLATE.join(typeof key == 'string' ? key : ''); } } if (O === global) { if (simple) O[key] = value; else setGlobal(key, value); return; } else if (!unsafe) { delete O[key]; } else if (!noTargetGet && O[key]) { simple = true; } if (simple) O[key] = value; else createNonEnumerableProperty(O, key, value); // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative })(Function.prototype, 'toString', function toString() { return typeof this == 'function' && getInternalState(this).source || inspectSource(this); }); /***/ }), /***/ 97651: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var classof = __webpack_require__(84326); var regexpExec = __webpack_require__(22261); // `RegExpExec` abstract operation // https://tc39.es/ecma262/#sec-regexpexec module.exports = function (R, S) { var exec = R.exec; if (typeof exec === 'function') { var result = exec.call(R, S); if (typeof result !== 'object') { throw TypeError('RegExp exec method returned something other than an Object or null'); } return result; } if (classof(R) !== 'RegExp') { throw TypeError('RegExp#exec called on incompatible receiver'); } return regexpExec.call(R, S); }; /***/ }), /***/ 22261: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var regexpFlags = __webpack_require__(67066); var stickyHelpers = __webpack_require__(52999); var shared = __webpack_require__(72309); var nativeExec = RegExp.prototype.exec; var nativeReplace = shared('native-string-replace', String.prototype.replace); var patchedExec = nativeExec; var UPDATES_LAST_INDEX_WRONG = (function () { var re1 = /a/; var re2 = /b*/g; nativeExec.call(re1, 'a'); nativeExec.call(re2, 'a'); return re1.lastIndex !== 0 || re2.lastIndex !== 0; })(); var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET; // nonparticipating capturing group, copied from es5-shim's String#split patch. // eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined; var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y; if (PATCH) { patchedExec = function exec(str) { var re = this; var lastIndex, reCopy, match, i; var sticky = UNSUPPORTED_Y && re.sticky; var flags = regexpFlags.call(re); var source = re.source; var charsAdded = 0; var strCopy = str; if (sticky) { flags = flags.replace('y', ''); if (flags.indexOf('g') === -1) { flags += 'g'; } strCopy = String(str).slice(re.lastIndex); // Support anchored sticky behavior. if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\n')) { source = '(?: ' + source + ')'; strCopy = ' ' + strCopy; charsAdded++; } // ^(? + rx + ) is needed, in combination with some str slicing, to // simulate the 'y' flag. reCopy = new RegExp('^(?:' + source + ')', flags); } if (NPCG_INCLUDED) { reCopy = new RegExp('^' + source + '$(?!\\s)', flags); } if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex; match = nativeExec.call(sticky ? reCopy : re, strCopy); if (sticky) { if (match) { match.input = match.input.slice(charsAdded); match[0] = match[0].slice(charsAdded); match.index = re.lastIndex; re.lastIndex += match[0].length; } else re.lastIndex = 0; } else if (UPDATES_LAST_INDEX_WRONG && match) { re.lastIndex = re.global ? match.index + match[0].length : lastIndex; } if (NPCG_INCLUDED && match && match.length > 1) { // Fix browsers whose `exec` methods don't consistently return `undefined` // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/ nativeReplace.call(match[0], reCopy, function () { for (i = 1; i < arguments.length - 2; i++) { if (arguments[i] === undefined) match[i] = undefined; } }); } return match; }; } module.exports = patchedExec; /***/ }), /***/ 67066: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var anObject = __webpack_require__(19670); // `RegExp.prototype.flags` getter implementation // https://tc39.es/ecma262/#sec-get-regexp.prototype.flags module.exports = function () { var that = anObject(this); var result = ''; if (that.global) result += 'g'; if (that.ignoreCase) result += 'i'; if (that.multiline) result += 'm'; if (that.dotAll) result += 's'; if (that.unicode) result += 'u'; if (that.sticky) result += 'y'; return result; }; /***/ }), /***/ 52999: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; var fails = __webpack_require__(47293); // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError, // so we use an intermediate function. function RE(s, f) { return RegExp(s, f); } exports.UNSUPPORTED_Y = fails(function () { // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError var re = RE('a', 'y'); re.lastIndex = 2; return re.exec('abcd') != null; }); exports.BROKEN_CARET = fails(function () { // https://bugzilla.mozilla.org/show_bug.cgi?id=773687 var re = RE('^r', 'gy'); re.lastIndex = 2; return re.exec('str') != null; }); /***/ }), /***/ 84488: /***/ (function(module) { // `RequireObjectCoercible` abstract operation // https://tc39.es/ecma262/#sec-requireobjectcoercible module.exports = function (it) { if (it == undefined) throw TypeError("Can't call method on " + it); return it; }; /***/ }), /***/ 83505: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var global = __webpack_require__(17854); var createNonEnumerableProperty = __webpack_require__(68880); module.exports = function (key, value) { try { createNonEnumerableProperty(global, key, value); } catch (error) { global[key] = value; } return value; }; /***/ }), /***/ 58003: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var defineProperty = __webpack_require__(3070).f; var has = __webpack_require__(86656); var wellKnownSymbol = __webpack_require__(5112); var TO_STRING_TAG = wellKnownSymbol('toStringTag'); module.exports = function (it, TAG, STATIC) { if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) { defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG }); } }; /***/ }), /***/ 6200: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var shared = __webpack_require__(72309); var uid = __webpack_require__(69711); var keys = shared('keys'); module.exports = function (key) { return keys[key] || (keys[key] = uid(key)); }; /***/ }), /***/ 5465: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var global = __webpack_require__(17854); var setGlobal = __webpack_require__(83505); var SHARED = '__core-js_shared__'; var store = global[SHARED] || setGlobal(SHARED, {}); module.exports = store; /***/ }), /***/ 72309: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var IS_PURE = __webpack_require__(31913); var store = __webpack_require__(5465); (module.exports = function (key, value) { return store[key] || (store[key] = value !== undefined ? value : {}); })('versions', []).push({ version: '3.11.0', mode: IS_PURE ? 'pure' : 'global', copyright: '© 2021 Denis Pushkarev (zloirock.ru)' }); /***/ }), /***/ 28710: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var toInteger = __webpack_require__(99958); var requireObjectCoercible = __webpack_require__(84488); // `String.prototype.{ codePointAt, at }` methods implementation var createMethod = function (CONVERT_TO_STRING) { return function ($this, pos) { var S = String(requireObjectCoercible($this)); var position = toInteger(pos); var size = S.length; var first, second; if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined; first = S.charCodeAt(position); return first < 0xD800 || first > 0xDBFF || position + 1 === size || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF ? CONVERT_TO_STRING ? S.charAt(position) : first : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000; }; }; module.exports = { // `String.prototype.codePointAt` method // https://tc39.es/ecma262/#sec-string.prototype.codepointat codeAt: createMethod(false), // `String.prototype.at` method // https://github.com/mathiasbynens/String.prototype.at charAt: createMethod(true) }; /***/ }), /***/ 53111: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var requireObjectCoercible = __webpack_require__(84488); var whitespaces = __webpack_require__(81361); var whitespace = '[' + whitespaces + ']'; var ltrim = RegExp('^' + whitespace + whitespace + '*'); var rtrim = RegExp(whitespace + whitespace + '*$'); // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation var createMethod = function (TYPE) { return function ($this) { var string = String(requireObjectCoercible($this)); if (TYPE & 1) string = string.replace(ltrim, ''); if (TYPE & 2) string = string.replace(rtrim, ''); return string; }; }; module.exports = { // `String.prototype.{ trimLeft, trimStart }` methods // https://tc39.es/ecma262/#sec-string.prototype.trimstart start: createMethod(1), // `String.prototype.{ trimRight, trimEnd }` methods // https://tc39.es/ecma262/#sec-string.prototype.trimend end: createMethod(2), // `String.prototype.trim` method // https://tc39.es/ecma262/#sec-string.prototype.trim trim: createMethod(3) }; /***/ }), /***/ 51400: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var toInteger = __webpack_require__(99958); var max = Math.max; var min = Math.min; // Helper for a popular repeating case of the spec: // Let integer be ? ToInteger(index). // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length). module.exports = function (index, length) { var integer = toInteger(index); return integer < 0 ? max(integer + length, 0) : min(integer, length); }; /***/ }), /***/ 45656: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { // toObject with fallback for non-array-like ES3 strings var IndexedObject = __webpack_require__(68361); var requireObjectCoercible = __webpack_require__(84488); module.exports = function (it) { return IndexedObject(requireObjectCoercible(it)); }; /***/ }), /***/ 99958: /***/ (function(module) { var ceil = Math.ceil; var floor = Math.floor; // `ToInteger` abstract operation // https://tc39.es/ecma262/#sec-tointeger module.exports = function (argument) { return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument); }; /***/ }), /***/ 17466: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var toInteger = __webpack_require__(99958); var min = Math.min; // `ToLength` abstract operation // https://tc39.es/ecma262/#sec-tolength module.exports = function (argument) { return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991 }; /***/ }), /***/ 47908: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var requireObjectCoercible = __webpack_require__(84488); // `ToObject` abstract operation // https://tc39.es/ecma262/#sec-toobject module.exports = function (argument) { return Object(requireObjectCoercible(argument)); }; /***/ }), /***/ 57593: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isObject = __webpack_require__(70111); // `ToPrimitive` abstract operation // https://tc39.es/ecma262/#sec-toprimitive // instead of the ES6 spec version, we didn't implement @@toPrimitive case // and the second argument - flag - preferred type is a string module.exports = function (input, PREFERRED_STRING) { if (!isObject(input)) return input; var fn, val; if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val; if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val; if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val; throw TypeError("Can't convert object to primitive value"); }; /***/ }), /***/ 51694: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var wellKnownSymbol = __webpack_require__(5112); var TO_STRING_TAG = wellKnownSymbol('toStringTag'); var test = {}; test[TO_STRING_TAG] = 'z'; module.exports = String(test) === '[object z]'; /***/ }), /***/ 69711: /***/ (function(module) { var id = 0; var postfix = Math.random(); module.exports = function (key) { return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36); }; /***/ }), /***/ 43307: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { /* eslint-disable es/no-symbol -- required for testing */ var NATIVE_SYMBOL = __webpack_require__(30133); module.exports = NATIVE_SYMBOL && !Symbol.sham && typeof Symbol.iterator == 'symbol'; /***/ }), /***/ 5112: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var global = __webpack_require__(17854); var shared = __webpack_require__(72309); var has = __webpack_require__(86656); var uid = __webpack_require__(69711); var NATIVE_SYMBOL = __webpack_require__(30133); var USE_SYMBOL_AS_UID = __webpack_require__(43307); var WellKnownSymbolsStore = shared('wks'); var Symbol = global.Symbol; var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid; module.exports = function (name) { if (!has(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) { if (NATIVE_SYMBOL && has(Symbol, name)) { WellKnownSymbolsStore[name] = Symbol[name]; } else { WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name); } } return WellKnownSymbolsStore[name]; }; /***/ }), /***/ 81361: /***/ (function(module) { // a string of all valid unicode whitespaces module.exports = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' + '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF'; /***/ }), /***/ 57327: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(82109); var $filter = __webpack_require__(42092).filter; var arrayMethodHasSpeciesSupport = __webpack_require__(81194); var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter'); // `Array.prototype.filter` method // https://tc39.es/ecma262/#sec-array.prototype.filter // with adding support of @@species $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, { filter: function filter(callbackfn /* , thisArg */) { return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); } }); /***/ }), /***/ 89554: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(82109); var forEach = __webpack_require__(18533); // `Array.prototype.forEach` method // https://tc39.es/ecma262/#sec-array.prototype.foreach // eslint-disable-next-line es/no-array-prototype-foreach -- safe $({ target: 'Array', proto: true, forced: [].forEach != forEach }, { forEach: forEach }); /***/ }), /***/ 66992: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var toIndexedObject = __webpack_require__(45656); var addToUnscopables = __webpack_require__(51223); var Iterators = __webpack_require__(97497); var InternalStateModule = __webpack_require__(29909); var defineIterator = __webpack_require__(70654); var ARRAY_ITERATOR = 'Array Iterator'; var setInternalState = InternalStateModule.set; var getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR); // `Array.prototype.entries` method // https://tc39.es/ecma262/#sec-array.prototype.entries // `Array.prototype.keys` method // https://tc39.es/ecma262/#sec-array.prototype.keys // `Array.prototype.values` method // https://tc39.es/ecma262/#sec-array.prototype.values // `Array.prototype[@@iterator]` method // https://tc39.es/ecma262/#sec-array.prototype-@@iterator // `CreateArrayIterator` internal method // https://tc39.es/ecma262/#sec-createarrayiterator module.exports = defineIterator(Array, 'Array', function (iterated, kind) { setInternalState(this, { type: ARRAY_ITERATOR, target: toIndexedObject(iterated), // target index: 0, // next index kind: kind // kind }); // `%ArrayIteratorPrototype%.next` method // https://tc39.es/ecma262/#sec-%arrayiteratorprototype%.next }, function () { var state = getInternalState(this); var target = state.target; var kind = state.kind; var index = state.index++; if (!target || index >= target.length) { state.target = undefined; return { value: undefined, done: true }; } if (kind == 'keys') return { value: index, done: false }; if (kind == 'values') return { value: target[index], done: false }; return { value: [index, target[index]], done: false }; }, 'values'); // argumentsList[@@iterator] is %ArrayProto_values% // https://tc39.es/ecma262/#sec-createunmappedargumentsobject // https://tc39.es/ecma262/#sec-createmappedargumentsobject Iterators.Arguments = Iterators.Array; // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables addToUnscopables('keys'); addToUnscopables('values'); addToUnscopables('entries'); /***/ }), /***/ 85827: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(82109); var $reduce = __webpack_require__(53671).left; var arrayMethodIsStrict = __webpack_require__(9341); var CHROME_VERSION = __webpack_require__(7392); var IS_NODE = __webpack_require__(35268); var STRICT_METHOD = arrayMethodIsStrict('reduce'); // Chrome 80-82 has a critical bug // https://bugs.chromium.org/p/chromium/issues/detail?id=1049982 var CHROME_BUG = !IS_NODE && CHROME_VERSION > 79 && CHROME_VERSION < 83; // `Array.prototype.reduce` method // https://tc39.es/ecma262/#sec-array.prototype.reduce $({ target: 'Array', proto: true, forced: !STRICT_METHOD || CHROME_BUG }, { reduce: function reduce(callbackfn /* , initialValue */) { return $reduce(this, callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined); } }); /***/ }), /***/ 68309: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var DESCRIPTORS = __webpack_require__(19781); var defineProperty = __webpack_require__(3070).f; var FunctionPrototype = Function.prototype; var FunctionPrototypeToString = FunctionPrototype.toString; var nameRE = /^\s*function ([^ (]*)/; var NAME = 'name'; // Function instances `.name` property // https://tc39.es/ecma262/#sec-function-instances-name if (DESCRIPTORS && !(NAME in FunctionPrototype)) { defineProperty(FunctionPrototype, NAME, { configurable: true, get: function () { try { return FunctionPrototypeToString.call(this).match(nameRE)[1]; } catch (error) { return ''; } } }); } /***/ }), /***/ 19601: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var $ = __webpack_require__(82109); var assign = __webpack_require__(21574); // `Object.assign` method // https://tc39.es/ecma262/#sec-object.assign // eslint-disable-next-line es/no-object-assign -- required for testing $({ target: 'Object', stat: true, forced: Object.assign !== assign }, { assign: assign }); /***/ }), /***/ 41539: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var TO_STRING_TAG_SUPPORT = __webpack_require__(51694); var redefine = __webpack_require__(31320); var toString = __webpack_require__(90288); // `Object.prototype.toString` method // https://tc39.es/ecma262/#sec-object.prototype.tostring if (!TO_STRING_TAG_SUPPORT) { redefine(Object.prototype, 'toString', toString, { unsafe: true }); } /***/ }), /***/ 91058: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var $ = __webpack_require__(82109); var parseIntImplementation = __webpack_require__(83009); // `parseInt` method // https://tc39.es/ecma262/#sec-parseint-string-radix $({ global: true, forced: parseInt != parseIntImplementation }, { parseInt: parseIntImplementation }); /***/ }), /***/ 74916: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(82109); var exec = __webpack_require__(22261); // `RegExp.prototype.exec` method // https://tc39.es/ecma262/#sec-regexp.prototype.exec $({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, { exec: exec }); /***/ }), /***/ 78783: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var charAt = __webpack_require__(28710).charAt; var InternalStateModule = __webpack_require__(29909); var defineIterator = __webpack_require__(70654); var STRING_ITERATOR = 'String Iterator'; var setInternalState = InternalStateModule.set; var getInternalState = InternalStateModule.getterFor(STRING_ITERATOR); // `String.prototype[@@iterator]` method // https://tc39.es/ecma262/#sec-string.prototype-@@iterator defineIterator(String, 'String', function (iterated) { setInternalState(this, { type: STRING_ITERATOR, string: String(iterated), index: 0 }); // `%StringIteratorPrototype%.next` method // https://tc39.es/ecma262/#sec-%stringiteratorprototype%.next }, function next() { var state = getInternalState(this); var string = state.string; var index = state.index; var point; if (index >= string.length) return { value: undefined, done: true }; point = charAt(string, index); state.index += point.length; return { value: point, done: false }; }); /***/ }), /***/ 4723: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var fixRegExpWellKnownSymbolLogic = __webpack_require__(27007); var anObject = __webpack_require__(19670); var toLength = __webpack_require__(17466); var requireObjectCoercible = __webpack_require__(84488); var advanceStringIndex = __webpack_require__(31530); var regExpExec = __webpack_require__(97651); // @@match logic fixRegExpWellKnownSymbolLogic('match', 1, function (MATCH, nativeMatch, maybeCallNative) { return [ // `String.prototype.match` method // https://tc39.es/ecma262/#sec-string.prototype.match function match(regexp) { var O = requireObjectCoercible(this); var matcher = regexp == undefined ? undefined : regexp[MATCH]; return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O)); }, // `RegExp.prototype[@@match]` method // https://tc39.es/ecma262/#sec-regexp.prototype-@@match function (regexp) { var res = maybeCallNative(nativeMatch, regexp, this); if (res.done) return res.value; var rx = anObject(regexp); var S = String(this); if (!rx.global) return regExpExec(rx, S); var fullUnicode = rx.unicode; rx.lastIndex = 0; var A = []; var n = 0; var result; while ((result = regExpExec(rx, S)) !== null) { var matchStr = String(result[0]); A[n] = matchStr; if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode); n++; } return n === 0 ? null : A; } ]; }); /***/ }), /***/ 15306: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { "use strict"; var fixRegExpWellKnownSymbolLogic = __webpack_require__(27007); var anObject = __webpack_require__(19670); var toLength = __webpack_require__(17466); var toInteger = __webpack_require__(99958); var requireObjectCoercible = __webpack_require__(84488); var advanceStringIndex = __webpack_require__(31530); var getSubstitution = __webpack_require__(10647); var regExpExec = __webpack_require__(97651); var max = Math.max; var min = Math.min; var maybeToString = function (it) { return it === undefined ? it : String(it); }; // @@replace logic fixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) { var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE; var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0; var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0'; return [ // `String.prototype.replace` method // https://tc39.es/ecma262/#sec-string.prototype.replace function replace(searchValue, replaceValue) { var O = requireObjectCoercible(this); var replacer = searchValue == undefined ? undefined : searchValue[REPLACE]; return replacer !== undefined ? replacer.call(searchValue, O, replaceValue) : nativeReplace.call(String(O), searchValue, replaceValue); }, // `RegExp.prototype[@@replace]` method // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace function (regexp, replaceValue) { if ( (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) || (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1) ) { var res = maybeCallNative(nativeReplace, regexp, this, replaceValue); if (res.done) return res.value; } var rx = anObject(regexp); var S = String(this); var functionalReplace = typeof replaceValue === 'function'; if (!functionalReplace) replaceValue = String(replaceValue); var global = rx.global; if (global) { var fullUnicode = rx.unicode; rx.lastIndex = 0; } var results = []; while (true) { var result = regExpExec(rx, S); if (result === null) break; results.push(result); if (!global) break; var matchStr = String(result[0]); if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode); } var accumulatedResult = ''; var nextSourcePosition = 0; for (var i = 0; i < results.length; i++) { result = results[i]; var matched = String(result[0]); var position = max(min(toInteger(result.index), S.length), 0); var captures = []; // NOTE: This is equivalent to // captures = result.slice(1).map(maybeToString) // but for some reason `nativeSlice.call(result, 1, result.length)` (called in // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it. for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j])); var namedCaptures = result.groups; if (functionalReplace) { var replacerArgs = [matched].concat(captures, position, S); if (namedCaptures !== undefined) replacerArgs.push(namedCaptures); var replacement = String(replaceValue.apply(undefined, replacerArgs)); } else { replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue); } if (position >= nextSourcePosition) { accumulatedResult += S.slice(nextSourcePosition, position) + replacement; nextSourcePosition = position + matched.length; } } return accumulatedResult + S.slice(nextSourcePosition); } ]; }); /***/ }), /***/ 4129: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var global = __webpack_require__(17854); var redefineAll = __webpack_require__(12248); var InternalMetadataModule = __webpack_require__(62423); var collection = __webpack_require__(77710); var collectionWeak = __webpack_require__(29320); var isObject = __webpack_require__(70111); var enforceIternalState = __webpack_require__(29909).enforce; var NATIVE_WEAK_MAP = __webpack_require__(68536); var IS_IE11 = !global.ActiveXObject && 'ActiveXObject' in global; // eslint-disable-next-line es/no-object-isextensible -- safe var isExtensible = Object.isExtensible; var InternalWeakMap; var wrapper = function (init) { return function WeakMap() { return init(this, arguments.length ? arguments[0] : undefined); }; }; // `WeakMap` constructor // https://tc39.es/ecma262/#sec-weakmap-constructor var $WeakMap = module.exports = collection('WeakMap', wrapper, collectionWeak); // IE11 WeakMap frozen keys fix // We can't use feature detection because it crash some old IE builds // https://github.com/zloirock/core-js/issues/485 if (NATIVE_WEAK_MAP && IS_IE11) { InternalWeakMap = collectionWeak.getConstructor(wrapper, 'WeakMap', true); InternalMetadataModule.REQUIRED = true; var WeakMapPrototype = $WeakMap.prototype; var nativeDelete = WeakMapPrototype['delete']; var nativeHas = WeakMapPrototype.has; var nativeGet = WeakMapPrototype.get; var nativeSet = WeakMapPrototype.set; redefineAll(WeakMapPrototype, { 'delete': function (key) { if (isObject(key) && !isExtensible(key)) { var state = enforceIternalState(this); if (!state.frozen) state.frozen = new InternalWeakMap(); return nativeDelete.call(this, key) || state.frozen['delete'](key); } return nativeDelete.call(this, key); }, has: function has(key) { if (isObject(key) && !isExtensible(key)) { var state = enforceIternalState(this); if (!state.frozen) state.frozen = new InternalWeakMap(); return nativeHas.call(this, key) || state.frozen.has(key); } return nativeHas.call(this, key); }, get: function get(key) { if (isObject(key) && !isExtensible(key)) { var state = enforceIternalState(this); if (!state.frozen) state.frozen = new InternalWeakMap(); return nativeHas.call(this, key) ? nativeGet.call(this, key) : state.frozen.get(key); } return nativeGet.call(this, key); }, set: function set(key, value) { if (isObject(key) && !isExtensible(key)) { var state = enforceIternalState(this); if (!state.frozen) state.frozen = new InternalWeakMap(); nativeHas.call(this, key) ? nativeSet.call(this, key, value) : state.frozen.set(key, value); } else nativeSet.call(this, key, value); return this; } }); } /***/ }), /***/ 33948: /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { var global = __webpack_require__(17854); var DOMIterables = __webpack_require__(48324); var ArrayIteratorMethods = __webpack_require__(66992); var createNonEnumerableProperty = __webpack_require__(68880); var wellKnownSymbol = __webpack_require__(5112); var ITERATOR = wellKnownSymbol('iterator'); var TO_STRING_TAG = wellKnownSymbol('toStringTag'); var ArrayValues = ArrayIteratorMethods.values; for (var COLLECTION_NAME in DOMIterables) { var Collection = global[COLLECTION_NAME]; var CollectionPrototype = Collection && Collection.prototype; if (CollectionPrototype) { // some Chrome versions have non-configurable methods on DOMTokenList if (CollectionPrototype[ITERATOR] !== ArrayValues) try { createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues); } catch (error) { CollectionPrototype[ITERATOR] = ArrayValues; } if (!CollectionPrototype[TO_STRING_TAG]) { createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME); } if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) { // some Chrome versions have non-configurable methods on DOMTokenList if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try { createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]); } catch (error) { CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME]; } } } } /***/ }), /***/ 54098: /***/ (function(module, exports) { var global = typeof self !== 'undefined' ? self : this; var __self__ = (function () { function F() { this.fetch = false; this.DOMException = global.DOMException } F.prototype = global; return new F(); })(); (function(self) { var irrelevant = (function (exports) { var support = { searchParams: 'URLSearchParams' in self, iterable: 'Symbol' in self && 'iterator' in Symbol, blob: 'FileReader' in self && 'Blob' in self && (function() { try { new Blob(); return true } catch (e) { return false } })(), formData: 'FormData' in self, arrayBuffer: 'ArrayBuffer' in self }; function isDataView(obj) { return obj && DataView.prototype.isPrototypeOf(obj) } if (support.arrayBuffer) { var viewClasses = [ '[object Int8Array]', '[object Uint8Array]', '[object Uint8ClampedArray]', '[object Int16Array]', '[object Uint16Array]', '[object Int32Array]', '[object Uint32Array]', '[object Float32Array]', '[object Float64Array]' ]; var isArrayBufferView = ArrayBuffer.isView || function(obj) { return obj && viewClasses.indexOf(Object.prototype.toString.call(obj)) > -1 }; } function normalizeName(name) { if (typeof name !== 'string') { name = String(name); } if (/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(name)) { throw new TypeError('Invalid character in header field name') } return name.toLowerCase() } function normalizeValue(value) { if (typeof value !== 'string') { value = String(value); } return value } // Build a destructive iterator for the value list function iteratorFor(items) { var iterator = { next: function() { var value = items.shift(); return {done: value === undefined, value: value} } }; if (support.iterable) { iterator[Symbol.iterator] = function() { return iterator }; } return iterator } function Headers(headers) { this.map = {}; if (headers instanceof Headers) { headers.forEach(function(value, name) { this.append(name, value); }, this); } else if (Array.isArray(headers)) { headers.forEach(function(header) { this.append(header[0], header[1]); }, this); } else if (headers) { Object.getOwnPropertyNames(headers).forEach(function(name) { this.append(name, headers[name]); }, this); } } Headers.prototype.append = function(name, value) { name = normalizeName(name); value = normalizeValue(value); var oldValue = this.map[name]; this.map[name] = oldValue ? oldValue + ', ' + value : value; }; Headers.prototype['delete'] = function(name) { delete this.map[normalizeName(name)]; }; Headers.prototype.get = function(name) { name = normalizeName(name); return this.has(name) ? this.map[name] : null }; Headers.prototype.has = function(name) { return this.map.hasOwnProperty(normalizeName(name)) }; Headers.prototype.set = function(name, value) { this.map[normalizeName(name)] = normalizeValue(value); }; Headers.prototype.forEach = function(callback, thisArg) { for (var name in this.map) { if (this.map.hasOwnProperty(name)) { callback.call(thisArg, this.map[name], name, this); } } }; Headers.prototype.keys = function() { var items = []; this.forEach(function(value, name) { items.push(name); }); return iteratorFor(items) }; Headers.prototype.values = function() { var items = []; this.forEach(function(value) { items.push(value); }); return iteratorFor(items) }; Headers.prototype.entries = function() { var items = []; this.forEach(function(value, name) { items.push([name, value]); }); return iteratorFor(items) }; if (support.iterable) { Headers.prototype[Symbol.iterator] = Headers.prototype.entries; } function consumed(body) { if (body.bodyUsed) { return Promise.reject(new TypeError('Already read')) } body.bodyUsed = true; } function fileReaderReady(reader) { return new Promise(function(resolve, reject) { reader.onload = function() { resolve(reader.result); }; reader.onerror = function() { reject(reader.error); }; }) } function readBlobAsArrayBuffer(blob) { var reader = new FileReader(); var promise = fileReaderReady(reader); reader.readAsArrayBuffer(blob); return promise } function readBlobAsText(blob) { var reader = new FileReader(); var promise = fileReaderReady(reader); reader.readAsText(blob); return promise } function readArrayBufferAsText(buf) { var view = new Uint8Array(buf); var chars = new Array(view.length); for (var i = 0; i < view.length; i++) { chars[i] = String.fromCharCode(view[i]); } return chars.join('') } function bufferClone(buf) { if (buf.slice) { return buf.slice(0) } else { var view = new Uint8Array(buf.byteLength); view.set(new Uint8Array(buf)); return view.buffer } } function Body() { this.bodyUsed = false; this._initBody = function(body) { this._bodyInit = body; if (!body) { this._bodyText = ''; } else if (typeof body === 'string') { this._bodyText = body; } else if (support.blob && Blob.prototype.isPrototypeOf(body)) { this._bodyBlob = body; } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { this._bodyFormData = body; } else if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body)) { this._bodyText = body.toString(); } else if (support.arrayBuffer && support.blob && isDataView(body)) { this._bodyArrayBuffer = bufferClone(body.buffer); // IE 10-11 can't handle a DataView body. this._bodyInit = new Blob([this._bodyArrayBuffer]); } else if (support.arrayBuffer && (ArrayBuffer.prototype.isPrototypeOf(body) || isArrayBufferView(body))) { this._bodyArrayBuffer = bufferClone(body); } else { this._bodyText = body = Object.prototype.toString.call(body); } if (!this.headers.get('content-type')) { if (typeof body === 'string') { this.headers.set('content-type', 'text/plain;charset=UTF-8'); } else if (this._bodyBlob && this._bodyBlob.type) { this.headers.set('content-type', this._bodyBlob.type); } else if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body)) { this.headers.set('content-type', 'application/x-www-form-urlencoded;charset=UTF-8'); } } }; if (support.blob) { this.blob = function() { var rejected = consumed(this); if (rejected) { return rejected } if (this._bodyBlob) { return Promise.resolve(this._bodyBlob) } else if (this._bodyArrayBuffer) { return Promise.resolve(new Blob([this._bodyArrayBuffer])) } else if (this._bodyFormData) { throw new Error('could not read FormData body as blob') } else { return Promise.resolve(new Blob([this._bodyText])) } }; this.arrayBuffer = function() { if (this._bodyArrayBuffer) { return consumed(this) || Promise.resolve(this._bodyArrayBuffer) } else { return this.blob().then(readBlobAsArrayBuffer) } }; } this.text = function() { var rejected = consumed(this); if (rejected) { return rejected } if (this._bodyBlob) { return readBlobAsText(this._bodyBlob) } else if (this._bodyArrayBuffer) { return Promise.resolve(readArrayBufferAsText(this._bodyArrayBuffer)) } else if (this._bodyFormData) { throw new Error('could not read FormData body as text') } else { return Promise.resolve(this._bodyText) } }; if (support.formData) { this.formData = function() { return this.text().then(decode) }; } this.json = function() { return this.text().then(JSON.parse) }; return this } // HTTP methods whose capitalization should be normalized var methods = ['DELETE', 'GET', 'HEAD', 'OPTIONS', 'POST', 'PUT']; function normalizeMethod(method) { var upcased = method.toUpperCase(); return methods.indexOf(upcased) > -1 ? upcased : method } function Request(input, options) { options = options || {}; var body = options.body; if (input instanceof Request) { if (input.bodyUsed) { throw new TypeError('Already read') } this.url = input.url; this.credentials = input.credentials; if (!options.headers) { this.headers = new Headers(input.headers); } this.method = input.method; this.mode = input.mode; this.signal = input.signal; if (!body && input._bodyInit != null) { body = input._bodyInit; input.bodyUsed = true; } } else { this.url = String(input); } this.credentials = options.credentials || this.credentials || 'same-origin'; if (options.headers || !this.headers) { this.headers = new Headers(options.headers); } this.method = normalizeMethod(options.method || this.method || 'GET'); this.mode = options.mode || this.mode || null; this.signal = options.signal || this.signal; this.referrer = null; if ((this.method === 'GET' || this.method === 'HEAD') && body) { throw new TypeError('Body not allowed for GET or HEAD requests') } this._initBody(body); } Request.prototype.clone = function() { return new Request(this, {body: this._bodyInit}) }; function decode(body) { var form = new FormData(); body .trim() .split('&') .forEach(function(bytes) { if (bytes) { var split = bytes.split('='); var name = split.shift().replace(/\+/g, ' '); var value = split.join('=').replace(/\+/g, ' '); form.append(decodeURIComponent(name), decodeURIComponent(value)); } }); return form } function parseHeaders(rawHeaders) { var headers = new Headers(); // Replace instances of \r\n and \n followed by at least one space or horizontal tab with a space // https://tools.ietf.org/html/rfc7230#section-3.2 var preProcessedHeaders = rawHeaders.replace(/\r?\n[\t ]+/g, ' '); preProcessedHeaders.split(/\r?\n/).forEach(function(line) { var parts = line.split(':'); var key = parts.shift().trim(); if (key) { var value = parts.join(':').trim(); headers.append(key, value); } }); return headers } Body.call(Request.prototype); function Response(bodyInit, options) { if (!options) { options = {}; } this.type = 'default'; this.status = options.status === undefined ? 200 : options.status; this.ok = this.status >= 200 && this.status < 300; this.statusText = 'statusText' in options ? options.statusText : 'OK'; this.headers = new Headers(options.headers); this.url = options.url || ''; this._initBody(bodyInit); } Body.call(Response.prototype); Response.prototype.clone = function() { return new Response(this._bodyInit, { status: this.status, statusText: this.statusText, headers: new Headers(this.headers), url: this.url }) }; Response.error = function() { var response = new Response(null, {status: 0, statusText: ''}); response.type = 'error'; return response }; var redirectStatuses = [301, 302, 303, 307, 308]; Response.redirect = function(url, status) { if (redirectStatuses.indexOf(status) === -1) { throw new RangeError('Invalid status code') } return new Response(null, {status: status, headers: {location: url}}) }; exports.DOMException = self.DOMException; try { new exports.DOMException(); } catch (err) { exports.DOMException = function(message, name) { this.message = message; this.name = name; var error = Error(message); this.stack = error.stack; }; exports.DOMException.prototype = Object.create(Error.prototype); exports.DOMException.prototype.constructor = exports.DOMException; } function fetch(input, init) { return new Promise(function(resolve, reject) { var request = new Request(input, init); if (request.signal && request.signal.aborted) { return reject(new exports.DOMException('Aborted', 'AbortError')) } var xhr = new XMLHttpRequest(); function abortXhr() { xhr.abort(); } xhr.onload = function() { var options = { status: xhr.status, statusText: xhr.statusText, headers: parseHeaders(xhr.getAllResponseHeaders() || '') }; options.url = 'responseURL' in xhr ? xhr.responseURL : options.headers.get('X-Request-URL'); var body = 'response' in xhr ? xhr.response : xhr.responseText; resolve(new Response(body, options)); }; xhr.onerror = function() { reject(new TypeError('Network request failed')); }; xhr.ontimeout = function() { reject(new TypeError('Network request failed')); }; xhr.onabort = function() { reject(new exports.DOMException('Aborted', 'AbortError')); }; xhr.open(request.method, request.url, true); if (request.credentials === 'include') { xhr.withCredentials = true; } else if (request.credentials === 'omit') { xhr.withCredentials = false; } if ('responseType' in xhr && support.blob) { xhr.responseType = 'blob'; } request.headers.forEach(function(value, name) { xhr.setRequestHeader(name, value); }); if (request.signal) { request.signal.addEventListener('abort', abortXhr); xhr.onreadystatechange = function() { // DONE (success or failure) if (xhr.readyState === 4) { request.signal.removeEventListener('abort', abortXhr); } }; } xhr.send(typeof request._bodyInit === 'undefined' ? null : request._bodyInit); }) } fetch.polyfill = true; if (!self.fetch) { self.fetch = fetch; self.Headers = Headers; self.Request = Request; self.Response = Response; } exports.Headers = Headers; exports.Request = Request; exports.Response = Response; exports.fetch = fetch; Object.defineProperty(exports, '__esModule', { value: true }); return exports; })({}); })(__self__); __self__.fetch.ponyfill = true; // Remove "polyfill" property added by whatwg-fetch delete __self__.fetch.polyfill; // Choose between native implementation (global) or custom implementation (__self__) // var ctx = global.fetch ? global : __self__; var ctx = __self__; // this line disable service worker support temporarily exports = ctx.fetch // To enable: import fetch from 'cross-fetch' exports.default = ctx.fetch // For TypeScript consumers without esModuleInterop. exports.fetch = ctx.fetch // To enable: import {fetch} from 'cross-fetch' exports.Headers = ctx.Headers exports.Request = ctx.Request exports.Response = ctx.Response module.exports = exports /***/ }), /***/ 26905: /***/ (function(module) { !function(t,n){ true?module.exports=function(t,n,e,i,o){for(n=n.split?n.split("."):n,i=0;i<n.length;i++)t=t?t[n[i]]:o;return t===o?e:t}:0}(this); //# sourceMappingURL=dlv.umd.js.map /***/ }), /***/ 49948: /***/ (function(__unused_webpack_module, exports) { // Copyright (c) 2014 Rafael Caricio. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. var GradientParser = {}; GradientParser.parse = (function() { var tokens = { linearGradient: /^(\-(webkit|o|ms|moz)\-)?(linear\-gradient)/i, repeatingLinearGradient: /^(\-(webkit|o|ms|moz)\-)?(repeating\-linear\-gradient)/i, radialGradient: /^(\-(webkit|o|ms|moz)\-)?(radial\-gradient)/i, repeatingRadialGradient: /^(\-(webkit|o|ms|moz)\-)?(repeating\-radial\-gradient)/i, sideOrCorner: /^to (left (top|bottom)|right (top|bottom)|left|right|top|bottom)/i, extentKeywords: /^(closest\-side|closest\-corner|farthest\-side|farthest\-corner|contain|cover)/, positionKeywords: /^(left|center|right|top|bottom)/i, pixelValue: /^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))px/, percentageValue: /^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))\%/, emValue: /^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))em/, angleValue: /^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))deg/, startCall: /^\(/, endCall: /^\)/, comma: /^,/, hexColor: /^\#([0-9a-fA-F]+)/, literalColor: /^([a-zA-Z]+)/, rgbColor: /^rgb/i, rgbaColor: /^rgba/i, number: /^(([0-9]*\.[0-9]+)|([0-9]+\.?))/ }; var input = ''; function error(msg) { var err = new Error(input + ': ' + msg); err.source = input; throw err; } function getAST() { var ast = matchListDefinitions(); if (input.length > 0) { error('Invalid input not EOF'); } return ast; } function matchListDefinitions() { return matchListing(matchDefinition); } function matchDefinition() { return matchGradient( 'linear-gradient', tokens.linearGradient, matchLinearOrientation) || matchGradient( 'repeating-linear-gradient', tokens.repeatingLinearGradient, matchLinearOrientation) || matchGradient( 'radial-gradient', tokens.radialGradient, matchListRadialOrientations) || matchGradient( 'repeating-radial-gradient', tokens.repeatingRadialGradient, matchListRadialOrientations); } function matchGradient(gradientType, pattern, orientationMatcher) { return matchCall(pattern, function(captures) { var orientation = orientationMatcher(); if (orientation) { if (!scan(tokens.comma)) { error('Missing comma before color stops'); } } return { type: gradientType, orientation: orientation, colorStops: matchListing(matchColorStop) }; }); } function matchCall(pattern, callback) { var captures = scan(pattern); if (captures) { if (!scan(tokens.startCall)) { error('Missing ('); } result = callback(captures); if (!scan(tokens.endCall)) { error('Missing )'); } return result; } } function matchLinearOrientation() { return matchSideOrCorner() || matchAngle(); } function matchSideOrCorner() { return match('directional', tokens.sideOrCorner, 1); } function matchAngle() { return match('angular', tokens.angleValue, 1); } function matchListRadialOrientations() { var radialOrientations, radialOrientation = matchRadialOrientation(), lookaheadCache; if (radialOrientation) { radialOrientations = []; radialOrientations.push(radialOrientation); lookaheadCache = input; if (scan(tokens.comma)) { radialOrientation = matchRadialOrientation(); if (radialOrientation) { radialOrientations.push(radialOrientation); } else { input = lookaheadCache; } } } return radialOrientations; } function matchRadialOrientation() { var radialType = matchCircle() || matchEllipse(); if (radialType) { radialType.at = matchAtPosition(); } else { var defaultPosition = matchPositioning(); if (defaultPosition) { radialType = { type: 'default-radial', at: defaultPosition }; } } return radialType; } function matchCircle() { var circle = match('shape', /^(circle)/i, 0); if (circle) { circle.style = matchLength() || matchExtentKeyword(); } return circle; } function matchEllipse() { var ellipse = match('shape', /^(ellipse)/i, 0); if (ellipse) { ellipse.style = matchDistance() || matchExtentKeyword(); } return ellipse; } function matchExtentKeyword() { return match('extent-keyword', tokens.extentKeywords, 1); } function matchAtPosition() { if (match('position', /^at/, 0)) { var positioning = matchPositioning(); if (!positioning) { error('Missing positioning value'); } return positioning; } } function matchPositioning() { var location = matchCoordinates(); if (location.x || location.y) { return { type: 'position', value: location }; } } function matchCoordinates() { return { x: matchDistance(), y: matchDistance() }; } function matchListing(matcher) { var captures = matcher(), result = []; if (captures) { result.push(captures); while (scan(tokens.comma)) { captures = matcher(); if (captures) { result.push(captures); } else { error('One extra comma'); } } } return result; } function matchColorStop() { var color = matchColor(); if (!color) { error('Expected color definition'); } color.length = matchDistance(); return color; } function matchColor() { return matchHexColor() || matchRGBAColor() || matchRGBColor() || matchLiteralColor(); } function matchLiteralColor() { return match('literal', tokens.literalColor, 0); } function matchHexColor() { return match('hex', tokens.hexColor, 1); } function matchRGBColor() { return matchCall(tokens.rgbColor, function() { return { type: 'rgb', value: matchListing(matchNumber) }; }); } function matchRGBAColor() { return matchCall(tokens.rgbaColor, function() { return { type: 'rgba', value: matchListing(matchNumber) }; }); } function matchNumber() { return scan(tokens.number)[1]; } function matchDistance() { return match('%', tokens.percentageValue, 1) || matchPositionKeyword() || matchLength(); } function matchPositionKeyword() { return match('position-keyword', tokens.positionKeywords, 1); } function matchLength() { return match('px', tokens.pixelValue, 1) || match('em', tokens.emValue, 1); } function match(type, pattern, captureIndex) { var captures = scan(pattern); if (captures) { return { type: type, value: captures[captureIndex] }; } } function scan(regexp) { var captures, blankCaptures; blankCaptures = /^[\n\r\t\s]+/.exec(input); if (blankCaptures) { consume(blankCaptures[0].length); } captures = regexp.exec(input); if (captures) { consume(captures[0].length); } return captures; } function consume(size) { input = input.substr(size); } return function(code) { input = code.toString(); return getAST(); }; })(); exports.parse = (GradientParser || {}).parse; /***/ }), /***/ 8679: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; var reactIs = __webpack_require__(21296); /** * Copyright 2015, Yahoo! Inc. * Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. */ var REACT_STATICS = { childContextTypes: true, contextType: true, contextTypes: true, defaultProps: true, displayName: true, getDefaultProps: true, getDerivedStateFromError: true, getDerivedStateFromProps: true, mixins: true, propTypes: true, type: true }; var KNOWN_STATICS = { name: true, length: true, prototype: true, caller: true, callee: true, arguments: true, arity: true }; var FORWARD_REF_STATICS = { '$$typeof': true, render: true, defaultProps: true, displayName: true, propTypes: true }; var MEMO_STATICS = { '$$typeof': true, compare: true, defaultProps: true, displayName: true, propTypes: true, type: true }; var TYPE_STATICS = {}; TYPE_STATICS[reactIs.ForwardRef] = FORWARD_REF_STATICS; TYPE_STATICS[reactIs.Memo] = MEMO_STATICS; function getStatics(component) { // React v16.11 and below if (reactIs.isMemo(component)) { return MEMO_STATICS; } // React v16.12 and above return TYPE_STATICS[component['$$typeof']] || REACT_STATICS; } var defineProperty = Object.defineProperty; var getOwnPropertyNames = Object.getOwnPropertyNames; var getOwnPropertySymbols = Object.getOwnPropertySymbols; var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; var getPrototypeOf = Object.getPrototypeOf; var objectPrototype = Object.prototype; function hoistNonReactStatics(targetComponent, sourceComponent, blacklist) { if (typeof sourceComponent !== 'string') { // don't hoist over string (html) components if (objectPrototype) { var inheritedComponent = getPrototypeOf(sourceComponent); if (inheritedComponent && inheritedComponent !== objectPrototype) { hoistNonReactStatics(targetComponent, inheritedComponent, blacklist); } } var keys = getOwnPropertyNames(sourceComponent); if (getOwnPropertySymbols) { keys = keys.concat(getOwnPropertySymbols(sourceComponent)); } var targetStatics = getStatics(targetComponent); var sourceStatics = getStatics(sourceComponent); for (var i = 0; i < keys.length; ++i) { var key = keys[i]; if (!KNOWN_STATICS[key] && !(blacklist && blacklist[key]) && !(sourceStatics && sourceStatics[key]) && !(targetStatics && targetStatics[key])) { var descriptor = getOwnPropertyDescriptor(sourceComponent, key); try { // Avoid failures from read-only properties defineProperty(targetComponent, key, descriptor); } catch (e) {} } } } return targetComponent; } module.exports = hoistNonReactStatics; /***/ }), /***/ 96103: /***/ (function(__unused_webpack_module, exports) { "use strict"; /** @license React v16.13.1 * react-is.production.min.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ var b="function"===typeof Symbol&&Symbol.for,c=b?Symbol.for("react.element"):60103,d=b?Symbol.for("react.portal"):60106,e=b?Symbol.for("react.fragment"):60107,f=b?Symbol.for("react.strict_mode"):60108,g=b?Symbol.for("react.profiler"):60114,h=b?Symbol.for("react.provider"):60109,k=b?Symbol.for("react.context"):60110,l=b?Symbol.for("react.async_mode"):60111,m=b?Symbol.for("react.concurrent_mode"):60111,n=b?Symbol.for("react.forward_ref"):60112,p=b?Symbol.for("react.suspense"):60113,q=b? Symbol.for("react.suspense_list"):60120,r=b?Symbol.for("react.memo"):60115,t=b?Symbol.for("react.lazy"):60116,v=b?Symbol.for("react.block"):60121,w=b?Symbol.for("react.fundamental"):60117,x=b?Symbol.for("react.responder"):60118,y=b?Symbol.for("react.scope"):60119; function z(a){if("object"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}exports.AsyncMode=l;exports.ConcurrentMode=m;exports.ContextConsumer=k;exports.ContextProvider=h;exports.Element=c;exports.ForwardRef=n;exports.Fragment=e;exports.Lazy=t;exports.Memo=r;exports.Portal=d; exports.Profiler=g;exports.StrictMode=f;exports.Suspense=p;exports.isAsyncMode=function(a){return A(a)||z(a)===l};exports.isConcurrentMode=A;exports.isContextConsumer=function(a){return z(a)===k};exports.isContextProvider=function(a){return z(a)===h};exports.isElement=function(a){return"object"===typeof a&&null!==a&&a.$$typeof===c};exports.isForwardRef=function(a){return z(a)===n};exports.isFragment=function(a){return z(a)===e};exports.isLazy=function(a){return z(a)===t}; exports.isMemo=function(a){return z(a)===r};exports.isPortal=function(a){return z(a)===d};exports.isProfiler=function(a){return z(a)===g};exports.isStrictMode=function(a){return z(a)===f};exports.isSuspense=function(a){return z(a)===p}; exports.isValidElementType=function(a){return"string"===typeof a||"function"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||"object"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};exports.typeOf=z; /***/ }), /***/ 21296: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; if (true) { module.exports = __webpack_require__(96103); } else {} /***/ }), /***/ 54579: /***/ (function(module, exports, __webpack_require__) { var fetchApi if (typeof fetch === 'function') { if (typeof __webpack_require__.g !== 'undefined' && __webpack_require__.g.fetch) { fetchApi = __webpack_require__.g.fetch } else if (typeof window !== 'undefined' && window.fetch) { fetchApi = window.fetch } } if ( true && (typeof window === 'undefined' || typeof window.document === 'undefined')) { var f = fetchApi || __webpack_require__(54098) if (f.default) f = f.default exports.default = f module.exports = exports.default } /***/ }), /***/ 43390: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.default = void 0; var _intro = _interopRequireDefault(__webpack_require__(34342)); var _propTypes = _interopRequireDefault(__webpack_require__(45697)); var _react = __webpack_require__(67294); var introJsPropTypes = _interopRequireWildcard(__webpack_require__(96115)); var introJsDefaultProps = _interopRequireWildcard(__webpack_require__(89916)); function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (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 = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function () { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } /** * Intro.js Hints Component. */ var Hints = /*#__PURE__*/function (_Component) { _inherits(Hints, _Component); var _super = _createSuper(Hints); /** * React Props * @type {Object} */ /** * React Default Props * @type {Object} */ /** * Creates a new instance of the component. * @class * @param {Object} props - The props of the component. */ function Hints(props) { var _this; _classCallCheck(this, Hints); _this = _super.call(this, props); _this.introJs = null; _this.isConfigured = false; _this.installIntroJs(); return _this; } /** * Lifecycle: componentDidMount. * We use this event to enable Intro.js hints at mount time if enabled right from the start. */ _createClass(Hints, [{ key: "componentDidMount", value: function componentDidMount() { if (this.props.enabled) { this.configureIntroJs(); this.renderHints(); } } /** * Lifecycle: componentDidUpdate. * @param {Object} prevProps - The previous props. */ }, { key: "componentDidUpdate", value: function componentDidUpdate(prevProps) { var _this$props = this.props, enabled = _this$props.enabled, hints = _this$props.hints, options = _this$props.options; if (!this.isConfigured || prevProps.hints !== hints || prevProps.options !== options) { this.configureIntroJs(); this.renderHints(); } if (prevProps.enabled !== enabled) { this.renderHints(); } } /** * Lifecycle: componentWillUnmount. * We use this even to hide the hints when the component is unmounted. */ }, { key: "componentWillUnmount", value: function componentWillUnmount() { this.introJs.hideHints(); } /** * Installs Intro.js. */ }, { key: "installIntroJs", value: function installIntroJs() { this.introJs = (0, _intro["default"])(); var _this$props2 = this.props, onClick = _this$props2.onClick, onClose = _this$props2.onClose; if (onClick) { this.introJs.onhintclick(onClick); } if (onClose) { this.introJs.onhintclose(onClose); } } /** * Configures Intro.js if not already configured. */ }, { key: "configureIntroJs", value: function configureIntroJs() { var _this$props3 = this.props, options = _this$props3.options, hints = _this$props3.hints; // We need to remove all hints otherwise new hints won't be added. this.introJs.removeHints(); this.introJs.setOptions(_objectSpread(_objectSpread({}, options), {}, { hints: hints })); this.isConfigured = true; } /** * Renders the Intro.js hints. */ }, { key: "renderHints", value: function renderHints() { var _this$props4 = this.props, enabled = _this$props4.enabled, hints = _this$props4.hints; if (enabled && hints.length > 0) { this.introJs.showHints(); } else if (!enabled) { this.introJs.hideHints(); } } /** * Renders the component. * @return {null} We do not want to render anything. */ }, { key: "render", value: function render() { return null; } }]); return Hints; }(_react.Component); exports.default = Hints; _defineProperty(Hints, "propTypes", { enabled: _propTypes["default"].bool, hints: _propTypes["default"].arrayOf(_propTypes["default"].shape({ element: _propTypes["default"].string.isRequired, hint: _propTypes["default"].string.isRequired, hintPosition: introJsPropTypes.hintPosition })).isRequired, onClick: _propTypes["default"].func, onClose: _propTypes["default"].func, options: introJsPropTypes.options }); _defineProperty(Hints, "defaultProps", { enabled: false, onClick: null, onClose: null, options: introJsDefaultProps.options }); /***/ }), /***/ 38536: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.default = void 0; var _intro = _interopRequireDefault(__webpack_require__(34342)); var _propTypes = _interopRequireDefault(__webpack_require__(45697)); var _react = __webpack_require__(67294); var _server = __webpack_require__(97762); var introJsPropTypes = _interopRequireWildcard(__webpack_require__(96115)); var introJsDefaultProps = _interopRequireWildcard(__webpack_require__(89916)); function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (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 = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function () { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } /** * Intro.js Steps Component. */ var Steps = /*#__PURE__*/function (_Component) { _inherits(Steps, _Component); var _super = _createSuper(Steps); /** * React Props * @type {Object} */ /** * React Default Props * @type {Object} */ /** * Creates a new instance of the component. * @class * @param {Object} props - The props of the component. */ function Steps(props) { var _this; _classCallCheck(this, Steps); _this = _super.call(this, props); _defineProperty(_assertThisInitialized(_this), "onExit", function () { var onExit = _this.props.onExit; _this.isVisible = false; onExit(_this.introJs._currentStep); }); _defineProperty(_assertThisInitialized(_this), "onBeforeExit", function () { var onBeforeExit = _this.props.onBeforeExit; if (onBeforeExit) { return onBeforeExit(_this.introJs._currentStep); } return true; }); _defineProperty(_assertThisInitialized(_this), "onBeforeChange", function () { if (!_this.isVisible) { return true; } var _this$props = _this.props, onBeforeChange = _this$props.onBeforeChange, onPreventChange = _this$props.onPreventChange; if (onBeforeChange) { var continueStep = onBeforeChange(_this.introJs._currentStep); if (continueStep === false && onPreventChange) { setTimeout(function () { onPreventChange(_this.introJs._currentStep); }, 0); } return continueStep; } return true; }); _defineProperty(_assertThisInitialized(_this), "onAfterChange", function (element) { if (!_this.isVisible) { return; } var onAfterChange = _this.props.onAfterChange; if (onAfterChange) { onAfterChange(_this.introJs._currentStep, element); } }); _defineProperty(_assertThisInitialized(_this), "onChange", function (element) { if (!_this.isVisible) { return; } var onChange = _this.props.onChange; if (onChange) { onChange(_this.introJs._currentStep, element); } }); _defineProperty(_assertThisInitialized(_this), "onComplete", function () { var onComplete = _this.props.onComplete; if (onComplete) { onComplete(); } }); _defineProperty(_assertThisInitialized(_this), "updateStepElement", function (stepIndex) { var element = document.querySelector(_this.introJs._options.steps[stepIndex].element); if (element) { _this.introJs._introItems[stepIndex].element = element; _this.introJs._introItems[stepIndex].position = _this.introJs._options.steps[stepIndex].position || 'auto'; } }); _this.introJs = null; _this.isConfigured = false; // We need to manually keep track of the visibility state to avoid a callback hell. _this.isVisible = false; _this.installIntroJs(); return _this; } /** * Lifecycle: componentDidMount. * We use this event to enable Intro.js steps at mount time if enabled right from the start. */ _createClass(Steps, [{ key: "componentDidMount", value: function componentDidMount() { if (this.props.enabled) { this.configureIntroJs(); this.renderSteps(); } } /** * Lifecycle: componentDidUpdate. * @param {Object} prevProps - The previous props. */ }, { key: "componentDidUpdate", value: function componentDidUpdate(prevProps) { var _this$props2 = this.props, enabled = _this$props2.enabled, steps = _this$props2.steps, options = _this$props2.options; if (!this.isConfigured || prevProps.steps !== steps || prevProps.options !== options) { this.configureIntroJs(); this.renderSteps(); } if (prevProps.enabled !== enabled) { this.renderSteps(); } } /** * Lifecycle: componentWillUnmount. * We use this even to hide the steps when the component is unmounted. */ }, { key: "componentWillUnmount", value: function componentWillUnmount() { this.introJs.exit(); } /** * Triggered when Intro.js steps are exited. */ }, { key: "installIntroJs", /** * Installs Intro.js. */ value: function installIntroJs() { this.introJs = (0, _intro["default"])(); this.introJs.onexit(this.onExit); this.introJs.onbeforeexit(this.onBeforeExit); this.introJs.onbeforechange(this.onBeforeChange); this.introJs.onafterchange(this.onAfterChange); this.introJs.onchange(this.onChange); this.introJs.oncomplete(this.onComplete); } /** * Configures Intro.js if not already configured. */ }, { key: "configureIntroJs", value: function configureIntroJs() { var _this$props3 = this.props, options = _this$props3.options, steps = _this$props3.steps; var sanitizedSteps = steps.map(function (step) { if ((0, _react.isValidElement)(step.intro)) { return _objectSpread(_objectSpread({}, step), {}, { intro: (0, _server.renderToStaticMarkup)(step.intro) }); } return step; }); this.introJs.setOptions(_objectSpread(_objectSpread({}, options), {}, { steps: sanitizedSteps })); this.isConfigured = true; } /** * Renders the Intro.js steps. */ }, { key: "renderSteps", value: function renderSteps() { var _this$props4 = this.props, enabled = _this$props4.enabled, initialStep = _this$props4.initialStep, steps = _this$props4.steps, onStart = _this$props4.onStart; if (enabled && steps.length > 0 && !this.isVisible) { this.introJs.start(); this.isVisible = true; this.introJs.goToStepNumber(initialStep + 1); if (onStart) { onStart(this.introJs._currentStep); } } else if (!enabled && this.isVisible) { this.isVisible = false; this.introJs.exit(); } } /** * Renders the component. * @return {null} We do not want to render anything. */ }, { key: "render", value: function render() { return null; } }]); return Steps; }(_react.Component); exports.default = Steps; _defineProperty(Steps, "propTypes", { enabled: _propTypes["default"].bool, initialStep: _propTypes["default"].number.isRequired, steps: _propTypes["default"].arrayOf(_propTypes["default"].shape({ element: _propTypes["default"].string, intro: _propTypes["default"].node.isRequired, position: introJsPropTypes.tooltipPosition, tooltipClass: _propTypes["default"].string, highlightClass: _propTypes["default"].string })).isRequired, onStart: _propTypes["default"].func, onExit: _propTypes["default"].func.isRequired, onBeforeExit: _propTypes["default"].func, onBeforeChange: _propTypes["default"].func, onAfterChange: _propTypes["default"].func, onChange: _propTypes["default"].func, onPreventChange: _propTypes["default"].func, onComplete: _propTypes["default"].func, options: introJsPropTypes.options }); _defineProperty(Steps, "defaultProps", { enabled: false, onStart: null, onBeforeExit: null, onBeforeChange: null, onAfterChange: null, onChange: null, onPreventChange: null, onComplete: null, options: introJsDefaultProps.options }); /***/ }), /***/ 89916: /***/ (function(__unused_webpack_module, exports) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.options = void 0; /** * Intro.js options default proptypes. * @type {Object} */ var options = { hidePrev: true, hideNext: true }; exports.options = options; /***/ }), /***/ 96115: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.options = exports.hintPosition = exports.tooltipPosition = void 0; var _propTypes = _interopRequireDefault(__webpack_require__(45697)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } /** * Intro.js tooltip position proptype. * @type {Function} */ var tooltipPosition = _propTypes["default"].oneOf(['top', 'right', 'bottom', 'left', 'bottom-left-aligned', 'bottom-middle-aligned', 'bottom-right-aligned', 'top-left-aligned', 'top-middle-aligned', 'top-right-aligned', 'auto']); /** * Intro.js hint position proptype. * @type {Function} */ exports.tooltipPosition = tooltipPosition; var hintPosition = _propTypes["default"].oneOf(['top-middle', 'top-left', 'top-right', 'bottom-left', 'bottom-right', 'bottom-middle', 'middle-left', 'middle-right', 'middle-middle']); exports.hintPosition = hintPosition; var options = _propTypes["default"].shape({ nextLabel: _propTypes["default"].string, prevLabel: _propTypes["default"].string, skipLabel: _propTypes["default"].string, doneLabel: _propTypes["default"].string, hidePrev: _propTypes["default"].bool, hideNext: _propTypes["default"].bool, tooltipPosition: tooltipPosition, tooltipClass: _propTypes["default"].string, highlightClass: _propTypes["default"].string, exitOnEsc: _propTypes["default"].bool, exitOnOverlayClick: _propTypes["default"].bool, showStepNumbers: _propTypes["default"].bool, keyboardNavigation: _propTypes["default"].bool, showButtons: _propTypes["default"].bool, showBullets: _propTypes["default"].bool, showProgress: _propTypes["default"].bool, scrollToElement: _propTypes["default"].bool, overlayOpacity: _propTypes["default"].number, scrollPadding: _propTypes["default"].number, positionPrecedence: _propTypes["default"].arrayOf(_propTypes["default"].string), disableInteraction: _propTypes["default"].bool, hintPosition: hintPosition, hintButtonLabel: _propTypes["default"].string, hintAnimation: _propTypes["default"].bool }); exports.options = options; /***/ }), /***/ 87762: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; var __webpack_unused_export__; __webpack_unused_export__ = ({ value: true }); Object.defineProperty(exports, "Rg", ({ enumerable: true, get: function get() { return _Steps["default"]; } })); __webpack_unused_export__ = ({ enumerable: true, get: function get() { return _Hints["default"]; } }); var _Steps = _interopRequireDefault(__webpack_require__(38536)); var _Hints = _interopRequireDefault(__webpack_require__(43390)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } /***/ }), /***/ 34342: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { /*! * Intro.js v4.3.0 * https://introjs.com * * Copyright (C) 2012-2021 Afshin Mehrabani (@afshinmeh). * https://raw.githubusercontent.com/usablica/intro.js/master/license.md * * Date: Sat, 06 Nov 2021 14:22:05 GMT */ (function (global, factory) { true ? module.exports = factory() : 0; })(this, (function () { 'use strict'; function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function (obj) { return typeof obj; }; } else { _typeof = function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } /** * Overwrites obj1's values with obj2's and adds obj2's if non existent in obj1 * via: http://stackoverflow.com/questions/171251/how-can-i-merge-properties-of-two-javascript-objects-dynamically * * @param obj1 * @param obj2 * @returns obj3 a new object based on obj1 and obj2 */ function mergeOptions(obj1, obj2) { var obj3 = {}; var attrname; for (attrname in obj1) { obj3[attrname] = obj1[attrname]; } for (attrname in obj2) { obj3[attrname] = obj2[attrname]; } return obj3; } /** * Mark any object with an incrementing number * used for keeping track of objects * * @param Object obj Any object or DOM Element * @param String key * @return Object */ var stamp = function () { var keys = {}; return function stamp(obj) { var key = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "introjs-stamp"; // each group increments from 0 keys[key] = keys[key] || 0; // stamp only once per object if (obj[key] === undefined) { // increment key for each new object obj[key] = keys[key]++; } return obj[key]; }; }(); /** * Iterates arrays * * @param {Array} arr * @param {Function} forEachFnc * @param {Function} [completeFnc] * @return {Null} */ function forEach(arr, forEachFnc, completeFnc) { // in case arr is an empty query selector node list if (arr) { for (var i = 0, len = arr.length; i < len; i++) { forEachFnc(arr[i], i); } } if (typeof completeFnc === "function") { completeFnc(); } } /** * DOMEvent Handles all DOM events * * methods: * * on - add event handler * off - remove event */ var DOMEvent = function () { function DOMEvent() { var events_key = "introjs_event"; /** * Gets a unique ID for an event listener * * @param obj Object * @param type event type * @param listener Function * @param context Object * @return String */ this._id = function (obj, type, listener, context) { return type + stamp(listener) + (context ? "_".concat(stamp(context)) : ""); }; /** * Adds event listener * * @param obj Object obj * @param type String * @param listener Function * @param context Object * @param useCapture Boolean * @return null */ this.on = function (obj, type, listener, context, useCapture) { var id = this._id.apply(this, arguments); var handler = function handler(e) { return listener.call(context || obj, e || window.event); }; if ("addEventListener" in obj) { obj.addEventListener(type, handler, useCapture); } else if ("attachEvent" in obj) { obj.attachEvent("on".concat(type), handler); } obj[events_key] = obj[events_key] || {}; obj[events_key][id] = handler; }; /** * Removes event listener * * @param obj Object * @param type String * @param listener Function * @param context Object * @param useCapture Boolean * @return null */ this.off = function (obj, type, listener, context, useCapture) { var id = this._id.apply(this, arguments); var handler = obj[events_key] && obj[events_key][id]; if (!handler) { return; } if ("removeEventListener" in obj) { obj.removeEventListener(type, handler, useCapture); } else if ("detachEvent" in obj) { obj.detachEvent("on".concat(type), handler); } obj[events_key][id] = null; }; } return new DOMEvent(); }(); var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof __webpack_require__.g !== 'undefined' ? __webpack_require__.g : typeof self !== 'undefined' ? self : {}; function createCommonjsModule(fn, module) { return module = { exports: {} }, fn(module, module.exports), module.exports; } var check = function (it) { return it && it.Math == Math && it; }; // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 var global_1 = // eslint-disable-next-line es/no-global-this -- safe check(typeof globalThis == 'object' && globalThis) || check(typeof window == 'object' && window) || // eslint-disable-next-line no-restricted-globals -- safe check(typeof self == 'object' && self) || check(typeof commonjsGlobal == 'object' && commonjsGlobal) || // eslint-disable-next-line no-new-func -- fallback (function () { return this; })() || Function('return this')(); var fails = function (exec) { try { return !!exec(); } catch (error) { return true; } }; // Detect IE8's incomplete defineProperty implementation var descriptors = !fails(function () { // eslint-disable-next-line es/no-object-defineproperty -- required for testing return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7; }); var call$2 = Function.prototype.call; var functionCall = call$2.bind ? call$2.bind(call$2) : function () { return call$2.apply(call$2, arguments); }; var $propertyIsEnumerable = {}.propertyIsEnumerable; // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe var getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor; // Nashorn ~ JDK8 bug var NASHORN_BUG = getOwnPropertyDescriptor$1 && !$propertyIsEnumerable.call({ 1: 2 }, 1); // `Object.prototype.propertyIsEnumerable` method implementation // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable var f$4 = NASHORN_BUG ? function propertyIsEnumerable(V) { var descriptor = getOwnPropertyDescriptor$1(this, V); return !!descriptor && descriptor.enumerable; } : $propertyIsEnumerable; var objectPropertyIsEnumerable = { f: f$4 }; var createPropertyDescriptor = function (bitmap, value) { return { enumerable: !(bitmap & 1), configurable: !(bitmap & 2), writable: !(bitmap & 4), value: value }; }; var FunctionPrototype$2 = Function.prototype; var bind$2 = FunctionPrototype$2.bind; var call$1 = FunctionPrototype$2.call; var callBind = bind$2 && bind$2.bind(call$1); var functionUncurryThis = bind$2 ? function (fn) { return fn && callBind(call$1, fn); } : function (fn) { return fn && function () { return call$1.apply(fn, arguments); }; }; var toString$1 = functionUncurryThis({}.toString); var stringSlice$5 = functionUncurryThis(''.slice); var classofRaw = function (it) { return stringSlice$5(toString$1(it), 8, -1); }; var Object$4 = global_1.Object; var split = functionUncurryThis(''.split); // fallback for non-array-like ES3 and non-enumerable old V8 strings var indexedObject = fails(function () { // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346 // eslint-disable-next-line no-prototype-builtins -- safe return !Object$4('z').propertyIsEnumerable(0); }) ? function (it) { return classofRaw(it) == 'String' ? split(it, '') : Object$4(it); } : Object$4; var TypeError$c = global_1.TypeError; // `RequireObjectCoercible` abstract operation // https://tc39.es/ecma262/#sec-requireobjectcoercible var requireObjectCoercible = function (it) { if (it == undefined) throw TypeError$c("Can't call method on " + it); return it; }; // toObject with fallback for non-array-like ES3 strings var toIndexedObject = function (it) { return indexedObject(requireObjectCoercible(it)); }; // `IsCallable` abstract operation // https://tc39.es/ecma262/#sec-iscallable var isCallable = function (argument) { return typeof argument == 'function'; }; var isObject = function (it) { return typeof it == 'object' ? it !== null : isCallable(it); }; var aFunction = function (argument) { return isCallable(argument) ? argument : undefined; }; var getBuiltIn = function (namespace, method) { return arguments.length < 2 ? aFunction(global_1[namespace]) : global_1[namespace] && global_1[namespace][method]; }; var objectIsPrototypeOf = functionUncurryThis({}.isPrototypeOf); var engineUserAgent = getBuiltIn('navigator', 'userAgent') || ''; var process = global_1.process; var Deno = global_1.Deno; var versions = process && process.versions || Deno && Deno.version; var v8 = versions && versions.v8; var match, version$1; if (v8) { match = v8.split('.'); // in old Chrome, versions of V8 isn't V8 = Chrome / 10 // but their correct versions are not interesting for us version$1 = match[0] > 0 && match[0] < 4 ? 1 : +(match[0] + match[1]); } // BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0` // so check `userAgent` even if `.v8` exists, but 0 if (!version$1 && engineUserAgent) { match = engineUserAgent.match(/Edge\/(\d+)/); if (!match || match[1] >= 74) { match = engineUserAgent.match(/Chrome\/(\d+)/); if (match) version$1 = +match[1]; } } var engineV8Version = version$1; /* eslint-disable es/no-symbol -- required for testing */ // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () { var symbol = Symbol(); // Chrome 38 Symbol has incorrect toString conversion // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances return !String(symbol) || !(Object(symbol) instanceof Symbol) || // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances !Symbol.sham && engineV8Version && engineV8Version < 41; }); /* eslint-disable es/no-symbol -- required for testing */ var useSymbolAsUid = nativeSymbol && !Symbol.sham && typeof Symbol.iterator == 'symbol'; var Object$3 = global_1.Object; var isSymbol = useSymbolAsUid ? function (it) { return typeof it == 'symbol'; } : function (it) { var $Symbol = getBuiltIn('Symbol'); return isCallable($Symbol) && objectIsPrototypeOf($Symbol.prototype, Object$3(it)); }; var String$3 = global_1.String; var tryToString = function (argument) { try { return String$3(argument); } catch (error) { return 'Object'; } }; var TypeError$b = global_1.TypeError; // `Assert: IsCallable(argument) is true` var aCallable = function (argument) { if (isCallable(argument)) return argument; throw TypeError$b(tryToString(argument) + ' is not a function'); }; // `GetMethod` abstract operation // https://tc39.es/ecma262/#sec-getmethod var getMethod = function (V, P) { var func = V[P]; return func == null ? undefined : aCallable(func); }; var TypeError$a = global_1.TypeError; // `OrdinaryToPrimitive` abstract operation // https://tc39.es/ecma262/#sec-ordinarytoprimitive var ordinaryToPrimitive = function (input, pref) { var fn, val; if (pref === 'string' && isCallable(fn = input.toString) && !isObject(val = functionCall(fn, input))) return val; if (isCallable(fn = input.valueOf) && !isObject(val = functionCall(fn, input))) return val; if (pref !== 'string' && isCallable(fn = input.toString) && !isObject(val = functionCall(fn, input))) return val; throw TypeError$a("Can't convert object to primitive value"); }; // eslint-disable-next-line es/no-object-defineproperty -- safe var defineProperty$1 = Object.defineProperty; var setGlobal = function (key, value) { try { defineProperty$1(global_1, key, { value: value, configurable: true, writable: true }); } catch (error) { global_1[key] = value; } return value; }; var SHARED = '__core-js_shared__'; var store$1 = global_1[SHARED] || setGlobal(SHARED, {}); var sharedStore = store$1; var shared = createCommonjsModule(function (module) { (module.exports = function (key, value) { return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {}); })('versions', []).push({ version: '3.19.1', mode: 'global', copyright: '© 2021 Denis Pushkarev (zloirock.ru)' }); }); var Object$2 = global_1.Object; // `ToObject` abstract operation // https://tc39.es/ecma262/#sec-toobject var toObject = function (argument) { return Object$2(requireObjectCoercible(argument)); }; var hasOwnProperty = functionUncurryThis({}.hasOwnProperty); // `HasOwnProperty` abstract operation // https://tc39.es/ecma262/#sec-hasownproperty var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) { return hasOwnProperty(toObject(it), key); }; var id = 0; var postfix = Math.random(); var toString = functionUncurryThis(1.0.toString); var uid = function (key) { return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36); }; var WellKnownSymbolsStore = shared('wks'); var Symbol$1 = global_1.Symbol; var symbolFor = Symbol$1 && Symbol$1['for']; var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid; var wellKnownSymbol = function (name) { if (!hasOwnProperty_1(WellKnownSymbolsStore, name) || !(nativeSymbol || typeof WellKnownSymbolsStore[name] == 'string')) { var description = 'Symbol.' + name; if (nativeSymbol && hasOwnProperty_1(Symbol$1, name)) { WellKnownSymbolsStore[name] = Symbol$1[name]; } else if (useSymbolAsUid && symbolFor) { WellKnownSymbolsStore[name] = symbolFor(description); } else { WellKnownSymbolsStore[name] = createWellKnownSymbol(description); } } return WellKnownSymbolsStore[name]; }; var TypeError$9 = global_1.TypeError; var TO_PRIMITIVE = wellKnownSymbol('toPrimitive'); // `ToPrimitive` abstract operation // https://tc39.es/ecma262/#sec-toprimitive var toPrimitive = function (input, pref) { if (!isObject(input) || isSymbol(input)) return input; var exoticToPrim = getMethod(input, TO_PRIMITIVE); var result; if (exoticToPrim) { if (pref === undefined) pref = 'default'; result = functionCall(exoticToPrim, input, pref); if (!isObject(result) || isSymbol(result)) return result; throw TypeError$9("Can't convert object to primitive value"); } if (pref === undefined) pref = 'number'; return ordinaryToPrimitive(input, pref); }; // `ToPropertyKey` abstract operation // https://tc39.es/ecma262/#sec-topropertykey var toPropertyKey = function (argument) { var key = toPrimitive(argument, 'string'); return isSymbol(key) ? key : key + ''; }; var document$1 = global_1.document; // typeof document.createElement is 'object' in old IE var EXISTS$1 = isObject(document$1) && isObject(document$1.createElement); var documentCreateElement = function (it) { return EXISTS$1 ? document$1.createElement(it) : {}; }; // Thank's IE8 for his funny defineProperty var ie8DomDefine = !descriptors && !fails(function () { // eslint-disable-next-line es/no-object-defineproperty -- requied for testing return Object.defineProperty(documentCreateElement('div'), 'a', { get: function () { return 7; } }).a != 7; }); // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; // `Object.getOwnPropertyDescriptor` method // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor var f$3 = descriptors ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) { O = toIndexedObject(O); P = toPropertyKey(P); if (ie8DomDefine) try { return $getOwnPropertyDescriptor(O, P); } catch (error) { /* empty */ } if (hasOwnProperty_1(O, P)) return createPropertyDescriptor(!functionCall(objectPropertyIsEnumerable.f, O, P), O[P]); }; var objectGetOwnPropertyDescriptor = { f: f$3 }; var String$2 = global_1.String; var TypeError$8 = global_1.TypeError; // `Assert: Type(argument) is Object` var anObject = function (argument) { if (isObject(argument)) return argument; throw TypeError$8(String$2(argument) + ' is not an object'); }; var TypeError$7 = global_1.TypeError; // eslint-disable-next-line es/no-object-defineproperty -- safe var $defineProperty = Object.defineProperty; // `Object.defineProperty` method // https://tc39.es/ecma262/#sec-object.defineproperty var f$2 = descriptors ? $defineProperty : function defineProperty(O, P, Attributes) { anObject(O); P = toPropertyKey(P); anObject(Attributes); if (ie8DomDefine) try { return $defineProperty(O, P, Attributes); } catch (error) { /* empty */ } if ('get' in Attributes || 'set' in Attributes) throw TypeError$7('Accessors not supported'); if ('value' in Attributes) O[P] = Attributes.value; return O; }; var objectDefineProperty = { f: f$2 }; var createNonEnumerableProperty = descriptors ? function (object, key, value) { return objectDefineProperty.f(object, key, createPropertyDescriptor(1, value)); } : function (object, key, value) { object[key] = value; return object; }; var functionToString = functionUncurryThis(Function.toString); // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper if (!isCallable(sharedStore.inspectSource)) { sharedStore.inspectSource = function (it) { return functionToString(it); }; } var inspectSource = sharedStore.inspectSource; var WeakMap$1 = global_1.WeakMap; var nativeWeakMap = isCallable(WeakMap$1) && /native code/.test(inspectSource(WeakMap$1)); var keys = shared('keys'); var sharedKey = function (key) { return keys[key] || (keys[key] = uid(key)); }; var hiddenKeys$1 = {}; var OBJECT_ALREADY_INITIALIZED = 'Object already initialized'; var TypeError$6 = global_1.TypeError; var WeakMap = global_1.WeakMap; var set, get, has; var enforce = function (it) { return has(it) ? get(it) : set(it, {}); }; var getterFor = function (TYPE) { return function (it) { var state; if (!isObject(it) || (state = get(it)).type !== TYPE) { throw TypeError$6('Incompatible receiver, ' + TYPE + ' required'); } return state; }; }; if (nativeWeakMap || sharedStore.state) { var store = sharedStore.state || (sharedStore.state = new WeakMap()); var wmget = functionUncurryThis(store.get); var wmhas = functionUncurryThis(store.has); var wmset = functionUncurryThis(store.set); set = function (it, metadata) { if (wmhas(store, it)) throw new TypeError$6(OBJECT_ALREADY_INITIALIZED); metadata.facade = it; wmset(store, it, metadata); return metadata; }; get = function (it) { return wmget(store, it) || {}; }; has = function (it) { return wmhas(store, it); }; } else { var STATE = sharedKey('state'); hiddenKeys$1[STATE] = true; set = function (it, metadata) { if (hasOwnProperty_1(it, STATE)) throw new TypeError$6(OBJECT_ALREADY_INITIALIZED); metadata.facade = it; createNonEnumerableProperty(it, STATE, metadata); return metadata; }; get = function (it) { return hasOwnProperty_1(it, STATE) ? it[STATE] : {}; }; has = function (it) { return hasOwnProperty_1(it, STATE); }; } var internalState = { set: set, get: get, has: has, enforce: enforce, getterFor: getterFor }; var FunctionPrototype$1 = Function.prototype; // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe var getDescriptor = descriptors && Object.getOwnPropertyDescriptor; var EXISTS = hasOwnProperty_1(FunctionPrototype$1, 'name'); // additional protection from minified / mangled / dropped function names var PROPER = EXISTS && (function something() { /* empty */ }).name === 'something'; var CONFIGURABLE = EXISTS && (!descriptors || (descriptors && getDescriptor(FunctionPrototype$1, 'name').configurable)); var functionName = { EXISTS: EXISTS, PROPER: PROPER, CONFIGURABLE: CONFIGURABLE }; var redefine = createCommonjsModule(function (module) { var CONFIGURABLE_FUNCTION_NAME = functionName.CONFIGURABLE; var getInternalState = internalState.get; var enforceInternalState = internalState.enforce; var TEMPLATE = String(String).split('String'); (module.exports = function (O, key, value, options) { var unsafe = options ? !!options.unsafe : false; var simple = options ? !!options.enumerable : false; var noTargetGet = options ? !!options.noTargetGet : false; var name = options && options.name !== undefined ? options.name : key; var state; if (isCallable(value)) { if (String(name).slice(0, 7) === 'Symbol(') { name = '[' + String(name).replace(/^Symbol\(([^)]*)\)/, '$1') + ']'; } if (!hasOwnProperty_1(value, 'name') || (CONFIGURABLE_FUNCTION_NAME && value.name !== name)) { createNonEnumerableProperty(value, 'name', name); } state = enforceInternalState(value); if (!state.source) { state.source = TEMPLATE.join(typeof name == 'string' ? name : ''); } } if (O === global_1) { if (simple) O[key] = value; else setGlobal(key, value); return; } else if (!unsafe) { delete O[key]; } else if (!noTargetGet && O[key]) { simple = true; } if (simple) O[key] = value; else createNonEnumerableProperty(O, key, value); // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative })(Function.prototype, 'toString', function toString() { return isCallable(this) && getInternalState(this).source || inspectSource(this); }); }); var ceil = Math.ceil; var floor$2 = Math.floor; // `ToIntegerOrInfinity` abstract operation // https://tc39.es/ecma262/#sec-tointegerorinfinity var toIntegerOrInfinity = function (argument) { var number = +argument; // eslint-disable-next-line no-self-compare -- safe return number !== number || number === 0 ? 0 : (number > 0 ? floor$2 : ceil)(number); }; var max$3 = Math.max; var min$4 = Math.min; // Helper for a popular repeating case of the spec: // Let integer be ? ToInteger(index). // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length). var toAbsoluteIndex = function (index, length) { var integer = toIntegerOrInfinity(index); return integer < 0 ? max$3(integer + length, 0) : min$4(integer, length); }; var min$3 = Math.min; // `ToLength` abstract operation // https://tc39.es/ecma262/#sec-tolength var toLength = function (argument) { return argument > 0 ? min$3(toIntegerOrInfinity(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991 }; // `LengthOfArrayLike` abstract operation // https://tc39.es/ecma262/#sec-lengthofarraylike var lengthOfArrayLike = function (obj) { return toLength(obj.length); }; // `Array.prototype.{ indexOf, includes }` methods implementation var createMethod$2 = function (IS_INCLUDES) { return function ($this, el, fromIndex) { var O = toIndexedObject($this); var length = lengthOfArrayLike(O); var index = toAbsoluteIndex(fromIndex, length); var value; // Array#includes uses SameValueZero equality algorithm // eslint-disable-next-line no-self-compare -- NaN check if (IS_INCLUDES && el != el) while (length > index) { value = O[index++]; // eslint-disable-next-line no-self-compare -- NaN check if (value != value) return true; // Array#indexOf ignores holes, Array#includes - not } else for (;length > index; index++) { if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0; } return !IS_INCLUDES && -1; }; }; var arrayIncludes = { // `Array.prototype.includes` method // https://tc39.es/ecma262/#sec-array.prototype.includes includes: createMethod$2(true), // `Array.prototype.indexOf` method // https://tc39.es/ecma262/#sec-array.prototype.indexof indexOf: createMethod$2(false) }; var indexOf$1 = arrayIncludes.indexOf; var push$4 = functionUncurryThis([].push); var objectKeysInternal = function (object, names) { var O = toIndexedObject(object); var i = 0; var result = []; var key; for (key in O) !hasOwnProperty_1(hiddenKeys$1, key) && hasOwnProperty_1(O, key) && push$4(result, key); // Don't enum bug & hidden keys while (names.length > i) if (hasOwnProperty_1(O, key = names[i++])) { ~indexOf$1(result, key) || push$4(result, key); } return result; }; // IE8- don't enum bug keys var enumBugKeys = [ 'constructor', 'hasOwnProperty', 'isPrototypeOf', 'propertyIsEnumerable', 'toLocaleString', 'toString', 'valueOf' ]; var hiddenKeys = enumBugKeys.concat('length', 'prototype'); // `Object.getOwnPropertyNames` method // https://tc39.es/ecma262/#sec-object.getownpropertynames // eslint-disable-next-line es/no-object-getownpropertynames -- safe var f$1 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) { return objectKeysInternal(O, hiddenKeys); }; var objectGetOwnPropertyNames = { f: f$1 }; // eslint-disable-next-line es/no-object-getownpropertysymbols -- safe var f = Object.getOwnPropertySymbols; var objectGetOwnPropertySymbols = { f: f }; var concat$2 = functionUncurryThis([].concat); // all object keys, includes non-enumerable and symbols var ownKeys = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) { var keys = objectGetOwnPropertyNames.f(anObject(it)); var getOwnPropertySymbols = objectGetOwnPropertySymbols.f; return getOwnPropertySymbols ? concat$2(keys, getOwnPropertySymbols(it)) : keys; }; var copyConstructorProperties = function (target, source) { var keys = ownKeys(source); var defineProperty = objectDefineProperty.f; var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f; for (var i = 0; i < keys.length; i++) { var key = keys[i]; if (!hasOwnProperty_1(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key)); } }; var replacement = /#|\.prototype\./; var isForced = function (feature, detection) { var value = data[normalize(feature)]; return value == POLYFILL ? true : value == NATIVE ? false : isCallable(detection) ? fails(detection) : !!detection; }; var normalize = isForced.normalize = function (string) { return String(string).replace(replacement, '.').toLowerCase(); }; var data = isForced.data = {}; var NATIVE = isForced.NATIVE = 'N'; var POLYFILL = isForced.POLYFILL = 'P'; var isForced_1 = isForced; var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f; /* options.target - name of the target object options.global - target is the global object options.stat - export as static methods of target options.proto - export as prototype methods of target options.real - real prototype method for the `pure` version options.forced - export even if the native feature is available options.bind - bind methods to the target, required for the `pure` version options.wrap - wrap constructors to preventing global pollution, required for the `pure` version options.unsafe - use the simple assignment of property instead of delete + defineProperty options.sham - add a flag to not completely full polyfills options.enumerable - export as enumerable property options.noTargetGet - prevent calling a getter on target options.name - the .name of the function if it does not match the key */ var _export = function (options, source) { var TARGET = options.target; var GLOBAL = options.global; var STATIC = options.stat; var FORCED, target, key, targetProperty, sourceProperty, descriptor; if (GLOBAL) { target = global_1; } else if (STATIC) { target = global_1[TARGET] || setGlobal(TARGET, {}); } else { target = (global_1[TARGET] || {}).prototype; } if (target) for (key in source) { sourceProperty = source[key]; if (options.noTargetGet) { descriptor = getOwnPropertyDescriptor(target, key); targetProperty = descriptor && descriptor.value; } else targetProperty = target[key]; FORCED = isForced_1(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced); // contained in target if (!FORCED && targetProperty !== undefined) { if (typeof sourceProperty == typeof targetProperty) continue; copyConstructorProperties(sourceProperty, targetProperty); } // add a flag to not completely full polyfills if (options.sham || (targetProperty && targetProperty.sham)) { createNonEnumerableProperty(sourceProperty, 'sham', true); } // extend global redefine(target, key, sourceProperty, options); } }; var TO_STRING_TAG$1 = wellKnownSymbol('toStringTag'); var test$1 = {}; test$1[TO_STRING_TAG$1] = 'z'; var toStringTagSupport = String(test$1) === '[object z]'; var TO_STRING_TAG = wellKnownSymbol('toStringTag'); var Object$1 = global_1.Object; // ES3 wrong here var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments'; // fallback for IE11 Script Access Denied error var tryGet = function (it, key) { try { return it[key]; } catch (error) { /* empty */ } }; // getting tag from ES6+ `Object.prototype.toString` var classof = toStringTagSupport ? classofRaw : function (it) { var O, tag, result; return it === undefined ? 'Undefined' : it === null ? 'Null' // @@toStringTag case : typeof (tag = tryGet(O = Object$1(it), TO_STRING_TAG)) == 'string' ? tag // builtinTag case : CORRECT_ARGUMENTS ? classofRaw(O) // ES3 arguments fallback : (result = classofRaw(O)) == 'Object' && isCallable(O.callee) ? 'Arguments' : result; }; var String$1 = global_1.String; var toString_1 = function (argument) { if (classof(argument) === 'Symbol') throw TypeError('Cannot convert a Symbol value to a string'); return String$1(argument); }; // `RegExp.prototype.flags` getter implementation // https://tc39.es/ecma262/#sec-get-regexp.prototype.flags var regexpFlags = function () { var that = anObject(this); var result = ''; if (that.global) result += 'g'; if (that.ignoreCase) result += 'i'; if (that.multiline) result += 'm'; if (that.dotAll) result += 's'; if (that.unicode) result += 'u'; if (that.sticky) result += 'y'; return result; }; // babel-minify and Closure Compiler transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError var $RegExp$2 = global_1.RegExp; var UNSUPPORTED_Y$2 = fails(function () { var re = $RegExp$2('a', 'y'); re.lastIndex = 2; return re.exec('abcd') != null; }); var BROKEN_CARET = fails(function () { // https://bugzilla.mozilla.org/show_bug.cgi?id=773687 var re = $RegExp$2('^r', 'gy'); re.lastIndex = 2; return re.exec('str') != null; }); var regexpStickyHelpers = { UNSUPPORTED_Y: UNSUPPORTED_Y$2, BROKEN_CARET: BROKEN_CARET }; // `Object.keys` method // https://tc39.es/ecma262/#sec-object.keys // eslint-disable-next-line es/no-object-keys -- safe var objectKeys = Object.keys || function keys(O) { return objectKeysInternal(O, enumBugKeys); }; // `Object.defineProperties` method // https://tc39.es/ecma262/#sec-object.defineproperties // eslint-disable-next-line es/no-object-defineproperties -- safe var objectDefineProperties = descriptors ? Object.defineProperties : function defineProperties(O, Properties) { anObject(O); var props = toIndexedObject(Properties); var keys = objectKeys(Properties); var length = keys.length; var index = 0; var key; while (length > index) objectDefineProperty.f(O, key = keys[index++], props[key]); return O; }; var html = getBuiltIn('document', 'documentElement'); /* global ActiveXObject -- old IE, WSH */ var GT = '>'; var LT = '<'; var PROTOTYPE = 'prototype'; var SCRIPT = 'script'; var IE_PROTO = sharedKey('IE_PROTO'); var EmptyConstructor = function () { /* empty */ }; var scriptTag = function (content) { return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT; }; // Create object with fake `null` prototype: use ActiveX Object with cleared prototype var NullProtoObjectViaActiveX = function (activeXDocument) { activeXDocument.write(scriptTag('')); activeXDocument.close(); var temp = activeXDocument.parentWindow.Object; activeXDocument = null; // avoid memory leak return temp; }; // Create object with fake `null` prototype: use iframe Object with cleared prototype var NullProtoObjectViaIFrame = function () { // Thrash, waste and sodomy: IE GC bug var iframe = documentCreateElement('iframe'); var JS = 'java' + SCRIPT + ':'; var iframeDocument; iframe.style.display = 'none'; html.appendChild(iframe); // https://github.com/zloirock/core-js/issues/475 iframe.src = String(JS); iframeDocument = iframe.contentWindow.document; iframeDocument.open(); iframeDocument.write(scriptTag('document.F=Object')); iframeDocument.close(); return iframeDocument.F; }; // Check for document.domain and active x support // No need to use active x approach when document.domain is not set // see https://github.com/es-shims/es5-shim/issues/150 // variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346 // avoid IE GC bug var activeXDocument; var NullProtoObject = function () { try { activeXDocument = new ActiveXObject('htmlfile'); } catch (error) { /* ignore */ } NullProtoObject = typeof document != 'undefined' ? document.domain && activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) // old IE : NullProtoObjectViaIFrame() : NullProtoObjectViaActiveX(activeXDocument); // WSH var length = enumBugKeys.length; while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]]; return NullProtoObject(); }; hiddenKeys$1[IE_PROTO] = true; // `Object.create` method // https://tc39.es/ecma262/#sec-object.create var objectCreate = Object.create || function create(O, Properties) { var result; if (O !== null) { EmptyConstructor[PROTOTYPE] = anObject(O); result = new EmptyConstructor(); EmptyConstructor[PROTOTYPE] = null; // add "__proto__" for Object.getPrototypeOf polyfill result[IE_PROTO] = O; } else result = NullProtoObject(); return Properties === undefined ? result : objectDefineProperties(result, Properties); }; // babel-minify and Closure Compiler transpiles RegExp('.', 's') -> /./s and it causes SyntaxError var $RegExp$1 = global_1.RegExp; var regexpUnsupportedDotAll = fails(function () { var re = $RegExp$1('.', 's'); return !(re.dotAll && re.exec('\n') && re.flags === 's'); }); // babel-minify and Closure Compiler transpiles RegExp('(?<a>b)', 'g') -> /(?<a>b)/g and it causes SyntaxError var $RegExp = global_1.RegExp; var regexpUnsupportedNcg = fails(function () { var re = $RegExp('(?<a>b)', 'g'); return re.exec('b').groups.a !== 'b' || 'b'.replace(re, '$<a>c') !== 'bc'; }); /* eslint-disable regexp/no-empty-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */ /* eslint-disable regexp/no-useless-quantifier -- testing */ var getInternalState = internalState.get; var nativeReplace = shared('native-string-replace', String.prototype.replace); var nativeExec = RegExp.prototype.exec; var patchedExec = nativeExec; var charAt$3 = functionUncurryThis(''.charAt); var indexOf = functionUncurryThis(''.indexOf); var replace$1 = functionUncurryThis(''.replace); var stringSlice$4 = functionUncurryThis(''.slice); var UPDATES_LAST_INDEX_WRONG = (function () { var re1 = /a/; var re2 = /b*/g; functionCall(nativeExec, re1, 'a'); functionCall(nativeExec, re2, 'a'); return re1.lastIndex !== 0 || re2.lastIndex !== 0; })(); var UNSUPPORTED_Y$1 = regexpStickyHelpers.UNSUPPORTED_Y || regexpStickyHelpers.BROKEN_CARET; // nonparticipating capturing group, copied from es5-shim's String#split patch. var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined; var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y$1 || regexpUnsupportedDotAll || regexpUnsupportedNcg; if (PATCH) { // eslint-disable-next-line max-statements -- TODO patchedExec = function exec(string) { var re = this; var state = getInternalState(re); var str = toString_1(string); var raw = state.raw; var result, reCopy, lastIndex, match, i, object, group; if (raw) { raw.lastIndex = re.lastIndex; result = functionCall(patchedExec, raw, str); re.lastIndex = raw.lastIndex; return result; } var groups = state.groups; var sticky = UNSUPPORTED_Y$1 && re.sticky; var flags = functionCall(regexpFlags, re); var source = re.source; var charsAdded = 0; var strCopy = str; if (sticky) { flags = replace$1(flags, 'y', ''); if (indexOf(flags, 'g') === -1) { flags += 'g'; } strCopy = stringSlice$4(str, re.lastIndex); // Support anchored sticky behavior. if (re.lastIndex > 0 && (!re.multiline || re.multiline && charAt$3(str, re.lastIndex - 1) !== '\n')) { source = '(?: ' + source + ')'; strCopy = ' ' + strCopy; charsAdded++; } // ^(? + rx + ) is needed, in combination with some str slicing, to // simulate the 'y' flag. reCopy = new RegExp('^(?:' + source + ')', flags); } if (NPCG_INCLUDED) { reCopy = new RegExp('^' + source + '$(?!\\s)', flags); } if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex; match = functionCall(nativeExec, sticky ? reCopy : re, strCopy); if (sticky) { if (match) { match.input = stringSlice$4(match.input, charsAdded); match[0] = stringSlice$4(match[0], charsAdded); match.index = re.lastIndex; re.lastIndex += match[0].length; } else re.lastIndex = 0; } else if (UPDATES_LAST_INDEX_WRONG && match) { re.lastIndex = re.global ? match.index + match[0].length : lastIndex; } if (NPCG_INCLUDED && match && match.length > 1) { // Fix browsers whose `exec` methods don't consistently return `undefined` // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/ functionCall(nativeReplace, match[0], reCopy, function () { for (i = 1; i < arguments.length - 2; i++) { if (arguments[i] === undefined) match[i] = undefined; } }); } if (match && groups) { match.groups = object = objectCreate(null); for (i = 0; i < groups.length; i++) { group = groups[i]; object[group[0]] = match[group[1]]; } } return match; }; } var regexpExec = patchedExec; // `RegExp.prototype.exec` method // https://tc39.es/ecma262/#sec-regexp.prototype.exec _export({ target: 'RegExp', proto: true, forced: /./.exec !== regexpExec }, { exec: regexpExec }); // TODO: Remove from `core-js@4` since it's moved to entry points var SPECIES$4 = wellKnownSymbol('species'); var RegExpPrototype$1 = RegExp.prototype; var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) { var SYMBOL = wellKnownSymbol(KEY); var DELEGATES_TO_SYMBOL = !fails(function () { // String methods call symbol-named RegEp methods var O = {}; O[SYMBOL] = function () { return 7; }; return ''[KEY](O) != 7; }); var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () { // Symbol-named RegExp methods call .exec var execCalled = false; var re = /a/; if (KEY === 'split') { // We can't use real regex here since it causes deoptimization // and serious performance degradation in V8 // https://github.com/zloirock/core-js/issues/306 re = {}; // RegExp[@@split] doesn't call the regex's exec method, but first creates // a new one. We need to return the patched regex when creating the new one. re.constructor = {}; re.constructor[SPECIES$4] = function () { return re; }; re.flags = ''; re[SYMBOL] = /./[SYMBOL]; } re.exec = function () { execCalled = true; return null; }; re[SYMBOL](''); return !execCalled; }); if ( !DELEGATES_TO_SYMBOL || !DELEGATES_TO_EXEC || FORCED ) { var uncurriedNativeRegExpMethod = functionUncurryThis(/./[SYMBOL]); var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) { var uncurriedNativeMethod = functionUncurryThis(nativeMethod); var $exec = regexp.exec; if ($exec === regexpExec || $exec === RegExpPrototype$1.exec) { if (DELEGATES_TO_SYMBOL && !forceStringMethod) { // The native String method already delegates to @@method (this // polyfilled function), leasing to infinite recursion. // We avoid it by directly calling the native @@method method. return { done: true, value: uncurriedNativeRegExpMethod(regexp, str, arg2) }; } return { done: true, value: uncurriedNativeMethod(str, regexp, arg2) }; } return { done: false }; }); redefine(String.prototype, KEY, methods[0]); redefine(RegExpPrototype$1, SYMBOL, methods[1]); } if (SHAM) createNonEnumerableProperty(RegExpPrototype$1[SYMBOL], 'sham', true); }; var charAt$2 = functionUncurryThis(''.charAt); var charCodeAt = functionUncurryThis(''.charCodeAt); var stringSlice$3 = functionUncurryThis(''.slice); var createMethod$1 = function (CONVERT_TO_STRING) { return function ($this, pos) { var S = toString_1(requireObjectCoercible($this)); var position = toIntegerOrInfinity(pos); var size = S.length; var first, second; if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined; first = charCodeAt(S, position); return first < 0xD800 || first > 0xDBFF || position + 1 === size || (second = charCodeAt(S, position + 1)) < 0xDC00 || second > 0xDFFF ? CONVERT_TO_STRING ? charAt$2(S, position) : first : CONVERT_TO_STRING ? stringSlice$3(S, position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000; }; }; var stringMultibyte = { // `String.prototype.codePointAt` method // https://tc39.es/ecma262/#sec-string.prototype.codepointat codeAt: createMethod$1(false), // `String.prototype.at` method // https://github.com/mathiasbynens/String.prototype.at charAt: createMethod$1(true) }; var charAt$1 = stringMultibyte.charAt; // `AdvanceStringIndex` abstract operation // https://tc39.es/ecma262/#sec-advancestringindex var advanceStringIndex = function (S, index, unicode) { return index + (unicode ? charAt$1(S, index).length : 1); }; var TypeError$5 = global_1.TypeError; // `RegExpExec` abstract operation // https://tc39.es/ecma262/#sec-regexpexec var regexpExecAbstract = function (R, S) { var exec = R.exec; if (isCallable(exec)) { var result = functionCall(exec, R, S); if (result !== null) anObject(result); return result; } if (classofRaw(R) === 'RegExp') return functionCall(regexpExec, R, S); throw TypeError$5('RegExp#exec called on incompatible receiver'); }; // @@match logic fixRegexpWellKnownSymbolLogic('match', function (MATCH, nativeMatch, maybeCallNative) { return [ // `String.prototype.match` method // https://tc39.es/ecma262/#sec-string.prototype.match function match(regexp) { var O = requireObjectCoercible(this); var matcher = regexp == undefined ? undefined : getMethod(regexp, MATCH); return matcher ? functionCall(matcher, regexp, O) : new RegExp(regexp)[MATCH](toString_1(O)); }, // `RegExp.prototype[@@match]` method // https://tc39.es/ecma262/#sec-regexp.prototype-@@match function (string) { var rx = anObject(this); var S = toString_1(string); var res = maybeCallNative(nativeMatch, rx, S); if (res.done) return res.value; if (!rx.global) return regexpExecAbstract(rx, S); var fullUnicode = rx.unicode; rx.lastIndex = 0; var A = []; var n = 0; var result; while ((result = regexpExecAbstract(rx, S)) !== null) { var matchStr = toString_1(result[0]); A[n] = matchStr; if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode); n++; } return n === 0 ? null : A; } ]; }); // `IsArray` abstract operation // https://tc39.es/ecma262/#sec-isarray // eslint-disable-next-line es/no-array-isarray -- safe var isArray = Array.isArray || function isArray(argument) { return classofRaw(argument) == 'Array'; }; var createProperty = function (object, key, value) { var propertyKey = toPropertyKey(key); if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value)); else object[propertyKey] = value; }; var noop = function () { /* empty */ }; var empty = []; var construct = getBuiltIn('Reflect', 'construct'); var constructorRegExp = /^\s*(?:class|function)\b/; var exec$1 = functionUncurryThis(constructorRegExp.exec); var INCORRECT_TO_STRING = !constructorRegExp.exec(noop); var isConstructorModern = function (argument) { if (!isCallable(argument)) return false; try { construct(noop, empty, argument); return true; } catch (error) { return false; } }; var isConstructorLegacy = function (argument) { if (!isCallable(argument)) return false; switch (classof(argument)) { case 'AsyncFunction': case 'GeneratorFunction': case 'AsyncGeneratorFunction': return false; // we can't check .prototype since constructors produced by .bind haven't it } return INCORRECT_TO_STRING || !!exec$1(constructorRegExp, inspectSource(argument)); }; // `IsConstructor` abstract operation // https://tc39.es/ecma262/#sec-isconstructor var isConstructor = !construct || fails(function () { var called; return isConstructorModern(isConstructorModern.call) || !isConstructorModern(Object) || !isConstructorModern(function () { called = true; }) || called; }) ? isConstructorLegacy : isConstructorModern; var SPECIES$3 = wellKnownSymbol('species'); var Array$2 = global_1.Array; // a part of `ArraySpeciesCreate` abstract operation // https://tc39.es/ecma262/#sec-arrayspeciescreate var arraySpeciesConstructor = function (originalArray) { var C; if (isArray(originalArray)) { C = originalArray.constructor; // cross-realm fallback if (isConstructor(C) && (C === Array$2 || isArray(C.prototype))) C = undefined; else if (isObject(C)) { C = C[SPECIES$3]; if (C === null) C = undefined; } } return C === undefined ? Array$2 : C; }; // `ArraySpeciesCreate` abstract operation // https://tc39.es/ecma262/#sec-arrayspeciescreate var arraySpeciesCreate = function (originalArray, length) { return new (arraySpeciesConstructor(originalArray))(length === 0 ? 0 : length); }; var SPECIES$2 = wellKnownSymbol('species'); var arrayMethodHasSpeciesSupport = function (METHOD_NAME) { // We can't use this feature detection in V8 since it causes // deoptimization and serious performance degradation // https://github.com/zloirock/core-js/issues/677 return engineV8Version >= 51 || !fails(function () { var array = []; var constructor = array.constructor = {}; constructor[SPECIES$2] = function () { return { foo: 1 }; }; return array[METHOD_NAME](Boolean).foo !== 1; }); }; var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable'); var MAX_SAFE_INTEGER$1 = 0x1FFFFFFFFFFFFF; var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded'; var TypeError$4 = global_1.TypeError; // We can't use this feature detection in V8 since it causes // deoptimization and serious performance degradation // https://github.com/zloirock/core-js/issues/679 var IS_CONCAT_SPREADABLE_SUPPORT = engineV8Version >= 51 || !fails(function () { var array = []; array[IS_CONCAT_SPREADABLE] = false; return array.concat()[0] !== array; }); var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat'); var isConcatSpreadable = function (O) { if (!isObject(O)) return false; var spreadable = O[IS_CONCAT_SPREADABLE]; return spreadable !== undefined ? !!spreadable : isArray(O); }; var FORCED$1 = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT; // `Array.prototype.concat` method // https://tc39.es/ecma262/#sec-array.prototype.concat // with adding support of @@isConcatSpreadable and @@species _export({ target: 'Array', proto: true, forced: FORCED$1 }, { // eslint-disable-next-line no-unused-vars -- required for `.length` concat: function concat(arg) { var O = toObject(this); var A = arraySpeciesCreate(O, 0); var n = 0; var i, k, length, len, E; for (i = -1, length = arguments.length; i < length; i++) { E = i === -1 ? O : arguments[i]; if (isConcatSpreadable(E)) { len = lengthOfArrayLike(E); if (n + len > MAX_SAFE_INTEGER$1) throw TypeError$4(MAXIMUM_ALLOWED_INDEX_EXCEEDED); for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]); } else { if (n >= MAX_SAFE_INTEGER$1) throw TypeError$4(MAXIMUM_ALLOWED_INDEX_EXCEEDED); createProperty(A, n++, E); } } A.length = n; return A; } }); // `Object.prototype.toString` method implementation // https://tc39.es/ecma262/#sec-object.prototype.tostring var objectToString = toStringTagSupport ? {}.toString : function toString() { return '[object ' + classof(this) + ']'; }; // `Object.prototype.toString` method // https://tc39.es/ecma262/#sec-object.prototype.tostring if (!toStringTagSupport) { redefine(Object.prototype, 'toString', objectToString, { unsafe: true }); } var PROPER_FUNCTION_NAME = functionName.PROPER; var TO_STRING = 'toString'; var RegExpPrototype = RegExp.prototype; var n$ToString = RegExpPrototype[TO_STRING]; var getFlags = functionUncurryThis(regexpFlags); var NOT_GENERIC = fails(function () { return n$ToString.call({ source: 'a', flags: 'b' }) != '/a/b'; }); // FF44- RegExp#toString has a wrong name var INCORRECT_NAME = PROPER_FUNCTION_NAME && n$ToString.name != TO_STRING; // `RegExp.prototype.toString` method // https://tc39.es/ecma262/#sec-regexp.prototype.tostring if (NOT_GENERIC || INCORRECT_NAME) { redefine(RegExp.prototype, TO_STRING, function toString() { var R = anObject(this); var p = toString_1(R.source); var rf = R.flags; var f = toString_1(rf === undefined && objectIsPrototypeOf(RegExpPrototype, R) && !('flags' in RegExpPrototype) ? getFlags(R) : rf); return '/' + p + '/' + f; }, { unsafe: true }); } var FunctionPrototype = Function.prototype; var apply = FunctionPrototype.apply; var bind$1 = FunctionPrototype.bind; var call = FunctionPrototype.call; // eslint-disable-next-line es/no-reflect -- safe var functionApply = typeof Reflect == 'object' && Reflect.apply || (bind$1 ? call.bind(apply) : function () { return call.apply(apply, arguments); }); var MATCH$1 = wellKnownSymbol('match'); // `IsRegExp` abstract operation // https://tc39.es/ecma262/#sec-isregexp var isRegexp = function (it) { var isRegExp; return isObject(it) && ((isRegExp = it[MATCH$1]) !== undefined ? !!isRegExp : classofRaw(it) == 'RegExp'); }; var TypeError$3 = global_1.TypeError; // `Assert: IsConstructor(argument) is true` var aConstructor = function (argument) { if (isConstructor(argument)) return argument; throw TypeError$3(tryToString(argument) + ' is not a constructor'); }; var SPECIES$1 = wellKnownSymbol('species'); // `SpeciesConstructor` abstract operation // https://tc39.es/ecma262/#sec-speciesconstructor var speciesConstructor = function (O, defaultConstructor) { var C = anObject(O).constructor; var S; return C === undefined || (S = anObject(C)[SPECIES$1]) == undefined ? defaultConstructor : aConstructor(S); }; var arraySlice = functionUncurryThis([].slice); var UNSUPPORTED_Y = regexpStickyHelpers.UNSUPPORTED_Y; var MAX_UINT32 = 0xFFFFFFFF; var min$2 = Math.min; var $push = [].push; var exec = functionUncurryThis(/./.exec); var push$3 = functionUncurryThis($push); var stringSlice$2 = functionUncurryThis(''.slice); // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec // Weex JS has frozen built-in prototypes, so use try / catch wrapper var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () { // eslint-disable-next-line regexp/no-empty-group -- required for testing var re = /(?:)/; var originalExec = re.exec; re.exec = function () { return originalExec.apply(this, arguments); }; var result = 'ab'.split(re); return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b'; }); // @@split logic fixRegexpWellKnownSymbolLogic('split', function (SPLIT, nativeSplit, maybeCallNative) { var internalSplit; if ( 'abbc'.split(/(b)*/)[1] == 'c' || // eslint-disable-next-line regexp/no-empty-group -- required for testing 'test'.split(/(?:)/, -1).length != 4 || 'ab'.split(/(?:ab)*/).length != 2 || '.'.split(/(.?)(.?)/).length != 4 || // eslint-disable-next-line regexp/no-empty-capturing-group, regexp/no-empty-group -- required for testing '.'.split(/()()/).length > 1 || ''.split(/.?/).length ) { // based on es5-shim implementation, need to rework it internalSplit = function (separator, limit) { var string = toString_1(requireObjectCoercible(this)); var lim = limit === undefined ? MAX_UINT32 : limit >>> 0; if (lim === 0) return []; if (separator === undefined) return [string]; // If `separator` is not a regex, use native split if (!isRegexp(separator)) { return functionCall(nativeSplit, string, separator, lim); } var output = []; var flags = (separator.ignoreCase ? 'i' : '') + (separator.multiline ? 'm' : '') + (separator.unicode ? 'u' : '') + (separator.sticky ? 'y' : ''); var lastLastIndex = 0; // Make `global` and avoid `lastIndex` issues by working with a copy var separatorCopy = new RegExp(separator.source, flags + 'g'); var match, lastIndex, lastLength; while (match = functionCall(regexpExec, separatorCopy, string)) { lastIndex = separatorCopy.lastIndex; if (lastIndex > lastLastIndex) { push$3(output, stringSlice$2(string, lastLastIndex, match.index)); if (match.length > 1 && match.index < string.length) functionApply($push, output, arraySlice(match, 1)); lastLength = match[0].length; lastLastIndex = lastIndex; if (output.length >= lim) break; } if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop } if (lastLastIndex === string.length) { if (lastLength || !exec(separatorCopy, '')) push$3(output, ''); } else push$3(output, stringSlice$2(string, lastLastIndex)); return output.length > lim ? arraySlice(output, 0, lim) : output; }; // Chakra, V8 } else if ('0'.split(undefined, 0).length) { internalSplit = function (separator, limit) { return separator === undefined && limit === 0 ? [] : functionCall(nativeSplit, this, separator, limit); }; } else internalSplit = nativeSplit; return [ // `String.prototype.split` method // https://tc39.es/ecma262/#sec-string.prototype.split function split(separator, limit) { var O = requireObjectCoercible(this); var splitter = separator == undefined ? undefined : getMethod(separator, SPLIT); return splitter ? functionCall(splitter, separator, O, limit) : functionCall(internalSplit, toString_1(O), separator, limit); }, // `RegExp.prototype[@@split]` method // https://tc39.es/ecma262/#sec-regexp.prototype-@@split // // NOTE: This cannot be properly polyfilled in engines that don't support // the 'y' flag. function (string, limit) { var rx = anObject(this); var S = toString_1(string); var res = maybeCallNative(internalSplit, rx, S, limit, internalSplit !== nativeSplit); if (res.done) return res.value; var C = speciesConstructor(rx, RegExp); var unicodeMatching = rx.unicode; var flags = (rx.ignoreCase ? 'i' : '') + (rx.multiline ? 'm' : '') + (rx.unicode ? 'u' : '') + (UNSUPPORTED_Y ? 'g' : 'y'); // ^(? + rx + ) is needed, in combination with some S slicing, to // simulate the 'y' flag. var splitter = new C(UNSUPPORTED_Y ? '^(?:' + rx.source + ')' : rx, flags); var lim = limit === undefined ? MAX_UINT32 : limit >>> 0; if (lim === 0) return []; if (S.length === 0) return regexpExecAbstract(splitter, S) === null ? [S] : []; var p = 0; var q = 0; var A = []; while (q < S.length) { splitter.lastIndex = UNSUPPORTED_Y ? 0 : q; var z = regexpExecAbstract(splitter, UNSUPPORTED_Y ? stringSlice$2(S, q) : S); var e; if ( z === null || (e = min$2(toLength(splitter.lastIndex + (UNSUPPORTED_Y ? q : 0)), S.length)) === p ) { q = advanceStringIndex(S, q, unicodeMatching); } else { push$3(A, stringSlice$2(S, p, q)); if (A.length === lim) return A; for (var i = 1; i <= z.length - 1; i++) { push$3(A, z[i]); if (A.length === lim) return A; } q = p = e; } } push$3(A, stringSlice$2(S, p)); return A; } ]; }, !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC, UNSUPPORTED_Y); /** * Append a class to an element * * @api private * @method _addClass * @param {Object} element * @param {String} className * @returns null */ function addClass(element, className) { if (element instanceof SVGElement) { // svg var pre = element.getAttribute("class") || ""; if (!pre.match(className)) { // check if element doesn't already have className element.setAttribute("class", "".concat(pre, " ").concat(className)); } } else { if (element.classList !== undefined) { // check for modern classList property var classes = className.split(" "); forEach(classes, function (cls) { element.classList.add(cls); }); } else if (!element.className.match(className)) { // check if element doesn't already have className element.className += " ".concat(className); } } } /** * Get an element CSS property on the page * Thanks to JavaScript Kit: http://www.javascriptkit.com/dhtmltutors/dhtmlcascade4.shtml * * @api private * @method _getPropValue * @param {Object} element * @param {String} propName * @returns string property value */ function getPropValue(element, propName) { var propValue = ""; if (element.currentStyle) { //IE propValue = element.currentStyle[propName]; } else if (document.defaultView && document.defaultView.getComputedStyle) { //Others propValue = document.defaultView.getComputedStyle(element, null).getPropertyValue(propName); } //Prevent exception in IE if (propValue && propValue.toLowerCase) { return propValue.toLowerCase(); } else { return propValue; } } /** * To set the show element * This function set a relative (in most cases) position and changes the z-index * * @api private * @method _setShowElement * @param {Object} targetElement */ function setShowElement(_ref) { var element = _ref.element; addClass(element, "introjs-showElement"); var currentElementPosition = getPropValue(element, "position"); if (currentElementPosition !== "absolute" && currentElementPosition !== "relative" && currentElementPosition !== "sticky" && currentElementPosition !== "fixed") { //change to new intro item addClass(element, "introjs-relativePosition"); } } /** * Find the nearest scrollable parent * copied from https://stackoverflow.com/questions/35939886/find-first-scrollable-parent * * @param Element element * @return Element */ function getScrollParent(element) { var style = window.getComputedStyle(element); var excludeStaticParent = style.position === "absolute"; var overflowRegex = /(auto|scroll)/; if (style.position === "fixed") return document.body; for (var parent = element; parent = parent.parentElement;) { style = window.getComputedStyle(parent); if (excludeStaticParent && style.position === "static") { continue; } if (overflowRegex.test(style.overflow + style.overflowY + style.overflowX)) return parent; } return document.body; } /** * scroll a scrollable element to a child element * * @param {Object} targetElement */ function scrollParentToElement(targetElement) { var element = targetElement.element; if (!this._options.scrollToElement) return; var parent = getScrollParent(element); if (parent === document.body) return; parent.scrollTop = element.offsetTop - parent.offsetTop; } /** * Provides a cross-browser way to get the screen dimensions * via: http://stackoverflow.com/questions/5864467/internet-explorer-innerheight * * @api private * @method _getWinSize * @returns {Object} width and height attributes */ function getWinSize() { if (window.innerWidth !== undefined) { return { width: window.innerWidth, height: window.innerHeight }; } else { var D = document.documentElement; return { width: D.clientWidth, height: D.clientHeight }; } } /** * Check to see if the element is in the viewport or not * http://stackoverflow.com/questions/123999/how-to-tell-if-a-dom-element-is-visible-in-the-current-viewport * * @api private * @method _elementInViewport * @param {Object} el */ function elementInViewport(el) { var rect = el.getBoundingClientRect(); return rect.top >= 0 && rect.left >= 0 && rect.bottom + 80 <= window.innerHeight && // add 80 to get the text right rect.right <= window.innerWidth; } /** * To change the scroll of `window` after highlighting an element * * @api private * @param {String} scrollTo * @param {Object} targetElement * @param {Object} tooltipLayer */ function scrollTo(scrollTo, _ref, tooltipLayer) { var element = _ref.element; if (scrollTo === "off") return; var rect; if (!this._options.scrollToElement) return; if (scrollTo === "tooltip") { rect = tooltipLayer.getBoundingClientRect(); } else { rect = element.getBoundingClientRect(); } if (!elementInViewport(element)) { var winHeight = getWinSize().height; var top = rect.bottom - (rect.bottom - rect.top); // TODO (afshinm): do we need scroll padding now? // I have changed the scroll option and now it scrolls the window to // the center of the target element or tooltip. if (top < 0 || element.clientHeight > winHeight) { window.scrollBy(0, rect.top - (winHeight / 2 - rect.height / 2) - this._options.scrollPadding); // 30px padding from edge to look nice //Scroll down } else { window.scrollBy(0, rect.top - (winHeight / 2 - rect.height / 2) + this._options.scrollPadding); // 30px padding from edge to look nice } } } /** * Setting anchors to behave like buttons * * @api private * @method _setAnchorAsButton */ function setAnchorAsButton(anchor) { anchor.setAttribute("role", "button"); anchor.tabIndex = 0; } // eslint-disable-next-line es/no-object-assign -- safe var $assign = Object.assign; // eslint-disable-next-line es/no-object-defineproperty -- required for testing var defineProperty = Object.defineProperty; var concat$1 = functionUncurryThis([].concat); // `Object.assign` method // https://tc39.es/ecma262/#sec-object.assign var objectAssign = !$assign || fails(function () { // should have correct order of operations (Edge bug) if (descriptors && $assign({ b: 1 }, $assign(defineProperty({}, 'a', { enumerable: true, get: function () { defineProperty(this, 'b', { value: 3, enumerable: false }); } }), { b: 2 })).b !== 1) return true; // should work with symbols and should have deterministic property order (V8 bug) var A = {}; var B = {}; // eslint-disable-next-line es/no-symbol -- safe var symbol = Symbol(); var alphabet = 'abcdefghijklmnopqrst'; A[symbol] = 7; alphabet.split('').forEach(function (chr) { B[chr] = chr; }); return $assign({}, A)[symbol] != 7 || objectKeys($assign({}, B)).join('') != alphabet; }) ? function assign(target, source) { // eslint-disable-line no-unused-vars -- required for `.length` var T = toObject(target); var argumentsLength = arguments.length; var index = 1; var getOwnPropertySymbols = objectGetOwnPropertySymbols.f; var propertyIsEnumerable = objectPropertyIsEnumerable.f; while (argumentsLength > index) { var S = indexedObject(arguments[index++]); var keys = getOwnPropertySymbols ? concat$1(objectKeys(S), getOwnPropertySymbols(S)) : objectKeys(S); var length = keys.length; var j = 0; var key; while (length > j) { key = keys[j++]; if (!descriptors || functionCall(propertyIsEnumerable, S, key)) T[key] = S[key]; } } return T; } : $assign; // `Object.assign` method // https://tc39.es/ecma262/#sec-object.assign // eslint-disable-next-line es/no-object-assign -- required for testing _export({ target: 'Object', stat: true, forced: Object.assign !== objectAssign }, { assign: objectAssign }); /** * Checks to see if target element (or parents) position is fixed or not * * @api private * @method _isFixed * @param {Object} element * @returns Boolean */ function isFixed(element) { var p = element.parentNode; if (!p || p.nodeName === "HTML") { return false; } if (getPropValue(element, "position") === "fixed") { return true; } return isFixed(p); } /** * Get an element position on the page relative to another element (or body) * Thanks to `meouw`: http://stackoverflow.com/a/442474/375966 * * @api private * @method getOffset * @param {Object} element * @param {Object} relativeEl * @returns Element's position info */ function getOffset(element, relativeEl) { var body = document.body; var docEl = document.documentElement; var scrollTop = window.pageYOffset || docEl.scrollTop || body.scrollTop; var scrollLeft = window.pageXOffset || docEl.scrollLeft || body.scrollLeft; relativeEl = relativeEl || body; var x = element.getBoundingClientRect(); var xr = relativeEl.getBoundingClientRect(); var relativeElPosition = getPropValue(relativeEl, "position"); var obj = { width: x.width, height: x.height }; if (relativeEl.tagName.toLowerCase() !== "body" && relativeElPosition === "relative" || relativeElPosition === "sticky") { // when the container of our target element is _not_ body and has either "relative" or "sticky" position, we should not // consider the scroll position but we need to include the relative x/y of the container element return Object.assign(obj, { top: x.top - xr.top, left: x.left - xr.left }); } else { if (isFixed(element)) { return Object.assign(obj, { top: x.top, left: x.left }); } else { return Object.assign(obj, { top: x.top + scrollTop, left: x.left + scrollLeft }); } } } var floor$1 = Math.floor; var charAt = functionUncurryThis(''.charAt); var replace = functionUncurryThis(''.replace); var stringSlice$1 = functionUncurryThis(''.slice); var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d{1,2}|<[^>]*>)/g; var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d{1,2})/g; // `GetSubstitution` abstract operation // https://tc39.es/ecma262/#sec-getsubstitution var getSubstitution = function (matched, str, position, captures, namedCaptures, replacement) { var tailPos = position + matched.length; var m = captures.length; var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED; if (namedCaptures !== undefined) { namedCaptures = toObject(namedCaptures); symbols = SUBSTITUTION_SYMBOLS; } return replace(replacement, symbols, function (match, ch) { var capture; switch (charAt(ch, 0)) { case '$': return '$'; case '&': return matched; case '`': return stringSlice$1(str, 0, position); case "'": return stringSlice$1(str, tailPos); case '<': capture = namedCaptures[stringSlice$1(ch, 1, -1)]; break; default: // \d\d? var n = +ch; if (n === 0) return match; if (n > m) { var f = floor$1(n / 10); if (f === 0) return match; if (f <= m) return captures[f - 1] === undefined ? charAt(ch, 1) : captures[f - 1] + charAt(ch, 1); return match; } capture = captures[n - 1]; } return capture === undefined ? '' : capture; }); }; var REPLACE = wellKnownSymbol('replace'); var max$2 = Math.max; var min$1 = Math.min; var concat = functionUncurryThis([].concat); var push$2 = functionUncurryThis([].push); var stringIndexOf$1 = functionUncurryThis(''.indexOf); var stringSlice = functionUncurryThis(''.slice); var maybeToString = function (it) { return it === undefined ? it : String(it); }; // IE <= 11 replaces $0 with the whole match, as if it was $& // https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0 var REPLACE_KEEPS_$0 = (function () { // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing return 'a'.replace(/./, '$0') === '$0'; })(); // Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () { if (/./[REPLACE]) { return /./[REPLACE]('a', '$0') === ''; } return false; })(); var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () { var re = /./; re.exec = function () { var result = []; result.groups = { a: '7' }; return result; }; // eslint-disable-next-line regexp/no-useless-dollar-replacements -- false positive return ''.replace(re, '$<a>') !== '7'; }); // @@replace logic fixRegexpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNative) { var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0'; return [ // `String.prototype.replace` method // https://tc39.es/ecma262/#sec-string.prototype.replace function replace(searchValue, replaceValue) { var O = requireObjectCoercible(this); var replacer = searchValue == undefined ? undefined : getMethod(searchValue, REPLACE); return replacer ? functionCall(replacer, searchValue, O, replaceValue) : functionCall(nativeReplace, toString_1(O), searchValue, replaceValue); }, // `RegExp.prototype[@@replace]` method // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace function (string, replaceValue) { var rx = anObject(this); var S = toString_1(string); if ( typeof replaceValue == 'string' && stringIndexOf$1(replaceValue, UNSAFE_SUBSTITUTE) === -1 && stringIndexOf$1(replaceValue, '$<') === -1 ) { var res = maybeCallNative(nativeReplace, rx, S, replaceValue); if (res.done) return res.value; } var functionalReplace = isCallable(replaceValue); if (!functionalReplace) replaceValue = toString_1(replaceValue); var global = rx.global; if (global) { var fullUnicode = rx.unicode; rx.lastIndex = 0; } var results = []; while (true) { var result = regexpExecAbstract(rx, S); if (result === null) break; push$2(results, result); if (!global) break; var matchStr = toString_1(result[0]); if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode); } var accumulatedResult = ''; var nextSourcePosition = 0; for (var i = 0; i < results.length; i++) { result = results[i]; var matched = toString_1(result[0]); var position = max$2(min$1(toIntegerOrInfinity(result.index), S.length), 0); var captures = []; // NOTE: This is equivalent to // captures = result.slice(1).map(maybeToString) // but for some reason `nativeSlice.call(result, 1, result.length)` (called in // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it. for (var j = 1; j < result.length; j++) push$2(captures, maybeToString(result[j])); var namedCaptures = result.groups; if (functionalReplace) { var replacerArgs = concat([matched], captures, position, S); if (namedCaptures !== undefined) push$2(replacerArgs, namedCaptures); var replacement = toString_1(functionApply(replaceValue, undefined, replacerArgs)); } else { replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue); } if (position >= nextSourcePosition) { accumulatedResult += stringSlice(S, nextSourcePosition, position) + replacement; nextSourcePosition = position + matched.length; } } return accumulatedResult + stringSlice(S, nextSourcePosition); } ]; }, !REPLACE_SUPPORTS_NAMED_GROUPS || !REPLACE_KEEPS_$0 || REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE); /** * Remove a class from an element * * @api private * @method _removeClass * @param {Object} element * @param {RegExp|String} classNameRegex can be regex or string * @returns null */ function removeClass(element, classNameRegex) { if (element instanceof SVGElement) { var pre = element.getAttribute("class") || ""; element.setAttribute("class", pre.replace(classNameRegex, "").replace(/^\s+|\s+$/g, "")); } else { element.className = element.className.replace(classNameRegex, "").replace(/^\s+|\s+$/g, ""); } } /** * Sets the style of an DOM element * * @param {Object} element * @param {Object|string} style * @return null */ function setStyle(element, style) { var cssText = ""; if (element.style.cssText) { cssText += element.style.cssText; } if (typeof style === "string") { cssText += style; } else { for (var rule in style) { cssText += "".concat(rule, ":").concat(style[rule], ";"); } } element.style.cssText = cssText; } /** * Update the position of the helper layer on the screen * * @api private * @method _setHelperLayerPosition * @param {Object} helperLayer */ function setHelperLayerPosition(helperLayer) { if (helperLayer) { //prevent error when `this._currentStep` in undefined if (!this._introItems[this._currentStep]) return; var currentElement = this._introItems[this._currentStep]; var elementPosition = getOffset(currentElement.element, this._targetElement); var widthHeightPadding = this._options.helperElementPadding; // If the target element is fixed, the tooltip should be fixed as well. // Otherwise, remove a fixed class that may be left over from the previous // step. if (isFixed(currentElement.element)) { addClass(helperLayer, "introjs-fixedTooltip"); } else { removeClass(helperLayer, "introjs-fixedTooltip"); } if (currentElement.position === "floating") { widthHeightPadding = 0; } //set new position to helper layer setStyle(helperLayer, { width: "".concat(elementPosition.width + widthHeightPadding, "px"), height: "".concat(elementPosition.height + widthHeightPadding, "px"), top: "".concat(elementPosition.top - widthHeightPadding / 2, "px"), left: "".concat(elementPosition.left - widthHeightPadding / 2, "px") }); } } var UNSCOPABLES = wellKnownSymbol('unscopables'); var ArrayPrototype = Array.prototype; // Array.prototype[@@unscopables] // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables if (ArrayPrototype[UNSCOPABLES] == undefined) { objectDefineProperty.f(ArrayPrototype, UNSCOPABLES, { configurable: true, value: objectCreate(null) }); } // add a key to Array.prototype[@@unscopables] var addToUnscopables = function (key) { ArrayPrototype[UNSCOPABLES][key] = true; }; var $includes = arrayIncludes.includes; // `Array.prototype.includes` method // https://tc39.es/ecma262/#sec-array.prototype.includes _export({ target: 'Array', proto: true }, { includes: function includes(el /* , fromIndex = 0 */) { return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined); } }); // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables addToUnscopables('includes'); var HAS_SPECIES_SUPPORT$2 = arrayMethodHasSpeciesSupport('slice'); var SPECIES = wellKnownSymbol('species'); var Array$1 = global_1.Array; var max$1 = Math.max; // `Array.prototype.slice` method // https://tc39.es/ecma262/#sec-array.prototype.slice // fallback for not array-like ES3 strings and DOM objects _export({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT$2 }, { slice: function slice(start, end) { var O = toIndexedObject(this); var length = lengthOfArrayLike(O); var k = toAbsoluteIndex(start, length); var fin = toAbsoluteIndex(end === undefined ? length : end, length); // inline `ArraySpeciesCreate` for usage native `Array#slice` where it's possible var Constructor, result, n; if (isArray(O)) { Constructor = O.constructor; // cross-realm fallback if (isConstructor(Constructor) && (Constructor === Array$1 || isArray(Constructor.prototype))) { Constructor = undefined; } else if (isObject(Constructor)) { Constructor = Constructor[SPECIES]; if (Constructor === null) Constructor = undefined; } if (Constructor === Array$1 || Constructor === undefined) { return arraySlice(O, k, fin); } } result = new (Constructor === undefined ? Array$1 : Constructor)(max$1(fin - k, 0)); for (n = 0; k < fin; k++, n++) if (k in O) createProperty(result, n, O[k]); result.length = n; return result; } }); var TypeError$2 = global_1.TypeError; var notARegexp = function (it) { if (isRegexp(it)) { throw TypeError$2("The method doesn't accept regular expressions"); } return it; }; var MATCH = wellKnownSymbol('match'); var correctIsRegexpLogic = function (METHOD_NAME) { var regexp = /./; try { '/./'[METHOD_NAME](regexp); } catch (error1) { try { regexp[MATCH] = false; return '/./'[METHOD_NAME](regexp); } catch (error2) { /* empty */ } } return false; }; var stringIndexOf = functionUncurryThis(''.indexOf); // `String.prototype.includes` method // https://tc39.es/ecma262/#sec-string.prototype.includes _export({ target: 'String', proto: true, forced: !correctIsRegexpLogic('includes') }, { includes: function includes(searchString /* , position = 0 */) { return !!~stringIndexOf( toString_1(requireObjectCoercible(this)), toString_1(notARegexp(searchString)), arguments.length > 1 ? arguments[1] : undefined ); } }); var arrayMethodIsStrict = function (METHOD_NAME, argument) { var method = [][METHOD_NAME]; return !!method && fails(function () { // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing method.call(null, argument || function () { throw 1; }, 1); }); }; var un$Join = functionUncurryThis([].join); var ES3_STRINGS = indexedObject != Object; var STRICT_METHOD$1 = arrayMethodIsStrict('join', ','); // `Array.prototype.join` method // https://tc39.es/ecma262/#sec-array.prototype.join _export({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD$1 }, { join: function join(separator) { return un$Join(toIndexedObject(this), separator === undefined ? ',' : separator); } }); var bind = functionUncurryThis(functionUncurryThis.bind); // optional / simple context binding var functionBindContext = function (fn, that) { aCallable(fn); return that === undefined ? fn : bind ? bind(fn, that) : function (/* ...args */) { return fn.apply(that, arguments); }; }; var push$1 = functionUncurryThis([].push); // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterReject }` methods implementation var createMethod = function (TYPE) { var IS_MAP = TYPE == 1; var IS_FILTER = TYPE == 2; var IS_SOME = TYPE == 3; var IS_EVERY = TYPE == 4; var IS_FIND_INDEX = TYPE == 6; var IS_FILTER_REJECT = TYPE == 7; var NO_HOLES = TYPE == 5 || IS_FIND_INDEX; return function ($this, callbackfn, that, specificCreate) { var O = toObject($this); var self = indexedObject(O); var boundFunction = functionBindContext(callbackfn, that); var length = lengthOfArrayLike(self); var index = 0; var create = specificCreate || arraySpeciesCreate; var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_REJECT ? create($this, 0) : undefined; var value, result; for (;length > index; index++) if (NO_HOLES || index in self) { value = self[index]; result = boundFunction(value, index, O); if (TYPE) { if (IS_MAP) target[index] = result; // map else if (result) switch (TYPE) { case 3: return true; // some case 5: return value; // find case 6: return index; // findIndex case 2: push$1(target, value); // filter } else switch (TYPE) { case 4: return false; // every case 7: push$1(target, value); // filterReject } } } return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target; }; }; var arrayIteration = { // `Array.prototype.forEach` method // https://tc39.es/ecma262/#sec-array.prototype.foreach forEach: createMethod(0), // `Array.prototype.map` method // https://tc39.es/ecma262/#sec-array.prototype.map map: createMethod(1), // `Array.prototype.filter` method // https://tc39.es/ecma262/#sec-array.prototype.filter filter: createMethod(2), // `Array.prototype.some` method // https://tc39.es/ecma262/#sec-array.prototype.some some: createMethod(3), // `Array.prototype.every` method // https://tc39.es/ecma262/#sec-array.prototype.every every: createMethod(4), // `Array.prototype.find` method // https://tc39.es/ecma262/#sec-array.prototype.find find: createMethod(5), // `Array.prototype.findIndex` method // https://tc39.es/ecma262/#sec-array.prototype.findIndex findIndex: createMethod(6), // `Array.prototype.filterReject` method // https://github.com/tc39/proposal-array-filtering filterReject: createMethod(7) }; var $filter = arrayIteration.filter; var HAS_SPECIES_SUPPORT$1 = arrayMethodHasSpeciesSupport('filter'); // `Array.prototype.filter` method // https://tc39.es/ecma262/#sec-array.prototype.filter // with adding support of @@species _export({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT$1 }, { filter: function filter(callbackfn /* , thisArg */) { return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); } }); /** * Set tooltip left so it doesn't go off the right side of the window * * @return boolean true, if tooltipLayerStyleLeft is ok. false, otherwise. */ function checkRight(targetOffset, tooltipLayerStyleLeft, tooltipOffset, windowSize, tooltipLayer) { if (targetOffset.left + tooltipLayerStyleLeft + tooltipOffset.width > windowSize.width) { // off the right side of the window tooltipLayer.style.left = "".concat(windowSize.width - tooltipOffset.width - targetOffset.left, "px"); return false; } tooltipLayer.style.left = "".concat(tooltipLayerStyleLeft, "px"); return true; } /** * Set tooltip right so it doesn't go off the left side of the window * * @return boolean true, if tooltipLayerStyleRight is ok. false, otherwise. */ function checkLeft(targetOffset, tooltipLayerStyleRight, tooltipOffset, tooltipLayer) { if (targetOffset.left + targetOffset.width - tooltipLayerStyleRight - tooltipOffset.width < 0) { // off the left side of the window tooltipLayer.style.left = "".concat(-targetOffset.left, "px"); return false; } tooltipLayer.style.right = "".concat(tooltipLayerStyleRight, "px"); return true; } var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('splice'); var TypeError$1 = global_1.TypeError; var max = Math.max; var min = Math.min; var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF; var MAXIMUM_ALLOWED_LENGTH_EXCEEDED = 'Maximum allowed length exceeded'; // `Array.prototype.splice` method // https://tc39.es/ecma262/#sec-array.prototype.splice // with adding support of @@species _export({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, { splice: function splice(start, deleteCount /* , ...items */) { var O = toObject(this); var len = lengthOfArrayLike(O); var actualStart = toAbsoluteIndex(start, len); var argumentsLength = arguments.length; var insertCount, actualDeleteCount, A, k, from, to; if (argumentsLength === 0) { insertCount = actualDeleteCount = 0; } else if (argumentsLength === 1) { insertCount = 0; actualDeleteCount = len - actualStart; } else { insertCount = argumentsLength - 2; actualDeleteCount = min(max(toIntegerOrInfinity(deleteCount), 0), len - actualStart); } if (len + insertCount - actualDeleteCount > MAX_SAFE_INTEGER) { throw TypeError$1(MAXIMUM_ALLOWED_LENGTH_EXCEEDED); } A = arraySpeciesCreate(O, actualDeleteCount); for (k = 0; k < actualDeleteCount; k++) { from = actualStart + k; if (from in O) createProperty(A, k, O[from]); } A.length = actualDeleteCount; if (insertCount < actualDeleteCount) { for (k = actualStart; k < len - actualDeleteCount; k++) { from = k + actualDeleteCount; to = k + insertCount; if (from in O) O[to] = O[from]; else delete O[to]; } for (k = len; k > len - actualDeleteCount + insertCount; k--) delete O[k - 1]; } else if (insertCount > actualDeleteCount) { for (k = len - actualDeleteCount; k > actualStart; k--) { from = k + actualDeleteCount - 1; to = k + insertCount - 1; if (from in O) O[to] = O[from]; else delete O[to]; } } for (k = 0; k < insertCount; k++) { O[k + actualStart] = arguments[k + 2]; } O.length = len - actualDeleteCount + insertCount; return A; } }); /** * Remove an entry from a string array if it's there, does nothing if it isn't there. * * @param {Array} stringArray * @param {String} stringToRemove */ function removeEntry(stringArray, stringToRemove) { if (stringArray.includes(stringToRemove)) { stringArray.splice(stringArray.indexOf(stringToRemove), 1); } } /** * auto-determine alignment * @param {Integer} offsetLeft * @param {Integer} tooltipWidth * @param {Object} windowSize * @param {String} desiredAlignment * @return {String} calculatedAlignment */ function _determineAutoAlignment(offsetLeft, tooltipWidth, _ref, desiredAlignment) { var width = _ref.width; var halfTooltipWidth = tooltipWidth / 2; var winWidth = Math.min(width, window.screen.width); var possibleAlignments = ["-left-aligned", "-middle-aligned", "-right-aligned"]; var calculatedAlignment = ""; // valid left must be at least a tooltipWidth // away from right side if (winWidth - offsetLeft < tooltipWidth) { removeEntry(possibleAlignments, "-left-aligned"); } // valid middle must be at least half // width away from both sides if (offsetLeft < halfTooltipWidth || winWidth - offsetLeft < halfTooltipWidth) { removeEntry(possibleAlignments, "-middle-aligned"); } // valid right must be at least a tooltipWidth // width away from left side if (offsetLeft < tooltipWidth) { removeEntry(possibleAlignments, "-right-aligned"); } if (possibleAlignments.length) { if (possibleAlignments.includes(desiredAlignment)) { // the desired alignment is valid calculatedAlignment = desiredAlignment; } else { // pick the first valid position, in order calculatedAlignment = possibleAlignments[0]; } } else { // if screen width is too small // for ANY alignment, middle is // probably the best for visibility calculatedAlignment = "-middle-aligned"; } return calculatedAlignment; } /** * Determines the position of the tooltip based on the position precedence and availability * of screen space. * * @param {Object} targetElement * @param {Object} tooltipLayer * @param {String} desiredTooltipPosition * @return {String} calculatedPosition */ function _determineAutoPosition(targetElement, tooltipLayer, desiredTooltipPosition) { // Take a clone of position precedence. These will be the available var possiblePositions = this._options.positionPrecedence.slice(); var windowSize = getWinSize(); var tooltipHeight = getOffset(tooltipLayer).height + 10; var tooltipWidth = getOffset(tooltipLayer).width + 20; var targetElementRect = targetElement.getBoundingClientRect(); // If we check all the possible areas, and there are no valid places for the tooltip, the element // must take up most of the screen real estate. Show the tooltip floating in the middle of the screen. var calculatedPosition = "floating"; /* * auto determine position */ // Check for space below if (targetElementRect.bottom + tooltipHeight > windowSize.height) { removeEntry(possiblePositions, "bottom"); } // Check for space above if (targetElementRect.top - tooltipHeight < 0) { removeEntry(possiblePositions, "top"); } // Check for space to the right if (targetElementRect.right + tooltipWidth > windowSize.width) { removeEntry(possiblePositions, "right"); } // Check for space to the left if (targetElementRect.left - tooltipWidth < 0) { removeEntry(possiblePositions, "left"); } // @var {String} ex: 'right-aligned' var desiredAlignment = function (pos) { var hyphenIndex = pos.indexOf("-"); if (hyphenIndex !== -1) { // has alignment return pos.substr(hyphenIndex); } return ""; }(desiredTooltipPosition || ""); // strip alignment from position if (desiredTooltipPosition) { // ex: "bottom-right-aligned" // should return 'bottom' desiredTooltipPosition = desiredTooltipPosition.split("-")[0]; } if (possiblePositions.length) { if (possiblePositions.includes(desiredTooltipPosition)) { // If the requested position is in the list, choose that calculatedPosition = desiredTooltipPosition; } else { // Pick the first valid position, in order calculatedPosition = possiblePositions[0]; } } // only top and bottom positions have optional alignments if (["top", "bottom"].includes(calculatedPosition)) { calculatedPosition += _determineAutoAlignment(targetElementRect.left, tooltipWidth, windowSize, desiredAlignment); } return calculatedPosition; } /** * Render tooltip box in the page * * @api private * @method placeTooltip * @param {HTMLElement} targetElement * @param {HTMLElement} tooltipLayer * @param {HTMLElement} arrowLayer * @param {Boolean} hintMode */ function placeTooltip(targetElement, tooltipLayer, arrowLayer, hintMode) { var tooltipCssClass = ""; var currentStepObj; var tooltipOffset; var targetOffset; var windowSize; var currentTooltipPosition; hintMode = hintMode || false; //reset the old style tooltipLayer.style.top = null; tooltipLayer.style.right = null; tooltipLayer.style.bottom = null; tooltipLayer.style.left = null; tooltipLayer.style.marginLeft = null; tooltipLayer.style.marginTop = null; arrowLayer.style.display = "inherit"; //prevent error when `this._currentStep` is undefined if (!this._introItems[this._currentStep]) return; //if we have a custom css class for each step currentStepObj = this._introItems[this._currentStep]; if (typeof currentStepObj.tooltipClass === "string") { tooltipCssClass = currentStepObj.tooltipClass; } else { tooltipCssClass = this._options.tooltipClass; } tooltipLayer.className = ["introjs-tooltip", tooltipCssClass].filter(Boolean).join(" "); tooltipLayer.setAttribute("role", "dialog"); currentTooltipPosition = this._introItems[this._currentStep].position; // Floating is always valid, no point in calculating if (currentTooltipPosition !== "floating" && this._options.autoPosition) { currentTooltipPosition = _determineAutoPosition.call(this, targetElement, tooltipLayer, currentTooltipPosition); } var tooltipLayerStyleLeft; targetOffset = getOffset(targetElement); tooltipOffset = getOffset(tooltipLayer); windowSize = getWinSize(); addClass(tooltipLayer, "introjs-".concat(currentTooltipPosition)); switch (currentTooltipPosition) { case "top-right-aligned": arrowLayer.className = "introjs-arrow bottom-right"; var tooltipLayerStyleRight = 0; checkLeft(targetOffset, tooltipLayerStyleRight, tooltipOffset, tooltipLayer); tooltipLayer.style.bottom = "".concat(targetOffset.height + 20, "px"); break; case "top-middle-aligned": arrowLayer.className = "introjs-arrow bottom-middle"; var tooltipLayerStyleLeftRight = targetOffset.width / 2 - tooltipOffset.width / 2; // a fix for middle aligned hints if (hintMode) { tooltipLayerStyleLeftRight += 5; } if (checkLeft(targetOffset, tooltipLayerStyleLeftRight, tooltipOffset, tooltipLayer)) { tooltipLayer.style.right = null; checkRight(targetOffset, tooltipLayerStyleLeftRight, tooltipOffset, windowSize, tooltipLayer); } tooltipLayer.style.bottom = "".concat(targetOffset.height + 20, "px"); break; case "top-left-aligned": // top-left-aligned is the same as the default top case "top": arrowLayer.className = "introjs-arrow bottom"; tooltipLayerStyleLeft = hintMode ? 0 : 15; checkRight(targetOffset, tooltipLayerStyleLeft, tooltipOffset, windowSize, tooltipLayer); tooltipLayer.style.bottom = "".concat(targetOffset.height + 20, "px"); break; case "right": tooltipLayer.style.left = "".concat(targetOffset.width + 20, "px"); if (targetOffset.top + tooltipOffset.height > windowSize.height) { // In this case, right would have fallen below the bottom of the screen. // Modify so that the bottom of the tooltip connects with the target arrowLayer.className = "introjs-arrow left-bottom"; tooltipLayer.style.top = "-".concat(tooltipOffset.height - targetOffset.height - 20, "px"); } else { arrowLayer.className = "introjs-arrow left"; } break; case "left": if (!hintMode && this._options.showStepNumbers === true) { tooltipLayer.style.top = "15px"; } if (targetOffset.top + tooltipOffset.height > windowSize.height) { // In this case, left would have fallen below the bottom of the screen. // Modify so that the bottom of the tooltip connects with the target tooltipLayer.style.top = "-".concat(tooltipOffset.height - targetOffset.height - 20, "px"); arrowLayer.className = "introjs-arrow right-bottom"; } else { arrowLayer.className = "introjs-arrow right"; } tooltipLayer.style.right = "".concat(targetOffset.width + 20, "px"); break; case "floating": arrowLayer.style.display = "none"; //we have to adjust the top and left of layer manually for intro items without element tooltipLayer.style.left = "50%"; tooltipLayer.style.top = "50%"; tooltipLayer.style.marginLeft = "-".concat(tooltipOffset.width / 2, "px"); tooltipLayer.style.marginTop = "-".concat(tooltipOffset.height / 2, "px"); break; case "bottom-right-aligned": arrowLayer.className = "introjs-arrow top-right"; tooltipLayerStyleRight = 0; checkLeft(targetOffset, tooltipLayerStyleRight, tooltipOffset, tooltipLayer); tooltipLayer.style.top = "".concat(targetOffset.height + 20, "px"); break; case "bottom-middle-aligned": arrowLayer.className = "introjs-arrow top-middle"; tooltipLayerStyleLeftRight = targetOffset.width / 2 - tooltipOffset.width / 2; // a fix for middle aligned hints if (hintMode) { tooltipLayerStyleLeftRight += 5; } if (checkLeft(targetOffset, tooltipLayerStyleLeftRight, tooltipOffset, tooltipLayer)) { tooltipLayer.style.right = null; checkRight(targetOffset, tooltipLayerStyleLeftRight, tooltipOffset, windowSize, tooltipLayer); } tooltipLayer.style.top = "".concat(targetOffset.height + 20, "px"); break; // case 'bottom-left-aligned': // Bottom-left-aligned is the same as the default bottom // case 'bottom': // Bottom going to follow the default behavior default: arrowLayer.className = "introjs-arrow top"; tooltipLayerStyleLeft = 0; checkRight(targetOffset, tooltipLayerStyleLeft, tooltipOffset, windowSize, tooltipLayer); tooltipLayer.style.top = "".concat(targetOffset.height + 20, "px"); } } /** * To remove all show element(s) * * @api private * @method _removeShowElement */ function removeShowElement() { var elms = document.querySelectorAll(".introjs-showElement"); forEach(elms, function (elm) { removeClass(elm, /introjs-[a-zA-Z]+/g); }); } function _createElement(tagname, attrs) { var element = document.createElement(tagname); attrs = attrs || {}; // regex for matching attributes that need to be set with setAttribute var setAttRegex = /^(?:role|data-|aria-)/; for (var k in attrs) { var v = attrs[k]; if (k === "style") { setStyle(element, v); } else if (k.match(setAttRegex)) { element.setAttribute(k, v); } else { element[k] = v; } } return element; } /** * Appends `element` to `parentElement` * * @param {Element} parentElement * @param {Element} element * @param {Boolean} [animate=false] */ function appendChild(parentElement, element, animate) { if (animate) { var existingOpacity = element.style.opacity || "1"; setStyle(element, { opacity: "0" }); window.setTimeout(function () { setStyle(element, { opacity: existingOpacity }); }, 10); } parentElement.appendChild(element); } /** * Gets the current progress percentage * * @api private * @method _getProgress * @returns current progress percentage */ function _getProgress() { // Steps are 0 indexed var currentStep = parseInt(this._currentStep + 1, 10); return currentStep / this._introItems.length * 100; } /** * Add disableinteraction layer and adjust the size and position of the layer * * @api private * @method _disableInteraction */ function _disableInteraction() { var disableInteractionLayer = document.querySelector(".introjs-disableInteraction"); if (disableInteractionLayer === null) { disableInteractionLayer = _createElement("div", { className: "introjs-disableInteraction" }); this._targetElement.appendChild(disableInteractionLayer); } setHelperLayerPosition.call(this, disableInteractionLayer); } /** * Creates the bullets layer * @returns HTMLElement * @private */ function _createBullets(targetElement) { var self = this; var bulletsLayer = _createElement("div", { className: "introjs-bullets" }); if (this._options.showBullets === false) { bulletsLayer.style.display = "none"; } var ulContainer = _createElement("ul"); ulContainer.setAttribute("role", "tablist"); var anchorClick = function anchorClick() { self.goToStep(this.getAttribute("data-stepnumber")); }; forEach(this._introItems, function (_ref, i) { var step = _ref.step; var innerLi = _createElement("li"); var anchorLink = _createElement("a"); innerLi.setAttribute("role", "presentation"); anchorLink.setAttribute("role", "tab"); anchorLink.onclick = anchorClick; if (i === targetElement.step - 1) { anchorLink.className = "active"; } setAnchorAsButton(anchorLink); anchorLink.innerHTML = "&nbsp;"; anchorLink.setAttribute("data-stepnumber", step); innerLi.appendChild(anchorLink); ulContainer.appendChild(innerLi); }); bulletsLayer.appendChild(ulContainer); return bulletsLayer; } /** * Deletes and recreates the bullets layer * @param oldReferenceLayer * @param targetElement * @private */ function _recreateBullets(oldReferenceLayer, targetElement) { if (this._options.showBullets) { var existing = document.querySelector(".introjs-bullets"); existing.parentNode.replaceChild(_createBullets.call(this, targetElement), existing); } } /** * Updates the bullets * * @param oldReferenceLayer * @param targetElement */ function _updateBullets(oldReferenceLayer, targetElement) { if (this._options.showBullets) { oldReferenceLayer.querySelector(".introjs-bullets li > a.active").className = ""; oldReferenceLayer.querySelector(".introjs-bullets li > a[data-stepnumber=\"".concat(targetElement.step, "\"]")).className = "active"; } } /** * Creates the progress-bar layer and elements * @returns {*} * @private */ function _createProgressBar() { var progressLayer = _createElement("div"); progressLayer.className = "introjs-progress"; if (this._options.showProgress === false) { progressLayer.style.display = "none"; } var progressBar = _createElement("div", { className: "introjs-progressbar" }); if (this._options.progressBarAdditionalClass) { progressBar.className += " " + this._options.progressBarAdditionalClass; } progressBar.setAttribute("role", "progress"); progressBar.setAttribute("aria-valuemin", 0); progressBar.setAttribute("aria-valuemax", 100); progressBar.setAttribute("aria-valuenow", _getProgress.call(this)); progressBar.style.cssText = "width:".concat(_getProgress.call(this), "%;"); progressLayer.appendChild(progressBar); return progressLayer; } /** * Updates an existing progress bar variables * @param oldReferenceLayer * @private */ function _updateProgressBar(oldReferenceLayer) { oldReferenceLayer.querySelector(".introjs-progress .introjs-progressbar").style.cssText = "width:".concat(_getProgress.call(this), "%;"); oldReferenceLayer.querySelector(".introjs-progress .introjs-progressbar").setAttribute("aria-valuenow", _getProgress.call(this)); } /** * Show an element on the page * * @api private * @method _showElement * @param {Object} targetElement */ function _showElement(targetElement) { var _this = this; if (typeof this._introChangeCallback !== "undefined") { this._introChangeCallback.call(this, targetElement.element); } var self = this; var oldHelperLayer = document.querySelector(".introjs-helperLayer"); var oldReferenceLayer = document.querySelector(".introjs-tooltipReferenceLayer"); var highlightClass = "introjs-helperLayer"; var nextTooltipButton; var prevTooltipButton; var skipTooltipButton; //check for a current step highlight class if (typeof targetElement.highlightClass === "string") { highlightClass += " ".concat(targetElement.highlightClass); } //check for options highlight class if (typeof this._options.highlightClass === "string") { highlightClass += " ".concat(this._options.highlightClass); } if (oldHelperLayer !== null && oldReferenceLayer !== null) { var oldHelperNumberLayer = oldReferenceLayer.querySelector(".introjs-helperNumberLayer"); var oldtooltipLayer = oldReferenceLayer.querySelector(".introjs-tooltiptext"); var oldTooltipTitleLayer = oldReferenceLayer.querySelector(".introjs-tooltip-title"); var oldArrowLayer = oldReferenceLayer.querySelector(".introjs-arrow"); var oldtooltipContainer = oldReferenceLayer.querySelector(".introjs-tooltip"); skipTooltipButton = oldReferenceLayer.querySelector(".introjs-skipbutton"); prevTooltipButton = oldReferenceLayer.querySelector(".introjs-prevbutton"); nextTooltipButton = oldReferenceLayer.querySelector(".introjs-nextbutton"); //update or reset the helper highlight class oldHelperLayer.className = highlightClass; //hide the tooltip oldtooltipContainer.style.opacity = 0; oldtooltipContainer.style.display = "none"; // if the target element is within a scrollable element scrollParentToElement.call(self, targetElement); // set new position to helper layer setHelperLayerPosition.call(self, oldHelperLayer); setHelperLayerPosition.call(self, oldReferenceLayer); //remove old classes if the element still exist removeShowElement(); //we should wait until the CSS3 transition is competed (it's 0.3 sec) to prevent incorrect `height` and `width` calculation if (self._lastShowElementTimer) { window.clearTimeout(self._lastShowElementTimer); } self._lastShowElementTimer = window.setTimeout(function () { // set current step to the label if (oldHelperNumberLayer !== null) { oldHelperNumberLayer.innerHTML = "".concat(targetElement.step, " of ").concat(_this._introItems.length); } // set current tooltip text oldtooltipLayer.innerHTML = targetElement.intro; // set current tooltip title oldTooltipTitleLayer.innerHTML = targetElement.title; //set the tooltip position oldtooltipContainer.style.display = "block"; placeTooltip.call(self, targetElement.element, oldtooltipContainer, oldArrowLayer); //change active bullet _updateBullets.call(self, oldReferenceLayer, targetElement); _updateProgressBar.call(self, oldReferenceLayer); //show the tooltip oldtooltipContainer.style.opacity = 1; //reset button focus if (typeof nextTooltipButton !== "undefined" && nextTooltipButton !== null && /introjs-donebutton/gi.test(nextTooltipButton.className)) { // skip button is now "done" button nextTooltipButton.focus(); } else if (typeof nextTooltipButton !== "undefined" && nextTooltipButton !== null) { //still in the tour, focus on next nextTooltipButton.focus(); } // change the scroll of the window, if needed scrollTo.call(self, targetElement.scrollTo, targetElement, oldtooltipLayer); }, 350); // end of old element if-else condition } else { var helperLayer = _createElement("div", { className: highlightClass }); var referenceLayer = _createElement("div", { className: "introjs-tooltipReferenceLayer" }); var arrowLayer = _createElement("div", { className: "introjs-arrow" }); var tooltipLayer = _createElement("div", { className: "introjs-tooltip" }); var tooltipTextLayer = _createElement("div", { className: "introjs-tooltiptext" }); var tooltipHeaderLayer = _createElement("div", { className: "introjs-tooltip-header" }); var tooltipTitleLayer = _createElement("h1", { className: "introjs-tooltip-title" }); var buttonsLayer = _createElement("div"); setStyle(helperLayer, { "box-shadow": "0 0 1px 2px rgba(33, 33, 33, 0.8), rgba(33, 33, 33, ".concat(self._options.overlayOpacity.toString(), ") 0 0 0 5000px") }); // target is within a scrollable element scrollParentToElement.call(self, targetElement); //set new position to helper layer setHelperLayerPosition.call(self, helperLayer); setHelperLayerPosition.call(self, referenceLayer); //add helper layer to target element appendChild(this._targetElement, helperLayer, true); appendChild(this._targetElement, referenceLayer); tooltipTextLayer.innerHTML = targetElement.intro; tooltipTitleLayer.innerHTML = targetElement.title; buttonsLayer.className = "introjs-tooltipbuttons"; if (this._options.showButtons === false) { buttonsLayer.style.display = "none"; } tooltipHeaderLayer.appendChild(tooltipTitleLayer); tooltipLayer.appendChild(tooltipHeaderLayer); tooltipLayer.appendChild(tooltipTextLayer); tooltipLayer.appendChild(_createBullets.call(this, targetElement)); tooltipLayer.appendChild(_createProgressBar.call(this)); // add helper layer number var helperNumberLayer = _createElement("div"); if (this._options.showStepNumbers === true) { helperNumberLayer.className = "introjs-helperNumberLayer"; helperNumberLayer.innerHTML = "".concat(targetElement.step, " of ").concat(this._introItems.length); tooltipLayer.appendChild(helperNumberLayer); } tooltipLayer.appendChild(arrowLayer); referenceLayer.appendChild(tooltipLayer); //next button nextTooltipButton = _createElement("a"); nextTooltipButton.onclick = function () { if (self._introItems.length - 1 !== self._currentStep) { nextStep.call(self); } else if (/introjs-donebutton/gi.test(nextTooltipButton.className)) { if (typeof self._introCompleteCallback === "function") { self._introCompleteCallback.call(self, self._currentStep, "done"); } exitIntro.call(self, self._targetElement); } }; setAnchorAsButton(nextTooltipButton); nextTooltipButton.innerHTML = this._options.nextLabel; //previous button prevTooltipButton = _createElement("a"); prevTooltipButton.onclick = function () { if (self._currentStep !== 0) { previousStep.call(self); } }; setAnchorAsButton(prevTooltipButton); prevTooltipButton.innerHTML = this._options.prevLabel; //skip button skipTooltipButton = _createElement("a", { className: "introjs-skipbutton" }); setAnchorAsButton(skipTooltipButton); skipTooltipButton.innerHTML = this._options.skipLabel; skipTooltipButton.onclick = function () { if (self._introItems.length - 1 === self._currentStep && typeof self._introCompleteCallback === "function") { self._introCompleteCallback.call(self, self._currentStep, "skip"); } if (typeof self._introSkipCallback === "function") { self._introSkipCallback.call(self); } exitIntro.call(self, self._targetElement); }; tooltipHeaderLayer.appendChild(skipTooltipButton); //in order to prevent displaying previous button always if (this._introItems.length > 1) { buttonsLayer.appendChild(prevTooltipButton); } // we always need the next button because this // button changes to "Done" in the last step of the tour buttonsLayer.appendChild(nextTooltipButton); tooltipLayer.appendChild(buttonsLayer); //set proper position placeTooltip.call(self, targetElement.element, tooltipLayer, arrowLayer); // change the scroll of the window, if needed scrollTo.call(this, targetElement.scrollTo, targetElement, tooltipLayer); //end of new element if-else condition } // removing previous disable interaction layer var disableInteractionLayer = self._targetElement.querySelector(".introjs-disableInteraction"); if (disableInteractionLayer) { disableInteractionLayer.parentNode.removeChild(disableInteractionLayer); } //disable interaction if (targetElement.disableInteraction) { _disableInteraction.call(self); } // when it's the first step of tour if (this._currentStep === 0 && this._introItems.length > 1) { if (typeof nextTooltipButton !== "undefined" && nextTooltipButton !== null) { nextTooltipButton.className = "".concat(this._options.buttonClass, " introjs-nextbutton"); nextTooltipButton.innerHTML = this._options.nextLabel; } if (this._options.hidePrev === true) { if (typeof prevTooltipButton !== "undefined" && prevTooltipButton !== null) { prevTooltipButton.className = "".concat(this._options.buttonClass, " introjs-prevbutton introjs-hidden"); } if (typeof nextTooltipButton !== "undefined" && nextTooltipButton !== null) { addClass(nextTooltipButton, "introjs-fullbutton"); } } else { if (typeof prevTooltipButton !== "undefined" && prevTooltipButton !== null) { prevTooltipButton.className = "".concat(this._options.buttonClass, " introjs-prevbutton introjs-disabled"); } } } else if (this._introItems.length - 1 === this._currentStep || this._introItems.length === 1) { // last step of tour if (typeof prevTooltipButton !== "undefined" && prevTooltipButton !== null) { prevTooltipButton.className = "".concat(this._options.buttonClass, " introjs-prevbutton"); } if (this._options.hideNext === true) { if (typeof nextTooltipButton !== "undefined" && nextTooltipButton !== null) { nextTooltipButton.className = "".concat(this._options.buttonClass, " introjs-nextbutton introjs-hidden"); } if (typeof prevTooltipButton !== "undefined" && prevTooltipButton !== null) { addClass(prevTooltipButton, "introjs-fullbutton"); } } else { if (typeof nextTooltipButton !== "undefined" && nextTooltipButton !== null) { if (this._options.nextToDone === true) { nextTooltipButton.innerHTML = this._options.doneLabel; addClass(nextTooltipButton, "".concat(this._options.buttonClass, " introjs-nextbutton introjs-donebutton")); } else { nextTooltipButton.className = "".concat(this._options.buttonClass, " introjs-nextbutton introjs-disabled"); } } } } else { // steps between start and end if (typeof prevTooltipButton !== "undefined" && prevTooltipButton !== null) { prevTooltipButton.className = "".concat(this._options.buttonClass, " introjs-prevbutton"); } if (typeof nextTooltipButton !== "undefined" && nextTooltipButton !== null) { nextTooltipButton.className = "".concat(this._options.buttonClass, " introjs-nextbutton"); nextTooltipButton.innerHTML = this._options.nextLabel; } } if (typeof prevTooltipButton !== "undefined" && prevTooltipButton !== null) { prevTooltipButton.setAttribute("role", "button"); } if (typeof nextTooltipButton !== "undefined" && nextTooltipButton !== null) { nextTooltipButton.setAttribute("role", "button"); } if (typeof skipTooltipButton !== "undefined" && skipTooltipButton !== null) { skipTooltipButton.setAttribute("role", "button"); } //Set focus on "next" button, so that hitting Enter always moves you onto the next step if (typeof nextTooltipButton !== "undefined" && nextTooltipButton !== null) { nextTooltipButton.focus(); } setShowElement(targetElement); if (typeof this._introAfterChangeCallback !== "undefined") { this._introAfterChangeCallback.call(this, targetElement.element); } } /** * Go to specific step of introduction * * @api private * @method _goToStep */ function goToStep(step) { //because steps starts with zero this._currentStep = step - 2; if (typeof this._introItems !== "undefined") { nextStep.call(this); } } /** * Go to the specific step of introduction with the explicit [data-step] number * * @api private * @method _goToStepNumber */ function goToStepNumber(step) { this._currentStepNumber = step; if (typeof this._introItems !== "undefined") { nextStep.call(this); } } /** * Go to next step on intro * * @api private * @method _nextStep */ function nextStep() { var _this = this; this._direction = "forward"; if (typeof this._currentStepNumber !== "undefined") { forEach(this._introItems, function (_ref, i) { var step = _ref.step; if (step === _this._currentStepNumber) { _this._currentStep = i - 1; _this._currentStepNumber = undefined; } }); } if (typeof this._currentStep === "undefined") { this._currentStep = 0; } else { ++this._currentStep; } var nextStep = this._introItems[this._currentStep]; var continueStep = true; if (typeof this._introBeforeChangeCallback !== "undefined") { continueStep = this._introBeforeChangeCallback.call(this, nextStep && nextStep.element); } // if `onbeforechange` returned `false`, stop displaying the element if (continueStep === false) { --this._currentStep; return false; } if (this._introItems.length <= this._currentStep) { //end of the intro //check if any callback is defined if (typeof this._introCompleteCallback === "function") { this._introCompleteCallback.call(this, this._currentStep, "end"); } exitIntro.call(this, this._targetElement); return; } _showElement.call(this, nextStep); } /** * Go to previous step on intro * * @api private * @method _previousStep */ function previousStep() { this._direction = "backward"; if (this._currentStep === 0) { return false; } --this._currentStep; var nextStep = this._introItems[this._currentStep]; var continueStep = true; if (typeof this._introBeforeChangeCallback !== "undefined") { continueStep = this._introBeforeChangeCallback.call(this, nextStep && nextStep.element); } // if `onbeforechange` returned `false`, stop displaying the element if (continueStep === false) { ++this._currentStep; return false; } _showElement.call(this, nextStep); } /** * Returns the current step of the intro * * @returns {number | boolean} */ function currentStep() { return this._currentStep; } /** * on keyCode: * https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode * This feature has been removed from the Web standards. * Though some browsers may still support it, it is in * the process of being dropped. * Instead, you should use KeyboardEvent.code, * if it's implemented. * * jQuery's approach is to test for * (1) e.which, then * (2) e.charCode, then * (3) e.keyCode * https://github.com/jquery/jquery/blob/a6b0705294d336ae2f63f7276de0da1195495363/src/event.js#L638 * * @param type var * @return type */ function onKeyDown(e) { var code = e.code === undefined ? e.which : e.code; // if e.which is null if (code === null) { code = e.charCode === null ? e.keyCode : e.charCode; } if ((code === "Escape" || code === 27) && this._options.exitOnEsc === true) { //escape key pressed, exit the intro //check if exit callback is defined exitIntro.call(this, this._targetElement); } else if (code === "ArrowLeft" || code === 37) { //left arrow previousStep.call(this); } else if (code === "ArrowRight" || code === 39) { //right arrow nextStep.call(this); } else if (code === "Enter" || code === "NumpadEnter" || code === 13) { //srcElement === ie var target = e.target || e.srcElement; if (target && target.className.match("introjs-prevbutton")) { //user hit enter while focusing on previous button previousStep.call(this); } else if (target && target.className.match("introjs-skipbutton")) { //user hit enter while focusing on skip button if (this._introItems.length - 1 === this._currentStep && typeof this._introCompleteCallback === "function") { this._introCompleteCallback.call(this, this._currentStep, "skip"); } exitIntro.call(this, this._targetElement); } else if (target && target.getAttribute("data-stepnumber")) { // user hit enter while focusing on step bullet target.click(); } else { //default behavior for responding to enter nextStep.call(this); } //prevent default behaviour on hitting Enter, to prevent steps being skipped in some browsers if (e.preventDefault) { e.preventDefault(); } else { e.returnValue = false; } } } /* * makes a copy of the object * @api private * @method _cloneObject */ function cloneObject(object) { if (object === null || _typeof(object) !== "object" || typeof object.nodeType !== "undefined") { return object; } var temp = {}; for (var key in object) { if (typeof window.jQuery !== "undefined" && object[key] instanceof window.jQuery) { temp[key] = object[key]; } else { temp[key] = cloneObject(object[key]); } } return temp; } function debounce(func, timeout) { var _this = this; var timer; return function () { for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } clearTimeout(timer); timer = setTimeout(function () { func.apply(_this, args); }, timeout); }; } /** * Get a queryselector within the hint wrapper * * @param {String} selector * @return {NodeList|Array} */ function hintQuerySelectorAll(selector) { var hintsWrapper = document.querySelector(".introjs-hints"); return hintsWrapper ? hintsWrapper.querySelectorAll(selector) : []; } /** * Hide a hint * * @api private * @method hideHint */ function hideHint(stepId) { var hint = hintQuerySelectorAll(".introjs-hint[data-step=\"".concat(stepId, "\"]"))[0]; removeHintTooltip.call(this); if (hint) { addClass(hint, "introjs-hidehint"); } // call the callback function (if any) if (typeof this._hintCloseCallback !== "undefined") { this._hintCloseCallback.call(this, stepId); } } /** * Hide all hints * * @api private * @method hideHints */ function hideHints() { var _this = this; var hints = hintQuerySelectorAll(".introjs-hint"); forEach(hints, function (hint) { hideHint.call(_this, hint.getAttribute("data-step")); }); } /** * Show all hints * * @api private * @method _showHints */ function showHints() { var _this2 = this; var hints = hintQuerySelectorAll(".introjs-hint"); if (hints && hints.length) { forEach(hints, function (hint) { showHint.call(_this2, hint.getAttribute("data-step")); }); } else { populateHints.call(this, this._targetElement); } } /** * Show a hint * * @api private * @method showHint */ function showHint(stepId) { var hint = hintQuerySelectorAll(".introjs-hint[data-step=\"".concat(stepId, "\"]"))[0]; if (hint) { removeClass(hint, /introjs-hidehint/g); } } /** * Removes all hint elements on the page * Useful when you want to destroy the elements and add them again (e.g. a modal or popup) * * @api private * @method removeHints */ function removeHints() { var _this3 = this; var hints = hintQuerySelectorAll(".introjs-hint"); forEach(hints, function (hint) { removeHint.call(_this3, hint.getAttribute("data-step")); }); DOMEvent.off(document, "click", removeHintTooltip, this, false); DOMEvent.off(window, "resize", reAlignHints, this, true); if (this._hintsAutoRefreshFunction) DOMEvent.off(window, "scroll", this._hintsAutoRefreshFunction, this, true); } /** * Remove one single hint element from the page * Useful when you want to destroy the element and add them again (e.g. a modal or popup) * Use removeHints if you want to remove all elements. * * @api private * @method removeHint */ function removeHint(stepId) { var hint = hintQuerySelectorAll(".introjs-hint[data-step=\"".concat(stepId, "\"]"))[0]; if (hint) { hint.parentNode.removeChild(hint); } } /** * Add all available hints to the page * * @api private * @method addHints */ function addHints() { var _this4 = this; var self = this; var hintsWrapper = document.querySelector(".introjs-hints"); if (hintsWrapper === null) { hintsWrapper = _createElement("div", { className: "introjs-hints" }); } /** * Returns an event handler unique to the hint iteration * * @param {Integer} i * @return {Function} */ var getHintClick = function getHintClick(i) { return function (e) { var evt = e ? e : window.event; if (evt.stopPropagation) { evt.stopPropagation(); } if (evt.cancelBubble !== null) { evt.cancelBubble = true; } showHintDialog.call(self, i); }; }; forEach(this._introItems, function (item, i) { // avoid append a hint twice if (document.querySelector(".introjs-hint[data-step=\"".concat(i, "\"]"))) { return; } var hint = _createElement("a", { className: "introjs-hint" }); setAnchorAsButton(hint); hint.onclick = getHintClick(i); if (!item.hintAnimation) { addClass(hint, "introjs-hint-no-anim"); } // hint's position should be fixed if the target element's position is fixed if (isFixed(item.element)) { addClass(hint, "introjs-fixedhint"); } var hintDot = _createElement("div", { className: "introjs-hint-dot" }); var hintPulse = _createElement("div", { className: "introjs-hint-pulse" }); hint.appendChild(hintDot); hint.appendChild(hintPulse); hint.setAttribute("data-step", i); // we swap the hint element with target element // because _setHelperLayerPosition uses `element` property item.targetElement = item.element; item.element = hint; // align the hint position alignHintPosition.call(_this4, item.hintPosition, hint, item.targetElement); hintsWrapper.appendChild(hint); }); // adding the hints wrapper document.body.appendChild(hintsWrapper); // call the callback function (if any) if (typeof this._hintsAddedCallback !== "undefined") { this._hintsAddedCallback.call(this); } if (this._options.hintAutoRefreshInterval >= 0) { this._hintsAutoRefreshFunction = debounce(function () { return reAlignHints.call(_this4); }, this._options.hintAutoRefreshInterval); DOMEvent.on(window, "scroll", this._hintsAutoRefreshFunction, this, true); } } /** * Aligns hint position * * @api private * @method alignHintPosition * @param {String} position * @param {Object} hint * @param {Object} element */ function alignHintPosition(position, _ref, element) { var style = _ref.style; // get/calculate offset of target element var offset = getOffset.call(this, element); var iconWidth = 20; var iconHeight = 20; // align the hint element switch (position) { default: case "top-left": style.left = "".concat(offset.left, "px"); style.top = "".concat(offset.top, "px"); break; case "top-right": style.left = "".concat(offset.left + offset.width - iconWidth, "px"); style.top = "".concat(offset.top, "px"); break; case "bottom-left": style.left = "".concat(offset.left, "px"); style.top = "".concat(offset.top + offset.height - iconHeight, "px"); break; case "bottom-right": style.left = "".concat(offset.left + offset.width - iconWidth, "px"); style.top = "".concat(offset.top + offset.height - iconHeight, "px"); break; case "middle-left": style.left = "".concat(offset.left, "px"); style.top = "".concat(offset.top + (offset.height - iconHeight) / 2, "px"); break; case "middle-right": style.left = "".concat(offset.left + offset.width - iconWidth, "px"); style.top = "".concat(offset.top + (offset.height - iconHeight) / 2, "px"); break; case "middle-middle": style.left = "".concat(offset.left + (offset.width - iconWidth) / 2, "px"); style.top = "".concat(offset.top + (offset.height - iconHeight) / 2, "px"); break; case "bottom-middle": style.left = "".concat(offset.left + (offset.width - iconWidth) / 2, "px"); style.top = "".concat(offset.top + offset.height - iconHeight, "px"); break; case "top-middle": style.left = "".concat(offset.left + (offset.width - iconWidth) / 2, "px"); style.top = "".concat(offset.top, "px"); break; } } /** * Triggers when user clicks on the hint element * * @api private * @method _showHintDialog * @param {Number} stepId */ function showHintDialog(stepId) { var hintElement = document.querySelector(".introjs-hint[data-step=\"".concat(stepId, "\"]")); var item = this._introItems[stepId]; // call the callback function (if any) if (typeof this._hintClickCallback !== "undefined") { this._hintClickCallback.call(this, hintElement, item, stepId); } // remove all open tooltips var removedStep = removeHintTooltip.call(this); // to toggle the tooltip if (parseInt(removedStep, 10) === stepId) { return; } var tooltipLayer = _createElement("div", { className: "introjs-tooltip" }); var tooltipTextLayer = _createElement("div"); var arrowLayer = _createElement("div"); var referenceLayer = _createElement("div"); tooltipLayer.onclick = function (e) { //IE9 & Other Browsers if (e.stopPropagation) { e.stopPropagation(); } //IE8 and Lower else { e.cancelBubble = true; } }; tooltipTextLayer.className = "introjs-tooltiptext"; var tooltipWrapper = _createElement("p"); tooltipWrapper.innerHTML = item.hint; tooltipTextLayer.appendChild(tooltipWrapper); if (this._options.hintShowButton) { var closeButton = _createElement("a"); closeButton.className = this._options.buttonClass; closeButton.setAttribute("role", "button"); closeButton.innerHTML = this._options.hintButtonLabel; closeButton.onclick = hideHint.bind(this, stepId); tooltipTextLayer.appendChild(closeButton); } arrowLayer.className = "introjs-arrow"; tooltipLayer.appendChild(arrowLayer); tooltipLayer.appendChild(tooltipTextLayer); // set current step for _placeTooltip function this._currentStep = hintElement.getAttribute("data-step"); // align reference layer position referenceLayer.className = "introjs-tooltipReferenceLayer introjs-hintReference"; referenceLayer.setAttribute("data-step", hintElement.getAttribute("data-step")); setHelperLayerPosition.call(this, referenceLayer); referenceLayer.appendChild(tooltipLayer); document.body.appendChild(referenceLayer); //set proper position placeTooltip.call(this, hintElement, tooltipLayer, arrowLayer, true); } /** * Removes open hint (tooltip hint) * * @api private * @method _removeHintTooltip */ function removeHintTooltip() { var tooltip = document.querySelector(".introjs-hintReference"); if (tooltip) { var step = tooltip.getAttribute("data-step"); tooltip.parentNode.removeChild(tooltip); return step; } } /** * Start parsing hint items * * @api private * @param {Object} targetElm * @method _startHint */ function populateHints(targetElm) { var _this5 = this; this._introItems = []; if (this._options.hints) { forEach(this._options.hints, function (hint) { var currentItem = cloneObject(hint); if (typeof currentItem.element === "string") { //grab the element with given selector from the page currentItem.element = document.querySelector(currentItem.element); } currentItem.hintPosition = currentItem.hintPosition || _this5._options.hintPosition; currentItem.hintAnimation = currentItem.hintAnimation || _this5._options.hintAnimation; if (currentItem.element !== null) { _this5._introItems.push(currentItem); } }); } else { var hints = targetElm.querySelectorAll("*[data-hint]"); if (!hints || !hints.length) { return false; } //first add intro items with data-step forEach(hints, function (currentElement) { // hint animation var hintAnimation = currentElement.getAttribute("data-hintanimation"); if (hintAnimation) { hintAnimation = hintAnimation === "true"; } else { hintAnimation = _this5._options.hintAnimation; } _this5._introItems.push({ element: currentElement, hint: currentElement.getAttribute("data-hint"), hintPosition: currentElement.getAttribute("data-hintposition") || _this5._options.hintPosition, hintAnimation: hintAnimation, tooltipClass: currentElement.getAttribute("data-tooltipclass"), position: currentElement.getAttribute("data-position") || _this5._options.tooltipPosition }); }); } addHints.call(this); DOMEvent.on(document, "click", removeHintTooltip, this, false); DOMEvent.on(window, "resize", reAlignHints, this, true); } /** * Re-aligns all hint elements * * @api private * @method _reAlignHints */ function reAlignHints() { var _this6 = this; forEach(this._introItems, function (_ref2) { var targetElement = _ref2.targetElement, hintPosition = _ref2.hintPosition, element = _ref2.element; if (typeof targetElement === "undefined") { return; } alignHintPosition.call(_this6, hintPosition, element, targetElement); }); } var floor = Math.floor; var mergeSort = function (array, comparefn) { var length = array.length; var middle = floor(length / 2); return length < 8 ? insertionSort(array, comparefn) : merge( array, mergeSort(arraySlice(array, 0, middle), comparefn), mergeSort(arraySlice(array, middle), comparefn), comparefn ); }; var insertionSort = function (array, comparefn) { var length = array.length; var i = 1; var element, j; while (i < length) { j = i; element = array[i]; while (j && comparefn(array[j - 1], element) > 0) { array[j] = array[--j]; } if (j !== i++) array[j] = element; } return array; }; var merge = function (array, left, right, comparefn) { var llength = left.length; var rlength = right.length; var lindex = 0; var rindex = 0; while (lindex < llength || rindex < rlength) { array[lindex + rindex] = (lindex < llength && rindex < rlength) ? comparefn(left[lindex], right[rindex]) <= 0 ? left[lindex++] : right[rindex++] : lindex < llength ? left[lindex++] : right[rindex++]; } return array; }; var arraySort = mergeSort; var firefox = engineUserAgent.match(/firefox\/(\d+)/i); var engineFfVersion = !!firefox && +firefox[1]; var engineIsIeOrEdge = /MSIE|Trident/.test(engineUserAgent); var webkit = engineUserAgent.match(/AppleWebKit\/(\d+)\./); var engineWebkitVersion = !!webkit && +webkit[1]; var test = []; var un$Sort = functionUncurryThis(test.sort); var push = functionUncurryThis(test.push); // IE8- var FAILS_ON_UNDEFINED = fails(function () { test.sort(undefined); }); // V8 bug var FAILS_ON_NULL = fails(function () { test.sort(null); }); // Old WebKit var STRICT_METHOD = arrayMethodIsStrict('sort'); var STABLE_SORT = !fails(function () { // feature detection can be too slow, so check engines versions if (engineV8Version) return engineV8Version < 70; if (engineFfVersion && engineFfVersion > 3) return; if (engineIsIeOrEdge) return true; if (engineWebkitVersion) return engineWebkitVersion < 603; var result = ''; var code, chr, value, index; // generate an array with more 512 elements (Chakra and old V8 fails only in this case) for (code = 65; code < 76; code++) { chr = String.fromCharCode(code); switch (code) { case 66: case 69: case 70: case 72: value = 3; break; case 68: case 71: value = 4; break; default: value = 2; } for (index = 0; index < 47; index++) { test.push({ k: chr + index, v: value }); } } test.sort(function (a, b) { return b.v - a.v; }); for (index = 0; index < test.length; index++) { chr = test[index].k.charAt(0); if (result.charAt(result.length - 1) !== chr) result += chr; } return result !== 'DGBEFHACIJK'; }); var FORCED = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || !STRICT_METHOD || !STABLE_SORT; var getSortCompare = function (comparefn) { return function (x, y) { if (y === undefined) return -1; if (x === undefined) return 1; if (comparefn !== undefined) return +comparefn(x, y) || 0; return toString_1(x) > toString_1(y) ? 1 : -1; }; }; // `Array.prototype.sort` method // https://tc39.es/ecma262/#sec-array.prototype.sort _export({ target: 'Array', proto: true, forced: FORCED }, { sort: function sort(comparefn) { if (comparefn !== undefined) aCallable(comparefn); var array = toObject(this); if (STABLE_SORT) return comparefn === undefined ? un$Sort(array) : un$Sort(array, comparefn); var items = []; var arrayLength = lengthOfArrayLike(array); var itemsLength, index; for (index = 0; index < arrayLength; index++) { if (index in array) push(items, array[index]); } arraySort(items, getSortCompare(comparefn)); itemsLength = items.length; index = 0; while (index < itemsLength) array[index] = items[index++]; while (index < arrayLength) delete array[index++]; return array; } }); /** * Finds all Intro steps from the data-* attributes and the options.steps array * * @api private * @param targetElm * @returns {[]} */ function fetchIntroSteps(targetElm) { var _this = this; var allIntroSteps = targetElm.querySelectorAll("*[data-intro]"); var introItems = []; if (this._options.steps) { //use steps passed programmatically forEach(this._options.steps, function (step) { var currentItem = cloneObject(step); //set the step currentItem.step = introItems.length + 1; currentItem.title = currentItem.title || ""; //use querySelector function only when developer used CSS selector if (typeof currentItem.element === "string") { //grab the element with given selector from the page currentItem.element = document.querySelector(currentItem.element); } //intro without element if (typeof currentItem.element === "undefined" || currentItem.element === null) { var floatingElementQuery = document.querySelector(".introjsFloatingElement"); if (floatingElementQuery === null) { floatingElementQuery = _createElement("div", { className: "introjsFloatingElement" }); document.body.appendChild(floatingElementQuery); } currentItem.element = floatingElementQuery; currentItem.position = "floating"; } currentItem.position = currentItem.position || _this._options.tooltipPosition; currentItem.scrollTo = currentItem.scrollTo || _this._options.scrollTo; if (typeof currentItem.disableInteraction === "undefined") { currentItem.disableInteraction = _this._options.disableInteraction; } if (currentItem.element !== null) { introItems.push(currentItem); } }); } else { //use steps from data-* annotations var elmsLength = allIntroSteps.length; var disableInteraction; //if there's no element to intro if (elmsLength < 1) { return []; } forEach(allIntroSteps, function (currentElement) { // start intro for groups of elements if (_this._options.group && currentElement.getAttribute("data-intro-group") !== _this._options.group) { return; } // skip hidden elements if (currentElement.style.display === "none") { return; } var step = parseInt(currentElement.getAttribute("data-step"), 10); if (currentElement.hasAttribute("data-disable-interaction")) { disableInteraction = !!currentElement.getAttribute("data-disable-interaction"); } else { disableInteraction = _this._options.disableInteraction; } if (step > 0) { introItems[step - 1] = { element: currentElement, title: currentElement.getAttribute("data-title") || "", intro: currentElement.getAttribute("data-intro"), step: parseInt(currentElement.getAttribute("data-step"), 10), tooltipClass: currentElement.getAttribute("data-tooltipclass"), highlightClass: currentElement.getAttribute("data-highlightclass"), position: currentElement.getAttribute("data-position") || _this._options.tooltipPosition, scrollTo: currentElement.getAttribute("data-scrollto") || _this._options.scrollTo, disableInteraction: disableInteraction }; } }); //next add intro items without data-step //todo: we need a cleanup here, two loops are redundant var nextStep = 0; forEach(allIntroSteps, function (currentElement) { // start intro for groups of elements if (_this._options.group && currentElement.getAttribute("data-intro-group") !== _this._options.group) { return; } if (currentElement.getAttribute("data-step") === null) { while (true) { if (typeof introItems[nextStep] === "undefined") { break; } else { nextStep++; } } if (currentElement.hasAttribute("data-disable-interaction")) { disableInteraction = !!currentElement.getAttribute("data-disable-interaction"); } else { disableInteraction = _this._options.disableInteraction; } introItems[nextStep] = { element: currentElement, title: currentElement.getAttribute("data-title") || "", intro: currentElement.getAttribute("data-intro"), step: nextStep + 1, tooltipClass: currentElement.getAttribute("data-tooltipclass"), highlightClass: currentElement.getAttribute("data-highlightclass"), position: currentElement.getAttribute("data-position") || _this._options.tooltipPosition, scrollTo: currentElement.getAttribute("data-scrollto") || _this._options.scrollTo, disableInteraction: disableInteraction }; } }); } //removing undefined/null elements var tempIntroItems = []; for (var z = 0; z < introItems.length; z++) { if (introItems[z]) { // copy non-falsy values to the end of the array tempIntroItems.push(introItems[z]); } } introItems = tempIntroItems; //Ok, sort all items with given steps introItems.sort(function (a, b) { return a.step - b.step; }); return introItems; } /** * Update placement of the intro objects on the screen * @api private * @param {boolean} refreshSteps to refresh the intro steps as well */ function refresh(refreshSteps) { var referenceLayer = document.querySelector(".introjs-tooltipReferenceLayer"); var helperLayer = document.querySelector(".introjs-helperLayer"); var disableInteractionLayer = document.querySelector(".introjs-disableInteraction"); // re-align intros setHelperLayerPosition.call(this, helperLayer); setHelperLayerPosition.call(this, referenceLayer); setHelperLayerPosition.call(this, disableInteractionLayer); if (refreshSteps) { this._introItems = fetchIntroSteps.call(this, this._targetElement); _recreateBullets.call(this, referenceLayer, this._introItems[this._currentStep]); _updateProgressBar.call(this, referenceLayer); } // re-align tooltip if (this._currentStep !== undefined && this._currentStep !== null) { var oldArrowLayer = document.querySelector(".introjs-arrow"); var oldtooltipContainer = document.querySelector(".introjs-tooltip"); if (oldtooltipContainer && oldArrowLayer) { placeTooltip.call(this, this._introItems[this._currentStep].element, oldtooltipContainer, oldArrowLayer); } } //re-align hints reAlignHints.call(this); return this; } function onResize() { refresh.call(this); } /** * Removes `element` from `parentElement` * * @param {Element} element * @param {Boolean} [animate=false] */ function removeChild(element, animate) { if (!element || !element.parentElement) return; var parentElement = element.parentElement; if (animate) { setStyle(element, { opacity: "0" }); window.setTimeout(function () { try { // removeChild(..) throws an exception if the child has already been removed (https://developer.mozilla.org/en-US/docs/Web/API/Node/removeChild) // this try-catch is added to make sure this function doesn't throw an exception if the child has been removed // this scenario can happen when start()/exit() is called multiple times and the helperLayer is removed by the // previous exit() call (note: this is a timeout) parentElement.removeChild(element); } catch (e) {} }, 500); } else { parentElement.removeChild(element); } } /** * Exit from intro * * @api private * @method _exitIntro * @param {Object} targetElement * @param {Boolean} force - Setting to `true` will skip the result of beforeExit callback */ function exitIntro(targetElement, force) { var continueExit = true; // calling onbeforeexit callback // // If this callback return `false`, it would halt the process if (this._introBeforeExitCallback !== undefined) { continueExit = this._introBeforeExitCallback.call(this); } // skip this check if `force` parameter is `true` // otherwise, if `onbeforeexit` returned `false`, don't exit the intro if (!force && continueExit === false) return; // remove overlay layers from the page var overlayLayers = targetElement.querySelectorAll(".introjs-overlay"); if (overlayLayers && overlayLayers.length) { forEach(overlayLayers, function (overlayLayer) { return removeChild(overlayLayer); }); } //remove all helper layers var helperLayer = targetElement.querySelector(".introjs-helperLayer"); removeChild(helperLayer, true); var referenceLayer = targetElement.querySelector(".introjs-tooltipReferenceLayer"); removeChild(referenceLayer); //remove disableInteractionLayer var disableInteractionLayer = targetElement.querySelector(".introjs-disableInteraction"); removeChild(disableInteractionLayer); //remove intro floating element var floatingElement = document.querySelector(".introjsFloatingElement"); removeChild(floatingElement); removeShowElement(); //clean listeners DOMEvent.off(window, "keydown", onKeyDown, this, true); DOMEvent.off(window, "resize", onResize, this, true); //check if any callback is defined if (this._introExitCallback !== undefined) { this._introExitCallback.call(this); } //set the step to zero this._currentStep = undefined; } /** * Add overlay layer to the page * * @api private * @method _addOverlayLayer * @param {Object} targetElm */ function addOverlayLayer(targetElm) { var _this = this; var overlayLayer = _createElement("div", { className: "introjs-overlay" }); setStyle(overlayLayer, { top: 0, bottom: 0, left: 0, right: 0, position: "fixed" }); targetElm.appendChild(overlayLayer); if (this._options.exitOnOverlayClick === true) { setStyle(overlayLayer, { cursor: "pointer" }); overlayLayer.onclick = function () { exitIntro.call(_this, targetElm); }; } return true; } /** * Initiate a new introduction/guide from an element in the page * * @api private * @method introForElement * @param {Object} targetElm * @returns {Boolean} Success or not? */ function introForElement(targetElm) { if (this._introStartCallback !== undefined) { this._introStartCallback.call(this, targetElm); } //set it to the introJs object var steps = fetchIntroSteps.call(this, targetElm); if (steps.length === 0) { return false; } this._introItems = steps; //add overlay layer to the page if (addOverlayLayer.call(this, targetElm)) { //then, start the show nextStep.call(this); if (this._options.keyboardNavigation) { DOMEvent.on(window, "keydown", onKeyDown, this, true); } //for window resize DOMEvent.on(window, "resize", onResize, this, true); } return false; } var version = "4.3.0"; /** * IntroJs main class * * @class IntroJs */ function IntroJs(obj) { this._targetElement = obj; this._introItems = []; this._options = { /* Next button label in tooltip box */ nextLabel: "Next", /* Previous button label in tooltip box */ prevLabel: "Back", /* Skip button label in tooltip box */ skipLabel: "×", /* Done button label in tooltip box */ doneLabel: "Done", /* Hide previous button in the first step? Otherwise, it will be disabled button. */ hidePrev: false, /* Hide next button in the last step? Otherwise, it will be disabled button (note: this will also hide the "Done" button) */ hideNext: false, /* Change the Next button to Done in the last step of the intro? otherwise, it will render a disabled button */ nextToDone: true, /* Default tooltip box position */ tooltipPosition: "bottom", /* Next CSS class for tooltip boxes */ tooltipClass: "", /* Start intro for a group of elements */ group: "", /* CSS class that is added to the helperLayer */ highlightClass: "", /* Close introduction when pressing Escape button? */ exitOnEsc: true, /* Close introduction when clicking on overlay layer? */ exitOnOverlayClick: true, /* Show step numbers in introduction? */ showStepNumbers: false, /* Let user use keyboard to navigate the tour? */ keyboardNavigation: true, /* Show tour control buttons? */ showButtons: true, /* Show tour bullets? */ showBullets: true, /* Show tour progress? */ showProgress: false, /* Scroll to highlighted element? */ scrollToElement: true, /* * Should we scroll the tooltip or target element? * * Options are: 'element' or 'tooltip' */ scrollTo: "element", /* Padding to add after scrolling when element is not in the viewport (in pixels) */ scrollPadding: 30, /* Set the overlay opacity */ overlayOpacity: 0.5, /* To determine the tooltip position automatically based on the window.width/height */ autoPosition: true, /* Precedence of positions, when auto is enabled */ positionPrecedence: ["bottom", "top", "right", "left"], /* Disable an interaction with element? */ disableInteraction: false, /* Set how much padding to be used around helper element */ helperElementPadding: 10, /* Default hint position */ hintPosition: "top-middle", /* Hint button label */ hintButtonLabel: "Got it", /* Display the "Got it" button? */ hintShowButton: true, /* Hints auto-refresh interval in ms (set to -1 to disable) */ hintAutoRefreshInterval: 10, /* Adding animation to hints? */ hintAnimation: true, /* additional classes to put on the buttons */ buttonClass: "introjs-button", /* additional classes to put on progress bar */ progressBarAdditionalClass: false }; } var introJs = function introJs(targetElm) { var instance; if (_typeof(targetElm) === "object") { //Ok, create a new instance instance = new IntroJs(targetElm); } else if (typeof targetElm === "string") { //select the target element with query selector var targetElement = document.querySelector(targetElm); if (targetElement) { instance = new IntroJs(targetElement); } else { throw new Error("There is no element with given selector."); } } else { instance = new IntroJs(document.body); } // add instance to list of _instances // passing group to stamp to increment // from 0 onward somewhat reliably introJs.instances[stamp(instance, "introjs-instance")] = instance; return instance; }; /** * Current IntroJs version * * @property version * @type String */ introJs.version = version; /** * key-val object helper for introJs instances * * @property instances * @type Object */ introJs.instances = {}; //Prototype introJs.fn = IntroJs.prototype = { clone: function clone() { return new IntroJs(this); }, setOption: function setOption(option, value) { this._options[option] = value; return this; }, setOptions: function setOptions(options) { this._options = mergeOptions(this._options, options); return this; }, start: function start() { introForElement.call(this, this._targetElement); return this; }, goToStep: function goToStep$1(step) { goToStep.call(this, step); return this; }, addStep: function addStep(options) { if (!this._options.steps) { this._options.steps = []; } this._options.steps.push(options); return this; }, addSteps: function addSteps(steps) { if (!steps.length) return; for (var index = 0; index < steps.length; index++) { this.addStep(steps[index]); } return this; }, goToStepNumber: function goToStepNumber$1(step) { goToStepNumber.call(this, step); return this; }, nextStep: function nextStep$1() { nextStep.call(this); return this; }, previousStep: function previousStep$1() { previousStep.call(this); return this; }, currentStep: function currentStep$1() { return currentStep.call(this); }, exit: function exit(force) { exitIntro.call(this, this._targetElement, force); return this; }, refresh: function refresh$1(refreshSteps) { refresh.call(this, refreshSteps); return this; }, onbeforechange: function onbeforechange(providedCallback) { if (typeof providedCallback === "function") { this._introBeforeChangeCallback = providedCallback; } else { throw new Error("Provided callback for onbeforechange was not a function"); } return this; }, onchange: function onchange(providedCallback) { if (typeof providedCallback === "function") { this._introChangeCallback = providedCallback; } else { throw new Error("Provided callback for onchange was not a function."); } return this; }, onafterchange: function onafterchange(providedCallback) { if (typeof providedCallback === "function") { this._introAfterChangeCallback = providedCallback; } else { throw new Error("Provided callback for onafterchange was not a function"); } return this; }, oncomplete: function oncomplete(providedCallback) { if (typeof providedCallback === "function") { this._introCompleteCallback = providedCallback; } else { throw new Error("Provided callback for oncomplete was not a function."); } return this; }, onhintsadded: function onhintsadded(providedCallback) { if (typeof providedCallback === "function") { this._hintsAddedCallback = providedCallback; } else { throw new Error("Provided callback for onhintsadded was not a function."); } return this; }, onhintclick: function onhintclick(providedCallback) { if (typeof providedCallback === "function") { this._hintClickCallback = providedCallback; } else { throw new Error("Provided callback for onhintclick was not a function."); } return this; }, onhintclose: function onhintclose(providedCallback) { if (typeof providedCallback === "function") { this._hintCloseCallback = providedCallback; } else { throw new Error("Provided callback for onhintclose was not a function."); } return this; }, onstart: function onstart(providedCallback) { if (typeof providedCallback === "function") { this._introStartCallback = providedCallback; } else { throw new Error("Provided callback for onstart was not a function."); } return this; }, onexit: function onexit(providedCallback) { if (typeof providedCallback === "function") { this._introExitCallback = providedCallback; } else { throw new Error("Provided callback for onexit was not a function."); } return this; }, onskip: function onskip(providedCallback) { if (typeof providedCallback === "function") { this._introSkipCallback = providedCallback; } else { throw new Error("Provided callback for onskip was not a function."); } return this; }, onbeforeexit: function onbeforeexit(providedCallback) { if (typeof providedCallback === "function") { this._introBeforeExitCallback = providedCallback; } else { throw new Error("Provided callback for onbeforeexit was not a function."); } return this; }, addHints: function addHints() { populateHints.call(this, this._targetElement); return this; }, hideHint: function hideHint$1(stepId) { hideHint.call(this, stepId); return this; }, hideHints: function hideHints$1() { hideHints.call(this); return this; }, showHint: function showHint$1(stepId) { showHint.call(this, stepId); return this; }, showHints: function showHints$1() { showHints.call(this); return this; }, removeHints: function removeHints$1() { removeHints.call(this); return this; }, removeHint: function removeHint$1(stepId) { removeHint().call(this, stepId); return this; }, showHintDialog: function showHintDialog$1(stepId) { showHintDialog.call(this, stepId); return this; } }; return introJs; })); /***/ }), /***/ 17253: /***/ (function(module) { /*! @license https://github.com/onury/invert-color */ !function(r,n){ true?module.exports=n():0}(this,function(){"use strict";var t=Math.sqrt(1.05*.05)-.05,n=/^(?:[0-9a-f]{3}){1,2}$/i,i={black:"#000000",white:"#ffffff",threshold:t};function o(r){if("#"===r.slice(0,1)&&(r=r.slice(1)),!n.test(r))throw new Error('Invalid HEX color: "'+r+'"');return 3===r.length&&(r=r[0]+r[0]+r[1]+r[1]+r[2]+r[2]),[parseInt(r.slice(0,2),16),parseInt(r.slice(2,4),16),parseInt(r.slice(4,6),16)]}function f(r){if(!r)throw new Error("Invalid color value");return Array.isArray(r)?r:"string"==typeof r?o(r):[r.r,r.g,r.b]}function u(r,n,t){var e=!0===n?i:Object.assign({},i,n);return function(r){var n,t,e=[];for(n=0;n<r.length;n++)t=r[n]/255,e[n]=t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4);return.2126*e[0]+.7152*e[1]+.0722*e[2]}(r)>e.threshold?t?o(e.black):e.black:t?o(e.white):e.white}function r(r,n){return void 0===n&&(n=!1),r=f(r),n?u(r,n):"#"+r.map(function(r){return n=(255-r).toString(16),void 0===t&&(t=2),(new Array(t).join("0")+n).slice(-t);var n,t}).join("")}return function(r){function n(r,n){r=f(r);var t,e=n?u(r,n,!0):r.map(function(r){return 255-r});return{r:(t=e)[0],g:t[1],b:t[2]}}r.asRGB=n,r.asRgbArray=function(r,n){return r=f(r),n?u(r,n,!0):r.map(function(r){return 255-r})},r.defaultThreshold=t,r.asRgbObject=n}(r||(r={})),r}); /***/ }), /***/ 33827: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* unused harmony export isBrowser */ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; var isBrowser = (typeof window === "undefined" ? "undefined" : _typeof(window)) === "object" && (typeof document === "undefined" ? "undefined" : _typeof(document)) === 'object' && document.nodeType === 9; /* harmony default export */ __webpack_exports__["Z"] = (isBrowser); /***/ }), /***/ 54013: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "RB": function() { return /* binding */ RuleList; }, /* harmony export */ "Ue": function() { return /* binding */ create; }, /* harmony export */ "JH": function() { return /* binding */ createRule; }, /* harmony export */ "_$": function() { return /* binding */ getDynamicStyles; }, /* harmony export */ "HZ": function() { return /* binding */ hasCSSTOMSupport; }, /* harmony export */ "EK": function() { return /* binding */ toCssValue; } /* harmony export */ }); /* unused harmony exports SheetsManager, SheetsRegistry, createGenerateId, sheets */ /* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(22122); /* harmony import */ var is_in_browser__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(33827); /* harmony import */ var _babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(5991); /* harmony import */ var _babel_runtime_helpers_esm_inheritsLoose__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(41788); /* harmony import */ var _babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(63349); /* harmony import */ var _babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(19756); var plainObjectConstrurctor = {}.constructor; function cloneStyle(style) { if (style == null || typeof style !== 'object') return style; if (Array.isArray(style)) return style.map(cloneStyle); if (style.constructor !== plainObjectConstrurctor) return style; var newStyle = {}; for (var name in style) { newStyle[name] = cloneStyle(style[name]); } return newStyle; } /** * Create a rule instance. */ function createRule(name, decl, options) { if (name === void 0) { name = 'unnamed'; } var jss = options.jss; var declCopy = cloneStyle(decl); var rule = jss.plugins.onCreateRule(name, declCopy, options); if (rule) return rule; // It is an at-rule and it has no instance. if (name[0] === '@') { false ? 0 : void 0; } return null; } var join = function join(value, by) { var result = ''; for (var i = 0; i < value.length; i++) { // Remove !important from the value, it will be readded later. if (value[i] === '!important') break; if (result) result += by; result += value[i]; } return result; }; /** * Converts array values to string. * * `margin: [['5px', '10px']]` > `margin: 5px 10px;` * `border: ['1px', '2px']` > `border: 1px, 2px;` * `margin: [['5px', '10px'], '!important']` > `margin: 5px 10px !important;` * `color: ['red', !important]` > `color: red !important;` */ var toCssValue = function toCssValue(value, ignoreImportant) { if (ignoreImportant === void 0) { ignoreImportant = false; } if (!Array.isArray(value)) return value; var cssValue = ''; // Support space separated values via `[['5px', '10px']]`. if (Array.isArray(value[0])) { for (var i = 0; i < value.length; i++) { if (value[i] === '!important') break; if (cssValue) cssValue += ', '; cssValue += join(value[i], ' '); } } else cssValue = join(value, ', '); // Add !important, because it was ignored. if (!ignoreImportant && value[value.length - 1] === '!important') { cssValue += ' !important'; } return cssValue; }; /** * Indent a string. * http://jsperf.com/array-join-vs-for */ function indentStr(str, indent) { var result = ''; for (var index = 0; index < indent; index++) { result += ' '; } return result + str; } /** * Converts a Rule to CSS string. */ function toCss(selector, style, options) { if (options === void 0) { options = {}; } var result = ''; if (!style) return result; var _options = options, _options$indent = _options.indent, indent = _options$indent === void 0 ? 0 : _options$indent; var fallbacks = style.fallbacks; if (selector) indent++; // Apply fallbacks first. if (fallbacks) { // Array syntax {fallbacks: [{prop: value}]} if (Array.isArray(fallbacks)) { for (var index = 0; index < fallbacks.length; index++) { var fallback = fallbacks[index]; for (var prop in fallback) { var value = fallback[prop]; if (value != null) { if (result) result += '\n'; result += "" + indentStr(prop + ": " + toCssValue(value) + ";", indent); } } } } else { // Object syntax {fallbacks: {prop: value}} for (var _prop in fallbacks) { var _value = fallbacks[_prop]; if (_value != null) { if (result) result += '\n'; result += "" + indentStr(_prop + ": " + toCssValue(_value) + ";", indent); } } } } for (var _prop2 in style) { var _value2 = style[_prop2]; if (_value2 != null && _prop2 !== 'fallbacks') { if (result) result += '\n'; result += "" + indentStr(_prop2 + ": " + toCssValue(_value2) + ";", indent); } } // Allow empty style in this case, because properties will be added dynamically. if (!result && !options.allowEmpty) return result; // When rule is being stringified before selector was defined. if (!selector) return result; indent--; if (result) result = "\n" + result + "\n"; return indentStr(selector + " {" + result, indent) + indentStr('}', indent); } var escapeRegex = /([[\].#*$><+~=|^:(),"'`\s])/g; var nativeEscape = typeof CSS !== 'undefined' && CSS.escape; var escape = (function (str) { return nativeEscape ? nativeEscape(str) : str.replace(escapeRegex, '\\$1'); }); var BaseStyleRule = /*#__PURE__*/ function () { function BaseStyleRule(key, style, options) { this.type = 'style'; this.key = void 0; this.isProcessed = false; this.style = void 0; this.renderer = void 0; this.renderable = void 0; this.options = void 0; var sheet = options.sheet, Renderer = options.Renderer; this.key = key; this.options = options; this.style = style; if (sheet) this.renderer = sheet.renderer;else if (Renderer) this.renderer = new Renderer(); } /** * Get or set a style property. */ var _proto = BaseStyleRule.prototype; _proto.prop = function prop(name, value, options) { // It's a getter. if (value === undefined) return this.style[name]; // Don't do anything if the value has not changed. var force = options ? options.force : false; if (!force && this.style[name] === value) return this; var newValue = value; if (!options || options.process !== false) { newValue = this.options.jss.plugins.onChangeValue(value, name, this); } var isEmpty = newValue == null || newValue === false; var isDefined = name in this.style; // Value is empty and wasn't defined before. if (isEmpty && !isDefined && !force) return this; // We are going to remove this value. var remove = isEmpty && isDefined; if (remove) delete this.style[name];else this.style[name] = newValue; // Renderable is defined if StyleSheet option `link` is true. if (this.renderable && this.renderer) { if (remove) this.renderer.removeProperty(this.renderable, name);else this.renderer.setProperty(this.renderable, name, newValue); return this; } var sheet = this.options.sheet; if (sheet && sheet.attached) { false ? 0 : void 0; } return this; }; return BaseStyleRule; }(); var StyleRule = /*#__PURE__*/ function (_BaseStyleRule) { (0,_babel_runtime_helpers_esm_inheritsLoose__WEBPACK_IMPORTED_MODULE_1__/* .default */ .Z)(StyleRule, _BaseStyleRule); function StyleRule(key, style, options) { var _this; _this = _BaseStyleRule.call(this, key, style, options) || this; _this.selectorText = void 0; _this.id = void 0; _this.renderable = void 0; var selector = options.selector, scoped = options.scoped, sheet = options.sheet, generateId = options.generateId; if (selector) { _this.selectorText = selector; } else if (scoped !== false) { _this.id = generateId((0,_babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2__/* .default */ .Z)((0,_babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2__/* .default */ .Z)(_this)), sheet); _this.selectorText = "." + escape(_this.id); } return _this; } /** * Set selector string. * Attention: use this with caution. Most browsers didn't implement * selectorText setter, so this may result in rerendering of entire Style Sheet. */ var _proto2 = StyleRule.prototype; /** * Apply rule to an element inline. */ _proto2.applyTo = function applyTo(renderable) { var renderer = this.renderer; if (renderer) { var json = this.toJSON(); for (var prop in json) { renderer.setProperty(renderable, prop, json[prop]); } } return this; } /** * Returns JSON representation of the rule. * Fallbacks are not supported. * Useful for inline styles. */ ; _proto2.toJSON = function toJSON() { var json = {}; for (var prop in this.style) { var value = this.style[prop]; if (typeof value !== 'object') json[prop] = value;else if (Array.isArray(value)) json[prop] = toCssValue(value); } return json; } /** * Generates a CSS string. */ ; _proto2.toString = function toString(options) { var sheet = this.options.sheet; var link = sheet ? sheet.options.link : false; var opts = link ? (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)({}, options, { allowEmpty: true }) : options; return toCss(this.selectorText, this.style, opts); }; (0,_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_4__/* .default */ .Z)(StyleRule, [{ key: "selector", set: function set(selector) { if (selector === this.selectorText) return; this.selectorText = selector; var renderer = this.renderer, renderable = this.renderable; if (!renderable || !renderer) return; var hasChanged = renderer.setSelector(renderable, selector); // If selector setter is not implemented, rerender the rule. if (!hasChanged) { renderer.replaceRule(renderable, this); } } /** * Get selector string. */ , get: function get() { return this.selectorText; } }]); return StyleRule; }(BaseStyleRule); var pluginStyleRule = { onCreateRule: function onCreateRule(name, style, options) { if (name[0] === '@' || options.parent && options.parent.type === 'keyframes') { return null; } return new StyleRule(name, style, options); } }; var defaultToStringOptions = { indent: 1, children: true }; var atRegExp = /@([\w-]+)/; /** * Conditional rule for @media, @supports */ var ConditionalRule = /*#__PURE__*/ function () { function ConditionalRule(key, styles, options) { this.type = 'conditional'; this.at = void 0; this.key = void 0; this.query = void 0; this.rules = void 0; this.options = void 0; this.isProcessed = false; this.renderable = void 0; this.key = key; var atMatch = key.match(atRegExp); this.at = atMatch ? atMatch[1] : 'unknown'; // Key might contain a unique suffix in case the `name` passed by user was duplicate. this.query = options.name || "@" + this.at; this.options = options; this.rules = new RuleList((0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)({}, options, { parent: this })); for (var name in styles) { this.rules.add(name, styles[name]); } this.rules.process(); } /** * Get a rule. */ var _proto = ConditionalRule.prototype; _proto.getRule = function getRule(name) { return this.rules.get(name); } /** * Get index of a rule. */ ; _proto.indexOf = function indexOf(rule) { return this.rules.indexOf(rule); } /** * Create and register rule, run plugins. */ ; _proto.addRule = function addRule(name, style, options) { var rule = this.rules.add(name, style, options); if (!rule) return null; this.options.jss.plugins.onProcessRule(rule); return rule; } /** * Generates a CSS string. */ ; _proto.toString = function toString(options) { if (options === void 0) { options = defaultToStringOptions; } if (options.indent == null) options.indent = defaultToStringOptions.indent; if (options.children == null) options.children = defaultToStringOptions.children; if (options.children === false) { return this.query + " {}"; } var children = this.rules.toString(options); return children ? this.query + " {\n" + children + "\n}" : ''; }; return ConditionalRule; }(); var keyRegExp = /@media|@supports\s+/; var pluginConditionalRule = { onCreateRule: function onCreateRule(key, styles, options) { return keyRegExp.test(key) ? new ConditionalRule(key, styles, options) : null; } }; var defaultToStringOptions$1 = { indent: 1, children: true }; var nameRegExp = /@keyframes\s+([\w-]+)/; /** * Rule for @keyframes */ var KeyframesRule = /*#__PURE__*/ function () { function KeyframesRule(key, frames, options) { this.type = 'keyframes'; this.at = '@keyframes'; this.key = void 0; this.name = void 0; this.id = void 0; this.rules = void 0; this.options = void 0; this.isProcessed = false; this.renderable = void 0; var nameMatch = key.match(nameRegExp); if (nameMatch && nameMatch[1]) { this.name = nameMatch[1]; } else { this.name = 'noname'; false ? 0 : void 0; } this.key = this.type + "-" + this.name; this.options = options; var scoped = options.scoped, sheet = options.sheet, generateId = options.generateId; this.id = scoped === false ? this.name : escape(generateId(this, sheet)); this.rules = new RuleList((0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)({}, options, { parent: this })); for (var name in frames) { this.rules.add(name, frames[name], (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)({}, options, { parent: this })); } this.rules.process(); } /** * Generates a CSS string. */ var _proto = KeyframesRule.prototype; _proto.toString = function toString(options) { if (options === void 0) { options = defaultToStringOptions$1; } if (options.indent == null) options.indent = defaultToStringOptions$1.indent; if (options.children == null) options.children = defaultToStringOptions$1.children; if (options.children === false) { return this.at + " " + this.id + " {}"; } var children = this.rules.toString(options); if (children) children = "\n" + children + "\n"; return this.at + " " + this.id + " {" + children + "}"; }; return KeyframesRule; }(); var keyRegExp$1 = /@keyframes\s+/; var refRegExp = /\$([\w-]+)/g; var findReferencedKeyframe = function findReferencedKeyframe(val, keyframes) { if (typeof val === 'string') { return val.replace(refRegExp, function (match, name) { if (name in keyframes) { return keyframes[name]; } false ? 0 : void 0; return match; }); } return val; }; /** * Replace the reference for a animation name. */ var replaceRef = function replaceRef(style, prop, keyframes) { var value = style[prop]; var refKeyframe = findReferencedKeyframe(value, keyframes); if (refKeyframe !== value) { style[prop] = refKeyframe; } }; var plugin = { onCreateRule: function onCreateRule(key, frames, options) { return typeof key === 'string' && keyRegExp$1.test(key) ? new KeyframesRule(key, frames, options) : null; }, // Animation name ref replacer. onProcessStyle: function onProcessStyle(style, rule, sheet) { if (rule.type !== 'style' || !sheet) return style; if ('animation-name' in style) replaceRef(style, 'animation-name', sheet.keyframes); if ('animation' in style) replaceRef(style, 'animation', sheet.keyframes); return style; }, onChangeValue: function onChangeValue(val, prop, rule) { var sheet = rule.options.sheet; if (!sheet) { return val; } switch (prop) { case 'animation': return findReferencedKeyframe(val, sheet.keyframes); case 'animation-name': return findReferencedKeyframe(val, sheet.keyframes); default: return val; } } }; var KeyframeRule = /*#__PURE__*/ function (_BaseStyleRule) { (0,_babel_runtime_helpers_esm_inheritsLoose__WEBPACK_IMPORTED_MODULE_1__/* .default */ .Z)(KeyframeRule, _BaseStyleRule); function KeyframeRule() { var _this; for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } _this = _BaseStyleRule.call.apply(_BaseStyleRule, [this].concat(args)) || this; _this.renderable = void 0; return _this; } var _proto = KeyframeRule.prototype; /** * Generates a CSS string. */ _proto.toString = function toString(options) { var sheet = this.options.sheet; var link = sheet ? sheet.options.link : false; var opts = link ? (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)({}, options, { allowEmpty: true }) : options; return toCss(this.key, this.style, opts); }; return KeyframeRule; }(BaseStyleRule); var pluginKeyframeRule = { onCreateRule: function onCreateRule(key, style, options) { if (options.parent && options.parent.type === 'keyframes') { return new KeyframeRule(key, style, options); } return null; } }; var FontFaceRule = /*#__PURE__*/ function () { function FontFaceRule(key, style, options) { this.type = 'font-face'; this.at = '@font-face'; this.key = void 0; this.style = void 0; this.options = void 0; this.isProcessed = false; this.renderable = void 0; this.key = key; this.style = style; this.options = options; } /** * Generates a CSS string. */ var _proto = FontFaceRule.prototype; _proto.toString = function toString(options) { if (Array.isArray(this.style)) { var str = ''; for (var index = 0; index < this.style.length; index++) { str += toCss(this.at, this.style[index]); if (this.style[index + 1]) str += '\n'; } return str; } return toCss(this.at, this.style, options); }; return FontFaceRule; }(); var keyRegExp$2 = /@font-face/; var pluginFontFaceRule = { onCreateRule: function onCreateRule(key, style, options) { return keyRegExp$2.test(key) ? new FontFaceRule(key, style, options) : null; } }; var ViewportRule = /*#__PURE__*/ function () { function ViewportRule(key, style, options) { this.type = 'viewport'; this.at = '@viewport'; this.key = void 0; this.style = void 0; this.options = void 0; this.isProcessed = false; this.renderable = void 0; this.key = key; this.style = style; this.options = options; } /** * Generates a CSS string. */ var _proto = ViewportRule.prototype; _proto.toString = function toString(options) { return toCss(this.key, this.style, options); }; return ViewportRule; }(); var pluginViewportRule = { onCreateRule: function onCreateRule(key, style, options) { return key === '@viewport' || key === '@-ms-viewport' ? new ViewportRule(key, style, options) : null; } }; var SimpleRule = /*#__PURE__*/ function () { function SimpleRule(key, value, options) { this.type = 'simple'; this.key = void 0; this.value = void 0; this.options = void 0; this.isProcessed = false; this.renderable = void 0; this.key = key; this.value = value; this.options = options; } /** * Generates a CSS string. */ // eslint-disable-next-line no-unused-vars var _proto = SimpleRule.prototype; _proto.toString = function toString(options) { if (Array.isArray(this.value)) { var str = ''; for (var index = 0; index < this.value.length; index++) { str += this.key + " " + this.value[index] + ";"; if (this.value[index + 1]) str += '\n'; } return str; } return this.key + " " + this.value + ";"; }; return SimpleRule; }(); var keysMap = { '@charset': true, '@import': true, '@namespace': true }; var pluginSimpleRule = { onCreateRule: function onCreateRule(key, value, options) { return key in keysMap ? new SimpleRule(key, value, options) : null; } }; var plugins = [pluginStyleRule, pluginConditionalRule, plugin, pluginKeyframeRule, pluginFontFaceRule, pluginViewportRule, pluginSimpleRule]; var defaultUpdateOptions = { process: true }; var forceUpdateOptions = { force: true, process: true /** * Contains rules objects and allows adding/removing etc. * Is used for e.g. by `StyleSheet` or `ConditionalRule`. */ }; var RuleList = /*#__PURE__*/ function () { // Rules registry for access by .get() method. // It contains the same rule registered by name and by selector. // Original styles object. // Used to ensure correct rules order. function RuleList(options) { this.map = {}; this.raw = {}; this.index = []; this.counter = 0; this.options = void 0; this.classes = void 0; this.keyframes = void 0; this.options = options; this.classes = options.classes; this.keyframes = options.keyframes; } /** * Create and register rule. * * Will not render after Style Sheet was rendered the first time. */ var _proto = RuleList.prototype; _proto.add = function add(name, decl, ruleOptions) { var _this$options = this.options, parent = _this$options.parent, sheet = _this$options.sheet, jss = _this$options.jss, Renderer = _this$options.Renderer, generateId = _this$options.generateId, scoped = _this$options.scoped; var options = (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)({ classes: this.classes, parent: parent, sheet: sheet, jss: jss, Renderer: Renderer, generateId: generateId, scoped: scoped, name: name, keyframes: this.keyframes, selector: undefined }, ruleOptions); // When user uses .createStyleSheet(), duplicate names are not possible, but // `sheet.addRule()` opens the door for any duplicate rule name. When this happens // we need to make the key unique within this RuleList instance scope. var key = name; if (name in this.raw) { key = name + "-d" + this.counter++; } // We need to save the original decl before creating the rule // because cache plugin needs to use it as a key to return a cached rule. this.raw[key] = decl; if (key in this.classes) { // E.g. rules inside of @media container options.selector = "." + escape(this.classes[key]); } var rule = createRule(key, decl, options); if (!rule) return null; this.register(rule); var index = options.index === undefined ? this.index.length : options.index; this.index.splice(index, 0, rule); return rule; } /** * Get a rule. */ ; _proto.get = function get(name) { return this.map[name]; } /** * Delete a rule. */ ; _proto.remove = function remove(rule) { this.unregister(rule); delete this.raw[rule.key]; this.index.splice(this.index.indexOf(rule), 1); } /** * Get index of a rule. */ ; _proto.indexOf = function indexOf(rule) { return this.index.indexOf(rule); } /** * Run `onProcessRule()` plugins on every rule. */ ; _proto.process = function process() { var plugins = this.options.jss.plugins; // We need to clone array because if we modify the index somewhere else during a loop // we end up with very hard-to-track-down side effects. this.index.slice(0).forEach(plugins.onProcessRule, plugins); } /** * Register a rule in `.map`, `.classes` and `.keyframes` maps. */ ; _proto.register = function register(rule) { this.map[rule.key] = rule; if (rule instanceof StyleRule) { this.map[rule.selector] = rule; if (rule.id) this.classes[rule.key] = rule.id; } else if (rule instanceof KeyframesRule && this.keyframes) { this.keyframes[rule.name] = rule.id; } } /** * Unregister a rule. */ ; _proto.unregister = function unregister(rule) { delete this.map[rule.key]; if (rule instanceof StyleRule) { delete this.map[rule.selector]; delete this.classes[rule.key]; } else if (rule instanceof KeyframesRule) { delete this.keyframes[rule.name]; } } /** * Update the function values with a new data. */ ; _proto.update = function update() { var name; var data; var options; if (typeof (arguments.length <= 0 ? undefined : arguments[0]) === 'string') { name = arguments.length <= 0 ? undefined : arguments[0]; // $FlowFixMe[invalid-tuple-index] data = arguments.length <= 1 ? undefined : arguments[1]; // $FlowFixMe[invalid-tuple-index] options = arguments.length <= 2 ? undefined : arguments[2]; } else { data = arguments.length <= 0 ? undefined : arguments[0]; // $FlowFixMe[invalid-tuple-index] options = arguments.length <= 1 ? undefined : arguments[1]; name = null; } if (name) { this.updateOne(this.map[name], data, options); } else { for (var index = 0; index < this.index.length; index++) { this.updateOne(this.index[index], data, options); } } } /** * Execute plugins, update rule props. */ ; _proto.updateOne = function updateOne(rule, data, options) { if (options === void 0) { options = defaultUpdateOptions; } var _this$options2 = this.options, plugins = _this$options2.jss.plugins, sheet = _this$options2.sheet; // It is a rules container like for e.g. ConditionalRule. if (rule.rules instanceof RuleList) { rule.rules.update(data, options); return; } var styleRule = rule; var style = styleRule.style; plugins.onUpdate(data, rule, sheet, options); // We rely on a new `style` ref in case it was mutated during onUpdate hook. if (options.process && style && style !== styleRule.style) { // We need to run the plugins in case new `style` relies on syntax plugins. plugins.onProcessStyle(styleRule.style, styleRule, sheet); // Update and add props. for (var prop in styleRule.style) { var nextValue = styleRule.style[prop]; var prevValue = style[prop]; // We need to use `force: true` because `rule.style` has been updated during onUpdate hook, so `rule.prop()` will not update the CSSOM rule. // We do this comparison to avoid unneeded `rule.prop()` calls, since we have the old `style` object here. if (nextValue !== prevValue) { styleRule.prop(prop, nextValue, forceUpdateOptions); } } // Remove props. for (var _prop in style) { var _nextValue = styleRule.style[_prop]; var _prevValue = style[_prop]; // We need to use `force: true` because `rule.style` has been updated during onUpdate hook, so `rule.prop()` will not update the CSSOM rule. // We do this comparison to avoid unneeded `rule.prop()` calls, since we have the old `style` object here. if (_nextValue == null && _nextValue !== _prevValue) { styleRule.prop(_prop, null, forceUpdateOptions); } } } } /** * Convert rules to a CSS string. */ ; _proto.toString = function toString(options) { var str = ''; var sheet = this.options.sheet; var link = sheet ? sheet.options.link : false; for (var index = 0; index < this.index.length; index++) { var rule = this.index[index]; var css = rule.toString(options); // No need to render an empty rule. if (!css && !link) continue; if (str) str += '\n'; str += css; } return str; }; return RuleList; }(); var StyleSheet = /*#__PURE__*/ function () { function StyleSheet(styles, options) { this.options = void 0; this.deployed = void 0; this.attached = void 0; this.rules = void 0; this.renderer = void 0; this.classes = void 0; this.keyframes = void 0; this.queue = void 0; this.attached = false; this.deployed = false; this.classes = {}; this.keyframes = {}; this.options = (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)({}, options, { sheet: this, parent: this, classes: this.classes, keyframes: this.keyframes }); if (options.Renderer) { this.renderer = new options.Renderer(this); } this.rules = new RuleList(this.options); for (var name in styles) { this.rules.add(name, styles[name]); } this.rules.process(); } /** * Attach renderable to the render tree. */ var _proto = StyleSheet.prototype; _proto.attach = function attach() { if (this.attached) return this; if (this.renderer) this.renderer.attach(); this.attached = true; // Order is important, because we can't use insertRule API if style element is not attached. if (!this.deployed) this.deploy(); return this; } /** * Remove renderable from render tree. */ ; _proto.detach = function detach() { if (!this.attached) return this; if (this.renderer) this.renderer.detach(); this.attached = false; return this; } /** * Add a rule to the current stylesheet. * Will insert a rule also after the stylesheet has been rendered first time. */ ; _proto.addRule = function addRule(name, decl, options) { var queue = this.queue; // Plugins can create rules. // In order to preserve the right order, we need to queue all `.addRule` calls, // which happen after the first `rules.add()` call. if (this.attached && !queue) this.queue = []; var rule = this.rules.add(name, decl, options); if (!rule) return null; this.options.jss.plugins.onProcessRule(rule); if (this.attached) { if (!this.deployed) return rule; // Don't insert rule directly if there is no stringified version yet. // It will be inserted all together when .attach is called. if (queue) queue.push(rule);else { this.insertRule(rule); if (this.queue) { this.queue.forEach(this.insertRule, this); this.queue = undefined; } } return rule; } // We can't add rules to a detached style node. // We will redeploy the sheet once user will attach it. this.deployed = false; return rule; } /** * Insert rule into the StyleSheet */ ; _proto.insertRule = function insertRule(rule) { if (this.renderer) { this.renderer.insertRule(rule); } } /** * Create and add rules. * Will render also after Style Sheet was rendered the first time. */ ; _proto.addRules = function addRules(styles, options) { var added = []; for (var name in styles) { var rule = this.addRule(name, styles[name], options); if (rule) added.push(rule); } return added; } /** * Get a rule by name. */ ; _proto.getRule = function getRule(name) { return this.rules.get(name); } /** * Delete a rule by name. * Returns `true`: if rule has been deleted from the DOM. */ ; _proto.deleteRule = function deleteRule(name) { var rule = typeof name === 'object' ? name : this.rules.get(name); if (!rule || // Style sheet was created without link: true and attached, in this case we // won't be able to remove the CSS rule from the DOM. this.attached && !rule.renderable) { return false; } this.rules.remove(rule); if (this.attached && rule.renderable && this.renderer) { return this.renderer.deleteRule(rule.renderable); } return true; } /** * Get index of a rule. */ ; _proto.indexOf = function indexOf(rule) { return this.rules.indexOf(rule); } /** * Deploy pure CSS string to a renderable. */ ; _proto.deploy = function deploy() { if (this.renderer) this.renderer.deploy(); this.deployed = true; return this; } /** * Update the function values with a new data. */ ; _proto.update = function update() { var _this$rules; (_this$rules = this.rules).update.apply(_this$rules, arguments); return this; } /** * Updates a single rule. */ ; _proto.updateOne = function updateOne(rule, data, options) { this.rules.updateOne(rule, data, options); return this; } /** * Convert rules to a CSS string. */ ; _proto.toString = function toString(options) { return this.rules.toString(options); }; return StyleSheet; }(); var PluginsRegistry = /*#__PURE__*/ function () { function PluginsRegistry() { this.plugins = { internal: [], external: [] }; this.registry = void 0; } var _proto = PluginsRegistry.prototype; /** * Call `onCreateRule` hooks and return an object if returned by a hook. */ _proto.onCreateRule = function onCreateRule(name, decl, options) { for (var i = 0; i < this.registry.onCreateRule.length; i++) { var rule = this.registry.onCreateRule[i](name, decl, options); if (rule) return rule; } return null; } /** * Call `onProcessRule` hooks. */ ; _proto.onProcessRule = function onProcessRule(rule) { if (rule.isProcessed) return; var sheet = rule.options.sheet; for (var i = 0; i < this.registry.onProcessRule.length; i++) { this.registry.onProcessRule[i](rule, sheet); } if (rule.style) this.onProcessStyle(rule.style, rule, sheet); rule.isProcessed = true; } /** * Call `onProcessStyle` hooks. */ ; _proto.onProcessStyle = function onProcessStyle(style, rule, sheet) { for (var i = 0; i < this.registry.onProcessStyle.length; i++) { // $FlowFixMe[prop-missing] rule.style = this.registry.onProcessStyle[i](rule.style, rule, sheet); } } /** * Call `onProcessSheet` hooks. */ ; _proto.onProcessSheet = function onProcessSheet(sheet) { for (var i = 0; i < this.registry.onProcessSheet.length; i++) { this.registry.onProcessSheet[i](sheet); } } /** * Call `onUpdate` hooks. */ ; _proto.onUpdate = function onUpdate(data, rule, sheet, options) { for (var i = 0; i < this.registry.onUpdate.length; i++) { this.registry.onUpdate[i](data, rule, sheet, options); } } /** * Call `onChangeValue` hooks. */ ; _proto.onChangeValue = function onChangeValue(value, prop, rule) { var processedValue = value; for (var i = 0; i < this.registry.onChangeValue.length; i++) { processedValue = this.registry.onChangeValue[i](processedValue, prop, rule); } return processedValue; } /** * Register a plugin. */ ; _proto.use = function use(newPlugin, options) { if (options === void 0) { options = { queue: 'external' }; } var plugins = this.plugins[options.queue]; // Avoids applying same plugin twice, at least based on ref. if (plugins.indexOf(newPlugin) !== -1) { return; } plugins.push(newPlugin); this.registry = [].concat(this.plugins.external, this.plugins.internal).reduce(function (registry, plugin) { for (var name in plugin) { if (name in registry) { registry[name].push(plugin[name]); } else { false ? 0 : void 0; } } return registry; }, { onCreateRule: [], onProcessRule: [], onProcessStyle: [], onProcessSheet: [], onChangeValue: [], onUpdate: [] }); }; return PluginsRegistry; }(); /** * Sheets registry to access them all at one place. */ var SheetsRegistry = /*#__PURE__*/ function () { function SheetsRegistry() { this.registry = []; } var _proto = SheetsRegistry.prototype; /** * Register a Style Sheet. */ _proto.add = function add(sheet) { var registry = this.registry; var index = sheet.options.index; if (registry.indexOf(sheet) !== -1) return; if (registry.length === 0 || index >= this.index) { registry.push(sheet); return; } // Find a position. for (var i = 0; i < registry.length; i++) { if (registry[i].options.index > index) { registry.splice(i, 0, sheet); return; } } } /** * Reset the registry. */ ; _proto.reset = function reset() { this.registry = []; } /** * Remove a Style Sheet. */ ; _proto.remove = function remove(sheet) { var index = this.registry.indexOf(sheet); this.registry.splice(index, 1); } /** * Convert all attached sheets to a CSS string. */ ; _proto.toString = function toString(_temp) { var _ref = _temp === void 0 ? {} : _temp, attached = _ref.attached, options = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_5__/* .default */ .Z)(_ref, ["attached"]); var css = ''; for (var i = 0; i < this.registry.length; i++) { var sheet = this.registry[i]; if (attached != null && sheet.attached !== attached) { continue; } if (css) css += '\n'; css += sheet.toString(options); } return css; }; (0,_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_4__/* .default */ .Z)(SheetsRegistry, [{ key: "index", /** * Current highest index number. */ get: function get() { return this.registry.length === 0 ? 0 : this.registry[this.registry.length - 1].options.index; } }]); return SheetsRegistry; }(); /** * This is a global sheets registry. Only DomRenderer will add sheets to it. * On the server one should use an own SheetsRegistry instance and add the * sheets to it, because you need to make sure to create a new registry for * each request in order to not leak sheets across requests. */ var registry = new SheetsRegistry(); /* eslint-disable */ /** * Now that `globalThis` is available on most platforms * (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis#browser_compatibility) * we check for `globalThis` first. `globalThis` is necessary for jss * to run in Agoric's secure version of JavaScript (SES). Under SES, * `globalThis` exists, but `window`, `self`, and `Function('return * this')()` are all undefined for security reasons. * * https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 */ var globalThis$1 = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' && window.Math === Math ? window : typeof self !== 'undefined' && self.Math === Math ? self : Function('return this')(); var ns = '2f1acc6c3a606b082e5eef5e54414ffb'; if (globalThis$1[ns] == null) globalThis$1[ns] = 0; // Bundle may contain multiple JSS versions at the same time. In order to identify // the current version with just one short number and use it for classes generation // we use a counter. Also it is more accurate, because user can manually reevaluate // the module. var moduleId = globalThis$1[ns]++; var maxRules = 1e10; /** * Returns a function which generates unique class names based on counters. * When new generator function is created, rule counter is reseted. * We need to reset the rule counter for SSR for each request. */ var createGenerateId = function createGenerateId(options) { if (options === void 0) { options = {}; } var ruleCounter = 0; return function (rule, sheet) { ruleCounter += 1; if (ruleCounter > maxRules) { false ? 0 : void 0; } var jssId = ''; var prefix = ''; if (sheet) { if (sheet.options.classNamePrefix) { prefix = sheet.options.classNamePrefix; } if (sheet.options.jss.id != null) { jssId = String(sheet.options.jss.id); } } if (options.minify) { // Using "c" because a number can't be the first char in a class name. return "" + (prefix || 'c') + moduleId + jssId + ruleCounter; } return prefix + rule.key + "-" + moduleId + (jssId ? "-" + jssId : '') + "-" + ruleCounter; }; }; /** * Cache the value from the first time a function is called. */ var memoize = function memoize(fn) { var value; return function () { if (!value) value = fn(); return value; }; }; /** * Get a style property value. */ var getPropertyValue = function getPropertyValue(cssRule, prop) { try { // Support CSSTOM. if (cssRule.attributeStyleMap) { return cssRule.attributeStyleMap.get(prop); } return cssRule.style.getPropertyValue(prop); } catch (err) { // IE may throw if property is unknown. return ''; } }; /** * Set a style property. */ var setProperty = function setProperty(cssRule, prop, value) { try { var cssValue = value; if (Array.isArray(value)) { cssValue = toCssValue(value, true); if (value[value.length - 1] === '!important') { cssRule.style.setProperty(prop, cssValue, 'important'); return true; } } // Support CSSTOM. if (cssRule.attributeStyleMap) { cssRule.attributeStyleMap.set(prop, cssValue); } else { cssRule.style.setProperty(prop, cssValue); } } catch (err) { // IE may throw if property is unknown. return false; } return true; }; /** * Remove a style property. */ var removeProperty = function removeProperty(cssRule, prop) { try { // Support CSSTOM. if (cssRule.attributeStyleMap) { cssRule.attributeStyleMap.delete(prop); } else { cssRule.style.removeProperty(prop); } } catch (err) { false ? 0 : void 0; } }; /** * Set the selector. */ var setSelector = function setSelector(cssRule, selectorText) { cssRule.selectorText = selectorText; // Return false if setter was not successful. // Currently works in chrome only. return cssRule.selectorText === selectorText; }; /** * Gets the `head` element upon the first call and caches it. * We assume it can't be null. */ var getHead = memoize(function () { return document.querySelector('head'); }); /** * Find attached sheet with an index higher than the passed one. */ function findHigherSheet(registry, options) { for (var i = 0; i < registry.length; i++) { var sheet = registry[i]; if (sheet.attached && sheet.options.index > options.index && sheet.options.insertionPoint === options.insertionPoint) { return sheet; } } return null; } /** * Find attached sheet with the highest index. */ function findHighestSheet(registry, options) { for (var i = registry.length - 1; i >= 0; i--) { var sheet = registry[i]; if (sheet.attached && sheet.options.insertionPoint === options.insertionPoint) { return sheet; } } return null; } /** * Find a comment with "jss" inside. */ function findCommentNode(text) { var head = getHead(); for (var i = 0; i < head.childNodes.length; i++) { var node = head.childNodes[i]; if (node.nodeType === 8 && node.nodeValue.trim() === text) { return node; } } return null; } /** * Find a node before which we can insert the sheet. */ function findPrevNode(options) { var registry$1 = registry.registry; if (registry$1.length > 0) { // Try to insert before the next higher sheet. var sheet = findHigherSheet(registry$1, options); if (sheet && sheet.renderer) { return { parent: sheet.renderer.element.parentNode, node: sheet.renderer.element }; } // Otherwise insert after the last attached. sheet = findHighestSheet(registry$1, options); if (sheet && sheet.renderer) { return { parent: sheet.renderer.element.parentNode, node: sheet.renderer.element.nextSibling }; } } // Try to find a comment placeholder if registry is empty. var insertionPoint = options.insertionPoint; if (insertionPoint && typeof insertionPoint === 'string') { var comment = findCommentNode(insertionPoint); if (comment) { return { parent: comment.parentNode, node: comment.nextSibling }; } // If user specifies an insertion point and it can't be found in the document - // bad specificity issues may appear. false ? 0 : void 0; } return false; } /** * Insert style element into the DOM. */ function insertStyle(style, options) { var insertionPoint = options.insertionPoint; var nextNode = findPrevNode(options); if (nextNode !== false && nextNode.parent) { nextNode.parent.insertBefore(style, nextNode.node); return; } // Works with iframes and any node types. if (insertionPoint && typeof insertionPoint.nodeType === 'number') { // https://stackoverflow.com/questions/41328728/force-casting-in-flow var insertionPointElement = insertionPoint; var parentNode = insertionPointElement.parentNode; if (parentNode) parentNode.insertBefore(style, insertionPointElement.nextSibling);else false ? 0 : void 0; return; } getHead().appendChild(style); } /** * Read jss nonce setting from the page if the user has set it. */ var getNonce = memoize(function () { var node = document.querySelector('meta[property="csp-nonce"]'); return node ? node.getAttribute('content') : null; }); var _insertRule = function insertRule(container, rule, index) { try { if ('insertRule' in container) { var c = container; c.insertRule(rule, index); } // Keyframes rule. else if ('appendRule' in container) { var _c = container; _c.appendRule(rule); } } catch (err) { false ? 0 : void 0; return false; } return container.cssRules[index]; }; var getValidRuleInsertionIndex = function getValidRuleInsertionIndex(container, index) { var maxIndex = container.cssRules.length; // In case previous insertion fails, passed index might be wrong if (index === undefined || index > maxIndex) { // eslint-disable-next-line no-param-reassign return maxIndex; } return index; }; var createStyle = function createStyle() { var el = document.createElement('style'); // Without it, IE will have a broken source order specificity if we // insert rules after we insert the style tag. // It seems to kick-off the source order specificity algorithm. el.textContent = '\n'; return el; }; var DomRenderer = /*#__PURE__*/ function () { // HTMLStyleElement needs fixing https://github.com/facebook/flow/issues/2696 // Will be empty if link: true option is not set, because // it is only for use together with insertRule API. function DomRenderer(sheet) { this.getPropertyValue = getPropertyValue; this.setProperty = setProperty; this.removeProperty = removeProperty; this.setSelector = setSelector; this.element = void 0; this.sheet = void 0; this.hasInsertedRules = false; this.cssRules = []; // There is no sheet when the renderer is used from a standalone StyleRule. if (sheet) registry.add(sheet); this.sheet = sheet; var _ref = this.sheet ? this.sheet.options : {}, media = _ref.media, meta = _ref.meta, element = _ref.element; this.element = element || createStyle(); this.element.setAttribute('data-jss', ''); if (media) this.element.setAttribute('media', media); if (meta) this.element.setAttribute('data-meta', meta); var nonce = getNonce(); if (nonce) this.element.setAttribute('nonce', nonce); } /** * Insert style element into render tree. */ var _proto = DomRenderer.prototype; _proto.attach = function attach() { // In the case the element node is external and it is already in the DOM. if (this.element.parentNode || !this.sheet) return; insertStyle(this.element, this.sheet.options); // When rules are inserted using `insertRule` API, after `sheet.detach().attach()` // most browsers create a new CSSStyleSheet, except of all IEs. var deployed = Boolean(this.sheet && this.sheet.deployed); if (this.hasInsertedRules && deployed) { this.hasInsertedRules = false; this.deploy(); } } /** * Remove style element from render tree. */ ; _proto.detach = function detach() { if (!this.sheet) return; var parentNode = this.element.parentNode; if (parentNode) parentNode.removeChild(this.element); // In the most browsers, rules inserted using insertRule() API will be lost when style element is removed. // Though IE will keep them and we need a consistent behavior. if (this.sheet.options.link) { this.cssRules = []; this.element.textContent = '\n'; } } /** * Inject CSS string into element. */ ; _proto.deploy = function deploy() { var sheet = this.sheet; if (!sheet) return; if (sheet.options.link) { this.insertRules(sheet.rules); return; } this.element.textContent = "\n" + sheet.toString() + "\n"; } /** * Insert RuleList into an element. */ ; _proto.insertRules = function insertRules(rules, nativeParent) { for (var i = 0; i < rules.index.length; i++) { this.insertRule(rules.index[i], i, nativeParent); } } /** * Insert a rule into element. */ ; _proto.insertRule = function insertRule(rule, index, nativeParent) { if (nativeParent === void 0) { nativeParent = this.element.sheet; } if (rule.rules) { var parent = rule; var latestNativeParent = nativeParent; if (rule.type === 'conditional' || rule.type === 'keyframes') { var _insertionIndex = getValidRuleInsertionIndex(nativeParent, index); // We need to render the container without children first. latestNativeParent = _insertRule(nativeParent, parent.toString({ children: false }), _insertionIndex); if (latestNativeParent === false) { return false; } this.refCssRule(rule, _insertionIndex, latestNativeParent); } this.insertRules(parent.rules, latestNativeParent); return latestNativeParent; } var ruleStr = rule.toString(); if (!ruleStr) return false; var insertionIndex = getValidRuleInsertionIndex(nativeParent, index); var nativeRule = _insertRule(nativeParent, ruleStr, insertionIndex); if (nativeRule === false) { return false; } this.hasInsertedRules = true; this.refCssRule(rule, insertionIndex, nativeRule); return nativeRule; }; _proto.refCssRule = function refCssRule(rule, index, cssRule) { rule.renderable = cssRule; // We only want to reference the top level rules, deleteRule API doesn't support removing nested rules // like rules inside media queries or keyframes if (rule.options.parent instanceof StyleSheet) { this.cssRules[index] = cssRule; } } /** * Delete a rule. */ ; _proto.deleteRule = function deleteRule(cssRule) { var sheet = this.element.sheet; var index = this.indexOf(cssRule); if (index === -1) return false; sheet.deleteRule(index); this.cssRules.splice(index, 1); return true; } /** * Get index of a CSS Rule. */ ; _proto.indexOf = function indexOf(cssRule) { return this.cssRules.indexOf(cssRule); } /** * Generate a new CSS rule and replace the existing one. * * Only used for some old browsers because they can't set a selector. */ ; _proto.replaceRule = function replaceRule(cssRule, rule) { var index = this.indexOf(cssRule); if (index === -1) return false; this.element.sheet.deleteRule(index); this.cssRules.splice(index, 1); return this.insertRule(rule, index); } /** * Get all rules elements. */ ; _proto.getRules = function getRules() { return this.element.sheet.cssRules; }; return DomRenderer; }(); var instanceCounter = 0; var Jss = /*#__PURE__*/ function () { function Jss(options) { this.id = instanceCounter++; this.version = "10.6.0"; this.plugins = new PluginsRegistry(); this.options = { id: { minify: false }, createGenerateId: createGenerateId, Renderer: is_in_browser__WEBPACK_IMPORTED_MODULE_0__/* .default */ .Z ? DomRenderer : null, plugins: [] }; this.generateId = createGenerateId({ minify: false }); for (var i = 0; i < plugins.length; i++) { this.plugins.use(plugins[i], { queue: 'internal' }); } this.setup(options); } /** * Prepares various options, applies plugins. * Should not be used twice on the same instance, because there is no plugins * deduplication logic. */ var _proto = Jss.prototype; _proto.setup = function setup(options) { if (options === void 0) { options = {}; } if (options.createGenerateId) { this.options.createGenerateId = options.createGenerateId; } if (options.id) { this.options.id = (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)({}, this.options.id, options.id); } if (options.createGenerateId || options.id) { this.generateId = this.options.createGenerateId(this.options.id); } if (options.insertionPoint != null) this.options.insertionPoint = options.insertionPoint; if ('Renderer' in options) { this.options.Renderer = options.Renderer; } // eslint-disable-next-line prefer-spread if (options.plugins) this.use.apply(this, options.plugins); return this; } /** * Create a Style Sheet. */ ; _proto.createStyleSheet = function createStyleSheet(styles, options) { if (options === void 0) { options = {}; } var _options = options, index = _options.index; if (typeof index !== 'number') { index = registry.index === 0 ? 0 : registry.index + 1; } var sheet = new StyleSheet(styles, (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)({}, options, { jss: this, generateId: options.generateId || this.generateId, insertionPoint: this.options.insertionPoint, Renderer: this.options.Renderer, index: index })); this.plugins.onProcessSheet(sheet); return sheet; } /** * Detach the Style Sheet and remove it from the registry. */ ; _proto.removeStyleSheet = function removeStyleSheet(sheet) { sheet.detach(); registry.remove(sheet); return this; } /** * Create a rule without a Style Sheet. * [Deprecated] will be removed in the next major version. */ ; _proto.createRule = function createRule$1(name, style, options) { if (style === void 0) { style = {}; } if (options === void 0) { options = {}; } // Enable rule without name for inline styles. if (typeof name === 'object') { // $FlowFixMe[incompatible-call] return this.createRule(undefined, name, style); } // $FlowFixMe[incompatible-type] var ruleOptions = (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__/* .default */ .Z)({}, options, { name: name, jss: this, Renderer: this.options.Renderer }); if (!ruleOptions.generateId) ruleOptions.generateId = this.generateId; if (!ruleOptions.classes) ruleOptions.classes = {}; if (!ruleOptions.keyframes) ruleOptions.keyframes = {}; var rule = createRule(name, style, ruleOptions); if (rule) this.plugins.onProcessRule(rule); return rule; } /** * Register plugin. Passed function will be invoked with a rule instance. */ ; _proto.use = function use() { var _this = this; for (var _len = arguments.length, plugins = new Array(_len), _key = 0; _key < _len; _key++) { plugins[_key] = arguments[_key]; } plugins.forEach(function (plugin) { _this.plugins.use(plugin); }); return this; }; return Jss; }(); /** * Extracts a styles object with only props that contain function values. */ function getDynamicStyles(styles) { var to = null; for (var key in styles) { var value = styles[key]; var type = typeof value; if (type === 'function') { if (!to) to = {}; to[key] = value; } else if (type === 'object' && value !== null && !Array.isArray(value)) { var extracted = getDynamicStyles(value); if (extracted) { if (!to) to = {}; to[key] = extracted; } } } return to; } /** * SheetsManager is like a WeakMap which is designed to count StyleSheet * instances and attach/detach automatically. */ var SheetsManager = /*#__PURE__*/ (/* unused pure expression or super */ null && (function () { function SheetsManager() { this.length = 0; this.sheets = new WeakMap(); } var _proto = SheetsManager.prototype; _proto.get = function get(key) { var entry = this.sheets.get(key); return entry && entry.sheet; }; _proto.add = function add(key, sheet) { if (this.sheets.has(key)) return; this.length++; this.sheets.set(key, { sheet: sheet, refs: 0 }); }; _proto.manage = function manage(key) { var entry = this.sheets.get(key); if (entry) { if (entry.refs === 0) { entry.sheet.attach(); } entry.refs++; return entry.sheet; } warning(false, "[JSS] SheetsManager: can't find sheet to manage"); return undefined; }; _proto.unmanage = function unmanage(key) { var entry = this.sheets.get(key); if (entry) { if (entry.refs > 0) { entry.refs--; if (entry.refs === 0) entry.sheet.detach(); } } else { warning(false, "SheetsManager: can't find sheet to unmanage"); } }; _createClass(SheetsManager, [{ key: "size", get: function get() { return this.length; } }]); return SheetsManager; }())); /** * A better abstraction over CSS. * * @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present * @website https://github.com/cssinjs/jss * @license MIT */ /** * Export a constant indicating if this browser has CSSTOM support. * https://developers.google.com/web/updates/2018/03/cssom */ var hasCSSTOMSupport = typeof CSS === 'object' && CSS != null && 'number' in CSS; /** * Creates a new instance of Jss. */ var create = function create(options) { return new Jss(options); }; /** * A global Jss instance. */ var jss = create(); /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (jss))); /***/ }), /***/ 91296: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { /** * lodash (Custom Build) <https://lodash.com/> * Build: `lodash modularize exports="npm" -o ./` * Copyright jQuery Foundation and other contributors <https://jquery.org/> * Released under MIT license <https://lodash.com/license> * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE> * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors */ /** Used as the `TypeError` message for "Functions" methods. */ var FUNC_ERROR_TEXT = 'Expected a function'; /** Used as references for various `Number` constants. */ var NAN = 0 / 0; /** `Object#toString` result references. */ var symbolTag = '[object Symbol]'; /** Used to match leading and trailing whitespace. */ var reTrim = /^\s+|\s+$/g; /** Used to detect bad signed hexadecimal string values. */ var reIsBadHex = /^[-+]0x[0-9a-f]+$/i; /** Used to detect binary string values. */ var reIsBinary = /^0b[01]+$/i; /** Used to detect octal string values. */ var reIsOctal = /^0o[0-7]+$/i; /** Built-in method references without a dependency on `root`. */ var freeParseInt = parseInt; /** Detect free variable `global` from Node.js. */ var freeGlobal = typeof __webpack_require__.g == 'object' && __webpack_require__.g && __webpack_require__.g.Object === Object && __webpack_require__.g; /** Detect free variable `self`. */ var freeSelf = typeof self == 'object' && self && self.Object === Object && self; /** Used as a reference to the global object. */ var root = freeGlobal || freeSelf || Function('return this')(); /** Used for built-in method references. */ var objectProto = Object.prototype; /** * Used to resolve the * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) * of values. */ var objectToString = objectProto.toString; /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeMax = Math.max, nativeMin = Math.min; /** * Gets the timestamp of the number of milliseconds that have elapsed since * the Unix epoch (1 January 1970 00:00:00 UTC). * * @static * @memberOf _ * @since 2.4.0 * @category Date * @returns {number} Returns the timestamp. * @example * * _.defer(function(stamp) { * console.log(_.now() - stamp); * }, _.now()); * // => Logs the number of milliseconds it took for the deferred invocation. */ var now = function() { return root.Date.now(); }; /** * Creates a debounced function that delays invoking `func` until after `wait` * milliseconds have elapsed since the last time the debounced function was * invoked. The debounced function comes with a `cancel` method to cancel * delayed `func` invocations and a `flush` method to immediately invoke them. * Provide `options` to indicate whether `func` should be invoked on the * leading and/or trailing edge of the `wait` timeout. The `func` is invoked * with the last arguments provided to the debounced function. Subsequent * calls to the debounced function return the result of the last `func` * invocation. * * **Note:** If `leading` and `trailing` options are `true`, `func` is * invoked on the trailing edge of the timeout only if the debounced function * is invoked more than once during the `wait` timeout. * * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred * until to the next tick, similar to `setTimeout` with a timeout of `0`. * * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/) * for details over the differences between `_.debounce` and `_.throttle`. * * @static * @memberOf _ * @since 0.1.0 * @category Function * @param {Function} func The function to debounce. * @param {number} [wait=0] The number of milliseconds to delay. * @param {Object} [options={}] The options object. * @param {boolean} [options.leading=false] * Specify invoking on the leading edge of the timeout. * @param {number} [options.maxWait] * The maximum time `func` is allowed to be delayed before it's invoked. * @param {boolean} [options.trailing=true] * Specify invoking on the trailing edge of the timeout. * @returns {Function} Returns the new debounced function. * @example * * // Avoid costly calculations while the window size is in flux. * jQuery(window).on('resize', _.debounce(calculateLayout, 150)); * * // Invoke `sendMail` when clicked, debouncing subsequent calls. * jQuery(element).on('click', _.debounce(sendMail, 300, { * 'leading': true, * 'trailing': false * })); * * // Ensure `batchLog` is invoked once after 1 second of debounced calls. * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 }); * var source = new EventSource('/stream'); * jQuery(source).on('message', debounced); * * // Cancel the trailing debounced invocation. * jQuery(window).on('popstate', debounced.cancel); */ function debounce(func, wait, options) { var lastArgs, lastThis, maxWait, result, timerId, lastCallTime, lastInvokeTime = 0, leading = false, maxing = false, trailing = true; if (typeof func != 'function') { throw new TypeError(FUNC_ERROR_TEXT); } wait = toNumber(wait) || 0; if (isObject(options)) { leading = !!options.leading; maxing = 'maxWait' in options; maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait; trailing = 'trailing' in options ? !!options.trailing : trailing; } function invokeFunc(time) { var args = lastArgs, thisArg = lastThis; lastArgs = lastThis = undefined; lastInvokeTime = time; result = func.apply(thisArg, args); return result; } function leadingEdge(time) { // Reset any `maxWait` timer. lastInvokeTime = time; // Start the timer for the trailing edge. timerId = setTimeout(timerExpired, wait); // Invoke the leading edge. return leading ? invokeFunc(time) : result; } function remainingWait(time) { var timeSinceLastCall = time - lastCallTime, timeSinceLastInvoke = time - lastInvokeTime, result = wait - timeSinceLastCall; return maxing ? nativeMin(result, maxWait - timeSinceLastInvoke) : result; } function shouldInvoke(time) { var timeSinceLastCall = time - lastCallTime, timeSinceLastInvoke = time - lastInvokeTime; // Either this is the first call, activity has stopped and we're at the // trailing edge, the system time has gone backwards and we're treating // it as the trailing edge, or we've hit the `maxWait` limit. return (lastCallTime === undefined || (timeSinceLastCall >= wait) || (timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait)); } function timerExpired() { var time = now(); if (shouldInvoke(time)) { return trailingEdge(time); } // Restart the timer. timerId = setTimeout(timerExpired, remainingWait(time)); } function trailingEdge(time) { timerId = undefined; // Only invoke if we have `lastArgs` which means `func` has been // debounced at least once. if (trailing && lastArgs) { return invokeFunc(time); } lastArgs = lastThis = undefined; return result; } function cancel() { if (timerId !== undefined) { clearTimeout(timerId); } lastInvokeTime = 0; lastArgs = lastCallTime = lastThis = timerId = undefined; } function flush() { return timerId === undefined ? result : trailingEdge(now()); } function debounced() { var time = now(), isInvoking = shouldInvoke(time); lastArgs = arguments; lastThis = this; lastCallTime = time; if (isInvoking) { if (timerId === undefined) { return leadingEdge(lastCallTime); } if (maxing) { // Handle invocations in a tight loop. timerId = setTimeout(timerExpired, wait); return invokeFunc(lastCallTime); } } if (timerId === undefined) { timerId = setTimeout(timerExpired, wait); } return result; } debounced.cancel = cancel; debounced.flush = flush; return debounced; } /** * Checks if `value` is the * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is an object, else `false`. * @example * * _.isObject({}); * // => true * * _.isObject([1, 2, 3]); * // => true * * _.isObject(_.noop); * // => true * * _.isObject(null); * // => false */ function isObject(value) { var type = typeof value; return !!value && (type == 'object' || type == 'function'); } /** * Checks if `value` is object-like. A value is object-like if it's not `null` * and has a `typeof` result of "object". * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is object-like, else `false`. * @example * * _.isObjectLike({}); * // => true * * _.isObjectLike([1, 2, 3]); * // => true * * _.isObjectLike(_.noop); * // => false * * _.isObjectLike(null); * // => false */ function isObjectLike(value) { return !!value && typeof value == 'object'; } /** * Checks if `value` is classified as a `Symbol` primitive or object. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a symbol, else `false`. * @example * * _.isSymbol(Symbol.iterator); * // => true * * _.isSymbol('abc'); * // => false */ function isSymbol(value) { return typeof value == 'symbol' || (isObjectLike(value) && objectToString.call(value) == symbolTag); } /** * Converts `value` to a number. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to process. * @returns {number} Returns the number. * @example * * _.toNumber(3.2); * // => 3.2 * * _.toNumber(Number.MIN_VALUE); * // => 5e-324 * * _.toNumber(Infinity); * // => Infinity * * _.toNumber('3.2'); * // => 3.2 */ function toNumber(value) { if (typeof value == 'number') { return value; } if (isSymbol(value)) { return NAN; } if (isObject(value)) { var other = typeof value.valueOf == 'function' ? value.valueOf() : value; value = isObject(other) ? (other + '') : other; } if (typeof value != 'string') { return value === 0 ? value : +value; } value = value.replace(reTrim, ''); var isBinary = reIsBinary.test(value); return (isBinary || reIsOctal.test(value)) ? freeParseInt(value.slice(2), isBinary ? 2 : 8) : (reIsBadHex.test(value) ? NAN : +value); } module.exports = debounce; /***/ }), /***/ 20773: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { /** * lodash (Custom Build) <https://lodash.com/> * Build: `lodash modularize exports="npm" -o ./` * Copyright jQuery Foundation and other contributors <https://jquery.org/> * Released under MIT license <https://lodash.com/license> * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE> * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors */ /** Used as the `TypeError` message for "Functions" methods. */ var FUNC_ERROR_TEXT = 'Expected a function'; /** Used to stand-in for `undefined` hash values. */ var HASH_UNDEFINED = '__lodash_hash_undefined__'; /** `Object#toString` result references. */ var funcTag = '[object Function]', genTag = '[object GeneratorFunction]'; /** * Used to match `RegExp` * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns). */ var reRegExpChar = /[\\^$.*+?()[\]{}|]/g; /** Used to detect host constructors (Safari). */ var reIsHostCtor = /^\[object .+?Constructor\]$/; /** Detect free variable `global` from Node.js. */ var freeGlobal = typeof __webpack_require__.g == 'object' && __webpack_require__.g && __webpack_require__.g.Object === Object && __webpack_require__.g; /** Detect free variable `self`. */ var freeSelf = typeof self == 'object' && self && self.Object === Object && self; /** Used as a reference to the global object. */ var root = freeGlobal || freeSelf || Function('return this')(); /** * Gets the value at `key` of `object`. * * @private * @param {Object} [object] The object to query. * @param {string} key The key of the property to get. * @returns {*} Returns the property value. */ function getValue(object, key) { return object == null ? undefined : object[key]; } /** * Checks if `value` is a host object in IE < 9. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a host object, else `false`. */ function isHostObject(value) { // Many host objects are `Object` objects that can coerce to strings // despite having improperly defined `toString` methods. var result = false; if (value != null && typeof value.toString != 'function') { try { result = !!(value + ''); } catch (e) {} } return result; } /** Used for built-in method references. */ var arrayProto = Array.prototype, funcProto = Function.prototype, objectProto = Object.prototype; /** Used to detect overreaching core-js shims. */ var coreJsData = root['__core-js_shared__']; /** Used to detect methods masquerading as native. */ var maskSrcKey = (function() { var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || ''); return uid ? ('Symbol(src)_1.' + uid) : ''; }()); /** Used to resolve the decompiled source of functions. */ var funcToString = funcProto.toString; /** Used to check objects for own properties. */ var hasOwnProperty = objectProto.hasOwnProperty; /** * Used to resolve the * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) * of values. */ var objectToString = objectProto.toString; /** Used to detect if a method is native. */ var reIsNative = RegExp('^' + funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\$&') .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$' ); /** Built-in value references. */ var splice = arrayProto.splice; /* Built-in method references that are verified to be native. */ var Map = getNative(root, 'Map'), nativeCreate = getNative(Object, 'create'); /** * Creates a hash object. * * @private * @constructor * @param {Array} [entries] The key-value pairs to cache. */ function Hash(entries) { var index = -1, length = entries ? entries.length : 0; this.clear(); while (++index < length) { var entry = entries[index]; this.set(entry[0], entry[1]); } } /** * Removes all key-value entries from the hash. * * @private * @name clear * @memberOf Hash */ function hashClear() { this.__data__ = nativeCreate ? nativeCreate(null) : {}; } /** * Removes `key` and its value from the hash. * * @private * @name delete * @memberOf Hash * @param {Object} hash The hash to modify. * @param {string} key The key of the value to remove. * @returns {boolean} Returns `true` if the entry was removed, else `false`. */ function hashDelete(key) { return this.has(key) && delete this.__data__[key]; } /** * Gets the hash value for `key`. * * @private * @name get * @memberOf Hash * @param {string} key The key of the value to get. * @returns {*} Returns the entry value. */ function hashGet(key) { var data = this.__data__; if (nativeCreate) { var result = data[key]; return result === HASH_UNDEFINED ? undefined : result; } return hasOwnProperty.call(data, key) ? data[key] : undefined; } /** * Checks if a hash value for `key` exists. * * @private * @name has * @memberOf Hash * @param {string} key The key of the entry to check. * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. */ function hashHas(key) { var data = this.__data__; return nativeCreate ? data[key] !== undefined : hasOwnProperty.call(data, key); } /** * Sets the hash `key` to `value`. * * @private * @name set * @memberOf Hash * @param {string} key The key of the value to set. * @param {*} value The value to set. * @returns {Object} Returns the hash instance. */ function hashSet(key, value) { var data = this.__data__; data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value; return this; } // Add methods to `Hash`. Hash.prototype.clear = hashClear; Hash.prototype['delete'] = hashDelete; Hash.prototype.get = hashGet; Hash.prototype.has = hashHas; Hash.prototype.set = hashSet; /** * Creates an list cache object. * * @private * @constructor * @param {Array} [entries] The key-value pairs to cache. */ function ListCache(entries) { var index = -1, length = entries ? entries.length : 0; this.clear(); while (++index < length) { var entry = entries[index]; this.set(entry[0], entry[1]); } } /** * Removes all key-value entries from the list cache. * * @private * @name clear * @memberOf ListCache */ function listCacheClear() { this.__data__ = []; } /** * Removes `key` and its value from the list cache. * * @private * @name delete * @memberOf ListCache * @param {string} key The key of the value to remove. * @returns {boolean} Returns `true` if the entry was removed, else `false`. */ function listCacheDelete(key) { var data = this.__data__, index = assocIndexOf(data, key); if (index < 0) { return false; } var lastIndex = data.length - 1; if (index == lastIndex) { data.pop(); } else { splice.call(data, index, 1); } return true; } /** * Gets the list cache value for `key`. * * @private * @name get * @memberOf ListCache * @param {string} key The key of the value to get. * @returns {*} Returns the entry value. */ function listCacheGet(key) { var data = this.__data__, index = assocIndexOf(data, key); return index < 0 ? undefined : data[index][1]; } /** * Checks if a list cache value for `key` exists. * * @private * @name has * @memberOf ListCache * @param {string} key The key of the entry to check. * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. */ function listCacheHas(key) { return assocIndexOf(this.__data__, key) > -1; } /** * Sets the list cache `key` to `value`. * * @private * @name set * @memberOf ListCache * @param {string} key The key of the value to set. * @param {*} value The value to set. * @returns {Object} Returns the list cache instance. */ function listCacheSet(key, value) { var data = this.__data__, index = assocIndexOf(data, key); if (index < 0) { data.push([key, value]); } else { data[index][1] = value; } return this; } // Add methods to `ListCache`. ListCache.prototype.clear = listCacheClear; ListCache.prototype['delete'] = listCacheDelete; ListCache.prototype.get = listCacheGet; ListCache.prototype.has = listCacheHas; ListCache.prototype.set = listCacheSet; /** * Creates a map cache object to store key-value pairs. * * @private * @constructor * @param {Array} [entries] The key-value pairs to cache. */ function MapCache(entries) { var index = -1, length = entries ? entries.length : 0; this.clear(); while (++index < length) { var entry = entries[index]; this.set(entry[0], entry[1]); } } /** * Removes all key-value entries from the map. * * @private * @name clear * @memberOf MapCache */ function mapCacheClear() { this.__data__ = { 'hash': new Hash, 'map': new (Map || ListCache), 'string': new Hash }; } /** * Removes `key` and its value from the map. * * @private * @name delete * @memberOf MapCache * @param {string} key The key of the value to remove. * @returns {boolean} Returns `true` if the entry was removed, else `false`. */ function mapCacheDelete(key) { return getMapData(this, key)['delete'](key); } /** * Gets the map value for `key`. * * @private * @name get * @memberOf MapCache * @param {string} key The key of the value to get. * @returns {*} Returns the entry value. */ function mapCacheGet(key) { return getMapData(this, key).get(key); } /** * Checks if a map value for `key` exists. * * @private * @name has * @memberOf MapCache * @param {string} key The key of the entry to check. * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. */ function mapCacheHas(key) { return getMapData(this, key).has(key); } /** * Sets the map `key` to `value`. * * @private * @name set * @memberOf MapCache * @param {string} key The key of the value to set. * @param {*} value The value to set. * @returns {Object} Returns the map cache instance. */ function mapCacheSet(key, value) { getMapData(this, key).set(key, value); return this; } // Add methods to `MapCache`. MapCache.prototype.clear = mapCacheClear; MapCache.prototype['delete'] = mapCacheDelete; MapCache.prototype.get = mapCacheGet; MapCache.prototype.has = mapCacheHas; MapCache.prototype.set = mapCacheSet; /** * Gets the index at which the `key` is found in `array` of key-value pairs. * * @private * @param {Array} array The array to inspect. * @param {*} key The key to search for. * @returns {number} Returns the index of the matched value, else `-1`. */ function assocIndexOf(array, key) { var length = array.length; while (length--) { if (eq(array[length][0], key)) { return length; } } return -1; } /** * The base implementation of `_.isNative` without bad shim checks. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a native function, * else `false`. */ function baseIsNative(value) { if (!isObject(value) || isMasked(value)) { return false; } var pattern = (isFunction(value) || isHostObject(value)) ? reIsNative : reIsHostCtor; return pattern.test(toSource(value)); } /** * Gets the data for `map`. * * @private * @param {Object} map The map to query. * @param {string} key The reference key. * @returns {*} Returns the map data. */ function getMapData(map, key) { var data = map.__data__; return isKeyable(key) ? data[typeof key == 'string' ? 'string' : 'hash'] : data.map; } /** * Gets the native function at `key` of `object`. * * @private * @param {Object} object The object to query. * @param {string} key The key of the method to get. * @returns {*} Returns the function if it's native, else `undefined`. */ function getNative(object, key) { var value = getValue(object, key); return baseIsNative(value) ? value : undefined; } /** * Checks if `value` is suitable for use as unique object key. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is suitable, else `false`. */ function isKeyable(value) { var type = typeof value; return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean') ? (value !== '__proto__') : (value === null); } /** * Checks if `func` has its source masked. * * @private * @param {Function} func The function to check. * @returns {boolean} Returns `true` if `func` is masked, else `false`. */ function isMasked(func) { return !!maskSrcKey && (maskSrcKey in func); } /** * Converts `func` to its source code. * * @private * @param {Function} func The function to process. * @returns {string} Returns the source code. */ function toSource(func) { if (func != null) { try { return funcToString.call(func); } catch (e) {} try { return (func + ''); } catch (e) {} } return ''; } /** * Creates a function that memoizes the result of `func`. If `resolver` is * provided, it determines the cache key for storing the result based on the * arguments provided to the memoized function. By default, the first argument * provided to the memoized function is used as the map cache key. The `func` * is invoked with the `this` binding of the memoized function. * * **Note:** The cache is exposed as the `cache` property on the memoized * function. Its creation may be customized by replacing the `_.memoize.Cache` * constructor with one whose instances implement the * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object) * method interface of `delete`, `get`, `has`, and `set`. * * @static * @memberOf _ * @since 0.1.0 * @category Function * @param {Function} func The function to have its output memoized. * @param {Function} [resolver] The function to resolve the cache key. * @returns {Function} Returns the new memoized function. * @example * * var object = { 'a': 1, 'b': 2 }; * var other = { 'c': 3, 'd': 4 }; * * var values = _.memoize(_.values); * values(object); * // => [1, 2] * * values(other); * // => [3, 4] * * object.a = 2; * values(object); * // => [1, 2] * * // Modify the result cache. * values.cache.set(object, ['a', 'b']); * values(object); * // => ['a', 'b'] * * // Replace `_.memoize.Cache`. * _.memoize.Cache = WeakMap; */ function memoize(func, resolver) { if (typeof func != 'function' || (resolver && typeof resolver != 'function')) { throw new TypeError(FUNC_ERROR_TEXT); } var memoized = function() { var args = arguments, key = resolver ? resolver.apply(this, args) : args[0], cache = memoized.cache; if (cache.has(key)) { return cache.get(key); } var result = func.apply(this, args); memoized.cache = cache.set(key, result); return result; }; memoized.cache = new (memoize.Cache || MapCache); return memoized; } // Assign cache to `_.memoize`. memoize.Cache = MapCache; /** * Performs a * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) * comparison between two values to determine if they are equivalent. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to compare. * @param {*} other The other value to compare. * @returns {boolean} Returns `true` if the values are equivalent, else `false`. * @example * * var object = { 'a': 1 }; * var other = { 'a': 1 }; * * _.eq(object, object); * // => true * * _.eq(object, other); * // => false * * _.eq('a', 'a'); * // => true * * _.eq('a', Object('a')); * // => false * * _.eq(NaN, NaN); * // => true */ function eq(value, other) { return value === other || (value !== value && other !== other); } /** * Checks if `value` is classified as a `Function` object. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a function, else `false`. * @example * * _.isFunction(_); * // => true * * _.isFunction(/abc/); * // => false */ function isFunction(value) { // The use of `Object#toString` avoids issues with the `typeof` operator // in Safari 8-9 which returns 'object' for typed array and other constructors. var tag = isObject(value) ? objectToString.call(value) : ''; return tag == funcTag || tag == genTag; } /** * Checks if `value` is the * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is an object, else `false`. * @example * * _.isObject({}); * // => true * * _.isObject([1, 2, 3]); * // => true * * _.isObject(_.noop); * // => true * * _.isObject(null); * // => false */ function isObject(value) { var type = typeof value; return !!value && (type == 'object' || type == 'function'); } module.exports = memoize; /***/ }), /***/ 93096: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { /** * lodash (Custom Build) <https://lodash.com/> * Build: `lodash modularize exports="npm" -o ./` * Copyright jQuery Foundation and other contributors <https://jquery.org/> * Released under MIT license <https://lodash.com/license> * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE> * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors */ /** Used as the `TypeError` message for "Functions" methods. */ var FUNC_ERROR_TEXT = 'Expected a function'; /** Used as references for various `Number` constants. */ var NAN = 0 / 0; /** `Object#toString` result references. */ var symbolTag = '[object Symbol]'; /** Used to match leading and trailing whitespace. */ var reTrim = /^\s+|\s+$/g; /** Used to detect bad signed hexadecimal string values. */ var reIsBadHex = /^[-+]0x[0-9a-f]+$/i; /** Used to detect binary string values. */ var reIsBinary = /^0b[01]+$/i; /** Used to detect octal string values. */ var reIsOctal = /^0o[0-7]+$/i; /** Built-in method references without a dependency on `root`. */ var freeParseInt = parseInt; /** Detect free variable `global` from Node.js. */ var freeGlobal = typeof __webpack_require__.g == 'object' && __webpack_require__.g && __webpack_require__.g.Object === Object && __webpack_require__.g; /** Detect free variable `self`. */ var freeSelf = typeof self == 'object' && self && self.Object === Object && self; /** Used as a reference to the global object. */ var root = freeGlobal || freeSelf || Function('return this')(); /** Used for built-in method references. */ var objectProto = Object.prototype; /** * Used to resolve the * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) * of values. */ var objectToString = objectProto.toString; /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeMax = Math.max, nativeMin = Math.min; /** * Gets the timestamp of the number of milliseconds that have elapsed since * the Unix epoch (1 January 1970 00:00:00 UTC). * * @static * @memberOf _ * @since 2.4.0 * @category Date * @returns {number} Returns the timestamp. * @example * * _.defer(function(stamp) { * console.log(_.now() - stamp); * }, _.now()); * // => Logs the number of milliseconds it took for the deferred invocation. */ var now = function() { return root.Date.now(); }; /** * Creates a debounced function that delays invoking `func` until after `wait` * milliseconds have elapsed since the last time the debounced function was * invoked. The debounced function comes with a `cancel` method to cancel * delayed `func` invocations and a `flush` method to immediately invoke them. * Provide `options` to indicate whether `func` should be invoked on the * leading and/or trailing edge of the `wait` timeout. The `func` is invoked * with the last arguments provided to the debounced function. Subsequent * calls to the debounced function return the result of the last `func` * invocation. * * **Note:** If `leading` and `trailing` options are `true`, `func` is * invoked on the trailing edge of the timeout only if the debounced function * is invoked more than once during the `wait` timeout. * * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred * until to the next tick, similar to `setTimeout` with a timeout of `0`. * * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/) * for details over the differences between `_.debounce` and `_.throttle`. * * @static * @memberOf _ * @since 0.1.0 * @category Function * @param {Function} func The function to debounce. * @param {number} [wait=0] The number of milliseconds to delay. * @param {Object} [options={}] The options object. * @param {boolean} [options.leading=false] * Specify invoking on the leading edge of the timeout. * @param {number} [options.maxWait] * The maximum time `func` is allowed to be delayed before it's invoked. * @param {boolean} [options.trailing=true] * Specify invoking on the trailing edge of the timeout. * @returns {Function} Returns the new debounced function. * @example * * // Avoid costly calculations while the window size is in flux. * jQuery(window).on('resize', _.debounce(calculateLayout, 150)); * * // Invoke `sendMail` when clicked, debouncing subsequent calls. * jQuery(element).on('click', _.debounce(sendMail, 300, { * 'leading': true, * 'trailing': false * })); * * // Ensure `batchLog` is invoked once after 1 second of debounced calls. * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 }); * var source = new EventSource('/stream'); * jQuery(source).on('message', debounced); * * // Cancel the trailing debounced invocation. * jQuery(window).on('popstate', debounced.cancel); */ function debounce(func, wait, options) { var lastArgs, lastThis, maxWait, result, timerId, lastCallTime, lastInvokeTime = 0, leading = false, maxing = false, trailing = true; if (typeof func != 'function') { throw new TypeError(FUNC_ERROR_TEXT); } wait = toNumber(wait) || 0; if (isObject(options)) { leading = !!options.leading; maxing = 'maxWait' in options; maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait; trailing = 'trailing' in options ? !!options.trailing : trailing; } function invokeFunc(time) { var args = lastArgs, thisArg = lastThis; lastArgs = lastThis = undefined; lastInvokeTime = time; result = func.apply(thisArg, args); return result; } function leadingEdge(time) { // Reset any `maxWait` timer. lastInvokeTime = time; // Start the timer for the trailing edge. timerId = setTimeout(timerExpired, wait); // Invoke the leading edge. return leading ? invokeFunc(time) : result; } function remainingWait(time) { var timeSinceLastCall = time - lastCallTime, timeSinceLastInvoke = time - lastInvokeTime, result = wait - timeSinceLastCall; return maxing ? nativeMin(result, maxWait - timeSinceLastInvoke) : result; } function shouldInvoke(time) { var timeSinceLastCall = time - lastCallTime, timeSinceLastInvoke = time - lastInvokeTime; // Either this is the first call, activity has stopped and we're at the // trailing edge, the system time has gone backwards and we're treating // it as the trailing edge, or we've hit the `maxWait` limit. return (lastCallTime === undefined || (timeSinceLastCall >= wait) || (timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait)); } function timerExpired() { var time = now(); if (shouldInvoke(time)) { return trailingEdge(time); } // Restart the timer. timerId = setTimeout(timerExpired, remainingWait(time)); } function trailingEdge(time) { timerId = undefined; // Only invoke if we have `lastArgs` which means `func` has been // debounced at least once. if (trailing && lastArgs) { return invokeFunc(time); } lastArgs = lastThis = undefined; return result; } function cancel() { if (timerId !== undefined) { clearTimeout(timerId); } lastInvokeTime = 0; lastArgs = lastCallTime = lastThis = timerId = undefined; } function flush() { return timerId === undefined ? result : trailingEdge(now()); } function debounced() { var time = now(), isInvoking = shouldInvoke(time); lastArgs = arguments; lastThis = this; lastCallTime = time; if (isInvoking) { if (timerId === undefined) { return leadingEdge(lastCallTime); } if (maxing) { // Handle invocations in a tight loop. timerId = setTimeout(timerExpired, wait); return invokeFunc(lastCallTime); } } if (timerId === undefined) { timerId = setTimeout(timerExpired, wait); } return result; } debounced.cancel = cancel; debounced.flush = flush; return debounced; } /** * Creates a throttled function that only invokes `func` at most once per * every `wait` milliseconds. The throttled function comes with a `cancel` * method to cancel delayed `func` invocations and a `flush` method to * immediately invoke them. Provide `options` to indicate whether `func` * should be invoked on the leading and/or trailing edge of the `wait` * timeout. The `func` is invoked with the last arguments provided to the * throttled function. Subsequent calls to the throttled function return the * result of the last `func` invocation. * * **Note:** If `leading` and `trailing` options are `true`, `func` is * invoked on the trailing edge of the timeout only if the throttled function * is invoked more than once during the `wait` timeout. * * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred * until to the next tick, similar to `setTimeout` with a timeout of `0`. * * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/) * for details over the differences between `_.throttle` and `_.debounce`. * * @static * @memberOf _ * @since 0.1.0 * @category Function * @param {Function} func The function to throttle. * @param {number} [wait=0] The number of milliseconds to throttle invocations to. * @param {Object} [options={}] The options object. * @param {boolean} [options.leading=true] * Specify invoking on the leading edge of the timeout. * @param {boolean} [options.trailing=true] * Specify invoking on the trailing edge of the timeout. * @returns {Function} Returns the new throttled function. * @example * * // Avoid excessively updating the position while scrolling. * jQuery(window).on('scroll', _.throttle(updatePosition, 100)); * * // Invoke `renewToken` when the click event is fired, but not more than once every 5 minutes. * var throttled = _.throttle(renewToken, 300000, { 'trailing': false }); * jQuery(element).on('click', throttled); * * // Cancel the trailing throttled invocation. * jQuery(window).on('popstate', throttled.cancel); */ function throttle(func, wait, options) { var leading = true, trailing = true; if (typeof func != 'function') { throw new TypeError(FUNC_ERROR_TEXT); } if (isObject(options)) { leading = 'leading' in options ? !!options.leading : leading; trailing = 'trailing' in options ? !!options.trailing : trailing; } return debounce(func, wait, { 'leading': leading, 'maxWait': wait, 'trailing': trailing }); } /** * Checks if `value` is the * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is an object, else `false`. * @example * * _.isObject({}); * // => true * * _.isObject([1, 2, 3]); * // => true * * _.isObject(_.noop); * // => true * * _.isObject(null); * // => false */ function isObject(value) { var type = typeof value; return !!value && (type == 'object' || type == 'function'); } /** * Checks if `value` is object-like. A value is object-like if it's not `null` * and has a `typeof` result of "object". * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is object-like, else `false`. * @example * * _.isObjectLike({}); * // => true * * _.isObjectLike([1, 2, 3]); * // => true * * _.isObjectLike(_.noop); * // => false * * _.isObjectLike(null); * // => false */ function isObjectLike(value) { return !!value && typeof value == 'object'; } /** * Checks if `value` is classified as a `Symbol` primitive or object. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a symbol, else `false`. * @example * * _.isSymbol(Symbol.iterator); * // => true * * _.isSymbol('abc'); * // => false */ function isSymbol(value) { return typeof value == 'symbol' || (isObjectLike(value) && objectToString.call(value) == symbolTag); } /** * Converts `value` to a number. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to process. * @returns {number} Returns the number. * @example * * _.toNumber(3.2); * // => 3.2 * * _.toNumber(Number.MIN_VALUE); * // => 5e-324 * * _.toNumber(Infinity); * // => Infinity * * _.toNumber('3.2'); * // => 3.2 */ function toNumber(value) { if (typeof value == 'number') { return value; } if (isSymbol(value)) { return NAN; } if (isObject(value)) { var other = typeof value.valueOf == 'function' ? value.valueOf() : value; value = isObject(other) ? (other + '') : other; } if (typeof value != 'string') { return value === 0 ? value : +value; } value = value.replace(reTrim, ''); var isBinary = reIsBinary.test(value); return (isBinary || reIsOctal.test(value)) ? freeParseInt(value.slice(2), isBinary ? 2 : 8) : (reIsBadHex.test(value) ? NAN : +value); } module.exports = throttle; /***/ }), /***/ 18552: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var getNative = __webpack_require__(10852), root = __webpack_require__(55639); /* Built-in method references that are verified to be native. */ var DataView = getNative(root, 'DataView'); module.exports = DataView; /***/ }), /***/ 1989: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var hashClear = __webpack_require__(51789), hashDelete = __webpack_require__(80401), hashGet = __webpack_require__(57667), hashHas = __webpack_require__(21327), hashSet = __webpack_require__(81866); /** * Creates a hash object. * * @private * @constructor * @param {Array} [entries] The key-value pairs to cache. */ function Hash(entries) { var index = -1, length = entries == null ? 0 : entries.length; this.clear(); while (++index < length) { var entry = entries[index]; this.set(entry[0], entry[1]); } } // Add methods to `Hash`. Hash.prototype.clear = hashClear; Hash.prototype['delete'] = hashDelete; Hash.prototype.get = hashGet; Hash.prototype.has = hashHas; Hash.prototype.set = hashSet; module.exports = Hash; /***/ }), /***/ 38407: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var listCacheClear = __webpack_require__(27040), listCacheDelete = __webpack_require__(14125), listCacheGet = __webpack_require__(82117), listCacheHas = __webpack_require__(67518), listCacheSet = __webpack_require__(54705); /** * Creates an list cache object. * * @private * @constructor * @param {Array} [entries] The key-value pairs to cache. */ function ListCache(entries) { var index = -1, length = entries == null ? 0 : entries.length; this.clear(); while (++index < length) { var entry = entries[index]; this.set(entry[0], entry[1]); } } // Add methods to `ListCache`. ListCache.prototype.clear = listCacheClear; ListCache.prototype['delete'] = listCacheDelete; ListCache.prototype.get = listCacheGet; ListCache.prototype.has = listCacheHas; ListCache.prototype.set = listCacheSet; module.exports = ListCache; /***/ }), /***/ 57071: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var getNative = __webpack_require__(10852), root = __webpack_require__(55639); /* Built-in method references that are verified to be native. */ var Map = getNative(root, 'Map'); module.exports = Map; /***/ }), /***/ 83369: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var mapCacheClear = __webpack_require__(24785), mapCacheDelete = __webpack_require__(11285), mapCacheGet = __webpack_require__(96000), mapCacheHas = __webpack_require__(49916), mapCacheSet = __webpack_require__(95265); /** * Creates a map cache object to store key-value pairs. * * @private * @constructor * @param {Array} [entries] The key-value pairs to cache. */ function MapCache(entries) { var index = -1, length = entries == null ? 0 : entries.length; this.clear(); while (++index < length) { var entry = entries[index]; this.set(entry[0], entry[1]); } } // Add methods to `MapCache`. MapCache.prototype.clear = mapCacheClear; MapCache.prototype['delete'] = mapCacheDelete; MapCache.prototype.get = mapCacheGet; MapCache.prototype.has = mapCacheHas; MapCache.prototype.set = mapCacheSet; module.exports = MapCache; /***/ }), /***/ 53818: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var getNative = __webpack_require__(10852), root = __webpack_require__(55639); /* Built-in method references that are verified to be native. */ var Promise = getNative(root, 'Promise'); module.exports = Promise; /***/ }), /***/ 58525: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var getNative = __webpack_require__(10852), root = __webpack_require__(55639); /* Built-in method references that are verified to be native. */ var Set = getNative(root, 'Set'); module.exports = Set; /***/ }), /***/ 88668: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var MapCache = __webpack_require__(83369), setCacheAdd = __webpack_require__(90619), setCacheHas = __webpack_require__(72385); /** * * Creates an array cache object to store unique values. * * @private * @constructor * @param {Array} [values] The values to cache. */ function SetCache(values) { var index = -1, length = values == null ? 0 : values.length; this.__data__ = new MapCache; while (++index < length) { this.add(values[index]); } } // Add methods to `SetCache`. SetCache.prototype.add = SetCache.prototype.push = setCacheAdd; SetCache.prototype.has = setCacheHas; module.exports = SetCache; /***/ }), /***/ 46384: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var ListCache = __webpack_require__(38407), stackClear = __webpack_require__(37465), stackDelete = __webpack_require__(63779), stackGet = __webpack_require__(67599), stackHas = __webpack_require__(44758), stackSet = __webpack_require__(34309); /** * Creates a stack cache object to store key-value pairs. * * @private * @constructor * @param {Array} [entries] The key-value pairs to cache. */ function Stack(entries) { var data = this.__data__ = new ListCache(entries); this.size = data.size; } // Add methods to `Stack`. Stack.prototype.clear = stackClear; Stack.prototype['delete'] = stackDelete; Stack.prototype.get = stackGet; Stack.prototype.has = stackHas; Stack.prototype.set = stackSet; module.exports = Stack; /***/ }), /***/ 62705: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var root = __webpack_require__(55639); /** Built-in value references. */ var Symbol = root.Symbol; module.exports = Symbol; /***/ }), /***/ 11149: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var root = __webpack_require__(55639); /** Built-in value references. */ var Uint8Array = root.Uint8Array; module.exports = Uint8Array; /***/ }), /***/ 70577: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var getNative = __webpack_require__(10852), root = __webpack_require__(55639); /* Built-in method references that are verified to be native. */ var WeakMap = getNative(root, 'WeakMap'); module.exports = WeakMap; /***/ }), /***/ 96874: /***/ (function(module) { /** * A faster alternative to `Function#apply`, this function invokes `func` * with the `this` binding of `thisArg` and the arguments of `args`. * * @private * @param {Function} func The function to invoke. * @param {*} thisArg The `this` binding of `func`. * @param {Array} args The arguments to invoke `func` with. * @returns {*} Returns the result of `func`. */ function apply(func, thisArg, args) { switch (args.length) { case 0: return func.call(thisArg); case 1: return func.call(thisArg, args[0]); case 2: return func.call(thisArg, args[0], args[1]); case 3: return func.call(thisArg, args[0], args[1], args[2]); } return func.apply(thisArg, args); } module.exports = apply; /***/ }), /***/ 77412: /***/ (function(module) { /** * A specialized version of `_.forEach` for arrays without support for * iteratee shorthands. * * @private * @param {Array} [array] The array to iterate over. * @param {Function} iteratee The function invoked per iteration. * @returns {Array} Returns `array`. */ function arrayEach(array, iteratee) { var index = -1, length = array == null ? 0 : array.length; while (++index < length) { if (iteratee(array[index], index, array) === false) { break; } } return array; } module.exports = arrayEach; /***/ }), /***/ 34963: /***/ (function(module) { /** * A specialized version of `_.filter` for arrays without support for * iteratee shorthands. * * @private * @param {Array} [array] The array to iterate over. * @param {Function} predicate The function invoked per iteration. * @returns {Array} Returns the new filtered array. */ function arrayFilter(array, predicate) { var index = -1, length = array == null ? 0 : array.length, resIndex = 0, result = []; while (++index < length) { var value = array[index]; if (predicate(value, index, array)) { result[resIndex++] = value; } } return result; } module.exports = arrayFilter; /***/ }), /***/ 47443: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseIndexOf = __webpack_require__(42118); /** * A specialized version of `_.includes` for arrays without support for * specifying an index to search from. * * @private * @param {Array} [array] The array to inspect. * @param {*} target The value to search for. * @returns {boolean} Returns `true` if `target` is found, else `false`. */ function arrayIncludes(array, value) { var length = array == null ? 0 : array.length; return !!length && baseIndexOf(array, value, 0) > -1; } module.exports = arrayIncludes; /***/ }), /***/ 1196: /***/ (function(module) { /** * This function is like `arrayIncludes` except that it accepts a comparator. * * @private * @param {Array} [array] The array to inspect. * @param {*} target The value to search for. * @param {Function} comparator The comparator invoked per element. * @returns {boolean} Returns `true` if `target` is found, else `false`. */ function arrayIncludesWith(array, value, comparator) { var index = -1, length = array == null ? 0 : array.length; while (++index < length) { if (comparator(value, array[index])) { return true; } } return false; } module.exports = arrayIncludesWith; /***/ }), /***/ 14636: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseTimes = __webpack_require__(22545), isArguments = __webpack_require__(35694), isArray = __webpack_require__(1469), isBuffer = __webpack_require__(44144), isIndex = __webpack_require__(65776), isTypedArray = __webpack_require__(36719); /** Used for built-in method references. */ var objectProto = Object.prototype; /** Used to check objects for own properties. */ var hasOwnProperty = objectProto.hasOwnProperty; /** * Creates an array of the enumerable property names of the array-like `value`. * * @private * @param {*} value The value to query. * @param {boolean} inherited Specify returning inherited property names. * @returns {Array} Returns the array of property names. */ function arrayLikeKeys(value, inherited) { var isArr = isArray(value), isArg = !isArr && isArguments(value), isBuff = !isArr && !isArg && isBuffer(value), isType = !isArr && !isArg && !isBuff && isTypedArray(value), skipIndexes = isArr || isArg || isBuff || isType, result = skipIndexes ? baseTimes(value.length, String) : [], length = result.length; for (var key in value) { if ((inherited || hasOwnProperty.call(value, key)) && !(skipIndexes && ( // Safari 9 has enumerable `arguments.length` in strict mode. key == 'length' || // Node.js 0.10 has enumerable non-index properties on buffers. (isBuff && (key == 'offset' || key == 'parent')) || // PhantomJS 2 has enumerable non-index properties on typed arrays. (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) || // Skip index properties. isIndex(key, length) ))) { result.push(key); } } return result; } module.exports = arrayLikeKeys; /***/ }), /***/ 29932: /***/ (function(module) { /** * A specialized version of `_.map` for arrays without support for iteratee * shorthands. * * @private * @param {Array} [array] The array to iterate over. * @param {Function} iteratee The function invoked per iteration. * @returns {Array} Returns the new mapped array. */ function arrayMap(array, iteratee) { var index = -1, length = array == null ? 0 : array.length, result = Array(length); while (++index < length) { result[index] = iteratee(array[index], index, array); } return result; } module.exports = arrayMap; /***/ }), /***/ 62488: /***/ (function(module) { /** * Appends the elements of `values` to `array`. * * @private * @param {Array} array The array to modify. * @param {Array} values The values to append. * @returns {Array} Returns `array`. */ function arrayPush(array, values) { var index = -1, length = values.length, offset = array.length; while (++index < length) { array[offset + index] = values[index]; } return array; } module.exports = arrayPush; /***/ }), /***/ 82908: /***/ (function(module) { /** * A specialized version of `_.some` for arrays without support for iteratee * shorthands. * * @private * @param {Array} [array] The array to iterate over. * @param {Function} predicate The function invoked per iteration. * @returns {boolean} Returns `true` if any element passes the predicate check, * else `false`. */ function arraySome(array, predicate) { var index = -1, length = array == null ? 0 : array.length; while (++index < length) { if (predicate(array[index], index, array)) { return true; } } return false; } module.exports = arraySome; /***/ }), /***/ 86556: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseAssignValue = __webpack_require__(89465), eq = __webpack_require__(77813); /** * This function is like `assignValue` except that it doesn't assign * `undefined` values. * * @private * @param {Object} object The object to modify. * @param {string} key The key of the property to assign. * @param {*} value The value to assign. */ function assignMergeValue(object, key, value) { if ((value !== undefined && !eq(object[key], value)) || (value === undefined && !(key in object))) { baseAssignValue(object, key, value); } } module.exports = assignMergeValue; /***/ }), /***/ 34865: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseAssignValue = __webpack_require__(89465), eq = __webpack_require__(77813); /** Used for built-in method references. */ var objectProto = Object.prototype; /** Used to check objects for own properties. */ var hasOwnProperty = objectProto.hasOwnProperty; /** * Assigns `value` to `key` of `object` if the existing value is not equivalent * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) * for equality comparisons. * * @private * @param {Object} object The object to modify. * @param {string} key The key of the property to assign. * @param {*} value The value to assign. */ function assignValue(object, key, value) { var objValue = object[key]; if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) || (value === undefined && !(key in object))) { baseAssignValue(object, key, value); } } module.exports = assignValue; /***/ }), /***/ 18470: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var eq = __webpack_require__(77813); /** * Gets the index at which the `key` is found in `array` of key-value pairs. * * @private * @param {Array} array The array to inspect. * @param {*} key The key to search for. * @returns {number} Returns the index of the matched value, else `-1`. */ function assocIndexOf(array, key) { var length = array.length; while (length--) { if (eq(array[length][0], key)) { return length; } } return -1; } module.exports = assocIndexOf; /***/ }), /***/ 44037: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var copyObject = __webpack_require__(98363), keys = __webpack_require__(3674); /** * The base implementation of `_.assign` without support for multiple sources * or `customizer` functions. * * @private * @param {Object} object The destination object. * @param {Object} source The source object. * @returns {Object} Returns `object`. */ function baseAssign(object, source) { return object && copyObject(source, keys(source), object); } module.exports = baseAssign; /***/ }), /***/ 63886: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var copyObject = __webpack_require__(98363), keysIn = __webpack_require__(81704); /** * The base implementation of `_.assignIn` without support for multiple sources * or `customizer` functions. * * @private * @param {Object} object The destination object. * @param {Object} source The source object. * @returns {Object} Returns `object`. */ function baseAssignIn(object, source) { return object && copyObject(source, keysIn(source), object); } module.exports = baseAssignIn; /***/ }), /***/ 89465: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var defineProperty = __webpack_require__(38777); /** * The base implementation of `assignValue` and `assignMergeValue` without * value checks. * * @private * @param {Object} object The object to modify. * @param {string} key The key of the property to assign. * @param {*} value The value to assign. */ function baseAssignValue(object, key, value) { if (key == '__proto__' && defineProperty) { defineProperty(object, key, { 'configurable': true, 'enumerable': true, 'value': value, 'writable': true }); } else { object[key] = value; } } module.exports = baseAssignValue; /***/ }), /***/ 85990: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var Stack = __webpack_require__(46384), arrayEach = __webpack_require__(77412), assignValue = __webpack_require__(34865), baseAssign = __webpack_require__(44037), baseAssignIn = __webpack_require__(63886), cloneBuffer = __webpack_require__(64626), copyArray = __webpack_require__(278), copySymbols = __webpack_require__(18805), copySymbolsIn = __webpack_require__(1911), getAllKeys = __webpack_require__(58234), getAllKeysIn = __webpack_require__(46904), getTag = __webpack_require__(64160), initCloneArray = __webpack_require__(43824), initCloneByTag = __webpack_require__(29148), initCloneObject = __webpack_require__(38517), isArray = __webpack_require__(1469), isBuffer = __webpack_require__(44144), isMap = __webpack_require__(56688), isObject = __webpack_require__(13218), isSet = __webpack_require__(72928), keys = __webpack_require__(3674), keysIn = __webpack_require__(81704); /** Used to compose bitmasks for cloning. */ var CLONE_DEEP_FLAG = 1, CLONE_FLAT_FLAG = 2, CLONE_SYMBOLS_FLAG = 4; /** `Object#toString` result references. */ var argsTag = '[object Arguments]', arrayTag = '[object Array]', boolTag = '[object Boolean]', dateTag = '[object Date]', errorTag = '[object Error]', funcTag = '[object Function]', genTag = '[object GeneratorFunction]', mapTag = '[object Map]', numberTag = '[object Number]', objectTag = '[object Object]', regexpTag = '[object RegExp]', setTag = '[object Set]', stringTag = '[object String]', symbolTag = '[object Symbol]', weakMapTag = '[object WeakMap]'; var arrayBufferTag = '[object ArrayBuffer]', dataViewTag = '[object DataView]', float32Tag = '[object Float32Array]', float64Tag = '[object Float64Array]', int8Tag = '[object Int8Array]', int16Tag = '[object Int16Array]', int32Tag = '[object Int32Array]', uint8Tag = '[object Uint8Array]', uint8ClampedTag = '[object Uint8ClampedArray]', uint16Tag = '[object Uint16Array]', uint32Tag = '[object Uint32Array]'; /** Used to identify `toStringTag` values supported by `_.clone`. */ var cloneableTags = {}; cloneableTags[argsTag] = cloneableTags[arrayTag] = cloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] = cloneableTags[boolTag] = cloneableTags[dateTag] = cloneableTags[float32Tag] = cloneableTags[float64Tag] = cloneableTags[int8Tag] = cloneableTags[int16Tag] = cloneableTags[int32Tag] = cloneableTags[mapTag] = cloneableTags[numberTag] = cloneableTags[objectTag] = cloneableTags[regexpTag] = cloneableTags[setTag] = cloneableTags[stringTag] = cloneableTags[symbolTag] = cloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] = cloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true; cloneableTags[errorTag] = cloneableTags[funcTag] = cloneableTags[weakMapTag] = false; /** * The base implementation of `_.clone` and `_.cloneDeep` which tracks * traversed objects. * * @private * @param {*} value The value to clone. * @param {boolean} bitmask The bitmask flags. * 1 - Deep clone * 2 - Flatten inherited properties * 4 - Clone symbols * @param {Function} [customizer] The function to customize cloning. * @param {string} [key] The key of `value`. * @param {Object} [object] The parent object of `value`. * @param {Object} [stack] Tracks traversed objects and their clone counterparts. * @returns {*} Returns the cloned value. */ function baseClone(value, bitmask, customizer, key, object, stack) { var result, isDeep = bitmask & CLONE_DEEP_FLAG, isFlat = bitmask & CLONE_FLAT_FLAG, isFull = bitmask & CLONE_SYMBOLS_FLAG; if (customizer) { result = object ? customizer(value, key, object, stack) : customizer(value); } if (result !== undefined) { return result; } if (!isObject(value)) { return value; } var isArr = isArray(value); if (isArr) { result = initCloneArray(value); if (!isDeep) { return copyArray(value, result); } } else { var tag = getTag(value), isFunc = tag == funcTag || tag == genTag; if (isBuffer(value)) { return cloneBuffer(value, isDeep); } if (tag == objectTag || tag == argsTag || (isFunc && !object)) { result = (isFlat || isFunc) ? {} : initCloneObject(value); if (!isDeep) { return isFlat ? copySymbolsIn(value, baseAssignIn(result, value)) : copySymbols(value, baseAssign(result, value)); } } else { if (!cloneableTags[tag]) { return object ? value : {}; } result = initCloneByTag(value, tag, isDeep); } } // Check for circular references and return its corresponding clone. stack || (stack = new Stack); var stacked = stack.get(value); if (stacked) { return stacked; } stack.set(value, result); if (isSet(value)) { value.forEach(function(subValue) { result.add(baseClone(subValue, bitmask, customizer, subValue, value, stack)); }); } else if (isMap(value)) { value.forEach(function(subValue, key) { result.set(key, baseClone(subValue, bitmask, customizer, key, value, stack)); }); } var keysFunc = isFull ? (isFlat ? getAllKeysIn : getAllKeys) : (isFlat ? keysIn : keys); var props = isArr ? undefined : keysFunc(value); arrayEach(props || value, function(subValue, key) { if (props) { key = subValue; subValue = value[key]; } // Recursively populate clone (susceptible to call stack limits). assignValue(result, key, baseClone(subValue, bitmask, customizer, key, value, stack)); }); return result; } module.exports = baseClone; /***/ }), /***/ 3118: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isObject = __webpack_require__(13218); /** Built-in value references. */ var objectCreate = Object.create; /** * The base implementation of `_.create` without support for assigning * properties to the created object. * * @private * @param {Object} proto The object to inherit from. * @returns {Object} Returns the new object. */ var baseCreate = (function() { function object() {} return function(proto) { if (!isObject(proto)) { return {}; } if (objectCreate) { return objectCreate(proto); } object.prototype = proto; var result = new object; object.prototype = undefined; return result; }; }()); module.exports = baseCreate; /***/ }), /***/ 20731: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var SetCache = __webpack_require__(88668), arrayIncludes = __webpack_require__(47443), arrayIncludesWith = __webpack_require__(1196), arrayMap = __webpack_require__(29932), baseUnary = __webpack_require__(7518), cacheHas = __webpack_require__(74757); /** Used as the size to enable large array optimizations. */ var LARGE_ARRAY_SIZE = 200; /** * The base implementation of methods like `_.difference` without support * for excluding multiple arrays or iteratee shorthands. * * @private * @param {Array} array The array to inspect. * @param {Array} values The values to exclude. * @param {Function} [iteratee] The iteratee invoked per element. * @param {Function} [comparator] The comparator invoked per element. * @returns {Array} Returns the new array of filtered values. */ function baseDifference(array, values, iteratee, comparator) { var index = -1, includes = arrayIncludes, isCommon = true, length = array.length, result = [], valuesLength = values.length; if (!length) { return result; } if (iteratee) { values = arrayMap(values, baseUnary(iteratee)); } if (comparator) { includes = arrayIncludesWith; isCommon = false; } else if (values.length >= LARGE_ARRAY_SIZE) { includes = cacheHas; isCommon = false; values = new SetCache(values); } outer: while (++index < length) { var value = array[index], computed = iteratee == null ? value : iteratee(value); value = (comparator || value !== 0) ? value : 0; if (isCommon && computed === computed) { var valuesIndex = valuesLength; while (valuesIndex--) { if (values[valuesIndex] === computed) { continue outer; } } result.push(value); } else if (!includes(values, computed, comparator)) { result.push(value); } } return result; } module.exports = baseDifference; /***/ }), /***/ 89881: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseForOwn = __webpack_require__(47816), createBaseEach = __webpack_require__(99291); /** * The base implementation of `_.forEach` without support for iteratee shorthands. * * @private * @param {Array|Object} collection The collection to iterate over. * @param {Function} iteratee The function invoked per iteration. * @returns {Array|Object} Returns `collection`. */ var baseEach = createBaseEach(baseForOwn); module.exports = baseEach; /***/ }), /***/ 41848: /***/ (function(module) { /** * The base implementation of `_.findIndex` and `_.findLastIndex` without * support for iteratee shorthands. * * @private * @param {Array} array The array to inspect. * @param {Function} predicate The function invoked per iteration. * @param {number} fromIndex The index to search from. * @param {boolean} [fromRight] Specify iterating from right to left. * @returns {number} Returns the index of the matched value, else `-1`. */ function baseFindIndex(array, predicate, fromIndex, fromRight) { var length = array.length, index = fromIndex + (fromRight ? 1 : -1); while ((fromRight ? index-- : ++index < length)) { if (predicate(array[index], index, array)) { return index; } } return -1; } module.exports = baseFindIndex; /***/ }), /***/ 21078: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var arrayPush = __webpack_require__(62488), isFlattenable = __webpack_require__(37285); /** * The base implementation of `_.flatten` with support for restricting flattening. * * @private * @param {Array} array The array to flatten. * @param {number} depth The maximum recursion depth. * @param {boolean} [predicate=isFlattenable] The function invoked per iteration. * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks. * @param {Array} [result=[]] The initial result value. * @returns {Array} Returns the new flattened array. */ function baseFlatten(array, depth, predicate, isStrict, result) { var index = -1, length = array.length; predicate || (predicate = isFlattenable); result || (result = []); while (++index < length) { var value = array[index]; if (depth > 0 && predicate(value)) { if (depth > 1) { // Recursively flatten arrays (susceptible to call stack limits). baseFlatten(value, depth - 1, predicate, isStrict, result); } else { arrayPush(result, value); } } else if (!isStrict) { result[result.length] = value; } } return result; } module.exports = baseFlatten; /***/ }), /***/ 28483: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var createBaseFor = __webpack_require__(25063); /** * The base implementation of `baseForOwn` which iterates over `object` * properties returned by `keysFunc` and invokes `iteratee` for each property. * Iteratee functions may exit iteration early by explicitly returning `false`. * * @private * @param {Object} object The object to iterate over. * @param {Function} iteratee The function invoked per iteration. * @param {Function} keysFunc The function to get the keys of `object`. * @returns {Object} Returns `object`. */ var baseFor = createBaseFor(); module.exports = baseFor; /***/ }), /***/ 47816: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseFor = __webpack_require__(28483), keys = __webpack_require__(3674); /** * The base implementation of `_.forOwn` without support for iteratee shorthands. * * @private * @param {Object} object The object to iterate over. * @param {Function} iteratee The function invoked per iteration. * @returns {Object} Returns `object`. */ function baseForOwn(object, iteratee) { return object && baseFor(object, iteratee, keys); } module.exports = baseForOwn; /***/ }), /***/ 97786: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var castPath = __webpack_require__(71811), toKey = __webpack_require__(40327); /** * The base implementation of `_.get` without support for default values. * * @private * @param {Object} object The object to query. * @param {Array|string} path The path of the property to get. * @returns {*} Returns the resolved value. */ function baseGet(object, path) { path = castPath(path, object); var index = 0, length = path.length; while (object != null && index < length) { object = object[toKey(path[index++])]; } return (index && index == length) ? object : undefined; } module.exports = baseGet; /***/ }), /***/ 68866: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var arrayPush = __webpack_require__(62488), isArray = __webpack_require__(1469); /** * The base implementation of `getAllKeys` and `getAllKeysIn` which uses * `keysFunc` and `symbolsFunc` to get the enumerable property names and * symbols of `object`. * * @private * @param {Object} object The object to query. * @param {Function} keysFunc The function to get the keys of `object`. * @param {Function} symbolsFunc The function to get the symbols of `object`. * @returns {Array} Returns the array of property names and symbols. */ function baseGetAllKeys(object, keysFunc, symbolsFunc) { var result = keysFunc(object); return isArray(object) ? result : arrayPush(result, symbolsFunc(object)); } module.exports = baseGetAllKeys; /***/ }), /***/ 44239: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var Symbol = __webpack_require__(62705), getRawTag = __webpack_require__(89607), objectToString = __webpack_require__(2333); /** `Object#toString` result references. */ var nullTag = '[object Null]', undefinedTag = '[object Undefined]'; /** Built-in value references. */ var symToStringTag = Symbol ? Symbol.toStringTag : undefined; /** * The base implementation of `getTag` without fallbacks for buggy environments. * * @private * @param {*} value The value to query. * @returns {string} Returns the `toStringTag`. */ function baseGetTag(value) { if (value == null) { return value === undefined ? undefinedTag : nullTag; } return (symToStringTag && symToStringTag in Object(value)) ? getRawTag(value) : objectToString(value); } module.exports = baseGetTag; /***/ }), /***/ 13: /***/ (function(module) { /** * The base implementation of `_.hasIn` without support for deep paths. * * @private * @param {Object} [object] The object to query. * @param {Array|string} key The key to check. * @returns {boolean} Returns `true` if `key` exists, else `false`. */ function baseHasIn(object, key) { return object != null && key in Object(object); } module.exports = baseHasIn; /***/ }), /***/ 42118: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseFindIndex = __webpack_require__(41848), baseIsNaN = __webpack_require__(62722), strictIndexOf = __webpack_require__(42351); /** * The base implementation of `_.indexOf` without `fromIndex` bounds checks. * * @private * @param {Array} array The array to inspect. * @param {*} value The value to search for. * @param {number} fromIndex The index to search from. * @returns {number} Returns the index of the matched value, else `-1`. */ function baseIndexOf(array, value, fromIndex) { return value === value ? strictIndexOf(array, value, fromIndex) : baseFindIndex(array, baseIsNaN, fromIndex); } module.exports = baseIndexOf; /***/ }), /***/ 9454: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseGetTag = __webpack_require__(44239), isObjectLike = __webpack_require__(37005); /** `Object#toString` result references. */ var argsTag = '[object Arguments]'; /** * The base implementation of `_.isArguments`. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is an `arguments` object, */ function baseIsArguments(value) { return isObjectLike(value) && baseGetTag(value) == argsTag; } module.exports = baseIsArguments; /***/ }), /***/ 90939: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseIsEqualDeep = __webpack_require__(2492), isObjectLike = __webpack_require__(37005); /** * The base implementation of `_.isEqual` which supports partial comparisons * and tracks traversed objects. * * @private * @param {*} value The value to compare. * @param {*} other The other value to compare. * @param {boolean} bitmask The bitmask flags. * 1 - Unordered comparison * 2 - Partial comparison * @param {Function} [customizer] The function to customize comparisons. * @param {Object} [stack] Tracks traversed `value` and `other` objects. * @returns {boolean} Returns `true` if the values are equivalent, else `false`. */ function baseIsEqual(value, other, bitmask, customizer, stack) { if (value === other) { return true; } if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) { return value !== value && other !== other; } return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack); } module.exports = baseIsEqual; /***/ }), /***/ 2492: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var Stack = __webpack_require__(46384), equalArrays = __webpack_require__(67114), equalByTag = __webpack_require__(18351), equalObjects = __webpack_require__(16096), getTag = __webpack_require__(64160), isArray = __webpack_require__(1469), isBuffer = __webpack_require__(44144), isTypedArray = __webpack_require__(36719); /** Used to compose bitmasks for value comparisons. */ var COMPARE_PARTIAL_FLAG = 1; /** `Object#toString` result references. */ var argsTag = '[object Arguments]', arrayTag = '[object Array]', objectTag = '[object Object]'; /** Used for built-in method references. */ var objectProto = Object.prototype; /** Used to check objects for own properties. */ var hasOwnProperty = objectProto.hasOwnProperty; /** * A specialized version of `baseIsEqual` for arrays and objects which performs * deep comparisons and tracks traversed objects enabling objects with circular * references to be compared. * * @private * @param {Object} object The object to compare. * @param {Object} other The other object to compare. * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. * @param {Function} customizer The function to customize comparisons. * @param {Function} equalFunc The function to determine equivalents of values. * @param {Object} [stack] Tracks traversed `object` and `other` objects. * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. */ function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) { var objIsArr = isArray(object), othIsArr = isArray(other), objTag = objIsArr ? arrayTag : getTag(object), othTag = othIsArr ? arrayTag : getTag(other); objTag = objTag == argsTag ? objectTag : objTag; othTag = othTag == argsTag ? objectTag : othTag; var objIsObj = objTag == objectTag, othIsObj = othTag == objectTag, isSameTag = objTag == othTag; if (isSameTag && isBuffer(object)) { if (!isBuffer(other)) { return false; } objIsArr = true; objIsObj = false; } if (isSameTag && !objIsObj) { stack || (stack = new Stack); return (objIsArr || isTypedArray(object)) ? equalArrays(object, other, bitmask, customizer, equalFunc, stack) : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack); } if (!(bitmask & COMPARE_PARTIAL_FLAG)) { var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'), othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__'); if (objIsWrapped || othIsWrapped) { var objUnwrapped = objIsWrapped ? object.value() : object, othUnwrapped = othIsWrapped ? other.value() : other; stack || (stack = new Stack); return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack); } } if (!isSameTag) { return false; } stack || (stack = new Stack); return equalObjects(object, other, bitmask, customizer, equalFunc, stack); } module.exports = baseIsEqualDeep; /***/ }), /***/ 25588: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var getTag = __webpack_require__(64160), isObjectLike = __webpack_require__(37005); /** `Object#toString` result references. */ var mapTag = '[object Map]'; /** * The base implementation of `_.isMap` without Node.js optimizations. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a map, else `false`. */ function baseIsMap(value) { return isObjectLike(value) && getTag(value) == mapTag; } module.exports = baseIsMap; /***/ }), /***/ 2958: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var Stack = __webpack_require__(46384), baseIsEqual = __webpack_require__(90939); /** Used to compose bitmasks for value comparisons. */ var COMPARE_PARTIAL_FLAG = 1, COMPARE_UNORDERED_FLAG = 2; /** * The base implementation of `_.isMatch` without support for iteratee shorthands. * * @private * @param {Object} object The object to inspect. * @param {Object} source The object of property values to match. * @param {Array} matchData The property names, values, and compare flags to match. * @param {Function} [customizer] The function to customize comparisons. * @returns {boolean} Returns `true` if `object` is a match, else `false`. */ function baseIsMatch(object, source, matchData, customizer) { var index = matchData.length, length = index, noCustomizer = !customizer; if (object == null) { return !length; } object = Object(object); while (index--) { var data = matchData[index]; if ((noCustomizer && data[2]) ? data[1] !== object[data[0]] : !(data[0] in object) ) { return false; } } while (++index < length) { data = matchData[index]; var key = data[0], objValue = object[key], srcValue = data[1]; if (noCustomizer && data[2]) { if (objValue === undefined && !(key in object)) { return false; } } else { var stack = new Stack; if (customizer) { var result = customizer(objValue, srcValue, key, object, source, stack); } if (!(result === undefined ? baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG, customizer, stack) : result )) { return false; } } } return true; } module.exports = baseIsMatch; /***/ }), /***/ 62722: /***/ (function(module) { /** * The base implementation of `_.isNaN` without support for number objects. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. */ function baseIsNaN(value) { return value !== value; } module.exports = baseIsNaN; /***/ }), /***/ 28458: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isFunction = __webpack_require__(23560), isMasked = __webpack_require__(15346), isObject = __webpack_require__(13218), toSource = __webpack_require__(80346); /** * Used to match `RegExp` * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns). */ var reRegExpChar = /[\\^$.*+?()[\]{}|]/g; /** Used to detect host constructors (Safari). */ var reIsHostCtor = /^\[object .+?Constructor\]$/; /** Used for built-in method references. */ var funcProto = Function.prototype, objectProto = Object.prototype; /** Used to resolve the decompiled source of functions. */ var funcToString = funcProto.toString; /** Used to check objects for own properties. */ var hasOwnProperty = objectProto.hasOwnProperty; /** Used to detect if a method is native. */ var reIsNative = RegExp('^' + funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\$&') .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$' ); /** * The base implementation of `_.isNative` without bad shim checks. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a native function, * else `false`. */ function baseIsNative(value) { if (!isObject(value) || isMasked(value)) { return false; } var pattern = isFunction(value) ? reIsNative : reIsHostCtor; return pattern.test(toSource(value)); } module.exports = baseIsNative; /***/ }), /***/ 29221: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var getTag = __webpack_require__(64160), isObjectLike = __webpack_require__(37005); /** `Object#toString` result references. */ var setTag = '[object Set]'; /** * The base implementation of `_.isSet` without Node.js optimizations. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a set, else `false`. */ function baseIsSet(value) { return isObjectLike(value) && getTag(value) == setTag; } module.exports = baseIsSet; /***/ }), /***/ 38749: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseGetTag = __webpack_require__(44239), isLength = __webpack_require__(41780), isObjectLike = __webpack_require__(37005); /** `Object#toString` result references. */ var argsTag = '[object Arguments]', arrayTag = '[object Array]', boolTag = '[object Boolean]', dateTag = '[object Date]', errorTag = '[object Error]', funcTag = '[object Function]', mapTag = '[object Map]', numberTag = '[object Number]', objectTag = '[object Object]', regexpTag = '[object RegExp]', setTag = '[object Set]', stringTag = '[object String]', weakMapTag = '[object WeakMap]'; var arrayBufferTag = '[object ArrayBuffer]', dataViewTag = '[object DataView]', float32Tag = '[object Float32Array]', float64Tag = '[object Float64Array]', int8Tag = '[object Int8Array]', int16Tag = '[object Int16Array]', int32Tag = '[object Int32Array]', uint8Tag = '[object Uint8Array]', uint8ClampedTag = '[object Uint8ClampedArray]', uint16Tag = '[object Uint16Array]', uint32Tag = '[object Uint32Array]'; /** Used to identify `toStringTag` values of typed arrays. */ var typedArrayTags = {}; typedArrayTags[float32Tag] = typedArrayTags[float64Tag] = typedArrayTags[int8Tag] = typedArrayTags[int16Tag] = typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] = typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] = typedArrayTags[uint32Tag] = true; typedArrayTags[argsTag] = typedArrayTags[arrayTag] = typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] = typedArrayTags[dataViewTag] = typedArrayTags[dateTag] = typedArrayTags[errorTag] = typedArrayTags[funcTag] = typedArrayTags[mapTag] = typedArrayTags[numberTag] = typedArrayTags[objectTag] = typedArrayTags[regexpTag] = typedArrayTags[setTag] = typedArrayTags[stringTag] = typedArrayTags[weakMapTag] = false; /** * The base implementation of `_.isTypedArray` without Node.js optimizations. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. */ function baseIsTypedArray(value) { return isObjectLike(value) && isLength(value.length) && !!typedArrayTags[baseGetTag(value)]; } module.exports = baseIsTypedArray; /***/ }), /***/ 67206: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseMatches = __webpack_require__(91573), baseMatchesProperty = __webpack_require__(16432), identity = __webpack_require__(6557), isArray = __webpack_require__(1469), property = __webpack_require__(39601); /** * The base implementation of `_.iteratee`. * * @private * @param {*} [value=_.identity] The value to convert to an iteratee. * @returns {Function} Returns the iteratee. */ function baseIteratee(value) { // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9. // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details. if (typeof value == 'function') { return value; } if (value == null) { return identity; } if (typeof value == 'object') { return isArray(value) ? baseMatchesProperty(value[0], value[1]) : baseMatches(value); } return property(value); } module.exports = baseIteratee; /***/ }), /***/ 280: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isPrototype = __webpack_require__(25726), nativeKeys = __webpack_require__(86916); /** Used for built-in method references. */ var objectProto = Object.prototype; /** Used to check objects for own properties. */ var hasOwnProperty = objectProto.hasOwnProperty; /** * The base implementation of `_.keys` which doesn't treat sparse arrays as dense. * * @private * @param {Object} object The object to query. * @returns {Array} Returns the array of property names. */ function baseKeys(object) { if (!isPrototype(object)) { return nativeKeys(object); } var result = []; for (var key in Object(object)) { if (hasOwnProperty.call(object, key) && key != 'constructor') { result.push(key); } } return result; } module.exports = baseKeys; /***/ }), /***/ 10313: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isObject = __webpack_require__(13218), isPrototype = __webpack_require__(25726), nativeKeysIn = __webpack_require__(33498); /** Used for built-in method references. */ var objectProto = Object.prototype; /** Used to check objects for own properties. */ var hasOwnProperty = objectProto.hasOwnProperty; /** * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense. * * @private * @param {Object} object The object to query. * @returns {Array} Returns the array of property names. */ function baseKeysIn(object) { if (!isObject(object)) { return nativeKeysIn(object); } var isProto = isPrototype(object), result = []; for (var key in object) { if (!(key == 'constructor' && (isProto || !hasOwnProperty.call(object, key)))) { result.push(key); } } return result; } module.exports = baseKeysIn; /***/ }), /***/ 69199: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseEach = __webpack_require__(89881), isArrayLike = __webpack_require__(98612); /** * The base implementation of `_.map` without support for iteratee shorthands. * * @private * @param {Array|Object} collection The collection to iterate over. * @param {Function} iteratee The function invoked per iteration. * @returns {Array} Returns the new mapped array. */ function baseMap(collection, iteratee) { var index = -1, result = isArrayLike(collection) ? Array(collection.length) : []; baseEach(collection, function(value, key, collection) { result[++index] = iteratee(value, key, collection); }); return result; } module.exports = baseMap; /***/ }), /***/ 91573: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseIsMatch = __webpack_require__(2958), getMatchData = __webpack_require__(1499), matchesStrictComparable = __webpack_require__(42634); /** * The base implementation of `_.matches` which doesn't clone `source`. * * @private * @param {Object} source The object of property values to match. * @returns {Function} Returns the new spec function. */ function baseMatches(source) { var matchData = getMatchData(source); if (matchData.length == 1 && matchData[0][2]) { return matchesStrictComparable(matchData[0][0], matchData[0][1]); } return function(object) { return object === source || baseIsMatch(object, source, matchData); }; } module.exports = baseMatches; /***/ }), /***/ 16432: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseIsEqual = __webpack_require__(90939), get = __webpack_require__(27361), hasIn = __webpack_require__(79095), isKey = __webpack_require__(15403), isStrictComparable = __webpack_require__(89162), matchesStrictComparable = __webpack_require__(42634), toKey = __webpack_require__(40327); /** Used to compose bitmasks for value comparisons. */ var COMPARE_PARTIAL_FLAG = 1, COMPARE_UNORDERED_FLAG = 2; /** * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`. * * @private * @param {string} path The path of the property to get. * @param {*} srcValue The value to match. * @returns {Function} Returns the new spec function. */ function baseMatchesProperty(path, srcValue) { if (isKey(path) && isStrictComparable(srcValue)) { return matchesStrictComparable(toKey(path), srcValue); } return function(object) { var objValue = get(object, path); return (objValue === undefined && objValue === srcValue) ? hasIn(object, path) : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG); }; } module.exports = baseMatchesProperty; /***/ }), /***/ 42980: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var Stack = __webpack_require__(46384), assignMergeValue = __webpack_require__(86556), baseFor = __webpack_require__(28483), baseMergeDeep = __webpack_require__(59783), isObject = __webpack_require__(13218), keysIn = __webpack_require__(81704), safeGet = __webpack_require__(36390); /** * The base implementation of `_.merge` without support for multiple sources. * * @private * @param {Object} object The destination object. * @param {Object} source The source object. * @param {number} srcIndex The index of `source`. * @param {Function} [customizer] The function to customize merged values. * @param {Object} [stack] Tracks traversed source values and their merged * counterparts. */ function baseMerge(object, source, srcIndex, customizer, stack) { if (object === source) { return; } baseFor(source, function(srcValue, key) { stack || (stack = new Stack); if (isObject(srcValue)) { baseMergeDeep(object, source, key, srcIndex, baseMerge, customizer, stack); } else { var newValue = customizer ? customizer(safeGet(object, key), srcValue, (key + ''), object, source, stack) : undefined; if (newValue === undefined) { newValue = srcValue; } assignMergeValue(object, key, newValue); } }, keysIn); } module.exports = baseMerge; /***/ }), /***/ 59783: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var assignMergeValue = __webpack_require__(86556), cloneBuffer = __webpack_require__(64626), cloneTypedArray = __webpack_require__(77133), copyArray = __webpack_require__(278), initCloneObject = __webpack_require__(38517), isArguments = __webpack_require__(35694), isArray = __webpack_require__(1469), isArrayLikeObject = __webpack_require__(29246), isBuffer = __webpack_require__(44144), isFunction = __webpack_require__(23560), isObject = __webpack_require__(13218), isPlainObject = __webpack_require__(68630), isTypedArray = __webpack_require__(36719), safeGet = __webpack_require__(36390), toPlainObject = __webpack_require__(59881); /** * A specialized version of `baseMerge` for arrays and objects which performs * deep merges and tracks traversed objects enabling objects with circular * references to be merged. * * @private * @param {Object} object The destination object. * @param {Object} source The source object. * @param {string} key The key of the value to merge. * @param {number} srcIndex The index of `source`. * @param {Function} mergeFunc The function to merge values. * @param {Function} [customizer] The function to customize assigned values. * @param {Object} [stack] Tracks traversed source values and their merged * counterparts. */ function baseMergeDeep(object, source, key, srcIndex, mergeFunc, customizer, stack) { var objValue = safeGet(object, key), srcValue = safeGet(source, key), stacked = stack.get(srcValue); if (stacked) { assignMergeValue(object, key, stacked); return; } var newValue = customizer ? customizer(objValue, srcValue, (key + ''), object, source, stack) : undefined; var isCommon = newValue === undefined; if (isCommon) { var isArr = isArray(srcValue), isBuff = !isArr && isBuffer(srcValue), isTyped = !isArr && !isBuff && isTypedArray(srcValue); newValue = srcValue; if (isArr || isBuff || isTyped) { if (isArray(objValue)) { newValue = objValue; } else if (isArrayLikeObject(objValue)) { newValue = copyArray(objValue); } else if (isBuff) { isCommon = false; newValue = cloneBuffer(srcValue, true); } else if (isTyped) { isCommon = false; newValue = cloneTypedArray(srcValue, true); } else { newValue = []; } } else if (isPlainObject(srcValue) || isArguments(srcValue)) { newValue = objValue; if (isArguments(objValue)) { newValue = toPlainObject(objValue); } else if (!isObject(objValue) || isFunction(objValue)) { newValue = initCloneObject(srcValue); } } else { isCommon = false; } } if (isCommon) { // Recursively merge objects and arrays (susceptible to call stack limits). stack.set(srcValue, newValue); mergeFunc(newValue, srcValue, srcIndex, customizer, stack); stack['delete'](srcValue); } assignMergeValue(object, key, newValue); } module.exports = baseMergeDeep; /***/ }), /***/ 25970: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var basePickBy = __webpack_require__(63012), hasIn = __webpack_require__(79095); /** * The base implementation of `_.pick` without support for individual * property identifiers. * * @private * @param {Object} object The source object. * @param {string[]} paths The property paths to pick. * @returns {Object} Returns the new object. */ function basePick(object, paths) { return basePickBy(object, paths, function(value, path) { return hasIn(object, path); }); } module.exports = basePick; /***/ }), /***/ 63012: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseGet = __webpack_require__(97786), baseSet = __webpack_require__(10611), castPath = __webpack_require__(71811); /** * The base implementation of `_.pickBy` without support for iteratee shorthands. * * @private * @param {Object} object The source object. * @param {string[]} paths The property paths to pick. * @param {Function} predicate The function invoked per property. * @returns {Object} Returns the new object. */ function basePickBy(object, paths, predicate) { var index = -1, length = paths.length, result = {}; while (++index < length) { var path = paths[index], value = baseGet(object, path); if (predicate(value, path)) { baseSet(result, castPath(path, object), value); } } return result; } module.exports = basePickBy; /***/ }), /***/ 40371: /***/ (function(module) { /** * The base implementation of `_.property` without support for deep paths. * * @private * @param {string} key The key of the property to get. * @returns {Function} Returns the new accessor function. */ function baseProperty(key) { return function(object) { return object == null ? undefined : object[key]; }; } module.exports = baseProperty; /***/ }), /***/ 79152: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseGet = __webpack_require__(97786); /** * A specialized version of `baseProperty` which supports deep paths. * * @private * @param {Array|string} path The path of the property to get. * @returns {Function} Returns the new accessor function. */ function basePropertyDeep(path) { return function(object) { return baseGet(object, path); }; } module.exports = basePropertyDeep; /***/ }), /***/ 5976: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var identity = __webpack_require__(6557), overRest = __webpack_require__(45357), setToString = __webpack_require__(30061); /** * The base implementation of `_.rest` which doesn't validate or coerce arguments. * * @private * @param {Function} func The function to apply a rest parameter to. * @param {number} [start=func.length-1] The start position of the rest parameter. * @returns {Function} Returns the new function. */ function baseRest(func, start) { return setToString(overRest(func, start, identity), func + ''); } module.exports = baseRest; /***/ }), /***/ 10611: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var assignValue = __webpack_require__(34865), castPath = __webpack_require__(71811), isIndex = __webpack_require__(65776), isObject = __webpack_require__(13218), toKey = __webpack_require__(40327); /** * The base implementation of `_.set`. * * @private * @param {Object} object The object to modify. * @param {Array|string} path The path of the property to set. * @param {*} value The value to set. * @param {Function} [customizer] The function to customize path creation. * @returns {Object} Returns `object`. */ function baseSet(object, path, value, customizer) { if (!isObject(object)) { return object; } path = castPath(path, object); var index = -1, length = path.length, lastIndex = length - 1, nested = object; while (nested != null && ++index < length) { var key = toKey(path[index]), newValue = value; if (key === '__proto__' || key === 'constructor' || key === 'prototype') { return object; } if (index != lastIndex) { var objValue = nested[key]; newValue = customizer ? customizer(objValue, key, nested) : undefined; if (newValue === undefined) { newValue = isObject(objValue) ? objValue : (isIndex(path[index + 1]) ? [] : {}); } } assignValue(nested, key, newValue); nested = nested[key]; } return object; } module.exports = baseSet; /***/ }), /***/ 56560: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var constant = __webpack_require__(75703), defineProperty = __webpack_require__(38777), identity = __webpack_require__(6557); /** * The base implementation of `setToString` without support for hot loop shorting. * * @private * @param {Function} func The function to modify. * @param {Function} string The `toString` result. * @returns {Function} Returns `func`. */ var baseSetToString = !defineProperty ? identity : function(func, string) { return defineProperty(func, 'toString', { 'configurable': true, 'enumerable': false, 'value': constant(string), 'writable': true }); }; module.exports = baseSetToString; /***/ }), /***/ 14259: /***/ (function(module) { /** * The base implementation of `_.slice` without an iteratee call guard. * * @private * @param {Array} array The array to slice. * @param {number} [start=0] The start position. * @param {number} [end=array.length] The end position. * @returns {Array} Returns the slice of `array`. */ function baseSlice(array, start, end) { var index = -1, length = array.length; if (start < 0) { start = -start > length ? 0 : (length + start); } end = end > length ? length : end; if (end < 0) { end += length; } length = start > end ? 0 : ((end - start) >>> 0); start >>>= 0; var result = Array(length); while (++index < length) { result[index] = array[index + start]; } return result; } module.exports = baseSlice; /***/ }), /***/ 22545: /***/ (function(module) { /** * The base implementation of `_.times` without support for iteratee shorthands * or max array length checks. * * @private * @param {number} n The number of times to invoke `iteratee`. * @param {Function} iteratee The function invoked per iteration. * @returns {Array} Returns the array of results. */ function baseTimes(n, iteratee) { var index = -1, result = Array(n); while (++index < n) { result[index] = iteratee(index); } return result; } module.exports = baseTimes; /***/ }), /***/ 80531: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var Symbol = __webpack_require__(62705), arrayMap = __webpack_require__(29932), isArray = __webpack_require__(1469), isSymbol = __webpack_require__(33448); /** Used as references for various `Number` constants. */ var INFINITY = 1 / 0; /** Used to convert symbols to primitives and strings. */ var symbolProto = Symbol ? Symbol.prototype : undefined, symbolToString = symbolProto ? symbolProto.toString : undefined; /** * The base implementation of `_.toString` which doesn't convert nullish * values to empty strings. * * @private * @param {*} value The value to process. * @returns {string} Returns the string. */ function baseToString(value) { // Exit early for strings to avoid a performance hit in some environments. if (typeof value == 'string') { return value; } if (isArray(value)) { // Recursively convert values (susceptible to call stack limits). return arrayMap(value, baseToString) + ''; } if (isSymbol(value)) { return symbolToString ? symbolToString.call(value) : ''; } var result = (value + ''); return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result; } module.exports = baseToString; /***/ }), /***/ 27561: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var trimmedEndIndex = __webpack_require__(67990); /** Used to match leading whitespace. */ var reTrimStart = /^\s+/; /** * The base implementation of `_.trim`. * * @private * @param {string} string The string to trim. * @returns {string} Returns the trimmed string. */ function baseTrim(string) { return string ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '') : string; } module.exports = baseTrim; /***/ }), /***/ 7518: /***/ (function(module) { /** * The base implementation of `_.unary` without support for storing metadata. * * @private * @param {Function} func The function to cap arguments for. * @returns {Function} Returns the new capped function. */ function baseUnary(func) { return function(value) { return func(value); }; } module.exports = baseUnary; /***/ }), /***/ 57406: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var castPath = __webpack_require__(71811), last = __webpack_require__(10928), parent = __webpack_require__(40292), toKey = __webpack_require__(40327); /** * The base implementation of `_.unset`. * * @private * @param {Object} object The object to modify. * @param {Array|string} path The property path to unset. * @returns {boolean} Returns `true` if the property is deleted, else `false`. */ function baseUnset(object, path) { path = castPath(path, object); object = parent(object, path); return object == null || delete object[toKey(last(path))]; } module.exports = baseUnset; /***/ }), /***/ 74757: /***/ (function(module) { /** * Checks if a `cache` value for `key` exists. * * @private * @param {Object} cache The cache to query. * @param {string} key The key of the entry to check. * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. */ function cacheHas(cache, key) { return cache.has(key); } module.exports = cacheHas; /***/ }), /***/ 54290: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var identity = __webpack_require__(6557); /** * Casts `value` to `identity` if it's not a function. * * @private * @param {*} value The value to inspect. * @returns {Function} Returns cast function. */ function castFunction(value) { return typeof value == 'function' ? value : identity; } module.exports = castFunction; /***/ }), /***/ 71811: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isArray = __webpack_require__(1469), isKey = __webpack_require__(15403), stringToPath = __webpack_require__(55514), toString = __webpack_require__(79833); /** * Casts `value` to a path array if it's not one. * * @private * @param {*} value The value to inspect. * @param {Object} [object] The object to query keys on. * @returns {Array} Returns the cast property path array. */ function castPath(value, object) { if (isArray(value)) { return value; } return isKey(value, object) ? [value] : stringToPath(toString(value)); } module.exports = castPath; /***/ }), /***/ 74318: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var Uint8Array = __webpack_require__(11149); /** * Creates a clone of `arrayBuffer`. * * @private * @param {ArrayBuffer} arrayBuffer The array buffer to clone. * @returns {ArrayBuffer} Returns the cloned array buffer. */ function cloneArrayBuffer(arrayBuffer) { var result = new arrayBuffer.constructor(arrayBuffer.byteLength); new Uint8Array(result).set(new Uint8Array(arrayBuffer)); return result; } module.exports = cloneArrayBuffer; /***/ }), /***/ 64626: /***/ (function(module, exports, __webpack_require__) { /* module decorator */ module = __webpack_require__.nmd(module); var root = __webpack_require__(55639); /** Detect free variable `exports`. */ var freeExports = true && exports && !exports.nodeType && exports; /** Detect free variable `module`. */ var freeModule = freeExports && "object" == 'object' && module && !module.nodeType && module; /** Detect the popular CommonJS extension `module.exports`. */ var moduleExports = freeModule && freeModule.exports === freeExports; /** Built-in value references. */ var Buffer = moduleExports ? root.Buffer : undefined, allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined; /** * Creates a clone of `buffer`. * * @private * @param {Buffer} buffer The buffer to clone. * @param {boolean} [isDeep] Specify a deep clone. * @returns {Buffer} Returns the cloned buffer. */ function cloneBuffer(buffer, isDeep) { if (isDeep) { return buffer.slice(); } var length = buffer.length, result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length); buffer.copy(result); return result; } module.exports = cloneBuffer; /***/ }), /***/ 57157: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var cloneArrayBuffer = __webpack_require__(74318); /** * Creates a clone of `dataView`. * * @private * @param {Object} dataView The data view to clone. * @param {boolean} [isDeep] Specify a deep clone. * @returns {Object} Returns the cloned data view. */ function cloneDataView(dataView, isDeep) { var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer; return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength); } module.exports = cloneDataView; /***/ }), /***/ 93147: /***/ (function(module) { /** Used to match `RegExp` flags from their coerced string values. */ var reFlags = /\w*$/; /** * Creates a clone of `regexp`. * * @private * @param {Object} regexp The regexp to clone. * @returns {Object} Returns the cloned regexp. */ function cloneRegExp(regexp) { var result = new regexp.constructor(regexp.source, reFlags.exec(regexp)); result.lastIndex = regexp.lastIndex; return result; } module.exports = cloneRegExp; /***/ }), /***/ 40419: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var Symbol = __webpack_require__(62705); /** Used to convert symbols to primitives and strings. */ var symbolProto = Symbol ? Symbol.prototype : undefined, symbolValueOf = symbolProto ? symbolProto.valueOf : undefined; /** * Creates a clone of the `symbol` object. * * @private * @param {Object} symbol The symbol object to clone. * @returns {Object} Returns the cloned symbol object. */ function cloneSymbol(symbol) { return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {}; } module.exports = cloneSymbol; /***/ }), /***/ 77133: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var cloneArrayBuffer = __webpack_require__(74318); /** * Creates a clone of `typedArray`. * * @private * @param {Object} typedArray The typed array to clone. * @param {boolean} [isDeep] Specify a deep clone. * @returns {Object} Returns the cloned typed array. */ function cloneTypedArray(typedArray, isDeep) { var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer; return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length); } module.exports = cloneTypedArray; /***/ }), /***/ 278: /***/ (function(module) { /** * Copies the values of `source` to `array`. * * @private * @param {Array} source The array to copy values from. * @param {Array} [array=[]] The array to copy values to. * @returns {Array} Returns `array`. */ function copyArray(source, array) { var index = -1, length = source.length; array || (array = Array(length)); while (++index < length) { array[index] = source[index]; } return array; } module.exports = copyArray; /***/ }), /***/ 98363: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var assignValue = __webpack_require__(34865), baseAssignValue = __webpack_require__(89465); /** * Copies properties of `source` to `object`. * * @private * @param {Object} source The object to copy properties from. * @param {Array} props The property identifiers to copy. * @param {Object} [object={}] The object to copy properties to. * @param {Function} [customizer] The function to customize copied values. * @returns {Object} Returns `object`. */ function copyObject(source, props, object, customizer) { var isNew = !object; object || (object = {}); var index = -1, length = props.length; while (++index < length) { var key = props[index]; var newValue = customizer ? customizer(object[key], source[key], key, object, source) : undefined; if (newValue === undefined) { newValue = source[key]; } if (isNew) { baseAssignValue(object, key, newValue); } else { assignValue(object, key, newValue); } } return object; } module.exports = copyObject; /***/ }), /***/ 18805: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var copyObject = __webpack_require__(98363), getSymbols = __webpack_require__(99551); /** * Copies own symbols of `source` to `object`. * * @private * @param {Object} source The object to copy symbols from. * @param {Object} [object={}] The object to copy symbols to. * @returns {Object} Returns `object`. */ function copySymbols(source, object) { return copyObject(source, getSymbols(source), object); } module.exports = copySymbols; /***/ }), /***/ 1911: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var copyObject = __webpack_require__(98363), getSymbolsIn = __webpack_require__(51442); /** * Copies own and inherited symbols of `source` to `object`. * * @private * @param {Object} source The object to copy symbols from. * @param {Object} [object={}] The object to copy symbols to. * @returns {Object} Returns `object`. */ function copySymbolsIn(source, object) { return copyObject(source, getSymbolsIn(source), object); } module.exports = copySymbolsIn; /***/ }), /***/ 14429: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var root = __webpack_require__(55639); /** Used to detect overreaching core-js shims. */ var coreJsData = root['__core-js_shared__']; module.exports = coreJsData; /***/ }), /***/ 21463: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseRest = __webpack_require__(5976), isIterateeCall = __webpack_require__(16612); /** * Creates a function like `_.assign`. * * @private * @param {Function} assigner The function to assign values. * @returns {Function} Returns the new assigner function. */ function createAssigner(assigner) { return baseRest(function(object, sources) { var index = -1, length = sources.length, customizer = length > 1 ? sources[length - 1] : undefined, guard = length > 2 ? sources[2] : undefined; customizer = (assigner.length > 3 && typeof customizer == 'function') ? (length--, customizer) : undefined; if (guard && isIterateeCall(sources[0], sources[1], guard)) { customizer = length < 3 ? undefined : customizer; length = 1; } object = Object(object); while (++index < length) { var source = sources[index]; if (source) { assigner(object, source, index, customizer); } } return object; }); } module.exports = createAssigner; /***/ }), /***/ 99291: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isArrayLike = __webpack_require__(98612); /** * Creates a `baseEach` or `baseEachRight` function. * * @private * @param {Function} eachFunc The function to iterate over a collection. * @param {boolean} [fromRight] Specify iterating from right to left. * @returns {Function} Returns the new base function. */ function createBaseEach(eachFunc, fromRight) { return function(collection, iteratee) { if (collection == null) { return collection; } if (!isArrayLike(collection)) { return eachFunc(collection, iteratee); } var length = collection.length, index = fromRight ? length : -1, iterable = Object(collection); while ((fromRight ? index-- : ++index < length)) { if (iteratee(iterable[index], index, iterable) === false) { break; } } return collection; }; } module.exports = createBaseEach; /***/ }), /***/ 25063: /***/ (function(module) { /** * Creates a base function for methods like `_.forIn` and `_.forOwn`. * * @private * @param {boolean} [fromRight] Specify iterating from right to left. * @returns {Function} Returns the new base function. */ function createBaseFor(fromRight) { return function(object, iteratee, keysFunc) { var index = -1, iterable = Object(object), props = keysFunc(object), length = props.length; while (length--) { var key = props[fromRight ? length : ++index]; if (iteratee(iterable[key], key, iterable) === false) { break; } } return object; }; } module.exports = createBaseFor; /***/ }), /***/ 67740: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseIteratee = __webpack_require__(67206), isArrayLike = __webpack_require__(98612), keys = __webpack_require__(3674); /** * Creates a `_.find` or `_.findLast` function. * * @private * @param {Function} findIndexFunc The function to find the collection index. * @returns {Function} Returns the new find function. */ function createFind(findIndexFunc) { return function(collection, predicate, fromIndex) { var iterable = Object(collection); if (!isArrayLike(collection)) { var iteratee = baseIteratee(predicate, 3); collection = keys(collection); predicate = function(key) { return iteratee(iterable[key], key, iterable); }; } var index = findIndexFunc(collection, predicate, fromIndex); return index > -1 ? iterable[iteratee ? collection[index] : index] : undefined; }; } module.exports = createFind; /***/ }), /***/ 60696: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isPlainObject = __webpack_require__(68630); /** * Used by `_.omit` to customize its `_.cloneDeep` use to only clone plain * objects. * * @private * @param {*} value The value to inspect. * @param {string} key The key of the property to inspect. * @returns {*} Returns the uncloned value or `undefined` to defer cloning to `_.cloneDeep`. */ function customOmitClone(value) { return isPlainObject(value) ? undefined : value; } module.exports = customOmitClone; /***/ }), /***/ 38777: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var getNative = __webpack_require__(10852); var defineProperty = (function() { try { var func = getNative(Object, 'defineProperty'); func({}, '', {}); return func; } catch (e) {} }()); module.exports = defineProperty; /***/ }), /***/ 67114: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var SetCache = __webpack_require__(88668), arraySome = __webpack_require__(82908), cacheHas = __webpack_require__(74757); /** Used to compose bitmasks for value comparisons. */ var COMPARE_PARTIAL_FLAG = 1, COMPARE_UNORDERED_FLAG = 2; /** * A specialized version of `baseIsEqualDeep` for arrays with support for * partial deep comparisons. * * @private * @param {Array} array The array to compare. * @param {Array} other The other array to compare. * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. * @param {Function} customizer The function to customize comparisons. * @param {Function} equalFunc The function to determine equivalents of values. * @param {Object} stack Tracks traversed `array` and `other` objects. * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`. */ function equalArrays(array, other, bitmask, customizer, equalFunc, stack) { var isPartial = bitmask & COMPARE_PARTIAL_FLAG, arrLength = array.length, othLength = other.length; if (arrLength != othLength && !(isPartial && othLength > arrLength)) { return false; } // Check that cyclic values are equal. var arrStacked = stack.get(array); var othStacked = stack.get(other); if (arrStacked && othStacked) { return arrStacked == other && othStacked == array; } var index = -1, result = true, seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined; stack.set(array, other); stack.set(other, array); // Ignore non-index properties. while (++index < arrLength) { var arrValue = array[index], othValue = other[index]; if (customizer) { var compared = isPartial ? customizer(othValue, arrValue, index, other, array, stack) : customizer(arrValue, othValue, index, array, other, stack); } if (compared !== undefined) { if (compared) { continue; } result = false; break; } // Recursively compare arrays (susceptible to call stack limits). if (seen) { if (!arraySome(other, function(othValue, othIndex) { if (!cacheHas(seen, othIndex) && (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) { return seen.push(othIndex); } })) { result = false; break; } } else if (!( arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack) )) { result = false; break; } } stack['delete'](array); stack['delete'](other); return result; } module.exports = equalArrays; /***/ }), /***/ 18351: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var Symbol = __webpack_require__(62705), Uint8Array = __webpack_require__(11149), eq = __webpack_require__(77813), equalArrays = __webpack_require__(67114), mapToArray = __webpack_require__(68776), setToArray = __webpack_require__(21814); /** Used to compose bitmasks for value comparisons. */ var COMPARE_PARTIAL_FLAG = 1, COMPARE_UNORDERED_FLAG = 2; /** `Object#toString` result references. */ var boolTag = '[object Boolean]', dateTag = '[object Date]', errorTag = '[object Error]', mapTag = '[object Map]', numberTag = '[object Number]', regexpTag = '[object RegExp]', setTag = '[object Set]', stringTag = '[object String]', symbolTag = '[object Symbol]'; var arrayBufferTag = '[object ArrayBuffer]', dataViewTag = '[object DataView]'; /** Used to convert symbols to primitives and strings. */ var symbolProto = Symbol ? Symbol.prototype : undefined, symbolValueOf = symbolProto ? symbolProto.valueOf : undefined; /** * A specialized version of `baseIsEqualDeep` for comparing objects of * the same `toStringTag`. * * **Note:** This function only supports comparing values with tags of * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`. * * @private * @param {Object} object The object to compare. * @param {Object} other The other object to compare. * @param {string} tag The `toStringTag` of the objects to compare. * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. * @param {Function} customizer The function to customize comparisons. * @param {Function} equalFunc The function to determine equivalents of values. * @param {Object} stack Tracks traversed `object` and `other` objects. * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. */ function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) { switch (tag) { case dataViewTag: if ((object.byteLength != other.byteLength) || (object.byteOffset != other.byteOffset)) { return false; } object = object.buffer; other = other.buffer; case arrayBufferTag: if ((object.byteLength != other.byteLength) || !equalFunc(new Uint8Array(object), new Uint8Array(other))) { return false; } return true; case boolTag: case dateTag: case numberTag: // Coerce booleans to `1` or `0` and dates to milliseconds. // Invalid dates are coerced to `NaN`. return eq(+object, +other); case errorTag: return object.name == other.name && object.message == other.message; case regexpTag: case stringTag: // Coerce regexes to strings and treat strings, primitives and objects, // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring // for more details. return object == (other + ''); case mapTag: var convert = mapToArray; case setTag: var isPartial = bitmask & COMPARE_PARTIAL_FLAG; convert || (convert = setToArray); if (object.size != other.size && !isPartial) { return false; } // Assume cyclic values are equal. var stacked = stack.get(object); if (stacked) { return stacked == other; } bitmask |= COMPARE_UNORDERED_FLAG; // Recursively compare objects (susceptible to call stack limits). stack.set(object, other); var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack); stack['delete'](object); return result; case symbolTag: if (symbolValueOf) { return symbolValueOf.call(object) == symbolValueOf.call(other); } } return false; } module.exports = equalByTag; /***/ }), /***/ 16096: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var getAllKeys = __webpack_require__(58234); /** Used to compose bitmasks for value comparisons. */ var COMPARE_PARTIAL_FLAG = 1; /** Used for built-in method references. */ var objectProto = Object.prototype; /** Used to check objects for own properties. */ var hasOwnProperty = objectProto.hasOwnProperty; /** * A specialized version of `baseIsEqualDeep` for objects with support for * partial deep comparisons. * * @private * @param {Object} object The object to compare. * @param {Object} other The other object to compare. * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. * @param {Function} customizer The function to customize comparisons. * @param {Function} equalFunc The function to determine equivalents of values. * @param {Object} stack Tracks traversed `object` and `other` objects. * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. */ function equalObjects(object, other, bitmask, customizer, equalFunc, stack) { var isPartial = bitmask & COMPARE_PARTIAL_FLAG, objProps = getAllKeys(object), objLength = objProps.length, othProps = getAllKeys(other), othLength = othProps.length; if (objLength != othLength && !isPartial) { return false; } var index = objLength; while (index--) { var key = objProps[index]; if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) { return false; } } // Check that cyclic values are equal. var objStacked = stack.get(object); var othStacked = stack.get(other); if (objStacked && othStacked) { return objStacked == other && othStacked == object; } var result = true; stack.set(object, other); stack.set(other, object); var skipCtor = isPartial; while (++index < objLength) { key = objProps[index]; var objValue = object[key], othValue = other[key]; if (customizer) { var compared = isPartial ? customizer(othValue, objValue, key, other, object, stack) : customizer(objValue, othValue, key, object, other, stack); } // Recursively compare objects (susceptible to call stack limits). if (!(compared === undefined ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack)) : compared )) { result = false; break; } skipCtor || (skipCtor = key == 'constructor'); } if (result && !skipCtor) { var objCtor = object.constructor, othCtor = other.constructor; // Non `Object` object instances with different constructors are not equal. if (objCtor != othCtor && ('constructor' in object && 'constructor' in other) && !(typeof objCtor == 'function' && objCtor instanceof objCtor && typeof othCtor == 'function' && othCtor instanceof othCtor)) { result = false; } } stack['delete'](object); stack['delete'](other); return result; } module.exports = equalObjects; /***/ }), /***/ 99021: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var flatten = __webpack_require__(85564), overRest = __webpack_require__(45357), setToString = __webpack_require__(30061); /** * A specialized version of `baseRest` which flattens the rest array. * * @private * @param {Function} func The function to apply a rest parameter to. * @returns {Function} Returns the new function. */ function flatRest(func) { return setToString(overRest(func, undefined, flatten), func + ''); } module.exports = flatRest; /***/ }), /***/ 31957: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { /** Detect free variable `global` from Node.js. */ var freeGlobal = typeof __webpack_require__.g == 'object' && __webpack_require__.g && __webpack_require__.g.Object === Object && __webpack_require__.g; module.exports = freeGlobal; /***/ }), /***/ 58234: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseGetAllKeys = __webpack_require__(68866), getSymbols = __webpack_require__(99551), keys = __webpack_require__(3674); /** * Creates an array of own enumerable property names and symbols of `object`. * * @private * @param {Object} object The object to query. * @returns {Array} Returns the array of property names and symbols. */ function getAllKeys(object) { return baseGetAllKeys(object, keys, getSymbols); } module.exports = getAllKeys; /***/ }), /***/ 46904: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseGetAllKeys = __webpack_require__(68866), getSymbolsIn = __webpack_require__(51442), keysIn = __webpack_require__(81704); /** * Creates an array of own and inherited enumerable property names and * symbols of `object`. * * @private * @param {Object} object The object to query. * @returns {Array} Returns the array of property names and symbols. */ function getAllKeysIn(object) { return baseGetAllKeys(object, keysIn, getSymbolsIn); } module.exports = getAllKeysIn; /***/ }), /***/ 45050: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isKeyable = __webpack_require__(37019); /** * Gets the data for `map`. * * @private * @param {Object} map The map to query. * @param {string} key The reference key. * @returns {*} Returns the map data. */ function getMapData(map, key) { var data = map.__data__; return isKeyable(key) ? data[typeof key == 'string' ? 'string' : 'hash'] : data.map; } module.exports = getMapData; /***/ }), /***/ 1499: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isStrictComparable = __webpack_require__(89162), keys = __webpack_require__(3674); /** * Gets the property names, values, and compare flags of `object`. * * @private * @param {Object} object The object to query. * @returns {Array} Returns the match data of `object`. */ function getMatchData(object) { var result = keys(object), length = result.length; while (length--) { var key = result[length], value = object[key]; result[length] = [key, value, isStrictComparable(value)]; } return result; } module.exports = getMatchData; /***/ }), /***/ 10852: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseIsNative = __webpack_require__(28458), getValue = __webpack_require__(47801); /** * Gets the native function at `key` of `object`. * * @private * @param {Object} object The object to query. * @param {string} key The key of the method to get. * @returns {*} Returns the function if it's native, else `undefined`. */ function getNative(object, key) { var value = getValue(object, key); return baseIsNative(value) ? value : undefined; } module.exports = getNative; /***/ }), /***/ 85924: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var overArg = __webpack_require__(5569); /** Built-in value references. */ var getPrototype = overArg(Object.getPrototypeOf, Object); module.exports = getPrototype; /***/ }), /***/ 89607: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var Symbol = __webpack_require__(62705); /** Used for built-in method references. */ var objectProto = Object.prototype; /** Used to check objects for own properties. */ var hasOwnProperty = objectProto.hasOwnProperty; /** * Used to resolve the * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) * of values. */ var nativeObjectToString = objectProto.toString; /** Built-in value references. */ var symToStringTag = Symbol ? Symbol.toStringTag : undefined; /** * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values. * * @private * @param {*} value The value to query. * @returns {string} Returns the raw `toStringTag`. */ function getRawTag(value) { var isOwn = hasOwnProperty.call(value, symToStringTag), tag = value[symToStringTag]; try { value[symToStringTag] = undefined; var unmasked = true; } catch (e) {} var result = nativeObjectToString.call(value); if (unmasked) { if (isOwn) { value[symToStringTag] = tag; } else { delete value[symToStringTag]; } } return result; } module.exports = getRawTag; /***/ }), /***/ 99551: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var arrayFilter = __webpack_require__(34963), stubArray = __webpack_require__(70479); /** Used for built-in method references. */ var objectProto = Object.prototype; /** Built-in value references. */ var propertyIsEnumerable = objectProto.propertyIsEnumerable; /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeGetSymbols = Object.getOwnPropertySymbols; /** * Creates an array of the own enumerable symbols of `object`. * * @private * @param {Object} object The object to query. * @returns {Array} Returns the array of symbols. */ var getSymbols = !nativeGetSymbols ? stubArray : function(object) { if (object == null) { return []; } object = Object(object); return arrayFilter(nativeGetSymbols(object), function(symbol) { return propertyIsEnumerable.call(object, symbol); }); }; module.exports = getSymbols; /***/ }), /***/ 51442: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var arrayPush = __webpack_require__(62488), getPrototype = __webpack_require__(85924), getSymbols = __webpack_require__(99551), stubArray = __webpack_require__(70479); /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeGetSymbols = Object.getOwnPropertySymbols; /** * Creates an array of the own and inherited enumerable symbols of `object`. * * @private * @param {Object} object The object to query. * @returns {Array} Returns the array of symbols. */ var getSymbolsIn = !nativeGetSymbols ? stubArray : function(object) { var result = []; while (object) { arrayPush(result, getSymbols(object)); object = getPrototype(object); } return result; }; module.exports = getSymbolsIn; /***/ }), /***/ 64160: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var DataView = __webpack_require__(18552), Map = __webpack_require__(57071), Promise = __webpack_require__(53818), Set = __webpack_require__(58525), WeakMap = __webpack_require__(70577), baseGetTag = __webpack_require__(44239), toSource = __webpack_require__(80346); /** `Object#toString` result references. */ var mapTag = '[object Map]', objectTag = '[object Object]', promiseTag = '[object Promise]', setTag = '[object Set]', weakMapTag = '[object WeakMap]'; var dataViewTag = '[object DataView]'; /** Used to detect maps, sets, and weakmaps. */ var dataViewCtorString = toSource(DataView), mapCtorString = toSource(Map), promiseCtorString = toSource(Promise), setCtorString = toSource(Set), weakMapCtorString = toSource(WeakMap); /** * Gets the `toStringTag` of `value`. * * @private * @param {*} value The value to query. * @returns {string} Returns the `toStringTag`. */ var getTag = baseGetTag; // Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6. if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) || (Map && getTag(new Map) != mapTag) || (Promise && getTag(Promise.resolve()) != promiseTag) || (Set && getTag(new Set) != setTag) || (WeakMap && getTag(new WeakMap) != weakMapTag)) { getTag = function(value) { var result = baseGetTag(value), Ctor = result == objectTag ? value.constructor : undefined, ctorString = Ctor ? toSource(Ctor) : ''; if (ctorString) { switch (ctorString) { case dataViewCtorString: return dataViewTag; case mapCtorString: return mapTag; case promiseCtorString: return promiseTag; case setCtorString: return setTag; case weakMapCtorString: return weakMapTag; } } return result; }; } module.exports = getTag; /***/ }), /***/ 47801: /***/ (function(module) { /** * Gets the value at `key` of `object`. * * @private * @param {Object} [object] The object to query. * @param {string} key The key of the property to get. * @returns {*} Returns the property value. */ function getValue(object, key) { return object == null ? undefined : object[key]; } module.exports = getValue; /***/ }), /***/ 222: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var castPath = __webpack_require__(71811), isArguments = __webpack_require__(35694), isArray = __webpack_require__(1469), isIndex = __webpack_require__(65776), isLength = __webpack_require__(41780), toKey = __webpack_require__(40327); /** * Checks if `path` exists on `object`. * * @private * @param {Object} object The object to query. * @param {Array|string} path The path to check. * @param {Function} hasFunc The function to check properties. * @returns {boolean} Returns `true` if `path` exists, else `false`. */ function hasPath(object, path, hasFunc) { path = castPath(path, object); var index = -1, length = path.length, result = false; while (++index < length) { var key = toKey(path[index]); if (!(result = object != null && hasFunc(object, key))) { break; } object = object[key]; } if (result || ++index != length) { return result; } length = object == null ? 0 : object.length; return !!length && isLength(length) && isIndex(key, length) && (isArray(object) || isArguments(object)); } module.exports = hasPath; /***/ }), /***/ 51789: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var nativeCreate = __webpack_require__(94536); /** * Removes all key-value entries from the hash. * * @private * @name clear * @memberOf Hash */ function hashClear() { this.__data__ = nativeCreate ? nativeCreate(null) : {}; this.size = 0; } module.exports = hashClear; /***/ }), /***/ 80401: /***/ (function(module) { /** * Removes `key` and its value from the hash. * * @private * @name delete * @memberOf Hash * @param {Object} hash The hash to modify. * @param {string} key The key of the value to remove. * @returns {boolean} Returns `true` if the entry was removed, else `false`. */ function hashDelete(key) { var result = this.has(key) && delete this.__data__[key]; this.size -= result ? 1 : 0; return result; } module.exports = hashDelete; /***/ }), /***/ 57667: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var nativeCreate = __webpack_require__(94536); /** Used to stand-in for `undefined` hash values. */ var HASH_UNDEFINED = '__lodash_hash_undefined__'; /** Used for built-in method references. */ var objectProto = Object.prototype; /** Used to check objects for own properties. */ var hasOwnProperty = objectProto.hasOwnProperty; /** * Gets the hash value for `key`. * * @private * @name get * @memberOf Hash * @param {string} key The key of the value to get. * @returns {*} Returns the entry value. */ function hashGet(key) { var data = this.__data__; if (nativeCreate) { var result = data[key]; return result === HASH_UNDEFINED ? undefined : result; } return hasOwnProperty.call(data, key) ? data[key] : undefined; } module.exports = hashGet; /***/ }), /***/ 21327: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var nativeCreate = __webpack_require__(94536); /** Used for built-in method references. */ var objectProto = Object.prototype; /** Used to check objects for own properties. */ var hasOwnProperty = objectProto.hasOwnProperty; /** * Checks if a hash value for `key` exists. * * @private * @name has * @memberOf Hash * @param {string} key The key of the entry to check. * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. */ function hashHas(key) { var data = this.__data__; return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key); } module.exports = hashHas; /***/ }), /***/ 81866: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var nativeCreate = __webpack_require__(94536); /** Used to stand-in for `undefined` hash values. */ var HASH_UNDEFINED = '__lodash_hash_undefined__'; /** * Sets the hash `key` to `value`. * * @private * @name set * @memberOf Hash * @param {string} key The key of the value to set. * @param {*} value The value to set. * @returns {Object} Returns the hash instance. */ function hashSet(key, value) { var data = this.__data__; this.size += this.has(key) ? 0 : 1; data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value; return this; } module.exports = hashSet; /***/ }), /***/ 43824: /***/ (function(module) { /** Used for built-in method references. */ var objectProto = Object.prototype; /** Used to check objects for own properties. */ var hasOwnProperty = objectProto.hasOwnProperty; /** * Initializes an array clone. * * @private * @param {Array} array The array to clone. * @returns {Array} Returns the initialized clone. */ function initCloneArray(array) { var length = array.length, result = new array.constructor(length); // Add properties assigned by `RegExp#exec`. if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) { result.index = array.index; result.input = array.input; } return result; } module.exports = initCloneArray; /***/ }), /***/ 29148: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var cloneArrayBuffer = __webpack_require__(74318), cloneDataView = __webpack_require__(57157), cloneRegExp = __webpack_require__(93147), cloneSymbol = __webpack_require__(40419), cloneTypedArray = __webpack_require__(77133); /** `Object#toString` result references. */ var boolTag = '[object Boolean]', dateTag = '[object Date]', mapTag = '[object Map]', numberTag = '[object Number]', regexpTag = '[object RegExp]', setTag = '[object Set]', stringTag = '[object String]', symbolTag = '[object Symbol]'; var arrayBufferTag = '[object ArrayBuffer]', dataViewTag = '[object DataView]', float32Tag = '[object Float32Array]', float64Tag = '[object Float64Array]', int8Tag = '[object Int8Array]', int16Tag = '[object Int16Array]', int32Tag = '[object Int32Array]', uint8Tag = '[object Uint8Array]', uint8ClampedTag = '[object Uint8ClampedArray]', uint16Tag = '[object Uint16Array]', uint32Tag = '[object Uint32Array]'; /** * Initializes an object clone based on its `toStringTag`. * * **Note:** This function only supports cloning values with tags of * `Boolean`, `Date`, `Error`, `Map`, `Number`, `RegExp`, `Set`, or `String`. * * @private * @param {Object} object The object to clone. * @param {string} tag The `toStringTag` of the object to clone. * @param {boolean} [isDeep] Specify a deep clone. * @returns {Object} Returns the initialized clone. */ function initCloneByTag(object, tag, isDeep) { var Ctor = object.constructor; switch (tag) { case arrayBufferTag: return cloneArrayBuffer(object); case boolTag: case dateTag: return new Ctor(+object); case dataViewTag: return cloneDataView(object, isDeep); case float32Tag: case float64Tag: case int8Tag: case int16Tag: case int32Tag: case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag: return cloneTypedArray(object, isDeep); case mapTag: return new Ctor; case numberTag: case stringTag: return new Ctor(object); case regexpTag: return cloneRegExp(object); case setTag: return new Ctor; case symbolTag: return cloneSymbol(object); } } module.exports = initCloneByTag; /***/ }), /***/ 38517: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseCreate = __webpack_require__(3118), getPrototype = __webpack_require__(85924), isPrototype = __webpack_require__(25726); /** * Initializes an object clone. * * @private * @param {Object} object The object to clone. * @returns {Object} Returns the initialized clone. */ function initCloneObject(object) { return (typeof object.constructor == 'function' && !isPrototype(object)) ? baseCreate(getPrototype(object)) : {}; } module.exports = initCloneObject; /***/ }), /***/ 37285: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var Symbol = __webpack_require__(62705), isArguments = __webpack_require__(35694), isArray = __webpack_require__(1469); /** Built-in value references. */ var spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined; /** * Checks if `value` is a flattenable `arguments` object or array. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is flattenable, else `false`. */ function isFlattenable(value) { return isArray(value) || isArguments(value) || !!(spreadableSymbol && value && value[spreadableSymbol]); } module.exports = isFlattenable; /***/ }), /***/ 65776: /***/ (function(module) { /** Used as references for various `Number` constants. */ var MAX_SAFE_INTEGER = 9007199254740991; /** Used to detect unsigned integer values. */ var reIsUint = /^(?:0|[1-9]\d*)$/; /** * Checks if `value` is a valid array-like index. * * @private * @param {*} value The value to check. * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index. * @returns {boolean} Returns `true` if `value` is a valid index, else `false`. */ function isIndex(value, length) { var type = typeof value; length = length == null ? MAX_SAFE_INTEGER : length; return !!length && (type == 'number' || (type != 'symbol' && reIsUint.test(value))) && (value > -1 && value % 1 == 0 && value < length); } module.exports = isIndex; /***/ }), /***/ 16612: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var eq = __webpack_require__(77813), isArrayLike = __webpack_require__(98612), isIndex = __webpack_require__(65776), isObject = __webpack_require__(13218); /** * Checks if the given arguments are from an iteratee call. * * @private * @param {*} value The potential iteratee value argument. * @param {*} index The potential iteratee index or key argument. * @param {*} object The potential iteratee object argument. * @returns {boolean} Returns `true` if the arguments are from an iteratee call, * else `false`. */ function isIterateeCall(value, index, object) { if (!isObject(object)) { return false; } var type = typeof index; if (type == 'number' ? (isArrayLike(object) && isIndex(index, object.length)) : (type == 'string' && index in object) ) { return eq(object[index], value); } return false; } module.exports = isIterateeCall; /***/ }), /***/ 15403: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isArray = __webpack_require__(1469), isSymbol = __webpack_require__(33448); /** Used to match property names within property paths. */ var reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, reIsPlainProp = /^\w*$/; /** * Checks if `value` is a property name and not a property path. * * @private * @param {*} value The value to check. * @param {Object} [object] The object to query keys on. * @returns {boolean} Returns `true` if `value` is a property name, else `false`. */ function isKey(value, object) { if (isArray(value)) { return false; } var type = typeof value; if (type == 'number' || type == 'symbol' || type == 'boolean' || value == null || isSymbol(value)) { return true; } return reIsPlainProp.test(value) || !reIsDeepProp.test(value) || (object != null && value in Object(object)); } module.exports = isKey; /***/ }), /***/ 37019: /***/ (function(module) { /** * Checks if `value` is suitable for use as unique object key. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is suitable, else `false`. */ function isKeyable(value) { var type = typeof value; return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean') ? (value !== '__proto__') : (value === null); } module.exports = isKeyable; /***/ }), /***/ 15346: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var coreJsData = __webpack_require__(14429); /** Used to detect methods masquerading as native. */ var maskSrcKey = (function() { var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || ''); return uid ? ('Symbol(src)_1.' + uid) : ''; }()); /** * Checks if `func` has its source masked. * * @private * @param {Function} func The function to check. * @returns {boolean} Returns `true` if `func` is masked, else `false`. */ function isMasked(func) { return !!maskSrcKey && (maskSrcKey in func); } module.exports = isMasked; /***/ }), /***/ 25726: /***/ (function(module) { /** Used for built-in method references. */ var objectProto = Object.prototype; /** * Checks if `value` is likely a prototype object. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a prototype, else `false`. */ function isPrototype(value) { var Ctor = value && value.constructor, proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto; return value === proto; } module.exports = isPrototype; /***/ }), /***/ 89162: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isObject = __webpack_require__(13218); /** * Checks if `value` is suitable for strict equality comparisons, i.e. `===`. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` if suitable for strict * equality comparisons, else `false`. */ function isStrictComparable(value) { return value === value && !isObject(value); } module.exports = isStrictComparable; /***/ }), /***/ 27040: /***/ (function(module) { /** * Removes all key-value entries from the list cache. * * @private * @name clear * @memberOf ListCache */ function listCacheClear() { this.__data__ = []; this.size = 0; } module.exports = listCacheClear; /***/ }), /***/ 14125: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var assocIndexOf = __webpack_require__(18470); /** Used for built-in method references. */ var arrayProto = Array.prototype; /** Built-in value references. */ var splice = arrayProto.splice; /** * Removes `key` and its value from the list cache. * * @private * @name delete * @memberOf ListCache * @param {string} key The key of the value to remove. * @returns {boolean} Returns `true` if the entry was removed, else `false`. */ function listCacheDelete(key) { var data = this.__data__, index = assocIndexOf(data, key); if (index < 0) { return false; } var lastIndex = data.length - 1; if (index == lastIndex) { data.pop(); } else { splice.call(data, index, 1); } --this.size; return true; } module.exports = listCacheDelete; /***/ }), /***/ 82117: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var assocIndexOf = __webpack_require__(18470); /** * Gets the list cache value for `key`. * * @private * @name get * @memberOf ListCache * @param {string} key The key of the value to get. * @returns {*} Returns the entry value. */ function listCacheGet(key) { var data = this.__data__, index = assocIndexOf(data, key); return index < 0 ? undefined : data[index][1]; } module.exports = listCacheGet; /***/ }), /***/ 67518: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var assocIndexOf = __webpack_require__(18470); /** * Checks if a list cache value for `key` exists. * * @private * @name has * @memberOf ListCache * @param {string} key The key of the entry to check. * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. */ function listCacheHas(key) { return assocIndexOf(this.__data__, key) > -1; } module.exports = listCacheHas; /***/ }), /***/ 54705: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var assocIndexOf = __webpack_require__(18470); /** * Sets the list cache `key` to `value`. * * @private * @name set * @memberOf ListCache * @param {string} key The key of the value to set. * @param {*} value The value to set. * @returns {Object} Returns the list cache instance. */ function listCacheSet(key, value) { var data = this.__data__, index = assocIndexOf(data, key); if (index < 0) { ++this.size; data.push([key, value]); } else { data[index][1] = value; } return this; } module.exports = listCacheSet; /***/ }), /***/ 24785: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var Hash = __webpack_require__(1989), ListCache = __webpack_require__(38407), Map = __webpack_require__(57071); /** * Removes all key-value entries from the map. * * @private * @name clear * @memberOf MapCache */ function mapCacheClear() { this.size = 0; this.__data__ = { 'hash': new Hash, 'map': new (Map || ListCache), 'string': new Hash }; } module.exports = mapCacheClear; /***/ }), /***/ 11285: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var getMapData = __webpack_require__(45050); /** * Removes `key` and its value from the map. * * @private * @name delete * @memberOf MapCache * @param {string} key The key of the value to remove. * @returns {boolean} Returns `true` if the entry was removed, else `false`. */ function mapCacheDelete(key) { var result = getMapData(this, key)['delete'](key); this.size -= result ? 1 : 0; return result; } module.exports = mapCacheDelete; /***/ }), /***/ 96000: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var getMapData = __webpack_require__(45050); /** * Gets the map value for `key`. * * @private * @name get * @memberOf MapCache * @param {string} key The key of the value to get. * @returns {*} Returns the entry value. */ function mapCacheGet(key) { return getMapData(this, key).get(key); } module.exports = mapCacheGet; /***/ }), /***/ 49916: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var getMapData = __webpack_require__(45050); /** * Checks if a map value for `key` exists. * * @private * @name has * @memberOf MapCache * @param {string} key The key of the entry to check. * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. */ function mapCacheHas(key) { return getMapData(this, key).has(key); } module.exports = mapCacheHas; /***/ }), /***/ 95265: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var getMapData = __webpack_require__(45050); /** * Sets the map `key` to `value`. * * @private * @name set * @memberOf MapCache * @param {string} key The key of the value to set. * @param {*} value The value to set. * @returns {Object} Returns the map cache instance. */ function mapCacheSet(key, value) { var data = getMapData(this, key), size = data.size; data.set(key, value); this.size += data.size == size ? 0 : 1; return this; } module.exports = mapCacheSet; /***/ }), /***/ 68776: /***/ (function(module) { /** * Converts `map` to its key-value pairs. * * @private * @param {Object} map The map to convert. * @returns {Array} Returns the key-value pairs. */ function mapToArray(map) { var index = -1, result = Array(map.size); map.forEach(function(value, key) { result[++index] = [key, value]; }); return result; } module.exports = mapToArray; /***/ }), /***/ 42634: /***/ (function(module) { /** * A specialized version of `matchesProperty` for source values suitable * for strict equality comparisons, i.e. `===`. * * @private * @param {string} key The key of the property to get. * @param {*} srcValue The value to match. * @returns {Function} Returns the new spec function. */ function matchesStrictComparable(key, srcValue) { return function(object) { if (object == null) { return false; } return object[key] === srcValue && (srcValue !== undefined || (key in Object(object))); }; } module.exports = matchesStrictComparable; /***/ }), /***/ 24523: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var memoize = __webpack_require__(88306); /** Used as the maximum memoize cache size. */ var MAX_MEMOIZE_SIZE = 500; /** * A specialized version of `_.memoize` which clears the memoized function's * cache when it exceeds `MAX_MEMOIZE_SIZE`. * * @private * @param {Function} func The function to have its output memoized. * @returns {Function} Returns the new memoized function. */ function memoizeCapped(func) { var result = memoize(func, function(key) { if (cache.size === MAX_MEMOIZE_SIZE) { cache.clear(); } return key; }); var cache = result.cache; return result; } module.exports = memoizeCapped; /***/ }), /***/ 94536: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var getNative = __webpack_require__(10852); /* Built-in method references that are verified to be native. */ var nativeCreate = getNative(Object, 'create'); module.exports = nativeCreate; /***/ }), /***/ 86916: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var overArg = __webpack_require__(5569); /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeKeys = overArg(Object.keys, Object); module.exports = nativeKeys; /***/ }), /***/ 33498: /***/ (function(module) { /** * This function is like * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) * except that it includes inherited enumerable properties. * * @private * @param {Object} object The object to query. * @returns {Array} Returns the array of property names. */ function nativeKeysIn(object) { var result = []; if (object != null) { for (var key in Object(object)) { result.push(key); } } return result; } module.exports = nativeKeysIn; /***/ }), /***/ 31167: /***/ (function(module, exports, __webpack_require__) { /* module decorator */ module = __webpack_require__.nmd(module); var freeGlobal = __webpack_require__(31957); /** Detect free variable `exports`. */ var freeExports = true && exports && !exports.nodeType && exports; /** Detect free variable `module`. */ var freeModule = freeExports && "object" == 'object' && module && !module.nodeType && module; /** Detect the popular CommonJS extension `module.exports`. */ var moduleExports = freeModule && freeModule.exports === freeExports; /** Detect free variable `process` from Node.js. */ var freeProcess = moduleExports && freeGlobal.process; /** Used to access faster Node.js helpers. */ var nodeUtil = (function() { try { // Use `util.types` for Node.js 10+. var types = freeModule && freeModule.require && freeModule.require('util').types; if (types) { return types; } // Legacy `process.binding('util')` for Node.js < 10. return freeProcess && freeProcess.binding && freeProcess.binding('util'); } catch (e) {} }()); module.exports = nodeUtil; /***/ }), /***/ 2333: /***/ (function(module) { /** Used for built-in method references. */ var objectProto = Object.prototype; /** * Used to resolve the * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) * of values. */ var nativeObjectToString = objectProto.toString; /** * Converts `value` to a string using `Object.prototype.toString`. * * @private * @param {*} value The value to convert. * @returns {string} Returns the converted string. */ function objectToString(value) { return nativeObjectToString.call(value); } module.exports = objectToString; /***/ }), /***/ 5569: /***/ (function(module) { /** * Creates a unary function that invokes `func` with its argument transformed. * * @private * @param {Function} func The function to wrap. * @param {Function} transform The argument transform. * @returns {Function} Returns the new function. */ function overArg(func, transform) { return function(arg) { return func(transform(arg)); }; } module.exports = overArg; /***/ }), /***/ 45357: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var apply = __webpack_require__(96874); /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeMax = Math.max; /** * A specialized version of `baseRest` which transforms the rest array. * * @private * @param {Function} func The function to apply a rest parameter to. * @param {number} [start=func.length-1] The start position of the rest parameter. * @param {Function} transform The rest array transform. * @returns {Function} Returns the new function. */ function overRest(func, start, transform) { start = nativeMax(start === undefined ? (func.length - 1) : start, 0); return function() { var args = arguments, index = -1, length = nativeMax(args.length - start, 0), array = Array(length); while (++index < length) { array[index] = args[start + index]; } index = -1; var otherArgs = Array(start + 1); while (++index < start) { otherArgs[index] = args[index]; } otherArgs[start] = transform(array); return apply(func, this, otherArgs); }; } module.exports = overRest; /***/ }), /***/ 40292: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseGet = __webpack_require__(97786), baseSlice = __webpack_require__(14259); /** * Gets the parent value at `path` of `object`. * * @private * @param {Object} object The object to query. * @param {Array} path The path to get the parent value of. * @returns {*} Returns the parent value. */ function parent(object, path) { return path.length < 2 ? object : baseGet(object, baseSlice(path, 0, -1)); } module.exports = parent; /***/ }), /***/ 55639: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var freeGlobal = __webpack_require__(31957); /** Detect free variable `self`. */ var freeSelf = typeof self == 'object' && self && self.Object === Object && self; /** Used as a reference to the global object. */ var root = freeGlobal || freeSelf || Function('return this')(); module.exports = root; /***/ }), /***/ 36390: /***/ (function(module) { /** * Gets the value at `key`, unless `key` is "__proto__" or "constructor". * * @private * @param {Object} object The object to query. * @param {string} key The key of the property to get. * @returns {*} Returns the property value. */ function safeGet(object, key) { if (key === 'constructor' && typeof object[key] === 'function') { return; } if (key == '__proto__') { return; } return object[key]; } module.exports = safeGet; /***/ }), /***/ 90619: /***/ (function(module) { /** Used to stand-in for `undefined` hash values. */ var HASH_UNDEFINED = '__lodash_hash_undefined__'; /** * Adds `value` to the array cache. * * @private * @name add * @memberOf SetCache * @alias push * @param {*} value The value to cache. * @returns {Object} Returns the cache instance. */ function setCacheAdd(value) { this.__data__.set(value, HASH_UNDEFINED); return this; } module.exports = setCacheAdd; /***/ }), /***/ 72385: /***/ (function(module) { /** * Checks if `value` is in the array cache. * * @private * @name has * @memberOf SetCache * @param {*} value The value to search for. * @returns {number} Returns `true` if `value` is found, else `false`. */ function setCacheHas(value) { return this.__data__.has(value); } module.exports = setCacheHas; /***/ }), /***/ 21814: /***/ (function(module) { /** * Converts `set` to an array of its values. * * @private * @param {Object} set The set to convert. * @returns {Array} Returns the values. */ function setToArray(set) { var index = -1, result = Array(set.size); set.forEach(function(value) { result[++index] = value; }); return result; } module.exports = setToArray; /***/ }), /***/ 30061: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseSetToString = __webpack_require__(56560), shortOut = __webpack_require__(21275); /** * Sets the `toString` method of `func` to return `string`. * * @private * @param {Function} func The function to modify. * @param {Function} string The `toString` result. * @returns {Function} Returns `func`. */ var setToString = shortOut(baseSetToString); module.exports = setToString; /***/ }), /***/ 21275: /***/ (function(module) { /** Used to detect hot functions by number of calls within a span of milliseconds. */ var HOT_COUNT = 800, HOT_SPAN = 16; /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeNow = Date.now; /** * Creates a function that'll short out and invoke `identity` instead * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN` * milliseconds. * * @private * @param {Function} func The function to restrict. * @returns {Function} Returns the new shortable function. */ function shortOut(func) { var count = 0, lastCalled = 0; return function() { var stamp = nativeNow(), remaining = HOT_SPAN - (stamp - lastCalled); lastCalled = stamp; if (remaining > 0) { if (++count >= HOT_COUNT) { return arguments[0]; } } else { count = 0; } return func.apply(undefined, arguments); }; } module.exports = shortOut; /***/ }), /***/ 37465: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var ListCache = __webpack_require__(38407); /** * Removes all key-value entries from the stack. * * @private * @name clear * @memberOf Stack */ function stackClear() { this.__data__ = new ListCache; this.size = 0; } module.exports = stackClear; /***/ }), /***/ 63779: /***/ (function(module) { /** * Removes `key` and its value from the stack. * * @private * @name delete * @memberOf Stack * @param {string} key The key of the value to remove. * @returns {boolean} Returns `true` if the entry was removed, else `false`. */ function stackDelete(key) { var data = this.__data__, result = data['delete'](key); this.size = data.size; return result; } module.exports = stackDelete; /***/ }), /***/ 67599: /***/ (function(module) { /** * Gets the stack value for `key`. * * @private * @name get * @memberOf Stack * @param {string} key The key of the value to get. * @returns {*} Returns the entry value. */ function stackGet(key) { return this.__data__.get(key); } module.exports = stackGet; /***/ }), /***/ 44758: /***/ (function(module) { /** * Checks if a stack value for `key` exists. * * @private * @name has * @memberOf Stack * @param {string} key The key of the entry to check. * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. */ function stackHas(key) { return this.__data__.has(key); } module.exports = stackHas; /***/ }), /***/ 34309: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var ListCache = __webpack_require__(38407), Map = __webpack_require__(57071), MapCache = __webpack_require__(83369); /** Used as the size to enable large array optimizations. */ var LARGE_ARRAY_SIZE = 200; /** * Sets the stack `key` to `value`. * * @private * @name set * @memberOf Stack * @param {string} key The key of the value to set. * @param {*} value The value to set. * @returns {Object} Returns the stack cache instance. */ function stackSet(key, value) { var data = this.__data__; if (data instanceof ListCache) { var pairs = data.__data__; if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) { pairs.push([key, value]); this.size = ++data.size; return this; } data = this.__data__ = new MapCache(pairs); } data.set(key, value); this.size = data.size; return this; } module.exports = stackSet; /***/ }), /***/ 42351: /***/ (function(module) { /** * A specialized version of `_.indexOf` which performs strict equality * comparisons of values, i.e. `===`. * * @private * @param {Array} array The array to inspect. * @param {*} value The value to search for. * @param {number} fromIndex The index to search from. * @returns {number} Returns the index of the matched value, else `-1`. */ function strictIndexOf(array, value, fromIndex) { var index = fromIndex - 1, length = array.length; while (++index < length) { if (array[index] === value) { return index; } } return -1; } module.exports = strictIndexOf; /***/ }), /***/ 55514: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var memoizeCapped = __webpack_require__(24523); /** Used to match property names within property paths. */ var rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g; /** Used to match backslashes in property paths. */ var reEscapeChar = /\\(\\)?/g; /** * Converts `string` to a property path array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the property path array. */ var stringToPath = memoizeCapped(function(string) { var result = []; if (string.charCodeAt(0) === 46 /* . */) { result.push(''); } string.replace(rePropName, function(match, number, quote, subString) { result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match)); }); return result; }); module.exports = stringToPath; /***/ }), /***/ 40327: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isSymbol = __webpack_require__(33448); /** Used as references for various `Number` constants. */ var INFINITY = 1 / 0; /** * Converts `value` to a string key if it's not a string or symbol. * * @private * @param {*} value The value to inspect. * @returns {string|symbol} Returns the key. */ function toKey(value) { if (typeof value == 'string' || isSymbol(value)) { return value; } var result = (value + ''); return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result; } module.exports = toKey; /***/ }), /***/ 80346: /***/ (function(module) { /** Used for built-in method references. */ var funcProto = Function.prototype; /** Used to resolve the decompiled source of functions. */ var funcToString = funcProto.toString; /** * Converts `func` to its source code. * * @private * @param {Function} func The function to convert. * @returns {string} Returns the source code. */ function toSource(func) { if (func != null) { try { return funcToString.call(func); } catch (e) {} try { return (func + ''); } catch (e) {} } return ''; } module.exports = toSource; /***/ }), /***/ 67990: /***/ (function(module) { /** Used to match a single whitespace character. */ var reWhitespace = /\s/; /** * Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace * character of `string`. * * @private * @param {string} string The string to inspect. * @returns {number} Returns the index of the last non-whitespace character. */ function trimmedEndIndex(string) { var index = string.length; while (index-- && reWhitespace.test(string.charAt(index))) {} return index; } module.exports = trimmedEndIndex; /***/ }), /***/ 28583: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var assignValue = __webpack_require__(34865), copyObject = __webpack_require__(98363), createAssigner = __webpack_require__(21463), isArrayLike = __webpack_require__(98612), isPrototype = __webpack_require__(25726), keys = __webpack_require__(3674); /** Used for built-in method references. */ var objectProto = Object.prototype; /** Used to check objects for own properties. */ var hasOwnProperty = objectProto.hasOwnProperty; /** * Assigns own enumerable string keyed properties of source objects to the * destination object. Source objects are applied from left to right. * Subsequent sources overwrite property assignments of previous sources. * * **Note:** This method mutates `object` and is loosely based on * [`Object.assign`](https://mdn.io/Object/assign). * * @static * @memberOf _ * @since 0.10.0 * @category Object * @param {Object} object The destination object. * @param {...Object} [sources] The source objects. * @returns {Object} Returns `object`. * @see _.assignIn * @example * * function Foo() { * this.a = 1; * } * * function Bar() { * this.c = 3; * } * * Foo.prototype.b = 2; * Bar.prototype.d = 4; * * _.assign({ 'a': 0 }, new Foo, new Bar); * // => { 'a': 1, 'c': 3 } */ var assign = createAssigner(function(object, source) { if (isPrototype(source) || isArrayLike(source)) { copyObject(source, keys(source), object); return; } for (var key in source) { if (hasOwnProperty.call(source, key)) { assignValue(object, key, source[key]); } } }); module.exports = assign; /***/ }), /***/ 50361: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseClone = __webpack_require__(85990); /** Used to compose bitmasks for cloning. */ var CLONE_DEEP_FLAG = 1, CLONE_SYMBOLS_FLAG = 4; /** * This method is like `_.clone` except that it recursively clones `value`. * * @static * @memberOf _ * @since 1.0.0 * @category Lang * @param {*} value The value to recursively clone. * @returns {*} Returns the deep cloned value. * @see _.clone * @example * * var objects = [{ 'a': 1 }, { 'b': 2 }]; * * var deep = _.cloneDeep(objects); * console.log(deep[0] === objects[0]); * // => false */ function cloneDeep(value) { return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG); } module.exports = cloneDeep; /***/ }), /***/ 75703: /***/ (function(module) { /** * Creates a function that returns `value`. * * @static * @memberOf _ * @since 2.4.0 * @category Util * @param {*} value The value to return from the new function. * @returns {Function} Returns the new constant function. * @example * * var objects = _.times(2, _.constant({ 'a': 1 })); * * console.log(objects); * // => [{ 'a': 1 }, { 'a': 1 }] * * console.log(objects[0] === objects[1]); * // => true */ function constant(value) { return function() { return value; }; } module.exports = constant; /***/ }), /***/ 23279: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isObject = __webpack_require__(13218), now = __webpack_require__(7771), toNumber = __webpack_require__(14841); /** Error message constants. */ var FUNC_ERROR_TEXT = 'Expected a function'; /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeMax = Math.max, nativeMin = Math.min; /** * Creates a debounced function that delays invoking `func` until after `wait` * milliseconds have elapsed since the last time the debounced function was * invoked. The debounced function comes with a `cancel` method to cancel * delayed `func` invocations and a `flush` method to immediately invoke them. * Provide `options` to indicate whether `func` should be invoked on the * leading and/or trailing edge of the `wait` timeout. The `func` is invoked * with the last arguments provided to the debounced function. Subsequent * calls to the debounced function return the result of the last `func` * invocation. * * **Note:** If `leading` and `trailing` options are `true`, `func` is * invoked on the trailing edge of the timeout only if the debounced function * is invoked more than once during the `wait` timeout. * * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred * until to the next tick, similar to `setTimeout` with a timeout of `0`. * * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/) * for details over the differences between `_.debounce` and `_.throttle`. * * @static * @memberOf _ * @since 0.1.0 * @category Function * @param {Function} func The function to debounce. * @param {number} [wait=0] The number of milliseconds to delay. * @param {Object} [options={}] The options object. * @param {boolean} [options.leading=false] * Specify invoking on the leading edge of the timeout. * @param {number} [options.maxWait] * The maximum time `func` is allowed to be delayed before it's invoked. * @param {boolean} [options.trailing=true] * Specify invoking on the trailing edge of the timeout. * @returns {Function} Returns the new debounced function. * @example * * // Avoid costly calculations while the window size is in flux. * jQuery(window).on('resize', _.debounce(calculateLayout, 150)); * * // Invoke `sendMail` when clicked, debouncing subsequent calls. * jQuery(element).on('click', _.debounce(sendMail, 300, { * 'leading': true, * 'trailing': false * })); * * // Ensure `batchLog` is invoked once after 1 second of debounced calls. * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 }); * var source = new EventSource('/stream'); * jQuery(source).on('message', debounced); * * // Cancel the trailing debounced invocation. * jQuery(window).on('popstate', debounced.cancel); */ function debounce(func, wait, options) { var lastArgs, lastThis, maxWait, result, timerId, lastCallTime, lastInvokeTime = 0, leading = false, maxing = false, trailing = true; if (typeof func != 'function') { throw new TypeError(FUNC_ERROR_TEXT); } wait = toNumber(wait) || 0; if (isObject(options)) { leading = !!options.leading; maxing = 'maxWait' in options; maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait; trailing = 'trailing' in options ? !!options.trailing : trailing; } function invokeFunc(time) { var args = lastArgs, thisArg = lastThis; lastArgs = lastThis = undefined; lastInvokeTime = time; result = func.apply(thisArg, args); return result; } function leadingEdge(time) { // Reset any `maxWait` timer. lastInvokeTime = time; // Start the timer for the trailing edge. timerId = setTimeout(timerExpired, wait); // Invoke the leading edge. return leading ? invokeFunc(time) : result; } function remainingWait(time) { var timeSinceLastCall = time - lastCallTime, timeSinceLastInvoke = time - lastInvokeTime, timeWaiting = wait - timeSinceLastCall; return maxing ? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke) : timeWaiting; } function shouldInvoke(time) { var timeSinceLastCall = time - lastCallTime, timeSinceLastInvoke = time - lastInvokeTime; // Either this is the first call, activity has stopped and we're at the // trailing edge, the system time has gone backwards and we're treating // it as the trailing edge, or we've hit the `maxWait` limit. return (lastCallTime === undefined || (timeSinceLastCall >= wait) || (timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait)); } function timerExpired() { var time = now(); if (shouldInvoke(time)) { return trailingEdge(time); } // Restart the timer. timerId = setTimeout(timerExpired, remainingWait(time)); } function trailingEdge(time) { timerId = undefined; // Only invoke if we have `lastArgs` which means `func` has been // debounced at least once. if (trailing && lastArgs) { return invokeFunc(time); } lastArgs = lastThis = undefined; return result; } function cancel() { if (timerId !== undefined) { clearTimeout(timerId); } lastInvokeTime = 0; lastArgs = lastCallTime = lastThis = timerId = undefined; } function flush() { return timerId === undefined ? result : trailingEdge(now()); } function debounced() { var time = now(), isInvoking = shouldInvoke(time); lastArgs = arguments; lastThis = this; lastCallTime = time; if (isInvoking) { if (timerId === undefined) { return leadingEdge(lastCallTime); } if (maxing) { // Handle invocations in a tight loop. clearTimeout(timerId); timerId = setTimeout(timerExpired, wait); return invokeFunc(lastCallTime); } } if (timerId === undefined) { timerId = setTimeout(timerExpired, wait); } return result; } debounced.cancel = cancel; debounced.flush = flush; return debounced; } module.exports = debounce; /***/ }), /***/ 91747: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseRest = __webpack_require__(5976), eq = __webpack_require__(77813), isIterateeCall = __webpack_require__(16612), keysIn = __webpack_require__(81704); /** Used for built-in method references. */ var objectProto = Object.prototype; /** Used to check objects for own properties. */ var hasOwnProperty = objectProto.hasOwnProperty; /** * Assigns own and inherited enumerable string keyed properties of source * objects to the destination object for all destination properties that * resolve to `undefined`. Source objects are applied from left to right. * Once a property is set, additional values of the same property are ignored. * * **Note:** This method mutates `object`. * * @static * @since 0.1.0 * @memberOf _ * @category Object * @param {Object} object The destination object. * @param {...Object} [sources] The source objects. * @returns {Object} Returns `object`. * @see _.defaultsDeep * @example * * _.defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); * // => { 'a': 1, 'b': 2 } */ var defaults = baseRest(function(object, sources) { object = Object(object); var index = -1; var length = sources.length; var guard = length > 2 ? sources[2] : undefined; if (guard && isIterateeCall(sources[0], sources[1], guard)) { length = 1; } while (++index < length) { var source = sources[index]; var props = keysIn(source); var propsIndex = -1; var propsLength = props.length; while (++propsIndex < propsLength) { var key = props[propsIndex]; var value = object[key]; if (value === undefined || (eq(value, objectProto[key]) && !hasOwnProperty.call(object, key))) { object[key] = source[key]; } } } return object; }); module.exports = defaults; /***/ }), /***/ 91966: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseDifference = __webpack_require__(20731), baseFlatten = __webpack_require__(21078), baseRest = __webpack_require__(5976), isArrayLikeObject = __webpack_require__(29246); /** * Creates an array of `array` values not included in the other given arrays * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) * for equality comparisons. The order and references of result values are * determined by the first array. * * **Note:** Unlike `_.pullAll`, this method returns a new array. * * @static * @memberOf _ * @since 0.1.0 * @category Array * @param {Array} array The array to inspect. * @param {...Array} [values] The values to exclude. * @returns {Array} Returns the new array of filtered values. * @see _.without, _.xor * @example * * _.difference([2, 1], [2, 3]); * // => [1] */ var difference = baseRest(function(array, values) { return isArrayLikeObject(array) ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true)) : []; }); module.exports = difference; /***/ }), /***/ 66073: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { module.exports = __webpack_require__(84486); /***/ }), /***/ 77813: /***/ (function(module) { /** * Performs a * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) * comparison between two values to determine if they are equivalent. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to compare. * @param {*} other The other value to compare. * @returns {boolean} Returns `true` if the values are equivalent, else `false`. * @example * * var object = { 'a': 1 }; * var other = { 'a': 1 }; * * _.eq(object, object); * // => true * * _.eq(object, other); * // => false * * _.eq('a', 'a'); * // => true * * _.eq('a', Object('a')); * // => false * * _.eq(NaN, NaN); * // => true */ function eq(value, other) { return value === other || (value !== value && other !== other); } module.exports = eq; /***/ }), /***/ 13311: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var createFind = __webpack_require__(67740), findIndex = __webpack_require__(30998); /** * Iterates over elements of `collection`, returning the first element * `predicate` returns truthy for. The predicate is invoked with three * arguments: (value, index|key, collection). * * @static * @memberOf _ * @since 0.1.0 * @category Collection * @param {Array|Object} collection The collection to inspect. * @param {Function} [predicate=_.identity] The function invoked per iteration. * @param {number} [fromIndex=0] The index to search from. * @returns {*} Returns the matched element, else `undefined`. * @example * * var users = [ * { 'user': 'barney', 'age': 36, 'active': true }, * { 'user': 'fred', 'age': 40, 'active': false }, * { 'user': 'pebbles', 'age': 1, 'active': true } * ]; * * _.find(users, function(o) { return o.age < 40; }); * // => object for 'barney' * * // The `_.matches` iteratee shorthand. * _.find(users, { 'age': 1, 'active': true }); * // => object for 'pebbles' * * // The `_.matchesProperty` iteratee shorthand. * _.find(users, ['active', false]); * // => object for 'fred' * * // The `_.property` iteratee shorthand. * _.find(users, 'active'); * // => object for 'barney' */ var find = createFind(findIndex); module.exports = find; /***/ }), /***/ 30998: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseFindIndex = __webpack_require__(41848), baseIteratee = __webpack_require__(67206), toInteger = __webpack_require__(40554); /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeMax = Math.max; /** * This method is like `_.find` except that it returns the index of the first * element `predicate` returns truthy for instead of the element itself. * * @static * @memberOf _ * @since 1.1.0 * @category Array * @param {Array} array The array to inspect. * @param {Function} [predicate=_.identity] The function invoked per iteration. * @param {number} [fromIndex=0] The index to search from. * @returns {number} Returns the index of the found element, else `-1`. * @example * * var users = [ * { 'user': 'barney', 'active': false }, * { 'user': 'fred', 'active': false }, * { 'user': 'pebbles', 'active': true } * ]; * * _.findIndex(users, function(o) { return o.user == 'barney'; }); * // => 0 * * // The `_.matches` iteratee shorthand. * _.findIndex(users, { 'user': 'fred', 'active': false }); * // => 1 * * // The `_.matchesProperty` iteratee shorthand. * _.findIndex(users, ['active', false]); * // => 0 * * // The `_.property` iteratee shorthand. * _.findIndex(users, 'active'); * // => 2 */ function findIndex(array, predicate, fromIndex) { var length = array == null ? 0 : array.length; if (!length) { return -1; } var index = fromIndex == null ? 0 : toInteger(fromIndex); if (index < 0) { index = nativeMax(length + index, 0); } return baseFindIndex(array, baseIteratee(predicate, 3), index); } module.exports = findIndex; /***/ }), /***/ 85564: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseFlatten = __webpack_require__(21078); /** * Flattens `array` a single level deep. * * @static * @memberOf _ * @since 0.1.0 * @category Array * @param {Array} array The array to flatten. * @returns {Array} Returns the new flattened array. * @example * * _.flatten([1, [2, [3, [4]], 5]]); * // => [1, 2, [3, [4]], 5] */ function flatten(array) { var length = array == null ? 0 : array.length; return length ? baseFlatten(array, 1) : []; } module.exports = flatten; /***/ }), /***/ 84486: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var arrayEach = __webpack_require__(77412), baseEach = __webpack_require__(89881), castFunction = __webpack_require__(54290), isArray = __webpack_require__(1469); /** * Iterates over elements of `collection` and invokes `iteratee` for each element. * The iteratee is invoked with three arguments: (value, index|key, collection). * Iteratee functions may exit iteration early by explicitly returning `false`. * * **Note:** As with other "Collections" methods, objects with a "length" * property are iterated like arrays. To avoid this behavior use `_.forIn` * or `_.forOwn` for object iteration. * * @static * @memberOf _ * @since 0.1.0 * @alias each * @category Collection * @param {Array|Object} collection The collection to iterate over. * @param {Function} [iteratee=_.identity] The function invoked per iteration. * @returns {Array|Object} Returns `collection`. * @see _.forEachRight * @example * * _.forEach([1, 2], function(value) { * console.log(value); * }); * // => Logs `1` then `2`. * * _.forEach({ 'a': 1, 'b': 2 }, function(value, key) { * console.log(key); * }); * // => Logs 'a' then 'b' (iteration order is not guaranteed). */ function forEach(collection, iteratee) { var func = isArray(collection) ? arrayEach : baseEach; return func(collection, castFunction(iteratee)); } module.exports = forEach; /***/ }), /***/ 2525: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseForOwn = __webpack_require__(47816), castFunction = __webpack_require__(54290); /** * Iterates over own enumerable string keyed properties of an object and * invokes `iteratee` for each property. The iteratee is invoked with three * arguments: (value, key, object). Iteratee functions may exit iteration * early by explicitly returning `false`. * * @static * @memberOf _ * @since 0.3.0 * @category Object * @param {Object} object The object to iterate over. * @param {Function} [iteratee=_.identity] The function invoked per iteration. * @returns {Object} Returns `object`. * @see _.forOwnRight * @example * * function Foo() { * this.a = 1; * this.b = 2; * } * * Foo.prototype.c = 3; * * _.forOwn(new Foo, function(value, key) { * console.log(key); * }); * // => Logs 'a' then 'b' (iteration order is not guaranteed). */ function forOwn(object, iteratee) { return object && baseForOwn(object, castFunction(iteratee)); } module.exports = forOwn; /***/ }), /***/ 27361: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseGet = __webpack_require__(97786); /** * Gets the value at `path` of `object`. If the resolved value is * `undefined`, the `defaultValue` is returned in its place. * * @static * @memberOf _ * @since 3.7.0 * @category Object * @param {Object} object The object to query. * @param {Array|string} path The path of the property to get. * @param {*} [defaultValue] The value returned for `undefined` resolved values. * @returns {*} Returns the resolved value. * @example * * var object = { 'a': [{ 'b': { 'c': 3 } }] }; * * _.get(object, 'a[0].b.c'); * // => 3 * * _.get(object, ['a', '0', 'b', 'c']); * // => 3 * * _.get(object, 'a.b.c', 'default'); * // => 'default' */ function get(object, path, defaultValue) { var result = object == null ? undefined : baseGet(object, path); return result === undefined ? defaultValue : result; } module.exports = get; /***/ }), /***/ 79095: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseHasIn = __webpack_require__(13), hasPath = __webpack_require__(222); /** * Checks if `path` is a direct or inherited property of `object`. * * @static * @memberOf _ * @since 4.0.0 * @category Object * @param {Object} object The object to query. * @param {Array|string} path The path to check. * @returns {boolean} Returns `true` if `path` exists, else `false`. * @example * * var object = _.create({ 'a': _.create({ 'b': 2 }) }); * * _.hasIn(object, 'a'); * // => true * * _.hasIn(object, 'a.b'); * // => true * * _.hasIn(object, ['a', 'b']); * // => true * * _.hasIn(object, 'b'); * // => false */ function hasIn(object, path) { return object != null && hasPath(object, path, baseHasIn); } module.exports = hasIn; /***/ }), /***/ 6557: /***/ (function(module) { /** * This method returns the first argument it receives. * * @static * @since 0.1.0 * @memberOf _ * @category Util * @param {*} value Any value. * @returns {*} Returns `value`. * @example * * var object = { 'a': 1 }; * * console.log(_.identity(object) === object); * // => true */ function identity(value) { return value; } module.exports = identity; /***/ }), /***/ 35694: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseIsArguments = __webpack_require__(9454), isObjectLike = __webpack_require__(37005); /** Used for built-in method references. */ var objectProto = Object.prototype; /** Used to check objects for own properties. */ var hasOwnProperty = objectProto.hasOwnProperty; /** Built-in value references. */ var propertyIsEnumerable = objectProto.propertyIsEnumerable; /** * Checks if `value` is likely an `arguments` object. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is an `arguments` object, * else `false`. * @example * * _.isArguments(function() { return arguments; }()); * // => true * * _.isArguments([1, 2, 3]); * // => false */ var isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) { return isObjectLike(value) && hasOwnProperty.call(value, 'callee') && !propertyIsEnumerable.call(value, 'callee'); }; module.exports = isArguments; /***/ }), /***/ 1469: /***/ (function(module) { /** * Checks if `value` is classified as an `Array` object. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is an array, else `false`. * @example * * _.isArray([1, 2, 3]); * // => true * * _.isArray(document.body.children); * // => false * * _.isArray('abc'); * // => false * * _.isArray(_.noop); * // => false */ var isArray = Array.isArray; module.exports = isArray; /***/ }), /***/ 98612: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isFunction = __webpack_require__(23560), isLength = __webpack_require__(41780); /** * Checks if `value` is array-like. A value is considered array-like if it's * not a function and has a `value.length` that's an integer greater than or * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is array-like, else `false`. * @example * * _.isArrayLike([1, 2, 3]); * // => true * * _.isArrayLike(document.body.children); * // => true * * _.isArrayLike('abc'); * // => true * * _.isArrayLike(_.noop); * // => false */ function isArrayLike(value) { return value != null && isLength(value.length) && !isFunction(value); } module.exports = isArrayLike; /***/ }), /***/ 29246: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isArrayLike = __webpack_require__(98612), isObjectLike = __webpack_require__(37005); /** * This method is like `_.isArrayLike` except that it also checks if `value` * is an object. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is an array-like object, * else `false`. * @example * * _.isArrayLikeObject([1, 2, 3]); * // => true * * _.isArrayLikeObject(document.body.children); * // => true * * _.isArrayLikeObject('abc'); * // => false * * _.isArrayLikeObject(_.noop); * // => false */ function isArrayLikeObject(value) { return isObjectLike(value) && isArrayLike(value); } module.exports = isArrayLikeObject; /***/ }), /***/ 44144: /***/ (function(module, exports, __webpack_require__) { /* module decorator */ module = __webpack_require__.nmd(module); var root = __webpack_require__(55639), stubFalse = __webpack_require__(95062); /** Detect free variable `exports`. */ var freeExports = true && exports && !exports.nodeType && exports; /** Detect free variable `module`. */ var freeModule = freeExports && "object" == 'object' && module && !module.nodeType && module; /** Detect the popular CommonJS extension `module.exports`. */ var moduleExports = freeModule && freeModule.exports === freeExports; /** Built-in value references. */ var Buffer = moduleExports ? root.Buffer : undefined; /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined; /** * Checks if `value` is a buffer. * * @static * @memberOf _ * @since 4.3.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a buffer, else `false`. * @example * * _.isBuffer(new Buffer(2)); * // => true * * _.isBuffer(new Uint8Array(2)); * // => false */ var isBuffer = nativeIsBuffer || stubFalse; module.exports = isBuffer; /***/ }), /***/ 41609: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseKeys = __webpack_require__(280), getTag = __webpack_require__(64160), isArguments = __webpack_require__(35694), isArray = __webpack_require__(1469), isArrayLike = __webpack_require__(98612), isBuffer = __webpack_require__(44144), isPrototype = __webpack_require__(25726), isTypedArray = __webpack_require__(36719); /** `Object#toString` result references. */ var mapTag = '[object Map]', setTag = '[object Set]'; /** Used for built-in method references. */ var objectProto = Object.prototype; /** Used to check objects for own properties. */ var hasOwnProperty = objectProto.hasOwnProperty; /** * Checks if `value` is an empty object, collection, map, or set. * * Objects are considered empty if they have no own enumerable string keyed * properties. * * Array-like values such as `arguments` objects, arrays, buffers, strings, or * jQuery-like collections are considered empty if they have a `length` of `0`. * Similarly, maps and sets are considered empty if they have a `size` of `0`. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is empty, else `false`. * @example * * _.isEmpty(null); * // => true * * _.isEmpty(true); * // => true * * _.isEmpty(1); * // => true * * _.isEmpty([1, 2, 3]); * // => false * * _.isEmpty({ 'a': 1 }); * // => false */ function isEmpty(value) { if (value == null) { return true; } if (isArrayLike(value) && (isArray(value) || typeof value == 'string' || typeof value.splice == 'function' || isBuffer(value) || isTypedArray(value) || isArguments(value))) { return !value.length; } var tag = getTag(value); if (tag == mapTag || tag == setTag) { return !value.size; } if (isPrototype(value)) { return !baseKeys(value).length; } for (var key in value) { if (hasOwnProperty.call(value, key)) { return false; } } return true; } module.exports = isEmpty; /***/ }), /***/ 18446: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseIsEqual = __webpack_require__(90939); /** * Performs a deep comparison between two values to determine if they are * equivalent. * * **Note:** This method supports comparing arrays, array buffers, booleans, * date objects, error objects, maps, numbers, `Object` objects, regexes, * sets, strings, symbols, and typed arrays. `Object` objects are compared * by their own, not inherited, enumerable properties. Functions and DOM * nodes are compared by strict equality, i.e. `===`. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to compare. * @param {*} other The other value to compare. * @returns {boolean} Returns `true` if the values are equivalent, else `false`. * @example * * var object = { 'a': 1 }; * var other = { 'a': 1 }; * * _.isEqual(object, other); * // => true * * object === other; * // => false */ function isEqual(value, other) { return baseIsEqual(value, other); } module.exports = isEqual; /***/ }), /***/ 23560: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseGetTag = __webpack_require__(44239), isObject = __webpack_require__(13218); /** `Object#toString` result references. */ var asyncTag = '[object AsyncFunction]', funcTag = '[object Function]', genTag = '[object GeneratorFunction]', proxyTag = '[object Proxy]'; /** * Checks if `value` is classified as a `Function` object. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a function, else `false`. * @example * * _.isFunction(_); * // => true * * _.isFunction(/abc/); * // => false */ function isFunction(value) { if (!isObject(value)) { return false; } // The use of `Object#toString` avoids issues with the `typeof` operator // in Safari 9 which returns 'object' for typed arrays and other constructors. var tag = baseGetTag(value); return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag; } module.exports = isFunction; /***/ }), /***/ 41780: /***/ (function(module) { /** Used as references for various `Number` constants. */ var MAX_SAFE_INTEGER = 9007199254740991; /** * Checks if `value` is a valid array-like length. * * **Note:** This method is loosely based on * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a valid length, else `false`. * @example * * _.isLength(3); * // => true * * _.isLength(Number.MIN_VALUE); * // => false * * _.isLength(Infinity); * // => false * * _.isLength('3'); * // => false */ function isLength(value) { return typeof value == 'number' && value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER; } module.exports = isLength; /***/ }), /***/ 56688: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseIsMap = __webpack_require__(25588), baseUnary = __webpack_require__(7518), nodeUtil = __webpack_require__(31167); /* Node.js helper references. */ var nodeIsMap = nodeUtil && nodeUtil.isMap; /** * Checks if `value` is classified as a `Map` object. * * @static * @memberOf _ * @since 4.3.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a map, else `false`. * @example * * _.isMap(new Map); * // => true * * _.isMap(new WeakMap); * // => false */ var isMap = nodeIsMap ? baseUnary(nodeIsMap) : baseIsMap; module.exports = isMap; /***/ }), /***/ 13218: /***/ (function(module) { /** * Checks if `value` is the * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is an object, else `false`. * @example * * _.isObject({}); * // => true * * _.isObject([1, 2, 3]); * // => true * * _.isObject(_.noop); * // => true * * _.isObject(null); * // => false */ function isObject(value) { var type = typeof value; return value != null && (type == 'object' || type == 'function'); } module.exports = isObject; /***/ }), /***/ 37005: /***/ (function(module) { /** * Checks if `value` is object-like. A value is object-like if it's not `null` * and has a `typeof` result of "object". * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is object-like, else `false`. * @example * * _.isObjectLike({}); * // => true * * _.isObjectLike([1, 2, 3]); * // => true * * _.isObjectLike(_.noop); * // => false * * _.isObjectLike(null); * // => false */ function isObjectLike(value) { return value != null && typeof value == 'object'; } module.exports = isObjectLike; /***/ }), /***/ 68630: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseGetTag = __webpack_require__(44239), getPrototype = __webpack_require__(85924), isObjectLike = __webpack_require__(37005); /** `Object#toString` result references. */ var objectTag = '[object Object]'; /** Used for built-in method references. */ var funcProto = Function.prototype, objectProto = Object.prototype; /** Used to resolve the decompiled source of functions. */ var funcToString = funcProto.toString; /** Used to check objects for own properties. */ var hasOwnProperty = objectProto.hasOwnProperty; /** Used to infer the `Object` constructor. */ var objectCtorString = funcToString.call(Object); /** * Checks if `value` is a plain object, that is, an object created by the * `Object` constructor or one with a `[[Prototype]]` of `null`. * * @static * @memberOf _ * @since 0.8.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a plain object, else `false`. * @example * * function Foo() { * this.a = 1; * } * * _.isPlainObject(new Foo); * // => false * * _.isPlainObject([1, 2, 3]); * // => false * * _.isPlainObject({ 'x': 0, 'y': 0 }); * // => true * * _.isPlainObject(Object.create(null)); * // => true */ function isPlainObject(value) { if (!isObjectLike(value) || baseGetTag(value) != objectTag) { return false; } var proto = getPrototype(value); if (proto === null) { return true; } var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor; return typeof Ctor == 'function' && Ctor instanceof Ctor && funcToString.call(Ctor) == objectCtorString; } module.exports = isPlainObject; /***/ }), /***/ 72928: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseIsSet = __webpack_require__(29221), baseUnary = __webpack_require__(7518), nodeUtil = __webpack_require__(31167); /* Node.js helper references. */ var nodeIsSet = nodeUtil && nodeUtil.isSet; /** * Checks if `value` is classified as a `Set` object. * * @static * @memberOf _ * @since 4.3.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a set, else `false`. * @example * * _.isSet(new Set); * // => true * * _.isSet(new WeakSet); * // => false */ var isSet = nodeIsSet ? baseUnary(nodeIsSet) : baseIsSet; module.exports = isSet; /***/ }), /***/ 47037: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseGetTag = __webpack_require__(44239), isArray = __webpack_require__(1469), isObjectLike = __webpack_require__(37005); /** `Object#toString` result references. */ var stringTag = '[object String]'; /** * Checks if `value` is classified as a `String` primitive or object. * * @static * @since 0.1.0 * @memberOf _ * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a string, else `false`. * @example * * _.isString('abc'); * // => true * * _.isString(1); * // => false */ function isString(value) { return typeof value == 'string' || (!isArray(value) && isObjectLike(value) && baseGetTag(value) == stringTag); } module.exports = isString; /***/ }), /***/ 33448: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseGetTag = __webpack_require__(44239), isObjectLike = __webpack_require__(37005); /** `Object#toString` result references. */ var symbolTag = '[object Symbol]'; /** * Checks if `value` is classified as a `Symbol` primitive or object. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a symbol, else `false`. * @example * * _.isSymbol(Symbol.iterator); * // => true * * _.isSymbol('abc'); * // => false */ function isSymbol(value) { return typeof value == 'symbol' || (isObjectLike(value) && baseGetTag(value) == symbolTag); } module.exports = isSymbol; /***/ }), /***/ 36719: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseIsTypedArray = __webpack_require__(38749), baseUnary = __webpack_require__(7518), nodeUtil = __webpack_require__(31167); /* Node.js helper references. */ var nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray; /** * Checks if `value` is classified as a typed array. * * @static * @memberOf _ * @since 3.0.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. * @example * * _.isTypedArray(new Uint8Array); * // => true * * _.isTypedArray([]); * // => false */ var isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray; module.exports = isTypedArray; /***/ }), /***/ 3674: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var arrayLikeKeys = __webpack_require__(14636), baseKeys = __webpack_require__(280), isArrayLike = __webpack_require__(98612); /** * Creates an array of the own enumerable property names of `object`. * * **Note:** Non-object values are coerced to objects. See the * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) * for more details. * * @static * @since 0.1.0 * @memberOf _ * @category Object * @param {Object} object The object to query. * @returns {Array} Returns the array of property names. * @example * * function Foo() { * this.a = 1; * this.b = 2; * } * * Foo.prototype.c = 3; * * _.keys(new Foo); * // => ['a', 'b'] (iteration order is not guaranteed) * * _.keys('hi'); * // => ['0', '1'] */ function keys(object) { return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object); } module.exports = keys; /***/ }), /***/ 81704: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var arrayLikeKeys = __webpack_require__(14636), baseKeysIn = __webpack_require__(10313), isArrayLike = __webpack_require__(98612); /** * Creates an array of the own and inherited enumerable property names of `object`. * * **Note:** Non-object values are coerced to objects. * * @static * @memberOf _ * @since 3.0.0 * @category Object * @param {Object} object The object to query. * @returns {Array} Returns the array of property names. * @example * * function Foo() { * this.a = 1; * this.b = 2; * } * * Foo.prototype.c = 3; * * _.keysIn(new Foo); * // => ['a', 'b', 'c'] (iteration order is not guaranteed) */ function keysIn(object) { return isArrayLike(object) ? arrayLikeKeys(object, true) : baseKeysIn(object); } module.exports = keysIn; /***/ }), /***/ 10928: /***/ (function(module) { /** * Gets the last element of `array`. * * @static * @memberOf _ * @since 0.1.0 * @category Array * @param {Array} array The array to query. * @returns {*} Returns the last element of `array`. * @example * * _.last([1, 2, 3]); * // => 3 */ function last(array) { var length = array == null ? 0 : array.length; return length ? array[length - 1] : undefined; } module.exports = last; /***/ }), /***/ 35161: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var arrayMap = __webpack_require__(29932), baseIteratee = __webpack_require__(67206), baseMap = __webpack_require__(69199), isArray = __webpack_require__(1469); /** * Creates an array of values by running each element in `collection` thru * `iteratee`. The iteratee is invoked with three arguments: * (value, index|key, collection). * * Many lodash methods are guarded to work as iteratees for methods like * `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`. * * The guarded methods are: * `ary`, `chunk`, `curry`, `curryRight`, `drop`, `dropRight`, `every`, * `fill`, `invert`, `parseInt`, `random`, `range`, `rangeRight`, `repeat`, * `sampleSize`, `slice`, `some`, `sortBy`, `split`, `take`, `takeRight`, * `template`, `trim`, `trimEnd`, `trimStart`, and `words` * * @static * @memberOf _ * @since 0.1.0 * @category Collection * @param {Array|Object} collection The collection to iterate over. * @param {Function} [iteratee=_.identity] The function invoked per iteration. * @returns {Array} Returns the new mapped array. * @example * * function square(n) { * return n * n; * } * * _.map([4, 8], square); * // => [16, 64] * * _.map({ 'a': 4, 'b': 8 }, square); * // => [16, 64] (iteration order is not guaranteed) * * var users = [ * { 'user': 'barney' }, * { 'user': 'fred' } * ]; * * // The `_.property` iteratee shorthand. * _.map(users, 'user'); * // => ['barney', 'fred'] */ function map(collection, iteratee) { var func = isArray(collection) ? arrayMap : baseMap; return func(collection, baseIteratee(iteratee, 3)); } module.exports = map; /***/ }), /***/ 88306: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var MapCache = __webpack_require__(83369); /** Error message constants. */ var FUNC_ERROR_TEXT = 'Expected a function'; /** * Creates a function that memoizes the result of `func`. If `resolver` is * provided, it determines the cache key for storing the result based on the * arguments provided to the memoized function. By default, the first argument * provided to the memoized function is used as the map cache key. The `func` * is invoked with the `this` binding of the memoized function. * * **Note:** The cache is exposed as the `cache` property on the memoized * function. Its creation may be customized by replacing the `_.memoize.Cache` * constructor with one whose instances implement the * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object) * method interface of `clear`, `delete`, `get`, `has`, and `set`. * * @static * @memberOf _ * @since 0.1.0 * @category Function * @param {Function} func The function to have its output memoized. * @param {Function} [resolver] The function to resolve the cache key. * @returns {Function} Returns the new memoized function. * @example * * var object = { 'a': 1, 'b': 2 }; * var other = { 'c': 3, 'd': 4 }; * * var values = _.memoize(_.values); * values(object); * // => [1, 2] * * values(other); * // => [3, 4] * * object.a = 2; * values(object); * // => [1, 2] * * // Modify the result cache. * values.cache.set(object, ['a', 'b']); * values(object); * // => ['a', 'b'] * * // Replace `_.memoize.Cache`. * _.memoize.Cache = WeakMap; */ function memoize(func, resolver) { if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) { throw new TypeError(FUNC_ERROR_TEXT); } var memoized = function() { var args = arguments, key = resolver ? resolver.apply(this, args) : args[0], cache = memoized.cache; if (cache.has(key)) { return cache.get(key); } var result = func.apply(this, args); memoized.cache = cache.set(key, result) || cache; return result; }; memoized.cache = new (memoize.Cache || MapCache); return memoized; } // Expose `MapCache`. memoize.Cache = MapCache; module.exports = memoize; /***/ }), /***/ 82492: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseMerge = __webpack_require__(42980), createAssigner = __webpack_require__(21463); /** * This method is like `_.assign` except that it recursively merges own and * inherited enumerable string keyed properties of source objects into the * destination object. Source properties that resolve to `undefined` are * skipped if a destination value exists. Array and plain object properties * are merged recursively. Other objects and value types are overridden by * assignment. Source objects are applied from left to right. Subsequent * sources overwrite property assignments of previous sources. * * **Note:** This method mutates `object`. * * @static * @memberOf _ * @since 0.5.0 * @category Object * @param {Object} object The destination object. * @param {...Object} [sources] The source objects. * @returns {Object} Returns `object`. * @example * * var object = { * 'a': [{ 'b': 2 }, { 'd': 4 }] * }; * * var other = { * 'a': [{ 'c': 3 }, { 'e': 5 }] * }; * * _.merge(object, other); * // => { 'a': [{ 'b': 2, 'c': 3 }, { 'd': 4, 'e': 5 }] } */ var merge = createAssigner(function(object, source, srcIndex) { baseMerge(object, source, srcIndex); }); module.exports = merge; /***/ }), /***/ 7771: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var root = __webpack_require__(55639); /** * Gets the timestamp of the number of milliseconds that have elapsed since * the Unix epoch (1 January 1970 00:00:00 UTC). * * @static * @memberOf _ * @since 2.4.0 * @category Date * @returns {number} Returns the timestamp. * @example * * _.defer(function(stamp) { * console.log(_.now() - stamp); * }, _.now()); * // => Logs the number of milliseconds it took for the deferred invocation. */ var now = function() { return root.Date.now(); }; module.exports = now; /***/ }), /***/ 57557: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var arrayMap = __webpack_require__(29932), baseClone = __webpack_require__(85990), baseUnset = __webpack_require__(57406), castPath = __webpack_require__(71811), copyObject = __webpack_require__(98363), customOmitClone = __webpack_require__(60696), flatRest = __webpack_require__(99021), getAllKeysIn = __webpack_require__(46904); /** Used to compose bitmasks for cloning. */ var CLONE_DEEP_FLAG = 1, CLONE_FLAT_FLAG = 2, CLONE_SYMBOLS_FLAG = 4; /** * The opposite of `_.pick`; this method creates an object composed of the * own and inherited enumerable property paths of `object` that are not omitted. * * **Note:** This method is considerably slower than `_.pick`. * * @static * @since 0.1.0 * @memberOf _ * @category Object * @param {Object} object The source object. * @param {...(string|string[])} [paths] The property paths to omit. * @returns {Object} Returns the new object. * @example * * var object = { 'a': 1, 'b': '2', 'c': 3 }; * * _.omit(object, ['a', 'c']); * // => { 'b': '2' } */ var omit = flatRest(function(object, paths) { var result = {}; if (object == null) { return result; } var isDeep = false; paths = arrayMap(paths, function(path) { path = castPath(path, object); isDeep || (isDeep = path.length > 1); return path; }); copyObject(object, getAllKeysIn(object), result); if (isDeep) { result = baseClone(result, CLONE_DEEP_FLAG | CLONE_FLAT_FLAG | CLONE_SYMBOLS_FLAG, customOmitClone); } var length = paths.length; while (length--) { baseUnset(result, paths[length]); } return result; }); module.exports = omit; /***/ }), /***/ 78718: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var basePick = __webpack_require__(25970), flatRest = __webpack_require__(99021); /** * Creates an object composed of the picked `object` properties. * * @static * @since 0.1.0 * @memberOf _ * @category Object * @param {Object} object The source object. * @param {...(string|string[])} [paths] The property paths to pick. * @returns {Object} Returns the new object. * @example * * var object = { 'a': 1, 'b': '2', 'c': 3 }; * * _.pick(object, ['a', 'c']); * // => { 'a': 1, 'c': 3 } */ var pick = flatRest(function(object, paths) { return object == null ? {} : basePick(object, paths); }); module.exports = pick; /***/ }), /***/ 39601: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseProperty = __webpack_require__(40371), basePropertyDeep = __webpack_require__(79152), isKey = __webpack_require__(15403), toKey = __webpack_require__(40327); /** * Creates a function that returns the value at `path` of a given object. * * @static * @memberOf _ * @since 2.4.0 * @category Util * @param {Array|string} path The path of the property to get. * @returns {Function} Returns the new accessor function. * @example * * var objects = [ * { 'a': { 'b': 2 } }, * { 'a': { 'b': 1 } } * ]; * * _.map(objects, _.property('a.b')); * // => [2, 1] * * _.map(_.sortBy(objects, _.property(['a', 'b'])), 'a.b'); * // => [1, 2] */ function property(path) { return isKey(path) ? baseProperty(toKey(path)) : basePropertyDeep(path); } module.exports = property; /***/ }), /***/ 70479: /***/ (function(module) { /** * This method returns a new empty array. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {Array} Returns the new empty array. * @example * * var arrays = _.times(2, _.stubArray); * * console.log(arrays); * // => [[], []] * * console.log(arrays[0] === arrays[1]); * // => false */ function stubArray() { return []; } module.exports = stubArray; /***/ }), /***/ 95062: /***/ (function(module) { /** * This method returns `false`. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {boolean} Returns `false`. * @example * * _.times(2, _.stubFalse); * // => [false, false] */ function stubFalse() { return false; } module.exports = stubFalse; /***/ }), /***/ 23493: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var debounce = __webpack_require__(23279), isObject = __webpack_require__(13218); /** Error message constants. */ var FUNC_ERROR_TEXT = 'Expected a function'; /** * Creates a throttled function that only invokes `func` at most once per * every `wait` milliseconds. The throttled function comes with a `cancel` * method to cancel delayed `func` invocations and a `flush` method to * immediately invoke them. Provide `options` to indicate whether `func` * should be invoked on the leading and/or trailing edge of the `wait` * timeout. The `func` is invoked with the last arguments provided to the * throttled function. Subsequent calls to the throttled function return the * result of the last `func` invocation. * * **Note:** If `leading` and `trailing` options are `true`, `func` is * invoked on the trailing edge of the timeout only if the throttled function * is invoked more than once during the `wait` timeout. * * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred * until to the next tick, similar to `setTimeout` with a timeout of `0`. * * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/) * for details over the differences between `_.throttle` and `_.debounce`. * * @static * @memberOf _ * @since 0.1.0 * @category Function * @param {Function} func The function to throttle. * @param {number} [wait=0] The number of milliseconds to throttle invocations to. * @param {Object} [options={}] The options object. * @param {boolean} [options.leading=true] * Specify invoking on the leading edge of the timeout. * @param {boolean} [options.trailing=true] * Specify invoking on the trailing edge of the timeout. * @returns {Function} Returns the new throttled function. * @example * * // Avoid excessively updating the position while scrolling. * jQuery(window).on('scroll', _.throttle(updatePosition, 100)); * * // Invoke `renewToken` when the click event is fired, but not more than once every 5 minutes. * var throttled = _.throttle(renewToken, 300000, { 'trailing': false }); * jQuery(element).on('click', throttled); * * // Cancel the trailing throttled invocation. * jQuery(window).on('popstate', throttled.cancel); */ function throttle(func, wait, options) { var leading = true, trailing = true; if (typeof func != 'function') { throw new TypeError(FUNC_ERROR_TEXT); } if (isObject(options)) { leading = 'leading' in options ? !!options.leading : leading; trailing = 'trailing' in options ? !!options.trailing : trailing; } return debounce(func, wait, { 'leading': leading, 'maxWait': wait, 'trailing': trailing }); } module.exports = throttle; /***/ }), /***/ 18601: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var toNumber = __webpack_require__(14841); /** Used as references for various `Number` constants. */ var INFINITY = 1 / 0, MAX_INTEGER = 1.7976931348623157e+308; /** * Converts `value` to a finite number. * * @static * @memberOf _ * @since 4.12.0 * @category Lang * @param {*} value The value to convert. * @returns {number} Returns the converted number. * @example * * _.toFinite(3.2); * // => 3.2 * * _.toFinite(Number.MIN_VALUE); * // => 5e-324 * * _.toFinite(Infinity); * // => 1.7976931348623157e+308 * * _.toFinite('3.2'); * // => 3.2 */ function toFinite(value) { if (!value) { return value === 0 ? value : 0; } value = toNumber(value); if (value === INFINITY || value === -INFINITY) { var sign = (value < 0 ? -1 : 1); return sign * MAX_INTEGER; } return value === value ? value : 0; } module.exports = toFinite; /***/ }), /***/ 40554: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var toFinite = __webpack_require__(18601); /** * Converts `value` to an integer. * * **Note:** This method is loosely based on * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger). * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to convert. * @returns {number} Returns the converted integer. * @example * * _.toInteger(3.2); * // => 3 * * _.toInteger(Number.MIN_VALUE); * // => 0 * * _.toInteger(Infinity); * // => 1.7976931348623157e+308 * * _.toInteger('3.2'); * // => 3 */ function toInteger(value) { var result = toFinite(value), remainder = result % 1; return result === result ? (remainder ? result - remainder : result) : 0; } module.exports = toInteger; /***/ }), /***/ 14841: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseTrim = __webpack_require__(27561), isObject = __webpack_require__(13218), isSymbol = __webpack_require__(33448); /** Used as references for various `Number` constants. */ var NAN = 0 / 0; /** Used to detect bad signed hexadecimal string values. */ var reIsBadHex = /^[-+]0x[0-9a-f]+$/i; /** Used to detect binary string values. */ var reIsBinary = /^0b[01]+$/i; /** Used to detect octal string values. */ var reIsOctal = /^0o[0-7]+$/i; /** Built-in method references without a dependency on `root`. */ var freeParseInt = parseInt; /** * Converts `value` to a number. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to process. * @returns {number} Returns the number. * @example * * _.toNumber(3.2); * // => 3.2 * * _.toNumber(Number.MIN_VALUE); * // => 5e-324 * * _.toNumber(Infinity); * // => Infinity * * _.toNumber('3.2'); * // => 3.2 */ function toNumber(value) { if (typeof value == 'number') { return value; } if (isSymbol(value)) { return NAN; } if (isObject(value)) { var other = typeof value.valueOf == 'function' ? value.valueOf() : value; value = isObject(other) ? (other + '') : other; } if (typeof value != 'string') { return value === 0 ? value : +value; } value = baseTrim(value); var isBinary = reIsBinary.test(value); return (isBinary || reIsOctal.test(value)) ? freeParseInt(value.slice(2), isBinary ? 2 : 8) : (reIsBadHex.test(value) ? NAN : +value); } module.exports = toNumber; /***/ }), /***/ 59881: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var copyObject = __webpack_require__(98363), keysIn = __webpack_require__(81704); /** * Converts `value` to a plain object flattening inherited enumerable string * keyed properties of `value` to own properties of the plain object. * * @static * @memberOf _ * @since 3.0.0 * @category Lang * @param {*} value The value to convert. * @returns {Object} Returns the converted plain object. * @example * * function Foo() { * this.b = 2; * } * * Foo.prototype.c = 3; * * _.assign({ 'a': 1 }, new Foo); * // => { 'a': 1, 'b': 2 } * * _.assign({ 'a': 1 }, _.toPlainObject(new Foo)); * // => { 'a': 1, 'b': 2, 'c': 3 } */ function toPlainObject(value) { return copyObject(value, keysIn(value)); } module.exports = toPlainObject; /***/ }), /***/ 79833: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var baseToString = __webpack_require__(80531); /** * Converts `value` to a string. An empty string is returned for `null` * and `undefined` values. The sign of `-0` is preserved. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to convert. * @returns {string} Returns the converted string. * @example * * _.toString(null); * // => '' * * _.toString(-0); * // => '-0' * * _.toString([1, 2, 3]); * // => '1,2,3' */ function toString(value) { return value == null ? '' : baseToString(value); } module.exports = toString; /***/ }), /***/ 27418: /***/ (function(module) { "use strict"; /* object-assign (c) Sindre Sorhus @license MIT */ /* eslint-disable no-unused-vars */ var getOwnPropertySymbols = Object.getOwnPropertySymbols; var hasOwnProperty = Object.prototype.hasOwnProperty; var propIsEnumerable = Object.prototype.propertyIsEnumerable; function toObject(val) { if (val === null || val === undefined) { throw new TypeError('Object.assign cannot be called with null or undefined'); } return Object(val); } function shouldUseNative() { try { if (!Object.assign) { return false; } // Detect buggy property enumeration order in older V8 versions. // https://bugs.chromium.org/p/v8/issues/detail?id=4118 var test1 = new String('abc'); // eslint-disable-line no-new-wrappers test1[5] = 'de'; if (Object.getOwnPropertyNames(test1)[0] === '5') { return false; } // https://bugs.chromium.org/p/v8/issues/detail?id=3056 var test2 = {}; for (var i = 0; i < 10; i++) { test2['_' + String.fromCharCode(i)] = i; } var order2 = Object.getOwnPropertyNames(test2).map(function (n) { return test2[n]; }); if (order2.join('') !== '0123456789') { return false; } // https://bugs.chromium.org/p/v8/issues/detail?id=3056 var test3 = {}; 'abcdefghijklmnopqrst'.split('').forEach(function (letter) { test3[letter] = letter; }); if (Object.keys(Object.assign({}, test3)).join('') !== 'abcdefghijklmnopqrst') { return false; } return true; } catch (err) { // We don't expect any of the above to throw, but better to be safe. return false; } } module.exports = shouldUseNative() ? Object.assign : function (target, source) { var from; var to = toObject(target); var symbols; for (var s = 1; s < arguments.length; s++) { from = Object(arguments[s]); for (var key in from) { if (hasOwnProperty.call(from, key)) { to[key] = from[key]; } } if (getOwnPropertySymbols) { symbols = getOwnPropertySymbols(from); for (var i = 0; i < symbols.length; i++) { if (propIsEnumerable.call(from, symbols[i])) { to[symbols[i]] = from[symbols[i]]; } } } } return to; }; /***/ }), /***/ 92703: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; /** * Copyright (c) 2013-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ var ReactPropTypesSecret = __webpack_require__(50414); function emptyFunction() {} function emptyFunctionWithReset() {} emptyFunctionWithReset.resetWarningCache = emptyFunction; module.exports = function() { function shim(props, propName, componentName, location, propFullName, secret) { if (secret === ReactPropTypesSecret) { // It is still safe when called from React. return; } var err = new Error( 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' + 'Use PropTypes.checkPropTypes() to call them. ' + 'Read more at http://fb.me/use-check-prop-types' ); err.name = 'Invariant Violation'; throw err; }; shim.isRequired = shim; function getShim() { return shim; }; // Important! // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`. var ReactPropTypes = { array: shim, bool: shim, func: shim, number: shim, object: shim, string: shim, symbol: shim, any: shim, arrayOf: getShim, element: shim, elementType: shim, instanceOf: getShim, node: shim, objectOf: getShim, oneOf: getShim, oneOfType: getShim, shape: getShim, exact: getShim, checkPropTypes: emptyFunctionWithReset, resetWarningCache: emptyFunction }; ReactPropTypes.PropTypes = ReactPropTypes; return ReactPropTypes; }; /***/ }), /***/ 45697: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { /** * Copyright (c) 2013-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ if (false) { var throwOnDirectAccess, ReactIs; } else { // By explicitly using `prop-types` you are opting into new production behavior. // http://fb.me/prop-types-in-prod module.exports = __webpack_require__(92703)(); } /***/ }), /***/ 50414: /***/ (function(module) { "use strict"; /** * Copyright (c) 2013-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ var ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED'; module.exports = ReactPropTypesSecret; /***/ }), /***/ 57319: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Alpha = undefined; var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); var _react = __webpack_require__(67294); var _react2 = _interopRequireDefault(_react); var _reactcss = __webpack_require__(79941); var _reactcss2 = _interopRequireDefault(_reactcss); var _alpha = __webpack_require__(66713); var alpha = _interopRequireWildcard(_alpha); var _Checkboard = __webpack_require__(34349); var _Checkboard2 = _interopRequireDefault(_Checkboard); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } var Alpha = exports.Alpha = function (_ref) { _inherits(Alpha, _ref); function Alpha() { var _ref2; var _temp, _this, _ret; _classCallCheck(this, Alpha); for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref2 = Alpha.__proto__ || Object.getPrototypeOf(Alpha)).call.apply(_ref2, [this].concat(args))), _this), _this.handleChange = function (e) { var change = alpha.calculateChange(e, _this.props.hsl, _this.props.direction, _this.props.a, _this.container); change && typeof _this.props.onChange === 'function' && _this.props.onChange(change, e); }, _this.handleMouseDown = function (e) { _this.handleChange(e); window.addEventListener('mousemove', _this.handleChange); window.addEventListener('mouseup', _this.handleMouseUp); }, _this.handleMouseUp = function () { _this.unbindEventListeners(); }, _this.unbindEventListeners = function () { window.removeEventListener('mousemove', _this.handleChange); window.removeEventListener('mouseup', _this.handleMouseUp); }, _temp), _possibleConstructorReturn(_this, _ret); } _createClass(Alpha, [{ key: 'componentWillUnmount', value: function componentWillUnmount() { this.unbindEventListeners(); } }, { key: 'render', value: function render() { var _this2 = this; var rgb = this.props.rgb; var styles = (0, _reactcss2.default)({ 'default': { alpha: { absolute: '0px 0px 0px 0px', borderRadius: this.props.radius }, checkboard: { absolute: '0px 0px 0px 0px', overflow: 'hidden', borderRadius: this.props.radius }, gradient: { absolute: '0px 0px 0px 0px', background: 'linear-gradient(to right, rgba(' + rgb.r + ',' + rgb.g + ',' + rgb.b + ', 0) 0%,\n rgba(' + rgb.r + ',' + rgb.g + ',' + rgb.b + ', 1) 100%)', boxShadow: this.props.shadow, borderRadius: this.props.radius }, container: { position: 'relative', height: '100%', margin: '0 3px' }, pointer: { position: 'absolute', left: rgb.a * 100 + '%' }, slider: { width: '4px', borderRadius: '1px', height: '8px', boxShadow: '0 0 2px rgba(0, 0, 0, .6)', background: '#fff', marginTop: '1px', transform: 'translateX(-2px)' } }, 'vertical': { gradient: { background: 'linear-gradient(to bottom, rgba(' + rgb.r + ',' + rgb.g + ',' + rgb.b + ', 0) 0%,\n rgba(' + rgb.r + ',' + rgb.g + ',' + rgb.b + ', 1) 100%)' }, pointer: { left: 0, top: rgb.a * 100 + '%' } }, 'overwrite': _extends({}, this.props.style) }, { vertical: this.props.direction === 'vertical', overwrite: true }); return _react2.default.createElement( 'div', { style: styles.alpha }, _react2.default.createElement( 'div', { style: styles.checkboard }, _react2.default.createElement(_Checkboard2.default, { renderers: this.props.renderers }) ), _react2.default.createElement('div', { style: styles.gradient }), _react2.default.createElement( 'div', { style: styles.container, ref: function ref(container) { return _this2.container = container; }, onMouseDown: this.handleMouseDown, onTouchMove: this.handleChange, onTouchStart: this.handleChange }, _react2.default.createElement( 'div', { style: styles.pointer }, this.props.pointer ? _react2.default.createElement(this.props.pointer, this.props) : _react2.default.createElement('div', { style: styles.slider }) ) ) ); } }]); return Alpha; }(_react.PureComponent || _react.Component); exports.default = Alpha; /***/ }), /***/ 34349: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Checkboard = undefined; var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var _react = __webpack_require__(67294); var _react2 = _interopRequireDefault(_react); var _reactcss = __webpack_require__(79941); var _reactcss2 = _interopRequireDefault(_reactcss); var _checkboard = __webpack_require__(45704); var checkboard = _interopRequireWildcard(_checkboard); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var Checkboard = exports.Checkboard = function Checkboard(_ref) { var white = _ref.white, grey = _ref.grey, size = _ref.size, renderers = _ref.renderers, borderRadius = _ref.borderRadius, boxShadow = _ref.boxShadow, children = _ref.children; var styles = (0, _reactcss2.default)({ 'default': { grid: { borderRadius: borderRadius, boxShadow: boxShadow, absolute: '0px 0px 0px 0px', background: 'url(' + checkboard.get(white, grey, size, renderers.canvas) + ') center left' } } }); return (0, _react.isValidElement)(children) ? _react2.default.cloneElement(children, _extends({}, children.props, { style: _extends({}, children.props.style, styles.grid) })) : _react2.default.createElement('div', { style: styles.grid }); }; Checkboard.defaultProps = { size: 8, white: 'transparent', grey: 'rgba(0,0,0,.08)', renderers: {} }; exports.default = Checkboard; /***/ }), /***/ 88288: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ColorWrap = undefined; var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); var _react = __webpack_require__(67294); var _react2 = _interopRequireDefault(_react); var _debounce = __webpack_require__(23279); var _debounce2 = _interopRequireDefault(_debounce); var _color = __webpack_require__(64809); var color = _interopRequireWildcard(_color); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } var ColorWrap = exports.ColorWrap = function ColorWrap(Picker) { var ColorPicker = function (_ref) { _inherits(ColorPicker, _ref); function ColorPicker(props) { _classCallCheck(this, ColorPicker); var _this = _possibleConstructorReturn(this, (ColorPicker.__proto__ || Object.getPrototypeOf(ColorPicker)).call(this)); _this.handleChange = function (data, event) { var isValidColor = color.simpleCheckForValidColor(data); if (isValidColor) { var colors = color.toState(data, data.h || _this.state.oldHue); _this.setState(colors); _this.props.onChangeComplete && _this.debounce(_this.props.onChangeComplete, colors, event); _this.props.onChange && _this.props.onChange(colors, event); } }; _this.handleSwatchHover = function (data, event) { var isValidColor = color.simpleCheckForValidColor(data); if (isValidColor) { var colors = color.toState(data, data.h || _this.state.oldHue); _this.props.onSwatchHover && _this.props.onSwatchHover(colors, event); } }; _this.state = _extends({}, color.toState(props.color, 0)); _this.debounce = (0, _debounce2.default)(function (fn, data, event) { fn(data, event); }, 100); return _this; } _createClass(ColorPicker, [{ key: 'render', value: function render() { var optionalEvents = {}; if (this.props.onSwatchHover) { optionalEvents.onSwatchHover = this.handleSwatchHover; } return _react2.default.createElement(Picker, _extends({}, this.props, this.state, { onChange: this.handleChange }, optionalEvents)); } }], [{ key: 'getDerivedStateFromProps', value: function getDerivedStateFromProps(nextProps, state) { return _extends({}, color.toState(nextProps.color, state.oldHue)); } }]); return ColorPicker; }(_react.PureComponent || _react.Component); ColorPicker.propTypes = _extends({}, Picker.propTypes); ColorPicker.defaultProps = _extends({}, Picker.defaultProps, { color: { h: 250, s: 0.50, l: 0.20, a: 1 } }); return ColorPicker; }; exports.default = ColorWrap; /***/ }), /***/ 27747: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.EditableInput = undefined; var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); var _react = __webpack_require__(67294); var _react2 = _interopRequireDefault(_react); var _reactcss = __webpack_require__(79941); var _reactcss2 = _interopRequireDefault(_reactcss); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } var DEFAULT_ARROW_OFFSET = 1; var UP_KEY_CODE = 38; var DOWN_KEY_CODE = 40; var VALID_KEY_CODES = [UP_KEY_CODE, DOWN_KEY_CODE]; var isValidKeyCode = function isValidKeyCode(keyCode) { return VALID_KEY_CODES.indexOf(keyCode) > -1; }; var getNumberValue = function getNumberValue(value) { return Number(String(value).replace(/%/g, '')); }; var idCounter = 1; var EditableInput = exports.EditableInput = function (_ref) { _inherits(EditableInput, _ref); function EditableInput(props) { _classCallCheck(this, EditableInput); var _this = _possibleConstructorReturn(this, (EditableInput.__proto__ || Object.getPrototypeOf(EditableInput)).call(this)); _this.handleBlur = function () { if (_this.state.blurValue) { _this.setState({ value: _this.state.blurValue, blurValue: null }); } }; _this.handleChange = function (e) { _this.setUpdatedValue(e.target.value, e); }; _this.handleKeyDown = function (e) { // In case `e.target.value` is a percentage remove the `%` character // and update accordingly with a percentage // https://github.com/casesandberg/react-color/issues/383 var value = getNumberValue(e.target.value); if (!isNaN(value) && isValidKeyCode(e.keyCode)) { var offset = _this.getArrowOffset(); var updatedValue = e.keyCode === UP_KEY_CODE ? value + offset : value - offset; _this.setUpdatedValue(updatedValue, e); } }; _this.handleDrag = function (e) { if (_this.props.dragLabel) { var newValue = Math.round(_this.props.value + e.movementX); if (newValue >= 0 && newValue <= _this.props.dragMax) { _this.props.onChange && _this.props.onChange(_this.getValueObjectWithLabel(newValue), e); } } }; _this.handleMouseDown = function (e) { if (_this.props.dragLabel) { e.preventDefault(); _this.handleDrag(e); window.addEventListener('mousemove', _this.handleDrag); window.addEventListener('mouseup', _this.handleMouseUp); } }; _this.handleMouseUp = function () { _this.unbindEventListeners(); }; _this.unbindEventListeners = function () { window.removeEventListener('mousemove', _this.handleDrag); window.removeEventListener('mouseup', _this.handleMouseUp); }; _this.state = { value: String(props.value).toUpperCase(), blurValue: String(props.value).toUpperCase() }; _this.inputId = 'rc-editable-input-' + idCounter++; return _this; } _createClass(EditableInput, [{ key: 'componentDidUpdate', value: function componentDidUpdate(prevProps, prevState) { if (this.props.value !== this.state.value && (prevProps.value !== this.props.value || prevState.value !== this.state.value)) { if (this.input === document.activeElement) { this.setState({ blurValue: String(this.props.value).toUpperCase() }); } else { this.setState({ value: String(this.props.value).toUpperCase(), blurValue: !this.state.blurValue && String(this.props.value).toUpperCase() }); } } } }, { key: 'componentWillUnmount', value: function componentWillUnmount() { this.unbindEventListeners(); } }, { key: 'getValueObjectWithLabel', value: function getValueObjectWithLabel(value) { return _defineProperty({}, this.props.label, value); } }, { key: 'getArrowOffset', value: function getArrowOffset() { return this.props.arrowOffset || DEFAULT_ARROW_OFFSET; } }, { key: 'setUpdatedValue', value: function setUpdatedValue(value, e) { var onChangeValue = this.props.label ? this.getValueObjectWithLabel(value) : value; this.props.onChange && this.props.onChange(onChangeValue, e); this.setState({ value: value }); } }, { key: 'render', value: function render() { var _this2 = this; var styles = (0, _reactcss2.default)({ 'default': { wrap: { position: 'relative' } }, 'user-override': { wrap: this.props.style && this.props.style.wrap ? this.props.style.wrap : {}, input: this.props.style && this.props.style.input ? this.props.style.input : {}, label: this.props.style && this.props.style.label ? this.props.style.label : {} }, 'dragLabel-true': { label: { cursor: 'ew-resize' } } }, { 'user-override': true }, this.props); return _react2.default.createElement( 'div', { style: styles.wrap }, _react2.default.createElement('input', { id: this.inputId, style: styles.input, ref: function ref(input) { return _this2.input = input; }, value: this.state.value, onKeyDown: this.handleKeyDown, onChange: this.handleChange, onBlur: this.handleBlur, placeholder: this.props.placeholder, spellCheck: 'false' }), this.props.label && !this.props.hideLabel ? _react2.default.createElement( 'label', { htmlFor: this.inputId, style: styles.label, onMouseDown: this.handleMouseDown }, this.props.label ) : null ); } }]); return EditableInput; }(_react.PureComponent || _react.Component); exports.default = EditableInput; /***/ }), /***/ 26358: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Hue = undefined; var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); var _react = __webpack_require__(67294); var _react2 = _interopRequireDefault(_react); var _reactcss = __webpack_require__(79941); var _reactcss2 = _interopRequireDefault(_reactcss); var _hue = __webpack_require__(33716); var hue = _interopRequireWildcard(_hue); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } var Hue = exports.Hue = function (_ref) { _inherits(Hue, _ref); function Hue() { var _ref2; var _temp, _this, _ret; _classCallCheck(this, Hue); for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref2 = Hue.__proto__ || Object.getPrototypeOf(Hue)).call.apply(_ref2, [this].concat(args))), _this), _this.handleChange = function (e) { var change = hue.calculateChange(e, _this.props.direction, _this.props.hsl, _this.container); change && typeof _this.props.onChange === 'function' && _this.props.onChange(change, e); }, _this.handleMouseDown = function (e) { _this.handleChange(e); window.addEventListener('mousemove', _this.handleChange); window.addEventListener('mouseup', _this.handleMouseUp); }, _this.handleMouseUp = function () { _this.unbindEventListeners(); }, _temp), _possibleConstructorReturn(_this, _ret); } _createClass(Hue, [{ key: 'componentWillUnmount', value: function componentWillUnmount() { this.unbindEventListeners(); } }, { key: 'unbindEventListeners', value: function unbindEventListeners() { window.removeEventListener('mousemove', this.handleChange); window.removeEventListener('mouseup', this.handleMouseUp); } }, { key: 'render', value: function render() { var _this2 = this; var _props$direction = this.props.direction, direction = _props$direction === undefined ? 'horizontal' : _props$direction; var styles = (0, _reactcss2.default)({ 'default': { hue: { absolute: '0px 0px 0px 0px', borderRadius: this.props.radius, boxShadow: this.props.shadow }, container: { padding: '0 2px', position: 'relative', height: '100%', borderRadius: this.props.radius }, pointer: { position: 'absolute', left: this.props.hsl.h * 100 / 360 + '%' }, slider: { marginTop: '1px', width: '4px', borderRadius: '1px', height: '8px', boxShadow: '0 0 2px rgba(0, 0, 0, .6)', background: '#fff', transform: 'translateX(-2px)' } }, 'vertical': { pointer: { left: '0px', top: -(this.props.hsl.h * 100 / 360) + 100 + '%' } } }, { vertical: direction === 'vertical' }); return _react2.default.createElement( 'div', { style: styles.hue }, _react2.default.createElement( 'div', { className: 'hue-' + direction, style: styles.container, ref: function ref(container) { return _this2.container = container; }, onMouseDown: this.handleMouseDown, onTouchMove: this.handleChange, onTouchStart: this.handleChange }, _react2.default.createElement( 'style', null, '\n .hue-horizontal {\n background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0\n 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);\n background: -webkit-linear-gradient(to right, #f00 0%, #ff0\n 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);\n }\n\n .hue-vertical {\n background: linear-gradient(to top, #f00 0%, #ff0 17%, #0f0 33%,\n #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);\n background: -webkit-linear-gradient(to top, #f00 0%, #ff0 17%,\n #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);\n }\n ' ), _react2.default.createElement( 'div', { style: styles.pointer }, this.props.pointer ? _react2.default.createElement(this.props.pointer, this.props) : _react2.default.createElement('div', { style: styles.slider }) ) ) ); } }]); return Hue; }(_react.PureComponent || _react.Component); exports.default = Hue; /***/ }), /***/ 96207: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Raised = undefined; var _react = __webpack_require__(67294); var _react2 = _interopRequireDefault(_react); var _propTypes = __webpack_require__(45697); var _propTypes2 = _interopRequireDefault(_propTypes); var _reactcss = __webpack_require__(79941); var _reactcss2 = _interopRequireDefault(_reactcss); var _merge = __webpack_require__(82492); var _merge2 = _interopRequireDefault(_merge); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var Raised = exports.Raised = function Raised(_ref) { var zDepth = _ref.zDepth, radius = _ref.radius, background = _ref.background, children = _ref.children, _ref$styles = _ref.styles, passedStyles = _ref$styles === undefined ? {} : _ref$styles; var styles = (0, _reactcss2.default)((0, _merge2.default)({ 'default': { wrap: { position: 'relative', display: 'inline-block' }, content: { position: 'relative' }, bg: { absolute: '0px 0px 0px 0px', boxShadow: '0 ' + zDepth + 'px ' + zDepth * 4 + 'px rgba(0,0,0,.24)', borderRadius: radius, background: background } }, 'zDepth-0': { bg: { boxShadow: 'none' } }, 'zDepth-1': { bg: { boxShadow: '0 2px 10px rgba(0,0,0,.12), 0 2px 5px rgba(0,0,0,.16)' } }, 'zDepth-2': { bg: { boxShadow: '0 6px 20px rgba(0,0,0,.19), 0 8px 17px rgba(0,0,0,.2)' } }, 'zDepth-3': { bg: { boxShadow: '0 17px 50px rgba(0,0,0,.19), 0 12px 15px rgba(0,0,0,.24)' } }, 'zDepth-4': { bg: { boxShadow: '0 25px 55px rgba(0,0,0,.21), 0 16px 28px rgba(0,0,0,.22)' } }, 'zDepth-5': { bg: { boxShadow: '0 40px 77px rgba(0,0,0,.22), 0 27px 24px rgba(0,0,0,.2)' } }, 'square': { bg: { borderRadius: '0' } }, 'circle': { bg: { borderRadius: '50%' } } }, passedStyles), { 'zDepth-1': zDepth === 1 }); return _react2.default.createElement( 'div', { style: styles.wrap }, _react2.default.createElement('div', { style: styles.bg }), _react2.default.createElement( 'div', { style: styles.content }, children ) ); }; Raised.propTypes = { background: _propTypes2.default.string, zDepth: _propTypes2.default.oneOf([0, 1, 2, 3, 4, 5]), radius: _propTypes2.default.number, styles: _propTypes2.default.object }; Raised.defaultProps = { background: '#fff', zDepth: 1, radius: 2, styles: {} }; exports.default = Raised; /***/ }), /***/ 76659: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Saturation = undefined; var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); var _react = __webpack_require__(67294); var _react2 = _interopRequireDefault(_react); var _reactcss = __webpack_require__(79941); var _reactcss2 = _interopRequireDefault(_reactcss); var _throttle = __webpack_require__(23493); var _throttle2 = _interopRequireDefault(_throttle); var _saturation = __webpack_require__(37599); var saturation = _interopRequireWildcard(_saturation); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } var Saturation = exports.Saturation = function (_ref) { _inherits(Saturation, _ref); function Saturation(props) { _classCallCheck(this, Saturation); var _this = _possibleConstructorReturn(this, (Saturation.__proto__ || Object.getPrototypeOf(Saturation)).call(this, props)); _this.handleChange = function (e) { typeof _this.props.onChange === 'function' && _this.throttle(_this.props.onChange, saturation.calculateChange(e, _this.props.hsl, _this.container), e); }; _this.handleMouseDown = function (e) { _this.handleChange(e); var renderWindow = _this.getContainerRenderWindow(); renderWindow.addEventListener('mousemove', _this.handleChange); renderWindow.addEventListener('mouseup', _this.handleMouseUp); }; _this.handleMouseUp = function () { _this.unbindEventListeners(); }; _this.throttle = (0, _throttle2.default)(function (fn, data, e) { fn(data, e); }, 50); return _this; } _createClass(Saturation, [{ key: 'componentWillUnmount', value: function componentWillUnmount() { this.throttle.cancel(); this.unbindEventListeners(); } }, { key: 'getContainerRenderWindow', value: function getContainerRenderWindow() { var container = this.container; var renderWindow = window; while (!renderWindow.document.contains(container) && renderWindow.parent !== renderWindow) { renderWindow = renderWindow.parent; } return renderWindow; } }, { key: 'unbindEventListeners', value: function unbindEventListeners() { var renderWindow = this.getContainerRenderWindow(); renderWindow.removeEventListener('mousemove', this.handleChange); renderWindow.removeEventListener('mouseup', this.handleMouseUp); } }, { key: 'render', value: function render() { var _this2 = this; var _ref2 = this.props.style || {}, color = _ref2.color, white = _ref2.white, black = _ref2.black, pointer = _ref2.pointer, circle = _ref2.circle; var styles = (0, _reactcss2.default)({ 'default': { color: { absolute: '0px 0px 0px 0px', background: 'hsl(' + this.props.hsl.h + ',100%, 50%)', borderRadius: this.props.radius }, white: { absolute: '0px 0px 0px 0px', borderRadius: this.props.radius }, black: { absolute: '0px 0px 0px 0px', boxShadow: this.props.shadow, borderRadius: this.props.radius }, pointer: { position: 'absolute', top: -(this.props.hsv.v * 100) + 100 + '%', left: this.props.hsv.s * 100 + '%', cursor: 'default' }, circle: { width: '4px', height: '4px', boxShadow: '0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0,0,0,.3),\n 0 0 1px 2px rgba(0,0,0,.4)', borderRadius: '50%', cursor: 'hand', transform: 'translate(-2px, -2px)' } }, 'custom': { color: color, white: white, black: black, pointer: pointer, circle: circle } }, { 'custom': !!this.props.style }); return _react2.default.createElement( 'div', { style: styles.color, ref: function ref(container) { return _this2.container = container; }, onMouseDown: this.handleMouseDown, onTouchMove: this.handleChange, onTouchStart: this.handleChange }, _react2.default.createElement( 'style', null, '\n .saturation-white {\n background: -webkit-linear-gradient(to right, #fff, rgba(255,255,255,0));\n background: linear-gradient(to right, #fff, rgba(255,255,255,0));\n }\n .saturation-black {\n background: -webkit-linear-gradient(to top, #000, rgba(0,0,0,0));\n background: linear-gradient(to top, #000, rgba(0,0,0,0));\n }\n ' ), _react2.default.createElement( 'div', { style: styles.white, className: 'saturation-white' }, _react2.default.createElement('div', { style: styles.black, className: 'saturation-black' }), _react2.default.createElement( 'div', { style: styles.pointer }, this.props.pointer ? _react2.default.createElement(this.props.pointer, this.props) : _react2.default.createElement('div', { style: styles.circle }) ) ) ); } }]); return Saturation; }(_react.PureComponent || _react.Component); exports.default = Saturation; /***/ }), /***/ 62489: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Swatch = undefined; var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var _react = __webpack_require__(67294); var _react2 = _interopRequireDefault(_react); var _reactcss = __webpack_require__(79941); var _reactcss2 = _interopRequireDefault(_reactcss); var _interaction = __webpack_require__(82538); var _Checkboard = __webpack_require__(34349); var _Checkboard2 = _interopRequireDefault(_Checkboard); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var ENTER = 13; var Swatch = exports.Swatch = function Swatch(_ref) { var color = _ref.color, style = _ref.style, _ref$onClick = _ref.onClick, onClick = _ref$onClick === undefined ? function () {} : _ref$onClick, onHover = _ref.onHover, _ref$title = _ref.title, title = _ref$title === undefined ? color : _ref$title, children = _ref.children, focus = _ref.focus, _ref$focusStyle = _ref.focusStyle, focusStyle = _ref$focusStyle === undefined ? {} : _ref$focusStyle; var transparent = color === 'transparent'; var styles = (0, _reactcss2.default)({ default: { swatch: _extends({ background: color, height: '100%', width: '100%', cursor: 'pointer', position: 'relative', outline: 'none' }, style, focus ? focusStyle : {}) } }); var handleClick = function handleClick(e) { return onClick(color, e); }; var handleKeyDown = function handleKeyDown(e) { return e.keyCode === ENTER && onClick(color, e); }; var handleHover = function handleHover(e) { return onHover(color, e); }; var optionalEvents = {}; if (onHover) { optionalEvents.onMouseOver = handleHover; } return _react2.default.createElement( 'div', _extends({ style: styles.swatch, onClick: handleClick, title: title, tabIndex: 0, onKeyDown: handleKeyDown }, optionalEvents), children, transparent && _react2.default.createElement(_Checkboard2.default, { borderRadius: styles.swatch.borderRadius, boxShadow: 'inset 0 0 0 1px rgba(0,0,0,0.1)' }) ); }; exports.default = (0, _interaction.handleFocus)(Swatch); /***/ }), /***/ 1150: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; var __webpack_unused_export__; __webpack_unused_export__ = ({ value: true }); var _Alpha = __webpack_require__(57319); Object.defineProperty(exports, "xV", ({ enumerable: true, get: function get() { return _interopRequireDefault(_Alpha).default; } })); var _Checkboard = __webpack_require__(34349); __webpack_unused_export__ = ({ enumerable: true, get: function get() { return _interopRequireDefault(_Checkboard).default; } }); var _EditableInput = __webpack_require__(27747); Object.defineProperty(exports, "Vm", ({ enumerable: true, get: function get() { return _interopRequireDefault(_EditableInput).default; } })); var _Hue = __webpack_require__(26358); Object.defineProperty(exports, "PS", ({ enumerable: true, get: function get() { return _interopRequireDefault(_Hue).default; } })); var _Raised = __webpack_require__(96207); __webpack_unused_export__ = ({ enumerable: true, get: function get() { return _interopRequireDefault(_Raised).default; } }); var _Saturation = __webpack_require__(76659); Object.defineProperty(exports, "OQ", ({ enumerable: true, get: function get() { return _interopRequireDefault(_Saturation).default; } })); var _ColorWrap = __webpack_require__(88288); Object.defineProperty(exports, "t1", ({ enumerable: true, get: function get() { return _interopRequireDefault(_ColorWrap).default; } })); var _Swatch = __webpack_require__(62489); Object.defineProperty(exports, "m4", ({ enumerable: true, get: function get() { return _interopRequireDefault(_Swatch).default; } })); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /***/ }), /***/ 66713: /***/ (function(__unused_webpack_module, exports) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); var calculateChange = exports.calculateChange = function calculateChange(e, hsl, direction, initialA, container) { var containerWidth = container.clientWidth; var containerHeight = container.clientHeight; var x = typeof e.pageX === 'number' ? e.pageX : e.touches[0].pageX; var y = typeof e.pageY === 'number' ? e.pageY : e.touches[0].pageY; var left = x - (container.getBoundingClientRect().left + window.pageXOffset); var top = y - (container.getBoundingClientRect().top + window.pageYOffset); if (direction === 'vertical') { var a = void 0; if (top < 0) { a = 0; } else if (top > containerHeight) { a = 1; } else { a = Math.round(top * 100 / containerHeight) / 100; } if (hsl.a !== a) { return { h: hsl.h, s: hsl.s, l: hsl.l, a: a, source: 'rgb' }; } } else { var _a = void 0; if (left < 0) { _a = 0; } else if (left > containerWidth) { _a = 1; } else { _a = Math.round(left * 100 / containerWidth) / 100; } if (initialA !== _a) { return { h: hsl.h, s: hsl.s, l: hsl.l, a: _a, source: 'rgb' }; } } return null; }; /***/ }), /***/ 45704: /***/ (function(__unused_webpack_module, exports) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); var checkboardCache = {}; var render = exports.render = function render(c1, c2, size, serverCanvas) { if (typeof document === 'undefined' && !serverCanvas) { return null; } var canvas = serverCanvas ? new serverCanvas() : document.createElement('canvas'); canvas.width = size * 2; canvas.height = size * 2; var ctx = canvas.getContext('2d'); if (!ctx) { return null; } // If no context can be found, return early. ctx.fillStyle = c1; ctx.fillRect(0, 0, canvas.width, canvas.height); ctx.fillStyle = c2; ctx.fillRect(0, 0, size, size); ctx.translate(size, size); ctx.fillRect(0, 0, size, size); return canvas.toDataURL(); }; var get = exports.get = function get(c1, c2, size, serverCanvas) { var key = c1 + '-' + c2 + '-' + size + (serverCanvas ? '-server' : ''); if (checkboardCache[key]) { return checkboardCache[key]; } var checkboard = render(c1, c2, size, serverCanvas); checkboardCache[key] = checkboard; return checkboard; }; /***/ }), /***/ 64809: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.isvalidColorString = exports.red = exports.getContrastingColor = exports.isValidHex = exports.toState = exports.simpleCheckForValidColor = undefined; var _each = __webpack_require__(66073); var _each2 = _interopRequireDefault(_each); var _tinycolor = __webpack_require__(17621); var _tinycolor2 = _interopRequireDefault(_tinycolor); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var simpleCheckForValidColor = exports.simpleCheckForValidColor = function simpleCheckForValidColor(data) { var keysToCheck = ['r', 'g', 'b', 'a', 'h', 's', 'l', 'v']; var checked = 0; var passed = 0; (0, _each2.default)(keysToCheck, function (letter) { if (data[letter]) { checked += 1; if (!isNaN(data[letter])) { passed += 1; } if (letter === 's' || letter === 'l') { var percentPatt = /^\d+%$/; if (percentPatt.test(data[letter])) { passed += 1; } } } }); return checked === passed ? data : false; }; var toState = exports.toState = function toState(data, oldHue) { var color = data.hex ? (0, _tinycolor2.default)(data.hex) : (0, _tinycolor2.default)(data); var hsl = color.toHsl(); var hsv = color.toHsv(); var rgb = color.toRgb(); var hex = color.toHex(); if (hsl.s === 0) { hsl.h = oldHue || 0; hsv.h = oldHue || 0; } var transparent = hex === '000000' && rgb.a === 0; return { hsl: hsl, hex: transparent ? 'transparent' : '#' + hex, rgb: rgb, hsv: hsv, oldHue: data.h || oldHue || hsl.h, source: data.source }; }; var isValidHex = exports.isValidHex = function isValidHex(hex) { if (hex === 'transparent') { return true; } // disable hex4 and hex8 var lh = String(hex).charAt(0) === '#' ? 1 : 0; return hex.length !== 4 + lh && hex.length < 7 + lh && (0, _tinycolor2.default)(hex).isValid(); }; var getContrastingColor = exports.getContrastingColor = function getContrastingColor(data) { if (!data) { return '#fff'; } var col = toState(data); if (col.hex === 'transparent') { return 'rgba(0,0,0,0.4)'; } var yiq = (col.rgb.r * 299 + col.rgb.g * 587 + col.rgb.b * 114) / 1000; return yiq >= 128 ? '#000' : '#fff'; }; var red = exports.red = { hsl: { a: 1, h: 0, l: 0.5, s: 1 }, hex: '#ff0000', rgb: { r: 255, g: 0, b: 0, a: 1 }, hsv: { h: 0, s: 1, v: 1, a: 1 } }; var isvalidColorString = exports.isvalidColorString = function isvalidColorString(string, type) { var stringWithoutDegree = string.replace('°', ''); return (0, _tinycolor2.default)(type + ' (' + stringWithoutDegree + ')')._ok; }; /***/ }), /***/ 33716: /***/ (function(__unused_webpack_module, exports) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); var calculateChange = exports.calculateChange = function calculateChange(e, direction, hsl, container) { var containerWidth = container.clientWidth; var containerHeight = container.clientHeight; var x = typeof e.pageX === 'number' ? e.pageX : e.touches[0].pageX; var y = typeof e.pageY === 'number' ? e.pageY : e.touches[0].pageY; var left = x - (container.getBoundingClientRect().left + window.pageXOffset); var top = y - (container.getBoundingClientRect().top + window.pageYOffset); if (direction === 'vertical') { var h = void 0; if (top < 0) { h = 359; } else if (top > containerHeight) { h = 0; } else { var percent = -(top * 100 / containerHeight) + 100; h = 360 * percent / 100; } if (hsl.h !== h) { return { h: h, s: hsl.s, l: hsl.l, a: hsl.a, source: 'hsl' }; } } else { var _h = void 0; if (left < 0) { _h = 0; } else if (left > containerWidth) { _h = 359; } else { var _percent = left * 100 / containerWidth; _h = 360 * _percent / 100; } if (hsl.h !== _h) { return { h: _h, s: hsl.s, l: hsl.l, a: hsl.a, source: 'hsl' }; } } return null; }; /***/ }), /***/ 82538: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.handleFocus = undefined; var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); var _react = __webpack_require__(67294); var _react2 = _interopRequireDefault(_react); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } /* eslint-disable no-invalid-this */ var handleFocus = exports.handleFocus = function handleFocus(Component) { var Span = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'span'; return function (_React$Component) { _inherits(Focus, _React$Component); function Focus() { var _ref; var _temp, _this, _ret; _classCallCheck(this, Focus); for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = Focus.__proto__ || Object.getPrototypeOf(Focus)).call.apply(_ref, [this].concat(args))), _this), _this.state = { focus: false }, _this.handleFocus = function () { return _this.setState({ focus: true }); }, _this.handleBlur = function () { return _this.setState({ focus: false }); }, _temp), _possibleConstructorReturn(_this, _ret); } _createClass(Focus, [{ key: 'render', value: function render() { return _react2.default.createElement( Span, { onFocus: this.handleFocus, onBlur: this.handleBlur }, _react2.default.createElement(Component, _extends({}, this.props, this.state)) ); } }]); return Focus; }(_react2.default.Component); }; /***/ }), /***/ 37599: /***/ (function(__unused_webpack_module, exports) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); var calculateChange = exports.calculateChange = function calculateChange(e, hsl, container) { var _container$getBoundin = container.getBoundingClientRect(), containerWidth = _container$getBoundin.width, containerHeight = _container$getBoundin.height; var x = typeof e.pageX === 'number' ? e.pageX : e.touches[0].pageX; var y = typeof e.pageY === 'number' ? e.pageY : e.touches[0].pageY; var left = x - (container.getBoundingClientRect().left + window.pageXOffset); var top = y - (container.getBoundingClientRect().top + window.pageYOffset); if (left < 0) { left = 0; } else if (left > containerWidth) { left = containerWidth; } if (top < 0) { top = 0; } else if (top > containerHeight) { top = containerHeight; } var saturation = left / containerWidth; var bright = 1 - top / containerHeight; return { h: hsl.h, s: saturation, v: bright, a: hsl.a, source: 'hsv' }; }; /***/ }), /***/ 38698: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; /** @license React v16.14.0 * react-dom-server.browser.production.min.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ var k=__webpack_require__(27418),l=__webpack_require__(67294);function q(a){for(var b="https://reactjs.org/docs/error-decoder.html?invariant="+a,c=1;c<arguments.length;c++)b+="&args[]="+encodeURIComponent(arguments[c]);return"Minified React error #"+a+"; visit "+b+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."} var t="function"===typeof Symbol&&Symbol.for,aa=t?Symbol.for("react.portal"):60106,u=t?Symbol.for("react.fragment"):60107,ba=t?Symbol.for("react.strict_mode"):60108,ca=t?Symbol.for("react.profiler"):60114,v=t?Symbol.for("react.provider"):60109,da=t?Symbol.for("react.context"):60110,ea=t?Symbol.for("react.concurrent_mode"):60111,fa=t?Symbol.for("react.forward_ref"):60112,B=t?Symbol.for("react.suspense"):60113,ha=t?Symbol.for("react.suspense_list"):60120,ia=t?Symbol.for("react.memo"):60115,ja=t?Symbol.for("react.lazy"): 60116,ka=t?Symbol.for("react.block"):60121,la=t?Symbol.for("react.fundamental"):60117,ma=t?Symbol.for("react.scope"):60119;function na(a){if(-1===a._status){a._status=0;var b=a._ctor;b=b();a._result=b;b.then(function(c){0===a._status&&(c=c.default,a._status=1,a._result=c)},function(c){0===a._status&&(a._status=2,a._result=c)})}} function C(a){if(null==a)return null;if("function"===typeof a)return a.displayName||a.name||null;if("string"===typeof a)return a;switch(a){case u:return"Fragment";case aa:return"Portal";case ca:return"Profiler";case ba:return"StrictMode";case B:return"Suspense";case ha:return"SuspenseList"}if("object"===typeof a)switch(a.$$typeof){case da:return"Context.Consumer";case v:return"Context.Provider";case fa:var b=a.render;b=b.displayName||b.name||"";return a.displayName||(""!==b?"ForwardRef("+b+")":"ForwardRef"); case ia:return C(a.type);case ka:return C(a.render);case ja:if(a=1===a._status?a._result:null)return C(a)}return null}var D=l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;D.hasOwnProperty("ReactCurrentDispatcher")||(D.ReactCurrentDispatcher={current:null});D.hasOwnProperty("ReactCurrentBatchConfig")||(D.ReactCurrentBatchConfig={suspense:null});var oa={};function E(a,b){for(var c=a._threadCount|0;c<=b;c++)a[c]=a._currentValue2,a._threadCount=c+1} function pa(a,b,c,d){if(d&&(d=a.contextType,"object"===typeof d&&null!==d))return E(d,c),d[c];if(a=a.contextTypes){c={};for(var f in a)c[f]=b[f];b=c}else b=oa;return b}for(var F=new Uint16Array(16),H=0;15>H;H++)F[H]=H+1;F[15]=0; var qa=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,ra=Object.prototype.hasOwnProperty,sa={},ta={}; function ua(a){if(ra.call(ta,a))return!0;if(ra.call(sa,a))return!1;if(qa.test(a))return ta[a]=!0;sa[a]=!0;return!1}function va(a,b,c,d){if(null!==c&&0===c.type)return!1;switch(typeof b){case "function":case "symbol":return!0;case "boolean":if(d)return!1;if(null!==c)return!c.acceptsBooleans;a=a.toLowerCase().slice(0,5);return"data-"!==a&&"aria-"!==a;default:return!1}} function wa(a,b,c,d){if(null===b||"undefined"===typeof b||va(a,b,c,d))return!0;if(d)return!1;if(null!==c)switch(c.type){case 3:return!b;case 4:return!1===b;case 5:return isNaN(b);case 6:return isNaN(b)||1>b}return!1}function J(a,b,c,d,f,g){this.acceptsBooleans=2===b||3===b||4===b;this.attributeName=d;this.attributeNamespace=f;this.mustUseProperty=c;this.propertyName=a;this.type=b;this.sanitizeURL=g}var K={}; "children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(a){K[a]=new J(a,0,!1,a,null,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(a){var b=a[0];K[b]=new J(b,1,!1,a[1],null,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(a){K[a]=new J(a,2,!1,a.toLowerCase(),null,!1)}); ["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(a){K[a]=new J(a,2,!1,a,null,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(a){K[a]=new J(a,3,!1,a.toLowerCase(),null,!1)}); ["checked","multiple","muted","selected"].forEach(function(a){K[a]=new J(a,3,!0,a,null,!1)});["capture","download"].forEach(function(a){K[a]=new J(a,4,!1,a,null,!1)});["cols","rows","size","span"].forEach(function(a){K[a]=new J(a,6,!1,a,null,!1)});["rowSpan","start"].forEach(function(a){K[a]=new J(a,5,!1,a.toLowerCase(),null,!1)});var L=/[\-:]([a-z])/g;function M(a){return a[1].toUpperCase()} "accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(a){var b=a.replace(L, M);K[b]=new J(b,1,!1,a,null,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(a){var b=a.replace(L,M);K[b]=new J(b,1,!1,a,"http://www.w3.org/1999/xlink",!1)});["xml:base","xml:lang","xml:space"].forEach(function(a){var b=a.replace(L,M);K[b]=new J(b,1,!1,a,"http://www.w3.org/XML/1998/namespace",!1)});["tabIndex","crossOrigin"].forEach(function(a){K[a]=new J(a,1,!1,a.toLowerCase(),null,!1)}); K.xlinkHref=new J("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0);["src","href","action","formAction"].forEach(function(a){K[a]=new J(a,1,!1,a.toLowerCase(),null,!0)});var xa=/["'&<>]/; function N(a){if("boolean"===typeof a||"number"===typeof a)return""+a;a=""+a;var b=xa.exec(a);if(b){var c="",d,f=0;for(d=b.index;d<a.length;d++){switch(a.charCodeAt(d)){case 34:b="&quot;";break;case 38:b="&amp;";break;case 39:b="&#x27;";break;case 60:b="&lt;";break;case 62:b="&gt;";break;default:continue}f!==d&&(c+=a.substring(f,d));f=d+1;c+=b}a=f!==d?c+a.substring(f,d):c}return a} function ya(a,b){var c=K.hasOwnProperty(a)?K[a]:null;var d;if(d="style"!==a)d=null!==c?0===c.type:!(2<a.length)||"o"!==a[0]&&"O"!==a[0]||"n"!==a[1]&&"N"!==a[1]?!1:!0;if(d||wa(a,b,c,!1))return"";if(null!==c){a=c.attributeName;d=c.type;if(3===d||4===d&&!0===b)return a+'=""';c.sanitizeURL&&(b=""+b);return a+'="'+(N(b)+'"')}return ua(a)?a+'="'+(N(b)+'"'):""}function za(a,b){return a===b&&(0!==a||1/a===1/b)||a!==a&&b!==b} var Aa="function"===typeof Object.is?Object.is:za,O=null,P=null,Q=null,R=!1,S=!1,U=null,V=0;function W(){if(null===O)throw Error(q(321));return O}function Ba(){if(0<V)throw Error(q(312));return{memoizedState:null,queue:null,next:null}}function Ca(){null===Q?null===P?(R=!1,P=Q=Ba()):(R=!0,Q=P):null===Q.next?(R=!1,Q=Q.next=Ba()):(R=!0,Q=Q.next);return Q}function Da(a,b,c,d){for(;S;)S=!1,V+=1,Q=null,c=a(b,d);P=O=null;V=0;Q=U=null;return c}function Ea(a,b){return"function"===typeof b?b(a):b} function Fa(a,b,c){O=W();Q=Ca();if(R){var d=Q.queue;b=d.dispatch;if(null!==U&&(c=U.get(d),void 0!==c)){U.delete(d);d=Q.memoizedState;do d=a(d,c.action),c=c.next;while(null!==c);Q.memoizedState=d;return[d,b]}return[Q.memoizedState,b]}a=a===Ea?"function"===typeof b?b():b:void 0!==c?c(b):b;Q.memoizedState=a;a=Q.queue={last:null,dispatch:null};a=a.dispatch=Ga.bind(null,O,a);return[Q.memoizedState,a]} function Ga(a,b,c){if(!(25>V))throw Error(q(301));if(a===O)if(S=!0,a={action:c,next:null},null===U&&(U=new Map),c=U.get(b),void 0===c)U.set(b,a);else{for(b=c;null!==b.next;)b=b.next;b.next=a}}function Ha(){} var X=0,Ia={readContext:function(a){var b=X;E(a,b);return a[b]},useContext:function(a){W();var b=X;E(a,b);return a[b]},useMemo:function(a,b){O=W();Q=Ca();b=void 0===b?null:b;if(null!==Q){var c=Q.memoizedState;if(null!==c&&null!==b){a:{var d=c[1];if(null===d)d=!1;else{for(var f=0;f<d.length&&f<b.length;f++)if(!Aa(b[f],d[f])){d=!1;break a}d=!0}}if(d)return c[0]}}a=a();Q.memoizedState=[a,b];return a},useReducer:Fa,useRef:function(a){O=W();Q=Ca();var b=Q.memoizedState;return null===b?(a={current:a},Q.memoizedState= a):b},useState:function(a){return Fa(Ea,a)},useLayoutEffect:function(){},useCallback:function(a){return a},useImperativeHandle:Ha,useEffect:Ha,useDebugValue:Ha,useResponder:function(a,b){return{props:b,responder:a}},useDeferredValue:function(a){W();return a},useTransition:function(){W();return[function(a){a()},!1]}},Ja={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"}; function Ka(a){switch(a){case "svg":return"http://www.w3.org/2000/svg";case "math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}} var La={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},Ma=k({menuitem:!0},La),Y={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0, gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Na=["Webkit","ms","Moz","O"];Object.keys(Y).forEach(function(a){Na.forEach(function(b){b=b+a.charAt(0).toUpperCase()+a.substring(1);Y[b]=Y[a]})}); var Oa=/([A-Z])/g,Pa=/^ms-/,Z=l.Children.toArray,Qa=D.ReactCurrentDispatcher,Ra={listing:!0,pre:!0,textarea:!0},Sa=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,Ta={},Ua={};function Va(a){if(void 0===a||null===a)return a;var b="";l.Children.forEach(a,function(a){null!=a&&(b+=a)});return b}var Wa=Object.prototype.hasOwnProperty,Xa={children:null,dangerouslySetInnerHTML:null,suppressContentEditableWarning:null,suppressHydrationWarning:null};function Ya(a,b){if(void 0===a)throw Error(q(152,C(b)||"Component"));} function Za(a,b,c){function d(d,g){var e=g.prototype&&g.prototype.isReactComponent,f=pa(g,b,c,e),x=[],h=!1,m={isMounted:function(){return!1},enqueueForceUpdate:function(){if(null===x)return null},enqueueReplaceState:function(a,c){h=!0;x=[c]},enqueueSetState:function(a,c){if(null===x)return null;x.push(c)}};if(e){if(e=new g(d.props,f,m),"function"===typeof g.getDerivedStateFromProps){var w=g.getDerivedStateFromProps.call(null,d.props,e.state);null!=w&&(e.state=k({},e.state,w))}}else if(O={},e=g(d.props, f,m),e=Da(g,d.props,e,f),null==e||null==e.render){a=e;Ya(a,g);return}e.props=d.props;e.context=f;e.updater=m;m=e.state;void 0===m&&(e.state=m=null);if("function"===typeof e.UNSAFE_componentWillMount||"function"===typeof e.componentWillMount)if("function"===typeof e.componentWillMount&&"function"!==typeof g.getDerivedStateFromProps&&e.componentWillMount(),"function"===typeof e.UNSAFE_componentWillMount&&"function"!==typeof g.getDerivedStateFromProps&&e.UNSAFE_componentWillMount(),x.length){m=x;var r= h;x=null;h=!1;if(r&&1===m.length)e.state=m[0];else{w=r?m[0]:e.state;var y=!0;for(r=r?1:0;r<m.length;r++){var p=m[r];p="function"===typeof p?p.call(e,w,d.props,f):p;null!=p&&(y?(y=!1,w=k({},w,p)):k(w,p))}e.state=w}}else x=null;a=e.render();Ya(a,g);if("function"===typeof e.getChildContext&&(d=g.childContextTypes,"object"===typeof d)){var A=e.getChildContext();for(var T in A)if(!(T in d))throw Error(q(108,C(g)||"Unknown",T));}A&&(b=k({},b,A))}for(;l.isValidElement(a);){var f=a,g=f.type;if("function"!== typeof g)break;d(f,g)}return{child:a,context:b}} var $a=function(){function a(a,b){l.isValidElement(a)?a.type!==u?a=[a]:(a=a.props.children,a=l.isValidElement(a)?[a]:Z(a)):a=Z(a);a={type:null,domNamespace:Ja.html,children:a,childIndex:0,context:oa,footer:""};var c=F[0];if(0===c){var g=F;c=g.length;var d=2*c;if(!(65536>=d))throw Error(q(304));var h=new Uint16Array(d);h.set(g);F=h;F[0]=c+1;for(g=c;g<d-1;g++)F[g]=g+1;F[d-1]=0}else F[0]=F[c];this.threadID=c;this.stack=[a];this.exhausted=!1;this.currentSelectValue=null;this.previousWasTextNode=!1;this.makeStaticMarkup= b;this.suspenseDepth=0;this.contextIndex=-1;this.contextStack=[];this.contextValueStack=[]}var b=a.prototype;b.destroy=function(){if(!this.exhausted){this.exhausted=!0;this.clearProviders();var a=this.threadID;F[a]=F[0];F[0]=a}};b.pushProvider=function(a){var c=++this.contextIndex,b=a.type._context,g=this.threadID;E(b,g);var x=b[g];this.contextStack[c]=b;this.contextValueStack[c]=x;b[g]=a.props.value};b.popProvider=function(){var a=this.contextIndex,b=this.contextStack[a],f=this.contextValueStack[a]; this.contextStack[a]=null;this.contextValueStack[a]=null;this.contextIndex--;b[this.threadID]=f};b.clearProviders=function(){for(var a=this.contextIndex;0<=a;a--)this.contextStack[a][this.threadID]=this.contextValueStack[a]};b.read=function(a){if(this.exhausted)return null;var b=X;X=this.threadID;var c=Qa.current;Qa.current=Ia;try{for(var g=[""],x=!1;g[0].length<a;){if(0===this.stack.length){this.exhausted=!0;var h=this.threadID;F[h]=F[0];F[0]=h;break}var e=this.stack[this.stack.length-1];if(x||e.childIndex>= e.children.length){var I=e.footer;""!==I&&(this.previousWasTextNode=!1);this.stack.pop();if("select"===e.type)this.currentSelectValue=null;else if(null!=e.type&&null!=e.type.type&&e.type.type.$$typeof===v)this.popProvider(e.type);else if(e.type===B){this.suspenseDepth--;var G=g.pop();if(x){x=!1;var n=e.fallbackFrame;if(!n)throw Error(q(303));this.stack.push(n);g[this.suspenseDepth]+="\x3c!--$!--\x3e";continue}else g[this.suspenseDepth]+=G}g[this.suspenseDepth]+=I}else{var m=e.children[e.childIndex++], w="";try{w+=this.render(m,e.context,e.domNamespace)}catch(r){if(null!=r&&"function"===typeof r.then)throw Error(q(294));throw r;}finally{}g.length<=this.suspenseDepth&&g.push("");g[this.suspenseDepth]+=w}}return g[0]}finally{Qa.current=c,X=b}};b.render=function(a,b,f){if("string"===typeof a||"number"===typeof a){f=""+a;if(""===f)return"";if(this.makeStaticMarkup)return N(f);if(this.previousWasTextNode)return"\x3c!-- --\x3e"+N(f);this.previousWasTextNode=!0;return N(f)}b=Za(a,b,this.threadID);a=b.child; b=b.context;if(null===a||!1===a)return"";if(!l.isValidElement(a)){if(null!=a&&null!=a.$$typeof){f=a.$$typeof;if(f===aa)throw Error(q(257));throw Error(q(258,f.toString()));}a=Z(a);this.stack.push({type:null,domNamespace:f,children:a,childIndex:0,context:b,footer:""});return""}var c=a.type;if("string"===typeof c)return this.renderDOM(a,b,f);switch(c){case ba:case ea:case ca:case ha:case u:return a=Z(a.props.children),this.stack.push({type:null,domNamespace:f,children:a,childIndex:0,context:b,footer:""}), "";case B:throw Error(q(294));}if("object"===typeof c&&null!==c)switch(c.$$typeof){case fa:O={};var d=c.render(a.props,a.ref);d=Da(c.render,a.props,d,a.ref);d=Z(d);this.stack.push({type:null,domNamespace:f,children:d,childIndex:0,context:b,footer:""});return"";case ia:return a=[l.createElement(c.type,k({ref:a.ref},a.props))],this.stack.push({type:null,domNamespace:f,children:a,childIndex:0,context:b,footer:""}),"";case v:return c=Z(a.props.children),f={type:a,domNamespace:f,children:c,childIndex:0, context:b,footer:""},this.pushProvider(a),this.stack.push(f),"";case da:c=a.type;d=a.props;var h=this.threadID;E(c,h);c=Z(d.children(c[h]));this.stack.push({type:a,domNamespace:f,children:c,childIndex:0,context:b,footer:""});return"";case la:throw Error(q(338));case ja:switch(c=a.type,na(c),c._status){case 1:return a=[l.createElement(c._result,k({ref:a.ref},a.props))],this.stack.push({type:null,domNamespace:f,children:a,childIndex:0,context:b,footer:""}),"";case 2:throw c._result;default:throw Error(q(295)); }case ma:throw Error(q(343));}throw Error(q(130,null==c?c:typeof c,""));};b.renderDOM=function(a,b,f){var c=a.type.toLowerCase();f===Ja.html&&Ka(c);if(!Ta.hasOwnProperty(c)){if(!Sa.test(c))throw Error(q(65,c));Ta[c]=!0}var d=a.props;if("input"===c)d=k({type:void 0},d,{defaultChecked:void 0,defaultValue:void 0,value:null!=d.value?d.value:d.defaultValue,checked:null!=d.checked?d.checked:d.defaultChecked});else if("textarea"===c){var h=d.value;if(null==h){h=d.defaultValue;var e=d.children;if(null!=e){if(null!= h)throw Error(q(92));if(Array.isArray(e)){if(!(1>=e.length))throw Error(q(93));e=e[0]}h=""+e}null==h&&(h="")}d=k({},d,{value:void 0,children:""+h})}else if("select"===c)this.currentSelectValue=null!=d.value?d.value:d.defaultValue,d=k({},d,{value:void 0});else if("option"===c){e=this.currentSelectValue;var I=Va(d.children);if(null!=e){var G=null!=d.value?d.value+"":I;h=!1;if(Array.isArray(e))for(var n=0;n<e.length;n++){if(""+e[n]===G){h=!0;break}}else h=""+e===G;d=k({selected:void 0,children:void 0}, d,{selected:h,children:I})}}if(h=d){if(Ma[c]&&(null!=h.children||null!=h.dangerouslySetInnerHTML))throw Error(q(137,c,""));if(null!=h.dangerouslySetInnerHTML){if(null!=h.children)throw Error(q(60));if(!("object"===typeof h.dangerouslySetInnerHTML&&"__html"in h.dangerouslySetInnerHTML))throw Error(q(61));}if(null!=h.style&&"object"!==typeof h.style)throw Error(q(62,""));}h=d;e=this.makeStaticMarkup;I=1===this.stack.length;G="<"+a.type;for(z in h)if(Wa.call(h,z)){var m=h[z];if(null!=m){if("style"=== z){n=void 0;var w="",r="";for(n in m)if(m.hasOwnProperty(n)){var y=0===n.indexOf("--"),p=m[n];if(null!=p){if(y)var A=n;else if(A=n,Ua.hasOwnProperty(A))A=Ua[A];else{var T=A.replace(Oa,"-$1").toLowerCase().replace(Pa,"-ms-");A=Ua[A]=T}w+=r+A+":";r=n;y=null==p||"boolean"===typeof p||""===p?"":y||"number"!==typeof p||0===p||Y.hasOwnProperty(r)&&Y[r]?(""+p).trim():p+"px";w+=y;r=";"}}m=w||null}n=null;b:if(y=c,p=h,-1===y.indexOf("-"))y="string"===typeof p.is;else switch(y){case "annotation-xml":case "color-profile":case "font-face":case "font-face-src":case "font-face-uri":case "font-face-format":case "font-face-name":case "missing-glyph":y= !1;break b;default:y=!0}y?Xa.hasOwnProperty(z)||(n=z,n=ua(n)&&null!=m?n+'="'+(N(m)+'"'):""):n=ya(z,m);n&&(G+=" "+n)}}e||I&&(G+=' data-reactroot=""');var z=G;h="";La.hasOwnProperty(c)?z+="/>":(z+=">",h="</"+a.type+">");a:{e=d.dangerouslySetInnerHTML;if(null!=e){if(null!=e.__html){e=e.__html;break a}}else if(e=d.children,"string"===typeof e||"number"===typeof e){e=N(e);break a}e=null}null!=e?(d=[],Ra.hasOwnProperty(c)&&"\n"===e.charAt(0)&&(z+="\n"),z+=e):d=Z(d.children);a=a.type;f=null==f||"http://www.w3.org/1999/xhtml"=== f?Ka(a):"http://www.w3.org/2000/svg"===f&&"foreignObject"===a?"http://www.w3.org/1999/xhtml":f;this.stack.push({domNamespace:f,type:c,children:d,childIndex:0,context:b,footer:h});this.previousWasTextNode=!1;return z};return a}(),ab={renderToString:function(a){a=new $a(a,!1);try{return a.read(Infinity)}finally{a.destroy()}},renderToStaticMarkup:function(a){a=new $a(a,!0);try{return a.read(Infinity)}finally{a.destroy()}},renderToNodeStream:function(){throw Error(q(207));},renderToStaticNodeStream:function(){throw Error(q(208)); },version:"16.14.0"};module.exports=ab.default||ab; /***/ }), /***/ 64448: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; /** @license React v16.14.0 * react-dom.production.min.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ /* Modernizr 3.0.0pre (Custom Build) | MIT */ var aa=__webpack_require__(67294),n=__webpack_require__(27418),r=__webpack_require__(63840);function u(a){for(var b="https://reactjs.org/docs/error-decoder.html?invariant="+a,c=1;c<arguments.length;c++)b+="&args[]="+encodeURIComponent(arguments[c]);return"Minified React error #"+a+"; visit "+b+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}if(!aa)throw Error(u(227)); function ba(a,b,c,d,e,f,g,h,k){var l=Array.prototype.slice.call(arguments,3);try{b.apply(c,l)}catch(m){this.onError(m)}}var da=!1,ea=null,fa=!1,ha=null,ia={onError:function(a){da=!0;ea=a}};function ja(a,b,c,d,e,f,g,h,k){da=!1;ea=null;ba.apply(ia,arguments)}function ka(a,b,c,d,e,f,g,h,k){ja.apply(this,arguments);if(da){if(da){var l=ea;da=!1;ea=null}else throw Error(u(198));fa||(fa=!0,ha=l)}}var la=null,ma=null,na=null; function oa(a,b,c){var d=a.type||"unknown-event";a.currentTarget=na(c);ka(d,b,void 0,a);a.currentTarget=null}var pa=null,qa={}; function ra(){if(pa)for(var a in qa){var b=qa[a],c=pa.indexOf(a);if(!(-1<c))throw Error(u(96,a));if(!sa[c]){if(!b.extractEvents)throw Error(u(97,a));sa[c]=b;c=b.eventTypes;for(var d in c){var e=void 0;var f=c[d],g=b,h=d;if(ta.hasOwnProperty(h))throw Error(u(99,h));ta[h]=f;var k=f.phasedRegistrationNames;if(k){for(e in k)k.hasOwnProperty(e)&&ua(k[e],g,h);e=!0}else f.registrationName?(ua(f.registrationName,g,h),e=!0):e=!1;if(!e)throw Error(u(98,d,a));}}}} function ua(a,b,c){if(va[a])throw Error(u(100,a));va[a]=b;wa[a]=b.eventTypes[c].dependencies}var sa=[],ta={},va={},wa={};function xa(a){var b=!1,c;for(c in a)if(a.hasOwnProperty(c)){var d=a[c];if(!qa.hasOwnProperty(c)||qa[c]!==d){if(qa[c])throw Error(u(102,c));qa[c]=d;b=!0}}b&&ra()}var ya=!("undefined"===typeof window||"undefined"===typeof window.document||"undefined"===typeof window.document.createElement),za=null,Aa=null,Ba=null; function Ca(a){if(a=ma(a)){if("function"!==typeof za)throw Error(u(280));var b=a.stateNode;b&&(b=la(b),za(a.stateNode,a.type,b))}}function Da(a){Aa?Ba?Ba.push(a):Ba=[a]:Aa=a}function Ea(){if(Aa){var a=Aa,b=Ba;Ba=Aa=null;Ca(a);if(b)for(a=0;a<b.length;a++)Ca(b[a])}}function Fa(a,b){return a(b)}function Ga(a,b,c,d,e){return a(b,c,d,e)}function Ha(){}var Ia=Fa,Ja=!1,Ka=!1;function La(){if(null!==Aa||null!==Ba)Ha(),Ea()} function Ma(a,b,c){if(Ka)return a(b,c);Ka=!0;try{return Ia(a,b,c)}finally{Ka=!1,La()}}var Na=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,Oa=Object.prototype.hasOwnProperty,Pa={},Qa={}; function Ra(a){if(Oa.call(Qa,a))return!0;if(Oa.call(Pa,a))return!1;if(Na.test(a))return Qa[a]=!0;Pa[a]=!0;return!1}function Sa(a,b,c,d){if(null!==c&&0===c.type)return!1;switch(typeof b){case "function":case "symbol":return!0;case "boolean":if(d)return!1;if(null!==c)return!c.acceptsBooleans;a=a.toLowerCase().slice(0,5);return"data-"!==a&&"aria-"!==a;default:return!1}} function Ta(a,b,c,d){if(null===b||"undefined"===typeof b||Sa(a,b,c,d))return!0;if(d)return!1;if(null!==c)switch(c.type){case 3:return!b;case 4:return!1===b;case 5:return isNaN(b);case 6:return isNaN(b)||1>b}return!1}function v(a,b,c,d,e,f){this.acceptsBooleans=2===b||3===b||4===b;this.attributeName=d;this.attributeNamespace=e;this.mustUseProperty=c;this.propertyName=a;this.type=b;this.sanitizeURL=f}var C={}; "children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(a){C[a]=new v(a,0,!1,a,null,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(a){var b=a[0];C[b]=new v(b,1,!1,a[1],null,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(a){C[a]=new v(a,2,!1,a.toLowerCase(),null,!1)}); ["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(a){C[a]=new v(a,2,!1,a,null,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(a){C[a]=new v(a,3,!1,a.toLowerCase(),null,!1)}); ["checked","multiple","muted","selected"].forEach(function(a){C[a]=new v(a,3,!0,a,null,!1)});["capture","download"].forEach(function(a){C[a]=new v(a,4,!1,a,null,!1)});["cols","rows","size","span"].forEach(function(a){C[a]=new v(a,6,!1,a,null,!1)});["rowSpan","start"].forEach(function(a){C[a]=new v(a,5,!1,a.toLowerCase(),null,!1)});var Ua=/[\-:]([a-z])/g;function Va(a){return a[1].toUpperCase()} "accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(a){var b=a.replace(Ua, Va);C[b]=new v(b,1,!1,a,null,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(a){var b=a.replace(Ua,Va);C[b]=new v(b,1,!1,a,"http://www.w3.org/1999/xlink",!1)});["xml:base","xml:lang","xml:space"].forEach(function(a){var b=a.replace(Ua,Va);C[b]=new v(b,1,!1,a,"http://www.w3.org/XML/1998/namespace",!1)});["tabIndex","crossOrigin"].forEach(function(a){C[a]=new v(a,1,!1,a.toLowerCase(),null,!1)}); C.xlinkHref=new v("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0);["src","href","action","formAction"].forEach(function(a){C[a]=new v(a,1,!1,a.toLowerCase(),null,!0)});var Wa=aa.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;Wa.hasOwnProperty("ReactCurrentDispatcher")||(Wa.ReactCurrentDispatcher={current:null});Wa.hasOwnProperty("ReactCurrentBatchConfig")||(Wa.ReactCurrentBatchConfig={suspense:null}); function Xa(a,b,c,d){var e=C.hasOwnProperty(b)?C[b]:null;var f=null!==e?0===e.type:d?!1:!(2<b.length)||"o"!==b[0]&&"O"!==b[0]||"n"!==b[1]&&"N"!==b[1]?!1:!0;f||(Ta(b,c,e,d)&&(c=null),d||null===e?Ra(b)&&(null===c?a.removeAttribute(b):a.setAttribute(b,""+c)):e.mustUseProperty?a[e.propertyName]=null===c?3===e.type?!1:"":c:(b=e.attributeName,d=e.attributeNamespace,null===c?a.removeAttribute(b):(e=e.type,c=3===e||4===e&&!0===c?"":""+c,d?a.setAttributeNS(d,b,c):a.setAttribute(b,c))))} var Ya=/^(.*)[\\\/]/,E="function"===typeof Symbol&&Symbol.for,Za=E?Symbol.for("react.element"):60103,$a=E?Symbol.for("react.portal"):60106,ab=E?Symbol.for("react.fragment"):60107,bb=E?Symbol.for("react.strict_mode"):60108,cb=E?Symbol.for("react.profiler"):60114,db=E?Symbol.for("react.provider"):60109,eb=E?Symbol.for("react.context"):60110,fb=E?Symbol.for("react.concurrent_mode"):60111,gb=E?Symbol.for("react.forward_ref"):60112,hb=E?Symbol.for("react.suspense"):60113,ib=E?Symbol.for("react.suspense_list"): 60120,jb=E?Symbol.for("react.memo"):60115,kb=E?Symbol.for("react.lazy"):60116,lb=E?Symbol.for("react.block"):60121,mb="function"===typeof Symbol&&Symbol.iterator;function nb(a){if(null===a||"object"!==typeof a)return null;a=mb&&a[mb]||a["@@iterator"];return"function"===typeof a?a:null}function ob(a){if(-1===a._status){a._status=0;var b=a._ctor;b=b();a._result=b;b.then(function(b){0===a._status&&(b=b.default,a._status=1,a._result=b)},function(b){0===a._status&&(a._status=2,a._result=b)})}} function pb(a){if(null==a)return null;if("function"===typeof a)return a.displayName||a.name||null;if("string"===typeof a)return a;switch(a){case ab:return"Fragment";case $a:return"Portal";case cb:return"Profiler";case bb:return"StrictMode";case hb:return"Suspense";case ib:return"SuspenseList"}if("object"===typeof a)switch(a.$$typeof){case eb:return"Context.Consumer";case db:return"Context.Provider";case gb:var b=a.render;b=b.displayName||b.name||"";return a.displayName||(""!==b?"ForwardRef("+b+")": "ForwardRef");case jb:return pb(a.type);case lb:return pb(a.render);case kb:if(a=1===a._status?a._result:null)return pb(a)}return null}function qb(a){var b="";do{a:switch(a.tag){case 3:case 4:case 6:case 7:case 10:case 9:var c="";break a;default:var d=a._debugOwner,e=a._debugSource,f=pb(a.type);c=null;d&&(c=pb(d.type));d=f;f="";e?f=" (at "+e.fileName.replace(Ya,"")+":"+e.lineNumber+")":c&&(f=" (created by "+c+")");c="\n in "+(d||"Unknown")+f}b+=c;a=a.return}while(a);return b} function rb(a){switch(typeof a){case "boolean":case "number":case "object":case "string":case "undefined":return a;default:return""}}function sb(a){var b=a.type;return(a=a.nodeName)&&"input"===a.toLowerCase()&&("checkbox"===b||"radio"===b)} function tb(a){var b=sb(a)?"checked":"value",c=Object.getOwnPropertyDescriptor(a.constructor.prototype,b),d=""+a[b];if(!a.hasOwnProperty(b)&&"undefined"!==typeof c&&"function"===typeof c.get&&"function"===typeof c.set){var e=c.get,f=c.set;Object.defineProperty(a,b,{configurable:!0,get:function(){return e.call(this)},set:function(a){d=""+a;f.call(this,a)}});Object.defineProperty(a,b,{enumerable:c.enumerable});return{getValue:function(){return d},setValue:function(a){d=""+a},stopTracking:function(){a._valueTracker= null;delete a[b]}}}}function xb(a){a._valueTracker||(a._valueTracker=tb(a))}function yb(a){if(!a)return!1;var b=a._valueTracker;if(!b)return!0;var c=b.getValue();var d="";a&&(d=sb(a)?a.checked?"true":"false":a.value);a=d;return a!==c?(b.setValue(a),!0):!1}function zb(a,b){var c=b.checked;return n({},b,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=c?c:a._wrapperState.initialChecked})} function Ab(a,b){var c=null==b.defaultValue?"":b.defaultValue,d=null!=b.checked?b.checked:b.defaultChecked;c=rb(null!=b.value?b.value:c);a._wrapperState={initialChecked:d,initialValue:c,controlled:"checkbox"===b.type||"radio"===b.type?null!=b.checked:null!=b.value}}function Bb(a,b){b=b.checked;null!=b&&Xa(a,"checked",b,!1)} function Cb(a,b){Bb(a,b);var c=rb(b.value),d=b.type;if(null!=c)if("number"===d){if(0===c&&""===a.value||a.value!=c)a.value=""+c}else a.value!==""+c&&(a.value=""+c);else if("submit"===d||"reset"===d){a.removeAttribute("value");return}b.hasOwnProperty("value")?Db(a,b.type,c):b.hasOwnProperty("defaultValue")&&Db(a,b.type,rb(b.defaultValue));null==b.checked&&null!=b.defaultChecked&&(a.defaultChecked=!!b.defaultChecked)} function Eb(a,b,c){if(b.hasOwnProperty("value")||b.hasOwnProperty("defaultValue")){var d=b.type;if(!("submit"!==d&&"reset"!==d||void 0!==b.value&&null!==b.value))return;b=""+a._wrapperState.initialValue;c||b===a.value||(a.value=b);a.defaultValue=b}c=a.name;""!==c&&(a.name="");a.defaultChecked=!!a._wrapperState.initialChecked;""!==c&&(a.name=c)} function Db(a,b,c){if("number"!==b||a.ownerDocument.activeElement!==a)null==c?a.defaultValue=""+a._wrapperState.initialValue:a.defaultValue!==""+c&&(a.defaultValue=""+c)}function Fb(a){var b="";aa.Children.forEach(a,function(a){null!=a&&(b+=a)});return b}function Gb(a,b){a=n({children:void 0},b);if(b=Fb(b.children))a.children=b;return a} function Hb(a,b,c,d){a=a.options;if(b){b={};for(var e=0;e<c.length;e++)b["$"+c[e]]=!0;for(c=0;c<a.length;c++)e=b.hasOwnProperty("$"+a[c].value),a[c].selected!==e&&(a[c].selected=e),e&&d&&(a[c].defaultSelected=!0)}else{c=""+rb(c);b=null;for(e=0;e<a.length;e++){if(a[e].value===c){a[e].selected=!0;d&&(a[e].defaultSelected=!0);return}null!==b||a[e].disabled||(b=a[e])}null!==b&&(b.selected=!0)}} function Ib(a,b){if(null!=b.dangerouslySetInnerHTML)throw Error(u(91));return n({},b,{value:void 0,defaultValue:void 0,children:""+a._wrapperState.initialValue})}function Jb(a,b){var c=b.value;if(null==c){c=b.children;b=b.defaultValue;if(null!=c){if(null!=b)throw Error(u(92));if(Array.isArray(c)){if(!(1>=c.length))throw Error(u(93));c=c[0]}b=c}null==b&&(b="");c=b}a._wrapperState={initialValue:rb(c)}} function Kb(a,b){var c=rb(b.value),d=rb(b.defaultValue);null!=c&&(c=""+c,c!==a.value&&(a.value=c),null==b.defaultValue&&a.defaultValue!==c&&(a.defaultValue=c));null!=d&&(a.defaultValue=""+d)}function Lb(a){var b=a.textContent;b===a._wrapperState.initialValue&&""!==b&&null!==b&&(a.value=b)}var Mb={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"}; function Nb(a){switch(a){case "svg":return"http://www.w3.org/2000/svg";case "math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function Ob(a,b){return null==a||"http://www.w3.org/1999/xhtml"===a?Nb(b):"http://www.w3.org/2000/svg"===a&&"foreignObject"===b?"http://www.w3.org/1999/xhtml":a} var Pb,Qb=function(a){return"undefined"!==typeof MSApp&&MSApp.execUnsafeLocalFunction?function(b,c,d,e){MSApp.execUnsafeLocalFunction(function(){return a(b,c,d,e)})}:a}(function(a,b){if(a.namespaceURI!==Mb.svg||"innerHTML"in a)a.innerHTML=b;else{Pb=Pb||document.createElement("div");Pb.innerHTML="<svg>"+b.valueOf().toString()+"</svg>";for(b=Pb.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;b.firstChild;)a.appendChild(b.firstChild)}}); function Rb(a,b){if(b){var c=a.firstChild;if(c&&c===a.lastChild&&3===c.nodeType){c.nodeValue=b;return}}a.textContent=b}function Sb(a,b){var c={};c[a.toLowerCase()]=b.toLowerCase();c["Webkit"+a]="webkit"+b;c["Moz"+a]="moz"+b;return c}var Tb={animationend:Sb("Animation","AnimationEnd"),animationiteration:Sb("Animation","AnimationIteration"),animationstart:Sb("Animation","AnimationStart"),transitionend:Sb("Transition","TransitionEnd")},Ub={},Vb={}; ya&&(Vb=document.createElement("div").style,"AnimationEvent"in window||(delete Tb.animationend.animation,delete Tb.animationiteration.animation,delete Tb.animationstart.animation),"TransitionEvent"in window||delete Tb.transitionend.transition);function Wb(a){if(Ub[a])return Ub[a];if(!Tb[a])return a;var b=Tb[a],c;for(c in b)if(b.hasOwnProperty(c)&&c in Vb)return Ub[a]=b[c];return a} var Xb=Wb("animationend"),Yb=Wb("animationiteration"),Zb=Wb("animationstart"),$b=Wb("transitionend"),ac="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),bc=new ("function"===typeof WeakMap?WeakMap:Map);function cc(a){var b=bc.get(a);void 0===b&&(b=new Map,bc.set(a,b));return b} function dc(a){var b=a,c=a;if(a.alternate)for(;b.return;)b=b.return;else{a=b;do b=a,0!==(b.effectTag&1026)&&(c=b.return),a=b.return;while(a)}return 3===b.tag?c:null}function ec(a){if(13===a.tag){var b=a.memoizedState;null===b&&(a=a.alternate,null!==a&&(b=a.memoizedState));if(null!==b)return b.dehydrated}return null}function fc(a){if(dc(a)!==a)throw Error(u(188));} function gc(a){var b=a.alternate;if(!b){b=dc(a);if(null===b)throw Error(u(188));return b!==a?null:a}for(var c=a,d=b;;){var e=c.return;if(null===e)break;var f=e.alternate;if(null===f){d=e.return;if(null!==d){c=d;continue}break}if(e.child===f.child){for(f=e.child;f;){if(f===c)return fc(e),a;if(f===d)return fc(e),b;f=f.sibling}throw Error(u(188));}if(c.return!==d.return)c=e,d=f;else{for(var g=!1,h=e.child;h;){if(h===c){g=!0;c=e;d=f;break}if(h===d){g=!0;d=e;c=f;break}h=h.sibling}if(!g){for(h=f.child;h;){if(h=== c){g=!0;c=f;d=e;break}if(h===d){g=!0;d=f;c=e;break}h=h.sibling}if(!g)throw Error(u(189));}}if(c.alternate!==d)throw Error(u(190));}if(3!==c.tag)throw Error(u(188));return c.stateNode.current===c?a:b}function hc(a){a=gc(a);if(!a)return null;for(var b=a;;){if(5===b.tag||6===b.tag)return b;if(b.child)b.child.return=b,b=b.child;else{if(b===a)break;for(;!b.sibling;){if(!b.return||b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}}return null} function ic(a,b){if(null==b)throw Error(u(30));if(null==a)return b;if(Array.isArray(a)){if(Array.isArray(b))return a.push.apply(a,b),a;a.push(b);return a}return Array.isArray(b)?[a].concat(b):[a,b]}function jc(a,b,c){Array.isArray(a)?a.forEach(b,c):a&&b.call(c,a)}var kc=null; function lc(a){if(a){var b=a._dispatchListeners,c=a._dispatchInstances;if(Array.isArray(b))for(var d=0;d<b.length&&!a.isPropagationStopped();d++)oa(a,b[d],c[d]);else b&&oa(a,b,c);a._dispatchListeners=null;a._dispatchInstances=null;a.isPersistent()||a.constructor.release(a)}}function mc(a){null!==a&&(kc=ic(kc,a));a=kc;kc=null;if(a){jc(a,lc);if(kc)throw Error(u(95));if(fa)throw a=ha,fa=!1,ha=null,a;}} function nc(a){a=a.target||a.srcElement||window;a.correspondingUseElement&&(a=a.correspondingUseElement);return 3===a.nodeType?a.parentNode:a}function oc(a){if(!ya)return!1;a="on"+a;var b=a in document;b||(b=document.createElement("div"),b.setAttribute(a,"return;"),b="function"===typeof b[a]);return b}var pc=[];function qc(a){a.topLevelType=null;a.nativeEvent=null;a.targetInst=null;a.ancestors.length=0;10>pc.length&&pc.push(a)} function rc(a,b,c,d){if(pc.length){var e=pc.pop();e.topLevelType=a;e.eventSystemFlags=d;e.nativeEvent=b;e.targetInst=c;return e}return{topLevelType:a,eventSystemFlags:d,nativeEvent:b,targetInst:c,ancestors:[]}} function sc(a){var b=a.targetInst,c=b;do{if(!c){a.ancestors.push(c);break}var d=c;if(3===d.tag)d=d.stateNode.containerInfo;else{for(;d.return;)d=d.return;d=3!==d.tag?null:d.stateNode.containerInfo}if(!d)break;b=c.tag;5!==b&&6!==b||a.ancestors.push(c);c=tc(d)}while(c);for(c=0;c<a.ancestors.length;c++){b=a.ancestors[c];var e=nc(a.nativeEvent);d=a.topLevelType;var f=a.nativeEvent,g=a.eventSystemFlags;0===c&&(g|=64);for(var h=null,k=0;k<sa.length;k++){var l=sa[k];l&&(l=l.extractEvents(d,b,f,e,g))&&(h= ic(h,l))}mc(h)}}function uc(a,b,c){if(!c.has(a)){switch(a){case "scroll":vc(b,"scroll",!0);break;case "focus":case "blur":vc(b,"focus",!0);vc(b,"blur",!0);c.set("blur",null);c.set("focus",null);break;case "cancel":case "close":oc(a)&&vc(b,a,!0);break;case "invalid":case "submit":case "reset":break;default:-1===ac.indexOf(a)&&F(a,b)}c.set(a,null)}} var wc,xc,yc,zc=!1,Ac=[],Bc=null,Cc=null,Dc=null,Ec=new Map,Fc=new Map,Gc=[],Hc="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput close cancel copy cut paste click change contextmenu reset submit".split(" "),Ic="focus blur dragenter dragleave mouseover mouseout pointerover pointerout gotpointercapture lostpointercapture".split(" "); function Jc(a,b){var c=cc(b);Hc.forEach(function(a){uc(a,b,c)});Ic.forEach(function(a){uc(a,b,c)})}function Kc(a,b,c,d,e){return{blockedOn:a,topLevelType:b,eventSystemFlags:c|32,nativeEvent:e,container:d}} function Lc(a,b){switch(a){case "focus":case "blur":Bc=null;break;case "dragenter":case "dragleave":Cc=null;break;case "mouseover":case "mouseout":Dc=null;break;case "pointerover":case "pointerout":Ec.delete(b.pointerId);break;case "gotpointercapture":case "lostpointercapture":Fc.delete(b.pointerId)}}function Mc(a,b,c,d,e,f){if(null===a||a.nativeEvent!==f)return a=Kc(b,c,d,e,f),null!==b&&(b=Nc(b),null!==b&&xc(b)),a;a.eventSystemFlags|=d;return a} function Oc(a,b,c,d,e){switch(b){case "focus":return Bc=Mc(Bc,a,b,c,d,e),!0;case "dragenter":return Cc=Mc(Cc,a,b,c,d,e),!0;case "mouseover":return Dc=Mc(Dc,a,b,c,d,e),!0;case "pointerover":var f=e.pointerId;Ec.set(f,Mc(Ec.get(f)||null,a,b,c,d,e));return!0;case "gotpointercapture":return f=e.pointerId,Fc.set(f,Mc(Fc.get(f)||null,a,b,c,d,e)),!0}return!1} function Pc(a){var b=tc(a.target);if(null!==b){var c=dc(b);if(null!==c)if(b=c.tag,13===b){if(b=ec(c),null!==b){a.blockedOn=b;r.unstable_runWithPriority(a.priority,function(){yc(c)});return}}else if(3===b&&c.stateNode.hydrate){a.blockedOn=3===c.tag?c.stateNode.containerInfo:null;return}}a.blockedOn=null}function Qc(a){if(null!==a.blockedOn)return!1;var b=Rc(a.topLevelType,a.eventSystemFlags,a.container,a.nativeEvent);if(null!==b){var c=Nc(b);null!==c&&xc(c);a.blockedOn=b;return!1}return!0} function Sc(a,b,c){Qc(a)&&c.delete(b)}function Tc(){for(zc=!1;0<Ac.length;){var a=Ac[0];if(null!==a.blockedOn){a=Nc(a.blockedOn);null!==a&&wc(a);break}var b=Rc(a.topLevelType,a.eventSystemFlags,a.container,a.nativeEvent);null!==b?a.blockedOn=b:Ac.shift()}null!==Bc&&Qc(Bc)&&(Bc=null);null!==Cc&&Qc(Cc)&&(Cc=null);null!==Dc&&Qc(Dc)&&(Dc=null);Ec.forEach(Sc);Fc.forEach(Sc)}function Uc(a,b){a.blockedOn===b&&(a.blockedOn=null,zc||(zc=!0,r.unstable_scheduleCallback(r.unstable_NormalPriority,Tc)))} function Vc(a){function b(b){return Uc(b,a)}if(0<Ac.length){Uc(Ac[0],a);for(var c=1;c<Ac.length;c++){var d=Ac[c];d.blockedOn===a&&(d.blockedOn=null)}}null!==Bc&&Uc(Bc,a);null!==Cc&&Uc(Cc,a);null!==Dc&&Uc(Dc,a);Ec.forEach(b);Fc.forEach(b);for(c=0;c<Gc.length;c++)d=Gc[c],d.blockedOn===a&&(d.blockedOn=null);for(;0<Gc.length&&(c=Gc[0],null===c.blockedOn);)Pc(c),null===c.blockedOn&&Gc.shift()} var Wc={},Yc=new Map,Zc=new Map,$c=["abort","abort",Xb,"animationEnd",Yb,"animationIteration",Zb,"animationStart","canplay","canPlay","canplaythrough","canPlayThrough","durationchange","durationChange","emptied","emptied","encrypted","encrypted","ended","ended","error","error","gotpointercapture","gotPointerCapture","load","load","loadeddata","loadedData","loadedmetadata","loadedMetadata","loadstart","loadStart","lostpointercapture","lostPointerCapture","playing","playing","progress","progress","seeking", "seeking","stalled","stalled","suspend","suspend","timeupdate","timeUpdate",$b,"transitionEnd","waiting","waiting"];function ad(a,b){for(var c=0;c<a.length;c+=2){var d=a[c],e=a[c+1],f="on"+(e[0].toUpperCase()+e.slice(1));f={phasedRegistrationNames:{bubbled:f,captured:f+"Capture"},dependencies:[d],eventPriority:b};Zc.set(d,b);Yc.set(d,f);Wc[e]=f}} ad("blur blur cancel cancel click click close close contextmenu contextMenu copy copy cut cut auxclick auxClick dblclick doubleClick dragend dragEnd dragstart dragStart drop drop focus focus input input invalid invalid keydown keyDown keypress keyPress keyup keyUp mousedown mouseDown mouseup mouseUp paste paste pause pause play play pointercancel pointerCancel pointerdown pointerDown pointerup pointerUp ratechange rateChange reset reset seeked seeked submit submit touchcancel touchCancel touchend touchEnd touchstart touchStart volumechange volumeChange".split(" "),0); ad("drag drag dragenter dragEnter dragexit dragExit dragleave dragLeave dragover dragOver mousemove mouseMove mouseout mouseOut mouseover mouseOver pointermove pointerMove pointerout pointerOut pointerover pointerOver scroll scroll toggle toggle touchmove touchMove wheel wheel".split(" "),1);ad($c,2);for(var bd="change selectionchange textInput compositionstart compositionend compositionupdate".split(" "),cd=0;cd<bd.length;cd++)Zc.set(bd[cd],0); var dd=r.unstable_UserBlockingPriority,ed=r.unstable_runWithPriority,fd=!0;function F(a,b){vc(b,a,!1)}function vc(a,b,c){var d=Zc.get(b);switch(void 0===d?2:d){case 0:d=gd.bind(null,b,1,a);break;case 1:d=hd.bind(null,b,1,a);break;default:d=id.bind(null,b,1,a)}c?a.addEventListener(b,d,!0):a.addEventListener(b,d,!1)}function gd(a,b,c,d){Ja||Ha();var e=id,f=Ja;Ja=!0;try{Ga(e,a,b,c,d)}finally{(Ja=f)||La()}}function hd(a,b,c,d){ed(dd,id.bind(null,a,b,c,d))} function id(a,b,c,d){if(fd)if(0<Ac.length&&-1<Hc.indexOf(a))a=Kc(null,a,b,c,d),Ac.push(a);else{var e=Rc(a,b,c,d);if(null===e)Lc(a,d);else if(-1<Hc.indexOf(a))a=Kc(e,a,b,c,d),Ac.push(a);else if(!Oc(e,a,b,c,d)){Lc(a,d);a=rc(a,d,null,b);try{Ma(sc,a)}finally{qc(a)}}}} function Rc(a,b,c,d){c=nc(d);c=tc(c);if(null!==c){var e=dc(c);if(null===e)c=null;else{var f=e.tag;if(13===f){c=ec(e);if(null!==c)return c;c=null}else if(3===f){if(e.stateNode.hydrate)return 3===e.tag?e.stateNode.containerInfo:null;c=null}else e!==c&&(c=null)}}a=rc(a,d,c,b);try{Ma(sc,a)}finally{qc(a)}return null} var jd={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0, floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},kd=["Webkit","ms","Moz","O"];Object.keys(jd).forEach(function(a){kd.forEach(function(b){b=b+a.charAt(0).toUpperCase()+a.substring(1);jd[b]=jd[a]})});function ld(a,b,c){return null==b||"boolean"===typeof b||""===b?"":c||"number"!==typeof b||0===b||jd.hasOwnProperty(a)&&jd[a]?(""+b).trim():b+"px"} function md(a,b){a=a.style;for(var c in b)if(b.hasOwnProperty(c)){var d=0===c.indexOf("--"),e=ld(c,b[c],d);"float"===c&&(c="cssFloat");d?a.setProperty(c,e):a[c]=e}}var nd=n({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0}); function od(a,b){if(b){if(nd[a]&&(null!=b.children||null!=b.dangerouslySetInnerHTML))throw Error(u(137,a,""));if(null!=b.dangerouslySetInnerHTML){if(null!=b.children)throw Error(u(60));if(!("object"===typeof b.dangerouslySetInnerHTML&&"__html"in b.dangerouslySetInnerHTML))throw Error(u(61));}if(null!=b.style&&"object"!==typeof b.style)throw Error(u(62,""));}} function pd(a,b){if(-1===a.indexOf("-"))return"string"===typeof b.is;switch(a){case "annotation-xml":case "color-profile":case "font-face":case "font-face-src":case "font-face-uri":case "font-face-format":case "font-face-name":case "missing-glyph":return!1;default:return!0}}var qd=Mb.html;function rd(a,b){a=9===a.nodeType||11===a.nodeType?a:a.ownerDocument;var c=cc(a);b=wa[b];for(var d=0;d<b.length;d++)uc(b[d],a,c)}function sd(){} function td(a){a=a||("undefined"!==typeof document?document:void 0);if("undefined"===typeof a)return null;try{return a.activeElement||a.body}catch(b){return a.body}}function ud(a){for(;a&&a.firstChild;)a=a.firstChild;return a}function vd(a,b){var c=ud(a);a=0;for(var d;c;){if(3===c.nodeType){d=a+c.textContent.length;if(a<=b&&d>=b)return{node:c,offset:b-a};a=d}a:{for(;c;){if(c.nextSibling){c=c.nextSibling;break a}c=c.parentNode}c=void 0}c=ud(c)}} function wd(a,b){return a&&b?a===b?!0:a&&3===a.nodeType?!1:b&&3===b.nodeType?wd(a,b.parentNode):"contains"in a?a.contains(b):a.compareDocumentPosition?!!(a.compareDocumentPosition(b)&16):!1:!1}function xd(){for(var a=window,b=td();b instanceof a.HTMLIFrameElement;){try{var c="string"===typeof b.contentWindow.location.href}catch(d){c=!1}if(c)a=b.contentWindow;else break;b=td(a.document)}return b} function yd(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return b&&("input"===b&&("text"===a.type||"search"===a.type||"tel"===a.type||"url"===a.type||"password"===a.type)||"textarea"===b||"true"===a.contentEditable)}var zd="$",Ad="/$",Bd="$?",Cd="$!",Dd=null,Ed=null;function Fd(a,b){switch(a){case "button":case "input":case "select":case "textarea":return!!b.autoFocus}return!1} function Gd(a,b){return"textarea"===a||"option"===a||"noscript"===a||"string"===typeof b.children||"number"===typeof b.children||"object"===typeof b.dangerouslySetInnerHTML&&null!==b.dangerouslySetInnerHTML&&null!=b.dangerouslySetInnerHTML.__html}var Hd="function"===typeof setTimeout?setTimeout:void 0,Id="function"===typeof clearTimeout?clearTimeout:void 0;function Jd(a){for(;null!=a;a=a.nextSibling){var b=a.nodeType;if(1===b||3===b)break}return a} function Kd(a){a=a.previousSibling;for(var b=0;a;){if(8===a.nodeType){var c=a.data;if(c===zd||c===Cd||c===Bd){if(0===b)return a;b--}else c===Ad&&b++}a=a.previousSibling}return null}var Ld=Math.random().toString(36).slice(2),Md="__reactInternalInstance$"+Ld,Nd="__reactEventHandlers$"+Ld,Od="__reactContainere$"+Ld; function tc(a){var b=a[Md];if(b)return b;for(var c=a.parentNode;c;){if(b=c[Od]||c[Md]){c=b.alternate;if(null!==b.child||null!==c&&null!==c.child)for(a=Kd(a);null!==a;){if(c=a[Md])return c;a=Kd(a)}return b}a=c;c=a.parentNode}return null}function Nc(a){a=a[Md]||a[Od];return!a||5!==a.tag&&6!==a.tag&&13!==a.tag&&3!==a.tag?null:a}function Pd(a){if(5===a.tag||6===a.tag)return a.stateNode;throw Error(u(33));}function Qd(a){return a[Nd]||null} function Rd(a){do a=a.return;while(a&&5!==a.tag);return a?a:null} function Sd(a,b){var c=a.stateNode;if(!c)return null;var d=la(c);if(!d)return null;c=d[b];a:switch(b){case "onClick":case "onClickCapture":case "onDoubleClick":case "onDoubleClickCapture":case "onMouseDown":case "onMouseDownCapture":case "onMouseMove":case "onMouseMoveCapture":case "onMouseUp":case "onMouseUpCapture":case "onMouseEnter":(d=!d.disabled)||(a=a.type,d=!("button"===a||"input"===a||"select"===a||"textarea"===a));a=!d;break a;default:a=!1}if(a)return null;if(c&&"function"!==typeof c)throw Error(u(231, b,typeof c));return c}function Td(a,b,c){if(b=Sd(a,c.dispatchConfig.phasedRegistrationNames[b]))c._dispatchListeners=ic(c._dispatchListeners,b),c._dispatchInstances=ic(c._dispatchInstances,a)}function Ud(a){if(a&&a.dispatchConfig.phasedRegistrationNames){for(var b=a._targetInst,c=[];b;)c.push(b),b=Rd(b);for(b=c.length;0<b--;)Td(c[b],"captured",a);for(b=0;b<c.length;b++)Td(c[b],"bubbled",a)}} function Vd(a,b,c){a&&c&&c.dispatchConfig.registrationName&&(b=Sd(a,c.dispatchConfig.registrationName))&&(c._dispatchListeners=ic(c._dispatchListeners,b),c._dispatchInstances=ic(c._dispatchInstances,a))}function Wd(a){a&&a.dispatchConfig.registrationName&&Vd(a._targetInst,null,a)}function Xd(a){jc(a,Ud)}var Yd=null,Zd=null,$d=null; function ae(){if($d)return $d;var a,b=Zd,c=b.length,d,e="value"in Yd?Yd.value:Yd.textContent,f=e.length;for(a=0;a<c&&b[a]===e[a];a++);var g=c-a;for(d=1;d<=g&&b[c-d]===e[f-d];d++);return $d=e.slice(a,1<d?1-d:void 0)}function be(){return!0}function ce(){return!1} function G(a,b,c,d){this.dispatchConfig=a;this._targetInst=b;this.nativeEvent=c;a=this.constructor.Interface;for(var e in a)a.hasOwnProperty(e)&&((b=a[e])?this[e]=b(c):"target"===e?this.target=d:this[e]=c[e]);this.isDefaultPrevented=(null!=c.defaultPrevented?c.defaultPrevented:!1===c.returnValue)?be:ce;this.isPropagationStopped=ce;return this} n(G.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():"unknown"!==typeof a.returnValue&&(a.returnValue=!1),this.isDefaultPrevented=be)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():"unknown"!==typeof a.cancelBubble&&(a.cancelBubble=!0),this.isPropagationStopped=be)},persist:function(){this.isPersistent=be},isPersistent:ce,destructor:function(){var a=this.constructor.Interface, b;for(b in a)this[b]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=null;this.isPropagationStopped=this.isDefaultPrevented=ce;this._dispatchInstances=this._dispatchListeners=null}});G.Interface={type:null,target:null,currentTarget:function(){return null},eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(a){return a.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null}; G.extend=function(a){function b(){}function c(){return d.apply(this,arguments)}var d=this;b.prototype=d.prototype;var e=new b;n(e,c.prototype);c.prototype=e;c.prototype.constructor=c;c.Interface=n({},d.Interface,a);c.extend=d.extend;de(c);return c};de(G);function ee(a,b,c,d){if(this.eventPool.length){var e=this.eventPool.pop();this.call(e,a,b,c,d);return e}return new this(a,b,c,d)} function fe(a){if(!(a instanceof this))throw Error(u(279));a.destructor();10>this.eventPool.length&&this.eventPool.push(a)}function de(a){a.eventPool=[];a.getPooled=ee;a.release=fe}var ge=G.extend({data:null}),he=G.extend({data:null}),ie=[9,13,27,32],je=ya&&"CompositionEvent"in window,ke=null;ya&&"documentMode"in document&&(ke=document.documentMode); var le=ya&&"TextEvent"in window&&!ke,me=ya&&(!je||ke&&8<ke&&11>=ke),ne=String.fromCharCode(32),oe={beforeInput:{phasedRegistrationNames:{bubbled:"onBeforeInput",captured:"onBeforeInputCapture"},dependencies:["compositionend","keypress","textInput","paste"]},compositionEnd:{phasedRegistrationNames:{bubbled:"onCompositionEnd",captured:"onCompositionEndCapture"},dependencies:"blur compositionend keydown keypress keyup mousedown".split(" ")},compositionStart:{phasedRegistrationNames:{bubbled:"onCompositionStart", captured:"onCompositionStartCapture"},dependencies:"blur compositionstart keydown keypress keyup mousedown".split(" ")},compositionUpdate:{phasedRegistrationNames:{bubbled:"onCompositionUpdate",captured:"onCompositionUpdateCapture"},dependencies:"blur compositionupdate keydown keypress keyup mousedown".split(" ")}},pe=!1; function qe(a,b){switch(a){case "keyup":return-1!==ie.indexOf(b.keyCode);case "keydown":return 229!==b.keyCode;case "keypress":case "mousedown":case "blur":return!0;default:return!1}}function re(a){a=a.detail;return"object"===typeof a&&"data"in a?a.data:null}var se=!1;function te(a,b){switch(a){case "compositionend":return re(b);case "keypress":if(32!==b.which)return null;pe=!0;return ne;case "textInput":return a=b.data,a===ne&&pe?null:a;default:return null}} function ue(a,b){if(se)return"compositionend"===a||!je&&qe(a,b)?(a=ae(),$d=Zd=Yd=null,se=!1,a):null;switch(a){case "paste":return null;case "keypress":if(!(b.ctrlKey||b.altKey||b.metaKey)||b.ctrlKey&&b.altKey){if(b.char&&1<b.char.length)return b.char;if(b.which)return String.fromCharCode(b.which)}return null;case "compositionend":return me&&"ko"!==b.locale?null:b.data;default:return null}} var ve={eventTypes:oe,extractEvents:function(a,b,c,d){var e;if(je)b:{switch(a){case "compositionstart":var f=oe.compositionStart;break b;case "compositionend":f=oe.compositionEnd;break b;case "compositionupdate":f=oe.compositionUpdate;break b}f=void 0}else se?qe(a,c)&&(f=oe.compositionEnd):"keydown"===a&&229===c.keyCode&&(f=oe.compositionStart);f?(me&&"ko"!==c.locale&&(se||f!==oe.compositionStart?f===oe.compositionEnd&&se&&(e=ae()):(Yd=d,Zd="value"in Yd?Yd.value:Yd.textContent,se=!0)),f=ge.getPooled(f, b,c,d),e?f.data=e:(e=re(c),null!==e&&(f.data=e)),Xd(f),e=f):e=null;(a=le?te(a,c):ue(a,c))?(b=he.getPooled(oe.beforeInput,b,c,d),b.data=a,Xd(b)):b=null;return null===e?b:null===b?e:[e,b]}},we={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function xe(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return"input"===b?!!we[a.type]:"textarea"===b?!0:!1} var ye={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:"blur change click focus input keydown keyup selectionchange".split(" ")}};function ze(a,b,c){a=G.getPooled(ye.change,a,b,c);a.type="change";Da(c);Xd(a);return a}var Ae=null,Be=null;function Ce(a){mc(a)}function De(a){var b=Pd(a);if(yb(b))return a}function Ee(a,b){if("change"===a)return b}var Fe=!1;ya&&(Fe=oc("input")&&(!document.documentMode||9<document.documentMode)); function Ge(){Ae&&(Ae.detachEvent("onpropertychange",He),Be=Ae=null)}function He(a){if("value"===a.propertyName&&De(Be))if(a=ze(Be,a,nc(a)),Ja)mc(a);else{Ja=!0;try{Fa(Ce,a)}finally{Ja=!1,La()}}}function Ie(a,b,c){"focus"===a?(Ge(),Ae=b,Be=c,Ae.attachEvent("onpropertychange",He)):"blur"===a&&Ge()}function Je(a){if("selectionchange"===a||"keyup"===a||"keydown"===a)return De(Be)}function Ke(a,b){if("click"===a)return De(b)}function Le(a,b){if("input"===a||"change"===a)return De(b)} var Me={eventTypes:ye,_isInputEventSupported:Fe,extractEvents:function(a,b,c,d){var e=b?Pd(b):window,f=e.nodeName&&e.nodeName.toLowerCase();if("select"===f||"input"===f&&"file"===e.type)var g=Ee;else if(xe(e))if(Fe)g=Le;else{g=Je;var h=Ie}else(f=e.nodeName)&&"input"===f.toLowerCase()&&("checkbox"===e.type||"radio"===e.type)&&(g=Ke);if(g&&(g=g(a,b)))return ze(g,c,d);h&&h(a,e,b);"blur"===a&&(a=e._wrapperState)&&a.controlled&&"number"===e.type&&Db(e,"number",e.value)}},Ne=G.extend({view:null,detail:null}), Oe={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Pe(a){var b=this.nativeEvent;return b.getModifierState?b.getModifierState(a):(a=Oe[a])?!!b[a]:!1}function Qe(){return Pe} var Re=0,Se=0,Te=!1,Ue=!1,Ve=Ne.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:Qe,button:null,buttons:null,relatedTarget:function(a){return a.relatedTarget||(a.fromElement===a.srcElement?a.toElement:a.fromElement)},movementX:function(a){if("movementX"in a)return a.movementX;var b=Re;Re=a.screenX;return Te?"mousemove"===a.type?a.screenX-b:0:(Te=!0,0)},movementY:function(a){if("movementY"in a)return a.movementY; var b=Se;Se=a.screenY;return Ue?"mousemove"===a.type?a.screenY-b:0:(Ue=!0,0)}}),We=Ve.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),Xe={mouseEnter:{registrationName:"onMouseEnter",dependencies:["mouseout","mouseover"]},mouseLeave:{registrationName:"onMouseLeave",dependencies:["mouseout","mouseover"]},pointerEnter:{registrationName:"onPointerEnter",dependencies:["pointerout","pointerover"]},pointerLeave:{registrationName:"onPointerLeave", dependencies:["pointerout","pointerover"]}},Ye={eventTypes:Xe,extractEvents:function(a,b,c,d,e){var f="mouseover"===a||"pointerover"===a,g="mouseout"===a||"pointerout"===a;if(f&&0===(e&32)&&(c.relatedTarget||c.fromElement)||!g&&!f)return null;f=d.window===d?d:(f=d.ownerDocument)?f.defaultView||f.parentWindow:window;if(g){if(g=b,b=(b=c.relatedTarget||c.toElement)?tc(b):null,null!==b){var h=dc(b);if(b!==h||5!==b.tag&&6!==b.tag)b=null}}else g=null;if(g===b)return null;if("mouseout"===a||"mouseover"=== a){var k=Ve;var l=Xe.mouseLeave;var m=Xe.mouseEnter;var p="mouse"}else if("pointerout"===a||"pointerover"===a)k=We,l=Xe.pointerLeave,m=Xe.pointerEnter,p="pointer";a=null==g?f:Pd(g);f=null==b?f:Pd(b);l=k.getPooled(l,g,c,d);l.type=p+"leave";l.target=a;l.relatedTarget=f;c=k.getPooled(m,b,c,d);c.type=p+"enter";c.target=f;c.relatedTarget=a;d=g;p=b;if(d&&p)a:{k=d;m=p;g=0;for(a=k;a;a=Rd(a))g++;a=0;for(b=m;b;b=Rd(b))a++;for(;0<g-a;)k=Rd(k),g--;for(;0<a-g;)m=Rd(m),a--;for(;g--;){if(k===m||k===m.alternate)break a; k=Rd(k);m=Rd(m)}k=null}else k=null;m=k;for(k=[];d&&d!==m;){g=d.alternate;if(null!==g&&g===m)break;k.push(d);d=Rd(d)}for(d=[];p&&p!==m;){g=p.alternate;if(null!==g&&g===m)break;d.push(p);p=Rd(p)}for(p=0;p<k.length;p++)Vd(k[p],"bubbled",l);for(p=d.length;0<p--;)Vd(d[p],"captured",c);return 0===(e&64)?[l]:[l,c]}};function Ze(a,b){return a===b&&(0!==a||1/a===1/b)||a!==a&&b!==b}var $e="function"===typeof Object.is?Object.is:Ze,af=Object.prototype.hasOwnProperty; function bf(a,b){if($e(a,b))return!0;if("object"!==typeof a||null===a||"object"!==typeof b||null===b)return!1;var c=Object.keys(a),d=Object.keys(b);if(c.length!==d.length)return!1;for(d=0;d<c.length;d++)if(!af.call(b,c[d])||!$e(a[c[d]],b[c[d]]))return!1;return!0} var cf=ya&&"documentMode"in document&&11>=document.documentMode,df={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange".split(" ")}},ef=null,ff=null,gf=null,hf=!1; function jf(a,b){var c=b.window===b?b.document:9===b.nodeType?b:b.ownerDocument;if(hf||null==ef||ef!==td(c))return null;c=ef;"selectionStart"in c&&yd(c)?c={start:c.selectionStart,end:c.selectionEnd}:(c=(c.ownerDocument&&c.ownerDocument.defaultView||window).getSelection(),c={anchorNode:c.anchorNode,anchorOffset:c.anchorOffset,focusNode:c.focusNode,focusOffset:c.focusOffset});return gf&&bf(gf,c)?null:(gf=c,a=G.getPooled(df.select,ff,a,b),a.type="select",a.target=ef,Xd(a),a)} var kf={eventTypes:df,extractEvents:function(a,b,c,d,e,f){e=f||(d.window===d?d.document:9===d.nodeType?d:d.ownerDocument);if(!(f=!e)){a:{e=cc(e);f=wa.onSelect;for(var g=0;g<f.length;g++)if(!e.has(f[g])){e=!1;break a}e=!0}f=!e}if(f)return null;e=b?Pd(b):window;switch(a){case "focus":if(xe(e)||"true"===e.contentEditable)ef=e,ff=b,gf=null;break;case "blur":gf=ff=ef=null;break;case "mousedown":hf=!0;break;case "contextmenu":case "mouseup":case "dragend":return hf=!1,jf(c,d);case "selectionchange":if(cf)break; case "keydown":case "keyup":return jf(c,d)}return null}},lf=G.extend({animationName:null,elapsedTime:null,pseudoElement:null}),mf=G.extend({clipboardData:function(a){return"clipboardData"in a?a.clipboardData:window.clipboardData}}),nf=Ne.extend({relatedTarget:null});function of(a){var b=a.keyCode;"charCode"in a?(a=a.charCode,0===a&&13===b&&(a=13)):a=b;10===a&&(a=13);return 32<=a||13===a?a:0} var pf={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},qf={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4", 116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},rf=Ne.extend({key:function(a){if(a.key){var b=pf[a.key]||a.key;if("Unidentified"!==b)return b}return"keypress"===a.type?(a=of(a),13===a?"Enter":String.fromCharCode(a)):"keydown"===a.type||"keyup"===a.type?qf[a.keyCode]||"Unidentified":""},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:Qe,charCode:function(a){return"keypress"=== a.type?of(a):0},keyCode:function(a){return"keydown"===a.type||"keyup"===a.type?a.keyCode:0},which:function(a){return"keypress"===a.type?of(a):"keydown"===a.type||"keyup"===a.type?a.keyCode:0}}),sf=Ve.extend({dataTransfer:null}),tf=Ne.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:Qe}),uf=G.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),vf=Ve.extend({deltaX:function(a){return"deltaX"in a?a.deltaX:"wheelDeltaX"in a?-a.wheelDeltaX:0},deltaY:function(a){return"deltaY"in a?a.deltaY:"wheelDeltaY"in a?-a.wheelDeltaY:"wheelDelta"in a?-a.wheelDelta:0},deltaZ:null,deltaMode:null}),wf={eventTypes:Wc,extractEvents:function(a,b,c,d){var e=Yc.get(a);if(!e)return null;switch(a){case "keypress":if(0===of(c))return null;case "keydown":case "keyup":a=rf;break;case "blur":case "focus":a=nf;break;case "click":if(2===c.button)return null;case "auxclick":case "dblclick":case "mousedown":case "mousemove":case "mouseup":case "mouseout":case "mouseover":case "contextmenu":a= Ve;break;case "drag":case "dragend":case "dragenter":case "dragexit":case "dragleave":case "dragover":case "dragstart":case "drop":a=sf;break;case "touchcancel":case "touchend":case "touchmove":case "touchstart":a=tf;break;case Xb:case Yb:case Zb:a=lf;break;case $b:a=uf;break;case "scroll":a=Ne;break;case "wheel":a=vf;break;case "copy":case "cut":case "paste":a=mf;break;case "gotpointercapture":case "lostpointercapture":case "pointercancel":case "pointerdown":case "pointermove":case "pointerout":case "pointerover":case "pointerup":a= We;break;default:a=G}b=a.getPooled(e,b,c,d);Xd(b);return b}};if(pa)throw Error(u(101));pa=Array.prototype.slice.call("ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin".split(" "));ra();var xf=Nc;la=Qd;ma=xf;na=Pd;xa({SimpleEventPlugin:wf,EnterLeaveEventPlugin:Ye,ChangeEventPlugin:Me,SelectEventPlugin:kf,BeforeInputEventPlugin:ve});var yf=[],zf=-1;function H(a){0>zf||(a.current=yf[zf],yf[zf]=null,zf--)} function I(a,b){zf++;yf[zf]=a.current;a.current=b}var Af={},J={current:Af},K={current:!1},Bf=Af;function Cf(a,b){var c=a.type.contextTypes;if(!c)return Af;var d=a.stateNode;if(d&&d.__reactInternalMemoizedUnmaskedChildContext===b)return d.__reactInternalMemoizedMaskedChildContext;var e={},f;for(f in c)e[f]=b[f];d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=b,a.__reactInternalMemoizedMaskedChildContext=e);return e}function L(a){a=a.childContextTypes;return null!==a&&void 0!==a} function Df(){H(K);H(J)}function Ef(a,b,c){if(J.current!==Af)throw Error(u(168));I(J,b);I(K,c)}function Ff(a,b,c){var d=a.stateNode;a=b.childContextTypes;if("function"!==typeof d.getChildContext)return c;d=d.getChildContext();for(var e in d)if(!(e in a))throw Error(u(108,pb(b)||"Unknown",e));return n({},c,{},d)}function Gf(a){a=(a=a.stateNode)&&a.__reactInternalMemoizedMergedChildContext||Af;Bf=J.current;I(J,a);I(K,K.current);return!0} function Hf(a,b,c){var d=a.stateNode;if(!d)throw Error(u(169));c?(a=Ff(a,b,Bf),d.__reactInternalMemoizedMergedChildContext=a,H(K),H(J),I(J,a)):H(K);I(K,c)} var If=r.unstable_runWithPriority,Jf=r.unstable_scheduleCallback,Kf=r.unstable_cancelCallback,Lf=r.unstable_requestPaint,Mf=r.unstable_now,Nf=r.unstable_getCurrentPriorityLevel,Of=r.unstable_ImmediatePriority,Pf=r.unstable_UserBlockingPriority,Qf=r.unstable_NormalPriority,Rf=r.unstable_LowPriority,Sf=r.unstable_IdlePriority,Tf={},Uf=r.unstable_shouldYield,Vf=void 0!==Lf?Lf:function(){},Wf=null,Xf=null,Yf=!1,Zf=Mf(),$f=1E4>Zf?Mf:function(){return Mf()-Zf}; function ag(){switch(Nf()){case Of:return 99;case Pf:return 98;case Qf:return 97;case Rf:return 96;case Sf:return 95;default:throw Error(u(332));}}function bg(a){switch(a){case 99:return Of;case 98:return Pf;case 97:return Qf;case 96:return Rf;case 95:return Sf;default:throw Error(u(332));}}function cg(a,b){a=bg(a);return If(a,b)}function dg(a,b,c){a=bg(a);return Jf(a,b,c)}function eg(a){null===Wf?(Wf=[a],Xf=Jf(Of,fg)):Wf.push(a);return Tf}function gg(){if(null!==Xf){var a=Xf;Xf=null;Kf(a)}fg()} function fg(){if(!Yf&&null!==Wf){Yf=!0;var a=0;try{var b=Wf;cg(99,function(){for(;a<b.length;a++){var c=b[a];do c=c(!0);while(null!==c)}});Wf=null}catch(c){throw null!==Wf&&(Wf=Wf.slice(a+1)),Jf(Of,gg),c;}finally{Yf=!1}}}function hg(a,b,c){c/=10;return 1073741821-(((1073741821-a+b/10)/c|0)+1)*c}function ig(a,b){if(a&&a.defaultProps){b=n({},b);a=a.defaultProps;for(var c in a)void 0===b[c]&&(b[c]=a[c])}return b}var jg={current:null},kg=null,lg=null,mg=null;function ng(){mg=lg=kg=null} function og(a){var b=jg.current;H(jg);a.type._context._currentValue=b}function pg(a,b){for(;null!==a;){var c=a.alternate;if(a.childExpirationTime<b)a.childExpirationTime=b,null!==c&&c.childExpirationTime<b&&(c.childExpirationTime=b);else if(null!==c&&c.childExpirationTime<b)c.childExpirationTime=b;else break;a=a.return}}function qg(a,b){kg=a;mg=lg=null;a=a.dependencies;null!==a&&null!==a.firstContext&&(a.expirationTime>=b&&(rg=!0),a.firstContext=null)} function sg(a,b){if(mg!==a&&!1!==b&&0!==b){if("number"!==typeof b||1073741823===b)mg=a,b=1073741823;b={context:a,observedBits:b,next:null};if(null===lg){if(null===kg)throw Error(u(308));lg=b;kg.dependencies={expirationTime:0,firstContext:b,responders:null}}else lg=lg.next=b}return a._currentValue}var tg=!1;function ug(a){a.updateQueue={baseState:a.memoizedState,baseQueue:null,shared:{pending:null},effects:null}} function vg(a,b){a=a.updateQueue;b.updateQueue===a&&(b.updateQueue={baseState:a.baseState,baseQueue:a.baseQueue,shared:a.shared,effects:a.effects})}function wg(a,b){a={expirationTime:a,suspenseConfig:b,tag:0,payload:null,callback:null,next:null};return a.next=a}function xg(a,b){a=a.updateQueue;if(null!==a){a=a.shared;var c=a.pending;null===c?b.next=b:(b.next=c.next,c.next=b);a.pending=b}} function yg(a,b){var c=a.alternate;null!==c&&vg(c,a);a=a.updateQueue;c=a.baseQueue;null===c?(a.baseQueue=b.next=b,b.next=b):(b.next=c.next,c.next=b)} function zg(a,b,c,d){var e=a.updateQueue;tg=!1;var f=e.baseQueue,g=e.shared.pending;if(null!==g){if(null!==f){var h=f.next;f.next=g.next;g.next=h}f=g;e.shared.pending=null;h=a.alternate;null!==h&&(h=h.updateQueue,null!==h&&(h.baseQueue=g))}if(null!==f){h=f.next;var k=e.baseState,l=0,m=null,p=null,x=null;if(null!==h){var z=h;do{g=z.expirationTime;if(g<d){var ca={expirationTime:z.expirationTime,suspenseConfig:z.suspenseConfig,tag:z.tag,payload:z.payload,callback:z.callback,next:null};null===x?(p=x= ca,m=k):x=x.next=ca;g>l&&(l=g)}else{null!==x&&(x=x.next={expirationTime:1073741823,suspenseConfig:z.suspenseConfig,tag:z.tag,payload:z.payload,callback:z.callback,next:null});Ag(g,z.suspenseConfig);a:{var D=a,t=z;g=b;ca=c;switch(t.tag){case 1:D=t.payload;if("function"===typeof D){k=D.call(ca,k,g);break a}k=D;break a;case 3:D.effectTag=D.effectTag&-4097|64;case 0:D=t.payload;g="function"===typeof D?D.call(ca,k,g):D;if(null===g||void 0===g)break a;k=n({},k,g);break a;case 2:tg=!0}}null!==z.callback&& (a.effectTag|=32,g=e.effects,null===g?e.effects=[z]:g.push(z))}z=z.next;if(null===z||z===h)if(g=e.shared.pending,null===g)break;else z=f.next=g.next,g.next=h,e.baseQueue=f=g,e.shared.pending=null}while(1)}null===x?m=k:x.next=p;e.baseState=m;e.baseQueue=x;Bg(l);a.expirationTime=l;a.memoizedState=k}} function Cg(a,b,c){a=b.effects;b.effects=null;if(null!==a)for(b=0;b<a.length;b++){var d=a[b],e=d.callback;if(null!==e){d.callback=null;d=e;e=c;if("function"!==typeof d)throw Error(u(191,d));d.call(e)}}}var Dg=Wa.ReactCurrentBatchConfig,Eg=(new aa.Component).refs;function Fg(a,b,c,d){b=a.memoizedState;c=c(d,b);c=null===c||void 0===c?b:n({},b,c);a.memoizedState=c;0===a.expirationTime&&(a.updateQueue.baseState=c)} var Jg={isMounted:function(a){return(a=a._reactInternalFiber)?dc(a)===a:!1},enqueueSetState:function(a,b,c){a=a._reactInternalFiber;var d=Gg(),e=Dg.suspense;d=Hg(d,a,e);e=wg(d,e);e.payload=b;void 0!==c&&null!==c&&(e.callback=c);xg(a,e);Ig(a,d)},enqueueReplaceState:function(a,b,c){a=a._reactInternalFiber;var d=Gg(),e=Dg.suspense;d=Hg(d,a,e);e=wg(d,e);e.tag=1;e.payload=b;void 0!==c&&null!==c&&(e.callback=c);xg(a,e);Ig(a,d)},enqueueForceUpdate:function(a,b){a=a._reactInternalFiber;var c=Gg(),d=Dg.suspense; c=Hg(c,a,d);d=wg(c,d);d.tag=2;void 0!==b&&null!==b&&(d.callback=b);xg(a,d);Ig(a,c)}};function Kg(a,b,c,d,e,f,g){a=a.stateNode;return"function"===typeof a.shouldComponentUpdate?a.shouldComponentUpdate(d,f,g):b.prototype&&b.prototype.isPureReactComponent?!bf(c,d)||!bf(e,f):!0} function Lg(a,b,c){var d=!1,e=Af;var f=b.contextType;"object"===typeof f&&null!==f?f=sg(f):(e=L(b)?Bf:J.current,d=b.contextTypes,f=(d=null!==d&&void 0!==d)?Cf(a,e):Af);b=new b(c,f);a.memoizedState=null!==b.state&&void 0!==b.state?b.state:null;b.updater=Jg;a.stateNode=b;b._reactInternalFiber=a;d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=e,a.__reactInternalMemoizedMaskedChildContext=f);return b} function Mg(a,b,c,d){a=b.state;"function"===typeof b.componentWillReceiveProps&&b.componentWillReceiveProps(c,d);"function"===typeof b.UNSAFE_componentWillReceiveProps&&b.UNSAFE_componentWillReceiveProps(c,d);b.state!==a&&Jg.enqueueReplaceState(b,b.state,null)} function Ng(a,b,c,d){var e=a.stateNode;e.props=c;e.state=a.memoizedState;e.refs=Eg;ug(a);var f=b.contextType;"object"===typeof f&&null!==f?e.context=sg(f):(f=L(b)?Bf:J.current,e.context=Cf(a,f));zg(a,c,e,d);e.state=a.memoizedState;f=b.getDerivedStateFromProps;"function"===typeof f&&(Fg(a,b,f,c),e.state=a.memoizedState);"function"===typeof b.getDerivedStateFromProps||"function"===typeof e.getSnapshotBeforeUpdate||"function"!==typeof e.UNSAFE_componentWillMount&&"function"!==typeof e.componentWillMount|| (b=e.state,"function"===typeof e.componentWillMount&&e.componentWillMount(),"function"===typeof e.UNSAFE_componentWillMount&&e.UNSAFE_componentWillMount(),b!==e.state&&Jg.enqueueReplaceState(e,e.state,null),zg(a,c,e,d),e.state=a.memoizedState);"function"===typeof e.componentDidMount&&(a.effectTag|=4)}var Og=Array.isArray; function Pg(a,b,c){a=c.ref;if(null!==a&&"function"!==typeof a&&"object"!==typeof a){if(c._owner){c=c._owner;if(c){if(1!==c.tag)throw Error(u(309));var d=c.stateNode}if(!d)throw Error(u(147,a));var e=""+a;if(null!==b&&null!==b.ref&&"function"===typeof b.ref&&b.ref._stringRef===e)return b.ref;b=function(a){var b=d.refs;b===Eg&&(b=d.refs={});null===a?delete b[e]:b[e]=a};b._stringRef=e;return b}if("string"!==typeof a)throw Error(u(284));if(!c._owner)throw Error(u(290,a));}return a} function Qg(a,b){if("textarea"!==a.type)throw Error(u(31,"[object Object]"===Object.prototype.toString.call(b)?"object with keys {"+Object.keys(b).join(", ")+"}":b,""));} function Rg(a){function b(b,c){if(a){var d=b.lastEffect;null!==d?(d.nextEffect=c,b.lastEffect=c):b.firstEffect=b.lastEffect=c;c.nextEffect=null;c.effectTag=8}}function c(c,d){if(!a)return null;for(;null!==d;)b(c,d),d=d.sibling;return null}function d(a,b){for(a=new Map;null!==b;)null!==b.key?a.set(b.key,b):a.set(b.index,b),b=b.sibling;return a}function e(a,b){a=Sg(a,b);a.index=0;a.sibling=null;return a}function f(b,c,d){b.index=d;if(!a)return c;d=b.alternate;if(null!==d)return d=d.index,d<c?(b.effectTag= 2,c):d;b.effectTag=2;return c}function g(b){a&&null===b.alternate&&(b.effectTag=2);return b}function h(a,b,c,d){if(null===b||6!==b.tag)return b=Tg(c,a.mode,d),b.return=a,b;b=e(b,c);b.return=a;return b}function k(a,b,c,d){if(null!==b&&b.elementType===c.type)return d=e(b,c.props),d.ref=Pg(a,b,c),d.return=a,d;d=Ug(c.type,c.key,c.props,null,a.mode,d);d.ref=Pg(a,b,c);d.return=a;return d}function l(a,b,c,d){if(null===b||4!==b.tag||b.stateNode.containerInfo!==c.containerInfo||b.stateNode.implementation!== c.implementation)return b=Vg(c,a.mode,d),b.return=a,b;b=e(b,c.children||[]);b.return=a;return b}function m(a,b,c,d,f){if(null===b||7!==b.tag)return b=Wg(c,a.mode,d,f),b.return=a,b;b=e(b,c);b.return=a;return b}function p(a,b,c){if("string"===typeof b||"number"===typeof b)return b=Tg(""+b,a.mode,c),b.return=a,b;if("object"===typeof b&&null!==b){switch(b.$$typeof){case Za:return c=Ug(b.type,b.key,b.props,null,a.mode,c),c.ref=Pg(a,null,b),c.return=a,c;case $a:return b=Vg(b,a.mode,c),b.return=a,b}if(Og(b)|| nb(b))return b=Wg(b,a.mode,c,null),b.return=a,b;Qg(a,b)}return null}function x(a,b,c,d){var e=null!==b?b.key:null;if("string"===typeof c||"number"===typeof c)return null!==e?null:h(a,b,""+c,d);if("object"===typeof c&&null!==c){switch(c.$$typeof){case Za:return c.key===e?c.type===ab?m(a,b,c.props.children,d,e):k(a,b,c,d):null;case $a:return c.key===e?l(a,b,c,d):null}if(Og(c)||nb(c))return null!==e?null:m(a,b,c,d,null);Qg(a,c)}return null}function z(a,b,c,d,e){if("string"===typeof d||"number"===typeof d)return a= a.get(c)||null,h(b,a,""+d,e);if("object"===typeof d&&null!==d){switch(d.$$typeof){case Za:return a=a.get(null===d.key?c:d.key)||null,d.type===ab?m(b,a,d.props.children,e,d.key):k(b,a,d,e);case $a:return a=a.get(null===d.key?c:d.key)||null,l(b,a,d,e)}if(Og(d)||nb(d))return a=a.get(c)||null,m(b,a,d,e,null);Qg(b,d)}return null}function ca(e,g,h,k){for(var l=null,t=null,m=g,y=g=0,A=null;null!==m&&y<h.length;y++){m.index>y?(A=m,m=null):A=m.sibling;var q=x(e,m,h[y],k);if(null===q){null===m&&(m=A);break}a&& m&&null===q.alternate&&b(e,m);g=f(q,g,y);null===t?l=q:t.sibling=q;t=q;m=A}if(y===h.length)return c(e,m),l;if(null===m){for(;y<h.length;y++)m=p(e,h[y],k),null!==m&&(g=f(m,g,y),null===t?l=m:t.sibling=m,t=m);return l}for(m=d(e,m);y<h.length;y++)A=z(m,e,y,h[y],k),null!==A&&(a&&null!==A.alternate&&m.delete(null===A.key?y:A.key),g=f(A,g,y),null===t?l=A:t.sibling=A,t=A);a&&m.forEach(function(a){return b(e,a)});return l}function D(e,g,h,l){var k=nb(h);if("function"!==typeof k)throw Error(u(150));h=k.call(h); if(null==h)throw Error(u(151));for(var m=k=null,t=g,y=g=0,A=null,q=h.next();null!==t&&!q.done;y++,q=h.next()){t.index>y?(A=t,t=null):A=t.sibling;var D=x(e,t,q.value,l);if(null===D){null===t&&(t=A);break}a&&t&&null===D.alternate&&b(e,t);g=f(D,g,y);null===m?k=D:m.sibling=D;m=D;t=A}if(q.done)return c(e,t),k;if(null===t){for(;!q.done;y++,q=h.next())q=p(e,q.value,l),null!==q&&(g=f(q,g,y),null===m?k=q:m.sibling=q,m=q);return k}for(t=d(e,t);!q.done;y++,q=h.next())q=z(t,e,y,q.value,l),null!==q&&(a&&null!== q.alternate&&t.delete(null===q.key?y:q.key),g=f(q,g,y),null===m?k=q:m.sibling=q,m=q);a&&t.forEach(function(a){return b(e,a)});return k}return function(a,d,f,h){var k="object"===typeof f&&null!==f&&f.type===ab&&null===f.key;k&&(f=f.props.children);var l="object"===typeof f&&null!==f;if(l)switch(f.$$typeof){case Za:a:{l=f.key;for(k=d;null!==k;){if(k.key===l){switch(k.tag){case 7:if(f.type===ab){c(a,k.sibling);d=e(k,f.props.children);d.return=a;a=d;break a}break;default:if(k.elementType===f.type){c(a, k.sibling);d=e(k,f.props);d.ref=Pg(a,k,f);d.return=a;a=d;break a}}c(a,k);break}else b(a,k);k=k.sibling}f.type===ab?(d=Wg(f.props.children,a.mode,h,f.key),d.return=a,a=d):(h=Ug(f.type,f.key,f.props,null,a.mode,h),h.ref=Pg(a,d,f),h.return=a,a=h)}return g(a);case $a:a:{for(k=f.key;null!==d;){if(d.key===k)if(4===d.tag&&d.stateNode.containerInfo===f.containerInfo&&d.stateNode.implementation===f.implementation){c(a,d.sibling);d=e(d,f.children||[]);d.return=a;a=d;break a}else{c(a,d);break}else b(a,d);d= d.sibling}d=Vg(f,a.mode,h);d.return=a;a=d}return g(a)}if("string"===typeof f||"number"===typeof f)return f=""+f,null!==d&&6===d.tag?(c(a,d.sibling),d=e(d,f),d.return=a,a=d):(c(a,d),d=Tg(f,a.mode,h),d.return=a,a=d),g(a);if(Og(f))return ca(a,d,f,h);if(nb(f))return D(a,d,f,h);l&&Qg(a,f);if("undefined"===typeof f&&!k)switch(a.tag){case 1:case 0:throw a=a.type,Error(u(152,a.displayName||a.name||"Component"));}return c(a,d)}}var Xg=Rg(!0),Yg=Rg(!1),Zg={},$g={current:Zg},ah={current:Zg},bh={current:Zg}; function ch(a){if(a===Zg)throw Error(u(174));return a}function dh(a,b){I(bh,b);I(ah,a);I($g,Zg);a=b.nodeType;switch(a){case 9:case 11:b=(b=b.documentElement)?b.namespaceURI:Ob(null,"");break;default:a=8===a?b.parentNode:b,b=a.namespaceURI||null,a=a.tagName,b=Ob(b,a)}H($g);I($g,b)}function eh(){H($g);H(ah);H(bh)}function fh(a){ch(bh.current);var b=ch($g.current);var c=Ob(b,a.type);b!==c&&(I(ah,a),I($g,c))}function gh(a){ah.current===a&&(H($g),H(ah))}var M={current:0}; function hh(a){for(var b=a;null!==b;){if(13===b.tag){var c=b.memoizedState;if(null!==c&&(c=c.dehydrated,null===c||c.data===Bd||c.data===Cd))return b}else if(19===b.tag&&void 0!==b.memoizedProps.revealOrder){if(0!==(b.effectTag&64))return b}else if(null!==b.child){b.child.return=b;b=b.child;continue}if(b===a)break;for(;null===b.sibling;){if(null===b.return||b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}return null}function ih(a,b){return{responder:a,props:b}} var jh=Wa.ReactCurrentDispatcher,kh=Wa.ReactCurrentBatchConfig,lh=0,N=null,O=null,P=null,mh=!1;function Q(){throw Error(u(321));}function nh(a,b){if(null===b)return!1;for(var c=0;c<b.length&&c<a.length;c++)if(!$e(a[c],b[c]))return!1;return!0} function oh(a,b,c,d,e,f){lh=f;N=b;b.memoizedState=null;b.updateQueue=null;b.expirationTime=0;jh.current=null===a||null===a.memoizedState?ph:qh;a=c(d,e);if(b.expirationTime===lh){f=0;do{b.expirationTime=0;if(!(25>f))throw Error(u(301));f+=1;P=O=null;b.updateQueue=null;jh.current=rh;a=c(d,e)}while(b.expirationTime===lh)}jh.current=sh;b=null!==O&&null!==O.next;lh=0;P=O=N=null;mh=!1;if(b)throw Error(u(300));return a} function th(){var a={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};null===P?N.memoizedState=P=a:P=P.next=a;return P}function uh(){if(null===O){var a=N.alternate;a=null!==a?a.memoizedState:null}else a=O.next;var b=null===P?N.memoizedState:P.next;if(null!==b)P=b,O=a;else{if(null===a)throw Error(u(310));O=a;a={memoizedState:O.memoizedState,baseState:O.baseState,baseQueue:O.baseQueue,queue:O.queue,next:null};null===P?N.memoizedState=P=a:P=P.next=a}return P} function vh(a,b){return"function"===typeof b?b(a):b} function wh(a){var b=uh(),c=b.queue;if(null===c)throw Error(u(311));c.lastRenderedReducer=a;var d=O,e=d.baseQueue,f=c.pending;if(null!==f){if(null!==e){var g=e.next;e.next=f.next;f.next=g}d.baseQueue=e=f;c.pending=null}if(null!==e){e=e.next;d=d.baseState;var h=g=f=null,k=e;do{var l=k.expirationTime;if(l<lh){var m={expirationTime:k.expirationTime,suspenseConfig:k.suspenseConfig,action:k.action,eagerReducer:k.eagerReducer,eagerState:k.eagerState,next:null};null===h?(g=h=m,f=d):h=h.next=m;l>N.expirationTime&& (N.expirationTime=l,Bg(l))}else null!==h&&(h=h.next={expirationTime:1073741823,suspenseConfig:k.suspenseConfig,action:k.action,eagerReducer:k.eagerReducer,eagerState:k.eagerState,next:null}),Ag(l,k.suspenseConfig),d=k.eagerReducer===a?k.eagerState:a(d,k.action);k=k.next}while(null!==k&&k!==e);null===h?f=d:h.next=g;$e(d,b.memoizedState)||(rg=!0);b.memoizedState=d;b.baseState=f;b.baseQueue=h;c.lastRenderedState=d}return[b.memoizedState,c.dispatch]} function xh(a){var b=uh(),c=b.queue;if(null===c)throw Error(u(311));c.lastRenderedReducer=a;var d=c.dispatch,e=c.pending,f=b.memoizedState;if(null!==e){c.pending=null;var g=e=e.next;do f=a(f,g.action),g=g.next;while(g!==e);$e(f,b.memoizedState)||(rg=!0);b.memoizedState=f;null===b.baseQueue&&(b.baseState=f);c.lastRenderedState=f}return[f,d]} function yh(a){var b=th();"function"===typeof a&&(a=a());b.memoizedState=b.baseState=a;a=b.queue={pending:null,dispatch:null,lastRenderedReducer:vh,lastRenderedState:a};a=a.dispatch=zh.bind(null,N,a);return[b.memoizedState,a]}function Ah(a,b,c,d){a={tag:a,create:b,destroy:c,deps:d,next:null};b=N.updateQueue;null===b?(b={lastEffect:null},N.updateQueue=b,b.lastEffect=a.next=a):(c=b.lastEffect,null===c?b.lastEffect=a.next=a:(d=c.next,c.next=a,a.next=d,b.lastEffect=a));return a} function Bh(){return uh().memoizedState}function Ch(a,b,c,d){var e=th();N.effectTag|=a;e.memoizedState=Ah(1|b,c,void 0,void 0===d?null:d)}function Dh(a,b,c,d){var e=uh();d=void 0===d?null:d;var f=void 0;if(null!==O){var g=O.memoizedState;f=g.destroy;if(null!==d&&nh(d,g.deps)){Ah(b,c,f,d);return}}N.effectTag|=a;e.memoizedState=Ah(1|b,c,f,d)}function Eh(a,b){return Ch(516,4,a,b)}function Fh(a,b){return Dh(516,4,a,b)}function Gh(a,b){return Dh(4,2,a,b)} function Hh(a,b){if("function"===typeof b)return a=a(),b(a),function(){b(null)};if(null!==b&&void 0!==b)return a=a(),b.current=a,function(){b.current=null}}function Ih(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):null;return Dh(4,2,Hh.bind(null,b,a),c)}function Jh(){}function Kh(a,b){th().memoizedState=[a,void 0===b?null:b];return a}function Lh(a,b){var c=uh();b=void 0===b?null:b;var d=c.memoizedState;if(null!==d&&null!==b&&nh(b,d[1]))return d[0];c.memoizedState=[a,b];return a} function Mh(a,b){var c=uh();b=void 0===b?null:b;var d=c.memoizedState;if(null!==d&&null!==b&&nh(b,d[1]))return d[0];a=a();c.memoizedState=[a,b];return a}function Nh(a,b,c){var d=ag();cg(98>d?98:d,function(){a(!0)});cg(97<d?97:d,function(){var d=kh.suspense;kh.suspense=void 0===b?null:b;try{a(!1),c()}finally{kh.suspense=d}})} function zh(a,b,c){var d=Gg(),e=Dg.suspense;d=Hg(d,a,e);e={expirationTime:d,suspenseConfig:e,action:c,eagerReducer:null,eagerState:null,next:null};var f=b.pending;null===f?e.next=e:(e.next=f.next,f.next=e);b.pending=e;f=a.alternate;if(a===N||null!==f&&f===N)mh=!0,e.expirationTime=lh,N.expirationTime=lh;else{if(0===a.expirationTime&&(null===f||0===f.expirationTime)&&(f=b.lastRenderedReducer,null!==f))try{var g=b.lastRenderedState,h=f(g,c);e.eagerReducer=f;e.eagerState=h;if($e(h,g))return}catch(k){}finally{}Ig(a, d)}} var sh={readContext:sg,useCallback:Q,useContext:Q,useEffect:Q,useImperativeHandle:Q,useLayoutEffect:Q,useMemo:Q,useReducer:Q,useRef:Q,useState:Q,useDebugValue:Q,useResponder:Q,useDeferredValue:Q,useTransition:Q},ph={readContext:sg,useCallback:Kh,useContext:sg,useEffect:Eh,useImperativeHandle:function(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):null;return Ch(4,2,Hh.bind(null,b,a),c)},useLayoutEffect:function(a,b){return Ch(4,2,a,b)},useMemo:function(a,b){var c=th();b=void 0===b?null:b;a=a();c.memoizedState=[a, b];return a},useReducer:function(a,b,c){var d=th();b=void 0!==c?c(b):b;d.memoizedState=d.baseState=b;a=d.queue={pending:null,dispatch:null,lastRenderedReducer:a,lastRenderedState:b};a=a.dispatch=zh.bind(null,N,a);return[d.memoizedState,a]},useRef:function(a){var b=th();a={current:a};return b.memoizedState=a},useState:yh,useDebugValue:Jh,useResponder:ih,useDeferredValue:function(a,b){var c=yh(a),d=c[0],e=c[1];Eh(function(){var c=kh.suspense;kh.suspense=void 0===b?null:b;try{e(a)}finally{kh.suspense= c}},[a,b]);return d},useTransition:function(a){var b=yh(!1),c=b[0];b=b[1];return[Kh(Nh.bind(null,b,a),[b,a]),c]}},qh={readContext:sg,useCallback:Lh,useContext:sg,useEffect:Fh,useImperativeHandle:Ih,useLayoutEffect:Gh,useMemo:Mh,useReducer:wh,useRef:Bh,useState:function(){return wh(vh)},useDebugValue:Jh,useResponder:ih,useDeferredValue:function(a,b){var c=wh(vh),d=c[0],e=c[1];Fh(function(){var c=kh.suspense;kh.suspense=void 0===b?null:b;try{e(a)}finally{kh.suspense=c}},[a,b]);return d},useTransition:function(a){var b= wh(vh),c=b[0];b=b[1];return[Lh(Nh.bind(null,b,a),[b,a]),c]}},rh={readContext:sg,useCallback:Lh,useContext:sg,useEffect:Fh,useImperativeHandle:Ih,useLayoutEffect:Gh,useMemo:Mh,useReducer:xh,useRef:Bh,useState:function(){return xh(vh)},useDebugValue:Jh,useResponder:ih,useDeferredValue:function(a,b){var c=xh(vh),d=c[0],e=c[1];Fh(function(){var c=kh.suspense;kh.suspense=void 0===b?null:b;try{e(a)}finally{kh.suspense=c}},[a,b]);return d},useTransition:function(a){var b=xh(vh),c=b[0];b=b[1];return[Lh(Nh.bind(null, b,a),[b,a]),c]}},Oh=null,Ph=null,Qh=!1;function Rh(a,b){var c=Sh(5,null,null,0);c.elementType="DELETED";c.type="DELETED";c.stateNode=b;c.return=a;c.effectTag=8;null!==a.lastEffect?(a.lastEffect.nextEffect=c,a.lastEffect=c):a.firstEffect=a.lastEffect=c} function Th(a,b){switch(a.tag){case 5:var c=a.type;b=1!==b.nodeType||c.toLowerCase()!==b.nodeName.toLowerCase()?null:b;return null!==b?(a.stateNode=b,!0):!1;case 6:return b=""===a.pendingProps||3!==b.nodeType?null:b,null!==b?(a.stateNode=b,!0):!1;case 13:return!1;default:return!1}} function Uh(a){if(Qh){var b=Ph;if(b){var c=b;if(!Th(a,b)){b=Jd(c.nextSibling);if(!b||!Th(a,b)){a.effectTag=a.effectTag&-1025|2;Qh=!1;Oh=a;return}Rh(Oh,c)}Oh=a;Ph=Jd(b.firstChild)}else a.effectTag=a.effectTag&-1025|2,Qh=!1,Oh=a}}function Vh(a){for(a=a.return;null!==a&&5!==a.tag&&3!==a.tag&&13!==a.tag;)a=a.return;Oh=a} function Wh(a){if(a!==Oh)return!1;if(!Qh)return Vh(a),Qh=!0,!1;var b=a.type;if(5!==a.tag||"head"!==b&&"body"!==b&&!Gd(b,a.memoizedProps))for(b=Ph;b;)Rh(a,b),b=Jd(b.nextSibling);Vh(a);if(13===a.tag){a=a.memoizedState;a=null!==a?a.dehydrated:null;if(!a)throw Error(u(317));a:{a=a.nextSibling;for(b=0;a;){if(8===a.nodeType){var c=a.data;if(c===Ad){if(0===b){Ph=Jd(a.nextSibling);break a}b--}else c!==zd&&c!==Cd&&c!==Bd||b++}a=a.nextSibling}Ph=null}}else Ph=Oh?Jd(a.stateNode.nextSibling):null;return!0} function Xh(){Ph=Oh=null;Qh=!1}var Yh=Wa.ReactCurrentOwner,rg=!1;function R(a,b,c,d){b.child=null===a?Yg(b,null,c,d):Xg(b,a.child,c,d)}function Zh(a,b,c,d,e){c=c.render;var f=b.ref;qg(b,e);d=oh(a,b,c,d,f,e);if(null!==a&&!rg)return b.updateQueue=a.updateQueue,b.effectTag&=-517,a.expirationTime<=e&&(a.expirationTime=0),$h(a,b,e);b.effectTag|=1;R(a,b,d,e);return b.child} function ai(a,b,c,d,e,f){if(null===a){var g=c.type;if("function"===typeof g&&!bi(g)&&void 0===g.defaultProps&&null===c.compare&&void 0===c.defaultProps)return b.tag=15,b.type=g,ci(a,b,g,d,e,f);a=Ug(c.type,null,d,null,b.mode,f);a.ref=b.ref;a.return=b;return b.child=a}g=a.child;if(e<f&&(e=g.memoizedProps,c=c.compare,c=null!==c?c:bf,c(e,d)&&a.ref===b.ref))return $h(a,b,f);b.effectTag|=1;a=Sg(g,d);a.ref=b.ref;a.return=b;return b.child=a} function ci(a,b,c,d,e,f){return null!==a&&bf(a.memoizedProps,d)&&a.ref===b.ref&&(rg=!1,e<f)?(b.expirationTime=a.expirationTime,$h(a,b,f)):di(a,b,c,d,f)}function ei(a,b){var c=b.ref;if(null===a&&null!==c||null!==a&&a.ref!==c)b.effectTag|=128}function di(a,b,c,d,e){var f=L(c)?Bf:J.current;f=Cf(b,f);qg(b,e);c=oh(a,b,c,d,f,e);if(null!==a&&!rg)return b.updateQueue=a.updateQueue,b.effectTag&=-517,a.expirationTime<=e&&(a.expirationTime=0),$h(a,b,e);b.effectTag|=1;R(a,b,c,e);return b.child} function fi(a,b,c,d,e){if(L(c)){var f=!0;Gf(b)}else f=!1;qg(b,e);if(null===b.stateNode)null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2),Lg(b,c,d),Ng(b,c,d,e),d=!0;else if(null===a){var g=b.stateNode,h=b.memoizedProps;g.props=h;var k=g.context,l=c.contextType;"object"===typeof l&&null!==l?l=sg(l):(l=L(c)?Bf:J.current,l=Cf(b,l));var m=c.getDerivedStateFromProps,p="function"===typeof m||"function"===typeof g.getSnapshotBeforeUpdate;p||"function"!==typeof g.UNSAFE_componentWillReceiveProps&& "function"!==typeof g.componentWillReceiveProps||(h!==d||k!==l)&&Mg(b,g,d,l);tg=!1;var x=b.memoizedState;g.state=x;zg(b,d,g,e);k=b.memoizedState;h!==d||x!==k||K.current||tg?("function"===typeof m&&(Fg(b,c,m,d),k=b.memoizedState),(h=tg||Kg(b,c,h,d,x,k,l))?(p||"function"!==typeof g.UNSAFE_componentWillMount&&"function"!==typeof g.componentWillMount||("function"===typeof g.componentWillMount&&g.componentWillMount(),"function"===typeof g.UNSAFE_componentWillMount&&g.UNSAFE_componentWillMount()),"function"=== typeof g.componentDidMount&&(b.effectTag|=4)):("function"===typeof g.componentDidMount&&(b.effectTag|=4),b.memoizedProps=d,b.memoizedState=k),g.props=d,g.state=k,g.context=l,d=h):("function"===typeof g.componentDidMount&&(b.effectTag|=4),d=!1)}else g=b.stateNode,vg(a,b),h=b.memoizedProps,g.props=b.type===b.elementType?h:ig(b.type,h),k=g.context,l=c.contextType,"object"===typeof l&&null!==l?l=sg(l):(l=L(c)?Bf:J.current,l=Cf(b,l)),m=c.getDerivedStateFromProps,(p="function"===typeof m||"function"=== typeof g.getSnapshotBeforeUpdate)||"function"!==typeof g.UNSAFE_componentWillReceiveProps&&"function"!==typeof g.componentWillReceiveProps||(h!==d||k!==l)&&Mg(b,g,d,l),tg=!1,k=b.memoizedState,g.state=k,zg(b,d,g,e),x=b.memoizedState,h!==d||k!==x||K.current||tg?("function"===typeof m&&(Fg(b,c,m,d),x=b.memoizedState),(m=tg||Kg(b,c,h,d,k,x,l))?(p||"function"!==typeof g.UNSAFE_componentWillUpdate&&"function"!==typeof g.componentWillUpdate||("function"===typeof g.componentWillUpdate&&g.componentWillUpdate(d, x,l),"function"===typeof g.UNSAFE_componentWillUpdate&&g.UNSAFE_componentWillUpdate(d,x,l)),"function"===typeof g.componentDidUpdate&&(b.effectTag|=4),"function"===typeof g.getSnapshotBeforeUpdate&&(b.effectTag|=256)):("function"!==typeof g.componentDidUpdate||h===a.memoizedProps&&k===a.memoizedState||(b.effectTag|=4),"function"!==typeof g.getSnapshotBeforeUpdate||h===a.memoizedProps&&k===a.memoizedState||(b.effectTag|=256),b.memoizedProps=d,b.memoizedState=x),g.props=d,g.state=x,g.context=l,d=m): ("function"!==typeof g.componentDidUpdate||h===a.memoizedProps&&k===a.memoizedState||(b.effectTag|=4),"function"!==typeof g.getSnapshotBeforeUpdate||h===a.memoizedProps&&k===a.memoizedState||(b.effectTag|=256),d=!1);return gi(a,b,c,d,f,e)} function gi(a,b,c,d,e,f){ei(a,b);var g=0!==(b.effectTag&64);if(!d&&!g)return e&&Hf(b,c,!1),$h(a,b,f);d=b.stateNode;Yh.current=b;var h=g&&"function"!==typeof c.getDerivedStateFromError?null:d.render();b.effectTag|=1;null!==a&&g?(b.child=Xg(b,a.child,null,f),b.child=Xg(b,null,h,f)):R(a,b,h,f);b.memoizedState=d.state;e&&Hf(b,c,!0);return b.child}function hi(a){var b=a.stateNode;b.pendingContext?Ef(a,b.pendingContext,b.pendingContext!==b.context):b.context&&Ef(a,b.context,!1);dh(a,b.containerInfo)} var ii={dehydrated:null,retryTime:0}; function ji(a,b,c){var d=b.mode,e=b.pendingProps,f=M.current,g=!1,h;(h=0!==(b.effectTag&64))||(h=0!==(f&2)&&(null===a||null!==a.memoizedState));h?(g=!0,b.effectTag&=-65):null!==a&&null===a.memoizedState||void 0===e.fallback||!0===e.unstable_avoidThisFallback||(f|=1);I(M,f&1);if(null===a){void 0!==e.fallback&&Uh(b);if(g){g=e.fallback;e=Wg(null,d,0,null);e.return=b;if(0===(b.mode&2))for(a=null!==b.memoizedState?b.child.child:b.child,e.child=a;null!==a;)a.return=e,a=a.sibling;c=Wg(g,d,c,null);c.return= b;e.sibling=c;b.memoizedState=ii;b.child=e;return c}d=e.children;b.memoizedState=null;return b.child=Yg(b,null,d,c)}if(null!==a.memoizedState){a=a.child;d=a.sibling;if(g){e=e.fallback;c=Sg(a,a.pendingProps);c.return=b;if(0===(b.mode&2)&&(g=null!==b.memoizedState?b.child.child:b.child,g!==a.child))for(c.child=g;null!==g;)g.return=c,g=g.sibling;d=Sg(d,e);d.return=b;c.sibling=d;c.childExpirationTime=0;b.memoizedState=ii;b.child=c;return d}c=Xg(b,a.child,e.children,c);b.memoizedState=null;return b.child= c}a=a.child;if(g){g=e.fallback;e=Wg(null,d,0,null);e.return=b;e.child=a;null!==a&&(a.return=e);if(0===(b.mode&2))for(a=null!==b.memoizedState?b.child.child:b.child,e.child=a;null!==a;)a.return=e,a=a.sibling;c=Wg(g,d,c,null);c.return=b;e.sibling=c;c.effectTag|=2;e.childExpirationTime=0;b.memoizedState=ii;b.child=e;return c}b.memoizedState=null;return b.child=Xg(b,a,e.children,c)} function ki(a,b){a.expirationTime<b&&(a.expirationTime=b);var c=a.alternate;null!==c&&c.expirationTime<b&&(c.expirationTime=b);pg(a.return,b)}function li(a,b,c,d,e,f){var g=a.memoizedState;null===g?a.memoizedState={isBackwards:b,rendering:null,renderingStartTime:0,last:d,tail:c,tailExpiration:0,tailMode:e,lastEffect:f}:(g.isBackwards=b,g.rendering=null,g.renderingStartTime=0,g.last=d,g.tail=c,g.tailExpiration=0,g.tailMode=e,g.lastEffect=f)} function mi(a,b,c){var d=b.pendingProps,e=d.revealOrder,f=d.tail;R(a,b,d.children,c);d=M.current;if(0!==(d&2))d=d&1|2,b.effectTag|=64;else{if(null!==a&&0!==(a.effectTag&64))a:for(a=b.child;null!==a;){if(13===a.tag)null!==a.memoizedState&&ki(a,c);else if(19===a.tag)ki(a,c);else if(null!==a.child){a.child.return=a;a=a.child;continue}if(a===b)break a;for(;null===a.sibling;){if(null===a.return||a.return===b)break a;a=a.return}a.sibling.return=a.return;a=a.sibling}d&=1}I(M,d);if(0===(b.mode&2))b.memoizedState= null;else switch(e){case "forwards":c=b.child;for(e=null;null!==c;)a=c.alternate,null!==a&&null===hh(a)&&(e=c),c=c.sibling;c=e;null===c?(e=b.child,b.child=null):(e=c.sibling,c.sibling=null);li(b,!1,e,c,f,b.lastEffect);break;case "backwards":c=null;e=b.child;for(b.child=null;null!==e;){a=e.alternate;if(null!==a&&null===hh(a)){b.child=e;break}a=e.sibling;e.sibling=c;c=e;e=a}li(b,!0,c,null,f,b.lastEffect);break;case "together":li(b,!1,null,null,void 0,b.lastEffect);break;default:b.memoizedState=null}return b.child} function $h(a,b,c){null!==a&&(b.dependencies=a.dependencies);var d=b.expirationTime;0!==d&&Bg(d);if(b.childExpirationTime<c)return null;if(null!==a&&b.child!==a.child)throw Error(u(153));if(null!==b.child){a=b.child;c=Sg(a,a.pendingProps);b.child=c;for(c.return=b;null!==a.sibling;)a=a.sibling,c=c.sibling=Sg(a,a.pendingProps),c.return=b;c.sibling=null}return b.child}var ni,oi,pi,qi; ni=function(a,b){for(var c=b.child;null!==c;){if(5===c.tag||6===c.tag)a.appendChild(c.stateNode);else if(4!==c.tag&&null!==c.child){c.child.return=c;c=c.child;continue}if(c===b)break;for(;null===c.sibling;){if(null===c.return||c.return===b)return;c=c.return}c.sibling.return=c.return;c=c.sibling}};oi=function(){}; pi=function(a,b,c,d,e){var f=a.memoizedProps;if(f!==d){var g=b.stateNode;ch($g.current);a=null;switch(c){case "input":f=zb(g,f);d=zb(g,d);a=[];break;case "option":f=Gb(g,f);d=Gb(g,d);a=[];break;case "select":f=n({},f,{value:void 0});d=n({},d,{value:void 0});a=[];break;case "textarea":f=Ib(g,f);d=Ib(g,d);a=[];break;default:"function"!==typeof f.onClick&&"function"===typeof d.onClick&&(g.onclick=sd)}od(c,d);var h,k;c=null;for(h in f)if(!d.hasOwnProperty(h)&&f.hasOwnProperty(h)&&null!=f[h])if("style"=== h)for(k in g=f[h],g)g.hasOwnProperty(k)&&(c||(c={}),c[k]="");else"dangerouslySetInnerHTML"!==h&&"children"!==h&&"suppressContentEditableWarning"!==h&&"suppressHydrationWarning"!==h&&"autoFocus"!==h&&(va.hasOwnProperty(h)?a||(a=[]):(a=a||[]).push(h,null));for(h in d){var l=d[h];g=null!=f?f[h]:void 0;if(d.hasOwnProperty(h)&&l!==g&&(null!=l||null!=g))if("style"===h)if(g){for(k in g)!g.hasOwnProperty(k)||l&&l.hasOwnProperty(k)||(c||(c={}),c[k]="");for(k in l)l.hasOwnProperty(k)&&g[k]!==l[k]&&(c||(c={}), c[k]=l[k])}else c||(a||(a=[]),a.push(h,c)),c=l;else"dangerouslySetInnerHTML"===h?(l=l?l.__html:void 0,g=g?g.__html:void 0,null!=l&&g!==l&&(a=a||[]).push(h,l)):"children"===h?g===l||"string"!==typeof l&&"number"!==typeof l||(a=a||[]).push(h,""+l):"suppressContentEditableWarning"!==h&&"suppressHydrationWarning"!==h&&(va.hasOwnProperty(h)?(null!=l&&rd(e,h),a||g===l||(a=[])):(a=a||[]).push(h,l))}c&&(a=a||[]).push("style",c);e=a;if(b.updateQueue=e)b.effectTag|=4}}; qi=function(a,b,c,d){c!==d&&(b.effectTag|=4)};function ri(a,b){switch(a.tailMode){case "hidden":b=a.tail;for(var c=null;null!==b;)null!==b.alternate&&(c=b),b=b.sibling;null===c?a.tail=null:c.sibling=null;break;case "collapsed":c=a.tail;for(var d=null;null!==c;)null!==c.alternate&&(d=c),c=c.sibling;null===d?b||null===a.tail?a.tail=null:a.tail.sibling=null:d.sibling=null}} function si(a,b,c){var d=b.pendingProps;switch(b.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return null;case 1:return L(b.type)&&Df(),null;case 3:return eh(),H(K),H(J),c=b.stateNode,c.pendingContext&&(c.context=c.pendingContext,c.pendingContext=null),null!==a&&null!==a.child||!Wh(b)||(b.effectTag|=4),oi(b),null;case 5:gh(b);c=ch(bh.current);var e=b.type;if(null!==a&&null!=b.stateNode)pi(a,b,e,d,c),a.ref!==b.ref&&(b.effectTag|=128);else{if(!d){if(null===b.stateNode)throw Error(u(166)); return null}a=ch($g.current);if(Wh(b)){d=b.stateNode;e=b.type;var f=b.memoizedProps;d[Md]=b;d[Nd]=f;switch(e){case "iframe":case "object":case "embed":F("load",d);break;case "video":case "audio":for(a=0;a<ac.length;a++)F(ac[a],d);break;case "source":F("error",d);break;case "img":case "image":case "link":F("error",d);F("load",d);break;case "form":F("reset",d);F("submit",d);break;case "details":F("toggle",d);break;case "input":Ab(d,f);F("invalid",d);rd(c,"onChange");break;case "select":d._wrapperState= {wasMultiple:!!f.multiple};F("invalid",d);rd(c,"onChange");break;case "textarea":Jb(d,f),F("invalid",d),rd(c,"onChange")}od(e,f);a=null;for(var g in f)if(f.hasOwnProperty(g)){var h=f[g];"children"===g?"string"===typeof h?d.textContent!==h&&(a=["children",h]):"number"===typeof h&&d.textContent!==""+h&&(a=["children",""+h]):va.hasOwnProperty(g)&&null!=h&&rd(c,g)}switch(e){case "input":xb(d);Eb(d,f,!0);break;case "textarea":xb(d);Lb(d);break;case "select":case "option":break;default:"function"===typeof f.onClick&& (d.onclick=sd)}c=a;b.updateQueue=c;null!==c&&(b.effectTag|=4)}else{g=9===c.nodeType?c:c.ownerDocument;a===qd&&(a=Nb(e));a===qd?"script"===e?(a=g.createElement("div"),a.innerHTML="<script>\x3c/script>",a=a.removeChild(a.firstChild)):"string"===typeof d.is?a=g.createElement(e,{is:d.is}):(a=g.createElement(e),"select"===e&&(g=a,d.multiple?g.multiple=!0:d.size&&(g.size=d.size))):a=g.createElementNS(a,e);a[Md]=b;a[Nd]=d;ni(a,b,!1,!1);b.stateNode=a;g=pd(e,d);switch(e){case "iframe":case "object":case "embed":F("load", a);h=d;break;case "video":case "audio":for(h=0;h<ac.length;h++)F(ac[h],a);h=d;break;case "source":F("error",a);h=d;break;case "img":case "image":case "link":F("error",a);F("load",a);h=d;break;case "form":F("reset",a);F("submit",a);h=d;break;case "details":F("toggle",a);h=d;break;case "input":Ab(a,d);h=zb(a,d);F("invalid",a);rd(c,"onChange");break;case "option":h=Gb(a,d);break;case "select":a._wrapperState={wasMultiple:!!d.multiple};h=n({},d,{value:void 0});F("invalid",a);rd(c,"onChange");break;case "textarea":Jb(a, d);h=Ib(a,d);F("invalid",a);rd(c,"onChange");break;default:h=d}od(e,h);var k=h;for(f in k)if(k.hasOwnProperty(f)){var l=k[f];"style"===f?md(a,l):"dangerouslySetInnerHTML"===f?(l=l?l.__html:void 0,null!=l&&Qb(a,l)):"children"===f?"string"===typeof l?("textarea"!==e||""!==l)&&Rb(a,l):"number"===typeof l&&Rb(a,""+l):"suppressContentEditableWarning"!==f&&"suppressHydrationWarning"!==f&&"autoFocus"!==f&&(va.hasOwnProperty(f)?null!=l&&rd(c,f):null!=l&&Xa(a,f,l,g))}switch(e){case "input":xb(a);Eb(a,d,!1); break;case "textarea":xb(a);Lb(a);break;case "option":null!=d.value&&a.setAttribute("value",""+rb(d.value));break;case "select":a.multiple=!!d.multiple;c=d.value;null!=c?Hb(a,!!d.multiple,c,!1):null!=d.defaultValue&&Hb(a,!!d.multiple,d.defaultValue,!0);break;default:"function"===typeof h.onClick&&(a.onclick=sd)}Fd(e,d)&&(b.effectTag|=4)}null!==b.ref&&(b.effectTag|=128)}return null;case 6:if(a&&null!=b.stateNode)qi(a,b,a.memoizedProps,d);else{if("string"!==typeof d&&null===b.stateNode)throw Error(u(166)); c=ch(bh.current);ch($g.current);Wh(b)?(c=b.stateNode,d=b.memoizedProps,c[Md]=b,c.nodeValue!==d&&(b.effectTag|=4)):(c=(9===c.nodeType?c:c.ownerDocument).createTextNode(d),c[Md]=b,b.stateNode=c)}return null;case 13:H(M);d=b.memoizedState;if(0!==(b.effectTag&64))return b.expirationTime=c,b;c=null!==d;d=!1;null===a?void 0!==b.memoizedProps.fallback&&Wh(b):(e=a.memoizedState,d=null!==e,c||null===e||(e=a.child.sibling,null!==e&&(f=b.firstEffect,null!==f?(b.firstEffect=e,e.nextEffect=f):(b.firstEffect=b.lastEffect= e,e.nextEffect=null),e.effectTag=8)));if(c&&!d&&0!==(b.mode&2))if(null===a&&!0!==b.memoizedProps.unstable_avoidThisFallback||0!==(M.current&1))S===ti&&(S=ui);else{if(S===ti||S===ui)S=vi;0!==wi&&null!==T&&(xi(T,U),yi(T,wi))}if(c||d)b.effectTag|=4;return null;case 4:return eh(),oi(b),null;case 10:return og(b),null;case 17:return L(b.type)&&Df(),null;case 19:H(M);d=b.memoizedState;if(null===d)return null;e=0!==(b.effectTag&64);f=d.rendering;if(null===f)if(e)ri(d,!1);else{if(S!==ti||null!==a&&0!==(a.effectTag& 64))for(f=b.child;null!==f;){a=hh(f);if(null!==a){b.effectTag|=64;ri(d,!1);e=a.updateQueue;null!==e&&(b.updateQueue=e,b.effectTag|=4);null===d.lastEffect&&(b.firstEffect=null);b.lastEffect=d.lastEffect;for(d=b.child;null!==d;)e=d,f=c,e.effectTag&=2,e.nextEffect=null,e.firstEffect=null,e.lastEffect=null,a=e.alternate,null===a?(e.childExpirationTime=0,e.expirationTime=f,e.child=null,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null):(e.childExpirationTime=a.childExpirationTime, e.expirationTime=a.expirationTime,e.child=a.child,e.memoizedProps=a.memoizedProps,e.memoizedState=a.memoizedState,e.updateQueue=a.updateQueue,f=a.dependencies,e.dependencies=null===f?null:{expirationTime:f.expirationTime,firstContext:f.firstContext,responders:f.responders}),d=d.sibling;I(M,M.current&1|2);return b.child}f=f.sibling}}else{if(!e)if(a=hh(f),null!==a){if(b.effectTag|=64,e=!0,c=a.updateQueue,null!==c&&(b.updateQueue=c,b.effectTag|=4),ri(d,!0),null===d.tail&&"hidden"===d.tailMode&&!f.alternate)return b= b.lastEffect=d.lastEffect,null!==b&&(b.nextEffect=null),null}else 2*$f()-d.renderingStartTime>d.tailExpiration&&1<c&&(b.effectTag|=64,e=!0,ri(d,!1),b.expirationTime=b.childExpirationTime=c-1);d.isBackwards?(f.sibling=b.child,b.child=f):(c=d.last,null!==c?c.sibling=f:b.child=f,d.last=f)}return null!==d.tail?(0===d.tailExpiration&&(d.tailExpiration=$f()+500),c=d.tail,d.rendering=c,d.tail=c.sibling,d.lastEffect=b.lastEffect,d.renderingStartTime=$f(),c.sibling=null,b=M.current,I(M,e?b&1|2:b&1),c):null}throw Error(u(156, b.tag));}function zi(a){switch(a.tag){case 1:L(a.type)&&Df();var b=a.effectTag;return b&4096?(a.effectTag=b&-4097|64,a):null;case 3:eh();H(K);H(J);b=a.effectTag;if(0!==(b&64))throw Error(u(285));a.effectTag=b&-4097|64;return a;case 5:return gh(a),null;case 13:return H(M),b=a.effectTag,b&4096?(a.effectTag=b&-4097|64,a):null;case 19:return H(M),null;case 4:return eh(),null;case 10:return og(a),null;default:return null}}function Ai(a,b){return{value:a,source:b,stack:qb(b)}} var Bi="function"===typeof WeakSet?WeakSet:Set;function Ci(a,b){var c=b.source,d=b.stack;null===d&&null!==c&&(d=qb(c));null!==c&&pb(c.type);b=b.value;null!==a&&1===a.tag&&pb(a.type);try{console.error(b)}catch(e){setTimeout(function(){throw e;})}}function Di(a,b){try{b.props=a.memoizedProps,b.state=a.memoizedState,b.componentWillUnmount()}catch(c){Ei(a,c)}}function Fi(a){var b=a.ref;if(null!==b)if("function"===typeof b)try{b(null)}catch(c){Ei(a,c)}else b.current=null} function Gi(a,b){switch(b.tag){case 0:case 11:case 15:case 22:return;case 1:if(b.effectTag&256&&null!==a){var c=a.memoizedProps,d=a.memoizedState;a=b.stateNode;b=a.getSnapshotBeforeUpdate(b.elementType===b.type?c:ig(b.type,c),d);a.__reactInternalSnapshotBeforeUpdate=b}return;case 3:case 5:case 6:case 4:case 17:return}throw Error(u(163));} function Hi(a,b){b=b.updateQueue;b=null!==b?b.lastEffect:null;if(null!==b){var c=b=b.next;do{if((c.tag&a)===a){var d=c.destroy;c.destroy=void 0;void 0!==d&&d()}c=c.next}while(c!==b)}}function Ii(a,b){b=b.updateQueue;b=null!==b?b.lastEffect:null;if(null!==b){var c=b=b.next;do{if((c.tag&a)===a){var d=c.create;c.destroy=d()}c=c.next}while(c!==b)}} function Ji(a,b,c){switch(c.tag){case 0:case 11:case 15:case 22:Ii(3,c);return;case 1:a=c.stateNode;if(c.effectTag&4)if(null===b)a.componentDidMount();else{var d=c.elementType===c.type?b.memoizedProps:ig(c.type,b.memoizedProps);a.componentDidUpdate(d,b.memoizedState,a.__reactInternalSnapshotBeforeUpdate)}b=c.updateQueue;null!==b&&Cg(c,b,a);return;case 3:b=c.updateQueue;if(null!==b){a=null;if(null!==c.child)switch(c.child.tag){case 5:a=c.child.stateNode;break;case 1:a=c.child.stateNode}Cg(c,b,a)}return; case 5:a=c.stateNode;null===b&&c.effectTag&4&&Fd(c.type,c.memoizedProps)&&a.focus();return;case 6:return;case 4:return;case 12:return;case 13:null===c.memoizedState&&(c=c.alternate,null!==c&&(c=c.memoizedState,null!==c&&(c=c.dehydrated,null!==c&&Vc(c))));return;case 19:case 17:case 20:case 21:return}throw Error(u(163));} function Ki(a,b,c){"function"===typeof Li&&Li(b);switch(b.tag){case 0:case 11:case 14:case 15:case 22:a=b.updateQueue;if(null!==a&&(a=a.lastEffect,null!==a)){var d=a.next;cg(97<c?97:c,function(){var a=d;do{var c=a.destroy;if(void 0!==c){var g=b;try{c()}catch(h){Ei(g,h)}}a=a.next}while(a!==d)})}break;case 1:Fi(b);c=b.stateNode;"function"===typeof c.componentWillUnmount&&Di(b,c);break;case 5:Fi(b);break;case 4:Mi(a,b,c)}} function Ni(a){var b=a.alternate;a.return=null;a.child=null;a.memoizedState=null;a.updateQueue=null;a.dependencies=null;a.alternate=null;a.firstEffect=null;a.lastEffect=null;a.pendingProps=null;a.memoizedProps=null;a.stateNode=null;null!==b&&Ni(b)}function Oi(a){return 5===a.tag||3===a.tag||4===a.tag} function Pi(a){a:{for(var b=a.return;null!==b;){if(Oi(b)){var c=b;break a}b=b.return}throw Error(u(160));}b=c.stateNode;switch(c.tag){case 5:var d=!1;break;case 3:b=b.containerInfo;d=!0;break;case 4:b=b.containerInfo;d=!0;break;default:throw Error(u(161));}c.effectTag&16&&(Rb(b,""),c.effectTag&=-17);a:b:for(c=a;;){for(;null===c.sibling;){if(null===c.return||Oi(c.return)){c=null;break a}c=c.return}c.sibling.return=c.return;for(c=c.sibling;5!==c.tag&&6!==c.tag&&18!==c.tag;){if(c.effectTag&2)continue b; if(null===c.child||4===c.tag)continue b;else c.child.return=c,c=c.child}if(!(c.effectTag&2)){c=c.stateNode;break a}}d?Qi(a,c,b):Ri(a,c,b)} function Qi(a,b,c){var d=a.tag,e=5===d||6===d;if(e)a=e?a.stateNode:a.stateNode.instance,b?8===c.nodeType?c.parentNode.insertBefore(a,b):c.insertBefore(a,b):(8===c.nodeType?(b=c.parentNode,b.insertBefore(a,c)):(b=c,b.appendChild(a)),c=c._reactRootContainer,null!==c&&void 0!==c||null!==b.onclick||(b.onclick=sd));else if(4!==d&&(a=a.child,null!==a))for(Qi(a,b,c),a=a.sibling;null!==a;)Qi(a,b,c),a=a.sibling} function Ri(a,b,c){var d=a.tag,e=5===d||6===d;if(e)a=e?a.stateNode:a.stateNode.instance,b?c.insertBefore(a,b):c.appendChild(a);else if(4!==d&&(a=a.child,null!==a))for(Ri(a,b,c),a=a.sibling;null!==a;)Ri(a,b,c),a=a.sibling} function Mi(a,b,c){for(var d=b,e=!1,f,g;;){if(!e){e=d.return;a:for(;;){if(null===e)throw Error(u(160));f=e.stateNode;switch(e.tag){case 5:g=!1;break a;case 3:f=f.containerInfo;g=!0;break a;case 4:f=f.containerInfo;g=!0;break a}e=e.return}e=!0}if(5===d.tag||6===d.tag){a:for(var h=a,k=d,l=c,m=k;;)if(Ki(h,m,l),null!==m.child&&4!==m.tag)m.child.return=m,m=m.child;else{if(m===k)break a;for(;null===m.sibling;){if(null===m.return||m.return===k)break a;m=m.return}m.sibling.return=m.return;m=m.sibling}g?(h= f,k=d.stateNode,8===h.nodeType?h.parentNode.removeChild(k):h.removeChild(k)):f.removeChild(d.stateNode)}else if(4===d.tag){if(null!==d.child){f=d.stateNode.containerInfo;g=!0;d.child.return=d;d=d.child;continue}}else if(Ki(a,d,c),null!==d.child){d.child.return=d;d=d.child;continue}if(d===b)break;for(;null===d.sibling;){if(null===d.return||d.return===b)return;d=d.return;4===d.tag&&(e=!1)}d.sibling.return=d.return;d=d.sibling}} function Si(a,b){switch(b.tag){case 0:case 11:case 14:case 15:case 22:Hi(3,b);return;case 1:return;case 5:var c=b.stateNode;if(null!=c){var d=b.memoizedProps,e=null!==a?a.memoizedProps:d;a=b.type;var f=b.updateQueue;b.updateQueue=null;if(null!==f){c[Nd]=d;"input"===a&&"radio"===d.type&&null!=d.name&&Bb(c,d);pd(a,e);b=pd(a,d);for(e=0;e<f.length;e+=2){var g=f[e],h=f[e+1];"style"===g?md(c,h):"dangerouslySetInnerHTML"===g?Qb(c,h):"children"===g?Rb(c,h):Xa(c,g,h,b)}switch(a){case "input":Cb(c,d);break; case "textarea":Kb(c,d);break;case "select":b=c._wrapperState.wasMultiple,c._wrapperState.wasMultiple=!!d.multiple,a=d.value,null!=a?Hb(c,!!d.multiple,a,!1):b!==!!d.multiple&&(null!=d.defaultValue?Hb(c,!!d.multiple,d.defaultValue,!0):Hb(c,!!d.multiple,d.multiple?[]:"",!1))}}}return;case 6:if(null===b.stateNode)throw Error(u(162));b.stateNode.nodeValue=b.memoizedProps;return;case 3:b=b.stateNode;b.hydrate&&(b.hydrate=!1,Vc(b.containerInfo));return;case 12:return;case 13:c=b;null===b.memoizedState? d=!1:(d=!0,c=b.child,Ti=$f());if(null!==c)a:for(a=c;;){if(5===a.tag)f=a.stateNode,d?(f=f.style,"function"===typeof f.setProperty?f.setProperty("display","none","important"):f.display="none"):(f=a.stateNode,e=a.memoizedProps.style,e=void 0!==e&&null!==e&&e.hasOwnProperty("display")?e.display:null,f.style.display=ld("display",e));else if(6===a.tag)a.stateNode.nodeValue=d?"":a.memoizedProps;else if(13===a.tag&&null!==a.memoizedState&&null===a.memoizedState.dehydrated){f=a.child.sibling;f.return=a;a= f;continue}else if(null!==a.child){a.child.return=a;a=a.child;continue}if(a===c)break;for(;null===a.sibling;){if(null===a.return||a.return===c)break a;a=a.return}a.sibling.return=a.return;a=a.sibling}Ui(b);return;case 19:Ui(b);return;case 17:return}throw Error(u(163));}function Ui(a){var b=a.updateQueue;if(null!==b){a.updateQueue=null;var c=a.stateNode;null===c&&(c=a.stateNode=new Bi);b.forEach(function(b){var d=Vi.bind(null,a,b);c.has(b)||(c.add(b),b.then(d,d))})}} var Wi="function"===typeof WeakMap?WeakMap:Map;function Xi(a,b,c){c=wg(c,null);c.tag=3;c.payload={element:null};var d=b.value;c.callback=function(){Yi||(Yi=!0,Zi=d);Ci(a,b)};return c} function $i(a,b,c){c=wg(c,null);c.tag=3;var d=a.type.getDerivedStateFromError;if("function"===typeof d){var e=b.value;c.payload=function(){Ci(a,b);return d(e)}}var f=a.stateNode;null!==f&&"function"===typeof f.componentDidCatch&&(c.callback=function(){"function"!==typeof d&&(null===aj?aj=new Set([this]):aj.add(this),Ci(a,b));var c=b.stack;this.componentDidCatch(b.value,{componentStack:null!==c?c:""})});return c} var bj=Math.ceil,cj=Wa.ReactCurrentDispatcher,dj=Wa.ReactCurrentOwner,V=0,ej=8,fj=16,gj=32,ti=0,hj=1,ij=2,ui=3,vi=4,jj=5,W=V,T=null,X=null,U=0,S=ti,kj=null,lj=1073741823,mj=1073741823,nj=null,wi=0,oj=!1,Ti=0,pj=500,Y=null,Yi=!1,Zi=null,aj=null,qj=!1,rj=null,sj=90,tj=null,uj=0,vj=null,wj=0;function Gg(){return(W&(fj|gj))!==V?1073741821-($f()/10|0):0!==wj?wj:wj=1073741821-($f()/10|0)} function Hg(a,b,c){b=b.mode;if(0===(b&2))return 1073741823;var d=ag();if(0===(b&4))return 99===d?1073741823:1073741822;if((W&fj)!==V)return U;if(null!==c)a=hg(a,c.timeoutMs|0||5E3,250);else switch(d){case 99:a=1073741823;break;case 98:a=hg(a,150,100);break;case 97:case 96:a=hg(a,5E3,250);break;case 95:a=2;break;default:throw Error(u(326));}null!==T&&a===U&&--a;return a} function Ig(a,b){if(50<uj)throw uj=0,vj=null,Error(u(185));a=xj(a,b);if(null!==a){var c=ag();1073741823===b?(W&ej)!==V&&(W&(fj|gj))===V?yj(a):(Z(a),W===V&&gg()):Z(a);(W&4)===V||98!==c&&99!==c||(null===tj?tj=new Map([[a,b]]):(c=tj.get(a),(void 0===c||c>b)&&tj.set(a,b)))}} function xj(a,b){a.expirationTime<b&&(a.expirationTime=b);var c=a.alternate;null!==c&&c.expirationTime<b&&(c.expirationTime=b);var d=a.return,e=null;if(null===d&&3===a.tag)e=a.stateNode;else for(;null!==d;){c=d.alternate;d.childExpirationTime<b&&(d.childExpirationTime=b);null!==c&&c.childExpirationTime<b&&(c.childExpirationTime=b);if(null===d.return&&3===d.tag){e=d.stateNode;break}d=d.return}null!==e&&(T===e&&(Bg(b),S===vi&&xi(e,U)),yi(e,b));return e} function zj(a){var b=a.lastExpiredTime;if(0!==b)return b;b=a.firstPendingTime;if(!Aj(a,b))return b;var c=a.lastPingedTime;a=a.nextKnownPendingLevel;a=c>a?c:a;return 2>=a&&b!==a?0:a} function Z(a){if(0!==a.lastExpiredTime)a.callbackExpirationTime=1073741823,a.callbackPriority=99,a.callbackNode=eg(yj.bind(null,a));else{var b=zj(a),c=a.callbackNode;if(0===b)null!==c&&(a.callbackNode=null,a.callbackExpirationTime=0,a.callbackPriority=90);else{var d=Gg();1073741823===b?d=99:1===b||2===b?d=95:(d=10*(1073741821-b)-10*(1073741821-d),d=0>=d?99:250>=d?98:5250>=d?97:95);if(null!==c){var e=a.callbackPriority;if(a.callbackExpirationTime===b&&e>=d)return;c!==Tf&&Kf(c)}a.callbackExpirationTime= b;a.callbackPriority=d;b=1073741823===b?eg(yj.bind(null,a)):dg(d,Bj.bind(null,a),{timeout:10*(1073741821-b)-$f()});a.callbackNode=b}}} function Bj(a,b){wj=0;if(b)return b=Gg(),Cj(a,b),Z(a),null;var c=zj(a);if(0!==c){b=a.callbackNode;if((W&(fj|gj))!==V)throw Error(u(327));Dj();a===T&&c===U||Ej(a,c);if(null!==X){var d=W;W|=fj;var e=Fj();do try{Gj();break}catch(h){Hj(a,h)}while(1);ng();W=d;cj.current=e;if(S===hj)throw b=kj,Ej(a,c),xi(a,c),Z(a),b;if(null===X)switch(e=a.finishedWork=a.current.alternate,a.finishedExpirationTime=c,d=S,T=null,d){case ti:case hj:throw Error(u(345));case ij:Cj(a,2<c?2:c);break;case ui:xi(a,c);d=a.lastSuspendedTime; c===d&&(a.nextKnownPendingLevel=Ij(e));if(1073741823===lj&&(e=Ti+pj-$f(),10<e)){if(oj){var f=a.lastPingedTime;if(0===f||f>=c){a.lastPingedTime=c;Ej(a,c);break}}f=zj(a);if(0!==f&&f!==c)break;if(0!==d&&d!==c){a.lastPingedTime=d;break}a.timeoutHandle=Hd(Jj.bind(null,a),e);break}Jj(a);break;case vi:xi(a,c);d=a.lastSuspendedTime;c===d&&(a.nextKnownPendingLevel=Ij(e));if(oj&&(e=a.lastPingedTime,0===e||e>=c)){a.lastPingedTime=c;Ej(a,c);break}e=zj(a);if(0!==e&&e!==c)break;if(0!==d&&d!==c){a.lastPingedTime= d;break}1073741823!==mj?d=10*(1073741821-mj)-$f():1073741823===lj?d=0:(d=10*(1073741821-lj)-5E3,e=$f(),c=10*(1073741821-c)-e,d=e-d,0>d&&(d=0),d=(120>d?120:480>d?480:1080>d?1080:1920>d?1920:3E3>d?3E3:4320>d?4320:1960*bj(d/1960))-d,c<d&&(d=c));if(10<d){a.timeoutHandle=Hd(Jj.bind(null,a),d);break}Jj(a);break;case jj:if(1073741823!==lj&&null!==nj){f=lj;var g=nj;d=g.busyMinDurationMs|0;0>=d?d=0:(e=g.busyDelayMs|0,f=$f()-(10*(1073741821-f)-(g.timeoutMs|0||5E3)),d=f<=e?0:e+d-f);if(10<d){xi(a,c);a.timeoutHandle= Hd(Jj.bind(null,a),d);break}}Jj(a);break;default:throw Error(u(329));}Z(a);if(a.callbackNode===b)return Bj.bind(null,a)}}return null} function yj(a){var b=a.lastExpiredTime;b=0!==b?b:1073741823;if((W&(fj|gj))!==V)throw Error(u(327));Dj();a===T&&b===U||Ej(a,b);if(null!==X){var c=W;W|=fj;var d=Fj();do try{Kj();break}catch(e){Hj(a,e)}while(1);ng();W=c;cj.current=d;if(S===hj)throw c=kj,Ej(a,b),xi(a,b),Z(a),c;if(null!==X)throw Error(u(261));a.finishedWork=a.current.alternate;a.finishedExpirationTime=b;T=null;Jj(a);Z(a)}return null}function Lj(){if(null!==tj){var a=tj;tj=null;a.forEach(function(a,c){Cj(c,a);Z(c)});gg()}} function Mj(a,b){var c=W;W|=1;try{return a(b)}finally{W=c,W===V&&gg()}}function Nj(a,b){var c=W;W&=-2;W|=ej;try{return a(b)}finally{W=c,W===V&&gg()}} function Ej(a,b){a.finishedWork=null;a.finishedExpirationTime=0;var c=a.timeoutHandle;-1!==c&&(a.timeoutHandle=-1,Id(c));if(null!==X)for(c=X.return;null!==c;){var d=c;switch(d.tag){case 1:d=d.type.childContextTypes;null!==d&&void 0!==d&&Df();break;case 3:eh();H(K);H(J);break;case 5:gh(d);break;case 4:eh();break;case 13:H(M);break;case 19:H(M);break;case 10:og(d)}c=c.return}T=a;X=Sg(a.current,null);U=b;S=ti;kj=null;mj=lj=1073741823;nj=null;wi=0;oj=!1} function Hj(a,b){do{try{ng();jh.current=sh;if(mh)for(var c=N.memoizedState;null!==c;){var d=c.queue;null!==d&&(d.pending=null);c=c.next}lh=0;P=O=N=null;mh=!1;if(null===X||null===X.return)return S=hj,kj=b,X=null;a:{var e=a,f=X.return,g=X,h=b;b=U;g.effectTag|=2048;g.firstEffect=g.lastEffect=null;if(null!==h&&"object"===typeof h&&"function"===typeof h.then){var k=h;if(0===(g.mode&2)){var l=g.alternate;l?(g.updateQueue=l.updateQueue,g.memoizedState=l.memoizedState,g.expirationTime=l.expirationTime):(g.updateQueue= null,g.memoizedState=null)}var m=0!==(M.current&1),p=f;do{var x;if(x=13===p.tag){var z=p.memoizedState;if(null!==z)x=null!==z.dehydrated?!0:!1;else{var ca=p.memoizedProps;x=void 0===ca.fallback?!1:!0!==ca.unstable_avoidThisFallback?!0:m?!1:!0}}if(x){var D=p.updateQueue;if(null===D){var t=new Set;t.add(k);p.updateQueue=t}else D.add(k);if(0===(p.mode&2)){p.effectTag|=64;g.effectTag&=-2981;if(1===g.tag)if(null===g.alternate)g.tag=17;else{var y=wg(1073741823,null);y.tag=2;xg(g,y)}g.expirationTime=1073741823; break a}h=void 0;g=b;var A=e.pingCache;null===A?(A=e.pingCache=new Wi,h=new Set,A.set(k,h)):(h=A.get(k),void 0===h&&(h=new Set,A.set(k,h)));if(!h.has(g)){h.add(g);var q=Oj.bind(null,e,k,g);k.then(q,q)}p.effectTag|=4096;p.expirationTime=b;break a}p=p.return}while(null!==p);h=Error((pb(g.type)||"A React component")+" suspended while rendering, but no fallback UI was specified.\n\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display."+qb(g))}S!== jj&&(S=ij);h=Ai(h,g);p=f;do{switch(p.tag){case 3:k=h;p.effectTag|=4096;p.expirationTime=b;var B=Xi(p,k,b);yg(p,B);break a;case 1:k=h;var w=p.type,ub=p.stateNode;if(0===(p.effectTag&64)&&("function"===typeof w.getDerivedStateFromError||null!==ub&&"function"===typeof ub.componentDidCatch&&(null===aj||!aj.has(ub)))){p.effectTag|=4096;p.expirationTime=b;var vb=$i(p,k,b);yg(p,vb);break a}}p=p.return}while(null!==p)}X=Pj(X)}catch(Xc){b=Xc;continue}break}while(1)} function Fj(){var a=cj.current;cj.current=sh;return null===a?sh:a}function Ag(a,b){a<lj&&2<a&&(lj=a);null!==b&&a<mj&&2<a&&(mj=a,nj=b)}function Bg(a){a>wi&&(wi=a)}function Kj(){for(;null!==X;)X=Qj(X)}function Gj(){for(;null!==X&&!Uf();)X=Qj(X)}function Qj(a){var b=Rj(a.alternate,a,U);a.memoizedProps=a.pendingProps;null===b&&(b=Pj(a));dj.current=null;return b} function Pj(a){X=a;do{var b=X.alternate;a=X.return;if(0===(X.effectTag&2048)){b=si(b,X,U);if(1===U||1!==X.childExpirationTime){for(var c=0,d=X.child;null!==d;){var e=d.expirationTime,f=d.childExpirationTime;e>c&&(c=e);f>c&&(c=f);d=d.sibling}X.childExpirationTime=c}if(null!==b)return b;null!==a&&0===(a.effectTag&2048)&&(null===a.firstEffect&&(a.firstEffect=X.firstEffect),null!==X.lastEffect&&(null!==a.lastEffect&&(a.lastEffect.nextEffect=X.firstEffect),a.lastEffect=X.lastEffect),1<X.effectTag&&(null!== a.lastEffect?a.lastEffect.nextEffect=X:a.firstEffect=X,a.lastEffect=X))}else{b=zi(X);if(null!==b)return b.effectTag&=2047,b;null!==a&&(a.firstEffect=a.lastEffect=null,a.effectTag|=2048)}b=X.sibling;if(null!==b)return b;X=a}while(null!==X);S===ti&&(S=jj);return null}function Ij(a){var b=a.expirationTime;a=a.childExpirationTime;return b>a?b:a}function Jj(a){var b=ag();cg(99,Sj.bind(null,a,b));return null} function Sj(a,b){do Dj();while(null!==rj);if((W&(fj|gj))!==V)throw Error(u(327));var c=a.finishedWork,d=a.finishedExpirationTime;if(null===c)return null;a.finishedWork=null;a.finishedExpirationTime=0;if(c===a.current)throw Error(u(177));a.callbackNode=null;a.callbackExpirationTime=0;a.callbackPriority=90;a.nextKnownPendingLevel=0;var e=Ij(c);a.firstPendingTime=e;d<=a.lastSuspendedTime?a.firstSuspendedTime=a.lastSuspendedTime=a.nextKnownPendingLevel=0:d<=a.firstSuspendedTime&&(a.firstSuspendedTime= d-1);d<=a.lastPingedTime&&(a.lastPingedTime=0);d<=a.lastExpiredTime&&(a.lastExpiredTime=0);a===T&&(X=T=null,U=0);1<c.effectTag?null!==c.lastEffect?(c.lastEffect.nextEffect=c,e=c.firstEffect):e=c:e=c.firstEffect;if(null!==e){var f=W;W|=gj;dj.current=null;Dd=fd;var g=xd();if(yd(g)){if("selectionStart"in g)var h={start:g.selectionStart,end:g.selectionEnd};else a:{h=(h=g.ownerDocument)&&h.defaultView||window;var k=h.getSelection&&h.getSelection();if(k&&0!==k.rangeCount){h=k.anchorNode;var l=k.anchorOffset, m=k.focusNode;k=k.focusOffset;try{h.nodeType,m.nodeType}catch(wb){h=null;break a}var p=0,x=-1,z=-1,ca=0,D=0,t=g,y=null;b:for(;;){for(var A;;){t!==h||0!==l&&3!==t.nodeType||(x=p+l);t!==m||0!==k&&3!==t.nodeType||(z=p+k);3===t.nodeType&&(p+=t.nodeValue.length);if(null===(A=t.firstChild))break;y=t;t=A}for(;;){if(t===g)break b;y===h&&++ca===l&&(x=p);y===m&&++D===k&&(z=p);if(null!==(A=t.nextSibling))break;t=y;y=t.parentNode}t=A}h=-1===x||-1===z?null:{start:x,end:z}}else h=null}h=h||{start:0,end:0}}else h= null;Ed={activeElementDetached:null,focusedElem:g,selectionRange:h};fd=!1;Y=e;do try{Tj()}catch(wb){if(null===Y)throw Error(u(330));Ei(Y,wb);Y=Y.nextEffect}while(null!==Y);Y=e;do try{for(g=a,h=b;null!==Y;){var q=Y.effectTag;q&16&&Rb(Y.stateNode,"");if(q&128){var B=Y.alternate;if(null!==B){var w=B.ref;null!==w&&("function"===typeof w?w(null):w.current=null)}}switch(q&1038){case 2:Pi(Y);Y.effectTag&=-3;break;case 6:Pi(Y);Y.effectTag&=-3;Si(Y.alternate,Y);break;case 1024:Y.effectTag&=-1025;break;case 1028:Y.effectTag&= -1025;Si(Y.alternate,Y);break;case 4:Si(Y.alternate,Y);break;case 8:l=Y,Mi(g,l,h),Ni(l)}Y=Y.nextEffect}}catch(wb){if(null===Y)throw Error(u(330));Ei(Y,wb);Y=Y.nextEffect}while(null!==Y);w=Ed;B=xd();q=w.focusedElem;h=w.selectionRange;if(B!==q&&q&&q.ownerDocument&&wd(q.ownerDocument.documentElement,q)){null!==h&&yd(q)&&(B=h.start,w=h.end,void 0===w&&(w=B),"selectionStart"in q?(q.selectionStart=B,q.selectionEnd=Math.min(w,q.value.length)):(w=(B=q.ownerDocument||document)&&B.defaultView||window,w.getSelection&& (w=w.getSelection(),l=q.textContent.length,g=Math.min(h.start,l),h=void 0===h.end?g:Math.min(h.end,l),!w.extend&&g>h&&(l=h,h=g,g=l),l=vd(q,g),m=vd(q,h),l&&m&&(1!==w.rangeCount||w.anchorNode!==l.node||w.anchorOffset!==l.offset||w.focusNode!==m.node||w.focusOffset!==m.offset)&&(B=B.createRange(),B.setStart(l.node,l.offset),w.removeAllRanges(),g>h?(w.addRange(B),w.extend(m.node,m.offset)):(B.setEnd(m.node,m.offset),w.addRange(B))))));B=[];for(w=q;w=w.parentNode;)1===w.nodeType&&B.push({element:w,left:w.scrollLeft, top:w.scrollTop});"function"===typeof q.focus&&q.focus();for(q=0;q<B.length;q++)w=B[q],w.element.scrollLeft=w.left,w.element.scrollTop=w.top}fd=!!Dd;Ed=Dd=null;a.current=c;Y=e;do try{for(q=a;null!==Y;){var ub=Y.effectTag;ub&36&&Ji(q,Y.alternate,Y);if(ub&128){B=void 0;var vb=Y.ref;if(null!==vb){var Xc=Y.stateNode;switch(Y.tag){case 5:B=Xc;break;default:B=Xc}"function"===typeof vb?vb(B):vb.current=B}}Y=Y.nextEffect}}catch(wb){if(null===Y)throw Error(u(330));Ei(Y,wb);Y=Y.nextEffect}while(null!==Y);Y= null;Vf();W=f}else a.current=c;if(qj)qj=!1,rj=a,sj=b;else for(Y=e;null!==Y;)b=Y.nextEffect,Y.nextEffect=null,Y=b;b=a.firstPendingTime;0===b&&(aj=null);1073741823===b?a===vj?uj++:(uj=0,vj=a):uj=0;"function"===typeof Uj&&Uj(c.stateNode,d);Z(a);if(Yi)throw Yi=!1,a=Zi,Zi=null,a;if((W&ej)!==V)return null;gg();return null}function Tj(){for(;null!==Y;){var a=Y.effectTag;0!==(a&256)&&Gi(Y.alternate,Y);0===(a&512)||qj||(qj=!0,dg(97,function(){Dj();return null}));Y=Y.nextEffect}} function Dj(){if(90!==sj){var a=97<sj?97:sj;sj=90;return cg(a,Vj)}}function Vj(){if(null===rj)return!1;var a=rj;rj=null;if((W&(fj|gj))!==V)throw Error(u(331));var b=W;W|=gj;for(a=a.current.firstEffect;null!==a;){try{var c=a;if(0!==(c.effectTag&512))switch(c.tag){case 0:case 11:case 15:case 22:Hi(5,c),Ii(5,c)}}catch(d){if(null===a)throw Error(u(330));Ei(a,d)}c=a.nextEffect;a.nextEffect=null;a=c}W=b;gg();return!0} function Wj(a,b,c){b=Ai(c,b);b=Xi(a,b,1073741823);xg(a,b);a=xj(a,1073741823);null!==a&&Z(a)}function Ei(a,b){if(3===a.tag)Wj(a,a,b);else for(var c=a.return;null!==c;){if(3===c.tag){Wj(c,a,b);break}else if(1===c.tag){var d=c.stateNode;if("function"===typeof c.type.getDerivedStateFromError||"function"===typeof d.componentDidCatch&&(null===aj||!aj.has(d))){a=Ai(b,a);a=$i(c,a,1073741823);xg(c,a);c=xj(c,1073741823);null!==c&&Z(c);break}}c=c.return}} function Oj(a,b,c){var d=a.pingCache;null!==d&&d.delete(b);T===a&&U===c?S===vi||S===ui&&1073741823===lj&&$f()-Ti<pj?Ej(a,U):oj=!0:Aj(a,c)&&(b=a.lastPingedTime,0!==b&&b<c||(a.lastPingedTime=c,Z(a)))}function Vi(a,b){var c=a.stateNode;null!==c&&c.delete(b);b=0;0===b&&(b=Gg(),b=Hg(b,a,null));a=xj(a,b);null!==a&&Z(a)}var Rj; Rj=function(a,b,c){var d=b.expirationTime;if(null!==a){var e=b.pendingProps;if(a.memoizedProps!==e||K.current)rg=!0;else{if(d<c){rg=!1;switch(b.tag){case 3:hi(b);Xh();break;case 5:fh(b);if(b.mode&4&&1!==c&&e.hidden)return b.expirationTime=b.childExpirationTime=1,null;break;case 1:L(b.type)&&Gf(b);break;case 4:dh(b,b.stateNode.containerInfo);break;case 10:d=b.memoizedProps.value;e=b.type._context;I(jg,e._currentValue);e._currentValue=d;break;case 13:if(null!==b.memoizedState){d=b.child.childExpirationTime; if(0!==d&&d>=c)return ji(a,b,c);I(M,M.current&1);b=$h(a,b,c);return null!==b?b.sibling:null}I(M,M.current&1);break;case 19:d=b.childExpirationTime>=c;if(0!==(a.effectTag&64)){if(d)return mi(a,b,c);b.effectTag|=64}e=b.memoizedState;null!==e&&(e.rendering=null,e.tail=null);I(M,M.current);if(!d)return null}return $h(a,b,c)}rg=!1}}else rg=!1;b.expirationTime=0;switch(b.tag){case 2:d=b.type;null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2);a=b.pendingProps;e=Cf(b,J.current);qg(b,c);e=oh(null, b,d,a,e,c);b.effectTag|=1;if("object"===typeof e&&null!==e&&"function"===typeof e.render&&void 0===e.$$typeof){b.tag=1;b.memoizedState=null;b.updateQueue=null;if(L(d)){var f=!0;Gf(b)}else f=!1;b.memoizedState=null!==e.state&&void 0!==e.state?e.state:null;ug(b);var g=d.getDerivedStateFromProps;"function"===typeof g&&Fg(b,d,g,a);e.updater=Jg;b.stateNode=e;e._reactInternalFiber=b;Ng(b,d,a,c);b=gi(null,b,d,!0,f,c)}else b.tag=0,R(null,b,e,c),b=b.child;return b;case 16:a:{e=b.elementType;null!==a&&(a.alternate= null,b.alternate=null,b.effectTag|=2);a=b.pendingProps;ob(e);if(1!==e._status)throw e._result;e=e._result;b.type=e;f=b.tag=Xj(e);a=ig(e,a);switch(f){case 0:b=di(null,b,e,a,c);break a;case 1:b=fi(null,b,e,a,c);break a;case 11:b=Zh(null,b,e,a,c);break a;case 14:b=ai(null,b,e,ig(e.type,a),d,c);break a}throw Error(u(306,e,""));}return b;case 0:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:ig(d,e),di(a,b,d,e,c);case 1:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:ig(d,e),fi(a,b,d,e,c); case 3:hi(b);d=b.updateQueue;if(null===a||null===d)throw Error(u(282));d=b.pendingProps;e=b.memoizedState;e=null!==e?e.element:null;vg(a,b);zg(b,d,null,c);d=b.memoizedState.element;if(d===e)Xh(),b=$h(a,b,c);else{if(e=b.stateNode.hydrate)Ph=Jd(b.stateNode.containerInfo.firstChild),Oh=b,e=Qh=!0;if(e)for(c=Yg(b,null,d,c),b.child=c;c;)c.effectTag=c.effectTag&-3|1024,c=c.sibling;else R(a,b,d,c),Xh();b=b.child}return b;case 5:return fh(b),null===a&&Uh(b),d=b.type,e=b.pendingProps,f=null!==a?a.memoizedProps: null,g=e.children,Gd(d,e)?g=null:null!==f&&Gd(d,f)&&(b.effectTag|=16),ei(a,b),b.mode&4&&1!==c&&e.hidden?(b.expirationTime=b.childExpirationTime=1,b=null):(R(a,b,g,c),b=b.child),b;case 6:return null===a&&Uh(b),null;case 13:return ji(a,b,c);case 4:return dh(b,b.stateNode.containerInfo),d=b.pendingProps,null===a?b.child=Xg(b,null,d,c):R(a,b,d,c),b.child;case 11:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:ig(d,e),Zh(a,b,d,e,c);case 7:return R(a,b,b.pendingProps,c),b.child;case 8:return R(a, b,b.pendingProps.children,c),b.child;case 12:return R(a,b,b.pendingProps.children,c),b.child;case 10:a:{d=b.type._context;e=b.pendingProps;g=b.memoizedProps;f=e.value;var h=b.type._context;I(jg,h._currentValue);h._currentValue=f;if(null!==g)if(h=g.value,f=$e(h,f)?0:("function"===typeof d._calculateChangedBits?d._calculateChangedBits(h,f):1073741823)|0,0===f){if(g.children===e.children&&!K.current){b=$h(a,b,c);break a}}else for(h=b.child,null!==h&&(h.return=b);null!==h;){var k=h.dependencies;if(null!== k){g=h.child;for(var l=k.firstContext;null!==l;){if(l.context===d&&0!==(l.observedBits&f)){1===h.tag&&(l=wg(c,null),l.tag=2,xg(h,l));h.expirationTime<c&&(h.expirationTime=c);l=h.alternate;null!==l&&l.expirationTime<c&&(l.expirationTime=c);pg(h.return,c);k.expirationTime<c&&(k.expirationTime=c);break}l=l.next}}else g=10===h.tag?h.type===b.type?null:h.child:h.child;if(null!==g)g.return=h;else for(g=h;null!==g;){if(g===b){g=null;break}h=g.sibling;if(null!==h){h.return=g.return;g=h;break}g=g.return}h= g}R(a,b,e.children,c);b=b.child}return b;case 9:return e=b.type,f=b.pendingProps,d=f.children,qg(b,c),e=sg(e,f.unstable_observedBits),d=d(e),b.effectTag|=1,R(a,b,d,c),b.child;case 14:return e=b.type,f=ig(e,b.pendingProps),f=ig(e.type,f),ai(a,b,e,f,d,c);case 15:return ci(a,b,b.type,b.pendingProps,d,c);case 17:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:ig(d,e),null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2),b.tag=1,L(d)?(a=!0,Gf(b)):a=!1,qg(b,c),Lg(b,d,e),Ng(b,d,e,c),gi(null, b,d,!0,a,c);case 19:return mi(a,b,c)}throw Error(u(156,b.tag));};var Uj=null,Li=null;function Yj(a){if("undefined"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var b=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(b.isDisabled||!b.supportsFiber)return!0;try{var c=b.inject(a);Uj=function(a){try{b.onCommitFiberRoot(c,a,void 0,64===(a.current.effectTag&64))}catch(e){}};Li=function(a){try{b.onCommitFiberUnmount(c,a)}catch(e){}}}catch(d){}return!0} function Zj(a,b,c,d){this.tag=a;this.key=c;this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null;this.index=0;this.ref=null;this.pendingProps=b;this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null;this.mode=d;this.effectTag=0;this.lastEffect=this.firstEffect=this.nextEffect=null;this.childExpirationTime=this.expirationTime=0;this.alternate=null}function Sh(a,b,c,d){return new Zj(a,b,c,d)} function bi(a){a=a.prototype;return!(!a||!a.isReactComponent)}function Xj(a){if("function"===typeof a)return bi(a)?1:0;if(void 0!==a&&null!==a){a=a.$$typeof;if(a===gb)return 11;if(a===jb)return 14}return 2} function Sg(a,b){var c=a.alternate;null===c?(c=Sh(a.tag,b,a.key,a.mode),c.elementType=a.elementType,c.type=a.type,c.stateNode=a.stateNode,c.alternate=a,a.alternate=c):(c.pendingProps=b,c.effectTag=0,c.nextEffect=null,c.firstEffect=null,c.lastEffect=null);c.childExpirationTime=a.childExpirationTime;c.expirationTime=a.expirationTime;c.child=a.child;c.memoizedProps=a.memoizedProps;c.memoizedState=a.memoizedState;c.updateQueue=a.updateQueue;b=a.dependencies;c.dependencies=null===b?null:{expirationTime:b.expirationTime, firstContext:b.firstContext,responders:b.responders};c.sibling=a.sibling;c.index=a.index;c.ref=a.ref;return c} function Ug(a,b,c,d,e,f){var g=2;d=a;if("function"===typeof a)bi(a)&&(g=1);else if("string"===typeof a)g=5;else a:switch(a){case ab:return Wg(c.children,e,f,b);case fb:g=8;e|=7;break;case bb:g=8;e|=1;break;case cb:return a=Sh(12,c,b,e|8),a.elementType=cb,a.type=cb,a.expirationTime=f,a;case hb:return a=Sh(13,c,b,e),a.type=hb,a.elementType=hb,a.expirationTime=f,a;case ib:return a=Sh(19,c,b,e),a.elementType=ib,a.expirationTime=f,a;default:if("object"===typeof a&&null!==a)switch(a.$$typeof){case db:g= 10;break a;case eb:g=9;break a;case gb:g=11;break a;case jb:g=14;break a;case kb:g=16;d=null;break a;case lb:g=22;break a}throw Error(u(130,null==a?a:typeof a,""));}b=Sh(g,c,b,e);b.elementType=a;b.type=d;b.expirationTime=f;return b}function Wg(a,b,c,d){a=Sh(7,a,d,b);a.expirationTime=c;return a}function Tg(a,b,c){a=Sh(6,a,null,b);a.expirationTime=c;return a} function Vg(a,b,c){b=Sh(4,null!==a.children?a.children:[],a.key,b);b.expirationTime=c;b.stateNode={containerInfo:a.containerInfo,pendingChildren:null,implementation:a.implementation};return b} function ak(a,b,c){this.tag=b;this.current=null;this.containerInfo=a;this.pingCache=this.pendingChildren=null;this.finishedExpirationTime=0;this.finishedWork=null;this.timeoutHandle=-1;this.pendingContext=this.context=null;this.hydrate=c;this.callbackNode=null;this.callbackPriority=90;this.lastExpiredTime=this.lastPingedTime=this.nextKnownPendingLevel=this.lastSuspendedTime=this.firstSuspendedTime=this.firstPendingTime=0} function Aj(a,b){var c=a.firstSuspendedTime;a=a.lastSuspendedTime;return 0!==c&&c>=b&&a<=b}function xi(a,b){var c=a.firstSuspendedTime,d=a.lastSuspendedTime;c<b&&(a.firstSuspendedTime=b);if(d>b||0===c)a.lastSuspendedTime=b;b<=a.lastPingedTime&&(a.lastPingedTime=0);b<=a.lastExpiredTime&&(a.lastExpiredTime=0)} function yi(a,b){b>a.firstPendingTime&&(a.firstPendingTime=b);var c=a.firstSuspendedTime;0!==c&&(b>=c?a.firstSuspendedTime=a.lastSuspendedTime=a.nextKnownPendingLevel=0:b>=a.lastSuspendedTime&&(a.lastSuspendedTime=b+1),b>a.nextKnownPendingLevel&&(a.nextKnownPendingLevel=b))}function Cj(a,b){var c=a.lastExpiredTime;if(0===c||c>b)a.lastExpiredTime=b} function bk(a,b,c,d){var e=b.current,f=Gg(),g=Dg.suspense;f=Hg(f,e,g);a:if(c){c=c._reactInternalFiber;b:{if(dc(c)!==c||1!==c.tag)throw Error(u(170));var h=c;do{switch(h.tag){case 3:h=h.stateNode.context;break b;case 1:if(L(h.type)){h=h.stateNode.__reactInternalMemoizedMergedChildContext;break b}}h=h.return}while(null!==h);throw Error(u(171));}if(1===c.tag){var k=c.type;if(L(k)){c=Ff(c,k,h);break a}}c=h}else c=Af;null===b.context?b.context=c:b.pendingContext=c;b=wg(f,g);b.payload={element:a};d=void 0=== d?null:d;null!==d&&(b.callback=d);xg(e,b);Ig(e,f);return f}function ck(a){a=a.current;if(!a.child)return null;switch(a.child.tag){case 5:return a.child.stateNode;default:return a.child.stateNode}}function dk(a,b){a=a.memoizedState;null!==a&&null!==a.dehydrated&&a.retryTime<b&&(a.retryTime=b)}function ek(a,b){dk(a,b);(a=a.alternate)&&dk(a,b)} function fk(a,b,c){c=null!=c&&!0===c.hydrate;var d=new ak(a,b,c),e=Sh(3,null,null,2===b?7:1===b?3:0);d.current=e;e.stateNode=d;ug(e);a[Od]=d.current;c&&0!==b&&Jc(a,9===a.nodeType?a:a.ownerDocument);this._internalRoot=d}fk.prototype.render=function(a){bk(a,this._internalRoot,null,null)};fk.prototype.unmount=function(){var a=this._internalRoot,b=a.containerInfo;bk(null,a,null,function(){b[Od]=null})}; function gk(a){return!(!a||1!==a.nodeType&&9!==a.nodeType&&11!==a.nodeType&&(8!==a.nodeType||" react-mount-point-unstable "!==a.nodeValue))}function hk(a,b){b||(b=a?9===a.nodeType?a.documentElement:a.firstChild:null,b=!(!b||1!==b.nodeType||!b.hasAttribute("data-reactroot")));if(!b)for(var c;c=a.lastChild;)a.removeChild(c);return new fk(a,0,b?{hydrate:!0}:void 0)} function ik(a,b,c,d,e){var f=c._reactRootContainer;if(f){var g=f._internalRoot;if("function"===typeof e){var h=e;e=function(){var a=ck(g);h.call(a)}}bk(b,g,a,e)}else{f=c._reactRootContainer=hk(c,d);g=f._internalRoot;if("function"===typeof e){var k=e;e=function(){var a=ck(g);k.call(a)}}Nj(function(){bk(b,g,a,e)})}return ck(g)}function jk(a,b,c){var d=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:$a,key:null==d?null:""+d,children:a,containerInfo:b,implementation:c}} wc=function(a){if(13===a.tag){var b=hg(Gg(),150,100);Ig(a,b);ek(a,b)}};xc=function(a){13===a.tag&&(Ig(a,3),ek(a,3))};yc=function(a){if(13===a.tag){var b=Gg();b=Hg(b,a,null);Ig(a,b);ek(a,b)}}; za=function(a,b,c){switch(b){case "input":Cb(a,c);b=c.name;if("radio"===c.type&&null!=b){for(c=a;c.parentNode;)c=c.parentNode;c=c.querySelectorAll("input[name="+JSON.stringify(""+b)+'][type="radio"]');for(b=0;b<c.length;b++){var d=c[b];if(d!==a&&d.form===a.form){var e=Qd(d);if(!e)throw Error(u(90));yb(d);Cb(d,e)}}}break;case "textarea":Kb(a,c);break;case "select":b=c.value,null!=b&&Hb(a,!!c.multiple,b,!1)}};Fa=Mj; Ga=function(a,b,c,d,e){var f=W;W|=4;try{return cg(98,a.bind(null,b,c,d,e))}finally{W=f,W===V&&gg()}};Ha=function(){(W&(1|fj|gj))===V&&(Lj(),Dj())};Ia=function(a,b){var c=W;W|=2;try{return a(b)}finally{W=c,W===V&&gg()}};function kk(a,b){var c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!gk(b))throw Error(u(200));return jk(a,b,null,c)}var lk={Events:[Nc,Pd,Qd,xa,ta,Xd,function(a){jc(a,Wd)},Da,Ea,id,mc,Dj,{current:!1}]}; (function(a){var b=a.findFiberByHostInstance;return Yj(n({},a,{overrideHookState:null,overrideProps:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Wa.ReactCurrentDispatcher,findHostInstanceByFiber:function(a){a=hc(a);return null===a?null:a.stateNode},findFiberByHostInstance:function(a){return b?b(a):null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null}))})({findFiberByHostInstance:tc,bundleType:0,version:"16.14.0", rendererPackageName:"react-dom"});exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=lk;exports.createPortal=kk;exports.findDOMNode=function(a){if(null==a)return null;if(1===a.nodeType)return a;var b=a._reactInternalFiber;if(void 0===b){if("function"===typeof a.render)throw Error(u(188));throw Error(u(268,Object.keys(a)));}a=hc(b);a=null===a?null:a.stateNode;return a}; exports.flushSync=function(a,b){if((W&(fj|gj))!==V)throw Error(u(187));var c=W;W|=1;try{return cg(99,a.bind(null,b))}finally{W=c,gg()}};exports.hydrate=function(a,b,c){if(!gk(b))throw Error(u(200));return ik(null,a,b,!0,c)};exports.render=function(a,b,c){if(!gk(b))throw Error(u(200));return ik(null,a,b,!1,c)}; exports.unmountComponentAtNode=function(a){if(!gk(a))throw Error(u(40));return a._reactRootContainer?(Nj(function(){ik(null,null,a,!1,function(){a._reactRootContainer=null;a[Od]=null})}),!0):!1};exports.unstable_batchedUpdates=Mj;exports.unstable_createPortal=function(a,b){return kk(a,b,2<arguments.length&&void 0!==arguments[2]?arguments[2]:null)}; exports.unstable_renderSubtreeIntoContainer=function(a,b,c,d){if(!gk(c))throw Error(u(200));if(null==a||void 0===a._reactInternalFiber)throw Error(u(38));return ik(a,b,c,!1,d)};exports.version="16.14.0"; /***/ }), /***/ 73935: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; function checkDCE() { /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */ if ( typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' || typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function' ) { return; } if (false) {} try { // Verify that the code above has been dead code eliminated (DCE'd). __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE); } catch (err) { // DevTools shouldn't crash React, no matter what. // We should still report in case we break this code. console.error(err); } } if (true) { // DCE check should happen before ReactDOM bundle executes so that // DevTools can report bad minification during injection. checkDCE(); module.exports = __webpack_require__(64448); } else {} /***/ }), /***/ 97762: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; if (true) { module.exports = __webpack_require__(38698); } else {} /***/ }), /***/ 69590: /***/ (function(module) { /* global Map:readonly, Set:readonly, ArrayBuffer:readonly */ var hasElementType = typeof Element !== 'undefined'; var hasMap = typeof Map === 'function'; var hasSet = typeof Set === 'function'; var hasArrayBuffer = typeof ArrayBuffer === 'function' && !!ArrayBuffer.isView; // Note: We **don't** need `envHasBigInt64Array` in fde es6/index.js function equal(a, b) { // START: fast-deep-equal es6/index.js 3.1.1 if (a === b) return true; if (a && b && typeof a == 'object' && typeof b == 'object') { if (a.constructor !== b.constructor) return false; var length, i, keys; if (Array.isArray(a)) { length = a.length; if (length != b.length) return false; for (i = length; i-- !== 0;) if (!equal(a[i], b[i])) return false; return true; } // START: Modifications: // 1. Extra `has<Type> &&` helpers in initial condition allow es6 code // to co-exist with es5. // 2. Replace `for of` with es5 compliant iteration using `for`. // Basically, take: // // ```js // for (i of a.entries()) // if (!b.has(i[0])) return false; // ``` // // ... and convert to: // // ```js // it = a.entries(); // while (!(i = it.next()).done) // if (!b.has(i.value[0])) return false; // ``` // // **Note**: `i` access switches to `i.value`. var it; if (hasMap && (a instanceof Map) && (b instanceof Map)) { if (a.size !== b.size) return false; it = a.entries(); while (!(i = it.next()).done) if (!b.has(i.value[0])) return false; it = a.entries(); while (!(i = it.next()).done) if (!equal(i.value[1], b.get(i.value[0]))) return false; return true; } if (hasSet && (a instanceof Set) && (b instanceof Set)) { if (a.size !== b.size) return false; it = a.entries(); while (!(i = it.next()).done) if (!b.has(i.value[0])) return false; return true; } // END: Modifications if (hasArrayBuffer && ArrayBuffer.isView(a) && ArrayBuffer.isView(b)) { length = a.length; if (length != b.length) return false; for (i = length; i-- !== 0;) if (a[i] !== b[i]) return false; return true; } if (a.constructor === RegExp) return a.source === b.source && a.flags === b.flags; if (a.valueOf !== Object.prototype.valueOf) return a.valueOf() === b.valueOf(); if (a.toString !== Object.prototype.toString) return a.toString() === b.toString(); keys = Object.keys(a); length = keys.length; if (length !== Object.keys(b).length) return false; for (i = length; i-- !== 0;) if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false; // END: fast-deep-equal // START: react-fast-compare // custom handling for DOM elements if (hasElementType && a instanceof Element) return false; // custom handling for React/Preact for (i = length; i-- !== 0;) { if ((keys[i] === '_owner' || keys[i] === '__v' || keys[i] === '__o') && a.$$typeof) { // React-specific: avoid traversing React elements' _owner // Preact-specific: avoid traversing Preact elements' __v and __o // __v = $_original / $_vnode // __o = $_owner // These properties contain circular references and are not needed when // comparing the actual elements (and not their owners) // .$$typeof and ._store on just reasonable markers of elements continue; } // all other properties should be traversed as usual if (!equal(a[keys[i]], b[keys[i]])) return false; } // END: react-fast-compare // START: fast-deep-equal return true; } return a !== a && b !== b; } // end fast-deep-equal module.exports = function isEqual(a, b) { try { return equal(a, b); } catch (error) { if (((error.message || '').match(/stack|recursion/i))) { // warn on circular references, don't crash // browsers give this different errors name and messages: // chrome/safari: "RangeError", "Maximum call stack size exceeded" // firefox: "InternalError", too much recursion" // edge: "Error", "Out of stack space" console.warn('react-fast-compare cannot handle circular refs'); return false; } // some other error. we should definitely know about these throw error; } }; /***/ }), /***/ 19928: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); var _react = __webpack_require__(67294); var _react2 = _interopRequireDefault(_react); var _propTypes = __webpack_require__(45697); var _propTypes2 = _interopRequireDefault(_propTypes); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } // eslint-disable-line no-unused-vars var Content = function (_Component) { _inherits(Content, _Component); function Content() { _classCallCheck(this, Content); return _possibleConstructorReturn(this, (Content.__proto__ || Object.getPrototypeOf(Content)).apply(this, arguments)); } _createClass(Content, [{ key: 'componentDidMount', value: function componentDidMount() { this.props.contentDidMount(); } }, { key: 'componentDidUpdate', value: function componentDidUpdate() { this.props.contentDidUpdate(); } }, { key: 'render', value: function render() { return _react.Children.only(this.props.children); } }]); return Content; }(_react.Component); Content.propTypes = { children: _propTypes2.default.element.isRequired, contentDidMount: _propTypes2.default.func.isRequired, contentDidUpdate: _propTypes2.default.func.isRequired }; exports.default = Content; /***/ }), /***/ 51054: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.FrameContextConsumer = exports.FrameContextProvider = exports.FrameContext = undefined; var _react = __webpack_require__(67294); var _react2 = _interopRequireDefault(_react); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var doc = void 0; var win = void 0; if (typeof document !== 'undefined') { doc = document; } if (typeof window !== 'undefined') { win = window; } var FrameContext = exports.FrameContext = _react2.default.createContext({ document: doc, window: win }); var FrameContextProvider = FrameContext.Provider, FrameContextConsumer = FrameContext.Consumer; exports.FrameContextProvider = FrameContextProvider; exports.FrameContextConsumer = FrameContextConsumer; /***/ }), /***/ 98698: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); var _react = __webpack_require__(67294); var _react2 = _interopRequireDefault(_react); var _reactDom = __webpack_require__(73935); var _reactDom2 = _interopRequireDefault(_reactDom); var _propTypes = __webpack_require__(45697); var _propTypes2 = _interopRequireDefault(_propTypes); var _Context = __webpack_require__(51054); var _Content = __webpack_require__(19928); var _Content2 = _interopRequireDefault(_Content); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } var Frame = function (_Component) { _inherits(Frame, _Component); // React warns when you render directly into the body since browser extensions // also inject into the body and can mess up React. For this reason // initialContent is expected to have a div inside of the body // element that we render react into. function Frame(props, context) { _classCallCheck(this, Frame); var _this = _possibleConstructorReturn(this, (Frame.__proto__ || Object.getPrototypeOf(Frame)).call(this, props, context)); _this.handleLoad = function () { _this.forceUpdate(); }; _this._isMounted = false; return _this; } _createClass(Frame, [{ key: 'componentDidMount', value: function componentDidMount() { this._isMounted = true; var doc = this.getDoc(); if (doc && doc.readyState === 'complete') { this.forceUpdate(); } else { this.node.addEventListener('load', this.handleLoad); } } }, { key: 'componentWillUnmount', value: function componentWillUnmount() { this._isMounted = false; this.node.removeEventListener('load', this.handleLoad); } }, { key: 'getDoc', value: function getDoc() { return this.node ? this.node.contentDocument : null; // eslint-disable-line } }, { key: 'getMountTarget', value: function getMountTarget() { var doc = this.getDoc(); if (this.props.mountTarget) { return doc.querySelector(this.props.mountTarget); } return doc.body.children[0]; } }, { key: 'renderFrameContents', value: function renderFrameContents() { if (!this._isMounted) { return null; } var doc = this.getDoc(); if (!doc) { return null; } var contentDidMount = this.props.contentDidMount; var contentDidUpdate = this.props.contentDidUpdate; var win = doc.defaultView || doc.parentView; var contents = _react2.default.createElement( _Content2.default, { contentDidMount: contentDidMount, contentDidUpdate: contentDidUpdate }, _react2.default.createElement( _Context.FrameContextProvider, { value: { document: doc, window: win } }, _react2.default.createElement( 'div', { className: 'frame-content' }, this.props.children ) ) ); if (doc.body.children.length < 1) { doc.open('text/html', 'replace'); doc.write(this.props.initialContent); doc.close(); } var mountTarget = this.getMountTarget(); return [_reactDom2.default.createPortal(this.props.head, this.getDoc().head), _reactDom2.default.createPortal(contents, mountTarget)]; } }, { key: 'render', value: function render() { var _this2 = this; var props = _extends({}, this.props, { children: undefined // The iframe isn't ready so we drop children from props here. #12, #17 }); delete props.head; delete props.initialContent; delete props.mountTarget; delete props.contentDidMount; delete props.contentDidUpdate; return _react2.default.createElement( 'iframe', _extends({}, props, { ref: function ref(node) { _this2.node = node; } }), this.renderFrameContents() ); } }]); return Frame; }(_react.Component); Frame.propTypes = { style: _propTypes2.default.object, // eslint-disable-line head: _propTypes2.default.node, initialContent: _propTypes2.default.string, mountTarget: _propTypes2.default.string, contentDidMount: _propTypes2.default.func, contentDidUpdate: _propTypes2.default.func, children: _propTypes2.default.oneOfType([_propTypes2.default.element, _propTypes2.default.arrayOf(_propTypes2.default.element)]) }; Frame.defaultProps = { style: {}, head: null, children: undefined, mountTarget: undefined, contentDidMount: function contentDidMount() {}, contentDidUpdate: function contentDidUpdate() {}, initialContent: '<!DOCTYPE html><html><head></head><body><div class="frame-root"></div></body></html>' }; exports.default = Frame; /***/ }), /***/ 96561: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; var __webpack_unused_export__; __webpack_unused_export__ = ({ value: true }); __webpack_unused_export__ = __webpack_unused_export__ = undefined; var _Context = __webpack_require__(51054); __webpack_unused_export__ = ({ enumerable: true, get: function get() { return _Context.FrameContext; } }); __webpack_unused_export__ = ({ enumerable: true, get: function get() { return _Context.FrameContextConsumer; } }); var _Frame = __webpack_require__(98698); var _Frame2 = _interopRequireDefault(_Frame); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } exports.ZP = _Frame2.default; /***/ }), /***/ 58506: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "HotKeys": function() { return /* binding */ HotKeys; } /* harmony export */ }); /* unused harmony exports GlobalHotKeys, IgnoreKeys, ObserveKeys, withHotKeys, withIgnoreKeys, withObserveKeys, configure, getApplicationKeyMap, recordKeyCombination */ /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(45697); /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(67294); /** * ISC License * * Copyright (c) 2018, Aleck Greenham * * Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function (obj) { return typeof obj; }; } else { _typeof = function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } function isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } function _construct(Parent, args, Class) { if (isNativeReflectConstruct()) { _construct = Reflect.construct; } else { _construct = function _construct(Parent, args, Class) { var a = [null]; a.push.apply(a, args); var Constructor = Function.bind.apply(Parent, a); var instance = new Constructor(); if (Class) _setPrototypeOf(instance, Class.prototype); return instance; }; } return _construct.apply(null, arguments); } function _isNativeFunction(fn) { return Function.toString.call(fn).indexOf("[native code]") !== -1; } function _wrapNativeSuper(Class) { var _cache = typeof Map === "function" ? new Map() : undefined; _wrapNativeSuper = function _wrapNativeSuper(Class) { if (Class === null || !_isNativeFunction(Class)) return Class; if (typeof Class !== "function") { throw new TypeError("Super expression must either be null or a function"); } if (typeof _cache !== "undefined") { if (_cache.has(Class)) return _cache.get(Class); _cache.set(Class, Wrapper); } function Wrapper() { return _construct(Class, arguments, _getPrototypeOf(this).constructor); } Wrapper.prototype = Object.create(Class.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }); return _setPrototypeOf(Wrapper, Class); }; return _wrapNativeSuper(Class); } 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; } 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 _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } function _possibleConstructorReturn(self, call) { if (call && (typeof call === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } function _superPropBase(object, property) { while (!Object.prototype.hasOwnProperty.call(object, property)) { object = _getPrototypeOf(object); if (object === null) break; } return object; } function _get(target, property, receiver) { if (typeof Reflect !== "undefined" && Reflect.get) { _get = Reflect.get; } else { _get = function _get(target, property, receiver) { var base = _superPropBase(target, property); if (!base) return; var desc = Object.getOwnPropertyDescriptor(base, property); if (desc.get) { return desc.get.call(receiver); } return desc.value; }; } return _get(target, property, receiver || target); } function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread(); } function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) arr2[i] = arr[i]; return arr2; } } function _iterableToArray(iter) { if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === "[object Arguments]") return Array.from(iter); } function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance"); } function dictionaryFrom(a){var b=1<arguments.length&&arguments[1]!==void 0?arguments[1]:null;return a.reduce(function(a,c){return a[c]=b||{value:c},a},{})} var _defaultConfiguration={logLevel:"warn",defaultKeyEvent:"keydown",defaultComponent:"div",defaultTabIndex:"-1",ignoreTags:["input","select","textarea"],enableHardSequences:!1,ignoreKeymapAndHandlerChangesByDefault:!0,ignoreEventsCondition:function c(a){var b=a.target;if(b&&b.tagName){var d=b.tagName.toLowerCase();return Configuration.option("_ignoreTagsDict")[d]||b.isContentEditable}return !1},ignoreRepeatedEventsWhenKeyHeldDown:!0,simulateMissingKeyPressEvents:!0,stopEventPropagationAfterHandling:!0,stopEventPropagationAfterIgnoring:!0,allowCombinationSubmatches:!1,customKeyCodes:{}},_configuration=_objectSpread({},_defaultConfiguration);_configuration._ignoreTagsDict=dictionaryFrom(_configuration.ignoreTags,!0);var Configuration=function(){function a(){_classCallCheck(this,a);}return _createClass(a,null,[{key:"init",value:function e(a){var b=this,c=a.ignoreTags,d=a.customKeyCodes;c&&(a._ignoreTagsDict=dictionaryFrom(a.ignoreTags)),d&&(a._customKeyNamesDict=dictionaryFrom(Object.values(a.customKeyCodes))),-1!==["verbose","debug","info"].indexOf(a.logLevel)&&console.warn("React HotKeys: You have requested log level '".concat(a.logLevel,"' but for performance reasons, logging below severity level 'warning' is disabled in production. Please use the development build for complete logs.")),Object.keys(a).forEach(function(c){b.set(c,a[c]);});}},{key:"set",value:function c(a,b){_configuration[a]=b;}},{key:"reset",value:function b(a){_configuration[a]=_defaultConfiguration[a];}},{key:"option",value:function b(a){return _configuration[a]}}]),a}(); var Logger=function(){function a(){var b=this,c=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"warn";if(_classCallCheck(this,a),_defineProperty(this,"verbose",this.noop),_defineProperty(this,"debug",this.noop),_defineProperty(this,"info",this.noop),_defineProperty(this,"warn",this.noop),_defineProperty(this,"error",this.noop),this.logLevel=this.constructor.levels[c],this.logLevel>=this.constructor.levels.error)this.error=console.error;else return;if(this.logLevel>=this.constructor.levels.warn)this.warn=console.warn;else return;["info","debug","verbose"].some(function(a){return !(b.logLevel>=b.constructor.levels[a])||(b[a]=console.log,!1)});}return _createClass(a,[{key:"noop",value:function a(){}}]),a}();_defineProperty(Logger,"logIcons",["\uD83D\uDCD5","\uD83D\uDCD7","\uD83D\uDCD8","\uD83D\uDCD9"]),_defineProperty(Logger,"componentIcons",["\uD83D\uDD3A","\u2B50\uFE0F","\uD83D\uDD37","\uD83D\uDD36","\u2B1B\uFE0F"]),_defineProperty(Logger,"eventIcons",["\u2764\uFE0F","\uD83D\uDC9A","\uD83D\uDC99","\uD83D\uDC9B","\uD83D\uDC9C","\uD83E\uDDE1"]),_defineProperty(Logger,"levels",{none:0,error:1,warn:2,info:3,debug:4,verbose:5}); var KeyEventType={keydown:0,keypress:1,keyup:2}; var ModifierFlagsDictionary={Shift:["shiftKey"],Meta:["metaKey"],Control:["ctrlKey"],Alt:["altKey"]}; var ShiftedKeysDictionary={"`":["~"],1:["!"],2:["@","\""],3:["#","\xA3"],4:["$"],5:["%"],6:["^"],7:["&"],8:["*"],9:["("],0:[")"],"-":["_"],"=":["plus"],";":[":"],"'":["\"","@"],",":["<"],".":[">"],"/":["?"],"\\":["|"],"[":["{"],"]":["}"],"#":["~"]}; function resolveShiftedAlias(a){return ShiftedKeysDictionary[a]||[1===a.length?a.toUpperCase():a]} function hasKey(a,b){return a.hasOwnProperty(b)} function invertArrayDictionary(a){var b=1<arguments.length&&arguments[1]!==void 0?arguments[1]:{};return Object.keys(a).reduce(function(c,d){var e=a[d];return e.forEach(function(a){hasKey(c,a)||(c[a]=[]),c[a].push(d);}),b.includeOriginal&&(!hasKey(c,d)&&(c[d]=[]),c[d]=[].concat(_toConsumableArray(c[d]),_toConsumableArray(e))),c},{})} var UnshiftedKeysDictionary=invertArrayDictionary(ShiftedKeysDictionary); function resolveUnshiftedAlias(a){return UnshiftedKeysDictionary[a]||[1===a.length?a.toLowerCase():a]} var KeyOSAndLayoutAliasesDictionary={};var KeyOSAndLayoutAliasesDictionary$1 = invertArrayDictionary(KeyOSAndLayoutAliasesDictionary,{includeOriginal:!0}); function isString(a){return "string"==typeof a} function stripSuperfluousWhitespace(a){return isString(a)?a.trim().replace(/\s+/g," "):a} var MousetrapToReactKeyNamesDictionary={tab:"Tab",capslock:"CapsLock",shift:"Shift",meta:"Meta",alt:"Alt",ctrl:"Control",space:" ",spacebar:" ",escape:"Escape",esc:"Escape",left:"ArrowLeft",right:"ArrowRight",up:"ArrowUp",down:"ArrowDown",return:"Enter",del:"Delete",command:"Meta",option:"Alt",enter:"Enter",backspace:"Backspace",ins:"Insert",pageup:"PageUp",pagedown:"PageDown",end:"End",home:"Home",contextmenu:"ContextMenu",numlock:"Clear"}; var KeyShorthandDictionary={cmd:"Meta"}; function standardizeKeyName(a){var b=a.toLowerCase();return MousetrapToReactKeyNamesDictionary[b]||KeyShorthandDictionary[b]||(a.match(/^f\d+$/)?a.toUpperCase():a)} var translateToKey={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"}; var NonPrintableKeysDictionary=dictionaryFrom(Object.values(translateToKey),!0); function isNonPrintableKeyName(a){return !!NonPrintableKeysDictionary[a]} function isCustomKeyName(a){return Configuration.option("_customKeyNamesDict")[a]} function isValidKey(a){return isNonPrintableKeyName(a)||String.fromCharCode(a.charCodeAt(0))===a||isCustomKeyName(a)}var InvalidKeyNameError=function(a){function b(){var a,c;_classCallCheck(this,b);for(var d=arguments.length,e=Array(d),f=0;f<d;f++)e[f]=arguments[f];return c=_possibleConstructorReturn(this,(a=_getPrototypeOf(b)).call.apply(a,[this].concat(e))),_defineProperty(_assertThisInitialized(_assertThisInitialized(c)),"name","InvalidKeyNameError"),c}return _inherits(b,a),b}(_wrapNativeSuper(Error)); function normalizedCombinationId(a){return a.sort().join("+")}var KeySequenceParser=function(){function a(){_classCallCheck(this,a);}return _createClass(a,null,[{key:"parse",value:function k(a){var b=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},c=stripSuperfluousWhitespace(a),d=c.split(" ");try{var e=d.slice(0,d.length-1),f=d[d.length-1],g=e.map(function(a){var c=parseCombination(a,b);return normalizedCombinationId(Object.keys(c))}).join(" "),h=parseCombination(f,b),i=normalizedCombinationId(Object.keys(h)),j={id:i,keyDictionary:h,keyEventType:b.keyEventType,size:Object.keys(h).length};return {sequence:{prefix:g,size:e.length+1},combination:j}}catch(a){return {sequence:null,combination:null}}}}]),a}();function parseCombination(a){var b=1<arguments.length&&arguments[1]!==void 0?arguments[1]:{};return a.replace(/^\+|(\s|[^+]\+)\+/,"$1plus").split("+").reduce(function(a,c){var d=standardizeKeyName(c);if(b.ensureValidKeys&&!isValidKey(d))throw new InvalidKeyNameError;return a[d]=!0,a},{})} var AltedKeysDictionary={"`":["`"],1:["\xA1"],2:["\u2122"],3:["\xA3"],4:["\xA2"],5:["\u221E"],6:["\xA7"],7:["\xB6"],8:["\u2022"],9:["\xAA"],0:["\xBA"],"-":["\u2013"],"=":["\u2260"],a:["\xE5"],b:["\u222B"],c:["\xE7"],d:["\u2202"],e:["\xB4"],f:["\u0192"],g:["\xA9"],h:["\u02D9"],i:["\u02C6"],j:["\u2206"],k:["\u02DA"],l:["\xAC"],m:["\xB5"],n:["\u02DC"],o:["\xF8"],p:["\u03C0"],q:["\u0153"],r:["\xAE"],s:["\xDF"],t:["\u2020"],u:["\xA8"],v:["\u221A"],w:["\u2211"],x:["\u2248"],y:["\xA5"],z:["\u03A9"],"[":["\u201C"],"]":["\u2018"],"\\":["\xAB"],"'":["\xE6"],";":["\u2026"],",":["\u2264"],".":["\u2265"],"/":["\xF7"]}; var UnaltedKeysDictionary=invertArrayDictionary(AltedKeysDictionary); function resolveUnaltedAlias(a){return UnaltedKeysDictionary[a]||[a]} function resolveAltedAlias(a){return AltedKeysDictionary[a]||[a]} var AltShiftedKeysDictionary={"`":["`"],1:["\u2044"],2:["\u20AC"],3:["\u2039"],4:["\u203A"],5:["\uFB01"],6:["\uFB02"],7:["\u2021"],8:["\xB0"],9:["\xB7"],0:["\u201A"],"-":["\u2014"],"=":["\xB1"],a:["\xC5"],b:["\u0131"],c:["\xC7"],d:["\xCE"],e:["\xB4"],f:["\xCF"],g:["\u02DD"],h:["\xD3"],i:["\u02C6"],j:["\xD4"],k:["\uF8FF"],l:["\xD2"],m:["\xC2"],n:["\u02DC"],o:["\xD8"],p:["\u03C0"],q:["\u0152"],r:["\u2030"],s:["\xCD"],t:["\xCE"],u:["\xA8"],v:["\u25CA"],w:["\u201E"],x:["\u02DB"],y:["\xC1"],z:["\xB8"],"[":["\u201D"],"]":["\u2019"],"\\":["\xBB"],"'":["\xC6"],";":["\xDA"],",":["\xAF"],".":["\u02D8"]}; var UnaltShiftedKeysDictionary=invertArrayDictionary(AltShiftedKeysDictionary); function resolveUnaltShiftedAlias(a){return UnaltShiftedKeysDictionary[a]||resolveUnshiftedAlias(a)} function resolveAltShiftedAlias(a){return AltShiftedKeysDictionary[a]||[a]} var KeyCombinationSerializer=function(){function a(){_classCallCheck(this,a);}return _createClass(a,null,[{key:"serialize",value:function f(a){var b=a.Shift,c=a.Alt,d={},e=Object.keys(a).sort();return e.forEach(function(a){var e=[];if(b){if(c){var f=resolveUnaltShiftedAlias(a),g=resolveAltShiftedAlias(a);e=[].concat(_toConsumableArray(e),[a],_toConsumableArray(f),_toConsumableArray(g));}else{var h=resolveUnshiftedAlias(a),i=resolveShiftedAlias(a);e=[].concat(_toConsumableArray(e),[a],_toConsumableArray(h),_toConsumableArray(i));}}else if(c){var j=resolveUnaltedAlias(a),k=resolveAltedAlias(a);e=[].concat(_toConsumableArray(e),[a],_toConsumableArray(j),_toConsumableArray(k));}else{e.push(a);var m=KeyOSAndLayoutAliasesDictionary$1[a];m&&(e=[].concat(_toConsumableArray(e),_toConsumableArray(m)));}var l=Object.keys(d);0<l.length?l.forEach(function(a){e.forEach(function(b){d[a+"+".concat(b)]=_objectSpread({},d[a],_defineProperty({},b,!0));}),delete d[a];}):e.forEach(function(a){d[a]=_defineProperty({},a,!0);});}),Object.values(d).map(function(a){return Object.keys(a).sort().join("+")})}},{key:"isValidKeySerialization",value:function b(a){return !!(0<a.length)&&!!KeySequenceParser.parse(a,{ensureValidKeys:!0}).combination}}]),a}(); var KeyEventSequenceIndex={previous:0,current:1}; function resolveKeyAlias(a){return KeyOSAndLayoutAliasesDictionary$1[a]||[a]} function applicableAliasFunctions(a){if(a.Shift)return a.Alt?[resolveAltShiftedAlias,resolveUnaltShiftedAlias]:[resolveShiftedAlias,resolveUnshiftedAlias];if(a.Alt)return [resolveAltedAlias,resolveUnaltedAlias];var b=function(a){return [a]};return [b,b]} function isUndefined(a){return "undefined"==typeof a} var KeyEventState={unseen:0,seen:1,simulated:2}; var KeyEventStateArrayManager=function(){function a(){_classCallCheck(this,a);}return _createClass(a,null,[{key:"newRecord",value:function d(a,b){var c=[KeyEventState.unseen,KeyEventState.unseen,KeyEventState.unseen];if(!isUndefined(a))for(var e=0;e<=a;e++)c[e]=b;return c}},{key:"setBit",value:function d(a,b,c){return a[b]=c,a}},{key:"clone",value:function d(a){for(var b=this.newRecord(),c=0;c<a.length;c++)b[c]=a[c];return b}}]),a}(); function isObject(a){return !Array.isArray(a)&&"object"===_typeof(a)&&null!==a} function isEmpty(a){return isObject(a)?0===Object.keys(a).length:!a||0===a.length} function size(a){return isObject(a)?Object.keys(a).length:a.length} var KeyCombination=function(){function a(){var b=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};_classCallCheck(this,a),this._keys=b,this._includesKeyUp=!1,this._update();}return _createClass(a,[{key:"getIds",value:function a(){return this._ids}},{key:"getKeyAliases",value:function a(){return this._keyAliases}},{key:"getNormalizedKeyName",value:function d(a){var b=this._keys[a];if(b)return a;var c=this._keyAliases[a];return c?c:a}},{key:"getNumberOfKeys",value:function a(){return size(this._keys)}},{key:"any",value:function a(){return 0<Object.keys(this._getKeyStates()).length}},{key:"isEnding",value:function a(){return this._includesKeyUp}},{key:"hasEnded",value:function a(){return isEmpty(this.keysStillPressedDict())}},{key:"addKey",value:function c(a,b){this._setKeyState(a,[KeyEventStateArrayManager.newRecord(),KeyEventStateArrayManager.newRecord(KeyEventType.keydown,b)]);}},{key:"setKeyState",value:function g(a,b,c){var d=this._getKeyState(a);if(this.isKeyIncluded(a)){var e=KeyEventStateArrayManager.clone(d[1]),f=KeyEventStateArrayManager.clone(e);KeyEventStateArrayManager.setBit(f,b,c),this._setKeyState(a,[e,f]);}else this.addKey(a,c);b===KeyEventType.keyup&&(this._includesKeyUp=!0);}},{key:"forEachKey",value:function b(a){return Object.keys(this._keys).forEach(a)}},{key:"some",value:function b(a){return Object.keys(this._keys).some(a)}},{key:"getKeyDictionary",value:function a(){return dictionaryFrom(Object.keys(this._getKeyStates()),!0)}},{key:"keysStillPressedDict",value:function b(){var a=this;return Object.keys(this._keys).reduce(function(b,c){return a.isKeyStillPressed(c)&&(b[c]=a._getKeyState(c)),b},{})}},{key:"isKeyIncluded",value:function b(a){return !!this._getKeyState(a)}},{key:"isKeyStillPressed",value:function b(a){return this.isEventTriggered(a,KeyEventType.keypress)&&!this.isKeyReleased(a)}},{key:"isKeyReleased",value:function b(a){return this.isEventTriggered(a,KeyEventType.keyup)}},{key:"isEventTriggered",value:function c(a,b){return this._getKeyStateType(a,KeyEventSequenceIndex.current,b)}},{key:"wasEventPreviouslyTriggered",value:function c(a,b){return this._getKeyStateType(a,KeyEventSequenceIndex.previous,b)}},{key:"isKeyPressSimulated",value:function b(a){return this._isKeyEventSimulated(a,KeyEventType.keypress)}},{key:"isKeyUpSimulated",value:function b(a){return this._isKeyEventSimulated(a,KeyEventType.keyup)}},{key:"describe",value:function a(){return this.getIds()[0]}},{key:"toJSON",value:function a(){return {keys:this._getKeyStates(),ids:this.getIds(),keyAliases:this.getKeyAliases()}}},{key:"_getKeyStateType",value:function e(a,b,c){var d=this._getKeyState(a);return d&&d[b][c]}},{key:"_update",value:function a(){this._ids=KeyCombinationSerializer.serialize(this._keys),this._keyAliases=buildKeyAliases(this._keys);}},{key:"_isKeyEventSimulated",value:function c(a,b){return this.isEventTriggered(a,b)===KeyEventState.simulated}},{key:"_getKeyStates",value:function a(){return this._keys}},{key:"_getKeyState",value:function d(a){var b=this._keys[a];if(b)return b;var c=this._keyAliases[a];if(c)return this._keys[c]}},{key:"_setKeyState",value:function d(a,b){var c=this.getNormalizedKeyName(a);this._keys[c]=b,this._update();}}]),a}();function buildKeyAliases(a){return Object.keys(a).reduce(function(b,c){return resolveKeyAlias(c).forEach(function(d){applicableAliasFunctions(a).forEach(function(a){a(d).forEach(function(a){(a!==c||c!==d)&&(b[a]=c);});});}),b},{})} var KeyHistory=function(){function a(b){var c=b.maxLength,d=1<arguments.length&&void 0!==arguments[1]?arguments[1]:null;_classCallCheck(this,a),this._records=[],this._maxLength=c,d?this._push(d):this._push(new KeyCombination);}return _createClass(a,[{key:"getMostRecentCombinations",value:function b(a){return this._records.slice(-a,-1)}},{key:"any",value:function a(){return this._records.some(function(a){return a.any()})}},{key:"getLength",value:function a(){return this._records.length}},{key:"getCurrentCombination",value:function a(){return this._records[this.getLength()-1]}},{key:"addKeyToCurrentCombination",value:function d(a,b,c){this._ensureInitialKeyCombination(),this.getCurrentCombination().setKeyState(a,b,c);}},{key:"setMaxLength",value:function b(a){this._maxLength=a,this._trimHistory();}},{key:"startNewKeyCombination",value:function d(a,b){this._ensureInitialKeyCombination();var c=new KeyCombination(this.getCurrentCombination().keysStillPressedDict());c.addKey(a,b),this._push(c);}},{key:"toJSON",value:function a(){return this._records.map(function(a){return a.toJSON()})}},{key:"_ensureInitialKeyCombination",value:function a(){0===this.getLength()&&this._push(new KeyCombination);}},{key:"_push",value:function b(a){this._trimHistory(),this._records.push(a);}},{key:"_trimHistory",value:function a(){for(;this.getLength()>this._maxLength;)this._shift();}},{key:"_shift",value:function a(){this._records.shift();}}]),a}(); var Registry=function(){function a(){_classCallCheck(this,a),this._registry={};}return _createClass(a,[{key:"get",value:function b(a){return this._registry[a]}},{key:"set",value:function c(a,b){this._registry[a]=b;}},{key:"remove",value:function b(a){delete this._registry[a];}},{key:"toJSON",value:function a(){return this._registry}}]),a}(); function arrayFrom(a){return Array.isArray(a)?a:a?[a]:[]} function without(a){var b=1<arguments.length&&arguments[1]!==void 0?arguments[1]:[],c=2<arguments.length&&arguments[2]!==void 0?arguments[2]:{},d=dictionaryFrom(arrayFrom(b));return Array.isArray(a)?a.reduce(function(a,b){return d[b]&&(c.stringifyFirst||d[b].value===b)||a.push(b),a},[]):isObject(a)?Object.keys(a).reduce(function(b,c){return d[c]||(b[c]=a[c]),b},{}):a} var ComponentTree=function(a){function b(){return _classCallCheck(this,b),_possibleConstructorReturn(this,_getPrototypeOf(b).apply(this,arguments))}return _inherits(b,a),_createClass(b,[{key:"add",value:function d(a,c){_get(_getPrototypeOf(b.prototype),"set",this).call(this,a,{childIds:[],parentId:null,keyMap:c});}},{key:"update",value:function e(a,c){var d=_get(_getPrototypeOf(b.prototype),"get",this).call(this,a);_get(_getPrototypeOf(b.prototype),"set",this).call(this,a,_objectSpread({},d,{keyMap:c}));}},{key:"setParent",value:function c(a,b){this.get(a).parentId=b,this._addChildId(b,a);}},{key:"remove",value:function d(a){var c=this._getParentId(a);this._removeChildId(c,a),_get(_getPrototypeOf(b.prototype),"remove",this).call(this,a);}},{key:"_getParentId",value:function c(a){var b=this.get(a);return b&&b.parentId}},{key:"_addChildId",value:function c(a,b){this.get(a).childIds.push(b);}},{key:"_removeChildId",value:function d(a,b){var c=this.get(a);c&&(c.childIds=without(c.childIds,b));}}]),b}(Registry); function removeAtIndex(a,b){return [].concat(_toConsumableArray(a.slice(0,b)),_toConsumableArray(a.slice(b+1)))} var ComponentOptionsListIterator=function(){function a(b){_classCallCheck(this,a),this._list=b,this._position=-1;}return _createClass(a,[{key:"getPosition",value:function a(){return this._position}},{key:"getComponent",value:function a(){return this._list.getAtPosition(this.getPosition())}},{key:"next",value:function a(){return this.getPosition()+1<this._list.getLength()?(this._position++,this.getComponent()):null}}]),a}(); var ComponentOptionsList=function(){function a(){_classCallCheck(this,a),this._list=[],this._idToIndex={},this._longestSequence=1,this._longestSequenceComponentId=null,this._keyMapEventRecord=KeyEventStateArrayManager.newRecord();}return _createClass(a,[{key:"getNewIterator",value:function a(){return new ComponentOptionsListIterator(this)}},{key:"add",value:function g(a,b,c,d){if(this.containsId(a))return this.update(a,b,c,d);var e=this._build(a,b,c,d);this._list.push(e);var f=this._getLastIndex();return this._idToIndex[a]=f}},{key:"containsId",value:function b(a){return !!this.get(a)}},{key:"get",value:function b(a){return this.getAtPosition(this.getIndexById(a))}},{key:"getIndexById",value:function b(a){return this._idToIndex[a]}},{key:"update",value:function h(a,b,c,d){var e=this._isUpdatingComponentWithLongestSequence(a),f=this.getLongestSequence(),g=this._build(a,b,c,d);e&&g.sequenceLength!==f&&(g.sequenceLength>f?this._longestSequence=g.sequenceLength:this._recalculateLongestSequence()),this._list[this.getIndexById(a)]=g;}},{key:"remove",value:function c(a){var b=this._isUpdatingComponentWithLongestSequence(a);this.removeAtPosition(this.getIndexById(a)),b&&this._recalculateLongestSequence();}},{key:"any",value:function a(){return 0!==this.getLength()}},{key:"isRoot",value:function b(a){return this.getIndexById(a)>=this.getLength()-1}},{key:"getLongestSequence",value:function a(){return this._longestSequence}},{key:"anyActionsForEventType",value:function b(a){return !!this._keyMapEventRecord[a]}},{key:"getLength",value:function a(){return this._list.length}},{key:"getAtPosition",value:function b(a){return this._list[a]}},{key:"removeAtPosition",value:function b(a){this._list=removeAtIndex(this._list,a);for(var c=a;c<this.getLength();)this._idToIndex[this.getAtPosition(c).componentId]=c,c++;}},{key:"toJSON",value:function a(){return this._list}},{key:"_getLastIndex",value:function a(){return this.getLength()-1}},{key:"_build",value:function i(a,b,c,d){var e=this._applyHardSequences(b,c),f=e.keyMap,g=e.handlers,h=this._buildActionDictionary(_objectSpread({},b,f),d,a);return {actions:h,handlers:g,componentId:a,options:d}}},{key:"_isUpdatingComponentWithLongestSequence",value:function b(a){return a===this._getLongestSequenceComponentId()}},{key:"_getLongestSequenceComponentId",value:function a(){return this._longestSequenceComponentId}},{key:"_recalculateLongestSequence",value:function d(){for(var e=this.getNewIterator();e.next();){var a=e.getComponent(),b=a.longestSequence,c=a.componentId;b>this.getLongestSequence()&&(this._longestSequenceComponentId=c,this._longestSequence=b);}}},{key:"_applyHardSequences",value:function c(a,b){return Configuration.option("enableHardSequences")?Object.keys(b).reduce(function(c,d){var e=!!a[d];return !e&&KeyCombinationSerializer.isValidKeySerialization(d)&&(c.keyMap[d]=d),c.handlers[d]=b[d],c},{keyMap:{},handlers:{}}):{keyMap:a,handlers:b}}},{key:"_buildActionDictionary",value:function e(a,b,c){var d=this;return Object.keys(a).reduce(function(e,f){var g=a[f],h=function(){return isObject(g)&&hasKey(g,"sequences")?arrayFrom(g.sequences):arrayFrom(g)}();return h.forEach(function(a){var g=normalizeActionOptions(a,b),h=g.keySequence,i=g.keyEventType;d._addActionOptions(e,c,f,h,i);}),e},{})}},{key:"_addActionOptions",value:function i(a,b,c,d,e){var f=KeySequenceParser.parse(d,{keyEventType:e}),g=f.sequence,h=f.combination;g.size>this.getLongestSequence()&&(this._longestSequence=g.size,this._longestSequenceComponentId=b),this._keyMapEventRecord[e]=KeyEventState.seen,a[c]||(a[c]=[]),a[c].push(_objectSpread({prefix:g.prefix,actionName:c,sequenceLength:g.size},h));}}]),a}();function normalizeActionOptions(a,b){if(isObject(a)){var c=a.sequence,d=a.action;return {keySequence:c,keyEventType:isUndefined(d)?KeyEventType[b.defaultKeyEvent]:KeyEventType[d]}}return {keySequence:a,keyEventType:KeyEventType[b.defaultKeyEvent]}} function indexFromEnd(a,b){return a[a.length-(b+1)]} for(var KeysWithKeyUpHiddenByCmd={Enter:!0,Backspace:!0,ArrowRight:!0,ArrowLeft:!0,ArrowUp:!0,ArrowDown:!0,CapsLock:!0},i=1;13>i;i++)KeysWithKeyUpHiddenByCmd["F".concat(i)]=!0; function keyupIsHiddenByCmd(a){return 1===a.length||hasKey(KeysWithKeyUpHiddenByCmd,a)} var KeyCombinationMatcher=function(){function a(){_classCallCheck(this,a),this._actionConfigs={},this._order=null;}return _createClass(a,[{key:"addMatch",value:function f(a,b){if(this._includesMatcherForCombination(a.id)){var c=a.keyEventType,d=a.actionName,e=a.id;this._addHandlerToActionConfig(e,{keyEventType:c,actionName:d,handler:b});}else this._addNewActionConfig(a,b);}},{key:"findMatch",value:function k(a,b,c){this._order||this._setOrder();var d=!0,e=!1,f=void 0;try{for(var g,h=this._order[Symbol.iterator]();!(d=(g=h.next()).done);d=!0){var i=g.value,j=this._actionConfigs[i];if(this._matchesActionConfig(a,b,c,j))return j}}catch(a){e=!0,f=a;}finally{try{d||null==h.return||h.return();}finally{if(e)throw f}}return null}},{key:"toJSON",value:function a(){return {actionConfigs:this._actionConfigs,order:this._order}}},{key:"_matchesActionConfig",value:function h(a,b,c,d){if(!canBeMatched(a,d))return !1;var e=d.events[c];if(!e)return !1;var f=!1,g=Object.keys(d.keyDictionary).every(function(d){return !!a.isEventTriggered(d,c)&&(b&&b===a.getNormalizedKeyName(d)&&(f=!a.wasEventPreviouslyTriggered(d,c)),!0)});return g&&f}},{key:"_setOrder",value:function b(){var a=Object.values(this._actionConfigs).reduce(function(a,b){var c=b.id,d=b.size;return a[d]||(a[d]=[]),a[d].push(c),a},{});this._order=Object.keys(a).sort(function(c,a){return a-c}).reduce(function(b,c){return b.concat(a[c])},[]);}},{key:"_addNewActionConfig",value:function j(a,b){var c=a.prefix,d=a.sequenceLength,e=a.id,f=a.keyDictionary,g=a.size,h=a.keyEventType,i=a.actionName;this._setCombinationMatcher(e,{prefix:c,sequenceLength:d,id:e,keyDictionary:f,size:g,events:{}}),this._addHandlerToActionConfig(e,{keyEventType:h,actionName:i,handler:b});}},{key:"_addHandlerToActionConfig",value:function g(a,b){var c=b.keyEventType,d=b.actionName,e=b.handler,f=this._getCombinationMatcher(a);this._setCombinationMatcher(a,_objectSpread({},f,{events:_objectSpread({},f.events,_defineProperty({},c,{actionName:d,handler:e}))}));}},{key:"_setCombinationMatcher",value:function c(a,b){this._actionConfigs[a]=b;}},{key:"_getCombinationMatcher",value:function b(a){return this._actionConfigs[a]}},{key:"_includesMatcherForCombination",value:function b(a){return !!this._getCombinationMatcher(a)}}]),a}();function canBeMatched(a,b){var c=size(b.keyDictionary);return Configuration.option("allowCombinationSubmatches")||keyUpIsBeingHidden(a)?a.getNumberOfKeys()>=c:a.getNumberOfKeys()===c}function keyUpIsBeingHidden(a){return !!a.isKeyStillPressed("Meta")&&a.some(function(a){return keyupIsHiddenByCmd(a)})} var KeyHistoryMatcher=function(){function a(){_classCallCheck(this,a),this._combinationMatchers={},this._eventRecord=KeyEventStateArrayManager.newRecord();}return _createClass(a,[{key:"addMatch",value:function d(a,b){var c=this._getOrCreateCombinationMatcher(a.prefix);c.addMatch(a,b),KeyEventStateArrayManager.setBit(this._eventRecord,a.keyEventType,KeyEventState.seen),(!this._longestSequence||this._longestSequence<a.sequenceLength)&&(this._longestSequence=a.sequenceLength);}},{key:"findMatch",value:function e(a,b,c){var d=this._findCombinationMatcher(a);return d?d.findMatch(a.getCurrentCombination(),a.getCurrentCombination().getNormalizedKeyName(b),c):null}},{key:"hasMatchesForEventType",value:function b(a){return !!this._eventRecord[a]}},{key:"getLongestSequence",value:function a(){return this._longestSequence}},{key:"toJSON",value:function b(){var a=this;return Object.keys(this._combinationMatchers).reduce(function(b,c){var d=a._combinationMatchers[c];return b[c]=d.toJSON(),b},{})}},{key:"_getOrCreateCombinationMatcher",value:function b(a){return this._combinationMatchers[a]||(this._combinationMatchers[a]=new KeyCombinationMatcher),this._combinationMatchers[a]}},{key:"_findCombinationMatcher",value:function m(a){var b=a.getMostRecentCombinations(this.getLongestSequence());if(0===b.length)return this._combinationMatchers[""];for(var c=b.map(function(a){return a.getIds()}),d=c.map(function(a){return a.length}),e=Array(c.length).fill(0),f=!1;!f;){var g=e.map(function(a,b){return c[b][a]}),h=g.join(" ");if(this._combinationMatchers[h])return this._combinationMatchers[h];for(var i=0,j=!0;j&&i<e.length;){var k=indexFromEnd(e,i),l=(k+1)%(indexFromEnd(d,i)||1);e[e.length-(i+1)]=l,j=0==l,j&&i++;}f=i===e.length;}}}]),a}(); var ActionResolver=function(){function a(b){_classCallCheck(this,a),this._keyMapMatchers=[],this._unmatchedHandlerStatus=[],this._handlersDictionary={},this._keySequencesDictionary={};for(var e=b.getNewIterator();e.next();){var c=e.getComponent(),d=c.handlers;this._unmatchedHandlerStatus.push([Object.keys(d).length,{}]),this._keyMapMatchers.push(new KeyHistoryMatcher);}this._componentList=b,this._componentListIterator=b.getNewIterator();}return _createClass(a,[{key:"getKeyHistoryMatcher",value:function b(a){if(this._componentHasUnmatchedHandlers(a))for(;this._componentListIterator.next();)this._addHandlersFromComponent(),this._addActionsFromComponent();return this._getKeyHistoryMatcher(a)}},{key:"componentHasActionsBoundToEventType",value:function c(a,b){return this.getKeyHistoryMatcher(a).hasMatchesForEventType(b)}},{key:"findMatchingKeySequenceInComponent",value:function e(a,b,c,d){return this.componentHasActionsBoundToEventType(a,d)?this.getKeyHistoryMatcher(a).findMatch(b,c,d):null}},{key:"_getKeyHistoryMatcher",value:function b(a){return this._keyMapMatchers[a]}},{key:"_addActionsFromComponent",value:function d(){var a=this,b=this._componentListIterator.getComponent(),c=b.actions;Object.keys(c).forEach(function(b){var d=a._getHandlers(b);if(d){var e=d[0],f=a._componentList.getAtPosition(e).handlers[b],g=a._getKeyHistoryMatcher(e),h=c[b];h.forEach(function(b){var c=[b.prefix,b.id].join(" ");a._isClosestHandlerFound(c,b)||(g.addMatch(b,f),a._addKeySequence(c,[e,b.keyEventType]));}),d.forEach(function(c){var d=a._getUnmatchedHandlerStatus(c);d[1][b]||(d[1][b]=!0,d[0]--);});}});}},{key:"_getHandlers",value:function b(a){return this._handlersDictionary[a]}},{key:"_addHandlersFromComponent",value:function d(){var a=this,b=this._componentListIterator.getComponent(),c=b.handlers;Object.keys(c).forEach(function(b){a._addHandler(b);});}},{key:"_addHandler",value:function b(a){this._handlersDictionary[a]||(this._handlersDictionary[a]=[]),this._handlersDictionary[a].push(this._componentListIterator.getPosition());}},{key:"_addKeySequence",value:function c(a,b){this._keySequencesDictionary[a]||(this._keySequencesDictionary[a]=[]),this._keySequencesDictionary[a].push(b);}},{key:"_componentHasUnmatchedHandlers",value:function b(a){return 0<this._getUnmatchedHandlerStatus(a)[0]}},{key:"_getUnmatchedHandlerStatus",value:function b(a){return this._unmatchedHandlerStatus[a]}},{key:"_isClosestHandlerFound",value:function c(a,b){return this._keySequencesDictionary[a]&&this._keySequencesDictionary[a].some(function(a){return a[1]===b.keyEventType})}}]),a}(); function copyAttributes(a,b,c){return c.forEach(function(c){hasKey(a,c)&&(b[c]=a[c]);}),b} function describeKeyEventType(a){switch(parseInt(a,10)){case 0:return "keydown";case 1:return "keypress";default:return "keyup";}} function hasKeyPressEvent(a){return !isNonPrintableKeyName(a)} function stateFromEvent(a){return a.simulated?KeyEventState.simulated:KeyEventState.seen} var SEQUENCE_ATTRIBUTES=["sequence","action"],KEYMAP_ATTRIBUTES=["name","description","group"],AbstractKeyEventStrategy=function(){function a(){var b=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},c=1<arguments.length?arguments[1]:void 0;_classCallCheck(this,a),this.logger=b.logger||new Logger("warn"),this.componentId=-1,this.keyEventManager=c,this._componentTree=new ComponentTree,this.rootComponentId=null,this._reset(),this.resetKeyHistory();}return _createClass(a,[{key:"_reset",value:function a(){this.componentList=new ComponentOptionsList,this._initHandlerResolutionState();}},{key:"_newKeyHistory",value:function a(){return new KeyHistory({maxLength:this.componentList.getLongestSequence()})}},{key:"getKeyHistory",value:function a(){return this._keyHistory?this._keyHistory:(this._keyHistory=this._newKeyHistory(),this._keyHistory)}},{key:"_initHandlerResolutionState",value:function a(){this._actionResolver=null;}},{key:"resetKeyHistory",value:function b(){var a=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};this.keypressEventsToSimulate=[],this.keyupEventsToSimulate=[],this._keyHistory=this.getKeyHistory().any()&&!a.force?new KeyHistory({maxLength:this.componentList.getLongestSequence()},new KeyCombination(this.getCurrentCombination().keysStillPressedDict())):this._newKeyHistory();}},{key:"getApplicationKeyMap",value:function a(){return null===this.rootComponentId?{}:this._buildApplicationKeyMap([this.rootComponentId],{})}},{key:"_buildApplicationKeyMap",value:function d(a,b){var c=this;return a.forEach(function(a){var d=c._componentTree.get(a),e=d.childIds,f=d.keyMap;f&&Object.keys(f).forEach(function(a){var d=f[a];b[a]={},isObject(d)?hasKey(d,"sequences")?(copyAttributes(d,b[a],KEYMAP_ATTRIBUTES),b[a].sequences=c._createSequenceFromConfig(d.sequences)):(copyAttributes(d,b[a],KEYMAP_ATTRIBUTES),b[a].sequences=[copyAttributes(d,{},SEQUENCE_ATTRIBUTES)]):b[a].sequences=c._createSequenceFromConfig(d);}),c._buildApplicationKeyMap(e,b);}),b}},{key:"_createSequenceFromConfig",value:function b(a){return arrayFrom(a).map(function(a){return isObject(a)?copyAttributes(a,{},SEQUENCE_ATTRIBUTES):{sequence:a}})}},{key:"registerKeyMap",value:function b(a){return this.componentId+=1,this._componentTree.add(this.componentId,a),this.componentId}},{key:"reregisterKeyMap",value:function c(a,b){this._componentTree.update(a,b);}},{key:"registerComponentMount",value:function c(a,b){isUndefined(b)?this.rootComponentId=a:this._componentTree.setParent(a,b),void 0;}},{key:"deregisterKeyMap",value:function b(a){this._componentTree.remove(a),a===this.rootComponentId&&(this.rootComponentId=null);}},{key:"_addComponent",value:function e(a){var b=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},d=3<arguments.length?arguments[3]:void 0;this.componentList.add(a,b,c,d),this.getKeyHistory().setMaxLength(this.componentList.getLongestSequence());}},{key:"_allKeysAreReleased",value:function a(){return this.getCurrentCombination().hasEnded()}},{key:"getCurrentCombination",value:function a(){return this.getKeyHistory().getCurrentCombination()}},{key:"_shouldSimulate",value:function e(a,b){var c=hasKeyPressEvent(b),d=this.getCurrentCombination();return a===KeyEventType.keypress?!c||c&&d.isKeyStillPressed("Meta"):a===KeyEventType.keyup&&keyupIsHiddenByCmd(b)&&d.isKeyReleased("Meta")}},{key:"_cloneAndMergeEvent",value:function d(a,b){var c=Object.keys(ModifierFlagsDictionary).reduce(function(b,c){return b[c]=a[c],b},{});return _objectSpread({},c,b)}},{key:"_callClosestMatchingHandler",value:function h(a,b,c,d,e){for(this._actionResolver||(this._actionResolver=new ActionResolver(this.componentList));e<=d;){var i=this._actionResolver.getKeyHistoryMatcher(e);var f=this._actionResolver.findMatchingKeySequenceInComponent(e,this.getKeyHistory(),b,c),g=this.getCurrentCombination();if(f){var j=f.events[c];if(Configuration.option("allowCombinationSubmatches")){var k=KeyCombinationSerializer.serialize(f.keyDictionary);}return j.handler(a),this._stopEventPropagationAfterHandlingIfEnabled(a,e),!0}if(this._actionResolver.componentHasActionsBoundToEventType(e,c));e++;}}},{key:"_stopEventPropagationAfterHandlingIfEnabled",value:function c(a,b){return !!Configuration.option("stopEventPropagationAfterHandling")&&(this._stopEventPropagation(a,b),!0)}},{key:"_stopEventPropagation",value:function a(){throw new Error("_stopEventPropagation must be overridden by a subclass")}},{key:"_checkForModifierFlagDiscrepancies",value:function e(a,b,c){var d=this;Object.keys(ModifierFlagsDictionary).forEach(function(e){if(b!==e||c!==KeyEventType.keyup){var f=d.getCurrentCombination(),g=f.isKeyStillPressed(e);ModifierFlagsDictionary[e].forEach(function(b){!1===a[b]&&g&&f.setKeyState(e,KeyEventType.keyup,stateFromEvent(a));});}});}},{key:"_logPrefix",value:function a(){}}]),a}(); var KeyEventCounter=function(){function a(){_classCallCheck(this,a);}return _createClass(a,null,[{key:"getId",value:function a(){return isUndefined(this._id)&&(this._id=0),this._id}},{key:"incrementId",value:function a(){this._id=this.getId()+1;}}]),a}(); function getEventCharCode(a){var b,c=a.keyCode;return "charCode"in a?(b=a.charCode,0===b&&13===c&&(b=13)):b=c,10===b&&(b=13),32<=b||13===b?b:0} var normalizeKey={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"};function reactsGetEventKey(a){if(a.key){var b=normalizeKey[a.key]||a.key;if("Unidentified"!==b)return b}if("keypress"===a.type){var c=getEventCharCode(a);return 13===c?"Enter":String.fromCharCode(c)}return "keydown"===a.type||"keyup"===a.type?translateToKey[a.keyCode]||"Unidentified":""} function getKeyName(a){var b=function(){var b=Configuration.option("customKeyCodes"),c=a.keyCode||a.charCode;return hasKey(b,c)?b[c]:a.nativeEvent?a.key:reactsGetEventKey(a)}();return "+"===b?"plus":b} function isCmdKey(a){return "Meta"===a} var EventResponse={unseen:0,ignored:1,seen:2,recorded:3,handled:4}; var EventPropagator=function(){function a(b,c){var d=c.logger,e=c.logPrefix;_classCallCheck(this,a),this._componentList=b,this._previousPropagation=null,this.logger=d,this._logPrefix=e,this._reset();}return _createClass(a,[{key:"_reset",value:function a(){this._previousPosition=-1,this._position=-1,this._actionHandled=!1,this._ignoreEvent=!1,this._observeIgnoredEvents=!1,this._stopping=!1,this._componentId=null,this._key=null,this._type=null;}},{key:"isFirstPropagationStep",value:function b(){var a=this.getPreviousPosition();return -1===a||a>=this._position}},{key:"isForKey",value:function b(a){return this._key===a}},{key:"isForEventType",value:function b(a){return this._type===a}},{key:"startNewPropagationStep",value:function e(a,b,c,d){return this._position=this._componentList.getIndexById(a),this._componentId=a,this.isFirstPropagationStep()&&(KeyEventCounter.incrementId(),this._key=b.key,this._type=d),!(b.repeat&&Configuration.option("ignoreRepeatedEventsWhenKeyHeldDown"))||(this.ignoreEvent(b),!1)}},{key:"finishPropagationStep",value:function a(){this.isStopped()||this._componentList.isRoot(this._componentId)?(this._previousPropagation=this._clone(),this._reset()):this._previousPosition=this._position;}},{key:"getPreviousPropagation",value:function a(){return this._previousPropagation||(this._previousPropagation=this._clone({copyState:!1})),this._previousPropagation}},{key:"getPreviousPosition",value:function a(){return this._previousPosition}},{key:"observeIgnoredEvents",value:function a(){this._observeIgnoredEvents=!0;}},{key:"ignoreEvent",value:function b(a){return this.setIgnoreEvent(!0),!!(this.isIgnoringEvent()&&Configuration.option("stopEventPropagationAfterIgnoring"))&&(this.stop(a),this.finishPropagationStep(),!0)}},{key:"setIgnoreEvent",value:function b(a){this._ignoreEvent=a;}},{key:"isIgnoringEvent",value:function a(){return !this._observeIgnoredEvents&&this._ignoreEvent}},{key:"isStopped",value:function a(){return this._stopping}},{key:"stop",value:function b(a){return !this.isStopped()&&(this._stopping=!0,a.simulated||a.stopPropagation(),!0)}},{key:"isPendingPropagation",value:function b(){var a=this.getPreviousPosition();return -1!==a&&a+1<this._position}},{key:"isHandled",value:function a(){return this._actionHandled}},{key:"setHandled",value:function a(){this._actionHandled=!0;}},{key:"_clone",value:function e(){var b=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},c=b.copyState,d=new a(this._componentList,{logger:this.logger,logPrefix:this._logPrefix});return (void 0===c||c)&&Object.assign(d,this),d}}]),a}(); var FocusOnlyKeyEventStrategy=function(a){function b(){var a,c=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},d=1<arguments.length?arguments[1]:void 0;return _classCallCheck(this,b),a=_possibleConstructorReturn(this,_getPrototypeOf(b).call(this,c,d)),a.focusTreeId=0,a}return _inherits(b,a),_createClass(b,[{key:"_reset",value:function a(){_get(_getPrototypeOf(b.prototype),"_reset",this).call(this),this.keypressEventsToSimulate=[],this.focusTreeId+=1,this.eventPropagator=new EventPropagator(this.componentList,{logger:this.logger,logPrefix:this._logPrefix.bind(this)});}},{key:"enableHotKeys",value:function e(a){var b=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},d=3<arguments.length?arguments[3]:void 0;if(this.resetOnNextFocus&&(this._reset(),this.resetOnNextFocus=!1),!this.componentList.containsId(a))return this._addComponent(a,b,c,d),this.focusTreeId}},{key:"updateEnabledHotKeys",value:function f(a,b){var c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},d=3<arguments.length&&void 0!==arguments[3]?arguments[3]:{},e=4<arguments.length?arguments[4]:void 0;a===this.focusTreeId&&this.componentList.containsId(b)&&(this.componentList.update(b,c,d,e),this.getKeyHistory().setMaxLength(this.componentList.getLongestSequence()),this._initHandlerResolutionState(),void 0);}},{key:"disableHotKeys",value:function d(a,b){this.resetOnNextFocus||(this.resetOnNextFocus=!0);var c=this.eventPropagator.isPendingPropagation();return c}},{key:"handleKeydown",value:function j(a,b,c){var d=3<arguments.length&&void 0!==arguments[3]?arguments[3]:{},e=getKeyName(a);if(b!==this.focusTreeId)return this.eventPropagator.ignoreEvent(a),!0;var f=this.eventPropagator.startNewPropagationStep(c,a,e,KeyEventType.keydown);if(f){var g=this._howToHandleKeyEvent(a,b,c,e,d,KeyEventType.keydown);if(g===EventResponse.handled){var h=stateFromEvent(a),i=this.getCurrentCombination();i.isKeyIncluded(e)||i.isEnding()?this._startAndLogNewKeyCombination(e,b,c,h):this._addToAndLogCurrentKeyCombination(e,KeyEventType.keydown,b,c,h),this._callHandlerIfActionNotHandled(a,e,KeyEventType.keydown,c,b);}return this._simulateKeyPressForNonPrintableKeys(a,e,b,c,d),this.eventPropagator.finishPropagationStep(),!1}}},{key:"_howToHandleKeyEvent",value:function g(a,b,c,d,e,f){if(this.eventPropagator.isFirstPropagationStep()){if(e.ignoreEventsCondition(a)&&this.eventPropagator.ignoreEvent(a))return this._eventIsToBeIgnored(a,c,d,f);this._checkForModifierFlagDiscrepancies(a,d,f);}else if(this.eventPropagator.isIgnoringEvent())return this._eventIsToBeIgnored(a,c,d,f);return EventResponse.handled}},{key:"_eventIsToBeIgnored",value:function e(a,b,c,d){return EventResponse.ignored}},{key:"handleKeyPress",value:function j(a,b,c,d){var e=getKeyName(a),f=this.getCurrentCombination();if(f.isKeyPressSimulated(e))return this.eventPropagator.ignoreEvent(a),!0;var g=this.eventPropagator.startNewPropagationStep(c,a,e,KeyEventType.keypress);if(g){var h=b!==this.focusTreeId,i=this._howToHandleKeyEvent(a,b,c,e,d,KeyEventType.keypress);return this.eventPropagator.isFirstPropagationStep(c)&&f.isKeyIncluded(e)&&this._addToAndLogCurrentKeyCombination(e,KeyEventType.keypress,b,c,stateFromEvent(a)),i===EventResponse.handled&&this._callHandlerIfActionNotHandled(a,e,KeyEventType.keypress,c,b),this.eventPropagator.finishPropagationStep(),h}}},{key:"handleKeyUp",value:function j(a,b,c,d){var e=getKeyName(a),f=this.getCurrentCombination();if(f.isKeyUpSimulated(e))return this.eventPropagator.ignoreEvent(a),!0;var g=this.eventPropagator.startNewPropagationStep(c,a,e,KeyEventType.keyup);if(g){var h=b!==this.focusTreeId,i=this._howToHandleKeyEvent(a,b,c,e,d,KeyEventType.keyup);return this.eventPropagator.isFirstPropagationStep(c)&&f.isKeyIncluded(e)&&this._addToAndLogCurrentKeyCombination(e,KeyEventType.keyup,b,c,stateFromEvent(a)),i===EventResponse.handled&&this._callHandlerIfActionNotHandled(a,e,KeyEventType.keyup,c,b),this._simulateKeyUpEventsHiddenByCmd(a,e,b,c,d),this.eventPropagator.finishPropagationStep(),h}}},{key:"closeHangingKeyCombination",value:function d(a,b){var c=this.getCurrentCombination();c.isKeyIncluded(a)&&!c.isEventTriggered(a,b)&&c.setKeyState(a,b,KeyEventState.simulated);}},{key:"_simulateKeyPressForNonPrintableKeys",value:function f(a,b,c,d,e){this._handleEventSimulation("keypressEventsToSimulate","simulatePendingKeyPressEvents",this._shouldSimulate(KeyEventType.keypress,b),{event:a,key:b,focusTreeId:c,componentId:d,options:e});}},{key:"_simulateKeyUpEventsHiddenByCmd",value:function g(a,b,c,d,e){var f=this;isCmdKey(b)&&this.getCurrentCombination().forEachKey(function(b){isCmdKey(b)||f._handleEventSimulation("keyupEventsToSimulate","simulatePendingKeyUpEvents",f._shouldSimulate(KeyEventType.keyup,b),{event:a,key:b,focusTreeId:c,componentId:d,options:e});});}},{key:"_stopEventPropagation",value:function c(a,b){this.eventPropagator.stop(a)&&void 0;}},{key:"getEventPropagator",value:function a(){return this.eventPropagator}},{key:"_startAndLogNewKeyCombination",value:function e(a,b,c,d){this.getKeyHistory().startNewKeyCombination(a,d),void 0;}},{key:"_addToAndLogCurrentKeyCombination",value:function f(a,b,c,d,e){this.getKeyHistory().addKeyToCurrentCombination(a,b,e),void 0;}},{key:"_handleEventSimulation",value:function j(a,b,c,d){var e=d.event,f=d.key,g=d.focusTreeId,h=d.componentId,i=d.options;if(c&&Configuration.option("simulateMissingKeyPressEvents")){var k=this._cloneAndMergeEvent(e,{key:f,simulated:!0});this[a].push({event:k,focusTreeId:g,componentId:h,options:i});}(this.componentList.isRoot(h)||this.eventPropagator.isStopped())&&!this.keyEventManager.isGlobalListenersBound()&&this[b]();}},{key:"simulatePendingKeyPressEvents",value:function a(){this._simulatePendingKeyEvents("keypressEventsToSimulate","handleKeyPress");}},{key:"simulatePendingKeyUpEvents",value:function a(){this._simulatePendingKeyEvents("keyupEventsToSimulate","handleKeyUp");}},{key:"_simulatePendingKeyEvents",value:function d(a,b){var c=this;0<this[a].length&&KeyEventCounter.incrementId(),this[a].forEach(function(a){var d=a.event,e=a.focusTreeId,f=a.componentId,g=a.options;c[b](d,e,f,g);}),this[a]=[];}},{key:"_callHandlerIfActionNotHandled",value:function k(a,b,c,d,e){var g=this.getCurrentCombination().describe();if(!this.componentList.anyActionsForEventType(c))return void void 0;if(this.eventPropagator.isHandled());else{var h=this.eventPropagator.getPreviousPosition(),i=this.componentList.getIndexById(d),j=this._callClosestMatchingHandler(a,b,c,i,-1===h?0:h);j&&this.eventPropagator.setHandled();}}},{key:"_logPrefix",value:function h(a){var b=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},c=Logger.logIcons,d=Logger.eventIcons,e=Logger.componentIcons,f="HotKeys (";if(!1!==b.focusTreeId){var i=isUndefined(b.focusTreeId)?this.focusTreeId:b.focusTreeId;f+="F".concat(i).concat(c[i%c.length],"-");}if(!1!==b.eventId){var j=isUndefined(b.eventId)?KeyEventCounter.getId():b.eventId;f+="E".concat(j).concat(d[j%d.length],"-");}f+="C".concat(a).concat(e[a%e.length]);var g=this.componentList.getIndexById(a);return isUndefined(g)||(f+="-P".concat(g).concat(e[g%e.length],":")),"".concat(f,")")}}]),b}(AbstractKeyEventStrategy); function contains(a,b){var c=2<arguments.length&&arguments[2]!==void 0?arguments[2]:{};return Array.isArray(a)||isString(a)?c.stringifyFirst?!isUndefined(a.find(function(a){return a.toString()===b.toString()})):-1!==a.indexOf(b):isObject(a)?hasKey(a,b):c.stringifyFirst?a.toString()===b.toString():a===b} function capitalize(a){return a.replace(/\b\w/g,function(a){return a.toUpperCase()})} function normalizeEventName(a){return "".concat(capitalize(a.slice(0,3))).concat(capitalize(a.slice(3)))} var GlobalKeyEventStrategy=function(a){function b(){var a,c=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},d=1<arguments.length?arguments[1]:void 0;return _classCallCheck(this,b),a=_possibleConstructorReturn(this,_getPrototypeOf(b).call(this,c,d)),a.listenersBound=!1,a.eventOptions={ignoreEventsCondition:Configuration.option("ignoreEventsCondition")},a.listeners={},a}return _inherits(b,a),_createClass(b,[{key:"enableHotKeys",value:function f(a){var b=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},d=3<arguments.length?arguments[3]:void 0,e=4<arguments.length?arguments[4]:void 0;this.eventOptions=e,this._addComponent(a,b,c,d),this._updateDocumentHandlers(),this._initHandlerResolutionState(),void 0;}},{key:"updateEnabledHotKeys",value:function f(a){var b=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},d=3<arguments.length?arguments[3]:void 0,e=4<arguments.length?arguments[4]:void 0;this.eventOptions=e,this.componentList.update(a,b,c,d),this.getKeyHistory().setMaxLength(this.componentList.getLongestSequence()),this._updateDocumentHandlers(),this._initHandlerResolutionState(),void 0;}},{key:"disableHotKeys",value:function b(a){this.componentList.remove(a),this.getKeyHistory().setMaxLength(this.componentList.getLongestSequence()),this._updateDocumentHandlers(),this._initHandlerResolutionState(),void 0;}},{key:"_updateDocumentHandlers",value:function c(){var a=this,b=this._listenersShouldBeBound();!this.listenersBound&&b?(Object.values(KeyEventType).forEach(function(b){var c=describeKeyEventType(b);document["on".concat(c)]=function(b){a.keyEventManager["handleGlobal".concat(normalizeEventName(c))](b);},void 0;}),this.listenersBound=!0):this.listenersBound&&!b&&(Object.values(KeyEventType).forEach(function(b){var c=describeKeyEventType(b);delete document["on".concat(c)],void 0;}),this.listenersBound=!1);}},{key:"_listenersShouldBeBound",value:function a(){return this.componentList.any()||this.listeners.keyCombination}},{key:"handleKeydown",value:function f(a){var b=getKeyName(a);if(a.repeat&&Configuration.option("ignoreRepeatedEventsWhenKeyHeldDown"))return !0;this._checkForModifierFlagDiscrepancies(a,b,KeyEventType.keydown);var c=this._howReactAppRespondedTo(a,b,KeyEventType.keydown);if(c===EventResponse.unseen&&this.eventOptions.ignoreEventsCondition(a))return void void 0;if(c!==EventResponse.ignored){var d=stateFromEvent(a),e=this.getCurrentCombination();e.isKeyIncluded(b)||e.isEnding()?this._startAndLogNewKeyCombination(b,d):this._addToAndLogCurrentKeyCombination(b,KeyEventType.keydown,d);}contains([EventResponse.ignored,EventResponse.handled],c)||this._callHandlerIfExists(a,b,KeyEventType.keydown),this._simulateKeyPressForNonPrintableKeys(a,b);}},{key:"_howReactAppRespondedTo",value:function e(a,b,c){var d=this.keyEventManager.reactAppHistoryWithEvent(b,c);return d===EventResponse.handled?void 0:d===EventResponse.ignored?void 0:d===EventResponse.seen?void 0:(KeyEventCounter.incrementId(),void 0),d}},{key:"handleKeyPress",value:function e(a){var b=getKeyName(a);if(a.repeat&&Configuration.option("ignoreRepeatedEventsWhenKeyHeldDown"))return !0;var c=this.getCurrentCombination();if(c.isKeyPressSimulated(b))return !0;var d=this._howReactAppRespondedTo(a,b,KeyEventType.keypress);return c.isKeyIncluded(b)&&this._addToAndLogCurrentKeyCombination(b,KeyEventType.keypress,stateFromEvent(a)),d===EventResponse.unseen&&(this.keyEventManager.closeHangingKeyCombination(b,KeyEventType.keypress),this.eventOptions.ignoreEventsCondition(a))?void void 0:void(!contains([EventResponse.ignored,EventResponse.handled],d)&&this._callHandlerIfExists(a,b,KeyEventType.keypress))}},{key:"handleKeyUp",value:function e(a){var b=getKeyName(a),c=this.getCurrentCombination();if(c.isKeyUpSimulated(b))return !0;var d=this._howReactAppRespondedTo(a,b,KeyEventType.keyup);c.isKeyIncluded(b)&&this._addToAndLogCurrentKeyCombination(b,KeyEventType.keyup,stateFromEvent(a)),d===EventResponse.unseen?(this.keyEventManager.closeHangingKeyCombination(b,KeyEventType.keyup),this.eventOptions.ignoreEventsCondition(a)?void 0:!contains([EventResponse.ignored,EventResponse.handled],d)&&this._callHandlerIfExists(a,b,KeyEventType.keyup)):!contains([EventResponse.ignored,EventResponse.handled],d)&&this._callHandlerIfExists(a,b,KeyEventType.keyup),this._simulateKeyUpEventsHiddenByCmd(a,b),this.listeners.keyCombination&&this._allKeysAreReleased()&&this.listeners.keyCombination({keys:c.getKeyDictionary(),id:c.describe()});}},{key:"_simulateKeyPressForNonPrintableKeys",value:function c(a,b){this.keyEventManager.simulatePendingKeyPressEvents(),this._handleEventSimulation("handleKeyPress",this._shouldSimulate(KeyEventType.keypress,b),{event:a,key:b});}},{key:"_simulateKeyUpEventsHiddenByCmd",value:function d(a,b){var c=this;isCmdKey(b)&&(this.keyEventManager.simulatePendingKeyUpEvents(),this.getCurrentCombination().forEachKey(function(b){isCmdKey(b)||c._handleEventSimulation("handleKeyUp",c._shouldSimulate(KeyEventType.keyup,b),{event:a,key:b});}));}},{key:"_startAndLogNewKeyCombination",value:function c(a,b){this.getKeyHistory().startNewKeyCombination(a,b),void 0;}},{key:"_addToAndLogCurrentKeyCombination",value:function d(a,b,c){this.getKeyHistory().addKeyToCurrentCombination(a,b,c),void 0;}},{key:"_handleEventSimulation",value:function f(a,b,c){var d=c.event,e=c.key;if(b&&Configuration.option("simulateMissingKeyPressEvents")){var g=this._cloneAndMergeEvent(d,{key:e,simulated:!0});this[a](g);}}},{key:"_callHandlerIfExists",value:function f(a,b,c){var e=this.getCurrentCombination().describe();return this.componentList.anyActionsForEventType(c)?void(this._callClosestMatchingHandler(a,b,c)):void void 0}},{key:"_callClosestMatchingHandler",value:function e(a,c,d){for(var f,g=this.componentList.getNewIterator();g.next();)if(f=_get(_getPrototypeOf(b.prototype),"_callClosestMatchingHandler",this).call(this,a,c,d,g.getPosition(),0),f)return void void 0}},{key:"_stopEventPropagation",value:function c(a,b){a.simulated||a.stopPropagation();}},{key:"addKeyCombinationListener",value:function d(a){var b=this,c=function(){delete b.listeners.keyCombination;};return this.listeners.keyCombination=function(b){a(b),c();},this._updateDocumentHandlers(),c}},{key:"_logPrefix",value:function f(a){var b=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},c=Logger.eventIcons,d=Logger.componentIcons,e="HotKeys (GLOBAL";if(!1!==b.eventId){var g=isUndefined(b.eventId)?KeyEventCounter.getId():b.eventId;e="".concat(e,"-E").concat(g).concat(c[g%c.length]);}return isUndefined(a)?"".concat(e,"):"):"".concat(e,"-C").concat(a).concat(d[a%d.length],"):")}}]),b}(AbstractKeyEventStrategy); function isFromFocusOnlyComponent(a){return !isUndefined(a)} var KeyEventManager=function(){function a(){var b=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};_classCallCheck(this,a),this.logger=b.logger||new Logger(Configuration.option("logLevel")),this._focusOnlyEventStrategy=new FocusOnlyKeyEventStrategy({configuration:b,logger:this.logger},this),this._globalEventStrategy=new GlobalKeyEventStrategy({configuration:b,logger:this.logger},this),this.mountedComponentsCount=0;}return _createClass(a,null,[{key:"getInstance",value:function c(){var b=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};return this.instance||(this.instance=new a(b)),this.instance}},{key:"clear",value:function a(){delete this.instance;}}]),_createClass(a,[{key:"getApplicationKeyMap",value:function a(){return Object.assign(this._globalEventStrategy.getApplicationKeyMap(),this._focusOnlyEventStrategy.getApplicationKeyMap())}},{key:"registerKeyMap",value:function b(){var a=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};return this._focusOnlyEventStrategy.registerKeyMap(a)}},{key:"reregisterKeyMap",value:function c(a){var b=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};this._focusOnlyEventStrategy.reregisterKeyMap(a,b);}},{key:"deregisterKeyMap",value:function b(a){this._focusOnlyEventStrategy.deregisterKeyMap(a);}},{key:"registerComponentMount",value:function c(a,b){return this._incrementComponentCount(),this._focusOnlyEventStrategy.registerComponentMount(a,b)}},{key:"registerComponentUnmount",value:function a(){this._decrementComponentCount();}},{key:"_incrementComponentCount",value:function c(){var a=this,b=this.mountedComponentsCount;this.mountedComponentsCount+=1,0===b&&1===this.mountedComponentsCount&&(window.onblur=function(){return a._clearKeyHistory()});}},{key:"_decrementComponentCount",value:function b(){var a=this.mountedComponentsCount;this.mountedComponentsCount-=1,1===a&&0===this.mountedComponentsCount&&delete window.onblur;}},{key:"_clearKeyHistory",value:function a(){this._focusOnlyEventStrategy.resetKeyHistory({force:!0}),this._globalEventStrategy.resetKeyHistory({force:!0});}},{key:"registerGlobalKeyMap",value:function b(){var a=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};return this._globalEventStrategy.registerKeyMap(a)}},{key:"registerGlobalComponentUnmount",value:function a(){this._decrementComponentCount();}},{key:"registerGlobalComponentMount",value:function c(a,b){return this._incrementComponentCount(),this._globalEventStrategy.registerComponentMount(a,b)}},{key:"reregisterGlobalKeyMap",value:function c(a,b){this._globalEventStrategy.reregisterKeyMap(a,b);}},{key:"deregisterGlobalKeyMap",value:function b(a){this._globalEventStrategy.deregisterKeyMap(a);}},{key:"addKeyCombinationListener",value:function b(a){return this._globalEventStrategy.addKeyCombinationListener(a)}},{key:"enableHotKeys",value:function e(a){var b=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},d=3<arguments.length?arguments[3]:void 0;return this._focusOnlyEventStrategy.enableHotKeys(a,b,c,d)}},{key:"updateEnabledHotKeys",value:function f(a,b){var c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},d=3<arguments.length&&void 0!==arguments[3]?arguments[3]:{},e=4<arguments.length?arguments[4]:void 0;return this._focusOnlyEventStrategy.updateEnabledHotKeys(a,b,c,d,e)}},{key:"disableHotKeys",value:function c(a,b){return this._focusOnlyEventStrategy.disableHotKeys(a,b)}},{key:"handleKeydown",value:function e(a,b,c,d){if(isFromFocusOnlyComponent(b))return this._focusOnlyEventStrategy.handleKeydown(a,b,c,d)}},{key:"handleKeyPress",value:function e(a,b,c,d){if(isFromFocusOnlyComponent(b))return this._focusOnlyEventStrategy.handleKeyPress(a,b,c,d)}},{key:"handleKeyUp",value:function e(a,b,c,d){if(isFromFocusOnlyComponent(b))return this._focusOnlyEventStrategy.handleKeyUp(a,b,c,d)}},{key:"enableGlobalHotKeys",value:function f(a){var b=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},d=3<arguments.length?arguments[3]:void 0,e=4<arguments.length?arguments[4]:void 0;return this._globalEventStrategy.enableHotKeys(a,b,c,d,e)}},{key:"updateEnabledGlobalHotKeys",value:function f(a){var b=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},d=3<arguments.length?arguments[3]:void 0,e=4<arguments.length?arguments[4]:void 0;return this._globalEventStrategy.updateEnabledHotKeys(a,b,c,d,e)}},{key:"disableGlobalHotKeys",value:function b(a){return this._globalEventStrategy.disableHotKeys(a)}},{key:"handleGlobalKeyDown",value:function b(a){return this._globalEventStrategy.handleKeydown(a)}},{key:"handleGlobalKeyPress",value:function b(a){return this._globalEventStrategy.handleKeyPress(a)}},{key:"handleGlobalKeyUp",value:function b(a){return this._globalEventStrategy.handleKeyUp(a)}},{key:"ignoreEvent",value:function b(a){this._focusOnlyEventStrategy.getEventPropagator().ignoreEvent(a);}},{key:"observeIgnoredEvents",value:function b(a){this._focusOnlyEventStrategy.getEventPropagator().observeIgnoredEvents(a);}},{key:"closeHangingKeyCombination",value:function c(a,b){this._focusOnlyEventStrategy.closeHangingKeyCombination(a,b);}},{key:"reactAppHistoryWithEvent",value:function d(a,b){var c=this._focusOnlyEventStrategy.eventPropagator.getPreviousPropagation();return c.isForKey(a)&&c.isForEventType(b)?c.isHandled()?EventResponse.handled:c.isIgnoringEvent()?EventResponse.ignored:EventResponse.seen:EventResponse.unseen}},{key:"simulatePendingKeyPressEvents",value:function a(){this._focusOnlyEventStrategy.simulatePendingKeyPressEvents();}},{key:"simulatePendingKeyUpEvents",value:function a(){this._focusOnlyEventStrategy.simulatePendingKeyUpEvents();}},{key:"isGlobalListenersBound",value:function a(){return this._globalEventStrategy.listenersBound}}]),a}(); function backwardsCompatibleContext(a,b){var c=b.deprecatedAPI,d=c.contextTypes,e=c.childContextTypes,f=b.newAPI.contextType;if("undefined"==typeof react__WEBPACK_IMPORTED_MODULE_1__.createContext)a.contextTypes=d,a.childContextTypes=e,a.prototype.getChildContext=function(){return this._childContext};else{var g=react__WEBPACK_IMPORTED_MODULE_1__.createContext(f);a.contextType=g,a.prototype._originalRender=a.prototype.render,a.prototype.render=function(){var a=this._originalRender();return a?react__WEBPACK_IMPORTED_MODULE_1__.createElement(g.Provider,{value:this._childContext},a):null};}return a} function withHotKeys(a){function b(a,b){return _objectSpread({},e[a]||{},b[a]||{})}function c(a){return b("handlers",a)}function d(a){return b("keyMap",a)}var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},f=function(b){function e(a){var b;return _classCallCheck(this,e),b=_possibleConstructorReturn(this,_getPrototypeOf(e).call(this,a)),b._handleFocus=b._handleFocus.bind(_assertThisInitialized(_assertThisInitialized(b))),b._handleBlur=b._handleBlur.bind(_assertThisInitialized(_assertThisInitialized(b))),b._handleKeyDown=b._handleKeyDown.bind(_assertThisInitialized(_assertThisInitialized(b))),b._handleKeyPress=b._handleKeyPress.bind(_assertThisInitialized(_assertThisInitialized(b))),b._handleKeyUp=b._handleKeyUp.bind(_assertThisInitialized(_assertThisInitialized(b))),b._componentIsFocused=b._componentIsFocused.bind(_assertThisInitialized(_assertThisInitialized(b))),b._id=KeyEventManager.getInstance().registerKeyMap(a.keyMap),b._childContext={hotKeysParentId:b._id},b}return _inherits(e,b),_createClass(e,[{key:"render",value:function i(){var b=this.props,c=b.keyMap,d=b.handlers,e=b.allowChanges,f=b.root,g=_objectWithoutProperties(b,["keyMap","handlers","allowChanges","root"]),h={onFocus:this._wrapFunction("onFocus",this._handleFocus),onBlur:this._wrapFunction("onBlur",this._handleBlur),tabIndex:Configuration.option("defaultTabIndex")};return this._shouldBindKeyListeners()&&(h.onKeyDown=this._handleKeyDown,h.onKeyPress=this._handleKeyPress,h.onKeyUp=this._handleKeyUp),react__WEBPACK_IMPORTED_MODULE_1__.createElement(a,_extends({hotKeys:h},g))}},{key:"_shouldBindKeyListeners",value:function b(){var a=d(this.props);return !isEmpty(a)||this.props.root||Configuration.option("enableHardSequences")&&this._handlersIncludeHardSequences(a,c(this.props))}},{key:"_handlersIncludeHardSequences",value:function c(a,b){return Object.keys(b).some(function(b){return !a[b]&&KeyCombinationSerializer.isValidKeySerialization(b)})}},{key:"_wrapFunction",value:function d(a,b){var c=this;return "function"==typeof this.props[a]?function(d){c.props[a](d),b(d);}:b}},{key:"_focusTreeIdsPush",value:function b(a){this._focusTreeIds||(this._focusTreeIds=[]),this._focusTreeIds.push(a);}},{key:"_focusTreeIdsShift",value:function a(){this._focusTreeIds&&this._focusTreeIds.shift();}},{key:"_getFocusTreeId",value:function a(){if(this._focusTreeIds)return this._focusTreeIds[0]}},{key:"componentDidUpdate",value:function e(){var a=KeyEventManager.getInstance();if(a.reregisterKeyMap(this._id,this.props.keyMap),this._componentIsFocused()&&(this.props.allowChanges||!Configuration.option("ignoreKeymapAndHandlerChangesByDefault"))){var b=this.props,c=b.keyMap,d=b.handlers;a.updateEnabledHotKeys(this._getFocusTreeId(),this._id,c,d,this._getComponentOptions());}}},{key:"_componentIsFocused",value:function a(){return !0===this._focused}},{key:"componentDidMount",value:function c(){var a=KeyEventManager.getInstance(),b=this.context.hotKeysParentId;a.registerComponentMount(this._id,b);}},{key:"_handleFocus",value:function e(){if(this.props.onFocus){var a;(a=this.props).onFocus.apply(a,arguments);}var b=KeyEventManager.getInstance().enableHotKeys(this._id,d(this.props),c(this.props),this._getComponentOptions());isUndefined(b)||this._focusTreeIdsPush(b),this._focused=!0;}},{key:"componentWillUnmount",value:function b(){var a=KeyEventManager.getInstance();a.deregisterKeyMap(this._id),a.registerComponentUnmount(),this._handleBlur();}},{key:"_handleBlur",value:function c(){if(this.props.onBlur){var a;(a=this.props).onBlur.apply(a,arguments);}var b=KeyEventManager.getInstance().disableHotKeys(this._getFocusTreeId(),this._id);b||this._focusTreeIdsShift(),this._focused=!1;}},{key:"_handleKeyDown",value:function c(a){var b=KeyEventManager.getInstance().handleKeydown(a,this._getFocusTreeId(),this._id,this._getEventOptions());b&&this._focusTreeIdsShift();}},{key:"_handleKeyPress",value:function c(a){var b=KeyEventManager.getInstance().handleKeyPress(a,this._getFocusTreeId(),this._id,this._getEventOptions());b&&this._focusTreeIdsShift();}},{key:"_handleKeyUp",value:function c(a){var b=KeyEventManager.getInstance().handleKeyUp(a,this._getFocusTreeId(),this._id,this._getEventOptions());b&&this._focusTreeIdsShift();}},{key:"_getComponentOptions",value:function a(){return {defaultKeyEvent:Configuration.option("defaultKeyEvent")}}},{key:"_getEventOptions",value:function a(){return {ignoreEventsCondition:Configuration.option("ignoreEventsCondition")}}}]),e}(react__WEBPACK_IMPORTED_MODULE_1__.PureComponent);return _defineProperty(f,"propTypes",{keyMap:(prop_types__WEBPACK_IMPORTED_MODULE_0___default().object),handlers:(prop_types__WEBPACK_IMPORTED_MODULE_0___default().object),onFocus:(prop_types__WEBPACK_IMPORTED_MODULE_0___default().func),onBlur:(prop_types__WEBPACK_IMPORTED_MODULE_0___default().func),allowChanges:(prop_types__WEBPACK_IMPORTED_MODULE_0___default().bool),root:(prop_types__WEBPACK_IMPORTED_MODULE_0___default().bool)}),backwardsCompatibleContext(f,{deprecatedAPI:{contextTypes:{hotKeysParentId:(prop_types__WEBPACK_IMPORTED_MODULE_0___default().number)},childContextTypes:{hotKeysParentId:(prop_types__WEBPACK_IMPORTED_MODULE_0___default().number)}},newAPI:{contextType:{hotKeysParentId:void 0}}})} var HotKeysWrapper=function(a){function b(){return _classCallCheck(this,b),_possibleConstructorReturn(this,_getPrototypeOf(b).apply(this,arguments))}return _inherits(b,a),_createClass(b,[{key:"render",value:function g(){var a=this.props,b=a.hotKeys,c=a.innerRef,d=a.component,e=_objectWithoutProperties(a,["hotKeys","innerRef","component"]),f=d||Configuration.option("defaultComponent");return react__WEBPACK_IMPORTED_MODULE_1__.createElement(f,_objectSpread({},b,{ref:c},e))}}]),b}(react__WEBPACK_IMPORTED_MODULE_1__.Component),HotKeys=withHotKeys(HotKeysWrapper);HotKeys.propTypes={innerRef:prop_types__WEBPACK_IMPORTED_MODULE_0___default().oneOfType([(prop_types__WEBPACK_IMPORTED_MODULE_0___default().object),(prop_types__WEBPACK_IMPORTED_MODULE_0___default().func)])}; var GlobalHotKeys=function(a){function b(a){var c;return _classCallCheck(this,b),c=_possibleConstructorReturn(this,_getPrototypeOf(b).call(this,a)),c._id=KeyEventManager.getInstance().registerGlobalKeyMap(a.keyMap),c._childContext={globalHotKeysParentId:c._id},c}return _inherits(b,a),_createClass(b,[{key:"render",value:function a(){return this.props.children||null}},{key:"componentDidUpdate",value:function e(){var a=KeyEventManager.getInstance();if(a.reregisterGlobalKeyMap(this._id,this.props.keyMap),this.props.allowChanges||!Configuration.option("ignoreKeymapAndHandlerChangesByDefault")){var b=this.props,c=b.keyMap,d=b.handlers;a.updateEnabledGlobalHotKeys(this._id,c,d,this._getComponentOptions(),this._getEventOptions());}}},{key:"componentDidMount",value:function f(){var a=this.props,b=a.keyMap,c=a.handlers,d=this.context.globalHotKeysParentId,e=KeyEventManager.getInstance();e.registerGlobalComponentMount(this._id,d),e.enableGlobalHotKeys(this._id,b,c,this._getComponentOptions(),this._getEventOptions());}},{key:"componentWillUnmount",value:function b(){var a=KeyEventManager.getInstance();a.deregisterGlobalKeyMap(this._id),a.disableGlobalHotKeys(this._id),a.registerGlobalComponentUnmount();}},{key:"_getComponentOptions",value:function a(){return {defaultKeyEvent:Configuration.option("defaultKeyEvent")}}},{key:"_getEventOptions",value:function a(){return {ignoreEventsCondition:Configuration.option("ignoreEventsCondition")}}}]),b}(react__WEBPACK_IMPORTED_MODULE_1__.Component);_defineProperty(GlobalHotKeys,"propTypes",{keyMap:(prop_types__WEBPACK_IMPORTED_MODULE_0___default().object),handlers:(prop_types__WEBPACK_IMPORTED_MODULE_0___default().object),allowChanges:(prop_types__WEBPACK_IMPORTED_MODULE_0___default().bool)});var GlobalHotKeys$1 = backwardsCompatibleContext(GlobalHotKeys,{deprecatedAPI:{contextTypes:{globalHotKeysParentId:(prop_types__WEBPACK_IMPORTED_MODULE_0___default().number)},childContextTypes:{globalHotKeysParentId:(prop_types__WEBPACK_IMPORTED_MODULE_0___default().number)}},newAPI:{contextType:{globalHotKeysParentId:void 0}}}); function withHotKeysIgnoreOverride(a){var b,c,d=1<arguments.length&&arguments[1]!==void 0?arguments[1]:{only:[],except:[]},e=2<arguments.length?arguments[2]:void 0;return c=b=function(b){function c(a){var b;return _classCallCheck(this,c),b=_possibleConstructorReturn(this,_getPrototypeOf(c).call(this,a)),b._handleKeyEvent=b._handleKeyEvent.bind(_assertThisInitialized(_assertThisInitialized(b))),b._reloadDictionaries=b._reloadDictionaries.bind(_assertThisInitialized(_assertThisInitialized(b))),b}return _inherits(c,b),_createClass(c,[{key:"render",value:function g(){var b=this.props,c=b.only,d=b.except,e=_objectWithoutProperties(b,["only","except"]),f={onKeyDown:this._handleKeyEvent,onKeyPress:this._handleKeyEvent,onKeyUp:this._handleKeyEvent,onFocus:this._reloadDictionaries};return react__WEBPACK_IMPORTED_MODULE_1__.createElement(a,_extends({hotKeys:f},e))}},{key:"_reloadDictionaries",value:function d(){var a=this.props,b=a.only,c=a.except;this._onlyDict=keyDictionary(b),this._exceptDict=keyDictionary(c);}},{key:"_shouldIgnoreEvent",value:function c(a){var b=a.key;return isEmpty(this._onlyDict)?!!isEmpty(this._exceptDict)||!hasKey(this._exceptDict,b):isEmpty(this._exceptDict)?hasKey(this._onlyDict,b):hasKey(this._onlyDict,b)&&!hasKey(this._exceptDict,b)}},{key:"_handleKeyEvent",value:function b(a){this._shouldIgnoreEvent(a)&&KeyEventManager.getInstance()[e](a);}}]),c}(react__WEBPACK_IMPORTED_MODULE_1__.PureComponent),_defineProperty(b,"propTypes",{only:prop_types__WEBPACK_IMPORTED_MODULE_0___default().oneOfType([(prop_types__WEBPACK_IMPORTED_MODULE_0___default().string),prop_types__WEBPACK_IMPORTED_MODULE_0___default().arrayOf((prop_types__WEBPACK_IMPORTED_MODULE_0___default().string))]),except:prop_types__WEBPACK_IMPORTED_MODULE_0___default().oneOfType([(prop_types__WEBPACK_IMPORTED_MODULE_0___default().string),prop_types__WEBPACK_IMPORTED_MODULE_0___default().arrayOf((prop_types__WEBPACK_IMPORTED_MODULE_0___default().string))])}),_defineProperty(b,"defaultProps",d),c}function keyDictionary(a){return arrayFrom(a).reduce(function(a,b){var c=standardizeKeyName(b);if(!isValidKey(c))throw new InvalidKeyNameError(b);return [resolveAltShiftedAlias,resolveUnaltShiftedAlias,resolveShiftedAlias,resolveUnshiftedAlias,resolveAltedAlias,resolveUnaltedAlias].forEach(function(b){a[b(c)]=!0;}),a},{})} var IgnoreKeys=function(a){function b(){return _classCallCheck(this,b),_possibleConstructorReturn(this,_getPrototypeOf(b).apply(this,arguments))}return _inherits(b,a),_createClass(b,[{key:"render",value:function e(){var a=this.props,b=a.hotKeys,c=_objectWithoutProperties(a,["hotKeys"]),d=c.component||Configuration.option("defaultComponent");return react__WEBPACK_IMPORTED_MODULE_1__.createElement(d,_objectSpread({},b,c))}}]),b}(react__WEBPACK_IMPORTED_MODULE_1__.Component);var IgnoreKeys$1 = withHotKeysIgnoreOverride(IgnoreKeys,{},"ignoreEvent"); var ObserveKeys=function(a){function b(){return _classCallCheck(this,b),_possibleConstructorReturn(this,_getPrototypeOf(b).apply(this,arguments))}return _inherits(b,a),_createClass(b,[{key:"render",value:function e(){var a=this.props,b=a.hotKeys,c=_objectWithoutProperties(a,["hotKeys"]),d=c.component||Configuration.option("defaultComponent");return react__WEBPACK_IMPORTED_MODULE_1__.createElement(d,_objectSpread({},b,c))}}]),b}(react__WEBPACK_IMPORTED_MODULE_1__.Component);var ObserveKeys$1 = withHotKeysIgnoreOverride(ObserveKeys,{},"observeIgnoredEvents"); function withIgnoreKeys(a){var b=1<arguments.length&&arguments[1]!==void 0?arguments[1]:{only:[],except:[]};return withHotKeysIgnoreOverride(a,b,"ignoreEvent")} function withObserveKeys(a){var b=1<arguments.length&&arguments[1]!==void 0?arguments[1]:{only:[],except:[]};return withHotKeysIgnoreOverride(a,b,"observeIgnoredEvents")} function configure(){var a=0<arguments.length&&arguments[0]!==void 0?arguments[0]:{};Configuration.init(a);} function getApplicationKeyMap(){return KeyEventManager.getInstance().getApplicationKeyMap()} function recordKeyCombination(a){var b=KeyEventManager.getInstance();return b.addKeyCombinationListener(a)} /***/ }), /***/ 63274: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; if (true) { module.exports = __webpack_require__(58506); } else {} /***/ }), /***/ 69921: /***/ (function(__unused_webpack_module, exports) { "use strict"; var __webpack_unused_export__; /** @license React v17.0.2 * react-is.production.min.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ var b=60103,c=60106,d=60107,e=60108,f=60114,g=60109,h=60110,k=60112,l=60113,m=60120,n=60115,p=60116,q=60121,r=60122,u=60117,v=60129,w=60131; if("function"===typeof Symbol&&Symbol.for){var x=Symbol.for;b=x("react.element");c=x("react.portal");d=x("react.fragment");e=x("react.strict_mode");f=x("react.profiler");g=x("react.provider");h=x("react.context");k=x("react.forward_ref");l=x("react.suspense");m=x("react.suspense_list");n=x("react.memo");p=x("react.lazy");q=x("react.block");r=x("react.server.block");u=x("react.fundamental");v=x("react.debug_trace_mode");w=x("react.legacy_hidden")} function y(a){if("object"===typeof a&&null!==a){var t=a.$$typeof;switch(t){case b:switch(a=a.type,a){case d:case f:case e:case l:case m:return a;default:switch(a=a&&a.$$typeof,a){case h:case k:case p:case n:case g:return a;default:return t}}case c:return t}}}var z=g,A=b,B=k,C=d,D=p,E=n,F=c,G=f,H=e,I=l;__webpack_unused_export__=h;__webpack_unused_export__=z;__webpack_unused_export__=A;__webpack_unused_export__=B;__webpack_unused_export__=C;__webpack_unused_export__=D;__webpack_unused_export__=E;__webpack_unused_export__=F;__webpack_unused_export__=G;__webpack_unused_export__=H; __webpack_unused_export__=I;__webpack_unused_export__=function(){return!1};__webpack_unused_export__=function(){return!1};__webpack_unused_export__=function(a){return y(a)===h};__webpack_unused_export__=function(a){return y(a)===g};__webpack_unused_export__=function(a){return"object"===typeof a&&null!==a&&a.$$typeof===b};__webpack_unused_export__=function(a){return y(a)===k};__webpack_unused_export__=function(a){return y(a)===d};__webpack_unused_export__=function(a){return y(a)===p};__webpack_unused_export__=function(a){return y(a)===n}; __webpack_unused_export__=function(a){return y(a)===c};__webpack_unused_export__=function(a){return y(a)===f};__webpack_unused_export__=function(a){return y(a)===e};__webpack_unused_export__=function(a){return y(a)===l};__webpack_unused_export__=function(a){return"string"===typeof a||"function"===typeof a||a===d||a===f||a===v||a===e||a===l||a===m||a===w||"object"===typeof a&&null!==a&&(a.$$typeof===p||a.$$typeof===n||a.$$typeof===g||a.$$typeof===h||a.$$typeof===k||a.$$typeof===u||a.$$typeof===q||a[0]===r)?!0:!1}; __webpack_unused_export__=y; /***/ }), /***/ 59864: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; if (true) { /* unused reexport */ __webpack_require__(69921); } else {} /***/ }), /***/ 39520: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { !function(e,t){ true?module.exports=t(__webpack_require__(67294)):0}(__webpack_require__.g,(function(e){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=33)}([function(t,n){t.exports=e},function(e,t,n){e.exports=n(15)()},function(e,t,n){var r=n(12),o=n(13),i=n(10),a=n(14);e.exports=function(e,t){return r(e)||o(e,t)||i(e,t)||a()}},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){var r=n(19);e.exports=function(e,t){if(null==e)return{};var n,o,i=r(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(o=0;o<a.length;o++)n=a[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}},function(e,t,n){"use strict";var r,o=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},i=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),a=[];function c(e){for(var t=-1,n=0;n<a.length;n++)if(a[n].identifier===e){t=n;break}return t}function u(e,t){for(var n={},r=[],o=0;o<e.length;o++){var i=e[o],u=t.base?i[0]+t.base:i[0],s=n[u]||0,l="".concat(u," ").concat(s);n[u]=s+1;var f=c(l),p={css:i[1],media:i[2],sourceMap:i[3]};-1!==f?(a[f].references++,a[f].updater(p)):a.push({identifier:l,updater:b(p,t),references:1}),r.push(l)}return r}function s(e){var t=document.createElement("style"),r=e.attributes||{};if(void 0===r.nonce){var o=n.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach((function(e){t.setAttribute(e,r[e])})),"function"==typeof e.insert)e.insert(t);else{var a=i(e.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(t)}return t}var l,f=(l=[],function(e,t){return l[e]=t,l.filter(Boolean).join("\n")});function p(e,t,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(e.styleSheet)e.styleSheet.cssText=f(t,o);else{var i=document.createTextNode(o),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}function d(e,t,n){var r=n.css,o=n.media,i=n.sourceMap;if(o?e.setAttribute("media",o):e.removeAttribute("media"),i&&btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),e.styleSheet)e.styleSheet.cssText=r;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}var g=null,v=0;function b(e,t){var n,r,o;if(t.singleton){var i=v++;n=g||(g=s(t)),r=p.bind(null,n,i,!1),o=p.bind(null,n,i,!0)}else n=s(t),r=d.bind(null,n,t),o=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else o()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=o());var n=u(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var r=0;r<n.length;r++){var o=c(n[r]);a[o].references--}for(var i=u(e,t),s=0;s<n.length;s++){var l=c(n[s]);0===a[l].references&&(a[l].updater(),a.splice(l,1))}n=i}}}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,c=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),u="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(c),"/*# ".concat(u," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,c,u;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(o[a]=!0)}for(var c=0;c<e.length;c++){var u=[].concat(e[c]);r&&o[u[0]]||(n&&(u[2]?u[2]="".concat(n," and ").concat(u[2]):u[2]=n),t.push(u))}},t}},function(e,t){function n(){return e.exports=n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},n.apply(this,arguments)}e.exports=n},function(e,t,n){"undefined"!=typeof self&&self,e.exports=function(){return n={},e.m=t=[function(e,t,n){"use strict";function r(e){return parseInt(e.repeat(3-e.length),16)}n.r(t);var o=new RegExp(/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i),i=new RegExp(/^#?([a-f\d])([a-f\d])([a-f\d])$/i);function a(e){return Number(e)}var c=new RegExp(/\d+/g),u=[{regexps:[o,i],handler:function(e,t){var n=1<arguments.length&&void 0!==t?t:1,a=o.exec(e)||i.exec(e);return a?{r:r(a[1]),g:r(a[2]),b:r(a[3]),a:n}:void 0}},{regexps:[c],handler:function(e){var t=function(e){return function(e){if(Array.isArray(e))return e}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}(e.match(c)),n=t[0],r=t[1],o=t[2],i=t.slice(3).join(".")||1;return function(e,t,n,r){return[e,t,n].every((function(e){return 0<=e&&e<=255}))&&(!r||0<=r&&r<=1)}(n,r,o,i)?{r:a(n),g:a(r),b:a(o),a:a(i)}:void 0}}],s=function(e,t){var n=u.find((function(t){return t.regexps.some((function(t){return t.test(e)}))}));if(!n)throw new Error("Stop color - ".concat(e," does not follow one of the accepted formats Hex / Rgb / Rgba "));return function(e){var t=e.r,n=e.g,r=e.b,o=e.a,i=void 0===o?1:o;return 1!==i?"rgba(".concat(t,", ").concat(n,", ").concat(r,", ").concat(i,")"):"rgb(".concat(t,", ").concat(n,", ").concat(r,")")}(n.handler(e,t))},l=function(e){return null!=e};function f(e){return Number("".concat(e).trim().endsWith("%")?e.trim().replace("%",""):e)}function p(e){return e<=0||Math.abs(e)<=x?0:e}function d(e){return{x:p(Math.cos(e)),y:p(Math.sin(e))}}function g(e){return e*Math.PI/180}var v=function(e){var t=e.x1,n=e.x2,r=e.y1,o=e.y2,i=function(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e)){var n=[],r=!0,o=!1,i=void 0;try{for(var a,c=e[Symbol.iterator]();!(r=(a=c.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw i}}return n}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}([t,n,r,o].map(f),4);t=i[0],n=i[1],r=i[2];var a=n-t,c=(o=i[3])-r;return 0==c?n<t?270:90:0==a?o<r?0:180:function(e,t,n){return e<(1<arguments.length&&void 0!==t?t:0)?360+e:(2<arguments.length&&void 0!==n?n:360)<e?e-360:e}(180*Math.atan2(c,a)/Math.PI+90)},b="style",m="stop-color",y="stop-opacity",h=["x1","x2","y1","y2"],O=function(e){return Array.from(e.querySelectorAll("stop")).map((function(e){var t=j(e.getAttribute("offset")),n=function(e){var t=e.getAttribute(m);if(t){var n=e.getAttribute(y);return s(t,n)}var r=function(e){var t=document.createElement("div");return t.setAttribute("style",e),t.style}(e.getAttribute(b)),o=r[m],i=r[y];return o?s(o,i):void 0}(e);return{offset:Number(t),color:n}}))},x=Math.pow(2,-52),j=function(e){return(e=e.toString().trim()).endsWith("%")?Number(e.replace("%","")):100*Number(e)};function w(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function A(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var E=new DOMParser;function S(e){return(S="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function P(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function D(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var C={string:function(e){var t=E.parseFromString(e,"image/svg+xml").querySelector("linearGradient");if(!t)throw new Error("Couldn't parse svg string into linearGradient SVGElement");return function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?w(n,!0).forEach((function(t){A(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):w(n).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},function(e){return h.reduce((function(t,n){return Object.assign(t,A({},n,e.getAttribute(n)))}),{})}(t),{stops:O(t).filter((function(e){var t=e.offset,n=e.color;return l(t)&&l(n)}))})},object:function(e){return function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?P(n,!0).forEach((function(t){D(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):P(n).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},e,{stops:e.stops.map((function(e){var t=e.offset,n=e.color,r=e.opacity;return{offset:j(t),color:s(n,r)}}))})}},R={getBackground:function(e){var t=S(e),n=C[t];if(!n)throw new Error("Cannot parse non JSON / SVG String input");var r=(e=n(e)).stops||e.children,o=v(e);return{angle:o,background:function(e){var t=e.angle,n=e.stops;return 1===n.length?n[0].color:"linear-gradient(".concat(t,"deg, ").concat(n.map((function(e){return"".concat(e.color," ").concat(e.offset,"%")})).join(", "),")")}({angle:o,stops:r})}},getGradientCords:function(e){var t=function(e){var t=(360-(0<arguments.length&&void 0!==e?e:0))%360;return{startPoint:d(g(90-t)),endPoint:d(g(270-t))}}(e),n=t.startPoint,r=t.endPoint;return{x1:n.x,y1:n.y,x2:r.x,y2:r.y}}};t.default=R}],e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:r})},e.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},e.t=function(t,n){if(1&n&&(t=e(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(e.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var o in t)e.d(r,o,function(e){return t[e]}.bind(null,o));return r},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},e.p="",e(e.s=0);function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var t,n}()},function(e,t,n){var r=n(20),o=n(21),i=n(10),a=n(22);e.exports=function(e){return r(e)||o(e)||i(e)||a()}},function(e,t,n){var r=n(11);e.exports=function(e,t){if(e){if("string"==typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}}},function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}},function(e,t){e.exports=function(e){if(Array.isArray(e))return e}},function(e,t){e.exports=function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,i=void 0;try{for(var a,c=e[Symbol.iterator]();!(r=(a=c.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw i}}return n}}},function(e,t){e.exports=function(){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(e,t,n){"use strict";var r=n(16);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,i,a){if(a!==r){var c=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw c.name="Invariant Violation",c}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:o};return n.PropTypes=n,n}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){var r=n(5),o=n(18);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){(t=n(6)(!1)).push([e.i,".ap {\n flex: none;\n box-sizing: border-box;\n background-color: #fff;\n border: 1px solid #d2d5dc;\n border-radius: 50%;\n display: inline-block;\n position: relative;\n cursor: pointer;\n}\n\n.ap .apc {\n width: 6px;\n position: absolute;\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n margin: auto;\n}\n\n.ap .aph {\n width: 6px;\n height: 6px;\n background-color: #4374AD;\n display: inline-block;\n border-radius: 50%;\n position: absolute;\n left: 0;\n right: 0;\n top: 4px;\n margin: auto;\n cursor: pointer;\n}",""]),e.exports=t},function(e,t){e.exports=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}},function(e,t,n){var r=n(11);e.exports=function(e){if(Array.isArray(e))return r(e)}},function(e,t){e.exports=function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}},function(e,t){e.exports=function(){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(e,t,n){var r=n(5),o=n(24);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(6),o=n(25),i=n(26);t=r(!1);var a=o(i);t.push([e.i,".cs {\n height: 17px;\n position: absolute;\n width: 11px;\n cursor: pointer;\n background: url("+a+") right center;\n}\n\n.cs div {\n height: 7px;\n left: 2px;\n width: 7px;\n position: absolute;\n top: 8px;\n}\n\n.active {\n background-position: left center;\n}",""]),e.exports=t},function(e,t,n){"use strict";e.exports=function(e,t){return t||(t={}),"string"!=typeof(e=e&&e.__esModule?e.default:e)?e:(/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),t.hash&&(e+=t.hash),/["'() \t\n]/.test(e)||t.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e)}},function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAARCAQAAABzuJQIAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAB7SURBVCjP3c7BDQMhDETRP4gyUlb6SEphe9w+JgdArIMPm2uGizV6MpbpERgBzGb0tuZcLvTbDSoHrMUMQmFrY/IaaOeKB7yE+1yTz43irZNXbXcCFosuXqFt9g0cyZICT7LkrU+b62vGeVv4IX+Phc+tfABZK3xj5cgHC29ECUeufxkAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDUtMzFUMTg6NDE6MzIrMDI6MDD31tLGAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTA1LTMxVDE4OjQxOjMyKzAyOjAwhotqegAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII="},function(e,t,n){var r=n(5),o=n(28);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){(t=n(6)(!1)).push([e.i,".cp div {\n box-sizing: border-box;\n cursor: pointer;\n display: inline-block;\n height: 16px;\n width: 16px;\n}\n.cp div:hover {\n border: 1px solid #fff;\n}\n",""]),e.exports=t},function(e,t,n){var r=n(5),o=n(30);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){(t=n(6)(!1)).push([e.i,".gp {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n\n.gp .gp-flat {\n margin: 0 auto;\n padding: 10px 0 0!important;\n box-shadow: none!important;\n transform: none!important;\n}",""]),e.exports=t},function(e,t,n){var r=n(5),o=n(32);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){(t=n(6)(!1)).push([e.i,".gpw {\n padding: 20px;\n}\n\n.gpw .trigger {\n padding: 5px;\n background: rgb(255, 255, 255);\n border-radius: 1px;\n box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px;\n display: inline-block;\n cursor: pointer;\n}\n\n.gpw .trigger .inner {\n width: 36px;\n height: 14px;\n border-radius: 2px;\n}\n\n.gpw .popover {\n z-index: 2;\n margin-top: 6px;\n box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 1px,\n rgba(0, 0, 0, 0.15) 0 8px 16px;\n padding: 12px;\n border-radius: 4px;\n position: absolute;\n}\n\n.gpw .popover .angle-holder {\n margin: 0 -10px;\n padding: 10px 0 0 10px;\n border-top: 1px solid rgb(238, 238, 238);\n display: flex;\n justify-content: space-around;\n align-items: center;\n flex-wrap: wrap;\n position: relative;\n}\n\n.gpw .popover .angle-inputs {\n border-radius: 4px;\n background: #f2f2f2;\n display: flex;\n flex: 1;\n margin: 0 20px;\n justify-content: space-around;\n align-items: center;\n}\n\n.gpw .popover .angle-inputs input {\n border: none;\n text-align: center;\n width: 48px;\n color: #0C0C09;\n background: inherit;\n}\n\n.gpw .popover .angle-inputs span {\n padding: 5px;\n cursor: pointer;\n user-select: none;\n}\n\n.gpw .overlay {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n}",""]),e.exports=t},function(e,t,n){"use strict";n.r(t),n.d(t,"GradientPicker",(function(){return se})),n.d(t,"GradientPickerPopover",(function(){return pe})),n.d(t,"AnglePicker",(function(){return _})),n.d(t,"getGradientPreview",(function(){return b}));var r=function(e,t){return e.offset-t.offset},o=function(e){return e.sort(r)},i=function(){},a=function(e){return e<0?360+e:e>360?e-360:e},c=function(e){if(!e)return{y:0,x:0};var t=e.getBoundingClientRect(),n=t.top,r=t.left;return{y:n+t.height/2,x:r+t.width/2}},u=function(e,t,n){var r=t-n.y,o=e-n.x,i=Math.atan2(r,o);return Math.round(i*(180/Math.PI))+90},s=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=e%t;if(0===n)return e;var r=n>t/2?t-n:-1*n;return e+r},l=n(3),f=n.n(l),p=n(8),d=n.n(p);function g(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function v(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?g(Object(n),!0).forEach((function(t){f()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):g(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var b=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:90,n=d.a.getGradientCords(t),r=d.a.getBackground(v(v({},n),{},{stops:e})),o=r.background;return{gradient:n,background:o,angle:t}},m=n(2),y=n.n(m),h=n(0),O=n.n(h),x=n(1),j=n.n(x);function w(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function A(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?w(Object(n),!0).forEach((function(t){f()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):w(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var E=Object(x.shape)({id:x.number.isRequired,color:x.string.isRequired,offset:x.number.isRequired,isActive:x.bool.isRequired,pointX:x.number}),S=Object(x.shape)({min:x.number.isRequired,max:x.number.isRequired,drop:x.number}),P=Object(x.shape)({id:x.number,color:x.string.isRequired,offset:x.string.isRequired,opacity:x.number}),D={stop:E.isRequired,limits:S.isRequired,onPosChange:x.func.isRequired,onDeleteColor:x.func.isRequired,onDragStart:x.func,onDragEnd:x.func},C={width:x.number.isRequired,stops:Object(x.arrayOf)(E),limits:S,disabled:x.bool,onPosChange:x.func.isRequired,onAddColor:x.func.isRequired,onDeleteColor:x.func.isRequired,onDragStart:x.func,onDragEnd:x.func},R={width:x.number.isRequired,height:x.number.isRequired,palette:Object(x.arrayOf)(P).isRequired},M={onPaletteChange:x.func.isRequired,paletteHeight:x.number,width:x.number,stopRemovalDrop:x.number,maxStops:x.number,minStops:x.number,flatStyle:x.bool,palette:Object(x.arrayOf)(P)},k={angle:x.number.isRequired,setAngle:x.func.isRequired,size:x.number,snap:x.number},T=A(A(A({},M),k),{},{showAnglePicker:x.bool,open:x.bool.isRequired,setOpen:x.func.isRequired,trigger:x.func}),F="touchstart",N={MOUSE:{stop:function(e){e.preventDefault(),e.stopPropagation()},coordinates:function(e){return{clientX:e.clientX,clientY:e.clientY}},dragEvent:{name:"mousemove"},dragEndEvent:{name:"mouseup"}},TOUCH:{stop:i,coordinates:function(e){var t=y()(e.touches,1)[0];return{clientX:t.clientX,clientY:t.clientY}},dragEvent:{name:"touchmove",options:{cancelable:!0,passive:!0}},dragEndEvent:{name:"touchend"}}},q=function(e){var t=e.onDragStart,n=void 0===t?i:t,r=e.onDrag,o=e.onDragEnd,a=void 0===o?i:o,c=Object(h.useState)({}),u=y()(c,2),s=u[0],l=u[1],f=Object(h.useState)(!1),p=y()(f,2),d=p[0],g=p[1],v=function(e,t){g(!0),s.handler=t,n(t.coordinates(e))},b=function(){g(!1),a(s.change),l({})},m=function(e){var t=s.handler;d&&(s.change=r(t.coordinates(e)))};return Object(h.useEffect)((function(){var e=s.handler;if(e){var t=e.dragEvent,n=e.dragEndEvent;return d&&(document.addEventListener(t.name,m,n.options),document.addEventListener(n.name,b)),function(){document.removeEventListener(t.name,m,n.options),document.removeEventListener(n.name,b)}}}),[d]),[function(e){var t=function(e){return e.type===F}(e)?N.TOUCH:N.MOUSE;t.stop(e),e.button||v(e,t)},v,b]},I=(n(17),function(e){var t=e.angle,n=e.setAngle,r=e.size,o=void 0===r?48:r,i=e.snap,l=void 0===i?5:i,f=Object(h.useRef)(),p={height:o,width:o},d=function(e){var t=e.clientX,r=e.clientY,o=arguments.length>1&&void 0!==arguments[1]&&arguments[1],i=c(f.current),p=u(t,r,i),d=a(p),g=o?s(d,l):d;return n(g),g},g=q({onDragStart:function(e){return d(e,!0)},onDrag:d,onDragEnd:function(e){if(e){var t=s(e,l);n(t)}}}),v=y()(g,1)[0];return O.a.createElement("div",{className:"ap",ref:f,onMouseDown:v,onTouchStart:v,style:p},O.a.createElement("span",{className:"apc",style:{transform:"rotate(".concat(t,"deg)"),height:o}},O.a.createElement("i",{className:"aph"})))});I.propTypes=k;var _=I,U=n(4),B=n.n(U),G=n(9),L=n.n(G),X=n(7),Y=n.n(X),z=function(e){var t=e.limits,n=e.stop,r=e.initialPos,o=e.colorStopRef,i=e.onPosChange,a=e.onDragStart,c=e.onDragEnd,u=e.onDeleteColor,s=Object(h.useState)(r),l=y()(s,2),f=l[0],p=l[1],d=q({onDragStart:function(e){var t=e.clientX;p(t),a(n.id)},onDrag:function(e){var r,a=e.clientX,c=e.clientY,s=n.id,l=n.offset,p=t.min,d=t.max,g=(r=o).current?r.current.getBoundingClientRect().top:0;if(Math.abs(c-g)>t.drop)return u(s);var v=function(e,t,n){return Math.max(Math.min(e,n),t)}(l-f+a,p,d);i({id:s,offset:v})},onDragEnd:function(){return c(n.id)}});return[y()(d,1)[0]]},H=(n(23),function(e){var t=e.stop,n=e.limits,r=e.onPosChange,o=e.onDeleteColor,a=e.onDragStart,c=void 0===a?i:a,u=e.onDragEnd,s=void 0===u?i:u,l=Object(h.useRef)(),f=z({stop:t,limits:n,onPosChange:r,onDragStart:c,onDragEnd:s,onDeleteColor:o,colorStopRef:l}),p=y()(f,1)[0],d=t.offset,g=t.color,v=t.isActive;return O.a.createElement("div",{className:v?"cs active":"cs",ref:l,style:{left:d},onMouseDown:p,onTouchStart:p},O.a.createElement("div",{style:{backgroundColor:g}}))});H.propTypes=D;var V=H,J=function(e,t){return{width:e,height:17,position:"relative",cursor:t?"default":"crosshair"}},Q=function(e){var t=e.width,n=e.stops,r=e.disabled,o=void 0!==r&&r,i=e.onAddColor,a=B()(e,["width","stops","disabled","onAddColor"]);return O.a.createElement("div",{className:"csh",style:J(t,o),onMouseDown:function(e){if(e.preventDefault(),!e.button){var t=e.clientX-e.target.getBoundingClientRect().left;i({offset:t})}}},n.map((function(e){return O.a.createElement(V,Y()({key:e.id,stop:e},a))})))};Q.propTypes=C;var W=Q,Z=function(){return""+Math.random().toString(36).substr(2,9)},K=function(e){var t=e.palette,n=e.width,r=e.height,i=o(t),a=Object(h.useMemo)(Z,[t.length]);return O.a.createElement("div",{className:"palette",style:{width:n,height:r}},O.a.createElement("svg",{width:"100%",height:"100%"},O.a.createElement("defs",null,O.a.createElement("linearGradient",{id:a,x1:"0",y1:"0.5",x2:"1",y2:"0.5"}," ",i.map((function(e){var t=e.id,n=e.offset,r=e.color,o=e.opacity,i=void 0===o?1:o;return O.a.createElement("stop",{key:t,offset:n,style:{stopColor:r,stopOpacity:i}})})))),O.a.createElement("rect",{x:"0",y:"0",width:"100%",height:"100%",fill:"url(#".concat(a,")")})))};K.propTypes=R;var $=K,ee=[{value:"#000000",name:"black"},{value:"#808080",name:"gray"},{value:"#C0C0C0",name:"silver"},{value:"#FFFFFF",name:"white"},{value:"#FF0000",name:"red"},{value:"#800000",name:"maroon"},{value:"#FFFF00",name:"yellow"},{value:"#808000",name:"olive"},{value:"#00FF00",name:"lime"},{value:"#008000",name:"green"},{value:"#00FFFF",name:"aqua"},{value:"#008080",name:"teal"},{value:"#0000FF",name:"blue"},{value:"#000080",name:"navy"},{value:"#FF00FF",name:"fuchsia"},{value:"#800080",name:"purple"}],te=(n(27),function(e){var t=e.onSelect;return O.a.createElement("div",{className:"cp"},ee.map((function(e){var n=e.value,r=e.name;return O.a.createElement("div",{onClick:function(){return t(n)},key:r,title:r,style:{backgroundColor:n}})})))});te.propTypes={color:j.a.string.isRequired,onSelect:j.a.func.isRequired};var ne=te;n(29);function re(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function oe(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?re(Object(n),!0).forEach((function(t){f()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):re(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var ie=function(e){return Math.max.apply(Math,L()(e.map((function(e){return e.id}))))+1},ae=function(e){var t=e.palette,n=e.activeId,r=e.width;return t.map((function(e){return oe(oe({},e),{},{id:e.id,offset:r*e.offset-5,isActive:e.id===n})}))},ce=function(e,t){var n=e.find((function(e){return e.id===t}));return oe(oe({},n),{},{offset:Number(n.offset)})},ue=function(e){var t=e.palette,n=e.paletteHeight,r=void 0===n?32:n,i=e.width,a=void 0===i?220:i,c=e.stopRemovalDrop,u=void 0===c?50:c,s=e.minStops,l=void 0===s?2:s,f=e.maxStops,p=void 0===f?5:f,d=e.children,g=e.flatStyle,v=void 0!==g&&g,b=e.onPaletteChange,m=t=function(e){return e.map((function(e,t){return oe(oe({},e),{},{id:e.id||t+1})}))}(t),x=y()(m,1)[0],j=Object(h.useState)(x.id),w=y()(j,2),A=w[0],E=w[1],S=Object(h.useMemo)((function(){return{min:-5,max:a-5,drop:u}}),[a]),P=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;t=t.map((function(t){return A===t.id?oe(oe({},t),{},{color:e,opacity:n}):t})),D(t)},D=function(e){var t=o(e).map((function(e){var t=e.offset,n=B()(e,["offset"]);return oe({offset:Number(t).toFixed(3)},n)}));b(t)},C=a-5,R=t.length>=p;return O.a.createElement("div",{className:"gp"},O.a.createElement($,{width:C,height:r,palette:t}),O.a.createElement(W,{width:C,disabled:R,stops:ae({palette:t,width:C,activeId:A}),limits:S,onPosChange:function(e){var n=e.id,r=e.offset,o=t.map((function(e){return n===e.id?oe(oe({},e),{},{offset:(r+5)/a}):e}));D(o)},onAddColor:function(e){var n=e.offset;if(!(t.length>=p)){var r=ce(t,A).color,o={id:ie(t),offset:n/a,color:r},i=[].concat(L()(t),[o]);E(o.id),D(i)}},onDeleteColor:function(e){if(!(t.length<=l)){var n=t.filter((function(t){return t.id!==e})),r=n.reduce((function(e,t){return t.offset<e.offset?t:e}),n[0]).id;E(r),D(n)}},onDragStart:function(e){E(e)}}),function(){var e=ce(t,A),n=oe(oe({color:e.color,opacity:e.opacity},v&&{width:a,className:"gp-flat"}),{},{onSelect:P});if(!d)return O.a.createElement(ne,n);var r=O.a.Children.only(d);return O.a.cloneElement(r,n)}())};ue.propTypes=M;var se=ue,le=(n(31),function(e,t){return O.a.createElement("div",{className:"trigger",onClick:t},O.a.createElement("div",{className:"inner",style:{background:e}}))}),fe=function(e){var t=e.palette,n=e.open,r=void 0!==n&&n,o=e.setOpen,i=e.trigger,a=void 0===i?le:i,c=e.showAnglePicker,u=void 0!==c&&c,s=e.angle,l=e.setAngle,f=B()(e,["palette","open","setOpen","trigger","showAnglePicker","angle","setAngle"]),p=b(t,s).background,d=function(e){l(e=(e=e>360?e-360:e)<0?e+360:e)};return O.a.createElement("div",{className:"gpw"},a(p,(function(){return o(!r)})),r&&O.a.createElement(O.a.Fragment,null,O.a.createElement("div",{className:"overlay",onClick:function(){return o(!1)}}),O.a.createElement("div",{className:"popover"},O.a.createElement(se,Y()({},f,{palette:t,flatStyle:!0})),u&&O.a.createElement("div",{className:"angle-holder"},O.a.createElement(_,{angle:s,setAngle:l,size:32}),O.a.createElement("div",{className:"angle-inputs"},O.a.createElement("span",{onClick:function(){return d(s-1)}},"−"),O.a.createElement("input",{value:"".concat(s,"°"),disabled:!0}),O.a.createElement("span",{onClick:function(){return d(s+1)}},"+"))))))};fe.propTypes=T;var pe=fe}])})); //# sourceMappingURL=index.js.map /***/ }), /***/ 88359: /***/ (function(__unused_webpack_module, exports) { "use strict"; var __webpack_unused_export__; /** @license React v16.13.1 * react-is.production.min.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ var b="function"===typeof Symbol&&Symbol.for,c=b?Symbol.for("react.element"):60103,d=b?Symbol.for("react.portal"):60106,e=b?Symbol.for("react.fragment"):60107,f=b?Symbol.for("react.strict_mode"):60108,g=b?Symbol.for("react.profiler"):60114,h=b?Symbol.for("react.provider"):60109,k=b?Symbol.for("react.context"):60110,l=b?Symbol.for("react.async_mode"):60111,m=b?Symbol.for("react.concurrent_mode"):60111,n=b?Symbol.for("react.forward_ref"):60112,p=b?Symbol.for("react.suspense"):60113,q=b? Symbol.for("react.suspense_list"):60120,r=b?Symbol.for("react.memo"):60115,t=b?Symbol.for("react.lazy"):60116,v=b?Symbol.for("react.block"):60121,w=b?Symbol.for("react.fundamental"):60117,x=b?Symbol.for("react.responder"):60118,y=b?Symbol.for("react.scope"):60119; function z(a){if("object"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}__webpack_unused_export__=l;__webpack_unused_export__=m;__webpack_unused_export__=k;__webpack_unused_export__=h;__webpack_unused_export__=c;__webpack_unused_export__=n;__webpack_unused_export__=e;__webpack_unused_export__=t;__webpack_unused_export__=r;__webpack_unused_export__=d; __webpack_unused_export__=g;__webpack_unused_export__=f;__webpack_unused_export__=p;__webpack_unused_export__=function(a){return A(a)||z(a)===l};__webpack_unused_export__=A;exports.isContextConsumer=function(a){return z(a)===k};__webpack_unused_export__=function(a){return z(a)===h};__webpack_unused_export__=function(a){return"object"===typeof a&&null!==a&&a.$$typeof===c};__webpack_unused_export__=function(a){return z(a)===n};__webpack_unused_export__=function(a){return z(a)===e};__webpack_unused_export__=function(a){return z(a)===t}; __webpack_unused_export__=function(a){return z(a)===r};__webpack_unused_export__=function(a){return z(a)===d};__webpack_unused_export__=function(a){return z(a)===g};__webpack_unused_export__=function(a){return z(a)===f};__webpack_unused_export__=function(a){return z(a)===p}; __webpack_unused_export__=function(a){return"string"===typeof a||"function"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||"object"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};__webpack_unused_export__=z; /***/ }), /***/ 72973: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; if (true) { module.exports = __webpack_require__(88359); } else {} /***/ }), /***/ 76585: /***/ (function(module) { module.exports = Array.isArray || function (arr) { return Object.prototype.toString.call(arr) == '[object Array]'; }; /***/ }), /***/ 39658: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var isarray = __webpack_require__(76585) /** * Expose `pathToRegexp`. */ module.exports = pathToRegexp module.exports.parse = parse module.exports.compile = compile module.exports.tokensToFunction = tokensToFunction module.exports.tokensToRegExp = tokensToRegExp /** * The main path matching regexp utility. * * @type {RegExp} */ var PATH_REGEXP = new RegExp([ // Match escaped characters that would otherwise appear in future matches. // This allows the user to escape special characters that won't transform. '(\\\\.)', // Match Express-style parameters and un-named parameters with a prefix // and optional suffixes. Matches appear as: // // "/:test(\\d+)?" => ["/", "test", "\d+", undefined, "?", undefined] // "/route(\\d+)" => [undefined, undefined, undefined, "\d+", undefined, undefined] // "/*" => ["/", undefined, undefined, undefined, undefined, "*"] '([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))' ].join('|'), 'g') /** * Parse a string for the raw tokens. * * @param {string} str * @param {Object=} options * @return {!Array} */ function parse (str, options) { var tokens = [] var key = 0 var index = 0 var path = '' var defaultDelimiter = options && options.delimiter || '/' var res while ((res = PATH_REGEXP.exec(str)) != null) { var m = res[0] var escaped = res[1] var offset = res.index path += str.slice(index, offset) index = offset + m.length // Ignore already escaped sequences. if (escaped) { path += escaped[1] continue } var next = str[index] var prefix = res[2] var name = res[3] var capture = res[4] var group = res[5] var modifier = res[6] var asterisk = res[7] // Push the current path onto the tokens. if (path) { tokens.push(path) path = '' } var partial = prefix != null && next != null && next !== prefix var repeat = modifier === '+' || modifier === '*' var optional = modifier === '?' || modifier === '*' var delimiter = res[2] || defaultDelimiter var pattern = capture || group tokens.push({ name: name || key++, prefix: prefix || '', delimiter: delimiter, optional: optional, repeat: repeat, partial: partial, asterisk: !!asterisk, pattern: pattern ? escapeGroup(pattern) : (asterisk ? '.*' : '[^' + escapeString(delimiter) + ']+?') }) } // Match any characters still remaining. if (index < str.length) { path += str.substr(index) } // If the path exists, push it onto the end. if (path) { tokens.push(path) } return tokens } /** * Compile a string to a template function for the path. * * @param {string} str * @param {Object=} options * @return {!function(Object=, Object=)} */ function compile (str, options) { return tokensToFunction(parse(str, options), options) } /** * Prettier encoding of URI path segments. * * @param {string} * @return {string} */ function encodeURIComponentPretty (str) { return encodeURI(str).replace(/[\/?#]/g, function (c) { return '%' + c.charCodeAt(0).toString(16).toUpperCase() }) } /** * Encode the asterisk parameter. Similar to `pretty`, but allows slashes. * * @param {string} * @return {string} */ function encodeAsterisk (str) { return encodeURI(str).replace(/[?#]/g, function (c) { return '%' + c.charCodeAt(0).toString(16).toUpperCase() }) } /** * Expose a method for transforming tokens into the path function. */ function tokensToFunction (tokens, options) { // Compile all the tokens into regexps. var matches = new Array(tokens.length) // Compile all the patterns before compilation. for (var i = 0; i < tokens.length; i++) { if (typeof tokens[i] === 'object') { matches[i] = new RegExp('^(?:' + tokens[i].pattern + ')$', flags(options)) } } return function (obj, opts) { var path = '' var data = obj || {} var options = opts || {} var encode = options.pretty ? encodeURIComponentPretty : encodeURIComponent for (var i = 0; i < tokens.length; i++) { var token = tokens[i] if (typeof token === 'string') { path += token continue } var value = data[token.name] var segment if (value == null) { if (token.optional) { // Prepend partial segment prefixes. if (token.partial) { path += token.prefix } continue } else { throw new TypeError('Expected "' + token.name + '" to be defined') } } if (isarray(value)) { if (!token.repeat) { throw new TypeError('Expected "' + token.name + '" to not repeat, but received `' + JSON.stringify(value) + '`') } if (value.length === 0) { if (token.optional) { continue } else { throw new TypeError('Expected "' + token.name + '" to not be empty') } } for (var j = 0; j < value.length; j++) { segment = encode(value[j]) if (!matches[i].test(segment)) { throw new TypeError('Expected all "' + token.name + '" to match "' + token.pattern + '", but received `' + JSON.stringify(segment) + '`') } path += (j === 0 ? token.prefix : token.delimiter) + segment } continue } segment = token.asterisk ? encodeAsterisk(value) : encode(value) if (!matches[i].test(segment)) { throw new TypeError('Expected "' + token.name + '" to match "' + token.pattern + '", but received "' + segment + '"') } path += token.prefix + segment } return path } } /** * Escape a regular expression string. * * @param {string} str * @return {string} */ function escapeString (str) { return str.replace(/([.+*?=^!:${}()[\]|\/\\])/g, '\\$1') } /** * Escape the capturing group by escaping special characters and meaning. * * @param {string} group * @return {string} */ function escapeGroup (group) { return group.replace(/([=!:$\/()])/g, '\\$1') } /** * Attach the keys as a property of the regexp. * * @param {!RegExp} re * @param {Array} keys * @return {!RegExp} */ function attachKeys (re, keys) { re.keys = keys return re } /** * Get the flags for a regexp from the options. * * @param {Object} options * @return {string} */ function flags (options) { return options && options.sensitive ? '' : 'i' } /** * Pull out keys from a regexp. * * @param {!RegExp} path * @param {!Array} keys * @return {!RegExp} */ function regexpToRegexp (path, keys) { // Use a negative lookahead to match only capturing groups. var groups = path.source.match(/\((?!\?)/g) if (groups) { for (var i = 0; i < groups.length; i++) { keys.push({ name: i, prefix: null, delimiter: null, optional: false, repeat: false, partial: false, asterisk: false, pattern: null }) } } return attachKeys(path, keys) } /** * Transform an array into a regexp. * * @param {!Array} path * @param {Array} keys * @param {!Object} options * @return {!RegExp} */ function arrayToRegexp (path, keys, options) { var parts = [] for (var i = 0; i < path.length; i++) { parts.push(pathToRegexp(path[i], keys, options).source) } var regexp = new RegExp('(?:' + parts.join('|') + ')', flags(options)) return attachKeys(regexp, keys) } /** * Create a path regexp from string input. * * @param {string} path * @param {!Array} keys * @param {!Object} options * @return {!RegExp} */ function stringToRegexp (path, keys, options) { return tokensToRegExp(parse(path, options), keys, options) } /** * Expose a function for taking tokens and returning a RegExp. * * @param {!Array} tokens * @param {(Array|Object)=} keys * @param {Object=} options * @return {!RegExp} */ function tokensToRegExp (tokens, keys, options) { if (!isarray(keys)) { options = /** @type {!Object} */ (keys || options) keys = [] } options = options || {} var strict = options.strict var end = options.end !== false var route = '' // Iterate over the tokens and create our regexp string. for (var i = 0; i < tokens.length; i++) { var token = tokens[i] if (typeof token === 'string') { route += escapeString(token) } else { var prefix = escapeString(token.prefix) var capture = '(?:' + token.pattern + ')' keys.push(token) if (token.repeat) { capture += '(?:' + prefix + capture + ')*' } if (token.optional) { if (!token.partial) { capture = '(?:' + prefix + '(' + capture + '))?' } else { capture = prefix + '(' + capture + ')?' } } else { capture = prefix + '(' + capture + ')' } route += capture } } var delimiter = escapeString(options.delimiter || '/') var endsWithDelimiter = route.slice(-delimiter.length) === delimiter // In non-strict mode we allow a slash at the end of match. If the path to // match already ends with a slash, we remove it for consistency. The slash // is valid at the end of a path match, not in the middle. This is important // in non-ending mode, where "/test/" shouldn't match "/test//route". if (!strict) { route = (endsWithDelimiter ? route.slice(0, -delimiter.length) : route) + '(?:' + delimiter + '(?=$))?' } if (end) { route += '$' } else { // In non-ending mode, we need the capturing groups to match as much as // possible by using a positive lookahead to the end or next path segment. route += strict && endsWithDelimiter ? '' : '(?=' + delimiter + '|$)' } return attachKeys(new RegExp('^' + route, flags(options)), keys) } /** * Normalize the given path string, returning a regular expression. * * An empty array can be passed in for the keys, which will hold the * placeholder key descriptions. For example, using `/user/:id`, `keys` will * contain `[{ name: 'id', delimiter: '/', optional: false, repeat: false }]`. * * @param {(string|RegExp|Array)} path * @param {(Array|Object)=} keys * @param {Object=} options * @return {!RegExp} */ function pathToRegexp (path, keys, options) { if (!isarray(keys)) { options = /** @type {!Object} */ (keys || options) keys = [] } options = options || {} if (path instanceof RegExp) { return regexpToRegexp(path, /** @type {!Array} */ (keys)) } if (isarray(path)) { return arrayToRegexp(/** @type {!Array} */ (path), /** @type {!Array} */ (keys), options) } return stringToRegexp(/** @type {string} */ (path), /** @type {!Array} */ (keys), options) } /***/ }), /***/ 30086: /***/ (function(__unused_webpack_module, exports) { "use strict"; var __webpack_unused_export__; /** @license React v16.13.1 * react-is.production.min.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ var b="function"===typeof Symbol&&Symbol.for,c=b?Symbol.for("react.element"):60103,d=b?Symbol.for("react.portal"):60106,e=b?Symbol.for("react.fragment"):60107,f=b?Symbol.for("react.strict_mode"):60108,g=b?Symbol.for("react.profiler"):60114,h=b?Symbol.for("react.provider"):60109,k=b?Symbol.for("react.context"):60110,l=b?Symbol.for("react.async_mode"):60111,m=b?Symbol.for("react.concurrent_mode"):60111,n=b?Symbol.for("react.forward_ref"):60112,p=b?Symbol.for("react.suspense"):60113,q=b? Symbol.for("react.suspense_list"):60120,r=b?Symbol.for("react.memo"):60115,t=b?Symbol.for("react.lazy"):60116,v=b?Symbol.for("react.block"):60121,w=b?Symbol.for("react.fundamental"):60117,x=b?Symbol.for("react.responder"):60118,y=b?Symbol.for("react.scope"):60119; function z(a){if("object"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}__webpack_unused_export__=l;__webpack_unused_export__=m;__webpack_unused_export__=k;__webpack_unused_export__=h;__webpack_unused_export__=c;__webpack_unused_export__=n;__webpack_unused_export__=e;__webpack_unused_export__=t;__webpack_unused_export__=r;__webpack_unused_export__=d; __webpack_unused_export__=g;__webpack_unused_export__=f;__webpack_unused_export__=p;__webpack_unused_export__=function(a){return A(a)||z(a)===l};__webpack_unused_export__=A;__webpack_unused_export__=function(a){return z(a)===k};__webpack_unused_export__=function(a){return z(a)===h};__webpack_unused_export__=function(a){return"object"===typeof a&&null!==a&&a.$$typeof===c};__webpack_unused_export__=function(a){return z(a)===n};__webpack_unused_export__=function(a){return z(a)===e};__webpack_unused_export__=function(a){return z(a)===t}; __webpack_unused_export__=function(a){return z(a)===r};__webpack_unused_export__=function(a){return z(a)===d};__webpack_unused_export__=function(a){return z(a)===g};__webpack_unused_export__=function(a){return z(a)===f};__webpack_unused_export__=function(a){return z(a)===p}; __webpack_unused_export__=function(a){return"string"===typeof a||"function"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||"object"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};__webpack_unused_export__=z; /***/ }), /***/ 50663: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; if (true) { /* unused reexport */ __webpack_require__(30086); } else {} /***/ }), /***/ 12666: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, { "ZP": function() { return /* binding */ esm_Transition; } }); // UNUSED EXPORTS: ENTERED, ENTERING, EXITED, EXITING, UNMOUNTED // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js var objectWithoutPropertiesLoose = __webpack_require__(19756); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js var inheritsLoose = __webpack_require__(41788); // EXTERNAL MODULE: ./node_modules/prop-types/index.js var prop_types = __webpack_require__(45697); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/react-dom/index.js var react_dom = __webpack_require__(73935); ;// CONCATENATED MODULE: ./node_modules/react-transition-group/esm/config.js /* harmony default export */ var config = ({ disabled: false }); // EXTERNAL MODULE: ./node_modules/react-transition-group/esm/TransitionGroupContext.js var TransitionGroupContext = __webpack_require__(220); ;// CONCATENATED MODULE: ./node_modules/react-transition-group/esm/Transition.js var UNMOUNTED = 'unmounted'; var EXITED = 'exited'; var ENTERING = 'entering'; var ENTERED = 'entered'; var EXITING = 'exiting'; /** * The Transition component lets you describe a transition from one component * state to another _over time_ with a simple declarative API. Most commonly * it's used to animate the mounting and unmounting of a component, but can also * be used to describe in-place transition states as well. * * --- * * **Note**: `Transition` is a platform-agnostic base component. If you're using * transitions in CSS, you'll probably want to use * [`CSSTransition`](https://reactcommunity.org/react-transition-group/css-transition) * instead. It inherits all the features of `Transition`, but contains * additional features necessary to play nice with CSS transitions (hence the * name of the component). * * --- * * By default the `Transition` component does not alter the behavior of the * component it renders, it only tracks "enter" and "exit" states for the * components. It's up to you to give meaning and effect to those states. For * example we can add styles to a component when it enters or exits: * * ```jsx * import { Transition } from 'react-transition-group'; * * const duration = 300; * * const defaultStyle = { * transition: `opacity ${duration}ms ease-in-out`, * opacity: 0, * } * * const transitionStyles = { * entering: { opacity: 1 }, * entered: { opacity: 1 }, * exiting: { opacity: 0 }, * exited: { opacity: 0 }, * }; * * const Fade = ({ in: inProp }) => ( * <Transition in={inProp} timeout={duration}> * {state => ( * <div style={{ * ...defaultStyle, * ...transitionStyles[state] * }}> * I'm a fade Transition! * </div> * )} * </Transition> * ); * ``` * * There are 4 main states a Transition can be in: * - `'entering'` * - `'entered'` * - `'exiting'` * - `'exited'` * * Transition state is toggled via the `in` prop. When `true` the component * begins the "Enter" stage. During this stage, the component will shift from * its current transition state, to `'entering'` for the duration of the * transition and then to the `'entered'` stage once it's complete. Let's take * the following example (we'll use the * [useState](https://reactjs.org/docs/hooks-reference.html#usestate) hook): * * ```jsx * function App() { * const [inProp, setInProp] = useState(false); * return ( * <div> * <Transition in={inProp} timeout={500}> * {state => ( * // ... * )} * </Transition> * <button onClick={() => setInProp(true)}> * Click to Enter * </button> * </div> * ); * } * ``` * * When the button is clicked the component will shift to the `'entering'` state * and stay there for 500ms (the value of `timeout`) before it finally switches * to `'entered'`. * * When `in` is `false` the same thing happens except the state moves from * `'exiting'` to `'exited'`. */ var Transition = /*#__PURE__*/function (_React$Component) { (0,inheritsLoose/* default */.Z)(Transition, _React$Component); function Transition(props, context) { var _this; _this = _React$Component.call(this, props, context) || this; var parentGroup = context; // In the context of a TransitionGroup all enters are really appears var appear = parentGroup && !parentGroup.isMounting ? props.enter : props.appear; var initialStatus; _this.appearStatus = null; if (props.in) { if (appear) { initialStatus = EXITED; _this.appearStatus = ENTERING; } else { initialStatus = ENTERED; } } else { if (props.unmountOnExit || props.mountOnEnter) { initialStatus = UNMOUNTED; } else { initialStatus = EXITED; } } _this.state = { status: initialStatus }; _this.nextCallback = null; return _this; } Transition.getDerivedStateFromProps = function getDerivedStateFromProps(_ref, prevState) { var nextIn = _ref.in; if (nextIn && prevState.status === UNMOUNTED) { return { status: EXITED }; } return null; } // getSnapshotBeforeUpdate(prevProps) { // let nextStatus = null // if (prevProps !== this.props) { // const { status } = this.state // if (this.props.in) { // if (status !== ENTERING && status !== ENTERED) { // nextStatus = ENTERING // } // } else { // if (status === ENTERING || status === ENTERED) { // nextStatus = EXITING // } // } // } // return { nextStatus } // } ; var _proto = Transition.prototype; _proto.componentDidMount = function componentDidMount() { this.updateStatus(true, this.appearStatus); }; _proto.componentDidUpdate = function componentDidUpdate(prevProps) { var nextStatus = null; if (prevProps !== this.props) { var status = this.state.status; if (this.props.in) { if (status !== ENTERING && status !== ENTERED) { nextStatus = ENTERING; } } else { if (status === ENTERING || status === ENTERED) { nextStatus = EXITING; } } } this.updateStatus(false, nextStatus); }; _proto.componentWillUnmount = function componentWillUnmount() { this.cancelNextCallback(); }; _proto.getTimeouts = function getTimeouts() { var timeout = this.props.timeout; var exit, enter, appear; exit = enter = appear = timeout; if (timeout != null && typeof timeout !== 'number') { exit = timeout.exit; enter = timeout.enter; // TODO: remove fallback for next major appear = timeout.appear !== undefined ? timeout.appear : enter; } return { exit: exit, enter: enter, appear: appear }; }; _proto.updateStatus = function updateStatus(mounting, nextStatus) { if (mounting === void 0) { mounting = false; } if (nextStatus !== null) { // nextStatus will always be ENTERING or EXITING. this.cancelNextCallback(); if (nextStatus === ENTERING) { this.performEnter(mounting); } else { this.performExit(); } } else if (this.props.unmountOnExit && this.state.status === EXITED) { this.setState({ status: UNMOUNTED }); } }; _proto.performEnter = function performEnter(mounting) { var _this2 = this; var enter = this.props.enter; var appearing = this.context ? this.context.isMounting : mounting; var _ref2 = this.props.nodeRef ? [appearing] : [react_dom.findDOMNode(this), appearing], maybeNode = _ref2[0], maybeAppearing = _ref2[1]; var timeouts = this.getTimeouts(); var enterTimeout = appearing ? timeouts.appear : timeouts.enter; // no enter animation skip right to ENTERED // if we are mounting and running this it means appear _must_ be set if (!mounting && !enter || config.disabled) { this.safeSetState({ status: ENTERED }, function () { _this2.props.onEntered(maybeNode); }); return; } this.props.onEnter(maybeNode, maybeAppearing); this.safeSetState({ status: ENTERING }, function () { _this2.props.onEntering(maybeNode, maybeAppearing); _this2.onTransitionEnd(enterTimeout, function () { _this2.safeSetState({ status: ENTERED }, function () { _this2.props.onEntered(maybeNode, maybeAppearing); }); }); }); }; _proto.performExit = function performExit() { var _this3 = this; var exit = this.props.exit; var timeouts = this.getTimeouts(); var maybeNode = this.props.nodeRef ? undefined : react_dom.findDOMNode(this); // no exit animation skip right to EXITED if (!exit || config.disabled) { this.safeSetState({ status: EXITED }, function () { _this3.props.onExited(maybeNode); }); return; } this.props.onExit(maybeNode); this.safeSetState({ status: EXITING }, function () { _this3.props.onExiting(maybeNode); _this3.onTransitionEnd(timeouts.exit, function () { _this3.safeSetState({ status: EXITED }, function () { _this3.props.onExited(maybeNode); }); }); }); }; _proto.cancelNextCallback = function cancelNextCallback() { if (this.nextCallback !== null) { this.nextCallback.cancel(); this.nextCallback = null; } }; _proto.safeSetState = function safeSetState(nextState, callback) { // This shouldn't be necessary, but there are weird race conditions with // setState callbacks and unmounting in testing, so always make sure that // we can cancel any pending setState callbacks after we unmount. callback = this.setNextCallback(callback); this.setState(nextState, callback); }; _proto.setNextCallback = function setNextCallback(callback) { var _this4 = this; var active = true; this.nextCallback = function (event) { if (active) { active = false; _this4.nextCallback = null; callback(event); } }; this.nextCallback.cancel = function () { active = false; }; return this.nextCallback; }; _proto.onTransitionEnd = function onTransitionEnd(timeout, handler) { this.setNextCallback(handler); var node = this.props.nodeRef ? this.props.nodeRef.current : react_dom.findDOMNode(this); var doesNotHaveTimeoutOrListener = timeout == null && !this.props.addEndListener; if (!node || doesNotHaveTimeoutOrListener) { setTimeout(this.nextCallback, 0); return; } if (this.props.addEndListener) { var _ref3 = this.props.nodeRef ? [this.nextCallback] : [node, this.nextCallback], maybeNode = _ref3[0], maybeNextCallback = _ref3[1]; this.props.addEndListener(maybeNode, maybeNextCallback); } if (timeout != null) { setTimeout(this.nextCallback, timeout); } }; _proto.render = function render() { var status = this.state.status; if (status === UNMOUNTED) { return null; } var _this$props = this.props, children = _this$props.children, _in = _this$props.in, _mountOnEnter = _this$props.mountOnEnter, _unmountOnExit = _this$props.unmountOnExit, _appear = _this$props.appear, _enter = _this$props.enter, _exit = _this$props.exit, _timeout = _this$props.timeout, _addEndListener = _this$props.addEndListener, _onEnter = _this$props.onEnter, _onEntering = _this$props.onEntering, _onEntered = _this$props.onEntered, _onExit = _this$props.onExit, _onExiting = _this$props.onExiting, _onExited = _this$props.onExited, _nodeRef = _this$props.nodeRef, childProps = (0,objectWithoutPropertiesLoose/* default */.Z)(_this$props, ["children", "in", "mountOnEnter", "unmountOnExit", "appear", "enter", "exit", "timeout", "addEndListener", "onEnter", "onEntering", "onEntered", "onExit", "onExiting", "onExited", "nodeRef"]); return ( /*#__PURE__*/ // allows for nested Transitions react.createElement(TransitionGroupContext/* default.Provider */.Z.Provider, { value: null }, typeof children === 'function' ? children(status, childProps) : react.cloneElement(react.Children.only(children), childProps)) ); }; return Transition; }(react.Component); Transition.contextType = TransitionGroupContext/* default */.Z; Transition.propTypes = false ? 0 : {}; // Name the function so it is clearer in the documentation function noop() {} Transition.defaultProps = { in: false, mountOnEnter: false, unmountOnExit: false, appear: false, enter: true, exit: true, onEnter: noop, onEntering: noop, onEntered: noop, onExit: noop, onExiting: noop, onExited: noop }; Transition.UNMOUNTED = UNMOUNTED; Transition.EXITED = EXITED; Transition.ENTERING = ENTERING; Transition.ENTERED = ENTERED; Transition.EXITING = EXITING; /* harmony default export */ var esm_Transition = (Transition); /***/ }), /***/ 220: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67294); /* harmony default export */ __webpack_exports__["Z"] = (react__WEBPACK_IMPORTED_MODULE_0__.createContext(null)); /***/ }), /***/ 72408: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; /** @license React v16.14.0 * react.production.min.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ var l=__webpack_require__(27418),n="function"===typeof Symbol&&Symbol.for,p=n?Symbol.for("react.element"):60103,q=n?Symbol.for("react.portal"):60106,r=n?Symbol.for("react.fragment"):60107,t=n?Symbol.for("react.strict_mode"):60108,u=n?Symbol.for("react.profiler"):60114,v=n?Symbol.for("react.provider"):60109,w=n?Symbol.for("react.context"):60110,x=n?Symbol.for("react.forward_ref"):60112,y=n?Symbol.for("react.suspense"):60113,z=n?Symbol.for("react.memo"):60115,A=n?Symbol.for("react.lazy"): 60116,B="function"===typeof Symbol&&Symbol.iterator;function C(a){for(var b="https://reactjs.org/docs/error-decoder.html?invariant="+a,c=1;c<arguments.length;c++)b+="&args[]="+encodeURIComponent(arguments[c]);return"Minified React error #"+a+"; visit "+b+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."} var D={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},E={};function F(a,b,c){this.props=a;this.context=b;this.refs=E;this.updater=c||D}F.prototype.isReactComponent={};F.prototype.setState=function(a,b){if("object"!==typeof a&&"function"!==typeof a&&null!=a)throw Error(C(85));this.updater.enqueueSetState(this,a,b,"setState")};F.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,"forceUpdate")}; function G(){}G.prototype=F.prototype;function H(a,b,c){this.props=a;this.context=b;this.refs=E;this.updater=c||D}var I=H.prototype=new G;I.constructor=H;l(I,F.prototype);I.isPureReactComponent=!0;var J={current:null},K=Object.prototype.hasOwnProperty,L={key:!0,ref:!0,__self:!0,__source:!0}; function M(a,b,c){var e,d={},g=null,k=null;if(null!=b)for(e in void 0!==b.ref&&(k=b.ref),void 0!==b.key&&(g=""+b.key),b)K.call(b,e)&&!L.hasOwnProperty(e)&&(d[e]=b[e]);var f=arguments.length-2;if(1===f)d.children=c;else if(1<f){for(var h=Array(f),m=0;m<f;m++)h[m]=arguments[m+2];d.children=h}if(a&&a.defaultProps)for(e in f=a.defaultProps,f)void 0===d[e]&&(d[e]=f[e]);return{$$typeof:p,type:a,key:g,ref:k,props:d,_owner:J.current}} function N(a,b){return{$$typeof:p,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}}function O(a){return"object"===typeof a&&null!==a&&a.$$typeof===p}function escape(a){var b={"=":"=0",":":"=2"};return"$"+(""+a).replace(/[=:]/g,function(a){return b[a]})}var P=/\/+/g,Q=[];function R(a,b,c,e){if(Q.length){var d=Q.pop();d.result=a;d.keyPrefix=b;d.func=c;d.context=e;d.count=0;return d}return{result:a,keyPrefix:b,func:c,context:e,count:0}} function S(a){a.result=null;a.keyPrefix=null;a.func=null;a.context=null;a.count=0;10>Q.length&&Q.push(a)} function T(a,b,c,e){var d=typeof a;if("undefined"===d||"boolean"===d)a=null;var g=!1;if(null===a)g=!0;else switch(d){case "string":case "number":g=!0;break;case "object":switch(a.$$typeof){case p:case q:g=!0}}if(g)return c(e,a,""===b?"."+U(a,0):b),1;g=0;b=""===b?".":b+":";if(Array.isArray(a))for(var k=0;k<a.length;k++){d=a[k];var f=b+U(d,k);g+=T(d,f,c,e)}else if(null===a||"object"!==typeof a?f=null:(f=B&&a[B]||a["@@iterator"],f="function"===typeof f?f:null),"function"===typeof f)for(a=f.call(a),k= 0;!(d=a.next()).done;)d=d.value,f=b+U(d,k++),g+=T(d,f,c,e);else if("object"===d)throw c=""+a,Error(C(31,"[object Object]"===c?"object with keys {"+Object.keys(a).join(", ")+"}":c,""));return g}function V(a,b,c){return null==a?0:T(a,"",b,c)}function U(a,b){return"object"===typeof a&&null!==a&&null!=a.key?escape(a.key):b.toString(36)}function W(a,b){a.func.call(a.context,b,a.count++)} function aa(a,b,c){var e=a.result,d=a.keyPrefix;a=a.func.call(a.context,b,a.count++);Array.isArray(a)?X(a,e,c,function(a){return a}):null!=a&&(O(a)&&(a=N(a,d+(!a.key||b&&b.key===a.key?"":(""+a.key).replace(P,"$&/")+"/")+c)),e.push(a))}function X(a,b,c,e,d){var g="";null!=c&&(g=(""+c).replace(P,"$&/")+"/");b=R(b,g,e,d);V(a,aa,b);S(b)}var Y={current:null};function Z(){var a=Y.current;if(null===a)throw Error(C(321));return a} var ba={ReactCurrentDispatcher:Y,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:J,IsSomeRendererActing:{current:!1},assign:l};exports.Children={map:function(a,b,c){if(null==a)return a;var e=[];X(a,e,null,b,c);return e},forEach:function(a,b,c){if(null==a)return a;b=R(null,null,b,c);V(a,W,b);S(b)},count:function(a){return V(a,function(){return null},null)},toArray:function(a){var b=[];X(a,b,null,function(a){return a});return b},only:function(a){if(!O(a))throw Error(C(143));return a}}; exports.Component=F;exports.Fragment=r;exports.Profiler=u;exports.PureComponent=H;exports.StrictMode=t;exports.Suspense=y;exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=ba; exports.cloneElement=function(a,b,c){if(null===a||void 0===a)throw Error(C(267,a));var e=l({},a.props),d=a.key,g=a.ref,k=a._owner;if(null!=b){void 0!==b.ref&&(g=b.ref,k=J.current);void 0!==b.key&&(d=""+b.key);if(a.type&&a.type.defaultProps)var f=a.type.defaultProps;for(h in b)K.call(b,h)&&!L.hasOwnProperty(h)&&(e[h]=void 0===b[h]&&void 0!==f?f[h]:b[h])}var h=arguments.length-2;if(1===h)e.children=c;else if(1<h){f=Array(h);for(var m=0;m<h;m++)f[m]=arguments[m+2];e.children=f}return{$$typeof:p,type:a.type, key:d,ref:g,props:e,_owner:k}};exports.createContext=function(a,b){void 0===b&&(b=null);a={$$typeof:w,_calculateChangedBits:b,_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null};a.Provider={$$typeof:v,_context:a};return a.Consumer=a};exports.createElement=M;exports.createFactory=function(a){var b=M.bind(null,a);b.type=a;return b};exports.createRef=function(){return{current:null}};exports.forwardRef=function(a){return{$$typeof:x,render:a}};exports.isValidElement=O; exports.lazy=function(a){return{$$typeof:A,_ctor:a,_status:-1,_result:null}};exports.memo=function(a,b){return{$$typeof:z,type:a,compare:void 0===b?null:b}};exports.useCallback=function(a,b){return Z().useCallback(a,b)};exports.useContext=function(a,b){return Z().useContext(a,b)};exports.useDebugValue=function(){};exports.useEffect=function(a,b){return Z().useEffect(a,b)};exports.useImperativeHandle=function(a,b,c){return Z().useImperativeHandle(a,b,c)}; exports.useLayoutEffect=function(a,b){return Z().useLayoutEffect(a,b)};exports.useMemo=function(a,b){return Z().useMemo(a,b)};exports.useReducer=function(a,b,c){return Z().useReducer(a,b,c)};exports.useRef=function(a){return Z().useRef(a)};exports.useState=function(a){return Z().useState(a)};exports.version="16.14.0"; /***/ }), /***/ 67294: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; if (true) { module.exports = __webpack_require__(72408); } else {} /***/ }), /***/ 24754: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.autoprefix = undefined; var _forOwn2 = __webpack_require__(2525); var _forOwn3 = _interopRequireDefault(_forOwn2); var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var transforms = { borderRadius: function borderRadius(value) { return { msBorderRadius: value, MozBorderRadius: value, OBorderRadius: value, WebkitBorderRadius: value, borderRadius: value }; }, boxShadow: function boxShadow(value) { return { msBoxShadow: value, MozBoxShadow: value, OBoxShadow: value, WebkitBoxShadow: value, boxShadow: value }; }, userSelect: function userSelect(value) { return { WebkitTouchCallout: value, KhtmlUserSelect: value, MozUserSelect: value, msUserSelect: value, WebkitUserSelect: value, userSelect: value }; }, flex: function flex(value) { return { WebkitBoxFlex: value, MozBoxFlex: value, WebkitFlex: value, msFlex: value, flex: value }; }, flexBasis: function flexBasis(value) { return { WebkitFlexBasis: value, flexBasis: value }; }, justifyContent: function justifyContent(value) { return { WebkitJustifyContent: value, justifyContent: value }; }, transition: function transition(value) { return { msTransition: value, MozTransition: value, OTransition: value, WebkitTransition: value, transition: value }; }, transform: function transform(value) { return { msTransform: value, MozTransform: value, OTransform: value, WebkitTransform: value, transform: value }; }, absolute: function absolute(value) { var direction = value && value.split(' '); return { position: 'absolute', top: direction && direction[0], right: direction && direction[1], bottom: direction && direction[2], left: direction && direction[3] }; }, extend: function extend(name, otherElementStyles) { var otherStyle = otherElementStyles[name]; if (otherStyle) { return otherStyle; } return { 'extend': name }; } }; var autoprefix = exports.autoprefix = function autoprefix(elements) { var prefixed = {}; (0, _forOwn3.default)(elements, function (styles, element) { var expanded = {}; (0, _forOwn3.default)(styles, function (value, key) { var transform = transforms[key]; if (transform) { expanded = _extends({}, expanded, transform(value)); } else { expanded[key] = value; } }); prefixed[element] = expanded; }); return prefixed; }; exports.default = autoprefix; /***/ }), /***/ 36002: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.active = undefined; var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var _react = __webpack_require__(67294); var _react2 = _interopRequireDefault(_react); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } var active = exports.active = function active(Component) { var Span = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'span'; return function (_React$Component) { _inherits(Active, _React$Component); function Active() { var _ref; var _temp, _this, _ret; _classCallCheck(this, Active); for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = Active.__proto__ || Object.getPrototypeOf(Active)).call.apply(_ref, [this].concat(args))), _this), _this.state = { active: false }, _this.handleMouseDown = function () { return _this.setState({ active: true }); }, _this.handleMouseUp = function () { return _this.setState({ active: false }); }, _this.render = function () { return _react2.default.createElement( Span, { onMouseDown: _this.handleMouseDown, onMouseUp: _this.handleMouseUp }, _react2.default.createElement(Component, _extends({}, _this.props, _this.state)) ); }, _temp), _possibleConstructorReturn(_this, _ret); } return Active; }(_react2.default.Component); }; exports.default = active; /***/ }), /***/ 91765: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.hover = undefined; var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var _react = __webpack_require__(67294); var _react2 = _interopRequireDefault(_react); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } var hover = exports.hover = function hover(Component) { var Span = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'span'; return function (_React$Component) { _inherits(Hover, _React$Component); function Hover() { var _ref; var _temp, _this, _ret; _classCallCheck(this, Hover); for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = Hover.__proto__ || Object.getPrototypeOf(Hover)).call.apply(_ref, [this].concat(args))), _this), _this.state = { hover: false }, _this.handleMouseOver = function () { return _this.setState({ hover: true }); }, _this.handleMouseOut = function () { return _this.setState({ hover: false }); }, _this.render = function () { return _react2.default.createElement( Span, { onMouseOver: _this.handleMouseOver, onMouseOut: _this.handleMouseOut }, _react2.default.createElement(Component, _extends({}, _this.props, _this.state)) ); }, _temp), _possibleConstructorReturn(_this, _ret); } return Hover; }(_react2.default.Component); }; exports.default = hover; /***/ }), /***/ 14147: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.flattenNames = undefined; var _isString2 = __webpack_require__(47037); var _isString3 = _interopRequireDefault(_isString2); var _forOwn2 = __webpack_require__(2525); var _forOwn3 = _interopRequireDefault(_forOwn2); var _isPlainObject2 = __webpack_require__(68630); var _isPlainObject3 = _interopRequireDefault(_isPlainObject2); var _map2 = __webpack_require__(35161); var _map3 = _interopRequireDefault(_map2); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var flattenNames = exports.flattenNames = function flattenNames() { var things = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : []; var names = []; (0, _map3.default)(things, function (thing) { if (Array.isArray(thing)) { flattenNames(thing).map(function (name) { return names.push(name); }); } else if ((0, _isPlainObject3.default)(thing)) { (0, _forOwn3.default)(thing, function (value, key) { value === true && names.push(key); names.push(key + '-' + value); }); } else if ((0, _isString3.default)(thing)) { names.push(thing); } }); return names; }; exports.default = flattenNames; /***/ }), /***/ 79941: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ReactCSS = exports.loop = exports.handleActive = exports.handleHover = exports.hover = undefined; var _flattenNames = __webpack_require__(14147); var _flattenNames2 = _interopRequireDefault(_flattenNames); var _mergeClasses = __webpack_require__(18556); var _mergeClasses2 = _interopRequireDefault(_mergeClasses); var _autoprefix = __webpack_require__(24754); var _autoprefix2 = _interopRequireDefault(_autoprefix); var _hover2 = __webpack_require__(91765); var _hover3 = _interopRequireDefault(_hover2); var _active = __webpack_require__(36002); var _active2 = _interopRequireDefault(_active); var _loop2 = __webpack_require__(57742); var _loop3 = _interopRequireDefault(_loop2); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } exports.hover = _hover3.default; exports.handleHover = _hover3.default; exports.handleActive = _active2.default; exports.loop = _loop3.default; var ReactCSS = exports.ReactCSS = function ReactCSS(classes) { for (var _len = arguments.length, activations = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { activations[_key - 1] = arguments[_key]; } var activeNames = (0, _flattenNames2.default)(activations); var merged = (0, _mergeClasses2.default)(classes, activeNames); return (0, _autoprefix2.default)(merged); }; exports.default = ReactCSS; /***/ }), /***/ 57742: /***/ (function(__unused_webpack_module, exports) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); var loopable = function loopable(i, length) { var props = {}; var setProp = function setProp(name) { var value = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true; props[name] = value; }; i === 0 && setProp('first-child'); i === length - 1 && setProp('last-child'); (i === 0 || i % 2 === 0) && setProp('even'); Math.abs(i % 2) === 1 && setProp('odd'); setProp('nth-child', i); return props; }; exports.default = loopable; /***/ }), /***/ 18556: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.mergeClasses = undefined; var _forOwn2 = __webpack_require__(2525); var _forOwn3 = _interopRequireDefault(_forOwn2); var _cloneDeep2 = __webpack_require__(50361); var _cloneDeep3 = _interopRequireDefault(_cloneDeep2); var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var mergeClasses = exports.mergeClasses = function mergeClasses(classes) { var activeNames = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : []; var styles = classes.default && (0, _cloneDeep3.default)(classes.default) || {}; activeNames.map(function (name) { var toMerge = classes[name]; if (toMerge) { (0, _forOwn3.default)(toMerge, function (value, key) { if (!styles[key]) { styles[key] = {}; } styles[key] = _extends({}, styles[key], toMerge[key]); }); } return name; }); return styles; }; exports.default = mergeClasses; /***/ }), /***/ 60053: /***/ (function(__unused_webpack_module, exports) { "use strict"; /** @license React v0.19.1 * scheduler.production.min.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ var f,g,h,k,l; if("undefined"===typeof window||"function"!==typeof MessageChannel){var p=null,q=null,t=function(){if(null!==p)try{var a=exports.unstable_now();p(!0,a);p=null}catch(b){throw setTimeout(t,0),b;}},u=Date.now();exports.unstable_now=function(){return Date.now()-u};f=function(a){null!==p?setTimeout(f,0,a):(p=a,setTimeout(t,0))};g=function(a,b){q=setTimeout(a,b)};h=function(){clearTimeout(q)};k=function(){return!1};l=exports.unstable_forceFrameRate=function(){}}else{var w=window.performance,x=window.Date, y=window.setTimeout,z=window.clearTimeout;if("undefined"!==typeof console){var A=window.cancelAnimationFrame;"function"!==typeof window.requestAnimationFrame&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills");"function"!==typeof A&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills")}if("object"=== typeof w&&"function"===typeof w.now)exports.unstable_now=function(){return w.now()};else{var B=x.now();exports.unstable_now=function(){return x.now()-B}}var C=!1,D=null,E=-1,F=5,G=0;k=function(){return exports.unstable_now()>=G};l=function(){};exports.unstable_forceFrameRate=function(a){0>a||125<a?console.error("forceFrameRate takes a positive int between 0 and 125, forcing framerates higher than 125 fps is not unsupported"):F=0<a?Math.floor(1E3/a):5};var H=new MessageChannel,I=H.port2;H.port1.onmessage= function(){if(null!==D){var a=exports.unstable_now();G=a+F;try{D(!0,a)?I.postMessage(null):(C=!1,D=null)}catch(b){throw I.postMessage(null),b;}}else C=!1};f=function(a){D=a;C||(C=!0,I.postMessage(null))};g=function(a,b){E=y(function(){a(exports.unstable_now())},b)};h=function(){z(E);E=-1}}function J(a,b){var c=a.length;a.push(b);a:for(;;){var d=c-1>>>1,e=a[d];if(void 0!==e&&0<K(e,b))a[d]=b,a[c]=e,c=d;else break a}}function L(a){a=a[0];return void 0===a?null:a} function M(a){var b=a[0];if(void 0!==b){var c=a.pop();if(c!==b){a[0]=c;a:for(var d=0,e=a.length;d<e;){var m=2*(d+1)-1,n=a[m],v=m+1,r=a[v];if(void 0!==n&&0>K(n,c))void 0!==r&&0>K(r,n)?(a[d]=r,a[v]=c,d=v):(a[d]=n,a[m]=c,d=m);else if(void 0!==r&&0>K(r,c))a[d]=r,a[v]=c,d=v;else break a}}return b}return null}function K(a,b){var c=a.sortIndex-b.sortIndex;return 0!==c?c:a.id-b.id}var N=[],O=[],P=1,Q=null,R=3,S=!1,T=!1,U=!1; function V(a){for(var b=L(O);null!==b;){if(null===b.callback)M(O);else if(b.startTime<=a)M(O),b.sortIndex=b.expirationTime,J(N,b);else break;b=L(O)}}function W(a){U=!1;V(a);if(!T)if(null!==L(N))T=!0,f(X);else{var b=L(O);null!==b&&g(W,b.startTime-a)}} function X(a,b){T=!1;U&&(U=!1,h());S=!0;var c=R;try{V(b);for(Q=L(N);null!==Q&&(!(Q.expirationTime>b)||a&&!k());){var d=Q.callback;if(null!==d){Q.callback=null;R=Q.priorityLevel;var e=d(Q.expirationTime<=b);b=exports.unstable_now();"function"===typeof e?Q.callback=e:Q===L(N)&&M(N);V(b)}else M(N);Q=L(N)}if(null!==Q)var m=!0;else{var n=L(O);null!==n&&g(W,n.startTime-b);m=!1}return m}finally{Q=null,R=c,S=!1}} function Y(a){switch(a){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1E4;default:return 5E3}}var Z=l;exports.unstable_IdlePriority=5;exports.unstable_ImmediatePriority=1;exports.unstable_LowPriority=4;exports.unstable_NormalPriority=3;exports.unstable_Profiling=null;exports.unstable_UserBlockingPriority=2;exports.unstable_cancelCallback=function(a){a.callback=null};exports.unstable_continueExecution=function(){T||S||(T=!0,f(X))}; exports.unstable_getCurrentPriorityLevel=function(){return R};exports.unstable_getFirstCallbackNode=function(){return L(N)};exports.unstable_next=function(a){switch(R){case 1:case 2:case 3:var b=3;break;default:b=R}var c=R;R=b;try{return a()}finally{R=c}};exports.unstable_pauseExecution=function(){};exports.unstable_requestPaint=Z;exports.unstable_runWithPriority=function(a,b){switch(a){case 1:case 2:case 3:case 4:case 5:break;default:a=3}var c=R;R=a;try{return b()}finally{R=c}}; exports.unstable_scheduleCallback=function(a,b,c){var d=exports.unstable_now();if("object"===typeof c&&null!==c){var e=c.delay;e="number"===typeof e&&0<e?d+e:d;c="number"===typeof c.timeout?c.timeout:Y(a)}else c=Y(a),e=d;c=e+c;a={id:P++,callback:b,priorityLevel:a,startTime:e,expirationTime:c,sortIndex:-1};e>d?(a.sortIndex=e,J(O,a),null===L(N)&&a===L(O)&&(U?h():U=!0,g(W,e-d))):(a.sortIndex=c,J(N,a),T||S||(T=!0,f(X)));return a}; exports.unstable_shouldYield=function(){var a=exports.unstable_now();V(a);var b=L(N);return b!==Q&&null!==Q&&null!==b&&null!==b.callback&&b.startTime<=a&&b.expirationTime<Q.expirationTime||k()};exports.unstable_wrapCallback=function(a){var b=R;return function(){var c=R;R=b;try{return a.apply(this,arguments)}finally{R=c}}}; /***/ }), /***/ 63840: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { "use strict"; if (true) { module.exports = __webpack_require__(60053); } else {} /***/ }), /***/ 67121: /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, { "Z": function() { return /* binding */ es; } }); ;// CONCATENATED MODULE: ./node_modules/symbol-observable/es/ponyfill.js function symbolObservablePonyfill(root) { var result; var Symbol = root.Symbol; if (typeof Symbol === 'function') { if (Symbol.observable) { result = Symbol.observable; } else { result = Symbol('observable'); Symbol.observable = result; } } else { result = '@@observable'; } return result; }; ;// CONCATENATED MODULE: ./node_modules/symbol-observable/es/index.js /* module decorator */ module = __webpack_require__.hmd(module); /* global window */ var root; if (typeof self !== 'undefined') { root = self; } else if (typeof window !== 'undefined') { root = window; } else if (typeof __webpack_require__.g !== 'undefined') { root = __webpack_require__.g; } else if (true) { root = module; } else {} var result = symbolObservablePonyfill(root); /* harmony default export */ var es = (result); /***/ }), /***/ 17621: /***/ (function(module, exports, __webpack_require__) { var __WEBPACK_AMD_DEFINE_RESULT__;// TinyColor v1.4.2 // https://github.com/bgrins/TinyColor // Brian Grinstead, MIT License (function(Math) { var trimLeft = /^\s+/, trimRight = /\s+$/, tinyCounter = 0, mathRound = Math.round, mathMin = Math.min, mathMax = Math.max, mathRandom = Math.random; function tinycolor (color, opts) { color = (color) ? color : ''; opts = opts || { }; // If input is already a tinycolor, return itself if (color instanceof tinycolor) { return color; } // If we are called as a function, call using new instead if (!(this instanceof tinycolor)) { return new tinycolor(color, opts); } var rgb = inputToRGB(color); this._originalInput = color, this._r = rgb.r, this._g = rgb.g, this._b = rgb.b, this._a = rgb.a, this._roundA = mathRound(100*this._a) / 100, this._format = opts.format || rgb.format; this._gradientType = opts.gradientType; // Don't let the range of [0,255] come back in [0,1]. // Potentially lose a little bit of precision here, but will fix issues where // .5 gets interpreted as half of the total, instead of half of 1 // If it was supposed to be 128, this was already taken care of by `inputToRgb` if (this._r < 1) { this._r = mathRound(this._r); } if (this._g < 1) { this._g = mathRound(this._g); } if (this._b < 1) { this._b = mathRound(this._b); } this._ok = rgb.ok; this._tc_id = tinyCounter++; } tinycolor.prototype = { isDark: function() { return this.getBrightness() < 128; }, isLight: function() { return !this.isDark(); }, isValid: function() { return this._ok; }, getOriginalInput: function() { return this._originalInput; }, getFormat: function() { return this._format; }, getAlpha: function() { return this._a; }, getBrightness: function() { //http://www.w3.org/TR/AERT#color-contrast var rgb = this.toRgb(); return (rgb.r * 299 + rgb.g * 587 + rgb.b * 114) / 1000; }, getLuminance: function() { //http://www.w3.org/TR/2008/REC-WCAG20-20081211/#relativeluminancedef var rgb = this.toRgb(); var RsRGB, GsRGB, BsRGB, R, G, B; RsRGB = rgb.r/255; GsRGB = rgb.g/255; BsRGB = rgb.b/255; if (RsRGB <= 0.03928) {R = RsRGB / 12.92;} else {R = Math.pow(((RsRGB + 0.055) / 1.055), 2.4);} if (GsRGB <= 0.03928) {G = GsRGB / 12.92;} else {G = Math.pow(((GsRGB + 0.055) / 1.055), 2.4);} if (BsRGB <= 0.03928) {B = BsRGB / 12.92;} else {B = Math.pow(((BsRGB + 0.055) / 1.055), 2.4);} return (0.2126 * R) + (0.7152 * G) + (0.0722 * B); }, setAlpha: function(value) { this._a = boundAlpha(value); this._roundA = mathRound(100*this._a) / 100; return this; }, toHsv: function() { var hsv = rgbToHsv(this._r, this._g, this._b); return { h: hsv.h * 360, s: hsv.s, v: hsv.v, a: this._a }; }, toHsvString: function() { var hsv = rgbToHsv(this._r, this._g, this._b); var h = mathRound(hsv.h * 360), s = mathRound(hsv.s * 100), v = mathRound(hsv.v * 100); return (this._a == 1) ? "hsv(" + h + ", " + s + "%, " + v + "%)" : "hsva(" + h + ", " + s + "%, " + v + "%, "+ this._roundA + ")"; }, toHsl: function() { var hsl = rgbToHsl(this._r, this._g, this._b); return { h: hsl.h * 360, s: hsl.s, l: hsl.l, a: this._a }; }, toHslString: function() { var hsl = rgbToHsl(this._r, this._g, this._b); var h = mathRound(hsl.h * 360), s = mathRound(hsl.s * 100), l = mathRound(hsl.l * 100); return (this._a == 1) ? "hsl(" + h + ", " + s + "%, " + l + "%)" : "hsla(" + h + ", " + s + "%, " + l + "%, "+ this._roundA + ")"; }, toHex: function(allow3Char) { return rgbToHex(this._r, this._g, this._b, allow3Char); }, toHexString: function(allow3Char) { return '#' + this.toHex(allow3Char); }, toHex8: function(allow4Char) { return rgbaToHex(this._r, this._g, this._b, this._a, allow4Char); }, toHex8String: function(allow4Char) { return '#' + this.toHex8(allow4Char); }, toRgb: function() { return { r: mathRound(this._r), g: mathRound(this._g), b: mathRound(this._b), a: this._a }; }, toRgbString: function() { return (this._a == 1) ? "rgb(" + mathRound(this._r) + ", " + mathRound(this._g) + ", " + mathRound(this._b) + ")" : "rgba(" + mathRound(this._r) + ", " + mathRound(this._g) + ", " + mathRound(this._b) + ", " + this._roundA + ")"; }, toPercentageRgb: function() { return { r: mathRound(bound01(this._r, 255) * 100) + "%", g: mathRound(bound01(this._g, 255) * 100) + "%", b: mathRound(bound01(this._b, 255) * 100) + "%", a: this._a }; }, toPercentageRgbString: function() { return (this._a == 1) ? "rgb(" + mathRound(bound01(this._r, 255) * 100) + "%, " + mathRound(bound01(this._g, 255) * 100) + "%, " + mathRound(bound01(this._b, 255) * 100) + "%)" : "rgba(" + mathRound(bound01(this._r, 255) * 100) + "%, " + mathRound(bound01(this._g, 255) * 100) + "%, " + mathRound(bound01(this._b, 255) * 100) + "%, " + this._roundA + ")"; }, toName: function() { if (this._a === 0) { return "transparent"; } if (this._a < 1) { return false; } return hexNames[rgbToHex(this._r, this._g, this._b, true)] || false; }, toFilter: function(secondColor) { var hex8String = '#' + rgbaToArgbHex(this._r, this._g, this._b, this._a); var secondHex8String = hex8String; var gradientType = this._gradientType ? "GradientType = 1, " : ""; if (secondColor) { var s = tinycolor(secondColor); secondHex8String = '#' + rgbaToArgbHex(s._r, s._g, s._b, s._a); } return "progid:DXImageTransform.Microsoft.gradient("+gradientType+"startColorstr="+hex8String+",endColorstr="+secondHex8String+")"; }, toString: function(format) { var formatSet = !!format; format = format || this._format; var formattedString = false; var hasAlpha = this._a < 1 && this._a >= 0; var needsAlphaFormat = !formatSet && hasAlpha && (format === "hex" || format === "hex6" || format === "hex3" || format === "hex4" || format === "hex8" || format === "name"); if (needsAlphaFormat) { // Special case for "transparent", all other non-alpha formats // will return rgba when there is transparency. if (format === "name" && this._a === 0) { return this.toName(); } return this.toRgbString(); } if (format === "rgb") { formattedString = this.toRgbString(); } if (format === "prgb") { formattedString = this.toPercentageRgbString(); } if (format === "hex" || format === "hex6") { formattedString = this.toHexString(); } if (format === "hex3") { formattedString = this.toHexString(true); } if (format === "hex4") { formattedString = this.toHex8String(true); } if (format === "hex8") { formattedString = this.toHex8String(); } if (format === "name") { formattedString = this.toName(); } if (format === "hsl") { formattedString = this.toHslString(); } if (format === "hsv") { formattedString = this.toHsvString(); } return formattedString || this.toHexString(); }, clone: function() { return tinycolor(this.toString()); }, _applyModification: function(fn, args) { var color = fn.apply(null, [this].concat([].slice.call(args))); this._r = color._r; this._g = color._g; this._b = color._b; this.setAlpha(color._a); return this; }, lighten: function() { return this._applyModification(lighten, arguments); }, brighten: function() { return this._applyModification(brighten, arguments); }, darken: function() { return this._applyModification(darken, arguments); }, desaturate: function() { return this._applyModification(desaturate, arguments); }, saturate: function() { return this._applyModification(saturate, arguments); }, greyscale: function() { return this._applyModification(greyscale, arguments); }, spin: function() { return this._applyModification(spin, arguments); }, _applyCombination: function(fn, args) { return fn.apply(null, [this].concat([].slice.call(args))); }, analogous: function() { return this._applyCombination(analogous, arguments); }, complement: function() { return this._applyCombination(complement, arguments); }, monochromatic: function() { return this._applyCombination(monochromatic, arguments); }, splitcomplement: function() { return this._applyCombination(splitcomplement, arguments); }, triad: function() { return this._applyCombination(triad, arguments); }, tetrad: function() { return this._applyCombination(tetrad, arguments); } }; // If input is an object, force 1 into "1.0" to handle ratios properly // String input requires "1.0" as input, so 1 will be treated as 1 tinycolor.fromRatio = function(color, opts) { if (typeof color == "object") { var newColor = {}; for (var i in color) { if (color.hasOwnProperty(i)) { if (i === "a") { newColor[i] = color[i]; } else { newColor[i] = convertToPercentage(color[i]); } } } color = newColor; } return tinycolor(color, opts); }; // Given a string or object, convert that input to RGB // Possible string inputs: // // "red" // "#f00" or "f00" // "#ff0000" or "ff0000" // "#ff000000" or "ff000000" // "rgb 255 0 0" or "rgb (255, 0, 0)" // "rgb 1.0 0 0" or "rgb (1, 0, 0)" // "rgba (255, 0, 0, 1)" or "rgba 255, 0, 0, 1" // "rgba (1.0, 0, 0, 1)" or "rgba 1.0, 0, 0, 1" // "hsl(0, 100%, 50%)" or "hsl 0 100% 50%" // "hsla(0, 100%, 50%, 1)" or "hsla 0 100% 50%, 1" // "hsv(0, 100%, 100%)" or "hsv 0 100% 100%" // function inputToRGB(color) { var rgb = { r: 0, g: 0, b: 0 }; var a = 1; var s = null; var v = null; var l = null; var ok = false; var format = false; if (typeof color == "string") { color = stringInputToObject(color); } if (typeof color == "object") { if (isValidCSSUnit(color.r) && isValidCSSUnit(color.g) && isValidCSSUnit(color.b)) { rgb = rgbToRgb(color.r, color.g, color.b); ok = true; format = String(color.r).substr(-1) === "%" ? "prgb" : "rgb"; } else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.v)) { s = convertToPercentage(color.s); v = convertToPercentage(color.v); rgb = hsvToRgb(color.h, s, v); ok = true; format = "hsv"; } else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.l)) { s = convertToPercentage(color.s); l = convertToPercentage(color.l); rgb = hslToRgb(color.h, s, l); ok = true; format = "hsl"; } if (color.hasOwnProperty("a")) { a = color.a; } } a = boundAlpha(a); return { ok: ok, format: color.format || format, r: mathMin(255, mathMax(rgb.r, 0)), g: mathMin(255, mathMax(rgb.g, 0)), b: mathMin(255, mathMax(rgb.b, 0)), a: a }; } // Conversion Functions // -------------------- // `rgbToHsl`, `rgbToHsv`, `hslToRgb`, `hsvToRgb` modified from: // <http://mjijackson.com/2008/02/rgb-to-hsl-and-rgb-to-hsv-color-model-conversion-algorithms-in-javascript> // `rgbToRgb` // Handle bounds / percentage checking to conform to CSS color spec // <http://www.w3.org/TR/css3-color/> // *Assumes:* r, g, b in [0, 255] or [0, 1] // *Returns:* { r, g, b } in [0, 255] function rgbToRgb(r, g, b){ return { r: bound01(r, 255) * 255, g: bound01(g, 255) * 255, b: bound01(b, 255) * 255 }; } // `rgbToHsl` // Converts an RGB color value to HSL. // *Assumes:* r, g, and b are contained in [0, 255] or [0, 1] // *Returns:* { h, s, l } in [0,1] function rgbToHsl(r, g, b) { r = bound01(r, 255); g = bound01(g, 255); b = bound01(b, 255); var max = mathMax(r, g, b), min = mathMin(r, g, b); var h, s, l = (max + min) / 2; if(max == min) { h = s = 0; // achromatic } else { var d = max - min; s = l > 0.5 ? d / (2 - max - min) : d / (max + min); switch(max) { case r: h = (g - b) / d + (g < b ? 6 : 0); break; case g: h = (b - r) / d + 2; break; case b: h = (r - g) / d + 4; break; } h /= 6; } return { h: h, s: s, l: l }; } // `hslToRgb` // Converts an HSL color value to RGB. // *Assumes:* h is contained in [0, 1] or [0, 360] and s and l are contained [0, 1] or [0, 100] // *Returns:* { r, g, b } in the set [0, 255] function hslToRgb(h, s, l) { var r, g, b; h = bound01(h, 360); s = bound01(s, 100); l = bound01(l, 100); function hue2rgb(p, q, t) { if(t < 0) t += 1; if(t > 1) t -= 1; if(t < 1/6) return p + (q - p) * 6 * t; if(t < 1/2) return q; if(t < 2/3) return p + (q - p) * (2/3 - t) * 6; return p; } if(s === 0) { r = g = b = l; // achromatic } else { var q = l < 0.5 ? l * (1 + s) : l + s - l * s; var p = 2 * l - q; r = hue2rgb(p, q, h + 1/3); g = hue2rgb(p, q, h); b = hue2rgb(p, q, h - 1/3); } return { r: r * 255, g: g * 255, b: b * 255 }; } // `rgbToHsv` // Converts an RGB color value to HSV // *Assumes:* r, g, and b are contained in the set [0, 255] or [0, 1] // *Returns:* { h, s, v } in [0,1] function rgbToHsv(r, g, b) { r = bound01(r, 255); g = bound01(g, 255); b = bound01(b, 255); var max = mathMax(r, g, b), min = mathMin(r, g, b); var h, s, v = max; var d = max - min; s = max === 0 ? 0 : d / max; if(max == min) { h = 0; // achromatic } else { switch(max) { case r: h = (g - b) / d + (g < b ? 6 : 0); break; case g: h = (b - r) / d + 2; break; case b: h = (r - g) / d + 4; break; } h /= 6; } return { h: h, s: s, v: v }; } // `hsvToRgb` // Converts an HSV color value to RGB. // *Assumes:* h is contained in [0, 1] or [0, 360] and s and v are contained in [0, 1] or [0, 100] // *Returns:* { r, g, b } in the set [0, 255] function hsvToRgb(h, s, v) { h = bound01(h, 360) * 6; s = bound01(s, 100); v = bound01(v, 100); var i = Math.floor(h), f = h - i, p = v * (1 - s), q = v * (1 - f * s), t = v * (1 - (1 - f) * s), mod = i % 6, r = [v, q, p, p, t, v][mod], g = [t, v, v, q, p, p][mod], b = [p, p, t, v, v, q][mod]; return { r: r * 255, g: g * 255, b: b * 255 }; } // `rgbToHex` // Converts an RGB color to hex // Assumes r, g, and b are contained in the set [0, 255] // Returns a 3 or 6 character hex function rgbToHex(r, g, b, allow3Char) { var hex = [ pad2(mathRound(r).toString(16)), pad2(mathRound(g).toString(16)), pad2(mathRound(b).toString(16)) ]; // Return a 3 character hex if possible if (allow3Char && hex[0].charAt(0) == hex[0].charAt(1) && hex[1].charAt(0) == hex[1].charAt(1) && hex[2].charAt(0) == hex[2].charAt(1)) { return hex[0].charAt(0) + hex[1].charAt(0) + hex[2].charAt(0); } return hex.join(""); } // `rgbaToHex` // Converts an RGBA color plus alpha transparency to hex // Assumes r, g, b are contained in the set [0, 255] and // a in [0, 1]. Returns a 4 or 8 character rgba hex function rgbaToHex(r, g, b, a, allow4Char) { var hex = [ pad2(mathRound(r).toString(16)), pad2(mathRound(g).toString(16)), pad2(mathRound(b).toString(16)), pad2(convertDecimalToHex(a)) ]; // Return a 4 character hex if possible if (allow4Char && hex[0].charAt(0) == hex[0].charAt(1) && hex[1].charAt(0) == hex[1].charAt(1) && hex[2].charAt(0) == hex[2].charAt(1) && hex[3].charAt(0) == hex[3].charAt(1)) { return hex[0].charAt(0) + hex[1].charAt(0) + hex[2].charAt(0) + hex[3].charAt(0); } return hex.join(""); } // `rgbaToArgbHex` // Converts an RGBA color to an ARGB Hex8 string // Rarely used, but required for "toFilter()" function rgbaToArgbHex(r, g, b, a) { var hex = [ pad2(convertDecimalToHex(a)), pad2(mathRound(r).toString(16)), pad2(mathRound(g).toString(16)), pad2(mathRound(b).toString(16)) ]; return hex.join(""); } // `equals` // Can be called with any tinycolor input tinycolor.equals = function (color1, color2) { if (!color1 || !color2) { return false; } return tinycolor(color1).toRgbString() == tinycolor(color2).toRgbString(); }; tinycolor.random = function() { return tinycolor.fromRatio({ r: mathRandom(), g: mathRandom(), b: mathRandom() }); }; // Modification Functions // ---------------------- // Thanks to less.js for some of the basics here // <https://github.com/cloudhead/less.js/blob/master/lib/less/functions.js> function desaturate(color, amount) { amount = (amount === 0) ? 0 : (amount || 10); var hsl = tinycolor(color).toHsl(); hsl.s -= amount / 100; hsl.s = clamp01(hsl.s); return tinycolor(hsl); } function saturate(color, amount) { amount = (amount === 0) ? 0 : (amount || 10); var hsl = tinycolor(color).toHsl(); hsl.s += amount / 100; hsl.s = clamp01(hsl.s); return tinycolor(hsl); } function greyscale(color) { return tinycolor(color).desaturate(100); } function lighten (color, amount) { amount = (amount === 0) ? 0 : (amount || 10); var hsl = tinycolor(color).toHsl(); hsl.l += amount / 100; hsl.l = clamp01(hsl.l); return tinycolor(hsl); } function brighten(color, amount) { amount = (amount === 0) ? 0 : (amount || 10); var rgb = tinycolor(color).toRgb(); rgb.r = mathMax(0, mathMin(255, rgb.r - mathRound(255 * - (amount / 100)))); rgb.g = mathMax(0, mathMin(255, rgb.g - mathRound(255 * - (amount / 100)))); rgb.b = mathMax(0, mathMin(255, rgb.b - mathRound(255 * - (amount / 100)))); return tinycolor(rgb); } function darken (color, amount) { amount = (amount === 0) ? 0 : (amount || 10); var hsl = tinycolor(color).toHsl(); hsl.l -= amount / 100; hsl.l = clamp01(hsl.l); return tinycolor(hsl); } // Spin takes a positive or negative amount within [-360, 360] indicating the change of hue. // Values outside of this range will be wrapped into this range. function spin(color, amount) { var hsl = tinycolor(color).toHsl(); var hue = (hsl.h + amount) % 360; hsl.h = hue < 0 ? 360 + hue : hue; return tinycolor(hsl); } // Combination Functions // --------------------- // Thanks to jQuery xColor for some of the ideas behind these // <https://github.com/infusion/jQuery-xcolor/blob/master/jquery.xcolor.js> function complement(color) { var hsl = tinycolor(color).toHsl(); hsl.h = (hsl.h + 180) % 360; return tinycolor(hsl); } function triad(color) { var hsl = tinycolor(color).toHsl(); var h = hsl.h; return [ tinycolor(color), tinycolor({ h: (h + 120) % 360, s: hsl.s, l: hsl.l }), tinycolor({ h: (h + 240) % 360, s: hsl.s, l: hsl.l }) ]; } function tetrad(color) { var hsl = tinycolor(color).toHsl(); var h = hsl.h; return [ tinycolor(color), tinycolor({ h: (h + 90) % 360, s: hsl.s, l: hsl.l }), tinycolor({ h: (h + 180) % 360, s: hsl.s, l: hsl.l }), tinycolor({ h: (h + 270) % 360, s: hsl.s, l: hsl.l }) ]; } function splitcomplement(color) { var hsl = tinycolor(color).toHsl(); var h = hsl.h; return [ tinycolor(color), tinycolor({ h: (h + 72) % 360, s: hsl.s, l: hsl.l}), tinycolor({ h: (h + 216) % 360, s: hsl.s, l: hsl.l}) ]; } function analogous(color, results, slices) { results = results || 6; slices = slices || 30; var hsl = tinycolor(color).toHsl(); var part = 360 / slices; var ret = [tinycolor(color)]; for (hsl.h = ((hsl.h - (part * results >> 1)) + 720) % 360; --results; ) { hsl.h = (hsl.h + part) % 360; ret.push(tinycolor(hsl)); } return ret; } function monochromatic(color, results) { results = results || 6; var hsv = tinycolor(color).toHsv(); var h = hsv.h, s = hsv.s, v = hsv.v; var ret = []; var modification = 1 / results; while (results--) { ret.push(tinycolor({ h: h, s: s, v: v})); v = (v + modification) % 1; } return ret; } // Utility Functions // --------------------- tinycolor.mix = function(color1, color2, amount) { amount = (amount === 0) ? 0 : (amount || 50); var rgb1 = tinycolor(color1).toRgb(); var rgb2 = tinycolor(color2).toRgb(); var p = amount / 100; var rgba = { r: ((rgb2.r - rgb1.r) * p) + rgb1.r, g: ((rgb2.g - rgb1.g) * p) + rgb1.g, b: ((rgb2.b - rgb1.b) * p) + rgb1.b, a: ((rgb2.a - rgb1.a) * p) + rgb1.a }; return tinycolor(rgba); }; // Readability Functions // --------------------- // <http://www.w3.org/TR/2008/REC-WCAG20-20081211/#contrast-ratiodef (WCAG Version 2) // `contrast` // Analyze the 2 colors and returns the color contrast defined by (WCAG Version 2) tinycolor.readability = function(color1, color2) { var c1 = tinycolor(color1); var c2 = tinycolor(color2); return (Math.max(c1.getLuminance(),c2.getLuminance())+0.05) / (Math.min(c1.getLuminance(),c2.getLuminance())+0.05); }; // `isReadable` // Ensure that foreground and background color combinations meet WCAG2 guidelines. // The third argument is an optional Object. // the 'level' property states 'AA' or 'AAA' - if missing or invalid, it defaults to 'AA'; // the 'size' property states 'large' or 'small' - if missing or invalid, it defaults to 'small'. // If the entire object is absent, isReadable defaults to {level:"AA",size:"small"}. // *Example* // tinycolor.isReadable("#000", "#111") => false // tinycolor.isReadable("#000", "#111",{level:"AA",size:"large"}) => false tinycolor.isReadable = function(color1, color2, wcag2) { var readability = tinycolor.readability(color1, color2); var wcag2Parms, out; out = false; wcag2Parms = validateWCAG2Parms(wcag2); switch (wcag2Parms.level + wcag2Parms.size) { case "AAsmall": case "AAAlarge": out = readability >= 4.5; break; case "AAlarge": out = readability >= 3; break; case "AAAsmall": out = readability >= 7; break; } return out; }; // `mostReadable` // Given a base color and a list of possible foreground or background // colors for that base, returns the most readable color. // Optionally returns Black or White if the most readable color is unreadable. // *Example* // tinycolor.mostReadable(tinycolor.mostReadable("#123", ["#124", "#125"],{includeFallbackColors:false}).toHexString(); // "#112255" // tinycolor.mostReadable(tinycolor.mostReadable("#123", ["#124", "#125"],{includeFallbackColors:true}).toHexString(); // "#ffffff" // tinycolor.mostReadable("#a8015a", ["#faf3f3"],{includeFallbackColors:true,level:"AAA",size:"large"}).toHexString(); // "#faf3f3" // tinycolor.mostReadable("#a8015a", ["#faf3f3"],{includeFallbackColors:true,level:"AAA",size:"small"}).toHexString(); // "#ffffff" tinycolor.mostReadable = function(baseColor, colorList, args) { var bestColor = null; var bestScore = 0; var readability; var includeFallbackColors, level, size ; args = args || {}; includeFallbackColors = args.includeFallbackColors ; level = args.level; size = args.size; for (var i= 0; i < colorList.length ; i++) { readability = tinycolor.readability(baseColor, colorList[i]); if (readability > bestScore) { bestScore = readability; bestColor = tinycolor(colorList[i]); } } if (tinycolor.isReadable(baseColor, bestColor, {"level":level,"size":size}) || !includeFallbackColors) { return bestColor; } else { args.includeFallbackColors=false; return tinycolor.mostReadable(baseColor,["#fff", "#000"],args); } }; // Big List of Colors // ------------------ // <http://www.w3.org/TR/css3-color/#svg-color> var names = tinycolor.names = { aliceblue: "f0f8ff", antiquewhite: "faebd7", aqua: "0ff", aquamarine: "7fffd4", azure: "f0ffff", beige: "f5f5dc", bisque: "ffe4c4", black: "000", blanchedalmond: "ffebcd", blue: "00f", blueviolet: "8a2be2", brown: "a52a2a", burlywood: "deb887", burntsienna: "ea7e5d", cadetblue: "5f9ea0", chartreuse: "7fff00", chocolate: "d2691e", coral: "ff7f50", cornflowerblue: "6495ed", cornsilk: "fff8dc", crimson: "dc143c", cyan: "0ff", darkblue: "00008b", darkcyan: "008b8b", darkgoldenrod: "b8860b", darkgray: "a9a9a9", darkgreen: "006400", darkgrey: "a9a9a9", darkkhaki: "bdb76b", darkmagenta: "8b008b", darkolivegreen: "556b2f", darkorange: "ff8c00", darkorchid: "9932cc", darkred: "8b0000", darksalmon: "e9967a", darkseagreen: "8fbc8f", darkslateblue: "483d8b", darkslategray: "2f4f4f", darkslategrey: "2f4f4f", darkturquoise: "00ced1", darkviolet: "9400d3", deeppink: "ff1493", deepskyblue: "00bfff", dimgray: "696969", dimgrey: "696969", dodgerblue: "1e90ff", firebrick: "b22222", floralwhite: "fffaf0", forestgreen: "228b22", fuchsia: "f0f", gainsboro: "dcdcdc", ghostwhite: "f8f8ff", gold: "ffd700", goldenrod: "daa520", gray: "808080", green: "008000", greenyellow: "adff2f", grey: "808080", honeydew: "f0fff0", hotpink: "ff69b4", indianred: "cd5c5c", indigo: "4b0082", ivory: "fffff0", khaki: "f0e68c", lavender: "e6e6fa", lavenderblush: "fff0f5", lawngreen: "7cfc00", lemonchiffon: "fffacd", lightblue: "add8e6", lightcoral: "f08080", lightcyan: "e0ffff", lightgoldenrodyellow: "fafad2", lightgray: "d3d3d3", lightgreen: "90ee90", lightgrey: "d3d3d3", lightpink: "ffb6c1", lightsalmon: "ffa07a", lightseagreen: "20b2aa", lightskyblue: "87cefa", lightslategray: "789", lightslategrey: "789", lightsteelblue: "b0c4de", lightyellow: "ffffe0", lime: "0f0", limegreen: "32cd32", linen: "faf0e6", magenta: "f0f", maroon: "800000", mediumaquamarine: "66cdaa", mediumblue: "0000cd", mediumorchid: "ba55d3", mediumpurple: "9370db", mediumseagreen: "3cb371", mediumslateblue: "7b68ee", mediumspringgreen: "00fa9a", mediumturquoise: "48d1cc", mediumvioletred: "c71585", midnightblue: "191970", mintcream: "f5fffa", mistyrose: "ffe4e1", moccasin: "ffe4b5", navajowhite: "ffdead", navy: "000080", oldlace: "fdf5e6", olive: "808000", olivedrab: "6b8e23", orange: "ffa500", orangered: "ff4500", orchid: "da70d6", palegoldenrod: "eee8aa", palegreen: "98fb98", paleturquoise: "afeeee", palevioletred: "db7093", papayawhip: "ffefd5", peachpuff: "ffdab9", peru: "cd853f", pink: "ffc0cb", plum: "dda0dd", powderblue: "b0e0e6", purple: "800080", rebeccapurple: "663399", red: "f00", rosybrown: "bc8f8f", royalblue: "4169e1", saddlebrown: "8b4513", salmon: "fa8072", sandybrown: "f4a460", seagreen: "2e8b57", seashell: "fff5ee", sienna: "a0522d", silver: "c0c0c0", skyblue: "87ceeb", slateblue: "6a5acd", slategray: "708090", slategrey: "708090", snow: "fffafa", springgreen: "00ff7f", steelblue: "4682b4", tan: "d2b48c", teal: "008080", thistle: "d8bfd8", tomato: "ff6347", turquoise: "40e0d0", violet: "ee82ee", wheat: "f5deb3", white: "fff", whitesmoke: "f5f5f5", yellow: "ff0", yellowgreen: "9acd32" }; // Make it easy to access colors via `hexNames[hex]` var hexNames = tinycolor.hexNames = flip(names); // Utilities // --------- // `{ 'name1': 'val1' }` becomes `{ 'val1': 'name1' }` function flip(o) { var flipped = { }; for (var i in o) { if (o.hasOwnProperty(i)) { flipped[o[i]] = i; } } return flipped; } // Return a valid alpha value [0,1] with all invalid values being set to 1 function boundAlpha(a) { a = parseFloat(a); if (isNaN(a) || a < 0 || a > 1) { a = 1; } return a; } // Take input from [0, n] and return it as [0, 1] function bound01(n, max) { if (isOnePointZero(n)) { n = "100%"; } var processPercent = isPercentage(n); n = mathMin(max, mathMax(0, parseFloat(n))); // Automatically convert percentage into number if (processPercent) { n = parseInt(n * max, 10) / 100; } // Handle floating point rounding errors if ((Math.abs(n - max) < 0.000001)) { return 1; } // Convert into [0, 1] range if it isn't already return (n % max) / parseFloat(max); } // Force a number between 0 and 1 function clamp01(val) { return mathMin(1, mathMax(0, val)); } // Parse a base-16 hex value into a base-10 integer function parseIntFromHex(val) { return parseInt(val, 16); } // Need to handle 1.0 as 100%, since once it is a number, there is no difference between it and 1 // <http://stackoverflow.com/questions/7422072/javascript-how-to-detect-number-as-a-decimal-including-1-0> function isOnePointZero(n) { return typeof n == "string" && n.indexOf('.') != -1 && parseFloat(n) === 1; } // Check to see if string passed in is a percentage function isPercentage(n) { return typeof n === "string" && n.indexOf('%') != -1; } // Force a hex value to have 2 characters function pad2(c) { return c.length == 1 ? '0' + c : '' + c; } // Replace a decimal with it's percentage value function convertToPercentage(n) { if (n <= 1) { n = (n * 100) + "%"; } return n; } // Converts a decimal to a hex value function convertDecimalToHex(d) { return Math.round(parseFloat(d) * 255).toString(16); } // Converts a hex value to a decimal function convertHexToDecimal(h) { return (parseIntFromHex(h) / 255); } var matchers = (function() { // <http://www.w3.org/TR/css3-values/#integers> var CSS_INTEGER = "[-\\+]?\\d+%?"; // <http://www.w3.org/TR/css3-values/#number-value> var CSS_NUMBER = "[-\\+]?\\d*\\.\\d+%?"; // Allow positive/negative integer/number. Don't capture the either/or, just the entire outcome. var CSS_UNIT = "(?:" + CSS_NUMBER + ")|(?:" + CSS_INTEGER + ")"; // Actual matching. // Parentheses and commas are optional, but not required. // Whitespace can take the place of commas or opening paren var PERMISSIVE_MATCH3 = "[\\s|\\(]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")\\s*\\)?"; var PERMISSIVE_MATCH4 = "[\\s|\\(]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")\\s*\\)?"; return { CSS_UNIT: new RegExp(CSS_UNIT), rgb: new RegExp("rgb" + PERMISSIVE_MATCH3), rgba: new RegExp("rgba" + PERMISSIVE_MATCH4), hsl: new RegExp("hsl" + PERMISSIVE_MATCH3), hsla: new RegExp("hsla" + PERMISSIVE_MATCH4), hsv: new RegExp("hsv" + PERMISSIVE_MATCH3), hsva: new RegExp("hsva" + PERMISSIVE_MATCH4), hex3: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/, hex6: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/, hex4: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/, hex8: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/ }; })(); // `isValidCSSUnit` // Take in a single string / number and check to see if it looks like a CSS unit // (see `matchers` above for definition). function isValidCSSUnit(color) { return !!matchers.CSS_UNIT.exec(color); } // `stringInputToObject` // Permissive string parsing. Take in a number of formats, and output an object // based on detected format. Returns `{ r, g, b }` or `{ h, s, l }` or `{ h, s, v}` function stringInputToObject(color) { color = color.replace(trimLeft,'').replace(trimRight, '').toLowerCase(); var named = false; if (names[color]) { color = names[color]; named = true; } else if (color == 'transparent') { return { r: 0, g: 0, b: 0, a: 0, format: "name" }; } // Try to match string input using regular expressions. // Keep most of the number bounding out of this function - don't worry about [0,1] or [0,100] or [0,360] // Just return an object and let the conversion functions handle that. // This way the result will be the same whether the tinycolor is initialized with string or object. var match; if ((match = matchers.rgb.exec(color))) { return { r: match[1], g: match[2], b: match[3] }; } if ((match = matchers.rgba.exec(color))) { return { r: match[1], g: match[2], b: match[3], a: match[4] }; } if ((match = matchers.hsl.exec(color))) { return { h: match[1], s: match[2], l: match[3] }; } if ((match = matchers.hsla.exec(color))) { return { h: match[1], s: match[2], l: match[3], a: match[4] }; } if ((match = matchers.hsv.exec(color))) { return { h: match[1], s: match[2], v: match[3] }; } if ((match = matchers.hsva.exec(color))) { return { h: match[1], s: match[2], v: match[3], a: match[4] }; } if ((match = matchers.hex8.exec(color))) { return { r: parseIntFromHex(match[1]), g: parseIntFromHex(match[2]), b: parseIntFromHex(match[3]), a: convertHexToDecimal(match[4]), format: named ? "name" : "hex8" }; } if ((match = matchers.hex6.exec(color))) { return { r: parseIntFromHex(match[1]), g: parseIntFromHex(match[2]), b: parseIntFromHex(match[3]), format: named ? "name" : "hex" }; } if ((match = matchers.hex4.exec(color))) { return { r: parseIntFromHex(match[1] + '' + match[1]), g: parseIntFromHex(match[2] + '' + match[2]), b: parseIntFromHex(match[3] + '' + match[3]), a: convertHexToDecimal(match[4] + '' + match[4]), format: named ? "name" : "hex8" }; } if ((match = matchers.hex3.exec(color))) { return { r: parseIntFromHex(match[1] + '' + match[1]), g: parseIntFromHex(match[2] + '' + match[2]), b: parseIntFromHex(match[3] + '' + match[3]), format: named ? "name" : "hex" }; } return false; } function validateWCAG2Parms(parms) { // return valid WCAG2 parms for isReadable. // If input parms are invalid, return {"level":"AA", "size":"small"} var level, size; parms = parms || {"level":"AA", "size":"small"}; level = (parms.level || "AA").toUpperCase(); size = (parms.size || "small").toLowerCase(); if (level !== "AA" && level !== "AAA") { level = "AA"; } if (size !== "small" && size !== "large") { size = "small"; } return {"level":level, "size":size}; } // Node: Export function if ( true && module.exports) { module.exports = tinycolor; } // AMD/requirejs: Define the module else if (true) { !(__WEBPACK_AMD_DEFINE_RESULT__ = (function () {return tinycolor;}).call(exports, __webpack_require__, exports, module), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)); } // Browser: Expose to window else {} })(Math); /***/ }), /***/ 70655: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "ZT": function() { return /* binding */ __extends; }, /* harmony export */ "pi": function() { return /* binding */ __assign; }, /* harmony export */ "_T": function() { return /* binding */ __rest; }, /* harmony export */ "XA": function() { return /* binding */ __values; }, /* harmony export */ "CR": function() { return /* binding */ __read; }, /* harmony export */ "fl": function() { return /* binding */ __spread; } /* harmony export */ }); /* unused harmony exports __decorate, __param, __metadata, __awaiter, __generator, __createBinding, __exportStar, __spreadArrays, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet */ /*! ***************************************************************************** Copyright (c) Microsoft Corporation. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ***************************************************************************** */ /* global Reflect, Promise */ var extendStatics = function(d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return extendStatics(d, b); }; function __extends(d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); } var __assign = function() { __assign = Object.assign || function __assign(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; } return __assign.apply(this, arguments); } function __rest(s, e) { var t = {}; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; } return t; } function __decorate(decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; return c > 3 && r && Object.defineProperty(target, key, r), r; } function __param(paramIndex, decorator) { return function (target, key) { decorator(target, key, paramIndex); } } function __metadata(metadataKey, metadataValue) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); } function __awaiter(thisArg, _arguments, P, generator) { function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } return new (P || (P = Promise))(function (resolve, reject) { function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } step((generator = generator.apply(thisArg, _arguments || [])).next()); }); } function __generator(thisArg, body) { var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; function verb(n) { return function (v) { return step([n, v]); }; } function step(op) { if (f) throw new TypeError("Generator is already executing."); while (_) try { if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; if (y = 0, t) op = [op[0] & 2, t.value]; switch (op[0]) { case 0: case 1: t = op; break; case 4: _.label++; return { value: op[1], done: false }; case 5: _.label++; y = op[1]; op = [0]; continue; case 7: op = _.ops.pop(); _.trys.pop(); continue; default: if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; } if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } if (t[2]) _.ops.pop(); _.trys.pop(); continue; } op = body.call(thisArg, _); } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; } } function __createBinding(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; } function __exportStar(m, exports) { for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p]; } function __values(o) { var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; if (m) return m.call(o); if (o && typeof o.length === "number") return { next: function () { if (o && i >= o.length) o = void 0; return { value: o && o[i++], done: !o }; } }; throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); } function __read(o, n) { var m = typeof Symbol === "function" && o[Symbol.iterator]; if (!m) return o; var i = m.call(o), r, ar = [], e; try { while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); } catch (error) { e = { error: error }; } finally { try { if (r && !r.done && (m = i["return"])) m.call(i); } finally { if (e) throw e.error; } } return ar; } function __spread() { for (var ar = [], i = 0; i < arguments.length; i++) ar = ar.concat(__read(arguments[i])); return ar; } function __spreadArrays() { for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; for (var r = Array(s), k = 0, i = 0; i < il; i++) for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) r[k] = a[j]; return r; }; function __await(v) { return this instanceof __await ? (this.v = v, this) : new __await(v); } function __asyncGenerator(thisArg, _arguments, generator) { if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); var g = generator.apply(thisArg, _arguments || []), i, q = []; return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i; function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; } function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } } function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); } function fulfill(value) { resume("next", value); } function reject(value) { resume("throw", value); } function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); } } function __asyncDelegator(o) { var i, p; return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i; function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; } } function __asyncValues(o) { if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); var m = o[Symbol.asyncIterator], i; return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i); function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; } function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); } } function __makeTemplateObject(cooked, raw) { if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } return cooked; }; function __importStar(mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; result.default = mod; return result; } function __importDefault(mod) { return (mod && mod.__esModule) ? mod : { default: mod }; } function __classPrivateFieldGet(receiver, privateMap) { if (!privateMap.has(receiver)) { throw new TypeError("attempted to get private field on non-instance"); } return privateMap.get(receiver); } function __classPrivateFieldSet(receiver, privateMap, value) { if (!privateMap.has(receiver)) { throw new TypeError("attempted to set private field on non-instance"); } privateMap.set(receiver, value); return value; } /***/ }), /***/ 45327: /***/ (function(module) { /** * Convert array of 16 byte values to UUID string format of the form: * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX */ var byteToHex = []; for (var i = 0; i < 256; ++i) { byteToHex[i] = (i + 0x100).toString(16).substr(1); } function bytesToUuid(buf, offset) { var i = offset || 0; var bth = byteToHex; // join used to fix memory issue caused by concatenation: https://bugs.chromium.org/p/v8/issues/detail?id=3175#c4 return ([ bth[buf[i++]], bth[buf[i++]], bth[buf[i++]], bth[buf[i++]], '-', bth[buf[i++]], bth[buf[i++]], '-', bth[buf[i++]], bth[buf[i++]], '-', bth[buf[i++]], bth[buf[i++]], '-', bth[buf[i++]], bth[buf[i++]], bth[buf[i++]], bth[buf[i++]], bth[buf[i++]], bth[buf[i++]] ]).join(''); } module.exports = bytesToUuid; /***/ }), /***/ 85217: /***/ (function(module) { // Unique ID creation requires a high quality random # generator. In the // browser this is a little complicated due to unknown quality of Math.random() // and inconsistent support for the `crypto` API. We do the best we can via // feature-detection // getRandomValues needs to be invoked in a context where "this" is a Crypto // implementation. Also, find the complete implementation of crypto on IE11. var getRandomValues = (typeof(crypto) != 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto)) || (typeof(msCrypto) != 'undefined' && typeof window.msCrypto.getRandomValues == 'function' && msCrypto.getRandomValues.bind(msCrypto)); if (getRandomValues) { // WHATWG crypto RNG - http://wiki.whatwg.org/wiki/Crypto var rnds8 = new Uint8Array(16); // eslint-disable-line no-undef module.exports = function whatwgRNG() { getRandomValues(rnds8); return rnds8; }; } else { // Math.random()-based (RNG) // // If all else fails, use Math.random(). It's fast, but is of unspecified // quality. var rnds = new Array(16); module.exports = function mathRNG() { for (var i = 0, r; i < 16; i++) { if ((i & 0x03) === 0) r = Math.random() * 0x100000000; rnds[i] = r >>> ((i & 0x03) << 3) & 0xff; } return rnds; }; } /***/ }), /***/ 71171: /***/ (function(module, __unused_webpack_exports, __webpack_require__) { var rng = __webpack_require__(85217); var bytesToUuid = __webpack_require__(45327); function v4(options, buf, offset) { var i = buf && offset || 0; if (typeof(options) == 'string') { buf = options === 'binary' ? new Array(16) : null; options = null; } options = options || {}; var rnds = options.random || (options.rng || rng)(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved` rnds[6] = (rnds[6] & 0x0f) | 0x40; rnds[8] = (rnds[8] & 0x3f) | 0x80; // Copy bytes to buffer, if provided if (buf) { for (var ii = 0; ii < 16; ++ii) { buf[i + ii] = rnds[ii]; } } return buf || bytesToUuid(rnds); } module.exports = v4; /***/ }), /***/ 93235: /***/ (function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.default = isByteLength; var _assertString = _interopRequireDefault(__webpack_require__(65571)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } /* eslint-disable prefer-rest-params */ function isByteLength(str, options) { (0, _assertString.default)(str); var min; var max; if (_typeof(options) === 'object') { min = options.min || 0; max = options.max; } else { // backwards compatibility: isByteLength(str, min [, max]) min = arguments[1]; max = arguments[2]; } var len = encodeURI(str).split(/%..|./).length - 1; return len >= min && (typeof max === 'undefined' || len <= max); } module.exports = exports.default; module.exports.default = exports.default; /***/ }), /***/ 83868: /***/ (function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.default = isEmail; var _assertString = _interopRequireDefault(__webpack_require__(65571)); var _merge = _interopRequireDefault(__webpack_require__(84808)); var _isByteLength = _interopRequireDefault(__webpack_require__(93235)); var _isFQDN = _interopRequireDefault(__webpack_require__(10221)); var _isIP = _interopRequireDefault(__webpack_require__(61028)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var default_email_options = { allow_display_name: false, require_display_name: false, allow_utf8_local_part: true, require_tld: true, blacklisted_chars: '', ignore_max_length: false, host_blacklist: [] }; /* eslint-disable max-len */ /* eslint-disable no-control-regex */ var splitNameAddress = /^([^\x00-\x1F\x7F-\x9F\cX]+)</i; var emailUserPart = /^[a-z\d!#\$%&'\*\+\-\/=\?\^_`{\|}~]+$/i; var gmailUserPart = /^[a-z\d]+$/; var quotedEmailUser = /^([\s\x01-\x08\x0b\x0c\x0e-\x1f\x7f\x21\x23-\x5b\x5d-\x7e]|(\\[\x01-\x09\x0b\x0c\x0d-\x7f]))*$/i; var emailUserUtf8Part = /^[a-z\d!#\$%&'\*\+\-\/=\?\^_`{\|}~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+$/i; var quotedEmailUserUtf8 = /^([\s\x01-\x08\x0b\x0c\x0e-\x1f\x7f\x21\x23-\x5b\x5d-\x7e\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]|(\\[\x01-\x09\x0b\x0c\x0d-\x7f\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))*$/i; var defaultMaxEmailLength = 254; /* eslint-enable max-len */ /* eslint-enable no-control-regex */ /** * Validate display name according to the RFC2822: https://tools.ietf.org/html/rfc2822#appendix-A.1.2 * @param {String} display_name */ function validateDisplayName(display_name) { var display_name_without_quotes = display_name.replace(/^"(.+)"$/, '$1'); // display name with only spaces is not valid if (!display_name_without_quotes.trim()) { return false; } // check whether display name contains illegal character var contains_illegal = /[\.";<>]/.test(display_name_without_quotes); if (contains_illegal) { // if contains illegal characters, // must to be enclosed in double-quotes, otherwise it's not a valid display name if (display_name_without_quotes === display_name) { return false; } // the quotes in display name must start with character symbol \ var all_start_with_back_slash = display_name_without_quotes.split('"').length === display_name_without_quotes.split('\\"').length; if (!all_start_with_back_slash) { return false; } } return true; } function isEmail(str, options) { (0, _assertString.default)(str); options = (0, _merge.default)(options, default_email_options); if (options.require_display_name || options.allow_display_name) { var display_email = str.match(splitNameAddress); if (display_email) { var display_name = display_email[1]; // Remove display name and angle brackets to get email address // Can be done in the regex but will introduce a ReDOS (See #1597 for more info) str = str.replace(display_name, '').replace(/(^<|>$)/g, ''); // sometimes need to trim the last space to get the display name // because there may be a space between display name and email address // eg. myname <address@gmail.com> // the display name is `myname` instead of `myname `, so need to trim the last space if (display_name.endsWith(' ')) { display_name = display_name.substr(0, display_name.length - 1); } if (!validateDisplayName(display_name)) { return false; } } else if (options.require_display_name) { return false; } } if (!options.ignore_max_length && str.length > defaultMaxEmailLength) { return false; } var parts = str.split('@'); var domain = parts.pop(); var lower_domain = domain.toLowerCase(); if (options.host_blacklist.includes(lower_domain)) { return false; } var user = parts.join('@'); if (options.domain_specific_validation && (lower_domain === 'gmail.com' || lower_domain === 'googlemail.com')) { /* Previously we removed dots for gmail addresses before validating. This was removed because it allows `multiple..dots@gmail.com` to be reported as valid, but it is not. Gmail only normalizes single dots, removing them from here is pointless, should be done in normalizeEmail */ user = user.toLowerCase(); // Removing sub-address from username before gmail validation var username = user.split('+')[0]; // Dots are not included in gmail length restriction if (!(0, _isByteLength.default)(username.replace(/\./g, ''), { min: 6, max: 30 })) { return false; } var _user_parts = username.split('.'); for (var i = 0; i < _user_parts.length; i++) { if (!gmailUserPart.test(_user_parts[i])) { return false; } } } if (options.ignore_max_length === false && (!(0, _isByteLength.default)(user, { max: 64 }) || !(0, _isByteLength.default)(domain, { max: 254 }))) { return false; } if (!(0, _isFQDN.default)(domain, { require_tld: options.require_tld })) { if (!options.allow_ip_domain) { return false; } if (!(0, _isIP.default)(domain)) { if (!domain.startsWith('[') || !domain.endsWith(']')) { return false; } var noBracketdomain = domain.substr(1, domain.length - 2); if (noBracketdomain.length === 0 || !(0, _isIP.default)(noBracketdomain)) { return false; } } } if (user[0] === '"') { user = user.slice(1, user.length - 1); return options.allow_utf8_local_part ? quotedEmailUserUtf8.test(user) : quotedEmailUser.test(user); } var pattern = options.allow_utf8_local_part ? emailUserUtf8Part : emailUserPart; var user_parts = user.split('.'); for (var _i = 0; _i < user_parts.length; _i++) { if (!pattern.test(user_parts[_i])) { return false; } } if (options.blacklisted_chars) { if (user.search(new RegExp("[".concat(options.blacklisted_chars, "]+"), 'g')) !== -1) return false; } return true; } module.exports = exports.default; module.exports.default = exports.default; /***/ }), /***/ 10221: /***/ (function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.default = isFQDN; var _assertString = _interopRequireDefault(__webpack_require__(65571)); var _merge = _interopRequireDefault(__webpack_require__(84808)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var default_fqdn_options = { require_tld: true, allow_underscores: false, allow_trailing_dot: false, allow_numeric_tld: false, allow_wildcard: false }; function isFQDN(str, options) { (0, _assertString.default)(str); options = (0, _merge.default)(options, default_fqdn_options); /* Remove the optional trailing dot before checking validity */ if (options.allow_trailing_dot && str[str.length - 1] === '.') { str = str.substring(0, str.length - 1); } /* Remove the optional wildcard before checking validity */ if (options.allow_wildcard === true && str.indexOf('*.') === 0) { str = str.substring(2); } var parts = str.split('.'); var tld = parts[parts.length - 1]; if (options.require_tld) { // disallow fqdns without tld if (parts.length < 2) { return false; } if (!/^([a-z\u00A1-\u00A8\u00AA-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,}|xn[a-z0-9-]{2,})$/i.test(tld)) { return false; } // disallow spaces if (/\s/.test(tld)) { return false; } } // reject numeric TLDs if (!options.allow_numeric_tld && /^\d+$/.test(tld)) { return false; } return parts.every(function (part) { if (part.length > 63) { return false; } if (!/^[a-z_\u00a1-\uffff0-9-]+$/i.test(part)) { return false; } // disallow full-width chars if (/[\uff01-\uff5e]/.test(part)) { return false; } // disallow parts starting or ending with hyphen if (/^-|-$/.test(part)) { return false; } if (!options.allow_underscores && /_/.test(part)) { return false; } return true; }); } module.exports = exports.default; module.exports.default = exports.default; /***/ }), /***/ 61028: /***/ (function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.default = isIP; var _assertString = _interopRequireDefault(__webpack_require__(65571)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /** 11.3. Examples The following addresses fe80::1234 (on the 1st link of the node) ff02::5678 (on the 5th link of the node) ff08::9abc (on the 10th organization of the node) would be represented as follows: fe80::1234%1 ff02::5678%5 ff08::9abc%10 (Here we assume a natural translation from a zone index to the <zone_id> part, where the Nth zone of any scope is translated into "N".) If we use interface names as <zone_id>, those addresses could also be represented as follows: fe80::1234%ne0 ff02::5678%pvc1.3 ff08::9abc%interface10 where the interface "ne0" belongs to the 1st link, "pvc1.3" belongs to the 5th link, and "interface10" belongs to the 10th organization. * * */ var IPv4SegmentFormat = '(?:[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])'; var IPv4AddressFormat = "(".concat(IPv4SegmentFormat, "[.]){3}").concat(IPv4SegmentFormat); var IPv4AddressRegExp = new RegExp("^".concat(IPv4AddressFormat, "$")); var IPv6SegmentFormat = '(?:[0-9a-fA-F]{1,4})'; var IPv6AddressRegExp = new RegExp('^(' + "(?:".concat(IPv6SegmentFormat, ":){7}(?:").concat(IPv6SegmentFormat, "|:)|") + "(?:".concat(IPv6SegmentFormat, ":){6}(?:").concat(IPv4AddressFormat, "|:").concat(IPv6SegmentFormat, "|:)|") + "(?:".concat(IPv6SegmentFormat, ":){5}(?::").concat(IPv4AddressFormat, "|(:").concat(IPv6SegmentFormat, "){1,2}|:)|") + "(?:".concat(IPv6SegmentFormat, ":){4}(?:(:").concat(IPv6SegmentFormat, "){0,1}:").concat(IPv4AddressFormat, "|(:").concat(IPv6SegmentFormat, "){1,3}|:)|") + "(?:".concat(IPv6SegmentFormat, ":){3}(?:(:").concat(IPv6SegmentFormat, "){0,2}:").concat(IPv4AddressFormat, "|(:").concat(IPv6SegmentFormat, "){1,4}|:)|") + "(?:".concat(IPv6SegmentFormat, ":){2}(?:(:").concat(IPv6SegmentFormat, "){0,3}:").concat(IPv4AddressFormat, "|(:").concat(IPv6SegmentFormat, "){1,5}|:)|") + "(?:".concat(IPv6SegmentFormat, ":){1}(?:(:").concat(IPv6SegmentFormat, "){0,4}:").concat(IPv4AddressFormat, "|(:").concat(IPv6SegmentFormat, "){1,6}|:)|") + "(?::((?::".concat(IPv6SegmentFormat, "){0,5}:").concat(IPv4AddressFormat, "|(?::").concat(IPv6SegmentFormat, "){1,7}|:))") + ')(%[0-9a-zA-Z-.:]{1,})?$'); function isIP(str) { var version = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : ''; (0, _assertString.default)(str); version = String(version); if (!version) { return isIP(str, 4) || isIP(str, 6); } if (version === '4') { if (!IPv4AddressRegExp.test(str)) { return false; } var parts = str.split('.').sort(function (a, b) { return a - b; }); return parts[3] <= 255; } if (version === '6') { return !!IPv6AddressRegExp.test(str); } return false; } module.exports = exports.default; module.exports.default = exports.default; /***/ }), /***/ 28355: /***/ (function(__unused_webpack_module, exports, __webpack_require__) { "use strict"; var __webpack_unused_export__; __webpack_unused_export__ = ({ value: true }); exports.ZP = isMobilePhone; __webpack_unused_export__ = void 0; var _assertString = _interopRequireDefault(__webpack_require__(65571)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /* eslint-disable max-len */ var phones = { 'am-AM': /^(\+?374|0)((10|[9|7][0-9])\d{6}$|[2-4]\d{7}$)/, 'ar-AE': /^((\+?971)|0)?5[024568]\d{7}$/, 'ar-BH': /^(\+?973)?(3|6)\d{7}$/, 'ar-DZ': /^(\+?213|0)(5|6|7)\d{8}$/, 'ar-LB': /^(\+?961)?((3|81)\d{6}|7\d{7})$/, 'ar-EG': /^((\+?20)|0)?1[0125]\d{8}$/, 'ar-IQ': /^(\+?964|0)?7[0-9]\d{8}$/, 'ar-JO': /^(\+?962|0)?7[789]\d{7}$/, 'ar-KW': /^(\+?965)[569]\d{7}$/, 'ar-LY': /^((\+?218)|0)?(9[1-6]\d{7}|[1-8]\d{7,9})$/, 'ar-MA': /^(?:(?:\+|00)212|0)[5-7]\d{8}$/, 'ar-OM': /^((\+|00)968)?(9[1-9])\d{6}$/, 'ar-PS': /^(\+?970|0)5[6|9](\d{7})$/, 'ar-SA': /^(!?(\+?966)|0)?5\d{8}$/, 'ar-SY': /^(!?(\+?963)|0)?9\d{8}$/, 'ar-TN': /^(\+?216)?[2459]\d{7}$/, 'az-AZ': /^(\+994|0)(5[015]|7[07]|99)\d{7}$/, 'bs-BA': /^((((\+|00)3876)|06))((([0-3]|[5-6])\d{6})|(4\d{7}))$/, 'be-BY': /^(\+?375)?(24|25|29|33|44)\d{7}$/, 'bg-BG': /^(\+?359|0)?8[789]\d{7}$/, 'bn-BD': /^(\+?880|0)1[13456789][0-9]{8}$/, 'ca-AD': /^(\+376)?[346]\d{5}$/, 'cs-CZ': /^(\+?420)? ?[1-9][0-9]{2} ?[0-9]{3} ?[0-9]{3}$/, 'da-DK': /^(\+?45)?\s?\d{2}\s?\d{2}\s?\d{2}\s?\d{2}$/, 'de-DE': /^((\+49|0)[1|3])([0|5][0-45-9]\d|6([23]|0\d?)|7([0-57-9]|6\d))\d{7,9}$/, 'de-AT': /^(\+43|0)\d{1,4}\d{3,12}$/, 'de-CH': /^(\+41|0)([1-9])\d{1,9}$/, 'de-LU': /^(\+352)?((6\d1)\d{6})$/, 'dv-MV': /^(\+?960)?(7[2-9]|91|9[3-9])\d{7}$/, 'el-GR': /^(\+?30|0)?(69\d{8})$/, 'en-AU': /^(\+?61|0)4\d{8}$/, 'en-BM': /^(\+?1)?441(((3|7)\d{6}$)|(5[0-3][0-9]\d{4}$)|(59\d{5}))/, 'en-GB': /^(\+?44|0)7\d{9}$/, 'en-GG': /^(\+?44|0)1481\d{6}$/, 'en-GH': /^(\+233|0)(20|50|24|54|27|57|26|56|23|28|55|59)\d{7}$/, 'en-GY': /^(\+592|0)6\d{6}$/, 'en-HK': /^(\+?852[-\s]?)?[456789]\d{3}[-\s]?\d{4}$/, 'en-MO': /^(\+?853[-\s]?)?[6]\d{3}[-\s]?\d{4}$/, 'en-IE': /^(\+?353|0)8[356789]\d{7}$/, 'en-IN': /^(\+?91|0)?[6789]\d{9}$/, 'en-KE': /^(\+?254|0)(7|1)\d{8}$/, 'en-KI': /^((\+686|686)?)?( )?((6|7)(2|3|8)[0-9]{6})$/, 'en-MT': /^(\+?356|0)?(99|79|77|21|27|22|25)[0-9]{6}$/, 'en-MU': /^(\+?230|0)?\d{8}$/, 'en-NA': /^(\+?264|0)(6|8)\d{7}$/, 'en-NG': /^(\+?234|0)?[789]\d{9}$/, 'en-NZ': /^(\+?64|0)[28]\d{7,9}$/, 'en-PK': /^((00|\+)?92|0)3[0-6]\d{8}$/, 'en-PH': /^(09|\+639)\d{9}$/, 'en-RW': /^(\+?250|0)?[7]\d{8}$/, 'en-SG': /^(\+65)?[3689]\d{7}$/, 'en-SL': /^(\+?232|0)\d{8}$/, 'en-TZ': /^(\+?255|0)?[67]\d{8}$/, 'en-UG': /^(\+?256|0)?[7]\d{8}$/, 'en-US': /^((\+1|1)?( |-)?)?(\([2-9][0-9]{2}\)|[2-9][0-9]{2})( |-)?([2-9][0-9]{2}( |-)?[0-9]{4})$/, 'en-ZA': /^(\+?27|0)\d{9}$/, 'en-ZM': /^(\+?26)?09[567]\d{7}$/, 'en-ZW': /^(\+263)[0-9]{9}$/, 'en-BW': /^(\+?267)?(7[1-8]{1})\d{6}$/, 'es-AR': /^\+?549(11|[2368]\d)\d{8}$/, 'es-BO': /^(\+?591)?(6|7)\d{7}$/, 'es-CO': /^(\+?57)?3(0(0|1|2|4|5)|1\d|2[0-4]|5(0|1))\d{7}$/, 'es-CL': /^(\+?56|0)[2-9]\d{1}\d{7}$/, 'es-CR': /^(\+506)?[2-8]\d{7}$/, 'es-CU': /^(\+53|0053)?5\d{7}/, 'es-DO': /^(\+?1)?8[024]9\d{7}$/, 'es-HN': /^(\+?504)?[9|8]\d{7}$/, 'es-EC': /^(\+?593|0)([2-7]|9[2-9])\d{7}$/, 'es-ES': /^(\+?34)?[6|7]\d{8}$/, 'es-PE': /^(\+?51)?9\d{8}$/, 'es-MX': /^(\+?52)?(1|01)?\d{10,11}$/, 'es-PA': /^(\+?507)\d{7,8}$/, 'es-PY': /^(\+?595|0)9[9876]\d{7}$/, 'es-SV': /^(\+?503)?[67]\d{7}$/, 'es-UY': /^(\+598|0)9[1-9][\d]{6}$/, 'es-VE': /^(\+?58)?(2|4)\d{9}$/, 'et-EE': /^(\+?372)?\s?(5|8[1-4])\s?([0-9]\s?){6,7}$/, 'fa-IR': /^(\+?98[\-\s]?|0)9[0-39]\d[\-\s]?\d{3}[\-\s]?\d{4}$/, 'fi-FI': /^(\+?358|0)\s?(4(0|1|2|4|5|6)?|50)\s?(\d\s?){4,8}\d$/, 'fj-FJ': /^(\+?679)?\s?\d{3}\s?\d{4}$/, 'fo-FO': /^(\+?298)?\s?\d{2}\s?\d{2}\s?\d{2}$/, 'fr-BF': /^(\+226|0)[67]\d{7}$/, 'fr-CM': /^(\+?237)6[0-9]{8}$/, 'fr-FR': /^(\+?33|0)[67]\d{8}$/, 'fr-GF': /^(\+?594|0|00594)[67]\d{8}$/, 'fr-GP': /^(\+?590|0|00590)[67]\d{8}$/, 'fr-MQ': /^(\+?596|0|00596)[67]\d{8}$/, 'fr-PF': /^(\+?689)?8[789]\d{6}$/, 'fr-RE': /^(\+?262|0|00262)[67]\d{8}$/, 'he-IL': /^(\+972|0)([23489]|5[012345689]|77)[1-9]\d{6}$/, 'hu-HU': /^(\+?36|06)(20|30|31|50|70)\d{7}$/, 'id-ID': /^(\+?62|0)8(1[123456789]|2[1238]|3[1238]|5[12356789]|7[78]|9[56789]|8[123456789])([\s?|\d]{5,11})$/, 'it-IT': /^(\+?39)?\s?3\d{2} ?\d{6,7}$/, 'it-SM': /^((\+378)|(0549)|(\+390549)|(\+3780549))?6\d{5,9}$/, 'ja-JP': /^(\+81[ \-]?(\(0\))?|0)[6789]0[ \-]?\d{4}[ \-]?\d{4}$/, 'ka-GE': /^(\+?995)?(5|79)\d{7}$/, 'kk-KZ': /^(\+?7|8)?7\d{9}$/, 'kl-GL': /^(\+?299)?\s?\d{2}\s?\d{2}\s?\d{2}$/, 'ko-KR': /^((\+?82)[ \-]?)?0?1([0|1|6|7|8|9]{1})[ \-]?\d{3,4}[ \-]?\d{4}$/, 'lt-LT': /^(\+370|8)\d{8}$/, 'lv-LV': /^(\+?371)2\d{7}$/, 'ms-MY': /^(\+?6?01){1}(([0145]{1}(\-|\s)?\d{7,8})|([236789]{1}(\s|\-)?\d{7}))$/, 'mz-MZ': /^(\+?258)?8[234567]\d{7}$/, 'nb-NO': /^(\+?47)?[49]\d{7}$/, 'ne-NP': /^(\+?977)?9[78]\d{8}$/, 'nl-BE': /^(\+?32|0)4\d{8}$/, 'nl-NL': /^(((\+|00)?31\(0\))|((\+|00)?31)|0)6{1}\d{8}$/, 'nn-NO': /^(\+?47)?[49]\d{7}$/, 'pl-PL': /^(\+?48)? ?[5-8]\d ?\d{3} ?\d{2} ?\d{2}$/, 'pt-BR': /^((\+?55\ ?[1-9]{2}\ ?)|(\+?55\ ?\([1-9]{2}\)\ ?)|(0[1-9]{2}\ ?)|(\([1-9]{2}\)\ ?)|([1-9]{2}\ ?))((\d{4}\-?\d{4})|(9[2-9]{1}\d{3}\-?\d{4}))$/, 'pt-PT': /^(\+?351)?9[1236]\d{7}$/, 'pt-AO': /^(\+244)\d{9}$/, 'ro-RO': /^(\+?4?0)\s?7\d{2}(\/|\s|\.|\-)?\d{3}(\s|\.|\-)?\d{3}$/, 'ru-RU': /^(\+?7|8)?9\d{9}$/, 'si-LK': /^(?:0|94|\+94)?(7(0|1|2|4|5|6|7|8)( |-)?)\d{7}$/, 'sl-SI': /^(\+386\s?|0)(\d{1}\s?\d{3}\s?\d{2}\s?\d{2}|\d{2}\s?\d{3}\s?\d{3})$/, 'sk-SK': /^(\+?421)? ?[1-9][0-9]{2} ?[0-9]{3} ?[0-9]{3}$/, 'sq-AL': /^(\+355|0)6[789]\d{6}$/, 'sr-RS': /^(\+3816|06)[- \d]{5,9}$/, 'sv-SE': /^(\+?46|0)[\s\-]?7[\s\-]?[02369]([\s\-]?\d){7}$/, 'tg-TJ': /^(\+?992)?[5][5]\d{7}$/, 'th-TH': /^(\+66|66|0)\d{9}$/, 'tr-TR': /^(\+?90|0)?5\d{9}$/, 'tk-TM': /^(\+993|993|8)\d{8}$/, 'uk-UA': /^(\+?38|8)?0\d{9}$/, 'uz-UZ': /^(\+?998)?(6[125-79]|7[1-69]|88|9\d)\d{7}$/, 'vi-VN': /^((\+?84)|0)((3([2-9]))|(5([25689]))|(7([0|6-9]))|(8([1-9]))|(9([0-9])))([0-9]{7})$/, 'zh-CN': /^((\+|00)86)?(1[3-9]|9[28])\d{9}$/, 'zh-TW': /^(\+?886\-?|0)?9\d{8}$/, 'dz-BT': /^(\+?975|0)?(17|16|77|02)\d{6}$/ }; /* eslint-enable max-len */ // aliases phones['en-CA'] = phones['en-US']; phones['fr-CA'] = phones['en-CA']; phones['fr-BE'] = phones['nl-BE']; phones['zh-HK'] = phones['en-HK']; phones['zh-MO'] = phones['en-MO']; phones['ga-IE'] = phones['en-IE']; phones['fr-CH'] = phones['de-CH']; phones['it-CH'] = phones['fr-CH']; function isMobilePhone(str, locale, options) { (0, _assertString.default)(str); if (options && options.strictMode && !str.startsWith('+')) { return false; } if (Array.isArray(locale)) { return locale.some(function (key) { // https://github.com/gotwarlost/istanbul/blob/master/ignoring-code-for-coverage.md#ignoring-code-for-coverage-purposes // istanbul ignore else if (phones.hasOwnProperty(key)) { var phone = phones[key]; if (phone.test(str)) { return true; } } return false; }); } else if (locale in phones) { return phones[locale].test(str); // alias falsey locale as 'any' } else if (!locale || locale === 'any') { for (var key in phones) { // istanbul ignore else if (phones.hasOwnProperty(key)) { var phone = phones[key]; if (phone.test(str)) { return true; } } } return false; } throw new Error("Invalid locale '".concat(locale, "'")); } var locales = Object.keys(phones); __webpack_unused_export__ = locales; /***/ }), /***/ 66823: /***/ (function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.default = isURL; var _assertString = _interopRequireDefault(__webpack_require__(65571)); var _isFQDN = _interopRequireDefault(__webpack_require__(10221)); var _isIP = _interopRequireDefault(__webpack_require__(61028)); var _merge = _interopRequireDefault(__webpack_require__(84808)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 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) { if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } /* options for isURL method require_protocol - if set as true isURL will return false if protocol is not present in the URL require_valid_protocol - isURL will check if the URL's protocol is present in the protocols option protocols - valid protocols can be modified with this option require_host - if set as false isURL will not check if host is present in the URL require_port - if set as true isURL will check if port is present in the URL allow_protocol_relative_urls - if set as true protocol relative URLs will be allowed validate_length - if set as false isURL will skip string length validation (IE maximum is 2083) */ var default_url_options = { protocols: ['http', 'https', 'ftp'], require_tld: true, require_protocol: false, require_host: true, require_port: false, require_valid_protocol: true, allow_underscores: false, allow_trailing_dot: false, allow_protocol_relative_urls: false, allow_fragments: true, allow_query_components: true, validate_length: true }; var wrapped_ipv6 = /^\[([^\]]+)\](?::([0-9]+))?$/; function isRegExp(obj) { return Object.prototype.toString.call(obj) === '[object RegExp]'; } function checkHost(host, matches) { for (var i = 0; i < matches.length; i++) { var match = matches[i]; if (host === match || isRegExp(match) && match.test(host)) { return true; } } return false; } function isURL(url, options) { (0, _assertString.default)(url); if (!url || /[\s<>]/.test(url)) { return false; } if (url.indexOf('mailto:') === 0) { return false; } options = (0, _merge.default)(options, default_url_options); if (options.validate_length && url.length >= 2083) { return false; } if (!options.allow_fragments && url.includes('#')) { return false; } if (!options.allow_query_components && (url.includes('?') || url.includes('&'))) { return false; } var protocol, auth, host, hostname, port, port_str, split, ipv6; split = url.split('#'); url = split.shift(); split = url.split('?'); url = split.shift(); split = url.split('://'); if (split.length > 1) { protocol = split.shift().toLowerCase(); if (options.require_valid_protocol && options.protocols.indexOf(protocol) === -1) { return false; } } else if (options.require_protocol) { return false; } else if (url.substr(0, 2) === '//') { if (!options.allow_protocol_relative_urls) { return false; } split[0] = url.substr(2); } url = split.join('://'); if (url === '') { return false; } split = url.split('/'); url = split.shift(); if (url === '' && !options.require_host) { return true; } split = url.split('@'); if (split.length > 1) { if (options.disallow_auth) { return false; } if (split[0] === '') { return false; } auth = split.shift(); if (auth.indexOf(':') >= 0 && auth.split(':').length > 2) { return false; } var _auth$split = auth.split(':'), _auth$split2 = _slicedToArray(_auth$split, 2), user = _auth$split2[0], password = _auth$split2[1]; if (user === '' && password === '') { return false; } } hostname = split.join('@'); port_str = null; ipv6 = null; var ipv6_match = hostname.match(wrapped_ipv6); if (ipv6_match) { host = ''; ipv6 = ipv6_match[1]; port_str = ipv6_match[2] || null; } else { split = hostname.split(':'); host = split.shift(); if (split.length) { port_str = split.join(':'); } } if (port_str !== null && port_str.length > 0) { port = parseInt(port_str, 10); if (!/^[0-9]+$/.test(port_str) || port <= 0 || port > 65535) { return false; } } else if (options.require_port) { return false; } if (options.host_whitelist) { return checkHost(host, options.host_whitelist); } if (!(0, _isIP.default)(host) && !(0, _isFQDN.default)(host, options) && (!ipv6 || !(0, _isIP.default)(ipv6, 6))) { return false; } host = host || ipv6; if (options.host_blacklist && checkHost(host, options.host_blacklist)) { return false; } return true; } module.exports = exports.default; module.exports.default = exports.default; /***/ }), /***/ 65571: /***/ (function(module, exports) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.default = assertString; function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } function assertString(input) { var isString = typeof input === 'string' || input instanceof String; if (!isString) { var invalidType = _typeof(input); if (input === null) invalidType = 'null';else if (invalidType === 'object') invalidType = input.constructor.name; throw new TypeError("Expected a string but received a ".concat(invalidType)); } } module.exports = exports.default; module.exports.default = exports.default; /***/ }), /***/ 84808: /***/ (function(module, exports) { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.default = merge; function merge() { var obj = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var defaults = arguments.length > 1 ? arguments[1] : undefined; for (var key in defaults) { if (typeof obj[key] === 'undefined') { obj[key] = defaults[key]; } } return obj; } module.exports = exports.default; module.exports.default = exports.default; /***/ }), /***/ 71739: /***/ (function(module) { /** * This file automatically generated from `pre-publish.js`. * Do not manually edit. */ module.exports = { "area": true, "base": true, "br": true, "col": true, "embed": true, "hr": true, "img": true, "input": true, "link": true, "meta": true, "param": true, "source": true, "track": true, "wbr": true }; /***/ }), /***/ 46314: /***/ (function(module) { "use strict"; module.exports = JSON.parse('{"button":{"general":{"show_mobile":true,"show_desktop":true,"label":"","action":"#","type":"url","messenger_lang":"en_US","action_new_tab":false},"styling":{"icon":["fas fa-home"],"icon_type":"icon","icon_image":[""],"icon_size":[20],"icon_image_size":[16],"background_is_image":[false],"background_image":[],"border_radius":["50%"],"background_color":["#2f7789","#f08419"],"icon_color":["#fff"],"icon_image_border_radius":[50],"label_background_color":["#4e4c4c"],"label_color":["#fff"],"label_border_radius":["3px"],"label_font_size":[12],"label_margin":["0px 0px 0px 0px"],"label_padding":["5px 15px 5px 15px"],"label_font_family":"","label_spacing":9,"horizontal_position_label":"auto","box_shadow":["0px 2px 6px 1px rgba(0, 0, 0, 0.20)","0px 5px 11px 1px rgba(0, 0, 0, 0.25)"],"box_shadow_enabled":[true],"label_box_shadow_enabled":[false],"label_box_shadow":["0px 0px 0px 0px rgba(0, 0, 0, 1)"]}},"group":{"general":{"horizontal":"right: 5%","vertical":"bottom: 5%","menu_style":"default"},"advanced":{"menu_animation":"none","menu_animation_delay":10,"menu_animation_repeat_count":0,"show_on_schedule_trigger":true,"show_on_rule_trigger":true,"advanced_timeout_once":true,"advanced_scroll_hide":false,"exit_intent_animation":"focused","exit_intent_trigger_amount":"once_page"},"styling":{"group_size":56,"button_size":42,"show_label_mobile":"always","show_label_desktop":"always","label_same_width":false,"label_same_height":false,"label_inside":false,"space":10}},"menu_button":{"general":{"name":"Menu button","type":"opengroup","menu_opening_animation":"default","start_opened":false,"close_on_click_outside":true,"close_on_click_inside":true,"open_on_mouseover":false,"close_on_mouseleave":true},"styling":{"icon":["fas fa-plus"],"icon_size":[25],"icon_image_size":[25],"space":0}}}'); /***/ }) /******/ }); /************************************************************************/ /******/ // The module cache /******/ var __webpack_module_cache__ = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ var cachedModule = __webpack_module_cache__[moduleId]; /******/ if (cachedModule !== undefined) { /******/ return cachedModule.exports; /******/ } /******/ // Create a new module (and put it into the cache) /******/ var module = __webpack_module_cache__[moduleId] = { /******/ id: moduleId, /******/ loaded: false, /******/ exports: {} /******/ }; /******/ /******/ // Execute the module function /******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__); /******/ /******/ // Flag the module as loaded /******/ module.loaded = true; /******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ /************************************************************************/ /******/ /* webpack/runtime/compat get default export */ /******/ !function() { /******/ // getDefaultExport function for compatibility with non-harmony modules /******/ __webpack_require__.n = function(module) { /******/ var getter = module && module.__esModule ? /******/ function() { return module['default']; } : /******/ function() { return module; }; /******/ __webpack_require__.d(getter, { a: getter }); /******/ return getter; /******/ }; /******/ }(); /******/ /******/ /* webpack/runtime/create fake namespace object */ /******/ !function() { /******/ var getProto = Object.getPrototypeOf ? function(obj) { return Object.getPrototypeOf(obj); } : function(obj) { return obj.__proto__; }; /******/ var leafPrototypes; /******/ // create a fake namespace object /******/ // mode & 1: value is a module id, require it /******/ // mode & 2: merge all properties of value into the ns /******/ // mode & 4: return value when already ns object /******/ // mode & 16: return value when it's Promise-like /******/ // mode & 8|1: behave like require /******/ __webpack_require__.t = function(value, mode) { /******/ if(mode & 1) value = this(value); /******/ if(mode & 8) return value; /******/ if(typeof value === 'object' && value) { /******/ if((mode & 4) && value.__esModule) return value; /******/ if((mode & 16) && typeof value.then === 'function') return value; /******/ } /******/ var ns = Object.create(null); /******/ __webpack_require__.r(ns); /******/ var def = {}; /******/ leafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)]; /******/ for(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) { /******/ Object.getOwnPropertyNames(current).forEach(function(key) { def[key] = function() { return value[key]; }; }); /******/ } /******/ def['default'] = function() { return value; }; /******/ __webpack_require__.d(ns, def); /******/ return ns; /******/ }; /******/ }(); /******/ /******/ /* webpack/runtime/define property getters */ /******/ !function() { /******/ // define getter functions for harmony exports /******/ __webpack_require__.d = function(exports, definition) { /******/ for(var key in definition) { /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); /******/ } /******/ } /******/ }; /******/ }(); /******/ /******/ /* webpack/runtime/global */ /******/ !function() { /******/ __webpack_require__.g = (function() { /******/ if (typeof globalThis === 'object') return globalThis; /******/ try { /******/ return this || new Function('return this')(); /******/ } catch (e) { /******/ if (typeof window === 'object') return window; /******/ } /******/ })(); /******/ }(); /******/ /******/ /* webpack/runtime/harmony module decorator */ /******/ !function() { /******/ __webpack_require__.hmd = function(module) { /******/ module = Object.create(module); /******/ if (!module.children) module.children = []; /******/ Object.defineProperty(module, 'exports', { /******/ enumerable: true, /******/ set: function() { /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id); /******/ } /******/ }); /******/ return module; /******/ }; /******/ }(); /******/ /******/ /* webpack/runtime/hasOwnProperty shorthand */ /******/ !function() { /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); } /******/ }(); /******/ /******/ /* webpack/runtime/make namespace object */ /******/ !function() { /******/ // define __esModule on exports /******/ __webpack_require__.r = function(exports) { /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); /******/ } /******/ Object.defineProperty(exports, '__esModule', { value: true }); /******/ }; /******/ }(); /******/ /******/ /* webpack/runtime/node module decorator */ /******/ !function() { /******/ __webpack_require__.nmd = function(module) { /******/ module.paths = []; /******/ if (!module.children) module.children = []; /******/ return module; /******/ }; /******/ }(); /******/ /************************************************************************/ /******/ /******/ // startup /******/ // Load entry module and return exports /******/ // This entry module doesn't tell about it's top-level declarations so it can't be inlined /******/ var __webpack_exports__ = __webpack_require__(14930); /******/ /******/ })() ;