@foxy.io/elements 1.11.0-beta.3 → 1.11.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/dist/cdn/foxy-access-recovery-form.js +1 -1
  2. package/dist/cdn/foxy-address-card.js +2 -2
  3. package/dist/cdn/foxy-address-form.js +1 -1
  4. package/dist/cdn/foxy-attribute-card.js +1 -1
  5. package/dist/cdn/foxy-attribute-form.js +1 -1
  6. package/dist/cdn/foxy-cancellation-form.js +1 -1
  7. package/dist/cdn/foxy-collection-page.js +1 -1
  8. package/dist/cdn/foxy-collection-pages.js +1 -1
  9. package/dist/cdn/foxy-custom-field-form.js +1 -0
  10. package/dist/cdn/foxy-customer-api.js +1 -1
  11. package/dist/cdn/foxy-customer-form.js +1 -1
  12. package/dist/cdn/foxy-customer-portal-settings.js +1 -1
  13. package/dist/cdn/foxy-customer-portal.js +2 -2
  14. package/dist/cdn/foxy-customer.js +1 -1
  15. package/dist/cdn/foxy-customers-table.js +1 -1
  16. package/dist/cdn/foxy-donation.js +1 -1
  17. package/dist/cdn/foxy-error-entry-card.js +1 -1
  18. package/dist/cdn/foxy-form-dialog.js +1 -1
  19. package/dist/cdn/foxy-i18n.js +1 -1
  20. package/dist/cdn/foxy-items-form.js +1 -1
  21. package/dist/cdn/foxy-nucleon-element.js +1 -1
  22. package/dist/cdn/foxy-payment-method-card.js +1 -1
  23. package/dist/cdn/foxy-sign-in-form.js +1 -230
  24. package/dist/cdn/foxy-spinner.js +1 -1
  25. package/dist/cdn/foxy-subscription-card.js +1 -1
  26. package/dist/cdn/foxy-subscription-form.js +2 -2
  27. package/dist/cdn/foxy-subscriptions-table.js +1 -1
  28. package/dist/cdn/foxy-table.js +1 -1
  29. package/dist/cdn/foxy-transactions-table.js +1 -1
  30. package/dist/cdn/foxy-user-form.js +1 -1
  31. package/dist/cdn/foxy-users-table.js +1 -1
  32. package/dist/cdn/{shared-bf28ab5e.js → shared-005e1fc5.js} +1 -1
  33. package/dist/cdn/{shared-84203d52.js → shared-00811efe.js} +1 -1
  34. package/dist/cdn/{shared-333c169c.js → shared-07867126.js} +1 -1
  35. package/dist/cdn/{shared-c70d9713.js → shared-09384e52.js} +1 -1
  36. package/dist/cdn/{shared-f01a1892.js → shared-1d138c7a.js} +1 -1
  37. package/dist/cdn/{shared-1a1aa39f.js → shared-2864fa12.js} +1 -1
  38. package/dist/cdn/{shared-525dd8c8.js → shared-420ef4a6.js} +1 -1
  39. package/dist/cdn/{shared-a7709d26.js → shared-423c0fb8.js} +1 -1
  40. package/dist/cdn/{shared-e058cb87.js → shared-50ff98d4.js} +1 -1
  41. package/dist/cdn/{shared-96de56d4.js → shared-524b3c41.js} +1 -1
  42. package/dist/cdn/{shared-bba615b8.js → shared-52d3b939.js} +19 -19
  43. package/dist/cdn/{shared-497fd63c.js → shared-670c194c.js} +1 -1
  44. package/dist/cdn/shared-7bc6d89f.js +1 -0
  45. package/dist/cdn/{shared-8057ee9c.js → shared-8dd2593f.js} +1 -1
  46. package/dist/cdn/{shared-17322a2a.js → shared-93df17fe.js} +5 -5
  47. package/dist/cdn/shared-957a60e1.js +1 -0
  48. package/dist/cdn/shared-96fcd96f.js +1 -0
  49. package/dist/cdn/{shared-9f78e096.js → shared-a4e05ba4.js} +1 -1
  50. package/dist/cdn/{shared-aac9fed8.js → shared-a6f0d39f.js} +1 -1
  51. package/dist/cdn/shared-b76c5f57.js +15 -0
  52. package/dist/cdn/{shared-23966eed.js → shared-c9e0b693.js} +1 -1
  53. package/dist/cdn/{shared-851b97ef.js → shared-d8160231.js} +1 -1
  54. package/dist/cdn/shared-dc5928e9.js +1 -0
  55. package/dist/cdn/{shared-a5fbfdc7.js → shared-e5ab982d.js} +1 -1
  56. package/dist/cdn/shared-f4119f12.js +230 -0
  57. package/dist/cdn/{shared-090432b4.js → shared-f62abcd5.js} +1 -1
  58. package/dist/cdn/{shared-bc29ada7.js → shared-f866a93f.js} +1 -1
  59. package/dist/cdn/{shared-f06d08d5.js → shared-fd05e1a1.js} +1 -1
  60. package/dist/cdn/translations/shared/de.json +1 -0
  61. package/dist/cdn/translations/shared/en.json +1 -0
  62. package/dist/cdn/translations/shared/es.json +1 -0
  63. package/dist/elements/public/CollectionPage/CollectionPage.d.ts +2 -0
  64. package/dist/elements/public/CollectionPage/CollectionPage.js +7 -0
  65. package/dist/elements/public/CollectionPage/CollectionPage.js.map +1 -1
  66. package/dist/elements/public/CollectionPage/types.d.ts +3 -0
  67. package/dist/elements/public/CollectionPage/types.js.map +1 -1
  68. package/dist/elements/public/CollectionPages/CollectionPages.d.ts +2 -0
  69. package/dist/elements/public/CollectionPages/CollectionPages.js +7 -0
  70. package/dist/elements/public/CollectionPages/CollectionPages.js.map +1 -1
  71. package/dist/elements/public/CollectionPages/types.d.ts +3 -0
  72. package/dist/elements/public/CollectionPages/types.js.map +1 -1
  73. package/dist/elements/public/CustomFieldForm/CustomFieldForm.d.ts +49 -0
  74. package/dist/elements/public/CustomFieldForm/CustomFieldForm.js +235 -0
  75. package/dist/elements/public/CustomFieldForm/CustomFieldForm.js.map +1 -0
  76. package/dist/elements/public/CustomFieldForm/index.d.ts +9 -0
  77. package/dist/elements/public/CustomFieldForm/index.js +11 -0
  78. package/dist/elements/public/CustomFieldForm/index.js.map +1 -0
  79. package/dist/elements/public/CustomFieldForm/types.d.ts +22 -0
  80. package/dist/elements/public/CustomFieldForm/types.js +2 -0
  81. package/dist/elements/public/CustomFieldForm/types.js.map +1 -0
  82. package/dist/elements/public/NucleonElement/NucleonElement.d.ts +8 -0
  83. package/dist/elements/public/NucleonElement/NucleonElement.js +40 -6
  84. package/dist/elements/public/NucleonElement/NucleonElement.js.map +1 -1
  85. package/dist/elements/public/index.d.ts +1 -0
  86. package/dist/elements/public/index.defined.d.ts +1 -0
  87. package/dist/elements/public/index.defined.js +1 -0
  88. package/dist/elements/public/index.defined.js.map +1 -1
  89. package/dist/elements/public/index.js +1 -0
  90. package/dist/elements/public/index.js.map +1 -1
  91. package/package.json +2 -2
  92. package/dist/cdn/shared-306080cb.js +0 -1
  93. package/dist/cdn/shared-361d5d17.js +0 -15
  94. package/dist/cdn/shared-6872bf5c.js +0 -1
  95. package/dist/cdn/shared-69d0ca61.js +0 -1
@@ -1 +1 @@
1
- import{p as t,q as e,r as n,s as i,u as r,v as s,w as o,x as a,y as h,z as c,C as u,D as d,E as f,G as l,H as p,I as v,J as y,K as w,M as x,N as b,O as g,P as m,Q as S,S as E,U as _,V as T,W as L,X as O,Y as k,Z as N,$ as C,a0 as z,a1 as M,a2 as D,a3 as I,a4 as R,a5 as P,a6 as q,a7 as J,a8 as U}from"./shared-84203d52.js";var j={deferEvents:!1},F=function(){function e(e){this.processingEvent=!1,this.queue=[],this.initialized=!1,this.options=t(t({},j),e)}return e.prototype.initialize=function(t){if(this.initialized=!0,t){if(!this.options.deferEvents)return void this.schedule(t);this.process(t)}this.flushEvents()},e.prototype.schedule=function(t){if(this.initialized&&!this.processingEvent){if(0!==this.queue.length)throw new Error("Event queue should be empty when it is not processing events");this.process(t),this.flushEvents()}else this.queue.push(t)},e.prototype.clear=function(){this.queue=[]},e.prototype.flushEvents=function(){for(var t=this.queue.shift();t;)this.process(t),t=this.queue.shift()},e.prototype.process=function(t){this.processingEvent=!0;try{t()}catch(t){throw this.clear(),t}finally{this.processingEvent=!1}},e}(),X=new Map,A=0,V=function(){return"x:"+A++},B=function(t,e){return X.set(t,e),t},G=function(t){return X.get(t)},H=function(t){X.delete(t)};function K(){return"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:void 0}function Q(t){if(K()){var e=function(){var t=K();if(t&&"__xstate__"in t)return t.__xstate__}();e&&e.register(t)}}function W(t,i){void 0===i&&(i={});var r=t.initialState,s=new Set,o=[],a=!1,h=e({id:i.id,send:function(e){o.push(e),function(){if(!a){for(a=!0;o.length>0;){var e=o.shift();r=t.transition(r,e,c),s.forEach((function(t){return t.next(r)}))}a=!1}}()},getSnapshot:function(){return r},subscribe:function(t,e,i){var o=n(t,e,i);return s.add(o),o.next(r),{unsubscribe:function(){s.delete(o)}}}}),c={parent:i.parent,self:h,id:i.id||"anonymous",observers:s};return r=t.start?t.start(c):r,h}var Y,Z={sync:!1,autoForward:!1};!function(t){t[t.NotStarted=0]="NotStarted",t[t.Running=1]="Running",t[t.Stopped=2]="Stopped"}(Y||(Y={}));var $=function(){function e(n,i){var r=this;void 0===i&&(i=e.defaultOptions),this.machine=n,this.scheduler=new F,this.delayedEventsMap={},this.listeners=new Set,this.contextListeners=new Set,this.stopListeners=new Set,this.doneListeners=new Set,this.eventListeners=new Set,this.sendListeners=new Set,this.initialized=!1,this.status=Y.NotStarted,this.children=new Map,this.forwardTo=new Set,this.init=this.start,this.send=function(t,e){if(N(t))return r.batch(t),r.state;var n=d(C(t,e));if(r.status===Y.Stopped)return r.state;if(r.status!==Y.Running&&!r.options.deferEvents)throw new Error('Event "'+n.name+'" was sent to uninitialized service "'+r.machine.id+'". Make sure .start() is called for this service, or set { deferEvents: true } in the service options.\nEvent: '+JSON.stringify(n.data));return r.scheduler.schedule((function(){r.forward(n);var t=r.nextState(n);r.update(t,n)})),r._state},this.sendTo=function(e,n){var i=r.parent&&(n===z.Parent||r.parent.id===n),s=i?r.parent:M(n)?r.children.get(n)||G(n):D(n)?n:void 0;if(s)"machine"in s?s.send(t(t({},e),{name:e.name===I?""+O(r.id):e.name,origin:r.sessionId})):s.send(e.data);else if(!i)throw new Error("Unable to send event to child '"+n+"' from service '"+r.id+"'.")};var s=t(t({},e.defaultOptions),i),o=s.clock,a=s.logger,h=s.parent,c=s.id,u=void 0!==c?c:n.id;this.id=u,this.logger=a,this.clock=o,this.parent=h,this.options=s,this.scheduler=new F({deferEvents:this.options.deferEvents}),this.sessionId=V()}return Object.defineProperty(e.prototype,"initialState",{get:function(){var t=this;return this._initialState?this._initialState:i(this,(function(){return t._initialState=t.machine.initialState,t._initialState}))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"state",{get:function(){return this._state},enumerable:!1,configurable:!0}),e.prototype.execute=function(t,e){var n,i;try{for(var s=r(t.actions),o=s.next();!o.done;o=s.next()){var a=o.value;this.exec(a,t,e)}}catch(t){n={error:t}}finally{try{o&&!o.done&&(i=s.return)&&i.call(s)}finally{if(n)throw n.error}}},e.prototype.update=function(t,e){var n,i,h,c,u,d,f,l,p=this;if(t._sessionid=this.sessionId,this._state=t,this.options.execute&&this.execute(this.state),this.children.forEach((function(t){p.state.children[t.id]=t})),this.devTools&&this.devTools.send(e.data,t),t.event)try{for(var v=r(this.eventListeners),y=v.next();!y.done;y=v.next()){(0,y.value)(t.event)}}catch(t){n={error:t}}finally{try{y&&!y.done&&(i=v.return)&&i.call(v)}finally{if(n)throw n.error}}try{for(var w=r(this.listeners),x=w.next();!x.done;x=w.next()){(0,x.value)(t,t.event)}}catch(t){h={error:t}}finally{try{x&&!x.done&&(c=w.return)&&c.call(w)}finally{if(h)throw h.error}}try{for(var b=r(this.contextListeners),g=b.next();!g.done;g=b.next()){(0,g.value)(this.state.context,this.state.history?this.state.history.context:void 0)}}catch(t){u={error:t}}finally{try{g&&!g.done&&(d=b.return)&&d.call(b)}finally{if(u)throw u.error}}var m=s(t.configuration||[],this.machine);if(this.state.configuration&&m){var S=t.configuration.find((function(t){return"final"===t.type&&t.parent===p.machine})),E=S&&S.doneData?o(S.doneData,t.context,e):void 0;try{for(var _=r(this.doneListeners),T=_.next();!T.done;T=_.next()){(0,T.value)(a(this.id,E))}}catch(t){f={error:t}}finally{try{T&&!T.done&&(l=_.return)&&l.call(_)}finally{if(f)throw f.error}}this.stop()}},e.prototype.onTransition=function(t){return this.listeners.add(t),this.status===Y.Running&&t(this.state,this.state.event),this},e.prototype.subscribe=function(t,e,n){var i,r=this;if(!t)return{unsubscribe:function(){}};var s=n;return"function"==typeof t?i=t:(i=t.next.bind(t),s=t.complete.bind(t)),this.listeners.add(i),this.status===Y.Running&&i(this.state),s&&this.onDone(s),{unsubscribe:function(){i&&r.listeners.delete(i),s&&r.doneListeners.delete(s)}}},e.prototype.onEvent=function(t){return this.eventListeners.add(t),this},e.prototype.onSend=function(t){return this.sendListeners.add(t),this},e.prototype.onChange=function(t){return this.contextListeners.add(t),this},e.prototype.onStop=function(t){return this.stopListeners.add(t),this},e.prototype.onDone=function(t){return this.doneListeners.add(t),this},e.prototype.off=function(t){return this.listeners.delete(t),this.eventListeners.delete(t),this.sendListeners.delete(t),this.stopListeners.delete(t),this.doneListeners.delete(t),this.contextListeners.delete(t),this},e.prototype.start=function(t){var e=this;if(this.status===Y.Running)return this;B(this.sessionId,this),this.initialized=!0,this.status=Y.Running;var n=void 0===t?this.initialState:i(this,(function(){return R(t)?e.machine.resolveState(t):e.machine.resolveState(P.from(t,e.machine.context))}));return this.options.devTools&&this.attachDev(),this.scheduler.initialize((function(){e.update(n,h)})),this},e.prototype.stop=function(){var t,e,n,i,s,o,a,h,d,f,l=this;try{for(var p=r(this.listeners),v=p.next();!v.done;v=p.next()){var y=v.value;this.listeners.delete(y)}}catch(e){t={error:e}}finally{try{v&&!v.done&&(e=p.return)&&e.call(p)}finally{if(t)throw t.error}}try{for(var w=r(this.stopListeners),x=w.next();!x.done;x=w.next()){(y=x.value)(),this.stopListeners.delete(y)}}catch(t){n={error:t}}finally{try{x&&!x.done&&(i=w.return)&&i.call(w)}finally{if(n)throw n.error}}try{for(var b=r(this.contextListeners),g=b.next();!g.done;g=b.next()){y=g.value;this.contextListeners.delete(y)}}catch(t){s={error:t}}finally{try{g&&!g.done&&(o=b.return)&&o.call(b)}finally{if(s)throw s.error}}try{for(var m=r(this.doneListeners),S=m.next();!S.done;S=m.next()){y=S.value;this.doneListeners.delete(y)}}catch(t){a={error:t}}finally{try{S&&!S.done&&(h=m.return)&&h.call(m)}finally{if(a)throw a.error}}if(!this.initialized)return this;this.state.configuration.forEach((function(t){var e,n;try{for(var i=r(t.definition.exit),s=i.next();!s.done;s=i.next()){var o=s.value;l.exec(o,l.state)}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}})),this.children.forEach((function(t){c(t.stop)&&t.stop()}));try{for(var E=r(u(this.delayedEventsMap)),_=E.next();!_.done;_=E.next()){var T=_.value;this.clock.clearTimeout(this.delayedEventsMap[T])}}catch(t){d={error:t}}finally{try{_&&!_.done&&(f=E.return)&&f.call(E)}finally{if(d)throw d.error}}return this.scheduler.clear(),this.initialized=!1,this.status=Y.Stopped,H(this.sessionId),this},e.prototype.batch=function(t){var e=this;if(this.status===Y.NotStarted&&this.options.deferEvents);else if(this.status!==Y.Running)throw new Error(t.length+' event(s) were sent to uninitialized service "'+this.machine.id+'". Make sure .start() is called for this service, or set { deferEvents: true } in the service options.');this.scheduler.schedule((function(){var n,s,o=e.state,a=!1,h=[],c=function(t){var n=d(t);e.forward(n),o=i(e,(function(){return e.machine.transition(o,n)})),h.push.apply(h,q([],J(o.actions.map((function(t){return U(t,o)}))))),a=a||!!o.changed};try{for(var u=r(t),f=u.next();!f.done;f=u.next()){c(f.value)}}catch(t){n={error:t}}finally{try{f&&!f.done&&(s=u.return)&&s.call(u)}finally{if(n)throw n.error}}o.changed=a,o.actions=h,e.update(o,d(t[t.length-1]))}))},e.prototype.sender=function(t){return this.send.bind(this,t)},e.prototype.nextState=function(t){var e=this,n=d(t);if(0===n.name.indexOf(f)&&!this.state.nextEvents.some((function(t){return 0===t.indexOf(f)})))throw n.data.data;return i(this,(function(){return e.machine.transition(e.state,n)}))},e.prototype.forward=function(t){var e,n;try{for(var i=r(this.forwardTo),s=i.next();!s.done;s=i.next()){var o=s.value,a=this.children.get(o);if(!a)throw new Error("Unable to forward event '"+t+"' from interpreter '"+this.id+"' to nonexistant child '"+o+"'.");a.send(t)}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}},e.prototype.defer=function(t){var e=this;this.delayedEventsMap[t.id]=this.clock.setTimeout((function(){t.to?e.sendTo(t._event,t.to):e.send(t._event)}),t.delay)},e.prototype.cancel=function(t){this.clock.clearTimeout(this.delayedEventsMap[t]),delete this.delayedEventsMap[t]},e.prototype.exec=function(t,e,n){void 0===n&&(n=this.machine.options.actions);var i=e.context,r=e._event,s=t.exec||l(t.type,n),a=c(s)?s:s?s.exec:t.exec;if(a)try{return a(i,r.data,{action:t,state:this.state,_event:r})}catch(t){throw this.parent&&this.parent.send({type:"xstate.error",data:t}),t}switch(t.type){case m:var h=t;if("number"==typeof h.delay)return void this.defer(h);h.to?this.sendTo(h._event,h.to):this.send(h._event);break;case g:this.cancel(t.sendId);break;case y:var u=t.activity;if(!this.state.activities[u.id||u.type])break;if(u.type===w.Invoke){var d=x(u.src),f=this.machine.options.services?this.machine.options.services[d.type]:void 0,S=u.id,E=u.data,_="autoForward"in u?u.autoForward:!!u.forward;if(!f)return;var T=E?o(E,i,r):void 0;if("string"==typeof f)return;var L=c(f)?f(i,r.data,{data:T,src:d}):f;if(!L)return;var O=void 0;b(L)&&(L=T?L.withContext(T):L,O={autoForward:_}),this.spawn(L,S,O)}else this.spawnActivity(u);break;case v:this.stopChild(t.activity.id);break;case p:var k=t.label,N=t.value;k?this.logger(k,N):this.logger(N)}},e.prototype.removeChild=function(t){this.children.delete(t),this.forwardTo.delete(t),delete this.state.children[t]},e.prototype.stopChild=function(t){var e=this.children.get(t);e&&(this.removeChild(t),c(e.stop)&&e.stop())},e.prototype.spawn=function(e,n,i){if(S(e))return this.spawnPromise(Promise.resolve(e),n);if(c(e))return this.spawnCallback(e,n);if(E(e))return this.spawnActor(e);if(_(e))return this.spawnObservable(e,n);if(b(e))return this.spawnMachine(e,t(t({},i),{id:n}));if(T(e))return this.spawnBehavior(e,n);throw new Error('Unable to spawn entity "'+n+'" of type "'+typeof e+'".')},e.prototype.spawnMachine=function(n,i){var r=this;void 0===i&&(i={});var s=new e(n,t(t({},this.options),{parent:this,id:i.id||n.id})),o=t(t({},Z),i);o.sync&&s.onTransition((function(t){r.send(L,{state:t,id:s.id})}));var a=s;return this.children.set(s.id,a),o.autoForward&&this.forwardTo.add(s.id),s.onDone((function(t){r.removeChild(s.id),r.send(d(t,{origin:s.id}))})).start(),a},e.prototype.spawnBehavior=function(t,e){var n=W(t,{id:e,parent:this});return this.children.set(e,n),n},e.prototype.spawnPromise=function(t,e){var i,r=this,s=!1;t.then((function(t){s||(i=t,r.removeChild(e),r.send(d(a(e,t),{origin:e})))}),(function(t){if(!s){r.removeChild(e);var n=O(e,t);try{r.send(d(n,{origin:e}))}catch(t){r.devTools&&r.devTools.send(n,r.state),r.machine.strict&&r.stop()}}}));var o={id:e,send:function(){},subscribe:function(e,i,r){var s=n(e,i,r),o=!1;return t.then((function(t){o||(s.next(t),o||s.complete())}),(function(t){o||s.error(t)})),{unsubscribe:function(){return o=!0}}},stop:function(){s=!0},toJSON:function(){return{id:e}},getSnapshot:function(){return i}};return this.children.set(e,o),o},e.prototype.spawnCallback=function(t,e){var n,i,r=this,s=!1,o=new Set,a=new Set;try{i=t((function(t){n=t,a.forEach((function(e){return e(t)})),s||r.send(d(t,{origin:e}))}),(function(t){o.add(t)}))}catch(t){this.send(O(e,t))}if(S(i))return this.spawnPromise(i,e);var h={id:e,send:function(t){return o.forEach((function(e){return e(t)}))},subscribe:function(t){return a.add(t),{unsubscribe:function(){a.delete(t)}}},stop:function(){s=!0,c(i)&&i()},toJSON:function(){return{id:e}},getSnapshot:function(){return n}};return this.children.set(e,h),h},e.prototype.spawnObservable=function(t,e){var n,i=this,r=t.subscribe((function(t){n=t,i.send(d(t,{origin:e}))}),(function(t){i.removeChild(e),i.send(d(O(e,t),{origin:e}))}),(function(){i.removeChild(e),i.send(d(a(e),{origin:e}))})),s={id:e,send:function(){},subscribe:function(e,n,i){return t.subscribe(e,n,i)},stop:function(){return r.unsubscribe()},getSnapshot:function(){return n},toJSON:function(){return{id:e}}};return this.children.set(e,s),s},e.prototype.spawnActor=function(t){return this.children.set(t.id,t),t},e.prototype.spawnActivity=function(t){var e=this.machine.options&&this.machine.options.activities?this.machine.options.activities[t.type]:void 0;if(e){var n=e(this.state.context,t);this.spawnEffect(t.id,n)}},e.prototype.spawnEffect=function(t,e){this.children.set(t,{id:t,send:function(){},subscribe:function(){return{unsubscribe:function(){}}},stop:e||void 0,getSnapshot:function(){},toJSON:function(){return{id:t}}})},e.prototype.attachDev=function(){var e=K();if(this.options.devTools&&e){if(e.__REDUX_DEVTOOLS_EXTENSION__){var n="object"==typeof this.options.devTools?this.options.devTools:void 0;this.devTools=e.__REDUX_DEVTOOLS_EXTENSION__.connect(t(t({name:this.id,autoPause:!0,stateSanitizer:function(t){return{value:t.value,context:t.context,actions:t.actions}}},n),{features:t({jump:!1,skip:!1},n?n.features:void 0)}),this.machine),this.devTools.init(this.state)}Q(this)}},e.prototype.toJSON=function(){return{id:this.id}},e.prototype[k]=function(){return this},e.prototype.getSnapshot=function(){return this.status===Y.NotStarted?this.initialState:this._state},e.defaultOptions=function(t){return{execute:!0,deferEvents:!0,clock:{setTimeout:function(t,e){return setTimeout(t,e)},clearTimeout:function(t){return clearTimeout(t)}},logger:t.console.log.bind(console),devTools:!1}}("undefined"!=typeof self?self:global),e.interpret=tt,e}();function tt(t,e){return new $(t,e)}export{tt as i};
1
+ import{p as t,q as e,r as n,s as i,u as r,v as s,w as o,x as a,y as h,z as c,C as u,D as d,E as f,G as l,H as p,I as v,J as y,K as w,M as x,N as b,O as g,P as m,Q as S,S as E,U as _,V as T,W as L,X as O,Y as k,Z as N,$ as C,a0 as z,a1 as M,a2 as D,a3 as I,a4 as R,a5 as P,a6 as q,a7 as J,a8 as U}from"./shared-00811efe.js";var j={deferEvents:!1},F=function(){function e(e){this.processingEvent=!1,this.queue=[],this.initialized=!1,this.options=t(t({},j),e)}return e.prototype.initialize=function(t){if(this.initialized=!0,t){if(!this.options.deferEvents)return void this.schedule(t);this.process(t)}this.flushEvents()},e.prototype.schedule=function(t){if(this.initialized&&!this.processingEvent){if(0!==this.queue.length)throw new Error("Event queue should be empty when it is not processing events");this.process(t),this.flushEvents()}else this.queue.push(t)},e.prototype.clear=function(){this.queue=[]},e.prototype.flushEvents=function(){for(var t=this.queue.shift();t;)this.process(t),t=this.queue.shift()},e.prototype.process=function(t){this.processingEvent=!0;try{t()}catch(t){throw this.clear(),t}finally{this.processingEvent=!1}},e}(),X=new Map,A=0,V=function(){return"x:"+A++},B=function(t,e){return X.set(t,e),t},G=function(t){return X.get(t)},H=function(t){X.delete(t)};function K(){return"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:void 0}function Q(t){if(K()){var e=function(){var t=K();if(t&&"__xstate__"in t)return t.__xstate__}();e&&e.register(t)}}function W(t,i){void 0===i&&(i={});var r=t.initialState,s=new Set,o=[],a=!1,h=e({id:i.id,send:function(e){o.push(e),function(){if(!a){for(a=!0;o.length>0;){var e=o.shift();r=t.transition(r,e,c),s.forEach((function(t){return t.next(r)}))}a=!1}}()},getSnapshot:function(){return r},subscribe:function(t,e,i){var o=n(t,e,i);return s.add(o),o.next(r),{unsubscribe:function(){s.delete(o)}}}}),c={parent:i.parent,self:h,id:i.id||"anonymous",observers:s};return r=t.start?t.start(c):r,h}var Y,Z={sync:!1,autoForward:!1};!function(t){t[t.NotStarted=0]="NotStarted",t[t.Running=1]="Running",t[t.Stopped=2]="Stopped"}(Y||(Y={}));var $=function(){function e(n,i){var r=this;void 0===i&&(i=e.defaultOptions),this.machine=n,this.scheduler=new F,this.delayedEventsMap={},this.listeners=new Set,this.contextListeners=new Set,this.stopListeners=new Set,this.doneListeners=new Set,this.eventListeners=new Set,this.sendListeners=new Set,this.initialized=!1,this.status=Y.NotStarted,this.children=new Map,this.forwardTo=new Set,this.init=this.start,this.send=function(t,e){if(N(t))return r.batch(t),r.state;var n=d(C(t,e));if(r.status===Y.Stopped)return r.state;if(r.status!==Y.Running&&!r.options.deferEvents)throw new Error('Event "'+n.name+'" was sent to uninitialized service "'+r.machine.id+'". Make sure .start() is called for this service, or set { deferEvents: true } in the service options.\nEvent: '+JSON.stringify(n.data));return r.scheduler.schedule((function(){r.forward(n);var t=r.nextState(n);r.update(t,n)})),r._state},this.sendTo=function(e,n){var i=r.parent&&(n===z.Parent||r.parent.id===n),s=i?r.parent:M(n)?r.children.get(n)||G(n):D(n)?n:void 0;if(s)"machine"in s?s.send(t(t({},e),{name:e.name===I?""+O(r.id):e.name,origin:r.sessionId})):s.send(e.data);else if(!i)throw new Error("Unable to send event to child '"+n+"' from service '"+r.id+"'.")};var s=t(t({},e.defaultOptions),i),o=s.clock,a=s.logger,h=s.parent,c=s.id,u=void 0!==c?c:n.id;this.id=u,this.logger=a,this.clock=o,this.parent=h,this.options=s,this.scheduler=new F({deferEvents:this.options.deferEvents}),this.sessionId=V()}return Object.defineProperty(e.prototype,"initialState",{get:function(){var t=this;return this._initialState?this._initialState:i(this,(function(){return t._initialState=t.machine.initialState,t._initialState}))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"state",{get:function(){return this._state},enumerable:!1,configurable:!0}),e.prototype.execute=function(t,e){var n,i;try{for(var s=r(t.actions),o=s.next();!o.done;o=s.next()){var a=o.value;this.exec(a,t,e)}}catch(t){n={error:t}}finally{try{o&&!o.done&&(i=s.return)&&i.call(s)}finally{if(n)throw n.error}}},e.prototype.update=function(t,e){var n,i,h,c,u,d,f,l,p=this;if(t._sessionid=this.sessionId,this._state=t,this.options.execute&&this.execute(this.state),this.children.forEach((function(t){p.state.children[t.id]=t})),this.devTools&&this.devTools.send(e.data,t),t.event)try{for(var v=r(this.eventListeners),y=v.next();!y.done;y=v.next()){(0,y.value)(t.event)}}catch(t){n={error:t}}finally{try{y&&!y.done&&(i=v.return)&&i.call(v)}finally{if(n)throw n.error}}try{for(var w=r(this.listeners),x=w.next();!x.done;x=w.next()){(0,x.value)(t,t.event)}}catch(t){h={error:t}}finally{try{x&&!x.done&&(c=w.return)&&c.call(w)}finally{if(h)throw h.error}}try{for(var b=r(this.contextListeners),g=b.next();!g.done;g=b.next()){(0,g.value)(this.state.context,this.state.history?this.state.history.context:void 0)}}catch(t){u={error:t}}finally{try{g&&!g.done&&(d=b.return)&&d.call(b)}finally{if(u)throw u.error}}var m=s(t.configuration||[],this.machine);if(this.state.configuration&&m){var S=t.configuration.find((function(t){return"final"===t.type&&t.parent===p.machine})),E=S&&S.doneData?o(S.doneData,t.context,e):void 0;try{for(var _=r(this.doneListeners),T=_.next();!T.done;T=_.next()){(0,T.value)(a(this.id,E))}}catch(t){f={error:t}}finally{try{T&&!T.done&&(l=_.return)&&l.call(_)}finally{if(f)throw f.error}}this.stop()}},e.prototype.onTransition=function(t){return this.listeners.add(t),this.status===Y.Running&&t(this.state,this.state.event),this},e.prototype.subscribe=function(t,e,n){var i,r=this;if(!t)return{unsubscribe:function(){}};var s=n;return"function"==typeof t?i=t:(i=t.next.bind(t),s=t.complete.bind(t)),this.listeners.add(i),this.status===Y.Running&&i(this.state),s&&this.onDone(s),{unsubscribe:function(){i&&r.listeners.delete(i),s&&r.doneListeners.delete(s)}}},e.prototype.onEvent=function(t){return this.eventListeners.add(t),this},e.prototype.onSend=function(t){return this.sendListeners.add(t),this},e.prototype.onChange=function(t){return this.contextListeners.add(t),this},e.prototype.onStop=function(t){return this.stopListeners.add(t),this},e.prototype.onDone=function(t){return this.doneListeners.add(t),this},e.prototype.off=function(t){return this.listeners.delete(t),this.eventListeners.delete(t),this.sendListeners.delete(t),this.stopListeners.delete(t),this.doneListeners.delete(t),this.contextListeners.delete(t),this},e.prototype.start=function(t){var e=this;if(this.status===Y.Running)return this;B(this.sessionId,this),this.initialized=!0,this.status=Y.Running;var n=void 0===t?this.initialState:i(this,(function(){return R(t)?e.machine.resolveState(t):e.machine.resolveState(P.from(t,e.machine.context))}));return this.options.devTools&&this.attachDev(),this.scheduler.initialize((function(){e.update(n,h)})),this},e.prototype.stop=function(){var t,e,n,i,s,o,a,h,d,f,l=this;try{for(var p=r(this.listeners),v=p.next();!v.done;v=p.next()){var y=v.value;this.listeners.delete(y)}}catch(e){t={error:e}}finally{try{v&&!v.done&&(e=p.return)&&e.call(p)}finally{if(t)throw t.error}}try{for(var w=r(this.stopListeners),x=w.next();!x.done;x=w.next()){(y=x.value)(),this.stopListeners.delete(y)}}catch(t){n={error:t}}finally{try{x&&!x.done&&(i=w.return)&&i.call(w)}finally{if(n)throw n.error}}try{for(var b=r(this.contextListeners),g=b.next();!g.done;g=b.next()){y=g.value;this.contextListeners.delete(y)}}catch(t){s={error:t}}finally{try{g&&!g.done&&(o=b.return)&&o.call(b)}finally{if(s)throw s.error}}try{for(var m=r(this.doneListeners),S=m.next();!S.done;S=m.next()){y=S.value;this.doneListeners.delete(y)}}catch(t){a={error:t}}finally{try{S&&!S.done&&(h=m.return)&&h.call(m)}finally{if(a)throw a.error}}if(!this.initialized)return this;this.state.configuration.forEach((function(t){var e,n;try{for(var i=r(t.definition.exit),s=i.next();!s.done;s=i.next()){var o=s.value;l.exec(o,l.state)}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}})),this.children.forEach((function(t){c(t.stop)&&t.stop()}));try{for(var E=r(u(this.delayedEventsMap)),_=E.next();!_.done;_=E.next()){var T=_.value;this.clock.clearTimeout(this.delayedEventsMap[T])}}catch(t){d={error:t}}finally{try{_&&!_.done&&(f=E.return)&&f.call(E)}finally{if(d)throw d.error}}return this.scheduler.clear(),this.initialized=!1,this.status=Y.Stopped,H(this.sessionId),this},e.prototype.batch=function(t){var e=this;if(this.status===Y.NotStarted&&this.options.deferEvents);else if(this.status!==Y.Running)throw new Error(t.length+' event(s) were sent to uninitialized service "'+this.machine.id+'". Make sure .start() is called for this service, or set { deferEvents: true } in the service options.');this.scheduler.schedule((function(){var n,s,o=e.state,a=!1,h=[],c=function(t){var n=d(t);e.forward(n),o=i(e,(function(){return e.machine.transition(o,n)})),h.push.apply(h,q([],J(o.actions.map((function(t){return U(t,o)}))))),a=a||!!o.changed};try{for(var u=r(t),f=u.next();!f.done;f=u.next()){c(f.value)}}catch(t){n={error:t}}finally{try{f&&!f.done&&(s=u.return)&&s.call(u)}finally{if(n)throw n.error}}o.changed=a,o.actions=h,e.update(o,d(t[t.length-1]))}))},e.prototype.sender=function(t){return this.send.bind(this,t)},e.prototype.nextState=function(t){var e=this,n=d(t);if(0===n.name.indexOf(f)&&!this.state.nextEvents.some((function(t){return 0===t.indexOf(f)})))throw n.data.data;return i(this,(function(){return e.machine.transition(e.state,n)}))},e.prototype.forward=function(t){var e,n;try{for(var i=r(this.forwardTo),s=i.next();!s.done;s=i.next()){var o=s.value,a=this.children.get(o);if(!a)throw new Error("Unable to forward event '"+t+"' from interpreter '"+this.id+"' to nonexistant child '"+o+"'.");a.send(t)}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}},e.prototype.defer=function(t){var e=this;this.delayedEventsMap[t.id]=this.clock.setTimeout((function(){t.to?e.sendTo(t._event,t.to):e.send(t._event)}),t.delay)},e.prototype.cancel=function(t){this.clock.clearTimeout(this.delayedEventsMap[t]),delete this.delayedEventsMap[t]},e.prototype.exec=function(t,e,n){void 0===n&&(n=this.machine.options.actions);var i=e.context,r=e._event,s=t.exec||l(t.type,n),a=c(s)?s:s?s.exec:t.exec;if(a)try{return a(i,r.data,{action:t,state:this.state,_event:r})}catch(t){throw this.parent&&this.parent.send({type:"xstate.error",data:t}),t}switch(t.type){case m:var h=t;if("number"==typeof h.delay)return void this.defer(h);h.to?this.sendTo(h._event,h.to):this.send(h._event);break;case g:this.cancel(t.sendId);break;case y:var u=t.activity;if(!this.state.activities[u.id||u.type])break;if(u.type===w.Invoke){var d=x(u.src),f=this.machine.options.services?this.machine.options.services[d.type]:void 0,S=u.id,E=u.data,_="autoForward"in u?u.autoForward:!!u.forward;if(!f)return;var T=E?o(E,i,r):void 0;if("string"==typeof f)return;var L=c(f)?f(i,r.data,{data:T,src:d}):f;if(!L)return;var O=void 0;b(L)&&(L=T?L.withContext(T):L,O={autoForward:_}),this.spawn(L,S,O)}else this.spawnActivity(u);break;case v:this.stopChild(t.activity.id);break;case p:var k=t.label,N=t.value;k?this.logger(k,N):this.logger(N)}},e.prototype.removeChild=function(t){this.children.delete(t),this.forwardTo.delete(t),delete this.state.children[t]},e.prototype.stopChild=function(t){var e=this.children.get(t);e&&(this.removeChild(t),c(e.stop)&&e.stop())},e.prototype.spawn=function(e,n,i){if(S(e))return this.spawnPromise(Promise.resolve(e),n);if(c(e))return this.spawnCallback(e,n);if(E(e))return this.spawnActor(e);if(_(e))return this.spawnObservable(e,n);if(b(e))return this.spawnMachine(e,t(t({},i),{id:n}));if(T(e))return this.spawnBehavior(e,n);throw new Error('Unable to spawn entity "'+n+'" of type "'+typeof e+'".')},e.prototype.spawnMachine=function(n,i){var r=this;void 0===i&&(i={});var s=new e(n,t(t({},this.options),{parent:this,id:i.id||n.id})),o=t(t({},Z),i);o.sync&&s.onTransition((function(t){r.send(L,{state:t,id:s.id})}));var a=s;return this.children.set(s.id,a),o.autoForward&&this.forwardTo.add(s.id),s.onDone((function(t){r.removeChild(s.id),r.send(d(t,{origin:s.id}))})).start(),a},e.prototype.spawnBehavior=function(t,e){var n=W(t,{id:e,parent:this});return this.children.set(e,n),n},e.prototype.spawnPromise=function(t,e){var i,r=this,s=!1;t.then((function(t){s||(i=t,r.removeChild(e),r.send(d(a(e,t),{origin:e})))}),(function(t){if(!s){r.removeChild(e);var n=O(e,t);try{r.send(d(n,{origin:e}))}catch(t){r.devTools&&r.devTools.send(n,r.state),r.machine.strict&&r.stop()}}}));var o={id:e,send:function(){},subscribe:function(e,i,r){var s=n(e,i,r),o=!1;return t.then((function(t){o||(s.next(t),o||s.complete())}),(function(t){o||s.error(t)})),{unsubscribe:function(){return o=!0}}},stop:function(){s=!0},toJSON:function(){return{id:e}},getSnapshot:function(){return i}};return this.children.set(e,o),o},e.prototype.spawnCallback=function(t,e){var n,i,r=this,s=!1,o=new Set,a=new Set;try{i=t((function(t){n=t,a.forEach((function(e){return e(t)})),s||r.send(d(t,{origin:e}))}),(function(t){o.add(t)}))}catch(t){this.send(O(e,t))}if(S(i))return this.spawnPromise(i,e);var h={id:e,send:function(t){return o.forEach((function(e){return e(t)}))},subscribe:function(t){return a.add(t),{unsubscribe:function(){a.delete(t)}}},stop:function(){s=!0,c(i)&&i()},toJSON:function(){return{id:e}},getSnapshot:function(){return n}};return this.children.set(e,h),h},e.prototype.spawnObservable=function(t,e){var n,i=this,r=t.subscribe((function(t){n=t,i.send(d(t,{origin:e}))}),(function(t){i.removeChild(e),i.send(d(O(e,t),{origin:e}))}),(function(){i.removeChild(e),i.send(d(a(e),{origin:e}))})),s={id:e,send:function(){},subscribe:function(e,n,i){return t.subscribe(e,n,i)},stop:function(){return r.unsubscribe()},getSnapshot:function(){return n},toJSON:function(){return{id:e}}};return this.children.set(e,s),s},e.prototype.spawnActor=function(t){return this.children.set(t.id,t),t},e.prototype.spawnActivity=function(t){var e=this.machine.options&&this.machine.options.activities?this.machine.options.activities[t.type]:void 0;if(e){var n=e(this.state.context,t);this.spawnEffect(t.id,n)}},e.prototype.spawnEffect=function(t,e){this.children.set(t,{id:t,send:function(){},subscribe:function(){return{unsubscribe:function(){}}},stop:e||void 0,getSnapshot:function(){},toJSON:function(){return{id:t}}})},e.prototype.attachDev=function(){var e=K();if(this.options.devTools&&e){if(e.__REDUX_DEVTOOLS_EXTENSION__){var n="object"==typeof this.options.devTools?this.options.devTools:void 0;this.devTools=e.__REDUX_DEVTOOLS_EXTENSION__.connect(t(t({name:this.id,autoPause:!0,stateSanitizer:function(t){return{value:t.value,context:t.context,actions:t.actions}}},n),{features:t({jump:!1,skip:!1},n?n.features:void 0)}),this.machine),this.devTools.init(this.state)}Q(this)}},e.prototype.toJSON=function(){return{id:this.id}},e.prototype[k]=function(){return this},e.prototype.getSnapshot=function(){return this.status===Y.NotStarted?this.initialState:this._state},e.defaultOptions=function(t){return{execute:!0,deferEvents:!0,clock:{setTimeout:function(t,e){return setTimeout(t,e)},clearTimeout:function(t){return clearTimeout(t)}},logger:t.console.log.bind(console),devTools:!1}}("undefined"!=typeof self?self:global),e.interpret=tt,e}();function tt(t,e){return new $(t,e)}export{tt as i};
@@ -1 +1 @@
1
- import{f as e,i as t,j as r}from"./shared-84203d52.js";var n=e((function(e,n){e.exports=function(){function e(t,n,i){function a(s,u){if(!n[s]){if(!t[s]){var c="function"==typeof r&&r;if(!u&&c)return c(s,!0);if(o)return o(s,!0);var l=new Error("Cannot find module '"+s+"'");throw l.code="MODULE_NOT_FOUND",l}var p=n[s]={exports:{}};t[s][0].call(p.exports,(function(e){return a(t[s][1][e]||e)}),p,p.exports,e,t,n,i)}return n[s].exports}for(var o="function"==typeof r&&r,s=0;s<i.length;s++)a(i[s]);return a}return e}()({1:[function(e,t,r){const n=e("./utils"),i=function(){const e=n.stringToArray,t=["Zero","One","Two","Three","Four","Five","Six","Seven","Eight","Nine","Ten","Eleven","Twelve","Thirteen","Fourteen","Fifteen","Sixteen","Seventeen","Eighteen","Nineteen"],r=["Zeroth","First","Second","Third","Fourth","Fifth","Sixth","Seventh","Eighth","Ninth","Tenth","Eleventh","Twelfth","Thirteenth","Fourteenth","Fifteenth","Sixteenth","Seventeenth","Eighteenth","Nineteenth"],i=["Twenty","Thirty","Forty","Fifty","Sixty","Seventy","Eighty","Ninety","Hundred"],a=["Thousand","Million","Billion","Trillion"];function o(e,n){var o=function(e,n,s){var u="";if(e<=19)u=(n?" and ":"")+(s?r[e]:t[e]);else if(e<100){const t=Math.floor(e/10),r=e%10;u=(n?" and ":"")+i[t-2],r>0?u+="-"+o(r,!1,s):s&&(u=u.substring(0,u.length-1)+"ieth")}else if(e<1e3){const r=Math.floor(e/100),i=e%100;u=(n?", ":"")+t[r]+" Hundred",i>0?u+=o(i,!0,s):s&&(u+="th")}else{var c=Math.floor(Math.log10(e)/3);c>a.length&&(c=a.length);const t=Math.pow(10,3*c),r=Math.floor(e/t),i=e-r*t;u=(n?", ":"")+o(r,!1,!1)+" "+a[c-1],i>0?u+=o(i,!0,s):s&&(u+="th")}return u};return o(e,!1,n)}const s={};function u(e){const t=e.split(/,\s|\sand\s|[\s\\-]/).map((e=>s[e]));let r=[0];return t.forEach((e=>{if(e<100){let t=r.pop();t>=1e3&&(r.push(t),t=0),r.push(t+e)}else r.push(r.pop()*e)})),r.reduce(((e,t)=>e+t),0)}t.forEach((function(e,t){s[e.toLowerCase()]=t})),r.forEach((function(e,t){s[e.toLowerCase()]=t})),i.forEach((function(e,t){const r=e.toLowerCase();s[r]=10*(t+2),s[r.substring(0,e.length-1)+"ieth"]=s[r]})),s.hundredth=100,a.forEach((function(e,t){const r=e.toLowerCase(),n=Math.pow(10,3*(t+1));s[r]=n,s[r+"th"]=n}));const c=[[1e3,"m"],[900,"cm"],[500,"d"],[400,"cd"],[100,"c"],[90,"xc"],[50,"l"],[40,"xl"],[10,"x"],[9,"ix"],[5,"v"],[4,"iv"],[1,"i"]],l={M:1e3,D:500,C:100,L:50,X:10,V:5,I:1};function p(e){for(var t=0;t<c.length;t++){const r=c[t];if(e>=r[0])return r[1]+p(e-r[0])}return""}function f(e){for(var t=0,r=1,n=e.length-1;n>=0;n--){const i=e[n],a=l[i];a<r?t-=a:(r=a,t+=a)}return t}function d(e,t){for(var r=[],n=t.charCodeAt(0);e>0;)r.unshift(String.fromCharCode((e-1)%26+n)),e=Math.floor((e-1)/26);return r.join("")}function h(e,t){for(var r=t.charCodeAt(0),n=0,i=0;i<e.length;i++)n+=(e.charCodeAt(e.length-i-1)-r+1)*Math.pow(26,i);return n}function v(e,t){if(void 0!==e)return m(e=Math.floor(e),k(t))}const g={DECIMAL:"decimal",LETTERS:"letters",ROMAN:"roman",WORDS:"words",SEQUENCE:"sequence"},y={UPPER:"upper",LOWER:"lower",TITLE:"title"};function m(t,r){let n;const i=t<0;switch(t=Math.abs(t),r.primary){case g.LETTERS:n=d(t,r.case===y.UPPER?"A":"a");break;case g.ROMAN:n=p(t),r.case===y.UPPER&&(n=n.toUpperCase());break;case g.WORDS:n=o(t,r.ordinal),r.case===y.UPPER?n=n.toUpperCase():r.case===y.LOWER&&(n=n.toLowerCase());break;case g.DECIMAL:n=""+t;var a=r.mandatoryDigits-n.length;if(a>0){var s=new Array(a+1).join("0");n=s+n}if(48!==r.zeroCode&&(n=e(n).map((e=>String.fromCodePoint(e.codePointAt(0)+r.zeroCode-48))).join("")),r.regular)for(let e=Math.floor((n.length-1)/r.groupingSeparators.position);e>0;e--){const t=n.length-e*r.groupingSeparators.position;n=n.substr(0,t)+r.groupingSeparators.character+n.substr(t)}else r.groupingSeparators.reverse().forEach((e=>{const t=n.length-e.position;n=n.substr(0,t)+e.character+n.substr(t)}));if(r.ordinal){var u={1:"st",2:"nd",3:"rd"}[n[n.length-1]];(!u||n.length>1&&"1"===n[n.length-2])&&(u="th"),n+=u}break;case g.SEQUENCE:throw{code:"D3130",value:r.token}}return i&&(n="-"+n),n}const b=[48,1632,1776,1984,2406,2534,2662,2790,2918,3046,3174,3302,3430,3558,3664,3792,3872,4160,4240,6112,6160,6470,6608,6784,6800,6992,7088,7232,7248,42528,43216,43264,43472,43504,43600,44016,65296];function k(t){const r={type:"integer",primary:g.DECIMAL,case:y.LOWER,ordinal:!1};let n,i;const a=t.lastIndexOf(";");switch(-1===a?n=t:(n=t.substring(0,a),i=t.substring(a+1),"o"===i[0]&&(r.ordinal=!0)),n){case"A":r.case=y.UPPER;case"a":r.primary=g.LETTERS;break;case"I":r.case=y.UPPER;case"i":r.primary=g.ROMAN;break;case"W":r.case=y.UPPER,r.primary=g.WORDS;break;case"Ww":r.case=y.TITLE,r.primary=g.WORDS;break;case"w":r.primary=g.WORDS;break;default:{let t=null,i=0,a=0,o=[],s=0;if(e(n).map((e=>e.codePointAt(0))).reverse().forEach((e=>{let r=!1;for(let n=0;n<b.length;n++){const a=b[n];if(e>=a&&e<=a+9){if(r=!0,i++,s++,null===t)t=a;else if(a!==t)throw{code:"D3131"};break}}r||(35===e?(s++,a++):o.push({position:s,character:String.fromCodePoint(e)}))})),i>0){r.primary=g.DECIMAL,r.zeroCode=t,r.mandatoryDigits=i,r.optionalDigits=a;const e=function(e){if(0===e.length)return 0;const t=e[0].character;for(let r=1;r<e.length;r++)if(e[r].character!==t)return 0;const r=e.map((e=>e.position)),n=function(e,t){return 0===t?e:n(t,e%t)},i=r.reduce(n);for(let e=1;e<=r.length;e++)if(-1===r.indexOf(e*i))return 0;return i}(o);e>0?(r.regular=!0,r.groupingSeparators={position:e,character:o[0].character}):(r.regular=!1,r.groupingSeparators=o)}else r.primary=g.SEQUENCE,r.token=n}}return r}const x={Y:"1",M:"1",D:"1",d:"1",F:"n",W:"1",w:"1",X:"1",x:"1",H:"1",h:"1",P:"n",m:"01",s:"01",f:"1",Z:"01:01",z:"01:01",C:"n",E:"n"};function w(e){var t=[];const r={type:"datetime",parts:t},n=function(r,n){if(n>r){let i=e.substring(r,n);i=i.split("]]").join("]"),t.push({type:"literal",value:i})}};for(var i=0,a=0;a<e.length;){if("["===e.charAt(a)){if("["===e.charAt(a+1)){n(i,a),t.push({type:"literal",value:"["}),i=a+=2;continue}if(n(i,a),i=a,-1===(a=e.indexOf("]",i)))throw{code:"D3135"};let r=e.substring(i+1,a);r=r.split(/\s+/).join("");var o,s={type:"marker",component:r.charAt(0)},u=r.lastIndexOf(",");if(-1!==u){const e=r.substring(u+1),t=e.indexOf("-");let n,i;const a=function(e){return void 0===e||"*"===e?void 0:parseInt(e)};-1===t?n=e:(n=e.substring(0,t),i=e.substring(t+1));const c={min:a(n),max:a(i)};s.width=c,o=r.substring(1,u)}else o=r.substring(1);if(1===o.length)s.presentation1=o;else if(o.length>1){var c=o.charAt(o.length-1);-1!=="atco".indexOf(c)?(s.presentation2=c,"o"===c&&(s.ordinal=!0),s.presentation1=o.substring(0,o.length-1)):s.presentation1=o}else s.presentation1=x[s.component];if(void 0===s.presentation1)throw{code:"D3132",value:s.component};if("n"===s.presentation1[0])s.names=y.LOWER;else if("N"===s.presentation1[0])"n"===s.presentation1[1]?s.names=y.TITLE:s.names=y.UPPER;else if(-1!=="YMDdFWwXxHhmsf".indexOf(s.component)){var l=s.presentation1;if(s.presentation2&&(l+=";"+s.presentation2),s.integerFormat=k(l),s.width&&void 0!==s.width.min&&s.integerFormat.mandatoryDigits<s.width.min&&(s.integerFormat.mandatoryDigits=s.width.min),"Y"===s.component)if(s.n=-1,s.width&&void 0!==s.width.max)s.n=s.width.max,s.integerFormat.mandatoryDigits=s.n;else{var p=s.integerFormat.mandatoryDigits+s.integerFormat.optionalDigits;p>=2&&(s.n=p)}}"Z"!==s.component&&"z"!==s.component||(s.integerFormat=k(s.presentation1)),t.push(s),i=a+1}a++}return n(i,a),r}const A=["","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],E=["January","February","March","April","May","June","July","August","September","October","November","December"],T=864e5,D=function(e){const t=Date.UTC(e.year,e.month);var r=new Date(t).getUTCDay();return 0===r&&(r=7),r>4?t+(8-r)*T:t-(r-1)*T},S=function(e,t){return{year:e,month:t,nextMonth:function(){return 11===t?S(e+1,0):S(e,t+1)},previousMonth:function(){return 0===t?S(e-1,11):S(e,t-1)},nextYear:function(){return S(e+1,t)},previousYear:function(){return S(e-1,t)}}},O=function(e,t){return(t-e)/(7*T)+1},P=(e,t)=>{let r;switch(t){case"Y":r=e.getUTCFullYear();break;case"M":r=e.getUTCMonth()+1;break;case"D":r=e.getUTCDate();break;case"d":r=(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate())-Date.UTC(e.getUTCFullYear(),0))/T+1;break;case"F":r=e.getUTCDay(),0===r&&(r=7);break;case"W":{const t=S(e.getUTCFullYear(),0),n=D(t),i=Date.UTC(t.year,e.getUTCMonth(),e.getUTCDate());let a=O(n,i);if(a>52)i>=D(t.nextYear())&&(a=1);else if(a<1){const e=D(t.previousYear());a=O(e,i)}r=Math.floor(a);break}case"w":{const t=S(e.getUTCFullYear(),e.getUTCMonth()),n=D(t),i=Date.UTC(t.year,t.month,e.getUTCDate());let a=O(n,i);if(a>4)i>=D(t.nextMonth())&&(a=1);else if(a<1){const e=D(t.previousMonth());a=O(e,i)}r=Math.floor(a);break}case"X":{const t=S(e.getUTCFullYear(),0),n=D(t),i=D(t.nextYear()),a=e.getTime();r=a<n?t.year-1:a>=i?t.year+1:t.year;break}case"x":{const t=S(e.getUTCFullYear(),e.getUTCMonth()),n=D(t),i=t.nextMonth(),a=D(i),o=e.getTime();r=o<n?t.previousMonth().month+1:o>=a?i.month+1:t.month+1;break}case"H":r=e.getUTCHours();break;case"h":r=e.getUTCHours(),r%=12,0===r&&(r=12);break;case"P":r=e.getUTCHours()>=12?"pm":"am";break;case"m":r=e.getUTCMinutes();break;case"s":r=e.getUTCSeconds();break;case"f":r=e.getUTCMilliseconds();break;case"Z":case"z":break;case"C":case"E":r="ISO"}return r};let M=null;function C(e,t,r){var n=0,i=0;if(void 0!==r){const e=parseInt(r);n=Math.floor(e/100),i=e%100}var a=function(e,t){var r=P(e,t.component);if(-1!=="YMDdFWwXxHhms".indexOf(t.component))if("Y"===t.component&&-1!==t.n&&(r%=Math.pow(10,t.n)),t.names){if("M"===t.component||"x"===t.component)r=E[r-1];else{if("F"!==t.component)throw{code:"D3133",value:t.component};r=A[r]}t.names===y.UPPER?r=r.toUpperCase():t.names===y.LOWER&&(r=r.toLowerCase()),t.width&&r.length>t.width.max&&(r=r.substring(0,t.width.max))}else r=m(r,t.integerFormat);else if("f"===t.component)r=m(r,t.integerFormat);else if("Z"===t.component||"z"===t.component){const e=100*n+i;if(t.integerFormat.regular)r=m(e,t.integerFormat);else{const a=t.integerFormat.mandatoryDigits;if(1===a||2===a)r=m(n,t.integerFormat),0!==i&&(r+=":"+v(i,"00"));else{if(3!==a&&4!==a)throw{code:"D3134",value:a};r=m(e,t.integerFormat)}}e>=0&&(r="+"+r),"z"===t.component&&(r="GMT"+r),0===e&&"t"===t.presentation2&&(r="Z")}return r};let o;void 0===t?(null===M&&(M=w("[Y0001]-[M01]-[D01]T[H01]:[m01]:[s01].[f001][Z01:01t]")),o=M):o=w(t);const s=new Date(e+60*(60*n+i)*1e3);let u="";return o.parts.forEach((function(e){"literal"===e.type?u+=e.value:u+=a(s,e)})),u}function j(e){var t={};if("datetime"===e.type)t.type="datetime",t.parts=e.parts.map((function(e){var t={};if("literal"===e.type)t.regex=e.value.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");else if("Z"===e.component||"z"===e.component){let r;Array.isArray(e.integerFormat.groupingSeparators)||(r=e.integerFormat.groupingSeparators),t.regex="","z"===e.component&&(t.regex="GMT"),t.regex+="[-+][0-9]+",r&&(t.regex+=r.character+"[0-9]+"),t.parse=function(t){"z"===e.component&&(t=t.substring(3));let n=0,i=0;return r?(n=Number.parseInt(t.substring(0,t.indexOf(r.character))),i=Number.parseInt(t.substring(t.indexOf(r.character)+1))):t.length-1<=2?n=Number.parseInt(t):(n=Number.parseInt(t.substring(0,3)),i=Number.parseInt(t.substring(3))),60*n+i}}else if(e.integerFormat)t=j(e.integerFormat);else{t.regex="[a-zA-Z]+";var r={};if("M"===e.component||"x"===e.component)E.forEach((function(t,n){e.width&&e.width.max?r[t.substring(0,e.width.max)]=n+1:r[t]=n+1}));else if("F"===e.component)A.forEach((function(t,n){n>0&&(e.width&&e.width.max?r[t.substring(0,e.width.max)]=n:r[t]=n)}));else{if("P"!==e.component)throw{code:"D3133",value:e.component};r={am:0,AM:0,pm:1,PM:1}}t.parse=function(e){return r[e]}}return t.component=e.component,t}));else{t.type="integer";const r=e.case===y.UPPER;switch(e.primary){case g.LETTERS:t.regex=r?"[A-Z]+":"[a-z]+",t.parse=function(e){return h(e,r?"A":"a")};break;case g.ROMAN:t.regex=r?"[MDCLXVI]+":"[mdclxvi]+",t.parse=function(e){return f(r?e:e.toUpperCase())};break;case g.WORDS:t.regex="(?:"+Object.keys(s).concat("and","[\\-, ]").join("|")+")+",t.parse=function(e){return u(e.toLowerCase())};break;case g.DECIMAL:t.regex="[0-9]+",e.ordinal&&(t.regex+="(?:th|st|nd|rd)"),t.parse=function(t){let r=t;return e.ordinal&&(r=t.substring(0,t.length-2)),e.regular?r=r.split(",").join(""):e.groupingSeparators.forEach((e=>{r=r.split(e.character).join("")})),48!==e.zeroCode&&(r=r.split("").map((t=>String.fromCodePoint(t.codePointAt(0)-e.zeroCode+48))).join("")),parseInt(r)};break;case g.SEQUENCE:throw{code:"D3130",value:e.token}}}return t}function U(e,t){if(void 0!==e)return j(k(t)).parse(e)}function F(e,t){const r=j(w(t)),n="^"+r.parts.map((e=>"("+e.regex+")")).join("")+"$";var i=new RegExp(n,"i").exec(e);if(null!==i){const e=161,t=130,n=84,o=72,s=23,u=47,c={};for(let e=1;e<i.length;e++){const t=r.parts[e-1];t.parse&&(c[t.component]=t.parse(i[e]))}if(0===Object.getOwnPropertyNames(c).length)return;let l=0;const p=e=>{l<<=1,l+=e?1:0},f=e=>!(~e&l||!(e&l));"YXMxWwdD".split("").forEach((e=>p(c[e])));const d=!f(e)&&f(t),h=f(n),v=!h&&f(o);l=0,"PHhmsf".split("").forEach((e=>p(c[e])));const g=!f(s)&&f(u),y=(d?"YD":h?"XxwF":v?"XWF":"YMD")+(g?"Phmsf":"Hmsf"),m=this.environment.timestamp;let b=!1,k=!1;if(y.split("").forEach((e=>{if(void 0===c[e])b?(c[e]=-1!=="MDd".indexOf(e)?1:0,k=!0):c[e]=P(m,e);else if(b=!0,k)throw{code:"D3136"}})),c.M>0?c.M-=1:c.M=0,d){const e=Date.UTC(c.Y,0),t=1e3*(c.d-1)*60*60*24,r=new Date(e+t);c.M=r.getUTCMonth(),c.D=r.getUTCDate()}if(h)throw{code:"D3136"};if(v)throw{code:"D3136"};g&&(c.H=12===c.h?0:c.h,1===c.P&&(c.H+=12));var a=Date.UTC(c.Y,c.M,c.D,c.H,c.m,c.s,c.f);return(c.Z||c.z)&&(a-=60*(c.Z||c.z)*1e3),a}}var N=new RegExp("^\\d{4}(-[01]\\d)*(-[0-3]\\d)*(T[0-2]\\d:[0-5]\\d:[0-5]\\d)*(\\.\\d+)?([+-][0-2]\\d:?[0-5]\\d|Z)?$");function I(e,t){if(void 0!==e){if(void 0===t){if(!N.test(e))throw{stack:(new Error).stack,code:"D3110",value:e};return Date.parse(e)}return F.call(this,e,t)}}function R(e,t,r){if(void 0!==e)return C.call(this,e,t,r)}return{formatInteger:v,parseInteger:U,fromMillis:R,toMillis:I}}();t.exports=i},{"./utils":6}],2:[function(e,r,n){(function(t){(function(){var n=e("./utils");const i=(()=>{var e=n.isNumeric,r=n.isArrayOfStrings,i=n.isArrayOfNumbers,a=n.createSequence,o=n.isSequence,s=n.isFunction,u=n.isLambda,c=n.isIterable,l=n.getFunctionArity,p=n.isDeepEqual,f=n.stringToArray;function d(e){if(void 0!==e){var t=0;return e.forEach((function(e){t+=e})),t}}function h(e){return void 0===e?0:e.length}function v(e){if(void 0!==e&&0!==e.length)return Math.max.apply(Math,e)}function g(e){if(void 0!==e&&0!==e.length)return Math.min.apply(Math,e)}function y(e){if(void 0!==e&&0!==e.length){var t=0;return e.forEach((function(e){t+=e})),t/e.length}}function m(t,r=!1){if(void 0!==t){var n;if("string"==typeof t)n=t;else if(s(t))n="";else{if("number"==typeof t&&!isFinite(t))throw{code:"D3001",value:t,stack:(new Error).stack};var i=r?2:0;Array.isArray(t)&&t.outerWrapper&&(t=t[0]),n=JSON.stringify(t,(function(t,r){return null!=r&&r.toPrecision&&e(r)?Number(r.toPrecision(15)):r&&s(r)?"":r}),i)}return n}}function b(e,t,r){if(void 0!==e){var n=f(e),i=n.length;if(i+t<0&&(t=0),void 0!==r){if(r<=0)return"";var a=t>=0?t+r:i+t+r;return n.slice(t,a).join("")}return n.slice(t).join("")}}function k(e,t){if(void 0!==e){var r=e.indexOf(t);return r>-1?e.substr(0,r):e}}function x(e,t){if(void 0!==e){var r=e.indexOf(t);return r>-1?e.substr(r+t.length):e}}function w(e){if(void 0!==e)return e.toLowerCase()}function A(e){if(void 0!==e)return e.toUpperCase()}function E(e){if(void 0!==e)return f(e).length}function T(e){if(void 0!==e){var t=e.replace(/[ \t\n\r]+/gm," ");return" "===t.charAt(0)&&(t=t.substring(1))," "===t.charAt(t.length-1)&&(t=t.substring(0,t.length-1)),t}}function D(e,t,r){if(void 0!==e){var n;void 0!==r&&0!==r.length||(r=" ");var i=Math.abs(t)-E(e);if(i>0){var a=new Array(i+1).join(r);r.length>1&&(a=b(a,0,i)),n=t>0?e+a:a+e}else n=e;return n}}function*S(e,t){var r=e.apply(this,[t]);if(c(r)&&(r=yield*r),r&&"number"!=typeof r.start&&"number"!==r.end&&!Array.isArray(r.groups)&&!s(r.next))throw{code:"T1010",stack:(new Error).stack};return r}function*O(e,t){if(void 0!==e)return"string"==typeof t?-1!==e.indexOf(t):void 0!==(yield*S(t,e))}function*P(e,t,r){if(void 0!==e){if(r<0)throw{stack:(new Error).stack,value:r,code:"D3040",index:3};var n=a();if(void 0===r||r>0){var i=0,o=yield*S(t,e);if(void 0!==o)for(;void 0!==o&&(void 0===r||i<r);)n.push({match:o.match,index:o.start,groups:o.groups}),o=yield*S(o.next),i++}return n}}function*M(e,t,r,n){if(void 0!==e){var i,a=this;if(""===t)throw{code:"D3010",stack:(new Error).stack,value:t,index:2};if(n<0)throw{code:"D3011",stack:(new Error).stack,value:n,index:4};i="string"==typeof r?function(e){for(var t="",n=0,i=r.indexOf("$",n);-1!==i&&n<r.length;){t+=r.substring(n,i),n=i+1;var a=r.charAt(n);if("$"===a)t+="$",n++;else if("0"===a)t+=e.match,n++;else{var o;if(o=0===e.groups.length?1:Math.floor(Math.log(e.groups.length)*Math.LOG10E)+1,i=parseInt(r.substring(n,n+o),10),o>1&&i>e.groups.length&&(i=parseInt(r.substring(n,n+o-1),10)),isNaN(i))t+="$";else{if(e.groups.length>0){var s=e.groups[i-1];void 0!==s&&(t+=s)}n+=i.toString().length}}i=r.indexOf("$",n)}return t+=r.substring(n)}:r;var o="",s=0;if(void 0===n||n>0){var u=0;if("string"==typeof t){for(var l=e.indexOf(t,s);-1!==l&&(void 0===n||u<n);)o+=e.substring(s,l),o+=r,s=l+t.length,u++,l=e.indexOf(t,s);o+=e.substring(s)}else{var p=yield*S(t,e);if(void 0!==p){for(;void 0!==p&&(void 0===n||u<n);){o+=e.substring(s,p.start);var f=i.apply(a,[p]);if(c(f)&&(f=yield*f),"string"!=typeof f)throw{code:"D3012",stack:(new Error).stack,value:f};o+=f,s=p.start+p.match.length,u++,p=yield*S(p.next)}o+=e.substring(s)}else o=e}}else o=e;return o}}function C(e){if(void 0!==e)return("undefined"!=typeof window?window.btoa:function(e){return new t.Buffer.from(e,"binary").toString("base64")})(e)}function j(e){if(void 0!==e)return("undefined"!=typeof window?window.atob:function(e){return new t.Buffer(e,"base64").toString("binary")})(e)}function U(e){if(void 0!==e){var t;try{t=encodeURIComponent(e)}catch(t){throw{code:"D3140",stack:(new Error).stack,value:e,functionName:"encodeUrlComponent"}}return t}}function F(e){if(void 0!==e){var t;try{t=encodeURI(e)}catch(t){throw{code:"D3140",stack:(new Error).stack,value:e,functionName:"encodeUrl"}}return t}}function N(e){if(void 0!==e){var t;try{t=decodeURIComponent(e)}catch(t){throw{code:"D3140",stack:(new Error).stack,value:e,functionName:"decodeUrlComponent"}}return t}}function I(e){if(void 0!==e){var t;try{t=decodeURI(e)}catch(t){throw{code:"D3140",stack:(new Error).stack,value:e,functionName:"decodeUrl"}}return t}}function*R(e,t,r){if(void 0!==e){if(r<0)throw{code:"D3020",stack:(new Error).stack,value:r,index:3};var n=[];if(void 0===r||r>0)if("string"==typeof t)n=e.split(t,r);else{var i=0,a=yield*S(t,e);if(void 0!==a){for(var o=0;void 0!==a&&(void 0===r||i<r);)n.push(e.substring(o,a.start)),o=a.end,a=yield*S(a.next),i++;(void 0===r||i<r)&&n.push(e.substring(o))}else n.push(e)}return n}}function z(e,t){if(void 0!==e)return void 0===t&&(t=""),e.join(t)}function L(e,t,r){if(void 0!==e){var n={"decimal-separator":".","grouping-separator":",","exponent-separator":"e",infinity:"Infinity","minus-sign":"-",NaN:"NaN",percent:"%","per-mille":"‰","zero-digit":"0",digit:"#","pattern-separator":";"};void 0!==r&&Object.keys(r).forEach((function(e){n[e]=r[e]}));for(var i=[],a=n["zero-digit"].charCodeAt(0),o=a;o<a+10;o++)i.push(String.fromCharCode(o));var s=i.concat([n["decimal-separator"],n["exponent-separator"],n["grouping-separator"],n.digit,n["pattern-separator"]]),u=t.split(n["pattern-separator"]);if(u.length>2)throw{code:"D3080",stack:(new Error).stack};var c=function(e){var t,r,i,a,o=function(){for(var t,r=0;r<e.length;r++)if(t=e.charAt(r),-1!==s.indexOf(t)&&t!==n["exponent-separator"])return e.substring(0,r)}(),u=function(){for(var t,r=e.length-1;r>=0;r--)if(t=e.charAt(r),-1!==s.indexOf(t)&&t!==n["exponent-separator"])return e.substring(r+1)}(),c=e.substring(o.length,e.length-u.length),l=e.indexOf(n["exponent-separator"],o.length);-1===l||l>e.length-u.length?(t=c,r=void 0):(t=c.substring(0,l),r=c.substring(l+1));var p=t.indexOf(n["decimal-separator"]);return-1===p?(i=t,a=u):(i=t.substring(0,p),a=t.substring(p+1)),{prefix:o,suffix:u,activePart:c,mantissaPart:t,exponentPart:r,integerPart:i,fractionalPart:a,subpicture:e}},l=function(e){var t,r,a=e.subpicture,o=a.indexOf(n["decimal-separator"]);o!==a.lastIndexOf(n["decimal-separator"])&&(t="D3081"),a.indexOf(n.percent)!==a.lastIndexOf(n.percent)&&(t="D3082"),a.indexOf(n["per-mille"])!==a.lastIndexOf(n["per-mille"])&&(t="D3083"),-1!==a.indexOf(n.percent)&&-1!==a.indexOf(n["per-mille"])&&(t="D3084");var u=!1;for(r=0;r<e.mantissaPart.length;r++){var c=e.mantissaPart.charAt(r);if(-1!==i.indexOf(c)||c===n.digit){u=!0;break}}u||(t="D3085"),-1!==e.activePart.split("").map((function(e){return-1===s.indexOf(e)?"p":"a"})).join("").indexOf("p")&&(t="D3086"),-1!==o?a.charAt(o-1)!==n["grouping-separator"]&&a.charAt(o+1)!==n["grouping-separator"]||(t="D3087"):e.integerPart.charAt(e.integerPart.length-1)===n["grouping-separator"]&&(t="D3088"),-1!==a.indexOf(n["grouping-separator"]+n["grouping-separator"])&&(t="D3089");var l=e.integerPart.indexOf(n.digit);-1!==l&&e.integerPart.substring(0,l).split("").filter((function(e){return i.indexOf(e)>-1})).length>0&&(t="D3090"),-1!==(l=e.fractionalPart.lastIndexOf(n.digit))&&e.fractionalPart.substring(l).split("").filter((function(e){return i.indexOf(e)>-1})).length>0&&(t="D3091");var p="string"==typeof e.exponentPart;if(p&&e.exponentPart.length>0&&(-1!==a.indexOf(n.percent)||-1!==a.indexOf(n["per-mille"]))&&(t="D3092"),p&&(0===e.exponentPart.length||e.exponentPart.split("").filter((function(e){return-1===i.indexOf(e)})).length>0)&&(t="D3093"),t)throw{code:t,stack:(new Error).stack}},p=function(e){var t=function(t,r){for(var a=[],o=t.indexOf(n["grouping-separator"]);-1!==o;){var s=(r?t.substring(0,o):t.substring(o)).split("").filter((function(e){return-1!==i.indexOf(e)||e===n.digit})).length;a.push(s),o=e.integerPart.indexOf(n["grouping-separator"],o+1)}return a},r=t(e.integerPart),a=function(e){if(0===e.length)return 0;for(var t=function(e,r){return 0===r?e:t(r,e%r)},r=e.reduce(t),n=1;n<=e.length;n++)if(-1===e.indexOf(n*r))return 0;return r}(r),o=t(e.fractionalPart,!0),s=e.integerPart.split("").filter((function(e){return-1!==i.indexOf(e)})).length,u=s,c=e.fractionalPart.split(""),l=c.filter((function(e){return-1!==i.indexOf(e)})).length,p=c.filter((function(e){return-1!==i.indexOf(e)||e===n.digit})).length,f="string"==typeof e.exponentPart;0===s&&0===p&&(f?(l=1,p=1):s=1),f&&0===s&&-1!==e.integerPart.indexOf(n.digit)&&(s=1),0===s&&0===l&&(l=1);var d=0;return f&&(d=e.exponentPart.split("").filter((function(e){return-1!==i.indexOf(e)})).length),{integerPartGroupingPositions:r,regularGrouping:a,minimumIntegerPartSize:s,scalingFactor:u,prefix:e.prefix,fractionalPartGroupingPositions:o,minimumFactionalPartSize:l,maximumFactionalPartSize:p,minimumExponentSize:d,suffix:e.suffix,picture:e.subpicture}},f=u.map(c);f.forEach(l);var d,h,v,g,y=f.map(p),m=n["minus-sign"],b=n["zero-digit"],k=n["decimal-separator"],x=n["grouping-separator"];if(1===y.length&&(y.push(JSON.parse(JSON.stringify(y[0]))),y[1].prefix=m+y[1].prefix),h=-1!==(d=e>=0?y[0]:y[1]).picture.indexOf(n.percent)?100*e:-1!==d.picture.indexOf(n["per-mille"])?1e3*e:e,0===d.minimumExponentSize)v=h;else{var w=Math.pow(10,d.scalingFactor),A=Math.pow(10,d.scalingFactor-1);for(v=h,g=0;v<A;)v*=10,g-=1;for(;v>w;)v/=10,g+=1}var E=function(e,t){var r=Math.abs(e).toFixed(t);return"0"!==b&&(r=r.split("").map((function(e){return e>="0"&&e<="9"?i[e.charCodeAt(0)-48]:e})).join("")),r},T=E(H(v,d.maximumFactionalPartSize),d.maximumFactionalPartSize),D=T.indexOf(".");for(-1===D?T+=k:T=T.replace(".",k);T.charAt(0)===b;)T=T.substring(1);for(;T.charAt(T.length-1)===b;)T=T.substring(0,T.length-1);D=T.indexOf(k);var S=d.minimumIntegerPartSize-D,O=d.minimumFactionalPartSize-(T.length-D-1);if(T=(S>0?new Array(S+1).join(b):"")+T,T+=O>0?new Array(O+1).join(b):"",D=T.indexOf(k),d.regularGrouping>0)for(var P=Math.floor((D-1)/d.regularGrouping),M=1;M<=P;M++)T=[T.slice(0,D-M*d.regularGrouping),x,T.slice(D-M*d.regularGrouping)].join("");else d.integerPartGroupingPositions.forEach((function(e){T=[T.slice(0,D-e),x,T.slice(D-e)].join(""),D++}));if(D=T.indexOf(k),d.fractionalPartGroupingPositions.forEach((function(e){T=[T.slice(0,e+D+1),x,T.slice(e+D+1)].join("")})),D=T.indexOf(k),-1!==d.picture.indexOf(k)&&D!==T.length-1||(T=T.substring(0,T.length-1)),void 0!==g){var C=E(g,0);(S=d.minimumExponentSize-C.length)>0&&(C=new Array(S+1).join(b)+C),T=T+n["exponent-separator"]+(g<0?m:"")+C}return T=d.prefix+T+d.suffix}}function $(e,t){if(void 0!==e){if(e=H(e),(t=void 0===t?10:H(t))<2||t>36)throw{code:"D3100",stack:(new Error).stack,value:t};return e.toString(t)}}function q(e){var t;if(void 0!==e){if("number"==typeof e)t=e;else if("string"==typeof e&&/^-?[0-9]+(\.[0-9]+)?([Ee][-+]?[0-9]+)?$/.test(e)&&!isNaN(parseFloat(e))&&isFinite(e))t=parseFloat(e);else if(!0===e)t=1;else{if(!1!==e)throw{code:"D3030",value:e,stack:(new Error).stack,index:1};t=0}return t}}function _(e){if(void 0!==e)return Math.abs(e)}function W(e){if(void 0!==e)return Math.floor(e)}function Y(e){if(void 0!==e)return Math.ceil(e)}function H(e,t){var r;if(void 0!==e){if(t){var n=e.toString().split("e");e=+(n[0]+"e"+(n[1]?+n[1]+t:t))}var i=(r=Math.round(e))-e;return.5===Math.abs(i)&&1===Math.abs(r%2)&&(r-=1),t&&(n=r.toString().split("e"),r=+(n[0]+"e"+(n[1]?+n[1]-t:-t))),Object.is(r,-0)&&(r=0),r}}function Z(e){if(void 0!==e){if(e<0)throw{stack:(new Error).stack,code:"D3060",index:1,value:e};return Math.sqrt(e)}}function G(e,t){var r;if(void 0!==e){if(r=Math.pow(e,t),!isFinite(r))throw{stack:(new Error).stack,code:"D3061",index:1,value:e,exp:t};return r}}function B(){return Math.random()}function J(t){if(void 0!==t){var r=!1;return Array.isArray(t)?1===t.length?r=J(t[0]):t.length>1&&(r=t.filter((function(e){return J(e)})).length>0):"string"==typeof t?t.length>0&&(r=!0):e(t)?0!==t&&(r=!0):null!==t&&"object"==typeof t?Object.keys(t).length>0&&(r=!0):"boolean"==typeof t&&!0===t&&(r=!0),r}}function X(e){if(void 0!==e)return!J(e)}function Q(e,t,r,n){var i=[t],a=l(e);return a>=2&&i.push(r),a>=3&&i.push(n),i}function*V(e,t){if(void 0!==e){for(var r=a(),n=0;n<e.length;n++){var i=Q(t,e[n],n,e),o=yield*t.apply(this,i);void 0!==o&&r.push(o)}return r}}function*K(e,t){if(void 0!==e){for(var r=a(),n=0;n<e.length;n++){var i=e[n],o=Q(t,i,n,e);J(yield*t.apply(this,o))&&r.push(i)}return r}}function*ee(e,t){if(void 0!==e){for(var r,n=!1,i=0;i<e.length;i++){var a=e[i],o=!0;if(void 0!==t){var s=Q(t,a,i,e);o=J(yield*t.apply(this,s))}if(o){if(n)throw{stack:(new Error).stack,code:"D3138",index:i};r=a,n=!0}}if(!n)throw{stack:(new Error).stack,code:"D3139"};return r}}function te(){for(var e=[],t=Array.prototype.slice.call(arguments),r=Math.min.apply(Math,t.map((function(e){return Array.isArray(e)?e.length:0}))),n=0;n<r;n++){var i=t.map((e=>e[n]));e.push(i)}return e}function*re(e,t,r){if(void 0!==e){var n,i,a=l(t);if(a<2)throw{stack:(new Error).stack,code:"D3050",index:1};for(void 0===r&&e.length>0?(n=e[0],i=1):(n=r,i=0);i<e.length;){var o=[n,e[i]];a>=3&&o.push(i),a>=4&&o.push(e),n=yield*t.apply(this,o),i++}return n}}function ne(e){var t=a();if(Array.isArray(e)){var r={};e.forEach((function(e){ne(e).forEach((function(e){r[e]=!0}))})),t=ne(r)}else null===e||"object"!=typeof e||u(e)||Object.keys(e).forEach((e=>t.push(e)));return t}function ie(e,t){var r;if(Array.isArray(e)){r=a();for(var n=0;n<e.length;n++){var i=ie(e[n],t);void 0!==i&&(Array.isArray(i)?i.forEach((e=>r.push(e))):r.push(i))}}else null!==e&&"object"==typeof e&&(r=e[t]);return r}function ae(e,t){return void 0===e?t:void 0===t?e:(Array.isArray(e)||(e=a(e)),Array.isArray(t)||(t=[t]),e.concat(t))}function oe(e){return void 0!==e}function se(e){var t=a();if(Array.isArray(e))e.forEach((function(e){t=ae(t,se(e))}));else if(null===e||"object"!=typeof e||u(e))t=e;else for(var r in e){var n={};n[r]=e[r],t.push(n)}return t}function ue(e){if(void 0!==e){var t={};return e.forEach((function(e){for(var r in e)t[r]=e[r]})),t}}function ce(e){if(void 0!==e){if(e.length<=1)return e;for(var t=e.length,r=new Array(t),n=0;n<t;n++)r[t-n-1]=e[n];return r}}function*le(e,t){var r=a();for(var n in e){var i=Q(t,e[n],n,e),o=yield*t.apply(this,i);void 0!==o&&r.push(o)}return r}function pe(e){throw{code:"D3137",stack:(new Error).stack,message:e||"$error() function evaluated"}}function fe(e,t){if(!e)throw{code:"D3141",stack:(new Error).stack,message:t||"$assert() statement failed"}}function de(t){if(void 0!==t)return null===t?"null":e(t)?"number":"string"==typeof t?"string":"boolean"==typeof t?"boolean":Array.isArray(t)?"array":s(t)?"function":"object"}function*he(e,t){if(void 0!==e){if(e.length<=1)return e;var n;if(void 0===t){if(!i(e)&&!r(e))throw{stack:(new Error).stack,code:"D3070",index:1};n=function*(e,t){return e>t}}else n=t;var a=function*(e,t){var r=function*(e,t,i){0===t.length?Array.prototype.push.apply(e,i):0===i.length?Array.prototype.push.apply(e,t):(yield*n(t[0],i[0]))?(e.push(i[0]),yield*r(e,t,i.slice(1))):(e.push(t[0]),yield*r(e,t.slice(1),i))},i=[];return yield*r(i,e,t),i},o=function*(e){if(!Array.isArray(e)||e.length<=1)return e;var t=Math.floor(e.length/2),r=e.slice(0,t),n=e.slice(t);return r=yield*o(r),n=yield*o(n),yield*a(r,n)};return yield*o(e)}}function ve(e){if(void 0!==e){if(e.length<=1)return e;for(var t=new Array(e.length),r=0;r<e.length;r++){var n=Math.floor(Math.random()*(r+1));r!==n&&(t[r]=t[n]),t[n]=e[r]}return t}}function ge(e){if(void 0!==e){if(!Array.isArray(e)||e.length<=1)return e;for(var t=o(e)?a():[],r=0;r<e.length;r++){for(var n=e[r],i=!1,s=0;s<t.length;s++)if(p(n,t[s])){i=!0;break}i||t.push(n)}return t}}function*ye(e,t){var r={};for(var n in e){var i=e[n],a=Q(t,i,n,e);J(yield*t.apply(this,a))&&(r[n]=i)}return 0===Object.keys(r).length&&(r=void 0),r}return{sum:d,count:h,max:v,min:g,average:y,string:m,substring:b,substringBefore:k,substringAfter:x,lowercase:w,uppercase:A,length:E,trim:T,pad:D,match:P,contains:O,replace:M,split:R,join:z,formatNumber:L,formatBase:$,number:q,floor:W,ceil:Y,round:H,abs:_,sqrt:Z,power:G,random:B,boolean:J,not:X,map:V,zip:te,filter:K,single:ee,foldLeft:re,sift:ye,keys:ne,lookup:ie,append:ae,exists:oe,spread:se,merge:ue,reverse:ce,each:le,error:pe,assert:fe,type:de,sort:he,shuffle:ve,distinct:ge,base64encode:C,base64decode:j,encodeUrlComponent:U,encodeUrl:F,decodeUrlComponent:N,decodeUrl:I}})();r.exports=i}).call(this)}).call(this,void 0!==t?t:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./utils":6}],3:[function(e,t,r){var n=e("./datetime"),i=e("./functions"),a=e("./utils"),o=e("./parser"),s=e("./signature"),u=function(){var e=a.isNumeric,t=a.isArrayOfStrings,r=a.isArrayOfNumbers,u=a.createSequence,c=a.isSequence,l=a.isFunction,p=a.isLambda,f=a.isIterable,d=a.getFunctionArity,h=a.isDeepEqual,v=ce(null);function*g(e,t,r){var n,i=r.lookup("__evaluate_entry");switch(i&&i(e,t,r),e.type){case"path":n=yield*y(e,t,r);break;case"binary":n=yield*A(e,t,r);break;case"unary":n=yield*E(e,t,r);break;case"name":n=T(e,t);break;case"string":case"number":case"value":n=D(e);break;case"wildcard":n=S(e,t);break;case"descendant":n=P(e,t);break;case"parent":n=r.lookup(e.slot.label);break;case"condition":n=yield*q(e,t,r);break;case"block":n=yield*_(e,t,r);break;case"bind":n=yield*$(e,t,r);break;case"regex":n=W(e);break;case"function":n=yield*J(e,t,r);break;case"variable":n=Y(e,t,r);break;case"lambda":n=V(e,t,r);break;case"partial":n=yield*K(e,t,r);break;case"apply":n=yield*B(e,t,r);break;case"transform":n=Z(e,t,r)}if(!r.async||null!=n&&"function"==typeof n.then||(n=Promise.resolve(n)),r.async&&"function"==typeof n.then&&e.nextFunction&&"function"==typeof n[e.nextFunction]||(n=yield n),Object.prototype.hasOwnProperty.call(e,"predicate"))for(var a=0;a<e.predicate.length;a++)n=yield*w(e.predicate[a].expr,n,r);"path"!==e.type&&Object.prototype.hasOwnProperty.call(e,"group")&&(n=yield*R(e.group,n,r));var o=r.lookup("__evaluate_exit");return o&&o(e,t,r,n),n&&c(n)&&!n.tupleStream&&(e.keepArray&&(n.keepSingleton=!0),0===n.length?n=void 0:1===n.length&&(n=n.keepSingleton?n:n[0])),n}function*y(e,t,r){var n,i;n=Array.isArray(t)&&"variable"!==e.steps[0].type?t:u(t);for(var a=!1,o=void 0,s=0;s<e.steps.length;s++){var l=e.steps[s];if(l.tuple&&(a=!0),0===s&&l.consarray?i=yield*g(l,n,r):a?o=yield*x(l,n,o,r):i=yield*b(l,n,r,s===e.steps.length-1),!a&&(void 0===i||0===i.length))break;void 0===l.focus&&(n=i)}if(a)if(e.tuple)i=o;else for(i=u(),s=0;s<o.length;s++)i.push(o[s]["@"]);return e.keepSingletonArray&&(c(i)||(i=u(i)),i.keepSingleton=!0),e.hasOwnProperty("group")&&(i=yield*R(e.group,a?o:i,r)),i}function m(e,t){var r=ce(e);for(const e in t)r.bind(e,t[e]);return r}function*b(e,t,r,n){var i;if("sort"===e.type)return i=yield*H(e,t,r),e.stages&&(i=yield*k(e.stages,i,r)),i;i=u();for(var a=0;a<t.length;a++){var o=yield*g(e,t[a],r);if(e.stages)for(var s=0;s<e.stages.length;s++)o=yield*w(e.stages[s].expr,o,r);void 0!==o&&i.push(o)}var l=u();return n&&1===i.length&&Array.isArray(i[0])&&!c(i[0])?l=i[0]:i.forEach((function(e){!Array.isArray(e)||e.cons?l.push(e):e.forEach((e=>l.push(e)))})),l}function*k(e,t,r){for(var n=t,i=0;i<e.length;i++){var a=e[i];switch(a.type){case"filter":n=yield*w(a.expr,n,r);break;case"index":for(var o=0;o<n.length;o++)n[o][a.value]=o}}return n}function*x(e,t,r,n){var i;if("sort"===e.type){if(r)i=yield*H(e,r,n);else{var a=yield*H(e,t,n);(i=u()).tupleStream=!0;for(var o=0;o<a.length;o++){var s={"@":a[o]};s[e.index]=o,i.push(s)}}return e.stages&&(i=yield*k(e.stages,i,n)),i}(i=u()).tupleStream=!0;var c=n;void 0===r&&(r=t.map((e=>({"@":e}))));for(var l=0;l<r.length;l++){c=m(n,r[l]);var p=yield*g(e,r[l]["@"],c);if(void 0!==p){Array.isArray(p)||(p=[p]);for(var f=0;f<p.length;f++)s={},Object.assign(s,r[l]),p.tupleStream?Object.assign(s,p[f]):(e.focus?(s[e.focus]=p[f],s["@"]=r[l]["@"]):s["@"]=p[f],e.index&&(s[e.index]=f),e.ancestor&&(s[e.ancestor.label]=r[l]["@"])),i.push(s)}}return e.stages&&(i=yield*k(e.stages,i,n)),i}function*w(t,n,a){var o=u();if(n&&n.tupleStream&&(o.tupleStream=!0),Array.isArray(n)||(n=u(n)),"number"===t.type){var s=Math.floor(t.value);s<0&&(s=n.length+s),void 0!==(c=n[s])&&(Array.isArray(c)?o=c:o.push(c))}else for(s=0;s<n.length;s++){var c,l=c=n[s],p=a;n.tupleStream&&(l=c["@"],p=m(a,c));var f=yield*g(t,l,p);e(f)&&(f=[f]),r(f)?f.forEach((function(e){var t=Math.floor(e);t<0&&(t=n.length+t),t===s&&o.push(c)})):i.boolean(f)&&o.push(c)}return o}function*A(e,t,r){var n,i=yield*g(e.lhs,t,r),a=yield*g(e.rhs,t,r),o=e.value;try{switch(o){case"+":case"-":case"*":case"/":case"%":n=C(i,a,o);break;case"=":case"!=":n=j(i,a,o);break;case"<":case"<=":case">":case">=":n=U(i,a,o);break;case"&":n=I(i,a);break;case"and":case"or":n=N(i,a,o);break;case"..":n=L(i,a);break;case"in":n=F(i,a)}}catch(t){throw t.position=e.position,t.token=o,t}return n}function*E(t,r,n){var a;switch(t.value){case"-":if(void 0===(a=yield*g(t.expression,r,n)))a=void 0;else{if(!e(a))throw{code:"D1002",stack:(new Error).stack,position:t.position,token:t.value,value:a};a=-a}break;case"[":a=[];for(var o=0;o<t.expressions.length;o++){var s=t.expressions[o],u=yield*g(s,r,n);void 0!==u&&("["===s.value?a.push(u):a=i.append(a,u))}t.consarray&&Object.defineProperty(a,"cons",{enumerable:!1,configurable:!1,value:!0});break;case"{":a=yield*R(t,r,n)}return a}function T(e,t,r){return i.lookup(t,e.value)}function D(e){return e.value}function S(e,t){var r=u();return null!==t&&"object"==typeof t&&Object.keys(t).forEach((function(e){var n=t[e];Array.isArray(n)?(n=O(n),r=i.append(r,n)):r.push(n)})),r}function O(e,t){return void 0===t&&(t=[]),Array.isArray(e)?e.forEach((function(e){O(e,t)})):t.push(e),t}function P(e,t){var r,n=u();return void 0!==t&&(M(t,n),r=1===n.length?n[0]:n),r}function M(e,t){Array.isArray(e)||t.push(e),Array.isArray(e)?e.forEach((function(e){M(e,t)})):null!==e&&"object"==typeof e&&Object.keys(e).forEach((function(r){M(e[r],t)}))}function C(t,r,n){var i;if(void 0!==t&&!e(t))throw{code:"T2001",stack:(new Error).stack,value:t};if(void 0!==r&&!e(r))throw{code:"T2002",stack:(new Error).stack,value:r};if(void 0===t||void 0===r)return i;switch(n){case"+":i=t+r;break;case"-":i=t-r;break;case"*":i=t*r;break;case"/":i=t/r;break;case"%":i=t%r}return i}function j(e,t,r){var n;if(void 0===e||void 0===t)return!1;switch(r){case"=":n=h(e,t);break;case"!=":n=!h(e,t)}return n}function U(e,t,r){var n,i=typeof e,a=typeof t;if("undefined"!==i&&"string"!==i&&"number"!==i||"undefined"!==a&&"string"!==a&&"number"!==a)throw{code:"T2010",stack:(new Error).stack,value:"string"!==i&&"number"!==i?e:t};if("undefined"!==i&&"undefined"!==a){if(i!==a)throw{code:"T2009",stack:(new Error).stack,value:e,value2:t};switch(r){case"<":n=e<t;break;case"<=":n=e<=t;break;case">":n=e>t;break;case">=":n=e>=t}return n}}function F(e,t){var r=!1;if(void 0===e||void 0===t)return!1;Array.isArray(t)||(t=[t]);for(var n=0;n<t.length;n++)if(t[n]===e){r=!0;break}return r}function N(e,t,r){var n,a=i.boolean(e),o=i.boolean(t);switch(void 0===a&&(a=!1),void 0===o&&(o=!1),r){case"and":n=a&&o;break;case"or":n=a||o}return n}function I(e,t){var r="",n="";return void 0!==e&&(r=i.string(e)),void 0!==t&&(n=i.string(t)),r.concat(n)}function*R(e,t,r){var n={},a={},o=!(!t||!t.tupleStream);Array.isArray(t)||(t=u(t));for(var s=0;s<t.length;s++)for(var c=t[s],l=o?m(r,c):r,p=0;p<e.lhs.length;p++){var f=e.lhs[p],d=yield*g(f[0],o?c["@"]:c,l);if("string"!=typeof d)throw{code:"T1003",stack:(new Error).stack,position:e.position,value:d};var h={data:c,exprIndex:p};if(a.hasOwnProperty(d)){if(a[d].exprIndex!==p)throw{code:"D1009",stack:(new Error).stack,position:e.position,value:d};a[d].data=i.append(a[d].data,c)}else a[d]=h}for(d in a){var v=(h=a[d]).data;if(l=r,o){var y=z(h.data);v=y["@"],delete y["@"],l=m(r,y)}var b=yield*g(e.lhs[h.exprIndex][1],v,l);void 0!==b&&(n[d]=b)}return n}function z(e){if(!Array.isArray(e))return e;var t={};Object.assign(t,e[0]);for(var r=1;r<e.length;r++)for(const n in e[r])t[n]=i.append(t[n],e[r][n]);return t}function L(e,t){var r;if(void 0!==e&&!Number.isInteger(e))throw{code:"T2003",stack:(new Error).stack,value:e};if(void 0!==t&&!Number.isInteger(t))throw{code:"T2004",stack:(new Error).stack,value:t};if(void 0===e||void 0===t)return r;if(e>t)return r;var n=t-e+1;if(n>1e7)throw{code:"D2014",stack:(new Error).stack,value:n};r=new Array(n);for(var i=e,a=0;i<=t;i++,a++)r[a]=i;return r.sequence=!0,r}function*$(e,t,r){var n=yield*g(e.rhs,t,r);return r.bind(e.lhs.value,n),n}function*q(e,t,r){var n,a=yield*g(e.condition,t,r);return i.boolean(a)?n=yield*g(e.then,t,r):void 0!==e.else&&(n=yield*g(e.else,t,r)),n}function*_(e,t,r){for(var n,i=ce(r),a=0;a<e.expressions.length;a++)n=yield*g(e.expressions[a],t,i);return n}function W(e){var t=new RegExp(e.value),r=function(n,i){var a;t.lastIndex=i||0;var o=t.exec(n);if(null!==o){if(a={match:o[0],start:o.index,end:o.index+o[0].length,groups:[]},o.length>1)for(var s=1;s<o.length;s++)a.groups.push(o[s]);a.next=function(){if(!(t.lastIndex>=n.length)){var i=r(n,t.lastIndex);if(i&&""===i.match)throw{code:"D1004",stack:(new Error).stack,position:e.position,value:e.value.source};return i}}}return a};return r}function Y(e,t,r){return""===e.value?t&&t.outerWrapper?t[0]:t:r.lookup(e.value)}function*H(e,t,r){var n=t,a=!!t.tupleStream,o=function*(t,n){for(var i=0,o=0;0===i&&o<e.terms.length;o++){var s=e.terms[o],u=t,c=r;a&&(u=t["@"],c=m(r,t));var l=yield*g(s.expression,u,c);u=n,c=r,a&&(u=n["@"],c=m(r,n));var p=yield*g(s.expression,u,c),f=typeof l,d=typeof p;if("undefined"!==f)if("undefined"!==d){if("string"!==f&&"number"!==f||"string"!==d&&"number"!==d)throw{code:"T2008",stack:(new Error).stack,position:e.position,value:"string"!==f&&"number"!==f?l:p};if(f!==d)throw{code:"T2007",stack:(new Error).stack,position:e.position,value:l,value2:p};l!==p&&(i=l<p?-1:1,!0===s.descending&&(i=-i))}else i=-1;else i="undefined"===d?0:1}return 1===i},s={environment:r,input:t};return yield*i.sort.apply(s,[n,o])}function Z(e,r,n){return oe((function*(r){if(void 0!==r){var i=n.lookup("clone");if(!l(i))throw{code:"T2013",stack:(new Error).stack,position:e.position};var a=yield*X(i,[r],null,n),o=yield*g(e.pattern,a,n);if(void 0!==o){Array.isArray(o)||(o=[o]);for(var s=0;s<o.length;s++){var u=o[s],c=yield*g(e.update,u,n),p=typeof c;if("undefined"!==p){if("object"!==p||null===c||Array.isArray(c))throw{code:"T2011",stack:(new Error).stack,position:e.update.position,value:c};for(var f in c)u[f]=c[f]}if(void 0!==e.delete){var d=yield*g(e.delete,u,n);if(void 0!==d){var h=d;if(Array.isArray(d)||(d=[d]),!t(d))throw{code:"T2012",stack:(new Error).stack,position:e.delete.position,value:h};for(var v=0;v<d.length;v++)"object"==typeof u&&null!==u&&delete u[d[v]]}}}}return a}}),"<(oa):o>")}var G=o("function($f, $g) { function($x){ $g($f($x)) } }");function*B(e,t,r){var n,i=yield*g(e.lhs,t,r);if("function"===e.rhs.type)n=yield*J(e.rhs,t,r,{context:i});else{var a=yield*g(e.rhs,t,r);if(!l(a))throw{code:"T2006",stack:(new Error).stack,position:e.position,value:a};if(l(i)){var o=yield*g(G,null,r);n=yield*X(o,[i,a],null,r)}else n=yield*X(a,[i],null,r)}return n}function*J(e,t,r,n){var i,a=yield*g(e.procedure,t,r);if(void 0===a&&"path"===e.procedure.type&&r.lookup(e.procedure.steps[0].value))throw{code:"T1005",stack:(new Error).stack,position:e.position,token:e.procedure.steps[0].value};var o=[];void 0!==n&&o.push(n.context);for(var s=0;s<e.arguments.length;s++){const n=yield*g(e.arguments[s],t,r);if(l(n)){const e=function*(...e){return yield*X(n,e,null,r)};e.arity=d(n),o.push(e)}else o.push(n)}var u="path"===e.procedure.type?e.procedure.steps[0].value:e.procedure.value;try{"object"==typeof a&&(a.token=u,a.position=e.position),i=yield*X(a,o,t,r)}catch(t){throw t.position||(t.position=e.position),t.token||(t.token=u),t}return i}function*X(e,t,r,n){var i;for(i=yield*Q(e,t,r,n);p(i)&&!0===i.thunk;){var a=yield*g(i.body.procedure,i.input,i.environment);"variable"===i.body.procedure.type&&(a.token=i.body.procedure.value),a.position=i.body.procedure.position;for(var o=[],s=0;s<i.body.arguments.length;s++)o.push(yield*g(i.body.arguments[s],i.input,i.environment));i=yield*Q(a,o,r,n)}return i}function*Q(e,t,r,n){var i;try{var a=t;if(e&&(a=ee(e.signature,t,r)),p(e))i=yield*te(e,a);else if(e&&!0===e._jsonata_function){var o={environment:n,input:r};i=e.implementation.apply(o,a),f(i)&&(i=yield*i)}else{if("function"!=typeof e)throw{code:"T1006",stack:(new Error).stack};i=e.apply(r,a),f(i)&&(i=yield*i)}}catch(t){throw e&&(void 0===t.token&&void 0!==e.token&&(t.token=e.token),t.position=e.position),t}return i}function V(e,t,r){var n={_jsonata_lambda:!0,input:t,environment:r,arguments:e.arguments,signature:e.signature,body:e.body};return!0===e.thunk&&(n.thunk=!0),n.apply=function*(e,r){return yield*X(n,r,t,e.environment)},n}function*K(e,t,r){for(var n,i=[],a=0;a<e.arguments.length;a++){var o=e.arguments[a];"operator"===o.type&&"?"===o.value?i.push(o):i.push(yield*g(o,t,r))}var s=yield*g(e.procedure,t,r);if(void 0===s&&"path"===e.procedure.type&&r.lookup(e.procedure.steps[0].value))throw{code:"T1007",stack:(new Error).stack,position:e.position,token:e.procedure.steps[0].value};if(p(s))n=re(s,i);else if(s&&!0===s._jsonata_function)n=ne(s.implementation,i);else{if("function"!=typeof s)throw{code:"T1008",stack:(new Error).stack,position:e.position,token:"path"===e.procedure.type?e.procedure.steps[0].value:e.procedure.value};n=ne(s,i)}return n}function ee(e,t,r){return void 0===e?t:e.validate(t,r)}function*te(e,t){var r=ce(e.environment);return e.arguments.forEach((function(e,n){r.bind(e.value,t[n])})),"function"==typeof e.body?yield*ie(e.body,r):yield*g(e.body,e.input,r)}function re(e,t){var r=ce(e.environment),n=[];return e.arguments.forEach((function(e,i){var a=t[i];a&&"operator"===a.type&&"?"===a.value?n.push(e):r.bind(e.value,a)})),{_jsonata_lambda:!0,input:e.input,environment:r,arguments:n,body:e.body}}function ne(e,t){var r=ae(e),n="function("+(r=r.map((function(e){return"$"+e.trim()}))).join(", ")+"){ _ }",i=o(n);return i.body=e,re(i,t)}function*ie(e,t){var r=ae(e).map((function(e){return t.lookup(e.trim())})),n={environment:t},i=e.apply(n,r);return f(i)&&(i=yield*i),i}function ae(e){var t=e.toString();return/\(([^)]*)\)/.exec(t)[1].split(",")}function oe(e,t){var r={_jsonata_function:!0,implementation:e};return void 0!==t&&(r.signature=s(t)),r}function*se(e,t){if(void 0!==e){var r=this.input;void 0!==t&&(r=t,Array.isArray(r)&&!c(r)&&((r=u(r)).outerWrapper=!0));try{var n=o(e,!1)}catch(e){throw pe(e),{stack:(new Error).stack,code:"D3120",value:e.message,error:e}}try{var i=yield*g(n,r,this.environment)}catch(e){throw pe(e),{stack:(new Error).stack,code:"D3121",value:e.message,error:e}}return i}}function ue(e){if(void 0!==e)return JSON.parse(i.string(e))}function ce(e){var t={};return{bind:function(e,r){t[e]=r},lookup:function(r){var n;return t.hasOwnProperty(r)?n=t[r]:e&&(n=e.lookup(r)),n},timestamp:e?e.timestamp:null,async:!!e&&e.async,global:e?e.global:{ancestry:[null]}}}v.bind("sum",oe(i.sum,"<a<n>:n>")),v.bind("count",oe(i.count,"<a:n>")),v.bind("max",oe(i.max,"<a<n>:n>")),v.bind("min",oe(i.min,"<a<n>:n>")),v.bind("average",oe(i.average,"<a<n>:n>")),v.bind("string",oe(i.string,"<x-b?:s>")),v.bind("substring",oe(i.substring,"<s-nn?:s>")),v.bind("substringBefore",oe(i.substringBefore,"<s-s:s>")),v.bind("substringAfter",oe(i.substringAfter,"<s-s:s>")),v.bind("lowercase",oe(i.lowercase,"<s-:s>")),v.bind("uppercase",oe(i.uppercase,"<s-:s>")),v.bind("length",oe(i.length,"<s-:n>")),v.bind("trim",oe(i.trim,"<s-:s>")),v.bind("pad",oe(i.pad,"<s-ns?:s>")),v.bind("match",oe(i.match,"<s-f<s:o>n?:a<o>>")),v.bind("contains",oe(i.contains,"<s-(sf):b>")),v.bind("replace",oe(i.replace,"<s-(sf)(sf)n?:s>")),v.bind("split",oe(i.split,"<s-(sf)n?:a<s>>")),v.bind("join",oe(i.join,"<a<s>s?:s>")),v.bind("formatNumber",oe(i.formatNumber,"<n-so?:s>")),v.bind("formatBase",oe(i.formatBase,"<n-n?:s>")),v.bind("formatInteger",oe(n.formatInteger,"<n-s:s>")),v.bind("parseInteger",oe(n.parseInteger,"<s-s:n>")),v.bind("number",oe(i.number,"<(nsb)-:n>")),v.bind("floor",oe(i.floor,"<n-:n>")),v.bind("ceil",oe(i.ceil,"<n-:n>")),v.bind("round",oe(i.round,"<n-n?:n>")),v.bind("abs",oe(i.abs,"<n-:n>")),v.bind("sqrt",oe(i.sqrt,"<n-:n>")),v.bind("power",oe(i.power,"<n-n:n>")),v.bind("random",oe(i.random,"<:n>")),v.bind("boolean",oe(i.boolean,"<x-:b>")),v.bind("not",oe(i.not,"<x-:b>")),v.bind("map",oe(i.map,"<af>")),v.bind("zip",oe(i.zip,"<a+>")),v.bind("filter",oe(i.filter,"<af>")),v.bind("single",oe(i.single,"<af?>")),v.bind("reduce",oe(i.foldLeft,"<afj?:j>")),v.bind("sift",oe(i.sift,"<o-f?:o>")),v.bind("keys",oe(i.keys,"<x-:a<s>>")),v.bind("lookup",oe(i.lookup,"<x-s:x>")),v.bind("append",oe(i.append,"<xx:a>")),v.bind("exists",oe(i.exists,"<x:b>")),v.bind("spread",oe(i.spread,"<x-:a<o>>")),v.bind("merge",oe(i.merge,"<a<o>:o>")),v.bind("reverse",oe(i.reverse,"<a:a>")),v.bind("each",oe(i.each,"<o-f:a>")),v.bind("error",oe(i.error,"<s?:x>")),v.bind("assert",oe(i.assert,"<bs?:x>")),v.bind("type",oe(i.type,"<x:s>")),v.bind("sort",oe(i.sort,"<af?:a>")),v.bind("shuffle",oe(i.shuffle,"<a:a>")),v.bind("distinct",oe(i.distinct,"<x:x>")),v.bind("base64encode",oe(i.base64encode,"<s-:s>")),v.bind("base64decode",oe(i.base64decode,"<s-:s>")),v.bind("encodeUrlComponent",oe(i.encodeUrlComponent,"<s-:s>")),v.bind("encodeUrl",oe(i.encodeUrl,"<s-:s>")),v.bind("decodeUrlComponent",oe(i.decodeUrlComponent,"<s-:s>")),v.bind("decodeUrl",oe(i.decodeUrl,"<s-:s>")),v.bind("eval",oe(se,"<sx?:x>")),v.bind("toMillis",oe(n.toMillis,"<s-s?:n>")),v.bind("fromMillis",oe(n.fromMillis,"<n-s?s?:s>")),v.bind("clone",oe(ue,"<(oa)-:o>"));var le={S0101:"String literal must be terminated by a matching quote",S0102:"Number out of range: {{token}}",S0103:"Unsupported escape sequence: \\{{token}}",S0104:"The escape sequence \\u must be followed by 4 hex digits",S0105:"Quoted property name must be terminated with a backquote (`)",S0106:"Comment has no closing tag",S0201:"Syntax error: {{token}}",S0202:"Expected {{value}}, got {{token}}",S0203:"Expected {{value}} before end of expression",S0204:"Unknown operator: {{token}}",S0205:"Unexpected token: {{token}}",S0206:"Unknown expression type: {{token}}",S0207:"Unexpected end of expression",S0208:"Parameter {{value}} of function definition must be a variable name (start with $)",S0209:"A predicate cannot follow a grouping expression in a step",S0210:"Each step can only have one grouping expression",S0211:"The symbol {{token}} cannot be used as a unary operator",S0212:"The left side of := must be a variable name (start with $)",S0213:"The literal value {{value}} cannot be used as a step within a path expression",S0214:"The right side of {{token}} must be a variable name (start with $)",S0215:"A context variable binding must precede any predicates on a step",S0216:"A context variable binding must precede the 'order-by' clause on a step",S0217:"The object representing the 'parent' cannot be derived from this expression",S0301:"Empty regular expressions are not allowed",S0302:"No terminating / in regular expression",S0402:"Choice groups containing parameterized types are not supported",S0401:"Type parameters can only be applied to functions and arrays",S0500:"Attempted to evaluate an expression containing syntax error(s)",T0410:"Argument {{index}} of function {{token}} does not match function signature",T0411:"Context value is not a compatible type with argument {{index}} of function {{token}}",T0412:"Argument {{index}} of function {{token}} must be an array of {{type}}",D1001:"Number out of range: {{value}}",D1002:"Cannot negate a non-numeric value: {{value}}",T1003:"Key in object structure must evaluate to a string; got: {{value}}",D1004:"Regular expression matches zero length string",T1005:"Attempted to invoke a non-function. Did you mean ${{{token}}}?",T1006:"Attempted to invoke a non-function",T1007:"Attempted to partially apply a non-function. Did you mean ${{{token}}}?",T1008:"Attempted to partially apply a non-function",D1009:"Multiple key definitions evaluate to same key: {{value}}",T1010:"The matcher function argument passed to function {{token}} does not return the correct object structure",T2001:"The left side of the {{token}} operator must evaluate to a number",T2002:"The right side of the {{token}} operator must evaluate to a number",T2003:"The left side of the range operator (..) must evaluate to an integer",T2004:"The right side of the range operator (..) must evaluate to an integer",D2005:"The left side of := must be a variable name (start with $)",T2006:"The right side of the function application operator ~> must be a function",T2007:"Type mismatch when comparing values {{value}} and {{value2}} in order-by clause",T2008:"The expressions within an order-by clause must evaluate to numeric or string values",T2009:"The values {{value}} and {{value2}} either side of operator {{token}} must be of the same data type",T2010:"The expressions either side of operator {{token}} must evaluate to numeric or string values",T2011:"The insert/update clause of the transform expression must evaluate to an object: {{value}}",T2012:"The delete clause of the transform expression must evaluate to a string or array of strings: {{value}}",T2013:"The transform expression clones the input object using the $clone() function. This has been overridden in the current scope by a non-function.",D2014:"The size of the sequence allocated by the range operator (..) must not exceed 1e6. Attempted to allocate {{value}}.",D3001:"Attempting to invoke string function on Infinity or NaN",D3010:"Second argument of replace function cannot be an empty string",D3011:"Fourth argument of replace function must evaluate to a positive number",D3012:"Attempted to replace a matched string with a non-string value",D3020:"Third argument of split function must evaluate to a positive number",D3030:"Unable to cast value to a number: {{value}}",D3040:"Third argument of match function must evaluate to a positive number",D3050:"The second argument of reduce function must be a function with at least two arguments",D3060:"The sqrt function cannot be applied to a negative number: {{value}}",D3061:"The power function has resulted in a value that cannot be represented as a JSON number: base={{value}}, exponent={{exp}}",D3070:"The single argument form of the sort function can only be applied to an array of strings or an array of numbers. Use the second argument to specify a comparison function",D3080:"The picture string must only contain a maximum of two sub-pictures",D3081:"The sub-picture must not contain more than one instance of the 'decimal-separator' character",D3082:"The sub-picture must not contain more than one instance of the 'percent' character",D3083:"The sub-picture must not contain more than one instance of the 'per-mille' character",D3084:"The sub-picture must not contain both a 'percent' and a 'per-mille' character",D3085:"The mantissa part of a sub-picture must contain at least one character that is either an 'optional digit character' or a member of the 'decimal digit family'",D3086:"The sub-picture must not contain a passive character that is preceded by an active character and that is followed by another active character",D3087:"The sub-picture must not contain a 'grouping-separator' character that appears adjacent to a 'decimal-separator' character",D3088:"The sub-picture must not contain a 'grouping-separator' at the end of the integer part",D3089:"The sub-picture must not contain two adjacent instances of the 'grouping-separator' character",D3090:"The integer part of the sub-picture must not contain a member of the 'decimal digit family' that is followed by an instance of the 'optional digit character'",D3091:"The fractional part of the sub-picture must not contain an instance of the 'optional digit character' that is followed by a member of the 'decimal digit family'",D3092:"A sub-picture that contains a 'percent' or 'per-mille' character must not contain a character treated as an 'exponent-separator'",D3093:"The exponent part of the sub-picture must comprise only of one or more characters that are members of the 'decimal digit family'",D3100:"The radix of the formatBase function must be between 2 and 36. It was given {{value}}",D3110:"The argument of the toMillis function must be an ISO 8601 formatted timestamp. Given {{value}}",D3120:"Syntax error in expression passed to function eval: {{value}}",D3121:"Dynamic error evaluating the expression passed to function eval: {{value}}",D3130:"Formatting or parsing an integer as a sequence starting with {{value}} is not supported by this implementation",D3131:"In a decimal digit pattern, all digits must be from the same decimal group",D3132:"Unknown component specifier {{value}} in date/time picture string",D3133:"The 'name' modifier can only be applied to months and days in the date/time picture string, not {{value}}",D3134:"The timezone integer format specifier cannot have more than four digits",D3135:"No matching closing bracket ']' in date/time picture string",D3136:"The date/time picture string is missing specifiers required to parse the timestamp",D3137:"{{{message}}}",D3138:"The $single() function expected exactly 1 matching result. Instead it matched more.",D3139:"The $single() function expected exactly 1 matching result. Instead it matched 0.",D3140:"Malformed URL passed to ${{{functionName}}}(): {{value}}",D3141:"{{{message}}}"};function pe(e){var t=le[e.code];if(void 0!==t){var r=t.replace(/\{\{\{([^}]+)}}}/g,(function(){return e[arguments[1]]}));r=r.replace(/\{\{([^}]+)}}/g,(function(){return JSON.stringify(e[arguments[1]])})),e.message=r}}function fe(e,t){var r,i;try{r=o(e,t&&t.recover),i=r.errors,delete r.errors}catch(e){throw pe(e),e}var a=ce(v),s=new Date;return a.bind("now",oe((function(e,t){return n.fromMillis(s.getTime(),e,t)}),"<s?s?:s>")),a.bind("millis",oe((function(){return s.getTime()}),"<:n>")),{evaluate:function(e,t,n){if(void 0!==i){var o={code:"S0500",position:0};throw pe(o),o}var l,p,f;if(void 0!==t)for(var d in l=ce(a),t)l.bind(d,t[d]);else l=a;if(l.bind("$",e),s=new Date,l.timestamp=s,Array.isArray(e)&&!c(e)&&((e=u(e)).outerWrapper=!0),"function"==typeof n){l.async=!0;var h=function(e){pe(e),n(e,null)},v=function(e){(p=f.next(e)).done?n(null,p.value):p.value.then(v).catch(h)};f=g(r,e,l),(p=f.next()).value.then(v).catch(h)}else try{for(f=g(r,e,l),p=f.next();!p.done;)p=f.next(p.value);return p.value}catch(o){throw pe(o),o}},assign:function(e,t){a.bind(e,t)},registerFunction:function(e,t,r){var n=oe(t,r);a.bind(e,n)},ast:function(){return r},errors:function(){return i}}}return fe.parser=o,fe}();t.exports=u},{"./datetime":1,"./functions":2,"./parser":4,"./signature":5,"./utils":6}],4:[function(e,t,r){var n=e("./signature");const i=(a={".":75,"[":80,"]":0,"{":70,"}":0,"(":80,")":0,",":0,"@":80,"#":80,";":80,":":80,"?":20,"+":50,"-":50,"*":60,"/":60,"%":60,"|":20,"=":40,"<":40,">":40,"^":40,"**":60,"..":20,":=":10,"!=":40,"<=":40,">=":40,"~>":40,and:30,or:25,in:40,"&":50,"!":0,"~":0},o={'"':'"',"\\":"\\","/":"/",b:"\b",f:"\f",n:"\n",r:"\r",t:"\t"},s=function(e){var t=0,r=e.length,n=function(e,r){return{type:e,value:r,position:t}},i=function(){for(var n,i,a=t,o=0;t<r;){var s=e.charAt(t);if("/"===s&&"\\"!==e.charAt(t-1)&&0===o){if(""===(n=e.substring(a,t)))throw{code:"S0301",stack:(new Error).stack,position:t};for(t++,s=e.charAt(t),a=t;"i"===s||"m"===s;)t++,s=e.charAt(t);return i=e.substring(a,t)+"g",new RegExp(n,i)}"("!==s&&"["!==s&&"{"!==s||"\\"===e.charAt(t-1)||o++,")"!==s&&"]"!==s&&"}"!==s||"\\"===e.charAt(t-1)||o--,t++}throw{code:"S0302",stack:(new Error).stack,position:t}},s=function(u){if(t>=r)return null;for(var c=e.charAt(t);t<r&&" \t\n\r\v".indexOf(c)>-1;)t++,c=e.charAt(t);if("/"===c&&"*"===e.charAt(t+1)){var l=t;for(t+=2,c=e.charAt(t);"*"!==c||"/"!==e.charAt(t+1);)if(c=e.charAt(++t),t>=r)throw{code:"S0106",stack:(new Error).stack,position:l};return t+=2,c=e.charAt(t),s(u)}if(!0!==u&&"/"===c)return t++,n("regex",i());if("."===c&&"."===e.charAt(t+1))return t+=2,n("operator","..");if(":"===c&&"="===e.charAt(t+1))return t+=2,n("operator",":=");if("!"===c&&"="===e.charAt(t+1))return t+=2,n("operator","!=");if(">"===c&&"="===e.charAt(t+1))return t+=2,n("operator",">=");if("<"===c&&"="===e.charAt(t+1))return t+=2,n("operator","<=");if("*"===c&&"*"===e.charAt(t+1))return t+=2,n("operator","**");if("~"===c&&">"===e.charAt(t+1))return t+=2,n("operator","~>");if(Object.prototype.hasOwnProperty.call(a,c))return t++,n("operator",c);if('"'===c||"'"===c){var p=c;t++;for(var f="";t<r;){if("\\"===(c=e.charAt(t)))if(t++,c=e.charAt(t),Object.prototype.hasOwnProperty.call(o,c))f+=o[c];else{if("u"!==c)throw{code:"S0103",stack:(new Error).stack,position:t,token:c};var d=e.substr(t+1,4);if(!/^[0-9a-fA-F]+$/.test(d))throw{code:"S0104",stack:(new Error).stack,position:t};var h=parseInt(d,16);f+=String.fromCharCode(h),t+=4}else{if(c===p)return t++,n("string",f);f+=c}t++}throw{code:"S0101",stack:(new Error).stack,position:t}}var v,g=/^-?(0|([1-9][0-9]*))(\.[0-9]+)?([Ee][-+]?[0-9]+)?/.exec(e.substring(t));if(null!==g){var y=parseFloat(g[0]);if(!isNaN(y)&&isFinite(y))return t+=g[0].length,n("number",y);throw{code:"S0102",stack:(new Error).stack,position:t,token:g[0]}}if("`"===c){t++;var m=e.indexOf("`",t);if(-1!==m)return v=e.substring(t,m),t=m+1,n("name",v);throw t=r,{code:"S0105",stack:(new Error).stack,position:t}}for(var b,k=t;;)if(b=e.charAt(k),k===r||" \t\n\r\v".indexOf(b)>-1||Object.prototype.hasOwnProperty.call(a,b)){if("$"===e.charAt(t))return v=e.substring(t+1,k),t=k,n("variable",v);switch(v=e.substring(t,k),t=k,v){case"or":case"in":case"and":return n("operator",v);case"true":return n("value",!0);case"false":return n("value",!1);case"null":return n("value",null);default:return t===r&&""===v?null:n("name",v)}}else k++};return s},function(e,t){var r,i,o={},u=[],c=function(){var e=[];"(end)"!==r.id&&e.push({type:r.type,value:r.value,position:r.position});for(var t=i();null!==t;)e.push(t),t=i();return e},l={nud:function(){var e={code:"S0211",token:this.value,position:this.position};if(t)return e.remaining=c(),e.type="error",u.push(e),e;throw e.stack=(new Error).stack,e}},p=function(e,t){var r=o[e];return t=t||0,r?t>=r.lbp&&(r.lbp=t):((r=Object.create(l)).id=r.value=e,r.lbp=t,o[e]=r),r},f=function(e){if(t){e.remaining=c(),u.push(e);var n=o["(error)"];return(r=Object.create(n)).error=e,r.type="(error)",r}throw e.stack=(new Error).stack,e},d=function(t,n){if(t&&r.id!==t){var a={code:"(end)"===r.id?"S0203":"S0202",position:r.position,token:r.value,value:t};return f(a)}var s=i(n);if(null===s)return(r=o["(end)"]).position=e.length,r;var u,c=s.value,l=s.type;switch(l){case"name":case"variable":u=o["(name)"];break;case"operator":if(!(u=o[c]))return f({code:"S0204",stack:(new Error).stack,position:s.position,token:c});break;case"string":case"number":case"value":u=o["(literal)"];break;case"regex":l="regex",u=o["(regex)"];break;default:return f({code:"S0205",stack:(new Error).stack,position:s.position,token:c})}return(r=Object.create(u)).value=c,r.type=l,r.position=s.position,r},h=function(e){var t,n=r;for(d(null,!0),t=n.nud();e<r.lbp;)n=r,d(),t=n.led(t);return t},v=function(e){p(e,0).nud=function(){return this}},g=function(e,t,r){var n=t||a[e],i=p(e,n);return i.led=r||function(e){return this.lhs=e,this.rhs=h(n),this.type="binary",this},i},y=function(e,t,r){var n=p(e,t);return n.led=r,n},m=function(e,t){var r=p(e);return r.nud=t||function(){return this.expression=h(70),this.type="unary",this},r};v("(end)"),v("(name)"),v("(literal)"),v("(regex)"),p(":"),p(";"),p(","),p(")"),p("]"),p("}"),p(".."),g("."),g("+"),g("-"),g("*"),g("/"),g("%"),g("="),g("<"),g(">"),g("!="),g("<="),g(">="),g("&"),g("and"),g("or"),g("in"),v("and"),v("or"),v("in"),m("-"),g("~>"),y("(error)",10,(function(e){return this.lhs=e,this.error=r.error,this.remaining=c(),this.type="error",this})),m("*",(function(){return this.type="wildcard",this})),m("**",(function(){return this.type="descendant",this})),m("%",(function(){return this.type="parent",this})),g("(",a["("],(function(e){if(this.procedure=e,this.type="function",this.arguments=[],")"!==r.id)for(;"operator"===r.type&&"?"===r.id?(this.type="partial",this.arguments.push(r),d("?")):this.arguments.push(h(0)),","===r.id;)d(",");if(d(")",!0),"name"===e.type&&("function"===e.value||"λ"===e.value)){if(this.arguments.forEach((function(e,t){if("variable"!==e.type)return f({code:"S0208",stack:(new Error).stack,position:e.position,token:e.value,value:t+1})})),this.type="lambda","<"===r.id){for(var t=r.position,i=1,a="<";i>0&&"{"!==r.id&&"(end)"!==r.id;){var o=d();">"===o.id?i--:"<"===o.id&&i++,a+=o.value}d(">");try{this.signature=n(a)}catch(e){return e.position=t+e.offset,f(e)}}d("{"),this.body=h(0),d("}")}return this})),m("(",(function(){for(var e=[];")"!==r.id&&(e.push(h(0)),";"===r.id);)d(";");return d(")",!0),this.type="block",this.expressions=e,this})),m("[",(function(){var e=[];if("]"!==r.id)for(;;){var t=h(0);if(".."===r.id){var n={type:"binary",value:"..",position:r.position,lhs:t};d(".."),n.rhs=h(0),t=n}if(e.push(t),","!==r.id)break;d(",")}return d("]",!0),this.expressions=e,this.type="unary",this})),g("[",a["["],(function(e){if("]"===r.id){for(var t=e;t&&"binary"===t.type&&"["===t.value;)t=t.lhs;return t.keepArray=!0,d("]"),e}return this.lhs=e,this.rhs=h(a["]"]),this.type="binary",d("]",!0),this})),g("^",a["^"],(function(e){d("(");for(var t=[];;){var n={descending:!1};if("<"===r.id?d("<"):">"===r.id&&(n.descending=!0,d(">")),n.expression=h(0),t.push(n),","!==r.id)break;d(",")}return d(")"),this.lhs=e,this.rhs=t,this.type="binary",this}));var b=function(e){var t=[];if("}"!==r.id)for(;;){var n=h(0);d(":");var i=h(0);if(t.push([n,i]),","!==r.id)break;d(",")}return d("}",!0),void 0===e?(this.lhs=t,this.type="unary"):(this.lhs=e,this.rhs=t,this.type="binary"),this};m("{",b),g("{",a["{"],b),y(":=",a[":="],(function(e){return"variable"!==e.type?f({code:"S0212",stack:(new Error).stack,position:e.position,token:e.value}):(this.lhs=e,this.rhs=h(a[":="]-1),this.type="binary",this)})),g("@",a["@"],(function(e){return this.lhs=e,this.rhs=h(a["@"]),"variable"!==this.rhs.type?f({code:"S0214",stack:(new Error).stack,position:this.rhs.position,token:"@"}):(this.type="binary",this)})),g("#",a["#"],(function(e){return this.lhs=e,this.rhs=h(a["#"]),"variable"!==this.rhs.type?f({code:"S0214",stack:(new Error).stack,position:this.rhs.position,token:"#"}):(this.type="binary",this)})),g("?",a["?"],(function(e){return this.type="condition",this.condition=e,this.then=h(0),":"===r.id&&(d(":"),this.else=h(0)),this})),m("|",(function(){return this.type="transform",this.pattern=h(0),d("|"),this.update=h(0),","===r.id&&(d(","),this.delete=h(0)),d("|"),this}));var k=function(e){var t;if("function"!==e.type||e.predicate)if("condition"===e.type)e.then=k(e.then),void 0!==e.else&&(e.else=k(e.else)),t=e;else if("block"===e.type){var r=e.expressions.length;r>0&&(e.expressions[r-1]=k(e.expressions[r-1])),t=e}else t=e;else{var n={type:"lambda",thunk:!0,arguments:[],position:e.position};n.body=e,t=n}return t},x=0,w=0,A=[],E=function(e,t){switch(e.type){case"name":case"wildcard":t.level--,0===t.level&&(void 0===e.ancestor||(A[t.index].slot.label=e.ancestor.label),e.ancestor=t,e.tuple=!0);break;case"parent":t.level++;break;case"block":e.expressions.length>0&&(e.tuple=!0,t=E(e.expressions[e.expressions.length-1],t));break;case"path":e.tuple=!0;var r=e.steps.length-1;for(t=E(e.steps[r--],t);t.level>0&&r>=0;)t=E(e.steps[r--],t);break;default:throw{code:"S0217",token:e.type,position:e.position}}return t},T=function(e,t){if(void 0!==t.seekingParent||"parent"===t.type){var r=void 0!==t.seekingParent?t.seekingParent:[];"parent"===t.type&&r.push(t.slot),void 0===e.seekingParent?e.seekingParent=r:Array.prototype.push.apply(e.seekingParent,r)}},D=function(e){var t=e.steps.length-1,r=e.steps[t],n=void 0!==r.seekingParent?r.seekingParent:[];"parent"===r.type&&n.push(r.slot);for(var i=0;i<n.length;i++){var a=n[i];for(t=e.steps.length-2;a.level>0;){if(t<0){void 0===e.seekingParent?e.seekingParent=[a]:e.seekingParent.push(a);break}for(var o=e.steps[t--];t>=0&&o.focus&&e.steps[t].focus;)o=e.steps[t--];a=E(o,a)}}},S=function(e){var r;switch(e.type){case"binary":switch(e.value){case".":var n=S(e.lhs);r="path"===n.type?n:{type:"path",steps:[n]},"parent"===n.type&&(r.seekingParent=[n.slot]);var i=S(e.rhs);"function"===i.type&&"path"===i.procedure.type&&1===i.procedure.steps.length&&"name"===i.procedure.steps[0].type&&"function"===r.steps[r.steps.length-1].type&&(r.steps[r.steps.length-1].nextFunction=i.procedure.steps[0].value),"path"===i.type?Array.prototype.push.apply(r.steps,i.steps):(void 0!==i.predicate&&(i.stages=i.predicate,delete i.predicate),r.steps.push(i)),r.steps.filter((function(e){if("number"===e.type||"value"===e.type)throw{code:"S0213",stack:(new Error).stack,position:e.position,value:e.value};return"string"===e.type})).forEach((function(e){e.type="name"})),r.steps.filter((function(e){return!0===e.keepArray})).length>0&&(r.keepSingletonArray=!0);var a=r.steps[0];"unary"===a.type&&"["===a.value&&(a.consarray=!0);var o=r.steps[r.steps.length-1];"unary"===o.type&&"["===o.value&&(o.consarray=!0),D(r);break;case"[":var s=r=S(e.lhs),c="predicate";if("path"===r.type&&(s=r.steps[r.steps.length-1],c="stages"),void 0!==s.group)throw{code:"S0209",stack:(new Error).stack,position:e.position};void 0===s[c]&&(s[c]=[]);var l=S(e.rhs);void 0!==l.seekingParent&&(l.seekingParent.forEach((e=>{1===e.level?E(s,e):e.level--})),T(s,l)),s[c].push({type:"filter",expr:l,position:e.position});break;case"{":if(void 0!==(r=S(e.lhs)).group)throw{code:"S0210",stack:(new Error).stack,position:e.position};r.group={lhs:e.rhs.map((function(e){return[S(e[0]),S(e[1])]})),position:e.position};break;case"^":"path"!==(r=S(e.lhs)).type&&(r={type:"path",steps:[r]});var p={type:"sort",position:e.position};p.terms=e.rhs.map((function(e){var t=S(e.expression);return T(p,t),{descending:e.descending,expression:t}})),r.steps.push(p),D(r);break;case":=":(r={type:"bind",value:e.value,position:e.position}).lhs=S(e.lhs),r.rhs=S(e.rhs),T(r,r.rhs);break;case"@":if(r=S(e.lhs),s=r,"path"===r.type&&(s=r.steps[r.steps.length-1]),void 0!==s.stages||void 0!==s.predicate)throw{code:"S0215",stack:(new Error).stack,position:e.position};if("sort"===s.type)throw{code:"S0216",stack:(new Error).stack,position:e.position};e.keepArray&&(s.keepArray=!0),s.focus=e.rhs.value,s.tuple=!0;break;case"#":r=S(e.lhs),s=r,"path"===r.type?s=r.steps[r.steps.length-1]:(r={type:"path",steps:[r]},void 0!==s.predicate&&(s.stages=s.predicate,delete s.predicate)),void 0===s.stages?s.index=e.rhs.value:s.stages.push({type:"index",value:e.rhs.value,position:e.position}),s.tuple=!0;break;case"~>":(r={type:"apply",value:e.value,position:e.position}).lhs=S(e.lhs),r.rhs=S(e.rhs);break;default:(r={type:e.type,value:e.value,position:e.position}).lhs=S(e.lhs),r.rhs=S(e.rhs),T(r,r.lhs),T(r,r.rhs)}break;case"unary":r={type:e.type,value:e.value,position:e.position},"["===e.value?r.expressions=e.expressions.map((function(e){var t=S(e);return T(r,t),t})):"{"===e.value?r.lhs=e.lhs.map((function(e){var t=S(e[0]);T(r,t);var n=S(e[1]);return T(r,n),[t,n]})):(r.expression=S(e.expression),"-"===e.value&&"number"===r.expression.type?(r=r.expression).value=-r.value:T(r,r.expression));break;case"function":case"partial":(r={type:e.type,name:e.name,value:e.value,position:e.position}).arguments=e.arguments.map((function(e){var t=S(e);return T(r,t),t})),r.procedure=S(e.procedure);break;case"lambda":r={type:e.type,arguments:e.arguments,signature:e.signature,position:e.position};var f=S(e.body);r.body=k(f);break;case"condition":(r={type:e.type,position:e.position}).condition=S(e.condition),T(r,r.condition),r.then=S(e.then),T(r,r.then),void 0!==e.else&&(r.else=S(e.else),T(r,r.else));break;case"transform":(r={type:e.type,position:e.position}).pattern=S(e.pattern),r.update=S(e.update),void 0!==e.delete&&(r.delete=S(e.delete));break;case"block":(r={type:e.type,position:e.position}).expressions=e.expressions.map((function(e){var t=S(e);return T(r,t),(t.consarray||"path"===t.type&&t.steps[0].consarray)&&(r.consarray=!0),t}));break;case"name":r={type:"path",steps:[e]},e.keepArray&&(r.keepSingletonArray=!0);break;case"parent":r={type:"parent",slot:{label:"!"+x++,level:1,index:w++}},A.push(r);break;case"string":case"number":case"value":case"wildcard":case"descendant":case"variable":case"regex":r=e;break;case"operator":if("and"===e.value||"or"===e.value||"in"===e.value)e.type="name",r=S(e);else{if("?"!==e.value)throw{code:"S0201",stack:(new Error).stack,position:e.position,token:e.value};r=e}break;case"error":r=e,e.lhs&&(r=S(e.lhs));break;default:var d="S0206";"(end)"===e.id&&(d="S0207");var h={code:d,position:e.position,token:e.value};if(t)return u.push(h),{type:"error",error:h};throw h.stack=(new Error).stack,h}return e.keepArray&&(r.keepArray=!0),r};i=s(e),d();var O=h(0);if("(end)"!==r.id){var P={code:"S0201",position:r.position,token:r.value};f(P)}if("parent"===(O=S(O)).type||void 0!==O.seekingParent)throw{code:"S0217",token:O.type,position:O.position};return u.length>0&&(O.errors=u),O});var a,o,s;t.exports=i},{"./signature":5}],5:[function(e,t,r){var n=e("./utils");const i=(()=>{var e={a:"arrays",b:"booleans",f:"functions",n:"numbers",o:"objects",s:"strings"};function t(t){for(var r=1,i=[],a={},o=a;r<t.length;){var s=t.charAt(r);if(":"===s)break;var u=function(){i.push(a),o=a,a={}},c=function(e,t,r,n){for(var i=1,a=t;a<e.length;)if(a++,(s=e.charAt(a))===n){if(0==--i)break}else s===r&&i++;return a};switch(s){case"s":case"n":case"b":case"l":case"o":a.regex="["+s+"m]",a.type=s,u();break;case"a":a.regex="[asnblfom]",a.type=s,a.array=!0,u();break;case"f":a.regex="f",a.type=s,u();break;case"j":a.regex="[asnblom]",a.type=s,u();break;case"x":a.regex="[asnblfom]",a.type=s,u();break;case"-":o.context=!0,o.contextRegex=new RegExp(o.regex),o.regex+="?";break;case"?":case"+":o.regex+=s;break;case"(":var l=c(t,r,"(",")"),p=t.substring(r+1,l);if(-1!==p.indexOf("<"))throw{code:"S0402",stack:(new Error).stack,value:p,offset:r};a.regex="["+p+"m]",a.type="("+p+")",r=l,u();break;case"<":if("a"!==o.type&&"f"!==o.type)throw{code:"S0401",stack:(new Error).stack,value:o.type,offset:r};var f=c(t,r,"<",">");o.subtype=t.substring(r+1,f),r=f}r++}var d="^"+i.map((function(e){return"("+e.regex+")"})).join("")+"$",h=new RegExp(d),v=function(e){var t;if(n.isFunction(e))t="f";else switch(typeof e){case"string":t="s";break;case"number":t="n";break;case"boolean":t="b";break;case"object":t=null===e?"l":Array.isArray(e)?"a":"o";break;case"undefined":default:t="m"}return t},g=function(e,t){for(var r="^",n=0,a=0;a<i.length;a++){r+=i[a].regex;var o=t.match(r);if(null===o)throw{code:"T0410",stack:(new Error).stack,value:e[n],index:n+1};n=o[0].length}throw{code:"T0410",stack:(new Error).stack,value:e[n],index:n+1}};return{definition:t,validate:function(t,r){var n="";t.forEach((function(e){n+=v(e)}));var a=h.exec(n);if(a){var o=[],s=0;return i.forEach((function(n,i){var u=t[s],c=a[i+1];if(""===c)if(n.context&&n.contextRegex){var l=v(r);if(!n.contextRegex.test(l))throw{code:"T0411",stack:(new Error).stack,value:r,index:s+1};o.push(r)}else o.push(u),s++;else c.split("").forEach((function(r){if("a"===n.type){if("m"===r)u=void 0;else{u=t[s];var i=!0;if(void 0!==n.subtype)if("a"!==r&&c!==n.subtype)i=!1;else if("a"===r&&u.length>0){var a=v(u[0]);i=a===n.subtype.charAt(0)&&0===u.filter((function(e){return v(e)!==a})).length}if(!i)throw{code:"T0412",stack:(new Error).stack,value:u,index:s+1,type:e[n.subtype]};"a"!==r&&(u=[u])}o.push(u),s++}else o.push(u),s++}))})),o}g(t,n)}}}return t})();t.exports=i},{"./utils":6}],6:[function(e,t,r){const n=(()=>{function e(e){var t=!1;if("number"==typeof e&&(t=!isNaN(e))&&!isFinite(e))throw{code:"D1001",value:e,stack:(new Error).stack};return t}function t(e){var t=!1;return Array.isArray(e)&&(t=0===e.filter((function(e){return"string"!=typeof e})).length),t}function r(t){var r=!1;return Array.isArray(t)&&(r=0===t.filter((function(t){return!e(t)})).length),r}function n(){var e=[];return e.sequence=!0,1===arguments.length&&e.push(arguments[0]),e}function i(e){return!0===e.sequence&&Array.isArray(e)}function a(e){return e&&(!0===e._jsonata_function||!0===e._jsonata_lambda)||"function"==typeof e}function o(e){return"number"==typeof e.arity?e.arity:"function"==typeof e.implementation?e.implementation.length:"number"==typeof e.length?e.length:e.arguments.length}function s(e){return e&&!0===e._jsonata_lambda}var u=("function"==typeof Symbol?Symbol:{}).iterator||"@@iterator";function c(e){return"object"==typeof e&&null!==e&&u in e&&"next"in e&&"function"==typeof e.next}function l(e,t){if(e===t)return!0;if("object"==typeof e&&"object"==typeof t&&null!==e&&null!==t){if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(!l(e[r],t[r]))return!1;return!0}var n=Object.getOwnPropertyNames(e),i=Object.getOwnPropertyNames(t);if(n.length!==i.length)return!1;for(n=n.sort(),i=i.sort(),r=0;r<n.length;r++)if(n[r]!==i[r])return!1;for(r=0;r<n.length;r++){var a=n[r];if(!l(e[a],t[a]))return!1}return!0}return!1}function p(e){var t=[];for(let r of e)t.push(r);return t}return{isNumeric:e,isArrayOfStrings:t,isArrayOfNumbers:r,createSequence:n,isSequence:i,isFunction:a,isLambda:s,isIterable:c,getFunctionArity:o,isDeepEqual:l,stringToArray:p}})();t.exports=n},{}]},{},[3])(3)}));export{n as j};
1
+ import{f as e,i as t,j as r}from"./shared-00811efe.js";var n=e((function(e,n){e.exports=function(){function e(t,n,i){function a(s,u){if(!n[s]){if(!t[s]){var c="function"==typeof r&&r;if(!u&&c)return c(s,!0);if(o)return o(s,!0);var l=new Error("Cannot find module '"+s+"'");throw l.code="MODULE_NOT_FOUND",l}var p=n[s]={exports:{}};t[s][0].call(p.exports,(function(e){return a(t[s][1][e]||e)}),p,p.exports,e,t,n,i)}return n[s].exports}for(var o="function"==typeof r&&r,s=0;s<i.length;s++)a(i[s]);return a}return e}()({1:[function(e,t,r){const n=e("./utils"),i=function(){const e=n.stringToArray,t=["Zero","One","Two","Three","Four","Five","Six","Seven","Eight","Nine","Ten","Eleven","Twelve","Thirteen","Fourteen","Fifteen","Sixteen","Seventeen","Eighteen","Nineteen"],r=["Zeroth","First","Second","Third","Fourth","Fifth","Sixth","Seventh","Eighth","Ninth","Tenth","Eleventh","Twelfth","Thirteenth","Fourteenth","Fifteenth","Sixteenth","Seventeenth","Eighteenth","Nineteenth"],i=["Twenty","Thirty","Forty","Fifty","Sixty","Seventy","Eighty","Ninety","Hundred"],a=["Thousand","Million","Billion","Trillion"];function o(e,n){var o=function(e,n,s){var u="";if(e<=19)u=(n?" and ":"")+(s?r[e]:t[e]);else if(e<100){const t=Math.floor(e/10),r=e%10;u=(n?" and ":"")+i[t-2],r>0?u+="-"+o(r,!1,s):s&&(u=u.substring(0,u.length-1)+"ieth")}else if(e<1e3){const r=Math.floor(e/100),i=e%100;u=(n?", ":"")+t[r]+" Hundred",i>0?u+=o(i,!0,s):s&&(u+="th")}else{var c=Math.floor(Math.log10(e)/3);c>a.length&&(c=a.length);const t=Math.pow(10,3*c),r=Math.floor(e/t),i=e-r*t;u=(n?", ":"")+o(r,!1,!1)+" "+a[c-1],i>0?u+=o(i,!0,s):s&&(u+="th")}return u};return o(e,!1,n)}const s={};function u(e){const t=e.split(/,\s|\sand\s|[\s\\-]/).map((e=>s[e]));let r=[0];return t.forEach((e=>{if(e<100){let t=r.pop();t>=1e3&&(r.push(t),t=0),r.push(t+e)}else r.push(r.pop()*e)})),r.reduce(((e,t)=>e+t),0)}t.forEach((function(e,t){s[e.toLowerCase()]=t})),r.forEach((function(e,t){s[e.toLowerCase()]=t})),i.forEach((function(e,t){const r=e.toLowerCase();s[r]=10*(t+2),s[r.substring(0,e.length-1)+"ieth"]=s[r]})),s.hundredth=100,a.forEach((function(e,t){const r=e.toLowerCase(),n=Math.pow(10,3*(t+1));s[r]=n,s[r+"th"]=n}));const c=[[1e3,"m"],[900,"cm"],[500,"d"],[400,"cd"],[100,"c"],[90,"xc"],[50,"l"],[40,"xl"],[10,"x"],[9,"ix"],[5,"v"],[4,"iv"],[1,"i"]],l={M:1e3,D:500,C:100,L:50,X:10,V:5,I:1};function p(e){for(var t=0;t<c.length;t++){const r=c[t];if(e>=r[0])return r[1]+p(e-r[0])}return""}function f(e){for(var t=0,r=1,n=e.length-1;n>=0;n--){const i=e[n],a=l[i];a<r?t-=a:(r=a,t+=a)}return t}function d(e,t){for(var r=[],n=t.charCodeAt(0);e>0;)r.unshift(String.fromCharCode((e-1)%26+n)),e=Math.floor((e-1)/26);return r.join("")}function h(e,t){for(var r=t.charCodeAt(0),n=0,i=0;i<e.length;i++)n+=(e.charCodeAt(e.length-i-1)-r+1)*Math.pow(26,i);return n}function v(e,t){if(void 0!==e)return m(e=Math.floor(e),k(t))}const g={DECIMAL:"decimal",LETTERS:"letters",ROMAN:"roman",WORDS:"words",SEQUENCE:"sequence"},y={UPPER:"upper",LOWER:"lower",TITLE:"title"};function m(t,r){let n;const i=t<0;switch(t=Math.abs(t),r.primary){case g.LETTERS:n=d(t,r.case===y.UPPER?"A":"a");break;case g.ROMAN:n=p(t),r.case===y.UPPER&&(n=n.toUpperCase());break;case g.WORDS:n=o(t,r.ordinal),r.case===y.UPPER?n=n.toUpperCase():r.case===y.LOWER&&(n=n.toLowerCase());break;case g.DECIMAL:n=""+t;var a=r.mandatoryDigits-n.length;if(a>0){var s=new Array(a+1).join("0");n=s+n}if(48!==r.zeroCode&&(n=e(n).map((e=>String.fromCodePoint(e.codePointAt(0)+r.zeroCode-48))).join("")),r.regular)for(let e=Math.floor((n.length-1)/r.groupingSeparators.position);e>0;e--){const t=n.length-e*r.groupingSeparators.position;n=n.substr(0,t)+r.groupingSeparators.character+n.substr(t)}else r.groupingSeparators.reverse().forEach((e=>{const t=n.length-e.position;n=n.substr(0,t)+e.character+n.substr(t)}));if(r.ordinal){var u={1:"st",2:"nd",3:"rd"}[n[n.length-1]];(!u||n.length>1&&"1"===n[n.length-2])&&(u="th"),n+=u}break;case g.SEQUENCE:throw{code:"D3130",value:r.token}}return i&&(n="-"+n),n}const b=[48,1632,1776,1984,2406,2534,2662,2790,2918,3046,3174,3302,3430,3558,3664,3792,3872,4160,4240,6112,6160,6470,6608,6784,6800,6992,7088,7232,7248,42528,43216,43264,43472,43504,43600,44016,65296];function k(t){const r={type:"integer",primary:g.DECIMAL,case:y.LOWER,ordinal:!1};let n,i;const a=t.lastIndexOf(";");switch(-1===a?n=t:(n=t.substring(0,a),i=t.substring(a+1),"o"===i[0]&&(r.ordinal=!0)),n){case"A":r.case=y.UPPER;case"a":r.primary=g.LETTERS;break;case"I":r.case=y.UPPER;case"i":r.primary=g.ROMAN;break;case"W":r.case=y.UPPER,r.primary=g.WORDS;break;case"Ww":r.case=y.TITLE,r.primary=g.WORDS;break;case"w":r.primary=g.WORDS;break;default:{let t=null,i=0,a=0,o=[],s=0;if(e(n).map((e=>e.codePointAt(0))).reverse().forEach((e=>{let r=!1;for(let n=0;n<b.length;n++){const a=b[n];if(e>=a&&e<=a+9){if(r=!0,i++,s++,null===t)t=a;else if(a!==t)throw{code:"D3131"};break}}r||(35===e?(s++,a++):o.push({position:s,character:String.fromCodePoint(e)}))})),i>0){r.primary=g.DECIMAL,r.zeroCode=t,r.mandatoryDigits=i,r.optionalDigits=a;const e=function(e){if(0===e.length)return 0;const t=e[0].character;for(let r=1;r<e.length;r++)if(e[r].character!==t)return 0;const r=e.map((e=>e.position)),n=function(e,t){return 0===t?e:n(t,e%t)},i=r.reduce(n);for(let e=1;e<=r.length;e++)if(-1===r.indexOf(e*i))return 0;return i}(o);e>0?(r.regular=!0,r.groupingSeparators={position:e,character:o[0].character}):(r.regular=!1,r.groupingSeparators=o)}else r.primary=g.SEQUENCE,r.token=n}}return r}const x={Y:"1",M:"1",D:"1",d:"1",F:"n",W:"1",w:"1",X:"1",x:"1",H:"1",h:"1",P:"n",m:"01",s:"01",f:"1",Z:"01:01",z:"01:01",C:"n",E:"n"};function w(e){var t=[];const r={type:"datetime",parts:t},n=function(r,n){if(n>r){let i=e.substring(r,n);i=i.split("]]").join("]"),t.push({type:"literal",value:i})}};for(var i=0,a=0;a<e.length;){if("["===e.charAt(a)){if("["===e.charAt(a+1)){n(i,a),t.push({type:"literal",value:"["}),i=a+=2;continue}if(n(i,a),i=a,-1===(a=e.indexOf("]",i)))throw{code:"D3135"};let r=e.substring(i+1,a);r=r.split(/\s+/).join("");var o,s={type:"marker",component:r.charAt(0)},u=r.lastIndexOf(",");if(-1!==u){const e=r.substring(u+1),t=e.indexOf("-");let n,i;const a=function(e){return void 0===e||"*"===e?void 0:parseInt(e)};-1===t?n=e:(n=e.substring(0,t),i=e.substring(t+1));const c={min:a(n),max:a(i)};s.width=c,o=r.substring(1,u)}else o=r.substring(1);if(1===o.length)s.presentation1=o;else if(o.length>1){var c=o.charAt(o.length-1);-1!=="atco".indexOf(c)?(s.presentation2=c,"o"===c&&(s.ordinal=!0),s.presentation1=o.substring(0,o.length-1)):s.presentation1=o}else s.presentation1=x[s.component];if(void 0===s.presentation1)throw{code:"D3132",value:s.component};if("n"===s.presentation1[0])s.names=y.LOWER;else if("N"===s.presentation1[0])"n"===s.presentation1[1]?s.names=y.TITLE:s.names=y.UPPER;else if(-1!=="YMDdFWwXxHhmsf".indexOf(s.component)){var l=s.presentation1;if(s.presentation2&&(l+=";"+s.presentation2),s.integerFormat=k(l),s.width&&void 0!==s.width.min&&s.integerFormat.mandatoryDigits<s.width.min&&(s.integerFormat.mandatoryDigits=s.width.min),"Y"===s.component)if(s.n=-1,s.width&&void 0!==s.width.max)s.n=s.width.max,s.integerFormat.mandatoryDigits=s.n;else{var p=s.integerFormat.mandatoryDigits+s.integerFormat.optionalDigits;p>=2&&(s.n=p)}}"Z"!==s.component&&"z"!==s.component||(s.integerFormat=k(s.presentation1)),t.push(s),i=a+1}a++}return n(i,a),r}const A=["","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],E=["January","February","March","April","May","June","July","August","September","October","November","December"],T=864e5,D=function(e){const t=Date.UTC(e.year,e.month);var r=new Date(t).getUTCDay();return 0===r&&(r=7),r>4?t+(8-r)*T:t-(r-1)*T},S=function(e,t){return{year:e,month:t,nextMonth:function(){return 11===t?S(e+1,0):S(e,t+1)},previousMonth:function(){return 0===t?S(e-1,11):S(e,t-1)},nextYear:function(){return S(e+1,t)},previousYear:function(){return S(e-1,t)}}},O=function(e,t){return(t-e)/(7*T)+1},P=(e,t)=>{let r;switch(t){case"Y":r=e.getUTCFullYear();break;case"M":r=e.getUTCMonth()+1;break;case"D":r=e.getUTCDate();break;case"d":r=(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate())-Date.UTC(e.getUTCFullYear(),0))/T+1;break;case"F":r=e.getUTCDay(),0===r&&(r=7);break;case"W":{const t=S(e.getUTCFullYear(),0),n=D(t),i=Date.UTC(t.year,e.getUTCMonth(),e.getUTCDate());let a=O(n,i);if(a>52)i>=D(t.nextYear())&&(a=1);else if(a<1){const e=D(t.previousYear());a=O(e,i)}r=Math.floor(a);break}case"w":{const t=S(e.getUTCFullYear(),e.getUTCMonth()),n=D(t),i=Date.UTC(t.year,t.month,e.getUTCDate());let a=O(n,i);if(a>4)i>=D(t.nextMonth())&&(a=1);else if(a<1){const e=D(t.previousMonth());a=O(e,i)}r=Math.floor(a);break}case"X":{const t=S(e.getUTCFullYear(),0),n=D(t),i=D(t.nextYear()),a=e.getTime();r=a<n?t.year-1:a>=i?t.year+1:t.year;break}case"x":{const t=S(e.getUTCFullYear(),e.getUTCMonth()),n=D(t),i=t.nextMonth(),a=D(i),o=e.getTime();r=o<n?t.previousMonth().month+1:o>=a?i.month+1:t.month+1;break}case"H":r=e.getUTCHours();break;case"h":r=e.getUTCHours(),r%=12,0===r&&(r=12);break;case"P":r=e.getUTCHours()>=12?"pm":"am";break;case"m":r=e.getUTCMinutes();break;case"s":r=e.getUTCSeconds();break;case"f":r=e.getUTCMilliseconds();break;case"Z":case"z":break;case"C":case"E":r="ISO"}return r};let M=null;function C(e,t,r){var n=0,i=0;if(void 0!==r){const e=parseInt(r);n=Math.floor(e/100),i=e%100}var a=function(e,t){var r=P(e,t.component);if(-1!=="YMDdFWwXxHhms".indexOf(t.component))if("Y"===t.component&&-1!==t.n&&(r%=Math.pow(10,t.n)),t.names){if("M"===t.component||"x"===t.component)r=E[r-1];else{if("F"!==t.component)throw{code:"D3133",value:t.component};r=A[r]}t.names===y.UPPER?r=r.toUpperCase():t.names===y.LOWER&&(r=r.toLowerCase()),t.width&&r.length>t.width.max&&(r=r.substring(0,t.width.max))}else r=m(r,t.integerFormat);else if("f"===t.component)r=m(r,t.integerFormat);else if("Z"===t.component||"z"===t.component){const e=100*n+i;if(t.integerFormat.regular)r=m(e,t.integerFormat);else{const a=t.integerFormat.mandatoryDigits;if(1===a||2===a)r=m(n,t.integerFormat),0!==i&&(r+=":"+v(i,"00"));else{if(3!==a&&4!==a)throw{code:"D3134",value:a};r=m(e,t.integerFormat)}}e>=0&&(r="+"+r),"z"===t.component&&(r="GMT"+r),0===e&&"t"===t.presentation2&&(r="Z")}return r};let o;void 0===t?(null===M&&(M=w("[Y0001]-[M01]-[D01]T[H01]:[m01]:[s01].[f001][Z01:01t]")),o=M):o=w(t);const s=new Date(e+60*(60*n+i)*1e3);let u="";return o.parts.forEach((function(e){"literal"===e.type?u+=e.value:u+=a(s,e)})),u}function j(e){var t={};if("datetime"===e.type)t.type="datetime",t.parts=e.parts.map((function(e){var t={};if("literal"===e.type)t.regex=e.value.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");else if("Z"===e.component||"z"===e.component){let r;Array.isArray(e.integerFormat.groupingSeparators)||(r=e.integerFormat.groupingSeparators),t.regex="","z"===e.component&&(t.regex="GMT"),t.regex+="[-+][0-9]+",r&&(t.regex+=r.character+"[0-9]+"),t.parse=function(t){"z"===e.component&&(t=t.substring(3));let n=0,i=0;return r?(n=Number.parseInt(t.substring(0,t.indexOf(r.character))),i=Number.parseInt(t.substring(t.indexOf(r.character)+1))):t.length-1<=2?n=Number.parseInt(t):(n=Number.parseInt(t.substring(0,3)),i=Number.parseInt(t.substring(3))),60*n+i}}else if(e.integerFormat)t=j(e.integerFormat);else{t.regex="[a-zA-Z]+";var r={};if("M"===e.component||"x"===e.component)E.forEach((function(t,n){e.width&&e.width.max?r[t.substring(0,e.width.max)]=n+1:r[t]=n+1}));else if("F"===e.component)A.forEach((function(t,n){n>0&&(e.width&&e.width.max?r[t.substring(0,e.width.max)]=n:r[t]=n)}));else{if("P"!==e.component)throw{code:"D3133",value:e.component};r={am:0,AM:0,pm:1,PM:1}}t.parse=function(e){return r[e]}}return t.component=e.component,t}));else{t.type="integer";const r=e.case===y.UPPER;switch(e.primary){case g.LETTERS:t.regex=r?"[A-Z]+":"[a-z]+",t.parse=function(e){return h(e,r?"A":"a")};break;case g.ROMAN:t.regex=r?"[MDCLXVI]+":"[mdclxvi]+",t.parse=function(e){return f(r?e:e.toUpperCase())};break;case g.WORDS:t.regex="(?:"+Object.keys(s).concat("and","[\\-, ]").join("|")+")+",t.parse=function(e){return u(e.toLowerCase())};break;case g.DECIMAL:t.regex="[0-9]+",e.ordinal&&(t.regex+="(?:th|st|nd|rd)"),t.parse=function(t){let r=t;return e.ordinal&&(r=t.substring(0,t.length-2)),e.regular?r=r.split(",").join(""):e.groupingSeparators.forEach((e=>{r=r.split(e.character).join("")})),48!==e.zeroCode&&(r=r.split("").map((t=>String.fromCodePoint(t.codePointAt(0)-e.zeroCode+48))).join("")),parseInt(r)};break;case g.SEQUENCE:throw{code:"D3130",value:e.token}}}return t}function U(e,t){if(void 0!==e)return j(k(t)).parse(e)}function F(e,t){const r=j(w(t)),n="^"+r.parts.map((e=>"("+e.regex+")")).join("")+"$";var i=new RegExp(n,"i").exec(e);if(null!==i){const e=161,t=130,n=84,o=72,s=23,u=47,c={};for(let e=1;e<i.length;e++){const t=r.parts[e-1];t.parse&&(c[t.component]=t.parse(i[e]))}if(0===Object.getOwnPropertyNames(c).length)return;let l=0;const p=e=>{l<<=1,l+=e?1:0},f=e=>!(~e&l||!(e&l));"YXMxWwdD".split("").forEach((e=>p(c[e])));const d=!f(e)&&f(t),h=f(n),v=!h&&f(o);l=0,"PHhmsf".split("").forEach((e=>p(c[e])));const g=!f(s)&&f(u),y=(d?"YD":h?"XxwF":v?"XWF":"YMD")+(g?"Phmsf":"Hmsf"),m=this.environment.timestamp;let b=!1,k=!1;if(y.split("").forEach((e=>{if(void 0===c[e])b?(c[e]=-1!=="MDd".indexOf(e)?1:0,k=!0):c[e]=P(m,e);else if(b=!0,k)throw{code:"D3136"}})),c.M>0?c.M-=1:c.M=0,d){const e=Date.UTC(c.Y,0),t=1e3*(c.d-1)*60*60*24,r=new Date(e+t);c.M=r.getUTCMonth(),c.D=r.getUTCDate()}if(h)throw{code:"D3136"};if(v)throw{code:"D3136"};g&&(c.H=12===c.h?0:c.h,1===c.P&&(c.H+=12));var a=Date.UTC(c.Y,c.M,c.D,c.H,c.m,c.s,c.f);return(c.Z||c.z)&&(a-=60*(c.Z||c.z)*1e3),a}}var N=new RegExp("^\\d{4}(-[01]\\d)*(-[0-3]\\d)*(T[0-2]\\d:[0-5]\\d:[0-5]\\d)*(\\.\\d+)?([+-][0-2]\\d:?[0-5]\\d|Z)?$");function I(e,t){if(void 0!==e){if(void 0===t){if(!N.test(e))throw{stack:(new Error).stack,code:"D3110",value:e};return Date.parse(e)}return F.call(this,e,t)}}function R(e,t,r){if(void 0!==e)return C.call(this,e,t,r)}return{formatInteger:v,parseInteger:U,fromMillis:R,toMillis:I}}();t.exports=i},{"./utils":6}],2:[function(e,r,n){(function(t){(function(){var n=e("./utils");const i=(()=>{var e=n.isNumeric,r=n.isArrayOfStrings,i=n.isArrayOfNumbers,a=n.createSequence,o=n.isSequence,s=n.isFunction,u=n.isLambda,c=n.isIterable,l=n.getFunctionArity,p=n.isDeepEqual,f=n.stringToArray;function d(e){if(void 0!==e){var t=0;return e.forEach((function(e){t+=e})),t}}function h(e){return void 0===e?0:e.length}function v(e){if(void 0!==e&&0!==e.length)return Math.max.apply(Math,e)}function g(e){if(void 0!==e&&0!==e.length)return Math.min.apply(Math,e)}function y(e){if(void 0!==e&&0!==e.length){var t=0;return e.forEach((function(e){t+=e})),t/e.length}}function m(t,r=!1){if(void 0!==t){var n;if("string"==typeof t)n=t;else if(s(t))n="";else{if("number"==typeof t&&!isFinite(t))throw{code:"D3001",value:t,stack:(new Error).stack};var i=r?2:0;Array.isArray(t)&&t.outerWrapper&&(t=t[0]),n=JSON.stringify(t,(function(t,r){return null!=r&&r.toPrecision&&e(r)?Number(r.toPrecision(15)):r&&s(r)?"":r}),i)}return n}}function b(e,t,r){if(void 0!==e){var n=f(e),i=n.length;if(i+t<0&&(t=0),void 0!==r){if(r<=0)return"";var a=t>=0?t+r:i+t+r;return n.slice(t,a).join("")}return n.slice(t).join("")}}function k(e,t){if(void 0!==e){var r=e.indexOf(t);return r>-1?e.substr(0,r):e}}function x(e,t){if(void 0!==e){var r=e.indexOf(t);return r>-1?e.substr(r+t.length):e}}function w(e){if(void 0!==e)return e.toLowerCase()}function A(e){if(void 0!==e)return e.toUpperCase()}function E(e){if(void 0!==e)return f(e).length}function T(e){if(void 0!==e){var t=e.replace(/[ \t\n\r]+/gm," ");return" "===t.charAt(0)&&(t=t.substring(1))," "===t.charAt(t.length-1)&&(t=t.substring(0,t.length-1)),t}}function D(e,t,r){if(void 0!==e){var n;void 0!==r&&0!==r.length||(r=" ");var i=Math.abs(t)-E(e);if(i>0){var a=new Array(i+1).join(r);r.length>1&&(a=b(a,0,i)),n=t>0?e+a:a+e}else n=e;return n}}function*S(e,t){var r=e.apply(this,[t]);if(c(r)&&(r=yield*r),r&&"number"!=typeof r.start&&"number"!==r.end&&!Array.isArray(r.groups)&&!s(r.next))throw{code:"T1010",stack:(new Error).stack};return r}function*O(e,t){if(void 0!==e)return"string"==typeof t?-1!==e.indexOf(t):void 0!==(yield*S(t,e))}function*P(e,t,r){if(void 0!==e){if(r<0)throw{stack:(new Error).stack,value:r,code:"D3040",index:3};var n=a();if(void 0===r||r>0){var i=0,o=yield*S(t,e);if(void 0!==o)for(;void 0!==o&&(void 0===r||i<r);)n.push({match:o.match,index:o.start,groups:o.groups}),o=yield*S(o.next),i++}return n}}function*M(e,t,r,n){if(void 0!==e){var i,a=this;if(""===t)throw{code:"D3010",stack:(new Error).stack,value:t,index:2};if(n<0)throw{code:"D3011",stack:(new Error).stack,value:n,index:4};i="string"==typeof r?function(e){for(var t="",n=0,i=r.indexOf("$",n);-1!==i&&n<r.length;){t+=r.substring(n,i),n=i+1;var a=r.charAt(n);if("$"===a)t+="$",n++;else if("0"===a)t+=e.match,n++;else{var o;if(o=0===e.groups.length?1:Math.floor(Math.log(e.groups.length)*Math.LOG10E)+1,i=parseInt(r.substring(n,n+o),10),o>1&&i>e.groups.length&&(i=parseInt(r.substring(n,n+o-1),10)),isNaN(i))t+="$";else{if(e.groups.length>0){var s=e.groups[i-1];void 0!==s&&(t+=s)}n+=i.toString().length}}i=r.indexOf("$",n)}return t+=r.substring(n)}:r;var o="",s=0;if(void 0===n||n>0){var u=0;if("string"==typeof t){for(var l=e.indexOf(t,s);-1!==l&&(void 0===n||u<n);)o+=e.substring(s,l),o+=r,s=l+t.length,u++,l=e.indexOf(t,s);o+=e.substring(s)}else{var p=yield*S(t,e);if(void 0!==p){for(;void 0!==p&&(void 0===n||u<n);){o+=e.substring(s,p.start);var f=i.apply(a,[p]);if(c(f)&&(f=yield*f),"string"!=typeof f)throw{code:"D3012",stack:(new Error).stack,value:f};o+=f,s=p.start+p.match.length,u++,p=yield*S(p.next)}o+=e.substring(s)}else o=e}}else o=e;return o}}function C(e){if(void 0!==e)return("undefined"!=typeof window?window.btoa:function(e){return new t.Buffer.from(e,"binary").toString("base64")})(e)}function j(e){if(void 0!==e)return("undefined"!=typeof window?window.atob:function(e){return new t.Buffer(e,"base64").toString("binary")})(e)}function U(e){if(void 0!==e){var t;try{t=encodeURIComponent(e)}catch(t){throw{code:"D3140",stack:(new Error).stack,value:e,functionName:"encodeUrlComponent"}}return t}}function F(e){if(void 0!==e){var t;try{t=encodeURI(e)}catch(t){throw{code:"D3140",stack:(new Error).stack,value:e,functionName:"encodeUrl"}}return t}}function N(e){if(void 0!==e){var t;try{t=decodeURIComponent(e)}catch(t){throw{code:"D3140",stack:(new Error).stack,value:e,functionName:"decodeUrlComponent"}}return t}}function I(e){if(void 0!==e){var t;try{t=decodeURI(e)}catch(t){throw{code:"D3140",stack:(new Error).stack,value:e,functionName:"decodeUrl"}}return t}}function*R(e,t,r){if(void 0!==e){if(r<0)throw{code:"D3020",stack:(new Error).stack,value:r,index:3};var n=[];if(void 0===r||r>0)if("string"==typeof t)n=e.split(t,r);else{var i=0,a=yield*S(t,e);if(void 0!==a){for(var o=0;void 0!==a&&(void 0===r||i<r);)n.push(e.substring(o,a.start)),o=a.end,a=yield*S(a.next),i++;(void 0===r||i<r)&&n.push(e.substring(o))}else n.push(e)}return n}}function z(e,t){if(void 0!==e)return void 0===t&&(t=""),e.join(t)}function L(e,t,r){if(void 0!==e){var n={"decimal-separator":".","grouping-separator":",","exponent-separator":"e",infinity:"Infinity","minus-sign":"-",NaN:"NaN",percent:"%","per-mille":"‰","zero-digit":"0",digit:"#","pattern-separator":";"};void 0!==r&&Object.keys(r).forEach((function(e){n[e]=r[e]}));for(var i=[],a=n["zero-digit"].charCodeAt(0),o=a;o<a+10;o++)i.push(String.fromCharCode(o));var s=i.concat([n["decimal-separator"],n["exponent-separator"],n["grouping-separator"],n.digit,n["pattern-separator"]]),u=t.split(n["pattern-separator"]);if(u.length>2)throw{code:"D3080",stack:(new Error).stack};var c=function(e){var t,r,i,a,o=function(){for(var t,r=0;r<e.length;r++)if(t=e.charAt(r),-1!==s.indexOf(t)&&t!==n["exponent-separator"])return e.substring(0,r)}(),u=function(){for(var t,r=e.length-1;r>=0;r--)if(t=e.charAt(r),-1!==s.indexOf(t)&&t!==n["exponent-separator"])return e.substring(r+1)}(),c=e.substring(o.length,e.length-u.length),l=e.indexOf(n["exponent-separator"],o.length);-1===l||l>e.length-u.length?(t=c,r=void 0):(t=c.substring(0,l),r=c.substring(l+1));var p=t.indexOf(n["decimal-separator"]);return-1===p?(i=t,a=u):(i=t.substring(0,p),a=t.substring(p+1)),{prefix:o,suffix:u,activePart:c,mantissaPart:t,exponentPart:r,integerPart:i,fractionalPart:a,subpicture:e}},l=function(e){var t,r,a=e.subpicture,o=a.indexOf(n["decimal-separator"]);o!==a.lastIndexOf(n["decimal-separator"])&&(t="D3081"),a.indexOf(n.percent)!==a.lastIndexOf(n.percent)&&(t="D3082"),a.indexOf(n["per-mille"])!==a.lastIndexOf(n["per-mille"])&&(t="D3083"),-1!==a.indexOf(n.percent)&&-1!==a.indexOf(n["per-mille"])&&(t="D3084");var u=!1;for(r=0;r<e.mantissaPart.length;r++){var c=e.mantissaPart.charAt(r);if(-1!==i.indexOf(c)||c===n.digit){u=!0;break}}u||(t="D3085"),-1!==e.activePart.split("").map((function(e){return-1===s.indexOf(e)?"p":"a"})).join("").indexOf("p")&&(t="D3086"),-1!==o?a.charAt(o-1)!==n["grouping-separator"]&&a.charAt(o+1)!==n["grouping-separator"]||(t="D3087"):e.integerPart.charAt(e.integerPart.length-1)===n["grouping-separator"]&&(t="D3088"),-1!==a.indexOf(n["grouping-separator"]+n["grouping-separator"])&&(t="D3089");var l=e.integerPart.indexOf(n.digit);-1!==l&&e.integerPart.substring(0,l).split("").filter((function(e){return i.indexOf(e)>-1})).length>0&&(t="D3090"),-1!==(l=e.fractionalPart.lastIndexOf(n.digit))&&e.fractionalPart.substring(l).split("").filter((function(e){return i.indexOf(e)>-1})).length>0&&(t="D3091");var p="string"==typeof e.exponentPart;if(p&&e.exponentPart.length>0&&(-1!==a.indexOf(n.percent)||-1!==a.indexOf(n["per-mille"]))&&(t="D3092"),p&&(0===e.exponentPart.length||e.exponentPart.split("").filter((function(e){return-1===i.indexOf(e)})).length>0)&&(t="D3093"),t)throw{code:t,stack:(new Error).stack}},p=function(e){var t=function(t,r){for(var a=[],o=t.indexOf(n["grouping-separator"]);-1!==o;){var s=(r?t.substring(0,o):t.substring(o)).split("").filter((function(e){return-1!==i.indexOf(e)||e===n.digit})).length;a.push(s),o=e.integerPart.indexOf(n["grouping-separator"],o+1)}return a},r=t(e.integerPart),a=function(e){if(0===e.length)return 0;for(var t=function(e,r){return 0===r?e:t(r,e%r)},r=e.reduce(t),n=1;n<=e.length;n++)if(-1===e.indexOf(n*r))return 0;return r}(r),o=t(e.fractionalPart,!0),s=e.integerPart.split("").filter((function(e){return-1!==i.indexOf(e)})).length,u=s,c=e.fractionalPart.split(""),l=c.filter((function(e){return-1!==i.indexOf(e)})).length,p=c.filter((function(e){return-1!==i.indexOf(e)||e===n.digit})).length,f="string"==typeof e.exponentPart;0===s&&0===p&&(f?(l=1,p=1):s=1),f&&0===s&&-1!==e.integerPart.indexOf(n.digit)&&(s=1),0===s&&0===l&&(l=1);var d=0;return f&&(d=e.exponentPart.split("").filter((function(e){return-1!==i.indexOf(e)})).length),{integerPartGroupingPositions:r,regularGrouping:a,minimumIntegerPartSize:s,scalingFactor:u,prefix:e.prefix,fractionalPartGroupingPositions:o,minimumFactionalPartSize:l,maximumFactionalPartSize:p,minimumExponentSize:d,suffix:e.suffix,picture:e.subpicture}},f=u.map(c);f.forEach(l);var d,h,v,g,y=f.map(p),m=n["minus-sign"],b=n["zero-digit"],k=n["decimal-separator"],x=n["grouping-separator"];if(1===y.length&&(y.push(JSON.parse(JSON.stringify(y[0]))),y[1].prefix=m+y[1].prefix),h=-1!==(d=e>=0?y[0]:y[1]).picture.indexOf(n.percent)?100*e:-1!==d.picture.indexOf(n["per-mille"])?1e3*e:e,0===d.minimumExponentSize)v=h;else{var w=Math.pow(10,d.scalingFactor),A=Math.pow(10,d.scalingFactor-1);for(v=h,g=0;v<A;)v*=10,g-=1;for(;v>w;)v/=10,g+=1}var E=function(e,t){var r=Math.abs(e).toFixed(t);return"0"!==b&&(r=r.split("").map((function(e){return e>="0"&&e<="9"?i[e.charCodeAt(0)-48]:e})).join("")),r},T=E(H(v,d.maximumFactionalPartSize),d.maximumFactionalPartSize),D=T.indexOf(".");for(-1===D?T+=k:T=T.replace(".",k);T.charAt(0)===b;)T=T.substring(1);for(;T.charAt(T.length-1)===b;)T=T.substring(0,T.length-1);D=T.indexOf(k);var S=d.minimumIntegerPartSize-D,O=d.minimumFactionalPartSize-(T.length-D-1);if(T=(S>0?new Array(S+1).join(b):"")+T,T+=O>0?new Array(O+1).join(b):"",D=T.indexOf(k),d.regularGrouping>0)for(var P=Math.floor((D-1)/d.regularGrouping),M=1;M<=P;M++)T=[T.slice(0,D-M*d.regularGrouping),x,T.slice(D-M*d.regularGrouping)].join("");else d.integerPartGroupingPositions.forEach((function(e){T=[T.slice(0,D-e),x,T.slice(D-e)].join(""),D++}));if(D=T.indexOf(k),d.fractionalPartGroupingPositions.forEach((function(e){T=[T.slice(0,e+D+1),x,T.slice(e+D+1)].join("")})),D=T.indexOf(k),-1!==d.picture.indexOf(k)&&D!==T.length-1||(T=T.substring(0,T.length-1)),void 0!==g){var C=E(g,0);(S=d.minimumExponentSize-C.length)>0&&(C=new Array(S+1).join(b)+C),T=T+n["exponent-separator"]+(g<0?m:"")+C}return T=d.prefix+T+d.suffix}}function $(e,t){if(void 0!==e){if(e=H(e),(t=void 0===t?10:H(t))<2||t>36)throw{code:"D3100",stack:(new Error).stack,value:t};return e.toString(t)}}function q(e){var t;if(void 0!==e){if("number"==typeof e)t=e;else if("string"==typeof e&&/^-?[0-9]+(\.[0-9]+)?([Ee][-+]?[0-9]+)?$/.test(e)&&!isNaN(parseFloat(e))&&isFinite(e))t=parseFloat(e);else if(!0===e)t=1;else{if(!1!==e)throw{code:"D3030",value:e,stack:(new Error).stack,index:1};t=0}return t}}function _(e){if(void 0!==e)return Math.abs(e)}function W(e){if(void 0!==e)return Math.floor(e)}function Y(e){if(void 0!==e)return Math.ceil(e)}function H(e,t){var r;if(void 0!==e){if(t){var n=e.toString().split("e");e=+(n[0]+"e"+(n[1]?+n[1]+t:t))}var i=(r=Math.round(e))-e;return.5===Math.abs(i)&&1===Math.abs(r%2)&&(r-=1),t&&(n=r.toString().split("e"),r=+(n[0]+"e"+(n[1]?+n[1]-t:-t))),Object.is(r,-0)&&(r=0),r}}function Z(e){if(void 0!==e){if(e<0)throw{stack:(new Error).stack,code:"D3060",index:1,value:e};return Math.sqrt(e)}}function G(e,t){var r;if(void 0!==e){if(r=Math.pow(e,t),!isFinite(r))throw{stack:(new Error).stack,code:"D3061",index:1,value:e,exp:t};return r}}function B(){return Math.random()}function J(t){if(void 0!==t){var r=!1;return Array.isArray(t)?1===t.length?r=J(t[0]):t.length>1&&(r=t.filter((function(e){return J(e)})).length>0):"string"==typeof t?t.length>0&&(r=!0):e(t)?0!==t&&(r=!0):null!==t&&"object"==typeof t?Object.keys(t).length>0&&(r=!0):"boolean"==typeof t&&!0===t&&(r=!0),r}}function X(e){if(void 0!==e)return!J(e)}function Q(e,t,r,n){var i=[t],a=l(e);return a>=2&&i.push(r),a>=3&&i.push(n),i}function*V(e,t){if(void 0!==e){for(var r=a(),n=0;n<e.length;n++){var i=Q(t,e[n],n,e),o=yield*t.apply(this,i);void 0!==o&&r.push(o)}return r}}function*K(e,t){if(void 0!==e){for(var r=a(),n=0;n<e.length;n++){var i=e[n],o=Q(t,i,n,e);J(yield*t.apply(this,o))&&r.push(i)}return r}}function*ee(e,t){if(void 0!==e){for(var r,n=!1,i=0;i<e.length;i++){var a=e[i],o=!0;if(void 0!==t){var s=Q(t,a,i,e);o=J(yield*t.apply(this,s))}if(o){if(n)throw{stack:(new Error).stack,code:"D3138",index:i};r=a,n=!0}}if(!n)throw{stack:(new Error).stack,code:"D3139"};return r}}function te(){for(var e=[],t=Array.prototype.slice.call(arguments),r=Math.min.apply(Math,t.map((function(e){return Array.isArray(e)?e.length:0}))),n=0;n<r;n++){var i=t.map((e=>e[n]));e.push(i)}return e}function*re(e,t,r){if(void 0!==e){var n,i,a=l(t);if(a<2)throw{stack:(new Error).stack,code:"D3050",index:1};for(void 0===r&&e.length>0?(n=e[0],i=1):(n=r,i=0);i<e.length;){var o=[n,e[i]];a>=3&&o.push(i),a>=4&&o.push(e),n=yield*t.apply(this,o),i++}return n}}function ne(e){var t=a();if(Array.isArray(e)){var r={};e.forEach((function(e){ne(e).forEach((function(e){r[e]=!0}))})),t=ne(r)}else null===e||"object"!=typeof e||u(e)||Object.keys(e).forEach((e=>t.push(e)));return t}function ie(e,t){var r;if(Array.isArray(e)){r=a();for(var n=0;n<e.length;n++){var i=ie(e[n],t);void 0!==i&&(Array.isArray(i)?i.forEach((e=>r.push(e))):r.push(i))}}else null!==e&&"object"==typeof e&&(r=e[t]);return r}function ae(e,t){return void 0===e?t:void 0===t?e:(Array.isArray(e)||(e=a(e)),Array.isArray(t)||(t=[t]),e.concat(t))}function oe(e){return void 0!==e}function se(e){var t=a();if(Array.isArray(e))e.forEach((function(e){t=ae(t,se(e))}));else if(null===e||"object"!=typeof e||u(e))t=e;else for(var r in e){var n={};n[r]=e[r],t.push(n)}return t}function ue(e){if(void 0!==e){var t={};return e.forEach((function(e){for(var r in e)t[r]=e[r]})),t}}function ce(e){if(void 0!==e){if(e.length<=1)return e;for(var t=e.length,r=new Array(t),n=0;n<t;n++)r[t-n-1]=e[n];return r}}function*le(e,t){var r=a();for(var n in e){var i=Q(t,e[n],n,e),o=yield*t.apply(this,i);void 0!==o&&r.push(o)}return r}function pe(e){throw{code:"D3137",stack:(new Error).stack,message:e||"$error() function evaluated"}}function fe(e,t){if(!e)throw{code:"D3141",stack:(new Error).stack,message:t||"$assert() statement failed"}}function de(t){if(void 0!==t)return null===t?"null":e(t)?"number":"string"==typeof t?"string":"boolean"==typeof t?"boolean":Array.isArray(t)?"array":s(t)?"function":"object"}function*he(e,t){if(void 0!==e){if(e.length<=1)return e;var n;if(void 0===t){if(!i(e)&&!r(e))throw{stack:(new Error).stack,code:"D3070",index:1};n=function*(e,t){return e>t}}else n=t;var a=function*(e,t){var r=function*(e,t,i){0===t.length?Array.prototype.push.apply(e,i):0===i.length?Array.prototype.push.apply(e,t):(yield*n(t[0],i[0]))?(e.push(i[0]),yield*r(e,t,i.slice(1))):(e.push(t[0]),yield*r(e,t.slice(1),i))},i=[];return yield*r(i,e,t),i},o=function*(e){if(!Array.isArray(e)||e.length<=1)return e;var t=Math.floor(e.length/2),r=e.slice(0,t),n=e.slice(t);return r=yield*o(r),n=yield*o(n),yield*a(r,n)};return yield*o(e)}}function ve(e){if(void 0!==e){if(e.length<=1)return e;for(var t=new Array(e.length),r=0;r<e.length;r++){var n=Math.floor(Math.random()*(r+1));r!==n&&(t[r]=t[n]),t[n]=e[r]}return t}}function ge(e){if(void 0!==e){if(!Array.isArray(e)||e.length<=1)return e;for(var t=o(e)?a():[],r=0;r<e.length;r++){for(var n=e[r],i=!1,s=0;s<t.length;s++)if(p(n,t[s])){i=!0;break}i||t.push(n)}return t}}function*ye(e,t){var r={};for(var n in e){var i=e[n],a=Q(t,i,n,e);J(yield*t.apply(this,a))&&(r[n]=i)}return 0===Object.keys(r).length&&(r=void 0),r}return{sum:d,count:h,max:v,min:g,average:y,string:m,substring:b,substringBefore:k,substringAfter:x,lowercase:w,uppercase:A,length:E,trim:T,pad:D,match:P,contains:O,replace:M,split:R,join:z,formatNumber:L,formatBase:$,number:q,floor:W,ceil:Y,round:H,abs:_,sqrt:Z,power:G,random:B,boolean:J,not:X,map:V,zip:te,filter:K,single:ee,foldLeft:re,sift:ye,keys:ne,lookup:ie,append:ae,exists:oe,spread:se,merge:ue,reverse:ce,each:le,error:pe,assert:fe,type:de,sort:he,shuffle:ve,distinct:ge,base64encode:C,base64decode:j,encodeUrlComponent:U,encodeUrl:F,decodeUrlComponent:N,decodeUrl:I}})();r.exports=i}).call(this)}).call(this,void 0!==t?t:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./utils":6}],3:[function(e,t,r){var n=e("./datetime"),i=e("./functions"),a=e("./utils"),o=e("./parser"),s=e("./signature"),u=function(){var e=a.isNumeric,t=a.isArrayOfStrings,r=a.isArrayOfNumbers,u=a.createSequence,c=a.isSequence,l=a.isFunction,p=a.isLambda,f=a.isIterable,d=a.getFunctionArity,h=a.isDeepEqual,v=ce(null);function*g(e,t,r){var n,i=r.lookup("__evaluate_entry");switch(i&&i(e,t,r),e.type){case"path":n=yield*y(e,t,r);break;case"binary":n=yield*A(e,t,r);break;case"unary":n=yield*E(e,t,r);break;case"name":n=T(e,t);break;case"string":case"number":case"value":n=D(e);break;case"wildcard":n=S(e,t);break;case"descendant":n=P(e,t);break;case"parent":n=r.lookup(e.slot.label);break;case"condition":n=yield*q(e,t,r);break;case"block":n=yield*_(e,t,r);break;case"bind":n=yield*$(e,t,r);break;case"regex":n=W(e);break;case"function":n=yield*J(e,t,r);break;case"variable":n=Y(e,t,r);break;case"lambda":n=V(e,t,r);break;case"partial":n=yield*K(e,t,r);break;case"apply":n=yield*B(e,t,r);break;case"transform":n=Z(e,t,r)}if(!r.async||null!=n&&"function"==typeof n.then||(n=Promise.resolve(n)),r.async&&"function"==typeof n.then&&e.nextFunction&&"function"==typeof n[e.nextFunction]||(n=yield n),Object.prototype.hasOwnProperty.call(e,"predicate"))for(var a=0;a<e.predicate.length;a++)n=yield*w(e.predicate[a].expr,n,r);"path"!==e.type&&Object.prototype.hasOwnProperty.call(e,"group")&&(n=yield*R(e.group,n,r));var o=r.lookup("__evaluate_exit");return o&&o(e,t,r,n),n&&c(n)&&!n.tupleStream&&(e.keepArray&&(n.keepSingleton=!0),0===n.length?n=void 0:1===n.length&&(n=n.keepSingleton?n:n[0])),n}function*y(e,t,r){var n,i;n=Array.isArray(t)&&"variable"!==e.steps[0].type?t:u(t);for(var a=!1,o=void 0,s=0;s<e.steps.length;s++){var l=e.steps[s];if(l.tuple&&(a=!0),0===s&&l.consarray?i=yield*g(l,n,r):a?o=yield*x(l,n,o,r):i=yield*b(l,n,r,s===e.steps.length-1),!a&&(void 0===i||0===i.length))break;void 0===l.focus&&(n=i)}if(a)if(e.tuple)i=o;else for(i=u(),s=0;s<o.length;s++)i.push(o[s]["@"]);return e.keepSingletonArray&&(c(i)||(i=u(i)),i.keepSingleton=!0),e.hasOwnProperty("group")&&(i=yield*R(e.group,a?o:i,r)),i}function m(e,t){var r=ce(e);for(const e in t)r.bind(e,t[e]);return r}function*b(e,t,r,n){var i;if("sort"===e.type)return i=yield*H(e,t,r),e.stages&&(i=yield*k(e.stages,i,r)),i;i=u();for(var a=0;a<t.length;a++){var o=yield*g(e,t[a],r);if(e.stages)for(var s=0;s<e.stages.length;s++)o=yield*w(e.stages[s].expr,o,r);void 0!==o&&i.push(o)}var l=u();return n&&1===i.length&&Array.isArray(i[0])&&!c(i[0])?l=i[0]:i.forEach((function(e){!Array.isArray(e)||e.cons?l.push(e):e.forEach((e=>l.push(e)))})),l}function*k(e,t,r){for(var n=t,i=0;i<e.length;i++){var a=e[i];switch(a.type){case"filter":n=yield*w(a.expr,n,r);break;case"index":for(var o=0;o<n.length;o++)n[o][a.value]=o}}return n}function*x(e,t,r,n){var i;if("sort"===e.type){if(r)i=yield*H(e,r,n);else{var a=yield*H(e,t,n);(i=u()).tupleStream=!0;for(var o=0;o<a.length;o++){var s={"@":a[o]};s[e.index]=o,i.push(s)}}return e.stages&&(i=yield*k(e.stages,i,n)),i}(i=u()).tupleStream=!0;var c=n;void 0===r&&(r=t.map((e=>({"@":e}))));for(var l=0;l<r.length;l++){c=m(n,r[l]);var p=yield*g(e,r[l]["@"],c);if(void 0!==p){Array.isArray(p)||(p=[p]);for(var f=0;f<p.length;f++)s={},Object.assign(s,r[l]),p.tupleStream?Object.assign(s,p[f]):(e.focus?(s[e.focus]=p[f],s["@"]=r[l]["@"]):s["@"]=p[f],e.index&&(s[e.index]=f),e.ancestor&&(s[e.ancestor.label]=r[l]["@"])),i.push(s)}}return e.stages&&(i=yield*k(e.stages,i,n)),i}function*w(t,n,a){var o=u();if(n&&n.tupleStream&&(o.tupleStream=!0),Array.isArray(n)||(n=u(n)),"number"===t.type){var s=Math.floor(t.value);s<0&&(s=n.length+s),void 0!==(c=n[s])&&(Array.isArray(c)?o=c:o.push(c))}else for(s=0;s<n.length;s++){var c,l=c=n[s],p=a;n.tupleStream&&(l=c["@"],p=m(a,c));var f=yield*g(t,l,p);e(f)&&(f=[f]),r(f)?f.forEach((function(e){var t=Math.floor(e);t<0&&(t=n.length+t),t===s&&o.push(c)})):i.boolean(f)&&o.push(c)}return o}function*A(e,t,r){var n,i=yield*g(e.lhs,t,r),a=yield*g(e.rhs,t,r),o=e.value;try{switch(o){case"+":case"-":case"*":case"/":case"%":n=C(i,a,o);break;case"=":case"!=":n=j(i,a,o);break;case"<":case"<=":case">":case">=":n=U(i,a,o);break;case"&":n=I(i,a);break;case"and":case"or":n=N(i,a,o);break;case"..":n=L(i,a);break;case"in":n=F(i,a)}}catch(t){throw t.position=e.position,t.token=o,t}return n}function*E(t,r,n){var a;switch(t.value){case"-":if(void 0===(a=yield*g(t.expression,r,n)))a=void 0;else{if(!e(a))throw{code:"D1002",stack:(new Error).stack,position:t.position,token:t.value,value:a};a=-a}break;case"[":a=[];for(var o=0;o<t.expressions.length;o++){var s=t.expressions[o],u=yield*g(s,r,n);void 0!==u&&("["===s.value?a.push(u):a=i.append(a,u))}t.consarray&&Object.defineProperty(a,"cons",{enumerable:!1,configurable:!1,value:!0});break;case"{":a=yield*R(t,r,n)}return a}function T(e,t,r){return i.lookup(t,e.value)}function D(e){return e.value}function S(e,t){var r=u();return null!==t&&"object"==typeof t&&Object.keys(t).forEach((function(e){var n=t[e];Array.isArray(n)?(n=O(n),r=i.append(r,n)):r.push(n)})),r}function O(e,t){return void 0===t&&(t=[]),Array.isArray(e)?e.forEach((function(e){O(e,t)})):t.push(e),t}function P(e,t){var r,n=u();return void 0!==t&&(M(t,n),r=1===n.length?n[0]:n),r}function M(e,t){Array.isArray(e)||t.push(e),Array.isArray(e)?e.forEach((function(e){M(e,t)})):null!==e&&"object"==typeof e&&Object.keys(e).forEach((function(r){M(e[r],t)}))}function C(t,r,n){var i;if(void 0!==t&&!e(t))throw{code:"T2001",stack:(new Error).stack,value:t};if(void 0!==r&&!e(r))throw{code:"T2002",stack:(new Error).stack,value:r};if(void 0===t||void 0===r)return i;switch(n){case"+":i=t+r;break;case"-":i=t-r;break;case"*":i=t*r;break;case"/":i=t/r;break;case"%":i=t%r}return i}function j(e,t,r){var n;if(void 0===e||void 0===t)return!1;switch(r){case"=":n=h(e,t);break;case"!=":n=!h(e,t)}return n}function U(e,t,r){var n,i=typeof e,a=typeof t;if("undefined"!==i&&"string"!==i&&"number"!==i||"undefined"!==a&&"string"!==a&&"number"!==a)throw{code:"T2010",stack:(new Error).stack,value:"string"!==i&&"number"!==i?e:t};if("undefined"!==i&&"undefined"!==a){if(i!==a)throw{code:"T2009",stack:(new Error).stack,value:e,value2:t};switch(r){case"<":n=e<t;break;case"<=":n=e<=t;break;case">":n=e>t;break;case">=":n=e>=t}return n}}function F(e,t){var r=!1;if(void 0===e||void 0===t)return!1;Array.isArray(t)||(t=[t]);for(var n=0;n<t.length;n++)if(t[n]===e){r=!0;break}return r}function N(e,t,r){var n,a=i.boolean(e),o=i.boolean(t);switch(void 0===a&&(a=!1),void 0===o&&(o=!1),r){case"and":n=a&&o;break;case"or":n=a||o}return n}function I(e,t){var r="",n="";return void 0!==e&&(r=i.string(e)),void 0!==t&&(n=i.string(t)),r.concat(n)}function*R(e,t,r){var n={},a={},o=!(!t||!t.tupleStream);Array.isArray(t)||(t=u(t));for(var s=0;s<t.length;s++)for(var c=t[s],l=o?m(r,c):r,p=0;p<e.lhs.length;p++){var f=e.lhs[p],d=yield*g(f[0],o?c["@"]:c,l);if("string"!=typeof d)throw{code:"T1003",stack:(new Error).stack,position:e.position,value:d};var h={data:c,exprIndex:p};if(a.hasOwnProperty(d)){if(a[d].exprIndex!==p)throw{code:"D1009",stack:(new Error).stack,position:e.position,value:d};a[d].data=i.append(a[d].data,c)}else a[d]=h}for(d in a){var v=(h=a[d]).data;if(l=r,o){var y=z(h.data);v=y["@"],delete y["@"],l=m(r,y)}var b=yield*g(e.lhs[h.exprIndex][1],v,l);void 0!==b&&(n[d]=b)}return n}function z(e){if(!Array.isArray(e))return e;var t={};Object.assign(t,e[0]);for(var r=1;r<e.length;r++)for(const n in e[r])t[n]=i.append(t[n],e[r][n]);return t}function L(e,t){var r;if(void 0!==e&&!Number.isInteger(e))throw{code:"T2003",stack:(new Error).stack,value:e};if(void 0!==t&&!Number.isInteger(t))throw{code:"T2004",stack:(new Error).stack,value:t};if(void 0===e||void 0===t)return r;if(e>t)return r;var n=t-e+1;if(n>1e7)throw{code:"D2014",stack:(new Error).stack,value:n};r=new Array(n);for(var i=e,a=0;i<=t;i++,a++)r[a]=i;return r.sequence=!0,r}function*$(e,t,r){var n=yield*g(e.rhs,t,r);return r.bind(e.lhs.value,n),n}function*q(e,t,r){var n,a=yield*g(e.condition,t,r);return i.boolean(a)?n=yield*g(e.then,t,r):void 0!==e.else&&(n=yield*g(e.else,t,r)),n}function*_(e,t,r){for(var n,i=ce(r),a=0;a<e.expressions.length;a++)n=yield*g(e.expressions[a],t,i);return n}function W(e){var t=new RegExp(e.value),r=function(n,i){var a;t.lastIndex=i||0;var o=t.exec(n);if(null!==o){if(a={match:o[0],start:o.index,end:o.index+o[0].length,groups:[]},o.length>1)for(var s=1;s<o.length;s++)a.groups.push(o[s]);a.next=function(){if(!(t.lastIndex>=n.length)){var i=r(n,t.lastIndex);if(i&&""===i.match)throw{code:"D1004",stack:(new Error).stack,position:e.position,value:e.value.source};return i}}}return a};return r}function Y(e,t,r){return""===e.value?t&&t.outerWrapper?t[0]:t:r.lookup(e.value)}function*H(e,t,r){var n=t,a=!!t.tupleStream,o=function*(t,n){for(var i=0,o=0;0===i&&o<e.terms.length;o++){var s=e.terms[o],u=t,c=r;a&&(u=t["@"],c=m(r,t));var l=yield*g(s.expression,u,c);u=n,c=r,a&&(u=n["@"],c=m(r,n));var p=yield*g(s.expression,u,c),f=typeof l,d=typeof p;if("undefined"!==f)if("undefined"!==d){if("string"!==f&&"number"!==f||"string"!==d&&"number"!==d)throw{code:"T2008",stack:(new Error).stack,position:e.position,value:"string"!==f&&"number"!==f?l:p};if(f!==d)throw{code:"T2007",stack:(new Error).stack,position:e.position,value:l,value2:p};l!==p&&(i=l<p?-1:1,!0===s.descending&&(i=-i))}else i=-1;else i="undefined"===d?0:1}return 1===i},s={environment:r,input:t};return yield*i.sort.apply(s,[n,o])}function Z(e,r,n){return oe((function*(r){if(void 0!==r){var i=n.lookup("clone");if(!l(i))throw{code:"T2013",stack:(new Error).stack,position:e.position};var a=yield*X(i,[r],null,n),o=yield*g(e.pattern,a,n);if(void 0!==o){Array.isArray(o)||(o=[o]);for(var s=0;s<o.length;s++){var u=o[s],c=yield*g(e.update,u,n),p=typeof c;if("undefined"!==p){if("object"!==p||null===c||Array.isArray(c))throw{code:"T2011",stack:(new Error).stack,position:e.update.position,value:c};for(var f in c)u[f]=c[f]}if(void 0!==e.delete){var d=yield*g(e.delete,u,n);if(void 0!==d){var h=d;if(Array.isArray(d)||(d=[d]),!t(d))throw{code:"T2012",stack:(new Error).stack,position:e.delete.position,value:h};for(var v=0;v<d.length;v++)"object"==typeof u&&null!==u&&delete u[d[v]]}}}}return a}}),"<(oa):o>")}var G=o("function($f, $g) { function($x){ $g($f($x)) } }");function*B(e,t,r){var n,i=yield*g(e.lhs,t,r);if("function"===e.rhs.type)n=yield*J(e.rhs,t,r,{context:i});else{var a=yield*g(e.rhs,t,r);if(!l(a))throw{code:"T2006",stack:(new Error).stack,position:e.position,value:a};if(l(i)){var o=yield*g(G,null,r);n=yield*X(o,[i,a],null,r)}else n=yield*X(a,[i],null,r)}return n}function*J(e,t,r,n){var i,a=yield*g(e.procedure,t,r);if(void 0===a&&"path"===e.procedure.type&&r.lookup(e.procedure.steps[0].value))throw{code:"T1005",stack:(new Error).stack,position:e.position,token:e.procedure.steps[0].value};var o=[];void 0!==n&&o.push(n.context);for(var s=0;s<e.arguments.length;s++){const n=yield*g(e.arguments[s],t,r);if(l(n)){const e=function*(...e){return yield*X(n,e,null,r)};e.arity=d(n),o.push(e)}else o.push(n)}var u="path"===e.procedure.type?e.procedure.steps[0].value:e.procedure.value;try{"object"==typeof a&&(a.token=u,a.position=e.position),i=yield*X(a,o,t,r)}catch(t){throw t.position||(t.position=e.position),t.token||(t.token=u),t}return i}function*X(e,t,r,n){var i;for(i=yield*Q(e,t,r,n);p(i)&&!0===i.thunk;){var a=yield*g(i.body.procedure,i.input,i.environment);"variable"===i.body.procedure.type&&(a.token=i.body.procedure.value),a.position=i.body.procedure.position;for(var o=[],s=0;s<i.body.arguments.length;s++)o.push(yield*g(i.body.arguments[s],i.input,i.environment));i=yield*Q(a,o,r,n)}return i}function*Q(e,t,r,n){var i;try{var a=t;if(e&&(a=ee(e.signature,t,r)),p(e))i=yield*te(e,a);else if(e&&!0===e._jsonata_function){var o={environment:n,input:r};i=e.implementation.apply(o,a),f(i)&&(i=yield*i)}else{if("function"!=typeof e)throw{code:"T1006",stack:(new Error).stack};i=e.apply(r,a),f(i)&&(i=yield*i)}}catch(t){throw e&&(void 0===t.token&&void 0!==e.token&&(t.token=e.token),t.position=e.position),t}return i}function V(e,t,r){var n={_jsonata_lambda:!0,input:t,environment:r,arguments:e.arguments,signature:e.signature,body:e.body};return!0===e.thunk&&(n.thunk=!0),n.apply=function*(e,r){return yield*X(n,r,t,e.environment)},n}function*K(e,t,r){for(var n,i=[],a=0;a<e.arguments.length;a++){var o=e.arguments[a];"operator"===o.type&&"?"===o.value?i.push(o):i.push(yield*g(o,t,r))}var s=yield*g(e.procedure,t,r);if(void 0===s&&"path"===e.procedure.type&&r.lookup(e.procedure.steps[0].value))throw{code:"T1007",stack:(new Error).stack,position:e.position,token:e.procedure.steps[0].value};if(p(s))n=re(s,i);else if(s&&!0===s._jsonata_function)n=ne(s.implementation,i);else{if("function"!=typeof s)throw{code:"T1008",stack:(new Error).stack,position:e.position,token:"path"===e.procedure.type?e.procedure.steps[0].value:e.procedure.value};n=ne(s,i)}return n}function ee(e,t,r){return void 0===e?t:e.validate(t,r)}function*te(e,t){var r=ce(e.environment);return e.arguments.forEach((function(e,n){r.bind(e.value,t[n])})),"function"==typeof e.body?yield*ie(e.body,r):yield*g(e.body,e.input,r)}function re(e,t){var r=ce(e.environment),n=[];return e.arguments.forEach((function(e,i){var a=t[i];a&&"operator"===a.type&&"?"===a.value?n.push(e):r.bind(e.value,a)})),{_jsonata_lambda:!0,input:e.input,environment:r,arguments:n,body:e.body}}function ne(e,t){var r=ae(e),n="function("+(r=r.map((function(e){return"$"+e.trim()}))).join(", ")+"){ _ }",i=o(n);return i.body=e,re(i,t)}function*ie(e,t){var r=ae(e).map((function(e){return t.lookup(e.trim())})),n={environment:t},i=e.apply(n,r);return f(i)&&(i=yield*i),i}function ae(e){var t=e.toString();return/\(([^)]*)\)/.exec(t)[1].split(",")}function oe(e,t){var r={_jsonata_function:!0,implementation:e};return void 0!==t&&(r.signature=s(t)),r}function*se(e,t){if(void 0!==e){var r=this.input;void 0!==t&&(r=t,Array.isArray(r)&&!c(r)&&((r=u(r)).outerWrapper=!0));try{var n=o(e,!1)}catch(e){throw pe(e),{stack:(new Error).stack,code:"D3120",value:e.message,error:e}}try{var i=yield*g(n,r,this.environment)}catch(e){throw pe(e),{stack:(new Error).stack,code:"D3121",value:e.message,error:e}}return i}}function ue(e){if(void 0!==e)return JSON.parse(i.string(e))}function ce(e){var t={};return{bind:function(e,r){t[e]=r},lookup:function(r){var n;return t.hasOwnProperty(r)?n=t[r]:e&&(n=e.lookup(r)),n},timestamp:e?e.timestamp:null,async:!!e&&e.async,global:e?e.global:{ancestry:[null]}}}v.bind("sum",oe(i.sum,"<a<n>:n>")),v.bind("count",oe(i.count,"<a:n>")),v.bind("max",oe(i.max,"<a<n>:n>")),v.bind("min",oe(i.min,"<a<n>:n>")),v.bind("average",oe(i.average,"<a<n>:n>")),v.bind("string",oe(i.string,"<x-b?:s>")),v.bind("substring",oe(i.substring,"<s-nn?:s>")),v.bind("substringBefore",oe(i.substringBefore,"<s-s:s>")),v.bind("substringAfter",oe(i.substringAfter,"<s-s:s>")),v.bind("lowercase",oe(i.lowercase,"<s-:s>")),v.bind("uppercase",oe(i.uppercase,"<s-:s>")),v.bind("length",oe(i.length,"<s-:n>")),v.bind("trim",oe(i.trim,"<s-:s>")),v.bind("pad",oe(i.pad,"<s-ns?:s>")),v.bind("match",oe(i.match,"<s-f<s:o>n?:a<o>>")),v.bind("contains",oe(i.contains,"<s-(sf):b>")),v.bind("replace",oe(i.replace,"<s-(sf)(sf)n?:s>")),v.bind("split",oe(i.split,"<s-(sf)n?:a<s>>")),v.bind("join",oe(i.join,"<a<s>s?:s>")),v.bind("formatNumber",oe(i.formatNumber,"<n-so?:s>")),v.bind("formatBase",oe(i.formatBase,"<n-n?:s>")),v.bind("formatInteger",oe(n.formatInteger,"<n-s:s>")),v.bind("parseInteger",oe(n.parseInteger,"<s-s:n>")),v.bind("number",oe(i.number,"<(nsb)-:n>")),v.bind("floor",oe(i.floor,"<n-:n>")),v.bind("ceil",oe(i.ceil,"<n-:n>")),v.bind("round",oe(i.round,"<n-n?:n>")),v.bind("abs",oe(i.abs,"<n-:n>")),v.bind("sqrt",oe(i.sqrt,"<n-:n>")),v.bind("power",oe(i.power,"<n-n:n>")),v.bind("random",oe(i.random,"<:n>")),v.bind("boolean",oe(i.boolean,"<x-:b>")),v.bind("not",oe(i.not,"<x-:b>")),v.bind("map",oe(i.map,"<af>")),v.bind("zip",oe(i.zip,"<a+>")),v.bind("filter",oe(i.filter,"<af>")),v.bind("single",oe(i.single,"<af?>")),v.bind("reduce",oe(i.foldLeft,"<afj?:j>")),v.bind("sift",oe(i.sift,"<o-f?:o>")),v.bind("keys",oe(i.keys,"<x-:a<s>>")),v.bind("lookup",oe(i.lookup,"<x-s:x>")),v.bind("append",oe(i.append,"<xx:a>")),v.bind("exists",oe(i.exists,"<x:b>")),v.bind("spread",oe(i.spread,"<x-:a<o>>")),v.bind("merge",oe(i.merge,"<a<o>:o>")),v.bind("reverse",oe(i.reverse,"<a:a>")),v.bind("each",oe(i.each,"<o-f:a>")),v.bind("error",oe(i.error,"<s?:x>")),v.bind("assert",oe(i.assert,"<bs?:x>")),v.bind("type",oe(i.type,"<x:s>")),v.bind("sort",oe(i.sort,"<af?:a>")),v.bind("shuffle",oe(i.shuffle,"<a:a>")),v.bind("distinct",oe(i.distinct,"<x:x>")),v.bind("base64encode",oe(i.base64encode,"<s-:s>")),v.bind("base64decode",oe(i.base64decode,"<s-:s>")),v.bind("encodeUrlComponent",oe(i.encodeUrlComponent,"<s-:s>")),v.bind("encodeUrl",oe(i.encodeUrl,"<s-:s>")),v.bind("decodeUrlComponent",oe(i.decodeUrlComponent,"<s-:s>")),v.bind("decodeUrl",oe(i.decodeUrl,"<s-:s>")),v.bind("eval",oe(se,"<sx?:x>")),v.bind("toMillis",oe(n.toMillis,"<s-s?:n>")),v.bind("fromMillis",oe(n.fromMillis,"<n-s?s?:s>")),v.bind("clone",oe(ue,"<(oa)-:o>"));var le={S0101:"String literal must be terminated by a matching quote",S0102:"Number out of range: {{token}}",S0103:"Unsupported escape sequence: \\{{token}}",S0104:"The escape sequence \\u must be followed by 4 hex digits",S0105:"Quoted property name must be terminated with a backquote (`)",S0106:"Comment has no closing tag",S0201:"Syntax error: {{token}}",S0202:"Expected {{value}}, got {{token}}",S0203:"Expected {{value}} before end of expression",S0204:"Unknown operator: {{token}}",S0205:"Unexpected token: {{token}}",S0206:"Unknown expression type: {{token}}",S0207:"Unexpected end of expression",S0208:"Parameter {{value}} of function definition must be a variable name (start with $)",S0209:"A predicate cannot follow a grouping expression in a step",S0210:"Each step can only have one grouping expression",S0211:"The symbol {{token}} cannot be used as a unary operator",S0212:"The left side of := must be a variable name (start with $)",S0213:"The literal value {{value}} cannot be used as a step within a path expression",S0214:"The right side of {{token}} must be a variable name (start with $)",S0215:"A context variable binding must precede any predicates on a step",S0216:"A context variable binding must precede the 'order-by' clause on a step",S0217:"The object representing the 'parent' cannot be derived from this expression",S0301:"Empty regular expressions are not allowed",S0302:"No terminating / in regular expression",S0402:"Choice groups containing parameterized types are not supported",S0401:"Type parameters can only be applied to functions and arrays",S0500:"Attempted to evaluate an expression containing syntax error(s)",T0410:"Argument {{index}} of function {{token}} does not match function signature",T0411:"Context value is not a compatible type with argument {{index}} of function {{token}}",T0412:"Argument {{index}} of function {{token}} must be an array of {{type}}",D1001:"Number out of range: {{value}}",D1002:"Cannot negate a non-numeric value: {{value}}",T1003:"Key in object structure must evaluate to a string; got: {{value}}",D1004:"Regular expression matches zero length string",T1005:"Attempted to invoke a non-function. Did you mean ${{{token}}}?",T1006:"Attempted to invoke a non-function",T1007:"Attempted to partially apply a non-function. Did you mean ${{{token}}}?",T1008:"Attempted to partially apply a non-function",D1009:"Multiple key definitions evaluate to same key: {{value}}",T1010:"The matcher function argument passed to function {{token}} does not return the correct object structure",T2001:"The left side of the {{token}} operator must evaluate to a number",T2002:"The right side of the {{token}} operator must evaluate to a number",T2003:"The left side of the range operator (..) must evaluate to an integer",T2004:"The right side of the range operator (..) must evaluate to an integer",D2005:"The left side of := must be a variable name (start with $)",T2006:"The right side of the function application operator ~> must be a function",T2007:"Type mismatch when comparing values {{value}} and {{value2}} in order-by clause",T2008:"The expressions within an order-by clause must evaluate to numeric or string values",T2009:"The values {{value}} and {{value2}} either side of operator {{token}} must be of the same data type",T2010:"The expressions either side of operator {{token}} must evaluate to numeric or string values",T2011:"The insert/update clause of the transform expression must evaluate to an object: {{value}}",T2012:"The delete clause of the transform expression must evaluate to a string or array of strings: {{value}}",T2013:"The transform expression clones the input object using the $clone() function. This has been overridden in the current scope by a non-function.",D2014:"The size of the sequence allocated by the range operator (..) must not exceed 1e6. Attempted to allocate {{value}}.",D3001:"Attempting to invoke string function on Infinity or NaN",D3010:"Second argument of replace function cannot be an empty string",D3011:"Fourth argument of replace function must evaluate to a positive number",D3012:"Attempted to replace a matched string with a non-string value",D3020:"Third argument of split function must evaluate to a positive number",D3030:"Unable to cast value to a number: {{value}}",D3040:"Third argument of match function must evaluate to a positive number",D3050:"The second argument of reduce function must be a function with at least two arguments",D3060:"The sqrt function cannot be applied to a negative number: {{value}}",D3061:"The power function has resulted in a value that cannot be represented as a JSON number: base={{value}}, exponent={{exp}}",D3070:"The single argument form of the sort function can only be applied to an array of strings or an array of numbers. Use the second argument to specify a comparison function",D3080:"The picture string must only contain a maximum of two sub-pictures",D3081:"The sub-picture must not contain more than one instance of the 'decimal-separator' character",D3082:"The sub-picture must not contain more than one instance of the 'percent' character",D3083:"The sub-picture must not contain more than one instance of the 'per-mille' character",D3084:"The sub-picture must not contain both a 'percent' and a 'per-mille' character",D3085:"The mantissa part of a sub-picture must contain at least one character that is either an 'optional digit character' or a member of the 'decimal digit family'",D3086:"The sub-picture must not contain a passive character that is preceded by an active character and that is followed by another active character",D3087:"The sub-picture must not contain a 'grouping-separator' character that appears adjacent to a 'decimal-separator' character",D3088:"The sub-picture must not contain a 'grouping-separator' at the end of the integer part",D3089:"The sub-picture must not contain two adjacent instances of the 'grouping-separator' character",D3090:"The integer part of the sub-picture must not contain a member of the 'decimal digit family' that is followed by an instance of the 'optional digit character'",D3091:"The fractional part of the sub-picture must not contain an instance of the 'optional digit character' that is followed by a member of the 'decimal digit family'",D3092:"A sub-picture that contains a 'percent' or 'per-mille' character must not contain a character treated as an 'exponent-separator'",D3093:"The exponent part of the sub-picture must comprise only of one or more characters that are members of the 'decimal digit family'",D3100:"The radix of the formatBase function must be between 2 and 36. It was given {{value}}",D3110:"The argument of the toMillis function must be an ISO 8601 formatted timestamp. Given {{value}}",D3120:"Syntax error in expression passed to function eval: {{value}}",D3121:"Dynamic error evaluating the expression passed to function eval: {{value}}",D3130:"Formatting or parsing an integer as a sequence starting with {{value}} is not supported by this implementation",D3131:"In a decimal digit pattern, all digits must be from the same decimal group",D3132:"Unknown component specifier {{value}} in date/time picture string",D3133:"The 'name' modifier can only be applied to months and days in the date/time picture string, not {{value}}",D3134:"The timezone integer format specifier cannot have more than four digits",D3135:"No matching closing bracket ']' in date/time picture string",D3136:"The date/time picture string is missing specifiers required to parse the timestamp",D3137:"{{{message}}}",D3138:"The $single() function expected exactly 1 matching result. Instead it matched more.",D3139:"The $single() function expected exactly 1 matching result. Instead it matched 0.",D3140:"Malformed URL passed to ${{{functionName}}}(): {{value}}",D3141:"{{{message}}}"};function pe(e){var t=le[e.code];if(void 0!==t){var r=t.replace(/\{\{\{([^}]+)}}}/g,(function(){return e[arguments[1]]}));r=r.replace(/\{\{([^}]+)}}/g,(function(){return JSON.stringify(e[arguments[1]])})),e.message=r}}function fe(e,t){var r,i;try{r=o(e,t&&t.recover),i=r.errors,delete r.errors}catch(e){throw pe(e),e}var a=ce(v),s=new Date;return a.bind("now",oe((function(e,t){return n.fromMillis(s.getTime(),e,t)}),"<s?s?:s>")),a.bind("millis",oe((function(){return s.getTime()}),"<:n>")),{evaluate:function(e,t,n){if(void 0!==i){var o={code:"S0500",position:0};throw pe(o),o}var l,p,f;if(void 0!==t)for(var d in l=ce(a),t)l.bind(d,t[d]);else l=a;if(l.bind("$",e),s=new Date,l.timestamp=s,Array.isArray(e)&&!c(e)&&((e=u(e)).outerWrapper=!0),"function"==typeof n){l.async=!0;var h=function(e){pe(e),n(e,null)},v=function(e){(p=f.next(e)).done?n(null,p.value):p.value.then(v).catch(h)};f=g(r,e,l),(p=f.next()).value.then(v).catch(h)}else try{for(f=g(r,e,l),p=f.next();!p.done;)p=f.next(p.value);return p.value}catch(o){throw pe(o),o}},assign:function(e,t){a.bind(e,t)},registerFunction:function(e,t,r){var n=oe(t,r);a.bind(e,n)},ast:function(){return r},errors:function(){return i}}}return fe.parser=o,fe}();t.exports=u},{"./datetime":1,"./functions":2,"./parser":4,"./signature":5,"./utils":6}],4:[function(e,t,r){var n=e("./signature");const i=(a={".":75,"[":80,"]":0,"{":70,"}":0,"(":80,")":0,",":0,"@":80,"#":80,";":80,":":80,"?":20,"+":50,"-":50,"*":60,"/":60,"%":60,"|":20,"=":40,"<":40,">":40,"^":40,"**":60,"..":20,":=":10,"!=":40,"<=":40,">=":40,"~>":40,and:30,or:25,in:40,"&":50,"!":0,"~":0},o={'"':'"',"\\":"\\","/":"/",b:"\b",f:"\f",n:"\n",r:"\r",t:"\t"},s=function(e){var t=0,r=e.length,n=function(e,r){return{type:e,value:r,position:t}},i=function(){for(var n,i,a=t,o=0;t<r;){var s=e.charAt(t);if("/"===s&&"\\"!==e.charAt(t-1)&&0===o){if(""===(n=e.substring(a,t)))throw{code:"S0301",stack:(new Error).stack,position:t};for(t++,s=e.charAt(t),a=t;"i"===s||"m"===s;)t++,s=e.charAt(t);return i=e.substring(a,t)+"g",new RegExp(n,i)}"("!==s&&"["!==s&&"{"!==s||"\\"===e.charAt(t-1)||o++,")"!==s&&"]"!==s&&"}"!==s||"\\"===e.charAt(t-1)||o--,t++}throw{code:"S0302",stack:(new Error).stack,position:t}},s=function(u){if(t>=r)return null;for(var c=e.charAt(t);t<r&&" \t\n\r\v".indexOf(c)>-1;)t++,c=e.charAt(t);if("/"===c&&"*"===e.charAt(t+1)){var l=t;for(t+=2,c=e.charAt(t);"*"!==c||"/"!==e.charAt(t+1);)if(c=e.charAt(++t),t>=r)throw{code:"S0106",stack:(new Error).stack,position:l};return t+=2,c=e.charAt(t),s(u)}if(!0!==u&&"/"===c)return t++,n("regex",i());if("."===c&&"."===e.charAt(t+1))return t+=2,n("operator","..");if(":"===c&&"="===e.charAt(t+1))return t+=2,n("operator",":=");if("!"===c&&"="===e.charAt(t+1))return t+=2,n("operator","!=");if(">"===c&&"="===e.charAt(t+1))return t+=2,n("operator",">=");if("<"===c&&"="===e.charAt(t+1))return t+=2,n("operator","<=");if("*"===c&&"*"===e.charAt(t+1))return t+=2,n("operator","**");if("~"===c&&">"===e.charAt(t+1))return t+=2,n("operator","~>");if(Object.prototype.hasOwnProperty.call(a,c))return t++,n("operator",c);if('"'===c||"'"===c){var p=c;t++;for(var f="";t<r;){if("\\"===(c=e.charAt(t)))if(t++,c=e.charAt(t),Object.prototype.hasOwnProperty.call(o,c))f+=o[c];else{if("u"!==c)throw{code:"S0103",stack:(new Error).stack,position:t,token:c};var d=e.substr(t+1,4);if(!/^[0-9a-fA-F]+$/.test(d))throw{code:"S0104",stack:(new Error).stack,position:t};var h=parseInt(d,16);f+=String.fromCharCode(h),t+=4}else{if(c===p)return t++,n("string",f);f+=c}t++}throw{code:"S0101",stack:(new Error).stack,position:t}}var v,g=/^-?(0|([1-9][0-9]*))(\.[0-9]+)?([Ee][-+]?[0-9]+)?/.exec(e.substring(t));if(null!==g){var y=parseFloat(g[0]);if(!isNaN(y)&&isFinite(y))return t+=g[0].length,n("number",y);throw{code:"S0102",stack:(new Error).stack,position:t,token:g[0]}}if("`"===c){t++;var m=e.indexOf("`",t);if(-1!==m)return v=e.substring(t,m),t=m+1,n("name",v);throw t=r,{code:"S0105",stack:(new Error).stack,position:t}}for(var b,k=t;;)if(b=e.charAt(k),k===r||" \t\n\r\v".indexOf(b)>-1||Object.prototype.hasOwnProperty.call(a,b)){if("$"===e.charAt(t))return v=e.substring(t+1,k),t=k,n("variable",v);switch(v=e.substring(t,k),t=k,v){case"or":case"in":case"and":return n("operator",v);case"true":return n("value",!0);case"false":return n("value",!1);case"null":return n("value",null);default:return t===r&&""===v?null:n("name",v)}}else k++};return s},function(e,t){var r,i,o={},u=[],c=function(){var e=[];"(end)"!==r.id&&e.push({type:r.type,value:r.value,position:r.position});for(var t=i();null!==t;)e.push(t),t=i();return e},l={nud:function(){var e={code:"S0211",token:this.value,position:this.position};if(t)return e.remaining=c(),e.type="error",u.push(e),e;throw e.stack=(new Error).stack,e}},p=function(e,t){var r=o[e];return t=t||0,r?t>=r.lbp&&(r.lbp=t):((r=Object.create(l)).id=r.value=e,r.lbp=t,o[e]=r),r},f=function(e){if(t){e.remaining=c(),u.push(e);var n=o["(error)"];return(r=Object.create(n)).error=e,r.type="(error)",r}throw e.stack=(new Error).stack,e},d=function(t,n){if(t&&r.id!==t){var a={code:"(end)"===r.id?"S0203":"S0202",position:r.position,token:r.value,value:t};return f(a)}var s=i(n);if(null===s)return(r=o["(end)"]).position=e.length,r;var u,c=s.value,l=s.type;switch(l){case"name":case"variable":u=o["(name)"];break;case"operator":if(!(u=o[c]))return f({code:"S0204",stack:(new Error).stack,position:s.position,token:c});break;case"string":case"number":case"value":u=o["(literal)"];break;case"regex":l="regex",u=o["(regex)"];break;default:return f({code:"S0205",stack:(new Error).stack,position:s.position,token:c})}return(r=Object.create(u)).value=c,r.type=l,r.position=s.position,r},h=function(e){var t,n=r;for(d(null,!0),t=n.nud();e<r.lbp;)n=r,d(),t=n.led(t);return t},v=function(e){p(e,0).nud=function(){return this}},g=function(e,t,r){var n=t||a[e],i=p(e,n);return i.led=r||function(e){return this.lhs=e,this.rhs=h(n),this.type="binary",this},i},y=function(e,t,r){var n=p(e,t);return n.led=r,n},m=function(e,t){var r=p(e);return r.nud=t||function(){return this.expression=h(70),this.type="unary",this},r};v("(end)"),v("(name)"),v("(literal)"),v("(regex)"),p(":"),p(";"),p(","),p(")"),p("]"),p("}"),p(".."),g("."),g("+"),g("-"),g("*"),g("/"),g("%"),g("="),g("<"),g(">"),g("!="),g("<="),g(">="),g("&"),g("and"),g("or"),g("in"),v("and"),v("or"),v("in"),m("-"),g("~>"),y("(error)",10,(function(e){return this.lhs=e,this.error=r.error,this.remaining=c(),this.type="error",this})),m("*",(function(){return this.type="wildcard",this})),m("**",(function(){return this.type="descendant",this})),m("%",(function(){return this.type="parent",this})),g("(",a["("],(function(e){if(this.procedure=e,this.type="function",this.arguments=[],")"!==r.id)for(;"operator"===r.type&&"?"===r.id?(this.type="partial",this.arguments.push(r),d("?")):this.arguments.push(h(0)),","===r.id;)d(",");if(d(")",!0),"name"===e.type&&("function"===e.value||"λ"===e.value)){if(this.arguments.forEach((function(e,t){if("variable"!==e.type)return f({code:"S0208",stack:(new Error).stack,position:e.position,token:e.value,value:t+1})})),this.type="lambda","<"===r.id){for(var t=r.position,i=1,a="<";i>0&&"{"!==r.id&&"(end)"!==r.id;){var o=d();">"===o.id?i--:"<"===o.id&&i++,a+=o.value}d(">");try{this.signature=n(a)}catch(e){return e.position=t+e.offset,f(e)}}d("{"),this.body=h(0),d("}")}return this})),m("(",(function(){for(var e=[];")"!==r.id&&(e.push(h(0)),";"===r.id);)d(";");return d(")",!0),this.type="block",this.expressions=e,this})),m("[",(function(){var e=[];if("]"!==r.id)for(;;){var t=h(0);if(".."===r.id){var n={type:"binary",value:"..",position:r.position,lhs:t};d(".."),n.rhs=h(0),t=n}if(e.push(t),","!==r.id)break;d(",")}return d("]",!0),this.expressions=e,this.type="unary",this})),g("[",a["["],(function(e){if("]"===r.id){for(var t=e;t&&"binary"===t.type&&"["===t.value;)t=t.lhs;return t.keepArray=!0,d("]"),e}return this.lhs=e,this.rhs=h(a["]"]),this.type="binary",d("]",!0),this})),g("^",a["^"],(function(e){d("(");for(var t=[];;){var n={descending:!1};if("<"===r.id?d("<"):">"===r.id&&(n.descending=!0,d(">")),n.expression=h(0),t.push(n),","!==r.id)break;d(",")}return d(")"),this.lhs=e,this.rhs=t,this.type="binary",this}));var b=function(e){var t=[];if("}"!==r.id)for(;;){var n=h(0);d(":");var i=h(0);if(t.push([n,i]),","!==r.id)break;d(",")}return d("}",!0),void 0===e?(this.lhs=t,this.type="unary"):(this.lhs=e,this.rhs=t,this.type="binary"),this};m("{",b),g("{",a["{"],b),y(":=",a[":="],(function(e){return"variable"!==e.type?f({code:"S0212",stack:(new Error).stack,position:e.position,token:e.value}):(this.lhs=e,this.rhs=h(a[":="]-1),this.type="binary",this)})),g("@",a["@"],(function(e){return this.lhs=e,this.rhs=h(a["@"]),"variable"!==this.rhs.type?f({code:"S0214",stack:(new Error).stack,position:this.rhs.position,token:"@"}):(this.type="binary",this)})),g("#",a["#"],(function(e){return this.lhs=e,this.rhs=h(a["#"]),"variable"!==this.rhs.type?f({code:"S0214",stack:(new Error).stack,position:this.rhs.position,token:"#"}):(this.type="binary",this)})),g("?",a["?"],(function(e){return this.type="condition",this.condition=e,this.then=h(0),":"===r.id&&(d(":"),this.else=h(0)),this})),m("|",(function(){return this.type="transform",this.pattern=h(0),d("|"),this.update=h(0),","===r.id&&(d(","),this.delete=h(0)),d("|"),this}));var k=function(e){var t;if("function"!==e.type||e.predicate)if("condition"===e.type)e.then=k(e.then),void 0!==e.else&&(e.else=k(e.else)),t=e;else if("block"===e.type){var r=e.expressions.length;r>0&&(e.expressions[r-1]=k(e.expressions[r-1])),t=e}else t=e;else{var n={type:"lambda",thunk:!0,arguments:[],position:e.position};n.body=e,t=n}return t},x=0,w=0,A=[],E=function(e,t){switch(e.type){case"name":case"wildcard":t.level--,0===t.level&&(void 0===e.ancestor||(A[t.index].slot.label=e.ancestor.label),e.ancestor=t,e.tuple=!0);break;case"parent":t.level++;break;case"block":e.expressions.length>0&&(e.tuple=!0,t=E(e.expressions[e.expressions.length-1],t));break;case"path":e.tuple=!0;var r=e.steps.length-1;for(t=E(e.steps[r--],t);t.level>0&&r>=0;)t=E(e.steps[r--],t);break;default:throw{code:"S0217",token:e.type,position:e.position}}return t},T=function(e,t){if(void 0!==t.seekingParent||"parent"===t.type){var r=void 0!==t.seekingParent?t.seekingParent:[];"parent"===t.type&&r.push(t.slot),void 0===e.seekingParent?e.seekingParent=r:Array.prototype.push.apply(e.seekingParent,r)}},D=function(e){var t=e.steps.length-1,r=e.steps[t],n=void 0!==r.seekingParent?r.seekingParent:[];"parent"===r.type&&n.push(r.slot);for(var i=0;i<n.length;i++){var a=n[i];for(t=e.steps.length-2;a.level>0;){if(t<0){void 0===e.seekingParent?e.seekingParent=[a]:e.seekingParent.push(a);break}for(var o=e.steps[t--];t>=0&&o.focus&&e.steps[t].focus;)o=e.steps[t--];a=E(o,a)}}},S=function(e){var r;switch(e.type){case"binary":switch(e.value){case".":var n=S(e.lhs);r="path"===n.type?n:{type:"path",steps:[n]},"parent"===n.type&&(r.seekingParent=[n.slot]);var i=S(e.rhs);"function"===i.type&&"path"===i.procedure.type&&1===i.procedure.steps.length&&"name"===i.procedure.steps[0].type&&"function"===r.steps[r.steps.length-1].type&&(r.steps[r.steps.length-1].nextFunction=i.procedure.steps[0].value),"path"===i.type?Array.prototype.push.apply(r.steps,i.steps):(void 0!==i.predicate&&(i.stages=i.predicate,delete i.predicate),r.steps.push(i)),r.steps.filter((function(e){if("number"===e.type||"value"===e.type)throw{code:"S0213",stack:(new Error).stack,position:e.position,value:e.value};return"string"===e.type})).forEach((function(e){e.type="name"})),r.steps.filter((function(e){return!0===e.keepArray})).length>0&&(r.keepSingletonArray=!0);var a=r.steps[0];"unary"===a.type&&"["===a.value&&(a.consarray=!0);var o=r.steps[r.steps.length-1];"unary"===o.type&&"["===o.value&&(o.consarray=!0),D(r);break;case"[":var s=r=S(e.lhs),c="predicate";if("path"===r.type&&(s=r.steps[r.steps.length-1],c="stages"),void 0!==s.group)throw{code:"S0209",stack:(new Error).stack,position:e.position};void 0===s[c]&&(s[c]=[]);var l=S(e.rhs);void 0!==l.seekingParent&&(l.seekingParent.forEach((e=>{1===e.level?E(s,e):e.level--})),T(s,l)),s[c].push({type:"filter",expr:l,position:e.position});break;case"{":if(void 0!==(r=S(e.lhs)).group)throw{code:"S0210",stack:(new Error).stack,position:e.position};r.group={lhs:e.rhs.map((function(e){return[S(e[0]),S(e[1])]})),position:e.position};break;case"^":"path"!==(r=S(e.lhs)).type&&(r={type:"path",steps:[r]});var p={type:"sort",position:e.position};p.terms=e.rhs.map((function(e){var t=S(e.expression);return T(p,t),{descending:e.descending,expression:t}})),r.steps.push(p),D(r);break;case":=":(r={type:"bind",value:e.value,position:e.position}).lhs=S(e.lhs),r.rhs=S(e.rhs),T(r,r.rhs);break;case"@":if(r=S(e.lhs),s=r,"path"===r.type&&(s=r.steps[r.steps.length-1]),void 0!==s.stages||void 0!==s.predicate)throw{code:"S0215",stack:(new Error).stack,position:e.position};if("sort"===s.type)throw{code:"S0216",stack:(new Error).stack,position:e.position};e.keepArray&&(s.keepArray=!0),s.focus=e.rhs.value,s.tuple=!0;break;case"#":r=S(e.lhs),s=r,"path"===r.type?s=r.steps[r.steps.length-1]:(r={type:"path",steps:[r]},void 0!==s.predicate&&(s.stages=s.predicate,delete s.predicate)),void 0===s.stages?s.index=e.rhs.value:s.stages.push({type:"index",value:e.rhs.value,position:e.position}),s.tuple=!0;break;case"~>":(r={type:"apply",value:e.value,position:e.position}).lhs=S(e.lhs),r.rhs=S(e.rhs);break;default:(r={type:e.type,value:e.value,position:e.position}).lhs=S(e.lhs),r.rhs=S(e.rhs),T(r,r.lhs),T(r,r.rhs)}break;case"unary":r={type:e.type,value:e.value,position:e.position},"["===e.value?r.expressions=e.expressions.map((function(e){var t=S(e);return T(r,t),t})):"{"===e.value?r.lhs=e.lhs.map((function(e){var t=S(e[0]);T(r,t);var n=S(e[1]);return T(r,n),[t,n]})):(r.expression=S(e.expression),"-"===e.value&&"number"===r.expression.type?(r=r.expression).value=-r.value:T(r,r.expression));break;case"function":case"partial":(r={type:e.type,name:e.name,value:e.value,position:e.position}).arguments=e.arguments.map((function(e){var t=S(e);return T(r,t),t})),r.procedure=S(e.procedure);break;case"lambda":r={type:e.type,arguments:e.arguments,signature:e.signature,position:e.position};var f=S(e.body);r.body=k(f);break;case"condition":(r={type:e.type,position:e.position}).condition=S(e.condition),T(r,r.condition),r.then=S(e.then),T(r,r.then),void 0!==e.else&&(r.else=S(e.else),T(r,r.else));break;case"transform":(r={type:e.type,position:e.position}).pattern=S(e.pattern),r.update=S(e.update),void 0!==e.delete&&(r.delete=S(e.delete));break;case"block":(r={type:e.type,position:e.position}).expressions=e.expressions.map((function(e){var t=S(e);return T(r,t),(t.consarray||"path"===t.type&&t.steps[0].consarray)&&(r.consarray=!0),t}));break;case"name":r={type:"path",steps:[e]},e.keepArray&&(r.keepSingletonArray=!0);break;case"parent":r={type:"parent",slot:{label:"!"+x++,level:1,index:w++}},A.push(r);break;case"string":case"number":case"value":case"wildcard":case"descendant":case"variable":case"regex":r=e;break;case"operator":if("and"===e.value||"or"===e.value||"in"===e.value)e.type="name",r=S(e);else{if("?"!==e.value)throw{code:"S0201",stack:(new Error).stack,position:e.position,token:e.value};r=e}break;case"error":r=e,e.lhs&&(r=S(e.lhs));break;default:var d="S0206";"(end)"===e.id&&(d="S0207");var h={code:d,position:e.position,token:e.value};if(t)return u.push(h),{type:"error",error:h};throw h.stack=(new Error).stack,h}return e.keepArray&&(r.keepArray=!0),r};i=s(e),d();var O=h(0);if("(end)"!==r.id){var P={code:"S0201",position:r.position,token:r.value};f(P)}if("parent"===(O=S(O)).type||void 0!==O.seekingParent)throw{code:"S0217",token:O.type,position:O.position};return u.length>0&&(O.errors=u),O});var a,o,s;t.exports=i},{"./signature":5}],5:[function(e,t,r){var n=e("./utils");const i=(()=>{var e={a:"arrays",b:"booleans",f:"functions",n:"numbers",o:"objects",s:"strings"};function t(t){for(var r=1,i=[],a={},o=a;r<t.length;){var s=t.charAt(r);if(":"===s)break;var u=function(){i.push(a),o=a,a={}},c=function(e,t,r,n){for(var i=1,a=t;a<e.length;)if(a++,(s=e.charAt(a))===n){if(0==--i)break}else s===r&&i++;return a};switch(s){case"s":case"n":case"b":case"l":case"o":a.regex="["+s+"m]",a.type=s,u();break;case"a":a.regex="[asnblfom]",a.type=s,a.array=!0,u();break;case"f":a.regex="f",a.type=s,u();break;case"j":a.regex="[asnblom]",a.type=s,u();break;case"x":a.regex="[asnblfom]",a.type=s,u();break;case"-":o.context=!0,o.contextRegex=new RegExp(o.regex),o.regex+="?";break;case"?":case"+":o.regex+=s;break;case"(":var l=c(t,r,"(",")"),p=t.substring(r+1,l);if(-1!==p.indexOf("<"))throw{code:"S0402",stack:(new Error).stack,value:p,offset:r};a.regex="["+p+"m]",a.type="("+p+")",r=l,u();break;case"<":if("a"!==o.type&&"f"!==o.type)throw{code:"S0401",stack:(new Error).stack,value:o.type,offset:r};var f=c(t,r,"<",">");o.subtype=t.substring(r+1,f),r=f}r++}var d="^"+i.map((function(e){return"("+e.regex+")"})).join("")+"$",h=new RegExp(d),v=function(e){var t;if(n.isFunction(e))t="f";else switch(typeof e){case"string":t="s";break;case"number":t="n";break;case"boolean":t="b";break;case"object":t=null===e?"l":Array.isArray(e)?"a":"o";break;case"undefined":default:t="m"}return t},g=function(e,t){for(var r="^",n=0,a=0;a<i.length;a++){r+=i[a].regex;var o=t.match(r);if(null===o)throw{code:"T0410",stack:(new Error).stack,value:e[n],index:n+1};n=o[0].length}throw{code:"T0410",stack:(new Error).stack,value:e[n],index:n+1}};return{definition:t,validate:function(t,r){var n="";t.forEach((function(e){n+=v(e)}));var a=h.exec(n);if(a){var o=[],s=0;return i.forEach((function(n,i){var u=t[s],c=a[i+1];if(""===c)if(n.context&&n.contextRegex){var l=v(r);if(!n.contextRegex.test(l))throw{code:"T0411",stack:(new Error).stack,value:r,index:s+1};o.push(r)}else o.push(u),s++;else c.split("").forEach((function(r){if("a"===n.type){if("m"===r)u=void 0;else{u=t[s];var i=!0;if(void 0!==n.subtype)if("a"!==r&&c!==n.subtype)i=!1;else if("a"===r&&u.length>0){var a=v(u[0]);i=a===n.subtype.charAt(0)&&0===u.filter((function(e){return v(e)!==a})).length}if(!i)throw{code:"T0412",stack:(new Error).stack,value:u,index:s+1,type:e[n.subtype]};"a"!==r&&(u=[u])}o.push(u),s++}else o.push(u),s++}))})),o}g(t,n)}}}return t})();t.exports=i},{"./utils":6}],6:[function(e,t,r){const n=(()=>{function e(e){var t=!1;if("number"==typeof e&&(t=!isNaN(e))&&!isFinite(e))throw{code:"D1001",value:e,stack:(new Error).stack};return t}function t(e){var t=!1;return Array.isArray(e)&&(t=0===e.filter((function(e){return"string"!=typeof e})).length),t}function r(t){var r=!1;return Array.isArray(t)&&(r=0===t.filter((function(t){return!e(t)})).length),r}function n(){var e=[];return e.sequence=!0,1===arguments.length&&e.push(arguments[0]),e}function i(e){return!0===e.sequence&&Array.isArray(e)}function a(e){return e&&(!0===e._jsonata_function||!0===e._jsonata_lambda)||"function"==typeof e}function o(e){return"number"==typeof e.arity?e.arity:"function"==typeof e.implementation?e.implementation.length:"number"==typeof e.length?e.length:e.arguments.length}function s(e){return e&&!0===e._jsonata_lambda}var u=("function"==typeof Symbol?Symbol:{}).iterator||"@@iterator";function c(e){return"object"==typeof e&&null!==e&&u in e&&"next"in e&&"function"==typeof e.next}function l(e,t){if(e===t)return!0;if("object"==typeof e&&"object"==typeof t&&null!==e&&null!==t){if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(!l(e[r],t[r]))return!1;return!0}var n=Object.getOwnPropertyNames(e),i=Object.getOwnPropertyNames(t);if(n.length!==i.length)return!1;for(n=n.sort(),i=i.sort(),r=0;r<n.length;r++)if(n[r]!==i[r])return!1;for(r=0;r<n.length;r++){var a=n[r];if(!l(e[a],t[a]))return!1}return!0}return!1}function p(e){var t=[];for(let r of e)t.push(r);return t}return{isNumeric:e,isArrayOfStrings:t,isArrayOfNumbers:r,createSequence:n,isSequence:i,isFunction:a,isLambda:s,isIterable:c,getFunctionArity:o,isDeepEqual:l,stringToArray:p}})();t.exports=n},{}]},{},[3])(3)}));export{n as j};
@@ -0,0 +1,15 @@
1
+ import"./foxy-spinner.js";import{d as e,as as t,at as s,au as n,av as r,_ as o,h as i,F as a}from"./shared-00811efe.js";import{C as l}from"./shared-c9e0b693.js";import{N as d}from"./shared-dc5928e9.js";import{s as h}from"./shared-957a60e1.js";
2
+ /**
3
+ * @license
4
+ * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
5
+ * This code may only be used under the BSD style license found at
6
+ * http://polymer.github.io/LICENSE.txt
7
+ * The complete set of authors may be found at
8
+ * http://polymer.github.io/AUTHORS.txt
9
+ * The complete set of contributors may be found at
10
+ * http://polymer.github.io/CONTRIBUTORS.txt
11
+ * Code distributed by Google as part of the polymer project is also
12
+ * subject to an additional IP rights grant found at
13
+ * http://polymer.github.io/PATENTS.txt
14
+ */
15
+ const c=(e,n)=>{const r=e.startNode.parentNode,o=void 0===n?e.endNode:n.startNode,i=r.insertBefore(s(),o);r.insertBefore(s(),o);const a=new t(e.options);return a.insertAfterNode(i),a},p=(e,t)=>(e.setValue(t),e.commit(),e),f=(e,t,s)=>{const r=e.startNode.parentNode,o=s?s.startNode:e.endNode,i=t.endNode.nextSibling;i!==o&&n(r,t.startNode,i,o)},u=e=>{r(e.startNode.parentNode,e.startNode,e.endNode.nextSibling)},m=(e,t,s)=>{const n=new Map;for(let r=t;r<=s;r++)n.set(e[r],r);return n},g=new WeakMap,_=new WeakMap,x=e(((e,s,n)=>{let r;return void 0===n?n=s:void 0!==s&&(r=s),s=>{if(!(s instanceof t))throw new Error("repeat can only be used in text bindings");const o=g.get(s)||[],i=_.get(s)||[],a=[],l=[],d=[];let h,x,y=0;for(const t of e)d[y]=r?r(t,y):y,l[y]=n(t,y),y++;let v=0,b=o.length-1,$=0,N=l.length-1;for(;v<=b&&$<=N;)if(null===o[v])v++;else if(null===o[b])b--;else if(i[v]===d[$])a[$]=p(o[v],l[$]),v++,$++;else if(i[b]===d[N])a[N]=p(o[b],l[N]),b--,N--;else if(i[v]===d[N])a[N]=p(o[v],l[N]),f(s,o[v],a[N+1]),v++,N--;else if(i[b]===d[$])a[$]=p(o[b],l[$]),f(s,o[b],o[v]),b--,$++;else if(void 0===h&&(h=m(d,$,N),x=m(i,v,b)),h.has(i[v]))if(h.has(i[b])){const e=x.get(d[$]),t=void 0!==e?o[e]:null;if(null===t){const e=c(s,o[v]);p(e,l[$]),a[$]=e}else a[$]=p(t,l[$]),f(s,t,o[v]),o[e]=null;$++}else u(o[b]),b--;else u(o[v]),v++;for(;$<=N;){const e=c(s,a[N+1]);p(e,l[$]),a[$++]=e}for(;v<=b;){const e=o[v++];null!==e&&u(e)}g.set(s,a),_.set(s,d)}}));let y,v=e=>e;class b extends(l(d)){constructor(){super(),this.props={},this.ns="",this.__pageFetchEventHandler=e=>this.__handlePageFetchEvent(e),this.item="foxy-null"}static get properties(){return o(o({},super.properties),{},{props:{type:Object},item:{type:String},ns:{type:String}})}get item(){return this.__item}set item(e){this.__renderItem="string"==typeof e?new Function("ctx",`return ctx.html\`\n <${e}\n disabledcontrols=\${ctx.disabledControls.toString()}\n readonlycontrols=\${ctx.readonlyControls.toString()}\n hiddencontrols=\${ctx.hiddenControls.toString()}\n data-testclass="items"\n parent=\${ctx.parent}\n group=\${ctx.group}\n href=\${ctx.href}\n lang=\${ctx.lang}\n ns="\${ctx.ns} \${customElements.get('${e}')?.defaultNS ?? ''}"\n ?disabled=\${ctx.disabled}\n ?readonly=\${ctx.readonly}\n ?hidden=\${ctx.hidden}\n .templates=\${ctx.templates}\n ...=\${ctx.spread(ctx.props)}\n >\n </${e}>\``):e,this.__item=e,this.requestUpdate()}createRenderRoot(){return this}connectedCallback(){super.connectedCallback(),this.addEventListener("fetch",this.__pageFetchEventHandler)}render(){const e=this.__items.map((e=>({key:e._links.self.href,href:e._links.self.href,data:e})));return this.in("busy")?e.push({key:"stalled",href:"foxy://collection-page/stall",data:null}):this.in("fail")?e.push({key:"failed",href:"foxy://collection-page/fail",data:null}):(this.in({idle:"template"})||0===this.__items.length)&&e.push({key:"empty",href:"",data:null}),i(y||(y=v`${0}`),x(e,(e=>e.key),(e=>{var t;return null===(t=this.__renderItem)||void 0===t?void 0:t.call(this,{disabledControls:this.disabledControls,readonlyControls:this.readonlyControls,hiddenControls:this.hiddenControls,templates:this.templates,disabled:this.disabled,readonly:this.readonly,hidden:this.hidden,parent:this.href,spread:h,props:this.props,group:this.group,lang:this.lang,data:e.data,href:e.href,ns:this.ns,html:i})})))}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("fetch",this.__pageFetchEventHandler)}get __items(){var e,t;return Array.from(Object.values(null!==(t=null===(e=this.form)||void 0===e?void 0:e._embedded)&&void 0!==t?t:{})).reduce(((e,t)=>[...e,...t]),[])}__handlePageFetchEvent(e){if(!(e instanceof a)||e.target===this)return;const{method:t,url:s}=e.request;return"GET"===t?"foxy://collection-page/stall"===s?this.__stallRequest(e):"foxy://collection-page/fail"===s?this.__failRequest(e):void 0:void 0}__stallRequest(e){e.stopImmediatePropagation(),e.respondWith(new Promise((()=>{})))}__failRequest(e){e.stopImmediatePropagation(),e.respondWith(Promise.resolve(new Response(null,{status:500})))}}customElements.define("foxy-collection-page",b);export{b as C,x as r};
@@ -1,4 +1,4 @@
1
- import{d as e,a as t,B as s,_ as r,h as o}from"./shared-84203d52.js";
1
+ import{d as e,a as t,B as s,_ as r,h as o}from"./shared-00811efe.js";
2
2
  /**
3
3
  * @license
4
4
  * Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
@@ -1 +1 @@
1
- import{L as e,c as t,_ as s,F as i,h as a}from"./shared-84203d52.js";import{A as o}from"./shared-497fd63c.js";import{C as n}from"./shared-23966eed.js";import{T as l,R as d,a as r}from"./shared-8057ee9c.js";import{c}from"./shared-4e709717.js";class h extends CustomEvent{constructor(e=!1){super("hide",{detail:{cancelled:e}})}}class u extends CustomEvent{constructor(){super("show")}}let p,v=e=>e;class m extends(l(d(e))){static get styles(){return[super.styles,t(p||(p=v`:host{position:relative;z-index:1000}`))]}}let b,_,y,g,f,w,x,$=e=>e;class D extends(r(n(l(e)))){constructor(){super(...arguments),this.closable=!1,this.editable=!1,this.header="",this.alert=!1,this.__handleKeyDown=e=>{"Escape"===e.key&&D.openDialogs[0]===this&&this.closable&&this.hide(this.editable)},this.__connected=!1,this.__visible=!1}static get properties(){return s(s({},super.properties),{},{__connected:{attribute:!1},__visible:{attribute:!1},centered:{type:Boolean},closable:{type:Boolean},editable:{type:Boolean},header:{type:String},alert:{type:Boolean},open:{type:Boolean,noAccessor:!0}})}static get styles(){return[super.styles,t(b||(b=$`.grid-cols-header{grid-template-columns:1fr auto 1fr}.scale-85{--tw-scale-x:0.85;--tw-scale-y:0.85}`))]}get open(){return this.__visible&&this.__connected}set open(e){e===this.open||(e?this.show():this.hide(this.editable))}connectedCallback(){super.connectedCallback(),addEventListener("keydown",this.__handleKeyDown)}disconnectedCallback(){var e;super.disconnectedCallback(),removeEventListener("keydown",this.__handleKeyDown),null===(e=D.dialogWindows.get(this))||void 0===e||e.remove(),D.dialogWindows.delete(this)}createRenderRoot(){const e=new m,t=document.querySelectorAll(D.dialogWindowsHost),s=Array.from(t).pop();return e.addEventListener("fetch",(e=>{e instanceof i&&(e.stopImmediatePropagation(),e.preventDefault(),e.respondWith(new o(this).fetch(e.request)))})),null==s||s.appendChild(e),D.dialogWindows.set(this,e),e.shadowRoot}render(e){if(!this.__connected)return a(_||(_=$``));const t=D.openDialogs[0]===this,s=D.openDialogs[1]===this,i=D.openDialogs[2]===this,o=!t&&!s&&!i;return a(y||(y=$` <div class="${0}"> <div id="backdrop" class="${0}" tabindex="-1" @click="${0}"></div> <div role="dialog" aria-labelledby="dialog-title" class="${0}"> <div class="${0}"> <div class="h-l grid grid-cols-header text-m font-lumo font-medium border-b border-contrast-10"> ${0} <h1 id="dialog-title" class="truncate self-center text-center"> <foxy-i18n ns="${0}" lang="${0}" key="${0}"></foxy-i18n> </h1> ${0} </div> <div class="flex-1 overflow-y-auto overflow-x-hidden overscroll-contain"> <div class="p-m relative">${0}</div> </div> </div> </div> </div> `),c({"z-50 fixed inset-0":!0,"pointer-events-none":!this.__visible}),c({"select-none ease-in-out transition duration-500 absolute inset-0 bg-contrast-50 focus-outline-none":!0,"opacity-100":this.__visible,"opacity-0":!this.__visible}),(()=>this.closable&&this.hide(this.editable)),c({"transform origin-bottom ease-in-out transition duration-500 relative h-full ml-auto sm-origin-center sm-max-w-modal":!0,"flex justify-center items-end sm-items-center mr-auto":this.alert,"translate-y-full sm-translate-y-0":!this.__visible,"sm-translate-x-full":!this.alert&&!this.__visible,"sm-opacity-0 sm-scale-110":this.alert&&!this.__visible,"translate-y-0 translate-x-0":t&&this.__visible,"scale-95 -translate-y-s sm-translate-y-0":s&&this.__visible,"scale-90 -translate-y-m sm-translate-y-0":i&&this.__visible,"opacity-0 scale-85 -translate-y-l sm-translate-y-0":o&&this.__visible}),c({"overflow-hidden flex flex-col bg-base rounded-t-l sm-rounded-b-l":!0,"absolute inset-0 mt-xl sm-m-xl":!this.alert,"shadow-xxl":this.__visible}),this.closable&&!this.hiddenSelector.matches("close-button",!0)?a(g||(g=$` <vaadin-button id="close-button" theme="tertiary-inline" class="mr-auto m-s px-s" ?disabled="${0}" @click="${0}"> <foxy-i18n lang="${0}" key="${0}" ns="${0}"> </foxy-i18n> </vaadin-button> `),this.disabledSelector.matches("close-button",!0),(()=>this.hide(this.editable)),this.lang,this.editable?"cancel":"close",this.ns):a(f||(f=$`<div></div>`)),this.ns,this.lang,this.header,this.editable&&!this.hiddenSelector.matches("save-button",!0)?a(w||(w=$` <vaadin-button data-testid="save-button" ?disabled="${0}" theme="primary" class="ml-auto h-auto min-h-0 min-w-0 m-xs px-m" @click="${0}"> <foxy-i18n ns="${0}" lang="${0}" key="save"></foxy-i18n> </vaadin-button> `),this.disabledSelector.matches("save-button",!0),this.save,this.ns,this.lang):a(x||(x=$`<div></div>`)),null==e?void 0:e())}async hide(e=!1){var t;null===(t=this.__returnFocusTo)||void 0===t||t.focus(),await this.__setOpenDialogs(D.openDialogs.filter((e=>e!==this))),await this.__setConnected(!1),this.dispatchEvent(new D.HideEvent(!!e))}async show(e){this.__returnFocusTo=e,await this.__setConnected(!0),await this.__setOpenDialogs([this,...D.openDialogs]);const t=this.renderRoot.querySelector("#close-button");null==t||t.focus(),this.dispatchEvent(new D.ShowEvent)}async save(){await this.hide(!1)}async __setOpenDialogs(e){D.openDialogs.length=0,D.openDialogs.push(...e),await Promise.all([Promise.all(D.openDialogs.map((e=>e.requestUpdate()))),new Promise((e=>{this.renderRoot.querySelector("#backdrop").addEventListener("transitionend",e,{once:!0}),this.__visible=D.openDialogs.includes(this)}))])}async __setConnected(e){this.__connected=e,await this.updateComplete.then((()=>this.getBoundingClientRect()))}}D.dialogWindowsHost="#foxy-dialog-windows-host, body",D.dialogWindows=new WeakMap,D.openDialogs=[],D.ShowEvent=u,D.HideEvent=h,customElements.define("foxy-dialog-window",m);export{D};
1
+ import{L as e,c as t,_ as s,F as i,h as a}from"./shared-00811efe.js";import{A as o}from"./shared-670c194c.js";import{C as n}from"./shared-c9e0b693.js";import{T as l,R as d,a as r}from"./shared-8dd2593f.js";import{c}from"./shared-4e709717.js";class h extends CustomEvent{constructor(e=!1){super("hide",{detail:{cancelled:e}})}}class u extends CustomEvent{constructor(){super("show")}}let p,v=e=>e;class m extends(l(d(e))){static get styles(){return[super.styles,t(p||(p=v`:host{position:relative;z-index:1000}`))]}}let b,_,y,g,f,w,x,$=e=>e;class D extends(r(n(l(e)))){constructor(){super(...arguments),this.closable=!1,this.editable=!1,this.header="",this.alert=!1,this.__handleKeyDown=e=>{"Escape"===e.key&&D.openDialogs[0]===this&&this.closable&&this.hide(this.editable)},this.__connected=!1,this.__visible=!1}static get properties(){return s(s({},super.properties),{},{__connected:{attribute:!1},__visible:{attribute:!1},centered:{type:Boolean},closable:{type:Boolean},editable:{type:Boolean},header:{type:String},alert:{type:Boolean},open:{type:Boolean,noAccessor:!0}})}static get styles(){return[super.styles,t(b||(b=$`.grid-cols-header{grid-template-columns:1fr auto 1fr}.scale-85{--tw-scale-x:0.85;--tw-scale-y:0.85}`))]}get open(){return this.__visible&&this.__connected}set open(e){e===this.open||(e?this.show():this.hide(this.editable))}connectedCallback(){super.connectedCallback(),addEventListener("keydown",this.__handleKeyDown)}disconnectedCallback(){var e;super.disconnectedCallback(),removeEventListener("keydown",this.__handleKeyDown),null===(e=D.dialogWindows.get(this))||void 0===e||e.remove(),D.dialogWindows.delete(this)}createRenderRoot(){const e=new m,t=document.querySelectorAll(D.dialogWindowsHost),s=Array.from(t).pop();return e.addEventListener("fetch",(e=>{e instanceof i&&(e.stopImmediatePropagation(),e.preventDefault(),e.respondWith(new o(this).fetch(e.request)))})),null==s||s.appendChild(e),D.dialogWindows.set(this,e),e.shadowRoot}render(e){if(!this.__connected)return a(_||(_=$``));const t=D.openDialogs[0]===this,s=D.openDialogs[1]===this,i=D.openDialogs[2]===this,o=!t&&!s&&!i;return a(y||(y=$` <div class="${0}"> <div id="backdrop" class="${0}" tabindex="-1" @click="${0}"></div> <div role="dialog" aria-labelledby="dialog-title" class="${0}"> <div class="${0}"> <div class="h-l grid grid-cols-header text-m font-lumo font-medium border-b border-contrast-10"> ${0} <h1 id="dialog-title" class="truncate self-center text-center"> <foxy-i18n ns="${0}" lang="${0}" key="${0}"></foxy-i18n> </h1> ${0} </div> <div class="flex-1 overflow-y-auto overflow-x-hidden overscroll-contain"> <div class="p-m relative">${0}</div> </div> </div> </div> </div> `),c({"z-50 fixed inset-0":!0,"pointer-events-none":!this.__visible}),c({"select-none ease-in-out transition duration-500 absolute inset-0 bg-contrast-50 focus-outline-none":!0,"opacity-100":this.__visible,"opacity-0":!this.__visible}),(()=>this.closable&&this.hide(this.editable)),c({"transform origin-bottom ease-in-out transition duration-500 relative h-full ml-auto sm-origin-center sm-max-w-modal":!0,"flex justify-center items-end sm-items-center mr-auto":this.alert,"translate-y-full sm-translate-y-0":!this.__visible,"sm-translate-x-full":!this.alert&&!this.__visible,"sm-opacity-0 sm-scale-110":this.alert&&!this.__visible,"translate-y-0 translate-x-0":t&&this.__visible,"scale-95 -translate-y-s sm-translate-y-0":s&&this.__visible,"scale-90 -translate-y-m sm-translate-y-0":i&&this.__visible,"opacity-0 scale-85 -translate-y-l sm-translate-y-0":o&&this.__visible}),c({"overflow-hidden flex flex-col bg-base rounded-t-l sm-rounded-b-l":!0,"absolute inset-0 mt-xl sm-m-xl":!this.alert,"shadow-xxl":this.__visible}),this.closable&&!this.hiddenSelector.matches("close-button",!0)?a(g||(g=$` <vaadin-button id="close-button" theme="tertiary-inline" class="mr-auto m-s px-s" ?disabled="${0}" @click="${0}"> <foxy-i18n lang="${0}" key="${0}" ns="${0}"> </foxy-i18n> </vaadin-button> `),this.disabledSelector.matches("close-button",!0),(()=>this.hide(this.editable)),this.lang,this.editable?"cancel":"close",this.ns):a(f||(f=$`<div></div>`)),this.ns,this.lang,this.header,this.editable&&!this.hiddenSelector.matches("save-button",!0)?a(w||(w=$` <vaadin-button data-testid="save-button" ?disabled="${0}" theme="primary" class="ml-auto h-auto min-h-0 min-w-0 m-xs px-m" @click="${0}"> <foxy-i18n ns="${0}" lang="${0}" key="save"></foxy-i18n> </vaadin-button> `),this.disabledSelector.matches("save-button",!0),this.save,this.ns,this.lang):a(x||(x=$`<div></div>`)),null==e?void 0:e())}async hide(e=!1){var t;null===(t=this.__returnFocusTo)||void 0===t||t.focus(),await this.__setOpenDialogs(D.openDialogs.filter((e=>e!==this))),await this.__setConnected(!1),this.dispatchEvent(new D.HideEvent(!!e))}async show(e){this.__returnFocusTo=e,await this.__setConnected(!0),await this.__setOpenDialogs([this,...D.openDialogs]);const t=this.renderRoot.querySelector("#close-button");null==t||t.focus(),this.dispatchEvent(new D.ShowEvent)}async save(){await this.hide(!1)}async __setOpenDialogs(e){D.openDialogs.length=0,D.openDialogs.push(...e),await Promise.all([Promise.all(D.openDialogs.map((e=>e.requestUpdate()))),new Promise((e=>{this.renderRoot.querySelector("#backdrop").addEventListener("transitionend",e,{once:!0}),this.__visible=D.openDialogs.includes(this)}))])}async __setConnected(e){this.__connected=e,await this.updateComplete.then((()=>this.getBoundingClientRect()))}}D.dialogWindowsHost="#foxy-dialog-windows-host, body",D.dialogWindows=new WeakMap,D.openDialogs=[],D.ShowEvent=u,D.HideEvent=h,customElements.define("foxy-dialog-window",m);export{D};