@swagger-api/apidom-core 0.96.0 → 0.98.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.98.0](https://github.com/swagger-api/apidom/compare/v0.97.1...v0.98.0) (2024-03-21)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-core
9
+
10
+ # [0.97.0](https://github.com/swagger-api/apidom/compare/v0.96.0...v0.97.0) (2024-03-07)
11
+
12
+ ### Features
13
+
14
+ - **core:** add support for RefElement and LinkElement ([#3884](https://github.com/swagger-api/apidom/issues/3884)) ([342ee3f](https://github.com/swagger-api/apidom/commit/342ee3f653f492d3b07ac9b467eba55f0d02b3f9)), closes [#3882](https://github.com/swagger-api/apidom/issues/3882)
15
+ - **core:** handle RefElement serialization in toValue serializer ([#3901](https://github.com/swagger-api/apidom/issues/3901)) ([f205211](https://github.com/swagger-api/apidom/commit/f205211722481004b9c81d6dbe8477adbdbbca2d)), closes [#3894](https://github.com/swagger-api/apidom/issues/3894)
16
+
6
17
  # [0.96.0](https://github.com/swagger-api/apidom/compare/v0.95.0...v0.96.0) (2024-02-28)
7
18
 
8
19
  ### Bug Fixes
@@ -58,6 +58,20 @@ class Visitor {
58
58
  NullElement() {
59
59
  return null;
60
60
  }
61
+ RefElement(element, ...rest) {
62
+ var _ancestors;
63
+ const ancestors = rest[3];
64
+ if (((_ancestors = ancestors[ancestors.length - 1]) == null ? void 0 : _ancestors.type) === 'EphemeralObject') {
65
+ return Symbol.for('delete-node');
66
+ }
67
+ return String(element.toValue());
68
+ }
69
+ LinkElement(element) {
70
+ if ((0, _index.isStringElement)(element.href)) {
71
+ return element.href.toValue();
72
+ }
73
+ return '';
74
+ }
61
75
  }
62
76
  const serializer = element => {
63
77
  if (!(0, _index.isElement)(element)) return element;
@@ -1416,6 +1416,19 @@ class Visitor {
1416
1416
  NullElement() {
1417
1417
  return null;
1418
1418
  }
1419
+ RefElement(element, ...rest) {
1420
+ const ancestors = rest[3];
1421
+ if (ancestors[ancestors.length - 1]?.type === 'EphemeralObject') {
1422
+ return Symbol.for('delete-node');
1423
+ }
1424
+ return String(element.toValue());
1425
+ }
1426
+ LinkElement(element) {
1427
+ if ((0,_predicates__WEBPACK_IMPORTED_MODULE_2__.isStringElement)(element.href)) {
1428
+ return element.href.toValue();
1429
+ }
1430
+ return '';
1431
+ }
1419
1432
  }
1420
1433
  const serializer = element => {
1421
1434
  if (!(0,_predicates__WEBPACK_IMPORTED_MODULE_2__.isElement)(element)) return element;
@@ -1 +1 @@
1
- !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.apidomCore=e():t.apidomCore=e()}(self,(()=>(()=>{var t={3103:(t,e,r)=>{var n=r(4715)(r(8942),"DataView");t.exports=n},5098:(t,e,r)=>{var n=r(3305),s=r(9361),i=r(1112),o=r(5276),a=r(5071);function c(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=s,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,t.exports=c},1386:(t,e,r)=>{var n=r(2393),s=r(2049),i=r(7144),o=r(7452),a=r(3964);function c(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=s,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,t.exports=c},9770:(t,e,r)=>{var n=r(4715)(r(8942),"Map");t.exports=n},8250:(t,e,r)=>{var n=r(9753),s=r(5681),i=r(88),o=r(4732),a=r(9068);function c(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=s,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,t.exports=c},9413:(t,e,r)=>{var n=r(4715)(r(8942),"Promise");t.exports=n},4512:(t,e,r)=>{var n=r(4715)(r(8942),"Set");t.exports=n},3212:(t,e,r)=>{var n=r(8250),s=r(1877),i=r(8006);function o(t){var e=-1,r=null==t?0:t.length;for(this.__data__=new n;++e<r;)this.add(t[e])}o.prototype.add=o.prototype.push=s,o.prototype.has=i,t.exports=o},1340:(t,e,r)=>{var n=r(1386),s=r(4103),i=r(1779),o=r(4162),a=r(7462),c=r(6638);function u(t){var e=this.__data__=new n(t);this.size=e.size}u.prototype.clear=s,u.prototype.delete=i,u.prototype.get=o,u.prototype.has=a,u.prototype.set=c,t.exports=u},5650:(t,e,r)=>{var n=r(8942).Symbol;t.exports=n},1623:(t,e,r)=>{var n=r(8942).Uint8Array;t.exports=n},9270:(t,e,r)=>{var n=r(4715)(r(8942),"WeakMap");t.exports=n},9847:t=>{t.exports=function(t,e){for(var r=-1,n=null==t?0:t.length,s=0,i=[];++r<n;){var o=t[r];e(o,r,t)&&(i[s++]=o)}return i}},358:(t,e,r)=>{var n=r(6137),s=r(3283),i=r(3142),o=r(5853),a=r(9632),c=r(8666),u=Object.prototype.hasOwnProperty;t.exports=function(t,e){var r=i(t),l=!r&&s(t),f=!r&&!l&&o(t),p=!r&&!l&&!f&&c(t),h=r||l||f||p,m=h?n(t.length,String):[],y=m.length;for(var d in t)!e&&!u.call(t,d)||h&&("length"==d||f&&("offset"==d||"parent"==d)||p&&("buffer"==d||"byteLength"==d||"byteOffset"==d)||a(d,y))||m.push(d);return m}},1129:t=>{t.exports=function(t,e){for(var r=-1,n=e.length,s=t.length;++r<n;)t[s+r]=e[r];return t}},6465:t=>{t.exports=function(t,e){for(var r=-1,n=null==t?0:t.length;++r<n;)if(e(t[r],r,t))return!0;return!1}},7034:(t,e,r)=>{var n=r(6285);t.exports=function(t,e){for(var r=t.length;r--;)if(n(t[r][0],e))return r;return-1}},8244:(t,e,r)=>{var n=r(1129),s=r(3142);t.exports=function(t,e,r){var i=e(t);return s(t)?i:n(i,r(t))}},7379:(t,e,r)=>{var n=r(5650),s=r(8870),i=r(9005),o=n?n.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":o&&o in Object(t)?s(t):i(t)}},6027:(t,e,r)=>{var n=r(7379),s=r(547);t.exports=function(t){return s(t)&&"[object Arguments]"==n(t)}},4687:(t,e,r)=>{var n=r(353),s=r(547);t.exports=function t(e,r,i,o,a){return e===r||(null==e||null==r||!s(e)&&!s(r)?e!=e&&r!=r:n(e,r,i,o,t,a))}},353:(t,e,r)=>{var n=r(1340),s=r(3934),i=r(8861),o=r(1182),a=r(8486),c=r(3142),u=r(5853),l=r(8666),f="[object Arguments]",p="[object Array]",h="[object Object]",m=Object.prototype.hasOwnProperty;t.exports=function(t,e,r,y,d,g){var v=c(t),b=c(e),_=v?p:a(t),E=b?p:a(e),w=(_=_==f?h:_)==h,x=(E=E==f?h:E)==h,j=_==E;if(j&&u(t)){if(!u(e))return!1;v=!0,w=!1}if(j&&!w)return g||(g=new n),v||l(t)?s(t,e,r,y,d,g):i(t,e,_,r,y,d,g);if(!(1&r)){var O=w&&m.call(t,"__wrapped__"),S=x&&m.call(e,"__wrapped__");if(O||S){var A=O?t.value():t,k=S?e.value():e;return g||(g=new n),d(A,k,r,y,g)}}return!!j&&(g||(g=new n),o(t,e,r,y,d,g))}},9624:(t,e,r)=>{var n=r(3655),s=r(4759),i=r(1580),o=r(4066),a=/^\[object .+?Constructor\]$/,c=Function.prototype,u=Object.prototype,l=c.toString,f=u.hasOwnProperty,p=RegExp("^"+l.call(f).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!i(t)||s(t))&&(n(t)?p:a).test(o(t))}},674:(t,e,r)=>{var n=r(7379),s=r(5387),i=r(547),o={};o["[object Float32Array]"]=o["[object Float64Array]"]=o["[object Int8Array]"]=o["[object Int16Array]"]=o["[object Int32Array]"]=o["[object Uint8Array]"]=o["[object Uint8ClampedArray]"]=o["[object Uint16Array]"]=o["[object Uint32Array]"]=!0,o["[object Arguments]"]=o["[object Array]"]=o["[object ArrayBuffer]"]=o["[object Boolean]"]=o["[object DataView]"]=o["[object Date]"]=o["[object Error]"]=o["[object Function]"]=o["[object Map]"]=o["[object Number]"]=o["[object Object]"]=o["[object RegExp]"]=o["[object Set]"]=o["[object String]"]=o["[object WeakMap]"]=!1,t.exports=function(t){return i(t)&&s(t.length)&&!!o[n(t)]}},195:(t,e,r)=>{var n=r(4882),s=r(8121),i=Object.prototype.hasOwnProperty;t.exports=function(t){if(!n(t))return s(t);var e=[];for(var r in Object(t))i.call(t,r)&&"constructor"!=r&&e.push(r);return e}},6137:t=>{t.exports=function(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}},9460:t=>{t.exports=function(t){return function(e){return t(e)}}},5568:t=>{t.exports=function(t,e){return t.has(e)}},1950:(t,e,r)=>{var n=r(8942)["__core-js_shared__"];t.exports=n},3934:(t,e,r)=>{var n=r(3212),s=r(6465),i=r(5568);t.exports=function(t,e,r,o,a,c){var u=1&r,l=t.length,f=e.length;if(l!=f&&!(u&&f>l))return!1;var p=c.get(t),h=c.get(e);if(p&&h)return p==e&&h==t;var m=-1,y=!0,d=2&r?new n:void 0;for(c.set(t,e),c.set(e,t);++m<l;){var g=t[m],v=e[m];if(o)var b=u?o(v,g,m,e,t,c):o(g,v,m,t,e,c);if(void 0!==b){if(b)continue;y=!1;break}if(d){if(!s(e,(function(t,e){if(!i(d,e)&&(g===t||a(g,t,r,o,c)))return d.push(e)}))){y=!1;break}}else if(g!==v&&!a(g,v,r,o,c)){y=!1;break}}return c.delete(t),c.delete(e),y}},8861:(t,e,r)=>{var n=r(5650),s=r(1623),i=r(6285),o=r(3934),a=r(5894),c=r(9828),u=n?n.prototype:void 0,l=u?u.valueOf:void 0;t.exports=function(t,e,r,n,u,f,p){switch(r){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!f(new s(t),new s(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var h=a;case"[object Set]":var m=1&n;if(h||(h=c),t.size!=e.size&&!m)return!1;var y=p.get(t);if(y)return y==e;n|=2,p.set(t,e);var d=o(h(t),h(e),n,u,f,p);return p.delete(t),d;case"[object Symbol]":if(l)return l.call(t)==l.call(e)}return!1}},1182:(t,e,r)=>{var n=r(393),s=Object.prototype.hasOwnProperty;t.exports=function(t,e,r,i,o,a){var c=1&r,u=n(t),l=u.length;if(l!=n(e).length&&!c)return!1;for(var f=l;f--;){var p=u[f];if(!(c?p in e:s.call(e,p)))return!1}var h=a.get(t),m=a.get(e);if(h&&m)return h==e&&m==t;var y=!0;a.set(t,e),a.set(e,t);for(var d=c;++f<l;){var g=t[p=u[f]],v=e[p];if(i)var b=c?i(v,g,p,e,t,a):i(g,v,p,t,e,a);if(!(void 0===b?g===v||o(g,v,r,i,a):b)){y=!1;break}d||(d="constructor"==p)}if(y&&!d){var _=t.constructor,E=e.constructor;_==E||!("constructor"in t)||!("constructor"in e)||"function"==typeof _&&_ instanceof _&&"function"==typeof E&&E instanceof E||(y=!1)}return a.delete(t),a.delete(e),y}},4967:(t,e,r)=>{var n="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g;t.exports=n},393:(t,e,r)=>{var n=r(8244),s=r(7979),i=r(1211);t.exports=function(t){return n(t,i,s)}},4700:(t,e,r)=>{var n=r(9067);t.exports=function(t,e){var r=t.__data__;return n(e)?r["string"==typeof e?"string":"hash"]:r.map}},4715:(t,e,r)=>{var n=r(9624),s=r(155);t.exports=function(t,e){var r=s(t,e);return n(r)?r:void 0}},8870:(t,e,r)=>{var n=r(5650),s=Object.prototype,i=s.hasOwnProperty,o=s.toString,a=n?n.toStringTag:void 0;t.exports=function(t){var e=i.call(t,a),r=t[a];try{t[a]=void 0;var n=!0}catch(t){}var s=o.call(t);return n&&(e?t[a]=r:delete t[a]),s}},7979:(t,e,r)=>{var n=r(9847),s=r(9306),i=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols,a=o?function(t){return null==t?[]:(t=Object(t),n(o(t),(function(e){return i.call(t,e)})))}:s;t.exports=a},8486:(t,e,r)=>{var n=r(3103),s=r(9770),i=r(9413),o=r(4512),a=r(9270),c=r(7379),u=r(4066),l="[object Map]",f="[object Promise]",p="[object Set]",h="[object WeakMap]",m="[object DataView]",y=u(n),d=u(s),g=u(i),v=u(o),b=u(a),_=c;(n&&_(new n(new ArrayBuffer(1)))!=m||s&&_(new s)!=l||i&&_(i.resolve())!=f||o&&_(new o)!=p||a&&_(new a)!=h)&&(_=function(t){var e=c(t),r="[object Object]"==e?t.constructor:void 0,n=r?u(r):"";if(n)switch(n){case y:return m;case d:return l;case g:return f;case v:return p;case b:return h}return e}),t.exports=_},155:t=>{t.exports=function(t,e){return null==t?void 0:t[e]}},3305:(t,e,r)=>{var n=r(4497);t.exports=function(){this.__data__=n?n(null):{},this.size=0}},9361:t=>{t.exports=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},1112:(t,e,r)=>{var n=r(4497),s=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;if(n){var r=e[t];return"__lodash_hash_undefined__"===r?void 0:r}return s.call(e,t)?e[t]:void 0}},5276:(t,e,r)=>{var n=r(4497),s=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return n?void 0!==e[t]:s.call(e,t)}},5071:(t,e,r)=>{var n=r(4497);t.exports=function(t,e){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=n&&void 0===e?"__lodash_hash_undefined__":e,this}},9632:t=>{var e=/^(?:0|[1-9]\d*)$/;t.exports=function(t,r){var n=typeof t;return!!(r=null==r?9007199254740991:r)&&("number"==n||"symbol"!=n&&e.test(t))&&t>-1&&t%1==0&&t<r}},9067:t=>{t.exports=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},4759:(t,e,r)=>{var n,s=r(1950),i=(n=/[^.]+$/.exec(s&&s.keys&&s.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"";t.exports=function(t){return!!i&&i in t}},4882:t=>{var e=Object.prototype;t.exports=function(t){var r=t&&t.constructor;return t===("function"==typeof r&&r.prototype||e)}},2393:t=>{t.exports=function(){this.__data__=[],this.size=0}},2049:(t,e,r)=>{var n=r(7034),s=Array.prototype.splice;t.exports=function(t){var e=this.__data__,r=n(e,t);return!(r<0)&&(r==e.length-1?e.pop():s.call(e,r,1),--this.size,!0)}},7144:(t,e,r)=>{var n=r(7034);t.exports=function(t){var e=this.__data__,r=n(e,t);return r<0?void 0:e[r][1]}},7452:(t,e,r)=>{var n=r(7034);t.exports=function(t){return n(this.__data__,t)>-1}},3964:(t,e,r)=>{var n=r(7034);t.exports=function(t,e){var r=this.__data__,s=n(r,t);return s<0?(++this.size,r.push([t,e])):r[s][1]=e,this}},9753:(t,e,r)=>{var n=r(5098),s=r(1386),i=r(9770);t.exports=function(){this.size=0,this.__data__={hash:new n,map:new(i||s),string:new n}}},5681:(t,e,r)=>{var n=r(4700);t.exports=function(t){var e=n(this,t).delete(t);return this.size-=e?1:0,e}},88:(t,e,r)=>{var n=r(4700);t.exports=function(t){return n(this,t).get(t)}},4732:(t,e,r)=>{var n=r(4700);t.exports=function(t){return n(this,t).has(t)}},9068:(t,e,r)=>{var n=r(4700);t.exports=function(t,e){var r=n(this,t),s=r.size;return r.set(t,e),this.size+=r.size==s?0:1,this}},5894:t=>{t.exports=function(t){var e=-1,r=Array(t.size);return t.forEach((function(t,n){r[++e]=[n,t]})),r}},4497:(t,e,r)=>{var n=r(4715)(Object,"create");t.exports=n},8121:(t,e,r)=>{var n=r(3766)(Object.keys,Object);t.exports=n},2306:(t,e,r)=>{t=r.nmd(t);var n=r(4967),s=e&&!e.nodeType&&e,i=s&&t&&!t.nodeType&&t,o=i&&i.exports===s&&n.process,a=function(){try{var t=i&&i.require&&i.require("util").types;return t||o&&o.binding&&o.binding("util")}catch(t){}}();t.exports=a},9005:t=>{var e=Object.prototype.toString;t.exports=function(t){return e.call(t)}},3766:t=>{t.exports=function(t,e){return function(r){return t(e(r))}}},8942:(t,e,r)=>{var n=r(4967),s="object"==typeof self&&self&&self.Object===Object&&self,i=n||s||Function("return this")();t.exports=i},1877:t=>{t.exports=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this}},8006:t=>{t.exports=function(t){return this.__data__.has(t)}},9828:t=>{t.exports=function(t){var e=-1,r=Array(t.size);return t.forEach((function(t){r[++e]=t})),r}},4103:(t,e,r)=>{var n=r(1386);t.exports=function(){this.__data__=new n,this.size=0}},1779:t=>{t.exports=function(t){var e=this.__data__,r=e.delete(t);return this.size=e.size,r}},4162:t=>{t.exports=function(t){return this.__data__.get(t)}},7462:t=>{t.exports=function(t){return this.__data__.has(t)}},6638:(t,e,r)=>{var n=r(1386),s=r(9770),i=r(8250);t.exports=function(t,e){var r=this.__data__;if(r instanceof n){var o=r.__data__;if(!s||o.length<199)return o.push([t,e]),this.size=++r.size,this;r=this.__data__=new i(o)}return r.set(t,e),this.size=r.size,this}},4066:t=>{var e=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return e.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},6285:t=>{t.exports=function(t,e){return t===e||t!=t&&e!=e}},3283:(t,e,r)=>{var n=r(6027),s=r(547),i=Object.prototype,o=i.hasOwnProperty,a=i.propertyIsEnumerable,c=n(function(){return arguments}())?n:function(t){return s(t)&&o.call(t,"callee")&&!a.call(t,"callee")};t.exports=c},3142:t=>{var e=Array.isArray;t.exports=e},6529:(t,e,r)=>{var n=r(3655),s=r(5387);t.exports=function(t){return null!=t&&s(t.length)&&!n(t)}},2563:(t,e,r)=>{var n=r(7379),s=r(547);t.exports=function(t){return!0===t||!1===t||s(t)&&"[object Boolean]"==n(t)}},5853:(t,e,r)=>{t=r.nmd(t);var n=r(8942),s=r(4772),i=e&&!e.nodeType&&e,o=i&&t&&!t.nodeType&&t,a=o&&o.exports===i?n.Buffer:void 0,c=(a?a.isBuffer:void 0)||s;t.exports=c},6343:(t,e,r)=>{var n=r(4687);t.exports=function(t,e){return n(t,e)}},3655:(t,e,r)=>{var n=r(7379),s=r(1580);t.exports=function(t){if(!s(t))return!1;var e=n(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},5387:t=>{t.exports=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}},9310:t=>{t.exports=function(t){return null===t}},986:(t,e,r)=>{var n=r(7379),s=r(547);t.exports=function(t){return"number"==typeof t||s(t)&&"[object Number]"==n(t)}},1580:t=>{t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},547:t=>{t.exports=function(t){return null!=t&&"object"==typeof t}},8138:(t,e,r)=>{var n=r(7379),s=r(3142),i=r(547);t.exports=function(t){return"string"==typeof t||!s(t)&&i(t)&&"[object String]"==n(t)}},8666:(t,e,r)=>{var n=r(674),s=r(9460),i=r(2306),o=i&&i.isTypedArray,a=o?s(o):n;t.exports=a},1211:(t,e,r)=>{var n=r(358),s=r(195),i=r(6529);t.exports=function(t){return i(t)?n(t):s(t)}},1517:t=>{t.exports=function(t){if("function"!=typeof t)throw new TypeError("Expected a function");return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}},9306:t=>{t.exports=function(){return[]}},4772:t=>{t.exports=function(){return!1}},4123:(t,e,r)=>{const n=r(1517);function s(t){return"string"==typeof t?e=>e.element===t:t.constructor&&t.extend?e=>e instanceof t:t}class i{constructor(t){this.elements=t||[]}toValue(){return this.elements.map((t=>t.toValue()))}map(t,e){return this.elements.map(t,e)}flatMap(t,e){return this.map(t,e).reduce(((t,e)=>t.concat(e)),[])}compactMap(t,e){const r=[];return this.forEach((n=>{const s=t.bind(e)(n);s&&r.push(s)})),r}filter(t,e){return t=s(t),new i(this.elements.filter(t,e))}reject(t,e){return t=s(t),new i(this.elements.filter(n(t),e))}find(t,e){return t=s(t),this.elements.find(t,e)}forEach(t,e){this.elements.forEach(t,e)}reduce(t,e){return this.elements.reduce(t,e)}includes(t){return this.elements.some((e=>e.equals(t)))}shift(){return this.elements.shift()}unshift(t){this.elements.unshift(this.refract(t))}push(t){return this.elements.push(this.refract(t)),this}add(t){this.push(t)}get(t){return this.elements[t]}getValue(t){const e=this.elements[t];if(e)return e.toValue()}get length(){return this.elements.length}get isEmpty(){return 0===this.elements.length}get first(){return this.elements[0]}}"undefined"!=typeof Symbol&&(i.prototype[Symbol.iterator]=function(){return this.elements[Symbol.iterator]()}),t.exports=i},2322:t=>{class e{constructor(t,e){this.key=t,this.value=e}clone(){const t=new e;return this.key&&(t.key=this.key.clone()),this.value&&(t.value=this.value.clone()),t}}t.exports=e},5735:(t,e,r)=>{const n=r(9310),s=r(8138),i=r(986),o=r(2563),a=r(1580),c=r(394),u=r(7547);class l{constructor(t){this.elementMap={},this.elementDetection=[],this.Element=u.Element,this.KeyValuePair=u.KeyValuePair,t&&t.noDefault||this.useDefault(),this._attributeElementKeys=[],this._attributeElementArrayKeys=[]}use(t){return t.namespace&&t.namespace({base:this}),t.load&&t.load({base:this}),this}useDefault(){return this.register("null",u.NullElement).register("string",u.StringElement).register("number",u.NumberElement).register("boolean",u.BooleanElement).register("array",u.ArrayElement).register("object",u.ObjectElement).register("member",u.MemberElement).register("ref",u.RefElement).register("link",u.LinkElement),this.detect(n,u.NullElement,!1).detect(s,u.StringElement,!1).detect(i,u.NumberElement,!1).detect(o,u.BooleanElement,!1).detect(Array.isArray,u.ArrayElement,!1).detect(a,u.ObjectElement,!1),this}register(t,e){return this._elements=void 0,this.elementMap[t]=e,this}unregister(t){return this._elements=void 0,delete this.elementMap[t],this}detect(t,e,r){return void 0===r||r?this.elementDetection.unshift([t,e]):this.elementDetection.push([t,e]),this}toElement(t){if(t instanceof this.Element)return t;let e;for(let r=0;r<this.elementDetection.length;r+=1){const n=this.elementDetection[r][0],s=this.elementDetection[r][1];if(n(t)){e=new s(t);break}}return e}getElementClass(t){const e=this.elementMap[t];return void 0===e?this.Element:e}fromRefract(t){return this.serialiser.deserialise(t)}toRefract(t){return this.serialiser.serialise(t)}get elements(){return void 0===this._elements&&(this._elements={Element:this.Element},Object.keys(this.elementMap).forEach((t=>{const e=t[0].toUpperCase()+t.substr(1);this._elements[e]=this.elementMap[t]}))),this._elements}get serialiser(){return new c(this)}}c.prototype.Namespace=l,t.exports=l},3311:(t,e,r)=>{const n=r(1517),s=r(4123);class i extends s{map(t,e){return this.elements.map((r=>t.bind(e)(r.value,r.key,r)))}filter(t,e){return new i(this.elements.filter((r=>t.bind(e)(r.value,r.key,r))))}reject(t,e){return this.filter(n(t.bind(e)))}forEach(t,e){return this.elements.forEach(((r,n)=>{t.bind(e)(r.value,r.key,r,n)}))}keys(){return this.map(((t,e)=>e.toValue()))}values(){return this.map((t=>t.toValue()))}}t.exports=i},7547:(t,e,r)=>{const n=r(8631),s=r(3004),i=r(8712),o=r(2536),a=r(2555),c=r(9796),u=r(7309),l=r(5642),f=r(9620),p=r(593),h=r(4123),m=r(3311),y=r(2322);function d(t){if(t instanceof n)return t;if("string"==typeof t)return new i(t);if("number"==typeof t)return new o(t);if("boolean"==typeof t)return new a(t);if(null===t)return new s;if(Array.isArray(t))return new c(t.map(d));if("object"==typeof t){return new l(t)}return t}n.prototype.ObjectElement=l,n.prototype.RefElement=p,n.prototype.MemberElement=u,n.prototype.refract=d,h.prototype.refract=d,t.exports={Element:n,NullElement:s,StringElement:i,NumberElement:o,BooleanElement:a,ArrayElement:c,MemberElement:u,ObjectElement:l,LinkElement:f,RefElement:p,refract:d,ArraySlice:h,ObjectSlice:m,KeyValuePair:y}},9620:(t,e,r)=>{const n=r(8631);t.exports=class extends n{constructor(t,e,r){super(t||[],e,r),this.element="link"}get relation(){return this.attributes.get("relation")}set relation(t){this.attributes.set("relation",t)}get href(){return this.attributes.get("href")}set href(t){this.attributes.set("href",t)}}},593:(t,e,r)=>{const n=r(8631);t.exports=class extends n{constructor(t,e,r){super(t||[],e,r),this.element="ref",this.path||(this.path="element")}get path(){return this.attributes.get("path")}set path(t){this.attributes.set("path",t)}}},8326:(t,e,r)=>{const n=r(5735),s=r(7547);e.g$=n,e.KeyValuePair=r(2322),e.G6=s.ArraySlice,e.ot=s.ObjectSlice,e.Hg=s.Element,e.Om=s.StringElement,e.kT=s.NumberElement,e.bd=s.BooleanElement,e.Os=s.NullElement,e.wE=s.ArrayElement,e.Sh=s.ObjectElement,e.Pr=s.MemberElement,e.sI=s.RefElement,e.Ft=s.LinkElement,e.e=s.refract,r(394),r(3148)},9796:(t,e,r)=>{const n=r(1517),s=r(8631),i=r(4123);class o extends s{constructor(t,e,r){super(t||[],e,r),this.element="array"}primitive(){return"array"}get(t){return this.content[t]}getValue(t){const e=this.get(t);if(e)return e.toValue()}getIndex(t){return this.content[t]}set(t,e){return this.content[t]=this.refract(e),this}remove(t){const e=this.content.splice(t,1);return e.length?e[0]:null}map(t,e){return this.content.map(t,e)}flatMap(t,e){return this.map(t,e).reduce(((t,e)=>t.concat(e)),[])}compactMap(t,e){const r=[];return this.forEach((n=>{const s=t.bind(e)(n);s&&r.push(s)})),r}filter(t,e){return new i(this.content.filter(t,e))}reject(t,e){return this.filter(n(t),e)}reduce(t,e){let r,n;void 0!==e?(r=0,n=this.refract(e)):(r=1,n="object"===this.primitive()?this.first.value:this.first);for(let e=r;e<this.length;e+=1){const r=this.content[e];n="object"===this.primitive()?this.refract(t(n,r.value,r.key,r,this)):this.refract(t(n,r,e,this))}return n}forEach(t,e){this.content.forEach(((r,n)=>{t.bind(e)(r,this.refract(n))}))}shift(){return this.content.shift()}unshift(t){this.content.unshift(this.refract(t))}push(t){return this.content.push(this.refract(t)),this}add(t){this.push(t)}findElements(t,e){const r=e||{},n=!!r.recursive,s=void 0===r.results?[]:r.results;return this.forEach(((e,r,i)=>{n&&void 0!==e.findElements&&e.findElements(t,{results:s,recursive:n}),t(e,r,i)&&s.push(e)})),s}find(t){return new i(this.findElements(t,{recursive:!0}))}findByElement(t){return this.find((e=>e.element===t))}findByClass(t){return this.find((e=>e.classes.includes(t)))}getById(t){return this.find((e=>e.id.toValue()===t)).first}includes(t){return this.content.some((e=>e.equals(t)))}contains(t){return this.includes(t)}empty(){return new this.constructor([])}"fantasy-land/empty"(){return this.empty()}concat(t){return new this.constructor(this.content.concat(t.content))}"fantasy-land/concat"(t){return this.concat(t)}"fantasy-land/map"(t){return new this.constructor(this.map(t))}"fantasy-land/chain"(t){return this.map((e=>t(e)),this).reduce(((t,e)=>t.concat(e)),this.empty())}"fantasy-land/filter"(t){return new this.constructor(this.content.filter(t))}"fantasy-land/reduce"(t,e){return this.content.reduce(t,e)}get length(){return this.content.length}get isEmpty(){return 0===this.content.length}get first(){return this.getIndex(0)}get second(){return this.getIndex(1)}get last(){return this.getIndex(this.length-1)}}o.empty=function(){return new this},o["fantasy-land/empty"]=o.empty,"undefined"!=typeof Symbol&&(o.prototype[Symbol.iterator]=function(){return this.content[Symbol.iterator]()}),t.exports=o},2555:(t,e,r)=>{const n=r(8631);t.exports=class extends n{constructor(t,e,r){super(t,e,r),this.element="boolean"}primitive(){return"boolean"}}},8631:(t,e,r)=>{const n=r(6343),s=r(2322),i=r(4123);class o{constructor(t,e,r){e&&(this.meta=e),r&&(this.attributes=r),this.content=t}freeze(){Object.isFrozen(this)||(this._meta&&(this.meta.parent=this,this.meta.freeze()),this._attributes&&(this.attributes.parent=this,this.attributes.freeze()),this.children.forEach((t=>{t.parent=this,t.freeze()}),this),this.content&&Array.isArray(this.content)&&Object.freeze(this.content),Object.freeze(this))}primitive(){}clone(){const t=new this.constructor;return t.element=this.element,this.meta.length&&(t._meta=this.meta.clone()),this.attributes.length&&(t._attributes=this.attributes.clone()),this.content?this.content.clone?t.content=this.content.clone():Array.isArray(this.content)?t.content=this.content.map((t=>t.clone())):t.content=this.content:t.content=this.content,t}toValue(){return this.content instanceof o?this.content.toValue():this.content instanceof s?{key:this.content.key.toValue(),value:this.content.value?this.content.value.toValue():void 0}:this.content&&this.content.map?this.content.map((t=>t.toValue()),this):this.content}toRef(t){if(""===this.id.toValue())throw Error("Cannot create reference to an element that does not contain an ID");const e=new this.RefElement(this.id.toValue());return t&&(e.path=t),e}findRecursive(...t){if(arguments.length>1&&!this.isFrozen)throw new Error("Cannot find recursive with multiple element names without first freezing the element. Call `element.freeze()`");const e=t.pop();let r=new i;const n=(t,e)=>(t.push(e),t),o=(t,r)=>{r.element===e&&t.push(r);const i=r.findRecursive(e);return i&&i.reduce(n,t),r.content instanceof s&&(r.content.key&&o(t,r.content.key),r.content.value&&o(t,r.content.value)),t};return this.content&&(this.content.element&&o(r,this.content),Array.isArray(this.content)&&this.content.reduce(o,r)),t.isEmpty||(r=r.filter((e=>{let r=e.parents.map((t=>t.element));for(const e in t){const n=t[e],s=r.indexOf(n);if(-1===s)return!1;r=r.splice(0,s)}return!0}))),r}set(t){return this.content=t,this}equals(t){return n(this.toValue(),t)}getMetaProperty(t,e){if(!this.meta.hasKey(t)){if(this.isFrozen){const t=this.refract(e);return t.freeze(),t}this.meta.set(t,e)}return this.meta.get(t)}setMetaProperty(t,e){this.meta.set(t,e)}get element(){return this._storedElement||"element"}set element(t){this._storedElement=t}get content(){return this._content}set content(t){if(t instanceof o)this._content=t;else if(t instanceof i)this.content=t.elements;else if("string"==typeof t||"number"==typeof t||"boolean"==typeof t||"null"===t||null==t)this._content=t;else if(t instanceof s)this._content=t;else if(Array.isArray(t))this._content=t.map(this.refract);else{if("object"!=typeof t)throw new Error("Cannot set content to given value");this._content=Object.keys(t).map((e=>new this.MemberElement(e,t[e])))}}get meta(){if(!this._meta){if(this.isFrozen){const t=new this.ObjectElement;return t.freeze(),t}this._meta=new this.ObjectElement}return this._meta}set meta(t){t instanceof this.ObjectElement?this._meta=t:this.meta.set(t||{})}get attributes(){if(!this._attributes){if(this.isFrozen){const t=new this.ObjectElement;return t.freeze(),t}this._attributes=new this.ObjectElement}return this._attributes}set attributes(t){t instanceof this.ObjectElement?this._attributes=t:this.attributes.set(t||{})}get id(){return this.getMetaProperty("id","")}set id(t){this.setMetaProperty("id",t)}get classes(){return this.getMetaProperty("classes",[])}set classes(t){this.setMetaProperty("classes",t)}get title(){return this.getMetaProperty("title","")}set title(t){this.setMetaProperty("title",t)}get description(){return this.getMetaProperty("description","")}set description(t){this.setMetaProperty("description",t)}get links(){return this.getMetaProperty("links",[])}set links(t){this.setMetaProperty("links",t)}get isFrozen(){return Object.isFrozen(this)}get parents(){let{parent:t}=this;const e=new i;for(;t;)e.push(t),t=t.parent;return e}get children(){if(Array.isArray(this.content))return new i(this.content);if(this.content instanceof s){const t=new i([this.content.key]);return this.content.value&&t.push(this.content.value),t}return this.content instanceof o?new i([this.content]):new i}get recursiveChildren(){const t=new i;return this.children.forEach((e=>{t.push(e),e.recursiveChildren.forEach((e=>{t.push(e)}))})),t}}t.exports=o},7309:(t,e,r)=>{const n=r(2322),s=r(8631);t.exports=class extends s{constructor(t,e,r,s){super(new n,r,s),this.element="member",this.key=t,this.value=e}get key(){return this.content.key}set key(t){this.content.key=this.refract(t)}get value(){return this.content.value}set value(t){this.content.value=this.refract(t)}}},3004:(t,e,r)=>{const n=r(8631);t.exports=class extends n{constructor(t,e,r){super(t||null,e,r),this.element="null"}primitive(){return"null"}set(){return new Error("Cannot set the value of null")}}},2536:(t,e,r)=>{const n=r(8631);t.exports=class extends n{constructor(t,e,r){super(t,e,r),this.element="number"}primitive(){return"number"}}},5642:(t,e,r)=>{const n=r(1517),s=r(1580),i=r(9796),o=r(7309),a=r(3311);t.exports=class extends i{constructor(t,e,r){super(t||[],e,r),this.element="object"}primitive(){return"object"}toValue(){return this.content.reduce(((t,e)=>(t[e.key.toValue()]=e.value?e.value.toValue():void 0,t)),{})}get(t){const e=this.getMember(t);if(e)return e.value}getMember(t){if(void 0!==t)return this.content.find((e=>e.key.toValue()===t))}remove(t){let e=null;return this.content=this.content.filter((r=>r.key.toValue()!==t||(e=r,!1))),e}getKey(t){const e=this.getMember(t);if(e)return e.key}set(t,e){if(s(t))return Object.keys(t).forEach((e=>{this.set(e,t[e])})),this;const r=t,n=this.getMember(r);return n?n.value=e:this.content.push(new o(r,e)),this}keys(){return this.content.map((t=>t.key.toValue()))}values(){return this.content.map((t=>t.value.toValue()))}hasKey(t){return this.content.some((e=>e.key.equals(t)))}items(){return this.content.map((t=>[t.key.toValue(),t.value.toValue()]))}map(t,e){return this.content.map((r=>t.bind(e)(r.value,r.key,r)))}compactMap(t,e){const r=[];return this.forEach(((n,s,i)=>{const o=t.bind(e)(n,s,i);o&&r.push(o)})),r}filter(t,e){return new a(this.content).filter(t,e)}reject(t,e){return this.filter(n(t),e)}forEach(t,e){return this.content.forEach((r=>t.bind(e)(r.value,r.key,r)))}}},8712:(t,e,r)=>{const n=r(8631);t.exports=class extends n{constructor(t,e,r){super(t,e,r),this.element="string"}primitive(){return"string"}get length(){return this.content.length}}},3148:(t,e,r)=>{const n=r(394);t.exports=class extends n{serialise(t){if(!(t instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${t}\` is not an Element instance`);let e;t._attributes&&t.attributes.get("variable")&&(e=t.attributes.get("variable"));const r={element:t.element};t._meta&&t._meta.length>0&&(r.meta=this.serialiseObject(t.meta));const n="enum"===t.element||-1!==t.attributes.keys().indexOf("enumerations");if(n){const e=this.enumSerialiseAttributes(t);e&&(r.attributes=e)}else if(t._attributes&&t._attributes.length>0){let{attributes:n}=t;n.get("metadata")&&(n=n.clone(),n.set("meta",n.get("metadata")),n.remove("metadata")),"member"===t.element&&e&&(n=n.clone(),n.remove("variable")),n.length>0&&(r.attributes=this.serialiseObject(n))}if(n)r.content=this.enumSerialiseContent(t,r);else if(this[`${t.element}SerialiseContent`])r.content=this[`${t.element}SerialiseContent`](t,r);else if(void 0!==t.content){let n;e&&t.content.key?(n=t.content.clone(),n.key.attributes.set("variable",e),n=this.serialiseContent(n)):n=this.serialiseContent(t.content),this.shouldSerialiseContent(t,n)&&(r.content=n)}else this.shouldSerialiseContent(t,t.content)&&t instanceof this.namespace.elements.Array&&(r.content=[]);return r}shouldSerialiseContent(t,e){return"parseResult"===t.element||"httpRequest"===t.element||"httpResponse"===t.element||"category"===t.element||"link"===t.element||void 0!==e&&(!Array.isArray(e)||0!==e.length)}refSerialiseContent(t,e){return delete e.attributes,{href:t.toValue(),path:t.path.toValue()}}sourceMapSerialiseContent(t){return t.toValue()}dataStructureSerialiseContent(t){return[this.serialiseContent(t.content)]}enumSerialiseAttributes(t){const e=t.attributes.clone(),r=e.remove("enumerations")||new this.namespace.elements.Array([]),n=e.get("default");let s=e.get("samples")||new this.namespace.elements.Array([]);if(n&&n.content&&(n.content.attributes&&n.content.attributes.remove("typeAttributes"),e.set("default",new this.namespace.elements.Array([n.content]))),s.forEach((t=>{t.content&&t.content.element&&t.content.attributes.remove("typeAttributes")})),t.content&&0!==r.length&&s.unshift(t.content),s=s.map((t=>t instanceof this.namespace.elements.Array?[t]:new this.namespace.elements.Array([t.content]))),s.length&&e.set("samples",s),e.length>0)return this.serialiseObject(e)}enumSerialiseContent(t){if(t._attributes){const e=t.attributes.get("enumerations");if(e&&e.length>0)return e.content.map((t=>{const e=t.clone();return e.attributes.remove("typeAttributes"),this.serialise(e)}))}if(t.content){const e=t.content.clone();return e.attributes.remove("typeAttributes"),[this.serialise(e)]}return[]}deserialise(t){if("string"==typeof t)return new this.namespace.elements.String(t);if("number"==typeof t)return new this.namespace.elements.Number(t);if("boolean"==typeof t)return new this.namespace.elements.Boolean(t);if(null===t)return new this.namespace.elements.Null;if(Array.isArray(t))return new this.namespace.elements.Array(t.map(this.deserialise,this));const e=this.namespace.getElementClass(t.element),r=new e;r.element!==t.element&&(r.element=t.element),t.meta&&this.deserialiseObject(t.meta,r.meta),t.attributes&&this.deserialiseObject(t.attributes,r.attributes);const n=this.deserialiseContent(t.content);if(void 0===n&&null!==r.content||(r.content=n),"enum"===r.element){r.content&&r.attributes.set("enumerations",r.content);let t=r.attributes.get("samples");if(r.attributes.remove("samples"),t){const n=t;t=new this.namespace.elements.Array,n.forEach((n=>{n.forEach((n=>{const s=new e(n);s.element=r.element,t.push(s)}))}));const s=t.shift();r.content=s?s.content:void 0,r.attributes.set("samples",t)}else r.content=void 0;let n=r.attributes.get("default");if(n&&n.length>0){n=n.get(0);const t=new e(n);t.element=r.element,r.attributes.set("default",t)}}else if("dataStructure"===r.element&&Array.isArray(r.content))[r.content]=r.content;else if("category"===r.element){const t=r.attributes.get("meta");t&&(r.attributes.set("metadata",t),r.attributes.remove("meta"))}else"member"===r.element&&r.key&&r.key._attributes&&r.key._attributes.getValue("variable")&&(r.attributes.set("variable",r.key.attributes.get("variable")),r.key.attributes.remove("variable"));return r}serialiseContent(t){if(t instanceof this.namespace.elements.Element)return this.serialise(t);if(t instanceof this.namespace.KeyValuePair){const e={key:this.serialise(t.key)};return t.value&&(e.value=this.serialise(t.value)),e}return t&&t.map?t.map(this.serialise,this):t}deserialiseContent(t){if(t){if(t.element)return this.deserialise(t);if(t.key){const e=new this.namespace.KeyValuePair(this.deserialise(t.key));return t.value&&(e.value=this.deserialise(t.value)),e}if(t.map)return t.map(this.deserialise,this)}return t}shouldRefract(t){return!!(t._attributes&&t.attributes.keys().length||t._meta&&t.meta.keys().length)||"enum"!==t.element&&(t.element!==t.primitive()||"member"===t.element)}convertKeyToRefract(t,e){return this.shouldRefract(e)?this.serialise(e):"enum"===e.element?this.serialiseEnum(e):"array"===e.element?e.map((e=>this.shouldRefract(e)||"default"===t?this.serialise(e):"array"===e.element||"object"===e.element||"enum"===e.element?e.children.map((t=>this.serialise(t))):e.toValue())):"object"===e.element?(e.content||[]).map(this.serialise,this):e.toValue()}serialiseEnum(t){return t.children.map((t=>this.serialise(t)))}serialiseObject(t){const e={};return t.forEach(((t,r)=>{if(t){const n=r.toValue();e[n]=this.convertKeyToRefract(n,t)}})),e}deserialiseObject(t,e){Object.keys(t).forEach((r=>{e.set(r,this.deserialise(t[r]))}))}}},394:t=>{t.exports=class{constructor(t){this.namespace=t||new this.Namespace}serialise(t){if(!(t instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${t}\` is not an Element instance`);const e={element:t.element};t._meta&&t._meta.length>0&&(e.meta=this.serialiseObject(t.meta)),t._attributes&&t._attributes.length>0&&(e.attributes=this.serialiseObject(t.attributes));const r=this.serialiseContent(t.content);return void 0!==r&&(e.content=r),e}deserialise(t){if(!t.element)throw new Error("Given value is not an object containing an element name");const e=new(this.namespace.getElementClass(t.element));e.element!==t.element&&(e.element=t.element),t.meta&&this.deserialiseObject(t.meta,e.meta),t.attributes&&this.deserialiseObject(t.attributes,e.attributes);const r=this.deserialiseContent(t.content);return void 0===r&&null!==e.content||(e.content=r),e}serialiseContent(t){if(t instanceof this.namespace.elements.Element)return this.serialise(t);if(t instanceof this.namespace.KeyValuePair){const e={key:this.serialise(t.key)};return t.value&&(e.value=this.serialise(t.value)),e}if(t&&t.map){if(0===t.length)return;return t.map(this.serialise,this)}return t}deserialiseContent(t){if(t){if(t.element)return this.deserialise(t);if(t.key){const e=new this.namespace.KeyValuePair(this.deserialise(t.key));return t.value&&(e.value=this.deserialise(t.value)),e}if(t.map)return t.map(this.deserialise,this)}return t}serialiseObject(t){const e={};if(t.forEach(((t,r)=>{t&&(e[r.toValue()]=this.serialise(t))})),0!==Object.keys(e).length)return e}deserialiseObject(t,e){Object.keys(t).forEach((r=>{e.set(r,this.deserialise(t[r]))}))}}},6660:t=>{"use strict";var e=(()=>{var t=Object.defineProperty,e=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,n=Object.getOwnPropertySymbols,s=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable,o=(e,r,n)=>r in e?t(e,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[r]=n,a=(t,e)=>{for(var r in e||(e={}))s.call(e,r)&&o(t,r,e[r]);if(n)for(var r of n(e))i.call(e,r)&&o(t,r,e[r]);return t},c=(t,e,r)=>(o(t,"symbol"!=typeof e?e+"":e,r),r),u={};((e,r)=>{for(var n in r)t(e,n,{get:r[n],enumerable:!0})})(u,{DEFAULT_OPTIONS:()=>f,DEFAULT_UUID_LENGTH:()=>l,default:()=>m});var l=6,f={dictionary:"alphanum",shuffle:!0,debug:!1,length:l,counter:0},p=class{constructor(t={}){c(this,"counter"),c(this,"debug"),c(this,"dict"),c(this,"version"),c(this,"dictIndex",0),c(this,"dictRange",[]),c(this,"lowerBound",0),c(this,"upperBound",0),c(this,"dictLength",0),c(this,"uuidLength"),c(this,"_digit_first_ascii",48),c(this,"_digit_last_ascii",58),c(this,"_alpha_lower_first_ascii",97),c(this,"_alpha_lower_last_ascii",123),c(this,"_hex_last_ascii",103),c(this,"_alpha_upper_first_ascii",65),c(this,"_alpha_upper_last_ascii",91),c(this,"_number_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii]}),c(this,"_alpha_dict_ranges",{lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),c(this,"_alpha_lower_dict_ranges",{lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii]}),c(this,"_alpha_upper_dict_ranges",{upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),c(this,"_alphanum_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),c(this,"_alphanum_lower_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii]}),c(this,"_alphanum_upper_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),c(this,"_hex_dict_ranges",{decDigits:[this._digit_first_ascii,this._digit_last_ascii],alphaDigits:[this._alpha_lower_first_ascii,this._hex_last_ascii]}),c(this,"_dict_ranges",{_number_dict_ranges:this._number_dict_ranges,_alpha_dict_ranges:this._alpha_dict_ranges,_alpha_lower_dict_ranges:this._alpha_lower_dict_ranges,_alpha_upper_dict_ranges:this._alpha_upper_dict_ranges,_alphanum_dict_ranges:this._alphanum_dict_ranges,_alphanum_lower_dict_ranges:this._alphanum_lower_dict_ranges,_alphanum_upper_dict_ranges:this._alphanum_upper_dict_ranges,_hex_dict_ranges:this._hex_dict_ranges}),c(this,"log",((...t)=>{const e=[...t];if(e[0]=`[short-unique-id] ${t[0]}`,!0===this.debug&&"undefined"!=typeof console&&null!==console)return console.log(...e)})),c(this,"setDictionary",((t,e)=>{let r;if(t&&Array.isArray(t)&&t.length>1)r=t;else{let e;r=[],this.dictIndex=e=0;const n=`_${t}_dict_ranges`,s=this._dict_ranges[n];Object.keys(s).forEach((t=>{const n=t;for(this.dictRange=s[n],this.lowerBound=this.dictRange[0],this.upperBound=this.dictRange[1],this.dictIndex=e=this.lowerBound;this.lowerBound<=this.upperBound?e<this.upperBound:e>this.upperBound;this.dictIndex=this.lowerBound<=this.upperBound?e+=1:e-=1)r.push(String.fromCharCode(this.dictIndex))}))}if(e){const t=.5;r=r.sort((()=>Math.random()-t))}this.dict=r,this.dictLength=this.dict.length,this.setCounter(0)})),c(this,"seq",(()=>this.sequentialUUID())),c(this,"sequentialUUID",(()=>{let t,e,r="";t=this.counter;do{e=t%this.dictLength,t=Math.trunc(t/this.dictLength),r+=this.dict[e]}while(0!==t);return this.counter+=1,r})),c(this,"rnd",((t=this.uuidLength||l)=>this.randomUUID(t))),c(this,"randomUUID",((t=this.uuidLength||l)=>{let e,r,n;if(null==t||t<1)throw new Error("Invalid UUID Length Provided");for(e="",n=0;n<t;n+=1)r=parseInt((Math.random()*this.dictLength).toFixed(0),10)%this.dictLength,e+=this.dict[r];return e})),c(this,"fmt",((t,e)=>this.formattedUUID(t,e))),c(this,"formattedUUID",((t,e)=>{const r={$r:this.randomUUID,$s:this.sequentialUUID,$t:this.stamp};return t.replace(/\$[rs]\d{0,}|\$t0|\$t[1-9]\d{1,}/g,(t=>{const n=t.slice(0,2),s=parseInt(t.slice(2),10);return"$s"===n?r[n]().padStart(s,"0"):"$t"===n&&e?r[n](s,e):r[n](s)}))})),c(this,"availableUUIDs",((t=this.uuidLength)=>parseFloat(Math.pow([...new Set(this.dict)].length,t).toFixed(0)))),c(this,"approxMaxBeforeCollision",((t=this.availableUUIDs(this.uuidLength))=>parseFloat(Math.sqrt(Math.PI/2*t).toFixed(20)))),c(this,"collisionProbability",((t=this.availableUUIDs(this.uuidLength),e=this.uuidLength)=>parseFloat((this.approxMaxBeforeCollision(t)/this.availableUUIDs(e)).toFixed(20)))),c(this,"uniqueness",((t=this.availableUUIDs(this.uuidLength))=>{const e=parseFloat((1-this.approxMaxBeforeCollision(t)/t).toFixed(20));return e>1?1:e<0?0:e})),c(this,"getVersion",(()=>this.version)),c(this,"stamp",((t,e)=>{const r=Math.floor(+(e||new Date)/1e3).toString(16);if("number"==typeof t&&0===t)return r;if("number"!=typeof t||t<10)throw new Error(["Param finalLength must be a number greater than or equal to 10,","or 0 if you want the raw hexadecimal timestamp"].join("\n"));const n=t-9,s=Math.round(Math.random()*(n>15?15:n)),i=this.randomUUID(n);return`${i.substring(0,s)}${r}${i.substring(s)}${s.toString(16)}`})),c(this,"parseStamp",((t,e)=>{if(e&&!/t0|t[1-9]\d{1,}/.test(e))throw new Error("Cannot extract date from a formated UUID with no timestamp in the format");const r=e?e.replace(/\$[rs]\d{0,}|\$t0|\$t[1-9]\d{1,}/g,(t=>{const e={$r:t=>[...Array(t)].map((()=>"r")).join(""),$s:t=>[...Array(t)].map((()=>"s")).join(""),$t:t=>[...Array(t)].map((()=>"t")).join("")},r=t.slice(0,2),n=parseInt(t.slice(2),10);return e[r](n)})).replace(/^(.*?)(t{8,})(.*)$/g,((e,r,n)=>t.substring(r.length,r.length+n.length))):t;if(8===r.length)return new Date(1e3*parseInt(r,16));if(r.length<10)throw new Error("Stamp length invalid");const n=parseInt(r.substring(r.length-1),16);return new Date(1e3*parseInt(r.substring(n,n+8),16))})),c(this,"setCounter",(t=>{this.counter=t}));const e=a(a({},f),t);this.counter=0,this.debug=!1,this.dict=[],this.version="5.0.3";const{dictionary:r,shuffle:n,length:s,counter:i}=e;return this.uuidLength=s,this.setDictionary(r,n),this.setCounter(i),this.debug=e.debug,this.log(this.dict),this.log(`Generator instantiated with Dictionary Size ${this.dictLength} and counter set to ${this.counter}`),this.log=this.log.bind(this),this.setDictionary=this.setDictionary.bind(this),this.setCounter=this.setCounter.bind(this),this.seq=this.seq.bind(this),this.sequentialUUID=this.sequentialUUID.bind(this),this.rnd=this.rnd.bind(this),this.randomUUID=this.randomUUID.bind(this),this.fmt=this.fmt.bind(this),this.formattedUUID=this.formattedUUID.bind(this),this.availableUUIDs=this.availableUUIDs.bind(this),this.approxMaxBeforeCollision=this.approxMaxBeforeCollision.bind(this),this.collisionProbability=this.collisionProbability.bind(this),this.uniqueness=this.uniqueness.bind(this),this.getVersion=this.getVersion.bind(this),this.stamp=this.stamp.bind(this),this.parseStamp=this.parseStamp.bind(this),this}};c(p,"default",p);var h,m=p;return h=u,((n,i,o,a)=>{if(i&&"object"==typeof i||"function"==typeof i)for(let c of r(i))s.call(n,c)||c===o||t(n,c,{get:()=>i[c],enumerable:!(a=e(i,c))||a.enumerable});return n})(t({},"__esModule",{value:!0}),h)})();t.exports=e.default,"undefined"!=typeof window&&(e=e.default)},8357:t=>{!function(){"use strict";var e,r,n,s,i,o="properties",a="deepProperties",c="propertyDescriptors",u="staticProperties",l="staticDeepProperties",f="staticPropertyDescriptors",p="configuration",h="deepConfiguration",m="deepProps",y="deepStatics",d="deepConf",g="initializers",v="methods",b="composers",_="compose";function E(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(t):[])}function w(t,e){return Array.prototype.slice.call(arguments,2).reduce(t,e)}var x=w.bind(0,(function(t,e){if(e)for(var r=E(e),n=0;n<r.length;n+=1)Object.defineProperty(t,r[n],Object.getOwnPropertyDescriptor(e,r[n]));return t}));function j(t){return"function"==typeof t}function O(t){return t&&"object"==typeof t||j(t)}function S(t){return t&&"object"==typeof t&&t.__proto__==Object.prototype}var A=w.bind(0,(function t(r,n){if(n===e)return r;if(Array.isArray(n))return(Array.isArray(r)?r:[]).concat(n);if(!S(n))return n;for(var s,i,o=E(n),a=0;a<o.length;)s=o[a++],(i=Object.getOwnPropertyDescriptor(n,s)).hasOwnProperty("value")?i.value!==e&&(r[s]=t(S(r[s])||Array.isArray(n[s])?r[s]:{},n[s])):Object.defineProperty(r,s,i);return r}));function k(){return(r=Array.prototype.concat.apply([],arguments).filter((function(t,e,r){return j(t)&&r.indexOf(t)===e}))).length?r:e}function M(t,e){function n(r,n){O(e[r])&&(O(t[r])||(t[r]={}),(n||x)(t[r],e[r]))}function s(n){(r=k(t[n],e[n]))&&(t[n]=r)}return e&&O(e=e[_]||e)&&(n(v),n(o),n(a,A),n(c),n(u),n(l,A),n(f),n(p),n(h,A),s(g),s(b)),t}function P(){return function(t){return r=function t(r){var n,s,i=t[_]||{},u={__proto__:i[v]},l=i[g],f=Array.prototype.slice.apply(arguments),p=i[a];if(p&&A(u,p),(p=i[o])&&x(u,p),(p=i[c])&&Object.defineProperties(u,p),!l||!l.length)return u;for(r===e&&(r={}),i=0;i<l.length;)j(n=l[i++])&&(u=(s=n.call(u,r,{instance:u,stamp:t,args:f}))===e?u:s);return u},(n=t[l])&&A(r,n),(n=t[u])&&x(r,n),(n=t[f])&&Object.defineProperties(r,n),n=j(r[_])?r[_]:P,x(r[_]=function(){return n.apply(this,arguments)},t),r}(Array.prototype.concat.apply([this],arguments).reduce(M,{}))}function C(t){return j(t)&&j(t[_])}var T={};function I(t,i){return function(){return(s={})[t]=i.apply(e,Array.prototype.concat.apply([{}],arguments)),((r=this)&&r[_]||n).call(r,s)}}T[v]=I(v,x),T[o]=T.props=I(o,x),T[g]=T.init=I(g,k),T[b]=I(b,k),T[a]=T[m]=I(a,A),T[u]=T.statics=I(u,x),T[l]=T[y]=I(l,A),T[p]=T.conf=I(p,x),T[h]=T[d]=I(h,A),T[c]=I(c,x),T[f]=I(f,x),n=T[_]=x((function(){for(var t,E,w=0,j=[],S=arguments,M=this;w<S.length;)O(t=S[w++])&&j.push(C(t)?t:((s={})[v]=(E=t)[v]||e,n=E.props,s[o]=O((r=E[o])||n)?x({},n,r):e,s[g]=k(E.init,E[g]),s[b]=k(E[b]),n=E[m],s[a]=O((r=E[a])||n)?A({},n,r):e,s[c]=E[c],n=E.statics,s[u]=O((r=E[u])||n)?x({},n,r):e,n=E[y],s[l]=O((r=E[l])||n)?A({},n,r):e,r=E[f],s[f]=O((n=E.name&&{name:{value:E.name}})||r)?x({},r,n):e,n=E.conf,s[p]=O((r=E[p])||n)?x({},n,r):e,n=E[d],s[h]=O((r=E[h])||n)?A({},n,r):e,s));if(t=P.apply(M||i,j),M&&j.unshift(M),Array.isArray(S=t[_][b]))for(w=0;w<S.length;)t=C(M=S[w++]({stamp:t,composables:j}))?M:t;return t}),T),T.create=function(){return this.apply(e,arguments)},(s={})[u]=T,i=P(s),n[_]=n.bind(),n.version="4.3.2","object"!=typeof e?t.exports=n:self.stampit=n}()},1212:(t,e,r)=>{t.exports=r(8411)},7202:(t,e,r)=>{"use strict";var n=r(239);t.exports=n},6656:(t,e,r)=>{"use strict";r(484),r(5695),r(6138),r(7447),r(3832);var n=r(8099);t.exports=n.AggregateError},8411:(t,e,r)=>{"use strict";t.exports=r(8337)},8337:(t,e,r)=>{"use strict";r(5442);var n=r(7202);t.exports=n},814:(t,e,r)=>{"use strict";var n=r(2769),s=r(459),i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(s(t)+" is not a function")}},1966:(t,e,r)=>{"use strict";var n=r(2937),s=String,i=TypeError;t.exports=function(t){if(n(t))return t;throw new i("Can't set "+s(t)+" as a prototype")}},8137:t=>{"use strict";t.exports=function(){}},7235:(t,e,r)=>{"use strict";var n=r(262),s=String,i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(s(t)+" is not an object")}},1005:(t,e,r)=>{"use strict";var n=r(3273),s=r(4574),i=r(8130),o=function(t){return function(e,r,o){var a,c=n(e),u=i(c),l=s(o,u);if(t&&r!=r){for(;u>l;)if((a=c[l++])!=a)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===r)return t||l||0;return!t&&-1}};t.exports={includes:o(!0),indexOf:o(!1)}},9932:(t,e,r)=>{"use strict";var n=r(6100),s=n({}.toString),i=n("".slice);t.exports=function(t){return i(s(t),8,-1)}},8407:(t,e,r)=>{"use strict";var n=r(4904),s=r(2769),i=r(9932),o=r(8655)("toStringTag"),a=Object,c="Arguments"===i(function(){return arguments}());t.exports=n?i:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=a(t),o))?r:c?i(e):"Object"===(n=i(e))&&s(e.callee)?"Arguments":n}},7464:(t,e,r)=>{"use strict";var n=r(701),s=r(5691),i=r(4543),o=r(9989);t.exports=function(t,e,r){for(var a=s(e),c=o.f,u=i.f,l=0;l<a.length;l++){var f=a[l];n(t,f)||r&&n(r,f)||c(t,f,u(e,f))}}},2871:(t,e,r)=>{"use strict";var n=r(1203);t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},877:t=>{"use strict";t.exports=function(t,e){return{value:t,done:e}}},3999:(t,e,r)=>{"use strict";var n=r(5024),s=r(9989),i=r(480);t.exports=n?function(t,e,r){return s.f(t,e,i(1,r))}:function(t,e,r){return t[e]=r,t}},480:t=>{"use strict";t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},3508:(t,e,r)=>{"use strict";var n=r(3999);t.exports=function(t,e,r,s){return s&&s.enumerable?t[e]=r:n(t,e,r),t}},7525:(t,e,r)=>{"use strict";var n=r(1063),s=Object.defineProperty;t.exports=function(t,e){try{s(n,t,{value:e,configurable:!0,writable:!0})}catch(r){n[t]=e}return e}},5024:(t,e,r)=>{"use strict";var n=r(1203);t.exports=!n((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},9619:(t,e,r)=>{"use strict";var n=r(1063),s=r(262),i=n.document,o=s(i)&&s(i.createElement);t.exports=function(t){return o?i.createElement(t):{}}},1100:t=>{"use strict";t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},7868:t=>{"use strict";t.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},4432:(t,e,r)=>{"use strict";var n,s,i=r(1063),o=r(7868),a=i.process,c=i.Deno,u=a&&a.versions||c&&c.version,l=u&&u.v8;l&&(s=(n=l.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!s&&o&&(!(n=o.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=o.match(/Chrome\/(\d+)/))&&(s=+n[1]),t.exports=s},9683:t=>{"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},3885:(t,e,r)=>{"use strict";var n=r(6100),s=Error,i=n("".replace),o=String(new s("zxcasd").stack),a=/\n\s*at [^:]*:[^\n]*/,c=a.test(o);t.exports=function(t,e){if(c&&"string"==typeof t&&!s.prepareStackTrace)for(;e--;)t=i(t,a,"");return t}},4279:(t,e,r)=>{"use strict";var n=r(3999),s=r(3885),i=r(5791),o=Error.captureStackTrace;t.exports=function(t,e,r,a){i&&(o?o(t,e):n(t,"stack",s(r,a)))}},5791:(t,e,r)=>{"use strict";var n=r(1203),s=r(480);t.exports=!n((function(){var t=new Error("a");return!("stack"in t)||(Object.defineProperty(t,"stack",s(1,7)),7!==t.stack)}))},9098:(t,e,r)=>{"use strict";var n=r(1063),s=r(7013),i=r(9344),o=r(2769),a=r(4543).f,c=r(8696),u=r(8099),l=r(4572),f=r(3999),p=r(701),h=function(t){var e=function(r,n,i){if(this instanceof e){switch(arguments.length){case 0:return new t;case 1:return new t(r);case 2:return new t(r,n)}return new t(r,n,i)}return s(t,this,arguments)};return e.prototype=t.prototype,e};t.exports=function(t,e){var r,s,m,y,d,g,v,b,_,E=t.target,w=t.global,x=t.stat,j=t.proto,O=w?n:x?n[E]:n[E]&&n[E].prototype,S=w?u:u[E]||f(u,E,{})[E],A=S.prototype;for(y in e)s=!(r=c(w?y:E+(x?".":"#")+y,t.forced))&&O&&p(O,y),g=S[y],s&&(v=t.dontCallGetSet?(_=a(O,y))&&_.value:O[y]),d=s&&v?v:e[y],(r||j||typeof g!=typeof d)&&(b=t.bind&&s?l(d,n):t.wrap&&s?h(d):j&&o(d)?i(d):d,(t.sham||d&&d.sham||g&&g.sham)&&f(b,"sham",!0),f(S,y,b),j&&(p(u,m=E+"Prototype")||f(u,m,{}),f(u[m],y,d),t.real&&A&&(r||!A[y])&&f(A,y,d)))}},1203:t=>{"use strict";t.exports=function(t){try{return!!t()}catch(t){return!0}}},7013:(t,e,r)=>{"use strict";var n=r(1780),s=Function.prototype,i=s.apply,o=s.call;t.exports="object"==typeof Reflect&&Reflect.apply||(n?o.bind(i):function(){return o.apply(i,arguments)})},4572:(t,e,r)=>{"use strict";var n=r(9344),s=r(814),i=r(1780),o=n(n.bind);t.exports=function(t,e){return s(t),void 0===e?t:i?o(t,e):function(){return t.apply(e,arguments)}}},1780:(t,e,r)=>{"use strict";var n=r(1203);t.exports=!n((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},4713:(t,e,r)=>{"use strict";var n=r(1780),s=Function.prototype.call;t.exports=n?s.bind(s):function(){return s.apply(s,arguments)}},3410:(t,e,r)=>{"use strict";var n=r(5024),s=r(701),i=Function.prototype,o=n&&Object.getOwnPropertyDescriptor,a=s(i,"name"),c=a&&"something"===function(){}.name,u=a&&(!n||n&&o(i,"name").configurable);t.exports={EXISTS:a,PROPER:c,CONFIGURABLE:u}},3574:(t,e,r)=>{"use strict";var n=r(6100),s=r(814);t.exports=function(t,e,r){try{return n(s(Object.getOwnPropertyDescriptor(t,e)[r]))}catch(t){}}},9344:(t,e,r)=>{"use strict";var n=r(9932),s=r(6100);t.exports=function(t){if("Function"===n(t))return s(t)}},6100:(t,e,r)=>{"use strict";var n=r(1780),s=Function.prototype,i=s.call,o=n&&s.bind.bind(i,i);t.exports=n?o:function(t){return function(){return i.apply(t,arguments)}}},1003:(t,e,r)=>{"use strict";var n=r(8099),s=r(1063),i=r(2769),o=function(t){return i(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?o(n[t])||o(s[t]):n[t]&&n[t][e]||s[t]&&s[t][e]}},967:(t,e,r)=>{"use strict";var n=r(8407),s=r(4674),i=r(3057),o=r(6625),a=r(8655)("iterator");t.exports=function(t){if(!i(t))return s(t,a)||s(t,"@@iterator")||o[n(t)]}},1613:(t,e,r)=>{"use strict";var n=r(4713),s=r(814),i=r(7235),o=r(459),a=r(967),c=TypeError;t.exports=function(t,e){var r=arguments.length<2?a(t):e;if(s(r))return i(n(r,t));throw new c(o(t)+" is not iterable")}},4674:(t,e,r)=>{"use strict";var n=r(814),s=r(3057);t.exports=function(t,e){var r=t[e];return s(r)?void 0:n(r)}},1063:function(t,e,r){"use strict";var n=function(t){return t&&t.Math===Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||n("object"==typeof this&&this)||function(){return this}()||Function("return this")()},701:(t,e,r)=>{"use strict";var n=r(6100),s=r(2137),i=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return i(s(t),e)}},5241:t=>{"use strict";t.exports={}},3489:(t,e,r)=>{"use strict";var n=r(1003);t.exports=n("document","documentElement")},9665:(t,e,r)=>{"use strict";var n=r(5024),s=r(1203),i=r(9619);t.exports=!n&&!s((function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},1395:(t,e,r)=>{"use strict";var n=r(6100),s=r(1203),i=r(9932),o=Object,a=n("".split);t.exports=s((function(){return!o("z").propertyIsEnumerable(0)}))?function(t){return"String"===i(t)?a(t,""):o(t)}:o},3507:(t,e,r)=>{"use strict";var n=r(2769),s=r(262),i=r(3491);t.exports=function(t,e,r){var o,a;return i&&n(o=e.constructor)&&o!==r&&s(a=o.prototype)&&a!==r.prototype&&i(t,a),t}},8148:(t,e,r)=>{"use strict";var n=r(262),s=r(3999);t.exports=function(t,e){n(e)&&"cause"in e&&s(t,"cause",e.cause)}},8417:(t,e,r)=>{"use strict";var n,s,i,o=r(1314),a=r(1063),c=r(262),u=r(3999),l=r(701),f=r(3753),p=r(4275),h=r(5241),m="Object already initialized",y=a.TypeError,d=a.WeakMap;if(o||f.state){var g=f.state||(f.state=new d);g.get=g.get,g.has=g.has,g.set=g.set,n=function(t,e){if(g.has(t))throw new y(m);return e.facade=t,g.set(t,e),e},s=function(t){return g.get(t)||{}},i=function(t){return g.has(t)}}else{var v=p("state");h[v]=!0,n=function(t,e){if(l(t,v))throw new y(m);return e.facade=t,u(t,v,e),e},s=function(t){return l(t,v)?t[v]:{}},i=function(t){return l(t,v)}}t.exports={set:n,get:s,has:i,enforce:function(t){return i(t)?s(t):n(t,{})},getterFor:function(t){return function(e){var r;if(!c(e)||(r=s(e)).type!==t)throw new y("Incompatible receiver, "+t+" required");return r}}}},2877:(t,e,r)=>{"use strict";var n=r(8655),s=r(6625),i=n("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(s.Array===t||o[i]===t)}},2769:t=>{"use strict";var e="object"==typeof document&&document.all;t.exports=void 0===e&&void 0!==e?function(t){return"function"==typeof t||t===e}:function(t){return"function"==typeof t}},8696:(t,e,r)=>{"use strict";var n=r(1203),s=r(2769),i=/#|\.prototype\./,o=function(t,e){var r=c[a(t)];return r===l||r!==u&&(s(e)?n(e):!!e)},a=o.normalize=function(t){return String(t).replace(i,".").toLowerCase()},c=o.data={},u=o.NATIVE="N",l=o.POLYFILL="P";t.exports=o},3057:t=>{"use strict";t.exports=function(t){return null==t}},262:(t,e,r)=>{"use strict";var n=r(2769);t.exports=function(t){return"object"==typeof t?null!==t:n(t)}},2937:(t,e,r)=>{"use strict";var n=r(262);t.exports=function(t){return n(t)||null===t}},4871:t=>{"use strict";t.exports=!0},6281:(t,e,r)=>{"use strict";var n=r(1003),s=r(2769),i=r(4317),o=r(7460),a=Object;t.exports=o?function(t){return"symbol"==typeof t}:function(t){var e=n("Symbol");return s(e)&&i(e.prototype,a(t))}},208:(t,e,r)=>{"use strict";var n=r(4572),s=r(4713),i=r(7235),o=r(459),a=r(2877),c=r(8130),u=r(4317),l=r(1613),f=r(967),p=r(1743),h=TypeError,m=function(t,e){this.stopped=t,this.result=e},y=m.prototype;t.exports=function(t,e,r){var d,g,v,b,_,E,w,x=r&&r.that,j=!(!r||!r.AS_ENTRIES),O=!(!r||!r.IS_RECORD),S=!(!r||!r.IS_ITERATOR),A=!(!r||!r.INTERRUPTED),k=n(e,x),M=function(t){return d&&p(d,"normal",t),new m(!0,t)},P=function(t){return j?(i(t),A?k(t[0],t[1],M):k(t[0],t[1])):A?k(t,M):k(t)};if(O)d=t.iterator;else if(S)d=t;else{if(!(g=f(t)))throw new h(o(t)+" is not iterable");if(a(g)){for(v=0,b=c(t);b>v;v++)if((_=P(t[v]))&&u(y,_))return _;return new m(!1)}d=l(t,g)}for(E=O?t.next:d.next;!(w=s(E,d)).done;){try{_=P(w.value)}catch(t){p(d,"throw",t)}if("object"==typeof _&&_&&u(y,_))return _}return new m(!1)}},1743:(t,e,r)=>{"use strict";var n=r(4713),s=r(7235),i=r(4674);t.exports=function(t,e,r){var o,a;s(t);try{if(!(o=i(t,"return"))){if("throw"===e)throw r;return r}o=n(o,t)}catch(t){a=!0,o=t}if("throw"===e)throw r;if(a)throw o;return s(o),r}},1926:(t,e,r)=>{"use strict";var n=r(2621).IteratorPrototype,s=r(5780),i=r(480),o=r(1811),a=r(6625),c=function(){return this};t.exports=function(t,e,r,u){var l=e+" Iterator";return t.prototype=s(n,{next:i(+!u,r)}),o(t,l,!1,!0),a[l]=c,t}},164:(t,e,r)=>{"use strict";var n=r(9098),s=r(4713),i=r(4871),o=r(3410),a=r(2769),c=r(1926),u=r(3671),l=r(3491),f=r(1811),p=r(3999),h=r(3508),m=r(8655),y=r(6625),d=r(2621),g=o.PROPER,v=o.CONFIGURABLE,b=d.IteratorPrototype,_=d.BUGGY_SAFARI_ITERATORS,E=m("iterator"),w="keys",x="values",j="entries",O=function(){return this};t.exports=function(t,e,r,o,m,d,S){c(r,e,o);var A,k,M,P=function(t){if(t===m&&U)return U;if(!_&&t&&t in I)return I[t];switch(t){case w:case x:case j:return function(){return new r(this,t)}}return function(){return new r(this)}},C=e+" Iterator",T=!1,I=t.prototype,R=I[E]||I["@@iterator"]||m&&I[m],U=!_&&R||P(m),D="Array"===e&&I.entries||R;if(D&&(A=u(D.call(new t)))!==Object.prototype&&A.next&&(i||u(A)===b||(l?l(A,b):a(A[E])||h(A,E,O)),f(A,C,!0,!0),i&&(y[C]=O)),g&&m===x&&R&&R.name!==x&&(!i&&v?p(I,"name",x):(T=!0,U=function(){return s(R,this)})),m)if(k={values:P(x),keys:d?U:P(w),entries:P(j)},S)for(M in k)(_||T||!(M in I))&&h(I,M,k[M]);else n({target:e,proto:!0,forced:_||T},k);return i&&!S||I[E]===U||h(I,E,U,{name:m}),y[e]=U,k}},2621:(t,e,r)=>{"use strict";var n,s,i,o=r(1203),a=r(2769),c=r(262),u=r(5780),l=r(3671),f=r(3508),p=r(8655),h=r(4871),m=p("iterator"),y=!1;[].keys&&("next"in(i=[].keys())?(s=l(l(i)))!==Object.prototype&&(n=s):y=!0),!c(n)||o((function(){var t={};return n[m].call(t)!==t}))?n={}:h&&(n=u(n)),a(n[m])||f(n,m,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:y}},6625:t=>{"use strict";t.exports={}},8130:(t,e,r)=>{"use strict";var n=r(8146);t.exports=function(t){return n(t.length)}},5777:t=>{"use strict";var e=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(t){var n=+t;return(n>0?r:e)(n)}},4879:(t,e,r)=>{"use strict";var n=r(1139);t.exports=function(t,e){return void 0===t?arguments.length<2?"":e:n(t)}},5780:(t,e,r)=>{"use strict";var n,s=r(7235),i=r(7389),o=r(9683),a=r(5241),c=r(3489),u=r(9619),l=r(4275),f="prototype",p="script",h=l("IE_PROTO"),m=function(){},y=function(t){return"<"+p+">"+t+"</"+p+">"},d=function(t){t.write(y("")),t.close();var e=t.parentWindow.Object;return t=null,e},g=function(){try{n=new ActiveXObject("htmlfile")}catch(t){}var t,e,r;g="undefined"!=typeof document?document.domain&&n?d(n):(e=u("iframe"),r="java"+p+":",e.style.display="none",c.appendChild(e),e.src=String(r),(t=e.contentWindow.document).open(),t.write(y("document.F=Object")),t.close(),t.F):d(n);for(var s=o.length;s--;)delete g[f][o[s]];return g()};a[h]=!0,t.exports=Object.create||function(t,e){var r;return null!==t?(m[f]=s(t),r=new m,m[f]=null,r[h]=t):r=g(),void 0===e?r:i.f(r,e)}},7389:(t,e,r)=>{"use strict";var n=r(5024),s=r(1330),i=r(9989),o=r(7235),a=r(3273),c=r(8364);e.f=n&&!s?Object.defineProperties:function(t,e){o(t);for(var r,n=a(e),s=c(e),u=s.length,l=0;u>l;)i.f(t,r=s[l++],n[r]);return t}},9989:(t,e,r)=>{"use strict";var n=r(5024),s=r(9665),i=r(1330),o=r(7235),a=r(5341),c=TypeError,u=Object.defineProperty,l=Object.getOwnPropertyDescriptor,f="enumerable",p="configurable",h="writable";e.f=n?i?function(t,e,r){if(o(t),e=a(e),o(r),"function"==typeof t&&"prototype"===e&&"value"in r&&h in r&&!r[h]){var n=l(t,e);n&&n[h]&&(t[e]=r.value,r={configurable:p in r?r[p]:n[p],enumerable:f in r?r[f]:n[f],writable:!1})}return u(t,e,r)}:u:function(t,e,r){if(o(t),e=a(e),o(r),s)try{return u(t,e,r)}catch(t){}if("get"in r||"set"in r)throw new c("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},4543:(t,e,r)=>{"use strict";var n=r(5024),s=r(4713),i=r(7161),o=r(480),a=r(3273),c=r(5341),u=r(701),l=r(9665),f=Object.getOwnPropertyDescriptor;e.f=n?f:function(t,e){if(t=a(t),e=c(e),l)try{return f(t,e)}catch(t){}if(u(t,e))return o(!s(i.f,t,e),t[e])}},5116:(t,e,r)=>{"use strict";var n=r(8600),s=r(9683).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,s)}},7313:(t,e)=>{"use strict";e.f=Object.getOwnPropertySymbols},3671:(t,e,r)=>{"use strict";var n=r(701),s=r(2769),i=r(2137),o=r(4275),a=r(2871),c=o("IE_PROTO"),u=Object,l=u.prototype;t.exports=a?u.getPrototypeOf:function(t){var e=i(t);if(n(e,c))return e[c];var r=e.constructor;return s(r)&&e instanceof r?r.prototype:e instanceof u?l:null}},4317:(t,e,r)=>{"use strict";var n=r(6100);t.exports=n({}.isPrototypeOf)},8600:(t,e,r)=>{"use strict";var n=r(6100),s=r(701),i=r(3273),o=r(1005).indexOf,a=r(5241),c=n([].push);t.exports=function(t,e){var r,n=i(t),u=0,l=[];for(r in n)!s(a,r)&&s(n,r)&&c(l,r);for(;e.length>u;)s(n,r=e[u++])&&(~o(l,r)||c(l,r));return l}},8364:(t,e,r)=>{"use strict";var n=r(8600),s=r(9683);t.exports=Object.keys||function(t){return n(t,s)}},7161:(t,e)=>{"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,s=n&&!r.call({1:2},1);e.f=s?function(t){var e=n(this,t);return!!e&&e.enumerable}:r},3491:(t,e,r)=>{"use strict";var n=r(3574),s=r(7235),i=r(1966);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,r={};try{(t=n(Object.prototype,"__proto__","set"))(r,[]),e=r instanceof Array}catch(t){}return function(r,n){return s(r),i(n),e?t(r,n):r.__proto__=n,r}}():void 0)},9559:(t,e,r)=>{"use strict";var n=r(4904),s=r(8407);t.exports=n?{}.toString:function(){return"[object "+s(this)+"]"}},9258:(t,e,r)=>{"use strict";var n=r(4713),s=r(2769),i=r(262),o=TypeError;t.exports=function(t,e){var r,a;if("string"===e&&s(r=t.toString)&&!i(a=n(r,t)))return a;if(s(r=t.valueOf)&&!i(a=n(r,t)))return a;if("string"!==e&&s(r=t.toString)&&!i(a=n(r,t)))return a;throw new o("Can't convert object to primitive value")}},5691:(t,e,r)=>{"use strict";var n=r(1003),s=r(6100),i=r(5116),o=r(7313),a=r(7235),c=s([].concat);t.exports=n("Reflect","ownKeys")||function(t){var e=i.f(a(t)),r=o.f;return r?c(e,r(t)):e}},8099:t=>{"use strict";t.exports={}},5516:(t,e,r)=>{"use strict";var n=r(9989).f;t.exports=function(t,e,r){r in t||n(t,r,{configurable:!0,get:function(){return e[r]},set:function(t){e[r]=t}})}},5426:(t,e,r)=>{"use strict";var n=r(3057),s=TypeError;t.exports=function(t){if(n(t))throw new s("Can't call method on "+t);return t}},1811:(t,e,r)=>{"use strict";var n=r(4904),s=r(9989).f,i=r(3999),o=r(701),a=r(9559),c=r(8655)("toStringTag");t.exports=function(t,e,r,u){var l=r?t:t&&t.prototype;l&&(o(l,c)||s(l,c,{configurable:!0,value:e}),u&&!n&&i(l,"toString",a))}},4275:(t,e,r)=>{"use strict";var n=r(8141),s=r(1268),i=n("keys");t.exports=function(t){return i[t]||(i[t]=s(t))}},3753:(t,e,r)=>{"use strict";var n=r(1063),s=r(7525),i="__core-js_shared__",o=n[i]||s(i,{});t.exports=o},8141:(t,e,r)=>{"use strict";var n=r(4871),s=r(3753);(t.exports=function(t,e){return s[t]||(s[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.35.1",mode:n?"pure":"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})},5571:(t,e,r)=>{"use strict";var n=r(6100),s=r(9903),i=r(1139),o=r(5426),a=n("".charAt),c=n("".charCodeAt),u=n("".slice),l=function(t){return function(e,r){var n,l,f=i(o(e)),p=s(r),h=f.length;return p<0||p>=h?t?"":void 0:(n=c(f,p))<55296||n>56319||p+1===h||(l=c(f,p+1))<56320||l>57343?t?a(f,p):n:t?u(f,p,p+2):l-56320+(n-55296<<10)+65536}};t.exports={codeAt:l(!1),charAt:l(!0)}},4603:(t,e,r)=>{"use strict";var n=r(4432),s=r(1203),i=r(1063).String;t.exports=!!Object.getOwnPropertySymbols&&!s((function(){var t=Symbol("symbol detection");return!i(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},4574:(t,e,r)=>{"use strict";var n=r(9903),s=Math.max,i=Math.min;t.exports=function(t,e){var r=n(t);return r<0?s(r+e,0):i(r,e)}},3273:(t,e,r)=>{"use strict";var n=r(1395),s=r(5426);t.exports=function(t){return n(s(t))}},9903:(t,e,r)=>{"use strict";var n=r(5777);t.exports=function(t){var e=+t;return e!=e||0===e?0:n(e)}},8146:(t,e,r)=>{"use strict";var n=r(9903),s=Math.min;t.exports=function(t){var e=n(t);return e>0?s(e,9007199254740991):0}},2137:(t,e,r)=>{"use strict";var n=r(5426),s=Object;t.exports=function(t){return s(n(t))}},493:(t,e,r)=>{"use strict";var n=r(4713),s=r(262),i=r(6281),o=r(4674),a=r(9258),c=r(8655),u=TypeError,l=c("toPrimitive");t.exports=function(t,e){if(!s(t)||i(t))return t;var r,c=o(t,l);if(c){if(void 0===e&&(e="default"),r=n(c,t,e),!s(r)||i(r))return r;throw new u("Can't convert object to primitive value")}return void 0===e&&(e="number"),a(t,e)}},5341:(t,e,r)=>{"use strict";var n=r(493),s=r(6281);t.exports=function(t){var e=n(t,"string");return s(e)?e:e+""}},4904:(t,e,r)=>{"use strict";var n={};n[r(8655)("toStringTag")]="z",t.exports="[object z]"===String(n)},1139:(t,e,r)=>{"use strict";var n=r(8407),s=String;t.exports=function(t){if("Symbol"===n(t))throw new TypeError("Cannot convert a Symbol value to a string");return s(t)}},459:t=>{"use strict";var e=String;t.exports=function(t){try{return e(t)}catch(t){return"Object"}}},1268:(t,e,r)=>{"use strict";var n=r(6100),s=0,i=Math.random(),o=n(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+o(++s+i,36)}},7460:(t,e,r)=>{"use strict";var n=r(4603);t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},1330:(t,e,r)=>{"use strict";var n=r(5024),s=r(1203);t.exports=n&&s((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},1314:(t,e,r)=>{"use strict";var n=r(1063),s=r(2769),i=n.WeakMap;t.exports=s(i)&&/native code/.test(String(i))},8655:(t,e,r)=>{"use strict";var n=r(1063),s=r(8141),i=r(701),o=r(1268),a=r(4603),c=r(7460),u=n.Symbol,l=s("wks"),f=c?u.for||u:u&&u.withoutSetter||o;t.exports=function(t){return i(l,t)||(l[t]=a&&i(u,t)?u[t]:f("Symbol."+t)),l[t]}},6453:(t,e,r)=>{"use strict";var n=r(1003),s=r(701),i=r(3999),o=r(4317),a=r(3491),c=r(7464),u=r(5516),l=r(3507),f=r(4879),p=r(8148),h=r(4279),m=r(5024),y=r(4871);t.exports=function(t,e,r,d){var g="stackTraceLimit",v=d?2:1,b=t.split("."),_=b[b.length-1],E=n.apply(null,b);if(E){var w=E.prototype;if(!y&&s(w,"cause")&&delete w.cause,!r)return E;var x=n("Error"),j=e((function(t,e){var r=f(d?e:t,void 0),n=d?new E(t):new E;return void 0!==r&&i(n,"message",r),h(n,j,n.stack,2),this&&o(w,this)&&l(n,this,j),arguments.length>v&&p(n,arguments[v]),n}));if(j.prototype=w,"Error"!==_?a?a(j,x):c(j,x,{name:!0}):m&&g in E&&(u(j,E,g),u(j,E,"prepareStackTrace")),c(j,E),!y)try{w.name!==_&&i(w,"name",_),w.constructor=j}catch(t){}return j}}},6138:(t,e,r)=>{"use strict";var n=r(9098),s=r(1003),i=r(7013),o=r(1203),a=r(6453),c="AggregateError",u=s(c),l=!o((function(){return 1!==u([1]).errors[0]}))&&o((function(){return 7!==u([1],c,{cause:7}).cause}));n({global:!0,constructor:!0,arity:2,forced:l},{AggregateError:a(c,(function(t){return function(e,r){return i(t,this,arguments)}}),l,!0)})},3085:(t,e,r)=>{"use strict";var n=r(9098),s=r(4317),i=r(3671),o=r(3491),a=r(7464),c=r(5780),u=r(3999),l=r(480),f=r(8148),p=r(4279),h=r(208),m=r(4879),y=r(8655)("toStringTag"),d=Error,g=[].push,v=function(t,e){var r,n=s(b,this);o?r=o(new d,n?i(this):b):(r=n?this:c(b),u(r,y,"Error")),void 0!==e&&u(r,"message",m(e)),p(r,v,r.stack,1),arguments.length>2&&f(r,arguments[2]);var a=[];return h(t,g,{that:a}),u(r,"errors",a),r};o?o(v,d):a(v,d,{name:!0});var b=v.prototype=c(d.prototype,{constructor:l(1,v),message:l(1,""),name:l(1,"AggregateError")});n({global:!0,constructor:!0,arity:2},{AggregateError:v})},5695:(t,e,r)=>{"use strict";r(3085)},7447:(t,e,r)=>{"use strict";var n=r(3273),s=r(8137),i=r(6625),o=r(8417),a=r(9989).f,c=r(164),u=r(877),l=r(4871),f=r(5024),p="Array Iterator",h=o.set,m=o.getterFor(p);t.exports=c(Array,"Array",(function(t,e){h(this,{type:p,target:n(t),index:0,kind:e})}),(function(){var t=m(this),e=t.target,r=t.index++;if(!e||r>=e.length)return t.target=void 0,u(void 0,!0);switch(t.kind){case"keys":return u(r,!1);case"values":return u(e[r],!1)}return u([r,e[r]],!1)}),"values");var y=i.Arguments=i.Array;if(s("keys"),s("values"),s("entries"),!l&&f&&"values"!==y.name)try{a(y,"name",{value:"values"})}catch(t){}},484:(t,e,r)=>{"use strict";var n=r(9098),s=r(1063),i=r(7013),o=r(6453),a="WebAssembly",c=s[a],u=7!==new Error("e",{cause:7}).cause,l=function(t,e){var r={};r[t]=o(t,e,u),n({global:!0,constructor:!0,arity:1,forced:u},r)},f=function(t,e){if(c&&c[t]){var r={};r[t]=o(a+"."+t,e,u),n({target:a,stat:!0,constructor:!0,arity:1,forced:u},r)}};l("Error",(function(t){return function(e){return i(t,this,arguments)}})),l("EvalError",(function(t){return function(e){return i(t,this,arguments)}})),l("RangeError",(function(t){return function(e){return i(t,this,arguments)}})),l("ReferenceError",(function(t){return function(e){return i(t,this,arguments)}})),l("SyntaxError",(function(t){return function(e){return i(t,this,arguments)}})),l("TypeError",(function(t){return function(e){return i(t,this,arguments)}})),l("URIError",(function(t){return function(e){return i(t,this,arguments)}})),f("CompileError",(function(t){return function(e){return i(t,this,arguments)}})),f("LinkError",(function(t){return function(e){return i(t,this,arguments)}})),f("RuntimeError",(function(t){return function(e){return i(t,this,arguments)}}))},3832:(t,e,r)=>{"use strict";var n=r(5571).charAt,s=r(1139),i=r(8417),o=r(164),a=r(877),c="String Iterator",u=i.set,l=i.getterFor(c);o(String,"String",(function(t){u(this,{type:c,string:s(t),index:0})}),(function(){var t,e=l(this),r=e.string,s=e.index;return s>=r.length?a(void 0,!0):(t=n(r,s),e.index+=t.length,a(t,!1))}))},5442:(t,e,r)=>{"use strict";r(5695)},85:(t,e,r)=>{"use strict";r(7447);var n=r(1100),s=r(1063),i=r(1811),o=r(6625);for(var a in n)i(s[a],a),o[a]=o.Array},239:(t,e,r)=>{"use strict";r(5442);var n=r(6656);r(85),t.exports=n}},e={};function r(n){var s=e[n];if(void 0!==s)return s.exports;var i=e[n]={id:n,loaded:!1,exports:{}};return t[n].call(i.exports,i,i.exports,r),i.loaded=!0,i.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.nmd=t=>(t.paths=[],t.children||(t.children=[]),t);var n={};return(()=>{"use strict";r.r(n),r.d(n,{AnnotationElement:()=>Jt,ArrayElement:()=>qt.wE,ArraySlice:()=>qt.G6,BREAK:()=>Ze,BooleanElement:()=>qt.bd,CloneError:()=>sr,CommentElement:()=>Zt,DeepCloneError:()=>ir,Element:()=>qt.Hg,ElementIdentityError:()=>xr,IdentityManager:()=>jr,KeyValuePair:()=>qt.KeyValuePair,LinkElement:()=>qt.Ft,MediaTypes:()=>Pr,MemberElement:()=>qt.Pr,Namespace:()=>Ne,NullElement:()=>qt.Os,NumberElement:()=>qt.kT,ObjectElement:()=>qt.Sh,ObjectSlice:()=>qt.ot,ParseResultElement:()=>ne,RefElement:()=>qt.sI,ShallowCloneError:()=>or,SourceMapElement:()=>ie,StringElement:()=>qt.Om,Transcluder:()=>nn,cloneDeep:()=>ar,cloneNode:()=>pr,cloneShallow:()=>lr,createNamespace:()=>Be,createPredicate:()=>fe,deepmerge:()=>In,defaultIdentityManager:()=>Or,dehydrate:()=>jn,dereference:()=>bn,dispatchRefractorPlugins:()=>vr,filter:()=>Cr,find:()=>Rr,findAtOffset:()=>Kr,from:()=>_n,getNodeType:()=>fr,hasElementSourceMap:()=>Ae,includesClasses:()=>Me,includesSymbols:()=>ke,isAnnotationElement:()=>we,isArrayElement:()=>ve,isBooleanElement:()=>de,isElement:()=>pe,isLinkElement:()=>_e,isMemberElement:()=>be,isNullElement:()=>ye,isNumberElement:()=>me,isObjectElement:()=>ge,isParseResultElement:()=>je,isPrimitiveElement:()=>Se,isRefElement:()=>Ee,isSourceMapElement:()=>Oe,isStringElement:()=>he,keyMap:()=>mr,mergeAllVisitors:()=>rr,mergeLeft:()=>Fn,mergeRight:()=>Un,namespace:()=>$e,parents:()=>Qr,refract:()=>qt.e,refractorPluginElementIdentity:()=>Sr,refractorPluginSemanticElementIdentity:()=>Ar,reject:()=>Tr,sexprs:()=>An,some:()=>Hr,toJSON:()=>En,toString:()=>On,toValue:()=>qr,toYAML:()=>xn,transclude:()=>rn,traverse:()=>Xr,visit:()=>dr});var t={};function e(t){return null!=t&&"object"==typeof t&&!0===t["@@functional/placeholder"]}function s(t){return function r(n){return 0===arguments.length||e(n)?r:t.apply(this,arguments)}}function i(t){return function r(n,i){switch(arguments.length){case 0:return r;case 1:return e(n)?r:s((function(e){return t(n,e)}));default:return e(n)&&e(i)?r:e(n)?s((function(e){return t(e,i)})):e(i)?s((function(e){return t(n,e)})):t(n,i)}}}function o(t){return function r(n,o,a){switch(arguments.length){case 0:return r;case 1:return e(n)?r:i((function(e,r){return t(n,e,r)}));case 2:return e(n)&&e(o)?r:e(n)?i((function(e,r){return t(e,o,r)})):e(o)?i((function(e,r){return t(n,e,r)})):s((function(e){return t(n,o,e)}));default:return e(n)&&e(o)&&e(a)?r:e(n)&&e(o)?i((function(e,r){return t(e,r,a)})):e(n)&&e(a)?i((function(e,r){return t(e,o,r)})):e(o)&&e(a)?i((function(e,r){return t(n,e,r)})):e(n)?s((function(e){return t(e,o,a)})):e(o)?s((function(e){return t(n,e,a)})):e(a)?s((function(e){return t(n,o,e)})):t(n,o,a)}}}function a(t){return"[object Object]"===Object.prototype.toString.call(t)}function c(t,e){return Object.prototype.hasOwnProperty.call(e,t)}r.r(t),r.d(t,{hasElementSourceMap:()=>Ae,includesClasses:()=>Me,includesSymbols:()=>ke,isAnnotationElement:()=>we,isArrayElement:()=>ve,isBooleanElement:()=>de,isCommentElement:()=>xe,isElement:()=>pe,isLinkElement:()=>_e,isMemberElement:()=>be,isNullElement:()=>ye,isNumberElement:()=>me,isObjectElement:()=>ge,isParseResultElement:()=>je,isPrimitiveElement:()=>Se,isRefElement:()=>Ee,isSourceMapElement:()=>Oe,isStringElement:()=>he});const u=o((function(t,e,r){var n,s={};for(n in r=r||{},e=e||{})c(n,e)&&(s[n]=c(n,r)?t(n,e[n],r[n]):e[n]);for(n in r)c(n,r)&&!c(n,s)&&(s[n]=r[n]);return s}));const l=o((function t(e,r,n){return u((function(r,n,s){return a(n)&&a(s)?t(e,n,s):e(r,n,s)}),r,n)}));const f=i((function(t,e){return l((function(t,e,r){return r}),t,e)}));const p=i((function(t,e){return null==e||e!=e?t:e})),h=Number.isInteger||function(t){return t<<0===t};function m(t){return"[object String]"===Object.prototype.toString.call(t)}const y=i((function(t,e){var r=t<0?e.length+t:t;return m(e)?e.charAt(r):e[r]}));const d=i((function(t,e){if(null!=e)return h(t)?y(t,e):e[t]}));const g=o((function(t,e,r){return p(t,d(e,r))}));function v(t,e){switch(t){case 0:return function(){return e.apply(this,arguments)};case 1:return function(t){return e.apply(this,arguments)};case 2:return function(t,r){return e.apply(this,arguments)};case 3:return function(t,r,n){return e.apply(this,arguments)};case 4:return function(t,r,n,s){return e.apply(this,arguments)};case 5:return function(t,r,n,s,i){return e.apply(this,arguments)};case 6:return function(t,r,n,s,i,o){return e.apply(this,arguments)};case 7:return function(t,r,n,s,i,o,a){return e.apply(this,arguments)};case 8:return function(t,r,n,s,i,o,a,c){return e.apply(this,arguments)};case 9:return function(t,r,n,s,i,o,a,c,u){return e.apply(this,arguments)};case 10:return function(t,r,n,s,i,o,a,c,u,l){return e.apply(this,arguments)};default:throw new Error("First argument to _arity must be a non-negative integer no greater than ten")}}function b(t,r,n){return function(){for(var s=[],i=0,o=t,a=0,c=!1;a<r.length||i<arguments.length;){var u;a<r.length&&(!e(r[a])||i>=arguments.length)?u=r[a]:(u=arguments[i],i+=1),s[a]=u,e(u)?c=!0:o-=1,a+=1}return!c&&o<=0?n.apply(this,s):v(Math.max(0,o),b(t,s,n))}}const _=i((function(t,e){return 1===t?s(e):v(t,b(t,[],e))}));const E=i((function(t,e){return t.map((function(t){for(var r,n=e,s=0;s<t.length;){if(null==n)return;r=t[s],n=h(r)?y(r,n):n[r],s+=1}return n}))}));const w=i((function(t,e){return E([t],e)[0]})),x=Array.isArray||function(t){return null!=t&&t.length>=0&&"[object Array]"===Object.prototype.toString.call(t)};function j(t,e){return function(){var r=arguments.length;if(0===r)return e();var n=arguments[r-1];return x(n)||"function"!=typeof n[t]?e.apply(this,arguments):n[t].apply(n,Array.prototype.slice.call(arguments,0,r-1))}}const O=o(j("slice",(function(t,e,r){return Array.prototype.slice.call(r,t,e)})));const S=O(0,-1);const A=i((function(t,e){return v(t.length,(function(){return t.apply(e,arguments)}))}));const k=i((function(t,e){return t.apply(this,e)}));function M(t,e,r){for(var n=0,s=r.length;n<s;)e=t(e,r[n]),n+=1;return e}const P=s((function(t){return!!x(t)||!!t&&("object"==typeof t&&(!m(t)&&(0===t.length||t.length>0&&(t.hasOwnProperty(0)&&t.hasOwnProperty(t.length-1)))))}));var C="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator";function T(t,e,r){return function(n,s,i){if(P(i))return t(n,s,i);if(null==i)return s;if("function"==typeof i["fantasy-land/reduce"])return e(n,s,i,"fantasy-land/reduce");if(null!=i[C])return r(n,s,i[C]());if("function"==typeof i.next)return r(n,s,i);if("function"==typeof i.reduce)return e(n,s,i,"reduce");throw new TypeError("reduce: list must be array or iterable")}}function I(t,e,r){for(var n=r.next();!n.done;)e=t(e,n.value),n=r.next();return e}function R(t,e,r,n){return r[n](t,e)}const U=T(M,R,I);function D(t,e,r){return function(){if(0===arguments.length)return r();var n=arguments[arguments.length-1];if(!x(n)){for(var s=0;s<t.length;){if("function"==typeof n[t[s]])return n[t[s]].apply(n,Array.prototype.slice.call(arguments,0,-1));s+=1}if(function(t){return null!=t&&"function"==typeof t["@@transducer/step"]}(n))return e.apply(null,Array.prototype.slice.call(arguments,0,-1))(n)}return r.apply(this,arguments)}}function F(t,e){for(var r=0,n=e.length,s=Array(n);r<n;)s[r]=t(e[r]),r+=1;return s}const L=function(){return this.xf["@@transducer/init"]()},N=function(t){return this.xf["@@transducer/result"](t)};var V=function(){function t(t,e){this.xf=e,this.f=t}return t.prototype["@@transducer/init"]=L,t.prototype["@@transducer/result"]=N,t.prototype["@@transducer/step"]=function(t,e){return this.xf["@@transducer/step"](t,this.f(e))},t}();const B=function(t){return function(e){return new V(t,e)}};var $=Object.prototype.toString;const z=function(){return"[object Arguments]"===$.call(arguments)?function(t){return"[object Arguments]"===$.call(t)}:function(t){return c("callee",t)}}();var q=!{toString:null}.propertyIsEnumerable("toString"),G=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],K=function(){return arguments.propertyIsEnumerable("length")}(),W=function(t,e){for(var r=0;r<t.length;){if(t[r]===e)return!0;r+=1}return!1},H="function"!=typeof Object.keys||K?s((function(t){if(Object(t)!==t)return[];var e,r,n=[],s=K&&z(t);for(e in t)!c(e,t)||s&&"length"===e||(n[n.length]=e);if(q)for(r=G.length-1;r>=0;)c(e=G[r],t)&&!W(n,e)&&(n[n.length]=e),r-=1;return n})):s((function(t){return Object(t)!==t?[]:Object.keys(t)}));const Y=H;const J=i(D(["fantasy-land/map","map"],B,(function(t,e){switch(Object.prototype.toString.call(e)){case"[object Function]":return _(e.length,(function(){return t.call(this,e.apply(this,arguments))}));case"[object Object]":return M((function(r,n){return r[n]=t(e[n]),r}),{},Y(e));default:return F(t,e)}})));const X=i((function(t,e){return"function"==typeof e["fantasy-land/ap"]?e["fantasy-land/ap"](t):"function"==typeof t.ap?t.ap(e):"function"==typeof t?function(r){return t(r)(e(r))}:U((function(t,r){return function(t,e){var r;e=e||[];var n=(t=t||[]).length,s=e.length,i=[];for(r=0;r<n;)i[i.length]=t[r],r+=1;for(r=0;r<s;)i[i.length]=e[r],r+=1;return i}(t,J(r,e))}),[],t)}));const Z=i((function(t,e){var r=_(t,e);return _(t,(function(){return M(X,J(r,arguments[0]),Array.prototype.slice.call(arguments,1))}))}));const Q=s((function(t){return Z(t.length,t)}));const tt=Q(s((function(t){return!t})));function et(t){for(var e,r=[];!(e=t.next()).done;)r.push(e.value);return r}function rt(t,e,r){for(var n=0,s=r.length;n<s;){if(t(e,r[n]))return!0;n+=1}return!1}const nt="function"==typeof Object.is?Object.is:function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e};const st=s((function(t){return null===t?"Null":void 0===t?"Undefined":Object.prototype.toString.call(t).slice(8,-1)}));function it(t,e,r,n){var s=et(t);function i(t,e){return ot(t,e,r.slice(),n.slice())}return!rt((function(t,e){return!rt(i,e,t)}),et(e),s)}function ot(t,e,r,n){if(nt(t,e))return!0;var s,i,o=st(t);if(o!==st(e))return!1;if("function"==typeof t["fantasy-land/equals"]||"function"==typeof e["fantasy-land/equals"])return"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e)&&"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t);if("function"==typeof t.equals||"function"==typeof e.equals)return"function"==typeof t.equals&&t.equals(e)&&"function"==typeof e.equals&&e.equals(t);switch(o){case"Arguments":case"Array":case"Object":if("function"==typeof t.constructor&&"Promise"===(s=t.constructor,null==(i=String(s).match(/^function (\w*)/))?"":i[1]))return t===e;break;case"Boolean":case"Number":case"String":if(typeof t!=typeof e||!nt(t.valueOf(),e.valueOf()))return!1;break;case"Date":if(!nt(t.valueOf(),e.valueOf()))return!1;break;case"Error":return t.name===e.name&&t.message===e.message;case"RegExp":if(t.source!==e.source||t.global!==e.global||t.ignoreCase!==e.ignoreCase||t.multiline!==e.multiline||t.sticky!==e.sticky||t.unicode!==e.unicode)return!1}for(var a=r.length-1;a>=0;){if(r[a]===t)return n[a]===e;a-=1}switch(o){case"Map":return t.size===e.size&&it(t.entries(),e.entries(),r.concat([t]),n.concat([e]));case"Set":return t.size===e.size&&it(t.values(),e.values(),r.concat([t]),n.concat([e]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var u=Y(t);if(u.length!==Y(e).length)return!1;var l=r.concat([t]),f=n.concat([e]);for(a=u.length-1;a>=0;){var p=u[a];if(!c(p,e)||!ot(e[p],t[p],l,f))return!1;a-=1}return!0}const at=i((function(t,e){return ot(t,e,[],[])}));function ct(t,e){return function(t,e,r){var n,s;if("function"==typeof t.indexOf)switch(typeof e){case"number":if(0===e){for(n=1/e;r<t.length;){if(0===(s=t[r])&&1/s===n)return r;r+=1}return-1}if(e!=e){for(;r<t.length;){if("number"==typeof(s=t[r])&&s!=s)return r;r+=1}return-1}return t.indexOf(e,r);case"string":case"boolean":case"function":case"undefined":return t.indexOf(e,r);case"object":if(null===e)return t.indexOf(e,r)}for(;r<t.length;){if(at(t[r],e))return r;r+=1}return-1}(e,t,0)>=0}function ut(t){return'"'+t.replace(/\\/g,"\\\\").replace(/[\b]/g,"\\b").replace(/\f/g,"\\f").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t").replace(/\v/g,"\\v").replace(/\0/g,"\\0").replace(/"/g,'\\"')+'"'}var lt=function(t){return(t<10?"0":"")+t};const ft="function"==typeof Date.prototype.toISOString?function(t){return t.toISOString()}:function(t){return t.getUTCFullYear()+"-"+lt(t.getUTCMonth()+1)+"-"+lt(t.getUTCDate())+"T"+lt(t.getUTCHours())+":"+lt(t.getUTCMinutes())+":"+lt(t.getUTCSeconds())+"."+(t.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5)+"Z"};var pt=function(){function t(t,e){this.xf=e,this.f=t}return t.prototype["@@transducer/init"]=L,t.prototype["@@transducer/result"]=N,t.prototype["@@transducer/step"]=function(t,e){return this.f(e)?this.xf["@@transducer/step"](t,e):t},t}();function ht(t){return function(e){return new pt(t,e)}}const mt=i(D(["fantasy-land/filter","filter"],ht,(function(t,e){return a(e)?M((function(r,n){return t(e[n])&&(r[n]=e[n]),r}),{},Y(e)):function(t,e){for(var r=0,n=e.length,s=[];r<n;)t(e[r])&&(s[s.length]=e[r]),r+=1;return s}(t,e)})));const yt=i((function(t,e){return mt((r=t,function(){return!r.apply(this,arguments)}),e);var r}));function dt(t,e){var r=function(r){var n=e.concat([t]);return ct(r,n)?"<Circular>":dt(r,n)},n=function(t,e){return F((function(e){return ut(e)+": "+r(t[e])}),e.slice().sort())};switch(Object.prototype.toString.call(t)){case"[object Arguments]":return"(function() { return arguments; }("+F(r,t).join(", ")+"))";case"[object Array]":return"["+F(r,t).concat(n(t,yt((function(t){return/^\d+$/.test(t)}),Y(t)))).join(", ")+"]";case"[object Boolean]":return"object"==typeof t?"new Boolean("+r(t.valueOf())+")":t.toString();case"[object Date]":return"new Date("+(isNaN(t.valueOf())?r(NaN):ut(ft(t)))+")";case"[object Map]":return"new Map("+r(Array.from(t))+")";case"[object Null]":return"null";case"[object Number]":return"object"==typeof t?"new Number("+r(t.valueOf())+")":1/t==-1/0?"-0":t.toString(10);case"[object Set]":return"new Set("+r(Array.from(t).sort())+")";case"[object String]":return"object"==typeof t?"new String("+r(t.valueOf())+")":ut(t);case"[object Undefined]":return"undefined";default:if("function"==typeof t.toString){var s=t.toString();if("[object Object]"!==s)return s}return"{"+n(t,Y(t)).join(", ")+"}"}}const gt=s((function(t){return dt(t,[])}));const vt=i((function(t,e){if(t===e)return e;function r(t,e){if(t>e!=e>t)return e>t?e:t}var n=r(t,e);if(void 0!==n)return n;var s=r(typeof t,typeof e);if(void 0!==s)return s===typeof t?t:e;var i=gt(t),o=r(i,gt(e));return void 0!==o&&o===i?t:e}));const bt=i((function(t,e){return J(d(t),e)}));function _t(t,e,r){for(var n=0,s=r.length;n<s;){if((e=t["@@transducer/step"](e,r[n]))&&e["@@transducer/reduced"]){e=e["@@transducer/value"];break}n+=1}return t["@@transducer/result"](e)}function Et(t,e,r){for(var n=r.next();!n.done;){if((e=t["@@transducer/step"](e,n.value))&&e["@@transducer/reduced"]){e=e["@@transducer/value"];break}n=r.next()}return t["@@transducer/result"](e)}function wt(t,e,r,n){return t["@@transducer/result"](r[n](A(t["@@transducer/step"],t),e))}const xt=T(_t,wt,Et);var jt=function(){function t(t){this.f=t}return t.prototype["@@transducer/init"]=function(){throw new Error("init not implemented on XWrap")},t.prototype["@@transducer/result"]=function(t){return t},t.prototype["@@transducer/step"]=function(t,e){return this.f(t,e)},t}();const Ot=o((function(t,e,r){return xt("function"==typeof t?new jt(t):t,e,r)}));const St=s((function(t){return _(Ot(vt,0,bt("length",t)),(function(){for(var e=0,r=t.length;e<r;){if(t[e].apply(this,arguments))return!0;e+=1}return!1}))}));function At(t,e){return function(){return e.call(this,t.apply(this,arguments))}}const kt=s(j("tail",O(1,1/0)));function Mt(){if(0===arguments.length)throw new Error("pipe requires at least one argument");return v(arguments[0].length,Ot(At,arguments[0],kt(arguments)))}var Pt=function(t,e){switch(arguments.length){case 0:return Pt;case 1:return function e(r){return 0===arguments.length?e:nt(t,r)};default:return nt(t,e)}};const Ct=Pt;const Tt=_(1,Mt(st,Ct("GeneratorFunction")));const It=_(1,Mt(st,Ct("AsyncFunction")));const Rt=St([Mt(st,Ct("Function")),Tt,It]);const Ut=tt(Rt);function Dt(t){var e=Object.prototype.toString.call(t);return"[object Function]"===e||"[object AsyncFunction]"===e||"[object GeneratorFunction]"===e||"[object AsyncGeneratorFunction]"===e}const Ft=i((function(t,e){return t&&e}));const Lt=i((function(t,e){return Dt(t)?function(){return t.apply(this,arguments)&&e.apply(this,arguments)}:Q(Ft)(t,e)}));var Nt=s((function(t){return null!=t&&"function"==typeof t["fantasy-land/empty"]?t["fantasy-land/empty"]():null!=t&&null!=t.constructor&&"function"==typeof t.constructor["fantasy-land/empty"]?t.constructor["fantasy-land/empty"]():null!=t&&"function"==typeof t.empty?t.empty():null!=t&&null!=t.constructor&&"function"==typeof t.constructor.empty?t.constructor.empty():x(t)?[]:m(t)?"":a(t)?{}:z(t)?function(){return arguments}():function(t){var e=Object.prototype.toString.call(t);return"[object Uint8ClampedArray]"===e||"[object Int8Array]"===e||"[object Uint8Array]"===e||"[object Int16Array]"===e||"[object Uint16Array]"===e||"[object Int32Array]"===e||"[object Uint32Array]"===e||"[object Float32Array]"===e||"[object Float64Array]"===e||"[object BigInt64Array]"===e||"[object BigUint64Array]"===e}(t)?t.constructor.from(""):void 0}));const Vt=Nt;const Bt=s((function(t){return null!=t&&at(t,Vt(t))}));const $t=Lt(_(1,Rt(Array.isArray)?Array.isArray:Mt(st,Ct("Array"))),Bt);const zt=_(3,(function(t,e,r){var n=w(t,r),s=w(S(t),r);if(!Ut(n)&&!$t(t)){var i=A(n,s);return k(i,e)}}));var qt=r(8326);var Gt=function(){function t(t,e){this.xf=e,this.f=t,this.all=!0}return t.prototype["@@transducer/init"]=L,t.prototype["@@transducer/result"]=function(t){return this.all&&(t=this.xf["@@transducer/step"](t,!0)),this.xf["@@transducer/result"](t)},t.prototype["@@transducer/step"]=function(t,e){var r;return this.f(e)||(this.all=!1,t=(r=this.xf["@@transducer/step"](t,!1))&&r["@@transducer/reduced"]?r:{"@@transducer/value":r,"@@transducer/reduced":!0}),t},t}();function Kt(t){return function(e){return new Gt(t,e)}}const Wt=i(D(["all"],Kt,(function(t,e){for(var r=0;r<e.length;){if(!t(e[r]))return!1;r+=1}return!0})));const Ht=s((function(t){return _(t.length,(function(e,r){var n=Array.prototype.slice.call(arguments,0);return n[0]=r,n[1]=e,t.apply(this,n)}))}))(i(ct));class Yt extends qt.Om{constructor(t,e,r){super(t,e,r),this.element="annotation"}get code(){return this.attributes.get("code")}set code(t){this.attributes.set("code",t)}}const Jt=Yt;class Xt extends qt.Om{constructor(t,e,r){super(t,e,r),this.element="comment"}}const Zt=Xt;const Qt=s((function(t){return function(){return t}}));const te=Qt(void 0);const ee=at(te());class re extends qt.wE{constructor(t,e,r){super(t,e,r),this.element="parseResult"}get api(){return this.children.filter((t=>t.classes.contains("api"))).first}get results(){return this.children.filter((t=>t.classes.contains("result")))}get result(){return this.results.first}get annotations(){return this.children.filter((t=>"annotation"===t.element))}get warnings(){return this.children.filter((t=>"annotation"===t.element&&t.classes.contains("warning")))}get errors(){return this.children.filter((t=>"annotation"===t.element&&t.classes.contains("error")))}get isEmpty(){return this.children.reject((t=>"annotation"===t.element)).isEmpty}replaceResult(t){const{result:e}=this;if(ee(e))return!1;const r=this.content.findIndex((t=>t===e));return-1!==r&&(this.content[r]=t,!0)}}const ne=re;class se extends qt.wE{constructor(t,e,r){super(t,e,r),this.element="sourceMap"}get positionStart(){return this.children.filter((t=>t.classes.contains("position"))).get(0)}get positionEnd(){return this.children.filter((t=>t.classes.contains("position"))).get(1)}set position(t){if(void 0===t)return;const e=new qt.wE([t.start.row,t.start.column,t.start.char]),r=new qt.wE([t.end.row,t.end.column,t.end.char]);e.classes.push("position"),r.classes.push("position"),this.push(e).push(r)}}const ie=se,oe=(t,e)=>"object"==typeof e&&null!==e&&t in e&&"function"==typeof e[t],ae=t=>"object"==typeof t&&null!=t&&"_storedElement"in t&&"string"==typeof t._storedElement&&"_content"in t,ce=(t,e)=>"object"==typeof e&&null!==e&&"primitive"in e&&("function"==typeof e.primitive&&e.primitive()===t),ue=(t,e)=>"object"==typeof e&&null!==e&&"classes"in e&&(Array.isArray(e.classes)||e.classes instanceof qt.wE)&&e.classes.includes(t),le=(t,e)=>"object"==typeof e&&null!==e&&"element"in e&&e.element===t,fe=t=>t({hasMethod:oe,hasBasicElementProps:ae,primitiveEq:ce,isElementType:le,hasClass:ue}),pe=fe((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof qt.Hg||t(r)&&e(void 0,r))),he=fe((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof qt.Om||t(r)&&e("string",r))),me=fe((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof qt.kT||t(r)&&e("number",r))),ye=fe((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof qt.Os||t(r)&&e("null",r))),de=fe((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof qt.bd||t(r)&&e("boolean",r))),ge=fe((({hasBasicElementProps:t,primitiveEq:e,hasMethod:r})=>n=>n instanceof qt.Sh||t(n)&&e("object",n)&&r("keys",n)&&r("values",n)&&r("items",n))),ve=fe((({hasBasicElementProps:t,primitiveEq:e,hasMethod:r})=>n=>n instanceof qt.wE&&!(n instanceof qt.Sh)||t(n)&&e("array",n)&&r("push",n)&&r("unshift",n)&&r("map",n)&&r("reduce",n))),be=fe((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof qt.Pr||t(n)&&e("member",n)&&r(void 0,n))),_e=fe((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof qt.Ft||t(n)&&e("link",n)&&r(void 0,n))),Ee=fe((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof qt.sI||t(n)&&e("ref",n)&&r(void 0,n))),we=fe((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof Jt||t(n)&&e("annotation",n)&&r("array",n))),xe=fe((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof Zt||t(n)&&e("comment",n)&&r("string",n))),je=fe((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof ne||t(n)&&e("parseResult",n)&&r("array",n))),Oe=fe((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof ie||t(n)&&e("sourceMap",n)&&r("array",n))),Se=t=>le("object",t)||le("array",t)||le("boolean",t)||le("number",t)||le("string",t)||le("null",t)||le("member",t),Ae=t=>Oe(t.meta.get("sourceMap")),ke=(t,e)=>{if(0===t.length)return!0;const r=e.attributes.get("symbols");return!!ve(r)&&Wt(Ht(r.toValue()),t)},Me=(t,e)=>0===t.length||Wt(Ht(e.classes.toValue()),t);const Pe=o((function(t,e,r){return t(w(e,r))}));const Ce=at(null);var Te=tt(Ce);function Ie(t){return Ie="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ie(t)}const Re=_(1,Lt(Te,(function(t){return"object"===Ie(t)})));var Ue=Mt(st,Ct("Object")),De=Mt(gt,at(gt(Object))),Fe=Pe(Lt(Rt,De),["constructor"]);const Le=_(1,(function(t){if(!Re(t)||!Ue(t))return!1;var e=Object.getPrototypeOf(t);return!!Ce(e)||Fe(e)}));class Ne extends qt.g${constructor(){super(),this.register("annotation",Jt),this.register("comment",Zt),this.register("parseResult",ne),this.register("sourceMap",ie)}}const Ve=new Ne,Be=t=>{const e=new Ne;return Le(t)&&e.use(t),e},$e=Ve,ze=()=>({predicates:{...t},namespace:$e});const qe=function(){return!1};const Ge=_(1,Mt(st,Ct("String")));var Ke=r(1212);const We=class extends Ke{constructor(t,e,r){if(super(t,e,r),this.name=this.constructor.name,"string"==typeof e&&(this.message=e),"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(e).stack,null!=r&&"object"==typeof r&&Object.hasOwn(r,"cause")&&!("cause"in this)){const{cause:t}=r;this.cause=t,t instanceof Error&&"stack"in t&&(this.stack=`${this.stack}\nCAUSE: ${t.stack}`)}}};class He extends Error{static[Symbol.hasInstance](t){return super[Symbol.hasInstance](t)||Function.prototype[Symbol.hasInstance].call(We,t)}constructor(t,e){if(super(t,e),this.name=this.constructor.name,"string"==typeof t&&(this.message=t),"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(t).stack,null!=e&&"object"==typeof e&&Object.hasOwn(e,"cause")&&!("cause"in this)){const{cause:t}=e;this.cause=t,t instanceof Error&&"stack"in t&&(this.stack=`${this.stack}\nCAUSE: ${t.stack}`)}}}const Ye=He;const Je=class extends Ye{constructor(t,e){if(super(t,e),null!=e&&"object"==typeof e){const{cause:t,...r}=e;Object.assign(this,r)}}},Xe=(t,e,r)=>{const n=t[e];if(null!=n){if(!r&&"function"==typeof n)return n;const t=r?n.leave:n.enter;if("function"==typeof t)return t}else{const n=r?t.leave:t.enter;if(null!=n){if("function"==typeof n)return n;const t=n[e];if("function"==typeof t)return t}}return null},Ze={},Qe=t=>null==t?void 0:t.type,tr=t=>"string"==typeof Qe(t),er=t=>Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),rr=(t,{visitFnGetter:e=Xe,nodeTypeGetter:r=Qe,breakSymbol:n=Ze,deleteNodeSymbol:s=null,skipVisitingNodeSymbol:i=!1,exposeEdits:o=!1}={})=>{const a=Symbol("skip"),c=new Array(t.length).fill(a);return{enter(u,...l){let f=u,p=!1;for(let h=0;h<t.length;h+=1)if(c[h]===a){const a=e(t[h],r(f),!1);if("function"==typeof a){const e=a.call(t[h],f,...l);if(e===i)c[h]=u;else if(e===n)c[h]=n;else{if(e===s)return e;if(void 0!==e){if(!o)return e;f=e,p=!0}}}}return p?f:void 0},leave(s,...o){for(let u=0;u<t.length;u+=1)if(c[u]===a){const a=e(t[u],r(s),!0);if("function"==typeof a){const e=a.call(t[u],s,...o);if(e===n)c[u]=n;else if(void 0!==e&&e!==i)return e}}else c[u]===s&&(c[u]=a)}}},nr=(t,e,{keyMap:r=null,state:n={},breakSymbol:s=Ze,deleteNodeSymbol:i=null,skipVisitingNodeSymbol:o=!1,visitFnGetter:a=Xe,nodeTypeGetter:c=Qe,nodePredicate:u=tr,nodeCloneFn:l=er,detectCycles:f=!0}={})=>{const p=r||{};let h,m,y=Array.isArray(t),d=[t],g=-1,v=[],b=t;const _=[],E=[];do{g+=1;const t=g===d.length;let r;const x=t&&0!==v.length;if(t){if(r=0===E.length?void 0:_.pop(),b=m,m=E.pop(),x)if(y){b=b.slice();let t=0;for(const[e,r]of v){const n=e-t;r===i?(b.splice(n,1),t+=1):b[n]=r}}else{b=l(b);for(const[t,e]of v)b[t]=e}g=h.index,d=h.keys,v=h.edits,y=h.inArray,h=h.prev}else if(m!==i&&void 0!==m){if(r=y?g:d[g],b=m[r],b===i||void 0===b)continue;_.push(r)}let j;if(!Array.isArray(b)){if(!u(b))throw new Je(`Invalid AST Node: ${String(b)}`,{node:b});if(f&&E.includes(b)){_.pop();continue}const i=a(e,c(b),t);if(i){for(const[t,r]of Object.entries(n))e[t]=r;j=i.call(e,b,r,m,_,E)}if(j===s)break;if(j===o){if(!t){_.pop();continue}}else if(void 0!==j&&(v.push([r,j]),!t)){if(!u(j)){_.pop();continue}b=j}}var w;if(void 0===j&&x&&v.push([r,b]),!t)h={inArray:y,index:g,keys:d,edits:v,prev:h},y=Array.isArray(b),d=y?b:null!==(w=p[c(b)])&&void 0!==w?w:[],g=-1,v=[],m!==i&&void 0!==m&&E.push(m),m=b}while(void 0!==h);return 0!==v.length?v[v.length-1][1]:t};nr[Symbol.for("nodejs.util.promisify.custom")]=async(t,e,{keyMap:r=null,state:n={},breakSymbol:s=Ze,deleteNodeSymbol:i=null,skipVisitingNodeSymbol:o=!1,visitFnGetter:a=Xe,nodeTypeGetter:c=Qe,nodePredicate:u=tr,nodeCloneFn:l=er,detectCycles:f=!0}={})=>{const p=r||{};let h,m,y=Array.isArray(t),d=[t],g=-1,v=[],b=t;const _=[],E=[];do{g+=1;const t=g===d.length;let r;const x=t&&0!==v.length;if(t){if(r=0===E.length?void 0:_.pop(),b=m,m=E.pop(),x)if(y){b=b.slice();let t=0;for(const[e,r]of v){const n=e-t;r===i?(b.splice(n,1),t+=1):b[n]=r}}else{b=l(b);for(const[t,e]of v)b[t]=e}g=h.index,d=h.keys,v=h.edits,y=h.inArray,h=h.prev}else if(m!==i&&void 0!==m){if(r=y?g:d[g],b=m[r],b===i||void 0===b)continue;_.push(r)}let j;if(!Array.isArray(b)){if(!u(b))throw new Je(`Invalid AST Node: ${String(b)}`,{node:b});if(f&&E.includes(b)){_.pop();continue}const i=a(e,c(b),t);if(i){for(const[t,r]of Object.entries(n))e[t]=r;j=await i.call(e,b,r,m,_,E)}if(j===s)break;if(j===o){if(!t){_.pop();continue}}else if(void 0!==j&&(v.push([r,j]),!t)){if(!u(j)){_.pop();continue}b=j}}var w;if(void 0===j&&x&&v.push([r,b]),!t)h={inArray:y,index:g,keys:d,edits:v,prev:h},y=Array.isArray(b),d=y?b:null!==(w=p[c(b)])&&void 0!==w?w:[],g=-1,v=[],m!==i&&void 0!==m&&E.push(m),m=b}while(void 0!==h);return 0!==v.length?v[v.length-1][1]:t};const sr=class extends Je{value;constructor(t,e){super(t,e),void 0!==e&&(this.value=e.value)}};const ir=class extends sr{};const or=class extends sr{},ar=(t,e={})=>{const{visited:r=new WeakMap}=e,n={...e,visited:r};if(r.has(t))return r.get(t);if(t instanceof qt.KeyValuePair){const{key:e,value:s}=t,i=pe(e)?ar(e,n):e,o=pe(s)?ar(s,n):s,a=new qt.KeyValuePair(i,o);return r.set(t,a),a}if(t instanceof qt.ot){const e=t=>ar(t,n),s=[...t].map(e),i=new qt.ot(s);return r.set(t,i),i}if(t instanceof qt.G6){const e=t=>ar(t,n),s=[...t].map(e),i=new qt.G6(s);return r.set(t,i),i}if(pe(t)){const e=lr(t);if(r.set(t,e),t.content)if(pe(t.content))e.content=ar(t.content,n);else if(t.content instanceof qt.KeyValuePair)e.content=ar(t.content,n);else if(Array.isArray(t.content)){const r=t=>ar(t,n);e.content=t.content.map(r)}else e.content=t.content;else e.content=t.content;return e}throw new ir("Value provided to cloneDeep function couldn't be cloned",{value:t})};ar.safe=t=>{try{return ar(t)}catch{return t}};const cr=t=>{const{key:e,value:r}=t;return new qt.KeyValuePair(e,r)},ur=t=>{const e=new t.constructor;if(e.element=t.element,t.meta.length>0&&(e._meta=ar(t.meta)),t.attributes.length>0&&(e._attributes=ar(t.attributes)),pe(t.content)){const r=t.content;e.content=ur(r)}else Array.isArray(t.content)?e.content=[...t.content]:t.content instanceof qt.KeyValuePair?e.content=cr(t.content):e.content=t.content;return e},lr=t=>{if(t instanceof qt.KeyValuePair)return cr(t);if(t instanceof qt.ot)return(t=>{const e=[...t];return new qt.ot(e)})(t);if(t instanceof qt.G6)return(t=>{const e=[...t];return new qt.G6(e)})(t);if(pe(t))return ur(t);throw new or("Value provided to cloneShallow function couldn't be cloned",{value:t})};lr.safe=t=>{try{return lr(t)}catch{return t}};const fr=t=>ge(t)?"ObjectElement":ve(t)?"ArrayElement":be(t)?"MemberElement":he(t)?"StringElement":de(t)?"BooleanElement":me(t)?"NumberElement":ye(t)?"NullElement":_e(t)?"LinkElement":Ee(t)?"RefElement":void 0,pr=t=>pe(t)?lr(t):er(t),hr=Mt(fr,Ge),mr={ObjectElement:["content"],ArrayElement:["content"],MemberElement:["key","value"],StringElement:[],BooleanElement:[],NumberElement:[],NullElement:[],RefElement:[],LinkElement:[],Annotation:[],Comment:[],ParseResultElement:["content"],SourceMap:["content"]};class yr{result;predicate;returnOnTrue;returnOnFalse;constructor({predicate:t=qe,returnOnTrue:e,returnOnFalse:r}={}){this.result=[],this.predicate=t,this.returnOnTrue=e,this.returnOnFalse=r}enter(t){return this.predicate(t)?(this.result.push(t),this.returnOnTrue):this.returnOnFalse}}const dr=(t,e,{keyMap:r=mr,...n}={})=>nr(t,e,{keyMap:r,nodeTypeGetter:fr,nodePredicate:hr,nodeCloneFn:pr,...n});dr[Symbol.for("nodejs.util.promisify.custom")]=async(t,e,{keyMap:r=mr,...n}={})=>nr[Symbol.for("nodejs.util.promisify.custom")](t,e,{keyMap:r,nodeTypeGetter:fr,nodePredicate:hr,nodeCloneFn:pr,...n});const gr={toolboxCreator:ze,visitorOptions:{nodeTypeGetter:fr,exposeEdits:!0}},vr=(t,e,r={})=>{if(0===e.length)return t;const n=f(gr,r),{toolboxCreator:s,visitorOptions:i}=n,o=s(),a=e.map((t=>t(o))),c=rr(a.map(g({},"visitor")),{...i});a.forEach(zt(["pre"],[]));const u=dr(t,c,i);return a.forEach(zt(["post"],[])),u};var br=r(8357),_r=r.n(br),Er=r(6660),wr=r.n(Er);const xr=class extends Je{value;constructor(t,e){super(t,e),void 0!==e&&(this.value=e.value)}},jr=_r()({props:{uuid:null,length:null,identityMap:null},init({length:t=6}={}){this.length=6,this.uuid=new(wr())({length:t}),this.identityMap=new WeakMap},methods:{identify(t){if(!pe(t))throw new xr("Cannot not identify the element. `element` is neither structurally compatible nor a subclass of an Element class.",{value:t});if(t.meta.hasKey("id")&&he(t.meta.get("id"))&&!t.meta.get("id").equals(""))return t.id;if(this.identityMap.has(t))return this.identityMap.get(t);const e=new qt.Om(this.generateId());return this.identityMap.set(t,e),e},forget(t){return!!this.identityMap.has(t)&&(this.identityMap.delete(t),!0)},generateId(){return this.uuid.randomUUID()}}}),Or=jr({length:6}),Sr=({length:t=6}={})=>()=>{let e;return{pre(){e=jr({length:t})},visitor:{enter(t){t.id=e.identify(t)}},post(){e=null}}},Ar=({length:t=6}={})=>({predicates:e})=>{let r;return{pre(){r=jr({length:t})},visitor:{enter(t){e.isPrimitiveElement(t)||(t.id=r.identify(t))}},post(){r=null}}};const kr=class extends Ye{};const Mr=class extends kr{};const Pr=class extends Array{unknownMediaType="application/octet-stream";filterByFormat(){throw new Mr("filterByFormat method in MediaTypes class is not yet implemented.")}findBy(){throw new Mr("findBy method in MediaTypes class is not yet implemented.")}latest(){throw new Mr("latest method in MediaTypes class is not yet implemented.")}},Cr=(t,e)=>{const r=new yr({predicate:t});return dr(e,r),new qt.G6(r.result)},Tr=(t,e)=>Cr(tt(t),e);const Ir=o((function(t,e,r){return p(t,w(e,r))})),Rr=(t,e)=>{const r=new yr({predicate:t,returnOnTrue:Ze});return dr(e,r),Ir(void 0,[0],r.result)};const Ur=y(-1);const Dr=_(1,Mt(st,Ct("Number")));const Fr=function(){return!0},Lr=t=>"string"==typeof t?.type?t.type:fr(t),Nr={EphemeralObject:["content"],EphemeralArray:["content"],...mr},Vr=(t,e,{keyMap:r=Nr,...n}={})=>dr(t,e,{keyMap:r,nodeTypeGetter:Lr,nodePredicate:Fr,detectCycles:!1,deleteNodeSymbol:Symbol.for("delete-node"),skipVisitingNodeSymbol:Symbol.for("skip-visiting-node"),...n});Vr[Symbol.for("nodejs.util.promisify.custom")]=async(t,{keyMap:e=Nr,...r}={})=>dr[Symbol.for("nodejs.util.promisify.custom")](t,visitor,{keyMap:e,nodeTypeGetter:Lr,nodePredicate:Fr,detectCycles:!1,deleteNodeSymbol:Symbol.for("delete-node"),skipVisitingNodeSymbol:Symbol.for("skip-visiting-node"),...r});const Br=class{type="EphemeralArray";content=[];reference=void 0;constructor(t){this.content=t,this.reference=[]}toReference(){return this.reference}toArray(){return this.reference.push(...this.content),this.reference}};const $r=class{type="EphemeralObject";content=[];reference=void 0;constructor(t){this.content=t,this.reference={}}toReference(){return this.reference}toObject(){return Object.assign(this.reference,Object.fromEntries(this.content))}};class zr{ObjectElement={enter:t=>{if(this.references.has(t))return this.references.get(t).toReference();const e=new $r(t.content);return this.references.set(t,e),e}};EphemeralObject={leave:t=>t.toObject()};MemberElement={enter:t=>[t.key,t.value]};ArrayElement={enter:t=>{if(this.references.has(t))return this.references.get(t).toReference();const e=new Br(t.content);return this.references.set(t,e),e}};EphemeralArray={leave:t=>t.toArray()};references=new WeakMap;BooleanElement(t){return t.toValue()}NumberElement(t){return t.toValue()}StringElement(t){return t.toValue()}NullElement(){return null}}const qr=t=>pe(t)?he(t)||me(t)||de(t)||ye(t)?t.toValue():Vr(t,new zr):t;class Gr{result;offset;includeRightBound;constructor({offset:t=0,includeRightBound:e=!1}={}){this.result=[],this.offset=t,this.includeRightBound=e}enter(t){if(!Ae(t))return;const e=t.getMetaProperty("sourceMap"),r=qr(e.positionStart.get(2)),n=qr(e.positionEnd.get(2));if(!(this.offset>=r&&(this.offset<n||this.includeRightBound&&this.offset<=n)))return!1;this.result.push(t)}}const Kr=(t,e)=>{let r,n;Dr(t)?(r=t,n=!1):(r=Ir(0,["offset"],t),n=Ir(!1,["includeRightBound"],t));const s=new Gr({offset:r,includeRightBound:n});return dr(e,s),Ur(s.result)};const Wr=tt(ee),Hr=(t,e)=>Wr(Rr(t,e));const Yr=Qt(te());class Jr extends yr{callback;constructor({callback:t=Yr,...e}={}){super({...e}),this.callback=t}enter(t){return this.predicate(t)?(this.callback(t),this.returnOnTrue):this.returnOnFalse}}const Xr=(t,e)=>{let r,n;Rt(t)?(r=t,n=pe):(r=Ir(Yr,["callback"],t),n=Ir(pe,["predicate"],t));const s=new Jr({callback:r,predicate:n});dr(e,s)};class Zr{parentEdges;parent;constructor(){this.parentEdges=new WeakMap}ObjectElement(t){this.parentEdges.set(t,this.parent),this.parent=t}ArrayElement(t){this.parentEdges.set(t,this.parent),this.parent=t}MemberElement(t){this.parentEdges.set(t,this.parent),this.parent=t}enter(t){this.parentEdges.set(t,this.parent)}}const Qr=t=>{const e=new Zr;return dr(t,e),e.parentEdges},tn=(t,e=new WeakMap)=>(be(t)?(e.set(t.key,t),tn(t.key,e),e.set(t.value,t),tn(t.value,e)):t.children.forEach((r=>{e.set(r,t),tn(r,e)})),e);const en=class{element;edges;constructor({element:t}){this.element=t}transclude(t,e){if(t===this.element)return e;if(t===e)return this.element;this.edges=this.edges??tn(this.element);const r=this.edges.get(t);return ee(r)?void 0:(ge(r)?((t,e,r)=>{const n=r.get(t);ge(n)&&(n.content=n.map(((s,i,o)=>o===t?(r.delete(t),r.set(e,n),e):o)))})(t,e,this.edges):ve(r)?((t,e,r)=>{const n=r.get(t);ve(n)&&(n.content=n.map((s=>s===t?(r.delete(t),r.set(e,n),e):s)))})(t,e,this.edges):be(r)&&((t,e,r)=>{const n=r.get(t);be(n)&&(n.key===t&&(n.key=e,r.delete(t),r.set(e,n)),n.value===t&&(n.value=e,r.delete(t),r.set(e,n)))})(t,e,this.edges),this.element)}},rn=(t,e,r)=>new en({element:r}).transclude(t,e),nn=en;const sn=i((function(t,e){return M((function(r,n){return r[n]=t(e[n],n,e),r}),{},Y(e))}));const on=s((function(t){return null==t}));const an=i((function(t,e){if(0===t.length||on(e))return!1;for(var r=e,n=0;n<t.length;){if(on(r)||!c(t[n],r))return!1;r=r[t[n]],n+=1}return!0}));var cn=i((function(t,e){return an([t],e)}));const un=cn;const ln=o((function(t,e,r){return t(d(e,r))}));const fn=s((function(t){return _(t.length,t)}));const pn=i((function(t,e){return _(t+1,(function(){var r=arguments[t];if(null!=r&&Dt(r[e]))return r[e].apply(r,Array.prototype.slice.call(arguments,0,t));throw new TypeError(gt(r)+' does not have a method named "'+e+'"')}))}));const hn=pn(1,"split");var mn=function(){function t(t,e){this.xf=e,this.f=t}return t.prototype["@@transducer/init"]=L,t.prototype["@@transducer/result"]=N,t.prototype["@@transducer/step"]=function(t,e){if(this.f){if(this.f(e))return t;this.f=null}return this.xf["@@transducer/step"](t,e)},t}();function yn(t){return function(e){return new mn(t,e)}}const dn=i(D(["dropWhile"],yn,(function(t,e){for(var r=0,n=e.length;r<n&&t(e[r]);)r+=1;return O(r,1/0,e)})));const gn=pn(1,"join");const vn=fn((function(t,e){return Mt(hn(""),dn(Ht(t)),gn(""))(e)})),bn=(t,e)=>{const r=p(t,e);return sn((t=>{if(Le(t)&&un("$ref",t)&&ln(Ge,"$ref",t)){const e=w(["$ref"],t),n=vn("#/",e);return w(n.split("/"),r)}return Le(t)?bn(t,r):t}),t)},_n=(t,e=$e)=>{if(Ge(t))try{return e.fromRefract(JSON.parse(t))}catch{}return Le(t)&&un("element",t)?e.fromRefract(t):e.toElement(t)},En=(t,e,r)=>JSON.stringify(qr(t),e,r);class wn{static indentChar=" ";result;indent;constructor({directive:t=!1,indent:e=0}={}){this.result=t?"%YAML 1.2\n---\n":"",this.indent=e}NumberElement(t){this.result+=qr(t)}BooleanElement(t){const e=qr(t);this.result+=e?"true":"false"}StringElement(t){this.result+=JSON.stringify(qr(t))}NullElement(){this.result+="null"}ArrayElement(t){return 0===t.length?(this.result+="[]",!1):(t.forEach((t=>{const e=new wn({indent:this.indent+1}),r=wn.indentChar.repeat(this.indent);dr(t,e);const{result:n}=e;this.result+=n.startsWith("\n")?`\n${r}-${n}`:`\n${r}- ${n}`})),!1)}ObjectElement(t){return 0===t.length?(this.result+="{}",!1):(t.forEach(((t,e)=>{const r=new wn({indent:this.indent+1}),n=new wn({indent:this.indent+1}),s=wn.indentChar.repeat(this.indent);dr(e,r),dr(t,n);const{result:i}=r,{result:o}=n;this.result+=o.startsWith("\n")?`\n${s}${i}:${o}`:`\n${s}${i}: ${o}`})),!1)}}const xn=(t,{directive:e=!1}={})=>{const r=new wn({directive:e});return dr(t,r),r.result},jn=(t,e=$e)=>e.toRefract(t),On=(t,e=$e)=>{const r=jn(t,e);return JSON.stringify(r)};class Sn{result="";nestingLevel=0;enter(t){const{element:e}=t,r=e.charAt(0).toUpperCase()+e.slice(1),n=" ".repeat(this.nestingLevel);this.result+=this.nestingLevel>0?"\n":"",this.result+=`${n}(${r}Element`,this.nestingLevel+=1}leave(){this.nestingLevel-=1,this.result+=")"}}const An=t=>{const e=new Sn;return dr(t,e),e.result},kn=t=>{const e=t.meta.length>0?ar(t.meta):void 0,r=t.attributes.length>0?ar(t.attributes):void 0;return new t.constructor(void 0,e,r)},Mn=(t,e)=>e.clone&&e.isMergeableElement(t)?In(kn(t),t,e):t,Pn=t=>"function"!=typeof t.customMetaMerge?t=>ar(t):t.customMetaMerge,Cn=t=>"function"!=typeof t.customAttributesMerge?t=>ar(t):t.customAttributesMerge,Tn={clone:!0,isMergeableElement:t=>ge(t)||ve(t),arrayElementMerge:(t,e,r)=>t.concat(e)["fantasy-land/map"]((t=>Mn(t,r))),objectElementMerge:(t,e,r)=>{const n=ge(t)?kn(t):kn(e);return ge(t)&&t.forEach(((t,e,s)=>{const i=lr(s);i.value=Mn(t,r),n.content.push(i)})),e.forEach(((e,s,i)=>{const o=qr(s);let a;if(ge(t)&&t.hasKey(o)&&r.isMergeableElement(e)){const n=t.get(o);a=lr(i),a.value=((t,e)=>{if("function"!=typeof e.customMerge)return In;const r=e.customMerge(t,e);return"function"==typeof r?r:In})(s,r)(n,e)}else a=lr(i),a.value=Mn(e,r);n.remove(o),n.content.push(a)})),n},customMerge:void 0,customMetaMerge:void 0,customAttributesMerge:void 0};function In(t,e,r){const n={...Tn,...r};n.isMergeableElement=n.isMergeableElement??Tn.isMergeableElement,n.arrayElementMerge=n.arrayElementMerge??Tn.arrayElementMerge,n.objectElementMerge=n.objectElementMerge??Tn.objectElementMerge;const s=ve(e);if(!(s===ve(t)))return Mn(e,n);const i=s&&"function"==typeof n.arrayElementMerge?n.arrayElementMerge(t,e,n):n.objectElementMerge(t,e,n);return i.meta=Pn(n)(t.meta,e.meta),i.attributes=Cn(n)(t.attributes,e.attributes),i}In.all=(t,e)=>{if(!Array.isArray(t))throw new TypeError("First argument of deepmerge should be an array.");return 0===t.length?new qt.Sh:t.reduce(((t,r)=>In(t,r,e)),kn(t[0]))};const Rn=(t,e,r)=>In(t,e,{...Tn,...r,customMerge:()=>(t,e)=>e,clone:!1});Rn.all=(t,e)=>{if(!Array.isArray(t))throw new TypeError("First argument of mergeRight should be an array.");return 0===t.length?new qt.Sh:t.reduce(((t,r)=>Rn(t,r,e)),kn(t[0]))};const Un=Rn,Dn=(...[t,e,r])=>Un(e,t,r);Dn.all=(...[t,e])=>Un.all([...t].reverse(),e);const Fn=Dn})(),n})()));
1
+ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.apidomCore=e():t.apidomCore=e()}(self,(()=>(()=>{var t={3103:(t,e,r)=>{var n=r(4715)(r(8942),"DataView");t.exports=n},5098:(t,e,r)=>{var n=r(3305),s=r(9361),i=r(1112),o=r(5276),a=r(5071);function c(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=s,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,t.exports=c},1386:(t,e,r)=>{var n=r(2393),s=r(2049),i=r(7144),o=r(7452),a=r(3964);function c(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=s,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,t.exports=c},9770:(t,e,r)=>{var n=r(4715)(r(8942),"Map");t.exports=n},8250:(t,e,r)=>{var n=r(9753),s=r(5681),i=r(88),o=r(4732),a=r(9068);function c(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=s,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,t.exports=c},9413:(t,e,r)=>{var n=r(4715)(r(8942),"Promise");t.exports=n},4512:(t,e,r)=>{var n=r(4715)(r(8942),"Set");t.exports=n},3212:(t,e,r)=>{var n=r(8250),s=r(1877),i=r(8006);function o(t){var e=-1,r=null==t?0:t.length;for(this.__data__=new n;++e<r;)this.add(t[e])}o.prototype.add=o.prototype.push=s,o.prototype.has=i,t.exports=o},1340:(t,e,r)=>{var n=r(1386),s=r(4103),i=r(1779),o=r(4162),a=r(7462),c=r(6638);function u(t){var e=this.__data__=new n(t);this.size=e.size}u.prototype.clear=s,u.prototype.delete=i,u.prototype.get=o,u.prototype.has=a,u.prototype.set=c,t.exports=u},5650:(t,e,r)=>{var n=r(8942).Symbol;t.exports=n},1623:(t,e,r)=>{var n=r(8942).Uint8Array;t.exports=n},9270:(t,e,r)=>{var n=r(4715)(r(8942),"WeakMap");t.exports=n},9847:t=>{t.exports=function(t,e){for(var r=-1,n=null==t?0:t.length,s=0,i=[];++r<n;){var o=t[r];e(o,r,t)&&(i[s++]=o)}return i}},358:(t,e,r)=>{var n=r(6137),s=r(3283),i=r(3142),o=r(5853),a=r(9632),c=r(8666),u=Object.prototype.hasOwnProperty;t.exports=function(t,e){var r=i(t),l=!r&&s(t),f=!r&&!l&&o(t),p=!r&&!l&&!f&&c(t),h=r||l||f||p,m=h?n(t.length,String):[],y=m.length;for(var d in t)!e&&!u.call(t,d)||h&&("length"==d||f&&("offset"==d||"parent"==d)||p&&("buffer"==d||"byteLength"==d||"byteOffset"==d)||a(d,y))||m.push(d);return m}},1129:t=>{t.exports=function(t,e){for(var r=-1,n=e.length,s=t.length;++r<n;)t[s+r]=e[r];return t}},6465:t=>{t.exports=function(t,e){for(var r=-1,n=null==t?0:t.length;++r<n;)if(e(t[r],r,t))return!0;return!1}},7034:(t,e,r)=>{var n=r(6285);t.exports=function(t,e){for(var r=t.length;r--;)if(n(t[r][0],e))return r;return-1}},8244:(t,e,r)=>{var n=r(1129),s=r(3142);t.exports=function(t,e,r){var i=e(t);return s(t)?i:n(i,r(t))}},7379:(t,e,r)=>{var n=r(5650),s=r(8870),i=r(9005),o=n?n.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":o&&o in Object(t)?s(t):i(t)}},6027:(t,e,r)=>{var n=r(7379),s=r(547);t.exports=function(t){return s(t)&&"[object Arguments]"==n(t)}},4687:(t,e,r)=>{var n=r(353),s=r(547);t.exports=function t(e,r,i,o,a){return e===r||(null==e||null==r||!s(e)&&!s(r)?e!=e&&r!=r:n(e,r,i,o,t,a))}},353:(t,e,r)=>{var n=r(1340),s=r(3934),i=r(8861),o=r(1182),a=r(8486),c=r(3142),u=r(5853),l=r(8666),f="[object Arguments]",p="[object Array]",h="[object Object]",m=Object.prototype.hasOwnProperty;t.exports=function(t,e,r,y,d,g){var v=c(t),b=c(e),_=v?p:a(t),E=b?p:a(e),w=(_=_==f?h:_)==h,x=(E=E==f?h:E)==h,j=_==E;if(j&&u(t)){if(!u(e))return!1;v=!0,w=!1}if(j&&!w)return g||(g=new n),v||l(t)?s(t,e,r,y,d,g):i(t,e,_,r,y,d,g);if(!(1&r)){var O=w&&m.call(t,"__wrapped__"),S=x&&m.call(e,"__wrapped__");if(O||S){var A=O?t.value():t,k=S?e.value():e;return g||(g=new n),d(A,k,r,y,g)}}return!!j&&(g||(g=new n),o(t,e,r,y,d,g))}},9624:(t,e,r)=>{var n=r(3655),s=r(4759),i=r(1580),o=r(4066),a=/^\[object .+?Constructor\]$/,c=Function.prototype,u=Object.prototype,l=c.toString,f=u.hasOwnProperty,p=RegExp("^"+l.call(f).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!i(t)||s(t))&&(n(t)?p:a).test(o(t))}},674:(t,e,r)=>{var n=r(7379),s=r(5387),i=r(547),o={};o["[object Float32Array]"]=o["[object Float64Array]"]=o["[object Int8Array]"]=o["[object Int16Array]"]=o["[object Int32Array]"]=o["[object Uint8Array]"]=o["[object Uint8ClampedArray]"]=o["[object Uint16Array]"]=o["[object Uint32Array]"]=!0,o["[object Arguments]"]=o["[object Array]"]=o["[object ArrayBuffer]"]=o["[object Boolean]"]=o["[object DataView]"]=o["[object Date]"]=o["[object Error]"]=o["[object Function]"]=o["[object Map]"]=o["[object Number]"]=o["[object Object]"]=o["[object RegExp]"]=o["[object Set]"]=o["[object String]"]=o["[object WeakMap]"]=!1,t.exports=function(t){return i(t)&&s(t.length)&&!!o[n(t)]}},195:(t,e,r)=>{var n=r(4882),s=r(8121),i=Object.prototype.hasOwnProperty;t.exports=function(t){if(!n(t))return s(t);var e=[];for(var r in Object(t))i.call(t,r)&&"constructor"!=r&&e.push(r);return e}},6137:t=>{t.exports=function(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}},9460:t=>{t.exports=function(t){return function(e){return t(e)}}},5568:t=>{t.exports=function(t,e){return t.has(e)}},1950:(t,e,r)=>{var n=r(8942)["__core-js_shared__"];t.exports=n},3934:(t,e,r)=>{var n=r(3212),s=r(6465),i=r(5568);t.exports=function(t,e,r,o,a,c){var u=1&r,l=t.length,f=e.length;if(l!=f&&!(u&&f>l))return!1;var p=c.get(t),h=c.get(e);if(p&&h)return p==e&&h==t;var m=-1,y=!0,d=2&r?new n:void 0;for(c.set(t,e),c.set(e,t);++m<l;){var g=t[m],v=e[m];if(o)var b=u?o(v,g,m,e,t,c):o(g,v,m,t,e,c);if(void 0!==b){if(b)continue;y=!1;break}if(d){if(!s(e,(function(t,e){if(!i(d,e)&&(g===t||a(g,t,r,o,c)))return d.push(e)}))){y=!1;break}}else if(g!==v&&!a(g,v,r,o,c)){y=!1;break}}return c.delete(t),c.delete(e),y}},8861:(t,e,r)=>{var n=r(5650),s=r(1623),i=r(6285),o=r(3934),a=r(5894),c=r(9828),u=n?n.prototype:void 0,l=u?u.valueOf:void 0;t.exports=function(t,e,r,n,u,f,p){switch(r){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!f(new s(t),new s(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var h=a;case"[object Set]":var m=1&n;if(h||(h=c),t.size!=e.size&&!m)return!1;var y=p.get(t);if(y)return y==e;n|=2,p.set(t,e);var d=o(h(t),h(e),n,u,f,p);return p.delete(t),d;case"[object Symbol]":if(l)return l.call(t)==l.call(e)}return!1}},1182:(t,e,r)=>{var n=r(393),s=Object.prototype.hasOwnProperty;t.exports=function(t,e,r,i,o,a){var c=1&r,u=n(t),l=u.length;if(l!=n(e).length&&!c)return!1;for(var f=l;f--;){var p=u[f];if(!(c?p in e:s.call(e,p)))return!1}var h=a.get(t),m=a.get(e);if(h&&m)return h==e&&m==t;var y=!0;a.set(t,e),a.set(e,t);for(var d=c;++f<l;){var g=t[p=u[f]],v=e[p];if(i)var b=c?i(v,g,p,e,t,a):i(g,v,p,t,e,a);if(!(void 0===b?g===v||o(g,v,r,i,a):b)){y=!1;break}d||(d="constructor"==p)}if(y&&!d){var _=t.constructor,E=e.constructor;_==E||!("constructor"in t)||!("constructor"in e)||"function"==typeof _&&_ instanceof _&&"function"==typeof E&&E instanceof E||(y=!1)}return a.delete(t),a.delete(e),y}},4967:(t,e,r)=>{var n="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g;t.exports=n},393:(t,e,r)=>{var n=r(8244),s=r(7979),i=r(1211);t.exports=function(t){return n(t,i,s)}},4700:(t,e,r)=>{var n=r(9067);t.exports=function(t,e){var r=t.__data__;return n(e)?r["string"==typeof e?"string":"hash"]:r.map}},4715:(t,e,r)=>{var n=r(9624),s=r(155);t.exports=function(t,e){var r=s(t,e);return n(r)?r:void 0}},8870:(t,e,r)=>{var n=r(5650),s=Object.prototype,i=s.hasOwnProperty,o=s.toString,a=n?n.toStringTag:void 0;t.exports=function(t){var e=i.call(t,a),r=t[a];try{t[a]=void 0;var n=!0}catch(t){}var s=o.call(t);return n&&(e?t[a]=r:delete t[a]),s}},7979:(t,e,r)=>{var n=r(9847),s=r(9306),i=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols,a=o?function(t){return null==t?[]:(t=Object(t),n(o(t),(function(e){return i.call(t,e)})))}:s;t.exports=a},8486:(t,e,r)=>{var n=r(3103),s=r(9770),i=r(9413),o=r(4512),a=r(9270),c=r(7379),u=r(4066),l="[object Map]",f="[object Promise]",p="[object Set]",h="[object WeakMap]",m="[object DataView]",y=u(n),d=u(s),g=u(i),v=u(o),b=u(a),_=c;(n&&_(new n(new ArrayBuffer(1)))!=m||s&&_(new s)!=l||i&&_(i.resolve())!=f||o&&_(new o)!=p||a&&_(new a)!=h)&&(_=function(t){var e=c(t),r="[object Object]"==e?t.constructor:void 0,n=r?u(r):"";if(n)switch(n){case y:return m;case d:return l;case g:return f;case v:return p;case b:return h}return e}),t.exports=_},155:t=>{t.exports=function(t,e){return null==t?void 0:t[e]}},3305:(t,e,r)=>{var n=r(4497);t.exports=function(){this.__data__=n?n(null):{},this.size=0}},9361:t=>{t.exports=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},1112:(t,e,r)=>{var n=r(4497),s=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;if(n){var r=e[t];return"__lodash_hash_undefined__"===r?void 0:r}return s.call(e,t)?e[t]:void 0}},5276:(t,e,r)=>{var n=r(4497),s=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return n?void 0!==e[t]:s.call(e,t)}},5071:(t,e,r)=>{var n=r(4497);t.exports=function(t,e){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=n&&void 0===e?"__lodash_hash_undefined__":e,this}},9632:t=>{var e=/^(?:0|[1-9]\d*)$/;t.exports=function(t,r){var n=typeof t;return!!(r=null==r?9007199254740991:r)&&("number"==n||"symbol"!=n&&e.test(t))&&t>-1&&t%1==0&&t<r}},9067:t=>{t.exports=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},4759:(t,e,r)=>{var n,s=r(1950),i=(n=/[^.]+$/.exec(s&&s.keys&&s.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"";t.exports=function(t){return!!i&&i in t}},4882:t=>{var e=Object.prototype;t.exports=function(t){var r=t&&t.constructor;return t===("function"==typeof r&&r.prototype||e)}},2393:t=>{t.exports=function(){this.__data__=[],this.size=0}},2049:(t,e,r)=>{var n=r(7034),s=Array.prototype.splice;t.exports=function(t){var e=this.__data__,r=n(e,t);return!(r<0)&&(r==e.length-1?e.pop():s.call(e,r,1),--this.size,!0)}},7144:(t,e,r)=>{var n=r(7034);t.exports=function(t){var e=this.__data__,r=n(e,t);return r<0?void 0:e[r][1]}},7452:(t,e,r)=>{var n=r(7034);t.exports=function(t){return n(this.__data__,t)>-1}},3964:(t,e,r)=>{var n=r(7034);t.exports=function(t,e){var r=this.__data__,s=n(r,t);return s<0?(++this.size,r.push([t,e])):r[s][1]=e,this}},9753:(t,e,r)=>{var n=r(5098),s=r(1386),i=r(9770);t.exports=function(){this.size=0,this.__data__={hash:new n,map:new(i||s),string:new n}}},5681:(t,e,r)=>{var n=r(4700);t.exports=function(t){var e=n(this,t).delete(t);return this.size-=e?1:0,e}},88:(t,e,r)=>{var n=r(4700);t.exports=function(t){return n(this,t).get(t)}},4732:(t,e,r)=>{var n=r(4700);t.exports=function(t){return n(this,t).has(t)}},9068:(t,e,r)=>{var n=r(4700);t.exports=function(t,e){var r=n(this,t),s=r.size;return r.set(t,e),this.size+=r.size==s?0:1,this}},5894:t=>{t.exports=function(t){var e=-1,r=Array(t.size);return t.forEach((function(t,n){r[++e]=[n,t]})),r}},4497:(t,e,r)=>{var n=r(4715)(Object,"create");t.exports=n},8121:(t,e,r)=>{var n=r(3766)(Object.keys,Object);t.exports=n},2306:(t,e,r)=>{t=r.nmd(t);var n=r(4967),s=e&&!e.nodeType&&e,i=s&&t&&!t.nodeType&&t,o=i&&i.exports===s&&n.process,a=function(){try{var t=i&&i.require&&i.require("util").types;return t||o&&o.binding&&o.binding("util")}catch(t){}}();t.exports=a},9005:t=>{var e=Object.prototype.toString;t.exports=function(t){return e.call(t)}},3766:t=>{t.exports=function(t,e){return function(r){return t(e(r))}}},8942:(t,e,r)=>{var n=r(4967),s="object"==typeof self&&self&&self.Object===Object&&self,i=n||s||Function("return this")();t.exports=i},1877:t=>{t.exports=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this}},8006:t=>{t.exports=function(t){return this.__data__.has(t)}},9828:t=>{t.exports=function(t){var e=-1,r=Array(t.size);return t.forEach((function(t){r[++e]=t})),r}},4103:(t,e,r)=>{var n=r(1386);t.exports=function(){this.__data__=new n,this.size=0}},1779:t=>{t.exports=function(t){var e=this.__data__,r=e.delete(t);return this.size=e.size,r}},4162:t=>{t.exports=function(t){return this.__data__.get(t)}},7462:t=>{t.exports=function(t){return this.__data__.has(t)}},6638:(t,e,r)=>{var n=r(1386),s=r(9770),i=r(8250);t.exports=function(t,e){var r=this.__data__;if(r instanceof n){var o=r.__data__;if(!s||o.length<199)return o.push([t,e]),this.size=++r.size,this;r=this.__data__=new i(o)}return r.set(t,e),this.size=r.size,this}},4066:t=>{var e=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return e.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},6285:t=>{t.exports=function(t,e){return t===e||t!=t&&e!=e}},3283:(t,e,r)=>{var n=r(6027),s=r(547),i=Object.prototype,o=i.hasOwnProperty,a=i.propertyIsEnumerable,c=n(function(){return arguments}())?n:function(t){return s(t)&&o.call(t,"callee")&&!a.call(t,"callee")};t.exports=c},3142:t=>{var e=Array.isArray;t.exports=e},6529:(t,e,r)=>{var n=r(3655),s=r(5387);t.exports=function(t){return null!=t&&s(t.length)&&!n(t)}},2563:(t,e,r)=>{var n=r(7379),s=r(547);t.exports=function(t){return!0===t||!1===t||s(t)&&"[object Boolean]"==n(t)}},5853:(t,e,r)=>{t=r.nmd(t);var n=r(8942),s=r(4772),i=e&&!e.nodeType&&e,o=i&&t&&!t.nodeType&&t,a=o&&o.exports===i?n.Buffer:void 0,c=(a?a.isBuffer:void 0)||s;t.exports=c},6343:(t,e,r)=>{var n=r(4687);t.exports=function(t,e){return n(t,e)}},3655:(t,e,r)=>{var n=r(7379),s=r(1580);t.exports=function(t){if(!s(t))return!1;var e=n(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},5387:t=>{t.exports=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}},9310:t=>{t.exports=function(t){return null===t}},986:(t,e,r)=>{var n=r(7379),s=r(547);t.exports=function(t){return"number"==typeof t||s(t)&&"[object Number]"==n(t)}},1580:t=>{t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},547:t=>{t.exports=function(t){return null!=t&&"object"==typeof t}},8138:(t,e,r)=>{var n=r(7379),s=r(3142),i=r(547);t.exports=function(t){return"string"==typeof t||!s(t)&&i(t)&&"[object String]"==n(t)}},8666:(t,e,r)=>{var n=r(674),s=r(9460),i=r(2306),o=i&&i.isTypedArray,a=o?s(o):n;t.exports=a},1211:(t,e,r)=>{var n=r(358),s=r(195),i=r(6529);t.exports=function(t){return i(t)?n(t):s(t)}},1517:t=>{t.exports=function(t){if("function"!=typeof t)throw new TypeError("Expected a function");return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}},9306:t=>{t.exports=function(){return[]}},4772:t=>{t.exports=function(){return!1}},4123:(t,e,r)=>{const n=r(1517);function s(t){return"string"==typeof t?e=>e.element===t:t.constructor&&t.extend?e=>e instanceof t:t}class i{constructor(t){this.elements=t||[]}toValue(){return this.elements.map((t=>t.toValue()))}map(t,e){return this.elements.map(t,e)}flatMap(t,e){return this.map(t,e).reduce(((t,e)=>t.concat(e)),[])}compactMap(t,e){const r=[];return this.forEach((n=>{const s=t.bind(e)(n);s&&r.push(s)})),r}filter(t,e){return t=s(t),new i(this.elements.filter(t,e))}reject(t,e){return t=s(t),new i(this.elements.filter(n(t),e))}find(t,e){return t=s(t),this.elements.find(t,e)}forEach(t,e){this.elements.forEach(t,e)}reduce(t,e){return this.elements.reduce(t,e)}includes(t){return this.elements.some((e=>e.equals(t)))}shift(){return this.elements.shift()}unshift(t){this.elements.unshift(this.refract(t))}push(t){return this.elements.push(this.refract(t)),this}add(t){this.push(t)}get(t){return this.elements[t]}getValue(t){const e=this.elements[t];if(e)return e.toValue()}get length(){return this.elements.length}get isEmpty(){return 0===this.elements.length}get first(){return this.elements[0]}}"undefined"!=typeof Symbol&&(i.prototype[Symbol.iterator]=function(){return this.elements[Symbol.iterator]()}),t.exports=i},2322:t=>{class e{constructor(t,e){this.key=t,this.value=e}clone(){const t=new e;return this.key&&(t.key=this.key.clone()),this.value&&(t.value=this.value.clone()),t}}t.exports=e},5735:(t,e,r)=>{const n=r(9310),s=r(8138),i=r(986),o=r(2563),a=r(1580),c=r(394),u=r(7547);class l{constructor(t){this.elementMap={},this.elementDetection=[],this.Element=u.Element,this.KeyValuePair=u.KeyValuePair,t&&t.noDefault||this.useDefault(),this._attributeElementKeys=[],this._attributeElementArrayKeys=[]}use(t){return t.namespace&&t.namespace({base:this}),t.load&&t.load({base:this}),this}useDefault(){return this.register("null",u.NullElement).register("string",u.StringElement).register("number",u.NumberElement).register("boolean",u.BooleanElement).register("array",u.ArrayElement).register("object",u.ObjectElement).register("member",u.MemberElement).register("ref",u.RefElement).register("link",u.LinkElement),this.detect(n,u.NullElement,!1).detect(s,u.StringElement,!1).detect(i,u.NumberElement,!1).detect(o,u.BooleanElement,!1).detect(Array.isArray,u.ArrayElement,!1).detect(a,u.ObjectElement,!1),this}register(t,e){return this._elements=void 0,this.elementMap[t]=e,this}unregister(t){return this._elements=void 0,delete this.elementMap[t],this}detect(t,e,r){return void 0===r||r?this.elementDetection.unshift([t,e]):this.elementDetection.push([t,e]),this}toElement(t){if(t instanceof this.Element)return t;let e;for(let r=0;r<this.elementDetection.length;r+=1){const n=this.elementDetection[r][0],s=this.elementDetection[r][1];if(n(t)){e=new s(t);break}}return e}getElementClass(t){const e=this.elementMap[t];return void 0===e?this.Element:e}fromRefract(t){return this.serialiser.deserialise(t)}toRefract(t){return this.serialiser.serialise(t)}get elements(){return void 0===this._elements&&(this._elements={Element:this.Element},Object.keys(this.elementMap).forEach((t=>{const e=t[0].toUpperCase()+t.substr(1);this._elements[e]=this.elementMap[t]}))),this._elements}get serialiser(){return new c(this)}}c.prototype.Namespace=l,t.exports=l},3311:(t,e,r)=>{const n=r(1517),s=r(4123);class i extends s{map(t,e){return this.elements.map((r=>t.bind(e)(r.value,r.key,r)))}filter(t,e){return new i(this.elements.filter((r=>t.bind(e)(r.value,r.key,r))))}reject(t,e){return this.filter(n(t.bind(e)))}forEach(t,e){return this.elements.forEach(((r,n)=>{t.bind(e)(r.value,r.key,r,n)}))}keys(){return this.map(((t,e)=>e.toValue()))}values(){return this.map((t=>t.toValue()))}}t.exports=i},7547:(t,e,r)=>{const n=r(8631),s=r(3004),i=r(8712),o=r(2536),a=r(2555),c=r(9796),u=r(7309),l=r(5642),f=r(9620),p=r(593),h=r(4123),m=r(3311),y=r(2322);function d(t){if(t instanceof n)return t;if("string"==typeof t)return new i(t);if("number"==typeof t)return new o(t);if("boolean"==typeof t)return new a(t);if(null===t)return new s;if(Array.isArray(t))return new c(t.map(d));if("object"==typeof t){return new l(t)}return t}n.prototype.ObjectElement=l,n.prototype.RefElement=p,n.prototype.MemberElement=u,n.prototype.refract=d,h.prototype.refract=d,t.exports={Element:n,NullElement:s,StringElement:i,NumberElement:o,BooleanElement:a,ArrayElement:c,MemberElement:u,ObjectElement:l,LinkElement:f,RefElement:p,refract:d,ArraySlice:h,ObjectSlice:m,KeyValuePair:y}},9620:(t,e,r)=>{const n=r(8631);t.exports=class extends n{constructor(t,e,r){super(t||[],e,r),this.element="link"}get relation(){return this.attributes.get("relation")}set relation(t){this.attributes.set("relation",t)}get href(){return this.attributes.get("href")}set href(t){this.attributes.set("href",t)}}},593:(t,e,r)=>{const n=r(8631);t.exports=class extends n{constructor(t,e,r){super(t||[],e,r),this.element="ref",this.path||(this.path="element")}get path(){return this.attributes.get("path")}set path(t){this.attributes.set("path",t)}}},8326:(t,e,r)=>{const n=r(5735),s=r(7547);e.g$=n,e.KeyValuePair=r(2322),e.G6=s.ArraySlice,e.ot=s.ObjectSlice,e.Hg=s.Element,e.Om=s.StringElement,e.kT=s.NumberElement,e.bd=s.BooleanElement,e.Os=s.NullElement,e.wE=s.ArrayElement,e.Sh=s.ObjectElement,e.Pr=s.MemberElement,e.sI=s.RefElement,e.Ft=s.LinkElement,e.e=s.refract,r(394),r(3148)},9796:(t,e,r)=>{const n=r(1517),s=r(8631),i=r(4123);class o extends s{constructor(t,e,r){super(t||[],e,r),this.element="array"}primitive(){return"array"}get(t){return this.content[t]}getValue(t){const e=this.get(t);if(e)return e.toValue()}getIndex(t){return this.content[t]}set(t,e){return this.content[t]=this.refract(e),this}remove(t){const e=this.content.splice(t,1);return e.length?e[0]:null}map(t,e){return this.content.map(t,e)}flatMap(t,e){return this.map(t,e).reduce(((t,e)=>t.concat(e)),[])}compactMap(t,e){const r=[];return this.forEach((n=>{const s=t.bind(e)(n);s&&r.push(s)})),r}filter(t,e){return new i(this.content.filter(t,e))}reject(t,e){return this.filter(n(t),e)}reduce(t,e){let r,n;void 0!==e?(r=0,n=this.refract(e)):(r=1,n="object"===this.primitive()?this.first.value:this.first);for(let e=r;e<this.length;e+=1){const r=this.content[e];n="object"===this.primitive()?this.refract(t(n,r.value,r.key,r,this)):this.refract(t(n,r,e,this))}return n}forEach(t,e){this.content.forEach(((r,n)=>{t.bind(e)(r,this.refract(n))}))}shift(){return this.content.shift()}unshift(t){this.content.unshift(this.refract(t))}push(t){return this.content.push(this.refract(t)),this}add(t){this.push(t)}findElements(t,e){const r=e||{},n=!!r.recursive,s=void 0===r.results?[]:r.results;return this.forEach(((e,r,i)=>{n&&void 0!==e.findElements&&e.findElements(t,{results:s,recursive:n}),t(e,r,i)&&s.push(e)})),s}find(t){return new i(this.findElements(t,{recursive:!0}))}findByElement(t){return this.find((e=>e.element===t))}findByClass(t){return this.find((e=>e.classes.includes(t)))}getById(t){return this.find((e=>e.id.toValue()===t)).first}includes(t){return this.content.some((e=>e.equals(t)))}contains(t){return this.includes(t)}empty(){return new this.constructor([])}"fantasy-land/empty"(){return this.empty()}concat(t){return new this.constructor(this.content.concat(t.content))}"fantasy-land/concat"(t){return this.concat(t)}"fantasy-land/map"(t){return new this.constructor(this.map(t))}"fantasy-land/chain"(t){return this.map((e=>t(e)),this).reduce(((t,e)=>t.concat(e)),this.empty())}"fantasy-land/filter"(t){return new this.constructor(this.content.filter(t))}"fantasy-land/reduce"(t,e){return this.content.reduce(t,e)}get length(){return this.content.length}get isEmpty(){return 0===this.content.length}get first(){return this.getIndex(0)}get second(){return this.getIndex(1)}get last(){return this.getIndex(this.length-1)}}o.empty=function(){return new this},o["fantasy-land/empty"]=o.empty,"undefined"!=typeof Symbol&&(o.prototype[Symbol.iterator]=function(){return this.content[Symbol.iterator]()}),t.exports=o},2555:(t,e,r)=>{const n=r(8631);t.exports=class extends n{constructor(t,e,r){super(t,e,r),this.element="boolean"}primitive(){return"boolean"}}},8631:(t,e,r)=>{const n=r(6343),s=r(2322),i=r(4123);class o{constructor(t,e,r){e&&(this.meta=e),r&&(this.attributes=r),this.content=t}freeze(){Object.isFrozen(this)||(this._meta&&(this.meta.parent=this,this.meta.freeze()),this._attributes&&(this.attributes.parent=this,this.attributes.freeze()),this.children.forEach((t=>{t.parent=this,t.freeze()}),this),this.content&&Array.isArray(this.content)&&Object.freeze(this.content),Object.freeze(this))}primitive(){}clone(){const t=new this.constructor;return t.element=this.element,this.meta.length&&(t._meta=this.meta.clone()),this.attributes.length&&(t._attributes=this.attributes.clone()),this.content?this.content.clone?t.content=this.content.clone():Array.isArray(this.content)?t.content=this.content.map((t=>t.clone())):t.content=this.content:t.content=this.content,t}toValue(){return this.content instanceof o?this.content.toValue():this.content instanceof s?{key:this.content.key.toValue(),value:this.content.value?this.content.value.toValue():void 0}:this.content&&this.content.map?this.content.map((t=>t.toValue()),this):this.content}toRef(t){if(""===this.id.toValue())throw Error("Cannot create reference to an element that does not contain an ID");const e=new this.RefElement(this.id.toValue());return t&&(e.path=t),e}findRecursive(...t){if(arguments.length>1&&!this.isFrozen)throw new Error("Cannot find recursive with multiple element names without first freezing the element. Call `element.freeze()`");const e=t.pop();let r=new i;const n=(t,e)=>(t.push(e),t),o=(t,r)=>{r.element===e&&t.push(r);const i=r.findRecursive(e);return i&&i.reduce(n,t),r.content instanceof s&&(r.content.key&&o(t,r.content.key),r.content.value&&o(t,r.content.value)),t};return this.content&&(this.content.element&&o(r,this.content),Array.isArray(this.content)&&this.content.reduce(o,r)),t.isEmpty||(r=r.filter((e=>{let r=e.parents.map((t=>t.element));for(const e in t){const n=t[e],s=r.indexOf(n);if(-1===s)return!1;r=r.splice(0,s)}return!0}))),r}set(t){return this.content=t,this}equals(t){return n(this.toValue(),t)}getMetaProperty(t,e){if(!this.meta.hasKey(t)){if(this.isFrozen){const t=this.refract(e);return t.freeze(),t}this.meta.set(t,e)}return this.meta.get(t)}setMetaProperty(t,e){this.meta.set(t,e)}get element(){return this._storedElement||"element"}set element(t){this._storedElement=t}get content(){return this._content}set content(t){if(t instanceof o)this._content=t;else if(t instanceof i)this.content=t.elements;else if("string"==typeof t||"number"==typeof t||"boolean"==typeof t||"null"===t||null==t)this._content=t;else if(t instanceof s)this._content=t;else if(Array.isArray(t))this._content=t.map(this.refract);else{if("object"!=typeof t)throw new Error("Cannot set content to given value");this._content=Object.keys(t).map((e=>new this.MemberElement(e,t[e])))}}get meta(){if(!this._meta){if(this.isFrozen){const t=new this.ObjectElement;return t.freeze(),t}this._meta=new this.ObjectElement}return this._meta}set meta(t){t instanceof this.ObjectElement?this._meta=t:this.meta.set(t||{})}get attributes(){if(!this._attributes){if(this.isFrozen){const t=new this.ObjectElement;return t.freeze(),t}this._attributes=new this.ObjectElement}return this._attributes}set attributes(t){t instanceof this.ObjectElement?this._attributes=t:this.attributes.set(t||{})}get id(){return this.getMetaProperty("id","")}set id(t){this.setMetaProperty("id",t)}get classes(){return this.getMetaProperty("classes",[])}set classes(t){this.setMetaProperty("classes",t)}get title(){return this.getMetaProperty("title","")}set title(t){this.setMetaProperty("title",t)}get description(){return this.getMetaProperty("description","")}set description(t){this.setMetaProperty("description",t)}get links(){return this.getMetaProperty("links",[])}set links(t){this.setMetaProperty("links",t)}get isFrozen(){return Object.isFrozen(this)}get parents(){let{parent:t}=this;const e=new i;for(;t;)e.push(t),t=t.parent;return e}get children(){if(Array.isArray(this.content))return new i(this.content);if(this.content instanceof s){const t=new i([this.content.key]);return this.content.value&&t.push(this.content.value),t}return this.content instanceof o?new i([this.content]):new i}get recursiveChildren(){const t=new i;return this.children.forEach((e=>{t.push(e),e.recursiveChildren.forEach((e=>{t.push(e)}))})),t}}t.exports=o},7309:(t,e,r)=>{const n=r(2322),s=r(8631);t.exports=class extends s{constructor(t,e,r,s){super(new n,r,s),this.element="member",this.key=t,this.value=e}get key(){return this.content.key}set key(t){this.content.key=this.refract(t)}get value(){return this.content.value}set value(t){this.content.value=this.refract(t)}}},3004:(t,e,r)=>{const n=r(8631);t.exports=class extends n{constructor(t,e,r){super(t||null,e,r),this.element="null"}primitive(){return"null"}set(){return new Error("Cannot set the value of null")}}},2536:(t,e,r)=>{const n=r(8631);t.exports=class extends n{constructor(t,e,r){super(t,e,r),this.element="number"}primitive(){return"number"}}},5642:(t,e,r)=>{const n=r(1517),s=r(1580),i=r(9796),o=r(7309),a=r(3311);t.exports=class extends i{constructor(t,e,r){super(t||[],e,r),this.element="object"}primitive(){return"object"}toValue(){return this.content.reduce(((t,e)=>(t[e.key.toValue()]=e.value?e.value.toValue():void 0,t)),{})}get(t){const e=this.getMember(t);if(e)return e.value}getMember(t){if(void 0!==t)return this.content.find((e=>e.key.toValue()===t))}remove(t){let e=null;return this.content=this.content.filter((r=>r.key.toValue()!==t||(e=r,!1))),e}getKey(t){const e=this.getMember(t);if(e)return e.key}set(t,e){if(s(t))return Object.keys(t).forEach((e=>{this.set(e,t[e])})),this;const r=t,n=this.getMember(r);return n?n.value=e:this.content.push(new o(r,e)),this}keys(){return this.content.map((t=>t.key.toValue()))}values(){return this.content.map((t=>t.value.toValue()))}hasKey(t){return this.content.some((e=>e.key.equals(t)))}items(){return this.content.map((t=>[t.key.toValue(),t.value.toValue()]))}map(t,e){return this.content.map((r=>t.bind(e)(r.value,r.key,r)))}compactMap(t,e){const r=[];return this.forEach(((n,s,i)=>{const o=t.bind(e)(n,s,i);o&&r.push(o)})),r}filter(t,e){return new a(this.content).filter(t,e)}reject(t,e){return this.filter(n(t),e)}forEach(t,e){return this.content.forEach((r=>t.bind(e)(r.value,r.key,r)))}}},8712:(t,e,r)=>{const n=r(8631);t.exports=class extends n{constructor(t,e,r){super(t,e,r),this.element="string"}primitive(){return"string"}get length(){return this.content.length}}},3148:(t,e,r)=>{const n=r(394);t.exports=class extends n{serialise(t){if(!(t instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${t}\` is not an Element instance`);let e;t._attributes&&t.attributes.get("variable")&&(e=t.attributes.get("variable"));const r={element:t.element};t._meta&&t._meta.length>0&&(r.meta=this.serialiseObject(t.meta));const n="enum"===t.element||-1!==t.attributes.keys().indexOf("enumerations");if(n){const e=this.enumSerialiseAttributes(t);e&&(r.attributes=e)}else if(t._attributes&&t._attributes.length>0){let{attributes:n}=t;n.get("metadata")&&(n=n.clone(),n.set("meta",n.get("metadata")),n.remove("metadata")),"member"===t.element&&e&&(n=n.clone(),n.remove("variable")),n.length>0&&(r.attributes=this.serialiseObject(n))}if(n)r.content=this.enumSerialiseContent(t,r);else if(this[`${t.element}SerialiseContent`])r.content=this[`${t.element}SerialiseContent`](t,r);else if(void 0!==t.content){let n;e&&t.content.key?(n=t.content.clone(),n.key.attributes.set("variable",e),n=this.serialiseContent(n)):n=this.serialiseContent(t.content),this.shouldSerialiseContent(t,n)&&(r.content=n)}else this.shouldSerialiseContent(t,t.content)&&t instanceof this.namespace.elements.Array&&(r.content=[]);return r}shouldSerialiseContent(t,e){return"parseResult"===t.element||"httpRequest"===t.element||"httpResponse"===t.element||"category"===t.element||"link"===t.element||void 0!==e&&(!Array.isArray(e)||0!==e.length)}refSerialiseContent(t,e){return delete e.attributes,{href:t.toValue(),path:t.path.toValue()}}sourceMapSerialiseContent(t){return t.toValue()}dataStructureSerialiseContent(t){return[this.serialiseContent(t.content)]}enumSerialiseAttributes(t){const e=t.attributes.clone(),r=e.remove("enumerations")||new this.namespace.elements.Array([]),n=e.get("default");let s=e.get("samples")||new this.namespace.elements.Array([]);if(n&&n.content&&(n.content.attributes&&n.content.attributes.remove("typeAttributes"),e.set("default",new this.namespace.elements.Array([n.content]))),s.forEach((t=>{t.content&&t.content.element&&t.content.attributes.remove("typeAttributes")})),t.content&&0!==r.length&&s.unshift(t.content),s=s.map((t=>t instanceof this.namespace.elements.Array?[t]:new this.namespace.elements.Array([t.content]))),s.length&&e.set("samples",s),e.length>0)return this.serialiseObject(e)}enumSerialiseContent(t){if(t._attributes){const e=t.attributes.get("enumerations");if(e&&e.length>0)return e.content.map((t=>{const e=t.clone();return e.attributes.remove("typeAttributes"),this.serialise(e)}))}if(t.content){const e=t.content.clone();return e.attributes.remove("typeAttributes"),[this.serialise(e)]}return[]}deserialise(t){if("string"==typeof t)return new this.namespace.elements.String(t);if("number"==typeof t)return new this.namespace.elements.Number(t);if("boolean"==typeof t)return new this.namespace.elements.Boolean(t);if(null===t)return new this.namespace.elements.Null;if(Array.isArray(t))return new this.namespace.elements.Array(t.map(this.deserialise,this));const e=this.namespace.getElementClass(t.element),r=new e;r.element!==t.element&&(r.element=t.element),t.meta&&this.deserialiseObject(t.meta,r.meta),t.attributes&&this.deserialiseObject(t.attributes,r.attributes);const n=this.deserialiseContent(t.content);if(void 0===n&&null!==r.content||(r.content=n),"enum"===r.element){r.content&&r.attributes.set("enumerations",r.content);let t=r.attributes.get("samples");if(r.attributes.remove("samples"),t){const n=t;t=new this.namespace.elements.Array,n.forEach((n=>{n.forEach((n=>{const s=new e(n);s.element=r.element,t.push(s)}))}));const s=t.shift();r.content=s?s.content:void 0,r.attributes.set("samples",t)}else r.content=void 0;let n=r.attributes.get("default");if(n&&n.length>0){n=n.get(0);const t=new e(n);t.element=r.element,r.attributes.set("default",t)}}else if("dataStructure"===r.element&&Array.isArray(r.content))[r.content]=r.content;else if("category"===r.element){const t=r.attributes.get("meta");t&&(r.attributes.set("metadata",t),r.attributes.remove("meta"))}else"member"===r.element&&r.key&&r.key._attributes&&r.key._attributes.getValue("variable")&&(r.attributes.set("variable",r.key.attributes.get("variable")),r.key.attributes.remove("variable"));return r}serialiseContent(t){if(t instanceof this.namespace.elements.Element)return this.serialise(t);if(t instanceof this.namespace.KeyValuePair){const e={key:this.serialise(t.key)};return t.value&&(e.value=this.serialise(t.value)),e}return t&&t.map?t.map(this.serialise,this):t}deserialiseContent(t){if(t){if(t.element)return this.deserialise(t);if(t.key){const e=new this.namespace.KeyValuePair(this.deserialise(t.key));return t.value&&(e.value=this.deserialise(t.value)),e}if(t.map)return t.map(this.deserialise,this)}return t}shouldRefract(t){return!!(t._attributes&&t.attributes.keys().length||t._meta&&t.meta.keys().length)||"enum"!==t.element&&(t.element!==t.primitive()||"member"===t.element)}convertKeyToRefract(t,e){return this.shouldRefract(e)?this.serialise(e):"enum"===e.element?this.serialiseEnum(e):"array"===e.element?e.map((e=>this.shouldRefract(e)||"default"===t?this.serialise(e):"array"===e.element||"object"===e.element||"enum"===e.element?e.children.map((t=>this.serialise(t))):e.toValue())):"object"===e.element?(e.content||[]).map(this.serialise,this):e.toValue()}serialiseEnum(t){return t.children.map((t=>this.serialise(t)))}serialiseObject(t){const e={};return t.forEach(((t,r)=>{if(t){const n=r.toValue();e[n]=this.convertKeyToRefract(n,t)}})),e}deserialiseObject(t,e){Object.keys(t).forEach((r=>{e.set(r,this.deserialise(t[r]))}))}}},394:t=>{t.exports=class{constructor(t){this.namespace=t||new this.Namespace}serialise(t){if(!(t instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${t}\` is not an Element instance`);const e={element:t.element};t._meta&&t._meta.length>0&&(e.meta=this.serialiseObject(t.meta)),t._attributes&&t._attributes.length>0&&(e.attributes=this.serialiseObject(t.attributes));const r=this.serialiseContent(t.content);return void 0!==r&&(e.content=r),e}deserialise(t){if(!t.element)throw new Error("Given value is not an object containing an element name");const e=new(this.namespace.getElementClass(t.element));e.element!==t.element&&(e.element=t.element),t.meta&&this.deserialiseObject(t.meta,e.meta),t.attributes&&this.deserialiseObject(t.attributes,e.attributes);const r=this.deserialiseContent(t.content);return void 0===r&&null!==e.content||(e.content=r),e}serialiseContent(t){if(t instanceof this.namespace.elements.Element)return this.serialise(t);if(t instanceof this.namespace.KeyValuePair){const e={key:this.serialise(t.key)};return t.value&&(e.value=this.serialise(t.value)),e}if(t&&t.map){if(0===t.length)return;return t.map(this.serialise,this)}return t}deserialiseContent(t){if(t){if(t.element)return this.deserialise(t);if(t.key){const e=new this.namespace.KeyValuePair(this.deserialise(t.key));return t.value&&(e.value=this.deserialise(t.value)),e}if(t.map)return t.map(this.deserialise,this)}return t}serialiseObject(t){const e={};if(t.forEach(((t,r)=>{t&&(e[r.toValue()]=this.serialise(t))})),0!==Object.keys(e).length)return e}deserialiseObject(t,e){Object.keys(t).forEach((r=>{e.set(r,this.deserialise(t[r]))}))}}},6660:t=>{"use strict";var e=(()=>{var t=Object.defineProperty,e=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,n=Object.getOwnPropertySymbols,s=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable,o=(e,r,n)=>r in e?t(e,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[r]=n,a=(t,e)=>{for(var r in e||(e={}))s.call(e,r)&&o(t,r,e[r]);if(n)for(var r of n(e))i.call(e,r)&&o(t,r,e[r]);return t},c=(t,e,r)=>(o(t,"symbol"!=typeof e?e+"":e,r),r),u={};((e,r)=>{for(var n in r)t(e,n,{get:r[n],enumerable:!0})})(u,{DEFAULT_OPTIONS:()=>f,DEFAULT_UUID_LENGTH:()=>l,default:()=>m});var l=6,f={dictionary:"alphanum",shuffle:!0,debug:!1,length:l,counter:0},p=class{constructor(t={}){c(this,"counter"),c(this,"debug"),c(this,"dict"),c(this,"version"),c(this,"dictIndex",0),c(this,"dictRange",[]),c(this,"lowerBound",0),c(this,"upperBound",0),c(this,"dictLength",0),c(this,"uuidLength"),c(this,"_digit_first_ascii",48),c(this,"_digit_last_ascii",58),c(this,"_alpha_lower_first_ascii",97),c(this,"_alpha_lower_last_ascii",123),c(this,"_hex_last_ascii",103),c(this,"_alpha_upper_first_ascii",65),c(this,"_alpha_upper_last_ascii",91),c(this,"_number_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii]}),c(this,"_alpha_dict_ranges",{lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),c(this,"_alpha_lower_dict_ranges",{lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii]}),c(this,"_alpha_upper_dict_ranges",{upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),c(this,"_alphanum_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),c(this,"_alphanum_lower_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii]}),c(this,"_alphanum_upper_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),c(this,"_hex_dict_ranges",{decDigits:[this._digit_first_ascii,this._digit_last_ascii],alphaDigits:[this._alpha_lower_first_ascii,this._hex_last_ascii]}),c(this,"_dict_ranges",{_number_dict_ranges:this._number_dict_ranges,_alpha_dict_ranges:this._alpha_dict_ranges,_alpha_lower_dict_ranges:this._alpha_lower_dict_ranges,_alpha_upper_dict_ranges:this._alpha_upper_dict_ranges,_alphanum_dict_ranges:this._alphanum_dict_ranges,_alphanum_lower_dict_ranges:this._alphanum_lower_dict_ranges,_alphanum_upper_dict_ranges:this._alphanum_upper_dict_ranges,_hex_dict_ranges:this._hex_dict_ranges}),c(this,"log",((...t)=>{const e=[...t];if(e[0]=`[short-unique-id] ${t[0]}`,!0===this.debug&&"undefined"!=typeof console&&null!==console)return console.log(...e)})),c(this,"setDictionary",((t,e)=>{let r;if(t&&Array.isArray(t)&&t.length>1)r=t;else{let e;r=[],this.dictIndex=e=0;const n=`_${t}_dict_ranges`,s=this._dict_ranges[n];Object.keys(s).forEach((t=>{const n=t;for(this.dictRange=s[n],this.lowerBound=this.dictRange[0],this.upperBound=this.dictRange[1],this.dictIndex=e=this.lowerBound;this.lowerBound<=this.upperBound?e<this.upperBound:e>this.upperBound;this.dictIndex=this.lowerBound<=this.upperBound?e+=1:e-=1)r.push(String.fromCharCode(this.dictIndex))}))}if(e){const t=.5;r=r.sort((()=>Math.random()-t))}this.dict=r,this.dictLength=this.dict.length,this.setCounter(0)})),c(this,"seq",(()=>this.sequentialUUID())),c(this,"sequentialUUID",(()=>{let t,e,r="";t=this.counter;do{e=t%this.dictLength,t=Math.trunc(t/this.dictLength),r+=this.dict[e]}while(0!==t);return this.counter+=1,r})),c(this,"rnd",((t=this.uuidLength||l)=>this.randomUUID(t))),c(this,"randomUUID",((t=this.uuidLength||l)=>{let e,r,n;if(null==t||t<1)throw new Error("Invalid UUID Length Provided");for(e="",n=0;n<t;n+=1)r=parseInt((Math.random()*this.dictLength).toFixed(0),10)%this.dictLength,e+=this.dict[r];return e})),c(this,"fmt",((t,e)=>this.formattedUUID(t,e))),c(this,"formattedUUID",((t,e)=>{const r={$r:this.randomUUID,$s:this.sequentialUUID,$t:this.stamp};return t.replace(/\$[rs]\d{0,}|\$t0|\$t[1-9]\d{1,}/g,(t=>{const n=t.slice(0,2),s=parseInt(t.slice(2),10);return"$s"===n?r[n]().padStart(s,"0"):"$t"===n&&e?r[n](s,e):r[n](s)}))})),c(this,"availableUUIDs",((t=this.uuidLength)=>parseFloat(Math.pow([...new Set(this.dict)].length,t).toFixed(0)))),c(this,"approxMaxBeforeCollision",((t=this.availableUUIDs(this.uuidLength))=>parseFloat(Math.sqrt(Math.PI/2*t).toFixed(20)))),c(this,"collisionProbability",((t=this.availableUUIDs(this.uuidLength),e=this.uuidLength)=>parseFloat((this.approxMaxBeforeCollision(t)/this.availableUUIDs(e)).toFixed(20)))),c(this,"uniqueness",((t=this.availableUUIDs(this.uuidLength))=>{const e=parseFloat((1-this.approxMaxBeforeCollision(t)/t).toFixed(20));return e>1?1:e<0?0:e})),c(this,"getVersion",(()=>this.version)),c(this,"stamp",((t,e)=>{const r=Math.floor(+(e||new Date)/1e3).toString(16);if("number"==typeof t&&0===t)return r;if("number"!=typeof t||t<10)throw new Error(["Param finalLength must be a number greater than or equal to 10,","or 0 if you want the raw hexadecimal timestamp"].join("\n"));const n=t-9,s=Math.round(Math.random()*(n>15?15:n)),i=this.randomUUID(n);return`${i.substring(0,s)}${r}${i.substring(s)}${s.toString(16)}`})),c(this,"parseStamp",((t,e)=>{if(e&&!/t0|t[1-9]\d{1,}/.test(e))throw new Error("Cannot extract date from a formated UUID with no timestamp in the format");const r=e?e.replace(/\$[rs]\d{0,}|\$t0|\$t[1-9]\d{1,}/g,(t=>{const e={$r:t=>[...Array(t)].map((()=>"r")).join(""),$s:t=>[...Array(t)].map((()=>"s")).join(""),$t:t=>[...Array(t)].map((()=>"t")).join("")},r=t.slice(0,2),n=parseInt(t.slice(2),10);return e[r](n)})).replace(/^(.*?)(t{8,})(.*)$/g,((e,r,n)=>t.substring(r.length,r.length+n.length))):t;if(8===r.length)return new Date(1e3*parseInt(r,16));if(r.length<10)throw new Error("Stamp length invalid");const n=parseInt(r.substring(r.length-1),16);return new Date(1e3*parseInt(r.substring(n,n+8),16))})),c(this,"setCounter",(t=>{this.counter=t}));const e=a(a({},f),t);this.counter=0,this.debug=!1,this.dict=[],this.version="5.0.3";const{dictionary:r,shuffle:n,length:s,counter:i}=e;return this.uuidLength=s,this.setDictionary(r,n),this.setCounter(i),this.debug=e.debug,this.log(this.dict),this.log(`Generator instantiated with Dictionary Size ${this.dictLength} and counter set to ${this.counter}`),this.log=this.log.bind(this),this.setDictionary=this.setDictionary.bind(this),this.setCounter=this.setCounter.bind(this),this.seq=this.seq.bind(this),this.sequentialUUID=this.sequentialUUID.bind(this),this.rnd=this.rnd.bind(this),this.randomUUID=this.randomUUID.bind(this),this.fmt=this.fmt.bind(this),this.formattedUUID=this.formattedUUID.bind(this),this.availableUUIDs=this.availableUUIDs.bind(this),this.approxMaxBeforeCollision=this.approxMaxBeforeCollision.bind(this),this.collisionProbability=this.collisionProbability.bind(this),this.uniqueness=this.uniqueness.bind(this),this.getVersion=this.getVersion.bind(this),this.stamp=this.stamp.bind(this),this.parseStamp=this.parseStamp.bind(this),this}};c(p,"default",p);var h,m=p;return h=u,((n,i,o,a)=>{if(i&&"object"==typeof i||"function"==typeof i)for(let c of r(i))s.call(n,c)||c===o||t(n,c,{get:()=>i[c],enumerable:!(a=e(i,c))||a.enumerable});return n})(t({},"__esModule",{value:!0}),h)})();t.exports=e.default,"undefined"!=typeof window&&(e=e.default)},8357:t=>{!function(){"use strict";var e,r,n,s,i,o="properties",a="deepProperties",c="propertyDescriptors",u="staticProperties",l="staticDeepProperties",f="staticPropertyDescriptors",p="configuration",h="deepConfiguration",m="deepProps",y="deepStatics",d="deepConf",g="initializers",v="methods",b="composers",_="compose";function E(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(t):[])}function w(t,e){return Array.prototype.slice.call(arguments,2).reduce(t,e)}var x=w.bind(0,(function(t,e){if(e)for(var r=E(e),n=0;n<r.length;n+=1)Object.defineProperty(t,r[n],Object.getOwnPropertyDescriptor(e,r[n]));return t}));function j(t){return"function"==typeof t}function O(t){return t&&"object"==typeof t||j(t)}function S(t){return t&&"object"==typeof t&&t.__proto__==Object.prototype}var A=w.bind(0,(function t(r,n){if(n===e)return r;if(Array.isArray(n))return(Array.isArray(r)?r:[]).concat(n);if(!S(n))return n;for(var s,i,o=E(n),a=0;a<o.length;)s=o[a++],(i=Object.getOwnPropertyDescriptor(n,s)).hasOwnProperty("value")?i.value!==e&&(r[s]=t(S(r[s])||Array.isArray(n[s])?r[s]:{},n[s])):Object.defineProperty(r,s,i);return r}));function k(){return(r=Array.prototype.concat.apply([],arguments).filter((function(t,e,r){return j(t)&&r.indexOf(t)===e}))).length?r:e}function M(t,e){function n(r,n){O(e[r])&&(O(t[r])||(t[r]={}),(n||x)(t[r],e[r]))}function s(n){(r=k(t[n],e[n]))&&(t[n]=r)}return e&&O(e=e[_]||e)&&(n(v),n(o),n(a,A),n(c),n(u),n(l,A),n(f),n(p),n(h,A),s(g),s(b)),t}function P(){return function(t){return r=function t(r){var n,s,i=t[_]||{},u={__proto__:i[v]},l=i[g],f=Array.prototype.slice.apply(arguments),p=i[a];if(p&&A(u,p),(p=i[o])&&x(u,p),(p=i[c])&&Object.defineProperties(u,p),!l||!l.length)return u;for(r===e&&(r={}),i=0;i<l.length;)j(n=l[i++])&&(u=(s=n.call(u,r,{instance:u,stamp:t,args:f}))===e?u:s);return u},(n=t[l])&&A(r,n),(n=t[u])&&x(r,n),(n=t[f])&&Object.defineProperties(r,n),n=j(r[_])?r[_]:P,x(r[_]=function(){return n.apply(this,arguments)},t),r}(Array.prototype.concat.apply([this],arguments).reduce(M,{}))}function C(t){return j(t)&&j(t[_])}var T={};function I(t,i){return function(){return(s={})[t]=i.apply(e,Array.prototype.concat.apply([{}],arguments)),((r=this)&&r[_]||n).call(r,s)}}T[v]=I(v,x),T[o]=T.props=I(o,x),T[g]=T.init=I(g,k),T[b]=I(b,k),T[a]=T[m]=I(a,A),T[u]=T.statics=I(u,x),T[l]=T[y]=I(l,A),T[p]=T.conf=I(p,x),T[h]=T[d]=I(h,A),T[c]=I(c,x),T[f]=I(f,x),n=T[_]=x((function(){for(var t,E,w=0,j=[],S=arguments,M=this;w<S.length;)O(t=S[w++])&&j.push(C(t)?t:((s={})[v]=(E=t)[v]||e,n=E.props,s[o]=O((r=E[o])||n)?x({},n,r):e,s[g]=k(E.init,E[g]),s[b]=k(E[b]),n=E[m],s[a]=O((r=E[a])||n)?A({},n,r):e,s[c]=E[c],n=E.statics,s[u]=O((r=E[u])||n)?x({},n,r):e,n=E[y],s[l]=O((r=E[l])||n)?A({},n,r):e,r=E[f],s[f]=O((n=E.name&&{name:{value:E.name}})||r)?x({},r,n):e,n=E.conf,s[p]=O((r=E[p])||n)?x({},n,r):e,n=E[d],s[h]=O((r=E[h])||n)?A({},n,r):e,s));if(t=P.apply(M||i,j),M&&j.unshift(M),Array.isArray(S=t[_][b]))for(w=0;w<S.length;)t=C(M=S[w++]({stamp:t,composables:j}))?M:t;return t}),T),T.create=function(){return this.apply(e,arguments)},(s={})[u]=T,i=P(s),n[_]=n.bind(),n.version="4.3.2","object"!=typeof e?t.exports=n:self.stampit=n}()},1212:(t,e,r)=>{t.exports=r(8411)},7202:(t,e,r)=>{"use strict";var n=r(239);t.exports=n},6656:(t,e,r)=>{"use strict";r(484),r(5695),r(6138),r(7447),r(3832);var n=r(8099);t.exports=n.AggregateError},8411:(t,e,r)=>{"use strict";t.exports=r(8337)},8337:(t,e,r)=>{"use strict";r(5442);var n=r(7202);t.exports=n},814:(t,e,r)=>{"use strict";var n=r(2769),s=r(459),i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(s(t)+" is not a function")}},1966:(t,e,r)=>{"use strict";var n=r(2937),s=String,i=TypeError;t.exports=function(t){if(n(t))return t;throw new i("Can't set "+s(t)+" as a prototype")}},8137:t=>{"use strict";t.exports=function(){}},7235:(t,e,r)=>{"use strict";var n=r(262),s=String,i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(s(t)+" is not an object")}},1005:(t,e,r)=>{"use strict";var n=r(3273),s=r(4574),i=r(8130),o=function(t){return function(e,r,o){var a,c=n(e),u=i(c),l=s(o,u);if(t&&r!=r){for(;u>l;)if((a=c[l++])!=a)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===r)return t||l||0;return!t&&-1}};t.exports={includes:o(!0),indexOf:o(!1)}},9932:(t,e,r)=>{"use strict";var n=r(6100),s=n({}.toString),i=n("".slice);t.exports=function(t){return i(s(t),8,-1)}},8407:(t,e,r)=>{"use strict";var n=r(4904),s=r(2769),i=r(9932),o=r(8655)("toStringTag"),a=Object,c="Arguments"===i(function(){return arguments}());t.exports=n?i:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=a(t),o))?r:c?i(e):"Object"===(n=i(e))&&s(e.callee)?"Arguments":n}},7464:(t,e,r)=>{"use strict";var n=r(701),s=r(5691),i=r(4543),o=r(9989);t.exports=function(t,e,r){for(var a=s(e),c=o.f,u=i.f,l=0;l<a.length;l++){var f=a[l];n(t,f)||r&&n(r,f)||c(t,f,u(e,f))}}},2871:(t,e,r)=>{"use strict";var n=r(1203);t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},877:t=>{"use strict";t.exports=function(t,e){return{value:t,done:e}}},3999:(t,e,r)=>{"use strict";var n=r(5024),s=r(9989),i=r(480);t.exports=n?function(t,e,r){return s.f(t,e,i(1,r))}:function(t,e,r){return t[e]=r,t}},480:t=>{"use strict";t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},3508:(t,e,r)=>{"use strict";var n=r(3999);t.exports=function(t,e,r,s){return s&&s.enumerable?t[e]=r:n(t,e,r),t}},7525:(t,e,r)=>{"use strict";var n=r(1063),s=Object.defineProperty;t.exports=function(t,e){try{s(n,t,{value:e,configurable:!0,writable:!0})}catch(r){n[t]=e}return e}},5024:(t,e,r)=>{"use strict";var n=r(1203);t.exports=!n((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},9619:(t,e,r)=>{"use strict";var n=r(1063),s=r(262),i=n.document,o=s(i)&&s(i.createElement);t.exports=function(t){return o?i.createElement(t):{}}},1100:t=>{"use strict";t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},7868:t=>{"use strict";t.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},4432:(t,e,r)=>{"use strict";var n,s,i=r(1063),o=r(7868),a=i.process,c=i.Deno,u=a&&a.versions||c&&c.version,l=u&&u.v8;l&&(s=(n=l.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!s&&o&&(!(n=o.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=o.match(/Chrome\/(\d+)/))&&(s=+n[1]),t.exports=s},9683:t=>{"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},3885:(t,e,r)=>{"use strict";var n=r(6100),s=Error,i=n("".replace),o=String(new s("zxcasd").stack),a=/\n\s*at [^:]*:[^\n]*/,c=a.test(o);t.exports=function(t,e){if(c&&"string"==typeof t&&!s.prepareStackTrace)for(;e--;)t=i(t,a,"");return t}},4279:(t,e,r)=>{"use strict";var n=r(3999),s=r(3885),i=r(5791),o=Error.captureStackTrace;t.exports=function(t,e,r,a){i&&(o?o(t,e):n(t,"stack",s(r,a)))}},5791:(t,e,r)=>{"use strict";var n=r(1203),s=r(480);t.exports=!n((function(){var t=new Error("a");return!("stack"in t)||(Object.defineProperty(t,"stack",s(1,7)),7!==t.stack)}))},9098:(t,e,r)=>{"use strict";var n=r(1063),s=r(7013),i=r(9344),o=r(2769),a=r(4543).f,c=r(8696),u=r(8099),l=r(4572),f=r(3999),p=r(701),h=function(t){var e=function(r,n,i){if(this instanceof e){switch(arguments.length){case 0:return new t;case 1:return new t(r);case 2:return new t(r,n)}return new t(r,n,i)}return s(t,this,arguments)};return e.prototype=t.prototype,e};t.exports=function(t,e){var r,s,m,y,d,g,v,b,_,E=t.target,w=t.global,x=t.stat,j=t.proto,O=w?n:x?n[E]:n[E]&&n[E].prototype,S=w?u:u[E]||f(u,E,{})[E],A=S.prototype;for(y in e)s=!(r=c(w?y:E+(x?".":"#")+y,t.forced))&&O&&p(O,y),g=S[y],s&&(v=t.dontCallGetSet?(_=a(O,y))&&_.value:O[y]),d=s&&v?v:e[y],(r||j||typeof g!=typeof d)&&(b=t.bind&&s?l(d,n):t.wrap&&s?h(d):j&&o(d)?i(d):d,(t.sham||d&&d.sham||g&&g.sham)&&f(b,"sham",!0),f(S,y,b),j&&(p(u,m=E+"Prototype")||f(u,m,{}),f(u[m],y,d),t.real&&A&&(r||!A[y])&&f(A,y,d)))}},1203:t=>{"use strict";t.exports=function(t){try{return!!t()}catch(t){return!0}}},7013:(t,e,r)=>{"use strict";var n=r(1780),s=Function.prototype,i=s.apply,o=s.call;t.exports="object"==typeof Reflect&&Reflect.apply||(n?o.bind(i):function(){return o.apply(i,arguments)})},4572:(t,e,r)=>{"use strict";var n=r(9344),s=r(814),i=r(1780),o=n(n.bind);t.exports=function(t,e){return s(t),void 0===e?t:i?o(t,e):function(){return t.apply(e,arguments)}}},1780:(t,e,r)=>{"use strict";var n=r(1203);t.exports=!n((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},4713:(t,e,r)=>{"use strict";var n=r(1780),s=Function.prototype.call;t.exports=n?s.bind(s):function(){return s.apply(s,arguments)}},3410:(t,e,r)=>{"use strict";var n=r(5024),s=r(701),i=Function.prototype,o=n&&Object.getOwnPropertyDescriptor,a=s(i,"name"),c=a&&"something"===function(){}.name,u=a&&(!n||n&&o(i,"name").configurable);t.exports={EXISTS:a,PROPER:c,CONFIGURABLE:u}},3574:(t,e,r)=>{"use strict";var n=r(6100),s=r(814);t.exports=function(t,e,r){try{return n(s(Object.getOwnPropertyDescriptor(t,e)[r]))}catch(t){}}},9344:(t,e,r)=>{"use strict";var n=r(9932),s=r(6100);t.exports=function(t){if("Function"===n(t))return s(t)}},6100:(t,e,r)=>{"use strict";var n=r(1780),s=Function.prototype,i=s.call,o=n&&s.bind.bind(i,i);t.exports=n?o:function(t){return function(){return i.apply(t,arguments)}}},1003:(t,e,r)=>{"use strict";var n=r(8099),s=r(1063),i=r(2769),o=function(t){return i(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?o(n[t])||o(s[t]):n[t]&&n[t][e]||s[t]&&s[t][e]}},967:(t,e,r)=>{"use strict";var n=r(8407),s=r(4674),i=r(3057),o=r(6625),a=r(8655)("iterator");t.exports=function(t){if(!i(t))return s(t,a)||s(t,"@@iterator")||o[n(t)]}},1613:(t,e,r)=>{"use strict";var n=r(4713),s=r(814),i=r(7235),o=r(459),a=r(967),c=TypeError;t.exports=function(t,e){var r=arguments.length<2?a(t):e;if(s(r))return i(n(r,t));throw new c(o(t)+" is not iterable")}},4674:(t,e,r)=>{"use strict";var n=r(814),s=r(3057);t.exports=function(t,e){var r=t[e];return s(r)?void 0:n(r)}},1063:function(t,e,r){"use strict";var n=function(t){return t&&t.Math===Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||n("object"==typeof this&&this)||function(){return this}()||Function("return this")()},701:(t,e,r)=>{"use strict";var n=r(6100),s=r(2137),i=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return i(s(t),e)}},5241:t=>{"use strict";t.exports={}},3489:(t,e,r)=>{"use strict";var n=r(1003);t.exports=n("document","documentElement")},9665:(t,e,r)=>{"use strict";var n=r(5024),s=r(1203),i=r(9619);t.exports=!n&&!s((function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},1395:(t,e,r)=>{"use strict";var n=r(6100),s=r(1203),i=r(9932),o=Object,a=n("".split);t.exports=s((function(){return!o("z").propertyIsEnumerable(0)}))?function(t){return"String"===i(t)?a(t,""):o(t)}:o},3507:(t,e,r)=>{"use strict";var n=r(2769),s=r(262),i=r(3491);t.exports=function(t,e,r){var o,a;return i&&n(o=e.constructor)&&o!==r&&s(a=o.prototype)&&a!==r.prototype&&i(t,a),t}},8148:(t,e,r)=>{"use strict";var n=r(262),s=r(3999);t.exports=function(t,e){n(e)&&"cause"in e&&s(t,"cause",e.cause)}},8417:(t,e,r)=>{"use strict";var n,s,i,o=r(1314),a=r(1063),c=r(262),u=r(3999),l=r(701),f=r(3753),p=r(4275),h=r(5241),m="Object already initialized",y=a.TypeError,d=a.WeakMap;if(o||f.state){var g=f.state||(f.state=new d);g.get=g.get,g.has=g.has,g.set=g.set,n=function(t,e){if(g.has(t))throw new y(m);return e.facade=t,g.set(t,e),e},s=function(t){return g.get(t)||{}},i=function(t){return g.has(t)}}else{var v=p("state");h[v]=!0,n=function(t,e){if(l(t,v))throw new y(m);return e.facade=t,u(t,v,e),e},s=function(t){return l(t,v)?t[v]:{}},i=function(t){return l(t,v)}}t.exports={set:n,get:s,has:i,enforce:function(t){return i(t)?s(t):n(t,{})},getterFor:function(t){return function(e){var r;if(!c(e)||(r=s(e)).type!==t)throw new y("Incompatible receiver, "+t+" required");return r}}}},2877:(t,e,r)=>{"use strict";var n=r(8655),s=r(6625),i=n("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(s.Array===t||o[i]===t)}},2769:t=>{"use strict";var e="object"==typeof document&&document.all;t.exports=void 0===e&&void 0!==e?function(t){return"function"==typeof t||t===e}:function(t){return"function"==typeof t}},8696:(t,e,r)=>{"use strict";var n=r(1203),s=r(2769),i=/#|\.prototype\./,o=function(t,e){var r=c[a(t)];return r===l||r!==u&&(s(e)?n(e):!!e)},a=o.normalize=function(t){return String(t).replace(i,".").toLowerCase()},c=o.data={},u=o.NATIVE="N",l=o.POLYFILL="P";t.exports=o},3057:t=>{"use strict";t.exports=function(t){return null==t}},262:(t,e,r)=>{"use strict";var n=r(2769);t.exports=function(t){return"object"==typeof t?null!==t:n(t)}},2937:(t,e,r)=>{"use strict";var n=r(262);t.exports=function(t){return n(t)||null===t}},4871:t=>{"use strict";t.exports=!0},6281:(t,e,r)=>{"use strict";var n=r(1003),s=r(2769),i=r(4317),o=r(7460),a=Object;t.exports=o?function(t){return"symbol"==typeof t}:function(t){var e=n("Symbol");return s(e)&&i(e.prototype,a(t))}},208:(t,e,r)=>{"use strict";var n=r(4572),s=r(4713),i=r(7235),o=r(459),a=r(2877),c=r(8130),u=r(4317),l=r(1613),f=r(967),p=r(1743),h=TypeError,m=function(t,e){this.stopped=t,this.result=e},y=m.prototype;t.exports=function(t,e,r){var d,g,v,b,_,E,w,x=r&&r.that,j=!(!r||!r.AS_ENTRIES),O=!(!r||!r.IS_RECORD),S=!(!r||!r.IS_ITERATOR),A=!(!r||!r.INTERRUPTED),k=n(e,x),M=function(t){return d&&p(d,"normal",t),new m(!0,t)},P=function(t){return j?(i(t),A?k(t[0],t[1],M):k(t[0],t[1])):A?k(t,M):k(t)};if(O)d=t.iterator;else if(S)d=t;else{if(!(g=f(t)))throw new h(o(t)+" is not iterable");if(a(g)){for(v=0,b=c(t);b>v;v++)if((_=P(t[v]))&&u(y,_))return _;return new m(!1)}d=l(t,g)}for(E=O?t.next:d.next;!(w=s(E,d)).done;){try{_=P(w.value)}catch(t){p(d,"throw",t)}if("object"==typeof _&&_&&u(y,_))return _}return new m(!1)}},1743:(t,e,r)=>{"use strict";var n=r(4713),s=r(7235),i=r(4674);t.exports=function(t,e,r){var o,a;s(t);try{if(!(o=i(t,"return"))){if("throw"===e)throw r;return r}o=n(o,t)}catch(t){a=!0,o=t}if("throw"===e)throw r;if(a)throw o;return s(o),r}},1926:(t,e,r)=>{"use strict";var n=r(2621).IteratorPrototype,s=r(5780),i=r(480),o=r(1811),a=r(6625),c=function(){return this};t.exports=function(t,e,r,u){var l=e+" Iterator";return t.prototype=s(n,{next:i(+!u,r)}),o(t,l,!1,!0),a[l]=c,t}},164:(t,e,r)=>{"use strict";var n=r(9098),s=r(4713),i=r(4871),o=r(3410),a=r(2769),c=r(1926),u=r(3671),l=r(3491),f=r(1811),p=r(3999),h=r(3508),m=r(8655),y=r(6625),d=r(2621),g=o.PROPER,v=o.CONFIGURABLE,b=d.IteratorPrototype,_=d.BUGGY_SAFARI_ITERATORS,E=m("iterator"),w="keys",x="values",j="entries",O=function(){return this};t.exports=function(t,e,r,o,m,d,S){c(r,e,o);var A,k,M,P=function(t){if(t===m&&U)return U;if(!_&&t&&t in I)return I[t];switch(t){case w:case x:case j:return function(){return new r(this,t)}}return function(){return new r(this)}},C=e+" Iterator",T=!1,I=t.prototype,R=I[E]||I["@@iterator"]||m&&I[m],U=!_&&R||P(m),D="Array"===e&&I.entries||R;if(D&&(A=u(D.call(new t)))!==Object.prototype&&A.next&&(i||u(A)===b||(l?l(A,b):a(A[E])||h(A,E,O)),f(A,C,!0,!0),i&&(y[C]=O)),g&&m===x&&R&&R.name!==x&&(!i&&v?p(I,"name",x):(T=!0,U=function(){return s(R,this)})),m)if(k={values:P(x),keys:d?U:P(w),entries:P(j)},S)for(M in k)(_||T||!(M in I))&&h(I,M,k[M]);else n({target:e,proto:!0,forced:_||T},k);return i&&!S||I[E]===U||h(I,E,U,{name:m}),y[e]=U,k}},2621:(t,e,r)=>{"use strict";var n,s,i,o=r(1203),a=r(2769),c=r(262),u=r(5780),l=r(3671),f=r(3508),p=r(8655),h=r(4871),m=p("iterator"),y=!1;[].keys&&("next"in(i=[].keys())?(s=l(l(i)))!==Object.prototype&&(n=s):y=!0),!c(n)||o((function(){var t={};return n[m].call(t)!==t}))?n={}:h&&(n=u(n)),a(n[m])||f(n,m,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:y}},6625:t=>{"use strict";t.exports={}},8130:(t,e,r)=>{"use strict";var n=r(8146);t.exports=function(t){return n(t.length)}},5777:t=>{"use strict";var e=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(t){var n=+t;return(n>0?r:e)(n)}},4879:(t,e,r)=>{"use strict";var n=r(1139);t.exports=function(t,e){return void 0===t?arguments.length<2?"":e:n(t)}},5780:(t,e,r)=>{"use strict";var n,s=r(7235),i=r(7389),o=r(9683),a=r(5241),c=r(3489),u=r(9619),l=r(4275),f="prototype",p="script",h=l("IE_PROTO"),m=function(){},y=function(t){return"<"+p+">"+t+"</"+p+">"},d=function(t){t.write(y("")),t.close();var e=t.parentWindow.Object;return t=null,e},g=function(){try{n=new ActiveXObject("htmlfile")}catch(t){}var t,e,r;g="undefined"!=typeof document?document.domain&&n?d(n):(e=u("iframe"),r="java"+p+":",e.style.display="none",c.appendChild(e),e.src=String(r),(t=e.contentWindow.document).open(),t.write(y("document.F=Object")),t.close(),t.F):d(n);for(var s=o.length;s--;)delete g[f][o[s]];return g()};a[h]=!0,t.exports=Object.create||function(t,e){var r;return null!==t?(m[f]=s(t),r=new m,m[f]=null,r[h]=t):r=g(),void 0===e?r:i.f(r,e)}},7389:(t,e,r)=>{"use strict";var n=r(5024),s=r(1330),i=r(9989),o=r(7235),a=r(3273),c=r(8364);e.f=n&&!s?Object.defineProperties:function(t,e){o(t);for(var r,n=a(e),s=c(e),u=s.length,l=0;u>l;)i.f(t,r=s[l++],n[r]);return t}},9989:(t,e,r)=>{"use strict";var n=r(5024),s=r(9665),i=r(1330),o=r(7235),a=r(5341),c=TypeError,u=Object.defineProperty,l=Object.getOwnPropertyDescriptor,f="enumerable",p="configurable",h="writable";e.f=n?i?function(t,e,r){if(o(t),e=a(e),o(r),"function"==typeof t&&"prototype"===e&&"value"in r&&h in r&&!r[h]){var n=l(t,e);n&&n[h]&&(t[e]=r.value,r={configurable:p in r?r[p]:n[p],enumerable:f in r?r[f]:n[f],writable:!1})}return u(t,e,r)}:u:function(t,e,r){if(o(t),e=a(e),o(r),s)try{return u(t,e,r)}catch(t){}if("get"in r||"set"in r)throw new c("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},4543:(t,e,r)=>{"use strict";var n=r(5024),s=r(4713),i=r(7161),o=r(480),a=r(3273),c=r(5341),u=r(701),l=r(9665),f=Object.getOwnPropertyDescriptor;e.f=n?f:function(t,e){if(t=a(t),e=c(e),l)try{return f(t,e)}catch(t){}if(u(t,e))return o(!s(i.f,t,e),t[e])}},5116:(t,e,r)=>{"use strict";var n=r(8600),s=r(9683).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,s)}},7313:(t,e)=>{"use strict";e.f=Object.getOwnPropertySymbols},3671:(t,e,r)=>{"use strict";var n=r(701),s=r(2769),i=r(2137),o=r(4275),a=r(2871),c=o("IE_PROTO"),u=Object,l=u.prototype;t.exports=a?u.getPrototypeOf:function(t){var e=i(t);if(n(e,c))return e[c];var r=e.constructor;return s(r)&&e instanceof r?r.prototype:e instanceof u?l:null}},4317:(t,e,r)=>{"use strict";var n=r(6100);t.exports=n({}.isPrototypeOf)},8600:(t,e,r)=>{"use strict";var n=r(6100),s=r(701),i=r(3273),o=r(1005).indexOf,a=r(5241),c=n([].push);t.exports=function(t,e){var r,n=i(t),u=0,l=[];for(r in n)!s(a,r)&&s(n,r)&&c(l,r);for(;e.length>u;)s(n,r=e[u++])&&(~o(l,r)||c(l,r));return l}},8364:(t,e,r)=>{"use strict";var n=r(8600),s=r(9683);t.exports=Object.keys||function(t){return n(t,s)}},7161:(t,e)=>{"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,s=n&&!r.call({1:2},1);e.f=s?function(t){var e=n(this,t);return!!e&&e.enumerable}:r},3491:(t,e,r)=>{"use strict";var n=r(3574),s=r(7235),i=r(1966);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,r={};try{(t=n(Object.prototype,"__proto__","set"))(r,[]),e=r instanceof Array}catch(t){}return function(r,n){return s(r),i(n),e?t(r,n):r.__proto__=n,r}}():void 0)},9559:(t,e,r)=>{"use strict";var n=r(4904),s=r(8407);t.exports=n?{}.toString:function(){return"[object "+s(this)+"]"}},9258:(t,e,r)=>{"use strict";var n=r(4713),s=r(2769),i=r(262),o=TypeError;t.exports=function(t,e){var r,a;if("string"===e&&s(r=t.toString)&&!i(a=n(r,t)))return a;if(s(r=t.valueOf)&&!i(a=n(r,t)))return a;if("string"!==e&&s(r=t.toString)&&!i(a=n(r,t)))return a;throw new o("Can't convert object to primitive value")}},5691:(t,e,r)=>{"use strict";var n=r(1003),s=r(6100),i=r(5116),o=r(7313),a=r(7235),c=s([].concat);t.exports=n("Reflect","ownKeys")||function(t){var e=i.f(a(t)),r=o.f;return r?c(e,r(t)):e}},8099:t=>{"use strict";t.exports={}},5516:(t,e,r)=>{"use strict";var n=r(9989).f;t.exports=function(t,e,r){r in t||n(t,r,{configurable:!0,get:function(){return e[r]},set:function(t){e[r]=t}})}},5426:(t,e,r)=>{"use strict";var n=r(3057),s=TypeError;t.exports=function(t){if(n(t))throw new s("Can't call method on "+t);return t}},1811:(t,e,r)=>{"use strict";var n=r(4904),s=r(9989).f,i=r(3999),o=r(701),a=r(9559),c=r(8655)("toStringTag");t.exports=function(t,e,r,u){var l=r?t:t&&t.prototype;l&&(o(l,c)||s(l,c,{configurable:!0,value:e}),u&&!n&&i(l,"toString",a))}},4275:(t,e,r)=>{"use strict";var n=r(8141),s=r(1268),i=n("keys");t.exports=function(t){return i[t]||(i[t]=s(t))}},3753:(t,e,r)=>{"use strict";var n=r(1063),s=r(7525),i="__core-js_shared__",o=n[i]||s(i,{});t.exports=o},8141:(t,e,r)=>{"use strict";var n=r(4871),s=r(3753);(t.exports=function(t,e){return s[t]||(s[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.35.1",mode:n?"pure":"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})},5571:(t,e,r)=>{"use strict";var n=r(6100),s=r(9903),i=r(1139),o=r(5426),a=n("".charAt),c=n("".charCodeAt),u=n("".slice),l=function(t){return function(e,r){var n,l,f=i(o(e)),p=s(r),h=f.length;return p<0||p>=h?t?"":void 0:(n=c(f,p))<55296||n>56319||p+1===h||(l=c(f,p+1))<56320||l>57343?t?a(f,p):n:t?u(f,p,p+2):l-56320+(n-55296<<10)+65536}};t.exports={codeAt:l(!1),charAt:l(!0)}},4603:(t,e,r)=>{"use strict";var n=r(4432),s=r(1203),i=r(1063).String;t.exports=!!Object.getOwnPropertySymbols&&!s((function(){var t=Symbol("symbol detection");return!i(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},4574:(t,e,r)=>{"use strict";var n=r(9903),s=Math.max,i=Math.min;t.exports=function(t,e){var r=n(t);return r<0?s(r+e,0):i(r,e)}},3273:(t,e,r)=>{"use strict";var n=r(1395),s=r(5426);t.exports=function(t){return n(s(t))}},9903:(t,e,r)=>{"use strict";var n=r(5777);t.exports=function(t){var e=+t;return e!=e||0===e?0:n(e)}},8146:(t,e,r)=>{"use strict";var n=r(9903),s=Math.min;t.exports=function(t){var e=n(t);return e>0?s(e,9007199254740991):0}},2137:(t,e,r)=>{"use strict";var n=r(5426),s=Object;t.exports=function(t){return s(n(t))}},493:(t,e,r)=>{"use strict";var n=r(4713),s=r(262),i=r(6281),o=r(4674),a=r(9258),c=r(8655),u=TypeError,l=c("toPrimitive");t.exports=function(t,e){if(!s(t)||i(t))return t;var r,c=o(t,l);if(c){if(void 0===e&&(e="default"),r=n(c,t,e),!s(r)||i(r))return r;throw new u("Can't convert object to primitive value")}return void 0===e&&(e="number"),a(t,e)}},5341:(t,e,r)=>{"use strict";var n=r(493),s=r(6281);t.exports=function(t){var e=n(t,"string");return s(e)?e:e+""}},4904:(t,e,r)=>{"use strict";var n={};n[r(8655)("toStringTag")]="z",t.exports="[object z]"===String(n)},1139:(t,e,r)=>{"use strict";var n=r(8407),s=String;t.exports=function(t){if("Symbol"===n(t))throw new TypeError("Cannot convert a Symbol value to a string");return s(t)}},459:t=>{"use strict";var e=String;t.exports=function(t){try{return e(t)}catch(t){return"Object"}}},1268:(t,e,r)=>{"use strict";var n=r(6100),s=0,i=Math.random(),o=n(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+o(++s+i,36)}},7460:(t,e,r)=>{"use strict";var n=r(4603);t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},1330:(t,e,r)=>{"use strict";var n=r(5024),s=r(1203);t.exports=n&&s((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},1314:(t,e,r)=>{"use strict";var n=r(1063),s=r(2769),i=n.WeakMap;t.exports=s(i)&&/native code/.test(String(i))},8655:(t,e,r)=>{"use strict";var n=r(1063),s=r(8141),i=r(701),o=r(1268),a=r(4603),c=r(7460),u=n.Symbol,l=s("wks"),f=c?u.for||u:u&&u.withoutSetter||o;t.exports=function(t){return i(l,t)||(l[t]=a&&i(u,t)?u[t]:f("Symbol."+t)),l[t]}},6453:(t,e,r)=>{"use strict";var n=r(1003),s=r(701),i=r(3999),o=r(4317),a=r(3491),c=r(7464),u=r(5516),l=r(3507),f=r(4879),p=r(8148),h=r(4279),m=r(5024),y=r(4871);t.exports=function(t,e,r,d){var g="stackTraceLimit",v=d?2:1,b=t.split("."),_=b[b.length-1],E=n.apply(null,b);if(E){var w=E.prototype;if(!y&&s(w,"cause")&&delete w.cause,!r)return E;var x=n("Error"),j=e((function(t,e){var r=f(d?e:t,void 0),n=d?new E(t):new E;return void 0!==r&&i(n,"message",r),h(n,j,n.stack,2),this&&o(w,this)&&l(n,this,j),arguments.length>v&&p(n,arguments[v]),n}));if(j.prototype=w,"Error"!==_?a?a(j,x):c(j,x,{name:!0}):m&&g in E&&(u(j,E,g),u(j,E,"prepareStackTrace")),c(j,E),!y)try{w.name!==_&&i(w,"name",_),w.constructor=j}catch(t){}return j}}},6138:(t,e,r)=>{"use strict";var n=r(9098),s=r(1003),i=r(7013),o=r(1203),a=r(6453),c="AggregateError",u=s(c),l=!o((function(){return 1!==u([1]).errors[0]}))&&o((function(){return 7!==u([1],c,{cause:7}).cause}));n({global:!0,constructor:!0,arity:2,forced:l},{AggregateError:a(c,(function(t){return function(e,r){return i(t,this,arguments)}}),l,!0)})},3085:(t,e,r)=>{"use strict";var n=r(9098),s=r(4317),i=r(3671),o=r(3491),a=r(7464),c=r(5780),u=r(3999),l=r(480),f=r(8148),p=r(4279),h=r(208),m=r(4879),y=r(8655)("toStringTag"),d=Error,g=[].push,v=function(t,e){var r,n=s(b,this);o?r=o(new d,n?i(this):b):(r=n?this:c(b),u(r,y,"Error")),void 0!==e&&u(r,"message",m(e)),p(r,v,r.stack,1),arguments.length>2&&f(r,arguments[2]);var a=[];return h(t,g,{that:a}),u(r,"errors",a),r};o?o(v,d):a(v,d,{name:!0});var b=v.prototype=c(d.prototype,{constructor:l(1,v),message:l(1,""),name:l(1,"AggregateError")});n({global:!0,constructor:!0,arity:2},{AggregateError:v})},5695:(t,e,r)=>{"use strict";r(3085)},7447:(t,e,r)=>{"use strict";var n=r(3273),s=r(8137),i=r(6625),o=r(8417),a=r(9989).f,c=r(164),u=r(877),l=r(4871),f=r(5024),p="Array Iterator",h=o.set,m=o.getterFor(p);t.exports=c(Array,"Array",(function(t,e){h(this,{type:p,target:n(t),index:0,kind:e})}),(function(){var t=m(this),e=t.target,r=t.index++;if(!e||r>=e.length)return t.target=void 0,u(void 0,!0);switch(t.kind){case"keys":return u(r,!1);case"values":return u(e[r],!1)}return u([r,e[r]],!1)}),"values");var y=i.Arguments=i.Array;if(s("keys"),s("values"),s("entries"),!l&&f&&"values"!==y.name)try{a(y,"name",{value:"values"})}catch(t){}},484:(t,e,r)=>{"use strict";var n=r(9098),s=r(1063),i=r(7013),o=r(6453),a="WebAssembly",c=s[a],u=7!==new Error("e",{cause:7}).cause,l=function(t,e){var r={};r[t]=o(t,e,u),n({global:!0,constructor:!0,arity:1,forced:u},r)},f=function(t,e){if(c&&c[t]){var r={};r[t]=o(a+"."+t,e,u),n({target:a,stat:!0,constructor:!0,arity:1,forced:u},r)}};l("Error",(function(t){return function(e){return i(t,this,arguments)}})),l("EvalError",(function(t){return function(e){return i(t,this,arguments)}})),l("RangeError",(function(t){return function(e){return i(t,this,arguments)}})),l("ReferenceError",(function(t){return function(e){return i(t,this,arguments)}})),l("SyntaxError",(function(t){return function(e){return i(t,this,arguments)}})),l("TypeError",(function(t){return function(e){return i(t,this,arguments)}})),l("URIError",(function(t){return function(e){return i(t,this,arguments)}})),f("CompileError",(function(t){return function(e){return i(t,this,arguments)}})),f("LinkError",(function(t){return function(e){return i(t,this,arguments)}})),f("RuntimeError",(function(t){return function(e){return i(t,this,arguments)}}))},3832:(t,e,r)=>{"use strict";var n=r(5571).charAt,s=r(1139),i=r(8417),o=r(164),a=r(877),c="String Iterator",u=i.set,l=i.getterFor(c);o(String,"String",(function(t){u(this,{type:c,string:s(t),index:0})}),(function(){var t,e=l(this),r=e.string,s=e.index;return s>=r.length?a(void 0,!0):(t=n(r,s),e.index+=t.length,a(t,!1))}))},5442:(t,e,r)=>{"use strict";r(5695)},85:(t,e,r)=>{"use strict";r(7447);var n=r(1100),s=r(1063),i=r(1811),o=r(6625);for(var a in n)i(s[a],a),o[a]=o.Array},239:(t,e,r)=>{"use strict";r(5442);var n=r(6656);r(85),t.exports=n}},e={};function r(n){var s=e[n];if(void 0!==s)return s.exports;var i=e[n]={id:n,loaded:!1,exports:{}};return t[n].call(i.exports,i,i.exports,r),i.loaded=!0,i.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.nmd=t=>(t.paths=[],t.children||(t.children=[]),t);var n={};return(()=>{"use strict";r.r(n),r.d(n,{AnnotationElement:()=>Jt,ArrayElement:()=>qt.wE,ArraySlice:()=>qt.G6,BREAK:()=>Ze,BooleanElement:()=>qt.bd,CloneError:()=>sr,CommentElement:()=>Zt,DeepCloneError:()=>ir,Element:()=>qt.Hg,ElementIdentityError:()=>xr,IdentityManager:()=>jr,KeyValuePair:()=>qt.KeyValuePair,LinkElement:()=>qt.Ft,MediaTypes:()=>Pr,MemberElement:()=>qt.Pr,Namespace:()=>Le,NullElement:()=>qt.Os,NumberElement:()=>qt.kT,ObjectElement:()=>qt.Sh,ObjectSlice:()=>qt.ot,ParseResultElement:()=>ne,RefElement:()=>qt.sI,ShallowCloneError:()=>or,SourceMapElement:()=>ie,StringElement:()=>qt.Om,Transcluder:()=>nn,cloneDeep:()=>ar,cloneNode:()=>pr,cloneShallow:()=>lr,createNamespace:()=>Be,createPredicate:()=>fe,deepmerge:()=>In,defaultIdentityManager:()=>Or,dehydrate:()=>jn,dereference:()=>bn,dispatchRefractorPlugins:()=>vr,filter:()=>Cr,find:()=>Rr,findAtOffset:()=>Kr,from:()=>_n,getNodeType:()=>fr,hasElementSourceMap:()=>Ae,includesClasses:()=>Me,includesSymbols:()=>ke,isAnnotationElement:()=>we,isArrayElement:()=>ve,isBooleanElement:()=>de,isElement:()=>pe,isLinkElement:()=>_e,isMemberElement:()=>be,isNullElement:()=>ye,isNumberElement:()=>me,isObjectElement:()=>ge,isParseResultElement:()=>je,isPrimitiveElement:()=>Se,isRefElement:()=>Ee,isSourceMapElement:()=>Oe,isStringElement:()=>he,keyMap:()=>mr,mergeAllVisitors:()=>rr,mergeLeft:()=>Vn,mergeRight:()=>Un,namespace:()=>$e,parents:()=>Qr,refract:()=>qt.e,refractorPluginElementIdentity:()=>Sr,refractorPluginSemanticElementIdentity:()=>Ar,reject:()=>Tr,sexprs:()=>An,some:()=>Hr,toJSON:()=>En,toString:()=>On,toValue:()=>qr,toYAML:()=>xn,transclude:()=>rn,traverse:()=>Xr,visit:()=>dr});var t={};function e(t){return null!=t&&"object"==typeof t&&!0===t["@@functional/placeholder"]}function s(t){return function r(n){return 0===arguments.length||e(n)?r:t.apply(this,arguments)}}function i(t){return function r(n,i){switch(arguments.length){case 0:return r;case 1:return e(n)?r:s((function(e){return t(n,e)}));default:return e(n)&&e(i)?r:e(n)?s((function(e){return t(e,i)})):e(i)?s((function(e){return t(n,e)})):t(n,i)}}}function o(t){return function r(n,o,a){switch(arguments.length){case 0:return r;case 1:return e(n)?r:i((function(e,r){return t(n,e,r)}));case 2:return e(n)&&e(o)?r:e(n)?i((function(e,r){return t(e,o,r)})):e(o)?i((function(e,r){return t(n,e,r)})):s((function(e){return t(n,o,e)}));default:return e(n)&&e(o)&&e(a)?r:e(n)&&e(o)?i((function(e,r){return t(e,r,a)})):e(n)&&e(a)?i((function(e,r){return t(e,o,r)})):e(o)&&e(a)?i((function(e,r){return t(n,e,r)})):e(n)?s((function(e){return t(e,o,a)})):e(o)?s((function(e){return t(n,e,a)})):e(a)?s((function(e){return t(n,o,e)})):t(n,o,a)}}}function a(t){return"[object Object]"===Object.prototype.toString.call(t)}function c(t,e){return Object.prototype.hasOwnProperty.call(e,t)}r.r(t),r.d(t,{hasElementSourceMap:()=>Ae,includesClasses:()=>Me,includesSymbols:()=>ke,isAnnotationElement:()=>we,isArrayElement:()=>ve,isBooleanElement:()=>de,isCommentElement:()=>xe,isElement:()=>pe,isLinkElement:()=>_e,isMemberElement:()=>be,isNullElement:()=>ye,isNumberElement:()=>me,isObjectElement:()=>ge,isParseResultElement:()=>je,isPrimitiveElement:()=>Se,isRefElement:()=>Ee,isSourceMapElement:()=>Oe,isStringElement:()=>he});const u=o((function(t,e,r){var n,s={};for(n in r=r||{},e=e||{})c(n,e)&&(s[n]=c(n,r)?t(n,e[n],r[n]):e[n]);for(n in r)c(n,r)&&!c(n,s)&&(s[n]=r[n]);return s}));const l=o((function t(e,r,n){return u((function(r,n,s){return a(n)&&a(s)?t(e,n,s):e(r,n,s)}),r,n)}));const f=i((function(t,e){return l((function(t,e,r){return r}),t,e)}));const p=i((function(t,e){return null==e||e!=e?t:e})),h=Number.isInteger||function(t){return t<<0===t};function m(t){return"[object String]"===Object.prototype.toString.call(t)}const y=i((function(t,e){var r=t<0?e.length+t:t;return m(e)?e.charAt(r):e[r]}));const d=i((function(t,e){if(null!=e)return h(t)?y(t,e):e[t]}));const g=o((function(t,e,r){return p(t,d(e,r))}));function v(t,e){switch(t){case 0:return function(){return e.apply(this,arguments)};case 1:return function(t){return e.apply(this,arguments)};case 2:return function(t,r){return e.apply(this,arguments)};case 3:return function(t,r,n){return e.apply(this,arguments)};case 4:return function(t,r,n,s){return e.apply(this,arguments)};case 5:return function(t,r,n,s,i){return e.apply(this,arguments)};case 6:return function(t,r,n,s,i,o){return e.apply(this,arguments)};case 7:return function(t,r,n,s,i,o,a){return e.apply(this,arguments)};case 8:return function(t,r,n,s,i,o,a,c){return e.apply(this,arguments)};case 9:return function(t,r,n,s,i,o,a,c,u){return e.apply(this,arguments)};case 10:return function(t,r,n,s,i,o,a,c,u,l){return e.apply(this,arguments)};default:throw new Error("First argument to _arity must be a non-negative integer no greater than ten")}}function b(t,r,n){return function(){for(var s=[],i=0,o=t,a=0,c=!1;a<r.length||i<arguments.length;){var u;a<r.length&&(!e(r[a])||i>=arguments.length)?u=r[a]:(u=arguments[i],i+=1),s[a]=u,e(u)?c=!0:o-=1,a+=1}return!c&&o<=0?n.apply(this,s):v(Math.max(0,o),b(t,s,n))}}const _=i((function(t,e){return 1===t?s(e):v(t,b(t,[],e))}));const E=i((function(t,e){return t.map((function(t){for(var r,n=e,s=0;s<t.length;){if(null==n)return;r=t[s],n=h(r)?y(r,n):n[r],s+=1}return n}))}));const w=i((function(t,e){return E([t],e)[0]})),x=Array.isArray||function(t){return null!=t&&t.length>=0&&"[object Array]"===Object.prototype.toString.call(t)};function j(t,e){return function(){var r=arguments.length;if(0===r)return e();var n=arguments[r-1];return x(n)||"function"!=typeof n[t]?e.apply(this,arguments):n[t].apply(n,Array.prototype.slice.call(arguments,0,r-1))}}const O=o(j("slice",(function(t,e,r){return Array.prototype.slice.call(r,t,e)})));const S=O(0,-1);const A=i((function(t,e){return v(t.length,(function(){return t.apply(e,arguments)}))}));const k=i((function(t,e){return t.apply(this,e)}));function M(t,e,r){for(var n=0,s=r.length;n<s;)e=t(e,r[n]),n+=1;return e}const P=s((function(t){return!!x(t)||!!t&&("object"==typeof t&&(!m(t)&&(0===t.length||t.length>0&&(t.hasOwnProperty(0)&&t.hasOwnProperty(t.length-1)))))}));var C="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator";function T(t,e,r){return function(n,s,i){if(P(i))return t(n,s,i);if(null==i)return s;if("function"==typeof i["fantasy-land/reduce"])return e(n,s,i,"fantasy-land/reduce");if(null!=i[C])return r(n,s,i[C]());if("function"==typeof i.next)return r(n,s,i);if("function"==typeof i.reduce)return e(n,s,i,"reduce");throw new TypeError("reduce: list must be array or iterable")}}function I(t,e,r){for(var n=r.next();!n.done;)e=t(e,n.value),n=r.next();return e}function R(t,e,r,n){return r[n](t,e)}const U=T(M,R,I);function D(t,e,r){return function(){if(0===arguments.length)return r();var n=arguments[arguments.length-1];if(!x(n)){for(var s=0;s<t.length;){if("function"==typeof n[t[s]])return n[t[s]].apply(n,Array.prototype.slice.call(arguments,0,-1));s+=1}if(function(t){return null!=t&&"function"==typeof t["@@transducer/step"]}(n))return e.apply(null,Array.prototype.slice.call(arguments,0,-1))(n)}return r.apply(this,arguments)}}function V(t,e){for(var r=0,n=e.length,s=Array(n);r<n;)s[r]=t(e[r]),r+=1;return s}const F=function(){return this.xf["@@transducer/init"]()},L=function(t){return this.xf["@@transducer/result"](t)};var N=function(){function t(t,e){this.xf=e,this.f=t}return t.prototype["@@transducer/init"]=F,t.prototype["@@transducer/result"]=L,t.prototype["@@transducer/step"]=function(t,e){return this.xf["@@transducer/step"](t,this.f(e))},t}();const B=function(t){return function(e){return new N(t,e)}};var $=Object.prototype.toString;const z=function(){return"[object Arguments]"===$.call(arguments)?function(t){return"[object Arguments]"===$.call(t)}:function(t){return c("callee",t)}}();var q=!{toString:null}.propertyIsEnumerable("toString"),G=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],K=function(){return arguments.propertyIsEnumerable("length")}(),W=function(t,e){for(var r=0;r<t.length;){if(t[r]===e)return!0;r+=1}return!1},H="function"!=typeof Object.keys||K?s((function(t){if(Object(t)!==t)return[];var e,r,n=[],s=K&&z(t);for(e in t)!c(e,t)||s&&"length"===e||(n[n.length]=e);if(q)for(r=G.length-1;r>=0;)c(e=G[r],t)&&!W(n,e)&&(n[n.length]=e),r-=1;return n})):s((function(t){return Object(t)!==t?[]:Object.keys(t)}));const Y=H;const J=i(D(["fantasy-land/map","map"],B,(function(t,e){switch(Object.prototype.toString.call(e)){case"[object Function]":return _(e.length,(function(){return t.call(this,e.apply(this,arguments))}));case"[object Object]":return M((function(r,n){return r[n]=t(e[n]),r}),{},Y(e));default:return V(t,e)}})));const X=i((function(t,e){return"function"==typeof e["fantasy-land/ap"]?e["fantasy-land/ap"](t):"function"==typeof t.ap?t.ap(e):"function"==typeof t?function(r){return t(r)(e(r))}:U((function(t,r){return function(t,e){var r;e=e||[];var n=(t=t||[]).length,s=e.length,i=[];for(r=0;r<n;)i[i.length]=t[r],r+=1;for(r=0;r<s;)i[i.length]=e[r],r+=1;return i}(t,J(r,e))}),[],t)}));const Z=i((function(t,e){var r=_(t,e);return _(t,(function(){return M(X,J(r,arguments[0]),Array.prototype.slice.call(arguments,1))}))}));const Q=s((function(t){return Z(t.length,t)}));const tt=Q(s((function(t){return!t})));function et(t){for(var e,r=[];!(e=t.next()).done;)r.push(e.value);return r}function rt(t,e,r){for(var n=0,s=r.length;n<s;){if(t(e,r[n]))return!0;n+=1}return!1}const nt="function"==typeof Object.is?Object.is:function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e};const st=s((function(t){return null===t?"Null":void 0===t?"Undefined":Object.prototype.toString.call(t).slice(8,-1)}));function it(t,e,r,n){var s=et(t);function i(t,e){return ot(t,e,r.slice(),n.slice())}return!rt((function(t,e){return!rt(i,e,t)}),et(e),s)}function ot(t,e,r,n){if(nt(t,e))return!0;var s,i,o=st(t);if(o!==st(e))return!1;if("function"==typeof t["fantasy-land/equals"]||"function"==typeof e["fantasy-land/equals"])return"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e)&&"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t);if("function"==typeof t.equals||"function"==typeof e.equals)return"function"==typeof t.equals&&t.equals(e)&&"function"==typeof e.equals&&e.equals(t);switch(o){case"Arguments":case"Array":case"Object":if("function"==typeof t.constructor&&"Promise"===(s=t.constructor,null==(i=String(s).match(/^function (\w*)/))?"":i[1]))return t===e;break;case"Boolean":case"Number":case"String":if(typeof t!=typeof e||!nt(t.valueOf(),e.valueOf()))return!1;break;case"Date":if(!nt(t.valueOf(),e.valueOf()))return!1;break;case"Error":return t.name===e.name&&t.message===e.message;case"RegExp":if(t.source!==e.source||t.global!==e.global||t.ignoreCase!==e.ignoreCase||t.multiline!==e.multiline||t.sticky!==e.sticky||t.unicode!==e.unicode)return!1}for(var a=r.length-1;a>=0;){if(r[a]===t)return n[a]===e;a-=1}switch(o){case"Map":return t.size===e.size&&it(t.entries(),e.entries(),r.concat([t]),n.concat([e]));case"Set":return t.size===e.size&&it(t.values(),e.values(),r.concat([t]),n.concat([e]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var u=Y(t);if(u.length!==Y(e).length)return!1;var l=r.concat([t]),f=n.concat([e]);for(a=u.length-1;a>=0;){var p=u[a];if(!c(p,e)||!ot(e[p],t[p],l,f))return!1;a-=1}return!0}const at=i((function(t,e){return ot(t,e,[],[])}));function ct(t,e){return function(t,e,r){var n,s;if("function"==typeof t.indexOf)switch(typeof e){case"number":if(0===e){for(n=1/e;r<t.length;){if(0===(s=t[r])&&1/s===n)return r;r+=1}return-1}if(e!=e){for(;r<t.length;){if("number"==typeof(s=t[r])&&s!=s)return r;r+=1}return-1}return t.indexOf(e,r);case"string":case"boolean":case"function":case"undefined":return t.indexOf(e,r);case"object":if(null===e)return t.indexOf(e,r)}for(;r<t.length;){if(at(t[r],e))return r;r+=1}return-1}(e,t,0)>=0}function ut(t){return'"'+t.replace(/\\/g,"\\\\").replace(/[\b]/g,"\\b").replace(/\f/g,"\\f").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t").replace(/\v/g,"\\v").replace(/\0/g,"\\0").replace(/"/g,'\\"')+'"'}var lt=function(t){return(t<10?"0":"")+t};const ft="function"==typeof Date.prototype.toISOString?function(t){return t.toISOString()}:function(t){return t.getUTCFullYear()+"-"+lt(t.getUTCMonth()+1)+"-"+lt(t.getUTCDate())+"T"+lt(t.getUTCHours())+":"+lt(t.getUTCMinutes())+":"+lt(t.getUTCSeconds())+"."+(t.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5)+"Z"};var pt=function(){function t(t,e){this.xf=e,this.f=t}return t.prototype["@@transducer/init"]=F,t.prototype["@@transducer/result"]=L,t.prototype["@@transducer/step"]=function(t,e){return this.f(e)?this.xf["@@transducer/step"](t,e):t},t}();function ht(t){return function(e){return new pt(t,e)}}const mt=i(D(["fantasy-land/filter","filter"],ht,(function(t,e){return a(e)?M((function(r,n){return t(e[n])&&(r[n]=e[n]),r}),{},Y(e)):function(t,e){for(var r=0,n=e.length,s=[];r<n;)t(e[r])&&(s[s.length]=e[r]),r+=1;return s}(t,e)})));const yt=i((function(t,e){return mt((r=t,function(){return!r.apply(this,arguments)}),e);var r}));function dt(t,e){var r=function(r){var n=e.concat([t]);return ct(r,n)?"<Circular>":dt(r,n)},n=function(t,e){return V((function(e){return ut(e)+": "+r(t[e])}),e.slice().sort())};switch(Object.prototype.toString.call(t)){case"[object Arguments]":return"(function() { return arguments; }("+V(r,t).join(", ")+"))";case"[object Array]":return"["+V(r,t).concat(n(t,yt((function(t){return/^\d+$/.test(t)}),Y(t)))).join(", ")+"]";case"[object Boolean]":return"object"==typeof t?"new Boolean("+r(t.valueOf())+")":t.toString();case"[object Date]":return"new Date("+(isNaN(t.valueOf())?r(NaN):ut(ft(t)))+")";case"[object Map]":return"new Map("+r(Array.from(t))+")";case"[object Null]":return"null";case"[object Number]":return"object"==typeof t?"new Number("+r(t.valueOf())+")":1/t==-1/0?"-0":t.toString(10);case"[object Set]":return"new Set("+r(Array.from(t).sort())+")";case"[object String]":return"object"==typeof t?"new String("+r(t.valueOf())+")":ut(t);case"[object Undefined]":return"undefined";default:if("function"==typeof t.toString){var s=t.toString();if("[object Object]"!==s)return s}return"{"+n(t,Y(t)).join(", ")+"}"}}const gt=s((function(t){return dt(t,[])}));const vt=i((function(t,e){if(t===e)return e;function r(t,e){if(t>e!=e>t)return e>t?e:t}var n=r(t,e);if(void 0!==n)return n;var s=r(typeof t,typeof e);if(void 0!==s)return s===typeof t?t:e;var i=gt(t),o=r(i,gt(e));return void 0!==o&&o===i?t:e}));const bt=i((function(t,e){return J(d(t),e)}));function _t(t,e,r){for(var n=0,s=r.length;n<s;){if((e=t["@@transducer/step"](e,r[n]))&&e["@@transducer/reduced"]){e=e["@@transducer/value"];break}n+=1}return t["@@transducer/result"](e)}function Et(t,e,r){for(var n=r.next();!n.done;){if((e=t["@@transducer/step"](e,n.value))&&e["@@transducer/reduced"]){e=e["@@transducer/value"];break}n=r.next()}return t["@@transducer/result"](e)}function wt(t,e,r,n){return t["@@transducer/result"](r[n](A(t["@@transducer/step"],t),e))}const xt=T(_t,wt,Et);var jt=function(){function t(t){this.f=t}return t.prototype["@@transducer/init"]=function(){throw new Error("init not implemented on XWrap")},t.prototype["@@transducer/result"]=function(t){return t},t.prototype["@@transducer/step"]=function(t,e){return this.f(t,e)},t}();const Ot=o((function(t,e,r){return xt("function"==typeof t?new jt(t):t,e,r)}));const St=s((function(t){return _(Ot(vt,0,bt("length",t)),(function(){for(var e=0,r=t.length;e<r;){if(t[e].apply(this,arguments))return!0;e+=1}return!1}))}));function At(t,e){return function(){return e.call(this,t.apply(this,arguments))}}const kt=s(j("tail",O(1,1/0)));function Mt(){if(0===arguments.length)throw new Error("pipe requires at least one argument");return v(arguments[0].length,Ot(At,arguments[0],kt(arguments)))}var Pt=function(t,e){switch(arguments.length){case 0:return Pt;case 1:return function e(r){return 0===arguments.length?e:nt(t,r)};default:return nt(t,e)}};const Ct=Pt;const Tt=_(1,Mt(st,Ct("GeneratorFunction")));const It=_(1,Mt(st,Ct("AsyncFunction")));const Rt=St([Mt(st,Ct("Function")),Tt,It]);const Ut=tt(Rt);function Dt(t){var e=Object.prototype.toString.call(t);return"[object Function]"===e||"[object AsyncFunction]"===e||"[object GeneratorFunction]"===e||"[object AsyncGeneratorFunction]"===e}const Vt=i((function(t,e){return t&&e}));const Ft=i((function(t,e){return Dt(t)?function(){return t.apply(this,arguments)&&e.apply(this,arguments)}:Q(Vt)(t,e)}));var Lt=s((function(t){return null!=t&&"function"==typeof t["fantasy-land/empty"]?t["fantasy-land/empty"]():null!=t&&null!=t.constructor&&"function"==typeof t.constructor["fantasy-land/empty"]?t.constructor["fantasy-land/empty"]():null!=t&&"function"==typeof t.empty?t.empty():null!=t&&null!=t.constructor&&"function"==typeof t.constructor.empty?t.constructor.empty():x(t)?[]:m(t)?"":a(t)?{}:z(t)?function(){return arguments}():function(t){var e=Object.prototype.toString.call(t);return"[object Uint8ClampedArray]"===e||"[object Int8Array]"===e||"[object Uint8Array]"===e||"[object Int16Array]"===e||"[object Uint16Array]"===e||"[object Int32Array]"===e||"[object Uint32Array]"===e||"[object Float32Array]"===e||"[object Float64Array]"===e||"[object BigInt64Array]"===e||"[object BigUint64Array]"===e}(t)?t.constructor.from(""):void 0}));const Nt=Lt;const Bt=s((function(t){return null!=t&&at(t,Nt(t))}));const $t=Ft(_(1,Rt(Array.isArray)?Array.isArray:Mt(st,Ct("Array"))),Bt);const zt=_(3,(function(t,e,r){var n=w(t,r),s=w(S(t),r);if(!Ut(n)&&!$t(t)){var i=A(n,s);return k(i,e)}}));var qt=r(8326);var Gt=function(){function t(t,e){this.xf=e,this.f=t,this.all=!0}return t.prototype["@@transducer/init"]=F,t.prototype["@@transducer/result"]=function(t){return this.all&&(t=this.xf["@@transducer/step"](t,!0)),this.xf["@@transducer/result"](t)},t.prototype["@@transducer/step"]=function(t,e){var r;return this.f(e)||(this.all=!1,t=(r=this.xf["@@transducer/step"](t,!1))&&r["@@transducer/reduced"]?r:{"@@transducer/value":r,"@@transducer/reduced":!0}),t},t}();function Kt(t){return function(e){return new Gt(t,e)}}const Wt=i(D(["all"],Kt,(function(t,e){for(var r=0;r<e.length;){if(!t(e[r]))return!1;r+=1}return!0})));const Ht=s((function(t){return _(t.length,(function(e,r){var n=Array.prototype.slice.call(arguments,0);return n[0]=r,n[1]=e,t.apply(this,n)}))}))(i(ct));class Yt extends qt.Om{constructor(t,e,r){super(t,e,r),this.element="annotation"}get code(){return this.attributes.get("code")}set code(t){this.attributes.set("code",t)}}const Jt=Yt;class Xt extends qt.Om{constructor(t,e,r){super(t,e,r),this.element="comment"}}const Zt=Xt;const Qt=s((function(t){return function(){return t}}));const te=Qt(void 0);const ee=at(te());class re extends qt.wE{constructor(t,e,r){super(t,e,r),this.element="parseResult"}get api(){return this.children.filter((t=>t.classes.contains("api"))).first}get results(){return this.children.filter((t=>t.classes.contains("result")))}get result(){return this.results.first}get annotations(){return this.children.filter((t=>"annotation"===t.element))}get warnings(){return this.children.filter((t=>"annotation"===t.element&&t.classes.contains("warning")))}get errors(){return this.children.filter((t=>"annotation"===t.element&&t.classes.contains("error")))}get isEmpty(){return this.children.reject((t=>"annotation"===t.element)).isEmpty}replaceResult(t){const{result:e}=this;if(ee(e))return!1;const r=this.content.findIndex((t=>t===e));return-1!==r&&(this.content[r]=t,!0)}}const ne=re;class se extends qt.wE{constructor(t,e,r){super(t,e,r),this.element="sourceMap"}get positionStart(){return this.children.filter((t=>t.classes.contains("position"))).get(0)}get positionEnd(){return this.children.filter((t=>t.classes.contains("position"))).get(1)}set position(t){if(void 0===t)return;const e=new qt.wE([t.start.row,t.start.column,t.start.char]),r=new qt.wE([t.end.row,t.end.column,t.end.char]);e.classes.push("position"),r.classes.push("position"),this.push(e).push(r)}}const ie=se,oe=(t,e)=>"object"==typeof e&&null!==e&&t in e&&"function"==typeof e[t],ae=t=>"object"==typeof t&&null!=t&&"_storedElement"in t&&"string"==typeof t._storedElement&&"_content"in t,ce=(t,e)=>"object"==typeof e&&null!==e&&"primitive"in e&&("function"==typeof e.primitive&&e.primitive()===t),ue=(t,e)=>"object"==typeof e&&null!==e&&"classes"in e&&(Array.isArray(e.classes)||e.classes instanceof qt.wE)&&e.classes.includes(t),le=(t,e)=>"object"==typeof e&&null!==e&&"element"in e&&e.element===t,fe=t=>t({hasMethod:oe,hasBasicElementProps:ae,primitiveEq:ce,isElementType:le,hasClass:ue}),pe=fe((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof qt.Hg||t(r)&&e(void 0,r))),he=fe((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof qt.Om||t(r)&&e("string",r))),me=fe((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof qt.kT||t(r)&&e("number",r))),ye=fe((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof qt.Os||t(r)&&e("null",r))),de=fe((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof qt.bd||t(r)&&e("boolean",r))),ge=fe((({hasBasicElementProps:t,primitiveEq:e,hasMethod:r})=>n=>n instanceof qt.Sh||t(n)&&e("object",n)&&r("keys",n)&&r("values",n)&&r("items",n))),ve=fe((({hasBasicElementProps:t,primitiveEq:e,hasMethod:r})=>n=>n instanceof qt.wE&&!(n instanceof qt.Sh)||t(n)&&e("array",n)&&r("push",n)&&r("unshift",n)&&r("map",n)&&r("reduce",n))),be=fe((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof qt.Pr||t(n)&&e("member",n)&&r(void 0,n))),_e=fe((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof qt.Ft||t(n)&&e("link",n)&&r(void 0,n))),Ee=fe((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof qt.sI||t(n)&&e("ref",n)&&r(void 0,n))),we=fe((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof Jt||t(n)&&e("annotation",n)&&r("array",n))),xe=fe((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof Zt||t(n)&&e("comment",n)&&r("string",n))),je=fe((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof ne||t(n)&&e("parseResult",n)&&r("array",n))),Oe=fe((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof ie||t(n)&&e("sourceMap",n)&&r("array",n))),Se=t=>le("object",t)||le("array",t)||le("boolean",t)||le("number",t)||le("string",t)||le("null",t)||le("member",t),Ae=t=>Oe(t.meta.get("sourceMap")),ke=(t,e)=>{if(0===t.length)return!0;const r=e.attributes.get("symbols");return!!ve(r)&&Wt(Ht(r.toValue()),t)},Me=(t,e)=>0===t.length||Wt(Ht(e.classes.toValue()),t);const Pe=o((function(t,e,r){return t(w(e,r))}));const Ce=at(null);var Te=tt(Ce);function Ie(t){return Ie="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ie(t)}const Re=_(1,Ft(Te,(function(t){return"object"===Ie(t)})));var Ue=Mt(st,Ct("Object")),De=Mt(gt,at(gt(Object))),Ve=Pe(Ft(Rt,De),["constructor"]);const Fe=_(1,(function(t){if(!Re(t)||!Ue(t))return!1;var e=Object.getPrototypeOf(t);return!!Ce(e)||Ve(e)}));class Le extends qt.g${constructor(){super(),this.register("annotation",Jt),this.register("comment",Zt),this.register("parseResult",ne),this.register("sourceMap",ie)}}const Ne=new Le,Be=t=>{const e=new Le;return Fe(t)&&e.use(t),e},$e=Ne,ze=()=>({predicates:{...t},namespace:$e});const qe=function(){return!1};const Ge=_(1,Mt(st,Ct("String")));var Ke=r(1212);const We=class extends Ke{constructor(t,e,r){if(super(t,e,r),this.name=this.constructor.name,"string"==typeof e&&(this.message=e),"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(e).stack,null!=r&&"object"==typeof r&&Object.hasOwn(r,"cause")&&!("cause"in this)){const{cause:t}=r;this.cause=t,t instanceof Error&&"stack"in t&&(this.stack=`${this.stack}\nCAUSE: ${t.stack}`)}}};class He extends Error{static[Symbol.hasInstance](t){return super[Symbol.hasInstance](t)||Function.prototype[Symbol.hasInstance].call(We,t)}constructor(t,e){if(super(t,e),this.name=this.constructor.name,"string"==typeof t&&(this.message=t),"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(t).stack,null!=e&&"object"==typeof e&&Object.hasOwn(e,"cause")&&!("cause"in this)){const{cause:t}=e;this.cause=t,t instanceof Error&&"stack"in t&&(this.stack=`${this.stack}\nCAUSE: ${t.stack}`)}}}const Ye=He;const Je=class extends Ye{constructor(t,e){if(super(t,e),null!=e&&"object"==typeof e){const{cause:t,...r}=e;Object.assign(this,r)}}},Xe=(t,e,r)=>{const n=t[e];if(null!=n){if(!r&&"function"==typeof n)return n;const t=r?n.leave:n.enter;if("function"==typeof t)return t}else{const n=r?t.leave:t.enter;if(null!=n){if("function"==typeof n)return n;const t=n[e];if("function"==typeof t)return t}}return null},Ze={},Qe=t=>null==t?void 0:t.type,tr=t=>"string"==typeof Qe(t),er=t=>Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),rr=(t,{visitFnGetter:e=Xe,nodeTypeGetter:r=Qe,breakSymbol:n=Ze,deleteNodeSymbol:s=null,skipVisitingNodeSymbol:i=!1,exposeEdits:o=!1}={})=>{const a=Symbol("skip"),c=new Array(t.length).fill(a);return{enter(u,...l){let f=u,p=!1;for(let h=0;h<t.length;h+=1)if(c[h]===a){const a=e(t[h],r(f),!1);if("function"==typeof a){const e=a.call(t[h],f,...l);if(e===i)c[h]=u;else if(e===n)c[h]=n;else{if(e===s)return e;if(void 0!==e){if(!o)return e;f=e,p=!0}}}}return p?f:void 0},leave(s,...o){for(let u=0;u<t.length;u+=1)if(c[u]===a){const a=e(t[u],r(s),!0);if("function"==typeof a){const e=a.call(t[u],s,...o);if(e===n)c[u]=n;else if(void 0!==e&&e!==i)return e}}else c[u]===s&&(c[u]=a)}}},nr=(t,e,{keyMap:r=null,state:n={},breakSymbol:s=Ze,deleteNodeSymbol:i=null,skipVisitingNodeSymbol:o=!1,visitFnGetter:a=Xe,nodeTypeGetter:c=Qe,nodePredicate:u=tr,nodeCloneFn:l=er,detectCycles:f=!0}={})=>{const p=r||{};let h,m,y=Array.isArray(t),d=[t],g=-1,v=[],b=t;const _=[],E=[];do{g+=1;const t=g===d.length;let r;const x=t&&0!==v.length;if(t){if(r=0===E.length?void 0:_.pop(),b=m,m=E.pop(),x)if(y){b=b.slice();let t=0;for(const[e,r]of v){const n=e-t;r===i?(b.splice(n,1),t+=1):b[n]=r}}else{b=l(b);for(const[t,e]of v)b[t]=e}g=h.index,d=h.keys,v=h.edits,y=h.inArray,h=h.prev}else if(m!==i&&void 0!==m){if(r=y?g:d[g],b=m[r],b===i||void 0===b)continue;_.push(r)}let j;if(!Array.isArray(b)){if(!u(b))throw new Je(`Invalid AST Node: ${String(b)}`,{node:b});if(f&&E.includes(b)){_.pop();continue}const i=a(e,c(b),t);if(i){for(const[t,r]of Object.entries(n))e[t]=r;j=i.call(e,b,r,m,_,E)}if(j===s)break;if(j===o){if(!t){_.pop();continue}}else if(void 0!==j&&(v.push([r,j]),!t)){if(!u(j)){_.pop();continue}b=j}}var w;if(void 0===j&&x&&v.push([r,b]),!t)h={inArray:y,index:g,keys:d,edits:v,prev:h},y=Array.isArray(b),d=y?b:null!==(w=p[c(b)])&&void 0!==w?w:[],g=-1,v=[],m!==i&&void 0!==m&&E.push(m),m=b}while(void 0!==h);return 0!==v.length?v[v.length-1][1]:t};nr[Symbol.for("nodejs.util.promisify.custom")]=async(t,e,{keyMap:r=null,state:n={},breakSymbol:s=Ze,deleteNodeSymbol:i=null,skipVisitingNodeSymbol:o=!1,visitFnGetter:a=Xe,nodeTypeGetter:c=Qe,nodePredicate:u=tr,nodeCloneFn:l=er,detectCycles:f=!0}={})=>{const p=r||{};let h,m,y=Array.isArray(t),d=[t],g=-1,v=[],b=t;const _=[],E=[];do{g+=1;const t=g===d.length;let r;const x=t&&0!==v.length;if(t){if(r=0===E.length?void 0:_.pop(),b=m,m=E.pop(),x)if(y){b=b.slice();let t=0;for(const[e,r]of v){const n=e-t;r===i?(b.splice(n,1),t+=1):b[n]=r}}else{b=l(b);for(const[t,e]of v)b[t]=e}g=h.index,d=h.keys,v=h.edits,y=h.inArray,h=h.prev}else if(m!==i&&void 0!==m){if(r=y?g:d[g],b=m[r],b===i||void 0===b)continue;_.push(r)}let j;if(!Array.isArray(b)){if(!u(b))throw new Je(`Invalid AST Node: ${String(b)}`,{node:b});if(f&&E.includes(b)){_.pop();continue}const i=a(e,c(b),t);if(i){for(const[t,r]of Object.entries(n))e[t]=r;j=await i.call(e,b,r,m,_,E)}if(j===s)break;if(j===o){if(!t){_.pop();continue}}else if(void 0!==j&&(v.push([r,j]),!t)){if(!u(j)){_.pop();continue}b=j}}var w;if(void 0===j&&x&&v.push([r,b]),!t)h={inArray:y,index:g,keys:d,edits:v,prev:h},y=Array.isArray(b),d=y?b:null!==(w=p[c(b)])&&void 0!==w?w:[],g=-1,v=[],m!==i&&void 0!==m&&E.push(m),m=b}while(void 0!==h);return 0!==v.length?v[v.length-1][1]:t};const sr=class extends Je{value;constructor(t,e){super(t,e),void 0!==e&&(this.value=e.value)}};const ir=class extends sr{};const or=class extends sr{},ar=(t,e={})=>{const{visited:r=new WeakMap}=e,n={...e,visited:r};if(r.has(t))return r.get(t);if(t instanceof qt.KeyValuePair){const{key:e,value:s}=t,i=pe(e)?ar(e,n):e,o=pe(s)?ar(s,n):s,a=new qt.KeyValuePair(i,o);return r.set(t,a),a}if(t instanceof qt.ot){const e=t=>ar(t,n),s=[...t].map(e),i=new qt.ot(s);return r.set(t,i),i}if(t instanceof qt.G6){const e=t=>ar(t,n),s=[...t].map(e),i=new qt.G6(s);return r.set(t,i),i}if(pe(t)){const e=lr(t);if(r.set(t,e),t.content)if(pe(t.content))e.content=ar(t.content,n);else if(t.content instanceof qt.KeyValuePair)e.content=ar(t.content,n);else if(Array.isArray(t.content)){const r=t=>ar(t,n);e.content=t.content.map(r)}else e.content=t.content;else e.content=t.content;return e}throw new ir("Value provided to cloneDeep function couldn't be cloned",{value:t})};ar.safe=t=>{try{return ar(t)}catch{return t}};const cr=t=>{const{key:e,value:r}=t;return new qt.KeyValuePair(e,r)},ur=t=>{const e=new t.constructor;if(e.element=t.element,t.meta.length>0&&(e._meta=ar(t.meta)),t.attributes.length>0&&(e._attributes=ar(t.attributes)),pe(t.content)){const r=t.content;e.content=ur(r)}else Array.isArray(t.content)?e.content=[...t.content]:t.content instanceof qt.KeyValuePair?e.content=cr(t.content):e.content=t.content;return e},lr=t=>{if(t instanceof qt.KeyValuePair)return cr(t);if(t instanceof qt.ot)return(t=>{const e=[...t];return new qt.ot(e)})(t);if(t instanceof qt.G6)return(t=>{const e=[...t];return new qt.G6(e)})(t);if(pe(t))return ur(t);throw new or("Value provided to cloneShallow function couldn't be cloned",{value:t})};lr.safe=t=>{try{return lr(t)}catch{return t}};const fr=t=>ge(t)?"ObjectElement":ve(t)?"ArrayElement":be(t)?"MemberElement":he(t)?"StringElement":de(t)?"BooleanElement":me(t)?"NumberElement":ye(t)?"NullElement":_e(t)?"LinkElement":Ee(t)?"RefElement":void 0,pr=t=>pe(t)?lr(t):er(t),hr=Mt(fr,Ge),mr={ObjectElement:["content"],ArrayElement:["content"],MemberElement:["key","value"],StringElement:[],BooleanElement:[],NumberElement:[],NullElement:[],RefElement:[],LinkElement:[],Annotation:[],Comment:[],ParseResultElement:["content"],SourceMap:["content"]};class yr{result;predicate;returnOnTrue;returnOnFalse;constructor({predicate:t=qe,returnOnTrue:e,returnOnFalse:r}={}){this.result=[],this.predicate=t,this.returnOnTrue=e,this.returnOnFalse=r}enter(t){return this.predicate(t)?(this.result.push(t),this.returnOnTrue):this.returnOnFalse}}const dr=(t,e,{keyMap:r=mr,...n}={})=>nr(t,e,{keyMap:r,nodeTypeGetter:fr,nodePredicate:hr,nodeCloneFn:pr,...n});dr[Symbol.for("nodejs.util.promisify.custom")]=async(t,e,{keyMap:r=mr,...n}={})=>nr[Symbol.for("nodejs.util.promisify.custom")](t,e,{keyMap:r,nodeTypeGetter:fr,nodePredicate:hr,nodeCloneFn:pr,...n});const gr={toolboxCreator:ze,visitorOptions:{nodeTypeGetter:fr,exposeEdits:!0}},vr=(t,e,r={})=>{if(0===e.length)return t;const n=f(gr,r),{toolboxCreator:s,visitorOptions:i}=n,o=s(),a=e.map((t=>t(o))),c=rr(a.map(g({},"visitor")),{...i});a.forEach(zt(["pre"],[]));const u=dr(t,c,i);return a.forEach(zt(["post"],[])),u};var br=r(8357),_r=r.n(br),Er=r(6660),wr=r.n(Er);const xr=class extends Je{value;constructor(t,e){super(t,e),void 0!==e&&(this.value=e.value)}},jr=_r()({props:{uuid:null,length:null,identityMap:null},init({length:t=6}={}){this.length=6,this.uuid=new(wr())({length:t}),this.identityMap=new WeakMap},methods:{identify(t){if(!pe(t))throw new xr("Cannot not identify the element. `element` is neither structurally compatible nor a subclass of an Element class.",{value:t});if(t.meta.hasKey("id")&&he(t.meta.get("id"))&&!t.meta.get("id").equals(""))return t.id;if(this.identityMap.has(t))return this.identityMap.get(t);const e=new qt.Om(this.generateId());return this.identityMap.set(t,e),e},forget(t){return!!this.identityMap.has(t)&&(this.identityMap.delete(t),!0)},generateId(){return this.uuid.randomUUID()}}}),Or=jr({length:6}),Sr=({length:t=6}={})=>()=>{let e;return{pre(){e=jr({length:t})},visitor:{enter(t){t.id=e.identify(t)}},post(){e=null}}},Ar=({length:t=6}={})=>({predicates:e})=>{let r;return{pre(){r=jr({length:t})},visitor:{enter(t){e.isPrimitiveElement(t)||(t.id=r.identify(t))}},post(){r=null}}};const kr=class extends Ye{};const Mr=class extends kr{};const Pr=class extends Array{unknownMediaType="application/octet-stream";filterByFormat(){throw new Mr("filterByFormat method in MediaTypes class is not yet implemented.")}findBy(){throw new Mr("findBy method in MediaTypes class is not yet implemented.")}latest(){throw new Mr("latest method in MediaTypes class is not yet implemented.")}},Cr=(t,e)=>{const r=new yr({predicate:t});return dr(e,r),new qt.G6(r.result)},Tr=(t,e)=>Cr(tt(t),e);const Ir=o((function(t,e,r){return p(t,w(e,r))})),Rr=(t,e)=>{const r=new yr({predicate:t,returnOnTrue:Ze});return dr(e,r),Ir(void 0,[0],r.result)};const Ur=y(-1);const Dr=_(1,Mt(st,Ct("Number")));const Vr=function(){return!0},Fr=t=>"string"==typeof t?.type?t.type:fr(t),Lr={EphemeralObject:["content"],EphemeralArray:["content"],...mr},Nr=(t,e,{keyMap:r=Lr,...n}={})=>dr(t,e,{keyMap:r,nodeTypeGetter:Fr,nodePredicate:Vr,detectCycles:!1,deleteNodeSymbol:Symbol.for("delete-node"),skipVisitingNodeSymbol:Symbol.for("skip-visiting-node"),...n});Nr[Symbol.for("nodejs.util.promisify.custom")]=async(t,{keyMap:e=Lr,...r}={})=>dr[Symbol.for("nodejs.util.promisify.custom")](t,visitor,{keyMap:e,nodeTypeGetter:Fr,nodePredicate:Vr,detectCycles:!1,deleteNodeSymbol:Symbol.for("delete-node"),skipVisitingNodeSymbol:Symbol.for("skip-visiting-node"),...r});const Br=class{type="EphemeralArray";content=[];reference=void 0;constructor(t){this.content=t,this.reference=[]}toReference(){return this.reference}toArray(){return this.reference.push(...this.content),this.reference}};const $r=class{type="EphemeralObject";content=[];reference=void 0;constructor(t){this.content=t,this.reference={}}toReference(){return this.reference}toObject(){return Object.assign(this.reference,Object.fromEntries(this.content))}};class zr{ObjectElement={enter:t=>{if(this.references.has(t))return this.references.get(t).toReference();const e=new $r(t.content);return this.references.set(t,e),e}};EphemeralObject={leave:t=>t.toObject()};MemberElement={enter:t=>[t.key,t.value]};ArrayElement={enter:t=>{if(this.references.has(t))return this.references.get(t).toReference();const e=new Br(t.content);return this.references.set(t,e),e}};EphemeralArray={leave:t=>t.toArray()};references=new WeakMap;BooleanElement(t){return t.toValue()}NumberElement(t){return t.toValue()}StringElement(t){return t.toValue()}NullElement(){return null}RefElement(t,...e){const r=e[3];return"EphemeralObject"===r[r.length-1]?.type?Symbol.for("delete-node"):String(t.toValue())}LinkElement(t){return he(t.href)?t.href.toValue():""}}const qr=t=>pe(t)?he(t)||me(t)||de(t)||ye(t)?t.toValue():Nr(t,new zr):t;class Gr{result;offset;includeRightBound;constructor({offset:t=0,includeRightBound:e=!1}={}){this.result=[],this.offset=t,this.includeRightBound=e}enter(t){if(!Ae(t))return;const e=t.getMetaProperty("sourceMap"),r=qr(e.positionStart.get(2)),n=qr(e.positionEnd.get(2));if(!(this.offset>=r&&(this.offset<n||this.includeRightBound&&this.offset<=n)))return!1;this.result.push(t)}}const Kr=(t,e)=>{let r,n;Dr(t)?(r=t,n=!1):(r=Ir(0,["offset"],t),n=Ir(!1,["includeRightBound"],t));const s=new Gr({offset:r,includeRightBound:n});return dr(e,s),Ur(s.result)};const Wr=tt(ee),Hr=(t,e)=>Wr(Rr(t,e));const Yr=Qt(te());class Jr extends yr{callback;constructor({callback:t=Yr,...e}={}){super({...e}),this.callback=t}enter(t){return this.predicate(t)?(this.callback(t),this.returnOnTrue):this.returnOnFalse}}const Xr=(t,e)=>{let r,n;Rt(t)?(r=t,n=pe):(r=Ir(Yr,["callback"],t),n=Ir(pe,["predicate"],t));const s=new Jr({callback:r,predicate:n});dr(e,s)};class Zr{parentEdges;parent;constructor(){this.parentEdges=new WeakMap}ObjectElement(t){this.parentEdges.set(t,this.parent),this.parent=t}ArrayElement(t){this.parentEdges.set(t,this.parent),this.parent=t}MemberElement(t){this.parentEdges.set(t,this.parent),this.parent=t}enter(t){this.parentEdges.set(t,this.parent)}}const Qr=t=>{const e=new Zr;return dr(t,e),e.parentEdges},tn=(t,e=new WeakMap)=>(be(t)?(e.set(t.key,t),tn(t.key,e),e.set(t.value,t),tn(t.value,e)):t.children.forEach((r=>{e.set(r,t),tn(r,e)})),e);const en=class{element;edges;constructor({element:t}){this.element=t}transclude(t,e){if(t===this.element)return e;if(t===e)return this.element;this.edges=this.edges??tn(this.element);const r=this.edges.get(t);return ee(r)?void 0:(ge(r)?((t,e,r)=>{const n=r.get(t);ge(n)&&(n.content=n.map(((s,i,o)=>o===t?(r.delete(t),r.set(e,n),e):o)))})(t,e,this.edges):ve(r)?((t,e,r)=>{const n=r.get(t);ve(n)&&(n.content=n.map((s=>s===t?(r.delete(t),r.set(e,n),e):s)))})(t,e,this.edges):be(r)&&((t,e,r)=>{const n=r.get(t);be(n)&&(n.key===t&&(n.key=e,r.delete(t),r.set(e,n)),n.value===t&&(n.value=e,r.delete(t),r.set(e,n)))})(t,e,this.edges),this.element)}},rn=(t,e,r)=>new en({element:r}).transclude(t,e),nn=en;const sn=i((function(t,e){return M((function(r,n){return r[n]=t(e[n],n,e),r}),{},Y(e))}));const on=s((function(t){return null==t}));const an=i((function(t,e){if(0===t.length||on(e))return!1;for(var r=e,n=0;n<t.length;){if(on(r)||!c(t[n],r))return!1;r=r[t[n]],n+=1}return!0}));var cn=i((function(t,e){return an([t],e)}));const un=cn;const ln=o((function(t,e,r){return t(d(e,r))}));const fn=s((function(t){return _(t.length,t)}));const pn=i((function(t,e){return _(t+1,(function(){var r=arguments[t];if(null!=r&&Dt(r[e]))return r[e].apply(r,Array.prototype.slice.call(arguments,0,t));throw new TypeError(gt(r)+' does not have a method named "'+e+'"')}))}));const hn=pn(1,"split");var mn=function(){function t(t,e){this.xf=e,this.f=t}return t.prototype["@@transducer/init"]=F,t.prototype["@@transducer/result"]=L,t.prototype["@@transducer/step"]=function(t,e){if(this.f){if(this.f(e))return t;this.f=null}return this.xf["@@transducer/step"](t,e)},t}();function yn(t){return function(e){return new mn(t,e)}}const dn=i(D(["dropWhile"],yn,(function(t,e){for(var r=0,n=e.length;r<n&&t(e[r]);)r+=1;return O(r,1/0,e)})));const gn=pn(1,"join");const vn=fn((function(t,e){return Mt(hn(""),dn(Ht(t)),gn(""))(e)})),bn=(t,e)=>{const r=p(t,e);return sn((t=>{if(Fe(t)&&un("$ref",t)&&ln(Ge,"$ref",t)){const e=w(["$ref"],t),n=vn("#/",e);return w(n.split("/"),r)}return Fe(t)?bn(t,r):t}),t)},_n=(t,e=$e)=>{if(Ge(t))try{return e.fromRefract(JSON.parse(t))}catch{}return Fe(t)&&un("element",t)?e.fromRefract(t):e.toElement(t)},En=(t,e,r)=>JSON.stringify(qr(t),e,r);class wn{static indentChar=" ";result;indent;constructor({directive:t=!1,indent:e=0}={}){this.result=t?"%YAML 1.2\n---\n":"",this.indent=e}NumberElement(t){this.result+=qr(t)}BooleanElement(t){const e=qr(t);this.result+=e?"true":"false"}StringElement(t){this.result+=JSON.stringify(qr(t))}NullElement(){this.result+="null"}ArrayElement(t){return 0===t.length?(this.result+="[]",!1):(t.forEach((t=>{const e=new wn({indent:this.indent+1}),r=wn.indentChar.repeat(this.indent);dr(t,e);const{result:n}=e;this.result+=n.startsWith("\n")?`\n${r}-${n}`:`\n${r}- ${n}`})),!1)}ObjectElement(t){return 0===t.length?(this.result+="{}",!1):(t.forEach(((t,e)=>{const r=new wn({indent:this.indent+1}),n=new wn({indent:this.indent+1}),s=wn.indentChar.repeat(this.indent);dr(e,r),dr(t,n);const{result:i}=r,{result:o}=n;this.result+=o.startsWith("\n")?`\n${s}${i}:${o}`:`\n${s}${i}: ${o}`})),!1)}}const xn=(t,{directive:e=!1}={})=>{const r=new wn({directive:e});return dr(t,r),r.result},jn=(t,e=$e)=>e.toRefract(t),On=(t,e=$e)=>{const r=jn(t,e);return JSON.stringify(r)};class Sn{result="";nestingLevel=0;enter(t){const{element:e}=t,r=e.charAt(0).toUpperCase()+e.slice(1),n=" ".repeat(this.nestingLevel);this.result+=this.nestingLevel>0?"\n":"",this.result+=`${n}(${r}Element`,this.nestingLevel+=1}leave(){this.nestingLevel-=1,this.result+=")"}}const An=t=>{const e=new Sn;return dr(t,e),e.result},kn=t=>{const e=t.meta.length>0?ar(t.meta):void 0,r=t.attributes.length>0?ar(t.attributes):void 0;return new t.constructor(void 0,e,r)},Mn=(t,e)=>e.clone&&e.isMergeableElement(t)?In(kn(t),t,e):t,Pn=t=>"function"!=typeof t.customMetaMerge?t=>ar(t):t.customMetaMerge,Cn=t=>"function"!=typeof t.customAttributesMerge?t=>ar(t):t.customAttributesMerge,Tn={clone:!0,isMergeableElement:t=>ge(t)||ve(t),arrayElementMerge:(t,e,r)=>t.concat(e)["fantasy-land/map"]((t=>Mn(t,r))),objectElementMerge:(t,e,r)=>{const n=ge(t)?kn(t):kn(e);return ge(t)&&t.forEach(((t,e,s)=>{const i=lr(s);i.value=Mn(t,r),n.content.push(i)})),e.forEach(((e,s,i)=>{const o=qr(s);let a;if(ge(t)&&t.hasKey(o)&&r.isMergeableElement(e)){const n=t.get(o);a=lr(i),a.value=((t,e)=>{if("function"!=typeof e.customMerge)return In;const r=e.customMerge(t,e);return"function"==typeof r?r:In})(s,r)(n,e)}else a=lr(i),a.value=Mn(e,r);n.remove(o),n.content.push(a)})),n},customMerge:void 0,customMetaMerge:void 0,customAttributesMerge:void 0};function In(t,e,r){const n={...Tn,...r};n.isMergeableElement=n.isMergeableElement??Tn.isMergeableElement,n.arrayElementMerge=n.arrayElementMerge??Tn.arrayElementMerge,n.objectElementMerge=n.objectElementMerge??Tn.objectElementMerge;const s=ve(e);if(!(s===ve(t)))return Mn(e,n);const i=s&&"function"==typeof n.arrayElementMerge?n.arrayElementMerge(t,e,n):n.objectElementMerge(t,e,n);return i.meta=Pn(n)(t.meta,e.meta),i.attributes=Cn(n)(t.attributes,e.attributes),i}In.all=(t,e)=>{if(!Array.isArray(t))throw new TypeError("First argument of deepmerge should be an array.");return 0===t.length?new qt.Sh:t.reduce(((t,r)=>In(t,r,e)),kn(t[0]))};const Rn=(t,e,r)=>In(t,e,{...Tn,...r,customMerge:()=>(t,e)=>e,clone:!1});Rn.all=(t,e)=>{if(!Array.isArray(t))throw new TypeError("First argument of mergeRight should be an array.");return 0===t.length?new qt.Sh:t.reduce(((t,r)=>Rn(t,r,e)),kn(t[0]))};const Un=Rn,Dn=(...[t,e,r])=>Un(e,t,r);Dn.all=(...[t,e])=>Un.all([...t].reverse(),e);const Vn=Dn})(),n})()));
@@ -52,6 +52,20 @@ class Visitor {
52
52
  NullElement() {
53
53
  return null;
54
54
  }
55
+ RefElement(element, ...rest) {
56
+ var _ancestors;
57
+ const ancestors = rest[3];
58
+ if (((_ancestors = ancestors[ancestors.length - 1]) === null || _ancestors === void 0 ? void 0 : _ancestors.type) === 'EphemeralObject') {
59
+ return Symbol.for('delete-node');
60
+ }
61
+ return String(element.toValue());
62
+ }
63
+ LinkElement(element) {
64
+ if (isStringElement(element.href)) {
65
+ return element.href.toValue();
66
+ }
67
+ return '';
68
+ }
55
69
  }
56
70
  const serializer = element => {
57
71
  if (!isElement(element)) return element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swagger-api/apidom-core",
3
- "version": "0.96.0",
3
+ "version": "0.98.0",
4
4
  "description": "Tools for manipulating ApiDOM structures.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -42,8 +42,8 @@
42
42
  "license": "Apache-2.0",
43
43
  "dependencies": {
44
44
  "@babel/runtime-corejs3": "^7.20.7",
45
- "@swagger-api/apidom-ast": "^0.96.0",
46
- "@swagger-api/apidom-error": "^0.96.0",
45
+ "@swagger-api/apidom-ast": "^0.98.0",
46
+ "@swagger-api/apidom-error": "^0.98.0",
47
47
  "@types/ramda": "~0.29.6",
48
48
  "minim": "~0.23.8",
49
49
  "ramda": "~0.29.1",
@@ -62,5 +62,5 @@
62
62
  "README.md",
63
63
  "CHANGELOG.md"
64
64
  ],
65
- "gitHead": "851320569f5a9bd24aff9deec3f5ba1e7f002917"
65
+ "gitHead": "1ab373182c91e23f960e01b8722d3381b2dfa936"
66
66
  }
package/types/minim.d.ts CHANGED
@@ -45,6 +45,8 @@ declare module 'minim' {
45
45
  clone(): Element;
46
46
 
47
47
  primitive(): string | undefined;
48
+
49
+ [key: string]: unknown;
48
50
  }
49
51
 
50
52
  interface Type<T> extends Element {
@@ -169,23 +171,23 @@ declare module 'minim' {
169
171
  }
170
172
 
171
173
  export class LinkElement extends Element {
172
- constructor(content?: Array<unknown>, meta?: Meta, attributes?: Attributes);
174
+ constructor(content?: unknown, meta?: Meta, attributes?: Attributes);
173
175
 
174
- get relation(): unknown;
176
+ get relation(): string;
175
177
 
176
- set relation(relation: unknown);
178
+ set relation(relation: string);
177
179
 
178
- get href(): unknown;
180
+ get href(): string;
179
181
 
180
- set href(key: unknown);
182
+ set href(key: string);
181
183
  }
182
184
 
183
185
  export class RefElement extends Element {
184
- constructor(content?: Array<unknown>, meta?: Meta, attributes?: Attributes);
186
+ constructor(content?: unknown, meta?: Meta, attributes?: Attributes);
185
187
 
186
- get path(): unknown;
188
+ get path(): string;
187
189
 
188
- set path(path: unknown);
190
+ set path(path: string);
189
191
  }
190
192
 
191
193
  export class ArraySlice {