@bolttech/form-engine 0.14.3 → 3.0.0-beta.2

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