@swagger-api/apidom-ns-json-schema-draft-6 0.82.1 → 0.83.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,16 @@
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.83.0](https://github.com/swagger-api/apidom/compare/v0.82.2...v0.83.0) (2023-11-07)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-ns-json-schema-draft-6
9
+
10
+ ## [0.82.2](https://github.com/swagger-api/apidom/compare/v0.82.1...v0.82.2) (2023-11-03)
11
+
12
+ ### Bug Fixes
13
+
14
+ - return support for Node.js >=12.20.0 ([#3356](https://github.com/swagger-api/apidom/issues/3356)) ([75528ec](https://github.com/swagger-api/apidom/commit/75528eca3cc54bfae2240d8482d0858f0f7dbef9))
15
+
6
16
  ## [0.82.1](https://github.com/swagger-api/apidom/compare/v0.82.0...v0.82.1) (2023-11-03)
7
17
 
8
18
  **Note:** Version bump only for package @swagger-api/apidom-ns-json-schema-draft-6
@@ -190,7 +190,7 @@ const plugin = () => () => {
190
190
  // no empty Element, continue with next one
191
191
  if (!isEmptyElement(element.value)) return undefined;
192
192
  const [,,, ancestors] = rest;
193
- const ancestor = ancestors.at(-1);
193
+ const ancestor = ancestors[ancestors.length - 1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
194
194
  const elementFactory = findElementFactory(ancestor, (0, _apidomCore.toValue)(element.key));
195
195
 
196
196
  // no element factory found
@@ -203,7 +203,7 @@ const plugin = () => () => {
203
203
  StringElement(element, ...rest) {
204
204
  if (!isEmptyElement(element)) return undefined;
205
205
  const [,,, ancestors] = rest;
206
- const ancestor = ancestors.at(-1);
206
+ const ancestor = ancestors[ancestors.length - 1];
207
207
 
208
208
  // we're only interested in empty elements in ArrayElements
209
209
  if (!(0, _apidomCore.isArrayElement)(ancestor)) return undefined;
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.apidomNsJSONSchemaDraft6=t():e.apidomNsJSONSchemaDraft6=t()}(self,(()=>(()=>{var e={42:(e,t,r)=>{"use strict";var n=r(5846);e.exports=n},6791:(e,t,r)=>{"use strict";r(4339),r(4242),r(4016),r(8939),r(5454);var n=r(7545);e.exports=n.AggregateError},6762:(e,t,r)=>{"use strict";e.exports=r(3028)},3028:(e,t,r)=>{"use strict";r(2752);var n=r(42);e.exports=n},6235:(e,t,r)=>{"use strict";var n=r(6447),s=r(9288),i=TypeError;e.exports=function(e){if(n(e))return e;throw new i(s(e)+" is not a function")}},7757:(e,t,r)=>{"use strict";var n=r(6447),s=String,i=TypeError;e.exports=function(e){if("object"==typeof e||n(e))return e;throw new i("Can't set "+s(e)+" as a prototype")}},7423:e=>{"use strict";e.exports=function(){}},1138:(e,t,r)=>{"use strict";var n=r(5744),s=String,i=TypeError;e.exports=function(e){if(n(e))return e;throw new i(s(e)+" is not an object")}},8180:(e,t,r)=>{"use strict";var n=r(101),s=r(7739),i=r(4104),o=function(e){return function(t,r,o){var c,a=n(t),u=i(a),l=s(o,u);if(e&&r!=r){for(;u>l;)if((c=a[l++])!=c)return!0}else for(;u>l;l++)if((e||l in a)&&a[l]===r)return e||l||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},9272:(e,t,r)=>{"use strict";var n=r(4120),s=n({}.toString),i=n("".slice);e.exports=function(e){return i(s(e),8,-1)}},4696:(e,t,r)=>{"use strict";var n=r(3471),s=r(6447),i=r(9272),o=r(8182)("toStringTag"),c=Object,a="Arguments"===i(function(){return arguments}());e.exports=n?i:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=c(e),o))?r:a?i(t):"Object"===(n=i(t))&&s(t.callee)?"Arguments":n}},7987:(e,t,r)=>{"use strict";var n=r(4500),s=r(3011),i=r(5141),o=r(2454);e.exports=function(e,t,r){for(var c=s(t),a=o.f,u=i.f,l=0;l<c.length;l++){var f=c[l];n(e,f)||r&&n(r,f)||a(e,f,u(t,f))}}},4635:(e,t,r)=>{"use strict";var n=r(6192);e.exports=!n((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},7271:e=>{"use strict";e.exports=function(e,t){return{value:e,done:t}}},8711:(e,t,r)=>{"use strict";var n=r(69),s=r(2454),i=r(774);e.exports=n?function(e,t,r){return s.f(e,t,i(1,r))}:function(e,t,r){return e[t]=r,e}},774:e=>{"use strict";e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},9362:(e,t,r)=>{"use strict";var n=r(8711);e.exports=function(e,t,r,s){return s&&s.enumerable?e[t]=r:n(e,t,r),e}},5098:(e,t,r)=>{"use strict";var n=r(8576),s=Object.defineProperty;e.exports=function(e,t){try{s(n,e,{value:t,configurable:!0,writable:!0})}catch(r){n[e]=t}return t}},69:(e,t,r)=>{"use strict";var n=r(6192);e.exports=!n((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},8382:e=>{"use strict";var t="object"==typeof document&&document.all,r=void 0===t&&void 0!==t;e.exports={all:t,IS_HTMLDDA:r}},7449:(e,t,r)=>{"use strict";var n=r(8576),s=r(5744),i=n.document,o=s(i)&&s(i.createElement);e.exports=function(e){return o?i.createElement(e):{}}},7365:e=>{"use strict";e.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}},8989:e=>{"use strict";e.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},4218:(e,t,r)=>{"use strict";var n,s,i=r(8576),o=r(8989),c=i.process,a=i.Deno,u=c&&c.versions||a&&a.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]),e.exports=s},2952:e=>{"use strict";e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},4503:(e,t,r)=>{"use strict";var n=r(4120),s=Error,i=n("".replace),o=String(new s("zxcasd").stack),c=/\n\s*at [^:]*:[^\n]*/,a=c.test(o);e.exports=function(e,t){if(a&&"string"==typeof e&&!s.prepareStackTrace)for(;t--;)e=i(e,c,"");return e}},8266:(e,t,r)=>{"use strict";var n=r(8711),s=r(4503),i=r(274),o=Error.captureStackTrace;e.exports=function(e,t,r,c){i&&(o?o(e,t):n(e,"stack",s(r,c)))}},274:(e,t,r)=>{"use strict";var n=r(6192),s=r(774);e.exports=!n((function(){var e=new Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",s(1,7)),7!==e.stack)}))},3085:(e,t,r)=>{"use strict";var n=r(8576),s=r(6298),i=r(4914),o=r(6447),c=r(5141).f,a=r(9245),u=r(7545),l=r(8043),f=r(8711),p=r(4500),h=function(e){var t=function(r,n,i){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(r);case 2:return new e(r,n)}return new e(r,n,i)}return s(e,this,arguments)};return t.prototype=e.prototype,t};e.exports=function(e,t){var r,s,m,y,d,v,b,g,j,O=e.target,E=e.global,x=e.stat,S=e.proto,w=E?n:x?n[O]:(n[O]||{}).prototype,A=E?u:u[O]||f(u,O,{})[O],k=A.prototype;for(y in t)s=!(r=a(E?y:O+(x?".":"#")+y,e.forced))&&w&&p(w,y),v=A[y],s&&(b=e.dontCallGetSet?(j=c(w,y))&&j.value:w[y]),d=s&&b?b:t[y],s&&typeof v==typeof d||(g=e.bind&&s?l(d,n):e.wrap&&s?h(d):S&&o(d)?i(d):d,(e.sham||d&&d.sham||v&&v.sham)&&f(g,"sham",!0),f(A,y,g),S&&(p(u,m=O+"Prototype")||f(u,m,{}),f(u[m],y,d),e.real&&k&&(r||!k[y])&&f(k,y,d)))}},6192:e=>{"use strict";e.exports=function(e){try{return!!e()}catch(e){return!0}}},6298:(e,t,r)=>{"use strict";var n=r(2784),s=Function.prototype,i=s.apply,o=s.call;e.exports="object"==typeof Reflect&&Reflect.apply||(n?o.bind(i):function(){return o.apply(i,arguments)})},8043:(e,t,r)=>{"use strict";var n=r(4914),s=r(6235),i=r(2784),o=n(n.bind);e.exports=function(e,t){return s(e),void 0===t?e:i?o(e,t):function(){return e.apply(t,arguments)}}},2784:(e,t,r)=>{"use strict";var n=r(6192);e.exports=!n((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},8922:(e,t,r)=>{"use strict";var n=r(2784),s=Function.prototype.call;e.exports=n?s.bind(s):function(){return s.apply(s,arguments)}},2282:(e,t,r)=>{"use strict";var n=r(69),s=r(4500),i=Function.prototype,o=n&&Object.getOwnPropertyDescriptor,c=s(i,"name"),a=c&&"something"===function(){}.name,u=c&&(!n||n&&o(i,"name").configurable);e.exports={EXISTS:c,PROPER:a,CONFIGURABLE:u}},6419:(e,t,r)=>{"use strict";var n=r(4120),s=r(6235);e.exports=function(e,t,r){try{return n(s(Object.getOwnPropertyDescriptor(e,t)[r]))}catch(e){}}},4914:(e,t,r)=>{"use strict";var n=r(9272),s=r(4120);e.exports=function(e){if("Function"===n(e))return s(e)}},4120:(e,t,r)=>{"use strict";var n=r(2784),s=Function.prototype,i=s.call,o=n&&s.bind.bind(i,i);e.exports=n?o:function(e){return function(){return i.apply(e,arguments)}}},150:(e,t,r)=>{"use strict";var n=r(7545),s=r(8576),i=r(6447),o=function(e){return i(e)?e:void 0};e.exports=function(e,t){return arguments.length<2?o(n[e])||o(s[e]):n[e]&&n[e][t]||s[e]&&s[e][t]}},8703:(e,t,r)=>{"use strict";var n=r(4696),s=r(5037),i=r(5646),o=r(7771),c=r(8182)("iterator");e.exports=function(e){if(!i(e))return s(e,c)||s(e,"@@iterator")||o[n(e)]}},1669:(e,t,r)=>{"use strict";var n=r(8922),s=r(6235),i=r(1138),o=r(9288),c=r(8703),a=TypeError;e.exports=function(e,t){var r=arguments.length<2?c(e):t;if(s(r))return i(n(r,e));throw new a(o(e)+" is not iterable")}},5037:(e,t,r)=>{"use strict";var n=r(6235),s=r(5646);e.exports=function(e,t){var r=e[t];return s(r)?void 0:n(r)}},8576:function(e,t,r){"use strict";var n=function(e){return e&&e.Math===Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||function(){return this}()||this||Function("return this")()},4500:(e,t,r)=>{"use strict";var n=r(4120),s=r(1795),i=n({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return i(s(e),t)}},4535:e=>{"use strict";e.exports={}},7403:(e,t,r)=>{"use strict";var n=r(150);e.exports=n("document","documentElement")},188:(e,t,r)=>{"use strict";var n=r(69),s=r(6192),i=r(7449);e.exports=!n&&!s((function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},2202:(e,t,r)=>{"use strict";var n=r(4120),s=r(6192),i=r(9272),o=Object,c=n("".split);e.exports=s((function(){return!o("z").propertyIsEnumerable(0)}))?function(e){return"String"===i(e)?c(e,""):o(e)}:o},2643:(e,t,r)=>{"use strict";var n=r(6447),s=r(5744),i=r(4469);e.exports=function(e,t,r){var o,c;return i&&n(o=t.constructor)&&o!==r&&s(c=o.prototype)&&c!==r.prototype&&i(e,c),e}},273:(e,t,r)=>{"use strict";var n=r(5744),s=r(8711);e.exports=function(e,t){n(t)&&"cause"in t&&s(e,"cause",t.cause)}},3326:(e,t,r)=>{"use strict";var n,s,i,o=r(5278),c=r(8576),a=r(5744),u=r(8711),l=r(4500),f=r(6434),p=r(9766),h=r(4535),m="Object already initialized",y=c.TypeError,d=c.WeakMap;if(o||f.state){var v=f.state||(f.state=new d);v.get=v.get,v.has=v.has,v.set=v.set,n=function(e,t){if(v.has(e))throw new y(m);return t.facade=e,v.set(e,t),t},s=function(e){return v.get(e)||{}},i=function(e){return v.has(e)}}else{var b=p("state");h[b]=!0,n=function(e,t){if(l(e,b))throw new y(m);return t.facade=e,u(e,b,t),t},s=function(e){return l(e,b)?e[b]:{}},i=function(e){return l(e,b)}}e.exports={set:n,get:s,has:i,enforce:function(e){return i(e)?s(e):n(e,{})},getterFor:function(e){return function(t){var r;if(!a(t)||(r=s(t)).type!==e)throw new y("Incompatible receiver, "+e+" required");return r}}}},6109:(e,t,r)=>{"use strict";var n=r(8182),s=r(7771),i=n("iterator"),o=Array.prototype;e.exports=function(e){return void 0!==e&&(s.Array===e||o[i]===e)}},6447:(e,t,r)=>{"use strict";var n=r(8382),s=n.all;e.exports=n.IS_HTMLDDA?function(e){return"function"==typeof e||e===s}:function(e){return"function"==typeof e}},9245:(e,t,r)=>{"use strict";var n=r(6192),s=r(6447),i=/#|\.prototype\./,o=function(e,t){var r=a[c(e)];return r===l||r!==u&&(s(t)?n(t):!!t)},c=o.normalize=function(e){return String(e).replace(i,".").toLowerCase()},a=o.data={},u=o.NATIVE="N",l=o.POLYFILL="P";e.exports=o},5646:e=>{"use strict";e.exports=function(e){return null==e}},5744:(e,t,r)=>{"use strict";var n=r(6447),s=r(8382),i=s.all;e.exports=s.IS_HTMLDDA?function(e){return"object"==typeof e?null!==e:n(e)||e===i}:function(e){return"object"==typeof e?null!==e:n(e)}},5546:e=>{"use strict";e.exports=!0},3236:(e,t,r)=>{"use strict";var n=r(150),s=r(6447),i=r(8902),o=r(615),c=Object;e.exports=o?function(e){return"symbol"==typeof e}:function(e){var t=n("Symbol");return s(t)&&i(t.prototype,c(e))}},3442:(e,t,r)=>{"use strict";var n=r(8043),s=r(8922),i=r(1138),o=r(9288),c=r(6109),a=r(4104),u=r(8902),l=r(1669),f=r(8703),p=r(6639),h=TypeError,m=function(e,t){this.stopped=e,this.result=t},y=m.prototype;e.exports=function(e,t,r){var d,v,b,g,j,O,E,x=r&&r.that,S=!(!r||!r.AS_ENTRIES),w=!(!r||!r.IS_RECORD),A=!(!r||!r.IS_ITERATOR),k=!(!r||!r.INTERRUPTED),P=n(t,x),_=function(e){return d&&p(d,"normal",e),new m(!0,e)},N=function(e){return S?(i(e),k?P(e[0],e[1],_):P(e[0],e[1])):k?P(e,_):P(e)};if(w)d=e.iterator;else if(A)d=e;else{if(!(v=f(e)))throw new h(o(e)+" is not iterable");if(c(v)){for(b=0,g=a(e);g>b;b++)if((j=N(e[b]))&&u(y,j))return j;return new m(!1)}d=l(e,v)}for(O=w?e.next:d.next;!(E=s(O,d)).done;){try{j=N(E.value)}catch(e){p(d,"throw",e)}if("object"==typeof j&&j&&u(y,j))return j}return new m(!1)}},6639:(e,t,r)=>{"use strict";var n=r(8922),s=r(1138),i=r(5037);e.exports=function(e,t,r){var o,c;s(e);try{if(!(o=i(e,"return"))){if("throw"===t)throw r;return r}o=n(o,e)}catch(e){c=!0,o=e}if("throw"===t)throw r;if(c)throw o;return s(o),r}},5695:(e,t,r)=>{"use strict";var n=r(4413).IteratorPrototype,s=r(2853),i=r(774),o=r(1284),c=r(7771),a=function(){return this};e.exports=function(e,t,r,u){var l=t+" Iterator";return e.prototype=s(n,{next:i(+!u,r)}),o(e,l,!1,!0),c[l]=a,e}},5297:(e,t,r)=>{"use strict";var n=r(3085),s=r(8922),i=r(5546),o=r(2282),c=r(6447),a=r(5695),u=r(9341),l=r(4469),f=r(1284),p=r(8711),h=r(9362),m=r(8182),y=r(7771),d=r(4413),v=o.PROPER,b=o.CONFIGURABLE,g=d.IteratorPrototype,j=d.BUGGY_SAFARI_ITERATORS,O=m("iterator"),E="keys",x="values",S="entries",w=function(){return this};e.exports=function(e,t,r,o,m,d,A){a(r,t,o);var k,P,_,N=function(e){if(e===m&&V)return V;if(!j&&e&&e in R)return R[e];switch(e){case E:case x:case S:return function(){return new r(this,e)}}return function(){return new r(this)}},M=t+" Iterator",T=!1,R=e.prototype,F=R[O]||R["@@iterator"]||m&&R[m],V=!j&&F||N(m),C="Array"===t&&R.entries||F;if(C&&(k=u(C.call(new e)))!==Object.prototype&&k.next&&(i||u(k)===g||(l?l(k,g):c(k[O])||h(k,O,w)),f(k,M,!0,!0),i&&(y[M]=w)),v&&m===x&&F&&F.name!==x&&(!i&&b?p(R,"name",x):(T=!0,V=function(){return s(F,this)})),m)if(P={values:N(x),keys:d?V:N(E),entries:N(S)},A)for(_ in P)(j||T||!(_ in R))&&h(R,_,P[_]);else n({target:t,proto:!0,forced:j||T},P);return i&&!A||R[O]===V||h(R,O,V,{name:m}),y[t]=V,P}},4413:(e,t,r)=>{"use strict";var n,s,i,o=r(6192),c=r(6447),a=r(5744),u=r(2853),l=r(9341),f=r(9362),p=r(8182),h=r(5546),m=p("iterator"),y=!1;[].keys&&("next"in(i=[].keys())?(s=l(l(i)))!==Object.prototype&&(n=s):y=!0),!a(n)||o((function(){var e={};return n[m].call(e)!==e}))?n={}:h&&(n=u(n)),c(n[m])||f(n,m,(function(){return this})),e.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:y}},7771:e=>{"use strict";e.exports={}},4104:(e,t,r)=>{"use strict";var n=r(8445);e.exports=function(e){return n(e.length)}},7679:e=>{"use strict";var t=Math.ceil,r=Math.floor;e.exports=Math.trunc||function(e){var n=+e;return(n>0?r:t)(n)}},6016:(e,t,r)=>{"use strict";var n=r(4845);e.exports=function(e,t){return void 0===e?arguments.length<2?"":t:n(e)}},2853:(e,t,r)=>{"use strict";var n,s=r(1138),i=r(1187),o=r(2952),c=r(4535),a=r(7403),u=r(7449),l=r(9766),f="prototype",p="script",h=l("IE_PROTO"),m=function(){},y=function(e){return"<"+p+">"+e+"</"+p+">"},d=function(e){e.write(y("")),e.close();var t=e.parentWindow.Object;return e=null,t},v=function(){try{n=new ActiveXObject("htmlfile")}catch(e){}var e,t,r;v="undefined"!=typeof document?document.domain&&n?d(n):(t=u("iframe"),r="java"+p+":",t.style.display="none",a.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(y("document.F=Object")),e.close(),e.F):d(n);for(var s=o.length;s--;)delete v[f][o[s]];return v()};c[h]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(m[f]=s(e),r=new m,m[f]=null,r[h]=e):r=v(),void 0===t?r:i.f(r,t)}},1187:(e,t,r)=>{"use strict";var n=r(69),s=r(9600),i=r(2454),o=r(1138),c=r(101),a=r(7653);t.f=n&&!s?Object.defineProperties:function(e,t){o(e);for(var r,n=c(t),s=a(t),u=s.length,l=0;u>l;)i.f(e,r=s[l++],n[r]);return e}},2454:(e,t,r)=>{"use strict";var n=r(69),s=r(188),i=r(9600),o=r(1138),c=r(77),a=TypeError,u=Object.defineProperty,l=Object.getOwnPropertyDescriptor,f="enumerable",p="configurable",h="writable";t.f=n?i?function(e,t,r){if(o(e),t=c(t),o(r),"function"==typeof e&&"prototype"===t&&"value"in r&&h in r&&!r[h]){var n=l(e,t);n&&n[h]&&(e[t]=r.value,r={configurable:p in r?r[p]:n[p],enumerable:f in r?r[f]:n[f],writable:!1})}return u(e,t,r)}:u:function(e,t,r){if(o(e),t=c(t),o(r),s)try{return u(e,t,r)}catch(e){}if("get"in r||"set"in r)throw new a("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},5141:(e,t,r)=>{"use strict";var n=r(69),s=r(8922),i=r(6007),o=r(774),c=r(101),a=r(77),u=r(4500),l=r(188),f=Object.getOwnPropertyDescriptor;t.f=n?f:function(e,t){if(e=c(e),t=a(t),l)try{return f(e,t)}catch(e){}if(u(e,t))return o(!s(i.f,e,t),e[t])}},2092:(e,t,r)=>{"use strict";var n=r(7934),s=r(2952).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return n(e,s)}},4750:(e,t)=>{"use strict";t.f=Object.getOwnPropertySymbols},9341:(e,t,r)=>{"use strict";var n=r(4500),s=r(6447),i=r(1795),o=r(9766),c=r(4635),a=o("IE_PROTO"),u=Object,l=u.prototype;e.exports=c?u.getPrototypeOf:function(e){var t=i(e);if(n(t,a))return t[a];var r=t.constructor;return s(r)&&t instanceof r?r.prototype:t instanceof u?l:null}},8902:(e,t,r)=>{"use strict";var n=r(4120);e.exports=n({}.isPrototypeOf)},7934:(e,t,r)=>{"use strict";var n=r(4120),s=r(4500),i=r(101),o=r(8180).indexOf,c=r(4535),a=n([].push);e.exports=function(e,t){var r,n=i(e),u=0,l=[];for(r in n)!s(c,r)&&s(n,r)&&a(l,r);for(;t.length>u;)s(n,r=t[u++])&&(~o(l,r)||a(l,r));return l}},7653:(e,t,r)=>{"use strict";var n=r(7934),s=r(2952);e.exports=Object.keys||function(e){return n(e,s)}},6007:(e,t)=>{"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,s=n&&!r.call({1:2},1);t.f=s?function(e){var t=n(this,e);return!!t&&t.enumerable}:r},4469:(e,t,r)=>{"use strict";var n=r(6419),s=r(1138),i=r(7757);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=n(Object.prototype,"__proto__","set"))(r,[]),t=r instanceof Array}catch(e){}return function(r,n){return s(r),i(n),t?e(r,n):r.__proto__=n,r}}():void 0)},158:(e,t,r)=>{"use strict";var n=r(3471),s=r(4696);e.exports=n?{}.toString:function(){return"[object "+s(this)+"]"}},380:(e,t,r)=>{"use strict";var n=r(8922),s=r(6447),i=r(5744),o=TypeError;e.exports=function(e,t){var r,c;if("string"===t&&s(r=e.toString)&&!i(c=n(r,e)))return c;if(s(r=e.valueOf)&&!i(c=n(r,e)))return c;if("string"!==t&&s(r=e.toString)&&!i(c=n(r,e)))return c;throw new o("Can't convert object to primitive value")}},3011:(e,t,r)=>{"use strict";var n=r(150),s=r(4120),i=r(2092),o=r(4750),c=r(1138),a=s([].concat);e.exports=n("Reflect","ownKeys")||function(e){var t=i.f(c(e)),r=o.f;return r?a(t,r(e)):t}},7545:e=>{"use strict";e.exports={}},7656:(e,t,r)=>{"use strict";var n=r(2454).f;e.exports=function(e,t,r){r in e||n(e,r,{configurable:!0,get:function(){return t[r]},set:function(e){t[r]=e}})}},3209:(e,t,r)=>{"use strict";var n=r(5646),s=TypeError;e.exports=function(e){if(n(e))throw new s("Can't call method on "+e);return e}},1284:(e,t,r)=>{"use strict";var n=r(3471),s=r(2454).f,i=r(8711),o=r(4500),c=r(158),a=r(8182)("toStringTag");e.exports=function(e,t,r,u){if(e){var l=r?e:e.prototype;o(l,a)||s(l,a,{configurable:!0,value:t}),u&&!n&&i(l,"toString",c)}}},9766:(e,t,r)=>{"use strict";var n=r(8717),s=r(2759),i=n("keys");e.exports=function(e){return i[e]||(i[e]=s(e))}},6434:(e,t,r)=>{"use strict";var n=r(8576),s=r(5098),i="__core-js_shared__",o=n[i]||s(i,{});e.exports=o},8717:(e,t,r)=>{"use strict";var n=r(5546),s=r(6434);(e.exports=function(e,t){return s[e]||(s[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.33.0",mode:n?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.33.0/LICENSE",source:"https://github.com/zloirock/core-js"})},863:(e,t,r)=>{"use strict";var n=r(4120),s=r(1941),i=r(4845),o=r(3209),c=n("".charAt),a=n("".charCodeAt),u=n("".slice),l=function(e){return function(t,r){var n,l,f=i(o(t)),p=s(r),h=f.length;return p<0||p>=h?e?"":void 0:(n=a(f,p))<55296||n>56319||p+1===h||(l=a(f,p+1))<56320||l>57343?e?c(f,p):n:e?u(f,p,p+2):l-56320+(n-55296<<10)+65536}};e.exports={codeAt:l(!1),charAt:l(!0)}},6770:(e,t,r)=>{"use strict";var n=r(4218),s=r(6192),i=r(8576).String;e.exports=!!Object.getOwnPropertySymbols&&!s((function(){var e=Symbol("symbol detection");return!i(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},7739:(e,t,r)=>{"use strict";var n=r(1941),s=Math.max,i=Math.min;e.exports=function(e,t){var r=n(e);return r<0?s(r+t,0):i(r,t)}},101:(e,t,r)=>{"use strict";var n=r(2202),s=r(3209);e.exports=function(e){return n(s(e))}},1941:(e,t,r)=>{"use strict";var n=r(7679);e.exports=function(e){var t=+e;return t!=t||0===t?0:n(t)}},8445:(e,t,r)=>{"use strict";var n=r(1941),s=Math.min;e.exports=function(e){return e>0?s(n(e),9007199254740991):0}},1795:(e,t,r)=>{"use strict";var n=r(3209),s=Object;e.exports=function(e){return s(n(e))}},7888:(e,t,r)=>{"use strict";var n=r(8922),s=r(5744),i=r(3236),o=r(5037),c=r(380),a=r(8182),u=TypeError,l=a("toPrimitive");e.exports=function(e,t){if(!s(e)||i(e))return e;var r,a=o(e,l);if(a){if(void 0===t&&(t="default"),r=n(a,e,t),!s(r)||i(r))return r;throw new u("Can't convert object to primitive value")}return void 0===t&&(t="number"),c(e,t)}},77:(e,t,r)=>{"use strict";var n=r(7888),s=r(3236);e.exports=function(e){var t=n(e,"string");return s(t)?t:t+""}},3471:(e,t,r)=>{"use strict";var n={};n[r(8182)("toStringTag")]="z",e.exports="[object z]"===String(n)},4845:(e,t,r)=>{"use strict";var n=r(4696),s=String;e.exports=function(e){if("Symbol"===n(e))throw new TypeError("Cannot convert a Symbol value to a string");return s(e)}},9288:e=>{"use strict";var t=String;e.exports=function(e){try{return t(e)}catch(e){return"Object"}}},2759:(e,t,r)=>{"use strict";var n=r(4120),s=0,i=Math.random(),o=n(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+o(++s+i,36)}},615:(e,t,r)=>{"use strict";var n=r(6770);e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},9600:(e,t,r)=>{"use strict";var n=r(69),s=r(6192);e.exports=n&&s((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},5278:(e,t,r)=>{"use strict";var n=r(8576),s=r(6447),i=n.WeakMap;e.exports=s(i)&&/native code/.test(String(i))},8182:(e,t,r)=>{"use strict";var n=r(8576),s=r(8717),i=r(4500),o=r(2759),c=r(6770),a=r(615),u=n.Symbol,l=s("wks"),f=a?u.for||u:u&&u.withoutSetter||o;e.exports=function(e){return i(l,e)||(l[e]=c&&i(u,e)?u[e]:f("Symbol."+e)),l[e]}},426:(e,t,r)=>{"use strict";var n=r(150),s=r(4500),i=r(8711),o=r(8902),c=r(4469),a=r(7987),u=r(7656),l=r(2643),f=r(6016),p=r(273),h=r(8266),m=r(69),y=r(5546);e.exports=function(e,t,r,d){var v="stackTraceLimit",b=d?2:1,g=e.split("."),j=g[g.length-1],O=n.apply(null,g);if(O){var E=O.prototype;if(!y&&s(E,"cause")&&delete E.cause,!r)return O;var x=n("Error"),S=t((function(e,t){var r=f(d?t:e,void 0),n=d?new O(e):new O;return void 0!==r&&i(n,"message",r),h(n,S,n.stack,2),this&&o(E,this)&&l(n,this,S),arguments.length>b&&p(n,arguments[b]),n}));if(S.prototype=E,"Error"!==j?c?c(S,x):a(S,x,{name:!0}):m&&v in O&&(u(S,O,v),u(S,O,"prepareStackTrace")),a(S,O),!y)try{E.name!==j&&i(E,"name",j),E.constructor=S}catch(e){}return S}}},4016:(e,t,r)=>{"use strict";var n=r(3085),s=r(150),i=r(6298),o=r(6192),c=r(426),a="AggregateError",u=s(a),l=!o((function(){return 1!==u([1]).errors[0]}))&&o((function(){return 7!==u([1],a,{cause:7}).cause}));n({global:!0,constructor:!0,arity:2,forced:l},{AggregateError:c(a,(function(e){return function(t,r){return i(e,this,arguments)}}),l,!0)})},3820:(e,t,r)=>{"use strict";var n=r(3085),s=r(8902),i=r(9341),o=r(4469),c=r(7987),a=r(2853),u=r(8711),l=r(774),f=r(273),p=r(8266),h=r(3442),m=r(6016),y=r(8182)("toStringTag"),d=Error,v=[].push,b=function(e,t){var r,n=s(g,this);o?r=o(new d,n?i(this):g):(r=n?this:a(g),u(r,y,"Error")),void 0!==t&&u(r,"message",m(t)),p(r,b,r.stack,1),arguments.length>2&&f(r,arguments[2]);var c=[];return h(e,v,{that:c}),u(r,"errors",c),r};o?o(b,d):c(b,d,{name:!0});var g=b.prototype=a(d.prototype,{constructor:l(1,b),message:l(1,""),name:l(1,"AggregateError")});n({global:!0,constructor:!0,arity:2},{AggregateError:b})},4242:(e,t,r)=>{"use strict";r(3820)},8939:(e,t,r)=>{"use strict";var n=r(101),s=r(7423),i=r(7771),o=r(3326),c=r(2454).f,a=r(5297),u=r(7271),l=r(5546),f=r(69),p="Array Iterator",h=o.set,m=o.getterFor(p);e.exports=a(Array,"Array",(function(e,t){h(this,{type:p,target:n(e),index:0,kind:t})}),(function(){var e=m(this),t=e.target,r=e.kind,n=e.index++;if(!t||n>=t.length)return e.target=void 0,u(void 0,!0);switch(r){case"keys":return u(n,!1);case"values":return u(t[n],!1)}return u([n,t[n]],!1)}),"values");var y=i.Arguments=i.Array;if(s("keys"),s("values"),s("entries"),!l&&f&&"values"!==y.name)try{c(y,"name",{value:"values"})}catch(e){}},4339:(e,t,r)=>{"use strict";var n=r(3085),s=r(8576),i=r(6298),o=r(426),c="WebAssembly",a=s[c],u=7!==new Error("e",{cause:7}).cause,l=function(e,t){var r={};r[e]=o(e,t,u),n({global:!0,constructor:!0,arity:1,forced:u},r)},f=function(e,t){if(a&&a[e]){var r={};r[e]=o(c+"."+e,t,u),n({target:c,stat:!0,constructor:!0,arity:1,forced:u},r)}};l("Error",(function(e){return function(t){return i(e,this,arguments)}})),l("EvalError",(function(e){return function(t){return i(e,this,arguments)}})),l("RangeError",(function(e){return function(t){return i(e,this,arguments)}})),l("ReferenceError",(function(e){return function(t){return i(e,this,arguments)}})),l("SyntaxError",(function(e){return function(t){return i(e,this,arguments)}})),l("TypeError",(function(e){return function(t){return i(e,this,arguments)}})),l("URIError",(function(e){return function(t){return i(e,this,arguments)}})),f("CompileError",(function(e){return function(t){return i(e,this,arguments)}})),f("LinkError",(function(e){return function(t){return i(e,this,arguments)}})),f("RuntimeError",(function(e){return function(t){return i(e,this,arguments)}}))},5454:(e,t,r)=>{"use strict";var n=r(863).charAt,s=r(4845),i=r(3326),o=r(5297),c=r(7271),a="String Iterator",u=i.set,l=i.getterFor(a);o(String,"String",(function(e){u(this,{type:a,string:s(e),index:0})}),(function(){var e,t=l(this),r=t.string,s=t.index;return s>=r.length?c(void 0,!0):(e=n(r,s),t.index+=e.length,c(e,!1))}))},2752:(e,t,r)=>{"use strict";r(4242)},162:(e,t,r)=>{"use strict";r(8939);var n=r(7365),s=r(8576),i=r(4696),o=r(8711),c=r(7771),a=r(8182)("toStringTag");for(var u in n){var l=s[u],f=l&&l.prototype;f&&i(f)!==a&&o(f,a,u),c[u]=c.Array}},5846:(e,t,r)=>{"use strict";r(2752);var n=r(6791);r(162),e.exports=n},9515:(e,t,r)=>{var n=r(8761)(r(7772),"DataView");e.exports=n},9612:(e,t,r)=>{var n=r(2118),s=r(6909),i=r(8138),o=r(4174),c=r(7942);function a(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}a.prototype.clear=n,a.prototype.delete=s,a.prototype.get=i,a.prototype.has=o,a.prototype.set=c,e.exports=a},235:(e,t,r)=>{var n=r(3945),s=r(1846),i=r(8028),o=r(2344),c=r(4769);function a(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}a.prototype.clear=n,a.prototype.delete=s,a.prototype.get=i,a.prototype.has=o,a.prototype.set=c,e.exports=a},326:(e,t,r)=>{var n=r(8761)(r(7772),"Map");e.exports=n},6738:(e,t,r)=>{var n=r(2411),s=r(6417),i=r(6928),o=r(9493),c=r(4150);function a(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}a.prototype.clear=n,a.prototype.delete=s,a.prototype.get=i,a.prototype.has=o,a.prototype.set=c,e.exports=a},2760:(e,t,r)=>{var n=r(8761)(r(7772),"Promise");e.exports=n},2143:(e,t,r)=>{var n=r(8761)(r(7772),"Set");e.exports=n},5386:(e,t,r)=>{var n=r(6738),s=r(2842),i=r(2482);function o(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new n;++t<r;)this.add(e[t])}o.prototype.add=o.prototype.push=s,o.prototype.has=i,e.exports=o},6571:(e,t,r)=>{var n=r(235),s=r(5243),i=r(2858),o=r(4417),c=r(8605),a=r(1418);function u(e){var t=this.__data__=new n(e);this.size=t.size}u.prototype.clear=s,u.prototype.delete=i,u.prototype.get=o,u.prototype.has=c,u.prototype.set=a,e.exports=u},857:(e,t,r)=>{var n=r(7772).Symbol;e.exports=n},9162:(e,t,r)=>{var n=r(7772).Uint8Array;e.exports=n},3215:(e,t,r)=>{var n=r(8761)(r(7772),"WeakMap");e.exports=n},7552:e=>{e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length,s=0,i=[];++r<n;){var o=e[r];t(o,r,e)&&(i[s++]=o)}return i}},1634:(e,t,r)=>{var n=r(6473),s=r(9631),i=r(6152),o=r(3226),c=r(9045),a=r(7598),u=Object.prototype.hasOwnProperty;e.exports=function(e,t){var r=i(e),l=!r&&s(e),f=!r&&!l&&o(e),p=!r&&!l&&!f&&a(e),h=r||l||f||p,m=h?n(e.length,String):[],y=m.length;for(var d in e)!t&&!u.call(e,d)||h&&("length"==d||f&&("offset"==d||"parent"==d)||p&&("buffer"==d||"byteLength"==d||"byteOffset"==d)||c(d,y))||m.push(d);return m}},5067:e=>{e.exports=function(e,t){for(var r=-1,n=t.length,s=e.length;++r<n;)e[s+r]=t[r];return e}},7064:e=>{e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}},2218:(e,t,r)=>{var n=r(1225);e.exports=function(e,t){for(var r=e.length;r--;)if(n(e[r][0],t))return r;return-1}},1897:(e,t,r)=>{var n=r(5067),s=r(6152);e.exports=function(e,t,r){var i=t(e);return s(e)?i:n(i,r(e))}},3366:(e,t,r)=>{var n=r(857),s=r(2107),i=r(7157),o=n?n.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":o&&o in Object(e)?s(e):i(e)}},5183:(e,t,r)=>{var n=r(3366),s=r(5125);e.exports=function(e){return s(e)&&"[object Arguments]"==n(e)}},8746:(e,t,r)=>{var n=r(1952),s=r(5125);e.exports=function e(t,r,i,o,c){return t===r||(null==t||null==r||!s(t)&&!s(r)?t!=t&&r!=r:n(t,r,i,o,e,c))}},1952:(e,t,r)=>{var n=r(6571),s=r(4871),i=r(1491),o=r(7416),c=r(940),a=r(6152),u=r(3226),l=r(7598),f="[object Arguments]",p="[object Array]",h="[object Object]",m=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,y,d,v){var b=a(e),g=a(t),j=b?p:c(e),O=g?p:c(t),E=(j=j==f?h:j)==h,x=(O=O==f?h:O)==h,S=j==O;if(S&&u(e)){if(!u(t))return!1;b=!0,E=!1}if(S&&!E)return v||(v=new n),b||l(e)?s(e,t,r,y,d,v):i(e,t,j,r,y,d,v);if(!(1&r)){var w=E&&m.call(e,"__wrapped__"),A=x&&m.call(t,"__wrapped__");if(w||A){var k=w?e.value():e,P=A?t.value():t;return v||(v=new n),d(k,P,r,y,v)}}return!!S&&(v||(v=new n),o(e,t,r,y,d,v))}},6840:(e,t,r)=>{var n=r(1049),s=r(7394),i=r(9259),o=r(7035),c=/^\[object .+?Constructor\]$/,a=Function.prototype,u=Object.prototype,l=a.toString,f=u.hasOwnProperty,p=RegExp("^"+l.call(f).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!i(e)||s(e))&&(n(e)?p:c).test(o(e))}},5522:(e,t,r)=>{var n=r(3366),s=r(1158),i=r(5125),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,e.exports=function(e){return i(e)&&s(e.length)&&!!o[n(e)]}},6411:(e,t,r)=>{var n=r(6001),s=r(4248),i=Object.prototype.hasOwnProperty;e.exports=function(e){if(!n(e))return s(e);var t=[];for(var r in Object(e))i.call(e,r)&&"constructor"!=r&&t.push(r);return t}},6473:e=>{e.exports=function(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}},7826:e=>{e.exports=function(e){return function(t){return e(t)}}},9950:e=>{e.exports=function(e,t){return e.has(t)}},4019:(e,t,r)=>{var n=r(7772)["__core-js_shared__"];e.exports=n},4871:(e,t,r)=>{var n=r(5386),s=r(7064),i=r(9950);e.exports=function(e,t,r,o,c,a){var u=1&r,l=e.length,f=t.length;if(l!=f&&!(u&&f>l))return!1;var p=a.get(e),h=a.get(t);if(p&&h)return p==t&&h==e;var m=-1,y=!0,d=2&r?new n:void 0;for(a.set(e,t),a.set(t,e);++m<l;){var v=e[m],b=t[m];if(o)var g=u?o(b,v,m,t,e,a):o(v,b,m,e,t,a);if(void 0!==g){if(g)continue;y=!1;break}if(d){if(!s(t,(function(e,t){if(!i(d,t)&&(v===e||c(v,e,r,o,a)))return d.push(t)}))){y=!1;break}}else if(v!==b&&!c(v,b,r,o,a)){y=!1;break}}return a.delete(e),a.delete(t),y}},1491:(e,t,r)=>{var n=r(857),s=r(9162),i=r(1225),o=r(4871),c=r(5179),a=r(4207),u=n?n.prototype:void 0,l=u?u.valueOf:void 0;e.exports=function(e,t,r,n,u,f,p){switch(r){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!f(new s(e),new s(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var h=c;case"[object Set]":var m=1&n;if(h||(h=a),e.size!=t.size&&!m)return!1;var y=p.get(e);if(y)return y==t;n|=2,p.set(e,t);var d=o(h(e),h(t),n,u,f,p);return p.delete(e),d;case"[object Symbol]":if(l)return l.call(e)==l.call(t)}return!1}},7416:(e,t,r)=>{var n=r(3483),s=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,i,o,c){var a=1&r,u=n(e),l=u.length;if(l!=n(t).length&&!a)return!1;for(var f=l;f--;){var p=u[f];if(!(a?p in t:s.call(t,p)))return!1}var h=c.get(e),m=c.get(t);if(h&&m)return h==t&&m==e;var y=!0;c.set(e,t),c.set(t,e);for(var d=a;++f<l;){var v=e[p=u[f]],b=t[p];if(i)var g=a?i(b,v,p,t,e,c):i(v,b,p,e,t,c);if(!(void 0===g?v===b||o(v,b,r,i,c):g)){y=!1;break}d||(d="constructor"==p)}if(y&&!d){var j=e.constructor,O=t.constructor;j==O||!("constructor"in e)||!("constructor"in t)||"function"==typeof j&&j instanceof j&&"function"==typeof O&&O instanceof O||(y=!1)}return c.delete(e),c.delete(t),y}},1242:(e,t,r)=>{var n="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g;e.exports=n},3483:(e,t,r)=>{var n=r(1897),s=r(633),i=r(249);e.exports=function(e){return n(e,i,s)}},7937:(e,t,r)=>{var n=r(8304);e.exports=function(e,t){var r=e.__data__;return n(t)?r["string"==typeof t?"string":"hash"]:r.map}},8761:(e,t,r)=>{var n=r(6840),s=r(8109);e.exports=function(e,t){var r=s(e,t);return n(r)?r:void 0}},2107:(e,t,r)=>{var n=r(857),s=Object.prototype,i=s.hasOwnProperty,o=s.toString,c=n?n.toStringTag:void 0;e.exports=function(e){var t=i.call(e,c),r=e[c];try{e[c]=void 0;var n=!0}catch(e){}var s=o.call(e);return n&&(t?e[c]=r:delete e[c]),s}},633:(e,t,r)=>{var n=r(7552),s=r(981),i=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols,c=o?function(e){return null==e?[]:(e=Object(e),n(o(e),(function(t){return i.call(e,t)})))}:s;e.exports=c},940:(e,t,r)=>{var n=r(9515),s=r(326),i=r(2760),o=r(2143),c=r(3215),a=r(3366),u=r(7035),l="[object Map]",f="[object Promise]",p="[object Set]",h="[object WeakMap]",m="[object DataView]",y=u(n),d=u(s),v=u(i),b=u(o),g=u(c),j=a;(n&&j(new n(new ArrayBuffer(1)))!=m||s&&j(new s)!=l||i&&j(i.resolve())!=f||o&&j(new o)!=p||c&&j(new c)!=h)&&(j=function(e){var t=a(e),r="[object Object]"==t?e.constructor:void 0,n=r?u(r):"";if(n)switch(n){case y:return m;case d:return l;case v:return f;case b:return p;case g:return h}return t}),e.exports=j},8109:e=>{e.exports=function(e,t){return null==e?void 0:e[t]}},2118:(e,t,r)=>{var n=r(9191);e.exports=function(){this.__data__=n?n(null):{},this.size=0}},6909:e=>{e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},8138:(e,t,r)=>{var n=r(9191),s=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(n){var r=t[e];return"__lodash_hash_undefined__"===r?void 0:r}return s.call(t,e)?t[e]:void 0}},4174:(e,t,r)=>{var n=r(9191),s=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return n?void 0!==t[e]:s.call(t,e)}},7942:(e,t,r)=>{var n=r(9191);e.exports=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=n&&void 0===t?"__lodash_hash_undefined__":t,this}},9045:e=>{var t=/^(?:0|[1-9]\d*)$/;e.exports=function(e,r){var n=typeof e;return!!(r=null==r?9007199254740991:r)&&("number"==n||"symbol"!=n&&t.test(e))&&e>-1&&e%1==0&&e<r}},8304:e=>{e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},7394:(e,t,r)=>{var n,s=r(4019),i=(n=/[^.]+$/.exec(s&&s.keys&&s.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"";e.exports=function(e){return!!i&&i in e}},6001:e=>{var t=Object.prototype;e.exports=function(e){var r=e&&e.constructor;return e===("function"==typeof r&&r.prototype||t)}},3945:e=>{e.exports=function(){this.__data__=[],this.size=0}},1846:(e,t,r)=>{var n=r(2218),s=Array.prototype.splice;e.exports=function(e){var t=this.__data__,r=n(t,e);return!(r<0)&&(r==t.length-1?t.pop():s.call(t,r,1),--this.size,!0)}},8028:(e,t,r)=>{var n=r(2218);e.exports=function(e){var t=this.__data__,r=n(t,e);return r<0?void 0:t[r][1]}},2344:(e,t,r)=>{var n=r(2218);e.exports=function(e){return n(this.__data__,e)>-1}},4769:(e,t,r)=>{var n=r(2218);e.exports=function(e,t){var r=this.__data__,s=n(r,e);return s<0?(++this.size,r.push([e,t])):r[s][1]=t,this}},2411:(e,t,r)=>{var n=r(9612),s=r(235),i=r(326);e.exports=function(){this.size=0,this.__data__={hash:new n,map:new(i||s),string:new n}}},6417:(e,t,r)=>{var n=r(7937);e.exports=function(e){var t=n(this,e).delete(e);return this.size-=t?1:0,t}},6928:(e,t,r)=>{var n=r(7937);e.exports=function(e){return n(this,e).get(e)}},9493:(e,t,r)=>{var n=r(7937);e.exports=function(e){return n(this,e).has(e)}},4150:(e,t,r)=>{var n=r(7937);e.exports=function(e,t){var r=n(this,e),s=r.size;return r.set(e,t),this.size+=r.size==s?0:1,this}},5179:e=>{e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e,n){r[++t]=[n,e]})),r}},9191:(e,t,r)=>{var n=r(8761)(Object,"create");e.exports=n},4248:(e,t,r)=>{var n=r(241)(Object.keys,Object);e.exports=n},4146:(e,t,r)=>{e=r.nmd(e);var n=r(1242),s=t&&!t.nodeType&&t,i=s&&e&&!e.nodeType&&e,o=i&&i.exports===s&&n.process,c=function(){try{var e=i&&i.require&&i.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=c},7157:e=>{var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},241:e=>{e.exports=function(e,t){return function(r){return e(t(r))}}},7772:(e,t,r)=>{var n=r(1242),s="object"==typeof self&&self&&self.Object===Object&&self,i=n||s||Function("return this")();e.exports=i},2842:e=>{e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},2482:e=>{e.exports=function(e){return this.__data__.has(e)}},4207:e=>{e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e){r[++t]=e})),r}},5243:(e,t,r)=>{var n=r(235);e.exports=function(){this.__data__=new n,this.size=0}},2858:e=>{e.exports=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}},4417:e=>{e.exports=function(e){return this.__data__.get(e)}},8605:e=>{e.exports=function(e){return this.__data__.has(e)}},1418:(e,t,r)=>{var n=r(235),s=r(326),i=r(6738);e.exports=function(e,t){var r=this.__data__;if(r instanceof n){var o=r.__data__;if(!s||o.length<199)return o.push([e,t]),this.size=++r.size,this;r=this.__data__=new i(o)}return r.set(e,t),this.size=r.size,this}},7035:e=>{var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},1225:e=>{e.exports=function(e,t){return e===t||e!=e&&t!=t}},9631:(e,t,r)=>{var n=r(5183),s=r(5125),i=Object.prototype,o=i.hasOwnProperty,c=i.propertyIsEnumerable,a=n(function(){return arguments}())?n:function(e){return s(e)&&o.call(e,"callee")&&!c.call(e,"callee")};e.exports=a},6152:e=>{var t=Array.isArray;e.exports=t},7878:(e,t,r)=>{var n=r(1049),s=r(1158);e.exports=function(e){return null!=e&&s(e.length)&&!n(e)}},4335:(e,t,r)=>{var n=r(3366),s=r(5125);e.exports=function(e){return!0===e||!1===e||s(e)&&"[object Boolean]"==n(e)}},3226:(e,t,r)=>{e=r.nmd(e);var n=r(7772),s=r(6330),i=t&&!t.nodeType&&t,o=i&&e&&!e.nodeType&&e,c=o&&o.exports===i?n.Buffer:void 0,a=(c?c.isBuffer:void 0)||s;e.exports=a},8149:(e,t,r)=>{var n=r(8746);e.exports=function(e,t){return n(e,t)}},1049:(e,t,r)=>{var n=r(3366),s=r(9259);e.exports=function(e){if(!s(e))return!1;var t=n(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},1158:e=>{e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},5877:e=>{e.exports=function(e){return null===e}},537:(e,t,r)=>{var n=r(3366),s=r(5125);e.exports=function(e){return"number"==typeof e||s(e)&&"[object Number]"==n(e)}},9259:e=>{e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},5125:e=>{e.exports=function(e){return null!=e&&"object"==typeof e}},5505:(e,t,r)=>{var n=r(3366),s=r(6152),i=r(5125);e.exports=function(e){return"string"==typeof e||!s(e)&&i(e)&&"[object String]"==n(e)}},7598:(e,t,r)=>{var n=r(5522),s=r(7826),i=r(4146),o=i&&i.isTypedArray,c=o?s(o):n;e.exports=c},249:(e,t,r)=>{var n=r(1634),s=r(6411),i=r(7878);e.exports=function(e){return i(e)?n(e):s(e)}},1570:e=>{e.exports=function(e){if("function"!=typeof e)throw new TypeError("Expected a function");return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}},981:e=>{e.exports=function(){return[]}},6330:e=>{e.exports=function(){return!1}},1178:(e,t,r)=>{const n=r(1570);function s(e){return"string"==typeof e?t=>t.element===e:e.constructor&&e.extend?t=>t instanceof e:e}class i{constructor(e){this.elements=e||[]}toValue(){return this.elements.map((e=>e.toValue()))}map(e,t){return this.elements.map(e,t)}flatMap(e,t){return this.map(e,t).reduce(((e,t)=>e.concat(t)),[])}compactMap(e,t){const r=[];return this.forEach((n=>{const s=e.bind(t)(n);s&&r.push(s)})),r}filter(e,t){return e=s(e),new i(this.elements.filter(e,t))}reject(e,t){return e=s(e),new i(this.elements.filter(n(e),t))}find(e,t){return e=s(e),this.elements.find(e,t)}forEach(e,t){this.elements.forEach(e,t)}reduce(e,t){return this.elements.reduce(e,t)}includes(e){return this.elements.some((t=>t.equals(e)))}shift(){return this.elements.shift()}unshift(e){this.elements.unshift(this.refract(e))}push(e){return this.elements.push(this.refract(e)),this}add(e){this.push(e)}get(e){return this.elements[e]}getValue(e){const t=this.elements[e];if(t)return t.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]()}),e.exports=i},3026:e=>{class t{constructor(e,t){this.key=e,this.value=t}clone(){const e=new t;return this.key&&(e.key=this.key.clone()),this.value&&(e.value=this.value.clone()),e}}e.exports=t},5140:(e,t,r)=>{const n=r(5877),s=r(5505),i=r(537),o=r(4335),c=r(9259),a=r(2947),u=r(3756);class l{constructor(e){this.elementMap={},this.elementDetection=[],this.Element=u.Element,this.KeyValuePair=u.KeyValuePair,e&&e.noDefault||this.useDefault(),this._attributeElementKeys=[],this._attributeElementArrayKeys=[]}use(e){return e.namespace&&e.namespace({base:this}),e.load&&e.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(c,u.ObjectElement,!1),this}register(e,t){return this._elements=void 0,this.elementMap[e]=t,this}unregister(e){return this._elements=void 0,delete this.elementMap[e],this}detect(e,t,r){return void 0===r||r?this.elementDetection.unshift([e,t]):this.elementDetection.push([e,t]),this}toElement(e){if(e instanceof this.Element)return e;let t;for(let r=0;r<this.elementDetection.length;r+=1){const n=this.elementDetection[r][0],s=this.elementDetection[r][1];if(n(e)){t=new s(e);break}}return t}getElementClass(e){const t=this.elementMap[e];return void 0===t?this.Element:t}fromRefract(e){return this.serialiser.deserialise(e)}toRefract(e){return this.serialiser.serialise(e)}get elements(){return void 0===this._elements&&(this._elements={Element:this.Element},Object.keys(this.elementMap).forEach((e=>{const t=e[0].toUpperCase()+e.substr(1);this._elements[t]=this.elementMap[e]}))),this._elements}get serialiser(){return new a(this)}}a.prototype.Namespace=l,e.exports=l},3853:(e,t,r)=>{const n=r(1570),s=r(1178);class i extends s{map(e,t){return this.elements.map((r=>e.bind(t)(r.value,r.key,r)))}filter(e,t){return new i(this.elements.filter((r=>e.bind(t)(r.value,r.key,r))))}reject(e,t){return this.filter(n(e.bind(t)))}forEach(e,t){return this.elements.forEach(((r,n)=>{e.bind(t)(r.value,r.key,r,n)}))}keys(){return this.map(((e,t)=>t.toValue()))}values(){return this.map((e=>e.toValue()))}}e.exports=i},3756:(e,t,r)=>{const n=r(6420),s=r(4152),i=r(9542),o=r(3710),c=r(3312),a=r(1641),u=r(8858),l=r(3860),f=r(5202),p=r(2320),h=r(1178),m=r(3853),y=r(3026);function d(e){if(e instanceof n)return e;if("string"==typeof e)return new i(e);if("number"==typeof e)return new o(e);if("boolean"==typeof e)return new c(e);if(null===e)return new s;if(Array.isArray(e))return new a(e.map(d));if("object"==typeof e){return new l(e)}return e}n.prototype.ObjectElement=l,n.prototype.RefElement=p,n.prototype.MemberElement=u,n.prototype.refract=d,h.prototype.refract=d,e.exports={Element:n,NullElement:s,StringElement:i,NumberElement:o,BooleanElement:c,ArrayElement:a,MemberElement:u,ObjectElement:l,LinkElement:f,RefElement:p,refract:d,ArraySlice:h,ObjectSlice:m,KeyValuePair:y}},5202:(e,t,r)=>{const n=r(6420);e.exports=class extends n{constructor(e,t,r){super(e||[],t,r),this.element="link"}get relation(){return this.attributes.get("relation")}set relation(e){this.attributes.set("relation",e)}get href(){return this.attributes.get("href")}set href(e){this.attributes.set("href",e)}}},2320:(e,t,r)=>{const n=r(6420);e.exports=class extends n{constructor(e,t,r){super(e||[],t,r),this.element="ref",this.path||(this.path="element")}get path(){return this.attributes.get("path")}set path(e){this.attributes.set("path",e)}}},7952:(e,t,r)=>{const n=r(5140),s=r(3756);t.lS=n,t.KeyValuePair=r(3026),t.O4=s.ArraySlice,t.rm=s.ObjectSlice,t.W_=s.Element,t.RP=s.StringElement,t.VL=s.NumberElement,t.hh=s.BooleanElement,t.zr=s.NullElement,t.ON=s.ArrayElement,t.Sb=s.ObjectElement,t.c6=s.MemberElement,t.tK=s.RefElement,t.EA=s.LinkElement,t.Qc=s.refract,r(2947),r(8910)},1641:(e,t,r)=>{const n=r(1570),s=r(6420),i=r(1178);class o extends s{constructor(e,t,r){super(e||[],t,r),this.element="array"}primitive(){return"array"}get(e){return this.content[e]}getValue(e){const t=this.get(e);if(t)return t.toValue()}getIndex(e){return this.content[e]}set(e,t){return this.content[e]=this.refract(t),this}remove(e){const t=this.content.splice(e,1);return t.length?t[0]:null}map(e,t){return this.content.map(e,t)}flatMap(e,t){return this.map(e,t).reduce(((e,t)=>e.concat(t)),[])}compactMap(e,t){const r=[];return this.forEach((n=>{const s=e.bind(t)(n);s&&r.push(s)})),r}filter(e,t){return new i(this.content.filter(e,t))}reject(e,t){return this.filter(n(e),t)}reduce(e,t){let r,n;void 0!==t?(r=0,n=this.refract(t)):(r=1,n="object"===this.primitive()?this.first.value:this.first);for(let t=r;t<this.length;t+=1){const r=this.content[t];n="object"===this.primitive()?this.refract(e(n,r.value,r.key,r,this)):this.refract(e(n,r,t,this))}return n}forEach(e,t){this.content.forEach(((r,n)=>{e.bind(t)(r,this.refract(n))}))}shift(){return this.content.shift()}unshift(e){this.content.unshift(this.refract(e))}push(e){return this.content.push(this.refract(e)),this}add(e){this.push(e)}findElements(e,t){const r=t||{},n=!!r.recursive,s=void 0===r.results?[]:r.results;return this.forEach(((t,r,i)=>{n&&void 0!==t.findElements&&t.findElements(e,{results:s,recursive:n}),e(t,r,i)&&s.push(t)})),s}find(e){return new i(this.findElements(e,{recursive:!0}))}findByElement(e){return this.find((t=>t.element===e))}findByClass(e){return this.find((t=>t.classes.includes(e)))}getById(e){return this.find((t=>t.id.toValue()===e)).first}includes(e){return this.content.some((t=>t.equals(e)))}contains(e){return this.includes(e)}empty(){return new this.constructor([])}"fantasy-land/empty"(){return this.empty()}concat(e){return new this.constructor(this.content.concat(e.content))}"fantasy-land/concat"(e){return this.concat(e)}"fantasy-land/map"(e){return new this.constructor(this.map(e))}"fantasy-land/chain"(e){return this.map((t=>e(t)),this).reduce(((e,t)=>e.concat(t)),this.empty())}"fantasy-land/filter"(e){return new this.constructor(this.content.filter(e))}"fantasy-land/reduce"(e,t){return this.content.reduce(e,t)}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]()}),e.exports=o},3312:(e,t,r)=>{const n=r(6420);e.exports=class extends n{constructor(e,t,r){super(e,t,r),this.element="boolean"}primitive(){return"boolean"}}},6420:(e,t,r)=>{const n=r(8149),s=r(3026),i=r(1178);class o{constructor(e,t,r){t&&(this.meta=t),r&&(this.attributes=r),this.content=e}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((e=>{e.parent=this,e.freeze()}),this),this.content&&Array.isArray(this.content)&&Object.freeze(this.content),Object.freeze(this))}primitive(){}clone(){const e=new this.constructor;return e.element=this.element,this.meta.length&&(e._meta=this.meta.clone()),this.attributes.length&&(e._attributes=this.attributes.clone()),this.content?this.content.clone?e.content=this.content.clone():Array.isArray(this.content)?e.content=this.content.map((e=>e.clone())):e.content=this.content:e.content=this.content,e}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((e=>e.toValue()),this):this.content}toRef(e){if(""===this.id.toValue())throw Error("Cannot create reference to an element that does not contain an ID");const t=new this.RefElement(this.id.toValue());return e&&(t.path=e),t}findRecursive(...e){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 t=e.pop();let r=new i;const n=(e,t)=>(e.push(t),e),o=(e,r)=>{r.element===t&&e.push(r);const i=r.findRecursive(t);return i&&i.reduce(n,e),r.content instanceof s&&(r.content.key&&o(e,r.content.key),r.content.value&&o(e,r.content.value)),e};return this.content&&(this.content.element&&o(r,this.content),Array.isArray(this.content)&&this.content.reduce(o,r)),e.isEmpty||(r=r.filter((t=>{let r=t.parents.map((e=>e.element));for(const t in e){const n=e[t],s=r.indexOf(n);if(-1===s)return!1;r=r.splice(0,s)}return!0}))),r}set(e){return this.content=e,this}equals(e){return n(this.toValue(),e)}getMetaProperty(e,t){if(!this.meta.hasKey(e)){if(this.isFrozen){const e=this.refract(t);return e.freeze(),e}this.meta.set(e,t)}return this.meta.get(e)}setMetaProperty(e,t){this.meta.set(e,t)}get element(){return this._storedElement||"element"}set element(e){this._storedElement=e}get content(){return this._content}set content(e){if(e instanceof o)this._content=e;else if(e instanceof i)this.content=e.elements;else if("string"==typeof e||"number"==typeof e||"boolean"==typeof e||"null"===e||null==e)this._content=e;else if(e instanceof s)this._content=e;else if(Array.isArray(e))this._content=e.map(this.refract);else{if("object"!=typeof e)throw new Error("Cannot set content to given value");this._content=Object.keys(e).map((t=>new this.MemberElement(t,e[t])))}}get meta(){if(!this._meta){if(this.isFrozen){const e=new this.ObjectElement;return e.freeze(),e}this._meta=new this.ObjectElement}return this._meta}set meta(e){e instanceof this.ObjectElement?this._meta=e:this.meta.set(e||{})}get attributes(){if(!this._attributes){if(this.isFrozen){const e=new this.ObjectElement;return e.freeze(),e}this._attributes=new this.ObjectElement}return this._attributes}set attributes(e){e instanceof this.ObjectElement?this._attributes=e:this.attributes.set(e||{})}get id(){return this.getMetaProperty("id","")}set id(e){this.setMetaProperty("id",e)}get classes(){return this.getMetaProperty("classes",[])}set classes(e){this.setMetaProperty("classes",e)}get title(){return this.getMetaProperty("title","")}set title(e){this.setMetaProperty("title",e)}get description(){return this.getMetaProperty("description","")}set description(e){this.setMetaProperty("description",e)}get links(){return this.getMetaProperty("links",[])}set links(e){this.setMetaProperty("links",e)}get isFrozen(){return Object.isFrozen(this)}get parents(){let{parent:e}=this;const t=new i;for(;e;)t.push(e),e=e.parent;return t}get children(){if(Array.isArray(this.content))return new i(this.content);if(this.content instanceof s){const e=new i([this.content.key]);return this.content.value&&e.push(this.content.value),e}return this.content instanceof o?new i([this.content]):new i}get recursiveChildren(){const e=new i;return this.children.forEach((t=>{e.push(t),t.recursiveChildren.forEach((t=>{e.push(t)}))})),e}}e.exports=o},8858:(e,t,r)=>{const n=r(3026),s=r(6420);e.exports=class extends s{constructor(e,t,r,s){super(new n,r,s),this.element="member",this.key=e,this.value=t}get key(){return this.content.key}set key(e){this.content.key=this.refract(e)}get value(){return this.content.value}set value(e){this.content.value=this.refract(e)}}},4152:(e,t,r)=>{const n=r(6420);e.exports=class extends n{constructor(e,t,r){super(e||null,t,r),this.element="null"}primitive(){return"null"}set(){return new Error("Cannot set the value of null")}}},3710:(e,t,r)=>{const n=r(6420);e.exports=class extends n{constructor(e,t,r){super(e,t,r),this.element="number"}primitive(){return"number"}}},3860:(e,t,r)=>{const n=r(1570),s=r(9259),i=r(1641),o=r(8858),c=r(3853);e.exports=class extends i{constructor(e,t,r){super(e||[],t,r),this.element="object"}primitive(){return"object"}toValue(){return this.content.reduce(((e,t)=>(e[t.key.toValue()]=t.value?t.value.toValue():void 0,e)),{})}get(e){const t=this.getMember(e);if(t)return t.value}getMember(e){if(void 0!==e)return this.content.find((t=>t.key.toValue()===e))}remove(e){let t=null;return this.content=this.content.filter((r=>r.key.toValue()!==e||(t=r,!1))),t}getKey(e){const t=this.getMember(e);if(t)return t.key}set(e,t){if(s(e))return Object.keys(e).forEach((t=>{this.set(t,e[t])})),this;const r=e,n=this.getMember(r);return n?n.value=t:this.content.push(new o(r,t)),this}keys(){return this.content.map((e=>e.key.toValue()))}values(){return this.content.map((e=>e.value.toValue()))}hasKey(e){return this.content.some((t=>t.key.equals(e)))}items(){return this.content.map((e=>[e.key.toValue(),e.value.toValue()]))}map(e,t){return this.content.map((r=>e.bind(t)(r.value,r.key,r)))}compactMap(e,t){const r=[];return this.forEach(((n,s,i)=>{const o=e.bind(t)(n,s,i);o&&r.push(o)})),r}filter(e,t){return new c(this.content).filter(e,t)}reject(e,t){return this.filter(n(e),t)}forEach(e,t){return this.content.forEach((r=>e.bind(t)(r.value,r.key,r)))}}},9542:(e,t,r)=>{const n=r(6420);e.exports=class extends n{constructor(e,t,r){super(e,t,r),this.element="string"}primitive(){return"string"}get length(){return this.content.length}}},8910:(e,t,r)=>{const n=r(2947);e.exports=class extends n{serialise(e){if(!(e instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${e}\` is not an Element instance`);let t;e._attributes&&e.attributes.get("variable")&&(t=e.attributes.get("variable"));const r={element:e.element};e._meta&&e._meta.length>0&&(r.meta=this.serialiseObject(e.meta));const n="enum"===e.element||-1!==e.attributes.keys().indexOf("enumerations");if(n){const t=this.enumSerialiseAttributes(e);t&&(r.attributes=t)}else if(e._attributes&&e._attributes.length>0){let{attributes:n}=e;n.get("metadata")&&(n=n.clone(),n.set("meta",n.get("metadata")),n.remove("metadata")),"member"===e.element&&t&&(n=n.clone(),n.remove("variable")),n.length>0&&(r.attributes=this.serialiseObject(n))}if(n)r.content=this.enumSerialiseContent(e,r);else if(this[`${e.element}SerialiseContent`])r.content=this[`${e.element}SerialiseContent`](e,r);else if(void 0!==e.content){let n;t&&e.content.key?(n=e.content.clone(),n.key.attributes.set("variable",t),n=this.serialiseContent(n)):n=this.serialiseContent(e.content),this.shouldSerialiseContent(e,n)&&(r.content=n)}else this.shouldSerialiseContent(e,e.content)&&e instanceof this.namespace.elements.Array&&(r.content=[]);return r}shouldSerialiseContent(e,t){return"parseResult"===e.element||"httpRequest"===e.element||"httpResponse"===e.element||"category"===e.element||"link"===e.element||void 0!==t&&(!Array.isArray(t)||0!==t.length)}refSerialiseContent(e,t){return delete t.attributes,{href:e.toValue(),path:e.path.toValue()}}sourceMapSerialiseContent(e){return e.toValue()}dataStructureSerialiseContent(e){return[this.serialiseContent(e.content)]}enumSerialiseAttributes(e){const t=e.attributes.clone(),r=t.remove("enumerations")||new this.namespace.elements.Array([]),n=t.get("default");let s=t.get("samples")||new this.namespace.elements.Array([]);if(n&&n.content&&(n.content.attributes&&n.content.attributes.remove("typeAttributes"),t.set("default",new this.namespace.elements.Array([n.content]))),s.forEach((e=>{e.content&&e.content.element&&e.content.attributes.remove("typeAttributes")})),e.content&&0!==r.length&&s.unshift(e.content),s=s.map((e=>e instanceof this.namespace.elements.Array?[e]:new this.namespace.elements.Array([e.content]))),s.length&&t.set("samples",s),t.length>0)return this.serialiseObject(t)}enumSerialiseContent(e){if(e._attributes){const t=e.attributes.get("enumerations");if(t&&t.length>0)return t.content.map((e=>{const t=e.clone();return t.attributes.remove("typeAttributes"),this.serialise(t)}))}if(e.content){const t=e.content.clone();return t.attributes.remove("typeAttributes"),[this.serialise(t)]}return[]}deserialise(e){if("string"==typeof e)return new this.namespace.elements.String(e);if("number"==typeof e)return new this.namespace.elements.Number(e);if("boolean"==typeof e)return new this.namespace.elements.Boolean(e);if(null===e)return new this.namespace.elements.Null;if(Array.isArray(e))return new this.namespace.elements.Array(e.map(this.deserialise,this));const t=this.namespace.getElementClass(e.element),r=new t;r.element!==e.element&&(r.element=e.element),e.meta&&this.deserialiseObject(e.meta,r.meta),e.attributes&&this.deserialiseObject(e.attributes,r.attributes);const n=this.deserialiseContent(e.content);if(void 0===n&&null!==r.content||(r.content=n),"enum"===r.element){r.content&&r.attributes.set("enumerations",r.content);let e=r.attributes.get("samples");if(r.attributes.remove("samples"),e){const n=e;e=new this.namespace.elements.Array,n.forEach((n=>{n.forEach((n=>{const s=new t(n);s.element=r.element,e.push(s)}))}));const s=e.shift();r.content=s?s.content:void 0,r.attributes.set("samples",e)}else r.content=void 0;let n=r.attributes.get("default");if(n&&n.length>0){n=n.get(0);const e=new t(n);e.element=r.element,r.attributes.set("default",e)}}else if("dataStructure"===r.element&&Array.isArray(r.content))[r.content]=r.content;else if("category"===r.element){const e=r.attributes.get("meta");e&&(r.attributes.set("metadata",e),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(e){if(e instanceof this.namespace.elements.Element)return this.serialise(e);if(e instanceof this.namespace.KeyValuePair){const t={key:this.serialise(e.key)};return e.value&&(t.value=this.serialise(e.value)),t}return e&&e.map?e.map(this.serialise,this):e}deserialiseContent(e){if(e){if(e.element)return this.deserialise(e);if(e.key){const t=new this.namespace.KeyValuePair(this.deserialise(e.key));return e.value&&(t.value=this.deserialise(e.value)),t}if(e.map)return e.map(this.deserialise,this)}return e}shouldRefract(e){return!!(e._attributes&&e.attributes.keys().length||e._meta&&e.meta.keys().length)||"enum"!==e.element&&(e.element!==e.primitive()||"member"===e.element)}convertKeyToRefract(e,t){return this.shouldRefract(t)?this.serialise(t):"enum"===t.element?this.serialiseEnum(t):"array"===t.element?t.map((t=>this.shouldRefract(t)||"default"===e?this.serialise(t):"array"===t.element||"object"===t.element||"enum"===t.element?t.children.map((e=>this.serialise(e))):t.toValue())):"object"===t.element?(t.content||[]).map(this.serialise,this):t.toValue()}serialiseEnum(e){return e.children.map((e=>this.serialise(e)))}serialiseObject(e){const t={};return e.forEach(((e,r)=>{if(e){const n=r.toValue();t[n]=this.convertKeyToRefract(n,e)}})),t}deserialiseObject(e,t){Object.keys(e).forEach((r=>{t.set(r,this.deserialise(e[r]))}))}}},2947:e=>{e.exports=class{constructor(e){this.namespace=e||new this.Namespace}serialise(e){if(!(e instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${e}\` is not an Element instance`);const t={element:e.element};e._meta&&e._meta.length>0&&(t.meta=this.serialiseObject(e.meta)),e._attributes&&e._attributes.length>0&&(t.attributes=this.serialiseObject(e.attributes));const r=this.serialiseContent(e.content);return void 0!==r&&(t.content=r),t}deserialise(e){if(!e.element)throw new Error("Given value is not an object containing an element name");const t=new(this.namespace.getElementClass(e.element));t.element!==e.element&&(t.element=e.element),e.meta&&this.deserialiseObject(e.meta,t.meta),e.attributes&&this.deserialiseObject(e.attributes,t.attributes);const r=this.deserialiseContent(e.content);return void 0===r&&null!==t.content||(t.content=r),t}serialiseContent(e){if(e instanceof this.namespace.elements.Element)return this.serialise(e);if(e instanceof this.namespace.KeyValuePair){const t={key:this.serialise(e.key)};return e.value&&(t.value=this.serialise(e.value)),t}if(e&&e.map){if(0===e.length)return;return e.map(this.serialise,this)}return e}deserialiseContent(e){if(e){if(e.element)return this.deserialise(e);if(e.key){const t=new this.namespace.KeyValuePair(this.deserialise(e.key));return e.value&&(t.value=this.deserialise(e.value)),t}if(e.map)return e.map(this.deserialise,this)}return e}serialiseObject(e){const t={};if(e.forEach(((e,r)=>{e&&(t[r.toValue()]=this.serialise(e))})),0!==Object.keys(t).length)return t}deserialiseObject(e,t){Object.keys(e).forEach((r=>{t.set(r,this.deserialise(e[r]))}))}}},6591:e=>{!function(){"use strict";var t,r,n,s,i,o="properties",c="deepProperties",a="propertyDescriptors",u="staticProperties",l="staticDeepProperties",f="staticPropertyDescriptors",p="configuration",h="deepConfiguration",m="deepProps",y="deepStatics",d="deepConf",v="initializers",b="methods",g="composers",j="compose";function O(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e):[])}function E(e,t){return Array.prototype.slice.call(arguments,2).reduce(e,t)}var x=E.bind(0,(function(e,t){if(t)for(var r=O(t),n=0;n<r.length;n+=1)Object.defineProperty(e,r[n],Object.getOwnPropertyDescriptor(t,r[n]));return e}));function S(e){return"function"==typeof e}function w(e){return e&&"object"==typeof e||S(e)}function A(e){return e&&"object"==typeof e&&e.__proto__==Object.prototype}var k=E.bind(0,(function e(r,n){if(n===t)return r;if(Array.isArray(n))return(Array.isArray(r)?r:[]).concat(n);if(!A(n))return n;for(var s,i,o=O(n),c=0;c<o.length;)s=o[c++],(i=Object.getOwnPropertyDescriptor(n,s)).hasOwnProperty("value")?i.value!==t&&(r[s]=e(A(r[s])||Array.isArray(n[s])?r[s]:{},n[s])):Object.defineProperty(r,s,i);return r}));function P(){return(r=Array.prototype.concat.apply([],arguments).filter((function(e,t,r){return S(e)&&r.indexOf(e)===t}))).length?r:t}function _(e,t){function n(r,n){w(t[r])&&(w(e[r])||(e[r]={}),(n||x)(e[r],t[r]))}function s(n){(r=P(e[n],t[n]))&&(e[n]=r)}return t&&w(t=t[j]||t)&&(n(b),n(o),n(c,k),n(a),n(u),n(l,k),n(f),n(p),n(h,k),s(v),s(g)),e}function N(){return function(e){return r=function e(r){var n,s,i=e[j]||{},u={__proto__:i[b]},l=i[v],f=Array.prototype.slice.apply(arguments),p=i[c];if(p&&k(u,p),(p=i[o])&&x(u,p),(p=i[a])&&Object.defineProperties(u,p),!l||!l.length)return u;for(r===t&&(r={}),i=0;i<l.length;)S(n=l[i++])&&(u=(s=n.call(u,r,{instance:u,stamp:e,args:f}))===t?u:s);return u},(n=e[l])&&k(r,n),(n=e[u])&&x(r,n),(n=e[f])&&Object.defineProperties(r,n),n=S(r[j])?r[j]:N,x(r[j]=function(){return n.apply(this,arguments)},e),r}(Array.prototype.concat.apply([this],arguments).reduce(_,{}))}function M(e){return S(e)&&S(e[j])}var T={};function R(e,i){return function(){return(s={})[e]=i.apply(t,Array.prototype.concat.apply([{}],arguments)),((r=this)&&r[j]||n).call(r,s)}}T[b]=R(b,x),T[o]=T.props=R(o,x),T[v]=T.init=R(v,P),T[g]=R(g,P),T[c]=T[m]=R(c,k),T[u]=T.statics=R(u,x),T[l]=T[y]=R(l,k),T[p]=T.conf=R(p,x),T[h]=T[d]=R(h,k),T[a]=R(a,x),T[f]=R(f,x),n=T[j]=x((function(){for(var e,O,E=0,S=[],A=arguments,_=this;E<A.length;)w(e=A[E++])&&S.push(M(e)?e:((s={})[b]=(O=e)[b]||t,n=O.props,s[o]=w((r=O[o])||n)?x({},n,r):t,s[v]=P(O.init,O[v]),s[g]=P(O[g]),n=O[m],s[c]=w((r=O[c])||n)?k({},n,r):t,s[a]=O[a],n=O.statics,s[u]=w((r=O[u])||n)?x({},n,r):t,n=O[y],s[l]=w((r=O[l])||n)?k({},n,r):t,r=O[f],s[f]=w((n=O.name&&{name:{value:O.name}})||r)?x({},r,n):t,n=O.conf,s[p]=w((r=O[p])||n)?x({},n,r):t,n=O[d],s[h]=w((r=O[h])||n)?k({},n,r):t,s));if(e=N.apply(_||i,S),_&&S.unshift(_),Array.isArray(A=e[j][g]))for(E=0;E<A.length;)e=M(_=A[E++]({stamp:e,composables:S}))?_:e;return e}),T),T.create=function(){return this.apply(t,arguments)},(s={})[u]=T,i=N(s),n[j]=n.bind(),n.version="4.3.2","object"!=typeof t?e.exports=n:self.stampit=n}()},1427:(e,t,r)=>{e.exports=r(6762)}},t={};function r(n){var s=t[n];if(void 0!==s)return s.exports;var i=t[n]={id:n,loaded:!1,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.loaded=!0,i.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e);var n={};return(()=>{"use strict";r.r(n),r.d(n,{AlternatingVisitor:()=>bs,FallbackVisitor:()=>Xr,FixedFieldsVisitor:()=>hn,JSONReferenceElement:()=>Mr,JSONSchemaDraft6MediaTypes:()=>Ne,JSONSchemaElement:()=>Rs,LinkDescriptionElement:()=>Fs,MapVisitor:()=>Jn,MediaElement:()=>Rr,ParentSchemaAwareVisitor:()=>wn,PatternedFieldsVisitor:()=>Dn,SpecificationVisitor:()=>pn,createRefractor:()=>ci,default:()=>Vs,getNodeType:()=>Cs,isArrayElement:()=>ae,isBooleanElement:()=>oe,isElement:()=>re,isJSONReferenceElement:()=>As,isJSONReferenceLikeElement:()=>An,isJSONSchemaElement:()=>ni,isLinkDescriptionElement:()=>si,isLinkElement:()=>le,isMediaElement:()=>ks,isMemberElement:()=>ue,isNullElement:()=>ie,isNumberElement:()=>se,isObjectElement:()=>ce,isRefElement:()=>fe,isStringElement:()=>ne,keyMap:()=>Is,mediaTypes:()=>Me,refract:()=>ai,refractorPluginReplaceEmptyElement:()=>Bs,specificationObj:()=>ri});var e={};r.r(e),r.d(e,{hasElementSourceMap:()=>ve,includesClasses:()=>ge,includesSymbols:()=>be,isAnnotationElement:()=>pe,isArrayElement:()=>ae,isBooleanElement:()=>oe,isCommentElement:()=>he,isElement:()=>re,isLinkElement:()=>le,isMemberElement:()=>ue,isNullElement:()=>ie,isNumberElement:()=>se,isObjectElement:()=>ce,isParseResultElement:()=>me,isPrimitiveElement:()=>de,isRefElement:()=>fe,isSourceMapElement:()=>ye,isStringElement:()=>ne});var t={};r.r(t),r.d(t,{isJSONReferenceElement:()=>As,isJSONSchemaElement:()=>ws,isLinkDescriptionElement:()=>Ps,isMediaElement:()=>ks});var s={};r.r(s),r.d(s,{isJSONReferenceElement:()=>As,isJSONSchemaElement:()=>ni,isLinkDescriptionElement:()=>si,isMediaElement:()=>ks});var i=r(7952);function o(e){return null!=e&&"object"==typeof e&&!0===e["@@functional/placeholder"]}function c(e){return function t(r){return 0===arguments.length||o(r)?t:e.apply(this,arguments)}}function a(e){return function t(r,n){switch(arguments.length){case 0:return t;case 1:return o(r)?t:c((function(t){return e(r,t)}));default:return o(r)&&o(n)?t:o(r)?c((function(t){return e(t,n)})):o(n)?c((function(t){return e(r,t)})):e(r,n)}}}const u=Array.isArray||function(e){return null!=e&&e.length>=0&&"[object Array]"===Object.prototype.toString.call(e)};function l(e,t,r){return function(){if(0===arguments.length)return r();var n=arguments[arguments.length-1];if(!u(n)){for(var s=0;s<e.length;){if("function"==typeof n[e[s]])return n[e[s]].apply(n,Array.prototype.slice.call(arguments,0,-1));s+=1}if(function(e){return null!=e&&"function"==typeof e["@@transducer/step"]}(n))return t.apply(null,Array.prototype.slice.call(arguments,0,-1))(n)}return r.apply(this,arguments)}}function f(e){return e&&e["@@transducer/reduced"]?e:{"@@transducer/value":e,"@@transducer/reduced":!0}}const p=function(){return this.xf["@@transducer/init"]()},h=function(e){return this.xf["@@transducer/result"](e)};var m=function(){function e(e,t){this.xf=t,this.f=e,this.all=!0}return e.prototype["@@transducer/init"]=p,e.prototype["@@transducer/result"]=function(e){return this.all&&(e=this.xf["@@transducer/step"](e,!0)),this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){return this.f(t)||(this.all=!1,e=f(this.xf["@@transducer/step"](e,!1))),e},e}();function y(e){return function(t){return new m(e,t)}}const d=a(l(["all"],y,(function(e,t){for(var r=0;r<t.length;){if(!e(t[r]))return!1;r+=1}return!0})));function v(e,t){switch(e){case 0:return function(){return t.apply(this,arguments)};case 1:return function(e){return t.apply(this,arguments)};case 2:return function(e,r){return t.apply(this,arguments)};case 3:return function(e,r,n){return t.apply(this,arguments)};case 4:return function(e,r,n,s){return t.apply(this,arguments)};case 5:return function(e,r,n,s,i){return t.apply(this,arguments)};case 6:return function(e,r,n,s,i,o){return t.apply(this,arguments)};case 7:return function(e,r,n,s,i,o,c){return t.apply(this,arguments)};case 8:return function(e,r,n,s,i,o,c,a){return t.apply(this,arguments)};case 9:return function(e,r,n,s,i,o,c,a,u){return t.apply(this,arguments)};case 10:return function(e,r,n,s,i,o,c,a,u,l){return t.apply(this,arguments)};default:throw new Error("First argument to _arity must be a non-negative integer no greater than ten")}}function b(e,t,r){return function(){for(var n=[],s=0,i=e,c=0,a=!1;c<t.length||s<arguments.length;){var u;c<t.length&&(!o(t[c])||s>=arguments.length)?u=t[c]:(u=arguments[s],s+=1),n[c]=u,o(u)?a=!0:i-=1,c+=1}return!a&&i<=0?r.apply(this,n):v(Math.max(0,i),b(e,n,r))}}const g=a((function(e,t){return 1===e?c(t):v(e,b(e,[],t))}));const j=c((function(e){return g(e.length,(function(t,r){var n=Array.prototype.slice.call(arguments,0);return n[0]=r,n[1]=t,e.apply(this,n)}))}));function O(e){for(var t,r=[];!(t=e.next()).done;)r.push(t.value);return r}function E(e,t,r){for(var n=0,s=r.length;n<s;){if(e(t,r[n]))return!0;n+=1}return!1}function x(e,t){return Object.prototype.hasOwnProperty.call(t,e)}const S="function"==typeof Object.is?Object.is:function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t};var w=Object.prototype.toString;const A=function(){return"[object Arguments]"===w.call(arguments)?function(e){return"[object Arguments]"===w.call(e)}:function(e){return x("callee",e)}}();var k=!{toString:null}.propertyIsEnumerable("toString"),P=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],_=function(){return arguments.propertyIsEnumerable("length")}(),N=function(e,t){for(var r=0;r<e.length;){if(e[r]===t)return!0;r+=1}return!1},M="function"!=typeof Object.keys||_?c((function(e){if(Object(e)!==e)return[];var t,r,n=[],s=_&&A(e);for(t in e)!x(t,e)||s&&"length"===t||(n[n.length]=t);if(k)for(r=P.length-1;r>=0;)x(t=P[r],e)&&!N(n,t)&&(n[n.length]=t),r-=1;return n})):c((function(e){return Object(e)!==e?[]:Object.keys(e)}));const T=M;const R=c((function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)}));function F(e,t,r,n){var s=O(e);function i(e,t){return V(e,t,r.slice(),n.slice())}return!E((function(e,t){return!E(i,t,e)}),O(t),s)}function V(e,t,r,n){if(S(e,t))return!0;var s,i,o=R(e);if(o!==R(t))return!1;if("function"==typeof e["fantasy-land/equals"]||"function"==typeof t["fantasy-land/equals"])return"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t)&&"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e);if("function"==typeof e.equals||"function"==typeof t.equals)return"function"==typeof e.equals&&e.equals(t)&&"function"==typeof t.equals&&t.equals(e);switch(o){case"Arguments":case"Array":case"Object":if("function"==typeof e.constructor&&"Promise"===(s=e.constructor,null==(i=String(s).match(/^function (\w*)/))?"":i[1]))return e===t;break;case"Boolean":case"Number":case"String":if(typeof e!=typeof t||!S(e.valueOf(),t.valueOf()))return!1;break;case"Date":if(!S(e.valueOf(),t.valueOf()))return!1;break;case"Error":return e.name===t.name&&e.message===t.message;case"RegExp":if(e.source!==t.source||e.global!==t.global||e.ignoreCase!==t.ignoreCase||e.multiline!==t.multiline||e.sticky!==t.sticky||e.unicode!==t.unicode)return!1}for(var c=r.length-1;c>=0;){if(r[c]===e)return n[c]===t;c-=1}switch(o){case"Map":return e.size===t.size&&F(e.entries(),t.entries(),r.concat([e]),n.concat([t]));case"Set":return e.size===t.size&&F(e.values(),t.values(),r.concat([e]),n.concat([t]));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 a=T(e);if(a.length!==T(t).length)return!1;var u=r.concat([e]),l=n.concat([t]);for(c=a.length-1;c>=0;){var f=a[c];if(!x(f,t)||!V(t[f],e[f],u,l))return!1;c-=1}return!0}const C=a((function(e,t){return V(e,t,[],[])}));function I(e,t){return function(e,t,r){var n,s;if("function"==typeof e.indexOf)switch(typeof t){case"number":if(0===t){for(n=1/t;r<e.length;){if(0===(s=e[r])&&1/s===n)return r;r+=1}return-1}if(t!=t){for(;r<e.length;){if("number"==typeof(s=e[r])&&s!=s)return r;r+=1}return-1}return e.indexOf(t,r);case"string":case"boolean":case"function":case"undefined":return e.indexOf(t,r);case"object":if(null===t)return e.indexOf(t,r)}for(;r<e.length;){if(C(e[r],t))return r;r+=1}return-1}(t,e,0)>=0}const L=j(a(I));class D extends i.RP{constructor(e,t,r){super(e,t,r),this.element="annotation"}get code(){return this.attributes.get("code")}set code(e){this.attributes.set("code",e)}}const J=D;class B extends i.RP{constructor(e,t,r){super(e,t,r),this.element="comment"}}const z=B;const $=c((function(e){return function(){return e}}));const q=$(void 0);const U=C(q());class G extends i.ON{constructor(e,t,r){super(e,t,r),this.element="parseResult"}get api(){return this.children.filter((e=>e.classes.contains("api"))).first}get results(){return this.children.filter((e=>e.classes.contains("result")))}get result(){return this.results.first}get annotations(){return this.children.filter((e=>"annotation"===e.element))}get warnings(){return this.children.filter((e=>"annotation"===e.element&&e.classes.contains("warning")))}get errors(){return this.children.filter((e=>"annotation"===e.element&&e.classes.contains("error")))}get isEmpty(){return this.children.reject((e=>"annotation"===e.element)).isEmpty}replaceResult(e){const{result:t}=this;if(U(t))return!1;const r=this.content.findIndex((e=>e===t));return-1!==r&&(this.content[r]=e,!0)}}const K=G;class H extends i.ON{constructor(e,t,r){super(e,t,r),this.element="sourceMap"}get positionStart(){return this.children.filter((e=>e.classes.contains("position"))).get(0)}get positionEnd(){return this.children.filter((e=>e.classes.contains("position"))).get(1)}set position(e){if(null===e)return;const t=new i.ON([e.start.row,e.start.column,e.start.char]),r=new i.ON([e.end.row,e.end.column,e.end.char]);t.classes.push("position"),r.classes.push("position"),this.push(t).push(r)}}const W=H,Y=(e,t)=>"object"==typeof t&&null!==t&&e in t&&"function"==typeof t[e],Q=e=>"object"==typeof e&&null!=e&&"_storedElement"in e&&"string"==typeof e._storedElement&&"_content"in e,X=(e,t)=>"object"==typeof t&&null!==t&&"primitive"in t&&("function"==typeof t.primitive&&t.primitive()===e),Z=(e,t)=>"object"==typeof t&&null!==t&&"classes"in t&&(Array.isArray(t.classes)||t.classes instanceof i.ON)&&t.classes.includes(e),ee=(e,t)=>"object"==typeof t&&null!==t&&"element"in t&&t.element===e,te=e=>e({hasMethod:Y,hasBasicElementProps:Q,primitiveEq:X,isElementType:ee,hasClass:Z}),re=te((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof i.W_||e(r)&&t(void 0,r))),ne=te((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof i.RP||e(r)&&t("string",r))),se=te((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof i.VL||e(r)&&t("number",r))),ie=te((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof i.zr||e(r)&&t("null",r))),oe=te((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof i.hh||e(r)&&t("boolean",r))),ce=te((({hasBasicElementProps:e,primitiveEq:t,hasMethod:r})=>n=>n instanceof i.Sb||e(n)&&t("object",n)&&r("keys",n)&&r("values",n)&&r("items",n))),ae=te((({hasBasicElementProps:e,primitiveEq:t,hasMethod:r})=>n=>n instanceof i.ON&&!(n instanceof i.Sb)||e(n)&&t("array",n)&&r("push",n)&&r("unshift",n)&&r("map",n)&&r("reduce",n))),ue=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof i.c6||e(n)&&t("member",n)&&r(void 0,n))),le=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof i.EA||e(n)&&t("link",n)&&r(void 0,n))),fe=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof i.tK||e(n)&&t("ref",n)&&r(void 0,n))),pe=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof J||e(n)&&t("annotation",n)&&r("array",n))),he=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof z||e(n)&&t("comment",n)&&r("string",n))),me=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof K||e(n)&&t("parseResult",n)&&r("array",n))),ye=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof W||e(n)&&t("sourceMap",n)&&r("array",n))),de=e=>ee("object",e)||ee("array",e)||ee("boolean",e)||ee("number",e)||ee("string",e)||ee("null",e)||ee("member",e),ve=e=>ye(e.meta.get("sourceMap")),be=(e,t)=>{if(0===e.length)return!0;const r=t.attributes.get("symbols");return!!ae(r)&&d(L(r.toValue()),e)},ge=(e,t)=>0===e.length||d(L(t.classes.toValue()),e);function je(e){return"[object String]"===Object.prototype.toString.call(e)}const Oe=a((function(e,t){var r=e<0?t.length+e:e;return je(t)?t.charAt(r):t[r]}));const Ee=Oe(-1);var xe=r(1427);const Se=class extends xe{constructor(e,t,r){if(super(e,t,r),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!=r&&"object"==typeof r&&Object.hasOwn(r,"cause")&&!("cause"in this)){const{cause:e}=r;this.cause=e,e instanceof Error&&"stack"in e&&(this.stack=`${this.stack}\nCAUSE: ${e.stack}`)}}};class we extends Error{static[Symbol.hasInstance](e){return super[Symbol.hasInstance](e)||Function.prototype[Symbol.hasInstance].call(Se,e)}constructor(e,t){if(super(e,t),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!=t&&"object"==typeof t&&Object.hasOwn(t,"cause")&&!("cause"in this)){const{cause:e}=t;this.cause=e,e instanceof Error&&"stack"in e&&(this.stack=`${this.stack}\nCAUSE: ${e.stack}`)}}}const Ae=we;const ke=class extends Ae{};const Pe=class extends ke{};const _e=class extends Array{unknownMediaType="application/octet-stream";filterByFormat(){throw new Pe("filterByFormat method in MediaTypes class is not yet implemented.")}findBy(){throw new Pe("findBy method in MediaTypes class is not yet implemented.")}latest(){throw new Pe("latest method in MediaTypes class is not yet implemented.")}};class Ne extends _e{filterByFormat(e="generic"){const t="generic"===e?"schema;version":e;return this.filter((e=>e.includes(t)))}findBy(e="draft-06",t="generic"){const r="generic"===t?`schema;version=${e}`:`schema+${t};version=${e}`;return this.find((e=>e.includes(r)))||this.unknownMediaType}latest(e="generic"){return Ee(this.filterByFormat(e))}}const Me=new Ne("application/schema;version=draft-06","application/schema+json;version=draft-06","application/schema+yaml;version=draft-06");function Te(e){return function t(r,n,s){switch(arguments.length){case 0:return t;case 1:return o(r)?t:a((function(t,n){return e(r,t,n)}));case 2:return o(r)&&o(n)?t:o(r)?a((function(t,r){return e(t,n,r)})):o(n)?a((function(t,n){return e(r,t,n)})):c((function(t){return e(r,n,t)}));default:return o(r)&&o(n)&&o(s)?t:o(r)&&o(n)?a((function(t,r){return e(t,r,s)})):o(r)&&o(s)?a((function(t,r){return e(t,n,r)})):o(n)&&o(s)?a((function(t,n){return e(r,t,n)})):o(r)?c((function(t){return e(t,n,s)})):o(n)?c((function(t){return e(r,t,s)})):o(s)?c((function(t){return e(r,n,t)})):e(r,n,s)}}}const Re=a((function(e,t){return null==t||t!=t?e:t})),Fe=Number.isInteger||function(e){return e<<0===e};const Ve=a((function(e,t){if(null!=t)return Fe(e)?Oe(e,t):t[e]}));const Ce=Te((function(e,t,r){return Re(e,Ve(t,r))}));const Ie=a((function(e,t){return e.map((function(e){for(var r,n=t,s=0;s<e.length;){if(null==n)return;r=e[s],n=Fe(r)?Oe(r,n):n[r],s+=1}return n}))}));const Le=a((function(e,t){return Ie([e],t)[0]}));function De(e,t){return function(){var r=arguments.length;if(0===r)return t();var n=arguments[r-1];return u(n)||"function"!=typeof n[e]?t.apply(this,arguments):n[e].apply(n,Array.prototype.slice.call(arguments,0,r-1))}}const Je=Te(De("slice",(function(e,t,r){return Array.prototype.slice.call(r,e,t)})));const Be=Je(0,-1);const ze=a((function(e,t){return v(e.length,(function(){return e.apply(t,arguments)}))}));const $e=a((function(e,t){return e.apply(this,t)}));function qe(e,t,r){for(var n=0,s=r.length;n<s;)t=e(t,r[n]),n+=1;return t}const Ue=c((function(e){return!!u(e)||!!e&&("object"==typeof e&&(!je(e)&&(0===e.length||e.length>0&&(e.hasOwnProperty(0)&&e.hasOwnProperty(e.length-1)))))}));var Ge="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator";function Ke(e,t,r){return function(n,s,i){if(Ue(i))return e(n,s,i);if(null==i)return s;if("function"==typeof i["fantasy-land/reduce"])return t(n,s,i,"fantasy-land/reduce");if(null!=i[Ge])return r(n,s,i[Ge]());if("function"==typeof i.next)return r(n,s,i);if("function"==typeof i.reduce)return t(n,s,i,"reduce");throw new TypeError("reduce: list must be array or iterable")}}function He(e,t,r){for(var n=r.next();!n.done;)t=e(t,n.value),n=r.next();return t}function We(e,t,r,n){return r[n](e,t)}const Ye=Ke(qe,We,He);function Qe(e,t){for(var r=0,n=t.length,s=Array(n);r<n;)s[r]=e(t[r]),r+=1;return s}var Xe=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=p,e.prototype["@@transducer/result"]=h,e.prototype["@@transducer/step"]=function(e,t){return this.xf["@@transducer/step"](e,this.f(t))},e}();const Ze=a(l(["fantasy-land/map","map"],(function(e){return function(t){return new Xe(e,t)}}),(function(e,t){switch(Object.prototype.toString.call(t)){case"[object Function]":return g(t.length,(function(){return e.call(this,t.apply(this,arguments))}));case"[object Object]":return qe((function(r,n){return r[n]=e(t[n]),r}),{},T(t));default:return Qe(e,t)}})));const et=a((function(e,t){return"function"==typeof t["fantasy-land/ap"]?t["fantasy-land/ap"](e):"function"==typeof e.ap?e.ap(t):"function"==typeof e?function(r){return e(r)(t(r))}:Ye((function(e,r){return function(e,t){var r;t=t||[];var n=(e=e||[]).length,s=t.length,i=[];for(r=0;r<n;)i[i.length]=e[r],r+=1;for(r=0;r<s;)i[i.length]=t[r],r+=1;return i}(e,Ze(r,t))}),[],e)}));const tt=a((function(e,t){var r=g(e,t);return g(e,(function(){return qe(et,Ze(r,arguments[0]),Array.prototype.slice.call(arguments,1))}))}));const rt=c((function(e){return tt(e.length,e)}));const nt=rt(c((function(e){return!e})));function st(e){return'"'+e.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 it=function(e){return(e<10?"0":"")+e};const ot="function"==typeof Date.prototype.toISOString?function(e){return e.toISOString()}:function(e){return e.getUTCFullYear()+"-"+it(e.getUTCMonth()+1)+"-"+it(e.getUTCDate())+"T"+it(e.getUTCHours())+":"+it(e.getUTCMinutes())+":"+it(e.getUTCSeconds())+"."+(e.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5)+"Z"};function ct(e){return"[object Object]"===Object.prototype.toString.call(e)}var at=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=p,e.prototype["@@transducer/result"]=h,e.prototype["@@transducer/step"]=function(e,t){return this.f(t)?this.xf["@@transducer/step"](e,t):e},e}();function ut(e){return function(t){return new at(e,t)}}const lt=a(l(["fantasy-land/filter","filter"],ut,(function(e,t){return ct(t)?qe((function(r,n){return e(t[n])&&(r[n]=t[n]),r}),{},T(t)):function(e,t){for(var r=0,n=t.length,s=[];r<n;)e(t[r])&&(s[s.length]=t[r]),r+=1;return s}(e,t)})));const ft=a((function(e,t){return lt((r=e,function(){return!r.apply(this,arguments)}),t);var r}));function pt(e,t){var r=function(r){var n=t.concat([e]);return I(r,n)?"<Circular>":pt(r,n)},n=function(e,t){return Qe((function(t){return st(t)+": "+r(e[t])}),t.slice().sort())};switch(Object.prototype.toString.call(e)){case"[object Arguments]":return"(function() { return arguments; }("+Qe(r,e).join(", ")+"))";case"[object Array]":return"["+Qe(r,e).concat(n(e,ft((function(e){return/^\d+$/.test(e)}),T(e)))).join(", ")+"]";case"[object Boolean]":return"object"==typeof e?"new Boolean("+r(e.valueOf())+")":e.toString();case"[object Date]":return"new Date("+(isNaN(e.valueOf())?r(NaN):st(ot(e)))+")";case"[object Map]":return"new Map("+r(Array.from(e))+")";case"[object Null]":return"null";case"[object Number]":return"object"==typeof e?"new Number("+r(e.valueOf())+")":1/e==-1/0?"-0":e.toString(10);case"[object Set]":return"new Set("+r(Array.from(e).sort())+")";case"[object String]":return"object"==typeof e?"new String("+r(e.valueOf())+")":st(e);case"[object Undefined]":return"undefined";default:if("function"==typeof e.toString){var s=e.toString();if("[object Object]"!==s)return s}return"{"+n(e,T(e)).join(", ")+"}"}}const ht=c((function(e){return pt(e,[])}));const mt=a((function(e,t){if(e===t)return t;function r(e,t){if(e>t!=t>e)return t>e?t:e}var n=r(e,t);if(void 0!==n)return n;var s=r(typeof e,typeof t);if(void 0!==s)return s===typeof e?e:t;var i=ht(e),o=r(i,ht(t));return void 0!==o&&o===i?e:t}));const yt=a((function(e,t){return Ze(Ve(e),t)}));function dt(e,t,r){for(var n=0,s=r.length;n<s;){if((t=e["@@transducer/step"](t,r[n]))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}n+=1}return e["@@transducer/result"](t)}function vt(e,t,r){for(var n=r.next();!n.done;){if((t=e["@@transducer/step"](t,n.value))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}n=r.next()}return e["@@transducer/result"](t)}function bt(e,t,r,n){return e["@@transducer/result"](r[n](ze(e["@@transducer/step"],e),t))}const gt=Ke(dt,bt,vt);var jt=function(){function e(e){this.f=e}return e.prototype["@@transducer/init"]=function(){throw new Error("init not implemented on XWrap")},e.prototype["@@transducer/result"]=function(e){return e},e.prototype["@@transducer/step"]=function(e,t){return this.f(e,t)},e}();const Ot=Te((function(e,t,r){return gt("function"==typeof e?new jt(e):e,t,r)}));const Et=c((function(e){return g(Ot(mt,0,yt("length",e)),(function(){for(var t=0,r=e.length;t<r;){if(e[t].apply(this,arguments))return!0;t+=1}return!1}))}));function xt(e,t){return function(){return t.call(this,e.apply(this,arguments))}}const St=c(De("tail",Je(1,1/0)));function wt(){if(0===arguments.length)throw new Error("pipe requires at least one argument");return v(arguments[0].length,Ot(xt,arguments[0],St(arguments)))}var At=function(e,t){switch(arguments.length){case 0:return At;case 1:return function t(r){return 0===arguments.length?t:S(e,r)};default:return S(e,t)}};const kt=At;const Pt=g(1,wt(R,kt("GeneratorFunction")));const _t=g(1,wt(R,kt("AsyncFunction")));const Nt=Et([wt(R,kt("Function")),Pt,_t]);const Mt=nt(Nt);function Tt(e){var t=Object.prototype.toString.call(e);return"[object Function]"===t||"[object AsyncFunction]"===t||"[object GeneratorFunction]"===t||"[object AsyncGeneratorFunction]"===t}const Rt=a((function(e,t){return e&&t}));const Ft=a((function(e,t){return Tt(e)?function(){return e.apply(this,arguments)&&t.apply(this,arguments)}:rt(Rt)(e,t)}));var Vt=c((function(e){return null!=e&&"function"==typeof e["fantasy-land/empty"]?e["fantasy-land/empty"]():null!=e&&null!=e.constructor&&"function"==typeof e.constructor["fantasy-land/empty"]?e.constructor["fantasy-land/empty"]():null!=e&&"function"==typeof e.empty?e.empty():null!=e&&null!=e.constructor&&"function"==typeof e.constructor.empty?e.constructor.empty():u(e)?[]:je(e)?"":ct(e)?{}:A(e)?function(){return arguments}():function(e){var t=Object.prototype.toString.call(e);return"[object Uint8ClampedArray]"===t||"[object Int8Array]"===t||"[object Uint8Array]"===t||"[object Int16Array]"===t||"[object Uint16Array]"===t||"[object Int32Array]"===t||"[object Uint32Array]"===t||"[object Float32Array]"===t||"[object Float64Array]"===t||"[object BigInt64Array]"===t||"[object BigUint64Array]"===t}(e)?e.constructor.from(""):void 0}));const Ct=Vt;const It=c((function(e){return null!=e&&C(e,Ct(e))}));const Lt=g(1,Nt(Array.isArray)?Array.isArray:wt(R,kt("Array")));const Dt=Ft(Lt,It);const Jt=g(3,(function(e,t,r){var n=Le(e,r),s=Le(Be(e),r);if(!Mt(n)&&!Dt(e)){var i=ze(n,s);return $e(i,t)}}));const Bt=Te((function(e,t,r){return e(Le(t,r))}));const zt=C(null);const $t=nt(zt);function qt(e){return qt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},qt(e)}const Ut=function(e){return"object"===qt(e)};const Gt=g(1,Ft($t,Ut));var Kt=wt(R,kt("Object")),Ht=wt(ht,C(ht(Object))),Wt=Bt(Ft(Nt,Ht),["constructor"]);const Yt=g(1,(function(e){if(!Gt(e)||!Kt(e))return!1;var t=Object.getPrototypeOf(e);return!!zt(t)||Wt(t)}));class Qt extends i.lS{constructor(){super(),this.register("annotation",J),this.register("comment",z),this.register("parseResult",K),this.register("sourceMap",W)}}const Xt=new Qt,Zt=e=>{const t=new Qt;return Yt(e)&&t.use(e),t},er=Xt,tr=()=>({predicates:{...e},namespace:er});var rr=r(6591),nr=r.n(rr);const sr=function(){return!1};const ir=g(1,wt(R,kt("String")));const or=class extends Ae{constructor(e,t){if(super(e,t),null!=t&&"object"==typeof t){const{cause:e,...r}=t;Object.assign(this,r)}}},cr=(e,t,r)=>{const n=e[t];if(null!=n){if(!r&&"function"==typeof n)return n;const e=r?n.leave:n.enter;if("function"==typeof e)return e}else{const n=r?e.leave:e.enter;if(null!=n){if("function"==typeof n)return n;const e=n[t];if("function"==typeof e)return e}}return null},ar={},ur=e=>null==e?void 0:e.type,lr=e=>"string"==typeof ur(e),fr=e=>Object.create(Object.getPrototypeOf(e),Object.getOwnPropertyDescriptors(e)),pr=(e,t,{keyMap:r=null,state:n={},breakSymbol:s=ar,deleteNodeSymbol:i=null,skipVisitingNodeSymbol:o=!1,visitFnGetter:c=cr,nodeTypeGetter:a=ur,nodePredicate:u=lr,nodeCloneFn:l=fr,detectCycles:f=!0}={})=>{const p=r||{};let h,m,y=Array.isArray(e),d=[e],v=-1,b=[],g=e;const j=[],O=[];do{v+=1;const e=v===d.length;let r;const x=e&&0!==b.length;if(e){if(r=0===O.length?void 0:j.pop(),g=m,m=O.pop(),x)if(y){g=g.slice();let e=0;for(const[t,r]of b){const n=t-e;r===i?(g.splice(n,1),e+=1):g[n]=r}}else{g=l(g);for(const[e,t]of b)g[e]=t}v=h.index,d=h.keys,b=h.edits,y=h.inArray,h=h.prev}else if(m!==i&&void 0!==m){if(r=y?v:d[v],g=m[r],g===i||void 0===g)continue;j.push(r)}if(O.includes(g))continue;let S;if(!Array.isArray(g)){if(!u(g))throw new or(`Invalid AST Node: ${String(g)}`,{node:g});if(f&&O.includes(g)){j.pop();continue}const i=c(t,a(g),e);if(i){for(const[e,r]of Object.entries(n))t[e]=r;S=i.call(t,g,r,m,j,O)}if(S===s)break;if(S===o){if(!e){j.pop();continue}}else if(void 0!==S&&(b.push([r,S]),!e)){if(!u(S)){j.pop();continue}g=S}}var E;if(void 0===S&&x&&b.push([r,g]),!e)h={inArray:y,index:v,keys:d,edits:b,prev:h},y=Array.isArray(g),d=y?g:null!==(E=p[a(g)])&&void 0!==E?E:[],v=-1,b=[],m!==i&&void 0!==m&&O.push(m),m=g}while(void 0!==h);return 0!==b.length?b.at(-1)[1]:e};pr[Symbol.for("nodejs.util.promisify.custom")]=async(e,t,{keyMap:r=null,state:n={},breakSymbol:s=ar,deleteNodeSymbol:i=null,skipVisitingNodeSymbol:o=!1,visitFnGetter:c=cr,nodeTypeGetter:a=ur,nodePredicate:u=lr,nodeCloneFn:l=fr,detectCycles:f=!0}={})=>{const p=r||{};let h,m,y=Array.isArray(e),d=[e],v=-1,b=[],g=e;const j=[],O=[];do{v+=1;const e=v===d.length;let r;const x=e&&0!==b.length;if(e){if(r=0===O.length?void 0:j.pop(),g=m,m=O.pop(),x)if(y){g=g.slice();let e=0;for(const[t,r]of b){const n=t-e;r===i?(g.splice(n,1),e+=1):g[n]=r}}else{g=l(g);for(const[e,t]of b)g[e]=t}v=h.index,d=h.keys,b=h.edits,y=h.inArray,h=h.prev}else if(m!==i&&void 0!==m){if(r=y?v:d[v],g=m[r],g===i||void 0===g)continue;j.push(r)}let S;if(!Array.isArray(g)){if(!u(g))throw new or(`Invalid AST Node: ${String(g)}`,{node:g});if(f&&O.includes(g)){j.pop();continue}const i=c(t,a(g),e);if(i){for(const[e,r]of Object.entries(n))t[e]=r;S=await i.call(t,g,r,m,j,O)}if(S===s)break;if(S===o){if(!e){j.pop();continue}}else if(void 0!==S&&(b.push([r,S]),!e)){if(!u(S)){j.pop();continue}g=S}}var E;if(void 0===S&&x&&b.push([r,g]),!e)h={inArray:y,index:v,keys:d,edits:b,prev:h},y=Array.isArray(g),d=y?g:null!==(E=p[a(g)])&&void 0!==E?E:[],v=-1,b=[],m!==i&&void 0!==m&&O.push(m),m=g}while(void 0!==h);return 0!==b.length?b.at(-1)[1]:e};const hr=class extends or{constructor(e,t){super(e,t),void 0!==t&&(this.value=t.source)}};const mr=class extends hr{};const yr=class extends hr{},dr=(e,t={})=>{const{visited:r=new WeakMap}=t,n={...t,visited:r};if(r.has(e))return r.get(e);if(e instanceof i.KeyValuePair){const{key:t,value:s}=e,o=re(t)?dr(t,n):t,c=re(s)?dr(s,n):s,a=new i.KeyValuePair(o,c);return r.set(e,a),a}if(e instanceof i.rm){const t=e=>dr(e,n),s=[...e].map(t),o=new i.rm(s);return r.set(e,o),o}if(e instanceof i.O4){const t=e=>dr(e,n),s=[...e].map(t),o=new i.O4(s);return r.set(e,o),o}if(re(e)){const t=gr(e);if(r.set(e,t),e.content)if(re(e.content))t.content=dr(e.content,n);else if(e.content instanceof i.KeyValuePair)t.content=dr(e.content,n);else if(Array.isArray(e.content)){const r=e=>dr(e,n);t.content=e.content.map(r)}else t.content=e.content;else t.content=e.content;return t}throw new mr("Value provided to cloneDeep function couldn't be cloned",{value:e})};dr.safe=e=>{try{return dr(e)}catch{return e}};const vr=e=>{const{key:t,value:r}=e;return new i.KeyValuePair(t,r)},br=e=>{const t=new e.constructor;if(t.element=e.element,e.meta.length>0&&(t._meta=dr(e.meta)),e.attributes.length>0&&(t._attributes=dr(e.attributes)),re(e.content)){const r=e.content;t.content=br(r)}else Array.isArray(e.content)?t.content=[...e.content]:e.content instanceof i.KeyValuePair?t.content=vr(e.content):t.content=e.content;return t},gr=e=>{if(e instanceof i.KeyValuePair)return vr(e);if(e instanceof i.rm)return(e=>{const t=[...e];return new i.rm(t)})(e);if(e instanceof i.O4)return(e=>{const t=[...e];return new i.O4(t)})(e);if(re(e))return br(e);throw new yr("Value provided to cloneShallow function couldn't be cloned",{value:e})};gr.safe=e=>{try{return gr(e)}catch{return e}};const jr=e=>ce(e)?"ObjectElement":ae(e)?"ArrayElement":ue(e)?"MemberElement":ne(e)?"StringElement":oe(e)?"BooleanElement":se(e)?"NumberElement":ie(e)?"NullElement":le(e)?"LinkElement":fe(e)?"RefElement":void 0,Or=e=>re(e)?gr(e):fr(e),Er=wt(jr,ir),xr={ObjectElement:["content"],ArrayElement:["content"],MemberElement:["key","value"],StringElement:[],BooleanElement:[],NumberElement:[],NullElement:[],RefElement:[],LinkElement:[],Annotation:[],Comment:[],ParseResultElement:["content"],SourceMap:["content"]},Sr=(rr({props:{result:[],predicate:sr,returnOnTrue:void 0,returnOnFalse:void 0},init({predicate:e=this.predicate,returnOnTrue:t=this.returnOnTrue,returnOnFalse:r=this.returnOnFalse}={}){this.result=[],this.predicate=e,this.returnOnTrue=t,this.returnOnFalse=r},methods:{enter(e){return this.predicate(e)?(this.result.push(e),this.returnOnTrue):this.returnOnFalse}}}),(e,t,{keyMap:r=xr,...n}={})=>pr(e,t,{keyMap:r,nodeTypeGetter:jr,nodePredicate:Er,nodeCloneFn:Or,...n}));Sr[Symbol.for("nodejs.util.promisify.custom")]=async(e,t,{keyMap:r=xr,...n}={})=>pr[Symbol.for("nodejs.util.promisify.custom")](e,t,{keyMap:r,nodeTypeGetter:jr,nodePredicate:Er,nodeCloneFn:Or,...n});const wr=(e,t,r={})=>{if(0===t.length)return e;const n=Ce(tr,"toolboxCreator",r),s=Ce({},"visitorOptions",r),i=Ce(jr,"nodeTypeGetter",s),o=n(),c=t.map((e=>e(o))),a=((e,{visitFnGetter:t=cr,nodeTypeGetter:r=ur}={})=>{const n=new Array(e.length).fill(null);return{enter(s,...i){for(let o=0;o<e.length;o+=1)if(null===n[o]){const c=t(e[o],r(s),!1);if("function"==typeof c){const t=c.call(e[o],s,...i);if(!1===t)n[o]=s;else if(t===ar)n[o]=ar;else if(void 0!==t)return t}}},leave(s,...i){for(let o=0;o<e.length;o+=1)if(null===n[o]){const c=t(e[o],r(s),!0);if("function"==typeof c){const t=c.call(e[o],s,...i);if(t===ar)n[o]=ar;else if(void 0!==t&&!1!==t)return t}}else n[o]===s&&(n[o]=null)}}})(c.map(Ce({},"visitor")),{nodeTypeGetter:i});c.forEach(Jt(["pre"],[]));const u=Sr(e,a,s);return c.forEach(Jt(["post"],[])),u},Ar=(e,{Type:t,plugins:r=[]})=>{const n=new t(e);return wr(n,r,{toolboxCreator:tr,visitorOptions:{nodeTypeGetter:jr}})},kr=e=>(t,r={})=>Ar(t,{...r,Type:e});i.Sb.refract=kr(i.Sb),i.ON.refract=kr(i.ON),i.RP.refract=kr(i.RP),i.hh.refract=kr(i.hh),i.zr.refract=kr(i.zr),i.VL.refract=kr(i.VL),i.EA.refract=kr(i.EA),i.tK.refract=kr(i.tK),J.refract=kr(J),z.refract=kr(z),K.refract=kr(K),W.refract=kr(W);class Pr extends i.Sb{constructor(e,t,r){super(e,t,r),this.element="JSONSchemaDraft4"}get idProp(){return this.get("id")}set idProp(e){this.set("id",e)}get $schema(){return this.get("$schema")}set $schema(e){this.set("idProp",e)}get multipleOf(){return this.get("multipleOf")}set multipleOf(e){this.set("multipleOf",e)}get maximum(){return this.get("maximum")}set maximum(e){this.set("maximum",e)}get exclusiveMaximum(){return this.get("exclusiveMaximum")}set exclusiveMaximum(e){this.set("exclusiveMaximum",e)}get minimum(){return this.get("minimum")}set minimum(e){this.set("minimum",e)}get exclusiveMinimum(){return this.get("exclusiveMinimum")}set exclusiveMinimum(e){this.set("exclusiveMinimum",e)}get maxLength(){return this.get("maxLength")}set maxLength(e){this.set("maxLength",e)}get minLength(){return this.get("minLength")}set minLength(e){this.set("minLength",e)}get pattern(){return this.get("pattern")}set pattern(e){this.set("pattern",e)}get additionalItems(){return this.get("additionalItems")}set additionalItems(e){this.set("additionalItems",e)}get items(){return this.get("items")}set items(e){this.set("items",e)}get maxItems(){return this.get("maxItems")}set maxItems(e){this.set("maxItems",e)}get minItems(){return this.get("minItems")}set minItems(e){this.set("minItems",e)}get uniqueItems(){return this.get("uniqueItems")}set uniqueItems(e){this.set("uniqueItems",e)}get maxProperties(){return this.get("maxProperties")}set maxProperties(e){this.set("maxProperties",e)}get minProperties(){return this.get("minProperties")}set minProperties(e){this.set("minProperties",e)}get required(){return this.get("required")}set required(e){this.set("required",e)}get properties(){return this.get("properties")}set properties(e){this.set("properties",e)}get additionalProperties(){return this.get("additionalProperties")}set additionalProperties(e){this.set("additionalProperties",e)}get patternProperties(){return this.get("patternProperties")}set patternProperties(e){this.set("patternProperties",e)}get dependencies(){return this.get("dependencies")}set dependencies(e){this.set("dependencies",e)}get enum(){return this.get("enum")}set enum(e){this.set("enum",e)}get type(){return this.get("type")}set type(e){this.set("type",e)}get allOf(){return this.get("allOf")}set allOf(e){this.set("allOf",e)}get anyOf(){return this.get("anyOf")}set anyOf(e){this.set("anyOf",e)}get oneOf(){return this.get("oneOf")}set oneOf(e){this.set("oneOf",e)}get not(){return this.get("not")}set not(e){this.set("not",e)}get definitions(){return this.get("definitions")}set definitions(e){this.set("definitions",e)}get title(){return this.get("title")}set title(e){this.set("title",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get default(){return this.get("default")}set default(e){this.set("default",e)}get format(){return this.get("format")}set format(e){this.set("format",e)}get base(){return this.get("base")}set base(e){this.set("base",e)}get links(){return this.get("links")}set links(e){this.set("links",e)}get media(){return this.get("media")}set media(e){this.set("media",e)}get readOnly(){return this.get("readOnly")}set readOnly(e){this.set("readOnly",e)}}const _r=Pr;class Nr extends i.Sb{constructor(e,t,r){super(e,t,r),this.element="JSONReference",this.classes.push("json-reference")}get $ref(){return this.get("$ref")}set $ref(e){this.set("$ref",e)}}const Mr=Nr;class Tr extends i.Sb{constructor(e,t,r){super(e,t,r),this.element="media"}get binaryEncoding(){return this.get("binaryEncoding")}set binaryEncoding(e){this.set("binaryEncoding",e)}get type(){return this.get("type")}set type(e){this.set("type",e)}}const Rr=Tr;class Fr extends i.Sb{constructor(e,t,r){super(e,t,r),this.element="linkDescription"}get href(){return this.get("href")}set href(e){this.set("href",e)}get rel(){return this.get("rel")}set rel(e){this.set("rel",e)}get title(){return this.get("title")}set title(e){this.set("title",e)}get targetSchema(){return this.get("targetSchema")}set targetSchema(e){this.set("targetSchema",e)}get mediaType(){return this.get("mediaType")}set mediaType(e){this.set("mediaType",e)}get method(){return this.get("method")}set method(e){this.set("method",e)}get encType(){return this.get("encType")}set encType(e){this.set("encType",e)}get schema(){return this.get("schema")}set schema(e){this.set("schema",e)}}const Vr=Fr;const Cr=a((function(e,t){return qe((function(r,n){return r[n]=e(t[n],n,t),r}),{},T(t))}));const Ir=c((function(e){return null==e}));const Lr=a((function(e,t){if(0===e.length||Ir(t))return!1;for(var r=t,n=0;n<e.length;){if(Ir(r)||!x(e[n],r))return!1;r=r[e[n]],n+=1}return!0}));var Dr=a((function(e,t){return Lr([e],t)}));const Jr=Dr;const Br=Te((function(e,t,r){return e(Ve(t,r))}));const zr=c((function(e){return g(e.length,e)}));const $r=a((function(e,t){return g(e+1,(function(){var r=arguments[e];if(null!=r&&Tt(r[t]))return r[t].apply(r,Array.prototype.slice.call(arguments,0,e));throw new TypeError(ht(r)+' does not have a method named "'+t+'"')}))}));const qr=$r(1,"split");var Ur=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=p,e.prototype["@@transducer/result"]=h,e.prototype["@@transducer/step"]=function(e,t){if(this.f){if(this.f(t))return e;this.f=null}return this.xf["@@transducer/step"](e,t)},e}();function Gr(e){return function(t){return new Ur(e,t)}}const Kr=a(l(["dropWhile"],Gr,(function(e,t){for(var r=0,n=t.length;r<n&&e(t[r]);)r+=1;return Je(r,1/0,t)})));const Hr=$r(1,"join");const Wr=zr((function(e,t){return wt(qr(""),Kr(L(e)),Hr(""))(t)})),Yr=(e,t)=>{const r=Re(e,t);return Cr((e=>{if(Yt(e)&&Jr("$ref",e)&&Br(ir,"$ref",e)){const t=Le(["$ref"],e),n=Wr("#/",t);return Le(n.split("/"),r)}return Yt(e)?Yr(e,r):e}),e)},Qr=rr({props:{element:null},methods:{copyMetaAndAttributes(e,t){ve(e)&&t.meta.set("sourceMap",e.meta.get("sourceMap"))}}}),Xr=rr(Qr,{methods:{enter(e){return this.element=dr(e),ar}}});const Zr=$(q());const en=function(){return!0},tn=e=>"string"==typeof(null==e?void 0:e.type)?e.type:jr(e),rn={EphemeralObject:["content"],EphemeralArray:["content"],...xr},nn=(e,t,{keyMap:r=rn,...n}={})=>Sr(e,t,{keyMap:r,nodeTypeGetter:tn,nodePredicate:en,detectCycles:!1,deleteNodeSymbol:Symbol.for("delete-node"),skipVisitingNodeSymbol:Symbol.for("skip-visiting-node"),...n});nn[Symbol.for("nodejs.util.promisify.custom")]=async(e,{keyMap:t=rn,...r}={})=>Sr[Symbol.for("nodejs.util.promisify.custom")](e,visitor,{keyMap:t,nodeTypeGetter:tn,nodePredicate:en,detectCycles:!1,deleteNodeSymbol:Symbol.for("delete-node"),skipVisitingNodeSymbol:Symbol.for("skip-visiting-node"),...r});const sn=class{type="EphemeralArray";content=[];reference=void 0;constructor(e){this.content=e,this.reference=[]}toReference(){return this.reference}toArray(){return this.reference.push(...this.content),this.reference}};const on=class{type="EphemeralObject";content=[];reference=void 0;constructor(e){this.content=e,this.reference={}}toReference(){return this.reference}toObject(){return Object.assign(this.reference,Object.fromEntries(this.content))}},cn=rr.init((function(){const e=new WeakMap;this.BooleanElement=function(e){return e.toValue()},this.NumberElement=function(e){return e.toValue()},this.StringElement=function(e){return e.toValue()},this.NullElement=function(){return null},this.ObjectElement={enter(t){if(e.has(t))return e.get(t).toReference();const r=new on(t.content);return e.set(t,r),r}},this.EphemeralObject={leave:e=>e.toObject()},this.MemberElement={enter:e=>[e.key,e.value]},this.ArrayElement={enter(t){if(e.has(t))return e.get(t).toReference();const r=new sn(t.content);return e.set(t,r),r}},this.EphemeralArray={leave:e=>e.toArray()}})),an=e=>re(e)?ne(e)||se(e)||oe(e)||ie(e)?e.toValue():nn(e,cn()):e;const un=a((function(e,t){for(var r={},n=0;n<e.length;)e[n]in t&&(r[e[n]]=t[e[n]]),n+=1;return r})),ln=e=>{if(re(e))return`${e.element.charAt(0).toUpperCase()+e.element.slice(1)}Element`},fn={JSONSchemaDraft4Element:["content"],JSONReferenceElement:["content"],MediaElement:["content"],LinkDescriptionElement:["content"],...xr},pn=rr(Qr,{props:{specObj:null,passingOptionsNames:["specObj"]},init({specObj:e=this.specObj}){this.specObj=e},methods:{retrievePassingOptions(){return un(this.passingOptionsNames,this)},retrieveFixedFields(e){const t=Le(["visitors",...e,"fixedFields"],this.specObj);return"object"==typeof t&&null!==t?Object.keys(t):[]},retrieveVisitor(e){return Bt(Nt,["visitors",...e],this.specObj)?Le(["visitors",...e],this.specObj):Le(["visitors",...e,"$visitor"],this.specObj)},retrieveVisitorInstance(e,t={}){const r=this.retrievePassingOptions();return this.retrieveVisitor(e)({...r,...t})},toRefractedElement(e,t,r={}){const n=this.retrieveVisitorInstance(e,r),s=Object.getPrototypeOf(n);return U(this.fallbackVisitorPrototype)&&(this.fallbackVisitorPrototype=Object.getPrototypeOf(this.retrieveVisitorInstance(["value"]))),this.fallbackVisitorPrototype===s?dr(t):(Sr(t,n,{keyMap:fn,nodeTypeGetter:ln,...r}),n.element)}}}),hn=rr(pn,{props:{specPath:Zr,ignoredFields:[]},init({specPath:e=this.specPath,ignoredFields:t=this.ignoredFields}={}){this.specPath=e,this.ignoredFields=t},methods:{ObjectElement(e){const t=this.specPath(e),r=this.retrieveFixedFields(t);return e.forEach(((e,n,s)=>{if(ne(n)&&r.includes(an(n))&&!this.ignoredFields.includes(an(n))){const r=this.toRefractedElement([...t,"fixedFields",an(n)],e),o=new i.c6(dr(n),r);this.copyMetaAndAttributes(s,o),o.classes.push("fixed-field"),this.element.content.push(o)}else this.ignoredFields.includes(an(n))||this.element.content.push(dr(s))})),this.copyMetaAndAttributes(e,this.element),ar}}}),mn=rr(hn,Xr,{props:{specPath:$(["document","objects","JSONSchema"])},init(){this.element=new _r}}),yn=Xr,dn=Xr,vn=Xr,bn=Xr,gn=Xr,jn=Xr,On=Xr,En=Xr,xn=Xr,Sn=Xr,wn=rr({props:{parent:null},init({parent:e=this.parent}){this.parent=e,this.passingOptionsNames=[...this.passingOptionsNames,"parent"]}}),An=e=>ce(e)&&e.hasKey("$ref"),kn=rr(pn,wn,Xr,{methods:{ObjectElement(e){const t=An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"];return this.element=this.toRefractedElement(t,e),ar},ArrayElement(e){return this.element=new i.ON,this.element.classes.push("json-schema-items"),e.forEach((e=>{const t=An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),ar}}}),Pn=Xr,_n=Xr,Nn=Xr,Mn=Xr,Tn=Xr,Rn=rr(Xr,{methods:{ArrayElement(e){return this.element=dr(e),this.element.classes.push("json-schema-required"),ar}}});const Fn=c((function(e){return g(Ot(mt,0,yt("length",e)),(function(){for(var t=0,r=e.length;t<r;){if(!e[t].apply(this,arguments))return!1;t+=1}return!0}))}));const Vn=a((function(e,t){return e||t}));const Cn=nt(g(1,Ft($t,a((function(e,t){return Tt(e)?function(){return e.apply(this,arguments)||t.apply(this,arguments)}:rt(Vn)(e,t)}))(Ut,Nt))));const In=nt(It);const Ln=Fn([ir,Cn,In]),Dn=rr(pn,{props:{fieldPatternPredicate:sr,specPath:Zr,ignoredFields:[]},init({specPath:e=this.specPath,ignoredFields:t=this.ignoredFields}={}){this.specPath=e,this.ignoredFields=t},methods:{ObjectElement(e){return e.forEach(((e,t,r)=>{if(!this.ignoredFields.includes(an(t))&&this.fieldPatternPredicate(an(t))){const n=this.specPath(e),s=this.toRefractedElement(n,e),o=new i.c6(dr(t),s);this.copyMetaAndAttributes(r,o),o.classes.push("patterned-field"),this.element.content.push(o)}else this.ignoredFields.includes(an(t))||this.element.content.push(dr(r))})),this.copyMetaAndAttributes(e,this.element),ar}}}),Jn=rr(Dn,{props:{fieldPatternPredicate:Ln}}),Bn=rr(Jn,wn,Xr,{props:{specPath:e=>An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]},init(){this.element=new i.Sb,this.element.classes.push("json-schema-properties")}}),zn=rr(Jn,wn,Xr,{props:{specPath:e=>An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]},init(){this.element=new i.Sb,this.element.classes.push("json-schema-patternProperties")}}),$n=rr(Jn,wn,Xr,{props:{specPath:e=>An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]},init(){this.element=new i.Sb,this.element.classes.push("json-schema-dependencies")}}),qn=rr(Xr,{methods:{ArrayElement(e){return this.element=dr(e),this.element.classes.push("json-schema-enum"),ar}}}),Un=rr(Xr,{methods:{StringElement(e){return this.element=dr(e),this.element.classes.push("json-schema-type"),ar},ArrayElement(e){return this.element=dr(e),this.element.classes.push("json-schema-type"),ar}}}),Gn=rr(pn,wn,Xr,{init(){this.element=new i.ON,this.element.classes.push("json-schema-allOf")},methods:{ArrayElement(e){return e.forEach((e=>{const t=An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),ar}}}),Kn=rr(pn,wn,Xr,{init(){this.element=new i.ON,this.element.classes.push("json-schema-anyOf")},methods:{ArrayElement(e){return e.forEach((e=>{const t=An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),ar}}}),Hn=rr(pn,wn,Xr,{init(){this.element=new i.ON,this.element.classes.push("json-schema-oneOf")},methods:{ArrayElement(e){return e.forEach((e=>{const t=An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),ar}}}),Wn=rr(Jn,wn,Xr,{props:{specPath:e=>An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]},init(){this.element=new i.Sb,this.element.classes.push("json-schema-definitions")}}),Yn=Xr,Qn=Xr,Xn=Xr,Zn=Xr,es=Xr,ts=rr(pn,wn,Xr,{init(){this.element=new i.ON,this.element.classes.push("json-schema-links")},methods:{ArrayElement(e){return e.forEach((e=>{const t=this.toRefractedElement(["document","objects","LinkDescription"],e);this.element.push(t)})),this.copyMetaAndAttributes(e,this.element),ar}}}),rs=Xr,ns=rr(hn,Xr,{props:{specPath:$(["document","objects","JSONReference"])},init(){this.element=new Mr},methods:{ObjectElement(e){const t=hn.compose.methods.ObjectElement.call(this,e);return ne(this.element.$ref)&&this.element.classes.push("reference-element"),t}}}),ss=rr(Xr,{methods:{StringElement(e){return this.element=dr(e),this.element.classes.push("reference-value"),ar}}});const is=Te((function(e,t,r){return g(Math.max(e.length,t.length,r.length),(function(){return e.apply(this,arguments)?t.apply(this,arguments):r.apply(this,arguments)}))}));const os=c((function(e){return function(t,r){return e(t,r)?-1:e(r,t)?1:0}}));var cs=a((function(e,t){return Array.prototype.slice.call(t,0).sort(e)}));const as=cs;const us=Oe(0);const ls=c(f);const fs=nt(Ir);const ps=Ft(Lt,In);function hs(e){return function(e){if(Array.isArray(e))return ms(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return ms(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return ms(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ms(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var ys=wt(as(os((function(e,t){return e.length>t.length}))),us,Ve("length")),ds=zr((function(e,t,r){var n=r.apply(void 0,hs(e));return fs(n)?ls(n):t}));const vs=is(ps,(function(e){var t=ys(e);return g(t,(function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return Ot(ds(r),void 0,e)}))}),q),bs=rr(pn,{props:{alternator:[]},methods:{enter(e){const t=this.alternator.map((({predicate:e,specPath:t})=>is(e,$(t),q))),r=vs(t)(e);return this.element=this.toRefractedElement(r,e),ar}}}),gs=rr(bs,{props:{alternator:[{predicate:An,specPath:["document","objects","JSONReference"]},{predicate:en,specPath:["document","objects","JSONSchema"]}]}}),js=rr(hn,Xr,{props:{specPath:$(["document","objects","Media"])},init(){this.element=new Rr}}),Os=Xr,Es=Xr,xs=rr(hn,Xr,{props:{specPath:$(["document","objects","LinkDescription"])},init(){this.element=new Vr}}),Ss={visitors:{value:Xr,JSONSchemaOrJSONReferenceVisitor:gs,document:{objects:{JSONSchema:{$visitor:mn,fixedFields:{id:yn,$schema:dn,multipleOf:vn,maximum:bn,exclusiveMaximum:gn,minimum:jn,exclusiveMinimum:On,maxLength:En,minLength:xn,pattern:Sn,additionalItems:gs,items:kn,maxItems:Pn,minItems:_n,uniqueItems:Nn,maxProperties:Mn,minProperties:Tn,required:Rn,properties:Bn,additionalProperties:gs,patternProperties:zn,dependencies:$n,enum:qn,type:Un,allOf:Gn,anyOf:Kn,oneOf:Hn,not:gs,definitions:Wn,title:Yn,description:Qn,default:Xn,format:Zn,base:es,links:ts,media:{$ref:"#/visitors/document/objects/Media"},readOnly:rs}},JSONReference:{$visitor:ns,fixedFields:{$ref:ss}},Media:{$visitor:js,fixedFields:{binaryEncoding:Os,type:Es}},LinkDescription:{$visitor:xs,fixedFields:{href:Xr,rel:Xr,title:Xr,targetSchema:gs,mediaType:Xr,method:Xr,encType:Xr,schema:gs}}}}}},ws=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof _r||e(n)&&t("JSONSchemaDraft4",n)&&r("object",n))),As=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Mr||e(n)&&t("JSONReference",n)&&r("object",n))),ks=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Rr||e(n)&&t("media",n)&&r("object",n))),Ps=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Vr||e(n)&&t("linkDescription",n)&&r("object",n))),_s={namespace:e=>{const{base:t}=e;return t.register("jSONSchemaDraft4",_r),t.register("jSONReference",Mr),t.register("media",Rr),t.register("linkDescription",Vr),t}},Ns=()=>{const e=Zt(_s);return{predicates:{...t,isStringElement:ne},namespace:e}},Ms=(e,{specPath:t=["visitors","document","objects","JSONSchema","$visitor"],plugins:r=[],specificationObj:n=Ss}={})=>{const s=(0,i.Qc)(e),o=Yr(n),c=Jt(t,[],o);return Sr(s,c,{state:{specObj:o}}),wr(c.element,r,{toolboxCreator:Ns,visitorOptions:{keyMap:fn,nodeTypeGetter:ln}})},Ts=e=>(t,r={})=>Ms(t,{specPath:e,...r});_r.refract=Ts(["visitors","document","objects","JSONSchema","$visitor"]),Mr.refract=Ts(["visitors","document","objects","JSONReference","$visitor"]),Rr.refract=Ts(["visitors","document","objects","Media","$visitor"]),Vr.refract=Ts(["visitors","document","objects","LinkDescription","$visitor"]);const Rs=class extends _r{constructor(e,t,r){super(e,t,r),this.element="JSONSchemaDraft6"}get idProp(){throw new ke("id keyword from Core vocabulary has been renamed to $id.")}set idProp(e){throw new ke("id keyword from Core vocabulary has been renamed to $id.")}get $id(){return this.get("$id")}set $id(e){this.set("$id",e)}get exclusiveMaximum(){return this.get("exclusiveMaximum")}set exclusiveMaximum(e){this.set("exclusiveMaximum",e)}get exclusiveMinimum(){return this.get("exclusiveMinimum")}set exclusiveMinimum(e){this.set("exclusiveMinimum",e)}get containsProp(){return this.get("contains")}set containsProp(e){this.set("contains",e)}get items(){return this.get("items")}set items(e){this.set("items",e)}get propertyNames(){return this.get("propertyNames")}set propertyNames(e){this.set("propertyNames",e)}get const(){return this.get("const")}set const(e){this.set("const",e)}get not(){return this.get("not")}set not(e){this.set("not",e)}get examples(){return this.get("examples")}set examples(e){this.set("examples",e)}};const Fs=class extends Vr{get hrefSchema(){return this.get("hrefSchema")}set hrefSchema(e){this.set("hrefSchema",e)}get targetSchema(){return this.get("targetSchema")}set targetSchema(e){this.set("targetSchema",e)}get schema(){throw new ke("schema keyword from Hyper-Schema vocabulary has been renamed to submissionSchema.")}set schema(e){throw new ke("schema keyword from Hyper-Schema vocabulary has been renamed to submissionSchema.")}get submissionSchema(){return this.get("submissionSchema")}set submissionSchema(e){this.set("submissionSchema",e)}get method(){throw new ke("method keyword from Hyper-Schema vocabulary has been removed.")}set method(e){throw new ke("method keyword from Hyper-Schema vocabulary has been removed.")}get encType(){throw new ke("encType keyword from Hyper-Schema vocabulary has been renamed to submissionEncType.")}set encType(e){throw new ke("encType keyword from Hyper-Schema vocabulary has been renamed to submissionEncType.")}get submissionEncType(){return this.get("submissionEncType")}set submissionEncType(e){this.set("submissionEncType",e)}},Vs={namespace:e=>{const{base:t}=e;return t.register("jSONSchemaDraft6",Rs),t.register("jSONReference",Mr),t.register("media",Rr),t.register("linkDescription",Fs),t}},Cs=e=>{if(re(e))return`${e.element.charAt(0).toUpperCase()+e.element.slice(1)}Element`},Is={JSONSchemaDraft6Element:["content"],JSONReferenceElement:["content"],MediaElement:["content"],LinkDescriptionElement:["content"],...xr},Ls=e=>ne(e)&&ge(["yaml-e-node","yaml-e-scalar"],e),Ds={JSONSchemaDraft6Element:{additionalItems:(...e)=>new Rs(...e),items:(...e)=>new Rs(...e),contains:(...e)=>new Rs(...e),required(...e){const t=new i.ON(...e);return t.classes.push("json-schema-required"),t},properties(...e){const t=new i.Sb(...e);return t.classes.push("json-schema-properties"),t},additionalProperties:(...e)=>new Rs(...e),patternProperties(...e){const t=new i.Sb(...e);return t.classes.push("json-schema-patternProperties"),t},dependencies(...e){const t=new i.Sb(...e);return t.classes.push("json-schema-dependencies"),t},propertyNames:(...e)=>new Rs(...e),enum(...e){const t=new i.ON(...e);return t.classes.push("json-schema-enum"),t},allOf(...e){const t=new i.ON(...e);return t.classes.push("json-schema-allOf"),t},anyOf(...e){const t=new i.ON(...e);return t.classes.push("json-schema-anyOf"),t},oneOf(...e){const t=new i.ON(...e);return t.classes.push("json-schema-oneOf"),t},not:(...e)=>new Rs(...e),definitions(...e){const t=new i.Sb(...e);return t.classes.push("json-schema-definitions"),t},examples(...e){const t=new i.ON(...e);return t.classes.push("json-schema-examples"),t},links(...e){const t=new i.ON(...e);return t.classes.push("json-schema-links"),t},media:(...e)=>new Rr(...e)},LinkDescriptionElement:{hrefSchema:(...e)=>new Rs(...e),targetSchema:(...e)=>new Rs(...e),submissionSchema:(...e)=>new Rs(...e)},"json-schema-properties":{"[key: *]":function(...e){return new Rs(...e)}},"json-schema-patternProperties":{"[key: *]":function(...e){return new Rs(...e)}},"json-schema-dependencies":{"[key: *]":function(...e){return new Rs(...e)}},"json-schema-allOf":{"<*>":function(...e){return new Rs(...e)}},"json-schema-anyOf":{"<*>":function(...e){return new Rs(...e)}},"json-schema-oneOf":{"<*>":function(...e){return new Rs(...e)}},"json-schema-definitions":{"[key: *]":function(...e){return new Rs(...e)}},"json-schema-links":{"<*>":function(...e){return new Fs(...e)}}},Js=(e,t)=>{const r=Cs(e),n=Ds[r]||Ds[an(e.classes.first)];return void 0===n?void 0:Object.prototype.hasOwnProperty.call(n,"[key: *]")?n["[key: *]"]:n[t]},Bs=()=>()=>({visitor:{MemberElement(e,...t){if(!Ls(e.value))return;const[,,,r]=t,n=r.at(-1),s=Js(n,an(e.key));if(void 0===s)return;const o=e.value;return new i.c6(e.key,s.call({context:n},void 0,dr(o.meta),dr(o.attributes)),dr(e.meta),dr(e.attributes))},StringElement(e,...t){if(!Ls(e))return;const[,,,r]=t,n=r.at(-1);if(!ae(n))return;const s=Js(n,"<*>");return void 0!==s?s.call({context:e},void 0,dr(e.meta),dr(e.attributes)):void 0}}});var zs=Te((function e(t,r,n){if(0===t.length)return r;var s=t[0];if(t.length>1){var i=!Ir(n)&&x(s,n)&&"object"==typeof n[s]?n[s]:Fe(t[1])?[]:{};r=e(Array.prototype.slice.call(t,1),r,i)}return function(e,t,r){if(Fe(e)&&u(r)){var n=[].concat(r);return n[e]=t,n}var s={};for(var i in r)s[i]=r[i];return s[e]=t,s}(s,r,n)}));const $s=zs;const qs=Te((function(e,t,r){var n=Array.prototype.slice.call(r,0);return n.splice(e,t),n}));var Us=Te((function(e,t,r){return $s([e],t,r)}));const Gs=Us;var Ks=a((function e(t,r){if(null==r)return r;switch(t.length){case 0:return r;case 1:return function(e,t){if(null==t)return t;if(Fe(e)&&u(t))return qs(e,1,t);var r={};for(var n in t)r[n]=t[n];return delete r[e],r}(t[0],r);default:var n=t[0],s=Array.prototype.slice.call(t,1);return null==r[n]?function(e,t){if(Fe(e)&&u(t))return[].concat(t);var r={};for(var n in t)r[n]=t[n];return r}(n,r):Gs(n,e(s,r[n]),r)}}));const Hs=Ks,Ws=nr()(hn,Xr,{props:{specPath:$(["document","objects","JSONSchema"])},methods:{ObjectElement(e){return this.element=new Rs,hn.compose.methods.ObjectElement.call(this,e)},BooleanElement(e){return this.element=dr(e),this.element.classes.push("boolean-json-schema"),ar}}}),Ys=Xr,Qs=nr()(pn,wn,Xr,{methods:{ObjectElement(e){const t=An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"];return this.element=this.toRefractedElement(t,e),ar},ArrayElement(e){return this.element=new i.ON,this.element.classes.push("json-schema-items"),e.forEach((e=>{const t=An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),ar},BooleanElement(e){return this.element=this.toRefractedElement(["document","objects","JSONSchema"],e),ar}}}),Xs=Xr,Zs=nr()(Xr,{methods:{ArrayElement(e){return this.element=dr(e),this.element.classes.push("json-schema-examples"),ar}}}),ei=nr()(hn,Xr,{props:{specPath:$(["document","objects","LinkDescription"])},init(){this.element=new Fs}}),ti=Xr,ri=wt($s(["visitors","document","objects","JSONSchema","$visitor"],Ws),Hs(["visitors","document","objects","JSONSchema","fixedFields","id"]),$s(["visitors","document","objects","JSONSchema","fixedFields","$id"],Ys),$s(["visitors","document","objects","JSONSchema","fixedFields","contains"],Ss.visitors.JSONSchemaOrJSONReferenceVisitor),$s(["visitors","document","objects","JSONSchema","fixedFields","items"],Qs),$s(["visitors","document","objects","JSONSchema","fixedFields","propertyNames"],Ss.visitors.JSONSchemaOrJSONReferenceVisitor),$s(["visitors","document","objects","JSONSchema","fixedFields","const"],Xs),$s(["visitors","document","objects","JSONSchema","fixedFields","examples"],Zs),$s(["visitors","document","objects","LinkDescription","$visitor"],ei),$s(["visitors","document","objects","LinkDescription","fixedFields","hrefSchema"],Ss.visitors.JSONSchemaOrJSONReferenceVisitor),Hs(["visitors","document","objects","LinkDescription","fixedFields","schema"]),$s(["visitors","document","objects","LinkDescription","fixedFields","submissionSchema"],Ss.visitors.JSONSchemaOrJSONReferenceVisitor),Hs(["visitors","document","objects","LinkDescription","fixedFields","method"]),Hs(["visitors","document","objects","LinkDescription","fixedFields","encType"]),$s(["visitors","document","objects","LinkDescription","fixedFields","submissionEncType"],ti))(Ss),ni=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Rs||e(n)&&t("JSONSchemaDraft6",n)&&r("object",n))),si=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Fs||e(n)&&t("linkDescription",n)&&r("object",n))),ii=()=>{const e=Zt(Vs);return{predicates:{...s,isStringElement:ne},namespace:e}},oi=(e,{specPath:t=["visitors","document","objects","JSONSchema","$visitor"],plugins:r=[],specificationObj:n=ri}={})=>{const s=(0,i.Qc)(e),o=Yr(n),c=Jt(t,[],o);return Sr(s,c,{state:{specObj:o}}),wr(c.element,r,{toolboxCreator:ii,visitorOptions:{keyMap:Is,nodeTypeGetter:Cs}})},ci=e=>(t,r={})=>oi(t,{specPath:e,...r}),ai=oi})(),n})()));
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.apidomNsJSONSchemaDraft6=t():e.apidomNsJSONSchemaDraft6=t()}(self,(()=>(()=>{var e={42:(e,t,r)=>{"use strict";var n=r(5846);e.exports=n},6791:(e,t,r)=>{"use strict";r(4339),r(4242),r(4016),r(8939),r(5454);var n=r(7545);e.exports=n.AggregateError},6762:(e,t,r)=>{"use strict";e.exports=r(3028)},3028:(e,t,r)=>{"use strict";r(2752);var n=r(42);e.exports=n},6235:(e,t,r)=>{"use strict";var n=r(6447),s=r(9288),i=TypeError;e.exports=function(e){if(n(e))return e;throw new i(s(e)+" is not a function")}},7757:(e,t,r)=>{"use strict";var n=r(6447),s=String,i=TypeError;e.exports=function(e){if("object"==typeof e||n(e))return e;throw new i("Can't set "+s(e)+" as a prototype")}},7423:e=>{"use strict";e.exports=function(){}},1138:(e,t,r)=>{"use strict";var n=r(5744),s=String,i=TypeError;e.exports=function(e){if(n(e))return e;throw new i(s(e)+" is not an object")}},8180:(e,t,r)=>{"use strict";var n=r(101),s=r(7739),i=r(4104),o=function(e){return function(t,r,o){var c,a=n(t),u=i(a),l=s(o,u);if(e&&r!=r){for(;u>l;)if((c=a[l++])!=c)return!0}else for(;u>l;l++)if((e||l in a)&&a[l]===r)return e||l||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},9272:(e,t,r)=>{"use strict";var n=r(4120),s=n({}.toString),i=n("".slice);e.exports=function(e){return i(s(e),8,-1)}},4696:(e,t,r)=>{"use strict";var n=r(3471),s=r(6447),i=r(9272),o=r(8182)("toStringTag"),c=Object,a="Arguments"===i(function(){return arguments}());e.exports=n?i:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=c(e),o))?r:a?i(t):"Object"===(n=i(t))&&s(t.callee)?"Arguments":n}},7987:(e,t,r)=>{"use strict";var n=r(4500),s=r(3011),i=r(5141),o=r(2454);e.exports=function(e,t,r){for(var c=s(t),a=o.f,u=i.f,l=0;l<c.length;l++){var f=c[l];n(e,f)||r&&n(r,f)||a(e,f,u(t,f))}}},4635:(e,t,r)=>{"use strict";var n=r(6192);e.exports=!n((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},7271:e=>{"use strict";e.exports=function(e,t){return{value:e,done:t}}},8711:(e,t,r)=>{"use strict";var n=r(69),s=r(2454),i=r(774);e.exports=n?function(e,t,r){return s.f(e,t,i(1,r))}:function(e,t,r){return e[t]=r,e}},774:e=>{"use strict";e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},9362:(e,t,r)=>{"use strict";var n=r(8711);e.exports=function(e,t,r,s){return s&&s.enumerable?e[t]=r:n(e,t,r),e}},5098:(e,t,r)=>{"use strict";var n=r(8576),s=Object.defineProperty;e.exports=function(e,t){try{s(n,e,{value:t,configurable:!0,writable:!0})}catch(r){n[e]=t}return t}},69:(e,t,r)=>{"use strict";var n=r(6192);e.exports=!n((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},8382:e=>{"use strict";var t="object"==typeof document&&document.all,r=void 0===t&&void 0!==t;e.exports={all:t,IS_HTMLDDA:r}},7449:(e,t,r)=>{"use strict";var n=r(8576),s=r(5744),i=n.document,o=s(i)&&s(i.createElement);e.exports=function(e){return o?i.createElement(e):{}}},7365:e=>{"use strict";e.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}},8989:e=>{"use strict";e.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},4218:(e,t,r)=>{"use strict";var n,s,i=r(8576),o=r(8989),c=i.process,a=i.Deno,u=c&&c.versions||a&&a.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]),e.exports=s},2952:e=>{"use strict";e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},4503:(e,t,r)=>{"use strict";var n=r(4120),s=Error,i=n("".replace),o=String(new s("zxcasd").stack),c=/\n\s*at [^:]*:[^\n]*/,a=c.test(o);e.exports=function(e,t){if(a&&"string"==typeof e&&!s.prepareStackTrace)for(;t--;)e=i(e,c,"");return e}},8266:(e,t,r)=>{"use strict";var n=r(8711),s=r(4503),i=r(274),o=Error.captureStackTrace;e.exports=function(e,t,r,c){i&&(o?o(e,t):n(e,"stack",s(r,c)))}},274:(e,t,r)=>{"use strict";var n=r(6192),s=r(774);e.exports=!n((function(){var e=new Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",s(1,7)),7!==e.stack)}))},3085:(e,t,r)=>{"use strict";var n=r(8576),s=r(6298),i=r(4914),o=r(6447),c=r(5141).f,a=r(9245),u=r(7545),l=r(8043),f=r(8711),p=r(4500),h=function(e){var t=function(r,n,i){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(r);case 2:return new e(r,n)}return new e(r,n,i)}return s(e,this,arguments)};return t.prototype=e.prototype,t};e.exports=function(e,t){var r,s,m,y,d,v,b,g,j,O=e.target,E=e.global,x=e.stat,S=e.proto,w=E?n:x?n[O]:(n[O]||{}).prototype,A=E?u:u[O]||f(u,O,{})[O],k=A.prototype;for(y in t)s=!(r=a(E?y:O+(x?".":"#")+y,e.forced))&&w&&p(w,y),v=A[y],s&&(b=e.dontCallGetSet?(j=c(w,y))&&j.value:w[y]),d=s&&b?b:t[y],s&&typeof v==typeof d||(g=e.bind&&s?l(d,n):e.wrap&&s?h(d):S&&o(d)?i(d):d,(e.sham||d&&d.sham||v&&v.sham)&&f(g,"sham",!0),f(A,y,g),S&&(p(u,m=O+"Prototype")||f(u,m,{}),f(u[m],y,d),e.real&&k&&(r||!k[y])&&f(k,y,d)))}},6192:e=>{"use strict";e.exports=function(e){try{return!!e()}catch(e){return!0}}},6298:(e,t,r)=>{"use strict";var n=r(2784),s=Function.prototype,i=s.apply,o=s.call;e.exports="object"==typeof Reflect&&Reflect.apply||(n?o.bind(i):function(){return o.apply(i,arguments)})},8043:(e,t,r)=>{"use strict";var n=r(4914),s=r(6235),i=r(2784),o=n(n.bind);e.exports=function(e,t){return s(e),void 0===t?e:i?o(e,t):function(){return e.apply(t,arguments)}}},2784:(e,t,r)=>{"use strict";var n=r(6192);e.exports=!n((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},8922:(e,t,r)=>{"use strict";var n=r(2784),s=Function.prototype.call;e.exports=n?s.bind(s):function(){return s.apply(s,arguments)}},2282:(e,t,r)=>{"use strict";var n=r(69),s=r(4500),i=Function.prototype,o=n&&Object.getOwnPropertyDescriptor,c=s(i,"name"),a=c&&"something"===function(){}.name,u=c&&(!n||n&&o(i,"name").configurable);e.exports={EXISTS:c,PROPER:a,CONFIGURABLE:u}},6419:(e,t,r)=>{"use strict";var n=r(4120),s=r(6235);e.exports=function(e,t,r){try{return n(s(Object.getOwnPropertyDescriptor(e,t)[r]))}catch(e){}}},4914:(e,t,r)=>{"use strict";var n=r(9272),s=r(4120);e.exports=function(e){if("Function"===n(e))return s(e)}},4120:(e,t,r)=>{"use strict";var n=r(2784),s=Function.prototype,i=s.call,o=n&&s.bind.bind(i,i);e.exports=n?o:function(e){return function(){return i.apply(e,arguments)}}},150:(e,t,r)=>{"use strict";var n=r(7545),s=r(8576),i=r(6447),o=function(e){return i(e)?e:void 0};e.exports=function(e,t){return arguments.length<2?o(n[e])||o(s[e]):n[e]&&n[e][t]||s[e]&&s[e][t]}},8703:(e,t,r)=>{"use strict";var n=r(4696),s=r(5037),i=r(5646),o=r(7771),c=r(8182)("iterator");e.exports=function(e){if(!i(e))return s(e,c)||s(e,"@@iterator")||o[n(e)]}},1669:(e,t,r)=>{"use strict";var n=r(8922),s=r(6235),i=r(1138),o=r(9288),c=r(8703),a=TypeError;e.exports=function(e,t){var r=arguments.length<2?c(e):t;if(s(r))return i(n(r,e));throw new a(o(e)+" is not iterable")}},5037:(e,t,r)=>{"use strict";var n=r(6235),s=r(5646);e.exports=function(e,t){var r=e[t];return s(r)?void 0:n(r)}},8576:function(e,t,r){"use strict";var n=function(e){return e&&e.Math===Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||function(){return this}()||this||Function("return this")()},4500:(e,t,r)=>{"use strict";var n=r(4120),s=r(1795),i=n({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return i(s(e),t)}},4535:e=>{"use strict";e.exports={}},7403:(e,t,r)=>{"use strict";var n=r(150);e.exports=n("document","documentElement")},188:(e,t,r)=>{"use strict";var n=r(69),s=r(6192),i=r(7449);e.exports=!n&&!s((function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},2202:(e,t,r)=>{"use strict";var n=r(4120),s=r(6192),i=r(9272),o=Object,c=n("".split);e.exports=s((function(){return!o("z").propertyIsEnumerable(0)}))?function(e){return"String"===i(e)?c(e,""):o(e)}:o},2643:(e,t,r)=>{"use strict";var n=r(6447),s=r(5744),i=r(4469);e.exports=function(e,t,r){var o,c;return i&&n(o=t.constructor)&&o!==r&&s(c=o.prototype)&&c!==r.prototype&&i(e,c),e}},273:(e,t,r)=>{"use strict";var n=r(5744),s=r(8711);e.exports=function(e,t){n(t)&&"cause"in t&&s(e,"cause",t.cause)}},3326:(e,t,r)=>{"use strict";var n,s,i,o=r(5278),c=r(8576),a=r(5744),u=r(8711),l=r(4500),f=r(6434),p=r(9766),h=r(4535),m="Object already initialized",y=c.TypeError,d=c.WeakMap;if(o||f.state){var v=f.state||(f.state=new d);v.get=v.get,v.has=v.has,v.set=v.set,n=function(e,t){if(v.has(e))throw new y(m);return t.facade=e,v.set(e,t),t},s=function(e){return v.get(e)||{}},i=function(e){return v.has(e)}}else{var b=p("state");h[b]=!0,n=function(e,t){if(l(e,b))throw new y(m);return t.facade=e,u(e,b,t),t},s=function(e){return l(e,b)?e[b]:{}},i=function(e){return l(e,b)}}e.exports={set:n,get:s,has:i,enforce:function(e){return i(e)?s(e):n(e,{})},getterFor:function(e){return function(t){var r;if(!a(t)||(r=s(t)).type!==e)throw new y("Incompatible receiver, "+e+" required");return r}}}},6109:(e,t,r)=>{"use strict";var n=r(8182),s=r(7771),i=n("iterator"),o=Array.prototype;e.exports=function(e){return void 0!==e&&(s.Array===e||o[i]===e)}},6447:(e,t,r)=>{"use strict";var n=r(8382),s=n.all;e.exports=n.IS_HTMLDDA?function(e){return"function"==typeof e||e===s}:function(e){return"function"==typeof e}},9245:(e,t,r)=>{"use strict";var n=r(6192),s=r(6447),i=/#|\.prototype\./,o=function(e,t){var r=a[c(e)];return r===l||r!==u&&(s(t)?n(t):!!t)},c=o.normalize=function(e){return String(e).replace(i,".").toLowerCase()},a=o.data={},u=o.NATIVE="N",l=o.POLYFILL="P";e.exports=o},5646:e=>{"use strict";e.exports=function(e){return null==e}},5744:(e,t,r)=>{"use strict";var n=r(6447),s=r(8382),i=s.all;e.exports=s.IS_HTMLDDA?function(e){return"object"==typeof e?null!==e:n(e)||e===i}:function(e){return"object"==typeof e?null!==e:n(e)}},5546:e=>{"use strict";e.exports=!0},3236:(e,t,r)=>{"use strict";var n=r(150),s=r(6447),i=r(8902),o=r(615),c=Object;e.exports=o?function(e){return"symbol"==typeof e}:function(e){var t=n("Symbol");return s(t)&&i(t.prototype,c(e))}},3442:(e,t,r)=>{"use strict";var n=r(8043),s=r(8922),i=r(1138),o=r(9288),c=r(6109),a=r(4104),u=r(8902),l=r(1669),f=r(8703),p=r(6639),h=TypeError,m=function(e,t){this.stopped=e,this.result=t},y=m.prototype;e.exports=function(e,t,r){var d,v,b,g,j,O,E,x=r&&r.that,S=!(!r||!r.AS_ENTRIES),w=!(!r||!r.IS_RECORD),A=!(!r||!r.IS_ITERATOR),k=!(!r||!r.INTERRUPTED),P=n(t,x),_=function(e){return d&&p(d,"normal",e),new m(!0,e)},N=function(e){return S?(i(e),k?P(e[0],e[1],_):P(e[0],e[1])):k?P(e,_):P(e)};if(w)d=e.iterator;else if(A)d=e;else{if(!(v=f(e)))throw new h(o(e)+" is not iterable");if(c(v)){for(b=0,g=a(e);g>b;b++)if((j=N(e[b]))&&u(y,j))return j;return new m(!1)}d=l(e,v)}for(O=w?e.next:d.next;!(E=s(O,d)).done;){try{j=N(E.value)}catch(e){p(d,"throw",e)}if("object"==typeof j&&j&&u(y,j))return j}return new m(!1)}},6639:(e,t,r)=>{"use strict";var n=r(8922),s=r(1138),i=r(5037);e.exports=function(e,t,r){var o,c;s(e);try{if(!(o=i(e,"return"))){if("throw"===t)throw r;return r}o=n(o,e)}catch(e){c=!0,o=e}if("throw"===t)throw r;if(c)throw o;return s(o),r}},5695:(e,t,r)=>{"use strict";var n=r(4413).IteratorPrototype,s=r(2853),i=r(774),o=r(1284),c=r(7771),a=function(){return this};e.exports=function(e,t,r,u){var l=t+" Iterator";return e.prototype=s(n,{next:i(+!u,r)}),o(e,l,!1,!0),c[l]=a,e}},5297:(e,t,r)=>{"use strict";var n=r(3085),s=r(8922),i=r(5546),o=r(2282),c=r(6447),a=r(5695),u=r(9341),l=r(4469),f=r(1284),p=r(8711),h=r(9362),m=r(8182),y=r(7771),d=r(4413),v=o.PROPER,b=o.CONFIGURABLE,g=d.IteratorPrototype,j=d.BUGGY_SAFARI_ITERATORS,O=m("iterator"),E="keys",x="values",S="entries",w=function(){return this};e.exports=function(e,t,r,o,m,d,A){a(r,t,o);var k,P,_,N=function(e){if(e===m&&V)return V;if(!j&&e&&e in R)return R[e];switch(e){case E:case x:case S:return function(){return new r(this,e)}}return function(){return new r(this)}},M=t+" Iterator",T=!1,R=e.prototype,F=R[O]||R["@@iterator"]||m&&R[m],V=!j&&F||N(m),C="Array"===t&&R.entries||F;if(C&&(k=u(C.call(new e)))!==Object.prototype&&k.next&&(i||u(k)===g||(l?l(k,g):c(k[O])||h(k,O,w)),f(k,M,!0,!0),i&&(y[M]=w)),v&&m===x&&F&&F.name!==x&&(!i&&b?p(R,"name",x):(T=!0,V=function(){return s(F,this)})),m)if(P={values:N(x),keys:d?V:N(E),entries:N(S)},A)for(_ in P)(j||T||!(_ in R))&&h(R,_,P[_]);else n({target:t,proto:!0,forced:j||T},P);return i&&!A||R[O]===V||h(R,O,V,{name:m}),y[t]=V,P}},4413:(e,t,r)=>{"use strict";var n,s,i,o=r(6192),c=r(6447),a=r(5744),u=r(2853),l=r(9341),f=r(9362),p=r(8182),h=r(5546),m=p("iterator"),y=!1;[].keys&&("next"in(i=[].keys())?(s=l(l(i)))!==Object.prototype&&(n=s):y=!0),!a(n)||o((function(){var e={};return n[m].call(e)!==e}))?n={}:h&&(n=u(n)),c(n[m])||f(n,m,(function(){return this})),e.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:y}},7771:e=>{"use strict";e.exports={}},4104:(e,t,r)=>{"use strict";var n=r(8445);e.exports=function(e){return n(e.length)}},7679:e=>{"use strict";var t=Math.ceil,r=Math.floor;e.exports=Math.trunc||function(e){var n=+e;return(n>0?r:t)(n)}},6016:(e,t,r)=>{"use strict";var n=r(4845);e.exports=function(e,t){return void 0===e?arguments.length<2?"":t:n(e)}},2853:(e,t,r)=>{"use strict";var n,s=r(1138),i=r(1187),o=r(2952),c=r(4535),a=r(7403),u=r(7449),l=r(9766),f="prototype",p="script",h=l("IE_PROTO"),m=function(){},y=function(e){return"<"+p+">"+e+"</"+p+">"},d=function(e){e.write(y("")),e.close();var t=e.parentWindow.Object;return e=null,t},v=function(){try{n=new ActiveXObject("htmlfile")}catch(e){}var e,t,r;v="undefined"!=typeof document?document.domain&&n?d(n):(t=u("iframe"),r="java"+p+":",t.style.display="none",a.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(y("document.F=Object")),e.close(),e.F):d(n);for(var s=o.length;s--;)delete v[f][o[s]];return v()};c[h]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(m[f]=s(e),r=new m,m[f]=null,r[h]=e):r=v(),void 0===t?r:i.f(r,t)}},1187:(e,t,r)=>{"use strict";var n=r(69),s=r(9600),i=r(2454),o=r(1138),c=r(101),a=r(7653);t.f=n&&!s?Object.defineProperties:function(e,t){o(e);for(var r,n=c(t),s=a(t),u=s.length,l=0;u>l;)i.f(e,r=s[l++],n[r]);return e}},2454:(e,t,r)=>{"use strict";var n=r(69),s=r(188),i=r(9600),o=r(1138),c=r(77),a=TypeError,u=Object.defineProperty,l=Object.getOwnPropertyDescriptor,f="enumerable",p="configurable",h="writable";t.f=n?i?function(e,t,r){if(o(e),t=c(t),o(r),"function"==typeof e&&"prototype"===t&&"value"in r&&h in r&&!r[h]){var n=l(e,t);n&&n[h]&&(e[t]=r.value,r={configurable:p in r?r[p]:n[p],enumerable:f in r?r[f]:n[f],writable:!1})}return u(e,t,r)}:u:function(e,t,r){if(o(e),t=c(t),o(r),s)try{return u(e,t,r)}catch(e){}if("get"in r||"set"in r)throw new a("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},5141:(e,t,r)=>{"use strict";var n=r(69),s=r(8922),i=r(6007),o=r(774),c=r(101),a=r(77),u=r(4500),l=r(188),f=Object.getOwnPropertyDescriptor;t.f=n?f:function(e,t){if(e=c(e),t=a(t),l)try{return f(e,t)}catch(e){}if(u(e,t))return o(!s(i.f,e,t),e[t])}},2092:(e,t,r)=>{"use strict";var n=r(7934),s=r(2952).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return n(e,s)}},4750:(e,t)=>{"use strict";t.f=Object.getOwnPropertySymbols},9341:(e,t,r)=>{"use strict";var n=r(4500),s=r(6447),i=r(1795),o=r(9766),c=r(4635),a=o("IE_PROTO"),u=Object,l=u.prototype;e.exports=c?u.getPrototypeOf:function(e){var t=i(e);if(n(t,a))return t[a];var r=t.constructor;return s(r)&&t instanceof r?r.prototype:t instanceof u?l:null}},8902:(e,t,r)=>{"use strict";var n=r(4120);e.exports=n({}.isPrototypeOf)},7934:(e,t,r)=>{"use strict";var n=r(4120),s=r(4500),i=r(101),o=r(8180).indexOf,c=r(4535),a=n([].push);e.exports=function(e,t){var r,n=i(e),u=0,l=[];for(r in n)!s(c,r)&&s(n,r)&&a(l,r);for(;t.length>u;)s(n,r=t[u++])&&(~o(l,r)||a(l,r));return l}},7653:(e,t,r)=>{"use strict";var n=r(7934),s=r(2952);e.exports=Object.keys||function(e){return n(e,s)}},6007:(e,t)=>{"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,s=n&&!r.call({1:2},1);t.f=s?function(e){var t=n(this,e);return!!t&&t.enumerable}:r},4469:(e,t,r)=>{"use strict";var n=r(6419),s=r(1138),i=r(7757);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=n(Object.prototype,"__proto__","set"))(r,[]),t=r instanceof Array}catch(e){}return function(r,n){return s(r),i(n),t?e(r,n):r.__proto__=n,r}}():void 0)},158:(e,t,r)=>{"use strict";var n=r(3471),s=r(4696);e.exports=n?{}.toString:function(){return"[object "+s(this)+"]"}},380:(e,t,r)=>{"use strict";var n=r(8922),s=r(6447),i=r(5744),o=TypeError;e.exports=function(e,t){var r,c;if("string"===t&&s(r=e.toString)&&!i(c=n(r,e)))return c;if(s(r=e.valueOf)&&!i(c=n(r,e)))return c;if("string"!==t&&s(r=e.toString)&&!i(c=n(r,e)))return c;throw new o("Can't convert object to primitive value")}},3011:(e,t,r)=>{"use strict";var n=r(150),s=r(4120),i=r(2092),o=r(4750),c=r(1138),a=s([].concat);e.exports=n("Reflect","ownKeys")||function(e){var t=i.f(c(e)),r=o.f;return r?a(t,r(e)):t}},7545:e=>{"use strict";e.exports={}},7656:(e,t,r)=>{"use strict";var n=r(2454).f;e.exports=function(e,t,r){r in e||n(e,r,{configurable:!0,get:function(){return t[r]},set:function(e){t[r]=e}})}},3209:(e,t,r)=>{"use strict";var n=r(5646),s=TypeError;e.exports=function(e){if(n(e))throw new s("Can't call method on "+e);return e}},1284:(e,t,r)=>{"use strict";var n=r(3471),s=r(2454).f,i=r(8711),o=r(4500),c=r(158),a=r(8182)("toStringTag");e.exports=function(e,t,r,u){if(e){var l=r?e:e.prototype;o(l,a)||s(l,a,{configurable:!0,value:t}),u&&!n&&i(l,"toString",c)}}},9766:(e,t,r)=>{"use strict";var n=r(8717),s=r(2759),i=n("keys");e.exports=function(e){return i[e]||(i[e]=s(e))}},6434:(e,t,r)=>{"use strict";var n=r(8576),s=r(5098),i="__core-js_shared__",o=n[i]||s(i,{});e.exports=o},8717:(e,t,r)=>{"use strict";var n=r(5546),s=r(6434);(e.exports=function(e,t){return s[e]||(s[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.33.0",mode:n?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.33.0/LICENSE",source:"https://github.com/zloirock/core-js"})},863:(e,t,r)=>{"use strict";var n=r(4120),s=r(1941),i=r(4845),o=r(3209),c=n("".charAt),a=n("".charCodeAt),u=n("".slice),l=function(e){return function(t,r){var n,l,f=i(o(t)),p=s(r),h=f.length;return p<0||p>=h?e?"":void 0:(n=a(f,p))<55296||n>56319||p+1===h||(l=a(f,p+1))<56320||l>57343?e?c(f,p):n:e?u(f,p,p+2):l-56320+(n-55296<<10)+65536}};e.exports={codeAt:l(!1),charAt:l(!0)}},6770:(e,t,r)=>{"use strict";var n=r(4218),s=r(6192),i=r(8576).String;e.exports=!!Object.getOwnPropertySymbols&&!s((function(){var e=Symbol("symbol detection");return!i(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},7739:(e,t,r)=>{"use strict";var n=r(1941),s=Math.max,i=Math.min;e.exports=function(e,t){var r=n(e);return r<0?s(r+t,0):i(r,t)}},101:(e,t,r)=>{"use strict";var n=r(2202),s=r(3209);e.exports=function(e){return n(s(e))}},1941:(e,t,r)=>{"use strict";var n=r(7679);e.exports=function(e){var t=+e;return t!=t||0===t?0:n(t)}},8445:(e,t,r)=>{"use strict";var n=r(1941),s=Math.min;e.exports=function(e){return e>0?s(n(e),9007199254740991):0}},1795:(e,t,r)=>{"use strict";var n=r(3209),s=Object;e.exports=function(e){return s(n(e))}},7888:(e,t,r)=>{"use strict";var n=r(8922),s=r(5744),i=r(3236),o=r(5037),c=r(380),a=r(8182),u=TypeError,l=a("toPrimitive");e.exports=function(e,t){if(!s(e)||i(e))return e;var r,a=o(e,l);if(a){if(void 0===t&&(t="default"),r=n(a,e,t),!s(r)||i(r))return r;throw new u("Can't convert object to primitive value")}return void 0===t&&(t="number"),c(e,t)}},77:(e,t,r)=>{"use strict";var n=r(7888),s=r(3236);e.exports=function(e){var t=n(e,"string");return s(t)?t:t+""}},3471:(e,t,r)=>{"use strict";var n={};n[r(8182)("toStringTag")]="z",e.exports="[object z]"===String(n)},4845:(e,t,r)=>{"use strict";var n=r(4696),s=String;e.exports=function(e){if("Symbol"===n(e))throw new TypeError("Cannot convert a Symbol value to a string");return s(e)}},9288:e=>{"use strict";var t=String;e.exports=function(e){try{return t(e)}catch(e){return"Object"}}},2759:(e,t,r)=>{"use strict";var n=r(4120),s=0,i=Math.random(),o=n(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+o(++s+i,36)}},615:(e,t,r)=>{"use strict";var n=r(6770);e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},9600:(e,t,r)=>{"use strict";var n=r(69),s=r(6192);e.exports=n&&s((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},5278:(e,t,r)=>{"use strict";var n=r(8576),s=r(6447),i=n.WeakMap;e.exports=s(i)&&/native code/.test(String(i))},8182:(e,t,r)=>{"use strict";var n=r(8576),s=r(8717),i=r(4500),o=r(2759),c=r(6770),a=r(615),u=n.Symbol,l=s("wks"),f=a?u.for||u:u&&u.withoutSetter||o;e.exports=function(e){return i(l,e)||(l[e]=c&&i(u,e)?u[e]:f("Symbol."+e)),l[e]}},426:(e,t,r)=>{"use strict";var n=r(150),s=r(4500),i=r(8711),o=r(8902),c=r(4469),a=r(7987),u=r(7656),l=r(2643),f=r(6016),p=r(273),h=r(8266),m=r(69),y=r(5546);e.exports=function(e,t,r,d){var v="stackTraceLimit",b=d?2:1,g=e.split("."),j=g[g.length-1],O=n.apply(null,g);if(O){var E=O.prototype;if(!y&&s(E,"cause")&&delete E.cause,!r)return O;var x=n("Error"),S=t((function(e,t){var r=f(d?t:e,void 0),n=d?new O(e):new O;return void 0!==r&&i(n,"message",r),h(n,S,n.stack,2),this&&o(E,this)&&l(n,this,S),arguments.length>b&&p(n,arguments[b]),n}));if(S.prototype=E,"Error"!==j?c?c(S,x):a(S,x,{name:!0}):m&&v in O&&(u(S,O,v),u(S,O,"prepareStackTrace")),a(S,O),!y)try{E.name!==j&&i(E,"name",j),E.constructor=S}catch(e){}return S}}},4016:(e,t,r)=>{"use strict";var n=r(3085),s=r(150),i=r(6298),o=r(6192),c=r(426),a="AggregateError",u=s(a),l=!o((function(){return 1!==u([1]).errors[0]}))&&o((function(){return 7!==u([1],a,{cause:7}).cause}));n({global:!0,constructor:!0,arity:2,forced:l},{AggregateError:c(a,(function(e){return function(t,r){return i(e,this,arguments)}}),l,!0)})},3820:(e,t,r)=>{"use strict";var n=r(3085),s=r(8902),i=r(9341),o=r(4469),c=r(7987),a=r(2853),u=r(8711),l=r(774),f=r(273),p=r(8266),h=r(3442),m=r(6016),y=r(8182)("toStringTag"),d=Error,v=[].push,b=function(e,t){var r,n=s(g,this);o?r=o(new d,n?i(this):g):(r=n?this:a(g),u(r,y,"Error")),void 0!==t&&u(r,"message",m(t)),p(r,b,r.stack,1),arguments.length>2&&f(r,arguments[2]);var c=[];return h(e,v,{that:c}),u(r,"errors",c),r};o?o(b,d):c(b,d,{name:!0});var g=b.prototype=a(d.prototype,{constructor:l(1,b),message:l(1,""),name:l(1,"AggregateError")});n({global:!0,constructor:!0,arity:2},{AggregateError:b})},4242:(e,t,r)=>{"use strict";r(3820)},8939:(e,t,r)=>{"use strict";var n=r(101),s=r(7423),i=r(7771),o=r(3326),c=r(2454).f,a=r(5297),u=r(7271),l=r(5546),f=r(69),p="Array Iterator",h=o.set,m=o.getterFor(p);e.exports=a(Array,"Array",(function(e,t){h(this,{type:p,target:n(e),index:0,kind:t})}),(function(){var e=m(this),t=e.target,r=e.kind,n=e.index++;if(!t||n>=t.length)return e.target=void 0,u(void 0,!0);switch(r){case"keys":return u(n,!1);case"values":return u(t[n],!1)}return u([n,t[n]],!1)}),"values");var y=i.Arguments=i.Array;if(s("keys"),s("values"),s("entries"),!l&&f&&"values"!==y.name)try{c(y,"name",{value:"values"})}catch(e){}},4339:(e,t,r)=>{"use strict";var n=r(3085),s=r(8576),i=r(6298),o=r(426),c="WebAssembly",a=s[c],u=7!==new Error("e",{cause:7}).cause,l=function(e,t){var r={};r[e]=o(e,t,u),n({global:!0,constructor:!0,arity:1,forced:u},r)},f=function(e,t){if(a&&a[e]){var r={};r[e]=o(c+"."+e,t,u),n({target:c,stat:!0,constructor:!0,arity:1,forced:u},r)}};l("Error",(function(e){return function(t){return i(e,this,arguments)}})),l("EvalError",(function(e){return function(t){return i(e,this,arguments)}})),l("RangeError",(function(e){return function(t){return i(e,this,arguments)}})),l("ReferenceError",(function(e){return function(t){return i(e,this,arguments)}})),l("SyntaxError",(function(e){return function(t){return i(e,this,arguments)}})),l("TypeError",(function(e){return function(t){return i(e,this,arguments)}})),l("URIError",(function(e){return function(t){return i(e,this,arguments)}})),f("CompileError",(function(e){return function(t){return i(e,this,arguments)}})),f("LinkError",(function(e){return function(t){return i(e,this,arguments)}})),f("RuntimeError",(function(e){return function(t){return i(e,this,arguments)}}))},5454:(e,t,r)=>{"use strict";var n=r(863).charAt,s=r(4845),i=r(3326),o=r(5297),c=r(7271),a="String Iterator",u=i.set,l=i.getterFor(a);o(String,"String",(function(e){u(this,{type:a,string:s(e),index:0})}),(function(){var e,t=l(this),r=t.string,s=t.index;return s>=r.length?c(void 0,!0):(e=n(r,s),t.index+=e.length,c(e,!1))}))},2752:(e,t,r)=>{"use strict";r(4242)},162:(e,t,r)=>{"use strict";r(8939);var n=r(7365),s=r(8576),i=r(4696),o=r(8711),c=r(7771),a=r(8182)("toStringTag");for(var u in n){var l=s[u],f=l&&l.prototype;f&&i(f)!==a&&o(f,a,u),c[u]=c.Array}},5846:(e,t,r)=>{"use strict";r(2752);var n=r(6791);r(162),e.exports=n},9515:(e,t,r)=>{var n=r(8761)(r(7772),"DataView");e.exports=n},9612:(e,t,r)=>{var n=r(2118),s=r(6909),i=r(8138),o=r(4174),c=r(7942);function a(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}a.prototype.clear=n,a.prototype.delete=s,a.prototype.get=i,a.prototype.has=o,a.prototype.set=c,e.exports=a},235:(e,t,r)=>{var n=r(3945),s=r(1846),i=r(8028),o=r(2344),c=r(4769);function a(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}a.prototype.clear=n,a.prototype.delete=s,a.prototype.get=i,a.prototype.has=o,a.prototype.set=c,e.exports=a},326:(e,t,r)=>{var n=r(8761)(r(7772),"Map");e.exports=n},6738:(e,t,r)=>{var n=r(2411),s=r(6417),i=r(6928),o=r(9493),c=r(4150);function a(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}a.prototype.clear=n,a.prototype.delete=s,a.prototype.get=i,a.prototype.has=o,a.prototype.set=c,e.exports=a},2760:(e,t,r)=>{var n=r(8761)(r(7772),"Promise");e.exports=n},2143:(e,t,r)=>{var n=r(8761)(r(7772),"Set");e.exports=n},5386:(e,t,r)=>{var n=r(6738),s=r(2842),i=r(2482);function o(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new n;++t<r;)this.add(e[t])}o.prototype.add=o.prototype.push=s,o.prototype.has=i,e.exports=o},6571:(e,t,r)=>{var n=r(235),s=r(5243),i=r(2858),o=r(4417),c=r(8605),a=r(1418);function u(e){var t=this.__data__=new n(e);this.size=t.size}u.prototype.clear=s,u.prototype.delete=i,u.prototype.get=o,u.prototype.has=c,u.prototype.set=a,e.exports=u},857:(e,t,r)=>{var n=r(7772).Symbol;e.exports=n},9162:(e,t,r)=>{var n=r(7772).Uint8Array;e.exports=n},3215:(e,t,r)=>{var n=r(8761)(r(7772),"WeakMap");e.exports=n},7552:e=>{e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length,s=0,i=[];++r<n;){var o=e[r];t(o,r,e)&&(i[s++]=o)}return i}},1634:(e,t,r)=>{var n=r(6473),s=r(9631),i=r(6152),o=r(3226),c=r(9045),a=r(7598),u=Object.prototype.hasOwnProperty;e.exports=function(e,t){var r=i(e),l=!r&&s(e),f=!r&&!l&&o(e),p=!r&&!l&&!f&&a(e),h=r||l||f||p,m=h?n(e.length,String):[],y=m.length;for(var d in e)!t&&!u.call(e,d)||h&&("length"==d||f&&("offset"==d||"parent"==d)||p&&("buffer"==d||"byteLength"==d||"byteOffset"==d)||c(d,y))||m.push(d);return m}},5067:e=>{e.exports=function(e,t){for(var r=-1,n=t.length,s=e.length;++r<n;)e[s+r]=t[r];return e}},7064:e=>{e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}},2218:(e,t,r)=>{var n=r(1225);e.exports=function(e,t){for(var r=e.length;r--;)if(n(e[r][0],t))return r;return-1}},1897:(e,t,r)=>{var n=r(5067),s=r(6152);e.exports=function(e,t,r){var i=t(e);return s(e)?i:n(i,r(e))}},3366:(e,t,r)=>{var n=r(857),s=r(2107),i=r(7157),o=n?n.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":o&&o in Object(e)?s(e):i(e)}},5183:(e,t,r)=>{var n=r(3366),s=r(5125);e.exports=function(e){return s(e)&&"[object Arguments]"==n(e)}},8746:(e,t,r)=>{var n=r(1952),s=r(5125);e.exports=function e(t,r,i,o,c){return t===r||(null==t||null==r||!s(t)&&!s(r)?t!=t&&r!=r:n(t,r,i,o,e,c))}},1952:(e,t,r)=>{var n=r(6571),s=r(4871),i=r(1491),o=r(7416),c=r(940),a=r(6152),u=r(3226),l=r(7598),f="[object Arguments]",p="[object Array]",h="[object Object]",m=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,y,d,v){var b=a(e),g=a(t),j=b?p:c(e),O=g?p:c(t),E=(j=j==f?h:j)==h,x=(O=O==f?h:O)==h,S=j==O;if(S&&u(e)){if(!u(t))return!1;b=!0,E=!1}if(S&&!E)return v||(v=new n),b||l(e)?s(e,t,r,y,d,v):i(e,t,j,r,y,d,v);if(!(1&r)){var w=E&&m.call(e,"__wrapped__"),A=x&&m.call(t,"__wrapped__");if(w||A){var k=w?e.value():e,P=A?t.value():t;return v||(v=new n),d(k,P,r,y,v)}}return!!S&&(v||(v=new n),o(e,t,r,y,d,v))}},6840:(e,t,r)=>{var n=r(1049),s=r(7394),i=r(9259),o=r(7035),c=/^\[object .+?Constructor\]$/,a=Function.prototype,u=Object.prototype,l=a.toString,f=u.hasOwnProperty,p=RegExp("^"+l.call(f).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!i(e)||s(e))&&(n(e)?p:c).test(o(e))}},5522:(e,t,r)=>{var n=r(3366),s=r(1158),i=r(5125),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,e.exports=function(e){return i(e)&&s(e.length)&&!!o[n(e)]}},6411:(e,t,r)=>{var n=r(6001),s=r(4248),i=Object.prototype.hasOwnProperty;e.exports=function(e){if(!n(e))return s(e);var t=[];for(var r in Object(e))i.call(e,r)&&"constructor"!=r&&t.push(r);return t}},6473:e=>{e.exports=function(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}},7826:e=>{e.exports=function(e){return function(t){return e(t)}}},9950:e=>{e.exports=function(e,t){return e.has(t)}},4019:(e,t,r)=>{var n=r(7772)["__core-js_shared__"];e.exports=n},4871:(e,t,r)=>{var n=r(5386),s=r(7064),i=r(9950);e.exports=function(e,t,r,o,c,a){var u=1&r,l=e.length,f=t.length;if(l!=f&&!(u&&f>l))return!1;var p=a.get(e),h=a.get(t);if(p&&h)return p==t&&h==e;var m=-1,y=!0,d=2&r?new n:void 0;for(a.set(e,t),a.set(t,e);++m<l;){var v=e[m],b=t[m];if(o)var g=u?o(b,v,m,t,e,a):o(v,b,m,e,t,a);if(void 0!==g){if(g)continue;y=!1;break}if(d){if(!s(t,(function(e,t){if(!i(d,t)&&(v===e||c(v,e,r,o,a)))return d.push(t)}))){y=!1;break}}else if(v!==b&&!c(v,b,r,o,a)){y=!1;break}}return a.delete(e),a.delete(t),y}},1491:(e,t,r)=>{var n=r(857),s=r(9162),i=r(1225),o=r(4871),c=r(5179),a=r(4207),u=n?n.prototype:void 0,l=u?u.valueOf:void 0;e.exports=function(e,t,r,n,u,f,p){switch(r){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!f(new s(e),new s(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var h=c;case"[object Set]":var m=1&n;if(h||(h=a),e.size!=t.size&&!m)return!1;var y=p.get(e);if(y)return y==t;n|=2,p.set(e,t);var d=o(h(e),h(t),n,u,f,p);return p.delete(e),d;case"[object Symbol]":if(l)return l.call(e)==l.call(t)}return!1}},7416:(e,t,r)=>{var n=r(3483),s=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,i,o,c){var a=1&r,u=n(e),l=u.length;if(l!=n(t).length&&!a)return!1;for(var f=l;f--;){var p=u[f];if(!(a?p in t:s.call(t,p)))return!1}var h=c.get(e),m=c.get(t);if(h&&m)return h==t&&m==e;var y=!0;c.set(e,t),c.set(t,e);for(var d=a;++f<l;){var v=e[p=u[f]],b=t[p];if(i)var g=a?i(b,v,p,t,e,c):i(v,b,p,e,t,c);if(!(void 0===g?v===b||o(v,b,r,i,c):g)){y=!1;break}d||(d="constructor"==p)}if(y&&!d){var j=e.constructor,O=t.constructor;j==O||!("constructor"in e)||!("constructor"in t)||"function"==typeof j&&j instanceof j&&"function"==typeof O&&O instanceof O||(y=!1)}return c.delete(e),c.delete(t),y}},1242:(e,t,r)=>{var n="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g;e.exports=n},3483:(e,t,r)=>{var n=r(1897),s=r(633),i=r(249);e.exports=function(e){return n(e,i,s)}},7937:(e,t,r)=>{var n=r(8304);e.exports=function(e,t){var r=e.__data__;return n(t)?r["string"==typeof t?"string":"hash"]:r.map}},8761:(e,t,r)=>{var n=r(6840),s=r(8109);e.exports=function(e,t){var r=s(e,t);return n(r)?r:void 0}},2107:(e,t,r)=>{var n=r(857),s=Object.prototype,i=s.hasOwnProperty,o=s.toString,c=n?n.toStringTag:void 0;e.exports=function(e){var t=i.call(e,c),r=e[c];try{e[c]=void 0;var n=!0}catch(e){}var s=o.call(e);return n&&(t?e[c]=r:delete e[c]),s}},633:(e,t,r)=>{var n=r(7552),s=r(981),i=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols,c=o?function(e){return null==e?[]:(e=Object(e),n(o(e),(function(t){return i.call(e,t)})))}:s;e.exports=c},940:(e,t,r)=>{var n=r(9515),s=r(326),i=r(2760),o=r(2143),c=r(3215),a=r(3366),u=r(7035),l="[object Map]",f="[object Promise]",p="[object Set]",h="[object WeakMap]",m="[object DataView]",y=u(n),d=u(s),v=u(i),b=u(o),g=u(c),j=a;(n&&j(new n(new ArrayBuffer(1)))!=m||s&&j(new s)!=l||i&&j(i.resolve())!=f||o&&j(new o)!=p||c&&j(new c)!=h)&&(j=function(e){var t=a(e),r="[object Object]"==t?e.constructor:void 0,n=r?u(r):"";if(n)switch(n){case y:return m;case d:return l;case v:return f;case b:return p;case g:return h}return t}),e.exports=j},8109:e=>{e.exports=function(e,t){return null==e?void 0:e[t]}},2118:(e,t,r)=>{var n=r(9191);e.exports=function(){this.__data__=n?n(null):{},this.size=0}},6909:e=>{e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},8138:(e,t,r)=>{var n=r(9191),s=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(n){var r=t[e];return"__lodash_hash_undefined__"===r?void 0:r}return s.call(t,e)?t[e]:void 0}},4174:(e,t,r)=>{var n=r(9191),s=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return n?void 0!==t[e]:s.call(t,e)}},7942:(e,t,r)=>{var n=r(9191);e.exports=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=n&&void 0===t?"__lodash_hash_undefined__":t,this}},9045:e=>{var t=/^(?:0|[1-9]\d*)$/;e.exports=function(e,r){var n=typeof e;return!!(r=null==r?9007199254740991:r)&&("number"==n||"symbol"!=n&&t.test(e))&&e>-1&&e%1==0&&e<r}},8304:e=>{e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},7394:(e,t,r)=>{var n,s=r(4019),i=(n=/[^.]+$/.exec(s&&s.keys&&s.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"";e.exports=function(e){return!!i&&i in e}},6001:e=>{var t=Object.prototype;e.exports=function(e){var r=e&&e.constructor;return e===("function"==typeof r&&r.prototype||t)}},3945:e=>{e.exports=function(){this.__data__=[],this.size=0}},1846:(e,t,r)=>{var n=r(2218),s=Array.prototype.splice;e.exports=function(e){var t=this.__data__,r=n(t,e);return!(r<0)&&(r==t.length-1?t.pop():s.call(t,r,1),--this.size,!0)}},8028:(e,t,r)=>{var n=r(2218);e.exports=function(e){var t=this.__data__,r=n(t,e);return r<0?void 0:t[r][1]}},2344:(e,t,r)=>{var n=r(2218);e.exports=function(e){return n(this.__data__,e)>-1}},4769:(e,t,r)=>{var n=r(2218);e.exports=function(e,t){var r=this.__data__,s=n(r,e);return s<0?(++this.size,r.push([e,t])):r[s][1]=t,this}},2411:(e,t,r)=>{var n=r(9612),s=r(235),i=r(326);e.exports=function(){this.size=0,this.__data__={hash:new n,map:new(i||s),string:new n}}},6417:(e,t,r)=>{var n=r(7937);e.exports=function(e){var t=n(this,e).delete(e);return this.size-=t?1:0,t}},6928:(e,t,r)=>{var n=r(7937);e.exports=function(e){return n(this,e).get(e)}},9493:(e,t,r)=>{var n=r(7937);e.exports=function(e){return n(this,e).has(e)}},4150:(e,t,r)=>{var n=r(7937);e.exports=function(e,t){var r=n(this,e),s=r.size;return r.set(e,t),this.size+=r.size==s?0:1,this}},5179:e=>{e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e,n){r[++t]=[n,e]})),r}},9191:(e,t,r)=>{var n=r(8761)(Object,"create");e.exports=n},4248:(e,t,r)=>{var n=r(241)(Object.keys,Object);e.exports=n},4146:(e,t,r)=>{e=r.nmd(e);var n=r(1242),s=t&&!t.nodeType&&t,i=s&&e&&!e.nodeType&&e,o=i&&i.exports===s&&n.process,c=function(){try{var e=i&&i.require&&i.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=c},7157:e=>{var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},241:e=>{e.exports=function(e,t){return function(r){return e(t(r))}}},7772:(e,t,r)=>{var n=r(1242),s="object"==typeof self&&self&&self.Object===Object&&self,i=n||s||Function("return this")();e.exports=i},2842:e=>{e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},2482:e=>{e.exports=function(e){return this.__data__.has(e)}},4207:e=>{e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e){r[++t]=e})),r}},5243:(e,t,r)=>{var n=r(235);e.exports=function(){this.__data__=new n,this.size=0}},2858:e=>{e.exports=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}},4417:e=>{e.exports=function(e){return this.__data__.get(e)}},8605:e=>{e.exports=function(e){return this.__data__.has(e)}},1418:(e,t,r)=>{var n=r(235),s=r(326),i=r(6738);e.exports=function(e,t){var r=this.__data__;if(r instanceof n){var o=r.__data__;if(!s||o.length<199)return o.push([e,t]),this.size=++r.size,this;r=this.__data__=new i(o)}return r.set(e,t),this.size=r.size,this}},7035:e=>{var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},1225:e=>{e.exports=function(e,t){return e===t||e!=e&&t!=t}},9631:(e,t,r)=>{var n=r(5183),s=r(5125),i=Object.prototype,o=i.hasOwnProperty,c=i.propertyIsEnumerable,a=n(function(){return arguments}())?n:function(e){return s(e)&&o.call(e,"callee")&&!c.call(e,"callee")};e.exports=a},6152:e=>{var t=Array.isArray;e.exports=t},7878:(e,t,r)=>{var n=r(1049),s=r(1158);e.exports=function(e){return null!=e&&s(e.length)&&!n(e)}},4335:(e,t,r)=>{var n=r(3366),s=r(5125);e.exports=function(e){return!0===e||!1===e||s(e)&&"[object Boolean]"==n(e)}},3226:(e,t,r)=>{e=r.nmd(e);var n=r(7772),s=r(6330),i=t&&!t.nodeType&&t,o=i&&e&&!e.nodeType&&e,c=o&&o.exports===i?n.Buffer:void 0,a=(c?c.isBuffer:void 0)||s;e.exports=a},8149:(e,t,r)=>{var n=r(8746);e.exports=function(e,t){return n(e,t)}},1049:(e,t,r)=>{var n=r(3366),s=r(9259);e.exports=function(e){if(!s(e))return!1;var t=n(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},1158:e=>{e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},5877:e=>{e.exports=function(e){return null===e}},537:(e,t,r)=>{var n=r(3366),s=r(5125);e.exports=function(e){return"number"==typeof e||s(e)&&"[object Number]"==n(e)}},9259:e=>{e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},5125:e=>{e.exports=function(e){return null!=e&&"object"==typeof e}},5505:(e,t,r)=>{var n=r(3366),s=r(6152),i=r(5125);e.exports=function(e){return"string"==typeof e||!s(e)&&i(e)&&"[object String]"==n(e)}},7598:(e,t,r)=>{var n=r(5522),s=r(7826),i=r(4146),o=i&&i.isTypedArray,c=o?s(o):n;e.exports=c},249:(e,t,r)=>{var n=r(1634),s=r(6411),i=r(7878);e.exports=function(e){return i(e)?n(e):s(e)}},1570:e=>{e.exports=function(e){if("function"!=typeof e)throw new TypeError("Expected a function");return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}},981:e=>{e.exports=function(){return[]}},6330:e=>{e.exports=function(){return!1}},1178:(e,t,r)=>{const n=r(1570);function s(e){return"string"==typeof e?t=>t.element===e:e.constructor&&e.extend?t=>t instanceof e:e}class i{constructor(e){this.elements=e||[]}toValue(){return this.elements.map((e=>e.toValue()))}map(e,t){return this.elements.map(e,t)}flatMap(e,t){return this.map(e,t).reduce(((e,t)=>e.concat(t)),[])}compactMap(e,t){const r=[];return this.forEach((n=>{const s=e.bind(t)(n);s&&r.push(s)})),r}filter(e,t){return e=s(e),new i(this.elements.filter(e,t))}reject(e,t){return e=s(e),new i(this.elements.filter(n(e),t))}find(e,t){return e=s(e),this.elements.find(e,t)}forEach(e,t){this.elements.forEach(e,t)}reduce(e,t){return this.elements.reduce(e,t)}includes(e){return this.elements.some((t=>t.equals(e)))}shift(){return this.elements.shift()}unshift(e){this.elements.unshift(this.refract(e))}push(e){return this.elements.push(this.refract(e)),this}add(e){this.push(e)}get(e){return this.elements[e]}getValue(e){const t=this.elements[e];if(t)return t.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]()}),e.exports=i},3026:e=>{class t{constructor(e,t){this.key=e,this.value=t}clone(){const e=new t;return this.key&&(e.key=this.key.clone()),this.value&&(e.value=this.value.clone()),e}}e.exports=t},5140:(e,t,r)=>{const n=r(5877),s=r(5505),i=r(537),o=r(4335),c=r(9259),a=r(2947),u=r(3756);class l{constructor(e){this.elementMap={},this.elementDetection=[],this.Element=u.Element,this.KeyValuePair=u.KeyValuePair,e&&e.noDefault||this.useDefault(),this._attributeElementKeys=[],this._attributeElementArrayKeys=[]}use(e){return e.namespace&&e.namespace({base:this}),e.load&&e.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(c,u.ObjectElement,!1),this}register(e,t){return this._elements=void 0,this.elementMap[e]=t,this}unregister(e){return this._elements=void 0,delete this.elementMap[e],this}detect(e,t,r){return void 0===r||r?this.elementDetection.unshift([e,t]):this.elementDetection.push([e,t]),this}toElement(e){if(e instanceof this.Element)return e;let t;for(let r=0;r<this.elementDetection.length;r+=1){const n=this.elementDetection[r][0],s=this.elementDetection[r][1];if(n(e)){t=new s(e);break}}return t}getElementClass(e){const t=this.elementMap[e];return void 0===t?this.Element:t}fromRefract(e){return this.serialiser.deserialise(e)}toRefract(e){return this.serialiser.serialise(e)}get elements(){return void 0===this._elements&&(this._elements={Element:this.Element},Object.keys(this.elementMap).forEach((e=>{const t=e[0].toUpperCase()+e.substr(1);this._elements[t]=this.elementMap[e]}))),this._elements}get serialiser(){return new a(this)}}a.prototype.Namespace=l,e.exports=l},3853:(e,t,r)=>{const n=r(1570),s=r(1178);class i extends s{map(e,t){return this.elements.map((r=>e.bind(t)(r.value,r.key,r)))}filter(e,t){return new i(this.elements.filter((r=>e.bind(t)(r.value,r.key,r))))}reject(e,t){return this.filter(n(e.bind(t)))}forEach(e,t){return this.elements.forEach(((r,n)=>{e.bind(t)(r.value,r.key,r,n)}))}keys(){return this.map(((e,t)=>t.toValue()))}values(){return this.map((e=>e.toValue()))}}e.exports=i},3756:(e,t,r)=>{const n=r(6420),s=r(4152),i=r(9542),o=r(3710),c=r(3312),a=r(1641),u=r(8858),l=r(3860),f=r(5202),p=r(2320),h=r(1178),m=r(3853),y=r(3026);function d(e){if(e instanceof n)return e;if("string"==typeof e)return new i(e);if("number"==typeof e)return new o(e);if("boolean"==typeof e)return new c(e);if(null===e)return new s;if(Array.isArray(e))return new a(e.map(d));if("object"==typeof e){return new l(e)}return e}n.prototype.ObjectElement=l,n.prototype.RefElement=p,n.prototype.MemberElement=u,n.prototype.refract=d,h.prototype.refract=d,e.exports={Element:n,NullElement:s,StringElement:i,NumberElement:o,BooleanElement:c,ArrayElement:a,MemberElement:u,ObjectElement:l,LinkElement:f,RefElement:p,refract:d,ArraySlice:h,ObjectSlice:m,KeyValuePair:y}},5202:(e,t,r)=>{const n=r(6420);e.exports=class extends n{constructor(e,t,r){super(e||[],t,r),this.element="link"}get relation(){return this.attributes.get("relation")}set relation(e){this.attributes.set("relation",e)}get href(){return this.attributes.get("href")}set href(e){this.attributes.set("href",e)}}},2320:(e,t,r)=>{const n=r(6420);e.exports=class extends n{constructor(e,t,r){super(e||[],t,r),this.element="ref",this.path||(this.path="element")}get path(){return this.attributes.get("path")}set path(e){this.attributes.set("path",e)}}},7952:(e,t,r)=>{const n=r(5140),s=r(3756);t.lS=n,t.KeyValuePair=r(3026),t.O4=s.ArraySlice,t.rm=s.ObjectSlice,t.W_=s.Element,t.RP=s.StringElement,t.VL=s.NumberElement,t.hh=s.BooleanElement,t.zr=s.NullElement,t.ON=s.ArrayElement,t.Sb=s.ObjectElement,t.c6=s.MemberElement,t.tK=s.RefElement,t.EA=s.LinkElement,t.Qc=s.refract,r(2947),r(8910)},1641:(e,t,r)=>{const n=r(1570),s=r(6420),i=r(1178);class o extends s{constructor(e,t,r){super(e||[],t,r),this.element="array"}primitive(){return"array"}get(e){return this.content[e]}getValue(e){const t=this.get(e);if(t)return t.toValue()}getIndex(e){return this.content[e]}set(e,t){return this.content[e]=this.refract(t),this}remove(e){const t=this.content.splice(e,1);return t.length?t[0]:null}map(e,t){return this.content.map(e,t)}flatMap(e,t){return this.map(e,t).reduce(((e,t)=>e.concat(t)),[])}compactMap(e,t){const r=[];return this.forEach((n=>{const s=e.bind(t)(n);s&&r.push(s)})),r}filter(e,t){return new i(this.content.filter(e,t))}reject(e,t){return this.filter(n(e),t)}reduce(e,t){let r,n;void 0!==t?(r=0,n=this.refract(t)):(r=1,n="object"===this.primitive()?this.first.value:this.first);for(let t=r;t<this.length;t+=1){const r=this.content[t];n="object"===this.primitive()?this.refract(e(n,r.value,r.key,r,this)):this.refract(e(n,r,t,this))}return n}forEach(e,t){this.content.forEach(((r,n)=>{e.bind(t)(r,this.refract(n))}))}shift(){return this.content.shift()}unshift(e){this.content.unshift(this.refract(e))}push(e){return this.content.push(this.refract(e)),this}add(e){this.push(e)}findElements(e,t){const r=t||{},n=!!r.recursive,s=void 0===r.results?[]:r.results;return this.forEach(((t,r,i)=>{n&&void 0!==t.findElements&&t.findElements(e,{results:s,recursive:n}),e(t,r,i)&&s.push(t)})),s}find(e){return new i(this.findElements(e,{recursive:!0}))}findByElement(e){return this.find((t=>t.element===e))}findByClass(e){return this.find((t=>t.classes.includes(e)))}getById(e){return this.find((t=>t.id.toValue()===e)).first}includes(e){return this.content.some((t=>t.equals(e)))}contains(e){return this.includes(e)}empty(){return new this.constructor([])}"fantasy-land/empty"(){return this.empty()}concat(e){return new this.constructor(this.content.concat(e.content))}"fantasy-land/concat"(e){return this.concat(e)}"fantasy-land/map"(e){return new this.constructor(this.map(e))}"fantasy-land/chain"(e){return this.map((t=>e(t)),this).reduce(((e,t)=>e.concat(t)),this.empty())}"fantasy-land/filter"(e){return new this.constructor(this.content.filter(e))}"fantasy-land/reduce"(e,t){return this.content.reduce(e,t)}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]()}),e.exports=o},3312:(e,t,r)=>{const n=r(6420);e.exports=class extends n{constructor(e,t,r){super(e,t,r),this.element="boolean"}primitive(){return"boolean"}}},6420:(e,t,r)=>{const n=r(8149),s=r(3026),i=r(1178);class o{constructor(e,t,r){t&&(this.meta=t),r&&(this.attributes=r),this.content=e}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((e=>{e.parent=this,e.freeze()}),this),this.content&&Array.isArray(this.content)&&Object.freeze(this.content),Object.freeze(this))}primitive(){}clone(){const e=new this.constructor;return e.element=this.element,this.meta.length&&(e._meta=this.meta.clone()),this.attributes.length&&(e._attributes=this.attributes.clone()),this.content?this.content.clone?e.content=this.content.clone():Array.isArray(this.content)?e.content=this.content.map((e=>e.clone())):e.content=this.content:e.content=this.content,e}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((e=>e.toValue()),this):this.content}toRef(e){if(""===this.id.toValue())throw Error("Cannot create reference to an element that does not contain an ID");const t=new this.RefElement(this.id.toValue());return e&&(t.path=e),t}findRecursive(...e){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 t=e.pop();let r=new i;const n=(e,t)=>(e.push(t),e),o=(e,r)=>{r.element===t&&e.push(r);const i=r.findRecursive(t);return i&&i.reduce(n,e),r.content instanceof s&&(r.content.key&&o(e,r.content.key),r.content.value&&o(e,r.content.value)),e};return this.content&&(this.content.element&&o(r,this.content),Array.isArray(this.content)&&this.content.reduce(o,r)),e.isEmpty||(r=r.filter((t=>{let r=t.parents.map((e=>e.element));for(const t in e){const n=e[t],s=r.indexOf(n);if(-1===s)return!1;r=r.splice(0,s)}return!0}))),r}set(e){return this.content=e,this}equals(e){return n(this.toValue(),e)}getMetaProperty(e,t){if(!this.meta.hasKey(e)){if(this.isFrozen){const e=this.refract(t);return e.freeze(),e}this.meta.set(e,t)}return this.meta.get(e)}setMetaProperty(e,t){this.meta.set(e,t)}get element(){return this._storedElement||"element"}set element(e){this._storedElement=e}get content(){return this._content}set content(e){if(e instanceof o)this._content=e;else if(e instanceof i)this.content=e.elements;else if("string"==typeof e||"number"==typeof e||"boolean"==typeof e||"null"===e||null==e)this._content=e;else if(e instanceof s)this._content=e;else if(Array.isArray(e))this._content=e.map(this.refract);else{if("object"!=typeof e)throw new Error("Cannot set content to given value");this._content=Object.keys(e).map((t=>new this.MemberElement(t,e[t])))}}get meta(){if(!this._meta){if(this.isFrozen){const e=new this.ObjectElement;return e.freeze(),e}this._meta=new this.ObjectElement}return this._meta}set meta(e){e instanceof this.ObjectElement?this._meta=e:this.meta.set(e||{})}get attributes(){if(!this._attributes){if(this.isFrozen){const e=new this.ObjectElement;return e.freeze(),e}this._attributes=new this.ObjectElement}return this._attributes}set attributes(e){e instanceof this.ObjectElement?this._attributes=e:this.attributes.set(e||{})}get id(){return this.getMetaProperty("id","")}set id(e){this.setMetaProperty("id",e)}get classes(){return this.getMetaProperty("classes",[])}set classes(e){this.setMetaProperty("classes",e)}get title(){return this.getMetaProperty("title","")}set title(e){this.setMetaProperty("title",e)}get description(){return this.getMetaProperty("description","")}set description(e){this.setMetaProperty("description",e)}get links(){return this.getMetaProperty("links",[])}set links(e){this.setMetaProperty("links",e)}get isFrozen(){return Object.isFrozen(this)}get parents(){let{parent:e}=this;const t=new i;for(;e;)t.push(e),e=e.parent;return t}get children(){if(Array.isArray(this.content))return new i(this.content);if(this.content instanceof s){const e=new i([this.content.key]);return this.content.value&&e.push(this.content.value),e}return this.content instanceof o?new i([this.content]):new i}get recursiveChildren(){const e=new i;return this.children.forEach((t=>{e.push(t),t.recursiveChildren.forEach((t=>{e.push(t)}))})),e}}e.exports=o},8858:(e,t,r)=>{const n=r(3026),s=r(6420);e.exports=class extends s{constructor(e,t,r,s){super(new n,r,s),this.element="member",this.key=e,this.value=t}get key(){return this.content.key}set key(e){this.content.key=this.refract(e)}get value(){return this.content.value}set value(e){this.content.value=this.refract(e)}}},4152:(e,t,r)=>{const n=r(6420);e.exports=class extends n{constructor(e,t,r){super(e||null,t,r),this.element="null"}primitive(){return"null"}set(){return new Error("Cannot set the value of null")}}},3710:(e,t,r)=>{const n=r(6420);e.exports=class extends n{constructor(e,t,r){super(e,t,r),this.element="number"}primitive(){return"number"}}},3860:(e,t,r)=>{const n=r(1570),s=r(9259),i=r(1641),o=r(8858),c=r(3853);e.exports=class extends i{constructor(e,t,r){super(e||[],t,r),this.element="object"}primitive(){return"object"}toValue(){return this.content.reduce(((e,t)=>(e[t.key.toValue()]=t.value?t.value.toValue():void 0,e)),{})}get(e){const t=this.getMember(e);if(t)return t.value}getMember(e){if(void 0!==e)return this.content.find((t=>t.key.toValue()===e))}remove(e){let t=null;return this.content=this.content.filter((r=>r.key.toValue()!==e||(t=r,!1))),t}getKey(e){const t=this.getMember(e);if(t)return t.key}set(e,t){if(s(e))return Object.keys(e).forEach((t=>{this.set(t,e[t])})),this;const r=e,n=this.getMember(r);return n?n.value=t:this.content.push(new o(r,t)),this}keys(){return this.content.map((e=>e.key.toValue()))}values(){return this.content.map((e=>e.value.toValue()))}hasKey(e){return this.content.some((t=>t.key.equals(e)))}items(){return this.content.map((e=>[e.key.toValue(),e.value.toValue()]))}map(e,t){return this.content.map((r=>e.bind(t)(r.value,r.key,r)))}compactMap(e,t){const r=[];return this.forEach(((n,s,i)=>{const o=e.bind(t)(n,s,i);o&&r.push(o)})),r}filter(e,t){return new c(this.content).filter(e,t)}reject(e,t){return this.filter(n(e),t)}forEach(e,t){return this.content.forEach((r=>e.bind(t)(r.value,r.key,r)))}}},9542:(e,t,r)=>{const n=r(6420);e.exports=class extends n{constructor(e,t,r){super(e,t,r),this.element="string"}primitive(){return"string"}get length(){return this.content.length}}},8910:(e,t,r)=>{const n=r(2947);e.exports=class extends n{serialise(e){if(!(e instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${e}\` is not an Element instance`);let t;e._attributes&&e.attributes.get("variable")&&(t=e.attributes.get("variable"));const r={element:e.element};e._meta&&e._meta.length>0&&(r.meta=this.serialiseObject(e.meta));const n="enum"===e.element||-1!==e.attributes.keys().indexOf("enumerations");if(n){const t=this.enumSerialiseAttributes(e);t&&(r.attributes=t)}else if(e._attributes&&e._attributes.length>0){let{attributes:n}=e;n.get("metadata")&&(n=n.clone(),n.set("meta",n.get("metadata")),n.remove("metadata")),"member"===e.element&&t&&(n=n.clone(),n.remove("variable")),n.length>0&&(r.attributes=this.serialiseObject(n))}if(n)r.content=this.enumSerialiseContent(e,r);else if(this[`${e.element}SerialiseContent`])r.content=this[`${e.element}SerialiseContent`](e,r);else if(void 0!==e.content){let n;t&&e.content.key?(n=e.content.clone(),n.key.attributes.set("variable",t),n=this.serialiseContent(n)):n=this.serialiseContent(e.content),this.shouldSerialiseContent(e,n)&&(r.content=n)}else this.shouldSerialiseContent(e,e.content)&&e instanceof this.namespace.elements.Array&&(r.content=[]);return r}shouldSerialiseContent(e,t){return"parseResult"===e.element||"httpRequest"===e.element||"httpResponse"===e.element||"category"===e.element||"link"===e.element||void 0!==t&&(!Array.isArray(t)||0!==t.length)}refSerialiseContent(e,t){return delete t.attributes,{href:e.toValue(),path:e.path.toValue()}}sourceMapSerialiseContent(e){return e.toValue()}dataStructureSerialiseContent(e){return[this.serialiseContent(e.content)]}enumSerialiseAttributes(e){const t=e.attributes.clone(),r=t.remove("enumerations")||new this.namespace.elements.Array([]),n=t.get("default");let s=t.get("samples")||new this.namespace.elements.Array([]);if(n&&n.content&&(n.content.attributes&&n.content.attributes.remove("typeAttributes"),t.set("default",new this.namespace.elements.Array([n.content]))),s.forEach((e=>{e.content&&e.content.element&&e.content.attributes.remove("typeAttributes")})),e.content&&0!==r.length&&s.unshift(e.content),s=s.map((e=>e instanceof this.namespace.elements.Array?[e]:new this.namespace.elements.Array([e.content]))),s.length&&t.set("samples",s),t.length>0)return this.serialiseObject(t)}enumSerialiseContent(e){if(e._attributes){const t=e.attributes.get("enumerations");if(t&&t.length>0)return t.content.map((e=>{const t=e.clone();return t.attributes.remove("typeAttributes"),this.serialise(t)}))}if(e.content){const t=e.content.clone();return t.attributes.remove("typeAttributes"),[this.serialise(t)]}return[]}deserialise(e){if("string"==typeof e)return new this.namespace.elements.String(e);if("number"==typeof e)return new this.namespace.elements.Number(e);if("boolean"==typeof e)return new this.namespace.elements.Boolean(e);if(null===e)return new this.namespace.elements.Null;if(Array.isArray(e))return new this.namespace.elements.Array(e.map(this.deserialise,this));const t=this.namespace.getElementClass(e.element),r=new t;r.element!==e.element&&(r.element=e.element),e.meta&&this.deserialiseObject(e.meta,r.meta),e.attributes&&this.deserialiseObject(e.attributes,r.attributes);const n=this.deserialiseContent(e.content);if(void 0===n&&null!==r.content||(r.content=n),"enum"===r.element){r.content&&r.attributes.set("enumerations",r.content);let e=r.attributes.get("samples");if(r.attributes.remove("samples"),e){const n=e;e=new this.namespace.elements.Array,n.forEach((n=>{n.forEach((n=>{const s=new t(n);s.element=r.element,e.push(s)}))}));const s=e.shift();r.content=s?s.content:void 0,r.attributes.set("samples",e)}else r.content=void 0;let n=r.attributes.get("default");if(n&&n.length>0){n=n.get(0);const e=new t(n);e.element=r.element,r.attributes.set("default",e)}}else if("dataStructure"===r.element&&Array.isArray(r.content))[r.content]=r.content;else if("category"===r.element){const e=r.attributes.get("meta");e&&(r.attributes.set("metadata",e),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(e){if(e instanceof this.namespace.elements.Element)return this.serialise(e);if(e instanceof this.namespace.KeyValuePair){const t={key:this.serialise(e.key)};return e.value&&(t.value=this.serialise(e.value)),t}return e&&e.map?e.map(this.serialise,this):e}deserialiseContent(e){if(e){if(e.element)return this.deserialise(e);if(e.key){const t=new this.namespace.KeyValuePair(this.deserialise(e.key));return e.value&&(t.value=this.deserialise(e.value)),t}if(e.map)return e.map(this.deserialise,this)}return e}shouldRefract(e){return!!(e._attributes&&e.attributes.keys().length||e._meta&&e.meta.keys().length)||"enum"!==e.element&&(e.element!==e.primitive()||"member"===e.element)}convertKeyToRefract(e,t){return this.shouldRefract(t)?this.serialise(t):"enum"===t.element?this.serialiseEnum(t):"array"===t.element?t.map((t=>this.shouldRefract(t)||"default"===e?this.serialise(t):"array"===t.element||"object"===t.element||"enum"===t.element?t.children.map((e=>this.serialise(e))):t.toValue())):"object"===t.element?(t.content||[]).map(this.serialise,this):t.toValue()}serialiseEnum(e){return e.children.map((e=>this.serialise(e)))}serialiseObject(e){const t={};return e.forEach(((e,r)=>{if(e){const n=r.toValue();t[n]=this.convertKeyToRefract(n,e)}})),t}deserialiseObject(e,t){Object.keys(e).forEach((r=>{t.set(r,this.deserialise(e[r]))}))}}},2947:e=>{e.exports=class{constructor(e){this.namespace=e||new this.Namespace}serialise(e){if(!(e instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${e}\` is not an Element instance`);const t={element:e.element};e._meta&&e._meta.length>0&&(t.meta=this.serialiseObject(e.meta)),e._attributes&&e._attributes.length>0&&(t.attributes=this.serialiseObject(e.attributes));const r=this.serialiseContent(e.content);return void 0!==r&&(t.content=r),t}deserialise(e){if(!e.element)throw new Error("Given value is not an object containing an element name");const t=new(this.namespace.getElementClass(e.element));t.element!==e.element&&(t.element=e.element),e.meta&&this.deserialiseObject(e.meta,t.meta),e.attributes&&this.deserialiseObject(e.attributes,t.attributes);const r=this.deserialiseContent(e.content);return void 0===r&&null!==t.content||(t.content=r),t}serialiseContent(e){if(e instanceof this.namespace.elements.Element)return this.serialise(e);if(e instanceof this.namespace.KeyValuePair){const t={key:this.serialise(e.key)};return e.value&&(t.value=this.serialise(e.value)),t}if(e&&e.map){if(0===e.length)return;return e.map(this.serialise,this)}return e}deserialiseContent(e){if(e){if(e.element)return this.deserialise(e);if(e.key){const t=new this.namespace.KeyValuePair(this.deserialise(e.key));return e.value&&(t.value=this.deserialise(e.value)),t}if(e.map)return e.map(this.deserialise,this)}return e}serialiseObject(e){const t={};if(e.forEach(((e,r)=>{e&&(t[r.toValue()]=this.serialise(e))})),0!==Object.keys(t).length)return t}deserialiseObject(e,t){Object.keys(e).forEach((r=>{t.set(r,this.deserialise(e[r]))}))}}},6591:e=>{!function(){"use strict";var t,r,n,s,i,o="properties",c="deepProperties",a="propertyDescriptors",u="staticProperties",l="staticDeepProperties",f="staticPropertyDescriptors",p="configuration",h="deepConfiguration",m="deepProps",y="deepStatics",d="deepConf",v="initializers",b="methods",g="composers",j="compose";function O(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e):[])}function E(e,t){return Array.prototype.slice.call(arguments,2).reduce(e,t)}var x=E.bind(0,(function(e,t){if(t)for(var r=O(t),n=0;n<r.length;n+=1)Object.defineProperty(e,r[n],Object.getOwnPropertyDescriptor(t,r[n]));return e}));function S(e){return"function"==typeof e}function w(e){return e&&"object"==typeof e||S(e)}function A(e){return e&&"object"==typeof e&&e.__proto__==Object.prototype}var k=E.bind(0,(function e(r,n){if(n===t)return r;if(Array.isArray(n))return(Array.isArray(r)?r:[]).concat(n);if(!A(n))return n;for(var s,i,o=O(n),c=0;c<o.length;)s=o[c++],(i=Object.getOwnPropertyDescriptor(n,s)).hasOwnProperty("value")?i.value!==t&&(r[s]=e(A(r[s])||Array.isArray(n[s])?r[s]:{},n[s])):Object.defineProperty(r,s,i);return r}));function P(){return(r=Array.prototype.concat.apply([],arguments).filter((function(e,t,r){return S(e)&&r.indexOf(e)===t}))).length?r:t}function _(e,t){function n(r,n){w(t[r])&&(w(e[r])||(e[r]={}),(n||x)(e[r],t[r]))}function s(n){(r=P(e[n],t[n]))&&(e[n]=r)}return t&&w(t=t[j]||t)&&(n(b),n(o),n(c,k),n(a),n(u),n(l,k),n(f),n(p),n(h,k),s(v),s(g)),e}function N(){return function(e){return r=function e(r){var n,s,i=e[j]||{},u={__proto__:i[b]},l=i[v],f=Array.prototype.slice.apply(arguments),p=i[c];if(p&&k(u,p),(p=i[o])&&x(u,p),(p=i[a])&&Object.defineProperties(u,p),!l||!l.length)return u;for(r===t&&(r={}),i=0;i<l.length;)S(n=l[i++])&&(u=(s=n.call(u,r,{instance:u,stamp:e,args:f}))===t?u:s);return u},(n=e[l])&&k(r,n),(n=e[u])&&x(r,n),(n=e[f])&&Object.defineProperties(r,n),n=S(r[j])?r[j]:N,x(r[j]=function(){return n.apply(this,arguments)},e),r}(Array.prototype.concat.apply([this],arguments).reduce(_,{}))}function M(e){return S(e)&&S(e[j])}var T={};function R(e,i){return function(){return(s={})[e]=i.apply(t,Array.prototype.concat.apply([{}],arguments)),((r=this)&&r[j]||n).call(r,s)}}T[b]=R(b,x),T[o]=T.props=R(o,x),T[v]=T.init=R(v,P),T[g]=R(g,P),T[c]=T[m]=R(c,k),T[u]=T.statics=R(u,x),T[l]=T[y]=R(l,k),T[p]=T.conf=R(p,x),T[h]=T[d]=R(h,k),T[a]=R(a,x),T[f]=R(f,x),n=T[j]=x((function(){for(var e,O,E=0,S=[],A=arguments,_=this;E<A.length;)w(e=A[E++])&&S.push(M(e)?e:((s={})[b]=(O=e)[b]||t,n=O.props,s[o]=w((r=O[o])||n)?x({},n,r):t,s[v]=P(O.init,O[v]),s[g]=P(O[g]),n=O[m],s[c]=w((r=O[c])||n)?k({},n,r):t,s[a]=O[a],n=O.statics,s[u]=w((r=O[u])||n)?x({},n,r):t,n=O[y],s[l]=w((r=O[l])||n)?k({},n,r):t,r=O[f],s[f]=w((n=O.name&&{name:{value:O.name}})||r)?x({},r,n):t,n=O.conf,s[p]=w((r=O[p])||n)?x({},n,r):t,n=O[d],s[h]=w((r=O[h])||n)?k({},n,r):t,s));if(e=N.apply(_||i,S),_&&S.unshift(_),Array.isArray(A=e[j][g]))for(E=0;E<A.length;)e=M(_=A[E++]({stamp:e,composables:S}))?_:e;return e}),T),T.create=function(){return this.apply(t,arguments)},(s={})[u]=T,i=N(s),n[j]=n.bind(),n.version="4.3.2","object"!=typeof t?e.exports=n:self.stampit=n}()},1427:(e,t,r)=>{e.exports=r(6762)}},t={};function r(n){var s=t[n];if(void 0!==s)return s.exports;var i=t[n]={id:n,loaded:!1,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.loaded=!0,i.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e);var n={};return(()=>{"use strict";r.r(n),r.d(n,{AlternatingVisitor:()=>bs,FallbackVisitor:()=>Xr,FixedFieldsVisitor:()=>hn,JSONReferenceElement:()=>Mr,JSONSchemaDraft6MediaTypes:()=>Ne,JSONSchemaElement:()=>Rs,LinkDescriptionElement:()=>Fs,MapVisitor:()=>Jn,MediaElement:()=>Rr,ParentSchemaAwareVisitor:()=>wn,PatternedFieldsVisitor:()=>Dn,SpecificationVisitor:()=>pn,createRefractor:()=>ci,default:()=>Vs,getNodeType:()=>Cs,isArrayElement:()=>ae,isBooleanElement:()=>oe,isElement:()=>re,isJSONReferenceElement:()=>As,isJSONReferenceLikeElement:()=>An,isJSONSchemaElement:()=>ni,isLinkDescriptionElement:()=>si,isLinkElement:()=>le,isMediaElement:()=>ks,isMemberElement:()=>ue,isNullElement:()=>ie,isNumberElement:()=>se,isObjectElement:()=>ce,isRefElement:()=>fe,isStringElement:()=>ne,keyMap:()=>Is,mediaTypes:()=>Me,refract:()=>ai,refractorPluginReplaceEmptyElement:()=>Bs,specificationObj:()=>ri});var e={};r.r(e),r.d(e,{hasElementSourceMap:()=>ve,includesClasses:()=>ge,includesSymbols:()=>be,isAnnotationElement:()=>pe,isArrayElement:()=>ae,isBooleanElement:()=>oe,isCommentElement:()=>he,isElement:()=>re,isLinkElement:()=>le,isMemberElement:()=>ue,isNullElement:()=>ie,isNumberElement:()=>se,isObjectElement:()=>ce,isParseResultElement:()=>me,isPrimitiveElement:()=>de,isRefElement:()=>fe,isSourceMapElement:()=>ye,isStringElement:()=>ne});var t={};r.r(t),r.d(t,{isJSONReferenceElement:()=>As,isJSONSchemaElement:()=>ws,isLinkDescriptionElement:()=>Ps,isMediaElement:()=>ks});var s={};r.r(s),r.d(s,{isJSONReferenceElement:()=>As,isJSONSchemaElement:()=>ni,isLinkDescriptionElement:()=>si,isMediaElement:()=>ks});var i=r(7952);function o(e){return null!=e&&"object"==typeof e&&!0===e["@@functional/placeholder"]}function c(e){return function t(r){return 0===arguments.length||o(r)?t:e.apply(this,arguments)}}function a(e){return function t(r,n){switch(arguments.length){case 0:return t;case 1:return o(r)?t:c((function(t){return e(r,t)}));default:return o(r)&&o(n)?t:o(r)?c((function(t){return e(t,n)})):o(n)?c((function(t){return e(r,t)})):e(r,n)}}}const u=Array.isArray||function(e){return null!=e&&e.length>=0&&"[object Array]"===Object.prototype.toString.call(e)};function l(e,t,r){return function(){if(0===arguments.length)return r();var n=arguments[arguments.length-1];if(!u(n)){for(var s=0;s<e.length;){if("function"==typeof n[e[s]])return n[e[s]].apply(n,Array.prototype.slice.call(arguments,0,-1));s+=1}if(function(e){return null!=e&&"function"==typeof e["@@transducer/step"]}(n))return t.apply(null,Array.prototype.slice.call(arguments,0,-1))(n)}return r.apply(this,arguments)}}function f(e){return e&&e["@@transducer/reduced"]?e:{"@@transducer/value":e,"@@transducer/reduced":!0}}const p=function(){return this.xf["@@transducer/init"]()},h=function(e){return this.xf["@@transducer/result"](e)};var m=function(){function e(e,t){this.xf=t,this.f=e,this.all=!0}return e.prototype["@@transducer/init"]=p,e.prototype["@@transducer/result"]=function(e){return this.all&&(e=this.xf["@@transducer/step"](e,!0)),this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){return this.f(t)||(this.all=!1,e=f(this.xf["@@transducer/step"](e,!1))),e},e}();function y(e){return function(t){return new m(e,t)}}const d=a(l(["all"],y,(function(e,t){for(var r=0;r<t.length;){if(!e(t[r]))return!1;r+=1}return!0})));function v(e,t){switch(e){case 0:return function(){return t.apply(this,arguments)};case 1:return function(e){return t.apply(this,arguments)};case 2:return function(e,r){return t.apply(this,arguments)};case 3:return function(e,r,n){return t.apply(this,arguments)};case 4:return function(e,r,n,s){return t.apply(this,arguments)};case 5:return function(e,r,n,s,i){return t.apply(this,arguments)};case 6:return function(e,r,n,s,i,o){return t.apply(this,arguments)};case 7:return function(e,r,n,s,i,o,c){return t.apply(this,arguments)};case 8:return function(e,r,n,s,i,o,c,a){return t.apply(this,arguments)};case 9:return function(e,r,n,s,i,o,c,a,u){return t.apply(this,arguments)};case 10:return function(e,r,n,s,i,o,c,a,u,l){return t.apply(this,arguments)};default:throw new Error("First argument to _arity must be a non-negative integer no greater than ten")}}function b(e,t,r){return function(){for(var n=[],s=0,i=e,c=0,a=!1;c<t.length||s<arguments.length;){var u;c<t.length&&(!o(t[c])||s>=arguments.length)?u=t[c]:(u=arguments[s],s+=1),n[c]=u,o(u)?a=!0:i-=1,c+=1}return!a&&i<=0?r.apply(this,n):v(Math.max(0,i),b(e,n,r))}}const g=a((function(e,t){return 1===e?c(t):v(e,b(e,[],t))}));const j=c((function(e){return g(e.length,(function(t,r){var n=Array.prototype.slice.call(arguments,0);return n[0]=r,n[1]=t,e.apply(this,n)}))}));function O(e){for(var t,r=[];!(t=e.next()).done;)r.push(t.value);return r}function E(e,t,r){for(var n=0,s=r.length;n<s;){if(e(t,r[n]))return!0;n+=1}return!1}function x(e,t){return Object.prototype.hasOwnProperty.call(t,e)}const S="function"==typeof Object.is?Object.is:function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t};var w=Object.prototype.toString;const A=function(){return"[object Arguments]"===w.call(arguments)?function(e){return"[object Arguments]"===w.call(e)}:function(e){return x("callee",e)}}();var k=!{toString:null}.propertyIsEnumerable("toString"),P=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],_=function(){return arguments.propertyIsEnumerable("length")}(),N=function(e,t){for(var r=0;r<e.length;){if(e[r]===t)return!0;r+=1}return!1},M="function"!=typeof Object.keys||_?c((function(e){if(Object(e)!==e)return[];var t,r,n=[],s=_&&A(e);for(t in e)!x(t,e)||s&&"length"===t||(n[n.length]=t);if(k)for(r=P.length-1;r>=0;)x(t=P[r],e)&&!N(n,t)&&(n[n.length]=t),r-=1;return n})):c((function(e){return Object(e)!==e?[]:Object.keys(e)}));const T=M;const R=c((function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)}));function F(e,t,r,n){var s=O(e);function i(e,t){return V(e,t,r.slice(),n.slice())}return!E((function(e,t){return!E(i,t,e)}),O(t),s)}function V(e,t,r,n){if(S(e,t))return!0;var s,i,o=R(e);if(o!==R(t))return!1;if("function"==typeof e["fantasy-land/equals"]||"function"==typeof t["fantasy-land/equals"])return"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t)&&"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e);if("function"==typeof e.equals||"function"==typeof t.equals)return"function"==typeof e.equals&&e.equals(t)&&"function"==typeof t.equals&&t.equals(e);switch(o){case"Arguments":case"Array":case"Object":if("function"==typeof e.constructor&&"Promise"===(s=e.constructor,null==(i=String(s).match(/^function (\w*)/))?"":i[1]))return e===t;break;case"Boolean":case"Number":case"String":if(typeof e!=typeof t||!S(e.valueOf(),t.valueOf()))return!1;break;case"Date":if(!S(e.valueOf(),t.valueOf()))return!1;break;case"Error":return e.name===t.name&&e.message===t.message;case"RegExp":if(e.source!==t.source||e.global!==t.global||e.ignoreCase!==t.ignoreCase||e.multiline!==t.multiline||e.sticky!==t.sticky||e.unicode!==t.unicode)return!1}for(var c=r.length-1;c>=0;){if(r[c]===e)return n[c]===t;c-=1}switch(o){case"Map":return e.size===t.size&&F(e.entries(),t.entries(),r.concat([e]),n.concat([t]));case"Set":return e.size===t.size&&F(e.values(),t.values(),r.concat([e]),n.concat([t]));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 a=T(e);if(a.length!==T(t).length)return!1;var u=r.concat([e]),l=n.concat([t]);for(c=a.length-1;c>=0;){var f=a[c];if(!x(f,t)||!V(t[f],e[f],u,l))return!1;c-=1}return!0}const C=a((function(e,t){return V(e,t,[],[])}));function I(e,t){return function(e,t,r){var n,s;if("function"==typeof e.indexOf)switch(typeof t){case"number":if(0===t){for(n=1/t;r<e.length;){if(0===(s=e[r])&&1/s===n)return r;r+=1}return-1}if(t!=t){for(;r<e.length;){if("number"==typeof(s=e[r])&&s!=s)return r;r+=1}return-1}return e.indexOf(t,r);case"string":case"boolean":case"function":case"undefined":return e.indexOf(t,r);case"object":if(null===t)return e.indexOf(t,r)}for(;r<e.length;){if(C(e[r],t))return r;r+=1}return-1}(t,e,0)>=0}const L=j(a(I));class D extends i.RP{constructor(e,t,r){super(e,t,r),this.element="annotation"}get code(){return this.attributes.get("code")}set code(e){this.attributes.set("code",e)}}const J=D;class B extends i.RP{constructor(e,t,r){super(e,t,r),this.element="comment"}}const z=B;const $=c((function(e){return function(){return e}}));const q=$(void 0);const U=C(q());class G extends i.ON{constructor(e,t,r){super(e,t,r),this.element="parseResult"}get api(){return this.children.filter((e=>e.classes.contains("api"))).first}get results(){return this.children.filter((e=>e.classes.contains("result")))}get result(){return this.results.first}get annotations(){return this.children.filter((e=>"annotation"===e.element))}get warnings(){return this.children.filter((e=>"annotation"===e.element&&e.classes.contains("warning")))}get errors(){return this.children.filter((e=>"annotation"===e.element&&e.classes.contains("error")))}get isEmpty(){return this.children.reject((e=>"annotation"===e.element)).isEmpty}replaceResult(e){const{result:t}=this;if(U(t))return!1;const r=this.content.findIndex((e=>e===t));return-1!==r&&(this.content[r]=e,!0)}}const K=G;class H extends i.ON{constructor(e,t,r){super(e,t,r),this.element="sourceMap"}get positionStart(){return this.children.filter((e=>e.classes.contains("position"))).get(0)}get positionEnd(){return this.children.filter((e=>e.classes.contains("position"))).get(1)}set position(e){if(null===e)return;const t=new i.ON([e.start.row,e.start.column,e.start.char]),r=new i.ON([e.end.row,e.end.column,e.end.char]);t.classes.push("position"),r.classes.push("position"),this.push(t).push(r)}}const W=H,Y=(e,t)=>"object"==typeof t&&null!==t&&e in t&&"function"==typeof t[e],Q=e=>"object"==typeof e&&null!=e&&"_storedElement"in e&&"string"==typeof e._storedElement&&"_content"in e,X=(e,t)=>"object"==typeof t&&null!==t&&"primitive"in t&&("function"==typeof t.primitive&&t.primitive()===e),Z=(e,t)=>"object"==typeof t&&null!==t&&"classes"in t&&(Array.isArray(t.classes)||t.classes instanceof i.ON)&&t.classes.includes(e),ee=(e,t)=>"object"==typeof t&&null!==t&&"element"in t&&t.element===e,te=e=>e({hasMethod:Y,hasBasicElementProps:Q,primitiveEq:X,isElementType:ee,hasClass:Z}),re=te((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof i.W_||e(r)&&t(void 0,r))),ne=te((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof i.RP||e(r)&&t("string",r))),se=te((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof i.VL||e(r)&&t("number",r))),ie=te((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof i.zr||e(r)&&t("null",r))),oe=te((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof i.hh||e(r)&&t("boolean",r))),ce=te((({hasBasicElementProps:e,primitiveEq:t,hasMethod:r})=>n=>n instanceof i.Sb||e(n)&&t("object",n)&&r("keys",n)&&r("values",n)&&r("items",n))),ae=te((({hasBasicElementProps:e,primitiveEq:t,hasMethod:r})=>n=>n instanceof i.ON&&!(n instanceof i.Sb)||e(n)&&t("array",n)&&r("push",n)&&r("unshift",n)&&r("map",n)&&r("reduce",n))),ue=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof i.c6||e(n)&&t("member",n)&&r(void 0,n))),le=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof i.EA||e(n)&&t("link",n)&&r(void 0,n))),fe=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof i.tK||e(n)&&t("ref",n)&&r(void 0,n))),pe=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof J||e(n)&&t("annotation",n)&&r("array",n))),he=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof z||e(n)&&t("comment",n)&&r("string",n))),me=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof K||e(n)&&t("parseResult",n)&&r("array",n))),ye=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof W||e(n)&&t("sourceMap",n)&&r("array",n))),de=e=>ee("object",e)||ee("array",e)||ee("boolean",e)||ee("number",e)||ee("string",e)||ee("null",e)||ee("member",e),ve=e=>ye(e.meta.get("sourceMap")),be=(e,t)=>{if(0===e.length)return!0;const r=t.attributes.get("symbols");return!!ae(r)&&d(L(r.toValue()),e)},ge=(e,t)=>0===e.length||d(L(t.classes.toValue()),e);function je(e){return"[object String]"===Object.prototype.toString.call(e)}const Oe=a((function(e,t){var r=e<0?t.length+e:e;return je(t)?t.charAt(r):t[r]}));const Ee=Oe(-1);var xe=r(1427);const Se=class extends xe{constructor(e,t,r){if(super(e,t,r),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!=r&&"object"==typeof r&&Object.hasOwn(r,"cause")&&!("cause"in this)){const{cause:e}=r;this.cause=e,e instanceof Error&&"stack"in e&&(this.stack=`${this.stack}\nCAUSE: ${e.stack}`)}}};class we extends Error{static[Symbol.hasInstance](e){return super[Symbol.hasInstance](e)||Function.prototype[Symbol.hasInstance].call(Se,e)}constructor(e,t){if(super(e,t),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!=t&&"object"==typeof t&&Object.hasOwn(t,"cause")&&!("cause"in this)){const{cause:e}=t;this.cause=e,e instanceof Error&&"stack"in e&&(this.stack=`${this.stack}\nCAUSE: ${e.stack}`)}}}const Ae=we;const ke=class extends Ae{};const Pe=class extends ke{};const _e=class extends Array{unknownMediaType="application/octet-stream";filterByFormat(){throw new Pe("filterByFormat method in MediaTypes class is not yet implemented.")}findBy(){throw new Pe("findBy method in MediaTypes class is not yet implemented.")}latest(){throw new Pe("latest method in MediaTypes class is not yet implemented.")}};class Ne extends _e{filterByFormat(e="generic"){const t="generic"===e?"schema;version":e;return this.filter((e=>e.includes(t)))}findBy(e="draft-06",t="generic"){const r="generic"===t?`schema;version=${e}`:`schema+${t};version=${e}`;return this.find((e=>e.includes(r)))||this.unknownMediaType}latest(e="generic"){return Ee(this.filterByFormat(e))}}const Me=new Ne("application/schema;version=draft-06","application/schema+json;version=draft-06","application/schema+yaml;version=draft-06");function Te(e){return function t(r,n,s){switch(arguments.length){case 0:return t;case 1:return o(r)?t:a((function(t,n){return e(r,t,n)}));case 2:return o(r)&&o(n)?t:o(r)?a((function(t,r){return e(t,n,r)})):o(n)?a((function(t,n){return e(r,t,n)})):c((function(t){return e(r,n,t)}));default:return o(r)&&o(n)&&o(s)?t:o(r)&&o(n)?a((function(t,r){return e(t,r,s)})):o(r)&&o(s)?a((function(t,r){return e(t,n,r)})):o(n)&&o(s)?a((function(t,n){return e(r,t,n)})):o(r)?c((function(t){return e(t,n,s)})):o(n)?c((function(t){return e(r,t,s)})):o(s)?c((function(t){return e(r,n,t)})):e(r,n,s)}}}const Re=a((function(e,t){return null==t||t!=t?e:t})),Fe=Number.isInteger||function(e){return e<<0===e};const Ve=a((function(e,t){if(null!=t)return Fe(e)?Oe(e,t):t[e]}));const Ce=Te((function(e,t,r){return Re(e,Ve(t,r))}));const Ie=a((function(e,t){return e.map((function(e){for(var r,n=t,s=0;s<e.length;){if(null==n)return;r=e[s],n=Fe(r)?Oe(r,n):n[r],s+=1}return n}))}));const Le=a((function(e,t){return Ie([e],t)[0]}));function De(e,t){return function(){var r=arguments.length;if(0===r)return t();var n=arguments[r-1];return u(n)||"function"!=typeof n[e]?t.apply(this,arguments):n[e].apply(n,Array.prototype.slice.call(arguments,0,r-1))}}const Je=Te(De("slice",(function(e,t,r){return Array.prototype.slice.call(r,e,t)})));const Be=Je(0,-1);const ze=a((function(e,t){return v(e.length,(function(){return e.apply(t,arguments)}))}));const $e=a((function(e,t){return e.apply(this,t)}));function qe(e,t,r){for(var n=0,s=r.length;n<s;)t=e(t,r[n]),n+=1;return t}const Ue=c((function(e){return!!u(e)||!!e&&("object"==typeof e&&(!je(e)&&(0===e.length||e.length>0&&(e.hasOwnProperty(0)&&e.hasOwnProperty(e.length-1)))))}));var Ge="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator";function Ke(e,t,r){return function(n,s,i){if(Ue(i))return e(n,s,i);if(null==i)return s;if("function"==typeof i["fantasy-land/reduce"])return t(n,s,i,"fantasy-land/reduce");if(null!=i[Ge])return r(n,s,i[Ge]());if("function"==typeof i.next)return r(n,s,i);if("function"==typeof i.reduce)return t(n,s,i,"reduce");throw new TypeError("reduce: list must be array or iterable")}}function He(e,t,r){for(var n=r.next();!n.done;)t=e(t,n.value),n=r.next();return t}function We(e,t,r,n){return r[n](e,t)}const Ye=Ke(qe,We,He);function Qe(e,t){for(var r=0,n=t.length,s=Array(n);r<n;)s[r]=e(t[r]),r+=1;return s}var Xe=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=p,e.prototype["@@transducer/result"]=h,e.prototype["@@transducer/step"]=function(e,t){return this.xf["@@transducer/step"](e,this.f(t))},e}();const Ze=a(l(["fantasy-land/map","map"],(function(e){return function(t){return new Xe(e,t)}}),(function(e,t){switch(Object.prototype.toString.call(t)){case"[object Function]":return g(t.length,(function(){return e.call(this,t.apply(this,arguments))}));case"[object Object]":return qe((function(r,n){return r[n]=e(t[n]),r}),{},T(t));default:return Qe(e,t)}})));const et=a((function(e,t){return"function"==typeof t["fantasy-land/ap"]?t["fantasy-land/ap"](e):"function"==typeof e.ap?e.ap(t):"function"==typeof e?function(r){return e(r)(t(r))}:Ye((function(e,r){return function(e,t){var r;t=t||[];var n=(e=e||[]).length,s=t.length,i=[];for(r=0;r<n;)i[i.length]=e[r],r+=1;for(r=0;r<s;)i[i.length]=t[r],r+=1;return i}(e,Ze(r,t))}),[],e)}));const tt=a((function(e,t){var r=g(e,t);return g(e,(function(){return qe(et,Ze(r,arguments[0]),Array.prototype.slice.call(arguments,1))}))}));const rt=c((function(e){return tt(e.length,e)}));const nt=rt(c((function(e){return!e})));function st(e){return'"'+e.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 it=function(e){return(e<10?"0":"")+e};const ot="function"==typeof Date.prototype.toISOString?function(e){return e.toISOString()}:function(e){return e.getUTCFullYear()+"-"+it(e.getUTCMonth()+1)+"-"+it(e.getUTCDate())+"T"+it(e.getUTCHours())+":"+it(e.getUTCMinutes())+":"+it(e.getUTCSeconds())+"."+(e.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5)+"Z"};function ct(e){return"[object Object]"===Object.prototype.toString.call(e)}var at=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=p,e.prototype["@@transducer/result"]=h,e.prototype["@@transducer/step"]=function(e,t){return this.f(t)?this.xf["@@transducer/step"](e,t):e},e}();function ut(e){return function(t){return new at(e,t)}}const lt=a(l(["fantasy-land/filter","filter"],ut,(function(e,t){return ct(t)?qe((function(r,n){return e(t[n])&&(r[n]=t[n]),r}),{},T(t)):function(e,t){for(var r=0,n=t.length,s=[];r<n;)e(t[r])&&(s[s.length]=t[r]),r+=1;return s}(e,t)})));const ft=a((function(e,t){return lt((r=e,function(){return!r.apply(this,arguments)}),t);var r}));function pt(e,t){var r=function(r){var n=t.concat([e]);return I(r,n)?"<Circular>":pt(r,n)},n=function(e,t){return Qe((function(t){return st(t)+": "+r(e[t])}),t.slice().sort())};switch(Object.prototype.toString.call(e)){case"[object Arguments]":return"(function() { return arguments; }("+Qe(r,e).join(", ")+"))";case"[object Array]":return"["+Qe(r,e).concat(n(e,ft((function(e){return/^\d+$/.test(e)}),T(e)))).join(", ")+"]";case"[object Boolean]":return"object"==typeof e?"new Boolean("+r(e.valueOf())+")":e.toString();case"[object Date]":return"new Date("+(isNaN(e.valueOf())?r(NaN):st(ot(e)))+")";case"[object Map]":return"new Map("+r(Array.from(e))+")";case"[object Null]":return"null";case"[object Number]":return"object"==typeof e?"new Number("+r(e.valueOf())+")":1/e==-1/0?"-0":e.toString(10);case"[object Set]":return"new Set("+r(Array.from(e).sort())+")";case"[object String]":return"object"==typeof e?"new String("+r(e.valueOf())+")":st(e);case"[object Undefined]":return"undefined";default:if("function"==typeof e.toString){var s=e.toString();if("[object Object]"!==s)return s}return"{"+n(e,T(e)).join(", ")+"}"}}const ht=c((function(e){return pt(e,[])}));const mt=a((function(e,t){if(e===t)return t;function r(e,t){if(e>t!=t>e)return t>e?t:e}var n=r(e,t);if(void 0!==n)return n;var s=r(typeof e,typeof t);if(void 0!==s)return s===typeof e?e:t;var i=ht(e),o=r(i,ht(t));return void 0!==o&&o===i?e:t}));const yt=a((function(e,t){return Ze(Ve(e),t)}));function dt(e,t,r){for(var n=0,s=r.length;n<s;){if((t=e["@@transducer/step"](t,r[n]))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}n+=1}return e["@@transducer/result"](t)}function vt(e,t,r){for(var n=r.next();!n.done;){if((t=e["@@transducer/step"](t,n.value))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}n=r.next()}return e["@@transducer/result"](t)}function bt(e,t,r,n){return e["@@transducer/result"](r[n](ze(e["@@transducer/step"],e),t))}const gt=Ke(dt,bt,vt);var jt=function(){function e(e){this.f=e}return e.prototype["@@transducer/init"]=function(){throw new Error("init not implemented on XWrap")},e.prototype["@@transducer/result"]=function(e){return e},e.prototype["@@transducer/step"]=function(e,t){return this.f(e,t)},e}();const Ot=Te((function(e,t,r){return gt("function"==typeof e?new jt(e):e,t,r)}));const Et=c((function(e){return g(Ot(mt,0,yt("length",e)),(function(){for(var t=0,r=e.length;t<r;){if(e[t].apply(this,arguments))return!0;t+=1}return!1}))}));function xt(e,t){return function(){return t.call(this,e.apply(this,arguments))}}const St=c(De("tail",Je(1,1/0)));function wt(){if(0===arguments.length)throw new Error("pipe requires at least one argument");return v(arguments[0].length,Ot(xt,arguments[0],St(arguments)))}var At=function(e,t){switch(arguments.length){case 0:return At;case 1:return function t(r){return 0===arguments.length?t:S(e,r)};default:return S(e,t)}};const kt=At;const Pt=g(1,wt(R,kt("GeneratorFunction")));const _t=g(1,wt(R,kt("AsyncFunction")));const Nt=Et([wt(R,kt("Function")),Pt,_t]);const Mt=nt(Nt);function Tt(e){var t=Object.prototype.toString.call(e);return"[object Function]"===t||"[object AsyncFunction]"===t||"[object GeneratorFunction]"===t||"[object AsyncGeneratorFunction]"===t}const Rt=a((function(e,t){return e&&t}));const Ft=a((function(e,t){return Tt(e)?function(){return e.apply(this,arguments)&&t.apply(this,arguments)}:rt(Rt)(e,t)}));var Vt=c((function(e){return null!=e&&"function"==typeof e["fantasy-land/empty"]?e["fantasy-land/empty"]():null!=e&&null!=e.constructor&&"function"==typeof e.constructor["fantasy-land/empty"]?e.constructor["fantasy-land/empty"]():null!=e&&"function"==typeof e.empty?e.empty():null!=e&&null!=e.constructor&&"function"==typeof e.constructor.empty?e.constructor.empty():u(e)?[]:je(e)?"":ct(e)?{}:A(e)?function(){return arguments}():function(e){var t=Object.prototype.toString.call(e);return"[object Uint8ClampedArray]"===t||"[object Int8Array]"===t||"[object Uint8Array]"===t||"[object Int16Array]"===t||"[object Uint16Array]"===t||"[object Int32Array]"===t||"[object Uint32Array]"===t||"[object Float32Array]"===t||"[object Float64Array]"===t||"[object BigInt64Array]"===t||"[object BigUint64Array]"===t}(e)?e.constructor.from(""):void 0}));const Ct=Vt;const It=c((function(e){return null!=e&&C(e,Ct(e))}));const Lt=g(1,Nt(Array.isArray)?Array.isArray:wt(R,kt("Array")));const Dt=Ft(Lt,It);const Jt=g(3,(function(e,t,r){var n=Le(e,r),s=Le(Be(e),r);if(!Mt(n)&&!Dt(e)){var i=ze(n,s);return $e(i,t)}}));const Bt=Te((function(e,t,r){return e(Le(t,r))}));const zt=C(null);const $t=nt(zt);function qt(e){return qt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},qt(e)}const Ut=function(e){return"object"===qt(e)};const Gt=g(1,Ft($t,Ut));var Kt=wt(R,kt("Object")),Ht=wt(ht,C(ht(Object))),Wt=Bt(Ft(Nt,Ht),["constructor"]);const Yt=g(1,(function(e){if(!Gt(e)||!Kt(e))return!1;var t=Object.getPrototypeOf(e);return!!zt(t)||Wt(t)}));class Qt extends i.lS{constructor(){super(),this.register("annotation",J),this.register("comment",z),this.register("parseResult",K),this.register("sourceMap",W)}}const Xt=new Qt,Zt=e=>{const t=new Qt;return Yt(e)&&t.use(e),t},er=Xt,tr=()=>({predicates:{...e},namespace:er});var rr=r(6591),nr=r.n(rr);const sr=function(){return!1};const ir=g(1,wt(R,kt("String")));const or=class extends Ae{constructor(e,t){if(super(e,t),null!=t&&"object"==typeof t){const{cause:e,...r}=t;Object.assign(this,r)}}},cr=(e,t,r)=>{const n=e[t];if(null!=n){if(!r&&"function"==typeof n)return n;const e=r?n.leave:n.enter;if("function"==typeof e)return e}else{const n=r?e.leave:e.enter;if(null!=n){if("function"==typeof n)return n;const e=n[t];if("function"==typeof e)return e}}return null},ar={},ur=e=>null==e?void 0:e.type,lr=e=>"string"==typeof ur(e),fr=e=>Object.create(Object.getPrototypeOf(e),Object.getOwnPropertyDescriptors(e)),pr=(e,t,{keyMap:r=null,state:n={},breakSymbol:s=ar,deleteNodeSymbol:i=null,skipVisitingNodeSymbol:o=!1,visitFnGetter:c=cr,nodeTypeGetter:a=ur,nodePredicate:u=lr,nodeCloneFn:l=fr,detectCycles:f=!0}={})=>{const p=r||{};let h,m,y=Array.isArray(e),d=[e],v=-1,b=[],g=e;const j=[],O=[];do{v+=1;const e=v===d.length;let r;const x=e&&0!==b.length;if(e){if(r=0===O.length?void 0:j.pop(),g=m,m=O.pop(),x)if(y){g=g.slice();let e=0;for(const[t,r]of b){const n=t-e;r===i?(g.splice(n,1),e+=1):g[n]=r}}else{g=l(g);for(const[e,t]of b)g[e]=t}v=h.index,d=h.keys,b=h.edits,y=h.inArray,h=h.prev}else if(m!==i&&void 0!==m){if(r=y?v:d[v],g=m[r],g===i||void 0===g)continue;j.push(r)}if(O.includes(g))continue;let S;if(!Array.isArray(g)){if(!u(g))throw new or(`Invalid AST Node: ${String(g)}`,{node:g});if(f&&O.includes(g)){j.pop();continue}const i=c(t,a(g),e);if(i){for(const[e,r]of Object.entries(n))t[e]=r;S=i.call(t,g,r,m,j,O)}if(S===s)break;if(S===o){if(!e){j.pop();continue}}else if(void 0!==S&&(b.push([r,S]),!e)){if(!u(S)){j.pop();continue}g=S}}var E;if(void 0===S&&x&&b.push([r,g]),!e)h={inArray:y,index:v,keys:d,edits:b,prev:h},y=Array.isArray(g),d=y?g:null!==(E=p[a(g)])&&void 0!==E?E:[],v=-1,b=[],m!==i&&void 0!==m&&O.push(m),m=g}while(void 0!==h);return 0!==b.length?b[b.length-1][1]:e};pr[Symbol.for("nodejs.util.promisify.custom")]=async(e,t,{keyMap:r=null,state:n={},breakSymbol:s=ar,deleteNodeSymbol:i=null,skipVisitingNodeSymbol:o=!1,visitFnGetter:c=cr,nodeTypeGetter:a=ur,nodePredicate:u=lr,nodeCloneFn:l=fr,detectCycles:f=!0}={})=>{const p=r||{};let h,m,y=Array.isArray(e),d=[e],v=-1,b=[],g=e;const j=[],O=[];do{v+=1;const e=v===d.length;let r;const x=e&&0!==b.length;if(e){if(r=0===O.length?void 0:j.pop(),g=m,m=O.pop(),x)if(y){g=g.slice();let e=0;for(const[t,r]of b){const n=t-e;r===i?(g.splice(n,1),e+=1):g[n]=r}}else{g=l(g);for(const[e,t]of b)g[e]=t}v=h.index,d=h.keys,b=h.edits,y=h.inArray,h=h.prev}else if(m!==i&&void 0!==m){if(r=y?v:d[v],g=m[r],g===i||void 0===g)continue;j.push(r)}let S;if(!Array.isArray(g)){if(!u(g))throw new or(`Invalid AST Node: ${String(g)}`,{node:g});if(f&&O.includes(g)){j.pop();continue}const i=c(t,a(g),e);if(i){for(const[e,r]of Object.entries(n))t[e]=r;S=await i.call(t,g,r,m,j,O)}if(S===s)break;if(S===o){if(!e){j.pop();continue}}else if(void 0!==S&&(b.push([r,S]),!e)){if(!u(S)){j.pop();continue}g=S}}var E;if(void 0===S&&x&&b.push([r,g]),!e)h={inArray:y,index:v,keys:d,edits:b,prev:h},y=Array.isArray(g),d=y?g:null!==(E=p[a(g)])&&void 0!==E?E:[],v=-1,b=[],m!==i&&void 0!==m&&O.push(m),m=g}while(void 0!==h);return 0!==b.length?b[b.length-1][1]:e};const hr=class extends or{constructor(e,t){super(e,t),void 0!==t&&(this.value=t.value)}};const mr=class extends hr{};const yr=class extends hr{},dr=(e,t={})=>{const{visited:r=new WeakMap}=t,n={...t,visited:r};if(r.has(e))return r.get(e);if(e instanceof i.KeyValuePair){const{key:t,value:s}=e,o=re(t)?dr(t,n):t,c=re(s)?dr(s,n):s,a=new i.KeyValuePair(o,c);return r.set(e,a),a}if(e instanceof i.rm){const t=e=>dr(e,n),s=[...e].map(t),o=new i.rm(s);return r.set(e,o),o}if(e instanceof i.O4){const t=e=>dr(e,n),s=[...e].map(t),o=new i.O4(s);return r.set(e,o),o}if(re(e)){const t=gr(e);if(r.set(e,t),e.content)if(re(e.content))t.content=dr(e.content,n);else if(e.content instanceof i.KeyValuePair)t.content=dr(e.content,n);else if(Array.isArray(e.content)){const r=e=>dr(e,n);t.content=e.content.map(r)}else t.content=e.content;else t.content=e.content;return t}throw new mr("Value provided to cloneDeep function couldn't be cloned",{value:e})};dr.safe=e=>{try{return dr(e)}catch{return e}};const vr=e=>{const{key:t,value:r}=e;return new i.KeyValuePair(t,r)},br=e=>{const t=new e.constructor;if(t.element=e.element,e.meta.length>0&&(t._meta=dr(e.meta)),e.attributes.length>0&&(t._attributes=dr(e.attributes)),re(e.content)){const r=e.content;t.content=br(r)}else Array.isArray(e.content)?t.content=[...e.content]:e.content instanceof i.KeyValuePair?t.content=vr(e.content):t.content=e.content;return t},gr=e=>{if(e instanceof i.KeyValuePair)return vr(e);if(e instanceof i.rm)return(e=>{const t=[...e];return new i.rm(t)})(e);if(e instanceof i.O4)return(e=>{const t=[...e];return new i.O4(t)})(e);if(re(e))return br(e);throw new yr("Value provided to cloneShallow function couldn't be cloned",{value:e})};gr.safe=e=>{try{return gr(e)}catch{return e}};const jr=e=>ce(e)?"ObjectElement":ae(e)?"ArrayElement":ue(e)?"MemberElement":ne(e)?"StringElement":oe(e)?"BooleanElement":se(e)?"NumberElement":ie(e)?"NullElement":le(e)?"LinkElement":fe(e)?"RefElement":void 0,Or=e=>re(e)?gr(e):fr(e),Er=wt(jr,ir),xr={ObjectElement:["content"],ArrayElement:["content"],MemberElement:["key","value"],StringElement:[],BooleanElement:[],NumberElement:[],NullElement:[],RefElement:[],LinkElement:[],Annotation:[],Comment:[],ParseResultElement:["content"],SourceMap:["content"]},Sr=(rr({props:{result:[],predicate:sr,returnOnTrue:void 0,returnOnFalse:void 0},init({predicate:e=this.predicate,returnOnTrue:t=this.returnOnTrue,returnOnFalse:r=this.returnOnFalse}={}){this.result=[],this.predicate=e,this.returnOnTrue=t,this.returnOnFalse=r},methods:{enter(e){return this.predicate(e)?(this.result.push(e),this.returnOnTrue):this.returnOnFalse}}}),(e,t,{keyMap:r=xr,...n}={})=>pr(e,t,{keyMap:r,nodeTypeGetter:jr,nodePredicate:Er,nodeCloneFn:Or,...n}));Sr[Symbol.for("nodejs.util.promisify.custom")]=async(e,t,{keyMap:r=xr,...n}={})=>pr[Symbol.for("nodejs.util.promisify.custom")](e,t,{keyMap:r,nodeTypeGetter:jr,nodePredicate:Er,nodeCloneFn:Or,...n});const wr=(e,t,r={})=>{if(0===t.length)return e;const n=Ce(tr,"toolboxCreator",r),s=Ce({},"visitorOptions",r),i=Ce(jr,"nodeTypeGetter",s),o=n(),c=t.map((e=>e(o))),a=((e,{visitFnGetter:t=cr,nodeTypeGetter:r=ur}={})=>{const n=new Array(e.length).fill(null);return{enter(s,...i){for(let o=0;o<e.length;o+=1)if(null===n[o]){const c=t(e[o],r(s),!1);if("function"==typeof c){const t=c.call(e[o],s,...i);if(!1===t)n[o]=s;else if(t===ar)n[o]=ar;else if(void 0!==t)return t}}},leave(s,...i){for(let o=0;o<e.length;o+=1)if(null===n[o]){const c=t(e[o],r(s),!0);if("function"==typeof c){const t=c.call(e[o],s,...i);if(t===ar)n[o]=ar;else if(void 0!==t&&!1!==t)return t}}else n[o]===s&&(n[o]=null)}}})(c.map(Ce({},"visitor")),{nodeTypeGetter:i});c.forEach(Jt(["pre"],[]));const u=Sr(e,a,s);return c.forEach(Jt(["post"],[])),u},Ar=(e,{Type:t,plugins:r=[]})=>{const n=new t(e);return wr(n,r,{toolboxCreator:tr,visitorOptions:{nodeTypeGetter:jr}})},kr=e=>(t,r={})=>Ar(t,{...r,Type:e});i.Sb.refract=kr(i.Sb),i.ON.refract=kr(i.ON),i.RP.refract=kr(i.RP),i.hh.refract=kr(i.hh),i.zr.refract=kr(i.zr),i.VL.refract=kr(i.VL),i.EA.refract=kr(i.EA),i.tK.refract=kr(i.tK),J.refract=kr(J),z.refract=kr(z),K.refract=kr(K),W.refract=kr(W);class Pr extends i.Sb{constructor(e,t,r){super(e,t,r),this.element="JSONSchemaDraft4"}get idProp(){return this.get("id")}set idProp(e){this.set("id",e)}get $schema(){return this.get("$schema")}set $schema(e){this.set("idProp",e)}get multipleOf(){return this.get("multipleOf")}set multipleOf(e){this.set("multipleOf",e)}get maximum(){return this.get("maximum")}set maximum(e){this.set("maximum",e)}get exclusiveMaximum(){return this.get("exclusiveMaximum")}set exclusiveMaximum(e){this.set("exclusiveMaximum",e)}get minimum(){return this.get("minimum")}set minimum(e){this.set("minimum",e)}get exclusiveMinimum(){return this.get("exclusiveMinimum")}set exclusiveMinimum(e){this.set("exclusiveMinimum",e)}get maxLength(){return this.get("maxLength")}set maxLength(e){this.set("maxLength",e)}get minLength(){return this.get("minLength")}set minLength(e){this.set("minLength",e)}get pattern(){return this.get("pattern")}set pattern(e){this.set("pattern",e)}get additionalItems(){return this.get("additionalItems")}set additionalItems(e){this.set("additionalItems",e)}get items(){return this.get("items")}set items(e){this.set("items",e)}get maxItems(){return this.get("maxItems")}set maxItems(e){this.set("maxItems",e)}get minItems(){return this.get("minItems")}set minItems(e){this.set("minItems",e)}get uniqueItems(){return this.get("uniqueItems")}set uniqueItems(e){this.set("uniqueItems",e)}get maxProperties(){return this.get("maxProperties")}set maxProperties(e){this.set("maxProperties",e)}get minProperties(){return this.get("minProperties")}set minProperties(e){this.set("minProperties",e)}get required(){return this.get("required")}set required(e){this.set("required",e)}get properties(){return this.get("properties")}set properties(e){this.set("properties",e)}get additionalProperties(){return this.get("additionalProperties")}set additionalProperties(e){this.set("additionalProperties",e)}get patternProperties(){return this.get("patternProperties")}set patternProperties(e){this.set("patternProperties",e)}get dependencies(){return this.get("dependencies")}set dependencies(e){this.set("dependencies",e)}get enum(){return this.get("enum")}set enum(e){this.set("enum",e)}get type(){return this.get("type")}set type(e){this.set("type",e)}get allOf(){return this.get("allOf")}set allOf(e){this.set("allOf",e)}get anyOf(){return this.get("anyOf")}set anyOf(e){this.set("anyOf",e)}get oneOf(){return this.get("oneOf")}set oneOf(e){this.set("oneOf",e)}get not(){return this.get("not")}set not(e){this.set("not",e)}get definitions(){return this.get("definitions")}set definitions(e){this.set("definitions",e)}get title(){return this.get("title")}set title(e){this.set("title",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get default(){return this.get("default")}set default(e){this.set("default",e)}get format(){return this.get("format")}set format(e){this.set("format",e)}get base(){return this.get("base")}set base(e){this.set("base",e)}get links(){return this.get("links")}set links(e){this.set("links",e)}get media(){return this.get("media")}set media(e){this.set("media",e)}get readOnly(){return this.get("readOnly")}set readOnly(e){this.set("readOnly",e)}}const _r=Pr;class Nr extends i.Sb{constructor(e,t,r){super(e,t,r),this.element="JSONReference",this.classes.push("json-reference")}get $ref(){return this.get("$ref")}set $ref(e){this.set("$ref",e)}}const Mr=Nr;class Tr extends i.Sb{constructor(e,t,r){super(e,t,r),this.element="media"}get binaryEncoding(){return this.get("binaryEncoding")}set binaryEncoding(e){this.set("binaryEncoding",e)}get type(){return this.get("type")}set type(e){this.set("type",e)}}const Rr=Tr;class Fr extends i.Sb{constructor(e,t,r){super(e,t,r),this.element="linkDescription"}get href(){return this.get("href")}set href(e){this.set("href",e)}get rel(){return this.get("rel")}set rel(e){this.set("rel",e)}get title(){return this.get("title")}set title(e){this.set("title",e)}get targetSchema(){return this.get("targetSchema")}set targetSchema(e){this.set("targetSchema",e)}get mediaType(){return this.get("mediaType")}set mediaType(e){this.set("mediaType",e)}get method(){return this.get("method")}set method(e){this.set("method",e)}get encType(){return this.get("encType")}set encType(e){this.set("encType",e)}get schema(){return this.get("schema")}set schema(e){this.set("schema",e)}}const Vr=Fr;const Cr=a((function(e,t){return qe((function(r,n){return r[n]=e(t[n],n,t),r}),{},T(t))}));const Ir=c((function(e){return null==e}));const Lr=a((function(e,t){if(0===e.length||Ir(t))return!1;for(var r=t,n=0;n<e.length;){if(Ir(r)||!x(e[n],r))return!1;r=r[e[n]],n+=1}return!0}));var Dr=a((function(e,t){return Lr([e],t)}));const Jr=Dr;const Br=Te((function(e,t,r){return e(Ve(t,r))}));const zr=c((function(e){return g(e.length,e)}));const $r=a((function(e,t){return g(e+1,(function(){var r=arguments[e];if(null!=r&&Tt(r[t]))return r[t].apply(r,Array.prototype.slice.call(arguments,0,e));throw new TypeError(ht(r)+' does not have a method named "'+t+'"')}))}));const qr=$r(1,"split");var Ur=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=p,e.prototype["@@transducer/result"]=h,e.prototype["@@transducer/step"]=function(e,t){if(this.f){if(this.f(t))return e;this.f=null}return this.xf["@@transducer/step"](e,t)},e}();function Gr(e){return function(t){return new Ur(e,t)}}const Kr=a(l(["dropWhile"],Gr,(function(e,t){for(var r=0,n=t.length;r<n&&e(t[r]);)r+=1;return Je(r,1/0,t)})));const Hr=$r(1,"join");const Wr=zr((function(e,t){return wt(qr(""),Kr(L(e)),Hr(""))(t)})),Yr=(e,t)=>{const r=Re(e,t);return Cr((e=>{if(Yt(e)&&Jr("$ref",e)&&Br(ir,"$ref",e)){const t=Le(["$ref"],e),n=Wr("#/",t);return Le(n.split("/"),r)}return Yt(e)?Yr(e,r):e}),e)},Qr=rr({props:{element:null},methods:{copyMetaAndAttributes(e,t){ve(e)&&t.meta.set("sourceMap",e.meta.get("sourceMap"))}}}),Xr=rr(Qr,{methods:{enter(e){return this.element=dr(e),ar}}});const Zr=$(q());const en=function(){return!0},tn=e=>"string"==typeof(null==e?void 0:e.type)?e.type:jr(e),rn={EphemeralObject:["content"],EphemeralArray:["content"],...xr},nn=(e,t,{keyMap:r=rn,...n}={})=>Sr(e,t,{keyMap:r,nodeTypeGetter:tn,nodePredicate:en,detectCycles:!1,deleteNodeSymbol:Symbol.for("delete-node"),skipVisitingNodeSymbol:Symbol.for("skip-visiting-node"),...n});nn[Symbol.for("nodejs.util.promisify.custom")]=async(e,{keyMap:t=rn,...r}={})=>Sr[Symbol.for("nodejs.util.promisify.custom")](e,visitor,{keyMap:t,nodeTypeGetter:tn,nodePredicate:en,detectCycles:!1,deleteNodeSymbol:Symbol.for("delete-node"),skipVisitingNodeSymbol:Symbol.for("skip-visiting-node"),...r});const sn=class{type="EphemeralArray";content=[];reference=void 0;constructor(e){this.content=e,this.reference=[]}toReference(){return this.reference}toArray(){return this.reference.push(...this.content),this.reference}};const on=class{type="EphemeralObject";content=[];reference=void 0;constructor(e){this.content=e,this.reference={}}toReference(){return this.reference}toObject(){return Object.assign(this.reference,Object.fromEntries(this.content))}},cn=rr.init((function(){const e=new WeakMap;this.BooleanElement=function(e){return e.toValue()},this.NumberElement=function(e){return e.toValue()},this.StringElement=function(e){return e.toValue()},this.NullElement=function(){return null},this.ObjectElement={enter(t){if(e.has(t))return e.get(t).toReference();const r=new on(t.content);return e.set(t,r),r}},this.EphemeralObject={leave:e=>e.toObject()},this.MemberElement={enter:e=>[e.key,e.value]},this.ArrayElement={enter(t){if(e.has(t))return e.get(t).toReference();const r=new sn(t.content);return e.set(t,r),r}},this.EphemeralArray={leave:e=>e.toArray()}})),an=e=>re(e)?ne(e)||se(e)||oe(e)||ie(e)?e.toValue():nn(e,cn()):e;const un=a((function(e,t){for(var r={},n=0;n<e.length;)e[n]in t&&(r[e[n]]=t[e[n]]),n+=1;return r})),ln=e=>{if(re(e))return`${e.element.charAt(0).toUpperCase()+e.element.slice(1)}Element`},fn={JSONSchemaDraft4Element:["content"],JSONReferenceElement:["content"],MediaElement:["content"],LinkDescriptionElement:["content"],...xr},pn=rr(Qr,{props:{specObj:null,passingOptionsNames:["specObj"]},init({specObj:e=this.specObj}){this.specObj=e},methods:{retrievePassingOptions(){return un(this.passingOptionsNames,this)},retrieveFixedFields(e){const t=Le(["visitors",...e,"fixedFields"],this.specObj);return"object"==typeof t&&null!==t?Object.keys(t):[]},retrieveVisitor(e){return Bt(Nt,["visitors",...e],this.specObj)?Le(["visitors",...e],this.specObj):Le(["visitors",...e,"$visitor"],this.specObj)},retrieveVisitorInstance(e,t={}){const r=this.retrievePassingOptions();return this.retrieveVisitor(e)({...r,...t})},toRefractedElement(e,t,r={}){const n=this.retrieveVisitorInstance(e,r),s=Object.getPrototypeOf(n);return U(this.fallbackVisitorPrototype)&&(this.fallbackVisitorPrototype=Object.getPrototypeOf(this.retrieveVisitorInstance(["value"]))),this.fallbackVisitorPrototype===s?dr(t):(Sr(t,n,{keyMap:fn,nodeTypeGetter:ln,...r}),n.element)}}}),hn=rr(pn,{props:{specPath:Zr,ignoredFields:[]},init({specPath:e=this.specPath,ignoredFields:t=this.ignoredFields}={}){this.specPath=e,this.ignoredFields=t},methods:{ObjectElement(e){const t=this.specPath(e),r=this.retrieveFixedFields(t);return e.forEach(((e,n,s)=>{if(ne(n)&&r.includes(an(n))&&!this.ignoredFields.includes(an(n))){const r=this.toRefractedElement([...t,"fixedFields",an(n)],e),o=new i.c6(dr(n),r);this.copyMetaAndAttributes(s,o),o.classes.push("fixed-field"),this.element.content.push(o)}else this.ignoredFields.includes(an(n))||this.element.content.push(dr(s))})),this.copyMetaAndAttributes(e,this.element),ar}}}),mn=rr(hn,Xr,{props:{specPath:$(["document","objects","JSONSchema"])},init(){this.element=new _r}}),yn=Xr,dn=Xr,vn=Xr,bn=Xr,gn=Xr,jn=Xr,On=Xr,En=Xr,xn=Xr,Sn=Xr,wn=rr({props:{parent:null},init({parent:e=this.parent}){this.parent=e,this.passingOptionsNames=[...this.passingOptionsNames,"parent"]}}),An=e=>ce(e)&&e.hasKey("$ref"),kn=rr(pn,wn,Xr,{methods:{ObjectElement(e){const t=An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"];return this.element=this.toRefractedElement(t,e),ar},ArrayElement(e){return this.element=new i.ON,this.element.classes.push("json-schema-items"),e.forEach((e=>{const t=An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),ar}}}),Pn=Xr,_n=Xr,Nn=Xr,Mn=Xr,Tn=Xr,Rn=rr(Xr,{methods:{ArrayElement(e){return this.element=dr(e),this.element.classes.push("json-schema-required"),ar}}});const Fn=c((function(e){return g(Ot(mt,0,yt("length",e)),(function(){for(var t=0,r=e.length;t<r;){if(!e[t].apply(this,arguments))return!1;t+=1}return!0}))}));const Vn=a((function(e,t){return e||t}));const Cn=nt(g(1,Ft($t,a((function(e,t){return Tt(e)?function(){return e.apply(this,arguments)||t.apply(this,arguments)}:rt(Vn)(e,t)}))(Ut,Nt))));const In=nt(It);const Ln=Fn([ir,Cn,In]),Dn=rr(pn,{props:{fieldPatternPredicate:sr,specPath:Zr,ignoredFields:[]},init({specPath:e=this.specPath,ignoredFields:t=this.ignoredFields}={}){this.specPath=e,this.ignoredFields=t},methods:{ObjectElement(e){return e.forEach(((e,t,r)=>{if(!this.ignoredFields.includes(an(t))&&this.fieldPatternPredicate(an(t))){const n=this.specPath(e),s=this.toRefractedElement(n,e),o=new i.c6(dr(t),s);this.copyMetaAndAttributes(r,o),o.classes.push("patterned-field"),this.element.content.push(o)}else this.ignoredFields.includes(an(t))||this.element.content.push(dr(r))})),this.copyMetaAndAttributes(e,this.element),ar}}}),Jn=rr(Dn,{props:{fieldPatternPredicate:Ln}}),Bn=rr(Jn,wn,Xr,{props:{specPath:e=>An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]},init(){this.element=new i.Sb,this.element.classes.push("json-schema-properties")}}),zn=rr(Jn,wn,Xr,{props:{specPath:e=>An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]},init(){this.element=new i.Sb,this.element.classes.push("json-schema-patternProperties")}}),$n=rr(Jn,wn,Xr,{props:{specPath:e=>An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]},init(){this.element=new i.Sb,this.element.classes.push("json-schema-dependencies")}}),qn=rr(Xr,{methods:{ArrayElement(e){return this.element=dr(e),this.element.classes.push("json-schema-enum"),ar}}}),Un=rr(Xr,{methods:{StringElement(e){return this.element=dr(e),this.element.classes.push("json-schema-type"),ar},ArrayElement(e){return this.element=dr(e),this.element.classes.push("json-schema-type"),ar}}}),Gn=rr(pn,wn,Xr,{init(){this.element=new i.ON,this.element.classes.push("json-schema-allOf")},methods:{ArrayElement(e){return e.forEach((e=>{const t=An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),ar}}}),Kn=rr(pn,wn,Xr,{init(){this.element=new i.ON,this.element.classes.push("json-schema-anyOf")},methods:{ArrayElement(e){return e.forEach((e=>{const t=An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),ar}}}),Hn=rr(pn,wn,Xr,{init(){this.element=new i.ON,this.element.classes.push("json-schema-oneOf")},methods:{ArrayElement(e){return e.forEach((e=>{const t=An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),ar}}}),Wn=rr(Jn,wn,Xr,{props:{specPath:e=>An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]},init(){this.element=new i.Sb,this.element.classes.push("json-schema-definitions")}}),Yn=Xr,Qn=Xr,Xn=Xr,Zn=Xr,es=Xr,ts=rr(pn,wn,Xr,{init(){this.element=new i.ON,this.element.classes.push("json-schema-links")},methods:{ArrayElement(e){return e.forEach((e=>{const t=this.toRefractedElement(["document","objects","LinkDescription"],e);this.element.push(t)})),this.copyMetaAndAttributes(e,this.element),ar}}}),rs=Xr,ns=rr(hn,Xr,{props:{specPath:$(["document","objects","JSONReference"])},init(){this.element=new Mr},methods:{ObjectElement(e){const t=hn.compose.methods.ObjectElement.call(this,e);return ne(this.element.$ref)&&this.element.classes.push("reference-element"),t}}}),ss=rr(Xr,{methods:{StringElement(e){return this.element=dr(e),this.element.classes.push("reference-value"),ar}}});const is=Te((function(e,t,r){return g(Math.max(e.length,t.length,r.length),(function(){return e.apply(this,arguments)?t.apply(this,arguments):r.apply(this,arguments)}))}));const os=c((function(e){return function(t,r){return e(t,r)?-1:e(r,t)?1:0}}));var cs=a((function(e,t){return Array.prototype.slice.call(t,0).sort(e)}));const as=cs;const us=Oe(0);const ls=c(f);const fs=nt(Ir);const ps=Ft(Lt,In);function hs(e){return function(e){if(Array.isArray(e))return ms(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return ms(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return ms(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ms(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var ys=wt(as(os((function(e,t){return e.length>t.length}))),us,Ve("length")),ds=zr((function(e,t,r){var n=r.apply(void 0,hs(e));return fs(n)?ls(n):t}));const vs=is(ps,(function(e){var t=ys(e);return g(t,(function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return Ot(ds(r),void 0,e)}))}),q),bs=rr(pn,{props:{alternator:[]},methods:{enter(e){const t=this.alternator.map((({predicate:e,specPath:t})=>is(e,$(t),q))),r=vs(t)(e);return this.element=this.toRefractedElement(r,e),ar}}}),gs=rr(bs,{props:{alternator:[{predicate:An,specPath:["document","objects","JSONReference"]},{predicate:en,specPath:["document","objects","JSONSchema"]}]}}),js=rr(hn,Xr,{props:{specPath:$(["document","objects","Media"])},init(){this.element=new Rr}}),Os=Xr,Es=Xr,xs=rr(hn,Xr,{props:{specPath:$(["document","objects","LinkDescription"])},init(){this.element=new Vr}}),Ss={visitors:{value:Xr,JSONSchemaOrJSONReferenceVisitor:gs,document:{objects:{JSONSchema:{$visitor:mn,fixedFields:{id:yn,$schema:dn,multipleOf:vn,maximum:bn,exclusiveMaximum:gn,minimum:jn,exclusiveMinimum:On,maxLength:En,minLength:xn,pattern:Sn,additionalItems:gs,items:kn,maxItems:Pn,minItems:_n,uniqueItems:Nn,maxProperties:Mn,minProperties:Tn,required:Rn,properties:Bn,additionalProperties:gs,patternProperties:zn,dependencies:$n,enum:qn,type:Un,allOf:Gn,anyOf:Kn,oneOf:Hn,not:gs,definitions:Wn,title:Yn,description:Qn,default:Xn,format:Zn,base:es,links:ts,media:{$ref:"#/visitors/document/objects/Media"},readOnly:rs}},JSONReference:{$visitor:ns,fixedFields:{$ref:ss}},Media:{$visitor:js,fixedFields:{binaryEncoding:Os,type:Es}},LinkDescription:{$visitor:xs,fixedFields:{href:Xr,rel:Xr,title:Xr,targetSchema:gs,mediaType:Xr,method:Xr,encType:Xr,schema:gs}}}}}},ws=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof _r||e(n)&&t("JSONSchemaDraft4",n)&&r("object",n))),As=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Mr||e(n)&&t("JSONReference",n)&&r("object",n))),ks=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Rr||e(n)&&t("media",n)&&r("object",n))),Ps=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Vr||e(n)&&t("linkDescription",n)&&r("object",n))),_s={namespace:e=>{const{base:t}=e;return t.register("jSONSchemaDraft4",_r),t.register("jSONReference",Mr),t.register("media",Rr),t.register("linkDescription",Vr),t}},Ns=()=>{const e=Zt(_s);return{predicates:{...t,isStringElement:ne},namespace:e}},Ms=(e,{specPath:t=["visitors","document","objects","JSONSchema","$visitor"],plugins:r=[],specificationObj:n=Ss}={})=>{const s=(0,i.Qc)(e),o=Yr(n),c=Jt(t,[],o);return Sr(s,c,{state:{specObj:o}}),wr(c.element,r,{toolboxCreator:Ns,visitorOptions:{keyMap:fn,nodeTypeGetter:ln}})},Ts=e=>(t,r={})=>Ms(t,{specPath:e,...r});_r.refract=Ts(["visitors","document","objects","JSONSchema","$visitor"]),Mr.refract=Ts(["visitors","document","objects","JSONReference","$visitor"]),Rr.refract=Ts(["visitors","document","objects","Media","$visitor"]),Vr.refract=Ts(["visitors","document","objects","LinkDescription","$visitor"]);const Rs=class extends _r{constructor(e,t,r){super(e,t,r),this.element="JSONSchemaDraft6"}get idProp(){throw new ke("id keyword from Core vocabulary has been renamed to $id.")}set idProp(e){throw new ke("id keyword from Core vocabulary has been renamed to $id.")}get $id(){return this.get("$id")}set $id(e){this.set("$id",e)}get exclusiveMaximum(){return this.get("exclusiveMaximum")}set exclusiveMaximum(e){this.set("exclusiveMaximum",e)}get exclusiveMinimum(){return this.get("exclusiveMinimum")}set exclusiveMinimum(e){this.set("exclusiveMinimum",e)}get containsProp(){return this.get("contains")}set containsProp(e){this.set("contains",e)}get items(){return this.get("items")}set items(e){this.set("items",e)}get propertyNames(){return this.get("propertyNames")}set propertyNames(e){this.set("propertyNames",e)}get const(){return this.get("const")}set const(e){this.set("const",e)}get not(){return this.get("not")}set not(e){this.set("not",e)}get examples(){return this.get("examples")}set examples(e){this.set("examples",e)}};const Fs=class extends Vr{get hrefSchema(){return this.get("hrefSchema")}set hrefSchema(e){this.set("hrefSchema",e)}get targetSchema(){return this.get("targetSchema")}set targetSchema(e){this.set("targetSchema",e)}get schema(){throw new ke("schema keyword from Hyper-Schema vocabulary has been renamed to submissionSchema.")}set schema(e){throw new ke("schema keyword from Hyper-Schema vocabulary has been renamed to submissionSchema.")}get submissionSchema(){return this.get("submissionSchema")}set submissionSchema(e){this.set("submissionSchema",e)}get method(){throw new ke("method keyword from Hyper-Schema vocabulary has been removed.")}set method(e){throw new ke("method keyword from Hyper-Schema vocabulary has been removed.")}get encType(){throw new ke("encType keyword from Hyper-Schema vocabulary has been renamed to submissionEncType.")}set encType(e){throw new ke("encType keyword from Hyper-Schema vocabulary has been renamed to submissionEncType.")}get submissionEncType(){return this.get("submissionEncType")}set submissionEncType(e){this.set("submissionEncType",e)}},Vs={namespace:e=>{const{base:t}=e;return t.register("jSONSchemaDraft6",Rs),t.register("jSONReference",Mr),t.register("media",Rr),t.register("linkDescription",Fs),t}},Cs=e=>{if(re(e))return`${e.element.charAt(0).toUpperCase()+e.element.slice(1)}Element`},Is={JSONSchemaDraft6Element:["content"],JSONReferenceElement:["content"],MediaElement:["content"],LinkDescriptionElement:["content"],...xr},Ls=e=>ne(e)&&ge(["yaml-e-node","yaml-e-scalar"],e),Ds={JSONSchemaDraft6Element:{additionalItems:(...e)=>new Rs(...e),items:(...e)=>new Rs(...e),contains:(...e)=>new Rs(...e),required(...e){const t=new i.ON(...e);return t.classes.push("json-schema-required"),t},properties(...e){const t=new i.Sb(...e);return t.classes.push("json-schema-properties"),t},additionalProperties:(...e)=>new Rs(...e),patternProperties(...e){const t=new i.Sb(...e);return t.classes.push("json-schema-patternProperties"),t},dependencies(...e){const t=new i.Sb(...e);return t.classes.push("json-schema-dependencies"),t},propertyNames:(...e)=>new Rs(...e),enum(...e){const t=new i.ON(...e);return t.classes.push("json-schema-enum"),t},allOf(...e){const t=new i.ON(...e);return t.classes.push("json-schema-allOf"),t},anyOf(...e){const t=new i.ON(...e);return t.classes.push("json-schema-anyOf"),t},oneOf(...e){const t=new i.ON(...e);return t.classes.push("json-schema-oneOf"),t},not:(...e)=>new Rs(...e),definitions(...e){const t=new i.Sb(...e);return t.classes.push("json-schema-definitions"),t},examples(...e){const t=new i.ON(...e);return t.classes.push("json-schema-examples"),t},links(...e){const t=new i.ON(...e);return t.classes.push("json-schema-links"),t},media:(...e)=>new Rr(...e)},LinkDescriptionElement:{hrefSchema:(...e)=>new Rs(...e),targetSchema:(...e)=>new Rs(...e),submissionSchema:(...e)=>new Rs(...e)},"json-schema-properties":{"[key: *]":function(...e){return new Rs(...e)}},"json-schema-patternProperties":{"[key: *]":function(...e){return new Rs(...e)}},"json-schema-dependencies":{"[key: *]":function(...e){return new Rs(...e)}},"json-schema-allOf":{"<*>":function(...e){return new Rs(...e)}},"json-schema-anyOf":{"<*>":function(...e){return new Rs(...e)}},"json-schema-oneOf":{"<*>":function(...e){return new Rs(...e)}},"json-schema-definitions":{"[key: *]":function(...e){return new Rs(...e)}},"json-schema-links":{"<*>":function(...e){return new Fs(...e)}}},Js=(e,t)=>{const r=Cs(e),n=Ds[r]||Ds[an(e.classes.first)];return void 0===n?void 0:Object.prototype.hasOwnProperty.call(n,"[key: *]")?n["[key: *]"]:n[t]},Bs=()=>()=>({visitor:{MemberElement(e,...t){if(!Ls(e.value))return;const[,,,r]=t,n=r[r.length-1],s=Js(n,an(e.key));if(void 0===s)return;const o=e.value;return new i.c6(e.key,s.call({context:n},void 0,dr(o.meta),dr(o.attributes)),dr(e.meta),dr(e.attributes))},StringElement(e,...t){if(!Ls(e))return;const[,,,r]=t,n=r[r.length-1];if(!ae(n))return;const s=Js(n,"<*>");return void 0!==s?s.call({context:e},void 0,dr(e.meta),dr(e.attributes)):void 0}}});var zs=Te((function e(t,r,n){if(0===t.length)return r;var s=t[0];if(t.length>1){var i=!Ir(n)&&x(s,n)&&"object"==typeof n[s]?n[s]:Fe(t[1])?[]:{};r=e(Array.prototype.slice.call(t,1),r,i)}return function(e,t,r){if(Fe(e)&&u(r)){var n=[].concat(r);return n[e]=t,n}var s={};for(var i in r)s[i]=r[i];return s[e]=t,s}(s,r,n)}));const $s=zs;const qs=Te((function(e,t,r){var n=Array.prototype.slice.call(r,0);return n.splice(e,t),n}));var Us=Te((function(e,t,r){return $s([e],t,r)}));const Gs=Us;var Ks=a((function e(t,r){if(null==r)return r;switch(t.length){case 0:return r;case 1:return function(e,t){if(null==t)return t;if(Fe(e)&&u(t))return qs(e,1,t);var r={};for(var n in t)r[n]=t[n];return delete r[e],r}(t[0],r);default:var n=t[0],s=Array.prototype.slice.call(t,1);return null==r[n]?function(e,t){if(Fe(e)&&u(t))return[].concat(t);var r={};for(var n in t)r[n]=t[n];return r}(n,r):Gs(n,e(s,r[n]),r)}}));const Hs=Ks,Ws=nr()(hn,Xr,{props:{specPath:$(["document","objects","JSONSchema"])},methods:{ObjectElement(e){return this.element=new Rs,hn.compose.methods.ObjectElement.call(this,e)},BooleanElement(e){return this.element=dr(e),this.element.classes.push("boolean-json-schema"),ar}}}),Ys=Xr,Qs=nr()(pn,wn,Xr,{methods:{ObjectElement(e){const t=An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"];return this.element=this.toRefractedElement(t,e),ar},ArrayElement(e){return this.element=new i.ON,this.element.classes.push("json-schema-items"),e.forEach((e=>{const t=An(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),ar},BooleanElement(e){return this.element=this.toRefractedElement(["document","objects","JSONSchema"],e),ar}}}),Xs=Xr,Zs=nr()(Xr,{methods:{ArrayElement(e){return this.element=dr(e),this.element.classes.push("json-schema-examples"),ar}}}),ei=nr()(hn,Xr,{props:{specPath:$(["document","objects","LinkDescription"])},init(){this.element=new Fs}}),ti=Xr,ri=wt($s(["visitors","document","objects","JSONSchema","$visitor"],Ws),Hs(["visitors","document","objects","JSONSchema","fixedFields","id"]),$s(["visitors","document","objects","JSONSchema","fixedFields","$id"],Ys),$s(["visitors","document","objects","JSONSchema","fixedFields","contains"],Ss.visitors.JSONSchemaOrJSONReferenceVisitor),$s(["visitors","document","objects","JSONSchema","fixedFields","items"],Qs),$s(["visitors","document","objects","JSONSchema","fixedFields","propertyNames"],Ss.visitors.JSONSchemaOrJSONReferenceVisitor),$s(["visitors","document","objects","JSONSchema","fixedFields","const"],Xs),$s(["visitors","document","objects","JSONSchema","fixedFields","examples"],Zs),$s(["visitors","document","objects","LinkDescription","$visitor"],ei),$s(["visitors","document","objects","LinkDescription","fixedFields","hrefSchema"],Ss.visitors.JSONSchemaOrJSONReferenceVisitor),Hs(["visitors","document","objects","LinkDescription","fixedFields","schema"]),$s(["visitors","document","objects","LinkDescription","fixedFields","submissionSchema"],Ss.visitors.JSONSchemaOrJSONReferenceVisitor),Hs(["visitors","document","objects","LinkDescription","fixedFields","method"]),Hs(["visitors","document","objects","LinkDescription","fixedFields","encType"]),$s(["visitors","document","objects","LinkDescription","fixedFields","submissionEncType"],ti))(Ss),ni=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Rs||e(n)&&t("JSONSchemaDraft6",n)&&r("object",n))),si=te((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Fs||e(n)&&t("linkDescription",n)&&r("object",n))),ii=()=>{const e=Zt(Vs);return{predicates:{...s,isStringElement:ne},namespace:e}},oi=(e,{specPath:t=["visitors","document","objects","JSONSchema","$visitor"],plugins:r=[],specificationObj:n=ri}={})=>{const s=(0,i.Qc)(e),o=Yr(n),c=Jt(t,[],o);return Sr(s,c,{state:{specObj:o}}),wr(c.element,r,{toolboxCreator:ii,visitorOptions:{keyMap:Is,nodeTypeGetter:Cs}})},ci=e=>(t,r={})=>oi(t,{specPath:e,...r}),ai=oi})(),n})()));
@@ -183,7 +183,7 @@ const plugin = () => () => {
183
183
  // no empty Element, continue with next one
184
184
  if (!isEmptyElement(element.value)) return undefined;
185
185
  const [,,, ancestors] = rest;
186
- const ancestor = ancestors.at(-1);
186
+ const ancestor = ancestors[ancestors.length - 1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
187
187
  const elementFactory = findElementFactory(ancestor, toValue(element.key));
188
188
 
189
189
  // no element factory found
@@ -196,7 +196,7 @@ const plugin = () => () => {
196
196
  StringElement(element, ...rest) {
197
197
  if (!isEmptyElement(element)) return undefined;
198
198
  const [,,, ancestors] = rest;
199
- const ancestor = ancestors.at(-1);
199
+ const ancestor = ancestors[ancestors.length - 1];
200
200
 
201
201
  // we're only interested in empty elements in ArrayElements
202
202
  if (!isArrayElement(ancestor)) return undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swagger-api/apidom-ns-json-schema-draft-6",
3
- "version": "0.82.1",
3
+ "version": "0.83.0",
4
4
  "description": "JSON Schema Draft 6 namespace for ApiDOM.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -42,9 +42,9 @@
42
42
  "license": "Apache-2.0",
43
43
  "dependencies": {
44
44
  "@babel/runtime-corejs3": "^7.20.7",
45
- "@swagger-api/apidom-core": "^0.82.1",
46
- "@swagger-api/apidom-error": "^0.82.1",
47
- "@swagger-api/apidom-ns-json-schema-draft-4": "^0.82.1",
45
+ "@swagger-api/apidom-core": "^0.83.0",
46
+ "@swagger-api/apidom-error": "^0.83.0",
47
+ "@swagger-api/apidom-ns-json-schema-draft-4": "^0.83.0",
48
48
  "@types/ramda": "~0.29.6",
49
49
  "ramda": "~0.29.0",
50
50
  "ramda-adjunct": "^4.1.1",
@@ -60,5 +60,5 @@
60
60
  "README.md",
61
61
  "CHANGELOG.md"
62
62
  ],
63
- "gitHead": "94999a0e9d60437edf7a922f8a844753fcb51469"
63
+ "gitHead": "4f5563541b7973162e0d5096966d56dbad4c706c"
64
64
  }