@icanbwell/composite 1.472.1 → 1.474.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/138.index.js CHANGED
@@ -348,6 +348,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
348
348
  label
349
349
  position
350
350
  }
351
+ pharmacyTile {
352
+ description
353
+ enabled
354
+ icon
355
+ label
356
+ position
357
+ }
351
358
  }
352
359
  directConnection {
353
360
  description
@@ -390,6 +397,14 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
390
397
  showRequestConnectionButton
391
398
  noMatchesDescription
392
399
  }
400
+ searchByPharmacy {
401
+ emptyState {
402
+ enabled
403
+ placeholder
404
+ }
405
+ showRequestConnectionButton
406
+ noMatchesDescription
407
+ }
393
408
  }
394
409
  portalRedirectUrl
395
410
  privacyPolicyLink
@@ -458,6 +473,11 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
458
473
  icon
459
474
  enabled
460
475
  }
476
+ clinicalNotes {
477
+ label
478
+ icon
479
+ enabled
480
+ }
461
481
  }
462
482
  dataDisclaimerFooter {
463
483
  enabled
@@ -681,6 +701,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
681
701
  successDocIcon
682
702
  buildingIcon
683
703
  doctorIcon
704
+ medicinesIcon
684
705
  }
685
706
  }
686
707
  }
@@ -972,6 +993,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
972
993
  $offset: Int
973
994
  $order_by: [OrderByInput]
974
995
  $organization_type: [OrganizationTypeEnum]
996
+ $query_source: SourceEnum
975
997
  $search: String
976
998
  $search_as_you_type: SearchAsYouTypeInput
977
999
  $search_position: SearchPosition
@@ -997,6 +1019,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
997
1019
  offset: $offset
998
1020
  orderBy: $order_by
999
1021
  organizationType: $organization_type
1022
+ querySource: $query_source
1000
1023
  search: $search
1001
1024
  searchAsYouType: $search_as_you_type
1002
1025
  searchPosition: $search_position
@@ -1116,11 +1139,19 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1116
1139
  $client: [ClientInput]
1117
1140
  $id_: [String]
1118
1141
  $index: [IndexEnum]
1142
+ $query_source: SourceEnum
1119
1143
  $search_position: SearchPosition
1120
1144
  $user: UserInput
1121
1145
  ) {
1122
1146
  searchProviders(
1123
- searchProvidersInput: { client: $client, id: $id_, index: $index, searchPosition: $search_position, user: $user }
1147
+ searchProvidersInput: {
1148
+ client: $client
1149
+ id: $id_
1150
+ index: $index
1151
+ querySource: $query_source
1152
+ searchPosition: $search_position
1153
+ user: $user
1154
+ }
1124
1155
  ) {
1125
1156
  results {
1126
1157
  acceptingNew
@@ -2596,6 +2627,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
2596
2627
  label
2597
2628
  position
2598
2629
  }
2630
+ pharmacyTile {
2631
+ description
2632
+ enabled
2633
+ icon
2634
+ label
2635
+ position
2636
+ }
2599
2637
  }
2600
2638
  directConnection {
2601
2639
  description
@@ -2638,6 +2676,14 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
2638
2676
  showRequestConnectionButton
2639
2677
  noMatchesDescription
2640
2678
  }
2679
+ searchByPharmacy {
2680
+ emptyState {
2681
+ enabled
2682
+ placeholder
2683
+ }
2684
+ showRequestConnectionButton
2685
+ noMatchesDescription
2686
+ }
2641
2687
  }
2642
2688
  portalRedirectUrl
2643
2689
  privacyPolicyLink
@@ -2706,6 +2752,11 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
2706
2752
  icon
2707
2753
  enabled
2708
2754
  }
2755
+ clinicalNotes {
2756
+ label
2757
+ icon
2758
+ enabled
2759
+ }
2709
2760
  }
2710
2761
  dataDisclaimerFooter {
2711
2762
  enabled
@@ -2929,6 +2980,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
2929
2980
  successDocIcon
2930
2981
  buildingIcon
2931
2982
  doctorIcon
2983
+ medicinesIcon
2932
2984
  }
2933
2985
  }
2934
2986
  }
@@ -4031,6 +4083,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
4031
4083
  $offset: Int
4032
4084
  $order_by: [OrderByInput]
4033
4085
  $organization_type: [OrganizationTypeEnum]
4086
+ $query_source: SourceEnum
4034
4087
  $search: String
4035
4088
  $search_as_you_type: SearchAsYouTypeInput
4036
4089
  $search_position: SearchPosition
@@ -4056,6 +4109,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
4056
4109
  offset: $offset
4057
4110
  orderBy: $order_by
4058
4111
  organizationType: $organization_type
4112
+ querySource: $query_source
4059
4113
  search: $search
4060
4114
  searchAsYouType: $search_as_you_type
4061
4115
  searchPosition: $search_position
@@ -4175,11 +4229,19 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
4175
4229
  $client: [ClientInput]
4176
4230
  $id_: [String]
4177
4231
  $index: [IndexEnum]
4232
+ $query_source: SourceEnum
4178
4233
  $search_position: SearchPosition
4179
4234
  $user: UserInput
4180
4235
  ) {
4181
4236
  searchProviders(
4182
- searchProvidersInput: { client: $client, id: $id_, index: $index, searchPosition: $search_position, user: $user }
4237
+ searchProvidersInput: {
4238
+ client: $client
4239
+ id: $id_
4240
+ index: $index
4241
+ querySource: $query_source
4242
+ searchPosition: $search_position
4243
+ user: $user
4244
+ }
4183
4245
  ) {
4184
4246
  results {
4185
4247
  acceptingNew
package/index.js CHANGED
@@ -73,7 +73,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
73
73
  <div class="wrapper">
74
74
  <bwell-error-component />
75
75
  </div>
76
- `}}customElements.get(R)===void 0&&customElements.define(R,k);const z=[{name:"loader",defaultElement:document.createElement(E)},{name:"error",defaultElement:document.createElement(R)}],te=["error","loading"],q={error:"error",loading:"loader"},ie=({src:Z,elementNameSuffix:P})=>(0,t.sH)(void 0,void 0,void 0,function*(){var F,$,_,D,Y,ee,re,ce,fe,ue,ne,xe,Oe,ye,me;window.bwell||(window.bwell=new v);const he=`bwell-${P}`;if(customElements.get(he)!==void 0)return;class Se extends i{constructor(){super(),F.add(this),$.set(this,(0,l.Ak)()),_.set(this,void 0),D.set(this,document.createElement("feature-app-loader")),Y.set(this,new f.EventEmitter),ee.set(this,void 0),re.set(this,void 0),ce.set(this,void 0),fe.set(this,void 0),ue.set(this,void 0),ne.set(this,void 0),this.attachShadow({mode:"open"});const oe=new Q(z).attachToShadowRoot(this.shadowRoot);oe.addEventListener("visibilitychange",({visibility:de,container:Ee,name:we})=>{we==="error"&&de==="visible"&&window.bwell._registerEmbeddableContent(Ee),(0,t.gn)(this,D,"f").style.display=de==="hidden"?"unset":"hidden"}),(0,t.GG)(this,ne,{slots:oe,attributes:new U().bindTo(this),loaderEventEmitter:(0,t.gn)(this,Y,"f")},"f"),(0,t.GG)(this,ee,(0,t.gn)(this,F,"m",xe).bind(this),"f"),(0,t.GG)(this,re,(0,t.gn)(this,F,"m",Oe).bind(this),"f"),(0,t.GG)(this,ce,(0,t.gn)(this,F,"m",me).call(this,"error"),"f"),(0,t.GG)(this,fe,(0,t.gn)(this,F,"m",me).call(this,"loading"),"f")}connectedCallback(){return(0,t.sH)(this,void 0,void 0,function*(){(0,t.gn)(this,ce,"f").call(this,(0,t.gn)(this,ne,"f").attributes.get("error")),(0,t.gn)(this,fe,"f").call(this,(0,t.gn)(this,ne,"f").attributes.get("loading")),(0,t.gn)(this,ne,"f").slots.addEventListener("visibilitychange",(0,t.gn)(this,re,"f")),(0,t.gn)(this,ne,"f").attributes.addChangeListener("error",(0,t.gn)(this,ce,"f")),(0,t.gn)(this,ne,"f").attributes.addChangeListener("loading",(0,t.gn)(this,fe,"f")),(0,t.gn)(this,ne,"f").slots.showSlot("loader");try{yield window.bwell.validateLoad()}catch{(0,t.gn)(this,ne,"f").slots.showSlot("error")}(0,t.GG)(this,$,this.id||(0,t.gn)(this,$,"f"),"f"),(0,t.GG)(this,_,new c((0,t.gn)(this,$,"f")),"f"),(0,t.gn)(this,_,"f").registerDispatcher(oe=>this.dispatchEvent(oe)),window.bwell.isInitialized?(0,t.gn)(this,ee,"f").call(this):(window.bwell.once("initialized",(0,t.gn)(this,ee,"f")),window.bwell.once("error",()=>{(0,t.gn)(this,ne,"f").slots.showSlot("error")}))})}disconnectedCallback(){var oe;(0,t.gn)(this,Y,"f").emit("disconnect"),(0,t.gn)(this,ne,"f").slots.removeEventListener("visibilitychange",(0,t.gn)(this,re,"f")),(0,t.gn)(this,ne,"f").attributes.removeChangeListener("error",(0,t.gn)(this,ce,"f")),(0,t.gn)(this,ne,"f").attributes.removeChangeListener("loading",(0,t.gn)(this,fe,"f")),(oe=(0,t.gn)(this,_,"f"))===null||oe===void 0||oe.deregister(),(0,t.gn)(this,Y,"f").removeAllListeners()}}$=new WeakMap,_=new WeakMap,D=new WeakMap,Y=new WeakMap,ee=new WeakMap,re=new WeakMap,ce=new WeakMap,fe=new WeakMap,ue=new WeakMap,ne=new WeakMap,F=new WeakSet,xe=function(){(0,t.gn)(this,D,"f").setAttribute("featureAppId",`bwell-embeddable:${he}`),(0,t.gn)(this,D,"f").setAttribute("src",Z),(0,t.gn)(this,D,"f").config={id:(0,t.gn)(this,$,"f"),name:P,elementName:he,utils:(0,t.gn)(this,ne,"f")},this.shadowRoot.appendChild((0,t.gn)(this,D,"f"))},Oe=function({visibility:oe,name:de}){(0,t.gn)(this,D,"f").style.display=oe==="hidden"?"unset":"hidden"},ye=function(oe){(0,t.gn)(this,ue,"f")(),(0,t.GG)(this,ue,void 0,"f")},me=function(oe){return de=>{const Ee=te.findIndex(ve=>ve===oe);if(!te.slice(0,Ee).some(ve=>(0,t.gn)(this,ne,"f").attributes.get(ve)!==null)){if(de!==null)(0,t.gn)(this,ue,"f")&&(0,t.gn)(this,F,"m",ye).call(this,oe),(0,t.GG)(this,ue,(0,t.gn)(this,ne,"f").slots.showSlotLocked(q[oe]),"f");else if(de===null&&(0,t.gn)(this,ue,"f")){(0,t.gn)(this,F,"m",ye).call(this,oe);const ve=te.find(Te=>(0,t.gn)(this,ne,"f").attributes.get(Te)!==null);ve&&(0,t.GG)(this,ue,(0,t.gn)(this,ne,"f").slots.showSlotLocked(q[ve]),"f")}}}},customElements.define(he,Se)}),se={rE:"1.472.1"},ae="composite";var le=e(7321);ie({src:`https://embeddables.prod.icanbwell.com/${ae}/${se.rE}/scripts/embeddable.federated.js`,elementNameSuffix:ae})},992:(r,u,e)=>{"use strict";Object.defineProperty(u,"__esModule",{value:!0}),u.Broadcaster=void 0;var t=e(46),i=function(){function o(n,s){if(s===void 0&&(s=0),this.emitter=new t.EventEmitter,typeof n>"u"||n.length===0)throw new Error("Broadcaster must have a name");this._name=n,this.emitter.setMaxListeners(s)}return Object.defineProperty(o.prototype,"name",{get:function(){return this._name},enumerable:!1,configurable:!0}),o.prototype.emit=function(n){this.emitter.emit(this._name,n)},o.prototype.addListener=function(n){return this._addListener("addListener",n)},o.prototype.on=function(n){return this.addListener(n)},o.prototype.prependListener=function(n){return this._addListener("prependListener",n)},o.prototype.once=function(n){return this._addListener("once",n)},o.prototype.prependOnceListener=function(n){return this._addListener("prependOnceListener",n)},o.prototype.removeListener=function(n){this._proxyListener("removeListener",n)},o.prototype.off=function(n){this.removeListener(n)},o.prototype.removeAllListeners=function(){this.emitter.removeAllListeners(this._name)},o.prototype.getMaxListeners=function(){return this.emitter.getMaxListeners()},o.prototype.setMaxListeners=function(n){this.emitter.setMaxListeners(n)},o.prototype.getEventEmitter=function(){return this.emitter},o.prototype.listeners=function(){return this.emitter.listeners(this._name)},o.prototype.rawListeners=function(){return this.emitter.rawListeners(this._name)},o.prototype.listenerCount=function(){return this.emitter.listenerCount(this._name)},o.prototype._proxyListener=function(n,s){this.emitter[n](this._name,s)},o.prototype._createUnsubscribe=function(n){var s=this;return function(){s.emitter.removeListener(s._name,n)}},o.prototype._addListener=function(n,s){return this._proxyListener(n,s),this._createUnsubscribe(s)},o.prototype.destroy=function(){this.emitter.removeAllListeners()},o}();u.Broadcaster=i},9987:function(r,u,e){"use strict";var t=this&&this.__extends||function(){var s=function(a,c){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(l,d){l.__proto__=d}||function(l,d){for(var m in d)Object.prototype.hasOwnProperty.call(d,m)&&(l[m]=d[m])},s(a,c)};return function(a,c){if(typeof c!="function"&&c!==null)throw new TypeError("Class extends value "+String(c)+" is not a constructor or null");s(a,c);function l(){this.constructor=a}a.prototype=c===null?Object.create(c):(l.prototype=c.prototype,new l)}}();Object.defineProperty(u,"__esModule",{value:!0}),u.Channel=void 0;var i=e(992),o=e(1987),n=function(s){t(a,s);function a(c,l){l===void 0&&(l=0);var d=s.call(this,c,l)||this;return d.topics={},d._onTopicDestroyed=d._onTopicDestroyed.bind(d),d._onTopicEmit=d._onTopicEmit.bind(d),d}return a.prototype.emit=function(c){var l={channel:this.name,topic:"*",payload:c};s.prototype.emit.call(this,l)},a.prototype.topic=function(c){var l=this.topics[c];return typeof l>"u"&&(l=this.topics[c]=new o.Topic(c,this.name,this.getMaxListeners()),l.getEventEmitter().on("topic_destroyed",this._onTopicDestroyed),l.on(this._onTopicEmit)),l},a.prototype.hasTopic=function(c){return Boolean(this.topics[c])},a.prototype.removeTopic=function(c){var l=this.topics[c];return typeof l<"u"?(delete this.topics[c],l.destroy(),!0):!1},a.prototype.getAllTopics=function(){return Object.values(this.topics)},a.prototype._onTopicEmit=function(c){s.prototype.emit.call(this,c)},a.prototype._onTopicDestroyed=function(c){delete this.topics[c]},a.prototype.destroy=function(){for(var c in this.topics)this.removeTopic(c);this.emitter.emit("channel_destroyed",this.name),s.prototype.destroy.call(this)},a}(i.Broadcaster);u.Channel=n},5447:(r,u,e)=>{"use strict";Object.defineProperty(u,"__esModule",{value:!0}),u.EventBus=void 0;var t=e(9987),i=function(){function o(n){this.channels={},n=typeof n>"u"?{}:n,this._maxListeners=n.maxListeners===void 0?0:n.maxListeners,this.onChannelDestroyed=this.onChannelDestroyed.bind(this),this.createMainChannel(),this.onChannelEmit=this.onChannelEmit.bind(this)}return o.prototype.createMainChannel=function(){var n=this;this.defaultChannel=new t.Channel("*",this._maxListeners),this.channels["*"]=this.defaultChannel,this.defaultChannel.getEventEmitter().on("channel_destroyed",function(){n.createMainChannel()})},o.prototype.mainChannel=function(){return this.defaultChannel},o.prototype.allChannels=function(){return this.mainChannel()},o.prototype.channel=function(n){var s=this.channels[n];return typeof s>"u"&&(s=this.channels[n]=new t.Channel(n,this._maxListeners),s.on(this.onChannelEmit),s.getEventEmitter().on("channel_destroyed",this.onChannelDestroyed)),s},o.prototype.hasChannel=function(n){return Boolean(this.channels[n])},o.prototype.removeChannel=function(n){if(n==="*")throw new Error("Can't remove default channel");var s=this.channels[n];return typeof s<"u"?(s.destroy(),!0):!1},o.prototype.onChannelEmit=function(n){var s=n.topic;if(this.defaultChannel.hasTopic(s)){var a={topic:n.topic,channel:n.channel,payload:n.payload};this.defaultChannel.topic(s).getEventEmitter().emit(s,a)}this.defaultChannel.getEventEmitter().emit(this.defaultChannel.name,n)},o.prototype.onChannelDestroyed=function(n){delete this.channels[n]},o.prototype.getAllChannels=function(){return Object.values(this.channels)},o.prototype.destroy=function(){for(var n in this.channels)this.channels[n].destroy()},o}();u.EventBus=i},4032:function(r,u,e){"use strict";var t=this&&this.__createBinding||(Object.create?function(o,n,s,a){a===void 0&&(a=s),Object.defineProperty(o,a,{enumerable:!0,get:function(){return n[s]}})}:function(o,n,s,a){a===void 0&&(a=s),o[a]=n[s]}),i=this&&this.__exportStar||function(o,n){for(var s in o)s!=="default"&&!Object.prototype.hasOwnProperty.call(n,s)&&t(n,o,s)};Object.defineProperty(u,"__esModule",{value:!0}),i(e(992),u),i(e(5447),u),i(e(9987),u),i(e(1987),u)},1987:function(r,u,e){"use strict";var t=this&&this.__extends||function(){var n=function(s,a){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(c,l){c.__proto__=l}||function(c,l){for(var d in l)Object.prototype.hasOwnProperty.call(l,d)&&(c[d]=l[d])},n(s,a)};return function(s,a){if(typeof a!="function"&&a!==null)throw new TypeError("Class extends value "+String(a)+" is not a constructor or null");n(s,a);function c(){this.constructor=s}s.prototype=a===null?Object.create(a):(c.prototype=a.prototype,new c)}}();Object.defineProperty(u,"__esModule",{value:!0}),u.Topic=void 0;var i=e(992),o=function(n){t(s,n);function s(a,c,l){l===void 0&&(l=0);var d=n.call(this,a,l)||this;return d.channel=c,d}return s.prototype.emit=function(a){var c={channel:this.channel,topic:this.name,payload:a};n.prototype.emit.call(this,c)},s.prototype.destroy=function(){this.emitter.emit("topic_destroyed",this.name),n.prototype.destroy.call(this)},s}(i.Broadcaster);u.Topic=o},46:r=>{"use strict";var u=typeof Reflect=="object"?Reflect:null,e=u&&typeof u.apply=="function"?u.apply:function(p,g,S){return Function.prototype.apply.call(p,g,S)},t;u&&typeof u.ownKeys=="function"?t=u.ownKeys:Object.getOwnPropertySymbols?t=function(p){return Object.getOwnPropertyNames(p).concat(Object.getOwnPropertySymbols(p))}:t=function(p){return Object.getOwnPropertyNames(p)};function i(f){console&&console.warn&&console.warn(f)}var o=Number.isNaN||function(p){return p!==p};function n(){n.init.call(this)}r.exports=n,r.exports.once=B,n.EventEmitter=n,n.prototype._events=void 0,n.prototype._eventsCount=0,n.prototype._maxListeners=void 0;var s=10;function a(f){if(typeof f!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof f)}Object.defineProperty(n,"defaultMaxListeners",{enumerable:!0,get:function(){return s},set:function(f){if(typeof f!="number"||f<0||o(f))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+f+".");s=f}}),n.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},n.prototype.setMaxListeners=function(p){if(typeof p!="number"||p<0||o(p))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+p+".");return this._maxListeners=p,this};function c(f){return f._maxListeners===void 0?n.defaultMaxListeners:f._maxListeners}n.prototype.getMaxListeners=function(){return c(this)},n.prototype.emit=function(p){for(var g=[],S=1;S<arguments.length;S++)g.push(arguments[S]);var A=p==="error",N=this._events;if(N!==void 0)A=A&&N.error===void 0;else if(!A)return!1;if(A){var j;if(g.length>0&&(j=g[0]),j instanceof Error)throw j;var K=new Error("Unhandled error."+(j?" ("+j.message+")":""));throw K.context=j,K}var X=N[p];if(X===void 0)return!1;if(typeof X=="function")e(X,this,g);else for(var J=X.length,Q=T(X,J),S=0;S<J;++S)e(Q[S],this,g);return!0};function l(f,p,g,S){var A,N,j;if(a(g),N=f._events,N===void 0?(N=f._events=Object.create(null),f._eventsCount=0):(N.newListener!==void 0&&(f.emit("newListener",p,g.listener?g.listener:g),N=f._events),j=N[p]),j===void 0)j=N[p]=g,++f._eventsCount;else if(typeof j=="function"?j=N[p]=S?[g,j]:[j,g]:S?j.unshift(g):j.push(g),A=c(f),A>0&&j.length>A&&!j.warned){j.warned=!0;var K=new Error("Possible EventEmitter memory leak detected. "+j.length+" "+String(p)+" listeners added. Use emitter.setMaxListeners() to increase limit");K.name="MaxListenersExceededWarning",K.emitter=f,K.type=p,K.count=j.length,i(K)}return f}n.prototype.addListener=function(p,g){return l(this,p,g,!1)},n.prototype.on=n.prototype.addListener,n.prototype.prependListener=function(p,g){return l(this,p,g,!0)};function d(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function m(f,p,g){var S={fired:!1,wrapFn:void 0,target:f,type:p,listener:g},A=d.bind(S);return A.listener=g,S.wrapFn=A,A}n.prototype.once=function(p,g){return a(g),this.on(p,m(this,p,g)),this},n.prototype.prependOnceListener=function(p,g){return a(g),this.prependListener(p,m(this,p,g)),this},n.prototype.removeListener=function(p,g){var S,A,N,j,K;if(a(g),A=this._events,A===void 0)return this;if(S=A[p],S===void 0)return this;if(S===g||S.listener===g)--this._eventsCount===0?this._events=Object.create(null):(delete A[p],A.removeListener&&this.emit("removeListener",p,S.listener||g));else if(typeof S!="function"){for(N=-1,j=S.length-1;j>=0;j--)if(S[j]===g||S[j].listener===g){K=S[j].listener,N=j;break}if(N<0)return this;N===0?S.shift():L(S,N),S.length===1&&(A[p]=S[0]),A.removeListener!==void 0&&this.emit("removeListener",p,K||g)}return this},n.prototype.off=n.prototype.removeListener,n.prototype.removeAllListeners=function(p){var g,S,A;if(S=this._events,S===void 0)return this;if(S.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):S[p]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete S[p]),this;if(arguments.length===0){var N=Object.keys(S),j;for(A=0;A<N.length;++A)j=N[A],j!=="removeListener"&&this.removeAllListeners(j);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(g=S[p],typeof g=="function")this.removeListener(p,g);else if(g!==void 0)for(A=g.length-1;A>=0;A--)this.removeListener(p,g[A]);return this};function x(f,p,g){var S=f._events;if(S===void 0)return[];var A=S[p];return A===void 0?[]:typeof A=="function"?g?[A.listener||A]:[A]:g?I(A):T(A,A.length)}n.prototype.listeners=function(p){return x(this,p,!0)},n.prototype.rawListeners=function(p){return x(this,p,!1)},n.listenerCount=function(f,p){return typeof f.listenerCount=="function"?f.listenerCount(p):O.call(f,p)},n.prototype.listenerCount=O;function O(f){var p=this._events;if(p!==void 0){var g=p[f];if(typeof g=="function")return 1;if(g!==void 0)return g.length}return 0}n.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]};function T(f,p){for(var g=new Array(p),S=0;S<p;++S)g[S]=f[S];return g}function L(f,p){for(;p+1<f.length;p++)f[p]=f[p+1];f.pop()}function I(f){for(var p=new Array(f.length),g=0;g<p.length;++g)p[g]=f[g].listener||f[g];return p}function B(f,p){return new Promise(function(g,S){function A(j){f.removeListener(p,N),S(j)}function N(){typeof f.removeListener=="function"&&f.removeListener("error",A),g([].slice.call(arguments))}U(f,p,N,{once:!0}),p!=="error"&&G(f,A,{once:!0})})}function G(f,p,g){typeof f.on=="function"&&U(f,"error",p,g)}function U(f,p,g,S){if(typeof f.on=="function")S.once?f.once(p,g):f.on(p,g);else if(typeof f.addEventListener=="function")f.addEventListener(p,function A(N){S.once&&f.removeEventListener(p,A),g(N)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof f)}},7321:(r,u,e)=>{"use strict";var t=e(3030);r.exports=t},9283:(r,u,e)=>{"use strict";e(8376),e(4293),e(8715);var t=e(2564);r.exports=t("String","replaceAll")},4977:(r,u,e)=>{"use strict";var t=e(4188),i=e(3174),o=TypeError;r.exports=function(n){if(t(n))return n;throw new o(i(n)+" is not a function")}},154:(r,u,e)=>{"use strict";var t=e(4212).charAt;r.exports=function(i,o,n){return o+(n?t(i,o).length:1)}},3770:(r,u,e)=>{"use strict";var t=e(831),i=String,o=TypeError;r.exports=function(n){if(t(n))return n;throw new o(i(n)+" is not an object")}},1458:(r,u,e)=>{"use strict";var t=e(380),i=e(675),o=e(9389),n=function(s){return function(a,c,l){var d=t(a),m=o(d);if(m===0)return!s&&-1;var x=i(l,m),O;if(s&&c!==c){for(;m>x;)if(O=d[x++],O!==O)return!0}else for(;m>x;x++)if((s||x in d)&&d[x]===c)return s||x||0;return!s&&-1}};r.exports={includes:n(!0),indexOf:n(!1)}},8689:(r,u,e)=>{"use strict";var t=e(6881),i=t({}.toString),o=t("".slice);r.exports=function(n){return o(i(n),8,-1)}},5438:(r,u,e)=>{"use strict";var t=e(9345),i=e(4188),o=e(8689),n=e(4282),s=n("toStringTag"),a=Object,c=o(function(){return arguments}())==="Arguments",l=function(d,m){try{return d[m]}catch{}};r.exports=t?o:function(d){var m,x,O;return d===void 0?"Undefined":d===null?"Null":typeof(x=l(m=a(d),s))=="string"?x:c?o(m):(O=o(m))==="Object"&&i(m.callee)?"Arguments":O}},8657:(r,u,e)=>{"use strict";var t=e(4418),i=e(3168),o=e(9304),n=e(4466);r.exports=function(s,a,c){for(var l=i(a),d=n.f,m=o.f,x=0;x<l.length;x++){var O=l[x];!t(s,O)&&!(c&&t(c,O))&&d(s,O,m(a,O))}}},8088:(r,u,e)=>{"use strict";var t=e(6893),i=e(4466),o=e(9123);r.exports=t?function(n,s,a){return i.f(n,s,o(1,a))}:function(n,s,a){return n[s]=a,n}},9123:r=>{"use strict";r.exports=function(u,e){return{enumerable:!(u&1),configurable:!(u&2),writable:!(u&4),value:e}}},7509:(r,u,e)=>{"use strict";var t=e(4188),i=e(4466),o=e(4530),n=e(4798);r.exports=function(s,a,c,l){l||(l={});var d=l.enumerable,m=l.name!==void 0?l.name:a;if(t(c)&&o(c,m,l),l.global)d?s[a]=c:n(a,c);else{try{l.unsafe?s[a]&&(d=!0):delete s[a]}catch{}d?s[a]=c:i.f(s,a,{value:c,enumerable:!1,configurable:!l.nonConfigurable,writable:!l.nonWritable})}return s}},4798:(r,u,e)=>{"use strict";var t=e(1488),i=Object.defineProperty;r.exports=function(o,n){try{i(t,o,{value:n,configurable:!0,writable:!0})}catch{t[o]=n}return n}},6893:(r,u,e)=>{"use strict";var t=e(5234);r.exports=!t(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})},5926:(r,u,e)=>{"use strict";var t=e(1488),i=e(831),o=t.document,n=i(o)&&i(o.createElement);r.exports=function(s){return n?o.createElement(s):{}}},4109:r=>{"use strict";r.exports=typeof navigator<"u"&&String(navigator.userAgent)||""},3749:(r,u,e)=>{"use strict";var t=e(1488),i=e(4109),o=t.process,n=t.Deno,s=o&&o.versions||n&&n.version,a=s&&s.v8,c,l;a&&(c=a.split("."),l=c[0]>0&&c[0]<4?1:+(c[0]+c[1])),!l&&i&&(c=i.match(/Edge\/(\d+)/),(!c||c[1]>=74)&&(c=i.match(/Chrome\/(\d+)/),c&&(l=+c[1]))),r.exports=l},2564:(r,u,e)=>{"use strict";var t=e(1488),i=e(6881);r.exports=function(o,n){return i(t[o].prototype[n])}},1274:r=>{"use strict";r.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},5613:(r,u,e)=>{"use strict";var t=e(1488),i=e(9304).f,o=e(8088),n=e(7509),s=e(4798),a=e(8657),c=e(8489);r.exports=function(l,d){var m=l.target,x=l.global,O=l.stat,T,L,I,B,G,U;if(x?L=t:O?L=t[m]||s(m,{}):L=t[m]&&t[m].prototype,L)for(I in d){if(G=d[I],l.dontCallGetSet?(U=i(L,I),B=U&&U.value):B=L[I],T=c(x?I:m+(O?".":"#")+I,l.forced),!T&&B!==void 0){if(typeof G==typeof B)continue;a(G,B)}(l.sham||B&&B.sham)&&o(G,"sham",!0),n(L,I,G,l)}}},5234:r=>{"use strict";r.exports=function(u){try{return!!u()}catch{return!0}}},467:(r,u,e)=>{"use strict";e(8376);var t=e(9944),i=e(7509),o=e(9342),n=e(5234),s=e(4282),a=e(8088),c=s("species"),l=RegExp.prototype;r.exports=function(d,m,x,O){var T=s(d),L=!n(function(){var U={};return U[T]=function(){return 7},""[d](U)!==7}),I=L&&!n(function(){var U=!1,f=/a/;return d==="split"&&(f={},f.constructor={},f.constructor[c]=function(){return f},f.flags="",f[T]=/./[T]),f.exec=function(){return U=!0,null},f[T](""),!U});if(!L||!I||x){var B=/./[T],G=m(T,""[d],function(U,f,p,g,S){var A=f.exec;return A===o||A===l.exec?L&&!S?{done:!0,value:t(B,f,p,g)}:{done:!0,value:t(U,p,f,g)}:{done:!1}});i(String.prototype,d,G[0]),i(l,T,G[1])}O&&a(l[T],"sham",!0)}},646:(r,u,e)=>{"use strict";var t=e(9055),i=Function.prototype,o=i.apply,n=i.call;r.exports=typeof Reflect=="object"&&Reflect.apply||(t?n.bind(o):function(){return n.apply(o,arguments)})},9055:(r,u,e)=>{"use strict";var t=e(5234);r.exports=!t(function(){var i=function(){}.bind();return typeof i!="function"||i.hasOwnProperty("prototype")})},9944:(r,u,e)=>{"use strict";var t=e(9055),i=Function.prototype.call;r.exports=t?i.bind(i):function(){return i.apply(i,arguments)}},2735:(r,u,e)=>{"use strict";var t=e(6893),i=e(4418),o=Function.prototype,n=t&&Object.getOwnPropertyDescriptor,s=i(o,"name"),a=s&&function(){}.name==="something",c=s&&(!t||t&&n(o,"name").configurable);r.exports={EXISTS:s,PROPER:a,CONFIGURABLE:c}},6881:(r,u,e)=>{"use strict";var t=e(9055),i=Function.prototype,o=i.call,n=t&&i.bind.bind(o,o);r.exports=t?n:function(s){return function(){return o.apply(s,arguments)}}},5604:(r,u,e)=>{"use strict";var t=e(1488),i=e(4188),o=function(n){return i(n)?n:void 0};r.exports=function(n,s){return arguments.length<2?o(t[n]):t[n]&&t[n][s]}},2913:(r,u,e)=>{"use strict";var t=e(4977),i=e(4318);r.exports=function(o,n){var s=o[n];return i(s)?void 0:t(s)}},1113:(r,u,e)=>{"use strict";var t=e(6881),i=e(3628),o=Math.floor,n=t("".charAt),s=t("".replace),a=t("".slice),c=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,l=/\$([$&'`]|\d{1,2})/g;r.exports=function(d,m,x,O,T,L){var I=x+d.length,B=O.length,G=l;return T!==void 0&&(T=i(T),G=c),s(L,G,function(U,f){var p;switch(n(f,0)){case"$":return"$";case"&":return d;case"`":return a(m,0,x);case"'":return a(m,I);case"<":p=T[a(f,1,-1)];break;default:var g=+f;if(g===0)return U;if(g>B){var S=o(g/10);return S===0?U:S<=B?O[S-1]===void 0?n(f,1):O[S-1]+n(f,1):U}p=O[g-1]}return p===void 0?"":p})}},1488:function(r,u,e){"use strict";var t=function(i){return i&&i.Math===Math&&i};r.exports=t(typeof globalThis=="object"&&globalThis)||t(typeof window=="object"&&window)||t(typeof self=="object"&&self)||t(typeof e.g=="object"&&e.g)||t(typeof this=="object"&&this)||function(){return this}()||Function("return this")()},4418:(r,u,e)=>{"use strict";var t=e(6881),i=e(3628),o=t({}.hasOwnProperty);r.exports=Object.hasOwn||function(s,a){return o(i(s),a)}},7588:r=>{"use strict";r.exports={}},7458:(r,u,e)=>{"use strict";var t=e(5604);r.exports=t("document","documentElement")},9622:(r,u,e)=>{"use strict";var t=e(6893),i=e(5234),o=e(5926);r.exports=!t&&!i(function(){return Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a!==7})},7568:(r,u,e)=>{"use strict";var t=e(6881),i=e(5234),o=e(8689),n=Object,s=t("".split);r.exports=i(function(){return!n("z").propertyIsEnumerable(0)})?function(a){return o(a)==="String"?s(a,""):n(a)}:n},3029:(r,u,e)=>{"use strict";var t=e(6881),i=e(4188),o=e(2694),n=t(Function.toString);i(o.inspectSource)||(o.inspectSource=function(s){return n(s)}),r.exports=o.inspectSource},3086:(r,u,e)=>{"use strict";var t=e(5945),i=e(1488),o=e(831),n=e(8088),s=e(4418),a=e(2694),c=e(168),l=e(7588),d="Object already initialized",m=i.TypeError,x=i.WeakMap,O,T,L,I=function(f){return L(f)?T(f):O(f,{})},B=function(f){return function(p){var g;if(!o(p)||(g=T(p)).type!==f)throw new m("Incompatible receiver, "+f+" required");return g}};if(t||a.state){var G=a.state||(a.state=new x);G.get=G.get,G.has=G.has,G.set=G.set,O=function(f,p){if(G.has(f))throw new m(d);return p.facade=f,G.set(f,p),p},T=function(f){return G.get(f)||{}},L=function(f){return G.has(f)}}else{var U=c("state");l[U]=!0,O=function(f,p){if(s(f,U))throw new m(d);return p.facade=f,n(f,U,p),p},T=function(f){return s(f,U)?f[U]:{}},L=function(f){return s(f,U)}}r.exports={set:O,get:T,has:L,enforce:I,getterFor:B}},4188:r=>{"use strict";var u=typeof document=="object"&&document.all;r.exports=typeof u>"u"&&u!==void 0?function(e){return typeof e=="function"||e===u}:function(e){return typeof e=="function"}},8489:(r,u,e)=>{"use strict";var t=e(5234),i=e(4188),o=/#|\.prototype\./,n=function(d,m){var x=a[s(d)];return x===l?!0:x===c?!1:i(m)?t(m):!!m},s=n.normalize=function(d){return String(d).replace(o,".").toLowerCase()},a=n.data={},c=n.NATIVE="N",l=n.POLYFILL="P";r.exports=n},4318:r=>{"use strict";r.exports=function(u){return u==null}},831:(r,u,e)=>{"use strict";var t=e(4188);r.exports=function(i){return typeof i=="object"?i!==null:t(i)}},1942:r=>{"use strict";r.exports=!1},473:(r,u,e)=>{"use strict";var t=e(831),i=e(8689),o=e(4282),n=o("match");r.exports=function(s){var a;return t(s)&&((a=s[n])!==void 0?!!a:i(s)==="RegExp")}},6032:(r,u,e)=>{"use strict";var t=e(5604),i=e(4188),o=e(4578),n=e(9809),s=Object;r.exports=n?function(a){return typeof a=="symbol"}:function(a){var c=t("Symbol");return i(c)&&o(c.prototype,s(a))}},9389:(r,u,e)=>{"use strict";var t=e(7611);r.exports=function(i){return t(i.length)}},4530:(r,u,e)=>{"use strict";var t=e(6881),i=e(5234),o=e(4188),n=e(4418),s=e(6893),a=e(2735).CONFIGURABLE,c=e(3029),l=e(3086),d=l.enforce,m=l.get,x=String,O=Object.defineProperty,T=t("".slice),L=t("".replace),I=t([].join),B=s&&!i(function(){return O(function(){},"length",{value:8}).length!==8}),G=String(String).split("String"),U=r.exports=function(f,p,g){T(x(p),0,7)==="Symbol("&&(p="["+L(x(p),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),g&&g.getter&&(p="get "+p),g&&g.setter&&(p="set "+p),(!n(f,"name")||a&&f.name!==p)&&(s?O(f,"name",{value:p,configurable:!0}):f.name=p),B&&g&&n(g,"arity")&&f.length!==g.arity&&O(f,"length",{value:g.arity});try{g&&n(g,"constructor")&&g.constructor?s&&O(f,"prototype",{writable:!1}):f.prototype&&(f.prototype=void 0)}catch{}var S=d(f);return n(S,"source")||(S.source=I(G,typeof p=="string"?p:"")),f};Function.prototype.toString=U(function(){return o(this)&&m(this).source||c(this)},"toString")},142:r=>{"use strict";var u=Math.ceil,e=Math.floor;r.exports=Math.trunc||function(i){var o=+i;return(o>0?e:u)(o)}},7065:(r,u,e)=>{"use strict";var t=e(3770),i=e(30),o=e(1274),n=e(7588),s=e(7458),a=e(5926),c=e(168),l=">",d="<",m="prototype",x="script",O=c("IE_PROTO"),T=function(){},L=function(f){return d+x+l+f+d+"/"+x+l},I=function(f){f.write(L("")),f.close();var p=f.parentWindow.Object;return f=null,p},B=function(){var f=a("iframe"),p="java"+x+":",g;return f.style.display="none",s.appendChild(f),f.src=String(p),g=f.contentWindow.document,g.open(),g.write(L("document.F=Object")),g.close(),g.F},G,U=function(){try{G=new ActiveXObject("htmlfile")}catch{}U=typeof document<"u"?document.domain&&G?I(G):B():I(G);for(var f=o.length;f--;)delete U[m][o[f]];return U()};n[O]=!0,r.exports=Object.create||function(p,g){var S;return p!==null?(T[m]=t(p),S=new T,T[m]=null,S[O]=p):S=U(),g===void 0?S:i.f(S,g)}},30:(r,u,e)=>{"use strict";var t=e(6893),i=e(3315),o=e(4466),n=e(3770),s=e(380),a=e(7137);u.f=t&&!i?Object.defineProperties:function(l,d){n(l);for(var m=s(d),x=a(d),O=x.length,T=0,L;O>T;)o.f(l,L=x[T++],m[L]);return l}},4466:(r,u,e)=>{"use strict";var t=e(6893),i=e(9622),o=e(3315),n=e(3770),s=e(2344),a=TypeError,c=Object.defineProperty,l=Object.getOwnPropertyDescriptor,d="enumerable",m="configurable",x="writable";u.f=t?o?function(T,L,I){if(n(T),L=s(L),n(I),typeof T=="function"&&L==="prototype"&&"value"in I&&x in I&&!I[x]){var B=l(T,L);B&&B[x]&&(T[L]=I.value,I={configurable:m in I?I[m]:B[m],enumerable:d in I?I[d]:B[d],writable:!1})}return c(T,L,I)}:c:function(T,L,I){if(n(T),L=s(L),n(I),i)try{return c(T,L,I)}catch{}if("get"in I||"set"in I)throw new a("Accessors not supported");return"value"in I&&(T[L]=I.value),T}},9304:(r,u,e)=>{"use strict";var t=e(6893),i=e(9944),o=e(4416),n=e(9123),s=e(380),a=e(2344),c=e(4418),l=e(9622),d=Object.getOwnPropertyDescriptor;u.f=t?d:function(x,O){if(x=s(x),O=a(O),l)try{return d(x,O)}catch{}if(c(x,O))return n(!i(o.f,x,O),x[O])}},5629:(r,u,e)=>{"use strict";var t=e(1843),i=e(1274),o=i.concat("length","prototype");u.f=Object.getOwnPropertyNames||function(s){return t(s,o)}},156:(r,u)=>{"use strict";u.f=Object.getOwnPropertySymbols},4578:(r,u,e)=>{"use strict";var t=e(6881);r.exports=t({}.isPrototypeOf)},1843:(r,u,e)=>{"use strict";var t=e(6881),i=e(4418),o=e(380),n=e(1458).indexOf,s=e(7588),a=t([].push);r.exports=function(c,l){var d=o(c),m=0,x=[],O;for(O in d)!i(s,O)&&i(d,O)&&a(x,O);for(;l.length>m;)i(d,O=l[m++])&&(~n(x,O)||a(x,O));return x}},7137:(r,u,e)=>{"use strict";var t=e(1843),i=e(1274);r.exports=Object.keys||function(n){return t(n,i)}},4416:(r,u)=>{"use strict";var e={}.propertyIsEnumerable,t=Object.getOwnPropertyDescriptor,i=t&&!e.call({1:2},1);u.f=i?function(n){var s=t(this,n);return!!s&&s.enumerable}:e},2287:(r,u,e)=>{"use strict";var t=e(9944),i=e(4188),o=e(831),n=TypeError;r.exports=function(s,a){var c,l;if(a==="string"&&i(c=s.toString)&&!o(l=t(c,s))||i(c=s.valueOf)&&!o(l=t(c,s))||a!=="string"&&i(c=s.toString)&&!o(l=t(c,s)))return l;throw new n("Can't convert object to primitive value")}},3168:(r,u,e)=>{"use strict";var t=e(5604),i=e(6881),o=e(5629),n=e(156),s=e(3770),a=i([].concat);r.exports=t("Reflect","ownKeys")||function(l){var d=o.f(s(l)),m=n.f;return m?a(d,m(l)):d}},4721:(r,u,e)=>{"use strict";var t=e(9944),i=e(3770),o=e(4188),n=e(8689),s=e(9342),a=TypeError;r.exports=function(c,l){var d=c.exec;if(o(d)){var m=t(d,c,l);return m!==null&&i(m),m}if(n(c)==="RegExp")return t(s,c,l);throw new a("RegExp#exec called on incompatible receiver")}},9342:(r,u,e)=>{"use strict";var t=e(9944),i=e(6881),o=e(2618),n=e(4932),s=e(5976),a=e(746),c=e(7065),l=e(3086).get,d=e(6676),m=e(4609),x=a("native-string-replace",String.prototype.replace),O=RegExp.prototype.exec,T=O,L=i("".charAt),I=i("".indexOf),B=i("".replace),G=i("".slice),U=function(){var S=/a/,A=/b*/g;return t(O,S,"a"),t(O,A,"a"),S.lastIndex!==0||A.lastIndex!==0}(),f=s.BROKEN_CARET,p=/()??/.exec("")[1]!==void 0,g=U||p||f||d||m;g&&(T=function(A){var N=this,j=l(N),K=o(A),X=j.raw,J,Q,H,W,V,b,y;if(X)return X.lastIndex=N.lastIndex,J=t(T,X,K),N.lastIndex=X.lastIndex,J;var h=j.groups,w=f&&N.sticky,v=t(n,N),E=N.source,C=0,R=K;if(w&&(v=B(v,"y",""),I(v,"g")===-1&&(v+="g"),R=G(K,N.lastIndex),N.lastIndex>0&&(!N.multiline||N.multiline&&L(K,N.lastIndex-1)!==`
76
+ `}}customElements.get(R)===void 0&&customElements.define(R,k);const z=[{name:"loader",defaultElement:document.createElement(E)},{name:"error",defaultElement:document.createElement(R)}],te=["error","loading"],q={error:"error",loading:"loader"},ie=({src:Z,elementNameSuffix:P})=>(0,t.sH)(void 0,void 0,void 0,function*(){var F,$,_,D,Y,ee,re,ce,fe,ue,ne,xe,Oe,ye,me;window.bwell||(window.bwell=new v);const he=`bwell-${P}`;if(customElements.get(he)!==void 0)return;class Se extends i{constructor(){super(),F.add(this),$.set(this,(0,l.Ak)()),_.set(this,void 0),D.set(this,document.createElement("feature-app-loader")),Y.set(this,new f.EventEmitter),ee.set(this,void 0),re.set(this,void 0),ce.set(this,void 0),fe.set(this,void 0),ue.set(this,void 0),ne.set(this,void 0),this.attachShadow({mode:"open"});const oe=new Q(z).attachToShadowRoot(this.shadowRoot);oe.addEventListener("visibilitychange",({visibility:de,container:Ee,name:we})=>{we==="error"&&de==="visible"&&window.bwell._registerEmbeddableContent(Ee),(0,t.gn)(this,D,"f").style.display=de==="hidden"?"unset":"hidden"}),(0,t.GG)(this,ne,{slots:oe,attributes:new U().bindTo(this),loaderEventEmitter:(0,t.gn)(this,Y,"f")},"f"),(0,t.GG)(this,ee,(0,t.gn)(this,F,"m",xe).bind(this),"f"),(0,t.GG)(this,re,(0,t.gn)(this,F,"m",Oe).bind(this),"f"),(0,t.GG)(this,ce,(0,t.gn)(this,F,"m",me).call(this,"error"),"f"),(0,t.GG)(this,fe,(0,t.gn)(this,F,"m",me).call(this,"loading"),"f")}connectedCallback(){return(0,t.sH)(this,void 0,void 0,function*(){(0,t.gn)(this,ce,"f").call(this,(0,t.gn)(this,ne,"f").attributes.get("error")),(0,t.gn)(this,fe,"f").call(this,(0,t.gn)(this,ne,"f").attributes.get("loading")),(0,t.gn)(this,ne,"f").slots.addEventListener("visibilitychange",(0,t.gn)(this,re,"f")),(0,t.gn)(this,ne,"f").attributes.addChangeListener("error",(0,t.gn)(this,ce,"f")),(0,t.gn)(this,ne,"f").attributes.addChangeListener("loading",(0,t.gn)(this,fe,"f")),(0,t.gn)(this,ne,"f").slots.showSlot("loader");try{yield window.bwell.validateLoad()}catch{(0,t.gn)(this,ne,"f").slots.showSlot("error")}(0,t.GG)(this,$,this.id||(0,t.gn)(this,$,"f"),"f"),(0,t.GG)(this,_,new c((0,t.gn)(this,$,"f")),"f"),(0,t.gn)(this,_,"f").registerDispatcher(oe=>this.dispatchEvent(oe)),window.bwell.isInitialized?(0,t.gn)(this,ee,"f").call(this):(window.bwell.once("initialized",(0,t.gn)(this,ee,"f")),window.bwell.once("error",()=>{(0,t.gn)(this,ne,"f").slots.showSlot("error")}))})}disconnectedCallback(){var oe;(0,t.gn)(this,Y,"f").emit("disconnect"),(0,t.gn)(this,ne,"f").slots.removeEventListener("visibilitychange",(0,t.gn)(this,re,"f")),(0,t.gn)(this,ne,"f").attributes.removeChangeListener("error",(0,t.gn)(this,ce,"f")),(0,t.gn)(this,ne,"f").attributes.removeChangeListener("loading",(0,t.gn)(this,fe,"f")),(oe=(0,t.gn)(this,_,"f"))===null||oe===void 0||oe.deregister(),(0,t.gn)(this,Y,"f").removeAllListeners()}}$=new WeakMap,_=new WeakMap,D=new WeakMap,Y=new WeakMap,ee=new WeakMap,re=new WeakMap,ce=new WeakMap,fe=new WeakMap,ue=new WeakMap,ne=new WeakMap,F=new WeakSet,xe=function(){(0,t.gn)(this,D,"f").setAttribute("featureAppId",`bwell-embeddable:${he}`),(0,t.gn)(this,D,"f").setAttribute("src",Z),(0,t.gn)(this,D,"f").config={id:(0,t.gn)(this,$,"f"),name:P,elementName:he,utils:(0,t.gn)(this,ne,"f")},this.shadowRoot.appendChild((0,t.gn)(this,D,"f"))},Oe=function({visibility:oe,name:de}){(0,t.gn)(this,D,"f").style.display=oe==="hidden"?"unset":"hidden"},ye=function(oe){(0,t.gn)(this,ue,"f")(),(0,t.GG)(this,ue,void 0,"f")},me=function(oe){return de=>{const Ee=te.findIndex(ve=>ve===oe);if(!te.slice(0,Ee).some(ve=>(0,t.gn)(this,ne,"f").attributes.get(ve)!==null)){if(de!==null)(0,t.gn)(this,ue,"f")&&(0,t.gn)(this,F,"m",ye).call(this,oe),(0,t.GG)(this,ue,(0,t.gn)(this,ne,"f").slots.showSlotLocked(q[oe]),"f");else if(de===null&&(0,t.gn)(this,ue,"f")){(0,t.gn)(this,F,"m",ye).call(this,oe);const ve=te.find(Te=>(0,t.gn)(this,ne,"f").attributes.get(Te)!==null);ve&&(0,t.GG)(this,ue,(0,t.gn)(this,ne,"f").slots.showSlotLocked(q[ve]),"f")}}}},customElements.define(he,Se)}),se={rE:"1.474.0"},ae="composite";var le=e(7321);ie({src:`https://embeddables.prod.icanbwell.com/${ae}/${se.rE}/scripts/embeddable.federated.js`,elementNameSuffix:ae})},992:(r,u,e)=>{"use strict";Object.defineProperty(u,"__esModule",{value:!0}),u.Broadcaster=void 0;var t=e(46),i=function(){function o(n,s){if(s===void 0&&(s=0),this.emitter=new t.EventEmitter,typeof n>"u"||n.length===0)throw new Error("Broadcaster must have a name");this._name=n,this.emitter.setMaxListeners(s)}return Object.defineProperty(o.prototype,"name",{get:function(){return this._name},enumerable:!1,configurable:!0}),o.prototype.emit=function(n){this.emitter.emit(this._name,n)},o.prototype.addListener=function(n){return this._addListener("addListener",n)},o.prototype.on=function(n){return this.addListener(n)},o.prototype.prependListener=function(n){return this._addListener("prependListener",n)},o.prototype.once=function(n){return this._addListener("once",n)},o.prototype.prependOnceListener=function(n){return this._addListener("prependOnceListener",n)},o.prototype.removeListener=function(n){this._proxyListener("removeListener",n)},o.prototype.off=function(n){this.removeListener(n)},o.prototype.removeAllListeners=function(){this.emitter.removeAllListeners(this._name)},o.prototype.getMaxListeners=function(){return this.emitter.getMaxListeners()},o.prototype.setMaxListeners=function(n){this.emitter.setMaxListeners(n)},o.prototype.getEventEmitter=function(){return this.emitter},o.prototype.listeners=function(){return this.emitter.listeners(this._name)},o.prototype.rawListeners=function(){return this.emitter.rawListeners(this._name)},o.prototype.listenerCount=function(){return this.emitter.listenerCount(this._name)},o.prototype._proxyListener=function(n,s){this.emitter[n](this._name,s)},o.prototype._createUnsubscribe=function(n){var s=this;return function(){s.emitter.removeListener(s._name,n)}},o.prototype._addListener=function(n,s){return this._proxyListener(n,s),this._createUnsubscribe(s)},o.prototype.destroy=function(){this.emitter.removeAllListeners()},o}();u.Broadcaster=i},9987:function(r,u,e){"use strict";var t=this&&this.__extends||function(){var s=function(a,c){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(l,d){l.__proto__=d}||function(l,d){for(var m in d)Object.prototype.hasOwnProperty.call(d,m)&&(l[m]=d[m])},s(a,c)};return function(a,c){if(typeof c!="function"&&c!==null)throw new TypeError("Class extends value "+String(c)+" is not a constructor or null");s(a,c);function l(){this.constructor=a}a.prototype=c===null?Object.create(c):(l.prototype=c.prototype,new l)}}();Object.defineProperty(u,"__esModule",{value:!0}),u.Channel=void 0;var i=e(992),o=e(1987),n=function(s){t(a,s);function a(c,l){l===void 0&&(l=0);var d=s.call(this,c,l)||this;return d.topics={},d._onTopicDestroyed=d._onTopicDestroyed.bind(d),d._onTopicEmit=d._onTopicEmit.bind(d),d}return a.prototype.emit=function(c){var l={channel:this.name,topic:"*",payload:c};s.prototype.emit.call(this,l)},a.prototype.topic=function(c){var l=this.topics[c];return typeof l>"u"&&(l=this.topics[c]=new o.Topic(c,this.name,this.getMaxListeners()),l.getEventEmitter().on("topic_destroyed",this._onTopicDestroyed),l.on(this._onTopicEmit)),l},a.prototype.hasTopic=function(c){return Boolean(this.topics[c])},a.prototype.removeTopic=function(c){var l=this.topics[c];return typeof l<"u"?(delete this.topics[c],l.destroy(),!0):!1},a.prototype.getAllTopics=function(){return Object.values(this.topics)},a.prototype._onTopicEmit=function(c){s.prototype.emit.call(this,c)},a.prototype._onTopicDestroyed=function(c){delete this.topics[c]},a.prototype.destroy=function(){for(var c in this.topics)this.removeTopic(c);this.emitter.emit("channel_destroyed",this.name),s.prototype.destroy.call(this)},a}(i.Broadcaster);u.Channel=n},5447:(r,u,e)=>{"use strict";Object.defineProperty(u,"__esModule",{value:!0}),u.EventBus=void 0;var t=e(9987),i=function(){function o(n){this.channels={},n=typeof n>"u"?{}:n,this._maxListeners=n.maxListeners===void 0?0:n.maxListeners,this.onChannelDestroyed=this.onChannelDestroyed.bind(this),this.createMainChannel(),this.onChannelEmit=this.onChannelEmit.bind(this)}return o.prototype.createMainChannel=function(){var n=this;this.defaultChannel=new t.Channel("*",this._maxListeners),this.channels["*"]=this.defaultChannel,this.defaultChannel.getEventEmitter().on("channel_destroyed",function(){n.createMainChannel()})},o.prototype.mainChannel=function(){return this.defaultChannel},o.prototype.allChannels=function(){return this.mainChannel()},o.prototype.channel=function(n){var s=this.channels[n];return typeof s>"u"&&(s=this.channels[n]=new t.Channel(n,this._maxListeners),s.on(this.onChannelEmit),s.getEventEmitter().on("channel_destroyed",this.onChannelDestroyed)),s},o.prototype.hasChannel=function(n){return Boolean(this.channels[n])},o.prototype.removeChannel=function(n){if(n==="*")throw new Error("Can't remove default channel");var s=this.channels[n];return typeof s<"u"?(s.destroy(),!0):!1},o.prototype.onChannelEmit=function(n){var s=n.topic;if(this.defaultChannel.hasTopic(s)){var a={topic:n.topic,channel:n.channel,payload:n.payload};this.defaultChannel.topic(s).getEventEmitter().emit(s,a)}this.defaultChannel.getEventEmitter().emit(this.defaultChannel.name,n)},o.prototype.onChannelDestroyed=function(n){delete this.channels[n]},o.prototype.getAllChannels=function(){return Object.values(this.channels)},o.prototype.destroy=function(){for(var n in this.channels)this.channels[n].destroy()},o}();u.EventBus=i},4032:function(r,u,e){"use strict";var t=this&&this.__createBinding||(Object.create?function(o,n,s,a){a===void 0&&(a=s),Object.defineProperty(o,a,{enumerable:!0,get:function(){return n[s]}})}:function(o,n,s,a){a===void 0&&(a=s),o[a]=n[s]}),i=this&&this.__exportStar||function(o,n){for(var s in o)s!=="default"&&!Object.prototype.hasOwnProperty.call(n,s)&&t(n,o,s)};Object.defineProperty(u,"__esModule",{value:!0}),i(e(992),u),i(e(5447),u),i(e(9987),u),i(e(1987),u)},1987:function(r,u,e){"use strict";var t=this&&this.__extends||function(){var n=function(s,a){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(c,l){c.__proto__=l}||function(c,l){for(var d in l)Object.prototype.hasOwnProperty.call(l,d)&&(c[d]=l[d])},n(s,a)};return function(s,a){if(typeof a!="function"&&a!==null)throw new TypeError("Class extends value "+String(a)+" is not a constructor or null");n(s,a);function c(){this.constructor=s}s.prototype=a===null?Object.create(a):(c.prototype=a.prototype,new c)}}();Object.defineProperty(u,"__esModule",{value:!0}),u.Topic=void 0;var i=e(992),o=function(n){t(s,n);function s(a,c,l){l===void 0&&(l=0);var d=n.call(this,a,l)||this;return d.channel=c,d}return s.prototype.emit=function(a){var c={channel:this.channel,topic:this.name,payload:a};n.prototype.emit.call(this,c)},s.prototype.destroy=function(){this.emitter.emit("topic_destroyed",this.name),n.prototype.destroy.call(this)},s}(i.Broadcaster);u.Topic=o},46:r=>{"use strict";var u=typeof Reflect=="object"?Reflect:null,e=u&&typeof u.apply=="function"?u.apply:function(p,g,S){return Function.prototype.apply.call(p,g,S)},t;u&&typeof u.ownKeys=="function"?t=u.ownKeys:Object.getOwnPropertySymbols?t=function(p){return Object.getOwnPropertyNames(p).concat(Object.getOwnPropertySymbols(p))}:t=function(p){return Object.getOwnPropertyNames(p)};function i(f){console&&console.warn&&console.warn(f)}var o=Number.isNaN||function(p){return p!==p};function n(){n.init.call(this)}r.exports=n,r.exports.once=B,n.EventEmitter=n,n.prototype._events=void 0,n.prototype._eventsCount=0,n.prototype._maxListeners=void 0;var s=10;function a(f){if(typeof f!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof f)}Object.defineProperty(n,"defaultMaxListeners",{enumerable:!0,get:function(){return s},set:function(f){if(typeof f!="number"||f<0||o(f))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+f+".");s=f}}),n.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},n.prototype.setMaxListeners=function(p){if(typeof p!="number"||p<0||o(p))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+p+".");return this._maxListeners=p,this};function c(f){return f._maxListeners===void 0?n.defaultMaxListeners:f._maxListeners}n.prototype.getMaxListeners=function(){return c(this)},n.prototype.emit=function(p){for(var g=[],S=1;S<arguments.length;S++)g.push(arguments[S]);var A=p==="error",N=this._events;if(N!==void 0)A=A&&N.error===void 0;else if(!A)return!1;if(A){var j;if(g.length>0&&(j=g[0]),j instanceof Error)throw j;var K=new Error("Unhandled error."+(j?" ("+j.message+")":""));throw K.context=j,K}var X=N[p];if(X===void 0)return!1;if(typeof X=="function")e(X,this,g);else for(var J=X.length,Q=T(X,J),S=0;S<J;++S)e(Q[S],this,g);return!0};function l(f,p,g,S){var A,N,j;if(a(g),N=f._events,N===void 0?(N=f._events=Object.create(null),f._eventsCount=0):(N.newListener!==void 0&&(f.emit("newListener",p,g.listener?g.listener:g),N=f._events),j=N[p]),j===void 0)j=N[p]=g,++f._eventsCount;else if(typeof j=="function"?j=N[p]=S?[g,j]:[j,g]:S?j.unshift(g):j.push(g),A=c(f),A>0&&j.length>A&&!j.warned){j.warned=!0;var K=new Error("Possible EventEmitter memory leak detected. "+j.length+" "+String(p)+" listeners added. Use emitter.setMaxListeners() to increase limit");K.name="MaxListenersExceededWarning",K.emitter=f,K.type=p,K.count=j.length,i(K)}return f}n.prototype.addListener=function(p,g){return l(this,p,g,!1)},n.prototype.on=n.prototype.addListener,n.prototype.prependListener=function(p,g){return l(this,p,g,!0)};function d(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function m(f,p,g){var S={fired:!1,wrapFn:void 0,target:f,type:p,listener:g},A=d.bind(S);return A.listener=g,S.wrapFn=A,A}n.prototype.once=function(p,g){return a(g),this.on(p,m(this,p,g)),this},n.prototype.prependOnceListener=function(p,g){return a(g),this.prependListener(p,m(this,p,g)),this},n.prototype.removeListener=function(p,g){var S,A,N,j,K;if(a(g),A=this._events,A===void 0)return this;if(S=A[p],S===void 0)return this;if(S===g||S.listener===g)--this._eventsCount===0?this._events=Object.create(null):(delete A[p],A.removeListener&&this.emit("removeListener",p,S.listener||g));else if(typeof S!="function"){for(N=-1,j=S.length-1;j>=0;j--)if(S[j]===g||S[j].listener===g){K=S[j].listener,N=j;break}if(N<0)return this;N===0?S.shift():L(S,N),S.length===1&&(A[p]=S[0]),A.removeListener!==void 0&&this.emit("removeListener",p,K||g)}return this},n.prototype.off=n.prototype.removeListener,n.prototype.removeAllListeners=function(p){var g,S,A;if(S=this._events,S===void 0)return this;if(S.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):S[p]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete S[p]),this;if(arguments.length===0){var N=Object.keys(S),j;for(A=0;A<N.length;++A)j=N[A],j!=="removeListener"&&this.removeAllListeners(j);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(g=S[p],typeof g=="function")this.removeListener(p,g);else if(g!==void 0)for(A=g.length-1;A>=0;A--)this.removeListener(p,g[A]);return this};function x(f,p,g){var S=f._events;if(S===void 0)return[];var A=S[p];return A===void 0?[]:typeof A=="function"?g?[A.listener||A]:[A]:g?I(A):T(A,A.length)}n.prototype.listeners=function(p){return x(this,p,!0)},n.prototype.rawListeners=function(p){return x(this,p,!1)},n.listenerCount=function(f,p){return typeof f.listenerCount=="function"?f.listenerCount(p):O.call(f,p)},n.prototype.listenerCount=O;function O(f){var p=this._events;if(p!==void 0){var g=p[f];if(typeof g=="function")return 1;if(g!==void 0)return g.length}return 0}n.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]};function T(f,p){for(var g=new Array(p),S=0;S<p;++S)g[S]=f[S];return g}function L(f,p){for(;p+1<f.length;p++)f[p]=f[p+1];f.pop()}function I(f){for(var p=new Array(f.length),g=0;g<p.length;++g)p[g]=f[g].listener||f[g];return p}function B(f,p){return new Promise(function(g,S){function A(j){f.removeListener(p,N),S(j)}function N(){typeof f.removeListener=="function"&&f.removeListener("error",A),g([].slice.call(arguments))}U(f,p,N,{once:!0}),p!=="error"&&G(f,A,{once:!0})})}function G(f,p,g){typeof f.on=="function"&&U(f,"error",p,g)}function U(f,p,g,S){if(typeof f.on=="function")S.once?f.once(p,g):f.on(p,g);else if(typeof f.addEventListener=="function")f.addEventListener(p,function A(N){S.once&&f.removeEventListener(p,A),g(N)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof f)}},7321:(r,u,e)=>{"use strict";var t=e(3030);r.exports=t},9283:(r,u,e)=>{"use strict";e(8376),e(4293),e(8715);var t=e(2564);r.exports=t("String","replaceAll")},4977:(r,u,e)=>{"use strict";var t=e(4188),i=e(3174),o=TypeError;r.exports=function(n){if(t(n))return n;throw new o(i(n)+" is not a function")}},154:(r,u,e)=>{"use strict";var t=e(4212).charAt;r.exports=function(i,o,n){return o+(n?t(i,o).length:1)}},3770:(r,u,e)=>{"use strict";var t=e(831),i=String,o=TypeError;r.exports=function(n){if(t(n))return n;throw new o(i(n)+" is not an object")}},1458:(r,u,e)=>{"use strict";var t=e(380),i=e(675),o=e(9389),n=function(s){return function(a,c,l){var d=t(a),m=o(d);if(m===0)return!s&&-1;var x=i(l,m),O;if(s&&c!==c){for(;m>x;)if(O=d[x++],O!==O)return!0}else for(;m>x;x++)if((s||x in d)&&d[x]===c)return s||x||0;return!s&&-1}};r.exports={includes:n(!0),indexOf:n(!1)}},8689:(r,u,e)=>{"use strict";var t=e(6881),i=t({}.toString),o=t("".slice);r.exports=function(n){return o(i(n),8,-1)}},5438:(r,u,e)=>{"use strict";var t=e(9345),i=e(4188),o=e(8689),n=e(4282),s=n("toStringTag"),a=Object,c=o(function(){return arguments}())==="Arguments",l=function(d,m){try{return d[m]}catch{}};r.exports=t?o:function(d){var m,x,O;return d===void 0?"Undefined":d===null?"Null":typeof(x=l(m=a(d),s))=="string"?x:c?o(m):(O=o(m))==="Object"&&i(m.callee)?"Arguments":O}},8657:(r,u,e)=>{"use strict";var t=e(4418),i=e(3168),o=e(9304),n=e(4466);r.exports=function(s,a,c){for(var l=i(a),d=n.f,m=o.f,x=0;x<l.length;x++){var O=l[x];!t(s,O)&&!(c&&t(c,O))&&d(s,O,m(a,O))}}},8088:(r,u,e)=>{"use strict";var t=e(6893),i=e(4466),o=e(9123);r.exports=t?function(n,s,a){return i.f(n,s,o(1,a))}:function(n,s,a){return n[s]=a,n}},9123:r=>{"use strict";r.exports=function(u,e){return{enumerable:!(u&1),configurable:!(u&2),writable:!(u&4),value:e}}},7509:(r,u,e)=>{"use strict";var t=e(4188),i=e(4466),o=e(4530),n=e(4798);r.exports=function(s,a,c,l){l||(l={});var d=l.enumerable,m=l.name!==void 0?l.name:a;if(t(c)&&o(c,m,l),l.global)d?s[a]=c:n(a,c);else{try{l.unsafe?s[a]&&(d=!0):delete s[a]}catch{}d?s[a]=c:i.f(s,a,{value:c,enumerable:!1,configurable:!l.nonConfigurable,writable:!l.nonWritable})}return s}},4798:(r,u,e)=>{"use strict";var t=e(1488),i=Object.defineProperty;r.exports=function(o,n){try{i(t,o,{value:n,configurable:!0,writable:!0})}catch{t[o]=n}return n}},6893:(r,u,e)=>{"use strict";var t=e(5234);r.exports=!t(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})},5926:(r,u,e)=>{"use strict";var t=e(1488),i=e(831),o=t.document,n=i(o)&&i(o.createElement);r.exports=function(s){return n?o.createElement(s):{}}},4109:r=>{"use strict";r.exports=typeof navigator<"u"&&String(navigator.userAgent)||""},3749:(r,u,e)=>{"use strict";var t=e(1488),i=e(4109),o=t.process,n=t.Deno,s=o&&o.versions||n&&n.version,a=s&&s.v8,c,l;a&&(c=a.split("."),l=c[0]>0&&c[0]<4?1:+(c[0]+c[1])),!l&&i&&(c=i.match(/Edge\/(\d+)/),(!c||c[1]>=74)&&(c=i.match(/Chrome\/(\d+)/),c&&(l=+c[1]))),r.exports=l},2564:(r,u,e)=>{"use strict";var t=e(1488),i=e(6881);r.exports=function(o,n){return i(t[o].prototype[n])}},1274:r=>{"use strict";r.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},5613:(r,u,e)=>{"use strict";var t=e(1488),i=e(9304).f,o=e(8088),n=e(7509),s=e(4798),a=e(8657),c=e(8489);r.exports=function(l,d){var m=l.target,x=l.global,O=l.stat,T,L,I,B,G,U;if(x?L=t:O?L=t[m]||s(m,{}):L=t[m]&&t[m].prototype,L)for(I in d){if(G=d[I],l.dontCallGetSet?(U=i(L,I),B=U&&U.value):B=L[I],T=c(x?I:m+(O?".":"#")+I,l.forced),!T&&B!==void 0){if(typeof G==typeof B)continue;a(G,B)}(l.sham||B&&B.sham)&&o(G,"sham",!0),n(L,I,G,l)}}},5234:r=>{"use strict";r.exports=function(u){try{return!!u()}catch{return!0}}},467:(r,u,e)=>{"use strict";e(8376);var t=e(9944),i=e(7509),o=e(9342),n=e(5234),s=e(4282),a=e(8088),c=s("species"),l=RegExp.prototype;r.exports=function(d,m,x,O){var T=s(d),L=!n(function(){var U={};return U[T]=function(){return 7},""[d](U)!==7}),I=L&&!n(function(){var U=!1,f=/a/;return d==="split"&&(f={},f.constructor={},f.constructor[c]=function(){return f},f.flags="",f[T]=/./[T]),f.exec=function(){return U=!0,null},f[T](""),!U});if(!L||!I||x){var B=/./[T],G=m(T,""[d],function(U,f,p,g,S){var A=f.exec;return A===o||A===l.exec?L&&!S?{done:!0,value:t(B,f,p,g)}:{done:!0,value:t(U,p,f,g)}:{done:!1}});i(String.prototype,d,G[0]),i(l,T,G[1])}O&&a(l[T],"sham",!0)}},646:(r,u,e)=>{"use strict";var t=e(9055),i=Function.prototype,o=i.apply,n=i.call;r.exports=typeof Reflect=="object"&&Reflect.apply||(t?n.bind(o):function(){return n.apply(o,arguments)})},9055:(r,u,e)=>{"use strict";var t=e(5234);r.exports=!t(function(){var i=function(){}.bind();return typeof i!="function"||i.hasOwnProperty("prototype")})},9944:(r,u,e)=>{"use strict";var t=e(9055),i=Function.prototype.call;r.exports=t?i.bind(i):function(){return i.apply(i,arguments)}},2735:(r,u,e)=>{"use strict";var t=e(6893),i=e(4418),o=Function.prototype,n=t&&Object.getOwnPropertyDescriptor,s=i(o,"name"),a=s&&function(){}.name==="something",c=s&&(!t||t&&n(o,"name").configurable);r.exports={EXISTS:s,PROPER:a,CONFIGURABLE:c}},6881:(r,u,e)=>{"use strict";var t=e(9055),i=Function.prototype,o=i.call,n=t&&i.bind.bind(o,o);r.exports=t?n:function(s){return function(){return o.apply(s,arguments)}}},5604:(r,u,e)=>{"use strict";var t=e(1488),i=e(4188),o=function(n){return i(n)?n:void 0};r.exports=function(n,s){return arguments.length<2?o(t[n]):t[n]&&t[n][s]}},2913:(r,u,e)=>{"use strict";var t=e(4977),i=e(4318);r.exports=function(o,n){var s=o[n];return i(s)?void 0:t(s)}},1113:(r,u,e)=>{"use strict";var t=e(6881),i=e(3628),o=Math.floor,n=t("".charAt),s=t("".replace),a=t("".slice),c=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,l=/\$([$&'`]|\d{1,2})/g;r.exports=function(d,m,x,O,T,L){var I=x+d.length,B=O.length,G=l;return T!==void 0&&(T=i(T),G=c),s(L,G,function(U,f){var p;switch(n(f,0)){case"$":return"$";case"&":return d;case"`":return a(m,0,x);case"'":return a(m,I);case"<":p=T[a(f,1,-1)];break;default:var g=+f;if(g===0)return U;if(g>B){var S=o(g/10);return S===0?U:S<=B?O[S-1]===void 0?n(f,1):O[S-1]+n(f,1):U}p=O[g-1]}return p===void 0?"":p})}},1488:function(r,u,e){"use strict";var t=function(i){return i&&i.Math===Math&&i};r.exports=t(typeof globalThis=="object"&&globalThis)||t(typeof window=="object"&&window)||t(typeof self=="object"&&self)||t(typeof e.g=="object"&&e.g)||t(typeof this=="object"&&this)||function(){return this}()||Function("return this")()},4418:(r,u,e)=>{"use strict";var t=e(6881),i=e(3628),o=t({}.hasOwnProperty);r.exports=Object.hasOwn||function(s,a){return o(i(s),a)}},7588:r=>{"use strict";r.exports={}},7458:(r,u,e)=>{"use strict";var t=e(5604);r.exports=t("document","documentElement")},9622:(r,u,e)=>{"use strict";var t=e(6893),i=e(5234),o=e(5926);r.exports=!t&&!i(function(){return Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a!==7})},7568:(r,u,e)=>{"use strict";var t=e(6881),i=e(5234),o=e(8689),n=Object,s=t("".split);r.exports=i(function(){return!n("z").propertyIsEnumerable(0)})?function(a){return o(a)==="String"?s(a,""):n(a)}:n},3029:(r,u,e)=>{"use strict";var t=e(6881),i=e(4188),o=e(2694),n=t(Function.toString);i(o.inspectSource)||(o.inspectSource=function(s){return n(s)}),r.exports=o.inspectSource},3086:(r,u,e)=>{"use strict";var t=e(5945),i=e(1488),o=e(831),n=e(8088),s=e(4418),a=e(2694),c=e(168),l=e(7588),d="Object already initialized",m=i.TypeError,x=i.WeakMap,O,T,L,I=function(f){return L(f)?T(f):O(f,{})},B=function(f){return function(p){var g;if(!o(p)||(g=T(p)).type!==f)throw new m("Incompatible receiver, "+f+" required");return g}};if(t||a.state){var G=a.state||(a.state=new x);G.get=G.get,G.has=G.has,G.set=G.set,O=function(f,p){if(G.has(f))throw new m(d);return p.facade=f,G.set(f,p),p},T=function(f){return G.get(f)||{}},L=function(f){return G.has(f)}}else{var U=c("state");l[U]=!0,O=function(f,p){if(s(f,U))throw new m(d);return p.facade=f,n(f,U,p),p},T=function(f){return s(f,U)?f[U]:{}},L=function(f){return s(f,U)}}r.exports={set:O,get:T,has:L,enforce:I,getterFor:B}},4188:r=>{"use strict";var u=typeof document=="object"&&document.all;r.exports=typeof u>"u"&&u!==void 0?function(e){return typeof e=="function"||e===u}:function(e){return typeof e=="function"}},8489:(r,u,e)=>{"use strict";var t=e(5234),i=e(4188),o=/#|\.prototype\./,n=function(d,m){var x=a[s(d)];return x===l?!0:x===c?!1:i(m)?t(m):!!m},s=n.normalize=function(d){return String(d).replace(o,".").toLowerCase()},a=n.data={},c=n.NATIVE="N",l=n.POLYFILL="P";r.exports=n},4318:r=>{"use strict";r.exports=function(u){return u==null}},831:(r,u,e)=>{"use strict";var t=e(4188);r.exports=function(i){return typeof i=="object"?i!==null:t(i)}},1942:r=>{"use strict";r.exports=!1},473:(r,u,e)=>{"use strict";var t=e(831),i=e(8689),o=e(4282),n=o("match");r.exports=function(s){var a;return t(s)&&((a=s[n])!==void 0?!!a:i(s)==="RegExp")}},6032:(r,u,e)=>{"use strict";var t=e(5604),i=e(4188),o=e(4578),n=e(9809),s=Object;r.exports=n?function(a){return typeof a=="symbol"}:function(a){var c=t("Symbol");return i(c)&&o(c.prototype,s(a))}},9389:(r,u,e)=>{"use strict";var t=e(7611);r.exports=function(i){return t(i.length)}},4530:(r,u,e)=>{"use strict";var t=e(6881),i=e(5234),o=e(4188),n=e(4418),s=e(6893),a=e(2735).CONFIGURABLE,c=e(3029),l=e(3086),d=l.enforce,m=l.get,x=String,O=Object.defineProperty,T=t("".slice),L=t("".replace),I=t([].join),B=s&&!i(function(){return O(function(){},"length",{value:8}).length!==8}),G=String(String).split("String"),U=r.exports=function(f,p,g){T(x(p),0,7)==="Symbol("&&(p="["+L(x(p),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),g&&g.getter&&(p="get "+p),g&&g.setter&&(p="set "+p),(!n(f,"name")||a&&f.name!==p)&&(s?O(f,"name",{value:p,configurable:!0}):f.name=p),B&&g&&n(g,"arity")&&f.length!==g.arity&&O(f,"length",{value:g.arity});try{g&&n(g,"constructor")&&g.constructor?s&&O(f,"prototype",{writable:!1}):f.prototype&&(f.prototype=void 0)}catch{}var S=d(f);return n(S,"source")||(S.source=I(G,typeof p=="string"?p:"")),f};Function.prototype.toString=U(function(){return o(this)&&m(this).source||c(this)},"toString")},142:r=>{"use strict";var u=Math.ceil,e=Math.floor;r.exports=Math.trunc||function(i){var o=+i;return(o>0?e:u)(o)}},7065:(r,u,e)=>{"use strict";var t=e(3770),i=e(30),o=e(1274),n=e(7588),s=e(7458),a=e(5926),c=e(168),l=">",d="<",m="prototype",x="script",O=c("IE_PROTO"),T=function(){},L=function(f){return d+x+l+f+d+"/"+x+l},I=function(f){f.write(L("")),f.close();var p=f.parentWindow.Object;return f=null,p},B=function(){var f=a("iframe"),p="java"+x+":",g;return f.style.display="none",s.appendChild(f),f.src=String(p),g=f.contentWindow.document,g.open(),g.write(L("document.F=Object")),g.close(),g.F},G,U=function(){try{G=new ActiveXObject("htmlfile")}catch{}U=typeof document<"u"?document.domain&&G?I(G):B():I(G);for(var f=o.length;f--;)delete U[m][o[f]];return U()};n[O]=!0,r.exports=Object.create||function(p,g){var S;return p!==null?(T[m]=t(p),S=new T,T[m]=null,S[O]=p):S=U(),g===void 0?S:i.f(S,g)}},30:(r,u,e)=>{"use strict";var t=e(6893),i=e(3315),o=e(4466),n=e(3770),s=e(380),a=e(7137);u.f=t&&!i?Object.defineProperties:function(l,d){n(l);for(var m=s(d),x=a(d),O=x.length,T=0,L;O>T;)o.f(l,L=x[T++],m[L]);return l}},4466:(r,u,e)=>{"use strict";var t=e(6893),i=e(9622),o=e(3315),n=e(3770),s=e(2344),a=TypeError,c=Object.defineProperty,l=Object.getOwnPropertyDescriptor,d="enumerable",m="configurable",x="writable";u.f=t?o?function(T,L,I){if(n(T),L=s(L),n(I),typeof T=="function"&&L==="prototype"&&"value"in I&&x in I&&!I[x]){var B=l(T,L);B&&B[x]&&(T[L]=I.value,I={configurable:m in I?I[m]:B[m],enumerable:d in I?I[d]:B[d],writable:!1})}return c(T,L,I)}:c:function(T,L,I){if(n(T),L=s(L),n(I),i)try{return c(T,L,I)}catch{}if("get"in I||"set"in I)throw new a("Accessors not supported");return"value"in I&&(T[L]=I.value),T}},9304:(r,u,e)=>{"use strict";var t=e(6893),i=e(9944),o=e(4416),n=e(9123),s=e(380),a=e(2344),c=e(4418),l=e(9622),d=Object.getOwnPropertyDescriptor;u.f=t?d:function(x,O){if(x=s(x),O=a(O),l)try{return d(x,O)}catch{}if(c(x,O))return n(!i(o.f,x,O),x[O])}},5629:(r,u,e)=>{"use strict";var t=e(1843),i=e(1274),o=i.concat("length","prototype");u.f=Object.getOwnPropertyNames||function(s){return t(s,o)}},156:(r,u)=>{"use strict";u.f=Object.getOwnPropertySymbols},4578:(r,u,e)=>{"use strict";var t=e(6881);r.exports=t({}.isPrototypeOf)},1843:(r,u,e)=>{"use strict";var t=e(6881),i=e(4418),o=e(380),n=e(1458).indexOf,s=e(7588),a=t([].push);r.exports=function(c,l){var d=o(c),m=0,x=[],O;for(O in d)!i(s,O)&&i(d,O)&&a(x,O);for(;l.length>m;)i(d,O=l[m++])&&(~n(x,O)||a(x,O));return x}},7137:(r,u,e)=>{"use strict";var t=e(1843),i=e(1274);r.exports=Object.keys||function(n){return t(n,i)}},4416:(r,u)=>{"use strict";var e={}.propertyIsEnumerable,t=Object.getOwnPropertyDescriptor,i=t&&!e.call({1:2},1);u.f=i?function(n){var s=t(this,n);return!!s&&s.enumerable}:e},2287:(r,u,e)=>{"use strict";var t=e(9944),i=e(4188),o=e(831),n=TypeError;r.exports=function(s,a){var c,l;if(a==="string"&&i(c=s.toString)&&!o(l=t(c,s))||i(c=s.valueOf)&&!o(l=t(c,s))||a!=="string"&&i(c=s.toString)&&!o(l=t(c,s)))return l;throw new n("Can't convert object to primitive value")}},3168:(r,u,e)=>{"use strict";var t=e(5604),i=e(6881),o=e(5629),n=e(156),s=e(3770),a=i([].concat);r.exports=t("Reflect","ownKeys")||function(l){var d=o.f(s(l)),m=n.f;return m?a(d,m(l)):d}},4721:(r,u,e)=>{"use strict";var t=e(9944),i=e(3770),o=e(4188),n=e(8689),s=e(9342),a=TypeError;r.exports=function(c,l){var d=c.exec;if(o(d)){var m=t(d,c,l);return m!==null&&i(m),m}if(n(c)==="RegExp")return t(s,c,l);throw new a("RegExp#exec called on incompatible receiver")}},9342:(r,u,e)=>{"use strict";var t=e(9944),i=e(6881),o=e(2618),n=e(4932),s=e(5976),a=e(746),c=e(7065),l=e(3086).get,d=e(6676),m=e(4609),x=a("native-string-replace",String.prototype.replace),O=RegExp.prototype.exec,T=O,L=i("".charAt),I=i("".indexOf),B=i("".replace),G=i("".slice),U=function(){var S=/a/,A=/b*/g;return t(O,S,"a"),t(O,A,"a"),S.lastIndex!==0||A.lastIndex!==0}(),f=s.BROKEN_CARET,p=/()??/.exec("")[1]!==void 0,g=U||p||f||d||m;g&&(T=function(A){var N=this,j=l(N),K=o(A),X=j.raw,J,Q,H,W,V,b,y;if(X)return X.lastIndex=N.lastIndex,J=t(T,X,K),N.lastIndex=X.lastIndex,J;var h=j.groups,w=f&&N.sticky,v=t(n,N),E=N.source,C=0,R=K;if(w&&(v=B(v,"y",""),I(v,"g")===-1&&(v+="g"),R=G(K,N.lastIndex),N.lastIndex>0&&(!N.multiline||N.multiline&&L(K,N.lastIndex-1)!==`
77
77
  `)&&(E="(?: "+E+")",R=" "+R,C++),Q=new RegExp("^(?:"+E+")",v)),p&&(Q=new RegExp("^"+E+"$(?!\\s)",v)),U&&(H=N.lastIndex),W=t(O,w?Q:N,R),w?W?(W.input=G(W.input,C),W[0]=G(W[0],C),W.index=N.lastIndex,N.lastIndex+=W[0].length):N.lastIndex=0:U&&W&&(N.lastIndex=N.global?W.index+W[0].length:H),p&&W&&W.length>1&&t(x,W[0],Q,function(){for(V=1;V<arguments.length-2;V++)arguments[V]===void 0&&(W[V]=void 0)}),W&&h)for(W.groups=b=c(null),V=0;V<h.length;V++)y=h[V],b[y[0]]=W[y[1]];return W}),r.exports=T},4932:(r,u,e)=>{"use strict";var t=e(3770);r.exports=function(){var i=t(this),o="";return i.hasIndices&&(o+="d"),i.global&&(o+="g"),i.ignoreCase&&(o+="i"),i.multiline&&(o+="m"),i.dotAll&&(o+="s"),i.unicode&&(o+="u"),i.unicodeSets&&(o+="v"),i.sticky&&(o+="y"),o}},3113:(r,u,e)=>{"use strict";var t=e(9944),i=e(4418),o=e(4578),n=e(4932),s=RegExp.prototype;r.exports=function(a){var c=a.flags;return c===void 0&&!("flags"in s)&&!i(a,"flags")&&o(s,a)?t(n,a):c}},5976:(r,u,e)=>{"use strict";var t=e(5234),i=e(1488),o=i.RegExp,n=t(function(){var c=o("a","y");return c.lastIndex=2,c.exec("abcd")!==null}),s=n||t(function(){return!o("a","y").sticky}),a=n||t(function(){var c=o("^r","gy");return c.lastIndex=2,c.exec("str")!==null});r.exports={BROKEN_CARET:a,MISSED_STICKY:s,UNSUPPORTED_Y:n}},6676:(r,u,e)=>{"use strict";var t=e(5234),i=e(1488),o=i.RegExp;r.exports=t(function(){var n=o(".","s");return!(n.dotAll&&n.test(`
78
78
  `)&&n.flags==="s")})},4609:(r,u,e)=>{"use strict";var t=e(5234),i=e(1488),o=i.RegExp;r.exports=t(function(){var n=o("(?<a>b)","g");return n.exec("b").groups.a!=="b"||"b".replace(n,"$<a>c")!=="bc"})},9509:(r,u,e)=>{"use strict";var t=e(4318),i=TypeError;r.exports=function(o){if(t(o))throw new i("Can't call method on "+o);return o}},168:(r,u,e)=>{"use strict";var t=e(746),i=e(6209),o=t("keys");r.exports=function(n){return o[n]||(o[n]=i(n))}},2694:(r,u,e)=>{"use strict";var t=e(1942),i=e(1488),o=e(4798),n="__core-js_shared__",s=r.exports=i[n]||o(n,{});(s.versions||(s.versions=[])).push({version:"3.37.1",mode:t?"pure":"global",copyright:"\xA9 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.37.1/LICENSE",source:"https://github.com/zloirock/core-js"})},746:(r,u,e)=>{"use strict";var t=e(2694);r.exports=function(i,o){return t[i]||(t[i]=o||{})}},4212:(r,u,e)=>{"use strict";var t=e(6881),i=e(6744),o=e(2618),n=e(9509),s=t("".charAt),a=t("".charCodeAt),c=t("".slice),l=function(d){return function(m,x){var O=o(n(m)),T=i(x),L=O.length,I,B;return T<0||T>=L?d?"":void 0:(I=a(O,T),I<55296||I>56319||T+1===L||(B=a(O,T+1))<56320||B>57343?d?s(O,T):I:d?c(O,T,T+2):(I-55296<<10)+(B-56320)+65536)}};r.exports={codeAt:l(!1),charAt:l(!0)}},8944:(r,u,e)=>{"use strict";var t=e(3749),i=e(5234),o=e(1488),n=o.String;r.exports=!!Object.getOwnPropertySymbols&&!i(function(){var s=Symbol("symbol detection");return!n(s)||!(Object(s)instanceof Symbol)||!Symbol.sham&&t&&t<41})},675:(r,u,e)=>{"use strict";var t=e(6744),i=Math.max,o=Math.min;r.exports=function(n,s){var a=t(n);return a<0?i(a+s,0):o(a,s)}},380:(r,u,e)=>{"use strict";var t=e(7568),i=e(9509);r.exports=function(o){return t(i(o))}},6744:(r,u,e)=>{"use strict";var t=e(142);r.exports=function(i){var o=+i;return o!==o||o===0?0:t(o)}},7611:(r,u,e)=>{"use strict";var t=e(6744),i=Math.min;r.exports=function(o){var n=t(o);return n>0?i(n,9007199254740991):0}},3628:(r,u,e)=>{"use strict";var t=e(9509),i=Object;r.exports=function(o){return i(t(o))}},290:(r,u,e)=>{"use strict";var t=e(9944),i=e(831),o=e(6032),n=e(2913),s=e(2287),a=e(4282),c=TypeError,l=a("toPrimitive");r.exports=function(d,m){if(!i(d)||o(d))return d;var x=n(d,l),O;if(x){if(m===void 0&&(m="default"),O=t(x,d,m),!i(O)||o(O))return O;throw new c("Can't convert object to primitive value")}return m===void 0&&(m="number"),s(d,m)}},2344:(r,u,e)=>{"use strict";var t=e(290),i=e(6032);r.exports=function(o){var n=t(o,"string");return i(n)?n:n+""}},9345:(r,u,e)=>{"use strict";var t=e(4282),i=t("toStringTag"),o={};o[i]="z",r.exports=String(o)==="[object z]"},2618:(r,u,e)=>{"use strict";var t=e(5438),i=String;r.exports=function(o){if(t(o)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return i(o)}},3174:r=>{"use strict";var u=String;r.exports=function(e){try{return u(e)}catch{return"Object"}}},6209:(r,u,e)=>{"use strict";var t=e(6881),i=0,o=Math.random(),n=t(1 .toString);r.exports=function(s){return"Symbol("+(s===void 0?"":s)+")_"+n(++i+o,36)}},9809:(r,u,e)=>{"use strict";var t=e(8944);r.exports=t&&!Symbol.sham&&typeof Symbol.iterator=="symbol"},3315:(r,u,e)=>{"use strict";var t=e(6893),i=e(5234);r.exports=t&&i(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})},5945:(r,u,e)=>{"use strict";var t=e(1488),i=e(4188),o=t.WeakMap;r.exports=i(o)&&/native code/.test(String(o))},4282:(r,u,e)=>{"use strict";var t=e(1488),i=e(746),o=e(4418),n=e(6209),s=e(8944),a=e(9809),c=t.Symbol,l=i("wks"),d=a?c.for||c:c&&c.withoutSetter||n;r.exports=function(m){return o(l,m)||(l[m]=s&&o(c,m)?c[m]:d("Symbol."+m)),l[m]}},8376:(r,u,e)=>{"use strict";var t=e(5613),i=e(9342);t({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},8715:(r,u,e)=>{"use strict";var t=e(5613),i=e(9944),o=e(6881),n=e(9509),s=e(4188),a=e(4318),c=e(473),l=e(2618),d=e(2913),m=e(3113),x=e(1113),O=e(4282),T=e(1942),L=O("replace"),I=TypeError,B=o("".indexOf),G=o("".replace),U=o("".slice),f=Math.max;t({target:"String",proto:!0},{replaceAll:function(g,S){var A=n(this),N,j,K,X,J,Q,H,W,V,b=0,y=0,h="";if(!a(g)){if(N=c(g),N&&(j=l(n(m(g))),!~B(j,"g")))throw new I("`.replaceAll` does not allow non-global regexes");if(K=d(g,L),K)return i(K,g,A,S);if(T&&N)return G(l(A),g,S)}for(X=l(A),J=l(g),Q=s(S),Q||(S=l(S)),H=J.length,W=f(1,H),b=B(X,J);b!==-1;)V=Q?l(S(J,b,X)):x(J,X,b,[],void 0,S),h+=U(X,y,b)+V,y=b+H,b=b+W>X.length?-1:B(X,J,b+W);return y<X.length&&(h+=U(X,y)),h}})},4293:(r,u,e)=>{"use strict";var t=e(646),i=e(9944),o=e(6881),n=e(467),s=e(5234),a=e(3770),c=e(4188),l=e(4318),d=e(6744),m=e(7611),x=e(2618),O=e(9509),T=e(154),L=e(2913),I=e(1113),B=e(4721),G=e(4282),U=G("replace"),f=Math.max,p=Math.min,g=o([].concat),S=o([].push),A=o("".indexOf),N=o("".slice),j=function(Q){return Q===void 0?Q:String(Q)},K=function(){return"a".replace(/./,"$0")==="$0"}(),X=function(){return/./[U]?/./[U]("a","$0")==="":!1}(),J=!s(function(){var Q=/./;return Q.exec=function(){var H=[];return H.groups={a:"7"},H},"".replace(Q,"$<a>")!=="7"});n("replace",function(Q,H,W){var V=X?"$":"$0";return[function(y,h){var w=O(this),v=l(y)?void 0:L(y,U);return v?i(v,y,w,h):i(H,x(w),y,h)},function(b,y){var h=a(this),w=x(b);if(typeof y=="string"&&A(y,V)===-1&&A(y,"$<")===-1){var v=W(H,h,w,y);if(v.done)return v.value}var E=c(y);E||(y=x(y));var C=h.global,R;C&&(R=h.unicode,h.lastIndex=0);for(var k=[],z;z=B(h,w),!(z===null||(S(k,z),!C));){var te=x(z[0]);te===""&&(h.lastIndex=T(w,m(h.lastIndex),R))}for(var q="",ie=0,se=0;se<k.length;se++){z=k[se];for(var ae=x(z[0]),le=f(p(d(z.index),w.length),0),Z=[],P,F=1;F<z.length;F++)S(Z,j(z[F]));var $=z.groups;if(E){var _=g([ae],Z,le,w);$!==void 0&&S(_,$),P=x(t(y,void 0,_))}else P=I(ae,w,le,Z,$,y);le>=ie&&(q+=N(w,ie,le)+P,ie=le+ae.length)}return q+N(w,ie)}]},!J||!K||X)},3030:(r,u,e)=>{"use strict";var t=e(9283);r.exports=t},6152:(r,u,e)=>{"use strict";e.d(u,{GG:()=>n,Tt:()=>t,gn:()=>o,sH:()=>i});function t(s,a){var c={};for(var l in s)Object.prototype.hasOwnProperty.call(s,l)&&a.indexOf(l)<0&&(c[l]=s[l]);if(s!=null&&typeof Object.getOwnPropertySymbols=="function")for(var d=0,l=Object.getOwnPropertySymbols(s);d<l.length;d++)a.indexOf(l[d])<0&&Object.prototype.propertyIsEnumerable.call(s,l[d])&&(c[l[d]]=s[l[d]]);return c}function i(s,a,c,l){function d(m){return m instanceof c?m:new c(function(x){x(m)})}return new(c||(c=Promise))(function(m,x){function O(I){try{L(l.next(I))}catch(B){x(B)}}function T(I){try{L(l.throw(I))}catch(B){x(B)}}function L(I){I.done?m(I.value):d(I.value).then(O,T)}L((l=l.apply(s,a||[])).next())})}function o(s,a,c,l){if(c==="a"&&!l)throw new TypeError("Private accessor was defined without a getter");if(typeof a=="function"?s!==a||!l:!a.has(s))throw new TypeError("Cannot read private member from an object whose class did not declare it");return c==="m"?l:c==="a"?l.call(s):l?l.value:a.get(s)}function n(s,a,c,l,d){if(l==="m")throw new TypeError("Private method is not writable");if(l==="a"&&!d)throw new TypeError("Private accessor was defined without a setter");if(typeof a=="function"?s!==a||!d:!a.has(s))throw new TypeError("Cannot write private member to an object whose class did not declare it");return l==="a"?d.call(s,c):d?d.value=c:a.set(s,c),c}},3059:(r,u,e)=>{"use strict";e.d(u,{C:()=>o,mO:()=>t});const t="embeddable-event-bus-key",i=1e5,o={rest:{endpoints:{big:"https://api-gateway.prod.icanbwell.com/identity"}}},n="healthCircle",s=""},5848:(r,u,e)=>{"use strict";e.r(u),e.d(u,{EventBus:()=>a});var t=e(4032);function i(c,l,d,m){if(d==="a"&&!m)throw new TypeError("Private accessor was defined without a getter");if(typeof l=="function"?c!==l||!m:!l.has(c))throw new TypeError("Cannot read private member from an object whose class did not declare it");return d==="m"?m:d==="a"?m.call(c):m?m.value:l.get(c)}var o,n;const s="default";class a{static getInstance(l){let d=l?i(this,o,"f",n)[l]:i(this,o,"f",n)[s];return d||(d=i(this,o,"f",n)[l||s]=new t.EventBus),d}}o=a,n={value:{}}},934:(r,u,e)=>{"use strict";e.d(u,{b:()=>i});var t=e(9226);class i extends Error{constructor(n,s){super(n,s),this.cause=s.cause,this.errorCode=s.errorCode}toJSON(){const{name:n,message:s,errorCode:a}=this;return{name:n,message:s,errorCode:a}}emitToNativeComponent(){return[t.ErrorCode.CLIENT_UNKNOWN,t.ErrorCode.TOKEN_EXCHANGE].includes(this.errorCode)}}},3758:(r,u,e)=>{"use strict";e.d(u,{O:()=>t});var t;(function(i){i.CLIENT_UNKNOWN="CLIENT_UNKNOWN",i.INSUFFICIENT_SERVICES="INSUFFICIENT_SERVICES",i.METHOD_CALLED_BEFORE_INITIALIZATION="METHOD_CALLED_BEFORE_INITIALIZATION",i.BWELL_INITIALIZATION="BWELL_INITIALIZATION",i.TOKEN_EXCHANGE="TOKEN_EXCHANGE",i.ROUTE_ACTION="ROUTE_ACTION",i.ROUTE_NAVIGATION_DELEGATE="ROUTE_NAVIGATION_DELEGATE",i.ROUTE_UNKNOWN="ROUTE_UNKNOWN",i.ROUTE_ELEMENT_UNKNOWN="ROUTE_ELEMENT_UNKNOWN",i.PROVIDER_UNDEFINED="PROVIDER_UNDEFINED",i.INSUFFICIENT_PERMISSIONS="INSUFFICIENT_PERMISSIONS",i.CONFIGURATION_ERROR="CONFIGURATION_ERROR",i.NETWORK="NETWORK",i.UNKNOWN="UNKNOWN"})(t||(t={}))},9226:(r,u,e)=>{"use strict";e.d(u,{ErrorCode:()=>t.O});var t=e(3758);const i="pagetransition"},9742:(r,u,e)=>{"use strict";e.d(u,{Ak:()=>n});let t=s=>crypto.getRandomValues(new Uint8Array(s)),i=(s,a,c)=>{let l=(2<<Math.log(s.length-1)/Math.LN2)-1,d=-~(1.6*l*a/s.length);return(m=a)=>{let x="";for(;;){let O=c(d),T=d;for(;T--;)if(x+=s[O[T]&l]||"",x.length===m)return x}}},o=(s,a=21)=>i(s,a,t),n=(s=21)=>crypto.getRandomValues(new Uint8Array(s)).reduce((a,c)=>(c&=63,c<36?a+=c.toString(36):c<62?a+=(c-26).toString(36).toUpperCase():c>62?a+="-":a+="_",a),"")}},ge={};function M(r){var u=ge[r];if(u!==void 0)return u.exports;var e=ge[r]={id:r,loaded:!1,exports:{}};return be[r].call(e.exports,e,e.exports,M),e.loaded=!0,e.exports}M.m=be,M.c=ge,M.n=r=>{var u=r&&r.__esModule?()=>r.default:()=>r;return M.d(u,{a:u}),u},(()=>{var r=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,u;M.t=function(e,t){if(t&1&&(e=this(e)),t&8||typeof e=="object"&&e&&(t&4&&e.__esModule||t&16&&typeof e.then=="function"))return e;var i=Object.create(null);M.r(i);var o={};u=u||[null,r({}),r([]),r(r)];for(var n=t&2&&e;typeof n=="object"&&!~u.indexOf(n);n=r(n))Object.getOwnPropertyNames(n).forEach(s=>o[s]=()=>e[s]);return o.default=()=>e,M.d(i,o),i}})(),M.d=(r,u)=>{for(var e in u)M.o(u,e)&&!M.o(r,e)&&Object.defineProperty(r,e,{enumerable:!0,get:u[e]})},M.f={},M.e=r=>Promise.all(Object.keys(M.f).reduce((u,e)=>(M.f[e](r,u),u),[])),M.u=r=>""+r+".index.js",M.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}}(),M.hmd=r=>(r=Object.create(r),r.children||(r.children=[]),Object.defineProperty(r,"exports",{enumerable:!0,set:()=>{throw new Error("ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: "+r.id)}}),r),M.o=(r,u)=>Object.prototype.hasOwnProperty.call(r,u),(()=>{var r={},u="@icanbwell/composite:";M.l=(e,t,i,o)=>{if(r[e]){r[e].push(t);return}var n,s;if(i!==void 0)for(var a=document.getElementsByTagName("script"),c=0;c<a.length;c++){var l=a[c];if(l.getAttribute("src")==e||l.getAttribute("data-webpack")==u+i){n=l;break}}n||(s=!0,n=document.createElement("script"),n.charset="utf-8",n.timeout=120,M.nc&&n.setAttribute("nonce",M.nc),n.setAttribute("data-webpack",u+i),n.src=e),r[e]=[t];var d=(x,O)=>{n.onerror=n.onload=null,clearTimeout(m);var T=r[e];if(delete r[e],n.parentNode&&n.parentNode.removeChild(n),T&&T.forEach(L=>L(O)),x)return x(O)},m=setTimeout(d.bind(null,void 0,{type:"timeout",target:n}),12e4);n.onerror=d.bind(null,n.onerror),n.onload=d.bind(null,n.onload),s&&document.head.appendChild(n)}})(),M.r=r=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})},M.nmd=r=>(r.paths=[],r.children||(r.children=[]),r),(()=>{M.S={};var r={},u={};M.I=(e,t)=>{t||(t=[]);var i=u[e];if(i||(i=u[e]={}),!(t.indexOf(i)>=0)){if(t.push(i),r[e])return r[e];M.o(M.S,e)||(M.S[e]={});var o=M.S[e],n=d=>{typeof console<"u"&&console.warn&&console.warn(d)},s="@icanbwell/composite",a=(d,m,x,O)=>{var T=o[d]=o[d]||{},L=T[m];(!L||!L.loaded&&(!O!=!L.eager?O:s>L.from))&&(T[m]={get:x,from:s,eager:!!O})},c=d=>{var m=L=>n("Initialization of sharing external failed: "+L);try{var x=M(d);if(!x)return;var O=L=>L&&L.init&&L.init(M.S[e],t);if(x.then)return l.push(x.then(O,m));var T=O(x);if(T&&T.then)return l.push(T.catch(m))}catch(L){m(L)}},l=[];switch(e){case"default":a("@icanbwell/events","2.9.1",()=>()=>M(5848),1),a("@icanbwell/react-native-webview-invoke/browser","0.6.4",()=>()=>M(7800),1);break}return l.length?r[e]=Promise.all(l).then(()=>r[e]=1):r[e]=1}}})(),(()=>{var r;M.g.importScripts&&(r=M.g.location+"");var u=M.g.document;if(!r&&u&&(u.currentScript&&(r=u.currentScript.src),!r)){var e=u.getElementsByTagName("script");if(e.length)for(var t=e.length-1;t>-1&&(!r||!/^http(s?):/.test(r));)r=e[t--].src}if(!r)throw new Error("Automatic publicPath is not supported in this browser");r=r.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),M.p=r})(),(()=>{var r=b=>{var y=v=>v.split(".").map(E=>+E==E?+E:E),h=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(b),w=h[1]?y(h[1]):[];return h[2]&&(w.length++,w.push.apply(w,y(h[2]))),h[3]&&(w.push([]),w.push.apply(w,y(h[3]))),w},u=(b,y)=>{b=r(b),y=r(y);for(var h=0;;){if(h>=b.length)return h<y.length&&(typeof y[h])[0]!="u";var w=b[h],v=(typeof w)[0];if(h>=y.length)return v=="u";var E=y[h],C=(typeof E)[0];if(v!=C)return v=="o"&&C=="n"||C=="s"||v=="u";if(v!="o"&&v!="u"&&w!=E)return w<E;h++}},e=b=>{var y=b[0],h="";if(b.length===1)return"*";if(y+.5){h+=y==0?">=":y==-1?"<":y==1?"^":y==2?"~":y>0?"=":"!=";for(var w=1,v=1;v<b.length;v++)w--,h+=(typeof(C=b[v]))[0]=="u"?"-":(w>0?".":"")+(w=2,C);return h}var E=[];for(v=1;v<b.length;v++){var C=b[v];E.push(C===0?"not("+R()+")":C===1?"("+R()+" || "+R()+")":C===2?E.pop()+" "+E.pop():e(C))}return R();function R(){return E.pop().replace(/^\((.+)\)$/,"$1")}},t=(b,y)=>{if(0 in b){y=r(y);var h=b[0],w=h<0;w&&(h=-h-1);for(var v=0,E=1,C=!0;;E++,v++){var R,k,z=E<b.length?(typeof b[E])[0]:"";if(v>=y.length||(k=(typeof(R=y[v]))[0])=="o")return!C||(z=="u"?E>h&&!w:z==""!=w);if(k=="u"){if(!C||z!="u")return!1}else if(C)if(z==k)if(E<=h){if(R!=b[E])return!1}else{if(w?R>b[E]:R<b[E])return!1;R!=b[E]&&(C=!1)}else if(z!="s"&&z!="n"){if(w||E<=h)return!1;C=!1,E--}else{if(E<=h||k<z!=w)return!1;C=!1}else z!="s"&&z!="n"&&(C=!1,E--)}}var te=[],q=te.pop.bind(te);for(v=1;v<b.length;v++){var ie=b[v];te.push(ie==1?q()|q():ie==2?q()&q():ie?t(ie,y):!q())}return!!q()},i=(b,y)=>{var h=M.S[b];if(!h||!M.o(h,y))throw new Error("Shared module "+y+" doesn't exist in shared scope "+b);return h},o=(b,w)=>{var h=b[w],w=Object.keys(h).reduce((v,E)=>!v||u(v,E)?E:v,0);return w&&h[w]},n=(b,y)=>{var h=b[y];return Object.keys(h).reduce((w,v)=>!w||!h[w].loaded&&u(w,v)?v:w,0)},s=(b,y,h,w)=>"Unsatisfied version "+h+" from "+(h&&b[y][h].from)+" of shared singleton module "+y+" (required "+e(w)+")",a=(b,y,h,w)=>{var v=n(b,h);return L(b[h][v])},c=(b,y,h,w)=>{var v=n(b,h);return t(w,v)||O(s(b,h,v,w)),L(b[h][v])},l=(b,y,h,w)=>{var v=n(b,h);if(!t(w,v))throw new Error(s(b,h,v,w));return L(b[h][v])},d=(b,v,h)=>{var w=b[v],v=Object.keys(w).reduce((E,C)=>t(h,C)&&(!E||u(E,C))?C:E,0);return v&&w[v]},m=(b,y,h,w)=>{var v=b[h];return"No satisfying version ("+e(w)+") of shared module "+h+" found in shared scope "+y+`.
79
79
  Available versions: `+Object.keys(v).map(E=>E+" from "+v[E].from).join(", ")},x=(b,y,h,w)=>{var v=d(b,h,w);if(v)return L(v);throw new Error(m(b,y,h,w))},O=b=>{typeof console<"u"&&console.warn&&console.warn(b)},T=(b,y,h,w)=>{O(m(b,y,h,w))},L=b=>(b.loaded=1,b.get()),I=b=>function(y,h,w,v){var E=M.I(y);return E&&E.then?E.then(b.bind(b,y,M.S[y],h,w,v)):b(y,M.S[y],h,w,v)},B=I((b,y,h)=>(i(b,h),L(o(y,h)))),G=I((b,y,h,w)=>y&&M.o(y,h)?L(o(y,h)):w()),U=I((b,y,h,w)=>(i(b,h),L(d(y,h,w)||T(y,b,h,w)||o(y,h)))),f=I((b,y,h)=>(i(b,h),a(y,b,h))),p=I((b,y,h,w)=>(i(b,h),c(y,b,h,w))),g=I((b,y,h,w)=>(i(b,h),x(y,b,h,w))),S=I((b,y,h,w)=>(i(b,h),l(y,b,h,w))),A=I((b,y,h,w,v)=>!y||!M.o(y,h)?v():L(d(y,h,w)||T(y,b,h,w)||o(y,h))),N=I((b,y,h,w)=>!y||!M.o(y,h)?w():a(y,b,h)),j=I((b,y,h,w,v)=>!y||!M.o(y,h)?v():c(y,b,h,w)),K=I((b,y,h,w,v)=>{var E=y&&M.o(y,h)&&d(y,h,w);return E?L(E):v()}),X=I((b,y,h,w,v)=>!y||!M.o(y,h)?v():l(y,b,h,w)),J={},Q={692:()=>j("default","@icanbwell/react-native-webview-invoke/browser",[2,0,6,2],()=>()=>M(7800)),8561:()=>j("default","@icanbwell/events",[3,0,0,1],()=>()=>M(5848))},H=[8561];H.forEach(b=>{M.m[b]=y=>{J[b]=0,delete M.c[b];var h=Q[b]();if(typeof h!="function")throw new Error("Shared module is not available for eager consumption: "+b);y.exports=h()}});var W={692:[692]},V={};M.f.consumes=(b,y)=>{M.o(W,b)&&W[b].forEach(h=>{if(M.o(J,h))return y.push(J[h]);if(!V[h]){var w=C=>{J[h]=0,M.m[h]=R=>{delete M.c[h],R.exports=C()}};V[h]=!0;var v=C=>{delete J[h],M.m[h]=R=>{throw delete M.c[h],C}};try{var E=Q[h]();E.then?y.push(J[h]=E.then(w).catch(v)):w(E)}catch(C){v(C)}}})}})(),(()=>{var r={792:0};M.f.j=(t,i)=>{var o=M.o(r,t)?r[t]:void 0;if(o!==0)if(o)i.push(o[2]);else if(t!=692){var n=new Promise((l,d)=>o=r[t]=[l,d]);i.push(o[2]=n);var s=M.p+M.u(t),a=new Error,c=l=>{if(M.o(r,t)&&(o=r[t],o!==0&&(r[t]=void 0),o)){var d=l&&(l.type==="load"?"missing":l.type),m=l&&l.target&&l.target.src;a.message="Loading chunk "+t+` failed.
package/native.js CHANGED
@@ -1 +1 @@
1
- import{jsx as a}from"react/jsx-runtime";import{ComponentView as o}from"@icanbwell/native-components";var s="@icanbwell/composite",p="1.472.1",c="icanbwell",v="module",l="index.js",m="types/index.d.ts",b="UNLICENSED",d={url:"https://github.com/icanbwell/ui-platform.git"},y={"*":{native:["types/native.d.ts"]}},u={lint:"eslint .","lint:eslint":"npm run lint"},w={"@icanbwell/native-components":"^3.2.0"},f={react:"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","react-native":"^0.71.2","react-native-webview":"^11.4.2"},O={"react-native":{optional:!0},react:{optional:!0},"react-dom":{optional:!0},"react-native-webview":{optional:!0}},j="0.644.1",D="@icanbwell/composite. repo version: 0.644.1",V={name:s,version:p,author:c,type:v,main:l,types:m,license:b,repository:d,typesVersions:y,scripts:u,dependencies:w,peerDependencies:f,peerDependenciesMeta:O,repoVersion:j,description:D};const g="composite";var h=Object.defineProperty,P=Object.defineProperties,x=Object.getOwnPropertyDescriptors,n=Object.getOwnPropertySymbols,C=Object.prototype.hasOwnProperty,E=Object.prototype.propertyIsEnumerable,i=(r,e,t)=>e in r?h(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,M=(r,e)=>{for(var t in e||(e={}))C.call(e,t)&&i(r,t,e[t]);if(n)for(var t of n(e))E.call(e,t)&&i(r,t,e[t]);return r},N=(r,e)=>P(r,x(e));const I=r=>a(o,N(M({},r),{version:V.version,name:g}));export{I as Composite};
1
+ import{jsx as a}from"react/jsx-runtime";import{ComponentView as o}from"@icanbwell/native-components";var s="@icanbwell/composite",p="1.474.0",c="icanbwell",v="module",l="index.js",m="types/index.d.ts",b="UNLICENSED",d={url:"https://github.com/icanbwell/ui-platform.git"},y={"*":{native:["types/native.d.ts"]}},u={lint:"eslint .","lint:eslint":"npm run lint"},w={"@icanbwell/native-components":"^3.2.0"},f={react:"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","react-native":"^0.71.2","react-native-webview":"^11.4.2"},O={"react-native":{optional:!0},react:{optional:!0},"react-dom":{optional:!0},"react-native-webview":{optional:!0}},j="0.647.0",D="@icanbwell/composite. repo version: 0.647.0",V={name:s,version:p,author:c,type:v,main:l,types:m,license:b,repository:d,typesVersions:y,scripts:u,dependencies:w,peerDependencies:f,peerDependenciesMeta:O,repoVersion:j,description:D};const g="composite";var h=Object.defineProperty,P=Object.defineProperties,x=Object.getOwnPropertyDescriptors,n=Object.getOwnPropertySymbols,C=Object.prototype.hasOwnProperty,E=Object.prototype.propertyIsEnumerable,i=(r,e,t)=>e in r?h(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,M=(r,e)=>{for(var t in e||(e={}))C.call(e,t)&&i(r,t,e[t]);if(n)for(var t of n(e))E.call(e,t)&&i(r,t,e[t]);return r},N=(r,e)=>P(r,x(e));const I=r=>a(o,N(M({},r),{version:V.version,name:g}));export{I as Composite};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icanbwell/composite",
3
- "version": "1.472.1",
3
+ "version": "1.474.0",
4
4
  "author": "icanbwell",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -43,6 +43,6 @@
43
43
  "optional": true
44
44
  }
45
45
  },
46
- "repoVersion": "0.644.1",
47
- "description": "@icanbwell/composite. repo version: 0.644.1"
46
+ "repoVersion": "0.647.0",
47
+ "description": "@icanbwell/composite. repo version: 0.647.0"
48
48
  }