(self.webpackChunkCustomerApp=self.webpackChunkCustomerApp||[]).push([[8134],{67228:e=>{e.exports=function(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,s=new Array(r);t<r;t++)s[t]=e[t];return s},e.exports.__esModule=!0,e.exports.default=e.exports},22858:e=>{e.exports=function(e){if(Array.isArray(e))return e},e.exports.__esModule=!0,e.exports.default=e.exports},95318:e=>{e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},13884:e=>{e.exports=function(e,r){var t=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var s,o,i=[],n=!0,u=!1;try{for(t=t.call(e);!(n=(s=t.next()).done)&&(i.push(s.value),!r||i.length!==r);n=!0);}catch(e){u=!0,o=e}finally{try{n||null==t.return||t.return()}finally{if(u)throw o}}return i}},e.exports.__esModule=!0,e.exports.default=e.exports},80521:e=>{e.exports=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.")},e.exports.__esModule=!0,e.exports.default=e.exports},63038:(e,r,t)=>{var s=t(22858),o=t(13884),i=t(60379),n=t(80521);e.exports=function(e,r){return s(e)||o(e,r)||i(e,r)||n()},e.exports.__esModule=!0,e.exports.default=e.exports},60379:(e,r,t)=>{var s=t(67228);e.exports=function(e,r){if(e){if("string"==typeof e)return s(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?s(e,r):void 0}},e.exports.__esModule=!0,e.exports.default=e.exports},14732:(e,r,t)=>{"use strict";t.d(r,{Z:()=>s});const s=new(0,t(64897).Z)},86086:(e,r,t)=>{"use strict";t.d(r,{Z:()=>u});var s=t(22805),o=t(14732),i=t(73759),n=t.n(i);class u{constructor(e){"ios"===s.default.OS&&(n()(null!=e,"`new NativeEventEmitter()` requires a non-null argument."),this._nativeModule=e)}addListener(e,r,t){var s;null==(s=this._nativeModule)||s.addListener(e);var i=o.Z.addListener(e,r,t);return{remove:()=>{var e;null!=i&&(null==(e=this._nativeModule)||e.removeListeners(1),i.remove(),i=null)}}}removeListener(e,r){var t;null==(t=this._nativeModule)||t.removeListeners(1),o.Z.removeListener(e,r)}emit(e){for(var r=arguments.length,t=new Array(r>1?r-1:0),s=1;s<r;s++)t[s-1]=arguments[s];o.Z.emit(e,...t)}removeAllListeners(e){var r;n()(null!=e,"`NativeEventEmitter.removeAllListener()` requires a non-null argument."),null==(r=this._nativeModule)||r.removeListeners(this.listenerCount(e)),o.Z.removeAllListeners(e)}listenerCount(e){return o.Z.listenerCount(e)}}},64897:(e,r,t)=>{"use strict";t.d(r,{Z:()=>a});var s=t(73759),o=t.n(s);const i=class{constructor(e){this.subscriber=e}remove(){this.subscriber.removeSubscription(this)}};const n=class extends i{constructor(e,r,t,s){super(r),this.emitter=e,this.listener=t,this.context=s}remove(){this.emitter.removeSubscription(this)}};const u=class{constructor(){this._subscriptionsForType={}}addSubscription(e,r){o()(r.subscriber===this,"The subscriber of the subscription is incorrectly set."),this._subscriptionsForType[e]||(this._subscriptionsForType[e]=[]);var t=this._subscriptionsForType[e].length;return this._subscriptionsForType[e].push(r),r.eventType=e,r.key=t,r}removeAllSubscriptions(e){null==e?this._subscriptionsForType={}:delete this._subscriptionsForType[e]}removeSubscription(e){var r=e.eventType,t=e.key,s=this._subscriptionsForType[r];s&&delete s[t]}getSubscriptionsForType(e){return this._subscriptionsForType[e]}};var l=()=>!0;const a=class{constructor(e){this._subscriber=e||new u}addListener(e,r,t){return this._subscriber.addSubscription(e,new n(this,this._subscriber,r,t))}removeAllListeners(e){this._subscriber.removeAllSubscriptions(e)}removeSubscription(e){o()(e.emitter===this,"Subscription does not belong to this emitter."),this._subscriber.removeSubscription(e)}listenerCount(e){var r=this._subscriber.getSubscriptionsForType(e);return r?r.filter(l).length:0}emit(e){var r=this._subscriber.getSubscriptionsForType(e);if(r){for(var t=arguments.length,s=new Array(t>1?t-1:0),o=1;o<t;o++)s[o-1]=arguments[o];for(var i=0,n=r.length;i<n;i++){var u=r[i];u&&u.listener&&u.listener.apply(u.context,s)}}}removeListener(e,r){console.error("EventEmitter.removeListener('"+e+"', ...): Method has been deprecated. Please instead use `remove()` on the subscription returned by `EventEmitter.addListener`.");var t=this._subscriber.getSubscriptionsForType(e);if(t)for(var s=0,o=t.length;s<o;s++){var i=t[s];i&&i.listener===r&&i.remove()}}}}}]);