UNPKG

@blueprintjs/core

Version:
1 lines 178 kB
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("tslib"),require("classnames"),require("react-dom"),require("react-transition-group"),require("react-popper"),require("@blueprintjs/icons"),require("resize-observer-polyfill")):"function"==typeof define&&define.amd?define(["react","tslib","classnames","react-dom","react-transition-group","react-popper","@blueprintjs/icons","resize-observer-polyfill"],t):"object"==typeof exports?exports.Core=t(require("react"),require("tslib"),require("classnames"),require("react-dom"),require("react-transition-group"),require("react-popper"),require("@blueprintjs/icons"),require("resize-observer-polyfill")):(e.Blueprint=e.Blueprint||{},e.Blueprint.Core=t(e.React,e.window,e.classNames,e.ReactDOM,e.ReactTransitionGroup,e.ReactPopper,e.Blueprint.Icons,e.ResizeObserver))}(window,(function(e,t,n,r,o,i,a,s){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=104)}([function(e,t,n){"use strict";n.r(t);var r=n(63);n.d(t,"AbstractComponent",(function(){return r.a}));var o=n(64);n.d(t,"AbstractComponent2",(function(){return o.a}));var i=n(65);n.d(t,"AbstractPureComponent",(function(){return i.a}));var a=n(9);n.d(t,"AbstractPureComponent2",(function(){return a.a}));var s=n(35);n.d(t,"Alignment",(function(){return s.a}));var l=n(14);n.d(t,"Boundary",(function(){return l.a}));var u=n(66);n.d(t,"Colors",(function(){return u.a}));var c=n(67);for(var p in c)["Classes","Keys","Utils","AbstractComponent","AbstractComponent2","AbstractPureComponent","AbstractPureComponent2","Alignment","Boundary","Colors","default"].indexOf(p)<0&&function(e){n.d(t,e,(function(){return c[e]}))}(p);var d=n(25);n.d(t,"Elevation",(function(){return d.a}));var f=n(19);n.d(t,"Intent",(function(){return f.a}));var h=n(11);n.d(t,"Position",(function(){return h.a})),n.d(t,"isPositionHorizontal",(function(){return h.c})),n.d(t,"isPositionVertical",(function(){return h.d})),n.d(t,"getPositionIgnoreAngles",(function(){return h.b}));var m=n(4);n.d(t,"DISPLAYNAME_PREFIX",(function(){return m.a})),n.d(t,"removeNonHTMLProps",(function(){return m.b}));var E=n(29);n.d(t,"isRefObject",(function(){return E.c})),n.d(t,"isRefCallback",(function(){return E.b})),n.d(t,"getRef",(function(){return E.a}));var v=n(7);n.d(t,"Classes",(function(){return v}));var O=n(39);n.d(t,"Keys",(function(){return O}));var C=n(10);n.d(t,"Utils",(function(){return C}))},function(t,n){t.exports=e},function(e,n){e.exports=t},function(e,t){e.exports=n},function(e,t,n){"use strict";n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return a}));var r=n(2),o="Blueprint3",i=["active","alignText","containerRef","current","elementRef","fill","icon","inputRef","intent","inline","large","loading","leftElement","leftIcon","minimal","onRemove","outlined","panel","panelClassName","popoverProps","rightElement","rightIcon","round","small","text"];function a(e,t,n){return void 0===t&&(t=i),void 0===n&&(n=!1),n&&(t=t.concat(i)),t.reduce((function(e,t){return e.hasOwnProperty(t)&&delete e[t],e}),Object(r.__assign)({},e))}},function(e,t,n){"use strict";function r(){var e=this.constructor.getDerivedStateFromProps(this.props,this.state);null!=e&&this.setState(e)}function o(e){this.setState(function(t){var n=this.constructor.getDerivedStateFromProps(e,t);return null!=n?n:null}.bind(this))}function i(e,t){try{var n=this.props,r=this.state;this.props=e,this.state=t,this.__reactInternalSnapshotFlag=!0,this.__reactInternalSnapshot=this.getSnapshotBeforeUpdate(n,r)}finally{this.props=n,this.state=r}}function a(e){var t=e.prototype;if(!t||!t.isReactComponent)throw new Error("Can only polyfill class components");if("function"!=typeof e.getDerivedStateFromProps&&"function"!=typeof t.getSnapshotBeforeUpdate)return e;var n=null,a=null,s=null;if("function"==typeof t.componentWillMount?n="componentWillMount":"function"==typeof t.UNSAFE_componentWillMount&&(n="UNSAFE_componentWillMount"),"function"==typeof t.componentWillReceiveProps?a="componentWillReceiveProps":"function"==typeof t.UNSAFE_componentWillReceiveProps&&(a="UNSAFE_componentWillReceiveProps"),"function"==typeof t.componentWillUpdate?s="componentWillUpdate":"function"==typeof t.UNSAFE_componentWillUpdate&&(s="UNSAFE_componentWillUpdate"),null!==n||null!==a||null!==s){var l=e.displayName||e.name,u="function"==typeof e.getDerivedStateFromProps?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";throw Error("Unsafe legacy lifecycles will not be called for components using new component APIs.\n\n"+l+" uses "+u+" but also contains the following legacy lifecycles:"+(null!==n?"\n "+n:"")+(null!==a?"\n "+a:"")+(null!==s?"\n "+s:"")+"\n\nThe above lifecycles should be removed. Learn more about this warning here:\nhttps://fb.me/react-async-component-lifecycle-hooks")}if("function"==typeof e.getDerivedStateFromProps&&(t.componentWillMount=r,t.componentWillReceiveProps=o),"function"==typeof t.getSnapshotBeforeUpdate){if("function"!=typeof t.componentDidUpdate)throw new Error("Cannot polyfill getSnapshotBeforeUpdate() for components that do not define componentDidUpdate() on the prototype");t.componentWillUpdate=i;var c=t.componentDidUpdate;t.componentDidUpdate=function(e,t,n){var r=this.__reactInternalSnapshotFlag?this.__reactInternalSnapshot:n;c.call(this,e,t,r)}}return e}n.d(t,"a",(function(){return a})),r.__suppressDeprecationWarning=!0,o.__suppressDeprecationWarning=!0,i.__suppressDeprecationWarning=!0},function(e,t,n){"use strict";n.d(t,"d",(function(){return o})),n.d(t,"c",(function(){return i})),n.d(t,"a",(function(){return a})),n.d(t,"b",(function(){return s})),n.d(t,"e",(function(){return l})),n.d(t,"g",(function(){return u})),n.d(t,"f",(function(){return c})),n.d(t,"l",(function(){return p})),n.d(t,"n",(function(){return d})),n.d(t,"m",(function(){return f})),n.d(t,"o",(function(){return h})),n.d(t,"u",(function(){return m})),n.d(t,"s",(function(){return E})),n.d(t,"q",(function(){return v})),n.d(t,"t",(function(){return O})),n.d(t,"r",(function(){return C})),n.d(t,"v",(function(){return b})),n.d(t,"w",(function(){return _})),n.d(t,"y",(function(){return T})),n.d(t,"z",(function(){return y})),n.d(t,"x",(function(){return N})),n.d(t,"B",(function(){return g})),n.d(t,"A",(function(){return I})),n.d(t,"G",(function(){return R})),n.d(t,"C",(function(){return A})),n.d(t,"D",(function(){return S})),n.d(t,"E",(function(){return L})),n.d(t,"F",(function(){return P})),n.d(t,"H",(function(){return D})),n.d(t,"I",(function(){return k})),n.d(t,"J",(function(){return w})),n.d(t,"M",(function(){return x})),n.d(t,"L",(function(){return j})),n.d(t,"K",(function(){return M})),n.d(t,"p",(function(){return B})),n.d(t,"N",(function(){return H})),n.d(t,"O",(function(){return F})),n.d(t,"Q",(function(){return U})),n.d(t,"i",(function(){return G})),n.d(t,"h",(function(){return K})),n.d(t,"k",(function(){return V})),n.d(t,"j",(function(){return W})),n.d(t,"P",(function(){return z}));var r="[Blueprint]",o=r+" clamp: max cannot be less than min",i=r+" <Alert> cancelButtonText and onCancel should be set together.",a=r+" <Alert> canEscapeKeyCancel enabled without onCancel or onClose handler.",s=r+" <Alert> canOutsideClickCancel enbaled without onCancel or onClose handler.",l=r+" <CollapsibleList> children must be <MenuItem>s",u=r+" @ContextMenuTarget-decorated class should implement renderContextMenu.",c=r+' "@ContextMenuTarget-decorated components must return a single JSX.Element or an empty render.',p=r+" <Hotkeys> only accepts <Hotkey> children.",d=r+" @HotkeysTarget-decorated class should implement renderHotkeys.",f=r+' "@HotkeysTarget-decorated components must return a single JSX.Element or an empty render.',h=r+" <InputGroup> leftElement and leftIcon prop are mutually exclusive, with leftElement taking priority.",m=r+" <NumericInput> requires min to be no greater than max if both are defined.",E=r+" <NumericInput> requires minorStepSize to be no greater than stepSize.",v=r+" <NumericInput> requires stepSize to be no greater than majorStepSize.",O=r+" <NumericInput> requires minorStepSize to be strictly greater than zero.",C=r+" <NumericInput> requires majorStepSize to be strictly greater than zero.",b=r+" <NumericInput> requires stepSize to be strictly greater than zero.",_=r+" <NumericInput> requires stepSize to be defined.",T=r+" <PanelStack> requires exactly one of initialPanel and stack prop",y=r+" <PanelStack> requires at least one panel in the stack",N=r+" <OverflowList> does not support changing observeParents after mounting.",g=r+" <Popover> requires target prop or at least one child element.",I=r+" <Popover hasBackdrop={true}> requires interactionKind={PopoverInteractionKind.CLICK}.",R=r+" <Popover> supports one or two children; additional children are ignored. First child is the target, second child is the content. You may instead supply these two as props.",A=r+" <Popover> with two children ignores content prop; use either prop or children.",S=r+" <Popover> with children ignores target prop; use either prop or children.",L=r+" Disabling <Popover> with empty/whitespace content...",P=r+" <Popover usePortal={false}> ignores hasBackdrop",D=r+" <Popover> onInteraction is ignored when uncontrolled.",k=r+" <Portal> context blueprintPortalClassName must be string",w=r+" <RadioGroup> children and options prop are mutually exclusive, with options taking priority.",x=r+" <Slider> stepSize must be greater than zero.",j=r+" <Slider> labelStepSize must be greater than zero.",M=r+" <RangeSlider> value prop must be an array of two non-null numbers.",B=r+" <MultiSlider> children must be <SliderHandle>s or <SliderTrackStop>s",H=r+" <Spinner> Classes.SMALL/LARGE are ignored if size prop is set.",F=r+" Toaster.create() is not supported inside React lifecycle methods in React 16. See usage example on the docs site.",U=r+" Toaster.create() ignores inline prop as it always creates a new element.",G=r+" <Dialog> iconName is ignored if title is omitted.",K=r+" <Dialog> isCloseButtonShown prop is ignored if title is omitted.",V=r+" <Drawer> vertical is ignored if position is defined",W=r+" <Drawer> all angle positions are casted into pure position (TOP, BOTTOM, LEFT or RIGHT)",z=r+" <Toaster> maxToasts is set to an invalid number, must be greater than 0"},function(e,t,n){"use strict";n.r(t),function(e){n.d(t,"ACTIVE",(function(){return l})),n.d(t,"ALIGN_LEFT",(function(){return u})),n.d(t,"ALIGN_RIGHT",(function(){return c})),n.d(t,"DARK",(function(){return p})),n.d(t,"DISABLED",(function(){return d})),n.d(t,"FILL",(function(){return f})),n.d(t,"FIXED",(function(){return h})),n.d(t,"FIXED_TOP",(function(){return m})),n.d(t,"INLINE",(function(){return E})),n.d(t,"INTERACTIVE",(function(){return v})),n.d(t,"LARGE",(function(){return O})),n.d(t,"LOADING",(function(){return C})),n.d(t,"MINIMAL",(function(){return b})),n.d(t,"OUTLINED",(function(){return _})),n.d(t,"MULTILINE",(function(){return T})),n.d(t,"ROUND",(function(){return y})),n.d(t,"SMALL",(function(){return N})),n.d(t,"VERTICAL",(function(){return g})),n.d(t,"POSITION_TOP",(function(){return I})),n.d(t,"POSITION_BOTTOM",(function(){return R})),n.d(t,"POSITION_LEFT",(function(){return A})),n.d(t,"POSITION_RIGHT",(function(){return S})),n.d(t,"ELEVATION_0",(function(){return L})),n.d(t,"ELEVATION_1",(function(){return P})),n.d(t,"ELEVATION_2",(function(){return D})),n.d(t,"ELEVATION_3",(function(){return k})),n.d(t,"ELEVATION_4",(function(){return w})),n.d(t,"INTENT_PRIMARY",(function(){return x})),n.d(t,"INTENT_SUCCESS",(function(){return j})),n.d(t,"INTENT_WARNING",(function(){return M})),n.d(t,"INTENT_DANGER",(function(){return B})),n.d(t,"FOCUS_DISABLED",(function(){return H})),n.d(t,"UI_TEXT",(function(){return F})),n.d(t,"RUNNING_TEXT",(function(){return U})),n.d(t,"MONOSPACE_TEXT",(function(){return G})),n.d(t,"TEXT_LARGE",(function(){return K})),n.d(t,"TEXT_SMALL",(function(){return V})),n.d(t,"TEXT_MUTED",(function(){return W})),n.d(t,"TEXT_DISABLED",(function(){return z})),n.d(t,"TEXT_OVERFLOW_ELLIPSIS",(function(){return Y})),n.d(t,"BLOCKQUOTE",(function(){return X})),n.d(t,"CODE",(function(){return q})),n.d(t,"CODE_BLOCK",(function(){return Z})),n.d(t,"HEADING",(function(){return Q})),n.d(t,"LIST",(function(){return J})),n.d(t,"LIST_UNSTYLED",(function(){return $})),n.d(t,"RTL",(function(){return ee})),n.d(t,"ALERT",(function(){return te})),n.d(t,"ALERT_BODY",(function(){return ne})),n.d(t,"ALERT_CONTENTS",(function(){return re})),n.d(t,"ALERT_FOOTER",(function(){return oe})),n.d(t,"BREADCRUMB",(function(){return ie})),n.d(t,"BREADCRUMB_CURRENT",(function(){return ae})),n.d(t,"BREADCRUMBS",(function(){return se})),n.d(t,"BREADCRUMBS_COLLAPSED",(function(){return le})),n.d(t,"BUTTON",(function(){return ue})),n.d(t,"BUTTON_GROUP",(function(){return ce})),n.d(t,"BUTTON_SPINNER",(function(){return pe})),n.d(t,"BUTTON_TEXT",(function(){return de})),n.d(t,"CALLOUT",(function(){return fe})),n.d(t,"CALLOUT_ICON",(function(){return he})),n.d(t,"CARD",(function(){return me})),n.d(t,"COLLAPSE",(function(){return Ee})),n.d(t,"COLLAPSE_BODY",(function(){return ve})),n.d(t,"COLLAPSIBLE_LIST",(function(){return Oe})),n.d(t,"CONTEXT_MENU",(function(){return Ce})),n.d(t,"CONTEXT_MENU_POPOVER_TARGET",(function(){return be})),n.d(t,"CONTROL_GROUP",(function(){return _e})),n.d(t,"DIALOG",(function(){return Te})),n.d(t,"DIALOG_CONTAINER",(function(){return ye})),n.d(t,"DIALOG_BODY",(function(){return Ne})),n.d(t,"DIALOG_CLOSE_BUTTON",(function(){return ge})),n.d(t,"DIALOG_FOOTER",(function(){return Ie})),n.d(t,"DIALOG_FOOTER_ACTIONS",(function(){return Re})),n.d(t,"DIALOG_HEADER",(function(){return Ae})),n.d(t,"DIVIDER",(function(){return Se})),n.d(t,"DRAWER",(function(){return Le})),n.d(t,"DRAWER_BODY",(function(){return Pe})),n.d(t,"DRAWER_FOOTER",(function(){return De})),n.d(t,"DRAWER_HEADER",(function(){return ke})),n.d(t,"EDITABLE_TEXT",(function(){return we})),n.d(t,"EDITABLE_TEXT_CONTENT",(function(){return xe})),n.d(t,"EDITABLE_TEXT_EDITING",(function(){return je})),n.d(t,"EDITABLE_TEXT_INPUT",(function(){return Me})),n.d(t,"EDITABLE_TEXT_PLACEHOLDER",(function(){return Be})),n.d(t,"FLEX_EXPANDER",(function(){return He})),n.d(t,"HTML_SELECT",(function(){return Fe})),n.d(t,"SELECT",(function(){return Ue})),n.d(t,"HTML_TABLE",(function(){return Ge})),n.d(t,"HTML_TABLE_BORDERED",(function(){return Ke})),n.d(t,"HTML_TABLE_CONDENSED",(function(){return Ve})),n.d(t,"HTML_TABLE_STRIPED",(function(){return We})),n.d(t,"INPUT",(function(){return ze})),n.d(t,"INPUT_GHOST",(function(){return Ye})),n.d(t,"INPUT_GROUP",(function(){return Xe})),n.d(t,"INPUT_LEFT_CONTAINER",(function(){return qe})),n.d(t,"INPUT_ACTION",(function(){return Ze})),n.d(t,"CONTROL",(function(){return Qe})),n.d(t,"CONTROL_INDICATOR",(function(){return Je})),n.d(t,"CONTROL_INDICATOR_CHILD",(function(){return $e})),n.d(t,"CHECKBOX",(function(){return et})),n.d(t,"RADIO",(function(){return tt})),n.d(t,"SWITCH",(function(){return nt})),n.d(t,"SWITCH_INNER_TEXT",(function(){return rt})),n.d(t,"FILE_INPUT",(function(){return ot})),n.d(t,"FILE_INPUT_HAS_SELECTION",(function(){return it})),n.d(t,"FILE_UPLOAD_INPUT",(function(){return at})),n.d(t,"FILE_UPLOAD_INPUT_CUSTOM_TEXT",(function(){return st})),n.d(t,"KEY",(function(){return lt})),n.d(t,"KEY_COMBO",(function(){return ut})),n.d(t,"MODIFIER_KEY",(function(){return ct})),n.d(t,"HOTKEY",(function(){return pt})),n.d(t,"HOTKEY_LABEL",(function(){return dt})),n.d(t,"HOTKEY_COLUMN",(function(){return ft})),n.d(t,"HOTKEY_DIALOG",(function(){return ht})),n.d(t,"LABEL",(function(){return mt})),n.d(t,"FORM_GROUP",(function(){return Et})),n.d(t,"FORM_CONTENT",(function(){return vt})),n.d(t,"FORM_HELPER_TEXT",(function(){return Ot})),n.d(t,"MENU",(function(){return Ct})),n.d(t,"MENU_ITEM",(function(){return bt})),n.d(t,"MENU_ITEM_LABEL",(function(){return _t})),n.d(t,"MENU_SUBMENU",(function(){return Tt})),n.d(t,"MENU_DIVIDER",(function(){return yt})),n.d(t,"MENU_HEADER",(function(){return Nt})),n.d(t,"NAVBAR",(function(){return gt})),n.d(t,"NAVBAR_GROUP",(function(){return It})),n.d(t,"NAVBAR_HEADING",(function(){return Rt})),n.d(t,"NAVBAR_DIVIDER",(function(){return At})),n.d(t,"NON_IDEAL_STATE",(function(){return St})),n.d(t,"NON_IDEAL_STATE_VISUAL",(function(){return Lt})),n.d(t,"NUMERIC_INPUT",(function(){return Pt})),n.d(t,"OVERFLOW_LIST",(function(){return Dt})),n.d(t,"OVERFLOW_LIST_SPACER",(function(){return kt})),n.d(t,"OVERLAY",(function(){return wt})),n.d(t,"OVERLAY_BACKDROP",(function(){return xt})),n.d(t,"OVERLAY_CONTAINER",(function(){return jt})),n.d(t,"OVERLAY_CONTENT",(function(){return Mt})),n.d(t,"OVERLAY_INLINE",(function(){return Bt})),n.d(t,"OVERLAY_OPEN",(function(){return Ht})),n.d(t,"OVERLAY_SCROLL_CONTAINER",(function(){return Ft})),n.d(t,"PANEL_STACK",(function(){return Ut})),n.d(t,"PANEL_STACK_HEADER",(function(){return Gt})),n.d(t,"PANEL_STACK_HEADER_BACK",(function(){return Kt})),n.d(t,"PANEL_STACK_VIEW",(function(){return Vt})),n.d(t,"POPOVER",(function(){return Wt})),n.d(t,"POPOVER_ARROW",(function(){return zt})),n.d(t,"POPOVER_BACKDROP",(function(){return Yt})),n.d(t,"POPOVER_CONTENT",(function(){return Xt})),n.d(t,"POPOVER_CONTENT_SIZING",(function(){return qt})),n.d(t,"POPOVER_DISMISS",(function(){return Zt})),n.d(t,"POPOVER_DISMISS_OVERRIDE",(function(){return Qt})),n.d(t,"POPOVER_OPEN",(function(){return Jt})),n.d(t,"POPOVER_TARGET",(function(){return $t})),n.d(t,"POPOVER_WRAPPER",(function(){return en})),n.d(t,"TRANSITION_CONTAINER",(function(){return tn})),n.d(t,"PROGRESS_BAR",(function(){return nn})),n.d(t,"PROGRESS_METER",(function(){return rn})),n.d(t,"PROGRESS_NO_STRIPES",(function(){return on})),n.d(t,"PROGRESS_NO_ANIMATION",(function(){return an})),n.d(t,"PORTAL",(function(){return sn})),n.d(t,"SKELETON",(function(){return ln})),n.d(t,"SLIDER",(function(){return un})),n.d(t,"SLIDER_AXIS",(function(){return cn})),n.d(t,"SLIDER_HANDLE",(function(){return pn})),n.d(t,"SLIDER_LABEL",(function(){return dn})),n.d(t,"SLIDER_TRACK",(function(){return fn})),n.d(t,"SLIDER_PROGRESS",(function(){return hn})),n.d(t,"START",(function(){return mn})),n.d(t,"END",(function(){return En})),n.d(t,"SPINNER",(function(){return vn})),n.d(t,"SPINNER_ANIMATION",(function(){return On})),n.d(t,"SPINNER_HEAD",(function(){return Cn})),n.d(t,"SPINNER_NO_SPIN",(function(){return bn})),n.d(t,"SPINNER_TRACK",(function(){return _n})),n.d(t,"TAB",(function(){return Tn})),n.d(t,"TAB_INDICATOR",(function(){return yn})),n.d(t,"TAB_INDICATOR_WRAPPER",(function(){return Nn})),n.d(t,"TAB_LIST",(function(){return gn})),n.d(t,"TAB_PANEL",(function(){return In})),n.d(t,"TABS",(function(){return Rn})),n.d(t,"TAG",(function(){return An})),n.d(t,"TAG_REMOVE",(function(){return Sn})),n.d(t,"TAG_INPUT",(function(){return Ln})),n.d(t,"TAG_INPUT_ICON",(function(){return Pn})),n.d(t,"TAG_INPUT_VALUES",(function(){return Dn})),n.d(t,"TOAST",(function(){return kn})),n.d(t,"TOAST_CONTAINER",(function(){return wn})),n.d(t,"TOAST_MESSAGE",(function(){return xn})),n.d(t,"TOOLTIP",(function(){return jn})),n.d(t,"TOOLTIP_INDICATOR",(function(){return Mn})),n.d(t,"TREE",(function(){return Bn})),n.d(t,"TREE_NODE",(function(){return Hn})),n.d(t,"TREE_NODE_CARET",(function(){return Fn})),n.d(t,"TREE_NODE_CARET_CLOSED",(function(){return Un})),n.d(t,"TREE_NODE_CARET_NONE",(function(){return Gn})),n.d(t,"TREE_NODE_CARET_OPEN",(function(){return Kn})),n.d(t,"TREE_NODE_CONTENT",(function(){return Vn})),n.d(t,"TREE_NODE_EXPANDED",(function(){return Wn})),n.d(t,"TREE_NODE_ICON",(function(){return zn})),n.d(t,"TREE_NODE_LABEL",(function(){return Yn})),n.d(t,"TREE_NODE_LIST",(function(){return Xn})),n.d(t,"TREE_NODE_SECONDARY_LABEL",(function(){return qn})),n.d(t,"TREE_NODE_SELECTED",(function(){return Zn})),n.d(t,"TREE_ROOT",(function(){return Qn})),n.d(t,"ICON",(function(){return Jn})),n.d(t,"ICON_STANDARD",(function(){return $n})),n.d(t,"ICON_LARGE",(function(){return er})),n.d(t,"getClassNamespace",(function(){return tr})),n.d(t,"alignmentClass",(function(){return nr})),n.d(t,"elevationClass",(function(){return rr})),n.d(t,"iconClass",(function(){return or})),n.d(t,"intentClass",(function(){return ir})),n.d(t,"positionClass",(function(){return ar}));var r=n(35),o=n(25),i=n(19),a=n(11),s=e.env.BLUEPRINT_NAMESPACE||e.env.REACT_APP_BLUEPRINT_NAMESPACE||"bp3",l=s+"-active",u=s+"-align-left",c=s+"-align-right",p=s+"-dark",d=s+"-disabled",f=s+"-fill",h=s+"-fixed",m=s+"-fixed-top",E=s+"-inline",v=s+"-interactive",O=s+"-large",C=s+"-loading",b=s+"-minimal",_=s+"-outlined",T=s+"-multiline",y=s+"-round",N=s+"-small",g=s+"-vertical",I=ar(a.a.TOP),R=ar(a.a.BOTTOM),A=ar(a.a.LEFT),S=ar(a.a.RIGHT),L=rr(o.a.ZERO),P=rr(o.a.ONE),D=rr(o.a.TWO),k=rr(o.a.THREE),w=rr(o.a.FOUR),x=ir(i.a.PRIMARY),j=ir(i.a.SUCCESS),M=ir(i.a.WARNING),B=ir(i.a.DANGER),H=s+"-focus-disabled",F=s+"-ui-text",U=s+"-running-text",G=s+"-monospace-text",K=s+"-text-large",V=s+"-text-small",W=s+"-text-muted",z=s+"-text-disabled",Y=s+"-text-overflow-ellipsis",X=s+"-blockquote",q=s+"-code",Z=s+"-code-block",Q=s+"-heading",J=s+"-list",$=s+"-list-unstyled",ee=s+"-rtl",te=s+"-alert",ne=te+"-body",re=te+"-contents",oe=te+"-footer",ie=s+"-breadcrumb",ae=ie+"-current",se=ie+"s",le=ie+"s-collapsed",ue=s+"-button",ce=ue+"-group",pe=ue+"-spinner",de=ue+"-text",fe=s+"-callout",he=fe+"-icon",me=s+"-card",Ee=s+"-collapse",ve=Ee+"-body",Oe=s+"-collapse-list",Ce=s+"-context-menu",be=Ce+"-popover-target",_e=s+"-control-group",Te=s+"-dialog",ye=Te+"-container",Ne=Te+"-body",ge=Te+"-close-button",Ie=Te+"-footer",Re=Te+"-footer-actions",Ae=Te+"-header",Se=s+"-divider",Le=s+"-drawer",Pe=Le+"-body",De=Le+"-footer",ke=Le+"-header",we=s+"-editable-text",xe=we+"-content",je=we+"-editing",Me=we+"-input",Be=we+"-placeholder",He=s+"-flex-expander",Fe=s+"-html-select",Ue=s+"-select",Ge=s+"-html-table",Ke=Ge+"-bordered",Ve=Ge+"-condensed",We=Ge+"-striped",ze=s+"-input",Ye=ze+"-ghost",Xe=ze+"-group",qe=ze+"-left-container",Ze=ze+"-action",Qe=s+"-control",Je=Qe+"-indicator",$e=Je+"-child",et=s+"-checkbox",tt=s+"-radio",nt=s+"-switch",rt=nt+"-inner-text",ot=s+"-file-input",it=s+"-file-input-has-selection",at=s+"-file-upload-input",st=s+"-file-upload-input-custom-text",lt=s+"-key",ut=lt+"-combo",ct=s+"-modifier-key",pt=s+"-hotkey",dt=pt+"-label",ft=pt+"-column",ht=pt+"-dialog",mt=s+"-label",Et=s+"-form-group",vt=s+"-form-content",Ot=s+"-form-helper-text",Ct=s+"-menu",bt=Ct+"-item",_t=bt+"-label",Tt=s+"-submenu",yt=Ct+"-divider",Nt=Ct+"-header",gt=s+"-navbar",It=gt+"-group",Rt=gt+"-heading",At=gt+"-divider",St=s+"-non-ideal-state",Lt=St+"-visual",Pt=s+"-numeric-input",Dt=s+"-overflow-list",kt=Dt+"-spacer",wt=s+"-overlay",xt=wt+"-backdrop",jt=wt+"-container",Mt=wt+"-content",Bt=wt+"-inline",Ht=wt+"-open",Ft=wt+"-scroll-container",Ut=s+"-panel-stack",Gt=Ut+"-header",Kt=Ut+"-header-back",Vt=Ut+"-view",Wt=s+"-popover",zt=Wt+"-arrow",Yt=Wt+"-backdrop",Xt=Wt+"-content",qt=Xt+"-sizing",Zt=Wt+"-dismiss",Qt=Zt+"-override",Jt=Wt+"-open",$t=Wt+"-target",en=Wt+"-wrapper",tn=s+"-transition-container",nn=s+"-progress-bar",rn=s+"-progress-meter",on=s+"-no-stripes",an=s+"-no-animation",sn=s+"-portal",ln=s+"-skeleton",un=s+"-slider",cn=un+"-axis",pn=un+"-handle",dn=un+"-label",fn=un+"-track",hn=un+"-progress",mn=s+"-start",En=s+"-end",vn=s+"-spinner",On=vn+"-animation",Cn=vn+"-head",bn=s+"-no-spin",_n=vn+"-track",Tn=s+"-tab",yn=Tn+"-indicator",Nn=yn+"-wrapper",gn=Tn+"-list",In=Tn+"-panel",Rn=Tn+"s",An=s+"-tag",Sn=An+"-remove",Ln=s+"-tag-input",Pn=Ln+"-icon",Dn=Ln+"-values",kn=s+"-toast",wn=kn+"-container",xn=kn+"-message",jn=s+"-tooltip",Mn=jn+"-indicator",Bn=s+"-tree",Hn=s+"-tree-node",Fn=Hn+"-caret",Un=Fn+"-closed",Gn=Fn+"-none",Kn=Fn+"-open",Vn=Hn+"-content",Wn=Hn+"-expanded",zn=Hn+"-icon",Yn=Hn+"-label",Xn=Hn+"-list",qn=Hn+"-secondary-label",Zn=Hn+"-selected",Qn=s+"-tree-root",Jn=s+"-icon",$n=Jn+"-standard",er=Jn+"-large";function tr(){return s}function nr(e){switch(e){case r.a.LEFT:return u;case r.a.RIGHT:return c;default:return}}function rr(e){if(null!=e)return s+"-elevation-"+e}function or(e){if(null!=e)return 0===e.indexOf(s+"-icon-")?e:s+"-icon-"+e}function ir(e){if(null!=e&&e!==i.a.NONE)return s+"-intent-"+e.toLowerCase()}function ar(e){if(null!=e)return s+"-position-"+e}}.call(this,n(62))},function(e,t,n){"use strict";n.d(t,"a",(function(){return p}));var r=n(2),o=n(3),i=n.n(o),a=n(1),s=n(5),l=n(61),u=n(0),c=n(4),p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}var n;return Object(r.__extends)(t,e),n=t,t.prototype.render=function(){var e=this.props.icon;if(null==e||"boolean"==typeof e)return null;if("string"!=typeof e)return e;var t=this.props,o=t.className,s=t.color,l=t.htmlTitle,c=t.iconSize,p=void 0===c?n.SIZE_STANDARD:c,d=t.intent,f=t.title,h=void 0===f?e:f,m=t.tagName,E=void 0===m?"span":m,v=Object(r.__rest)(t,["className","color","htmlTitle","iconSize","intent","title","tagName"]),O=p>=n.SIZE_LARGE?n.SIZE_LARGE:n.SIZE_STANDARD,C=this.renderSvgPaths(O,e),b=i()(u.Classes.ICON,u.Classes.iconClass(e),u.Classes.intentClass(d),o),_="0 0 "+O+" "+O;return a.createElement(E,Object(r.__assign)(Object(r.__assign)({},v),{className:b,title:l}),a.createElement("svg",{fill:s,"data-icon":e,width:p,height:p,viewBox:_},h&&a.createElement("desc",null,h),C))},t.prototype.renderSvgPaths=function(e,t){var r=(e===n.SIZE_STANDARD?l.IconSvgPaths16:l.IconSvgPaths20)[t];return null==r?null:r.map((function(e,t){return a.createElement("path",{key:t,d:e,fillRule:"evenodd"})}))},t.displayName=c.a+".Icon",t.SIZE_STANDARD=16,t.SIZE_LARGE=20,t=n=Object(r.__decorate)([s.a],t)}(n(9).a)},function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));var r=n(2),o=n(1),i=n(20),a=function(e){function t(t,n){var r=e.call(this,t,n)||this;return r.timeoutIds=[],r.clearTimeouts=function(){if(r.timeoutIds.length>0){for(var e=0,t=r.timeoutIds;e<t.length;e++){var n=t[e];window.clearTimeout(n)}r.timeoutIds=[]}},Object(i.e)("production")||r.validateProps(r.props),r}return Object(r.__extends)(t,e),t.prototype.componentDidUpdate=function(e,t,n){Object(i.e)("production")||this.validateProps(this.props)},t.prototype.componentWillUnmount=function(){this.clearTimeouts()},t.prototype.setTimeout=function(e,t){var n=window.setTimeout(e,t);return this.timeoutIds.push(n),function(){return window.clearTimeout(n)}},t.prototype.validateProps=function(e){},t}(o.PureComponent)},function(e,t,n){"use strict";n.r(t);var r=n(57);n.d(t,"arraysEqual",(function(){return r.a})),n.d(t,"shallowCompareKeys",(function(){return r.d})),n.d(t,"deepCompareKeys",(function(){return r.b})),n.d(t,"getDeepUnequalKeyValues",(function(){return r.c}));var o=n(68);n.d(t,"elementIsOrContains",(function(){return o.a})),n.d(t,"throttleEvent",(function(){return o.c})),n.d(t,"throttleReactEventCallback",(function(){return o.d})),n.d(t,"throttle",(function(){return o.b}));var i=n(12);n.d(t,"isFunction",(function(){return i.a})),n.d(t,"safeInvoke",(function(){return i.b})),n.d(t,"safeInvokeOrValue",(function(){return i.c}));var a=n(20);n.d(t,"isNodeEnv",(function(){return a.e})),n.d(t,"arrayLengthCompare",(function(){return a.b})),n.d(t,"approxEqual",(function(){return a.a})),n.d(t,"clamp",(function(){return a.c})),n.d(t,"countDecimalPlaces",(function(){return a.d}));var s=n(32);n.d(t,"isReactNodeEmpty",(function(){return s.e})),n.d(t,"ensureElement",(function(){return s.a})),n.d(t,"isReactElement",(function(){return s.d})),n.d(t,"getDisplayName",(function(){return s.b})),n.d(t,"isElementOfType",(function(){return s.c}));var l=n(69);n.d(t,"safeInvokeMember",(function(){return l.a}));var u=n(29);n.d(t,"getRef",(function(){return u.a}))},function(e,t,n){"use strict";n.d(t,"a",(function(){return r})),n.d(t,"c",(function(){return o})),n.d(t,"d",(function(){return i})),n.d(t,"b",(function(){return a}));var r={BOTTOM:"bottom",BOTTOM_LEFT:"bottom-left",BOTTOM_RIGHT:"bottom-right",LEFT:"left",LEFT_BOTTOM:"left-bottom",LEFT_TOP:"left-top",RIGHT:"right",RIGHT_BOTTOM:"right-bottom",RIGHT_TOP:"right-top",TOP:"top",TOP_LEFT:"top-left",TOP_RIGHT:"top-right"};function o(e){return e===r.TOP||e===r.TOP_LEFT||e===r.TOP_RIGHT||e===r.BOTTOM||e===r.BOTTOM_LEFT||e===r.BOTTOM_RIGHT}function i(e){return e===r.LEFT||e===r.LEFT_TOP||e===r.LEFT_BOTTOM||e===r.RIGHT||e===r.RIGHT_TOP||e===r.RIGHT_BOTTOM}function a(e){return e===r.TOP||e===r.TOP_LEFT||e===r.TOP_RIGHT?r.TOP:e===r.BOTTOM||e===r.BOTTOM_LEFT||e===r.BOTTOM_RIGHT?r.BOTTOM:e===r.LEFT||e===r.LEFT_TOP||e===r.LEFT_BOTTOM?r.LEFT:r.RIGHT}},function(e,t,n){"use strict";function r(e){return"function"==typeof e}function o(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];if(r(e))return e.apply(void 0,t)}function i(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return r(e)?e.apply(void 0,t):e}n.d(t,"a",(function(){return r})),n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return i}))},function(e,t){e.exports=r},function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));var r={START:"start",END:"end"}},function(e,t,n){"use strict";n.d(t,"b",(function(){return h})),n.d(t,"a",(function(){return m}));var r=n(2),o=n(1),i=n(4),a=n(29),s=n(3),l=n.n(s),u=n(0),c=n(9),p=n(8),d=n(42),f=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={isActive:!1},t.currentKeyDown=null,t.handleKeyDown=function(e){var n,r;u.Keys.isKeyboardClick(e.which)&&(e.preventDefault(),e.which!==t.currentKeyDown&&t.setState({isActive:!0})),t.currentKeyDown=e.which,null===(r=(n=t.props).onKeyDown)||void 0===r||r.call(n,e)},t.handleKeyUp=function(e){var n,r;u.Keys.isKeyboardClick(e.which)&&(t.setState({isActive:!1}),Object(a.a)(t.buttonRef).click()),t.currentKeyDown=null,null===(r=(n=t.props).onKeyUp)||void 0===r||r.call(n,e)},t}return Object(r.__extends)(t,e),t.prototype.getCommonButtonProps=function(){var e,t=this.props,n=t.alignText,r=t.fill,o=t.large,i=t.loading,a=t.outlined,s=t.minimal,c=t.small,p=t.tabIndex,d=this.props.disabled||i;return{className:l()(u.Classes.BUTTON,((e={})[u.Classes.ACTIVE]=this.state.isActive||this.props.active,e[u.Classes.DISABLED]=d,e[u.Classes.FILL]=r,e[u.Classes.LARGE]=o,e[u.Classes.LOADING]=i,e[u.Classes.MINIMAL]=s,e[u.Classes.OUTLINED]=a,e[u.Classes.SMALL]=c,e),u.Classes.alignmentClass(n),u.Classes.intentClass(this.props.intent),this.props.className),disabled:d,onClick:d?void 0:this.props.onClick,onKeyDown:this.handleKeyDown,onKeyUp:this.handleKeyUp,tabIndex:d?-1:p}},t.prototype.renderChildren=function(){var e=this.props,t=e.children,n=e.icon,r=e.loading,i=e.rightIcon,a=e.text;return[r&&o.createElement(d.a,{key:"loading",className:u.Classes.BUTTON_SPINNER,size:p.a.SIZE_LARGE}),o.createElement(p.a,{key:"leftIcon",icon:n}),(!u.Utils.isReactNodeEmpty(a)||!u.Utils.isReactNodeEmpty(t))&&o.createElement("span",{key:"text",className:u.Classes.BUTTON_TEXT},a,t),o.createElement(p.a,{key:"rightIcon",icon:i})]},t}(c.a),h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.handleRef=Object(a.c)(t.props.elementRef)?t.buttonRef=t.props.elementRef:function(e){var n;t.buttonRef=e,null===(n=t.props.elementRef)||void 0===n||n(e)},t}return Object(r.__extends)(t,e),t.prototype.render=function(){return o.createElement("button",Object(r.__assign)({type:"button",ref:this.handleRef},Object(i.b)(this.props),this.getCommonButtonProps()),this.renderChildren())},t.displayName=i.a+".Button",t}(f),m=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.handleRef=Object(a.c)(t.props.elementRef)?t.buttonRef=t.props.elementRef:function(e){var n;t.buttonRef=e,null===(n=t.props.elementRef)||void 0===n||n(e)},t}return Object(r.__extends)(t,e),t.prototype.render=function(){var e=this.props,t=e.href,n=e.tabIndex,a=void 0===n?0:n,s=this.getCommonButtonProps();return o.createElement("a",Object(r.__assign)({role:"button",ref:this.handleRef},Object(i.b)(this.props),s,{href:s.disabled?void 0:t,tabIndex:s.disabled?-1:a}),this.renderChildren())},t.displayName=i.a+".AnchorButton",t}(f)},function(e,t,n){"use strict";n.d(t,"c",(function(){return u})),n.d(t,"d",(function(){return c})),n.d(t,"e",(function(){return p})),n.d(t,"f",(function(){return d})),n.d(t,"g",(function(){return f})),n.d(t,"h",(function(){return h})),n.d(t,"a",(function(){return m})),n.d(t,"b",(function(){return E})),n.d(t,"k",(function(){return v})),n.d(t,"i",(function(){return O})),n.d(t,"j",(function(){return C})),n.d(t,"l",(function(){return b}));var r=n(2),o=n(3),i=n.n(o),a=n(1),s=n(7);function l(e,t){return function(n){var o=n.className,s=n.elementRef,l=Object(r.__rest)(n,["className","elementRef"]);return a.createElement(e,Object(r.__assign)(Object(r.__assign)({},l),{className:i()(t,o),ref:s}))}}var u=l("h1",s.HEADING),c=l("h2",s.HEADING),p=l("h3",s.HEADING),d=l("h4",s.HEADING),f=l("h5",s.HEADING),h=l("h6",s.HEADING),m=l("blockquote",s.BLOCKQUOTE),E=l("code",s.CODE),v=l("pre",s.CODE_BLOCK),O=l("label",s.LABEL),C=l("ol",s.LIST),b=l("ul",s.LIST)},function(e,t,n){"use strict";n.d(t,"a",(function(){return u})),n.d(t,"e",(function(){return c})),n.d(t,"c",(function(){return p})),n.d(t,"b",(function(){return d})),n.d(t,"d",(function(){return f}));for(var r={8:"backspace",9:"tab",13:"enter",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"ins",46:"del",48:"0",49:"1",50:"2",51:"3",52:"4",53:"5",54:"6",55:"7",56:"8",57:"9",65:"a",66:"b",67:"c",68:"d",69:"e",70:"f",71:"g",72:"h",73:"i",74:"j",75:"k",76:"l",77:"m",78:"n",79:"o",80:"p",81:"q",82:"r",83:"s",84:"t",85:"u",86:"v",87:"w",88:"x",89:"y",90:"z",106:"*",107:"+",109:"-",110:".",111:"/",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},o={16:"shift",17:"ctrl",18:"alt",91:"meta",93:"meta",224:"meta"},i={alt:1,ctrl:2,meta:4,shift:8},a={cmd:"meta",command:"meta",escape:"esc",minus:"-",mod:h()?"meta":"ctrl",option:"alt",plus:"+",return:"enter",win:"meta"},s={"~":"`","!":"1","@":"2","#":"3",$:"4","%":"5","^":"6","&":"7","*":"8","(":"9",")":"0",_:"-","+":"=","{":"[","}":"]","|":"\\",":":";",'"':"'","<":",",">":".","?":"/"},l=1;l<=12;++l)r[111+l]="f"+l;for(l=0;l<=9;++l)r[96+l]="num"+l.toString();function u(e,t){return e.modifiers===t.modifiers&&e.key===t.key}var c=function(e){for(var t=0,n=null,r=0,o=e.replace(/\s/g,"").toLowerCase().split("+");r<o.length;r++){var l=o[r];if(""===l)throw new Error('Failed to parse key combo "'+e+'".\n Valid key combos look like "cmd + plus", "shift+p", or "!"');null!=a[l]&&(l=a[l]),null!=i[l]?t+=i[l]:null!=s[l]?(t+=i.shift,n=s[l]):n=l.toLowerCase()}return{modifiers:t,key:n}},p=function(e){var t=[];e.ctrlKey&&t.push("ctrl"),e.altKey&&t.push("alt"),e.shiftKey&&t.push("shift"),e.metaKey&&t.push("meta");var n=e.which;return null!=o[n]||(null!=r[n]?t.push(r[n]):t.push(String.fromCharCode(n).toLowerCase())),t.join(" + ")},d=function(e){var t=null,n=e.which;null!=o[n]||(t=null!=r[n]?r[n]:String.fromCharCode(n).toLowerCase());var a=0;return e.altKey&&(a+=i.alt),e.ctrlKey&&(a+=i.ctrl),e.metaKey&&(a+=i.meta),e.shiftKey&&(a+=i.shift),{modifiers:a,key:t}},f=function(e,t){return e.replace(/\s/g,"").split("+").map((function(e){var n=null!=a[e]?a[e]:e;return"meta"===n?h(t)?"cmd":"ctrl":n}))};function h(e){var t=null!=e?e:"undefined"!=typeof navigator?navigator.platform:void 0;return null!=t&&/Mac|iPod|iPhone|iPad/.test(t)}},function(e,t,n){"use strict";n.d(t,"b",(function(){return D})),n.d(t,"a",(function(){return k}));var r=n(2),o=n(3),i=n.n(o),a=n(1),s=n(5),l=n(59),u=n(0),c=n(9),p=n(6),d=n(4),f=n(12),h=n(32),m=n(69),E=n(68),v=n(20),O=n(22),C=n(30),b=n(40),_=n(7);function T(e){return e.split("-")[0]}function y(e){return-1!==["left","right"].indexOf(e)}function N(e){switch(e){case"top":return"bottom";case"left":return"right";case"bottom":return"top";default:return"left"}}function g(e){switch(e.split("-")[1]){case"start":return"left";case"end":return"right";default:return"center"}}function I(e){var t=T(e.placement);if(null==e.arrowElement)return y(t)?N(t)+" "+g(t):g(t)+" "+N(t);var n=e.arrowElement.clientHeight/2,r=e.offsets.arrow;return y(t)?N(t)+" "+(r.top+n)+"px":r.left+n+"px "+N(t)}var R=function(e){if(null==e.arrowElement)return e;var t=e.arrowElement.clientWidth,n=T(e.placement),r=y(n),o=r?"width":"height",i=r?"left":"top",a=Math.round(t/2/Math.sqrt(2));return"top"===n||"left"===n?(e.offsets.popper[i]-=a+4,e.offsets.arrow[i]=e.offsets.popper[o]-t+a):(e.offsets.popper[i]+=a+4,e.offsets.arrow[i]=-a),e};function A(e){if(null==e)return 0;switch(T(e)){case"top":return-90;case"left":return 180;case"bottom":return 90;default:return 0}}var S=function(e){var t=e.arrowProps,n=t.ref,r=t.style,o=e.placement;return a.createElement("div",{className:_.POPOVER_ARROW,ref:n,style:isNaN(+r.left)?{}:r},a.createElement("svg",{viewBox:"0 0 30 30",style:{transform:"rotate("+A(o)+"deg)"}},a.createElement("path",{className:_.POPOVER_ARROW+"-border",d:"M8.11 6.302c1.015-.936 1.887-2.922 1.887-4.297v26c0-1.378-.868-3.357-1.888-4.297L.925 17.09c-1.237-1.14-1.233-3.034 0-4.17L8.11 6.302z"}),a.createElement("path",{className:_.POPOVER_ARROW+"-fill",d:"M8.787 7.036c1.22-1.125 2.21-3.376 2.21-5.03V0v30-2.005c0-1.654-.983-3.9-2.21-5.03l-7.183-6.616c-.81-.746-.802-1.96 0-2.7l7.183-6.614z"})))};S.displayName=d.a+".PopoverArrow";var L=n(11);function P(e){switch(e){case L.a.TOP_LEFT:return"top-start";case L.a.TOP:return"top";case L.a.TOP_RIGHT:return"top-end";case L.a.RIGHT_TOP:return"right-start";case L.a.RIGHT:return"right";case L.a.RIGHT_BOTTOM:return"right-end";case L.a.BOTTOM_RIGHT:return"bottom-end";case L.a.BOTTOM:return"bottom";case L.a.BOTTOM_LEFT:return"bottom-start";case L.a.LEFT_BOTTOM:return"left-end";case L.a.LEFT:return"left";case L.a.LEFT_TOP:return"left-start";case"auto":case"auto-start":case"auto-end":return e;default:return function(e){throw new Error("Unexpected position: "+e)}(e)}}var D={CLICK:"click",CLICK_TARGET_ONLY:"click-target",HOVER:"hover",HOVER_TARGET_ONLY:"hover-target"},k=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={hasDarkParent:!1,isOpen:t.getIsOpen(t.props),transformOrigin:""},t.isMouseInTargetOrPopover=!1,t.lostFocusOnSamePage=!0,t.refHandlers={popover:function(e){t.popoverElement=e,f.b(t.props.popoverRef,e)},target:function(e){return t.targetElement=e}},t.reposition=function(){return f.b(t.popperScheduleUpdate)},t.renderPopover=function(e){var n,o=t.props,s=o.usePortal,l=o.interactionKind,c=t.state.transformOrigin;t.popperScheduleUpdate=e.scheduleUpdate;var p={onClick:t.handlePopoverClick};(l===D.HOVER||!s&&l===D.HOVER_TARGET_ONLY)&&(p.onMouseEnter=t.handleMouseEnter,p.onMouseLeave=t.handleMouseLeave);var d=i()(u.Classes.POPOVER,((n={})[u.Classes.DARK]=t.props.inheritDarkTheme&&t.state.hasDarkParent,n[u.Classes.MINIMAL]=t.props.minimal,n),t.props.popoverClassName);return a.createElement("div",{className:u.Classes.TRANSITION_CONTAINER,ref:e.ref,style:e.style},a.createElement(C.a,{onResize:t.reposition},a.createElement("div",Object(r.__assign)({className:d,style:{transformOrigin:c}},p),t.isArrowEnabled()&&a.createElement(S,{arrowProps:e.arrowProps,placement:e.placement}),a.createElement("div",{className:u.Classes.POPOVER_CONTENT},t.understandChildren().content))))},t.renderTarget=function(e){var n,o,s=t.props,l=s.fill,c=s.openOnTargetFocus,p=s.targetClassName,d=s.targetProps,f=void 0===d?{}:d,m=t.state.isOpen,E=t.isControlled(),v=t.isHoverInteractionKind(),O=t.props.targetTagName;l&&(O="div");var _=v?{onBlur:t.handleTargetBlur,onFocus:t.handleTargetFocus,onMouseEnter:t.handleMouseEnter,onMouseLeave:t.handleMouseLeave}:{onClick:t.handleTargetClick};_.className=i()(u.Classes.POPOVER_TARGET,((n={})[u.Classes.POPOVER_OPEN]=m,n),f.className,p),_.ref=e.ref;var T=h.a(t.understandChildren().target),y=T.props.tabIndex,N=null==y&&c&&v?0:y,g=a.cloneElement(T,{className:i()(T.props.className,(o={},o[u.Classes.ACTIVE]=m&&!E&&!v,o)),disabled:!(!m||!h.c(T,b.a))||T.props.disabled,tabIndex:N}),I=a.createElement(O,Object(r.__assign)(Object(r.__assign)({},f),_),g);return a.createElement(C.a,{onResize:t.reposition},I)},t.isControlled=function(){return void 0!==t.props.isOpen},t.handleTargetFocus=function(e){if(t.props.openOnTargetFocus&&t.isHoverInteractionKind()){if(null==e.relatedTarget&&!t.lostFocusOnSamePage)return;t.handleMouseEnter(e)}m.a(t.props.targetProps,"onFocus",e)},t.handleTargetBlur=function(e){t.props.openOnTargetFocus&&t.isHoverInteractionKind()&&(null==e.relatedTarget||t.isElementInPopover(e.relatedTarget)||t.handleMouseLeave(e)),t.lostFocusOnSamePage=null!=e.relatedTarget,m.a(t.props.targetProps,"onBlur",e)},t.handleMouseEnter=function(e){t.isMouseInTargetOrPopover=!0,t.props.usePortal||!t.isElementInPopover(e.target)||t.props.interactionKind!==D.HOVER_TARGET_ONLY||t.props.openOnTargetFocus?t.props.disabled||t.setOpenState(!0,e,t.props.hoverOpenDelay):t.handleMouseLeave(e),m.a(t.props.targetProps,"onMouseEnter",e)},t.handleMouseLeave=function(e){t.isMouseInTargetOrPopover=!1,t.setTimeout((function(){t.isMouseInTargetOrPopover||t.setOpenState(!1,e,t.props.hoverCloseDelay)})),m.a(t.props.targetProps,"onMouseLeave",e)},t.handlePopoverClick=function(e){var n=e.target,r=n.closest("."+u.Classes.POPOVER_DISMISS+", ."+u.Classes.POPOVER_DISMISS_OVERRIDE),o=null!=r&&r.classList.contains(u.Classes.POPOVER_DISMISS),i=null!=n.closest(":disabled, ."+u.Classes.DISABLED);!o||i||e.isDefaultPrevented()||(t.setOpenState(!1,e),t.props.captureDismiss&&e.preventDefault())},t.handleOverlayClose=function(e){var n=e.target;(!E.a(t.targetElement,n)||e.nativeEvent instanceof KeyboardEvent)&&t.setOpenState(!1,e)},t.handleTargetClick=function(e){t.props.disabled||t.isElementInPopover(e.target)||(null==t.props.isOpen?t.setState((function(e){return{isOpen:!e.isOpen}})):t.setOpenState(!t.props.isOpen,e)),m.a(t.props.targetProps,"onClick",e)},t.updatePopoverState=function(e){return t.setState({transformOrigin:I(e)}),e},t}return Object(r.__extends)(t,e),t.prototype.render=function(){var e,t=this.props,n=t.className,r=t.disabled,o=t.fill,s=this.state.isOpen,c=this.props.wrapperTagName;o&&(c="div");var d=null==h.a(this.understandChildren().content);!d||r||!1===s||v.e("production")||console.warn(p.E);var f=i()(u.Classes.POPOVER_WRAPPER,n,((e={})[u.Classes.FILL]=o,e)),m=a.createElement(c,{className:f},a.createElement(l.Reference,{innerRef:this.refHandlers.target},this.renderTarget),a.createElement(O.a,{autoFocus:this.props.autoFocus,backdropClassName:u.Classes.POPOVER_BACKDROP,backdropProps:this.props.backdropProps,canEscapeKeyClose:this.props.canEscapeKeyClose,canOutsideClickClose:this.props.interactionKind===D.CLICK,className:this.props.portalClassName,enforceFocus:this.props.enforceFocus,hasBackdrop:this.props.hasBackdrop,isOpen:s&&!d,onClose:this.handleOverlayClose,onClosed:this.props.onClosed,onClosing:this.props.onClosing,onOpened:this.props.onOpened,onOpening:this.props.onOpening,transitionDuration:this.props.transitionDuration,transitionName:u.Classes.POPOVER,usePortal:this.props.usePortal,portalContainer:this.props.portalContainer},a.createElement(l.Popper,{innerRef:this.refHandlers.popover,placement:P(this.props.position),modifiers:this.getPopperModifiers()},this.renderPopover)));return a.createElement(l.Manager,null,m)},t.prototype.componentDidMount=function(){this.updateDarkParent()},t.prototype.componentDidUpdate=function(t,n){e.prototype.componentDidUpdate.call(this,t,n),this.updateDarkParent();var r=this.getIsOpen(this.props);null!=this.props.isOpen&&r!==this.state.isOpen?(this.setOpenState(r),this.setState({isOpen:r})):this.props.disabled&&this.state.isOpen&&null==this.props.isOpen&&this.setOpenState(!1)},t.prototype.validateProps=function(e){if(null==e.isOpen&&null!=e.onInteraction&&console.warn(p.H),e.hasBackdrop&&!e.usePortal&&console.warn(p.F),e.hasBackdrop&&e.interactionKind!==D.CLICK)throw new Error(p.A);var t=a.Children.count(e.children),n=void 0!==e.content,r=void 0!==e.target;if(0===t&&!r)throw new Error(p.B);t>2&&console.warn(p.G),t>0&&r&&console.warn(p.D),2===t&&n&&console.warn(p.C)},t.prototype.updateDarkParent=function(){if(this.props.usePortal&&this.state.isOpen){var e=null!=this.targetElement&&null!=this.targetElement.closest("."+u.Classes.DARK);this.setState({hasDarkParent:e})}},t.prototype.understandChildren=function(){var e=this.props,t=e.children,n=e.content,r=e.target,o=a.Children.toArray(t),i=o[0],s=o[1];return{content:null==s?n:s,target:null==i?r:i}},t.prototype.getIsOpen=function(e){return!e.disabled&&(null!=e.isOpen?e.isOpen:e.defaultIsOpen)},t.prototype.getPopperModifiers=function(){var e=this.props,t=e.boundary,n=e.modifiers,o=n.flip,i=void 0===o?{}:o,a=n.preventOverflow,s=void 0===a?{}:a;return Object(r.__assign)(Object(r.__assign)({},n),{arrowOffset:{enabled:this.isArrowEnabled(),fn:R,order:510},flip:Object(r.__assign)({boundariesElement:t},i),preventOverflow:Object(r.__assign)({boundariesElement:t},s),updatePopoverState:{enabled:!0,fn:this.updatePopoverState,order:900}})},t.prototype.setOpenState=function(e,t,n){var r=this;f.b(this.cancelOpenTimeout),n>0?this.cancelOpenTimeout=this.setTimeout((function(){return r.setOpenState(e,t)}),n):(null==this.props.isOpen?this.setState({isOpen:e}):f.b(this.props.onInteraction,e,t),e||f.b(this.props.onClose,t))},t.prototype.isArrowEnabled=function(){var e=this.props,t=e.minimal,n=e.modifiers.arrow;return!t&&(null==n||n.enabled)},t.prototype.isElementInPopover=function(e){return null!=this.popoverElement&&this.popoverElement.contains(e)},t.prototype.isHoverInteractionKind=function(){return this.props.interactionKind===D.HOVER||this.props.interactionKind===D.HOVER_TARGET_ONLY},t.displayName=d.a+".Popover",t.defaultProps={boundary:"scrollParent",captureDismiss:!1,defaultIsOpen:!1,disabled:!1,fill:!1,hasBackdrop:!1,hoverCloseDelay:300,hoverOpenDelay:150,inheritDarkTheme:!0,interactionKind:D.CLICK,minimal:!1,modifiers:{},openOnTargetFocus:!0,position:"auto",targetTagName:"span",transitionDuration:300,usePortal:!0,wrapperTagName:"span"},t=Object(r.__decorate)([s.a],t)}(c.a)},function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));var r={NONE:"none",PRIMARY:"primary",SUCCESS:"success",WARNING:"warning",DANGER:"danger"}},function(e,t,n){"use strict";(function(e){n.d(t,"e",(function(){return o})),n.d(t,"b",(function(){return i})),n.d(t,"a",(function(){return a})),n.d(t,"c",(function(){return s})),n.d(t,"d",(function(){return l}));var r=n(6);function o(t){return void 0!==e&&e.env&&"production"===t}function i(e,t){return void 0===e&&(e=[]),void 0===t&&(t=[]),e.length-t.length}function a(e,t,n){return void 0===n&&(n=1e-5),Math.abs(e-t)<=n}function s(e,t,n){if(null==e)return e;if(n<t)throw new Error(r.d);return Math.min(Math.max(e,t),n)}function l(e){if(!isFinite(e))return 0;for(var t=1,n=0;Math.round(e*t)/t!==e;)t*=10,n++;return n}}).call(this,n(62))},function(e,t,n){"use strict";n.d(t,"a",(function(){return y}));var r=n(2),o=n(3),i=n.n(o),a=n(1),s=n(5),l=n(0),u=n(19),c=n(9),p=n(6),d=n(4),f=n(12),h=n(57),m=n(20),E=n(32);function v(e){return(100*e).toFixed(2)+"%"}function O(e,t,n,r){for(var o=t<n?1:-1,i=t;i!==n+o;i+=o)e[i]=r}var C=["max","min","stepSize","tickSize","value"],b=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={isMoving:!1},t.refHandlers={handle:function(e){return t.handleElement=e}},t.beginHandleMovement=function(e){document.addEventListener("mousemove",t.handleHandleMovement),document.addEventListener("mouseup",t.endHandleMovement),t.setState({isMoving:!0}),t.changeValue(t.clientToValue(t.mouseEventClientOffset(e)))},t.beginHandleTouchMovement=function(e){document.addEventListener("touchmove",t.handleHandleTouchMovement),document.addEventListener("touchend",t.endHandleTouchMovement),document.addEventListener("touchcancel",t.endHandleTouchMovement),t.setState({isMoving:!0}),t.changeValue(t.clientToValue(t.touchEventClientOffset(e)))},t.endHandleMovement=function(e){t.handleMoveEndedAt(t.mouseEventClientOffset(e))},t.endHandleTouchMovement=function(e){t.handleMoveEndedAt(t.touchEventClientOffset(e))},t.handleMoveEndedAt=function(e){t.removeDocumentEventListeners(),t.setState({isMoving:!1});var n=t.props.onRelease,r=t.changeValue(t.clientToValue(e));Object(f.b)(n,r)},t.handleHandleMovement=function(e){t.handleMovedTo(t.mouseEventClientOffset(e))},t.handleHandleTouchMovement=function(e){t.handleMovedTo(t.touchEventClientOffset(e))},t.handleMovedTo=function(e){t.state.isMoving&&!t.props.disabled&&t.changeValue(t.clientToValue(e))},t.handleKeyDown=function(e){var n=t.props,r=n.stepSize,o=n.value,i=e.which;i===l.Keys.ARROW_DOWN||i===l.Keys.ARROW_LEFT?(t.changeValue(o-r),e.preventDefault()):i!==l.Keys.ARROW_UP&&i!==l.Keys.ARROW_RIGHT||(t.changeValue(o+r),e.preventDefault())},t.handleKeyUp=function(e){[l.Keys.ARROW_UP,l.Keys.ARROW_DOWN,l.Keys.ARROW_LEFT,l.Keys.ARROW_RIGHT].indexOf(e.which)>=0&&Object(f.b)(t.props.onRelease,t.props.value)},t}return Object(r.__extends)(t,e),t.prototype.componentDidMount=function(){this.forceUpdate()},t.prototype.render=function(){var e,t=this.props,n=t.className,r=t.disabled,o=t.label,s=t.min,u=t.tickSizeRatio,c=t.value,p=t.vertical,d=this.state.isMoving,f=this.getHandleMidpointAndOffset(this.handleElement,!0).handleMidpoint,h="calc("+v((c-s)*u)+" - "+f+"px)",m=p?{bottom:h}:{left:h};retu