@popsure/dirty-swan 0.28.5 → 0.28.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/components/comparisonTable/components/Row/index.js +1 -1
- package/dist/esm/components/comparisonTable/index.js +1 -1
- package/dist/esm/components/comparisonTable/index.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/components/comparisonTable/components/Row/style.module.scss +2 -1
- package/src/lib/components/comparisonTable/hooks/useComparisonTable.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../node_modules/react-scroll-sync/dist/index.js","../../../../../src/lib/components/comparisonTable/hooks/useComparisonTable.ts","../../../../../src/lib/components/comparisonTable/index.tsx"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"react\"), require(\"react-dom\"));\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([\"react\", \"react-dom\"], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"ScrollSync\"] = factory(require(\"react\"), require(\"react-dom\"));\n\telse\n\t\troot[\"ScrollSync\"] = factory(root[\"react\"], root[\"react-dom\"]);\n})(this, function(__WEBPACK_EXTERNAL_MODULE_2__, __WEBPACK_EXTERNAL_MODULE_13__) {\nreturn /******/ (function(modules) { // webpackBootstrap\n/******/ \t// The module cache\n/******/ \tvar installedModules = {};\n/******/\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(installedModules[moduleId])\n/******/ \t\t\treturn installedModules[moduleId].exports;\n/******/\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = installedModules[moduleId] = {\n/******/ \t\t\texports: {},\n/******/ \t\t\tid: moduleId,\n/******/ \t\t\tloaded: false\n/******/ \t\t};\n/******/\n/******/ \t\t// Execute the module function\n/******/ \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n/******/\n/******/ \t\t// Flag the module as loaded\n/******/ \t\tmodule.loaded = true;\n/******/\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/\n/******/\n/******/ \t// expose the modules object (__webpack_modules__)\n/******/ \t__webpack_require__.m = modules;\n/******/\n/******/ \t// expose the module cache\n/******/ \t__webpack_require__.c = installedModules;\n/******/\n/******/ \t// __webpack_public_path__\n/******/ \t__webpack_require__.p = \"\";\n/******/\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(0);\n/******/ })\n/************************************************************************/\n/******/ ([\n/* 0 */\n/***/ function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tObject.defineProperty(exports, \"__esModule\", {\n\t value: true\n\t});\n\t\n\tvar _ScrollSync = __webpack_require__(1);\n\t\n\tObject.defineProperty(exports, 'ScrollSync', {\n\t enumerable: true,\n\t get: function get() {\n\t return _interopRequireDefault(_ScrollSync).default;\n\t }\n\t});\n\t\n\tvar _ScrollSyncPane = __webpack_require__(12);\n\t\n\tObject.defineProperty(exports, 'ScrollSyncPane', {\n\t enumerable: true,\n\t get: function get() {\n\t return _interopRequireDefault(_ScrollSyncPane).default;\n\t }\n\t});\n\n\tfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\n/***/ },\n/* 1 */\n/***/ function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tObject.defineProperty(exports, \"__esModule\", {\n\t value: true\n\t});\n\t\n\tvar _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; }; }();\n\t\n\tvar _react = __webpack_require__(2);\n\t\n\tvar _react2 = _interopRequireDefault(_react);\n\t\n\tvar _propTypes = __webpack_require__(3);\n\t\n\tvar _propTypes2 = _interopRequireDefault(_propTypes);\n\t\n\tfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\t\n\tfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\t\n\tfunction _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; }\n\t\n\tfunction _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; }\n\t\n\t/**\n\t * ScrollSync provider component\n\t *\n\t */\n\t\n\tvar ScrollSync = function (_Component) {\n\t _inherits(ScrollSync, _Component);\n\t\n\t function ScrollSync() {\n\t var _ref;\n\t\n\t var _temp, _this, _ret;\n\t\n\t _classCallCheck(this, ScrollSync);\n\t\n\t for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {\n\t args[_key] = arguments[_key];\n\t }\n\t\n\t return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = ScrollSync.__proto__ || Object.getPrototypeOf(ScrollSync)).call.apply(_ref, [this].concat(args))), _this), _this.panes = {}, _this.registerPane = function (node, groups) {\n\t groups.forEach(function (group) {\n\t if (!_this.panes[group]) {\n\t _this.panes[group] = [];\n\t }\n\t\n\t if (!_this.findPane(node, group)) {\n\t if (_this.panes[group].length > 0) {\n\t _this.syncScrollPosition(_this.panes[group][0], node);\n\t }\n\t _this.panes[group].push(node);\n\t }\n\t });\n\t _this.addEvents(node, groups);\n\t }, _this.unregisterPane = function (node, groups) {\n\t groups.forEach(function (group) {\n\t if (_this.findPane(node, group)) {\n\t _this.removeEvents(node);\n\t _this.panes[group].splice(_this.panes[group].indexOf(node), 1);\n\t }\n\t });\n\t }, _this.addEvents = function (node, groups) {\n\t /* For some reason element.addEventListener doesnt work with document.body */\n\t node.onscroll = _this.handlePaneScroll.bind(_this, node, groups); // eslint-disable-line\n\t }, _this.removeEvents = function (node) {\n\t /* For some reason element.removeEventListener doesnt work with document.body */\n\t node.onscroll = null; // eslint-disable-line\n\t }, _this.findPane = function (node, group) {\n\t if (!_this.panes[group]) {\n\t return false;\n\t }\n\t\n\t return _this.panes[group].find(function (pane) {\n\t return pane === node;\n\t });\n\t }, _this.handlePaneScroll = function (node, groups) {\n\t if (!_this.props.enabled) {\n\t return;\n\t }\n\t\n\t window.requestAnimationFrame(function () {\n\t _this.syncScrollPositions(node, groups);\n\t });\n\t }, _this.syncScrollPositions = function (scrolledPane, groups) {\n\t groups.forEach(function (group) {\n\t _this.panes[group].forEach(function (pane) {\n\t /* For all panes beside the currently scrolling one */\n\t if (scrolledPane !== pane) {\n\t /* Remove event listeners from the node that we'll manipulate */\n\t _this.removeEvents(pane, group);\n\t _this.syncScrollPosition(scrolledPane, pane);\n\t /* Re-attach event listeners after we're done scrolling */\n\t window.requestAnimationFrame(function () {\n\t _this.addEvents(pane, groups);\n\t });\n\t }\n\t });\n\t });\n\t if (_this.props.onSync) _this.props.onSync(scrolledPane);\n\t }, _temp), _possibleConstructorReturn(_this, _ret);\n\t }\n\t\n\t _createClass(ScrollSync, [{\n\t key: 'getChildContext',\n\t value: function getChildContext() {\n\t return {\n\t registerPane: this.registerPane,\n\t unregisterPane: this.unregisterPane\n\t };\n\t }\n\t }, {\n\t key: 'syncScrollPosition',\n\t value: function syncScrollPosition(scrolledPane, pane) {\n\t var scrollTop = scrolledPane.scrollTop,\n\t scrollHeight = scrolledPane.scrollHeight,\n\t clientHeight = scrolledPane.clientHeight,\n\t scrollLeft = scrolledPane.scrollLeft,\n\t scrollWidth = scrolledPane.scrollWidth,\n\t clientWidth = scrolledPane.clientWidth;\n\t\n\t\n\t var scrollTopOffset = scrollHeight - clientHeight;\n\t var scrollLeftOffset = scrollWidth - clientWidth;\n\t\n\t var _props = this.props,\n\t proportional = _props.proportional,\n\t vertical = _props.vertical,\n\t horizontal = _props.horizontal;\n\t\n\t /* Calculate the actual pane height */\n\t\n\t var paneHeight = pane.scrollHeight - clientHeight;\n\t var paneWidth = pane.scrollWidth - clientWidth;\n\t /* Adjust the scrollTop position of it accordingly */\n\t if (vertical && scrollTopOffset > 0) {\n\t pane.scrollTop = proportional ? paneHeight * scrollTop / scrollTopOffset : scrollTop; // eslint-disable-line\n\t }\n\t if (horizontal && scrollLeftOffset > 0) {\n\t pane.scrollLeft = proportional ? paneWidth * scrollLeft / scrollLeftOffset : scrollLeft; // eslint-disable-line\n\t }\n\t }\n\t }, {\n\t key: 'render',\n\t value: function render() {\n\t return _react2.default.Children.only(this.props.children);\n\t }\n\t }]);\n\t\n\t return ScrollSync;\n\t}(_react.Component);\n\t\n\tScrollSync.propTypes = {\n\t /**\n\t * Callback to be invoked any time synchronization happens\n\t *\n\t * @param {Element} el The element that has received the scroll event\n\t */\n\t onSync: _propTypes2.default.func,\n\t children: _propTypes2.default.element.isRequired,\n\t proportional: _propTypes2.default.bool,\n\t vertical: _propTypes2.default.bool,\n\t horizontal: _propTypes2.default.bool,\n\t enabled: _propTypes2.default.bool\n\t};\n\tScrollSync.defaultProps = {\n\t proportional: true,\n\t vertical: true,\n\t horizontal: true,\n\t enabled: true\n\t};\n\tScrollSync.childContextTypes = {\n\t registerPane: _propTypes2.default.func,\n\t unregisterPane: _propTypes2.default.func\n\t};\n\texports.default = ScrollSync;\n\tmodule.exports = exports['default'];\n\n/***/ },\n/* 2 */\n/***/ function(module, exports) {\n\n\tmodule.exports = __WEBPACK_EXTERNAL_MODULE_2__;\n\n/***/ },\n/* 3 */\n/***/ function(module, exports, __webpack_require__) {\n\n\t/* WEBPACK VAR INJECTION */(function(process) {/**\n\t * Copyright 2013-present, Facebook, Inc.\n\t * All rights reserved.\n\t *\n\t * This source code is licensed under the BSD-style license found in the\n\t * LICENSE file in the root directory of this source tree. An additional grant\n\t * of patent rights can be found in the PATENTS file in the same directory.\n\t */\n\t\n\tif (process.env.NODE_ENV !== 'production') {\n\t var REACT_ELEMENT_TYPE = (typeof Symbol === 'function' &&\n\t Symbol.for &&\n\t Symbol.for('react.element')) ||\n\t 0xeac7;\n\t\n\t var isValidElement = function(object) {\n\t return typeof object === 'object' &&\n\t object !== null &&\n\t object.$$typeof === REACT_ELEMENT_TYPE;\n\t };\n\t\n\t // By explicitly using `prop-types` you are opting into new development behavior.\n\t // http://fb.me/prop-types-in-prod\n\t var throwOnDirectAccess = true;\n\t module.exports = __webpack_require__(5)(isValidElement, throwOnDirectAccess);\n\t} else {\n\t // By explicitly using `prop-types` you are opting into new production behavior.\n\t // http://fb.me/prop-types-in-prod\n\t module.exports = __webpack_require__(11)();\n\t}\n\t\n\t/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(4)))\n\n/***/ },\n/* 4 */\n/***/ function(module, exports) {\n\n\t// shim for using process in browser\n\tvar process = module.exports = {};\n\t\n\t// cached from whatever global is present so that test runners that stub it\n\t// don't break things. But we need to wrap it in a try catch in case it is\n\t// wrapped in strict mode code which doesn't define any globals. It's inside a\n\t// function because try/catches deoptimize in certain engines.\n\t\n\tvar cachedSetTimeout;\n\tvar cachedClearTimeout;\n\t\n\tfunction defaultSetTimout() {\n\t throw new Error('setTimeout has not been defined');\n\t}\n\tfunction defaultClearTimeout () {\n\t throw new Error('clearTimeout has not been defined');\n\t}\n\t(function () {\n\t try {\n\t if (typeof setTimeout === 'function') {\n\t cachedSetTimeout = setTimeout;\n\t } else {\n\t cachedSetTimeout = defaultSetTimout;\n\t }\n\t } catch (e) {\n\t cachedSetTimeout = defaultSetTimout;\n\t }\n\t try {\n\t if (typeof clearTimeout === 'function') {\n\t cachedClearTimeout = clearTimeout;\n\t } else {\n\t cachedClearTimeout = defaultClearTimeout;\n\t }\n\t } catch (e) {\n\t cachedClearTimeout = defaultClearTimeout;\n\t }\n\t} ())\n\tfunction runTimeout(fun) {\n\t if (cachedSetTimeout === setTimeout) {\n\t //normal enviroments in sane situations\n\t return setTimeout(fun, 0);\n\t }\n\t // if setTimeout wasn't available but was latter defined\n\t if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n\t cachedSetTimeout = setTimeout;\n\t return setTimeout(fun, 0);\n\t }\n\t try {\n\t // when when somebody has screwed with setTimeout but no I.E. maddness\n\t return cachedSetTimeout(fun, 0);\n\t } catch(e){\n\t try {\n\t // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n\t return cachedSetTimeout.call(null, fun, 0);\n\t } catch(e){\n\t // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n\t return cachedSetTimeout.call(this, fun, 0);\n\t }\n\t }\n\t\n\t\n\t}\n\tfunction runClearTimeout(marker) {\n\t if (cachedClearTimeout === clearTimeout) {\n\t //normal enviroments in sane situations\n\t return clearTimeout(marker);\n\t }\n\t // if clearTimeout wasn't available but was latter defined\n\t if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n\t cachedClearTimeout = clearTimeout;\n\t return clearTimeout(marker);\n\t }\n\t try {\n\t // when when somebody has screwed with setTimeout but no I.E. maddness\n\t return cachedClearTimeout(marker);\n\t } catch (e){\n\t try {\n\t // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n\t return cachedClearTimeout.call(null, marker);\n\t } catch (e){\n\t // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n\t // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n\t return cachedClearTimeout.call(this, marker);\n\t }\n\t }\n\t\n\t\n\t\n\t}\n\tvar queue = [];\n\tvar draining = false;\n\tvar currentQueue;\n\tvar queueIndex = -1;\n\t\n\tfunction cleanUpNextTick() {\n\t if (!draining || !currentQueue) {\n\t return;\n\t }\n\t draining = false;\n\t if (currentQueue.length) {\n\t queue = currentQueue.concat(queue);\n\t } else {\n\t queueIndex = -1;\n\t }\n\t if (queue.length) {\n\t drainQueue();\n\t }\n\t}\n\t\n\tfunction drainQueue() {\n\t if (draining) {\n\t return;\n\t }\n\t var timeout = runTimeout(cleanUpNextTick);\n\t draining = true;\n\t\n\t var len = queue.length;\n\t while(len) {\n\t currentQueue = queue;\n\t queue = [];\n\t while (++queueIndex < len) {\n\t if (currentQueue) {\n\t currentQueue[queueIndex].run();\n\t }\n\t }\n\t queueIndex = -1;\n\t len = queue.length;\n\t }\n\t currentQueue = null;\n\t draining = false;\n\t runClearTimeout(timeout);\n\t}\n\t\n\tprocess.nextTick = function (fun) {\n\t var args = new Array(arguments.length - 1);\n\t if (arguments.length > 1) {\n\t for (var i = 1; i < arguments.length; i++) {\n\t args[i - 1] = arguments[i];\n\t }\n\t }\n\t queue.push(new Item(fun, args));\n\t if (queue.length === 1 && !draining) {\n\t runTimeout(drainQueue);\n\t }\n\t};\n\t\n\t// v8 likes predictible objects\n\tfunction Item(fun, array) {\n\t this.fun = fun;\n\t this.array = array;\n\t}\n\tItem.prototype.run = function () {\n\t this.fun.apply(null, this.array);\n\t};\n\tprocess.title = 'browser';\n\tprocess.browser = true;\n\tprocess.env = {};\n\tprocess.argv = [];\n\tprocess.version = ''; // empty string to avoid regexp issues\n\tprocess.versions = {};\n\t\n\tfunction noop() {}\n\t\n\tprocess.on = noop;\n\tprocess.addListener = noop;\n\tprocess.once = noop;\n\tprocess.off = noop;\n\tprocess.removeListener = noop;\n\tprocess.removeAllListeners = noop;\n\tprocess.emit = noop;\n\tprocess.prependListener = noop;\n\tprocess.prependOnceListener = noop;\n\t\n\tprocess.listeners = function (name) { return [] }\n\t\n\tprocess.binding = function (name) {\n\t throw new Error('process.binding is not supported');\n\t};\n\t\n\tprocess.cwd = function () { return '/' };\n\tprocess.chdir = function (dir) {\n\t throw new Error('process.chdir is not supported');\n\t};\n\tprocess.umask = function() { return 0; };\n\n\n/***/ },\n/* 5 */\n/***/ function(module, exports, __webpack_require__) {\n\n\t/* WEBPACK VAR INJECTION */(function(process) {/**\n\t * Copyright 2013-present, Facebook, Inc.\n\t * All rights reserved.\n\t *\n\t * This source code is licensed under the BSD-style license found in the\n\t * LICENSE file in the root directory of this source tree. An additional grant\n\t * of patent rights can be found in the PATENTS file in the same directory.\n\t */\n\t\n\t'use strict';\n\t\n\tvar emptyFunction = __webpack_require__(6);\n\tvar invariant = __webpack_require__(7);\n\tvar warning = __webpack_require__(8);\n\t\n\tvar ReactPropTypesSecret = __webpack_require__(9);\n\tvar checkPropTypes = __webpack_require__(10);\n\t\n\tmodule.exports = function(isValidElement, throwOnDirectAccess) {\n\t /* global Symbol */\n\t var ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;\n\t var FAUX_ITERATOR_SYMBOL = '@@iterator'; // Before Symbol spec.\n\t\n\t /**\n\t * Returns the iterator method function contained on the iterable object.\n\t *\n\t * Be sure to invoke the function with the iterable as context:\n\t *\n\t * var iteratorFn = getIteratorFn(myIterable);\n\t * if (iteratorFn) {\n\t * var iterator = iteratorFn.call(myIterable);\n\t * ...\n\t * }\n\t *\n\t * @param {?object} maybeIterable\n\t * @return {?function}\n\t */\n\t function getIteratorFn(maybeIterable) {\n\t var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);\n\t if (typeof iteratorFn === 'function') {\n\t return iteratorFn;\n\t }\n\t }\n\t\n\t /**\n\t * Collection of methods that allow declaration and validation of props that are\n\t * supplied to React components. Example usage:\n\t *\n\t * var Props = require('ReactPropTypes');\n\t * var MyArticle = React.createClass({\n\t * propTypes: {\n\t * // An optional string prop named \"description\".\n\t * description: Props.string,\n\t *\n\t * // A required enum prop named \"category\".\n\t * category: Props.oneOf(['News','Photos']).isRequired,\n\t *\n\t * // A prop named \"dialog\" that requires an instance of Dialog.\n\t * dialog: Props.instanceOf(Dialog).isRequired\n\t * },\n\t * render: function() { ... }\n\t * });\n\t *\n\t * A more formal specification of how these methods are used:\n\t *\n\t * type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...)\n\t * decl := ReactPropTypes.{type}(.isRequired)?\n\t *\n\t * Each and every declaration produces a function with the same signature. This\n\t * allows the creation of custom validation functions. For example:\n\t *\n\t * var MyLink = React.createClass({\n\t * propTypes: {\n\t * // An optional string or URI prop named \"href\".\n\t * href: function(props, propName, componentName) {\n\t * var propValue = props[propName];\n\t * if (propValue != null && typeof propValue !== 'string' &&\n\t * !(propValue instanceof URI)) {\n\t * return new Error(\n\t * 'Expected a string or an URI for ' + propName + ' in ' +\n\t * componentName\n\t * );\n\t * }\n\t * }\n\t * },\n\t * render: function() {...}\n\t * });\n\t *\n\t * @internal\n\t */\n\t\n\t var ANONYMOUS = '<<anonymous>>';\n\t\n\t // Important!\n\t // Keep this list in sync with production version in `./factoryWithThrowingShims.js`.\n\t var ReactPropTypes = {\n\t array: createPrimitiveTypeChecker('array'),\n\t bool: createPrimitiveTypeChecker('boolean'),\n\t func: createPrimitiveTypeChecker('function'),\n\t number: createPrimitiveTypeChecker('number'),\n\t object: createPrimitiveTypeChecker('object'),\n\t string: createPrimitiveTypeChecker('string'),\n\t symbol: createPrimitiveTypeChecker('symbol'),\n\t\n\t any: createAnyTypeChecker(),\n\t arrayOf: createArrayOfTypeChecker,\n\t element: createElementTypeChecker(),\n\t instanceOf: createInstanceTypeChecker,\n\t node: createNodeChecker(),\n\t objectOf: createObjectOfTypeChecker,\n\t oneOf: createEnumTypeChecker,\n\t oneOfType: createUnionTypeChecker,\n\t shape: createShapeTypeChecker\n\t };\n\t\n\t /**\n\t * inlined Object.is polyfill to avoid requiring consumers ship their own\n\t * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\n\t */\n\t /*eslint-disable no-self-compare*/\n\t function is(x, y) {\n\t // SameValue algorithm\n\t if (x === y) {\n\t // Steps 1-5, 7-10\n\t // Steps 6.b-6.e: +0 != -0\n\t return x !== 0 || 1 / x === 1 / y;\n\t } else {\n\t // Step 6.a: NaN == NaN\n\t return x !== x && y !== y;\n\t }\n\t }\n\t /*eslint-enable no-self-compare*/\n\t\n\t /**\n\t * We use an Error-like object for backward compatibility as people may call\n\t * PropTypes directly and inspect their output. However, we don't use real\n\t * Errors anymore. We don't inspect their stack anyway, and creating them\n\t * is prohibitively expensive if they are created too often, such as what\n\t * happens in oneOfType() for any type before the one that matched.\n\t */\n\t function PropTypeError(message) {\n\t this.message = message;\n\t this.stack = '';\n\t }\n\t // Make `instanceof Error` still work for returned errors.\n\t PropTypeError.prototype = Error.prototype;\n\t\n\t function createChainableTypeChecker(validate) {\n\t if (process.env.NODE_ENV !== 'production') {\n\t var manualPropTypeCallCache = {};\n\t var manualPropTypeWarningCount = 0;\n\t }\n\t function checkType(isRequired, props, propName, componentName, location, propFullName, secret) {\n\t componentName = componentName || ANONYMOUS;\n\t propFullName = propFullName || propName;\n\t\n\t if (secret !== ReactPropTypesSecret) {\n\t if (throwOnDirectAccess) {\n\t // New behavior only for users of `prop-types` package\n\t invariant(\n\t false,\n\t 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n\t 'Use `PropTypes.checkPropTypes()` to call them. ' +\n\t 'Read more at http://fb.me/use-check-prop-types'\n\t );\n\t } else if (process.env.NODE_ENV !== 'production' && typeof console !== 'undefined') {\n\t // Old behavior for people using React.PropTypes\n\t var cacheKey = componentName + ':' + propName;\n\t if (\n\t !manualPropTypeCallCache[cacheKey] &&\n\t // Avoid spamming the console because they are often not actionable except for lib authors\n\t manualPropTypeWarningCount < 3\n\t ) {\n\t warning(\n\t false,\n\t 'You are manually calling a React.PropTypes validation ' +\n\t 'function for the `%s` prop on `%s`. This is deprecated ' +\n\t 'and will throw in the standalone `prop-types` package. ' +\n\t 'You may be seeing this warning due to a third-party PropTypes ' +\n\t 'library. See https://fb.me/react-warning-dont-call-proptypes ' + 'for details.',\n\t propFullName,\n\t componentName\n\t );\n\t manualPropTypeCallCache[cacheKey] = true;\n\t manualPropTypeWarningCount++;\n\t }\n\t }\n\t }\n\t if (props[propName] == null) {\n\t if (isRequired) {\n\t if (props[propName] === null) {\n\t return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required ' + ('in `' + componentName + '`, but its value is `null`.'));\n\t }\n\t return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required in ' + ('`' + componentName + '`, but its value is `undefined`.'));\n\t }\n\t return null;\n\t } else {\n\t return validate(props, propName, componentName, location, propFullName);\n\t }\n\t }\n\t\n\t var chainedCheckType = checkType.bind(null, false);\n\t chainedCheckType.isRequired = checkType.bind(null, true);\n\t\n\t return chainedCheckType;\n\t }\n\t\n\t function createPrimitiveTypeChecker(expectedType) {\n\t function validate(props, propName, componentName, location, propFullName, secret) {\n\t var propValue = props[propName];\n\t var propType = getPropType(propValue);\n\t if (propType !== expectedType) {\n\t // `propValue` being instance of, say, date/regexp, pass the 'object'\n\t // check, but we can offer a more precise error message here rather than\n\t // 'of type `object`'.\n\t var preciseType = getPreciseType(propValue);\n\t\n\t return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + preciseType + '` supplied to `' + componentName + '`, expected ') + ('`' + expectedType + '`.'));\n\t }\n\t return null;\n\t }\n\t return createChainableTypeChecker(validate);\n\t }\n\t\n\t function createAnyTypeChecker() {\n\t return createChainableTypeChecker(emptyFunction.thatReturnsNull);\n\t }\n\t\n\t function createArrayOfTypeChecker(typeChecker) {\n\t function validate(props, propName, componentName, location, propFullName) {\n\t if (typeof typeChecker !== 'function') {\n\t return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside arrayOf.');\n\t }\n\t var propValue = props[propName];\n\t if (!Array.isArray(propValue)) {\n\t var propType = getPropType(propValue);\n\t return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an array.'));\n\t }\n\t for (var i = 0; i < propValue.length; i++) {\n\t var error = typeChecker(propValue, i, componentName, location, propFullName + '[' + i + ']', ReactPropTypesSecret);\n\t if (error instanceof Error) {\n\t return error;\n\t }\n\t }\n\t return null;\n\t }\n\t return createChainableTypeChecker(validate);\n\t }\n\t\n\t function createElementTypeChecker() {\n\t function validate(props, propName, componentName, location, propFullName) {\n\t var propValue = props[propName];\n\t if (!isValidElement(propValue)) {\n\t var propType = getPropType(propValue);\n\t return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement.'));\n\t }\n\t return null;\n\t }\n\t return createChainableTypeChecker(validate);\n\t }\n\t\n\t function createInstanceTypeChecker(expectedClass) {\n\t function validate(props, propName, componentName, location, propFullName) {\n\t if (!(props[propName] instanceof expectedClass)) {\n\t var expectedClassName = expectedClass.name || ANONYMOUS;\n\t var actualClassName = getClassName(props[propName]);\n\t return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + actualClassName + '` supplied to `' + componentName + '`, expected ') + ('instance of `' + expectedClassName + '`.'));\n\t }\n\t return null;\n\t }\n\t return createChainableTypeChecker(validate);\n\t }\n\t\n\t function createEnumTypeChecker(expectedValues) {\n\t if (!Array.isArray(expectedValues)) {\n\t process.env.NODE_ENV !== 'production' ? warning(false, 'Invalid argument supplied to oneOf, expected an instance of array.') : void 0;\n\t return emptyFunction.thatReturnsNull;\n\t }\n\t\n\t function validate(props, propName, componentName, location, propFullName) {\n\t var propValue = props[propName];\n\t for (var i = 0; i < expectedValues.length; i++) {\n\t if (is(propValue, expectedValues[i])) {\n\t return null;\n\t }\n\t }\n\t\n\t var valuesString = JSON.stringify(expectedValues);\n\t return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of value `' + propValue + '` ' + ('supplied to `' + componentName + '`, expected one of ' + valuesString + '.'));\n\t }\n\t return createChainableTypeChecker(validate);\n\t }\n\t\n\t function createObjectOfTypeChecker(typeChecker) {\n\t function validate(props, propName, componentName, location, propFullName) {\n\t if (typeof typeChecker !== 'function') {\n\t return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside objectOf.');\n\t }\n\t var propValue = props[propName];\n\t var propType = getPropType(propValue);\n\t if (propType !== 'object') {\n\t return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an object.'));\n\t }\n\t for (var key in propValue) {\n\t if (propValue.hasOwnProperty(key)) {\n\t var error = typeChecker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n\t if (error instanceof Error) {\n\t return error;\n\t }\n\t }\n\t }\n\t return null;\n\t }\n\t return createChainableTypeChecker(validate);\n\t }\n\t\n\t function createUnionTypeChecker(arrayOfTypeCheckers) {\n\t if (!Array.isArray(arrayOfTypeCheckers)) {\n\t process.env.NODE_ENV !== 'production' ? warning(false, 'Invalid argument supplied to oneOfType, expected an instance of array.') : void 0;\n\t return emptyFunction.thatReturnsNull;\n\t }\n\t\n\t for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n\t var checker = arrayOfTypeCheckers[i];\n\t if (typeof checker !== 'function') {\n\t warning(\n\t false,\n\t 'Invalid argument supplid to oneOfType. Expected an array of check functions, but ' +\n\t 'received %s at index %s.',\n\t getPostfixForTypeWarning(checker),\n\t i\n\t );\n\t return emptyFunction.thatReturnsNull;\n\t }\n\t }\n\t\n\t function validate(props, propName, componentName, location, propFullName) {\n\t for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n\t var checker = arrayOfTypeCheckers[i];\n\t if (checker(props, propName, componentName, location, propFullName, ReactPropTypesSecret) == null) {\n\t return null;\n\t }\n\t }\n\t\n\t return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`.'));\n\t }\n\t return createChainableTypeChecker(validate);\n\t }\n\t\n\t function createNodeChecker() {\n\t function validate(props, propName, componentName, location, propFullName) {\n\t if (!isNode(props[propName])) {\n\t return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`, expected a ReactNode.'));\n\t }\n\t return null;\n\t }\n\t return createChainableTypeChecker(validate);\n\t }\n\t\n\t function createShapeTypeChecker(shapeTypes) {\n\t function validate(props, propName, componentName, location, propFullName) {\n\t var propValue = props[propName];\n\t var propType = getPropType(propValue);\n\t if (propType !== 'object') {\n\t return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));\n\t }\n\t for (var key in shapeTypes) {\n\t var checker = shapeTypes[key];\n\t if (!checker) {\n\t continue;\n\t }\n\t var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n\t if (error) {\n\t return error;\n\t }\n\t }\n\t return null;\n\t }\n\t return createChainableTypeChecker(validate);\n\t }\n\t\n\t function isNode(propValue) {\n\t switch (typeof propValue) {\n\t case 'number':\n\t case 'string':\n\t case 'undefined':\n\t return true;\n\t case 'boolean':\n\t return !propValue;\n\t case 'object':\n\t if (Array.isArray(propValue)) {\n\t return propValue.every(isNode);\n\t }\n\t if (propValue === null || isValidElement(propValue)) {\n\t return true;\n\t }\n\t\n\t var iteratorFn = getIteratorFn(propValue);\n\t if (iteratorFn) {\n\t var iterator = iteratorFn.call(propValue);\n\t var step;\n\t if (iteratorFn !== propValue.entries) {\n\t while (!(step = iterator.next()).done) {\n\t if (!isNode(step.value)) {\n\t return false;\n\t }\n\t }\n\t } else {\n\t // Iterator will provide entry [k,v] tuples rather than values.\n\t while (!(step = iterator.next()).done) {\n\t var entry = step.value;\n\t if (entry) {\n\t if (!isNode(entry[1])) {\n\t return false;\n\t }\n\t }\n\t }\n\t }\n\t } else {\n\t return false;\n\t }\n\t\n\t return true;\n\t default:\n\t return false;\n\t }\n\t }\n\t\n\t function isSymbol(propType, propValue) {\n\t // Native Symbol.\n\t if (propType === 'symbol') {\n\t return true;\n\t }\n\t\n\t // 19.4.3.5 Symbol.prototype[@@toStringTag] === 'Symbol'\n\t if (propValue['@@toStringTag'] === 'Symbol') {\n\t return true;\n\t }\n\t\n\t // Fallback for non-spec compliant Symbols which are polyfilled.\n\t if (typeof Symbol === 'function' && propValue instanceof Symbol) {\n\t return true;\n\t }\n\t\n\t return false;\n\t }\n\t\n\t // Equivalent of `typeof` but with special handling for array and regexp.\n\t function getPropType(propValue) {\n\t var propType = typeof propValue;\n\t if (Array.isArray(propValue)) {\n\t return 'array';\n\t }\n\t if (propValue instanceof RegExp) {\n\t // Old webkits (at least until Android 4.0) return 'function' rather than\n\t // 'object' for typeof a RegExp. We'll normalize this here so that /bla/\n\t // passes PropTypes.object.\n\t return 'object';\n\t }\n\t if (isSymbol(propType, propValue)) {\n\t return 'symbol';\n\t }\n\t return propType;\n\t }\n\t\n\t // This handles more types than `getPropType`. Only used for error messages.\n\t // See `createPrimitiveTypeChecker`.\n\t function getPreciseType(propValue) {\n\t if (typeof propValue === 'undefined' || propValue === null) {\n\t return '' + propValue;\n\t }\n\t var propType = getPropType(propValue);\n\t if (propType === 'object') {\n\t if (propValue instanceof Date) {\n\t return 'date';\n\t } else if (propValue instanceof RegExp) {\n\t return 'regexp';\n\t }\n\t }\n\t return propType;\n\t }\n\t\n\t // Returns a string that is postfixed to a warning about an invalid type.\n\t // For example, \"undefined\" or \"of type array\"\n\t function getPostfixForTypeWarning(value) {\n\t var type = getPreciseType(value);\n\t switch (type) {\n\t case 'array':\n\t case 'object':\n\t return 'an ' + type;\n\t case 'boolean':\n\t case 'date':\n\t case 'regexp':\n\t return 'a ' + type;\n\t default:\n\t return type;\n\t }\n\t }\n\t\n\t // Returns class name of the object, if any.\n\t function getClassName(propValue) {\n\t if (!propValue.constructor || !propValue.constructor.name) {\n\t return ANONYMOUS;\n\t }\n\t return propValue.constructor.name;\n\t }\n\t\n\t ReactPropTypes.checkPropTypes = checkPropTypes;\n\t ReactPropTypes.PropTypes = ReactPropTypes;\n\t\n\t return ReactPropTypes;\n\t};\n\t\n\t/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(4)))\n\n/***/ },\n/* 6 */\n/***/ function(module, exports) {\n\n\t\"use strict\";\n\t\n\t/**\n\t * Copyright (c) 2013-present, Facebook, Inc.\n\t * All rights reserved.\n\t *\n\t * This source code is licensed under the BSD-style license found in the\n\t * LICENSE file in the root directory of this source tree. An additional grant\n\t * of patent rights can be found in the PATENTS file in the same directory.\n\t *\n\t * \n\t */\n\t\n\tfunction makeEmptyFunction(arg) {\n\t return function () {\n\t return arg;\n\t };\n\t}\n\t\n\t/**\n\t * This function accepts and discards inputs; it has no side effects. This is\n\t * primarily useful idiomatically for overridable function endpoints which\n\t * always need to be callable, since JS lacks a null-call idiom ala Cocoa.\n\t */\n\tvar emptyFunction = function emptyFunction() {};\n\t\n\temptyFunction.thatReturns = makeEmptyFunction;\n\temptyFunction.thatReturnsFalse = makeEmptyFunction(false);\n\temptyFunction.thatReturnsTrue = makeEmptyFunction(true);\n\temptyFunction.thatReturnsNull = makeEmptyFunction(null);\n\temptyFunction.thatReturnsThis = function () {\n\t return this;\n\t};\n\temptyFunction.thatReturnsArgument = function (arg) {\n\t return arg;\n\t};\n\t\n\tmodule.exports = emptyFunction;\n\n/***/ },\n/* 7 */\n/***/ function(module, exports, __webpack_require__) {\n\n\t/* WEBPACK VAR INJECTION */(function(process) {/**\n\t * Copyright (c) 2013-present, Facebook, Inc.\n\t * All rights reserved.\n\t *\n\t * This source code is licensed under the BSD-style license found in the\n\t * LICENSE file in the root directory of this source tree. An additional grant\n\t * of patent rights can be found in the PATENTS file in the same directory.\n\t *\n\t */\n\t\n\t'use strict';\n\t\n\t/**\n\t * Use invariant() to assert state which your program assumes to be true.\n\t *\n\t * Provide sprintf-style format (only %s is supported) and arguments\n\t * to provide information about what broke and what you were\n\t * expecting.\n\t *\n\t * The invariant message will be stripped in production, but the invariant\n\t * will remain to ensure logic does not differ in production.\n\t */\n\t\n\tvar validateFormat = function validateFormat(format) {};\n\t\n\tif (process.env.NODE_ENV !== 'production') {\n\t validateFormat = function validateFormat(format) {\n\t if (format === undefined) {\n\t throw new Error('invariant requires an error message argument');\n\t }\n\t };\n\t}\n\t\n\tfunction invariant(condition, format, a, b, c, d, e, f) {\n\t validateFormat(format);\n\t\n\t if (!condition) {\n\t var error;\n\t if (format === undefined) {\n\t error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.');\n\t } else {\n\t var args = [a, b, c, d, e, f];\n\t var argIndex = 0;\n\t error = new Error(format.replace(/%s/g, function () {\n\t return args[argIndex++];\n\t }));\n\t error.name = 'Invariant Violation';\n\t }\n\t\n\t error.framesToPop = 1; // we don't care about invariant's own frame\n\t throw error;\n\t }\n\t}\n\t\n\tmodule.exports = invariant;\n\t/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(4)))\n\n/***/ },\n/* 8 */\n/***/ function(module, exports, __webpack_require__) {\n\n\t/* WEBPACK VAR INJECTION */(function(process) {/**\n\t * Copyright 2014-2015, Facebook, Inc.\n\t * All rights reserved.\n\t *\n\t * This source code is licensed under the BSD-style license found in the\n\t * LICENSE file in the root directory of this source tree. An additional grant\n\t * of patent rights can be found in the PATENTS file in the same directory.\n\t *\n\t */\n\t\n\t'use strict';\n\t\n\tvar emptyFunction = __webpack_require__(6);\n\t\n\t/**\n\t * Similar to invariant but only logs a warning if the condition is not met.\n\t * This can be used to log issues in development environments in critical\n\t * paths. Removing the logging code for production environments will keep the\n\t * same logic and follow the same code paths.\n\t */\n\t\n\tvar warning = emptyFunction;\n\t\n\tif (process.env.NODE_ENV !== 'production') {\n\t (function () {\n\t var printWarning = function printWarning(format) {\n\t for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n\t args[_key - 1] = arguments[_key];\n\t }\n\t\n\t var argIndex = 0;\n\t var message = 'Warning: ' + format.replace(/%s/g, function () {\n\t return args[argIndex++];\n\t });\n\t if (typeof console !== 'undefined') {\n\t console.error(message);\n\t }\n\t try {\n\t // --- Welcome to debugging React ---\n\t // This error was thrown as a convenience so that you can use this stack\n\t // to find the callsite that caused this warning to fire.\n\t throw new Error(message);\n\t } catch (x) {}\n\t };\n\t\n\t warning = function warning(condition, format) {\n\t if (format === undefined) {\n\t throw new Error('`warning(condition, format, ...args)` requires a warning ' + 'message argument');\n\t }\n\t\n\t if (format.indexOf('Failed Composite propType: ') === 0) {\n\t return; // Ignore CompositeComponent proptype check.\n\t }\n\t\n\t if (!condition) {\n\t for (var _len2 = arguments.length, args = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {\n\t args[_key2 - 2] = arguments[_key2];\n\t }\n\t\n\t printWarning.apply(undefined, [format].concat(args));\n\t }\n\t };\n\t })();\n\t}\n\t\n\tmodule.exports = warning;\n\t/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(4)))\n\n/***/ },\n/* 9 */\n/***/ function(module, exports) {\n\n\t/**\n\t * Copyright 2013-present, Facebook, Inc.\n\t * All rights reserved.\n\t *\n\t * This source code is licensed under the BSD-style license found in the\n\t * LICENSE file in the root directory of this source tree. An additional grant\n\t * of patent rights can be found in the PATENTS file in the same directory.\n\t */\n\t\n\t'use strict';\n\t\n\tvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\t\n\tmodule.exports = ReactPropTypesSecret;\n\n\n/***/ },\n/* 10 */\n/***/ function(module, exports, __webpack_require__) {\n\n\t/* WEBPACK VAR INJECTION */(function(process) {/**\n\t * Copyright 2013-present, Facebook, Inc.\n\t * All rights reserved.\n\t *\n\t * This source code is licensed under the BSD-style license found in the\n\t * LICENSE file in the root directory of this source tree. An additional grant\n\t * of patent rights can be found in the PATENTS file in the same directory.\n\t */\n\t\n\t'use strict';\n\t\n\tif (process.env.NODE_ENV !== 'production') {\n\t var invariant = __webpack_require__(7);\n\t var warning = __webpack_require__(8);\n\t var ReactPropTypesSecret = __webpack_require__(9);\n\t var loggedTypeFailures = {};\n\t}\n\t\n\t/**\n\t * Assert that the values match with the type specs.\n\t * Error messages are memorized and will only be shown once.\n\t *\n\t * @param {object} typeSpecs Map of name to a ReactPropType\n\t * @param {object} values Runtime values that need to be type-checked\n\t * @param {string} location e.g. \"prop\", \"context\", \"child context\"\n\t * @param {string} componentName Name of the component for error messages.\n\t * @param {?Function} getStack Returns the component stack.\n\t * @private\n\t */\n\tfunction checkPropTypes(typeSpecs, values, location, componentName, getStack) {\n\t if (process.env.NODE_ENV !== 'production') {\n\t for (var typeSpecName in typeSpecs) {\n\t if (typeSpecs.hasOwnProperty(typeSpecName)) {\n\t var error;\n\t // Prop type validation may throw. In case they do, we don't want to\n\t // fail the render phase where it didn't fail before. So we log it.\n\t // After these have been cleaned up, we'll let them throw.\n\t try {\n\t // This is intentionally an invariant that gets caught. It's the same\n\t // behavior as without this statement except with a better message.\n\t invariant(typeof typeSpecs[typeSpecName] === 'function', '%s: %s type `%s` is invalid; it must be a function, usually from ' + 'React.PropTypes.', componentName || 'React class', location, typeSpecName);\n\t error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);\n\t } catch (ex) {\n\t error = ex;\n\t }\n\t warning(!error || error instanceof Error, '%s: type specification of %s `%s` is invalid; the type checker ' + 'function must return `null` or an `Error` but returned a %s. ' + 'You may have forgotten to pass an argument to the type checker ' + 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' + 'shape all require an argument).', componentName || 'React class', location, typeSpecName, typeof error);\n\t if (error instanceof Error && !(error.message in loggedTypeFailures)) {\n\t // Only monitor this failure once because there tends to be a lot of the\n\t // same error.\n\t loggedTypeFailures[error.message] = true;\n\t\n\t var stack = getStack ? getStack() : '';\n\t\n\t warning(false, 'Failed %s type: %s%s', location, error.message, stack != null ? stack : '');\n\t }\n\t }\n\t }\n\t }\n\t}\n\t\n\tmodule.exports = checkPropTypes;\n\t\n\t/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(4)))\n\n/***/ },\n/* 11 */\n/***/ function(module, exports, __webpack_require__) {\n\n\t/**\n\t * Copyright 2013-present, Facebook, Inc.\n\t * All rights reserved.\n\t *\n\t * This source code is licensed under the BSD-style license found in the\n\t * LICENSE file in the root directory of this source tree. An additional grant\n\t * of patent rights can be found in the PATENTS file in the same directory.\n\t */\n\t\n\t'use strict';\n\t\n\tvar emptyFunction = __webpack_require__(6);\n\tvar invariant = __webpack_require__(7);\n\tvar ReactPropTypesSecret = __webpack_require__(9);\n\t\n\tmodule.exports = function() {\n\t function shim(props, propName, componentName, location, propFullName, secret) {\n\t if (secret === ReactPropTypesSecret) {\n\t // It is still safe when called from React.\n\t return;\n\t }\n\t invariant(\n\t false,\n\t 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n\t 'Use PropTypes.checkPropTypes() to call them. ' +\n\t 'Read more at http://fb.me/use-check-prop-types'\n\t );\n\t };\n\t shim.isRequired = shim;\n\t function getShim() {\n\t return shim;\n\t };\n\t // Important!\n\t // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.\n\t var ReactPropTypes = {\n\t array: shim,\n\t bool: shim,\n\t func: shim,\n\t number: shim,\n\t object: shim,\n\t string: shim,\n\t symbol: shim,\n\t\n\t any: shim,\n\t arrayOf: getShim,\n\t element: shim,\n\t instanceOf: getShim,\n\t node: shim,\n\t objectOf: getShim,\n\t oneOf: getShim,\n\t oneOfType: getShim,\n\t shape: getShim\n\t };\n\t\n\t ReactPropTypes.checkPropTypes = emptyFunction;\n\t ReactPropTypes.PropTypes = ReactPropTypes;\n\t\n\t return ReactPropTypes;\n\t};\n\n\n/***/ },\n/* 12 */\n/***/ function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tObject.defineProperty(exports, \"__esModule\", {\n\t value: true\n\t});\n\t\n\tvar _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; }; }();\n\t\n\tvar _react = __webpack_require__(2);\n\t\n\tvar _reactDom = __webpack_require__(13);\n\t\n\tvar _reactDom2 = _interopRequireDefault(_reactDom);\n\t\n\tvar _propTypes = __webpack_require__(3);\n\t\n\tvar _propTypes2 = _interopRequireDefault(_propTypes);\n\t\n\tfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\t\n\tfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\t\n\tfunction _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; }\n\t\n\tfunction _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 react/no-find-dom-node: 0 */\n\t\n\t/**\n\t * ScrollSyncPane Component\n\t *\n\t * Wrap your content in it to keep its scroll position in sync with other panes\n\t *\n\t * @example ./example.md\n\t */\n\t\n\tvar ScrollSyncPane = function (_Component) {\n\t _inherits(ScrollSyncPane, _Component);\n\t\n\t function ScrollSyncPane() {\n\t var _ref;\n\t\n\t var _temp, _this, _ret;\n\t\n\t _classCallCheck(this, ScrollSyncPane);\n\t\n\t for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {\n\t args[_key] = arguments[_key];\n\t }\n\t\n\t return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = ScrollSyncPane.__proto__ || Object.getPrototypeOf(ScrollSyncPane)).call.apply(_ref, [this].concat(args))), _this), _this.toArray = function (groups) {\n\t return [].concat(groups);\n\t }, _temp), _possibleConstructorReturn(_this, _ret);\n\t }\n\t\n\t _createClass(ScrollSyncPane, [{\n\t key: 'componentDidMount',\n\t value: function componentDidMount() {\n\t if (this.props.enabled) {\n\t this.node = this.props.attachTo || _reactDom2.default.findDOMNode(this);\n\t this.context.registerPane(this.node, this.toArray(this.props.group));\n\t }\n\t }\n\t }, {\n\t key: 'componentDidUpdate',\n\t value: function componentDidUpdate(prevProps) {\n\t if (this.props.enabled && this.props.group !== prevProps.group) {\n\t this.context.unregisterPane(this.node, this.toArray(prevProps.group));\n\t this.context.registerPane(this.node, this.toArray(this.props.group));\n\t }\n\t }\n\t }, {\n\t key: 'componentWillUnmount',\n\t value: function componentWillUnmount() {\n\t if (this.props.enabled) {\n\t this.context.unregisterPane(this.node, this.toArray(this.props.group));\n\t }\n\t }\n\t }, {\n\t key: 'render',\n\t value: function render() {\n\t return this.props.children;\n\t }\n\t }]);\n\t\n\t return ScrollSyncPane;\n\t}(_react.Component);\n\t\n\tScrollSyncPane.propTypes = {\n\t children: _propTypes2.default.node.isRequired,\n\t attachTo: _propTypes2.default.object,\n\t group: _propTypes2.default.oneOfType([_propTypes2.default.string, _propTypes2.default.arrayOf(_propTypes2.default.string)]),\n\t enabled: _propTypes2.default.bool\n\t};\n\tScrollSyncPane.defaultProps = {\n\t group: 'default',\n\t enabled: true\n\t};\n\tScrollSyncPane.contextTypes = {\n\t registerPane: _propTypes2.default.func,\n\t unregisterPane: _propTypes2.default.func\n\t};\n\texports.default = ScrollSyncPane;\n\tmodule.exports = exports['default'];\n\n/***/ },\n/* 13 */\n/***/ function(module, exports) {\n\n\tmodule.exports = __WEBPACK_EXTERNAL_MODULE_13__;\n\n/***/ }\n/******/ ])\n});\n;\n//# sourceMappingURL=index.js.map","import debounce from 'lodash.debounce';\nimport { useCallback, useEffect, useRef, useState } from 'react';\n\nimport { ArrowValues } from '../components/TableArrows';\n\nexport const useComparisonTable = () => {\n const [showMore, setShowMore] = useState<boolean>(false);\n const [headerWidth, setHeaderWidth] = useState(0);\n\n const [selectedTabIndex, setSelectedTabIndex] = useState(0);\n\n const [selectedSection, setSelectedSection] = useState('');\n\n const headerRef = useRef<HTMLDivElement | null>(null);\n const contentContainerRef = useRef<HTMLDivElement | null>(null);\n const observerRef = useRef<ResizeObserver | null>(null);\n\n const scrollContainerCallbackRef = useCallback((node) => {\n if (node) {\n setHeaderWidth(node.clientWidth);\n }\n\n headerRef.current = node;\n }, []);\n\n useEffect(() => {\n if (!observerRef.current) {\n observerRef.current = new ResizeObserver((entries) => {\n entries.forEach((entry) => {\n const currentTabIndex = Math.round(\n entry.target.scrollLeft / entry.contentRect.width\n );\n\n setHeaderWidth(entry.contentRect.width);\n\n // Update selectedTabIndex to match the calculated current tab index\n setSelectedTabIndex(currentTabIndex);\n });\n });\n }\n\n if (headerRef.current) {\n observerRef.current.observe(headerRef.current);\n }\n\n return () => {\n if (headerRef.current) {\n observerRef.current?.unobserve(headerRef.current);\n }\n observerRef.current?.disconnect();\n };\n }, []);\n\n const handleTableScroll = () => {\n if (!headerRef.current) {\n return;\n }\n\n const currentTabIndex = Math.round(\n headerRef.current.scrollLeft /\n headerRef.current.getBoundingClientRect().width\n );\n\n setSelectedTabIndex(currentTabIndex);\n };\n\n const debouncedTableScroll = debounce(handleTableScroll, 150);\n\n useEffect(() => {\n headerRef.current?.addEventListener('scroll', debouncedTableScroll, {\n passive: true,\n });\n\n return headerRef.current?.removeEventListener('scroll', handleTableScroll);\n }, []); // eslint-disable-line react-hooks/exhaustive-deps\n\n const handleArrowsClick = (value: ArrowValues) => {\n if (headerRef.current) {\n const currentTabIndex = Math.round(\n headerRef.current.scrollLeft / headerRef.current.clientWidth\n );\n\n const direction = value === 'next' ? 1 : -1;\n\n const newTabIndex = currentTabIndex + direction;\n\n headerRef.current.scroll({\n top: 0,\n left: headerWidth * newTabIndex,\n behavior: 'smooth',\n });\n\n setSelectedTabIndex(() => {\n return newTabIndex;\n });\n }\n };\n\n const toggleMoreRows = async () => {\n if (showMore && headerRef.current && contentContainerRef.current) {\n window.scroll(\n 0,\n window.scrollY +\n (contentContainerRef.current.getBoundingClientRect().y -\n headerRef.current.getBoundingClientRect().bottom)\n );\n }\n\n setShowMore(!showMore);\n };\n\n return {\n headerWidth,\n contentContainerRef,\n selectedSection,\n setSelectedSection,\n selectedTabIndex,\n setSelectedTabIndex,\n scrollContainerCallbackRef,\n handleArrowsClick,\n toggleMoreRows,\n showMore,\n };\n};\n","import classNames from 'classnames';\nimport { ScrollSync, ScrollSyncPane } from 'react-scroll-sync';\n\nimport { AccordionItem } from './components/AccordionItem';\nimport Chevron from './components/Chevron';\nimport Row from './components/Row';\nimport TableArrows from './components/TableArrows';\nimport TableButton from './components/TableButton';\nimport TableInfoButton from './components/TableInfoButton';\nimport TableRating from './components/TableRating';\nimport TableRowHeader from './components/TableRowHeader';\nimport TableTrueFalse from './components/TableTrueFalse';\nimport { useComparisonTable } from './hooks/useComparisonTable';\nimport baseStyles from './style.module.scss';\n\nexport interface CellBaseProps<T> {\n /** Used to display the row's title */\n label?: React.ReactNode;\n /**\n *\n * @param value The current data value\n * @param element The complete data object\n */\n render?: (value: any, element: T) => React.ReactNode; // TODO: add typing to value param\n}\n\ninterface CellWithId<T> extends CellBaseProps<T> {\n /** Used when adding component add-ons */\n addonId: string | number;\n}\n\nexport type Cell<T> =\n | ({ key: Extract<keyof T, string> } & CellBaseProps<T>)\n | ({ key?: undefined } & CellWithId<T>);\n\nexport interface TableHeader<T> {\n /** Required unique id number for each table group */\n id: number;\n /** Used to display a table group subheader */\n label?: React.ReactNode;\n cells: Array<Cell<T>>;\n default?: boolean;\n}\n\nexport interface ComparisonTableProps<T> {\n headers: Array<TableHeader<T>>;\n data: Array<T>;\n hideDetails?: boolean;\n hideScrollBars?: boolean;\n collapsibleSections?: boolean;\n cellWidth?: number;\n firstColumnWidth?: number;\n stickyHeaderTopOffset?: number;\n growContent?: boolean;\n styles?: {\n header?: string;\n container?: string;\n };\n}\n\nconst ComparisonTable = <T extends { id: number }>(\n props: ComparisonTableProps<T>\n) => {\n const {\n headers,\n data,\n hideDetails,\n styles,\n hideScrollBars,\n collapsibleSections,\n cellWidth,\n firstColumnWidth,\n stickyHeaderTopOffset,\n growContent,\n } = props;\n\n const {\n headerWidth,\n contentContainerRef,\n selectedSection,\n setSelectedSection,\n selectedTabIndex,\n scrollContainerCallbackRef,\n handleArrowsClick,\n toggleMoreRows,\n showMore,\n } = useComparisonTable();\n\n const cssVariablesStyle = {\n '--tableWidth': `${headerWidth}px`,\n ...(cellWidth ? { '--cellWidth': `${cellWidth}px` } : {}),\n ...(firstColumnWidth\n ? { '--firstColumnWidth': `${firstColumnWidth}px` }\n : {}),\n ...(stickyHeaderTopOffset\n ? { '--stickyHeaderTopOffset': `${stickyHeaderTopOffset}px` }\n : {}),\n ...(growContent ? { '--growContent': '100%' } : {}),\n } as React.CSSProperties;\n\n return (\n <ScrollSync>\n <div style={cssVariablesStyle}>\n <div className={classNames(baseStyles.header, styles?.header)}>\n <ScrollSyncPane>\n <div\n className={classNames(baseStyles.container, {\n [baseStyles.noScrollBars]: hideScrollBars,\n })}\n ref={scrollContainerCallbackRef}\n >\n <div className={classNames(baseStyles['overflow-container'])}>\n <div className={baseStyles['group-container']}>\n <TableArrows\n onClick={handleArrowsClick}\n active={{\n left: selectedTabIndex > 0,\n right: selectedTabIndex < data.length - 1,\n }}\n />\n <Row<T>\n key=\"table-header-row\"\n rowId=\"table-header-row\"\n cell={headers[0].cells[0]}\n data={data}\n isRowHeader\n />\n </div>\n </div>\n </div>\n </ScrollSyncPane>\n </div>\n <div ref={contentContainerRef}>\n {Array.isArray(headers) &&\n headers\n .filter(\n (headerGroup) => !hideDetails || showMore || headerGroup.default\n )\n .map((headerGroup, headerGroupIndex) => {\n const content = headerGroup.cells?.map((cell, index) => {\n const rowId = `${headerGroup.id}-${\n cell.key ?? 'addon'\n }-${index}`;\n\n /** Do not render the first row */\n if (index === 0 && headerGroupIndex === 0) return null;\n\n return (\n <Row<T> key={rowId} rowId={rowId} cell={cell} data={data} />\n );\n });\n\n const idString = `headerGroup-${headerGroup.id}`;\n\n return (\n <>\n {headerGroup.label && collapsibleSections ? (\n <AccordionItem\n className=\"mt8\"\n label={headerGroup.label}\n headerClassName=\"p24 br8\"\n isOpen={selectedSection === idString}\n onOpen={() => setSelectedSection(idString)}\n onClose={() => setSelectedSection('')}\n key={idString}\n >\n <ScrollSyncPane>\n <div\n className={classNames(\n baseStyles.container,\n styles?.container,\n {\n [baseStyles.noScrollBars]: hideScrollBars,\n }\n )}\n >\n <div\n className={classNames(\n baseStyles['overflow-container']\n )}\n >\n <div className={baseStyles['group-container']}>\n {content}\n </div>\n </div>\n </div>\n </ScrollSyncPane>\n </AccordionItem>\n ) : (\n <div key={idString}>\n <ScrollSyncPane>\n <div\n className={classNames(\n baseStyles.container,\n styles?.container,\n {\n [baseStyles.noScrollBars]: hideScrollBars,\n }\n )}\n >\n <div\n className={classNames(\n baseStyles['overflow-container']\n )}\n >\n <div className={baseStyles['group-container']}>\n {\n /**\n * Print a table subheader if the `label` value is present\n */\n headerGroup.label && !collapsibleSections && (\n <div className={baseStyles['group-title']}>\n <h4\n className={`p-h4 ${baseStyles.sticky}`}\n >\n {headerGroup.label}\n </h4>\n </div>\n )\n }\n {content}\n </div>\n </div>\n </div>\n </ScrollSyncPane>\n </div>\n )}\n </>\n );\n })}\n {hideDetails && (\n <div\n className={classNames(\n baseStyles['show-details-container'],\n baseStyles.sticky,\n 'mt48'\n )}\n >\n <div>\n <button\n className={`w100 d-flex p-a p-h4 c-pointer ${baseStyles['show-details-button']}`}\n onClick={toggleMoreRows}\n type=\"button\"\n >\n {showMore ? 'Hide details' : 'Show details'}\n <Chevron\n className={showMore ? '' : baseStyles['icon-inverted']}\n />\n </button>\n </div>\n </div>\n )}\n </div>\n </div>\n </ScrollSync>\n );\n};\n\nexport {\n ComparisonTable,\n TableButton,\n TableInfoButton,\n TableRating,\n TableRowHeader,\n TableTrueFalse,\n};\n"],"names":["require$$0","require$$1","this","debounce","_jsx","ScrollSync","_jsxs","classNames","ScrollSyncPane"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../node_modules/react-scroll-sync/dist/index.js","../../../../../src/lib/components/comparisonTable/hooks/useComparisonTable.ts","../../../../../src/lib/components/comparisonTable/index.tsx"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"react\"), require(\"react-dom\"));\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([\"react\", \"react-dom\"], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"ScrollSync\"] = factory(require(\"react\"), require(\"react-dom\"));\n\telse\n\t\troot[\"ScrollSync\"] = factory(root[\"react\"], root[\"react-dom\"]);\n})(this, function(__WEBPACK_EXTERNAL_MODULE_2__, __WEBPACK_EXTERNAL_MODULE_13__) {\nreturn /******/ (function(modules) { // webpackBootstrap\n/******/ \t// The module cache\n/******/ \tvar installedModules = {};\n/******/\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(installedModules[moduleId])\n/******/ \t\t\treturn installedModules[moduleId].exports;\n/******/\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = installedModules[moduleId] = {\n/******/ \t\t\texports: {},\n/******/ \t\t\tid: moduleId,\n/******/ \t\t\tloaded: false\n/******/ \t\t};\n/******/\n/******/ \t\t// Execute the module function\n/******/ \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n/******/\n/******/ \t\t// Flag the module as loaded\n/******/ \t\tmodule.loaded = true;\n/******/\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/\n/******/\n/******/ \t// expose the modules object (__webpack_modules__)\n/******/ \t__webpack_require__.m = modules;\n/******/\n/******/ \t// expose the module cache\n/******/ \t__webpack_require__.c = installedModules;\n/******/\n/******/ \t// __webpack_public_path__\n/******/ \t__webpack_require__.p = \"\";\n/******/\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(0);\n/******/ })\n/************************************************************************/\n/******/ ([\n/* 0 */\n/***/ function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tObject.defineProperty(exports, \"__esModule\", {\n\t value: true\n\t});\n\t\n\tvar _ScrollSync = __webpack_require__(1);\n\t\n\tObject.defineProperty(exports, 'ScrollSync', {\n\t enumerable: true,\n\t get: function get() {\n\t return _interopRequireDefault(_ScrollSync).default;\n\t }\n\t});\n\t\n\tvar _ScrollSyncPane = __webpack_require__(12);\n\t\n\tObject.defineProperty(exports, 'ScrollSyncPane', {\n\t enumerable: true,\n\t get: function get() {\n\t return _interopRequireDefault(_ScrollSyncPane).default;\n\t }\n\t});\n\n\tfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\n/***/ },\n/* 1 */\n/***/ function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tObject.defineProperty(exports, \"__esModule\", {\n\t value: true\n\t});\n\t\n\tvar _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; }; }();\n\t\n\tvar _react = __webpack_require__(2);\n\t\n\tvar _react2 = _interopRequireDefault(_react);\n\t\n\tvar _propTypes = __webpack_require__(3);\n\t\n\tvar _propTypes2 = _interopRequireDefault(_propTypes);\n\t\n\tfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\t\n\tfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\t\n\tfunction _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; }\n\t\n\tfunction _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; }\n\t\n\t/**\n\t * ScrollSync provider component\n\t *\n\t */\n\t\n\tvar ScrollSync = function (_Component) {\n\t _inherits(ScrollSync, _Component);\n\t\n\t function ScrollSync() {\n\t var _ref;\n\t\n\t var _temp, _this, _ret;\n\t\n\t _classCallCheck(this, ScrollSync);\n\t\n\t for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {\n\t args[_key] = arguments[_key];\n\t }\n\t\n\t return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = ScrollSync.__proto__ || Object.getPrototypeOf(ScrollSync)).call.apply(_ref, [this].concat(args))), _this), _this.panes = {}, _this.registerPane = function (node, groups) {\n\t groups.forEach(function (group) {\n\t if (!_this.panes[group]) {\n\t _this.panes[group] = [];\n\t }\n\t\n\t if (!_this.findPane(node, group)) {\n\t if (_this.panes[group].length > 0) {\n\t _this.syncScrollPosition(_this.panes[group][0], node);\n\t }\n\t _this.panes[group].push(node);\n\t }\n\t });\n\t _this.addEvents(node, groups);\n\t }, _this.unregisterPane = function (node, groups) {\n\t groups.forEach(function (group) {\n\t if (_this.findPane(node, group)) {\n\t _this.removeEvents(node);\n\t _this.panes[group].splice(_this.panes[group].indexOf(node), 1);\n\t }\n\t });\n\t }, _this.addEvents = function (node, groups) {\n\t /* For some reason element.addEventListener doesnt work with document.body */\n\t node.onscroll = _this.handlePaneScroll.bind(_this, node, groups); // eslint-disable-line\n\t }, _this.removeEvents = function (node) {\n\t /* For some reason element.removeEventListener doesnt work with document.body */\n\t node.onscroll = null; // eslint-disable-line\n\t }, _this.findPane = function (node, group) {\n\t if (!_this.panes[group]) {\n\t return false;\n\t }\n\t\n\t return _this.panes[group].find(function (pane) {\n\t return pane === node;\n\t });\n\t }, _this.handlePaneScroll = function (node, groups) {\n\t if (!_this.props.enabled) {\n\t return;\n\t }\n\t\n\t window.requestAnimationFrame(function () {\n\t _this.syncScrollPositions(node, groups);\n\t });\n\t }, _this.syncScrollPositions = function (scrolledPane, groups) {\n\t groups.forEach(function (group) {\n\t _this.panes[group].forEach(function (pane) {\n\t /* For all panes beside the currently scrolling one */\n\t if (scrolledPane !== pane) {\n\t /* Remove event listeners from the node that we'll manipulate */\n\t _this.removeEvents(pane, group);\n\t _this.syncScrollPosition(scrolledPane, pane);\n\t /* Re-attach event listeners after we're done scrolling */\n\t window.requestAnimationFrame(function () {\n\t _this.addEvents(pane, groups);\n\t });\n\t }\n\t });\n\t });\n\t if (_this.props.onSync) _this.props.onSync(scrolledPane);\n\t }, _temp), _possibleConstructorReturn(_this, _ret);\n\t }\n\t\n\t _createClass(ScrollSync, [{\n\t key: 'getChildContext',\n\t value: function getChildContext() {\n\t return {\n\t registerPane: this.registerPane,\n\t unregisterPane: this.unregisterPane\n\t };\n\t }\n\t }, {\n\t key: 'syncScrollPosition',\n\t value: function syncScrollPosition(scrolledPane, pane) {\n\t var scrollTop = scrolledPane.scrollTop,\n\t scrollHeight = scrolledPane.scrollHeight,\n\t clientHeight = scrolledPane.clientHeight,\n\t scrollLeft = scrolledPane.scrollLeft,\n\t scrollWidth = scrolledPane.scrollWidth,\n\t clientWidth = scrolledPane.clientWidth;\n\t\n\t\n\t var scrollTopOffset = scrollHeight - clientHeight;\n\t var scrollLeftOffset = scrollWidth - clientWidth;\n\t\n\t var _props = this.props,\n\t proportional = _props.proportional,\n\t vertical = _props.vertical,\n\t horizontal = _props.horizontal;\n\t\n\t /* Calculate the actual pane height */\n\t\n\t var paneHeight = pane.scrollHeight - clientHeight;\n\t var paneWidth = pane.scrollWidth - clientWidth;\n\t /* Adjust the scrollTop position of it accordingly */\n\t if (vertical && scrollTopOffset > 0) {\n\t pane.scrollTop = proportional ? paneHeight * scrollTop / scrollTopOffset : scrollTop; // eslint-disable-line\n\t }\n\t if (horizontal && scrollLeftOffset > 0) {\n\t pane.scrollLeft = proportional ? paneWidth * scrollLeft / scrollLeftOffset : scrollLeft; // eslint-disable-line\n\t }\n\t }\n\t }, {\n\t key: 'render',\n\t value: function render() {\n\t return _react2.default.Children.only(this.props.children);\n\t }\n\t }]);\n\t\n\t return ScrollSync;\n\t}(_react.Component);\n\t\n\tScrollSync.propTypes = {\n\t /**\n\t * Callback to be invoked any time synchronization happens\n\t *\n\t * @param {Element} el The element that has received the scroll event\n\t */\n\t onSync: _propTypes2.default.func,\n\t children: _propTypes2.default.element.isRequired,\n\t proportional: _propTypes2.default.bool,\n\t vertical: _propTypes2.default.bool,\n\t horizontal: _propTypes2.default.bool,\n\t enabled: _propTypes2.default.bool\n\t};\n\tScrollSync.defaultProps = {\n\t proportional: true,\n\t vertical: true,\n\t horizontal: true,\n\t enabled: true\n\t};\n\tScrollSync.childContextTypes = {\n\t registerPane: _propTypes2.default.func,\n\t unregisterPane: _propTypes2.default.func\n\t};\n\texports.default = ScrollSync;\n\tmodule.exports = exports['default'];\n\n/***/ },\n/* 2 */\n/***/ function(module, exports) {\n\n\tmodule.exports = __WEBPACK_EXTERNAL_MODULE_2__;\n\n/***/ },\n/* 3 */\n/***/ function(module, exports, __webpack_require__) {\n\n\t/* WEBPACK VAR INJECTION */(function(process) {/**\n\t * Copyright 2013-present, Facebook, Inc.\n\t * All rights reserved.\n\t *\n\t * This source code is licensed under the BSD-style license found in the\n\t * LICENSE file in the root directory of this source tree. An additional grant\n\t * of patent rights can be found in the PATENTS file in the same directory.\n\t */\n\t\n\tif (process.env.NODE_ENV !== 'production') {\n\t var REACT_ELEMENT_TYPE = (typeof Symbol === 'function' &&\n\t Symbol.for &&\n\t Symbol.for('react.element')) ||\n\t 0xeac7;\n\t\n\t var isValidElement = function(object) {\n\t return typeof object === 'object' &&\n\t object !== null &&\n\t object.$$typeof === REACT_ELEMENT_TYPE;\n\t };\n\t\n\t // By explicitly using `prop-types` you are opting into new development behavior.\n\t // http://fb.me/prop-types-in-prod\n\t var throwOnDirectAccess = true;\n\t module.exports = __webpack_require__(5)(isValidElement, throwOnDirectAccess);\n\t} else {\n\t // By explicitly using `prop-types` you are opting into new production behavior.\n\t // http://fb.me/prop-types-in-prod\n\t module.exports = __webpack_require__(11)();\n\t}\n\t\n\t/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(4)))\n\n/***/ },\n/* 4 */\n/***/ function(module, exports) {\n\n\t// shim for using process in browser\n\tvar process = module.exports = {};\n\t\n\t// cached from whatever global is present so that test runners that stub it\n\t// don't break things. But we need to wrap it in a try catch in case it is\n\t// wrapped in strict mode code which doesn't define any globals. It's inside a\n\t// function because try/catches deoptimize in certain engines.\n\t\n\tvar cachedSetTimeout;\n\tvar cachedClearTimeout;\n\t\n\tfunction defaultSetTimout() {\n\t throw new Error('setTimeout has not been defined');\n\t}\n\tfunction defaultClearTimeout () {\n\t throw new Error('clearTimeout has not been defined');\n\t}\n\t(function () {\n\t try {\n\t if (typeof setTimeout === 'function') {\n\t cachedSetTimeout = setTimeout;\n\t } else {\n\t cachedSetTimeout = defaultSetTimout;\n\t }\n\t } catch (e) {\n\t cachedSetTimeout = defaultSetTimout;\n\t }\n\t try {\n\t if (typeof clearTimeout === 'function') {\n\t cachedClearTimeout = clearTimeout;\n\t } else {\n\t cachedClearTimeout = defaultClearTimeout;\n\t }\n\t } catch (e) {\n\t cachedClearTimeout = defaultClearTimeout;\n\t }\n\t} ())\n\tfunction runTimeout(fun) {\n\t if (cachedSetTimeout === setTimeout) {\n\t //normal enviroments in sane situations\n\t return setTimeout(fun, 0);\n\t }\n\t // if setTimeout wasn't available but was latter defined\n\t if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n\t cachedSetTimeout = setTimeout;\n\t return setTimeout(fun, 0);\n\t }\n\t try {\n\t // when when somebody has screwed with setTimeout but no I.E. maddness\n\t return cachedSetTimeout(fun, 0);\n\t } catch(e){\n\t try {\n\t // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n\t return cachedSetTimeout.call(null, fun, 0);\n\t } catch(e){\n\t // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n\t return cachedSetTimeout.call(this, fun, 0);\n\t }\n\t }\n\t\n\t\n\t}\n\tfunction runClearTimeout(marker) {\n\t if (cachedClearTimeout === clearTimeout) {\n\t //normal enviroments in sane situations\n\t return clearTimeout(marker);\n\t }\n\t // if clearTimeout wasn't available but was latter defined\n\t if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n\t cachedClearTimeout = clearTimeout;\n\t return clearTimeout(marker);\n\t }\n\t try {\n\t // when when somebody has screwed with setTimeout but no I.E. maddness\n\t return cachedClearTimeout(marker);\n\t } catch (e){\n\t try {\n\t // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n\t return cachedClearTimeout.call(null, marker);\n\t } catch (e){\n\t // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n\t // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n\t return cachedClearTimeout.call(this, marker);\n\t }\n\t }\n\t\n\t\n\t\n\t}\n\tvar queue = [];\n\tvar draining = false;\n\tvar currentQueue;\n\tvar queueIndex = -1;\n\t\n\tfunction cleanUpNextTick() {\n\t if (!draining || !currentQueue) {\n\t return;\n\t }\n\t draining = false;\n\t if (currentQueue.length) {\n\t queue = currentQueue.concat(queue);\n\t } else {\n\t queueIndex = -1;\n\t }\n\t if (queue.length) {\n\t drainQueue();\n\t }\n\t}\n\t\n\tfunction drainQueue() {\n\t if (draining) {\n\t return;\n\t }\n\t var timeout = runTimeout(cleanUpNextTick);\n\t draining = true;\n\t\n\t var len = queue.length;\n\t while(len) {\n\t currentQueue = queue;\n\t queue = [];\n\t while (++queueIndex < len) {\n\t if (currentQueue) {\n\t currentQueue[queueIndex].run();\n\t }\n\t }\n\t queueIndex = -1;\n\t len = queue.length;\n\t }\n\t currentQueue = null;\n\t draining = false;\n\t runClearTimeout(timeout);\n\t}\n\t\n\tprocess.nextTick = function (fun) {\n\t var args = new Array(arguments.length - 1);\n\t if (arguments.length > 1) {\n\t for (var i = 1; i < arguments.length; i++) {\n\t args[i - 1] = arguments[i];\n\t }\n\t }\n\t queue.push(new Item(fun, args));\n\t if (queue.length === 1 && !draining) {\n\t runTimeout(drainQueue);\n\t }\n\t};\n\t\n\t// v8 likes predictible objects\n\tfunction Item(fun, array) {\n\t this.fun = fun;\n\t this.array = array;\n\t}\n\tItem.prototype.run = function () {\n\t this.fun.apply(null, this.array);\n\t};\n\tprocess.title = 'browser';\n\tprocess.browser = true;\n\tprocess.env = {};\n\tprocess.argv = [];\n\tprocess.version = ''; // empty string to avoid regexp issues\n\tprocess.versions = {};\n\t\n\tfunction noop() {}\n\t\n\tprocess.on = noop;\n\tprocess.addListener = noop;\n\tprocess.once = noop;\n\tprocess.off = noop;\n\tprocess.removeListener = noop;\n\tprocess.removeAllListeners = noop;\n\tprocess.emit = noop;\n\tprocess.prependListener = noop;\n\tprocess.prependOnceListener = noop;\n\t\n\tprocess.listeners = function (name) { return [] }\n\t\n\tprocess.binding = function (name) {\n\t throw new Error('process.binding is not supported');\n\t};\n\t\n\tprocess.cwd = function () { return '/' };\n\tprocess.chdir = function (dir) {\n\t throw new Error('process.chdir is not supported');\n\t};\n\tprocess.umask = function() { return 0; };\n\n\n/***/ },\n/* 5 */\n/***/ function(module, exports, __webpack_require__) {\n\n\t/* WEBPACK VAR INJECTION */(function(process) {/**\n\t * Copyright 2013-present, Facebook, Inc.\n\t * All rights reserved.\n\t *\n\t * This source code is licensed under the BSD-style license found in the\n\t * LICENSE file in the root directory of this source tree. An additional grant\n\t * of patent rights can be found in the PATENTS file in the same directory.\n\t */\n\t\n\t'use strict';\n\t\n\tvar emptyFunction = __webpack_require__(6);\n\tvar invariant = __webpack_require__(7);\n\tvar warning = __webpack_require__(8);\n\t\n\tvar ReactPropTypesSecret = __webpack_require__(9);\n\tvar checkPropTypes = __webpack_require__(10);\n\t\n\tmodule.exports = function(isValidElement, throwOnDirectAccess) {\n\t /* global Symbol */\n\t var ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;\n\t var FAUX_ITERATOR_SYMBOL = '@@iterator'; // Before Symbol spec.\n\t\n\t /**\n\t * Returns the iterator method function contained on the iterable object.\n\t *\n\t * Be sure to invoke the function with the iterable as context:\n\t *\n\t * var iteratorFn = getIteratorFn(myIterable);\n\t * if (iteratorFn) {\n\t * var iterator = iteratorFn.call(myIterable);\n\t * ...\n\t * }\n\t *\n\t * @param {?object} maybeIterable\n\t * @return {?function}\n\t */\n\t function getIteratorFn(maybeIterable) {\n\t var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);\n\t if (typeof iteratorFn === 'function') {\n\t return iteratorFn;\n\t }\n\t }\n\t\n\t /**\n\t * Collection of methods that allow declaration and validation of props that are\n\t * supplied to React components. Example usage:\n\t *\n\t * var Props = require('ReactPropTypes');\n\t * var MyArticle = React.createClass({\n\t * propTypes: {\n\t * // An optional string prop named \"description\".\n\t * description: Props.string,\n\t *\n\t * // A required enum prop named \"category\".\n\t * category: Props.oneOf(['News','Photos']).isRequired,\n\t *\n\t * // A prop named \"dialog\" that requires an instance of Dialog.\n\t * dialog: Props.instanceOf(Dialog).isRequired\n\t * },\n\t * render: function() { ... }\n\t * });\n\t *\n\t * A more formal specification of how these methods are used:\n\t *\n\t * type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...)\n\t * decl := ReactPropTypes.{type}(.isRequired)?\n\t *\n\t * Each and every declaration produces a function with the same signature. This\n\t * allows the creation of custom validation functions. For example:\n\t *\n\t * var MyLink = React.createClass({\n\t * propTypes: {\n\t * // An optional string or URI prop named \"href\".\n\t * href: function(props, propName, componentName) {\n\t * var propValue = props[propName];\n\t * if (propValue != null && typeof propValue !== 'string' &&\n\t * !(propValue instanceof URI)) {\n\t * return new Error(\n\t * 'Expected a string or an URI for ' + propName + ' in ' +\n\t * componentName\n\t * );\n\t * }\n\t * }\n\t * },\n\t * render: function() {...}\n\t * });\n\t *\n\t * @internal\n\t */\n\t\n\t var ANONYMOUS = '<<anonymous>>';\n\t\n\t // Important!\n\t // Keep this list in sync with production version in `./factoryWithThrowingShims.js`.\n\t var ReactPropTypes = {\n\t array: createPrimitiveTypeChecker('array'),\n\t bool: createPrimitiveTypeChecker('boolean'),\n\t func: createPrimitiveTypeChecker('function'),\n\t number: createPrimitiveTypeChecker('number'),\n\t object: createPrimitiveTypeChecker('object'),\n\t string: createPrimitiveTypeChecker('string'),\n\t symbol: createPrimitiveTypeChecker('symbol'),\n\t\n\t any: createAnyTypeChecker(),\n\t arrayOf: createArrayOfTypeChecker,\n\t element: createElementTypeChecker(),\n\t instanceOf: createInstanceTypeChecker,\n\t node: createNodeChecker(),\n\t objectOf: createObjectOfTypeChecker,\n\t oneOf: createEnumTypeChecker,\n\t oneOfType: createUnionTypeChecker,\n\t shape: createShapeTypeChecker\n\t };\n\t\n\t /**\n\t * inlined Object.is polyfill to avoid requiring consumers ship their own\n\t * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\n\t */\n\t /*eslint-disable no-self-compare*/\n\t function is(x, y) {\n\t // SameValue algorithm\n\t if (x === y) {\n\t // Steps 1-5, 7-10\n\t // Steps 6.b-6.e: +0 != -0\n\t return x !== 0 || 1 / x === 1 / y;\n\t } else {\n\t // Step 6.a: NaN == NaN\n\t return x !== x && y !== y;\n\t }\n\t }\n\t /*eslint-enable no-self-compare*/\n\t\n\t /**\n\t * We use an Error-like object for backward compatibility as people may call\n\t * PropTypes directly and inspect their output. However, we don't use real\n\t * Errors anymore. We don't inspect their stack anyway, and creating them\n\t * is prohibitively expensive if they are created too often, such as what\n\t * happens in oneOfType() for any type before the one that matched.\n\t */\n\t function PropTypeError(message) {\n\t this.message = message;\n\t this.stack = '';\n\t }\n\t // Make `instanceof Error` still work for returned errors.\n\t PropTypeError.prototype = Error.prototype;\n\t\n\t function createChainableTypeChecker(validate) {\n\t if (process.env.NODE_ENV !== 'production') {\n\t var manualPropTypeCallCache = {};\n\t var manualPropTypeWarningCount = 0;\n\t }\n\t function checkType(isRequired, props, propName, componentName, location, propFullName, secret) {\n\t componentName = componentName || ANONYMOUS;\n\t propFullName = propFullName || propName;\n\t\n\t if (secret !== ReactPropTypesSecret) {\n\t if (throwOnDirectAccess) {\n\t // New behavior only for users of `prop-types` package\n\t invariant(\n\t false,\n\t 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n\t 'Use `PropTypes.checkPropTypes()` to call them. ' +\n\t 'Read more at http://fb.me/use-check-prop-types'\n\t );\n\t } else if (process.env.NODE_ENV !== 'production' && typeof console !== 'undefined') {\n\t // Old behavior for people using React.PropTypes\n\t var cacheKey = componentName + ':' + propName;\n\t if (\n\t !manualPropTypeCallCache[cacheKey] &&\n\t // Avoid spamming the console because they are often not actionable except for lib authors\n\t manualPropTypeWarningCount < 3\n\t ) {\n\t warning(\n\t false,\n\t 'You are manually calling a React.PropTypes validation ' +\n\t 'function for the `%s` prop on `%s`. This is deprecated ' +\n\t 'and will throw in the standalone `prop-types` package. ' +\n\t 'You may be seeing this warning due to a third-party PropTypes ' +\n\t 'library. See https://fb.me/react-warning-dont-call-proptypes ' + 'for details.',\n\t propFullName,\n\t componentName\n\t );\n\t manualPropTypeCallCache[cacheKey] = true;\n\t manualPropTypeWarningCount++;\n\t }\n\t }\n\t }\n\t if (props[propName] == null) {\n\t if (isRequired) {\n\t if (props[propName] === null) {\n\t return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required ' + ('in `' + componentName + '`, but its value is `null`.'));\n\t }\n\t return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required in ' + ('`' + componentName + '`, but its value is `undefined`.'));\n\t }\n\t return null;\n\t } else {\n\t return validate(props, propName, componentName, location, propFullName);\n\t }\n\t }\n\t\n\t var chainedCheckType = checkType.bind(null, false);\n\t chainedCheckType.isRequired = checkType.bind(null, true);\n\t\n\t return chainedCheckType;\n\t }\n\t\n\t function createPrimitiveTypeChecker(expectedType) {\n\t function validate(props, propName, componentName, location, propFullName, secret) {\n\t var propValue = props[propName];\n\t var propType = getPropType(propValue);\n\t if (propType !== expectedType) {\n\t // `propValue` being instance of, say, date/regexp, pass the 'object'\n\t // check, but we can offer a more precise error message here rather than\n\t // 'of type `object`'.\n\t var preciseType = getPreciseType(propValue);\n\t\n\t return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + preciseType + '` supplied to `' + componentName + '`, expected ') + ('`' + expectedType + '`.'));\n\t }\n\t return null;\n\t }\n\t return createChainableTypeChecker(validate);\n\t }\n\t\n\t function createAnyTypeChecker() {\n\t return createChainableTypeChecker(emptyFunction.thatReturnsNull);\n\t }\n\t\n\t function createArrayOfTypeChecker(typeChecker) {\n\t function validate(props, propName, componentName, location, propFullName) {\n\t if (typeof typeChecker !== 'function') {\n\t return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside arrayOf.');\n\t }\n\t var propValue = props[propName];\n\t if (!Array.isArray(propValue)) {\n\t var propType = getPropType(propValue);\n\t return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an array.'));\n\t }\n\t for (var i = 0; i < propValue.length; i++) {\n\t var error = typeChecker(propValue, i, componentName, location, propFullName + '[' + i + ']', ReactPropTypesSecret);\n\t if (error instanceof Error) {\n\t return error;\n\t }\n\t }\n\t return null;\n\t }\n\t return createChainableTypeChecker(validate);\n\t }\n\t\n\t function createElementTypeChecker() {\n\t function validate(props, propName, componentName, location, propFullName) {\n\t var propValue = props[propName];\n\t if (!isValidElement(propValue)) {\n\t var propType = getPropType(propValue);\n\t return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement.'));\n\t }\n\t return null;\n\t }\n\t return createChainableTypeChecker(validate);\n\t }\n\t\n\t function createInstanceTypeChecker(expectedClass) {\n\t function validate(props, propName, componentName, location, propFullName) {\n\t if (!(props[propName] instanceof expectedClass)) {\n\t var expectedClassName = expectedClass.name || ANONYMOUS;\n\t var actualClassName = getClassName(props[propName]);\n\t return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + actualClassName + '` supplied to `' + componentName + '`, expected ') + ('instance of `' + expectedClassName + '`.'));\n\t }\n\t return null;\n\t }\n\t return createChainableTypeChecker(validate);\n\t }\n\t\n\t function createEnumTypeChecker(expectedValues) {\n\t if (!Array.isArray(expectedValues)) {\n\t process.env.NODE_ENV !== 'production' ? warning(false, 'Invalid argument supplied to oneOf, expected an instance of array.') : void 0;\n\t return emptyFunction.thatReturnsNull;\n\t }\n\t\n\t function validate(props, propName, componentName, location, propFullName) {\n\t var propValue = props[propName];\n\t for (var i = 0; i < expectedValues.length; i++) {\n\t if (is(propValue, expectedValues[i])) {\n\t return null;\n\t }\n\t }\n\t\n\t var valuesString = JSON.stringify(expectedValues);\n\t return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of value `' + propValue + '` ' + ('supplied to `' + componentName + '`, expected one of ' + valuesString + '.'));\n\t }\n\t return createChainableTypeChecker(validate);\n\t }\n\t\n\t function createObjectOfTypeChecker(typeChecker) {\n\t function validate(props, propName, componentName, location, propFullName) {\n\t if (typeof typeChecker !== 'function') {\n\t return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside objectOf.');\n\t }\n\t var propValue = props[propName];\n\t var propType = getPropType(propValue);\n\t if (propType !== 'object') {\n\t return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an object.'));\n\t }\n\t for (var key in propValue) {\n\t if (propValue.hasOwnProperty(key)) {\n\t var error = typeChecker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n\t if (error instanceof Error) {\n\t return error;\n\t }\n\t }\n\t }\n\t return null;\n\t }\n\t return createChainableTypeChecker(validate);\n\t }\n\t\n\t function createUnionTypeChecker(arrayOfTypeCheckers) {\n\t if (!Array.isArray(arrayOfTypeCheckers)) {\n\t process.env.NODE_ENV !== 'production' ? warning(false, 'Invalid argument supplied to oneOfType, expected an instance of array.') : void 0;\n\t return emptyFunction.thatReturnsNull;\n\t }\n\t\n\t for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n\t var checker = arrayOfTypeCheckers[i];\n\t if (typeof checker !== 'function') {\n\t warning(\n\t false,\n\t 'Invalid argument supplid to oneOfType. Expected an array of check functions, but ' +\n\t 'received %s at index %s.',\n\t getPostfixForTypeWarning(checker),\n\t i\n\t );\n\t return emptyFunction.thatReturnsNull;\n\t }\n\t }\n\t\n\t function validate(props, propName, componentName, location, propFullName) {\n\t for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n\t var checker = arrayOfTypeCheckers[i];\n\t if (checker(props, propName, componentName, location, propFullName, ReactPropTypesSecret) == null) {\n\t return null;\n\t }\n\t }\n\t\n\t return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`.'));\n\t }\n\t return createChainableTypeChecker(validate);\n\t }\n\t\n\t function createNodeChecker() {\n\t function validate(props, propName, componentName, location, propFullName) {\n\t if (!isNode(props[propName])) {\n\t return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`, expected a ReactNode.'));\n\t }\n\t return null;\n\t }\n\t return createChainableTypeChecker(validate);\n\t }\n\t\n\t function createShapeTypeChecker(shapeTypes) {\n\t function validate(props, propName, componentName, location, propFullName) {\n\t var propValue = props[propName];\n\t var propType = getPropType(propValue);\n\t if (propType !== 'object') {\n\t return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));\n\t }\n\t for (var key in shapeTypes) {\n\t var checker = shapeTypes[key];\n\t if (!checker) {\n\t continue;\n\t }\n\t var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n\t if (error) {\n\t return error;\n\t }\n\t }\n\t return null;\n\t }\n\t return createChainableTypeChecker(validate);\n\t }\n\t\n\t function isNode(propValue) {\n\t switch (typeof propValue) {\n\t case 'number':\n\t case 'string':\n\t case 'undefined':\n\t return true;\n\t case 'boolean':\n\t return !propValue;\n\t case 'object':\n\t if (Array.isArray(propValue)) {\n\t return propValue.every(isNode);\n\t }\n\t if (propValue === null || isValidElement(propValue)) {\n\t return true;\n\t }\n\t\n\t var iteratorFn = getIteratorFn(propValue);\n\t if (iteratorFn) {\n\t var iterator = iteratorFn.call(propValue);\n\t var step;\n\t if (iteratorFn !== propValue.entries) {\n\t while (!(step = iterator.next()).done) {\n\t if (!isNode(step.value)) {\n\t return false;\n\t }\n\t }\n\t } else {\n\t // Iterator will provide entry [k,v] tuples rather than values.\n\t while (!(step = iterator.next()).done) {\n\t var entry = step.value;\n\t if (entry) {\n\t if (!isNode(entry[1])) {\n\t return false;\n\t }\n\t }\n\t }\n\t }\n\t } else {\n\t return false;\n\t }\n\t\n\t return true;\n\t default:\n\t return false;\n\t }\n\t }\n\t\n\t function isSymbol(propType, propValue) {\n\t // Native Symbol.\n\t if (propType === 'symbol') {\n\t return true;\n\t }\n\t\n\t // 19.4.3.5 Symbol.prototype[@@toStringTag] === 'Symbol'\n\t if (propValue['@@toStringTag'] === 'Symbol') {\n\t return true;\n\t }\n\t\n\t // Fallback for non-spec compliant Symbols which are polyfilled.\n\t if (typeof Symbol === 'function' && propValue instanceof Symbol) {\n\t return true;\n\t }\n\t\n\t return false;\n\t }\n\t\n\t // Equivalent of `typeof` but with special handling for array and regexp.\n\t function getPropType(propValue) {\n\t var propType = typeof propValue;\n\t if (Array.isArray(propValue)) {\n\t return 'array';\n\t }\n\t if (propValue instanceof RegExp) {\n\t // Old webkits (at least until Android 4.0) return 'function' rather than\n\t // 'object' for typeof a RegExp. We'll normalize this here so that /bla/\n\t // passes PropTypes.object.\n\t return 'object';\n\t }\n\t if (isSymbol(propType, propValue)) {\n\t return 'symbol';\n\t }\n\t return propType;\n\t }\n\t\n\t // This handles more types than `getPropType`. Only used for error messages.\n\t // See `createPrimitiveTypeChecker`.\n\t function getPreciseType(propValue) {\n\t if (typeof propValue === 'undefined' || propValue === null) {\n\t return '' + propValue;\n\t }\n\t var propType = getPropType(propValue);\n\t if (propType === 'object') {\n\t if (propValue instanceof Date) {\n\t return 'date';\n\t } else if (propValue instanceof RegExp) {\n\t return 'regexp';\n\t }\n\t }\n\t return propType;\n\t }\n\t\n\t // Returns a string that is postfixed to a warning about an invalid type.\n\t // For example, \"undefined\" or \"of type array\"\n\t function getPostfixForTypeWarning(value) {\n\t var type = getPreciseType(value);\n\t switch (type) {\n\t case 'array':\n\t case 'object':\n\t return 'an ' + type;\n\t case 'boolean':\n\t case 'date':\n\t case 'regexp':\n\t return 'a ' + type;\n\t default:\n\t return type;\n\t }\n\t }\n\t\n\t // Returns class name of the object, if any.\n\t function getClassName(propValue) {\n\t if (!propValue.constructor || !propValue.constructor.name) {\n\t return ANONYMOUS;\n\t }\n\t return propValue.constructor.name;\n\t }\n\t\n\t ReactPropTypes.checkPropTypes = checkPropTypes;\n\t ReactPropTypes.PropTypes = ReactPropTypes;\n\t\n\t return ReactPropTypes;\n\t};\n\t\n\t/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(4)))\n\n/***/ },\n/* 6 */\n/***/ function(module, exports) {\n\n\t\"use strict\";\n\t\n\t/**\n\t * Copyright (c) 2013-present, Facebook, Inc.\n\t * All rights reserved.\n\t *\n\t * This source code is licensed under the BSD-style license found in the\n\t * LICENSE file in the root directory of this source tree. An additional grant\n\t * of patent rights can be found in the PATENTS file in the same directory.\n\t *\n\t * \n\t */\n\t\n\tfunction makeEmptyFunction(arg) {\n\t return function () {\n\t return arg;\n\t };\n\t}\n\t\n\t/**\n\t * This function accepts and discards inputs; it has no side effects. This is\n\t * primarily useful idiomatically for overridable function endpoints which\n\t * always need to be callable, since JS lacks a null-call idiom ala Cocoa.\n\t */\n\tvar emptyFunction = function emptyFunction() {};\n\t\n\temptyFunction.thatReturns = makeEmptyFunction;\n\temptyFunction.thatReturnsFalse = makeEmptyFunction(false);\n\temptyFunction.thatReturnsTrue = makeEmptyFunction(true);\n\temptyFunction.thatReturnsNull = makeEmptyFunction(null);\n\temptyFunction.thatReturnsThis = function () {\n\t return this;\n\t};\n\temptyFunction.thatReturnsArgument = function (arg) {\n\t return arg;\n\t};\n\t\n\tmodule.exports = emptyFunction;\n\n/***/ },\n/* 7 */\n/***/ function(module, exports, __webpack_require__) {\n\n\t/* WEBPACK VAR INJECTION */(function(process) {/**\n\t * Copyright (c) 2013-present, Facebook, Inc.\n\t * All rights reserved.\n\t *\n\t * This source code is licensed under the BSD-style license found in the\n\t * LICENSE file in the root directory of this source tree. An additional grant\n\t * of patent rights can be found in the PATENTS file in the same directory.\n\t *\n\t */\n\t\n\t'use strict';\n\t\n\t/**\n\t * Use invariant() to assert state which your program assumes to be true.\n\t *\n\t * Provide sprintf-style format (only %s is supported) and arguments\n\t * to provide information about what broke and what you were\n\t * expecting.\n\t *\n\t * The invariant message will be stripped in production, but the invariant\n\t * will remain to ensure logic does not differ in production.\n\t */\n\t\n\tvar validateFormat = function validateFormat(format) {};\n\t\n\tif (process.env.NODE_ENV !== 'production') {\n\t validateFormat = function validateFormat(format) {\n\t if (format === undefined) {\n\t throw new Error('invariant requires an error message argument');\n\t }\n\t };\n\t}\n\t\n\tfunction invariant(condition, format, a, b, c, d, e, f) {\n\t validateFormat(format);\n\t\n\t if (!condition) {\n\t var error;\n\t if (format === undefined) {\n\t error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.');\n\t } else {\n\t var args = [a, b, c, d, e, f];\n\t var argIndex = 0;\n\t error = new Error(format.replace(/%s/g, function () {\n\t return args[argIndex++];\n\t }));\n\t error.name = 'Invariant Violation';\n\t }\n\t\n\t error.framesToPop = 1; // we don't care about invariant's own frame\n\t throw error;\n\t }\n\t}\n\t\n\tmodule.exports = invariant;\n\t/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(4)))\n\n/***/ },\n/* 8 */\n/***/ function(module, exports, __webpack_require__) {\n\n\t/* WEBPACK VAR INJECTION */(function(process) {/**\n\t * Copyright 2014-2015, Facebook, Inc.\n\t * All rights reserved.\n\t *\n\t * This source code is licensed under the BSD-style license found in the\n\t * LICENSE file in the root directory of this source tree. An additional grant\n\t * of patent rights can be found in the PATENTS file in the same directory.\n\t *\n\t */\n\t\n\t'use strict';\n\t\n\tvar emptyFunction = __webpack_require__(6);\n\t\n\t/**\n\t * Similar to invariant but only logs a warning if the condition is not met.\n\t * This can be used to log issues in development environments in critical\n\t * paths. Removing the logging code for production environments will keep the\n\t * same logic and follow the same code paths.\n\t */\n\t\n\tvar warning = emptyFunction;\n\t\n\tif (process.env.NODE_ENV !== 'production') {\n\t (function () {\n\t var printWarning = function printWarning(format) {\n\t for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n\t args[_key - 1] = arguments[_key];\n\t }\n\t\n\t var argIndex = 0;\n\t var message = 'Warning: ' + format.replace(/%s/g, function () {\n\t return args[argIndex++];\n\t });\n\t if (typeof console !== 'undefined') {\n\t console.error(message);\n\t }\n\t try {\n\t // --- Welcome to debugging React ---\n\t // This error was thrown as a convenience so that you can use this stack\n\t // to find the callsite that caused this warning to fire.\n\t throw new Error(message);\n\t } catch (x) {}\n\t };\n\t\n\t warning = function warning(condition, format) {\n\t if (format === undefined) {\n\t throw new Error('`warning(condition, format, ...args)` requires a warning ' + 'message argument');\n\t }\n\t\n\t if (format.indexOf('Failed Composite propType: ') === 0) {\n\t return; // Ignore CompositeComponent proptype check.\n\t }\n\t\n\t if (!condition) {\n\t for (var _len2 = arguments.length, args = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {\n\t args[_key2 - 2] = arguments[_key2];\n\t }\n\t\n\t printWarning.apply(undefined, [format].concat(args));\n\t }\n\t };\n\t })();\n\t}\n\t\n\tmodule.exports = warning;\n\t/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(4)))\n\n/***/ },\n/* 9 */\n/***/ function(module, exports) {\n\n\t/**\n\t * Copyright 2013-present, Facebook, Inc.\n\t * All rights reserved.\n\t *\n\t * This source code is licensed under the BSD-style license found in the\n\t * LICENSE file in the root directory of this source tree. An additional grant\n\t * of patent rights can be found in the PATENTS file in the same directory.\n\t */\n\t\n\t'use strict';\n\t\n\tvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\t\n\tmodule.exports = ReactPropTypesSecret;\n\n\n/***/ },\n/* 10 */\n/***/ function(module, exports, __webpack_require__) {\n\n\t/* WEBPACK VAR INJECTION */(function(process) {/**\n\t * Copyright 2013-present, Facebook, Inc.\n\t * All rights reserved.\n\t *\n\t * This source code is licensed under the BSD-style license found in the\n\t * LICENSE file in the root directory of this source tree. An additional grant\n\t * of patent rights can be found in the PATENTS file in the same directory.\n\t */\n\t\n\t'use strict';\n\t\n\tif (process.env.NODE_ENV !== 'production') {\n\t var invariant = __webpack_require__(7);\n\t var warning = __webpack_require__(8);\n\t var ReactPropTypesSecret = __webpack_require__(9);\n\t var loggedTypeFailures = {};\n\t}\n\t\n\t/**\n\t * Assert that the values match with the type specs.\n\t * Error messages are memorized and will only be shown once.\n\t *\n\t * @param {object} typeSpecs Map of name to a ReactPropType\n\t * @param {object} values Runtime values that need to be type-checked\n\t * @param {string} location e.g. \"prop\", \"context\", \"child context\"\n\t * @param {string} componentName Name of the component for error messages.\n\t * @param {?Function} getStack Returns the component stack.\n\t * @private\n\t */\n\tfunction checkPropTypes(typeSpecs, values, location, componentName, getStack) {\n\t if (process.env.NODE_ENV !== 'production') {\n\t for (var typeSpecName in typeSpecs) {\n\t if (typeSpecs.hasOwnProperty(typeSpecName)) {\n\t var error;\n\t // Prop type validation may throw. In case they do, we don't want to\n\t // fail the render phase where it didn't fail before. So we log it.\n\t // After these have been cleaned up, we'll let them throw.\n\t try {\n\t // This is intentionally an invariant that gets caught. It's the same\n\t // behavior as without this statement except with a better message.\n\t invariant(typeof typeSpecs[typeSpecName] === 'function', '%s: %s type `%s` is invalid; it must be a function, usually from ' + 'React.PropTypes.', componentName || 'React class', location, typeSpecName);\n\t error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);\n\t } catch (ex) {\n\t error = ex;\n\t }\n\t warning(!error || error instanceof Error, '%s: type specification of %s `%s` is invalid; the type checker ' + 'function must return `null` or an `Error` but returned a %s. ' + 'You may have forgotten to pass an argument to the type checker ' + 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' + 'shape all require an argument).', componentName || 'React class', location, typeSpecName, typeof error);\n\t if (error instanceof Error && !(error.message in loggedTypeFailures)) {\n\t // Only monitor this failure once because there tends to be a lot of the\n\t // same error.\n\t loggedTypeFailures[error.message] = true;\n\t\n\t var stack = getStack ? getStack() : '';\n\t\n\t warning(false, 'Failed %s type: %s%s', location, error.message, stack != null ? stack : '');\n\t }\n\t }\n\t }\n\t }\n\t}\n\t\n\tmodule.exports = checkPropTypes;\n\t\n\t/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(4)))\n\n/***/ },\n/* 11 */\n/***/ function(module, exports, __webpack_require__) {\n\n\t/**\n\t * Copyright 2013-present, Facebook, Inc.\n\t * All rights reserved.\n\t *\n\t * This source code is licensed under the BSD-style license found in the\n\t * LICENSE file in the root directory of this source tree. An additional grant\n\t * of patent rights can be found in the PATENTS file in the same directory.\n\t */\n\t\n\t'use strict';\n\t\n\tvar emptyFunction = __webpack_require__(6);\n\tvar invariant = __webpack_require__(7);\n\tvar ReactPropTypesSecret = __webpack_require__(9);\n\t\n\tmodule.exports = function() {\n\t function shim(props, propName, componentName, location, propFullName, secret) {\n\t if (secret === ReactPropTypesSecret) {\n\t // It is still safe when called from React.\n\t return;\n\t }\n\t invariant(\n\t false,\n\t 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n\t 'Use PropTypes.checkPropTypes() to call them. ' +\n\t 'Read more at http://fb.me/use-check-prop-types'\n\t );\n\t };\n\t shim.isRequired = shim;\n\t function getShim() {\n\t return shim;\n\t };\n\t // Important!\n\t // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.\n\t var ReactPropTypes = {\n\t array: shim,\n\t bool: shim,\n\t func: shim,\n\t number: shim,\n\t object: shim,\n\t string: shim,\n\t symbol: shim,\n\t\n\t any: shim,\n\t arrayOf: getShim,\n\t element: shim,\n\t instanceOf: getShim,\n\t node: shim,\n\t objectOf: getShim,\n\t oneOf: getShim,\n\t oneOfType: getShim,\n\t shape: getShim\n\t };\n\t\n\t ReactPropTypes.checkPropTypes = emptyFunction;\n\t ReactPropTypes.PropTypes = ReactPropTypes;\n\t\n\t return ReactPropTypes;\n\t};\n\n\n/***/ },\n/* 12 */\n/***/ function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tObject.defineProperty(exports, \"__esModule\", {\n\t value: true\n\t});\n\t\n\tvar _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; }; }();\n\t\n\tvar _react = __webpack_require__(2);\n\t\n\tvar _reactDom = __webpack_require__(13);\n\t\n\tvar _reactDom2 = _interopRequireDefault(_reactDom);\n\t\n\tvar _propTypes = __webpack_require__(3);\n\t\n\tvar _propTypes2 = _interopRequireDefault(_propTypes);\n\t\n\tfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\t\n\tfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\t\n\tfunction _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; }\n\t\n\tfunction _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 react/no-find-dom-node: 0 */\n\t\n\t/**\n\t * ScrollSyncPane Component\n\t *\n\t * Wrap your content in it to keep its scroll position in sync with other panes\n\t *\n\t * @example ./example.md\n\t */\n\t\n\tvar ScrollSyncPane = function (_Component) {\n\t _inherits(ScrollSyncPane, _Component);\n\t\n\t function ScrollSyncPane() {\n\t var _ref;\n\t\n\t var _temp, _this, _ret;\n\t\n\t _classCallCheck(this, ScrollSyncPane);\n\t\n\t for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {\n\t args[_key] = arguments[_key];\n\t }\n\t\n\t return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = ScrollSyncPane.__proto__ || Object.getPrototypeOf(ScrollSyncPane)).call.apply(_ref, [this].concat(args))), _this), _this.toArray = function (groups) {\n\t return [].concat(groups);\n\t }, _temp), _possibleConstructorReturn(_this, _ret);\n\t }\n\t\n\t _createClass(ScrollSyncPane, [{\n\t key: 'componentDidMount',\n\t value: function componentDidMount() {\n\t if (this.props.enabled) {\n\t this.node = this.props.attachTo || _reactDom2.default.findDOMNode(this);\n\t this.context.registerPane(this.node, this.toArray(this.props.group));\n\t }\n\t }\n\t }, {\n\t key: 'componentDidUpdate',\n\t value: function componentDidUpdate(prevProps) {\n\t if (this.props.enabled && this.props.group !== prevProps.group) {\n\t this.context.unregisterPane(this.node, this.toArray(prevProps.group));\n\t this.context.registerPane(this.node, this.toArray(this.props.group));\n\t }\n\t }\n\t }, {\n\t key: 'componentWillUnmount',\n\t value: function componentWillUnmount() {\n\t if (this.props.enabled) {\n\t this.context.unregisterPane(this.node, this.toArray(this.props.group));\n\t }\n\t }\n\t }, {\n\t key: 'render',\n\t value: function render() {\n\t return this.props.children;\n\t }\n\t }]);\n\t\n\t return ScrollSyncPane;\n\t}(_react.Component);\n\t\n\tScrollSyncPane.propTypes = {\n\t children: _propTypes2.default.node.isRequired,\n\t attachTo: _propTypes2.default.object,\n\t group: _propTypes2.default.oneOfType([_propTypes2.default.string, _propTypes2.default.arrayOf(_propTypes2.default.string)]),\n\t enabled: _propTypes2.default.bool\n\t};\n\tScrollSyncPane.defaultProps = {\n\t group: 'default',\n\t enabled: true\n\t};\n\tScrollSyncPane.contextTypes = {\n\t registerPane: _propTypes2.default.func,\n\t unregisterPane: _propTypes2.default.func\n\t};\n\texports.default = ScrollSyncPane;\n\tmodule.exports = exports['default'];\n\n/***/ },\n/* 13 */\n/***/ function(module, exports) {\n\n\tmodule.exports = __WEBPACK_EXTERNAL_MODULE_13__;\n\n/***/ }\n/******/ ])\n});\n;\n//# sourceMappingURL=index.js.map","import debounce from 'lodash.debounce';\nimport { useCallback, useEffect, useRef, useState } from 'react';\n\nimport { ArrowValues } from '../components/TableArrows';\n\nexport const useComparisonTable = () => {\n const [showMore, setShowMore] = useState<boolean>(false);\n const [headerWidth, setHeaderWidth] = useState(1400);\n\n const [selectedTabIndex, setSelectedTabIndex] = useState(0);\n\n const [selectedSection, setSelectedSection] = useState('');\n\n const headerRef = useRef<HTMLDivElement | null>(null);\n const contentContainerRef = useRef<HTMLDivElement | null>(null);\n const observerRef = useRef<ResizeObserver | null>(null);\n\n const scrollContainerCallbackRef = useCallback((node) => {\n if (node) {\n setHeaderWidth(node.clientWidth);\n }\n\n headerRef.current = node;\n }, []);\n\n useEffect(() => {\n if (!observerRef.current) {\n observerRef.current = new ResizeObserver((entries) => {\n entries.forEach((entry) => {\n const currentTabIndex = Math.round(\n entry.target.scrollLeft / entry.contentRect.width\n );\n\n setHeaderWidth(entry.contentRect.width);\n\n // Update selectedTabIndex to match the calculated current tab index\n setSelectedTabIndex(currentTabIndex);\n });\n });\n }\n\n if (headerRef.current) {\n observerRef.current.observe(headerRef.current);\n }\n\n return () => {\n if (headerRef.current) {\n observerRef.current?.unobserve(headerRef.current);\n }\n observerRef.current?.disconnect();\n };\n }, []);\n\n const handleTableScroll = () => {\n if (!headerRef.current) {\n return;\n }\n\n const currentTabIndex = Math.round(\n headerRef.current.scrollLeft /\n headerRef.current.getBoundingClientRect().width\n );\n\n setSelectedTabIndex(currentTabIndex);\n };\n\n const debouncedTableScroll = debounce(handleTableScroll, 150);\n\n useEffect(() => {\n headerRef.current?.addEventListener('scroll', debouncedTableScroll, {\n passive: true,\n });\n\n return headerRef.current?.removeEventListener('scroll', handleTableScroll);\n }, []); // eslint-disable-line react-hooks/exhaustive-deps\n\n const handleArrowsClick = (value: ArrowValues) => {\n if (headerRef.current) {\n const currentTabIndex = Math.round(\n headerRef.current.scrollLeft / headerRef.current.clientWidth\n );\n\n const direction = value === 'next' ? 1 : -1;\n\n const newTabIndex = currentTabIndex + direction;\n\n headerRef.current.scroll({\n top: 0,\n left: headerWidth * newTabIndex,\n behavior: 'smooth',\n });\n\n setSelectedTabIndex(() => {\n return newTabIndex;\n });\n }\n };\n\n const toggleMoreRows = async () => {\n if (showMore && headerRef.current && contentContainerRef.current) {\n window.scroll(\n 0,\n window.scrollY +\n (contentContainerRef.current.getBoundingClientRect().y -\n headerRef.current.getBoundingClientRect().bottom)\n );\n }\n\n setShowMore(!showMore);\n };\n\n return {\n headerWidth,\n contentContainerRef,\n selectedSection,\n setSelectedSection,\n selectedTabIndex,\n setSelectedTabIndex,\n scrollContainerCallbackRef,\n handleArrowsClick,\n toggleMoreRows,\n showMore,\n };\n};\n","import classNames from 'classnames';\nimport { ScrollSync, ScrollSyncPane } from 'react-scroll-sync';\n\nimport { AccordionItem } from './components/AccordionItem';\nimport Chevron from './components/Chevron';\nimport Row from './components/Row';\nimport TableArrows from './components/TableArrows';\nimport TableButton from './components/TableButton';\nimport TableInfoButton from './components/TableInfoButton';\nimport TableRating from './components/TableRating';\nimport TableRowHeader from './components/TableRowHeader';\nimport TableTrueFalse from './components/TableTrueFalse';\nimport { useComparisonTable } from './hooks/useComparisonTable';\nimport baseStyles from './style.module.scss';\n\nexport interface CellBaseProps<T> {\n /** Used to display the row's title */\n label?: React.ReactNode;\n /**\n *\n * @param value The current data value\n * @param element The complete data object\n */\n render?: (value: any, element: T) => React.ReactNode; // TODO: add typing to value param\n}\n\ninterface CellWithId<T> extends CellBaseProps<T> {\n /** Used when adding component add-ons */\n addonId: string | number;\n}\n\nexport type Cell<T> =\n | ({ key: Extract<keyof T, string> } & CellBaseProps<T>)\n | ({ key?: undefined } & CellWithId<T>);\n\nexport interface TableHeader<T> {\n /** Required unique id number for each table group */\n id: number;\n /** Used to display a table group subheader */\n label?: React.ReactNode;\n cells: Array<Cell<T>>;\n default?: boolean;\n}\n\nexport interface ComparisonTableProps<T> {\n headers: Array<TableHeader<T>>;\n data: Array<T>;\n hideDetails?: boolean;\n hideScrollBars?: boolean;\n collapsibleSections?: boolean;\n cellWidth?: number;\n firstColumnWidth?: number;\n stickyHeaderTopOffset?: number;\n growContent?: boolean;\n styles?: {\n header?: string;\n container?: string;\n };\n}\n\nconst ComparisonTable = <T extends { id: number }>(\n props: ComparisonTableProps<T>\n) => {\n const {\n headers,\n data,\n hideDetails,\n styles,\n hideScrollBars,\n collapsibleSections,\n cellWidth,\n firstColumnWidth,\n stickyHeaderTopOffset,\n growContent,\n } = props;\n\n const {\n headerWidth,\n contentContainerRef,\n selectedSection,\n setSelectedSection,\n selectedTabIndex,\n scrollContainerCallbackRef,\n handleArrowsClick,\n toggleMoreRows,\n showMore,\n } = useComparisonTable();\n\n const cssVariablesStyle = {\n '--tableWidth': `${headerWidth}px`,\n ...(cellWidth ? { '--cellWidth': `${cellWidth}px` } : {}),\n ...(firstColumnWidth\n ? { '--firstColumnWidth': `${firstColumnWidth}px` }\n : {}),\n ...(stickyHeaderTopOffset\n ? { '--stickyHeaderTopOffset': `${stickyHeaderTopOffset}px` }\n : {}),\n ...(growContent ? { '--growContent': '100%' } : {}),\n } as React.CSSProperties;\n\n return (\n <ScrollSync>\n <div style={cssVariablesStyle}>\n <div className={classNames(baseStyles.header, styles?.header)}>\n <ScrollSyncPane>\n <div\n className={classNames(baseStyles.container, {\n [baseStyles.noScrollBars]: hideScrollBars,\n })}\n ref={scrollContainerCallbackRef}\n >\n <div className={classNames(baseStyles['overflow-container'])}>\n <div className={baseStyles['group-container']}>\n <TableArrows\n onClick={handleArrowsClick}\n active={{\n left: selectedTabIndex > 0,\n right: selectedTabIndex < data.length - 1,\n }}\n />\n <Row<T>\n key=\"table-header-row\"\n rowId=\"table-header-row\"\n cell={headers[0].cells[0]}\n data={data}\n isRowHeader\n />\n </div>\n </div>\n </div>\n </ScrollSyncPane>\n </div>\n <div ref={contentContainerRef}>\n {Array.isArray(headers) &&\n headers\n .filter(\n (headerGroup) => !hideDetails || showMore || headerGroup.default\n )\n .map((headerGroup, headerGroupIndex) => {\n const content = headerGroup.cells?.map((cell, index) => {\n const rowId = `${headerGroup.id}-${\n cell.key ?? 'addon'\n }-${index}`;\n\n /** Do not render the first row */\n if (index === 0 && headerGroupIndex === 0) return null;\n\n return (\n <Row<T> key={rowId} rowId={rowId} cell={cell} data={data} />\n );\n });\n\n const idString = `headerGroup-${headerGroup.id}`;\n\n return (\n <>\n {headerGroup.label && collapsibleSections ? (\n <AccordionItem\n className=\"mt8\"\n label={headerGroup.label}\n headerClassName=\"p24 br8\"\n isOpen={selectedSection === idString}\n onOpen={() => setSelectedSection(idString)}\n onClose={() => setSelectedSection('')}\n key={idString}\n >\n <ScrollSyncPane>\n <div\n className={classNames(\n baseStyles.container,\n styles?.container,\n {\n [baseStyles.noScrollBars]: hideScrollBars,\n }\n )}\n >\n <div\n className={classNames(\n baseStyles['overflow-container']\n )}\n >\n <div className={baseStyles['group-container']}>\n {content}\n </div>\n </div>\n </div>\n </ScrollSyncPane>\n </AccordionItem>\n ) : (\n <div key={idString}>\n <ScrollSyncPane>\n <div\n className={classNames(\n baseStyles.container,\n styles?.container,\n {\n [baseStyles.noScrollBars]: hideScrollBars,\n }\n )}\n >\n <div\n className={classNames(\n baseStyles['overflow-container']\n )}\n >\n <div className={baseStyles['group-container']}>\n {\n /**\n * Print a table subheader if the `label` value is present\n */\n headerGroup.label && !collapsibleSections && (\n <div className={baseStyles['group-title']}>\n <h4\n className={`p-h4 ${baseStyles.sticky}`}\n >\n {headerGroup.label}\n </h4>\n </div>\n )\n }\n {content}\n </div>\n </div>\n </div>\n </ScrollSyncPane>\n </div>\n )}\n </>\n );\n })}\n {hideDetails && (\n <div\n className={classNames(\n baseStyles['show-details-container'],\n baseStyles.sticky,\n 'mt48'\n )}\n >\n <div>\n <button\n className={`w100 d-flex p-a p-h4 c-pointer ${baseStyles['show-details-button']}`}\n onClick={toggleMoreRows}\n type=\"button\"\n >\n {showMore ? 'Hide details' : 'Show details'}\n <Chevron\n className={showMore ? '' : baseStyles['icon-inverted']}\n />\n </button>\n </div>\n </div>\n )}\n </div>\n </div>\n </ScrollSync>\n );\n};\n\nexport {\n ComparisonTable,\n TableButton,\n TableInfoButton,\n TableRating,\n TableRowHeader,\n TableTrueFalse,\n};\n"],"names":["require$$0","require$$1","this","debounce","_jsx","ScrollSync","_jsxs","classNames","ScrollSyncPane"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,CAAC,SAAS,gCAAgC,CAAC,IAAI,EAAE,OAAO,EAAE;AAC1D,CACE,iBAAiB,OAAO,CAACA,cAAgB,EAAEC,QAAoB,CAAC,CAMD;AACjE,CAAC,EAAEC,cAAI,EAAE,SAAS,6BAA6B,EAAE,8BAA8B,EAAE;AACjF,gBAAgB,CAAC,SAAS,OAAO,EAAE;AACnC;AACA,UAAU,IAAI,gBAAgB,GAAG,EAAE,CAAC;AACpC;AACA;AACA,UAAU,SAAS,mBAAmB,CAAC,QAAQ,EAAE;AACjD;AACA;AACA,WAAW,GAAG,gBAAgB,CAAC,QAAQ,CAAC;AACxC,YAAY,OAAO,gBAAgB,CAAC,QAAQ,CAAC,CAAC,OAAO,CAAC;AACtD;AACA;AACA,WAAW,IAAI,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,GAAG;AACrD,YAAY,OAAO,EAAE,EAAE;AACvB,YAAY,EAAE,EAAE,QAAQ;AACxB,YAAY,MAAM,EAAE,KAAK;AACzB,YAAY,CAAC;AACb;AACA;AACA,WAAW,OAAO,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,OAAO,EAAE,mBAAmB,CAAC,CAAC;AAC/F;AACA;AACA,WAAW,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC;AAChC;AACA;AACA,WAAW,OAAO,MAAM,CAAC,OAAO,CAAC;AACjC,WAAW;AACX;AACA;AACA;AACA,UAAU,mBAAmB,CAAC,CAAC,GAAG,OAAO,CAAC;AAC1C;AACA;AACA,UAAU,mBAAmB,CAAC,CAAC,GAAG,gBAAgB,CAAC;AACnD;AACA;AACA,UAAU,mBAAmB,CAAC,CAAC,GAAG,EAAE,CAAC;AACrC;AACA;AACA,UAAU,OAAO,mBAAmB,CAAC,CAAC,CAAC,CAAC;AACxC,UAAU;AACV;AACA,UAAU;AACV;AACA,MAAM,SAAS,MAAM,EAAE,OAAO,EAAE,mBAAmB,EAAE;AAGrD;AACA,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE;AAC9C,GAAG,KAAK,EAAE,IAAI;AACd,EAAE,CAAC,CAAC;AACJ;AACA,CAAC,IAAI,WAAW,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC;AAC1C;AACA,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE;AAC9C,GAAG,UAAU,EAAE,IAAI;AACnB,GAAG,GAAG,EAAE,SAAS,GAAG,GAAG;AACvB,KAAK,OAAO,sBAAsB,CAAC,WAAW,CAAC,CAAC,OAAO,CAAC;AACxD,IAAI;AACJ,EAAE,CAAC,CAAC;AACJ;AACA,CAAC,IAAI,eAAe,GAAG,mBAAmB,CAAC,EAAE,CAAC,CAAC;AAC/C;AACA,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,gBAAgB,EAAE;AAClD,GAAG,UAAU,EAAE,IAAI;AACnB,GAAG,GAAG,EAAE,SAAS,GAAG,GAAG;AACvB,KAAK,OAAO,sBAAsB,CAAC,eAAe,CAAC,CAAC,OAAO,CAAC;AAC5D,IAAI;AACJ,EAAE,CAAC,CAAC;AACJ;AACA,CAAC,SAAS,sBAAsB,CAAC,GAAG,EAAE,EAAE,OAAO,GAAG,IAAI,GAAG,CAAC,UAAU,GAAG,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,EAAE;AAChG;AACA,OAAO;AACP;AACA,MAAM,SAAS,MAAM,EAAE,OAAO,EAAE,mBAAmB,EAAE;AAGrD;AACA,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE;AAC9C,GAAG,KAAK,EAAE,IAAI;AACd,EAAE,CAAC,CAAC;AACJ;AACA,CAAC,IAAI,YAAY,GAAG,YAAY,EAAE,SAAS,gBAAgB,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,EAAE,IAAI,UAAU,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,UAAU,GAAG,UAAU,CAAC,UAAU,IAAI,KAAK,CAAC,CAAC,UAAU,CAAC,YAAY,GAAG,IAAI,CAAC,CAAC,IAAI,OAAO,IAAI,UAAU,EAAE,UAAU,CAAC,QAAQ,GAAG,IAAI,CAAC,CAAC,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,UAAU,CAAC,GAAG,EAAE,UAAU,CAAC,CAAC,EAAE,EAAE,CAAC,OAAO,UAAU,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,EAAE,IAAI,UAAU,EAAE,gBAAgB,CAAC,WAAW,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC,CAAC,IAAI,WAAW,EAAE,gBAAgB,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC,CAAC,OAAO,WAAW,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC;AACrjB;AACA,CAAC,IAAI,MAAM,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC;AACrC;AACA,CAAC,IAAI,OAAO,GAAG,sBAAsB,CAAC,MAAM,CAAC,CAAC;AAC9C;AACA,CAAC,IAAI,UAAU,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC;AACzC;AACA,CAAC,IAAI,WAAW,GAAG,sBAAsB,CAAC,UAAU,CAAC,CAAC;AACtD;AACA,CAAC,SAAS,sBAAsB,CAAC,GAAG,EAAE,EAAE,OAAO,GAAG,IAAI,GAAG,CAAC,UAAU,GAAG,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,EAAE;AAChG;AACA,CAAC,SAAS,eAAe,CAAC,QAAQ,EAAE,WAAW,EAAE,EAAE,IAAI,EAAE,QAAQ,YAAY,WAAW,CAAC,EAAE,EAAE,MAAM,IAAI,SAAS,CAAC,mCAAmC,CAAC,CAAC,EAAE,EAAE;AAC1J;AACA,CAAC,SAAS,0BAA0B,CAAC,IAAI,EAAE,IAAI,EAAE,EAAE,IAAI,CAAC,IAAI,EAAE,EAAE,MAAM,IAAI,cAAc,CAAC,2DAA2D,CAAC,CAAC,EAAE,CAAC,OAAO,IAAI,KAAK,OAAO,IAAI,KAAK,QAAQ,IAAI,OAAO,IAAI,KAAK,UAAU,CAAC,GAAG,IAAI,GAAG,IAAI,CAAC,EAAE;AACjP;AACA,CAAC,SAAS,SAAS,CAAC,QAAQ,EAAE,UAAU,EAAE,EAAE,IAAI,OAAO,UAAU,KAAK,UAAU,IAAI,UAAU,KAAK,IAAI,EAAE,EAAE,MAAM,IAAI,SAAS,CAAC,0DAA0D,GAAG,OAAO,UAAU,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,UAAU,IAAI,UAAU,CAAC,SAAS,EAAE,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,UAAU,EAAE,MAAM,CAAC,cAAc,GAAG,MAAM,CAAC,cAAc,CAAC,QAAQ,EAAE,UAAU,CAAC,GAAG,QAAQ,CAAC,SAAS,GAAG,UAAU,CAAC,EAAE;AAC/e;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,IAAI,UAAU,GAAG,UAAU,UAAU,EAAE;AACxC,GAAG,SAAS,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;AACrC;AACA,GAAG,SAAS,UAAU,GAAG;AACzB,KAAK,IAAI,IAAI,CAAC;AACd;AACA,KAAK,IAAI,KAAK,EAAE,KAAK,EAAE,IAAI,CAAC;AAC5B;AACA,KAAK,eAAe,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;AACvC;AACA,KAAK,KAAK,IAAI,IAAI,GAAG,SAAS,CAAC,MAAM,EAAE,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC,EAAE,IAAI,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,EAAE,IAAI,EAAE,EAAE;AAC1F,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,SAAS,CAAC,IAAI,CAAC,CAAC;AACpC,MAAM;AACN;AACA,KAAK,OAAO,IAAI,IAAI,KAAK,IAAI,KAAK,GAAG,0BAA0B,CAAC,IAAI,EAAE,CAAC,IAAI,GAAG,UAAU,CAAC,SAAS,IAAI,MAAM,CAAC,cAAc,CAAC,UAAU,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,EAAE,KAAK,CAAC,KAAK,GAAG,EAAE,EAAE,KAAK,CAAC,YAAY,GAAG,UAAU,IAAI,EAAE,MAAM,EAAE;AACxP,OAAO,MAAM,CAAC,OAAO,CAAC,UAAU,KAAK,EAAE;AACvC,SAAS,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE;AAClC,WAAW,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC;AACnC,UAAU;AACV;AACA,SAAS,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,EAAE;AAC3C,WAAW,IAAI,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,MAAM,GAAG,CAAC,EAAE;AAC9C,aAAa,KAAK,CAAC,kBAAkB,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC;AACnE,YAAY;AACZ,WAAW,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACzC,UAAU;AACV,QAAQ,CAAC,CAAC;AACV,OAAO,KAAK,CAAC,SAAS,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;AACrC,MAAM,EAAE,KAAK,CAAC,cAAc,GAAG,UAAU,IAAI,EAAE,MAAM,EAAE;AACvD,OAAO,MAAM,CAAC,OAAO,CAAC,UAAU,KAAK,EAAE;AACvC,SAAS,IAAI,KAAK,CAAC,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,EAAE;AAC1C,WAAW,KAAK,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;AACpC,WAAW,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC;AAC1E,UAAU;AACV,QAAQ,CAAC,CAAC;AACV,MAAM,EAAE,KAAK,CAAC,SAAS,GAAG,UAAU,IAAI,EAAE,MAAM,EAAE;AAClD;AACA,OAAO,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,gBAAgB,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;AACxE,MAAM,EAAE,KAAK,CAAC,YAAY,GAAG,UAAU,IAAI,EAAE;AAC7C;AACA,OAAO,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;AAC5B,MAAM,EAAE,KAAK,CAAC,QAAQ,GAAG,UAAU,IAAI,EAAE,KAAK,EAAE;AAChD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE;AAChC,SAAS,OAAO,KAAK,CAAC;AACtB,QAAQ;AACR;AACA,OAAO,OAAO,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,UAAU,IAAI,EAAE;AACtD,SAAS,OAAO,IAAI,KAAK,IAAI,CAAC;AAC9B,QAAQ,CAAC,CAAC;AACV,MAAM,EAAE,KAAK,CAAC,gBAAgB,GAAG,UAAU,IAAI,EAAE,MAAM,EAAE;AACzD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,EAAE;AACjC,SAAS,OAAO;AAChB,QAAQ;AACR;AACA,OAAO,MAAM,CAAC,qBAAqB,CAAC,YAAY;AAChD,SAAS,KAAK,CAAC,mBAAmB,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;AACjD,QAAQ,CAAC,CAAC;AACV,MAAM,EAAE,KAAK,CAAC,mBAAmB,GAAG,UAAU,YAAY,EAAE,MAAM,EAAE;AACpE,OAAO,MAAM,CAAC,OAAO,CAAC,UAAU,KAAK,EAAE;AACvC,SAAS,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,UAAU,IAAI,EAAE;AACpD;AACA,WAAW,IAAI,YAAY,KAAK,IAAI,EAAE;AACtC;AACA,aAAa,KAAK,CAAC,YAAY,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7C,aAAa,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AAC1D;AACA,aAAa,MAAM,CAAC,qBAAqB,CAAC,YAAY;AACtD,eAAe,KAAK,CAAC,SAAS,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;AAC7C,cAAc,CAAC,CAAC;AAChB,YAAY;AACZ,UAAU,CAAC,CAAC;AACZ,QAAQ,CAAC,CAAC;AACV,OAAO,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;AAChE,MAAM,EAAE,KAAK,CAAC,EAAE,0BAA0B,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;AACxD,IAAI;AACJ;AACA,GAAG,YAAY,CAAC,UAAU,EAAE,CAAC;AAC7B,KAAK,GAAG,EAAE,iBAAiB;AAC3B,KAAK,KAAK,EAAE,SAAS,eAAe,GAAG;AACvC,OAAO,OAAO;AACd,SAAS,YAAY,EAAE,IAAI,CAAC,YAAY;AACxC,SAAS,cAAc,EAAE,IAAI,CAAC,cAAc;AAC5C,QAAQ,CAAC;AACT,MAAM;AACN,IAAI,EAAE;AACN,KAAK,GAAG,EAAE,oBAAoB;AAC9B,KAAK,KAAK,EAAE,SAAS,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE;AAC5D,OAAO,IAAI,SAAS,GAAG,YAAY,CAAC,SAAS;AAC7C,WAAW,YAAY,GAAG,YAAY,CAAC,YAAY;AACnD,WAAW,YAAY,GAAG,YAAY,CAAC,YAAY;AACnD,WAAW,UAAU,GAAG,YAAY,CAAC,UAAU;AAC/C,WAAW,WAAW,GAAG,YAAY,CAAC,WAAW;AACjD,WAAW,WAAW,GAAG,YAAY,CAAC,WAAW,CAAC;AAClD;AACA;AACA,OAAO,IAAI,eAAe,GAAG,YAAY,GAAG,YAAY,CAAC;AACzD,OAAO,IAAI,gBAAgB,GAAG,WAAW,GAAG,WAAW,CAAC;AACxD;AACA,OAAO,IAAI,MAAM,GAAG,IAAI,CAAC,KAAK;AAC9B,WAAW,YAAY,GAAG,MAAM,CAAC,YAAY;AAC7C,WAAW,QAAQ,GAAG,MAAM,CAAC,QAAQ;AACrC,WAAW,UAAU,GAAG,MAAM,CAAC,UAAU,CAAC;AAC1C;AACA;AACA;AACA,OAAO,IAAI,UAAU,GAAG,IAAI,CAAC,YAAY,GAAG,YAAY,CAAC;AACzD,OAAO,IAAI,SAAS,GAAG,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;AACtD;AACA,OAAO,IAAI,QAAQ,IAAI,eAAe,GAAG,CAAC,EAAE;AAC5C,SAAS,IAAI,CAAC,SAAS,GAAG,YAAY,GAAG,UAAU,GAAG,SAAS,GAAG,eAAe,GAAG,SAAS,CAAC;AAC9F,QAAQ;AACR,OAAO,IAAI,UAAU,IAAI,gBAAgB,GAAG,CAAC,EAAE;AAC/C,SAAS,IAAI,CAAC,UAAU,GAAG,YAAY,GAAG,SAAS,GAAG,UAAU,GAAG,gBAAgB,GAAG,UAAU,CAAC;AACjG,QAAQ;AACR,MAAM;AACN,IAAI,EAAE;AACN,KAAK,GAAG,EAAE,QAAQ;AAClB,KAAK,KAAK,EAAE,SAAS,MAAM,GAAG;AAC9B,OAAO,OAAO,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;AACjE,MAAM;AACN,IAAI,CAAC,CAAC,CAAC;AACP;AACA,GAAG,OAAO,UAAU,CAAC;AACrB,EAAE,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;AACrB;AACA,CAAC,UAAU,CAAC,SAAS,GAAG;AACxB;AACA;AACA;AACA;AACA;AACA,GAAG,MAAM,EAAE,WAAW,CAAC,OAAO,CAAC,IAAI;AACnC,GAAG,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,OAAO,CAAC,UAAU;AACnD,GAAG,YAAY,EAAE,WAAW,CAAC,OAAO,CAAC,IAAI;AACzC,GAAG,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,IAAI;AACrC,GAAG,UAAU,EAAE,WAAW,CAAC,OAAO,CAAC,IAAI;AACvC,GAAG,OAAO,EAAE,WAAW,CAAC,OAAO,CAAC,IAAI;AACpC,EAAE,CAAC;AACH,CAAC,UAAU,CAAC,YAAY,GAAG;AAC3B,GAAG,YAAY,EAAE,IAAI;AACrB,GAAG,QAAQ,EAAE,IAAI;AACjB,GAAG,UAAU,EAAE,IAAI;AACnB,GAAG,OAAO,EAAE,IAAI;AAChB,EAAE,CAAC;AACH,CAAC,UAAU,CAAC,iBAAiB,GAAG;AAChC,GAAG,YAAY,EAAE,WAAW,CAAC,OAAO,CAAC,IAAI;AACzC,GAAG,cAAc,EAAE,WAAW,CAAC,OAAO,CAAC,IAAI;AAC3C,EAAE,CAAC;AACH,CAAC,OAAO,CAAC,OAAO,GAAG,UAAU,CAAC;AAC9B,CAAC,MAAM,CAAC,OAAO,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;AACrC;AACA,OAAO;AACP;AACA,MAAM,SAAS,MAAM,EAAE,OAAO,EAAE;AAChC;AACA,CAAC,MAAM,CAAC,OAAO,GAAG,6BAA6B,CAAC;AAChD;AACA,OAAO;AACP;AACA,MAAM,SAAS,MAAM,EAAE,OAAO,EAAE,mBAAmB,EAAE;AACrD;AACA,4BAA4B,CAAC,SAAS,OAAO,EAAE;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE;AAC5C,GAAG,IAAI,kBAAkB,GAAG,CAAC,OAAO,MAAM,KAAK,UAAU;AACzD,KAAK,MAAM,CAAC,GAAG;AACf,KAAK,MAAM,CAAC,GAAG,CAAC,eAAe,CAAC;AAChC,KAAK,MAAM,CAAC;AACZ;AACA,GAAG,IAAI,cAAc,GAAG,SAAS,MAAM,EAAE;AACzC,KAAK,OAAO,OAAO,MAAM,KAAK,QAAQ;AACtC,OAAO,MAAM,KAAK,IAAI;AACtB,OAAO,MAAM,CAAC,QAAQ,KAAK,kBAAkB,CAAC;AAC9C,IAAI,CAAC;AACL;AACA;AACA;AACA,GAAG,IAAI,mBAAmB,GAAG,IAAI,CAAC;AAClC,GAAG,MAAM,CAAC,OAAO,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC,cAAc,EAAE,mBAAmB,CAAC,CAAC;AAChF,EAAE,MAAM;AACR;AACA;AACA,GAAG,MAAM,CAAC,OAAO,GAAG,mBAAmB,CAAC,EAAE,CAAC,EAAE,CAAC;AAC9C,EAAE;AACF;AACA,6BAA6B,CAAC,IAAI,CAAC,OAAO,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,EAAC;AACpE;AACA,OAAO;AACP;AACA,MAAM,SAAS,MAAM,EAAE,OAAO,EAAE;AAChC;AACA;AACA,CAAC,IAAI,OAAO,GAAG,MAAM,CAAC,OAAO,GAAG,EAAE,CAAC;AACnC;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,IAAI,gBAAgB,CAAC;AACtB,CAAC,IAAI,kBAAkB,CAAC;AACxB;AACA,CAAC,SAAS,gBAAgB,GAAG;AAC7B,KAAK,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;AACxD,EAAE;AACF,CAAC,SAAS,mBAAmB,IAAI;AACjC,KAAK,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;AAC1D,EAAE;AACF,CAAC,CAAC,YAAY;AACd,KAAK,IAAI;AACT,SAAS,IAAI,OAAO,UAAU,KAAK,UAAU,EAAE;AAC/C,aAAa,gBAAgB,GAAG,UAAU,CAAC;AAC3C,UAAU,MAAM;AAChB,aAAa,gBAAgB,GAAG,gBAAgB,CAAC;AACjD,UAAU;AACV,MAAM,CAAC,OAAO,CAAC,EAAE;AACjB,SAAS,gBAAgB,GAAG,gBAAgB,CAAC;AAC7C,MAAM;AACN,KAAK,IAAI;AACT,SAAS,IAAI,OAAO,YAAY,KAAK,UAAU,EAAE;AACjD,aAAa,kBAAkB,GAAG,YAAY,CAAC;AAC/C,UAAU,MAAM;AAChB,aAAa,kBAAkB,GAAG,mBAAmB,CAAC;AACtD,UAAU;AACV,MAAM,CAAC,OAAO,CAAC,EAAE;AACjB,SAAS,kBAAkB,GAAG,mBAAmB,CAAC;AAClD,MAAM;AACN,EAAE,GAAG,EAAC;AACN,CAAC,SAAS,UAAU,CAAC,GAAG,EAAE;AAC1B,KAAK,IAAI,gBAAgB,KAAK,UAAU,EAAE;AAC1C;AACA,SAAS,OAAO,UAAU,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;AACnC,MAAM;AACN;AACA,KAAK,IAAI,CAAC,gBAAgB,KAAK,gBAAgB,IAAI,CAAC,gBAAgB,KAAK,UAAU,EAAE;AACrF,SAAS,gBAAgB,GAAG,UAAU,CAAC;AACvC,SAAS,OAAO,UAAU,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;AACnC,MAAM;AACN,KAAK,IAAI;AACT;AACA,SAAS,OAAO,gBAAgB,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;AACzC,MAAM,CAAC,MAAM,CAAC,CAAC;AACf,SAAS,IAAI;AACb;AACA,aAAa,OAAO,gBAAgB,CAAC,IAAI,CAAC,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,CAAC;AACxD,UAAU,CAAC,MAAM,CAAC,CAAC;AACnB;AACA,aAAa,OAAO,gBAAgB,CAAC,IAAI,CAAC,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,CAAC;AACxD,UAAU;AACV,MAAM;AACN;AACA;AACA,EAAE;AACF,CAAC,SAAS,eAAe,CAAC,MAAM,EAAE;AAClC,KAAK,IAAI,kBAAkB,KAAK,YAAY,EAAE;AAC9C;AACA,SAAS,OAAO,YAAY,CAAC,MAAM,CAAC,CAAC;AACrC,MAAM;AACN;AACA,KAAK,IAAI,CAAC,kBAAkB,KAAK,mBAAmB,IAAI,CAAC,kBAAkB,KAAK,YAAY,EAAE;AAC9F,SAAS,kBAAkB,GAAG,YAAY,CAAC;AAC3C,SAAS,OAAO,YAAY,CAAC,MAAM,CAAC,CAAC;AACrC,MAAM;AACN,KAAK,IAAI;AACT;AACA,SAAS,OAAO,kBAAkB,CAAC,MAAM,CAAC,CAAC;AAC3C,MAAM,CAAC,OAAO,CAAC,CAAC;AAChB,SAAS,IAAI;AACb;AACA,aAAa,OAAO,kBAAkB,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;AAC1D,UAAU,CAAC,OAAO,CAAC,CAAC;AACpB;AACA;AACA,aAAa,OAAO,kBAAkB,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;AAC1D,UAAU;AACV,MAAM;AACN;AACA;AACA;AACA,EAAE;AACF,CAAC,IAAI,KAAK,GAAG,EAAE,CAAC;AAChB,CAAC,IAAI,QAAQ,GAAG,KAAK,CAAC;AACtB,CAAC,IAAI,YAAY,CAAC;AAClB,CAAC,IAAI,UAAU,GAAG,CAAC,CAAC,CAAC;AACrB;AACA,CAAC,SAAS,eAAe,GAAG;AAC5B,KAAK,IAAI,CAAC,QAAQ,IAAI,CAAC,YAAY,EAAE;AACrC,SAAS,OAAO;AAChB,MAAM;AACN,KAAK,QAAQ,GAAG,KAAK,CAAC;AACtB,KAAK,IAAI,YAAY,CAAC,MAAM,EAAE;AAC9B,SAAS,KAAK,GAAG,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAC5C,MAAM,MAAM;AACZ,SAAS,UAAU,GAAG,CAAC,CAAC,CAAC;AACzB,MAAM;AACN,KAAK,IAAI,KAAK,CAAC,MAAM,EAAE;AACvB,SAAS,UAAU,EAAE,CAAC;AACtB,MAAM;AACN,EAAE;AACF;AACA,CAAC,SAAS,UAAU,GAAG;AACvB,KAAK,IAAI,QAAQ,EAAE;AACnB,SAAS,OAAO;AAChB,MAAM;AACN,KAAK,IAAI,OAAO,GAAG,UAAU,CAAC,eAAe,CAAC,CAAC;AAC/C,KAAK,QAAQ,GAAG,IAAI,CAAC;AACrB;AACA,KAAK,IAAI,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC;AAC5B,KAAK,MAAM,GAAG,EAAE;AAChB,SAAS,YAAY,GAAG,KAAK,CAAC;AAC9B,SAAS,KAAK,GAAG,EAAE,CAAC;AACpB,SAAS,OAAO,EAAE,UAAU,GAAG,GAAG,EAAE;AACpC,aAAa,IAAI,YAAY,EAAE;AAC/B,iBAAiB,YAAY,CAAC,UAAU,CAAC,CAAC,GAAG,EAAE,CAAC;AAChD,cAAc;AACd,UAAU;AACV,SAAS,UAAU,GAAG,CAAC,CAAC,CAAC;AACzB,SAAS,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC;AAC5B,MAAM;AACN,KAAK,YAAY,GAAG,IAAI,CAAC;AACzB,KAAK,QAAQ,GAAG,KAAK,CAAC;AACtB,KAAK,eAAe,CAAC,OAAO,CAAC,CAAC;AAC9B,EAAE;AACF;AACA,CAAC,OAAO,CAAC,QAAQ,GAAG,UAAU,GAAG,EAAE;AACnC,KAAK,IAAI,IAAI,GAAG,IAAI,KAAK,CAAC,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;AAChD,KAAK,IAAI,SAAS,CAAC,MAAM,GAAG,CAAC,EAAE;AAC/B,SAAS,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;AACpD,aAAa,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;AACxC,UAAU;AACV,MAAM;AACN,KAAK,KAAK,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC,CAAC;AACrC,KAAK,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,IAAI,CAAC,QAAQ,EAAE;AAC1C,SAAS,UAAU,CAAC,UAAU,CAAC,CAAC;AAChC,MAAM;AACN,EAAE,CAAC;AACH;AACA;AACA,CAAC,SAAS,IAAI,CAAC,GAAG,EAAE,KAAK,EAAE;AAC3B,KAAK,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;AACpB,KAAK,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;AACxB,EAAE;AACF,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,GAAG,YAAY;AAClC,KAAK,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;AACtC,EAAE,CAAC;AACH,CAAC,OAAO,CAAC,KAAK,GAAG,SAAS,CAAC;AAC3B,CAAC,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;AACxB,CAAC,OAAO,CAAC,GAAG,GAAG,EAAE,CAAC;AAClB,CAAC,OAAO,CAAC,IAAI,GAAG,EAAE,CAAC;AACnB,CAAC,OAAO,CAAC,OAAO,GAAG,EAAE,CAAC;AACtB,CAAC,OAAO,CAAC,QAAQ,GAAG,EAAE,CAAC;AACvB;AACA,CAAC,SAAS,IAAI,GAAG,EAAE;AACnB;AACA,CAAC,OAAO,CAAC,EAAE,GAAG,IAAI,CAAC;AACnB,CAAC,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC;AAC5B,CAAC,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC;AACrB,CAAC,OAAO,CAAC,GAAG,GAAG,IAAI,CAAC;AACpB,CAAC,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC;AAC/B,CAAC,OAAO,CAAC,kBAAkB,GAAG,IAAI,CAAC;AACnC,CAAC,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC;AACrB,CAAC,OAAO,CAAC,eAAe,GAAG,IAAI,CAAC;AAChC,CAAC,OAAO,CAAC,mBAAmB,GAAG,IAAI,CAAC;AACpC;AACA,CAAC,OAAO,CAAC,SAAS,GAAG,UAAU,IAAI,EAAE,EAAE,OAAO,EAAE,GAAE;AAClD;AACA,CAAC,OAAO,CAAC,OAAO,GAAG,UAAU,IAAI,EAAE;AACnC,KAAK,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;AACzD,EAAE,CAAC;AACH;AACA,CAAC,OAAO,CAAC,GAAG,GAAG,YAAY,EAAE,OAAO,GAAG,EAAE,CAAC;AAC1C,CAAC,OAAO,CAAC,KAAK,GAAG,UAAU,GAAG,EAAE;AAChC,KAAK,MAAM,IAAI,KAAK,CAAC,gCAAgC,CAAC,CAAC;AACvD,EAAE,CAAC;AACH,CAAC,OAAO,CAAC,KAAK,GAAG,WAAW,EAAE,OAAO,CAAC,CAAC,EAAE,CAAC;AAC1C;AACA;AACA,OAAO;AACP;AACA,MAAM,SAAS,MAAM,EAAE,OAAO,EAAE,mBAAmB,EAAE;AACrD;AACA,4BAA4B,CAAC,SAAS,OAAO,EAAE;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AAGA;AACA,CAAC,IAAI,aAAa,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC;AAC5C,CAAC,IAAI,SAAS,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC;AACxC,CAAC,IAAI,OAAO,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC;AACtC;AACA,CAAC,IAAI,oBAAoB,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC;AACnD,CAAC,IAAI,cAAc,GAAG,mBAAmB,CAAC,EAAE,CAAC,CAAC;AAC9C;AACA,CAAC,MAAM,CAAC,OAAO,GAAG,SAAS,cAAc,EAAE,mBAAmB,EAAE;AAChE;AACA,GAAG,IAAI,eAAe,GAAG,OAAO,MAAM,KAAK,UAAU,IAAI,MAAM,CAAC,QAAQ,CAAC;AACzE,GAAG,IAAI,oBAAoB,GAAG,YAAY,CAAC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG,SAAS,aAAa,CAAC,aAAa,EAAE;AACzC,KAAK,IAAI,UAAU,GAAG,aAAa,KAAK,eAAe,IAAI,aAAa,CAAC,eAAe,CAAC,IAAI,aAAa,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAClI,KAAK,IAAI,OAAO,UAAU,KAAK,UAAU,EAAE;AAC3C,OAAO,OAAO,UAAU,CAAC;AACzB,MAAM;AACN,IAAI;AACJ;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG,IAAI,SAAS,GAAG,eAAe,CAAC;AACnC;AACA;AACA;AACA,GAAG,IAAI,cAAc,GAAG;AACxB,KAAK,KAAK,EAAE,0BAA0B,CAAC,OAAO,CAAC;AAC/C,KAAK,IAAI,EAAE,0BAA0B,CAAC,SAAS,CAAC;AAChD,KAAK,IAAI,EAAE,0BAA0B,CAAC,UAAU,CAAC;AACjD,KAAK,MAAM,EAAE,0BAA0B,CAAC,QAAQ,CAAC;AACjD,KAAK,MAAM,EAAE,0BAA0B,CAAC,QAAQ,CAAC;AACjD,KAAK,MAAM,EAAE,0BAA0B,CAAC,QAAQ,CAAC;AACjD,KAAK,MAAM,EAAE,0BAA0B,CAAC,QAAQ,CAAC;AACjD;AACA,KAAK,GAAG,EAAE,oBAAoB,EAAE;AAChC,KAAK,OAAO,EAAE,wBAAwB;AACtC,KAAK,OAAO,EAAE,wBAAwB,EAAE;AACxC,KAAK,UAAU,EAAE,yBAAyB;AAC1C,KAAK,IAAI,EAAE,iBAAiB,EAAE;AAC9B,KAAK,QAAQ,EAAE,yBAAyB;AACxC,KAAK,KAAK,EAAE,qBAAqB;AACjC,KAAK,SAAS,EAAE,sBAAsB;AACtC,KAAK,KAAK,EAAE,sBAAsB;AAClC,IAAI,CAAC;AACL;AACA;AACA;AACA;AACA;AACA;AACA,GAAG,SAAS,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE;AACrB;AACA,KAAK,IAAI,CAAC,KAAK,CAAC,EAAE;AAClB;AACA;AACA,OAAO,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;AACzC,MAAM,MAAM;AACZ;AACA,OAAO,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;AACjC,MAAM;AACN,IAAI;AACJ;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG,SAAS,aAAa,CAAC,OAAO,EAAE;AACnC,KAAK,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;AAC5B,KAAK,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;AACrB,IAAI;AACJ;AACA,GAAG,aAAa,CAAC,SAAS,GAAG,KAAK,CAAC,SAAS,CAAC;AAC7C;AACA,GAAG,SAAS,0BAA0B,CAAC,QAAQ,EAAE;AACjD,KAAK,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE;AAChD,OAAO,IAAI,uBAAuB,GAAG,EAAE,CAAC;AACxC,OAAO,IAAI,0BAA0B,GAAG,CAAC,CAAC;AAC1C,MAAM;AACN,KAAK,SAAS,SAAS,CAAC,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE;AACpG,OAAO,aAAa,GAAG,aAAa,IAAI,SAAS,CAAC;AAClD,OAAO,YAAY,GAAG,YAAY,IAAI,QAAQ,CAAC;AAC/C;AACA,OAAO,IAAI,MAAM,KAAK,oBAAoB,EAAE;AAC5C,SAAS,IAAI,mBAAmB,EAAE;AAClC;AACA,WAAW,SAAS;AACpB,aAAa,KAAK;AAClB,aAAa,sFAAsF;AACnG,aAAa,iDAAiD;AAC9D,aAAa,gDAAgD;AAC7D,YAAY,CAAC;AACb,UAAU,MAAM,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,IAAI,OAAO,OAAO,KAAK,WAAW,EAAE;AAC7F;AACA,WAAW,IAAI,QAAQ,GAAG,aAAa,GAAG,GAAG,GAAG,QAAQ,CAAC;AACzD,WAAW;AACX,aAAa,CAAC,uBAAuB,CAAC,QAAQ,CAAC;AAC/C;AACA,aAAa,0BAA0B,GAAG,CAAC;AAC3C,aAAa;AACb,aAAa,OAAO;AACpB,eAAe,KAAK;AACpB,eAAe,wDAAwD;AACvE,eAAe,yDAAyD;AACxE,eAAe,yDAAyD;AACxE,eAAe,gEAAgE;AAC/E,eAAe,+DAA+D,GAAG,cAAc;AAC/F,eAAe,YAAY;AAC3B,eAAe,aAAa;AAC5B,cAAc,CAAC;AACf,aAAa,uBAAuB,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC;AACtD,aAAa,0BAA0B,EAAE,CAAC;AAC1C,YAAY;AACZ,UAAU;AACV,QAAQ;AACR,OAAO,IAAI,KAAK,CAAC,QAAQ,CAAC,IAAI,IAAI,EAAE;AACpC,SAAS,IAAI,UAAU,EAAE;AACzB,WAAW,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,IAAI,EAAE;AACzC,aAAa,OAAO,IAAI,aAAa,CAAC,MAAM,GAAG,QAAQ,GAAG,IAAI,GAAG,YAAY,GAAG,0BAA0B,IAAI,MAAM,GAAG,aAAa,GAAG,6BAA6B,CAAC,CAAC,CAAC;AACvK,YAAY;AACZ,WAAW,OAAO,IAAI,aAAa,CAAC,MAAM,GAAG,QAAQ,GAAG,IAAI,GAAG,YAAY,GAAG,6BAA6B,IAAI,GAAG,GAAG,aAAa,GAAG,kCAAkC,CAAC,CAAC,CAAC;AAC1K,UAAU;AACV,SAAS,OAAO,IAAI,CAAC;AACrB,QAAQ,MAAM;AACd,SAAS,OAAO,QAAQ,CAAC,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,CAAC,CAAC;AACjF,QAAQ;AACR,MAAM;AACN;AACA,KAAK,IAAI,gBAAgB,GAAG,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxD,KAAK,gBAAgB,CAAC,UAAU,GAAG,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;AAC9D;AACA,KAAK,OAAO,gBAAgB,CAAC;AAC7B,IAAI;AACJ;AACA,GAAG,SAAS,0BAA0B,CAAC,YAAY,EAAE;AACrD,KAAK,SAAS,QAAQ,CAAC,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE;AACvF,OAAO,IAAI,SAAS,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC;AACvC,OAAO,IAAI,QAAQ,GAAG,WAAW,CAAC,SAAS,CAAC,CAAC;AAC7C,OAAO,IAAI,QAAQ,KAAK,YAAY,EAAE;AACtC;AACA;AACA;AACA,SAAS,IAAI,WAAW,GAAG,cAAc,CAAC,SAAS,CAAC,CAAC;AACrD;AACA,SAAS,OAAO,IAAI,aAAa,CAAC,UAAU,GAAG,QAAQ,GAAG,IAAI,GAAG,YAAY,GAAG,YAAY,IAAI,GAAG,GAAG,WAAW,GAAG,iBAAiB,GAAG,aAAa,GAAG,cAAc,CAAC,IAAI,GAAG,GAAG,YAAY,GAAG,IAAI,CAAC,CAAC,CAAC;AACvM,QAAQ;AACR,OAAO,OAAO,IAAI,CAAC;AACnB,MAAM;AACN,KAAK,OAAO,0BAA0B,CAAC,QAAQ,CAAC,CAAC;AACjD,IAAI;AACJ;AACA,GAAG,SAAS,oBAAoB,GAAG;AACnC,KAAK,OAAO,0BAA0B,CAAC,aAAa,CAAC,eAAe,CAAC,CAAC;AACtE,IAAI;AACJ;AACA,GAAG,SAAS,wBAAwB,CAAC,WAAW,EAAE;AAClD,KAAK,SAAS,QAAQ,CAAC,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,EAAE;AAC/E,OAAO,IAAI,OAAO,WAAW,KAAK,UAAU,EAAE;AAC9C,SAAS,OAAO,IAAI,aAAa,CAAC,YAAY,GAAG,YAAY,GAAG,kBAAkB,GAAG,aAAa,GAAG,iDAAiD,CAAC,CAAC;AACxJ,QAAQ;AACR,OAAO,IAAI,SAAS,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC;AACvC,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;AACtC,SAAS,IAAI,QAAQ,GAAG,WAAW,CAAC,SAAS,CAAC,CAAC;AAC/C,SAAS,OAAO,IAAI,aAAa,CAAC,UAAU,GAAG,QAAQ,GAAG,IAAI,GAAG,YAAY,GAAG,YAAY,IAAI,GAAG,GAAG,QAAQ,GAAG,iBAAiB,GAAG,aAAa,GAAG,uBAAuB,CAAC,CAAC,CAAC;AAC/K,QAAQ;AACR,OAAO,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;AAClD,SAAS,IAAI,KAAK,GAAG,WAAW,CAAC,SAAS,EAAE,CAAC,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,GAAG,GAAG,GAAG,CAAC,GAAG,GAAG,EAAE,oBAAoB,CAAC,CAAC;AAC5H,SAAS,IAAI,KAAK,YAAY,KAAK,EAAE;AACrC,WAAW,OAAO,KAAK,CAAC;AACxB,UAAU;AACV,QAAQ;AACR,OAAO,OAAO,IAAI,CAAC;AACnB,MAAM;AACN,KAAK,OAAO,0BAA0B,CAAC,QAAQ,CAAC,CAAC;AACjD,IAAI;AACJ;AACA,GAAG,SAAS,wBAAwB,GAAG;AACvC,KAAK,SAAS,QAAQ,CAAC,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,EAAE;AAC/E,OAAO,IAAI,SAAS,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC;AACvC,OAAO,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,EAAE;AACvC,SAAS,IAAI,QAAQ,GAAG,WAAW,CAAC,SAAS,CAAC,CAAC;AAC/C,SAAS,OAAO,IAAI,aAAa,CAAC,UAAU,GAAG,QAAQ,GAAG,IAAI,GAAG,YAAY,GAAG,YAAY,IAAI,GAAG,GAAG,QAAQ,GAAG,iBAAiB,GAAG,aAAa,GAAG,oCAAoC,CAAC,CAAC,CAAC;AAC5L,QAAQ;AACR,OAAO,OAAO,IAAI,CAAC;AACnB,MAAM;AACN,KAAK,OAAO,0BAA0B,CAAC,QAAQ,CAAC,CAAC;AACjD,IAAI;AACJ;AACA,GAAG,SAAS,yBAAyB,CAAC,aAAa,EAAE;AACrD,KAAK,SAAS,QAAQ,CAAC,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,EAAE;AAC/E,OAAO,IAAI,EAAE,KAAK,CAAC,QAAQ,CAAC,YAAY,aAAa,CAAC,EAAE;AACxD,SAAS,IAAI,iBAAiB,GAAG,aAAa,CAAC,IAAI,IAAI,SAAS,CAAC;AACjE,SAAS,IAAI,eAAe,GAAG,YAAY,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC;AAC7D,SAAS,OAAO,IAAI,aAAa,CAAC,UAAU,GAAG,QAAQ,GAAG,IAAI,GAAG,YAAY,GAAG,YAAY,IAAI,GAAG,GAAG,eAAe,GAAG,iBAAiB,GAAG,aAAa,GAAG,cAAc,CAAC,IAAI,eAAe,GAAG,iBAAiB,GAAG,IAAI,CAAC,CAAC,CAAC;AAC5N,QAAQ;AACR,OAAO,OAAO,IAAI,CAAC;AACnB,MAAM;AACN,KAAK,OAAO,0BAA0B,CAAC,QAAQ,CAAC,CAAC;AACjD,IAAI;AACJ;AACA,GAAG,SAAS,qBAAqB,CAAC,cAAc,EAAE;AAClD,KAAK,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,cAAc,CAAC,EAAE;AACzC,OAAO,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,GAAG,OAAO,CAAC,KAAK,EAAE,oEAAoE,CAAC,GAAG,KAAK,CAAC,CAAC;AAC7I,OAAO,OAAO,aAAa,CAAC,eAAe,CAAC;AAC5C,MAAM;AACN;AACA,KAAK,SAAS,QAAQ,CAAC,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,EAAE;AAC/E,OAAO,IAAI,SAAS,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC;AACvC,OAAO,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,cAAc,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;AACvD,SAAS,IAAI,EAAE,CAAC,SAAS,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC,EAAE;AAC/C,WAAW,OAAO,IAAI,CAAC;AACvB,UAAU;AACV,QAAQ;AACR;AACA,OAAO,IAAI,YAAY,GAAG,IAAI,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;AACzD,OAAO,OAAO,IAAI,aAAa,CAAC,UAAU,GAAG,QAAQ,GAAG,IAAI,GAAG,YAAY,GAAG,cAAc,GAAG,SAAS,GAAG,IAAI,IAAI,eAAe,GAAG,aAAa,GAAG,qBAAqB,GAAG,YAAY,GAAG,GAAG,CAAC,CAAC,CAAC;AAClM,MAAM;AACN,KAAK,OAAO,0BAA0B,CAAC,QAAQ,CAAC,CAAC;AACjD,IAAI;AACJ;AACA,GAAG,SAAS,yBAAyB,CAAC,WAAW,EAAE;AACnD,KAAK,SAAS,QAAQ,CAAC,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,EAAE;AAC/E,OAAO,IAAI,OAAO,WAAW,KAAK,UAAU,EAAE;AAC9C,SAAS,OAAO,IAAI,aAAa,CAAC,YAAY,GAAG,YAAY,GAAG,kBAAkB,GAAG,aAAa,GAAG,kDAAkD,CAAC,CAAC;AACzJ,QAAQ;AACR,OAAO,IAAI,SAAS,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC;AACvC,OAAO,IAAI,QAAQ,GAAG,WAAW,CAAC,SAAS,CAAC,CAAC;AAC7C,OAAO,IAAI,QAAQ,KAAK,QAAQ,EAAE;AAClC,SAAS,OAAO,IAAI,aAAa,CAAC,UAAU,GAAG,QAAQ,GAAG,IAAI,GAAG,YAAY,GAAG,YAAY,IAAI,GAAG,GAAG,QAAQ,GAAG,iBAAiB,GAAG,aAAa,GAAG,wBAAwB,CAAC,CAAC,CAAC;AAChL,QAAQ;AACR,OAAO,KAAK,IAAI,GAAG,IAAI,SAAS,EAAE;AAClC,SAAS,IAAI,SAAS,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE;AAC5C,WAAW,IAAI,KAAK,GAAG,WAAW,CAAC,SAAS,EAAE,GAAG,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,GAAG,GAAG,GAAG,GAAG,EAAE,oBAAoB,CAAC,CAAC;AAC5H,WAAW,IAAI,KAAK,YAAY,KAAK,EAAE;AACvC,aAAa,OAAO,KAAK,CAAC;AAC1B,YAAY;AACZ,UAAU;AACV,QAAQ;AACR,OAAO,OAAO,IAAI,CAAC;AACnB,MAAM;AACN,KAAK,OAAO,0BAA0B,CAAC,QAAQ,CAAC,CAAC;AACjD,IAAI;AACJ;AACA,GAAG,SAAS,sBAAsB,CAAC,mBAAmB,EAAE;AACxD,KAAK,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,mBAAmB,CAAC,EAAE;AAC9C,OAAO,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,GAAG,OAAO,CAAC,KAAK,EAAE,wEAAwE,CAAC,GAAG,KAAK,CAAC,CAAC;AACjJ,OAAO,OAAO,aAAa,CAAC,eAAe,CAAC;AAC5C,MAAM;AACN;AACA,KAAK,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,mBAAmB,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;AAC1D,OAAO,IAAI,OAAO,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC;AAC5C,OAAO,IAAI,OAAO,OAAO,KAAK,UAAU,EAAE;AAC1C,SAAS,OAAO;AAChB,WAAW,KAAK;AAChB,WAAW,mFAAmF;AAC9F,WAAW,0BAA0B;AACrC,WAAW,wBAAwB,CAAC,OAAO,CAAC;AAC5C,WAAW,CAAC;AACZ,UAAU,CAAC;AACX,SAAS,OAAO,aAAa,CAAC,eAAe,CAAC;AAC9C,QAAQ;AACR,MAAM;AACN;AACA,KAAK,SAAS,QAAQ,CAAC,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,EAAE;AAC/E,OAAO,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,mBAAmB,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;AAC5D,SAAS,IAAI,OAAO,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC;AAC9C,SAAS,IAAI,OAAO,CAAC,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,EAAE,oBAAoB,CAAC,IAAI,IAAI,EAAE;AAC5G,WAAW,OAAO,IAAI,CAAC;AACvB,UAAU;AACV,QAAQ;AACR;AACA,OAAO,OAAO,IAAI,aAAa,CAAC,UAAU,GAAG,QAAQ,GAAG,IAAI,GAAG,YAAY,GAAG,gBAAgB,IAAI,GAAG,GAAG,aAAa,GAAG,IAAI,CAAC,CAAC,CAAC;AAC/H,MAAM;AACN,KAAK,OAAO,0BAA0B,CAAC,QAAQ,CAAC,CAAC;AACjD,IAAI;AACJ;AACA,GAAG,SAAS,iBAAiB,GAAG;AAChC,KAAK,SAAS,QAAQ,CAAC,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,EAAE;AAC/E,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,EAAE;AACrC,SAAS,OAAO,IAAI,aAAa,CAAC,UAAU,GAAG,QAAQ,GAAG,IAAI,GAAG,YAAY,GAAG,gBAAgB,IAAI,GAAG,GAAG,aAAa,GAAG,0BAA0B,CAAC,CAAC,CAAC;AACvJ,QAAQ;AACR,OAAO,OAAO,IAAI,CAAC;AACnB,MAAM;AACN,KAAK,OAAO,0BAA0B,CAAC,QAAQ,CAAC,CAAC;AACjD,IAAI;AACJ;AACA,GAAG,SAAS,sBAAsB,CAAC,UAAU,EAAE;AAC/C,KAAK,SAAS,QAAQ,CAAC,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,EAAE;AAC/E,OAAO,IAAI,SAAS,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC;AACvC,OAAO,IAAI,QAAQ,GAAG,WAAW,CAAC,SAAS,CAAC,CAAC;AAC7C,OAAO,IAAI,QAAQ,KAAK,QAAQ,EAAE;AAClC,SAAS,OAAO,IAAI,aAAa,CAAC,UAAU,GAAG,QAAQ,GAAG,IAAI,GAAG,YAAY,GAAG,aAAa,GAAG,QAAQ,GAAG,IAAI,IAAI,eAAe,GAAG,aAAa,GAAG,uBAAuB,CAAC,CAAC,CAAC;AAC/K,QAAQ;AACR,OAAO,KAAK,IAAI,GAAG,IAAI,UAAU,EAAE;AACnC,SAAS,IAAI,OAAO,GAAG,UAAU,CAAC,GAAG,CAAC,CAAC;AACvC,SAAS,IAAI,CAAC,OAAO,EAAE;AACvB,WAAW,SAAS;AACpB,UAAU;AACV,SAAS,IAAI,KAAK,GAAG,OAAO,CAAC,SAAS,EAAE,GAAG,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,GAAG,GAAG,GAAG,GAAG,EAAE,oBAAoB,CAAC,CAAC;AACtH,SAAS,IAAI,KAAK,EAAE;AACpB,WAAW,OAAO,KAAK,CAAC;AACxB,UAAU;AACV,QAAQ;AACR,OAAO,OAAO,IAAI,CAAC;AACnB,MAAM;AACN,KAAK,OAAO,0BAA0B,CAAC,QAAQ,CAAC,CAAC;AACjD,IAAI;AACJ;AACA,GAAG,SAAS,MAAM,CAAC,SAAS,EAAE;AAC9B,KAAK,QAAQ,OAAO,SAAS;AAC7B,OAAO,KAAK,QAAQ,CAAC;AACrB,OAAO,KAAK,QAAQ,CAAC;AACrB,OAAO,KAAK,WAAW;AACvB,SAAS,OAAO,IAAI,CAAC;AACrB,OAAO,KAAK,SAAS;AACrB,SAAS,OAAO,CAAC,SAAS,CAAC;AAC3B,OAAO,KAAK,QAAQ;AACpB,SAAS,IAAI,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;AACvC,WAAW,OAAO,SAAS,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;AAC1C,UAAU;AACV,SAAS,IAAI,SAAS,KAAK,IAAI,IAAI,cAAc,CAAC,SAAS,CAAC,EAAE;AAC9D,WAAW,OAAO,IAAI,CAAC;AACvB,UAAU;AACV;AACA,SAAS,IAAI,UAAU,GAAG,aAAa,CAAC,SAAS,CAAC,CAAC;AACnD,SAAS,IAAI,UAAU,EAAE;AACzB,WAAW,IAAI,QAAQ,GAAG,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;AACrD,WAAW,IAAI,IAAI,CAAC;AACpB,WAAW,IAAI,UAAU,KAAK,SAAS,CAAC,OAAO,EAAE;AACjD,aAAa,OAAO,CAAC,CAAC,IAAI,GAAG,QAAQ,CAAC,IAAI,EAAE,EAAE,IAAI,EAAE;AACpD,eAAe,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE;AACxC,iBAAiB,OAAO,KAAK,CAAC;AAC9B,gBAAgB;AAChB,cAAc;AACd,YAAY,MAAM;AAClB;AACA,aAAa,OAAO,CAAC,CAAC,IAAI,GAAG,QAAQ,CAAC,IAAI,EAAE,EAAE,IAAI,EAAE;AACpD,eAAe,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;AACtC,eAAe,IAAI,KAAK,EAAE;AAC1B,iBAAiB,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE;AACxC,mBAAmB,OAAO,KAAK,CAAC;AAChC,kBAAkB;AAClB,gBAAgB;AAChB,cAAc;AACd,YAAY;AACZ,UAAU,MAAM;AAChB,WAAW,OAAO,KAAK,CAAC;AACxB,UAAU;AACV;AACA,SAAS,OAAO,IAAI,CAAC;AACrB,OAAO;AACP,SAAS,OAAO,KAAK,CAAC;AACtB,MAAM;AACN,IAAI;AACJ;AACA,GAAG,SAAS,QAAQ,CAAC,QAAQ,EAAE,SAAS,EAAE;AAC1C;AACA,KAAK,IAAI,QAAQ,KAAK,QAAQ,EAAE;AAChC,OAAO,OAAO,IAAI,CAAC;AACnB,MAAM;AACN;AACA;AACA,KAAK,IAAI,SAAS,CAAC,eAAe,CAAC,KAAK,QAAQ,EAAE;AAClD,OAAO,OAAO,IAAI,CAAC;AACnB,MAAM;AACN;AACA;AACA,KAAK,IAAI,OAAO,MAAM,KAAK,UAAU,IAAI,SAAS,YAAY,MAAM,EAAE;AACtE,OAAO,OAAO,IAAI,CAAC;AACnB,MAAM;AACN;AACA,KAAK,OAAO,KAAK,CAAC;AAClB,IAAI;AACJ;AACA;AACA,GAAG,SAAS,WAAW,CAAC,SAAS,EAAE;AACnC,KAAK,IAAI,QAAQ,GAAG,OAAO,SAAS,CAAC;AACrC,KAAK,IAAI,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;AACnC,OAAO,OAAO,OAAO,CAAC;AACtB,MAAM;AACN,KAAK,IAAI,SAAS,YAAY,MAAM,EAAE;AACtC;AACA;AACA;AACA,OAAO,OAAO,QAAQ,CAAC;AACvB,MAAM;AACN,KAAK,IAAI,QAAQ,CAAC,QAAQ,EAAE,SAAS,CAAC,EAAE;AACxC,OAAO,OAAO,QAAQ,CAAC;AACvB,MAAM;AACN,KAAK,OAAO,QAAQ,CAAC;AACrB,IAAI;AACJ;AACA;AACA;AACA,GAAG,SAAS,cAAc,CAAC,SAAS,EAAE;AACtC,KAAK,IAAI,OAAO,SAAS,KAAK,WAAW,IAAI,SAAS,KAAK,IAAI,EAAE;AACjE,OAAO,OAAO,EAAE,GAAG,SAAS,CAAC;AAC7B,MAAM;AACN,KAAK,IAAI,QAAQ,GAAG,WAAW,CAAC,SAAS,CAAC,CAAC;AAC3C,KAAK,IAAI,QAAQ,KAAK,QAAQ,EAAE;AAChC,OAAO,IAAI,SAAS,YAAY,IAAI,EAAE;AACtC,SAAS,OAAO,MAAM,CAAC;AACvB,QAAQ,MAAM,IAAI,SAAS,YAAY,MAAM,EAAE;AAC/C,SAAS,OAAO,QAAQ,CAAC;AACzB,QAAQ;AACR,MAAM;AACN,KAAK,OAAO,QAAQ,CAAC;AACrB,IAAI;AACJ;AACA;AACA;AACA,GAAG,SAAS,wBAAwB,CAAC,KAAK,EAAE;AAC5C,KAAK,IAAI,IAAI,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AACtC,KAAK,QAAQ,IAAI;AACjB,OAAO,KAAK,OAAO,CAAC;AACpB,OAAO,KAAK,QAAQ;AACpB,SAAS,OAAO,KAAK,GAAG,IAAI,CAAC;AAC7B,OAAO,KAAK,SAAS,CAAC;AACtB,OAAO,KAAK,MAAM,CAAC;AACnB,OAAO,KAAK,QAAQ;AACpB,SAAS,OAAO,IAAI,GAAG,IAAI,CAAC;AAC5B,OAAO;AACP,SAAS,OAAO,IAAI,CAAC;AACrB,MAAM;AACN,IAAI;AACJ;AACA;AACA,GAAG,SAAS,YAAY,CAAC,SAAS,EAAE;AACpC,KAAK,IAAI,CAAC,SAAS,CAAC,WAAW,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,IAAI,EAAE;AAChE,OAAO,OAAO,SAAS,CAAC;AACxB,MAAM;AACN,KAAK,OAAO,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC;AACvC,IAAI;AACJ;AACA,GAAG,cAAc,CAAC,cAAc,GAAG,cAAc,CAAC;AAClD,GAAG,cAAc,CAAC,SAAS,GAAG,cAAc,CAAC;AAC7C;AACA,GAAG,OAAO,cAAc,CAAC;AACzB,EAAE,CAAC;AACH;AACA,6BAA6B,CAAC,IAAI,CAAC,OAAO,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,EAAC;AACpE;AACA,OAAO;AACP;AACA,MAAM,SAAS,MAAM,EAAE,OAAO,EAAE;AAGhC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,SAAS,iBAAiB,CAAC,GAAG,EAAE;AACjC,GAAG,OAAO,YAAY;AACtB,KAAK,OAAO,GAAG,CAAC;AAChB,IAAI,CAAC;AACL,EAAE;AACF;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,IAAI,aAAa,GAAG,SAAS,aAAa,GAAG,EAAE,CAAC;AACjD;AACA,CAAC,aAAa,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAC/C,CAAC,aAAa,CAAC,gBAAgB,GAAG,iBAAiB,CAAC,KAAK,CAAC,CAAC;AAC3D,CAAC,aAAa,CAAC,eAAe,GAAG,iBAAiB,CAAC,IAAI,CAAC,CAAC;AACzD,CAAC,aAAa,CAAC,eAAe,GAAG,iBAAiB,CAAC,IAAI,CAAC,CAAC;AACzD,CAAC,aAAa,CAAC,eAAe,GAAG,YAAY;AAC7C,GAAG,OAAO,IAAI,CAAC;AACf,EAAE,CAAC;AACH,CAAC,aAAa,CAAC,mBAAmB,GAAG,UAAU,GAAG,EAAE;AACpD,GAAG,OAAO,GAAG,CAAC;AACd,EAAE,CAAC;AACH;AACA,CAAC,MAAM,CAAC,OAAO,GAAG,aAAa,CAAC;AAChC;AACA,OAAO;AACP;AACA,MAAM,SAAS,MAAM,EAAE,OAAO,EAAE,mBAAmB,EAAE;AACrD;AACA,4BAA4B,CAAC,SAAS,OAAO,EAAE;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,IAAI,cAAc,GAAG,SAAS,cAAc,CAAC,MAAM,EAAE,EAAE,CAAC;AACzD;AACA,CAAC,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE;AAC5C,GAAG,cAAc,GAAG,SAAS,cAAc,CAAC,MAAM,EAAE;AACpD,KAAK,IAAI,MAAM,KAAK,SAAS,EAAE;AAC/B,OAAO,MAAM,IAAI,KAAK,CAAC,8CAA8C,CAAC,CAAC;AACvE,MAAM;AACN,IAAI,CAAC;AACL,EAAE;AACF;AACA,CAAC,SAAS,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE;AACzD,GAAG,cAAc,CAAC,MAAM,CAAC,CAAC;AAC1B;AACA,GAAG,IAAI,CAAC,SAAS,EAAE;AACnB,KAAK,IAAI,KAAK,CAAC;AACf,KAAK,IAAI,MAAM,KAAK,SAAS,EAAE;AAC/B,OAAO,KAAK,GAAG,IAAI,KAAK,CAAC,oEAAoE,GAAG,6DAA6D,CAAC,CAAC;AAC/J,MAAM,MAAM;AACZ,OAAO,IAAI,IAAI,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AACrC,OAAO,IAAI,QAAQ,GAAG,CAAC,CAAC;AACxB,OAAO,KAAK,GAAG,IAAI,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,EAAE,YAAY;AAC3D,SAAS,OAAO,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC;AACjC,QAAQ,CAAC,CAAC,CAAC;AACX,OAAO,KAAK,CAAC,IAAI,GAAG,qBAAqB,CAAC;AAC1C,MAAM;AACN;AACA,KAAK,KAAK,CAAC,WAAW,GAAG,CAAC,CAAC;AAC3B,KAAK,MAAM,KAAK,CAAC;AACjB,IAAI;AACJ,EAAE;AACF;AACA,CAAC,MAAM,CAAC,OAAO,GAAG,SAAS,CAAC;AAC5B,6BAA6B,CAAC,IAAI,CAAC,OAAO,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,EAAC;AACpE;AACA,OAAO;AACP;AACA,MAAM,SAAS,MAAM,EAAE,OAAO,EAAE,mBAAmB,EAAE;AACrD;AACA,4BAA4B,CAAC,SAAS,OAAO,EAAE;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAGA;AACA,CAAC,IAAI,aAAa,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC;AAC5C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,IAAI,OAAO,GAAG,aAAa,CAAC;AAC7B;AACA,CAAC,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE;AAC5C,GAAG,CAAC,YAAY;AAChB,KAAK,IAAI,YAAY,GAAG,SAAS,YAAY,CAAC,MAAM,EAAE;AACtD,OAAO,KAAK,IAAI,IAAI,GAAG,SAAS,CAAC,MAAM,EAAE,IAAI,GAAG,KAAK,CAAC,IAAI,GAAG,CAAC,GAAG,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,EAAE,IAAI,EAAE,EAAE;AAC/G,SAAS,IAAI,CAAC,IAAI,GAAG,CAAC,CAAC,GAAG,SAAS,CAAC,IAAI,CAAC,CAAC;AAC1C,QAAQ;AACR;AACA,OAAO,IAAI,QAAQ,GAAG,CAAC,CAAC;AACxB,OAAO,IAAI,OAAO,GAAG,WAAW,GAAG,MAAM,CAAC,OAAO,CAAC,KAAK,EAAE,YAAY;AACrE,SAAS,OAAO,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC;AACjC,QAAQ,CAAC,CAAC;AACV,OAAO,IAAI,OAAO,OAAO,KAAK,WAAW,EAAE;AAC3C,SAAS,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;AAChC,QAAQ;AACR,OAAO,IAAI;AACX;AACA;AACA;AACA,SAAS,MAAM,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC;AAClC,QAAQ,CAAC,OAAO,CAAC,EAAE,EAAE;AACrB,MAAM,CAAC;AACP;AACA,KAAK,OAAO,GAAG,SAAS,OAAO,CAAC,SAAS,EAAE,MAAM,EAAE;AACnD,OAAO,IAAI,MAAM,KAAK,SAAS,EAAE;AACjC,SAAS,MAAM,IAAI,KAAK,CAAC,2DAA2D,GAAG,kBAAkB,CAAC,CAAC;AAC3G,QAAQ;AACR;AACA,OAAO,IAAI,MAAM,CAAC,OAAO,CAAC,6BAA6B,CAAC,KAAK,CAAC,EAAE;AAChE,SAAS,OAAO;AAChB,QAAQ;AACR;AACA,OAAO,IAAI,CAAC,SAAS,EAAE;AACvB,SAAS,KAAK,IAAI,KAAK,GAAG,SAAS,CAAC,MAAM,EAAE,IAAI,GAAG,KAAK,CAAC,KAAK,GAAG,CAAC,GAAG,KAAK,GAAG,CAAC,GAAG,CAAC,CAAC,EAAE,KAAK,GAAG,CAAC,EAAE,KAAK,GAAG,KAAK,EAAE,KAAK,EAAE,EAAE;AACxH,WAAW,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC,GAAG,SAAS,CAAC,KAAK,CAAC,CAAC;AAC9C,UAAU;AACV;AACA,SAAS,YAAY,CAAC,KAAK,CAAC,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;AAC9D,QAAQ;AACR,MAAM,CAAC;AACP,IAAI,GAAG,CAAC;AACR,EAAE;AACF;AACA,CAAC,MAAM,CAAC,OAAO,GAAG,OAAO,CAAC;AAC1B,6BAA6B,CAAC,IAAI,CAAC,OAAO,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,EAAC;AACpE;AACA,OAAO;AACP;AACA,MAAM,SAAS,MAAM,EAAE,OAAO,EAAE;AAYhC;AACA,CAAC,IAAI,oBAAoB,GAAG,8CAA8C,CAAC;AAC3E;AACA,CAAC,MAAM,CAAC,OAAO,GAAG,oBAAoB,CAAC;AACvC;AACA;AACA,OAAO;AACP;AACA,MAAM,SAAS,MAAM,EAAE,OAAO,EAAE,mBAAmB,EAAE;AACrD;AACA,4BAA4B,CAAC,SAAS,OAAO,EAAE;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AAGA;AACA,CAAC,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE;AAC5C,GAAG,IAAI,SAAS,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC;AAC1C,GAAG,IAAI,OAAO,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC;AACxC,GAAG,IAAI,oBAAoB,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC;AACrD,GAAG,IAAI,kBAAkB,GAAG,EAAE,CAAC;AAC/B,EAAE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,SAAS,cAAc,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAE;AAC/E,GAAG,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE;AAC9C,KAAK,KAAK,IAAI,YAAY,IAAI,SAAS,EAAE;AACzC,OAAO,IAAI,SAAS,CAAC,cAAc,CAAC,YAAY,CAAC,EAAE;AACnD,SAAS,IAAI,KAAK,CAAC;AACnB;AACA;AACA;AACA,SAAS,IAAI;AACb;AACA;AACA,WAAW,SAAS,CAAC,OAAO,SAAS,CAAC,YAAY,CAAC,KAAK,UAAU,EAAE,mEAAmE,GAAG,kBAAkB,EAAE,aAAa,IAAI,aAAa,EAAE,QAAQ,EAAE,YAAY,CAAC,CAAC;AACtN,WAAW,KAAK,GAAG,SAAS,CAAC,YAAY,CAAC,CAAC,MAAM,EAAE,YAAY,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,oBAAoB,CAAC,CAAC;AACtH,UAAU,CAAC,OAAO,EAAE,EAAE;AACtB,WAAW,KAAK,GAAG,EAAE,CAAC;AACtB,UAAU;AACV,SAAS,OAAO,CAAC,CAAC,KAAK,IAAI,KAAK,YAAY,KAAK,EAAE,iEAAiE,GAAG,+DAA+D,GAAG,iEAAiE,GAAG,gEAAgE,GAAG,iCAAiC,EAAE,aAAa,IAAI,aAAa,EAAE,QAAQ,EAAE,YAAY,EAAE,OAAO,KAAK,CAAC,CAAC;AACza,SAAS,IAAI,KAAK,YAAY,KAAK,IAAI,EAAE,KAAK,CAAC,OAAO,IAAI,kBAAkB,CAAC,EAAE;AAC/E;AACA;AACA,WAAW,kBAAkB,CAAC,KAAK,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;AACpD;AACA,WAAW,IAAI,KAAK,GAAG,QAAQ,GAAG,QAAQ,EAAE,GAAG,EAAE,CAAC;AAClD;AACA,WAAW,OAAO,CAAC,KAAK,EAAE,sBAAsB,EAAE,QAAQ,EAAE,KAAK,CAAC,OAAO,EAAE,KAAK,IAAI,IAAI,GAAG,KAAK,GAAG,EAAE,CAAC,CAAC;AACvG,UAAU;AACV,QAAQ;AACR,MAAM;AACN,IAAI;AACJ,EAAE;AACF;AACA,CAAC,MAAM,CAAC,OAAO,GAAG,cAAc,CAAC;AACjC;AACA,6BAA6B,CAAC,IAAI,CAAC,OAAO,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,EAAC;AACpE;AACA,OAAO;AACP;AACA,MAAM,SAAS,MAAM,EAAE,OAAO,EAAE,mBAAmB,EAAE;AAYrD;AACA,CAAC,IAAI,aAAa,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC;AAC5C,CAAC,IAAI,SAAS,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC;AACxC,CAAC,IAAI,oBAAoB,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC;AACnD;AACA,CAAC,MAAM,CAAC,OAAO,GAAG,WAAW;AAC7B,GAAG,SAAS,IAAI,CAAC,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE;AACjF,KAAK,IAAI,MAAM,KAAK,oBAAoB,EAAE;AAC1C;AACA,OAAO,OAAO;AACd,MAAM;AACN,KAAK,SAAS;AACd,OAAO,KAAK;AACZ,OAAO,sFAAsF;AAC7F,OAAO,+CAA+C;AACtD,OAAO,gDAAgD;AACvD,MAAM,CAAC;AACP,IACA,GAAG,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC;AAC1B,GAAG,SAAS,OAAO,GAAG;AACtB,KAAK,OAAO,IAAI,CAAC;AACjB,IACA;AACA;AACA,GAAG,IAAI,cAAc,GAAG;AACxB,KAAK,KAAK,EAAE,IAAI;AAChB,KAAK,IAAI,EAAE,IAAI;AACf,KAAK,IAAI,EAAE,IAAI;AACf,KAAK,MAAM,EAAE,IAAI;AACjB,KAAK,MAAM,EAAE,IAAI;AACjB,KAAK,MAAM,EAAE,IAAI;AACjB,KAAK,MAAM,EAAE,IAAI;AACjB;AACA,KAAK,GAAG,EAAE,IAAI;AACd,KAAK,OAAO,EAAE,OAAO;AACrB,KAAK,OAAO,EAAE,IAAI;AAClB,KAAK,UAAU,EAAE,OAAO;AACxB,KAAK,IAAI,EAAE,IAAI;AACf,KAAK,QAAQ,EAAE,OAAO;AACtB,KAAK,KAAK,EAAE,OAAO;AACnB,KAAK,SAAS,EAAE,OAAO;AACvB,KAAK,KAAK,EAAE,OAAO;AACnB,IAAI,CAAC;AACL;AACA,GAAG,cAAc,CAAC,cAAc,GAAG,aAAa,CAAC;AACjD,GAAG,cAAc,CAAC,SAAS,GAAG,cAAc,CAAC;AAC7C;AACA,GAAG,OAAO,cAAc,CAAC;AACzB,EAAE,CAAC;AACH;AACA;AACA,OAAO;AACP;AACA,MAAM,SAAS,MAAM,EAAE,OAAO,EAAE,mBAAmB,EAAE;AAGrD;AACA,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE;AAC9C,GAAG,KAAK,EAAE,IAAI;AACd,EAAE,CAAC,CAAC;AACJ;AACA,CAAC,IAAI,YAAY,GAAG,YAAY,EAAE,SAAS,gBAAgB,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,EAAE,IAAI,UAAU,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,UAAU,GAAG,UAAU,CAAC,UAAU,IAAI,KAAK,CAAC,CAAC,UAAU,CAAC,YAAY,GAAG,IAAI,CAAC,CAAC,IAAI,OAAO,IAAI,UAAU,EAAE,UAAU,CAAC,QAAQ,GAAG,IAAI,CAAC,CAAC,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,UAAU,CAAC,GAAG,EAAE,UAAU,CAAC,CAAC,EAAE,EAAE,CAAC,OAAO,UAAU,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,EAAE,IAAI,UAAU,EAAE,gBAAgB,CAAC,WAAW,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC,CAAC,IAAI,WAAW,EAAE,gBAAgB,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC,CAAC,OAAO,WAAW,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC;AACrjB;AACA,CAAC,IAAI,MAAM,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC;AACrC;AACA,CAAC,IAAI,SAAS,GAAG,mBAAmB,CAAC,EAAE,CAAC,CAAC;AACzC;AACA,CAAC,IAAI,UAAU,GAAG,sBAAsB,CAAC,SAAS,CAAC,CAAC;AACpD;AACA,CAAC,IAAI,UAAU,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC;AACzC;AACA,CAAC,IAAI,WAAW,GAAG,sBAAsB,CAAC,UAAU,CAAC,CAAC;AACtD;AACA,CAAC,SAAS,sBAAsB,CAAC,GAAG,EAAE,EAAE,OAAO,GAAG,IAAI,GAAG,CAAC,UAAU,GAAG,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,EAAE;AAChG;AACA,CAAC,SAAS,eAAe,CAAC,QAAQ,EAAE,WAAW,EAAE,EAAE,IAAI,EAAE,QAAQ,YAAY,WAAW,CAAC,EAAE,EAAE,MAAM,IAAI,SAAS,CAAC,mCAAmC,CAAC,CAAC,EAAE,EAAE;AAC1J;AACA,CAAC,SAAS,0BAA0B,CAAC,IAAI,EAAE,IAAI,EAAE,EAAE,IAAI,CAAC,IAAI,EAAE,EAAE,MAAM,IAAI,cAAc,CAAC,2DAA2D,CAAC,CAAC,EAAE,CAAC,OAAO,IAAI,KAAK,OAAO,IAAI,KAAK,QAAQ,IAAI,OAAO,IAAI,KAAK,UAAU,CAAC,GAAG,IAAI,GAAG,IAAI,CAAC,EAAE;AACjP;AACA,CAAC,SAAS,SAAS,CAAC,QAAQ,EAAE,UAAU,EAAE,EAAE,IAAI,OAAO,UAAU,KAAK,UAAU,IAAI,UAAU,KAAK,IAAI,EAAE,EAAE,MAAM,IAAI,SAAS,CAAC,0DAA0D,GAAG,OAAO,UAAU,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,UAAU,IAAI,UAAU,CAAC,SAAS,EAAE,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,UAAU,EAAE,MAAM,CAAC,cAAc,GAAG,MAAM,CAAC,cAAc,CAAC,QAAQ,EAAE,UAAU,CAAC,GAAG,QAAQ,CAAC,SAAS,GAAG,UAAU,CAAC,EAAE;AAC/e;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,IAAI,cAAc,GAAG,UAAU,UAAU,EAAE;AAC5C,GAAG,SAAS,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;AACzC;AACA,GAAG,SAAS,cAAc,GAAG;AAC7B,KAAK,IAAI,IAAI,CAAC;AACd;AACA,KAAK,IAAI,KAAK,EAAE,KAAK,EAAE,IAAI,CAAC;AAC5B;AACA,KAAK,eAAe,CAAC,IAAI,EAAE,cAAc,CAAC,CAAC;AAC3C;AACA,KAAK,KAAK,IAAI,IAAI,GAAG,SAAS,CAAC,MAAM,EAAE,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC,EAAE,IAAI,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,EAAE,IAAI,EAAE,EAAE;AAC1F,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,SAAS,CAAC,IAAI,CAAC,CAAC;AACpC,MAAM;AACN;AACA,KAAK,OAAO,IAAI,IAAI,KAAK,IAAI,KAAK,GAAG,0BAA0B,CAAC,IAAI,EAAE,CAAC,IAAI,GAAG,cAAc,CAAC,SAAS,IAAI,MAAM,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,EAAE,KAAK,CAAC,OAAO,GAAG,UAAU,MAAM,EAAE;AACnO,OAAO,OAAO,EAAE,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;AAChC,MAAM,EAAE,KAAK,CAAC,EAAE,0BAA0B,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;AACxD,IAAI;AACJ;AACA,GAAG,YAAY,CAAC,cAAc,EAAE,CAAC;AACjC,KAAK,GAAG,EAAE,mBAAmB;AAC7B,KAAK,KAAK,EAAE,SAAS,iBAAiB,GAAG;AACzC,OAAO,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE;AAC/B,SAAS,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,IAAI,UAAU,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;AACjF,SAAS,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC;AAC9E,QAAQ;AACR,MAAM;AACN,IAAI,EAAE;AACN,KAAK,GAAG,EAAE,oBAAoB;AAC9B,KAAK,KAAK,EAAE,SAAS,kBAAkB,CAAC,SAAS,EAAE;AACnD,OAAO,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO,IAAI,IAAI,CAAC,KAAK,CAAC,KAAK,KAAK,SAAS,CAAC,KAAK,EAAE;AACvE,SAAS,IAAI,CAAC,OAAO,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC;AAC/E,SAAS,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC;AAC9E,QAAQ;AACR,MAAM;AACN,IAAI,EAAE;AACN,KAAK,GAAG,EAAE,sBAAsB;AAChC,KAAK,KAAK,EAAE,SAAS,oBAAoB,GAAG;AAC5C,OAAO,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE;AAC/B,SAAS,IAAI,CAAC,OAAO,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC;AAChF,QAAQ;AACR,MAAM;AACN,IAAI,EAAE;AACN,KAAK,GAAG,EAAE,QAAQ;AAClB,KAAK,KAAK,EAAE,SAAS,MAAM,GAAG;AAC9B,OAAO,OAAO,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC;AAClC,MAAM;AACN,IAAI,CAAC,CAAC,CAAC;AACP;AACA,GAAG,OAAO,cAAc,CAAC;AACzB,EAAE,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;AACrB;AACA,CAAC,cAAc,CAAC,SAAS,GAAG;AAC5B,GAAG,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU;AAChD,GAAG,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,MAAM;AACvC,GAAG,KAAK,EAAE,WAAW,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,WAAW,CAAC,OAAO,CAAC,MAAM,EAAE,WAAW,CAAC,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC;AAC9H,GAAG,OAAO,EAAE,WAAW,CAAC,OAAO,CAAC,IAAI;AACpC,EAAE,CAAC;AACH,CAAC,cAAc,CAAC,YAAY,GAAG;AAC/B,GAAG,KAAK,EAAE,SAAS;AACnB,GAAG,OAAO,EAAE,IAAI;AAChB,EAAE,CAAC;AACH,CAAC,cAAc,CAAC,YAAY,GAAG;AAC/B,GAAG,YAAY,EAAE,WAAW,CAAC,OAAO,CAAC,IAAI;AACzC,GAAG,cAAc,EAAE,WAAW,CAAC,OAAO,CAAC,IAAI;AAC3C,EAAE,CAAC;AACH,CAAC,OAAO,CAAC,OAAO,GAAG,cAAc,CAAC;AAClC,CAAC,MAAM,CAAC,OAAO,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;AACrC;AACA,OAAO;AACP;AACA,MAAM,SAAS,MAAM,EAAE,OAAO,EAAE;AAChC;AACA,CAAC,MAAM,CAAC,OAAO,GAAG,8BAA8B,CAAC;AACjD;AACA,OAAO;AACP,UAAU,CAAC;AACX,CAAC,CAAC,CAAC;;;;ACj7CI,IAAM,kBAAkB,GAAG;IAC1B,IAAA,KAA0B,QAAQ,CAAU,KAAK,CAAC,EAAjD,QAAQ,QAAA,EAAE,WAAW,QAA4B,CAAC;IACnD,IAAA,KAAgC,QAAQ,CAAC,IAAI,CAAC,EAA7C,WAAW,QAAA,EAAE,cAAc,QAAkB,CAAC;IAE/C,IAAA,KAA0C,QAAQ,CAAC,CAAC,CAAC,EAApD,gBAAgB,QAAA,EAAE,mBAAmB,QAAe,CAAC;IAEtD,IAAA,KAAwC,QAAQ,CAAC,EAAE,CAAC,EAAnD,eAAe,QAAA,EAAE,kBAAkB,QAAgB,CAAC;IAE3D,IAAM,SAAS,GAAG,MAAM,CAAwB,IAAI,CAAC,CAAC;IACtD,IAAM,mBAAmB,GAAG,MAAM,CAAwB,IAAI,CAAC,CAAC;IAChE,IAAM,WAAW,GAAG,MAAM,CAAwB,IAAI,CAAC,CAAC;IAExD,IAAM,0BAA0B,GAAG,WAAW,CAAC,UAAC,IAAI;QAClD,IAAI,IAAI,EAAE;YACR,cAAc,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;SAClC;QAED,SAAS,CAAC,OAAO,GAAG,IAAI,CAAC;KAC1B,EAAE,EAAE,CAAC,CAAC;IAEP,SAAS,CAAC;QACR,IAAI,CAAC,WAAW,CAAC,OAAO,EAAE;YACxB,WAAW,CAAC,OAAO,GAAG,IAAI,cAAc,CAAC,UAAC,OAAO;gBAC/C,OAAO,CAAC,OAAO,CAAC,UAAC,KAAK;oBACpB,IAAM,eAAe,GAAG,IAAI,CAAC,KAAK,CAChC,KAAK,CAAC,MAAM,CAAC,UAAU,GAAG,KAAK,CAAC,WAAW,CAAC,KAAK,CAClD,CAAC;oBAEF,cAAc,CAAC,KAAK,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;;oBAGxC,mBAAmB,CAAC,eAAe,CAAC,CAAC;iBACtC,CAAC,CAAC;aACJ,CAAC,CAAC;SACJ;QAED,IAAI,SAAS,CAAC,OAAO,EAAE;YACrB,WAAW,CAAC,OAAO,CAAC,OAAO,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;SAChD;QAED,OAAO;;YACL,IAAI,SAAS,CAAC,OAAO,EAAE;gBACrB,MAAA,WAAW,CAAC,OAAO,0CAAE,SAAS,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;aACnD;YACD,MAAA,WAAW,CAAC,OAAO,0CAAE,UAAU,EAAE,CAAC;SACnC,CAAC;KACH,EAAE,EAAE,CAAC,CAAC;IAEP,IAAM,iBAAiB,GAAG;QACxB,IAAI,CAAC,SAAS,CAAC,OAAO,EAAE;YACtB,OAAO;SACR;QAED,IAAM,eAAe,GAAG,IAAI,CAAC,KAAK,CAChC,SAAS,CAAC,OAAO,CAAC,UAAU;YAC1B,SAAS,CAAC,OAAO,CAAC,qBAAqB,EAAE,CAAC,KAAK,CAClD,CAAC;QAEF,mBAAmB,CAAC,eAAe,CAAC,CAAC;KACtC,CAAC;IAEF,IAAM,oBAAoB,GAAGC,eAAQ,CAAC,iBAAiB,EAAE,GAAG,CAAC,CAAC;IAE9D,SAAS,CAAC;;QACR,MAAA,SAAS,CAAC,OAAO,0CAAE,gBAAgB,CAAC,QAAQ,EAAE,oBAAoB,EAAE;YAClE,OAAO,EAAE,IAAI;SACd,CAAC,CAAC;QAEH,OAAO,MAAA,SAAS,CAAC,OAAO,0CAAE,mBAAmB,CAAC,QAAQ,EAAE,iBAAiB,CAAC,CAAC;KAC5E,EAAE,EAAE,CAAC,CAAC;IAEP,IAAM,iBAAiB,GAAG,UAAC,KAAkB;QAC3C,IAAI,SAAS,CAAC,OAAO,EAAE;YACrB,IAAM,eAAe,GAAG,IAAI,CAAC,KAAK,CAChC,SAAS,CAAC,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC,OAAO,CAAC,WAAW,CAC7D,CAAC;YAEF,IAAM,SAAS,GAAG,KAAK,KAAK,MAAM,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;YAE5C,IAAM,aAAW,GAAG,eAAe,GAAG,SAAS,CAAC;YAEhD,SAAS,CAAC,OAAO,CAAC,MAAM,CAAC;gBACvB,GAAG,EAAE,CAAC;gBACN,IAAI,EAAE,WAAW,GAAG,aAAW;gBAC/B,QAAQ,EAAE,QAAQ;aACnB,CAAC,CAAC;YAEH,mBAAmB,CAAC;gBAClB,OAAO,aAAW,CAAC;aACpB,CAAC,CAAC;SACJ;KACF,CAAC;IAEF,IAAM,cAAc,GAAG;;YACrB,IAAI,QAAQ,IAAI,SAAS,CAAC,OAAO,IAAI,mBAAmB,CAAC,OAAO,EAAE;gBAChE,MAAM,CAAC,MAAM,CACX,CAAC,EACD,MAAM,CAAC,OAAO;qBACX,mBAAmB,CAAC,OAAO,CAAC,qBAAqB,EAAE,CAAC,CAAC;wBACpD,SAAS,CAAC,OAAO,CAAC,qBAAqB,EAAE,CAAC,MAAM,CAAC,CACtD,CAAC;aACH;YAED,WAAW,CAAC,CAAC,QAAQ,CAAC,CAAC;;;SACxB,CAAC;IAEF,OAAO;QACL,WAAW,aAAA;QACX,mBAAmB,qBAAA;QACnB,eAAe,iBAAA;QACf,kBAAkB,oBAAA;QAClB,gBAAgB,kBAAA;QAChB,mBAAmB,qBAAA;QACnB,0BAA0B,4BAAA;QAC1B,iBAAiB,mBAAA;QACjB,cAAc,gBAAA;QACd,QAAQ,UAAA;KACT,CAAC;AACJ,CAAC;;;;;;IC/DK,eAAe,GAAG,UACtB,KAA8B;;IAG5B,IAAA,OAAO,GAUL,KAAK,QAVA,EACP,IAAI,GASF,KAAK,KATH,EACJ,WAAW,GAQT,KAAK,YARI,EACX,MAAM,GAOJ,KAAK,OAPD,EACN,cAAc,GAMZ,KAAK,eANO,EACd,mBAAmB,GAKjB,KAAK,oBALY,EACnB,SAAS,GAIP,KAAK,UAJE,EACT,gBAAgB,GAGd,KAAK,iBAHS,EAChB,qBAAqB,GAEnB,KAAK,sBAFc,EACrB,WAAW,GACT,KAAK,YADI,CACH;IAEJ,IAAA,KAUF,kBAAkB,EAAE,EATtB,WAAW,iBAAA,EACX,mBAAmB,yBAAA,EACnB,eAAe,qBAAA,EACf,kBAAkB,wBAAA,EAClB,gBAAgB,sBAAA,EAChB,0BAA0B,gCAAA,EAC1B,iBAAiB,uBAAA,EACjB,cAAc,oBAAA,EACd,QAAQ,cACc,CAAC;IAEzB,IAAM,iBAAiB,GAAG,sCACxB,cAAc,EAAK,WAAW,OAAI,KAC9B,SAAS,GAAG,EAAE,aAAa,EAAK,SAAS,OAAI,EAAE,GAAG,EAAE,KACpD,gBAAgB;UAChB,EAAE,oBAAoB,EAAK,gBAAgB,OAAI,EAAE;UACjD,EAAE,KACF,qBAAqB;UACrB,EAAE,yBAAyB,EAAK,qBAAqB,OAAI,EAAE;UAC3D,EAAE,KACF,WAAW,GAAG,EAAE,eAAe,EAAE,MAAM,EAAE,GAAG,EAAE,EAC5B,CAAC;IAEzB,QACEC,IAACC,uBAAU,cACTC,uBAAK,KAAK,EAAE,iBAAiB,iBAC3BF,sBAAK,SAAS,EAAEG,UAAU,CAAC,UAAU,CAAC,MAAM,EAAE,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,CAAC,gBAC3DH,IAACI,2BAAc,cACbJ,sBACE,SAAS,EAAEG,UAAU,CAAC,UAAU,CAAC,SAAS;gCACxC,GAAC,UAAU,CAAC,YAAY,IAAG,cAAc;oCACzC,EACF,GAAG,EAAE,0BAA0B,gBAE/BH,sBAAK,SAAS,EAAEG,UAAU,CAAC,UAAU,CAAC,oBAAoB,CAAC,CAAC,gBAC1DD,uBAAK,SAAS,EAAE,UAAU,CAAC,iBAAiB,CAAC,iBAC3CF,IAAC,WAAW,IACV,OAAO,EAAE,iBAAiB,EAC1B,MAAM,EAAE;gDACN,IAAI,EAAE,gBAAgB,GAAG,CAAC;gDAC1B,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC,MAAM,GAAG,CAAC;6CAC1C,WACD;wCACFA,IAAC,GAAG,IAEF,KAAK,EAAC,kBAAkB,EACxB,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EACzB,IAAI,EAAE,IAAI,EACV,WAAW,UAJP,kBAAkB,CAKtB,aACE,YACF,YACF,WACS,YACb;gBACNE,uBAAK,GAAG,EAAE,mBAAmB,iBAC1B,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC;4BACrB,OAAO;iCACJ,MAAM,CACL,UAAC,WAAW,IAAK,OAAA,CAAC,WAAW,IAAI,QAAQ,IAAI,WAAW,CAAC,OAAO,GAAA,CACjE;iCACA,GAAG,CAAC,UAAC,WAAW,EAAE,gBAAgB;;;gCACjC,IAAM,OAAO,GAAG,MAAA,WAAW,CAAC,KAAK,0CAAE,GAAG,CAAC,UAAC,IAAI,EAAE,KAAK;;oCACjD,IAAM,KAAK,GAAM,WAAW,CAAC,EAAE,UAC7B,MAAA,IAAI,CAAC,GAAG,mCAAI,OAAO,UACjB,KAAO,CAAC;;oCAGZ,IAAI,KAAK,KAAK,CAAC,IAAI,gBAAgB,KAAK,CAAC;wCAAE,OAAO,IAAI,CAAC;oCAEvD,QACEF,IAAC,GAAG,IAAgB,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,IAA3C,KAAK,CAA0C,EAC5D;iCACH,CAAC,CAAC;gCAEH,IAAM,QAAQ,GAAG,iBAAe,WAAW,CAAC,EAAI,CAAC;gCAEjD,QACEA,0BACG,WAAW,CAAC,KAAK,IAAI,mBAAmB,IACvCA,IAAC,aAAa,aACZ,SAAS,EAAC,KAAK,EACf,KAAK,EAAE,WAAW,CAAC,KAAK,EACxB,eAAe,EAAC,SAAS,EACzB,MAAM,EAAE,eAAe,KAAK,QAAQ,EACpC,MAAM,EAAE,cAAM,OAAA,kBAAkB,CAAC,QAAQ,CAAC,GAAA,EAC1C,OAAO,EAAE,cAAM,OAAA,kBAAkB,CAAC,EAAE,CAAC,GAAA,gBAGrCA,IAACI,2BAAc,cACbJ,sBACE,SAAS,EAAEG,UAAU,CACnB,UAAU,CAAC,SAAS,EACpB,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS;oDAEf,GAAC,UAAU,CAAC,YAAY,IAAG,cAAc;wDAE5C,gBAEDH,sBACE,SAAS,EAAEG,UAAU,CACnB,UAAU,CAAC,oBAAoB,CAAC,CACjC,gBAEDH,sBAAK,SAAS,EAAE,UAAU,CAAC,iBAAiB,CAAC,gBAC1C,OAAO,YACJ,YACF,YACF,WACS,KAtBZ,QAAQ,CAuBC,KAEhBA,uBACEA,IAACI,2BAAc,cACbJ,sBACE,SAAS,EAAEG,UAAU,CACnB,UAAU,CAAC,SAAS,EACpB,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS;oDAEf,GAAC,UAAU,CAAC,YAAY,IAAG,cAAc;wDAE5C,gBAEDH,sBACE,SAAS,EAAEG,UAAU,CACnB,UAAU,CAAC,oBAAoB,CAAC,CACjC,gBAEDD,uBAAK,SAAS,EAAE,UAAU,CAAC,iBAAiB,CAAC;;;;4DAKzC,WAAW,CAAC,KAAK,IAAI,CAAC,mBAAmB,KACvCF,sBAAK,SAAS,EAAE,UAAU,CAAC,aAAa,CAAC,gBACvCA,qBACE,SAAS,EAAE,UAAQ,UAAU,CAAC,MAAQ,gBAErC,WAAW,CAAC,KAAK,YACf,YACD,CACP,EAEF,OAAO,aACJ,YACF,YACF,WACS,IAnCT,QAAQ,CAoCZ,CACP,WACA,EACH;6BACH,CAAC;wBACL,WAAW,KACVA,sBACE,SAAS,EAAEG,UAAU,CACnB,UAAU,CAAC,wBAAwB,CAAC,EACpC,UAAU,CAAC,MAAM,EACjB,MAAM,CACP,gBAEDH,uBACEE,0BACE,SAAS,EAAE,oCAAkC,UAAU,CAAC,qBAAqB,CAAG,EAChF,OAAO,EAAE,cAAc,EACvB,IAAI,EAAC,QAAQ,iBAEZ,QAAQ,GAAG,cAAc,GAAG,cAAc,EAC3CF,IAAC,OAAO,IACN,SAAS,EAAE,QAAQ,GAAG,EAAE,GAAG,UAAU,CAAC,eAAe,CAAC,WACtD,aACK,WACL,YACF,CACP,aACG,aACF,WACK,EACb;AACJ;;;;"}
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@ import { ArrowValues } from '../components/TableArrows';
|
|
|
5
5
|
|
|
6
6
|
export const useComparisonTable = () => {
|
|
7
7
|
const [showMore, setShowMore] = useState<boolean>(false);
|
|
8
|
-
const [headerWidth, setHeaderWidth] = useState(
|
|
8
|
+
const [headerWidth, setHeaderWidth] = useState(1400);
|
|
9
9
|
|
|
10
10
|
const [selectedTabIndex, setSelectedTabIndex] = useState(0);
|
|
11
11
|
|