UNPKG

@knapsack/app

Version:

Build Design Systems on top of knapsack, by Basalt

11 lines • 89 kB
(window.webpackJsonp=window.webpackJsonp||[]).push([["vendors~App-7KZ9F~e4dfd1bd"],{"../node_modules/css-loader/dist/cjs.js!../node_modules/react-sortable-tree/style.css":function(e,t,n){(t=n("../node_modules/css-loader/dist/runtime/api.js")(!1)).push([e.i,"/**\n * Extra class applied to VirtualScroll through className prop\n */\n.rst__virtualScrollOverride {\n  overflow: auto !important;\n}\n.rst__virtualScrollOverride * {\n  box-sizing: border-box;\n}\n\n.ReactVirtualized__Grid__innerScrollContainer {\n  overflow: visible !important;\n}\n\n.rst__rtl .ReactVirtualized__Grid__innerScrollContainer {\n  direction: rtl;\n}\n\n.ReactVirtualized__Grid {\n  outline: none;\n}\n\n.rst__node {\n  min-width: 100%;\n  white-space: nowrap;\n  position: relative;\n  text-align: left;\n}\n\n.rst__node.rst__rtl {\n  text-align: right;\n}\n\n.rst__nodeContent {\n  position: absolute;\n  top: 0;\n  bottom: 0;\n}\n\n/* ==========================================================================\n   Scaffold\n\n    Line-overlaid blocks used for showing the tree structure\n   ========================================================================== */\n.rst__lineBlock,\n.rst__absoluteLineBlock {\n  height: 100%;\n  position: relative;\n  display: inline-block;\n}\n\n.rst__absoluteLineBlock {\n  position: absolute;\n  top: 0;\n}\n\n.rst__lineHalfHorizontalRight::before,\n.rst__lineFullVertical::after,\n.rst__lineHalfVerticalTop::after,\n.rst__lineHalfVerticalBottom::after {\n  position: absolute;\n  content: '';\n  background-color: black;\n}\n\n/**\n * +-----+\n * |     |\n * |  +--+\n * |     |\n * +-----+\n */\n.rst__lineHalfHorizontalRight::before {\n  height: 1px;\n  top: 50%;\n  right: 0;\n  width: 50%;\n}\n\n.rst__rtl.rst__lineHalfHorizontalRight::before {\n  left: 0;\n  right: initial;\n}\n\n/**\n * +--+--+\n * |  |  |\n * |  |  |\n * |  |  |\n * +--+--+\n */\n.rst__lineFullVertical::after,\n.rst__lineHalfVerticalTop::after,\n.rst__lineHalfVerticalBottom::after {\n  width: 1px;\n  left: 50%;\n  top: 0;\n  height: 100%;\n}\n\n/**\n * +--+--+\n * |  |  |\n * |  |  |\n * |  |  |\n * +--+--+\n */\n.rst__rtl.rst__lineFullVertical::after,\n.rst__rtl.rst__lineHalfVerticalTop::after,\n.rst__rtl.rst__lineHalfVerticalBottom::after {\n  right: 50%;\n  left: initial;\n}\n\n/**\n * +-----+\n * |  |  |\n * |  +  |\n * |     |\n * +-----+\n */\n.rst__lineHalfVerticalTop::after {\n  height: 50%;\n}\n\n/**\n * +-----+\n * |     |\n * |  +  |\n * |  |  |\n * +-----+\n */\n.rst__lineHalfVerticalBottom::after {\n  top: auto;\n  bottom: 0;\n  height: 50%;\n}\n\n/* Highlight line for pointing to dragged row destination\n   ========================================================================== */\n/**\n * +--+--+\n * |  |  |\n * |  |  |\n * |  |  |\n * +--+--+\n */\n.rst__highlightLineVertical {\n  z-index: 3;\n}\n.rst__highlightLineVertical::before {\n  position: absolute;\n  content: '';\n  background-color: #36c2f6;\n  width: 8px;\n  margin-left: -4px;\n  left: 50%;\n  top: 0;\n  height: 100%;\n}\n\n.rst__rtl.rst__highlightLineVertical::before {\n  margin-left: initial;\n  margin-right: -4px;\n  left: initial;\n  right: 50%;\n}\n\n@keyframes arrow-pulse {\n  0% {\n    transform: translate(0, 0);\n    opacity: 0;\n  }\n  30% {\n    transform: translate(0, 300%);\n    opacity: 1;\n  }\n  70% {\n    transform: translate(0, 700%);\n    opacity: 1;\n  }\n  100% {\n    transform: translate(0, 1000%);\n    opacity: 0;\n  }\n}\n.rst__highlightLineVertical::after {\n  content: '';\n  position: absolute;\n  height: 0;\n  margin-left: -4px;\n  left: 50%;\n  top: 0;\n  border-left: 4px solid transparent;\n  border-right: 4px solid transparent;\n  border-top: 4px solid white;\n  animation: arrow-pulse 1s infinite linear both;\n}\n\n.rst__rtl.rst__highlightLineVertical::after {\n  margin-left: initial;\n  margin-right: -4px;\n  right: 50%;\n  left: initial;\n}\n\n/**\n * +-----+\n * |     |\n * |  +--+\n * |  |  |\n * +--+--+\n */\n.rst__highlightTopLeftCorner::before {\n  z-index: 3;\n  content: '';\n  position: absolute;\n  border-top: solid 8px #36c2f6;\n  border-left: solid 8px #36c2f6;\n  box-sizing: border-box;\n  height: calc(50% + 4px);\n  top: 50%;\n  margin-top: -4px;\n  right: 0;\n  width: calc(50% + 4px);\n}\n\n.rst__rtl.rst__highlightTopLeftCorner::before {\n  border-right: solid 8px #36c2f6;\n  border-left: none;\n  left: 0;\n  right: initial;\n}\n\n/**\n * +--+--+\n * |  |  |\n * |  |  |\n * |  +->|\n * +-----+\n */\n.rst__highlightBottomLeftCorner {\n  z-index: 3;\n}\n.rst__highlightBottomLeftCorner::before {\n  content: '';\n  position: absolute;\n  border-bottom: solid 8px #36c2f6;\n  border-left: solid 8px #36c2f6;\n  box-sizing: border-box;\n  height: calc(100% + 4px);\n  top: 0;\n  right: 12px;\n  width: calc(50% - 8px);\n}\n\n.rst__rtl.rst__highlightBottomLeftCorner::before {\n  border-right: solid 8px #36c2f6;\n  border-left: none;\n  left: 12px;\n  right: initial;\n}\n\n.rst__highlightBottomLeftCorner::after {\n  content: '';\n  position: absolute;\n  height: 0;\n  right: 0;\n  top: 100%;\n  margin-top: -12px;\n  border-top: 12px solid transparent;\n  border-bottom: 12px solid transparent;\n  border-left: 12px solid #36c2f6;\n}\n\n.rst__rtl.rst__highlightBottomLeftCorner::after {\n  left: 0;\n  right: initial;\n  border-right: 12px solid #36c2f6;\n  border-left: none;\n}\n\n.rst__rowWrapper {\n  padding: 10px 10px 10px 0;\n  height: 100%;\n  box-sizing: border-box;\n}\n\n.rst__rtl.rst__rowWrapper {\n  padding: 10px 0 10px 10px;\n}\n\n.rst__row {\n  height: 100%;\n  white-space: nowrap;\n  display: flex;\n}\n.rst__row > * {\n  box-sizing: border-box;\n}\n\n/**\n * The outline of where the element will go if dropped, displayed while dragging\n */\n.rst__rowLandingPad,\n.rst__rowCancelPad {\n  border: none !important;\n  box-shadow: none !important;\n  outline: none !important;\n}\n.rst__rowLandingPad > *,\n.rst__rowCancelPad > * {\n  opacity: 0 !important;\n}\n.rst__rowLandingPad::before,\n.rst__rowCancelPad::before {\n  background-color: lightblue;\n  border: 3px dashed white;\n  content: '';\n  position: absolute;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: -1;\n}\n\n/**\n * Alternate appearance of the landing pad when the dragged location is invalid\n */\n.rst__rowCancelPad::before {\n  background-color: #e6a8ad;\n}\n\n/**\n * Nodes matching the search conditions are highlighted\n */\n.rst__rowSearchMatch {\n  outline: solid 3px #0080ff;\n}\n\n/**\n * The node that matches the search conditions and is currently focused\n */\n.rst__rowSearchFocus {\n  outline: solid 3px #fc6421;\n}\n\n.rst__rowContents,\n.rst__rowLabel,\n.rst__rowToolbar,\n.rst__moveHandle,\n.rst__toolbarButton {\n  display: inline-block;\n  vertical-align: middle;\n}\n\n.rst__rowContents {\n  position: relative;\n  height: 100%;\n  border: solid #bbb 1px;\n  border-left: none;\n  box-shadow: 0 2px 2px -2px;\n  padding: 0 5px 0 10px;\n  border-radius: 2px;\n  min-width: 230px;\n  flex: 1 0 auto;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  background-color: white;\n}\n\n.rst__rtl.rst__rowContents {\n  border-right: none;\n  border-left: solid #bbb 1px;\n  padding: 0 10px 0 5px;\n}\n\n.rst__rowContentsDragDisabled {\n  border-left: solid #bbb 1px;\n}\n\n.rst__rtl.rst__rowContentsDragDisabled {\n  border-right: solid #bbb 1px;\n  border-left: solid #bbb 1px;\n}\n\n.rst__rowLabel {\n  flex: 0 1 auto;\n  padding-right: 20px;\n}\n.rst__rtl.rst__rowLabel {\n  padding-left: 20px;\n  padding-right: inherit;\n}\n\n.rst__rowToolbar {\n  flex: 0 1 auto;\n  display: flex;\n}\n\n.rst__moveHandle,\n.rst__loadingHandle {\n  height: 100%;\n  width: 44px;\n  background: #d9d9d9\n    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSI0MiI+PGcgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIuOSIgPjxwYXRoIGQ9Ik0xNCAxNS43aDE0LjQiLz48cGF0aCBkPSJNMTQgMjEuNGgxNC40Ii8+PHBhdGggZD0iTTE0IDI3LjFoMTQuNCIvPjwvZz4KPC9zdmc+')\n    no-repeat center;\n  border: solid #aaa 1px;\n  box-shadow: 0 2px 2px -2px;\n  cursor: move;\n  border-radius: 1px;\n  z-index: 1;\n}\n\n.rst__loadingHandle {\n  cursor: default;\n  background: #d9d9d9;\n}\n\n@keyframes pointFade {\n  0%,\n  19.999%,\n  100% {\n    opacity: 0;\n  }\n  20% {\n    opacity: 1;\n  }\n}\n\n.rst__loadingCircle {\n  width: 80%;\n  height: 80%;\n  margin: 10%;\n  position: relative;\n}\n\n.rst__loadingCirclePoint {\n  width: 100%;\n  height: 100%;\n  position: absolute;\n  left: 0;\n  top: 0;\n}\n\n.rst__rtl.rst__loadingCirclePoint {\n  right: 0;\n  left: initial;\n}\n\n.rst__loadingCirclePoint::before {\n  content: '';\n  display: block;\n  margin: 0 auto;\n  width: 11%;\n  height: 30%;\n  background-color: #fff;\n  border-radius: 30%;\n  animation: pointFade 800ms infinite ease-in-out both;\n}\n.rst__loadingCirclePoint:nth-of-type(1) {\n  transform: rotate(0deg);\n}\n.rst__loadingCirclePoint:nth-of-type(7) {\n  transform: rotate(180deg);\n}\n.rst__loadingCirclePoint:nth-of-type(1)::before,\n.rst__loadingCirclePoint:nth-of-type(7)::before {\n  animation-delay: -800ms;\n}\n.rst__loadingCirclePoint:nth-of-type(2) {\n  transform: rotate(30deg);\n}\n.rst__loadingCirclePoint:nth-of-type(8) {\n  transform: rotate(210deg);\n}\n.rst__loadingCirclePoint:nth-of-type(2)::before,\n.rst__loadingCirclePoint:nth-of-type(8)::before {\n  animation-delay: -666ms;\n}\n.rst__loadingCirclePoint:nth-of-type(3) {\n  transform: rotate(60deg);\n}\n.rst__loadingCirclePoint:nth-of-type(9) {\n  transform: rotate(240deg);\n}\n.rst__loadingCirclePoint:nth-of-type(3)::before,\n.rst__loadingCirclePoint:nth-of-type(9)::before {\n  animation-delay: -533ms;\n}\n.rst__loadingCirclePoint:nth-of-type(4) {\n  transform: rotate(90deg);\n}\n.rst__loadingCirclePoint:nth-of-type(10) {\n  transform: rotate(270deg);\n}\n.rst__loadingCirclePoint:nth-of-type(4)::before,\n.rst__loadingCirclePoint:nth-of-type(10)::before {\n  animation-delay: -400ms;\n}\n.rst__loadingCirclePoint:nth-of-type(5) {\n  transform: rotate(120deg);\n}\n.rst__loadingCirclePoint:nth-of-type(11) {\n  transform: rotate(300deg);\n}\n.rst__loadingCirclePoint:nth-of-type(5)::before,\n.rst__loadingCirclePoint:nth-of-type(11)::before {\n  animation-delay: -266ms;\n}\n.rst__loadingCirclePoint:nth-of-type(6) {\n  transform: rotate(150deg);\n}\n.rst__loadingCirclePoint:nth-of-type(12) {\n  transform: rotate(330deg);\n}\n.rst__loadingCirclePoint:nth-of-type(6)::before,\n.rst__loadingCirclePoint:nth-of-type(12)::before {\n  animation-delay: -133ms;\n}\n.rst__loadingCirclePoint:nth-of-type(7) {\n  transform: rotate(180deg);\n}\n.rst__loadingCirclePoint:nth-of-type(13) {\n  transform: rotate(360deg);\n}\n.rst__loadingCirclePoint:nth-of-type(7)::before,\n.rst__loadingCirclePoint:nth-of-type(13)::before {\n  animation-delay: 0ms;\n}\n\n.rst__rowTitle {\n  font-weight: bold;\n}\n\n.rst__rowTitleWithSubtitle {\n  font-size: 85%;\n  display: block;\n  height: 0.8rem;\n}\n\n.rst__rowSubtitle {\n  font-size: 70%;\n  line-height: 1;\n}\n\n.rst__collapseButton,\n.rst__expandButton {\n  appearance: none;\n  border: none;\n  position: absolute;\n  border-radius: 100%;\n  box-shadow: 0 0 0 1px #000;\n  width: 16px;\n  height: 16px;\n  padding: 0;\n  top: 50%;\n  transform: translate(-50%, -50%);\n  cursor: pointer;\n}\n.rst__rtl.rst__collapseButton,\n.rst__rtl.rst__expandButton {\n  transform: translate(50%, -50%);\n}\n.rst__collapseButton:focus,\n.rst__expandButton:focus {\n  outline: none;\n  box-shadow: 0 0 0 1px #000, 0 0 1px 3px #83bef9;\n}\n.rst__collapseButton:hover:not(:active),\n.rst__expandButton:hover:not(:active) {\n  background-size: 24px;\n  height: 20px;\n  width: 20px;\n}\n\n.rst__collapseButton {\n  background: #fff\n    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjgiIGZpbGw9IiNGRkYiLz48ZyBzdHJva2U9IiM5ODk4OTgiIHN0cm9rZS13aWR0aD0iMS45IiA+PHBhdGggZD0iTTQuNSA5aDkiLz48L2c+Cjwvc3ZnPg==')\n    no-repeat center;\n}\n\n.rst__expandButton {\n  background: #fff\n    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjgiIGZpbGw9IiNGRkYiLz48ZyBzdHJva2U9IiM5ODk4OTgiIHN0cm9rZS13aWR0aD0iMS45IiA+PHBhdGggZD0iTTQuNSA5aDkiLz48cGF0aCBkPSJNOSA0LjV2OSIvPjwvZz4KPC9zdmc+')\n    no-repeat center;\n}\n\n/**\n * Line for under a node with children\n */\n.rst__lineChildren {\n  height: 100%;\n  display: inline-block;\n  position: absolute;\n}\n.rst__lineChildren::after {\n  content: '';\n  position: absolute;\n  background-color: black;\n  width: 1px;\n  left: 50%;\n  bottom: 0;\n  height: 10px;\n}\n\n.rst__rtl.rst__lineChildren::after {\n  right: 50%;\n  left: initial;\n}\n\n.rst__placeholder {\n  position: relative;\n  height: 68px;\n  max-width: 300px;\n  padding: 10px;\n}\n.rst__placeholder,\n.rst__placeholder > * {\n  box-sizing: border-box;\n}\n.rst__placeholder::before {\n  border: 3px dashed #d9d9d9;\n  content: '';\n  position: absolute;\n  top: 5px;\n  right: 5px;\n  bottom: 5px;\n  left: 5px;\n  z-index: -1;\n}\n\n/**\n * The outline of where the element will go if dropped, displayed while dragging\n */\n.rst__placeholderLandingPad,\n.rst__placeholderCancelPad {\n  border: none !important;\n  box-shadow: none !important;\n  outline: none !important;\n}\n.rst__placeholderLandingPad *,\n.rst__placeholderCancelPad * {\n  opacity: 0 !important;\n}\n.rst__placeholderLandingPad::before,\n.rst__placeholderCancelPad::before {\n  background-color: lightblue;\n  border-color: white;\n}\n\n/**\n * Alternate appearance of the landing pad when the dragged location is invalid\n */\n.rst__placeholderCancelPad::before {\n  background-color: #e6a8ad;\n}\n\n/* Collection default theme */\n\n.ReactVirtualized__Collection {\n}\n\n.ReactVirtualized__Collection__innerScrollContainer {\n}\n\n/* Grid default theme */\n\n.ReactVirtualized__Grid {\n}\n\n.ReactVirtualized__Grid__innerScrollContainer {\n}\n\n/* Table default theme */\n\n.ReactVirtualized__Table {\n}\n\n.ReactVirtualized__Table__Grid {\n}\n\n.ReactVirtualized__Table__headerRow {\n  font-weight: 700;\n  text-transform: uppercase;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: horizontal;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: row;\n          flex-direction: row;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n}\n.ReactVirtualized__Table__row {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: horizontal;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: row;\n          flex-direction: row;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n}\n\n.ReactVirtualized__Table__headerTruncatedText {\n  display: inline-block;\n  max-width: 100%;\n  white-space: nowrap;\n  text-overflow: ellipsis;\n  overflow: hidden;\n}\n\n.ReactVirtualized__Table__headerColumn,\n.ReactVirtualized__Table__rowColumn {\n  margin-right: 10px;\n  min-width: 0px;\n}\n.ReactVirtualized__Table__rowColumn {\n  text-overflow: ellipsis;\n  white-space: nowrap;\n}\n\n.ReactVirtualized__Table__headerColumn:first-of-type,\n.ReactVirtualized__Table__rowColumn:first-of-type {\n  margin-left: 10px;\n}\n.ReactVirtualized__Table__sortableHeaderColumn {\n  cursor: pointer;\n}\n\n.ReactVirtualized__Table__sortableHeaderIconContainer {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n}\n.ReactVirtualized__Table__sortableHeaderIcon {\n  -webkit-box-flex: 0;\n      -ms-flex: 0 0 24px;\n          flex: 0 0 24px;\n  height: 1em;\n  width: 1em;\n  fill: currentColor;\n}\n\n/* List default theme */\n\n.ReactVirtualized__List {\n}",""]),e.exports=t},"../node_modules/react-apollo/react-apollo.esm.js":function(e,t,n){n.d(t,"a",(function(){return f}));var r=n("react"),o=n("../node_modules/prop-types/index.js"),i=n("../node_modules/ts-invariant/lib/invariant.esm.js"),a=n("../node_modules/tslib/tslib.es6.js"),s=n("../node_modules/apollo-client/bundle.esm.js"),l=n("../node_modules/lodash.isequal/index.js"),u=n.n(l),c=(n("../node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js"),r.createContext&&Object(r.createContext)(void 0)),ApolloConsumer=function(e,t){function finish(t){if(!t||!t.client)throw new i.a;return e.children(t.client)}return c?Object(r.createElement)(c.Consumer,null,finish):finish(t)};ApolloConsumer.contextTypes={client:o.object.isRequired},ApolloConsumer.propTypes={children:o.func.isRequired};var d,f=function(e){function ApolloProvider(t,n){var r=e.call(this,t,n)||this;return r.operations=new Map,Object(i.b)(t.client),t.client.__operations_cache__||(t.client.__operations_cache__=r.operations),r}return Object(a.__extends)(ApolloProvider,e),ApolloProvider.prototype.getChildContext=function(){return{client:this.props.client,operations:this.props.client.__operations_cache__}},ApolloProvider.prototype.render=function(){return c?Object(r.createElement)(c.Provider,{value:this.getChildContext()},this.props.children):this.props.children},ApolloProvider.propTypes={client:o.object.isRequired,children:o.node.isRequired},ApolloProvider.childContextTypes={client:o.object.isRequired,operations:o.object},ApolloProvider}(r.Component);!function(e){e[e.Query=0]="Query",e[e.Mutation=1]="Mutation",e[e.Subscription=2]="Subscription"}(d||(d={}));var p=new Map;function parser(e){var t,n,r=p.get(e);if(r)return r;Object(i.b)(!!e&&!!e.kind);var o=e.definitions.filter((function(e){return"FragmentDefinition"===e.kind})),a=e.definitions.filter((function(e){return"OperationDefinition"===e.kind&&"query"===e.operation})),s=e.definitions.filter((function(e){return"OperationDefinition"===e.kind&&"mutation"===e.operation})),l=e.definitions.filter((function(e){return"OperationDefinition"===e.kind&&"subscription"===e.operation}));Object(i.b)(!o.length||a.length||s.length||l.length),Object(i.b)(a.length+s.length+l.length<=1),n=a.length?d.Query:d.Mutation,a.length||s.length||(n=d.Subscription);var u=a.length?a:s.length?s:l;Object(i.b)(1===u.length);var c=u[0];t=c.variableDefinitions||[];var f={name:c.name&&"Name"===c.name.kind?c.name.value:"data",type:n,variables:t};return p.set(e,f),f}function getClient(e,t){var n=e.client||t.client;return Object(i.b)(!!n),n}var h=Object.prototype.hasOwnProperty;function is(e,t){return e===t?0!==e||0!==t||1/e==1/t:e!=e&&t!=t}function isObject(e){return null!==e&&"object"==typeof e}function shallowEqual(e,t){if(is(e,t))return!0;if(!isObject(e)||!isObject(t))return!1;var n=Object.keys(e);return n.length===Object.keys(t).length&&n.every((function(n){return h.call(t,n)&&is(e[n],t[n])}))}!function(e){function Query(t,n){var r=e.call(this,t,n)||this;return r.hasMounted=!1,r.lastRenderedResult=null,r.startQuerySubscription=function(){r.querySubscription||(r.querySubscription=r.queryObservable.subscribe({next:function(e){r.lastRenderedResult&&r.lastRenderedResult.loading===e.loading&&r.lastRenderedResult.networkStatus===e.networkStatus&&shallowEqual(r.lastRenderedResult.data,e.data)||r.updateCurrentData()},error:function(e){if(r.resubscribeToQuery(),!e.hasOwnProperty("graphQLErrors"))throw e;r.updateCurrentData()}}))},r.removeQuerySubscription=function(){r.querySubscription&&(r.querySubscription.unsubscribe(),delete r.lastRenderedResult,delete r.querySubscription)},r.updateCurrentData=function(){r.handleErrorOrCompleted(),r.hasMounted&&r.forceUpdate()},r.handleErrorOrCompleted=function(){var e=r.queryObservable.currentResult(),t=e.data,n=e.loading,o=e.error,i=r.props,a=i.onCompleted,s=i.onError;!a||n||o?s&&!n&&o&&s(o):a(t)},r.getQueryResult=function(){var e={data:Object.create(null)};if(Object.assign(e,function observableQueryFields(e){return{variables:e.variables,refetch:e.refetch.bind(e),fetchMore:e.fetchMore.bind(e),updateQuery:e.updateQuery.bind(e),startPolling:e.startPolling.bind(e),stopPolling:e.stopPolling.bind(e),subscribeToMore:e.subscribeToMore.bind(e)}}(r.queryObservable)),r.props.skip)e=Object(a.__assign)({},e,{data:void 0,error:void 0,loading:!1});else{var t=r.queryObservable.currentResult(),n=t.loading,o=t.partial,i=t.networkStatus,l=t.errors,u=t.error;l&&l.length>0&&(u=new s.a({graphQLErrors:l}));var c=r.queryObservable.options.fetchPolicy;Object.assign(e,{loading:n,networkStatus:i,error:u});var d=r.lastRenderedResult?r.lastRenderedResult.data:{};if(n)Object.assign(e.data,d,t.data);else if(u)Object.assign(e,{data:(r.queryObservable.getLastResult()||{}).data});else if("no-cache"===c&&0===Object.keys(t.data).length)e.data=d;else{if(r.props.partialRefetch&&null!==t.data&&"object"==typeof t.data&&0===Object.keys(t.data).length&&o&&"cache-only"!==c)return Object.assign(e,{loading:!0,networkStatus:s.b.loading}),e.refetch(),r.lastRenderedResult=e,e;Object.assign(e.data,t.data)}}if(!r.querySubscription){var f=e.refetch;e.refetch=function(e){return r.querySubscription?f(e):new Promise((function(t,n){r.refetcherQueue={resolve:t,reject:n,args:e}}))}}return setTimeout((function(){if(r.queryObservable.resetQueryStoreErrors)r.queryObservable.resetQueryStoreErrors();else{var e=r.queryObservable,t=e.queryManager,n=e.queryId,o=t.queryStore.get(n);o&&(o.networkError=null,o.graphQLErrors=[])}})),e.client=r.client,r.lastRenderedResult=e,e},r.client=getClient(t,n),r.initializeQueryObservable(t),r}Object(a.__extends)(Query,e),Query.prototype.fetchData=function(){if(this.props.skip)return!1;var e=this.props,t=(e.children,e.ssr),n=(e.displayName,e.skip,e.client,e.onCompleted,e.onError,e.partialRefetch,Object(a.__rest)(e,["children","ssr","displayName","skip","client","onCompleted","onError","partialRefetch"])),r=n.fetchPolicy;if(!1===t)return!1;"network-only"!==r&&"cache-and-network"!==r||(r="cache-first");var o=this.client.watchQuery(Object(a.__assign)({},n,{fetchPolicy:r}));return this.context&&this.context.renderPromises&&this.context.renderPromises.registerSSRObservable(this,o),!!this.queryObservable.currentResult().loading&&o.result()},Query.prototype.componentDidMount=function(){if(this.hasMounted=!0,!this.props.skip&&(this.startQuerySubscription(),this.refetcherQueue)){var e=this.refetcherQueue,t=e.args,n=e.resolve,r=e.reject;this.queryObservable.refetch(t).then(n).catch(r)}},Query.prototype.componentWillReceiveProps=function(e,t){if(e.skip&&!this.props.skip)return this.queryObservable.resetLastResults(),void this.removeQuerySubscription();var n=getClient(e,t);shallowEqual(this.props,e)&&this.client===n||(this.client!==n&&(this.client=n,this.removeQuerySubscription(),this.queryObservable=null),this.props.query!==e.query&&(this.queryObservable.resetLastResults(),this.removeQuerySubscription()),this.updateQuery(e),e.skip||this.startQuerySubscription())},Query.prototype.componentWillUnmount=function(){this.removeQuerySubscription(),this.hasMounted=!1},Query.prototype.componentDidUpdate=function(e){(!u()(e.query,this.props.query)||!u()(e.variables,this.props.variables))&&this.handleErrorOrCompleted()},Query.prototype.render=function(){var e=this,t=this.context,finish=function(){return e.props.children(e.getQueryResult())};return t&&t.renderPromises?t.renderPromises.addQueryPromise(this,finish):finish()},Query.prototype.extractOptsFromProps=function(e){this.operation=parser(e.query),Object(i.b)(this.operation.type===d.Query);var t=e.displayName||"Query";return Object(a.__assign)({},e,{displayName:t,context:e.context||{},metadata:{reactComponent:{displayName:t}}})},Query.prototype.initializeQueryObservable=function(e){var t=this.extractOptsFromProps(e);this.setOperations(t),this.context&&this.context.renderPromises&&(this.queryObservable=this.context.renderPromises.getSSRObservable(this)),this.queryObservable||(this.queryObservable=this.client.watchQuery(t))},Query.prototype.setOperations=function(e){this.context.operations&&this.context.operations.set(this.operation.name,{query:e.query,variables:e.variables})},Query.prototype.updateQuery=function(e){this.queryObservable?this.setOperations(e):this.initializeQueryObservable(e),this.queryObservable.setOptions(this.extractOptsFromProps(e)).catch((function(){return null}))},Query.prototype.resubscribeToQuery=function(){this.removeQuerySubscription();var e=this.queryObservable.getLastError(),t=this.queryObservable.getLastResult();this.queryObservable.resetLastResults(),this.startQuerySubscription(),Object.assign(this.queryObservable,{lastError:e,lastResult:t})},Query.contextTypes={client:o.object,operations:o.object,renderPromises:o.object},Query.propTypes={client:o.object,children:o.func.isRequired,fetchPolicy:o.string,notifyOnNetworkStatusChange:o.bool,onCompleted:o.func,onError:o.func,pollInterval:o.number,query:o.object.isRequired,variables:o.object,ssr:o.bool,partialRefetch:o.bool,returnPartialData:o.bool}}(r.Component);var g={loading:!1,called:!1,error:void 0,data:void 0};(function(e){function Mutation(t,n){var r=e.call(this,t,n)||this;return r.hasMounted=!1,r.runMutation=function(e){void 0===e&&(e={}),r.onMutationStart();var t=r.generateNewMutationId();return r.mutate(e).then((function(e){return r.onMutationCompleted(e,t),e})).catch((function(e){if(r.onMutationError(e,t),!r.props.onError)throw e}))},r.mutate=function(e){var t=r.props,n=t.mutation,o=t.variables,i=t.optimisticResponse,s=t.update,l=t.context,u=void 0===l?{}:l,c=t.awaitRefetchQueries,d=void 0!==c&&c,f=t.fetchPolicy,p=Object(a.__assign)({},e),h=p.refetchQueries||r.props.refetchQueries;h&&h.length&&Array.isArray(h)&&(h=h.map((function(e){return"string"==typeof e&&r.context.operations&&r.context.operations.get(e)||e})),delete p.refetchQueries);var g=Object.assign({},o,p.variables);return delete p.variables,r.client.mutate(Object(a.__assign)({mutation:n,optimisticResponse:i,refetchQueries:h,awaitRefetchQueries:d,update:s,context:u,fetchPolicy:f,variables:g},p))},r.onMutationStart=function(){r.state.loading||r.props.ignoreResults||r.setState({loading:!0,error:void 0,data:void 0,called:!0})},r.onMutationCompleted=function(e,t){var n=r.props,o=n.onCompleted,i=n.ignoreResults,a=e.data,l=e.errors,u=l&&l.length>0?new s.a({graphQLErrors:l}):void 0,callOncomplete=function(){return o?o(a):null};r.hasMounted&&r.isMostRecentMutation(t)&&!i?r.setState({loading:!1,data:a,error:u},callOncomplete):callOncomplete()},r.onMutationError=function(e,t){var n=r.props.onError,callOnError=function(){return n?n(e):null};r.hasMounted&&r.isMostRecentMutation(t)?r.setState({loading:!1,error:e},callOnError):callOnError()},r.generateNewMutationId=function(){return r.mostRecentMutationId=r.mostRecentMutationId+1,r.mostRecentMutationId},r.isMostRecentMutation=function(e){return r.mostRecentMutationId===e},r.verifyDocumentIsMutation=function(e){var t=parser(e);Object(i.b)(t.type===d.Mutation)},r.client=getClient(t,n),r.verifyDocumentIsMutation(t.mutation),r.mostRecentMutationId=0,r.state=g,r}Object(a.__extends)(Mutation,e),Mutation.prototype.componentDidMount=function(){this.hasMounted=!0},Mutation.prototype.componentWillUnmount=function(){this.hasMounted=!1},Mutation.prototype.componentWillReceiveProps=function(e,t){var n=getClient(e,t);shallowEqual(this.props,e)&&this.client===n||(this.props.mutation!==e.mutation&&this.verifyDocumentIsMutation(e.mutation),this.client!==n&&(this.client=n,this.setState(g)))},Mutation.prototype.render=function(){var e=this.props.children,t=this.state,n=t.loading,r=t.data,o=t.error,i={called:t.called,loading:n,data:r,error:o,client:this.client};return e(this.runMutation,i)},Mutation.contextTypes={client:o.object,operations:o.object},Mutation.propTypes={mutation:o.object.isRequired,variables:o.object,optimisticResponse:o.object,refetchQueries:Object(o.oneOfType)([Object(o.arrayOf)(Object(o.oneOfType)([o.string,o.object])),o.func]),awaitRefetchQueries:o.bool,update:o.func,children:o.func.isRequired,onCompleted:o.func,onError:o.func,fetchPolicy:o.string}})(r.Component),function(e){function Subscription(t,n){var r=e.call(this,t,n)||this;return r.initialize=function(e){r.queryObservable||(r.queryObservable=r.client.subscribe({query:e.subscription,variables:e.variables,fetchPolicy:e.fetchPolicy}))},r.startSubscription=function(){r.querySubscription||(r.querySubscription=r.queryObservable.subscribe({next:r.updateCurrentData,error:r.updateError,complete:r.completeSubscription}))},r.getInitialState=function(){return{loading:!0,error:void 0,data:void 0}},r.updateCurrentData=function(e){var t=r,n=t.client,o=t.props.onSubscriptionData;r.setState({data:e.data,loading:!1,error:void 0}),o&&o({client:n,subscriptionData:e})},r.updateError=function(e){r.setState({error:e,loading:!1})},r.completeSubscription=function(){var e=r.props.onSubscriptionComplete;e&&e(),r.endSubscription()},r.endSubscription=function(){r.querySubscription&&(r.querySubscription.unsubscribe(),delete r.querySubscription)},r.client=getClient(t,n),r.initialize(t),r.state=r.getInitialState(),r}Object(a.__extends)(Subscription,e),Subscription.prototype.componentDidMount=function(){this.startSubscription()},Subscription.prototype.componentWillReceiveProps=function(e,t){var n=getClient(e,t);if(!shallowEqual(this.props.variables,e.variables)||this.client!==n||this.props.subscription!==e.subscription){var r=e.shouldResubscribe;"function"==typeof r&&(r=!!r(this.props,e));var o=!1===r;if(this.client!==n&&(this.client=n),!o)return this.endSubscription(),delete this.queryObservable,this.initialize(e),this.startSubscription(),void this.setState(this.getInitialState());this.initialize(e),this.startSubscription()}},Subscription.prototype.componentWillUnmount=function(){this.endSubscription()},Subscription.prototype.render=function(){var e=this.props.children;return e?e(Object.assign({},this.state,{variables:this.props.variables})):null},Subscription.contextTypes={client:o.object},Subscription.propTypes={subscription:o.object.isRequired,variables:o.object,children:o.func,onSubscriptionData:o.func,onSubscriptionComplete:o.func,shouldResubscribe:Object(o.oneOfType)([o.func,o.bool])}}(r.Component);!function(e){function GraphQLBase(t){var n=e.call(this,t)||this;return n.withRef=!1,n.setWrappedInstance=n.setWrappedInstance.bind(n),n}Object(a.__extends)(GraphQLBase,e),GraphQLBase.prototype.getWrappedInstance=function(){return Object(i.b)(this.withRef),this.wrappedInstance},GraphQLBase.prototype.setWrappedInstance=function(e){this.wrappedInstance=e}}(r.Component);!function(){function RenderPromises(){this.queryPromises=new Map,this.queryInfoTrie=new Map}RenderPromises.prototype.registerSSRObservable=function(e,t){this.lookupQueryInfo(e).observable=t},RenderPromises.prototype.getSSRObservable=function(e){return this.lookupQueryInfo(e).observable},RenderPromises.prototype.addQueryPromise=function(e,t){return this.lookupQueryInfo(e).seen?t():(this.queryPromises.set(e,new Promise((function(t){t(e.fetchData())}))),null)},RenderPromises.prototype.hasPromises=function(){return this.queryPromises.size>0},RenderPromises.prototype.consumeAndAwaitPromises=function(){var e=this,t=[];return this.queryPromises.forEach((function(n,r){e.lookupQueryInfo(r).seen=!0,t.push(n)})),this.queryPromises.clear(),Promise.all(t)},RenderPromises.prototype.lookupQueryInfo=function(e){var t=this.queryInfoTrie,n=e.props,r=n.query,o=n.variables,i=t.get(r)||new Map;t.has(r)||t.set(r,i);var a=JSON.stringify(o),s=i.get(a)||{seen:!1,observable:null};return i.has(a)||i.set(a,s),s}}()},"../node_modules/react-dnd-html5-backend/dist/esm/index.js":function(e,t,n){var r={};function memoize(e){var t=null;return function memoized(){return null==t&&(t=e()),t}}function _defineProperties(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}n.r(r),n.d(r,"FILE",(function(){return c})),n.d(r,"URL",(function(){return d})),n.d(r,"TEXT",(function(){return f}));var o=function(){function EnterLeaveCounter(e){!function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,EnterLeaveCounter),this.entered=[],this.isNodeInDocument=e}return function _createClass(e,t,n){return t&&_defineProperties(e.prototype,t),n&&_defineProperties(e,n),e}(EnterLeaveCounter,[{key:"enter",value:function enter(e){var t=this,n=this.entered.length;return this.entered=function union(e,t){var n=new Set,r=function insertItem(e){return n.add(e)};e.forEach(r),t.forEach(r);var o=[];return n.forEach((function(e){return o.push(e)})),o}(this.entered.filter((function isNodeEntered(n){return t.isNodeInDocument(n)&&(!n.contains||n.contains(e))})),[e]),0===n&&this.entered.length>0}},{key:"leave",value:function leave(e){var t=this.entered.length;return this.entered=function without(e,t){return e.filter((function(e){return e!==t}))}(this.entered.filter(this.isNodeInDocument),e),t>0&&0===this.entered.length}},{key:"reset",value:function reset(){this.entered=[]}}]),EnterLeaveCounter}(),i=memoize((function(){return/firefox/i.test(navigator.userAgent)})),a=memoize((function(){return Boolean(window.safari)}));function MonotonicInterpolant_defineProperties(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var s=function(){function MonotonicInterpolant(e,t){!function MonotonicInterpolant_classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,MonotonicInterpolant);for(var n=e.length,r=[],o=0;o<n;o++)r.push(o);r.sort((function(t,n){return e[t]<e[n]?-1:1}));for(var i,a,s=[],l=[],u=[],c=0;c<n-1;c++)i=e[c+1]-e[c],a=t[c+1]-t[c],l.push(i),s.push(a),u.push(a/i);for(var d=[u[0]],f=0;f<l.length-1;f++){var p=u[f],h=u[f+1];if(p*h<=0)d.push(0);else{i=l[f];var g=l[f+1],b=i+g;d.push(3*b/((b+g)/p+(b+i)/h))}}d.push(u[u.length-1]);for(var v,m=[],y=[],_=0;_<d.length-1;_++){v=u[_];var w=d[_],x=1/l[_],S=w+d[_+1]-v-v;m.push((v-w-S)*x),y.push(S*x*x)}this.xs=e,this.ys=t,this.c1s=d,this.c2s=m,this.c3s=y}return function MonotonicInterpolant_createClass(e,t,n){return t&&MonotonicInterpolant_defineProperties(e.prototype,t),n&&MonotonicInterpolant_defineProperties(e,n),e}(MonotonicInterpolant,[{key:"interpolate",value:function interpolate(e){var t=this.xs,n=this.ys,r=this.c1s,o=this.c2s,i=this.c3s,a=t.length-1;if(e===t[a])return n[a];for(var s,l=0,u=i.length-1;l<=u;){var c=t[s=Math.floor(.5*(l+u))];if(c<e)l=s+1;else{if(!(c>e))return n[s];u=s-1}}var d=e-t[a=Math.max(0,u)],f=d*d;return n[a]+r[a]*d+o[a]*f+i[a]*d*f}}]),MonotonicInterpolant}(),l=1;function getNodeClientOffset(e){var t=e.nodeType===l?e:e.parentElement;if(!t)return null;var n=t.getBoundingClientRect(),r=n.top;return{x:n.left,y:r}}function getEventClientOffset(e){return{x:e.clientX,y:e.clientY}}function getDragPreviewOffset(e,t,n,r,o){var l=function isImageNode(e){return"IMG"===e.nodeName&&(i()||!document.documentElement.contains(e))}(t),u=getNodeClientOffset(l?e:t),c={x:n.x-u.x,y:n.y-u.y},d=e.offsetWidth,f=e.offsetHeight,p=r.anchorX,h=r.anchorY,g=function getDragPreviewSize(e,t,n,r){var o=e?t.width:n,i=e?t.height:r;return a()&&e&&(i/=window.devicePixelRatio,o/=window.devicePixelRatio),{dragPreviewWidth:o,dragPreviewHeight:i}}(l,t,d,f),b=g.dragPreviewWidth,v=g.dragPreviewHeight,m=o.offsetX,y=o.offsetY,_=0===y||y;return{x:0===m||m?m:function calculateXOffset(){return new s([0,.5,1],[c.x,c.x/d*b,c.x+b-d]).interpolate(p)}(),y:_?y:function calculateYOffset(){var e=new s([0,.5,1],[c.y,c.y/f*v,c.y+v-f]).interpolate(h);return a()&&l&&(e+=(window.devicePixelRatio-1)*v),e}()}}var u,c="__NATIVE_FILE__",d="__NATIVE_URL__",f="__NATIVE_TEXT__";function getDataFromDataTransfer(e,t,n){var r=t.reduce((function(t,n){return t||e.getData(n)}),"");return null!=r?r:n}function _defineProperty(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var p=(_defineProperty(u={},c,{exposeProperties:{files:function files(e){return Array.prototype.slice.call(e.files)},items:function items(e){return e.items}},matchesTypes:["Files"]}),_defineProperty(u,d,{exposeProperties:{urls:function urls(e,t){return getDataFromDataTransfer(e,t,"").split("\n")}},matchesTypes:["Url","text/uri-list"]}),_defineProperty(u,f,{exposeProperties:{text:function text(e,t){return getDataFromDataTransfer(e,t,"")}},matchesTypes:["Text","text/plain"]}),u);function NativeDragSource_defineProperties(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var h=function(){function NativeDragSource(e){!function NativeDragSource_classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,NativeDragSource),this.config=e,this.item={},this.initializeExposedProperties()}return function NativeDragSource_createClass(e,t,n){return t&&NativeDragSource_defineProperties(e.prototype,t),n&&NativeDragSource_defineProperties(e,n),e}(NativeDragSource,[{key:"initializeExposedProperties",value:function initializeExposedProperties(){var e=this;Object.keys(this.config.exposeProperties).forEach((function(t){Object.defineProperty(e.item,t,{configurable:!0,enumerable:!0,get:function get(){return console.warn("Browser doesn't allow reading \"".concat(t,'" until the drop event.')),null}})}))}},{key:"loadDataTransfer",value:function loadDataTransfer(e){var t=this;if(e){var n={};Object.keys(this.config.exposeProperties).forEach((function(r){n[r]={value:t.config.exposeProperties[r](e,t.config.matchesTypes),configurable:!0,enumerable:!0}})),Object.defineProperties(this.item,n)}}},{key:"canDrag",value:function canDrag(){return!0}},{key:"beginDrag",value:function beginDrag(){return this.item}},{key:"isDragging",value:function isDragging(e,t){return t===e.getSourceId()}},{key:"endDrag",value:function endDrag(){}}]),NativeDragSource}();function matchNativeItemType(e){if(!e)return null;var t=Array.prototype.slice.call(e.types||[]);return Object.keys(p).filter((function(e){return p[e].matchesTypes.some((function(e){return t.indexOf(e)>-1}))}))[0]||null}function OptionsReader_defineProperties(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var g=function(){function OptionsReader(e){!function OptionsReader_classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,OptionsReader),this.globalContext=e}return function OptionsReader_createClass(e,t,n){return t&&OptionsReader_defineProperties(e.prototype,t),n&&OptionsReader_defineProperties(e,n),e}(OptionsReader,[{key:"window",get:function get(){return this.globalContext?this.globalContext:"undefined"!=typeof window?window:void 0}},{key:"document",get:function get(){if(this.window)return this.window.document}}]),OptionsReader}();function ownKeys(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(n),!0).forEach((function(t){HTML5Backend_defineProperty(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function HTML5Backend_defineProperty(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function HTML5Backend_defineProperties(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var b=function(){function HTML5Backend(e,t){var n=this;!function HTML5Backend_classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,HTML5Backend),this.sourcePreviewNodes=new Map,this.sourcePreviewNodeOptions=new Map,this.sourceNodes=new Map,this.sourceNodeOptions=new Map,this.dragStartSourceIds=null,this.dropTargetIds=[],this.dragEnterTargetIds=[],this.currentNativeSource=null,this.currentNativeHandle=null,this.currentDragSourceNode=null,this.altKeyPressed=!1,this.mouseMoveTimeoutTimer=null,this.asyncEndDragFrameId=null,this.dragOverTargetIds=null,this.getSourceClientOffset=function(e){return getNodeClientOffset(n.sourceNodes.get(e))},this.endDragNativeItem=function(){n.isDraggingNativeItem()&&(n.actions.endDrag(),n.registry.removeSource(n.currentNativeHandle),n.currentNativeHandle=null,n.currentNativeSource=null)},this.isNodeInDocument=function(e){return n.document&&n.document.body&&document.body.contains(e)},this.endDragIfSourceWasRemovedFromDOM=function(){var e=n.currentDragSourceNode;n.isNodeInDocument(e)||n.clearCurrentDragSourceNode()&&n.actions.endDrag()},this.handleTopDragStartCapture=function(){n.clearCurrentDragSourceNode(),n.dragStartSourceIds=[]},this.handleTopDragStart=function(e){if(!e.defaultPrevented){var t=n.dragStartSourceIds;n.dragStartSourceIds=null;var r=getEventClientOffset(e);n.monitor.isDragging()&&n.actions.endDrag(),n.actions.beginDrag(t||[],{publishSource:!1,getSourceClientOffset:n.getSourceClientOffset,clientOffset:r});var o=e.dataTransfer,i=matchNativeItemType(o);if(n.monitor.isDragging()){if(o&&"function"==typeof o.setDragImage){var a=n.monitor.getSourceId(),s=n.sourceNodes.get(a),l=n.sourcePreviewNodes.get(a)||s;if(l){var u=n.getCurrentSourcePreviewNodeOptions(),c=getDragPreviewOffset(s,l,r,{anchorX:u.anchorX,anchorY:u.anchorY},{offsetX:u.offsetX,offsetY:u.offsetY});o.setDragImage(l,c.x,c.y)}}try{o.setData("application/json",{})}catch(e){}n.setCurrentDragSourceNode(e.target),n.getCurrentSourcePreviewNodeOptions().captureDraggingState?n.actions.publishDragSource():setTimeout((function(){return n.actions.publishDragSource()}),0)}else if(i)n.beginDragNativeItem(i);else{if(o&&!o.types&&(e.target&&!e.target.hasAttribute||!e.target.hasAttribute("draggable")))return;e.preventDefault()}}},this.handleTopDragEndCapture=function(){n.clearCurrentDragSourceNode()&&n.actions.endDrag()},this.handleTopDragEnterCapture=function(e){if(n.dragEnterTargetIds=[],n.enterLeaveCounter.enter(e.target)&&!n.monitor.isDragging()){var t=e.dataTransfer,r=matchNativeItemType(t);r&&n.beginDragNativeItem(r,t)}},this.handleTopDragEnter=function(e){var t=n.dragEnterTargetIds;(n.dragEnterTargetIds=[],n.monitor.isDragging())&&(n.altKeyPressed=e.altKey,i()||n.actions.hover(t,{clientOffset:getEventClientOffset(e)}),t.some((function(e){return n.monitor.canDropOnTarget(e)}))&&(e.preventDefault(),e.dataTransfer&&(e.dataTransfer.dropEffect=n.getCurrentDropEffect())))},this.handleTopDragOverCapture=function(){n.dragOverTargetIds=[]},this.handleTopDragOver=function(e){var t=n.dragOverTargetIds;if(n.dragOverTargetIds=[],!n.monitor.isDragging())return e.preventDefault(),void(e.dataTransfer&&(e.dataTransfer.dropEffect="none"));n.altKeyPressed=e.altKey,n.actions.hover(t||[],{clientOffset:getEventClientOffset(e)}),(t||[]).some((function(e){return n.monitor.canDropOnTarget(e)}))?(e.preventDefault(),e.dataTransfer&&(e.dataTransfer.dropEffect=n.getCurrentDropEffect())):n.isDraggingNativeItem()?e.preventDefault():(e.preventDefault(),e.dataTransfer&&(e.dataTransfer.dropEffect="none"))},this.handleTopDragLeaveCapture=function(e){n.isDraggingNativeItem()&&e.preventDefault(),n.enterLeaveCounter.leave(e.target)&&n.isDraggingNativeItem()&&n.endDragNativeItem()},this.handleTopDropCapture=function(e){n.dropTargetIds=[],e.preventDefault(),n.isDraggingNativeItem()&&n.currentNativeSource.loadDataTransfer(e.dataTransfer),n.enterLeaveCounter.reset()},this.handleTopDrop=function(e){var t=n.dropTargetIds;n.dropTargetIds=[],n.actions.hover(t,{clientOffset:getEventClientOffset(e)}),n.actions.drop({dropEffect:n.getCurrentDropEffect()}),n.isDraggingNativeItem()?n.endDragNativeItem():n.endDragIfSourceWasRemovedFromDOM()},this.handleSelectStart=function(e){var t=e.target;"function"==typeof t.dragDrop&&("INPUT"===t.tagName||"SELECT"===t.tagName||"TEXTAREA"===t.tagName||t.isContentEditable||(e.preventDefault(),t.dragDrop()))},this.options=new g(t),this.actions=e.getActions(),this.monitor=e.getMonitor(),this.registry=e.getRegistry(),this.enterLeaveCounter=new o(this.isNodeInDocument)}return function HTML5Backend_createClass(e,t,n){return t&&HTML5Backend_defineProperties(e.prototype,t),n&&HTML5Backend_defineProperties(e,n),e}(HTML5Backend,[{key:"setup",value:function setup(){if(void 0!==this.window){if(this.window.__isReactDndBackendSetUp)throw new Error("Cannot have two HTML5 backends at the same time.");this.window.__isReactDndBackendSetUp=!0,this.addEventListeners(this.window)}}},{key:"teardown",value:function teardown(){void 0!==this.window&&(this.window.__isReactDndBackendSetUp=!1,this.removeEventListeners(this.window),this.clearCurrentDragSourceNode(),this.asyncEndDragFrameId&&this.window.cancelAnimationFrame(this.asyncEndDragFrameId))}},{key:"connectDragPreview",value:function connectDragPreview(e,t,n){var r=this;return this.sourcePreviewNodeOptions.set(e,n),this.sourcePreviewNodes.set(e,t),function(){r.sourcePreviewNodes.delete(e),r.sourcePreviewNodeOptions.delete(e)}}},{key:"connectDragSource",value:function connectDragSource(e,t,n){var r=this;this.sourceNodes.set(e,t),this.sourceNodeOptions.set(e,n);var o=function handleDragStart(t){return r.handleDragStart(t,e)},i=function handleSelectStart(e){return r.handleSelectStart(e)};return t.setAttribute("draggable","true"),t.addEventListener("dragstart",o),t.addEventListener("selectstart",i),function(){r.sourceNodes.delete(e),r.sourceNodeOptions.delete(e),t.removeEventListener("dragstart",o),t.removeEventListener("selectstart",i),t.setAttribute("draggable","false")}}},{key:"connectDropTarget",value:function connectDropTarget(e,t){var n=this,r=function handleDragEnter(t){return n.handleDragEnter(t,e)},o=function handleDragOver(t){return n.handleDragOver(t,e)},i=function handleDrop(t){return n.handleDrop(t,e)};return t.addEventListener("dragenter",r),t.addEventListener("dragover",o),t.addEventListener("drop",i),function(){t.removeEventListener("dragenter",r),t.removeEventListener("dragover",o),t.removeEventListener("drop",i)}}},{key:"addEventListeners",value:function addEventListeners(e){e.addEventListener&&(e.addEventListener("dragstart",this.handleTopDragStart),e.addEventListener("dragstart",this.handleTopDragStartCapture,!0),e.addEventListener("dragend",this.handleTopDragEndCapture,!0),e.addEventListener("dragenter",this.handleTopDragEnter),e.addEventListener("dragenter",this.handleTopDragEnterCapture,!0),e.addEventListener("dragleave",this.handleTopDragLeaveCapture,!0),e.addEventListener("dragover",this.handleTopDragOver),e.addEventListener("dragover",this.handleTopDragOverCapture,!0),e.addEventListener("drop",this.handleTopDrop),e.addEventListener("drop",this.handleTopDropCapture,!0))}},{key:"removeEventListeners",value:function removeEventListeners(e){e.removeEventListener&&(e.removeEventListener("dragstart",this.handleTopDragStart),e.removeEventListener("dragstart",this.handleTopDragStartCapture,!0),e.removeEventListener("dragend",this.handleTopDragEndCapture,!0),e.removeEventListener("dragenter",this.handleTopDragEnter),e.removeEventListener("dragenter",this.handleTopDragEnterCapture,!0),e.removeEventListener("dragleave",this.handleTopDragLeaveCapture,!0),e.removeEventListener("dragover",this.handleTopDragOver),e.removeEventListener("dragover",this.handleTopDragOverCapture,!0),e.removeEventListener("drop",this.handleTopDrop),e.removeEventListener("drop",this.handleTopDropCapture,!0))}},{key:"getCurrentSourceNodeOptions",value:function getCurrentSourceNodeOptions(){var e=this.monitor.getSourceId(),t=this.sourceNodeOptions.get(e);return _objectSpread({dropEffect:this.altKeyPressed?"copy":"move"},t||{})}},{key:"getCurrentDropEffect",value:function getCurrentDropEffect(){return this.isDraggingNativeItem()?"copy":this.getCurrentSourceNodeOptions().dropEffect}},{key:"getCurrentSourcePreviewNodeOptions",value:function getCurrentSourcePreviewNodeOptions(){var e=this.monitor.getSourceId();return _objectSpread({anchorX:.5,anchorY:.5,captureDraggingState:!1},this.sourcePreviewNodeOptions.get(e)||{})}},{key:"isDraggingNativeItem",value:function isDraggingNativeItem(){var e=this.monitor.getItemType();return Object.keys(r).some((function(t){return r[t]===e}))}},{key:"beginDragNativeItem",value:function beginDragNativeItem(e,t){this.clearCurrentDragSourceNode(),this.currentNativeSource=function createNativeDragSource(e,t){var n=new h(p[e]);return n.loadDataTransfer(t),n}(e,t),this.currentNativeHandle=this.registry.addSource(e,this.currentNativeSource),this.actions.beginDrag([this.currentNativeHandle])}},{key:"setCurrentDragSourceNode",value:function setCurrentDragSourceNode(e){var t=this;this.clearCurrentDragSourceNode(),this.currentDragSourceNode=e;this.mouseMoveTimeoutTimer=setTimeout((function(){return t.window&&t.window.addEventListener("mousemove",t.endDragIfSourceWasRemovedFromDOM,!0)}),1e3)}},{key:"clearCurrentDragSourceNode",value:function clearCurrentDragSourceNode(){return!!this.currentDragSourceNode&&(this.currentDragSourceNode=null,this.window&&(this.window.clearTimeout(this.mouseMoveTimeoutTimer||void 0),this.window.removeEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)),this.mouseMoveTimeoutTimer=null,!0)}},{key:"handleDragStart",value:function handleDragStart(e,t){e.defaultPrevented||(this.dragStartSourceIds||(this.dragStartSourceIds=[]),this.dragStartSourceIds.unshift(t))}},{key:"handleDragEnter",value:function handleDragEnter(e,t){this.dragEnterTargetIds.unshift(t)}},{key:"handleDragOver",value:function handleDragOver(e,t){null===this.dragOverTargetIds&&(this.dragOverTargetIds=[]),this.dragOverTargetIds.unshift(t)}},{key:"handleDrop",value:function handleDrop(e,t){this.dropTargetIds.unshift(t)}},{key:"window",get:function get(){return this.options.window}},{key:"document",get:function get(){return this.options.document}}]),HTML5Backend}();t.a=function createHTML5Backend(e,t){return new b(e,t)}},"../node_modules/react-dnd/dist/esm/common/DndContext.js":function(e,t,n){n.d(t,"a",(function(){return i})),n.d(t,"b",(function(){return createDndContext}));var r=n("react"),o=n("../node_modules/dnd-core/dist/esm/factories.js"),i=r.createContext({dragDropManager:void 0});function createDndContext(e,t,n,r){return{dragDropManager:Object(o.a)(e,t,n,r)}}},"../node_modules/react-dnd/dist/esm/common/DndProvider.js":function(e,t,n){(function(e){n.d(t,"a",(function(){return a}));var r=n("react"),o=n("../node_modules/react-dnd/dist/esm/common/DndContext.js");function _slicedToArray(e,t){return function _arrayWithHoles(e){if(Array.isArray(e))return e}(e)||function _iterableToArrayLimit(e,t){if(!(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e)))return;var n=[],r=!0,o=!1,i=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(o)throw i}}return n}(e,t)||function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function _objectWithoutProperties(e,t){if(null==e)return{};var n,r,o=function _objectWithoutPropertiesLoose(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var i=0,a=Object(r.memo)((function(e){var t=e.children,n=_slicedToArray(function getDndContextValue(e){if("manager"in e){return[{dragDropManager:e.manager},!1]}var t=function createSingletonDndContext(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:getGlobalContext(),n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0,i=t;i[s]||(i[s]=Object(o.b)(e,t,n,r));return i[s]}(e.backend,e.context,e.options,e.debugMode),n=!e.context;return[t,n]}(_objectWithoutProperties(e,["children"])),2),a=n[0],l=n[1];return r.useEffect((function(){return l&&i++,function(){l&&(0===--i&&(getGlobalContext()[s]=null))}}),[]),r.createElement(o.a.Provider,{value:a},t)}));a.displayName="DndProvider";var s=Symbol.for("__REACT_DND_CONTEXT_INSTANCE__");function getGlobalContext(){return void 0!==e?e:window}}).call(this,n("../node_modules/webpack/buildin/global.js"))},"../node_modules/react-dom/cjs/react-dom-server.browser.production.min.js":function(e,t,n){
/** @license React v16.12.0
 * react-dom-server.browser.production.min.js
 *
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
var r=n("../node_modules/object-assign/index.js"),o=n("react");function q(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var i="function"==typeof Symbol&&Symbol.for,s=i?Symbol.for("react.portal"):60106,l=i?Symbol.for("react.fragment"):60107,u=i?Symbol.for("react.strict_mode"):60108,c=i?Symbol.for("react.profiler"):60114,f=i?Symbol.for("react.provider"):60109,p=i?Symbol.for("react.context"):60110,h=i?Symbol.for("react.concurrent_mode"):60111,g=i?Symbol.for("react.forward_ref"):60112,b=i?Symbol.for("react.suspense"):60113,v=i?Symbol.for("react.suspense_list"):60120,m=i?Symbol.for("react.memo"):60115,y=i?Symbol.for("react.lazy"):60116,_=i?Symbol.for("react.fundamental"):60117,w=i?Symbol.for("react.scope"):60119,x=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function D(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case l:return"Fragment";case s:return"Portal";case c:return"Profiler";case u:return"StrictMode";case b:return"Suspense";case v:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case p:return"Context.Consumer";case f:return"Context.Provider";case g:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(""!==t?"ForwardRef("+t+")":"ForwardRef");case m:return D(e.type);case y:if(e=1===e._status?e._result:null)return D(e)}return null}x.hasOwnProperty("ReactCurrentDispatcher")||(x.ReactCurrentDispatcher={current:null}),x.hasOwnProperty("ReactCurrentBatchConfig")||(x.ReactCurrentBatchConfig={suspense:null});var S={};function E(e,t){for(var n=0|e._threadCount;n<=t;n++)e[n]=e._currentValue2,e._threadCount=n+1}for(var C=new Uint16Array(16),O=0;15>O;O++)C[O]=O+1;C[15]=0;var k=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,P=Object.prototype.hasOwnProperty,T={},j={};function ta(e){return!!P.call(j,e)||!P.call(T,e)&&(k.test(e)?j[e]=!0:(T[e]=!0,!1))}function J(e,t,n,r,o,i){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=o,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=i}var I={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){I[e]=new J(e,0,!1,e,null,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];I[t]=new J(t,1,!1,e[1],null,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){I[e]=new J(e,2,!1,e.toLowerCase(),null,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){I[e]=new J(e,2,!1,e,null,!1)})),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach((function(e){I[e]=new J(e,3,!1,e.toLowerCase(),null,!1)})),["checked","multiple","muted","selected"].forEach((function(e){I[e]=new J(e,3,!0,e,null,!1)})),["capture","download"].forEach((function(e){I[e]=new J(e,4,!1,e,null,!1)})),["cols","rows","size","span"].forEach((function(e){I[e]=new J(e,6,!1,e,null,!1)})),["rowSpan","start"].forEach((function(e){I[e]=new J(e,5,!1,e.toLowerCase(),null,!1)}));var R=/[\-:]([a-z])/g;function M(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach((function(e){var t=e.replace(R,M);I[t]=new J(t,1,!1,e,null,!1)})),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach((function(e){var t=e.replace(R,M);I[t]=new J(t,1,!1,e,"http://www.w3.org/1999/xlink",!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(R,M);I[t]=new J(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1)})),["tabIndex","crossOrigin"].forEach((function(e){I[e]=new J(e,1,!1,e.toLowerCase(),null,!1)})),I.xlinkHref=new J("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0),["src","href","action","formAction"].forEach((function(e){I[e]=new J(e,1,!1,e.toLowerCase(),null,!0)}));var L=/["'&<>]/;function N(e){if("boolean"==typeof e||"number"==typeof e)return""+e;e=""+e;var t=L.exec(e);if(t){var n,r="",o=0;for(n=t.index;n<e.length;n++){switch(e.charCodeAt(n)){case 34:t="&quot;";break;case 38:t="&amp;";break;case 39:t="&#x27;";break;case 60:t="&lt;";break;case 62:t="&gt;";break;default:continue}o!==n&&(r+=e.substring(o,n)),o=n+1,r+=t}e=o!==n?r+e.substring(o,n):r}return e}function xa(e,t){var n,r=I.hasOwnProperty(e)?I[e]:null;return(n="style"!==e)&&(n=null!==r?0===r.type:2<e.length&&("o"===e[0]||"O"===e[0])&&("n"===e[1]||"N"===e[1])),n||function va(e,t,n,r){if(null==t||function ua(e,t,n,r){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!r&&(null!==n?!n.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e);default:return!1}}(e,t,n,r))return!0;if(r)return!1;if(null!==n)switch(n.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}(e,t,r,!1)?"":null!==r?(e=r.attributeName,3===(n=r.type)||4===n&&!0===t?e+'=""':(r.sanitizeURL&&(t=""+t),e+'="'+N(t)+'"')):ta(e)?e+'="'+N(t)+'"':""}var z="function"==typeof Object.is?Object.is:function ya(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},F=null,A=null,H=null,Q=!1,V=!1,B=null,G=0;function W(){if(null===F)throw Error(q(321));return F}function Aa(){if(0<G)throw Error(q(312));return{memoizedState:null,queue:null,next:null}}function Ba(){return null===H?null===A?(Q=!1,A=H=Aa()):(Q=!0,H=A):null===H.next?(Q=!1,H=H.next=Aa()):(Q=!0,H=H.next),H}function Ca(e,t,n,r){for(;V;)V=!1,G+=1,H=null,n=e(t,r);return A=F=null,G=0,H=B=null,n}function Da(e,t){return"function"==typeof t?t(e):t}function Ea(e,t,n){if(F=W(),H=Ba(),Q){var r=H.queue;if(t=r.dispatch,null!==B&&void 0!==(n=B.get(r))){B.delete(r),r=H.memoizedState;do{r=e(r,n.action),n=n.next}while(null!==n);return H.memoizedState=r,[r,t]}return[H.memoizedState,t]}return e=e===Da?"function"==typeof t?t():t:void 0!==n?n(t):t,H.memoizedState=e,e=(e=H.queue={last:null,dispatch:null}).dispatch=Fa.bind(null,F,e),[H.memoizedState,e]}function Fa(e,t,n){if(!(25>G))throw Error(q(301));if(e===F)if(V=!0,e={action:n,next:null},null===B&&(B=new Map),void 0===(n=B.get(t)))B.set(t,e);else{for(t=n;null!==t.next;)t=t.next;t.next=e}}function Ga(){}var U=0,Z={readContext:function(e){var t=U;return E(e,t),e[t]},useContext:function(e){W();var t=U;return E(e,t),e[t]},useMemo:function(e,t){if(F=W(),t=void 0===t?null:t,null!==(H=Ba())){var n=H.memoizedState;if(null!==n&&null!==t){e:{var r=n[1];if(null===r)r=!1;else{for(var o=0;o<r.length&&o<t.length;o++)if(!z(t[o],r[o])){r=!1;break e}r=!0}}if(r)return n[0]}}return e=e(),H.memoizedState=[e,t],e},useReducer:Ea,useRef:function(e){F=W();var t=(H=Ba()).memoizedState;return null===t?(e={current:e},H.memoizedState=e):t},useState:function(e){return Ea(Da,e)},useLayoutEffect:function(){},useCallback:function(e){return e},useImperativeHandle:Ga,useEffect:Ga,useDebugValue:Ga,useResponder:function(e,t){return{props:t,responder:e}},useDeferredValue:function(e){return W(),e},useTransition:function(){return W(),[function(e){e()},!1]}},$={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"};function Ja(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}var X={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},Y=r({menuitem:!0},X),K={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},ee=["Webkit","ms","Moz","O"];Object.keys(K).forEach((function(e){ee.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),K[t]=K[e]}))}));var te=/([A-Z])/g,ne=/^ms-/,re=o.Children.toArray,oe=x.ReactCurrentDispatcher,ie={listing:!0,pre:!0,textarea:!0},ae=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,se={},le={};var ue=Object.prototype.hasOwnProperty,ce={children:null,dangerouslySetInnerHTML:null,suppressContentEditableWarning:null,suppressHydrationWarning:null};function Xa(e,t){if(void 0===e)throw Error(q(152,D(t)||"Component"))}function Ya(e,t,n){function d(o,i){var a=i.prototype&&i.prototype.isReactComponent,s=function oa(e,t,n,r){if(r&&("object"==typeof(r=e.contextType)&&null!==r))return E(r,n),r[n];if(e=e.contextTypes){for(var o in n={},e)n[o]=t[o];t=n}else t=S;return t}(i,t,n,a),l=[],u=!1,c={isMounted:function(){return!1},enqueueForceUpdate:function(){if(null===l)return null},enqueueReplaceState:function(e,t){u=!0,l=[t]},enqueueSetState:function(e,t){if(null===l)return null;l.push(t)}};if(a){if(a=new i(o.props,s,c),"function"==typeof i.getDerivedStateFromProps){var d=i.getDerivedStateFromProps.call(null,o.props,a.state);null!=d&&(a.state=r({},a.state,d))}}else if(F={},a=i(o.props,s,c),null==(a=Ca(i,o.props,a,s))||null==a.render)return void Xa(e=a,i);if(a.props=o.props,a.context=s,a.updater=c,void 0===(c=a.state)&&(a.state=c=null),"function"==typeof a.UNSAFE_componentWillMount||"function"==typeof a.componentWillMount)if("function"==typeof a.componentWillMount&&"function"!=typeof i.getDerivedStateFromProps&&a.componentWillMount(),"function"==typeof a.UNSAFE_componentWillMount&&"function"!=typeof i.getDerivedStateFromProps&&a.UNSAFE_componentWillMount(),l.length){c=l;var f=u;if(l=null,u=!1,f&&1===c.length)a.state=c[0];else{d=f?c[0]:a.state;var p=!0;for(f=f?1:0;f<c.length;f++){var h=c[f];null!=(h="function"==typeof h?h.call(a,d,o.props,s):h)&&(p?(p=!1,d=r({},d,h)):r(d,h))}a.state=d}}else l=null;if(Xa(e=a.render(),i),"function"==typeof a.getChildContext&&"object"==typeof(o=i.childContextTypes)){var g=a.getChildContext();for(var b in g)if(!(b in o))throw Error(q(108,D(i)||"Unknown",b))}g&&(t=r({},t,g))}for(;o.isValidElement(e);){var i=e,a=i.type;if("function"!=typeof a)break;d(i,a)}return{child:e,context:t}}var de=function(){function a(e,t){o.isValidElement(e)?e.type!==l?e=[e]:(e=e.props.children,e=o.isValidElement(e)?[e]:re(e)):e=re(e),e={type:null,domNamespace:$.html,children:e,childIndex:0,context:S,footer:""};var n=C[0];if(0===n){var r=C,i=2*(n=r.length);if(!(65536>=i))throw Error(q(304));var a=new Uint16Array(i);for(a.set(r),(C=a)[0]=n+1,r=n;r<i-1;r++)C[r]=r+1;C[i-1]=0}else C[0]=C[n];this.threadID=n,this.stack=[e],this.exhausted=!1,this.currentSelectValue=null,this.previousWasTextNode=!1,this.makeStaticMarkup=t,this.suspenseDepth=0,this.contextIndex=-1,this.contextStack=[],this.contextValueStack=[]}var e=a.prototype;return e.destroy=function(){if(!this.exhausted){this.exhausted=!0,this.clearProviders();var e=this.threadID;C[e]=C[0],C[0]=e}},e.pushProvider=function(e){var t=++this.contextIndex,n=e.type._context,r=this.threadID;E(n,r);var o=n[r];this.contextStack[t]=n,this.contextValueStack[t]=o,n[r]=e.props.value},e.popProvider=function(){var e=this.contextIndex,t=this.contextStack[e],n=this.contextValueStack[e];this.contextStack[e]=null,this.contextValueStack[e]=null,this.contextIndex--,t[this.threadID]=n},e.clearProviders=function(){for(var e=this.contextIndex;0<=e;e--)this.contextStack[e][this.threadID]=this.contextValueStack[e]},e.read=function(e){if(this.exhausted)return null;var t=U;U=this.threadID;var n=oe.current;oe.current=Z;try{for(var r=[""],o=!1;r[0].length<e;){if(0===this.stack.length){this.exhausted=!0;var i=this.threadID;C[i]=C[0],C[0]=i;break}var a=this.stack[this.stack.length-1];if(o||a.childIndex>=a.children.length){var s=a.footer;if(""!==s&&(this.previousWasTextNode=!1),this.stack.pop(),"select"===a.type)this.currentSelectValue=null;else if(null!=a.type&&null!=a.type.type&&a.type.type.$$typeof===f)this.popProvider(a.type);else if(a.type===b){this.suspenseDepth--;var l=r.pop();if(o){o=!1;var u=a.fallbackFrame;if(!u)throw Error(q(303));this.stack.push(u),r[this.suspenseDepth]+="\x3c!--$!--\x3e";continue}r[this.suspenseDepth]+=l}r[this.suspenseDepth]+=s}else{var c=a.children[a.childIndex++],d="";try{d+=this.render(c,a.context,a.domNamespace)}catch(e){if(null!=e&&"function"==typeof e.then)throw Error(q(294));throw e}r.length<=this.suspenseDepth&&r.push(""),r[this.suspenseDepth]+=d}}return r[0]}finally{oe.current=n,U=t}},e.render=function(e,t,n){if("string"==typeof e||"number"==typeof e)return""===(n=""+e)?"":this.makeStaticMarkup?N(n):this.previousWasTextNode?"\x3c!-- --\x3e"+N(n):(this.previousWasTextNode=!0,N(n));if(e=(t=Ya(e,t,this.threadID)).child,t=t.context,null===e||!1===e)return"";if(!o.isValidElement(e)){if(null!=e&&null!=e.$$typeof){if((n=e.$$typeof)===s)throw Error(q(257));throw Error(q(258,n.toString()))}return e=re(e),this.stack.push({type:null,domNamespace:n,children:e,childIndex:0,context:t,footer:""}),""}var i=e.type;if("string"==typeof i)return this.renderDOM(e,t,n);switch(i){case u:case h:case c:case v:case l:return e=re(e.props.children),this.stack.push({type:null,domNamespace:n,children:e,childIndex:0,context:t,footer:""}),"";case b:throw Error(q(294))}if("object"==typeof i&&null!==i)switch(i.$$typeof){case g:F={};var a=i.render(e.props,e.ref);return a=Ca(i.render,e.props,a,e.ref),a=re(a),this.stack.push({type:null,domNamespace:n,children:a,childIndex:0,context:t,footer:""}),"";case m:return e=[o.createElement(i.type,r({ref:e.ref},e.props))],this.stack.push({type:null,domNamespace:n,children:e,childIndex:0,context:t,footer:""}),"";case f:return n={type:e,domNamespace:n,children:i=re(e.props.children),childIndex:0,context:t,footer:""},this.pushProvider(e),this.stack.push(n),"";case p:i=e.type,a=e.props;var d=this.threadID;return E(i,d),i=re(a.children(i[d])),this.stack.push({type:e,domNamespace:n,children:i,childIndex:0,context:t,footer:""}),"";case _:throw Error(q(338));case y:switch(function ma(e){if(-1===e._status){e._status=0;var t=e._ctor;t=t(),e._result=t,t.then((function(t){0===e._status&&(t=t.default,e._status=1,e._result=t)}),(function(t){0===e._status&&(e._status=2,e._result=t)}))}}(i=e.type),i._status){case 1:return e=[o.createElement(i._result,r({ref:e.ref},e.props))],this.stack.push({type:null,domNamespace:n,children:e,childIndex:0,context:t,footer:""}),"";case 2:throw i._result;default:throw Error(q(295))}case w:throw Error(q(343))}throw Error(q(130,null==i?i:typeof i,""))},e.renderDOM=function(e,t,n){var i=e.type.toLowerCase();if(n===$.html&&Ja(i),!se.hasOwnProperty(i)){if(!ae.test(i))throw Error(q(65,i));se[i]=!0}var a=e.props;if("input"===i)a=r({type:void 0},a,{defaultChecked:void 0,defaultValue:void 0,value:null!=a.value?a.value:a.defaultValue,checked:null!=a.checked?a.checked:a.defaultChecked});else if("textarea"===i){var s=a.value;if(null==s){s=a.defaultValue;var l=a.children;if(null!=l){if(null!=s)throw Error(q(92));if(Array.isArray(l)){if(!(1>=l.length))throw Error(q(93));l=l[0]}s=""+l}null==s&&(s="")}a=r({},a,{value:void 0,children:""+s})}else if("select"===i)this.currentSelectValue=null!=a.value?a.value:a.defaultValue,a=r({},a,{value:void 0});else if("option"===i){l=this.currentSelectValue;var u=function Ua(e){if(null==e)return e;var t="";return o.Children.forEach(e,(function(e){null!=e&&(t+=e)})),t}(a.children);if(null!=l){var c=null!=a.value?a.value+"":u;if(s=!1,Array.isArray(l)){for(var d=0;d<l.length;d++)if(""+l[d]===c){s=!0;break}}else s=""+l===c;a=r({selected:void 0,children:void 0},a,{selected:s,children:u})}}if(s=a){if(Y[i]&&(null!=s.children||null!=s.dangerouslySetInnerHTML))throw Error(q(137,i,""));if(null!=s.dangerouslySetInnerHTML){if(null!=s.children)throw Error(q(60));if(!("object"==typeof s.dangerouslySetInnerHTML&&"__html"in s.dangerouslySetInnerHTML))throw Error(q(61))}if(null!=s.style&&"object"!=typeof s.style)throw Error(q(62,""))}for(y in s=a,l=this.makeStaticMarkup,u=1===this.stack.length,c="<"+e.type,s)if(ue.call(s,y)){var f=s[y];if(null!=f){if("style"===y){d=void 0;var p="",h="";for(d in f)if(f.hasOwnProperty(d)){var g=0===d.indexOf("--"),b=f[d];if(null!=b){if(g)var v=d;else if(v=d,le.hasOwnProperty(v))v=le[v];else{var m=v.replace(te,"-$1").toLowerCase().replace(ne,"-ms-");v=le[v]=m}p+=h+v+":",h=d,p+=g=null==b||"boolean"==typeof b||""===b?"":g||"number"!=typeof b||0===b||K.hasOwnProperty(h)&&K[h]?(""+b).trim():b+"px",h=";"}}f=p||null}d=null;e:if(g=i,b=s,-1===g.indexOf("-"))g="string"==typeof b.is;else switch(g){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":g=!1;break e;default:g=!0}g?ce.hasOwnProperty(y)||(d=ta(d=y)&&null!=f?d+'="'+N(f)+'"':""):d=xa(y,f),d&&(c+=" "+d)}}l||u&&(c+=' data-reactroot=""');var y=c;s="",X.hasOwnProperty(i)?y+="/>":(y+=">",s="</"+e.type+">");e:{if(null!=(l=a.dangerouslySetInnerHTML)){if(null!=l.__html){l=l.__html;break e}}else if("string"==typeof(l=a.children)||"number"==typeof l){l=N(l);break e}l=null}return null!=l?(a=[],ie[i]&&"\n"===l.charAt(0)&&(y+="\n"),y+=l):a=re(a.children),e=e.type,n=null==n||"http://www.w3.org/1999/xhtml"===n?Ja(e):"http://www.w3.org/2000/svg"===n&&"foreignObject"===e?"http://www.w3.org/1999/xhtml":n,this.stack.push({domNamespace:n,type:i,children:a,childIndex:0,context:t,footer:s}),this.previousWasTextNode=!1,y},a}(),fe={renderToString:function(e){e=new de(e,!1);try{return e.read(1/0)}finally{e.destroy()}},renderToStaticMarkup:function(e){e=new de(e,!0);try{return e.read(1/0)}finally{e.destroy()}},renderToNodeStream:function(){throw Error(q(207))},renderToStaticNodeStream:function(){throw Error(q(208))},version:"16.12.0"},pe={default:fe},he=pe&&fe||pe;e.exports=he.default||he},"../node_modules/react-dom/server.browser.js":function(e,t,n){e.exports=n("../node_modules/react-dom/cjs/react-dom-server.browser.production.min.js")},"../node_modules/react-router-dom/esm/react-router-dom.js":function(e,t,n){n.d(t,"a",(function(){return d})),n.d(t,"b",(function(){return v})),n.d(t,"c",(function(){return _}));var r=n("../node_modules/react-router/esm/react-router.js"),o=n("../node_modules/@babel/runtime/helpers/esm/inheritsLoose.js"),i=n("react"),a=n.n(i),s=n("../node_modules/history/esm/history.js"),l=(n("../node_modules/prop-types/index.js"),n("../node_modules/@babel/runtime/helpers/esm/extends.js")),u=n("../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js"),c=n("../node_modules/tiny-invariant/dist/tiny-invariant.esm.js"),d=function(e){function BrowserRouter(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).history=Object(s.a)(t.props),t}return Object(o.a)(BrowserRouter,e),BrowserRouter.prototype.render=function render(){return a.a.createElement(r.c,{history:this.history,children:this.props.children})},BrowserRouter}(a.a.Component);a.a.Component;var f=function resolveToLocation(e,t){return"function"==typeof e?e(t):e},p=function normalizeToLocation(e,t){return"string"==typeof e?Object(s.c)(e,null,null,t):e},h=function forwardRefShim(e){return e},g=a.a.forwardRef;void 0===g&&(g=h);var b=g((function(e,t){var n=e.innerRef,r=e.navigate,o=e.onClick,i=Object(u.a)(e,["innerRef","navigate","onClick"]),s=i.target,c=Object(l.a)({},i,{onClick:function onClick(e){try{o&&o(e)}catch(t){throw e.preventDefault(),t}e.defaultPrevented||0!==e.button||s&&"_self"!==s||function isModifiedEvent(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)||(e.preventDefault(),r())}});return c.ref=h!==g&&t||n,a.a.createElement("a",c)}));var v=g((function(e,t){var n=e.component,o=void 0===n?b:n,i=e.replace,s=e.to,d=e.innerRef,v=Object(u.a)(e,["component","replace","to","innerRef"]);return a.a.createElement(r.e.Consumer,null,(function(e){e||Object(c.a)(!1);var n=e.history,r=p(f(s,e.location),e.location),u=r?n.createHref(r):"",b=Object(l.a)({},v,{href:u,navigate:function navigate(){var t=f(s,e.location);(i?n.replace:n.push)(t)}});return h!==g?b.ref=t||d:b.innerRef=d,a.a.createElement(o,b)}))})),m=function forwardRefShim(e){return e},y=a.a.forwardRef;void 0===y&&(y=m);var _=y((function(e,t){var n=e["aria-current"],o=void 0===n?"page":n,i=e.activeClassName,s=void 0===i?"active":i,d=e.activeStyle,h=e.className,g=e.exact,b=e.isActive,_=e.location,w=e.strict,x=e.style,S=e.to,C=e.innerRef,O=Object(u.a)(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","strict","style","to","innerRef"]);return a.a.createElement(r.e.Consumer,null,(function(e){e||Object(c.a)(!1);var n=_||e.location,i=p(f(S,n),n),u=i.pathname,D=u&&u.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),k=D?Object(r.f)(n.pathname,{path:D,exact:g,strict:w}):null,E=!!(b?b(k,n):k),P=E?function joinClassnames(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.filter((function(e){return e})).join(" ")}(h,s):h,T=E?Object(l.a)({},x,{},d):x,j=Object(l.a)({"aria-current":E&&o||null,className:P,style:T,to:i},O);return m!==y?j.ref=t||C:j.innerRef=C,a.a.createElement(v,j)}))}))},"../node_modules/react-sortable-tree/style.css":function(e,t,n){var r=n("../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"),o=n("../node_modules/css-loader/dist/cjs.js!../node_modules/react-sortable-tree/style.css");"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1},a=(r(o,i),o.locals?o.locals:{});e.exports=a},"../node_modules/ts-invariant/lib/invariant.esm.js":function(e,t,n){(function(e){n.d(t,"a",(function(){return s})),n.d(t,"b",(function(){return invariant}));var r=n("../node_modules/tslib/tslib.es6.js"),o="Invariant Violation",i=Object.setPrototypeOf,a=void 0===i?function(e,t){return e.__proto__=t,e}:i,s=function(e){function InvariantError(t){void 0===t&&(t=o);var n=e.call(this,"number"==typeof t?o+": "+t+" (see https://github.com/apollographql/invariant-packages)":t)||this;return n.framesToPop=1,n.name=o,a(n,InvariantError.prototype),n}return Object(r.__extends)(InvariantError,e),InvariantError}(Error);function invariant(e,t){if(!e)throw new s(t)}function wrapConsoleMethod(e){return function(){return console[e].apply(console,arguments)}}!function(e){e.warn=wrapConsoleMethod("warn"),e.error=wrapConsoleMethod("error")}(invariant||(invariant={}));var l={env:{}};if("object"==typeof e)l=e;else try{Function("stub","process = stub")(l)}catch(e){}}).call(this,n("../node_modules/process/browser.js"))},"../node_modules/url-join/lib/url-join.js":function(e,t,n){var r,o,i;i=function(){function normalize(e){var t=[];if(0===e.length)return"";if("string"!=typeof e[0])throw new TypeError("Url must be a string. Received "+e[0]);if(e[0].match(/^[^/:]+:\/*$/)&&e.length>1){var n=e.shift();e[0]=n+e[0]}e[0].match(/^file:\/\/\//)?e[0]=e[0].replace(/^([^/:]+):\/*/,"$1:///"):e[0]=e[0].replace(/^([^/:]+):\/*/,"$1://");for(var r=0;r<e.length;r++){var o=e[r];if("string"!=typeof o)throw new TypeError("Url must be a string. Received "+o);""!==o&&(r>0&&(o=o.replace(/^[\/]+/,"")),o=r<e.length-1?o.replace(/[\/]+$/,""):o.replace(/[\/]+$/,"/"),t.push(o))}var i=t.join("/"),a=(i=i.replace(/\/(\?|&|#[^!])/g,"$1")).split("?");return i=a.shift()+(a.length>0?"?":"")+a.join("&")}return function(){return normalize("object"==typeof arguments[0]?arguments[0]:[].slice.call(arguments))}},e.exports?e.exports=i():void 0===(o="function"==typeof(r=i)?r.call(t,n,t,e):r)||(e.exports=o)},"../node_modules/uuid/index.js":function(e,t,n){var r=n("../node_modules/uuid/v1.js"),o=n("../node_modules/uuid/v4.js"),i=o;i.v1=r,i.v4=o,e.exports=i},"../node_modules/uuid/lib/bytesToUuid.js":function(e,t){for(var n=[],r=0;r<256;++r)n[r]=(r+256).toString(16).substr(1);e.exports=function bytesToUuid(e,t){var r=t||0,o=n;return[o[e[r++]],o[e[r++]],o[e[r++]],o[e[r++]],"-",o[e[r++]],o[e[r++]],"-",o[e[r++]],o[e[r++]],"-",o[e[r++]],o[e[r++]],"-",o[e[r++]],o[e[r++]],o[e[r++]],o[e[r++]],o[e[r++]],o[e[r++]]].join("")}},"../node_modules/uuid/lib/rng-browser.js":function(e,t){var n="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof window.msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto);if(n){var r=new Uint8Array(16);e.exports=function whatwgRNG(){return n(r),r}}else{var o=new Array(16);e.exports=function mathRNG(){for(var e,t=0;t<16;t++)0==(3&t)&&(e=4294967296*Math.random()),o[t]=e>>>((3&t)<<3)&255;return o}}},"../node_modules/uuid/v1.js":function(e,t,n){var r,o,i=n("../node_modules/uuid/lib/rng-browser.js"),a=n("../node_modules/uuid/lib/bytesToUuid.js"),s=0,l=0;e.exports=function v1(e,t,n){var u=t&&n||0,c=t||[],d=(e=e||{}).node||r,f=void 0!==e.clockseq?e.clockseq:o;if(null==d||null==f){var p=i();null==d&&(d=r=[1|p[0],p[1],p[2],p[3],p[4],p[5]]),null==f&&(f=o=16383&(p[6]<<8|p[7]))}var h=void 0!==e.msecs?e.msecs:(new Date).getTime(),g=void 0!==e.nsecs?e.nsecs:l+1,b=h-s+(g-l)/1e4;if(b<0&&void 0===e.clockseq&&(f=f+1&16383),(b<0||h>s)&&void 0===e.nsecs&&(g=0),g>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");s=h,l=g,o=f;var v=(1e4*(268435455&(h+=122192928e5))+g)%4294967296;c[u++]=v>>>24&255,c[u++]=v>>>16&255,c[u++]=v>>>8&255,c[u++]=255&v;var m=h/4294967296*1e4&268435455;c[u++]=m>>>8&255,c[u++]=255&m,c[u++]=m>>>24&15|16,c[u++]=m>>>16&255,c[u++]=f>>>8|128,c[u++]=255&f;for(var y=0;y<6;++y)c[u+y]=d[y];return t||a(c)}},"../node_modules/uuid/v4.js":function(e,t,n){var r=n("../node_modules/uuid/lib/rng-browser.js"),o=n("../node_modules/uuid/lib/bytesToUuid.js");e.exports=function v4(e,t,n){var i=t&&n||0;"string"==typeof e&&(t="binary"===e?new Array(16):null,e=null);var a=(e=e||{}).random||(e.rng||r)();if(a[6]=15&a[6]|64,a[8]=63&a[8]|128,t)for(var s=0;s<16;++s)t[i+s]=a[s];return t||o(a)}},"../node_modules/zen-observable-ts/lib/bundle.esm.js":function(e,t,n){var r=n("../node_modules/zen-observable/index.js"),o=n.n(r).a;t.a=o},"../node_modules/zen-observable/index.js":function(e,t,n){e.exports=n("../node_modules/zen-observable/lib/Observable.js").Observable},"../node_modules/zen-observable/lib/Observable.js":function(e,t,n){function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function _createClass(e,t,n){return t&&_defineProperties(e.prototype,t),n&&_defineProperties(e,n),e}Object.defineProperty(t,"__esModule",{value:!0}),t.Observable=void 0;var hasSymbols=function(){return"function"==typeof Symbol},hasSymbol=function(e){return hasSymbols()&&Boolean(Symbol[e])},getSymbol=function(e){return hasSymbol(e)?Symbol[e]:"@@"+e};hasSymbols()&&!hasSymbol("observable")&&(Symbol.observable=Symbol("observable"));var r=getSymbol("iterator"),o=getSymbol("observable"),i=getSymbol("species");function getMethod(e,t){var n=e[t];if(null!=n){if("function"!=typeof n)throw new TypeError(n+" is not a function");return n}}function getSpecies(e){var t=e.constructor;return void 0!==t&&null===(t=t[i])&&(t=void 0),void 0!==t?t:l}function isObservable(e){return e instanceof l}function hostReportError(e){hostReportError.log?hostReportError.log(e):setTimeout((function(){throw e}))}function enqueue(e){Promise.resolve().then((function(){try{e()}catch(e){hostReportError(e)}}))}function cleanupSubscription(e){var t=e._cleanup;if(void 0!==t&&(e._cleanup=void 0,t))try{if("function"==typeof t)t();else{var n=getMethod(t,"unsubscribe");n&&n.call(t)}}catch(e){hostReportError(e)}}function closeSubscription(e){e._observer=void 0,e._queue=void 0,e._state="closed"}function notifySubscription(e,t,n){e._state="running";var r=e._observer;try{var o=getMethod(r,t);switch(t){case"next":o&&o.call(r,n);break;case"error":if(closeSubscription(e),!o)throw n;o.call(r,n);break;case"complete":closeSubscription(e),o&&o.call(r)}}catch(e){hostReportError(e)}"closed"===e._state?cleanupSubscription(e):"running"===e._state&&(e._state="ready")}function onNotify(e,t,n){if("closed"!==e._state){if("buffering"!==e._state)return"ready"!==e._state?(e._state="buffering",e._queue=[{type:t,value:n}],void enqueue((function(){return function flushSubscription(e){var t=e._queue;if(t){e._queue=void 0,e._state="ready";for(var n=0;n<t.length&&(notifySubscription(e,t[n].type,t[n].value),"closed"!==e._state);++n);}}(e)}))):void notifySubscription(e,t,n);e._queue.push({type:t,value:n})}}var a=function(){function Subscription(e,t){_classCallCheck(this,Subscription),this._cleanup=void 0,this._observer=e,this._queue=void 0,this._state="initializing";var n=new s(this);try{this._cleanup=t.call(void 0,n)}catch(e){n.error(e)}"initializing"===this._state&&(this._state="ready")}return _createClass(Subscription,[{key:"unsubscribe",value:function unsubscribe(){"closed"!==this._state&&(closeSubscription(this),cleanupSubscription(this))}},{key:"closed",get:function(){return"closed"===this._state}}]),Subscription}(),s=function(){function SubscriptionObserver(e){_classCallCheck(this,SubscriptionObserver),this._subscription=e}return _createClass(SubscriptionObserver,[{key:"next",value:function next(e){onNotify(this._subscription,"next",e)}},{key:"error",value:function error(e){onNotify(this._subscription,"error",e)}},{key:"complete",value:function complete(){onNotify(this._subscription,"complete")}},{key:"closed",get:function(){return"closed"===this._subscription._state}}]),SubscriptionObserver}(),l=function(){function Observable(e){if(_classCallCheck(this,Observable),!(this instanceof Observable))throw new TypeError("Observable cannot be called as a function");if("function"!=typeof e)throw new TypeError("Observable initializer must be a function");this._subscriber=e}return _createClass(Observable,[{key:"subscribe",value:function subscribe(e){return"object"==typeof e&&null!==e||(e={next:e,error:arguments[1],complete:arguments[2]}),new a(e,this._subscriber)}},{key:"forEach",value:function forEach(e){var t=this;return new Promise((function(n,r){if("function"==typeof e)var o=t.subscribe({next:function(t){try{e(t,done)}catch(e){r(e),o.unsubscribe()}},error:r,complete:n});else r(new TypeError(e+" is not a function"));function done(){o.unsubscribe(),n()}}))}},{key:"map",value:function map(e){var t=this;if("function"!=typeof e)throw new TypeError(e+" is not a function");return new(getSpecies(this))((function(n){return t.subscribe({next:function(t){try{t=e(t)}catch(e){return n.error(e)}n.next(t)},error:function(e){n.error(e)},complete:function(){n.complete()}})}))}},{key:"filter",value:function filter(e){var t=this;if("function"!=typeof e)throw new TypeError(e+" is not a function");return new(getSpecies(this))((function(n){return t.subscribe({next:function(t){try{if(!e(t))return}catch(e){return n.error(e)}n.next(t)},error:function(e){n.error(e)},complete:function(){n.complete()}})}))}},{key:"reduce",value:function reduce(e){var t=this;if("function"!=typeof e)throw new TypeError(e+" is not a function");var n=getSpecies(this),r=arguments.length>1,o=!1,i=arguments[1],a=i;return new n((function(n){return t.subscribe({next:function(t){var i=!o;if(o=!0,!i||r)try{a=e(a,t)}catch(e){return n.error(e)}else a=t},error:function(e){n.error(e)},complete:function(){if(!o&&!r)return n.error(new TypeError("Cannot reduce an empty sequence"));n.next(a),n.complete()}})}))}},{key:"concat",value:function concat(){for(var e=this,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];var o=getSpecies(this);return new o((function(t){var r,i=0;return function startNext(e){r=e.subscribe({next:function(e){t.next(e)},error:function(e){t.error(e)},complete:function(){i===n.length?(r=void 0,t.complete()):startNext(o.from(n[i++]))}})}(e),function(){r&&(r.unsubscribe(),r=void 0)}}))}},{key:"flatMap",value:function flatMap(e){var t=this;if("function"!=typeof e)throw new TypeError(e+" is not a function");var n=getSpecies(this);return new n((function(r){var o=[],i=t.subscribe({next:function(t){if(e)try{t=e(t)}catch(e){return r.error(e)}var i=n.from(t).subscribe({next:function(e){r.next(e)},error:function(e){r.error(e)},complete:function(){var e=o.indexOf(i);e>=0&&o.splice(e,1),completeIfDone()}});o.push(i)},error:function(e){r.error(e)},complete:function(){completeIfDone()}});function completeIfDone(){i.closed&&0===o.length&&r.complete()}return function(){o.forEach((function(e){return e.unsubscribe()})),i.unsubscribe()}}))}},{key:o,value:function(){return this}}],[{key:"from",value:function from(e){var t="function"==typeof this?this:Observable;if(null==e)throw new TypeError(e+" is not an object");var n=getMethod(e,o);if(n){var i=n.call(e);if(Object(i)!==i)throw new TypeError(i+" is not an object");return isObservable(i)&&i.constructor===t?i:new t((function(e){return i.subscribe(e)}))}if(hasSymbol("iterator")&&(n=getMethod(e,r)))return new t((function(t){enqueue((function(){if(!t.closed){var r=!0,o=!1,i=void 0;try{for(var a,s=n.call(e)[Symbol.iterator]();!(r=(a=s.next()).done);r=!0){var l=a.value;if(t.next(l),t.closed)return}}catch(e){o=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(o)throw i}}t.complete()}}))}));if(Array.isArray(e))return new t((function(t){enqueue((function(){if(!t.closed){for(var n=0;n<e.length;++n)if(t.next(e[n]),t.closed)return;t.complete()}}))}));throw new TypeError(e+" is not observable")}},{key:"of",value:function of(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r="function"==typeof this?this:Observable;return new r((function(e){enqueue((function(){if(!e.closed){for(var n=0;n<t.length;++n)if(e.next(t[n]),e.closed)return;e.complete()}}))}))}},{key:i,get:function(){return this}}]),Observable}();t.Observable=l,hasSymbols()&&Object.defineProperty(l,Symbol("extensions"),{value:{symbol:o,hostReportError:hostReportError},configurable:!0})}}]);
//# sourceMappingURL=vendors~App-7KZ9F~e4dfd1bd.chunk.eaa5497fb7f7db0479e3.js.map