@bolttech/form-engine 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +2 -2
- package/asFormField-88d6b66a.js +2 -0
- package/asFormField-88d6b66a.js.map +1 -0
- package/index.js +1 -1
- package/package.json +1 -1
- package/react.js +1 -1
- package/src/core/constants/events.d.ts +1 -0
- package/src/core/handlers/field/clearFields.d.ts +1 -1
- package/src/core/handlers/flows.d.ts +3 -1
- package/src/core/types/index.d.ts +1 -1
- package/types.js.map +1 -1
- package/asFormField-ace273bd.js +0 -2
- package/asFormField-ace273bd.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.7.1](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.7.0...form-engine-0.7.1) (2024-01-03)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* implement ON_FIELD_CLEARED event on clear field handler to perform event after on target field ([61a60e3](http://bitbucket.org/gofrank/bolttech-frontend/commit/61a60e352afe4622c309ab2ccd7c89e418eb4b34))
|
|
11
|
+
|
|
5
12
|
## [0.7.0](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.6.2...form-engine-0.7.0) (2023-12-15)
|
|
6
13
|
|
|
7
14
|
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Achieve form logic re-usage with forms expressed in json format.
|
|
4
4
|
|
|
5
|
-
> stable version 0.7.
|
|
5
|
+
> stable version 0.7.1
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -963,7 +963,7 @@ For definition clearValues runs validations on the target field and not on the f
|
|
|
963
963
|
Therefore, you can set `useCurrentFieldValidation` prop with true if you want validations to be performed on the current field.
|
|
964
964
|
|
|
965
965
|
> Remember, clearValues only performs `rehydration` on the target field, that is, if your target field has an api call, for example,
|
|
966
|
-
you must listen to the `
|
|
966
|
+
you must listen to the `ON_FIELD_CLEARED` event to execute such a call on the target field.
|
|
967
967
|
|
|
968
968
|
## Api
|
|
969
969
|
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var t=require("react/jsx-runtime"),e=require("react");require("./types.js");var r=require("credit-card-type");function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var o=n(e),i=n(r),a=function(t,e,r){return e?t+"/"+e+(r?"/"+r:""):t},u=function(t){return new RegExp("^(".concat(t,").*$"),"g")},c={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",ON_FIELD_CLEARED:"ON_FIELD_CLEARED",ON_FIELD_CLICK:"ON_FIELD_CLICK",AFTER_FIELD_API_CALL:"AFTER_FIELD_API_CALL",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:"NAVIGATE_STEP",NAVIGATE_STEP_FORWARD:"NAVIGATE_STEP_FORWARD",NAVIGATE_STEP_BACK:"NAVIGATE_STEP_BACK",VALIDATE_FORM:"VALIDATE_FORM",LOG:"LOG"},l="default_form_id",s="default_form_hook_id";function f(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,l=!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){l=!0,o=t}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(l)throw o}}return u}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return d(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 d(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 d(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 p,v,h=function(){var t=f(e.useState(0),2),r=t[0],n=t[1];return[r,function(){return n((function(t){return t+1}))}]};function y(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 b(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 m(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 g(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 O(t){return O="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},O(t)}function E(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */E=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 l(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:_(t,r,u)}),a}function s(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}t.wrap=l;var f={};function d(){}function p(){}function v(){}var h={};c(h,i,(function(){return this}));var y=Object.getPrototypeOf,b=y&&y(y(I([])));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 S(t,e){function o(n,i,a,u){var c=s(t[n],t,i);if("throw"!==c.type){var l=c.arg,f=l.value;return f&&"object"==O(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){l.value=t,a(l)}),(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 _(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 F()}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var u=w(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=s(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 w(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,w(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=s(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 j(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(j,this),this.reset(!0)}function I(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:F}}function F(){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(S.prototype),c(S.prototype,a,(function(){return this})),t.AsyncIterator=S,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var a=new S(l(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=I,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:I(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=void 0),f}},t}function S(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"!==O(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==O(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(o,"string"),"symbol"===O(i)?i:String(i)),n)}var o,i}var _,w=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),p.set(this,void 0),v.set(this,{}),this.debounceTime=50,this.debounce=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:r.debounceTime;return b(r,void 0,void 0,E().mark((function r(){var n=this;return E().wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.abrupt("return",new Promise((function(r){m(n,v,"f")[t]&&clearTimeout(m(n,v,"f")[t]),m(n,v,"f")[t]=setTimeout((function(){clearTimeout(m(n,v,"f")[t]),r(t())}),e)})));case 1:case"end":return r.stop()}}),r)})))},g(this,p,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]=m(this,p,"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){m(this,p,"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 b(e,void 0,void 0,E().mark((function e(){return E().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,m(this,p,"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){m(this,p,"f").logError(t,e,r,n)}},{key:"logInfo",value:function(t,e,r,n){m(this,p,"f").logInfo(t,e,r,n)}}],r&&S(e.prototype,r),n&&S(e,n),Object.defineProperty(e,"prototype",{writable:!1}),t}();function j(t){return j="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},j(t)}function A(t,e,r){return(e=I(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function N(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,I(n.key),n)}}function I(t){var e=function(t,e){if("object"!==j(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==j(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===j(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=x(t);if(e){var o=x(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return function(t,e){if(e&&("object"===j(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return k(t)}(this,r)}}function k(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function x(t){return x=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},x(t)}p=new WeakMap,v=new WeakMap;var T=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,w);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),_.set(k(e),{global:{},api:{},hooks:{},configs:{},fields:{}}),e}return e=i,r=[{key:"scope",get:function(){return m(this,_,"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]:m(this,_,"f")}},{key:"initialScope",set:function(t){g(this,_,t||m(this,_,"f"),"f")}},{key:"globalScope",set:function(t){var e=t.namespace,r=t.key,n=t.data;r||(m(this,_,"f")[e]=n),r&&!m(this,_,"f")[e]&&(m(this,_,"f")[e]=A({},r,n)),m(this,_,"f")[e]&&r&&(m(this,_,"f")[e]=Object.assign(Object.assign({},m(this,_,"f")[e]),A({},r,n)));var o=r?a("ON_SCOPE_CHANGE",e,r):u(a("ON_SCOPE_CHANGE",e,r));this.publish(o,{scope:this.scope,namespace:e,key:r}),this.publish("ON_SCOPE_CHANGE")}}],r&&N(e.prototype,r),n&&N(e,n),Object.defineProperty(e,"prototype",{writable:!1}),i}();function D(t){return D="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},D(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 R(t,e,r){return(e=function(t){var e=function(t,e){if("object"!==D(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==D(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===D(e)?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}_=new WeakMap;var M=function(t,e,r){var n=e.split(".");if(1===n.length)return Object.assign(Object.assign({},t),R({},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),R({},e[0],i))}(n,t)},V=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 G(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,l=!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){l=!0,o=t}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(l)throw o}}return u}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return U(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 U(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 U(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 B=function(t,e){var r=H(t.toString()),n=i.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]},H=function(t){return null==t?void 0:t.replace(/ /g,"")},Y=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=G(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=G(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 z(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,l=!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){l=!0,o=t}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(l)throw o}}return u}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return W(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 W(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 W(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 J=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=J({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:J,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=z(B(e,r),2),o=n[0],i=n[1];return Y(i,o)}},onlyNumbers:function(t){return t.value.replace(/([^\d])+/gim,"")},onlyLetters:function(t){return t.value.replace(/([0-9:\s/-])+/g,"")}},q=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},Z=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},Q={generic:Z,cardNumber:function(t){var e=t.value;return Z({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 Z({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 X(t,e,r){return(e=function(t){var e=function(t,e){if("object"!==tt(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==tt(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===tt(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 tt="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},tt(t)}function et(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,l=!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){l=!0,o=t}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(l)throw o}}return u}}(t,e)||rt(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 rt(t,e){if(t){if("string"==typeof t)return nt(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)?nt(t,e):void 0}}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 lt(ct(i,o))}));return{fail:n}},at=function(t){var e,r,n,o,i,a=t.value,u=void 0===a?"":a,c=t.validationValue;if(!(null===(e=null==c?void 0:c.target)||void 0===e?void 0:e.value)&&!(null===(r=null==c?void 0:c.origin)||void 0===r?void 0:r.intervals))return{fail:!1};var l,s={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()}},f=c.origin.value||u,d=new Date(s[null==c?void 0:c.origin.format](f).toString()),p=new Date;if((null===(n=null==c?void 0:c.target)||void 0===n?void 0:n.format)&&(p=l=new Date(s[null===(o=null==c?void 0:c.target)||void 0===o?void 0:o.format](c.target.value).toString())),c.origin.intervals){p=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))}(d,c.origin.intervals);var v=new Date;(null===(i=c.target)||void 0===i?void 0:i.value)&&l&&(v.setDate(l.getDate()),v.setMonth(l.getMonth())),d=new Date("".concat(v.getUTCMonth()+1,"/").concat(v.getUTCDate(),"/").concat(v.getUTCFullYear()))}if(c.onlyValidDate&&(!(p instanceof Date&&isFinite(p))||!(p instanceof Date&&isFinite(d))||f.length<8))return{fail:!0};var h=d.getTime(),y=p.getTime();return{fail:{">":h>y,">=":h>=y,"<":h<y,"<=":h<=y,"===":h===y,"!==":h!==y}[null==c?void 0:c.operator]}},ut={between:function(t){var e,r=t.value,n=t.validationValue,o=!1;if(!(2==(null===(e=null==n?void 0:n.dates)||void 0===e?void 0:e.length)||(null==n?void 0:n.start)&&(null==n?void 0:n.end)))return{fail:!1};if(n.dates){var i,a=function(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=rt(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}}}}(n.dates);try{for(a.s();!(i=a.n()).done;){var u=i.value;if(at({value:r,validationValue:u}).fail){o=!0;break}}}catch(t){a.e(t)}finally{a.f()}}else{var c=parseInt(r);n.isIncludedBoundaries?(c<n.start||c>n.end)&&(o=!0):(c<=n.start||c>=n.end)&&(o=!0)}return{fail:o}},conditions:function t(e){var r=e.value,n=void 0===r?"":r,o=e.validationValue;if(!o)return{fail:!1};var i=function(t){if(t.forceDefinedOrigin&&void 0===t.origin||t.forceDefinedTarget&&void 0===t.target)return{fail:!1};var e=void 0===t.origin?n:t.origin,r=void 0===t.target?n:t.target;return{"!==":(e||n)!==(r||n),"===":(e||n)===(r||n),"<":(e||n)<(r||n),">":(e||n)>(r||n),"<=":(e||n)<=(r||n),">=":(e||n)>=(r||n)}[t.condition]},a={and:function(){return!!o.set.every(i)},or:function(){return!!o.set.some(i)}}[o.rule]();return o.conditions&&(a="and"===o.rule?a&&t({value:n,validationValue:o.conditions}).fail:a||t({value:n,validationValue:o.conditions}).fail),{fail:a}},date:at,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}},bool:function(t){var e=t.validationValue,r=!1;return"boolean"==typeof e&&(r=e),{fail:r}},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=et(B(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=et(B(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=et(B(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=V(e,t);if(r.preventUnMountValidation&&!(t in e))return{fail:!1};var o,i,a=ct(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 lt(ct(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"!==tt(r)?{fail:!1}:{fail:lt(ct(e,r))}}},ct=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=ut[i];u||(u=ut.customNameRule);var c=r[i]||r.default,l=u({value:t,validationValue:a,errorMessage:c,values:n});o=Object.assign(Object.assign({},o),X({},i,Object.assign(Object.assign({},l),{validationValue:a,message:c})))})),o},lt=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)}}),ft=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}}),dt=Object.freeze({__proto__:null,handler:function(t){var e,r,n,o,i,u,c,l,s=t.form,f=t.field;f.subscribe(a("ON_SCOPE_CHANGE","configs","disable"),(function(){return f.rehydrate()}));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&&V(s.initialValues,f.component.group),h=V(s.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===(l=null===(o=null===(n=s.formData.form)||void 0===n?void 0:n.steps)||void 0===o?void 0:o.data[null===(c=null===(u=null===(i=s.formData)||void 0===i?void 0:i.form)||void 0===u?void 0:u.steps)||void 0===c?void 0:c.index])||void 0===l?void 0:l.formatted[f.component.name])||(f.data.mounted?void 0:h),f.data.mounted=!0}}),pt=Object.freeze({__proto__:null,handler:function(t){t.field.data.blured=!0}}),vt=Object.freeze({__proto__:null,handler:function(t){var e=t.field;e.data=Object.assign(Object.assign({},e.data),{focused:!0})}});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,r){return(e=function(t){var e=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)}(t,"string");return"symbol"===ht(e)?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function bt(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 gt={BEGIN:"${",END:"}",DEFAULT_SPLITTER:"||"},Ot=function(t){return/\$\{(.*)\}.*/g.test(t)},Et="varOps.",St=")",_t="(",wt=",",jt=function(t){return t.includes(Et)},At=function(t,e,r){var n=(t=t.toString()).lastIndexOf(gt.BEGIN);if(-1===n)return t;var o=t.substring(n+gt.BEGIN.length,t.length),i=o.substring(0,o.indexOf(gt.END)),a=i.length,u="",c=i.split(gt.DEFAULT_SPLITTER);c.length>1&&(i=c[0],u=V(r.scope.getGlobalScope(),c[1])||c[1]);var l=V(e.scope.getGlobalScope(),i),s=void 0===l?u:l;if("string"!=typeof s&&0===n)return s;try{s=JSON.stringify(s).replace(/^"(.*)"$/,"$1")}catch(t){}return t.substring(0,n)+s+t.substring(n+a+gt.BEGIN.length+gt.END.length,t.length)},Nt=Object.freeze({__proto__:null,template:gt,extractTargetString:At,handler:function(t){var e=t.field,r=t.form,n=function(){if(e){var t=e.component,r=t.children,n=t.wrapper,o=y(t,["children","wrapper"]),a=Object.assign({},i(o));e.scopedComponent=Object.assign(Object.assign(Object.assign({},o),a),{children:r,wrapper:n})}},o=function t(o){var i=(o=o.toString()).lastIndexOf(gt.BEGIN);if(-1===i)return o;var u=o.substring(i+gt.BEGIN.length,o.length),c=u.substring(0,u.indexOf(gt.END)),l=c.length,s="",f=c.split(gt.DEFAULT_SPLITTER);f.length>1&&(c=f[0],s=V(e.scope.getGlobalScope(),f[1])||f[1]),e&&function(t){var r,o,i,u,c=!(null===(u=null===(i=null===(o=null===(r=e.scope.scope.configs)||void 0===r?void 0:r.observables)||void 0===o?void 0:o.templates)||void 0===i?void 0:i.exclude)||void 0===u?void 0:u.includes(e.component.name)),l=t[0].split(".");c&&e.subscribe(a("ON_SCOPE_CHANGE",l[0],l[1]),(function(){n(),e.rehydrate()}))}(f);var d=V(r.scope.getGlobalScope(),c),p=void 0===d?s:d;if("string"!=typeof p&&0===i)return p;if(!p&&!/^\$\{.*\}$/.test(o))return o.substring(0,i)+o.substring(o.indexOf(gt.BEGIN),o.lastIndexOf(gt.END)+1);try{p=JSON.stringify(p).replace(/^"(.*)"$/,"$1")}catch(t){}var v=o.substring(0,i)+p+o.substring(i+l+gt.BEGIN.length+gt.END.length,o.length);return jt(v)&&!Ot(v)?v.replace(/([^\s]+)/g,(function(t){if(!jt(t))return t;var e=function(t){return st[t.split(Et)[1].split(_t)[0]]}(t);return e?e.apply(void 0,bt(function(t){return t.split(Et)[1].split(_t)[1].split(St)[0].split(wt)}(t))):void 0})):t(v)},i=function t(e){if("string"==typeof e)return o(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),yt({},n,r[n].map(t)));if("object"===ht(r[n]))return Object.assign(Object.assign({},e),yt({},n,Object.assign({},t(Object.assign({},r[n])))));if("string"!=typeof r[n])return Object.assign(Object.assign({},e),yt({},n,r[n]));if(!Ot(r[n]))return Object.assign(Object.assign({},e),yt({},n,r[n]));var i=o(r[n]);try{$(i)&&(i=JSON.parse(i))}catch(t){}return Object.assign(Object.assign({},e),yt({},n,i))}),{})};n(),function(){var t=r.schema||{};t.components;var e=y(t,["components"]),n=i(e);r.scopedSchema=n,r.rehydrate()}()}});function It(t){return It="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},It(t)}function Ft(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */Ft=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 l(t,e,r,o){var i=e&&e.prototype instanceof d?e:d,a=Object.create(i.prototype),u=new j(o||[]);return n(a,"_invoke",{value:E(t,r,u)}),a}function s(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}t.wrap=l;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=s(t[n],t,i);if("throw"!==c.type){var l=c.arg,f=l.value;return f&&"object"==It(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){l.value=t,a(l)}),(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=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=s(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=s(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 w(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function j(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(_,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(l(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,j.prototype={constructor:j,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(w),!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),w(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;w(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 Lt(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(!t)return;if("string"==typeof t)return kt(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 kt(t,e)}(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 kt(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 xt(t,e,r){return(e=function(t){var e=function(t,e){if("object"!==It(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==It(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===It(e)?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var Tt=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=ct(e.data.value,t.preConditions||{},e.scopedComponent.errorMessages,null===(n=null==r?void 0:r.formData)||void 0===n?void 0:n.fields);if(!(e.fieldHasError(i)||t.blockRequestWhenInvalid&&e.fieldValidationsHaveError(!1))){t.url.includes(gt.BEGIN)&&(t.url=At(t.url,r,e));var u={};if(t.fieldValueAsParams)for(var c in t.fieldValueAsParams)if(Object.prototype.hasOwnProperty.call(r.fields,c)){var l=t.fieldValueAsParams[c]||c;u=Object.assign(Object.assign({},u),xt({},l,r.fields[c].data.value))}var s=new URLSearchParams(u),f=t.url;if(t.fieldValueAsPathParams){var d,p=Lt(t.fieldValueAsPathParams);try{for(p.s();!(d=p.n()).done;){var v=d.value;Object.prototype.hasOwnProperty.call(r.fields,v)&&(f="".concat(f,"/").concat(r.fields[v].data.value))}}catch(t){p.e(t)}finally{p.f()}}""!==s.toString()&&(f="".concat(f,"?").concat(s.toString())),o.globalScope={namespace:"api",key:t.scope,data:{loading:!0}},e.debounce((function(){return fetch(f,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 b(void 0,void 0,void 0,Ft().mark((function r(){var n;return Ft().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)})))})).finally((function(){return e.publish(a("AFTER_FIELD_API_CALL",e.component.name))}))}),t.debounceTime||200)}}))},events:function(t){return Object.keys(t.api||{})}});function Dt(t){return Dt="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},Dt(t)}function Ct(t,e,r){return(e=function(t){var e=function(t,e){if("object"!==Dt(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==Dt(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===Dt(e)?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function Pt(t){return function(t){if(Array.isArray(t))return Rt(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 Rt(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 Rt(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 Rt(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,Vt,Gt=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,l=e.fields[n],s=l.data;if(!l||!l.data.visible||!l.data.name)return t;var f="";(null===(o=l.component)||void 0===o?void 0:o.group)&&(r&&r.component.name===l.component.name||!r&&!e.formData.formatted[l.component.group])&&(f=l.component.group);var d=f||n,p=void 0===s.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]):s.value;return{erroredFields:l.fieldHasError()?[].concat(Pt(t.erroredFields),[n]):t.erroredFields,predictableErroredFields:l.fieldValidationsHaveError()?[].concat(Pt(t.predictableErroredFields),[n]):t.predictableErroredFields,fields:Object.assign(Object.assign({},t.fields),Ct({},n,s)),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?{}:Ct({},d,p)),f?Ct({},f,p||t.formatted[f]):{}):t.filteredFields,formatted:Object.assign(Object.assign(Object.assign({},t.formatted),void 0===(null==s?void 0:s.value)||s.ignore?{}:M(t.formatted,n,null==s?void 0:s.value)||Ct({},n,p)),f?Ct({},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:Ct({},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=V(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(Pt(r),[e.schema.messages[n].name]):r}),[]):[]}(Object.assign(Object.assign({},e.initialValues),o.formatted))}});return e.formData=a,a}}),Ut=function(t,e){var r=e.clearedValue!==t.data.value;t.value=e.clearedValue,r&&t.publish(a("ON_FIELD_CLEARED",t.component.name)),t.rehydrate()},Bt=Object.freeze({__proto__:null,handler:function(t){var e=t.field,r=t.form,n=t.eventReducedSchema;null==n||n.clearFields.forEach((function(t){t.fields.forEach((function(n){var o=r.fields[n];if(o){if(!t.validations)return Ut(o,t);var i=ct(t.useCurrentFieldValidation?e.data.value:o.value,t.validations);o.fieldHasError(i)&&Ut(o,t)}}))}))},events:function(t){return Object.keys(t.clearFields||{})}});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){return function(t){if(Array.isArray(t))return $t(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 $t(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 $t(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 $t(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 zt(t,e,r){return(e=function(t){var e=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)}(t,"string");return"symbol"===Ht(e)?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}!function(t){t.AND="and",t.OR="or"}(Vt||(Vt={}));var Wt=(zt(Mt={},Vt.OR,(function(t,e){return t.fieldHasError(ct(t.value,e))})),zt(Mt,Vt.AND,(function(t,e){var r=[];for(var n in e)r.push(t.fieldHasError(ct(t.value,zt({},n,e[n]))));return r.every((function(t){return t}))})),Mt),Jt=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){var e=t.validations,o=t.fieldName,i=t.fieldNames,u=t.rule,c=t.showOnlyIfTrue,l=Yt(i||[o]),s=u||"or";l.forEach((function(t){if(t){var o=Wt[s](n,e),i=c?!0===Wt[s](n,e):!o;r.fields[t]?(r.fields[t].visibility=i,r.fields[t].rehydrate(),r.fields[t].visibility||(r.fields[t].errors={})):n.subscribe(a("ON_FIELD_MOUNT",t),(function(){r.fields[t].visibility=i,r.fields[t].rehydrate(),r.fields[t].visibility||(r.fields[t].errors={})}))}}))}))},events:function(t){return Object.keys(t.visibilityConditions||{})}});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)}var qt=Object.freeze({__proto__:null,handler:function(t){var e,r,n,o,i,a,u=t.field,c=t.data.event,l=void 0,s=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)}};l=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"!==Kt(c)||"string"==typeof c||"number"==typeof c)&&(l=c),(null==c?void 0:c.id)&&(l=null==c?void 0:c.id,s=c),(null==c?void 0:c.options)&&(l=null==c?void 0:c.options);var d=(null==l?void 0:l.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:l,metadata:s,isDeletingValue:d}}}),Zt=Object.freeze({__proto__:null,handler:function(t){var e=t.data,r=t.field,n=t.eventReducedSchema.formatters;n&&!e.isDeletingValue&&(r.data.value=q(r.data.value,n))},events:function(t){return Object.keys((null==t?void 0:t.formatters)||[])}});function Qt(t){return Qt="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},Qt(t)}function Xt(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"!==Qt(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==Qt(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(o,"string"),"symbol"===Qt(i)?i:String(i)),n)}var o,i}function te(t){var e=ne();return function(){var r,n=ie(t);if(e){var o=ie(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return function(t,e){if(e&&("object"===Qt(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 ee(t){var e="function"==typeof Map?new Map:void 0;return ee=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 re(t,arguments,ie(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),oe(n,t)},ee(t)}function re(t,e,r){return re=ne()?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&&oe(o,r.prototype),o},re.apply(null,arguments)}function ne(){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 oe(t,e){return oe=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},oe(t,e)}function ie(t){return ie=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},ie(t)}var ae=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&&oe(t,e)}(i,ee(Error));var e,r,n,o=te(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&&Xt(e.prototype,r),n&&Xt(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}(),ue=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&&q(r.parsedEventValue,n,!0)||r.parsedEventValue,c=ct(u,a,i);if(e.fieldHasError(c))throw new ae("Filter applied ".concat(JSON.stringify(a)),{breaksObservingChain:!0})}}}),ce=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=Q[t];o&&(r=o({value:r,maskValue:n}))})),r}(e.data.value,r))},events:function(t){return Object.keys(t.masks||{})}}),le=Object.freeze({__proto__:null,handler:function(t){var e=t.field,r=t.eventReducedSchema.validations,n=t.form;if(r){var o=ct(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=e.data.visible?o:{},e.data.failedErrorMessages=e.getFieldErrorMessages(e.data)}},events:function(t){return Object.keys(t.validations||{})}}),se=Object.freeze({__proto__:null,handler:function(t){var e=t.form;return{setScope:function(t){return e.scope.globalScope=t}}}});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=Object.freeze({__proto__:null,handler:function(t){var e,r=t.form,n=t.event,o=t.payload,i=(de(e={},c.NAVIGATE_STEP_BACK,r.step.index-1),de(e,c.NAVIGATE_STEP_FORWARD,r.step.index+1),e),a=r.schema.components,u=i[n],l=o.constructor===Object?a[i[n]]:"string"==typeof o?(u=a.findIndex((function(t){return t.name===o})),a.find((function(t){return t.name===o}))):(u=o,a[o]);r.step=l?Object.assign(Object.assign({},r.step),{numSteps:a.length,navigated:!!l,index:l?u:r.step.index,currentStepSchema:l||r.step.currentStepSchema}):Object.assign(Object.assign({},r.step),{navigated:!1})}});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 he(t,e,r){return(e=function(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)}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var ye=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),he({},n,r.fields[n])):t}),{}):r.fields;Object.keys(o).forEach((function(t){o[t].fieldValidationsHaveError(!0)&&o[t].rehydrate()}))}});function be(t){return function(t){if(Array.isArray(t))return me(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 me(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 me(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 me(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 ge=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){be(t.fieldNames||[t.fieldName]).forEach((function(e){if(e){var n=r.fields[e];r.fields[e].visibility=null==n?void 0:n.fieldHasError(ct(n.value,t.validations)),r.fields[e].rehydrate()}}))}))},events:function(t){return Object.keys((null==t?void 0:t.visibilityConditions)||{})}});function Oe(t){return Oe="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},Oe(t)}function Ee(t,e,r){return(e=function(t){var e=function(t,e){if("object"!==Oe(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==Oe(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===Oe(e)?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var Se="${",_e="}",we="||",je=Object.freeze({__proto__:null,handler:function(t){var e,r=t.form,n=function t(e){var n=(e=e.toString()).lastIndexOf(Se);if(-1===n)return e;var o=e.substring(n+Se.length,e.length),i=o.substring(0,o.indexOf(_e)),a=i.length,u="",c=i.split(we);c.length>1&&(i=c[0],u=V(r.scope.getGlobalScope(),c[1])||c[1]);var l=V(r.scope.getGlobalScope(),i),s=void 0===l?u:l;if("string"!=typeof s&&0===n)return s;try{s=JSON.stringify(s).replace(/^"(.*)"$/,"$1")}catch(t){}return t(e.substring(0,n)+s+e.substring(n+a+Se.length+_e.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),Ee({},o,r[o].map(t)));if("object"===Oe(r[o]))return Object.assign(Object.assign({},e),Ee({},o,Object.assign({},t(Object.assign({},r[o])))));if("string"!=typeof r[o])return Object.assign(Object.assign({},e),Ee({},o,r[o]));if(!function(t){return/\$\{(.*)\}.*/g.test(t)}(r[o]))return Object.assign(Object.assign({},e),Ee({},o,r[o]));var i=n(r[o]);try{$(i)&&(i=JSON.parse(i))}catch(t){}return Object.assign(Object.assign({},e),Ee({},o,i))}),{})}({visibilityConditions:null===(e=null==r?void 0:r.schema)||void 0===e?void 0:e.visibilityConditions}))}});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,e,r){return(e=function(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)}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var Ie,Fe,Le,ke,xe=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(a(e,null==r?void 0:r.name),n.handler)}))}))},Te=function(){var t;return Ne(t={},"ON_FIELD_MOUNT",[Nt,dt,Tt,le,Zt,Jt,Bt,ce,Gt]),Ne(t,"ON_FIELD_CHANGE",[qt,ue,ft,le,Zt,Jt,Bt,Tt,Gt,ce]),Ne(t,"ON_FIELD_REHYDRATE",[le]),Ne(t,"ON_FIELD_CLEARED",[Zt,ce,ue,le,Tt]),Ne(t,"ON_FIELD_BLUR",[pt,Zt,ce,le,Tt,Jt,Bt,Gt]),Ne(t,"ON_FIELD_FOCUS",[vt,ce]),Ne(t,"AFTER_FIELD_API_CALL",[qt,ue,le,Zt,ce,Gt,Jt,Bt]),t},De=function(){var t;return Ne(t={},"ON_SCOPE_CHANGE",[je,ge]),Ne(t,"ON_FORM_MOUNT",[Nt,se,pe,ge]),Ne(t,"VALIDATE_FORM",[ye]),Ne(t,"ON_FORM_SUBMIT",[se]),Ne(t,"ON_FORM_UN_MOUNT",[se]),Ne(t,"NAVIGATE_STEP",[pe]),Ne(t,"NAVIGATE_STEP_BACK",[pe]),Ne(t,"NAVIGATE_STEP_FORWARD",[pe]),Ne(t,u("ON_SCOPE_CHANGE"),[ge,Nt]),Ne(t,"ON_FORM_REHYDRATE",[ge]),Ne(t,"ON_FIELD_CHANGE",[ge]),t};function Ce(t){return Ce="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},Ce(t)}function Pe(t){return function(t){if(Array.isArray(t))return Re(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 Re(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 Re(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 Re(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 Me(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,Ve(n.key),n)}}function Ve(t){var e=function(t,e){if("object"!==Ce(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==Ce(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===Ce(e)?e:String(e)}function Ge(t,e){return Ge=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},Ge(t,e)}function Ue(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=He(t);if(e){var o=He(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return function(t,e){if(e&&("object"===Ce(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return Be(t)}(this,r)}}function Be(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function He(t){return He=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},He(t)}var Ye,$e,ze,We=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&&Ge(t,e)}(i,w);var e,r,n,o=Ue(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),Ie.set(Be(a),void 0),Fe.set(Be(a),void 0),Le.set(Be(a),void 0),ke.set(Be(a),void 0),a.scopedComponent=e,g(Be(a),Fe,e,"f"),g(Be(a),ke,r,"f"),a.scope=n,g(Be(a),Ie,{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"),xe(t,Te,e),a}return e=i,r=[{key:"value",get:function(){return m(this,ke,"f").setValue&&m(this,Fe,"f").props&&this.scopedComponent.props&&void 0!==this.scopedComponent.props[m(this,ke,"f").setValue]&&this.scopedComponent.props[m(this,ke,"f").setValue]!==m(this,Fe,"f").props[m(this,ke,"f").setValue]?this.scopedComponent.props[m(this,ke,"f").setValue]:m(this,Ie,"f").mask||m(this,Ie,"f").value},set:function(t){m(this,Ie,"f").value=t,this.scope.globalScope={namespace:"fields",key:m(this,Fe,"f").name,data:m(this,Ie,"f")}}},{key:"component",get:function(){return m(this,Fe,"f")}},{key:"data",get:function(){return m(this,Ie,"f")},set:function(t){g(this,Ie,Object.assign(Object.assign({},m(this,Ie,"f")),t),"f"),this.scope.globalScope={namespace:"fields",key:m(this,Fe,"f").name,data:m(this,Ie,"f")}}},{key:"visibility",set:function(t){m(this,Ie,"f").visible=t}},{key:"scopedComponent",get:function(){return m(this,Le,"f")},set:function(t){g(this,Le,t,"f")}},{key:"errors",get:function(){return m(this,Ie,"f").errors},set:function(t){m(this,Ie,"f").errors=t,this.scope.globalScope={namespace:"fields",key:m(this,Fe,"f").name,data:m(this,Ie,"f")}}},{key:"props",get:function(){var t,e=this;if(!this.scopedComponent.name||!m(this,ke,"f"))return this.scopedComponent.props;var r={getValue:function(t){e.publish(a("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(a("ON_FIELD_BLUR",e.component.name),{event:t})},onClick:function(t){return e.publish(a("ON_FIELD_CLICK",e.component.name),{event:t})},onFocus:function(t){return e.publish(a("ON_FIELD_FOCUS",e.component.name),{event:t})},setValue:this.value,setErrorMessage:this.getFieldErrorMessages()[0],setErrorState:this.fieldHasError()};return Object.keys(m(this,ke,"f")).reduce((function(t,n){return void 0===r[n]?t:Object.assign(Object.assign({},t),function(t,e,r){return(e=Ve(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}({},m(e,ke,"f")[n],r[n]))}),Object.assign({disabled:null===(t=this.scope.scope.configs)||void 0===t?void 0:t.disable},m(this,Le,"f").props))}},{key:"mappings",get:function(){return m(this,ke,"f")}},{key:"getFieldErrorMessages",value:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:m(this,Ie,"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(Pe(r),[t.scopedComponent.errorMessages[n]||t.scopedComponent.errorMessages.default]):r}),[]):[]}},{key:"fieldHasError",value:function(t){return t||(t=m(this,Ie,"f").errors||{}),!!Object.keys(t).find((function(e){return t&&t[e].fail}),[])}},{key:"fieldValidationsHaveError",value:function(t,e){var r=this;return!(!m(this,Le,"f").validations||!m(this,Ie,"f").visible||!Object.keys(m(this,Le,"f").validations).find((function(n){var o=m(r,Le,"f"),i=o.validations,a=void 0===i?{}:i,u=o.errorMessages,c=ct(m(r,Ie,"f").value,a[e||n],u);return t&&(r.errors=c),r.fieldHasError(c)})))}},{key:"eventReducedSchema",value:function(t){return{api:m(this,Le,"f").api&&m(this,Le,"f").api[t],clearFields:m(this,Le,"f").clearFields&&m(this,Le,"f").clearFields[t],formatters:m(this,Le,"f").formatters&&m(this,Le,"f").formatters[t],masks:m(this,Le,"f").masks&&m(this,Le,"f").masks[t],validations:m(this,Le,"f").validations&&m(this,Le,"f").validations[t],visibilityConditions:m(this,Le,"f").visibilityConditions&&m(this,Le,"f").visibilityConditions[t]}}},{key:"rehydrate",value:function(){this.publish(a("ON_FIELD_REHYDRATE",m(this,Fe,"f").name),{checksum:JSON.stringify(this.data)+JSON.stringify(this.scopedComponent)})}}],r&&Me(e.prototype,r),n&&Me(e,n),Object.defineProperty(e,"prototype",{writable:!1}),i}();function Je(t){return Je="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},Je(t)}function Ke(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,qe(n.key),n)}}function qe(t){var e=function(t,e){if("object"!==Je(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==Je(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===Je(e)?e:String(e)}function Ze(t,e){return Ze=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},Ze(t,e)}function Qe(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=tr(t);if(e){var o=tr(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return function(t,e){if(e&&("object"===Je(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return Xe(t)}(this,r)}}function Xe(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function tr(t){return tr=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},tr(t)}Ie=new WeakMap,Fe=new WeakMap,Le=new WeakMap,ke=new WeakMap;var er,rr,nr=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&&Ze(t,e)}(i,w);var e,r,n,o=Qe(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),Ye.set(Xe(c),{}),$e.set(Xe(c),void 0),ze.set(Xe(c),void 0),c.steps={},g(Xe(c),$e,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,g(Xe(c),ze,{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:m(Xe(c),ze,"f"),isValid:!1,messages:[]}},xe(e,De,n),c}return e=i,r=[{key:"step",get:function(){return m(this,ze,"f")},set:function(t){g(this,ze,t,"f")}},{key:"fields",get:function(){return m(this,Ye,"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=qe(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[m(this,ze,"f").index]||(this.steps[m(this,ze,"f").index]={}),this.fields[t.name]||(this.fields[t.name]=new We(m(this,$e,"f"),t,e,this.scope),this.steps[m(this,ze,"f").index][t.name]=this.fields[t.name]),this.fields[t.name]}},{key:"rehydrate",value:function(){var t=this.scopedSchema;t.components;var e=y(t,["components"]);this.publish("ON_FORM_REHYDRATE",{checksum:JSON.stringify(e)})}},{key:"destroyField",value:function(t){m(this,Ye,"f")[t]&&(delete m(this,Ye,"f")[t],delete this.steps[m(this,ze,"f").index][t])}}],r&&Ke(e.prototype,r),n&&Ke(e,n),Object.defineProperty(e,"prototype",{writable:!1}),i}();function or(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=cr(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 ir(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ir=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 l(t,e,r,o){var i=e&&e.prototype instanceof d?e:d,a=Object.create(i.prototype),u=new j(o||[]);return n(a,"_invoke",{value:E(t,r,u)}),a}function s(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}t.wrap=l;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=s(t[n],t,i);if("throw"!==c.type){var l=c.arg,f=l.value;return f&&"object"==sr(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){l.value=t,a(l)}),(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=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=s(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=s(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 w(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function j(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(_,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(l(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,j.prototype={constructor:j,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(w),!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),w(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;w(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 ar(t,e,r){return(e=vr(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function ur(t){return function(t){if(Array.isArray(t))return lr(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||cr(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 cr(t,e){if(t){if("string"==typeof t)return lr(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)?lr(t,e):void 0}}function lr(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 sr(t){return sr="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},sr(t)}function fr(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function dr(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,vr(n.key),n)}}function pr(t,e,r){return e&&dr(t.prototype,e),r&&dr(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function vr(t){var e=function(t,e){if("object"!==sr(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!==sr(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===sr(e)?e:String(e)}Ye=new WeakMap,$e=new WeakMap,ze=new WeakMap,function(t){t.OBSERVER="OBSERVER",t.REACT_FIELD_ADAPTER="REACT FIELD ADAPTER",t.FIELD_HANDLER="FIELD HANDLER"}(er||(er={}));var hr=function(){function t(){fr(this,t),this.workers={},this.getFormInstance=this.getFormInstance.bind(this),this.getGroupFormsIds=this.getGroupFormsIds.bind(this)}return pr(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 yr(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 T(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 nr(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}(),yr=function(){function t(e){var r=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];fr(this,t),this.regexBasedEvents={},this.events={},this.history={},rr.set(this,(function(t){var e=t.event,n=t.data,o=t.payload,i=function(t){return t.split("/")[1]||""}(e),a=mr(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 pr(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(ur(this.events[t]),[e]):[e]})}},{key:"subscribe",value:function(t,e){var r=this;return"object"===sr(t)?(this.handleRegexSubscription(t,e),function(){}):(this.events=Object.assign(Object.assign({},this.events),ar({},t,Array.isArray(this.events[t])?[].concat(ur(this.events[t]),[e]):[e])),function(){r.unsubscribe(t,e)})}},{key:"unsubscribe",value:function(t,e){this.events=Object.assign(Object.assign({},this.events),ar({},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 b(this,void 0,void 0,ir().mark((function r(){var n,o,i,a=this;return ir().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"!==sr(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,ar({},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 b(this,void 0,void 0,ir().mark((function n(){var o,i,a,u,c,l=this;return ir().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=or(r[t]),n.prev=4,u=ir().mark((function r(){var n,i,u;return ir().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=m(l,rr,"f").call(l,{data:Object.assign(Object.assign({},e),o),payload:e,event:t,namespace:l.namespace}),!l.isAsyncFunction(n)){r.next=12;break}return r.next=9,n(i,(function(){return l.unsubscribe(t,n)}));case 9:r.t0=r.sent,r.next=13;break;case 12:r.t0=n(i,(function(){return l.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 ae&&r.t1.breaksObservingChain)){r.next=22;break}return l.logError(er.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"!==sr(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),mr(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}();rr=new WeakMap;var br=new hr,mr=br.getFormInstance,gr=br.getGroupFormsIds;const Or=({children:r,component:n,wrapper:o,propsMapping:i={},formId:u,onMount:c,onChange:l,onFocus:s,onBlur:f,onClick:d,onRehydrate:p,afterApiCall:v})=>{const[y,b]=h(),[m,g]=h(),[O,E]=h(),[S,_]=h(),[w,j]=h(),[A,N]=h(),I=e.useMemo((()=>mr(u).getFieldInstance(n,i)),[]),F=e.useMemo((()=>o),[o]);return e.useMemo((()=>{I.publish(a("ON_FIELD_MOUNT",n.name)),c(I.data)}),[]),e.useEffect((()=>{m&&p(I.data)}),[m]),e.useEffect((()=>{y&&l(I.data)}),[y]),e.useEffect((()=>{O&&f(I.data)}),[O]),e.useEffect((()=>{S&&s(I.data)}),[S]),e.useEffect((()=>{w&&d(I.data)}),[w]),e.useEffect((()=>{A&&v(I.data)}),[A]),e.useEffect((()=>I.subscribe(a("ON_FIELD_REHYDRATE",n.name),(()=>g()))),[]),e.useEffect((()=>I.subscribe(a("ON_FIELD_BLUR",n.name),(()=>E()))),[]),e.useEffect((()=>I.subscribe(a("ON_FIELD_CHANGE",n.name),(()=>b()))),[]),e.useEffect((()=>I.subscribe(a("ON_FIELD_FOCUS",n.name),(()=>_()))),[]),e.useEffect((()=>I.subscribe(a("ON_FIELD_CLICK",n.name),(()=>j()))),[]),e.useEffect((()=>I.subscribe(a("AFTER_FIELD_API_CALL",n.name),(()=>N()))),[]),I.data.visible&&I.data.mounted?t.jsx(F,Object.assign({},I.props,{children:r})):null},Er=e.forwardRef(((e,r)=>t.jsx("input",{ref:r,type:"submit",style:{display:"none"}})));Er.displayName="Submit";const Sr=e.createContext({});Sr.displayName="FormContext";const _r=o.default.forwardRef((({autoComplete:r,hooks:n,iVars:i,id:a=l,submitOnValidOnly:s=!0,initialValues:f={},className:d,schema:p,group:v,onData:h,onSubmit:y,onBlur:b,onClick:m,afterApiCall:g,onFormMount:O,onFieldMount:E,onStep:S,onFocus:_,onLog:w,onScopeChange:j,onFieldRehydrate:A,renderFieldWrapper:N,disable:I},F)=>{var L;const[,k]=e.useReducer((t=>t+1),0),x=e.useRef(null),T=e.useRef(null),{mapper:D,propsMapping:C}=e.useContext(Sr),P=e.useMemo((()=>mr(a,{group:v,schema:p,newInstance:!0,initialScope:{configs:Object.assign(Object.assign({},null==p?void 0:p.configs),{enableLogging:!!w,disable:I}),global:Object.assign(Object.assign({},null==p?void 0:p.iVars),i)},initialValues:f})),[]);e.useEffect((()=>{P.publish("ON_FORM_MOUNT")}),[]);const R=e.useMemo((()=>D.step?D.step.component:o.default.Fragment),[]),M=e.useMemo((()=>{if(!P.step.currentStepSchema)return;const e=(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=D[r.component])||void 0===i?void 0:i.component,c=t.jsx(Or,Object.assign({component:r,wrapper:u,propsMapping:C[r.component]||C.__default__,formId:a,onMount:t=>{E&&E(P.formData,r,t)},onRehydrate:t=>{A&&A(P.formData,r,t)},onChange:t=>{h&&h(P.formData,r,t)},onBlur:t=>{b&&b(P.formData,r,t)},onClick:t=>{m&&m(P.formData,t)},afterApiCall:t=>{g&&g(P.formData,r,t)},onFocus:t=>{_&&_(P.formData,r,Object.assign(Object.assign({},t),{schemaLocation:{step:P.step.index,depth:n,index:o}}))}},{children:Array.isArray(r.children)?e(r,n++):r.children}),`${P.step.index}_${n}_${r.name}_${r.component}_${o}`);return N?N(r,c):c}))};return e(P.step.currentStepSchema)}),[P.step.index,a]);return e.useEffect((()=>{P.scope.globalScope={namespace:"configs",data:{disable:I}}}),[I]),e.useEffect((()=>{O&&O(P.formData)}),[]),e.useEffect((()=>{P.scope.globalScope={namespace:"configs",data:{disable:I}}}),[I]),e.useEffect((()=>{P.scope.globalScope={namespace:"global",data:Object.assign(Object.assign({},null==p?void 0:p.iVars),i)}}),[JSON.stringify(i)]),e.useEffect((()=>P.subscribe("ON_FORM_REHYDRATE",(()=>{k()}))),[]),e.useEffect((()=>P.subscribe("LOG",(({data:t})=>w&&w(t)))),[]),e.useMemo((()=>P.subscribe(u("ON_SCOPE_CHANGE"),(t=>j&&j(P.scope.scope,t.data.namespace,t.data.key)))),[]),e.useEffect((()=>P.subscribe("ON_FORM_SUBMIT",(({data:t})=>{const e=(null==n?void 0:n.preSubmit)&&(null==n?void 0:n.preSubmit(P.formData));!P.formData.form.isValid&&s||y&&y(t.event,Object.assign(Object.assign({},P.formData),{formatted:Object.assign(Object.assign({},P.formData.formatted),e)}))}))),[]),e.useEffect((()=>P.subscribeBulk([c.NAVIGATE_STEP_BACK,c.NAVIGATE_STEP_FORWARD,c.NAVIGATE_STEP],(()=>{S&&S(P.formData),k()}))),[]),e.useImperativeHandle(F,(()=>({values:()=>P.formData,step:P.publishFor(c.NAVIGATE_STEP),stepForward:P.publishFor(c.NAVIGATE_STEP_FORWARD),stepBack:P.publishFor(c.NAVIGATE_STEP_BACK),validateForm:P.publishFor(c.VALIDATE_FORM),submit:()=>{var t;return null===(t=T.current)||void 0===t?void 0:t.click()},schema:p})),[]),t.jsxs("form",Object.assign({action:P.scopedSchema.action,method:P.scopedSchema.method,className:d,ref:x,autoComplete:r,onSubmit:t=>{P.publish(c.ON_FORM_SUBMIT,{event:t})}},{children:[t.jsx(R,Object.assign({},null===(L=P.step.currentStepSchema)||void 0===L?void 0:L.props,{children:M})),!P.scopedSchema.disableFormSubmit&&t.jsx(Er,{ref:T})]}))})),wr=o.default.forwardRef(((e,r)=>e.schema?t.jsx(_r,Object.assign({},e,{ref:r})):e.renderLoading?e.renderLoading():t.jsx(t.Fragment,{})));exports.ALL_NAMESPACE_EVENTS=u,exports.BUILD_EVENT=a,exports.CoreEvents=c,exports.FormProvider=({children:e,mapper:r,propsMapping:n})=>t.jsx(Sr.Provider,Object.assign({value:{mapper:r,propsMapping:n}},{children:e})),exports.SchemaGuard=wr,exports.asFormField=({Comp:r,propsMapping:n})=>o=>{var{name:i,validations:u,errorMessages:c,masks:l,filter:f,formatters:d,visibilityConditions:p,formId:v=s,visibility:b=!0,value:m}=o,g=y(o,["name","validations","errorMessages","masks","filter","formatters","visibilityConditions","formId","visibility","value"]);const[,O]=h(),E=e.useMemo((()=>({state:{hidden:!b},component:"",name:i,validations:u,errorMessages:c,masks:l,filter:f,visibilityConditions:p,formatters:d})),[c,i,f,d,l,u,p]),S=e.useMemo((()=>mr(v).getFieldInstance(E,n)),[]);return e.useMemo((()=>{S.subscribeBulk([a("ON_FIELD_MOUNT",E.name),a("ON_FIELD_REHYDRATE",E.name)],O)}),[]),e.useMemo((()=>{S.subscribe(a("ON_FIELD_CHANGE",E.name),(({data:t})=>{O(),g[n.getValue]&&g[n.getValue](t.event,S.data)}))}),[g[n.getValue]]),e.useMemo((()=>{S.subscribe(a("ON_FIELD_BLUR",E.name),(({data:t})=>{O(),g[n.onBlur]&&g[n.onBlur](t.event)}))}),[g[n.onBlur]]),e.useMemo((()=>{S.subscribe(a("ON_FIELD_FOCUS",E.name),(({data:t})=>{O(),g[n.onFocus]&&g[n.onFocus](t.event)}))}),[g[n.onFocus]]),e.useEffect((()=>{void 0!==m&&(S.value=m,S.rehydrate())}),[m]),e.useEffect((()=>{S.visibility=b,S.rehydrate()}),[b]),e.useEffect((()=>()=>mr(v).destroyField(i)),[]),S.data.visible?t.jsx(r,Object.assign({},g,S.props)):t.jsx(t.Fragment,{})},exports.getFormInstance=mr,exports.getGroupFormsIds=gr,exports.useForm=({onValid:t,onData:r,onSubmit:n,id:o=s,ids:i})=>{const a=(t,e)=>{e&&(i?i.map((r=>mr(r).subscribe(t,(({data:t})=>e(mr(r).formData,{field:t.field}))))):mr(o).subscribe(t,e))},l=()=>i?i.reduce(((t,e)=>Object.keys(t).reduce(((r,n)=>Object.assign(Object.assign({},r),{[n]:Object.assign(Object.assign({},t[n]),mr(e).formData[n])})),{})),{formatted:{},erroredFields:{},fields:{},form:{},predictableErroredFields:{},filteredFields:{}}):mr(o).formData,f=e.useCallback((()=>{let t=mr(o).formData;i&&(t=i.reduce(((t,e)=>Object.assign(Object.assign({},t),{[e]:mr(e).formData})),{})),r&&r(t)}),[r,t]);e.useEffect((()=>a("ON_FIELD_VALIDATION_TOGGLE",t)),[t]),e.useEffect((()=>a(u(c.ON_FIELD_CHANGE),f)),[r,t]),e.useEffect((()=>a(u(c.ON_FIELD_REHYDRATE),f)),[r,t]),e.useEffect((()=>a(c.ON_FORM_SUBMIT,(()=>{n&&n(l())}))),[n]);return{submitForm:()=>mr(i?i[0]:o).publish(c.ON_FORM_SUBMIT),formData:l}};
|
|
2
|
+
//# sourceMappingURL=asFormField-88d6b66a.js.map
|