@flarehr/apollo-personal-details-app 3.13.1 → 3.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Copyright (c) 2018 Jed Watson.
|
|
4
4
|
Licensed under the MIT License (MIT), see
|
|
5
5
|
http://jedwatson.github.io/classnames
|
|
6
|
-
*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var i=typeof r;if("string"===i||"number"===i)e.push(r);else if(Array.isArray(r)){if(r.length){var s=o.apply(null,r);s&&e.push(s)}}else if("object"===i)if(r.toString===Object.prototype.toString)for(var u in r)n.call(r,u)&&r[u]&&e.push(u);else e.push(r.toString())}}return e.join(" ")}e.exports?(o.default=o,e.exports=o):void 0===(r=function(){return o}.apply(t,[]))||(e.exports=r)}()},function(e,t,n){"use strict";var r=u(n(11)),o=u(n(16)),i=u(n(8)),s=u(n(5));function u(e){return e&&e.__esModule?e:{default:e}}e.exports={Transition:s.default,TransitionGroup:i.default,ReplaceTransition:o.default,CSSTransition:r.default}},function(e,t,n){"use strict";t.__esModule=!0,t.default=t.EXITING=t.ENTERED=t.ENTERING=t.EXITED=t.UNMOUNTED=void 0;var r=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var r=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,n):{};r.get||r.set?Object.defineProperty(t,n,r):t[n]=e[n]}return t.default=e,t}(n(2)),o=u(n(0)),i=u(n(0)),s=n(6);n(7);function u(e){return e&&e.__esModule?e:{default:e}}t.UNMOUNTED="unmounted";t.EXITED="exited";t.ENTERING="entering";t.ENTERED="entered";t.EXITING="exiting";var c=function(e){var t,n;function r(t,n){var r;r=e.call(this,t,n)||this;var o,i=n.transitionGroup,s=i&&!i.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?s?(o="exited",r.appearStatus="entering"):o="entered":o=t.unmountOnExit||t.mountOnEnter?"unmounted":"exited",r.state={status:o},r.nextCallback=null,r}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var s=r.prototype;return s.getChildContext=function(){return{transitionGroup:null}},r.getDerivedStateFromProps=function(e,t){return e.in&&"unmounted"===t.status?{status:"exited"}:null},s.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},s.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?"entering"!==n&&"entered"!==n&&(t="entering"):"entering"!==n&&"entered"!==n||(t="exiting")}this.updateStatus(!1,t)},s.componentWillUnmount=function(){this.cancelNextCallback()},s.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},s.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t){this.cancelNextCallback();var n=i.default.findDOMNode(this);"entering"===t?this.performEnter(n,e):this.performExit(n)}else this.props.unmountOnExit&&"exited"===this.state.status&&this.setState({status:"unmounted"})},s.performEnter=function(e,t){var n=this,r=this.props.enter,o=this.context.transitionGroup?this.context.transitionGroup.isMounting:t,i=this.getTimeouts(),s=o?i.appear:i.enter;t||r?(this.props.onEnter(e,o),this.safeSetState({status:"entering"},(function(){n.props.onEntering(e,o),n.onTransitionEnd(e,s,(function(){n.safeSetState({status:"entered"},(function(){n.props.onEntered(e,o)}))}))}))):this.safeSetState({status:"entered"},(function(){n.props.onEntered(e)}))},s.performExit=function(e){var t=this,n=this.props.exit,r=this.getTimeouts();n?(this.props.onExit(e),this.safeSetState({status:"exiting"},(function(){t.props.onExiting(e),t.onTransitionEnd(e,r.exit,(function(){t.safeSetState({status:"exited"},(function(){t.props.onExited(e)}))}))}))):this.safeSetState({status:"exited"},(function(){t.props.onExited(e)}))},s.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},s.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},s.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},s.onTransitionEnd=function(e,t,n){this.setNextCallback(n);var r=null==t&&!this.props.addEndListener;e&&!r?(this.props.addEndListener&&this.props.addEndListener(e,this.nextCallback),null!=t&&setTimeout(this.nextCallback,t)):setTimeout(this.nextCallback,0)},s.render=function(){var e=this.state.status;if("unmounted"===e)return null;var t=this.props,n=t.children,r=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(t,["children"]);if(delete r.in,delete r.mountOnEnter,delete r.unmountOnExit,delete r.appear,delete r.enter,delete r.exit,delete r.timeout,delete r.addEndListener,delete r.onEnter,delete r.onEntering,delete r.onEntered,delete r.onExit,delete r.onExiting,delete r.onExited,"function"==typeof n)return n(e,r);var i=o.default.Children.only(n);return o.default.cloneElement(i,r)},r}(o.default.Component);function a(){}c.contextTypes={transitionGroup:r.object},c.childContextTypes={transitionGroup:function(){}},c.propTypes={},c.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:a,onEntering:a,onEntered:a,onExit:a,onExiting:a,onExited:a},c.UNMOUNTED=0,c.EXITED=1,c.ENTERING=2,c.ENTERED=3,c.EXITING=4;var l=(0,s.polyfill)(c);t.default=l},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 s(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,s=null,u=null;if("function"==typeof t.componentWillMount?n="componentWillMount":"function"==typeof t.UNSAFE_componentWillMount&&(n="UNSAFE_componentWillMount"),"function"==typeof t.componentWillReceiveProps?s="componentWillReceiveProps":"function"==typeof t.UNSAFE_componentWillReceiveProps&&(s="UNSAFE_componentWillReceiveProps"),"function"==typeof t.componentWillUpdate?u="componentWillUpdate":"function"==typeof t.UNSAFE_componentWillUpdate&&(u="UNSAFE_componentWillUpdate"),null!==n||null!==s||null!==u){var c=e.displayName||e.name,a="function"==typeof e.getDerivedStateFromProps?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";throw Error("Unsafe legacy lifecycles will not be called for components using new component APIs.\n\n"+c+" uses "+a+" but also contains the following legacy lifecycles:"+(null!==n?"\n "+n:"")+(null!==s?"\n "+s:"")+(null!==u?"\n "+u:"")+"\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 l=t.componentDidUpdate;t.componentDidUpdate=function(e,t,n){var r=this.__reactInternalSnapshotFlag?this.__reactInternalSnapshot:n;l.call(this,e,t,r)}}return e}n.r(t),n.d(t,"polyfill",(function(){return s})),r.__suppressDeprecationWarning=!0,o.__suppressDeprecationWarning=!0,i.__suppressDeprecationWarning=!0},function(e,t,n){"use strict";t.__esModule=!0,t.classNamesShape=t.timeoutsShape=void 0;var r;(r=n(2))&&r.__esModule;t.timeoutsShape=null;t.classNamesShape=null},function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var r=u(n(2)),o=u(n(0)),i=n(6),s=n(17);function u(e){return e&&e.__esModule?e:{default:e}}function c(){return(c=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function a(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var l=Object.values||function(e){return Object.keys(e).map((function(t){return e[t]}))},f=function(e){var t,n;function r(t,n){var r,o=(r=e.call(this,t,n)||this).handleExited.bind(a(a(r)));return r.state={handleExited:o,firstRender:!0},r}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var i=r.prototype;return i.getChildContext=function(){return{transitionGroup:{isMounting:!this.appeared}}},i.componentDidMount=function(){this.appeared=!0,this.mounted=!0},i.componentWillUnmount=function(){this.mounted=!1},r.getDerivedStateFromProps=function(e,t){var n=t.children,r=t.handleExited;return{children:t.firstRender?(0,s.getInitialChildMapping)(e,r):(0,s.getNextChildMapping)(e,n,r),firstRender:!1}},i.handleExited=function(e,t){var n=(0,s.getChildMapping)(this.props.children);e.key in n||(e.props.onExited&&e.props.onExited(t),this.mounted&&this.setState((function(t){var n=c({},t.children);return delete n[e.key],{children:n}})))},i.render=function(){var e=this.props,t=e.component,n=e.childFactory,r=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,["component","childFactory"]),i=l(this.state.children).map(n);return delete r.appear,delete r.enter,delete r.exit,null===t?i:o.default.createElement(t,r,i)},r}(o.default.Component);f.childContextTypes={transitionGroup:r.default.object.isRequired},f.propTypes={},f.defaultProps={component:"div",childFactory:function(e){return e}};var $=(0,i.polyfill)(f);t.default=$,e.exports=t.default},function(e,t,n){"use strict";var r=n(10);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,i,s){if(s!==r){var u=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw u.name="Invariant Violation",u}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:o};return n.PropTypes=n,n}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;!function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var r=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,n):{};r.get||r.set?Object.defineProperty(t,n,r):t[n]=e[n]}t.default=e}(n(2));var r=u(n(12)),o=u(n(15)),i=u(n(0)),s=u(n(5));n(7);function u(e){return e&&e.__esModule?e:{default:e}}function c(){return(c=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var a=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return(0,r.default)(e,t)}))},l=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return(0,o.default)(e,t)}))},f=function(e){var t,n;function r(){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).onEnter=function(e,n){var r=t.getClassNames(n?"appear":"enter").className;t.removeClasses(e,"exit"),a(e,r),t.props.onEnter&&t.props.onEnter(e,n)},t.onEntering=function(e,n){var r=t.getClassNames(n?"appear":"enter").activeClassName;t.reflowAndAddClass(e,r),t.props.onEntering&&t.props.onEntering(e,n)},t.onEntered=function(e,n){var r=t.getClassNames("appear").doneClassName,o=t.getClassNames("enter").doneClassName,i=n?r+" "+o:o;t.removeClasses(e,n?"appear":"enter"),a(e,i),t.props.onEntered&&t.props.onEntered(e,n)},t.onExit=function(e){var n=t.getClassNames("exit").className;t.removeClasses(e,"appear"),t.removeClasses(e,"enter"),a(e,n),t.props.onExit&&t.props.onExit(e)},t.onExiting=function(e){var n=t.getClassNames("exit").activeClassName;t.reflowAndAddClass(e,n),t.props.onExiting&&t.props.onExiting(e)},t.onExited=function(e){var n=t.getClassNames("exit").doneClassName;t.removeClasses(e,"exit"),a(e,n),t.props.onExited&&t.props.onExited(e)},t.getClassNames=function(e){var n=t.props.classNames,r="string"==typeof n,o=r?(r&&n?n+"-":"")+e:n[e];return{className:o,activeClassName:r?o+"-active":n[e+"Active"],doneClassName:r?o+"-done":n[e+"Done"]}},t}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.removeClasses=function(e,t){var n=this.getClassNames(t),r=n.className,o=n.activeClassName,i=n.doneClassName;r&&l(e,r),o&&l(e,o),i&&l(e,i)},o.reflowAndAddClass=function(e,t){t&&(e&&e.scrollTop,a(e,t))},o.render=function(){var e=c({},this.props);return delete e.classNames,i.default.createElement(s.default,c({},e,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},r}(i.default.Component);f.defaultProps={classNames:""},f.propTypes={};var $=f;t.default=$,e.exports=t.default},function(e,t,n){"use strict";var r=n(13);t.__esModule=!0,t.default=function(e,t){e.classList?e.classList.add(t):(0,o.default)(e,t)||("string"==typeof e.className?e.className=e.className+" "+t:e.setAttribute("class",(e.className&&e.className.baseVal||"")+" "+t))};var o=r(n(14));e.exports=t.default},function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e,t){return e.classList?!!t&&e.classList.contains(t):-1!==(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")},e.exports=t.default},function(e,t,n){"use strict";function r(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}e.exports=function(e,t){e.classList?e.classList.remove(t):"string"==typeof e.className?e.className=r(e.className,t):e.setAttribute("class",r(e.className&&e.className.baseVal||"",t))}},function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;s(n(2));var r=s(n(0)),o=n(0),i=s(n(8));function s(e){return e&&e.__esModule?e:{default:e}}var u=function(e){var t,n;function s(){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).handleEnter=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEnter",0,n)},t.handleEntering=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEntering",0,n)},t.handleEntered=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEntered",0,n)},t.handleExit=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExit",1,n)},t.handleExiting=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExiting",1,n)},t.handleExited=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExited",1,n)},t}n=e,(t=s).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var u=s.prototype;return u.handleLifecycle=function(e,t,n){var i,s=this.props.children,u=r.default.Children.toArray(s)[t];u.props[e]&&(i=u.props)[e].apply(i,n),this.props[e]&&this.props[e]((0,o.findDOMNode)(this))},u.render=function(){var e=this.props,t=e.children,n=e.in,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,["children","in"]),s=r.default.Children.toArray(t),u=s[0],c=s[1];return delete o.onEnter,delete o.onEntering,delete o.onEntered,delete o.onExit,delete o.onExiting,delete o.onExited,r.default.createElement(i.default,o,n?r.default.cloneElement(u,{key:"first",onEnter:this.handleEnter,onEntering:this.handleEntering,onEntered:this.handleEntered}):r.default.cloneElement(c,{key:"second",onEnter:this.handleExit,onEntering:this.handleExiting,onEntered:this.handleExited}))},s}(r.default.Component);u.propTypes={};var c=u;t.default=c,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.getChildMapping=o,t.mergeChildMappings=i,t.getInitialChildMapping=function(e,t){return o(e.children,(function(n){return(0,r.cloneElement)(n,{onExited:t.bind(null,n),in:!0,appear:s(n,"appear",e),enter:s(n,"enter",e),exit:s(n,"exit",e)})}))},t.getNextChildMapping=function(e,t,n){var u=o(e.children),c=i(t,u);return Object.keys(c).forEach((function(o){var i=c[o];if((0,r.isValidElement)(i)){var a=o in t,l=o in u,f=t[o],$=(0,r.isValidElement)(f)&&!f.props.in;!l||a&&!$?l||!a||$?l&&a&&(0,r.isValidElement)(f)&&(c[o]=(0,r.cloneElement)(i,{onExited:n.bind(null,i),in:f.props.in,exit:s(i,"exit",e),enter:s(i,"enter",e)})):c[o]=(0,r.cloneElement)(i,{in:!1}):c[o]=(0,r.cloneElement)(i,{onExited:n.bind(null,i),in:!0,exit:s(i,"exit",e),enter:s(i,"enter",e)})}})),c};var r=n(0);function o(e,t){var n=Object.create(null);return e&&r.Children.map(e,(function(e){return e})).forEach((function(e){n[e.key]=function(e){return t&&(0,r.isValidElement)(e)?t(e):e}(e)})),n}function i(e,t){function n(n){return n in t?t[n]:e[n]}e=e||{},t=t||{};var r,o=Object.create(null),i=[];for(var s in e)s in t?i.length&&(o[s]=i,i=[]):i.push(s);var u={};for(var c in t){if(o[c])for(r=0;r<o[c].length;r++){var a=o[c][r];u[o[c][r]]=n(a)}u[c]=n(c)}for(r=0;r<i.length;r++)u[i[r]]=n(i[r]);return u}function s(e,t,n){return null!=n[t]?n[t]:e.props[t]}},function(e,t,n){"use strict";function r(e){return Array.isArray(e)||ArrayBuffer.isView(e)}function o(e){return"function"==typeof e.GetHashCode}function i(e){return null!=e&&"function"==typeof e.Dispose}function s(e,t){return Object.getPrototypeOf(e).constructor===Object.getPrototypeOf(t).constructor}n.r(t);class u{constructor(e){this.iter=e}"System.Collections.Generic.IEnumerator`1.get_Current"(){return this.current}"System.Collections.IEnumerator.get_Current"(){return this.current}"System.Collections.IEnumerator.MoveNext"(){const e=this.iter.next();return this.current=e.value,!e.done}"System.Collections.IEnumerator.Reset"(){throw new Error("JS iterators cannot be reset")}Dispose(){}}function c(e){return"function"==typeof e.GetEnumerator?e.GetEnumerator():new u(e[Symbol.iterator]())}function a(e){return{[Symbol.iterator](){return this},next(){const t=e["System.Collections.IEnumerator.MoveNext"]();return{done:!t,value:t?e["System.Collections.IEnumerator.get_Current"]():void 0}}}}class l{constructor(e){this.factory=e,this.isValueCreated=!1}get Value(){return this.isValueCreated||(this.createdValue=this.factory(),this.isValueCreated=!0),this.createdValue}get IsValueCreated(){return this.isValueCreated}}function f(e,t){let n=e.toString(10);for(;n.length<t;)n="0"+n;return n}function $(e){const t=e;return"number"==typeof t.offset?t.offset:1===e.kind?0:-6e4*e.getTimezoneOffset()}function d(e,t){return(e=e<0&&null!=t&&10!==t?4294967295+e+1:e).toString(t)}class h{static id(e){return h.idMap.has(e)||h.idMap.set(e,++h.count),h.idMap.get(e)}}function p(e){let t=0,n=5381;const r=e.length;for(;t<r;)n=33*n^e.charCodeAt(t++);return n}function m(e){return 2654435761*e|0}function g(e){return 0===e.length?0:e.reduce((e,t)=>(e<<5)+e^t)}function w(e){if(null==e)return 0;switch(typeof e){case"boolean":return e?1:0;case"number":return m(e);case"string":return p(e);default:if(o(e))return e.GetHashCode();if(r(e))return function(e){const t=e.length,n=new Array(t);for(let r=0;r<t;r++)n[r]=w(e[r]);return g(n)}(e);if(e instanceof Date)return function(e){return e.getTime()}(e);if(Object.getPrototypeOf(e).constructor===Object){return g(Object.values(e).map(e=>w(e)))}return m(h.id(e))}}function y(e){return null==e?0:o(e)?e.GetHashCode():m(h.id(e))}function _(e,t,n){if(null==e)return null==t;if(null==t)return!1;if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++)if(!n(e[r],t[r]))return!1;return!0}function v(e,t){return _(e,t,b)}function b(e,t){return e===t||(null==e?null==t:null!=t&&("object"==typeof e&&(function(e){return"function"==typeof e.Equals}(e)?e.Equals(t):r(e)?r(t)&&v(e,t):e instanceof Date?t instanceof Date&&0===E(e,t):Object.getPrototypeOf(e).constructor===Object&&function(e,t){const n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;n.sort(),r.sort();for(let o=0;o<n.length;o++)if(n[o]!==r[o]||!b(e[n[o]],t[r[o]]))return!1;return!0}(e,t))))}function E(e,t){let n,r;return"offset"in e&&"offset"in t?(n=e.getTime(),r=t.getTime()):(n=e.getTime()+$(e),r=t.getTime()+$(t)),n===r?0:n<r?-1:1}function C(e,t){return e===t?0:e<t?-1:1}function S(e,t){return function(e,t,n){if(null==e)return null==t?0:1;if(null==t)return-1;if(e.length!==t.length)return e.length<t.length?-1:1;for(let r=0,o=0;r<e.length;r++)if(o=n(e[r],t[r]),0!==o)return o;return 0}(e,t,x)}function x(e,t){return e===t?0:null==e?null==t?0:-1:null==t?1:"object"!=typeof e?e<t?-1:1:function(e){return"function"==typeof e.CompareTo}(e)?e.CompareTo(t):r(e)?r(t)?S(e,t):-1:e instanceof Date?t instanceof Date?E(e,t):-1:Object.getPrototypeOf(e).constructor===Object?function(e,t){const n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return n.length<r.length?-1:1;n.sort(),r.sort();for(let o=0,i=0;o<n.length;o++){const s=n[o];if(s!==r[o])return s<r[o]?-1:1;if(i=x(e[s],t[s]),0!==i)return i}return 0}(e,t):-1}function O(e,t,n){return e(t,n)<0?t:n}function N(e,t,n){return e(t,n)>0?t:n}function P(e){const t={};for(const n of e)t[n[0]]=n[1];return t}h.idMap=new WeakMap,h.count=0;function A(e,t){if(null==t||t.length>1)return t;let n;switch(e){case 2:n=(e,n)=>t(e)(n);break;case 3:n=(e,n,r)=>t(e)(n)(r);break;case 4:n=(e,n,r,o)=>t(e)(n)(r)(o);break;case 5:n=(e,n,r,o,i)=>t(e)(n)(r)(o)(i);break;case 6:n=(e,n,r,o,i,s)=>t(e)(n)(r)(o)(i)(s);break;case 7:n=(e,n,r,o,i,s,u)=>t(e)(n)(r)(o)(i)(s)(u);break;case 8:n=(e,n,r,o,i,s,u,c)=>t(e)(n)(r)(o)(i)(s)(u)(c);break;default:throw new Error("Uncurrying to more than 8-arity is not supported: "+e)}return n.__CURRIED__=t,n}function M(e,t){if(null==t||1===t.length)return t;if("__CURRIED__"in t)return t.__CURRIED__;switch(e){case 2:return e=>n=>t(e,n);case 3:return e=>n=>r=>t(e,n,r);case 4:return e=>n=>r=>o=>t(e,n,r,o);case 5:return e=>n=>r=>o=>i=>t(e,n,r,o,i);case 6:return e=>n=>r=>o=>i=>s=>t(e,n,r,o,i,s);case 7:return e=>n=>r=>o=>i=>s=>u=>t(e,n,r,o,i,s,u);case 8:return e=>n=>r=>o=>i=>s=>u=>c=>t(e,n,r,o,i,s,u,c);default:throw new Error("Currying to more than 8-arity is not supported: "+e)}}function T(e,t,n){if(null!=t){if("__CURRIED__"in t){t=t.__CURRIED__;for(let e=0;e<n.length;e++)t=t(n[e]);return t}switch(e){case 1:return e=>t.apply(void 0,n.concat([e]));case 2:return e=>r=>t.apply(void 0,n.concat([e,r]));case 3:return e=>r=>o=>t.apply(void 0,n.concat([e,r,o]));case 4:return e=>r=>o=>i=>t.apply(void 0,n.concat([e,r,o,i]));case 5:return e=>r=>o=>i=>s=>t.apply(void 0,n.concat([e,r,o,i,s]));case 6:return e=>r=>o=>i=>s=>u=>t.apply(void 0,n.concat([e,r,o,i,s,u]));case 7:return e=>r=>o=>i=>s=>u=>c=>t.apply(void 0,n.concat([e,r,o,i,s,u,c]));case 8:return e=>r=>o=>i=>s=>u=>c=>a=>t.apply(void 0,n.concat([e,r,o,i,s,u,c,a]));default:throw new Error("Partially applying to more than 8-arity is not supported: "+e)}}}function k(e,t){return n=>function e(t,n,r,o){const i=r[o];if(0!==i){const e=i[0],t=i[1];e>1&&(n=M(e,n)),t>1&&(n=A(t,n))}const s=t(n);return o+1===r.length?s:t=>e(s,t,r,o+1)}(e,n,t,0)}function j(e,t=0){if(null!=e&&"object"==typeof e){if("function"==typeof e.toString)return e.toString();if(Symbol.iterator in e)return function(e){let t=0,n="[";for(const r of e){if(0===t)n+=j(r);else{if(100===t){n+="; ...";break}n+="; "+j(r)}t++}return n+"]"}(e);{const n=Object.getPrototypeOf(e).constructor;return n===Object&&t<10?"{ "+Object.entries(e).map(([e,n])=>e+" = "+j(n,t+1)).join("\n ")+" }":n.name}}return String(e)}class D{get name(){return this.cases()[this.tag]}toJSON(){return 0===this.fields.length?this.name:[this.name].concat(this.fields)}toString(){return function(e,t){if(0===t.length)return e;{let n="",r=!0;return 1===t.length?(n=j(t[0]),r=n.indexOf(" ")>=0):n=t.map(e=>j(e)).join(", "),e+(r?" (":" ")+n+(r?")":"")}}(this.name,this.fields)}GetHashCode(){const e=this.fields.map(e=>w(e));return e.splice(0,0,m(this.tag)),g(e)}Equals(e){return this===e||!!s(this,e)&&(this.tag===e.tag&&v(this.fields,e.fields))}CompareTo(e){return this===e?0:s(this,e)?this.tag===e.tag?S(this.fields,e.fields):this.tag<e.tag?-1:1:-1}}function I(e){const t={},n=Object.keys(e);for(let r=0;r<n.length;r++)t[n[r]]=e[n[r]];return t}function R(e){return"{ "+Object.entries(e).map(([e,t])=>e+" = "+j(t)).join("\n ")+" }"}function F(e){return g(Object.values(e).map(e=>w(e)))}function U(e,t){if(e===t)return!0;if(s(e,t)){const n=Object.keys(e);for(let r=0;r<n.length;r++)if(!b(e[n[r]],t[n[r]]))return!1;return!0}return!1}function G(e,t){if(e===t)return 0;if(s(e,t)){const n=Object.keys(e);for(let r=0;r<n.length;r++){const o=x(e[n[r]],t[n[r]]);if(0!==o)return o}return 0}return-1}class L{toJSON(){return I(this)}toString(){return R(this)}GetHashCode(){return F(this)}Equals(e){return U(this,e)}CompareTo(e){return G(this,e)}}class B{constructor(e,t){"function"==typeof t?(this.getter=e,this.setter=t):(this.getter=()=>e,this.setter=t=>{e=t})}get contents(){return this.getter()}set contents(e){this.setter(e)}}class H{constructor(e,t,n,r){this.declaringType=e,this.tag=t,this.name=n,this.fields=r}}class W{constructor(e,t,n,r,o,i,s){this.fullname=e,this.generics=t,this.construct=n,this.parent=r,this.fields=o,this.cases=i,this.enumCases=s}toString(){return te(this)}GetHashCode(){return V(this)}Equals(e){return z(this,e)}}function q(e){return null!=e.generics?e.generics:[]}function V(e){return g([p(e.fullname),...q(e).map(V)])}function z(e,t){return""===e.fullname?""===t.fullname&&_($e(e),$e(t),([e,t],[n,r])=>e===n&&z(t,r)):e.fullname===t.fullname&&_(q(e),q(t),z)}function Z(e,t,n,r){return new W(e,t,n,void 0,r)}function Y(e,t,n,r){const o=new W(e,t,n,void 0,void 0,()=>{const e=n.prototype.cases();return r().map((t,n)=>new H(o,n,e[n],t))});return o}function J(e){return new W("Microsoft.FSharp.Core.FSharpOption`1",[e])}function X(e){return new W("Microsoft.FSharp.Collections.FSharpList`1",[e])}const K=new W("System.Object"),Q=(new W("Microsoft.FSharp.Core.Unit"),new W("System.Char"),new W("System.String"));new W("System.Boolean"),new W("System.SByte"),new W("System.Byte"),new W("System.Int16"),new W("System.UInt16"),new W("System.Int32"),new W("System.UInt32"),new W("System.Single"),new W("System.Double"),new W("System.Decimal");function ee(e){if(Array.isArray(e))return e[0];if(e instanceof H)return e.name;{const t=e.fullname.lastIndexOf(".");return-1===t?e.fullname:e.fullname.substr(t+1)}}function te(e){const t=null==e.generics||ne(e)?[]:e.generics;return t.length>0?e.fullname+"["+t.map(e=>te(e)).join(",")+"]":e.fullname}function ne(e){return e.fullname.endsWith("[]")}function re(e){var t;return ne(e)?null===(t=e.generics)||void 0===t?void 0:t[0]:void 0}function oe(e){return null!=e.generics&&e.generics.length>0}function ie(e){return null!=e.enumCases&&e.enumCases.length>0}function se(e){return null==e.generics?e:new W(e.fullname,e.generics.map(()=>K))}function ue(e){var t;return null===(t=e.generics)||void 0===t?void 0:t[0]}function ce(e){if(ie(e)&&null!=e.enumCases)return e.enumCases.map(e=>e[1]);throw new Error(e.fullname+" is not an enum type")}function ae(e,t){if(null!=e.enumCases){if("string"==typeof t){for(const n of e.enumCases)if(n[0]===t)return n;throw new Error(`'${t}' was not found in ${e.fullname}`)}for(const n of e.enumCases)if(n[1]===t)return n;return["",t]}throw new Error(e.fullname+" is not an enum type")}function le(e,t){const n=parseInt(t,10);return ae(e,isNaN(n)?t:n)[1]}function fe(e){if(null!=e.cases)return e.cases();throw new Error(e.fullname+" is not an F# union type")}function $e(e){if(null!=e.fields)return e.fields();throw new Error(e.fullname+" is not an F# record type")}function de(e){if(me(e)&&null!=e.generics)return e.generics;throw new Error(e.fullname+" is not a tuple type")}function he(e){return e instanceof W?null!=e.cases:e instanceof D}function pe(e){return e instanceof W?null!=e.fields:e instanceof L}function me(e){return e.fullname.startsWith("System.Tuple")&&!ne(e)}function ge(e){return null==e.fields?[]:e.fields}function we(e,t){const n=(e.fields||[]).length;if(t.length!==n)throw new Error(`Expected an array of length ${n} but got ${t.length}`);return null!=e.declaringType.construct?new e.declaringType.construct(e.tag,...t):{}}class ye{constructor(e){this.value=e}toJSON(){return this.value}toString(){return String(this.value)}GetHashCode(){return w(this.value)}Equals(e){return null!=e&&b(this.value,e instanceof ye?e.value:e)}CompareTo(e){return null==e?1:x(this.value,e instanceof ye?e.value:e)}}function _e(e){return null==e||e instanceof ye?new ye(e):e}function ve(e){if(null==e)throw new Error("Option has no value");return e instanceof ye?e.value:e}function be(e){return null==e?void 0:e}function Ee(e){return null==e?[]:[ve(e)]}function Ce(e,t){return null!=e?ve(e):t}function Se(e,t){return null!=t?_e(e(ve(t))):void 0}function xe(e,t){return null!=t?e(ve(t)):void 0}function Oe(e,t){return"function"==typeof e?new e(t):new Array(t)}function Ne(){throw new Error("Arrays had different lengths")}function Pe(e,t,n,r){const o=0|t;return e.fill(r,o,o+n)}function Ae(e,t,n){const r=0|t.length,o=Oe(n,r);for(let n=0;n<=r-1;n++)o[n]=e(t[n]);return o}function Me(e,t,n){if(e<0)throw new Error("The input must be non-negative\\nParameter name: count");const r=Oe(n,e);for(let n=0;n<=e-1;n++)r[n]=t(n);return r}function Te(e,t,n){return n.reduce((t,n)=>e(t,n),t)}function ke(e,t,n){return t.reduceRight((t,n)=>e(n,t),n)}function je(e,t,n,r){return function(e,t,n,r){let o=r;t.length!==n.length&&Ne();const i=0|t.length;for(let r=1;r<=i;r++)o=e(r-1,t[i-r],n[i-r],o);return o}((t,n,r,o)=>e(n,r,o),t,n,r)}function De(){return e=(e,t)=>x(e,t),{Compare:(t,n)=>e(t,n)};var e}var Ie;function Re(e,t){switch(t){case 8:return e?[0,255]:[-128,127];case 16:return e?[0,65535]:[-32768,32767];case 32:return e?[0,4294967295]:[-2147483648,2147483647];default:throw new Error("Invalid bit size.")}}function Fe(e,t,n){const r=/^\s*([\+\-])?(0[xXoObB])?([0-9a-fA-F]+)\s*$/.exec(e.replace(/_/g,""));if(null!=r){const[,,e,o]=r;if(!function(e){switch(e){case 2:return/[^0-1]/;case 8:return/[^0-7]/;case 10:return/[^0-9]/;case 16:return/[^0-9a-fA-F]/;default:throw new Error("Invalid Base.")}}(n=n||function(e,t){if(t&Ie.AllowHexSpecifier)return 16;switch(e){case"0b":case"0B":return 2;case"0o":case"0O":return 8;case"0x":case"0X":return 16;default:return 10}}(e,t)).test(o))return function(e,t){const[,n,r,o]=e;return{sign:n||"",prefix:r||"",digits:o,radix:t}}(r,n)}return null}function Ue(e,t,n,r,o){const i=Fe(e,t,o);if(null!=i){let e=Number.parseInt(i.sign+i.digits,i.radix);if(!Number.isNaN(e)){const[t,o]=Re(!0,r);!n&&10!==i.radix&&e>=t&&e<=o&&(e=e<<32-r>>32-r);const[s,u]=Re(n,r);if(e>=s&&e<=u)return e}}throw new Error("Input string was not in a correct format.")}function Ge(e,t,n,r,o){try{return o.contents=Ue(e,t,n,r),!0}catch(e){return!1}}function Le(e){return-2147483648===e?e:-e}!function(e){e[e.AllowHexSpecifier=512]="AllowHexSpecifier"}(Ie||(Ie={}));const Be=Symbol("numeric");function He(e){return"number"==typeof e||(null==e?void 0:e[Be])}function We(e,t){return"number"==typeof e?e*t:e[Be]().multiply(t)}function qe(e,t){return"number"==typeof e?e.toFixed(t):e[Be]().toFixed(t)}function Ve(e,t){return"number"==typeof e?e.toPrecision(t):e[Be]().toPrecision(t)}function ze(e,t){return"number"==typeof e?e.toExponential(t):e[Be]().toExponential(t)}function Ze(e){return"number"==typeof e?(Number(e)>>>0).toString(16):e[Be]().toHex()}var Ye=null;try{Ye=new WebAssembly.Instance(new WebAssembly.Module(new Uint8Array([0,97,115,109,1,0,0,0,1,13,2,96,0,1,127,96,4,127,127,127,127,1,127,3,7,6,0,1,1,1,1,1,6,6,1,127,1,65,0,11,7,50,6,3,109,117,108,0,1,5,100,105,118,95,115,0,2,5,100,105,118,95,117,0,3,5,114,101,109,95,115,0,4,5,114,101,109,95,117,0,5,8,103,101,116,95,104,105,103,104,0,0,10,191,1,6,4,0,35,0,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,126,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,127,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,128,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,129,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,130,34,4,66,32,135,167,36,0,32,4,167,11])),{}).exports}catch(e){}function Je(e,t,n){this.low=0|e,this.high=0|t,this.unsigned=!!n}function Xe(e){return!0===(e&&e.__isLong__)}Je.prototype.GetHashCode=function(){let e=this.unsigned?1:0;return e=(e<<5)+e^this.high,e=(e<<5)+e^this.low,e},Je.prototype.Equals=function(e){return Ct(this,e)},Je.prototype.CompareTo=function(e){return Nt(this,e)},Je.prototype.toString=function(e){return _t(this,e)},Je.prototype.toJSON=function(){return _t(this)},Je.prototype[Be]=function(){const e=this;return{multiply:t=>Tt(e,t),toPrecision:t=>String(e)+(0).toPrecision(t).substr(1),toExponential:t=>String(e)+(0).toExponential(t).substr(1),toFixed:t=>String(e)+(0).toFixed(t).substr(1),toHex:()=>_t(e.unsigned?e:Ut(Ft(e),!0),16)}},Je.prototype.__isLong__,Object.defineProperty(Je.prototype,"__isLong__",{value:!0});var Ke={},Qe={};function et(e,t){var n,r,o;return t?(o=0<=(e>>>=0)&&e<256)&&(r=Qe[e])?r:(n=nt(e,(0|e)<0?-1:0,!0),o&&(Qe[e]=n),n):(o=-128<=(e|=0)&&e<128)&&(r=Ke[e])?r:(n=nt(e,e<0?-1:0,!1),o&&(Ke[e]=n),n)}function tt(e,t){if(isNaN(e))return t?ft:lt;if(t){if(e<0)return ft;if(e>=ut)return mt}else{if(e<=-ct)return gt;if(e+1>=ct)return pt}return e<0?Pt(tt(-e,t)):nt(e%st|0,e/st|0,t)}function nt(e,t,n){return new Je(e,t,n)}var rt=Math.pow;function ot(e,t,n){if(0===e.length)throw Error("empty string");if("NaN"===e||"Infinity"===e||"+Infinity"===e||"-Infinity"===e)return lt;if("number"==typeof t?(n=t,t=!1):t=!!t,(n=n||10)<2||36<n)throw RangeError("radix");var r=e.indexOf("-");if(r>0)throw Error("interior hyphen");if(0===r)return Pt(ot(e.substring(1),t,n));for(var o=tt(rt(n,8)),i=lt,s=0;s<e.length;s+=8){var u=Math.min(8,e.length-s),c=parseInt(e.substring(s,s+u),n);if(u<8)i=At(Tt(i,tt(rt(n,u))),tt(c));else i=At(i=Tt(i,o),tt(c))}return i.unsigned=t,i}function it(e,t){return"number"==typeof e?tt(e,t):"string"==typeof e?ot(e,t):nt(e.low,e.high,"boolean"==typeof t?t:e.unsigned)}var st=4294967296,ut=st*st,ct=ut/2,at=et(1<<24),lt=et(0),ft=et(0,!0),$t=et(1),dt=et(1,!0),ht=et(-1),pt=nt(-1,2147483647,!1),mt=nt(-1,-1,!0),gt=nt(0,-2147483648,!1);function wt(e){return e.unsigned?e.low>>>0:e.low}function yt(e){return e.unsigned?(e.high>>>0)*st+(e.low>>>0):e.high*st+(e.low>>>0)}function _t(e,t){if((t=t||10)<2||36<t)throw RangeError("radix");if(vt(e))return"0";if(bt(e)){if(Ct(e,gt)){var n=tt(t),r=kt(e,n),o=Mt(Tt(r,n),e);return _t(r,t)+wt(o).toString(t)}return"-"+_t(Pt(e),t)}for(var i=tt(rt(t,6),e.unsigned),s=e,u="";;){var c=kt(s,i),a=(wt(Mt(s,Tt(c,i)))>>>0).toString(t);if(vt(s=c))return a+u;for(;a.length<6;)a="0"+a;u=""+a+u}}function vt(e){return 0===e.high&&0===e.low}function bt(e){return!e.unsigned&&e.high<0}function Et(e){return 1==(1&e.low)}function Ct(e,t){return Xe(t)||(t=it(t)),(e.unsigned===t.unsigned||e.high>>>31!=1||t.high>>>31!=1)&&(e.high===t.high&&e.low===t.low)}function St(e,t){return Nt(e,t)<0}function xt(e,t){return Nt(e,t)>0}function Ot(e,t){return Nt(e,t)>=0}function Nt(e,t){if(Xe(t)||(t=it(t)),Ct(e,t))return 0;var n=bt(e),r=bt(t);return n&&!r?-1:!n&&r?1:e.unsigned?t.high>>>0>e.high>>>0||t.high===e.high&&t.low>>>0>e.low>>>0?-1:1:bt(Mt(e,t))?-1:1}function Pt(e){return!e.unsigned&&Ct(e,gt)?gt:At(jt(e),$t)}function At(e,t){Xe(t)||(t=it(t));var n=e.high>>>16,r=65535&e.high,o=e.low>>>16,i=65535&e.low,s=t.high>>>16,u=65535&t.high,c=t.low>>>16,a=0,l=0,f=0,$=0;return f+=($+=i+(65535&t.low))>>>16,l+=(f+=o+c)>>>16,a+=(l+=r+u)>>>16,a+=n+s,nt((f&=65535)<<16|($&=65535),(a&=65535)<<16|(l&=65535),e.unsigned)}function Mt(e,t){return Xe(t)||(t=it(t)),At(e,Pt(t))}function Tt(e,t){if(vt(e))return e.unsigned?ft:lt;if(Xe(t)||(t=it(t)),Ye)return nt(Ye.mul(e.low,e.high,t.low,t.high),Ye.get_high(),e.unsigned);if(vt(t))return e.unsigned?ft:lt;if(Ct(e,gt))return Et(t)?gt:lt;if(Ct(t,gt))return Et(e)?gt:lt;if(bt(e))return bt(t)?Tt(Pt(e),Pt(t)):Pt(Tt(Pt(e),t));if(bt(t))return Pt(Tt(e,Pt(t)));if(St(e,at)&&St(t,at))return tt(yt(e)*yt(t),e.unsigned);var n=e.high>>>16,r=65535&e.high,o=e.low>>>16,i=65535&e.low,s=t.high>>>16,u=65535&t.high,c=t.low>>>16,a=65535&t.low,l=0,f=0,$=0,d=0;return $+=(d+=i*a)>>>16,f+=($+=o*a)>>>16,$&=65535,f+=($+=i*c)>>>16,l+=(f+=r*a)>>>16,f&=65535,l+=(f+=o*c)>>>16,f&=65535,l+=(f+=i*u)>>>16,l+=n*a+r*c+o*u+i*s,nt(($&=65535)<<16|(d&=65535),(l&=65535)<<16|(f&=65535),e.unsigned)}function kt(e,t){if(Xe(t)||(t=it(t)),vt(t))throw Error("division by zero");var n,r,o;if(Ye)return e.unsigned||-2147483648!==e.high||-1!==t.low||-1!==t.high?nt((e.unsigned?Ye.div_u:Ye.div_s)(e.low,e.high,t.low,t.high),Ye.get_high(),e.unsigned):e;if(vt(e))return e.unsigned?ft:lt;if(e.unsigned){if(t.unsigned||(t=function(e){return e.unsigned?e:nt(e.low,e.high,!0)}(t)),xt(t,e))return ft;if(xt(t,Rt(e,1)))return dt;o=ft}else{if(Ct(e,gt))return Ct(t,$t)||Ct(t,ht)?gt:Ct(t,gt)?$t:Ct(n=Dt(kt(It(e,1),t),1),lt)?bt(t)?$t:ht:o=At(n,kt(r=Mt(e,Tt(t,n)),t));if(Ct(t,gt))return e.unsigned?ft:lt;if(bt(e))return bt(t)?kt(Pt(e),Pt(t)):Pt(kt(Pt(e),t));if(bt(t))return Pt(kt(e,Pt(t)));o=lt}for(r=e;Ot(r,t);){n=Math.max(1,Math.floor(yt(r)/yt(t)));for(var i=Math.ceil(Math.log(n)/Math.LN2),s=i<=48?1:rt(2,i-48),u=tt(n),c=Tt(u,t);bt(c)||xt(c,r);)c=Tt(u=tt(n-=s,e.unsigned),t);vt(u)&&(u=$t),o=At(o,u),r=Mt(r,c)}return o}function jt(e){return nt(~e.low,~e.high,e.unsigned)}function Dt(e,t){return Xe(t)&&(t=wt(t)),0==(t&=63)?e:t<32?nt(e.low<<t,e.high<<t|e.low>>>32-t,e.unsigned):nt(0,e.low<<t-32,e.unsigned)}function It(e,t){return Xe(t)&&(t=wt(t)),0==(t&=63)?e:t<32?nt(e.low>>>t|e.high<<32-t,e.high>>t,e.unsigned):nt(e.high>>t-32,e.high>=0?0:-1,e.unsigned)}function Rt(e,t){if(Xe(t)&&(t=wt(t)),0===(t&=63))return e;var n=e.high;return t<32?nt(e.low>>>t|n<<32-t,n>>>t,e.unsigned):nt(32===t?n:n>>>t-32,0,e.unsigned)}function Ft(e,t){return t?function(e){var t=e.high,n=e.low;return[255&n,n>>>8&255,n>>>16&255,n>>>24,255&t,t>>>8&255,t>>>16&255,t>>>24]}(e):function(e){var t=e.high,n=e.low;return[t>>>24,t>>>16&255,t>>>8&255,255&t,n>>>24,n>>>16&255,n>>>8&255,255&n]}(e)}function Ut(e,t,n){return n?function(e,t){return new Je(e[0]|e[1]<<8|e[2]<<16|e[3]<<24,e[4]|e[5]<<8|e[6]<<16|e[7]<<24,t)}(e,t):function(e,t){return new Je(e[4]<<24|e[5]<<16|e[6]<<8|e[7],e[0]<<24|e[1]<<16|e[2]<<8|e[3],t)}(e,t)}const Gt=At,Lt=Tt,Bt=kt,Ht=function(e,t){return Xe(t)||(t=it(t)),Ye?nt((e.unsigned?Ye.rem_u:Ye.rem_s)(e.low,e.high,t.low,t.high),Ye.get_high(),e.unsigned):Mt(e,Tt(kt(e,t),t))},Wt=Pt,qt=function(e,t){return Xe(t)||(t=it(t)),nt(e.low&t.low,e.high&t.high,e.unsigned)},Vt=Nt,zt=nt,Zt=wt,Yt=yt;function Jt(e,t,n){let r=e,o=0;switch(n){case 0:r=e<<24>>24,o=r;break;case 4:r=e<<24>>>24;break;case 1:r=e<<16>>16,o=r;break;case 5:r=e<<16>>>16;break;case 2:r=e>>0,o=r;break;case 6:r=e>>>0}return nt(r,o>>31,t)}const Xt=/(?:Z|[+-](\d+):?([0-5]?\d)?)\s*$/;function Kt(e){const t=e<0,n=(e=Math.abs(e))%36e5/6e4;return(t?"-":"+")+f(~~(e/36e5),2)+":"+f(n,2)}function Qt(e,t){const n=e.toISOString();return"first"===t?n.substring(0,n.indexOf("T")):n.substring(n.indexOf("T")+1,n.length-1)}function en(e,t,n){return t.replace(/(\w)\1*/g,t=>{let r=Number.NaN;switch(t.substring(0,1)){case"y":const o=n?e.getUTCFullYear():e.getFullYear();r=t.length<4?o%100:o;break;case"M":r=(n?e.getUTCMonth():e.getMonth())+1;break;case"d":r=n?e.getUTCDate():e.getDate();break;case"H":r=n?e.getUTCHours():e.getHours();break;case"h":const i=n?e.getUTCHours():e.getHours();r=i>12?i%12:i;break;case"m":r=n?e.getUTCMinutes():e.getMinutes();break;case"s":r=n?e.getUTCSeconds():e.getSeconds();break;case"f":r=n?e.getUTCMilliseconds():e.getMilliseconds()}return Number.isNaN(r)?t:r<10&&t.length>1?"0"+r:""+r})}function tn(e,t){var n,r,o;const i=new Date(e.getTime()+(null!==(n=e.offset)&&void 0!==n?n:0));if("string"!=typeof t)return i.toISOString().replace(/\.\d+/,"").replace(/[A-Z]|\.\d+/g," ")+Kt(null!==(r=e.offset)&&void 0!==r?r:0);if(1!==t.length)return en(i,t,!0);switch(t){case"D":case"d":return Qt(i,"first");case"T":case"t":return Qt(i,"second");case"O":case"o":return function(e,t){const n=e.toISOString();return n.substring(0,n.length-1)+Kt(t)}(i,null!==(o=e.offset)&&void 0!==o?o:0);default:throw new Error("Unrecognized Date print format")}}function nn(e,t){const n=1===e.kind;if("string"!=typeof t)return n?e.toUTCString():e.toLocaleString();if(1!==t.length)return en(e,t,n);switch(t){case"D":case"d":return n?Qt(e,"first"):e.toLocaleDateString();case"T":case"t":return n?Qt(e,"second"):e.toLocaleTimeString();case"O":case"o":return function(e,t){if(t)return e.toISOString();{const t=null==e.kind||2===e.kind;return f(e.getFullYear(),4)+"-"+f(e.getMonth()+1,2)+"-"+f(e.getDate(),2)+"T"+f(e.getHours(),2)+":"+f(e.getMinutes(),2)+":"+f(e.getSeconds(),2)+"."+f(e.getMilliseconds(),3)+(t?Kt(-6e4*e.getTimezoneOffset()):"")}}(e,n);default:throw new Error("Unrecognized Date print format")}}function rn(e,t,n){return null!=e.offset?tn(e,t):nn(e,t)}function on(e,t){const n=new Date(e);return n.kind=0|(null==t?0:t),n}function sn(){return on(-621355968e5,0)}function un(e){if(null===e)throw new Error("Value cannot be null when parsing DateTime");if(""===e.trim())throw new Error("An empty string is not recognized as a valid DateTime");let t=new Date(e);if(isNaN(t.getTime())){const n=/^\s*(\d+[^\w\s:]\d+[^\w\s:]\d+)?\s*(\d+:\d+(?::\d+(?:\.\d+)?)?)?\s*([AaPp][Mm])?\s*([+-]\d+(?::\d+)?)?\s*$/.exec(e);if(null==n)throw new Error("The string is not a valid Date.");{let e,r=0;if(null!=n[2]){const e=n[2].split(":");r=3600*parseInt(e[0],10)+60*parseInt(e[1]||"0",10)+parseFloat(e[2]||"0"),null!=n[3]&&"PM"===n[3].toUpperCase()&&(r+=720)}if(null!=n[4]){if(null!=n[1])e=new Date(n[1]+" UTC");else{const t=new Date;e=new Date(t.getUTCFullYear()+"/"+(t.getUTCMonth()+1)+"/"+t.getUTCDate())}const t=n[4].substr(1).split(":");let o=60*parseInt(t[0],10)+parseInt(t[1]||"0",10);"+"===n[4][0]&&(o*=-1),r+=60*o}else if(null!=n[1])e=new Date(n[1]);else{const t=new Date;e=new Date(t.getFullYear()+"/"+(t.getMonth()+1)+"/"+t.getDate())}t=new Date(e.getTime()+1e3*r),t=new Date(t.getTime()+6e4*(t.getTimezoneOffset()-e.getTimezoneOffset()))}}return t}function cn(e,t){try{return t.contents=function(e,t=!1){const n=un(e),r=Xt.exec(e),o=null!=r?t&&"Z"===r[0]?1:2:0;return on(n.getTime(),o)}(e),!0}catch(e){return!1}}function an(e,t,n,r=0,o=0,i=0,s=0,u){const c=1===u?Date.UTC(e,t-1,n,r,o,i,s):new Date(e,t-1,n,r,o,i,s).getTime();if(isNaN(c))throw new Error("The parameters describe an unrepresentable Date.");const a=on(c,u);return e<=99&&a.setFullYear(e,t-1,n),a}function ln(){return on(Date.now(),1)}function fn(){return hn(on(Date.now(),2))}function $n(e){return e%4==0&&e%100!=0||e%400==0}function dn(e,t){return 2===t?$n(e)?29:28:t>=8?t%2==0?31:30:t%2==0?30:31}function hn(e){return an(vn(e),yn(e),pn(e),0,0,0,0,e.kind)}function pn(e){return 1===e.kind?e.getUTCDate():e.getDate()}function mn(e){return 1===e.kind?e.getUTCHours():e.getHours()}function gn(e){return 1===e.kind?e.getUTCMilliseconds():e.getMilliseconds()}function wn(e){return 1===e.kind?e.getUTCMinutes():e.getMinutes()}function yn(e){return(1===e.kind?e.getUTCMonth():e.getMonth())+1}function _n(e){return 1===e.kind?e.getUTCSeconds():e.getSeconds()}function vn(e){return 1===e.kind?e.getUTCFullYear():e.getFullYear()}function bn(e,t){const n=on(e.getTime()+t,e.kind);if(2===e.kind){const t=e.getTimezoneOffset(),r=n.getTimezoneOffset();return t!==r?on(n.getTime()+6e4*(r-t),e.kind):n}return n}const En=E;function Cn(e,t=0){if(0!=(-276&t))throw new Error("RegexOptions only supports: IgnoreCase, Multiline, Singleline and ECMAScript");let n="g";return n+=1&t?"i":"",n+=2&t?"m":"",n+=16&t?"s":"",new RegExp(e,n)}function Sn(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}function xn(e,t,n=0){let r;return r=e instanceof RegExp?(r=e,e=t,r.lastIndex=n,r):r=Cn(t,n),r.exec(e)}function On(e,t,n=0){let r;if(r=e instanceof RegExp?(r=e,e=t,r.lastIndex=n,r):r=Cn(t,n),!r.global)throw new Error("Non-global RegExp");let o=r.exec(e);const i=[];for(;null!==o;)i.push(o),o=r.exec(e);return i}const Nn=/(^|[^%])%([0+\- ]*)(\*|\d+)?(?:\.(\d+))?(\w)/g,Pn=/(?:(^|[^%])%([0+\- ]*)(\d+)?(?:\.(\d+))?(\w))?%P\(\)/g,An=/\{(\d+)(,-?\d+)?(?:\:([a-zA-Z])(\d{0,2})|\:(.+?))?\}/g;function Mn(e,t){return function(e,t){return"number"==typeof e?e<t?-1:e>t?1:0:e.CompareTo(t)}(e,t)<0}function Tn(e,t,n){function r(e){return!0===e||1===e||3===e||5===e}return null==e?null==t?0:-1:null==t?1:4===(o=n)||5===o?(r(n)&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t?0:e<t?-1:1):(r(n)&&(e=e.toLocaleLowerCase(),t=t.toLocaleLowerCase()),e.localeCompare(t));var o}function kn(...e){switch(e.length){case 2:return Tn(e[0],e[1],!1);case 3:return Tn(e[0],e[1],e[2]);case 4:return Tn(e[0],e[1],!0===e[2]);case 5:return Tn(e[0].substr(e[1],e[4]),e[2].substr(e[3],e[4]),!1);case 6:return Tn(e[0].substr(e[1],e[4]),e[2].substr(e[3],e[4]),e[5]);case 7:return Tn(e[0].substr(e[1],e[4]),e[2].substr(e[3],e[4]),!0===e[5]);default:throw new Error("String.compare: Unsupported number of parameters")}}function jn(e){return{input:e,cont:(t=e,e=>{Nn.lastIndex=0;const n=[],r=[];let o=0,i=Nn.exec(t);for(;i;){const e=i.index+(i[1]||"").length;n.push(t.substring(o,e).replace(/%%/g,"%")),r.push(i),o=Nn.lastIndex,Nn.lastIndex-=1,i=Nn.exec(t)}return 0===n.length?e(t.replace(/%%/g,"%")):(n.push(t.substring(o).replace(/%%/g,"%")),function e(t,n,r,o="",i=-1){return(...s)=>{let u=o;const c=n.slice(),a=r.slice();for(const e of s){const[,,t,n,r,o]=a[0];let s=n;if(i>=0)s=i,i=-1;else if("*"===s){if(e<0)throw new Error("Non-negative number required");i=e;continue}u+=c[0],u+=Un(e,t,s,r,o),c.splice(0,1),a.splice(0,1)}return 0===a.length?(u+=c[0],t(u)):e(t,c,a,u,i)}}(e,n,r))})};var t}function Dn(e,t){let n=0,r=0,o="";Pn.lastIndex=0;let i=Pn.exec(e);for(;i;){const s=i.index+(i[1]||"").length;o+=e.substring(r,s).replace(/%%/g,"%");const[,,u,c,a,l]=i;o+=Un(t[n++],u,c,a,l),r=Pn.lastIndex,Pn.lastIndex-=1,i=Pn.exec(e)}return o+=e.substring(r).replace(/%%/g,"%"),o}function In(e,t){return"string"==typeof t?e(t):t.cont(e)}function Rn(e){return In(e=>e,e)}function Fn(e){return In(e=>{throw new Error(e)},e)}function Un(e,t,n,r,o){let i="";if(t=t||"",o=o||"",He(e))switch("x"!==o.toLowerCase()&&(Mn(e,0)?(e=We(e,-1),i="-"):t.indexOf(" ")>=0?i=" ":t.indexOf("+")>=0&&(i="+")),r=null==r?null:parseInt(r,10),o){case"f":case"F":e=qe(e,r=null!=r?r:6);break;case"g":case"G":e=null!=r?Ve(e,r):Ve(e);break;case"e":case"E":e=null!=r?ze(e,r):ze(e);break;case"x":e=Ze(e);break;case"X":e=Ze(e).toUpperCase();break;default:e=String(e)}else e=e instanceof Date?rn(e):j(e);if(n="number"==typeof n?n:parseInt(n,10),isNaN(n))e=i+e;else{const r=t.indexOf("0")>=0,o=t.indexOf("-")>=0,s=o||!r?" ":"0";e="0"===s?i+(e=Wn(e,n-i.length,s,o)):Wn(i+e,n,s,o)}return e}function Gn(e,...t){return"object"==typeof e&&t.length>0&&(e=t[0],t.shift()),e.replace(An,(e,n,r,o,i,s)=>{let u=t[n];if(He(u))switch(i=null==i?null:parseInt(i,10),o){case"f":case"F":u=qe(u,i=null!=i?i:2);break;case"g":case"G":u=null!=i?Ve(u,i):Ve(u);break;case"e":case"E":u=null!=i?ze(u,i):ze(u);break;case"p":case"P":i=null!=i?i:2,u=qe(We(u,100),i)+" %";break;case"d":case"D":u=null!=i?Wn(String(u),i,"0"):String(u);break;case"x":case"X":u=null!=i?Wn(Ze(u),i,"0"):Ze(u),"X"===o&&(u=u.toUpperCase());break;default:if(s){let e="";u=s.replace(/(0+)(\.0+)?/,(t,n,r)=>(Mn(u,0)&&(u=We(u,-1),e="-"),u=qe(u,null!=r?r.length-1:0),Wn(u,(n||"").length-e.length+(null!=r?r.length:0),"0"))),u=e+u}}else u=u instanceof Date?rn(u,s||o):j(u);return r=parseInt((r||" ").substring(1),10),isNaN(r)||(u=Wn(String(u),Math.abs(r)," ",r<0)),u})}function Ln(e){return"string"!=typeof e||0===e.length}function Bn(e){return"string"!=typeof e||/^\s*$/.test(e)}function Hn(e,t){return Array.isArray(t)?t.join(e):Array.from(t).join(e)}function Wn(e,t,n,r){n=n||" ",t-=e.length;for(let o=0;o<t;o++)e=r?e+n:n+e;return e}function qn(e,t,n,r){if(r="number"==typeof r?r:void 0,(n="number"==typeof n?n:void 0)&&n<0)throw new Error("Count cannot be less than zero");if(0===n)return[];if(!Array.isArray(t)){if(0===r)return e.split(t,n);const o=arguments.length;t=Array(o-1);for(let e=1;e<o;e++)t[e-1]=arguments[e]}t=(t=t.map(e=>Sn(e))).length>0?t:[" "];let o=0;const i=[],s=new RegExp(t.join("|"),"g");for(;null==n||n>1;){const t=s.exec(e);if(null===t)break;(!r||t.index-o>0)&&(n=null!=n?n-1:n,i.push(e.substring(o,t.index))),o=s.lastIndex}return(!r||e.length-o>0)&&i.push(e.substring(o)),i}function Vn(e,t){return t.split("").filter(t=>e(t)).join("")}function zn(e,t,n){if(t+(n||0)>e.length)throw new Error("Invalid startIndex and/or length");return null!=n?e.substr(t,n):e.substr(t)}function Zn(){return De()}const Yn="The index was outside the range of elements in the list.";class Jn extends L{constructor(e,t){super(),this.head=e,this.tail=t}toString(){return"["+Hn("; ",this)+"]"}Equals(e){const t=this;if(t===e)return!0;return((e,t)=>{e:for(;;){const n=e,r=t,o=[n.tail,r.tail];if(null!=o[0]){if(null!=o[1]){const i=o[0],s=o[1];if(b(n.head,r.head)){e=i,t=s;continue e}return!1}return!1}return null==o[1]}})(t,e)}GetHashCode(){return 0|((e,t,n)=>{for(;;){const r=e,o=t,i=n,s=i.tail;if(null==s)return 0|o;{const u=s;if(r>18)return 0|o;e=r+1,t=(o<<1)+w(i.head)+631*r,n=u}}})(0,0,this)}toJSON(e){return Array.from(this)}CompareTo(e){return 0|((e,t)=>{e:for(;;){const n=e,r=t,o=[n.tail,r.tail];if(null!=o[0]){if(null!=o[1]){const i=o[0],s=o[1],u=0|x(n.head,r.head);if(0===u){e=i,t=s;continue e}return 0|u}return 1}return null!=o[1]?-1:0}})(this,e)}GetEnumerator(){return function(e){return new Xn(e)}(this)}[Symbol.iterator](){return a(this.GetEnumerator())}"System.Collections.IEnumerable.GetEnumerator"(){return c(this)}}class Xn{constructor(e){this.xs=e,this.it=this.xs,this.current=null}"System.Collections.Generic.IEnumerator`1.get_Current"(){return this.current}"System.Collections.IEnumerator.get_Current"(){return this.current}"System.Collections.IEnumerator.MoveNext"(){const e=this,t=e.it.tail;if(null!=t){const n=t;return e.current=e.it.head,e.it=n,!0}return!1}"System.Collections.IEnumerator.Reset"(){this.it=this.xs,this.current=null}Dispose(){}}function Kn(){return new Jn(null,void 0)}function Qn(e,t){return new Jn(e,t)}function er(e){return null==e.tail}function tr(e){return 0|((e,t)=>{for(;;){const n=e,r=t.tail;if(null==r)return 0|n;e=n+1,t=r}})(0,e)}function nr(e){if(null!=e.tail)return e.head;throw new Error("List was empty\\nParameter name: list")}function rr(e){const t=e.tail;if(null!=t)return t;throw new Error("List was empty\\nParameter name: list")}function or(){return Kn()}function ir(e,t){return Qn(e,t)}function sr(e){return Qn(e,Kn())}function ur(e){return er(e)}function cr(e){return tr(e)}function ar(e){return nr(e)}function lr(e){return er(e)?void 0:_e(nr(e))}function fr(e){return rr(e)}function $r(e){const t=0|tr(e),n=Pe(new Array(t),0,t,null);return((e,t)=>{for(;;){const r=e,o=t;if(er(o))break;n[r]=nr(o),e=r+1,t=rr(o)}})(0,e),n}function dr(e,t,n){let r=t,o=n;for(;!er(o);)r=e(r,nr(o)),o=rr(o);return r}function hr(e){return dr((e,t)=>Qn(t,e),Kn(),e)}function pr(e,t){dr((t,n)=>{e(n)},void 0,t)}function mr(e,t){let n=t;for(let t=e.length-1;t>=0;t--)n=Qn(e[t],n);return n}function gr(e){return mr(e,Kn())}function wr(e){let t,n;if(r(e))return gr(e);if(e instanceof Jn)return e;{const r=Kn();let o=r;const i=c(e);try{for(;i["System.Collections.IEnumerator.MoveNext"]();){const e=i["System.Collections.Generic.IEnumerator`1.get_Current"]();t=o,n=new Jn(e,void 0),t.tail=n,o=n}}finally{i.Dispose()}const s=o,u=Kn();return s.tail=u,rr(r)}}function yr(e,t){return dr((e,t)=>Qn(t,e),t,hr(e))}function _r(e,t){const n=Kn(),r=function(e,t,n){return((t,n,r)=>{for(;;){const o=t,i=n,s=r;if(er(s))return i;t=o+1,n=e(o,i,nr(s)),r=rr(s)}})(0,t,n)}((t,n,r)=>{const o=new Jn(e(t,r),void 0);return n.tail=o,o},n,t),o=Kn();return r.tail=o,rr(n)}function vr(e,t){const n=Kn(),r=dr((t,n)=>{const r=new Jn(e(n),void 0);return t.tail=r,r},n,t),o=Kn();return r.tail=o,rr(n)}function br(e,t){return(t=>{e:for(;;){const n=t;if(er(n))return;{const r=e(nr(n));if(null==r){t=rr(n);continue e}return r}}})(t)}function Er(e,t){return((t,n)=>{for(;;){const r=t,o=n;if(er(o))return;if(e(nr(o)))return r;t=r+1,n=rr(o)}})(0,t)}function Cr(e,t){return function(e,t){return((e,n)=>{for(;;){const r=e,o=n,i=o.tail;if(null==i)throw new Error(Yn+"\\nParameter name: index");if(r===t)return o.head;e=r+1,n=i}})(0,e)}(t,e)}function Sr(){throw new Error("Enumeration has not started. Call MoveNext.")}function xr(){throw new Error("Enumeration already finished.")}class Or{constructor(e){this.f=e}toString(){let e=0,t="seq [";const n=c(this);try{for(;e<4&&n["System.Collections.IEnumerator.MoveNext"]();)e>0&&(t+="; "),t+=j(n["System.Collections.Generic.IEnumerator`1.get_Current"]()),e=e+1|0;return 4===e&&(t+="; ..."),t+"]"}finally{n.Dispose()}}GetEnumerator(){return this.f()}[Symbol.iterator](){return a(this.GetEnumerator())}"System.Collections.IEnumerable.GetEnumerator"(){return this.f()}}class Nr{constructor(e,t,n){this.current=e,this.next=t,this.dispose=n}"System.Collections.Generic.IEnumerator`1.get_Current"(){return this.current()}"System.Collections.IEnumerator.get_Current"(){return this.current()}"System.Collections.IEnumerator.MoveNext"(){return this.next()}"System.Collections.IEnumerator.Reset"(){!function(){throw new Error("Reset is not supported on this enumerator.")}()}Dispose(){this.dispose()}}function Pr(e,t,n){return new Nr(e,t,n)}function Ar(e,t,n){let r=!1,o=void 0,i=_e(e());const s=()=>{if(null!=i){const e=ve(i);try{n(e)}finally{i=void 0}}},u=()=>{try{s()}finally{o=void 0}};return Pr(()=>(r||Sr(),null!=o?ve(o):xr()),()=>{if(r||(r=!0),null!=i){const e=ve(i);let n;try{n=t(e)}catch(e){throw u(),e}return null!=n?(o=n,!0):(u(),!1)}return!1},s)}function Mr(e,t){null==t&&function(e){throw new Error(e)}(e)}function Tr(e){return function(e){return new Or(e)}(e)}function kr(e){return Mr("source",e),c(e)}function jr(e){return Tr(()=>c(e()))}function Dr(e){return Tr(()=>function(e){let t=void 0,n=void 0,r=!1,o=!1,i=void 0;const s=()=>{if(o=!0,null!=n){const e=n;try{e.Dispose()}finally{n=void 0}}if(null!=t){const e=t;try{e.Dispose()}finally{t=void 0}}};return Pr(()=>(r?o&&xr():Sr(),null!=i?ve(i):xr()),()=>{let u;if(r||(r=!0),o)return!1;{let r=void 0;for(;null==r;){const o=[t,n];if(null!=o[0])if(null!=o[1]){const e=o[1];if(e["System.Collections.IEnumerator.MoveNext"]())i=_e(e["System.Collections.Generic.IEnumerator`1.get_Current"]()),r=!0;else try{e.Dispose()}finally{n=void 0}}else{const e=o[0];if(e["System.Collections.IEnumerator.MoveNext"]()){u=e["System.Collections.Generic.IEnumerator`1.get_Current"](),n=c(u)}else s(),r=!1}else t=c(e)}return ve(r)}},()=>{o||s()})}(e))}function Ir(){return jr(()=>new Array(0))}function Rr(e){return jr(()=>function(e,t){const n=Oe(t,1);return n[0]=e,n}(e))}function Fr(e){return r(e)?gr(e):e instanceof Jn?e:wr(e)}function Ur(e,t,n){return Tr(()=>Ar(e,t,n))}function Gr(e,t,n){return Tr(()=>{let r=-1;return Ar(e,e=>(r=r+1|0,t(r,e)),n)})}function Lr(e,t){return Dr([e,t])}function Br(e,t){return Ur(()=>kr(t),t=>{let n=void 0;for(;null==n&&t["System.Collections.IEnumerator.MoveNext"]();)n=e(t["System.Collections.Generic.IEnumerator`1.get_Current"]());return n},e=>{e.Dispose()})}function Hr(e,t,n){const r=kr(t);try{let t=!1;for(;!t&&r["System.Collections.IEnumerator.MoveNext"]();)t=n.Equals(e,r["System.Collections.Generic.IEnumerator`1.get_Current"]());return t}finally{r.Dispose()}}function Wr(e,t){return Br(t=>e(t)?_e(t):void 0,t)}function qr(e,t,n){const r=kr(n);try{let n=t;for(;r["System.Collections.IEnumerator.MoveNext"]();)n=e(n,r["System.Collections.Generic.IEnumerator`1.get_Current"]());return n}finally{r.Dispose()}}function Vr(e,t){qr((t,n)=>{e(n)},void 0,t)}function zr(e,t){qr((t,n)=>(e(t,n),t+1|0),0,t)}function Zr(e,t){return Ur(()=>kr(t),t=>t["System.Collections.IEnumerator.MoveNext"]()?_e(e(t["System.Collections.Generic.IEnumerator`1.get_Current"]())):void 0,e=>{e.Dispose()})}function Yr(e,t){return Gr(()=>kr(t),(t,n)=>n["System.Collections.IEnumerator.MoveNext"]()?_e(e(t,n["System.Collections.Generic.IEnumerator`1.get_Current"]())):void 0,e=>{e.Dispose()})}function Jr(e,t){return jr(()=>Dr(Zr(e,t)))}class Xr extends L{constructor(e,t){super(),this.bound=0|e,this.digits=t}}function Kr(e,t){for(;;){const n=e,r=t;if(0===r)return 1;if(r%2!=0)return n*Kr(n*n,~~(r/2))|0;e=n*n,t=~~(r/2)}}zt(2013265921,0,!1),zt(2013265921,0,!0);Me(28,e=>Kr(2,e),Int32Array);function Qr(e){return e.bound}function eo(e,t){return e.digits[t]}function to(e,t){return Jt(eo(e,t),!1,2)}function no(e,t,n){e.digits[t]=0|n}function ro(e,t){for(;;){const n=e,r=t;if(0===r)return zt(1,0,!1);if(r%2!=0)return Lt(n,ro(Lt(n,n),~~(r/2)));e=Lt(n,n),t=~~(r/2)}}function oo(e,t){for(;;){const n=e,r=t;if(0===r)return 1;if(r%2!=0)return n*oo(n*n,~~(r/2))|0;e=n*n,t=~~(r/2)}}const io=zt(16777216,0,!1),so=zt(16777215,0,!1);zt(16777215,0,!0);function uo(e){return new Xr(e,new Int32Array(e))}function co(e){const t=0|((e,t)=>{for(;;){const n=e,r=t;if(-1===r||0!==n[r])return r+1|0;e=n,t=r-1}})(e.digits,e.bound-1);return e.bound=0|t,e}function ao(e){const t=0|(e<0?0:e);if(t<16777216){const e=uo(1);return e.digits[0]=0|t,co(e)}{const e=uo(2);for(let n=0;n<=1;n++)e.digits[n]=~~(t/oo(16777216,n))%16777216|0;return co(e)}}function lo(e){if(1===e.bound)return 0|e.digits[0];{let t=0;for(let n=e.bound-1;n>=0;n--)t=e.digits[n]+16777216*t|0;return 0|t}}const fo=ao(1),$o=ao(0);function ho(e){return e.bound-1}function po(e){return 0===e.bound}function mo(e,t){if(e.bound===t.bound){return((e,t,n)=>{for(;;){const r=e,o=t,i=n;if(-1===i)return!0;if(r[i]!==o[i])return!1;e=r,t=o,n=i-1}})(e.digits,t.digits,e.bound-1)}return!1}function go(e,t){if(e.bound<t.bound)return-1;if(e.bound>t.bound)return 1;return 0|((e,t,n)=>{for(;;){const r=e,o=t,i=n;if(-1===i)return 0;if(r[i]!==o[i])return r[i]<o[i]?-1:1;e=r,t=o,n=i-1}})(e.digits,t.digits,e.bound-1)}function wo(e,t){return-1===go(e,t)}function yo(e,t,n){for(;;){const r=e,o=t,i=n;if(!(Vt(o,zt(0,0,!1))>0))break;{const s=Gt(to(r,i),o);no(r,i,~~Zt(qt(s,so))),e=r,t=Bt(s,io),n=i+1}}}function _o(e,t){const n=0|Qr(e),r=uo(n+1),o=Jt(t,!1,2);let i=zt(0,0,!1);for(let t=0;t<=n-1;t++){const n=Gt(Gt(i,to(r,t)),Lt(to(e,t),o));no(r,t,~~Zt(qt(n,so))),i=Bt(n,io)}return yo(r,i,n),co(r)}function vo(e,t){const n=1===Qr(e),r=1===Qr(t);return n&&r?function(e,t){const n=uo(2),r=Lt(Jt(e,!1,2),Jt(t,!1,2));return no(n,0,~~Zt(qt(r,so))),no(n,1,~~Zt(Bt(r,io))),co(n)}(eo(e,0),eo(t,0)):n?_o(t,eo(e,0)):r?_o(e,eo(t,0)):function(e,t){const n=uo(e.bound+t.bound),r=n.digits;for(let o=0;o<=e.bound-1;o++){const i=Jt(e.digits[o],!1,2);let s=zt(0,0,!1),u=o;for(let e=0;e<=t.bound-1;e++){const n=Jt(t.digits[e],!1,2),o=Gt(Gt(Jt(r[u],!1,2),s),Lt(i,n));r[u]=0|~~Zt(qt(o,so)),s=Bt(o,io),u=u+1|0}yo(n,s,u)}return co(n)}(e,t)}class bo extends L{constructor(e,t,n,r,o,i,s){super(),this.bigL=0|e,this.twoToBigL=0|t,this.k=0|n,this.bigK=0|r,this.bigN=0|o,this.split=0|i,this.splits=s}}function Eo(e,t,n,r){return new bo(e,oo(2,e),t,n,r,~~(24/e),Me(~~(24/e),t=>oo(2,e*t),Int32Array))}const Co=[Eo(1,28,268435456,268435456),Eo(2,26,67108864,134217728),Eo(3,24,16777216,50331648),Eo(4,22,4194304,16777216),Eo(5,20,1048576,5242880),Eo(6,18,262144,1572864),Eo(7,16,65536,458752),Eo(8,14,16384,131072),Eo(9,12,4096,36864),Eo(10,10,1024,10240),Eo(11,8,256,2816),Eo(12,6,64,768),Eo(13,4,16,208)];Me(24,e=>oo(2,e)-1,Int32Array),Me(24,e=>oo(2,e),Int32Array),Me(24,e=>ro(zt(2,0,!1),e));Co[0].bigN;function So(e,t){return vo(e,t)}function xo(e,t,n,r){const o=[e.digits,ho(e)],i=o[0],s=[n.digits,ho(n)],u=0|s[1],c=s[0],a=Jt(t,!1,2);let l=0,f=Lt(a,Jt(c[0],!1,2));for(;Vt(f,zt(0,0,!1))>0||l<u;){if(l>o[1])throw new Error("scaleSubInPlace: pre-condition did not apply, result would be -ve");let e=~~Zt(qt(f,so)),t=Bt(f,io);e<=i[l+r]?i[l+r]=i[l+r]-e|0:(i[l+r]=i[l+r]+(16777216-e)|0,t=Gt(t,zt(1,0,!1))),f=l<u?Gt(t,Lt(a,Jt(c[l+1],!1,2))):t,l=l+1|0}co(e)}function Oo(e,t,n,r){const o=[e.digits,ho(e)],i=o[0],s=[n.digits,ho(n)],u=0|s[1],c=s[0],a=Jt(t,!1,2);let l=0,f=Lt(a,Jt(c[0],!1,2));for(;Vt(f,zt(0,0,!1))>0||l<u;){if(l>o[1])throw new Error("scaleSubInPlace: pre-condition did not apply, result would be -ve");let e=~~Zt(qt(f,so)),t=Bt(f,io);e<16777216-i[l+r]?i[l+r]=i[l+r]+e|0:(i[l+r]=e-(16777216-i[l+r])|0,t=Gt(t,zt(1,0,!1))),f=l<u?Gt(t,Lt(a,Jt(c[l+1],!1,2))):t,l=l+1|0}co(e)}function No(e,t,n){const r=[ho(t),ho(e)],o=0|r[1],i=0|r[0];if(o<i+n)return 0;{const r=[t.digits,e.digits],l=r[1],f=r[0],$=0|(0===i?o===n?~~(l[n]/f[0]):~~Zt(Bt(Gt(Lt(Jt(l[o],!1,2),io),Jt(l[o-1],!1,2)),Jt(f[0],!1,2))):o===i+n?~~(l[o]/(f[i]+1)):~~Zt(Bt(Gt(Lt(Jt(l[o],!1,2),io),Jt(l[o-1],!1,2)),Gt(Jt(f[i],!1,2),zt(1,0,!1)))));return 0===$?1!=(u=n,c=e,a=0,(s=t).bound+u<c.bound+a?-1:s.bound+u>c.bound+u?1:0|((e,t,n)=>{e:for(;;){const r=e,o=t,i=n;if(-1===i)return 0;{const s=0|(i<u?0:r[i-u]),c=0|(i<a?0:o[i-a]);if(s===c){e=r,t=o,n=i-1;continue e}return s<c?-1:1}}})(s.digits,c.digits,s.bound+u-1))?1:0:0|$}var s,u,c,a}function Po(e,t){if(po(t))throw new Error;if(ho(e)<ho(t))return[$o,e];{const n=function(e){return new Xr(e.bound,e.digits.slice())}(e),r=uo(ho(e)-ho(t)+1+1);let o=ho(e);const i=0|ho(t);let s=o-i;const u=e=>{};let c=!1;for(;!c;){u([r,n,s,o]);const e=0|No(n,t,s);e>0?(xo(n,e,t,s),Oo(r,e,fo,s),u([r,n,s,o])):(c=0===e&&0===s,c||(o===i+s?(u([r,n,s-1,o]),s=s-1|0):(u([r,n,s-1,o-1]),s=s-1|0,o=o-1|0)))}return[co(r),co(n)]}}ao(2);function Ao(e){return ao(e)}function Mo(e){return function(e){const t=Vt(e,zt(0,0,!1))<0?zt(0,0,!1):e,n=uo(3);for(let e=0;e<=2;e++)n.digits[e]=0|~~Zt(Ht(Bt(t,ro(io,e)),io));return co(n)}(e)}function To(e){const t=0|ho(e),n=(e,t,r,o)=>{e:for(;;){const i=e,s=t,u=r,c=o;if(ur(c)){const e=0|lo(u);return i&&0===e?s:ir(d(e),s)}{const a=fr(c),l=Po(u,ar(c)[1]),f=l[1],$=l[0];if(i&&po($)){e=i,t=s,r=f,o=a;continue e}e=i,t=n(!1,s,f,a),r=$,o=a;continue e}}},r=n(!0,or(),e,((e,n,r)=>{for(;;){const o=e,i=n,s=r;if(ho(s)>t)return ir([i,s],o);e=ir([i,s],o),n=i+1,r=So(s,s)}})(or(),0,ao(10)));return ur(r)?"0":Hn("",$r(r))}function ko(e){return e.bound<=1}function jo(e){const t=e;return 0<t.bound?0|t.digits[0]:0}var Do={GetHashCode(){return g([this.s,this.e].concat(this.c))},Equals(e){return!this.cmp(e)},CompareTo(e){return this.cmp(e)},[Be](){const e=this;return{multiply:t=>e.mul(t),toPrecision:t=>e.toPrecision(t),toExponential:t=>e.toExponential(t),toFixed:t=>e.toFixed(t),toHex:()=>(Number(e)>>>0).toString(16)}}},Io="[big.js] ",Ro=Io+"Invalid ",Fo=Ro+"decimal places",Uo=/^-?(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i;function Go(e,t){var n,r,o;if(!Uo.test(t))throw Error(Ro+"number");for(e.s="-"==t.charAt(0)?(t=t.slice(1),-1):1,(n=t.indexOf("."))>-1&&(t=t.replace(".","")),(r=t.search(/e/i))>0?(n<0&&(n=r),n+=+t.slice(r+1),t=t.substring(0,r)):n<0&&(n=t.length),o=t.length,r=0;r<n&&r<o&&"0"==t.charAt(r);)++r;if(r==o)e.c=[e.e=0];else for(e.e=n-r-1,e.c=[],n=0;r<o;)e.c[n++]=+t.charAt(r++);return e=Lo(e,Ho.DP+1,Ho.RM)}function Lo(e,t,n,r){var o=e.c;if(void 0===n&&(n=Ho.RM),0!==n&&1!==n&&2!==n&&3!==n)throw Error("[big.js] Invalid rounding mode");if(t<1)r=3===n&&(r||!!o[0])||0===t&&(1===n&&o[0]>=5||2===n&&(o[0]>5||5===o[0]&&(r||void 0!==o[1]))),o.length=1,r?(e.e=e.e-t+1,o[0]=1):o[0]=e.e=0;else if(t<o.length){const i=o.findIndex((e,n)=>n>=t&&e>0)<0;if(r=1===n&&o[t]>=5||2===n&&(o[t]>5||5===o[t]&&(r||void 0!==o[t+1]||1&o[t-1]))||3===n&&(r||!i),o.length=t--,r)for(;++o[t]>9;)o[t]=0,t--||(++e.e,o.unshift(1));for(t=o.length;!o[--t];)o.pop()}return e}function Bo(e,t,n){var r=e.e,o=e.c.join(""),i=o.length;if(t)o=o.charAt(0)+(i>1?"."+o.slice(1):"")+(r<0?"e":"e+")+r;else if(r<0){for(;++r;)o="0"+o;o="0."+o}else if(r>0)if(++r>i)for(r-=i;r--;)o+="0";else r<i&&(o=o.slice(0,r)+"."+o.slice(r));else i>1&&(o=o.charAt(0)+"."+o.slice(1));return e.s<0&&n?"-"+o:o}Do.abs=function(){var e=new this.constructor(this);return e.s=1,e},Do.cmp=function(e){var t,n=this.constructor,r=new n(this),o=(e=new n(e),r.c),i=e.c,s=r.s,u=e.s,c=r.e,a=e.e;if(!o[0]||!i[0])return o[0]?s:i[0]?-u:0;if(s!=u)return s;if(t=s<0,c!=a)return c>a^t?1:-1;for(u=Math.max(o.length,i.length),s=0;s<u;s++)if((c=s<o.length?o[s]:0)!=(a=s<i.length?i[s]:0))return c>a^t?1:-1;return 0},Do.div=function(e){var t=this.constructor,n=new t(this),r=(e=new t(e),n.c),o=e.c,i=n.s==e.s?1:-1,s=t.DP;if(s!==~~s||s<0||s>1e6)throw Error(Fo);if(!o[0])throw Error("[big.js] Division by zero");if(!r[0])return e.s=i,e.c=[e.e=0],e;var u,c,a,l,f,$=o.slice(),d=u=o.length,h=r.length,p=r.slice(0,u),m=p.length,g=e,w=g.c=[],y=0,_=s+(g.e=n.e-e.e)+1;for(g.s=i,i=_<0?0:_,$.unshift(0);m++<u;)p.push(0);do{for(a=0;a<10;a++){if(u!=(m=p.length))l=u>m?1:-1;else for(f=-1,l=0;++f<u;)if(o[f]!=p[f]){l=o[f]>p[f]?1:-1;break}if(!(l<0))break;for(c=m==u?o:$;m;){if(p[--m]<c[m]){for(f=m;f&&!p[--f];)p[f]=9;--p[f],p[m]+=10}p[m]-=c[m]}for(;!p[0];)p.shift()}w[y++]=l?a:++a,p[0]&&l?p[m]=r[d]||0:p=[r[d]]}while((d++<h||void 0!==p[0])&&i--);return w[0]||1==y||(w.shift(),g.e--,_--),y>_&&Lo(g,_,t.RM,void 0!==p[0]),g},Do.eq=function(e){return 0===this.cmp(e)},Do.gt=function(e){return this.cmp(e)>0},Do.gte=function(e){return this.cmp(e)>-1},Do.lt=function(e){return this.cmp(e)<0},Do.lte=function(e){return this.cmp(e)<1},Do.minus=Do.sub=function(e){var t,n,r,o,i=this.constructor,s=new i(this),u=(e=new i(e),s.s),c=e.s;if(u!=c)return e.s=-c,s.plus(e);var a=s.c.slice(),l=s.e,f=e.c,$=e.e;if(!a[0]||!f[0])return f[0]?e.s=-c:a[0]?e=new i(s):e.s=1,e;if(u=l-$){for((o=u<0)?(u=-u,r=a):($=l,r=f),r.reverse(),c=u;c--;)r.push(0);r.reverse()}else for(n=((o=a.length<f.length)?a:f).length,u=c=0;c<n;c++)if(a[c]!=f[c]){o=a[c]<f[c];break}if(o&&(r=a,a=f,f=r,e.s=-e.s),(c=(n=f.length)-(t=a.length))>0)for(;c--;)a[t++]=0;for(c=t;n>u;){if(a[--n]<f[n]){for(t=n;t&&!a[--t];)a[t]=9;--a[t],a[n]+=10}a[n]-=f[n]}for(;0===a[--c];)a.pop();for(;0===a[0];)a.shift(),--$;return a[0]||(e.s=1,a=[$=0]),e.c=a,e.e=$,e},Do.mod=function(e){var t,n=this.constructor,r=new n(this),o=(e=new n(e),r.s),i=e.s;if(!e.c[0])throw Error("[big.js] Division by zero");return r.s=e.s=1,t=1==e.cmp(r),r.s=o,e.s=i,t?new n(r):(o=n.DP,i=n.RM,n.DP=n.RM=0,r=r.div(e),n.DP=o,n.RM=i,this.minus(r.times(e)))},Do.plus=Do.add=function(e){var t,n,r,o=this.constructor,i=new o(this);e=new o(e);if(i.s!=e.s)return e.s=-e.s,i.minus(e);var s=i.e,u=i.c,c=e.e,a=e.c;if(!u[0]||!a[0])return a[0]||(u[0]?e=new o(i):e.s=i.s),e;if(u=u.slice(),t=s-c){for(t>0?(c=s,r=a):(t=-t,r=u),r.reverse();t--;)r.push(0);r.reverse()}for(u.length-a.length<0&&(r=a,a=u,u=r),t=a.length,n=0;t;u[t]%=10)n=(u[--t]=u[t]+a[t]+n)/10|0;for(n&&(u.unshift(n),++c),t=u.length;0===u[--t];)u.pop();return e.c=u,e.e=c,e},Do.pow=function(e){var t=this.constructor,n=new t(this),r=new t("1"),o=new t("1"),i=e<0;if(e!==~~e||e<-1e6||e>1e6)throw Error(Ro+"exponent");for(i&&(e=-e);1&e&&(r=r.times(n)),e>>=1;)n=n.times(n);return i?o.div(r):r},Do.prec=function(e,t){if(e!==~~e||e<1||e>1e6)throw Error(Ro+"precision");return Lo(new this.constructor(this),e,t)},Do.round=function(e,t){if(void 0===e)e=0;else if(e!==~~e||e<-1e6||e>1e6)throw Error(Fo);return Lo(new this.constructor(this),e+this.e+1,t)},Do.sqrt=function(){var e,t,n,r=this.constructor,o=new r(this),i=o.s,s=o.e,u=new r("0.5");if(!o.c[0])return new r(o);if(i<0)throw Error(Io+"No square root");0===(i=Math.sqrt(o+""))||i===1/0?((t=o.c.join("")).length+s&1||(t+="0"),s=((s+1)/2|0)-(s<0||1&s),e=new r(((i=Math.sqrt(t))==1/0?"5e":(i=i.toExponential()).slice(0,i.indexOf("e")+1))+s)):e=new r(i+""),s=e.e+(r.DP+=4);do{n=e,e=u.times(n.plus(o.div(n)))}while(n.c.slice(0,s).join("")!==e.c.slice(0,s).join(""));return Lo(e,(r.DP-=4)+e.e+1,r.RM)},Do.times=Do.mul=function(e){var t,n=this.constructor,r=new n(this),o=(e=new n(e),r.c),i=e.c,s=o.length,u=i.length,c=r.e,a=e.e;if(e.s=r.s==e.s?1:-1,!o[0]||!i[0])return e.c=[e.e=0],e;for(e.e=c+a,s<u&&(t=o,o=i,i=t,a=s,s=u,u=a),t=new Array(a=s+u);a--;)t[a]=0;for(c=u;c--;){for(u=0,a=s+c;a>c;)u=t[a]+i[c]*o[a-c-1]+u,t[a--]=u%10,u=u/10|0;t[a]=u}for(u?++e.e:t.shift(),c=t.length;!t[--c];)t.pop();return e.c=t,e},Do.toExponential=function(e,t){var n=this,r=n.c[0];if(void 0!==e){if(e!==~~e||e<0||e>1e6)throw Error(Fo);for(n=Lo(new n.constructor(n),++e,t);n.c.length<e;)n.c.push(0)}return Bo(n,!0,!!r)},Do.toFixed=function(e,t){var n=this,r=n.c[0];if(void 0!==e){if(e!==~~e||e<0||e>1e6)throw Error(Fo);for(e=e+(n=Lo(new n.constructor(n),e+n.e+1,t)).e+1;n.c.length<e;)n.c.push(0)}return Bo(n,!1,!!r)},Do.toJSON=Do.toString=function(){var e=this,t=e.constructor;return Bo(e,e.e<=t.NE||e.e>=t.PE,!!e.c[0])},Do.toNumber=function(){var e=Number(Bo(this,!0,!0));if(!0===this.constructor.strict&&!this.eq(e.toString()))throw Error(Io+"Imprecise conversion");return e},Do.toPrecision=function(e,t){var n=this,r=n.constructor,o=n.c[0];if(void 0!==e){if(e!==~~e||e<1||e>1e6)throw Error(Ro+"precision");for(n=Lo(new r(n),e,t);n.c.length<e;)n.c.push(0)}return Bo(n,e<=n.e||n.e<=r.NE||n.e>=r.PE,!!o)},Do.valueOf=function(){var e=this,t=e.constructor;if(!0===t.strict)throw Error(Io+"valueOf disallowed");return Bo(e,e.e<=t.NE||e.e>=t.PE,!0)};var Ho=function e(){function t(n){var r=this;if(!(r instanceof t))return void 0===n?e():new t(n);if(n instanceof t)r.s=n.s,r.e=n.e,r.c=n.c.slice(),function(e){if(e.c.length>1&&!e.c[0]){let t=e.c.findIndex(e=>e);e.c=e.c.slice(t),e.e=e.e-t}}(r);else{if("string"!=typeof n){if(!0===t.strict)throw TypeError(Ro+"number");n=0===n&&1/n<0?"-0":String(n)}Go(r,n)}r.constructor=t}return t.prototype=Do,t.DP=28,t.RM=1,t.NE=-29,t.PE=29,t.strict=!1,t}(),Wo=Ho;new Wo(0),new Wo(1),new Wo(-1),new Wo("79228162514264337593543950335"),new Wo("-79228162514264337593543950335");class qo extends L{constructor(e,t){super(),this.signInt=0|e,this.v=t}toString(){const e=this;switch(0|Zo(e)){case-1:return po(Yo(e))?"0":"-"+To(Yo(e));case 0:return"0";case 1:return To(Yo(e));default:throw new Error("signs should be +/- 1 or 0")}}Equals(e){return e instanceof qo&&Jo(this,e)}GetHashCode(){return 0|(0===Zo(e=this)?1:Zo(e)+function(e){let t=0;for(let n=0;n<=e.bound-1;n++)t=e.digits[n]+(t<<3)|0;return 0|t}(Yo(e))|0);var e}toJSON(e){return j(this)}CompareTo(e){if(e instanceof qo)return 0|(Xo(t=this,n=e)?-1:Jo(t,n)?0:1);throw new Error("the objects are not comparable\\nParameter name: obj");var t,n}}function Vo(e,t){return new qo(e,t)}function zo(e){return ko(e)&&jo(e)<qo.smallLim?qo.smallPosTab[jo(e)]:e}function Zo(e){return e.signInt}function Yo(e){return e.v}function Jo(e,t){const n=[Zo(e),Zo(t)];let r;switch(r=-1===n[0]?-1===n[1]?1:0===n[1]?8:1===n[1]?3:9:0===n[0]?-1===n[1]?6:0===n[1]?4:1===n[1]?5:9:1===n[0]?-1===n[1]?2:0===n[1]?7:1===n[1]?0:9:9,r){case 0:case 1:return mo(Yo(e),Yo(t));case 2:case 3:return!!po(Yo(e))&&po(Yo(t));case 4:return!0;case 5:case 6:return po(Yo(t));case 7:case 8:return po(Yo(e));case 9:throw new Error("signs should be +/- 1 or 0\\nParameter name: x")}}function Xo(e,t){const n=[Zo(e),Zo(t)];let r;switch(r=-1===n[0]?-1===n[1]?1:0===n[1]?8:1===n[1]?3:9:0===n[0]?-1===n[1]?6:0===n[1]?4:1===n[1]?5:9:1===n[0]?-1===n[1]?2:0===n[1]?7:1===n[1]?0:9:9,r){case 0:return wo(Yo(e),Yo(t));case 1:return wo(Yo(t),Yo(e));case 2:return!1;case 3:return!po(Yo(e))||!po(Yo(t));case 4:return!1;case 5:return!po(Yo(t));case 6:case 7:return!1;case 8:return!po(Yo(e));case 9:throw new Error("signs should be +/- 1 or 0\\nParameter name: x")}}function Ko(e){return e>=0?Vo(1,zo(Ao(e))):Vo(-1,zo(-2147483648===e?Mo(Wt(Jt(e,!1,2))):Ao(Le(e))))}function Qo(){return qo.one}function ei(){return qo.two}function ti(){return qo.zero}qo.smallLim=4096,qo.smallPosTab=Me(qo.smallLim,e=>Ao(e)),qo.one=Ko(1),qo.two=Ko(2),qo.zero=Ko(0);ti(),Qo(),ei();ti(),Qo();var ni=n(0);const ri=ni.default,oi=e=>{Object(ni.useEffect)(()=>{const t=e();return()=>{t.Dispose()}})},ii=(e,t)=>{Object(ni.useEffect)(()=>{const t=e();return()=>{t.Dispose()}},t)},si=e=>{Object(ni.useLayoutEffect)(()=>{const t=e();return()=>{t.Dispose()}})};function ui(e){return{Dispose(){e()}}}function ci(e,t){ii(e,t)}function ai(e){fi(e,[])}function li(e){ci(e,[])}function fi(e,t){ii(t=>(e(),ui(()=>{})),t)}function $i(e,t){return ri.useCallback(e,Ce(t,[]))}function di(e){return ri.useRef(e)}function hi(e){const t=di(e),n=$i(e=>t.current(e),[]);var r;return r=()=>{t.current=e},si(e=>(r(),ui(()=>{}))),n}ni.useState;function pi(e){return ri.useState(e)}ni.useState;class mi{constructor(e=!1){this._id=0,this._cancelled=e,this._listeners=new Map}get isCancelled(){return this._cancelled}cancel(){if(!this._cancelled){this._cancelled=!0;for(const[,e]of this._listeners)e()}}addListener(e){const t=this._id;return this._listeners.set(this._id++,e),t}removeListener(e){return this._listeners.delete(e)}register(e,t){const n=this,r=this.addListener(null==t?e:()=>e(t));return{Dispose(){n.removeListener(r)}}}}class gi extends Error{constructor(){super("The operation was canceled"),Object.setPrototypeOf(this,gi.prototype)}}class wi{constructor(){this.callCount=0}static get maxTrampolineCallCount(){return 2e3}incrementAndCheck(){return this.callCount++>wi.maxTrampolineCallCount}hijack(e){this.callCount=0,setTimeout(e,0)}}function yi(e){return t=>{if(t.cancelToken.isCancelled)t.onCancel(new gi);else if(t.trampoline.incrementAndCheck())t.trampoline.hijack(()=>{try{e(t)}catch(e){t.onError(e)}});else try{e(t)}catch(e){t.onError(e)}}}function _i(e,t){return yi(n=>{e({onSuccess:e=>{try{t(e)(n)}catch(e){n.onError(e)}},onError:n.onError,onCancel:n.onCancel,cancelToken:n.cancelToken,trampoline:n.trampoline})})}function vi(e){return yi(t=>t.onSuccess(e))}const bi=new class{Bind(e,t){return _i(e,t)}Combine(e,t){return this.Bind(e,()=>t)}Delay(e){return yi(t=>e()(t))}For(e,t){const n=e[Symbol.iterator]();let r=n.next();return this.While(()=>!r.done,this.Delay(()=>{const e=t(r.value);return r=n.next(),e}))}Return(e){return vi(e)}ReturnFrom(e){return e}TryFinally(e,t){return yi(n=>{e({onSuccess:e=>{t(),n.onSuccess(e)},onError:e=>{t(),n.onError(e)},onCancel:e=>{t(),n.onCancel(e)},cancelToken:n.cancelToken,trampoline:n.trampoline})})}TryWith(e,t){return yi(n=>{e({onSuccess:n.onSuccess,onCancel:n.onCancel,cancelToken:n.cancelToken,trampoline:n.trampoline,onError:e=>{try{t(e)(n)}catch(e){n.onError(e)}}})})}Using(e,t){return this.TryFinally(t(e),()=>e.Dispose())}While(e,t){return e()?this.Bind(t,()=>this.While(e,t)):this.Return(void 0)}Zero(){return yi(e=>e.onSuccess(void 0))}};class Ei extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Ok","Error"]}}function Ci(e,t){return 0===t.tag?new Ei(0,e(t.fields[0])):new Ei(1,t.fields[0])}function Si(e,t){return 0===t.tag?new Ei(0,t.fields[0]):new Ei(1,e(t.fields[0]))}function xi(e,t){return 0===t.tag?e(t.fields[0]):new Ei(1,t.fields[0])}class Oi extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Choice1Of2","Choice2Of2"]}}function Ni(e){}function Pi(e){const t=new mi("boolean"==typeof e&&e);return"number"==typeof e&&setTimeout(()=>{t.cancel()},e),t}function Ai(e){e.cancel()}function Mi(e){return null!=e&&e.isCancelled}const Ti=new mi;function ki(e){return yi(t=>{e({onSuccess:e=>t.onSuccess(function(e){return new Oi(0,e)}(e)),onError:e=>t.onSuccess(new Oi(1,e)),onCancel:t.onCancel,cancelToken:t.cancelToken,trampoline:t.trampoline})})}function ji(e){return yi(t=>e([t.onSuccess,t.onError,t.onCancel]))}function Di(e,t){return function(e,t){return Ii(e,t)}(e,t)}function Ii(e,t,n,r,o){"function"!=typeof t&&(o=t,t=void 0);const i=new wi;e({onSuccess:t||Ni,onError:n||Ni,onCancel:r||Ni,cancelToken:o||Ti,trampoline:i})}class Ri{constructor(){}}function Fi(e,t){return{then:(e,n)=>{try{return t().then(e,n)}catch(e){if(b(n,null))return Promise.reject(e);try{return Promise.resolve(n(e))}catch(e){return Promise.reject(e)}}},catch:e=>{try{return t().catch(e)}catch(t){try{return Promise.resolve(e(t))}catch(e){return Promise.reject(e)}}}}}const Ui=new Ri;class Gi extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Writable","ReadWritable"]}}class Li{constructor(e){this.state=new Gi(0,Pe(new Array(N((e,t)=>C(e,t),e,10)),0,N((e,t)=>C(e,t),e,10),null),0)}}function Bi(e){const t=e.state;if(1===t.tag){const n=0|t.fields[1],r=0|t.fields[2],o=t.fields[0],i=(r+1)%o.length|0;return e.state=i===n?new Gi(0,o,n):new Gi(1,o,n,i),_e(o[r])}}function Hi(e,t,n){const r=di(e[0]),o=di(new Li(10));const s=pi(e[0]);let u;const c=di(Pi()),a=di(c.current);li(()=>ui(()=>{Ai(c.current)})),u=a;const l=()=>{setTimeout(()=>{let e;e=u.current,Mi(e)||s[1](r.current)},0)},f=e=>{var n;(n=Fi(0,()=>{let n=_e(e);return function e(t,n,r){return n()?r.then(()=>e(t,n,r)):Promise.resolve(void 0)}(Ui,()=>{let e;return null!=n&&(e=u.current,!Mi(e))},Fi(0,()=>{const e=t(ve(n),r.current);return pr(e=>{e(f)},e[1]),n=Bi(o.current),r.current=e[0],l(),Promise.resolve()}))}),new Promise((e,t)=>{try{Promise.resolve(n).then(e,t)}catch(e){t(e)}})).then()},$=hi(f);var d;return ci(()=>ui(()=>{let e;Vr(e=>{e.Dispose()},Ee((e=r.current,i(e)?e:void 0)))}),n),fi(()=>{r.current=e[0],l(),pr(e=>{e($)},e[1])},n),d=()=>{Vr($,Ee(Bi(o.current)))},oi(e=>(d(),ui(()=>{}))),[s[0],$]}var Wi=n(1);function qi(){return(qi=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function Vi(e){this.getChildContext=function(){return e.context};var t=e.children,n=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)t.indexOf(n=i[r])>=0||(o[n]=e[n]);return o}(e,["context","children"]);return Object(Wi.c)(t,n)}function zi(){var e=new CustomEvent("_preact",{detail:{},bubbles:!0,cancelable:!0});this.dispatchEvent(e),this._vdom=Object(Wi.g)(Vi,qi({},this._props,{context:e.detail.context}),function e(t,n){if(3===t.nodeType)return t.data;if(1!==t.nodeType)return null;var r=[],o={},i=0,s=t.attributes,u=t.childNodes;for(i=s.length;i--;)"slot"!==s[i].name&&(o[s[i].name]=s[i].value,o[Zi(s[i].name)]=s[i].value);for(i=u.length;i--;){var c=e(u[i],null),a=u[i].slot;a?o[a]=Object(Wi.g)(Xi,{name:a},c):r[i]=c}var l=n?Object(Wi.g)(Xi,null,r):r;return Object(Wi.g)(n||t.nodeName.toLowerCase(),o,l)}(this,this._vdomComponent)),(this.hasAttribute("hydrate")?Wi.h:Wi.j)(this._vdom,this._root)}function Zi(e){return e.replace(/-(\w)/g,(function(e,t){return t?t.toUpperCase():""}))}function Yi(e,t,n){if(this._vdom){var r={};r[e]=n=null==n?void 0:n,r[Zi(e)]=n,this._vdom=Object(Wi.c)(this._vdom,r),Object(Wi.j)(this._vdom,this._root)}}function Ji(){Object(Wi.j)(this._vdom=null,this._root)}function Xi(e,t){var n=this;return Object(Wi.g)("slot",qi({},e,{ref:function(e){e?(n.ref=e,n._listener||(n._listener=function(e){e.stopPropagation(),e.detail.context=t},e.addEventListener("_preact",n._listener))):n.ref.removeEventListener("_preact",n._listener)}}))}function Ki(e){return Ci(e=>{},e)}function Qi(e,t){return t?new Ei(0,void 0):new Ei(1,e)}function es(e,t){return t?new Ei(1,e):new Ei(0,void 0)}function ts(e,t){return null==t?new Ei(1,e):new Ei(0,ve(t))}function ns(e,t){return Si(t=>e,t)}function rs(e,t){return 1===t.tag?e:t.fields[0]}class os{constructor(){}}function is(e,t){return new Ei(0,t)}function ss(e,t){return t}function us(e,t,n){return Ci(n,t)}new os;class cs{constructor(){}}function as(e,t){return bi.Return(is(0,t))}function ls(e,t){return bi.Delay(t)}new cs;class fs extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["GET","POST","PUT","PATCH","DELETE","HEAD","OPTIONS"]}}class $s extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Header"]}}class ds extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Empty","Text","Binary","Form"]}}class hs extends L{constructor(e,t,n,r,o,i,s){super(),this.url=e,this.method=t,this.headers=n,this.withCredentials=r,this.overridenMimeType=o,this.overridenResponseType=i,this.content=s}}class ps extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Text","Blob","ArrayBuffer","Unknown"]}}class ms extends L{constructor(e,t,n,r,o){super(),this.statusCode=0|e,this.responseText=t,this.responseType=n,this.responseHeaders=r,this.content=o}}class gs{constructor(e,t){this.k=e,this.v=t}}function ws(e,t){return new gs(e,t)}function ys(e){return e.k}function _s(e){return e.v}class vs extends gs{constructor(e,t,n,r,o){super(e,t),this.left=n,this.right=r,this.h=0|o}}function bs(e,t,n,r,o){return new vs(e,t,n,r,o)}function Es(e){return e.left}function Cs(e){return e.right}function Ss(e){return e.h}function xs(e){return function e(t,n){e:for(;;){const r=t,o=n;if(null!=o){const i=o;if(i instanceof vs){t=e(r+1,Es(i)),n=Cs(i);continue e}return r+1|0}return 0|r}}(0,e)}function Os(e,t,n,r){let o;if(null!=e){const t=e;o=t instanceof vs?Ss(t):1}else o=0;let i;if(null!=r){const e=r;i=e instanceof vs?Ss(e):1}else i=0;const s=0|(o<i?i:o);return 0===s?ws(t,n):bs(t,n,e,r,s+1)}function Ns(e,t,n,r){let o,i,s,u,c;if(null!=e){const t=e;c=t instanceof vs?Ss(t):1}else c=0;let a;if(null!=r){const e=r;a=e instanceof vs?Ss(e):1}else a=0;if(a>c+2){const s=ve(r);if(s instanceof vs){if(o=Es(s),(null!=o?(i=o,i instanceof vs?Ss(i):1):0)>c+1){const r=ve(Es(s));if(r instanceof vs)return Os(Os(e,t,n,Es(r)),ys(r),_s(r),Os(Cs(r),ys(s),_s(s),Cs(s)));throw new Error("internal error: Map.rebalance")}return Os(Os(e,t,n,Es(s)),ys(s),_s(s),Cs(s))}throw new Error("internal error: Map.rebalance")}if(c>a+2){const o=ve(e);if(o instanceof vs){if(s=Cs(o),(null!=s?(u=s,u instanceof vs?Ss(u):1):0)>a+1){const e=ve(Cs(o));if(e instanceof vs)return Os(Os(Es(o),ys(o),_s(o),Es(e)),ys(e),_s(e),Os(Cs(e),t,n,r));throw new Error("internal error: Map.rebalance")}return Os(Es(o),ys(o),_s(o),Os(Cs(o),t,n,r))}throw new Error("internal error: Map.rebalance")}return Os(e,t,n,r)}function Ps(e,t,n,r){if(null!=r){const o=r,i=0|e.Compare(t,ys(o));return o instanceof vs?i<0?Ns(Ps(e,t,n,Es(o)),ys(o),_s(o),Cs(o)):0===i?bs(t,n,Es(o),Cs(o),Ss(o)):Ns(Es(o),ys(o),_s(o),Ps(e,t,n,Cs(o))):i<0?bs(t,n,void 0,r,2):0===i?ws(t,n):bs(t,n,r,void 0,2)}return ws(t,n)}function As(e,t,n){e:for(;;){const r=e,o=t,i=n;if(null!=i){const s=i,u=0|r.Compare(o,ys(s));if(0===u)return _e(_s(s));if(s instanceof vs){e=r,t=o,n=u<0?Es(s):Cs(s);continue e}return}return}}function Ms(e,t){!function e(t,n){e:for(;;){const r=t,o=n;if(null!=o){const i=o;if(i instanceof vs){e(r,Es(i)),r(ys(i),_s(i)),t=r,n=Cs(i);continue e}r(ys(i),_s(i))}break}}(e,t)}function Ts(e,t){return function e(t,n){if(null!=n){const r=n;if(r instanceof vs){const n=e(t,Es(r)),o=t(ys(r),_s(r)),i=e(t,Cs(r));return bs(ys(r),o,n,i,Ss(r))}return ws(ys(r),t(ys(r),_s(r)))}}(e,t)}function ks(e,t,n){let r=n;Ms((e,n)=>{t[r]=[e,n],r=r+1|0},e)}function js(e,t){let n=void 0;for(let r=0;r<=t.length-1;r++){const o=t[r];n=Ps(e,o[0],o[1],n)}return n}function Ds(e,t){if(r(t))return js(e,t);if(t instanceof Jn)return function(e,t){return dr((t,n)=>Ps(e,n[0],n[1],t),void 0,t)}(e,t);{const n=c(t);try{return function(e,t,n){for(;;){const r=e,o=t,i=n;if(!i["System.Collections.IEnumerator.MoveNext"]())return o;{const s=i["System.Collections.Generic.IEnumerator`1.get_Current"]();e=r,t=Ps(r,s[0],s[1],o),n=i}}}(e,void 0,n)}finally{n.Dispose()}}}class Is extends L{constructor(e,t){super(),this.stack=e,this.started=t}}function Rs(e){e:for(;;){const t=e;if(ur(t))return or();{const n=fr(t),r=ar(t);if(null!=r){const o=r;if(o instanceof vs){e=mr([Es(o),ws(ys(o),_s(o)),Cs(o)],n);continue e}return t}e=n;continue e}}}function Fs(e){return new Is(Rs(sr(e)),!1)}function Us(e){if(e.started){const t=e.stack;if(ur(t))return function(){throw new Error("enumeration already finished")}();if(null!=ar(t)){const e=ar(t);if(e instanceof vs)throw new Error("Please report error: Map iterator, unexpected stack for current");return[ys(e),_s(e)]}throw new Error("Please report error: Map iterator, unexpected stack for current")}return function(){throw new Error("enumeration not started")}()}function Gs(e){let t=Fs(e);return{"System.Collections.Generic.IEnumerator`1.get_Current":()=>Us(t),"System.Collections.IEnumerator.get_Current":()=>Us(t),"System.Collections.IEnumerator.MoveNext":()=>function(e){if(e.started){const t=e.stack;if(ur(t))return!1;if(null!=ar(t)){if(ar(t)instanceof vs)throw new Error("Please report error: Map iterator, unexpected stack for moveNext");return e.stack=Rs(fr(t)),!ur(e.stack)}throw new Error("Please report error: Map iterator, unexpected stack for moveNext")}return e.started=!0,!ur(e.stack)}(t),"System.Collections.IEnumerator.Reset"(){t=Fs(e)},Dispose(){}}}class Ls{constructor(e,t){this.comparer=e,this.tree=t}GetHashCode(){return 0|function(e){const t=(e,t)=>(e<<1)+t+631;let n=0;const r=c(e);try{for(;r["System.Collections.IEnumerator.MoveNext"]();){const e=r["System.Collections.Generic.IEnumerator`1.get_Current"]();n=0|t(n,w(e[0])),n=0|t(n,w(e[1]))}}finally{r.Dispose()}return 0|n}(this)}Equals(e){if(!(e instanceof Ls))return!1;{const t=c(this);try{const n=c(e);try{const e=()=>{const r=t["System.Collections.IEnumerator.MoveNext"]();if(r===n["System.Collections.IEnumerator.MoveNext"]()){if(r){const r=t["System.Collections.Generic.IEnumerator`1.get_Current"](),o=n["System.Collections.Generic.IEnumerator`1.get_Current"]();return!(!b(r[0],o[0])||!b(r[1],o[1]))&&e()}return!0}return!1};return e()}finally{n.Dispose()}}finally{t.Dispose()}}}toString(){return"map ["+Hn("; ",Zr(e=>Gn("({0}, {1})",e[0],e[1]),this))+"]"}get[Symbol.toStringTag](){return"FSharpMap"}toJSON(e){return Array.from(this)}GetEnumerator(){return Gs(this.tree)}[Symbol.iterator](){return a(this.GetEnumerator())}"System.Collections.IEnumerable.GetEnumerator"(){return Gs(this.tree)}CompareTo(e){const t=this;if(e instanceof Ls)return 0|function(e,t,n){const r=kr(t);try{const t=kr(n);try{let n=0,o=r["System.Collections.IEnumerator.MoveNext"](),i=t["System.Collections.IEnumerator.MoveNext"]();for(;0===n&&o&&i;)n=0|e(r["System.Collections.Generic.IEnumerator`1.get_Current"](),t["System.Collections.Generic.IEnumerator`1.get_Current"]()),0===n&&(o=r["System.Collections.IEnumerator.MoveNext"](),i=t["System.Collections.IEnumerator.MoveNext"]());return 0|(0!==n?n:o?1:i?-1:0)}finally{t.Dispose()}}finally{r.Dispose()}}((e,n)=>{const r=0|t.comparer.Compare(e[0],n[0]);return 0|(0!==r?r:x(e[1],n[1]))},t,e);throw new Error("not comparable\\nParameter name: obj")}"System.Collections.Generic.ICollection`1.Add2B595"(e){throw new Error("Map cannot be mutated")}"System.Collections.Generic.ICollection`1.Clear"(){throw new Error("Map cannot be mutated")}"System.Collections.Generic.ICollection`1.Remove2B595"(e){throw new Error("Map cannot be mutated")}"System.Collections.Generic.ICollection`1.Contains2B595"(e){return!!Vs(this,e[0])&&b(Ws(this,e[0]),e[1])}"System.Collections.Generic.ICollection`1.CopyToZ2E171D71"(e,t){ks(this.tree,e,t)}"System.Collections.Generic.ICollection`1.get_IsReadOnly"(){return!0}"System.Collections.Generic.ICollection`1.get_Count"(){return 0|qs(this)}"System.Collections.Generic.IReadOnlyCollection`1.get_Count"(){return 0|qs(this)}get size(){return 0|qs(this)}clear(){throw new Error("Map cannot be mutated")}delete(e){throw new Error("Map cannot be mutated")}entries(){return Zr(e=>[e[0],e[1]],this)}get(e){return Ws(this,e)}has(e){return Vs(this,e)}keys(){return Zr(e=>e[0],this)}set(e,t){throw new Error("Map cannot be mutated")}values(){return Zr(e=>e[1],this)}forEach(e,t){const n=this;Vr(t=>{e(t[1],t[0],n)},n)}}function Bs(e,t){return new Ls(e,t)}function Hs(e){const t=Zn();return Bs(t,Ds(t,e))}function Ws(e,t){return function(e,t,n){const r=As(e,t,n);if(null==r)throw new Error;return ve(r)}(e.comparer,t,e.tree)}function qs(e){return xs(e.tree)}function Vs(e,t){return function(e,t,n){e:for(;;){const r=e,o=t,i=n;if(null!=i){const s=i,u=0|r.Compare(o,ys(s));if(s instanceof vs){if(u<0){e=r,t=o,n=Es(s);continue e}if(0===u)return!0;e=r,t=o,n=Cs(s);continue e}return 0===u}return!1}}(e.comparer,t,e.tree)}function zs(e,t,n){return function(e,t,n){return Bs(e.comparer,Ps(e.comparer,t,n,e.tree))}(n,e,t)}function Zs(e,t){return function(e,t){return As(e.comparer,t,e.tree)}(t,e)}function Ys(e,t){return r=e,Bs((n=t).comparer,Ts(r,n.tree));var n,r}function Js(){return Ls.empty}function Xs(e){return new $s(0,"Content-Type",e)}Ls.empty=Bs(Zn(),void 0);const Ks=new hs("",new fs(0),or(),!1,void 0,void 0,new ds(0));new ms(0,"","",Js(),new ps(0,""));function Qs(e,t){return Ln(t)?[t]:qn(t,[e],null,0)}function eu(e){return new hs(e,Ks.method,Ks.headers,Ks.withCredentials,Ks.overridenMimeType,Ks.overridenResponseType,Ks.content)}function tu(e,t){return new hs(t.url,e,t.headers,t.withCredentials,t.overridenMimeType,t.overridenResponseType,t.content)}function nu(e,t){return new hs(t.url,t.method,yr(t.headers,sr(e)),t.withCredentials,t.overridenMimeType,t.overridenResponseType,t.content)}function ru(e,t){return new hs(t.url,t.method,t.headers,t.withCredentials,t.overridenMimeType,t.overridenResponseType,e)}function ou(e){return ji(t=>{const n=new XMLHttpRequest;n.open(function(e){switch(e.tag){case 1:return"POST";case 3:return"PATCH";case 2:return"PUT";case 4:return"DELETE";case 6:return"OPTIONS";case 5:return"HEAD";default:return"GET"}}(e.method),e.url),n.onreadystatechange=()=>{let e,r,o,i,s,u;4===n.readyState&&t[0]((r=n.responseType,e=""===r||"text"===r?n.responseText:"",o=0|n.status,i=n.responseType,u=n.responseType,s=""===u||"text"===u?new ps(0,n.responseText):new ps("arraybuffer"===u?2:"blob"===u?1:3,n.response),new ms(o,e,i,function(e){const t=Zn();return Bs(t,js(t,e))}(function(e,t,n){const r=[];for(let n=0;n<=t.length-1;n++){const o=e(t[n]);if(null!=o){const e=ve(o);r.push(e)}}return"function"==typeof n?Ae(e=>e,r,n):r}(e=>{const t=gr(Qs(":",e));return ur(t)?void 0:[ar(t).toLocaleLowerCase(),Hn(":",fr(t)).trim()]},Qs("\r\n",n.getAllResponseHeaders()))),s)))};const r=c(e.headers);try{for(;r["System.Collections.IEnumerator.MoveNext"]();){const e=r["System.Collections.Generic.IEnumerator`1.get_Current"]();n.setRequestHeader(e.fields[0],e.fields[1])}}finally{r.Dispose()}n.withCredentials=e.withCredentials;const o=e.overridenMimeType;null==o||n.overrideMimeType(o);const i=e.overridenResponseType;null==i||(1===i.tag?n.responseType="blob":2===i.tag?n.responseType="arraybuffer":n.responseType="text");const s=[e.method,e.content];0===s[0].tag?n.send(_e(void 0)):1===s[1].tag||3===s[1].tag||2===s[1].tag?n.send(_e(s[1].fields[0])):n.send(_e(void 0))})}function iu(e){return Bn(e)?void 0:e}function su(e){let t,n=sn();return t=[cn(e,new B(()=>n,e=>{n=e})),n],t[0]?t[1]:void 0}function uu(e,t){!function(e,t,n,r){function o(){var t=Reflect.construct(HTMLElement,[],o);return t._vdomComponent=e,t._root=r&&r.shadow?t.attachShadow({mode:"open"}):t,t}(o.prototype=Object.create(HTMLElement.prototype)).constructor=o,o.prototype.connectedCallback=zi,o.prototype.attributeChangedCallback=Yi,o.prototype.disconnectedCallback=Ji,n=n||e.observedAttributes||Object.keys(e.propTypes||{}),o.observedAttributes=n,n.forEach((function(e){Object.defineProperty(o.prototype,e,{get:function(){return this._vdom.props[e]},set:function(t){this._vdom?this.attributeChangedCallback(e,null,t):(this._props||(this._props={}),this._props[e]=t,this.connectedCallback());var n=typeof t;null!=t&&"string"!==n&&"boolean"!==n&&"number"!==n||this.setAttribute(e,t)}})})),customElements.define(t||e.tagName||e.displayName||e.name,o)}(e,t)}function cu(e,t){return ls(0,()=>{const n=nu((r=Rn(jn("Bearer %s"))(e),new $s(0,"Authorization",r)),t);var r;const o=bi.Bind(ou(n),e=>bi.Return(new Ei(0,e)));return bi.Delay(()=>bi.Bind(o,e=>{let t;const r=e;return 1===r.tag?bi.Return(new Ei(1,r.fields[0])):bi.ReturnFrom((t=r.fields[0],429===t.statusCode||t.statusCode>=500?bi.Bind(ou(n),e=>bi.Return(new Ei(0,e))):as(0,t)))}))})}function au(e,t,n){return br(n=>{return 0===n.indexOf(e)?(r=e,o=t,n.replace(new RegExp(Sn(r),"g"),o)):void 0;var r,o},n)}class lu extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Male","Female","Intersex","Transgender","PreferNotToAnswer","Other","NotSet"]}}class fu extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Spouse","Parent","Child","Sibling","Partner","Sister","Husband","Father","Mother","Daughter","Defacto","Fiance","Boyfriend","Brother","Wife","Son","Engaged","Friend","Girlfriend","Other"]}}function $u(){return Y("DomainPrimitives.Relationship",[],fu,()=>[[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]])}function du(e){switch(e.tag){case 1:return"Parent";case 2:return"Child";case 3:return"Sibling";case 4:return"Partner";case 5:return"Sister";case 6:return"Husband";case 7:return"Father";case 8:return"Mother";case 9:return"Daughter";case 10:return"Defacto";case 11:return"Fiance";case 12:return"Boyfriend";case 13:return"Brother";case 14:return"Wife";case 15:return"Son";case 16:return"Engaged";case 17:return"Friend";case 18:return"Girlfriend";case 19:return"Other";default:return"Spouse"}}class hu extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["NSW","QLD","WA","SA","NT","VIC","TAS","ACT"]}}function pu(){return Y("DomainPrimitives.AuState",[],hu,()=>[[],[],[],[],[],[],[],[]])}const mu=/^[\(\{]{0,2}[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}[\)\}]{0,2}$/,gu=/^([0-9a-f]{8})([0-9a-f]{4})([0-9a-f]{4})([0-9a-f]{4})([0-9a-f]{12})$/,wu=/^\{0x[0-9a-f]{8},(0x[0-9a-f]{4},){2}\{(0x[0-9a-f]{2},){7}0x[0-9a-f]{2}\}\}$/;function yu(e){function t(e){return e.replace(gu,"$1-$2-$3-$4-$5")}const n=e.trim().toLowerCase();if(mu.test(n))return function(e,...t){if(0===t.length)return e.trim();const n="["+Sn(t.join(""))+"]+";return e.replace(new RegExp("^"+n),"").replace(new RegExp(n+"$"),"")}(n,"{","}","(",")");if(gu.test(n))return t(n);if(wu.test(n))return t(n.replace(/[\{\},]|0x/g,""));throw new Error("Guid should contain 32 digits with 4 dashes: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx")}function _u(e,t){try{return t.contents=yu(e),!0}catch(e){return!1}}class vu extends L{constructor(e,t,n){super(),this.FirstName=e,this.MiddleName=t,this.LastName=n}}function bu(){return Z("Dto.Primitives.Name",[],vu,()=>[["FirstName",Q],["MiddleName",J(Q)],["LastName",Q]])}function Eu(e){switch(e.tag){case 1:return"Female";case 2:return"Intersex";case 3:return"Transgender";case 4:return"PreferNotToAnswer";case 5:return"Other";case 6:return"NotSet";default:return"Male"}}class Cu extends L{constructor(e,t,n,r,o,i){super(),this.AddressLine1=e,this.AddressLine2=t,this.City=n,this.State=r,this.Postcode=o,this.CountryCode=i}}function Su(){return Z("Dto.Primitives.Address",[],Cu,()=>[["AddressLine1",Q],["AddressLine2",J(Q)],["City",Q],["State",Q],["Postcode",Q],["CountryCode",Q]])}class xu extends L{constructor(e,t,n,r,o){super(),this.FullName=e,this.Relationship=t,this.MobilePhone=n,this.Email=r,this.Address=o}}function Ou(){return Z("Dto.Primitives.EmergencyContactDto",[],xu,()=>[["FullName",Q],["Relationship",Q],["MobilePhone",Q],["Email",J(Q)],["Address",J(Su())]])}const Nu=function(){const e=[..."#C$&$&$$$$$$%-%&%=$$$$$$=$$$$D$$'$$$$$$$$$$$$%$$%$$$$&$:$*;$+$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$%$$$$$$$$$$$$$$$%$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$%$$$$&%$$$%$&%'$%$&&%$%$$$$$%$$%$$%$&$$$%%$$&'$$$$$$$$$$$$$$$$$$$$$$$$%$$$$$$$$$$$$$$$$$%$$$$$&$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*%$%%$$'$$$$$$$$h$>5'/1(*$$$4$$$$$$$$%$&$$'%$$&$$$%$4$,F$%&&$$$$$$$$$$$$$$$$$$$$$$$($$$$$%%VS$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$(%$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$%$$$$$$$$$$$$%$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$I%$)L$$%%$$P$$$%$%$$+>''%.)&%$%%.$$$%C$-8-'%$$$*$$)%%$'%-&%$1$$$$A>%|.$1-D,%$&$%$%9'$,$&$(%2$<&%$$.X8$5.2$C$Y$$$$&+'$%$*-%%-$$2$%$+%%%9$*$$&'%$$&'%%%%$$+$'%$&%%-%%)$$$$$%%$$)'%%9$*$%$%$%%$$&%'%%&&$*'$$*-%&$$-%$$,$&$9$*$%$(%$$&($%$$%$%$2%%%-$$*$)$$%$+%%%9$*$%$(%$$$$$'%%%%$*%$'%$&%%-$$)-$$$)&&$'&%$$$%&%&&&/'%$%&&$&$%$)$1-&)$$($&$+$&$:$3&$&'$&$'*%$&(%%%-*$*$$$%$+$&$:$-$(%$$$$($$%$%%*%*$$%%%-$%0%%,$&$L%$&'$&$&$$$'&$*&%%-,$)$$%$5&;$,$$%*&$'&&$$$+)-%%$/S$%*'$)$+$-%H%$$$($;$$$-$%,$%($$$)%-%'C$&2$$&%)--$$$$$$$$$$%+$G'1$($%(.$G$+$)$%('%HN%'$)$%%%$-))%%'&$&%*&'0$%%)$$$-&$%I$$($%N$$&Ŭ$'%*$$$'%L$'%D$'%*$$$'%2$\\$'%f%&,7&3-)y%)%$ʏ$$4$=$$&n&&+*0$'&.5&%,5%/0$&$%/W%$*+$%.&$&$$$%-)-))$'&$$-)F$X*(%E$$(i-B$&'%&'%$)&'$&%-A%(.O'=)-$&E:%%$%%X$$$*$$$$%+)-%$-)-)*$)%1$%b'$R$$($$($%*'-*-,,&%$A$'%%$&%-O$$%&$$&%+'G++%%&(-&&-A)%,*N%&++&$0$*'$)$%$%$(Ob0$EH]$($$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$,$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$,+)%)%++++)%)%+$$$$$$$$++1%++++++($%'$$$&&$%'$&'%%'$&+(&%&$%'$%$.()%$$$%$$$+$$($,$$'%&$$$.$$$-$($-$$%)&$$$-&$$$0&C30'$&/2%$'$%$&%&$$$%$()$$$$$$'$$'$'$%%%($'$$%$$3F$$'$%'((%'$%$%$*$B%%$$$Bį+$$$$7%*$$t$A<K)h<.8_q9Ú$,$Y+$ě$$$$$$$$$$$$$$AO($$B$$$$$$$$$$3ģ¦$$$$$$$$$$$$$$$$$$$$$$b$$$$C$$ĥS8%)J%C$R$R$$$&%$$$$$$'$$%$)%&$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$%)$$$$&$$('$%I$$($%[*$$1$:,*$*$*$*$*$*$*$*$C%$$$$&$$$$$,$%$$$$%$$$$$$$$$$($-%'$$$0%$P=$|/ù=/'$&$$$$$$$$$$$$$$%$$$$$$$$$$%$,'%$(%&$$$%$y%%%%$$}$&$(N$$%'-CG/3B$-A+$2C-J2ţ᧣c删&8$Қ&Z,K)%į$&3-%7$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&$-$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$%%i-%)+:,%$$$$$$$$$$$$$&$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$+$$$$%$$$$$$$$$$%$$$$$$$$&$$$$$$$$$$$$$$$$$$$$($($$$$$$$$$$$%$$'$$$M$$$%$*$&$'$:%%$'$&)%$$)W'+%U3%+%-)5)&$$%$-?+%:.%.$@&&$R$%'%%&0$$-'%($$,-($L)%%%%,&$+$$%-%'3$)&$$$$U$$&%%(%$$$;%$%.$%%%$%$$-)%)%),*$*$N$',$%'sF%$%$%$$$%-)⯇/:'T'ࠣᤣƑ%I*/(($$-$0$($$$%$%$34Ǝ$$3c%YK/$$%3*$$$)3$%%$$$$$$$$$$$$$$$$%$$'&&$'$$$$$$$&$$&$$$%'($ª%$$&$&$$$$$$%-%&%=$$$$$$=$$$$$$$$$%-$P%B&)%)%)%&&%$$$%$$'%-&%%/$=$6$%$2%1E(&'P&,X'4%&$0&$RP$¥@&T2$>'C',7$+$(I((A$$G'+$(MKKq%-)G'G'K+W.$³Ś,9-+»)%$$O$%&$%:$$+:%*B+,S6$%((9)&$=($c['%%3%Q$&$%(''$&$@%&'$,*,*@%$@&C+$?%'(*,Y&*9%+6(+5*'/*slZV0V*)G'+-ʼnB$M$%$%%q@-$+9.'(y8*7:,$$$X2*'7-2&$P&'%%%$'.$%<*-)&G($+$-'$%$+F$%$,%$S&,%'''$$$-$$$&$7.5$<&&%$$%)$d*$$$'$2$-$)R$&+(-)%%$+%%%9$*$%$($%$%$'%%%&%$)$((%%*&(®X&+%&$$'(-%$$$&AS&)$$'%$%%$$+-ÉR&'%'%$%:'%ES&+%$$%&$.-)06N$$$%)$$$*-Y>%&%'$('-%&$ãO&,$%$CC-,/+%$%+$%$;)$%%%$$$$$$$&,-i+%J&'%%'$$$$$>$-K)$$'+$+$)%&Q0$%&$(@\\Ī,$H$*$)$$$(--6&%A%9$$*$%$%l*$%$I)&$$%$*$$+-))$%$C($%$%$$$$*-ř6%%%Ú$28+'40$ν$(.çђ$,ɪ⇜ɜ*B$-'%A%($-S*(''$$--$*$8(6˓CC:'n'$$Z*'0c%$$$.%1+ӹM,⌚łT&4'+Ưध(0&,*-%$%$'ę-J%_%&&)++%*A'^:e&$½7/z,<ª===*$5==$$%%$%%%'$+'$$$*$.==%$'%+$*$=%$'$($$&*$============?%<$<$)<$<$)<$<$)<$<$)<$<$)$$%UȣZ'U+$1$%(2($2ճ*$4%*$%$(øP&**%-'$$ƓO'-($ԣè%,*LEE*$'-'%̴^$&$'oP$2å'$>$%$$%$$-$'$$$$)$'$$$$$$&$%$$%$$$$$$$$$$%$$%'$*$'$'$$$-$4(&$($4W%ıO'/2%2$2$H-0Ä[@0O',*%1)½Ğ(˻+0&0&/|*/7/'[+-)K+A%%q$u$ª/1%(&&(*,<**,&0*L¶$ZH-Щ꜁Eၘ.ā%ᚥ1ᵔూɁ፮$A£ē︳𐀡%𐀡"].map(e=>{var t;return(null!==(t=e.codePointAt(0))&&void 0!==t?t:0)-35}),t=[..."1.;=;78;<;6;+;<;#7;8>5>$7<8<1.;=?;>?'9<2?>?<->$;>-':-;#<#$<$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$'#$'#%$#%$#%$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#%$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$'$&>&>&>&>&>(#$#$&>#$@&$;#@>#;#@#@#$#@#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$<#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$?(*#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$@#@&;$;6@?=@(6(;(;(;(@'@';@2<;=;?(;2@;'&'(+;'(';'(2?(&(?('+'?';@2'('(@'('@+'(&?;&@(='(&(&(&(@;@'(@;@'@'@'@(2()'()(')()()'('(;+;&'()@'@'@'@'@'@'@(')(@)@)('@)@'@'(@+'=-?=';(@()@'@'@'@'@'@'@'@(@)(@(@(@(@'@'@+('(;@()@'@'@'@'@'@'@(')(@()@)(@'@'(@+;=@'(@()@'@'@'@'@'@'@(')()(@)@)(@()@'@'(@+?'-@('@'@'@'@'@'@'@'@'@'@)()@)@)(@'@)@+-?=?@()('@'@'@'@'()@(@(@(@'@'(@+@;-?'();'@'@'@'@'@(')()@()@)(@)@'@'(@+@'@()'@'@'(')(@)@)('?@')-'(@+-?'@()@'@'@'@'@'@(@)(@(@)@+@);@'('(@='&(;+;@'@'@'@'@'@'('('@'@&@(@+@'@'?;?;?(?+-?(?(?(7878)'@'@()(;('(@(@?(?@?;?;@')()()()('+;')('(')')'('()()(')+)(?#@#@#@$;&$'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@(;-@'?@#@$@6'?;'.'78@';,'@'@'(@'(;@'(@'@'@(@'()()()(;&;='(@+@-@;6;(2@+@'&'@'('('@'@'@()()@)()(@?@;+'@'@'@'@+-@?'()(@;')()(@()()()(@(+@+@;&;@(*(@()'()()()()'@+;?(?@()')()()('+'()()()()@;')()(@;+@'+'&;$@#@#;@(;()('('(')('@$&$&$&(@(#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$@#@$#$#$@#@$@#@#@#@#$#$@$%$%$%$@$#%>$>$@$#%>$@$#@>$#>@$@$#%>@.26;9:79:79;/02.;9:;5;<78;<;5;.2@2-&@-<78&-<78@&@=@(*(*(@?#?#?$#$#$?#?<#?#?#?#?#?$#$'$?$#<#$?<?$?-,#$,-?@<?<?<?<?<?<?<?<?<?<?7878?<?78?<?<?<?@?@-?-?<?<?<?<?78787878787878-?<78<7878787878<?<7878787878787878787878<7878<78<?<?<?@?@?#@$@#$#$#$#$#$#$#$#$&#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$?#$#$(#$@;-;$@$@$@'@&;@('@'@'@'@'@'@'@'@'@(;9:9:;9:;9:;6;6;9:;9:78787878;&;6;6;7;?;@?@?@?@?@.;?&',7878787878?78787878678?,()6&?,&';?@'@(>&'6';&'@'@'@?-?'?@'?@-?-?-?-?-?'?'@'&'@?@'&;'&;'+'@#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$'(*;(;&#$#$#$#$#$#$#$#$#$#$#$#$#$#$&(',(;@>&>#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$&$#$#$#$#$#$#$#$&>#$#$'#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$@#$#$#$@#$'&$'('('(')()?(@-?=?@';@)')(@;+@(';';'(+'(;'()@;'@()'()()();@&+@;'(&'+'@'()()(@'('()@+@;'&'?')()'('('('('('@'&;')();'&)(@'@'@'@'@'@$>&$&>@$')()();)(@+@'@'@'@34'@'@$@$@'('<'@'@'@'@'@'>@'87@'@'@'=?@(;78;@(;657878787878787878;78;5;@;6787878;<6<@;=;@'@'@2@;=;78;<;6;+;<;#7;8>5>$7<8<78;78;'&'&'@'@'@'@'@=<>?=@?<?@2?@'@'@'@'@'@'@'@;@-@?,-?-?@?@?@?(@'@'@(-@'-@',',@'(@'@;'@';,@#$'@+@#@$@'@'@;@'@'@'@'@'@'@'@'@'@;-'?-'@-@'@'@-'-@;'@;@'@-'-@-'(@(@('@'@'@(@(-@;@'-;'-@'?'(@-;@'@;'@-'@-'@;@-@'@#@$@-'(@+@-@'@(6@'@'-'@'(-;@'-@'@)()'(;@-+@()')()(;2;@2@'@+@('()(@+;')'@'(;'@()')()';(;)(+';';@-@'@')()()(;(@'@'@'@'@';@'()(@+@()@'@'@'@'@'@'@(')()@)@)@'@)@')@(@(@')()()(';+;@;('@')()()()(';'@+@')(@)()(;'(@')()()(;'@+@;@'()()()('@+@'@()()(@+-;?@')()(;@#$+-@'@'@'@'@')@)@()(')')(;@+@'@')(@()(';')@'('()'(;(@'()('()(;';@'@'@')(@()(';@+-@;'@(@)()()(@'@'@'(@(@(@('(@+@'@'@')@(@)()('@+@'();@'@-?=?@;'@,@;@'@'@2@'@'@'@+@;@'@(;@'(;?&;?@+@-@'@'@#$-;@'@(')@(&@&;&(@)@'@'@'@'@'@'@'@'@'@'@'@?(;2@?@?@?)(?)2(?(?(?@?(?@-@?@-@#$#$@$#$#@#@#@#@#@#$@$@$@$#$#@#@#@#@$#@#@#@#@#@$#$#$#$#$#$#$@#<$<$#<$<$#<$<$#<$<$#<$<$#$@+?(?(?(?(?;@(@(@(@(@(@(@(@'@(&@+@'?@'(+@=@'@-(@#$(&@+@;@-?-=-@-?-@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@<@?@?@?@?@?@?@-?@?@?@?@?@?@?>?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@+@'@'@'@'@'@'@'@2@2@(@4@4@"].map(e=>{var t;return(null!==(t=e.codePointAt(0))&&void 0!==t?t:0)-35}),n=new Uint32Array(e),r=new Uint8Array(t);for(let e=1;e<n.length;++e)n[e]+=n[e-1];return e=>{let t=n.length,o=0;for(;t-o>1;){const r=Math.floor((t+o)/2),i=n[r];if(e<i)t=r;else{if(e===i){t=o=r;break}i<e&&(o=r)}}return r[o]}}();function Pu(e,t){if(t>=0&&t<e.length)return e.charCodeAt(t);throw new Error("Index out of range.")}const Au=e=>function(e,t){return 0!=(1<<Mu(e,t)&256)}(e,0);function Mu(e,t){const n=Pu(e,t);return Nu(n)}class Tu extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Saving","Loading"]}}function ku(e){return 1===e.tag?"We ran an into an issue loading your details. Please try refreshing the page.":"We ran an into an issue saving your details. Please try saving again by clicking on the Submit button."}function ju(e){return j(e)}function Du(){return vr(e=>[e,ju(e)],wr(Zr(e=>we(e,[]),fe(pu()))))}function Iu(e){return br(t=>t[1]===e?t[0]:void 0,Du())}function Ru(e){return 0===e.indexOf("+")?e:Rn(Dn("+%P()",[e]))}function Fu(e){return 0===e.indexOf("04")?Rn(Dn("+61%P()",[zn(e,1)])):Ru(e)}function Uu(e){return Ru(Vn(e=>Au(e),e))}function Gu(e,t){return bi.Bind(t,t=>bi.Return(ns(e,t)))}function Lu(e,t){return function(e,t,n){e:for(;;){const r=e,o=t,i=n;if(ur(i))return r;{const s=ss(0,()=>xi(e=>us(0,r,t=>yr(t,sr(e))),o(ar(i))))();if(1===s.tag)return s;e=s,t=o,n=fr(i);continue e}}}(new Ei(0,or()),e,t)}class Bu extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Required","MaxLen","MinLen","Regex","NumbersOnly","DuSelection","Email","Date","DateOfBirth","PhoneNumber"]}}class Hu extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Over100","Under13"]}}function Wu(e){return Bn(e)?new Ei(1,new Bu(0)):new Ei(0,void 0)}function qu(e,t){return t.length>e?new Ei(1,new Bu(1,e)):new Ei(0,void 0)}function Vu(e,t){return ss(0,()=>{const n=bn(e,864e5*1);let r;const o=vn(n)-vn(t)|0;return r=En(hn(t),function(e,t){const n=yn(e),r=vn(e)+t,o=dn(r,n);return an(r,n,Math.min(o,pn(e)),mn(e),wn(e),_n(e),gn(e),e.kind)}(n,Le(o)))>0?o-1:o,xi(()=>us(0,Qi(new Bu(8,new Hu(0)),r<100),()=>{}),Qi(new Bu(8,new Hu(1)),r>=13))})()}function zu(e,t){return null!=xn(t,e)?new Ei(0,void 0):new Ei(1,new Bu(3))}function Zu(e){return ns(new Bu(7),zu("^\\d{4}\\-(0?[1-9]|1[012])\\-(0?[1-9]|[12][0-9]|3[01])$",e))}function Yu(e,t){return Ki(Lu(e=>e(t),e))}const Ju=e=>Yu(gr([e=>Wu(e),e=>qu(60,e),e=>zu("(^[A-Za-zÀ-ÖØ-öø-ÿĀ-ž])[A-Za-zÀ-ÖØ-öø-ÿĀ-ž\\-\\ ']{0,59}$",e)]),e);function Xu(e){return null!=e?Yu(gr([e=>qu(60,e),e=>zu("(^[A-Za-zÀ-ÖØ-öø-ÿĀ-ž])[A-Za-zÀ-ÖØ-öø-ÿĀ-ž\\-\\ ']{0,59}$",e)]),e):new Ei(0,void 0)}const Ku=e=>Yu(gr([e=>Wu(e),e=>qu(60,e),e=>zu("(^[0-9A-Za-z])[0-9A-Za-z\\-\\ '\\/\\,\\.]{0,59}$",e)]),e);const Qu=e=>Yu(gr([e=>Wu(e),e=>{return t=e,ns(new Bu(6),zu("^[^@\\ ]+@[^@\\ ]+\\.[^@\\ ]+$",t));var t},e=>qu(60,e)]),e);function ec(e){return null!=e?Yu(gr([Qu,e=>qu(60,e)]),e):new Ei(0,void 0)}function tc(e){return(t=ln(),e=>Yu(sr(e=>Vu(t,e)),e))(e);var t}const nc=e=>Yu(gr([e=>Wu(e),e=>qu(60,e),e=>zu("(^[A-Za-z])[A-Za-z\\-\\ ]{0,59}$",e)]),e),rc=e=>Yu(gr([e=>Wu(e),e=>qu(4,e),e=>{return Vn(e=>Au(e),t=e)===t?new Ei(0,void 0):new Ei(1,new Bu(4));var t}]),e);function oc(e){return e<0?Math.ceil(e):Math.floor(e)}function ic(e=0,t=0,n=0,r=0,o=0){switch(arguments.length){case 1:return sc(arguments[0]);case 3:e=0,t=arguments[0],n=arguments[1],r=arguments[2],o=0}return 864e5*e+36e5*t+6e4*n+1e3*r+o}function sc(e){return Yt(Bt(e,1e4))}function uc(e,t="c",n){if(-1===["c","g","G"].indexOf(t))throw new Error("Custom formats are not supported");const r=Math.abs(function(e){return oc(e/864e5)}(e)),o=Math.abs(function(e){return oc(e%864e5/36e5)}(e)),i=Math.abs(function(e){return oc(e%36e5/6e4)}(e)),s=Math.abs(function(e){return oc(e%6e4/1e3)}(e)),u=Math.abs(function(e){return oc(e%1e3)}(e));return`${e<0?"-":""}${0!==r||"c"!==t&&"g"!==t?"c"===t?r+".":r+":":""}${"g"===t?o:f(o,2)}:${f(i,2)}:${f(s,2)}${0!==u||"c"!==t&&"g"!==t?"g"===t?"."+f(u,3):"."+function(e,t,n){let r=e.toString(10);for(;r.length<t;)r="0"+r;for(;r.length<n;)r+="0";return r}(u,3,7):""}`}function cc(e,t){try{return t.contents=function(e){const t=e.search("\\."),n=e.search("\\:");if(-1===t&&-1===n){const t=parseInt(e,0);if(isNaN(t))throw new Error(`String '${e}' was not recognized as a valid TimeSpan.`);return ic(t,0,0,0,0)}if(n>0){const t=/^(-?)((\d+)\.)?(?:0*)([0-9]|0[0-9]|1[0-9]|2[0-3]):(?:0*)([0-5][0-9]|[0-9])(:(?:0*)([0-5][0-9]|[0-9]))?\.?(\d+)?$/.exec(e);if(null!=t&&null!=t[4]&&null!=t[5]){let n=0,r=0,o=0;const i=null!=t[1]&&"-"===t[1]?-1:1,s=+t[4],u=+t[5];if(null!=t[3]&&(n=+t[3]),null!=t[7]&&(o=+t[7]),null!=t[8])switch(t[8].length){case 1:r=100*+t[8];break;case 2:r=10*+t[8];break;case 3:r=+t[8];break;case 4:r=+t[8]/10;break;case 5:r=+t[8]/100;break;case 6:r=+t[8]/1e3;break;case 7:r=+t[8]/1e4;break;default:throw new Error(`String '${e}' was not recognized as a valid TimeSpan.`)}return i*ic(n,s,u,o,r)}}throw new Error(`String '${e}' was not recognized as a valid TimeSpan.`)}(e),!0}catch(e){return!1}}const ac=0,lc=1,fc=2,$c=3,dc=4;function hc(e,t){return e.replace(/[a-z]?[A-Z]/g,e=>1===e.length?e.toLowerCase():e.charAt(0)+t+e.charAt(1).toLowerCase())}function pc(e,t=ac){const n={},r=t;function o(e){throw new Error("Cannot infer key and value of "+String(e))}function i(e,t,r){e=function(e,t){switch(t){case lc:return e.charAt(0).toLowerCase()+e.slice(1);case fc:return hc(e,"_");case $c:return hc(e,"_").toUpperCase();case dc:return hc(e,"-");case ac:default:return e}}(e,t),n[e]=r}for(let t of e){let e=ac;if(null==t&&o(t),t instanceof D){const n=t.cases()[t.tag];t=0===t.fields.length?n:[n].concat(t.fields),e=r}if(Array.isArray(t))switch(t.length){case 0:o(t);break;case 1:i(t[0],e,!0);break;case 2:const n=t[1];i(t[0],e,n);break;default:i(t[0],e,t.slice(1))}else"string"==typeof t?i(t,e,!0):o(t)}return n}function mc(e,t,n){return!!e.has(t)&&(n.contents=e.get(t),!0)}function gc(e,t){return!t.has(e)&&(t.add(e),!0)}function wc(e,t){if(e.has(t))return e.get(t);throw new Error(`The given key '${t}' was not present in the dictionary.`)}class yc extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["BadPrimitive","BadPrimitiveExtra","BadType","BadField","BadPath","TooSmallArray","FailMessage","BadOneOf"]}}class _c extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["PascalCase","CamelCase","SnakeCase"]}}class vc{constructor(){this.cache=new Map([])}}function bc(){return new vc}bc(),bc();function Ec(e){return e.slice(void 0,1).toLowerCase()+e.slice(1,e.length)}function Cc(e,t){switch(e.tag){case 2:return function(e,t,n,r,o=0){if("string"==typeof e){const n=e;e=Cn(t,null!=r?r:0),t=n,r=void 0}if("function"==typeof n)return r=null==r?-1:r,t.substring(0,o)+t.substring(o).replace(e,(function(){let e=arguments[0];if(r){r--;const t=[],o=arguments.length,i="string"!=typeof arguments[o-1];let s=i?o-3:o-2;for(let e=0;e<s;e++)t.push(arguments[e]);t.index=arguments[s++],t.input=arguments[s++],i&&(t.groups=arguments[s]),e=n(t)}return e}));if(n=n.replace(/\$0/g,e=>"$&").replace(/\${([^}]+)}/g,"$<$1>"),null!=r){let i;const s=t.substring(o),u=On(e,s),c=On.length>r?(i=u[r-1],s.substring(0,i.index+i[0].length)):s;return t.substring(0,o)+c.replace(e,n)+t.substring(o+c.length)}return t.replace(e,n)}(Ec(t),"[A-Z]","_$0").toLowerCase();case 0:return t;default:return Ec(t)}}function Sc(e){return Array.from(e)}function xc(e){return String(e)}function Oc(e){return String(e)}function Nc(e){return String(e)}function Pc(e){return String(e)}function Ac(){return null}function Mc(e,t){return JSON.stringify(t,A(2,null),_e(e))}function Tc(e){return t=>{return n=Se(e,t),r=()=>null,null!=n?ve(n):r();var n,r}}function kc(e,t,n,r){const o=new B(null),i=zs(te(r),o,e);let s;if(pe(r)){const e=Ae(e=>{const r=Cc(t,ee(e)),o=jc(i,t,n,e[1]);return t=>i=>{const s=t[e[0]];return(!n||n&&null!=s)&&(i[r]=o(s)),i}},$e(r));s=t=>qr(A(2,k(e=>n=>n(t,e),[0,[0,2]])),{},e)}else{if(!he(r)){let e;const t=te(r);throw e=Rn(jn("Cannot generate auto encoder for %s. Please pass an extra encoder."))(t),new Error(e)}s=e=>{const o=function(e,t){const n=fe(t)[e.tag];if(null==n)throw new Error(`Cannot find case ${e.name} in union type`);return[n,e.fields]}(e,r),s=o[0],u=o[1],c=0|u.length;if(0===c)return ee(s);{const e=0|c,r=ge(s),o=Pe(new Array(e+1),0,e+1,null);o[0]=ee(s);for(let s=1;s<=e;s++){const e=jc(i,t,n,r[s-1][1]);o[s]=e(u[s-1])}return o}}}return o.contents=s,s}function jc(e,t,n,r){const o=te(r),i=Zs(o,e);if(null==i){if(ne(r)){const o=jc(e,t,n,re(r));return e=>Sc(Zr(o,e))}if(ie(r)){const e=te(ue(r));if("System.SByte"===e)return e=>xc(e);if("System.Byte"===e)return e=>Oc(e);if("System.Int16"===e)return e=>Nc(e);if("System.UInt16"===e)return e=>Pc(e);if("System.Int32"===e)return e=>e;if("System.UInt32"===e)return e=>e;{const e=te(r),t=Fn(jn("Cannot generate auto encoder for %s.\nThoth.Json.Net only support the folluwing enum types:\n- sbyte\n- byte\n- int16\n- uint16\n- int\n- uint32\nIf you can't use one of these types, please pass an extra encoder.\n "))(e);return e=>t(e)}}if(oe(r)){if(me(r)){const o=Ae(r=>jc(e,t,n,r),de(r));return e=>Sc(Yr((e,t)=>o[e](t),e))}{const o=te(se(r));if("Microsoft.FSharp.Core.FSharpOption`1[System.Object]"===o){const o=new l(()=>Tc(jc(e,t,n,q(r)[0])));return e=>null==e?null:o.Value(e)}if("Microsoft.FSharp.Collections.FSharpList`1[System.Object]"===o||"Microsoft.FSharp.Collections.FSharpSet`1[System.Object]"===o){const o=jc(e,t,n,q(r)[0]);return e=>Sc(Zr(o,e))}if("Microsoft.FSharp.Collections.FSharpMap`2[System.Object,System.Object]"===o){const o=q(r)[0],i=jc(e,t,n,q(r)[1]);if("System.String"===te(o)||"System.Guid"===te(o))return e=>qr((e,t)=>{const n=t;return e[n[0]]=i(n[1]),e},{},e);{let r;const s=jc(e,t,n,o);return r=e=>s(e),e=>Sc(Zr(e=>{const t=e;return[r(t[0]),i(t[1])]},e))}}return kc(e,t,n,r)}}return"System.Boolean"===o?e=>e:"Microsoft.FSharp.Core.Unit"===o?Ac:"System.String"===o?e=>e:"System.SByte"===o?e=>xc(e):"System.Byte"===o?e=>Oc(e):"System.Int16"===o?e=>Nc(e):"System.UInt16"===o?e=>Pc(e):"System.Int32"===o?e=>e:"System.UInt32"===o?e=>e:"System.Double"===o?e=>e:"System.Single"===o?e=>e:"System.DateTime"===o?e=>rn(e,"O"):"System.DateTimeOffset"===o?e=>rn(e,"O"):"System.TimeSpan"===o?e=>uc(e):"System.Guid"===o?e=>e:"System.Object"===o?e=>e:kc(e,t,n,r)}{const e=i;return t=>e.contents(t)}}function Dc(e){return null!=e?Ys((e,t)=>new B(t[0]),e.Coders):Js()}function Ic(e,t,n,r){const o=Ce(t,new _c(0)),i=Ce(r,!0);return jc(Dc(n),o,i,e)}function Rc(e,t){Fc(t);const n=new Date(e);return n.offset=null!=t?t:-6e4*(new Date).getTimezoneOffset(),n}function Fc(e){if(null!=e&&0!==e){if(e%6e4!=0)throw new Error("Offset must be specified in whole minutes.");if(Math.abs(e/36e5)>14)throw new Error("Offset must be within plus or minus 14 hours.")}}function Uc(e,t){try{return t.contents=function(e){const t=un(e),n=Xt.exec(e),r=null==n?-6e4*t.getTimezoneOffset():"Z"===n[0]?0:36e5*parseInt(n[1],10)+6e4*parseInt(n[2],10);return Rc(t.getTime(),r)}(e),!0}catch(e){return!1}}class Gc{constructor(e){this.k=e}}function Lc(e){return new Gc(e)}function Bc(e){return e.k}class Hc extends Gc{constructor(e,t,n,r){super(e),this.left=t,this.right=n,this.h=0|r}}function Wc(e,t,n,r){return new Hc(e,t,n,r)}function qc(e){return e.left}function Vc(e){return e.right}function zc(e){return e.h}function Zc(e){return function e(t,n){e:for(;;){const r=t,o=n;if(null!=r){const i=r;if(i instanceof Hc){t=qc(i),n=e(Vc(i),o+1);continue e}return o+1|0}return 0|o}}(e,0)}function Yc(e,t,n){let r;if(null!=e){const t=e;r=t instanceof Hc?zc(t):1}else r=0;let o;if(null!=n){const e=n;o=e instanceof Hc?zc(e):1}else o=0;const i=0|(r<o?o:r);return 0===i?Lc(t):Wc(t,e,n,i+1)}function Jc(e,t,n){let r,o,i,s,u;if(null!=e){const t=e;u=t instanceof Hc?zc(t):1}else u=0;let c;if(null!=n){const e=n;c=e instanceof Hc?zc(e):1}else c=0;if(c>u+2){const i=ve(n);if(i instanceof Hc){if(r=qc(i),(null!=r?(o=r,o instanceof Hc?zc(o):1):0)>u+1){const n=ve(qc(i));if(n instanceof Hc)return Yc(Yc(e,t,qc(n)),Bc(n),Yc(Vc(n),Bc(i),Vc(i)));throw new Error("internal error: Set.rebalance")}return Yc(Yc(e,t,qc(i)),Bc(i),Vc(i))}throw new Error("internal error: Set.rebalance")}if(u>c+2){const r=ve(e);if(r instanceof Hc){if(i=Vc(r),(null!=i?(s=i,s instanceof Hc?zc(s):1):0)>c+1){const e=ve(Vc(r));if(e instanceof Hc)return Yc(Yc(qc(r),Bc(r),qc(e)),Bc(e),Yc(Vc(e),t,n));throw new Error("internal error: Set.rebalance")}return Yc(qc(r),Bc(r),Yc(Vc(r),t,n))}throw new Error("internal error: Set.rebalance")}return Yc(e,t,n)}function Xc(e,t,n){if(null!=n){const r=n,o=0|e.Compare(t,Bc(r));if(r instanceof Hc)return o<0?Jc(Xc(e,t,qc(r)),Bc(r),Vc(r)):0===o?n:Jc(qc(r),Bc(r),Xc(e,t,Vc(r)));{const o=0|e.Compare(t,Bc(r));return o<0?Wc(t,void 0,n,2):0===o?n:Wc(t,n,void 0,2)}}return Lc(t)}function Kc(e,t,n){e:for(;;){const r=e,o=t,i=n;if(null!=i){const s=i,u=0|r.Compare(o,Bc(s));if(s instanceof Hc){if(u<0){e=r,t=o,n=qc(s);continue e}if(0===u)return!0;e=r,t=o,n=Vc(s);continue e}return 0===u}return!1}}function Qc(e,t){e:for(;;){const n=e,r=t;if(null!=r){const o=r;if(o instanceof Hc){Qc(n,qc(o)),n(Bc(o)),e=n,t=Vc(o);continue e}n(Bc(o))}break}}class ea extends L{constructor(e,t){super(),this.stack=e,this.started=t}}function ta(e){e:for(;;){const t=e;if(ur(t))return or();{const n=ar(t),r=fr(t);if(null!=n){const o=n;if(o instanceof Hc){e=mr([qc(o),Lc(Bc(o)),Vc(o)],r);continue e}return t}e=r;continue e}}}function na(e){return new ea(ta(sr(e)),!1)}function ra(e){if(e.started){const t=e.stack;if(ur(t))return function(){throw new Error("Enumeration already started")}();if(null!=ar(t)){return Bc(ar(t))}throw new Error("Please report error: Set iterator, unexpected stack for current")}return function(){throw new Error("Enumeration not started")}()}function oa(e){let t=na(e);return{"System.Collections.Generic.IEnumerator`1.get_Current":()=>ra(t),"System.Collections.IEnumerator.get_Current":()=>ra(t),"System.Collections.IEnumerator.MoveNext":()=>function(e){if(e.started){const t=e.stack;if(ur(t))return!1;if(null!=ar(t)){if(ar(t)instanceof Hc)throw new Error("Please report error: Set iterator, unexpected stack for moveNext");return e.stack=ta(fr(t)),!ur(e.stack)}throw new Error("Please report error: Set iterator, unexpected stack for moveNext")}return e.started=!0,!ur(e.stack)}(t),"System.Collections.IEnumerator.Reset"(){t=na(e)},Dispose(){}}}function ia(e,t,n){return null==t?null==n?0:-1:null==n?1:0|function(e,t,n){e:for(;;){const r=e,o=t,i=n,s=[o,i];if(ur(s[0]))return ur(s[1])?0:-1;if(ur(s[1]))return 1;if(null!=ar(s[1]))if(null!=ar(s[0])){const u=ar(s[0]),c=ar(s[1]);if(u instanceof Hc)if(null==qc(u)){if(!(c instanceof Hc)){const o=0|r.Compare(Bc(u),Bc(c));if(0!==o)return 0|o;e=r,t=ir(Vc(u),fr(s[0])),n=ir(void 0,fr(s[1]));continue e}if(null==qc(c)){const o=0|r.Compare(Bc(u),Bc(c));if(0!==o)return 0|o;e=r,t=ir(Vc(u),fr(s[0])),n=ir(Vc(c),fr(s[1]));continue e}{const s=[o,i];let u,c,a,l,f;switch(ur(s[0])?ur(s[1])?u=2:null!=ar(s[1])?(u=1,l=fr(s[1]),f=ar(s[1])):u=2:null!=ar(s[0])?(u=0,c=fr(s[0]),a=ar(s[0])):ur(s[1])?u=2:null!=ar(s[1])?(u=1,l=fr(s[1]),f=ar(s[1])):u=2,u){case 0:if(a instanceof Hc){e=r,t=mr([qc(a),Wc(Bc(a),void 0,Vc(a),0)],c),n=i;continue e}e=r,t=mr([void 0,Lc(Bc(a))],c),n=i;continue e;case 1:if(f instanceof Hc){e=r,t=o,n=mr([qc(f),Wc(Bc(f),void 0,Vc(f),0)],l);continue e}e=r,t=o,n=mr([void 0,Lc(Bc(f))],l);continue e;case 2:throw new Error("unexpected state in SetTree.compareStacks")}}}else{const s=[o,i];let u,c,a,l,f;switch(ur(s[0])?ur(s[1])?u=2:null!=ar(s[1])?(u=1,l=fr(s[1]),f=ar(s[1])):u=2:null!=ar(s[0])?(u=0,c=fr(s[0]),a=ar(s[0])):ur(s[1])?u=2:null!=ar(s[1])?(u=1,l=fr(s[1]),f=ar(s[1])):u=2,u){case 0:if(a instanceof Hc){e=r,t=mr([qc(a),Wc(Bc(a),void 0,Vc(a),0)],c),n=i;continue e}e=r,t=mr([void 0,Lc(Bc(a))],c),n=i;continue e;case 1:if(f instanceof Hc){e=r,t=o,n=mr([qc(f),Wc(Bc(f),void 0,Vc(f),0)],l);continue e}e=r,t=o,n=mr([void 0,Lc(Bc(f))],l);continue e;case 2:throw new Error("unexpected state in SetTree.compareStacks")}}else{if(!(c instanceof Hc)){const o=0|r.Compare(Bc(u),Bc(c));if(0!==o)return 0|o;e=r,t=fr(s[0]),n=fr(s[1]);continue e}if(null==qc(c)){const o=0|r.Compare(Bc(u),Bc(c));if(0!==o)return 0|o;e=r,t=ir(void 0,fr(s[0])),n=ir(Vc(c),fr(s[1]));continue e}{const s=[o,i];let u,c,a,l,f;switch(ur(s[0])?ur(s[1])?u=2:null!=ar(s[1])?(u=1,l=fr(s[1]),f=ar(s[1])):u=2:null!=ar(s[0])?(u=0,c=fr(s[0]),a=ar(s[0])):ur(s[1])?u=2:null!=ar(s[1])?(u=1,l=fr(s[1]),f=ar(s[1])):u=2,u){case 0:if(a instanceof Hc){e=r,t=mr([qc(a),Wc(Bc(a),void 0,Vc(a),0)],c),n=i;continue e}e=r,t=mr([void 0,Lc(Bc(a))],c),n=i;continue e;case 1:if(f instanceof Hc){e=r,t=o,n=mr([qc(f),Wc(Bc(f),void 0,Vc(f),0)],l);continue e}e=r,t=o,n=mr([void 0,Lc(Bc(f))],l);continue e;case 2:throw new Error("unexpected state in SetTree.compareStacks")}}}}else{ar(s[1]);const u=[o,i];let c,a,l,f,$;switch(ur(u[0])?ur(u[1])?c=2:null!=ar(u[1])?(c=1,f=fr(u[1]),$=ar(u[1])):c=2:null!=ar(u[0])?(c=0,a=fr(u[0]),l=ar(u[0])):ur(u[1])?c=2:null!=ar(u[1])?(c=1,f=fr(u[1]),$=ar(u[1])):c=2,c){case 0:if(l instanceof Hc){e=r,t=mr([qc(l),Wc(Bc(l),void 0,Vc(l),0)],a),n=i;continue e}e=r,t=mr([void 0,Lc(Bc(l))],a),n=i;continue e;case 1:if($ instanceof Hc){e=r,t=o,n=mr([qc($),Wc(Bc($),void 0,Vc($),0)],f);continue e}e=r,t=o,n=mr([void 0,Lc(Bc($))],f);continue e;case 2:throw new Error("unexpected state in SetTree.compareStacks")}}else{if(null==ar(s[0])){e=r,t=fr(s[0]),n=fr(s[1]);continue e}{ar(s[0]);const u=[o,i];let c,a,l,f,$;switch(ur(u[0])?ur(u[1])?c=2:null!=ar(u[1])?(c=1,f=fr(u[1]),$=ar(u[1])):c=2:null!=ar(u[0])?(c=0,a=fr(u[0]),l=ar(u[0])):ur(u[1])?c=2:null!=ar(u[1])?(c=1,f=fr(u[1]),$=ar(u[1])):c=2,c){case 0:if(l instanceof Hc){e=r,t=mr([qc(l),Wc(Bc(l),void 0,Vc(l),0)],a),n=i;continue e}e=r,t=mr([void 0,Lc(Bc(l))],a),n=i;continue e;case 1:if($ instanceof Hc){e=r,t=o,n=mr([qc($),Wc(Bc($),void 0,Vc($),0)],f);continue e}e=r,t=o,n=mr([void 0,Lc(Bc($))],f);continue e;case 2:throw new Error("unexpected state in SetTree.compareStacks")}}}break}}(e,sr(t),sr(n))}function sa(e,t,n){let r=n;Qc(e=>{t[r]=e,r=r+1|0},e)}function ua(e,t){return Te((t,n)=>Xc(e,n,t),void 0,t)}function ca(e,t){if(r(t))return ua(e,t);if(t instanceof Jn)return function(e,t){return dr((t,n)=>Xc(e,n,t),void 0,t)}(e,t);{const n=c(t);try{return function(e,t,n){for(;;){const r=e,o=t,i=n;if(!i["System.Collections.IEnumerator.MoveNext"]())return o;e=r,t=Xc(r,i["System.Collections.Generic.IEnumerator`1.get_Current"](),o),n=i}}(e,void 0,n)}finally{n.Dispose()}}}class aa{constructor(e,t){this.comparer=e,this.tree=t}GetHashCode(){return 0|function(e){let t,n=0;const r=c(e);try{for(;r["System.Collections.IEnumerator.MoveNext"]();){const e=r["System.Collections.Generic.IEnumerator`1.get_Current"]();n=0|(t=0|w(e),(n<<1)+t+631)}}finally{r.Dispose()}return 0|Math.abs(n)}(this)}Equals(e){return e instanceof aa&&0===ia(fa(this),$a(this),$a(e))}toString(){return"set ["+Hn("; ",Zr(e=>j(e),this))+"]"}get[Symbol.toStringTag](){return"FSharpSet"}toJSON(e){return Array.from(this)}CompareTo(e){return 0|ia(fa(this),$a(this),$a(e))}"System.Collections.Generic.ICollection`1.Add2B595"(e){throw new Error("ReadOnlyCollection")}"System.Collections.Generic.ICollection`1.Clear"(){throw new Error("ReadOnlyCollection")}"System.Collections.Generic.ICollection`1.Remove2B595"(e){throw new Error("ReadOnlyCollection")}"System.Collections.Generic.ICollection`1.Contains2B595"(e){return Kc(fa(this),e,$a(this))}"System.Collections.Generic.ICollection`1.CopyToZ2E171D71"(e,t){sa($a(this),e,t)}"System.Collections.Generic.ICollection`1.get_IsReadOnly"(){return!0}"System.Collections.Generic.ICollection`1.get_Count"(){return 0|da(this)}"System.Collections.Generic.IReadOnlyCollection`1.get_Count"(){return 0|da(this)}GetEnumerator(){return oa($a(this))}[Symbol.iterator](){return a(this.GetEnumerator())}"System.Collections.IEnumerable.GetEnumerator"(){return oa($a(this))}get size(){return 0|da(this)}add(e){throw new Error("Set cannot be mutated")}clear(){throw new Error("Set cannot be mutated")}delete(e){throw new Error("Set cannot be mutated")}has(e){return ha(this,e)}keys(){return Zr(e=>e,this)}values(){return Zr(e=>e,this)}entries(){return Zr(e=>[e,e],this)}forEach(e,t){const n=this;Vr(t=>{e(t,t,n)},n)}}function la(e,t){return new aa(e,t)}function fa(e){return e.comparer}function $a(e){return e.tree}function da(e){return Zc($a(e))}function ha(e,t){return Kc(fa(e),t,$a(e))}function pa(e,t){return la(t,ca(t,e))}function ma(e,t,n){try{return"Expecting "+e+" but instead got:"+(n?"\n":" ")+JSON.stringify(t,null,4)}catch(t){return"Expecting "+e+" but decoder failed. Couldn't report given value due to circular structure."+(n?"\n":" ")}}function ga(e,t){const n=2===t.tag?ma(t.fields[0],t.fields[1],!0):1===t.tag?ma(t.fields[0],t.fields[1],!1)+"\nReason: "+t.fields[2]:3===t.tag?ma(t.fields[0],t.fields[1],!0):4===t.tag?ma(t.fields[0],t.fields[1],!0)+"\nNode `"+t.fields[2]+"` is unkown.":5===t.tag?"Expecting "+t.fields[0]+".\n"+JSON.stringify(t.fields[1],null,4):7===t.tag?"The following errors were found:\n\n"+Hn("\n\n",t.fields[0]):6===t.tag?"The following `failure` occurred with the decoder: "+t.fields[0]:ma(t.fields[0],t.fields[1],!1);return 7===t.tag?n:"Error at: `"+e+"`\n"+n}function wa(e,t,n){const r=t(e,n);if(1===r.tag){const e=r.fields[0];return new Ei(1,ga(e[0],e[1]))}return new Ei(0,r.fields[0])}function ya(e,t){try{return wa("$",e,JSON.parse(t))}catch(e){if(e instanceof SyntaxError)return new Ei(1,"Given an invalid JSON: "+e.message);throw e}}const _a=e=>t=>{const n=e,r=t;if("number"==typeof r){const e=r;return isFinite(e)&&Math.floor(e)===e?-128<=e&&e<=127?new Ei(0,(e+128&255)-128):new Ei(1,[n,new yc(1,"a sbyte",e,"Value was either too large or too small for a sbyte")]):new Ei(1,[n,new yc(1,"a sbyte",e,"Value is not an integral value")])}if("string"==typeof r){let e,t=0;return e=[Ge(r,511,!1,8,new B(()=>t,e=>{t=0|e})),t],e[0]?new Ei(0,e[1]):new Ei(1,[n,new yc(0,"a sbyte",r)])}return new Ei(1,[n,new yc(0,"a sbyte",r)])},va=e=>t=>{const n=e,r=t;if("number"==typeof r){const e=r;return isFinite(e)&&Math.floor(e)===e?0<=e&&e<=255?new Ei(0,255&e):new Ei(1,[n,new yc(1,"a byte",e,"Value was either too large or too small for a byte")]):new Ei(1,[n,new yc(1,"a byte",e,"Value is not an integral value")])}if("string"==typeof r){let e,t=0;return e=[Ge(r,511,!0,8,new B(()=>t,e=>{t=e})),t],e[0]?new Ei(0,e[1]):new Ei(1,[n,new yc(0,"a byte",r)])}return new Ei(1,[n,new yc(0,"a byte",r)])},ba=e=>t=>{const n="an int16",r=e,o=t;if("number"==typeof o){const e=o;return isFinite(e)&&Math.floor(e)===e?-32768<=e&&e<=32767?new Ei(0,(e+32768&65535)-32768):new Ei(1,[r,new yc(1,n,e,"Value was either too large or too small for "+n)]):new Ei(1,[r,new yc(1,n,e,"Value is not an integral value")])}if("string"==typeof o){let e,t=0;return e=[Ge(o,511,!1,16,new B(()=>t,e=>{t=0|e})),t],e[0]?new Ei(0,e[1]):new Ei(1,[r,new yc(0,n,o)])}return new Ei(1,[r,new yc(0,n,o)])},Ea=e=>t=>{const n="an uint16",r=e,o=t;if("number"==typeof o){const e=o;return isFinite(e)&&Math.floor(e)===e?0<=e&&e<=65535?new Ei(0,65535&e):new Ei(1,[r,new yc(1,n,e,"Value was either too large or too small for "+n)]):new Ei(1,[r,new yc(1,n,e,"Value is not an integral value")])}if("string"==typeof o){let e,t=0;return e=[Ge(o,511,!0,16,new B(()=>t,e=>{t=e})),t],e[0]?new Ei(0,e[1]):new Ei(1,[r,new yc(0,n,o)])}return new Ei(1,[r,new yc(0,n,o)])},Ca=e=>t=>{const n=e,r=t;if("number"==typeof r){const e=r;return isFinite(e)&&Math.floor(e)===e?-2147483648<=e&&e<=2147483647?new Ei(0,~~e):new Ei(1,[n,new yc(1,"an int",e,"Value was either too large or too small for an int")]):new Ei(1,[n,new yc(1,"an int",e,"Value is not an integral value")])}if("string"==typeof r){let e,t=0;return e=[Ge(r,511,!1,32,new B(()=>t,e=>{t=0|e})),t],e[0]?new Ei(0,e[1]):new Ei(1,[n,new yc(0,"an int",r)])}return new Ei(1,[n,new yc(0,"an int",r)])},Sa=e=>t=>{const n="an uint32",r=e,o=t;if("number"==typeof o){const e=o;return isFinite(e)&&Math.floor(e)===e?0<=e&&e<=4294967295?new Ei(0,e>>>0):new Ei(1,[r,new yc(1,n,e,"Value was either too large or too small for "+n)]):new Ei(1,[r,new yc(1,n,e,"Value is not an integral value")])}if("string"==typeof o){let e,t=0;return e=[Ge(o,511,!0,32,new B(()=>t,e=>{t=e})),t],e[0]?new Ei(0,e[1]):new Ei(1,[r,new yc(0,n,o)])}return new Ei(1,[r,new yc(0,n,o)])};function xa(e,t){if("string"==typeof t){let r,o=sn();return r=[cn(t,new B(()=>o,e=>{o=e})),o],r[0]?new Ei(0,1===(n=r[1]).kind?n:on(n.getTime(),1)):new Ei(1,[e,new yc(0,"a datetime",t)])}return new Ei(1,[e,new yc(0,"a datetime",t)]);var n}function Oa(e,t){if("string"==typeof t){let n,r=Rc(-621355968e5,0);return n=[Uc(t,new B(()=>r,e=>{r=e})),r],n[0]?new Ei(0,n[1]):new Ei(1,[e,new yc(0,"a datetimeoffset",t)])}return new Ei(1,[e,new yc(0,"a datetime",t)])}function Na(e,t,n,r){let o;const i=n+".["+d(e)+"]";if(Array.isArray(r)){const n=r;return e<n.length?t(i,n[e]):new Ei(1,[i,new yc(5,"a longer array. Need index `"+d(e)+"` but there are only `"+(o=n.length,d(o)+"` entries"),r)])}return new Ei(1,[i,new yc(0,"an array",r)])}function Pa(e,t,n){if(Array.isArray(n)){let r=-1;return Ci(e=>hr(e),Te((n,o)=>{if(r=r+1|0,0===n.tag){const i=e(t+".["+d(r)+"]",o);return 0===i.tag?new Ei(0,ir(i.fields[0],n.fields[0])):new Ei(1,i.fields[0])}return n},new Ei(0,or()),n))}return new Ei(1,[t,new yc(0,"a list",n)])}function Aa(e,t,n){if(Array.isArray(n)){let r=-1;const o=n;return Te((n,o)=>{if(r=r+1|0,0===n.tag){const i=n.fields[0],s=e(t+".["+d(r)+"]",o);return 0===s.tag?(i[r]=s.fields[0],new Ei(0,i)):new Ei(1,s.fields[0])}return n},new Ei(0,Pe(new Array(o.length),0,o.length,null)),o)}return new Ei(1,[t,new yc(0,"an array",n)])}function Ma(e,t,n){return new Ei(0,e)}function Ta(e,t,n,r){const o=t(n,r);return 0===o.tag?e(o.fields[0],n,r):new Ei(1,o.fields[0])}function ka(e,t,n,r){const o=t(n,r);return 1===o.tag?new Ei(1,o.fields[0]):new Ei(0,e(o.fields[0]))}function ja(e,t){let n;const r=e;return n=e=>t=>Na(0,r,e,t),e=>r=>Ta(A(3,e=>{let n;const r=t;return n=e=>t=>Na(1,r,e,t),t=>r=>Ta((t,n,r)=>Ma([e,t]),A(2,n),t,r)}),A(2,n),e,r)}function Da(e){return Hs(e)}function Ia(e,t,n,r){let o,i;return t.length!==r.length?new Ei(1,[n,new yc(6,(o=0|r.length,i=0|t.length,Rn(jn("Expected %i %s but got %i"))(i)(e)(o)))]):je(A(3,k(e=>t=>r=>0===r.tag?Ci(e=>ir(e,r.fields[0]),t(n,e)):r,[0,[0,2],0])),r,t,new Ei(0,or()))}function Ra(e,t,n,r,o,i){const s=(u=e=>ee(e)===r,fe(n).find(u));var u;if(null!=s){const n=s;return 0===i.length?new Ei(0,we(n,[])):Ci(e=>we(n,$r(e)),Ia("union fields",Ae(n=>Ua(e,t,!1,n[1]),ge(n)),o,i))}return new Ei(1,[o,new yc(6,"Cannot find case "+r+" in "+te(n))])}function Fa(e,t,n,r){const o=new B(null),i=zs(te(r),o,e);let s;if(pe(r)){const e=Ae(e=>[Cc(t,ee(e)),Ua(i,t,!1,e[1])],$e(r));s=t=>n=>Ci(e=>function(e,t){const n=$e(e);if(n.length!==t.length)throw new Error(`Expected an array of length ${n.length} but got ${t.length}`);return null!=e.construct?new e.construct(...t):n.reduce((e,[n,r],o)=>(e[n]=t[o],e),{})}(r,$r(e)),function(e,t,n){return null===n||Object.getPrototypeOf(n||!1)!==Object.prototype?new Ei(1,[t,new yc(0,"an object",n)]):ke(A(2,e=>{const r=e[0];return o=>0===o.tag?Ci(e=>ir(e,o.fields[0]),e[1](t+"."+r)(n[r])):o}),e,new Ei(0,or()))}(e,t,n))}else if(he(r))s=e=>n=>{if("string"==typeof n)return Ra(i,t,r,n,e,[]);if(Array.isArray(n)){const o=n;return Ra(i,t,r,o[0],e,o.slice(1,o.length))}return new Ei(1,[e,new yc(0,"a string or array",n)])};else{if(!n){let e;const t=te(r);throw e=Rn(jn("Cannot generate auto decoder for %s. Please pass an extra decoder."))(t),new Error(e)}s=e=>t=>new Ei(1,[e,new yc(2,"an extra coder for "+te(r),t)])}return o.contents=s,s}function Ua(e,t,n,r){let o;const i=te(r),s=Zs(i,e);if(null==s){if(ne(r)){const n=Ua(e,t,!1,re(r));return e=>t=>Aa(A(2,n),e,t)}if(ie(r)){const e=te(ue(r));if("System.SByte"===e)return e=>t=>{const n=r,o=e,i=t,s=_a(o)(i);if(1===s.tag)return new Ei(1,s.fields[0]);{const e=s.fields[0];return Hr(e,ce(n),{Equals:(e,t)=>e===t,GetHashCode:e=>m(e)})?new Ei(0,le(n,e.toString())):new Ei(1,[o,new yc(1,te(n),i,"Unkown value provided for the enum")])}};if("System.Byte"===e)return e=>t=>{const n=r,o=e,i=t,s=va(o)(i);if(1===s.tag)return new Ei(1,s.fields[0]);{const e=s.fields[0];return Hr(e,ce(n),{Equals:(e,t)=>e===t,GetHashCode:e=>m(e)})?new Ei(0,le(n,e.toString())):new Ei(1,[o,new yc(1,te(n),i,"Unkown value provided for the enum")])}};if("System.Int16"===e)return e=>t=>{const n=r,o=e,i=t,s=ba(o)(i);if(1===s.tag)return new Ei(1,s.fields[0]);{const e=s.fields[0];return Hr(e,ce(n),{Equals:(e,t)=>e===t,GetHashCode:e=>m(e)})?new Ei(0,le(n,(u=(u=e)<0&&null!=c&&10!==c?65535+u+1:u).toString(c))):new Ei(1,[o,new yc(1,te(n),i,"Unkown value provided for the enum")])}var u,c};if("System.UInt16"===e)return e=>t=>{const n=r,o=e,i=t,s=Ea(o)(i);if(1===s.tag)return new Ei(1,s.fields[0]);{const e=s.fields[0];return Hr(e,ce(n),{Equals:(e,t)=>e===t,GetHashCode:e=>m(e)})?new Ei(0,le(n,e.toString())):new Ei(1,[o,new yc(1,te(n),i,"Unkown value provided for the enum")])}};if("System.Int32"===e)return e=>t=>{const n=r,o=e,i=t,s=Ca(o)(i);if(1===s.tag)return new Ei(1,s.fields[0]);{const e=s.fields[0];return Hr(e,ce(n),{Equals:(e,t)=>e===t,GetHashCode:e=>m(e)})?new Ei(0,le(n,d(e))):new Ei(1,[o,new yc(1,te(n),i,"Unkown value provided for the enum")])}};if("System.UInt32"===e)return e=>t=>{const n=r,o=e,i=t,s=Sa(o)(i);if(1===s.tag)return new Ei(1,s.fields[0]);{const e=s.fields[0];return Hr(e,ce(n),{Equals:(e,t)=>e===t,GetHashCode:e=>m(e)})?new Ei(0,le(n,e.toString())):new Ei(1,[o,new yc(1,te(n),i,"Unkown value provided for the enum")])}};{const e=te(r),t=Fn(jn("Cannot generate auto decoder for %s.\nThoth.Json.Net only support the folluwing enum types:\n- sbyte\n- byte\n- int16\n- uint16\n- int\n- uint32\nIf you can't use one of these types, please pass an extra decoder.\n "))(e);return e=>{const n=t(e);return e=>n(e)}}}if(oe(r)){if(me(r)){const n=Ae(n=>Ua(e,t,!1,n),de(r));return e=>t=>Array.isArray(t)?Ci(e=>$r(e),Ia("tuple elements",n,e,t)):new Ei(1,[e,new yc(0,"an array",t)])}{const i=te(se(r));if("Microsoft.FSharp.Core.FSharpOption`1[System.Object]"===i){const n=Ua(e,t,!0,q(r)[0]);return e=>t=>{return r=A(2,n),o=e,null==(i=t)?new Ei(0,void 0):Ci(e=>_e(e),r(o,i));var r,o,i}}if("Microsoft.FSharp.Collections.FSharpList`1[System.Object]"===i){const n=Ua(e,t,!1,q(r)[0]);return e=>t=>Pa(A(2,n),e,t)}if("Microsoft.FSharp.Collections.FSharpMap`2[System.Object,System.Object]"===i){const n=Ua(e,t,!1,q(r)[0]),i=Ua(e,t,!1,q(r)[1]);let s;const u=gr([e=>t=>function(e,t,n,r){return null===r||Object.getPrototypeOf(r||!1)!==Object.prototype?new Ei(1,[n,new yc(0,"an object",r)]):qr((o,i)=>{if(0===o.tag){const s=e(n,i);if(0===s.tag){const e=t(n+"."+i,r[i]);return 0===e.tag?new Ei(0,ir([s.fields[0],e.fields[0]],o.fields[0])):new Ei(1,e.fields[0])}return new Ei(1,s.fields[0])}return o},new Ei(0,or()),Object.keys(r))}(A(2,n),A(2,i),e,t),(o=ja(A(2,n),A(2,i)),e=>t=>Pa(A(2,o),e,t))]);return s=e=>t=>{return n=e,r=t,((e,t)=>{e:for(;;){const o=e,i=t;if(ur(o))return new Ei(1,[n,new yc(7,i)]);{const s=wa(n,A(2,ar(o)),r);if(1===s.tag){e=fr(o),t=yr(i,sr(s.fields[0]));continue e}return new Ei(0,s.fields[0])}}})(u,or());var n,r},e=>t=>ka(e=>Da(e),A(2,s),e,t)}if("Microsoft.FSharp.Collections.FSharpSet`1[System.Object]"===i){const n=Ua(e,t,!1,q(r)[0]);return e=>t=>{const r=Aa(A(2,n),e,t);return 0===r.tag?new Ei(0,pa(r.fields[0],{Compare:(e,t)=>x(e,t)})):new Ei(1,r.fields[0])}}return Fa(e,t,n,r)}}return"System.Boolean"===i?e=>t=>{return n=e,"boolean"==typeof(r=t)?new Ei(0,r):new Ei(1,[n,new yc(0,"a boolean",r)]);var n,r}:"Microsoft.FSharp.Core.Unit"===i?e=>t=>{return n=e,null==(r=t)?new Ei(0,void 0):new Ei(1,[n,new yc(0,"null",r)]);var n,r}:"System.String"===i?e=>t=>{return n=e,"string"==typeof(r=t)?new Ei(0,r):new Ei(1,[n,new yc(0,"a string",r)]);var n,r}:"System.SByte"===i?_a:"System.Byte"===i?va:"System.Int16"===i?ba:"System.UInt16"===i?Ea:"System.Int32"===i?Ca:"System.UInt32"===i?Sa:"System.Double"===i?e=>t=>{return n=e,"number"==typeof(r=t)?new Ei(0,r):new Ei(1,[n,new yc(0,"a float",r)]);var n,r}:"System.Single"===i?e=>t=>{return n=e,"number"==typeof(r=t)?new Ei(0,r):new Ei(1,[n,new yc(0,"a float32",r)]);var n,r}:"System.DateTime"===i?e=>t=>xa(e,t):"System.DateTimeOffset"===i?e=>t=>Oa(e,t):"System.TimeSpan"===i?e=>t=>function(e,t){if("string"==typeof t){let n,r=0;return n=[cc(t,new B(()=>r,e=>{r=e})),r],n[0]?new Ei(0,n[1]):new Ei(1,[e,new yc(0,"a timespan",t)])}return new Ei(1,[e,new yc(0,"a timespan",t)])}(e,t):"System.Guid"===i?e=>t=>function(e,t){if("string"==typeof t){let n,r="00000000-0000-0000-0000-000000000000";return n=[_u(t,new B(()=>r,e=>{r=e})),r],n[0]?new Ei(0,n[1]):new Ei(1,[e,new yc(0,"a guid",t)])}return new Ei(1,[e,new yc(0,"a guid",t)])}(e,t):"System.Object"===i?e=>e=>new Ei(0,e):Fa(e,t,n,r)}{const e=s;return t=>n=>e.contents(t)(n)}}function Ga(e){return null!=e?Ys((e,t)=>new B(t[1]),e.Coders):Js()}function La(e,t,n){const r=Ce(t,new _c(0));return Ua(Ga(n),r,!1,e)}class Ba extends L{constructor(e,t,n,r,o,i,s){super(),this.Name=e,this.Title=t,this.Gender=n,this.Email=r,this.MobilePhone=o,this.DateOfBirth=i,this.Address=s}}function Ha(){return Z("Dto.Api.Backend.Common.FullProfileDto",[],Ba,()=>[["Name",bu()],["Title",Q],["Gender",Q],["Email",Q],["MobilePhone",Q],["DateOfBirth",Q],["Address",Su()]])}function Wa(){return(Wa=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function qa(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}function Va(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var za,Za=n(2),Ya=n.n(Za),Ja=n(3),Xa=n.n(Ja);function Ka(e,t){return void 0===e&&(e=""),void 0===t&&(t=za),t?e.split(" ").map((function(e){return t[e]||e})).join(" "):e}var Qa="object"==typeof window&&window.Element||function(){};Ya.a.oneOfType([Ya.a.string,Ya.a.func,function(e,t,n){if(!(e[t]instanceof Qa))return new Error("Invalid prop `"+t+"` supplied to `"+n+"`. Expected prop to be an instance of Element. Validation failed.")},Ya.a.shape({current:Ya.a.any})]);var el=Ya.a.oneOfType([Ya.a.func,Ya.a.string,Ya.a.shape({$$typeof:Ya.a.symbol,render:Ya.a.func}),Ya.a.arrayOf(Ya.a.oneOfType([Ya.a.func,Ya.a.string,Ya.a.shape({$$typeof:Ya.a.symbol,render:Ya.a.func})]))]),tl=["in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","onEnter","onEntering","onEntered","onExit","onExiting","onExited"];"undefined"==typeof window||!window.document||window.document.createElement;var nl=n(4);function rl(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 ol(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?rl(Object(n),!0).forEach((function(t){Va(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):rl(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var il=ol(ol({},nl.Transition.propTypes),{},{children:Ya.a.oneOfType([Ya.a.arrayOf(Ya.a.node),Ya.a.node]),tag:el,baseClass:Ya.a.string,baseClassActive:Ya.a.string,className:Ya.a.string,cssModule:Ya.a.object,innerRef:Ya.a.oneOfType([Ya.a.object,Ya.a.string,Ya.a.func])}),sl=ol(ol({},nl.Transition.defaultProps),{},{tag:"div",baseClass:"fade",baseClassActive:"show",timeout:150,appear:!0,enter:!0,exit:!0,in:!0});function ul(e){var t,n,r,o=e.tag,i=e.baseClass,s=e.baseClassActive,u=e.className,c=e.cssModule,a=e.children,l=e.innerRef,f=qa(e,["tag","baseClass","baseClassActive","className","cssModule","children","innerRef"]),$=function(e,t){for(var n,r=Array.isArray(t)?t:[t],o=r.length,i={};o>0;)i[n=r[o-=1]]=e[n];return i}(f,tl),d=(t=f,n=tl,r={},Object.keys(t).forEach((function(e){-1===n.indexOf(e)&&(r[e]=t[e])})),r);return ni.default.createElement(nl.Transition,$,(function(e){var t="entered"===e,n=Ka(Xa()(u,i,t&&s),c);return ni.default.createElement(o,Wa({className:n},d,{ref:l}),a)}))}ul.propTypes=il,ul.defaultProps=sl;var cl=ul;function al(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 ll(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?al(Object(n),!0).forEach((function(t){Va(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):al(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var fl={children:Ya.a.node,className:Ya.a.string,closeClassName:Ya.a.string,closeAriaLabel:Ya.a.string,cssModule:Ya.a.object,color:Ya.a.string,fade:Ya.a.bool,isOpen:Ya.a.bool,toggle:Ya.a.func,tag:el,transition:Ya.a.shape(cl.propTypes),innerRef:Ya.a.oneOfType([Ya.a.object,Ya.a.string,Ya.a.func])},$l={color:"success",isOpen:!0,tag:"div",closeAriaLabel:"Close",fade:!0,transition:ll(ll({},cl.defaultProps),{},{unmountOnExit:!0})};function dl(e){var t=e.className,n=e.closeClassName,r=e.closeAriaLabel,o=e.cssModule,i=e.tag,s=e.color,u=e.isOpen,c=e.toggle,a=e.children,l=e.transition,f=e.fade,$=e.innerRef,d=qa(e,["className","closeClassName","closeAriaLabel","cssModule","tag","color","isOpen","toggle","children","transition","fade","innerRef"]),h=Ka(Xa()(t,"alert","alert-"+s,{"alert-dismissible":c}),o),p=Ka(Xa()("close",n),o),m=ll(ll(ll({},cl.defaultProps),l),{},{baseClass:f?l.baseClass:"",timeout:f?l.timeout:0});return ni.default.createElement(cl,Wa({},d,m,{tag:i,className:h,in:u,role:"alert",innerRef:$}),c?ni.default.createElement("button",{type:"button",className:p,"aria-label":r,onClick:c},ni.default.createElement("span",{"aria-hidden":"true"},"×")):null,a)}dl.propTypes=fl,dl.defaultProps=$l;var hl=dl;class pl extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Tag","CSSModule","Color","Transition","IsOpen","Toggle","Custom"]}}class ml extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Success","Failure","Info"]}}function gl(e){switch(e.tag){case 0:return new pl(2,"success");case 2:return new pl(2,"info");default:return new pl(2,"danger")}}function wl(e){switch(e.tag){case 0:case 2:default:return e.fields[0]}}function yl(e,t){Di(bi.Delay(()=>{return bi.Bind((t=5e3,yi(e=>{let n;const r=setTimeout(()=>{e.cancelToken.removeListener(n),e.onSuccess(void 0)},t);n=e.cancelToken.addListener(()=>{clearTimeout(r),e.onCancel(new gi)})})),()=>(e(),bi.Zero()));var t}),t)}function _l(e){const t=e.hideAlert,n=e.alert,r=Pi();return ai(()=>{yl(t,r)}),function(e,t){const n=pc(Jr(e=>6===e.tag?e.fields[0]:or(),e),1),r=pc(Br(e=>6===e.tag?void 0:e,e),1);return ni.createElement(hl,Object.assign({},n,r),...t)}([gl(n),new pl(5,()=>{Ai(r),t()})],[wl(n)])}class vl extends L{constructor(e,t,n,r,o,i,s){super(),this.Name=e,this.Email=t,this.MobilePhone=n,this.Title=r,this.Gender=o,this.DateOfBirth=i,this.Address=s}}class bl extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Full","Partial"]}}function El(){return Y("Dto.Api.Backend.Read.ProfileDto",[],bl,()=>[[["Item",Ha()]],[["Item",Z("Dto.Api.Backend.Read.PartialProfileDto",[],vl,()=>[["Name",bu()],["Email",Q],["MobilePhone",J(Q)],["Title",J(Q)],["Gender",J(Q)],["DateOfBirth",J(Q)],["Address",J(Su())]])]]])}class Cl extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Success","EmailNotUnique"]}}function Sl(){return Y("Dto.Api.Backend.Read.ProfileUpdateStatus",[],Cl,()=>[[],[]])}class xl extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["HasNotStartedYet","InProgress","Resolved","Failed"]}}function Ol(e,t){const n=di(Pi());return li(()=>ui(()=>{Ai(n.current)})),hi(r=>{Mi(n.current)||Di(bi.Delay(()=>bi.TryWith(bi.Delay(()=>(t(new xl(1)),bi.Bind(e(r),e=>(t(new xl(2,e)),bi.Zero())))),e=>(t(new xl(3,e)),bi.Zero()))),n.current)})}function Nl(e){return su(e)}function Pl(){return gr([[new lu(0),"Male"],[new lu(1),"Female"],[new lu(2),"Intersex"],[new lu(3),"Transgender"],[new lu(4),"Prefer not to answer"],[new lu(5),"Other"]])}function Al(e){return br(t=>t[1]===e?t[0]:void 0,Pl())}class Ml extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Mr","Miss","Mrs","Ms","Dr","Prof"]}}function Tl(){return gr([[new Ml(0),"Mr"],[new Ml(1),"Miss"],[new Ml(2),"Mrs"],[new Ml(3),"Ms"],[new Ml(4),"Dr"],[new Ml(5),"Prof"]])}function kl(e){return br(t=>t[1]===e?t[0]:void 0,Tl())}class jl extends L{constructor(e,t,n,r,o,i){super(),this.FirstName=e,this.MiddleName=t,this.LastName=n,this.Title=r,this.DateOfBirth=o,this.Gender=i}}const Dl=new jl("","","",void 0,void 0,void 0);class Il extends L{constructor(e,t,n,r,o,i,s){super(),this.Email=e,this.MobileNumber=t,this.StreetAddress=n,this.Suburb=r,this.State=o,this.Postcode=i,this.NonUniqueEmails=s}}const Rl=new Il("","","","",void 0,"",or());class Fl extends L{constructor(e,t){super(),this.Identification=e,this.ContactDetails=t}}const Ul=new Fl(Dl,Rl);function Gl(e){return ss(0,()=>xi(t=>xi(n=>xi(r=>us(0,Ci(e=>function(e){return rn(e,"yyyy-MM-dd")}(e),ts("DateOfBirth missing",e.Identification.DateOfBirth)),o=>new Ba(new vu(e.Identification.FirstName.trim(),iu(e.Identification.MiddleName.trim()),e.Identification.LastName.trim()),r,t,e.ContactDetails.Email.trim(),Fu(e.ContactDetails.MobileNumber),o,new Cu(e.ContactDetails.StreetAddress.trim(),void 0,e.ContactDetails.Suburb.trim(),n,e.ContactDetails.Postcode.trim(),"AU"))),Ci(e=>function(e){return j(e)}(e),ts("Title missing",e.Identification.Title))),Ci(e=>ju(e),ts("State missing",e.ContactDetails.State))),Ci(e=>Eu(e),ts("Gender missing",e.Identification.Gender))))()}function Ll(e){if(1===e.tag){const t=e.fields[0];return new Fl(new jl(t.Name.FirstName,Ce(t.Name.MiddleName,""),t.Name.LastName,xe(e=>kl(e),t.Title),xe(e=>Nl(e),t.DateOfBirth),xe(e=>Al(e),t.Gender)),new Il(t.Email,Uu(Ce(t.MobilePhone,"")),Ce(Se(e=>e.AddressLine1,t.Address),""),Ce(Se(e=>e.City,t.Address),""),xe(e=>Iu(e.State),t.Address),Ce(Se(e=>e.Postcode,t.Address),""),or()))}{const t=e.fields[0];return new Fl(new jl(t.Name.FirstName,Ce(t.Name.MiddleName,""),t.Name.LastName,kl(t.Title),Nl(t.DateOfBirth),Al(t.Gender)),new Il(t.Email,Uu(t.MobilePhone),t.Address.AddressLine1,t.Address.City,Iu(t.Address.State),t.Address.Postcode,or()))}}class Bl extends L{constructor(e,t,n,r){super(),this.FormModel=e,this.CurrentAlert=t,this.ExistingProfile=n,this.SaveStatus=r}}class Hl extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["SetIdentification","SetContactDetails","GetProfileCallback","SaveStarted","SaveFinished","ShowAlert","HideAlert"]}}class Wl{constructor(e,t,n){this.OnNext=e,this.OnError=t||(e=>{}),this.OnCompleted=n||(()=>{})}}class ql{constructor(){this.delegates=[]}Add(e){this._addHandler(e)}get Publish(){return this}Trigger(e,t){let n,r;void 0===t?(n=null,r=e):(n=e,r=t),this.delegates.forEach(e=>1===e.length?e(r):e(n,r))}AddHandler(e){this._addHandler(e)}RemoveHandler(e){this._removeHandler(e)}Subscribe(e){const t="function"==typeof e?e:e.OnNext;return this._addHandler(t),{Dispose:()=>{this._removeHandler(t)}}}_addHandler(e){this.delegates.push(e)}_removeHandler(e){const t=this.delegates.indexOf(e);t>-1&&this.delegates.splice(t,1)}}var Vl=ql;var zl=class{constructor(e){this._enabled=!1,this._isDisposed=!1,this._intervalId=0,this._timeoutId=0,this.Interval=e&&e>0?e:100,this.AutoReset=!0,this._elapsed=new Vl}Elapsed(){return this._elapsed}get Enabled(){return this._enabled}set Enabled(e){this._isDisposed||this._enabled===e||(this._enabled=e,this._enabled?this.AutoReset?this._intervalId=setInterval(()=>{this.AutoReset||(this.Enabled=!1),this._elapsed.Trigger(new Date)},this.Interval):this._timeoutId=setTimeout(()=>{this.Enabled=!1,this._timeoutId=0,this.AutoReset&&(this.Enabled=!0),this._elapsed.Trigger(new Date)},this.Interval):(this._timeoutId&&(clearTimeout(this._timeoutId),this._timeoutId=0),this._intervalId&&(clearInterval(this._intervalId),this._intervalId=0)))}Dispose(){this.Enabled=!1,this._isDisposed=!0}Close(){this.Dispose()}Start(){this.Enabled=!0}Stop(){this.Enabled=!1}};function Zl(e,t){let n,r=new zl(e);r.AutoReset=!1,n=r,function(e,t){t.Subscribe(new Wl(e))}(t,n.Elapsed()),n.Enabled=!0,n.Start()}function Yl(){return or()}function Jl(e){return sr(t=>{t(e)})}function Xl(e,t,n,r,o){return sr(i=>{e(bi.Delay(()=>bi.Bind(ki(t(n)),e=>{const t=e;return i(1===t.tag?o(t.fields[0]):r(t.fields[0])),bi.Zero()})))})}function Kl(e){Zl(0,t=>{Di(e)})}function Ql(e){return Rn(Dn("%s%P()/profiles/backend/profiles",[e]))}function ef(e,t){return Gu(new Tu(1),ls(0,()=>{const n=cu(t,tu(new fs(0),eu(Ql(e))));return bi.Delay(()=>bi.Bind(n,e=>{let t;const n=e;return 1===n.tag?bi.Return(new Ei(1,n.fields[0])):bi.ReturnFrom((t=n.fields[0],200===t.statusCode?bi.Return((r=t.responseText,ya(A(2,La(El(),new _c(1),void 0)),r))):bi.Return(new Ei(1,""))));var r}))}))}function tf(e,t,n){return Gu(new Tu(0),ls(0,()=>{let r;const o=cu(t,(r=ru(new ds(1,function(e){return Mc(0,Ic(Ha(),new _c(1),void 0,void 0)(e))}(n)),tu(new fs(2),eu(Ql(e)))),nu(Xs("application/json"),r)));return bi.Delay(()=>bi.Bind(o,e=>{let t;const n=e;return 1===n.tag?bi.Return(new Ei(1,n.fields[0])):bi.ReturnFrom((t=n.fields[0],200===t.statusCode?bi.Return((r=t.responseText,ya(A(2,La(Sl(),new _c(1),void 0)),r))):bi.Return(new Ei(1,""))));var r}))}))}class nf{constructor(e,t){const n=new B(null);this.comparer=t,n.contents=this,this.hashMap=new Map([]),this["init@8-2"]=1;const r=c(e);try{for(;r["System.Collections.IEnumerator.MoveNext"]();)uf(n.contents,r["System.Collections.Generic.IEnumerator`1.get_Current"]())}finally{r.Dispose()}}get[Symbol.toStringTag](){return"HashSet"}toJSON(e){return Array.from(this)}"System.Collections.IEnumerable.GetEnumerator"(){return c(this)}GetEnumerator(){return c(Dr(this.hashMap.values()))}[Symbol.iterator](){return a(this.GetEnumerator())}"System.Collections.Generic.ICollection`1.Add2B595"(e){uf(this,e)}"System.Collections.Generic.ICollection`1.Clear"(){of(this)}"System.Collections.Generic.ICollection`1.Contains2B595"(e){return cf(this,e)}"System.Collections.Generic.ICollection`1.CopyToZ2E171D71"(e,t){zr((n,r)=>{e[t+n]=r},this)}"System.Collections.Generic.ICollection`1.get_Count"(){return 0|sf(this)}"System.Collections.Generic.ICollection`1.get_IsReadOnly"(){return!1}"System.Collections.Generic.ICollection`1.Remove2B595"(e){return af(this,e)}get size(){return 0|sf(this)}add(e){return uf(this,e),this}clear(){of(this)}delete(e){return af(this,e)}has(e){return cf(this,e)}keys(){return Zr(e=>e,this)}values(){return Zr(e=>e,this)}entries(){return Zr(e=>[e,e],this)}forEach(e,t){const n=this;Vr(t=>{e(t,t,n)},n)}}function rf(e,t){const n=0|e.comparer.GetHashCode(t);let r,o=null;return r=[mc(e.hashMap,n,new B(()=>o,e=>{o=e})),o],r[0]?[!0,n,r[1].findIndex(n=>e.comparer.Equals(t,n))]:[!1,n,-1]}function of(e){e.hashMap.clear()}function sf(e){let t=0,n=c(e.hashMap.values());try{for(;n["System.Collections.IEnumerator.MoveNext"]();){t=t+n["System.Collections.Generic.IEnumerator`1.get_Current"]().length|0}}finally{n.Dispose()}return 0|t}function uf(e,t){const n=rf(e,t);let r;switch(r=n[0]&&n[2]>-1?0:1,r){case 0:return!1;case 1:if(n[0]){wc(e.hashMap,n[1]).push(t);return!0}return e.hashMap.set(n[1],[t]),!0}}function cf(e,t){const n=rf(e,t);let r;switch(r=n[0]&&n[2]>-1?0:1,r){case 0:return!0;case 1:return!1}}function af(e,t){const n=rf(e,t);let r;switch(r=n[0]&&n[2]>-1?0:1,r){case 0:return wc(e.hashMap,n[1]).splice(n[2],1),!0;case 1:return!1}}Symbol.toStringTag,Symbol.iterator;function lf(e,t){return jr(()=>{const n=new nf([],t);return Wr(e=>gc(e,n),e)})}function ff(e){const t=ni.useState(e);return[t[0],e=>{t[1](e)}]}class $f extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Required","MaxLen","MinLen","Regex","CustomRule"]}}function df(e){const t=e.values();return n=Fr(jr(()=>Jr(e=>{const t=e[0],n=vr(t=>Gn(t,e[1]),function(e,t){const n=Kn(),r=dr((t,n)=>{const r=e(n);if(null==r)return t;{const e=new Jn(ve(r),void 0);return t.tail=e,e}},n,t),o=Kn();return r.tail=o,rr(n)}(e=>1===e.tag?e.fields[0]:void 0,vr(e=>{switch(e.tag){case 1:return n=e.fields[0],t.value.length>n?new Ei(1,Rn(jn("{0} exceeds the max length of %i"))(n)):new Ei(0,void 0);case 2:return function(e,t){return t.length<e?new Ei(1,Rn(jn("{0} must be at least %i characters"))(e)):new Ei(0,void 0)}(e.fields[0],t.value);case 3:return function(e,t,n){return null!=xn(n,e)?new Ei(0,void 0):new Ei(1,Rn(jn("{0} is not a valid %s"))(t))}(e.fields[0],e.fields[1],t.value);case 4:return e.fields[0];default:return function(e){return Bn(e)?new Ei(1,"{0} is required"):new Ei(0,void 0)}(t.value)}var n},e[2])));return Lr(cr(n)>0?(t.classList.add("error"),t.setAttribute("title",Cr(0,n)),Ir()):(t.classList.remove("error"),t.removeAttribute("title"),Ir()),jr(()=>n))},t))),Fr(lf(n,{Equals:(e,t)=>e===t,GetHashCode:e=>p(e)}));var n}function hf(e){let t=c(e.values());try{for(;t["System.Collections.IEnumerator.MoveNext"]();){const e=t["System.Collections.Generic.IEnumerator`1.get_Current"]()[0];e.classList.remove("error"),e.removeAttribute("title")}}finally{t.Dispose()}}function pf(){const e=ni.useRef(new Map([])).current,t=ff(or()),n=t[1],r=t[0],o=ff(!1),i=o[1];return ni.useEffect(()=>{if(o[0]){const t=df(e);b(t,r)||(n(t),hf(e))}}),[ni.useRef(t=>n=>r=>{let o;b(r,null)||e.set(r.hasAttribute("data-vkey")?r.getAttribute("data-vkey"):(o=y(r),d(o)),[r,t,n])}).current,()=>{i(!0);const t=df(e);return n(t),0===cr(t)},()=>{i(!1),hf(e),n(or())},r]}
|
|
6
|
+
*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var i=typeof r;if("string"===i||"number"===i)e.push(r);else if(Array.isArray(r)){if(r.length){var s=o.apply(null,r);s&&e.push(s)}}else if("object"===i)if(r.toString===Object.prototype.toString)for(var u in r)n.call(r,u)&&r[u]&&e.push(u);else e.push(r.toString())}}return e.join(" ")}e.exports?(o.default=o,e.exports=o):void 0===(r=function(){return o}.apply(t,[]))||(e.exports=r)}()},function(e,t,n){"use strict";var r=u(n(11)),o=u(n(16)),i=u(n(8)),s=u(n(5));function u(e){return e&&e.__esModule?e:{default:e}}e.exports={Transition:s.default,TransitionGroup:i.default,ReplaceTransition:o.default,CSSTransition:r.default}},function(e,t,n){"use strict";t.__esModule=!0,t.default=t.EXITING=t.ENTERED=t.ENTERING=t.EXITED=t.UNMOUNTED=void 0;var r=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var r=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,n):{};r.get||r.set?Object.defineProperty(t,n,r):t[n]=e[n]}return t.default=e,t}(n(2)),o=u(n(0)),i=u(n(0)),s=n(6);n(7);function u(e){return e&&e.__esModule?e:{default:e}}t.UNMOUNTED="unmounted";t.EXITED="exited";t.ENTERING="entering";t.ENTERED="entered";t.EXITING="exiting";var c=function(e){var t,n;function r(t,n){var r;r=e.call(this,t,n)||this;var o,i=n.transitionGroup,s=i&&!i.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?s?(o="exited",r.appearStatus="entering"):o="entered":o=t.unmountOnExit||t.mountOnEnter?"unmounted":"exited",r.state={status:o},r.nextCallback=null,r}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var s=r.prototype;return s.getChildContext=function(){return{transitionGroup:null}},r.getDerivedStateFromProps=function(e,t){return e.in&&"unmounted"===t.status?{status:"exited"}:null},s.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},s.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?"entering"!==n&&"entered"!==n&&(t="entering"):"entering"!==n&&"entered"!==n||(t="exiting")}this.updateStatus(!1,t)},s.componentWillUnmount=function(){this.cancelNextCallback()},s.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},s.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t){this.cancelNextCallback();var n=i.default.findDOMNode(this);"entering"===t?this.performEnter(n,e):this.performExit(n)}else this.props.unmountOnExit&&"exited"===this.state.status&&this.setState({status:"unmounted"})},s.performEnter=function(e,t){var n=this,r=this.props.enter,o=this.context.transitionGroup?this.context.transitionGroup.isMounting:t,i=this.getTimeouts(),s=o?i.appear:i.enter;t||r?(this.props.onEnter(e,o),this.safeSetState({status:"entering"},(function(){n.props.onEntering(e,o),n.onTransitionEnd(e,s,(function(){n.safeSetState({status:"entered"},(function(){n.props.onEntered(e,o)}))}))}))):this.safeSetState({status:"entered"},(function(){n.props.onEntered(e)}))},s.performExit=function(e){var t=this,n=this.props.exit,r=this.getTimeouts();n?(this.props.onExit(e),this.safeSetState({status:"exiting"},(function(){t.props.onExiting(e),t.onTransitionEnd(e,r.exit,(function(){t.safeSetState({status:"exited"},(function(){t.props.onExited(e)}))}))}))):this.safeSetState({status:"exited"},(function(){t.props.onExited(e)}))},s.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},s.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},s.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},s.onTransitionEnd=function(e,t,n){this.setNextCallback(n);var r=null==t&&!this.props.addEndListener;e&&!r?(this.props.addEndListener&&this.props.addEndListener(e,this.nextCallback),null!=t&&setTimeout(this.nextCallback,t)):setTimeout(this.nextCallback,0)},s.render=function(){var e=this.state.status;if("unmounted"===e)return null;var t=this.props,n=t.children,r=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(t,["children"]);if(delete r.in,delete r.mountOnEnter,delete r.unmountOnExit,delete r.appear,delete r.enter,delete r.exit,delete r.timeout,delete r.addEndListener,delete r.onEnter,delete r.onEntering,delete r.onEntered,delete r.onExit,delete r.onExiting,delete r.onExited,"function"==typeof n)return n(e,r);var i=o.default.Children.only(n);return o.default.cloneElement(i,r)},r}(o.default.Component);function a(){}c.contextTypes={transitionGroup:r.object},c.childContextTypes={transitionGroup:function(){}},c.propTypes={},c.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:a,onEntering:a,onEntered:a,onExit:a,onExiting:a,onExited:a},c.UNMOUNTED=0,c.EXITED=1,c.ENTERING=2,c.ENTERED=3,c.EXITING=4;var l=(0,s.polyfill)(c);t.default=l},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 s(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,s=null,u=null;if("function"==typeof t.componentWillMount?n="componentWillMount":"function"==typeof t.UNSAFE_componentWillMount&&(n="UNSAFE_componentWillMount"),"function"==typeof t.componentWillReceiveProps?s="componentWillReceiveProps":"function"==typeof t.UNSAFE_componentWillReceiveProps&&(s="UNSAFE_componentWillReceiveProps"),"function"==typeof t.componentWillUpdate?u="componentWillUpdate":"function"==typeof t.UNSAFE_componentWillUpdate&&(u="UNSAFE_componentWillUpdate"),null!==n||null!==s||null!==u){var c=e.displayName||e.name,a="function"==typeof e.getDerivedStateFromProps?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";throw Error("Unsafe legacy lifecycles will not be called for components using new component APIs.\n\n"+c+" uses "+a+" but also contains the following legacy lifecycles:"+(null!==n?"\n "+n:"")+(null!==s?"\n "+s:"")+(null!==u?"\n "+u:"")+"\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 l=t.componentDidUpdate;t.componentDidUpdate=function(e,t,n){var r=this.__reactInternalSnapshotFlag?this.__reactInternalSnapshot:n;l.call(this,e,t,r)}}return e}n.r(t),n.d(t,"polyfill",(function(){return s})),r.__suppressDeprecationWarning=!0,o.__suppressDeprecationWarning=!0,i.__suppressDeprecationWarning=!0},function(e,t,n){"use strict";t.__esModule=!0,t.classNamesShape=t.timeoutsShape=void 0;var r;(r=n(2))&&r.__esModule;t.timeoutsShape=null;t.classNamesShape=null},function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var r=u(n(2)),o=u(n(0)),i=n(6),s=n(17);function u(e){return e&&e.__esModule?e:{default:e}}function c(){return(c=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function a(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var l=Object.values||function(e){return Object.keys(e).map((function(t){return e[t]}))},f=function(e){var t,n;function r(t,n){var r,o=(r=e.call(this,t,n)||this).handleExited.bind(a(a(r)));return r.state={handleExited:o,firstRender:!0},r}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var i=r.prototype;return i.getChildContext=function(){return{transitionGroup:{isMounting:!this.appeared}}},i.componentDidMount=function(){this.appeared=!0,this.mounted=!0},i.componentWillUnmount=function(){this.mounted=!1},r.getDerivedStateFromProps=function(e,t){var n=t.children,r=t.handleExited;return{children:t.firstRender?(0,s.getInitialChildMapping)(e,r):(0,s.getNextChildMapping)(e,n,r),firstRender:!1}},i.handleExited=function(e,t){var n=(0,s.getChildMapping)(this.props.children);e.key in n||(e.props.onExited&&e.props.onExited(t),this.mounted&&this.setState((function(t){var n=c({},t.children);return delete n[e.key],{children:n}})))},i.render=function(){var e=this.props,t=e.component,n=e.childFactory,r=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,["component","childFactory"]),i=l(this.state.children).map(n);return delete r.appear,delete r.enter,delete r.exit,null===t?i:o.default.createElement(t,r,i)},r}(o.default.Component);f.childContextTypes={transitionGroup:r.default.object.isRequired},f.propTypes={},f.defaultProps={component:"div",childFactory:function(e){return e}};var $=(0,i.polyfill)(f);t.default=$,e.exports=t.default},function(e,t,n){"use strict";var r=n(10);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,i,s){if(s!==r){var u=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw u.name="Invariant Violation",u}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:o};return n.PropTypes=n,n}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;!function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var r=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,n):{};r.get||r.set?Object.defineProperty(t,n,r):t[n]=e[n]}t.default=e}(n(2));var r=u(n(12)),o=u(n(15)),i=u(n(0)),s=u(n(5));n(7);function u(e){return e&&e.__esModule?e:{default:e}}function c(){return(c=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var a=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return(0,r.default)(e,t)}))},l=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return(0,o.default)(e,t)}))},f=function(e){var t,n;function r(){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).onEnter=function(e,n){var r=t.getClassNames(n?"appear":"enter").className;t.removeClasses(e,"exit"),a(e,r),t.props.onEnter&&t.props.onEnter(e,n)},t.onEntering=function(e,n){var r=t.getClassNames(n?"appear":"enter").activeClassName;t.reflowAndAddClass(e,r),t.props.onEntering&&t.props.onEntering(e,n)},t.onEntered=function(e,n){var r=t.getClassNames("appear").doneClassName,o=t.getClassNames("enter").doneClassName,i=n?r+" "+o:o;t.removeClasses(e,n?"appear":"enter"),a(e,i),t.props.onEntered&&t.props.onEntered(e,n)},t.onExit=function(e){var n=t.getClassNames("exit").className;t.removeClasses(e,"appear"),t.removeClasses(e,"enter"),a(e,n),t.props.onExit&&t.props.onExit(e)},t.onExiting=function(e){var n=t.getClassNames("exit").activeClassName;t.reflowAndAddClass(e,n),t.props.onExiting&&t.props.onExiting(e)},t.onExited=function(e){var n=t.getClassNames("exit").doneClassName;t.removeClasses(e,"exit"),a(e,n),t.props.onExited&&t.props.onExited(e)},t.getClassNames=function(e){var n=t.props.classNames,r="string"==typeof n,o=r?(r&&n?n+"-":"")+e:n[e];return{className:o,activeClassName:r?o+"-active":n[e+"Active"],doneClassName:r?o+"-done":n[e+"Done"]}},t}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.removeClasses=function(e,t){var n=this.getClassNames(t),r=n.className,o=n.activeClassName,i=n.doneClassName;r&&l(e,r),o&&l(e,o),i&&l(e,i)},o.reflowAndAddClass=function(e,t){t&&(e&&e.scrollTop,a(e,t))},o.render=function(){var e=c({},this.props);return delete e.classNames,i.default.createElement(s.default,c({},e,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},r}(i.default.Component);f.defaultProps={classNames:""},f.propTypes={};var $=f;t.default=$,e.exports=t.default},function(e,t,n){"use strict";var r=n(13);t.__esModule=!0,t.default=function(e,t){e.classList?e.classList.add(t):(0,o.default)(e,t)||("string"==typeof e.className?e.className=e.className+" "+t:e.setAttribute("class",(e.className&&e.className.baseVal||"")+" "+t))};var o=r(n(14));e.exports=t.default},function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e,t){return e.classList?!!t&&e.classList.contains(t):-1!==(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")},e.exports=t.default},function(e,t,n){"use strict";function r(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}e.exports=function(e,t){e.classList?e.classList.remove(t):"string"==typeof e.className?e.className=r(e.className,t):e.setAttribute("class",r(e.className&&e.className.baseVal||"",t))}},function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;s(n(2));var r=s(n(0)),o=n(0),i=s(n(8));function s(e){return e&&e.__esModule?e:{default:e}}var u=function(e){var t,n;function s(){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).handleEnter=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEnter",0,n)},t.handleEntering=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEntering",0,n)},t.handleEntered=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEntered",0,n)},t.handleExit=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExit",1,n)},t.handleExiting=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExiting",1,n)},t.handleExited=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExited",1,n)},t}n=e,(t=s).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var u=s.prototype;return u.handleLifecycle=function(e,t,n){var i,s=this.props.children,u=r.default.Children.toArray(s)[t];u.props[e]&&(i=u.props)[e].apply(i,n),this.props[e]&&this.props[e]((0,o.findDOMNode)(this))},u.render=function(){var e=this.props,t=e.children,n=e.in,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,["children","in"]),s=r.default.Children.toArray(t),u=s[0],c=s[1];return delete o.onEnter,delete o.onEntering,delete o.onEntered,delete o.onExit,delete o.onExiting,delete o.onExited,r.default.createElement(i.default,o,n?r.default.cloneElement(u,{key:"first",onEnter:this.handleEnter,onEntering:this.handleEntering,onEntered:this.handleEntered}):r.default.cloneElement(c,{key:"second",onEnter:this.handleExit,onEntering:this.handleExiting,onEntered:this.handleExited}))},s}(r.default.Component);u.propTypes={};var c=u;t.default=c,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.getChildMapping=o,t.mergeChildMappings=i,t.getInitialChildMapping=function(e,t){return o(e.children,(function(n){return(0,r.cloneElement)(n,{onExited:t.bind(null,n),in:!0,appear:s(n,"appear",e),enter:s(n,"enter",e),exit:s(n,"exit",e)})}))},t.getNextChildMapping=function(e,t,n){var u=o(e.children),c=i(t,u);return Object.keys(c).forEach((function(o){var i=c[o];if((0,r.isValidElement)(i)){var a=o in t,l=o in u,f=t[o],$=(0,r.isValidElement)(f)&&!f.props.in;!l||a&&!$?l||!a||$?l&&a&&(0,r.isValidElement)(f)&&(c[o]=(0,r.cloneElement)(i,{onExited:n.bind(null,i),in:f.props.in,exit:s(i,"exit",e),enter:s(i,"enter",e)})):c[o]=(0,r.cloneElement)(i,{in:!1}):c[o]=(0,r.cloneElement)(i,{onExited:n.bind(null,i),in:!0,exit:s(i,"exit",e),enter:s(i,"enter",e)})}})),c};var r=n(0);function o(e,t){var n=Object.create(null);return e&&r.Children.map(e,(function(e){return e})).forEach((function(e){n[e.key]=function(e){return t&&(0,r.isValidElement)(e)?t(e):e}(e)})),n}function i(e,t){function n(n){return n in t?t[n]:e[n]}e=e||{},t=t||{};var r,o=Object.create(null),i=[];for(var s in e)s in t?i.length&&(o[s]=i,i=[]):i.push(s);var u={};for(var c in t){if(o[c])for(r=0;r<o[c].length;r++){var a=o[c][r];u[o[c][r]]=n(a)}u[c]=n(c)}for(r=0;r<i.length;r++)u[i[r]]=n(i[r]);return u}function s(e,t,n){return null!=n[t]?n[t]:e.props[t]}},function(e,t,n){"use strict";function r(e){return Array.isArray(e)||ArrayBuffer.isView(e)}function o(e){return"function"==typeof e.GetHashCode}function i(e){return null!=e&&"function"==typeof e.Dispose}function s(e,t){return Object.getPrototypeOf(e).constructor===Object.getPrototypeOf(t).constructor}n.r(t);class u{constructor(e){this.iter=e}"System.Collections.Generic.IEnumerator`1.get_Current"(){return this.current}"System.Collections.IEnumerator.get_Current"(){return this.current}"System.Collections.IEnumerator.MoveNext"(){const e=this.iter.next();return this.current=e.value,!e.done}"System.Collections.IEnumerator.Reset"(){throw new Error("JS iterators cannot be reset")}Dispose(){}}function c(e){return"function"==typeof e.GetEnumerator?e.GetEnumerator():new u(e[Symbol.iterator]())}function a(e){return{[Symbol.iterator](){return this},next(){const t=e["System.Collections.IEnumerator.MoveNext"]();return{done:!t,value:t?e["System.Collections.IEnumerator.get_Current"]():void 0}}}}class l{constructor(e){this.factory=e,this.isValueCreated=!1}get Value(){return this.isValueCreated||(this.createdValue=this.factory(),this.isValueCreated=!0),this.createdValue}get IsValueCreated(){return this.isValueCreated}}function f(e,t){let n=e.toString(10);for(;n.length<t;)n="0"+n;return n}function $(e){const t=e;return"number"==typeof t.offset?t.offset:1===e.kind?0:-6e4*e.getTimezoneOffset()}function d(e,t){return(e=e<0&&null!=t&&10!==t?4294967295+e+1:e).toString(t)}class h{static id(e){return h.idMap.has(e)||h.idMap.set(e,++h.count),h.idMap.get(e)}}function p(e){let t=0,n=5381;const r=e.length;for(;t<r;)n=33*n^e.charCodeAt(t++);return n}function m(e){return 2654435761*e|0}function g(e){return 0===e.length?0:e.reduce((e,t)=>(e<<5)+e^t)}function w(e){if(null==e)return 0;switch(typeof e){case"boolean":return e?1:0;case"number":return m(e);case"string":return p(e);default:if(o(e))return e.GetHashCode();if(r(e))return function(e){const t=e.length,n=new Array(t);for(let r=0;r<t;r++)n[r]=w(e[r]);return g(n)}(e);if(e instanceof Date)return function(e){return e.getTime()}(e);if(Object.getPrototypeOf(e).constructor===Object){return g(Object.values(e).map(e=>w(e)))}return m(h.id(e))}}function y(e){return null==e?0:o(e)?e.GetHashCode():m(h.id(e))}function _(e,t,n){if(null==e)return null==t;if(null==t)return!1;if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++)if(!n(e[r],t[r]))return!1;return!0}function v(e,t){return _(e,t,b)}function b(e,t){return e===t||(null==e?null==t:null!=t&&("object"==typeof e&&(function(e){return"function"==typeof e.Equals}(e)?e.Equals(t):r(e)?r(t)&&v(e,t):e instanceof Date?t instanceof Date&&0===E(e,t):Object.getPrototypeOf(e).constructor===Object&&function(e,t){const n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;n.sort(),r.sort();for(let o=0;o<n.length;o++)if(n[o]!==r[o]||!b(e[n[o]],t[r[o]]))return!1;return!0}(e,t))))}function E(e,t){let n,r;return"offset"in e&&"offset"in t?(n=e.getTime(),r=t.getTime()):(n=e.getTime()+$(e),r=t.getTime()+$(t)),n===r?0:n<r?-1:1}function C(e,t){return e===t?0:e<t?-1:1}function S(e,t){return function(e,t,n){if(null==e)return null==t?0:1;if(null==t)return-1;if(e.length!==t.length)return e.length<t.length?-1:1;for(let r=0,o=0;r<e.length;r++)if(o=n(e[r],t[r]),0!==o)return o;return 0}(e,t,x)}function x(e,t){return e===t?0:null==e?null==t?0:-1:null==t?1:"object"!=typeof e?e<t?-1:1:function(e){return"function"==typeof e.CompareTo}(e)?e.CompareTo(t):r(e)?r(t)?S(e,t):-1:e instanceof Date?t instanceof Date?E(e,t):-1:Object.getPrototypeOf(e).constructor===Object?function(e,t){const n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return n.length<r.length?-1:1;n.sort(),r.sort();for(let o=0,i=0;o<n.length;o++){const s=n[o];if(s!==r[o])return s<r[o]?-1:1;if(i=x(e[s],t[s]),0!==i)return i}return 0}(e,t):-1}function O(e,t,n){return e(t,n)<0?t:n}function N(e,t,n){return e(t,n)>0?t:n}function P(e){const t={};for(const n of e)t[n[0]]=n[1];return t}h.idMap=new WeakMap,h.count=0;function A(e,t){if(null==t||t.length>1)return t;let n;switch(e){case 2:n=(e,n)=>t(e)(n);break;case 3:n=(e,n,r)=>t(e)(n)(r);break;case 4:n=(e,n,r,o)=>t(e)(n)(r)(o);break;case 5:n=(e,n,r,o,i)=>t(e)(n)(r)(o)(i);break;case 6:n=(e,n,r,o,i,s)=>t(e)(n)(r)(o)(i)(s);break;case 7:n=(e,n,r,o,i,s,u)=>t(e)(n)(r)(o)(i)(s)(u);break;case 8:n=(e,n,r,o,i,s,u,c)=>t(e)(n)(r)(o)(i)(s)(u)(c);break;default:throw new Error("Uncurrying to more than 8-arity is not supported: "+e)}return n.__CURRIED__=t,n}function M(e,t){if(null==t||1===t.length)return t;if("__CURRIED__"in t)return t.__CURRIED__;switch(e){case 2:return e=>n=>t(e,n);case 3:return e=>n=>r=>t(e,n,r);case 4:return e=>n=>r=>o=>t(e,n,r,o);case 5:return e=>n=>r=>o=>i=>t(e,n,r,o,i);case 6:return e=>n=>r=>o=>i=>s=>t(e,n,r,o,i,s);case 7:return e=>n=>r=>o=>i=>s=>u=>t(e,n,r,o,i,s,u);case 8:return e=>n=>r=>o=>i=>s=>u=>c=>t(e,n,r,o,i,s,u,c);default:throw new Error("Currying to more than 8-arity is not supported: "+e)}}function T(e,t,n){if(null!=t){if("__CURRIED__"in t){t=t.__CURRIED__;for(let e=0;e<n.length;e++)t=t(n[e]);return t}switch(e){case 1:return e=>t.apply(void 0,n.concat([e]));case 2:return e=>r=>t.apply(void 0,n.concat([e,r]));case 3:return e=>r=>o=>t.apply(void 0,n.concat([e,r,o]));case 4:return e=>r=>o=>i=>t.apply(void 0,n.concat([e,r,o,i]));case 5:return e=>r=>o=>i=>s=>t.apply(void 0,n.concat([e,r,o,i,s]));case 6:return e=>r=>o=>i=>s=>u=>t.apply(void 0,n.concat([e,r,o,i,s,u]));case 7:return e=>r=>o=>i=>s=>u=>c=>t.apply(void 0,n.concat([e,r,o,i,s,u,c]));case 8:return e=>r=>o=>i=>s=>u=>c=>a=>t.apply(void 0,n.concat([e,r,o,i,s,u,c,a]));default:throw new Error("Partially applying to more than 8-arity is not supported: "+e)}}}function k(e,t){return n=>function e(t,n,r,o){const i=r[o];if(0!==i){const e=i[0],t=i[1];e>1&&(n=M(e,n)),t>1&&(n=A(t,n))}const s=t(n);return o+1===r.length?s:t=>e(s,t,r,o+1)}(e,n,t,0)}function j(e,t=0){if(null!=e&&"object"==typeof e){if("function"==typeof e.toString)return e.toString();if(Symbol.iterator in e)return function(e){let t=0,n="[";for(const r of e){if(0===t)n+=j(r);else{if(100===t){n+="; ...";break}n+="; "+j(r)}t++}return n+"]"}(e);{const n=Object.getPrototypeOf(e).constructor;return n===Object&&t<10?"{ "+Object.entries(e).map(([e,n])=>e+" = "+j(n,t+1)).join("\n ")+" }":n.name}}return String(e)}class D{get name(){return this.cases()[this.tag]}toJSON(){return 0===this.fields.length?this.name:[this.name].concat(this.fields)}toString(){return function(e,t){if(0===t.length)return e;{let n="",r=!0;return 1===t.length?(n=j(t[0]),r=n.indexOf(" ")>=0):n=t.map(e=>j(e)).join(", "),e+(r?" (":" ")+n+(r?")":"")}}(this.name,this.fields)}GetHashCode(){const e=this.fields.map(e=>w(e));return e.splice(0,0,m(this.tag)),g(e)}Equals(e){return this===e||!!s(this,e)&&(this.tag===e.tag&&v(this.fields,e.fields))}CompareTo(e){return this===e?0:s(this,e)?this.tag===e.tag?S(this.fields,e.fields):this.tag<e.tag?-1:1:-1}}function I(e){const t={},n=Object.keys(e);for(let r=0;r<n.length;r++)t[n[r]]=e[n[r]];return t}function R(e){return"{ "+Object.entries(e).map(([e,t])=>e+" = "+j(t)).join("\n ")+" }"}function F(e){return g(Object.values(e).map(e=>w(e)))}function U(e,t){if(e===t)return!0;if(s(e,t)){const n=Object.keys(e);for(let r=0;r<n.length;r++)if(!b(e[n[r]],t[n[r]]))return!1;return!0}return!1}function G(e,t){if(e===t)return 0;if(s(e,t)){const n=Object.keys(e);for(let r=0;r<n.length;r++){const o=x(e[n[r]],t[n[r]]);if(0!==o)return o}return 0}return-1}class L{toJSON(){return I(this)}toString(){return R(this)}GetHashCode(){return F(this)}Equals(e){return U(this,e)}CompareTo(e){return G(this,e)}}class B{constructor(e,t){"function"==typeof t?(this.getter=e,this.setter=t):(this.getter=()=>e,this.setter=t=>{e=t})}get contents(){return this.getter()}set contents(e){this.setter(e)}}class H{constructor(e,t,n,r){this.declaringType=e,this.tag=t,this.name=n,this.fields=r}}class W{constructor(e,t,n,r,o,i,s){this.fullname=e,this.generics=t,this.construct=n,this.parent=r,this.fields=o,this.cases=i,this.enumCases=s}toString(){return te(this)}GetHashCode(){return V(this)}Equals(e){return z(this,e)}}function q(e){return null!=e.generics?e.generics:[]}function V(e){return g([p(e.fullname),...q(e).map(V)])}function z(e,t){return""===e.fullname?""===t.fullname&&_($e(e),$e(t),([e,t],[n,r])=>e===n&&z(t,r)):e.fullname===t.fullname&&_(q(e),q(t),z)}function Z(e,t,n,r){return new W(e,t,n,void 0,r)}function Y(e,t,n,r){const o=new W(e,t,n,void 0,void 0,()=>{const e=n.prototype.cases();return r().map((t,n)=>new H(o,n,e[n],t))});return o}function J(e){return new W("Microsoft.FSharp.Core.FSharpOption`1",[e])}function X(e){return new W("Microsoft.FSharp.Collections.FSharpList`1",[e])}const K=new W("System.Object"),Q=(new W("Microsoft.FSharp.Core.Unit"),new W("System.Char"),new W("System.String"));new W("System.Boolean"),new W("System.SByte"),new W("System.Byte"),new W("System.Int16"),new W("System.UInt16"),new W("System.Int32"),new W("System.UInt32"),new W("System.Single"),new W("System.Double"),new W("System.Decimal");function ee(e){if(Array.isArray(e))return e[0];if(e instanceof H)return e.name;{const t=e.fullname.lastIndexOf(".");return-1===t?e.fullname:e.fullname.substr(t+1)}}function te(e){const t=null==e.generics||ne(e)?[]:e.generics;return t.length>0?e.fullname+"["+t.map(e=>te(e)).join(",")+"]":e.fullname}function ne(e){return e.fullname.endsWith("[]")}function re(e){var t;return ne(e)?null===(t=e.generics)||void 0===t?void 0:t[0]:void 0}function oe(e){return null!=e.generics&&e.generics.length>0}function ie(e){return null!=e.enumCases&&e.enumCases.length>0}function se(e){return null==e.generics?e:new W(e.fullname,e.generics.map(()=>K))}function ue(e){var t;return null===(t=e.generics)||void 0===t?void 0:t[0]}function ce(e){if(ie(e)&&null!=e.enumCases)return e.enumCases.map(e=>e[1]);throw new Error(e.fullname+" is not an enum type")}function ae(e,t){if(null!=e.enumCases){if("string"==typeof t){for(const n of e.enumCases)if(n[0]===t)return n;throw new Error(`'${t}' was not found in ${e.fullname}`)}for(const n of e.enumCases)if(n[1]===t)return n;return["",t]}throw new Error(e.fullname+" is not an enum type")}function le(e,t){const n=parseInt(t,10);return ae(e,isNaN(n)?t:n)[1]}function fe(e){if(null!=e.cases)return e.cases();throw new Error(e.fullname+" is not an F# union type")}function $e(e){if(null!=e.fields)return e.fields();throw new Error(e.fullname+" is not an F# record type")}function de(e){if(me(e)&&null!=e.generics)return e.generics;throw new Error(e.fullname+" is not a tuple type")}function he(e){return e instanceof W?null!=e.cases:e instanceof D}function pe(e){return e instanceof W?null!=e.fields:e instanceof L}function me(e){return e.fullname.startsWith("System.Tuple")&&!ne(e)}function ge(e){return null==e.fields?[]:e.fields}function we(e,t){const n=(e.fields||[]).length;if(t.length!==n)throw new Error(`Expected an array of length ${n} but got ${t.length}`);return null!=e.declaringType.construct?new e.declaringType.construct(e.tag,...t):{}}class ye{constructor(e){this.value=e}toJSON(){return this.value}toString(){return String(this.value)}GetHashCode(){return w(this.value)}Equals(e){return null!=e&&b(this.value,e instanceof ye?e.value:e)}CompareTo(e){return null==e?1:x(this.value,e instanceof ye?e.value:e)}}function _e(e){return null==e||e instanceof ye?new ye(e):e}function ve(e){if(null==e)throw new Error("Option has no value");return e instanceof ye?e.value:e}function be(e){return null==e?void 0:e}function Ee(e){return null==e?[]:[ve(e)]}function Ce(e,t){return null!=e?ve(e):t}function Se(e,t){return null!=t?_e(e(ve(t))):void 0}function xe(e,t){return null!=t?e(ve(t)):void 0}function Oe(e,t){return"function"==typeof e?new e(t):new Array(t)}function Ne(){throw new Error("Arrays had different lengths")}function Pe(e,t,n,r){const o=0|t;return e.fill(r,o,o+n)}function Ae(e,t,n){const r=0|t.length,o=Oe(n,r);for(let n=0;n<=r-1;n++)o[n]=e(t[n]);return o}function Me(e,t,n){if(e<0)throw new Error("The input must be non-negative\\nParameter name: count");const r=Oe(n,e);for(let n=0;n<=e-1;n++)r[n]=t(n);return r}function Te(e,t,n){return n.reduce((t,n)=>e(t,n),t)}function ke(e,t,n){return t.reduceRight((t,n)=>e(n,t),n)}function je(e,t,n,r){return function(e,t,n,r){let o=r;t.length!==n.length&&Ne();const i=0|t.length;for(let r=1;r<=i;r++)o=e(r-1,t[i-r],n[i-r],o);return o}((t,n,r,o)=>e(n,r,o),t,n,r)}function De(){return e=(e,t)=>x(e,t),{Compare:(t,n)=>e(t,n)};var e}var Ie;function Re(e,t){switch(t){case 8:return e?[0,255]:[-128,127];case 16:return e?[0,65535]:[-32768,32767];case 32:return e?[0,4294967295]:[-2147483648,2147483647];default:throw new Error("Invalid bit size.")}}function Fe(e,t,n){const r=/^\s*([\+\-])?(0[xXoObB])?([0-9a-fA-F]+)\s*$/.exec(e.replace(/_/g,""));if(null!=r){const[,,e,o]=r;if(!function(e){switch(e){case 2:return/[^0-1]/;case 8:return/[^0-7]/;case 10:return/[^0-9]/;case 16:return/[^0-9a-fA-F]/;default:throw new Error("Invalid Base.")}}(n=n||function(e,t){if(t&Ie.AllowHexSpecifier)return 16;switch(e){case"0b":case"0B":return 2;case"0o":case"0O":return 8;case"0x":case"0X":return 16;default:return 10}}(e,t)).test(o))return function(e,t){const[,n,r,o]=e;return{sign:n||"",prefix:r||"",digits:o,radix:t}}(r,n)}return null}function Ue(e,t,n,r,o){const i=Fe(e,t,o);if(null!=i){let e=Number.parseInt(i.sign+i.digits,i.radix);if(!Number.isNaN(e)){const[t,o]=Re(!0,r);!n&&10!==i.radix&&e>=t&&e<=o&&(e=e<<32-r>>32-r);const[s,u]=Re(n,r);if(e>=s&&e<=u)return e}}throw new Error("Input string was not in a correct format.")}function Ge(e,t,n,r,o){try{return o.contents=Ue(e,t,n,r),!0}catch(e){return!1}}function Le(e){return-2147483648===e?e:-e}!function(e){e[e.AllowHexSpecifier=512]="AllowHexSpecifier"}(Ie||(Ie={}));const Be=Symbol("numeric");function He(e){return"number"==typeof e||(null==e?void 0:e[Be])}function We(e,t){return"number"==typeof e?e*t:e[Be]().multiply(t)}function qe(e,t){return"number"==typeof e?e.toFixed(t):e[Be]().toFixed(t)}function Ve(e,t){return"number"==typeof e?e.toPrecision(t):e[Be]().toPrecision(t)}function ze(e,t){return"number"==typeof e?e.toExponential(t):e[Be]().toExponential(t)}function Ze(e){return"number"==typeof e?(Number(e)>>>0).toString(16):e[Be]().toHex()}var Ye=null;try{Ye=new WebAssembly.Instance(new WebAssembly.Module(new Uint8Array([0,97,115,109,1,0,0,0,1,13,2,96,0,1,127,96,4,127,127,127,127,1,127,3,7,6,0,1,1,1,1,1,6,6,1,127,1,65,0,11,7,50,6,3,109,117,108,0,1,5,100,105,118,95,115,0,2,5,100,105,118,95,117,0,3,5,114,101,109,95,115,0,4,5,114,101,109,95,117,0,5,8,103,101,116,95,104,105,103,104,0,0,10,191,1,6,4,0,35,0,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,126,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,127,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,128,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,129,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,130,34,4,66,32,135,167,36,0,32,4,167,11])),{}).exports}catch(e){}function Je(e,t,n){this.low=0|e,this.high=0|t,this.unsigned=!!n}function Xe(e){return!0===(e&&e.__isLong__)}Je.prototype.GetHashCode=function(){let e=this.unsigned?1:0;return e=(e<<5)+e^this.high,e=(e<<5)+e^this.low,e},Je.prototype.Equals=function(e){return Ct(this,e)},Je.prototype.CompareTo=function(e){return Nt(this,e)},Je.prototype.toString=function(e){return _t(this,e)},Je.prototype.toJSON=function(){return _t(this)},Je.prototype[Be]=function(){const e=this;return{multiply:t=>Tt(e,t),toPrecision:t=>String(e)+(0).toPrecision(t).substr(1),toExponential:t=>String(e)+(0).toExponential(t).substr(1),toFixed:t=>String(e)+(0).toFixed(t).substr(1),toHex:()=>_t(e.unsigned?e:Ut(Ft(e),!0),16)}},Je.prototype.__isLong__,Object.defineProperty(Je.prototype,"__isLong__",{value:!0});var Ke={},Qe={};function et(e,t){var n,r,o;return t?(o=0<=(e>>>=0)&&e<256)&&(r=Qe[e])?r:(n=nt(e,(0|e)<0?-1:0,!0),o&&(Qe[e]=n),n):(o=-128<=(e|=0)&&e<128)&&(r=Ke[e])?r:(n=nt(e,e<0?-1:0,!1),o&&(Ke[e]=n),n)}function tt(e,t){if(isNaN(e))return t?ft:lt;if(t){if(e<0)return ft;if(e>=ut)return mt}else{if(e<=-ct)return gt;if(e+1>=ct)return pt}return e<0?Pt(tt(-e,t)):nt(e%st|0,e/st|0,t)}function nt(e,t,n){return new Je(e,t,n)}var rt=Math.pow;function ot(e,t,n){if(0===e.length)throw Error("empty string");if("NaN"===e||"Infinity"===e||"+Infinity"===e||"-Infinity"===e)return lt;if("number"==typeof t?(n=t,t=!1):t=!!t,(n=n||10)<2||36<n)throw RangeError("radix");var r=e.indexOf("-");if(r>0)throw Error("interior hyphen");if(0===r)return Pt(ot(e.substring(1),t,n));for(var o=tt(rt(n,8)),i=lt,s=0;s<e.length;s+=8){var u=Math.min(8,e.length-s),c=parseInt(e.substring(s,s+u),n);if(u<8)i=At(Tt(i,tt(rt(n,u))),tt(c));else i=At(i=Tt(i,o),tt(c))}return i.unsigned=t,i}function it(e,t){return"number"==typeof e?tt(e,t):"string"==typeof e?ot(e,t):nt(e.low,e.high,"boolean"==typeof t?t:e.unsigned)}var st=4294967296,ut=st*st,ct=ut/2,at=et(1<<24),lt=et(0),ft=et(0,!0),$t=et(1),dt=et(1,!0),ht=et(-1),pt=nt(-1,2147483647,!1),mt=nt(-1,-1,!0),gt=nt(0,-2147483648,!1);function wt(e){return e.unsigned?e.low>>>0:e.low}function yt(e){return e.unsigned?(e.high>>>0)*st+(e.low>>>0):e.high*st+(e.low>>>0)}function _t(e,t){if((t=t||10)<2||36<t)throw RangeError("radix");if(vt(e))return"0";if(bt(e)){if(Ct(e,gt)){var n=tt(t),r=kt(e,n),o=Mt(Tt(r,n),e);return _t(r,t)+wt(o).toString(t)}return"-"+_t(Pt(e),t)}for(var i=tt(rt(t,6),e.unsigned),s=e,u="";;){var c=kt(s,i),a=(wt(Mt(s,Tt(c,i)))>>>0).toString(t);if(vt(s=c))return a+u;for(;a.length<6;)a="0"+a;u=""+a+u}}function vt(e){return 0===e.high&&0===e.low}function bt(e){return!e.unsigned&&e.high<0}function Et(e){return 1==(1&e.low)}function Ct(e,t){return Xe(t)||(t=it(t)),(e.unsigned===t.unsigned||e.high>>>31!=1||t.high>>>31!=1)&&(e.high===t.high&&e.low===t.low)}function St(e,t){return Nt(e,t)<0}function xt(e,t){return Nt(e,t)>0}function Ot(e,t){return Nt(e,t)>=0}function Nt(e,t){if(Xe(t)||(t=it(t)),Ct(e,t))return 0;var n=bt(e),r=bt(t);return n&&!r?-1:!n&&r?1:e.unsigned?t.high>>>0>e.high>>>0||t.high===e.high&&t.low>>>0>e.low>>>0?-1:1:bt(Mt(e,t))?-1:1}function Pt(e){return!e.unsigned&&Ct(e,gt)?gt:At(jt(e),$t)}function At(e,t){Xe(t)||(t=it(t));var n=e.high>>>16,r=65535&e.high,o=e.low>>>16,i=65535&e.low,s=t.high>>>16,u=65535&t.high,c=t.low>>>16,a=0,l=0,f=0,$=0;return f+=($+=i+(65535&t.low))>>>16,l+=(f+=o+c)>>>16,a+=(l+=r+u)>>>16,a+=n+s,nt((f&=65535)<<16|($&=65535),(a&=65535)<<16|(l&=65535),e.unsigned)}function Mt(e,t){return Xe(t)||(t=it(t)),At(e,Pt(t))}function Tt(e,t){if(vt(e))return e.unsigned?ft:lt;if(Xe(t)||(t=it(t)),Ye)return nt(Ye.mul(e.low,e.high,t.low,t.high),Ye.get_high(),e.unsigned);if(vt(t))return e.unsigned?ft:lt;if(Ct(e,gt))return Et(t)?gt:lt;if(Ct(t,gt))return Et(e)?gt:lt;if(bt(e))return bt(t)?Tt(Pt(e),Pt(t)):Pt(Tt(Pt(e),t));if(bt(t))return Pt(Tt(e,Pt(t)));if(St(e,at)&&St(t,at))return tt(yt(e)*yt(t),e.unsigned);var n=e.high>>>16,r=65535&e.high,o=e.low>>>16,i=65535&e.low,s=t.high>>>16,u=65535&t.high,c=t.low>>>16,a=65535&t.low,l=0,f=0,$=0,d=0;return $+=(d+=i*a)>>>16,f+=($+=o*a)>>>16,$&=65535,f+=($+=i*c)>>>16,l+=(f+=r*a)>>>16,f&=65535,l+=(f+=o*c)>>>16,f&=65535,l+=(f+=i*u)>>>16,l+=n*a+r*c+o*u+i*s,nt(($&=65535)<<16|(d&=65535),(l&=65535)<<16|(f&=65535),e.unsigned)}function kt(e,t){if(Xe(t)||(t=it(t)),vt(t))throw Error("division by zero");var n,r,o;if(Ye)return e.unsigned||-2147483648!==e.high||-1!==t.low||-1!==t.high?nt((e.unsigned?Ye.div_u:Ye.div_s)(e.low,e.high,t.low,t.high),Ye.get_high(),e.unsigned):e;if(vt(e))return e.unsigned?ft:lt;if(e.unsigned){if(t.unsigned||(t=function(e){return e.unsigned?e:nt(e.low,e.high,!0)}(t)),xt(t,e))return ft;if(xt(t,Rt(e,1)))return dt;o=ft}else{if(Ct(e,gt))return Ct(t,$t)||Ct(t,ht)?gt:Ct(t,gt)?$t:Ct(n=Dt(kt(It(e,1),t),1),lt)?bt(t)?$t:ht:o=At(n,kt(r=Mt(e,Tt(t,n)),t));if(Ct(t,gt))return e.unsigned?ft:lt;if(bt(e))return bt(t)?kt(Pt(e),Pt(t)):Pt(kt(Pt(e),t));if(bt(t))return Pt(kt(e,Pt(t)));o=lt}for(r=e;Ot(r,t);){n=Math.max(1,Math.floor(yt(r)/yt(t)));for(var i=Math.ceil(Math.log(n)/Math.LN2),s=i<=48?1:rt(2,i-48),u=tt(n),c=Tt(u,t);bt(c)||xt(c,r);)c=Tt(u=tt(n-=s,e.unsigned),t);vt(u)&&(u=$t),o=At(o,u),r=Mt(r,c)}return o}function jt(e){return nt(~e.low,~e.high,e.unsigned)}function Dt(e,t){return Xe(t)&&(t=wt(t)),0==(t&=63)?e:t<32?nt(e.low<<t,e.high<<t|e.low>>>32-t,e.unsigned):nt(0,e.low<<t-32,e.unsigned)}function It(e,t){return Xe(t)&&(t=wt(t)),0==(t&=63)?e:t<32?nt(e.low>>>t|e.high<<32-t,e.high>>t,e.unsigned):nt(e.high>>t-32,e.high>=0?0:-1,e.unsigned)}function Rt(e,t){if(Xe(t)&&(t=wt(t)),0===(t&=63))return e;var n=e.high;return t<32?nt(e.low>>>t|n<<32-t,n>>>t,e.unsigned):nt(32===t?n:n>>>t-32,0,e.unsigned)}function Ft(e,t){return t?function(e){var t=e.high,n=e.low;return[255&n,n>>>8&255,n>>>16&255,n>>>24,255&t,t>>>8&255,t>>>16&255,t>>>24]}(e):function(e){var t=e.high,n=e.low;return[t>>>24,t>>>16&255,t>>>8&255,255&t,n>>>24,n>>>16&255,n>>>8&255,255&n]}(e)}function Ut(e,t,n){return n?function(e,t){return new Je(e[0]|e[1]<<8|e[2]<<16|e[3]<<24,e[4]|e[5]<<8|e[6]<<16|e[7]<<24,t)}(e,t):function(e,t){return new Je(e[4]<<24|e[5]<<16|e[6]<<8|e[7],e[0]<<24|e[1]<<16|e[2]<<8|e[3],t)}(e,t)}const Gt=At,Lt=Tt,Bt=kt,Ht=function(e,t){return Xe(t)||(t=it(t)),Ye?nt((e.unsigned?Ye.rem_u:Ye.rem_s)(e.low,e.high,t.low,t.high),Ye.get_high(),e.unsigned):Mt(e,Tt(kt(e,t),t))},Wt=Pt,qt=function(e,t){return Xe(t)||(t=it(t)),nt(e.low&t.low,e.high&t.high,e.unsigned)},Vt=Nt,zt=nt,Zt=wt,Yt=yt;function Jt(e,t,n){let r=e,o=0;switch(n){case 0:r=e<<24>>24,o=r;break;case 4:r=e<<24>>>24;break;case 1:r=e<<16>>16,o=r;break;case 5:r=e<<16>>>16;break;case 2:r=e>>0,o=r;break;case 6:r=e>>>0}return nt(r,o>>31,t)}const Xt=/(?:Z|[+-](\d+):?([0-5]?\d)?)\s*$/;function Kt(e){const t=e<0,n=(e=Math.abs(e))%36e5/6e4;return(t?"-":"+")+f(~~(e/36e5),2)+":"+f(n,2)}function Qt(e,t){const n=e.toISOString();return"first"===t?n.substring(0,n.indexOf("T")):n.substring(n.indexOf("T")+1,n.length-1)}function en(e,t,n){return t.replace(/(\w)\1*/g,t=>{let r=Number.NaN;switch(t.substring(0,1)){case"y":const o=n?e.getUTCFullYear():e.getFullYear();r=t.length<4?o%100:o;break;case"M":r=(n?e.getUTCMonth():e.getMonth())+1;break;case"d":r=n?e.getUTCDate():e.getDate();break;case"H":r=n?e.getUTCHours():e.getHours();break;case"h":const i=n?e.getUTCHours():e.getHours();r=i>12?i%12:i;break;case"m":r=n?e.getUTCMinutes():e.getMinutes();break;case"s":r=n?e.getUTCSeconds():e.getSeconds();break;case"f":r=n?e.getUTCMilliseconds():e.getMilliseconds()}return Number.isNaN(r)?t:r<10&&t.length>1?"0"+r:""+r})}function tn(e,t){var n,r,o;const i=new Date(e.getTime()+(null!==(n=e.offset)&&void 0!==n?n:0));if("string"!=typeof t)return i.toISOString().replace(/\.\d+/,"").replace(/[A-Z]|\.\d+/g," ")+Kt(null!==(r=e.offset)&&void 0!==r?r:0);if(1!==t.length)return en(i,t,!0);switch(t){case"D":case"d":return Qt(i,"first");case"T":case"t":return Qt(i,"second");case"O":case"o":return function(e,t){const n=e.toISOString();return n.substring(0,n.length-1)+Kt(t)}(i,null!==(o=e.offset)&&void 0!==o?o:0);default:throw new Error("Unrecognized Date print format")}}function nn(e,t){const n=1===e.kind;if("string"!=typeof t)return n?e.toUTCString():e.toLocaleString();if(1!==t.length)return en(e,t,n);switch(t){case"D":case"d":return n?Qt(e,"first"):e.toLocaleDateString();case"T":case"t":return n?Qt(e,"second"):e.toLocaleTimeString();case"O":case"o":return function(e,t){if(t)return e.toISOString();{const t=null==e.kind||2===e.kind;return f(e.getFullYear(),4)+"-"+f(e.getMonth()+1,2)+"-"+f(e.getDate(),2)+"T"+f(e.getHours(),2)+":"+f(e.getMinutes(),2)+":"+f(e.getSeconds(),2)+"."+f(e.getMilliseconds(),3)+(t?Kt(-6e4*e.getTimezoneOffset()):"")}}(e,n);default:throw new Error("Unrecognized Date print format")}}function rn(e,t,n){return null!=e.offset?tn(e,t):nn(e,t)}function on(e,t){const n=new Date(e);return n.kind=0|(null==t?0:t),n}function sn(){return on(-621355968e5,0)}function un(e){if(null===e)throw new Error("Value cannot be null when parsing DateTime");if(""===e.trim())throw new Error("An empty string is not recognized as a valid DateTime");let t=new Date(e);if(isNaN(t.getTime())){const n=/^\s*(\d+[^\w\s:]\d+[^\w\s:]\d+)?\s*(\d+:\d+(?::\d+(?:\.\d+)?)?)?\s*([AaPp][Mm])?\s*([+-]\d+(?::\d+)?)?\s*$/.exec(e);if(null==n)throw new Error("The string is not a valid Date.");{let e,r=0;if(null!=n[2]){const e=n[2].split(":");r=3600*parseInt(e[0],10)+60*parseInt(e[1]||"0",10)+parseFloat(e[2]||"0"),null!=n[3]&&"PM"===n[3].toUpperCase()&&(r+=720)}if(null!=n[4]){if(null!=n[1])e=new Date(n[1]+" UTC");else{const t=new Date;e=new Date(t.getUTCFullYear()+"/"+(t.getUTCMonth()+1)+"/"+t.getUTCDate())}const t=n[4].substr(1).split(":");let o=60*parseInt(t[0],10)+parseInt(t[1]||"0",10);"+"===n[4][0]&&(o*=-1),r+=60*o}else if(null!=n[1])e=new Date(n[1]);else{const t=new Date;e=new Date(t.getFullYear()+"/"+(t.getMonth()+1)+"/"+t.getDate())}t=new Date(e.getTime()+1e3*r),t=new Date(t.getTime()+6e4*(t.getTimezoneOffset()-e.getTimezoneOffset()))}}return t}function cn(e,t){try{return t.contents=function(e,t=!1){const n=un(e),r=Xt.exec(e),o=null!=r?t&&"Z"===r[0]?1:2:0;return on(n.getTime(),o)}(e),!0}catch(e){return!1}}function an(e,t,n,r=0,o=0,i=0,s=0,u){const c=1===u?Date.UTC(e,t-1,n,r,o,i,s):new Date(e,t-1,n,r,o,i,s).getTime();if(isNaN(c))throw new Error("The parameters describe an unrepresentable Date.");const a=on(c,u);return e<=99&&a.setFullYear(e,t-1,n),a}function ln(){return on(Date.now(),1)}function fn(){return hn(on(Date.now(),2))}function $n(e){return e%4==0&&e%100!=0||e%400==0}function dn(e,t){return 2===t?$n(e)?29:28:t>=8?t%2==0?31:30:t%2==0?30:31}function hn(e){return an(vn(e),yn(e),pn(e),0,0,0,0,e.kind)}function pn(e){return 1===e.kind?e.getUTCDate():e.getDate()}function mn(e){return 1===e.kind?e.getUTCHours():e.getHours()}function gn(e){return 1===e.kind?e.getUTCMilliseconds():e.getMilliseconds()}function wn(e){return 1===e.kind?e.getUTCMinutes():e.getMinutes()}function yn(e){return(1===e.kind?e.getUTCMonth():e.getMonth())+1}function _n(e){return 1===e.kind?e.getUTCSeconds():e.getSeconds()}function vn(e){return 1===e.kind?e.getUTCFullYear():e.getFullYear()}function bn(e,t){const n=on(e.getTime()+t,e.kind);if(2===e.kind){const t=e.getTimezoneOffset(),r=n.getTimezoneOffset();return t!==r?on(n.getTime()+6e4*(r-t),e.kind):n}return n}const En=E;function Cn(e,t=0){if(0!=(-276&t))throw new Error("RegexOptions only supports: IgnoreCase, Multiline, Singleline and ECMAScript");let n="g";return n+=1&t?"i":"",n+=2&t?"m":"",n+=16&t?"s":"",new RegExp(e,n)}function Sn(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}function xn(e,t,n=0){let r;return r=e instanceof RegExp?(r=e,e=t,r.lastIndex=n,r):r=Cn(t,n),r.exec(e)}function On(e,t,n=0){let r;if(r=e instanceof RegExp?(r=e,e=t,r.lastIndex=n,r):r=Cn(t,n),!r.global)throw new Error("Non-global RegExp");let o=r.exec(e);const i=[];for(;null!==o;)i.push(o),o=r.exec(e);return i}const Nn=/(^|[^%])%([0+\- ]*)(\*|\d+)?(?:\.(\d+))?(\w)/g,Pn=/(?:(^|[^%])%([0+\- ]*)(\d+)?(?:\.(\d+))?(\w))?%P\(\)/g,An=/\{(\d+)(,-?\d+)?(?:\:([a-zA-Z])(\d{0,2})|\:(.+?))?\}/g;function Mn(e,t){return function(e,t){return"number"==typeof e?e<t?-1:e>t?1:0:e.CompareTo(t)}(e,t)<0}function Tn(e,t,n){function r(e){return!0===e||1===e||3===e||5===e}return null==e?null==t?0:-1:null==t?1:4===(o=n)||5===o?(r(n)&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t?0:e<t?-1:1):(r(n)&&(e=e.toLocaleLowerCase(),t=t.toLocaleLowerCase()),e.localeCompare(t));var o}function kn(...e){switch(e.length){case 2:return Tn(e[0],e[1],!1);case 3:return Tn(e[0],e[1],e[2]);case 4:return Tn(e[0],e[1],!0===e[2]);case 5:return Tn(e[0].substr(e[1],e[4]),e[2].substr(e[3],e[4]),!1);case 6:return Tn(e[0].substr(e[1],e[4]),e[2].substr(e[3],e[4]),e[5]);case 7:return Tn(e[0].substr(e[1],e[4]),e[2].substr(e[3],e[4]),!0===e[5]);default:throw new Error("String.compare: Unsupported number of parameters")}}function jn(e){return{input:e,cont:(t=e,e=>{Nn.lastIndex=0;const n=[],r=[];let o=0,i=Nn.exec(t);for(;i;){const e=i.index+(i[1]||"").length;n.push(t.substring(o,e).replace(/%%/g,"%")),r.push(i),o=Nn.lastIndex,Nn.lastIndex-=1,i=Nn.exec(t)}return 0===n.length?e(t.replace(/%%/g,"%")):(n.push(t.substring(o).replace(/%%/g,"%")),function e(t,n,r,o="",i=-1){return(...s)=>{let u=o;const c=n.slice(),a=r.slice();for(const e of s){const[,,t,n,r,o]=a[0];let s=n;if(i>=0)s=i,i=-1;else if("*"===s){if(e<0)throw new Error("Non-negative number required");i=e;continue}u+=c[0],u+=Un(e,t,s,r,o),c.splice(0,1),a.splice(0,1)}return 0===a.length?(u+=c[0],t(u)):e(t,c,a,u,i)}}(e,n,r))})};var t}function Dn(e,t){let n=0,r=0,o="";Pn.lastIndex=0;let i=Pn.exec(e);for(;i;){const s=i.index+(i[1]||"").length;o+=e.substring(r,s).replace(/%%/g,"%");const[,,u,c,a,l]=i;o+=Un(t[n++],u,c,a,l),r=Pn.lastIndex,Pn.lastIndex-=1,i=Pn.exec(e)}return o+=e.substring(r).replace(/%%/g,"%"),o}function In(e,t){return"string"==typeof t?e(t):t.cont(e)}function Rn(e){return In(e=>e,e)}function Fn(e){return In(e=>{throw new Error(e)},e)}function Un(e,t,n,r,o){let i="";if(t=t||"",o=o||"",He(e))switch("x"!==o.toLowerCase()&&(Mn(e,0)?(e=We(e,-1),i="-"):t.indexOf(" ")>=0?i=" ":t.indexOf("+")>=0&&(i="+")),r=null==r?null:parseInt(r,10),o){case"f":case"F":e=qe(e,r=null!=r?r:6);break;case"g":case"G":e=null!=r?Ve(e,r):Ve(e);break;case"e":case"E":e=null!=r?ze(e,r):ze(e);break;case"x":e=Ze(e);break;case"X":e=Ze(e).toUpperCase();break;default:e=String(e)}else e=e instanceof Date?rn(e):j(e);if(n="number"==typeof n?n:parseInt(n,10),isNaN(n))e=i+e;else{const r=t.indexOf("0")>=0,o=t.indexOf("-")>=0,s=o||!r?" ":"0";e="0"===s?i+(e=Wn(e,n-i.length,s,o)):Wn(i+e,n,s,o)}return e}function Gn(e,...t){return"object"==typeof e&&t.length>0&&(e=t[0],t.shift()),e.replace(An,(e,n,r,o,i,s)=>{let u=t[n];if(He(u))switch(i=null==i?null:parseInt(i,10),o){case"f":case"F":u=qe(u,i=null!=i?i:2);break;case"g":case"G":u=null!=i?Ve(u,i):Ve(u);break;case"e":case"E":u=null!=i?ze(u,i):ze(u);break;case"p":case"P":i=null!=i?i:2,u=qe(We(u,100),i)+" %";break;case"d":case"D":u=null!=i?Wn(String(u),i,"0"):String(u);break;case"x":case"X":u=null!=i?Wn(Ze(u),i,"0"):Ze(u),"X"===o&&(u=u.toUpperCase());break;default:if(s){let e="";u=s.replace(/(0+)(\.0+)?/,(t,n,r)=>(Mn(u,0)&&(u=We(u,-1),e="-"),u=qe(u,null!=r?r.length-1:0),Wn(u,(n||"").length-e.length+(null!=r?r.length:0),"0"))),u=e+u}}else u=u instanceof Date?rn(u,s||o):j(u);return r=parseInt((r||" ").substring(1),10),isNaN(r)||(u=Wn(String(u),Math.abs(r)," ",r<0)),u})}function Ln(e){return"string"!=typeof e||0===e.length}function Bn(e){return"string"!=typeof e||/^\s*$/.test(e)}function Hn(e,t){return Array.isArray(t)?t.join(e):Array.from(t).join(e)}function Wn(e,t,n,r){n=n||" ",t-=e.length;for(let o=0;o<t;o++)e=r?e+n:n+e;return e}function qn(e,t,n,r){if(r="number"==typeof r?r:void 0,(n="number"==typeof n?n:void 0)&&n<0)throw new Error("Count cannot be less than zero");if(0===n)return[];if(!Array.isArray(t)){if(0===r)return e.split(t,n);const o=arguments.length;t=Array(o-1);for(let e=1;e<o;e++)t[e-1]=arguments[e]}t=(t=t.map(e=>Sn(e))).length>0?t:[" "];let o=0;const i=[],s=new RegExp(t.join("|"),"g");for(;null==n||n>1;){const t=s.exec(e);if(null===t)break;(!r||t.index-o>0)&&(n=null!=n?n-1:n,i.push(e.substring(o,t.index))),o=s.lastIndex}return(!r||e.length-o>0)&&i.push(e.substring(o)),i}function Vn(e,t){return t.split("").filter(t=>e(t)).join("")}function zn(e,t,n){if(t+(n||0)>e.length)throw new Error("Invalid startIndex and/or length");return null!=n?e.substr(t,n):e.substr(t)}function Zn(){return De()}const Yn="The index was outside the range of elements in the list.";class Jn extends L{constructor(e,t){super(),this.head=e,this.tail=t}toString(){return"["+Hn("; ",this)+"]"}Equals(e){const t=this;if(t===e)return!0;return((e,t)=>{e:for(;;){const n=e,r=t,o=[n.tail,r.tail];if(null!=o[0]){if(null!=o[1]){const i=o[0],s=o[1];if(b(n.head,r.head)){e=i,t=s;continue e}return!1}return!1}return null==o[1]}})(t,e)}GetHashCode(){return 0|((e,t,n)=>{for(;;){const r=e,o=t,i=n,s=i.tail;if(null==s)return 0|o;{const u=s;if(r>18)return 0|o;e=r+1,t=(o<<1)+w(i.head)+631*r,n=u}}})(0,0,this)}toJSON(e){return Array.from(this)}CompareTo(e){return 0|((e,t)=>{e:for(;;){const n=e,r=t,o=[n.tail,r.tail];if(null!=o[0]){if(null!=o[1]){const i=o[0],s=o[1],u=0|x(n.head,r.head);if(0===u){e=i,t=s;continue e}return 0|u}return 1}return null!=o[1]?-1:0}})(this,e)}GetEnumerator(){return function(e){return new Xn(e)}(this)}[Symbol.iterator](){return a(this.GetEnumerator())}"System.Collections.IEnumerable.GetEnumerator"(){return c(this)}}class Xn{constructor(e){this.xs=e,this.it=this.xs,this.current=null}"System.Collections.Generic.IEnumerator`1.get_Current"(){return this.current}"System.Collections.IEnumerator.get_Current"(){return this.current}"System.Collections.IEnumerator.MoveNext"(){const e=this,t=e.it.tail;if(null!=t){const n=t;return e.current=e.it.head,e.it=n,!0}return!1}"System.Collections.IEnumerator.Reset"(){this.it=this.xs,this.current=null}Dispose(){}}function Kn(){return new Jn(null,void 0)}function Qn(e,t){return new Jn(e,t)}function er(e){return null==e.tail}function tr(e){return 0|((e,t)=>{for(;;){const n=e,r=t.tail;if(null==r)return 0|n;e=n+1,t=r}})(0,e)}function nr(e){if(null!=e.tail)return e.head;throw new Error("List was empty\\nParameter name: list")}function rr(e){const t=e.tail;if(null!=t)return t;throw new Error("List was empty\\nParameter name: list")}function or(){return Kn()}function ir(e,t){return Qn(e,t)}function sr(e){return Qn(e,Kn())}function ur(e){return er(e)}function cr(e){return tr(e)}function ar(e){return nr(e)}function lr(e){return er(e)?void 0:_e(nr(e))}function fr(e){return rr(e)}function $r(e){const t=0|tr(e),n=Pe(new Array(t),0,t,null);return((e,t)=>{for(;;){const r=e,o=t;if(er(o))break;n[r]=nr(o),e=r+1,t=rr(o)}})(0,e),n}function dr(e,t,n){let r=t,o=n;for(;!er(o);)r=e(r,nr(o)),o=rr(o);return r}function hr(e){return dr((e,t)=>Qn(t,e),Kn(),e)}function pr(e,t){dr((t,n)=>{e(n)},void 0,t)}function mr(e,t){let n=t;for(let t=e.length-1;t>=0;t--)n=Qn(e[t],n);return n}function gr(e){return mr(e,Kn())}function wr(e){let t,n;if(r(e))return gr(e);if(e instanceof Jn)return e;{const r=Kn();let o=r;const i=c(e);try{for(;i["System.Collections.IEnumerator.MoveNext"]();){const e=i["System.Collections.Generic.IEnumerator`1.get_Current"]();t=o,n=new Jn(e,void 0),t.tail=n,o=n}}finally{i.Dispose()}const s=o,u=Kn();return s.tail=u,rr(r)}}function yr(e,t){return dr((e,t)=>Qn(t,e),t,hr(e))}function _r(e,t){const n=Kn(),r=function(e,t,n){return((t,n,r)=>{for(;;){const o=t,i=n,s=r;if(er(s))return i;t=o+1,n=e(o,i,nr(s)),r=rr(s)}})(0,t,n)}((t,n,r)=>{const o=new Jn(e(t,r),void 0);return n.tail=o,o},n,t),o=Kn();return r.tail=o,rr(n)}function vr(e,t){const n=Kn(),r=dr((t,n)=>{const r=new Jn(e(n),void 0);return t.tail=r,r},n,t),o=Kn();return r.tail=o,rr(n)}function br(e,t){return(t=>{e:for(;;){const n=t;if(er(n))return;{const r=e(nr(n));if(null==r){t=rr(n);continue e}return r}}})(t)}function Er(e,t){return((t,n)=>{for(;;){const r=t,o=n;if(er(o))return;if(e(nr(o)))return r;t=r+1,n=rr(o)}})(0,t)}function Cr(e,t){return function(e,t){return((e,n)=>{for(;;){const r=e,o=n,i=o.tail;if(null==i)throw new Error(Yn+"\\nParameter name: index");if(r===t)return o.head;e=r+1,n=i}})(0,e)}(t,e)}function Sr(){throw new Error("Enumeration has not started. Call MoveNext.")}function xr(){throw new Error("Enumeration already finished.")}class Or{constructor(e){this.f=e}toString(){let e=0,t="seq [";const n=c(this);try{for(;e<4&&n["System.Collections.IEnumerator.MoveNext"]();)e>0&&(t+="; "),t+=j(n["System.Collections.Generic.IEnumerator`1.get_Current"]()),e=e+1|0;return 4===e&&(t+="; ..."),t+"]"}finally{n.Dispose()}}GetEnumerator(){return this.f()}[Symbol.iterator](){return a(this.GetEnumerator())}"System.Collections.IEnumerable.GetEnumerator"(){return this.f()}}class Nr{constructor(e,t,n){this.current=e,this.next=t,this.dispose=n}"System.Collections.Generic.IEnumerator`1.get_Current"(){return this.current()}"System.Collections.IEnumerator.get_Current"(){return this.current()}"System.Collections.IEnumerator.MoveNext"(){return this.next()}"System.Collections.IEnumerator.Reset"(){!function(){throw new Error("Reset is not supported on this enumerator.")}()}Dispose(){this.dispose()}}function Pr(e,t,n){return new Nr(e,t,n)}function Ar(e,t,n){let r=!1,o=void 0,i=_e(e());const s=()=>{if(null!=i){const e=ve(i);try{n(e)}finally{i=void 0}}},u=()=>{try{s()}finally{o=void 0}};return Pr(()=>(r||Sr(),null!=o?ve(o):xr()),()=>{if(r||(r=!0),null!=i){const e=ve(i);let n;try{n=t(e)}catch(e){throw u(),e}return null!=n?(o=n,!0):(u(),!1)}return!1},s)}function Mr(e,t){null==t&&function(e){throw new Error(e)}(e)}function Tr(e){return function(e){return new Or(e)}(e)}function kr(e){return Mr("source",e),c(e)}function jr(e){return Tr(()=>c(e()))}function Dr(e){return Tr(()=>function(e){let t=void 0,n=void 0,r=!1,o=!1,i=void 0;const s=()=>{if(o=!0,null!=n){const e=n;try{e.Dispose()}finally{n=void 0}}if(null!=t){const e=t;try{e.Dispose()}finally{t=void 0}}};return Pr(()=>(r?o&&xr():Sr(),null!=i?ve(i):xr()),()=>{let u;if(r||(r=!0),o)return!1;{let r=void 0;for(;null==r;){const o=[t,n];if(null!=o[0])if(null!=o[1]){const e=o[1];if(e["System.Collections.IEnumerator.MoveNext"]())i=_e(e["System.Collections.Generic.IEnumerator`1.get_Current"]()),r=!0;else try{e.Dispose()}finally{n=void 0}}else{const e=o[0];if(e["System.Collections.IEnumerator.MoveNext"]()){u=e["System.Collections.Generic.IEnumerator`1.get_Current"](),n=c(u)}else s(),r=!1}else t=c(e)}return ve(r)}},()=>{o||s()})}(e))}function Ir(){return jr(()=>new Array(0))}function Rr(e){return jr(()=>function(e,t){const n=Oe(t,1);return n[0]=e,n}(e))}function Fr(e){return r(e)?gr(e):e instanceof Jn?e:wr(e)}function Ur(e,t,n){return Tr(()=>Ar(e,t,n))}function Gr(e,t,n){return Tr(()=>{let r=-1;return Ar(e,e=>(r=r+1|0,t(r,e)),n)})}function Lr(e,t){return Dr([e,t])}function Br(e,t){return Ur(()=>kr(t),t=>{let n=void 0;for(;null==n&&t["System.Collections.IEnumerator.MoveNext"]();)n=e(t["System.Collections.Generic.IEnumerator`1.get_Current"]());return n},e=>{e.Dispose()})}function Hr(e,t,n){const r=kr(t);try{let t=!1;for(;!t&&r["System.Collections.IEnumerator.MoveNext"]();)t=n.Equals(e,r["System.Collections.Generic.IEnumerator`1.get_Current"]());return t}finally{r.Dispose()}}function Wr(e,t){return Br(t=>e(t)?_e(t):void 0,t)}function qr(e,t,n){const r=kr(n);try{let n=t;for(;r["System.Collections.IEnumerator.MoveNext"]();)n=e(n,r["System.Collections.Generic.IEnumerator`1.get_Current"]());return n}finally{r.Dispose()}}function Vr(e,t){qr((t,n)=>{e(n)},void 0,t)}function zr(e,t){qr((t,n)=>(e(t,n),t+1|0),0,t)}function Zr(e,t){return Ur(()=>kr(t),t=>t["System.Collections.IEnumerator.MoveNext"]()?_e(e(t["System.Collections.Generic.IEnumerator`1.get_Current"]())):void 0,e=>{e.Dispose()})}function Yr(e,t){return Gr(()=>kr(t),(t,n)=>n["System.Collections.IEnumerator.MoveNext"]()?_e(e(t,n["System.Collections.Generic.IEnumerator`1.get_Current"]())):void 0,e=>{e.Dispose()})}function Jr(e,t){return jr(()=>Dr(Zr(e,t)))}class Xr extends L{constructor(e,t){super(),this.bound=0|e,this.digits=t}}function Kr(e,t){for(;;){const n=e,r=t;if(0===r)return 1;if(r%2!=0)return n*Kr(n*n,~~(r/2))|0;e=n*n,t=~~(r/2)}}zt(2013265921,0,!1),zt(2013265921,0,!0);Me(28,e=>Kr(2,e),Int32Array);function Qr(e){return e.bound}function eo(e,t){return e.digits[t]}function to(e,t){return Jt(eo(e,t),!1,2)}function no(e,t,n){e.digits[t]=0|n}function ro(e,t){for(;;){const n=e,r=t;if(0===r)return zt(1,0,!1);if(r%2!=0)return Lt(n,ro(Lt(n,n),~~(r/2)));e=Lt(n,n),t=~~(r/2)}}function oo(e,t){for(;;){const n=e,r=t;if(0===r)return 1;if(r%2!=0)return n*oo(n*n,~~(r/2))|0;e=n*n,t=~~(r/2)}}const io=zt(16777216,0,!1),so=zt(16777215,0,!1);zt(16777215,0,!0);function uo(e){return new Xr(e,new Int32Array(e))}function co(e){const t=0|((e,t)=>{for(;;){const n=e,r=t;if(-1===r||0!==n[r])return r+1|0;e=n,t=r-1}})(e.digits,e.bound-1);return e.bound=0|t,e}function ao(e){const t=0|(e<0?0:e);if(t<16777216){const e=uo(1);return e.digits[0]=0|t,co(e)}{const e=uo(2);for(let n=0;n<=1;n++)e.digits[n]=~~(t/oo(16777216,n))%16777216|0;return co(e)}}function lo(e){if(1===e.bound)return 0|e.digits[0];{let t=0;for(let n=e.bound-1;n>=0;n--)t=e.digits[n]+16777216*t|0;return 0|t}}const fo=ao(1),$o=ao(0);function ho(e){return e.bound-1}function po(e){return 0===e.bound}function mo(e,t){if(e.bound===t.bound){return((e,t,n)=>{for(;;){const r=e,o=t,i=n;if(-1===i)return!0;if(r[i]!==o[i])return!1;e=r,t=o,n=i-1}})(e.digits,t.digits,e.bound-1)}return!1}function go(e,t){if(e.bound<t.bound)return-1;if(e.bound>t.bound)return 1;return 0|((e,t,n)=>{for(;;){const r=e,o=t,i=n;if(-1===i)return 0;if(r[i]!==o[i])return r[i]<o[i]?-1:1;e=r,t=o,n=i-1}})(e.digits,t.digits,e.bound-1)}function wo(e,t){return-1===go(e,t)}function yo(e,t,n){for(;;){const r=e,o=t,i=n;if(!(Vt(o,zt(0,0,!1))>0))break;{const s=Gt(to(r,i),o);no(r,i,~~Zt(qt(s,so))),e=r,t=Bt(s,io),n=i+1}}}function _o(e,t){const n=0|Qr(e),r=uo(n+1),o=Jt(t,!1,2);let i=zt(0,0,!1);for(let t=0;t<=n-1;t++){const n=Gt(Gt(i,to(r,t)),Lt(to(e,t),o));no(r,t,~~Zt(qt(n,so))),i=Bt(n,io)}return yo(r,i,n),co(r)}function vo(e,t){const n=1===Qr(e),r=1===Qr(t);return n&&r?function(e,t){const n=uo(2),r=Lt(Jt(e,!1,2),Jt(t,!1,2));return no(n,0,~~Zt(qt(r,so))),no(n,1,~~Zt(Bt(r,io))),co(n)}(eo(e,0),eo(t,0)):n?_o(t,eo(e,0)):r?_o(e,eo(t,0)):function(e,t){const n=uo(e.bound+t.bound),r=n.digits;for(let o=0;o<=e.bound-1;o++){const i=Jt(e.digits[o],!1,2);let s=zt(0,0,!1),u=o;for(let e=0;e<=t.bound-1;e++){const n=Jt(t.digits[e],!1,2),o=Gt(Gt(Jt(r[u],!1,2),s),Lt(i,n));r[u]=0|~~Zt(qt(o,so)),s=Bt(o,io),u=u+1|0}yo(n,s,u)}return co(n)}(e,t)}class bo extends L{constructor(e,t,n,r,o,i,s){super(),this.bigL=0|e,this.twoToBigL=0|t,this.k=0|n,this.bigK=0|r,this.bigN=0|o,this.split=0|i,this.splits=s}}function Eo(e,t,n,r){return new bo(e,oo(2,e),t,n,r,~~(24/e),Me(~~(24/e),t=>oo(2,e*t),Int32Array))}const Co=[Eo(1,28,268435456,268435456),Eo(2,26,67108864,134217728),Eo(3,24,16777216,50331648),Eo(4,22,4194304,16777216),Eo(5,20,1048576,5242880),Eo(6,18,262144,1572864),Eo(7,16,65536,458752),Eo(8,14,16384,131072),Eo(9,12,4096,36864),Eo(10,10,1024,10240),Eo(11,8,256,2816),Eo(12,6,64,768),Eo(13,4,16,208)];Me(24,e=>oo(2,e)-1,Int32Array),Me(24,e=>oo(2,e),Int32Array),Me(24,e=>ro(zt(2,0,!1),e));Co[0].bigN;function So(e,t){return vo(e,t)}function xo(e,t,n,r){const o=[e.digits,ho(e)],i=o[0],s=[n.digits,ho(n)],u=0|s[1],c=s[0],a=Jt(t,!1,2);let l=0,f=Lt(a,Jt(c[0],!1,2));for(;Vt(f,zt(0,0,!1))>0||l<u;){if(l>o[1])throw new Error("scaleSubInPlace: pre-condition did not apply, result would be -ve");let e=~~Zt(qt(f,so)),t=Bt(f,io);e<=i[l+r]?i[l+r]=i[l+r]-e|0:(i[l+r]=i[l+r]+(16777216-e)|0,t=Gt(t,zt(1,0,!1))),f=l<u?Gt(t,Lt(a,Jt(c[l+1],!1,2))):t,l=l+1|0}co(e)}function Oo(e,t,n,r){const o=[e.digits,ho(e)],i=o[0],s=[n.digits,ho(n)],u=0|s[1],c=s[0],a=Jt(t,!1,2);let l=0,f=Lt(a,Jt(c[0],!1,2));for(;Vt(f,zt(0,0,!1))>0||l<u;){if(l>o[1])throw new Error("scaleSubInPlace: pre-condition did not apply, result would be -ve");let e=~~Zt(qt(f,so)),t=Bt(f,io);e<16777216-i[l+r]?i[l+r]=i[l+r]+e|0:(i[l+r]=e-(16777216-i[l+r])|0,t=Gt(t,zt(1,0,!1))),f=l<u?Gt(t,Lt(a,Jt(c[l+1],!1,2))):t,l=l+1|0}co(e)}function No(e,t,n){const r=[ho(t),ho(e)],o=0|r[1],i=0|r[0];if(o<i+n)return 0;{const r=[t.digits,e.digits],l=r[1],f=r[0],$=0|(0===i?o===n?~~(l[n]/f[0]):~~Zt(Bt(Gt(Lt(Jt(l[o],!1,2),io),Jt(l[o-1],!1,2)),Jt(f[0],!1,2))):o===i+n?~~(l[o]/(f[i]+1)):~~Zt(Bt(Gt(Lt(Jt(l[o],!1,2),io),Jt(l[o-1],!1,2)),Gt(Jt(f[i],!1,2),zt(1,0,!1)))));return 0===$?1!=(u=n,c=e,a=0,(s=t).bound+u<c.bound+a?-1:s.bound+u>c.bound+u?1:0|((e,t,n)=>{e:for(;;){const r=e,o=t,i=n;if(-1===i)return 0;{const s=0|(i<u?0:r[i-u]),c=0|(i<a?0:o[i-a]);if(s===c){e=r,t=o,n=i-1;continue e}return s<c?-1:1}}})(s.digits,c.digits,s.bound+u-1))?1:0:0|$}var s,u,c,a}function Po(e,t){if(po(t))throw new Error;if(ho(e)<ho(t))return[$o,e];{const n=function(e){return new Xr(e.bound,e.digits.slice())}(e),r=uo(ho(e)-ho(t)+1+1);let o=ho(e);const i=0|ho(t);let s=o-i;const u=e=>{};let c=!1;for(;!c;){u([r,n,s,o]);const e=0|No(n,t,s);e>0?(xo(n,e,t,s),Oo(r,e,fo,s),u([r,n,s,o])):(c=0===e&&0===s,c||(o===i+s?(u([r,n,s-1,o]),s=s-1|0):(u([r,n,s-1,o-1]),s=s-1|0,o=o-1|0)))}return[co(r),co(n)]}}ao(2);function Ao(e){return ao(e)}function Mo(e){return function(e){const t=Vt(e,zt(0,0,!1))<0?zt(0,0,!1):e,n=uo(3);for(let e=0;e<=2;e++)n.digits[e]=0|~~Zt(Ht(Bt(t,ro(io,e)),io));return co(n)}(e)}function To(e){const t=0|ho(e),n=(e,t,r,o)=>{e:for(;;){const i=e,s=t,u=r,c=o;if(ur(c)){const e=0|lo(u);return i&&0===e?s:ir(d(e),s)}{const a=fr(c),l=Po(u,ar(c)[1]),f=l[1],$=l[0];if(i&&po($)){e=i,t=s,r=f,o=a;continue e}e=i,t=n(!1,s,f,a),r=$,o=a;continue e}}},r=n(!0,or(),e,((e,n,r)=>{for(;;){const o=e,i=n,s=r;if(ho(s)>t)return ir([i,s],o);e=ir([i,s],o),n=i+1,r=So(s,s)}})(or(),0,ao(10)));return ur(r)?"0":Hn("",$r(r))}function ko(e){return e.bound<=1}function jo(e){const t=e;return 0<t.bound?0|t.digits[0]:0}var Do={GetHashCode(){return g([this.s,this.e].concat(this.c))},Equals(e){return!this.cmp(e)},CompareTo(e){return this.cmp(e)},[Be](){const e=this;return{multiply:t=>e.mul(t),toPrecision:t=>e.toPrecision(t),toExponential:t=>e.toExponential(t),toFixed:t=>e.toFixed(t),toHex:()=>(Number(e)>>>0).toString(16)}}},Io="[big.js] ",Ro=Io+"Invalid ",Fo=Ro+"decimal places",Uo=/^-?(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i;function Go(e,t){var n,r,o;if(!Uo.test(t))throw Error(Ro+"number");for(e.s="-"==t.charAt(0)?(t=t.slice(1),-1):1,(n=t.indexOf("."))>-1&&(t=t.replace(".","")),(r=t.search(/e/i))>0?(n<0&&(n=r),n+=+t.slice(r+1),t=t.substring(0,r)):n<0&&(n=t.length),o=t.length,r=0;r<n&&r<o&&"0"==t.charAt(r);)++r;if(r==o)e.c=[e.e=0];else for(e.e=n-r-1,e.c=[],n=0;r<o;)e.c[n++]=+t.charAt(r++);return e=Lo(e,Ho.DP+1,Ho.RM)}function Lo(e,t,n,r){var o=e.c;if(void 0===n&&(n=Ho.RM),0!==n&&1!==n&&2!==n&&3!==n)throw Error("[big.js] Invalid rounding mode");if(t<1)r=3===n&&(r||!!o[0])||0===t&&(1===n&&o[0]>=5||2===n&&(o[0]>5||5===o[0]&&(r||void 0!==o[1]))),o.length=1,r?(e.e=e.e-t+1,o[0]=1):o[0]=e.e=0;else if(t<o.length){const i=o.findIndex((e,n)=>n>=t&&e>0)<0;if(r=1===n&&o[t]>=5||2===n&&(o[t]>5||5===o[t]&&(r||void 0!==o[t+1]||1&o[t-1]))||3===n&&(r||!i),o.length=t--,r)for(;++o[t]>9;)o[t]=0,t--||(++e.e,o.unshift(1));for(t=o.length;!o[--t];)o.pop()}return e}function Bo(e,t,n){var r=e.e,o=e.c.join(""),i=o.length;if(t)o=o.charAt(0)+(i>1?"."+o.slice(1):"")+(r<0?"e":"e+")+r;else if(r<0){for(;++r;)o="0"+o;o="0."+o}else if(r>0)if(++r>i)for(r-=i;r--;)o+="0";else r<i&&(o=o.slice(0,r)+"."+o.slice(r));else i>1&&(o=o.charAt(0)+"."+o.slice(1));return e.s<0&&n?"-"+o:o}Do.abs=function(){var e=new this.constructor(this);return e.s=1,e},Do.cmp=function(e){var t,n=this.constructor,r=new n(this),o=(e=new n(e),r.c),i=e.c,s=r.s,u=e.s,c=r.e,a=e.e;if(!o[0]||!i[0])return o[0]?s:i[0]?-u:0;if(s!=u)return s;if(t=s<0,c!=a)return c>a^t?1:-1;for(u=Math.max(o.length,i.length),s=0;s<u;s++)if((c=s<o.length?o[s]:0)!=(a=s<i.length?i[s]:0))return c>a^t?1:-1;return 0},Do.div=function(e){var t=this.constructor,n=new t(this),r=(e=new t(e),n.c),o=e.c,i=n.s==e.s?1:-1,s=t.DP;if(s!==~~s||s<0||s>1e6)throw Error(Fo);if(!o[0])throw Error("[big.js] Division by zero");if(!r[0])return e.s=i,e.c=[e.e=0],e;var u,c,a,l,f,$=o.slice(),d=u=o.length,h=r.length,p=r.slice(0,u),m=p.length,g=e,w=g.c=[],y=0,_=s+(g.e=n.e-e.e)+1;for(g.s=i,i=_<0?0:_,$.unshift(0);m++<u;)p.push(0);do{for(a=0;a<10;a++){if(u!=(m=p.length))l=u>m?1:-1;else for(f=-1,l=0;++f<u;)if(o[f]!=p[f]){l=o[f]>p[f]?1:-1;break}if(!(l<0))break;for(c=m==u?o:$;m;){if(p[--m]<c[m]){for(f=m;f&&!p[--f];)p[f]=9;--p[f],p[m]+=10}p[m]-=c[m]}for(;!p[0];)p.shift()}w[y++]=l?a:++a,p[0]&&l?p[m]=r[d]||0:p=[r[d]]}while((d++<h||void 0!==p[0])&&i--);return w[0]||1==y||(w.shift(),g.e--,_--),y>_&&Lo(g,_,t.RM,void 0!==p[0]),g},Do.eq=function(e){return 0===this.cmp(e)},Do.gt=function(e){return this.cmp(e)>0},Do.gte=function(e){return this.cmp(e)>-1},Do.lt=function(e){return this.cmp(e)<0},Do.lte=function(e){return this.cmp(e)<1},Do.minus=Do.sub=function(e){var t,n,r,o,i=this.constructor,s=new i(this),u=(e=new i(e),s.s),c=e.s;if(u!=c)return e.s=-c,s.plus(e);var a=s.c.slice(),l=s.e,f=e.c,$=e.e;if(!a[0]||!f[0])return f[0]?e.s=-c:a[0]?e=new i(s):e.s=1,e;if(u=l-$){for((o=u<0)?(u=-u,r=a):($=l,r=f),r.reverse(),c=u;c--;)r.push(0);r.reverse()}else for(n=((o=a.length<f.length)?a:f).length,u=c=0;c<n;c++)if(a[c]!=f[c]){o=a[c]<f[c];break}if(o&&(r=a,a=f,f=r,e.s=-e.s),(c=(n=f.length)-(t=a.length))>0)for(;c--;)a[t++]=0;for(c=t;n>u;){if(a[--n]<f[n]){for(t=n;t&&!a[--t];)a[t]=9;--a[t],a[n]+=10}a[n]-=f[n]}for(;0===a[--c];)a.pop();for(;0===a[0];)a.shift(),--$;return a[0]||(e.s=1,a=[$=0]),e.c=a,e.e=$,e},Do.mod=function(e){var t,n=this.constructor,r=new n(this),o=(e=new n(e),r.s),i=e.s;if(!e.c[0])throw Error("[big.js] Division by zero");return r.s=e.s=1,t=1==e.cmp(r),r.s=o,e.s=i,t?new n(r):(o=n.DP,i=n.RM,n.DP=n.RM=0,r=r.div(e),n.DP=o,n.RM=i,this.minus(r.times(e)))},Do.plus=Do.add=function(e){var t,n,r,o=this.constructor,i=new o(this);e=new o(e);if(i.s!=e.s)return e.s=-e.s,i.minus(e);var s=i.e,u=i.c,c=e.e,a=e.c;if(!u[0]||!a[0])return a[0]||(u[0]?e=new o(i):e.s=i.s),e;if(u=u.slice(),t=s-c){for(t>0?(c=s,r=a):(t=-t,r=u),r.reverse();t--;)r.push(0);r.reverse()}for(u.length-a.length<0&&(r=a,a=u,u=r),t=a.length,n=0;t;u[t]%=10)n=(u[--t]=u[t]+a[t]+n)/10|0;for(n&&(u.unshift(n),++c),t=u.length;0===u[--t];)u.pop();return e.c=u,e.e=c,e},Do.pow=function(e){var t=this.constructor,n=new t(this),r=new t("1"),o=new t("1"),i=e<0;if(e!==~~e||e<-1e6||e>1e6)throw Error(Ro+"exponent");for(i&&(e=-e);1&e&&(r=r.times(n)),e>>=1;)n=n.times(n);return i?o.div(r):r},Do.prec=function(e,t){if(e!==~~e||e<1||e>1e6)throw Error(Ro+"precision");return Lo(new this.constructor(this),e,t)},Do.round=function(e,t){if(void 0===e)e=0;else if(e!==~~e||e<-1e6||e>1e6)throw Error(Fo);return Lo(new this.constructor(this),e+this.e+1,t)},Do.sqrt=function(){var e,t,n,r=this.constructor,o=new r(this),i=o.s,s=o.e,u=new r("0.5");if(!o.c[0])return new r(o);if(i<0)throw Error(Io+"No square root");0===(i=Math.sqrt(o+""))||i===1/0?((t=o.c.join("")).length+s&1||(t+="0"),s=((s+1)/2|0)-(s<0||1&s),e=new r(((i=Math.sqrt(t))==1/0?"5e":(i=i.toExponential()).slice(0,i.indexOf("e")+1))+s)):e=new r(i+""),s=e.e+(r.DP+=4);do{n=e,e=u.times(n.plus(o.div(n)))}while(n.c.slice(0,s).join("")!==e.c.slice(0,s).join(""));return Lo(e,(r.DP-=4)+e.e+1,r.RM)},Do.times=Do.mul=function(e){var t,n=this.constructor,r=new n(this),o=(e=new n(e),r.c),i=e.c,s=o.length,u=i.length,c=r.e,a=e.e;if(e.s=r.s==e.s?1:-1,!o[0]||!i[0])return e.c=[e.e=0],e;for(e.e=c+a,s<u&&(t=o,o=i,i=t,a=s,s=u,u=a),t=new Array(a=s+u);a--;)t[a]=0;for(c=u;c--;){for(u=0,a=s+c;a>c;)u=t[a]+i[c]*o[a-c-1]+u,t[a--]=u%10,u=u/10|0;t[a]=u}for(u?++e.e:t.shift(),c=t.length;!t[--c];)t.pop();return e.c=t,e},Do.toExponential=function(e,t){var n=this,r=n.c[0];if(void 0!==e){if(e!==~~e||e<0||e>1e6)throw Error(Fo);for(n=Lo(new n.constructor(n),++e,t);n.c.length<e;)n.c.push(0)}return Bo(n,!0,!!r)},Do.toFixed=function(e,t){var n=this,r=n.c[0];if(void 0!==e){if(e!==~~e||e<0||e>1e6)throw Error(Fo);for(e=e+(n=Lo(new n.constructor(n),e+n.e+1,t)).e+1;n.c.length<e;)n.c.push(0)}return Bo(n,!1,!!r)},Do.toJSON=Do.toString=function(){var e=this,t=e.constructor;return Bo(e,e.e<=t.NE||e.e>=t.PE,!!e.c[0])},Do.toNumber=function(){var e=Number(Bo(this,!0,!0));if(!0===this.constructor.strict&&!this.eq(e.toString()))throw Error(Io+"Imprecise conversion");return e},Do.toPrecision=function(e,t){var n=this,r=n.constructor,o=n.c[0];if(void 0!==e){if(e!==~~e||e<1||e>1e6)throw Error(Ro+"precision");for(n=Lo(new r(n),e,t);n.c.length<e;)n.c.push(0)}return Bo(n,e<=n.e||n.e<=r.NE||n.e>=r.PE,!!o)},Do.valueOf=function(){var e=this,t=e.constructor;if(!0===t.strict)throw Error(Io+"valueOf disallowed");return Bo(e,e.e<=t.NE||e.e>=t.PE,!0)};var Ho=function e(){function t(n){var r=this;if(!(r instanceof t))return void 0===n?e():new t(n);if(n instanceof t)r.s=n.s,r.e=n.e,r.c=n.c.slice(),function(e){if(e.c.length>1&&!e.c[0]){let t=e.c.findIndex(e=>e);e.c=e.c.slice(t),e.e=e.e-t}}(r);else{if("string"!=typeof n){if(!0===t.strict)throw TypeError(Ro+"number");n=0===n&&1/n<0?"-0":String(n)}Go(r,n)}r.constructor=t}return t.prototype=Do,t.DP=28,t.RM=1,t.NE=-29,t.PE=29,t.strict=!1,t}(),Wo=Ho;new Wo(0),new Wo(1),new Wo(-1),new Wo("79228162514264337593543950335"),new Wo("-79228162514264337593543950335");class qo extends L{constructor(e,t){super(),this.signInt=0|e,this.v=t}toString(){const e=this;switch(0|Zo(e)){case-1:return po(Yo(e))?"0":"-"+To(Yo(e));case 0:return"0";case 1:return To(Yo(e));default:throw new Error("signs should be +/- 1 or 0")}}Equals(e){return e instanceof qo&&Jo(this,e)}GetHashCode(){return 0|(0===Zo(e=this)?1:Zo(e)+function(e){let t=0;for(let n=0;n<=e.bound-1;n++)t=e.digits[n]+(t<<3)|0;return 0|t}(Yo(e))|0);var e}toJSON(e){return j(this)}CompareTo(e){if(e instanceof qo)return 0|(Xo(t=this,n=e)?-1:Jo(t,n)?0:1);throw new Error("the objects are not comparable\\nParameter name: obj");var t,n}}function Vo(e,t){return new qo(e,t)}function zo(e){return ko(e)&&jo(e)<qo.smallLim?qo.smallPosTab[jo(e)]:e}function Zo(e){return e.signInt}function Yo(e){return e.v}function Jo(e,t){const n=[Zo(e),Zo(t)];let r;switch(r=-1===n[0]?-1===n[1]?1:0===n[1]?8:1===n[1]?3:9:0===n[0]?-1===n[1]?6:0===n[1]?4:1===n[1]?5:9:1===n[0]?-1===n[1]?2:0===n[1]?7:1===n[1]?0:9:9,r){case 0:case 1:return mo(Yo(e),Yo(t));case 2:case 3:return!!po(Yo(e))&&po(Yo(t));case 4:return!0;case 5:case 6:return po(Yo(t));case 7:case 8:return po(Yo(e));case 9:throw new Error("signs should be +/- 1 or 0\\nParameter name: x")}}function Xo(e,t){const n=[Zo(e),Zo(t)];let r;switch(r=-1===n[0]?-1===n[1]?1:0===n[1]?8:1===n[1]?3:9:0===n[0]?-1===n[1]?6:0===n[1]?4:1===n[1]?5:9:1===n[0]?-1===n[1]?2:0===n[1]?7:1===n[1]?0:9:9,r){case 0:return wo(Yo(e),Yo(t));case 1:return wo(Yo(t),Yo(e));case 2:return!1;case 3:return!po(Yo(e))||!po(Yo(t));case 4:return!1;case 5:return!po(Yo(t));case 6:case 7:return!1;case 8:return!po(Yo(e));case 9:throw new Error("signs should be +/- 1 or 0\\nParameter name: x")}}function Ko(e){return e>=0?Vo(1,zo(Ao(e))):Vo(-1,zo(-2147483648===e?Mo(Wt(Jt(e,!1,2))):Ao(Le(e))))}function Qo(){return qo.one}function ei(){return qo.two}function ti(){return qo.zero}qo.smallLim=4096,qo.smallPosTab=Me(qo.smallLim,e=>Ao(e)),qo.one=Ko(1),qo.two=Ko(2),qo.zero=Ko(0);ti(),Qo(),ei();ti(),Qo();var ni=n(0);const ri=ni.default,oi=e=>{Object(ni.useEffect)(()=>{const t=e();return()=>{t.Dispose()}})},ii=(e,t)=>{Object(ni.useEffect)(()=>{const t=e();return()=>{t.Dispose()}},t)},si=e=>{Object(ni.useLayoutEffect)(()=>{const t=e();return()=>{t.Dispose()}})};function ui(e){return{Dispose(){e()}}}function ci(e,t){ii(e,t)}function ai(e){fi(e,[])}function li(e){ci(e,[])}function fi(e,t){ii(t=>(e(),ui(()=>{})),t)}function $i(e,t){return ri.useCallback(e,Ce(t,[]))}function di(e){return ri.useRef(e)}function hi(e){const t=di(e),n=$i(e=>t.current(e),[]);var r;return r=()=>{t.current=e},si(e=>(r(),ui(()=>{}))),n}ni.useState;function pi(e){return ri.useState(e)}ni.useState;class mi{constructor(e=!1){this._id=0,this._cancelled=e,this._listeners=new Map}get isCancelled(){return this._cancelled}cancel(){if(!this._cancelled){this._cancelled=!0;for(const[,e]of this._listeners)e()}}addListener(e){const t=this._id;return this._listeners.set(this._id++,e),t}removeListener(e){return this._listeners.delete(e)}register(e,t){const n=this,r=this.addListener(null==t?e:()=>e(t));return{Dispose(){n.removeListener(r)}}}}class gi extends Error{constructor(){super("The operation was canceled"),Object.setPrototypeOf(this,gi.prototype)}}class wi{constructor(){this.callCount=0}static get maxTrampolineCallCount(){return 2e3}incrementAndCheck(){return this.callCount++>wi.maxTrampolineCallCount}hijack(e){this.callCount=0,setTimeout(e,0)}}function yi(e){return t=>{if(t.cancelToken.isCancelled)t.onCancel(new gi);else if(t.trampoline.incrementAndCheck())t.trampoline.hijack(()=>{try{e(t)}catch(e){t.onError(e)}});else try{e(t)}catch(e){t.onError(e)}}}function _i(e,t){return yi(n=>{e({onSuccess:e=>{try{t(e)(n)}catch(e){n.onError(e)}},onError:n.onError,onCancel:n.onCancel,cancelToken:n.cancelToken,trampoline:n.trampoline})})}function vi(e){return yi(t=>t.onSuccess(e))}const bi=new class{Bind(e,t){return _i(e,t)}Combine(e,t){return this.Bind(e,()=>t)}Delay(e){return yi(t=>e()(t))}For(e,t){const n=e[Symbol.iterator]();let r=n.next();return this.While(()=>!r.done,this.Delay(()=>{const e=t(r.value);return r=n.next(),e}))}Return(e){return vi(e)}ReturnFrom(e){return e}TryFinally(e,t){return yi(n=>{e({onSuccess:e=>{t(),n.onSuccess(e)},onError:e=>{t(),n.onError(e)},onCancel:e=>{t(),n.onCancel(e)},cancelToken:n.cancelToken,trampoline:n.trampoline})})}TryWith(e,t){return yi(n=>{e({onSuccess:n.onSuccess,onCancel:n.onCancel,cancelToken:n.cancelToken,trampoline:n.trampoline,onError:e=>{try{t(e)(n)}catch(e){n.onError(e)}}})})}Using(e,t){return this.TryFinally(t(e),()=>e.Dispose())}While(e,t){return e()?this.Bind(t,()=>this.While(e,t)):this.Return(void 0)}Zero(){return yi(e=>e.onSuccess(void 0))}};class Ei extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Ok","Error"]}}function Ci(e,t){return 0===t.tag?new Ei(0,e(t.fields[0])):new Ei(1,t.fields[0])}function Si(e,t){return 0===t.tag?new Ei(0,t.fields[0]):new Ei(1,e(t.fields[0]))}function xi(e,t){return 0===t.tag?e(t.fields[0]):new Ei(1,t.fields[0])}class Oi extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Choice1Of2","Choice2Of2"]}}function Ni(e){}function Pi(e){const t=new mi("boolean"==typeof e&&e);return"number"==typeof e&&setTimeout(()=>{t.cancel()},e),t}function Ai(e){e.cancel()}function Mi(e){return null!=e&&e.isCancelled}const Ti=new mi;function ki(e){return yi(t=>{e({onSuccess:e=>t.onSuccess(function(e){return new Oi(0,e)}(e)),onError:e=>t.onSuccess(new Oi(1,e)),onCancel:t.onCancel,cancelToken:t.cancelToken,trampoline:t.trampoline})})}function ji(e){return yi(t=>e([t.onSuccess,t.onError,t.onCancel]))}function Di(e,t){return function(e,t){return Ii(e,t)}(e,t)}function Ii(e,t,n,r,o){"function"!=typeof t&&(o=t,t=void 0);const i=new wi;e({onSuccess:t||Ni,onError:n||Ni,onCancel:r||Ni,cancelToken:o||Ti,trampoline:i})}class Ri{constructor(){}}function Fi(e,t){return{then:(e,n)=>{try{return t().then(e,n)}catch(e){if(b(n,null))return Promise.reject(e);try{return Promise.resolve(n(e))}catch(e){return Promise.reject(e)}}},catch:e=>{try{return t().catch(e)}catch(t){try{return Promise.resolve(e(t))}catch(e){return Promise.reject(e)}}}}}const Ui=new Ri;class Gi extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Writable","ReadWritable"]}}class Li{constructor(e){this.state=new Gi(0,Pe(new Array(N((e,t)=>C(e,t),e,10)),0,N((e,t)=>C(e,t),e,10),null),0)}}function Bi(e){const t=e.state;if(1===t.tag){const n=0|t.fields[1],r=0|t.fields[2],o=t.fields[0],i=(r+1)%o.length|0;return e.state=i===n?new Gi(0,o,n):new Gi(1,o,n,i),_e(o[r])}}function Hi(e,t,n){const r=di(e[0]),o=di(new Li(10));const s=pi(e[0]);let u;const c=di(Pi()),a=di(c.current);li(()=>ui(()=>{Ai(c.current)})),u=a;const l=()=>{setTimeout(()=>{let e;e=u.current,Mi(e)||s[1](r.current)},0)},f=e=>{var n;(n=Fi(0,()=>{let n=_e(e);return function e(t,n,r){return n()?r.then(()=>e(t,n,r)):Promise.resolve(void 0)}(Ui,()=>{let e;return null!=n&&(e=u.current,!Mi(e))},Fi(0,()=>{const e=t(ve(n),r.current);return pr(e=>{e(f)},e[1]),n=Bi(o.current),r.current=e[0],l(),Promise.resolve()}))}),new Promise((e,t)=>{try{Promise.resolve(n).then(e,t)}catch(e){t(e)}})).then()},$=hi(f);var d;return ci(()=>ui(()=>{let e;Vr(e=>{e.Dispose()},Ee((e=r.current,i(e)?e:void 0)))}),n),fi(()=>{r.current=e[0],l(),pr(e=>{e($)},e[1])},n),d=()=>{Vr($,Ee(Bi(o.current)))},oi(e=>(d(),ui(()=>{}))),[s[0],$]}var Wi=n(1);function qi(){return(qi=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function Vi(e){this.getChildContext=function(){return e.context};var t=e.children,n=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)t.indexOf(n=i[r])>=0||(o[n]=e[n]);return o}(e,["context","children"]);return Object(Wi.c)(t,n)}function zi(){var e=new CustomEvent("_preact",{detail:{},bubbles:!0,cancelable:!0});this.dispatchEvent(e),this._vdom=Object(Wi.g)(Vi,qi({},this._props,{context:e.detail.context}),function e(t,n){if(3===t.nodeType)return t.data;if(1!==t.nodeType)return null;var r=[],o={},i=0,s=t.attributes,u=t.childNodes;for(i=s.length;i--;)"slot"!==s[i].name&&(o[s[i].name]=s[i].value,o[Zi(s[i].name)]=s[i].value);for(i=u.length;i--;){var c=e(u[i],null),a=u[i].slot;a?o[a]=Object(Wi.g)(Xi,{name:a},c):r[i]=c}var l=n?Object(Wi.g)(Xi,null,r):r;return Object(Wi.g)(n||t.nodeName.toLowerCase(),o,l)}(this,this._vdomComponent)),(this.hasAttribute("hydrate")?Wi.h:Wi.j)(this._vdom,this._root)}function Zi(e){return e.replace(/-(\w)/g,(function(e,t){return t?t.toUpperCase():""}))}function Yi(e,t,n){if(this._vdom){var r={};r[e]=n=null==n?void 0:n,r[Zi(e)]=n,this._vdom=Object(Wi.c)(this._vdom,r),Object(Wi.j)(this._vdom,this._root)}}function Ji(){Object(Wi.j)(this._vdom=null,this._root)}function Xi(e,t){var n=this;return Object(Wi.g)("slot",qi({},e,{ref:function(e){e?(n.ref=e,n._listener||(n._listener=function(e){e.stopPropagation(),e.detail.context=t},e.addEventListener("_preact",n._listener))):n.ref.removeEventListener("_preact",n._listener)}}))}function Ki(e){return Ci(e=>{},e)}function Qi(e,t){return t?new Ei(0,void 0):new Ei(1,e)}function es(e,t){return t?new Ei(1,e):new Ei(0,void 0)}function ts(e,t){return null==t?new Ei(1,e):new Ei(0,ve(t))}function ns(e,t){return Si(t=>e,t)}function rs(e,t){return 1===t.tag?e:t.fields[0]}class os{constructor(){}}function is(e,t){return new Ei(0,t)}function ss(e,t){return t}function us(e,t,n){return Ci(n,t)}new os;class cs{constructor(){}}function as(e,t){return bi.Return(is(0,t))}function ls(e,t){return bi.Delay(t)}new cs;class fs extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["GET","POST","PUT","PATCH","DELETE","HEAD","OPTIONS"]}}class $s extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Header"]}}class ds extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Empty","Text","Binary","Form"]}}class hs extends L{constructor(e,t,n,r,o,i,s){super(),this.url=e,this.method=t,this.headers=n,this.withCredentials=r,this.overridenMimeType=o,this.overridenResponseType=i,this.content=s}}class ps extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Text","Blob","ArrayBuffer","Unknown"]}}class ms extends L{constructor(e,t,n,r,o){super(),this.statusCode=0|e,this.responseText=t,this.responseType=n,this.responseHeaders=r,this.content=o}}class gs{constructor(e,t){this.k=e,this.v=t}}function ws(e,t){return new gs(e,t)}function ys(e){return e.k}function _s(e){return e.v}class vs extends gs{constructor(e,t,n,r,o){super(e,t),this.left=n,this.right=r,this.h=0|o}}function bs(e,t,n,r,o){return new vs(e,t,n,r,o)}function Es(e){return e.left}function Cs(e){return e.right}function Ss(e){return e.h}function xs(e){return function e(t,n){e:for(;;){const r=t,o=n;if(null!=o){const i=o;if(i instanceof vs){t=e(r+1,Es(i)),n=Cs(i);continue e}return r+1|0}return 0|r}}(0,e)}function Os(e,t,n,r){let o;if(null!=e){const t=e;o=t instanceof vs?Ss(t):1}else o=0;let i;if(null!=r){const e=r;i=e instanceof vs?Ss(e):1}else i=0;const s=0|(o<i?i:o);return 0===s?ws(t,n):bs(t,n,e,r,s+1)}function Ns(e,t,n,r){let o,i,s,u,c;if(null!=e){const t=e;c=t instanceof vs?Ss(t):1}else c=0;let a;if(null!=r){const e=r;a=e instanceof vs?Ss(e):1}else a=0;if(a>c+2){const s=ve(r);if(s instanceof vs){if(o=Es(s),(null!=o?(i=o,i instanceof vs?Ss(i):1):0)>c+1){const r=ve(Es(s));if(r instanceof vs)return Os(Os(e,t,n,Es(r)),ys(r),_s(r),Os(Cs(r),ys(s),_s(s),Cs(s)));throw new Error("internal error: Map.rebalance")}return Os(Os(e,t,n,Es(s)),ys(s),_s(s),Cs(s))}throw new Error("internal error: Map.rebalance")}if(c>a+2){const o=ve(e);if(o instanceof vs){if(s=Cs(o),(null!=s?(u=s,u instanceof vs?Ss(u):1):0)>a+1){const e=ve(Cs(o));if(e instanceof vs)return Os(Os(Es(o),ys(o),_s(o),Es(e)),ys(e),_s(e),Os(Cs(e),t,n,r));throw new Error("internal error: Map.rebalance")}return Os(Es(o),ys(o),_s(o),Os(Cs(o),t,n,r))}throw new Error("internal error: Map.rebalance")}return Os(e,t,n,r)}function Ps(e,t,n,r){if(null!=r){const o=r,i=0|e.Compare(t,ys(o));return o instanceof vs?i<0?Ns(Ps(e,t,n,Es(o)),ys(o),_s(o),Cs(o)):0===i?bs(t,n,Es(o),Cs(o),Ss(o)):Ns(Es(o),ys(o),_s(o),Ps(e,t,n,Cs(o))):i<0?bs(t,n,void 0,r,2):0===i?ws(t,n):bs(t,n,r,void 0,2)}return ws(t,n)}function As(e,t,n){e:for(;;){const r=e,o=t,i=n;if(null!=i){const s=i,u=0|r.Compare(o,ys(s));if(0===u)return _e(_s(s));if(s instanceof vs){e=r,t=o,n=u<0?Es(s):Cs(s);continue e}return}return}}function Ms(e,t){!function e(t,n){e:for(;;){const r=t,o=n;if(null!=o){const i=o;if(i instanceof vs){e(r,Es(i)),r(ys(i),_s(i)),t=r,n=Cs(i);continue e}r(ys(i),_s(i))}break}}(e,t)}function Ts(e,t){return function e(t,n){if(null!=n){const r=n;if(r instanceof vs){const n=e(t,Es(r)),o=t(ys(r),_s(r)),i=e(t,Cs(r));return bs(ys(r),o,n,i,Ss(r))}return ws(ys(r),t(ys(r),_s(r)))}}(e,t)}function ks(e,t,n){let r=n;Ms((e,n)=>{t[r]=[e,n],r=r+1|0},e)}function js(e,t){let n=void 0;for(let r=0;r<=t.length-1;r++){const o=t[r];n=Ps(e,o[0],o[1],n)}return n}function Ds(e,t){if(r(t))return js(e,t);if(t instanceof Jn)return function(e,t){return dr((t,n)=>Ps(e,n[0],n[1],t),void 0,t)}(e,t);{const n=c(t);try{return function(e,t,n){for(;;){const r=e,o=t,i=n;if(!i["System.Collections.IEnumerator.MoveNext"]())return o;{const s=i["System.Collections.Generic.IEnumerator`1.get_Current"]();e=r,t=Ps(r,s[0],s[1],o),n=i}}}(e,void 0,n)}finally{n.Dispose()}}}class Is extends L{constructor(e,t){super(),this.stack=e,this.started=t}}function Rs(e){e:for(;;){const t=e;if(ur(t))return or();{const n=fr(t),r=ar(t);if(null!=r){const o=r;if(o instanceof vs){e=mr([Es(o),ws(ys(o),_s(o)),Cs(o)],n);continue e}return t}e=n;continue e}}}function Fs(e){return new Is(Rs(sr(e)),!1)}function Us(e){if(e.started){const t=e.stack;if(ur(t))return function(){throw new Error("enumeration already finished")}();if(null!=ar(t)){const e=ar(t);if(e instanceof vs)throw new Error("Please report error: Map iterator, unexpected stack for current");return[ys(e),_s(e)]}throw new Error("Please report error: Map iterator, unexpected stack for current")}return function(){throw new Error("enumeration not started")}()}function Gs(e){let t=Fs(e);return{"System.Collections.Generic.IEnumerator`1.get_Current":()=>Us(t),"System.Collections.IEnumerator.get_Current":()=>Us(t),"System.Collections.IEnumerator.MoveNext":()=>function(e){if(e.started){const t=e.stack;if(ur(t))return!1;if(null!=ar(t)){if(ar(t)instanceof vs)throw new Error("Please report error: Map iterator, unexpected stack for moveNext");return e.stack=Rs(fr(t)),!ur(e.stack)}throw new Error("Please report error: Map iterator, unexpected stack for moveNext")}return e.started=!0,!ur(e.stack)}(t),"System.Collections.IEnumerator.Reset"(){t=Fs(e)},Dispose(){}}}class Ls{constructor(e,t){this.comparer=e,this.tree=t}GetHashCode(){return 0|function(e){const t=(e,t)=>(e<<1)+t+631;let n=0;const r=c(e);try{for(;r["System.Collections.IEnumerator.MoveNext"]();){const e=r["System.Collections.Generic.IEnumerator`1.get_Current"]();n=0|t(n,w(e[0])),n=0|t(n,w(e[1]))}}finally{r.Dispose()}return 0|n}(this)}Equals(e){if(!(e instanceof Ls))return!1;{const t=c(this);try{const n=c(e);try{const e=()=>{const r=t["System.Collections.IEnumerator.MoveNext"]();if(r===n["System.Collections.IEnumerator.MoveNext"]()){if(r){const r=t["System.Collections.Generic.IEnumerator`1.get_Current"](),o=n["System.Collections.Generic.IEnumerator`1.get_Current"]();return!(!b(r[0],o[0])||!b(r[1],o[1]))&&e()}return!0}return!1};return e()}finally{n.Dispose()}}finally{t.Dispose()}}}toString(){return"map ["+Hn("; ",Zr(e=>Gn("({0}, {1})",e[0],e[1]),this))+"]"}get[Symbol.toStringTag](){return"FSharpMap"}toJSON(e){return Array.from(this)}GetEnumerator(){return Gs(this.tree)}[Symbol.iterator](){return a(this.GetEnumerator())}"System.Collections.IEnumerable.GetEnumerator"(){return Gs(this.tree)}CompareTo(e){const t=this;if(e instanceof Ls)return 0|function(e,t,n){const r=kr(t);try{const t=kr(n);try{let n=0,o=r["System.Collections.IEnumerator.MoveNext"](),i=t["System.Collections.IEnumerator.MoveNext"]();for(;0===n&&o&&i;)n=0|e(r["System.Collections.Generic.IEnumerator`1.get_Current"](),t["System.Collections.Generic.IEnumerator`1.get_Current"]()),0===n&&(o=r["System.Collections.IEnumerator.MoveNext"](),i=t["System.Collections.IEnumerator.MoveNext"]());return 0|(0!==n?n:o?1:i?-1:0)}finally{t.Dispose()}}finally{r.Dispose()}}((e,n)=>{const r=0|t.comparer.Compare(e[0],n[0]);return 0|(0!==r?r:x(e[1],n[1]))},t,e);throw new Error("not comparable\\nParameter name: obj")}"System.Collections.Generic.ICollection`1.Add2B595"(e){throw new Error("Map cannot be mutated")}"System.Collections.Generic.ICollection`1.Clear"(){throw new Error("Map cannot be mutated")}"System.Collections.Generic.ICollection`1.Remove2B595"(e){throw new Error("Map cannot be mutated")}"System.Collections.Generic.ICollection`1.Contains2B595"(e){return!!Vs(this,e[0])&&b(Ws(this,e[0]),e[1])}"System.Collections.Generic.ICollection`1.CopyToZ2E171D71"(e,t){ks(this.tree,e,t)}"System.Collections.Generic.ICollection`1.get_IsReadOnly"(){return!0}"System.Collections.Generic.ICollection`1.get_Count"(){return 0|qs(this)}"System.Collections.Generic.IReadOnlyCollection`1.get_Count"(){return 0|qs(this)}get size(){return 0|qs(this)}clear(){throw new Error("Map cannot be mutated")}delete(e){throw new Error("Map cannot be mutated")}entries(){return Zr(e=>[e[0],e[1]],this)}get(e){return Ws(this,e)}has(e){return Vs(this,e)}keys(){return Zr(e=>e[0],this)}set(e,t){throw new Error("Map cannot be mutated")}values(){return Zr(e=>e[1],this)}forEach(e,t){const n=this;Vr(t=>{e(t[1],t[0],n)},n)}}function Bs(e,t){return new Ls(e,t)}function Hs(e){const t=Zn();return Bs(t,Ds(t,e))}function Ws(e,t){return function(e,t,n){const r=As(e,t,n);if(null==r)throw new Error;return ve(r)}(e.comparer,t,e.tree)}function qs(e){return xs(e.tree)}function Vs(e,t){return function(e,t,n){e:for(;;){const r=e,o=t,i=n;if(null!=i){const s=i,u=0|r.Compare(o,ys(s));if(s instanceof vs){if(u<0){e=r,t=o,n=Es(s);continue e}if(0===u)return!0;e=r,t=o,n=Cs(s);continue e}return 0===u}return!1}}(e.comparer,t,e.tree)}function zs(e,t,n){return function(e,t,n){return Bs(e.comparer,Ps(e.comparer,t,n,e.tree))}(n,e,t)}function Zs(e,t){return function(e,t){return As(e.comparer,t,e.tree)}(t,e)}function Ys(e,t){return r=e,Bs((n=t).comparer,Ts(r,n.tree));var n,r}function Js(){return Ls.empty}function Xs(e){return new $s(0,"Content-Type",e)}Ls.empty=Bs(Zn(),void 0);const Ks=new hs("",new fs(0),or(),!1,void 0,void 0,new ds(0));new ms(0,"","",Js(),new ps(0,""));function Qs(e,t){return Ln(t)?[t]:qn(t,[e],null,0)}function eu(e){return new hs(e,Ks.method,Ks.headers,Ks.withCredentials,Ks.overridenMimeType,Ks.overridenResponseType,Ks.content)}function tu(e,t){return new hs(t.url,e,t.headers,t.withCredentials,t.overridenMimeType,t.overridenResponseType,t.content)}function nu(e,t){return new hs(t.url,t.method,yr(t.headers,sr(e)),t.withCredentials,t.overridenMimeType,t.overridenResponseType,t.content)}function ru(e,t){return new hs(t.url,t.method,t.headers,t.withCredentials,t.overridenMimeType,t.overridenResponseType,e)}function ou(e){return ji(t=>{const n=new XMLHttpRequest;n.open(function(e){switch(e.tag){case 1:return"POST";case 3:return"PATCH";case 2:return"PUT";case 4:return"DELETE";case 6:return"OPTIONS";case 5:return"HEAD";default:return"GET"}}(e.method),e.url),n.onreadystatechange=()=>{let e,r,o,i,s,u;4===n.readyState&&t[0]((r=n.responseType,e=""===r||"text"===r?n.responseText:"",o=0|n.status,i=n.responseType,u=n.responseType,s=""===u||"text"===u?new ps(0,n.responseText):new ps("arraybuffer"===u?2:"blob"===u?1:3,n.response),new ms(o,e,i,function(e){const t=Zn();return Bs(t,js(t,e))}(function(e,t,n){const r=[];for(let n=0;n<=t.length-1;n++){const o=e(t[n]);if(null!=o){const e=ve(o);r.push(e)}}return"function"==typeof n?Ae(e=>e,r,n):r}(e=>{const t=gr(Qs(":",e));return ur(t)?void 0:[ar(t).toLocaleLowerCase(),Hn(":",fr(t)).trim()]},Qs("\r\n",n.getAllResponseHeaders()))),s)))};const r=c(e.headers);try{for(;r["System.Collections.IEnumerator.MoveNext"]();){const e=r["System.Collections.Generic.IEnumerator`1.get_Current"]();n.setRequestHeader(e.fields[0],e.fields[1])}}finally{r.Dispose()}n.withCredentials=e.withCredentials;const o=e.overridenMimeType;null==o||n.overrideMimeType(o);const i=e.overridenResponseType;null==i||(1===i.tag?n.responseType="blob":2===i.tag?n.responseType="arraybuffer":n.responseType="text");const s=[e.method,e.content];0===s[0].tag?n.send(_e(void 0)):1===s[1].tag||3===s[1].tag||2===s[1].tag?n.send(_e(s[1].fields[0])):n.send(_e(void 0))})}function iu(e){return Bn(e)?void 0:e}function su(e){let t,n=sn();return t=[cn(e,new B(()=>n,e=>{n=e})),n],t[0]?t[1]:void 0}function uu(e,t){!function(e,t,n,r){function o(){var t=Reflect.construct(HTMLElement,[],o);return t._vdomComponent=e,t._root=r&&r.shadow?t.attachShadow({mode:"open"}):t,t}(o.prototype=Object.create(HTMLElement.prototype)).constructor=o,o.prototype.connectedCallback=zi,o.prototype.attributeChangedCallback=Yi,o.prototype.disconnectedCallback=Ji,n=n||e.observedAttributes||Object.keys(e.propTypes||{}),o.observedAttributes=n,n.forEach((function(e){Object.defineProperty(o.prototype,e,{get:function(){return this._vdom.props[e]},set:function(t){this._vdom?this.attributeChangedCallback(e,null,t):(this._props||(this._props={}),this._props[e]=t,this.connectedCallback());var n=typeof t;null!=t&&"string"!==n&&"boolean"!==n&&"number"!==n||this.setAttribute(e,t)}})})),customElements.define(t||e.tagName||e.displayName||e.name,o)}(e,t)}function cu(e,t){return ls(0,()=>{const n=nu((r=Rn(jn("Bearer %s"))(e),new $s(0,"Authorization",r)),t);var r;const o=bi.Bind(ou(n),e=>bi.Return(new Ei(0,e)));return bi.Delay(()=>bi.Bind(o,e=>{let t;const r=e;return 1===r.tag?bi.Return(new Ei(1,r.fields[0])):bi.ReturnFrom((t=r.fields[0],429===t.statusCode||t.statusCode>=500?bi.Bind(ou(n),e=>bi.Return(new Ei(0,e))):as(0,t)))}))})}function au(e,t,n){return br(n=>{return 0===n.indexOf(e)?(r=e,o=t,n.replace(new RegExp(Sn(r),"g"),o)):void 0;var r,o},n)}class lu extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Male","Female","Intersex","Transgender","PreferNotToAnswer","Other","NotSet"]}}class fu extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Spouse","Parent","Child","Sibling","Partner","Sister","Husband","Father","Mother","Daughter","Defacto","Fiance","Boyfriend","Brother","Wife","Son","Engaged","Friend","Girlfriend","Other"]}}function $u(){return Y("DomainPrimitives.Relationship",[],fu,()=>[[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]])}function du(e){switch(e.tag){case 1:return"Parent";case 2:return"Child";case 3:return"Sibling";case 4:return"Partner";case 5:return"Sister";case 6:return"Husband";case 7:return"Father";case 8:return"Mother";case 9:return"Daughter";case 10:return"Defacto";case 11:return"Fiance";case 12:return"Boyfriend";case 13:return"Brother";case 14:return"Wife";case 15:return"Son";case 16:return"Engaged";case 17:return"Friend";case 18:return"Girlfriend";case 19:return"Other";default:return"Spouse"}}class hu extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["NSW","QLD","WA","SA","NT","VIC","TAS","ACT"]}}function pu(){return Y("DomainPrimitives.AuState",[],hu,()=>[[],[],[],[],[],[],[],[]])}const mu=/^[\(\{]{0,2}[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}[\)\}]{0,2}$/,gu=/^([0-9a-f]{8})([0-9a-f]{4})([0-9a-f]{4})([0-9a-f]{4})([0-9a-f]{12})$/,wu=/^\{0x[0-9a-f]{8},(0x[0-9a-f]{4},){2}\{(0x[0-9a-f]{2},){7}0x[0-9a-f]{2}\}\}$/;function yu(e){function t(e){return e.replace(gu,"$1-$2-$3-$4-$5")}const n=e.trim().toLowerCase();if(mu.test(n))return function(e,...t){if(0===t.length)return e.trim();const n="["+Sn(t.join(""))+"]+";return e.replace(new RegExp("^"+n),"").replace(new RegExp(n+"$"),"")}(n,"{","}","(",")");if(gu.test(n))return t(n);if(wu.test(n))return t(n.replace(/[\{\},]|0x/g,""));throw new Error("Guid should contain 32 digits with 4 dashes: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx")}function _u(e,t){try{return t.contents=yu(e),!0}catch(e){return!1}}class vu extends L{constructor(e,t,n){super(),this.FirstName=e,this.MiddleName=t,this.LastName=n}}function bu(){return Z("Dto.Primitives.Name",[],vu,()=>[["FirstName",Q],["MiddleName",J(Q)],["LastName",Q]])}function Eu(e){switch(e.tag){case 1:return"Female";case 2:return"Intersex";case 3:return"Transgender";case 4:return"PreferNotToAnswer";case 5:return"Other";case 6:return"NotSet";default:return"Male"}}class Cu extends L{constructor(e,t,n,r,o,i){super(),this.AddressLine1=e,this.AddressLine2=t,this.City=n,this.State=r,this.Postcode=o,this.CountryCode=i}}function Su(){return Z("Dto.Primitives.Address",[],Cu,()=>[["AddressLine1",Q],["AddressLine2",J(Q)],["City",Q],["State",Q],["Postcode",Q],["CountryCode",Q]])}class xu extends L{constructor(e,t,n,r,o){super(),this.FullName=e,this.Relationship=t,this.MobilePhone=n,this.Email=r,this.Address=o}}function Ou(){return Z("Dto.Primitives.EmergencyContactDto",[],xu,()=>[["FullName",Q],["Relationship",Q],["MobilePhone",Q],["Email",J(Q)],["Address",J(Su())]])}const Nu=function(){const e=[..."#C$&$&$$$$$$%-%&%=$$$$$$=$$$$D$$'$$$$$$$$$$$$%$$%$$$$&$:$*;$+$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$%$$$$$$$$$$$$$$$%$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$%$$$$&%$$$%$&%'$%$&&%$%$$$$$%$$%$$%$&$$$%%$$&'$$$$$$$$$$$$$$$$$$$$$$$$%$$$$$$$$$$$$$$$$$%$$$$$&$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*%$%%$$'$$$$$$$$h$>5'/1(*$$$4$$$$$$$$%$&$$'%$$&$$$%$4$,F$%&&$$$$$$$$$$$$$$$$$$$$$$$($$$$$%%VS$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$(%$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$%$$$$$$$$$$$$%$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$I%$)L$$%%$$P$$$%$%$$+>''%.)&%$%%.$$$%C$-8-'%$$$*$$)%%$'%-&%$1$$$$A>%|.$1-D,%$&$%$%9'$,$&$(%2$<&%$$.X8$5.2$C$Y$$$$&+'$%$*-%%-$$2$%$+%%%9$*$$&'%$$&'%%%%$$+$'%$&%%-%%)$$$$$%%$$)'%%9$*$%$%$%%$$&%'%%&&$*'$$*-%&$$-%$$,$&$9$*$%$(%$$&($%$$%$%$2%%%-$$*$)$$%$+%%%9$*$%$(%$$$$$'%%%%$*%$'%$&%%-$$)-$$$)&&$'&%$$$%&%&&&/'%$%&&$&$%$)$1-&)$$($&$+$&$:$3&$&'$&$'*%$&(%%%-*$*$$$%$+$&$:$-$(%$$$$($$%$%%*%*$$%%%-$%0%%,$&$L%$&'$&$&$$$'&$*&%%-,$)$$%$5&;$,$$%*&$'&&$$$+)-%%$/S$%*'$)$+$-%H%$$$($;$$$-$%,$%($$$)%-%'C$&2$$&%)--$$$$$$$$$$%+$G'1$($%(.$G$+$)$%('%HN%'$)$%%%$-))%%'&$&%*&'0$%%)$$$-&$%I$$($%N$$&Ŭ$'%*$$$'%L$'%D$'%*$$$'%2$\\$'%f%&,7&3-)y%)%$ʏ$$4$=$$&n&&+*0$'&.5&%,5%/0$&$%/W%$*+$%.&$&$$$%-)-))$'&$$-)F$X*(%E$$(i-B$&'%&'%$)&'$&%-A%(.O'=)-$&E:%%$%%X$$$*$$$$%+)-%$-)-)*$)%1$%b'$R$$($$($%*'-*-,,&%$A$'%%$&%-O$$%&$$&%+'G++%%&(-&&-A)%,*N%&++&$0$*'$)$%$%$(Ob0$EH]$($$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$,$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$,+)%)%++++)%)%+$$$$$$$$++1%++++++($%'$$$&&$%'$&'%%'$&+(&%&$%'$%$.()%$$$%$$$+$$($,$$'%&$$$.$$$-$($-$$%)&$$$-&$$$0&C30'$&/2%$'$%$&%&$$$%$()$$$$$$'$$'$'$%%%($'$$%$$3F$$'$%'((%'$%$%$*$B%%$$$Bį+$$$$7%*$$t$A<K)h<.8_q9Ú$,$Y+$ě$$$$$$$$$$$$$$AO($$B$$$$$$$$$$3ģ¦$$$$$$$$$$$$$$$$$$$$$$b$$$$C$$ĥS8%)J%C$R$R$$$&%$$$$$$'$$%$)%&$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$%)$$$$&$$('$%I$$($%[*$$1$:,*$*$*$*$*$*$*$*$C%$$$$&$$$$$,$%$$$$%$$$$$$$$$$($-%'$$$0%$P=$|/ù=/'$&$$$$$$$$$$$$$$%$$$$$$$$$$%$,'%$(%&$$$%$y%%%%$$}$&$(N$$%'-CG/3B$-A+$2C-J2ţ᧣c删&8$Қ&Z,K)%į$&3-%7$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&$-$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$%%i-%)+:,%$$$$$$$$$$$$$&$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$+$$$$%$$$$$$$$$$%$$$$$$$$&$$$$$$$$$$$$$$$$$$$$($($$$$$$$$$$$%$$'$$$M$$$%$*$&$'$:%%$'$&)%$$)W'+%U3%+%-)5)&$$%$-?+%:.%.$@&&$R$%'%%&0$$-'%($$,-($L)%%%%,&$+$$%-%'3$)&$$$$U$$&%%(%$$$;%$%.$%%%$%$$-)%)%),*$*$N$',$%'sF%$%$%$$$%-)⯇/:'T'ࠣᤣƑ%I*/(($$-$0$($$$%$%$34Ǝ$$3c%YK/$$%3*$$$)3$%%$$$$$$$$$$$$$$$$%$$'&&$'$$$$$$$&$$&$$$%'($ª%$$&$&$$$$$$%-%&%=$$$$$$=$$$$$$$$$%-$P%B&)%)%)%&&%$$$%$$'%-&%%/$=$6$%$2%1E(&'P&,X'4%&$0&$RP$¥@&T2$>'C',7$+$(I((A$$G'+$(MKKq%-)G'G'K+W.$³Ś,9-+»)%$$O$%&$%:$$+:%*B+,S6$%((9)&$=($c['%%3%Q$&$%(''$&$@%&'$,*,*@%$@&C+$?%'(*,Y&*9%+6(+5*'/*slZV0V*)G'+-ʼnB$M$%$%%q@-$+9.'(y8*7:,$$$X2*'7-2&$P&'%%%$'.$%<*-)&G($+$-'$%$+F$%$,%$S&,%'''$$$-$$$&$7.5$<&&%$$%)$d*$$$'$2$-$)R$&+(-)%%$+%%%9$*$%$($%$%$'%%%&%$)$((%%*&(®X&+%&$$'(-%$$$&AS&)$$'%$%%$$+-ÉR&'%'%$%:'%ES&+%$$%&$.-)06N$$$%)$$$*-Y>%&%'$('-%&$ãO&,$%$CC-,/+%$%+$%$;)$%%%$$$$$$$&,-i+%J&'%%'$$$$$>$-K)$$'+$+$)%&Q0$%&$(@\\Ī,$H$*$)$$$(--6&%A%9$$*$%$%l*$%$I)&$$%$*$$+-))$%$C($%$%$$$$*-ř6%%%Ú$28+'40$ν$(.çђ$,ɪ⇜ɜ*B$-'%A%($-S*(''$$--$*$8(6˓CC:'n'$$Z*'0c%$$$.%1+ӹM,⌚łT&4'+Ưध(0&,*-%$%$'ę-J%_%&&)++%*A'^:e&$½7/z,<ª===*$5==$$%%$%%%'$+'$$$*$.==%$'%+$*$=%$'$($$&*$============?%<$<$)<$<$)<$<$)<$<$)<$<$)$$%UȣZ'U+$1$%(2($2ճ*$4%*$%$(øP&**%-'$$ƓO'-($ԣè%,*LEE*$'-'%̴^$&$'oP$2å'$>$%$$%$$-$'$$$$)$'$$$$$$&$%$$%$$$$$$$$$$%$$%'$*$'$'$$$-$4(&$($4W%ıO'/2%2$2$H-0Ä[@0O',*%1)½Ğ(˻+0&0&/|*/7/'[+-)K+A%%q$u$ª/1%(&&(*,<**,&0*L¶$ZH-Щ꜁Eၘ.ā%ᚥ1ᵔూɁ፮$A£ē︳𐀡%𐀡"].map(e=>{var t;return(null!==(t=e.codePointAt(0))&&void 0!==t?t:0)-35}),t=[..."1.;=;78;<;6;+;<;#7;8>5>$7<8<1.;=?;>?'9<2?>?<->$;>-':-;#<#$<$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$'#$'#%$#%$#%$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#%$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$'$&>&>&>&>&>(#$#$&>#$@&$;#@>#;#@#@#$#@#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$<#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$?(*#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$@#@&;$;6@?=@(6(;(;(;(@'@';@2<;=;?(;2@;'&'(+;'(';'(2?(&(?('+'?';@2'('(@'('@+'(&?;&@(='(&(&(&(@;@'(@;@'@'@'@(2()'()(')()()'('(;+;&'()@'@'@'@'@'@'@(')(@)@)('@)@'@'(@+'=-?=';(@()@'@'@'@'@'@'@'@(@)(@(@(@(@'@'@+('(;@()@'@'@'@'@'@'@(')(@()@)(@'@'(@+;=@'(@()@'@'@'@'@'@'@(')()(@)@)(@()@'@'(@+?'-@('@'@'@'@'@'@'@'@'@'@)()@)@)(@'@)@+-?=?@()('@'@'@'@'()@(@(@(@'@'(@+@;-?'();'@'@'@'@'@(')()@()@)(@)@'@'(@+@'@()'@'@'(')(@)@)('?@')-'(@+-?'@()@'@'@'@'@'@(@)(@(@)@+@);@'('(@='&(;+;@'@'@'@'@'@'('('@'@&@(@+@'@'?;?;?(?+-?(?(?(7878)'@'@()(;('(@(@?(?@?;?;@')()()()('+;')('(')')'('()()(')+)(?#@#@#@$;&$'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@(;-@'?@#@$@6'?;'.'78@';,'@'@'(@'(;@'(@'@'@(@'()()()(;&;='(@+@-@;6;(2@+@'&'@'('('@'@'@()()@)()(@?@;+'@'@'@'@+-@?'()(@;')()(@()()()(@(+@+@;&;@(*(@()'()()()()'@+;?(?@()')()()('+'()()()()@;')()(@;+@'+'&;$@#@#;@(;()('('(')('@$&$&$&(@(#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$@#@$#$#$@#@$@#@#@#@#$#$@$%$%$%$@$#%>$>$@$#%>$@$#@>$#>@$@$#%>@.26;9:79:79;/02.;9:;5;<78;<;5;.2@2-&@-<78&-<78@&@=@(*(*(@?#?#?$#$#$?#?<#?#?#?#?#?$#$'$?$#<#$?<?$?-,#$,-?@<?<?<?<?<?<?<?<?<?<?7878?<?78?<?<?<?@?@-?-?<?<?<?<?78787878787878-?<78<7878787878<?<7878787878787878787878<7878<78<?<?<?@?@?#@$@#$#$#$#$#$#$#$#$&#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$?#$#$(#$@;-;$@$@$@'@&;@('@'@'@'@'@'@'@'@'@(;9:9:;9:;9:;6;6;9:;9:78787878;&;6;6;7;?;@?@?@?@?@.;?&',7878787878?78787878678?,()6&?,&';?@'@(>&'6';&'@'@'@?-?'?@'?@-?-?-?-?-?'?'@'&'@?@'&;'&;'+'@#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$'(*;(;&#$#$#$#$#$#$#$#$#$#$#$#$#$#$&(',(;@>&>#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$&$#$#$#$#$#$#$#$&>#$#$'#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$@#$#$#$@#$'&$'('('(')()?(@-?=?@';@)')(@;+@(';';'(+'(;'()@;'@()'()()();@&+@;'(&'+'@'()()(@'('()@+@;'&'?')()'('('('('('@'&;')();'&)(@'@'@'@'@'@$>&$&>@$')()();)(@+@'@'@'@34'@'@$@$@'('<'@'@'@'@'@'>@'87@'@'@'=?@(;78;@(;657878787878787878;78;5;@;6787878;<6<@;=;@'@'@2@;=;78;<;6;+;<;#7;8>5>$7<8<78;78;'&'&'@'@'@'@'@=<>?=@?<?@2?@'@'@'@'@'@'@'@;@-@?,-?-?@?@?@?(@'@'@(-@'-@',',@'(@'@;'@';,@#$'@+@#@$@'@'@;@'@'@'@'@'@'@'@'@'@;-'?-'@-@'@'@-'-@;'@;@'@-'-@-'(@(@('@'@'@(@(-@;@'-;'-@'?'(@-;@'@;'@-'@-'@;@-@'@#@$@-'(@+@-@'@(6@'@'-'@'(-;@'-@'@)()'(;@-+@()')()(;2;@2@'@+@('()(@+;')'@'(;'@()')()';(;)(+';';@-@'@')()()(;(@'@'@'@'@';@'()(@+@()@'@'@'@'@'@'@(')()@)@)@'@)@')@(@(@')()()(';+;@;('@')()()()(';'@+@')(@)()(;'(@')()()(;'@+@;@'()()()('@+@'@()()(@+-;?@')()(;@#$+-@'@'@'@'@')@)@()(')')(;@+@'@')(@()(';')@'('()'(;(@'()('()(;';@'@'@')(@()(';@+-@;'@(@)()()(@'@'@'(@(@(@('(@+@'@'@')@(@)()('@+@'();@'@-?=?@;'@,@;@'@'@2@'@'@'@+@;@'@(;@'(;?&;?@+@-@'@'@#$-;@'@(')@(&@&;&(@)@'@'@'@'@'@'@'@'@'@'@'@?(;2@?@?@?)(?)2(?(?(?@?(?@-@?@-@#$#$@$#$#@#@#@#@#@#$@$@$@$#$#@#@#@#@$#@#@#@#@#@$#$#$#$#$#$#$@#<$<$#<$<$#<$<$#<$<$#<$<$#$@+?(?(?(?(?;@(@(@(@(@(@(@(@'@(&@+@'?@'(+@=@'@-(@#$(&@+@;@-?-=-@-?-@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@<@?@?@?@?@?@?@-?@?@?@?@?@?@?>?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@+@'@'@'@'@'@'@'@2@2@(@4@4@"].map(e=>{var t;return(null!==(t=e.codePointAt(0))&&void 0!==t?t:0)-35}),n=new Uint32Array(e),r=new Uint8Array(t);for(let e=1;e<n.length;++e)n[e]+=n[e-1];return e=>{let t=n.length,o=0;for(;t-o>1;){const r=Math.floor((t+o)/2),i=n[r];if(e<i)t=r;else{if(e===i){t=o=r;break}i<e&&(o=r)}}return r[o]}}();function Pu(e,t){if(t>=0&&t<e.length)return e.charCodeAt(t);throw new Error("Index out of range.")}const Au=e=>function(e,t){return 0!=(1<<Mu(e,t)&256)}(e,0);function Mu(e,t){const n=Pu(e,t);return Nu(n)}class Tu extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Saving","Loading"]}}function ku(e){return 1===e.tag?"We ran an into an issue loading your details. Please try refreshing the page.":"We ran an into an issue saving your details. Please try saving again by clicking on the Submit button."}function ju(e){return j(e)}function Du(){return vr(e=>[e,ju(e)],wr(Zr(e=>we(e,[]),fe(pu()))))}function Iu(e){return br(t=>t[1]===e?t[0]:void 0,Du())}function Ru(e){return 0===e.indexOf("+")?e:Rn(Dn("+%P()",[e]))}function Fu(e){return 0===e.indexOf("04")?Rn(Dn("+61%P()",[zn(e,1)])):Ru(e)}function Uu(e){return Ru(Vn(e=>Au(e),e))}function Gu(e,t){return bi.Bind(t,t=>bi.Return(ns(e,t)))}function Lu(e,t){return function(e,t,n){e:for(;;){const r=e,o=t,i=n;if(ur(i))return r;{const s=ss(0,()=>xi(e=>us(0,r,t=>yr(t,sr(e))),o(ar(i))))();if(1===s.tag)return s;e=s,t=o,n=fr(i);continue e}}}(new Ei(0,or()),e,t)}class Bu extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Required","MaxLen","MinLen","Regex","NumbersOnly","DuSelection","Email","Date","DateOfBirth","PhoneNumber","NotStartWith"]}}class Hu extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Over100","Under13"]}}function Wu(e){return Bn(e)?new Ei(1,new Bu(0)):new Ei(0,void 0)}function qu(e,t){return t.length>e?new Ei(1,new Bu(1,e)):new Ei(0,void 0)}function Vu(e,t){return ss(0,()=>{const n=bn(e,864e5*1);let r;const o=vn(n)-vn(t)|0;return r=En(hn(t),function(e,t){const n=yn(e),r=vn(e)+t,o=dn(r,n);return an(r,n,Math.min(o,pn(e)),mn(e),wn(e),_n(e),gn(e),e.kind)}(n,Le(o)))>0?o-1:o,xi(()=>us(0,Qi(new Bu(8,new Hu(0)),r<100),()=>{}),Qi(new Bu(8,new Hu(1)),r>=13))})()}function zu(e,t){return null!=xn(t,e)?new Ei(0,void 0):new Ei(1,new Bu(3))}function Zu(e){return ns(new Bu(7),zu("^\\d{4}\\-(0?[1-9]|1[012])\\-(0?[1-9]|[12][0-9]|3[01])$",e))}function Yu(e,t){return 0===t.indexOf(e)?new Ei(1,new Bu(10,e)):new Ei(0,void 0)}function Ju(e,t){return Ki(Lu(e=>e(t),e))}const Xu=e=>Ju(gr([e=>Wu(e),e=>qu(60,e),e=>Yu("-",e),e=>Yu("'",e),e=>zu("(^[A-Za-zÀ-ÖØ-öø-ÿĀ-ž])[A-Za-zÀ-ÖØ-öø-ÿĀ-ž\\-\\ ']{0,59}$",e)]),e);function Ku(e){return null!=e?Ju(gr([e=>qu(60,e),e=>Yu("-",e),e=>Yu("'",e),e=>zu("(^[A-Za-zÀ-ÖØ-öø-ÿĀ-ž])[A-Za-zÀ-ÖØ-öø-ÿĀ-ž\\-\\ ']{0,59}$",e)]),e):new Ei(0,void 0)}const Qu=e=>Ju(gr([e=>Wu(e),e=>qu(60,e),e=>zu("(^[0-9A-Za-z])[0-9A-Za-z\\-\\ '\\/\\,\\.]{0,59}$",e)]),e);const ec=e=>Ju(gr([e=>Wu(e),e=>{return t=e,ns(new Bu(6),zu("^[^@\\ ]+@[^@\\ ]+\\.[^@\\ ]+$",t));var t},e=>qu(60,e)]),e);function tc(e){return null!=e?Ju(gr([ec,e=>qu(60,e)]),e):new Ei(0,void 0)}function nc(e){return(t=ln(),e=>Ju(sr(e=>Vu(t,e)),e))(e);var t}const rc=e=>Ju(gr([e=>Wu(e),e=>qu(60,e),e=>zu("(^[A-Za-z])[A-Za-z\\-\\ ]{0,59}$",e)]),e),oc=e=>Ju(gr([e=>Wu(e),e=>qu(4,e),e=>{return Vn(e=>Au(e),t=e)===t?new Ei(0,void 0):new Ei(1,new Bu(4));var t}]),e);function ic(e){return e<0?Math.ceil(e):Math.floor(e)}function sc(e=0,t=0,n=0,r=0,o=0){switch(arguments.length){case 1:return uc(arguments[0]);case 3:e=0,t=arguments[0],n=arguments[1],r=arguments[2],o=0}return 864e5*e+36e5*t+6e4*n+1e3*r+o}function uc(e){return Yt(Bt(e,1e4))}function cc(e,t="c",n){if(-1===["c","g","G"].indexOf(t))throw new Error("Custom formats are not supported");const r=Math.abs(function(e){return ic(e/864e5)}(e)),o=Math.abs(function(e){return ic(e%864e5/36e5)}(e)),i=Math.abs(function(e){return ic(e%36e5/6e4)}(e)),s=Math.abs(function(e){return ic(e%6e4/1e3)}(e)),u=Math.abs(function(e){return ic(e%1e3)}(e));return`${e<0?"-":""}${0!==r||"c"!==t&&"g"!==t?"c"===t?r+".":r+":":""}${"g"===t?o:f(o,2)}:${f(i,2)}:${f(s,2)}${0!==u||"c"!==t&&"g"!==t?"g"===t?"."+f(u,3):"."+function(e,t,n){let r=e.toString(10);for(;r.length<t;)r="0"+r;for(;r.length<n;)r+="0";return r}(u,3,7):""}`}function ac(e,t){try{return t.contents=function(e){const t=e.search("\\."),n=e.search("\\:");if(-1===t&&-1===n){const t=parseInt(e,0);if(isNaN(t))throw new Error(`String '${e}' was not recognized as a valid TimeSpan.`);return sc(t,0,0,0,0)}if(n>0){const t=/^(-?)((\d+)\.)?(?:0*)([0-9]|0[0-9]|1[0-9]|2[0-3]):(?:0*)([0-5][0-9]|[0-9])(:(?:0*)([0-5][0-9]|[0-9]))?\.?(\d+)?$/.exec(e);if(null!=t&&null!=t[4]&&null!=t[5]){let n=0,r=0,o=0;const i=null!=t[1]&&"-"===t[1]?-1:1,s=+t[4],u=+t[5];if(null!=t[3]&&(n=+t[3]),null!=t[7]&&(o=+t[7]),null!=t[8])switch(t[8].length){case 1:r=100*+t[8];break;case 2:r=10*+t[8];break;case 3:r=+t[8];break;case 4:r=+t[8]/10;break;case 5:r=+t[8]/100;break;case 6:r=+t[8]/1e3;break;case 7:r=+t[8]/1e4;break;default:throw new Error(`String '${e}' was not recognized as a valid TimeSpan.`)}return i*sc(n,s,u,o,r)}}throw new Error(`String '${e}' was not recognized as a valid TimeSpan.`)}(e),!0}catch(e){return!1}}const lc=0,fc=1,$c=2,dc=3,hc=4;function pc(e,t){return e.replace(/[a-z]?[A-Z]/g,e=>1===e.length?e.toLowerCase():e.charAt(0)+t+e.charAt(1).toLowerCase())}function mc(e,t=lc){const n={},r=t;function o(e){throw new Error("Cannot infer key and value of "+String(e))}function i(e,t,r){e=function(e,t){switch(t){case fc:return e.charAt(0).toLowerCase()+e.slice(1);case $c:return pc(e,"_");case dc:return pc(e,"_").toUpperCase();case hc:return pc(e,"-");case lc:default:return e}}(e,t),n[e]=r}for(let t of e){let e=lc;if(null==t&&o(t),t instanceof D){const n=t.cases()[t.tag];t=0===t.fields.length?n:[n].concat(t.fields),e=r}if(Array.isArray(t))switch(t.length){case 0:o(t);break;case 1:i(t[0],e,!0);break;case 2:const n=t[1];i(t[0],e,n);break;default:i(t[0],e,t.slice(1))}else"string"==typeof t?i(t,e,!0):o(t)}return n}function gc(e,t,n){return!!e.has(t)&&(n.contents=e.get(t),!0)}function wc(e,t){return!t.has(e)&&(t.add(e),!0)}function yc(e,t){if(e.has(t))return e.get(t);throw new Error(`The given key '${t}' was not present in the dictionary.`)}class _c extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["BadPrimitive","BadPrimitiveExtra","BadType","BadField","BadPath","TooSmallArray","FailMessage","BadOneOf"]}}class vc extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["PascalCase","CamelCase","SnakeCase"]}}class bc{constructor(){this.cache=new Map([])}}function Ec(){return new bc}Ec(),Ec();function Cc(e){return e.slice(void 0,1).toLowerCase()+e.slice(1,e.length)}function Sc(e,t){switch(e.tag){case 2:return function(e,t,n,r,o=0){if("string"==typeof e){const n=e;e=Cn(t,null!=r?r:0),t=n,r=void 0}if("function"==typeof n)return r=null==r?-1:r,t.substring(0,o)+t.substring(o).replace(e,(function(){let e=arguments[0];if(r){r--;const t=[],o=arguments.length,i="string"!=typeof arguments[o-1];let s=i?o-3:o-2;for(let e=0;e<s;e++)t.push(arguments[e]);t.index=arguments[s++],t.input=arguments[s++],i&&(t.groups=arguments[s]),e=n(t)}return e}));if(n=n.replace(/\$0/g,e=>"$&").replace(/\${([^}]+)}/g,"$<$1>"),null!=r){let i;const s=t.substring(o),u=On(e,s),c=On.length>r?(i=u[r-1],s.substring(0,i.index+i[0].length)):s;return t.substring(0,o)+c.replace(e,n)+t.substring(o+c.length)}return t.replace(e,n)}(Cc(t),"[A-Z]","_$0").toLowerCase();case 0:return t;default:return Cc(t)}}function xc(e){return Array.from(e)}function Oc(e){return String(e)}function Nc(e){return String(e)}function Pc(e){return String(e)}function Ac(e){return String(e)}function Mc(){return null}function Tc(e,t){return JSON.stringify(t,A(2,null),_e(e))}function kc(e){return t=>{return n=Se(e,t),r=()=>null,null!=n?ve(n):r();var n,r}}function jc(e,t,n,r){const o=new B(null),i=zs(te(r),o,e);let s;if(pe(r)){const e=Ae(e=>{const r=Sc(t,ee(e)),o=Dc(i,t,n,e[1]);return t=>i=>{const s=t[e[0]];return(!n||n&&null!=s)&&(i[r]=o(s)),i}},$e(r));s=t=>qr(A(2,k(e=>n=>n(t,e),[0,[0,2]])),{},e)}else{if(!he(r)){let e;const t=te(r);throw e=Rn(jn("Cannot generate auto encoder for %s. Please pass an extra encoder."))(t),new Error(e)}s=e=>{const o=function(e,t){const n=fe(t)[e.tag];if(null==n)throw new Error(`Cannot find case ${e.name} in union type`);return[n,e.fields]}(e,r),s=o[0],u=o[1],c=0|u.length;if(0===c)return ee(s);{const e=0|c,r=ge(s),o=Pe(new Array(e+1),0,e+1,null);o[0]=ee(s);for(let s=1;s<=e;s++){const e=Dc(i,t,n,r[s-1][1]);o[s]=e(u[s-1])}return o}}}return o.contents=s,s}function Dc(e,t,n,r){const o=te(r),i=Zs(o,e);if(null==i){if(ne(r)){const o=Dc(e,t,n,re(r));return e=>xc(Zr(o,e))}if(ie(r)){const e=te(ue(r));if("System.SByte"===e)return e=>Oc(e);if("System.Byte"===e)return e=>Nc(e);if("System.Int16"===e)return e=>Pc(e);if("System.UInt16"===e)return e=>Ac(e);if("System.Int32"===e)return e=>e;if("System.UInt32"===e)return e=>e;{const e=te(r),t=Fn(jn("Cannot generate auto encoder for %s.\nThoth.Json.Net only support the folluwing enum types:\n- sbyte\n- byte\n- int16\n- uint16\n- int\n- uint32\nIf you can't use one of these types, please pass an extra encoder.\n "))(e);return e=>t(e)}}if(oe(r)){if(me(r)){const o=Ae(r=>Dc(e,t,n,r),de(r));return e=>xc(Yr((e,t)=>o[e](t),e))}{const o=te(se(r));if("Microsoft.FSharp.Core.FSharpOption`1[System.Object]"===o){const o=new l(()=>kc(Dc(e,t,n,q(r)[0])));return e=>null==e?null:o.Value(e)}if("Microsoft.FSharp.Collections.FSharpList`1[System.Object]"===o||"Microsoft.FSharp.Collections.FSharpSet`1[System.Object]"===o){const o=Dc(e,t,n,q(r)[0]);return e=>xc(Zr(o,e))}if("Microsoft.FSharp.Collections.FSharpMap`2[System.Object,System.Object]"===o){const o=q(r)[0],i=Dc(e,t,n,q(r)[1]);if("System.String"===te(o)||"System.Guid"===te(o))return e=>qr((e,t)=>{const n=t;return e[n[0]]=i(n[1]),e},{},e);{let r;const s=Dc(e,t,n,o);return r=e=>s(e),e=>xc(Zr(e=>{const t=e;return[r(t[0]),i(t[1])]},e))}}return jc(e,t,n,r)}}return"System.Boolean"===o?e=>e:"Microsoft.FSharp.Core.Unit"===o?Mc:"System.String"===o?e=>e:"System.SByte"===o?e=>Oc(e):"System.Byte"===o?e=>Nc(e):"System.Int16"===o?e=>Pc(e):"System.UInt16"===o?e=>Ac(e):"System.Int32"===o?e=>e:"System.UInt32"===o?e=>e:"System.Double"===o?e=>e:"System.Single"===o?e=>e:"System.DateTime"===o?e=>rn(e,"O"):"System.DateTimeOffset"===o?e=>rn(e,"O"):"System.TimeSpan"===o?e=>cc(e):"System.Guid"===o?e=>e:"System.Object"===o?e=>e:jc(e,t,n,r)}{const e=i;return t=>e.contents(t)}}function Ic(e){return null!=e?Ys((e,t)=>new B(t[0]),e.Coders):Js()}function Rc(e,t,n,r){const o=Ce(t,new vc(0)),i=Ce(r,!0);return Dc(Ic(n),o,i,e)}function Fc(e,t){Uc(t);const n=new Date(e);return n.offset=null!=t?t:-6e4*(new Date).getTimezoneOffset(),n}function Uc(e){if(null!=e&&0!==e){if(e%6e4!=0)throw new Error("Offset must be specified in whole minutes.");if(Math.abs(e/36e5)>14)throw new Error("Offset must be within plus or minus 14 hours.")}}function Gc(e,t){try{return t.contents=function(e){const t=un(e),n=Xt.exec(e),r=null==n?-6e4*t.getTimezoneOffset():"Z"===n[0]?0:36e5*parseInt(n[1],10)+6e4*parseInt(n[2],10);return Fc(t.getTime(),r)}(e),!0}catch(e){return!1}}class Lc{constructor(e){this.k=e}}function Bc(e){return new Lc(e)}function Hc(e){return e.k}class Wc extends Lc{constructor(e,t,n,r){super(e),this.left=t,this.right=n,this.h=0|r}}function qc(e,t,n,r){return new Wc(e,t,n,r)}function Vc(e){return e.left}function zc(e){return e.right}function Zc(e){return e.h}function Yc(e){return function e(t,n){e:for(;;){const r=t,o=n;if(null!=r){const i=r;if(i instanceof Wc){t=Vc(i),n=e(zc(i),o+1);continue e}return o+1|0}return 0|o}}(e,0)}function Jc(e,t,n){let r;if(null!=e){const t=e;r=t instanceof Wc?Zc(t):1}else r=0;let o;if(null!=n){const e=n;o=e instanceof Wc?Zc(e):1}else o=0;const i=0|(r<o?o:r);return 0===i?Bc(t):qc(t,e,n,i+1)}function Xc(e,t,n){let r,o,i,s,u;if(null!=e){const t=e;u=t instanceof Wc?Zc(t):1}else u=0;let c;if(null!=n){const e=n;c=e instanceof Wc?Zc(e):1}else c=0;if(c>u+2){const i=ve(n);if(i instanceof Wc){if(r=Vc(i),(null!=r?(o=r,o instanceof Wc?Zc(o):1):0)>u+1){const n=ve(Vc(i));if(n instanceof Wc)return Jc(Jc(e,t,Vc(n)),Hc(n),Jc(zc(n),Hc(i),zc(i)));throw new Error("internal error: Set.rebalance")}return Jc(Jc(e,t,Vc(i)),Hc(i),zc(i))}throw new Error("internal error: Set.rebalance")}if(u>c+2){const r=ve(e);if(r instanceof Wc){if(i=zc(r),(null!=i?(s=i,s instanceof Wc?Zc(s):1):0)>c+1){const e=ve(zc(r));if(e instanceof Wc)return Jc(Jc(Vc(r),Hc(r),Vc(e)),Hc(e),Jc(zc(e),t,n));throw new Error("internal error: Set.rebalance")}return Jc(Vc(r),Hc(r),Jc(zc(r),t,n))}throw new Error("internal error: Set.rebalance")}return Jc(e,t,n)}function Kc(e,t,n){if(null!=n){const r=n,o=0|e.Compare(t,Hc(r));if(r instanceof Wc)return o<0?Xc(Kc(e,t,Vc(r)),Hc(r),zc(r)):0===o?n:Xc(Vc(r),Hc(r),Kc(e,t,zc(r)));{const o=0|e.Compare(t,Hc(r));return o<0?qc(t,void 0,n,2):0===o?n:qc(t,n,void 0,2)}}return Bc(t)}function Qc(e,t,n){e:for(;;){const r=e,o=t,i=n;if(null!=i){const s=i,u=0|r.Compare(o,Hc(s));if(s instanceof Wc){if(u<0){e=r,t=o,n=Vc(s);continue e}if(0===u)return!0;e=r,t=o,n=zc(s);continue e}return 0===u}return!1}}function ea(e,t){e:for(;;){const n=e,r=t;if(null!=r){const o=r;if(o instanceof Wc){ea(n,Vc(o)),n(Hc(o)),e=n,t=zc(o);continue e}n(Hc(o))}break}}class ta extends L{constructor(e,t){super(),this.stack=e,this.started=t}}function na(e){e:for(;;){const t=e;if(ur(t))return or();{const n=ar(t),r=fr(t);if(null!=n){const o=n;if(o instanceof Wc){e=mr([Vc(o),Bc(Hc(o)),zc(o)],r);continue e}return t}e=r;continue e}}}function ra(e){return new ta(na(sr(e)),!1)}function oa(e){if(e.started){const t=e.stack;if(ur(t))return function(){throw new Error("Enumeration already started")}();if(null!=ar(t)){return Hc(ar(t))}throw new Error("Please report error: Set iterator, unexpected stack for current")}return function(){throw new Error("Enumeration not started")}()}function ia(e){let t=ra(e);return{"System.Collections.Generic.IEnumerator`1.get_Current":()=>oa(t),"System.Collections.IEnumerator.get_Current":()=>oa(t),"System.Collections.IEnumerator.MoveNext":()=>function(e){if(e.started){const t=e.stack;if(ur(t))return!1;if(null!=ar(t)){if(ar(t)instanceof Wc)throw new Error("Please report error: Set iterator, unexpected stack for moveNext");return e.stack=na(fr(t)),!ur(e.stack)}throw new Error("Please report error: Set iterator, unexpected stack for moveNext")}return e.started=!0,!ur(e.stack)}(t),"System.Collections.IEnumerator.Reset"(){t=ra(e)},Dispose(){}}}function sa(e,t,n){return null==t?null==n?0:-1:null==n?1:0|function(e,t,n){e:for(;;){const r=e,o=t,i=n,s=[o,i];if(ur(s[0]))return ur(s[1])?0:-1;if(ur(s[1]))return 1;if(null!=ar(s[1]))if(null!=ar(s[0])){const u=ar(s[0]),c=ar(s[1]);if(u instanceof Wc)if(null==Vc(u)){if(!(c instanceof Wc)){const o=0|r.Compare(Hc(u),Hc(c));if(0!==o)return 0|o;e=r,t=ir(zc(u),fr(s[0])),n=ir(void 0,fr(s[1]));continue e}if(null==Vc(c)){const o=0|r.Compare(Hc(u),Hc(c));if(0!==o)return 0|o;e=r,t=ir(zc(u),fr(s[0])),n=ir(zc(c),fr(s[1]));continue e}{const s=[o,i];let u,c,a,l,f;switch(ur(s[0])?ur(s[1])?u=2:null!=ar(s[1])?(u=1,l=fr(s[1]),f=ar(s[1])):u=2:null!=ar(s[0])?(u=0,c=fr(s[0]),a=ar(s[0])):ur(s[1])?u=2:null!=ar(s[1])?(u=1,l=fr(s[1]),f=ar(s[1])):u=2,u){case 0:if(a instanceof Wc){e=r,t=mr([Vc(a),qc(Hc(a),void 0,zc(a),0)],c),n=i;continue e}e=r,t=mr([void 0,Bc(Hc(a))],c),n=i;continue e;case 1:if(f instanceof Wc){e=r,t=o,n=mr([Vc(f),qc(Hc(f),void 0,zc(f),0)],l);continue e}e=r,t=o,n=mr([void 0,Bc(Hc(f))],l);continue e;case 2:throw new Error("unexpected state in SetTree.compareStacks")}}}else{const s=[o,i];let u,c,a,l,f;switch(ur(s[0])?ur(s[1])?u=2:null!=ar(s[1])?(u=1,l=fr(s[1]),f=ar(s[1])):u=2:null!=ar(s[0])?(u=0,c=fr(s[0]),a=ar(s[0])):ur(s[1])?u=2:null!=ar(s[1])?(u=1,l=fr(s[1]),f=ar(s[1])):u=2,u){case 0:if(a instanceof Wc){e=r,t=mr([Vc(a),qc(Hc(a),void 0,zc(a),0)],c),n=i;continue e}e=r,t=mr([void 0,Bc(Hc(a))],c),n=i;continue e;case 1:if(f instanceof Wc){e=r,t=o,n=mr([Vc(f),qc(Hc(f),void 0,zc(f),0)],l);continue e}e=r,t=o,n=mr([void 0,Bc(Hc(f))],l);continue e;case 2:throw new Error("unexpected state in SetTree.compareStacks")}}else{if(!(c instanceof Wc)){const o=0|r.Compare(Hc(u),Hc(c));if(0!==o)return 0|o;e=r,t=fr(s[0]),n=fr(s[1]);continue e}if(null==Vc(c)){const o=0|r.Compare(Hc(u),Hc(c));if(0!==o)return 0|o;e=r,t=ir(void 0,fr(s[0])),n=ir(zc(c),fr(s[1]));continue e}{const s=[o,i];let u,c,a,l,f;switch(ur(s[0])?ur(s[1])?u=2:null!=ar(s[1])?(u=1,l=fr(s[1]),f=ar(s[1])):u=2:null!=ar(s[0])?(u=0,c=fr(s[0]),a=ar(s[0])):ur(s[1])?u=2:null!=ar(s[1])?(u=1,l=fr(s[1]),f=ar(s[1])):u=2,u){case 0:if(a instanceof Wc){e=r,t=mr([Vc(a),qc(Hc(a),void 0,zc(a),0)],c),n=i;continue e}e=r,t=mr([void 0,Bc(Hc(a))],c),n=i;continue e;case 1:if(f instanceof Wc){e=r,t=o,n=mr([Vc(f),qc(Hc(f),void 0,zc(f),0)],l);continue e}e=r,t=o,n=mr([void 0,Bc(Hc(f))],l);continue e;case 2:throw new Error("unexpected state in SetTree.compareStacks")}}}}else{ar(s[1]);const u=[o,i];let c,a,l,f,$;switch(ur(u[0])?ur(u[1])?c=2:null!=ar(u[1])?(c=1,f=fr(u[1]),$=ar(u[1])):c=2:null!=ar(u[0])?(c=0,a=fr(u[0]),l=ar(u[0])):ur(u[1])?c=2:null!=ar(u[1])?(c=1,f=fr(u[1]),$=ar(u[1])):c=2,c){case 0:if(l instanceof Wc){e=r,t=mr([Vc(l),qc(Hc(l),void 0,zc(l),0)],a),n=i;continue e}e=r,t=mr([void 0,Bc(Hc(l))],a),n=i;continue e;case 1:if($ instanceof Wc){e=r,t=o,n=mr([Vc($),qc(Hc($),void 0,zc($),0)],f);continue e}e=r,t=o,n=mr([void 0,Bc(Hc($))],f);continue e;case 2:throw new Error("unexpected state in SetTree.compareStacks")}}else{if(null==ar(s[0])){e=r,t=fr(s[0]),n=fr(s[1]);continue e}{ar(s[0]);const u=[o,i];let c,a,l,f,$;switch(ur(u[0])?ur(u[1])?c=2:null!=ar(u[1])?(c=1,f=fr(u[1]),$=ar(u[1])):c=2:null!=ar(u[0])?(c=0,a=fr(u[0]),l=ar(u[0])):ur(u[1])?c=2:null!=ar(u[1])?(c=1,f=fr(u[1]),$=ar(u[1])):c=2,c){case 0:if(l instanceof Wc){e=r,t=mr([Vc(l),qc(Hc(l),void 0,zc(l),0)],a),n=i;continue e}e=r,t=mr([void 0,Bc(Hc(l))],a),n=i;continue e;case 1:if($ instanceof Wc){e=r,t=o,n=mr([Vc($),qc(Hc($),void 0,zc($),0)],f);continue e}e=r,t=o,n=mr([void 0,Bc(Hc($))],f);continue e;case 2:throw new Error("unexpected state in SetTree.compareStacks")}}}break}}(e,sr(t),sr(n))}function ua(e,t,n){let r=n;ea(e=>{t[r]=e,r=r+1|0},e)}function ca(e,t){return Te((t,n)=>Kc(e,n,t),void 0,t)}function aa(e,t){if(r(t))return ca(e,t);if(t instanceof Jn)return function(e,t){return dr((t,n)=>Kc(e,n,t),void 0,t)}(e,t);{const n=c(t);try{return function(e,t,n){for(;;){const r=e,o=t,i=n;if(!i["System.Collections.IEnumerator.MoveNext"]())return o;e=r,t=Kc(r,i["System.Collections.Generic.IEnumerator`1.get_Current"](),o),n=i}}(e,void 0,n)}finally{n.Dispose()}}}class la{constructor(e,t){this.comparer=e,this.tree=t}GetHashCode(){return 0|function(e){let t,n=0;const r=c(e);try{for(;r["System.Collections.IEnumerator.MoveNext"]();){const e=r["System.Collections.Generic.IEnumerator`1.get_Current"]();n=0|(t=0|w(e),(n<<1)+t+631)}}finally{r.Dispose()}return 0|Math.abs(n)}(this)}Equals(e){return e instanceof la&&0===sa($a(this),da(this),da(e))}toString(){return"set ["+Hn("; ",Zr(e=>j(e),this))+"]"}get[Symbol.toStringTag](){return"FSharpSet"}toJSON(e){return Array.from(this)}CompareTo(e){return 0|sa($a(this),da(this),da(e))}"System.Collections.Generic.ICollection`1.Add2B595"(e){throw new Error("ReadOnlyCollection")}"System.Collections.Generic.ICollection`1.Clear"(){throw new Error("ReadOnlyCollection")}"System.Collections.Generic.ICollection`1.Remove2B595"(e){throw new Error("ReadOnlyCollection")}"System.Collections.Generic.ICollection`1.Contains2B595"(e){return Qc($a(this),e,da(this))}"System.Collections.Generic.ICollection`1.CopyToZ2E171D71"(e,t){ua(da(this),e,t)}"System.Collections.Generic.ICollection`1.get_IsReadOnly"(){return!0}"System.Collections.Generic.ICollection`1.get_Count"(){return 0|ha(this)}"System.Collections.Generic.IReadOnlyCollection`1.get_Count"(){return 0|ha(this)}GetEnumerator(){return ia(da(this))}[Symbol.iterator](){return a(this.GetEnumerator())}"System.Collections.IEnumerable.GetEnumerator"(){return ia(da(this))}get size(){return 0|ha(this)}add(e){throw new Error("Set cannot be mutated")}clear(){throw new Error("Set cannot be mutated")}delete(e){throw new Error("Set cannot be mutated")}has(e){return pa(this,e)}keys(){return Zr(e=>e,this)}values(){return Zr(e=>e,this)}entries(){return Zr(e=>[e,e],this)}forEach(e,t){const n=this;Vr(t=>{e(t,t,n)},n)}}function fa(e,t){return new la(e,t)}function $a(e){return e.comparer}function da(e){return e.tree}function ha(e){return Yc(da(e))}function pa(e,t){return Qc($a(e),t,da(e))}function ma(e,t){return fa(t,aa(t,e))}function ga(e,t,n){try{return"Expecting "+e+" but instead got:"+(n?"\n":" ")+JSON.stringify(t,null,4)}catch(t){return"Expecting "+e+" but decoder failed. Couldn't report given value due to circular structure."+(n?"\n":" ")}}function wa(e,t){const n=2===t.tag?ga(t.fields[0],t.fields[1],!0):1===t.tag?ga(t.fields[0],t.fields[1],!1)+"\nReason: "+t.fields[2]:3===t.tag?ga(t.fields[0],t.fields[1],!0):4===t.tag?ga(t.fields[0],t.fields[1],!0)+"\nNode `"+t.fields[2]+"` is unkown.":5===t.tag?"Expecting "+t.fields[0]+".\n"+JSON.stringify(t.fields[1],null,4):7===t.tag?"The following errors were found:\n\n"+Hn("\n\n",t.fields[0]):6===t.tag?"The following `failure` occurred with the decoder: "+t.fields[0]:ga(t.fields[0],t.fields[1],!1);return 7===t.tag?n:"Error at: `"+e+"`\n"+n}function ya(e,t,n){const r=t(e,n);if(1===r.tag){const e=r.fields[0];return new Ei(1,wa(e[0],e[1]))}return new Ei(0,r.fields[0])}function _a(e,t){try{return ya("$",e,JSON.parse(t))}catch(e){if(e instanceof SyntaxError)return new Ei(1,"Given an invalid JSON: "+e.message);throw e}}const va=e=>t=>{const n=e,r=t;if("number"==typeof r){const e=r;return isFinite(e)&&Math.floor(e)===e?-128<=e&&e<=127?new Ei(0,(e+128&255)-128):new Ei(1,[n,new _c(1,"a sbyte",e,"Value was either too large or too small for a sbyte")]):new Ei(1,[n,new _c(1,"a sbyte",e,"Value is not an integral value")])}if("string"==typeof r){let e,t=0;return e=[Ge(r,511,!1,8,new B(()=>t,e=>{t=0|e})),t],e[0]?new Ei(0,e[1]):new Ei(1,[n,new _c(0,"a sbyte",r)])}return new Ei(1,[n,new _c(0,"a sbyte",r)])},ba=e=>t=>{const n=e,r=t;if("number"==typeof r){const e=r;return isFinite(e)&&Math.floor(e)===e?0<=e&&e<=255?new Ei(0,255&e):new Ei(1,[n,new _c(1,"a byte",e,"Value was either too large or too small for a byte")]):new Ei(1,[n,new _c(1,"a byte",e,"Value is not an integral value")])}if("string"==typeof r){let e,t=0;return e=[Ge(r,511,!0,8,new B(()=>t,e=>{t=e})),t],e[0]?new Ei(0,e[1]):new Ei(1,[n,new _c(0,"a byte",r)])}return new Ei(1,[n,new _c(0,"a byte",r)])},Ea=e=>t=>{const n="an int16",r=e,o=t;if("number"==typeof o){const e=o;return isFinite(e)&&Math.floor(e)===e?-32768<=e&&e<=32767?new Ei(0,(e+32768&65535)-32768):new Ei(1,[r,new _c(1,n,e,"Value was either too large or too small for "+n)]):new Ei(1,[r,new _c(1,n,e,"Value is not an integral value")])}if("string"==typeof o){let e,t=0;return e=[Ge(o,511,!1,16,new B(()=>t,e=>{t=0|e})),t],e[0]?new Ei(0,e[1]):new Ei(1,[r,new _c(0,n,o)])}return new Ei(1,[r,new _c(0,n,o)])},Ca=e=>t=>{const n="an uint16",r=e,o=t;if("number"==typeof o){const e=o;return isFinite(e)&&Math.floor(e)===e?0<=e&&e<=65535?new Ei(0,65535&e):new Ei(1,[r,new _c(1,n,e,"Value was either too large or too small for "+n)]):new Ei(1,[r,new _c(1,n,e,"Value is not an integral value")])}if("string"==typeof o){let e,t=0;return e=[Ge(o,511,!0,16,new B(()=>t,e=>{t=e})),t],e[0]?new Ei(0,e[1]):new Ei(1,[r,new _c(0,n,o)])}return new Ei(1,[r,new _c(0,n,o)])},Sa=e=>t=>{const n=e,r=t;if("number"==typeof r){const e=r;return isFinite(e)&&Math.floor(e)===e?-2147483648<=e&&e<=2147483647?new Ei(0,~~e):new Ei(1,[n,new _c(1,"an int",e,"Value was either too large or too small for an int")]):new Ei(1,[n,new _c(1,"an int",e,"Value is not an integral value")])}if("string"==typeof r){let e,t=0;return e=[Ge(r,511,!1,32,new B(()=>t,e=>{t=0|e})),t],e[0]?new Ei(0,e[1]):new Ei(1,[n,new _c(0,"an int",r)])}return new Ei(1,[n,new _c(0,"an int",r)])},xa=e=>t=>{const n="an uint32",r=e,o=t;if("number"==typeof o){const e=o;return isFinite(e)&&Math.floor(e)===e?0<=e&&e<=4294967295?new Ei(0,e>>>0):new Ei(1,[r,new _c(1,n,e,"Value was either too large or too small for "+n)]):new Ei(1,[r,new _c(1,n,e,"Value is not an integral value")])}if("string"==typeof o){let e,t=0;return e=[Ge(o,511,!0,32,new B(()=>t,e=>{t=e})),t],e[0]?new Ei(0,e[1]):new Ei(1,[r,new _c(0,n,o)])}return new Ei(1,[r,new _c(0,n,o)])};function Oa(e,t){if("string"==typeof t){let r,o=sn();return r=[cn(t,new B(()=>o,e=>{o=e})),o],r[0]?new Ei(0,1===(n=r[1]).kind?n:on(n.getTime(),1)):new Ei(1,[e,new _c(0,"a datetime",t)])}return new Ei(1,[e,new _c(0,"a datetime",t)]);var n}function Na(e,t){if("string"==typeof t){let n,r=Fc(-621355968e5,0);return n=[Gc(t,new B(()=>r,e=>{r=e})),r],n[0]?new Ei(0,n[1]):new Ei(1,[e,new _c(0,"a datetimeoffset",t)])}return new Ei(1,[e,new _c(0,"a datetime",t)])}function Pa(e,t,n,r){let o;const i=n+".["+d(e)+"]";if(Array.isArray(r)){const n=r;return e<n.length?t(i,n[e]):new Ei(1,[i,new _c(5,"a longer array. Need index `"+d(e)+"` but there are only `"+(o=n.length,d(o)+"` entries"),r)])}return new Ei(1,[i,new _c(0,"an array",r)])}function Aa(e,t,n){if(Array.isArray(n)){let r=-1;return Ci(e=>hr(e),Te((n,o)=>{if(r=r+1|0,0===n.tag){const i=e(t+".["+d(r)+"]",o);return 0===i.tag?new Ei(0,ir(i.fields[0],n.fields[0])):new Ei(1,i.fields[0])}return n},new Ei(0,or()),n))}return new Ei(1,[t,new _c(0,"a list",n)])}function Ma(e,t,n){if(Array.isArray(n)){let r=-1;const o=n;return Te((n,o)=>{if(r=r+1|0,0===n.tag){const i=n.fields[0],s=e(t+".["+d(r)+"]",o);return 0===s.tag?(i[r]=s.fields[0],new Ei(0,i)):new Ei(1,s.fields[0])}return n},new Ei(0,Pe(new Array(o.length),0,o.length,null)),o)}return new Ei(1,[t,new _c(0,"an array",n)])}function Ta(e,t,n){return new Ei(0,e)}function ka(e,t,n,r){const o=t(n,r);return 0===o.tag?e(o.fields[0],n,r):new Ei(1,o.fields[0])}function ja(e,t,n,r){const o=t(n,r);return 1===o.tag?new Ei(1,o.fields[0]):new Ei(0,e(o.fields[0]))}function Da(e,t){let n;const r=e;return n=e=>t=>Pa(0,r,e,t),e=>r=>ka(A(3,e=>{let n;const r=t;return n=e=>t=>Pa(1,r,e,t),t=>r=>ka((t,n,r)=>Ta([e,t]),A(2,n),t,r)}),A(2,n),e,r)}function Ia(e){return Hs(e)}function Ra(e,t,n,r){let o,i;return t.length!==r.length?new Ei(1,[n,new _c(6,(o=0|r.length,i=0|t.length,Rn(jn("Expected %i %s but got %i"))(i)(e)(o)))]):je(A(3,k(e=>t=>r=>0===r.tag?Ci(e=>ir(e,r.fields[0]),t(n,e)):r,[0,[0,2],0])),r,t,new Ei(0,or()))}function Fa(e,t,n,r,o,i){const s=(u=e=>ee(e)===r,fe(n).find(u));var u;if(null!=s){const n=s;return 0===i.length?new Ei(0,we(n,[])):Ci(e=>we(n,$r(e)),Ra("union fields",Ae(n=>Ga(e,t,!1,n[1]),ge(n)),o,i))}return new Ei(1,[o,new _c(6,"Cannot find case "+r+" in "+te(n))])}function Ua(e,t,n,r){const o=new B(null),i=zs(te(r),o,e);let s;if(pe(r)){const e=Ae(e=>[Sc(t,ee(e)),Ga(i,t,!1,e[1])],$e(r));s=t=>n=>Ci(e=>function(e,t){const n=$e(e);if(n.length!==t.length)throw new Error(`Expected an array of length ${n.length} but got ${t.length}`);return null!=e.construct?new e.construct(...t):n.reduce((e,[n,r],o)=>(e[n]=t[o],e),{})}(r,$r(e)),function(e,t,n){return null===n||Object.getPrototypeOf(n||!1)!==Object.prototype?new Ei(1,[t,new _c(0,"an object",n)]):ke(A(2,e=>{const r=e[0];return o=>0===o.tag?Ci(e=>ir(e,o.fields[0]),e[1](t+"."+r)(n[r])):o}),e,new Ei(0,or()))}(e,t,n))}else if(he(r))s=e=>n=>{if("string"==typeof n)return Fa(i,t,r,n,e,[]);if(Array.isArray(n)){const o=n;return Fa(i,t,r,o[0],e,o.slice(1,o.length))}return new Ei(1,[e,new _c(0,"a string or array",n)])};else{if(!n){let e;const t=te(r);throw e=Rn(jn("Cannot generate auto decoder for %s. Please pass an extra decoder."))(t),new Error(e)}s=e=>t=>new Ei(1,[e,new _c(2,"an extra coder for "+te(r),t)])}return o.contents=s,s}function Ga(e,t,n,r){let o;const i=te(r),s=Zs(i,e);if(null==s){if(ne(r)){const n=Ga(e,t,!1,re(r));return e=>t=>Ma(A(2,n),e,t)}if(ie(r)){const e=te(ue(r));if("System.SByte"===e)return e=>t=>{const n=r,o=e,i=t,s=va(o)(i);if(1===s.tag)return new Ei(1,s.fields[0]);{const e=s.fields[0];return Hr(e,ce(n),{Equals:(e,t)=>e===t,GetHashCode:e=>m(e)})?new Ei(0,le(n,e.toString())):new Ei(1,[o,new _c(1,te(n),i,"Unkown value provided for the enum")])}};if("System.Byte"===e)return e=>t=>{const n=r,o=e,i=t,s=ba(o)(i);if(1===s.tag)return new Ei(1,s.fields[0]);{const e=s.fields[0];return Hr(e,ce(n),{Equals:(e,t)=>e===t,GetHashCode:e=>m(e)})?new Ei(0,le(n,e.toString())):new Ei(1,[o,new _c(1,te(n),i,"Unkown value provided for the enum")])}};if("System.Int16"===e)return e=>t=>{const n=r,o=e,i=t,s=Ea(o)(i);if(1===s.tag)return new Ei(1,s.fields[0]);{const e=s.fields[0];return Hr(e,ce(n),{Equals:(e,t)=>e===t,GetHashCode:e=>m(e)})?new Ei(0,le(n,(u=(u=e)<0&&null!=c&&10!==c?65535+u+1:u).toString(c))):new Ei(1,[o,new _c(1,te(n),i,"Unkown value provided for the enum")])}var u,c};if("System.UInt16"===e)return e=>t=>{const n=r,o=e,i=t,s=Ca(o)(i);if(1===s.tag)return new Ei(1,s.fields[0]);{const e=s.fields[0];return Hr(e,ce(n),{Equals:(e,t)=>e===t,GetHashCode:e=>m(e)})?new Ei(0,le(n,e.toString())):new Ei(1,[o,new _c(1,te(n),i,"Unkown value provided for the enum")])}};if("System.Int32"===e)return e=>t=>{const n=r,o=e,i=t,s=Sa(o)(i);if(1===s.tag)return new Ei(1,s.fields[0]);{const e=s.fields[0];return Hr(e,ce(n),{Equals:(e,t)=>e===t,GetHashCode:e=>m(e)})?new Ei(0,le(n,d(e))):new Ei(1,[o,new _c(1,te(n),i,"Unkown value provided for the enum")])}};if("System.UInt32"===e)return e=>t=>{const n=r,o=e,i=t,s=xa(o)(i);if(1===s.tag)return new Ei(1,s.fields[0]);{const e=s.fields[0];return Hr(e,ce(n),{Equals:(e,t)=>e===t,GetHashCode:e=>m(e)})?new Ei(0,le(n,e.toString())):new Ei(1,[o,new _c(1,te(n),i,"Unkown value provided for the enum")])}};{const e=te(r),t=Fn(jn("Cannot generate auto decoder for %s.\nThoth.Json.Net only support the folluwing enum types:\n- sbyte\n- byte\n- int16\n- uint16\n- int\n- uint32\nIf you can't use one of these types, please pass an extra decoder.\n "))(e);return e=>{const n=t(e);return e=>n(e)}}}if(oe(r)){if(me(r)){const n=Ae(n=>Ga(e,t,!1,n),de(r));return e=>t=>Array.isArray(t)?Ci(e=>$r(e),Ra("tuple elements",n,e,t)):new Ei(1,[e,new _c(0,"an array",t)])}{const i=te(se(r));if("Microsoft.FSharp.Core.FSharpOption`1[System.Object]"===i){const n=Ga(e,t,!0,q(r)[0]);return e=>t=>{return r=A(2,n),o=e,null==(i=t)?new Ei(0,void 0):Ci(e=>_e(e),r(o,i));var r,o,i}}if("Microsoft.FSharp.Collections.FSharpList`1[System.Object]"===i){const n=Ga(e,t,!1,q(r)[0]);return e=>t=>Aa(A(2,n),e,t)}if("Microsoft.FSharp.Collections.FSharpMap`2[System.Object,System.Object]"===i){const n=Ga(e,t,!1,q(r)[0]),i=Ga(e,t,!1,q(r)[1]);let s;const u=gr([e=>t=>function(e,t,n,r){return null===r||Object.getPrototypeOf(r||!1)!==Object.prototype?new Ei(1,[n,new _c(0,"an object",r)]):qr((o,i)=>{if(0===o.tag){const s=e(n,i);if(0===s.tag){const e=t(n+"."+i,r[i]);return 0===e.tag?new Ei(0,ir([s.fields[0],e.fields[0]],o.fields[0])):new Ei(1,e.fields[0])}return new Ei(1,s.fields[0])}return o},new Ei(0,or()),Object.keys(r))}(A(2,n),A(2,i),e,t),(o=Da(A(2,n),A(2,i)),e=>t=>Aa(A(2,o),e,t))]);return s=e=>t=>{return n=e,r=t,((e,t)=>{e:for(;;){const o=e,i=t;if(ur(o))return new Ei(1,[n,new _c(7,i)]);{const s=ya(n,A(2,ar(o)),r);if(1===s.tag){e=fr(o),t=yr(i,sr(s.fields[0]));continue e}return new Ei(0,s.fields[0])}}})(u,or());var n,r},e=>t=>ja(e=>Ia(e),A(2,s),e,t)}if("Microsoft.FSharp.Collections.FSharpSet`1[System.Object]"===i){const n=Ga(e,t,!1,q(r)[0]);return e=>t=>{const r=Ma(A(2,n),e,t);return 0===r.tag?new Ei(0,ma(r.fields[0],{Compare:(e,t)=>x(e,t)})):new Ei(1,r.fields[0])}}return Ua(e,t,n,r)}}return"System.Boolean"===i?e=>t=>{return n=e,"boolean"==typeof(r=t)?new Ei(0,r):new Ei(1,[n,new _c(0,"a boolean",r)]);var n,r}:"Microsoft.FSharp.Core.Unit"===i?e=>t=>{return n=e,null==(r=t)?new Ei(0,void 0):new Ei(1,[n,new _c(0,"null",r)]);var n,r}:"System.String"===i?e=>t=>{return n=e,"string"==typeof(r=t)?new Ei(0,r):new Ei(1,[n,new _c(0,"a string",r)]);var n,r}:"System.SByte"===i?va:"System.Byte"===i?ba:"System.Int16"===i?Ea:"System.UInt16"===i?Ca:"System.Int32"===i?Sa:"System.UInt32"===i?xa:"System.Double"===i?e=>t=>{return n=e,"number"==typeof(r=t)?new Ei(0,r):new Ei(1,[n,new _c(0,"a float",r)]);var n,r}:"System.Single"===i?e=>t=>{return n=e,"number"==typeof(r=t)?new Ei(0,r):new Ei(1,[n,new _c(0,"a float32",r)]);var n,r}:"System.DateTime"===i?e=>t=>Oa(e,t):"System.DateTimeOffset"===i?e=>t=>Na(e,t):"System.TimeSpan"===i?e=>t=>function(e,t){if("string"==typeof t){let n,r=0;return n=[ac(t,new B(()=>r,e=>{r=e})),r],n[0]?new Ei(0,n[1]):new Ei(1,[e,new _c(0,"a timespan",t)])}return new Ei(1,[e,new _c(0,"a timespan",t)])}(e,t):"System.Guid"===i?e=>t=>function(e,t){if("string"==typeof t){let n,r="00000000-0000-0000-0000-000000000000";return n=[_u(t,new B(()=>r,e=>{r=e})),r],n[0]?new Ei(0,n[1]):new Ei(1,[e,new _c(0,"a guid",t)])}return new Ei(1,[e,new _c(0,"a guid",t)])}(e,t):"System.Object"===i?e=>e=>new Ei(0,e):Ua(e,t,n,r)}{const e=s;return t=>n=>e.contents(t)(n)}}function La(e){return null!=e?Ys((e,t)=>new B(t[1]),e.Coders):Js()}function Ba(e,t,n){const r=Ce(t,new vc(0));return Ga(La(n),r,!1,e)}class Ha extends L{constructor(e,t,n,r,o,i,s){super(),this.Name=e,this.Title=t,this.Gender=n,this.Email=r,this.MobilePhone=o,this.DateOfBirth=i,this.Address=s}}function Wa(){return Z("Dto.Api.Backend.Common.FullProfileDto",[],Ha,()=>[["Name",bu()],["Title",Q],["Gender",Q],["Email",Q],["MobilePhone",Q],["DateOfBirth",Q],["Address",Su()]])}function qa(){return(qa=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function Va(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}function za(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Za,Ya=n(2),Ja=n.n(Ya),Xa=n(3),Ka=n.n(Xa);function Qa(e,t){return void 0===e&&(e=""),void 0===t&&(t=Za),t?e.split(" ").map((function(e){return t[e]||e})).join(" "):e}var el="object"==typeof window&&window.Element||function(){};Ja.a.oneOfType([Ja.a.string,Ja.a.func,function(e,t,n){if(!(e[t]instanceof el))return new Error("Invalid prop `"+t+"` supplied to `"+n+"`. Expected prop to be an instance of Element. Validation failed.")},Ja.a.shape({current:Ja.a.any})]);var tl=Ja.a.oneOfType([Ja.a.func,Ja.a.string,Ja.a.shape({$$typeof:Ja.a.symbol,render:Ja.a.func}),Ja.a.arrayOf(Ja.a.oneOfType([Ja.a.func,Ja.a.string,Ja.a.shape({$$typeof:Ja.a.symbol,render:Ja.a.func})]))]),nl=["in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","onEnter","onEntering","onEntered","onExit","onExiting","onExited"];"undefined"==typeof window||!window.document||window.document.createElement;var rl=n(4);function ol(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 il(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ol(Object(n),!0).forEach((function(t){za(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ol(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var sl=il(il({},rl.Transition.propTypes),{},{children:Ja.a.oneOfType([Ja.a.arrayOf(Ja.a.node),Ja.a.node]),tag:tl,baseClass:Ja.a.string,baseClassActive:Ja.a.string,className:Ja.a.string,cssModule:Ja.a.object,innerRef:Ja.a.oneOfType([Ja.a.object,Ja.a.string,Ja.a.func])}),ul=il(il({},rl.Transition.defaultProps),{},{tag:"div",baseClass:"fade",baseClassActive:"show",timeout:150,appear:!0,enter:!0,exit:!0,in:!0});function cl(e){var t,n,r,o=e.tag,i=e.baseClass,s=e.baseClassActive,u=e.className,c=e.cssModule,a=e.children,l=e.innerRef,f=Va(e,["tag","baseClass","baseClassActive","className","cssModule","children","innerRef"]),$=function(e,t){for(var n,r=Array.isArray(t)?t:[t],o=r.length,i={};o>0;)i[n=r[o-=1]]=e[n];return i}(f,nl),d=(t=f,n=nl,r={},Object.keys(t).forEach((function(e){-1===n.indexOf(e)&&(r[e]=t[e])})),r);return ni.default.createElement(rl.Transition,$,(function(e){var t="entered"===e,n=Qa(Ka()(u,i,t&&s),c);return ni.default.createElement(o,qa({className:n},d,{ref:l}),a)}))}cl.propTypes=sl,cl.defaultProps=ul;var al=cl;function ll(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 fl(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ll(Object(n),!0).forEach((function(t){za(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ll(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var $l={children:Ja.a.node,className:Ja.a.string,closeClassName:Ja.a.string,closeAriaLabel:Ja.a.string,cssModule:Ja.a.object,color:Ja.a.string,fade:Ja.a.bool,isOpen:Ja.a.bool,toggle:Ja.a.func,tag:tl,transition:Ja.a.shape(al.propTypes),innerRef:Ja.a.oneOfType([Ja.a.object,Ja.a.string,Ja.a.func])},dl={color:"success",isOpen:!0,tag:"div",closeAriaLabel:"Close",fade:!0,transition:fl(fl({},al.defaultProps),{},{unmountOnExit:!0})};function hl(e){var t=e.className,n=e.closeClassName,r=e.closeAriaLabel,o=e.cssModule,i=e.tag,s=e.color,u=e.isOpen,c=e.toggle,a=e.children,l=e.transition,f=e.fade,$=e.innerRef,d=Va(e,["className","closeClassName","closeAriaLabel","cssModule","tag","color","isOpen","toggle","children","transition","fade","innerRef"]),h=Qa(Ka()(t,"alert","alert-"+s,{"alert-dismissible":c}),o),p=Qa(Ka()("close",n),o),m=fl(fl(fl({},al.defaultProps),l),{},{baseClass:f?l.baseClass:"",timeout:f?l.timeout:0});return ni.default.createElement(al,qa({},d,m,{tag:i,className:h,in:u,role:"alert",innerRef:$}),c?ni.default.createElement("button",{type:"button",className:p,"aria-label":r,onClick:c},ni.default.createElement("span",{"aria-hidden":"true"},"×")):null,a)}hl.propTypes=$l,hl.defaultProps=dl;var pl=hl;class ml extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Tag","CSSModule","Color","Transition","IsOpen","Toggle","Custom"]}}class gl extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Success","Failure","Info"]}}function wl(e){switch(e.tag){case 0:return new ml(2,"success");case 2:return new ml(2,"info");default:return new ml(2,"danger")}}function yl(e){switch(e.tag){case 0:case 2:default:return e.fields[0]}}function _l(e,t){Di(bi.Delay(()=>{return bi.Bind((t=5e3,yi(e=>{let n;const r=setTimeout(()=>{e.cancelToken.removeListener(n),e.onSuccess(void 0)},t);n=e.cancelToken.addListener(()=>{clearTimeout(r),e.onCancel(new gi)})})),()=>(e(),bi.Zero()));var t}),t)}function vl(e){const t=e.hideAlert,n=e.alert,r=Pi();return ai(()=>{_l(t,r)}),function(e,t){const n=mc(Jr(e=>6===e.tag?e.fields[0]:or(),e),1),r=mc(Br(e=>6===e.tag?void 0:e,e),1);return ni.createElement(pl,Object.assign({},n,r),...t)}([wl(n),new ml(5,()=>{Ai(r),t()})],[yl(n)])}class bl extends L{constructor(e,t,n,r,o,i,s){super(),this.Name=e,this.Email=t,this.MobilePhone=n,this.Title=r,this.Gender=o,this.DateOfBirth=i,this.Address=s}}class El extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Full","Partial"]}}function Cl(){return Y("Dto.Api.Backend.Read.ProfileDto",[],El,()=>[[["Item",Wa()]],[["Item",Z("Dto.Api.Backend.Read.PartialProfileDto",[],bl,()=>[["Name",bu()],["Email",Q],["MobilePhone",J(Q)],["Title",J(Q)],["Gender",J(Q)],["DateOfBirth",J(Q)],["Address",J(Su())]])]]])}class Sl extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Success","EmailNotUnique"]}}function xl(){return Y("Dto.Api.Backend.Read.ProfileUpdateStatus",[],Sl,()=>[[],[]])}class Ol extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["HasNotStartedYet","InProgress","Resolved","Failed"]}}function Nl(e,t){const n=di(Pi());return li(()=>ui(()=>{Ai(n.current)})),hi(r=>{Mi(n.current)||Di(bi.Delay(()=>bi.TryWith(bi.Delay(()=>(t(new Ol(1)),bi.Bind(e(r),e=>(t(new Ol(2,e)),bi.Zero())))),e=>(t(new Ol(3,e)),bi.Zero()))),n.current)})}function Pl(e){return su(e)}function Al(){return gr([[new lu(0),"Male"],[new lu(1),"Female"],[new lu(2),"Intersex"],[new lu(3),"Transgender"],[new lu(4),"Prefer not to answer"],[new lu(5),"Other"]])}function Ml(e){return br(t=>t[1]===e?t[0]:void 0,Al())}class Tl extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Mr","Miss","Mrs","Ms","Dr","Prof"]}}function kl(){return gr([[new Tl(0),"Mr"],[new Tl(1),"Miss"],[new Tl(2),"Mrs"],[new Tl(3),"Ms"],[new Tl(4),"Dr"],[new Tl(5),"Prof"]])}function jl(e){return br(t=>t[1]===e?t[0]:void 0,kl())}class Dl extends L{constructor(e,t,n,r,o,i){super(),this.FirstName=e,this.MiddleName=t,this.LastName=n,this.Title=r,this.DateOfBirth=o,this.Gender=i}}const Il=new Dl("","","",void 0,void 0,void 0);class Rl extends L{constructor(e,t,n,r,o,i,s){super(),this.Email=e,this.MobileNumber=t,this.StreetAddress=n,this.Suburb=r,this.State=o,this.Postcode=i,this.NonUniqueEmails=s}}const Fl=new Rl("","","","",void 0,"",or());class Ul extends L{constructor(e,t){super(),this.Identification=e,this.ContactDetails=t}}const Gl=new Ul(Il,Fl);function Ll(e){return ss(0,()=>xi(t=>xi(n=>xi(r=>us(0,Ci(e=>function(e){return rn(e,"yyyy-MM-dd")}(e),ts("DateOfBirth missing",e.Identification.DateOfBirth)),o=>new Ha(new vu(e.Identification.FirstName.trim(),iu(e.Identification.MiddleName.trim()),e.Identification.LastName.trim()),r,t,e.ContactDetails.Email.trim(),Fu(e.ContactDetails.MobileNumber),o,new Cu(e.ContactDetails.StreetAddress.trim(),void 0,e.ContactDetails.Suburb.trim(),n,e.ContactDetails.Postcode.trim(),"AU"))),Ci(e=>function(e){return j(e)}(e),ts("Title missing",e.Identification.Title))),Ci(e=>ju(e),ts("State missing",e.ContactDetails.State))),Ci(e=>Eu(e),ts("Gender missing",e.Identification.Gender))))()}function Bl(e){if(1===e.tag){const t=e.fields[0];return new Ul(new Dl(t.Name.FirstName,Ce(t.Name.MiddleName,""),t.Name.LastName,xe(e=>jl(e),t.Title),xe(e=>Pl(e),t.DateOfBirth),xe(e=>Ml(e),t.Gender)),new Rl(t.Email,Uu(Ce(t.MobilePhone,"")),Ce(Se(e=>e.AddressLine1,t.Address),""),Ce(Se(e=>e.City,t.Address),""),xe(e=>Iu(e.State),t.Address),Ce(Se(e=>e.Postcode,t.Address),""),or()))}{const t=e.fields[0];return new Ul(new Dl(t.Name.FirstName,Ce(t.Name.MiddleName,""),t.Name.LastName,jl(t.Title),Pl(t.DateOfBirth),Ml(t.Gender)),new Rl(t.Email,Uu(t.MobilePhone),t.Address.AddressLine1,t.Address.City,Iu(t.Address.State),t.Address.Postcode,or()))}}class Hl extends L{constructor(e,t,n,r){super(),this.FormModel=e,this.CurrentAlert=t,this.ExistingProfile=n,this.SaveStatus=r}}class Wl extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["SetIdentification","SetContactDetails","GetProfileCallback","SaveStarted","SaveFinished","ShowAlert","HideAlert"]}}class ql{constructor(e,t,n){this.OnNext=e,this.OnError=t||(e=>{}),this.OnCompleted=n||(()=>{})}}class Vl{constructor(){this.delegates=[]}Add(e){this._addHandler(e)}get Publish(){return this}Trigger(e,t){let n,r;void 0===t?(n=null,r=e):(n=e,r=t),this.delegates.forEach(e=>1===e.length?e(r):e(n,r))}AddHandler(e){this._addHandler(e)}RemoveHandler(e){this._removeHandler(e)}Subscribe(e){const t="function"==typeof e?e:e.OnNext;return this._addHandler(t),{Dispose:()=>{this._removeHandler(t)}}}_addHandler(e){this.delegates.push(e)}_removeHandler(e){const t=this.delegates.indexOf(e);t>-1&&this.delegates.splice(t,1)}}var zl=Vl;var Zl=class{constructor(e){this._enabled=!1,this._isDisposed=!1,this._intervalId=0,this._timeoutId=0,this.Interval=e&&e>0?e:100,this.AutoReset=!0,this._elapsed=new zl}Elapsed(){return this._elapsed}get Enabled(){return this._enabled}set Enabled(e){this._isDisposed||this._enabled===e||(this._enabled=e,this._enabled?this.AutoReset?this._intervalId=setInterval(()=>{this.AutoReset||(this.Enabled=!1),this._elapsed.Trigger(new Date)},this.Interval):this._timeoutId=setTimeout(()=>{this.Enabled=!1,this._timeoutId=0,this.AutoReset&&(this.Enabled=!0),this._elapsed.Trigger(new Date)},this.Interval):(this._timeoutId&&(clearTimeout(this._timeoutId),this._timeoutId=0),this._intervalId&&(clearInterval(this._intervalId),this._intervalId=0)))}Dispose(){this.Enabled=!1,this._isDisposed=!0}Close(){this.Dispose()}Start(){this.Enabled=!0}Stop(){this.Enabled=!1}};function Yl(e,t){let n,r=new Zl(e);r.AutoReset=!1,n=r,function(e,t){t.Subscribe(new ql(e))}(t,n.Elapsed()),n.Enabled=!0,n.Start()}function Jl(){return or()}function Xl(e){return sr(t=>{t(e)})}function Kl(e,t,n,r,o){return sr(i=>{e(bi.Delay(()=>bi.Bind(ki(t(n)),e=>{const t=e;return i(1===t.tag?o(t.fields[0]):r(t.fields[0])),bi.Zero()})))})}function Ql(e){Yl(0,t=>{Di(e)})}function ef(e){return Rn(Dn("%s%P()/profiles/backend/profiles",[e]))}function tf(e,t){return Gu(new Tu(1),ls(0,()=>{const n=cu(t,tu(new fs(0),eu(ef(e))));return bi.Delay(()=>bi.Bind(n,e=>{let t;const n=e;return 1===n.tag?bi.Return(new Ei(1,n.fields[0])):bi.ReturnFrom((t=n.fields[0],200===t.statusCode?bi.Return((r=t.responseText,_a(A(2,Ba(Cl(),new vc(1),void 0)),r))):bi.Return(new Ei(1,""))));var r}))}))}function nf(e,t,n){return Gu(new Tu(0),ls(0,()=>{let r;const o=cu(t,(r=ru(new ds(1,function(e){return Tc(0,Rc(Wa(),new vc(1),void 0,void 0)(e))}(n)),tu(new fs(2),eu(ef(e)))),nu(Xs("application/json"),r)));return bi.Delay(()=>bi.Bind(o,e=>{let t;const n=e;return 1===n.tag?bi.Return(new Ei(1,n.fields[0])):bi.ReturnFrom((t=n.fields[0],200===t.statusCode?bi.Return((r=t.responseText,_a(A(2,Ba(xl(),new vc(1),void 0)),r))):bi.Return(new Ei(1,""))));var r}))}))}class rf{constructor(e,t){const n=new B(null);this.comparer=t,n.contents=this,this.hashMap=new Map([]),this["init@8-2"]=1;const r=c(e);try{for(;r["System.Collections.IEnumerator.MoveNext"]();)cf(n.contents,r["System.Collections.Generic.IEnumerator`1.get_Current"]())}finally{r.Dispose()}}get[Symbol.toStringTag](){return"HashSet"}toJSON(e){return Array.from(this)}"System.Collections.IEnumerable.GetEnumerator"(){return c(this)}GetEnumerator(){return c(Dr(this.hashMap.values()))}[Symbol.iterator](){return a(this.GetEnumerator())}"System.Collections.Generic.ICollection`1.Add2B595"(e){cf(this,e)}"System.Collections.Generic.ICollection`1.Clear"(){sf(this)}"System.Collections.Generic.ICollection`1.Contains2B595"(e){return af(this,e)}"System.Collections.Generic.ICollection`1.CopyToZ2E171D71"(e,t){zr((n,r)=>{e[t+n]=r},this)}"System.Collections.Generic.ICollection`1.get_Count"(){return 0|uf(this)}"System.Collections.Generic.ICollection`1.get_IsReadOnly"(){return!1}"System.Collections.Generic.ICollection`1.Remove2B595"(e){return lf(this,e)}get size(){return 0|uf(this)}add(e){return cf(this,e),this}clear(){sf(this)}delete(e){return lf(this,e)}has(e){return af(this,e)}keys(){return Zr(e=>e,this)}values(){return Zr(e=>e,this)}entries(){return Zr(e=>[e,e],this)}forEach(e,t){const n=this;Vr(t=>{e(t,t,n)},n)}}function of(e,t){const n=0|e.comparer.GetHashCode(t);let r,o=null;return r=[gc(e.hashMap,n,new B(()=>o,e=>{o=e})),o],r[0]?[!0,n,r[1].findIndex(n=>e.comparer.Equals(t,n))]:[!1,n,-1]}function sf(e){e.hashMap.clear()}function uf(e){let t=0,n=c(e.hashMap.values());try{for(;n["System.Collections.IEnumerator.MoveNext"]();){t=t+n["System.Collections.Generic.IEnumerator`1.get_Current"]().length|0}}finally{n.Dispose()}return 0|t}function cf(e,t){const n=of(e,t);let r;switch(r=n[0]&&n[2]>-1?0:1,r){case 0:return!1;case 1:if(n[0]){yc(e.hashMap,n[1]).push(t);return!0}return e.hashMap.set(n[1],[t]),!0}}function af(e,t){const n=of(e,t);let r;switch(r=n[0]&&n[2]>-1?0:1,r){case 0:return!0;case 1:return!1}}function lf(e,t){const n=of(e,t);let r;switch(r=n[0]&&n[2]>-1?0:1,r){case 0:return yc(e.hashMap,n[1]).splice(n[2],1),!0;case 1:return!1}}Symbol.toStringTag,Symbol.iterator;function ff(e,t){return jr(()=>{const n=new rf([],t);return Wr(e=>wc(e,n),e)})}function $f(e){const t=ni.useState(e);return[t[0],e=>{t[1](e)}]}class df extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Required","MaxLen","MinLen","Regex","CustomRule"]}}function hf(e){const t=e.values();return n=Fr(jr(()=>Jr(e=>{const t=e[0],n=vr(t=>Gn(t,e[1]),function(e,t){const n=Kn(),r=dr((t,n)=>{const r=e(n);if(null==r)return t;{const e=new Jn(ve(r),void 0);return t.tail=e,e}},n,t),o=Kn();return r.tail=o,rr(n)}(e=>1===e.tag?e.fields[0]:void 0,vr(e=>{switch(e.tag){case 1:return n=e.fields[0],t.value.length>n?new Ei(1,Rn(jn("{0} exceeds the max length of %i"))(n)):new Ei(0,void 0);case 2:return function(e,t){return t.length<e?new Ei(1,Rn(jn("{0} must be at least %i characters"))(e)):new Ei(0,void 0)}(e.fields[0],t.value);case 3:return function(e,t,n){return null!=xn(n,e)?new Ei(0,void 0):new Ei(1,Rn(jn("{0} is not a valid %s"))(t))}(e.fields[0],e.fields[1],t.value);case 4:return e.fields[0];default:return function(e){return Bn(e)?new Ei(1,"{0} is required"):new Ei(0,void 0)}(t.value)}var n},e[2])));return Lr(cr(n)>0?(t.classList.add("error"),t.setAttribute("title",Cr(0,n)),Ir()):(t.classList.remove("error"),t.removeAttribute("title"),Ir()),jr(()=>n))},t))),Fr(ff(n,{Equals:(e,t)=>e===t,GetHashCode:e=>p(e)}));var n}function pf(e){let t=c(e.values());try{for(;t["System.Collections.IEnumerator.MoveNext"]();){const e=t["System.Collections.Generic.IEnumerator`1.get_Current"]()[0];e.classList.remove("error"),e.removeAttribute("title")}}finally{t.Dispose()}}function mf(){const e=ni.useRef(new Map([])).current,t=$f(or()),n=t[1],r=t[0],o=$f(!1),i=o[1];return ni.useEffect(()=>{if(o[0]){const t=hf(e);b(t,r)||(n(t),pf(e))}}),[ni.useRef(t=>n=>r=>{let o;b(r,null)||e.set(r.hasAttribute("data-vkey")?r.getAttribute("data-vkey"):(o=y(r),d(o)),[r,t,n])}).current,()=>{i(!0);const t=hf(e);return n(t),0===cr(t)},()=>{i(!1),pf(e),n(or())},r]}
|
|
7
7
|
/*! *****************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
9
9
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
@@ -18,4 +18,4 @@ MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
|
18
18
|
See the Apache Version 2.0 License for specific language governing permissions
|
|
19
19
|
and limitations under the License.
|
|
20
20
|
***************************************************************************** */
|
|
21
|
-
var mf=function(){return(mf=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};var gf=function(e){var t=e.animate,n=e.backgroundColor,r=e.backgroundOpacity,o=e.baseUrl,i=e.children,s=e.foregroundColor,u=e.foregroundOpacity,c=e.gradientRatio,a=e.uniqueKey,l=e.interval,f=e.rtl,$=e.speed,d=e.style,h=e.title,p=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["animate","backgroundColor","backgroundOpacity","baseUrl","children","foregroundColor","foregroundOpacity","gradientRatio","uniqueKey","interval","rtl","speed","style","title"]),m=a||Math.random().toString(36).substring(6),g=m+"-diff",w=m+"-animated-diff",y=m+"-aria",_=f?{transform:"scaleX(-1)"}:null,v="0; "+l+"; 1",b=$+"s";return Object(ni.createElement)("svg",mf({"aria-labelledby":y,role:"img",style:mf(mf({},d),_)},p),h?Object(ni.createElement)("title",{id:y},h):null,Object(ni.createElement)("rect",{role:"presentation",x:"0",y:"0",width:"100%",height:"100%",clipPath:"url("+o+"#"+g+")",style:{fill:"url("+o+"#"+w+")"}}),Object(ni.createElement)("defs",null,Object(ni.createElement)("clipPath",{id:g},i),Object(ni.createElement)("linearGradient",{id:w},Object(ni.createElement)("stop",{offset:"0%",stopColor:n,stopOpacity:r},t&&Object(ni.createElement)("animate",{attributeName:"offset",values:-c+"; "+-c+"; 1",keyTimes:v,dur:b,repeatCount:"indefinite"})),Object(ni.createElement)("stop",{offset:"50%",stopColor:s,stopOpacity:u},t&&Object(ni.createElement)("animate",{attributeName:"offset",values:-c/2+"; "+-c/2+"; "+(1+c/2),keyTimes:v,dur:b,repeatCount:"indefinite"})),Object(ni.createElement)("stop",{offset:"100%",stopColor:n,stopOpacity:r},t&&Object(ni.createElement)("animate",{attributeName:"offset",values:"0; 0; "+(1+c),keyTimes:v,dur:b,repeatCount:"indefinite"})))))};gf.defaultProps={animate:!0,backgroundColor:"#f5f6f7",backgroundOpacity:1,baseUrl:"",foregroundColor:"#eee",foregroundOpacity:1,gradientRatio:2,id:null,interval:.25,rtl:!1,speed:1.2,style:{},title:"Loading..."};var wf=function(e){return e.children?Object(ni.createElement)(gf,mf({},e)):Object(ni.createElement)(yf,mf({},e))},yf=function(e){return Object(ni.createElement)(wf,mf({viewBox:"0 0 476 124"},e),Object(ni.createElement)("rect",{x:"48",y:"8",width:"88",height:"6",rx:"3"}),Object(ni.createElement)("rect",{x:"48",y:"26",width:"52",height:"6",rx:"3"}),Object(ni.createElement)("rect",{x:"0",y:"56",width:"410",height:"6",rx:"3"}),Object(ni.createElement)("rect",{x:"0",y:"72",width:"380",height:"6",rx:"3"}),Object(ni.createElement)("rect",{x:"0",y:"88",width:"178",height:"6",rx:"3"}),Object(ni.createElement)("circle",{cx:"20",cy:"20",r:"20"}))},_f=wf;function vf(e,t){return ni.createElement(_f,e,...t)}const bf=vf({backgroundColor:"#d9d9d9",foregroundColor:"#ecebeb",height:600,style:{width:"100%"},viewBox:"0 0 400 230",width:1200},gr([Object(ni.createElement)("rect",{height:10,rx:4,ry:4,width:100,x:10,y:10}),Object(ni.createElement)("rect",{height:10,rx:4,ry:4,width:130,x:10,y:50}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:130,x:155,y:50}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:90,x:295,y:50}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:90,x:10,y:90}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:60,x:115,y:90}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:200,x:185,y:90}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:130,x:10,y:130}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:120,x:160,y:130}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:95,x:290,y:130}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:130,x:10,y:170}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:225,x:160,y:170}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:95,x:290,y:210})])),Ef=vf({backgroundColor:"#d9d9d9",foregroundColor:"#ecebeb",height:800,style:{width:"100%"},viewBox:"0 0 250 400",width:5600},Fr(jr(()=>Lr(Rr(Object(ni.createElement)("rect",{height:10,rx:4,ry:4,width:100,x:10,y:10})),jr(()=>Zr(e=>Object(ni.createElement)("rect",{height:10,rx:4,ry:4,width:230,x:10,y:e}),[50,90,130,170,210,250,290,330,370])))))),Cf=(()=>{const e=gr([Object(ni.createElement)("div",{className:Hn(" ",["d-md-none"]),children:ri.Children.toArray([Ef])}),Object(ni.createElement)("div",{className:Hn(" ",["d-none","d-md-block"]),children:ri.Children.toArray([bf])})]);return Object(ni.createElement)("div",{children:ri.Children.toArray(Array.from(e))})})();class Sf extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Your","EmergencyContact"]}}function xf(e){return 1===e.tag?"emergency contact":"your"}function Of(e){return t=new $f(0),n={Equals:(e,t)=>b(e,t),GetHashCode:e=>y(e)},null!=Er(e=>n.Equals(t,e),e);var t,n}function Nf(e,t){return e+(Of(t)?" *":"")}function Pf(e,t,n,r){return Object(ni.createElement)("div",{className:Hn(" ",["col-12","col-md-4","mt-3"]),children:ri.Children.toArray([Object(ni.createElement)("label",{children:Nf(e,t)}),r,Object(ni.createElement)("div",P(Fr(jr(()=>Lr(Rr(["className","invalid-feedback"]),jr(()=>null!=n?Rr(["children",ve(n)]):Ir()))))))])})}function Af(e){return Fr(jr(()=>Lr(Rr("form-control"),jr(()=>e?Rr("is-invalid"):Ir()))))}function Mf(e,t,n,r,o,i,s){return Pf(e,r,o,Object(ni.createElement)("input",{className:Hn(" ",Af(null!=o)),value:t,ref:T(1,n,[r]),type:"text",onChange:e=>{i(e.target.value)},placeholder:Rn(Dn("Enter %P() %P()",[xf(s),e.toLocaleLowerCase()]))}))}class Tf extends L{constructor(e,t,n){super(),this.Day=e,this.Month=t,this.Year=n}}const kf=new Tf("","","");function jf(e){return 1===e.length?Rn(Dn("0%P()",[e])):e}function Df(e){const t=function(e){return Rn(Dn("%P()-%P()-%P()",[e.Year,jf(e.Month),jf(e.Day)]))}(e),n=Zu(t);let r;switch(r=1===n.tag&&7===n.fields[0].tag?0:1,r){case 0:return new Ei(1,void 0);case 1:return new Ei(0,t)}}function If(e){const t=e.onChangeHandler,n=e.error,r=e.validationRules,o=e.rulesForFieldName,i=e.value,s=e.fieldName,u=pi(null==i?kf:new Tf(jf(d(pn(c=i))),jf(d(yn(c))),d(vn(c))));var c;const a=u[0],l=e=>{let n;u[1](e),t((n=Df(e),1===n.tag?void 0:su(n.fields[0])))},f=(e,t,n,r)=>{const o=Vn(e=>Au(e),r);return 0===(0|o.length)?o:Ue(o,511,!1,32)<=t?zn(o,0,O((e,t)=>C(e,t),e,o.length)):n};return Pf(s,r,n,Object(ni.createElement)("div",{className:Hn(" ",Fr(jr(()=>Lr(Rr("row"),jr(()=>null!=n?Rr("is-invalid"):Ir()))))),children:ri.Children.toArray([Object(ni.createElement)("div",{className:Hn(" ",["col-3","pr-1"]),children:ri.Children.toArray([Object(ni.createElement)("input",{className:Hn(" ",Af(null!=n)),type:"text",value:a.Day,placeholder:"dd",onChange:e=>{const t=e.target.value;l(new Tf(f(2,31,a.Day,t),a.Month,a.Year))},onBlur:e=>{l(new Tf(jf(a.Day),a.Month,a.Year))}})])}),Object(ni.createElement)("div",{className:Hn(" ",["col-3","px-2"]),children:ri.Children.toArray([Object(ni.createElement)("input",{className:Hn(" ",Af(null!=n)),type:"text",value:a.Month,placeholder:"mm",onChange:e=>{const t=e.target.value;l(new Tf(a.Day,f(2,12,a.Month,t),a.Year))},onBlur:e=>{l(new Tf(a.Day,jf(a.Month),a.Year))}})])}),Object(ni.createElement)("div",{className:Hn(" ",["col-6","pl-1"]),children:ri.Children.toArray([Object(ni.createElement)("input",{className:Hn(" ",Af(null!=n)),type:"text",value:a.Year,placeholder:"yyyy",onChange:e=>{let t;const n=e.target.value;l(new Tf(a.Day,a.Month,f(4,(t=fn(),vn(t)),a.Year,n)))}})])}),Object(ni.createElement)("input",{type:"hidden",ref:o(r),value:rs("",Df(a))})])}))}function Rf(e,t,n,r,o,i,s,u){return Pf(e,o,i,Object(ni.createElement)("select",{className:Hn(" ",Af(null!=i)),ref:T(1,r,[o]),children:ri.Children.toArray(Array.from(Fr(jr(()=>Lr(Rr(Object(ni.createElement)("option",{selected:null==t,disabled:!0,value:"",children:Rn(Dn("Select %P() %P()",[xf(u),e.toLocaleLowerCase()]))})),jr(()=>Jr(e=>{const n=e[1];return Rr(Object(ni.createElement)("option",{selected:Hr(e[0],Ee(t),{Equals:(e,t)=>b(e,t),GetHashCode:e=>w(e)}),value:n,children:n}))},n))))))),onChange:e=>{s(e.target.value)}}))}function Ff(e,t,n,r,o,i,s){return Pf(e,r,o,Object(ni.createElement)("input",{className:Hn(" ",Af(null!=o)),type:"tel",value:t,ref:T(1,n,[r]),onChange:e=>{let t;const n=e.target.value;i((t=Vn(e=>Au(e),n),0===n.indexOf("+")?Rn(Dn("+%P()",[t])):t))},placeholder:Rn(Dn("Enter %P() %P()",[xf(s),e.toLocaleLowerCase()]))}))}function Uf(e,t,n){const r=!!n&&!b(t,new xl(1));return Object(ni.createElement)("div",{className:Hn(" ",["row","justify-content-end"]),children:ri.Children.toArray([Object(ni.createElement)("div",{className:Hn(" ",["col-12","col-sm-auto"]),children:ri.Children.toArray([Object(ni.createElement)("button",{className:Hn(" ",["btn","btn-primary","btn-block","is-primary"]),type:"button",disabled:!r,onClick:t=>{r&&e()},children:ri.Children.toArray([Object(ni.createElement)("span",{className:Hn(" ",Fr(jr(()=>Lr(Rr("spinner-grow"),jr(()=>Lr(Rr("spinner-grow-sm"),jr(()=>Lr(Rr("mr-2"),jr(()=>b(t,new xl(1))?Ir():Rr("d-none"))))))))))}),Object(ni.createElement)("span",{children:["Submit"]})])})])})])})}function Gf(e){return Qi(new Bu(9),0===e.indexOf("04")?10===e.length:0===e.indexOf("614")?11===e.length:0===e.indexOf("+614")&&12===e.length)}function Lf(e){return new $f(4,Ki(Si(e=>1===e.tag?Rn(Dn("{0} exceeds the character limit of %P()",[e.fields[0]])):2===e.tag?Rn(Dn("{0} must be at least %P() characters",[e.fields[0]])):4===e.tag?"{0} must only have numbers":5===e.tag?"{0} is not valid":3===e.tag?"{0} has invalid characters":6===e.tag?"{0} is not valid":9===e.tag?"{0} is not a valid Australian mobile number":7===e.tag?"{0} is not valid":8===e.tag?0===e.fields[0].tag?"{0} must be under 100 years of age":"{0} must be at least 13 years of age":"{0} is required",e)))}function Bf(e,t){t.dispatchEvent(new CustomEvent("step-completion",{bubbles:!0,detail:e}))}function Hf(e){const t=Hi([new Bl(Ul,void 0,new xl(0),new xl(0)),Yl()],(e,t)=>function(e,t){if(1===e.tag)return[new Bl(new Fl(t.FormModel.Identification,e.fields[0](t.FormModel.ContactDetails)),t.CurrentAlert,t.ExistingProfile,t.SaveStatus),Yl()];if(2!==e.tag){if(3===e.tag){const n=new Bl(t.FormModel,t.CurrentAlert,t.ExistingProfile,new xl(1)),r=Gl(t.FormModel);return 1===r.tag?[n,Jl(new Hl(4,new Ei(1,new Tu(0))))]:[n,Xl(e=>{Kl(e)},t=>tf(e.fields[0],e.fields[1],t),r.fields[0],t=>new Hl(4,Ci(t=>[t,e.fields[2]],t)),e=>new Hl(4,new Ei(1,new Tu(0))))]}return 4===e.tag?1===e.fields[0].tag?[new Bl(t.FormModel,t.CurrentAlert,t.ExistingProfile,new xl(3,new Error(ku(e.fields[0].fields[0])))),Jl(new Hl(5,new ml(1,ku(e.fields[0].fields[0]))))]:1===e.fields[0].fields[0][0].tag?[new Bl(t.FormModel,t.CurrentAlert,t.ExistingProfile,new xl(2,void 0)),Jl(new Hl(1,e=>new Il(e.Email,e.MobileNumber,e.StreetAddress,e.Suburb,e.State,e.Postcode,yr(e.NonUniqueEmails,sr(t.FormModel.ContactDetails.Email)))))]:(e.fields[0].fields[0][1](),[new Bl(t.FormModel,t.CurrentAlert,t.ExistingProfile,new xl(2,void 0)),Yl()]):5===e.tag?[new Bl(t.FormModel,e.fields[0],t.ExistingProfile,t.SaveStatus),Yl()]:6===e.tag?[new Bl(t.FormModel,void 0,t.ExistingProfile,t.SaveStatus),Yl()]:[new Bl(new Fl(e.fields[0](t.FormModel.Identification),t.FormModel.ContactDetails),t.CurrentAlert,t.ExistingProfile,t.SaveStatus),Yl()]}{let n,r;switch(3===e.fields[0].tag?n=1:0===e.fields[0].tag?n=2:1===e.fields[0].tag?n=3:1===e.fields[0].fields[0].tag?n=1:(n=0,r=e.fields[0].fields[0].fields[0]),n){case 0:return[new Bl(Ll(r),t.CurrentAlert,new xl(2,r),t.SaveStatus),Yl()];case 1:return[new Bl(t.FormModel,t.CurrentAlert,new xl(3,new Error(ku(new Tu(1)))),t.SaveStatus),Yl()];case 2:return[new Bl(t.FormModel,t.CurrentAlert,new xl(0),t.SaveStatus),Yl()];case 3:return[new Bl(t.FormModel,t.CurrentAlert,new xl(1),t.SaveStatus),Yl()]}}}(e,t),[]),n=t[0],r=t[1],o=pf(),i=o[0],s=o[3];ai(Ol(()=>ef(e.backendUrl,e.accessToken),e=>{r(new Hl(2,e))}));const u=Fr(jr(()=>{const t=n.ExistingProfile;switch(t.tag){case 1:return Rr(Cf);case 2:return Lr(Rr(Object(ni.createElement)("h3",{children:["Personal Details"]})),jr(()=>Lr(Rr(function(e,t,n,r){return Object(ni.createElement)("div",{className:Hn(" ",["py-3","mb-2"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>Lr(Rr(Object(ni.createElement)("strong",{children:["Identification"]})),jr(()=>{const o="Identification";return Lr(Rr(Object(ni.createElement)("div",{className:Hn(" ",["row"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Legal first name"]));return Lr(Rr(Mf("Legal first name",e.FirstName,A(2,T(2,t,[i])),gr([new $f(0),Lf(Ju(e.FirstName))]),au(i,"Legal first name",n),e=>{r(new Hl(0,t=>new jl(e,t.MiddleName,t.LastName,t.Title,t.DateOfBirth,t.Gender)))},new Sf(0))),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Middle name"]));return Lr(Rr(Mf("Middle name",e.MiddleName,A(2,T(2,t,[i])),sr(Lf(Xu(iu(e.MiddleName)))),au(i,"Middle name",n),e=>{r(new Hl(0,t=>new jl(t.FirstName,e,t.LastName,t.Title,t.DateOfBirth,t.Gender)))},new Sf(0))),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Last name"]));return Rr(Mf("Last name",e.LastName,A(2,T(2,t,[i])),gr([new $f(0),Lf(Ju(e.LastName))]),au(i,"Last name",n),e=>{r(new Hl(0,t=>new jl(t.FirstName,t.MiddleName,e,t.Title,t.DateOfBirth,t.Gender)))},new Sf(0)))}))}))}))))})),jr(()=>Rr(Object(ni.createElement)("div",{className:Hn(" ",["row"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Title"]));return Lr(Rr(Rf("Title",e.Title,Tl(),A(2,T(2,t,[i])),gr([new $f(0),Lf(ts(new Bu(0),e.Title))]),au(i,"Title",n),e=>{r(new Hl(0,t=>new jl(t.FirstName,t.MiddleName,t.LastName,kl(e),t.DateOfBirth,t.Gender)))},new Sf(0))),jr(()=>{let i;const s=Rn(Dn("%P().%P()",[o,"Date of birth"]));return Lr(Rr(Object(ni.createElement)(If,{fieldName:"Date of birth",value:e.DateOfBirth,rulesForFieldName:T(2,t,[s]),validationRules:gr([new $f(0),Lf((i=e.DateOfBirth,null==i?new Ei(1,new Bu(0)):tc(i)))]),error:au(s,"Date of birth",n),onChangeHandler:e=>{r(new Hl(0,t=>new jl(t.FirstName,t.MiddleName,t.LastName,t.Title,e,t.Gender)))}})),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Gender"]));return Rr(Rf("Gender",e.Gender,Pl(),A(2,T(2,t,[i])),gr([new $f(0),Lf(ts(new Bu(0),e.Gender))]),au(i,"Gender",n),e=>{r(new Hl(0,t=>new jl(t.FirstName,t.MiddleName,t.LastName,t.Title,t.DateOfBirth,Al(e))))},new Sf(0)))}))}))}))))}))))}))))))})}(n.FormModel.Identification,A(3,i),s,r)),jr(()=>Lr(Rr(function(e,t,n,r){return Object(ni.createElement)("div",{className:Hn(" ",["py-3","mb-2"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>Lr(Rr(Object(ni.createElement)("strong",{children:["Contact details"]})),jr(()=>{const o="ContactDetails";return Lr(Rr(Object(ni.createElement)("div",{className:Hn(" ",["row"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Email"]));return Lr(Rr(Mf("Email",e.Email,A(2,T(2,t,[i])),gr([new $f(0),Lf(Qu(e.Email)),new $f(4,es("{0} is already taken",(s=t=>0===kn(t,e.Email,5),u=e.NonUniqueEmails,null!=Er(s,u))))]),au(i,"Email",n),e=>{r(new Hl(1,t=>new Il(e,t.MobileNumber,t.StreetAddress,t.Suburb,t.State,t.Postcode,t.NonUniqueEmails)))},new Sf(0))),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Mobile number"]));return Rr(Ff("Mobile number",e.MobileNumber,A(2,T(2,t,[i])),gr([new $f(0),Lf(Gf(e.MobileNumber))]),au(i,"Mobile number",n),e=>{r(new Hl(1,t=>new Il(t.Email,e,t.StreetAddress,t.Suburb,t.State,t.Postcode,t.NonUniqueEmails)))},new Sf(0)))}));var s,u}))))})),jr(()=>Lr(Rr(Object(ni.createElement)("div",{className:Hn(" ",["row"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Street address"]));return Lr(Rr(Mf("Street address",e.StreetAddress,A(2,T(2,t,[i])),gr([new $f(0),Lf(Ku(e.StreetAddress))]),au(i,"Street address",n),e=>{r(new Hl(1,t=>new Il(t.Email,t.MobileNumber,e,t.Suburb,t.State,t.Postcode,t.NonUniqueEmails)))},new Sf(0))),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Town/Suburb"]));return Lr(Rr(Mf("Town/Suburb",e.Suburb,A(2,T(2,t,[i])),gr([new $f(0),Lf(nc(e.Suburb))]),au(i,"Town/Suburb",n),e=>{r(new Hl(1,t=>new Il(t.Email,t.MobileNumber,t.StreetAddress,e,t.State,t.Postcode,t.NonUniqueEmails)))},new Sf(0))),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"State"]));return Rr(Rf("State",e.State,Du(),A(2,T(2,t,[i])),gr([new $f(0),Lf(ts(new Bu(0),e.State))]),au(i,"State",n),e=>{r(new Hl(1,t=>new Il(t.Email,t.MobileNumber,t.StreetAddress,t.Suburb,Iu(e),t.Postcode,t.NonUniqueEmails)))},new Sf(0)))}))}))}))))})),jr(()=>Rr(Object(ni.createElement)("div",{className:Hn(" ",["row"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Postcode"]));return Rr(Mf("Postcode",e.Postcode,A(2,T(2,t,[i])),gr([new $f(0),Lf(rc(e.Postcode))]),au(i,"Postcode",n),e=>{r(new Hl(1,t=>new Il(t.Email,t.MobileNumber,t.StreetAddress,t.Suburb,t.State,e,t.NonUniqueEmails)))},new Sf(0)))}))))}))))))}))))))})}(n.FormModel.ContactDetails,A(3,i),s,r)),jr(()=>Lr(null!=n.CurrentAlert?Rr(Object(ni.createElement)(_l,{alert:ve(n.CurrentAlert),hideAlert:()=>{r(new Hl(6))}})):Ir(),jr(()=>Rr(Uf(()=>{o[1]()?r(new Hl(3,e.backendUrl,e.accessToken,()=>{Vr(e=>{Bf("personal-details",e)},Ee(be(document.querySelector("apollo-personal-details-app"))))})):r(new Hl(5,new ml(1,"There are some errors on the form, please correct them.")))},n.SaveStatus,ur(s)))))))))));case 3:return Lr(Rr(Object(ni.createElement)("h3",{children:["Personal Details"]})),jr(()=>{let e;return Rr((e=t.fields[0].message,Object(ni.createElement)("p",{children:[e]})))}));default:return Rr(Cf)}}));return Object(ni.createElement)("div",{children:ri.Children.toArray(Array.from(u))})}function Wf(e){return j(e)}function qf(){return vr(e=>[e,Wf(e)],wr(Zr(e=>we(e,[]),fe($u()))))}function Vf(e){return br(t=>t[1]===e?t[0]:void 0,qf())}class zf extends L{constructor(e,t,n,r,o,i,s,u){super(),this.FullName=e,this.Relationship=t,this.PhoneNumber=n,this.Email=r,this.StreetAddress=o,this.Suburb=i,this.State=s,this.Postcode=u}}const Zf=new zf("",void 0,"","","","",void 0,"");function Yf(e,t){return ss(0,()=>us(0,function(e){return ss(0,()=>xi(t=>us(0,Ci(e=>ju(e),ts("State missing",e.State)),n=>new xu(e.FullName.trim(),t,Fu(e.PhoneNumber),iu(e.Email),new Cu(e.StreetAddress.trim(),void 0,e.Suburb.trim(),n,e.Postcode.trim(),"AU"))),Ci(e=>du(e),ts("Relationship missing",e.Relationship))))()}(e),e=>{const n=e;return ur(t)?sr(n):_r((e,t)=>0===e?n:t,t)}))()}class Jf extends L{constructor(e,t,n,r){super(),this.FormModel=e,this.CurrentAlert=t,this.SaveStatus=n,this.ExistingEmergencyContacts=r}}class Xf extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["SetEmergencyContact","GetEmergencyContactsCallback","SaveStarted","SaveFinished","ShowAlert","HideAlert"]}}function Kf(e){return Rn(Dn("%s%P()/profiles/backend/emergency-contacts",[e]))}function Qf(e,t){return Gu(new Tu(1),ls(0,()=>{const n=cu(t,tu(new fs(0),eu(Kf(e))));return bi.Delay(()=>bi.Bind(n,e=>{let t;const n=e;return 1===n.tag?bi.Return(new Ei(1,n.fields[0])):bi.ReturnFrom((t=n.fields[0],200===t.statusCode?bi.Return((r=t.responseText,ya(A(2,La(X(Ou()),new _c(1),void 0)),r))):bi.Return(new Ei(1,""))));var r}))}))}function e$(e,t,n){return ls(0,()=>{let r;const o=cu(t,(r=ru(new ds(1,(i=n,Mc(0,Ic(X(Ou()),new _c(1),void 0,void 0)(i)))),tu(new fs(2),eu(Kf(e)))),nu(Xs("application/json"),r)));var i;return bi.Delay(()=>bi.Bind(o,e=>{const t=e;return 1===t.tag?bi.Return(new Ei(1,t.fields[0])):bi.ReturnFrom(200===t.fields[0].statusCode?as():bi.Return(new Ei(1,new Tu(0))))}))})}function t$(e){const t=Hi([new Jf(Zf,void 0,new xl(0),new xl(0)),Yl()],(e,t)=>function(e,t){let n,r;if(1!==e.tag){if(2===e.tag){const n=new Jf(t.FormModel,t.CurrentAlert,new xl(1),t.ExistingEmergencyContacts),o=xi(e=>Yf(t.FormModel,e),(r=t.ExistingEmergencyContacts,2===r.tag?new Ei(0,r.fields[0]):new Ei(1,"Existing ec has not been loaded")));return 1===o.tag?[n,Jl(new Xf(3,new Ei(1,new Tu(0))))]:[n,Xl(e=>{Kl(e)},t=>e$(e.fields[0],e.fields[1],t),o.fields[0],t=>new Xf(3,Ci(t=>e.fields[2],t)),e=>new Xf(3,new Ei(1,new Tu(0))))]}return 3===e.tag?1===e.fields[0].tag?[new Jf(t.FormModel,t.CurrentAlert,new xl(3,new Error(ku(e.fields[0].fields[0]))),t.ExistingEmergencyContacts),Jl(new Xf(4,new ml(1,ku(e.fields[0].fields[0]))))]:(e.fields[0].fields[0](),[new Jf(t.FormModel,t.CurrentAlert,new xl(2,void 0),t.ExistingEmergencyContacts),Yl()]):4===e.tag?[new Jf(t.FormModel,e.fields[0],t.SaveStatus,t.ExistingEmergencyContacts),Yl()]:5===e.tag?[new Jf(t.FormModel,void 0,t.SaveStatus,t.ExistingEmergencyContacts),Yl()]:[new Jf(e.fields[0](t.FormModel),t.CurrentAlert,t.SaveStatus,t.ExistingEmergencyContacts),Yl()]}{let r,i;switch(3===e.fields[0].tag?r=1:0===e.fields[0].tag?r=2:1===e.fields[0].tag?r=3:1===e.fields[0].fields[0].tag?r=1:(r=0,i=e.fields[0].fields[0].fields[0]),r){case 0:return[new Jf((n=lr(i),null==n?t.FormModel:(o=n,new zf(o.FullName,Vf(o.Relationship),Uu(o.MobilePhone),Ce(o.Email,""),Ce(Se(e=>e.AddressLine1,o.Address),""),Ce(Se(e=>e.City,o.Address),""),xe(e=>Iu(e.State),o.Address),Ce(Se(e=>e.Postcode,o.Address),"")))),t.CurrentAlert,t.SaveStatus,new xl(2,i)),Yl()];case 1:return[new Jf(t.FormModel,t.CurrentAlert,t.SaveStatus,new xl(3,new Error(ku(new Tu(1))))),Yl()];case 2:return[new Jf(t.FormModel,t.CurrentAlert,t.SaveStatus,new xl(0)),Yl()];case 3:return[new Jf(t.FormModel,t.CurrentAlert,t.SaveStatus,new xl(1)),Yl()]}}var o}(e,t),[]),n=t[0],r=t[1],o=pf(),i=o[3];ai(Ol(()=>Qf(e.backendUrl,e.accessToken),e=>{r(new Xf(1,e))}));const s=Fr(jr(()=>{const t=n.ExistingEmergencyContacts;switch(t.tag){case 1:return Rr(Cf);case 2:return Lr(Rr(Object(ni.createElement)("h3",{children:["Emergency contact"]})),jr(()=>Lr(Rr(function(e,t,n,r){return Object(ni.createElement)("div",{className:Hn(" ",["py-3","mb-2"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const o="EmergencyContact";return Lr(Rr(Object(ni.createElement)("div",{className:Hn(" ",["row"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Full name"]));return Lr(Rr(Mf("Full name",e.FullName,A(2,T(2,t,[i])),gr([new $f(0),Lf(Ju(e.FullName))]),au(i,"Full name",n),e=>{r(new Xf(0,t=>new zf(e,t.Relationship,t.PhoneNumber,t.Email,t.StreetAddress,t.Suburb,t.State,t.Postcode)))},new Sf(1))),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Relationship"]));return Rr(Rf("Relationship",e.Relationship,qf(),A(2,T(2,t,[i])),gr([new $f(0),Lf(ts(new Bu(0),e.Relationship))]),au(i,"Relationship",n),e=>{r(new Xf(0,t=>new zf(t.FullName,Vf(e),t.PhoneNumber,t.Email,t.StreetAddress,t.Suburb,t.State,t.Postcode)))},new Sf(1)))}))}))))})),jr(()=>Lr(Rr(Object(ni.createElement)("div",{className:Hn(" ",["row"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Phone number"]));return Lr(Rr(Ff("Phone number",e.PhoneNumber,A(2,T(2,t,[i])),gr([new $f(0),Lf(Gf(e.PhoneNumber))]),au(i,"Phone number",n),e=>{r(new Xf(0,t=>new zf(t.FullName,t.Relationship,e,t.Email,t.StreetAddress,t.Suburb,t.State,t.Postcode)))},new Sf(1))),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Email"]));return Rr(Mf("Email",e.Email,A(2,T(2,t,[i])),sr(Lf(ec(iu(e.Email)))),au(i,"Email",n),e=>{r(new Xf(0,t=>new zf(t.FullName,t.Relationship,t.PhoneNumber,e,t.StreetAddress,t.Suburb,t.State,t.Postcode)))},new Sf(1)))}))}))))})),jr(()=>Lr(Rr(Object(ni.createElement)("div",{className:Hn(" ",["row"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Street address"]));return Lr(Rr(Mf("Street address",e.StreetAddress,A(2,T(2,t,[i])),gr([new $f(0),Lf(Ku(e.StreetAddress))]),au(i,"Street address",n),e=>{r(new Xf(0,t=>new zf(t.FullName,t.Relationship,t.PhoneNumber,t.Email,e,t.Suburb,t.State,t.Postcode)))},new Sf(1))),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Town/Suburb"]));return Lr(Rr(Mf("Town/Suburb",e.Suburb,A(2,T(2,t,[i])),gr([new $f(0),Lf(nc(e.Suburb))]),au(i,"Town/Suburb",n),e=>{r(new Xf(0,t=>new zf(t.FullName,t.Relationship,t.PhoneNumber,t.Email,t.StreetAddress,e,t.State,t.Postcode)))},new Sf(1))),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"State"]));return Rr(Rf("State",e.State,Du(),A(2,T(2,t,[i])),gr([new $f(0),Lf(ts(new Bu(0),e.State))]),au(i,"State",n),e=>{r(new Xf(0,t=>new zf(t.FullName,t.Relationship,t.PhoneNumber,t.Email,t.StreetAddress,t.Suburb,Iu(e),t.Postcode)))},new Sf(1)))}))}))}))))})),jr(()=>Rr(Object(ni.createElement)("div",{className:Hn(" ",["row"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Postcode"]));return Rr(Mf("Postcode",e.Postcode,A(2,T(2,t,[i])),gr([new $f(0),Lf(rc(e.Postcode))]),au(i,"Postcode",n),e=>{r(new Xf(0,t=>new zf(t.FullName,t.Relationship,t.PhoneNumber,t.Email,t.StreetAddress,t.Suburb,t.State,e)))},new Sf(1)))}))))}))))))))}))))})}(n.FormModel,A(3,o[0]),i,r)),jr(()=>Lr(null!=n.CurrentAlert?Rr(Object(ni.createElement)(_l,{alert:ve(n.CurrentAlert),hideAlert:()=>{r(new Xf(5))}})):Ir(),jr(()=>Rr(Uf(()=>{o[1]()?r(new Xf(2,e.backendUrl,e.accessToken,()=>{Vr(e=>{Bf("emergency-contacts",e)},Ee(be(document.querySelector("apollo-emergency-contacts-app"))))})):r(new Xf(4,new ml(1,"There are some errors on the form, please correct them.")))},n.SaveStatus,ur(i)))))))));case 3:return Lr(Rr(Object(ni.createElement)("h3",{children:["Emergency contact"]})),jr(()=>{let e;return Rr((e=t.fields[0].message,Object(ni.createElement)("p",{children:[e]})))}));default:return Rr(Cf)}}));return Object(ni.createElement)("div",{children:ri.Children.toArray(Array.from(s))})}uu(e=>Object(ni.createElement)(Hf,e),"apollo-personal-details-app"),uu(e=>Object(ni.createElement)(t$,e),"apollo-emergency-contacts-app")}]);
|
|
21
|
+
var gf=function(){return(gf=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};var wf=function(e){var t=e.animate,n=e.backgroundColor,r=e.backgroundOpacity,o=e.baseUrl,i=e.children,s=e.foregroundColor,u=e.foregroundOpacity,c=e.gradientRatio,a=e.uniqueKey,l=e.interval,f=e.rtl,$=e.speed,d=e.style,h=e.title,p=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["animate","backgroundColor","backgroundOpacity","baseUrl","children","foregroundColor","foregroundOpacity","gradientRatio","uniqueKey","interval","rtl","speed","style","title"]),m=a||Math.random().toString(36).substring(6),g=m+"-diff",w=m+"-animated-diff",y=m+"-aria",_=f?{transform:"scaleX(-1)"}:null,v="0; "+l+"; 1",b=$+"s";return Object(ni.createElement)("svg",gf({"aria-labelledby":y,role:"img",style:gf(gf({},d),_)},p),h?Object(ni.createElement)("title",{id:y},h):null,Object(ni.createElement)("rect",{role:"presentation",x:"0",y:"0",width:"100%",height:"100%",clipPath:"url("+o+"#"+g+")",style:{fill:"url("+o+"#"+w+")"}}),Object(ni.createElement)("defs",null,Object(ni.createElement)("clipPath",{id:g},i),Object(ni.createElement)("linearGradient",{id:w},Object(ni.createElement)("stop",{offset:"0%",stopColor:n,stopOpacity:r},t&&Object(ni.createElement)("animate",{attributeName:"offset",values:-c+"; "+-c+"; 1",keyTimes:v,dur:b,repeatCount:"indefinite"})),Object(ni.createElement)("stop",{offset:"50%",stopColor:s,stopOpacity:u},t&&Object(ni.createElement)("animate",{attributeName:"offset",values:-c/2+"; "+-c/2+"; "+(1+c/2),keyTimes:v,dur:b,repeatCount:"indefinite"})),Object(ni.createElement)("stop",{offset:"100%",stopColor:n,stopOpacity:r},t&&Object(ni.createElement)("animate",{attributeName:"offset",values:"0; 0; "+(1+c),keyTimes:v,dur:b,repeatCount:"indefinite"})))))};wf.defaultProps={animate:!0,backgroundColor:"#f5f6f7",backgroundOpacity:1,baseUrl:"",foregroundColor:"#eee",foregroundOpacity:1,gradientRatio:2,id:null,interval:.25,rtl:!1,speed:1.2,style:{},title:"Loading..."};var yf=function(e){return e.children?Object(ni.createElement)(wf,gf({},e)):Object(ni.createElement)(_f,gf({},e))},_f=function(e){return Object(ni.createElement)(yf,gf({viewBox:"0 0 476 124"},e),Object(ni.createElement)("rect",{x:"48",y:"8",width:"88",height:"6",rx:"3"}),Object(ni.createElement)("rect",{x:"48",y:"26",width:"52",height:"6",rx:"3"}),Object(ni.createElement)("rect",{x:"0",y:"56",width:"410",height:"6",rx:"3"}),Object(ni.createElement)("rect",{x:"0",y:"72",width:"380",height:"6",rx:"3"}),Object(ni.createElement)("rect",{x:"0",y:"88",width:"178",height:"6",rx:"3"}),Object(ni.createElement)("circle",{cx:"20",cy:"20",r:"20"}))},vf=yf;function bf(e,t){return ni.createElement(vf,e,...t)}const Ef=bf({backgroundColor:"#d9d9d9",foregroundColor:"#ecebeb",height:600,style:{width:"100%"},viewBox:"0 0 400 230",width:1200},gr([Object(ni.createElement)("rect",{height:10,rx:4,ry:4,width:100,x:10,y:10}),Object(ni.createElement)("rect",{height:10,rx:4,ry:4,width:130,x:10,y:50}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:130,x:155,y:50}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:90,x:295,y:50}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:90,x:10,y:90}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:60,x:115,y:90}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:200,x:185,y:90}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:130,x:10,y:130}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:120,x:160,y:130}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:95,x:290,y:130}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:130,x:10,y:170}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:225,x:160,y:170}),Object(ni.createElement)("rect",{height:10,rx:3,ry:3,width:95,x:290,y:210})])),Cf=bf({backgroundColor:"#d9d9d9",foregroundColor:"#ecebeb",height:800,style:{width:"100%"},viewBox:"0 0 250 400",width:5600},Fr(jr(()=>Lr(Rr(Object(ni.createElement)("rect",{height:10,rx:4,ry:4,width:100,x:10,y:10})),jr(()=>Zr(e=>Object(ni.createElement)("rect",{height:10,rx:4,ry:4,width:230,x:10,y:e}),[50,90,130,170,210,250,290,330,370])))))),Sf=(()=>{const e=gr([Object(ni.createElement)("div",{className:Hn(" ",["d-md-none"]),children:ri.Children.toArray([Cf])}),Object(ni.createElement)("div",{className:Hn(" ",["d-none","d-md-block"]),children:ri.Children.toArray([Ef])})]);return Object(ni.createElement)("div",{children:ri.Children.toArray(Array.from(e))})})();class xf extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["Your","EmergencyContact"]}}function Of(e){return 1===e.tag?"emergency contact":"your"}function Nf(e){return t=new df(0),n={Equals:(e,t)=>b(e,t),GetHashCode:e=>y(e)},null!=Er(e=>n.Equals(t,e),e);var t,n}function Pf(e,t){return e+(Nf(t)?" *":"")}function Af(e,t,n,r){return Object(ni.createElement)("div",{className:Hn(" ",["col-12","col-md-4","mt-3"]),children:ri.Children.toArray([Object(ni.createElement)("label",{children:Pf(e,t)}),r,Object(ni.createElement)("div",P(Fr(jr(()=>Lr(Rr(["className","invalid-feedback"]),jr(()=>null!=n?Rr(["children",ve(n)]):Ir()))))))])})}function Mf(e){return Fr(jr(()=>Lr(Rr("form-control"),jr(()=>e?Rr("is-invalid"):Ir()))))}function Tf(e,t,n,r,o,i,s){return Af(e,r,o,Object(ni.createElement)("input",{className:Hn(" ",Mf(null!=o)),value:t,ref:T(1,n,[r]),type:"text",onChange:e=>{i(e.target.value)},placeholder:Rn(Dn("Enter %P() %P()",[Of(s),e.toLocaleLowerCase()]))}))}class kf extends L{constructor(e,t,n){super(),this.Day=e,this.Month=t,this.Year=n}}const jf=new kf("","","");function Df(e){return 1===e.length?Rn(Dn("0%P()",[e])):e}function If(e){const t=function(e){return Rn(Dn("%P()-%P()-%P()",[e.Year,Df(e.Month),Df(e.Day)]))}(e),n=Zu(t);let r;switch(r=1===n.tag&&7===n.fields[0].tag?0:1,r){case 0:return new Ei(1,void 0);case 1:return new Ei(0,t)}}function Rf(e){const t=e.onChangeHandler,n=e.error,r=e.validationRules,o=e.rulesForFieldName,i=e.value,s=e.fieldName,u=pi(null==i?jf:new kf(Df(d(pn(c=i))),Df(d(yn(c))),d(vn(c))));var c;const a=u[0],l=e=>{let n;u[1](e),t((n=If(e),1===n.tag?void 0:su(n.fields[0])))},f=(e,t,n,r)=>{const o=Vn(e=>Au(e),r);return 0===(0|o.length)?o:Ue(o,511,!1,32)<=t?zn(o,0,O((e,t)=>C(e,t),e,o.length)):n};return Af(s,r,n,Object(ni.createElement)("div",{className:Hn(" ",Fr(jr(()=>Lr(Rr("row"),jr(()=>null!=n?Rr("is-invalid"):Ir()))))),children:ri.Children.toArray([Object(ni.createElement)("div",{className:Hn(" ",["col-3","pr-1"]),children:ri.Children.toArray([Object(ni.createElement)("input",{className:Hn(" ",Mf(null!=n)),type:"text",value:a.Day,placeholder:"dd",onChange:e=>{const t=e.target.value;l(new kf(f(2,31,a.Day,t),a.Month,a.Year))},onBlur:e=>{l(new kf(Df(a.Day),a.Month,a.Year))}})])}),Object(ni.createElement)("div",{className:Hn(" ",["col-3","px-2"]),children:ri.Children.toArray([Object(ni.createElement)("input",{className:Hn(" ",Mf(null!=n)),type:"text",value:a.Month,placeholder:"mm",onChange:e=>{const t=e.target.value;l(new kf(a.Day,f(2,12,a.Month,t),a.Year))},onBlur:e=>{l(new kf(a.Day,Df(a.Month),a.Year))}})])}),Object(ni.createElement)("div",{className:Hn(" ",["col-6","pl-1"]),children:ri.Children.toArray([Object(ni.createElement)("input",{className:Hn(" ",Mf(null!=n)),type:"text",value:a.Year,placeholder:"yyyy",onChange:e=>{let t;const n=e.target.value;l(new kf(a.Day,a.Month,f(4,(t=fn(),vn(t)),a.Year,n)))}})])}),Object(ni.createElement)("input",{type:"hidden",ref:o(r),value:rs("",If(a))})])}))}function Ff(e,t,n,r,o,i,s,u){return Af(e,o,i,Object(ni.createElement)("select",{className:Hn(" ",Mf(null!=i)),ref:T(1,r,[o]),children:ri.Children.toArray(Array.from(Fr(jr(()=>Lr(Rr(Object(ni.createElement)("option",{selected:null==t,disabled:!0,value:"",children:Rn(Dn("Select %P() %P()",[Of(u),e.toLocaleLowerCase()]))})),jr(()=>Jr(e=>{const n=e[1];return Rr(Object(ni.createElement)("option",{selected:Hr(e[0],Ee(t),{Equals:(e,t)=>b(e,t),GetHashCode:e=>w(e)}),value:n,children:n}))},n))))))),onChange:e=>{s(e.target.value)}}))}function Uf(e,t,n,r,o,i,s){return Af(e,r,o,Object(ni.createElement)("input",{className:Hn(" ",Mf(null!=o)),type:"tel",value:t,ref:T(1,n,[r]),onChange:e=>{let t;const n=e.target.value;i((t=Vn(e=>Au(e),n),0===n.indexOf("+")?Rn(Dn("+%P()",[t])):t))},placeholder:Rn(Dn("Enter %P() %P()",[Of(s),e.toLocaleLowerCase()]))}))}function Gf(e,t,n){const r=!!n&&!b(t,new Ol(1));return Object(ni.createElement)("div",{className:Hn(" ",["row","justify-content-end"]),children:ri.Children.toArray([Object(ni.createElement)("div",{className:Hn(" ",["col-12","col-sm-auto"]),children:ri.Children.toArray([Object(ni.createElement)("button",{className:Hn(" ",["btn","btn-primary","btn-block","is-primary"]),type:"button",disabled:!r,onClick:t=>{r&&e()},children:ri.Children.toArray([Object(ni.createElement)("span",{className:Hn(" ",Fr(jr(()=>Lr(Rr("spinner-grow"),jr(()=>Lr(Rr("spinner-grow-sm"),jr(()=>Lr(Rr("mr-2"),jr(()=>b(t,new Ol(1))?Ir():Rr("d-none"))))))))))}),Object(ni.createElement)("span",{children:["Submit"]})])})])})])})}function Lf(e){return Qi(new Bu(9),0===e.indexOf("04")?10===e.length:0===e.indexOf("614")?11===e.length:0===e.indexOf("+614")&&12===e.length)}function Bf(e){return new df(4,Ki(Si(e=>1===e.tag?Rn(Dn("{0} exceeds the character limit of %P()",[e.fields[0]])):2===e.tag?Rn(Dn("{0} must be at least %P() characters",[e.fields[0]])):4===e.tag?"{0} must only have numbers":5===e.tag?"{0} is not valid":3===e.tag?"{0} has invalid characters":6===e.tag?"{0} is not valid":9===e.tag?"{0} is not a valid Australian mobile number":7===e.tag?"{0} is not valid":8===e.tag?0===e.fields[0].tag?"{0} must be under 100 years of age":"{0} must be at least 13 years of age":10===e.tag?"{0} must start with a letter":"{0} is required",e)))}function Hf(e,t){t.dispatchEvent(new CustomEvent("step-completion",{bubbles:!0,detail:e}))}function Wf(e){const t=Hi([new Hl(Gl,void 0,new Ol(0),new Ol(0)),Jl()],(e,t)=>function(e,t){if(1===e.tag)return[new Hl(new Ul(t.FormModel.Identification,e.fields[0](t.FormModel.ContactDetails)),t.CurrentAlert,t.ExistingProfile,t.SaveStatus),Jl()];if(2!==e.tag){if(3===e.tag){const n=new Hl(t.FormModel,t.CurrentAlert,t.ExistingProfile,new Ol(1)),r=Ll(t.FormModel);return 1===r.tag?[n,Xl(new Wl(4,new Ei(1,new Tu(0))))]:[n,Kl(e=>{Ql(e)},t=>nf(e.fields[0],e.fields[1],t),r.fields[0],t=>new Wl(4,Ci(t=>[t,e.fields[2]],t)),e=>new Wl(4,new Ei(1,new Tu(0))))]}return 4===e.tag?1===e.fields[0].tag?[new Hl(t.FormModel,t.CurrentAlert,t.ExistingProfile,new Ol(3,new Error(ku(e.fields[0].fields[0])))),Xl(new Wl(5,new gl(1,ku(e.fields[0].fields[0]))))]:1===e.fields[0].fields[0][0].tag?[new Hl(t.FormModel,t.CurrentAlert,t.ExistingProfile,new Ol(2,void 0)),Xl(new Wl(1,e=>new Rl(e.Email,e.MobileNumber,e.StreetAddress,e.Suburb,e.State,e.Postcode,yr(e.NonUniqueEmails,sr(t.FormModel.ContactDetails.Email)))))]:(e.fields[0].fields[0][1](),[new Hl(t.FormModel,t.CurrentAlert,t.ExistingProfile,new Ol(2,void 0)),Jl()]):5===e.tag?[new Hl(t.FormModel,e.fields[0],t.ExistingProfile,t.SaveStatus),Jl()]:6===e.tag?[new Hl(t.FormModel,void 0,t.ExistingProfile,t.SaveStatus),Jl()]:[new Hl(new Ul(e.fields[0](t.FormModel.Identification),t.FormModel.ContactDetails),t.CurrentAlert,t.ExistingProfile,t.SaveStatus),Jl()]}{let n,r;switch(3===e.fields[0].tag?n=1:0===e.fields[0].tag?n=2:1===e.fields[0].tag?n=3:1===e.fields[0].fields[0].tag?n=1:(n=0,r=e.fields[0].fields[0].fields[0]),n){case 0:return[new Hl(Bl(r),t.CurrentAlert,new Ol(2,r),t.SaveStatus),Jl()];case 1:return[new Hl(t.FormModel,t.CurrentAlert,new Ol(3,new Error(ku(new Tu(1)))),t.SaveStatus),Jl()];case 2:return[new Hl(t.FormModel,t.CurrentAlert,new Ol(0),t.SaveStatus),Jl()];case 3:return[new Hl(t.FormModel,t.CurrentAlert,new Ol(1),t.SaveStatus),Jl()]}}}(e,t),[]),n=t[0],r=t[1],o=mf(),i=o[0],s=o[3];ai(Nl(()=>tf(e.backendUrl,e.accessToken),e=>{r(new Wl(2,e))}));const u=Fr(jr(()=>{const t=n.ExistingProfile;switch(t.tag){case 1:return Rr(Sf);case 2:return Lr(Rr(Object(ni.createElement)("h3",{children:["Personal Details"]})),jr(()=>Lr(Rr(function(e,t,n,r){return Object(ni.createElement)("div",{className:Hn(" ",["py-3","mb-2"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>Lr(Rr(Object(ni.createElement)("strong",{children:["Identification"]})),jr(()=>{const o="Identification";return Lr(Rr(Object(ni.createElement)("div",{className:Hn(" ",["row"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Legal first name"]));return Lr(Rr(Tf("Legal first name",e.FirstName,A(2,T(2,t,[i])),gr([new df(0),Bf(Xu(e.FirstName))]),au(i,"Legal first name",n),e=>{r(new Wl(0,t=>new Dl(e,t.MiddleName,t.LastName,t.Title,t.DateOfBirth,t.Gender)))},new xf(0))),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Middle name"]));return Lr(Rr(Tf("Middle name",e.MiddleName,A(2,T(2,t,[i])),sr(Bf(Ku(iu(e.MiddleName)))),au(i,"Middle name",n),e=>{r(new Wl(0,t=>new Dl(t.FirstName,e,t.LastName,t.Title,t.DateOfBirth,t.Gender)))},new xf(0))),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Last name"]));return Rr(Tf("Last name",e.LastName,A(2,T(2,t,[i])),gr([new df(0),Bf(Xu(e.LastName))]),au(i,"Last name",n),e=>{r(new Wl(0,t=>new Dl(t.FirstName,t.MiddleName,e,t.Title,t.DateOfBirth,t.Gender)))},new xf(0)))}))}))}))))})),jr(()=>Rr(Object(ni.createElement)("div",{className:Hn(" ",["row"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Title"]));return Lr(Rr(Ff("Title",e.Title,kl(),A(2,T(2,t,[i])),gr([new df(0),Bf(ts(new Bu(0),e.Title))]),au(i,"Title",n),e=>{r(new Wl(0,t=>new Dl(t.FirstName,t.MiddleName,t.LastName,jl(e),t.DateOfBirth,t.Gender)))},new xf(0))),jr(()=>{let i;const s=Rn(Dn("%P().%P()",[o,"Date of birth"]));return Lr(Rr(Object(ni.createElement)(Rf,{fieldName:"Date of birth",value:e.DateOfBirth,rulesForFieldName:T(2,t,[s]),validationRules:gr([new df(0),Bf((i=e.DateOfBirth,null==i?new Ei(1,new Bu(0)):nc(i)))]),error:au(s,"Date of birth",n),onChangeHandler:e=>{r(new Wl(0,t=>new Dl(t.FirstName,t.MiddleName,t.LastName,t.Title,e,t.Gender)))}})),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Gender"]));return Rr(Ff("Gender",e.Gender,Al(),A(2,T(2,t,[i])),gr([new df(0),Bf(ts(new Bu(0),e.Gender))]),au(i,"Gender",n),e=>{r(new Wl(0,t=>new Dl(t.FirstName,t.MiddleName,t.LastName,t.Title,t.DateOfBirth,Ml(e))))},new xf(0)))}))}))}))))}))))}))))))})}(n.FormModel.Identification,A(3,i),s,r)),jr(()=>Lr(Rr(function(e,t,n,r){return Object(ni.createElement)("div",{className:Hn(" ",["py-3","mb-2"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>Lr(Rr(Object(ni.createElement)("strong",{children:["Contact details"]})),jr(()=>{const o="ContactDetails";return Lr(Rr(Object(ni.createElement)("div",{className:Hn(" ",["row"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Email"]));return Lr(Rr(Tf("Email",e.Email,A(2,T(2,t,[i])),gr([new df(0),Bf(ec(e.Email)),new df(4,es("{0} is already taken",(s=t=>0===kn(t,e.Email,5),u=e.NonUniqueEmails,null!=Er(s,u))))]),au(i,"Email",n),e=>{r(new Wl(1,t=>new Rl(e,t.MobileNumber,t.StreetAddress,t.Suburb,t.State,t.Postcode,t.NonUniqueEmails)))},new xf(0))),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Mobile number"]));return Rr(Uf("Mobile number",e.MobileNumber,A(2,T(2,t,[i])),gr([new df(0),Bf(Lf(e.MobileNumber))]),au(i,"Mobile number",n),e=>{r(new Wl(1,t=>new Rl(t.Email,e,t.StreetAddress,t.Suburb,t.State,t.Postcode,t.NonUniqueEmails)))},new xf(0)))}));var s,u}))))})),jr(()=>Lr(Rr(Object(ni.createElement)("div",{className:Hn(" ",["row"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Street address"]));return Lr(Rr(Tf("Street address",e.StreetAddress,A(2,T(2,t,[i])),gr([new df(0),Bf(Qu(e.StreetAddress))]),au(i,"Street address",n),e=>{r(new Wl(1,t=>new Rl(t.Email,t.MobileNumber,e,t.Suburb,t.State,t.Postcode,t.NonUniqueEmails)))},new xf(0))),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Town/Suburb"]));return Lr(Rr(Tf("Town/Suburb",e.Suburb,A(2,T(2,t,[i])),gr([new df(0),Bf(rc(e.Suburb))]),au(i,"Town/Suburb",n),e=>{r(new Wl(1,t=>new Rl(t.Email,t.MobileNumber,t.StreetAddress,e,t.State,t.Postcode,t.NonUniqueEmails)))},new xf(0))),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"State"]));return Rr(Ff("State",e.State,Du(),A(2,T(2,t,[i])),gr([new df(0),Bf(ts(new Bu(0),e.State))]),au(i,"State",n),e=>{r(new Wl(1,t=>new Rl(t.Email,t.MobileNumber,t.StreetAddress,t.Suburb,Iu(e),t.Postcode,t.NonUniqueEmails)))},new xf(0)))}))}))}))))})),jr(()=>Rr(Object(ni.createElement)("div",{className:Hn(" ",["row"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Postcode"]));return Rr(Tf("Postcode",e.Postcode,A(2,T(2,t,[i])),gr([new df(0),Bf(oc(e.Postcode))]),au(i,"Postcode",n),e=>{r(new Wl(1,t=>new Rl(t.Email,t.MobileNumber,t.StreetAddress,t.Suburb,t.State,e,t.NonUniqueEmails)))},new xf(0)))}))))}))))))}))))))})}(n.FormModel.ContactDetails,A(3,i),s,r)),jr(()=>Lr(null!=n.CurrentAlert?Rr(Object(ni.createElement)(vl,{alert:ve(n.CurrentAlert),hideAlert:()=>{r(new Wl(6))}})):Ir(),jr(()=>Rr(Gf(()=>{o[1]()?r(new Wl(3,e.backendUrl,e.accessToken,()=>{Vr(e=>{Hf("personal-details",e)},Ee(be(document.querySelector("apollo-personal-details-app"))))})):r(new Wl(5,new gl(1,"There are some errors on the form, please correct them.")))},n.SaveStatus,ur(s)))))))))));case 3:return Lr(Rr(Object(ni.createElement)("h3",{children:["Personal Details"]})),jr(()=>{let e;return Rr((e=t.fields[0].message,Object(ni.createElement)("p",{children:[e]})))}));default:return Rr(Sf)}}));return Object(ni.createElement)("div",{children:ri.Children.toArray(Array.from(u))})}function qf(e){return j(e)}function Vf(){return vr(e=>[e,qf(e)],wr(Zr(e=>we(e,[]),fe($u()))))}function zf(e){return br(t=>t[1]===e?t[0]:void 0,Vf())}class Zf extends L{constructor(e,t,n,r,o,i,s,u){super(),this.FullName=e,this.Relationship=t,this.PhoneNumber=n,this.Email=r,this.StreetAddress=o,this.Suburb=i,this.State=s,this.Postcode=u}}const Yf=new Zf("",void 0,"","","","",void 0,"");function Jf(e,t){return ss(0,()=>us(0,function(e){return ss(0,()=>xi(t=>us(0,Ci(e=>ju(e),ts("State missing",e.State)),n=>new xu(e.FullName.trim(),t,Fu(e.PhoneNumber),iu(e.Email),new Cu(e.StreetAddress.trim(),void 0,e.Suburb.trim(),n,e.Postcode.trim(),"AU"))),Ci(e=>du(e),ts("Relationship missing",e.Relationship))))()}(e),e=>{const n=e;return ur(t)?sr(n):_r((e,t)=>0===e?n:t,t)}))()}class Xf extends L{constructor(e,t,n,r){super(),this.FormModel=e,this.CurrentAlert=t,this.SaveStatus=n,this.ExistingEmergencyContacts=r}}class Kf extends D{constructor(e,...t){super(),this.tag=0|e,this.fields=t}cases(){return["SetEmergencyContact","GetEmergencyContactsCallback","SaveStarted","SaveFinished","ShowAlert","HideAlert"]}}function Qf(e){return Rn(Dn("%s%P()/profiles/backend/emergency-contacts",[e]))}function e$(e,t){return Gu(new Tu(1),ls(0,()=>{const n=cu(t,tu(new fs(0),eu(Qf(e))));return bi.Delay(()=>bi.Bind(n,e=>{let t;const n=e;return 1===n.tag?bi.Return(new Ei(1,n.fields[0])):bi.ReturnFrom((t=n.fields[0],200===t.statusCode?bi.Return((r=t.responseText,_a(A(2,Ba(X(Ou()),new vc(1),void 0)),r))):bi.Return(new Ei(1,""))));var r}))}))}function t$(e,t,n){return ls(0,()=>{let r;const o=cu(t,(r=ru(new ds(1,(i=n,Tc(0,Rc(X(Ou()),new vc(1),void 0,void 0)(i)))),tu(new fs(2),eu(Qf(e)))),nu(Xs("application/json"),r)));var i;return bi.Delay(()=>bi.Bind(o,e=>{const t=e;return 1===t.tag?bi.Return(new Ei(1,t.fields[0])):bi.ReturnFrom(200===t.fields[0].statusCode?as():bi.Return(new Ei(1,new Tu(0))))}))})}function n$(e){const t=Hi([new Xf(Yf,void 0,new Ol(0),new Ol(0)),Jl()],(e,t)=>function(e,t){let n,r;if(1!==e.tag){if(2===e.tag){const n=new Xf(t.FormModel,t.CurrentAlert,new Ol(1),t.ExistingEmergencyContacts),o=xi(e=>Jf(t.FormModel,e),(r=t.ExistingEmergencyContacts,2===r.tag?new Ei(0,r.fields[0]):new Ei(1,"Existing ec has not been loaded")));return 1===o.tag?[n,Xl(new Kf(3,new Ei(1,new Tu(0))))]:[n,Kl(e=>{Ql(e)},t=>t$(e.fields[0],e.fields[1],t),o.fields[0],t=>new Kf(3,Ci(t=>e.fields[2],t)),e=>new Kf(3,new Ei(1,new Tu(0))))]}return 3===e.tag?1===e.fields[0].tag?[new Xf(t.FormModel,t.CurrentAlert,new Ol(3,new Error(ku(e.fields[0].fields[0]))),t.ExistingEmergencyContacts),Xl(new Kf(4,new gl(1,ku(e.fields[0].fields[0]))))]:(e.fields[0].fields[0](),[new Xf(t.FormModel,t.CurrentAlert,new Ol(2,void 0),t.ExistingEmergencyContacts),Jl()]):4===e.tag?[new Xf(t.FormModel,e.fields[0],t.SaveStatus,t.ExistingEmergencyContacts),Jl()]:5===e.tag?[new Xf(t.FormModel,void 0,t.SaveStatus,t.ExistingEmergencyContacts),Jl()]:[new Xf(e.fields[0](t.FormModel),t.CurrentAlert,t.SaveStatus,t.ExistingEmergencyContacts),Jl()]}{let r,i;switch(3===e.fields[0].tag?r=1:0===e.fields[0].tag?r=2:1===e.fields[0].tag?r=3:1===e.fields[0].fields[0].tag?r=1:(r=0,i=e.fields[0].fields[0].fields[0]),r){case 0:return[new Xf((n=lr(i),null==n?t.FormModel:(o=n,new Zf(o.FullName,zf(o.Relationship),Uu(o.MobilePhone),Ce(o.Email,""),Ce(Se(e=>e.AddressLine1,o.Address),""),Ce(Se(e=>e.City,o.Address),""),xe(e=>Iu(e.State),o.Address),Ce(Se(e=>e.Postcode,o.Address),"")))),t.CurrentAlert,t.SaveStatus,new Ol(2,i)),Jl()];case 1:return[new Xf(t.FormModel,t.CurrentAlert,t.SaveStatus,new Ol(3,new Error(ku(new Tu(1))))),Jl()];case 2:return[new Xf(t.FormModel,t.CurrentAlert,t.SaveStatus,new Ol(0)),Jl()];case 3:return[new Xf(t.FormModel,t.CurrentAlert,t.SaveStatus,new Ol(1)),Jl()]}}var o}(e,t),[]),n=t[0],r=t[1],o=mf(),i=o[3];ai(Nl(()=>e$(e.backendUrl,e.accessToken),e=>{r(new Kf(1,e))}));const s=Fr(jr(()=>{const t=n.ExistingEmergencyContacts;switch(t.tag){case 1:return Rr(Sf);case 2:return Lr(Rr(Object(ni.createElement)("h3",{children:["Emergency contact"]})),jr(()=>Lr(Rr(function(e,t,n,r){return Object(ni.createElement)("div",{className:Hn(" ",["py-3","mb-2"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const o="EmergencyContact";return Lr(Rr(Object(ni.createElement)("div",{className:Hn(" ",["row"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Full name"]));return Lr(Rr(Tf("Full name",e.FullName,A(2,T(2,t,[i])),gr([new df(0),Bf(Xu(e.FullName))]),au(i,"Full name",n),e=>{r(new Kf(0,t=>new Zf(e,t.Relationship,t.PhoneNumber,t.Email,t.StreetAddress,t.Suburb,t.State,t.Postcode)))},new xf(1))),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Relationship"]));return Rr(Ff("Relationship",e.Relationship,Vf(),A(2,T(2,t,[i])),gr([new df(0),Bf(ts(new Bu(0),e.Relationship))]),au(i,"Relationship",n),e=>{r(new Kf(0,t=>new Zf(t.FullName,zf(e),t.PhoneNumber,t.Email,t.StreetAddress,t.Suburb,t.State,t.Postcode)))},new xf(1)))}))}))))})),jr(()=>Lr(Rr(Object(ni.createElement)("div",{className:Hn(" ",["row"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Phone number"]));return Lr(Rr(Uf("Phone number",e.PhoneNumber,A(2,T(2,t,[i])),gr([new df(0),Bf(Lf(e.PhoneNumber))]),au(i,"Phone number",n),e=>{r(new Kf(0,t=>new Zf(t.FullName,t.Relationship,e,t.Email,t.StreetAddress,t.Suburb,t.State,t.Postcode)))},new xf(1))),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Email"]));return Rr(Tf("Email",e.Email,A(2,T(2,t,[i])),sr(Bf(tc(iu(e.Email)))),au(i,"Email",n),e=>{r(new Kf(0,t=>new Zf(t.FullName,t.Relationship,t.PhoneNumber,e,t.StreetAddress,t.Suburb,t.State,t.Postcode)))},new xf(1)))}))}))))})),jr(()=>Lr(Rr(Object(ni.createElement)("div",{className:Hn(" ",["row"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Street address"]));return Lr(Rr(Tf("Street address",e.StreetAddress,A(2,T(2,t,[i])),gr([new df(0),Bf(Qu(e.StreetAddress))]),au(i,"Street address",n),e=>{r(new Kf(0,t=>new Zf(t.FullName,t.Relationship,t.PhoneNumber,t.Email,e,t.Suburb,t.State,t.Postcode)))},new xf(1))),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Town/Suburb"]));return Lr(Rr(Tf("Town/Suburb",e.Suburb,A(2,T(2,t,[i])),gr([new df(0),Bf(rc(e.Suburb))]),au(i,"Town/Suburb",n),e=>{r(new Kf(0,t=>new Zf(t.FullName,t.Relationship,t.PhoneNumber,t.Email,t.StreetAddress,e,t.State,t.Postcode)))},new xf(1))),jr(()=>{const i=Rn(Dn("%P().%P()",[o,"State"]));return Rr(Ff("State",e.State,Du(),A(2,T(2,t,[i])),gr([new df(0),Bf(ts(new Bu(0),e.State))]),au(i,"State",n),e=>{r(new Kf(0,t=>new Zf(t.FullName,t.Relationship,t.PhoneNumber,t.Email,t.StreetAddress,t.Suburb,Iu(e),t.Postcode)))},new xf(1)))}))}))}))))})),jr(()=>Rr(Object(ni.createElement)("div",{className:Hn(" ",["row"]),children:ri.Children.toArray(Array.from(Fr(jr(()=>{const i=Rn(Dn("%P().%P()",[o,"Postcode"]));return Rr(Tf("Postcode",e.Postcode,A(2,T(2,t,[i])),gr([new df(0),Bf(oc(e.Postcode))]),au(i,"Postcode",n),e=>{r(new Kf(0,t=>new Zf(t.FullName,t.Relationship,t.PhoneNumber,t.Email,t.StreetAddress,t.Suburb,t.State,e)))},new xf(1)))}))))}))))))))}))))})}(n.FormModel,A(3,o[0]),i,r)),jr(()=>Lr(null!=n.CurrentAlert?Rr(Object(ni.createElement)(vl,{alert:ve(n.CurrentAlert),hideAlert:()=>{r(new Kf(5))}})):Ir(),jr(()=>Rr(Gf(()=>{o[1]()?r(new Kf(2,e.backendUrl,e.accessToken,()=>{Vr(e=>{Hf("emergency-contacts",e)},Ee(be(document.querySelector("apollo-emergency-contacts-app"))))})):r(new Kf(4,new gl(1,"There are some errors on the form, please correct them.")))},n.SaveStatus,ur(i)))))))));case 3:return Lr(Rr(Object(ni.createElement)("h3",{children:["Emergency contact"]})),jr(()=>{let e;return Rr((e=t.fields[0].message,Object(ni.createElement)("p",{children:[e]})))}));default:return Rr(Sf)}}));return Object(ni.createElement)("div",{children:ri.Children.toArray(Array.from(s))})}uu(e=>Object(ni.createElement)(Wf,e),"apollo-personal-details-app"),uu(e=>Object(ni.createElement)(n$,e),"apollo-emergency-contacts-app")}]);
|