@bolttech/form-engine 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/README.md +1172 -0
- package/index.js +2 -0
- package/index.js.map +1 -0
- package/package.json +50 -0
- package/src/adapters/react/Field.d.ts +4 -0
- package/src/adapters/react/Form.d.ts +5 -0
- package/src/adapters/react/Submit.d.ts +3 -0
- package/src/adapters/react/asFormField.d.ts +14 -0
- package/src/adapters/react/context.d.ts +5 -0
- package/src/adapters/react/index.d.ts +6 -0
- package/src/adapters/react/types.d.ts +185 -0
- package/src/adapters/react/useForceUpdate.d.ts +3 -0
- package/src/adapters/react/useForm.d.ts +51 -0
- package/src/adapters/react/useFormGroup.d.ts +15 -0
- package/src/core/apis/formatters.d.ts +16 -0
- package/src/core/apis/index.d.ts +4 -0
- package/src/core/apis/masks.d.ts +3 -0
- package/src/core/apis/validations.d.ts +11 -0
- package/src/core/apis/varOps.d.ts +4 -0
- package/src/core/constants/events.d.ts +23 -0
- package/src/core/constants/index.d.ts +5 -0
- package/src/core/constants/observer.d.ts +7 -0
- package/src/core/events/ObserverError.d.ts +7 -0
- package/src/core/events/events.types.d.ts +27 -0
- package/src/core/events/index.d.ts +2 -0
- package/src/core/handlers/common/templating.d.ts +2 -0
- package/src/core/handlers/field/api.d.ts +4 -0
- package/src/core/handlers/field/blur.d.ts +2 -0
- package/src/core/handlers/field/change.d.ts +2 -0
- package/src/core/handlers/field/clearFields.d.ts +4 -0
- package/src/core/handlers/field/data.d.ts +3 -0
- package/src/core/handlers/field/filter.d.ts +2 -0
- package/src/core/handlers/field/focus.d.ts +2 -0
- package/src/core/handlers/field/formatters.d.ts +4 -0
- package/src/core/handlers/field/htmlEventParser.d.ts +6 -0
- package/src/core/handlers/field/masks.d.ts +4 -0
- package/src/core/handlers/field/mount.d.ts +2 -0
- package/src/core/handlers/field/validations.d.ts +4 -0
- package/src/core/handlers/field/visibilityConditions.d.ts +4 -0
- package/src/core/handlers/flows.d.ts +36 -0
- package/src/core/handlers/form/hooks.d.ts +3 -0
- package/src/core/handlers/form/steps.d.ts +2 -0
- package/src/core/handlers/form/templating.d.ts +2 -0
- package/src/core/handlers/form/validate.d.ts +2 -0
- package/src/core/handlers/form/visibilityConditions.d.ts +4 -0
- package/src/core/index.d.ts +3 -0
- package/src/core/managers/Base.d.ts +19 -0
- package/src/core/managers/Factory.d.ts +52 -0
- package/src/core/managers/Field.d.ts +31 -0
- package/src/core/managers/Form.d.ts +32 -0
- package/src/core/managers/Scope.d.ts +12 -0
- package/src/core/managers/index.d.ts +1 -0
- package/src/core/types/index.d.ts +621 -0
- package/src/core/utils/credit-card.d.ts +16 -0
- package/src/core/utils/index.d.ts +4 -0
- package/src/core/utils/object.d.ts +24 -0
- package/src/core/utils/string.d.ts +3 -0
- package/src/index.d.ts +3 -0
- package/types.js +2 -0
- package/types.js.map +1 -0
package/index.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("./types.js"),e=require("react/jsx-runtime"),r=require("react"),n=require("credit-card-type");function o(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var i=o(r),a=o(n),u=function(t,e,r){return e?t+"/"+e+(r?"/"+r:""):t},c=function(t){return new RegExp("^(".concat(t,").*$"),"g")},s={ON_FIELD_VALIDATION_TOGGLE:"ON_FIELD_VALIDATION_TOGGLE",ON_FIELD_MOUNT:"ON_FIELD_MOUNT",ON_FIELD_CHANGE:"ON_FIELD_CHANGE",ON_FIELD_BLUR:"ON_FIELD_BLUR",ON_FIELD_FOCUS:"ON_FIELD_FOCUS",ON_FIELD_REHYDRATE:"ON_FIELD_REHYDRATE",RUN_FIELD_VALIDATIONS:"RUN_FIELD_VALIDATIONS",RUN_FIELD_FORMATTERS:"RUN_FIELD_FORMATTERS",RUN_FIELD_MASKS:"RUN_FIELD_MASKS",ON_SCOPE_CHANGE:"ON_SCOPE_CHANGE",ON_FORM_REHYDRATE:"ON_FORM_REHYDRATE",ON_FORM_SUBMIT:"ON_FORM_SUBMIT",ON_FORM_MOUNT:"ON_FORM_MOUNT",ON_FORM_UN_MOUNT:"ON_FORM_UN_MOUNT",ON_FORM_DATA:"ON_FORM_DATA",NAVIGATE_STEP_FORWARD:"NAVIGATE_STEP_FORWARD",NAVIGATE_STEP_BACK:"NAVIGATE_STEP_BACK",VALIDATE_FORM:"VALIDATE_FORM",LOG:"LOG"},l="default_form_id",f="default_form_hook_id";function d(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=r){var n,o,i,a,u=[],c=!0,s=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;c=!1}else for(;!(c=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);c=!0);}catch(t){s=!0,o=t}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(s)throw o}}return u}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return p(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return p(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function p(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var v,h,y=function(){var t=d(r.useState(0),2),e=t[0],n=t[1];return[e,function(){return n((function(t){return t+1}))}]};function b(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(t);o<n.length;o++)e.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(t,n[o])&&(r[n[o]]=t[n[o]])}return r}function m(t,e,r,n){return new(r||(r=Promise))((function(o,i){function a(t){try{c(n.next(t))}catch(t){i(t)}}function u(t){try{c(n.throw(t))}catch(t){i(t)}}function c(t){t.done?o(t.value):function(t){return t instanceof r?t:new r((function(e){e(t)}))}(t.value).then(a,u)}c((n=n.apply(t,e||[])).next())}))}function g(t,e,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!n:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(t):n?n.value:e.get(t)}function O(t,e,r,n,o){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===n?o.call(t,r):o?o.value=r:e.set(t,r),r}function E(t){return E="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},E(t)}function j(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */j=function(){return t};var t={},e=Object.prototype,r=e.hasOwnProperty,n=Object.defineProperty||function(t,e,r){t[e]=r.value},o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag";function c(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,r){return t[e]=r}}function s(t,e,r,o){var i=e&&e.prototype instanceof d?e:d,a=Object.create(i.prototype),u=new N(o||[]);return n(a,"_invoke",{value:w(t,r,u)}),a}function l(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}t.wrap=s;var f={};function d(){}function p(){}function v(){}var h={};c(h,i,(function(){return this}));var y=Object.getPrototypeOf,b=y&&y(y(k([])));b&&b!==e&&r.call(b,i)&&(h=b);var m=v.prototype=d.prototype=Object.create(h);function g(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function O(t,e){function o(n,i,a,u){var c=l(t[n],t,i);if("throw"!==c.type){var s=c.arg,f=s.value;return f&&"object"==E(f)&&r.call(f,"__await")?e.resolve(f.__await).then((function(t){o("next",t,a,u)}),(function(t){o("throw",t,a,u)})):e.resolve(f).then((function(t){s.value=t,a(s)}),(function(t){return o("throw",t,a,u)}))}u(c.arg)}var i;n(this,"_invoke",{value:function(t,r){function n(){return new e((function(e,n){o(t,r,e,n)}))}return i=i?i.then(n,n):n()}})}function w(t,e,r){var n="suspendedStart";return function(o,i){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===o)throw i;return x()}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var u=S(a,r);if(u){if(u===f)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var c=l(t,e,r);if("normal"===c.type){if(n=r.done?"completed":"suspendedYield",c.arg===f)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(n="completed",r.method="throw",r.arg=c.arg)}}}function S(t,e){var r=e.method,n=t.iterator[r];if(void 0===n)return e.delegate=null,"throw"===r&&t.iterator.return&&(e.method="return",e.arg=void 0,S(t,e),"throw"===e.method)||"return"!==r&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+r+"' method")),f;var o=l(n,t.iterator,e.arg);if("throw"===o.type)return e.method="throw",e.arg=o.arg,e.delegate=null,f;var i=o.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,f):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,f)}function _(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function A(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function N(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(_,this),this.reset(!0)}function k(t){if(t){var e=t[i];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var n=-1,o=function e(){for(;++n<t.length;)if(r.call(t,n))return e.value=t[n],e.done=!1,e;return e.value=void 0,e.done=!0,e};return o.next=o}}return{next:x}}function x(){return{value:void 0,done:!0}}return p.prototype=v,n(m,"constructor",{value:v,configurable:!0}),n(v,"constructor",{value:p,configurable:!0}),p.displayName=c(v,u,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===p||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,v):(t.__proto__=v,c(t,u,"GeneratorFunction")),t.prototype=Object.create(m),t},t.awrap=function(t){return{__await:t}},g(O.prototype),c(O.prototype,a,(function(){return this})),t.AsyncIterator=O,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var a=new O(s(e,r,n,o),i);return t.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},g(m),c(m,u,"Generator"),c(m,i,(function(){return this})),c(m,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},t.values=k,N.prototype={constructor:N,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(A),!t)for(var e in this)"t"===e.charAt(0)&&r.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function n(r,n){return a.type="throw",a.arg=t,e.next=r,n&&(e.method="next",e.arg=void 0),!!n}for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return n("end");if(i.tryLoc<=this.prev){var u=r.call(i,"catchLoc"),c=r.call(i,"finallyLoc");if(u&&c){if(this.prev<i.catchLoc)return n(i.catchLoc,!0);if(this.prev<i.finallyLoc)return n(i.finallyLoc)}else if(u){if(this.prev<i.catchLoc)return n(i.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return n(i.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,f):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),f},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),A(r),f}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;A(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:k(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=void 0),f}},t}function w(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,(o=n.key,i=void 0,i=function(t,e){if("object"!==E(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==E(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(o,"string"),"symbol"===E(i)?i:String(i)),n)}var o,i}var S,_=function(){function t(e){var r=this;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),v.set(this,void 0),h.set(this,{}),this.debounceTime=50,this.debounce=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:r.debounceTime;return m(r,void 0,void 0,j().mark((function r(){var n=this;return j().wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.abrupt("return",new Promise((function(r){g(n,h,"f")[t]&&clearTimeout(g(n,h,"f")[t]),g(n,h,"f")[t]=setTimeout((function(){clearTimeout(g(n,h,"f")[t]),r(t())}),e)})));case 1:case"end":return r.stop()}}),r)})))},O(this,v,e,"f"),this.publish=this.publish.bind(this),this.subscribe=this.subscribe.bind(this),this.debounce=this.debounce.bind(this),this.subscribeBulk=this.subscribeBulk.bind(this),this.subscriptions={}}var e,r,n;return e=t,r=[{key:"subscribe",value:function(t,e){this.subscriptions[t]&&this.subscriptions[t](),this.subscriptions[t]=g(this,v,"f").subscribe(t,e)}},{key:"subscribeBulk",value:function(t,e){var r=this;t.forEach((function(t){return r.subscribe(t,e)}))}},{key:"publish",value:function(t,e){g(this,v,"f").publish(t,e)}},{key:"publishFor",value:function(t){var e=this;return function(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return m(e,void 0,void 0,j().mark((function e(){return j().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,g(this,v,"f").publish(t,r);case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})))}}},{key:"logError",value:function(t,e,r,n){g(this,v,"f").logError(t,e,r,n)}},{key:"logInfo",value:function(t,e,r,n){g(this,v,"f").logInfo(t,e,r,n)}}],r&&w(e.prototype,r),n&&w(e,n),Object.defineProperty(e,"prototype",{writable:!1}),t}();function A(t){return A="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},A(t)}function N(t,e,r){return(e=x(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function k(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,x(n.key),n)}}function x(t){var e=function(t,e){if("object"!==A(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==A(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===A(e)?e:String(e)}function F(t,e){return F=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},F(t,e)}function L(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var r,n=T(t);if(e){var o=T(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return function(t,e){if(e&&("object"===A(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return I(t)}(this,r)}}function I(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function T(t){return T=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},T(t)}v=new WeakMap,h=new WeakMap;var D=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&F(t,e)}(i,_);var e,r,n,o=L(i);function i(t){var e;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,i),e=o.call(this,t),S.set(I(e),{global:{},api:{},hooks:{},configs:{},fields:{}}),e}return e=i,r=[{key:"scope",get:function(){return g(this,S,"f")||{}}},{key:"getGlobalScope",value:function(t,e){return t&&!e&&this.scope[t]?this.scope[t]:t&&e&&this.scope[t]?this.scope[t][e]:g(this,S,"f")}},{key:"initialScope",set:function(t){O(this,S,t||g(this,S,"f"),"f")}},{key:"globalScope",set:function(t){var e=t.namespace,r=t.key,n=t.data;r||(g(this,S,"f")[e]=n),r&&!g(this,S,"f")[e]&&(g(this,S,"f")[e]=N({},r,n)),g(this,S,"f")[e]&&r&&(g(this,S,"f")[e]=Object.assign(Object.assign({},g(this,S,"f")[e]),N({},r,n)));var o=r?u("ON_SCOPE_CHANGE",e,r):c(u("ON_SCOPE_CHANGE",e,r));this.publish(o,{scope:this.scope,namespace:e,key:r}),this.publish("ON_SCOPE_CHANGE")}}],r&&k(e.prototype,r),n&&k(e,n),Object.defineProperty(e,"prototype",{writable:!1}),i}();function R(t){return R="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},R(t)}function C(t){return function(t){if(Array.isArray(t))return P(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return P(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return P(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function P(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function M(t,e,r){return(e=function(t){var e=function(t,e){if("object"!==R(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==R(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===R(e)?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}S=new WeakMap;var V=function(t,e,r){var n=e.split(".");if(1===n.length)return Object.assign(Object.assign({},t),M({},e,r));return function t(e,n){var o=C(e);o.splice(0,1);var i=1!==e.length?t(o,n?n[e[0]]:{}):r;return Object.assign(Object.assign({},n),M({},e[0],i))}(n,t)},G=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return(arguments.length>1&&void 0!==arguments[1]?arguments[1]:"").split(".").reduce((function(t,e){return(t||{})[e]}),t)};function U(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=r){var n,o,i,a,u=[],c=!0,s=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;c=!1}else for(;!(c=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);c=!0);}catch(t){s=!0,o=t}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(s)throw o}}return u}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return B(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return B(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function B(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var H=function(t,e){var r=Y(t.toString()),n=a.default(r);return[(null==e?void 0:e.length)?null==n?void 0:n.filter((function(t){var r=t.type;return e.some((function(t){return t===r}))}))[0]:n[0],r]},Y=function(t){return null==t?void 0:t.replace(/ /g,"")},z=function(t,e){return e?function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=e.reduce((function(t,r,n){var o=U(t,2),i=o[0],a=o[1],u=r-(e[n-1]||0);return["".concat(i,"([0-9]{0,").concat(u,"})"),"".concat(a,"$").concat(n+1," ")]}),["",""]),n=U(r,2),o=n[0],i=n[1];return t.replace(new RegExp(o),i).trim()}(t.slice(0,null==e?void 0:e.lengths[0]),e.gaps):t.slice(0,19)};function $(t){if("string"!=typeof t)return!1;try{var e=JSON.parse(t),r=Object.prototype.toString.call(e);return"[object Object]"===r||"[object Array]"===r}catch(t){return!1}}function W(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=r){var n,o,i,a,u=[],c=!0,s=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;c=!1}else for(;!(c=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);c=!0);}catch(t){s=!0,o=t}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(s)throw o}}return u}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return J(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return J(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function J(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var q=function(t){var e=t.value,r=t.formatterValue;if(!e)return e;var n="",o=0;return r.forEach((function(t,i){var a=0===i?i:r[i-1].position+1;e[t.position]==t.value&&o++,n+=e.slice(a,t.position)})),n+=e.slice(n.length+o)},K={splitter:function(t){var e=t.value,r=t.formatterValue;if(!e)return e;var n=q({value:e,formatterValue:r});return r.forEach((function(t){t.position>=e.length||(n=n.slice(0,t.position)+t.value+n.slice(t.position,null==n?void 0:n.length))})),n},undo_splitter:q,capitalize:function(t){var e=t.value;return e?e.charAt(0).toUpperCase()+e.slice(1):e},upperCase:function(t){var e=t.value;return e?e.toUpperCase():e},gapsCreditCard:function(t){var e=t.value,r=t.formatterValue;if(e){var n=W(H(e,r),2),o=n[0],i=n[1];return z(i,o)}}},Z=function(t,e,r){var n=t;return Object.keys(e).forEach((function(t){var o=e[t],i=K[r?"undo_".concat(t):t];i&&(n=i({value:n,formatterValue:o}))})),n},Q=function(t){var e=t.value,r=void 0===e?"":e,n=t.maskValue,o=r;return n.forEach((function(t){var e=t.to,n=void 0===e?o.length:e,i=t.mask,a=t.from;if(!(n>r.length-1)){0===a&&(a=1);var u=new Array(n-a+2).join(i);o=o.slice(0,a-1)+u+o.slice(n)}})),o},X={generic:Q,cardNumber:function(t){var e=t.value;return Q({value:e,maskValue:[{from:1,to:4,mask:"x"},{from:6,to:9,mask:"x"},{from:11,to:14,mask:"x"},{from:16,to:19,mask:"x"}]})},hideCardNumber:function(t){var e=t.value;return Q({value:e,maskValue:[{from:1,to:4,mask:"x"},{from:6,to:9,mask:"x"},{from:11,to:14,mask:"x"},{from:16,to:19,mask:"x"}]})},cardMask:function(t){return t.value.replace(/[^\dA-Z]/g,"").replace(/(.{4})/g,"$1 ").trim()},cardDate:function(t){var e=t.value.replace(/\D/g,""),r=e.slice(0,2);return e.length>=5?"".concat(r,"/").concat(e.slice(2,4)):e.length>=3?"".concat(r,"/").concat(e.slice(2)):e},currencyMask:function(t){var e=t.value,r=void 0===e?"":e,n=t.maskValue,o=r.replace(/[^0-9]/g,"");return new Intl.NumberFormat(n.locale,{minimumFractionDigits:0,maximumFractionDigits:0,style:"currency",currency:n.currency}).format(+o)},feinMask:function(t){var e=t.value.replace(/\D/g,""),r=e.slice(0,2);return e.length>=5?"".concat(r,"-").concat(e.slice(2,9)):e.length>=3?"".concat(r,"-").concat(e.slice(2)):e},replaceAll:function(t){var e=t.value,r=void 0===e?"":e,n=t.maskValue;return n&&"string"==typeof r?("number"==typeof n&&(n=null==n?void 0:n.toString()),new Array(r.length+1).join(n)):r}};function tt(t,e,r){return(e=function(t){var e=function(t,e){if("object"!==et(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==et(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===et(e)?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function et(t){return et="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},et(t)}function rt(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=r){var n,o,i,a,u=[],c=!0,s=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;c=!1}else for(;!(c=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);c=!0);}catch(t){s=!0,o=t}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(s)throw o}}return u}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return nt(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return nt(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function nt(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var ot=function(t){var e=t.value,r=t.validationValue,n=new RegExp(r);return{fail:!n.test(e)}},it=function(t){var e=t.value,r=void 0===e?"":e,n=t.validationValue.some((function(t){var e=t.to,n=t.from,o=t.validations,i=r.substring(e,n);return ct(ut(i,o))}));return{fail:n}},at={conditions:function(t){var e=t.value,r=void 0===e?"":e,n=t.validationValue;if(!n)return{fail:!1};var o=function(t){if(t.forceDefinedOrigin&&void 0===t.origin||t.forceDefinedTarget&&void 0===t.target)return{fail:!1};var e=void 0===t.origin?r:t.origin,n=void 0===t.target?r:t.target;return{"!==":(e||r)!==(n||r),"===":(e||r)===(n||r),"<":(e||r)<(n||r),">":(e||r)>(n||r),"<=":(e||r)<=(n||r),">=":(e||r)>=(n||r)}[t.condition]};return{fail:{and:function(){return!!n.set.every(o)},or:function(){return!!n.set.some(o)}}[n.rule]()}},date:function(t){var e,r,n,o,i=t.value,a=void 0===i?"":i,u=t.validationValue;if(!(null===(e=null==u?void 0:u.target)||void 0===e?void 0:e.value)&&!(null===(r=null==u?void 0:u.origin)||void 0===r?void 0:r.intervals))return{fail:!1};var c={DDMMYYYY:function(t){var e=t.split(t.includes("/")?"/":"-");return"".concat(e[1],"/").concat(e[0],"/").concat(e[2])},YYYYMMDD:function(t){var e=t.split(t.includes("/")?"/":"-");return"".concat(e[1],"/").concat(e[2],"/").concat(e[0])},YYYYDDMM:function(t){var e=t.split(t.includes("/")?"/":"-");return"".concat(e[2],"/").concat(e[1],"/").concat(e[0])},MMDDYYYY:function(t){return t},timestamp:function(t){return new Date(t).toString()}},s=u.origin.value||a,l=new Date(c[null==u?void 0:u.origin.format](s).toString()),f=(null===(n=null==u?void 0:u.target)||void 0===n?void 0:n.format)?new Date(c[null===(o=null==u?void 0:u.target)||void 0===o?void 0:o.format](u.target.value).toString()):new Date;if(u.origin.intervals){f=function(t,e){var r={years:function(t,e){return new Date(t.setUTCFullYear(t.getUTCFullYear()+e))},months:function(t,e){return new Date(t.setUTCMonth(t.getUTCMonth()+e))},days:function(t,e){return new Date(t.setDate(t.getUTCDate()+e))}};return Object.keys(e).reduce((function(t,n){return r[n](t,e[n])}),new Date(t))}(l,u.origin.intervals);var d=new Date;l=new Date("".concat(d.getUTCMonth()+1,"/").concat(d.getUTCDate(),"/").concat(d.getUTCFullYear()))}if(u.onlyValidDate&&(!(f instanceof Date&&isFinite(f))||!(f instanceof Date&&isFinite(l))||s.length<8))return{fail:!0};var p=l.getTime(),v=f.getTime();return{fail:{">":p>v,">=":p>=v,"<":p<v,"<=":p<=v,"===":p===v,"!==":p!==v}[null==u?void 0:u.operator]}},length:function(t){var e=t.value,r=t.validationValue,n=e;return"string"!=typeof n&&(n=null==e?void 0:e.toString()),{fail:!e||(null==n?void 0:n.length)===r}},greaterThan:function(t){var e=t.value,r=t.validationValue;return{fail:!e||parseInt(e)<=parseInt(r)}},maxLength:function(t){var e=t.value,r=void 0===e?"":e,n=t.validationValue,o=r;return Number.isInteger(o)&&(o=r.toString()),{fail:o.length>n}},minLength:function(t){var e=t.value,r=void 0===e?"":e,n=t.validationValue,o=r;return Number.isInteger(o)&&(o=r.toString()),{fail:o.length<n}},required:function(t){var e=t.value;return{fail:t.validationValue&&!e}},value:function(t){var e=t.value;return{fail:e!==t.validationValue}},regex:ot,hasNoExtraSpaces:function(t){var e=t.value;return{fail:ot({value:e,validationValue:"^[A-Za-z0-9.-]+(?: +[A-Za-z0-9.-]+)*$",errorMessage:""}).fail}},isCreditCard:function(t){var e,r,n=t.value,o=t.validationValue;if(!n)return{fail:!0};var i=rt(H(n,o),1)[0];return{fail:!i,metadata:{typeCard:null==i?void 0:i.type,creditCardCC:null===(e=null==i?void 0:i.code)||void 0===e?void 0:e.name,creditCardCCSize:null===(r=null==i?void 0:i.code)||void 0===r?void 0:r.size}}},isCreditCardAndLength:function(t){var e=t.value,r=t.validationValue;if(!e)return{fail:!0};var n=rt(H(e,r),2),o=n[0],i=n[1];return{fail:o&&!o.lengths.includes(i.length)}},isCreditCodeMatch:function(t){var e,r=t.value,n=t.validationValue;if(!r)return{fail:!0};var o=rt(H(n.numberCard,n.availableOptions),1)[0];return{fail:(null===(e=null==o?void 0:o.code)||void 0===e?void 0:e.size)!==r.length}},onlyLetters:function(t){var e=t.value;return{fail:!/^[a-zA-Z\s]*$/.test(e)}},notAllowSpaces:function(t){var e=t.value;return{fail:/\s/.test(e)}},callback:function(t){var e=t.value,r=(0,t.validationValue)(e);return{message:r.errorMessage,fail:r.fail}},isNumber:function(t){var e=t.value;return{fail:!!e&&!/^[0-9\s]*$/.test(e)}},customValidation:function(t){var e=t.value,r=t.validationValue;return it({value:e,validationValue:r})},notEmpty:function(t){return{fail:!t.value.trim().length}},numericRange:function(t){var e=t.value,r=t.validationValue,n=String(e).replace(/[^0-9]/g,"");return{fail:!n||!Number.isInteger(parseInt(n.toString()))||+n>r.end||+n<r.start}},email:function(t){var e=t.value;return{fail:!/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e)}},lessThan:function(t){var e=t.value,r=t.validationValue;return{fail:!e||parseInt(e)>=parseInt(r)}},sequentialNumber:function(t){var e=t.value,r=String(e).replace(/[^0-9]/g,"");return{fail:!(-1==="0123456789".indexOf(r)&&-1==="9876543210".indexOf(r))}},repeatedNumbers:function(t){var e=t.value,r=String(e).replace(/[^0-9]/g,"");return{fail:/\b(\d)\1+\b/gm.test(r)}},url:function(t){var e=t.value;return{fail:!/[(http(s)?)://(www.)?a-zA-Z0-9@:%._+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_+.~#?&//=]*)/gi.test(e)}},path:function(t){var e=t.value,r=t.validationValue,n=function(t){var n=G(e,t);if(r.preventUnMountValidation&&!(t in e))return{fail:!1};var o,i,a=ut(n,r);return i={fail:!1},(o=a)?Object.keys(o).reduce((function(t,e){return o[e].fail?o[e]:t}),i):i};return Array.isArray(r.paths)?r.paths.reduce((function(t,e){var r=n(e);return r.fail?r:t}),{}):n(r.path)},isInTheList:function(t){var e=t.value,r=t.validationValue;return e&&Array.isArray(r)?{fail:!r.some((function(t){return t===e||JSON.stringify(t)===e}))}:{fail:!0}},fields:function(t){var e=t.values,r=t.validationValue;return{fail:null==r?void 0:r.set[r.rule]((function(t){var r;return ct(ut(null===(r=e[t.fieldName])||void 0===r?void 0:r.value,t.validations))}))}},customNameRule:function(t){var e=t.value,r=t.validationValue;return"object"!==et(r)?{fail:!1}:{fail:ct(ut(e,r))}}},ut=function(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o={};return Object.keys(e).forEach((function(i){var a=e[i],u=at[i];u||(u=at.customNameRule);var c=r[i]||r.default,s=u({value:t,validationValue:a,errorMessage:c,values:n});o=Object.assign(Object.assign({},o),tt({},i,Object.assign(Object.assign({},s),{validationValue:a,message:c})))})),o},ct=function(t){return!!t&&!!Object.keys(t).find((function(e){return t&&t[e].fail}),[])},st=Object.freeze({__proto__:null,concatenate:function(t,e){return t+e},add:function(t,e){return((parseInt(t)||0)+(parseInt(e)||0)).toString()},subtract:function(t,e){return parseInt(t)-parseInt(e)},replaceAll:function(t,e,r){return t.replace(new RegExp(e,"g"),r)}}),lt=Object.freeze({__proto__:null,handler:function(t){var e=t.field,r=t.data;e.data.changed=!0,e.data.metadata=r.metadata,e.value=r.parsedEventValue}}),ft=Object.freeze({__proto__:null,handler:function(t){var e,r,n,o,i,a,c,s,l=t.form,f=t.field;f.subscribe(u("ON_SCOPE_CHANGE","configs","disable"),(function(){return f.rehydrate()})),f.data.mounted=!0;var d=f.component.props,p=(void 0===d?{}:d)[null===(e=f.mappings)||void 0===e?void 0:e.setValue],v=f.component.group&&G(l.initialValues,f.component.group),h=G(l.initialValues,v===(null===(r=f.component.props)||void 0===r?void 0:r.value)&&v?f.component.group:f.component.name)||p;f.value=(null===(s=null===(o=null===(n=l.formData.form)||void 0===n?void 0:n.steps)||void 0===o?void 0:o.data[null===(c=null===(a=null===(i=l.formData)||void 0===i?void 0:i.form)||void 0===a?void 0:a.steps)||void 0===c?void 0:c.index])||void 0===s?void 0:s.formatted[f.component.name])||h}}),dt=Object.freeze({__proto__:null,handler:function(t){t.field.data.blured=!0}}),pt=Object.freeze({__proto__:null,handler:function(t){var e=t.field;e.data=Object.assign(Object.assign({},e.data),{focused:!0})}});function vt(t){return vt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},vt(t)}function ht(t,e,r){return(e=function(t){var e=function(t,e){if("object"!==vt(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==vt(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===vt(e)?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function yt(t){return function(t){if(Array.isArray(t))return bt(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return bt(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return bt(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function bt(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var mt="${",gt="}",Ot="||",Et=function(t){return/\$\{(.*)\}.*/g.test(t)},jt="varOps.",wt=")",St="(",_t=",",At=function(t){return t.includes(jt)},Nt=Object.freeze({__proto__:null,handler:function(t){var e,r,n=t.field,o=t.form,i=function(){if(n){var t=n.component,e=t.children,r=t.wrapper,o=b(t,["children","wrapper"]),i=Object.assign({},c(o));n.scopedComponent=Object.assign(Object.assign(Object.assign({},o),i),{children:e,wrapper:r})}},a=function t(e){var r=(e=e.toString()).lastIndexOf(mt);if(-1===r)return e;var a=e.substring(r+mt.length,e.length),c=a.substring(0,a.indexOf(gt)),s=c.length,l="",f=c.split(Ot);f.length>1&&(c=f[0],l=G(n.scope.getGlobalScope(),f[1])||f[1]),n&&function(t){var e,r,o,a,c=!(null===(a=null===(o=null===(r=null===(e=n.scope.scope.configs)||void 0===e?void 0:e.observables)||void 0===r?void 0:r.templates)||void 0===o?void 0:o.exclude)||void 0===a?void 0:a.includes(n.component.name)),s=t[0].split(".");c&&n.subscribe(u("ON_SCOPE_CHANGE",s[0],s[1]),(function(){i(),n.rehydrate()}))}(f);var d=G(o.scope.getGlobalScope(),c),p=void 0===d?l:d;if("string"!=typeof p&&0===r)return p;try{p=JSON.stringify(p).replace(/^"(.*)"$/,"$1")}catch(t){}var v=e.substring(0,r)+p+e.substring(r+s+mt.length+gt.length,e.length);return At(v)&&!Et(v)?v.replace(/([^\s]+)/g,(function(t){if(!At(t))return t;var e=function(t){return st[t.split(jt)[1].split(St)[0]]}(t);return e?e.apply(void 0,yt(function(t){return t.split(jt)[1].split(St)[1].split(wt)[0].split(_t)}(t))):void 0})):t(v)},c=function t(e){if("string"==typeof e)return a(e);if("number"==typeof e)return e;var r=Object.assign({},e);return Object.keys(r).reduce((function(e,n){if(null===r[n])return e;if(Array.isArray(r[n]))return Object.assign(Object.assign({},e),ht({},n,r[n].map(t)));if("object"===vt(r[n]))return Object.assign(Object.assign({},e),ht({},n,Object.assign({},t(Object.assign({},r[n])))));if("string"!=typeof r[n])return Object.assign(Object.assign({},e),ht({},n,r[n]));if(!Et(r[n]))return Object.assign(Object.assign({},e),ht({},n,r[n]));var o=a(r[n]);try{$(o)&&(o=JSON.parse(o))}catch(t){}return Object.assign(Object.assign({},e),ht({},n,o))}),{})};i(),e=o.schema,r=c(e),o.scopedSchema=r,o.rehydrate()}});function kt(t){return kt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},kt(t)}function xt(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */xt=function(){return t};var t={},e=Object.prototype,r=e.hasOwnProperty,n=Object.defineProperty||function(t,e,r){t[e]=r.value},o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag";function c(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,r){return t[e]=r}}function s(t,e,r,o){var i=e&&e.prototype instanceof d?e:d,a=Object.create(i.prototype),u=new _(o||[]);return n(a,"_invoke",{value:E(t,r,u)}),a}function l(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}t.wrap=s;var f={};function d(){}function p(){}function v(){}var h={};c(h,i,(function(){return this}));var y=Object.getPrototypeOf,b=y&&y(y(A([])));b&&b!==e&&r.call(b,i)&&(h=b);var m=v.prototype=d.prototype=Object.create(h);function g(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function O(t,e){function o(n,i,a,u){var c=l(t[n],t,i);if("throw"!==c.type){var s=c.arg,f=s.value;return f&&"object"==kt(f)&&r.call(f,"__await")?e.resolve(f.__await).then((function(t){o("next",t,a,u)}),(function(t){o("throw",t,a,u)})):e.resolve(f).then((function(t){s.value=t,a(s)}),(function(t){return o("throw",t,a,u)}))}u(c.arg)}var i;n(this,"_invoke",{value:function(t,r){function n(){return new e((function(e,n){o(t,r,e,n)}))}return i=i?i.then(n,n):n()}})}function E(t,e,r){var n="suspendedStart";return function(o,i){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===o)throw i;return N()}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var u=j(a,r);if(u){if(u===f)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var c=l(t,e,r);if("normal"===c.type){if(n=r.done?"completed":"suspendedYield",c.arg===f)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(n="completed",r.method="throw",r.arg=c.arg)}}}function j(t,e){var r=e.method,n=t.iterator[r];if(void 0===n)return e.delegate=null,"throw"===r&&t.iterator.return&&(e.method="return",e.arg=void 0,j(t,e),"throw"===e.method)||"return"!==r&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+r+"' method")),f;var o=l(n,t.iterator,e.arg);if("throw"===o.type)return e.method="throw",e.arg=o.arg,e.delegate=null,f;var i=o.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,f):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,f)}function w(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function S(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function _(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(w,this),this.reset(!0)}function A(t){if(t){var e=t[i];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var n=-1,o=function e(){for(;++n<t.length;)if(r.call(t,n))return e.value=t[n],e.done=!1,e;return e.value=void 0,e.done=!0,e};return o.next=o}}return{next:N}}function N(){return{value:void 0,done:!0}}return p.prototype=v,n(m,"constructor",{value:v,configurable:!0}),n(v,"constructor",{value:p,configurable:!0}),p.displayName=c(v,u,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===p||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,v):(t.__proto__=v,c(t,u,"GeneratorFunction")),t.prototype=Object.create(m),t},t.awrap=function(t){return{__await:t}},g(O.prototype),c(O.prototype,a,(function(){return this})),t.AsyncIterator=O,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var a=new O(s(e,r,n,o),i);return t.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},g(m),c(m,u,"Generator"),c(m,i,(function(){return this})),c(m,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},t.values=A,_.prototype={constructor:_,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(S),!t)for(var e in this)"t"===e.charAt(0)&&r.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function n(r,n){return a.type="throw",a.arg=t,e.next=r,n&&(e.method="next",e.arg=void 0),!!n}for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return n("end");if(i.tryLoc<=this.prev){var u=r.call(i,"catchLoc"),c=r.call(i,"finallyLoc");if(u&&c){if(this.prev<i.catchLoc)return n(i.catchLoc,!0);if(this.prev<i.finallyLoc)return n(i.finallyLoc)}else if(u){if(this.prev<i.catchLoc)return n(i.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return n(i.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,f):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),f},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),S(r),f}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;S(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:A(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=void 0),f}},t}var Ft=Object.freeze({__proto__:null,handler:function(t){var e=t.field,r=t.form;return t.eventReducedSchema.api.forEach((function(t){var n,o=e.scope,i=ut(e.data.value,t.preConditions||{},e.scopedComponent.errorMessages,null===(n=null==r?void 0:r.formData)||void 0===n?void 0:n.fields);e.fieldHasError(i)||t.blockRequestWhenInvalid&&e.fieldValidationsHaveError(!1)||(o.globalScope={namespace:"api",key:t.scope,data:{loading:!0}},e.debounce((function(){return fetch(t.url,Object.assign(Object.assign({method:t.method},t.body&&{body:JSON.stringify(t.body)}),{headers:t.headers||{"Content-type":"application/json; charset=UTF-8"}})).then((function(t){var e=t.json();if(t.status>=400)throw e;return e})).then((function(e){o.globalScope={namespace:"api",key:t.scope,data:Object.assign({loading:!1,response:e},e)}})).catch((function(e){return m(void 0,void 0,void 0,xt().mark((function r(){var n;return xt().wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,e;case 2:n=r.sent,o.globalScope={namespace:"api",key:t.scope,data:{loading:!1,error:!0,err:n}};case 4:case"end":return r.stop()}}),r)})))}))}),t.debounceTime||200))}))},events:function(t){return Object.keys(t.api||{})}});function Lt(t){return Lt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Lt(t)}function It(t,e,r){return(e=function(t){var e=function(t,e){if("object"!==Lt(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==Lt(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===Lt(e)?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function Tt(t){return function(t){if(Array.isArray(t))return Dt(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return Dt(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Dt(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Dt(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var Rt=Object.freeze({__proto__:null,handler:function(t){var e=t.form,r=t.field,n=function(t){var n;return Object.keys(t).reduce((function(t,n){var o,i,a,u,c,s=e.fields[n],l=s.data;if(!s||!s.data.visible||!s.data.name)return t;var f="";(null===(o=s.component)||void 0===o?void 0:o.group)&&(r&&r.component.name===s.component.name||!r&&!e.formData.formatted[s.component.group])&&(f=s.component.group);var d=f||n,p=void 0===l.value?e.initialValues[n]||(null===(i=e.schema)||void 0===i?void 0:i.formattedDataDefaults)&&(null===(a=e.schema)||void 0===a?void 0:a.formattedDataDefaults[n]):l.value;return{erroredFields:s.fieldHasError()?[].concat(Tt(t.erroredFields),[n]):t.erroredFields,predictableErroredFields:s.fieldValidationsHaveError()?[].concat(Tt(t.predictableErroredFields),[n]):t.predictableErroredFields,fields:Object.assign(Object.assign({},t.fields),It({},n,l)),filteredFields:(null===(c=null===(u=e.schema)||void 0===u?void 0:u.filteredFields)||void 0===c?void 0:c.includes(d))?Object.assign(Object.assign(Object.assign({},t.filteredFields),void 0===p?{}:It({},d,p)),f?It({},f,p||t.formatted[f]):{}):t.filteredFields,formatted:Object.assign(Object.assign(Object.assign({},t.formatted),void 0===(null==l?void 0:l.value)||l.ignore?{}:V(t.formatted,n,null==l?void 0:l.value)||It({},n,p)),f?It({},f,p||t.formatted[f]):{})}}),{predictableErroredFields:[],erroredFields:[],fields:{},formatted:Object.assign({},null===(n=e.schema)||void 0===n?void 0:n.formattedDataDefaults),filteredFields:{}})},o=n(e.fields),i=n(e.steps[e.step.index]||{}),a=Object.assign(Object.assign({},o),{form:{scope:e.scope.getGlobalScope(),steps:Object.assign(Object.assign({},e.step),{data:It({},e.step.index,i),isValid:!i.predictableErroredFields.length}),isValid:!o.predictableErroredFields.length,messages:function(t){var r;return(null===(r=e.schema)||void 0===r?void 0:r.messages)?Object.keys(e.schema.messages).reduce((function(r,n){var o,i,a,u=G(t,n);return(null===(o=e.schema)||void 0===o?void 0:o.messages)&&(null===(i=e.schema)||void 0===i?void 0:i.messages[n])&&((null===(a=e.schema.messages[n].values)||void 0===a?void 0:a.includes(u))||e.schema.messages[n].value===u||e.schema.messages[n].required&&!u)?[].concat(Tt(r),[e.schema.messages[n].name]):r}),[]):[]}(Object.assign(Object.assign({},e.initialValues),o.formatted))}});return e.formData=a,a}}),Ct=Object.freeze({__proto__:null,handler:function(t){var e=t.form,r=t.eventReducedSchema;null==r||r.clearFields.forEach((function(t){t.fields.forEach((function(r){var n=e.fields[r];if(n){if(!t.validations)return n.value=t.clearedValue,void n.rehydrate();var o=ut(n.value,t.validations);n.fieldHasError(o)&&(n.value=t.clearedValue,n.rehydrate())}}))}))},events:function(t){return Object.keys(t.clearFields||{})}});function Pt(t){return function(t){if(Array.isArray(t))return Mt(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return Mt(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Mt(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Mt(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var Vt=Object.freeze({__proto__:null,handler:function(t){var e,r=t.form,n=t.field;null===(e=t.eventReducedSchema.visibilityConditions)||void 0===e||e.forEach((function(t){Pt(t.fieldNames||[t.fieldName]).forEach((function(e){if(e){var o=n.fieldHasError(ut(n.value,t.validations));r.fields[e]?(r.fields[e].visibility=!o,r.fields[e].rehydrate()):n.subscribe(u("ON_FIELD_MOUNT",e),(function(){r.fields[e].visibility=!o,r.fields[e].rehydrate()}))}}))}))},events:function(t){return Object.keys(t.visibilityConditions||{})}});function Gt(t){return Gt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Gt(t)}var Ut=Object.freeze({__proto__:null,handler:function(t){var e,r,n,o,i,a,u=t.field,c=t.data.event,s=void 0,l=void 0,f={number:function(){var t;return parseInt(null===(t=null==c?void 0:c.target)||void 0===t?void 0:t.value)},checkbox:function(){var t;return!!(null===(t=null==c?void 0:c.target)||void 0===t?void 0:t.checked)}};s=f[null===(e=null==c?void 0:c.target)||void 0===e?void 0:e.type]?f[null===(r=null==c?void 0:c.target)||void 0===r?void 0:r.type]():null===(n=null==c?void 0:c.target)||void 0===n?void 0:n.value,(Array.isArray(c)||"object"!==Gt(c)||"string"==typeof c||"number"==typeof c)&&(s=c),(null==c?void 0:c.id)&&(s=null==c?void 0:c.id,l=c),(null==c?void 0:c.options)&&(s=null==c?void 0:c.options);var d=(null==s?void 0:s.toString().length)<((null===(a=null===(i=null===(o=u.data)||void 0===o?void 0:o.value)||void 0===i?void 0:i.toString())||void 0===a?void 0:a.length)||0);return{parsedEventValue:s,metadata:l,isDeletingValue:d}}}),Bt=Object.freeze({__proto__:null,handler:function(t){var e=t.data,r=t.field,n=t.eventReducedSchema.formatters;n&&!e.isDeletingValue&&(r.data.value=Z(r.data.value,n))},events:function(t){return Object.keys((null==t?void 0:t.formatters)||[])}});function Ht(t){return Ht="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ht(t)}function Yt(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,(o=n.key,i=void 0,i=function(t,e){if("object"!==Ht(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==Ht(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(o,"string"),"symbol"===Ht(i)?i:String(i)),n)}var o,i}function zt(t){var e=Jt();return function(){var r,n=Kt(t);if(e){var o=Kt(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return function(t,e){if(e&&("object"===Ht(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,r)}}function $t(t){var e="function"==typeof Map?new Map:void 0;return $t=function(t){if(null===t||(r=t,-1===Function.toString.call(r).indexOf("[native code]")))return t;var r;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,n)}function n(){return Wt(t,arguments,Kt(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),qt(n,t)},$t(t)}function Wt(t,e,r){return Wt=Jt()?Reflect.construct.bind():function(t,e,r){var n=[null];n.push.apply(n,e);var o=new(Function.bind.apply(t,n));return r&&qt(o,r.prototype),o},Wt.apply(null,arguments)}function Jt(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function qt(t,e){return qt=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},qt(t,e)}function Kt(t){return Kt=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},Kt(t)}var Zt=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&qt(t,e)}(i,$t(Error));var e,r,n,o=zt(i);function i(t,e){var r,n=e.breaksObservingChain;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,i),(r=o.call(this)).breaksObservingChain=!1,r.message=t,r.breaksObservingChain=n,r}return e=i,r&&Yt(e.prototype,r),n&&Yt(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}(),Qt=Object.freeze({__proto__:null,handler:function(t){var e=t.field,r=t.data,n=t.eventReducedSchema.formatters,o=e.scopedComponent,i=o.errorMessages,a=o.filter;if(a&&r.parsedEventValue&&!r.isDeletingValue){var u=n&&Z(r.parsedEventValue,n,!0)||r.parsedEventValue,c=ut(u,a,i);if(e.fieldHasError(c))throw new Zt("Filter applied ".concat(JSON.stringify(a)),{breaksObservingChain:!0})}}}),Xt=Object.freeze({__proto__:null,handler:function(t){var e=t.field,r=t.eventReducedSchema.masks;r&&(e.data.mask=(null==r?void 0:r.cleanMask)?void 0:function(t,e){var r=t;return Object.keys(e).forEach((function(t){var n=e[t],o=X[t];o&&(r=o({value:r,maskValue:n}))})),r}(e.data.value,r))},events:function(t){return Object.keys(t.masks||{})}}),te=Object.freeze({__proto__:null,handler:function(t){var e=t.field,r=t.eventReducedSchema.validations,n=t.form;if(r){var o=ut(e.data.value,r,e.scopedComponent.errorMessages,n.formData.fields);e.fieldHasError(o)!==e.fieldHasError()&&e.publish("ON_FIELD_VALIDATION_TOGGLE",{field:e.data}),e.errors=o,e.data.failedErrorMessages=e.getFieldErrorMessages(e.data)}},events:function(t){return Object.keys(t.validations||{})}}),ee=Object.freeze({__proto__:null,handler:function(t){var e=t.form;return{setScope:function(t){return e.scope.globalScope=t}}}});function re(t){return re="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},re(t)}function ne(t,e,r){return(e=function(t){var e=function(t,e){if("object"!==re(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==re(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===re(e)?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var oe=Object.freeze({__proto__:null,handler:function(t){var e,r,n=t.form,o=t.event,i=(ne(e={},s.NAVIGATE_STEP_BACK,n.step.index-1),ne(e,s.NAVIGATE_STEP_FORWARD,n.step.index+1),e),a=i[o];if(null===(r=n.schema)||void 0===r?void 0:r.components[i[o]]){var u=n.schema.components[a];n.step=Object.assign(Object.assign({},n.step),{numSteps:n.schema.components.length,navigated:!!n.schema.components[a],index:n.schema.components[a]?a:n.step.index,currentStepSchema:n.schema.components[a]?u:n.step.currentStepSchema})}else n.step=Object.assign(Object.assign({},n.step),{navigated:!1})}});function ie(t){return ie="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ie(t)}function ae(t,e,r){return(e=function(t){var e=function(t,e){if("object"!==ie(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==ie(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===ie(e)?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var ue=Object.freeze({__proto__:null,handler:function(t){var e,r=t.form,n=t.payload,o=(e=function(t){if(t&&Object.keys(t).length&&(t.scopeBlurredChildren||t.scopeChangedChildren||t.childrenScope))return Object.keys(r.fields).filter((function(e){var n;return(null==t?void 0:t.scopeBlurredChildren)&&r.fields[e].data.blured||(null==t?void 0:t.scopeChangedChildren)&&r.fields[e].data.changed||(null===(n=null==t?void 0:t.childrenScope)||void 0===n?void 0:n.includes(e))}))}(n))?Object.keys(r.fields).reduce((function(t,n){return e.includes(n)?Object.assign(Object.assign({},t),ae({},n,r.fields[n])):t}),{}):r.fields;Object.keys(o).forEach((function(t){o[t].fieldValidationsHaveError(!0)&&o[t].rehydrate()}))}});function ce(t){return function(t){if(Array.isArray(t))return se(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return se(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return se(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function se(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var le=Object.freeze({__proto__:null,handler:function(t){var e,r=t.form,n=t.formEventDirectives;null===(e=null==n?void 0:n.visibilityConditions)||void 0===e||e.forEach((function(t){ce(t.fieldNames||[t.fieldName]).forEach((function(e){if(e){var n=r.fields[e];r.fields[e].visibility=null==n?void 0:n.fieldHasError(ut(n.value,t.validations)),r.fields[e].rehydrate()}}))}))},events:function(t){return Object.keys((null==t?void 0:t.visibilityConditions)||{})}});function fe(t){return fe="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},fe(t)}function de(t,e,r){return(e=function(t){var e=function(t,e){if("object"!==fe(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==fe(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===fe(e)?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var pe="${",ve="}",he="||",ye=Object.freeze({__proto__:null,handler:function(t){var e,r=t.form,n=function t(e){var n=(e=e.toString()).lastIndexOf(pe);if(-1===n)return e;var o=e.substring(n+pe.length,e.length),i=o.substring(0,o.indexOf(ve)),a=i.length,u="",c=i.split(he);c.length>1&&(i=c[0],u=G(r.scope.getGlobalScope(),c[1])||c[1]);var s=G(r.scope.getGlobalScope(),i),l=void 0===s?u:s;if("string"!=typeof l&&0===n)return l;try{l=JSON.stringify(l).replace(/^"(.*)"$/,"$1")}catch(t){}return t(e.substring(0,n)+l+e.substring(n+a+pe.length+ve.length,e.length))};r.scopedSchema=Object.assign(Object.assign({},r.schema),function t(e){if("string"==typeof e)return n(e);if("number"==typeof e)return e;var r=Object.assign({},e);return Object.keys(r).reduce((function(e,o){if(null===r[o])return e;if(Array.isArray(r[o]))return Object.assign(Object.assign({},e),de({},o,r[o].map(t)));if("object"===fe(r[o]))return Object.assign(Object.assign({},e),de({},o,Object.assign({},t(Object.assign({},r[o])))));if("string"!=typeof r[o])return Object.assign(Object.assign({},e),de({},o,r[o]));if(!function(t){return/\$\{(.*)\}.*/g.test(t)}(r[o]))return Object.assign(Object.assign({},e),de({},o,r[o]));var i=n(r[o]);try{$(i)&&(i=JSON.parse(i))}catch(t){}return Object.assign(Object.assign({},e),de({},o,i))}),{})}({visibilityConditions:null===(e=null==r?void 0:r.schema)||void 0===e?void 0:e.visibilityConditions}))}});function be(t){return be="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},be(t)}function me(t,e,r){return(e=function(t){var e=function(t,e){if("object"!==be(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==be(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===be(e)?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var ge,Oe,Ee,je,we=function(t,e,r){var n=e();Object.keys(n).forEach((function(e){n[e].forEach((function(n){if(n.events){var o=n.events(r);if(Array.isArray(o)&&!o.includes(e))return}t.subscribe(u(e,null==r?void 0:r.name),n.handler)}))}))},Se=function(){var t;return me(t={},"ON_FIELD_MOUNT",[Nt,ft,Ft,te,Bt,Vt,Ct,Xt,Rt]),me(t,"ON_FIELD_CHANGE",[Ut,Qt,lt,te,Bt,Ft,Vt,Ct,Rt,Xt]),me(t,"ON_FIELD_REHYDRATE",[te]),me(t,"ON_FIELD_BLUR",[dt,Bt,Xt,te,Ft,Vt,Ct,Rt]),me(t,"ON_FIELD_FOCUS",[pt,Xt]),t},_e=function(){var t;return me(t={},"ON_SCOPE_CHANGE",[ye,le]),me(t,"ON_FORM_MOUNT",[Nt,ee,oe,ue,le]),me(t,"VALIDATE_FORM",[ue]),me(t,"ON_FORM_SUBMIT",[ee]),me(t,"ON_FORM_UN_MOUNT",[ee]),me(t,"NAVIGATE_STEP_BACK",[oe]),me(t,"NAVIGATE_STEP_FORWARD",[oe]),me(t,c("ON_SCOPE_CHANGE"),[le]),me(t,"ON_FORM_REHYDRATE",[le]),me(t,"ON_FIELD_CHANGE",[le]),t};function Ae(t){return Ae="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ae(t)}function Ne(t){return function(t){if(Array.isArray(t))return ke(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return ke(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return ke(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ke(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function xe(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,Fe(n.key),n)}}function Fe(t){var e=function(t,e){if("object"!==Ae(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==Ae(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===Ae(e)?e:String(e)}function Le(t,e){return Le=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},Le(t,e)}function Ie(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var r,n=De(t);if(e){var o=De(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return function(t,e){if(e&&("object"===Ae(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return Te(t)}(this,r)}}function Te(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function De(t){return De=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},De(t)}var Re,Ce,Pe,Me=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&Le(t,e)}(i,_);var e,r,n,o=Ie(i);function i(t,e,r,n){var a,u,c;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,i),a=o.call(this,t),ge.set(Te(a),void 0),Oe.set(Te(a),void 0),Ee.set(Te(a),void 0),je.set(Te(a),void 0),a.scopedComponent=e,O(Te(a),Oe,e,"f"),O(Te(a),je,r,"f"),a.scope=n,O(Te(a),ge,{blured:!1,changed:!1,mounted:!1,focused:!1,errors:{},failedErrorMessages:[],visible:!(null===(u=e.state)||void 0===u?void 0:u.hidden),ignore:null===(c=e.state)||void 0===c?void 0:c.ignoreValue,name:e.name},"f"),we(t,Se,e),a}return e=i,r=[{key:"value",get:function(){return g(this,je,"f").setValue&&g(this,Oe,"f").props&&this.scopedComponent.props&&void 0!==this.scopedComponent.props[g(this,je,"f").setValue]&&this.scopedComponent.props[g(this,je,"f").setValue]!==g(this,Oe,"f").props[g(this,je,"f").setValue]?this.scopedComponent.props[g(this,je,"f").setValue]:g(this,ge,"f").mask||g(this,ge,"f").value},set:function(t){g(this,ge,"f").value=t,this.scope.globalScope={namespace:"fields",key:g(this,Oe,"f").name,data:g(this,ge,"f")}}},{key:"component",get:function(){return g(this,Oe,"f")}},{key:"data",get:function(){return g(this,ge,"f")},set:function(t){O(this,ge,Object.assign(Object.assign({},g(this,ge,"f")),t),"f"),this.scope.globalScope={namespace:"fields",key:g(this,Oe,"f").name,data:g(this,ge,"f")}}},{key:"visibility",set:function(t){g(this,ge,"f").visible=t}},{key:"scopedComponent",get:function(){return g(this,Ee,"f")},set:function(t){O(this,Ee,t,"f")}},{key:"errors",get:function(){return g(this,ge,"f").errors},set:function(t){g(this,ge,"f").errors=t,this.scope.globalScope={namespace:"fields",key:g(this,Oe,"f").name,data:g(this,ge,"f")}}},{key:"props",get:function(){var t,e=this;if(!this.scopedComponent.name||!g(this,je,"f"))return this.scopedComponent.props;var r={getValue:function(t){e.publish(u("ON_FIELD_CHANGE",e.component.name),{event:t}),e.publish("ON_FIELD_CHANGE",{component:e.component.name,event:t})},onBlur:function(t){return e.publish(u("ON_FIELD_BLUR",e.component.name),{event:t})},onFocus:function(t){return e.publish(u("ON_FIELD_FOCUS",e.component.name),{event:t})},setValue:this.value,setErrorMessage:this.getFieldErrorMessages()[0],setErrorState:this.fieldHasError()};return Object.keys(g(this,je,"f")).reduce((function(t,n){return void 0===r[n]?t:Object.assign(Object.assign({},t),function(t,e,r){return(e=Fe(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}({},g(e,je,"f")[n],r[n]))}),Object.assign({disabled:null===(t=this.scope.scope.configs)||void 0===t?void 0:t.disable},g(this,Ee,"f").props))}},{key:"mappings",get:function(){return g(this,je,"f")}},{key:"getFieldErrorMessages",value:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:g(this,ge,"f");return e.errors?Object.keys(e.errors).reduce((function(r,n){var o=e.errors;return(void 0===o?{}:o)[n].fail&&t.scopedComponent.errorMessages?[].concat(Ne(r),[t.scopedComponent.errorMessages[n]||t.scopedComponent.errorMessages.default]):r}),[]):[]}},{key:"fieldHasError",value:function(t){return t||(t=g(this,ge,"f").errors||{}),!!Object.keys(t).find((function(e){return t&&t[e].fail}),[])}},{key:"fieldValidationsHaveError",value:function(t){var e=this;return!(!g(this,Ee,"f").validations||!g(this,ge,"f").visible||!Object.keys(g(this,Ee,"f").validations).find((function(r){var n=g(e,Ee,"f"),o=n.validations,i=void 0===o?{}:o,a=n.errorMessages,u=ut(g(e,ge,"f").value,i[r],a);return t&&(e.errors=u),e.fieldHasError(u)})))}},{key:"eventReducedSchema",value:function(t){return{api:g(this,Ee,"f").api&&g(this,Ee,"f").api[t],clearFields:g(this,Ee,"f").clearFields&&g(this,Ee,"f").clearFields[t],formatters:g(this,Ee,"f").formatters&&g(this,Ee,"f").formatters[t],masks:g(this,Ee,"f").masks&&g(this,Ee,"f").masks[t],validations:g(this,Ee,"f").validations&&g(this,Ee,"f").validations[t],visibilityConditions:g(this,Ee,"f").visibilityConditions&&g(this,Ee,"f").visibilityConditions[t]}}},{key:"rehydrate",value:function(){this.publish(u("ON_FIELD_REHYDRATE",g(this,Oe,"f").name),{checksum:JSON.stringify(this.data)+JSON.stringify(this.scopedComponent)+JSON.stringify(this.scope.scope.configs)})}}],r&&xe(e.prototype,r),n&&xe(e,n),Object.defineProperty(e,"prototype",{writable:!1}),i}();function Ve(t){return Ve="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ve(t)}function Ge(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,Ue(n.key),n)}}function Ue(t){var e=function(t,e){if("object"!==Ve(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==Ve(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===Ve(e)?e:String(e)}function Be(t,e){return Be=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},Be(t,e)}function He(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var r,n=ze(t);if(e){var o=ze(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return function(t,e){if(e&&("object"===Ve(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return Ye(t)}(this,r)}}function Ye(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function ze(t){return ze=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},ze(t)}ge=new WeakMap,Oe=new WeakMap,Ee=new WeakMap,je=new WeakMap;var $e,We,Je=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&Be(t,e)}(i,_);var e,r,n,o=He(i);function i(t,e,r,n,a,u){var c;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,i),c=o.call(this,e),Re.set(Ye(c),{}),Ce.set(Ye(c),void 0),Pe.set(Ye(c),void 0),c.steps={},O(Ye(c),Ce,e,"f"),c.schema=n,c.scopedSchema=n,c.scope=r,c.formId=t,c.initialValues=null==a?void 0:a.initialValues,c.group=u,O(Ye(c),Pe,{numSteps:null==n?void 0:n.components.length,navigated:!1,index:0,currentStepSchema:null==n?void 0:n.components[0],isValid:!1,data:{}},"f"),c.formData={predictableErroredFields:[],erroredFields:[],fields:{},formatted:{},form:{scope:r.getGlobalScope(),steps:g(Ye(c),Pe,"f"),isValid:!1,messages:[]}},we(e,_e,n),c}return e=i,r=[{key:"step",get:function(){return g(this,Pe,"f")},set:function(t){O(this,Pe,t,"f")}},{key:"fields",get:function(){return g(this,Re,"f")||{}}},{key:"eventReducedSchema",value:function(t){var e=this;return this.scopedSchema?Object.keys(this.scopedSchema).reduce((function(r,n){return e.scopedSchema[n]?Object.assign(Object.assign({},r),function(t,e,r){return(e=Ue(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}({},n,e.scopedSchema[n][t])):r}),{}):{}}},{key:"getFieldInstance",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t.name=t.name||t.component+"_"+JSON.stringify(t.props),this.steps[g(this,Pe,"f").index]||(this.steps[g(this,Pe,"f").index]={}),this.fields[t.name]||(this.fields[t.name]=new Me(g(this,Ce,"f"),t,e,this.scope),this.steps[g(this,Pe,"f").index][t.name]=this.fields[t.name]),this.fields[t.name]}},{key:"rehydrate",value:function(){var t=this.scopedSchema;t.components;var e=b(t,["components"]);this.publish("ON_FORM_REHYDRATE",{checksum:JSON.stringify(e)})}},{key:"destroyField",value:function(t){g(this,Re,"f")[t]&&(delete g(this,Re,"f")[t],delete this.steps[g(this,Pe,"f").index][t])}}],r&&Ge(e.prototype,r),n&&Ge(e,n),Object.defineProperty(e,"prototype",{writable:!1}),i}();function qe(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=Xe(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,u=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return a=t.done,t},e:function(t){u=!0,i=t},f:function(){try{a||null==r.return||r.return()}finally{if(u)throw i}}}}function Ke(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */Ke=function(){return t};var t={},e=Object.prototype,r=e.hasOwnProperty,n=Object.defineProperty||function(t,e,r){t[e]=r.value},o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag";function c(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,r){return t[e]=r}}function s(t,e,r,o){var i=e&&e.prototype instanceof d?e:d,a=Object.create(i.prototype),u=new _(o||[]);return n(a,"_invoke",{value:E(t,r,u)}),a}function l(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}t.wrap=s;var f={};function d(){}function p(){}function v(){}var h={};c(h,i,(function(){return this}));var y=Object.getPrototypeOf,b=y&&y(y(A([])));b&&b!==e&&r.call(b,i)&&(h=b);var m=v.prototype=d.prototype=Object.create(h);function g(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function O(t,e){function o(n,i,a,u){var c=l(t[n],t,i);if("throw"!==c.type){var s=c.arg,f=s.value;return f&&"object"==er(f)&&r.call(f,"__await")?e.resolve(f.__await).then((function(t){o("next",t,a,u)}),(function(t){o("throw",t,a,u)})):e.resolve(f).then((function(t){s.value=t,a(s)}),(function(t){return o("throw",t,a,u)}))}u(c.arg)}var i;n(this,"_invoke",{value:function(t,r){function n(){return new e((function(e,n){o(t,r,e,n)}))}return i=i?i.then(n,n):n()}})}function E(t,e,r){var n="suspendedStart";return function(o,i){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===o)throw i;return N()}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var u=j(a,r);if(u){if(u===f)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var c=l(t,e,r);if("normal"===c.type){if(n=r.done?"completed":"suspendedYield",c.arg===f)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(n="completed",r.method="throw",r.arg=c.arg)}}}function j(t,e){var r=e.method,n=t.iterator[r];if(void 0===n)return e.delegate=null,"throw"===r&&t.iterator.return&&(e.method="return",e.arg=void 0,j(t,e),"throw"===e.method)||"return"!==r&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+r+"' method")),f;var o=l(n,t.iterator,e.arg);if("throw"===o.type)return e.method="throw",e.arg=o.arg,e.delegate=null,f;var i=o.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,f):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,f)}function w(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function S(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function _(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(w,this),this.reset(!0)}function A(t){if(t){var e=t[i];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var n=-1,o=function e(){for(;++n<t.length;)if(r.call(t,n))return e.value=t[n],e.done=!1,e;return e.value=void 0,e.done=!0,e};return o.next=o}}return{next:N}}function N(){return{value:void 0,done:!0}}return p.prototype=v,n(m,"constructor",{value:v,configurable:!0}),n(v,"constructor",{value:p,configurable:!0}),p.displayName=c(v,u,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===p||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,v):(t.__proto__=v,c(t,u,"GeneratorFunction")),t.prototype=Object.create(m),t},t.awrap=function(t){return{__await:t}},g(O.prototype),c(O.prototype,a,(function(){return this})),t.AsyncIterator=O,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var a=new O(s(e,r,n,o),i);return t.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},g(m),c(m,u,"Generator"),c(m,i,(function(){return this})),c(m,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},t.values=A,_.prototype={constructor:_,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(S),!t)for(var e in this)"t"===e.charAt(0)&&r.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function n(r,n){return a.type="throw",a.arg=t,e.next=r,n&&(e.method="next",e.arg=void 0),!!n}for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return n("end");if(i.tryLoc<=this.prev){var u=r.call(i,"catchLoc"),c=r.call(i,"finallyLoc");if(u&&c){if(this.prev<i.catchLoc)return n(i.catchLoc,!0);if(this.prev<i.finallyLoc)return n(i.finallyLoc)}else if(u){if(this.prev<i.catchLoc)return n(i.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return n(i.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,f):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),f},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),S(r),f}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;S(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:A(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=void 0),f}},t}function Ze(t,e,r){return(e=ir(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function Qe(t){return function(t){if(Array.isArray(t))return tr(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||Xe(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Xe(t,e){if(t){if("string"==typeof t)return tr(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?tr(t,e):void 0}}function tr(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function er(t){return er="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},er(t)}function rr(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function nr(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,ir(n.key),n)}}function or(t,e,r){return e&&nr(t.prototype,e),r&&nr(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function ir(t){var e=function(t,e){if("object"!==er(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==er(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===er(e)?e:String(e)}Re=new WeakMap,Ce=new WeakMap,Pe=new WeakMap,function(t){t.OBSERVER="OBSERVER",t.REACT_FIELD_ADAPTER="REACT FIELD ADAPTER",t.FIELD_HANDLER="FIELD HANDLER"}($e||($e={}));var ar=function(){function t(){rr(this,t),this.workers={},this.getFormInstance=this.getFormInstance.bind(this),this.getGroupFormsIds=this.getGroupFormsIds.bind(this)}return or(t,[{key:"getGroupFormsIds",value:function(t){var e=this;return Object.keys(this.workers||{}).filter((function(r){return e.workers[r].group===t}),[])}},{key:"getFormInstance",value:function(){var t,e,r,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:l,o=arguments.length>1?arguments[1]:void 0;if(this.workers[n]&&!(null==o?void 0:o.newInstance))return this.workers[n];var i=new ur(n,null===(e=null===(t=null==o?void 0:o.initialScope)||void 0===t?void 0:t.configs)||void 0===e?void 0:e.enableLogging),a=new D(i);return a.initialScope=Object.assign(Object.assign({},null==o?void 0:o.initialScope),null===(r=null==o?void 0:o.schema)||void 0===r?void 0:r.iVars),this.workers[n]=new Je(n,i,a,null==o?void 0:o.schema,{initialValues:(null==o?void 0:o.initialValues)||{}},null==o?void 0:o.group),this.workers[n]}}]),t}(),ur=function(){function t(e){var r=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];rr(this,t),this.regexBasedEvents={},this.events={},this.history={},We.set(this,(function(t){var e=t.event,n=t.data,o=t.payload,i=function(t){return t.split("/")[1]||""}(e),a=sr(r.namespace,null==n?void 0:n.opts),u=a.fields[i],c=function(t){return Array.isArray(t.split("/"))?t.split("/")[0]:t}(e);return{eventReducedSchema:u&&u.eventReducedSchema(c),formEventDirectives:a&&a.eventReducedSchema(c),namespace:r.namespace,coreEvent:c,form:a,field:u,event:e,data:n,payload:o}})),this.namespace=e,this.enableLogging=n}return or(t,[{key:"runForRegexBasedEvent",value:function(t,e){for(var r=!1,n=0,o=Object.keys(this.events);n<o.length;n++){var i=o[n];(r=t.test(i))&&e(i)}return r}},{key:"handleRegexSubscription",value:function(t,e){var r=this;this.runForRegexBasedEvent(t,(function(t){return r.subscribe(t,e)}))||(this.regexBasedEvents[t]={regex:t,handlers:Array.isArray(this.events[t])?[].concat(Qe(this.events[t]),[e]):[e]})}},{key:"subscribe",value:function(t,e){var r=this;return"object"===er(t)?(this.handleRegexSubscription(t,e),function(){}):(this.events=Object.assign(Object.assign({},this.events),Ze({},t,Array.isArray(this.events[t])?[].concat(Qe(this.events[t]),[e]):[e])),function(){r.unsubscribe(t,e)})}},{key:"unsubscribe",value:function(t,e){this.events=Object.assign(Object.assign({},this.events),Ze({},t,this.events[t].filter((function(t){return t!==e}))))}},{key:"isAsyncFunction",value:function(t){var e=t.toString().trim();return!!("AsyncFunction"===t[Symbol.toStringTag]||"AsyncFunction"==t.constructor.name||e.match(/^async /)||e.match(/return _ref[^\\.]*\.apply/)||t instanceof Promise)}},{key:"publish",value:function(t,e){return m(this,void 0,void 0,Ke().mark((function r(){var n,o,i,a=this;return Ke().wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(!(null==e?void 0:e.checksum)||this.history[t]!==(null==e?void 0:e.checksum)){r.next=2;break}return r.abrupt("return");case 2:if(this.history[t]=null==e?void 0:e.checksum,"object"!==er(t)){r.next=6;break}return this.runForRegexBasedEvent(t,(function(t){return a.publish(t,e)})),r.abrupt("return");case 6:n=0,o=Object.keys(this.regexBasedEvents);case 7:if(!(n<o.length)){r.next=16;break}if(i=o[n],!new RegExp(this.regexBasedEvents[i].regex).test(t)){r.next=13;break}return r.next=13,this.publishForEvents(t,e,Ze({},t,this.regexBasedEvents[i].handlers));case 13:n++,r.next=7;break;case 16:return r.abrupt("return",this.publishForEvents(t,e,this.events));case 17:case"end":return r.stop()}}),r,this)})))}},{key:"publishForEvents",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0;return m(this,void 0,void 0,Ke().mark((function n(){var o,i,a,u,c,s=this;return Ke().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(r[t]){n.next=2;break}return n.abrupt("return",{});case 2:o={},i=qe(r[t]),n.prev=4,u=Ke().mark((function r(){var n,i,u;return Ke().wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n=a.value,r.prev=1,n){r.next=4;break}return r.abrupt("return",{v:void 0});case 4:if(i=g(s,We,"f").call(s,{data:Object.assign(Object.assign({},e),o),payload:e,event:t,namespace:s.namespace}),!s.isAsyncFunction(n)){r.next=12;break}return r.next=9,n(i,(function(){return s.unsubscribe(t,n)}));case 9:r.t0=r.sent,r.next=13;break;case 12:r.t0=n(i,(function(){return s.unsubscribe(t,n)}));case 13:u=r.t0,o=Object.assign(Object.assign({},o),u),r.next=23;break;case 17:if(r.prev=17,r.t1=r.catch(1),!(r.t1 instanceof Zt&&r.t1.breaksObservingChain)){r.next=22;break}return s.logError($e.OBSERVER,t,"publish",r.t1),r.abrupt("return",{v:{}});case 22:throw r.t1;case 23:case"end":return r.stop()}}),r,null,[[1,17]])})),i.s();case 7:if((a=i.n()).done){n.next=14;break}return n.delegateYield(u(),"t0",9);case 9:if("object"!==er(c=n.t0)){n.next=12;break}return n.abrupt("return",c.v);case 12:n.next=7;break;case 14:n.next=19;break;case 16:n.prev=16,n.t1=n.catch(4),i.e(n.t1);case 19:return n.prev=19,i.f(),n.finish(19);case 22:return n.abrupt("return",Object.assign(Object.assign({},o),sr(this.namespace).formData));case 23:case"end":return n.stop()}}),n,this,[[4,16,19,22]])})))}},{key:"logError",value:function(t,e,r,n){this.enableLogging&&"LOG"!==e&&this.publish("LOG",{level:"error",data:{event:e,error:n},action:r,flow:t})}},{key:"logInfo",value:function(t,e,r,n){this.enableLogging&&"LOG"!==e&&this.publish("LOG",{level:"info",data:Object.assign({event:e},n),action:r,flow:t})}}]),t}();We=new WeakMap;var cr=new ar,sr=cr.getFormInstance;cr.getGroupFormsIds;const lr=({children:t,component:n,wrapper:o,propsMapping:i={},formId:a,onMount:c,onChange:s,onFocus:l,onBlur:f,onRehydrate:d})=>{const[p,v]=y(),[h,b]=y(),[m,g]=y(),[O,E]=y(),j=r.useMemo((()=>sr(a).getFieldInstance(n,i)),[]),w=r.useMemo((()=>o),[o]);return r.useMemo((()=>{j.publish(u("ON_FIELD_MOUNT",n.name)),c(j.data)}),[]),r.useEffect((()=>{h&&d(j.data)}),[h]),r.useEffect((()=>{p&&s(j.data)}),[p]),r.useEffect((()=>{m&&f(j.data)}),[m]),r.useEffect((()=>{O&&l(j.data)}),[O]),r.useEffect((()=>j.subscribe(u("ON_FIELD_REHYDRATE",n.name),(()=>b()))),[]),r.useEffect((()=>j.subscribe(u("ON_FIELD_BLUR",n.name),(()=>g()))),[]),r.useEffect((()=>j.subscribe(u("ON_FIELD_CHANGE",n.name),(()=>v()))),[]),r.useEffect((()=>j.subscribe(u("ON_FIELD_FOCUS",n.name),(()=>E()))),[]),j.data.visible&&j.data.mounted?e.jsx(w,Object.assign({},j.props,{children:t})):null},fr=r.forwardRef(((t,r)=>e.jsx("input",{ref:r,type:"submit",style:{display:"none"}})));fr.displayName="Submit";const dr=r.createContext({});dr.displayName="FormContext";const pr=i.default.forwardRef((({autoComplete:t,hooks:n,iVars:o,id:a=l,submitOnValidOnly:u=!0,initialValues:f={},className:d,schema:p,group:v,onData:h,onSubmit:y,onBlur:b,onFormMount:m,onFieldMount:g,onStep:O,onFocus:E,onLog:j,onScopeChange:w,onFieldRehydrate:S,renderFieldWrapper:_,disable:A},N)=>{var k;const[,x]=r.useReducer((t=>t+1),0),F=r.useRef(null),L=r.useRef(null),{mapper:I,propsMapping:T}=r.useContext(dr),D=r.useMemo((()=>sr(a,{group:v,schema:p,newInstance:!0,initialScope:{configs:Object.assign(Object.assign({},null==p?void 0:p.configs),{enableLogging:!!j,disable:A}),global:Object.assign(Object.assign({},null==p?void 0:p.iVars),o)},initialValues:f})),[]);r.useEffect((()=>{D.publish("ON_FORM_MOUNT")}),[]);const R=r.useMemo((()=>I.step?I.step.component:i.default.Fragment),[]),C=r.useMemo((()=>{if(!D.step.currentStepSchema)return;const t=(r,n=0)=>{var o;return null===(o=r.children)||void 0===o?void 0:o.map(((r,o)=>{var i;const u=null===(i=I[r.component])||void 0===i?void 0:i.component,c=e.jsx(lr,Object.assign({component:r,wrapper:u,propsMapping:T[r.component]||T.__default__,formId:a,onMount:t=>{g&&g(D.formData,r,t)},onRehydrate:t=>{S&&S(D.formData,r,t)},onChange:t=>{h&&h(D.formData,r,t)},onBlur:t=>{b&&b(D.formData,r,t)},onFocus:t=>{E&&E(D.formData,r,Object.assign(Object.assign({},t),{schemaLocation:{step:D.step.index,depth:n,index:o}}))}},{children:Array.isArray(r.children)?t(r,n++):r.children}),`${D.step.index}_${n}_${r.name}_${r.component}_${o}`);return _?_(r,c):c}))};return t(D.step.currentStepSchema)}),[D.step.index,a]);return r.useEffect((()=>{D.scope.globalScope={namespace:"configs",data:{disable:A}}}),[A]),r.useEffect((()=>{m&&m(D.formData)}),[]),r.useEffect((()=>{D.scope.globalScope={namespace:"configs",data:{disable:A}}}),[A]),r.useEffect((()=>{D.scope.globalScope={namespace:"global",data:Object.assign(Object.assign({},null==p?void 0:p.iVars),o)}}),[JSON.stringify(o)]),r.useEffect((()=>D.subscribe("ON_FORM_REHYDRATE",(()=>{x()}))),[]),r.useEffect((()=>D.subscribe("LOG",(({data:t})=>j&&j(t)))),[]),r.useMemo((()=>D.subscribe(c("ON_SCOPE_CHANGE"),(t=>w&&w(D.scope.scope,t.data.namespace,t.data.key)))),[]),r.useEffect((()=>D.subscribe("ON_FORM_SUBMIT",(({data:t})=>{const e=(null==n?void 0:n.preSubmit)&&(null==n?void 0:n.preSubmit(D.formData));!D.formData.form.isValid&&u||y&&y(t.event,Object.assign(Object.assign({},D.formData),{formatted:Object.assign(Object.assign({},D.formData.formatted),e)}))}))),[]),r.useEffect((()=>D.subscribeBulk([s.NAVIGATE_STEP_BACK,s.NAVIGATE_STEP_FORWARD],(()=>{O&&O(D.formData),x()}))),[]),r.useImperativeHandle(N,(()=>({values:()=>D.formData,stepForward:D.publishFor(s.NAVIGATE_STEP_FORWARD),stepBack:D.publishFor(s.NAVIGATE_STEP_BACK),validateForm:D.publishFor(s.VALIDATE_FORM),submit:()=>{var t;return null===(t=L.current)||void 0===t?void 0:t.click()},schema:p})),[]),e.jsxs("form",Object.assign({action:D.scopedSchema.action,method:D.scopedSchema.method,className:d,ref:F,autoComplete:t,onSubmit:t=>{D.publish(s.ON_FORM_SUBMIT,{event:t})}},{children:[e.jsx(R,Object.assign({},null===(k=D.step.currentStepSchema)||void 0===k?void 0:k.props,{children:C})),e.jsx(fr,{ref:L})]}))})),vr=i.default.forwardRef(((t,r)=>t.schema?e.jsx(pr,Object.assign({},t,{ref:r})):t.renderLoading?t.renderLoading():e.jsx(e.Fragment,{})));Object.defineProperty(exports,"TAvailableHooks",{enumerable:!0,get:function(){return t.TAvailableHooks}}),exports.ALL_NAMESPACE_EVENTS=c,exports.BUILD_EVENT=u,exports.CoreEvents=s,exports.Form=vr,exports.FormProvider=({children:t,mapper:r,propsMapping:n})=>e.jsx(dr.Provider,Object.assign({value:{mapper:r,propsMapping:n}},{children:t})),exports.asFormField=({Comp:t,propsMapping:n})=>o=>{var{name:i,validations:a,errorMessages:c,masks:s,filter:l,formatters:d,visibilityConditions:p,formId:v=f,visibility:h=!0,value:m}=o,g=b(o,["name","validations","errorMessages","masks","filter","formatters","visibilityConditions","formId","visibility","value"]);const[,O]=y(),E=r.useMemo((()=>({state:{hidden:!h},component:"",name:i,validations:a,errorMessages:c,masks:s,filter:l,visibilityConditions:p,formatters:d})),[c,i,l,d,s,a,p]),j=r.useMemo((()=>sr(v).getFieldInstance(E,n)),[]);return r.useMemo((()=>{j.subscribeBulk([u("ON_FIELD_MOUNT",E.name),u("ON_FIELD_REHYDRATE",E.name)],O)}),[]),r.useMemo((()=>{j.subscribe(u("ON_FIELD_CHANGE",E.name),(({data:t})=>{O(),g[n.getValue]&&g[n.getValue](t.event,j.data)}))}),[g[n.getValue]]),r.useMemo((()=>{j.subscribe(u("ON_FIELD_BLUR",E.name),(({data:t})=>{O(),g[n.onBlur]&&g[n.onBlur](t.event)}))}),[g[n.onBlur]]),r.useMemo((()=>{j.subscribe(u("ON_FIELD_FOCUS",E.name),(({data:t})=>{O(),g[n.onFocus]&&g[n.onFocus](t.event)}))}),[g[n.onFocus]]),r.useEffect((()=>{void 0!==m&&(j.value=m,j.rehydrate())}),[m]),r.useEffect((()=>{j.visibility=h,j.rehydrate()}),[h]),r.useEffect((()=>()=>sr(v).destroyField(i)),[]),j.data.visible?e.jsx(t,Object.assign({},g,j.props)):e.jsx(e.Fragment,{})},exports.useForm=({onValid:t,onData:e,onSubmit:n,id:o=f,ids:i})=>{const a=(t,e)=>{e&&(i?i.map((r=>sr(r).subscribe(t,(({data:t})=>e(sr(r).formData,{field:t.field}))))):sr(o).subscribe(t,e))},u=()=>i?i.reduce(((t,e)=>Object.keys(t).reduce(((r,n)=>Object.assign(Object.assign({},r),{[n]:Object.assign(Object.assign({},t[n]),sr(e).formData[n])})),{})),{formatted:{},erroredFields:{},fields:{},form:{},predictableErroredFields:{},filteredFields:{}}):sr(o).formData,l=r.useCallback((()=>{let t=sr(o).formData;i&&(t=i.reduce(((t,e)=>Object.assign(Object.assign({},t),{[e]:sr(e).formData})),{})),e&&e(t)}),[e,t]);r.useEffect((()=>a("ON_FIELD_VALIDATION_TOGGLE",t)),[t]),r.useEffect((()=>a(c(s.ON_FIELD_CHANGE),l)),[e,t]),r.useEffect((()=>a(c(s.ON_FIELD_REHYDRATE),l)),[e,t]),r.useEffect((()=>a(s.ON_FORM_SUBMIT,(()=>{n&&n(u())}))),[n]);return{submitForm:()=>sr(i?i[0]:o).publish(s.ON_FORM_SUBMIT),formData:u}};
|
|
2
|
+
//# sourceMappingURL=index.js.map
|