@justifi/webcomponents 0.2.2 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/cjs/Payment-5781460e.js +71 -0
  3. package/dist/cjs/{index-ca2cd154.js → index-4f2a13d2.js} +13 -389
  4. package/dist/cjs/justifi-bank-account-form.cjs.entry.js +3 -2
  5. package/dist/cjs/{justifi-billing-form.cjs.entry.js → justifi-billing-form_2.cjs.entry.js} +33 -2
  6. package/dist/cjs/justifi-card-form.cjs.entry.js +3 -2
  7. package/dist/cjs/justifi-payment-form.cjs.entry.js +46 -3
  8. package/dist/cjs/justifi-payment-method-form.cjs.entry.js +28 -17
  9. package/dist/cjs/justifi-payments-list.cjs.entry.js +3 -70
  10. package/dist/cjs/loader.cjs.js +2 -2
  11. package/dist/cjs/select-input_2.cjs.entry.js +2 -4
  12. package/dist/cjs/webcomponents.cjs.js +2 -2
  13. package/dist/collection/api/Payment.js +1 -1
  14. package/dist/collection/collection-manifest.json +1 -0
  15. package/dist/collection/components/bank-account-form/bank-account-form.js +21 -3
  16. package/dist/collection/components/billing-form/billing-form.js +73 -1
  17. package/dist/collection/components/billing-form/billing-form.stories.js +14 -0
  18. package/dist/collection/components/card-form/card-form.js +21 -3
  19. package/dist/collection/components/card-form/card-form.stories.js +35 -28
  20. package/dist/collection/components/payment-form/payment-form.js +145 -7
  21. package/dist/collection/components/payment-form/payment-form.stories.js +82 -0
  22. package/dist/collection/components/payment-form/payment-method-selector.js +86 -0
  23. package/dist/collection/components/payment-form/tokenize.js +1 -0
  24. package/dist/collection/components/payment-method-form/payment-method-form.js +22 -2
  25. package/dist/collection/components/select-input/select-input.js +1 -3
  26. package/dist/components/Payment.js +69 -0
  27. package/dist/components/billing-form.js +2188 -0
  28. package/dist/components/index.d.ts +1 -0
  29. package/dist/components/index.js +1 -0
  30. package/dist/components/justifi-bank-account-form.js +5 -3
  31. package/dist/components/justifi-billing-form.js +1 -2175
  32. package/dist/components/justifi-card-form.js +5 -3
  33. package/dist/components/justifi-payment-form.js +85 -6
  34. package/dist/components/justifi-payment-method-selector.d.ts +11 -0
  35. package/dist/components/justifi-payment-method-selector.js +6 -0
  36. package/dist/components/justifi-payments-list.js +1 -68
  37. package/dist/components/payment-method-form.js +29 -17
  38. package/dist/components/payment-method-selector.js +42 -0
  39. package/dist/components/select-input2.js +1 -3
  40. package/dist/esm/Payment-3f7570a8.js +69 -0
  41. package/dist/esm/{index-05706eb5.js → index-3ce5521c.js} +13 -389
  42. package/dist/esm/justifi-bank-account-form.entry.js +3 -2
  43. package/dist/esm/{justifi-billing-form.entry.js → justifi-billing-form_2.entry.js} +33 -3
  44. package/dist/esm/justifi-card-form.entry.js +3 -2
  45. package/dist/esm/justifi-payment-form.entry.js +46 -3
  46. package/dist/esm/justifi-payment-method-form.entry.js +28 -17
  47. package/dist/esm/justifi-payments-list.entry.js +2 -69
  48. package/dist/esm/loader.js +2 -2
  49. package/dist/esm/select-input_2.entry.js +2 -4
  50. package/dist/esm/webcomponents.js +2 -2
  51. package/dist/types/api/Payment.d.ts +1 -1
  52. package/dist/types/components/bank-account-form/bank-account-form.d.ts +1 -0
  53. package/dist/types/components/billing-form/billing-form-schema.d.ts +7 -0
  54. package/dist/types/components/billing-form/billing-form.d.ts +5 -8
  55. package/dist/types/components/billing-form/billing-form.stories.d.ts +7 -0
  56. package/dist/types/components/card-form/card-form.d.ts +1 -0
  57. package/dist/types/components/card-form/card-form.stories.d.ts +1 -0
  58. package/dist/types/components/payment-form/payment-form.d.ts +17 -1
  59. package/dist/types/components/payment-form/payment-form.stories.d.ts +44 -0
  60. package/dist/types/components/payment-form/payment-method-selector.d.ts +10 -0
  61. package/dist/types/components/payment-form/tokenize.d.ts +5 -0
  62. package/dist/types/components/payment-method-form/payment-method-form.d.ts +1 -0
  63. package/dist/types/components.d.ts +42 -2
  64. package/dist/webcomponents/p-21e020a8.js +1 -0
  65. package/dist/webcomponents/p-2e5be95e.entry.js +1 -0
  66. package/dist/webcomponents/p-6633de1b.entry.js +1 -0
  67. package/dist/webcomponents/p-68e47ee5.entry.js +1 -0
  68. package/dist/webcomponents/p-6a9c764f.entry.js +1 -0
  69. package/dist/webcomponents/p-6c3a226e.entry.js +1 -0
  70. package/dist/webcomponents/{p-3809130a.entry.js → p-763a2b4f.entry.js} +1 -1
  71. package/dist/webcomponents/p-92ca574f.entry.js +1 -0
  72. package/dist/webcomponents/p-9f34a2c1.js +2 -0
  73. package/dist/webcomponents/webcomponents.esm.js +1 -1
  74. package/package.json +23 -15
  75. package/dist/webcomponents/p-4009b629.entry.js +0 -1
  76. package/dist/webcomponents/p-787671b9.entry.js +0 -1
  77. package/dist/webcomponents/p-87654bf4.entry.js +0 -1
  78. package/dist/webcomponents/p-8ee06fd1.js +0 -2
  79. package/dist/webcomponents/p-94ef2d0e.entry.js +0 -1
  80. package/dist/webcomponents/p-c07191dc.entry.js +0 -1
  81. package/dist/webcomponents/p-e5b0f047.entry.js +0 -1
@@ -0,0 +1 @@
1
+ import{r as t,h as e,H as n,c as r}from"./p-9f34a2c1.js";function a(t){this._maxSize=t,this.clear()}a.prototype.clear=function(){this._size=0,this._values=Object.create(null)},a.prototype.get=function(t){return this._values[t]},a.prototype.set=function(t,e){return this._size>=this._maxSize&&this.clear(),t in this._values||this._size++,this._values[t]=e};var s=/[^.^\]^[]+|(?=\[\]|\.\.)/g,i=/^\d+$/,u=/^\d/,l=/[~`!#$%\^&*+=\-\[\]\\';,/{}|\\":<>\?]/g,o=/^\s*(['"]?)(.*?)(\1)\s*$/,h=new a(512),f=new a(512),c=new a(512),d={Cache:a,split:b,normalizePath:p,setter:function(t){var e=p(t);return f.get(t)||f.set(t,(function(t,n){for(var r=0,a=e.length,s=t;r<a-1;){var i=e[r];if("__proto__"===i||"constructor"===i||"prototype"===i)return t;s=s[e[r++]]}s[e[r]]=n}))},getter:function(t,e){var n=p(t);return c.get(t)||c.set(t,(function(t){for(var r=0,a=n.length;r<a;){if(null==t&&e)return;t=t[n[r++]]}return t}))},join:function(t){return t.reduce((function(t,e){return t+(v(e)||i.test(e)?"["+e+"]":(t?".":"")+e)}),"")},forEach:function(t,e,n){!function(t,e,n){var r,a,s,i,u=t.length;for(a=0;a<u;a++)(r=t[a])&&(m(r)&&(r='"'+r+'"'),s=!(i=v(r))&&/^\d+$/.test(r),e.call(n,r,i,s,a,t))}(Array.isArray(t)?t:b(t),e,n)}};function p(t){return h.get(t)||h.set(t,b(t).map((function(t){return t.replace(o,"$2")})))}function b(t){return t.match(s)||[""]}function v(t){return"string"==typeof t&&t&&-1!==["'",'"'].indexOf(t.charAt(0))}function m(t){return!v(t)&&(function(t){return t.match(u)&&!t.match(i)}(t)||function(t){return l.test(t)}(t))}const x=/[A-Z\xc0-\xd6\xd8-\xde]?[a-z\xdf-\xf6\xf8-\xff]+(?:['’](?:d|ll|m|re|s|t|ve))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde]|$)|(?:[A-Z\xc0-\xd6\xd8-\xde]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:D|LL|M|RE|S|T|VE))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde](?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])|$)|[A-Z\xc0-\xd6\xd8-\xde]?(?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:d|ll|m|re|s|t|ve))?|[A-Z\xc0-\xd6\xd8-\xde]+(?:['’](?:D|LL|M|RE|S|T|VE))?|\d*(?:1ST|2ND|3RD|(?![123])\dTH)(?=\b|[a-z_])|\d*(?:1st|2nd|3rd|(?![123])\dth)(?=\b|[A-Z_])|\d+|(?:[\u2700-\u27bf]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?(?:\u200d(?:[^\ud800-\udfff]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?)*/g,F=t=>t.match(x)||[];var y=t=>F(t).reduce(((t,e)=>`${t}${t?e[0].toUpperCase()+e.slice(1).toLowerCase():e.toLowerCase()}`),""),g=t=>((t,e)=>F(t).join(e).toLowerCase())(t,"_"),$=function(t){return w(function(t){for(var e=new Set,n=0,r=t.length;n<r;n++){var a=t[n];e.add(a[0]),e.add(a[1])}return Array.from(e)}(t),t)};function w(t,e){var n=t.length,r=new Array(n),a={},s=n,i=function(t){for(var e=new Map,n=0,r=t.length;n<r;n++){var a=t[n];e.has(a[0])||e.set(a[0],new Set),e.has(a[1])||e.set(a[1],new Set),e.get(a[0]).add(a[1])}return e}(e),u=function(t){for(var e=new Map,n=0,r=t.length;n<r;n++)e.set(t[n],n);return e}(t);for(e.forEach((function(t){if(!u.has(t[0])||!u.has(t[1]))throw new Error("Unknown node. There is an unknown node in the supplied edges.")}));s--;)a[s]||l(t[s],s,new Set);return r;function l(t,e,s){if(s.has(t)){var o;try{o=", node was:"+JSON.stringify(t)}catch(t){o=""}throw new Error("Cyclic dependency"+o)}if(!u.has(t))throw new Error("Found unknown node. Make sure to provided all involved nodes. Unknown node: "+JSON.stringify(t));if(!a[e]){a[e]=!0;var h=i.get(t)||new Set;if(e=(h=Array.from(h)).length){s.add(t);do{var f=h[--e];l(f,u.get(f),s)}while(e);s.delete(t)}r[--n]=t}}}$.array=w;const O=Object.prototype.toString,A=Error.prototype.toString,E=RegExp.prototype.toString,j="undefined"!=typeof Symbol?Symbol.prototype.toString:()=>"",D=/^Symbol\((.*)\)(.*)$/;function _(t,e=!1){if(null==t||!0===t||!1===t)return""+t;const n=typeof t;if("number"===n)return function(t){return t!=+t?"NaN":0===t&&1/t<0?"-0":""+t}(t);if("string"===n)return e?`"${t}"`:t;if("function"===n)return"[Function "+(t.name||"anonymous")+"]";if("symbol"===n)return j.call(t).replace(D,"Symbol($1)");const r=O.call(t).slice(8,-1);return"Date"===r?isNaN(t.getTime())?""+t:t.toISOString(t):"Error"===r||t instanceof Error?"["+A.call(t)+"]":"RegExp"===r?E.call(t):null}function k(t,e){let n=_(t,e);return null!==n?n:JSON.stringify(t,(function(t,n){let r=_(this[t],e);return null!==r?r:n}),2)}function S(t){return null==t?[]:[].concat(t)}let V=/\$\{\s*(\w+)\s*\}/g;class C extends Error{static formatError(t,e){const n=e.label||e.path||"this";return n!==e.path&&(e=Object.assign({},e,{path:n})),"string"==typeof t?t.replace(V,((t,n)=>k(e[n]))):"function"==typeof t?t(e):t}static isError(t){return t&&"ValidationError"===t.name}constructor(t,e,n,r){super(),this.value=void 0,this.path=void 0,this.type=void 0,this.errors=void 0,this.params=void 0,this.inner=void 0,this.name="ValidationError",this.value=e,this.path=n,this.type=r,this.errors=[],this.inner=[],S(t).forEach((t=>{C.isError(t)?(this.errors.push(...t.errors),this.inner=this.inner.concat(t.inner.length?t.inner:t)):this.errors.push(t)})),this.message=this.errors.length>1?`${this.errors.length} errors occurred`:this.errors[0],Error.captureStackTrace&&Error.captureStackTrace(this,C)}}let M={default:"${path} is invalid",required:"${path} is a required field",defined:"${path} must be defined",notNull:"${path} cannot be null",oneOf:"${path} must be one of the following values: ${values}",notOneOf:"${path} must not be one of the following values: ${values}",notType:({path:t,type:e,value:n,originalValue:r})=>{const a=null!=r&&r!==n?` (cast from the value \`${k(r,!0)}\`).`:".";return"mixed"!==e?`${t} must be a \`${e}\` type, but the final value was: \`${k(n,!0)}\``+a:`${t} must match the configured type. The validated value was: \`${k(n,!0)}\``+a}},T={length:"${path} must be exactly ${length} characters",min:"${path} must be at least ${min} characters",max:"${path} must be at most ${max} characters",matches:'${path} must match the following: "${regex}"',email:"${path} must be a valid email",url:"${path} must be a valid URL",uuid:"${path} must be a valid UUID",trim:"${path} must be a trimmed string",lowercase:"${path} must be a lowercase string",uppercase:"${path} must be a upper case string"},N={noUnknown:"${path} field has unspecified keys: ${unknown}"};Object.assign(Object.create(null),{mixed:M,string:T,number:{min:"${path} must be greater than or equal to ${min}",max:"${path} must be less than or equal to ${max}",lessThan:"${path} must be less than ${less}",moreThan:"${path} must be greater than ${more}",positive:"${path} must be a positive number",negative:"${path} must be a negative number",integer:"${path} must be an integer"},date:{min:"${path} field must be later than ${min}",max:"${path} field must be at earlier than ${max}"},object:N,array:{min:"${path} field must have at least ${min} items",max:"${path} field must have less than or equal to ${max} items",length:"${path} must have ${length} items"},boolean:{isValue:"${path} field must be ${value}"}});const z=t=>t&&t.__isYupSchema__;class I{static fromOptions(t,e){if(!e.then&&!e.otherwise)throw new TypeError("either `then:` or `otherwise:` is required for `when()` conditions");let{is:n,then:r,otherwise:a}=e,s="function"==typeof n?n:(...t)=>t.every((t=>t===n));return new I(t,((t,e)=>{var n;let i=s(...t)?r:a;return null!=(n=null==i?void 0:i(e))?n:e}))}constructor(t,e){this.fn=void 0,this.refs=t,this.refs=t,this.fn=e}resolve(t,e){let n=this.refs.map((t=>t.getValue(null==e?void 0:e.value,null==e?void 0:e.parent,null==e?void 0:e.context))),r=this.fn(n,t,e);if(void 0===r||r===t)return t;if(!z(r))throw new TypeError("conditions must return a schema object");return r.resolve(e)}}class P{constructor(t,e={}){if(this.key=void 0,this.isContext=void 0,this.isValue=void 0,this.isSibling=void 0,this.path=void 0,this.getter=void 0,this.map=void 0,"string"!=typeof t)throw new TypeError("ref must be a string, got: "+t);if(this.key=t.trim(),""===t)throw new TypeError("ref must be a non-empty string");this.isContext="$"===this.key[0],this.isValue="."===this.key[0],this.isSibling=!this.isContext&&!this.isValue,this.path=this.key.slice((this.isContext?"$":this.isValue?".":"").length),this.getter=this.path&&d.getter(this.path,!0),this.map=e.map}getValue(t,e,n){let r=this.isContext?n:this.isValue?t:e;return this.getter&&(r=this.getter(r||{})),this.map&&(r=this.map(r)),r}cast(t,e){return this.getValue(t,null==e?void 0:e.parent,null==e?void 0:e.context)}resolve(){return this}describe(){return{type:"ref",key:this.key}}toString(){return`Ref(${this.key})`}static isRef(t){return t&&t.__isYupRef}}P.prototype.__isYupRef=!0;const Z=t=>null==t;function R(t){function e({value:e,path:n="",options:r,originalValue:a,schema:s},i,u){const{name:l,test:o,params:h,message:f,skipAbsent:c}=t;let{parent:d,context:p,abortEarly:b=s.spec.abortEarly}=r;function v(t){return P.isRef(t)?t.getValue(e,d,p):t}function m(t={}){const r=Object.assign({value:e,originalValue:a,label:s.spec.label,path:t.path||n,spec:s.spec},h,t.params);for(const t of Object.keys(r))r[t]=v(r[t]);const i=new C(C.formatError(t.message||f,r),e,r.path,t.type||l);return i.params=r,i}const x=b?i:u;let F={path:n,parent:d,type:l,from:r.from,createError:m,resolve:v,options:r,originalValue:a,schema:s};const y=t=>{C.isError(t)?x(t):t?u(null):x(m())},g=t=>{C.isError(t)?x(t):i(t)},$=c&&Z(e);if(!r.sync){try{Promise.resolve(!!$||o.call(F,e,F)).then(y,g)}catch(t){g(t)}return}let w;try{var O;if(w=!!$||o.call(F,e,F),"function"==typeof(null==(O=w)?void 0:O.then))throw new Error(`Validation test of type: "${F.type}" returned a Promise during a synchronous validate. This test will finish after the validate call has returned`)}catch(t){return void g(t)}y(w)}return e.OPTIONS=t,e}function q(t,e,n,r=n){let a,s,i;return e?(d.forEach(e,((u,l,o)=>{let h=l?u.slice(1,u.length-1):u,f="tuple"===(t=t.resolve({context:r,parent:a,value:n})).type,c=o?parseInt(h,10):0;if(t.innerType||f){if(f&&!o)throw new Error(`Yup.reach cannot implicitly index into a tuple type. the path part "${i}" must contain an index to the tuple element, e.g. "${i}[0]"`);if(n&&c>=n.length)throw new Error(`Yup.reach cannot resolve an array item at index: ${u}, in the path: ${e}. because there is no value at that index. `);a=n,n=n&&n[c],t=f?t.spec.types[c]:t.innerType}if(!o){if(!t.fields||!t.fields[h])throw new Error(`The schema does not contain the path: ${e}. (failed at: ${i} which is a type: "${t.type}")`);a=n,n=n&&n[h],t=t.fields[h]}s=h,i=l?"["+u+"]":"."+u})),{schema:t,parent:a,parentPath:s}):{parent:a,parentPath:e,schema:t}}class U extends Set{describe(){const t=[];for(const e of this.values())t.push(P.isRef(e)?e.describe():e);return t}resolveAll(t){let e=[];for(const n of this.values())e.push(t(n));return e}clone(){return new U(this.values())}merge(t,e){const n=this.clone();return t.forEach((t=>n.add(t))),e.forEach((t=>n.delete(t))),n}}function L(t,e=new Map){if(z(t)||!t||"object"!=typeof t)return t;if(e.has(t))return e.get(t);let n;if(t instanceof Date)n=new Date(t.getTime()),e.set(t,n);else if(t instanceof RegExp)n=new RegExp(t),e.set(t,n);else if(Array.isArray(t)){n=new Array(t.length),e.set(t,n);for(let r=0;r<t.length;r++)n[r]=L(t[r],e)}else if(t instanceof Map){n=new Map,e.set(t,n);for(const[r,a]of t.entries())n.set(r,L(a,e))}else if(t instanceof Set){n=new Set,e.set(t,n);for(const r of t)n.add(L(r,e))}else{if(!(t instanceof Object))throw Error(`Unable to clone ${t}`);n={},e.set(t,n);for(const[r,a]of Object.entries(t))n[r]=L(a,e)}return n}class H{constructor(t){this.type=void 0,this.deps=[],this.tests=void 0,this.transforms=void 0,this.conditions=[],this._mutate=void 0,this.internalTests={},this._whitelist=new U,this._blacklist=new U,this.exclusiveTests=Object.create(null),this._typeCheck=void 0,this.spec=void 0,this.tests=[],this.transforms=[],this.withMutation((()=>{this.typeError(M.notType)})),this.type=t.type,this._typeCheck=t.check,this.spec=Object.assign({strip:!1,strict:!1,abortEarly:!0,recursive:!0,nullable:!1,optional:!0,coerce:!0},null==t?void 0:t.spec),this.withMutation((t=>{t.nonNullable()}))}get _type(){return this.type}clone(t){if(this._mutate)return t&&Object.assign(this.spec,t),this;const e=Object.create(Object.getPrototypeOf(this));return e.type=this.type,e._typeCheck=this._typeCheck,e._whitelist=this._whitelist.clone(),e._blacklist=this._blacklist.clone(),e.internalTests=Object.assign({},this.internalTests),e.exclusiveTests=Object.assign({},this.exclusiveTests),e.deps=[...this.deps],e.conditions=[...this.conditions],e.tests=[...this.tests],e.transforms=[...this.transforms],e.spec=L(Object.assign({},this.spec,t)),e}label(t){let e=this.clone();return e.spec.label=t,e}meta(...t){if(0===t.length)return this.spec.meta;let e=this.clone();return e.spec.meta=Object.assign(e.spec.meta||{},t[0]),e}withMutation(t){let e=this._mutate;this._mutate=!0;let n=t(this);return this._mutate=e,n}concat(t){if(!t||t===this)return this;if(t.type!==this.type&&"mixed"!==this.type)throw new TypeError(`You cannot \`concat()\` schema's of different types: ${this.type} and ${t.type}`);let e=this,n=t.clone();const r=Object.assign({},e.spec,n.spec);return n.spec=r,n.internalTests=Object.assign({},e.internalTests,n.internalTests),n._whitelist=e._whitelist.merge(t._whitelist,t._blacklist),n._blacklist=e._blacklist.merge(t._blacklist,t._whitelist),n.tests=e.tests,n.exclusiveTests=e.exclusiveTests,n.withMutation((e=>{t.tests.forEach((t=>{e.test(t.OPTIONS)}))})),n.transforms=[...e.transforms,...n.transforms],n}isType(t){return null==t?!(!this.spec.nullable||null!==t)||!(!this.spec.optional||void 0!==t):this._typeCheck(t)}resolve(t){let e=this;if(e.conditions.length){let n=e.conditions;e=e.clone(),e.conditions=[],e=n.reduce(((e,n)=>n.resolve(e,t)),e),e=e.resolve(t)}return e}resolveOptions(t){var e,n,r;return Object.assign({},t,{from:t.from||[],strict:null!=(e=t.strict)?e:this.spec.strict,abortEarly:null!=(n=t.abortEarly)?n:this.spec.abortEarly,recursive:null!=(r=t.recursive)?r:this.spec.recursive})}cast(t,e={}){let n=this.resolve(Object.assign({value:t},e)),r="ignore-optionality"===e.assert,a=n._cast(t,e);if(!1!==e.assert&&!n.isType(a)){if(r&&Z(a))return a;let s=k(t),i=k(a);throw new TypeError(`The value of ${e.path||"field"} could not be cast to a value that satisfies the schema type: "${n.type}". \n\nattempted value: ${s} \n`+(i!==s?`result of cast: ${i}`:""))}return a}_cast(t,e){let n=void 0===t?t:this.transforms.reduce(((e,n)=>n.call(this,e,t,this)),t);return void 0===n&&(n=this.getDefault()),n}_validate(t,e={},n,r){let{path:a,originalValue:s=t,strict:i=this.spec.strict}=e,u=t;i||(u=this._cast(u,Object.assign({assert:!1},e)));let l=[];for(let t of Object.values(this.internalTests))t&&l.push(t);this.runTests({path:a,value:u,originalValue:s,options:e,tests:l},n,(t=>{if(t.length)return r(t,u);this.runTests({path:a,value:u,originalValue:s,options:e,tests:this.tests},n,r)}))}runTests(t,e,n){let r=!1,{tests:a,value:s,originalValue:i,path:u,options:l}=t,o=t=>{r||(r=!0,e(t,s))},h=t=>{r||(r=!0,n(t,s))},f=a.length,c=[];if(!f)return h([]);let d={value:s,originalValue:i,path:u,options:l,schema:this};for(let t=0;t<a.length;t++)(0,a[t])(d,o,(function(t){t&&(c=c.concat(t)),--f<=0&&h(c)}))}asNestedTest({key:t,index:e,parent:n,parentPath:r,originalParent:a,options:s}){const i=null!=t?t:e;if(null==i)throw TypeError("Must include `key` or `index` for nested validations");const u="number"==typeof i;let l=n[i];const o=Object.assign({},s,{strict:!0,parent:n,value:l,originalValue:a[i],key:void 0,[u?"index":"key"]:i,path:u||i.includes(".")?`${r||""}[${l?i:`"${i}"`}]`:(r?`${r}.`:"")+t});return(t,e,n)=>this.resolve(o)._validate(l,o,e,n)}validate(t,e){let n=this.resolve(Object.assign({},e,{value:t}));return new Promise(((r,a)=>n._validate(t,e,((t,e)=>{C.isError(t)&&(t.value=e),a(t)}),((t,e)=>{t.length?a(new C(t,e)):r(e)}))))}validateSync(t,e){let n;return this.resolve(Object.assign({},e,{value:t}))._validate(t,Object.assign({},e,{sync:!0}),((t,e)=>{throw C.isError(t)&&(t.value=e),t}),((e,r)=>{if(e.length)throw new C(e,t);n=r})),n}isValid(t,e){return this.validate(t,e).then((()=>!0),(t=>{if(C.isError(t))return!1;throw t}))}isValidSync(t,e){try{return this.validateSync(t,e),!0}catch(t){if(C.isError(t))return!1;throw t}}_getDefault(){let t=this.spec.default;return null==t?t:"function"==typeof t?t.call(this):L(t)}getDefault(t){return this.resolve(t||{})._getDefault()}default(t){return 0===arguments.length?this._getDefault():this.clone({default:t})}strict(t=!0){return this.clone({strict:t})}nullability(t,e){const n=this.clone({nullable:t});return n.internalTests.nullable=R({message:e,name:"nullable",test(t){return null!==t||this.schema.spec.nullable}}),n}optionality(t,e){const n=this.clone({optional:t});return n.internalTests.optionality=R({message:e,name:"optionality",test(t){return void 0!==t||this.schema.spec.optional}}),n}optional(){return this.optionality(!0)}defined(t=M.defined){return this.optionality(!1,t)}nullable(){return this.nullability(!0)}nonNullable(t=M.notNull){return this.nullability(!1,t)}required(t=M.required){return this.clone().withMutation((e=>e.nonNullable(t).defined(t)))}notRequired(){return this.clone().withMutation((t=>t.nullable().optional()))}transform(t){let e=this.clone();return e.transforms.push(t),e}test(...t){let e;if(e=1===t.length?"function"==typeof t[0]?{test:t[0]}:t[0]:2===t.length?{name:t[0],test:t[1]}:{name:t[0],message:t[1],test:t[2]},void 0===e.message&&(e.message=M.default),"function"!=typeof e.test)throw new TypeError("`test` is a required parameters");let n=this.clone(),r=R(e),a=e.exclusive||e.name&&!0===n.exclusiveTests[e.name];if(e.exclusive&&!e.name)throw new TypeError("Exclusive tests must provide a unique `name` identifying the test");return e.name&&(n.exclusiveTests[e.name]=!!e.exclusive),n.tests=n.tests.filter((t=>{if(t.OPTIONS.name===e.name){if(a)return!1;if(t.OPTIONS.test===r.OPTIONS.test)return!1}return!0})),n.tests.push(r),n}when(t,e){Array.isArray(t)||"string"==typeof t||(e=t,t=".");let n=this.clone(),r=S(t).map((t=>new P(t)));return r.forEach((t=>{t.isSibling&&n.deps.push(t.key)})),n.conditions.push("function"==typeof e?new I(r,e):I.fromOptions(r,e)),n}typeError(t){let e=this.clone();return e.internalTests.typeError=R({message:t,name:"typeError",test(t){return!(!Z(t)&&!this.schema._typeCheck(t))||this.createError({params:{type:this.schema.type}})}}),e}oneOf(t,e=M.oneOf){let n=this.clone();return t.forEach((t=>{n._whitelist.add(t),n._blacklist.delete(t)})),n.internalTests.whiteList=R({message:e,name:"oneOf",skipAbsent:!0,test(t){let e=this.schema._whitelist,n=e.resolveAll(this.resolve);return!!n.includes(t)||this.createError({params:{values:Array.from(e).join(", "),resolved:n}})}}),n}notOneOf(t,e=M.notOneOf){let n=this.clone();return t.forEach((t=>{n._blacklist.add(t),n._whitelist.delete(t)})),n.internalTests.blacklist=R({message:e,name:"notOneOf",test(t){let e=this.schema._blacklist,n=e.resolveAll(this.resolve);return!n.includes(t)||this.createError({params:{values:Array.from(e).join(", "),resolved:n}})}}),n}strip(t=!0){let e=this.clone();return e.spec.strip=t,e}describe(t){const e=(t?this.resolve(t):this).clone(),{label:n,meta:r,optional:a,nullable:s}=e.spec;return{meta:r,label:n,optional:a,nullable:s,default:e.getDefault(t),type:e.type,oneOf:e._whitelist.describe(),notOneOf:e._blacklist.describe(),tests:e.tests.map((t=>({name:t.OPTIONS.name,params:t.OPTIONS.params}))).filter(((t,e,n)=>n.findIndex((e=>e.name===t.name))===e))}}}H.prototype.__isYupSchema__=!0;for(const t of["validate","validateSync"])H.prototype[`${t}At`]=function(e,n,r={}){const{parent:a,parentPath:s,schema:i}=q(this,e,n,r.context);return i[t](a&&a[s],Object.assign({},r,{parent:a,path:e}))};for(const t of["equals","is"])H.prototype[t]=H.prototype.oneOf;for(const t of["not","nope"])H.prototype[t]=H.prototype.notOneOf;let W=/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,K=/^((https?|ftp):)?\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i,Y=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i,J=t=>Z(t)||t===t.trim(),G={}.toString();function B(){return new X}class X extends H{constructor(){super({type:"string",check:t=>(t instanceof String&&(t=t.valueOf()),"string"==typeof t)}),this.withMutation((()=>{this.transform(((t,e,n)=>{if(!n.spec.coerce||n.isType(t))return t;if(Array.isArray(t))return t;const r=null!=t&&t.toString?t.toString():t;return r===G?t:r}))}))}required(t){return super.required(t).withMutation((e=>e.test({message:t||M.required,name:"required",skipAbsent:!0,test:t=>!!t.length})))}notRequired(){return super.notRequired().withMutation((t=>(t.tests=t.tests.filter((t=>"required"!==t.OPTIONS.name)),t)))}length(t,e=T.length){return this.test({message:e,name:"length",exclusive:!0,params:{length:t},skipAbsent:!0,test(e){return e.length===this.resolve(t)}})}min(t,e=T.min){return this.test({message:e,name:"min",exclusive:!0,params:{min:t},skipAbsent:!0,test(e){return e.length>=this.resolve(t)}})}max(t,e=T.max){return this.test({name:"max",exclusive:!0,message:e,params:{max:t},skipAbsent:!0,test(e){return e.length<=this.resolve(t)}})}matches(t,e){let n,r,a=!1;return e&&("object"==typeof e?({excludeEmptyString:a=!1,message:n,name:r}=e):n=e),this.test({name:r||"matches",message:n||T.matches,params:{regex:t},skipAbsent:!0,test:e=>""===e&&a||-1!==e.search(t)})}email(t=T.email){return this.matches(W,{name:"email",message:t,excludeEmptyString:!0})}url(t=T.url){return this.matches(K,{name:"url",message:t,excludeEmptyString:!0})}uuid(t=T.uuid){return this.matches(Y,{name:"uuid",message:t,excludeEmptyString:!1})}ensure(){return this.default("").transform((t=>null===t?"":t))}trim(t=T.trim){return this.transform((t=>null!=t?t.trim():t)).test({message:t,name:"trim",test:J})}lowercase(t=T.lowercase){return this.transform((t=>Z(t)?t:t.toLowerCase())).test({message:t,name:"string_case",exclusive:!0,skipAbsent:!0,test:t=>Z(t)||t===t.toLowerCase()})}uppercase(t=T.uppercase){return this.transform((t=>Z(t)?t:t.toUpperCase())).test({message:t,name:"string_case",exclusive:!0,skipAbsent:!0,test:t=>Z(t)||t===t.toUpperCase()})}}function Q(t,e){let n=1/0;return t.some(((t,r)=>{var a;if(null!=(a=e.path)&&a.includes(t))return n=r,!0})),n}function tt(t){return(e,n)=>Q(t,e)-Q(t,n)}B.prototype=X.prototype;const et=(t,e,n)=>{if("string"!=typeof t)return t;let r=t;try{r=JSON.parse(t)}catch(t){}return n.isType(r)?r:t};function nt(t){if("fields"in t){const e={};for(const[n,r]of Object.entries(t.fields))e[n]=nt(r);return t.setFields(e)}if("array"===t.type){const e=t.optional();return e.innerType&&(e.innerType=nt(e.innerType)),e}return"tuple"===t.type?t.optional().clone({types:t.spec.types.map(nt)}):"optional"in t?t.optional():t}let rt=t=>"[object Object]"===Object.prototype.toString.call(t);const at=tt([]);function st(t){return new it(t)}class it extends H{constructor(t){super({type:"object",check:t=>rt(t)||"function"==typeof t}),this.fields=Object.create(null),this._sortErrors=at,this._nodes=[],this._excludedEdges=[],this.withMutation((()=>{t&&this.shape(t)}))}_cast(t,e={}){var n;let r=super._cast(t,e);if(void 0===r)return this.getDefault();if(!this._typeCheck(r))return r;let a=this.fields,s=null!=(n=e.stripUnknown)?n:this.spec.noUnknown,i=[].concat(this._nodes,Object.keys(r).filter((t=>!this._nodes.includes(t)))),u={},l=Object.assign({},e,{parent:u,__validating:e.__validating||!1}),o=!1;for(const t of i){let n=a[t],i=t in r;if(n){let a,s=r[t];l.path=(e.path?`${e.path}.`:"")+t,n=n.resolve({value:s,context:e.context,parent:u});let i=n instanceof H?n.spec:void 0,h=null==i?void 0:i.strict;if(null!=i&&i.strip){o=o||t in r;continue}a=e.__validating&&h?r[t]:n.cast(r[t],l),void 0!==a&&(u[t]=a)}else i&&!s&&(u[t]=r[t]);i===t in u&&u[t]===r[t]||(o=!0)}return o?u:r}_validate(t,e={},n,r){let{from:a=[],originalValue:s=t,recursive:i=this.spec.recursive}=e;e.from=[{schema:this,value:s},...a],e.__validating=!0,e.originalValue=s,super._validate(t,e,n,((t,a)=>{if(!i||!rt(a))return void r(t,a);s=s||a;let u=[];for(let t of this._nodes){let n=this.fields[t];n&&!P.isRef(n)&&u.push(n.asNestedTest({options:e,key:t,parent:a,parentPath:e.path,originalParent:s}))}this.runTests({tests:u,value:a,originalValue:s,options:e},n,(e=>{r(e.sort(this._sortErrors).concat(t),a)}))}))}clone(t){const e=super.clone(t);return e.fields=Object.assign({},this.fields),e._nodes=this._nodes,e._excludedEdges=this._excludedEdges,e._sortErrors=this._sortErrors,e}concat(t){let e=super.concat(t),n=e.fields;for(let[t,e]of Object.entries(this.fields)){const r=n[t];n[t]=void 0===r?e:r}return e.withMutation((t=>t.setFields(n,this._excludedEdges)))}_getDefault(){if("default"in this.spec)return super._getDefault();if(!this._nodes.length)return;let t={};return this._nodes.forEach((e=>{const n=this.fields[e];t[e]=n&&"getDefault"in n?n.getDefault():void 0})),t}setFields(t,e){let n=this.clone();return n.fields=t,n._nodes=function(t,e=[]){let n=[],r=new Set,a=new Set(e.map((([t,e])=>`${t}-${e}`)));function s(t,e){let s=d.split(t)[0];r.add(s),a.has(`${e}-${s}`)||n.push([e,s])}for(const e of Object.keys(t)){let n=t[e];r.add(e),P.isRef(n)&&n.isSibling?s(n.path,e):z(n)&&"deps"in n&&n.deps.forEach((t=>s(t,e)))}return $.array(Array.from(r),n).reverse()}(t,e),n._sortErrors=tt(Object.keys(t)),e&&(n._excludedEdges=e),n}shape(t,e=[]){return this.clone().withMutation((n=>{let r=n._excludedEdges;return e.length&&(Array.isArray(e[0])||(e=[e]),r=[...n._excludedEdges,...e]),n.setFields(Object.assign(n.fields,t),r)}))}partial(){const t={};for(const[e,n]of Object.entries(this.fields))t[e]="optional"in n&&n.optional instanceof Function?n.optional():n;return this.setFields(t)}deepPartial(){return nt(this)}pick(t){const e={};for(const n of t)this.fields[n]&&(e[n]=this.fields[n]);return this.setFields(e)}omit(t){const e=Object.assign({},this.fields);for(const n of t)delete e[n];return this.setFields(e)}from(t,e,n){let r=d.getter(t,!0);return this.transform((a=>{if(!a)return a;let s=a;return((t,e)=>{const n=[...d.normalizePath(e)];if(1===n.length)return n[0]in t;let r=n.pop(),a=d.getter(d.join(n),!0)(t);return!(!a||!(r in a))})(a,t)&&(s=Object.assign({},a),n||delete s[t],s[e]=r(a)),s}))}json(){return this.transform(et)}noUnknown(t=!0,e=N.noUnknown){"boolean"!=typeof t&&(e=t,t=!0);let n=this.test({name:"noUnknown",exclusive:!0,message:e,test(e){if(null==e)return!0;const n=function(t,e){let n=Object.keys(t.fields);return Object.keys(e).filter((t=>-1===n.indexOf(t)))}(this.schema,e);return!t||0===n.length||this.createError({params:{unknown:n.join(", ")}})}});return n.spec.noUnknown=t,n}unknown(t=!0,e=N.noUnknown){return this.noUnknown(!t,e)}transformKeys(t){return this.transform((e=>{if(!e)return e;const n={};for(const r of Object.keys(e))n[t(r)]=e[r];return n}))}camelCase(){return this.transformKeys(y)}snakeCase(){return this.transformKeys(g)}constantCase(){return this.transformKeys((t=>g(t).toUpperCase()))}describe(t){let e=super.describe(t);e.fields={};for(const[r,a]of Object.entries(this.fields)){var n;let s=t;null!=(n=s)&&n.value&&(s=Object.assign({},s,{parent:s.value,value:s.value[r]})),e.fields[r]=a.describe(s)}return e}}st.prototype=it.prototype;const ut=st({address_line1:B().required("Enter street address"),address_line2:B(),address_city:B().required("Enter city"),address_state:B().required("Choose state"),address_postal_code:B().required("Enter ZIP").matches(/^\d{5}/,"Enter a valid ZIP").min(5,"Enter a valid ZIP")}),lt=[{label:"Choose state",value:""},{label:"Alabama",value:"AL"},{label:"Alaska",value:"AK"},{label:"American Samoa",value:"AS"},{label:"Arizona",value:"AZ"},{label:"Arkansas",value:"AR"},{label:"California",value:"CA"},{label:"Colorado",value:"CO"},{label:"Connecticut",value:"CT"},{label:"Delaware",value:"DE"},{label:"District Of Columbia",value:"DC"},{label:"Federated States Of Micronesia",value:"FM"},{label:"Florida",value:"FL"},{label:"Georgia",value:"GA"},{label:"Guam",value:"GU"},{label:"Hawaii",value:"HI"},{label:"Idaho",value:"ID"},{label:"Illinois",value:"IL"},{label:"Indiana",value:"IN"},{label:"Iowa",value:"IA"},{label:"Kansas",value:"KS"},{label:"Kentucky",value:"KY"},{label:"Louisiana",value:"LA"},{label:"Maine",value:"ME"},{label:"Marshall Islands",value:"MH"},{label:"Maryland",value:"MD"},{label:"Massachusetts",value:"MA"},{label:"Michigan",value:"MI"},{label:"Minnesota",value:"MN"},{label:"Mississippi",value:"MS"},{label:"Missouri",value:"MO"},{label:"Montana",value:"MT"},{label:"Nebraska",value:"NE"},{label:"Nevada",value:"NV"},{label:"New Hampshire",value:"NH"},{label:"New Jersey",value:"NJ"},{label:"New Mexico",value:"NM"},{label:"New York",value:"NY"},{label:"North Carolina",value:"NC"},{label:"North Dakota",value:"ND"},{label:"Northern Mariana Islands",value:"MP"},{label:"Ohio",value:"OH"},{label:"Oklahoma",value:"OK"},{label:"Oregon",value:"OR"},{label:"Palau",value:"PW"},{label:"Pennsylvania",value:"PA"},{label:"Puerto Rico",value:"PR"},{label:"Rhode Island",value:"RI"},{label:"South Carolina",value:"SC"},{label:"South Dakota",value:"SD"},{label:"Tennessee",value:"TN"},{label:"Texas",value:"TX"},{label:"Utah",value:"UT"},{label:"Vermont",value:"VT"},{label:"Virgin Islands",value:"VI"},{label:"Virginia",value:"VA"},{label:"Washington",value:"WA"},{label:"West Virginia",value:"WV"},{label:"Wisconsin",value:"WI"},{label:"Wyoming",value:"WY"}],ot=class{constructor(n){t(this,n),this.legendBlock=e("legend",null,this.legend),this.legend=void 0,this.billingFields={address_line1:"",address_line2:"",address_city:"",address_state:"",address_postal_code:""},this.billingFieldsErrors={}}setFormValue(t){const e=t.detail,n=Object.assign({},this.billingFields);e.name&&(n[e.name]=e.value,this.billingFields=n)}async fill(t){this.billingFields=Object.assign({},t)}async validate(){const t={};let e=!0;try{await ut.validate(this.billingFields,{abortEarly:!1})}catch(n){e=!1,n.inner.map((e=>{t[e.path]=e.message}))}return this.billingFieldsErrors=t,{isValid:e}}async getValues(){return this.billingFields}render(){return e(n,null,e("fieldset",null,this.legend&&this.legendBlock,e("text-input",{name:"address_line1",label:"Street Address",defaultValue:this.billingFields.address_line1,error:this.billingFieldsErrors.address_line1}),e("text-input",{name:"address_line2",label:"Apartment, Suite, etc. (optional)",defaultValue:this.billingFields.address_line2,error:this.billingFieldsErrors.address_line2}),e("text-input",{name:"address_city",label:"City",defaultValue:this.billingFields.address_city,error:this.billingFieldsErrors.address_city}),e("select-input",{name:"address_state",label:"State",options:lt,defaultValue:this.billingFields.address_state,error:this.billingFieldsErrors.address_state}),e("text-input",{name:"address_postal_code",label:"ZIP",defaultValue:this.billingFields.address_postal_code,error:this.billingFieldsErrors.address_postal_code})))}};ot.style=":host{display:block}label{display:block}input{margin-bottom:8px}";const ht={bankAccount:"Bank Account",card:"Card"},ft=class{constructor(e){t(this,e),this.paymentMethodSelected=r(this,"paymentMethodSelected",7),this.paymentMethodTypes=[],this.selectedPaymentMethodType=void 0}onChangeHandler(t){this.paymentMethodSelected.emit(t.target.value)}render(){return e("div",null,this.paymentMethodTypes.map((t=>e("div",null,e("input",{id:t,type:"radio",name:"paymentMethodType",value:t,onChange:t=>this.onChangeHandler(t),checked:this.selectedPaymentMethodType===t}),e("label",{htmlFor:t},ht[t])))))}};export{ot as justifi_billing_form,ft as justifi_payment_method_selector}
@@ -0,0 +1 @@
1
+ import{r as t,c as e,h as i}from"./p-9f34a2c1.js";const r=class{constructor(i){t(this,i),this.bankAccountFormReady=e(this,"bankAccountFormReady",7),this.bankAccountFormTokenize=e(this,"bankAccountFormTokenize",7),this.bankAccountFormValidate=e(this,"bankAccountFormValidate",7),this.validationStrategy=void 0,this.styleOverrides=void 0,this.iframeOrigin=void 0,this.internalStyleOverrides=void 0}readyHandler(t){this.bankAccountFormReady.emit(t)}tokenizeHandler(t){this.bankAccountFormTokenize.emit(t)}validateHandler(t){this.bankAccountFormValidate.emit(t)}componentWillLoad(){this.parseStyleOverrides()}parseStyleOverrides(){if(this.styleOverrides){const t=JSON.parse(this.styleOverrides);this.internalStyleOverrides=t}}async tokenize(...t){if(!this.childRef)throw new Error("Cannot call tokenize");return this.childRef.tokenize(...t)}async validate(){if(!this.childRef)throw new Error("Cannot call validate");return this.childRef.validate()}render(){return i("justifi-payment-method-form",{ref:t=>{t&&(this.childRef=t)},"iframe-origin":this.iframeOrigin,"payment-method-form-type":"bankAccount","payment-method-form-ready":this.bankAccountFormReady,"payment-method-form-tokenize":this.bankAccountFormTokenize,"payment-method-form-validation-strategy":this.validationStrategy||"onSubmit",paymentMethodStyleOverrides:this.internalStyleOverrides})}static get watchers(){return{styleOverrides:["parseStyleOverrides"]}}};export{r as justifi_bank_account_form}
@@ -0,0 +1 @@
1
+ import{r as t,c as e,h as i}from"./p-9f34a2c1.js";const r=class{constructor(i){t(this,i),this.cardFormReady=e(this,"cardFormReady",7),this.cardFormTokenize=e(this,"cardFormTokenize",7),this.cardFormValidate=e(this,"cardFormValidate",7),this.validationStrategy=void 0,this.styleOverrides=void 0,this.iframeOrigin=void 0,this.internalStyleOverrides=void 0}readyHandler(t){this.cardFormReady.emit(t)}tokenizeHandler(t){this.cardFormTokenize.emit(t)}validateHandler(t){this.cardFormValidate.emit(t)}componentWillLoad(){this.parseStyleOverrides()}parseStyleOverrides(){if(this.styleOverrides){const t=JSON.parse(this.styleOverrides);this.internalStyleOverrides=t}}async tokenize(...t){if(!this.childRef)throw new Error("Cannot call tokenize");return this.childRef.tokenize(...t)}async validate(){if(!this.childRef)throw new Error("Cannot call validate");return this.childRef.validate()}render(){return i("justifi-payment-method-form",{ref:t=>{t&&(this.childRef=t)},"iframe-origin":this.iframeOrigin,"payment-method-form-type":"card","payment-method-form-ready":this.cardFormReady,"payment-method-form-tokenize":this.cardFormTokenize,"payment-method-form-validation-strategy":this.validationStrategy||"onSubmit",paymentMethodStyleOverrides:this.internalStyleOverrides})}static get watchers(){return{styleOverrides:["parseStyleOverrides"]}}};export{r as justifi_card_form}
@@ -0,0 +1 @@
1
+ import{r as t,c as e,h as i,H as s}from"./p-9f34a2c1.js";const a={card:{ready:"justifi.card.ready",tokenize:"justifi.card.tokenize",validate:"justifi.card.validate",resize:"justifi.card.resize",styleOverrides:"justifi.card.styleOverrides"},bankAccount:{ready:"justifi.bankAccount.ready",tokenize:"justifi.bankAccount.tokenize",validate:"justifi.bankAccount.validate",resize:"justifi.bankAccount.resize",styleOverrides:"justifi.bankAccount.styleOverrides"}},r=class{constructor(i){t(this,i),this.paymentMethodFormReady=e(this,"paymentMethodFormReady",7),this.paymentMethodFormTokenize=e(this,"paymentMethodFormTokenize",7),this.paymentMethodFormType=void 0,this.paymentMethodFormValidationStrategy=void 0,this.paymentMethodStyleOverrides=void 0,this.iframeOrigin=void 0,this.height=55}connectedCallback(){window.addEventListener("message",this.dispatchMessageEvent.bind(this))}disconnectedCallback(){window.removeEventListener("message",this.dispatchMessageEvent.bind(this))}componentShouldUpdate(){this.sendStyleOverrides()}sendStyleOverrides(){this.paymentMethodStyleOverrides&&this.postMessage(a[this.paymentMethodFormType].styleOverrides,{styleOverrides:this.paymentMethodStyleOverrides})}dispatchMessageEvent(t){const e=t.data,i=e.eventType,s=e.data;i===a[this.paymentMethodFormType].ready&&this.paymentMethodFormReady.emit(s),i===a[this.paymentMethodFormType].resize&&(this.height=s.height)}postMessage(t,e){this.iframeElement&&this.iframeElement.contentWindow.postMessage(Object.assign({eventType:t},e),"*")}async postMessageWithResponseListener(t,e){return new Promise((i=>{const s=e=>{e.data.eventType===t&&(window.removeEventListener("message",s),i(e.data.data))};window.addEventListener("message",s),this.postMessage(t,e)}))}async tokenize(t,e,i){return this.postMessageWithResponseListener(a[this.paymentMethodFormType].tokenize,{clientId:t,componentVersion:"0.4.0",paymentMethodMetadata:e,account:i})}async validate(){return this.postMessageWithResponseListener(a[this.paymentMethodFormType].validate)}getIframeSrc(){let t=`${this.iframeOrigin||"https://js.justifi.ai/v2"}/${this.paymentMethodFormType}`;return this.paymentMethodFormValidationStrategy&&(t+=`?validationStrategy=${this.paymentMethodFormValidationStrategy}`),t}render(){return i(s,null,i("iframe",{id:`justifi-payment-method-form-${this.paymentMethodFormType}`,src:this.getIframeSrc(),ref:t=>this.iframeElement=t,height:this.height}))}static get watchers(){return{paymentMethodStyleOverrides:["sendStyleOverrides"]}}};r.style=":host{display:block}justifi-payment-method-form iframe{border:none;width:100%}";export{r as justifi_payment_method_form}
@@ -0,0 +1 @@
1
+ import{r as t,h as n,H as e}from"./p-9f34a2c1.js";import{a as r}from"./p-21e020a8.js";let o;const i=new Uint8Array(16);function a(){if(!o&&(o="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!o))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return o(i)}const u=[];for(let t=0;t<256;++t)u.push((t+256).toString(16).slice(1));const c={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function s(t,n,e){if(c.randomUUID&&!n&&!t)return c.randomUUID();const r=(t=t||{}).random||(t.rng||a)();if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,n){e=e||0;for(let t=0;t<16;++t)n[e+t]=r[t];return n}return function(t,n=0){return(u[t[n+0]]+u[t[n+1]]+u[t[n+2]]+u[t[n+3]]+"-"+u[t[n+4]]+u[t[n+5]]+"-"+u[t[n+6]]+u[t[n+7]]+"-"+u[t[n+8]]+u[t[n+9]]+"-"+u[t[n+10]]+u[t[n+11]]+u[t[n+12]]+u[t[n+13]]+u[t[n+14]]+u[t[n+15]]).toLowerCase()}(r)}function d(t){if(null===t||!0===t||!1===t)return NaN;var n=Number(t);return isNaN(n)?n:n<0?Math.ceil(n):Math.floor(n)}function f(t,n){if(n.length<t)throw new TypeError(t+" argument"+(t>1?"s":"")+" required, but only "+n.length+" present")}function l(t){return(l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function h(t){f(1,arguments);var n=Object.prototype.toString.call(t);return t instanceof Date||"object"===l(t)&&"[object Date]"===n?new Date(t.getTime()):"number"==typeof t||"[object Number]"===n?new Date(t):("string"!=typeof t&&"[object String]"!==n||"undefined"==typeof console||(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"),console.warn((new Error).stack)),new Date(NaN))}function m(t,n){f(2,arguments);var e=h(t).getTime(),r=d(n);return new Date(e+r)}var v={};function w(){return v}function y(t){var n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),t.getTime()-n.getTime()}function g(t){return(g="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function b(t){return f(1,arguments),t instanceof Date||"object"===g(t)&&"[object Date]"===Object.prototype.toString.call(t)}function p(t){if(f(1,arguments),!b(t)&&"number"!=typeof t)return!1;var n=h(t);return!isNaN(Number(n))}function M(t,n){f(2,arguments);var e=d(n);return m(t,-e)}function S(t){f(1,arguments);var n=1,e=h(t),r=e.getUTCDay(),o=(r<n?7:0)+r-n;return e.setUTCDate(e.getUTCDate()-o),e.setUTCHours(0,0,0,0),e}function E(t){f(1,arguments);var n=h(t),e=n.getUTCFullYear(),r=new Date(0);r.setUTCFullYear(e+1,0,4),r.setUTCHours(0,0,0,0);var o=S(r),i=new Date(0);i.setUTCFullYear(e,0,4),i.setUTCHours(0,0,0,0);var a=S(i);return n.getTime()>=o.getTime()?e+1:n.getTime()>=a.getTime()?e:e-1}function x(t){f(1,arguments);var n=E(t),e=new Date(0);e.setUTCFullYear(n,0,4),e.setUTCHours(0,0,0,0);var r=S(e);return r}function P(t,n){var e,r,o,i,a,u,c,s;f(1,arguments);var l=w(),m=d(null!==(e=null!==(r=null!==(o=null!==(i=null==n?void 0:n.weekStartsOn)&&void 0!==i?i:null==n||null===(a=n.locale)||void 0===a||null===(u=a.options)||void 0===u?void 0:u.weekStartsOn)&&void 0!==o?o:l.weekStartsOn)&&void 0!==r?r:null===(c=l.locale)||void 0===c||null===(s=c.options)||void 0===s?void 0:s.weekStartsOn)&&void 0!==e?e:0);if(!(m>=0&&m<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var v=h(t),y=v.getUTCDay(),g=(y<m?7:0)+y-m;return v.setUTCDate(v.getUTCDate()-g),v.setUTCHours(0,0,0,0),v}function D(t,n){var e,r,o,i,a,u,c,s;f(1,arguments);var l=h(t),m=l.getUTCFullYear(),v=w(),y=d(null!==(e=null!==(r=null!==(o=null!==(i=null==n?void 0:n.firstWeekContainsDate)&&void 0!==i?i:null==n||null===(a=n.locale)||void 0===a||null===(u=a.options)||void 0===u?void 0:u.firstWeekContainsDate)&&void 0!==o?o:v.firstWeekContainsDate)&&void 0!==r?r:null===(c=v.locale)||void 0===c||null===(s=c.options)||void 0===s?void 0:s.firstWeekContainsDate)&&void 0!==e?e:1);if(!(y>=1&&y<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var g=new Date(0);g.setUTCFullYear(m+1,0,y),g.setUTCHours(0,0,0,0);var b=P(g,n),p=new Date(0);p.setUTCFullYear(m,0,y),p.setUTCHours(0,0,0,0);var M=P(p,n);return l.getTime()>=b.getTime()?m+1:l.getTime()>=M.getTime()?m:m-1}function O(t,n){var e,r,o,i,a,u,c,s;f(1,arguments);var l=w(),h=d(null!==(e=null!==(r=null!==(o=null!==(i=null==n?void 0:n.firstWeekContainsDate)&&void 0!==i?i:null==n||null===(a=n.locale)||void 0===a||null===(u=a.options)||void 0===u?void 0:u.firstWeekContainsDate)&&void 0!==o?o:l.firstWeekContainsDate)&&void 0!==r?r:null===(c=l.locale)||void 0===c||null===(s=c.options)||void 0===s?void 0:s.firstWeekContainsDate)&&void 0!==e?e:1),m=D(t,n),v=new Date(0);v.setUTCFullYear(m,0,h),v.setUTCHours(0,0,0,0);var y=P(v,n);return y}function j(t,n){for(var e=t<0?"-":"",r=Math.abs(t).toString();r.length<n;)r="0"+r;return e+r}var A={G:function(t,n,e){var r=t.getUTCFullYear()>0?1:0;switch(n){case"G":case"GG":case"GGG":return e.era(r,{width:"abbreviated"});case"GGGGG":return e.era(r,{width:"narrow"});case"GGGG":default:return e.era(r,{width:"wide"})}},y:function(t,n,e){if("yo"===n){var r=t.getUTCFullYear();return e.ordinalNumber(r>0?r:1-r,{unit:"year"})}return function(t,n){var e=t.getUTCFullYear(),r=e>0?e:1-e;return j("yy"===n?r%100:r,n.length)}(t,n)},Y:function(t,n,e,r){var o=D(t,r),i=o>0?o:1-o;return"YY"===n?j(i%100,2):"Yo"===n?e.ordinalNumber(i,{unit:"year"}):j(i,n.length)},R:function(t,n){return j(E(t),n.length)},u:function(t,n){return j(t.getUTCFullYear(),n.length)},Q:function(t,n,e){var r=Math.ceil((t.getUTCMonth()+1)/3);switch(n){case"Q":return String(r);case"QQ":return j(r,2);case"Qo":return e.ordinalNumber(r,{unit:"quarter"});case"QQQ":return e.quarter(r,{width:"abbreviated",context:"formatting"});case"QQQQQ":return e.quarter(r,{width:"narrow",context:"formatting"});case"QQQQ":default:return e.quarter(r,{width:"wide",context:"formatting"})}},q:function(t,n,e){var r=Math.ceil((t.getUTCMonth()+1)/3);switch(n){case"q":return String(r);case"qq":return j(r,2);case"qo":return e.ordinalNumber(r,{unit:"quarter"});case"qqq":return e.quarter(r,{width:"abbreviated",context:"standalone"});case"qqqqq":return e.quarter(r,{width:"narrow",context:"standalone"});case"qqqq":default:return e.quarter(r,{width:"wide",context:"standalone"})}},M:function(t,n,e){var r=t.getUTCMonth();switch(n){case"M":case"MM":return function(t,n){var e=t.getUTCMonth();return"M"===n?String(e+1):j(e+1,2)}(t,n);case"Mo":return e.ordinalNumber(r+1,{unit:"month"});case"MMM":return e.month(r,{width:"abbreviated",context:"formatting"});case"MMMMM":return e.month(r,{width:"narrow",context:"formatting"});case"MMMM":default:return e.month(r,{width:"wide",context:"formatting"})}},L:function(t,n,e){var r=t.getUTCMonth();switch(n){case"L":return String(r+1);case"LL":return j(r+1,2);case"Lo":return e.ordinalNumber(r+1,{unit:"month"});case"LLL":return e.month(r,{width:"abbreviated",context:"standalone"});case"LLLLL":return e.month(r,{width:"narrow",context:"standalone"});case"LLLL":default:return e.month(r,{width:"wide",context:"standalone"})}},w:function(t,n,e,r){var o=function(t,n){f(1,arguments);var e=h(t),r=P(e,n).getTime()-O(e,n).getTime();return Math.round(r/6048e5)+1}(t,r);return"wo"===n?e.ordinalNumber(o,{unit:"week"}):j(o,n.length)},I:function(t,n,e){var r=function(t){f(1,arguments);var n=h(t),e=S(n).getTime()-x(n).getTime();return Math.round(e/6048e5)+1}(t);return"Io"===n?e.ordinalNumber(r,{unit:"week"}):j(r,n.length)},d:function(t,n,e){return"do"===n?e.ordinalNumber(t.getUTCDate(),{unit:"date"}):function(t,n){return j(t.getUTCDate(),n.length)}(t,n)},D:function(t,n,e){var r=function(t){f(1,arguments);var n=h(t),e=n.getTime();n.setUTCMonth(0,1),n.setUTCHours(0,0,0,0);var r=n.getTime();return Math.floor((e-r)/864e5)+1}(t);return"Do"===n?e.ordinalNumber(r,{unit:"dayOfYear"}):j(r,n.length)},E:function(t,n,e){var r=t.getUTCDay();switch(n){case"E":case"EE":case"EEE":return e.day(r,{width:"abbreviated",context:"formatting"});case"EEEEE":return e.day(r,{width:"narrow",context:"formatting"});case"EEEEEE":return e.day(r,{width:"short",context:"formatting"});case"EEEE":default:return e.day(r,{width:"wide",context:"formatting"})}},e:function(t,n,e,r){var o=t.getUTCDay(),i=(o-r.weekStartsOn+8)%7||7;switch(n){case"e":return String(i);case"ee":return j(i,2);case"eo":return e.ordinalNumber(i,{unit:"day"});case"eee":return e.day(o,{width:"abbreviated",context:"formatting"});case"eeeee":return e.day(o,{width:"narrow",context:"formatting"});case"eeeeee":return e.day(o,{width:"short",context:"formatting"});case"eeee":default:return e.day(o,{width:"wide",context:"formatting"})}},c:function(t,n,e,r){var o=t.getUTCDay(),i=(o-r.weekStartsOn+8)%7||7;switch(n){case"c":return String(i);case"cc":return j(i,n.length);case"co":return e.ordinalNumber(i,{unit:"day"});case"ccc":return e.day(o,{width:"abbreviated",context:"standalone"});case"ccccc":return e.day(o,{width:"narrow",context:"standalone"});case"cccccc":return e.day(o,{width:"short",context:"standalone"});case"cccc":default:return e.day(o,{width:"wide",context:"standalone"})}},i:function(t,n,e){var r=t.getUTCDay(),o=0===r?7:r;switch(n){case"i":return String(o);case"ii":return j(o,n.length);case"io":return e.ordinalNumber(o,{unit:"day"});case"iii":return e.day(r,{width:"abbreviated",context:"formatting"});case"iiiii":return e.day(r,{width:"narrow",context:"formatting"});case"iiiiii":return e.day(r,{width:"short",context:"formatting"});case"iiii":default:return e.day(r,{width:"wide",context:"formatting"})}},a:function(t,n,e){var r=t.getUTCHours()/12>=1?"pm":"am";switch(n){case"a":case"aa":return e.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"aaa":return e.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return e.dayPeriod(r,{width:"narrow",context:"formatting"});case"aaaa":default:return e.dayPeriod(r,{width:"wide",context:"formatting"})}},b:function(t,n,e){var r,o=t.getUTCHours();switch(r=12===o?"noon":0===o?"midnight":o/12>=1?"pm":"am",n){case"b":case"bb":return e.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"bbb":return e.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return e.dayPeriod(r,{width:"narrow",context:"formatting"});case"bbbb":default:return e.dayPeriod(r,{width:"wide",context:"formatting"})}},B:function(t,n,e){var r,o=t.getUTCHours();switch(r=o>=17?"evening":o>=12?"afternoon":o>=4?"morning":"night",n){case"B":case"BB":case"BBB":return e.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"BBBBB":return e.dayPeriod(r,{width:"narrow",context:"formatting"});case"BBBB":default:return e.dayPeriod(r,{width:"wide",context:"formatting"})}},h:function(t,n,e){if("ho"===n){var r=t.getUTCHours()%12;return 0===r&&(r=12),e.ordinalNumber(r,{unit:"hour"})}return function(t,n){return j(t.getUTCHours()%12||12,n.length)}(t,n)},H:function(t,n,e){return"Ho"===n?e.ordinalNumber(t.getUTCHours(),{unit:"hour"}):function(t,n){return j(t.getUTCHours(),n.length)}(t,n)},K:function(t,n,e){var r=t.getUTCHours()%12;return"Ko"===n?e.ordinalNumber(r,{unit:"hour"}):j(r,n.length)},k:function(t,n,e){var r=t.getUTCHours();return 0===r&&(r=24),"ko"===n?e.ordinalNumber(r,{unit:"hour"}):j(r,n.length)},m:function(t,n,e){return"mo"===n?e.ordinalNumber(t.getUTCMinutes(),{unit:"minute"}):function(t,n){return j(t.getUTCMinutes(),n.length)}(t,n)},s:function(t,n,e){return"so"===n?e.ordinalNumber(t.getUTCSeconds(),{unit:"second"}):function(t,n){return j(t.getUTCSeconds(),n.length)}(t,n)},S:function(t,n){return function(t,n){var e=n.length,r=t.getUTCMilliseconds();return j(Math.floor(r*Math.pow(10,e-3)),n.length)}(t,n)},X:function(t,n,e,r){var o=(r._originalDate||t).getTimezoneOffset();if(0===o)return"Z";switch(n){case"X":return q(o);case"XXXX":case"XX":return W(o);case"XXXXX":case"XXX":default:return W(o,":")}},x:function(t,n,e,r){var o=(r._originalDate||t).getTimezoneOffset();switch(n){case"x":return q(o);case"xxxx":case"xx":return W(o);case"xxxxx":case"xxx":default:return W(o,":")}},O:function(t,n,e,r){var o=(r._originalDate||t).getTimezoneOffset();switch(n){case"O":case"OO":case"OOO":return"GMT"+T(o,":");case"OOOO":default:return"GMT"+W(o,":")}},z:function(t,n,e,r){var o=(r._originalDate||t).getTimezoneOffset();switch(n){case"z":case"zz":case"zzz":return"GMT"+T(o,":");case"zzzz":default:return"GMT"+W(o,":")}},t:function(t,n,e,r){return j(Math.floor((r._originalDate||t).getTime()/1e3),n.length)},T:function(t,n,e,r){return j((r._originalDate||t).getTime(),n.length)}};function T(t,n){var e=t>0?"-":"+",r=Math.abs(t),o=Math.floor(r/60),i=r%60;if(0===i)return e+String(o);var a=n||"";return e+String(o)+a+j(i,2)}function q(t,n){return t%60==0?(t>0?"-":"+")+j(Math.abs(t)/60,2):W(t,n)}function W(t,n){var e=n||"",r=t>0?"-":"+",o=Math.abs(t);return r+j(Math.floor(o/60),2)+e+j(o%60,2)}var L=function(t,n){switch(t){case"P":return n.date({width:"short"});case"PP":return n.date({width:"medium"});case"PPP":return n.date({width:"long"});case"PPPP":default:return n.date({width:"full"})}},Y=function(t,n){switch(t){case"p":return n.time({width:"short"});case"pp":return n.time({width:"medium"});case"ppp":return n.time({width:"long"});case"pppp":default:return n.time({width:"full"})}},k={p:Y,P:function(t,n){var e,r=t.match(/(P+)(p+)?/)||[],o=r[1],i=r[2];if(!i)return L(t,n);switch(o){case"P":e=n.dateTime({width:"short"});break;case"PP":e=n.dateTime({width:"medium"});break;case"PPP":e=n.dateTime({width:"long"});break;case"PPPP":default:e=n.dateTime({width:"full"})}return e.replace("{{date}}",L(o,n)).replace("{{time}}",Y(i,n))}},N=["D","DD"],R=["YY","YYYY"];function F(t){return-1!==N.indexOf(t)}function G(t){return-1!==R.indexOf(t)}function X(t,n,e){if("YYYY"===t)throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(n,"`) for formatting years to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if("YY"===t)throw new RangeError("Use `yy` instead of `YY` (in `".concat(n,"`) for formatting years to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if("D"===t)throw new RangeError("Use `d` instead of `D` (in `".concat(n,"`) for formatting days of the month to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if("DD"===t)throw new RangeError("Use `dd` instead of `DD` (in `".concat(n,"`) for formatting days of the month to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}var Q={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};function z(t){return function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=n.width?String(n.width):t.defaultWidth,r=t.formats[e]||t.formats[t.defaultWidth];return r}}var B={date:z({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:z({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:z({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})},C={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};function U(t){return function(n,e){var r;if("formatting"===(null!=e&&e.context?String(e.context):"standalone")&&t.formattingValues){var o=t.defaultFormattingWidth||t.defaultWidth,i=null!=e&&e.width?String(e.width):o;r=t.formattingValues[i]||t.formattingValues[o]}else{var a=t.defaultWidth,u=null!=e&&e.width?String(e.width):t.defaultWidth;r=t.values[u]||t.values[a]}return r[t.argumentCallback?t.argumentCallback(n):n]}}function H(t){return function(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=e.width,o=r&&t.matchPatterns[r]||t.matchPatterns[t.defaultMatchWidth],i=n.match(o);if(!i)return null;var a,u=i[0],c=r&&t.parsePatterns[r]||t.parsePatterns[t.defaultParseWidth],s=Array.isArray(c)?_(c,(function(t){return t.test(u)})):$(c,(function(t){return t.test(u)}));a=t.valueCallback?t.valueCallback(s):s,a=e.valueCallback?e.valueCallback(a):a;var d=n.slice(u.length);return{value:a,rest:d}}}function $(t,n){for(var e in t)if(t.hasOwnProperty(e)&&n(t[e]))return e}function _(t,n){for(var e=0;e<t.length;e++)if(n(t[e]))return e}var I,J={code:"en-US",formatDistance:function(t,n,e){var r,o=Q[t];return r="string"==typeof o?o:1===n?o.one:o.other.replace("{{count}}",n.toString()),null!=e&&e.addSuffix?e.comparison&&e.comparison>0?"in "+r:r+" ago":r},formatLong:B,formatRelative:function(t){return C[t]},localize:{ordinalNumber:function(t){var n=Number(t),e=n%100;if(e>20||e<10)switch(e%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},era:U({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:U({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:function(t){return t-1}}),month:U({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:U({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:U({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})},match:{ordinalNumber:(I={matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:function(t){return parseInt(t,10)}},function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=t.match(I.matchPattern);if(!e)return null;var r=e[0],o=t.match(I.parsePattern);if(!o)return null;var i=I.valueCallback?I.valueCallback(o[0]):o[0];i=n.valueCallback?n.valueCallback(i):i;var a=t.slice(r.length);return{value:i,rest:a}}),era:H({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:H({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:function(t){return t+1}}),month:H({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:H({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:H({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})},options:{weekStartsOn:0,firstWeekContainsDate:1}},Z=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,V=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,K=/^'([^]*?)'?$/,tt=/''/g,nt=/[a-zA-Z]/;function et(t,n,e){var r,o,i,a,u,c,s,l,m,v,g,b,S,E,x,P,D,O;f(2,arguments);var j=String(n),T=w(),q=null!==(r=null!==(o=null==e?void 0:e.locale)&&void 0!==o?o:T.locale)&&void 0!==r?r:J,W=d(null!==(i=null!==(a=null!==(u=null!==(c=null==e?void 0:e.firstWeekContainsDate)&&void 0!==c?c:null==e||null===(s=e.locale)||void 0===s||null===(l=s.options)||void 0===l?void 0:l.firstWeekContainsDate)&&void 0!==u?u:T.firstWeekContainsDate)&&void 0!==a?a:null===(m=T.locale)||void 0===m||null===(v=m.options)||void 0===v?void 0:v.firstWeekContainsDate)&&void 0!==i?i:1);if(!(W>=1&&W<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var L=d(null!==(g=null!==(b=null!==(S=null!==(E=null==e?void 0:e.weekStartsOn)&&void 0!==E?E:null==e||null===(x=e.locale)||void 0===x||null===(P=x.options)||void 0===P?void 0:P.weekStartsOn)&&void 0!==S?S:T.weekStartsOn)&&void 0!==b?b:null===(D=T.locale)||void 0===D||null===(O=D.options)||void 0===O?void 0:O.weekStartsOn)&&void 0!==g?g:0);if(!(L>=0&&L<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!q.localize)throw new RangeError("locale must contain localize property");if(!q.formatLong)throw new RangeError("locale must contain formatLong property");var Y=h(t);if(!p(Y))throw new RangeError("Invalid time value");var N=y(Y),R=M(Y,N),Q={firstWeekContainsDate:W,weekStartsOn:L,locale:q,_originalDate:Y},z=j.match(V).map((function(t){var n=t[0];return"p"===n||"P"===n?(0,k[n])(t,q.formatLong):t})).join("").match(Z).map((function(r){if("''"===r)return"'";var o=r[0];if("'"===o)return rt(r);var i=A[o];if(i)return null!=e&&e.useAdditionalWeekYearTokens||!G(r)||X(r,n,String(t)),null!=e&&e.useAdditionalDayOfYearTokens||!F(r)||X(r,n,String(t)),i(R,r,q.localize,Q);if(o.match(nt))throw new RangeError("Format string contains an unescaped latin alphabet character `"+o+"`");return r})).join("");return z}function rt(t){var n=t.match(K);return n?n[1].replace(tt,"'"):t}function ot(t){return(ot="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function it(t){return function(t){if(Array.isArray(t))return t}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,n){if(t){if("string"==typeof t)return at(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?at(t,n):void 0}}(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 at(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,r=new Array(n);e<n;e++)r[e]=t[e];return r}var ut={normalizePrecision:function(t){var n=t.reduce((function(t,n){return Math.max(t.getPrecision(),n.getPrecision())}));return t.map((function(t){return t.getPrecision()!==n?t.convertPrecision(n):t}))},minimum:function(t){var n=it(t),e=n[0],r=n.slice(1),o=e;return r.forEach((function(t){o=o.lessThan(t)?o:t})),o},maximum:function(t){var n=it(t),e=n[0],r=n.slice(1),o=e;return r.forEach((function(t){o=o.greaterThan(t)?o:t})),o}};function ct(t){return!isNaN(parseInt(t))&&isFinite(t)}function st(t){return t%2==0}function dt(t){return ct(t)&&!Number.isInteger(t)}function ft(t){return Math.abs(t)%1==.5}function lt(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};for(var e in n)t.setRequestHeader(e,n[e]);return t}function ht(t){return void 0===t}function mt(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:".",e={};return Object.entries(t).forEach((function(t){if("object"===ot(t[1])){var r=mt(t[1]);Object.entries(r).forEach((function(r){e[t[0]+n+r[0]]=r[1]}))}else e[t[0]]=t[1]})),e}function vt(){var t={HALF_ODD:function(t){var n=Math.round(t);return ft(t)&&st(n)?n-1:n},HALF_EVEN:function(t){var n=Math.round(t);return ft(t)?st(n)?n:n-1:n},HALF_UP:function(t){return Math.round(t)},HALF_DOWN:function(t){return ft(t)?Math.floor(t):Math.round(t)},HALF_TOWARDS_ZERO:function(t){return ft(t)?Math.sign(t)*Math.floor(Math.abs(t)):Math.round(t)},HALF_AWAY_FROM_ZERO:function(t){return ft(t)?Math.sign(t)*Math.ceil(Math.abs(t)):Math.round(t)},DOWN:function(t){return Math.floor(t)}};return{add:function(t,n){return t+n},subtract:function(t,n){return t-n},multiply:function(t,n){return dt(t)||dt(n)?function(t,n){var e=function(t){return Math.pow(10,function(){var t=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:0).toString();if(t.indexOf("e-")>0)return parseInt(t.split("e-")[1]);var n=t.split(".")[1];return n?n.length:0}(t))},r=Math.max(e(t),e(n));return Math.round(t*r)*Math.round(n*r)/(r*r)}(t,n):t*n},divide:function(t,n){return t/n},modulo:function(t,n){return t%n},round:function(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"HALF_EVEN";return t[e](n)}}}var wt=vt();function yt(t){var n=/^(?:(\$|USD)?0(?:(,)0)?(\.)?(0+)?|0(?:(,)0)?(\.)?(0+)?\s?(dollar)?)$/gm.exec(t);return{getMatches:function(){return null!==n?n.slice(1).filter((function(t){return!ht(t)})):[]},getMinimumFractionDigits:function(){var t=function(t){return"."===t};return ht(this.getMatches().find(t))?0:this.getMatches()[wt.add(this.getMatches().findIndex(t),1)].split("").length},getCurrencyDisplay:function(){return{USD:"code",dollar:"name",$:"symbol"}[this.getMatches().find((function(t){return"USD"===t||"dollar"===t||"$"===t}))]},getStyle:function(){return ht(this.getCurrencyDisplay(this.getMatches()))?"decimal":"currency"},getUseGrouping:function(){return!ht(this.getMatches().find((function(t){return","===t})))}}}function gt(t){var n=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",n=arguments.length>1?arguments[1]:void 0;for(var e in n)t=t.replace("{{".concat(e,"}}"),n[e]);return t};return{getExchangeRate:function(e,r){return(o=t.endpoint,!Boolean(o)||"object"!==ot(o)&&"function"!=typeof o||"function"!=typeof o.then?function(e,r){return function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new Promise((function(e,r){var o=Object.assign(new XMLHttpRequest,{onreadystatechange:function(){4===o.readyState&&(o.status>=200&&o.status<400?e(JSON.parse(o.responseText)):r(new Error(o.statusText)))},onerror:function(){r(new Error("Network error"))}});o.open("GET",t,!0),lt(o,n.headers),o.send()}))}(n(t.endpoint,{from:e,to:r}),{headers:t.headers})}(e,r):t.endpoint).then((function(o){return mt(o)[n(t.propertyPath,{from:e,to:r})]}));var o}}}function bt(t,n){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Error;if(!t)throw new e(n)}function pt(t){bt(function(t){return ct(t)&&t<=100&&t>=0}(t),"You must provide a numeric value between 0 and 100.",RangeError)}function Mt(t){bt(Number.isInteger(t),"You must provide an integer.",TypeError)}var St=vt(),Et=Object.assign((function t(n){var e=Object.assign({},{amount:t.defaultAmount,currency:t.defaultCurrency,precision:t.defaultPrecision},n),r=e.amount,o=e.currency,i=e.precision;Mt(r),Mt(i);var a=t.globalLocale,u=t.globalFormat,c=t.globalRoundingMode,s=t.globalFormatRoundingMode,d=Object.assign({},t.globalExchangeRatesApi),f=function(n){var e=Object.assign({},Object.assign({},{amount:r,currency:o,precision:i},n),Object.assign({},{locale:this.locale},n));return Object.assign(t({amount:e.amount,currency:e.currency,precision:e.precision}),{locale:e.locale})},l=function(t){bt(this.hasSameCurrency(t),"You must provide a Dinero instance with the same currency.",TypeError)};return{getAmount:function(){return r},getCurrency:function(){return o},getLocale:function(){return this.locale||a},setLocale:function(t){return f.call(this,{locale:t})},getPrecision:function(){return i},convertPrecision:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:s;Mt(t);var e=this.getPrecision(),r=t>e,o=r?St.multiply:St.divide,i=r?[t,e]:[e,t],a=Math.pow(10,St.subtract.apply(St,i));return f.call(this,{amount:St.round(o(this.getAmount(),a),n),precision:t})},add:function(n){l.call(this,n);var e=t.normalizePrecision([this,n]);return f.call(this,{amount:St.add(e[0].getAmount(),e[1].getAmount()),precision:e[0].getPrecision()})},subtract:function(n){l.call(this,n);var e=t.normalizePrecision([this,n]);return f.call(this,{amount:St.subtract(e[0].getAmount(),e[1].getAmount()),precision:e[0].getPrecision()})},multiply:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:c;return f.call(this,{amount:St.round(St.multiply(this.getAmount(),t),n)})},divide:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:c;return f.call(this,{amount:St.round(St.divide(this.getAmount(),t),n)})},percentage:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:c;return pt(t),this.multiply(St.divide(t,100),n)},allocate:function(t){var n=this;!function(t){bt(function(t){return t.length>0&&t.every((function(t){return t>=0}))&&t.some((function(t){return t>0}))}(t),"You must provide a non-empty array of numeric values greater than 0.",TypeError)}(t);for(var e=t.reduce((function(t,n){return St.add(t,n)})),r=this.getAmount(),o=t.map((function(t){var o=Math.floor(St.divide(St.multiply(n.getAmount(),t),e));return r=St.subtract(r,o),f.call(n,{amount:o})})),i=0;r>0;)t[i]>0&&(o[i]=o[i].add(f.call(this,{amount:1})),r=St.subtract(r,1)),i+=1;return o},convert:function(t){var n=this,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=e.endpoint,o=void 0===r?d.endpoint:r,i=e.propertyPath,a=void 0===i?d.propertyPath||"rates.{{to}}":i,u=e.headers,s=void 0===u?d.headers:u,l=e.roundingMode,h=void 0===l?c:l,m=Object.assign({},{endpoint:o,propertyPath:a,headers:s,roundingMode:h});return gt(m).getExchangeRate(this.getCurrency(),t).then((function(e){return bt(!ht(e),'No rate was found for the destination currency "'.concat(t,'".'),TypeError),f.call(n,{amount:St.round(St.multiply(n.getAmount(),parseFloat(e)),m.roundingMode),currency:t})}))},equalsTo:function(t){return this.hasSameAmount(t)&&this.hasSameCurrency(t)},lessThan:function(n){l.call(this,n);var e=t.normalizePrecision([this,n]);return e[0].getAmount()<e[1].getAmount()},lessThanOrEqual:function(n){l.call(this,n);var e=t.normalizePrecision([this,n]);return e[0].getAmount()<=e[1].getAmount()},greaterThan:function(n){l.call(this,n);var e=t.normalizePrecision([this,n]);return e[0].getAmount()>e[1].getAmount()},greaterThanOrEqual:function(n){l.call(this,n);var e=t.normalizePrecision([this,n]);return e[0].getAmount()>=e[1].getAmount()},isZero:function(){return 0===this.getAmount()},isPositive:function(){return this.getAmount()>=0},isNegative:function(){return this.getAmount()<0},hasSubUnits:function(){return 0!==St.modulo(this.getAmount(),Math.pow(10,i))},hasCents:function(){return 0!==St.modulo(this.getAmount(),Math.pow(10,i))},hasSameCurrency:function(t){return this.getCurrency()===t.getCurrency()},hasSameAmount:function(n){var e=t.normalizePrecision([this,n]);return e[0].getAmount()===e[1].getAmount()},toFormat:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:u,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:s,e=yt(t);return this.toRoundedUnit(e.getMinimumFractionDigits(),n).toLocaleString(this.getLocale(),{currencyDisplay:e.getCurrencyDisplay(),useGrouping:e.getUseGrouping(),minimumFractionDigits:e.getMinimumFractionDigits(),style:e.getStyle(),currency:this.getCurrency()})},toUnit:function(){return St.divide(this.getAmount(),Math.pow(10,i))},toRoundedUnit:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:s,e=Math.pow(10,t);return St.divide(St.round(St.multiply(this.toUnit(),e),n),e)},toObject:function(){return{amount:r,currency:o,precision:i}},toJSON:function(){return this.toObject()}}}),{defaultAmount:0,defaultCurrency:"USD",defaultPrecision:2},{globalLocale:"en-US",globalFormat:"$0,0.00",globalRoundingMode:"HALF_EVEN",globalFormatRoundingMode:"HALF_AWAY_FROM_ZERO",globalExchangeRatesApi:{endpoint:void 0,headers:void 0,propertyPath:void 0}},ut);const xt=class{constructor(n){t(this,n),this.accountId=void 0,this.auth={},this.payments=[]}requestPropsChanged(){this.fetchData()}fetchData(){const t=`account/${this.accountId}/payments`;(t=>{async function n(){return{Authorization:`Bearer ${t}`,"Idempotency-Key":s(),"Content-Type":"application/json"}}async function e(t,e,r,o,i){const a=`http://localhost:3000/v1/${t}`,u=r?`${a}?${new URLSearchParams(r)}`:a,c=await fetch(u,{method:e,headers:await n(),body:o,signal:i});if(c)return 204===c.status?{}:c.json();!function(t){console.error(`Error fetching from ${t}`)}(u)}return{get:async function(t,n,r){return e(t,"GET",n,null,r)},post:async function(t,n,r,o){return e(t,"POST",r,n,o)},patch:async function(t,n,r,o){return e(t,"PATCH",r,n,o)},destroy:async function(t,n,r){return e(t,"DELETE",n,null,r)}}})(this.auth.token).get(t).then((t=>{const n=t.data.map((t=>new r(t)));this.payments=n}))}render(){return n(e,null,n("table",{class:"justifi-table"},n("thead",null,n("tr",null,n("th",{scope:"col",title:"The date and time each payment was made"},"Made on"),n("th",{scope:"col",title:"The dollar amount of each payment"},"Amount"),n("th",{scope:"col"},"Account"),n("th",{scope:"col"},"Description"),n("th",{scope:"col"},"Payment ID"),n("th",{scope:"col"},"Cardholder"),n("th",{scope:"col"},"Payment Method"),n("th",{scope:"col"},"Status"))),n("tbody",null,this.payments.map((t=>{var e,r,o,i,a;n("tr",null,n("td",null,n("div",null,(a=t.created_at)?et(new Date(a),"MMM d, yyyy"):""),n("div",null,function(t){return t?et(new Date(t),"h:mmaaa"):""}(t.created_at))),n("td",null,function(t,n=!0){function e(t){const e=n?"$0,0.00":"0,0.00";return Et({amount:t,currency:"USD"}).toFormat(e)}return t||(t=0),t<0?`(${e(-t)})`:e(t)}(t.amount)),n("td",null,t.account_id),n("td",null,t.description),n("td",null,t.id),n("td",null,null===(r=null===(e=t.payment_method)||void 0===e?void 0:e.card)||void 0===r?void 0:r.name),n("td",null,null===(i=null===(o=t.payment_method)||void 0===o?void 0:o.card)||void 0===i?void 0:i.acct_last_four),n("td",null,t.status))})))))}static get watchers(){return{accountId:["requestPropsChanged"],auth:["requestPropsChanged"]}}};xt.style=":host{display:block}";export{xt as justifi_payments_list}
@@ -1 +1 @@
1
- import{r as t,c as s,h as i,H as e}from"./p-8ee06fd1.js";const l=class{constructor(i){t(this,i),this.fieldReceivedInput=s(this,"fieldReceivedInput",7),this.name=void 0,this.label=void 0,this.defaultValue=void 0,this.error=void 0,this.options=void 0,this.internalValue=""}onInput(t){const s=t.target,i=s.getAttribute("name");this.fieldReceivedInput.emit({name:i,value:s.value})}render(){return i(e,null,i("label",null,this.label),i("select",{name:this.name,onInput:t=>this.onInput(t)},this.options.map((t=>i("option",{value:t.value},t.label)))),this.error&&i("div",{style:{color:"red"}},this.error))}};l.style=":host{display:block}label{display:block}";const o=class{constructor(i){t(this,i),this.fieldReceivedInput=s(this,"fieldReceivedInput",7),this.name=void 0,this.label=void 0,this.defaultValue=void 0,this.error=void 0,this.internalValue=""}onInput(t){const s=t.target,i=s.getAttribute("name");this.fieldReceivedInput.emit({name:i,value:s.value})}render(){return i(e,null,i("label",null,this.label),i("input",{name:this.name,type:"text",onInput:t=>this.onInput(t),value:this.internalValue||this.defaultValue}),this.error&&i("div",{style:{color:"red"}},this.error))}};o.style=":host{display:block}label{display:block}";export{l as select_input,o as text_input}
1
+ import{r as t,c as s,h as i,H as e}from"./p-9f34a2c1.js";const l=class{constructor(i){t(this,i),this.fieldReceivedInput=s(this,"fieldReceivedInput",7),this.name=void 0,this.label=void 0,this.defaultValue=void 0,this.error=void 0,this.options=void 0,this.internalValue=""}onInput(t){const s=t.target,i=s.getAttribute("name");this.fieldReceivedInput.emit({name:i,value:s.value})}render(){return i(e,null,i("label",null,this.label),i("select",{name:this.name,onInput:t=>this.onInput(t)},this.options.map((t=>i("option",{value:t.value},t.label)))),this.error&&i("div",{style:{color:"red"}},this.error))}};l.style=":host{display:block}label{display:block}";const o=class{constructor(i){t(this,i),this.fieldReceivedInput=s(this,"fieldReceivedInput",7),this.name=void 0,this.label=void 0,this.defaultValue=void 0,this.error=void 0,this.internalValue=""}onInput(t){const s=t.target,i=s.getAttribute("name");this.fieldReceivedInput.emit({name:i,value:s.value})}render(){return i(e,null,i("label",null,this.label),i("input",{name:this.name,type:"text",onInput:t=>this.onInput(t),value:this.internalValue||this.defaultValue}),this.error&&i("div",{style:{color:"red"}},this.error))}};o.style=":host{display:block}label{display:block}";export{l as select_input,o as text_input}
@@ -0,0 +1 @@
1
+ import{r as t,h as i,H as s}from"./p-9f34a2c1.js";import{P as e}from"./p-21e020a8.js";const h=class{constructor(i){t(this,i),this.bankAccount=void 0,this.card=void 0,this.iframeOrigin=void 0,this.selectedPaymentMethodType=void 0,this.allowedPaymentMethodTypes=[]}connectedCallback(){this.card&&this.allowedPaymentMethodTypes.push(e.card),this.bankAccount&&this.allowedPaymentMethodTypes.push(e.bankAccount),this.allowedPaymentMethodTypes.length||this.allowedPaymentMethodTypes.push(e.card),this.selectedPaymentMethodType=this.allowedPaymentMethodTypes[0]}paymentMethodSelectedHandler(t){this.selectedPaymentMethodType=t.detail}async fillBillingForm(t){this.billingFormRef.fill(t)}async submit(t){if(!this.paymentMethodFormRef||!this.billingFormRef)return;const i=await this.billingFormRef.validate(),s=await this.paymentMethodFormRef.validate();if(!i.isValid||!s.isValid)return;const e=await this.billingFormRef.getValues(),h=Object.assign(Object.assign({},t.paymentMethodData),e);return this.paymentMethodFormRef.tokenize(t.clientId,h,t.accountId)}render(){return i(s,null,i("form",null,this.allowedPaymentMethodTypes.length>1&&i("justifi-payment-method-selector",{paymentMethodTypes:this.allowedPaymentMethodTypes,selectedPaymentMethodType:this.selectedPaymentMethodType}),i("justifi-payment-method-form",{"payment-method-form-type":this.selectedPaymentMethodType,"iframe-origin":this.iframeOrigin,ref:t=>{t&&(this.paymentMethodFormRef=t)}}),i("justifi-billing-form",{legend:"Billing Info",ref:t=>{t&&(this.billingFormRef=t)}})))}};export{h as justifi_payment_form}
@@ -0,0 +1,2 @@
1
+ let e,t,n=!1;const l={},s=e=>"object"==(e=typeof e)||"function"===e,o=(e,t,...n)=>{let l=null,o=!1,i=!1;const r=[],u=t=>{for(let n=0;n<t.length;n++)l=t[n],Array.isArray(l)?u(l):null!=l&&"boolean"!=typeof l&&((o="function"!=typeof e&&!s(l))&&(l+=""),o&&i?r[r.length-1].t+=l:r.push(o?c(null,l):l),i=o)};if(u(n),t){const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}const a=c(e,null);return a.l=t,r.length>0&&(a.o=r),a},c=(e,t)=>({i:0,u:e,t,h:null,o:null,l:null}),i={},r=(e,t,n)=>{const l=(e=>q(e).$)(e);return{emit:e=>u(l,t,{bubbles:!!(4&n),composed:!!(2&n),cancelable:!!(1&n),detail:e})}},u=(e,t,n)=>{const l=K.ce(t,n);return e.dispatchEvent(l),l},a=new WeakMap,f=e=>"sc-"+e.m,h=(e,t,n,l,o,c)=>{if(n!==l){let i=_(e,t),r=t.toLowerCase();if("class"===t){const t=e.classList,s=y(n),o=y(l);t.remove(...s.filter((e=>e&&!o.includes(e)))),t.add(...o.filter((e=>e&&!s.includes(e))))}else if("style"===t){for(const t in n)l&&null!=l[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in l)n&&l[t]===n[t]||(t.includes("-")?e.style.setProperty(t,l[t]):e.style[t]=l[t])}else if("ref"===t)l&&l(e);else if(i||"o"!==t[0]||"n"!==t[1]){const r=s(l);if((i||r&&null!==l)&&!o)try{if(e.tagName.includes("-"))e[t]=l;else{const s=null==l?"":l;"list"===t?i=!1:null!=n&&e[t]==s||(e[t]=s)}}catch(e){}null==l||!1===l?!1===l&&""!==e.getAttribute(t)||e.removeAttribute(t):(!i||4&c||o)&&!r&&e.setAttribute(t,l=!0===l?"":l)}else t="-"===t[2]?t.slice(3):_(I,r)?r.slice(2):r[2]+t.slice(3),n&&K.rel(e,t,n,!1),l&&K.ael(e,t,l,!1)}},d=/\s/,y=e=>e?e.split(d):[],$=(e,t,n,s)=>{const o=11===t.h.nodeType&&t.h.host?t.h.host:t.h,c=e&&e.l||l,i=t.l||l;for(s in c)s in i||h(o,s,c[s],void 0,n,t.i);for(s in i)h(o,s,c[s],i[s],n,t.i)},m=(t,n,l)=>{const s=n.o[l];let o,c,i=0;if(null!==s.t)o=s.h=J.createTextNode(s.t);else if(o=s.h=J.createElement(s.u),$(null,s,!1),null!=e&&o["s-si"]!==e&&o.classList.add(o["s-si"]=e),s.o)for(i=0;i<s.o.length;++i)c=m(t,s,i),c&&o.appendChild(c);return o},p=(e,n,l,s,o,c)=>{let i,r=e;for(r.shadowRoot&&r.tagName===t&&(r=r.shadowRoot);o<=c;++o)s[o]&&(i=m(null,l,o),i&&(s[o].h=i,r.insertBefore(i,n)))},b=(e,t,n,l,s)=>{for(;t<=n;++t)(l=e[t])&&(s=l.h,g(l),s.remove())},w=(e,t)=>e.u===t.u,S=(e,t)=>{const n=t.h=e.h,l=e.o,s=t.o,o=t.t;null===o?($(e,t,!1),null!==l&&null!==s?((e,t,n,l)=>{let s,o=0,c=0,i=t.length-1,r=t[0],u=t[i],a=l.length-1,f=l[0],h=l[a];for(;o<=i&&c<=a;)null==r?r=t[++o]:null==u?u=t[--i]:null==f?f=l[++c]:null==h?h=l[--a]:w(r,f)?(S(r,f),r=t[++o],f=l[++c]):w(u,h)?(S(u,h),u=t[--i],h=l[--a]):w(r,h)?(S(r,h),e.insertBefore(r.h,u.h.nextSibling),r=t[++o],h=l[--a]):w(u,f)?(S(u,f),e.insertBefore(u.h,r.h),u=t[--i],f=l[++c]):(s=m(t&&t[c],n,c),f=l[++c],s&&r.h.parentNode.insertBefore(s,r.h));o>i?p(e,null==l[a+1]?null:l[a+1].h,n,l,c,a):c>a&&b(t,o,i)})(n,l,t,s):null!==s?(null!==e.t&&(n.textContent=""),p(n,null,t,s,0,s.length-1)):null!==l&&b(l,0,l.length-1)):e.t!==o&&(n.data=o)},g=e=>{e.l&&e.l.ref&&e.l.ref(null),e.o&&e.o.map(g)},j=(e,t)=>{t&&!e.p&&t["s-p"]&&t["s-p"].push(new Promise((t=>e.p=t)))},v=(e,t)=>{if(e.i|=16,!(4&e.i))return j(e,e.S),se((()=>k(e,t)));e.i|=512},k=(e,t)=>{const n=e.g;let l;return t&&(e.i|=256,e.j&&(e.j.map((([e,t])=>x(n,e,t))),e.j=null),l=x(n,"componentWillLoad")),E(l,(()=>C(e,n,t)))},C=async(e,t,n)=>{const l=e.$,s=l["s-rc"];n&&(e=>{const t=e.v,n=e.$,l=t.i,s=((e,t)=>{let n=f(t);const l=G.get(n);if(e=11===e.nodeType?e:J,l)if("string"==typeof l){let t,s=a.get(e=e.head||e);s||a.set(e,s=new Set),s.has(n)||(t=J.createElement("style"),t.innerHTML=l,e.insertBefore(t,e.querySelector("link")),s&&s.add(n))}else e.adoptedStyleSheets.includes(l)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,l]);return n})(n.shadowRoot?n.shadowRoot:n.getRootNode(),t);10&l&&(n["s-sc"]=s,n.classList.add(s+"-h"))})(e);M(e,t),s&&(s.map((e=>e())),l["s-rc"]=void 0);{const t=l["s-p"],n=()=>O(e);0===t.length?n():(Promise.all(t).then(n),e.i|=4,t.length=0)}},M=(n,l)=>{try{l=l.render(),n.i&=-17,n.i|=2,((n,l)=>{const s=n.$,r=n.k||c(null,null),u=(e=>e&&e.u===i)(l)?l:o(null,null,l);t=s.tagName,u.u=null,u.i|=4,n.k=u,u.h=r.h=s.shadowRoot||s,e=s["s-sc"],S(r,u)})(n,l)}catch(e){z(e,n.$)}return null},O=e=>{const t=e.$,n=e.S;64&e.i||(e.i|=64,L(t),e.C(t),n||P()),e.M(t),e.p&&(e.p(),e.p=void 0),512&e.i&&le((()=>v(e,!1))),e.i&=-517},P=()=>{L(J.documentElement),le((()=>u(I,"appload",{detail:{namespace:"webcomponents"}})))},x=(e,t,n)=>{if(e&&e[t])try{return e[t](n)}catch(e){z(e)}},E=(e,t)=>e&&e.then?e.then(t):t(),L=e=>e.classList.add("hydrated"),N=(e,t,n)=>{if(t.O){e.watchers&&(t.P=e.watchers);const l=Object.entries(t.O),o=e.prototype;if(l.map((([e,[l]])=>{31&l||2&n&&32&l?Object.defineProperty(o,e,{get(){return((e,t)=>q(this).L.get(t))(0,e)},set(n){((e,t,n,l)=>{const o=q(e),c=o.$,i=o.L.get(t),r=o.i,u=o.g;if(n=((e,t)=>null==e||s(e)?e:4&t?"false"!==e&&(""===e||!!e):1&t?e+"":e)(n,l.O[t][0]),(!(8&r)||void 0===i)&&n!==i&&(!Number.isNaN(i)||!Number.isNaN(n))&&(o.L.set(t,n),u)){if(l.P&&128&r){const e=l.P[t];e&&e.map((e=>{try{u[e](n,i,t)}catch(e){z(e,c)}}))}if(2==(18&r)){if(u.componentShouldUpdate&&!1===u.componentShouldUpdate(n,i,t))return;v(o,!1)}}})(this,e,n,t)},configurable:!0,enumerable:!0}):1&n&&64&l&&Object.defineProperty(o,e,{value(...t){const n=q(this);return n.N.then((()=>n.g[e](...t)))}})})),1&n){const t=new Map;o.attributeChangedCallback=function(e,n,l){K.jmp((()=>{const n=t.get(e);if(this.hasOwnProperty(n))l=this[n],delete this[n];else if(o.hasOwnProperty(n)&&"number"==typeof this[n]&&this[n]==l)return;this[n]=(null!==l||"boolean"!=typeof this[n])&&l}))},e.observedAttributes=l.filter((([e,t])=>15&t[0])).map((([e,n])=>{const l=n[1]||e;return t.set(l,e),l}))}}return e},T=e=>{x(e,"connectedCallback")},W=(e,t={})=>{const n=[],l=t.exclude||[],s=I.customElements,o=J.head,c=o.querySelector("meta[charset]"),i=J.createElement("style"),r=[];let u,a=!0;Object.assign(K,t),K.T=new URL(t.resourcesUrl||"./",J.baseURI).href,e.map((e=>{e[1].map((t=>{const o={i:t[0],m:t[1],O:t[2],W:t[3]};o.O=t[2],o.W=t[3],o.P={};const c=o.m,i=class extends HTMLElement{constructor(e){super(e),V(e=this,o),1&o.i&&e.attachShadow({mode:"open"})}connectedCallback(){u&&(clearTimeout(u),u=null),a?r.push(this):K.jmp((()=>(e=>{if(0==(1&K.i)){const t=q(e),n=t.v,l=()=>{};if(1&t.i)A(e,t,n.W),T(t.g);else{t.i|=1;{let n=e;for(;n=n.parentNode||n.host;)if(n["s-p"]){j(t,t.S=n);break}}n.O&&Object.entries(n.O).map((([t,[n]])=>{if(31&n&&e.hasOwnProperty(t)){const n=e[t];delete e[t],e[t]=n}})),(async(e,t,n,l,s)=>{if(0==(32&t.i)){{if(t.i|=32,(s=D(n)).then){const e=()=>{};s=await s,e()}s.isProxied||(n.P=s.watchers,N(s,n,2),s.isProxied=!0);const e=()=>{};t.i|=8;try{new s(t)}catch(e){z(e)}t.i&=-9,t.i|=128,e(),T(t.g)}if(s.style){let e=s.style;const t=f(n);if(!G.has(t)){const l=()=>{};((e,t,n)=>{let l=G.get(e);X&&n?(l=l||new CSSStyleSheet,"string"==typeof l?l=t:l.replaceSync(t)):l=t,G.set(e,l)})(t,e,!!(1&n.i)),l()}}}const o=t.S,c=()=>v(t,!0);o&&o["s-rc"]?o["s-rc"].push(c):c()})(0,t,n)}l()}})(this)))}disconnectedCallback(){K.jmp((()=>(()=>{if(0==(1&K.i)){const e=q(this),t=e.g;e.A&&(e.A.map((e=>e())),e.A=void 0),x(t,"disconnectedCallback")}})()))}componentOnReady(){return q(this).H}};o.R=e[0],l.includes(c)||s.get(c)||(n.push(c),s.define(c,N(i,o,1)))}))})),i.innerHTML=n+"{visibility:hidden}.hydrated{visibility:inherit}",i.setAttribute("data-styles",""),o.insertBefore(i,c?c.nextSibling:o.firstChild),a=!1,r.length?r.map((e=>e.connectedCallback())):K.jmp((()=>u=setTimeout(P,30)))},A=(e,t,n)=>{n&&n.map((([n,l,s])=>{const o=e,c=H(t,s),i=R(n);K.ael(o,l,c,i),(t.A=t.A||[]).push((()=>K.rel(o,l,c,i)))}))},H=(e,t)=>n=>{try{256&e.i?e.g[t](n):(e.j=e.j||[]).push([t,n])}catch(e){z(e)}},R=e=>0!=(2&e),U=new WeakMap,q=e=>U.get(e),F=(e,t)=>U.set(t.g=e,t),V=(e,t)=>{const n={i:0,$:e,v:t,L:new Map};return n.N=new Promise((e=>n.M=e)),n.H=new Promise((e=>n.C=e)),e["s-p"]=[],e["s-rc"]=[],A(e,n,t.W),U.set(e,n)},_=(e,t)=>t in e,z=(e,t)=>(0,console.error)(e,t),B=new Map,D=e=>{const t=e.m.replace(/-/g,"_"),n=e.R,l=B.get(n);return l?l[t]:import(`./${n}.entry.js`).then((e=>(B.set(n,e),e[t])),z)
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/},G=new Map,I="undefined"!=typeof window?window:{},J=I.document||{head:{}},K={i:0,T:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,n,l)=>e.addEventListener(t,n,l),rel:(e,t,n,l)=>e.removeEventListener(t,n,l),ce:(e,t)=>new CustomEvent(e,t)},Q=e=>Promise.resolve(e),X=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(e){}return!1})(),Y=[],Z=[],ee=(e,t)=>l=>{e.push(l),n||(n=!0,t&&4&K.i?le(ne):K.raf(ne))},te=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){z(e)}e.length=0},ne=()=>{te(Y),te(Z),(n=Y.length>0)&&K.raf(ne)},le=e=>Q().then(e),se=ee(Z,!0);export{i as H,W as b,r as c,o as h,Q as p,F as r}
@@ -1 +1 @@
1
- import{p as e,b as t}from"./p-8ee06fd1.js";(()=>{const t=import.meta.url,a={};return""!==t&&(a.resourcesUrl=new URL(".",t).href),e(a)})().then((e=>t([["p-87654bf4",[[1,"justifi-billing-form",{billingFields:[32],billingFieldsErrors:[32],validate:[64]},[[0,"fieldReceivedInput","setFormValue"]]]]],["p-e5b0f047",[[0,"justifi-bank-account-form",{validationStrategy:[1,"validation-strategy"],styleOverrides:[1,"style-overrides"],internalStyleOverrides:[32],tokenize:[64],validate:[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenize","tokenizeHandler"],[0,"paymentMethodFormValidate","validateHandler"]]]]],["p-787671b9",[[0,"justifi-card-form",{validationStrategy:[1,"validation-strategy"],styleOverrides:[1,"style-overrides"],internalStyleOverrides:[32],tokenize:[64],validate:[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenize","tokenizeHandler"],[0,"paymentMethodFormValidate","validateHandler"]]]]],["p-c07191dc",[[4,"justifi-payment-form",{validationStrategy:[1,"validation-strategy"]}]]],["p-94ef2d0e",[[1,"justifi-payments-list",{accountId:[1,"account-id"],auth:[16],payments:[32]}]]],["p-3809130a",[[1,"select-input",{name:[1],label:[1],defaultValue:[1,"default-value"],error:[1],options:[16],internalValue:[32]}],[1,"text-input",{name:[1],label:[1],defaultValue:[1,"default-value"],error:[1],internalValue:[32]}]]],["p-4009b629",[[0,"justifi-payment-method-form",{paymentMethodFormType:[1,"payment-method-form-type"],paymentMethodFormValidationStrategy:[1,"payment-method-form-validation-strategy"],paymentMethodStyleOverrides:[16],height:[32],tokenize:[64],validate:[64]}]]]],e)));
1
+ import{p as e,b as t}from"./p-9f34a2c1.js";(()=>{const t=import.meta.url,a={};return""!==t&&(a.resourcesUrl=new URL(".",t).href),e(a)})().then((e=>t([["p-92ca574f",[[0,"justifi-payment-form",{bankAccount:[4,"bank-account"],card:[4],iframeOrigin:[1,"iframe-origin"],selectedPaymentMethodType:[32],allowedPaymentMethodTypes:[32],fillBillingForm:[64],submit:[64]},[[0,"paymentMethodSelected","paymentMethodSelectedHandler"]]]]],["p-6633de1b",[[0,"justifi-bank-account-form",{validationStrategy:[1025,"validation-strategy"],styleOverrides:[1025,"style-overrides"],iframeOrigin:[1025,"iframe-origin"],internalStyleOverrides:[32],tokenize:[64],validate:[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenize","tokenizeHandler"],[0,"paymentMethodFormValidate","validateHandler"]]]]],["p-68e47ee5",[[0,"justifi-card-form",{validationStrategy:[1025,"validation-strategy"],styleOverrides:[1025,"style-overrides"],iframeOrigin:[1025,"iframe-origin"],internalStyleOverrides:[32],tokenize:[64],validate:[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenize","tokenizeHandler"],[0,"paymentMethodFormValidate","validateHandler"]]]]],["p-6c3a226e",[[1,"justifi-payments-list",{accountId:[1,"account-id"],auth:[16],payments:[32]}]]],["p-763a2b4f",[[1,"select-input",{name:[1],label:[1],defaultValue:[1,"default-value"],error:[1],options:[16],internalValue:[32]}],[1,"text-input",{name:[1],label:[1],defaultValue:[1,"default-value"],error:[1],internalValue:[32]}]]],["p-2e5be95e",[[1,"justifi-billing-form",{legend:[1],billingFields:[32],billingFieldsErrors:[32],fill:[64],validate:[64],getValues:[64]},[[0,"fieldReceivedInput","setFormValue"]]],[0,"justifi-payment-method-selector",{paymentMethodTypes:[16],selectedPaymentMethodType:[1,"selected-payment-method-type"]}]]],["p-6a9c764f",[[0,"justifi-payment-method-form",{paymentMethodFormType:[1,"payment-method-form-type"],paymentMethodFormValidationStrategy:[1025,"payment-method-form-validation-strategy"],paymentMethodStyleOverrides:[16],iframeOrigin:[1,"iframe-origin"],height:[32],tokenize:[64],validate:[64]}]]]],e)));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justifi/webcomponents",
3
- "version": "0.2.2",
3
+ "version": "0.4.0",
4
4
  "description": "JustiFi Web Components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -26,11 +26,11 @@
26
26
  "build": "stencil build --docs",
27
27
  "start": "concurrently -c \"bgBlue.bold,bgMagenta.bold,bgGreen.bold\" \"yarn run start-stencil\" \"yarn run storybook\"",
28
28
  "start-stencil": "stencil build --watch --serve --no-open",
29
- "test": "stencil test --spec --e2e",
30
- "test:watch": "stencil test --spec --e2e --watchAll",
29
+ "test": "stencil test --spec",
30
+ "test:watch": "stencil test --spec --watchAll",
31
31
  "generate": "stencil generate",
32
- "storybook": "start-storybook -p 6006",
33
- "build-storybook": "build-storybook"
32
+ "storybook": "storybook dev -p 6006 --quiet",
33
+ "build-storybook": "storybook build"
34
34
  },
35
35
  "dependencies": {
36
36
  "@stencil/core": "^2.13.0",
@@ -41,22 +41,30 @@
41
41
  "yup": "^1.0.0"
42
42
  },
43
43
  "devDependencies": {
44
+ "@babel/preset-env": "^7.21.4",
45
+ "@babel/preset-typescript": "^7.21.4",
44
46
  "@pxtrn/storybook-addon-docs-stencil": "^6.4.1",
45
- "@storybook/addon-actions": "^6.5.16",
46
- "@storybook/addon-essentials": "^6.5.16",
47
- "@storybook/addon-interactions": "^6.5.16",
48
- "@storybook/addon-links": "^6.5.16",
49
- "@storybook/builder-webpack4": "^6.5.16",
50
- "@storybook/html": "^6.5.16",
51
- "@storybook/manager-webpack4": "^6.5.16",
52
- "@storybook/testing-library": "^0.0.13",
53
- "@types/jest": "^27.0.3",
47
+ "@storybook/addon-actions": "^7.0.4",
48
+ "@storybook/addon-essentials": "^7.0.4",
49
+ "@storybook/addon-interactions": "^7.0.4",
50
+ "@storybook/addon-links": "^7.0.4",
51
+ "@storybook/html": "^7.0.4",
52
+ "@storybook/html-webpack5": "^7.0.4",
53
+ "@storybook/jest": "^0.1.0",
54
+ "@storybook/testing-library": "^0.1.0",
55
+ "@types/jest": "27.0.3",
56
+ "@types/node": "^18.15.11",
57
+ "@types/react": "^18.0.37",
58
+ "@types/react-dom": "^18.0.11",
54
59
  "auto-changelog": "^2.4.0",
55
60
  "concurrently": "^7.6.0",
56
61
  "jest": "^27.4.5",
57
62
  "jest-cli": "^27.4.5",
58
63
  "puppeteer": "^10.0.0",
59
- "release-it": "^15.6.0"
64
+ "react": "^18.2.0",
65
+ "react-dom": "^18.2.0",
66
+ "release-it": "^15.6.0",
67
+ "storybook": "^7.0.4"
60
68
  },
61
69
  "license": "MIT"
62
70
  }
@@ -1 +0,0 @@
1
- import{r as t,c as e,h as s,H as i}from"./p-8ee06fd1.js";const a={card:{ready:"justifi.card.ready",tokenize:"justifi.card.tokenize",validate:"justifi.card.validate",resize:"justifi.card.resize",styleOverrides:"justifi.card.styleOverrides"},bankAccount:{ready:"justifi.bankAccount.ready",tokenize:"justifi.bankAccount.tokenize",validate:"justifi.bankAccount.validate",resize:"justifi.bankAccount.resize",styleOverrides:"justifi.bankAccount.styleOverrides"}},r=class{constructor(s){t(this,s),this.paymentMethodFormReady=e(this,"paymentMethodFormReady",7),this.paymentMethodFormTokenize=e(this,"paymentMethodFormTokenize",7),this.paymentMethodFormType=void 0,this.paymentMethodFormValidationStrategy=void 0,this.paymentMethodStyleOverrides=void 0,this.height=55}connectedCallback(){window.addEventListener("message",this.dispatchMessageEvent.bind(this))}disconnectedCallback(){window.removeEventListener("message",this.dispatchMessageEvent.bind(this))}componentShouldUpdate(){this.sendStyleOverrides()}sendStyleOverrides(){this.paymentMethodStyleOverrides&&this.postMessage(a[this.paymentMethodFormType].styleOverrides,{styleOverrides:this.paymentMethodStyleOverrides})}dispatchMessageEvent(t){const e=t.data,s=e.eventType,i=e.data;s===a[this.paymentMethodFormType].ready&&this.paymentMethodFormReady.emit(i),s===a[this.paymentMethodFormType].resize&&(this.height=i.height)}postMessage(t,e){this.iframeElement&&this.iframeElement.contentWindow.postMessage(Object.assign({eventType:t},e),"*")}async postMessageWithResponseListener(t,e){return new Promise((s=>{const i=e=>{e.data.eventType===t&&(window.removeEventListener("message",i),s(e.data.data))};window.addEventListener("message",i),this.postMessage(t,e)}))}async tokenize(t,e,s){return this.postMessageWithResponseListener(a[this.paymentMethodFormType].tokenize,{clientId:t,componentVersion:"0.2.2",paymentMethodMetadata:e,account:s})}async validate(){return this.postMessageWithResponseListener(a[this.paymentMethodFormType].validate)}getIframeSrc(){let t=`https://js.justifi.ai/v2/${this.paymentMethodFormType}`;return this.paymentMethodFormValidationStrategy&&(t+=`?validationStrategy=${this.paymentMethodFormValidationStrategy}`),t}render(){return s(i,null,s("iframe",{id:`justifi-payment-method-form-${this.paymentMethodFormType}`,src:this.getIframeSrc(),ref:t=>this.iframeElement=t,height:this.height}))}static get watchers(){return{paymentMethodStyleOverrides:["sendStyleOverrides"]}}};r.style=":host{display:block}justifi-payment-method-form iframe{border:none;width:100%}";export{r as justifi_payment_method_form}
@@ -1 +0,0 @@
1
- import{r as t,c as e,h as r}from"./p-8ee06fd1.js";const i=class{constructor(r){t(this,r),this.cardFormReady=e(this,"cardFormReady",7),this.cardFormTokenize=e(this,"cardFormTokenize",7),this.cardFormValidate=e(this,"cardFormValidate",7),this.validationStrategy=void 0,this.styleOverrides=void 0,this.internalStyleOverrides=void 0}readyHandler(t){this.cardFormReady.emit(t)}tokenizeHandler(t){this.cardFormTokenize.emit(t)}validateHandler(t){this.cardFormValidate.emit(t)}componentWillLoad(){this.parseStyleOverrides()}parseStyleOverrides(){if(this.styleOverrides){const t=JSON.parse(this.styleOverrides);this.internalStyleOverrides=t}}async tokenize(...t){if(!this.childRef)throw new Error("Cannot call tokenize");return this.childRef.tokenize(...t)}async validate(){if(!this.childRef)throw new Error("Cannot call validate");return this.childRef.validate()}render(){return r("justifi-payment-method-form",{ref:t=>{t&&(this.childRef=t)},"payment-method-form-type":"card","payment-method-form-ready":this.cardFormReady,"payment-method-form-tokenize":this.cardFormTokenize,"payment-method-form-validation-strategy":this.validationStrategy||"onSubmit",paymentMethodStyleOverrides:this.internalStyleOverrides})}static get watchers(){return{styleOverrides:["parseStyleOverrides"]}}};export{i as justifi_card_form}
@@ -1 +0,0 @@
1
- import{r as t,h as e,H as r}from"./p-8ee06fd1.js";function n(t){this._maxSize=t,this.clear()}n.prototype.clear=function(){this._size=0,this._values=Object.create(null)},n.prototype.get=function(t){return this._values[t]},n.prototype.set=function(t,e){return this._size>=this._maxSize&&this.clear(),t in this._values||this._size++,this._values[t]=e};var a=/[^.^\]^[]+|(?=\[\]|\.\.)/g,s=/^\d+$/,i=/^\d/,u=/[~`!#$%\^&*+=\-\[\]\\';,/{}|\\":<>\?]/g,l=/^\s*(['"]?)(.*?)(\1)\s*$/,o=new n(512),h=new n(512),f=new n(512),c={Cache:n,split:p,normalizePath:d,setter:function(t){var e=d(t);return h.get(t)||h.set(t,(function(t,r){for(var n=0,a=e.length,s=t;n<a-1;){var i=e[n];if("__proto__"===i||"constructor"===i||"prototype"===i)return t;s=s[e[n++]]}s[e[n]]=r}))},getter:function(t,e){var r=d(t);return f.get(t)||f.set(t,(function(t){for(var n=0,a=r.length;n<a;){if(null==t&&e)return;t=t[r[n++]]}return t}))},join:function(t){return t.reduce((function(t,e){return t+(b(e)||s.test(e)?"["+e+"]":(t?".":"")+e)}),"")},forEach:function(t,e,r){!function(t,e,r){var n,a,s,i,u=t.length;for(a=0;a<u;a++)(n=t[a])&&(v(n)&&(n='"'+n+'"'),s=!(i=b(n))&&/^\d+$/.test(n),e.call(r,n,i,s,a,t))}(Array.isArray(t)?t:p(t),e,r)}};function d(t){return o.get(t)||o.set(t,p(t).map((function(t){return t.replace(l,"$2")})))}function p(t){return t.match(a)||[""]}function b(t){return"string"==typeof t&&t&&-1!==["'",'"'].indexOf(t.charAt(0))}function v(t){return!b(t)&&(function(t){return t.match(i)&&!t.match(s)}(t)||function(t){return u.test(t)}(t))}const m=/[A-Z\xc0-\xd6\xd8-\xde]?[a-z\xdf-\xf6\xf8-\xff]+(?:['’](?:d|ll|m|re|s|t|ve))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde]|$)|(?:[A-Z\xc0-\xd6\xd8-\xde]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:D|LL|M|RE|S|T|VE))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde](?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])|$)|[A-Z\xc0-\xd6\xd8-\xde]?(?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:d|ll|m|re|s|t|ve))?|[A-Z\xc0-\xd6\xd8-\xde]+(?:['’](?:D|LL|M|RE|S|T|VE))?|\d*(?:1ST|2ND|3RD|(?![123])\dTH)(?=\b|[a-z_])|\d*(?:1st|2nd|3rd|(?![123])\dth)(?=\b|[A-Z_])|\d+|(?:[\u2700-\u27bf]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?(?:\u200d(?:[^\ud800-\udfff]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?)*/g,x=t=>t.match(m)||[];var F=t=>x(t).reduce(((t,e)=>`${t}${t?e[0].toUpperCase()+e.slice(1).toLowerCase():e.toLowerCase()}`),""),y=t=>((t,e)=>x(t).join(e).toLowerCase())(t,"_"),g=function(t){return $(function(t){for(var e=new Set,r=0,n=t.length;r<n;r++){var a=t[r];e.add(a[0]),e.add(a[1])}return Array.from(e)}(t),t)};function $(t,e){var r=t.length,n=new Array(r),a={},s=r,i=function(t){for(var e=new Map,r=0,n=t.length;r<n;r++){var a=t[r];e.has(a[0])||e.set(a[0],new Set),e.has(a[1])||e.set(a[1],new Set),e.get(a[0]).add(a[1])}return e}(e),u=function(t){for(var e=new Map,r=0,n=t.length;r<n;r++)e.set(t[r],r);return e}(t);for(e.forEach((function(t){if(!u.has(t[0])||!u.has(t[1]))throw new Error("Unknown node. There is an unknown node in the supplied edges.")}));s--;)a[s]||l(t[s],s,new Set);return n;function l(t,e,s){if(s.has(t)){var o;try{o=", node was:"+JSON.stringify(t)}catch(t){o=""}throw new Error("Cyclic dependency"+o)}if(!u.has(t))throw new Error("Found unknown node. Make sure to provided all involved nodes. Unknown node: "+JSON.stringify(t));if(!a[e]){a[e]=!0;var h=i.get(t)||new Set;if(e=(h=Array.from(h)).length){s.add(t);do{var f=h[--e];l(f,u.get(f),s)}while(e);s.delete(t)}n[--r]=t}}}g.array=$;const w=Object.prototype.toString,O=Error.prototype.toString,A=RegExp.prototype.toString,E="undefined"!=typeof Symbol?Symbol.prototype.toString:()=>"",D=/^Symbol\((.*)\)(.*)$/;function j(t,e=!1){if(null==t||!0===t||!1===t)return""+t;const r=typeof t;if("number"===r)return function(t){return t!=+t?"NaN":0===t&&1/t<0?"-0":""+t}(t);if("string"===r)return e?`"${t}"`:t;if("function"===r)return"[Function "+(t.name||"anonymous")+"]";if("symbol"===r)return E.call(t).replace(D,"Symbol($1)");const n=w.call(t).slice(8,-1);return"Date"===n?isNaN(t.getTime())?""+t:t.toISOString(t):"Error"===n||t instanceof Error?"["+O.call(t)+"]":"RegExp"===n?A.call(t):null}function _(t,e){let r=j(t,e);return null!==r?r:JSON.stringify(t,(function(t,r){let n=j(this[t],e);return null!==n?n:r}),2)}function S(t){return null==t?[]:[].concat(t)}let k=/\$\{\s*(\w+)\s*\}/g;class V extends Error{static formatError(t,e){const r=e.label||e.path||"this";return r!==e.path&&(e=Object.assign({},e,{path:r})),"string"==typeof t?t.replace(k,((t,r)=>_(e[r]))):"function"==typeof t?t(e):t}static isError(t){return t&&"ValidationError"===t.name}constructor(t,e,r,n){super(),this.value=void 0,this.path=void 0,this.type=void 0,this.errors=void 0,this.params=void 0,this.inner=void 0,this.name="ValidationError",this.value=e,this.path=r,this.type=n,this.errors=[],this.inner=[],S(t).forEach((t=>{V.isError(t)?(this.errors.push(...t.errors),this.inner=this.inner.concat(t.inner.length?t.inner:t)):this.errors.push(t)})),this.message=this.errors.length>1?`${this.errors.length} errors occurred`:this.errors[0],Error.captureStackTrace&&Error.captureStackTrace(this,V)}}let M={default:"${path} is invalid",required:"${path} is a required field",defined:"${path} must be defined",notNull:"${path} cannot be null",oneOf:"${path} must be one of the following values: ${values}",notOneOf:"${path} must not be one of the following values: ${values}",notType:({path:t,type:e,value:r,originalValue:n})=>{const a=null!=n&&n!==r?` (cast from the value \`${_(n,!0)}\`).`:".";return"mixed"!==e?`${t} must be a \`${e}\` type, but the final value was: \`${_(r,!0)}\``+a:`${t} must match the configured type. The validated value was: \`${_(r,!0)}\``+a}},C={length:"${path} must be exactly ${length} characters",min:"${path} must be at least ${min} characters",max:"${path} must be at most ${max} characters",matches:'${path} must match the following: "${regex}"',email:"${path} must be a valid email",url:"${path} must be a valid URL",uuid:"${path} must be a valid UUID",trim:"${path} must be a trimmed string",lowercase:"${path} must be a lowercase string",uppercase:"${path} must be a upper case string"},N={noUnknown:"${path} field has unspecified keys: ${unknown}"};Object.assign(Object.create(null),{mixed:M,string:C,number:{min:"${path} must be greater than or equal to ${min}",max:"${path} must be less than or equal to ${max}",lessThan:"${path} must be less than ${less}",moreThan:"${path} must be greater than ${more}",positive:"${path} must be a positive number",negative:"${path} must be a negative number",integer:"${path} must be an integer"},date:{min:"${path} field must be later than ${min}",max:"${path} field must be at earlier than ${max}"},object:N,array:{min:"${path} field must have at least ${min} items",max:"${path} field must have less than or equal to ${max} items",length:"${path} must have ${length} items"},boolean:{isValue:"${path} field must be ${value}"}});const T=t=>t&&t.__isYupSchema__;class z{static fromOptions(t,e){if(!e.then&&!e.otherwise)throw new TypeError("either `then:` or `otherwise:` is required for `when()` conditions");let{is:r,then:n,otherwise:a}=e,s="function"==typeof r?r:(...t)=>t.every((t=>t===r));return new z(t,((t,e)=>{var r;let i=s(...t)?n:a;return null!=(r=null==i?void 0:i(e))?r:e}))}constructor(t,e){this.fn=void 0,this.refs=t,this.refs=t,this.fn=e}resolve(t,e){let r=this.refs.map((t=>t.getValue(null==e?void 0:e.value,null==e?void 0:e.parent,null==e?void 0:e.context))),n=this.fn(r,t,e);if(void 0===n||n===t)return t;if(!T(n))throw new TypeError("conditions must return a schema object");return n.resolve(e)}}class I{constructor(t,e={}){if(this.key=void 0,this.isContext=void 0,this.isValue=void 0,this.isSibling=void 0,this.path=void 0,this.getter=void 0,this.map=void 0,"string"!=typeof t)throw new TypeError("ref must be a string, got: "+t);if(this.key=t.trim(),""===t)throw new TypeError("ref must be a non-empty string");this.isContext="$"===this.key[0],this.isValue="."===this.key[0],this.isSibling=!this.isContext&&!this.isValue,this.path=this.key.slice((this.isContext?"$":this.isValue?".":"").length),this.getter=this.path&&c.getter(this.path,!0),this.map=e.map}getValue(t,e,r){let n=this.isContext?r:this.isValue?t:e;return this.getter&&(n=this.getter(n||{})),this.map&&(n=this.map(n)),n}cast(t,e){return this.getValue(t,null==e?void 0:e.parent,null==e?void 0:e.context)}resolve(){return this}describe(){return{type:"ref",key:this.key}}toString(){return`Ref(${this.key})`}static isRef(t){return t&&t.__isYupRef}}I.prototype.__isYupRef=!0;const P=t=>null==t;function Z(t){function e({value:e,path:r="",options:n,originalValue:a,schema:s},i,u){const{name:l,test:o,params:h,message:f,skipAbsent:c}=t;let{parent:d,context:p,abortEarly:b=s.spec.abortEarly}=n;function v(t){return I.isRef(t)?t.getValue(e,d,p):t}function m(t={}){const n=Object.assign({value:e,originalValue:a,label:s.spec.label,path:t.path||r,spec:s.spec},h,t.params);for(const t of Object.keys(n))n[t]=v(n[t]);const i=new V(V.formatError(t.message||f,n),e,n.path,t.type||l);return i.params=n,i}const x=b?i:u;let F={path:r,parent:d,type:l,from:n.from,createError:m,resolve:v,options:n,originalValue:a,schema:s};const y=t=>{V.isError(t)?x(t):t?u(null):x(m())},g=t=>{V.isError(t)?x(t):i(t)},$=c&&P(e);if(!n.sync){try{Promise.resolve(!!$||o.call(F,e,F)).then(y,g)}catch(t){g(t)}return}let w;try{var O;if(w=!!$||o.call(F,e,F),"function"==typeof(null==(O=w)?void 0:O.then))throw new Error(`Validation test of type: "${F.type}" returned a Promise during a synchronous validate. This test will finish after the validate call has returned`)}catch(t){return void g(t)}y(w)}return e.OPTIONS=t,e}function R(t,e,r,n=r){let a,s,i;return e?(c.forEach(e,((u,l,o)=>{let h=l?u.slice(1,u.length-1):u,f="tuple"===(t=t.resolve({context:n,parent:a,value:r})).type,c=o?parseInt(h,10):0;if(t.innerType||f){if(f&&!o)throw new Error(`Yup.reach cannot implicitly index into a tuple type. the path part "${i}" must contain an index to the tuple element, e.g. "${i}[0]"`);if(r&&c>=r.length)throw new Error(`Yup.reach cannot resolve an array item at index: ${u}, in the path: ${e}. because there is no value at that index. `);a=r,r=r&&r[c],t=f?t.spec.types[c]:t.innerType}if(!o){if(!t.fields||!t.fields[h])throw new Error(`The schema does not contain the path: ${e}. (failed at: ${i} which is a type: "${t.type}")`);a=r,r=r&&r[h],t=t.fields[h]}s=h,i=l?"["+u+"]":"."+u})),{schema:t,parent:a,parentPath:s}):{parent:a,parentPath:e,schema:t}}class q extends Set{describe(){const t=[];for(const e of this.values())t.push(I.isRef(e)?e.describe():e);return t}resolveAll(t){let e=[];for(const r of this.values())e.push(t(r));return e}clone(){return new q(this.values())}merge(t,e){const r=this.clone();return t.forEach((t=>r.add(t))),e.forEach((t=>r.delete(t))),r}}function U(t,e=new Map){if(T(t)||!t||"object"!=typeof t)return t;if(e.has(t))return e.get(t);let r;if(t instanceof Date)r=new Date(t.getTime()),e.set(t,r);else if(t instanceof RegExp)r=new RegExp(t),e.set(t,r);else if(Array.isArray(t)){r=new Array(t.length),e.set(t,r);for(let n=0;n<t.length;n++)r[n]=U(t[n],e)}else if(t instanceof Map){r=new Map,e.set(t,r);for(const[n,a]of t.entries())r.set(n,U(a,e))}else if(t instanceof Set){r=new Set,e.set(t,r);for(const n of t)r.add(U(n,e))}else{if(!(t instanceof Object))throw Error(`Unable to clone ${t}`);r={},e.set(t,r);for(const[n,a]of Object.entries(t))r[n]=U(a,e)}return r}class L{constructor(t){this.type=void 0,this.deps=[],this.tests=void 0,this.transforms=void 0,this.conditions=[],this._mutate=void 0,this.internalTests={},this._whitelist=new q,this._blacklist=new q,this.exclusiveTests=Object.create(null),this._typeCheck=void 0,this.spec=void 0,this.tests=[],this.transforms=[],this.withMutation((()=>{this.typeError(M.notType)})),this.type=t.type,this._typeCheck=t.check,this.spec=Object.assign({strip:!1,strict:!1,abortEarly:!0,recursive:!0,nullable:!1,optional:!0,coerce:!0},null==t?void 0:t.spec),this.withMutation((t=>{t.nonNullable()}))}get _type(){return this.type}clone(t){if(this._mutate)return t&&Object.assign(this.spec,t),this;const e=Object.create(Object.getPrototypeOf(this));return e.type=this.type,e._typeCheck=this._typeCheck,e._whitelist=this._whitelist.clone(),e._blacklist=this._blacklist.clone(),e.internalTests=Object.assign({},this.internalTests),e.exclusiveTests=Object.assign({},this.exclusiveTests),e.deps=[...this.deps],e.conditions=[...this.conditions],e.tests=[...this.tests],e.transforms=[...this.transforms],e.spec=U(Object.assign({},this.spec,t)),e}label(t){let e=this.clone();return e.spec.label=t,e}meta(...t){if(0===t.length)return this.spec.meta;let e=this.clone();return e.spec.meta=Object.assign(e.spec.meta||{},t[0]),e}withMutation(t){let e=this._mutate;this._mutate=!0;let r=t(this);return this._mutate=e,r}concat(t){if(!t||t===this)return this;if(t.type!==this.type&&"mixed"!==this.type)throw new TypeError(`You cannot \`concat()\` schema's of different types: ${this.type} and ${t.type}`);let e=this,r=t.clone();const n=Object.assign({},e.spec,r.spec);return r.spec=n,r.internalTests=Object.assign({},e.internalTests,r.internalTests),r._whitelist=e._whitelist.merge(t._whitelist,t._blacklist),r._blacklist=e._blacklist.merge(t._blacklist,t._whitelist),r.tests=e.tests,r.exclusiveTests=e.exclusiveTests,r.withMutation((e=>{t.tests.forEach((t=>{e.test(t.OPTIONS)}))})),r.transforms=[...e.transforms,...r.transforms],r}isType(t){return null==t?!(!this.spec.nullable||null!==t)||!(!this.spec.optional||void 0!==t):this._typeCheck(t)}resolve(t){let e=this;if(e.conditions.length){let r=e.conditions;e=e.clone(),e.conditions=[],e=r.reduce(((e,r)=>r.resolve(e,t)),e),e=e.resolve(t)}return e}resolveOptions(t){var e,r,n;return Object.assign({},t,{from:t.from||[],strict:null!=(e=t.strict)?e:this.spec.strict,abortEarly:null!=(r=t.abortEarly)?r:this.spec.abortEarly,recursive:null!=(n=t.recursive)?n:this.spec.recursive})}cast(t,e={}){let r=this.resolve(Object.assign({value:t},e)),n="ignore-optionality"===e.assert,a=r._cast(t,e);if(!1!==e.assert&&!r.isType(a)){if(n&&P(a))return a;let s=_(t),i=_(a);throw new TypeError(`The value of ${e.path||"field"} could not be cast to a value that satisfies the schema type: "${r.type}". \n\nattempted value: ${s} \n`+(i!==s?`result of cast: ${i}`:""))}return a}_cast(t,e){let r=void 0===t?t:this.transforms.reduce(((e,r)=>r.call(this,e,t,this)),t);return void 0===r&&(r=this.getDefault()),r}_validate(t,e={},r,n){let{path:a,originalValue:s=t,strict:i=this.spec.strict}=e,u=t;i||(u=this._cast(u,Object.assign({assert:!1},e)));let l=[];for(let t of Object.values(this.internalTests))t&&l.push(t);this.runTests({path:a,value:u,originalValue:s,options:e,tests:l},r,(t=>{if(t.length)return n(t,u);this.runTests({path:a,value:u,originalValue:s,options:e,tests:this.tests},r,n)}))}runTests(t,e,r){let n=!1,{tests:a,value:s,originalValue:i,path:u,options:l}=t,o=t=>{n||(n=!0,e(t,s))},h=t=>{n||(n=!0,r(t,s))},f=a.length,c=[];if(!f)return h([]);let d={value:s,originalValue:i,path:u,options:l,schema:this};for(let t=0;t<a.length;t++)(0,a[t])(d,o,(function(t){t&&(c=c.concat(t)),--f<=0&&h(c)}))}asNestedTest({key:t,index:e,parent:r,parentPath:n,originalParent:a,options:s}){const i=null!=t?t:e;if(null==i)throw TypeError("Must include `key` or `index` for nested validations");const u="number"==typeof i;let l=r[i];const o=Object.assign({},s,{strict:!0,parent:r,value:l,originalValue:a[i],key:void 0,[u?"index":"key"]:i,path:u||i.includes(".")?`${n||""}[${l?i:`"${i}"`}]`:(n?`${n}.`:"")+t});return(t,e,r)=>this.resolve(o)._validate(l,o,e,r)}validate(t,e){let r=this.resolve(Object.assign({},e,{value:t}));return new Promise(((n,a)=>r._validate(t,e,((t,e)=>{V.isError(t)&&(t.value=e),a(t)}),((t,e)=>{t.length?a(new V(t,e)):n(e)}))))}validateSync(t,e){let r;return this.resolve(Object.assign({},e,{value:t}))._validate(t,Object.assign({},e,{sync:!0}),((t,e)=>{throw V.isError(t)&&(t.value=e),t}),((e,n)=>{if(e.length)throw new V(e,t);r=n})),r}isValid(t,e){return this.validate(t,e).then((()=>!0),(t=>{if(V.isError(t))return!1;throw t}))}isValidSync(t,e){try{return this.validateSync(t,e),!0}catch(t){if(V.isError(t))return!1;throw t}}_getDefault(){let t=this.spec.default;return null==t?t:"function"==typeof t?t.call(this):U(t)}getDefault(t){return this.resolve(t||{})._getDefault()}default(t){return 0===arguments.length?this._getDefault():this.clone({default:t})}strict(t=!0){return this.clone({strict:t})}nullability(t,e){const r=this.clone({nullable:t});return r.internalTests.nullable=Z({message:e,name:"nullable",test(t){return null!==t||this.schema.spec.nullable}}),r}optionality(t,e){const r=this.clone({optional:t});return r.internalTests.optionality=Z({message:e,name:"optionality",test(t){return void 0!==t||this.schema.spec.optional}}),r}optional(){return this.optionality(!0)}defined(t=M.defined){return this.optionality(!1,t)}nullable(){return this.nullability(!0)}nonNullable(t=M.notNull){return this.nullability(!1,t)}required(t=M.required){return this.clone().withMutation((e=>e.nonNullable(t).defined(t)))}notRequired(){return this.clone().withMutation((t=>t.nullable().optional()))}transform(t){let e=this.clone();return e.transforms.push(t),e}test(...t){let e;if(e=1===t.length?"function"==typeof t[0]?{test:t[0]}:t[0]:2===t.length?{name:t[0],test:t[1]}:{name:t[0],message:t[1],test:t[2]},void 0===e.message&&(e.message=M.default),"function"!=typeof e.test)throw new TypeError("`test` is a required parameters");let r=this.clone(),n=Z(e),a=e.exclusive||e.name&&!0===r.exclusiveTests[e.name];if(e.exclusive&&!e.name)throw new TypeError("Exclusive tests must provide a unique `name` identifying the test");return e.name&&(r.exclusiveTests[e.name]=!!e.exclusive),r.tests=r.tests.filter((t=>{if(t.OPTIONS.name===e.name){if(a)return!1;if(t.OPTIONS.test===n.OPTIONS.test)return!1}return!0})),r.tests.push(n),r}when(t,e){Array.isArray(t)||"string"==typeof t||(e=t,t=".");let r=this.clone(),n=S(t).map((t=>new I(t)));return n.forEach((t=>{t.isSibling&&r.deps.push(t.key)})),r.conditions.push("function"==typeof e?new z(n,e):z.fromOptions(n,e)),r}typeError(t){let e=this.clone();return e.internalTests.typeError=Z({message:t,name:"typeError",test(t){return!(!P(t)&&!this.schema._typeCheck(t))||this.createError({params:{type:this.schema.type}})}}),e}oneOf(t,e=M.oneOf){let r=this.clone();return t.forEach((t=>{r._whitelist.add(t),r._blacklist.delete(t)})),r.internalTests.whiteList=Z({message:e,name:"oneOf",skipAbsent:!0,test(t){let e=this.schema._whitelist,r=e.resolveAll(this.resolve);return!!r.includes(t)||this.createError({params:{values:Array.from(e).join(", "),resolved:r}})}}),r}notOneOf(t,e=M.notOneOf){let r=this.clone();return t.forEach((t=>{r._blacklist.add(t),r._whitelist.delete(t)})),r.internalTests.blacklist=Z({message:e,name:"notOneOf",test(t){let e=this.schema._blacklist,r=e.resolveAll(this.resolve);return!r.includes(t)||this.createError({params:{values:Array.from(e).join(", "),resolved:r}})}}),r}strip(t=!0){let e=this.clone();return e.spec.strip=t,e}describe(t){const e=(t?this.resolve(t):this).clone(),{label:r,meta:n,optional:a,nullable:s}=e.spec;return{meta:n,label:r,optional:a,nullable:s,default:e.getDefault(t),type:e.type,oneOf:e._whitelist.describe(),notOneOf:e._blacklist.describe(),tests:e.tests.map((t=>({name:t.OPTIONS.name,params:t.OPTIONS.params}))).filter(((t,e,r)=>r.findIndex((e=>e.name===t.name))===e))}}}L.prototype.__isYupSchema__=!0;for(const t of["validate","validateSync"])L.prototype[`${t}At`]=function(e,r,n={}){const{parent:a,parentPath:s,schema:i}=R(this,e,r,n.context);return i[t](a&&a[s],Object.assign({},n,{parent:a,path:e}))};for(const t of["equals","is"])L.prototype[t]=L.prototype.oneOf;for(const t of["not","nope"])L.prototype[t]=L.prototype.notOneOf;let W=/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,H=/^((https?|ftp):)?\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i,K=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i,Y=t=>P(t)||t===t.trim(),J={}.toString();function G(){return new X}class X extends L{constructor(){super({type:"string",check:t=>(t instanceof String&&(t=t.valueOf()),"string"==typeof t)}),this.withMutation((()=>{this.transform(((t,e,r)=>{if(!r.spec.coerce||r.isType(t))return t;if(Array.isArray(t))return t;const n=null!=t&&t.toString?t.toString():t;return n===J?t:n}))}))}required(t){return super.required(t).withMutation((e=>e.test({message:t||M.required,name:"required",skipAbsent:!0,test:t=>!!t.length})))}notRequired(){return super.notRequired().withMutation((t=>(t.tests=t.tests.filter((t=>"required"!==t.OPTIONS.name)),t)))}length(t,e=C.length){return this.test({message:e,name:"length",exclusive:!0,params:{length:t},skipAbsent:!0,test(e){return e.length===this.resolve(t)}})}min(t,e=C.min){return this.test({message:e,name:"min",exclusive:!0,params:{min:t},skipAbsent:!0,test(e){return e.length>=this.resolve(t)}})}max(t,e=C.max){return this.test({name:"max",exclusive:!0,message:e,params:{max:t},skipAbsent:!0,test(e){return e.length<=this.resolve(t)}})}matches(t,e){let r,n,a=!1;return e&&("object"==typeof e?({excludeEmptyString:a=!1,message:r,name:n}=e):r=e),this.test({name:n||"matches",message:r||C.matches,params:{regex:t},skipAbsent:!0,test:e=>""===e&&a||-1!==e.search(t)})}email(t=C.email){return this.matches(W,{name:"email",message:t,excludeEmptyString:!0})}url(t=C.url){return this.matches(H,{name:"url",message:t,excludeEmptyString:!0})}uuid(t=C.uuid){return this.matches(K,{name:"uuid",message:t,excludeEmptyString:!1})}ensure(){return this.default("").transform((t=>null===t?"":t))}trim(t=C.trim){return this.transform((t=>null!=t?t.trim():t)).test({message:t,name:"trim",test:Y})}lowercase(t=C.lowercase){return this.transform((t=>P(t)?t:t.toLowerCase())).test({message:t,name:"string_case",exclusive:!0,skipAbsent:!0,test:t=>P(t)||t===t.toLowerCase()})}uppercase(t=C.uppercase){return this.transform((t=>P(t)?t:t.toUpperCase())).test({message:t,name:"string_case",exclusive:!0,skipAbsent:!0,test:t=>P(t)||t===t.toUpperCase()})}}function B(t,e){let r=1/0;return t.some(((t,n)=>{var a;if(null!=(a=e.path)&&a.includes(t))return r=n,!0})),r}function Q(t){return(e,r)=>B(t,e)-B(t,r)}G.prototype=X.prototype;const tt=(t,e,r)=>{if("string"!=typeof t)return t;let n=t;try{n=JSON.parse(t)}catch(t){}return r.isType(n)?n:t};function et(t){if("fields"in t){const e={};for(const[r,n]of Object.entries(t.fields))e[r]=et(n);return t.setFields(e)}if("array"===t.type){const e=t.optional();return e.innerType&&(e.innerType=et(e.innerType)),e}return"tuple"===t.type?t.optional().clone({types:t.spec.types.map(et)}):"optional"in t?t.optional():t}let rt=t=>"[object Object]"===Object.prototype.toString.call(t);const nt=Q([]);function at(t){return new st(t)}class st extends L{constructor(t){super({type:"object",check:t=>rt(t)||"function"==typeof t}),this.fields=Object.create(null),this._sortErrors=nt,this._nodes=[],this._excludedEdges=[],this.withMutation((()=>{t&&this.shape(t)}))}_cast(t,e={}){var r;let n=super._cast(t,e);if(void 0===n)return this.getDefault();if(!this._typeCheck(n))return n;let a=this.fields,s=null!=(r=e.stripUnknown)?r:this.spec.noUnknown,i=[].concat(this._nodes,Object.keys(n).filter((t=>!this._nodes.includes(t)))),u={},l=Object.assign({},e,{parent:u,__validating:e.__validating||!1}),o=!1;for(const t of i){let r=a[t],i=t in n;if(r){let a,s=n[t];l.path=(e.path?`${e.path}.`:"")+t,r=r.resolve({value:s,context:e.context,parent:u});let i=r instanceof L?r.spec:void 0,h=null==i?void 0:i.strict;if(null!=i&&i.strip){o=o||t in n;continue}a=e.__validating&&h?n[t]:r.cast(n[t],l),void 0!==a&&(u[t]=a)}else i&&!s&&(u[t]=n[t]);i===t in u&&u[t]===n[t]||(o=!0)}return o?u:n}_validate(t,e={},r,n){let{from:a=[],originalValue:s=t,recursive:i=this.spec.recursive}=e;e.from=[{schema:this,value:s},...a],e.__validating=!0,e.originalValue=s,super._validate(t,e,r,((t,a)=>{if(!i||!rt(a))return void n(t,a);s=s||a;let u=[];for(let t of this._nodes){let r=this.fields[t];r&&!I.isRef(r)&&u.push(r.asNestedTest({options:e,key:t,parent:a,parentPath:e.path,originalParent:s}))}this.runTests({tests:u,value:a,originalValue:s,options:e},r,(e=>{n(e.sort(this._sortErrors).concat(t),a)}))}))}clone(t){const e=super.clone(t);return e.fields=Object.assign({},this.fields),e._nodes=this._nodes,e._excludedEdges=this._excludedEdges,e._sortErrors=this._sortErrors,e}concat(t){let e=super.concat(t),r=e.fields;for(let[t,e]of Object.entries(this.fields)){const n=r[t];r[t]=void 0===n?e:n}return e.withMutation((t=>t.setFields(r,this._excludedEdges)))}_getDefault(){if("default"in this.spec)return super._getDefault();if(!this._nodes.length)return;let t={};return this._nodes.forEach((e=>{const r=this.fields[e];t[e]=r&&"getDefault"in r?r.getDefault():void 0})),t}setFields(t,e){let r=this.clone();return r.fields=t,r._nodes=function(t,e=[]){let r=[],n=new Set,a=new Set(e.map((([t,e])=>`${t}-${e}`)));function s(t,e){let s=c.split(t)[0];n.add(s),a.has(`${e}-${s}`)||r.push([e,s])}for(const e of Object.keys(t)){let r=t[e];n.add(e),I.isRef(r)&&r.isSibling?s(r.path,e):T(r)&&"deps"in r&&r.deps.forEach((t=>s(t,e)))}return g.array(Array.from(n),r).reverse()}(t,e),r._sortErrors=Q(Object.keys(t)),e&&(r._excludedEdges=e),r}shape(t,e=[]){return this.clone().withMutation((r=>{let n=r._excludedEdges;return e.length&&(Array.isArray(e[0])||(e=[e]),n=[...r._excludedEdges,...e]),r.setFields(Object.assign(r.fields,t),n)}))}partial(){const t={};for(const[e,r]of Object.entries(this.fields))t[e]="optional"in r&&r.optional instanceof Function?r.optional():r;return this.setFields(t)}deepPartial(){return et(this)}pick(t){const e={};for(const r of t)this.fields[r]&&(e[r]=this.fields[r]);return this.setFields(e)}omit(t){const e=Object.assign({},this.fields);for(const r of t)delete e[r];return this.setFields(e)}from(t,e,r){let n=c.getter(t,!0);return this.transform((a=>{if(!a)return a;let s=a;return((t,e)=>{const r=[...c.normalizePath(e)];if(1===r.length)return r[0]in t;let n=r.pop(),a=c.getter(c.join(r),!0)(t);return!(!a||!(n in a))})(a,t)&&(s=Object.assign({},a),r||delete s[t],s[e]=n(a)),s}))}json(){return this.transform(tt)}noUnknown(t=!0,e=N.noUnknown){"boolean"!=typeof t&&(e=t,t=!0);let r=this.test({name:"noUnknown",exclusive:!0,message:e,test(e){if(null==e)return!0;const r=function(t,e){let r=Object.keys(t.fields);return Object.keys(e).filter((t=>-1===r.indexOf(t)))}(this.schema,e);return!t||0===r.length||this.createError({params:{unknown:r.join(", ")}})}});return r.spec.noUnknown=t,r}unknown(t=!0,e=N.noUnknown){return this.noUnknown(!t,e)}transformKeys(t){return this.transform((e=>{if(!e)return e;const r={};for(const n of Object.keys(e))r[t(n)]=e[n];return r}))}camelCase(){return this.transformKeys(F)}snakeCase(){return this.transformKeys(y)}constantCase(){return this.transformKeys((t=>y(t).toUpperCase()))}describe(t){let e=super.describe(t);e.fields={};for(const[n,a]of Object.entries(this.fields)){var r;let s=t;null!=(r=s)&&r.value&&(s=Object.assign({},s,{parent:s.value,value:s.value[n]})),e.fields[n]=a.describe(s)}return e}}at.prototype=st.prototype;const it=at({address_line1:G().required("Enter street address"),address_line2:G(),address_city:G().required("Enter city"),address_state:G().required("Choose state"),address_postal_code:G().required("Enter ZIP").matches(/^\d{5}/,"Enter a valid ZIP").min(5,"Enter a valid ZIP")}),ut=[{label:"Choose state",value:""},{label:"Alabama",value:"AL"},{label:"Alaska",value:"AK"},{label:"American Samoa",value:"AS"},{label:"Arizona",value:"AZ"},{label:"Arkansas",value:"AR"},{label:"California",value:"CA"},{label:"Colorado",value:"CO"},{label:"Connecticut",value:"CT"},{label:"Delaware",value:"DE"},{label:"District Of Columbia",value:"DC"},{label:"Federated States Of Micronesia",value:"FM"},{label:"Florida",value:"FL"},{label:"Georgia",value:"GA"},{label:"Guam",value:"GU"},{label:"Hawaii",value:"HI"},{label:"Idaho",value:"ID"},{label:"Illinois",value:"IL"},{label:"Indiana",value:"IN"},{label:"Iowa",value:"IA"},{label:"Kansas",value:"KS"},{label:"Kentucky",value:"KY"},{label:"Louisiana",value:"LA"},{label:"Maine",value:"ME"},{label:"Marshall Islands",value:"MH"},{label:"Maryland",value:"MD"},{label:"Massachusetts",value:"MA"},{label:"Michigan",value:"MI"},{label:"Minnesota",value:"MN"},{label:"Mississippi",value:"MS"},{label:"Missouri",value:"MO"},{label:"Montana",value:"MT"},{label:"Nebraska",value:"NE"},{label:"Nevada",value:"NV"},{label:"New Hampshire",value:"NH"},{label:"New Jersey",value:"NJ"},{label:"New Mexico",value:"NM"},{label:"New York",value:"NY"},{label:"North Carolina",value:"NC"},{label:"North Dakota",value:"ND"},{label:"Northern Mariana Islands",value:"MP"},{label:"Ohio",value:"OH"},{label:"Oklahoma",value:"OK"},{label:"Oregon",value:"OR"},{label:"Palau",value:"PW"},{label:"Pennsylvania",value:"PA"},{label:"Puerto Rico",value:"PR"},{label:"Rhode Island",value:"RI"},{label:"South Carolina",value:"SC"},{label:"South Dakota",value:"SD"},{label:"Tennessee",value:"TN"},{label:"Texas",value:"TX"},{label:"Utah",value:"UT"},{label:"Vermont",value:"VT"},{label:"Virgin Islands",value:"VI"},{label:"Virginia",value:"VA"},{label:"Washington",value:"WA"},{label:"West Virginia",value:"WV"},{label:"Wisconsin",value:"WI"},{label:"Wyoming",value:"WY"}],lt=class{constructor(e){t(this,e),this.billingFields={address_line1:"",address_line2:"",address_city:"",address_state:"",address_postal_code:""},this.billingFieldsErrors={}}setFormValue(t){const e=t.detail,r=Object.assign({},this.billingFields);e.name&&(r[e.name]=e.value,this.billingFields=r)}async validate(){const t={};let e=!0;try{await it.validate(this.billingFields,{abortEarly:!1})}catch(r){e=!1,r.inner.map((e=>{t[e.path]=e.message}))}return this.billingFieldsErrors=t,{isValid:e}}render(){return e(r,null,e("fieldset",null,e("text-input",{name:"address_line1",label:"Street Address",defaultValue:this.billingFields.address_line1,error:this.billingFieldsErrors.address_line1}),e("text-input",{name:"address_line2",label:"Apartment, Suite, etc. (optional)",defaultValue:this.billingFields.address_line2,error:this.billingFieldsErrors.address_line2}),e("text-input",{name:"address_city",label:"City",defaultValue:this.billingFields.address_city,error:this.billingFieldsErrors.address_city}),e("select-input",{name:"address_state",label:"State",options:ut,defaultValue:this.billingFields.address_state,error:this.billingFieldsErrors.address_state}),e("text-input",{name:"address_postal_code",label:"ZIP",defaultValue:this.billingFields.address_postal_code,error:this.billingFieldsErrors.address_postal_code})))}};lt.style=":host{display:block}label{display:block}input{margin-bottom:8px}";export{lt as justifi_billing_form}
@@ -1,2 +0,0 @@
1
- let e,t,n,l=!1,o=!1,s=!1,c=!1;const i={},r=e=>"object"==(e=typeof e)||"function"===e,f=(e,t,...n)=>{let l=null,o=null,s=!1,c=!1;const i=[],f=t=>{for(let n=0;n<t.length;n++)l=t[n],Array.isArray(l)?f(l):null!=l&&"boolean"!=typeof l&&((s="function"!=typeof e&&!r(l))&&(l+=""),s&&c?i[i.length-1].t+=l:i.push(s?u(null,l):l),c=s)};if(f(n),t){t.name&&(o=t.name);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}const a=u(e,null);return a.l=t,i.length>0&&(a.o=i),a.i=o,a},u=(e,t)=>({u:0,$:e,t,h:null,o:null,l:null,i:null}),a={},$=(e,t,n)=>{const l=(e=>Q(e).m)(e);return{emit:e=>d(l,t,{bubbles:!!(4&n),composed:!!(2&n),cancelable:!!(1&n),detail:e})}},d=(e,t,n)=>{const l=ce.ce(t,n);return e.dispatchEvent(l),l},h=new WeakMap,y=e=>"sc-"+e.p,b=(e,t,n,l,o,s)=>{if(n!==l){let c=Z(e,t),i=t.toLowerCase();if("class"===t){const t=e.classList,o=p(n),s=p(l);t.remove(...o.filter((e=>e&&!s.includes(e)))),t.add(...s.filter((e=>e&&!o.includes(e))))}else if("style"===t){for(const t in n)l&&null!=l[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in l)n&&l[t]===n[t]||(t.includes("-")?e.style.setProperty(t,l[t]):e.style[t]=l[t])}else if("ref"===t)l&&l(e);else if(c||"o"!==t[0]||"n"!==t[1]){const i=r(l);if((c||i&&null!==l)&&!o)try{if(e.tagName.includes("-"))e[t]=l;else{const o=null==l?"":l;"list"===t?c=!1:null!=n&&e[t]==o||(e[t]=o)}}catch(e){}null==l||!1===l?!1===l&&""!==e.getAttribute(t)||e.removeAttribute(t):(!c||4&s||o)&&!i&&e.setAttribute(t,l=!0===l?"":l)}else t="-"===t[2]?t.slice(3):Z(oe,i)?i.slice(2):i[2]+t.slice(3),n&&ce.rel(e,t,n,!1),l&&ce.ael(e,t,l,!1)}},m=/\s/,p=e=>e?e.split(m):[],w=(e,t,n,l)=>{const o=11===t.h.nodeType&&t.h.host?t.h.host:t.h,s=e&&e.l||i,c=t.l||i;for(l in s)l in c||b(o,l,s[l],void 0,n,t.u);for(l in c)b(o,l,s[l],c[l],n,t.u)},S=(o,c,i,r)=>{const f=c.o[i];let u,a,$,d=0;if(l||(s=!0,"slot"===f.$&&(e&&r.classList.add(e+"-s"),f.u|=f.o?2:1)),null!==f.t)u=f.h=se.createTextNode(f.t);else if(1&f.u)u=f.h=se.createTextNode("");else if(u=f.h=se.createElement(2&f.u?"slot-fb":f.$),w(null,f,!1),null!=e&&u["s-si"]!==e&&u.classList.add(u["s-si"]=e),f.o)for(d=0;d<f.o.length;++d)a=S(o,f,d,u),a&&u.appendChild(a);return u["s-hn"]=n,3&f.u&&(u["s-sr"]=!0,u["s-cr"]=t,u["s-sn"]=f.i||"",$=o&&o.o&&o.o[i],$&&$.$===f.$&&o.h&&g(o.h,!1)),u},g=(e,t)=>{ce.u|=1;const l=e.childNodes;for(let e=l.length-1;e>=0;e--){const o=l[e];o["s-hn"]!==n&&o["s-ol"]&&(M(o).insertBefore(o,C(o)),o["s-ol"].remove(),o["s-ol"]=void 0,s=!0),t&&g(o,t)}ce.u&=-2},k=(e,t,l,o,s,c)=>{let i,r=e["s-cr"]&&e["s-cr"].parentNode||e;for(r.shadowRoot&&r.tagName===n&&(r=r.shadowRoot);s<=c;++s)o[s]&&(i=S(null,l,s,e),i&&(o[s].h=i,r.insertBefore(i,C(t))))},j=(e,t,n,l,s)=>{for(;t<=n;++t)(l=e[t])&&(s=l.h,x(l),o=!0,s["s-ol"]?s["s-ol"].remove():g(s,!0),s.remove())},v=(e,t)=>e.$===t.$&&("slot"!==e.$||e.i===t.i),C=e=>e&&e["s-ol"]||e,M=e=>(e["s-ol"]?e["s-ol"]:e).parentNode,O=(e,t)=>{const n=t.h=e.h,l=e.o,o=t.o,s=t.t;let c;null===s?("slot"===t.$||w(e,t,!1),null!==l&&null!==o?((e,t,n,l)=>{let o,s=0,c=0,i=t.length-1,r=t[0],f=t[i],u=l.length-1,a=l[0],$=l[u];for(;s<=i&&c<=u;)null==r?r=t[++s]:null==f?f=t[--i]:null==a?a=l[++c]:null==$?$=l[--u]:v(r,a)?(O(r,a),r=t[++s],a=l[++c]):v(f,$)?(O(f,$),f=t[--i],$=l[--u]):v(r,$)?("slot"!==r.$&&"slot"!==$.$||g(r.h.parentNode,!1),O(r,$),e.insertBefore(r.h,f.h.nextSibling),r=t[++s],$=l[--u]):v(f,a)?("slot"!==r.$&&"slot"!==$.$||g(f.h.parentNode,!1),O(f,a),e.insertBefore(f.h,r.h),f=t[--i],a=l[++c]):(o=S(t&&t[c],n,c,e),a=l[++c],o&&M(r.h).insertBefore(o,C(r.h)));s>i?k(e,null==l[u+1]?null:l[u+1].h,n,l,c,u):c>u&&j(t,s,i)})(n,l,t,o):null!==o?(null!==e.t&&(n.textContent=""),k(n,null,t,o,0,o.length-1)):null!==l&&j(l,0,l.length-1)):(c=n["s-cr"])?c.parentNode.textContent=s:e.t!==s&&(n.data=s)},P=e=>{const t=e.childNodes;let n,l,o,s,c,i;for(l=0,o=t.length;l<o;l++)if(n=t[l],1===n.nodeType){if(n["s-sr"])for(c=n["s-sn"],n.hidden=!1,s=0;s<o;s++)if(i=t[s].nodeType,t[s]["s-hn"]!==n["s-hn"]||""!==c){if(1===i&&c===t[s].getAttribute("slot")){n.hidden=!0;break}}else if(1===i||3===i&&""!==t[s].textContent.trim()){n.hidden=!0;break}P(n)}},R=[],T=e=>{let t,n,l,s,c,i,r=0;const f=e.childNodes,u=f.length;for(;r<u;r++){if(t=f[r],t["s-sr"]&&(n=t["s-cr"])&&n.parentNode)for(l=n.parentNode.childNodes,s=t["s-sn"],i=l.length-1;i>=0;i--)n=l[i],n["s-cn"]||n["s-nr"]||n["s-hn"]===t["s-hn"]||(N(n,s)?(c=R.find((e=>e.S===n)),o=!0,n["s-sn"]=n["s-sn"]||s,c?c.g=t:R.push({g:t,S:n}),n["s-sr"]&&R.map((e=>{N(e.S,n["s-sn"])&&(c=R.find((e=>e.S===n)),c&&!e.g&&(e.g=c.g))}))):R.some((e=>e.S===n))||R.push({S:n}));1===t.nodeType&&T(t)}},N=(e,t)=>1===e.nodeType?null===e.getAttribute("slot")&&""===t||e.getAttribute("slot")===t:e["s-sn"]===t||""===t,x=e=>{e.l&&e.l.ref&&e.l.ref(null),e.o&&e.o.map(x)},E=(e,t)=>{t&&!e.k&&t["s-p"]&&t["s-p"].push(new Promise((t=>e.k=t)))},L=(e,t)=>{if(e.u|=16,!(4&e.u))return E(e,e.j),ye((()=>W(e,t)));e.u|=512},W=(e,t)=>{const n=e.v;let l;return t&&(e.u|=256,e.C&&(e.C.map((([e,t])=>F(n,e,t))),e.C=null),l=F(n,"componentWillLoad")),V(l,(()=>A(e,n,t)))},A=async(e,t,n)=>{const l=e.m,o=l["s-rc"];n&&(e=>{const t=e.M,n=e.m,l=t.u,o=((e,t)=>{let n=y(t);const l=le.get(n);if(e=11===e.nodeType?e:se,l)if("string"==typeof l){let t,o=h.get(e=e.head||e);o||h.set(e,o=new Set),o.has(n)||(t=se.createElement("style"),t.innerHTML=l,e.insertBefore(t,e.querySelector("link")),o&&o.add(n))}else e.adoptedStyleSheets.includes(l)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,l]);return n})(n.shadowRoot?n.shadowRoot:n.getRootNode(),t);10&l&&(n["s-sc"]=o,n.classList.add(o+"-h"))})(e);H(e,t),o&&(o.map((e=>e())),l["s-rc"]=void 0);{const t=l["s-p"],n=()=>U(e);0===t.length?n():(Promise.all(t).then(n),e.u|=4,t.length=0)}},H=(c,i)=>{try{i=i.render(),c.u&=-17,c.u|=2,((c,i)=>{const r=c.m,$=c.M,d=c.O||u(null,null),h=(e=>e&&e.$===a)(i)?i:f(null,null,i);if(n=r.tagName,h.$=null,h.u|=4,c.O=h,h.h=d.h=r.shadowRoot||r,e=r["s-sc"],t=r["s-cr"],l=0!=(1&$.u),o=!1,O(d,h),ce.u|=1,s){let e,t,n,l,o,s;T(h.h);let c=0;for(;c<R.length;c++)e=R[c],t=e.S,t["s-ol"]||(n=se.createTextNode(""),n["s-nr"]=t,t.parentNode.insertBefore(t["s-ol"]=n,t));for(c=0;c<R.length;c++)if(e=R[c],t=e.S,e.g){for(l=e.g.parentNode,o=e.g.nextSibling,n=t["s-ol"];n=n.previousSibling;)if(s=n["s-nr"],s&&s["s-sn"]===t["s-sn"]&&l===s.parentNode&&(s=s.nextSibling,!s||!s["s-nr"])){o=s;break}(!o&&l!==t.parentNode||t.nextSibling!==o)&&t!==o&&(!t["s-hn"]&&t["s-ol"]&&(t["s-hn"]=t["s-ol"].parentNode.nodeName),l.insertBefore(t,o))}else 1===t.nodeType&&(t.hidden=!0)}o&&P(h.h),ce.u&=-2,R.length=0})(c,i)}catch(e){ee(e,c.m)}return null},U=e=>{const t=e.m,n=e.j;64&e.u||(e.u|=64,_(t),e.P(t),n||q()),e.R(t),e.k&&(e.k(),e.k=void 0),512&e.u&&he((()=>L(e,!1))),e.u&=-517},q=()=>{_(se.documentElement),he((()=>d(oe,"appload",{detail:{namespace:"webcomponents"}})))},F=(e,t,n)=>{if(e&&e[t])try{return e[t](n)}catch(e){ee(e)}},V=(e,t)=>e&&e.then?e.then(t):t(),_=e=>e.classList.add("hydrated"),z=(e,t,n)=>{if(t.T){e.watchers&&(t.N=e.watchers);const l=Object.entries(t.T),o=e.prototype;if(l.map((([e,[l]])=>{31&l||2&n&&32&l?Object.defineProperty(o,e,{get(){return((e,t)=>Q(this).L.get(t))(0,e)},set(n){((e,t,n,l)=>{const o=Q(e),s=o.m,c=o.L.get(t),i=o.u,f=o.v;if(n=((e,t)=>null==e||r(e)?e:1&t?e+"":e)(n,l.T[t][0]),(!(8&i)||void 0===c)&&n!==c&&(!Number.isNaN(c)||!Number.isNaN(n))&&(o.L.set(t,n),f)){if(l.N&&128&i){const e=l.N[t];e&&e.map((e=>{try{f[e](n,c,t)}catch(e){ee(e,s)}}))}if(2==(18&i)){if(f.componentShouldUpdate&&!1===f.componentShouldUpdate(n,c,t))return;L(o,!1)}}})(this,e,n,t)},configurable:!0,enumerable:!0}):1&n&&64&l&&Object.defineProperty(o,e,{value(...t){const n=Q(this);return n.W.then((()=>n.v[e](...t)))}})})),1&n){const t=new Map;o.attributeChangedCallback=function(e,n,l){ce.jmp((()=>{const n=t.get(e);if(this.hasOwnProperty(n))l=this[n],delete this[n];else if(o.hasOwnProperty(n)&&"number"==typeof this[n]&&this[n]==l)return;this[n]=(null!==l||"boolean"!=typeof this[n])&&l}))},e.observedAttributes=l.filter((([e,t])=>15&t[0])).map((([e,n])=>{const l=n[1]||e;return t.set(l,e),l}))}}return e},B=e=>{F(e,"connectedCallback")},D=(e,t={})=>{const n=[],l=t.exclude||[],o=oe.customElements,s=se.head,c=s.querySelector("meta[charset]"),i=se.createElement("style"),r=[];let f,u=!0;Object.assign(ce,t),ce.A=new URL(t.resourcesUrl||"./",se.baseURI).href,e.map((e=>{e[1].map((t=>{const s={u:t[0],p:t[1],T:t[2],H:t[3]};s.T=t[2],s.H=t[3],s.N={};const c=s.p,i=class extends HTMLElement{constructor(e){super(e),Y(e=this,s),1&s.u&&e.attachShadow({mode:"open"})}connectedCallback(){f&&(clearTimeout(f),f=null),u?r.push(this):ce.jmp((()=>(e=>{if(0==(1&ce.u)){const t=Q(e),n=t.M,l=()=>{};if(1&t.u)G(e,t,n.H),B(t.v);else{t.u|=1,12&n.u&&(e=>{const t=e["s-cr"]=se.createComment("");t["s-cn"]=!0,e.insertBefore(t,e.firstChild)})(e);{let n=e;for(;n=n.parentNode||n.host;)if(n["s-p"]){E(t,t.j=n);break}}n.T&&Object.entries(n.T).map((([t,[n]])=>{if(31&n&&e.hasOwnProperty(t)){const n=e[t];delete e[t],e[t]=n}})),(async(e,t,n,l,o)=>{if(0==(32&t.u)){{if(t.u|=32,(o=ne(n)).then){const e=()=>{};o=await o,e()}o.isProxied||(n.N=o.watchers,z(o,n,2),o.isProxied=!0);const e=()=>{};t.u|=8;try{new o(t)}catch(e){ee(e)}t.u&=-9,t.u|=128,e(),B(t.v)}if(o.style){let e=o.style;const t=y(n);if(!le.has(t)){const l=()=>{};((e,t,n)=>{let l=le.get(e);re&&n?(l=l||new CSSStyleSheet,"string"==typeof l?l=t:l.replaceSync(t)):l=t,le.set(e,l)})(t,e,!!(1&n.u)),l()}}}const s=t.j,c=()=>L(t,!0);s&&s["s-rc"]?s["s-rc"].push(c):c()})(0,t,n)}l()}})(this)))}disconnectedCallback(){ce.jmp((()=>(()=>{if(0==(1&ce.u)){const e=Q(this),t=e.v;e.U&&(e.U.map((e=>e())),e.U=void 0),F(t,"disconnectedCallback")}})()))}componentOnReady(){return Q(this).q}};s.F=e[0],l.includes(c)||o.get(c)||(n.push(c),o.define(c,z(i,s,1)))}))})),i.innerHTML=n+"{visibility:hidden}.hydrated{visibility:inherit}",i.setAttribute("data-styles",""),s.insertBefore(i,c?c.nextSibling:s.firstChild),u=!1,r.length?r.map((e=>e.connectedCallback())):ce.jmp((()=>f=setTimeout(q,30)))},G=(e,t,n)=>{n&&n.map((([n,l,o])=>{const s=e,c=I(t,o),i=J(n);ce.ael(s,l,c,i),(t.U=t.U||[]).push((()=>ce.rel(s,l,c,i)))}))},I=(e,t)=>n=>{try{256&e.u?e.v[t](n):(e.C=e.C||[]).push([t,n])}catch(e){ee(e)}},J=e=>0!=(2&e),K=new WeakMap,Q=e=>K.get(e),X=(e,t)=>K.set(t.v=e,t),Y=(e,t)=>{const n={u:0,m:e,M:t,L:new Map};return n.W=new Promise((e=>n.R=e)),n.q=new Promise((e=>n.P=e)),e["s-p"]=[],e["s-rc"]=[],G(e,n,t.H),K.set(e,n)},Z=(e,t)=>t in e,ee=(e,t)=>(0,console.error)(e,t),te=new Map,ne=e=>{const t=e.p.replace(/-/g,"_"),n=e.F,l=te.get(n);return l?l[t]:import(`./${n}.entry.js`).then((e=>(te.set(n,e),e[t])),ee)
2
- /*!__STENCIL_STATIC_IMPORT_SWITCH__*/},le=new Map,oe="undefined"!=typeof window?window:{},se=oe.document||{head:{}},ce={u:0,A:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,n,l)=>e.addEventListener(t,n,l),rel:(e,t,n,l)=>e.removeEventListener(t,n,l),ce:(e,t)=>new CustomEvent(e,t)},ie=e=>Promise.resolve(e),re=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(e){}return!1})(),fe=[],ue=[],ae=(e,t)=>n=>{e.push(n),c||(c=!0,t&&4&ce.u?he(de):ce.raf(de))},$e=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){ee(e)}e.length=0},de=()=>{$e(fe),$e(ue),(c=fe.length>0)&&ce.raf(de)},he=e=>ie().then(e),ye=ae(ue,!0);export{a as H,D as b,$ as c,f as h,ie as p,X as r}