@qubit-ltd/common-decorator 3.10.1 → 3.10.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/README.md +334 -0
  2. package/README.zh_CN.md +334 -0
  3. package/dist/common-decorator.cjs +136 -68
  4. package/dist/common-decorator.cjs.map +1 -1
  5. package/dist/common-decorator.min.cjs +1 -1
  6. package/dist/common-decorator.min.cjs.map +1 -1
  7. package/dist/common-decorator.min.mjs +1 -1
  8. package/dist/common-decorator.min.mjs.map +1 -1
  9. package/dist/common-decorator.mjs +133 -69
  10. package/dist/common-decorator.mjs.map +1 -1
  11. package/doc/api/DefaultAssignmentOptions.html +7 -638
  12. package/doc/api/DefaultOptions.html +6 -939
  13. package/doc/api/DefaultToJsonOptions.html +3 -633
  14. package/doc/api/Enum.html +9 -1742
  15. package/doc/api/Model.html +4 -3544
  16. package/doc/api/Page.html +3 -1105
  17. package/doc/api/data/search.json +1 -0
  18. package/doc/api/fonts/Inconsolata-Regular.ttf +0 -0
  19. package/doc/api/fonts/OpenSans-Regular.ttf +0 -0
  20. package/doc/api/fonts/WorkSans-Bold.ttf +0 -0
  21. package/doc/api/global.html +128 -6621
  22. package/doc/api/index.html +310 -1404
  23. package/doc/api/scripts/core.js +726 -0
  24. package/doc/api/scripts/core.min.js +23 -0
  25. package/doc/api/scripts/resize.js +90 -0
  26. package/doc/api/scripts/search.js +265 -0
  27. package/doc/api/scripts/search.min.js +6 -0
  28. package/doc/api/scripts/{prettify → third-party}/Apache-License-2.0.txt +202 -202
  29. package/doc/api/scripts/third-party/fuse.js +9 -0
  30. package/doc/api/scripts/third-party/hljs-line-num-original.js +369 -0
  31. package/doc/api/scripts/third-party/hljs-line-num.js +1 -0
  32. package/doc/api/scripts/third-party/hljs-original.js +5171 -0
  33. package/doc/api/scripts/third-party/hljs.js +1 -0
  34. package/doc/api/scripts/third-party/popper.js +5 -0
  35. package/doc/api/scripts/third-party/tippy.js +1 -0
  36. package/doc/api/scripts/third-party/tocbot.js +672 -0
  37. package/doc/api/scripts/third-party/tocbot.min.js +1 -0
  38. package/doc/api/styles/clean-jsdoc-theme-base.css +1159 -0
  39. package/doc/api/styles/clean-jsdoc-theme-dark.css +412 -0
  40. package/doc/api/styles/clean-jsdoc-theme-light.css +482 -0
  41. package/doc/api/styles/clean-jsdoc-theme-scrollbar.css +30 -0
  42. package/doc/api/styles/clean-jsdoc-theme-without-scrollbar.min.css +1 -0
  43. package/doc/api/styles/clean-jsdoc-theme.min.css +1 -0
  44. package/doc/common-decorator.min.visualization.html +1 -1
  45. package/doc/common-decorator.visualization.html +1 -1
  46. package/package.json +2 -1
  47. package/doc/api/fonts/OpenSans-Bold-webfont.eot +0 -0
  48. package/doc/api/fonts/OpenSans-Bold-webfont.svg +0 -1838
  49. package/doc/api/fonts/OpenSans-Bold-webfont.woff +0 -0
  50. package/doc/api/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
  51. package/doc/api/fonts/OpenSans-BoldItalic-webfont.svg +0 -1838
  52. package/doc/api/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
  53. package/doc/api/fonts/OpenSans-Italic-webfont.eot +0 -0
  54. package/doc/api/fonts/OpenSans-Italic-webfont.svg +0 -1838
  55. package/doc/api/fonts/OpenSans-Italic-webfont.woff +0 -0
  56. package/doc/api/fonts/OpenSans-Light-webfont.eot +0 -0
  57. package/doc/api/fonts/OpenSans-Light-webfont.svg +0 -1839
  58. package/doc/api/fonts/OpenSans-Light-webfont.woff +0 -0
  59. package/doc/api/fonts/OpenSans-LightItalic-webfont.eot +0 -0
  60. package/doc/api/fonts/OpenSans-LightItalic-webfont.svg +0 -1843
  61. package/doc/api/fonts/OpenSans-LightItalic-webfont.woff +0 -0
  62. package/doc/api/fonts/OpenSans-Regular-webfont.eot +0 -0
  63. package/doc/api/fonts/OpenSans-Regular-webfont.svg +0 -1839
  64. package/doc/api/fonts/OpenSans-Regular-webfont.woff +0 -0
  65. package/doc/api/fonts/OpenSans-Semibold-webfont.eot +0 -0
  66. package/doc/api/fonts/OpenSans-Semibold-webfont.svg +0 -1838
  67. package/doc/api/fonts/OpenSans-Semibold-webfont.ttf +0 -0
  68. package/doc/api/fonts/OpenSans-Semibold-webfont.woff +0 -0
  69. package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
  70. package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.svg +0 -1838
  71. package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
  72. package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
  73. package/doc/api/scripts/linenumber.js +0 -34
  74. package/doc/api/scripts/prettify/lang-css.js +0 -2
  75. package/doc/api/scripts/prettify/prettify.js +0 -28
  76. package/doc/api/styles/jsdoc-default.css +0 -699
  77. package/doc/api/styles/prettify-jsdoc.css +0 -120
  78. package/doc/api/styles/prettify-tomorrow.css +0 -141
@@ -1 +1 @@
1
- import t from"@babel/runtime/helpers/typeof";import r from"@babel/runtime/helpers/defineProperty";import o,{registerCloneHook as i}from"@qubit-ltd/clone";import{isUndefinedOrNull as a,isEmpty as u}from"@qubit-ltd/common-util";import{isString as c,isTypedArray as l,isCollection as p,isBuiltInClass as y}from"@qubit-ltd/type-detect";import d from"@babel/runtime/helpers/slicedToArray";import g from"@qubit-ltd/typeinfo";import m from"@babel/runtime/helpers/classCallCheck";import b from"@babel/runtime/helpers/createClass";import{NamingStyle as h}from"@qubit-ltd/naming-style";import v from"@qubit-ltd/json";import S from"util";import{ValidationResult as O}from"@qubit-ltd/common-validation-rule";var A="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function getDefaultExportFromCjs(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var P,w,j={},q={};function requireGlobalThis(){if(w)return P;w=1;var check=function(t){return t&&t.Math===Math&&t};return P=check("object"==typeof globalThis&&globalThis)||check("object"==typeof window&&window)||check("object"==typeof self&&self)||check("object"==typeof A&&A)||check("object"==typeof P&&P)||function(){return this}()||Function("return this")()}var E,I,T,N,x,_,B,M,D,R,$,k,U,C,G,W,z,J,L,H,V,K,Q,X,Y,Z,ee,te,re,ne,oe,ie,ae,ue={exports:{}};function requireDefineGlobalProperty(){if(N)return T;N=1;var t=requireGlobalThis(),r=Object.defineProperty;return T=function(o,i){try{r(t,o,{value:i,configurable:!0,writable:!0})}catch(r){t[o]=i}return i}}function requireSharedStore(){if(x)return ue.exports;x=1;var t=function requireIsPure(){return I?E:(I=1,E=!1)}(),r=requireGlobalThis(),o=requireDefineGlobalProperty(),i="__core-js_shared__",a=ue.exports=r[i]||o(i,{});return(a.versions||(a.versions=[])).push({version:"3.41.0",mode:t?"pure":"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE",source:"https://github.com/zloirock/core-js"}),ue.exports}function requireShared(){if(B)return _;B=1;var t=requireSharedStore();return _=function(r,o){return t[r]||(t[r]=o||{})}}function requireFails(){return D?M:(D=1,M=function(t){try{return!!t()}catch(t){return!0}})}function requireFunctionBindNative(){if($)return R;$=1;var t=requireFails();return R=!t((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))}function requireFunctionUncurryThis(){if(U)return k;U=1;var t=requireFunctionBindNative(),r=Function.prototype,o=r.call,i=t&&r.bind.bind(o,o);return k=t?i:function(t){return function(){return o.apply(t,arguments)}},k}function requireIsNullOrUndefined(){return G?C:(G=1,C=function(t){return null==t})}function requireRequireObjectCoercible(){if(z)return W;z=1;var t=requireIsNullOrUndefined(),r=TypeError;return W=function(o){if(t(o))throw new r("Can't call method on "+o);return o}}function requireToObject(){if(L)return J;L=1;var t=requireRequireObjectCoercible(),r=Object;return J=function(o){return r(t(o))}}function requireHasOwnProperty(){if(V)return H;V=1;var t=requireFunctionUncurryThis(),r=requireToObject(),o=t({}.hasOwnProperty);return H=Object.hasOwn||function hasOwn(t,i){return o(r(t),i)}}function requireUid(){if(Q)return K;Q=1;var t=requireFunctionUncurryThis(),r=0,o=Math.random(),i=t(1..toString);return K=function(t){return"Symbol("+(void 0===t?"":t)+")_"+i(++r+o,36)}}function requireEnvironmentV8Version(){if(ee)return Z;ee=1;var t,r,o=requireGlobalThis(),i=function requireEnvironmentUserAgent(){if(Y)return X;Y=1;var t=requireGlobalThis().navigator,r=t&&t.userAgent;return X=r?String(r):""}(),a=o.process,u=o.Deno,c=a&&a.versions||u&&u.version,l=c&&c.v8;return l&&(r=(t=l.split("."))[0]>0&&t[0]<4?1:+(t[0]+t[1])),!r&&i&&(!(t=i.match(/Edge\/(\d+)/))||t[1]>=74)&&(t=i.match(/Chrome\/(\d+)/))&&(r=+t[1]),Z=r}function requireSymbolConstructorDetection(){if(re)return te;re=1;var t=requireEnvironmentV8Version(),r=requireFails(),o=requireGlobalThis().String;return te=!!Object.getOwnPropertySymbols&&!r((function(){var r=Symbol("symbol detection");return!o(r)||!(Object(r)instanceof Symbol)||!Symbol.sham&&t&&t<41}))}function requireUseSymbolAsUid(){if(oe)return ne;oe=1;var t=requireSymbolConstructorDetection();return ne=t&&!Symbol.sham&&"symbol"==typeof Symbol.iterator}function requireWellKnownSymbol(){if(ae)return ie;ae=1;var t=requireGlobalThis(),r=requireShared(),o=requireHasOwnProperty(),i=requireUid(),a=requireSymbolConstructorDetection(),u=requireUseSymbolAsUid(),c=t.Symbol,l=r("wks"),p=u?c.for||c:c&&c.withoutSetter||i;return ie=function(t){return o(l,t)||(l[t]=a&&o(c,t)?c[t]:p("Symbol."+t)),l[t]}}var ce,le,pe,fe,ye,se,de,ge,me,be,he,ve,Se,Oe,Ae,Pe,we,je,qe,Ee,Ie,Fe,Te,Ne,xe,_e,Be,Me,De,Re,$e,ke,Ue,Ce,Ge,We,ze={};function requireDescriptors(){if(le)return ce;le=1;var t=requireFails();return ce=!t((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))}function requireIsCallable$1(){if(fe)return pe;fe=1;var t="object"==typeof document&&document.all;return pe=void 0===t&&void 0!==t?function(r){return"function"==typeof r||r===t}:function(t){return"function"==typeof t}}function requireIsObject(){if(se)return ye;se=1;var t=requireIsCallable$1();return ye=function(r){return"object"==typeof r?null!==r:t(r)}}function requireIe8DomDefine(){if(be)return me;be=1;var t=requireDescriptors(),r=requireFails(),o=function requireDocumentCreateElement(){if(ge)return de;ge=1;var t=requireGlobalThis(),r=requireIsObject(),o=t.document,i=r(o)&&r(o.createElement);return de=function(t){return i?o.createElement(t):{}}}();return me=!t&&!r((function(){return 7!==Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))}function requireAnObject(){if(Oe)return Se;Oe=1;var t=requireIsObject(),r=String,o=TypeError;return Se=function(i){if(t(i))return i;throw new o(r(i)+" is not an object")}}function requireFunctionCall$1(){if(Pe)return Ae;Pe=1;var t=requireFunctionBindNative(),r=Function.prototype.call;return Ae=t?r.bind(r):function(){return r.apply(r,arguments)},Ae}function requireGetBuiltIn(){if(je)return we;je=1;var t=requireGlobalThis(),r=requireIsCallable$1();return we=function(o,i){return arguments.length<2?(a=t[o],r(a)?a:void 0):t[o]&&t[o][i];var a},we}function requireIsSymbol$1(){if(Fe)return Ie;Fe=1;var t=requireGetBuiltIn(),r=requireIsCallable$1(),o=function requireObjectIsPrototypeOf(){if(Ee)return qe;Ee=1;var t=requireFunctionUncurryThis();return qe=t({}.isPrototypeOf)}(),i=requireUseSymbolAsUid(),a=Object;return Ie=i?function(t){return"symbol"==typeof t}:function(i){var u=t("Symbol");return r(u)&&o(u.prototype,a(i))}}function requireTryToString(){if(Ne)return Te;Ne=1;var t=String;return Te=function(r){try{return t(r)}catch(t){return"Object"}}}function requireACallable(){if(_e)return xe;_e=1;var t=requireIsCallable$1(),r=requireTryToString(),o=TypeError;return xe=function(i){if(t(i))return i;throw new o(r(i)+" is not a function")}}function requireGetMethod(){if(Me)return Be;Me=1;var t=requireACallable(),r=requireIsNullOrUndefined();return Be=function(o,i){var a=o[i];return r(a)?void 0:t(a)}}function requireOrdinaryToPrimitive(){if(Re)return De;Re=1;var t=requireFunctionCall$1(),r=requireIsCallable$1(),o=requireIsObject(),i=TypeError;return De=function(a,u){var c,l;if("string"===u&&r(c=a.toString)&&!o(l=t(c,a)))return l;if(r(c=a.valueOf)&&!o(l=t(c,a)))return l;if("string"!==u&&r(c=a.toString)&&!o(l=t(c,a)))return l;throw new i("Can't convert object to primitive value")}}function requireToPrimitive(){if(ke)return $e;ke=1;var t=requireFunctionCall$1(),r=requireIsObject(),o=requireIsSymbol$1(),i=requireGetMethod(),a=requireOrdinaryToPrimitive(),u=requireWellKnownSymbol(),c=TypeError,l=u("toPrimitive");return $e=function(u,p){if(!r(u)||o(u))return u;var y,d=i(u,l);if(d){if(void 0===p&&(p="default"),y=t(d,u,p),!r(y)||o(y))return y;throw new c("Can't convert object to primitive value")}return void 0===p&&(p="number"),a(u,p)}}function requireToPropertyKey(){if(Ce)return Ue;Ce=1;var t=requireToPrimitive(),r=requireIsSymbol$1();return Ue=function(o){var i=t(o,"string");return r(i)?i:i+""}}function requireObjectDefineProperty(){if(Ge)return ze;Ge=1;var t=requireDescriptors(),r=requireIe8DomDefine(),o=function requireV8PrototypeDefineBug(){if(ve)return he;ve=1;var t=requireDescriptors(),r=requireFails();return he=t&&r((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))}(),i=requireAnObject(),a=requireToPropertyKey(),u=TypeError,c=Object.defineProperty,l=Object.getOwnPropertyDescriptor,p="enumerable",y="configurable",d="writable";return ze.f=t?o?function defineProperty(t,r,o){if(i(t),r=a(r),i(o),"function"==typeof t&&"prototype"===r&&"value"in o&&d in o&&!o[d]){var u=l(t,r);u&&u[d]&&(t[r]=o.value,o={configurable:y in o?o[y]:u[y],enumerable:p in o?o[p]:u[p],writable:!1})}return c(t,r,o)}:c:function defineProperty(t,o,l){if(i(t),o=a(o),i(l),r)try{return c(t,o,l)}catch(t){}if("get"in l||"set"in l)throw new u("Accessors not supported");return"value"in l&&(t[o]=l.value),t},ze}var Je,Le,He={};function requirePath(){if(Le)return Je;Le=1;var t=requireGlobalThis();return Je=t}var Ve,Ke,Qe,Xe,Ye,Ze={};function requireWellKnownSymbolDefine(){if(Qe)return Ke;Qe=1;var t=requirePath(),r=requireHasOwnProperty(),o=function requireWellKnownSymbolWrapped(){if(Ve)return Ze;Ve=1;var t=requireWellKnownSymbol();return Ze.f=t,Ze}(),i=requireObjectDefineProperty().f;return Ke=function(a){var u=t.Symbol||(t.Symbol={});r(u,a)||i(u,a,{value:o.f(a)})}}!function requireDecoratorMetadataV2(){return Ye||(Ye=1,function requireEsnext_function_metadata(){if(We)return q;We=1;var t=requireWellKnownSymbol(),r=requireObjectDefineProperty().f,o=t("metadata"),i=Function.prototype;return void 0===i[o]&&r(i,o,{value:null}),q}(),function requireEsnext_symbol_metadata(){return Xe||(Xe=1,requireWellKnownSymbolDefine()("metadata")),He}()),j}();var et="__cd_category__",tt="__cd_default_instance__",rt="__cd_next_id__",nt="__cd_name_field__",ot="__cd_fields_metadata__",it="__type__",at="__element_type__",ut="__nullable__",ct="__empty__",lt="__label__",pt="__normalizer__",ft="__validator__",yt=new WeakMap,st=function get(t){var r=yt.get(t);if(r)return r;var o=t[Symbol.metadata];return o?(yt.set(t,o),o):{}},dt=function set(t,r){yt.set(t,r)};function getClassMetadata(t,r){if("function"!=typeof t)throw new TypeError("The first argument must be a class constructor.");var o=st(t);if(o)return o[r]}function isEnumClass(t){return"function"==typeof t&&"enum"===getClassMetadata(t,et)}function enumNormalizer(t){if(!isEnumClass(t))throw new TypeError("The argument must be the constructor function of an enumeration class decorated by `@Enum`.");return function(r){return t.of(r)}}function defaultNormalizer(t){var r,o,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};null!=i||(i={}),null!==(o=(r=i).path)&&void 0!==o||(r.path="");var a=g(t);switch(a.category){case"string":return isEnumClass(i.type)?enumNormalizer(i.type)(t):t.trim();case"array":case"typed-array":return t.map((function(t){return defaultNormalizer(t)}));case"map":return new Map(Array.from(t,(function(t){var r=d(t,2);return[r[0],defaultNormalizer(r[1],i)]})));case"set":return new Set(Array.from(t,(function(t){return defaultNormalizer(t,i)})));default:if(a.isBuiltIn)return t;if("function"==typeof t.normalize){var u={path:i.path,types:i.types,elementTypes:i.elementTypes};t.normalize("*",u)}return t}}var gt=b((function DefaultAssignmentOptions(){m(this,DefaultAssignmentOptions),r(this,"normalize",!0),r(this,"convertNaming",!1),r(this,"sourceNamingStyle","LOWER_UNDERSCORE"),r(this,"targetNamingStyle","LOWER_CAMEL"),r(this,"types",{}),r(this,"elementTypes",{})})),mt=b((function DefaultToJsonOptions(){m(this,DefaultToJsonOptions),r(this,"normalize",!0),r(this,"removeEmptyFields",!1),r(this,"convertNaming",!1),r(this,"sourceNamingStyle","LOWER_CAMEL"),r(this,"targetNamingStyle","LOWER_UNDERSCORE"),r(this,"space",void 0)}));function ownKeys$5(t,r){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);r&&(i=i.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),o.push.apply(o,i)}return o}function _objectSpread$5(t){for(var o=1;o<arguments.length;o++){var i=null!=arguments[o]?arguments[o]:{};o%2?ownKeys$5(Object(i),!0).forEach((function(o){r(t,o,i[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):ownKeys$5(Object(i)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(i,r))}))}return t}var bt=new Map,ht=function(){return b((function DefaultOptions(){m(this,DefaultOptions)}),null,[{key:"get",value:function get(t){var r=bt.get(t);return r?o(r):void 0}},{key:"merge",value:function merge(t,r){var i=bt.get(t);return o(void 0===i?r:_objectSpread$5(_objectSpread$5({},i),r))}},{key:"set",value:function set(t,r){var i=o(r),a=bt.get(t);void 0===a?bt.set(t,i):bt.set(t,_objectSpread$5(_objectSpread$5({},a),i))}},{key:"reset",value:function reset(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0;if(t)switch(t){case"assign":bt.set("assign",new gt);break;case"toJSON":bt.set("toJSON",new mt);break;default:throw new Error("Unknown aspect: ".concat(t))}else bt.set("assign",new gt),bt.set("toJSON",new mt)}}])}();function ofValueImpl(t,r){if(c(r)){var o=t[String(r).trim().toUpperCase()];return o instanceof t?o:void 0}}function getDefaultInstance(t){if(t.prototype===Object.prototype)return{};var r=st(t),o=r[tt];return o instanceof t||(o=new t,r[tt]=o),o}function _createForOfIteratorHelper(t,r){var o="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!o){if(Array.isArray(t)||(o=function _unsupportedIterableToArray(t,r){if(t){if("string"==typeof t)return _arrayLikeToArray(t,r);var o={}.toString.call(t).slice(8,-1);return"Object"===o&&t.constructor&&(o=t.constructor.name),"Map"===o||"Set"===o?Array.from(t):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?_arrayLikeToArray(t,r):void 0}}(t))||r){o&&(t=o);var i=0,a=function F(){};return{s:a,n:function n(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function e(t){throw t},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var u,c=!0,l=!1;return{s:function s(){o=o.call(t)},n:function n(){var t=o.next();return c=t.done,t},e:function e(t){l=!0,u=t},f:function f(){try{c||null==o.return||o.return()}finally{if(l)throw u}}}}function _arrayLikeToArray(t,r){(null==r||r>t.length)&&(r=t.length);for(var o=0,i=Array(r);o<r;o++)i[o]=t[o];return i}function getFieldMetadataObject(t,r){var o,i;if(null!=t){null!==(o=t[ot])&&void 0!==o||(t[ot]={});var a=t[ot];return null!==(i=a[r])&&void 0!==i||(a[r]={}),a[r]}}function getFieldMetadata(t,r,o){var i=getFieldMetadataObject(t,r);return i?i[o]:void 0}function getFieldElementType(t,r){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};null!=o||(o=".".concat(r)),null!=i||(i={});var a=getFieldMetadata(st(t),r,at);if(a){if("function"!=typeof a)throw new TypeError("The annotated element type of '".concat(t.name,".").concat(o,"' is not a function."));return a}if(i&&i.elementTypes&&i.elementTypes[o]){var u=i.elementTypes[o];if("function"!=typeof u)throw new TypeError("The target element type of '".concat(t.name,".").concat(o,"' is not a function."));return u}var c=getDefaultInstance(t)[r];if(null!=c){var y=function getCollectionElementType(t){var r;if(Array.isArray(t)||l(t)){if(t.length>0&&"function"==typeof(null===(r=t[0])||void 0===r?void 0:r.constructor))return t[0].constructor}else if(p(t)&&t.size>0){var o=t.values().next().value;if(o&&"function"==typeof o.constructor)return o.constructor}return null}(c);if(null!=y)return y}return null}function getFieldType(t,r){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};null!=o||(o=".".concat(r)),null!=i||(i={});var a=getFieldMetadata(st(t),r,it);if(a){if("function"!=typeof a)throw new TypeError("The annotated type of '".concat(t.name,".").concat(o,"' is not a function."));return a}if(i&&i.types&&i.types[o]){var u=i.types[o];if("function"!=typeof u)throw new TypeError("The target type of '".concat(t.name,".").concat(o,"' is not a function."));return u}var c=getDefaultInstance(t)[r];if(null!=c&&"function"==typeof c.constructor)return c.constructor}function getSourceField(t,r){if(!0===(null==r?void 0:r.convertNaming)){var o=h.of(r.sourceNamingStyle);return h.of(r.targetNamingStyle).to(o,t)}return t}function hasPrototypeFunction(t,r){return null!==t&&t.prototype&&Reflect.has(t.prototype,r)&&"function"==typeof t.prototype[r]}ht.reset();var vt={includeAccessor:!1,includeNonEnumerable:!1,includeReadonly:!0,includeNonConfigurable:!0};function ownKeys$4(t,r){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);r&&(i=i.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),o.push.apply(o,i)}return o}function _objectSpread$4(t){for(var o=1;o<arguments.length;o++){var i=null!=arguments[o]?arguments[o]:{};o%2?ownKeys$4(Object(i),!0).forEach((function(o){r(t,o,i[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):ownKeys$4(Object(i)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(i,r))}))}return t}var St={getAllFields:function getAllFields(t,r,o){var i=o.type,a=o.options,u=Object.keys(t),c=Object.getPrototypeOf(i);if(hasPrototypeFunction(c,"assign")){c.prototype.assign.call(t,r,a);var l=getDefaultInstance(c),p=Object.keys(l);return u.filter((function(t){return!p.includes(t)}))}return u},copyPropertiesWithoutNamingConversion:function copyPropertiesWithoutNamingConversion(t,r){a(r)||Object.keys(t).forEach((function(i){Object.prototype.hasOwnProperty.call(r,i)&&(t[i]=o(r[i],vt))}))},cloneEnum:function cloneEnum(t,r){var o=r.sourcePath,i=r.targetType,a=r.defaultInstance;if(null===t)return null;if(void 0===t)return a;if(t instanceof i)return t;if("string"==typeof t){if(0===t.trim().length)return a;var u=ofValueImpl(i,t);if(void 0===u)throw new RangeError("The value of property '".concat(o,"' of the ")+"source object is not an enumerator of ".concat(i.name,": ").concat(t));return u}throw new RangeError("The value of property '".concat(o,"' of the source ")+"object is not an enumerator of ".concat(i.name,": ").concat(t))},cloneWithType:function cloneWithType(t,r){var i=r.targetPath,u=r.sourcePath,c=r.targetType,l=r.defaultInstance,p=r.options;if(a(t))return o(l,vt);if(y(c))return null===t?null:void 0===t?l:(t.constructor===c||console.warn("The value of the property '".concat(u,"' of the source ")+"object is not an instance of ".concat(c.name,":"),t),o(t,vt));if("enum"===getClassMetadata(c,et))return this.cloneEnum(t,{sourcePath:u,targetType:c,defaultInstance:l});var d=new c;return this.doAssign(d,t,{targetPath:i,sourcePath:u,targetType:c,defaultInstance:l,options:p})},cloneArrayWithElementType:function cloneArrayWithElementType(t,r){var i=this,u=r.targetPath,c=r.sourcePath,l=r.elementType,p=r.defaultArray,d=r.options;if(!Array.isArray(t))return console.error("The value of the property '".concat(c,"' of the source ")+"object should be an array:",t),o(p,vt);if(y(l))return o(t,vt);if("enum"===getClassMetadata(l,et))return t.map((function(t,r){return i.cloneEnum(t,{sourcePath:"".concat(c,"[").concat(r,"]"),targetType:l,defaultInstance:p?p[r]:void 0})}));var g=getDefaultInstance(l);return t.map((function(t,r){if(a(t))return t;var o=new l,y=p&&p[r]?p[r]:g;return i.doAssign(o,t,{targetPath:"".concat(u,"[").concat(r,"]"),sourcePath:"".concat(c,"[").concat(r,"]"),targetType:l,defaultInstance:y,options:d}),o}))},cloneNoType:function cloneNoType(t,r){var i=r.targetPath,u=r.sourcePath,c=r.defaultInstance,l=r.options;if(a(c))return o(t,_objectSpread$4(_objectSpread$4({},vt),{},{convertNaming:l.convertNaming,sourceNamingStyle:l.sourceNamingStyle,targetNamingStyle:l.targetNamingStyle}));var p=Object.getPrototypeOf(c).constructor,y=new p;return this.doAssign(y,t,{targetPath:i,sourcePath:u,targetType:p,defaultInstance:c,options:l})},cloneArrayNoElementType:function cloneArrayNoElementType(t,r){var i=r.sourcePath,a=r.defaultArray,u=r.options;return Array.isArray(t)?o(t,_objectSpread$4(_objectSpread$4({},vt),{},{convertNaming:u.convertNaming,sourceNamingStyle:u.sourceNamingStyle,targetNamingStyle:u.targetNamingStyle})):(console.error("The value of the property '".concat(i,"' of the source ")+"object should be an array:",t),o(a,vt))},doAssign:function doAssign(r,i,u){var c=this,l=u.targetPath,p=u.sourcePath,y=u.targetType,d=u.defaultInstance,g=u.options;if(a(i))this.copyPropertiesWithoutNamingConversion(r,d);else{var m=null!=d?d:getDefaultInstance(y);this.getAllFields(r,i,{type:y,options:g}).forEach((function(u){var d=m[u],b="".concat(l,".").concat(u),v=getSourceField(u,g),S="".concat(p,".").concat(v),O=i[v],A=getFieldType(y,u,b,g),P=getFieldElementType(y,u,b,g);if(Object.prototype.hasOwnProperty.call(i,v))a(O)?r[u]=O:P?r[u]=c.cloneArrayWithElementType(O,{targetPath:b,sourcePath:S,elementType:P,defaultArray:d,options:g}):A?r[u]=c.cloneWithType(O,{targetPath:b,sourcePath:S,targetType:A,defaultInstance:d,options:g}):a(d)?r[u]=o(O,_objectSpread$4(_objectSpread$4({},vt),{},{convertNaming:g.convertNaming,sourceNamingStyle:g.sourceNamingStyle,targetNamingStyle:g.targetNamingStyle})):Array.isArray(d)?r[u]=c.cloneArrayNoElementType(O,{targetPath:b,sourcePath:S,defaultArray:d,options:g}):"object"===t(d)?r[u]=c.cloneNoType(O,{targetPath:b,sourcePath:S,defaultInstance:d,options:g}):r[u]=o(O,_objectSpread$4(_objectSpread$4({},vt),{},{convertNaming:g.convertNaming,sourceNamingStyle:g.sourceNamingStyle,targetNamingStyle:g.targetNamingStyle}));else{var w=function getExistFieldWithDifferentNamingStyle(t,r){var o,i=h.values(),a=_createForOfIteratorHelper(i);try{for(a.s();!(o=a.n()).done;){var u,c=o.value,l=_createForOfIteratorHelper(i);try{for(l.s();!(u=l.n()).done;){var p=u.value,y=c.to(p,t);if(Object.prototype.hasOwnProperty.call(r,y))return y}}catch(t){l.e(t)}finally{l.f()}}}catch(t){a.e(t)}finally{a.f()}}(v,i);w&&(console.warn("Cannot find the source property '".concat(S,"' ")+"for the target property '".concat(b,"'. ")+"But the source object has a property '".concat(p,".").concat(w,"'. ")+"A correct naming conversion may be needed."),console.warn("The source object:",i),console.warn("The target object:",r)),r[u]=o(d,vt)}}))}return g.normalize?defaultNormalizer(r):r}};function assignImpl(t,r,o,i){var a=ht.merge("assign",i);return o instanceof t&&(a.convertNaming=!1),St.doAssign(r,o,{targetPath:"",sourcePath:"",targetType:t,defaultInstance:getDefaultInstance(t),options:a})}function assign(r,o){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0;if("object"!==t(r))throw new TypeError("The target object must be an object.");return assignImpl(r.constructor,r,o,i)}function createImpl(r,o,i){if(null==o)return null;if("object"!==t(o))throw new TypeError("The first argument of ".concat(r.name,".create() must be an object."));if(hasPrototypeFunction(r,"assign")){var a=new r;return a.assign(o,i),a}var u=new r;return assignImpl(r,u,o,i)}function create(t,r){return createImpl(t,r,arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0)}function createArrayImpl(t,r,o){if(null==r)return null;if(Array.isArray(r))return r.map((function(r){return createImpl(t,r,o)}));throw new TypeError("The first argument of ".concat(t.name,".createArray() must be an array."))}function createArray(t,r){return createArrayImpl(t,r,arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0)}var Ot,At,Pt,wt,jt,qt,Et,It,Ft,Tt,Nt,xt,_t,Bt,Mt,Dt,Rt,$t,kt,Ut,Ct,Gt,Wt,zt,Jt,Lt,Ht,Vt,Kt,Qt,Xt,Yt,Zt,er,tr,rr,nr,or,ir,ar,ur,cr,lr,pr,fr=function(){function Page(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,u=arguments.length>4&&void 0!==arguments[4]?arguments[4]:[];m(this,Page),r(this,"totalCount",0),r(this,"totalPages",0),r(this,"pageIndex",0),r(this,"pageSize",0),r(this,"content",[]),this.totalCount=t,this.totalPages=o,this.pageIndex=i,this.pageSize=a,this.content=u}return b(Page,[{key:"assign",value:function assign(t){return assignImpl(Page,this,t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0)}}],[{key:"newEmpty",value:function newEmpty(t){return new Page(0,0,0,t,[])}},{key:"getFrom",value:function getFrom(t,r){var o=r.length,i=t.pageSize,a=t.pageIndex,u=Math.ceil(o/i),c=a*i,l=Math.min(c+i,o);return new Page(o,u,a,i,r.slice(c,l))}}])}();function ownKeys$3(t,r){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);r&&(i=i.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),o.push.apply(o,i)}return o}function createPageImpl(o,i,a){if(null==i)return null;if(function isValidPageSource(r,o){var i=ht.merge("assign",o);return null!=r&&"object"===t(r)&&"number"==typeof r[getSourceField("totalCount",i)]&&"number"==typeof r[getSourceField("totalPages",i)]&&"number"==typeof r[getSourceField("pageIndex",i)]&&"number"==typeof r[getSourceField("pageSize",i)]&&Array.isArray(r[getSourceField("content",i)])}(i,a)){var u=new fr,c=function _objectSpread$3(t){for(var o=1;o<arguments.length;o++){var i=null!=arguments[o]?arguments[o]:{};o%2?ownKeys$3(Object(i),!0).forEach((function(o){r(t,o,i[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):ownKeys$3(Object(i)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(i,r))}))}return t}({},a);return c.elementTypes?c.elementTypes[".content"]=o:c.elementTypes={".content":o},assignImpl(fr,u,i,c)}throw new TypeError("Invalid page format: ".concat(v.stringify(i)))}function createPage(t,r){return createPageImpl(t,r,arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0)}function setFieldMetadata(t,r,o,i){var a=getFieldMetadataObject(t,r);if(!a)throw new Error('The metadata of the field "'.concat(r,'" of the class does not exist.'));a[o]=i}function ElementType(t){return function decorate(r,o){var i=o.kind,a=o.name,u=o.metadata;if("field"!==i)throw new SyntaxError("The decorator @ElementType can only decorate a class field: ".concat(a));if("function"!=typeof t)throw new TypeError('The argument of @ElementType decorated on "'.concat(a,'" must be the constructor of a class.'));return setFieldMetadata(u,a,at,t),function(t){if(null!=t&&!Array.isArray(t))throw new TypeError('The field "'.concat(a,'" decorated by @ElementType must be initialized with an array.'));return t}}}function ofCodeImpl(t,r){if(c(r)){var o=String(r).trim(),i=Object.keys(t).filter((function(r){return t[r]instanceof t})).find((function(r){var i;return(null===(i=t[r])||void 0===i?void 0:i.code)===o}));return i?t[i]:void 0}}function ofNameImpl(t,r){if(c(r)){var o=String(r).trim(),i=Object.keys(t).filter((function(r){return t[r]instanceof t})).find((function(r){var i;return(null===(i=t[r])||void 0===i?void 0:i.name)===o}));return i?t[i]:void 0}}function ofImpl(t,r){if(null!=r){if(r instanceof t)return r;var o,i;if(c(r))return null!==(o=null!==(i=ofValueImpl(t,r))&&void 0!==i?i:ofNameImpl(t,r))&&void 0!==o?o:ofCodeImpl(t,r)}}function setClassMetadata(t,r,o){var i=st(t);if(!i)throw new Error('The metadata of the class "'.concat(t.name,'" has not been cached.'));i[r]=o}function isEnumerator(r){if(null==r||"object"!==t(r))return!1;var o=Object.getPrototypeOf(r);return!(!o||!o.constructor)&&"enum"===getClassMetadata(o.constructor,et)}function Enum(r,o){if(null===o||"object"!==t(o))throw new TypeError("The context must be an object.");if("function"!=typeof r||"class"!==o.kind)throw new TypeError("The `@Enum` can only decorate a class.");dt(r,o.metadata),setClassMetadata(r,et,"enum"),o.addInitializer((function(){Object.keys(r).forEach((function(o){"function"!=typeof r[o]&&function defineEnumerator(r,o){var i=r[o],a=new r;if(a.value=o,null==i)a.name=o;else if("string"==typeof i)a.name=i;else{if("object"!==t(i))throw new TypeError("The default value of the enumerator "+"".concat(r.name,".").concat(o," should be either a string or an object."));Object.assign(a,i)}Object.freeze(a),r[o]=a}(r,o)})),Object.freeze(r)})),r.prototype.toString=function toString(){return this.value},r.prototype.toJSON=function toJSON(){return this.value},r.values=function values(){return function valuesImpl(t){return Object.keys(t).filter((function(r){return t[r]instanceof t})).map((function(r){return t[r]}))}(r)},r.ofValue=function ofValue(t){return ofValueImpl(r,t)},r.hasValue=function hasValue(t){return void 0!==ofValueImpl(r,t)},r.ofName=function ofName(t){return ofNameImpl(r,t)},r.hasName=function hasName(t){return void 0!==ofNameImpl(r,t)},r.ofCode=function ofCode(t){return ofCodeImpl(r,t)},r.hasCode=function hasCode(t){return void 0!==ofCodeImpl(r,t)},r.of=function of(t){return ofImpl(r,t)},r.has=function has(t){return void 0!==ofImpl(r,t)}}function Label(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0;return function decorate(o,i){var a=i.kind,u=i.name,c=i.metadata;if("field"!==a)throw new SyntaxError("The decorator @Label can only decorate a class field: ".concat(u));if("string"!=typeof t)throw new TypeError('The first argument of @Label decorated on "'.concat(u,'" must be a string.'));if(void 0!==r&&"string"!=typeof r)throw new TypeError('The second argument of @Label decorated on "'.concat(u,'" must be a string.'));setFieldMetadata(c,u,lt,{label:t,i18n:r})}}function requirePrototypeMethod(t,r){if(!hasPrototypeFunction(t,r))throw new TypeError("The class ".concat(t.name,' does not implement the prototype method "').concat(r,'()".'))}function requireIsArguments$1(){if(At)return Ot;At=1;var t=Object.prototype.toString;return Ot=function isArguments(r){var o=t.call(r),i="[object Arguments]"===o;return i||(i="[object Array]"!==o&&null!==r&&"object"==typeof r&&"number"==typeof r.length&&r.length>=0&&"[object Function]"===t.call(r.callee)),i}}function requireImplementation$4(){if(wt)return Pt;var t;if(wt=1,!Object.keys){var r=Object.prototype.hasOwnProperty,o=Object.prototype.toString,i=requireIsArguments$1(),a=Object.prototype.propertyIsEnumerable,u=!a.call({toString:null},"toString"),c=a.call((function(){}),"prototype"),l=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],equalsConstructorPrototype=function(t){var r=t.constructor;return r&&r.prototype===t},p={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},y=function(){if("undefined"==typeof window)return!1;for(var t in window)try{if(!p["$"+t]&&r.call(window,t)&&null!==window[t]&&"object"==typeof window[t])try{equalsConstructorPrototype(window[t])}catch(t){return!0}}catch(t){return!0}return!1}();t=function keys(t){var a=null!==t&&"object"==typeof t,p="[object Function]"===o.call(t),d=i(t),g=a&&"[object String]"===o.call(t),m=[];if(!a&&!p&&!d)throw new TypeError("Object.keys called on a non-object");var b=c&&p;if(g&&t.length>0&&!r.call(t,0))for(var h=0;h<t.length;++h)m.push(String(h));if(d&&t.length>0)for(var v=0;v<t.length;++v)m.push(String(v));else for(var S in t)b&&"prototype"===S||!r.call(t,S)||m.push(String(S));if(u)for(var O=function(t){if("undefined"==typeof window||!y)return equalsConstructorPrototype(t);try{return equalsConstructorPrototype(t)}catch(t){return!1}}(t),A=0;A<l.length;++A)O&&"constructor"===l[A]||!r.call(t,l[A])||m.push(l[A]);return m}}return Pt=t}function requireObjectKeys(){if(qt)return jt;qt=1;var t=Array.prototype.slice,r=requireIsArguments$1(),o=Object.keys,i=o?function keys(t){return o(t)}:requireImplementation$4(),a=Object.keys;return i.shim=function shimObjectKeys(){if(Object.keys){var o=function(){var t=Object.keys(arguments);return t&&t.length===arguments.length}(1,2);o||(Object.keys=function keys(o){return r(o)?a(t.call(o)):a(o)})}else Object.keys=i;return Object.keys||i},jt=i}function requireEsErrors(){return It?Et:(It=1,Et=Error)}function require_eval(){return Tt?Ft:(Tt=1,Ft=EvalError)}function requireRange(){return xt?Nt:(xt=1,Nt=RangeError)}function requireRef(){return Bt?_t:(Bt=1,_t=ReferenceError)}function requireSyntax(){return Dt?Mt:(Dt=1,Mt=SyntaxError)}function requireType(){return $t?Rt:($t=1,Rt=TypeError)}function requireUri(){return Ut?kt:(Ut=1,kt=URIError)}function requireShams$5(){return Gt?Ct:(Gt=1,Ct=function hasSymbols(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},r=Symbol("test"),o=Object(r);if("string"==typeof r)return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;if("[object Symbol]"!==Object.prototype.toString.call(o))return!1;for(r in t[r]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var i=Object.getOwnPropertySymbols(t);if(1!==i.length||i[0]!==r)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var a=Object.getOwnPropertyDescriptor(t,r);if(42!==a.value||!0!==a.enumerable)return!1}return!0})}function requireHasSymbols$3(){if(zt)return Wt;zt=1;var t="undefined"!=typeof Symbol&&Symbol,r=requireShams$5();return Wt=function hasNativeSymbols(){return"function"==typeof t&&("function"==typeof Symbol&&("symbol"==typeof t("foo")&&("symbol"==typeof Symbol("bar")&&r())))}}function requireHasProto(){if(Lt)return Jt;Lt=1;var t={__proto__:null,foo:{}},r=Object;return Jt=function hasProto(){return{__proto__:t}.foo===t.foo&&!(t instanceof r)}}function requireFunctionBind(){if(Qt)return Kt;Qt=1;var t=function requireImplementation$3(){if(Vt)return Ht;Vt=1;var t=Object.prototype.toString,r=Math.max,o=function concatty(t,r){for(var o=[],i=0;i<t.length;i+=1)o[i]=t[i];for(var a=0;a<r.length;a+=1)o[a+t.length]=r[a];return o};return Ht=function bind(i){var a=this;if("function"!=typeof a||"[object Function]"!==t.apply(a))throw new TypeError("Function.prototype.bind called on incompatible "+a);for(var u,c=function slicy(t,r){for(var o=[],i=r,a=0;i<t.length;i+=1,a+=1)o[a]=t[i];return o}(arguments,1),l=r(0,a.length-c.length),p=[],y=0;y<l;y++)p[y]="$"+y;if(u=Function("binder","return function ("+function(t,r){for(var o="",i=0;i<t.length;i+=1)o+=t[i],i+1<t.length&&(o+=r);return o}(p,",")+"){ return binder.apply(this,arguments); }")((function(){if(this instanceof u){var t=a.apply(this,o(c,arguments));return Object(t)===t?t:this}return a.apply(i,o(c,arguments))})),a.prototype){var d=function Empty(){};d.prototype=a.prototype,u.prototype=new d,d.prototype=null}return u},Ht}();return Kt=Function.prototype.bind||t}function requireHasown(){if(Yt)return Xt;Yt=1;var t=Function.prototype.call,r=Object.prototype.hasOwnProperty,o=requireFunctionBind();return Xt=o.call(t,r)}function requireGetIntrinsic$3(){if(er)return Zt;var t;er=1;var r=requireEsErrors(),o=require_eval(),i=requireRange(),a=requireRef(),u=requireSyntax(),c=requireType(),l=requireUri(),p=Function,getEvalledConstructor=function(t){try{return p('"use strict"; return ('+t+").constructor;")()}catch(t){}},y=Object.getOwnPropertyDescriptor;if(y)try{y({},"")}catch(t){y=null}var throwTypeError=function(){throw new c},d=y?function(){try{return throwTypeError}catch(t){try{return y(arguments,"callee").get}catch(t){return throwTypeError}}}():throwTypeError,g=requireHasSymbols$3()(),m=requireHasProto()(),b=Object.getPrototypeOf||(m?function(t){return t.__proto__}:null),h={},v="undefined"!=typeof Uint8Array&&b?b(Uint8Array):t,S={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?t:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?t:ArrayBuffer,"%ArrayIteratorPrototype%":g&&b?b([][Symbol.iterator]()):t,"%AsyncFromSyncIteratorPrototype%":t,"%AsyncFunction%":h,"%AsyncGenerator%":h,"%AsyncGeneratorFunction%":h,"%AsyncIteratorPrototype%":h,"%Atomics%":"undefined"==typeof Atomics?t:Atomics,"%BigInt%":"undefined"==typeof BigInt?t:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?t:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?t:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?t:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":r,"%eval%":eval,"%EvalError%":o,"%Float32Array%":"undefined"==typeof Float32Array?t:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?t:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?t:FinalizationRegistry,"%Function%":p,"%GeneratorFunction%":h,"%Int8Array%":"undefined"==typeof Int8Array?t:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?t:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?t:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":g&&b?b(b([][Symbol.iterator]())):t,"%JSON%":"object"==typeof JSON?JSON:t,"%Map%":"undefined"==typeof Map?t:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&g&&b?b((new Map)[Symbol.iterator]()):t,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?t:Promise,"%Proxy%":"undefined"==typeof Proxy?t:Proxy,"%RangeError%":i,"%ReferenceError%":a,"%Reflect%":"undefined"==typeof Reflect?t:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?t:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&g&&b?b((new Set)[Symbol.iterator]()):t,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?t:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":g&&b?b(""[Symbol.iterator]()):t,"%Symbol%":g?Symbol:t,"%SyntaxError%":u,"%ThrowTypeError%":d,"%TypedArray%":v,"%TypeError%":c,"%Uint8Array%":"undefined"==typeof Uint8Array?t:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?t:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?t:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?t:Uint32Array,"%URIError%":l,"%WeakMap%":"undefined"==typeof WeakMap?t:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?t:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?t:WeakSet};if(b)try{null.error}catch(t){var O=b(b(t));S["%Error.prototype%"]=O}var A=function doEval(t){var r;if("%AsyncFunction%"===t)r=getEvalledConstructor("async function () {}");else if("%GeneratorFunction%"===t)r=getEvalledConstructor("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=getEvalledConstructor("async function* () {}");else if("%AsyncGenerator%"===t){var o=doEval("%AsyncGeneratorFunction%");o&&(r=o.prototype)}else if("%AsyncIteratorPrototype%"===t){var i=doEval("%AsyncGenerator%");i&&b&&(r=b(i.prototype))}return S[t]=r,r},P={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},w=requireFunctionBind(),j=requireHasown(),q=w.call(Function.call,Array.prototype.concat),E=w.call(Function.apply,Array.prototype.splice),I=w.call(Function.call,String.prototype.replace),T=w.call(Function.call,String.prototype.slice),N=w.call(Function.call,RegExp.prototype.exec),x=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,_=/\\(\\)?/g,B=function getBaseIntrinsic(t,r){var o,i=t;if(j(P,i)&&(i="%"+(o=P[i])[0]+"%"),j(S,i)){var a=S[i];if(a===h&&(a=A(i)),void 0===a&&!r)throw new c("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:o,name:i,value:a}}throw new u("intrinsic "+t+" does not exist!")};return Zt=function GetIntrinsic(t,r){if("string"!=typeof t||0===t.length)throw new c("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof r)throw new c('"allowMissing" argument must be a boolean');if(null===N(/^%?[^%]*%?$/,t))throw new u("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var o=function stringToPath(t){var r=T(t,0,1),o=T(t,-1);if("%"===r&&"%"!==o)throw new u("invalid intrinsic syntax, expected closing `%`");if("%"===o&&"%"!==r)throw new u("invalid intrinsic syntax, expected opening `%`");var i=[];return I(t,x,(function(t,r,o,a){i[i.length]=o?I(a,_,"$1"):r||t})),i}(t),i=o.length>0?o[0]:"",a=B("%"+i+"%",r),l=a.name,p=a.value,d=!1,g=a.alias;g&&(i=g[0],E(o,q([0,1],g)));for(var m=1,b=!0;m<o.length;m+=1){var h=o[m],v=T(h,0,1),O=T(h,-1);if(('"'===v||"'"===v||"`"===v||'"'===O||"'"===O||"`"===O)&&v!==O)throw new u("property names with quotes must have matching quotes");if("constructor"!==h&&b||(d=!0),j(S,l="%"+(i+="."+h)+"%"))p=S[l];else if(null!=p){if(!(h in p)){if(!r)throw new c("base intrinsic for "+t+" exists, but the property is not available.");return}if(y&&m+1>=o.length){var A=y(p,h);p=(b=!!A)&&"get"in A&&!("originalValue"in A.get)?A.get:p[h]}else b=j(p,h),p=p[h];b&&!d&&(S[l]=p)}}return p},Zt}function requireEsDefineProperty$3(){if(rr)return tr;rr=1;var t=requireGetIntrinsic$3()("%Object.defineProperty%",!0)||!1;if(t)try{t({},"a",{value:1})}catch(r){t=!1}return tr=t}function requireGopd$4(){if(or)return nr;or=1;var t=requireGetIntrinsic$3()("%Object.getOwnPropertyDescriptor%",!0);if(t)try{t([],"length")}catch(r){t=null}return nr=t}function requireDefineDataProperty(){if(ar)return ir;ar=1;var t=requireEsDefineProperty$3(),r=requireSyntax(),o=requireType(),i=requireGopd$4();return ir=function defineDataProperty(a,u,c){if(!a||"object"!=typeof a&&"function"!=typeof a)throw new o("`obj` must be an object or a function`");if("string"!=typeof u&&"symbol"!=typeof u)throw new o("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new o("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new o("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new o("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new o("`loose`, if provided, must be a boolean");var l=arguments.length>3?arguments[3]:null,p=arguments.length>4?arguments[4]:null,y=arguments.length>5?arguments[5]:null,d=arguments.length>6&&arguments[6],g=!!i&&i(a,u);if(t)t(a,u,{configurable:null===y&&g?g.configurable:!y,enumerable:null===l&&g?g.enumerable:!l,value:c,writable:null===p&&g?g.writable:!p});else{if(!d&&(l||p||y))throw new r("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");a[u]=c}},ir}function requireHasPropertyDescriptors(){if(cr)return ur;cr=1;var t=requireEsDefineProperty$3(),r=function hasPropertyDescriptors(){return!!t};return r.hasArrayLengthDefineBug=function hasArrayLengthDefineBug(){if(!t)return null;try{return 1!==t([],"length",{value:1}).length}catch(t){return!0}},ur=r}function requireDefineProperties(){if(pr)return lr;pr=1;var t=requireObjectKeys(),r="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),o=Object.prototype.toString,i=Array.prototype.concat,a=requireDefineDataProperty(),u=requireHasPropertyDescriptors()(),defineProperty=function(t,r,i,c){if(r in t)if(!0===c){if(t[r]===i)return}else if("function"!=typeof(l=c)||"[object Function]"!==o.call(l)||!c())return;var l;u?a(t,r,i,!0):a(t,r,i)},defineProperties=function(o,a){var u=arguments.length>2?arguments[2]:{},c=t(a);r&&(c=i.call(c,Object.getOwnPropertySymbols(a)));for(var l=0;l<c.length;l+=1)defineProperty(o,c[l],a[c[l]],u[c[l]])};return defineProperties.supportsDescriptors=!!u,lr=defineProperties}i((function(t,r){return isEnumerator(r)?r:null}));var yr,sr,dr,gr,mr,br,hr,vr,Sr,Or,Ar,Pr,wr,jr,qr,Er,Ir,Fr,Tr,Nr,xr,_r,Br,Mr,Dr,Rr,$r,kr,Ur,Cr,Gr,Wr,zr,Jr,Lr,Hr,Vr,Kr,Qr,Xr,Yr,Zr,en,tn,rn,nn,on,an,un,cn,ln,pn,fn,yn,sn,dn,gn,mn,bn,hn,vn,Sn,On,An,Pn,wn,jn,qn,En,In,Fn,Tn={exports:{}};function requireSetFunctionLength(){if(sr)return yr;sr=1;var t=requireGetIntrinsic$3(),r=requireDefineDataProperty(),o=requireHasPropertyDescriptors()(),i=requireGopd$4(),a=requireType(),u=t("%Math.floor%");return yr=function setFunctionLength(t,c){if("function"!=typeof t)throw new a("`fn` is not a function");if("number"!=typeof c||c<0||c>4294967295||u(c)!==c)throw new a("`length` must be a positive 32-bit integer");var l=arguments.length>2&&!!arguments[2],p=!0,y=!0;if("length"in t&&i){var d=i(t,"length");d&&!d.configurable&&(p=!1),d&&!d.writable&&(y=!1)}return(p||y||!l)&&(o?r(t,"length",c,!0,!0):r(t,"length",c)),t},yr}function requireFunctionCall(){return gr?dr:(gr=1,dr=Function.prototype.call)}function requireFunctionApply(){return br?mr:(br=1,mr=Function.prototype.apply)}function requireActualApply(){if(Or)return Sr;Or=1;var t=requireFunctionBind(),r=requireFunctionApply(),o=requireFunctionCall(),i=function requireReflectApply(){return vr?hr:(vr=1,hr="undefined"!=typeof Reflect&&Reflect&&Reflect.apply)}();return Sr=i||t.call(o,r)}function requireCallBindApplyHelpers(){if(Pr)return Ar;Pr=1;var t=requireFunctionBind(),r=requireType(),o=requireFunctionCall(),i=requireActualApply();return Ar=function callBindBasic(a){if(a.length<1||"function"!=typeof a[0])throw new r("a function is required");return i(t,o,a)}}function requireApplyBind(){if(jr)return wr;jr=1;var t=requireFunctionBind(),r=requireFunctionApply(),o=requireActualApply();return wr=function applyBind(){return o(t,r,arguments)},wr}function requireEsObjectAtoms$3(){return Tr?Fr:(Tr=1,Fr=Object)}function requireAbs(){return xr?Nr:(xr=1,Nr=Math.abs)}function requireFloor(){return Br?_r:(Br=1,_r=Math.floor)}function requireMax(){return Dr?Mr:(Dr=1,Mr=Math.max)}function requireMin(){return $r?Rr:($r=1,Rr=Math.min)}function requirePow(){return Ur?kr:(Ur=1,kr=Math.pow)}function requireRound(){return Gr?Cr:(Gr=1,Cr=Math.round)}function require_isNaN(){return zr?Wr:(zr=1,Wr=Number.isNaN||function isNaN(t){return t!=t})}function requireSign(){if(Lr)return Jr;Lr=1;var t=require_isNaN();return Jr=function sign(r){return t(r)||0===r?r:r<0?-1:1}}function requireGOPD$3(){return Vr?Hr:(Vr=1,Hr=Object.getOwnPropertyDescriptor)}function requireGopd$3(){if(Qr)return Kr;Qr=1;var t=requireGOPD$3();if(t)try{t([],"length")}catch(r){t=null}return Kr=t}function requireEsDefineProperty$2(){if(Yr)return Xr;Yr=1;var t=Object.defineProperty||!1;if(t)try{t({},"a",{value:1})}catch(r){t=!1}return Xr=t}function requireHasSymbols$2(){if(rn)return tn;rn=1;var t="undefined"!=typeof Symbol&&Symbol,r=function requireShams$3(){return en?Zr:(en=1,Zr=function hasSymbols(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},r=Symbol("test"),o=Object(r);if("string"==typeof r)return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;if("[object Symbol]"!==Object.prototype.toString.call(o))return!1;for(var i in t[r]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var a=Object.getOwnPropertySymbols(t);if(1!==a.length||a[0]!==r)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var u=Object.getOwnPropertyDescriptor(t,r);if(42!==u.value||!0!==u.enumerable)return!1}return!0})}();return tn=function hasNativeSymbols(){return"function"==typeof t&&("function"==typeof Symbol&&("symbol"==typeof t("foo")&&("symbol"==typeof Symbol("bar")&&r())))}}function requireReflect_getPrototypeOf(){return on?nn:(on=1,nn="undefined"!=typeof Reflect&&Reflect.getPrototypeOf||null)}function requireEsObjectAtoms$2(){return un?an:(un=1,an=Object)}function requireObject_getPrototypeOf(){return ln?cn:(ln=1,cn=requireEsObjectAtoms$2().getPrototypeOf||null)}function requireGOPD$2(){return fn?pn:(fn=1,pn=Object.getOwnPropertyDescriptor)}function requireGopd$2(){if(sn)return yn;sn=1;var t=requireGOPD$2();if(t)try{t([],"length")}catch(r){t=null}return yn=t}function requireGet(){if(gn)return dn;gn=1;var t,r=requireCallBindApplyHelpers(),o=requireGopd$2();try{t=[].__proto__===Array.prototype}catch(t){if(!t||"object"!=typeof t||!("code"in t)||"ERR_PROTO_ACCESS"!==t.code)throw t}var i=!!t&&o&&o(Object.prototype,"__proto__"),a=Object,u=a.getPrototypeOf;return dn=i&&"function"==typeof i.get?r([i.get]):"function"==typeof u&&function getDunder(t){return u(null==t?t:a(t))}}function requireGetProto(){if(bn)return mn;bn=1;var t=requireReflect_getPrototypeOf(),r=requireObject_getPrototypeOf(),o=requireGet();return mn=t?function getProto(r){return t(r)}:r?function getProto(t){if(!t||"object"!=typeof t&&"function"!=typeof t)throw new TypeError("getProto: not an object");return r(t)}:o?function getProto(t){return o(t)}:null}function requireGetIntrinsic$2(){if(vn)return hn;var t;vn=1;var r=requireEsObjectAtoms$3(),o=requireEsErrors(),i=require_eval(),a=requireRange(),u=requireRef(),c=requireSyntax(),l=requireType(),p=requireUri(),y=requireAbs(),d=requireFloor(),g=requireMax(),m=requireMin(),b=requirePow(),h=requireRound(),v=requireSign(),S=Function,getEvalledConstructor=function(t){try{return S('"use strict"; return ('+t+").constructor;")()}catch(t){}},O=requireGopd$3(),A=requireEsDefineProperty$2(),throwTypeError=function(){throw new l},P=O?function(){try{return throwTypeError}catch(t){try{return O(arguments,"callee").get}catch(t){return throwTypeError}}}():throwTypeError,w=requireHasSymbols$2()(),j=requireGetProto(),q=requireObject_getPrototypeOf(),E=requireReflect_getPrototypeOf(),I=requireFunctionApply(),T=requireFunctionCall(),N={},x="undefined"!=typeof Uint8Array&&j?j(Uint8Array):t,_={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?t:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?t:ArrayBuffer,"%ArrayIteratorPrototype%":w&&j?j([][Symbol.iterator]()):t,"%AsyncFromSyncIteratorPrototype%":t,"%AsyncFunction%":N,"%AsyncGenerator%":N,"%AsyncGeneratorFunction%":N,"%AsyncIteratorPrototype%":N,"%Atomics%":"undefined"==typeof Atomics?t:Atomics,"%BigInt%":"undefined"==typeof BigInt?t:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?t:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?t:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?t:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":o,"%eval%":eval,"%EvalError%":i,"%Float16Array%":"undefined"==typeof Float16Array?t:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?t:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?t:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?t:FinalizationRegistry,"%Function%":S,"%GeneratorFunction%":N,"%Int8Array%":"undefined"==typeof Int8Array?t:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?t:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?t:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":w&&j?j(j([][Symbol.iterator]())):t,"%JSON%":"object"==typeof JSON?JSON:t,"%Map%":"undefined"==typeof Map?t:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&w&&j?j((new Map)[Symbol.iterator]()):t,"%Math%":Math,"%Number%":Number,"%Object%":r,"%Object.getOwnPropertyDescriptor%":O,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?t:Promise,"%Proxy%":"undefined"==typeof Proxy?t:Proxy,"%RangeError%":a,"%ReferenceError%":u,"%Reflect%":"undefined"==typeof Reflect?t:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?t:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&w&&j?j((new Set)[Symbol.iterator]()):t,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?t:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":w&&j?j(""[Symbol.iterator]()):t,"%Symbol%":w?Symbol:t,"%SyntaxError%":c,"%ThrowTypeError%":P,"%TypedArray%":x,"%TypeError%":l,"%Uint8Array%":"undefined"==typeof Uint8Array?t:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?t:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?t:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?t:Uint32Array,"%URIError%":p,"%WeakMap%":"undefined"==typeof WeakMap?t:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?t:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?t:WeakSet,"%Function.prototype.call%":T,"%Function.prototype.apply%":I,"%Object.defineProperty%":A,"%Object.getPrototypeOf%":q,"%Math.abs%":y,"%Math.floor%":d,"%Math.max%":g,"%Math.min%":m,"%Math.pow%":b,"%Math.round%":h,"%Math.sign%":v,"%Reflect.getPrototypeOf%":E};if(j)try{null.error}catch(t){var B=j(j(t));_["%Error.prototype%"]=B}var M=function doEval(t){var r;if("%AsyncFunction%"===t)r=getEvalledConstructor("async function () {}");else if("%GeneratorFunction%"===t)r=getEvalledConstructor("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=getEvalledConstructor("async function* () {}");else if("%AsyncGenerator%"===t){var o=doEval("%AsyncGeneratorFunction%");o&&(r=o.prototype)}else if("%AsyncIteratorPrototype%"===t){var i=doEval("%AsyncGenerator%");i&&j&&(r=j(i.prototype))}return _[t]=r,r},D={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},R=requireFunctionBind(),$=requireHasown(),k=R.call(T,Array.prototype.concat),U=R.call(I,Array.prototype.splice),C=R.call(T,String.prototype.replace),G=R.call(T,String.prototype.slice),W=R.call(T,RegExp.prototype.exec),z=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,J=/\\(\\)?/g,L=function getBaseIntrinsic(t,r){var o,i=t;if($(D,i)&&(i="%"+(o=D[i])[0]+"%"),$(_,i)){var a=_[i];if(a===N&&(a=M(i)),void 0===a&&!r)throw new l("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:o,name:i,value:a}}throw new c("intrinsic "+t+" does not exist!")};return hn=function GetIntrinsic(t,r){if("string"!=typeof t||0===t.length)throw new l("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof r)throw new l('"allowMissing" argument must be a boolean');if(null===W(/^%?[^%]*%?$/,t))throw new c("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var o=function stringToPath(t){var r=G(t,0,1),o=G(t,-1);if("%"===r&&"%"!==o)throw new c("invalid intrinsic syntax, expected closing `%`");if("%"===o&&"%"!==r)throw new c("invalid intrinsic syntax, expected opening `%`");var i=[];return C(t,z,(function(t,r,o,a){i[i.length]=o?C(a,J,"$1"):r||t})),i}(t),i=o.length>0?o[0]:"",a=L("%"+i+"%",r),u=a.name,p=a.value,y=!1,d=a.alias;d&&(i=d[0],U(o,k([0,1],d)));for(var g=1,m=!0;g<o.length;g+=1){var b=o[g],h=G(b,0,1),v=G(b,-1);if(('"'===h||"'"===h||"`"===h||'"'===v||"'"===v||"`"===v)&&h!==v)throw new c("property names with quotes must have matching quotes");if("constructor"!==b&&m||(y=!0),$(_,u="%"+(i+="."+b)+"%"))p=_[u];else if(null!=p){if(!(b in p)){if(!r)throw new l("base intrinsic for "+t+" exists, but the property is not available.");return}if(O&&g+1>=o.length){var S=O(p,b);p=(m=!!S)&&"get"in S&&!("originalValue"in S.get)?S.get:p[b]}else m=$(p,b),p=p[b];m&&!y&&(_[u]=p)}}return p},hn}function requireCallBound$1(){if(On)return Sn;On=1;var t=requireGetIntrinsic$2(),r=requireCallBindApplyHelpers(),o=r([t("%String.prototype.indexOf%")]);return Sn=function callBoundIntrinsic(i,a){var u=t(i,!!a);return"function"==typeof u&&o(i,".prototype.")>-1?r([u]):u}}function requireImplementation$2(){if(Pn)return An;Pn=1;var t=requireObjectKeys(),r=function requireShams$4(){return Ir?Er:(Ir=1,Er=function hasSymbols(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},r=Symbol("test"),o=Object(r);if("string"==typeof r)return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;if("[object Symbol]"!==Object.prototype.toString.call(o))return!1;for(var i in t[r]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var a=Object.getOwnPropertySymbols(t);if(1!==a.length||a[0]!==r)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var u=Object.getOwnPropertyDescriptor(t,r);if(42!==u.value||!0!==u.enumerable)return!1}return!0})}()(),o=requireCallBound$1(),i=requireEsObjectAtoms$2(),a=o("Array.prototype.push"),u=o("Object.prototype.propertyIsEnumerable"),c=r?i.getOwnPropertySymbols:null;return An=function assign(o,l){if(null==o)throw new TypeError("target must be an object");var p=i(o);if(1===arguments.length)return p;for(var y=1;y<arguments.length;++y){var d=i(arguments[y]),g=t(d),m=r&&(i.getOwnPropertySymbols||c);if(m)for(var b=m(d),h=0;h<b.length;++h){var v=b[h];u(d,v)&&a(g,v)}for(var S=0;S<g.length;++S){var O=g[S];if(u(d,O)){var A=d[O];p[O]=A}}}return p},An}function requirePolyfill$2(){if(jn)return wn;jn=1;var t=requireImplementation$2();return wn=function getPolyfill(){return Object.assign?function(){if(!Object.assign)return!1;for(var t="abcdefghijklmnopqrst",r=t.split(""),o={},i=0;i<r.length;++i)o[r[i]]=r[i];var a=Object.assign({},o),u="";for(var c in a)u+=c;return t!==u}()||function(){if(!Object.assign||!Object.preventExtensions)return!1;var t=Object.preventExtensions({1:2});try{Object.assign(t,"xy")}catch(r){return"y"===t[1]}return!1}()?t:Object.assign:t}}function requireObject_assign(){if(Fn)return In;Fn=1;var t=requireDefineProperties(),r=function requireCallBind$4(){return qr||(qr=1,function(t){var r=requireSetFunctionLength(),o=requireEsDefineProperty$3(),i=requireCallBindApplyHelpers(),a=requireApplyBind();t.exports=function callBind(t){var o=i(arguments),a=t.length-(arguments.length-1);return r(o,1+(a>0?a:0),!0)},o?o(t.exports,"apply",{value:a}):t.exports.apply=a}(Tn)),Tn.exports}(),o=requireImplementation$2(),i=requirePolyfill$2(),a=function requireShim$2(){if(En)return qn;En=1;var t=requireDefineProperties(),r=requirePolyfill$2();return qn=function shimAssign(){var o=r();return t(Object,{assign:o},{assign:function(){return Object.assign!==o}}),o},qn}(),u=r.apply(i()),c=function assign(t,r){return u(Object,arguments)};return t(c,{getPolyfill:i,implementation:o,shim:a}),In=c}var Nn,xn,_n,Bn={exports:{}};function requireCallBind$3(){return Nn||(Nn=1,function(t){var r=requireFunctionBind(),o=requireGetIntrinsic$3(),i=requireSetFunctionLength(),a=requireType(),u=o("%Function.prototype.apply%"),c=o("%Function.prototype.call%"),l=o("%Reflect.apply%",!0)||r.call(c,u),p=requireEsDefineProperty$3(),y=o("%Math.max%");t.exports=function callBind(t){if("function"!=typeof t)throw new a("a function is required");var o=l(r,c,arguments);return i(o,1+y(0,t.length-(arguments.length-1)),!0)};var d=function applyBind(){return l(r,u,arguments)};p?p(t.exports,"apply",{value:d}):t.exports.apply=d}(Bn)),Bn.exports}function requireCallBound(){if(_n)return xn;_n=1;var t=requireGetIntrinsic$3(),r=requireCallBind$3(),o=r(t("String.prototype.indexOf"));return xn=function callBoundIntrinsic(i,a){var u=t(i,!!a);return"function"==typeof u&&o(i,".prototype.")>-1?r(u):u}}var Mn,Dn,Rn,$n,kn,Un,Cn,Gn,Wn,zn,Jn,Ln,Hn,Vn,Kn,Qn,Xn,Yn,Zn,eo,to,ro,no,oo,io,ao,uo,co,lo,po,fo,yo,so,go,mo,bo,ho,vo,So,Oo,Ao,Po,wo,jo,qo,Eo,Io,Fo,To,No={exports:{}};function requireSetFunctionName(){if(kn)return $n;kn=1;var t=requireDefineDataProperty(),r=requireHasPropertyDescriptors()(),o=function requireFunctionsHaveNames(){if(Rn)return Dn;Rn=1;var t=function functionsHaveNames(){return"string"==typeof function f(){}.name},r=Object.getOwnPropertyDescriptor;if(r)try{r([],"length")}catch(t){r=null}t.functionsHaveConfigurableNames=function functionsHaveConfigurableNames(){if(!t()||!r)return!1;var o=r((function(){}),"name");return!!o&&!!o.configurable};var o=Function.prototype.bind;return t.boundFunctionsHaveNames=function boundFunctionsHaveNames(){return t()&&"function"==typeof o&&""!==function f(){}.bind().name},Dn=t}().functionsHaveConfigurableNames(),i=requireType();return $n=function setFunctionName(a,u){if("function"!=typeof a)throw new i("`fn` is not a function");return arguments.length>2&&!!arguments[2]&&!o||(r?t(a,"name",u,!0,!0):t(a,"name",u)),a},$n}function requireImplementation$1(){if(Cn)return Un;Cn=1;var t=requireSetFunctionName(),r=requireType(),o=Object;return Un=t((function flags(){if(null==this||this!==o(this))throw new r("RegExp.prototype.flags getter called on non-object");var t="";return this.hasIndices&&(t+="d"),this.global&&(t+="g"),this.ignoreCase&&(t+="i"),this.multiline&&(t+="m"),this.dotAll&&(t+="s"),this.unicode&&(t+="u"),this.unicodeSets&&(t+="v"),this.sticky&&(t+="y"),t}),"get flags",!0)}function requirePolyfill$1(){if(Wn)return Gn;Wn=1;var t=requireImplementation$1(),r=requireDefineProperties().supportsDescriptors,o=Object.getOwnPropertyDescriptor;return Gn=function getPolyfill(){if(r&&"gim"===/a/gim.flags){var i=o(RegExp.prototype,"flags");if(i&&"function"==typeof i.get&&"dotAll"in RegExp.prototype&&"hasIndices"in RegExp.prototype){var a="",u={};if(Object.defineProperty(u,"hasIndices",{get:function(){a+="d"}}),Object.defineProperty(u,"sticky",{get:function(){a+="y"}}),i.get.call(u),"dy"===a)return i.get}}return t}}function requireGOPD$1(){return Jn?zn:(Jn=1,zn=Object.getOwnPropertyDescriptor)}function requireGopd$1(){if(Hn)return Ln;Hn=1;var t=requireGOPD$1();if(t)try{t([],"length")}catch(r){t=null}return Ln=t}function requireRegexp_prototype_flags(){if(Xn)return Qn;Xn=1;var t=requireDefineProperties(),r=function requireCallBind$2(){return Mn||(Mn=1,function(t){var r=requireSetFunctionLength(),o=requireEsDefineProperty$3(),i=requireCallBindApplyHelpers(),a=requireApplyBind();t.exports=function callBind(t){var o=i(arguments),a=t.length-(arguments.length-1);return r(o,1+(a>0?a:0),!0)},o?o(t.exports,"apply",{value:a}):t.exports.apply=a}(No)),No.exports}(),o=requireImplementation$1(),i=requirePolyfill$1(),a=function requireShim$1(){if(Kn)return Vn;Kn=1;var t=requireDefineProperties().supportsDescriptors,r=requirePolyfill$1(),o=requireGopd$1(),i=Object.defineProperty,a=requireEsErrors(),u=requireGetProto(),c=/a/;return Vn=function shimFlags(){if(!t||!u)throw new a("RegExp.prototype.flags requires a true ES5 environment that supports property descriptors");var l=r(),p=u(c),y=o(p,"flags");return y&&y.get===l||i(p,"flags",{configurable:!0,enumerable:!1,get:l}),l},Vn}(),u=r(i());return t(u,{getPolyfill:i,implementation:o,shim:a}),Qn=u}function requireEsObjectAtoms$1(){return Zn?Yn:(Zn=1,Yn=Object)}function requireEsDefineProperty$1(){if(to)return eo;to=1;var t=Object.defineProperty||!1;if(t)try{t({},"a",{value:1})}catch(r){t=!1}return eo=t}function requireHasSymbols$1(){if(io)return oo;io=1;var t="undefined"!=typeof Symbol&&Symbol,r=function requireShams$2(){return no?ro:(no=1,ro=function hasSymbols(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},r=Symbol("test"),o=Object(r);if("string"==typeof r)return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;if("[object Symbol]"!==Object.prototype.toString.call(o))return!1;for(var i in t[r]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var a=Object.getOwnPropertySymbols(t);if(1!==a.length||a[0]!==r)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var u=Object.getOwnPropertyDescriptor(t,r);if(42!==u.value||!0!==u.enumerable)return!1}return!0})}();return oo=function hasNativeSymbols(){return"function"==typeof t&&("function"==typeof Symbol&&("symbol"==typeof t("foo")&&("symbol"==typeof Symbol("bar")&&r())))}}function requireGetIntrinsic$1(){if(uo)return ao;var t;uo=1;var r=requireEsObjectAtoms$1(),o=requireEsErrors(),i=require_eval(),a=requireRange(),u=requireRef(),c=requireSyntax(),l=requireType(),p=requireUri(),y=requireAbs(),d=requireFloor(),g=requireMax(),m=requireMin(),b=requirePow(),h=requireRound(),v=requireSign(),S=Function,getEvalledConstructor=function(t){try{return S('"use strict"; return ('+t+").constructor;")()}catch(t){}},O=requireGopd$1(),A=requireEsDefineProperty$1(),throwTypeError=function(){throw new l},P=O?function(){try{return throwTypeError}catch(t){try{return O(arguments,"callee").get}catch(t){return throwTypeError}}}():throwTypeError,w=requireHasSymbols$1()(),j=requireGetProto(),q=requireObject_getPrototypeOf(),E=requireReflect_getPrototypeOf(),I=requireFunctionApply(),T=requireFunctionCall(),N={},x="undefined"!=typeof Uint8Array&&j?j(Uint8Array):t,_={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?t:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?t:ArrayBuffer,"%ArrayIteratorPrototype%":w&&j?j([][Symbol.iterator]()):t,"%AsyncFromSyncIteratorPrototype%":t,"%AsyncFunction%":N,"%AsyncGenerator%":N,"%AsyncGeneratorFunction%":N,"%AsyncIteratorPrototype%":N,"%Atomics%":"undefined"==typeof Atomics?t:Atomics,"%BigInt%":"undefined"==typeof BigInt?t:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?t:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?t:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?t:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":o,"%eval%":eval,"%EvalError%":i,"%Float16Array%":"undefined"==typeof Float16Array?t:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?t:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?t:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?t:FinalizationRegistry,"%Function%":S,"%GeneratorFunction%":N,"%Int8Array%":"undefined"==typeof Int8Array?t:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?t:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?t:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":w&&j?j(j([][Symbol.iterator]())):t,"%JSON%":"object"==typeof JSON?JSON:t,"%Map%":"undefined"==typeof Map?t:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&w&&j?j((new Map)[Symbol.iterator]()):t,"%Math%":Math,"%Number%":Number,"%Object%":r,"%Object.getOwnPropertyDescriptor%":O,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?t:Promise,"%Proxy%":"undefined"==typeof Proxy?t:Proxy,"%RangeError%":a,"%ReferenceError%":u,"%Reflect%":"undefined"==typeof Reflect?t:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?t:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&w&&j?j((new Set)[Symbol.iterator]()):t,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?t:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":w&&j?j(""[Symbol.iterator]()):t,"%Symbol%":w?Symbol:t,"%SyntaxError%":c,"%ThrowTypeError%":P,"%TypedArray%":x,"%TypeError%":l,"%Uint8Array%":"undefined"==typeof Uint8Array?t:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?t:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?t:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?t:Uint32Array,"%URIError%":p,"%WeakMap%":"undefined"==typeof WeakMap?t:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?t:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?t:WeakSet,"%Function.prototype.call%":T,"%Function.prototype.apply%":I,"%Object.defineProperty%":A,"%Object.getPrototypeOf%":q,"%Math.abs%":y,"%Math.floor%":d,"%Math.max%":g,"%Math.min%":m,"%Math.pow%":b,"%Math.round%":h,"%Math.sign%":v,"%Reflect.getPrototypeOf%":E};if(j)try{null.error}catch(t){var B=j(j(t));_["%Error.prototype%"]=B}var M=function doEval(t){var r;if("%AsyncFunction%"===t)r=getEvalledConstructor("async function () {}");else if("%GeneratorFunction%"===t)r=getEvalledConstructor("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=getEvalledConstructor("async function* () {}");else if("%AsyncGenerator%"===t){var o=doEval("%AsyncGeneratorFunction%");o&&(r=o.prototype)}else if("%AsyncIteratorPrototype%"===t){var i=doEval("%AsyncGenerator%");i&&j&&(r=j(i.prototype))}return _[t]=r,r},D={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},R=requireFunctionBind(),$=requireHasown(),k=R.call(T,Array.prototype.concat),U=R.call(I,Array.prototype.splice),C=R.call(T,String.prototype.replace),G=R.call(T,String.prototype.slice),W=R.call(T,RegExp.prototype.exec),z=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,J=/\\(\\)?/g,L=function getBaseIntrinsic(t,r){var o,i=t;if($(D,i)&&(i="%"+(o=D[i])[0]+"%"),$(_,i)){var a=_[i];if(a===N&&(a=M(i)),void 0===a&&!r)throw new l("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:o,name:i,value:a}}throw new c("intrinsic "+t+" does not exist!")};return ao=function GetIntrinsic(t,r){if("string"!=typeof t||0===t.length)throw new l("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof r)throw new l('"allowMissing" argument must be a boolean');if(null===W(/^%?[^%]*%?$/,t))throw new c("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var o=function stringToPath(t){var r=G(t,0,1),o=G(t,-1);if("%"===r&&"%"!==o)throw new c("invalid intrinsic syntax, expected closing `%`");if("%"===o&&"%"!==r)throw new c("invalid intrinsic syntax, expected opening `%`");var i=[];return C(t,z,(function(t,r,o,a){i[i.length]=o?C(a,J,"$1"):r||t})),i}(t),i=o.length>0?o[0]:"",a=L("%"+i+"%",r),u=a.name,p=a.value,y=!1,d=a.alias;d&&(i=d[0],U(o,k([0,1],d)));for(var g=1,m=!0;g<o.length;g+=1){var b=o[g],h=G(b,0,1),v=G(b,-1);if(('"'===h||"'"===h||"`"===h||'"'===v||"'"===v||"`"===v)&&h!==v)throw new c("property names with quotes must have matching quotes");if("constructor"!==b&&m||(y=!0),$(_,u="%"+(i+="."+b)+"%"))p=_[u];else if(null!=p){if(!(b in p)){if(!r)throw new l("base intrinsic for "+t+" exists, but the property is not available.");return}if(O&&g+1>=o.length){var S=O(p,b);p=(m=!!S)&&"get"in S&&!("originalValue"in S.get)?S.get:p[b]}else m=$(p,b),p=p[b];m&&!y&&(_[u]=p)}}return p},ao}function requireUtil_inspect(){return fo?po:(fo=1,po=S.inspect)}function requireObjectInspect(){if(so)return yo;so=1;var t="function"==typeof Map&&Map.prototype,r=Object.getOwnPropertyDescriptor&&t?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,o=t&&r&&"function"==typeof r.get?r.get:null,i=t&&Map.prototype.forEach,a="function"==typeof Set&&Set.prototype,u=Object.getOwnPropertyDescriptor&&a?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,c=a&&u&&"function"==typeof u.get?u.get:null,l=a&&Set.prototype.forEach,p="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,y="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,d="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,g=Boolean.prototype.valueOf,m=Object.prototype.toString,b=Function.prototype.toString,h=String.prototype.match,v=String.prototype.slice,S=String.prototype.replace,O=String.prototype.toUpperCase,P=String.prototype.toLowerCase,w=RegExp.prototype.test,j=Array.prototype.concat,q=Array.prototype.join,E=Array.prototype.slice,I=Math.floor,T="function"==typeof BigInt?BigInt.prototype.valueOf:null,N=Object.getOwnPropertySymbols,x="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,_="function"==typeof Symbol&&"object"==typeof Symbol.iterator,B="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===_||"symbol")?Symbol.toStringTag:null,M=Object.prototype.propertyIsEnumerable,D=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(t){return t.__proto__}:null);function addNumericSeparator(t,r){if(t===1/0||t===-1/0||t!=t||t&&t>-1e3&&t<1e3||w.call(/e/,r))return r;var o=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof t){var i=t<0?-I(-t):I(t);if(i!==t){var a=String(i),u=v.call(r,a.length+1);return S.call(a,o,"$&_")+"."+S.call(S.call(u,/([0-9]{3})/g,"$&_"),/_$/,"")}}return S.call(r,o,"$&_")}var R=requireUtil_inspect(),$=R.custom,k=isSymbol($)?$:null;function wrapQuotes(t,r,o){var i="double"===(o.quoteStyle||r)?'"':"'";return i+t+i}function quote(t){return S.call(String(t),/"/g,"&quot;")}function isArray(t){return!("[object Array]"!==toStr(t)||B&&"object"==typeof t&&B in t)}function isRegExp(t){return!("[object RegExp]"!==toStr(t)||B&&"object"==typeof t&&B in t)}function isSymbol(t){if(_)return t&&"object"==typeof t&&t instanceof Symbol;if("symbol"==typeof t)return!0;if(!t||"object"!=typeof t||!x)return!1;try{return x.call(t),!0}catch(t){}return!1}yo=function inspect_(t,r,a,u){var m=r||{};if(has(m,"quoteStyle")&&"single"!==m.quoteStyle&&"double"!==m.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(has(m,"maxStringLength")&&("number"==typeof m.maxStringLength?m.maxStringLength<0&&m.maxStringLength!==1/0:null!==m.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var O=!has(m,"customInspect")||m.customInspect;if("boolean"!=typeof O&&"symbol"!==O)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(has(m,"indent")&&null!==m.indent&&"\t"!==m.indent&&!(parseInt(m.indent,10)===m.indent&&m.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(has(m,"numericSeparator")&&"boolean"!=typeof m.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var w=m.numericSeparator;if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return inspectString(t,m);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var I=String(t);return w?addNumericSeparator(t,I):I}if("bigint"==typeof t){var N=String(t)+"n";return w?addNumericSeparator(t,N):N}var $=void 0===m.depth?5:m.depth;if(void 0===a&&(a=0),a>=$&&$>0&&"object"==typeof t)return isArray(t)?"[Array]":"[Object]";var U=function getIndent(t,r){var o;if("\t"===t.indent)o="\t";else{if(!("number"==typeof t.indent&&t.indent>0))return null;o=q.call(Array(t.indent+1)," ")}return{base:o,prev:q.call(Array(r+1),o)}}(m,a);if(void 0===u)u=[];else if(indexOf(u,t)>=0)return"[Circular]";function inspect(t,r,o){if(r&&(u=E.call(u)).push(r),o){var i={depth:m.depth};return has(m,"quoteStyle")&&(i.quoteStyle=m.quoteStyle),inspect_(t,i,a+1,u)}return inspect_(t,m,a+1,u)}if("function"==typeof t&&!isRegExp(t)){var C=function nameOf(t){if(t.name)return t.name;var r=h.call(b.call(t),/^function\s*([\w$]+)/);if(r)return r[1];return null}(t),G=arrObjKeys(t,inspect);return"[Function"+(C?": "+C:" (anonymous)")+"]"+(G.length>0?" { "+q.call(G,", ")+" }":"")}if(isSymbol(t)){var W=_?S.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):x.call(t);return"object"!=typeof t||_?W:markBoxed(W)}if(function isElement(t){if(!t||"object"!=typeof t)return!1;if("undefined"!=typeof HTMLElement&&t instanceof HTMLElement)return!0;return"string"==typeof t.nodeName&&"function"==typeof t.getAttribute}(t)){for(var z="<"+P.call(String(t.nodeName)),J=t.attributes||[],L=0;L<J.length;L++)z+=" "+J[L].name+"="+wrapQuotes(quote(J[L].value),"double",m);return z+=">",t.childNodes&&t.childNodes.length&&(z+="..."),z+="</"+P.call(String(t.nodeName))+">"}if(isArray(t)){if(0===t.length)return"[]";var H=arrObjKeys(t,inspect);return U&&!function singleLineValues(t){for(var r=0;r<t.length;r++)if(indexOf(t[r],"\n")>=0)return!1;return!0}(H)?"["+indentedJoin(H,U)+"]":"[ "+q.call(H,", ")+" ]"}if(function isError(t){return!("[object Error]"!==toStr(t)||B&&"object"==typeof t&&B in t)}(t)){var V=arrObjKeys(t,inspect);return"cause"in Error.prototype||!("cause"in t)||M.call(t,"cause")?0===V.length?"["+String(t)+"]":"{ ["+String(t)+"] "+q.call(V,", ")+" }":"{ ["+String(t)+"] "+q.call(j.call("[cause]: "+inspect(t.cause),V),", ")+" }"}if("object"==typeof t&&O){if(k&&"function"==typeof t[k]&&R)return R(t,{depth:$-a});if("symbol"!==O&&"function"==typeof t.inspect)return t.inspect()}if(function isMap(t){if(!o||!t||"object"!=typeof t)return!1;try{o.call(t);try{c.call(t)}catch(t){return!0}return t instanceof Map}catch(t){}return!1}(t)){var K=[];return i&&i.call(t,(function(r,o){K.push(inspect(o,t,!0)+" => "+inspect(r,t))})),collectionOf("Map",o.call(t),K,U)}if(function isSet(t){if(!c||!t||"object"!=typeof t)return!1;try{c.call(t);try{o.call(t)}catch(t){return!0}return t instanceof Set}catch(t){}return!1}(t)){var Q=[];return l&&l.call(t,(function(r){Q.push(inspect(r,t))})),collectionOf("Set",c.call(t),Q,U)}if(function isWeakMap(t){if(!p||!t||"object"!=typeof t)return!1;try{p.call(t,p);try{y.call(t,y)}catch(t){return!0}return t instanceof WeakMap}catch(t){}return!1}(t))return weakCollectionOf("WeakMap");if(function isWeakSet(t){if(!y||!t||"object"!=typeof t)return!1;try{y.call(t,y);try{p.call(t,p)}catch(t){return!0}return t instanceof WeakSet}catch(t){}return!1}(t))return weakCollectionOf("WeakSet");if(function isWeakRef(t){if(!d||!t||"object"!=typeof t)return!1;try{return d.call(t),!0}catch(t){}return!1}(t))return weakCollectionOf("WeakRef");if(function isNumber(t){return!("[object Number]"!==toStr(t)||B&&"object"==typeof t&&B in t)}(t))return markBoxed(inspect(Number(t)));if(function isBigInt(t){if(!t||"object"!=typeof t||!T)return!1;try{return T.call(t),!0}catch(t){}return!1}(t))return markBoxed(inspect(T.call(t)));if(function isBoolean(t){return!("[object Boolean]"!==toStr(t)||B&&"object"==typeof t&&B in t)}(t))return markBoxed(g.call(t));if(function isString(t){return!("[object String]"!==toStr(t)||B&&"object"==typeof t&&B in t)}(t))return markBoxed(inspect(String(t)));if("undefined"!=typeof window&&t===window)return"{ [object Window] }";if("undefined"!=typeof globalThis&&t===globalThis||void 0!==A&&t===A)return"{ [object globalThis] }";if(!function isDate(t){return!("[object Date]"!==toStr(t)||B&&"object"==typeof t&&B in t)}(t)&&!isRegExp(t)){var X=arrObjKeys(t,inspect),Y=D?D(t)===Object.prototype:t instanceof Object||t.constructor===Object,Z=t instanceof Object?"":"null prototype",ee=!Y&&B&&Object(t)===t&&B in t?v.call(toStr(t),8,-1):Z?"Object":"",te=(Y||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(ee||Z?"["+q.call(j.call([],ee||[],Z||[]),": ")+"] ":"");return 0===X.length?te+"{}":U?te+"{"+indentedJoin(X,U)+"}":te+"{ "+q.call(X,", ")+" }"}return String(t)};var U=Object.prototype.hasOwnProperty||function(t){return t in this};function has(t,r){return U.call(t,r)}function toStr(t){return m.call(t)}function indexOf(t,r){if(t.indexOf)return t.indexOf(r);for(var o=0,i=t.length;o<i;o++)if(t[o]===r)return o;return-1}function inspectString(t,r){if(t.length>r.maxStringLength){var o=t.length-r.maxStringLength,i="... "+o+" more character"+(o>1?"s":"");return inspectString(v.call(t,0,r.maxStringLength),r)+i}return wrapQuotes(S.call(S.call(t,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,lowbyte),"single",r)}function lowbyte(t){var r=t.charCodeAt(0),o={8:"b",9:"t",10:"n",12:"f",13:"r"}[r];return o?"\\"+o:"\\x"+(r<16?"0":"")+O.call(r.toString(16))}function markBoxed(t){return"Object("+t+")"}function weakCollectionOf(t){return t+" { ? }"}function collectionOf(t,r,o,i){return t+" ("+r+") {"+(i?indentedJoin(o,i):q.call(o,", "))+"}"}function indentedJoin(t,r){if(0===t.length)return"";var o="\n"+r.prev+r.base;return o+q.call(t,","+o)+"\n"+r.prev}function arrObjKeys(t,r){var o=isArray(t),i=[];if(o){i.length=t.length;for(var a=0;a<t.length;a++)i[a]=has(t,a)?r(t[a],t):""}var u,c="function"==typeof N?N(t):[];if(_){u={};for(var l=0;l<c.length;l++)u["$"+c[l]]=c[l]}for(var p in t)has(t,p)&&(o&&String(Number(p))===p&&p<t.length||_&&u["$"+p]instanceof Symbol||(w.call(/[^\w$]/,p)?i.push(r(p,t)+": "+r(t[p],t)):i.push(p+": "+r(t[p],t))));if("function"==typeof N)for(var y=0;y<c.length;y++)M.call(t,c[y])&&i.push("["+r(c[y])+"]: "+r(t[c[y]],t));return i}return yo}function requireSideChannel(){if(mo)return go;mo=1;var t=requireGetIntrinsic$3(),r=requireCallBound(),o=requireObjectInspect(),i=requireType(),a=t("%WeakMap%",!0),u=t("%Map%",!0),c=r("WeakMap.prototype.get",!0),l=r("WeakMap.prototype.set",!0),p=r("WeakMap.prototype.has",!0),y=r("Map.prototype.get",!0),d=r("Map.prototype.set",!0),g=r("Map.prototype.has",!0),listGetNode=function(t,r){for(var o,i=t;null!==(o=i.next);i=o)if(o.key===r)return i.next=o.next,o.next=t.next,t.next=o,o};return go=function getSideChannel(){var t,r,m,b={assert:function(t){if(!b.has(t))throw new i("Side channel does not contain "+o(t))},get:function(o){if(a&&o&&("object"==typeof o||"function"==typeof o)){if(t)return c(t,o)}else if(u){if(r)return y(r,o)}else if(m)return function(t,r){var o=listGetNode(t,r);return o&&o.value}(m,o)},has:function(o){if(a&&o&&("object"==typeof o||"function"==typeof o)){if(t)return p(t,o)}else if(u){if(r)return g(r,o)}else if(m)return function(t,r){return!!listGetNode(t,r)}(m,o);return!1},set:function(o,i){a&&o&&("object"==typeof o||"function"==typeof o)?(t||(t=new a),l(t,o,i)):u?(r||(r=new u),d(r,o,i)):(m||(m={key:{},next:null}),function(t,r,o){var i=listGetNode(t,r);i?i.value=o:t.next={key:r,next:t.next,value:o}}(m,o,i))}};return b},go}function requireImplementation(){if(ho)return bo;ho=1;var numberIsNaN=function(t){return t!=t};return bo=function is(t,r){return 0===t&&0===r?1/t==1/r:t===r||!(!numberIsNaN(t)||!numberIsNaN(r))}}function requirePolyfill(){if(So)return vo;So=1;var t=requireImplementation();return vo=function getPolyfill(){return"function"==typeof Object.is?Object.is:t}}function requireShim(){if(Ao)return Oo;Ao=1;var t=requirePolyfill(),r=requireDefineProperties();return Oo=function shimObjectIs(){var o=t();return r(Object,{is:o},{is:function testObjectIs(){return Object.is!==o}}),o},Oo}function requireShams$1(){if(qo)return jo;qo=1;var t=requireShams$5();return jo=function hasToStringTagShams(){return t()&&!!Symbol.toStringTag}}function requireIsArguments(){if(Io)return Eo;Io=1;var t=requireShams$1()(),r=requireCallBound$1()("Object.prototype.toString"),o=function isArguments(o){return!(t&&o&&"object"==typeof o&&Symbol.toStringTag in o)&&"[object Arguments]"===r(o)},i=function isArguments(t){return!!o(t)||null!==t&&"object"==typeof t&&"length"in t&&"number"==typeof t.length&&t.length>=0&&"[object Array]"!==r(t)&&"callee"in t&&"[object Function]"===r(t.callee)},a=function(){return o(arguments)}();return o.isLegacyArguments=i,Eo=a?o:i}var xo,_o,Bo,Mo,Do,Ro,$o,ko,Uo,Co,Go,Wo,zo,Jo,Lo,Ho={exports:{}};function requireIsArrayBuffer(){if(Bo)return _o;Bo=1;var t=function requireCallBind$1(){return xo||(xo=1,function(t){var r=requireSetFunctionLength(),o=requireEsDefineProperty$3(),i=requireCallBindApplyHelpers(),a=requireApplyBind();t.exports=function callBind(t){var o=i(arguments),a=t.length-(arguments.length-1);return r(o,1+(a>0?a:0),!0)},o?o(t.exports,"apply",{value:a}):t.exports.apply=a}(Ho)),Ho.exports}(),r=requireCallBound$1(),o=requireGetIntrinsic$1()("%ArrayBuffer%",!0),i=r("ArrayBuffer.prototype.byteLength",!0),a=r("Object.prototype.toString"),u=!!o&&!i&&new o(0).slice,c=!!u&&t(u);return _o=i||c?function isArrayBuffer(t){if(!t||"object"!=typeof t)return!1;try{return i?i(t):c(t,0),!0}catch(t){return!1}}:o?function isArrayBuffer(t){return"[object ArrayBuffer]"===a(t)}:function isArrayBuffer(t){return!1}}function requireIsDateObject(){if(Do)return Mo;Do=1;var t=requireCallBound$1(),r=t("Date.prototype.getDay"),o=t("Object.prototype.toString"),i=requireShams$1()();return Mo=function isDateObject(t){return"object"==typeof t&&null!==t&&(i?function tryDateGetDayCall(t){try{return r(t),!0}catch(t){return!1}}(t):"[object Date]"===o(t))}}function requireIsRegex(){if($o)return Ro;$o=1;var t,r,o,i,a=requireCallBound(),u=requireShams$1()();if(u){t=a("Object.prototype.hasOwnProperty"),r=a("RegExp.prototype.exec"),o={};var throwRegexMarker=function(){throw o};i={toString:throwRegexMarker,valueOf:throwRegexMarker},"symbol"==typeof Symbol.toPrimitive&&(i[Symbol.toPrimitive]=throwRegexMarker)}var c=a("Object.prototype.toString"),l=Object.getOwnPropertyDescriptor;return Ro=u?function isRegex(a){if(!a||"object"!=typeof a)return!1;var u=l(a,"lastIndex");if(!(u&&t(u,"value")))return!1;try{r(a,i)}catch(t){return t===o}}:function isRegex(t){return!(!t||"object"!=typeof t&&"function"!=typeof t)&&"[object RegExp]"===c(t)}}function requireIsSharedArrayBuffer(){if(Uo)return ko;Uo=1;var t=requireCallBound()("SharedArrayBuffer.prototype.byteLength",!0);return ko=t?function isSharedArrayBuffer(r){if(!r||"object"!=typeof r)return!1;try{return t(r),!0}catch(t){return!1}}:function isSharedArrayBuffer(t){return!1}}function requireIsString(){if(Go)return Co;Go=1;var t=String.prototype.valueOf,r=Object.prototype.toString,o=requireShams$1()();return Co=function isString(i){return"string"==typeof i||"object"==typeof i&&(o?function tryStringObject(r){try{return t.call(r),!0}catch(t){return!1}}(i):"[object String]"===r.call(i))}}function requireIsNumberObject(){if(zo)return Wo;zo=1;var t=Number.prototype.toString,r=Object.prototype.toString,o=requireShams$1()();return Wo=function isNumberObject(i){return"number"==typeof i||"object"==typeof i&&(o?function tryNumberObject(r){try{return t.call(r),!0}catch(t){return!1}}(i):"[object Number]"===r.call(i))}}function requireIsBooleanObject(){if(Lo)return Jo;Lo=1;var t=requireCallBound(),r=t("Boolean.prototype.toString"),o=t("Object.prototype.toString"),i=requireShams$1()();return Jo=function isBoolean(t){return"boolean"==typeof t||null!==t&&"object"==typeof t&&(i&&Symbol.toStringTag in t?function booleanBrandCheck(t){try{return r(t),!0}catch(t){return!1}}(t):"[object Boolean]"===o(t))}}var Vo,Ko={exports:{}};function requireIsSymbol(){if(Vo)return Ko.exports;Vo=1;var t=Object.prototype.toString;if(requireHasSymbols$3()()){var r=Symbol.prototype.toString,o=/^Symbol\(.*\)$/;Ko.exports=function isSymbol(i){if("symbol"==typeof i)return!0;if("[object Symbol]"!==t.call(i))return!1;try{return function isRealSymbolObject(t){return"symbol"==typeof t.valueOf()&&o.test(r.call(t))}(i)}catch(t){return!1}}}else Ko.exports=function isSymbol(t){return!1};return Ko.exports}var Qo,Xo,Yo,Zo,ei,ti,ri,ni,oi,ii,ai,ui={exports:{}};function requireIsBigint(){if(Yo)return ui.exports;if(Yo=1,function requireHasBigints(){if(Xo)return Qo;Xo=1;var t="undefined"!=typeof BigInt&&BigInt;return Qo=function hasNativeBigInts(){return"function"==typeof t&&"function"==typeof BigInt&&"bigint"==typeof t(42)&&"bigint"==typeof BigInt(42)}}()()){var t=BigInt.prototype.valueOf;ui.exports=function isBigInt(r){return null!=r&&"boolean"!=typeof r&&"string"!=typeof r&&"number"!=typeof r&&"symbol"!=typeof r&&"function"!=typeof r&&("bigint"==typeof r||function tryBigIntObject(r){try{return t.call(r),!0}catch(t){}return!1}(r))}}else ui.exports=function isBigInt(t){return!1};return ui.exports}function requireWhichBoxedPrimitive(){if(ei)return Zo;ei=1;var t=requireIsString(),r=requireIsNumberObject(),o=requireIsBooleanObject(),i=requireIsSymbol(),a=requireIsBigint();return Zo=function whichBoxedPrimitive(u){return null==u||"object"!=typeof u&&"function"!=typeof u?null:t(u)?"String":r(u)?"Number":o(u)?"Boolean":i(u)?"Symbol":a(u)?"BigInt":void 0}}function requireIsMap(){if(ri)return ti;ri=1;var t,r="function"==typeof Map&&Map.prototype?Map:null,o="function"==typeof Set&&Set.prototype?Set:null;r||(t=function isMap(t){return!1});var i=r?Map.prototype.has:null,a=o?Set.prototype.has:null;return t||i||(t=function isMap(t){return!1}),ti=t||function isMap(t){if(!t||"object"!=typeof t)return!1;try{if(i.call(t),a)try{a.call(t)}catch(t){return!0}return t instanceof r}catch(t){}return!1}}function requireIsSet(){if(oi)return ni;oi=1;var t,r="function"==typeof Map&&Map.prototype?Map:null,o="function"==typeof Set&&Set.prototype?Set:null;o||(t=function isSet(t){return!1});var i=r?Map.prototype.has:null,a=o?Set.prototype.has:null;return t||a||(t=function isSet(t){return!1}),ni=t||function isSet(t){if(!t||"object"!=typeof t)return!1;try{if(a.call(t),i)try{i.call(t)}catch(t){return!0}return t instanceof o}catch(t){}return!1}}var ci,li,pi,fi,yi,si,di,gi,mi,bi,hi,vi,Si,Oi,Ai,Pi,wi,ji,qi,Ei,Ii,Fi,Ti,Ni,xi,_i={exports:{}};function requireEsObjectAtoms(){return li?ci:(li=1,ci=Object)}function requireGOPD(){return fi?pi:(fi=1,pi=Object.getOwnPropertyDescriptor)}function requireGopd(){if(si)return yi;si=1;var t=requireGOPD();if(t)try{t([],"length")}catch(r){t=null}return yi=t}function requireEsDefineProperty(){if(gi)return di;gi=1;var t=Object.defineProperty||!1;if(t)try{t({},"a",{value:1})}catch(r){t=!1}return di=t}function requireHasSymbols(){if(vi)return hi;vi=1;var t="undefined"!=typeof Symbol&&Symbol,r=function requireShams(){return bi?mi:(bi=1,mi=function hasSymbols(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},r=Symbol("test"),o=Object(r);if("string"==typeof r)return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;if("[object Symbol]"!==Object.prototype.toString.call(o))return!1;for(var i in t[r]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var a=Object.getOwnPropertySymbols(t);if(1!==a.length||a[0]!==r)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var u=Object.getOwnPropertyDescriptor(t,r);if(42!==u.value||!0!==u.enumerable)return!1}return!0})}();return hi=function hasNativeSymbols(){return"function"==typeof t&&("function"==typeof Symbol&&("symbol"==typeof t("foo")&&("symbol"==typeof Symbol("bar")&&r())))}}function requireGetIntrinsic(){if(Oi)return Si;var t;Oi=1;var r=requireEsObjectAtoms(),o=requireEsErrors(),i=require_eval(),a=requireRange(),u=requireRef(),c=requireSyntax(),l=requireType(),p=requireUri(),y=requireAbs(),d=requireFloor(),g=requireMax(),m=requireMin(),b=requirePow(),h=requireRound(),v=requireSign(),S=Function,getEvalledConstructor=function(t){try{return S('"use strict"; return ('+t+").constructor;")()}catch(t){}},O=requireGopd(),A=requireEsDefineProperty(),throwTypeError=function(){throw new l},P=O?function(){try{return throwTypeError}catch(t){try{return O(arguments,"callee").get}catch(t){return throwTypeError}}}():throwTypeError,w=requireHasSymbols()(),j=requireGetProto(),q=requireObject_getPrototypeOf(),E=requireReflect_getPrototypeOf(),I=requireFunctionApply(),T=requireFunctionCall(),N={},x="undefined"!=typeof Uint8Array&&j?j(Uint8Array):t,_={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?t:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?t:ArrayBuffer,"%ArrayIteratorPrototype%":w&&j?j([][Symbol.iterator]()):t,"%AsyncFromSyncIteratorPrototype%":t,"%AsyncFunction%":N,"%AsyncGenerator%":N,"%AsyncGeneratorFunction%":N,"%AsyncIteratorPrototype%":N,"%Atomics%":"undefined"==typeof Atomics?t:Atomics,"%BigInt%":"undefined"==typeof BigInt?t:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?t:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?t:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?t:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":o,"%eval%":eval,"%EvalError%":i,"%Float16Array%":"undefined"==typeof Float16Array?t:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?t:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?t:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?t:FinalizationRegistry,"%Function%":S,"%GeneratorFunction%":N,"%Int8Array%":"undefined"==typeof Int8Array?t:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?t:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?t:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":w&&j?j(j([][Symbol.iterator]())):t,"%JSON%":"object"==typeof JSON?JSON:t,"%Map%":"undefined"==typeof Map?t:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&w&&j?j((new Map)[Symbol.iterator]()):t,"%Math%":Math,"%Number%":Number,"%Object%":r,"%Object.getOwnPropertyDescriptor%":O,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?t:Promise,"%Proxy%":"undefined"==typeof Proxy?t:Proxy,"%RangeError%":a,"%ReferenceError%":u,"%Reflect%":"undefined"==typeof Reflect?t:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?t:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&w&&j?j((new Set)[Symbol.iterator]()):t,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?t:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":w&&j?j(""[Symbol.iterator]()):t,"%Symbol%":w?Symbol:t,"%SyntaxError%":c,"%ThrowTypeError%":P,"%TypedArray%":x,"%TypeError%":l,"%Uint8Array%":"undefined"==typeof Uint8Array?t:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?t:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?t:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?t:Uint32Array,"%URIError%":p,"%WeakMap%":"undefined"==typeof WeakMap?t:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?t:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?t:WeakSet,"%Function.prototype.call%":T,"%Function.prototype.apply%":I,"%Object.defineProperty%":A,"%Object.getPrototypeOf%":q,"%Math.abs%":y,"%Math.floor%":d,"%Math.max%":g,"%Math.min%":m,"%Math.pow%":b,"%Math.round%":h,"%Math.sign%":v,"%Reflect.getPrototypeOf%":E};if(j)try{null.error}catch(t){var B=j(j(t));_["%Error.prototype%"]=B}var M=function doEval(t){var r;if("%AsyncFunction%"===t)r=getEvalledConstructor("async function () {}");else if("%GeneratorFunction%"===t)r=getEvalledConstructor("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=getEvalledConstructor("async function* () {}");else if("%AsyncGenerator%"===t){var o=doEval("%AsyncGeneratorFunction%");o&&(r=o.prototype)}else if("%AsyncIteratorPrototype%"===t){var i=doEval("%AsyncGenerator%");i&&j&&(r=j(i.prototype))}return _[t]=r,r},D={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},R=requireFunctionBind(),$=requireHasown(),k=R.call(T,Array.prototype.concat),U=R.call(I,Array.prototype.splice),C=R.call(T,String.prototype.replace),G=R.call(T,String.prototype.slice),W=R.call(T,RegExp.prototype.exec),z=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,J=/\\(\\)?/g,L=function getBaseIntrinsic(t,r){var o,i=t;if($(D,i)&&(i="%"+(o=D[i])[0]+"%"),$(_,i)){var a=_[i];if(a===N&&(a=M(i)),void 0===a&&!r)throw new l("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:o,name:i,value:a}}throw new c("intrinsic "+t+" does not exist!")};return Si=function GetIntrinsic(t,r){if("string"!=typeof t||0===t.length)throw new l("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof r)throw new l('"allowMissing" argument must be a boolean');if(null===W(/^%?[^%]*%?$/,t))throw new c("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var o=function stringToPath(t){var r=G(t,0,1),o=G(t,-1);if("%"===r&&"%"!==o)throw new c("invalid intrinsic syntax, expected closing `%`");if("%"===o&&"%"!==r)throw new c("invalid intrinsic syntax, expected opening `%`");var i=[];return C(t,z,(function(t,r,o,a){i[i.length]=o?C(a,J,"$1"):r||t})),i}(t),i=o.length>0?o[0]:"",a=L("%"+i+"%",r),u=a.name,p=a.value,y=!1,d=a.alias;d&&(i=d[0],U(o,k([0,1],d)));for(var g=1,m=!0;g<o.length;g+=1){var b=o[g],h=G(b,0,1),v=G(b,-1);if(('"'===h||"'"===h||"`"===h||'"'===v||"'"===v||"`"===v)&&h!==v)throw new c("property names with quotes must have matching quotes");if("constructor"!==b&&m||(y=!0),$(_,u="%"+(i+="."+b)+"%"))p=_[u];else if(null!=p){if(!(b in p)){if(!r)throw new l("base intrinsic for "+t+" exists, but the property is not available.");return}if(O&&g+1>=o.length){var S=O(p,b);p=(m=!!S)&&"get"in S&&!("originalValue"in S.get)?S.get:p[b]}else m=$(p,b),p=p[b];m&&!y&&(_[u]=p)}}return p},Si}function requireIsWeakset(){if(Ai)return _i.exports;Ai=1;var t=requireGetIntrinsic(),r=requireCallBound$1(),o=t("%WeakSet%",!0),i=r("WeakSet.prototype.has",!0);if(i){var a=r("WeakMap.prototype.has",!0);_i.exports=function isWeakSet(t){if(!t||"object"!=typeof t)return!1;try{if(i(t,i),a)try{a(t,a)}catch(t){return!0}return t instanceof o}catch(t){}return!1}}else _i.exports=function isWeakSet(t){return!1};return _i.exports}function requireWhichCollection(){if(wi)return Pi;wi=1;var t=requireIsMap(),r=requireIsSet(),o=function requireIsWeakmap(){if(ai)return ii;ai=1;var t,r="function"==typeof WeakMap&&WeakMap.prototype?WeakMap:null,o="function"==typeof WeakSet&&WeakSet.prototype?WeakSet:null;r||(t=function isWeakMap(t){return!1});var i=r?r.prototype.has:null,a=o?o.prototype.has:null;return t||i||(t=function isWeakMap(t){return!1}),ii=t||function isWeakMap(t){if(!t||"object"!=typeof t)return!1;try{if(i.call(t,i),a)try{a.call(t,a)}catch(t){return!0}return t instanceof r}catch(t){}return!1}}(),i=requireIsWeakset();return Pi=function whichCollection(a){if(a&&"object"==typeof a){if(t(a))return"Map";if(r(a))return"Set";if(o(a))return"WeakMap";if(i(a))return"WeakSet"}return!1}}function requireIsCallable(){if(qi)return ji;qi=1;var t,r,o=Function.prototype.toString,i="object"==typeof Reflect&&null!==Reflect&&Reflect.apply;if("function"==typeof i&&"function"==typeof Object.defineProperty)try{t=Object.defineProperty({},"length",{get:function(){throw r}}),r={},i((function(){throw 42}),null,t)}catch(t){t!==r&&(i=null)}else i=null;var a=/^\s*class\b/,u=function isES6ClassFunction(t){try{var r=o.call(t);return a.test(r)}catch(t){return!1}},c=function tryFunctionToStr(t){try{return!u(t)&&(o.call(t),!0)}catch(t){return!1}},l=Object.prototype.toString,p="function"==typeof Symbol&&!!Symbol.toStringTag,y=!(0 in[,]),d=function isDocumentDotAll(){return!1};if("object"==typeof document){var g=document.all;l.call(g)===l.call(document.all)&&(d=function isDocumentDotAll(t){if((y||!t)&&(void 0===t||"object"==typeof t))try{var r=l.call(t);return("[object HTMLAllCollection]"===r||"[object HTML document.all class]"===r||"[object HTMLCollection]"===r||"[object Object]"===r)&&null==t("")}catch(t){}return!1})}return ji=i?function isCallable(o){if(d(o))return!0;if(!o)return!1;if("function"!=typeof o&&"object"!=typeof o)return!1;try{i(o,null,t)}catch(t){if(t!==r)return!1}return!u(o)&&c(o)}:function isCallable(t){if(d(t))return!0;if(!t)return!1;if("function"!=typeof t&&"object"!=typeof t)return!1;if(p)return c(t);if(u(t))return!1;var r=l.call(t);return!("[object Function]"!==r&&"[object GeneratorFunction]"!==r&&!/^\[object HTML/.test(r))&&c(t)}}function requireForEach(){if(Ii)return Ei;Ii=1;var t=requireIsCallable(),r=Object.prototype.toString,o=Object.prototype.hasOwnProperty;return Ei=function forEach(i,a,u){if(!t(a))throw new TypeError("iterator must be a function");var c;arguments.length>=3&&(c=u),function isArray(t){return"[object Array]"===r.call(t)}(i)?function forEachArray(t,r,i){for(var a=0,u=t.length;a<u;a++)o.call(t,a)&&(null==i?r(t[a],a,t):r.call(i,t[a],a,t))}(i,a,c):"string"==typeof i?function forEachString(t,r,o){for(var i=0,a=t.length;i<a;i++)null==o?r(t.charAt(i),i,t):r.call(o,t.charAt(i),i,t)}(i,a,c):function forEachObject(t,r,i){for(var a in t)o.call(t,a)&&(null==i?r(t[a],a,t):r.call(i,t[a],a,t))}(i,a,c)},Ei}function requirePossibleTypedArrayNames(){return Ti?Fi:(Ti=1,Fi=["Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"])}function requireAvailableTypedArrays(){if(xi)return Ni;xi=1;var t=requirePossibleTypedArrayNames(),r="undefined"==typeof globalThis?A:globalThis;return Ni=function availableTypedArrays(){for(var o=[],i=0;i<t.length;i++)"function"==typeof r[t[i]]&&(o[o.length]=t[i]);return o}}var Bi,Mi,Di,Ri,$i,ki,Ui,Ci={exports:{}};function requireCallBind(){return Bi||(Bi=1,function(t){var r=requireSetFunctionLength(),o=requireEsDefineProperty$3(),i=requireCallBindApplyHelpers(),a=requireApplyBind();t.exports=function callBind(t){var o=i(arguments),a=t.length-(arguments.length-1);return r(o,1+(a>0?a:0),!0)},o?o(t.exports,"apply",{value:a}):t.exports.apply=a}(Ci)),Ci.exports}function requireWhichTypedArray(){if(Di)return Mi;Di=1;var t=requireForEach(),r=requireAvailableTypedArrays(),o=requireCallBind(),i=requireCallBound$1(),a=requireGopd$1(),u=requireGetProto(),c=i("Object.prototype.toString"),l=requireShams$1()(),p="undefined"==typeof globalThis?A:globalThis,y=r(),d=i("String.prototype.slice"),g=i("Array.prototype.indexOf",!0)||function indexOf(t,r){for(var o=0;o<t.length;o+=1)if(t[o]===r)return o;return-1},m={__proto__:null};t(y,l&&a&&u?function(t){var r=new p[t];if(Symbol.toStringTag in r&&u){var i=u(r),c=a(i,Symbol.toStringTag);if(!c&&i){var l=u(i);c=a(l,Symbol.toStringTag)}m["$"+t]=o(c.get)}}:function(t){var r=new p[t],i=r.slice||r.set;i&&(m["$"+t]=o(i))});return Mi=function whichTypedArray(r){if(!r||"object"!=typeof r)return!1;if(!l){var o=d(c(r),8,-1);return g(y,o)>-1?o:"Object"===o&&function tryAllSlices(r){var o=!1;return t(m,(function(t,i){if(!o)try{t(r),o=d(i,1)}catch(t){}})),o}(r)}return a?function tryAllTypedArrays(r){var o=!1;return t(m,(function(t,i){if(!o)try{"$"+t(r)===i&&(o=d(i,1))}catch(t){}})),o}(r):null}}function requireArrayBufferByteLength(){if($i)return Ri;$i=1;var t=requireCallBound$1()("ArrayBuffer.prototype.byteLength",!0),r=requireIsArrayBuffer();return Ri=function byteLength(o){return r(o)?t?t(o):o.byteLength:NaN}}var Gi=function requireDeepEqual(){if(Ui)return ki;Ui=1;var t=requireObject_assign(),r=requireCallBound(),o=requireRegexp_prototype_flags(),i=requireGetIntrinsic$1(),a=function requireNode(){if(lo)return co;lo=1;var t=Symbol.iterator;return co=function getIterator(r){if(null!=r&&void 0!==r[t])return r[t]()}}(),u=requireSideChannel(),c=function requireObjectIs(){if(wo)return Po;wo=1;var t=requireDefineProperties(),r=requireCallBind$3(),o=requireImplementation(),i=requirePolyfill(),a=requireShim(),u=r(i(),Object);return t(u,{getPolyfill:i,implementation:o,shim:a}),Po=u}(),l=requireIsArguments(),p=function requireIsarray(){if(To)return Fo;To=1;var t={}.toString;return Fo=Array.isArray||function(r){return"[object Array]"==t.call(r)}}(),y=requireIsArrayBuffer(),d=requireIsDateObject(),g=requireIsRegex(),m=requireIsSharedArrayBuffer(),b=requireObjectKeys(),h=requireWhichBoxedPrimitive(),v=requireWhichCollection(),S=requireWhichTypedArray(),O=requireArrayBufferByteLength(),A=r("SharedArrayBuffer.prototype.byteLength",!0),P=r("Date.prototype.getTime"),w=Object.getPrototypeOf,j=r("Object.prototype.toString"),q=i("%Set%",!0),E=r("Map.prototype.has",!0),I=r("Map.prototype.get",!0),T=r("Map.prototype.size",!0),N=r("Set.prototype.add",!0),x=r("Set.prototype.delete",!0),_=r("Set.prototype.has",!0),B=r("Set.prototype.size",!0);function setHasEqualElement(t,r,o,i){for(var u,c=a(t);(u=c.next())&&!u.done;)if(internalDeepEqual(r,u.value,o,i))return x(t,u.value),!0;return!1}function findLooseMatchingPrimitives(t){return void 0===t?null:"object"!=typeof t?"symbol"!=typeof t&&("string"!=typeof t&&"number"!=typeof t||+t==+t):void 0}function mapMightHaveLoosePrim(r,o,i,a,u,c){var l=findLooseMatchingPrimitives(i);if(null!=l)return l;var p=I(o,l),y=t({},u,{strict:!1});return!(void 0===p&&!E(o,l)||!internalDeepEqual(a,p,y,c))&&(!E(r,l)&&internalDeepEqual(a,p,y,c))}function setMightHaveLoosePrim(t,r,o){var i=findLooseMatchingPrimitives(o);return null!=i?i:_(r,i)&&!_(t,i)}function mapHasEqualEntry(t,r,o,i,u,c){for(var l,p,y=a(t);(l=y.next())&&!l.done;)if(internalDeepEqual(o,p=l.value,u,c)&&internalDeepEqual(i,I(r,p),u,c))return x(t,p),!0;return!1}function internalDeepEqual(r,i,u,x){var M=u||{};if(M.strict?c(r,i):r===i)return!0;if(h(r)!==h(i))return!1;if(!r||!i||"object"!=typeof r&&"object"!=typeof i)return M.strict?c(r,i):r==i;var D,R=x.has(r),$=x.has(i);if(R&&$){if(x.get(r)===x.get(i))return!0}else D={};return R||x.set(r,D),$||x.set(i,D),function objEquiv(r,i,u,c){var h,x;if(typeof r!=typeof i)return!1;if(null==r||null==i)return!1;if(j(r)!==j(i))return!1;if(l(r)!==l(i))return!1;var M=p(r),D=p(i);if(M!==D)return!1;var R=r instanceof Error,$=i instanceof Error;if(R!==$)return!1;if((R||$)&&(r.name!==i.name||r.message!==i.message))return!1;var k=g(r),U=g(i);if(k!==U)return!1;if((k||U)&&(r.source!==i.source||o(r)!==o(i)))return!1;var C=d(r),G=d(i);if(C!==G)return!1;if((C||G)&&P(r)!==P(i))return!1;if(u.strict&&w&&w(r)!==w(i))return!1;var W=S(r),z=S(i);if(W!==z)return!1;if(W||z){if(r.length!==i.length)return!1;for(h=0;h<r.length;h++)if(r[h]!==i[h])return!1;return!0}var J=isBuffer(r),L=isBuffer(i);if(J!==L)return!1;if(J||L){if(r.length!==i.length)return!1;for(h=0;h<r.length;h++)if(r[h]!==i[h])return!1;return!0}var H=y(r),V=y(i);if(H!==V)return!1;if(H||V)return O(r)===O(i)&&("function"==typeof Uint8Array&&internalDeepEqual(new Uint8Array(r),new Uint8Array(i),u,c));var K=m(r),Q=m(i);if(K!==Q)return!1;if(K||Q)return A(r)===A(i)&&("function"==typeof Uint8Array&&internalDeepEqual(new Uint8Array(r),new Uint8Array(i),u,c));if(typeof r!=typeof i)return!1;var X=b(r),Y=b(i);if(X.length!==Y.length)return!1;for(X.sort(),Y.sort(),h=X.length-1;h>=0;h--)if(X[h]!=Y[h])return!1;for(h=X.length-1;h>=0;h--)if(!internalDeepEqual(r[x=X[h]],i[x],u,c))return!1;var Z=v(r),ee=v(i);if(Z!==ee)return!1;if("Set"===Z||"Set"===ee)return function setEquiv(t,r,o,i){if(B(t)!==B(r))return!1;var u,c,l,p=a(t),y=a(r);for(;(u=p.next())&&!u.done;)if(u.value&&"object"==typeof u.value)l||(l=new q),N(l,u.value);else if(!_(r,u.value)){if(o.strict)return!1;if(!setMightHaveLoosePrim(t,r,u.value))return!1;l||(l=new q),N(l,u.value)}if(l){for(;(c=y.next())&&!c.done;)if(c.value&&"object"==typeof c.value){if(!setHasEqualElement(l,c.value,o.strict,i))return!1}else if(!o.strict&&!_(t,c.value)&&!setHasEqualElement(l,c.value,o.strict,i))return!1;return 0===B(l)}return!0}(r,i,u,c);if("Map"===Z)return function mapEquiv(r,o,i,u){if(T(r)!==T(o))return!1;var c,l,p,y,d,g,m=a(r),b=a(o);for(;(c=m.next())&&!c.done;)if(y=c.value[0],d=c.value[1],y&&"object"==typeof y)p||(p=new q),N(p,y);else if(void 0===(g=I(o,y))&&!E(o,y)||!internalDeepEqual(d,g,i,u)){if(i.strict)return!1;if(!mapMightHaveLoosePrim(r,o,y,d,i,u))return!1;p||(p=new q),N(p,y)}if(p){for(;(l=b.next())&&!l.done;)if(y=l.value[0],g=l.value[1],y&&"object"==typeof y){if(!mapHasEqualEntry(p,r,y,g,i,u))return!1}else if(!(i.strict||r.has(y)&&internalDeepEqual(I(r,y),g,i,u)||mapHasEqualEntry(p,r,y,g,t({},i,{strict:!1}),u)))return!1;return 0===B(p)}return!0}(r,i,u,c);return!0}(r,i,M,x)}function isBuffer(t){return!(!t||"object"!=typeof t||"number"!=typeof t.length)&&("function"==typeof t.copy&&"function"==typeof t.slice&&(!(t.length>0&&"number"!=typeof t[0])&&!!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t))))}return ki=function deepEqual(t,r,o){return internalDeepEqual(t,r,o,u())}}(),Wi=getDefaultExportFromCjs(Gi);function hasOwnPrototypeFunction(t,r){return null!==t&&t.prototype&&Object.prototype.hasOwnProperty.call(t.prototype,r)&&"function"==typeof t.prototype[r]}function normalizeFieldImpl(t,r,o,i){var a,u;if(null!=i||(i={}),null!==(u=(a=i).path)&&void 0!==u||(a.path=""),!Object.prototype.hasOwnProperty.call(r,o))return!1;var c=Object.getPrototypeOf(t);if(hasOwnPrototypeFunction(c,"normalizeField")&&c.prototype.normalizeField.call(r,o,i))return!0;var p=getFieldMetadata(st(t),o,pt);if(void 0===p)return!1;var y=r[o];return function normalizeNullishField(t,r,o,i){return null==i}(0,0,0,y)||function normalizeArrayField(t,r,o,i,a,u){if(Array.isArray(i)||l(i)){var c="".concat(a.path,".").concat(o),p={type:getFieldElementType(t,o,c,a),path:c,types:a.types,elementTypes:a.elementTypes};return r[o]=i.map((function(t){return null==t?t:u(t,p)})),!0}return!1}(t,r,o,y,i,p)||function normalizeSetField(t,r,o,i,a,u){if(i instanceof Set){var c="".concat(a.path,".").concat(o),l={type:getFieldElementType(t,o,c,a),path:c,types:a.types,elementTypes:a.elementTypes};return r[o]=new Set(Array.from(i,(function(t){return u(t,l)}))),!0}return!1}(t,r,o,y,i,p)||function normalizeMapField(t,r,o,i,a,u){if(i instanceof Map){var c="".concat(a.path,".").concat(o),l={type:getFieldElementType(t,o,c,a),path:c,types:a.types,elementTypes:a.elementTypes};return r[o]=new Map(Array.from(i,(function(t){var r=d(t,2),o=r[0],i=r[1];return[o,u(i,l)]}))),!0}return!1}(t,r,o,y,i,p)||function normalizeNormalField(t,r,o,i,a,u){var c="".concat(a.path,".").concat(o),l={type:getFieldType(t,o,c,a),path:c,types:a.types,elementTypes:a.elementTypes};return r[o]=u(i,l),!0}(t,r,o,y,i,p)}function ownKeys$2(t,r){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);r&&(i=i.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),o.push.apply(o,i)}return o}function _objectSpread$2(t){for(var o=1;o<arguments.length;o++){var i=null!=arguments[o]?arguments[o]:{};o%2?ownKeys$2(Object(i),!0).forEach((function(o){r(t,o,i[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):ownKeys$2(Object(i)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(i,r))}))}return t}function toJsonImpl(t,r,i){var a=ht.merge("toJSON",i);a.normalize&&(t=defaultNormalizer(t=o(t,vt)));var u=_objectSpread$2(_objectSpread$2({},vt),{},{pojo:!0,disableHooks:!0,useToJSON:!0,convertNaming:a.convertNaming,sourceNamingStyle:a.sourceNamingStyle,targetNamingStyle:a.targetNamingStyle,removeEmptyFields:a.removeEmptyFields,skipRootToJSON:a.skipRootToJSON});return o(t,u)}function toJsonStringImpl(t,r,o){var i=ht.merge("toJSON",o),a=r.toJSON("",i);return v.stringify(a,null,i.space)}function getFieldLabel(t,r){var o=getFieldMetadata(t,r,lt);return o?o.label:r}function getInstanceName(t,r){var o=t[nt];return o?r[o]:void 0}function isFieldNonEmpty(t,r){return!0===getFieldMetadata(t,r,ct)}function isFieldNullable(t,r){return!0===getFieldMetadata(t,r,ut)}function getElementValidationContext(t,r,o,i,a){var u,c,l,p,y,d={instance:o,owner:null!==(u=a.owner)&&void 0!==u?u:getInstanceName(r,o),field:i,type:null!==(c=a.type)&&void 0!==c?c:getFieldElementType(t,i),label:null!==(l=a.label)&&void 0!==l?l:getFieldLabel(r,i),nullable:null!==(p=a.nullable)&&void 0!==p?p:isFieldNullable(r,i),nonEmpty:null!==(y=a.nonEmpty)&&void 0!==y?y:isFieldNonEmpty(r,i)};return Object.assign(d,a)}function validateEmptyField(t,r,o,i,a){if(u(i)){if(a.nonEmpty||isFieldNonEmpty(t,o)){var c,l,p=null!==(c=a.label)&&void 0!==c?c:getFieldLabel(t,o),y=null!==(l=a.owner)&&void 0!==l?l:getInstanceName(t,r),d=y?"The ".concat(p," of ").concat(y," cannot be empty."):"The ".concat(p," cannot be empty.");return new O(!1,d)}return new O(!0)}return null}function validateNormalField(t,r,o,i,a,u,c){var l=function getValidationContext(t,r,o,i,a){var u,c,l,p,y,d={instance:o,owner:null!==(u=a.owner)&&void 0!==u?u:getInstanceName(r,o),field:i,type:null!==(c=a.type)&&void 0!==c?c:getFieldType(t,i),label:null!==(l=a.label)&&void 0!==l?l:getFieldLabel(r,i),nullable:null!==(p=a.nullable)&&void 0!==p?p:isFieldNullable(r,i),nonEmpty:null!==(y=a.nonEmpty)&&void 0!==y?y:isFieldNonEmpty(r,i)};return Object.assign(d,a)}(t,r,o,i,c);return u(a,l)}function validateFieldImpl(t,r,o,i){var a,u,c;if(!Object.prototype.hasOwnProperty.call(r,o))return null;var p=Object.getPrototypeOf(t);if(hasOwnPrototypeFunction(p,"validateField")){var y=p.prototype.validateField.call(r,o,i);if(null!==y)return y}var d=st(t),g=getFieldMetadata(d,o,ft);if(void 0===g)return new O(!0);var m=r[o];return null!==(a=null!==(u=null!==(c=function validateArrayField(t,r,o,i,a,u,c){if(Array.isArray(a)||l(a)){var p=validateEmptyField(r,o,i,a,c);if(p)return p;var y=getElementValidationContext(t,r,o,i,c),d=a.map((function(t,r){return y.index=r,u(t,y)}));return O.merge(d)}return null}(t,d,r,o,m,g,i))&&void 0!==c?c:function validateSetField(t,r,o,i,a,u,c){if(a instanceof Set){var l=validateEmptyField(r,o,i,a,c);if(l)return l;var p=getElementValidationContext(t,r,o,i,c),y=Array.from(a,(function(t,r){return p.index=r,u(t,p)}));return O.merge(y)}return null}(t,d,r,o,m,g,i))&&void 0!==u?u:function validateMapField(t,r,o,i,a,u,c){if(a instanceof Map){var l=validateEmptyField(r,o,i,a,c);if(l)return l;var p=getElementValidationContext(t,r,o,i,c),y=Array.from(a,(function(t,r){return p.index=r,u(t[1],p)}));return O.merge(y)}return null}(t,d,r,o,m,g,i))&&void 0!==a?a:validateNormalField(t,d,r,o,m,g,i)}function ownKeys$1(t,r){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);r&&(i=i.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),o.push.apply(o,i)}return o}function _objectSpread$1(t){for(var o=1;o<arguments.length;o++){var i=null!=arguments[o]?arguments[o]:{};o%2?ownKeys$1(Object(i),!0).forEach((function(o){r(t,o,i[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):ownKeys$1(Object(i)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(i,r))}))}return t}function Model(r,o){if(null===o||"object"!==t(o))throw new TypeError("The context must be an object.");if("function"!=typeof r||"class"!==o.kind)throw new TypeError("The `@Model` can only decorate a class.");dt(r,o.metadata),setClassMetadata(r,et,"model"),hasOwnPrototypeFunction(r,"assign")||(r.prototype.assign=function assign(t){return assignImpl(r,this,t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0)}),hasOwnPrototypeFunction(r,"clear")||(r.prototype.clear=function clear(){return function clearImpl(t,r){requirePrototypeMethod(t,"assign");var o=getDefaultInstance(t);return r.assign(o,{normalize:!1,convertNaming:!1})}(r,this)}),hasOwnPrototypeFunction(r,"clone")||(r.prototype.clone=function clone(){return function cloneImpl(t,r){return requirePrototypeMethod(t,"assign"),(new t).assign(r,{normalize:!1,convertNaming:!1})}(r,this)}),hasOwnPrototypeFunction(r,"isEmpty")||(r.prototype.isEmpty=function isEmpty(){return function isEmptyImpl(t,r){var o=getDefaultInstance(t);return Wi(r,o)}(r,this)}),hasOwnPrototypeFunction(r,"equals")||(r.prototype.equals=function equals(t){return function equalsImpl(t,r){return t===r||(null==r?null==t:null!=t&&Object.getPrototypeOf(t)===Object.getPrototypeOf(r)&&Wi(t,r))}(this,t)}),hasOwnPrototypeFunction(r,"normalize")||(r.prototype.normalize=function normalize(){return function normalizeImpl(t,r,o,i){if(null==o||"*"===o)Object.keys(r).forEach((function(t){return r.normalizeField(t,i)}));else if(Array.isArray(o))o.forEach((function(t){return r.normalizeField(t,i)}));else{if("string"!=typeof o)throw new TypeError("The argument ".concat(t.name,".normalize() must be a string or an array of strings."));r.normalizeField(o,i)}return r}(r,this,arguments.length>0&&void 0!==arguments[0]?arguments[0]:"*",arguments.length>1&&void 0!==arguments[1]?arguments[1]:{})}),hasOwnPrototypeFunction(r,"normalizeField")||(r.prototype.normalizeField=function normalizeField(t){return normalizeFieldImpl(r,this,t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:{})}),hasOwnPrototypeFunction(r,"validate")||(r.prototype.validate=function validate(){return function validateImpl(t,r,o,i){if(null==o||"*"===o){var a=Object.keys(r).map((function(t){return r.validateField(t,i)}));return O.merge(a)}if(Array.isArray(o)){var u=o.map((function(t){return r.validateField(t,i)}));return O.merge(u)}if("string"==typeof o){var c=r.validateField(o,i);return null!=c?c:new O(!0)}throw new TypeError("The argument of ".concat(t.name,".validate()")+" must be a string or an array of strings.")}(r,this,arguments.length>0&&void 0!==arguments[0]?arguments[0]:"*",arguments.length>1&&void 0!==arguments[1]?arguments[1]:{})}),hasOwnPrototypeFunction(r,"validateField")||(r.prototype.validateField=function validateField(t){return validateFieldImpl(r,this,t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:{})}),function hasOwnClassField(t,r){if(!t||!t.prototype)return!1;if(Object.prototype.hasOwnProperty.call(t.prototype,r))return!0;var o=getDefaultInstance(t);return o&&Object.prototype.hasOwnProperty.call(o,r)}(r,"id")&&!hasPrototypeFunction(r,"generateId")&&(setClassMetadata(r,rt,0),r.prototype.generateId=function generateId(){return function generateIdImpl(t,r){var o=getClassMetadata(t,rt);return r.id=o,setClassMetadata(t,rt,o+1),r.id}(r,this)}),hasOwnPrototypeFunction(r,"toJSON")||(r.prototype.toJSON=function toJSON(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"object"===t(r)&&(o=r,r=""),toJsonImpl(this,0,_objectSpread$1(_objectSpread$1({},o),{},{skipRootToJSON:!0}))}),hasOwnPrototypeFunction(r,"toJsonString")||(r.prototype.toJsonString=function toJsonString(){return toJsonStringImpl(0,this,arguments.length>0&&void 0!==arguments[0]?arguments[0]:{})}),Object.prototype.hasOwnProperty.call(r,"create")||(r.create=function create(t){return createImpl(r,t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0)}),Object.prototype.hasOwnProperty.call(r,"createArray")||(r.createArray=function createArray(t){return createArrayImpl(r,t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0)}),Object.prototype.hasOwnProperty.call(r,"createPage")||(r.createPage=function createPage(t){return createPageImpl(r,t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0)}),Object.prototype.hasOwnProperty.call(r,"isNullishOrEmpty")||(r.isNullishOrEmpty=function isNullishOrEmpty(t){return function isNullishOrEmptyImpl(t,r){if(requirePrototypeMethod(t,"isEmpty"),null==r)return!0;if(!(r instanceof t))throw new TypeError("The object must be an instance of the class ".concat(t.name,"."));return r.isEmpty()}(r,t)}),Object.prototype.hasOwnProperty.call(r,"parseJsonString")||(r.parseJsonString=function parseJsonString(t){return function parseJsonStringImpl(t,r,o){var i=v.parse(r),a=new t;return assignImpl(t,a,i,o)}(r,t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0)})}function NameField(t,r){var o=r.kind,i=r.name,a=r.metadata;if("field"!==o)throw new SyntaxError("The decorator @NameField can only decorate a class field: ".concat(i));var u=a[nt];if(u)throw new SyntaxError('@NameField cannot decorate on "'.concat(i,'", since it has already decorated on "').concat(u,'".'));a[nt]=i}function NonEmpty(t,r){var o=r.kind,i=r.name,a=r.metadata;if("field"!==o)throw new SyntaxError("The decorator @NonEmpty can only decorate a class field: ".concat(i));setFieldMetadata(a,i,ct,!0)}function isDecoratorContext(r){return null!==r&&"object"===t(r)&&null!==r.metadata&&"object"===t(r.metadata)&&"string"==typeof r.kind&&"string"==typeof r.name}function setNormalizer(r,o,i){var a=o.metadata,u=o.kind,c=o.name;if("field"!==u)throw new SyntaxError("The @Normalizable must decorate a class field: ".concat(c));if("function"!=typeof i)throw new TypeError('The argument of @Normalizable decorated on the "'.concat(c,'" field must be a function, but it is a ').concat(t(i),"."));setFieldMetadata(a,c,pt,i)}function Normalizable(){if(1===arguments.length){var t,r=null!==(t=arguments.length<=0?void 0:arguments[0])&&void 0!==t?t:defaultNormalizer;return function(t,o){return setNormalizer(0,o,r)}}if(2!==arguments.length||!isDecoratorContext(arguments.length<=1?void 0:arguments[1]))throw new SyntaxError("Invalid use of @Normalizable decorator.");setNormalizer(0,arguments.length<=1?void 0:arguments[1],defaultNormalizer)}function normalize(t){return defaultNormalizer(t)}function Nullable(t,r){var o=r.kind,i=r.name,a=r.metadata;if("field"!==o)throw new SyntaxError("The decorator @Nullable can only decorate a class field: ".concat(i));setFieldMetadata(a,i,ut,!0)}function Readonly(t,r){if("field"!==r.kind)throw new Error("@Readonly can only be applied to class fields.");var o;return r.addInitializer((function initializer(){void 0!==o?function createImmediateReadonlyInitializer(t,r){return function immediateReadonlyInitializer(){Object.defineProperty(this,t,{value:r,writable:!1,configurable:!1,enumerable:!0})}}(r.name,o).call(this):function createDeferredReadonlyInitializer(t){return function deferredReadonlyInitializer(){var r;Object.defineProperty(this,t,{configurable:!0,enumerable:!0,get:function get(){return r},set:function set(o){r=o,Object.defineProperty(this,t,{value:o,writable:!1,configurable:!1,enumerable:!0})}})}}(r.name).call(this)})),function initializer(t){return o=t,t}}function stringifyId(t){return null==t?"":c(t)?t:v.stringify(t)}function ownKeys(t,r){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);r&&(i=i.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),o.push.apply(o,i)}return o}function _objectSpread(t){for(var o=1;o<arguments.length;o++){var i=null!=arguments[o]?arguments[o]:{};o%2?ownKeys(Object(i),!0).forEach((function(o){r(t,o,i[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):ownKeys(Object(i)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(i,r))}))}return t}function toJSON(t){return toJsonImpl(t,0,_objectSpread(_objectSpread({},arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}),{},{skipRootToJSON:!1}))}function toJsonString(r,o){if("object"!==t(r))throw new TypeError("The object to be serialized must be an object.");r.constructor;return toJsonStringImpl(0,r,o)}function Type(t){return function decorate(r,o){var i=o.kind,a=o.name,u=o.metadata;if("field"!==i)throw new SyntaxError("The decorator @Type can only decorate a class field: ".concat(a));if("function"!=typeof t)throw new TypeError('The argument of @Type decorated on "'.concat(a,'" must be the constructor of a class.'));setFieldMetadata(u,a,it,t)}}function defaultValidator(r,o){var i=o.owner,a=o.type,c=o.label,l=o.nullable,p=o.nonEmpty;if(null==r){if(l)return new O(!0);var y=i?"必须设置".concat(i,"的").concat(c,"的值"):"必须设置".concat(c,"的值");return new O(!1,y)}if(u(r)&&p){var d=i?"".concat(i,"的").concat(c,"不能为空"):"".concat(c,"不能为空");return new O(!1,d)}if(a){if(isEnumClass(a)&&"string"==typeof r){if(a.hasValue(r))return new O(!0);var g=i?"".concat(i,"的").concat(c,"的值不受支持: ").concat(r):"".concat(c,"的值不受支持: ").concat(r);return new O(!1,g)}if(r.constructor!==a){var m=i?"".concat(i,"的").concat(c,"必须是 ").concat(a.name," 类型"):"".concat(c,"必须是 ").concat(a.name," 类型");return new O(!1,m)}}return"object"===t(r)&&"function"==typeof r.validate?r.validate("*",{owner:i}):new O(!0)}function setValidator(r,o,i){var a=o.metadata,u=o.kind,c=o.name;if("field"!==u)throw new SyntaxError("The @Validatable must decorate a class field: ".concat(c));if("function"!=typeof i)throw new TypeError('The argument of @Validatable decorated on the "'.concat(c,'" field must be a function, but it is a ').concat(t(i),"."));setFieldMetadata(a,c,ft,i)}function Validatable(){if(1===arguments.length){var t,r=null!==(t=arguments.length<=0?void 0:arguments[0])&&void 0!==t?t:defaultValidator;return function(t,o){return setValidator(0,o,r)}}if(2!==arguments.length||!isDecoratorContext(arguments.length<=1?void 0:arguments[1]))throw new SyntaxError("Invalid use of @Validatable decorator.");setValidator(0,arguments.length<=1?void 0:arguments[1],defaultValidator)}export{ht as DefaultOptions,ElementType,Enum,Label,Model,NameField,NonEmpty,Normalizable,Nullable,fr as Page,Readonly,Type,Validatable,assign,create,createArray,createPage,defaultNormalizer,enumNormalizer,getDefaultInstance,getFieldElementType,getFieldType,getSourceField,isEnumClass,isEnumerator,normalize,stringifyId,toJSON,toJsonString};//# sourceMappingURL=common-decorator.min.mjs.map
1
+ import t from"@babel/runtime/helpers/typeof";import r from"@babel/runtime/helpers/defineProperty";import o,{registerCloneHook as i}from"@qubit-ltd/clone";import{isUndefinedOrNull as a,isEmpty as u}from"@qubit-ltd/common-util";import{isString as c,isTypedArray as l,isCollection as p,isBuiltInClass as y}from"@qubit-ltd/type-detect";import d from"@babel/runtime/helpers/slicedToArray";import g from"@qubit-ltd/typeinfo";import m from"@babel/runtime/helpers/classCallCheck";import b from"@babel/runtime/helpers/createClass";import{NamingStyle as h}from"@qubit-ltd/naming-style";import v from"@qubit-ltd/json";import S from"util";import{ValidationResult as O}from"@qubit-ltd/common-validation-rule";var P="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function getDefaultExportFromCjs(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var A,w,j={},q={};function requireGlobalThis(){if(w)return A;w=1;var check=function(t){return t&&t.Math===Math&&t};return A=check("object"==typeof globalThis&&globalThis)||check("object"==typeof window&&window)||check("object"==typeof self&&self)||check("object"==typeof P&&P)||check("object"==typeof A&&A)||function(){return this}()||Function("return this")()}var E,I,T,N,x,_,B,M,D,R,$,k,U,C,G,W,z,J,L,H,V,K,Q,X,Y,Z,ee,te,re,ne,oe,ie,ae,ue={exports:{}};function requireDefineGlobalProperty(){if(N)return T;N=1;var t=requireGlobalThis(),r=Object.defineProperty;return T=function(o,i){try{r(t,o,{value:i,configurable:!0,writable:!0})}catch(r){t[o]=i}return i}}function requireSharedStore(){if(x)return ue.exports;x=1;var t=function requireIsPure(){return I?E:(I=1,E=!1)}(),r=requireGlobalThis(),o=requireDefineGlobalProperty(),i="__core-js_shared__",a=ue.exports=r[i]||o(i,{});return(a.versions||(a.versions=[])).push({version:"3.41.0",mode:t?"pure":"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE",source:"https://github.com/zloirock/core-js"}),ue.exports}function requireShared(){if(B)return _;B=1;var t=requireSharedStore();return _=function(r,o){return t[r]||(t[r]=o||{})}}function requireFails(){return D?M:(D=1,M=function(t){try{return!!t()}catch(t){return!0}})}function requireFunctionBindNative(){if($)return R;$=1;var t=requireFails();return R=!t((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))}function requireFunctionUncurryThis(){if(U)return k;U=1;var t=requireFunctionBindNative(),r=Function.prototype,o=r.call,i=t&&r.bind.bind(o,o);return k=t?i:function(t){return function(){return o.apply(t,arguments)}},k}function requireIsNullOrUndefined(){return G?C:(G=1,C=function(t){return null==t})}function requireRequireObjectCoercible(){if(z)return W;z=1;var t=requireIsNullOrUndefined(),r=TypeError;return W=function(o){if(t(o))throw new r("Can't call method on "+o);return o}}function requireToObject(){if(L)return J;L=1;var t=requireRequireObjectCoercible(),r=Object;return J=function(o){return r(t(o))}}function requireHasOwnProperty(){if(V)return H;V=1;var t=requireFunctionUncurryThis(),r=requireToObject(),o=t({}.hasOwnProperty);return H=Object.hasOwn||function hasOwn(t,i){return o(r(t),i)}}function requireUid(){if(Q)return K;Q=1;var t=requireFunctionUncurryThis(),r=0,o=Math.random(),i=t(1..toString);return K=function(t){return"Symbol("+(void 0===t?"":t)+")_"+i(++r+o,36)}}function requireEnvironmentV8Version(){if(ee)return Z;ee=1;var t,r,o=requireGlobalThis(),i=function requireEnvironmentUserAgent(){if(Y)return X;Y=1;var t=requireGlobalThis().navigator,r=t&&t.userAgent;return X=r?String(r):""}(),a=o.process,u=o.Deno,c=a&&a.versions||u&&u.version,l=c&&c.v8;return l&&(r=(t=l.split("."))[0]>0&&t[0]<4?1:+(t[0]+t[1])),!r&&i&&(!(t=i.match(/Edge\/(\d+)/))||t[1]>=74)&&(t=i.match(/Chrome\/(\d+)/))&&(r=+t[1]),Z=r}function requireSymbolConstructorDetection(){if(re)return te;re=1;var t=requireEnvironmentV8Version(),r=requireFails(),o=requireGlobalThis().String;return te=!!Object.getOwnPropertySymbols&&!r((function(){var r=Symbol("symbol detection");return!o(r)||!(Object(r)instanceof Symbol)||!Symbol.sham&&t&&t<41}))}function requireUseSymbolAsUid(){if(oe)return ne;oe=1;var t=requireSymbolConstructorDetection();return ne=t&&!Symbol.sham&&"symbol"==typeof Symbol.iterator}function requireWellKnownSymbol(){if(ae)return ie;ae=1;var t=requireGlobalThis(),r=requireShared(),o=requireHasOwnProperty(),i=requireUid(),a=requireSymbolConstructorDetection(),u=requireUseSymbolAsUid(),c=t.Symbol,l=r("wks"),p=u?c.for||c:c&&c.withoutSetter||i;return ie=function(t){return o(l,t)||(l[t]=a&&o(c,t)?c[t]:p("Symbol."+t)),l[t]}}var ce,le,pe,fe,ye,se,de,ge,me,be,he,ve,Se,Oe,Pe,Ae,we,je,qe,Ee,Ie,Fe,Te,Ne,xe,_e,Be,Me,De,Re,$e,ke,Ue,Ce,Ge,We,ze={};function requireDescriptors(){if(le)return ce;le=1;var t=requireFails();return ce=!t((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))}function requireIsCallable$1(){if(fe)return pe;fe=1;var t="object"==typeof document&&document.all;return pe=void 0===t&&void 0!==t?function(r){return"function"==typeof r||r===t}:function(t){return"function"==typeof t}}function requireIsObject(){if(se)return ye;se=1;var t=requireIsCallable$1();return ye=function(r){return"object"==typeof r?null!==r:t(r)}}function requireIe8DomDefine(){if(be)return me;be=1;var t=requireDescriptors(),r=requireFails(),o=function requireDocumentCreateElement(){if(ge)return de;ge=1;var t=requireGlobalThis(),r=requireIsObject(),o=t.document,i=r(o)&&r(o.createElement);return de=function(t){return i?o.createElement(t):{}}}();return me=!t&&!r((function(){return 7!==Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))}function requireAnObject(){if(Oe)return Se;Oe=1;var t=requireIsObject(),r=String,o=TypeError;return Se=function(i){if(t(i))return i;throw new o(r(i)+" is not an object")}}function requireFunctionCall$1(){if(Ae)return Pe;Ae=1;var t=requireFunctionBindNative(),r=Function.prototype.call;return Pe=t?r.bind(r):function(){return r.apply(r,arguments)},Pe}function requireGetBuiltIn(){if(je)return we;je=1;var t=requireGlobalThis(),r=requireIsCallable$1();return we=function(o,i){return arguments.length<2?(a=t[o],r(a)?a:void 0):t[o]&&t[o][i];var a},we}function requireIsSymbol$1(){if(Fe)return Ie;Fe=1;var t=requireGetBuiltIn(),r=requireIsCallable$1(),o=function requireObjectIsPrototypeOf(){if(Ee)return qe;Ee=1;var t=requireFunctionUncurryThis();return qe=t({}.isPrototypeOf)}(),i=requireUseSymbolAsUid(),a=Object;return Ie=i?function(t){return"symbol"==typeof t}:function(i){var u=t("Symbol");return r(u)&&o(u.prototype,a(i))}}function requireTryToString(){if(Ne)return Te;Ne=1;var t=String;return Te=function(r){try{return t(r)}catch(t){return"Object"}}}function requireACallable(){if(_e)return xe;_e=1;var t=requireIsCallable$1(),r=requireTryToString(),o=TypeError;return xe=function(i){if(t(i))return i;throw new o(r(i)+" is not a function")}}function requireGetMethod(){if(Me)return Be;Me=1;var t=requireACallable(),r=requireIsNullOrUndefined();return Be=function(o,i){var a=o[i];return r(a)?void 0:t(a)}}function requireOrdinaryToPrimitive(){if(Re)return De;Re=1;var t=requireFunctionCall$1(),r=requireIsCallable$1(),o=requireIsObject(),i=TypeError;return De=function(a,u){var c,l;if("string"===u&&r(c=a.toString)&&!o(l=t(c,a)))return l;if(r(c=a.valueOf)&&!o(l=t(c,a)))return l;if("string"!==u&&r(c=a.toString)&&!o(l=t(c,a)))return l;throw new i("Can't convert object to primitive value")}}function requireToPrimitive(){if(ke)return $e;ke=1;var t=requireFunctionCall$1(),r=requireIsObject(),o=requireIsSymbol$1(),i=requireGetMethod(),a=requireOrdinaryToPrimitive(),u=requireWellKnownSymbol(),c=TypeError,l=u("toPrimitive");return $e=function(u,p){if(!r(u)||o(u))return u;var y,d=i(u,l);if(d){if(void 0===p&&(p="default"),y=t(d,u,p),!r(y)||o(y))return y;throw new c("Can't convert object to primitive value")}return void 0===p&&(p="number"),a(u,p)}}function requireToPropertyKey(){if(Ce)return Ue;Ce=1;var t=requireToPrimitive(),r=requireIsSymbol$1();return Ue=function(o){var i=t(o,"string");return r(i)?i:i+""}}function requireObjectDefineProperty(){if(Ge)return ze;Ge=1;var t=requireDescriptors(),r=requireIe8DomDefine(),o=function requireV8PrototypeDefineBug(){if(ve)return he;ve=1;var t=requireDescriptors(),r=requireFails();return he=t&&r((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))}(),i=requireAnObject(),a=requireToPropertyKey(),u=TypeError,c=Object.defineProperty,l=Object.getOwnPropertyDescriptor,p="enumerable",y="configurable",d="writable";return ze.f=t?o?function defineProperty(t,r,o){if(i(t),r=a(r),i(o),"function"==typeof t&&"prototype"===r&&"value"in o&&d in o&&!o[d]){var u=l(t,r);u&&u[d]&&(t[r]=o.value,o={configurable:y in o?o[y]:u[y],enumerable:p in o?o[p]:u[p],writable:!1})}return c(t,r,o)}:c:function defineProperty(t,o,l){if(i(t),o=a(o),i(l),r)try{return c(t,o,l)}catch(t){}if("get"in l||"set"in l)throw new u("Accessors not supported");return"value"in l&&(t[o]=l.value),t},ze}var Je,Le,He={};function requirePath(){if(Le)return Je;Le=1;var t=requireGlobalThis();return Je=t}var Ve,Ke,Qe,Xe,Ye,Ze={};function requireWellKnownSymbolDefine(){if(Qe)return Ke;Qe=1;var t=requirePath(),r=requireHasOwnProperty(),o=function requireWellKnownSymbolWrapped(){if(Ve)return Ze;Ve=1;var t=requireWellKnownSymbol();return Ze.f=t,Ze}(),i=requireObjectDefineProperty().f;return Ke=function(a){var u=t.Symbol||(t.Symbol={});r(u,a)||i(u,a,{value:o.f(a)})}}!function requireDecoratorMetadataV2(){return Ye||(Ye=1,function requireEsnext_function_metadata(){if(We)return q;We=1;var t=requireWellKnownSymbol(),r=requireObjectDefineProperty().f,o=t("metadata"),i=Function.prototype;return void 0===i[o]&&r(i,o,{value:null}),q}(),function requireEsnext_symbol_metadata(){return Xe||(Xe=1,requireWellKnownSymbolDefine()("metadata")),He}()),j}();var et="__cd_category__",tt="__cd_default_instance__",rt="__cd_next_id__",nt="__cd_name_field__",ot="__cd_fields_metadata__",it="__type__",at="__element_type__",ut="__nullable__",ct="__empty__",lt="__label__",pt="__normalizer__",ft="__validator__",yt=new WeakMap,st=function get(t){var r=yt.get(t);if(r)return r;var o=t[Symbol.metadata];return o?(yt.set(t,o),o):{}},dt=function set(t,r){yt.set(t,r)};function getClassMetadata(t,r){if("function"!=typeof t)throw new TypeError("The first argument must be a class constructor.");var o=st(t);if(o)return o[r]}function isEnumClass(t){return"function"==typeof t&&"enum"===getClassMetadata(t,et)}function enumNormalizer(t){if(!isEnumClass(t))throw new TypeError("The argument must be the constructor function of an enumeration class decorated by `@Enum`.");return function(r){return t.of(r)}}function defaultNormalizer(t){var r,o,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};null!=i||(i={}),null!==(o=(r=i).path)&&void 0!==o||(r.path="");var a=g(t);switch(a.category){case"string":return isEnumClass(i.type)?enumNormalizer(i.type)(t):t.trim();case"array":case"typed-array":return t.map((function(t){return defaultNormalizer(t)}));case"map":return new Map(Array.from(t,(function(t){var r=d(t,2);return[r[0],defaultNormalizer(r[1],i)]})));case"set":return new Set(Array.from(t,(function(t){return defaultNormalizer(t,i)})));default:if(a.isBuiltIn)return t;if("function"==typeof t.normalize){var u={path:i.path,types:i.types,elementTypes:i.elementTypes};t.normalize("*",u)}return t}}var gt=b((function DefaultAssignmentOptions(){m(this,DefaultAssignmentOptions),r(this,"normalize",!0),r(this,"convertNaming",!1),r(this,"sourceNamingStyle","LOWER_UNDERSCORE"),r(this,"targetNamingStyle","LOWER_CAMEL"),r(this,"types",{}),r(this,"elementTypes",{})})),mt=b((function DefaultToJsonOptions(){m(this,DefaultToJsonOptions),r(this,"normalize",!0),r(this,"removeEmptyFields",!1),r(this,"convertNaming",!1),r(this,"sourceNamingStyle","LOWER_CAMEL"),r(this,"targetNamingStyle","LOWER_UNDERSCORE"),r(this,"space",void 0)}));function ownKeys$5(t,r){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);r&&(i=i.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),o.push.apply(o,i)}return o}function _objectSpread$5(t){for(var o=1;o<arguments.length;o++){var i=null!=arguments[o]?arguments[o]:{};o%2?ownKeys$5(Object(i),!0).forEach((function(o){r(t,o,i[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):ownKeys$5(Object(i)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(i,r))}))}return t}var bt=new Map,ht=function(){return b((function DefaultOptions(){m(this,DefaultOptions)}),null,[{key:"get",value:function get(t){var r=bt.get(t);return r?o(r):void 0}},{key:"merge",value:function merge(t,r){var i=bt.get(t);return o(void 0===i?r:_objectSpread$5(_objectSpread$5({},i),r))}},{key:"set",value:function set(t,r){var i=o(r),a=bt.get(t);void 0===a?bt.set(t,i):bt.set(t,_objectSpread$5(_objectSpread$5({},a),i))}},{key:"reset",value:function reset(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0;if(t)switch(t){case"assign":bt.set("assign",new gt);break;case"toJSON":bt.set("toJSON",new mt);break;default:throw new Error("Unknown aspect: ".concat(t))}else bt.set("assign",new gt),bt.set("toJSON",new mt)}}])}();function ofValueImpl(t,r){if(c(r)){var o=t[String(r).trim().toUpperCase()];return o instanceof t?o:void 0}}function getDefaultInstance(t){if(t.prototype===Object.prototype)return{};var r=st(t),o=r[tt];return o instanceof t||(o=new t,r[tt]=o),o}function _createForOfIteratorHelper(t,r){var o="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!o){if(Array.isArray(t)||(o=function _unsupportedIterableToArray(t,r){if(t){if("string"==typeof t)return _arrayLikeToArray(t,r);var o={}.toString.call(t).slice(8,-1);return"Object"===o&&t.constructor&&(o=t.constructor.name),"Map"===o||"Set"===o?Array.from(t):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?_arrayLikeToArray(t,r):void 0}}(t))||r){o&&(t=o);var i=0,a=function F(){};return{s:a,n:function n(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function e(t){throw t},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var u,c=!0,l=!1;return{s:function s(){o=o.call(t)},n:function n(){var t=o.next();return c=t.done,t},e:function e(t){l=!0,u=t},f:function f(){try{c||null==o.return||o.return()}finally{if(l)throw u}}}}function _arrayLikeToArray(t,r){(null==r||r>t.length)&&(r=t.length);for(var o=0,i=Array(r);o<r;o++)i[o]=t[o];return i}function getFieldMetadataObject(t,r){var o,i;if(null!=t){null!==(o=t[ot])&&void 0!==o||(t[ot]={});var a=t[ot];return null!==(i=a[r])&&void 0!==i||(a[r]={}),a[r]}}function getFieldMetadata(t,r,o){var i=getFieldMetadataObject(t,r);return i?i[o]:void 0}function getFieldElementType(t,r){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};null!=o||(o=".".concat(r)),null!=i||(i={});var a=getFieldMetadata(st(t),r,at);if(a){if("function"!=typeof a)throw new TypeError("The annotated element type of '".concat(t.name,".").concat(o,"' is not a function."));return a}if(i&&i.elementTypes&&i.elementTypes[o]){var u=i.elementTypes[o];if("function"!=typeof u)throw new TypeError("The target element type of '".concat(t.name,".").concat(o,"' is not a function."));return u}var c=getDefaultInstance(t)[r];if(null!=c){var y=function getCollectionElementType(t){var r;if(Array.isArray(t)||l(t)){if(t.length>0&&"function"==typeof(null===(r=t[0])||void 0===r?void 0:r.constructor))return t[0].constructor}else if(p(t)&&t.size>0){var o=t.values().next().value;if(o&&"function"==typeof o.constructor)return o.constructor}return null}(c);if(null!=y)return y}return null}function getFieldType(t,r){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};null!=o||(o=".".concat(r)),null!=i||(i={});var a=getFieldMetadata(st(t),r,it);if(a){if("function"!=typeof a)throw new TypeError("The annotated type of '".concat(t.name,".").concat(o,"' is not a function."));return a}if(i&&i.types&&i.types[o]){var u=i.types[o];if("function"!=typeof u)throw new TypeError("The target type of '".concat(t.name,".").concat(o,"' is not a function."));return u}var c=getDefaultInstance(t)[r];if(null!=c&&"function"==typeof c.constructor)return c.constructor}function getSourceField(t,r){if(!0===(null==r?void 0:r.convertNaming)){var o=h.of(r.sourceNamingStyle);return h.of(r.targetNamingStyle).to(o,t)}return t}function hasPrototypeFunction(t,r){return null!==t&&t.prototype&&Reflect.has(t.prototype,r)&&"function"==typeof t.prototype[r]}ht.reset();var vt={includeAccessor:!1,includeNonEnumerable:!1,includeReadonly:!0,includeNonConfigurable:!0};function ownKeys$4(t,r){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);r&&(i=i.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),o.push.apply(o,i)}return o}function _objectSpread$4(t){for(var o=1;o<arguments.length;o++){var i=null!=arguments[o]?arguments[o]:{};o%2?ownKeys$4(Object(i),!0).forEach((function(o){r(t,o,i[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):ownKeys$4(Object(i)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(i,r))}))}return t}var St={getAllFields:function getAllFields(t,r,o){var i=o.type,a=o.options,u=Object.keys(t),c=Object.getPrototypeOf(i);if(hasPrototypeFunction(c,"assign")){c.prototype.assign.call(t,r,a);var l=getDefaultInstance(c),p=Object.keys(l);return u.filter((function(t){return!p.includes(t)}))}return u},copyPropertiesWithoutNamingConversion:function copyPropertiesWithoutNamingConversion(t,r){a(r)||Object.keys(t).forEach((function(i){Object.prototype.hasOwnProperty.call(r,i)&&(t[i]=o(r[i],vt))}))},cloneEnum:function cloneEnum(t,r){var o=r.sourcePath,i=r.targetType,a=r.defaultInstance;if(null===t)return null;if(void 0===t)return a;if(t instanceof i)return t;if("string"==typeof t){if(0===t.trim().length)return a;var u=ofValueImpl(i,t);if(void 0===u)throw new RangeError("The value of property '".concat(o,"' of the ")+"source object is not an enumerator of ".concat(i.name,": ").concat(t));return u}throw new RangeError("The value of property '".concat(o,"' of the source ")+"object is not an enumerator of ".concat(i.name,": ").concat(t))},cloneWithType:function cloneWithType(t,r){var i=r.targetPath,u=r.sourcePath,c=r.targetType,l=r.defaultInstance,p=r.options;if(a(t))return o(l,vt);if(y(c))return null===t?null:void 0===t?l:(t.constructor===c||console.warn("The value of the property '".concat(u,"' of the source ")+"object is not an instance of ".concat(c.name,":"),t),o(t,vt));if("enum"===getClassMetadata(c,et))return this.cloneEnum(t,{sourcePath:u,targetType:c,defaultInstance:l});var d=new c;return this.doAssign(d,t,{targetPath:i,sourcePath:u,targetType:c,defaultInstance:l,options:p})},cloneArrayWithElementType:function cloneArrayWithElementType(t,r){var i=this,u=r.targetPath,c=r.sourcePath,l=r.elementType,p=r.defaultArray,d=r.options;if(!Array.isArray(t))return console.error("The value of the property '".concat(c,"' of the source ")+"object should be an array:",t),o(p,vt);if(y(l))return o(t,vt);if("enum"===getClassMetadata(l,et))return t.map((function(t,r){return i.cloneEnum(t,{sourcePath:"".concat(c,"[").concat(r,"]"),targetType:l,defaultInstance:p?p[r]:void 0})}));var g=getDefaultInstance(l);return t.map((function(t,r){if(a(t))return t;var o=new l,y=p&&p[r]?p[r]:g;return i.doAssign(o,t,{targetPath:"".concat(u,"[").concat(r,"]"),sourcePath:"".concat(c,"[").concat(r,"]"),targetType:l,defaultInstance:y,options:d}),o}))},cloneNoType:function cloneNoType(t,r){var i=r.targetPath,u=r.sourcePath,c=r.defaultInstance,l=r.options;if(a(c))return o(t,_objectSpread$4(_objectSpread$4({},vt),{},{convertNaming:l.convertNaming,sourceNamingStyle:l.sourceNamingStyle,targetNamingStyle:l.targetNamingStyle}));var p=Object.getPrototypeOf(c).constructor,y=new p;return this.doAssign(y,t,{targetPath:i,sourcePath:u,targetType:p,defaultInstance:c,options:l})},cloneArrayNoElementType:function cloneArrayNoElementType(t,r){var i=r.sourcePath,a=r.defaultArray,u=r.options;return Array.isArray(t)?o(t,_objectSpread$4(_objectSpread$4({},vt),{},{convertNaming:u.convertNaming,sourceNamingStyle:u.sourceNamingStyle,targetNamingStyle:u.targetNamingStyle})):(console.error("The value of the property '".concat(i,"' of the source ")+"object should be an array:",t),o(a,vt))},doAssign:function doAssign(r,i,u){var c=this,l=u.targetPath,p=u.sourcePath,y=u.targetType,d=u.defaultInstance,g=u.options;if(a(i))this.copyPropertiesWithoutNamingConversion(r,d);else{var m=null!=d?d:getDefaultInstance(y);this.getAllFields(r,i,{type:y,options:g}).forEach((function(u){var d=m[u],b="".concat(l,".").concat(u),v=getSourceField(u,g),S="".concat(p,".").concat(v),O=i[v],P=getFieldType(y,u,b,g),A=getFieldElementType(y,u,b,g);if(Object.prototype.hasOwnProperty.call(i,v))a(O)?r[u]=O:A?r[u]=c.cloneArrayWithElementType(O,{targetPath:b,sourcePath:S,elementType:A,defaultArray:d,options:g}):P?r[u]=c.cloneWithType(O,{targetPath:b,sourcePath:S,targetType:P,defaultInstance:d,options:g}):a(d)?r[u]=o(O,_objectSpread$4(_objectSpread$4({},vt),{},{convertNaming:g.convertNaming,sourceNamingStyle:g.sourceNamingStyle,targetNamingStyle:g.targetNamingStyle})):Array.isArray(d)?r[u]=c.cloneArrayNoElementType(O,{targetPath:b,sourcePath:S,defaultArray:d,options:g}):"object"===t(d)?r[u]=c.cloneNoType(O,{targetPath:b,sourcePath:S,defaultInstance:d,options:g}):r[u]=o(O,_objectSpread$4(_objectSpread$4({},vt),{},{convertNaming:g.convertNaming,sourceNamingStyle:g.sourceNamingStyle,targetNamingStyle:g.targetNamingStyle}));else{var w=function getExistFieldWithDifferentNamingStyle(t,r){var o,i=h.values(),a=_createForOfIteratorHelper(i);try{for(a.s();!(o=a.n()).done;){var u,c=o.value,l=_createForOfIteratorHelper(i);try{for(l.s();!(u=l.n()).done;){var p=u.value,y=c.to(p,t);if(Object.prototype.hasOwnProperty.call(r,y))return y}}catch(t){l.e(t)}finally{l.f()}}}catch(t){a.e(t)}finally{a.f()}}(v,i);w&&(console.warn("Cannot find the source property '".concat(S,"' ")+"for the target property '".concat(b,"'. ")+"But the source object has a property '".concat(p,".").concat(w,"'. ")+"A correct naming conversion may be needed."),console.warn("The source object:",i),console.warn("The target object:",r)),r[u]=o(d,vt)}}))}return g.normalize?defaultNormalizer(r):r}};function assignImpl(t,r,o,i){var a=ht.merge("assign",i);return o instanceof t&&(a.convertNaming=!1),St.doAssign(r,o,{targetPath:"",sourcePath:"",targetType:t,defaultInstance:getDefaultInstance(t),options:a})}function assign(r,o){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0;if("object"!==t(r))throw new TypeError("The target object must be an object.");return assignImpl(r.constructor,r,o,i)}function createImpl(r,o,i){if(null==o)return null;if("object"!==t(o))throw new TypeError("The first argument of ".concat(r.name,".create() must be an object."));if(hasPrototypeFunction(r,"assign")){var a=new r;return a.assign(o,i),a}var u=new r;return assignImpl(r,u,o,i)}function create(t,r){return createImpl(t,r,arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0)}function createArrayImpl(t,r,o){if(null==r)return null;if(Array.isArray(r))return r.map((function(r){return createImpl(t,r,o)}));throw new TypeError("The first argument of ".concat(t.name,".createArray() must be an array."))}function createArray(t,r){return createArrayImpl(t,r,arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0)}var Ot,Pt,At,wt,jt,qt,Et,It,Ft,Tt,Nt,xt,_t,Bt,Mt,Dt,Rt,$t,kt,Ut,Ct,Gt,Wt,zt,Jt,Lt,Ht,Vt,Kt,Qt,Xt,Yt,Zt,er,tr,rr,nr,or,ir,ar,ur,cr,lr,pr,fr=function(){function Page(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,u=arguments.length>4&&void 0!==arguments[4]?arguments[4]:[];m(this,Page),r(this,"totalCount",0),r(this,"totalPages",0),r(this,"pageIndex",0),r(this,"pageSize",0),r(this,"content",[]),this.totalCount=t,this.totalPages=o,this.pageIndex=i,this.pageSize=a,this.content=u}return b(Page,[{key:"assign",value:function assign(t){return assignImpl(Page,this,t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0)}}],[{key:"newEmpty",value:function newEmpty(t){return new Page(0,0,0,t,[])}},{key:"getFrom",value:function getFrom(t,r){var o=r.length,i=t.pageSize,a=t.pageIndex,u=Math.ceil(o/i),c=a*i,l=Math.min(c+i,o);return new Page(o,u,a,i,r.slice(c,l))}}])}();function ownKeys$3(t,r){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);r&&(i=i.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),o.push.apply(o,i)}return o}function createPageImpl(o,i,a){if(null==i)return null;if(function isValidPageSource(r,o){var i=ht.merge("assign",o);return null!=r&&"object"===t(r)&&"number"==typeof r[getSourceField("totalCount",i)]&&"number"==typeof r[getSourceField("totalPages",i)]&&"number"==typeof r[getSourceField("pageIndex",i)]&&"number"==typeof r[getSourceField("pageSize",i)]&&Array.isArray(r[getSourceField("content",i)])}(i,a)){var u=new fr,c=function _objectSpread$3(t){for(var o=1;o<arguments.length;o++){var i=null!=arguments[o]?arguments[o]:{};o%2?ownKeys$3(Object(i),!0).forEach((function(o){r(t,o,i[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):ownKeys$3(Object(i)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(i,r))}))}return t}({},a);return c.elementTypes?c.elementTypes[".content"]=o:c.elementTypes={".content":o},assignImpl(fr,u,i,c)}throw new TypeError("Invalid page format: ".concat(v.stringify(i)))}function createPage(t,r){return createPageImpl(t,r,arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0)}function setFieldMetadata(t,r,o,i){var a=getFieldMetadataObject(t,r);if(!a)throw new Error('The metadata of the field "'.concat(r,'" of the class does not exist.'));a[o]=i}function ElementType(t){return function decorate(r,o){var i=o.kind,a=o.name,u=o.metadata;if("field"!==i)throw new SyntaxError("The decorator @ElementType can only decorate a class field: ".concat(a));if("function"!=typeof t)throw new TypeError('The argument of @ElementType decorated on "'.concat(a,'" must be the constructor of a class.'));return setFieldMetadata(u,a,at,t),function(t){if(null!=t&&!Array.isArray(t))throw new TypeError('The field "'.concat(a,'" decorated by @ElementType must be initialized with an array.'));return t}}}function ofCodeImpl(t,r){if(c(r)){var o=String(r).trim(),i=Object.keys(t).filter((function(r){return t[r]instanceof t})).find((function(r){var i;return(null===(i=t[r])||void 0===i?void 0:i.code)===o}));return i?t[i]:void 0}}function ofNameImpl(t,r){if(c(r)){var o=String(r).trim(),i=Object.keys(t).filter((function(r){return t[r]instanceof t})).find((function(r){var i;return(null===(i=t[r])||void 0===i?void 0:i.name)===o}));return i?t[i]:void 0}}function ofImpl(t,r){if(null!=r){if(r instanceof t)return r;var o,i;if(c(r))return null!==(o=null!==(i=ofValueImpl(t,r))&&void 0!==i?i:ofNameImpl(t,r))&&void 0!==o?o:ofCodeImpl(t,r)}}function setClassMetadata(t,r,o){var i=st(t);if(!i)throw new Error('The metadata of the class "'.concat(t.name,'" has not been cached.'));i[r]=o}function isEnumerator(r){if(null==r||"object"!==t(r))return!1;var o=Object.getPrototypeOf(r);return!(!o||!o.constructor)&&"enum"===getClassMetadata(o.constructor,et)}function Enum(r,o){if(null===o||"object"!==t(o))throw new TypeError("The context must be an object.");if("function"!=typeof r||"class"!==o.kind)throw new TypeError("The `@Enum` can only decorate a class.");dt(r,o.metadata),setClassMetadata(r,et,"enum"),o.addInitializer((function(){Object.keys(r).forEach((function(o){"function"!=typeof r[o]&&function defineEnumerator(r,o){var i=r[o],a=new r;if(a.value=o,null==i)a.name=o;else if("string"==typeof i)a.name=i;else{if("object"!==t(i))throw new TypeError("The default value of the enumerator "+"".concat(r.name,".").concat(o," should be either a string or an object."));Object.assign(a,i)}Object.freeze(a),r[o]=a}(r,o)})),Object.freeze(r)})),r.prototype.toString=function toString(){return this.value},r.prototype.toJSON=function toJSON(){return this.value},r.values=function values(){return function valuesImpl(t){return Object.keys(t).filter((function(r){return t[r]instanceof t})).map((function(r){return t[r]}))}(r)},r.ofValue=function ofValue(t){return ofValueImpl(r,t)},r.hasValue=function hasValue(t){return void 0!==ofValueImpl(r,t)},r.ofName=function ofName(t){return ofNameImpl(r,t)},r.hasName=function hasName(t){return void 0!==ofNameImpl(r,t)},r.ofCode=function ofCode(t){return ofCodeImpl(r,t)},r.hasCode=function hasCode(t){return void 0!==ofCodeImpl(r,t)},r.of=function of(t){return ofImpl(r,t)},r.has=function has(t){return void 0!==ofImpl(r,t)}}function hasOwnProperty(t,r){if(!t||!t.prototype)return!1;if(Object.prototype.hasOwnProperty.call(t.prototype,r))return!0;var o=getDefaultInstance(t);return o&&Object.prototype.hasOwnProperty.call(o,r)}function hasOwnPrototypeFunction(t,r){return null!==t&&t.prototype&&Object.prototype.hasOwnProperty.call(t.prototype,r)&&"function"==typeof t.prototype[r]}function hasProperty(t,r){if(!t||!t.prototype)return!1;if(Reflect.has(t.prototype,r))return!0;var o=getDefaultInstance(t);return o&&Reflect.has(o,r)}function Label(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0;return function decorate(o,i){var a=i.kind,u=i.name,c=i.metadata;if("field"!==a)throw new SyntaxError("The decorator @Label can only decorate a class field: ".concat(u));if("string"!=typeof t)throw new TypeError('The first argument of @Label decorated on "'.concat(u,'" must be a string.'));if(void 0!==r&&"string"!=typeof r)throw new TypeError('The second argument of @Label decorated on "'.concat(u,'" must be a string.'));setFieldMetadata(c,u,lt,{label:t,i18n:r})}}function requirePrototypeMethod(t,r){if(!hasPrototypeFunction(t,r))throw new TypeError("The class ".concat(t.name,' does not implement the prototype method "').concat(r,'()".'))}function requireIsArguments$1(){if(Pt)return Ot;Pt=1;var t=Object.prototype.toString;return Ot=function isArguments(r){var o=t.call(r),i="[object Arguments]"===o;return i||(i="[object Array]"!==o&&null!==r&&"object"==typeof r&&"number"==typeof r.length&&r.length>=0&&"[object Function]"===t.call(r.callee)),i}}function requireImplementation$4(){if(wt)return At;var t;if(wt=1,!Object.keys){var r=Object.prototype.hasOwnProperty,o=Object.prototype.toString,i=requireIsArguments$1(),a=Object.prototype.propertyIsEnumerable,u=!a.call({toString:null},"toString"),c=a.call((function(){}),"prototype"),l=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],equalsConstructorPrototype=function(t){var r=t.constructor;return r&&r.prototype===t},p={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},y=function(){if("undefined"==typeof window)return!1;for(var t in window)try{if(!p["$"+t]&&r.call(window,t)&&null!==window[t]&&"object"==typeof window[t])try{equalsConstructorPrototype(window[t])}catch(t){return!0}}catch(t){return!0}return!1}();t=function keys(t){var a=null!==t&&"object"==typeof t,p="[object Function]"===o.call(t),d=i(t),g=a&&"[object String]"===o.call(t),m=[];if(!a&&!p&&!d)throw new TypeError("Object.keys called on a non-object");var b=c&&p;if(g&&t.length>0&&!r.call(t,0))for(var h=0;h<t.length;++h)m.push(String(h));if(d&&t.length>0)for(var v=0;v<t.length;++v)m.push(String(v));else for(var S in t)b&&"prototype"===S||!r.call(t,S)||m.push(String(S));if(u)for(var O=function(t){if("undefined"==typeof window||!y)return equalsConstructorPrototype(t);try{return equalsConstructorPrototype(t)}catch(t){return!1}}(t),P=0;P<l.length;++P)O&&"constructor"===l[P]||!r.call(t,l[P])||m.push(l[P]);return m}}return At=t}function requireObjectKeys(){if(qt)return jt;qt=1;var t=Array.prototype.slice,r=requireIsArguments$1(),o=Object.keys,i=o?function keys(t){return o(t)}:requireImplementation$4(),a=Object.keys;return i.shim=function shimObjectKeys(){if(Object.keys){var o=function(){var t=Object.keys(arguments);return t&&t.length===arguments.length}(1,2);o||(Object.keys=function keys(o){return r(o)?a(t.call(o)):a(o)})}else Object.keys=i;return Object.keys||i},jt=i}function requireEsErrors(){return It?Et:(It=1,Et=Error)}function require_eval(){return Tt?Ft:(Tt=1,Ft=EvalError)}function requireRange(){return xt?Nt:(xt=1,Nt=RangeError)}function requireRef(){return Bt?_t:(Bt=1,_t=ReferenceError)}function requireSyntax(){return Dt?Mt:(Dt=1,Mt=SyntaxError)}function requireType(){return $t?Rt:($t=1,Rt=TypeError)}function requireUri(){return Ut?kt:(Ut=1,kt=URIError)}function requireShams$5(){return Gt?Ct:(Gt=1,Ct=function hasSymbols(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},r=Symbol("test"),o=Object(r);if("string"==typeof r)return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;if("[object Symbol]"!==Object.prototype.toString.call(o))return!1;for(r in t[r]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var i=Object.getOwnPropertySymbols(t);if(1!==i.length||i[0]!==r)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var a=Object.getOwnPropertyDescriptor(t,r);if(42!==a.value||!0!==a.enumerable)return!1}return!0})}function requireHasSymbols$3(){if(zt)return Wt;zt=1;var t="undefined"!=typeof Symbol&&Symbol,r=requireShams$5();return Wt=function hasNativeSymbols(){return"function"==typeof t&&("function"==typeof Symbol&&("symbol"==typeof t("foo")&&("symbol"==typeof Symbol("bar")&&r())))}}function requireHasProto(){if(Lt)return Jt;Lt=1;var t={__proto__:null,foo:{}},r=Object;return Jt=function hasProto(){return{__proto__:t}.foo===t.foo&&!(t instanceof r)}}function requireFunctionBind(){if(Qt)return Kt;Qt=1;var t=function requireImplementation$3(){if(Vt)return Ht;Vt=1;var t=Object.prototype.toString,r=Math.max,o=function concatty(t,r){for(var o=[],i=0;i<t.length;i+=1)o[i]=t[i];for(var a=0;a<r.length;a+=1)o[a+t.length]=r[a];return o};return Ht=function bind(i){var a=this;if("function"!=typeof a||"[object Function]"!==t.apply(a))throw new TypeError("Function.prototype.bind called on incompatible "+a);for(var u,c=function slicy(t,r){for(var o=[],i=r,a=0;i<t.length;i+=1,a+=1)o[a]=t[i];return o}(arguments,1),l=r(0,a.length-c.length),p=[],y=0;y<l;y++)p[y]="$"+y;if(u=Function("binder","return function ("+function(t,r){for(var o="",i=0;i<t.length;i+=1)o+=t[i],i+1<t.length&&(o+=r);return o}(p,",")+"){ return binder.apply(this,arguments); }")((function(){if(this instanceof u){var t=a.apply(this,o(c,arguments));return Object(t)===t?t:this}return a.apply(i,o(c,arguments))})),a.prototype){var d=function Empty(){};d.prototype=a.prototype,u.prototype=new d,d.prototype=null}return u},Ht}();return Kt=Function.prototype.bind||t}function requireHasown(){if(Yt)return Xt;Yt=1;var t=Function.prototype.call,r=Object.prototype.hasOwnProperty,o=requireFunctionBind();return Xt=o.call(t,r)}function requireGetIntrinsic$3(){if(er)return Zt;var t;er=1;var r=requireEsErrors(),o=require_eval(),i=requireRange(),a=requireRef(),u=requireSyntax(),c=requireType(),l=requireUri(),p=Function,getEvalledConstructor=function(t){try{return p('"use strict"; return ('+t+").constructor;")()}catch(t){}},y=Object.getOwnPropertyDescriptor;if(y)try{y({},"")}catch(t){y=null}var throwTypeError=function(){throw new c},d=y?function(){try{return throwTypeError}catch(t){try{return y(arguments,"callee").get}catch(t){return throwTypeError}}}():throwTypeError,g=requireHasSymbols$3()(),m=requireHasProto()(),b=Object.getPrototypeOf||(m?function(t){return t.__proto__}:null),h={},v="undefined"!=typeof Uint8Array&&b?b(Uint8Array):t,S={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?t:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?t:ArrayBuffer,"%ArrayIteratorPrototype%":g&&b?b([][Symbol.iterator]()):t,"%AsyncFromSyncIteratorPrototype%":t,"%AsyncFunction%":h,"%AsyncGenerator%":h,"%AsyncGeneratorFunction%":h,"%AsyncIteratorPrototype%":h,"%Atomics%":"undefined"==typeof Atomics?t:Atomics,"%BigInt%":"undefined"==typeof BigInt?t:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?t:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?t:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?t:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":r,"%eval%":eval,"%EvalError%":o,"%Float32Array%":"undefined"==typeof Float32Array?t:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?t:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?t:FinalizationRegistry,"%Function%":p,"%GeneratorFunction%":h,"%Int8Array%":"undefined"==typeof Int8Array?t:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?t:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?t:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":g&&b?b(b([][Symbol.iterator]())):t,"%JSON%":"object"==typeof JSON?JSON:t,"%Map%":"undefined"==typeof Map?t:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&g&&b?b((new Map)[Symbol.iterator]()):t,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?t:Promise,"%Proxy%":"undefined"==typeof Proxy?t:Proxy,"%RangeError%":i,"%ReferenceError%":a,"%Reflect%":"undefined"==typeof Reflect?t:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?t:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&g&&b?b((new Set)[Symbol.iterator]()):t,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?t:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":g&&b?b(""[Symbol.iterator]()):t,"%Symbol%":g?Symbol:t,"%SyntaxError%":u,"%ThrowTypeError%":d,"%TypedArray%":v,"%TypeError%":c,"%Uint8Array%":"undefined"==typeof Uint8Array?t:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?t:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?t:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?t:Uint32Array,"%URIError%":l,"%WeakMap%":"undefined"==typeof WeakMap?t:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?t:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?t:WeakSet};if(b)try{null.error}catch(t){var O=b(b(t));S["%Error.prototype%"]=O}var P=function doEval(t){var r;if("%AsyncFunction%"===t)r=getEvalledConstructor("async function () {}");else if("%GeneratorFunction%"===t)r=getEvalledConstructor("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=getEvalledConstructor("async function* () {}");else if("%AsyncGenerator%"===t){var o=doEval("%AsyncGeneratorFunction%");o&&(r=o.prototype)}else if("%AsyncIteratorPrototype%"===t){var i=doEval("%AsyncGenerator%");i&&b&&(r=b(i.prototype))}return S[t]=r,r},A={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},w=requireFunctionBind(),j=requireHasown(),q=w.call(Function.call,Array.prototype.concat),E=w.call(Function.apply,Array.prototype.splice),I=w.call(Function.call,String.prototype.replace),T=w.call(Function.call,String.prototype.slice),N=w.call(Function.call,RegExp.prototype.exec),x=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,_=/\\(\\)?/g,B=function getBaseIntrinsic(t,r){var o,i=t;if(j(A,i)&&(i="%"+(o=A[i])[0]+"%"),j(S,i)){var a=S[i];if(a===h&&(a=P(i)),void 0===a&&!r)throw new c("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:o,name:i,value:a}}throw new u("intrinsic "+t+" does not exist!")};return Zt=function GetIntrinsic(t,r){if("string"!=typeof t||0===t.length)throw new c("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof r)throw new c('"allowMissing" argument must be a boolean');if(null===N(/^%?[^%]*%?$/,t))throw new u("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var o=function stringToPath(t){var r=T(t,0,1),o=T(t,-1);if("%"===r&&"%"!==o)throw new u("invalid intrinsic syntax, expected closing `%`");if("%"===o&&"%"!==r)throw new u("invalid intrinsic syntax, expected opening `%`");var i=[];return I(t,x,(function(t,r,o,a){i[i.length]=o?I(a,_,"$1"):r||t})),i}(t),i=o.length>0?o[0]:"",a=B("%"+i+"%",r),l=a.name,p=a.value,d=!1,g=a.alias;g&&(i=g[0],E(o,q([0,1],g)));for(var m=1,b=!0;m<o.length;m+=1){var h=o[m],v=T(h,0,1),O=T(h,-1);if(('"'===v||"'"===v||"`"===v||'"'===O||"'"===O||"`"===O)&&v!==O)throw new u("property names with quotes must have matching quotes");if("constructor"!==h&&b||(d=!0),j(S,l="%"+(i+="."+h)+"%"))p=S[l];else if(null!=p){if(!(h in p)){if(!r)throw new c("base intrinsic for "+t+" exists, but the property is not available.");return}if(y&&m+1>=o.length){var P=y(p,h);p=(b=!!P)&&"get"in P&&!("originalValue"in P.get)?P.get:p[h]}else b=j(p,h),p=p[h];b&&!d&&(S[l]=p)}}return p},Zt}function requireEsDefineProperty$3(){if(rr)return tr;rr=1;var t=requireGetIntrinsic$3()("%Object.defineProperty%",!0)||!1;if(t)try{t({},"a",{value:1})}catch(r){t=!1}return tr=t}function requireGopd$4(){if(or)return nr;or=1;var t=requireGetIntrinsic$3()("%Object.getOwnPropertyDescriptor%",!0);if(t)try{t([],"length")}catch(r){t=null}return nr=t}function requireDefineDataProperty(){if(ar)return ir;ar=1;var t=requireEsDefineProperty$3(),r=requireSyntax(),o=requireType(),i=requireGopd$4();return ir=function defineDataProperty(a,u,c){if(!a||"object"!=typeof a&&"function"!=typeof a)throw new o("`obj` must be an object or a function`");if("string"!=typeof u&&"symbol"!=typeof u)throw new o("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new o("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new o("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new o("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new o("`loose`, if provided, must be a boolean");var l=arguments.length>3?arguments[3]:null,p=arguments.length>4?arguments[4]:null,y=arguments.length>5?arguments[5]:null,d=arguments.length>6&&arguments[6],g=!!i&&i(a,u);if(t)t(a,u,{configurable:null===y&&g?g.configurable:!y,enumerable:null===l&&g?g.enumerable:!l,value:c,writable:null===p&&g?g.writable:!p});else{if(!d&&(l||p||y))throw new r("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");a[u]=c}},ir}function requireHasPropertyDescriptors(){if(cr)return ur;cr=1;var t=requireEsDefineProperty$3(),r=function hasPropertyDescriptors(){return!!t};return r.hasArrayLengthDefineBug=function hasArrayLengthDefineBug(){if(!t)return null;try{return 1!==t([],"length",{value:1}).length}catch(t){return!0}},ur=r}function requireDefineProperties(){if(pr)return lr;pr=1;var t=requireObjectKeys(),r="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),o=Object.prototype.toString,i=Array.prototype.concat,a=requireDefineDataProperty(),u=requireHasPropertyDescriptors()(),defineProperty=function(t,r,i,c){if(r in t)if(!0===c){if(t[r]===i)return}else if("function"!=typeof(l=c)||"[object Function]"!==o.call(l)||!c())return;var l;u?a(t,r,i,!0):a(t,r,i)},defineProperties=function(o,a){var u=arguments.length>2?arguments[2]:{},c=t(a);r&&(c=i.call(c,Object.getOwnPropertySymbols(a)));for(var l=0;l<c.length;l+=1)defineProperty(o,c[l],a[c[l]],u[c[l]])};return defineProperties.supportsDescriptors=!!u,lr=defineProperties}i((function(t,r){return isEnumerator(r)?r:null}));var yr,sr,dr,gr,mr,br,hr,vr,Sr,Or,Pr,Ar,wr,jr,qr,Er,Ir,Fr,Tr,Nr,xr,_r,Br,Mr,Dr,Rr,$r,kr,Ur,Cr,Gr,Wr,zr,Jr,Lr,Hr,Vr,Kr,Qr,Xr,Yr,Zr,en,tn,rn,nn,on,an,un,cn,ln,pn,fn,yn,sn,dn,gn,mn,bn,hn,vn,Sn,On,Pn,An,wn,jn,qn,En,In,Fn,Tn={exports:{}};function requireSetFunctionLength(){if(sr)return yr;sr=1;var t=requireGetIntrinsic$3(),r=requireDefineDataProperty(),o=requireHasPropertyDescriptors()(),i=requireGopd$4(),a=requireType(),u=t("%Math.floor%");return yr=function setFunctionLength(t,c){if("function"!=typeof t)throw new a("`fn` is not a function");if("number"!=typeof c||c<0||c>4294967295||u(c)!==c)throw new a("`length` must be a positive 32-bit integer");var l=arguments.length>2&&!!arguments[2],p=!0,y=!0;if("length"in t&&i){var d=i(t,"length");d&&!d.configurable&&(p=!1),d&&!d.writable&&(y=!1)}return(p||y||!l)&&(o?r(t,"length",c,!0,!0):r(t,"length",c)),t},yr}function requireFunctionCall(){return gr?dr:(gr=1,dr=Function.prototype.call)}function requireFunctionApply(){return br?mr:(br=1,mr=Function.prototype.apply)}function requireActualApply(){if(Or)return Sr;Or=1;var t=requireFunctionBind(),r=requireFunctionApply(),o=requireFunctionCall(),i=function requireReflectApply(){return vr?hr:(vr=1,hr="undefined"!=typeof Reflect&&Reflect&&Reflect.apply)}();return Sr=i||t.call(o,r)}function requireCallBindApplyHelpers(){if(Ar)return Pr;Ar=1;var t=requireFunctionBind(),r=requireType(),o=requireFunctionCall(),i=requireActualApply();return Pr=function callBindBasic(a){if(a.length<1||"function"!=typeof a[0])throw new r("a function is required");return i(t,o,a)}}function requireApplyBind(){if(jr)return wr;jr=1;var t=requireFunctionBind(),r=requireFunctionApply(),o=requireActualApply();return wr=function applyBind(){return o(t,r,arguments)},wr}function requireEsObjectAtoms$3(){return Tr?Fr:(Tr=1,Fr=Object)}function requireAbs(){return xr?Nr:(xr=1,Nr=Math.abs)}function requireFloor(){return Br?_r:(Br=1,_r=Math.floor)}function requireMax(){return Dr?Mr:(Dr=1,Mr=Math.max)}function requireMin(){return $r?Rr:($r=1,Rr=Math.min)}function requirePow(){return Ur?kr:(Ur=1,kr=Math.pow)}function requireRound(){return Gr?Cr:(Gr=1,Cr=Math.round)}function require_isNaN(){return zr?Wr:(zr=1,Wr=Number.isNaN||function isNaN(t){return t!=t})}function requireSign(){if(Lr)return Jr;Lr=1;var t=require_isNaN();return Jr=function sign(r){return t(r)||0===r?r:r<0?-1:1}}function requireGOPD$3(){return Vr?Hr:(Vr=1,Hr=Object.getOwnPropertyDescriptor)}function requireGopd$3(){if(Qr)return Kr;Qr=1;var t=requireGOPD$3();if(t)try{t([],"length")}catch(r){t=null}return Kr=t}function requireEsDefineProperty$2(){if(Yr)return Xr;Yr=1;var t=Object.defineProperty||!1;if(t)try{t({},"a",{value:1})}catch(r){t=!1}return Xr=t}function requireHasSymbols$2(){if(rn)return tn;rn=1;var t="undefined"!=typeof Symbol&&Symbol,r=function requireShams$3(){return en?Zr:(en=1,Zr=function hasSymbols(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},r=Symbol("test"),o=Object(r);if("string"==typeof r)return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;if("[object Symbol]"!==Object.prototype.toString.call(o))return!1;for(var i in t[r]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var a=Object.getOwnPropertySymbols(t);if(1!==a.length||a[0]!==r)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var u=Object.getOwnPropertyDescriptor(t,r);if(42!==u.value||!0!==u.enumerable)return!1}return!0})}();return tn=function hasNativeSymbols(){return"function"==typeof t&&("function"==typeof Symbol&&("symbol"==typeof t("foo")&&("symbol"==typeof Symbol("bar")&&r())))}}function requireReflect_getPrototypeOf(){return on?nn:(on=1,nn="undefined"!=typeof Reflect&&Reflect.getPrototypeOf||null)}function requireEsObjectAtoms$2(){return un?an:(un=1,an=Object)}function requireObject_getPrototypeOf(){return ln?cn:(ln=1,cn=requireEsObjectAtoms$2().getPrototypeOf||null)}function requireGOPD$2(){return fn?pn:(fn=1,pn=Object.getOwnPropertyDescriptor)}function requireGopd$2(){if(sn)return yn;sn=1;var t=requireGOPD$2();if(t)try{t([],"length")}catch(r){t=null}return yn=t}function requireGet(){if(gn)return dn;gn=1;var t,r=requireCallBindApplyHelpers(),o=requireGopd$2();try{t=[].__proto__===Array.prototype}catch(t){if(!t||"object"!=typeof t||!("code"in t)||"ERR_PROTO_ACCESS"!==t.code)throw t}var i=!!t&&o&&o(Object.prototype,"__proto__"),a=Object,u=a.getPrototypeOf;return dn=i&&"function"==typeof i.get?r([i.get]):"function"==typeof u&&function getDunder(t){return u(null==t?t:a(t))}}function requireGetProto(){if(bn)return mn;bn=1;var t=requireReflect_getPrototypeOf(),r=requireObject_getPrototypeOf(),o=requireGet();return mn=t?function getProto(r){return t(r)}:r?function getProto(t){if(!t||"object"!=typeof t&&"function"!=typeof t)throw new TypeError("getProto: not an object");return r(t)}:o?function getProto(t){return o(t)}:null}function requireGetIntrinsic$2(){if(vn)return hn;var t;vn=1;var r=requireEsObjectAtoms$3(),o=requireEsErrors(),i=require_eval(),a=requireRange(),u=requireRef(),c=requireSyntax(),l=requireType(),p=requireUri(),y=requireAbs(),d=requireFloor(),g=requireMax(),m=requireMin(),b=requirePow(),h=requireRound(),v=requireSign(),S=Function,getEvalledConstructor=function(t){try{return S('"use strict"; return ('+t+").constructor;")()}catch(t){}},O=requireGopd$3(),P=requireEsDefineProperty$2(),throwTypeError=function(){throw new l},A=O?function(){try{return throwTypeError}catch(t){try{return O(arguments,"callee").get}catch(t){return throwTypeError}}}():throwTypeError,w=requireHasSymbols$2()(),j=requireGetProto(),q=requireObject_getPrototypeOf(),E=requireReflect_getPrototypeOf(),I=requireFunctionApply(),T=requireFunctionCall(),N={},x="undefined"!=typeof Uint8Array&&j?j(Uint8Array):t,_={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?t:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?t:ArrayBuffer,"%ArrayIteratorPrototype%":w&&j?j([][Symbol.iterator]()):t,"%AsyncFromSyncIteratorPrototype%":t,"%AsyncFunction%":N,"%AsyncGenerator%":N,"%AsyncGeneratorFunction%":N,"%AsyncIteratorPrototype%":N,"%Atomics%":"undefined"==typeof Atomics?t:Atomics,"%BigInt%":"undefined"==typeof BigInt?t:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?t:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?t:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?t:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":o,"%eval%":eval,"%EvalError%":i,"%Float16Array%":"undefined"==typeof Float16Array?t:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?t:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?t:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?t:FinalizationRegistry,"%Function%":S,"%GeneratorFunction%":N,"%Int8Array%":"undefined"==typeof Int8Array?t:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?t:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?t:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":w&&j?j(j([][Symbol.iterator]())):t,"%JSON%":"object"==typeof JSON?JSON:t,"%Map%":"undefined"==typeof Map?t:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&w&&j?j((new Map)[Symbol.iterator]()):t,"%Math%":Math,"%Number%":Number,"%Object%":r,"%Object.getOwnPropertyDescriptor%":O,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?t:Promise,"%Proxy%":"undefined"==typeof Proxy?t:Proxy,"%RangeError%":a,"%ReferenceError%":u,"%Reflect%":"undefined"==typeof Reflect?t:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?t:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&w&&j?j((new Set)[Symbol.iterator]()):t,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?t:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":w&&j?j(""[Symbol.iterator]()):t,"%Symbol%":w?Symbol:t,"%SyntaxError%":c,"%ThrowTypeError%":A,"%TypedArray%":x,"%TypeError%":l,"%Uint8Array%":"undefined"==typeof Uint8Array?t:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?t:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?t:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?t:Uint32Array,"%URIError%":p,"%WeakMap%":"undefined"==typeof WeakMap?t:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?t:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?t:WeakSet,"%Function.prototype.call%":T,"%Function.prototype.apply%":I,"%Object.defineProperty%":P,"%Object.getPrototypeOf%":q,"%Math.abs%":y,"%Math.floor%":d,"%Math.max%":g,"%Math.min%":m,"%Math.pow%":b,"%Math.round%":h,"%Math.sign%":v,"%Reflect.getPrototypeOf%":E};if(j)try{null.error}catch(t){var B=j(j(t));_["%Error.prototype%"]=B}var M=function doEval(t){var r;if("%AsyncFunction%"===t)r=getEvalledConstructor("async function () {}");else if("%GeneratorFunction%"===t)r=getEvalledConstructor("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=getEvalledConstructor("async function* () {}");else if("%AsyncGenerator%"===t){var o=doEval("%AsyncGeneratorFunction%");o&&(r=o.prototype)}else if("%AsyncIteratorPrototype%"===t){var i=doEval("%AsyncGenerator%");i&&j&&(r=j(i.prototype))}return _[t]=r,r},D={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},R=requireFunctionBind(),$=requireHasown(),k=R.call(T,Array.prototype.concat),U=R.call(I,Array.prototype.splice),C=R.call(T,String.prototype.replace),G=R.call(T,String.prototype.slice),W=R.call(T,RegExp.prototype.exec),z=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,J=/\\(\\)?/g,L=function getBaseIntrinsic(t,r){var o,i=t;if($(D,i)&&(i="%"+(o=D[i])[0]+"%"),$(_,i)){var a=_[i];if(a===N&&(a=M(i)),void 0===a&&!r)throw new l("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:o,name:i,value:a}}throw new c("intrinsic "+t+" does not exist!")};return hn=function GetIntrinsic(t,r){if("string"!=typeof t||0===t.length)throw new l("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof r)throw new l('"allowMissing" argument must be a boolean');if(null===W(/^%?[^%]*%?$/,t))throw new c("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var o=function stringToPath(t){var r=G(t,0,1),o=G(t,-1);if("%"===r&&"%"!==o)throw new c("invalid intrinsic syntax, expected closing `%`");if("%"===o&&"%"!==r)throw new c("invalid intrinsic syntax, expected opening `%`");var i=[];return C(t,z,(function(t,r,o,a){i[i.length]=o?C(a,J,"$1"):r||t})),i}(t),i=o.length>0?o[0]:"",a=L("%"+i+"%",r),u=a.name,p=a.value,y=!1,d=a.alias;d&&(i=d[0],U(o,k([0,1],d)));for(var g=1,m=!0;g<o.length;g+=1){var b=o[g],h=G(b,0,1),v=G(b,-1);if(('"'===h||"'"===h||"`"===h||'"'===v||"'"===v||"`"===v)&&h!==v)throw new c("property names with quotes must have matching quotes");if("constructor"!==b&&m||(y=!0),$(_,u="%"+(i+="."+b)+"%"))p=_[u];else if(null!=p){if(!(b in p)){if(!r)throw new l("base intrinsic for "+t+" exists, but the property is not available.");return}if(O&&g+1>=o.length){var S=O(p,b);p=(m=!!S)&&"get"in S&&!("originalValue"in S.get)?S.get:p[b]}else m=$(p,b),p=p[b];m&&!y&&(_[u]=p)}}return p},hn}function requireCallBound$1(){if(On)return Sn;On=1;var t=requireGetIntrinsic$2(),r=requireCallBindApplyHelpers(),o=r([t("%String.prototype.indexOf%")]);return Sn=function callBoundIntrinsic(i,a){var u=t(i,!!a);return"function"==typeof u&&o(i,".prototype.")>-1?r([u]):u}}function requireImplementation$2(){if(An)return Pn;An=1;var t=requireObjectKeys(),r=function requireShams$4(){return Ir?Er:(Ir=1,Er=function hasSymbols(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},r=Symbol("test"),o=Object(r);if("string"==typeof r)return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;if("[object Symbol]"!==Object.prototype.toString.call(o))return!1;for(var i in t[r]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var a=Object.getOwnPropertySymbols(t);if(1!==a.length||a[0]!==r)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var u=Object.getOwnPropertyDescriptor(t,r);if(42!==u.value||!0!==u.enumerable)return!1}return!0})}()(),o=requireCallBound$1(),i=requireEsObjectAtoms$2(),a=o("Array.prototype.push"),u=o("Object.prototype.propertyIsEnumerable"),c=r?i.getOwnPropertySymbols:null;return Pn=function assign(o,l){if(null==o)throw new TypeError("target must be an object");var p=i(o);if(1===arguments.length)return p;for(var y=1;y<arguments.length;++y){var d=i(arguments[y]),g=t(d),m=r&&(i.getOwnPropertySymbols||c);if(m)for(var b=m(d),h=0;h<b.length;++h){var v=b[h];u(d,v)&&a(g,v)}for(var S=0;S<g.length;++S){var O=g[S];if(u(d,O)){var P=d[O];p[O]=P}}}return p},Pn}function requirePolyfill$2(){if(jn)return wn;jn=1;var t=requireImplementation$2();return wn=function getPolyfill(){return Object.assign?function(){if(!Object.assign)return!1;for(var t="abcdefghijklmnopqrst",r=t.split(""),o={},i=0;i<r.length;++i)o[r[i]]=r[i];var a=Object.assign({},o),u="";for(var c in a)u+=c;return t!==u}()||function(){if(!Object.assign||!Object.preventExtensions)return!1;var t=Object.preventExtensions({1:2});try{Object.assign(t,"xy")}catch(r){return"y"===t[1]}return!1}()?t:Object.assign:t}}function requireObject_assign(){if(Fn)return In;Fn=1;var t=requireDefineProperties(),r=function requireCallBind$4(){return qr||(qr=1,function(t){var r=requireSetFunctionLength(),o=requireEsDefineProperty$3(),i=requireCallBindApplyHelpers(),a=requireApplyBind();t.exports=function callBind(t){var o=i(arguments),a=t.length-(arguments.length-1);return r(o,1+(a>0?a:0),!0)},o?o(t.exports,"apply",{value:a}):t.exports.apply=a}(Tn)),Tn.exports}(),o=requireImplementation$2(),i=requirePolyfill$2(),a=function requireShim$2(){if(En)return qn;En=1;var t=requireDefineProperties(),r=requirePolyfill$2();return qn=function shimAssign(){var o=r();return t(Object,{assign:o},{assign:function(){return Object.assign!==o}}),o},qn}(),u=r.apply(i()),c=function assign(t,r){return u(Object,arguments)};return t(c,{getPolyfill:i,implementation:o,shim:a}),In=c}var Nn,xn,_n,Bn={exports:{}};function requireCallBind$3(){return Nn||(Nn=1,function(t){var r=requireFunctionBind(),o=requireGetIntrinsic$3(),i=requireSetFunctionLength(),a=requireType(),u=o("%Function.prototype.apply%"),c=o("%Function.prototype.call%"),l=o("%Reflect.apply%",!0)||r.call(c,u),p=requireEsDefineProperty$3(),y=o("%Math.max%");t.exports=function callBind(t){if("function"!=typeof t)throw new a("a function is required");var o=l(r,c,arguments);return i(o,1+y(0,t.length-(arguments.length-1)),!0)};var d=function applyBind(){return l(r,u,arguments)};p?p(t.exports,"apply",{value:d}):t.exports.apply=d}(Bn)),Bn.exports}function requireCallBound(){if(_n)return xn;_n=1;var t=requireGetIntrinsic$3(),r=requireCallBind$3(),o=r(t("String.prototype.indexOf"));return xn=function callBoundIntrinsic(i,a){var u=t(i,!!a);return"function"==typeof u&&o(i,".prototype.")>-1?r(u):u}}var Mn,Dn,Rn,$n,kn,Un,Cn,Gn,Wn,zn,Jn,Ln,Hn,Vn,Kn,Qn,Xn,Yn,Zn,eo,to,ro,no,oo,io,ao,uo,co,lo,po,fo,yo,so,go,mo,bo,ho,vo,So,Oo,Po,Ao,wo,jo,qo,Eo,Io,Fo,To,No={exports:{}};function requireSetFunctionName(){if(kn)return $n;kn=1;var t=requireDefineDataProperty(),r=requireHasPropertyDescriptors()(),o=function requireFunctionsHaveNames(){if(Rn)return Dn;Rn=1;var t=function functionsHaveNames(){return"string"==typeof function f(){}.name},r=Object.getOwnPropertyDescriptor;if(r)try{r([],"length")}catch(t){r=null}t.functionsHaveConfigurableNames=function functionsHaveConfigurableNames(){if(!t()||!r)return!1;var o=r((function(){}),"name");return!!o&&!!o.configurable};var o=Function.prototype.bind;return t.boundFunctionsHaveNames=function boundFunctionsHaveNames(){return t()&&"function"==typeof o&&""!==function f(){}.bind().name},Dn=t}().functionsHaveConfigurableNames(),i=requireType();return $n=function setFunctionName(a,u){if("function"!=typeof a)throw new i("`fn` is not a function");return arguments.length>2&&!!arguments[2]&&!o||(r?t(a,"name",u,!0,!0):t(a,"name",u)),a},$n}function requireImplementation$1(){if(Cn)return Un;Cn=1;var t=requireSetFunctionName(),r=requireType(),o=Object;return Un=t((function flags(){if(null==this||this!==o(this))throw new r("RegExp.prototype.flags getter called on non-object");var t="";return this.hasIndices&&(t+="d"),this.global&&(t+="g"),this.ignoreCase&&(t+="i"),this.multiline&&(t+="m"),this.dotAll&&(t+="s"),this.unicode&&(t+="u"),this.unicodeSets&&(t+="v"),this.sticky&&(t+="y"),t}),"get flags",!0)}function requirePolyfill$1(){if(Wn)return Gn;Wn=1;var t=requireImplementation$1(),r=requireDefineProperties().supportsDescriptors,o=Object.getOwnPropertyDescriptor;return Gn=function getPolyfill(){if(r&&"gim"===/a/gim.flags){var i=o(RegExp.prototype,"flags");if(i&&"function"==typeof i.get&&"dotAll"in RegExp.prototype&&"hasIndices"in RegExp.prototype){var a="",u={};if(Object.defineProperty(u,"hasIndices",{get:function(){a+="d"}}),Object.defineProperty(u,"sticky",{get:function(){a+="y"}}),i.get.call(u),"dy"===a)return i.get}}return t}}function requireGOPD$1(){return Jn?zn:(Jn=1,zn=Object.getOwnPropertyDescriptor)}function requireGopd$1(){if(Hn)return Ln;Hn=1;var t=requireGOPD$1();if(t)try{t([],"length")}catch(r){t=null}return Ln=t}function requireRegexp_prototype_flags(){if(Xn)return Qn;Xn=1;var t=requireDefineProperties(),r=function requireCallBind$2(){return Mn||(Mn=1,function(t){var r=requireSetFunctionLength(),o=requireEsDefineProperty$3(),i=requireCallBindApplyHelpers(),a=requireApplyBind();t.exports=function callBind(t){var o=i(arguments),a=t.length-(arguments.length-1);return r(o,1+(a>0?a:0),!0)},o?o(t.exports,"apply",{value:a}):t.exports.apply=a}(No)),No.exports}(),o=requireImplementation$1(),i=requirePolyfill$1(),a=function requireShim$1(){if(Kn)return Vn;Kn=1;var t=requireDefineProperties().supportsDescriptors,r=requirePolyfill$1(),o=requireGopd$1(),i=Object.defineProperty,a=requireEsErrors(),u=requireGetProto(),c=/a/;return Vn=function shimFlags(){if(!t||!u)throw new a("RegExp.prototype.flags requires a true ES5 environment that supports property descriptors");var l=r(),p=u(c),y=o(p,"flags");return y&&y.get===l||i(p,"flags",{configurable:!0,enumerable:!1,get:l}),l},Vn}(),u=r(i());return t(u,{getPolyfill:i,implementation:o,shim:a}),Qn=u}function requireEsObjectAtoms$1(){return Zn?Yn:(Zn=1,Yn=Object)}function requireEsDefineProperty$1(){if(to)return eo;to=1;var t=Object.defineProperty||!1;if(t)try{t({},"a",{value:1})}catch(r){t=!1}return eo=t}function requireHasSymbols$1(){if(io)return oo;io=1;var t="undefined"!=typeof Symbol&&Symbol,r=function requireShams$2(){return no?ro:(no=1,ro=function hasSymbols(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},r=Symbol("test"),o=Object(r);if("string"==typeof r)return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;if("[object Symbol]"!==Object.prototype.toString.call(o))return!1;for(var i in t[r]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var a=Object.getOwnPropertySymbols(t);if(1!==a.length||a[0]!==r)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var u=Object.getOwnPropertyDescriptor(t,r);if(42!==u.value||!0!==u.enumerable)return!1}return!0})}();return oo=function hasNativeSymbols(){return"function"==typeof t&&("function"==typeof Symbol&&("symbol"==typeof t("foo")&&("symbol"==typeof Symbol("bar")&&r())))}}function requireGetIntrinsic$1(){if(uo)return ao;var t;uo=1;var r=requireEsObjectAtoms$1(),o=requireEsErrors(),i=require_eval(),a=requireRange(),u=requireRef(),c=requireSyntax(),l=requireType(),p=requireUri(),y=requireAbs(),d=requireFloor(),g=requireMax(),m=requireMin(),b=requirePow(),h=requireRound(),v=requireSign(),S=Function,getEvalledConstructor=function(t){try{return S('"use strict"; return ('+t+").constructor;")()}catch(t){}},O=requireGopd$1(),P=requireEsDefineProperty$1(),throwTypeError=function(){throw new l},A=O?function(){try{return throwTypeError}catch(t){try{return O(arguments,"callee").get}catch(t){return throwTypeError}}}():throwTypeError,w=requireHasSymbols$1()(),j=requireGetProto(),q=requireObject_getPrototypeOf(),E=requireReflect_getPrototypeOf(),I=requireFunctionApply(),T=requireFunctionCall(),N={},x="undefined"!=typeof Uint8Array&&j?j(Uint8Array):t,_={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?t:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?t:ArrayBuffer,"%ArrayIteratorPrototype%":w&&j?j([][Symbol.iterator]()):t,"%AsyncFromSyncIteratorPrototype%":t,"%AsyncFunction%":N,"%AsyncGenerator%":N,"%AsyncGeneratorFunction%":N,"%AsyncIteratorPrototype%":N,"%Atomics%":"undefined"==typeof Atomics?t:Atomics,"%BigInt%":"undefined"==typeof BigInt?t:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?t:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?t:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?t:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":o,"%eval%":eval,"%EvalError%":i,"%Float16Array%":"undefined"==typeof Float16Array?t:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?t:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?t:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?t:FinalizationRegistry,"%Function%":S,"%GeneratorFunction%":N,"%Int8Array%":"undefined"==typeof Int8Array?t:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?t:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?t:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":w&&j?j(j([][Symbol.iterator]())):t,"%JSON%":"object"==typeof JSON?JSON:t,"%Map%":"undefined"==typeof Map?t:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&w&&j?j((new Map)[Symbol.iterator]()):t,"%Math%":Math,"%Number%":Number,"%Object%":r,"%Object.getOwnPropertyDescriptor%":O,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?t:Promise,"%Proxy%":"undefined"==typeof Proxy?t:Proxy,"%RangeError%":a,"%ReferenceError%":u,"%Reflect%":"undefined"==typeof Reflect?t:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?t:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&w&&j?j((new Set)[Symbol.iterator]()):t,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?t:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":w&&j?j(""[Symbol.iterator]()):t,"%Symbol%":w?Symbol:t,"%SyntaxError%":c,"%ThrowTypeError%":A,"%TypedArray%":x,"%TypeError%":l,"%Uint8Array%":"undefined"==typeof Uint8Array?t:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?t:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?t:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?t:Uint32Array,"%URIError%":p,"%WeakMap%":"undefined"==typeof WeakMap?t:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?t:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?t:WeakSet,"%Function.prototype.call%":T,"%Function.prototype.apply%":I,"%Object.defineProperty%":P,"%Object.getPrototypeOf%":q,"%Math.abs%":y,"%Math.floor%":d,"%Math.max%":g,"%Math.min%":m,"%Math.pow%":b,"%Math.round%":h,"%Math.sign%":v,"%Reflect.getPrototypeOf%":E};if(j)try{null.error}catch(t){var B=j(j(t));_["%Error.prototype%"]=B}var M=function doEval(t){var r;if("%AsyncFunction%"===t)r=getEvalledConstructor("async function () {}");else if("%GeneratorFunction%"===t)r=getEvalledConstructor("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=getEvalledConstructor("async function* () {}");else if("%AsyncGenerator%"===t){var o=doEval("%AsyncGeneratorFunction%");o&&(r=o.prototype)}else if("%AsyncIteratorPrototype%"===t){var i=doEval("%AsyncGenerator%");i&&j&&(r=j(i.prototype))}return _[t]=r,r},D={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},R=requireFunctionBind(),$=requireHasown(),k=R.call(T,Array.prototype.concat),U=R.call(I,Array.prototype.splice),C=R.call(T,String.prototype.replace),G=R.call(T,String.prototype.slice),W=R.call(T,RegExp.prototype.exec),z=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,J=/\\(\\)?/g,L=function getBaseIntrinsic(t,r){var o,i=t;if($(D,i)&&(i="%"+(o=D[i])[0]+"%"),$(_,i)){var a=_[i];if(a===N&&(a=M(i)),void 0===a&&!r)throw new l("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:o,name:i,value:a}}throw new c("intrinsic "+t+" does not exist!")};return ao=function GetIntrinsic(t,r){if("string"!=typeof t||0===t.length)throw new l("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof r)throw new l('"allowMissing" argument must be a boolean');if(null===W(/^%?[^%]*%?$/,t))throw new c("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var o=function stringToPath(t){var r=G(t,0,1),o=G(t,-1);if("%"===r&&"%"!==o)throw new c("invalid intrinsic syntax, expected closing `%`");if("%"===o&&"%"!==r)throw new c("invalid intrinsic syntax, expected opening `%`");var i=[];return C(t,z,(function(t,r,o,a){i[i.length]=o?C(a,J,"$1"):r||t})),i}(t),i=o.length>0?o[0]:"",a=L("%"+i+"%",r),u=a.name,p=a.value,y=!1,d=a.alias;d&&(i=d[0],U(o,k([0,1],d)));for(var g=1,m=!0;g<o.length;g+=1){var b=o[g],h=G(b,0,1),v=G(b,-1);if(('"'===h||"'"===h||"`"===h||'"'===v||"'"===v||"`"===v)&&h!==v)throw new c("property names with quotes must have matching quotes");if("constructor"!==b&&m||(y=!0),$(_,u="%"+(i+="."+b)+"%"))p=_[u];else if(null!=p){if(!(b in p)){if(!r)throw new l("base intrinsic for "+t+" exists, but the property is not available.");return}if(O&&g+1>=o.length){var S=O(p,b);p=(m=!!S)&&"get"in S&&!("originalValue"in S.get)?S.get:p[b]}else m=$(p,b),p=p[b];m&&!y&&(_[u]=p)}}return p},ao}function requireUtil_inspect(){return fo?po:(fo=1,po=S.inspect)}function requireObjectInspect(){if(so)return yo;so=1;var t="function"==typeof Map&&Map.prototype,r=Object.getOwnPropertyDescriptor&&t?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,o=t&&r&&"function"==typeof r.get?r.get:null,i=t&&Map.prototype.forEach,a="function"==typeof Set&&Set.prototype,u=Object.getOwnPropertyDescriptor&&a?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,c=a&&u&&"function"==typeof u.get?u.get:null,l=a&&Set.prototype.forEach,p="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,y="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,d="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,g=Boolean.prototype.valueOf,m=Object.prototype.toString,b=Function.prototype.toString,h=String.prototype.match,v=String.prototype.slice,S=String.prototype.replace,O=String.prototype.toUpperCase,A=String.prototype.toLowerCase,w=RegExp.prototype.test,j=Array.prototype.concat,q=Array.prototype.join,E=Array.prototype.slice,I=Math.floor,T="function"==typeof BigInt?BigInt.prototype.valueOf:null,N=Object.getOwnPropertySymbols,x="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,_="function"==typeof Symbol&&"object"==typeof Symbol.iterator,B="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===_||"symbol")?Symbol.toStringTag:null,M=Object.prototype.propertyIsEnumerable,D=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(t){return t.__proto__}:null);function addNumericSeparator(t,r){if(t===1/0||t===-1/0||t!=t||t&&t>-1e3&&t<1e3||w.call(/e/,r))return r;var o=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof t){var i=t<0?-I(-t):I(t);if(i!==t){var a=String(i),u=v.call(r,a.length+1);return S.call(a,o,"$&_")+"."+S.call(S.call(u,/([0-9]{3})/g,"$&_"),/_$/,"")}}return S.call(r,o,"$&_")}var R=requireUtil_inspect(),$=R.custom,k=isSymbol($)?$:null;function wrapQuotes(t,r,o){var i="double"===(o.quoteStyle||r)?'"':"'";return i+t+i}function quote(t){return S.call(String(t),/"/g,"&quot;")}function isArray(t){return!("[object Array]"!==toStr(t)||B&&"object"==typeof t&&B in t)}function isRegExp(t){return!("[object RegExp]"!==toStr(t)||B&&"object"==typeof t&&B in t)}function isSymbol(t){if(_)return t&&"object"==typeof t&&t instanceof Symbol;if("symbol"==typeof t)return!0;if(!t||"object"!=typeof t||!x)return!1;try{return x.call(t),!0}catch(t){}return!1}yo=function inspect_(t,r,a,u){var m=r||{};if(has(m,"quoteStyle")&&"single"!==m.quoteStyle&&"double"!==m.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(has(m,"maxStringLength")&&("number"==typeof m.maxStringLength?m.maxStringLength<0&&m.maxStringLength!==1/0:null!==m.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var O=!has(m,"customInspect")||m.customInspect;if("boolean"!=typeof O&&"symbol"!==O)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(has(m,"indent")&&null!==m.indent&&"\t"!==m.indent&&!(parseInt(m.indent,10)===m.indent&&m.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(has(m,"numericSeparator")&&"boolean"!=typeof m.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var w=m.numericSeparator;if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return inspectString(t,m);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var I=String(t);return w?addNumericSeparator(t,I):I}if("bigint"==typeof t){var N=String(t)+"n";return w?addNumericSeparator(t,N):N}var $=void 0===m.depth?5:m.depth;if(void 0===a&&(a=0),a>=$&&$>0&&"object"==typeof t)return isArray(t)?"[Array]":"[Object]";var U=function getIndent(t,r){var o;if("\t"===t.indent)o="\t";else{if(!("number"==typeof t.indent&&t.indent>0))return null;o=q.call(Array(t.indent+1)," ")}return{base:o,prev:q.call(Array(r+1),o)}}(m,a);if(void 0===u)u=[];else if(indexOf(u,t)>=0)return"[Circular]";function inspect(t,r,o){if(r&&(u=E.call(u)).push(r),o){var i={depth:m.depth};return has(m,"quoteStyle")&&(i.quoteStyle=m.quoteStyle),inspect_(t,i,a+1,u)}return inspect_(t,m,a+1,u)}if("function"==typeof t&&!isRegExp(t)){var C=function nameOf(t){if(t.name)return t.name;var r=h.call(b.call(t),/^function\s*([\w$]+)/);if(r)return r[1];return null}(t),G=arrObjKeys(t,inspect);return"[Function"+(C?": "+C:" (anonymous)")+"]"+(G.length>0?" { "+q.call(G,", ")+" }":"")}if(isSymbol(t)){var W=_?S.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):x.call(t);return"object"!=typeof t||_?W:markBoxed(W)}if(function isElement(t){if(!t||"object"!=typeof t)return!1;if("undefined"!=typeof HTMLElement&&t instanceof HTMLElement)return!0;return"string"==typeof t.nodeName&&"function"==typeof t.getAttribute}(t)){for(var z="<"+A.call(String(t.nodeName)),J=t.attributes||[],L=0;L<J.length;L++)z+=" "+J[L].name+"="+wrapQuotes(quote(J[L].value),"double",m);return z+=">",t.childNodes&&t.childNodes.length&&(z+="..."),z+="</"+A.call(String(t.nodeName))+">"}if(isArray(t)){if(0===t.length)return"[]";var H=arrObjKeys(t,inspect);return U&&!function singleLineValues(t){for(var r=0;r<t.length;r++)if(indexOf(t[r],"\n")>=0)return!1;return!0}(H)?"["+indentedJoin(H,U)+"]":"[ "+q.call(H,", ")+" ]"}if(function isError(t){return!("[object Error]"!==toStr(t)||B&&"object"==typeof t&&B in t)}(t)){var V=arrObjKeys(t,inspect);return"cause"in Error.prototype||!("cause"in t)||M.call(t,"cause")?0===V.length?"["+String(t)+"]":"{ ["+String(t)+"] "+q.call(V,", ")+" }":"{ ["+String(t)+"] "+q.call(j.call("[cause]: "+inspect(t.cause),V),", ")+" }"}if("object"==typeof t&&O){if(k&&"function"==typeof t[k]&&R)return R(t,{depth:$-a});if("symbol"!==O&&"function"==typeof t.inspect)return t.inspect()}if(function isMap(t){if(!o||!t||"object"!=typeof t)return!1;try{o.call(t);try{c.call(t)}catch(t){return!0}return t instanceof Map}catch(t){}return!1}(t)){var K=[];return i&&i.call(t,(function(r,o){K.push(inspect(o,t,!0)+" => "+inspect(r,t))})),collectionOf("Map",o.call(t),K,U)}if(function isSet(t){if(!c||!t||"object"!=typeof t)return!1;try{c.call(t);try{o.call(t)}catch(t){return!0}return t instanceof Set}catch(t){}return!1}(t)){var Q=[];return l&&l.call(t,(function(r){Q.push(inspect(r,t))})),collectionOf("Set",c.call(t),Q,U)}if(function isWeakMap(t){if(!p||!t||"object"!=typeof t)return!1;try{p.call(t,p);try{y.call(t,y)}catch(t){return!0}return t instanceof WeakMap}catch(t){}return!1}(t))return weakCollectionOf("WeakMap");if(function isWeakSet(t){if(!y||!t||"object"!=typeof t)return!1;try{y.call(t,y);try{p.call(t,p)}catch(t){return!0}return t instanceof WeakSet}catch(t){}return!1}(t))return weakCollectionOf("WeakSet");if(function isWeakRef(t){if(!d||!t||"object"!=typeof t)return!1;try{return d.call(t),!0}catch(t){}return!1}(t))return weakCollectionOf("WeakRef");if(function isNumber(t){return!("[object Number]"!==toStr(t)||B&&"object"==typeof t&&B in t)}(t))return markBoxed(inspect(Number(t)));if(function isBigInt(t){if(!t||"object"!=typeof t||!T)return!1;try{return T.call(t),!0}catch(t){}return!1}(t))return markBoxed(inspect(T.call(t)));if(function isBoolean(t){return!("[object Boolean]"!==toStr(t)||B&&"object"==typeof t&&B in t)}(t))return markBoxed(g.call(t));if(function isString(t){return!("[object String]"!==toStr(t)||B&&"object"==typeof t&&B in t)}(t))return markBoxed(inspect(String(t)));if("undefined"!=typeof window&&t===window)return"{ [object Window] }";if("undefined"!=typeof globalThis&&t===globalThis||void 0!==P&&t===P)return"{ [object globalThis] }";if(!function isDate(t){return!("[object Date]"!==toStr(t)||B&&"object"==typeof t&&B in t)}(t)&&!isRegExp(t)){var X=arrObjKeys(t,inspect),Y=D?D(t)===Object.prototype:t instanceof Object||t.constructor===Object,Z=t instanceof Object?"":"null prototype",ee=!Y&&B&&Object(t)===t&&B in t?v.call(toStr(t),8,-1):Z?"Object":"",te=(Y||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(ee||Z?"["+q.call(j.call([],ee||[],Z||[]),": ")+"] ":"");return 0===X.length?te+"{}":U?te+"{"+indentedJoin(X,U)+"}":te+"{ "+q.call(X,", ")+" }"}return String(t)};var U=Object.prototype.hasOwnProperty||function(t){return t in this};function has(t,r){return U.call(t,r)}function toStr(t){return m.call(t)}function indexOf(t,r){if(t.indexOf)return t.indexOf(r);for(var o=0,i=t.length;o<i;o++)if(t[o]===r)return o;return-1}function inspectString(t,r){if(t.length>r.maxStringLength){var o=t.length-r.maxStringLength,i="... "+o+" more character"+(o>1?"s":"");return inspectString(v.call(t,0,r.maxStringLength),r)+i}return wrapQuotes(S.call(S.call(t,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,lowbyte),"single",r)}function lowbyte(t){var r=t.charCodeAt(0),o={8:"b",9:"t",10:"n",12:"f",13:"r"}[r];return o?"\\"+o:"\\x"+(r<16?"0":"")+O.call(r.toString(16))}function markBoxed(t){return"Object("+t+")"}function weakCollectionOf(t){return t+" { ? }"}function collectionOf(t,r,o,i){return t+" ("+r+") {"+(i?indentedJoin(o,i):q.call(o,", "))+"}"}function indentedJoin(t,r){if(0===t.length)return"";var o="\n"+r.prev+r.base;return o+q.call(t,","+o)+"\n"+r.prev}function arrObjKeys(t,r){var o=isArray(t),i=[];if(o){i.length=t.length;for(var a=0;a<t.length;a++)i[a]=has(t,a)?r(t[a],t):""}var u,c="function"==typeof N?N(t):[];if(_){u={};for(var l=0;l<c.length;l++)u["$"+c[l]]=c[l]}for(var p in t)has(t,p)&&(o&&String(Number(p))===p&&p<t.length||_&&u["$"+p]instanceof Symbol||(w.call(/[^\w$]/,p)?i.push(r(p,t)+": "+r(t[p],t)):i.push(p+": "+r(t[p],t))));if("function"==typeof N)for(var y=0;y<c.length;y++)M.call(t,c[y])&&i.push("["+r(c[y])+"]: "+r(t[c[y]],t));return i}return yo}function requireSideChannel(){if(mo)return go;mo=1;var t=requireGetIntrinsic$3(),r=requireCallBound(),o=requireObjectInspect(),i=requireType(),a=t("%WeakMap%",!0),u=t("%Map%",!0),c=r("WeakMap.prototype.get",!0),l=r("WeakMap.prototype.set",!0),p=r("WeakMap.prototype.has",!0),y=r("Map.prototype.get",!0),d=r("Map.prototype.set",!0),g=r("Map.prototype.has",!0),listGetNode=function(t,r){for(var o,i=t;null!==(o=i.next);i=o)if(o.key===r)return i.next=o.next,o.next=t.next,t.next=o,o};return go=function getSideChannel(){var t,r,m,b={assert:function(t){if(!b.has(t))throw new i("Side channel does not contain "+o(t))},get:function(o){if(a&&o&&("object"==typeof o||"function"==typeof o)){if(t)return c(t,o)}else if(u){if(r)return y(r,o)}else if(m)return function(t,r){var o=listGetNode(t,r);return o&&o.value}(m,o)},has:function(o){if(a&&o&&("object"==typeof o||"function"==typeof o)){if(t)return p(t,o)}else if(u){if(r)return g(r,o)}else if(m)return function(t,r){return!!listGetNode(t,r)}(m,o);return!1},set:function(o,i){a&&o&&("object"==typeof o||"function"==typeof o)?(t||(t=new a),l(t,o,i)):u?(r||(r=new u),d(r,o,i)):(m||(m={key:{},next:null}),function(t,r,o){var i=listGetNode(t,r);i?i.value=o:t.next={key:r,next:t.next,value:o}}(m,o,i))}};return b},go}function requireImplementation(){if(ho)return bo;ho=1;var numberIsNaN=function(t){return t!=t};return bo=function is(t,r){return 0===t&&0===r?1/t==1/r:t===r||!(!numberIsNaN(t)||!numberIsNaN(r))}}function requirePolyfill(){if(So)return vo;So=1;var t=requireImplementation();return vo=function getPolyfill(){return"function"==typeof Object.is?Object.is:t}}function requireShim(){if(Po)return Oo;Po=1;var t=requirePolyfill(),r=requireDefineProperties();return Oo=function shimObjectIs(){var o=t();return r(Object,{is:o},{is:function testObjectIs(){return Object.is!==o}}),o},Oo}function requireShams$1(){if(qo)return jo;qo=1;var t=requireShams$5();return jo=function hasToStringTagShams(){return t()&&!!Symbol.toStringTag}}function requireIsArguments(){if(Io)return Eo;Io=1;var t=requireShams$1()(),r=requireCallBound$1()("Object.prototype.toString"),o=function isArguments(o){return!(t&&o&&"object"==typeof o&&Symbol.toStringTag in o)&&"[object Arguments]"===r(o)},i=function isArguments(t){return!!o(t)||null!==t&&"object"==typeof t&&"length"in t&&"number"==typeof t.length&&t.length>=0&&"[object Array]"!==r(t)&&"callee"in t&&"[object Function]"===r(t.callee)},a=function(){return o(arguments)}();return o.isLegacyArguments=i,Eo=a?o:i}var xo,_o,Bo,Mo,Do,Ro,$o,ko,Uo,Co,Go,Wo,zo,Jo,Lo,Ho={exports:{}};function requireIsArrayBuffer(){if(Bo)return _o;Bo=1;var t=function requireCallBind$1(){return xo||(xo=1,function(t){var r=requireSetFunctionLength(),o=requireEsDefineProperty$3(),i=requireCallBindApplyHelpers(),a=requireApplyBind();t.exports=function callBind(t){var o=i(arguments),a=t.length-(arguments.length-1);return r(o,1+(a>0?a:0),!0)},o?o(t.exports,"apply",{value:a}):t.exports.apply=a}(Ho)),Ho.exports}(),r=requireCallBound$1(),o=requireGetIntrinsic$1()("%ArrayBuffer%",!0),i=r("ArrayBuffer.prototype.byteLength",!0),a=r("Object.prototype.toString"),u=!!o&&!i&&new o(0).slice,c=!!u&&t(u);return _o=i||c?function isArrayBuffer(t){if(!t||"object"!=typeof t)return!1;try{return i?i(t):c(t,0),!0}catch(t){return!1}}:o?function isArrayBuffer(t){return"[object ArrayBuffer]"===a(t)}:function isArrayBuffer(t){return!1}}function requireIsDateObject(){if(Do)return Mo;Do=1;var t=requireCallBound$1(),r=t("Date.prototype.getDay"),o=t("Object.prototype.toString"),i=requireShams$1()();return Mo=function isDateObject(t){return"object"==typeof t&&null!==t&&(i?function tryDateGetDayCall(t){try{return r(t),!0}catch(t){return!1}}(t):"[object Date]"===o(t))}}function requireIsRegex(){if($o)return Ro;$o=1;var t,r,o,i,a=requireCallBound(),u=requireShams$1()();if(u){t=a("Object.prototype.hasOwnProperty"),r=a("RegExp.prototype.exec"),o={};var throwRegexMarker=function(){throw o};i={toString:throwRegexMarker,valueOf:throwRegexMarker},"symbol"==typeof Symbol.toPrimitive&&(i[Symbol.toPrimitive]=throwRegexMarker)}var c=a("Object.prototype.toString"),l=Object.getOwnPropertyDescriptor;return Ro=u?function isRegex(a){if(!a||"object"!=typeof a)return!1;var u=l(a,"lastIndex");if(!(u&&t(u,"value")))return!1;try{r(a,i)}catch(t){return t===o}}:function isRegex(t){return!(!t||"object"!=typeof t&&"function"!=typeof t)&&"[object RegExp]"===c(t)}}function requireIsSharedArrayBuffer(){if(Uo)return ko;Uo=1;var t=requireCallBound()("SharedArrayBuffer.prototype.byteLength",!0);return ko=t?function isSharedArrayBuffer(r){if(!r||"object"!=typeof r)return!1;try{return t(r),!0}catch(t){return!1}}:function isSharedArrayBuffer(t){return!1}}function requireIsString(){if(Go)return Co;Go=1;var t=String.prototype.valueOf,r=Object.prototype.toString,o=requireShams$1()();return Co=function isString(i){return"string"==typeof i||"object"==typeof i&&(o?function tryStringObject(r){try{return t.call(r),!0}catch(t){return!1}}(i):"[object String]"===r.call(i))}}function requireIsNumberObject(){if(zo)return Wo;zo=1;var t=Number.prototype.toString,r=Object.prototype.toString,o=requireShams$1()();return Wo=function isNumberObject(i){return"number"==typeof i||"object"==typeof i&&(o?function tryNumberObject(r){try{return t.call(r),!0}catch(t){return!1}}(i):"[object Number]"===r.call(i))}}function requireIsBooleanObject(){if(Lo)return Jo;Lo=1;var t=requireCallBound(),r=t("Boolean.prototype.toString"),o=t("Object.prototype.toString"),i=requireShams$1()();return Jo=function isBoolean(t){return"boolean"==typeof t||null!==t&&"object"==typeof t&&(i&&Symbol.toStringTag in t?function booleanBrandCheck(t){try{return r(t),!0}catch(t){return!1}}(t):"[object Boolean]"===o(t))}}var Vo,Ko={exports:{}};function requireIsSymbol(){if(Vo)return Ko.exports;Vo=1;var t=Object.prototype.toString;if(requireHasSymbols$3()()){var r=Symbol.prototype.toString,o=/^Symbol\(.*\)$/;Ko.exports=function isSymbol(i){if("symbol"==typeof i)return!0;if("[object Symbol]"!==t.call(i))return!1;try{return function isRealSymbolObject(t){return"symbol"==typeof t.valueOf()&&o.test(r.call(t))}(i)}catch(t){return!1}}}else Ko.exports=function isSymbol(t){return!1};return Ko.exports}var Qo,Xo,Yo,Zo,ei,ti,ri,ni,oi,ii,ai,ui={exports:{}};function requireIsBigint(){if(Yo)return ui.exports;if(Yo=1,function requireHasBigints(){if(Xo)return Qo;Xo=1;var t="undefined"!=typeof BigInt&&BigInt;return Qo=function hasNativeBigInts(){return"function"==typeof t&&"function"==typeof BigInt&&"bigint"==typeof t(42)&&"bigint"==typeof BigInt(42)}}()()){var t=BigInt.prototype.valueOf;ui.exports=function isBigInt(r){return null!=r&&"boolean"!=typeof r&&"string"!=typeof r&&"number"!=typeof r&&"symbol"!=typeof r&&"function"!=typeof r&&("bigint"==typeof r||function tryBigIntObject(r){try{return t.call(r),!0}catch(t){}return!1}(r))}}else ui.exports=function isBigInt(t){return!1};return ui.exports}function requireWhichBoxedPrimitive(){if(ei)return Zo;ei=1;var t=requireIsString(),r=requireIsNumberObject(),o=requireIsBooleanObject(),i=requireIsSymbol(),a=requireIsBigint();return Zo=function whichBoxedPrimitive(u){return null==u||"object"!=typeof u&&"function"!=typeof u?null:t(u)?"String":r(u)?"Number":o(u)?"Boolean":i(u)?"Symbol":a(u)?"BigInt":void 0}}function requireIsMap(){if(ri)return ti;ri=1;var t,r="function"==typeof Map&&Map.prototype?Map:null,o="function"==typeof Set&&Set.prototype?Set:null;r||(t=function isMap(t){return!1});var i=r?Map.prototype.has:null,a=o?Set.prototype.has:null;return t||i||(t=function isMap(t){return!1}),ti=t||function isMap(t){if(!t||"object"!=typeof t)return!1;try{if(i.call(t),a)try{a.call(t)}catch(t){return!0}return t instanceof r}catch(t){}return!1}}function requireIsSet(){if(oi)return ni;oi=1;var t,r="function"==typeof Map&&Map.prototype?Map:null,o="function"==typeof Set&&Set.prototype?Set:null;o||(t=function isSet(t){return!1});var i=r?Map.prototype.has:null,a=o?Set.prototype.has:null;return t||a||(t=function isSet(t){return!1}),ni=t||function isSet(t){if(!t||"object"!=typeof t)return!1;try{if(a.call(t),i)try{i.call(t)}catch(t){return!0}return t instanceof o}catch(t){}return!1}}var ci,li,pi,fi,yi,si,di,gi,mi,bi,hi,vi,Si,Oi,Pi,Ai,wi,ji,qi,Ei,Ii,Fi,Ti,Ni,xi,_i={exports:{}};function requireEsObjectAtoms(){return li?ci:(li=1,ci=Object)}function requireGOPD(){return fi?pi:(fi=1,pi=Object.getOwnPropertyDescriptor)}function requireGopd(){if(si)return yi;si=1;var t=requireGOPD();if(t)try{t([],"length")}catch(r){t=null}return yi=t}function requireEsDefineProperty(){if(gi)return di;gi=1;var t=Object.defineProperty||!1;if(t)try{t({},"a",{value:1})}catch(r){t=!1}return di=t}function requireHasSymbols(){if(vi)return hi;vi=1;var t="undefined"!=typeof Symbol&&Symbol,r=function requireShams(){return bi?mi:(bi=1,mi=function hasSymbols(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},r=Symbol("test"),o=Object(r);if("string"==typeof r)return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;if("[object Symbol]"!==Object.prototype.toString.call(o))return!1;for(var i in t[r]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var a=Object.getOwnPropertySymbols(t);if(1!==a.length||a[0]!==r)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var u=Object.getOwnPropertyDescriptor(t,r);if(42!==u.value||!0!==u.enumerable)return!1}return!0})}();return hi=function hasNativeSymbols(){return"function"==typeof t&&("function"==typeof Symbol&&("symbol"==typeof t("foo")&&("symbol"==typeof Symbol("bar")&&r())))}}function requireGetIntrinsic(){if(Oi)return Si;var t;Oi=1;var r=requireEsObjectAtoms(),o=requireEsErrors(),i=require_eval(),a=requireRange(),u=requireRef(),c=requireSyntax(),l=requireType(),p=requireUri(),y=requireAbs(),d=requireFloor(),g=requireMax(),m=requireMin(),b=requirePow(),h=requireRound(),v=requireSign(),S=Function,getEvalledConstructor=function(t){try{return S('"use strict"; return ('+t+").constructor;")()}catch(t){}},O=requireGopd(),P=requireEsDefineProperty(),throwTypeError=function(){throw new l},A=O?function(){try{return throwTypeError}catch(t){try{return O(arguments,"callee").get}catch(t){return throwTypeError}}}():throwTypeError,w=requireHasSymbols()(),j=requireGetProto(),q=requireObject_getPrototypeOf(),E=requireReflect_getPrototypeOf(),I=requireFunctionApply(),T=requireFunctionCall(),N={},x="undefined"!=typeof Uint8Array&&j?j(Uint8Array):t,_={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?t:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?t:ArrayBuffer,"%ArrayIteratorPrototype%":w&&j?j([][Symbol.iterator]()):t,"%AsyncFromSyncIteratorPrototype%":t,"%AsyncFunction%":N,"%AsyncGenerator%":N,"%AsyncGeneratorFunction%":N,"%AsyncIteratorPrototype%":N,"%Atomics%":"undefined"==typeof Atomics?t:Atomics,"%BigInt%":"undefined"==typeof BigInt?t:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?t:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?t:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?t:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":o,"%eval%":eval,"%EvalError%":i,"%Float16Array%":"undefined"==typeof Float16Array?t:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?t:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?t:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?t:FinalizationRegistry,"%Function%":S,"%GeneratorFunction%":N,"%Int8Array%":"undefined"==typeof Int8Array?t:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?t:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?t:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":w&&j?j(j([][Symbol.iterator]())):t,"%JSON%":"object"==typeof JSON?JSON:t,"%Map%":"undefined"==typeof Map?t:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&w&&j?j((new Map)[Symbol.iterator]()):t,"%Math%":Math,"%Number%":Number,"%Object%":r,"%Object.getOwnPropertyDescriptor%":O,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?t:Promise,"%Proxy%":"undefined"==typeof Proxy?t:Proxy,"%RangeError%":a,"%ReferenceError%":u,"%Reflect%":"undefined"==typeof Reflect?t:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?t:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&w&&j?j((new Set)[Symbol.iterator]()):t,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?t:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":w&&j?j(""[Symbol.iterator]()):t,"%Symbol%":w?Symbol:t,"%SyntaxError%":c,"%ThrowTypeError%":A,"%TypedArray%":x,"%TypeError%":l,"%Uint8Array%":"undefined"==typeof Uint8Array?t:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?t:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?t:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?t:Uint32Array,"%URIError%":p,"%WeakMap%":"undefined"==typeof WeakMap?t:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?t:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?t:WeakSet,"%Function.prototype.call%":T,"%Function.prototype.apply%":I,"%Object.defineProperty%":P,"%Object.getPrototypeOf%":q,"%Math.abs%":y,"%Math.floor%":d,"%Math.max%":g,"%Math.min%":m,"%Math.pow%":b,"%Math.round%":h,"%Math.sign%":v,"%Reflect.getPrototypeOf%":E};if(j)try{null.error}catch(t){var B=j(j(t));_["%Error.prototype%"]=B}var M=function doEval(t){var r;if("%AsyncFunction%"===t)r=getEvalledConstructor("async function () {}");else if("%GeneratorFunction%"===t)r=getEvalledConstructor("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=getEvalledConstructor("async function* () {}");else if("%AsyncGenerator%"===t){var o=doEval("%AsyncGeneratorFunction%");o&&(r=o.prototype)}else if("%AsyncIteratorPrototype%"===t){var i=doEval("%AsyncGenerator%");i&&j&&(r=j(i.prototype))}return _[t]=r,r},D={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},R=requireFunctionBind(),$=requireHasown(),k=R.call(T,Array.prototype.concat),U=R.call(I,Array.prototype.splice),C=R.call(T,String.prototype.replace),G=R.call(T,String.prototype.slice),W=R.call(T,RegExp.prototype.exec),z=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,J=/\\(\\)?/g,L=function getBaseIntrinsic(t,r){var o,i=t;if($(D,i)&&(i="%"+(o=D[i])[0]+"%"),$(_,i)){var a=_[i];if(a===N&&(a=M(i)),void 0===a&&!r)throw new l("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:o,name:i,value:a}}throw new c("intrinsic "+t+" does not exist!")};return Si=function GetIntrinsic(t,r){if("string"!=typeof t||0===t.length)throw new l("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof r)throw new l('"allowMissing" argument must be a boolean');if(null===W(/^%?[^%]*%?$/,t))throw new c("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var o=function stringToPath(t){var r=G(t,0,1),o=G(t,-1);if("%"===r&&"%"!==o)throw new c("invalid intrinsic syntax, expected closing `%`");if("%"===o&&"%"!==r)throw new c("invalid intrinsic syntax, expected opening `%`");var i=[];return C(t,z,(function(t,r,o,a){i[i.length]=o?C(a,J,"$1"):r||t})),i}(t),i=o.length>0?o[0]:"",a=L("%"+i+"%",r),u=a.name,p=a.value,y=!1,d=a.alias;d&&(i=d[0],U(o,k([0,1],d)));for(var g=1,m=!0;g<o.length;g+=1){var b=o[g],h=G(b,0,1),v=G(b,-1);if(('"'===h||"'"===h||"`"===h||'"'===v||"'"===v||"`"===v)&&h!==v)throw new c("property names with quotes must have matching quotes");if("constructor"!==b&&m||(y=!0),$(_,u="%"+(i+="."+b)+"%"))p=_[u];else if(null!=p){if(!(b in p)){if(!r)throw new l("base intrinsic for "+t+" exists, but the property is not available.");return}if(O&&g+1>=o.length){var S=O(p,b);p=(m=!!S)&&"get"in S&&!("originalValue"in S.get)?S.get:p[b]}else m=$(p,b),p=p[b];m&&!y&&(_[u]=p)}}return p},Si}function requireIsWeakset(){if(Pi)return _i.exports;Pi=1;var t=requireGetIntrinsic(),r=requireCallBound$1(),o=t("%WeakSet%",!0),i=r("WeakSet.prototype.has",!0);if(i){var a=r("WeakMap.prototype.has",!0);_i.exports=function isWeakSet(t){if(!t||"object"!=typeof t)return!1;try{if(i(t,i),a)try{a(t,a)}catch(t){return!0}return t instanceof o}catch(t){}return!1}}else _i.exports=function isWeakSet(t){return!1};return _i.exports}function requireWhichCollection(){if(wi)return Ai;wi=1;var t=requireIsMap(),r=requireIsSet(),o=function requireIsWeakmap(){if(ai)return ii;ai=1;var t,r="function"==typeof WeakMap&&WeakMap.prototype?WeakMap:null,o="function"==typeof WeakSet&&WeakSet.prototype?WeakSet:null;r||(t=function isWeakMap(t){return!1});var i=r?r.prototype.has:null,a=o?o.prototype.has:null;return t||i||(t=function isWeakMap(t){return!1}),ii=t||function isWeakMap(t){if(!t||"object"!=typeof t)return!1;try{if(i.call(t,i),a)try{a.call(t,a)}catch(t){return!0}return t instanceof r}catch(t){}return!1}}(),i=requireIsWeakset();return Ai=function whichCollection(a){if(a&&"object"==typeof a){if(t(a))return"Map";if(r(a))return"Set";if(o(a))return"WeakMap";if(i(a))return"WeakSet"}return!1}}function requireIsCallable(){if(qi)return ji;qi=1;var t,r,o=Function.prototype.toString,i="object"==typeof Reflect&&null!==Reflect&&Reflect.apply;if("function"==typeof i&&"function"==typeof Object.defineProperty)try{t=Object.defineProperty({},"length",{get:function(){throw r}}),r={},i((function(){throw 42}),null,t)}catch(t){t!==r&&(i=null)}else i=null;var a=/^\s*class\b/,u=function isES6ClassFunction(t){try{var r=o.call(t);return a.test(r)}catch(t){return!1}},c=function tryFunctionToStr(t){try{return!u(t)&&(o.call(t),!0)}catch(t){return!1}},l=Object.prototype.toString,p="function"==typeof Symbol&&!!Symbol.toStringTag,y=!(0 in[,]),d=function isDocumentDotAll(){return!1};if("object"==typeof document){var g=document.all;l.call(g)===l.call(document.all)&&(d=function isDocumentDotAll(t){if((y||!t)&&(void 0===t||"object"==typeof t))try{var r=l.call(t);return("[object HTMLAllCollection]"===r||"[object HTML document.all class]"===r||"[object HTMLCollection]"===r||"[object Object]"===r)&&null==t("")}catch(t){}return!1})}return ji=i?function isCallable(o){if(d(o))return!0;if(!o)return!1;if("function"!=typeof o&&"object"!=typeof o)return!1;try{i(o,null,t)}catch(t){if(t!==r)return!1}return!u(o)&&c(o)}:function isCallable(t){if(d(t))return!0;if(!t)return!1;if("function"!=typeof t&&"object"!=typeof t)return!1;if(p)return c(t);if(u(t))return!1;var r=l.call(t);return!("[object Function]"!==r&&"[object GeneratorFunction]"!==r&&!/^\[object HTML/.test(r))&&c(t)}}function requireForEach(){if(Ii)return Ei;Ii=1;var t=requireIsCallable(),r=Object.prototype.toString,o=Object.prototype.hasOwnProperty;return Ei=function forEach(i,a,u){if(!t(a))throw new TypeError("iterator must be a function");var c;arguments.length>=3&&(c=u),function isArray(t){return"[object Array]"===r.call(t)}(i)?function forEachArray(t,r,i){for(var a=0,u=t.length;a<u;a++)o.call(t,a)&&(null==i?r(t[a],a,t):r.call(i,t[a],a,t))}(i,a,c):"string"==typeof i?function forEachString(t,r,o){for(var i=0,a=t.length;i<a;i++)null==o?r(t.charAt(i),i,t):r.call(o,t.charAt(i),i,t)}(i,a,c):function forEachObject(t,r,i){for(var a in t)o.call(t,a)&&(null==i?r(t[a],a,t):r.call(i,t[a],a,t))}(i,a,c)},Ei}function requirePossibleTypedArrayNames(){return Ti?Fi:(Ti=1,Fi=["Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"])}function requireAvailableTypedArrays(){if(xi)return Ni;xi=1;var t=requirePossibleTypedArrayNames(),r="undefined"==typeof globalThis?P:globalThis;return Ni=function availableTypedArrays(){for(var o=[],i=0;i<t.length;i++)"function"==typeof r[t[i]]&&(o[o.length]=t[i]);return o}}var Bi,Mi,Di,Ri,$i,ki,Ui,Ci={exports:{}};function requireCallBind(){return Bi||(Bi=1,function(t){var r=requireSetFunctionLength(),o=requireEsDefineProperty$3(),i=requireCallBindApplyHelpers(),a=requireApplyBind();t.exports=function callBind(t){var o=i(arguments),a=t.length-(arguments.length-1);return r(o,1+(a>0?a:0),!0)},o?o(t.exports,"apply",{value:a}):t.exports.apply=a}(Ci)),Ci.exports}function requireWhichTypedArray(){if(Di)return Mi;Di=1;var t=requireForEach(),r=requireAvailableTypedArrays(),o=requireCallBind(),i=requireCallBound$1(),a=requireGopd$1(),u=requireGetProto(),c=i("Object.prototype.toString"),l=requireShams$1()(),p="undefined"==typeof globalThis?P:globalThis,y=r(),d=i("String.prototype.slice"),g=i("Array.prototype.indexOf",!0)||function indexOf(t,r){for(var o=0;o<t.length;o+=1)if(t[o]===r)return o;return-1},m={__proto__:null};t(y,l&&a&&u?function(t){var r=new p[t];if(Symbol.toStringTag in r&&u){var i=u(r),c=a(i,Symbol.toStringTag);if(!c&&i){var l=u(i);c=a(l,Symbol.toStringTag)}m["$"+t]=o(c.get)}}:function(t){var r=new p[t],i=r.slice||r.set;i&&(m["$"+t]=o(i))});return Mi=function whichTypedArray(r){if(!r||"object"!=typeof r)return!1;if(!l){var o=d(c(r),8,-1);return g(y,o)>-1?o:"Object"===o&&function tryAllSlices(r){var o=!1;return t(m,(function(t,i){if(!o)try{t(r),o=d(i,1)}catch(t){}})),o}(r)}return a?function tryAllTypedArrays(r){var o=!1;return t(m,(function(t,i){if(!o)try{"$"+t(r)===i&&(o=d(i,1))}catch(t){}})),o}(r):null}}function requireArrayBufferByteLength(){if($i)return Ri;$i=1;var t=requireCallBound$1()("ArrayBuffer.prototype.byteLength",!0),r=requireIsArrayBuffer();return Ri=function byteLength(o){return r(o)?t?t(o):o.byteLength:NaN}}var Gi=function requireDeepEqual(){if(Ui)return ki;Ui=1;var t=requireObject_assign(),r=requireCallBound(),o=requireRegexp_prototype_flags(),i=requireGetIntrinsic$1(),a=function requireNode(){if(lo)return co;lo=1;var t=Symbol.iterator;return co=function getIterator(r){if(null!=r&&void 0!==r[t])return r[t]()}}(),u=requireSideChannel(),c=function requireObjectIs(){if(wo)return Ao;wo=1;var t=requireDefineProperties(),r=requireCallBind$3(),o=requireImplementation(),i=requirePolyfill(),a=requireShim(),u=r(i(),Object);return t(u,{getPolyfill:i,implementation:o,shim:a}),Ao=u}(),l=requireIsArguments(),p=function requireIsarray(){if(To)return Fo;To=1;var t={}.toString;return Fo=Array.isArray||function(r){return"[object Array]"==t.call(r)}}(),y=requireIsArrayBuffer(),d=requireIsDateObject(),g=requireIsRegex(),m=requireIsSharedArrayBuffer(),b=requireObjectKeys(),h=requireWhichBoxedPrimitive(),v=requireWhichCollection(),S=requireWhichTypedArray(),O=requireArrayBufferByteLength(),P=r("SharedArrayBuffer.prototype.byteLength",!0),A=r("Date.prototype.getTime"),w=Object.getPrototypeOf,j=r("Object.prototype.toString"),q=i("%Set%",!0),E=r("Map.prototype.has",!0),I=r("Map.prototype.get",!0),T=r("Map.prototype.size",!0),N=r("Set.prototype.add",!0),x=r("Set.prototype.delete",!0),_=r("Set.prototype.has",!0),B=r("Set.prototype.size",!0);function setHasEqualElement(t,r,o,i){for(var u,c=a(t);(u=c.next())&&!u.done;)if(internalDeepEqual(r,u.value,o,i))return x(t,u.value),!0;return!1}function findLooseMatchingPrimitives(t){return void 0===t?null:"object"!=typeof t?"symbol"!=typeof t&&("string"!=typeof t&&"number"!=typeof t||+t==+t):void 0}function mapMightHaveLoosePrim(r,o,i,a,u,c){var l=findLooseMatchingPrimitives(i);if(null!=l)return l;var p=I(o,l),y=t({},u,{strict:!1});return!(void 0===p&&!E(o,l)||!internalDeepEqual(a,p,y,c))&&(!E(r,l)&&internalDeepEqual(a,p,y,c))}function setMightHaveLoosePrim(t,r,o){var i=findLooseMatchingPrimitives(o);return null!=i?i:_(r,i)&&!_(t,i)}function mapHasEqualEntry(t,r,o,i,u,c){for(var l,p,y=a(t);(l=y.next())&&!l.done;)if(internalDeepEqual(o,p=l.value,u,c)&&internalDeepEqual(i,I(r,p),u,c))return x(t,p),!0;return!1}function internalDeepEqual(r,i,u,x){var M=u||{};if(M.strict?c(r,i):r===i)return!0;if(h(r)!==h(i))return!1;if(!r||!i||"object"!=typeof r&&"object"!=typeof i)return M.strict?c(r,i):r==i;var D,R=x.has(r),$=x.has(i);if(R&&$){if(x.get(r)===x.get(i))return!0}else D={};return R||x.set(r,D),$||x.set(i,D),function objEquiv(r,i,u,c){var h,x;if(typeof r!=typeof i)return!1;if(null==r||null==i)return!1;if(j(r)!==j(i))return!1;if(l(r)!==l(i))return!1;var M=p(r),D=p(i);if(M!==D)return!1;var R=r instanceof Error,$=i instanceof Error;if(R!==$)return!1;if((R||$)&&(r.name!==i.name||r.message!==i.message))return!1;var k=g(r),U=g(i);if(k!==U)return!1;if((k||U)&&(r.source!==i.source||o(r)!==o(i)))return!1;var C=d(r),G=d(i);if(C!==G)return!1;if((C||G)&&A(r)!==A(i))return!1;if(u.strict&&w&&w(r)!==w(i))return!1;var W=S(r),z=S(i);if(W!==z)return!1;if(W||z){if(r.length!==i.length)return!1;for(h=0;h<r.length;h++)if(r[h]!==i[h])return!1;return!0}var J=isBuffer(r),L=isBuffer(i);if(J!==L)return!1;if(J||L){if(r.length!==i.length)return!1;for(h=0;h<r.length;h++)if(r[h]!==i[h])return!1;return!0}var H=y(r),V=y(i);if(H!==V)return!1;if(H||V)return O(r)===O(i)&&("function"==typeof Uint8Array&&internalDeepEqual(new Uint8Array(r),new Uint8Array(i),u,c));var K=m(r),Q=m(i);if(K!==Q)return!1;if(K||Q)return P(r)===P(i)&&("function"==typeof Uint8Array&&internalDeepEqual(new Uint8Array(r),new Uint8Array(i),u,c));if(typeof r!=typeof i)return!1;var X=b(r),Y=b(i);if(X.length!==Y.length)return!1;for(X.sort(),Y.sort(),h=X.length-1;h>=0;h--)if(X[h]!=Y[h])return!1;for(h=X.length-1;h>=0;h--)if(!internalDeepEqual(r[x=X[h]],i[x],u,c))return!1;var Z=v(r),ee=v(i);if(Z!==ee)return!1;if("Set"===Z||"Set"===ee)return function setEquiv(t,r,o,i){if(B(t)!==B(r))return!1;var u,c,l,p=a(t),y=a(r);for(;(u=p.next())&&!u.done;)if(u.value&&"object"==typeof u.value)l||(l=new q),N(l,u.value);else if(!_(r,u.value)){if(o.strict)return!1;if(!setMightHaveLoosePrim(t,r,u.value))return!1;l||(l=new q),N(l,u.value)}if(l){for(;(c=y.next())&&!c.done;)if(c.value&&"object"==typeof c.value){if(!setHasEqualElement(l,c.value,o.strict,i))return!1}else if(!o.strict&&!_(t,c.value)&&!setHasEqualElement(l,c.value,o.strict,i))return!1;return 0===B(l)}return!0}(r,i,u,c);if("Map"===Z)return function mapEquiv(r,o,i,u){if(T(r)!==T(o))return!1;var c,l,p,y,d,g,m=a(r),b=a(o);for(;(c=m.next())&&!c.done;)if(y=c.value[0],d=c.value[1],y&&"object"==typeof y)p||(p=new q),N(p,y);else if(void 0===(g=I(o,y))&&!E(o,y)||!internalDeepEqual(d,g,i,u)){if(i.strict)return!1;if(!mapMightHaveLoosePrim(r,o,y,d,i,u))return!1;p||(p=new q),N(p,y)}if(p){for(;(l=b.next())&&!l.done;)if(y=l.value[0],g=l.value[1],y&&"object"==typeof y){if(!mapHasEqualEntry(p,r,y,g,i,u))return!1}else if(!(i.strict||r.has(y)&&internalDeepEqual(I(r,y),g,i,u)||mapHasEqualEntry(p,r,y,g,t({},i,{strict:!1}),u)))return!1;return 0===B(p)}return!0}(r,i,u,c);return!0}(r,i,M,x)}function isBuffer(t){return!(!t||"object"!=typeof t||"number"!=typeof t.length)&&("function"==typeof t.copy&&"function"==typeof t.slice&&(!(t.length>0&&"number"!=typeof t[0])&&!!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t))))}return ki=function deepEqual(t,r,o){return internalDeepEqual(t,r,o,u())}}(),Wi=getDefaultExportFromCjs(Gi);function normalizeFieldImpl(t,r,o,i){var a,u;if(null!=i||(i={}),null!==(u=(a=i).path)&&void 0!==u||(a.path=""),!Object.prototype.hasOwnProperty.call(r,o))return!1;var c=Object.getPrototypeOf(t);if(hasOwnPrototypeFunction(c,"normalizeField")&&c.prototype.normalizeField.call(r,o,i))return!0;var p=getFieldMetadata(st(t),o,pt);if(void 0===p)return!1;var y=r[o];return function normalizeNullishField(t,r,o,i){return null==i}(0,0,0,y)||function normalizeArrayField(t,r,o,i,a,u){if(Array.isArray(i)||l(i)){var c="".concat(a.path,".").concat(o),p={type:getFieldElementType(t,o,c,a),path:c,types:a.types,elementTypes:a.elementTypes};return r[o]=i.map((function(t){return null==t?t:u(t,p)})),!0}return!1}(t,r,o,y,i,p)||function normalizeSetField(t,r,o,i,a,u){if(i instanceof Set){var c="".concat(a.path,".").concat(o),l={type:getFieldElementType(t,o,c,a),path:c,types:a.types,elementTypes:a.elementTypes};return r[o]=new Set(Array.from(i,(function(t){return u(t,l)}))),!0}return!1}(t,r,o,y,i,p)||function normalizeMapField(t,r,o,i,a,u){if(i instanceof Map){var c="".concat(a.path,".").concat(o),l={type:getFieldElementType(t,o,c,a),path:c,types:a.types,elementTypes:a.elementTypes};return r[o]=new Map(Array.from(i,(function(t){var r=d(t,2),o=r[0],i=r[1];return[o,u(i,l)]}))),!0}return!1}(t,r,o,y,i,p)||function normalizeNormalField(t,r,o,i,a,u){var c="".concat(a.path,".").concat(o),l={type:getFieldType(t,o,c,a),path:c,types:a.types,elementTypes:a.elementTypes};return r[o]=u(i,l),!0}(t,r,o,y,i,p)}function ownKeys$2(t,r){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);r&&(i=i.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),o.push.apply(o,i)}return o}function _objectSpread$2(t){for(var o=1;o<arguments.length;o++){var i=null!=arguments[o]?arguments[o]:{};o%2?ownKeys$2(Object(i),!0).forEach((function(o){r(t,o,i[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):ownKeys$2(Object(i)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(i,r))}))}return t}function toJsonImpl(t,r,i){var a=ht.merge("toJSON",i);a.normalize&&(t=defaultNormalizer(t=o(t,vt)));var u=_objectSpread$2(_objectSpread$2({},vt),{},{pojo:!0,disableHooks:!0,useToJSON:!0,convertNaming:a.convertNaming,sourceNamingStyle:a.sourceNamingStyle,targetNamingStyle:a.targetNamingStyle,removeEmptyFields:a.removeEmptyFields,skipRootToJSON:a.skipRootToJSON});return o(t,u)}function toJsonStringImpl(t,r,o){var i=ht.merge("toJSON",o),a=r.toJSON("",i);return v.stringify(a,null,i.space)}function getFieldLabel(t,r){var o=getFieldMetadata(t,r,lt);return o?o.label:r}function getInstanceName(t,r){var o=t[nt];return o?r[o]:void 0}function isFieldNonEmpty(t,r){return!0===getFieldMetadata(t,r,ct)}function isFieldNullable(t,r){return!0===getFieldMetadata(t,r,ut)}function getElementValidationContext(t,r,o,i,a){var u,c,l,p,y,d={instance:o,owner:null!==(u=a.owner)&&void 0!==u?u:getInstanceName(r,o),field:i,type:null!==(c=a.type)&&void 0!==c?c:getFieldElementType(t,i),label:null!==(l=a.label)&&void 0!==l?l:getFieldLabel(r,i),nullable:null!==(p=a.nullable)&&void 0!==p?p:isFieldNullable(r,i),nonEmpty:null!==(y=a.nonEmpty)&&void 0!==y?y:isFieldNonEmpty(r,i)};return Object.assign(d,a)}function validateEmptyField(t,r,o,i,a){if(u(i)){if(a.nonEmpty||isFieldNonEmpty(t,o)){var c,l,p=null!==(c=a.label)&&void 0!==c?c:getFieldLabel(t,o),y=null!==(l=a.owner)&&void 0!==l?l:getInstanceName(t,r),d=y?"The ".concat(p," of ").concat(y," cannot be empty."):"The ".concat(p," cannot be empty.");return new O(!1,d)}return new O(!0)}return null}function validateNormalField(t,r,o,i,a,u,c){var l=function getValidationContext(t,r,o,i,a){var u,c,l,p,y,d={instance:o,owner:null!==(u=a.owner)&&void 0!==u?u:getInstanceName(r,o),field:i,type:null!==(c=a.type)&&void 0!==c?c:getFieldType(t,i),label:null!==(l=a.label)&&void 0!==l?l:getFieldLabel(r,i),nullable:null!==(p=a.nullable)&&void 0!==p?p:isFieldNullable(r,i),nonEmpty:null!==(y=a.nonEmpty)&&void 0!==y?y:isFieldNonEmpty(r,i)};return Object.assign(d,a)}(t,r,o,i,c);return u(a,l)}function validateFieldImpl(t,r,o,i){var a,u,c;if(!Object.prototype.hasOwnProperty.call(r,o))return null;var p=Object.getPrototypeOf(t);if(hasOwnPrototypeFunction(p,"validateField")){var y=p.prototype.validateField.call(r,o,i);if(null!==y)return y}var d=st(t),g=getFieldMetadata(d,o,ft);if(void 0===g)return new O(!0);var m=r[o];return null!==(a=null!==(u=null!==(c=function validateArrayField(t,r,o,i,a,u,c){if(Array.isArray(a)||l(a)){var p=validateEmptyField(r,o,i,a,c);if(p)return p;var y=getElementValidationContext(t,r,o,i,c),d=a.map((function(t,r){return y.index=r,u(t,y)}));return O.merge(d)}return null}(t,d,r,o,m,g,i))&&void 0!==c?c:function validateSetField(t,r,o,i,a,u,c){if(a instanceof Set){var l=validateEmptyField(r,o,i,a,c);if(l)return l;var p=getElementValidationContext(t,r,o,i,c),y=Array.from(a,(function(t,r){return p.index=r,u(t,p)}));return O.merge(y)}return null}(t,d,r,o,m,g,i))&&void 0!==u?u:function validateMapField(t,r,o,i,a,u,c){if(a instanceof Map){var l=validateEmptyField(r,o,i,a,c);if(l)return l;var p=getElementValidationContext(t,r,o,i,c),y=Array.from(a,(function(t,r){return p.index=r,u(t[1],p)}));return O.merge(y)}return null}(t,d,r,o,m,g,i))&&void 0!==a?a:validateNormalField(t,d,r,o,m,g,i)}function ownKeys$1(t,r){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);r&&(i=i.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),o.push.apply(o,i)}return o}function _objectSpread$1(t){for(var o=1;o<arguments.length;o++){var i=null!=arguments[o]?arguments[o]:{};o%2?ownKeys$1(Object(i),!0).forEach((function(o){r(t,o,i[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):ownKeys$1(Object(i)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(i,r))}))}return t}function Model(r,o){if(null===o||"object"!==t(o))throw new TypeError("The context must be an object.");if("function"!=typeof r||"class"!==o.kind)throw new TypeError("The `@Model` can only decorate a class.");dt(r,o.metadata),setClassMetadata(r,et,"model"),hasOwnPrototypeFunction(r,"assign")||(r.prototype.assign=function assign(t){return assignImpl(r,this,t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0)}),hasOwnPrototypeFunction(r,"clear")||(r.prototype.clear=function clear(){return function clearImpl(t,r){requirePrototypeMethod(t,"assign");var o=getDefaultInstance(t);return r.assign(o,{normalize:!1,convertNaming:!1})}(r,this)}),hasOwnPrototypeFunction(r,"clone")||(r.prototype.clone=function clone(){return function cloneImpl(t,r){return requirePrototypeMethod(t,"assign"),(new t).assign(r,{normalize:!1,convertNaming:!1})}(r,this)}),hasOwnPrototypeFunction(r,"isEmpty")||(r.prototype.isEmpty=function isEmpty(){return function isEmptyImpl(t,r){var o=getDefaultInstance(t);return Wi(r,o)}(r,this)}),hasOwnPrototypeFunction(r,"equals")||(r.prototype.equals=function equals(t){return function equalsImpl(t,r){return t===r||(null==r?null==t:null!=t&&Object.getPrototypeOf(t)===Object.getPrototypeOf(r)&&Wi(t,r))}(this,t)}),hasOwnPrototypeFunction(r,"normalize")||(r.prototype.normalize=function normalize(){return function normalizeImpl(t,r,o,i){if(null==o||"*"===o)Object.keys(r).forEach((function(t){return r.normalizeField(t,i)}));else if(Array.isArray(o))o.forEach((function(t){return r.normalizeField(t,i)}));else{if("string"!=typeof o)throw new TypeError("The argument ".concat(t.name,".normalize() must be a string or an array of strings."));r.normalizeField(o,i)}return r}(r,this,arguments.length>0&&void 0!==arguments[0]?arguments[0]:"*",arguments.length>1&&void 0!==arguments[1]?arguments[1]:{})}),hasOwnPrototypeFunction(r,"normalizeField")||(r.prototype.normalizeField=function normalizeField(t){return normalizeFieldImpl(r,this,t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:{})}),hasOwnPrototypeFunction(r,"validate")||(r.prototype.validate=function validate(){return function validateImpl(t,r,o,i){if(null==o||"*"===o){var a=Object.keys(r).map((function(t){return r.validateField(t,i)}));return O.merge(a)}if(Array.isArray(o)){var u=o.map((function(t){return r.validateField(t,i)}));return O.merge(u)}if("string"==typeof o){var c=r.validateField(o,i);return null!=c?c:new O(!0)}throw new TypeError("The argument of ".concat(t.name,".validate()")+" must be a string or an array of strings.")}(r,this,arguments.length>0&&void 0!==arguments[0]?arguments[0]:"*",arguments.length>1&&void 0!==arguments[1]?arguments[1]:{})}),hasOwnPrototypeFunction(r,"validateField")||(r.prototype.validateField=function validateField(t){return validateFieldImpl(r,this,t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:{})}),hasOwnProperty(r,"id")&&!hasPrototypeFunction(r,"generateId")&&(setClassMetadata(r,rt,0),r.prototype.generateId=function generateId(){return function generateIdImpl(t,r){var o=getClassMetadata(t,rt);return r.id=o,setClassMetadata(t,rt,o+1),r.id}(r,this)}),hasOwnPrototypeFunction(r,"toJSON")||(r.prototype.toJSON=function toJSON(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"object"===t(r)&&(o=r,r=""),toJsonImpl(this,0,_objectSpread$1(_objectSpread$1({},o),{},{skipRootToJSON:!0}))}),hasOwnPrototypeFunction(r,"toJsonString")||(r.prototype.toJsonString=function toJsonString(){return toJsonStringImpl(0,this,arguments.length>0&&void 0!==arguments[0]?arguments[0]:{})}),Object.prototype.hasOwnProperty.call(r,"create")||(r.create=function create(t){return createImpl(r,t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0)}),Object.prototype.hasOwnProperty.call(r,"createArray")||(r.createArray=function createArray(t){return createArrayImpl(r,t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0)}),Object.prototype.hasOwnProperty.call(r,"createPage")||(r.createPage=function createPage(t){return createPageImpl(r,t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0)}),Object.prototype.hasOwnProperty.call(r,"isNullishOrEmpty")||(r.isNullishOrEmpty=function isNullishOrEmpty(t){return function isNullishOrEmptyImpl(t,r){if(requirePrototypeMethod(t,"isEmpty"),null==r)return!0;if(!(r instanceof t))throw new TypeError("The object must be an instance of the class ".concat(t.name,"."));return r.isEmpty()}(r,t)}),Object.prototype.hasOwnProperty.call(r,"parseJsonString")||(r.parseJsonString=function parseJsonString(t){return function parseJsonStringImpl(t,r,o){var i=v.parse(r),a=new t;return assignImpl(t,a,i,o)}(r,t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0)})}function NameField(t,r){var o=r.kind,i=r.name,a=r.metadata;if("field"!==o)throw new SyntaxError("The decorator @NameField can only decorate a class field: ".concat(i));var u=a[nt];if(u)throw new SyntaxError('@NameField cannot decorate on "'.concat(i,'", since it has already decorated on "').concat(u,'".'));a[nt]=i}function NonEmpty(t,r){var o=r.kind,i=r.name,a=r.metadata;if("field"!==o)throw new SyntaxError("The decorator @NonEmpty can only decorate a class field: ".concat(i));setFieldMetadata(a,i,ct,!0)}function isDecoratorContext(r){return null!==r&&"object"===t(r)&&null!==r.metadata&&"object"===t(r.metadata)&&"string"==typeof r.kind&&"string"==typeof r.name}function setNormalizer(r,o,i){var a=o.metadata,u=o.kind,c=o.name;if("field"!==u)throw new SyntaxError("The @Normalizable must decorate a class field: ".concat(c));if("function"!=typeof i)throw new TypeError('The argument of @Normalizable decorated on the "'.concat(c,'" field must be a function, but it is a ').concat(t(i),"."));setFieldMetadata(a,c,pt,i)}function Normalizable(){if(1===arguments.length){var t,r=null!==(t=arguments.length<=0?void 0:arguments[0])&&void 0!==t?t:defaultNormalizer;return function(t,o){return setNormalizer(0,o,r)}}if(2!==arguments.length||!isDecoratorContext(arguments.length<=1?void 0:arguments[1]))throw new SyntaxError("Invalid use of @Normalizable decorator.");setNormalizer(0,arguments.length<=1?void 0:arguments[1],defaultNormalizer)}function normalize(t){return defaultNormalizer(t)}function Nullable(t,r){var o=r.kind,i=r.name,a=r.metadata;if("field"!==o)throw new SyntaxError("The decorator @Nullable can only decorate a class field: ".concat(i));setFieldMetadata(a,i,ut,!0)}function Readonly(t,r){if("field"!==r.kind)throw new Error("@Readonly can only be applied to class fields.");var o;return r.addInitializer((function initializer(){void 0!==o?function createImmediateReadonlyInitializer(t,r){return function immediateReadonlyInitializer(){Object.defineProperty(this,t,{value:r,writable:!1,configurable:!1,enumerable:!0})}}(r.name,o).call(this):function createDeferredReadonlyInitializer(t){return function deferredReadonlyInitializer(){var r;Object.defineProperty(this,t,{configurable:!0,enumerable:!0,get:function get(){return r},set:function set(o){r=o,Object.defineProperty(this,t,{value:o,writable:!1,configurable:!1,enumerable:!0})}})}}(r.name).call(this)})),function initializer(t){return o=t,t}}function stringifyId(t){return null==t?"":c(t)?t:v.stringify(t)}function ownKeys(t,r){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);r&&(i=i.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),o.push.apply(o,i)}return o}function _objectSpread(t){for(var o=1;o<arguments.length;o++){var i=null!=arguments[o]?arguments[o]:{};o%2?ownKeys(Object(i),!0).forEach((function(o){r(t,o,i[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):ownKeys(Object(i)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(i,r))}))}return t}function toJSON(t){return toJsonImpl(t,0,_objectSpread(_objectSpread({},arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}),{},{skipRootToJSON:!1}))}function toJsonString(r,o){if("object"!==t(r))throw new TypeError("The object to be serialized must be an object.");r.constructor;return toJsonStringImpl(0,r,o)}function Type(t){return function decorate(r,o){var i=o.kind,a=o.name,u=o.metadata;if("field"!==i)throw new SyntaxError("The decorator @Type can only decorate a class field: ".concat(a));if("function"!=typeof t)throw new TypeError('The argument of @Type decorated on "'.concat(a,'" must be the constructor of a class.'));setFieldMetadata(u,a,it,t)}}function defaultValidator(r,o){var i=o.owner,a=o.type,c=o.label,l=o.nullable,p=o.nonEmpty;if(null==r){if(l)return new O(!0);var y=i?"必须设置".concat(i,"的").concat(c,"的值"):"必须设置".concat(c,"的值");return new O(!1,y)}if(u(r)&&p){var d=i?"".concat(i,"的").concat(c,"不能为空"):"".concat(c,"不能为空");return new O(!1,d)}if(a){if(isEnumClass(a)&&"string"==typeof r){if(a.hasValue(r))return new O(!0);var g=i?"".concat(i,"的").concat(c,"的值不受支持: ").concat(r):"".concat(c,"的值不受支持: ").concat(r);return new O(!1,g)}if(r.constructor!==a){var m=i?"".concat(i,"的").concat(c,"必须是 ").concat(a.name," 类型"):"".concat(c,"必须是 ").concat(a.name," 类型");return new O(!1,m)}}return"object"===t(r)&&"function"==typeof r.validate?r.validate("*",{owner:i}):new O(!0)}function setValidator(r,o,i){var a=o.metadata,u=o.kind,c=o.name;if("field"!==u)throw new SyntaxError("The @Validatable must decorate a class field: ".concat(c));if("function"!=typeof i)throw new TypeError('The argument of @Validatable decorated on the "'.concat(c,'" field must be a function, but it is a ').concat(t(i),"."));setFieldMetadata(a,c,ft,i)}function Validatable(){if(1===arguments.length){var t,r=null!==(t=arguments.length<=0?void 0:arguments[0])&&void 0!==t?t:defaultValidator;return function(t,o){return setValidator(0,o,r)}}if(2!==arguments.length||!isDecoratorContext(arguments.length<=1?void 0:arguments[1]))throw new SyntaxError("Invalid use of @Validatable decorator.");setValidator(0,arguments.length<=1?void 0:arguments[1],defaultValidator)}export{ht as DefaultOptions,ElementType,Enum,Label,Model,NameField,NonEmpty,Normalizable,Nullable,fr as Page,Readonly,Type,Validatable,assign,create,createArray,createPage,defaultNormalizer,enumNormalizer,getDefaultInstance,getFieldElementType,getFieldType,getSourceField,hasOwnProperty,hasOwnPrototypeFunction,hasProperty,hasPrototypeFunction,isEnumClass,isEnumerator,normalize,stringifyId,toJSON,toJsonString};//# sourceMappingURL=common-decorator.min.mjs.map