@dan-uni/dan-any 0.9.9 → 1.0.1

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.
@@ -6,7 +6,7 @@
6
6
  else root["@dan-uni/dan-any"] = factory();
7
7
  })(globalThis, ()=>(()=>{
8
8
  var __webpack_modules__ = {
9
- "../../node_modules/.pnpm/assert@2.1.0/node_modules/assert/build/assert.js": function(module1, __unused_webpack_exports, __webpack_require__) {
9
+ "../../node_modules/.pnpm/assert@2.1.0/node_modules/assert/build/assert.js" (module1, __unused_rspack_exports, __webpack_require__) {
10
10
  "use strict";
11
11
  var process = __webpack_require__("../../node_modules/.pnpm/process@0.11.10/node_modules/process/browser.js");
12
12
  function _typeof(o) {
@@ -466,7 +466,7 @@
466
466
  });
467
467
  assert.strict.strict = assert.strict;
468
468
  },
469
- "../../node_modules/.pnpm/assert@2.1.0/node_modules/assert/build/internal/assert/assertion_error.js": function(module1, __unused_webpack_exports, __webpack_require__) {
469
+ "../../node_modules/.pnpm/assert@2.1.0/node_modules/assert/build/internal/assert/assertion_error.js" (module1, __unused_rspack_exports, __webpack_require__) {
470
470
  "use strict";
471
471
  var process = __webpack_require__("../../node_modules/.pnpm/process@0.11.10/node_modules/process/browser.js");
472
472
  function ownKeys(e, r) {
@@ -607,7 +607,7 @@
607
607
  return _construct.apply(null, arguments);
608
608
  }
609
609
  function _isNativeReflectConstruct() {
610
- if ("undefined" == typeof Reflect || !Reflect.construct) return false;
610
+ if ("u" < typeof Reflect || !Reflect.construct) return false;
611
611
  if (Reflect.construct.sham) return false;
612
612
  if ("function" == typeof Proxy) return true;
613
613
  try {
@@ -920,7 +920,7 @@
920
920
  }(/*#__PURE__*/ _wrapNativeSuper(Error), inspect.custom);
921
921
  module1.exports = AssertionError;
922
922
  },
923
- "../../node_modules/.pnpm/assert@2.1.0/node_modules/assert/build/internal/errors.js": function(module1, __unused_webpack_exports, __webpack_require__) {
923
+ "../../node_modules/.pnpm/assert@2.1.0/node_modules/assert/build/internal/errors.js" (module1, __unused_rspack_exports, __webpack_require__) {
924
924
  "use strict";
925
925
  function _typeof(o) {
926
926
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
@@ -1005,7 +1005,7 @@
1005
1005
  return self1;
1006
1006
  }
1007
1007
  function _isNativeReflectConstruct() {
1008
- if ("undefined" == typeof Reflect || !Reflect.construct) return false;
1008
+ if ("u" < typeof Reflect || !Reflect.construct) return false;
1009
1009
  if (Reflect.construct.sham) return false;
1010
1010
  if ("function" == typeof Proxy) return true;
1011
1011
  try {
@@ -1121,7 +1121,7 @@
1121
1121
  }, TypeError);
1122
1122
  module1.exports.codes = codes;
1123
1123
  },
1124
- "../../node_modules/.pnpm/assert@2.1.0/node_modules/assert/build/internal/util/comparisons.js": function(module1, __unused_webpack_exports, __webpack_require__) {
1124
+ "../../node_modules/.pnpm/assert@2.1.0/node_modules/assert/build/internal/util/comparisons.js" (module1, __unused_rspack_exports, __webpack_require__) {
1125
1125
  "use strict";
1126
1126
  function _slicedToArray(arr, i) {
1127
1127
  return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
@@ -1143,7 +1143,7 @@
1143
1143
  return arr2;
1144
1144
  }
1145
1145
  function _iterableToArrayLimit(r, l) {
1146
- var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
1146
+ var t = null == r ? null : "u" > typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
1147
1147
  if (null != t) {
1148
1148
  var e, n, i, u, a = [], f = !0, o = !1;
1149
1149
  try {
@@ -1509,7 +1509,7 @@
1509
1509
  isDeepStrictEqual: isDeepStrictEqual
1510
1510
  };
1511
1511
  },
1512
- "../../node_modules/.pnpm/base16384@1.0.0/node_modules/base16384/lib/index.js": function(__unused_webpack_module, exports1) {
1512
+ "../../node_modules/.pnpm/base16384@1.0.0/node_modules/base16384/lib/index.js" (__unused_rspack_module, exports1) {
1513
1513
  "use strict";
1514
1514
  exports1.decode = exports1.encode = void 0;
1515
1515
  function align(input, output, sWidth, tWidth, sOffset, tOffset) {
@@ -1557,14 +1557,14 @@
1557
1557
  }
1558
1558
  exports1.decode = decode;
1559
1559
  },
1560
- "../../node_modules/.pnpm/base64-js@1.5.1/node_modules/base64-js/index.js": function(__unused_webpack_module, exports1) {
1560
+ "../../node_modules/.pnpm/base64-js@1.5.1/node_modules/base64-js/index.js" (__unused_rspack_module, exports1) {
1561
1561
  "use strict";
1562
1562
  exports1.byteLength = byteLength;
1563
1563
  exports1.toByteArray = toByteArray;
1564
1564
  exports1.fromByteArray = fromByteArray;
1565
1565
  var lookup = [];
1566
1566
  var revLookup = [];
1567
- var Arr = 'undefined' != typeof Uint8Array ? Uint8Array : Array;
1567
+ var Arr = "u" > typeof Uint8Array ? Uint8Array : Array;
1568
1568
  var code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
1569
1569
  for(var i = 0, len = code.length; i < len; ++i){
1570
1570
  lookup[i] = code[i];
@@ -1647,7 +1647,7 @@
1647
1647
  return parts.join('');
1648
1648
  }
1649
1649
  },
1650
- "../../node_modules/.pnpm/bignumber.js@9.3.1/node_modules/bignumber.js/bignumber.js": function(module1) {
1650
+ "../../node_modules/.pnpm/bignumber.js@9.3.1/node_modules/bignumber.js/bignumber.js" (module1) {
1651
1651
  (function(globalObject) {
1652
1652
  'use strict';
1653
1653
  var BigNumber, isNumeric = /^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i, mathceil = Math.ceil, mathfloor = Math.floor, bignumberError = '[BigNumber Error] ', tooManyDigits = bignumberError + 'Number primitive has more than 15 significant digits: ', BASE = 1e14, LOG_BASE = 14, MAX_SAFE_INTEGER = 0x1fffffffffffff, POWS_TEN = [
@@ -1833,7 +1833,7 @@
1833
1833
  }
1834
1834
  if (obj.hasOwnProperty(p = 'CRYPTO')) {
1835
1835
  v = obj[p];
1836
- if (!!v === v) if (v) if ('undefined' != typeof crypto && crypto && (crypto.getRandomValues || crypto.randomBytes)) CRYPTO = v;
1836
+ if (!!v === v) if (v) if ("u" > typeof crypto && crypto && (crypto.getRandomValues || crypto.randomBytes)) CRYPTO = v;
1837
1837
  else {
1838
1838
  CRYPTO = !v;
1839
1839
  throw Error(bignumberError + 'crypto unavailable');
@@ -2897,12 +2897,12 @@
2897
2897
  });
2898
2898
  else if (module1.exports) module1.exports = BigNumber;
2899
2899
  else {
2900
- if (!globalObject) globalObject = 'undefined' != typeof self && self ? self : window;
2900
+ if (!globalObject) globalObject = "u" > typeof self && self ? self : window;
2901
2901
  globalObject.BigNumber = BigNumber;
2902
2902
  }
2903
2903
  })(this);
2904
2904
  },
2905
- "../../node_modules/.pnpm/browserify-zlib@0.2.0/node_modules/browserify-zlib/lib/binding.js": function(__unused_webpack_module, exports1, __webpack_require__) {
2905
+ "../../node_modules/.pnpm/browserify-zlib@0.2.0/node_modules/browserify-zlib/lib/binding.js" (__unused_rspack_module, exports1, __webpack_require__) {
2906
2906
  "use strict";
2907
2907
  var Buffer = __webpack_require__("../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.js")["Buffer"];
2908
2908
  var process = __webpack_require__("../../node_modules/.pnpm/process@0.11.10/node_modules/process/browser.js");
@@ -3163,7 +3163,7 @@
3163
3163
  };
3164
3164
  exports1.Zlib = Zlib;
3165
3165
  },
3166
- "../../node_modules/.pnpm/browserify-zlib@0.2.0/node_modules/browserify-zlib/lib/index.js": function(__unused_webpack_module, exports1, __webpack_require__) {
3166
+ "../../node_modules/.pnpm/browserify-zlib@0.2.0/node_modules/browserify-zlib/lib/index.js" (__unused_rspack_module, exports1, __webpack_require__) {
3167
3167
  "use strict";
3168
3168
  var process = __webpack_require__("../../node_modules/.pnpm/process@0.11.10/node_modules/process/browser.js");
3169
3169
  var Buffer = __webpack_require__("../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.js").Buffer;
@@ -3579,7 +3579,7 @@
3579
3579
  util.inherits(InflateRaw, Zlib);
3580
3580
  util.inherits(Unzip, Zlib);
3581
3581
  },
3582
- "../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.js": function(__unused_webpack_module, exports1, __webpack_require__) {
3582
+ "../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.js" (__unused_rspack_module, exports1, __webpack_require__) {
3583
3583
  "use strict";
3584
3584
  /*!
3585
3585
  * The buffer module from node.js, for the browser.
@@ -3595,7 +3595,7 @@
3595
3595
  var K_MAX_LENGTH = 0x7fffffff;
3596
3596
  exports1.kMaxLength = K_MAX_LENGTH;
3597
3597
  Buffer.TYPED_ARRAY_SUPPORT = typedArraySupport();
3598
- if (!Buffer.TYPED_ARRAY_SUPPORT && 'undefined' != typeof console && 'function' == typeof console.error) console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");
3598
+ if (!Buffer.TYPED_ARRAY_SUPPORT && "u" > typeof console && 'function' == typeof console.error) console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");
3599
3599
  function typedArraySupport() {
3600
3600
  try {
3601
3601
  var arr = new Uint8Array(1);
@@ -3644,13 +3644,13 @@
3644
3644
  if (ArrayBuffer.isView(value)) return fromArrayView(value);
3645
3645
  if (null == value) throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type " + typeof value);
3646
3646
  if (isInstance(value, ArrayBuffer) || value && isInstance(value.buffer, ArrayBuffer)) return fromArrayBuffer(value, encodingOrOffset, length);
3647
- if ('undefined' != typeof SharedArrayBuffer && (isInstance(value, SharedArrayBuffer) || value && isInstance(value.buffer, SharedArrayBuffer))) return fromArrayBuffer(value, encodingOrOffset, length);
3647
+ if ("u" > typeof SharedArrayBuffer && (isInstance(value, SharedArrayBuffer) || value && isInstance(value.buffer, SharedArrayBuffer))) return fromArrayBuffer(value, encodingOrOffset, length);
3648
3648
  if ('number' == typeof value) throw new TypeError('The "value" argument must not be of type number. Received type number');
3649
3649
  var valueOf = value.valueOf && value.valueOf();
3650
3650
  if (null != valueOf && valueOf !== value) return Buffer.from(valueOf, encodingOrOffset, length);
3651
3651
  var b = fromObject(value);
3652
3652
  if (b) return b;
3653
- if ('undefined' != typeof Symbol && null != Symbol.toPrimitive && 'function' == typeof value[Symbol.toPrimitive]) return Buffer.from(value[Symbol.toPrimitive]('string'), encodingOrOffset, length);
3653
+ if ("u" > typeof Symbol && null != Symbol.toPrimitive && 'function' == typeof value[Symbol.toPrimitive]) return Buffer.from(value[Symbol.toPrimitive]('string'), encodingOrOffset, length);
3654
3654
  throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type " + typeof value);
3655
3655
  }
3656
3656
  Buffer.from = function(value, encodingOrOffset, length) {
@@ -4662,7 +4662,7 @@
4662
4662
  return table;
4663
4663
  }();
4664
4664
  },
4665
- "../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.js": function(module1, __unused_webpack_exports, __webpack_require__) {
4665
+ "../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.js" (module1, __unused_rspack_exports, __webpack_require__) {
4666
4666
  "use strict";
4667
4667
  var bind = __webpack_require__("../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js");
4668
4668
  var $apply = __webpack_require__("../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js");
@@ -4670,7 +4670,7 @@
4670
4670
  var $reflectApply = __webpack_require__("../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/reflectApply.js");
4671
4671
  module1.exports = $reflectApply || bind.call($call, $apply);
4672
4672
  },
4673
- "../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/applyBind.js": function(module1, __unused_webpack_exports, __webpack_require__) {
4673
+ "../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/applyBind.js" (module1, __unused_rspack_exports, __webpack_require__) {
4674
4674
  "use strict";
4675
4675
  var bind = __webpack_require__("../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js");
4676
4676
  var $apply = __webpack_require__("../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js");
@@ -4679,15 +4679,15 @@
4679
4679
  return actualApply(bind, $apply, arguments);
4680
4680
  };
4681
4681
  },
4682
- "../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js": function(module1) {
4682
+ "../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js" (module1) {
4683
4683
  "use strict";
4684
4684
  module1.exports = Function.prototype.apply;
4685
4685
  },
4686
- "../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js": function(module1) {
4686
+ "../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js" (module1) {
4687
4687
  "use strict";
4688
4688
  module1.exports = Function.prototype.call;
4689
4689
  },
4690
- "../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
4690
+ "../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
4691
4691
  "use strict";
4692
4692
  var bind = __webpack_require__("../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js");
4693
4693
  var $TypeError = __webpack_require__("../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/type.js");
@@ -4698,11 +4698,11 @@
4698
4698
  return $actualApply(bind, $call, args);
4699
4699
  };
4700
4700
  },
4701
- "../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/reflectApply.js": function(module1) {
4701
+ "../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/reflectApply.js" (module1) {
4702
4702
  "use strict";
4703
- module1.exports = 'undefined' != typeof Reflect && Reflect && Reflect.apply;
4703
+ module1.exports = "u" > typeof Reflect && Reflect && Reflect.apply;
4704
4704
  },
4705
- "../../node_modules/.pnpm/call-bind@1.0.8/node_modules/call-bind/callBound.js": function(module1, __unused_webpack_exports, __webpack_require__) {
4705
+ "../../node_modules/.pnpm/call-bind@1.0.8/node_modules/call-bind/callBound.js" (module1, __unused_rspack_exports, __webpack_require__) {
4706
4706
  "use strict";
4707
4707
  var GetIntrinsic = __webpack_require__("../../node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js");
4708
4708
  var callBind = __webpack_require__("../../node_modules/.pnpm/call-bind@1.0.8/node_modules/call-bind/index.js");
@@ -4713,7 +4713,7 @@
4713
4713
  return intrinsic;
4714
4714
  };
4715
4715
  },
4716
- "../../node_modules/.pnpm/call-bind@1.0.8/node_modules/call-bind/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
4716
+ "../../node_modules/.pnpm/call-bind@1.0.8/node_modules/call-bind/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
4717
4717
  "use strict";
4718
4718
  var setFunctionLength = __webpack_require__("../../node_modules/.pnpm/set-function-length@1.2.2/node_modules/set-function-length/index.js");
4719
4719
  var $defineProperty = __webpack_require__("../../node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property/index.js");
@@ -4729,7 +4729,7 @@
4729
4729
  });
4730
4730
  else module1.exports.apply = applyBind;
4731
4731
  },
4732
- "../../node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
4732
+ "../../node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
4733
4733
  "use strict";
4734
4734
  var GetIntrinsic = __webpack_require__("../../node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js");
4735
4735
  var callBindBasic = __webpack_require__("../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js");
@@ -4744,7 +4744,7 @@
4744
4744
  return intrinsic;
4745
4745
  };
4746
4746
  },
4747
- "../../node_modules/.pnpm/define-data-property@1.1.4/node_modules/define-data-property/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
4747
+ "../../node_modules/.pnpm/define-data-property@1.1.4/node_modules/define-data-property/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
4748
4748
  "use strict";
4749
4749
  var $defineProperty = __webpack_require__("../../node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property/index.js");
4750
4750
  var $SyntaxError = __webpack_require__("../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/syntax.js");
@@ -4772,7 +4772,7 @@
4772
4772
  else obj[property] = value;
4773
4773
  };
4774
4774
  },
4775
- "../../node_modules/.pnpm/define-properties@1.2.1/node_modules/define-properties/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
4775
+ "../../node_modules/.pnpm/define-properties@1.2.1/node_modules/define-properties/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
4776
4776
  "use strict";
4777
4777
  var keys = __webpack_require__("../../node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/index.js");
4778
4778
  var hasSymbols = 'function' == typeof Symbol && 'symbol' == typeof Symbol('foo');
@@ -4800,7 +4800,7 @@
4800
4800
  defineProperties.supportsDescriptors = !!supportsDescriptors;
4801
4801
  module1.exports = defineProperties;
4802
4802
  },
4803
- "../../node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto/get.js": function(module1, __unused_webpack_exports, __webpack_require__) {
4803
+ "../../node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto/get.js" (module1, __unused_rspack_exports, __webpack_require__) {
4804
4804
  "use strict";
4805
4805
  var callBind = __webpack_require__("../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js");
4806
4806
  var gOPD = __webpack_require__("../../node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/index.js");
@@ -4819,7 +4819,7 @@
4819
4819
  return $getPrototypeOf(null == value ? value : $Object(value));
4820
4820
  } : false;
4821
4821
  },
4822
- "../../node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property/index.js": function(module1) {
4822
+ "../../node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property/index.js" (module1) {
4823
4823
  "use strict";
4824
4824
  var $defineProperty = Object.defineProperty || false;
4825
4825
  if ($defineProperty) try {
@@ -4831,39 +4831,39 @@
4831
4831
  }
4832
4832
  module1.exports = $defineProperty;
4833
4833
  },
4834
- "../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/eval.js": function(module1) {
4834
+ "../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/eval.js" (module1) {
4835
4835
  "use strict";
4836
4836
  module1.exports = EvalError;
4837
4837
  },
4838
- "../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/index.js": function(module1) {
4838
+ "../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/index.js" (module1) {
4839
4839
  "use strict";
4840
4840
  module1.exports = Error;
4841
4841
  },
4842
- "../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/range.js": function(module1) {
4842
+ "../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/range.js" (module1) {
4843
4843
  "use strict";
4844
4844
  module1.exports = RangeError;
4845
4845
  },
4846
- "../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/ref.js": function(module1) {
4846
+ "../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/ref.js" (module1) {
4847
4847
  "use strict";
4848
4848
  module1.exports = ReferenceError;
4849
4849
  },
4850
- "../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/syntax.js": function(module1) {
4850
+ "../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/syntax.js" (module1) {
4851
4851
  "use strict";
4852
4852
  module1.exports = SyntaxError;
4853
4853
  },
4854
- "../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/type.js": function(module1) {
4854
+ "../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/type.js" (module1) {
4855
4855
  "use strict";
4856
4856
  module1.exports = TypeError;
4857
4857
  },
4858
- "../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/uri.js": function(module1) {
4858
+ "../../node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/uri.js" (module1) {
4859
4859
  "use strict";
4860
4860
  module1.exports = URIError;
4861
4861
  },
4862
- "../../node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms/index.js": function(module1) {
4862
+ "../../node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms/index.js" (module1) {
4863
4863
  "use strict";
4864
4864
  module1.exports = Object;
4865
4865
  },
4866
- "../../node_modules/.pnpm/events@3.3.0/node_modules/events/events.js": function(module1) {
4866
+ "../../node_modules/.pnpm/events@3.3.0/node_modules/events/events.js" (module1) {
4867
4867
  "use strict";
4868
4868
  var R = 'object' == typeof Reflect ? Reflect : null;
4869
4869
  var ReflectApply = R && 'function' == typeof R.apply ? R.apply : function(target, receiver, args) {
@@ -5165,7 +5165,7 @@
5165
5165
  else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type ' + typeof emitter);
5166
5166
  }
5167
5167
  },
5168
- "../../node_modules/.pnpm/for-each@0.3.5/node_modules/for-each/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
5168
+ "../../node_modules/.pnpm/for-each@0.3.5/node_modules/for-each/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
5169
5169
  "use strict";
5170
5170
  var isCallable = __webpack_require__("../../node_modules/.pnpm/is-callable@1.2.7/node_modules/is-callable/index.js");
5171
5171
  var toStr = Object.prototype.toString;
@@ -5194,7 +5194,7 @@
5194
5194
  else forEachObject(list, iterator, receiver);
5195
5195
  };
5196
5196
  },
5197
- "../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js": function(module1) {
5197
+ "../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js" (module1) {
5198
5198
  "use strict";
5199
5199
  var ERROR_MESSAGE = 'Function.prototype.bind called on incompatible ';
5200
5200
  var toStr = Object.prototype.toString;
@@ -5245,17 +5245,17 @@
5245
5245
  return bound;
5246
5246
  };
5247
5247
  },
5248
- "../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
5248
+ "../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
5249
5249
  "use strict";
5250
5250
  var implementation = __webpack_require__("../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js");
5251
5251
  module1.exports = Function.prototype.bind || implementation;
5252
5252
  },
5253
- "../../node_modules/.pnpm/generator-function@2.0.1/node_modules/generator-function/index.js": function(module1) {
5253
+ "../../node_modules/.pnpm/generator-function@2.0.1/node_modules/generator-function/index.js" (module1) {
5254
5254
  "use strict";
5255
5255
  const cached = (function*() {}).constructor;
5256
5256
  module1.exports = ()=>cached;
5257
5257
  },
5258
- "../../node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
5258
+ "../../node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
5259
5259
  "use strict";
5260
5260
  var undefined;
5261
5261
  var $Object = __webpack_require__("../../node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms/index.js");
@@ -5303,24 +5303,24 @@
5303
5303
  var $apply = __webpack_require__("../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js");
5304
5304
  var $call = __webpack_require__("../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js");
5305
5305
  var needsEval = {};
5306
- var TypedArray = 'undefined' != typeof Uint8Array && getProto ? getProto(Uint8Array) : undefined;
5306
+ var TypedArray = "u" > typeof Uint8Array && getProto ? getProto(Uint8Array) : undefined;
5307
5307
  var INTRINSICS = {
5308
5308
  __proto__: null,
5309
- '%AggregateError%': 'undefined' == typeof AggregateError ? undefined : AggregateError,
5309
+ '%AggregateError%': "u" < typeof AggregateError ? undefined : AggregateError,
5310
5310
  '%Array%': Array,
5311
- '%ArrayBuffer%': 'undefined' == typeof ArrayBuffer ? undefined : ArrayBuffer,
5311
+ '%ArrayBuffer%': "u" < typeof ArrayBuffer ? undefined : ArrayBuffer,
5312
5312
  '%ArrayIteratorPrototype%': hasSymbols && getProto ? getProto([][Symbol.iterator]()) : undefined,
5313
5313
  '%AsyncFromSyncIteratorPrototype%': undefined,
5314
5314
  '%AsyncFunction%': needsEval,
5315
5315
  '%AsyncGenerator%': needsEval,
5316
5316
  '%AsyncGeneratorFunction%': needsEval,
5317
5317
  '%AsyncIteratorPrototype%': needsEval,
5318
- '%Atomics%': 'undefined' == typeof Atomics ? undefined : Atomics,
5319
- '%BigInt%': 'undefined' == typeof BigInt ? undefined : BigInt,
5320
- '%BigInt64Array%': 'undefined' == typeof BigInt64Array ? undefined : BigInt64Array,
5321
- '%BigUint64Array%': 'undefined' == typeof BigUint64Array ? undefined : BigUint64Array,
5318
+ '%Atomics%': "u" < typeof Atomics ? undefined : Atomics,
5319
+ '%BigInt%': "u" < typeof BigInt ? undefined : BigInt,
5320
+ '%BigInt64Array%': "u" < typeof BigInt64Array ? undefined : BigInt64Array,
5321
+ '%BigUint64Array%': "u" < typeof BigUint64Array ? undefined : BigUint64Array,
5322
5322
  '%Boolean%': Boolean,
5323
- '%DataView%': 'undefined' == typeof DataView ? undefined : DataView,
5323
+ '%DataView%': "u" < typeof DataView ? undefined : DataView,
5324
5324
  '%Date%': Date,
5325
5325
  '%decodeURI%': decodeURI,
5326
5326
  '%decodeURIComponent%': decodeURIComponent,
@@ -5329,36 +5329,36 @@
5329
5329
  '%Error%': $Error,
5330
5330
  '%eval%': eval,
5331
5331
  '%EvalError%': $EvalError,
5332
- '%Float16Array%': 'undefined' == typeof Float16Array ? undefined : Float16Array,
5333
- '%Float32Array%': 'undefined' == typeof Float32Array ? undefined : Float32Array,
5334
- '%Float64Array%': 'undefined' == typeof Float64Array ? undefined : Float64Array,
5335
- '%FinalizationRegistry%': 'undefined' == typeof FinalizationRegistry ? undefined : FinalizationRegistry,
5332
+ '%Float16Array%': "u" < typeof Float16Array ? undefined : Float16Array,
5333
+ '%Float32Array%': "u" < typeof Float32Array ? undefined : Float32Array,
5334
+ '%Float64Array%': "u" < typeof Float64Array ? undefined : Float64Array,
5335
+ '%FinalizationRegistry%': "u" < typeof FinalizationRegistry ? undefined : FinalizationRegistry,
5336
5336
  '%Function%': $Function,
5337
5337
  '%GeneratorFunction%': needsEval,
5338
- '%Int8Array%': 'undefined' == typeof Int8Array ? undefined : Int8Array,
5339
- '%Int16Array%': 'undefined' == typeof Int16Array ? undefined : Int16Array,
5340
- '%Int32Array%': 'undefined' == typeof Int32Array ? undefined : Int32Array,
5338
+ '%Int8Array%': "u" < typeof Int8Array ? undefined : Int8Array,
5339
+ '%Int16Array%': "u" < typeof Int16Array ? undefined : Int16Array,
5340
+ '%Int32Array%': "u" < typeof Int32Array ? undefined : Int32Array,
5341
5341
  '%isFinite%': isFinite,
5342
5342
  '%isNaN%': isNaN,
5343
5343
  '%IteratorPrototype%': hasSymbols && getProto ? getProto(getProto([][Symbol.iterator]())) : undefined,
5344
5344
  '%JSON%': 'object' == typeof JSON ? JSON : undefined,
5345
- '%Map%': 'undefined' == typeof Map ? undefined : Map,
5346
- '%MapIteratorPrototype%': 'undefined' != typeof Map && hasSymbols && getProto ? getProto(new Map()[Symbol.iterator]()) : undefined,
5345
+ '%Map%': "u" < typeof Map ? undefined : Map,
5346
+ '%MapIteratorPrototype%': "u" > typeof Map && hasSymbols && getProto ? getProto(new Map()[Symbol.iterator]()) : undefined,
5347
5347
  '%Math%': Math,
5348
5348
  '%Number%': Number,
5349
5349
  '%Object%': $Object,
5350
5350
  "%Object.getOwnPropertyDescriptor%": $gOPD,
5351
5351
  '%parseFloat%': parseFloat,
5352
5352
  '%parseInt%': parseInt,
5353
- '%Promise%': 'undefined' == typeof Promise ? undefined : Promise,
5354
- '%Proxy%': 'undefined' == typeof Proxy ? undefined : Proxy,
5353
+ '%Promise%': "u" < typeof Promise ? undefined : Promise,
5354
+ '%Proxy%': "u" < typeof Proxy ? undefined : Proxy,
5355
5355
  '%RangeError%': $RangeError,
5356
5356
  '%ReferenceError%': $ReferenceError,
5357
- '%Reflect%': 'undefined' == typeof Reflect ? undefined : Reflect,
5357
+ '%Reflect%': "u" < typeof Reflect ? undefined : Reflect,
5358
5358
  '%RegExp%': RegExp,
5359
- '%Set%': 'undefined' == typeof Set ? undefined : Set,
5360
- '%SetIteratorPrototype%': 'undefined' != typeof Set && hasSymbols && getProto ? getProto(new Set()[Symbol.iterator]()) : undefined,
5361
- '%SharedArrayBuffer%': 'undefined' == typeof SharedArrayBuffer ? undefined : SharedArrayBuffer,
5359
+ '%Set%': "u" < typeof Set ? undefined : Set,
5360
+ '%SetIteratorPrototype%': "u" > typeof Set && hasSymbols && getProto ? getProto(new Set()[Symbol.iterator]()) : undefined,
5361
+ '%SharedArrayBuffer%': "u" < typeof SharedArrayBuffer ? undefined : SharedArrayBuffer,
5362
5362
  '%String%': String,
5363
5363
  '%StringIteratorPrototype%': hasSymbols && getProto ? getProto(''[Symbol.iterator]()) : undefined,
5364
5364
  '%Symbol%': hasSymbols ? Symbol : undefined,
@@ -5366,14 +5366,14 @@
5366
5366
  '%ThrowTypeError%': ThrowTypeError,
5367
5367
  '%TypedArray%': TypedArray,
5368
5368
  '%TypeError%': $TypeError,
5369
- '%Uint8Array%': 'undefined' == typeof Uint8Array ? undefined : Uint8Array,
5370
- '%Uint8ClampedArray%': 'undefined' == typeof Uint8ClampedArray ? undefined : Uint8ClampedArray,
5371
- '%Uint16Array%': 'undefined' == typeof Uint16Array ? undefined : Uint16Array,
5372
- '%Uint32Array%': 'undefined' == typeof Uint32Array ? undefined : Uint32Array,
5369
+ '%Uint8Array%': "u" < typeof Uint8Array ? undefined : Uint8Array,
5370
+ '%Uint8ClampedArray%': "u" < typeof Uint8ClampedArray ? undefined : Uint8ClampedArray,
5371
+ '%Uint16Array%': "u" < typeof Uint16Array ? undefined : Uint16Array,
5372
+ '%Uint32Array%': "u" < typeof Uint32Array ? undefined : Uint32Array,
5373
5373
  '%URIError%': $URIError,
5374
- '%WeakMap%': 'undefined' == typeof WeakMap ? undefined : WeakMap,
5375
- '%WeakRef%': 'undefined' == typeof WeakRef ? undefined : WeakRef,
5376
- '%WeakSet%': 'undefined' == typeof WeakSet ? undefined : WeakSet,
5374
+ '%WeakMap%': "u" < typeof WeakMap ? undefined : WeakMap,
5375
+ '%WeakRef%': "u" < typeof WeakRef ? undefined : WeakRef,
5376
+ '%WeakSet%': "u" < typeof WeakSet ? undefined : WeakSet,
5377
5377
  '%Function.prototype.call%': $call,
5378
5378
  '%Function.prototype.apply%': $apply,
5379
5379
  '%Object.defineProperty%': $defineProperty,
@@ -5709,16 +5709,16 @@
5709
5709
  return value;
5710
5710
  };
5711
5711
  },
5712
- "../../node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.js": function(module1, __unused_webpack_exports, __webpack_require__) {
5712
+ "../../node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.js" (module1, __unused_rspack_exports, __webpack_require__) {
5713
5713
  "use strict";
5714
5714
  var $Object = __webpack_require__("../../node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms/index.js");
5715
5715
  module1.exports = $Object.getPrototypeOf || null;
5716
5716
  },
5717
- "../../node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.js": function(module1) {
5717
+ "../../node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.js" (module1) {
5718
5718
  "use strict";
5719
- module1.exports = 'undefined' != typeof Reflect && Reflect.getPrototypeOf || null;
5719
+ module1.exports = "u" > typeof Reflect && Reflect.getPrototypeOf || null;
5720
5720
  },
5721
- "../../node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
5721
+ "../../node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
5722
5722
  "use strict";
5723
5723
  var reflectGetProto = __webpack_require__("../../node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.js");
5724
5724
  var originalGetProto = __webpack_require__("../../node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.js");
@@ -5732,11 +5732,11 @@
5732
5732
  return getDunderProto(O);
5733
5733
  } : null;
5734
5734
  },
5735
- "../../node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/gOPD.js": function(module1) {
5735
+ "../../node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/gOPD.js" (module1) {
5736
5736
  "use strict";
5737
5737
  module1.exports = Object.getOwnPropertyDescriptor;
5738
5738
  },
5739
- "../../node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
5739
+ "../../node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
5740
5740
  "use strict";
5741
5741
  var $gOPD = __webpack_require__("../../node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/gOPD.js");
5742
5742
  if ($gOPD) try {
@@ -5746,7 +5746,7 @@
5746
5746
  }
5747
5747
  module1.exports = $gOPD;
5748
5748
  },
5749
- "../../node_modules/.pnpm/has-property-descriptors@1.0.2/node_modules/has-property-descriptors/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
5749
+ "../../node_modules/.pnpm/has-property-descriptors@1.0.2/node_modules/has-property-descriptors/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
5750
5750
  "use strict";
5751
5751
  var $defineProperty = __webpack_require__("../../node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property/index.js");
5752
5752
  var hasPropertyDescriptors = function() {
@@ -5764,9 +5764,9 @@
5764
5764
  };
5765
5765
  module1.exports = hasPropertyDescriptors;
5766
5766
  },
5767
- "../../node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
5767
+ "../../node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
5768
5768
  "use strict";
5769
- var origSymbol = 'undefined' != typeof Symbol && Symbol;
5769
+ var origSymbol = "u" > typeof Symbol && Symbol;
5770
5770
  var hasSymbolSham = __webpack_require__("../../node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/shams.js");
5771
5771
  module1.exports = function() {
5772
5772
  if ('function' != typeof origSymbol) return false;
@@ -5776,7 +5776,7 @@
5776
5776
  return hasSymbolSham();
5777
5777
  };
5778
5778
  },
5779
- "../../node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/shams.js": function(module1) {
5779
+ "../../node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/shams.js" (module1) {
5780
5780
  "use strict";
5781
5781
  module1.exports = function() {
5782
5782
  if ('function' != typeof Symbol || 'function' != typeof Object.getOwnPropertySymbols) return false;
@@ -5802,21 +5802,21 @@
5802
5802
  return true;
5803
5803
  };
5804
5804
  },
5805
- "../../node_modules/.pnpm/has-tostringtag@1.0.2/node_modules/has-tostringtag/shams.js": function(module1, __unused_webpack_exports, __webpack_require__) {
5805
+ "../../node_modules/.pnpm/has-tostringtag@1.0.2/node_modules/has-tostringtag/shams.js" (module1, __unused_rspack_exports, __webpack_require__) {
5806
5806
  "use strict";
5807
5807
  var hasSymbols = __webpack_require__("../../node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/shams.js");
5808
5808
  module1.exports = function() {
5809
5809
  return hasSymbols() && !!Symbol.toStringTag;
5810
5810
  };
5811
5811
  },
5812
- "../../node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
5812
+ "../../node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
5813
5813
  "use strict";
5814
5814
  var call = Function.prototype.call;
5815
5815
  var $hasOwn = Object.prototype.hasOwnProperty;
5816
5816
  var bind = __webpack_require__("../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js");
5817
5817
  module1.exports = bind.call(call, $hasOwn);
5818
5818
  },
5819
- "../../node_modules/.pnpm/hh-mm-ss@1.2.0/node_modules/hh-mm-ss/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
5819
+ "../../node_modules/.pnpm/hh-mm-ss@1.2.0/node_modules/hh-mm-ss/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
5820
5820
  "use strict";
5821
5821
  module1.exports = {
5822
5822
  fromMs,
@@ -5914,7 +5914,7 @@
5914
5914
  return (time.negative ? '-' : '') + (showHr ? showMs ? `${hh}:${mm}:${ss}.${sss}` : showSc ? `${hh}:${mm}:${ss}` : `${hh}:${mm}` : showMs ? `${mm}:${ss}.${sss}` : `${mm}:${ss}`);
5915
5915
  }
5916
5916
  },
5917
- "../../node_modules/.pnpm/ieee754@1.2.1/node_modules/ieee754/index.js": function(__unused_webpack_module, exports1) {
5917
+ "../../node_modules/.pnpm/ieee754@1.2.1/node_modules/ieee754/index.js" (__unused_rspack_module, exports1) {
5918
5918
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ exports1.read = function(buffer, offset, isLE, mLen, nBytes) {
5919
5919
  var e, m;
5920
5920
  var eLen = 8 * nBytes - mLen - 1;
@@ -5984,7 +5984,7 @@
5984
5984
  buffer[offset + i - d] |= 128 * s;
5985
5985
  };
5986
5986
  },
5987
- "../../node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js": function(module1) {
5987
+ "../../node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js" (module1) {
5988
5988
  if ('function' == typeof Object.create) module1.exports = function(ctor, superCtor) {
5989
5989
  if (superCtor) {
5990
5990
  ctor.super_ = superCtor;
@@ -6008,7 +6008,7 @@
6008
6008
  }
6009
6009
  };
6010
6010
  },
6011
- "../../node_modules/.pnpm/is-arguments@1.2.0/node_modules/is-arguments/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
6011
+ "../../node_modules/.pnpm/is-arguments@1.2.0/node_modules/is-arguments/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
6012
6012
  "use strict";
6013
6013
  var hasToStringTag = __webpack_require__("../../node_modules/.pnpm/has-tostringtag@1.0.2/node_modules/has-tostringtag/shams.js")();
6014
6014
  var callBound = __webpack_require__("../../node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound/index.js");
@@ -6027,7 +6027,7 @@
6027
6027
  isStandardArguments.isLegacyArguments = isLegacyArguments;
6028
6028
  module1.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
6029
6029
  },
6030
- "../../node_modules/.pnpm/is-callable@1.2.7/node_modules/is-callable/index.js": function(module1) {
6030
+ "../../node_modules/.pnpm/is-callable@1.2.7/node_modules/is-callable/index.js" (module1) {
6031
6031
  "use strict";
6032
6032
  var fnToStr = Function.prototype.toString;
6033
6033
  var reflectApply = 'object' == typeof Reflect && null !== Reflect && Reflect.apply;
@@ -6110,7 +6110,7 @@
6110
6110
  return tryFunctionObject(value);
6111
6111
  };
6112
6112
  },
6113
- "../../node_modules/.pnpm/is-generator-function@1.1.2/node_modules/is-generator-function/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
6113
+ "../../node_modules/.pnpm/is-generator-function@1.1.2/node_modules/is-generator-function/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
6114
6114
  "use strict";
6115
6115
  var callBound = __webpack_require__("../../node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound/index.js");
6116
6116
  var safeRegexTest = __webpack_require__("../../node_modules/.pnpm/safe-regex-test@1.1.0/node_modules/safe-regex-test/index.js");
@@ -6132,13 +6132,13 @@
6132
6132
  return GeneratorFunction && getProto(fn) === GeneratorFunction.prototype;
6133
6133
  };
6134
6134
  },
6135
- "../../node_modules/.pnpm/is-nan@1.3.2/node_modules/is-nan/implementation.js": function(module1) {
6135
+ "../../node_modules/.pnpm/is-nan@1.3.2/node_modules/is-nan/implementation.js" (module1) {
6136
6136
  "use strict";
6137
6137
  module1.exports = function(value) {
6138
6138
  return value !== value;
6139
6139
  };
6140
6140
  },
6141
- "../../node_modules/.pnpm/is-nan@1.3.2/node_modules/is-nan/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
6141
+ "../../node_modules/.pnpm/is-nan@1.3.2/node_modules/is-nan/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
6142
6142
  "use strict";
6143
6143
  var callBind = __webpack_require__("../../node_modules/.pnpm/call-bind@1.0.8/node_modules/call-bind/index.js");
6144
6144
  var define1 = __webpack_require__("../../node_modules/.pnpm/define-properties@1.2.1/node_modules/define-properties/index.js");
@@ -6153,7 +6153,7 @@
6153
6153
  });
6154
6154
  module1.exports = polyfill;
6155
6155
  },
6156
- "../../node_modules/.pnpm/is-nan@1.3.2/node_modules/is-nan/polyfill.js": function(module1, __unused_webpack_exports, __webpack_require__) {
6156
+ "../../node_modules/.pnpm/is-nan@1.3.2/node_modules/is-nan/polyfill.js" (module1, __unused_rspack_exports, __webpack_require__) {
6157
6157
  "use strict";
6158
6158
  var implementation = __webpack_require__("../../node_modules/.pnpm/is-nan@1.3.2/node_modules/is-nan/implementation.js");
6159
6159
  module1.exports = function() {
@@ -6161,7 +6161,7 @@
6161
6161
  return implementation;
6162
6162
  };
6163
6163
  },
6164
- "../../node_modules/.pnpm/is-nan@1.3.2/node_modules/is-nan/shim.js": function(module1, __unused_webpack_exports, __webpack_require__) {
6164
+ "../../node_modules/.pnpm/is-nan@1.3.2/node_modules/is-nan/shim.js" (module1, __unused_rspack_exports, __webpack_require__) {
6165
6165
  "use strict";
6166
6166
  var define1 = __webpack_require__("../../node_modules/.pnpm/define-properties@1.2.1/node_modules/define-properties/index.js");
6167
6167
  var getPolyfill = __webpack_require__("../../node_modules/.pnpm/is-nan@1.3.2/node_modules/is-nan/polyfill.js");
@@ -6177,7 +6177,7 @@
6177
6177
  return polyfill;
6178
6178
  };
6179
6179
  },
6180
- "../../node_modules/.pnpm/is-regex@1.2.1/node_modules/is-regex/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
6180
+ "../../node_modules/.pnpm/is-regex@1.2.1/node_modules/is-regex/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
6181
6181
  "use strict";
6182
6182
  var callBound = __webpack_require__("../../node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound/index.js");
6183
6183
  var hasToStringTag = __webpack_require__("../../node_modules/.pnpm/has-tostringtag@1.0.2/node_modules/has-tostringtag/shams.js")();
@@ -6216,14 +6216,14 @@
6216
6216
  }
6217
6217
  module1.exports = fn;
6218
6218
  },
6219
- "../../node_modules/.pnpm/is-typed-array@1.1.15/node_modules/is-typed-array/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
6219
+ "../../node_modules/.pnpm/is-typed-array@1.1.15/node_modules/is-typed-array/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
6220
6220
  "use strict";
6221
6221
  var whichTypedArray = __webpack_require__("../../node_modules/.pnpm/which-typed-array@1.1.19/node_modules/which-typed-array/index.js");
6222
6222
  module1.exports = function(value) {
6223
6223
  return !!whichTypedArray(value);
6224
6224
  };
6225
6225
  },
6226
- "../../node_modules/.pnpm/json-bigint@1.0.0/node_modules/json-bigint/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
6226
+ "../../node_modules/.pnpm/json-bigint@1.0.0/node_modules/json-bigint/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
6227
6227
  var json_stringify = __webpack_require__("../../node_modules/.pnpm/json-bigint@1.0.0/node_modules/json-bigint/lib/stringify.js").stringify;
6228
6228
  var json_parse = __webpack_require__("../../node_modules/.pnpm/json-bigint@1.0.0/node_modules/json-bigint/lib/parse.js");
6229
6229
  module1.exports = function(options) {
@@ -6235,7 +6235,7 @@
6235
6235
  module1.exports.parse = json_parse();
6236
6236
  module1.exports.stringify = json_stringify;
6237
6237
  },
6238
- "../../node_modules/.pnpm/json-bigint@1.0.0/node_modules/json-bigint/lib/parse.js": function(module1, __unused_webpack_exports, __webpack_require__) {
6238
+ "../../node_modules/.pnpm/json-bigint@1.0.0/node_modules/json-bigint/lib/parse.js" (module1, __unused_rspack_exports, __webpack_require__) {
6239
6239
  var BigNumber = null;
6240
6240
  const suspectProtoRx = /(?:_|\\u005[Ff])(?:_|\\u005[Ff])(?:p|\\u0070)(?:r|\\u0072)(?:o|\\u006[Ff])(?:t|\\u0074)(?:o|\\u006[Ff])(?:_|\\u005[Ff])(?:_|\\u005[Ff])/;
6241
6241
  const suspectConstructorRx = /(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)/;
@@ -6457,7 +6457,7 @@
6457
6457
  };
6458
6458
  module1.exports = json_parse;
6459
6459
  },
6460
- "../../node_modules/.pnpm/json-bigint@1.0.0/node_modules/json-bigint/lib/stringify.js": function(module1, __unused_webpack_exports, __webpack_require__) {
6460
+ "../../node_modules/.pnpm/json-bigint@1.0.0/node_modules/json-bigint/lib/stringify.js" (module1, __unused_rspack_exports, __webpack_require__) {
6461
6461
  var BigNumber = __webpack_require__("../../node_modules/.pnpm/bignumber.js@9.3.1/node_modules/bignumber.js/bignumber.js");
6462
6462
  var JSON1 = module1.exports;
6463
6463
  (function() {
@@ -6533,37 +6533,37 @@
6533
6533
  };
6534
6534
  })();
6535
6535
  },
6536
- "../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/abs.js": function(module1) {
6536
+ "../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/abs.js" (module1) {
6537
6537
  "use strict";
6538
6538
  module1.exports = Math.abs;
6539
6539
  },
6540
- "../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/floor.js": function(module1) {
6540
+ "../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/floor.js" (module1) {
6541
6541
  "use strict";
6542
6542
  module1.exports = Math.floor;
6543
6543
  },
6544
- "../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/isNaN.js": function(module1) {
6544
+ "../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/isNaN.js" (module1) {
6545
6545
  "use strict";
6546
6546
  module1.exports = Number.isNaN || function(a) {
6547
6547
  return a !== a;
6548
6548
  };
6549
6549
  },
6550
- "../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/max.js": function(module1) {
6550
+ "../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/max.js" (module1) {
6551
6551
  "use strict";
6552
6552
  module1.exports = Math.max;
6553
6553
  },
6554
- "../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/min.js": function(module1) {
6554
+ "../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/min.js" (module1) {
6555
6555
  "use strict";
6556
6556
  module1.exports = Math.min;
6557
6557
  },
6558
- "../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/pow.js": function(module1) {
6558
+ "../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/pow.js" (module1) {
6559
6559
  "use strict";
6560
6560
  module1.exports = Math.pow;
6561
6561
  },
6562
- "../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/round.js": function(module1) {
6562
+ "../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/round.js" (module1) {
6563
6563
  "use strict";
6564
6564
  module1.exports = Math.round;
6565
6565
  },
6566
- "../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/sign.js": function(module1, __unused_webpack_exports, __webpack_require__) {
6566
+ "../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/sign.js" (module1, __unused_rspack_exports, __webpack_require__) {
6567
6567
  "use strict";
6568
6568
  var $isNaN = __webpack_require__("../../node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/isNaN.js");
6569
6569
  module1.exports = function(number) {
@@ -6571,7 +6571,7 @@
6571
6571
  return number < 0 ? -1 : 1;
6572
6572
  };
6573
6573
  },
6574
- "../../node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/implementation.js": function(module1) {
6574
+ "../../node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/implementation.js" (module1) {
6575
6575
  "use strict";
6576
6576
  var numberIsNaN = function(value) {
6577
6577
  return value !== value;
@@ -6583,7 +6583,7 @@
6583
6583
  return false;
6584
6584
  };
6585
6585
  },
6586
- "../../node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
6586
+ "../../node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
6587
6587
  "use strict";
6588
6588
  var define1 = __webpack_require__("../../node_modules/.pnpm/define-properties@1.2.1/node_modules/define-properties/index.js");
6589
6589
  var callBind = __webpack_require__("../../node_modules/.pnpm/call-bind@1.0.8/node_modules/call-bind/index.js");
@@ -6598,14 +6598,14 @@
6598
6598
  });
6599
6599
  module1.exports = polyfill;
6600
6600
  },
6601
- "../../node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/polyfill.js": function(module1, __unused_webpack_exports, __webpack_require__) {
6601
+ "../../node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/polyfill.js" (module1, __unused_rspack_exports, __webpack_require__) {
6602
6602
  "use strict";
6603
6603
  var implementation = __webpack_require__("../../node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/implementation.js");
6604
6604
  module1.exports = function() {
6605
6605
  return 'function' == typeof Object.is ? Object.is : implementation;
6606
6606
  };
6607
6607
  },
6608
- "../../node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/shim.js": function(module1, __unused_webpack_exports, __webpack_require__) {
6608
+ "../../node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/shim.js" (module1, __unused_rspack_exports, __webpack_require__) {
6609
6609
  "use strict";
6610
6610
  var getPolyfill = __webpack_require__("../../node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/polyfill.js");
6611
6611
  var define1 = __webpack_require__("../../node_modules/.pnpm/define-properties@1.2.1/node_modules/define-properties/index.js");
@@ -6621,7 +6621,7 @@
6621
6621
  return polyfill;
6622
6622
  };
6623
6623
  },
6624
- "../../node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/implementation.js": function(module1, __unused_webpack_exports, __webpack_require__) {
6624
+ "../../node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/implementation.js" (module1, __unused_rspack_exports, __webpack_require__) {
6625
6625
  "use strict";
6626
6626
  var keysShim;
6627
6627
  if (!Object.keys) {
@@ -6672,7 +6672,7 @@
6672
6672
  $window: true
6673
6673
  };
6674
6674
  var hasAutomationEqualityBug = function() {
6675
- if ('undefined' == typeof window) return false;
6675
+ if ("u" < typeof window) return false;
6676
6676
  for(var k in window)try {
6677
6677
  if (!excludedKeys['$' + k] && has.call(window, k) && null !== window[k] && 'object' == typeof window[k]) try {
6678
6678
  equalsConstructorPrototype(window[k]);
@@ -6685,7 +6685,7 @@
6685
6685
  return false;
6686
6686
  }();
6687
6687
  var equalsConstructorPrototypeIfNotBuggy = function(o) {
6688
- if ('undefined' == typeof window || !hasAutomationEqualityBug) return equalsConstructorPrototype(o);
6688
+ if ("u" < typeof window || !hasAutomationEqualityBug) return equalsConstructorPrototype(o);
6689
6689
  try {
6690
6690
  return equalsConstructorPrototype(o);
6691
6691
  } catch (e) {
@@ -6712,7 +6712,7 @@
6712
6712
  }
6713
6713
  module1.exports = keysShim;
6714
6714
  },
6715
- "../../node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
6715
+ "../../node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
6716
6716
  "use strict";
6717
6717
  var slice = Array.prototype.slice;
6718
6718
  var isArgs = __webpack_require__("../../node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/isArguments.js");
@@ -6736,7 +6736,7 @@
6736
6736
  };
6737
6737
  module1.exports = keysShim;
6738
6738
  },
6739
- "../../node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/isArguments.js": function(module1) {
6739
+ "../../node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/isArguments.js" (module1) {
6740
6740
  "use strict";
6741
6741
  var toStr = Object.prototype.toString;
6742
6742
  module1.exports = function(value) {
@@ -6746,7 +6746,7 @@
6746
6746
  return isArgs;
6747
6747
  };
6748
6748
  },
6749
- "../../node_modules/.pnpm/object.assign@4.1.7/node_modules/object.assign/implementation.js": function(module1, __unused_webpack_exports, __webpack_require__) {
6749
+ "../../node_modules/.pnpm/object.assign@4.1.7/node_modules/object.assign/implementation.js" (module1, __unused_rspack_exports, __webpack_require__) {
6750
6750
  "use strict";
6751
6751
  var objectKeys = __webpack_require__("../../node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/index.js");
6752
6752
  var hasSymbols = __webpack_require__("../../node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/shams.js")();
@@ -6781,7 +6781,7 @@
6781
6781
  return to;
6782
6782
  };
6783
6783
  },
6784
- "../../node_modules/.pnpm/object.assign@4.1.7/node_modules/object.assign/polyfill.js": function(module1, __unused_webpack_exports, __webpack_require__) {
6784
+ "../../node_modules/.pnpm/object.assign@4.1.7/node_modules/object.assign/polyfill.js" (module1, __unused_rspack_exports, __webpack_require__) {
6785
6785
  "use strict";
6786
6786
  var implementation = __webpack_require__("../../node_modules/.pnpm/object.assign@4.1.7/node_modules/object.assign/implementation.js");
6787
6787
  var lacksProperEnumerationOrder = function() {
@@ -6814,9 +6814,9 @@
6814
6814
  return Object.assign;
6815
6815
  };
6816
6816
  },
6817
- "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/utils/common.js": function(__unused_webpack_module, exports1) {
6817
+ "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/utils/common.js" (__unused_rspack_module, exports1) {
6818
6818
  "use strict";
6819
- var TYPED_OK = 'undefined' != typeof Uint8Array && 'undefined' != typeof Uint16Array && 'undefined' != typeof Int32Array;
6819
+ var TYPED_OK = "u" > typeof Uint8Array && "u" > typeof Uint16Array && "u" > typeof Int32Array;
6820
6820
  function _has(obj, key) {
6821
6821
  return Object.prototype.hasOwnProperty.call(obj, key);
6822
6822
  }
@@ -6878,7 +6878,7 @@
6878
6878
  };
6879
6879
  exports1.setTyped(TYPED_OK);
6880
6880
  },
6881
- "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/adler32.js": function(module1) {
6881
+ "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/adler32.js" (module1) {
6882
6882
  "use strict";
6883
6883
  function adler32(adler, buf, len, pos) {
6884
6884
  var s1 = 0xffff & adler, s2 = adler >>> 16 & 0xffff, n = 0;
@@ -6896,7 +6896,7 @@
6896
6896
  }
6897
6897
  module1.exports = adler32;
6898
6898
  },
6899
- "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/constants.js": function(module1) {
6899
+ "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/constants.js" (module1) {
6900
6900
  "use strict";
6901
6901
  module1.exports = {
6902
6902
  Z_NO_FLUSH: 0,
@@ -6928,7 +6928,7 @@
6928
6928
  Z_DEFLATED: 8
6929
6929
  };
6930
6930
  },
6931
- "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/crc32.js": function(module1) {
6931
+ "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/crc32.js" (module1) {
6932
6932
  "use strict";
6933
6933
  function makeTable() {
6934
6934
  var c, table = [];
@@ -6948,7 +6948,7 @@
6948
6948
  }
6949
6949
  module1.exports = crc32;
6950
6950
  },
6951
- "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/deflate.js": function(__unused_webpack_module, exports1, __webpack_require__) {
6951
+ "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/deflate.js" (__unused_rspack_module, exports1, __webpack_require__) {
6952
6952
  "use strict";
6953
6953
  var utils = __webpack_require__("../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/utils/common.js");
6954
6954
  var trees = __webpack_require__("../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/trees.js");
@@ -7784,7 +7784,7 @@
7784
7784
  exports1.deflateSetDictionary = deflateSetDictionary;
7785
7785
  exports1.deflateInfo = 'pako deflate (from Nodeca project)';
7786
7786
  },
7787
- "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/inffast.js": function(module1) {
7787
+ "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/inffast.js" (module1) {
7788
7788
  "use strict";
7789
7789
  var BAD = 30;
7790
7790
  var TYPE = 12;
@@ -7996,7 +7996,7 @@
7996
7996
  state.bits = bits;
7997
7997
  };
7998
7998
  },
7999
- "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/inflate.js": function(__unused_webpack_module, exports1, __webpack_require__) {
7999
+ "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/inflate.js" (__unused_rspack_module, exports1, __webpack_require__) {
8000
8000
  "use strict";
8001
8001
  var utils = __webpack_require__("../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/utils/common.js");
8002
8002
  var adler32 = __webpack_require__("../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/adler32.js");
@@ -9033,7 +9033,7 @@
9033
9033
  exports1.inflateSetDictionary = inflateSetDictionary;
9034
9034
  exports1.inflateInfo = 'pako inflate (from Nodeca project)';
9035
9035
  },
9036
- "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/inftrees.js": function(module1, __unused_webpack_exports, __webpack_require__) {
9036
+ "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/inftrees.js" (module1, __unused_rspack_exports, __webpack_require__) {
9037
9037
  "use strict";
9038
9038
  var utils = __webpack_require__("../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/utils/common.js");
9039
9039
  var MAXBITS = 15;
@@ -9299,7 +9299,7 @@
9299
9299
  return 0;
9300
9300
  };
9301
9301
  },
9302
- "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/messages.js": function(module1) {
9302
+ "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/messages.js" (module1) {
9303
9303
  "use strict";
9304
9304
  module1.exports = {
9305
9305
  2: 'need dictionary',
@@ -9313,7 +9313,7 @@
9313
9313
  '-6': 'incompatible version'
9314
9314
  };
9315
9315
  },
9316
- "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/trees.js": function(__unused_webpack_module, exports1, __webpack_require__) {
9316
+ "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/trees.js" (__unused_rspack_module, exports1, __webpack_require__) {
9317
9317
  "use strict";
9318
9318
  var utils = __webpack_require__("../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/utils/common.js");
9319
9319
  var Z_FIXED = 4;
@@ -9927,7 +9927,7 @@
9927
9927
  exports1._tr_tally = _tr_tally;
9928
9928
  exports1._tr_align = _tr_align;
9929
9929
  },
9930
- "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/zstream.js": function(module1) {
9930
+ "../../node_modules/.pnpm/pako@1.0.11/node_modules/pako/lib/zlib/zstream.js" (module1) {
9931
9931
  "use strict";
9932
9932
  function ZStream() {
9933
9933
  this.input = null;
@@ -9945,7 +9945,7 @@
9945
9945
  }
9946
9946
  module1.exports = ZStream;
9947
9947
  },
9948
- "../../node_modules/.pnpm/possible-typed-array-names@1.1.0/node_modules/possible-typed-array-names/index.js": function(module1) {
9948
+ "../../node_modules/.pnpm/possible-typed-array-names@1.1.0/node_modules/possible-typed-array-names/index.js" (module1) {
9949
9949
  "use strict";
9950
9950
  module1.exports = [
9951
9951
  'Float16Array',
@@ -9962,7 +9962,7 @@
9962
9962
  'BigUint64Array'
9963
9963
  ];
9964
9964
  },
9965
- "../../node_modules/.pnpm/process@0.11.10/node_modules/process/browser.js": function(module1) {
9965
+ "../../node_modules/.pnpm/process@0.11.10/node_modules/process/browser.js" (module1) {
9966
9966
  var process = module1.exports = {};
9967
9967
  var cachedSetTimeout;
9968
9968
  var cachedClearTimeout;
@@ -10088,7 +10088,7 @@
10088
10088
  return 0;
10089
10089
  };
10090
10090
  },
10091
- "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/errors-browser.js": function(module1) {
10091
+ "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/errors-browser.js" (module1) {
10092
10092
  "use strict";
10093
10093
  function _inheritsLoose(subClass, superClass) {
10094
10094
  subClass.prototype = Object.create(superClass.prototype);
@@ -10171,7 +10171,7 @@
10171
10171
  createErrorType('ERR_STREAM_UNSHIFT_AFTER_END_EVENT', 'stream.unshift() after end event');
10172
10172
  module1.exports.codes = codes;
10173
10173
  },
10174
- "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_duplex.js": function(module1, __unused_webpack_exports, __webpack_require__) {
10174
+ "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_duplex.js" (module1, __unused_rspack_exports, __webpack_require__) {
10175
10175
  "use strict";
10176
10176
  var process = __webpack_require__("../../node_modules/.pnpm/process@0.11.10/node_modules/process/browser.js");
10177
10177
  var objectKeys = Object.keys || function(obj) {
@@ -10240,7 +10240,7 @@
10240
10240
  }
10241
10241
  });
10242
10242
  },
10243
- "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_passthrough.js": function(module1, __unused_webpack_exports, __webpack_require__) {
10243
+ "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_passthrough.js" (module1, __unused_rspack_exports, __webpack_require__) {
10244
10244
  "use strict";
10245
10245
  module1.exports = PassThrough;
10246
10246
  var Transform = __webpack_require__("../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_transform.js");
@@ -10253,7 +10253,7 @@
10253
10253
  cb(null, chunk);
10254
10254
  };
10255
10255
  },
10256
- "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_readable.js": function(module1, __unused_webpack_exports, __webpack_require__) {
10256
+ "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_readable.js" (module1, __unused_rspack_exports, __webpack_require__) {
10257
10257
  "use strict";
10258
10258
  var process = __webpack_require__("../../node_modules/.pnpm/process@0.11.10/node_modules/process/browser.js");
10259
10259
  module1.exports = Readable;
@@ -10265,14 +10265,14 @@
10265
10265
  };
10266
10266
  var Stream = __webpack_require__("../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/stream-browser.js");
10267
10267
  var Buffer = __webpack_require__("../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.js").Buffer;
10268
- var OurUint8Array = (void 0 !== __webpack_require__.g ? __webpack_require__.g : 'undefined' != typeof window ? window : 'undefined' != typeof self ? self : {}).Uint8Array || function() {};
10268
+ var OurUint8Array = (void 0 !== __webpack_require__.g ? __webpack_require__.g : "u" > typeof window ? window : "u" > typeof self ? self : {}).Uint8Array || function() {};
10269
10269
  function _uint8ArrayToBuffer(chunk) {
10270
10270
  return Buffer.from(chunk);
10271
10271
  }
10272
10272
  function _isUint8Array(obj) {
10273
10273
  return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;
10274
10274
  }
10275
- var debugUtil = __webpack_require__("?14dd");
10275
+ var debugUtil = __webpack_require__("?8beb");
10276
10276
  var debug;
10277
10277
  debug = debugUtil && debugUtil.debuglog ? debugUtil.debuglog('stream') : function() {};
10278
10278
  var BufferList = __webpack_require__("../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/buffer_list.js");
@@ -10914,7 +10914,7 @@
10914
10914
  return -1;
10915
10915
  }
10916
10916
  },
10917
- "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_transform.js": function(module1, __unused_webpack_exports, __webpack_require__) {
10917
+ "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_transform.js" (module1, __unused_rspack_exports, __webpack_require__) {
10918
10918
  "use strict";
10919
10919
  module1.exports = Transform;
10920
10920
  var _require$codes = __webpack_require__("../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/errors-browser.js").codes, ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED, ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK, ERR_TRANSFORM_ALREADY_TRANSFORMING = _require$codes.ERR_TRANSFORM_ALREADY_TRANSFORMING, ERR_TRANSFORM_WITH_LENGTH_0 = _require$codes.ERR_TRANSFORM_WITH_LENGTH_0;
@@ -10997,7 +10997,7 @@
10997
10997
  return stream.push(null);
10998
10998
  }
10999
10999
  },
11000
- "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_writable.js": function(module1, __unused_webpack_exports, __webpack_require__) {
11000
+ "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_writable.js" (module1, __unused_rspack_exports, __webpack_require__) {
11001
11001
  "use strict";
11002
11002
  var process = __webpack_require__("../../node_modules/.pnpm/process@0.11.10/node_modules/process/browser.js");
11003
11003
  module1.exports = Writable;
@@ -11016,7 +11016,7 @@
11016
11016
  };
11017
11017
  var Stream = __webpack_require__("../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/stream-browser.js");
11018
11018
  var Buffer = __webpack_require__("../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.js").Buffer;
11019
- var OurUint8Array = (void 0 !== __webpack_require__.g ? __webpack_require__.g : 'undefined' != typeof window ? window : 'undefined' != typeof self ? self : {}).Uint8Array || function() {};
11019
+ var OurUint8Array = (void 0 !== __webpack_require__.g ? __webpack_require__.g : "u" > typeof window ? window : "u" > typeof self ? self : {}).Uint8Array || function() {};
11020
11020
  function _uint8ArrayToBuffer(chunk) {
11021
11021
  return Buffer.from(chunk);
11022
11022
  }
@@ -11421,7 +11421,7 @@
11421
11421
  cb(err);
11422
11422
  };
11423
11423
  },
11424
- "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/async_iterator.js": function(module1, __unused_webpack_exports, __webpack_require__) {
11424
+ "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/async_iterator.js" (module1, __unused_rspack_exports, __webpack_require__) {
11425
11425
  "use strict";
11426
11426
  var process = __webpack_require__("../../node_modules/.pnpm/process@0.11.10/node_modules/process/browser.js");
11427
11427
  var _Object$setPrototypeO;
@@ -11584,7 +11584,7 @@
11584
11584
  };
11585
11585
  module1.exports = createReadableStreamAsyncIterator;
11586
11586
  },
11587
- "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/buffer_list.js": function(module1, __unused_webpack_exports, __webpack_require__) {
11587
+ "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/buffer_list.js" (module1, __unused_rspack_exports, __webpack_require__) {
11588
11588
  "use strict";
11589
11589
  function ownKeys(object, enumerableOnly) {
11590
11590
  var keys = Object.keys(object);
@@ -11653,7 +11653,7 @@
11653
11653
  return ("string" === hint ? String : Number)(input);
11654
11654
  }
11655
11655
  var _require = __webpack_require__("../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.js"), Buffer = _require.Buffer;
11656
- var _require2 = __webpack_require__("?fe28"), inspect = _require2.inspect;
11656
+ var _require2 = __webpack_require__("?c028"), inspect = _require2.inspect;
11657
11657
  var custom = inspect && inspect.custom || 'inspect';
11658
11658
  function copyBuffer(src, target, offset) {
11659
11659
  Buffer.prototype.copy.call(src, target, offset);
@@ -11824,7 +11824,7 @@
11824
11824
  return BufferList;
11825
11825
  }();
11826
11826
  },
11827
- "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/destroy.js": function(module1, __unused_webpack_exports, __webpack_require__) {
11827
+ "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/destroy.js" (module1, __unused_rspack_exports, __webpack_require__) {
11828
11828
  "use strict";
11829
11829
  var process = __webpack_require__("../../node_modules/.pnpm/process@0.11.10/node_modules/process/browser.js");
11830
11830
  function destroy(err, cb) {
@@ -11898,7 +11898,7 @@
11898
11898
  errorOrDestroy: errorOrDestroy
11899
11899
  };
11900
11900
  },
11901
- "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/end-of-stream.js": function(module1, __unused_webpack_exports, __webpack_require__) {
11901
+ "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/end-of-stream.js" (module1, __unused_rspack_exports, __webpack_require__) {
11902
11902
  "use strict";
11903
11903
  var ERR_STREAM_PREMATURE_CLOSE = __webpack_require__("../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/errors-browser.js").codes.ERR_STREAM_PREMATURE_CLOSE;
11904
11904
  function once(callback) {
@@ -11980,12 +11980,12 @@
11980
11980
  }
11981
11981
  module1.exports = eos;
11982
11982
  },
11983
- "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/from-browser.js": function(module1) {
11983
+ "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/from-browser.js" (module1) {
11984
11984
  module1.exports = function() {
11985
11985
  throw new Error('Readable.from is not available in the browser');
11986
11986
  };
11987
11987
  },
11988
- "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/pipeline.js": function(module1, __unused_webpack_exports, __webpack_require__) {
11988
+ "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/pipeline.js" (module1, __unused_rspack_exports, __webpack_require__) {
11989
11989
  "use strict";
11990
11990
  var eos;
11991
11991
  function once(callback) {
@@ -12060,7 +12060,7 @@
12060
12060
  }
12061
12061
  module1.exports = pipeline;
12062
12062
  },
12063
- "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/state.js": function(module1, __unused_webpack_exports, __webpack_require__) {
12063
+ "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/state.js" (module1, __unused_rspack_exports, __webpack_require__) {
12064
12064
  "use strict";
12065
12065
  var ERR_INVALID_OPT_VALUE = __webpack_require__("../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/errors-browser.js").codes.ERR_INVALID_OPT_VALUE;
12066
12066
  function highWaterMarkFrom(options, isDuplex, duplexKey) {
@@ -12081,10 +12081,10 @@
12081
12081
  getHighWaterMark: getHighWaterMark
12082
12082
  };
12083
12083
  },
12084
- "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/stream-browser.js": function(module1, __unused_webpack_exports, __webpack_require__) {
12084
+ "../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/stream-browser.js" (module1, __unused_rspack_exports, __webpack_require__) {
12085
12085
  module1.exports = __webpack_require__("../../node_modules/.pnpm/events@3.3.0/node_modules/events/events.js").EventEmitter;
12086
12086
  },
12087
- "../../node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.js": function(module1, exports1, __webpack_require__) {
12087
+ "../../node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.js" (module1, exports1, __webpack_require__) {
12088
12088
  /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */ var buffer = __webpack_require__("../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.js");
12089
12089
  var Buffer = buffer.Buffer;
12090
12090
  function copyProps(src, dst) {
@@ -12121,7 +12121,7 @@
12121
12121
  return buffer.SlowBuffer(size);
12122
12122
  };
12123
12123
  },
12124
- "../../node_modules/.pnpm/safe-regex-test@1.1.0/node_modules/safe-regex-test/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
12124
+ "../../node_modules/.pnpm/safe-regex-test@1.1.0/node_modules/safe-regex-test/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
12125
12125
  "use strict";
12126
12126
  var callBound = __webpack_require__("../../node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound/index.js");
12127
12127
  var isRegex = __webpack_require__("../../node_modules/.pnpm/is-regex@1.2.1/node_modules/is-regex/index.js");
@@ -12134,7 +12134,7 @@
12134
12134
  };
12135
12135
  };
12136
12136
  },
12137
- "../../node_modules/.pnpm/set-function-length@1.2.2/node_modules/set-function-length/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
12137
+ "../../node_modules/.pnpm/set-function-length@1.2.2/node_modules/set-function-length/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
12138
12138
  "use strict";
12139
12139
  var GetIntrinsic = __webpack_require__("../../node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js");
12140
12140
  var define1 = __webpack_require__("../../node_modules/.pnpm/define-data-property@1.1.4/node_modules/define-data-property/index.js");
@@ -12157,7 +12157,7 @@
12157
12157
  return fn;
12158
12158
  };
12159
12159
  },
12160
- "../../node_modules/.pnpm/stream-browserify@3.0.0/node_modules/stream-browserify/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
12160
+ "../../node_modules/.pnpm/stream-browserify@3.0.0/node_modules/stream-browserify/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
12161
12161
  module1.exports = Stream;
12162
12162
  var EE = __webpack_require__("../../node_modules/.pnpm/events@3.3.0/node_modules/events/events.js").EventEmitter;
12163
12163
  var inherits = __webpack_require__("../../node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js");
@@ -12224,7 +12224,7 @@
12224
12224
  return dest;
12225
12225
  };
12226
12226
  },
12227
- "../../node_modules/.pnpm/string_decoder@1.3.0/node_modules/string_decoder/lib/string_decoder.js": function(__unused_webpack_module, exports1, __webpack_require__) {
12227
+ "../../node_modules/.pnpm/string_decoder@1.3.0/node_modules/string_decoder/lib/string_decoder.js" (__unused_rspack_module, exports1, __webpack_require__) {
12228
12228
  "use strict";
12229
12229
  var Buffer = __webpack_require__("../../node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.js").Buffer;
12230
12230
  var isEncoding = Buffer.isEncoding || function(encoding) {
@@ -12451,7 +12451,7 @@
12451
12451
  return buf && buf.length ? this.write(buf) : '';
12452
12452
  }
12453
12453
  },
12454
- "../../node_modules/.pnpm/util-deprecate@1.0.2/node_modules/util-deprecate/browser.js": function(module1, __unused_webpack_exports, __webpack_require__) {
12454
+ "../../node_modules/.pnpm/util-deprecate@1.0.2/node_modules/util-deprecate/browser.js" (module1, __unused_rspack_exports, __webpack_require__) {
12455
12455
  module1.exports = deprecate;
12456
12456
  function deprecate(fn, msg) {
12457
12457
  if (config('noDeprecation')) return fn;
@@ -12478,12 +12478,12 @@
12478
12478
  return 'true' === String(val).toLowerCase();
12479
12479
  }
12480
12480
  },
12481
- "../../node_modules/.pnpm/util@0.12.5/node_modules/util/support/isBufferBrowser.js": function(module1) {
12481
+ "../../node_modules/.pnpm/util@0.12.5/node_modules/util/support/isBufferBrowser.js" (module1) {
12482
12482
  module1.exports = function(arg) {
12483
12483
  return arg && 'object' == typeof arg && 'function' == typeof arg.copy && 'function' == typeof arg.fill && 'function' == typeof arg.readUInt8;
12484
12484
  };
12485
12485
  },
12486
- "../../node_modules/.pnpm/util@0.12.5/node_modules/util/support/types.js": function(__unused_webpack_module, exports1, __webpack_require__) {
12486
+ "../../node_modules/.pnpm/util@0.12.5/node_modules/util/support/types.js" (__unused_rspack_module, exports1, __webpack_require__) {
12487
12487
  "use strict";
12488
12488
  var isArgumentsObject = __webpack_require__("../../node_modules/.pnpm/is-arguments@1.2.0/node_modules/is-arguments/index.js");
12489
12489
  var isGeneratorFunction = __webpack_require__("../../node_modules/.pnpm/is-generator-function@1.1.2/node_modules/is-generator-function/index.js");
@@ -12492,8 +12492,8 @@
12492
12492
  function uncurryThis(f) {
12493
12493
  return f.call.bind(f);
12494
12494
  }
12495
- var BigIntSupported = 'undefined' != typeof BigInt;
12496
- var SymbolSupported = 'undefined' != typeof Symbol;
12495
+ var BigIntSupported = "u" > typeof BigInt;
12496
+ var SymbolSupported = "u" > typeof Symbol;
12497
12497
  var ObjectToString = uncurryThis(Object.prototype.toString);
12498
12498
  var numberValue = uncurryThis(Number.prototype.valueOf);
12499
12499
  var stringValue = uncurryThis(String.prototype.valueOf);
@@ -12513,11 +12513,11 @@
12513
12513
  exports1.isGeneratorFunction = isGeneratorFunction;
12514
12514
  exports1.isTypedArray = isTypedArray;
12515
12515
  function isPromise(input) {
12516
- return 'undefined' != typeof Promise && input instanceof Promise || null !== input && 'object' == typeof input && 'function' == typeof input.then && 'function' == typeof input.catch;
12516
+ return "u" > typeof Promise && input instanceof Promise || null !== input && 'object' == typeof input && 'function' == typeof input.then && 'function' == typeof input.catch;
12517
12517
  }
12518
12518
  exports1.isPromise = isPromise;
12519
12519
  function isArrayBufferView(value) {
12520
- if ('undefined' != typeof ArrayBuffer && ArrayBuffer.isView) return ArrayBuffer.isView(value);
12520
+ if ("u" > typeof ArrayBuffer && ArrayBuffer.isView) return ArrayBuffer.isView(value);
12521
12521
  return isTypedArray(value) || isDataView(value);
12522
12522
  }
12523
12523
  exports1.isArrayBufferView = isArrayBufferView;
@@ -12568,34 +12568,34 @@
12568
12568
  function isMapToString(value) {
12569
12569
  return '[object Map]' === ObjectToString(value);
12570
12570
  }
12571
- isMapToString.working = 'undefined' != typeof Map && isMapToString(new Map());
12571
+ isMapToString.working = "u" > typeof Map && isMapToString(new Map());
12572
12572
  function isMap(value) {
12573
- if ('undefined' == typeof Map) return false;
12573
+ if ("u" < typeof Map) return false;
12574
12574
  return isMapToString.working ? isMapToString(value) : value instanceof Map;
12575
12575
  }
12576
12576
  exports1.isMap = isMap;
12577
12577
  function isSetToString(value) {
12578
12578
  return '[object Set]' === ObjectToString(value);
12579
12579
  }
12580
- isSetToString.working = 'undefined' != typeof Set && isSetToString(new Set());
12580
+ isSetToString.working = "u" > typeof Set && isSetToString(new Set());
12581
12581
  function isSet(value) {
12582
- if ('undefined' == typeof Set) return false;
12582
+ if ("u" < typeof Set) return false;
12583
12583
  return isSetToString.working ? isSetToString(value) : value instanceof Set;
12584
12584
  }
12585
12585
  exports1.isSet = isSet;
12586
12586
  function isWeakMapToString(value) {
12587
12587
  return '[object WeakMap]' === ObjectToString(value);
12588
12588
  }
12589
- isWeakMapToString.working = 'undefined' != typeof WeakMap && isWeakMapToString(new WeakMap());
12589
+ isWeakMapToString.working = "u" > typeof WeakMap && isWeakMapToString(new WeakMap());
12590
12590
  function isWeakMap(value) {
12591
- if ('undefined' == typeof WeakMap) return false;
12591
+ if ("u" < typeof WeakMap) return false;
12592
12592
  return isWeakMapToString.working ? isWeakMapToString(value) : value instanceof WeakMap;
12593
12593
  }
12594
12594
  exports1.isWeakMap = isWeakMap;
12595
12595
  function isWeakSetToString(value) {
12596
12596
  return '[object WeakSet]' === ObjectToString(value);
12597
12597
  }
12598
- isWeakSetToString.working = 'undefined' != typeof WeakSet && isWeakSetToString(new WeakSet());
12598
+ isWeakSetToString.working = "u" > typeof WeakSet && isWeakSetToString(new WeakSet());
12599
12599
  function isWeakSet(value) {
12600
12600
  return isWeakSetToString(value);
12601
12601
  }
@@ -12603,22 +12603,22 @@
12603
12603
  function isArrayBufferToString(value) {
12604
12604
  return '[object ArrayBuffer]' === ObjectToString(value);
12605
12605
  }
12606
- isArrayBufferToString.working = 'undefined' != typeof ArrayBuffer && isArrayBufferToString(new ArrayBuffer());
12606
+ isArrayBufferToString.working = "u" > typeof ArrayBuffer && isArrayBufferToString(new ArrayBuffer());
12607
12607
  function isArrayBuffer(value) {
12608
- if ('undefined' == typeof ArrayBuffer) return false;
12608
+ if ("u" < typeof ArrayBuffer) return false;
12609
12609
  return isArrayBufferToString.working ? isArrayBufferToString(value) : value instanceof ArrayBuffer;
12610
12610
  }
12611
12611
  exports1.isArrayBuffer = isArrayBuffer;
12612
12612
  function isDataViewToString(value) {
12613
12613
  return '[object DataView]' === ObjectToString(value);
12614
12614
  }
12615
- isDataViewToString.working = 'undefined' != typeof ArrayBuffer && 'undefined' != typeof DataView && isDataViewToString(new DataView(new ArrayBuffer(1), 0, 1));
12615
+ isDataViewToString.working = "u" > typeof ArrayBuffer && "u" > typeof DataView && isDataViewToString(new DataView(new ArrayBuffer(1), 0, 1));
12616
12616
  function isDataView(value) {
12617
- if ('undefined' == typeof DataView) return false;
12617
+ if ("u" < typeof DataView) return false;
12618
12618
  return isDataViewToString.working ? isDataViewToString(value) : value instanceof DataView;
12619
12619
  }
12620
12620
  exports1.isDataView = isDataView;
12621
- var SharedArrayBufferCopy = 'undefined' != typeof SharedArrayBuffer ? SharedArrayBuffer : void 0;
12621
+ var SharedArrayBufferCopy = "u" > typeof SharedArrayBuffer ? SharedArrayBuffer : void 0;
12622
12622
  function isSharedArrayBufferToString(value) {
12623
12623
  return '[object SharedArrayBuffer]' === ObjectToString(value);
12624
12624
  }
@@ -12673,7 +12673,7 @@
12673
12673
  }
12674
12674
  exports1.isBoxedPrimitive = isBoxedPrimitive;
12675
12675
  function isAnyArrayBuffer(value) {
12676
- return 'undefined' != typeof Uint8Array && (isArrayBuffer(value) || isSharedArrayBuffer(value));
12676
+ return "u" > typeof Uint8Array && (isArrayBuffer(value) || isSharedArrayBuffer(value));
12677
12677
  }
12678
12678
  exports1.isAnyArrayBuffer = isAnyArrayBuffer;
12679
12679
  [
@@ -12689,7 +12689,7 @@
12689
12689
  });
12690
12690
  });
12691
12691
  },
12692
- "../../node_modules/.pnpm/util@0.12.5/node_modules/util/util.js": function(__unused_webpack_module, exports1, __webpack_require__) {
12692
+ "../../node_modules/.pnpm/util@0.12.5/node_modules/util/util.js" (__unused_rspack_module, exports1, __webpack_require__) {
12693
12693
  var process = __webpack_require__("../../node_modules/.pnpm/process@0.11.10/node_modules/process/browser.js");
12694
12694
  var getOwnPropertyDescriptors = Object.getOwnPropertyDescriptors || function(obj) {
12695
12695
  var keys = Object.keys(obj);
@@ -13079,7 +13079,7 @@
13079
13079
  function hasOwnProperty(obj, prop) {
13080
13080
  return Object.prototype.hasOwnProperty.call(obj, prop);
13081
13081
  }
13082
- var kCustomPromisifiedSymbol = 'undefined' != typeof Symbol ? Symbol('util.promisify.custom') : void 0;
13082
+ var kCustomPromisifiedSymbol = "u" > typeof Symbol ? Symbol('util.promisify.custom') : void 0;
13083
13083
  exports1.promisify = function(original) {
13084
13084
  if ('function' != typeof original) throw new TypeError('The "original" argument must be of type Function');
13085
13085
  if (kCustomPromisifiedSymbol && original[kCustomPromisifiedSymbol]) {
@@ -13153,13 +13153,13 @@
13153
13153
  }
13154
13154
  exports1.callbackify = callbackify;
13155
13155
  },
13156
- "../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/isByteLength.js": function(module1, exports1, __webpack_require__) {
13156
+ "../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/isByteLength.js" (module1, exports1, __webpack_require__) {
13157
13157
  "use strict";
13158
13158
  Object.defineProperty(exports1, "__esModule", {
13159
13159
  value: true
13160
13160
  });
13161
13161
  exports1["default"] = isByteLength;
13162
- var _assertString = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/util/assertString.js"));
13162
+ var _assertString = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/util/assertString.js"));
13163
13163
  function _interopRequireDefault(e) {
13164
13164
  return e && e.__esModule ? e : {
13165
13165
  default: e
@@ -13189,18 +13189,18 @@
13189
13189
  module1.exports = exports1["default"];
13190
13190
  module1.exports["default"] = exports1["default"];
13191
13191
  },
13192
- "../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/isEmail.js": function(module1, exports1, __webpack_require__) {
13192
+ "../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/isEmail.js" (module1, exports1, __webpack_require__) {
13193
13193
  "use strict";
13194
13194
  Object.defineProperty(exports1, "__esModule", {
13195
13195
  value: true
13196
13196
  });
13197
13197
  exports1["default"] = isEmail;
13198
- var _assertString = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/util/assertString.js"));
13199
- var _checkHost = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/util/checkHost.js"));
13200
- var _isByteLength = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/isByteLength.js"));
13201
- var _isFQDN = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/isFQDN.js"));
13202
- var _isIP = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/isIP.js"));
13203
- var _merge = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/util/merge.js"));
13198
+ var _assertString = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/util/assertString.js"));
13199
+ var _checkHost = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/util/checkHost.js"));
13200
+ var _isByteLength = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/isByteLength.js"));
13201
+ var _isFQDN = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/isFQDN.js"));
13202
+ var _isIP = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/isIP.js"));
13203
+ var _merge = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/util/merge.js"));
13204
13204
  function _interopRequireDefault(e) {
13205
13205
  return e && e.__esModule ? e : {
13206
13206
  default: e
@@ -13296,14 +13296,14 @@
13296
13296
  module1.exports = exports1["default"];
13297
13297
  module1.exports["default"] = exports1["default"];
13298
13298
  },
13299
- "../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/isFQDN.js": function(module1, exports1, __webpack_require__) {
13299
+ "../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/isFQDN.js" (module1, exports1, __webpack_require__) {
13300
13300
  "use strict";
13301
13301
  Object.defineProperty(exports1, "__esModule", {
13302
13302
  value: true
13303
13303
  });
13304
13304
  exports1["default"] = isFQDN;
13305
- var _assertString = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/util/assertString.js"));
13306
- var _merge = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/util/merge.js"));
13305
+ var _assertString = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/util/assertString.js"));
13306
+ var _merge = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/util/merge.js"));
13307
13307
  function _interopRequireDefault(e) {
13308
13308
  return e && e.__esModule ? e : {
13309
13309
  default: e
@@ -13342,13 +13342,13 @@
13342
13342
  module1.exports = exports1["default"];
13343
13343
  module1.exports["default"] = exports1["default"];
13344
13344
  },
13345
- "../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/isIP.js": function(module1, exports1, __webpack_require__) {
13345
+ "../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/isIP.js" (module1, exports1, __webpack_require__) {
13346
13346
  "use strict";
13347
13347
  Object.defineProperty(exports1, "__esModule", {
13348
13348
  value: true
13349
13349
  });
13350
13350
  exports1["default"] = isIP;
13351
- var _assertString = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/util/assertString.js"));
13351
+ var _assertString = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/util/assertString.js"));
13352
13352
  function _interopRequireDefault(e) {
13353
13353
  return e && e.__esModule ? e : {
13354
13354
  default: e
@@ -13382,15 +13382,15 @@
13382
13382
  module1.exports = exports1["default"];
13383
13383
  module1.exports["default"] = exports1["default"];
13384
13384
  },
13385
- "../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/isJSON.js": function(module1, exports1, __webpack_require__) {
13385
+ "../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/isJSON.js" (module1, exports1, __webpack_require__) {
13386
13386
  "use strict";
13387
13387
  Object.defineProperty(exports1, "__esModule", {
13388
13388
  value: true
13389
13389
  });
13390
13390
  exports1["default"] = isJSON;
13391
- var _assertString = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/util/assertString.js"));
13392
- var _includesArray = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/util/includesArray.js"));
13393
- var _merge = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/util/merge.js"));
13391
+ var _assertString = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/util/assertString.js"));
13392
+ var _includesArray = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/util/includesArray.js"));
13393
+ var _merge = _interopRequireDefault(__webpack_require__("../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/util/merge.js"));
13394
13394
  function _interopRequireDefault(e) {
13395
13395
  return e && e.__esModule ? e : {
13396
13396
  default: e
@@ -13424,7 +13424,7 @@
13424
13424
  module1.exports = exports1["default"];
13425
13425
  module1.exports["default"] = exports1["default"];
13426
13426
  },
13427
- "../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/util/assertString.js": function(module1, exports1) {
13427
+ "../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/util/assertString.js" (module1, exports1) {
13428
13428
  "use strict";
13429
13429
  Object.defineProperty(exports1, "__esModule", {
13430
13430
  value: true
@@ -13437,7 +13437,7 @@
13437
13437
  module1.exports = exports1["default"];
13438
13438
  module1.exports["default"] = exports1["default"];
13439
13439
  },
13440
- "../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/util/checkHost.js": function(module1, exports1) {
13440
+ "../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/util/checkHost.js" (module1, exports1) {
13441
13441
  "use strict";
13442
13442
  Object.defineProperty(exports1, "__esModule", {
13443
13443
  value: true
@@ -13456,7 +13456,7 @@
13456
13456
  module1.exports = exports1["default"];
13457
13457
  module1.exports["default"] = exports1["default"];
13458
13458
  },
13459
- "../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/util/includesArray.js": function(module1, exports1) {
13459
+ "../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/util/includesArray.js" (module1, exports1) {
13460
13460
  "use strict";
13461
13461
  Object.defineProperty(exports1, "__esModule", {
13462
13462
  value: true
@@ -13471,7 +13471,7 @@
13471
13471
  module1.exports = exports1["default"];
13472
13472
  module1.exports["default"] = exports1["default"];
13473
13473
  },
13474
- "../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/util/merge.js": function(module1, exports1) {
13474
+ "../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/util/merge.js" (module1, exports1) {
13475
13475
  "use strict";
13476
13476
  Object.defineProperty(exports1, "__esModule", {
13477
13477
  value: true
@@ -13486,7 +13486,7 @@
13486
13486
  module1.exports = exports1["default"];
13487
13487
  module1.exports["default"] = exports1["default"];
13488
13488
  },
13489
- "../../node_modules/.pnpm/which-typed-array@1.1.19/node_modules/which-typed-array/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
13489
+ "../../node_modules/.pnpm/which-typed-array@1.1.19/node_modules/which-typed-array/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
13490
13490
  "use strict";
13491
13491
  var forEach = __webpack_require__("../../node_modules/.pnpm/for-each@0.3.5/node_modules/for-each/index.js");
13492
13492
  var availableTypedArrays = __webpack_require__("../../node_modules/.pnpm/available-typed-arrays@1.0.7/node_modules/available-typed-arrays/index.js");
@@ -13496,7 +13496,7 @@
13496
13496
  var getProto = __webpack_require__("../../node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/index.js");
13497
13497
  var $toString = callBound('Object.prototype.toString');
13498
13498
  var hasToStringTag = __webpack_require__("../../node_modules/.pnpm/has-tostringtag@1.0.2/node_modules/has-tostringtag/shams.js")();
13499
- var g = 'undefined' == typeof globalThis ? __webpack_require__.g : globalThis;
13499
+ var g = "u" < typeof globalThis ? __webpack_require__.g : globalThis;
13500
13500
  var typedArrays = availableTypedArrays();
13501
13501
  var $slice = callBound('String.prototype.slice');
13502
13502
  var $indexOf = callBound('Array.prototype.indexOf', true) || function(array, value) {
@@ -13553,7 +13553,7 @@
13553
13553
  return tryTypedArrays(value);
13554
13554
  };
13555
13555
  },
13556
- "../../node_modules/.pnpm/zero-fill@2.2.4/node_modules/zero-fill/index.js": function(module1) {
13556
+ "../../node_modules/.pnpm/zero-fill@2.2.4/node_modules/zero-fill/index.js" (module1) {
13557
13557
  /*! zero-fill. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */ module1.exports = function zeroFill(width, number, pad) {
13558
13558
  if (void 0 === number) return function(number, pad) {
13559
13559
  return zeroFill(width, number, pad);
@@ -13564,19 +13564,19 @@
13564
13564
  return number + '';
13565
13565
  };
13566
13566
  },
13567
- "?fe28": function() {},
13568
- "?14dd": function() {},
13569
- "../../node_modules/.pnpm/available-typed-arrays@1.0.7/node_modules/available-typed-arrays/index.js": function(module1, __unused_webpack_exports, __webpack_require__) {
13567
+ "?c028" () {},
13568
+ "?8beb" () {},
13569
+ "../../node_modules/.pnpm/available-typed-arrays@1.0.7/node_modules/available-typed-arrays/index.js" (module1, __unused_rspack_exports, __webpack_require__) {
13570
13570
  "use strict";
13571
13571
  var possibleNames = __webpack_require__("../../node_modules/.pnpm/possible-typed-array-names@1.1.0/node_modules/possible-typed-array-names/index.js");
13572
- var g = 'undefined' == typeof globalThis ? __webpack_require__.g : globalThis;
13572
+ var g = "u" < typeof globalThis ? __webpack_require__.g : globalThis;
13573
13573
  module1.exports = function() {
13574
13574
  var out = [];
13575
13575
  for(var i = 0; i < possibleNames.length; i++)if ('function' == typeof g[possibleNames[i]]) out[out.length] = possibleNames[i];
13576
13576
  return out;
13577
13577
  };
13578
13578
  },
13579
- "../../node_modules/.pnpm/reflect-metadata@0.2.2/node_modules/reflect-metadata/ReflectLite.js": function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
13579
+ "../../node_modules/.pnpm/reflect-metadata@0.2.2/node_modules/reflect-metadata/ReflectLite.js" (__unused_rspack_module, __unused_rspack_exports, __webpack_require__) {
13580
13580
  /*! *****************************************************************************
13581
13581
  Copyright (C) Microsoft. All rights reserved.
13582
13582
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use
@@ -14198,7 +14198,7 @@ and limitations under the License.
14198
14198
  })();
14199
14199
  (()=>{
14200
14200
  __webpack_require__.r = (exports1)=>{
14201
- if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
14201
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
14202
14202
  value: 'Module'
14203
14203
  });
14204
14204
  Object.defineProperty(exports1, '__esModule', {
@@ -14211,11 +14211,11 @@ and limitations under the License.
14211
14211
  "use strict";
14212
14212
  __webpack_require__.r(__webpack_exports__);
14213
14213
  __webpack_require__.d(__webpack_exports__, {
14214
- UniDMTools: ()=>dm_gen_namespaceObject,
14215
- UniIDTools: ()=>id_gen_namespaceObject,
14216
- UniDM: ()=>UniDM,
14217
14214
  platform: ()=>platform_namespaceObject,
14218
- UniPool: ()=>src_UniPool
14215
+ UniDM: ()=>UniDM,
14216
+ UniDMTools: ()=>dm_gen_namespaceObject,
14217
+ UniPool: ()=>UniPool,
14218
+ UniIDTools: ()=>id_gen_namespaceObject
14219
14219
  });
14220
14220
  var platform_namespaceObject = {};
14221
14221
  __webpack_require__.r(platform_namespaceObject);
@@ -14246,7 +14246,7 @@ and limitations under the License.
14246
14246
  UniDM: ()=>UniDM
14247
14247
  });
14248
14248
  __webpack_require__("../../node_modules/.pnpm/reflect-metadata@0.2.2/node_modules/reflect-metadata/ReflectLite.js");
14249
- var isJSON = __webpack_require__("../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/isJSON.js");
14249
+ var isJSON = __webpack_require__("../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/isJSON.js");
14250
14250
  var isJSON_default = /*#__PURE__*/ __webpack_require__.n(isJSON);
14251
14251
  function IsJSON_isJSON(value) {
14252
14252
  return 'string' == typeof value && isJSON_default()(value);
@@ -14368,10 +14368,10 @@ and limitations under the License.
14368
14368
  return ValidationSchemaToMetadataTransformer;
14369
14369
  }();
14370
14370
  function getGlobal() {
14371
- if ('undefined' != typeof globalThis) return globalThis;
14371
+ if ("u" > typeof globalThis) return globalThis;
14372
14372
  if (void 0 !== __webpack_require__.g) return __webpack_require__.g;
14373
- if ('undefined' != typeof window) return window;
14374
- if ('undefined' != typeof self) return self;
14373
+ if ("u" > typeof window) return window;
14374
+ if ("u" > typeof self) return self;
14375
14375
  }
14376
14376
  var __values = function(o) {
14377
14377
  var s = "function" == typeof Symbol && Symbol.iterator, m = s && o[s], i = 0;
@@ -14937,7 +14937,7 @@ and limitations under the License.
14937
14937
  {
14938
14938
  if ("0" === str) return 0;
14939
14939
  if (options.hex && hexRegex.test(trimmedStr)) return parse_int(trimmedStr, 16);
14940
- if (-1 !== trimmedStr.search(/.+[eE].+/)) return resolveEnotation(str, trimmedStr, options);
14940
+ if (trimmedStr.includes('e') || trimmedStr.includes('E')) return resolveEnotation(str, trimmedStr, options);
14941
14941
  const match = numRegex.exec(trimmedStr);
14942
14942
  if (!match) return str;
14943
14943
  {
@@ -15086,6 +15086,15 @@ and limitations under the License.
15086
15086
  this.saveTextToParentTag = saveTextToParentTag;
15087
15087
  this.addChild = addChild;
15088
15088
  this.ignoreAttributesFn = getIgnoreAttributesFn(this.options.ignoreAttributes);
15089
+ if (this.options.stopNodes && this.options.stopNodes.length > 0) {
15090
+ this.stopNodesExact = new Set();
15091
+ this.stopNodesWildcard = new Set();
15092
+ for(let i = 0; i < this.options.stopNodes.length; i++){
15093
+ const stopNodeExp = this.options.stopNodes[i];
15094
+ if ('string' == typeof stopNodeExp) if (stopNodeExp.startsWith("*.")) this.stopNodesWildcard.add(stopNodeExp.substring(2));
15095
+ else this.stopNodesExact.add(stopNodeExp);
15096
+ }
15097
+ }
15089
15098
  }
15090
15099
  }
15091
15100
  function addExternalEntities(externalEntities) {
@@ -15125,7 +15134,7 @@ and limitations under the License.
15125
15134
  return tagname;
15126
15135
  }
15127
15136
  const attrsRegx = new RegExp('([^\\s=]+)\\s*(=\\s*([\'"])([\\s\\S]*?)\\3)?', 'gm');
15128
- function buildAttributesMap(attrStr, jPath, tagName) {
15137
+ function buildAttributesMap(attrStr, jPath) {
15129
15138
  if (true !== this.options.ignoreAttributes && 'string' == typeof attrStr) {
15130
15139
  const matches = getAllMatches(attrStr, attrsRegx);
15131
15140
  const len = matches.length;
@@ -15194,7 +15203,7 @@ and limitations under the License.
15194
15203
  else {
15195
15204
  const childNode = new XmlNode(tagData.tagName);
15196
15205
  childNode.add(this.options.textNodeName, "");
15197
- if (tagData.tagName !== tagData.tagExp && tagData.attrExpPresent) childNode[":@"] = this.buildAttributesMap(tagData.tagExp, jPath, tagData.tagName);
15206
+ if (tagData.tagName !== tagData.tagExp && tagData.attrExpPresent) childNode[":@"] = this.buildAttributesMap(tagData.tagExp, jPath);
15198
15207
  this.addChild(currentNode, childNode, jPath, i);
15199
15208
  }
15200
15209
  i = tagData.closeIndex + 1;
@@ -15234,7 +15243,11 @@ and limitations under the License.
15234
15243
  let tagExp = result.tagExp;
15235
15244
  let attrExpPresent = result.attrExpPresent;
15236
15245
  let closeIndex = result.closeIndex;
15237
- if (this.options.transformTagName) tagName = this.options.transformTagName(tagName);
15246
+ if (this.options.transformTagName) {
15247
+ const newTagName = this.options.transformTagName(tagName);
15248
+ if (tagExp === tagName) tagExp = newTagName;
15249
+ tagName = newTagName;
15250
+ }
15238
15251
  if (currentNode && textData) {
15239
15252
  if ('!xml' !== currentNode.tagname) textData = this.saveTextToParentTag(textData, currentNode, jPath, false);
15240
15253
  }
@@ -15245,7 +15258,7 @@ and limitations under the License.
15245
15258
  }
15246
15259
  if (tagName !== xmlObj.tagname) jPath += jPath ? "." + tagName : tagName;
15247
15260
  const startIndex = i;
15248
- if (this.isItStopNode(this.options.stopNodes, jPath, tagName)) {
15261
+ if (this.isItStopNode(this.stopNodesExact, this.stopNodesWildcard, jPath, tagName)) {
15249
15262
  let tagContent = "";
15250
15263
  if (tagExp.length > 0 && tagExp.lastIndexOf("/") === tagExp.length - 1) {
15251
15264
  if ("/" === tagName[tagName.length - 1]) {
@@ -15262,7 +15275,7 @@ and limitations under the License.
15262
15275
  tagContent = result.tagContent;
15263
15276
  }
15264
15277
  const childNode = new XmlNode(tagName);
15265
- if (tagName !== tagExp && attrExpPresent) childNode[":@"] = this.buildAttributesMap(tagExp, jPath, tagName);
15278
+ if (tagName !== tagExp && attrExpPresent) childNode[":@"] = this.buildAttributesMap(tagExp, jPath);
15266
15279
  if (tagContent) tagContent = this.parseTextData(tagContent, tagName, jPath, true, attrExpPresent, true, true);
15267
15280
  jPath = jPath.substr(0, jPath.lastIndexOf("."));
15268
15281
  childNode.add(this.options.textNodeName, tagContent);
@@ -15274,15 +15287,19 @@ and limitations under the License.
15274
15287
  jPath = jPath.substr(0, jPath.length - 1);
15275
15288
  tagExp = tagName;
15276
15289
  } else tagExp = tagExp.substr(0, tagExp.length - 1);
15277
- if (this.options.transformTagName) tagName = this.options.transformTagName(tagName);
15290
+ if (this.options.transformTagName) {
15291
+ const newTagName = this.options.transformTagName(tagName);
15292
+ if (tagExp === tagName) tagExp = newTagName;
15293
+ tagName = newTagName;
15294
+ }
15278
15295
  const childNode = new XmlNode(tagName);
15279
- if (tagName !== tagExp && attrExpPresent) childNode[":@"] = this.buildAttributesMap(tagExp, jPath, tagName);
15296
+ if (tagName !== tagExp && attrExpPresent) childNode[":@"] = this.buildAttributesMap(tagExp, jPath);
15280
15297
  this.addChild(currentNode, childNode, jPath, startIndex);
15281
15298
  jPath = jPath.substr(0, jPath.lastIndexOf("."));
15282
15299
  } else {
15283
15300
  const childNode = new XmlNode(tagName);
15284
15301
  this.tagsNodeStack.push(currentNode);
15285
- if (tagName !== tagExp && attrExpPresent) childNode[":@"] = this.buildAttributesMap(tagExp, jPath, tagName);
15302
+ if (tagName !== tagExp && attrExpPresent) childNode[":@"] = this.buildAttributesMap(tagExp, jPath);
15286
15303
  this.addChild(currentNode, childNode, jPath, startIndex);
15287
15304
  currentNode = childNode;
15288
15305
  }
@@ -15330,12 +15347,9 @@ and limitations under the License.
15330
15347
  }
15331
15348
  return textData;
15332
15349
  }
15333
- function isItStopNode(stopNodes, jPath, currentTagName) {
15334
- const allNodesExp = "*." + currentTagName;
15335
- for(const stopNodePath in stopNodes){
15336
- const stopNodeExp = stopNodes[stopNodePath];
15337
- if (allNodesExp === stopNodeExp || jPath === stopNodeExp) return true;
15338
- }
15350
+ function isItStopNode(stopNodesExact, stopNodesWildcard, jPath, currentTagName) {
15351
+ if (stopNodesWildcard && stopNodesWildcard.has(currentTagName)) return true;
15352
+ if (stopNodesExact && stopNodesExact.has(jPath)) return true;
15339
15353
  return false;
15340
15354
  }
15341
15355
  function tagExpWithClosingIndex(xmlData, i, closingChar = ">") {
@@ -17077,10 +17091,14 @@ and limitations under the License.
17077
17091
  function reflect_reflect(messageDesc, message, check = true) {
17078
17092
  return new ReflectMessageImpl(messageDesc, message, check);
17079
17093
  }
17094
+ const messageSortedFields = new WeakMap();
17080
17095
  class ReflectMessageImpl {
17081
17096
  get sortedFields() {
17082
- var _a;
17083
- return null != (_a = this._sortedFields) ? _a : this._sortedFields = this.desc.fields.concat().sort((a, b)=>a.number - b.number);
17097
+ const cached = messageSortedFields.get(this.desc);
17098
+ if (cached) return cached;
17099
+ const sortedFields = this.desc.fields.concat().sort((a, b)=>a.number - b.number);
17100
+ messageSortedFields.set(this.desc, sortedFields);
17101
+ return sortedFields;
17084
17102
  }
17085
17103
  constructor(messageDesc, message, check = true){
17086
17104
  this.lists = new Map();
@@ -20753,6 +20771,10 @@ and limitations under the License.
20753
20771
  name: "EDITION_2024",
20754
20772
  number: 1001
20755
20773
  },
20774
+ {
20775
+ name: "EDITION_UNSTABLE",
20776
+ number: 9999
20777
+ },
20756
20778
  {
20757
20779
  name: "EDITION_1_TEST_ONLY",
20758
20780
  number: 1
@@ -20939,6 +20961,7 @@ and limitations under the License.
20939
20961
  Edition[Edition["EDITION_PROTO3"] = 999] = "EDITION_PROTO3";
20940
20962
  Edition[Edition["EDITION_2023"] = 1000] = "EDITION_2023";
20941
20963
  Edition[Edition["EDITION_2024"] = 1001] = "EDITION_2024";
20964
+ Edition[Edition["EDITION_UNSTABLE"] = 9999] = "EDITION_UNSTABLE";
20942
20965
  Edition[Edition["EDITION_1_TEST_ONLY"] = 1] = "EDITION_1_TEST_ONLY";
20943
20966
  Edition[Edition["EDITION_2_TEST_ONLY"] = 2] = "EDITION_2_TEST_ONLY";
20944
20967
  Edition[Edition["EDITION_99997_TEST_ONLY"] = 99997] = "EDITION_99997_TEST_ONLY";
@@ -20981,14 +21004,43 @@ and limitations under the License.
20981
21004
  function timestamp_timestampMs(timestamp) {
20982
21005
  return 1000 * Number(timestamp.seconds) + Math.round(timestamp.nanos / 1000000);
20983
21006
  }
20984
- var package_namespaceObject = JSON.parse('{"UU":"@dan-uni/dan-any","rE":"0.9.9","TB":"https://github.com/ani-uni/danuni/tree/master/packages/dan-any#readme"}');
20985
- const file_bili_dm = /*@__PURE__*/ fileDesc("Cg1iaWxpL2RtLnByb3RvEiBiaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MSJkCgZBdmF0YXISCgoCaWQYASABKAkSCwoDdXJsGAIgASgJEkEKC2F2YXRhcl90eXBlGAMgASgOMiwuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuQXZhdGFyVHlwZSIjCgZCdWJibGUSDAoEdGV4dBgBIAEoCRILCgN1cmwYAiABKAkixgEKCEJ1YmJsZVYyEgwKBHRleHQYASABKAkSCwoDdXJsGAIgASgJEkEKC2J1YmJsZV90eXBlGAMgASgOMiwuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuQnViYmxlVHlwZRIVCg1leHBvc3VyZV9vbmNlGAQgASgIEkUKDWV4cG9zdXJlX3R5cGUYBSABKA4yLi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5FeHBvc3VyZVR5cGUiWwoGQnV0dG9uEgwKBHRleHQYASABKAkSQwoGYWN0aW9uGAIgASgOMjMuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuVG9hc3RGdW5jdGlvblR5cGUiWAoOQnV6endvcmRDb25maWcSRgoIa2V5d29yZHMYASADKAsyNC5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5CdXp6d29yZFNob3dDb25maWcieAoSQnV6endvcmRTaG93Q29uZmlnEgwKBG5hbWUYASABKAkSDgoGc2NoZW1hGAIgASgJEg4KBnNvdXJjZRgDIAEoBRIKCgJpZBgEIAEoAxITCgtidXp6d29yZF9pZBgFIAEoAxITCgtzY2hlbWFfdHlwZRgGIAEoBSJ7CghDaGVja0JveBIMCgR0ZXh0GAEgASgJEjwKBHR5cGUYAiABKA4yLi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5DaGVja2JveFR5cGUSFQoNZGVmYXVsdF92YWx1ZRgDIAEoCBIMCgRzaG93GAQgASgIIm8KCkNoZWNrQm94VjISDAoEdGV4dBgBIAEoCRI8CgR0eXBlGAIgASgOMi4uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuQ2hlY2tib3hUeXBlEhUKDWRlZmF1bHRfdmFsdWUYAyABKAgiggIKC0NsaWNrQnV0dG9uEhUKDXBvcnRyYWl0X3RleHQYASADKAkSFgoObGFuZHNjYXBlX3RleHQYAiADKAkSGwoTcG9ydHJhaXRfdGV4dF9mb2N1cxgDIAMoCRIcChRsYW5kc2NhcGVfdGV4dF9mb2N1cxgEIAMoCRJBCgtyZW5kZXJfdHlwZRgFIAEoDjIsLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlJlbmRlclR5cGUSDAoEc2hvdxgGIAEoCBI4CgZidWJibGUYByABKAsyKC5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5CdWJibGUiswIKDUNsaWNrQnV0dG9uVjISFQoNcG9ydHJhaXRfdGV4dBgBIAMoCRIWCg5sYW5kc2NhcGVfdGV4dBgCIAMoCRIbChNwb3J0cmFpdF90ZXh0X2ZvY3VzGAMgAygJEhwKFGxhbmRzY2FwZV90ZXh0X2ZvY3VzGAQgAygJEkEKC3JlbmRlcl90eXBlGAUgASgOMiwuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUmVuZGVyVHlwZRIXCg90ZXh0X2lucHV0X3Bvc3QYBiABKAgSFQoNZXhwb3N1cmVfb25jZRgHIAEoCBJFCg1leHBvc3VyZV90eXBlGAggASgOMi4uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRXhwb3N1cmVUeXBlIksKB0NvbW1hbmQSQAoLY29tbWFuZF9kbXMYASADKAsyKy5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5Db21tYW5kRG0i5gEKCUNvbW1hbmREbRIKCgJpZBgBIAEoAxILCgNvaWQYAiABKAMSCwoDbWlkGAMgASgDEg8KB2NvbW1hbmQYBCABKAkSDwoHY29udGVudBgFIAEoCRIQCghwcm9ncmVzcxgGIAEoBRINCgVjdGltZRgHIAEoCRINCgVtdGltZRgIIAEoCRINCgVleHRyYRgJIAEoCRINCgVpZFN0chgKIAEoCRIMCgR0eXBlGAsgASgFEhMKC2F1dG9fY3JlYXRlGAwgASgIEhIKCmNvdW50X2Rvd24YDSABKAUSDAoEYXR0chgOIAEoBSJQCg1EYW5tYWt1QUlGbGFnEj8KCGRtX2ZsYWdzGAEgAygLMi0uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRGFubWFrdUZsYWciiwMKC0Rhbm1ha3VFbGVtEgoKAmlkGAEgASgDEhAKCHByb2dyZXNzGAIgASgFEgwKBG1vZGUYAyABKAUSEAoIZm9udHNpemUYBCABKAUSPwoFY29sb3IYBSABKA4yMC5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EbUNvbG9yZnVsVHlwZRIQCghtaWRfaGFzaBgGIAEoCRIPCgdjb250ZW50GAcgASgJEg0KBWN0aW1lGAggASgDEg4KBndlaWdodBgJIAEoBRIOCgZhY3Rpb24YCiABKAkSDAoEcG9vbBgLIAEoBRIOCgZpZF9zdHIYDCABKAkSDAoEYXR0chgNIAEoBRIRCglhbmltYXRpb24YFiABKAkSDQoFZXh0cmEYFyABKAkSQgoIY29sb3JmdWwYGCABKA4yMC5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EbUNvbG9yZnVsVHlwZRIMCgR0eXBlGBkgASgFEgsKA29pZBgaIAEoAyIpCgtEYW5tYWt1RmxhZxIMCgRkbWlkGAEgASgDEgwKBGZsYWcYAiABKAUiSwoRRGFubWFrdUZsYWdDb25maWcSEAoIcmVjX2ZsYWcYASABKAUSEAoIcmVjX3RleHQYAiABKAkSEgoKcmVjX3N3aXRjaBgDIAEoBSKLBwoYRGFubXVEZWZhdWx0UGxheWVyQ29uZmlnEikKIXBsYXllcl9kYW5tYWt1X3VzZV9kZWZhdWx0X2NvbmZpZxgBIAEoCBIsCiRwbGF5ZXJfZGFubWFrdV9haV9yZWNvbW1lbmRlZF9zd2l0Y2gYBCABKAgSKwojcGxheWVyX2Rhbm1ha3VfYWlfcmVjb21tZW5kZWRfbGV2ZWwYBSABKAUSHwoXcGxheWVyX2Rhbm1ha3VfYmxvY2t0b3AYBiABKAgSIgoacGxheWVyX2Rhbm1ha3VfYmxvY2tzY3JvbGwYByABKAgSIgoacGxheWVyX2Rhbm1ha3VfYmxvY2tib3R0b20YCCABKAgSJAoccGxheWVyX2Rhbm1ha3VfYmxvY2tjb2xvcmZ1bBgJIAEoCBIiChpwbGF5ZXJfZGFubWFrdV9ibG9ja3JlcGVhdBgKIAEoCBIjChtwbGF5ZXJfZGFubWFrdV9ibG9ja3NwZWNpYWwYCyABKAgSHgoWcGxheWVyX2Rhbm1ha3Vfb3BhY2l0eRgMIAEoAhIkChxwbGF5ZXJfZGFubWFrdV9zY2FsaW5nZmFjdG9yGA0gASgCEh0KFXBsYXllcl9kYW5tYWt1X2RvbWFpbhgOIAEoAhIcChRwbGF5ZXJfZGFubWFrdV9zcGVlZBgPIAEoBRIkChxpbmxpbmVfcGxheWVyX2Rhbm1ha3Vfc3dpdGNoGBAgASgIEikKIXBsYXllcl9kYW5tYWt1X3Nlbmlvcl9tb2RlX3N3aXRjaBgRIAEoBRIuCiZwbGF5ZXJfZGFubWFrdV9haV9yZWNvbW1lbmRlZF9sZXZlbF92MhgSIAEoBRKYAQoqcGxheWVyX2Rhbm1ha3VfYWlfcmVjb21tZW5kZWRfbGV2ZWxfdjJfbWFwGBMgAygLMmQuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRGFubXVEZWZhdWx0UGxheWVyQ29uZmlnLlBsYXllckRhbm1ha3VBaVJlY29tbWVuZGVkTGV2ZWxWMk1hcEVudHJ5EiUKHXBsYXllcl9kYW5tYWt1X2VuYWJsZV9oZXJkX2RtGBQgASgIGksKKVBsYXllckRhbm1ha3VBaVJlY29tbWVuZGVkTGV2ZWxWMk1hcEVudHJ5EgsKA2tleRgBIAEoBRINCgV2YWx1ZRgCIAEoBToCOAEi7AkKEURhbm11UGxheWVyQ29uZmlnEh0KFXBsYXllcl9kYW5tYWt1X3N3aXRjaBgBIAEoCBIiChpwbGF5ZXJfZGFubWFrdV9zd2l0Y2hfc2F2ZRgCIAEoCBIpCiFwbGF5ZXJfZGFubWFrdV91c2VfZGVmYXVsdF9jb25maWcYAyABKAgSLAokcGxheWVyX2Rhbm1ha3VfYWlfcmVjb21tZW5kZWRfc3dpdGNoGAQgASgIEisKI3BsYXllcl9kYW5tYWt1X2FpX3JlY29tbWVuZGVkX2xldmVsGAUgASgFEh8KF3BsYXllcl9kYW5tYWt1X2Jsb2NrdG9wGAYgASgIEiIKGnBsYXllcl9kYW5tYWt1X2Jsb2Nrc2Nyb2xsGAcgASgIEiIKGnBsYXllcl9kYW5tYWt1X2Jsb2NrYm90dG9tGAggASgIEiQKHHBsYXllcl9kYW5tYWt1X2Jsb2NrY29sb3JmdWwYCSABKAgSIgoacGxheWVyX2Rhbm1ha3VfYmxvY2tyZXBlYXQYCiABKAgSIwobcGxheWVyX2Rhbm1ha3VfYmxvY2tzcGVjaWFsGAsgASgIEh4KFnBsYXllcl9kYW5tYWt1X29wYWNpdHkYDCABKAISJAoccGxheWVyX2Rhbm1ha3Vfc2NhbGluZ2ZhY3RvchgNIAEoAhIdChVwbGF5ZXJfZGFubWFrdV9kb21haW4YDiABKAISHAoUcGxheWVyX2Rhbm1ha3Vfc3BlZWQYDyABKAUSJgoecGxheWVyX2Rhbm1ha3VfZW5hYmxlYmxvY2tsaXN0GBAgASgIEiQKHGlubGluZV9wbGF5ZXJfZGFubWFrdV9zd2l0Y2gYESABKAgSJAocaW5saW5lX3BsYXllcl9kYW5tYWt1X2NvbmZpZxgSIAEoBRImCh5wbGF5ZXJfZGFubWFrdV9pb3Nfc3dpdGNoX3NhdmUYEyABKAUSKQohcGxheWVyX2Rhbm1ha3Vfc2VuaW9yX21vZGVfc3dpdGNoGBQgASgFEi4KJnBsYXllcl9kYW5tYWt1X2FpX3JlY29tbWVuZGVkX2xldmVsX3YyGBUgASgFEpEBCipwbGF5ZXJfZGFubWFrdV9haV9yZWNvbW1lbmRlZF9sZXZlbF92Ml9tYXAYFiADKAsyXS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EYW5tdVBsYXllckNvbmZpZy5QbGF5ZXJEYW5tYWt1QWlSZWNvbW1lbmRlZExldmVsVjJNYXBFbnRyeRIlCh1wbGF5ZXJfZGFubWFrdV9lbmFibGVfaGVyZF9kbRgXIAEoCBImCh5wbGF5ZXJfZGFubWFrdV9ibG9ja3RvcF9ib3R0b20YGCABKAgSIAoYcGxheWVyX2Rhbm1ha3VfZG9tYWluX3YyGBkgASgFEh4KFnBsYXllcl9kYW5tYWt1X2RlbnNpdHkYGiABKAUSJQodcGxheWVyX2Rhbm1ha3Vfc3VidGl0bGVfcHJvb2YYGyABKAgSIwobcGxheWVyX2Rhbm1ha3VfcGVvcGxlX3Byb29mGBwgASgIGksKKVBsYXllckRhbm1ha3VBaVJlY29tbWVuZGVkTGV2ZWxWMk1hcEVudHJ5EgsKA2tleRgBIAEoBRINCgV2YWx1ZRgCIAEoBToCOAEiMAoWRGFubXVQbGF5ZXJDb25maWdQYW5lbBIWCg5zZWxlY3Rpb25fdGV4dBgBIAEoCSJLChhEYW5tdVBsYXllckR5bmFtaWNDb25maWcSEAoIcHJvZ3Jlc3MYASABKAUSHQoVcGxheWVyX2Rhbm1ha3VfZG9tYWluGA4gASgCIpADChVEYW5tdVBsYXllclZpZXdDb25maWcSYQodZGFubXVrdV9kZWZhdWx0X3BsYXllcl9jb25maWcYASABKAsyOi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EYW5tdURlZmF1bHRQbGF5ZXJDb25maWcSUgoVZGFubXVrdV9wbGF5ZXJfY29uZmlnGAIgASgLMjMuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRGFubXVQbGF5ZXJDb25maWcSYQodZGFubXVrdV9wbGF5ZXJfZHluYW1pY19jb25maWcYAyADKAsyOi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EYW5tdVBsYXllckR5bmFtaWNDb25maWcSXQobZGFubXVrdV9wbGF5ZXJfY29uZmlnX3BhbmVsGAQgASgLMjguYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRGFubXVQbGF5ZXJDb25maWdQYW5lbCKZBQoURGFubXVXZWJQbGF5ZXJDb25maWcSEQoJZG1fc3dpdGNoGAEgASgIEhEKCWFpX3N3aXRjaBgCIAEoCBIQCghhaV9sZXZlbBgDIAEoBRIQCghibG9ja3RvcBgEIAEoCBITCgtibG9ja3Njcm9sbBgFIAEoCBITCgtibG9ja2JvdHRvbRgGIAEoCBISCgpibG9ja2NvbG9yGAcgASgIEhQKDGJsb2Nrc3BlY2lhbBgIIAEoCBIUCgxwcmV2ZW50c2hhZGUYCSABKAgSDQoFZG1hc2sYCiABKAgSDwoHb3BhY2l0eRgLIAEoAhIOCgZkbWFyZWEYDCABKAUSEQoJc3BlZWRwbHVzGA0gASgCEhAKCGZvbnRzaXplGA4gASgCEhIKCnNjcmVlbnN5bmMYDyABKAgSEQoJc3BlZWRzeW5jGBAgASgIEhIKCmZvbnRmYW1pbHkYESABKAkSDAoEYm9sZBgSIAEoCBISCgpmb250Ym9yZGVyGBMgASgFEhEKCWRyYXdfdHlwZRgUIAEoCRIaChJzZW5pb3JfbW9kZV9zd2l0Y2gYFSABKAUSEwoLYWlfbGV2ZWxfdjIYFiABKAUSYQoPYWlfbGV2ZWxfdjJfbWFwGBcgAygLMkguYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRGFubXVXZWJQbGF5ZXJDb25maWcuQWlMZXZlbFYyTWFwRW50cnkSFwoPYmxvY2t0b3BfYm90dG9tGBggASgIEhIKCmRtX2FyZWFfdjIYGSABKAUSEgoKZG1fZGVuc2l0eRgaIAEoBRozChFBaUxldmVsVjJNYXBFbnRyeRILCgNrZXkYASABKAUSDQoFdmFsdWUYAiABKAU6AjgBIlkKCkRtQ29sb3JmdWwSPgoEdHlwZRgBIAEoDjIwLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRtQ29sb3JmdWxUeXBlEgsKA3NyYxgCIAEoCSJQCg9EbUV4cG9SZXBvcnRSZXESEgoKc2Vzc2lvbl9pZBgBIAEoCRILCgNvaWQYAiABKAMSDQoFZG1pZHMYAyABKAwSDQoFc3BtaWQYBCABKAkiEQoPRG1FeHBvUmVwb3J0UmVzIm0KCkRtSGVyZFZpZXcSGwoTZGlzcGxheV9oZXJkX2RtX251bRgBIAEoBRJCCghoZXJkX2RtcxgCIAMoCzIwLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlZpZXdIZXJkRG1FbGVtIpYCCgpEbU1hc2tXYWxsEg0KBXN0YXJ0GAEgASgDEgsKA2VuZBgCIAEoAxIPCgdjb250ZW50GAMgASgJEk0KDGNvbnRlbnRfdHlwZRgEIAEoDjI3LmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRtTWFza1dhbGxDb250ZW50VHlwZRJFCghiaXpfdHlwZRgFIAEoDjIzLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRtTWFza1dhbGxCaXpUeXBlEkUKCGNvbnRlbnRzGAYgAygLMjMuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRG1NYXNrV2FsbENvbnRlbnQiawoRRG1NYXNrV2FsbENvbnRlbnQSRQoEdHlwZRgBIAEoDjI3LmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRtTWFza1dhbGxDb250ZW50VHlwZRIPCgdjb250ZW50GAIgASgJIs0QChFEbVBsYXllckNvbmZpZ1JlcRIKCgJ0cxgBIAEoAxJFCgZzd2l0Y2gYAiABKAsyNS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5QbGF5ZXJEYW5tYWt1U3dpdGNoEk4KC3N3aXRjaF9zYXZlGAMgASgLMjkuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdVN3aXRjaFNhdmUSWwoSdXNlX2RlZmF1bHRfY29uZmlnGAQgASgLMj8uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdVVzZURlZmF1bHRDb25maWcSYQoVYWlfcmVjb21tZW5kZWRfc3dpdGNoGAUgASgLMkIuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdUFpUmVjb21tZW5kZWRTd2l0Y2gSXwoUYWlfcmVjb21tZW5kZWRfbGV2ZWwYBiABKAsyQS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5QbGF5ZXJEYW5tYWt1QWlSZWNvbW1lbmRlZExldmVsEkkKCGJsb2NrdG9wGAcgASgLMjcuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdUJsb2NrdG9wEk8KC2Jsb2Nrc2Nyb2xsGAggASgLMjouYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdUJsb2Nrc2Nyb2xsEk8KC2Jsb2NrYm90dG9tGAkgASgLMjouYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdUJsb2NrYm90dG9tElMKDWJsb2NrY29sb3JmdWwYCiABKAsyPC5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5QbGF5ZXJEYW5tYWt1QmxvY2tjb2xvcmZ1bBJPCgtibG9ja3JlcGVhdBgLIAEoCzI6LmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBsYXllckRhbm1ha3VCbG9ja3JlcGVhdBJRCgxibG9ja3NwZWNpYWwYDCABKAsyOy5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5QbGF5ZXJEYW5tYWt1QmxvY2tzcGVjaWFsEkcKB29wYWNpdHkYDSABKAsyNi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5QbGF5ZXJEYW5tYWt1T3BhY2l0eRJTCg1zY2FsaW5nZmFjdG9yGA4gASgLMjwuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdVNjYWxpbmdmYWN0b3ISRQoGZG9tYWluGA8gASgLMjUuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdURvbWFpbhJDCgVzcGVlZBgQIAEoCzI0LmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBsYXllckRhbm1ha3VTcGVlZBJXCg9lbmFibGVibG9ja2xpc3QYESABKAsyPi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5QbGF5ZXJEYW5tYWt1RW5hYmxlYmxvY2tsaXN0El4KGWlubGluZVBsYXllckRhbm1ha3VTd2l0Y2gYEiABKAsyOy5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5JbmxpbmVQbGF5ZXJEYW5tYWt1U3dpdGNoElsKEnNlbmlvcl9tb2RlX3N3aXRjaBgTIAEoCzI/LmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBsYXllckRhbm1ha3VTZW5pb3JNb2RlU3dpdGNoEmQKF2FpX3JlY29tbWVuZGVkX2xldmVsX3YyGBQgASgLMkMuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdUFpUmVjb21tZW5kZWRMZXZlbFYyElMKDmVuYWJsZV9oZXJkX2RtGBUgASgLMjsuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdUVuYWJsZUhlcmREbRJWCg9ibG9ja3RvcF9ib3R0b20YFiABKAsyPS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5QbGF5ZXJEYW5tYWt1QmxvY2t0b3BCb3R0b20SSgoJZG9tYWluX3YyGBcgASgLMjcuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdURvbWFpblYyEkcKB2RlbnNpdHkYGCABKAsyNi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5QbGF5ZXJEYW5tYWt1RGVuc2l0eRJUCg5zdWJ0aXRsZV9wcm9vZhgZIAEoCzI8LmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBsYXllckRhbm1ha3VTdWJ0aXRsZVByb29mElAKDHBlb3BsZV9wcm9vZhgaIAEoCzI6LmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBsYXllckRhbm1ha3VQZW9wbGVQcm9vZiIvCgtEbVNlZ0NvbmZpZxIRCglwYWdlX3NpemUYASABKAMSDQoFdG90YWwYAiABKAMikQIKEERtU2VnTW9iaWxlUmVwbHkSPAoFZWxlbXMYASADKAsyLS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EYW5tYWt1RWxlbRINCgVzdGF0ZRgCIAEoBRJACgdhaV9mbGFnGAMgASgLMi8uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRGFubWFrdUFJRmxhZxIVCg1zZWdtZW50X3J1bGVzGAQgAygDEkIKDGNvbG9yZnVsX3NyYxgFIAMoCzIsLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRtQ29sb3JmdWwSEwoLY29udGV4dF9zcmMYBiABKAkiygEKDkRtU2VnTW9iaWxlUmVxEgsKA3BpZBgBIAEoAxILCgNvaWQYAiABKAMSDAoEdHlwZRgDIAEoBRIVCg1zZWdtZW50X2luZGV4GAQgASgDEhYKDnRlZW5hZ2Vyc19tb2RlGAUgASgFEgoKAnBzGAYgASgDEgoKAnBlGAcgASgDEhEKCXB1bGxfbW9kZRgIIAEoBRISCgpmcm9tX3NjZW5lGAkgASgFEg0KBXNwbWlkGAogASgJEhMKC2NvbnRleHRfZXh0GAsgASgJIlwKDURtU2VnT3R0UmVwbHkSPAoFZWxlbXMYASADKAsyLS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EYW5tYWt1RWxlbRINCgVzdGF0ZRgCIAEoBSJMCgtEbVNlZ090dFJlcRILCgNwaWQYASABKAMSCwoDb2lkGAIgASgDEgwKBHR5cGUYAyABKAUSFQoNc2VnbWVudF9pbmRleBgEIAEoAyJdCg1EbVNlZ1NES1JlcGx5Eg4KBmNsb3NlZBgBIAEoCBI8CgVlbGVtcxgCIAMoCzItLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRhbm1ha3VFbGVtIkwKC0RtU2VnU0RLUmVxEgsKA3BpZBgBIAEoAxILCgNvaWQYAiABKAMSDAoEdHlwZRgDIAEoBRIVCg1zZWdtZW50X2luZGV4GAQgASgDIncKCURtU3ViVmlldxIMCgR0eXBlGAEgASgFEgsKA29pZBgCIAEoAxILCgNwaWQYAyABKAMSQgoLcG9zdF9wYW5lbDIYBCADKAsyLS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5Qb3N0UGFuZWxWMiKhCQoLRG1WaWV3UmVwbHkSDgoGY2xvc2VkGAEgASgIEjkKBG1hc2sYAiABKAsyKy5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5WaWRlb01hc2sSQQoIc3VidGl0bGUYAyABKAsyLy5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5WaWRlb1N1YnRpdGxlEhMKC3NwZWNpYWxfZG1zGAQgAygJEkQKB2FpX2ZsYWcYBSABKAsyMy5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EYW5tYWt1RmxhZ0NvbmZpZxJOCg1wbGF5ZXJfY29uZmlnGAYgASgLMjcuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRGFubXVQbGF5ZXJWaWV3Q29uZmlnEhYKDnNlbmRfYm94X3N0eWxlGAcgASgFEg0KBWFsbG93GAggASgIEhEKCWNoZWNrX2JveBgJIAEoCBIaChJjaGVja19ib3hfc2hvd19tc2cYCiABKAkSGAoQdGV4dF9wbGFjZWhvbGRlchgLIAEoCRIZChFpbnB1dF9wbGFjZWhvbGRlchgMIAEoCRIdChVyZXBvcnRfZmlsdGVyX2NvbnRlbnQYDSADKAkSQQoLZXhwb19yZXBvcnQYDiABKAsyLC5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5FeHBvUmVwb3J0EkkKD2J1enp3b3JkX2NvbmZpZxgPIAEoCzIwLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkJ1enp3b3JkQ29uZmlnEkIKC2V4cHJlc3Npb25zGBAgAygLMi0uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRXhwcmVzc2lvbnMSPwoKcG9zdF9wYW5lbBgRIAMoCzIrLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBvc3RQYW5lbBIVCg1hY3Rpdml0eV9tZXRhGBIgAygJEkIKC3Bvc3RfcGFuZWwyGBMgAygLMi0uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUG9zdFBhbmVsVjISQgoMZG1fbWFza193YWxsGBQgAygLMiwuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRG1NYXNrV2FsbBI9CgdkbV9oZXJkGBUgASgLMiwuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRG1IZXJkVmlldxI6Cgdjb21tYW5kGBYgASgLMikuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuQ29tbWFuZBIKCgJrdhgXIAEoCRI+CglzdWJfdmlld3MYGCADKAsyKy5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EbVN1YlZpZXcSNgoDcW9lGBkgASgLMikuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUW9lSW5mbyJtCglEbVZpZXdSZXESCwoDcGlkGAEgASgDEgsKA29pZBgCIAEoAxIMCgR0eXBlGAMgASgFEg0KBXNwbWlkGAQgASgJEhQKDGlzX2hhcmRfYm9vdBgFIAEoBRITCgtjb250ZXh0X2V4dBgGIAEoCSKBBgoORG1XZWJWaWV3UmVwbHkSDQoFc3RhdGUYASABKAUSDAoEdGV4dBgCIAEoCRIRCgl0ZXh0X3NpZGUYAyABKAkSPQoGZG1fc2dlGAQgASgLMi0uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRG1TZWdDb25maWcSQQoEZmxhZxgFIAEoCzIzLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRhbm1ha3VGbGFnQ29uZmlnEhMKC3NwZWNpYWxfZG1zGAYgAygJEhEKCWNoZWNrX2JveBgHIAEoCBINCgVjb3VudBgIIAEoAxJACgtjb21tYW5kX2RtcxgJIAMoCzIrLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkNvbW1hbmREbRJNCg1wbGF5ZXJfY29uZmlnGAogASgLMjYuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRGFubXVXZWJQbGF5ZXJDb25maWcSHQoVcmVwb3J0X2ZpbHRlcl9jb250ZW50GAsgAygJEkIKC2V4cHJlc3Npb25zGAwgAygLMi0uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRXhwcmVzc2lvbnMSPwoKcG9zdF9wYW5lbBgNIAMoCzIrLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBvc3RQYW5lbBIVCg1hY3Rpdml0eV9tZXRhGA4gAygJEkIKC3Bvc3RfcGFuZWwyGA8gAygLMi0uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUG9zdFBhbmVsVjISPgoJc3ViX3ZpZXdzGBAgAygLMisuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRG1TdWJWaWV3EjYKA3FvZRgRIAEoCzIpLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlFvZUluZm8iKgoKRXhwb1JlcG9ydBIcChRzaG91bGRfcmVwb3J0X2F0X2VuZBgBIAEoCCJkCgpFeHByZXNzaW9uEg8KB2tleXdvcmQYASADKAkSCwoDdXJsGAIgASgJEjgKBnBlcmlvZBgDIAMoCzIoLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBlcmlvZCJJCgtFeHByZXNzaW9ucxI6CgRkYXRhGAEgAygLMiwuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRXhwcmVzc2lvbiIqChlJbmxpbmVQbGF5ZXJEYW5tYWt1U3dpdGNoEg0KBXZhbHVlGAEgASgIIicKBUxhYmVsEg0KBXRpdGxlGAEgASgJEg8KB2NvbnRlbnQYAiADKAkihwEKB0xhYmVsVjISDQoFdGl0bGUYASABKAkSDwoHY29udGVudBgCIAMoCRIVCg1leHBvc3VyZV9vbmNlGAMgASgIEkUKDWV4cG9zdXJlX3R5cGUYBCABKA4yLi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5FeHBvc3VyZVR5cGUiJAoGUGVyaW9kEg0KBXN0YXJ0GAEgASgDEgsKA2VuZBgCIAEoAyIwCh9QbGF5ZXJEYW5tYWt1QWlSZWNvbW1lbmRlZExldmVsEg0KBXZhbHVlGAEgASgFIjIKIVBsYXllckRhbm1ha3VBaVJlY29tbWVuZGVkTGV2ZWxWMhINCgV2YWx1ZRgBIAEoBSIxCiBQbGF5ZXJEYW5tYWt1QWlSZWNvbW1lbmRlZFN3aXRjaBINCgV2YWx1ZRgBIAEoCCIpChhQbGF5ZXJEYW5tYWt1QmxvY2tib3R0b20SDQoFdmFsdWUYASABKAgiKwoaUGxheWVyRGFubWFrdUJsb2NrY29sb3JmdWwSDQoFdmFsdWUYASABKAgiKQoYUGxheWVyRGFubWFrdUJsb2NrcmVwZWF0Eg0KBXZhbHVlGAEgASgIIikKGFBsYXllckRhbm1ha3VCbG9ja3Njcm9sbBINCgV2YWx1ZRgBIAEoCCIqChlQbGF5ZXJEYW5tYWt1QmxvY2tzcGVjaWFsEg0KBXZhbHVlGAEgASgIIiYKFVBsYXllckRhbm1ha3VCbG9ja3RvcBINCgV2YWx1ZRgBIAEoCCIsChtQbGF5ZXJEYW5tYWt1QmxvY2t0b3BCb3R0b20SDQoFdmFsdWUYASABKAgiJQoUUGxheWVyRGFubWFrdURlbnNpdHkSDQoFdmFsdWUYASABKAUiJAoTUGxheWVyRGFubWFrdURvbWFpbhINCgV2YWx1ZRgBIAEoAiImChVQbGF5ZXJEYW5tYWt1RG9tYWluVjISDQoFdmFsdWUYASABKAUiKgoZUGxheWVyRGFubWFrdUVuYWJsZUhlcmREbRINCgV2YWx1ZRgBIAEoCCItChxQbGF5ZXJEYW5tYWt1RW5hYmxlYmxvY2tsaXN0Eg0KBXZhbHVlGAEgASgIIiUKFFBsYXllckRhbm1ha3VPcGFjaXR5Eg0KBXZhbHVlGAEgASgCIikKGFBsYXllckRhbm1ha3VQZW9wbGVQcm9vZhINCgV2YWx1ZRgBIAEoCCIrChpQbGF5ZXJEYW5tYWt1U2NhbGluZ2ZhY3RvchINCgV2YWx1ZRgBIAEoAiIuCh1QbGF5ZXJEYW5tYWt1U2VuaW9yTW9kZVN3aXRjaBINCgV2YWx1ZRgBIAEoBSIjChJQbGF5ZXJEYW5tYWt1U3BlZWQSDQoFdmFsdWUYASABKAUiKwoaUGxheWVyRGFubWFrdVN1YnRpdGxlUHJvb2YSDQoFdmFsdWUYASABKAgiOAoTUGxheWVyRGFubWFrdVN3aXRjaBINCgV2YWx1ZRgBIAEoCBISCgpjYW5faWdub3JlGAIgASgIIigKF1BsYXllckRhbm1ha3VTd2l0Y2hTYXZlEg0KBXZhbHVlGAEgASgIIi4KHVBsYXllckRhbm1ha3VVc2VEZWZhdWx0Q29uZmlnEg0KBXZhbHVlGAEgASgIIowDCglQb3N0UGFuZWwSDQoFc3RhcnQYASABKAMSCwoDZW5kGAIgASgDEhAKCHByaW9yaXR5GAMgASgDEg4KBmJpel9pZBgEIAEoAxJECghiaXpfdHlwZRgFIAEoDjIyLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBvc3RQYW5lbEJpelR5cGUSQwoMY2xpY2tfYnV0dG9uGAYgASgLMi0uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuQ2xpY2tCdXR0b24SPwoKdGV4dF9pbnB1dBgHIAEoCzIrLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlRleHRJbnB1dBI9CgljaGVja19ib3gYCCABKAsyKi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5DaGVja0JveBI2CgV0b2FzdBgJIAEoCzInLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlRvYXN0Iq0ECgtQb3N0UGFuZWxWMhINCgVzdGFydBgBIAEoAxILCgNlbmQYAiABKAMSRAoIYml6X3R5cGUYAyABKA4yMi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5Qb3N0UGFuZWxCaXpUeXBlEkUKDGNsaWNrX2J1dHRvbhgEIAEoCzIvLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkNsaWNrQnV0dG9uVjISQQoKdGV4dF9pbnB1dBgFIAEoCzItLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlRleHRJbnB1dFYyEj8KCWNoZWNrX2JveBgGIAEoCzIsLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkNoZWNrQm94VjISOAoFdG9hc3QYByABKAsyKS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5Ub2FzdFYyEjoKBmJ1YmJsZRgIIAEoCzIqLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkJ1YmJsZVYyEjgKBWxhYmVsGAkgASgLMikuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuTGFiZWxWMhJBCgtwb3N0X3N0YXR1cxgKIAEoDjIsLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBvc3RTdGF0dXMiFwoHUW9lSW5mbxIMCgRpbmZvGAEgASgJIikKCFJlc3BvbnNlEgwKBGNvZGUYASABKAUSDwoHbWVzc2FnZRgCIAEoCSL5AgoMU3VidGl0bGVJdGVtEgoKAmlkGAEgASgDEg4KBmlkX3N0chgCIAEoCRILCgNsYW4YAyABKAkSDwoHbGFuX2RvYxgEIAEoCRIUCgxzdWJ0aXRsZV91cmwYBSABKAkSOgoGYXV0aG9yGAYgASgLMiouYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuVXNlckluZm8SPAoEdHlwZRgHIAEoDjIuLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlN1YnRpdGxlVHlwZRIVCg1sYW5fZG9jX2JyaWVmGAggASgJEkEKB2FpX3R5cGUYCSABKA4yMC5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5TdWJ0aXRsZUFpVHlwZRJFCglhaV9zdGF0dXMYCiABKA4yMi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5TdWJ0aXRsZUFpU3RhdHVzIugCCglUZXh0SW5wdXQSHAoUcG9ydHJhaXRfcGxhY2Vob2xkZXIYASADKAkSHQoVbGFuZHNjYXBlX3BsYWNlaG9sZGVyGAIgAygJEkEKC3JlbmRlcl90eXBlGAMgASgOMiwuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUmVuZGVyVHlwZRIYChBwbGFjZWhvbGRlcl9wb3N0GAQgASgIEgwKBHNob3cYBSABKAgSOAoGYXZhdGFyGAYgAygLMiguYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuQXZhdGFyEkEKC3Bvc3Rfc3RhdHVzGAcgASgOMiwuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUG9zdFN0YXR1cxI2CgVsYWJlbBgIIAEoCzInLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkxhYmVsIvsBCgtUZXh0SW5wdXRWMhIcChRwb3J0cmFpdF9wbGFjZWhvbGRlchgBIAMoCRIdChVsYW5kc2NhcGVfcGxhY2Vob2xkZXIYAiADKAkSQQoLcmVuZGVyX3R5cGUYAyABKA4yLC5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5SZW5kZXJUeXBlEhgKEHBsYWNlaG9sZGVyX3Bvc3QYBCABKAgSOAoGYXZhdGFyGAUgAygLMiguYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuQXZhdGFyEhgKEHRleHRfaW5wdXRfbGltaXQYBiABKAUibwoFVG9hc3QSDAoEdGV4dBgBIAEoCRIQCghkdXJhdGlvbhgCIAEoBRIMCgRzaG93GAMgASgIEjgKBmJ1dHRvbhgEIAEoCzIoLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkJ1dHRvbiJiCg1Ub2FzdEJ1dHRvblYyEgwKBHRleHQYASABKAkSQwoGYWN0aW9uGAIgASgOMjMuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuVG9hc3RGdW5jdGlvblR5cGUicwoHVG9hc3RWMhIMCgR0ZXh0GAEgASgJEhAKCGR1cmF0aW9uGAIgASgFEkgKD3RvYXN0X2J1dHRvbl92MhgDIAEoCzIvLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlRvYXN0QnV0dG9uVjIiXAoIVXNlckluZm8SCwoDbWlkGAEgASgDEgwKBG5hbWUYAiABKAkSCwoDc2V4GAMgASgJEgwKBGZhY2UYBCABKAkSDAoEc2lnbhgFIAEoCRIMCgRyYW5rGAYgASgFIlMKCVZpZGVvTWFzaxILCgNjaWQYASABKAMSDAoEcGxhdBgCIAEoBRILCgNmcHMYAyABKAUSDAoEdGltZRgEIAEoAxIQCghtYXNrX3VybBgFIAEoCSJwCg1WaWRlb1N1YnRpdGxlEgsKA2xhbhgBIAEoCRIPCgdsYW5fZG9jGAIgASgJEkEKCXN1YnRpdGxlcxgDIAMoCzIuLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlN1YnRpdGxlSXRlbSKSAQoOVmlld0hlcmREbUVsZW0SEAoIaGVyZF9tc2cYASABKAkSFgoOaGVyZF9zdGFydF9jbnQYAiABKAUSFAoMaGVyZF9lbmRfY250GAMgASgFEhIKCnJlZ2V4X3J1bGUYBCABKAkSFgoOc3RhcnRfcHJvZ3Jlc3MYBSABKAUSFAoMZW5kX3Byb2dyZXNzGAYgASgFKjMKCkF2YXRhclR5cGUSEgoOQXZhdGFyVHlwZU5vbmUQABIRCg1BdmF0YXJUeXBlTkZUEAEqWQoKQnViYmxlVHlwZRISCg5CdWJibGVUeXBlTm9uZRAAEhkKFUJ1YmJsZVR5cGVDbGlja0J1dHRvbhABEhwKGEJ1YmJsZVR5cGVEbVNldHRpbmdQYW5lbBACKlgKDENoZWNrYm94VHlwZRIUChBDaGVja2JveFR5cGVOb25lEAASGQoVQ2hlY2tib3hUeXBlRW5jb3VyYWdlEAESFwoTQ2hlY2tib3hUeXBlQ29sb3JETRACKjUKDkRtQ29sb3JmdWxUeXBlEgwKCE5vbmVUeXBlEAASFQoPVmlwR3JhZHVhbENvbG9yEOHUAypgChFEbU1hc2tXYWxsQml6VHlwZRILCgdVbmtub3duEAASBwoDT0dWEAESCgoGQml6UGljEAISCAoETXV0ZRADEgoKBlJlY29yZBAEEgkKBUNsb3VkEAUSCAoEQUlHQxAGKnYKFURtTWFza1dhbGxDb250ZW50VHlwZRIgChxEbU1hc2tXYWxsQ29udGVudFR5cGVVbmtub3duEAASHQoZRG1NYXNrV2FsbENvbnRlbnRUeXBlVGV4dBABEhwKGERtTWFza1dhbGxDb250ZW50VHlwZVBpYxACKjwKDEV4cG9zdXJlVHlwZRIUChBFeHBvc3VyZVR5cGVOb25lEAASFgoSRXhwb3N1cmVUeXBlRE1TZW5kEAEqgwIKEFBvc3RQYW5lbEJpelR5cGUSGAoUUG9zdFBhbmVsQml6VHlwZU5vbmUQABIdChlQb3N0UGFuZWxCaXpUeXBlRW5jb3VyYWdlEAESGwoXUG9zdFBhbmVsQml6VHlwZUNvbG9yRE0QAhIZChVQb3N0UGFuZWxCaXpUeXBlTkZURE0QAxIdChlQb3N0UGFuZWxCaXpUeXBlRnJhZ0Nsb3NlEAQSHQoZUG9zdFBhbmVsQml6VHlwZVJlY29tbWVuZBAFEhwKGFBvc3RQYW5lbEJpelR5cGVQbG90TGVhaxAGEiIKHlBvc3RQYW5lbEJpelR5cGVBbnRpSGFyYXNzbWVudBAHKjgKClBvc3RTdGF0dXMSFAoQUG9zdFN0YXR1c05vcm1hbBAAEhQKEFBvc3RTdGF0dXNDbG9zZWQQASpOCgpSZW5kZXJUeXBlEhIKDlJlbmRlclR5cGVOb25lEAASFAoQUmVuZGVyVHlwZVNpbmdsZRABEhYKElJlbmRlclR5cGVSb3RhdGlvbhACKjYKEFN1YnRpdGxlQWlTdGF0dXMSCAoETm9uZRAAEgwKCEV4cG9zdXJlEAESCgoGQXNzaXN0EAIqKwoOU3VidGl0bGVBaVR5cGUSCgoGTm9ybWFsEAASDQoJVHJhbnNsYXRlEAEqHgoMU3VidGl0bGVUeXBlEgYKAkNDEAASBgoCQUkQASpOChFUb2FzdEZ1bmN0aW9uVHlwZRIZChVUb2FzdEZ1bmN0aW9uVHlwZU5vbmUQABIeChpUb2FzdEZ1bmN0aW9uVHlwZVBvc3RQYW5lbBABMqAFCgJETRJzCgtEbVNlZ01vYmlsZRIwLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRtU2VnTW9iaWxlUmVxGjIuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRG1TZWdNb2JpbGVSZXBseRJkCgZEbVZpZXcSKy5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EbVZpZXdSZXEaLS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EbVZpZXdSZXBseRJxCg5EbVBsYXllckNvbmZpZxIzLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRtUGxheWVyQ29uZmlnUmVxGiouYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUmVzcG9uc2USagoIRG1TZWdPdHQSLS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EbVNlZ090dFJlcRovLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRtU2VnT3R0UmVwbHkSagoIRG1TZWdTREsSLS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EbVNlZ1NES1JlcRovLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRtU2VnU0RLUmVwbHkSdAoMRG1FeHBvUmVwb3J0EjEuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRG1FeHBvUmVwb3J0UmVxGjEuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRG1FeHBvUmVwb3J0UmVzYgZwcm90bzM");
20986
- const DmSegMobileReplySchema = /*@__PURE__*/ message_messageDesc(file_bili_dm, 30);
20987
- const DmWebViewReplySchema = /*@__PURE__*/ message_messageDesc(file_bili_dm, 39);
20988
- const file_danuni = /*@__PURE__*/ fileDesc("CgxkYW51bmkucHJvdG8SEWRhbnVuaS5kYW5tYWt1LnYxIjIKCmxpc3REYW5SZXESCgoCSUQYASABKAkSEAoDc2VnGAIgASgFSACIAQFCBgoEX3NlZyLCAgoHRGFubWFrdRIMCgRTT0lEGAEgASgJEgwKBERNSUQYAiABKAkSEAoIcHJvZ3Jlc3MYAyABKAUSJQoEbW9kZRgEIAEoDjIXLmRhbnVuaS5kYW5tYWt1LnYxLk1vZGUSEAoIZm9udHNpemUYBSABKAUSDQoFY29sb3IYBiABKAUSEAoIc2VuZGVySUQYByABKAkSDwoHY29udGVudBgIIAEoCRIpCgVjdGltZRgJIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASDgoGd2VpZ2h0GAogASgFEiUKBHBvb2wYCyABKA4yFy5kYW51bmkuZGFubWFrdS52MS5Qb29sEgwKBGF0dHIYDCADKAkSEAoIcGxhdGZvcm0YDSABKAkSEgoFZXh0cmEYDiABKAlIAIgBAUIICgZfZXh0cmEiPAoMRGFubWFrdVJlcGx5EiwKCGRhbm1ha3VzGAEgAygLMhouZGFudW5pLmRhbm1ha3UudjEuRGFubWFrdSo9CgRNb2RlEgoKBk5vcm1hbBAAEgoKBkJvdHRvbRABEgcKA1RvcBACEgsKB1JldmVyc2UQAxIHCgNFeHQQBCopCgRQb29sEgcKA0RlZhAAEgcKA1N1YhABEgcKA0FkdhACEgYKAkl4EAMyXQoORGFubWFrdVNlcnZpY2USSwoHbGlzdERhbhIdLmRhbnVuaS5kYW5tYWt1LnYxLmxpc3REYW5SZXEaHy5kYW51bmkuZGFubWFrdS52MS5EYW5tYWt1UmVwbHkiAFAAYgZwcm90bzM", [
20989
- file_google_protobuf_timestamp
20990
- ]);
20991
- const DanmakuReplySchema = /*@__PURE__*/ message_messageDesc(file_danuni, 2);
21007
+ var package_namespaceObject = JSON.parse('{"UU":"@dan-uni/dan-any","rE":"1.0.1","TB":"https://github.com/ani-uni/danuni/tree/master/packages/dan-any#readme"}');
21008
+ const color_pad = (s)=>s.length < 2 ? `0${s}` : s;
21009
+ const decimalToHex = (n)=>color_pad(n.toString(16));
21010
+ const isDarkColor = ({ r, g, b })=>0.299 * r + 0.587 * g + 0.114 * b < 0x30;
21011
+ const WHITE = {
21012
+ r: 255,
21013
+ g: 255,
21014
+ b: 255
21015
+ };
21016
+ const BLACK = {
21017
+ r: 0,
21018
+ g: 0,
21019
+ b: 0
21020
+ };
21021
+ const hexColorToRGB = (hex)=>{
21022
+ if (0 === hex.indexOf('#')) hex = hex.slice(1);
21023
+ const [r, g, b] = 3 === hex.length ? hex.split('').map((c)=>c + c) : hex.match(/../g) || [];
21024
+ return {
21025
+ r: Number.parseInt(r, 16),
21026
+ g: Number.parseInt(g, 16),
21027
+ b: Number.parseInt(b, 16)
21028
+ };
21029
+ };
21030
+ const formatColor = ({ r, g, b }, opacity)=>{
21031
+ const color = [
21032
+ b,
21033
+ g,
21034
+ r
21035
+ ];
21036
+ if (void 0 !== opacity) {
21037
+ const alpha = Math.round((1 - opacity) * 255);
21038
+ color.unshift(alpha);
21039
+ }
21040
+ return `&H${color.map(decimalToHex).join('').toUpperCase()}`;
21041
+ };
21042
+ const getDecoratingColor = (color)=>isDarkColor(color) ? WHITE : BLACK;
21043
+ const isWhite = (color)=>255 === color.r && 255 === color.g && 255 === color.b;
20992
21044
  var transformation_type_enum_TransformationType;
20993
21045
  (function(TransformationType) {
20994
21046
  TransformationType[TransformationType["PLAIN_TO_CLASS"] = 0] = "PLAIN_TO_CLASS";
@@ -21146,10 +21198,10 @@ and limitations under the License.
21146
21198
  }();
21147
21199
  var defaultMetadataStorage = new esm5_MetadataStorage_MetadataStorage();
21148
21200
  function get_global_util_getGlobal() {
21149
- if ('undefined' != typeof globalThis) return globalThis;
21201
+ if ("u" > typeof globalThis) return globalThis;
21150
21202
  if (void 0 !== __webpack_require__.g) return __webpack_require__.g;
21151
- if ('undefined' != typeof window) return window;
21152
- if ('undefined' != typeof self) return self;
21203
+ if ("u" > typeof window) return window;
21204
+ if ("u" > typeof self) return self;
21153
21205
  }
21154
21206
  function isPromise(p) {
21155
21207
  return null !== p && 'object' == typeof p && 'function' == typeof p.then;
@@ -22016,7 +22068,7 @@ and limitations under the License.
22016
22068
  if ('string' == typeof schemaNameOrObject) return container_getFromContainer(Validator_Validator).validateOrReject(schemaNameOrObject, objectOrValidationOptions, maybeValidatorOptions);
22017
22069
  return container_getFromContainer(Validator_Validator).validateOrReject(schemaNameOrObject, objectOrValidationOptions);
22018
22070
  }
22019
- var isEmail = __webpack_require__("../../node_modules/.pnpm/validator@13.15.15/node_modules/validator/lib/isEmail.js");
22071
+ var isEmail = __webpack_require__("../../node_modules/.pnpm/validator@13.15.26/node_modules/validator/lib/isEmail.js");
22020
22072
  var isEmail_default = /*#__PURE__*/ __webpack_require__.n(isEmail);
22021
22073
  var IS_EMAIL = 'isEmail';
22022
22074
  function IsEmail_isEmail(value, options) {
@@ -23431,8 +23483,16 @@ and limitations under the License.
23431
23483
  return this.options.dmid(this);
23432
23484
  }
23433
23485
  isSameAs(dan, options) {
23486
+ if (this === dan) return true;
23434
23487
  if (4 === this.mode || 4 === dan.mode) return false;
23435
23488
  if (!options?.skipDanuniMerge && (this.extra.danuni?.merge || dan.extra.danuni?.merge)) return false;
23489
+ if (this.extra.bili?.dmid && dan.extra.bili?.dmid) {
23490
+ if (this.extra.bili.dmid && !dan.extra.bili.dmid || !this.extra.bili.dmid && dan.extra.bili.dmid) return false;
23491
+ if (this.extra.bili.dmid === dan.extra.bili.dmid) return true;
23492
+ return false;
23493
+ }
23494
+ if (this.extra.artplayer && !dan.extra.artplayer || !this.extra.artplayer && dan.extra.artplayer) return false;
23495
+ if (this.extra.artplayer && dan.extra.artplayer && (this.extra.artplayer.border !== dan.extra.artplayer.border || dm_gen_JSON.stringify(this.extra.artplayer.style) !== dm_gen_JSON.stringify(dan.extra.artplayer.style))) return false;
23436
23496
  const isSame = (k)=>this[k] === dan[k];
23437
23497
  const checks = [
23438
23498
  'SOID',
@@ -23444,26 +23504,22 @@ and limitations under the License.
23444
23504
  return checks;
23445
23505
  }
23446
23506
  minify() {
23447
- const def = UniDM.create();
23448
- const dan = UniDM.create(this);
23449
- const shouldKeep = (key, value)=>{
23450
- if ('SOID' === key) return true;
23451
- if (null == value) return false;
23452
- if (value === def[key]) return false;
23453
- if ('attr' === key && Array.isArray(value) && 0 === value.length) return false;
23454
- if ('extraStr' === key && '{}' === value) return false;
23455
- return true;
23456
- };
23507
+ const def = new UniDM();
23457
23508
  const result = {
23458
- SOID: dan.SOID
23509
+ SOID: this.SOID
23459
23510
  };
23460
- for (const key of Object.keys(dan)){
23461
- const value = dan[key];
23462
- if (shouldKeep(key, value)) {
23463
- if ('SOID' === key) continue;
23464
- Reflect.set(result, key, value);
23465
- }
23466
- }
23511
+ if (this.progress !== def.progress) result.progress = this.progress;
23512
+ if (this.mode !== def.mode) result.mode = this.mode;
23513
+ if (this.fontsize !== def.fontsize) result.fontsize = this.fontsize;
23514
+ if (this.color !== def.color) result.color = this.color;
23515
+ if (this.senderID !== def.senderID) result.senderID = this.senderID;
23516
+ if (this.content !== def.content) result.content = this.content;
23517
+ if (this.weight !== def.weight) result.weight = this.weight;
23518
+ if (this.pool !== def.pool) result.pool = this.pool;
23519
+ if (this.attr.length > 0) result.attr = this.attr;
23520
+ if (void 0 !== this.platform) result.platform = this.platform;
23521
+ if (this.extraStr && '{}' !== this.extraStr) result.extraStr = this.extraStr;
23522
+ if (void 0 !== this.DMID) result.DMID = this.DMID;
23467
23523
  return result;
23468
23524
  }
23469
23525
  downgradeAdvcancedDan({ include, exclude, cleanExtra = false } = {}) {
@@ -23795,7 +23851,7 @@ and limitations under the License.
23795
23851
  color: this.color,
23796
23852
  uid: this.senderID,
23797
23853
  m: this.content,
23798
- cid: this.DMID ? Number.parseInt(dm_gen_Buffer.from(this.DMID).toString('hex'), 16) : 0
23854
+ cid: this.DMID ? BigInt(`0x${dm_gen_Buffer.from(this.DMID).toString('hex')}`) : 0n
23799
23855
  };
23800
23856
  }
23801
23857
  constructor(){
@@ -23870,7 +23926,7 @@ and limitations under the License.
23870
23926
  IsDate(),
23871
23927
  IsNotEmpty(),
23872
23928
  Expose(),
23873
- _ts_metadata("design:type", "undefined" == typeof Date ? Object : Date)
23929
+ _ts_metadata("design:type", "u" < typeof Date ? Object : Date)
23874
23930
  ], UniDM.prototype, "ctime", void 0);
23875
23931
  _ts_decorate([
23876
23932
  Max(11),
@@ -23916,7 +23972,7 @@ and limitations under the License.
23916
23972
  Expose(),
23917
23973
  _ts_metadata("design:type", Function),
23918
23974
  _ts_metadata("design:paramtypes", [
23919
- "undefined" == typeof Options ? Object : Options
23975
+ "u" < typeof Options ? Object : Options
23920
23976
  ]),
23921
23977
  _ts_metadata("design:returntype", void 0)
23922
23978
  ], UniDM.prototype, "init", null);
@@ -23928,7 +23984,7 @@ and limitations under the License.
23928
23984
  ], UniDM.prototype, "validate", null);
23929
23985
  _ts_decorate([
23930
23986
  Expose(),
23931
- _ts_metadata("design:type", "undefined" == typeof Extra ? Object : Extra),
23987
+ _ts_metadata("design:type", "u" < typeof Extra ? Object : Extra),
23932
23988
  _ts_metadata("design:paramtypes", [])
23933
23989
  ], UniDM.prototype, "extra", null);
23934
23990
  _ts_decorate([
@@ -23977,738 +24033,142 @@ and limitations under the License.
23977
24033
  Expose(),
23978
24034
  _ts_metadata("design:type", Function),
23979
24035
  _ts_metadata("design:paramtypes", []),
23980
- _ts_metadata("design:returntype", "undefined" == typeof DMDplayer ? Object : DMDplayer)
24036
+ _ts_metadata("design:returntype", "u" < typeof DMDplayer ? Object : DMDplayer)
23981
24037
  ], UniDM.prototype, "toDplayer", null);
23982
24038
  _ts_decorate([
23983
24039
  Expose(),
23984
24040
  _ts_metadata("design:type", Function),
23985
24041
  _ts_metadata("design:paramtypes", []),
23986
- _ts_metadata("design:returntype", "undefined" == typeof DMArtplayer ? Object : DMArtplayer)
24042
+ _ts_metadata("design:returntype", "u" < typeof DMArtplayer ? Object : DMArtplayer)
23987
24043
  ], UniDM.prototype, "toArtplayer", null);
23988
24044
  _ts_decorate([
23989
24045
  Expose(),
23990
24046
  _ts_metadata("design:type", Function),
23991
24047
  _ts_metadata("design:paramtypes", []),
23992
- _ts_metadata("design:returntype", "undefined" == typeof DMDDplay ? Object : DMDDplay)
24048
+ _ts_metadata("design:returntype", "u" < typeof DMDDplay ? Object : DMDDplay)
23993
24049
  ], UniDM.prototype, "toDDplay", null);
23994
- const src_JSON = json_bigint_default()({
23995
- useNativeBigInt: true
23996
- });
23997
- const DanUniConvertTipTemplate = {
23998
- meassage: 'Converted by DanUni!',
23999
- version: `JS/TS ${package_namespaceObject.UU} (v${package_namespaceObject.rE})`
24050
+ const DanmakuType = {
24051
+ SCROLL: 1,
24052
+ BOTTOM: 2,
24053
+ TOP: 3
24000
24054
  };
24001
- class UniPool {
24002
- constructor(dans, options = {}, info = {
24003
- fromConverted: false
24004
- }){
24005
- this.dans = dans;
24006
- this.options = options;
24007
- this.info = info;
24008
- if (false !== options.dedupe) options.dedupe = true;
24009
- if (this.options.dedupe) this.dedupe();
24010
- }
24011
- async pipe(fn) {
24012
- return fn(this);
24013
- }
24014
- pipeSync(fn) {
24015
- return fn(this);
24016
- }
24017
- get shared() {
24018
- const isShared = (key)=>this.dans.every((d)=>d[key]);
24019
- return {
24020
- SOID: isShared('SOID') ? this.dans[0].SOID : void 0,
24021
- senderID: isShared('senderID') ? this.dans[0].senderID : void 0,
24022
- platform: isShared('platform') ? this.dans[0].platform : void 0,
24023
- pool: isShared('pool') ? this.dans[0].pool : void 0,
24024
- mode: isShared('mode') ? this.dans[0].mode : void 0,
24025
- color: isShared('color') ? this.dans[0].color : void 0
24026
- };
24027
- }
24028
- getShared(key) {
24029
- const isShared = (key)=>this.dans.every((d)=>d[key]);
24030
- return isShared(key) ? this.dans[0][key] : void 0;
24031
- }
24032
- getStat(key) {
24033
- const default_stat = [];
24034
- const stats = this.dans.reduce((stat, dan)=>{
24035
- const valWithCount = stat.find((i)=>i.val === dan[key]);
24036
- if (valWithCount) valWithCount.count++;
24037
- else stat.push({
24038
- val: dan[key],
24039
- count: 1
24040
- });
24041
- return stat;
24042
- }, default_stat);
24043
- return stats;
24044
- }
24045
- getMost(key) {
24046
- return this.getStat(key).toSorted((a, b)=>b.count - a.count)[0];
24047
- }
24048
- get most() {
24055
+ const FontSize = {
24056
+ SMALL: 0,
24057
+ NORMAL: 1,
24058
+ LARGE: 2
24059
+ };
24060
+ function decimalToRGB888(decimal) {
24061
+ const r = decimal >> 16 & 0xff;
24062
+ const g = decimal >> 8 & 0xff;
24063
+ const b = 0xff & decimal;
24064
+ return {
24065
+ r,
24066
+ g,
24067
+ b
24068
+ };
24069
+ }
24070
+ function UniPool2DanmakuLists(UP) {
24071
+ const dans = UP.dans;
24072
+ let type = DanmakuType.SCROLL;
24073
+ return dans.map((d)=>{
24074
+ if (d.mode === dm_gen_Modes.Bottom) type = DanmakuType.BOTTOM;
24075
+ else if (d.mode === dm_gen_Modes.Top) type = DanmakuType.TOP;
24049
24076
  return {
24050
- mode: this.getMost('mode').val,
24051
- fontsize: this.getMost('fontsize').val,
24052
- color: this.getMost('color').val,
24053
- senderID: this.getMost('senderID').val,
24054
- content: this.getMost('content').val,
24055
- weight: this.getMost('weight').val,
24056
- pool: this.getMost('pool').val,
24057
- platform: this.getMost('platform').val
24077
+ time: d.progress,
24078
+ type,
24079
+ fontSizeType: d.fontsize,
24080
+ content: d.content,
24081
+ color: decimalToRGB888(d.color),
24082
+ extra: d
24058
24083
  };
24084
+ });
24085
+ }
24086
+ function DanmakuList2UniPool(d, options) {
24087
+ return new UniPool(d.map((d)=>UniDM.create(d.extra)), options);
24088
+ }
24089
+ const lang_assign = (source, ...targets)=>{
24090
+ for (const target of targets)for (const key of Object.keys(target))source[key] = target[key];
24091
+ return source;
24092
+ };
24093
+ const arrayOfLength = (length, defaultValue)=>{
24094
+ const array = new Array(length);
24095
+ for(let i = 0; i < length; i++)array[i] = defaultValue;
24096
+ return array;
24097
+ };
24098
+ const computeScrollInTime = (rectWidth, screenWidth, scrollTime)=>{
24099
+ const speed = (screenWidth + rectWidth) / scrollTime;
24100
+ return rectWidth / speed;
24101
+ };
24102
+ const computeScrollOverTime = (rectWidth, screenWidth, scrollTime)=>{
24103
+ const speed = (screenWidth + rectWidth) / scrollTime;
24104
+ return screenWidth / speed;
24105
+ };
24106
+ const splitGrids = ({ fontSize, padding, playResY, bottomSpace })=>{
24107
+ const defaultFontSize = fontSize[FontSize.NORMAL];
24108
+ const paddingTop = padding[0];
24109
+ const paddingBottom = padding[2];
24110
+ const linesCount = Math.floor((playResY - bottomSpace) / (defaultFontSize + paddingTop + paddingBottom));
24111
+ return {
24112
+ 1: arrayOfLength(linesCount, {
24113
+ start: 0,
24114
+ end: 0,
24115
+ width: 0
24116
+ }),
24117
+ 3: arrayOfLength(linesCount, 0),
24118
+ 2: arrayOfLength(linesCount, 0)
24119
+ };
24120
+ };
24121
+ const measureTextWidthConstructor = (canvasContext)=>{
24122
+ const supportTextMeasure = !!canvasContext.measureText('中');
24123
+ if (supportTextMeasure) return (fontName, fontSize, bold, text)=>{
24124
+ canvasContext.font = `${bold ? 'bold' : 'normal'} ${fontSize}px ${fontName}`;
24125
+ const textWidth = canvasContext.measureText(text).width;
24126
+ return Math.round(textWidth);
24127
+ };
24128
+ console.warn('[Warn] node-canvas is installed without text measure support, layout may not be correct');
24129
+ return (_fontName, fontSize, _bold, text)=>text.length * fontSize;
24130
+ };
24131
+ const resolveAvailableFixGrid = (grids, time)=>{
24132
+ for (const [i, grid] of grids.entries())if (grid <= time) return i;
24133
+ return -1;
24134
+ };
24135
+ const resolveAvailableScrollGrid = (grids, rectWidth, screenWidth, time, duration)=>{
24136
+ for (const [i, previous] of grids.entries()){
24137
+ const previousInTime = previous.start + computeScrollInTime(previous.width, screenWidth, duration);
24138
+ const currentOverTime = time + computeScrollOverTime(rectWidth, screenWidth, duration);
24139
+ if (time >= previousInTime && currentOverTime >= previous.end) return i;
24059
24140
  }
24060
- static create(options) {
24061
- return new UniPool([], options);
24062
- }
24063
- assign(dans) {
24064
- if (dans instanceof UniPool) return new UniPool([
24065
- ...this.dans,
24066
- ...dans.dans
24067
- ], {
24068
- ...this.options,
24069
- ...dans.options
24070
- }, {
24071
- ...this.info,
24072
- ...dans.info
24073
- });
24074
- if (dans instanceof UniDM) return new UniPool([
24075
- ...this.dans,
24076
- dans
24077
- ], this.options, this.info);
24078
- if (Array.isArray(dans) && dans.every((d)=>d instanceof UniDM)) return new UniPool([
24079
- ...this.dans,
24080
- ...dans
24081
- ], this.options, this.info);
24082
- return this;
24083
- }
24084
- split(key) {
24085
- if (this.shared[key]) return [
24086
- this
24087
- ];
24088
- const set = new Set(this.dans.map((d)=>d[key]));
24089
- return [
24090
- ...set
24091
- ].map((v)=>new UniPool(this.dans.filter((d)=>d[key] === v), {
24092
- ...this.options,
24093
- dedupe: false
24094
- }, this.info));
24095
- }
24096
- dedupe() {
24097
- if (false !== this.options.dmid) {
24098
- const map = new Map();
24099
- this.dans.forEach((d)=>map.set(d.DMID || d.toDMID(), d));
24100
- this.dans = [
24101
- ...map.values()
24102
- ];
24103
- }
24104
- this.options.dedupe = false;
24105
- }
24106
- merge(lifetime = 0) {
24107
- if (!this.shared.SOID) {
24108
- console.error("本功能仅支持同弹幕库内使用,可先 .split('SOID') 在分别使用");
24109
- return this;
24110
- }
24111
- if (lifetime <= 0) return this;
24112
- const mergeContext = this.dans.reduce(([result, cache, mergeObj], danmaku)=>{
24113
- const key = [
24114
- 'content',
24115
- 'mode',
24116
- 'pool',
24117
- 'platform'
24118
- ].map((k)=>danmaku[k]).join('|');
24119
- const cached = cache[key];
24120
- const lastAppearTime = cached?.progress || 0;
24121
- if (cached && danmaku.progress - lastAppearTime <= lifetime && danmaku.isSameAs(cached, {
24122
- skipDanuniMerge: true
24123
- })) {
24124
- const senders = mergeObj[key].senders;
24125
- senders.push(danmaku.senderID);
24126
- const extra = danmaku.extra;
24127
- extra.danuni = extra.danuni || {};
24128
- extra.danuni.merge = {
24129
- count: senders.length,
24130
- duration: Number.parseFloat((danmaku.progress - cached.progress).toFixed(3)),
24131
- senders,
24132
- taolu_count: senders.length,
24133
- taolu_senders: senders
24134
- };
24135
- danmaku.extraStr = src_JSON.stringify(extra);
24136
- cache[key] = danmaku;
24137
- mergeObj[key] = extra.danuni.merge;
24138
- return [
24139
- result,
24140
- cache,
24141
- mergeObj
24142
- ];
24143
- }
24144
- {
24145
- mergeObj[key] = {
24146
- count: 1,
24147
- duration: 0,
24148
- senders: [
24149
- danmaku.senderID
24150
- ],
24151
- taolu_count: 1,
24152
- taolu_senders: [
24153
- danmaku.senderID
24154
- ]
24155
- };
24156
- cache[key] = danmaku;
24157
- const extra = danmaku.extra;
24158
- extra.danuni = extra.danuni || {};
24159
- extra.danuni.merge = mergeObj[key];
24160
- danmaku.extraStr = src_JSON.stringify(extra);
24161
- result.push(danmaku);
24162
- return [
24163
- result,
24164
- cache,
24165
- mergeObj
24166
- ];
24167
- }
24168
- }, [
24169
- [],
24170
- {},
24171
- {}
24172
- ]);
24173
- const [result, _cache, mergeObj] = mergeContext;
24174
- result.forEach((danmaku, i)=>{
24175
- const key = [
24176
- 'content',
24177
- 'mode',
24178
- 'platform',
24179
- 'pool'
24180
- ].map((k)=>danmaku[k]).join('|');
24181
- const extra = result[i].extra;
24182
- const mergeData = mergeObj[key];
24183
- result[i].extraStr = src_JSON.stringify({
24184
- ...extra,
24185
- danuni: {
24186
- ...extra.danuni,
24187
- merge: mergeData
24188
- }
24189
- });
24190
- if (mergeData?.count) if (mergeData.count <= 1) {
24191
- const updatedExtra = {
24192
- ...extra
24193
- };
24194
- if (updatedExtra.danuni) {
24195
- delete updatedExtra.danuni.merge;
24196
- if (0 === Object.keys(updatedExtra.danuni).length) delete updatedExtra.danuni;
24197
- }
24198
- result[i].extraStr = Object.keys(updatedExtra).length > 0 ? src_JSON.stringify(updatedExtra) : void 0;
24199
- } else {
24200
- result[i].senderID = 'merge[bot]@dan-any';
24201
- result[i].attr ? result[i].attr.push(dm_gen_DMAttr.Protect) : result[i].attr = [
24202
- dm_gen_DMAttr.Protect
24203
- ];
24204
- }
24205
- });
24206
- return new UniPool(result, this.options, this.info);
24207
- }
24208
- minify() {
24209
- return this.dans.map((d)=>d.minify());
24210
- }
24211
- static import(file, options, mod) {
24212
- if (!mod) mod = [
24213
- 'json',
24214
- 'str',
24215
- 'bin'
24216
- ];
24217
- const err = '无法识别该文件,请手动指定格式!';
24218
- const parseJSON = (json)=>{
24219
- try {
24220
- if (Array.isArray(json) && json.every((d)=>d.SOID)) return {
24221
- pool: new UniPool(json, options),
24222
- fmt: 'danuni.json'
24223
- };
24224
- if (json.danmuku && json.danmuku.every((d)=>d.text)) return {
24225
- pool: this.fromArtplayer(json, json.danuni?.data ?? '', void 0, options),
24226
- fmt: 'artplayer.json'
24227
- };
24228
- if (json.count && json.comments && json.comments.every((d)=>d.m)) return {
24229
- pool: this.fromDDPlay(json, json.danuni?.data ?? '', options),
24230
- fmt: 'ddplay.json'
24231
- };
24232
- else if (0 == json.code && json.data && Array.isArray(json.data) && json.data.every((d)=>Array.isArray(d))) return {
24233
- pool: this.fromDplayer(json, json.danuni?.data ?? '', void 0, options),
24234
- fmt: 'dplayer.json'
24235
- };
24236
- else if (0 == json.code && '0' == json.message && json.data && json.data.page && json.data.result && Array.isArray(json.data.result) && json.data.result.every((d)=>d.id && d.oid)) return {
24237
- pool: this.fromBiliUp(json, options),
24238
- fmt: 'bili.up.json'
24239
- };
24240
- } catch {}
24241
- };
24242
- const parseStr = (file)=>{
24243
- if (mod.includes('json')) try {
24244
- if (IsJSON_isJSON(file)) {
24245
- const json = src_JSON.parse(file);
24246
- return parseJSON(json);
24247
- }
24248
- } catch {}
24249
- if (mod.includes('str')) {
24250
- try {
24251
- const xmlParser = new XMLParser({
24252
- ignoreAttributes: false
24253
- });
24254
- const xml = xmlParser.parse(file);
24255
- if (xml?.i?.d) return {
24256
- pool: this.fromBiliXML(file, options),
24257
- fmt: 'bili.xml'
24258
- };
24259
- } catch {}
24260
- try {
24261
- return {
24262
- pool: this.fromASS(file, options),
24263
- fmt: 'common.ass'
24264
- };
24265
- } catch {}
24266
- }
24267
- };
24268
- let errmesg;
24269
- if (isObject(file)) {
24270
- if (file instanceof ArrayBuffer || file instanceof Uint8Array) {
24271
- if (mod.includes('bin')) {
24272
- try {
24273
- return {
24274
- pool: this.fromPb(file),
24275
- fmt: 'danuni.pb.bin'
24276
- };
24277
- } catch {}
24278
- try {
24279
- return {
24280
- pool: this.fromBiliGrpc(file),
24281
- fmt: 'bili.pb.bin'
24282
- };
24283
- } catch {}
24284
- try {
24285
- return {
24286
- pool: this.fromBiliCommandGrpc(file),
24287
- fmt: 'bili.cmd.pb.bin'
24288
- };
24289
- } catch {}
24290
- }
24291
- try {
24292
- const fileStr = new TextDecoder().decode(file);
24293
- const prStr = parseStr(fileStr);
24294
- if (prStr) return prStr;
24295
- errmesg = `${err}(定位: bin->string)`;
24296
- } catch {}
24297
- } else if (mod.includes('json')) {
24298
- const prJSON = parseJSON(file);
24299
- if (!prJSON) throw new Error(`${err}(定位: json)`);
24300
- return prJSON;
24301
- }
24302
- } else if (isString(file)) {
24303
- const prStr = parseStr(file);
24304
- if (!prStr) throw new Error(`${err}(定位: string)`);
24305
- return prStr;
24306
- }
24307
- throw new Error(errmesg ?? err);
24308
- }
24309
- convert2(format, continue_on_error = false) {
24310
- switch(format){
24311
- case 'danuni.json':
24312
- return this.dans;
24313
- case 'danuni.pb.bin':
24314
- return this.toPb();
24315
- case 'bili.xml':
24316
- return this.toBiliXML();
24317
- case 'dplayer.json':
24318
- return this.toDplayer();
24319
- case 'artplayer.json':
24320
- return this.toArtplayer();
24321
- case 'ddplay.json':
24322
- return this.toDDplay();
24323
- default:
24324
- {
24325
- const message = '(err) Unknown format or unsupported now!';
24326
- if (continue_on_error) return message;
24327
- throw new Error(message);
24328
- }
24329
- }
24330
- }
24331
- static fromPb(bin, options) {
24332
- const data = fromBinary(DanmakuReplySchema, new Uint8Array(bin));
24333
- return new UniPool(data.danmakus.map((d)=>UniDM.create({
24334
- ...d,
24335
- progress: d.progress / 1000,
24336
- mode: d.mode,
24337
- ctime: timestampDate(d.ctime || timestampNow()),
24338
- pool: d.pool,
24339
- attr: d.attr,
24340
- extra: void 0,
24341
- extraStr: d.extra
24342
- }, options)), options);
24343
- }
24344
- toPb() {
24345
- return toBinary(DanmakuReplySchema, create(DanmakuReplySchema, {
24346
- danmakus: this.dans.map((d)=>({
24347
- SOID: d.SOID,
24348
- DMID: d.DMID,
24349
- progress: Math.round(1000 * d.progress),
24350
- mode: d.mode,
24351
- fontsize: d.fontsize,
24352
- color: d.color,
24353
- senderID: d.senderID,
24354
- content: d.content,
24355
- ctime: timestampFromDate(d.ctime),
24356
- weight: d.weight,
24357
- pool: d.pool,
24358
- attr: d.attr,
24359
- platform: d.platform,
24360
- extra: d.extraStr
24361
- }))
24362
- }));
24363
- }
24364
- static fromBiliXML(xml, options) {
24365
- const parser = new XMLParser({
24366
- ignoreAttributes: false
24367
- });
24368
- const oriData = parser.parse(xml);
24369
- const dans = oriData.i.d;
24370
- const fromConverted = !!oriData.i.danuni;
24371
- const cid = BigInt(oriData.i.chatid);
24372
- return new UniPool(dans.map((d)=>UniDM.fromBili(UniDM.parseBiliSingle(d['@_p'], d['#text']), cid, options, fromConverted ? oriData.i.danuni?.data : void 0)).filter((d)=>null !== d), options, {
24373
- fromConverted
24374
- });
24375
- }
24376
- toBiliXML(options) {
24377
- const genCID = (id)=>{
24378
- const UniID = id_gen_UniID.fromString(id);
24379
- if (UniID.domain === platform_PlatformVideoSource.Bilibili) {
24380
- const cid = UniID.id.replaceAll(`def_${platform_PlatformVideoSource.Bilibili}+`, '');
24381
- if (cid) return cid;
24382
- }
24383
- return !options?.cid || id;
24384
- };
24385
- if (options?.avoidSenderIDWithAt) {
24386
- const ok = this.dans.every((d)=>d.senderID.endsWith(`@${platform_PlatformVideoSource.Bilibili}`));
24387
- if (!ok) throw new Error('存在其他来源的senderID,请关闭该功能再试!');
24388
- }
24389
- const builder = new Builder({
24390
- ignoreAttributes: false
24391
- });
24392
- return builder.build({
24393
- '?xml': {
24394
- '@_version': '1.0',
24395
- '@_encoding': 'UTF-8'
24396
- },
24397
- i: {
24398
- chatserver: 'chat.bilibili.com',
24399
- chatid: genCID(this.dans[0].SOID),
24400
- mission: 0,
24401
- maxlimit: this.dans.length,
24402
- state: 0,
24403
- real_name: 0,
24404
- source: 'k-v',
24405
- danuni: {
24406
- ...DanUniConvertTipTemplate,
24407
- data: this.shared.SOID
24408
- },
24409
- d: this.dans.map((dan)=>dan.toBiliXML(options))
24410
- }
24411
- });
24412
- }
24413
- static fromBiliGrpc(bin, options) {
24414
- const data = fromBinary(DmSegMobileReplySchema, new Uint8Array(bin));
24415
- const json = data.elems;
24416
- return new UniPool(json.map((d)=>UniDM.fromBili({
24417
- ...d,
24418
- progress: d.progress / 1000
24419
- }, d.oid, options)), options);
24420
- }
24421
- static fromBiliCommandGrpc(bin, options) {
24422
- const data = fromBinary(DmWebViewReplySchema, new Uint8Array(bin));
24423
- const json = data.commandDms;
24424
- return new UniPool(json.map((d)=>UniDM.fromBiliCommand(d, d.oid, options)), options);
24425
- }
24426
- static fromBiliUp(json, options) {
24427
- return new UniPool(json.data.result.map((d)=>{
24428
- const attrBin = d.attrs ? d.attrs.split(',').map(Number).reduce((bin, bitPosition)=>bin | 1 << bitPosition - 1, 0) : 0;
24429
- return UniDM.fromBili({
24430
- id: BigInt(d.id_str || d.id),
24431
- progress: d.progress / 1000,
24432
- mode: d.mode,
24433
- fontsize: d.fontsize,
24434
- color: Number.parseInt(d.color, 16),
24435
- mid: d.mid,
24436
- midHash: d.mid_hash,
24437
- content: d.msg,
24438
- ctime: BigInt(d.ctime),
24439
- pool: d.pool,
24440
- attr: attrBin,
24441
- oid: BigInt(d.oid)
24442
- }, BigInt(d.oid), options);
24443
- }), options);
24444
- }
24445
- static fromDplayer(json, playerID, domain = 'other', options) {
24446
- return new UniPool(json.data.map((d)=>UniDM.fromDplayer({
24447
- content: d[4],
24448
- progress: d[0],
24449
- mode: d[1],
24450
- color: d[2],
24451
- midHash: d[3]
24452
- }, playerID, domain, options)), options, {
24453
- fromConverted: !!json.danuni
24454
- });
24455
- }
24456
- toDplayer() {
24457
- return {
24458
- code: 0,
24459
- danuni: {
24460
- ...DanUniConvertTipTemplate,
24461
- data: this.dans[0].SOID.split('@')[0]
24462
- },
24463
- data: this.dans.map((dan)=>{
24464
- const d = dan.toDplayer();
24465
- return [
24466
- d.progress,
24467
- d.mode,
24468
- d.color,
24469
- d.midHash,
24470
- d.content
24471
- ];
24472
- })
24473
- };
24474
- }
24475
- static fromArtplayer(json, playerID, domain = 'other', options) {
24476
- return new UniPool(json.danmuku.map((d)=>UniDM.fromArtplayer({
24477
- content: d.text,
24478
- progress: d.time || 0,
24479
- mode: d.mode || 0,
24480
- color: Number((d.color || 'FFFFFF').replace('#', '0x')),
24481
- style: d.style
24482
- }, playerID, domain, options)), options, {
24483
- fromConverted: !!json.danuni
24484
- });
24485
- }
24486
- toArtplayer() {
24487
- return {
24488
- danuni: {
24489
- ...DanUniConvertTipTemplate,
24490
- data: this.dans[0].SOID.split('@')[0]
24491
- },
24492
- danmuku: this.dans.map((dan)=>{
24493
- const d = dan.toArtplayer();
24494
- return {
24495
- text: d.content,
24496
- time: d.progress,
24497
- mode: d.mode,
24498
- color: `#${d.color.toString(16).toUpperCase() || 'FFFFFF'}`,
24499
- border: d.border,
24500
- style: d.style
24501
- };
24502
- })
24503
- };
24504
- }
24505
- static fromDDPlay(json, episodeId, options) {
24506
- return new UniPool(json.comments.map((d)=>{
24507
- const p_arr = d.p.split(',');
24508
- return UniDM.fromDDplay({
24509
- cid: d.cid,
24510
- color: Number.parseInt(p_arr[2]),
24511
- m: d.m,
24512
- mode: Number.parseInt(p_arr[1]),
24513
- progress: Number.parseFloat(p_arr[0]),
24514
- uid: p_arr[3]
24515
- }, episodeId, void 0, options);
24516
- }), options, {
24517
- fromConverted: !!json.danuni
24518
- });
24519
- }
24520
- toDDplay() {
24521
- const episodeId = this.dans[0].SOID.split('@')[0].replaceAll(`def_${platform_PlatformDanmakuOnlySource.DanDanPlay}+`, '');
24522
- return {
24523
- danuni: {
24524
- ...DanUniConvertTipTemplate,
24525
- data: episodeId
24526
- },
24527
- count: this.dans.length,
24528
- comments: this.dans.map((dan)=>{
24529
- const d = dan.toDDplay();
24530
- return {
24531
- cid: d.cid,
24532
- p: `${d.progress},${d.mode},${d.color},${d.uid}`,
24533
- m: d.m
24534
- };
24535
- })
24536
- };
24537
- }
24538
- static fromASS(ass, options) {
24539
- return parseAssRawField(ass, options);
24540
- }
24541
- toASS(canvasCtx, options) {
24542
- const defaultOptions = {
24543
- substyle: {}
24544
- };
24545
- const finalOptions = options ?? defaultOptions;
24546
- const fn = this.shared.SOID;
24547
- return generateASS(this, {
24548
- filename: fn,
24549
- title: fn,
24550
- ...finalOptions
24551
- }, canvasCtx);
24552
- }
24553
- }
24554
- const color_pad = (s)=>s.length < 2 ? `0${s}` : s;
24555
- const decimalToHex = (n)=>color_pad(n.toString(16));
24556
- const isDarkColor = ({ r, g, b })=>0.299 * r + 0.587 * g + 0.114 * b < 0x30;
24557
- const WHITE = {
24558
- r: 255,
24559
- g: 255,
24560
- b: 255
24561
- };
24562
- const BLACK = {
24563
- r: 0,
24564
- g: 0,
24565
- b: 0
24566
- };
24567
- const hexColorToRGB = (hex)=>{
24568
- if (0 === hex.indexOf('#')) hex = hex.slice(1);
24569
- const [r, g, b] = 3 === hex.length ? hex.split('').map((c)=>c + c) : hex.match(/../g) || [];
24570
- return {
24571
- r: Number.parseInt(r, 16),
24572
- g: Number.parseInt(g, 16),
24573
- b: Number.parseInt(b, 16)
24574
- };
24575
- };
24576
- const formatColor = ({ r, g, b }, opacity)=>{
24577
- const color = [
24578
- b,
24579
- g,
24580
- r
24581
- ];
24582
- if (void 0 !== opacity) {
24583
- const alpha = Math.round((1 - opacity) * 255);
24584
- color.unshift(alpha);
24585
- }
24586
- return `&H${color.map(decimalToHex).join('').toUpperCase()}`;
24587
- };
24588
- const getDecoratingColor = (color)=>isDarkColor(color) ? WHITE : BLACK;
24589
- const isWhite = (color)=>255 === color.r && 255 === color.g && 255 === color.b;
24590
- const DanmakuType = {
24591
- SCROLL: 1,
24592
- BOTTOM: 2,
24593
- TOP: 3
24594
- };
24595
- const FontSize = {
24596
- SMALL: 0,
24597
- NORMAL: 1,
24598
- LARGE: 2
24599
- };
24600
- function decimalToRGB888(decimal) {
24601
- const r = decimal >> 16 & 0xff;
24602
- const g = decimal >> 8 & 0xff;
24603
- const b = 0xff & decimal;
24604
- return {
24605
- r,
24606
- g,
24607
- b
24608
- };
24609
- }
24610
- function UniPool2DanmakuLists(UP) {
24611
- const dans = UP.dans;
24612
- let type = DanmakuType.SCROLL;
24613
- return dans.map((d)=>{
24614
- if (d.mode === dm_gen_Modes.Bottom) type = DanmakuType.BOTTOM;
24615
- else if (d.mode === dm_gen_Modes.Top) type = DanmakuType.TOP;
24616
- return {
24617
- time: d.progress,
24618
- type,
24619
- fontSizeType: d.fontsize,
24620
- content: d.content,
24621
- color: decimalToRGB888(d.color),
24622
- extra: d
24623
- };
24624
- });
24625
- }
24626
- function DanmakuList2UniPool(d, options) {
24627
- return new UniPool(d.map((d)=>UniDM.create(d.extra)), options);
24628
- }
24629
- const lang_assign = (source, ...targets)=>{
24630
- for (const target of targets)for (const key of Object.keys(target))source[key] = target[key];
24631
- return source;
24632
- };
24633
- const arrayOfLength = (length, defaultValue)=>{
24634
- const array = new Array(length);
24635
- for(let i = 0; i < length; i++)array[i] = defaultValue;
24636
- return array;
24637
- };
24638
- const computeScrollInTime = (rectWidth, screenWidth, scrollTime)=>{
24639
- const speed = (screenWidth + rectWidth) / scrollTime;
24640
- return rectWidth / speed;
24641
- };
24642
- const computeScrollOverTime = (rectWidth, screenWidth, scrollTime)=>{
24643
- const speed = (screenWidth + rectWidth) / scrollTime;
24644
- return screenWidth / speed;
24645
- };
24646
- const splitGrids = ({ fontSize, padding, playResY, bottomSpace })=>{
24647
- const defaultFontSize = fontSize[FontSize.NORMAL];
24648
- const paddingTop = padding[0];
24649
- const paddingBottom = padding[2];
24650
- const linesCount = Math.floor((playResY - bottomSpace) / (defaultFontSize + paddingTop + paddingBottom));
24651
- return {
24652
- 1: arrayOfLength(linesCount, {
24653
- start: 0,
24654
- end: 0,
24655
- width: 0
24656
- }),
24657
- 3: arrayOfLength(linesCount, 0),
24658
- 2: arrayOfLength(linesCount, 0)
24659
- };
24660
- };
24661
- const measureTextWidthConstructor = (canvasContext)=>{
24662
- const supportTextMeasure = !!canvasContext.measureText('中');
24663
- if (supportTextMeasure) return (fontName, fontSize, bold, text)=>{
24664
- canvasContext.font = `${bold ? 'bold' : 'normal'} ${fontSize}px ${fontName}`;
24665
- const textWidth = canvasContext.measureText(text).width;
24666
- return Math.round(textWidth);
24667
- };
24668
- console.warn('[Warn] node-canvas is installed without text measure support, layout may not be correct');
24669
- return (_fontName, fontSize, _bold, text)=>text.length * fontSize;
24670
- };
24671
- const resolveAvailableFixGrid = (grids, time)=>{
24672
- for (const [i, grid] of grids.entries())if (grid <= time) return i;
24673
- return -1;
24674
- };
24675
- const resolveAvailableScrollGrid = (grids, rectWidth, screenWidth, time, duration)=>{
24676
- for (const [i, previous] of grids.entries()){
24677
- const previousInTime = previous.start + computeScrollInTime(previous.width, screenWidth, duration);
24678
- const currentOverTime = time + computeScrollOverTime(rectWidth, screenWidth, duration);
24679
- if (time >= previousInTime && currentOverTime >= previous.end) return i;
24680
- }
24681
- return -1;
24682
- };
24683
- const initializeLayout = (config, canvasCtx)=>{
24684
- const { playResX, playResY, fontName, fontSize, bold, padding, scrollTime, fixTime, bottomSpace } = config;
24685
- const [paddingTop, paddingRight, paddingBottom, paddingLeft] = padding;
24686
- const defaultFontSize = fontSize[FontSize.NORMAL];
24687
- const grids = splitGrids(config);
24688
- const gridHeight = defaultFontSize + paddingTop + paddingBottom;
24689
- return (danmaku)=>{
24690
- const targetGrids = grids[danmaku.type];
24691
- const danmakuFontSize = fontSize[danmaku.fontSizeType];
24692
- const rectWidth = measureTextWidthConstructor(canvasCtx)(fontName, danmakuFontSize, bold, danmaku.content) + paddingLeft + paddingRight;
24693
- const verticalOffset = paddingTop + Math.round((defaultFontSize - danmakuFontSize) / 2);
24694
- if (danmaku.type === DanmakuType.SCROLL) {
24695
- const scrollGrids = targetGrids;
24696
- const gridNumber = resolveAvailableScrollGrid(scrollGrids, rectWidth, playResX, danmaku.time, scrollTime);
24697
- if (gridNumber < 0) return null;
24698
- targetGrids[gridNumber] = {
24699
- width: rectWidth,
24700
- start: danmaku.time,
24701
- end: danmaku.time + scrollTime
24702
- };
24703
- const top = gridNumber * gridHeight + verticalOffset;
24704
- const start = playResX + paddingLeft;
24705
- const end = -rectWidth;
24706
- return {
24707
- ...danmaku,
24708
- top,
24709
- start,
24710
- end
24711
- };
24141
+ return -1;
24142
+ };
24143
+ const initializeLayout = (config, canvasCtx)=>{
24144
+ const { playResX, playResY, fontName, fontSize, bold, padding, scrollTime, fixTime, bottomSpace } = config;
24145
+ const [paddingTop, paddingRight, paddingBottom, paddingLeft] = padding;
24146
+ const defaultFontSize = fontSize[FontSize.NORMAL];
24147
+ const grids = splitGrids(config);
24148
+ const gridHeight = defaultFontSize + paddingTop + paddingBottom;
24149
+ return (danmaku)=>{
24150
+ const targetGrids = grids[danmaku.type];
24151
+ const danmakuFontSize = fontSize[danmaku.fontSizeType];
24152
+ const rectWidth = measureTextWidthConstructor(canvasCtx)(fontName, danmakuFontSize, bold, danmaku.content) + paddingLeft + paddingRight;
24153
+ const verticalOffset = paddingTop + Math.round((defaultFontSize - danmakuFontSize) / 2);
24154
+ if (danmaku.type === DanmakuType.SCROLL) {
24155
+ const scrollGrids = targetGrids;
24156
+ const gridNumber = resolveAvailableScrollGrid(scrollGrids, rectWidth, playResX, danmaku.time, scrollTime);
24157
+ if (gridNumber < 0) return null;
24158
+ targetGrids[gridNumber] = {
24159
+ width: rectWidth,
24160
+ start: danmaku.time,
24161
+ end: danmaku.time + scrollTime
24162
+ };
24163
+ const top = gridNumber * gridHeight + verticalOffset;
24164
+ const start = playResX + paddingLeft;
24165
+ const end = -rectWidth;
24166
+ return {
24167
+ ...danmaku,
24168
+ top,
24169
+ start,
24170
+ end
24171
+ };
24712
24172
  }
24713
24173
  {
24714
24174
  const gridNumber = resolveAvailableFixGrid(targetGrids, danmaku.time);
@@ -24752,10 +24212,10 @@ and limitations under the License.
24752
24212
  return `${hour}:${pad(minute)}:${pad(second)}.${minorSecond}`;
24753
24213
  };
24754
24214
  const encode = (text)=>text.toString().replaceAll('{', '{').replaceAll('}', '}').replaceAll(/\r|\n/g, '');
24755
- const scrollCommand = ({ start, end, top })=>`\\move(${start},${top},${end},${top})`;
24756
- const fixCommand = ({ top, left })=>`\\an8\\pos(${left},${top})`;
24757
- const colorCommand = (color)=>`\\c${formatColor(color)}`;
24758
- const borderColorCommand = (color)=>`\\3c${formatColor(color)}`;
24215
+ const scrollCommand = ({ start, end, top })=>String.raw`\move(${start},${top},${end},${top})`;
24216
+ const fixCommand = ({ top, left })=>String.raw`\an8\pos(${left},${top})`;
24217
+ const colorCommand = (color)=>String.raw`\c${formatColor(color)}`;
24218
+ const borderColorCommand = (color)=>String.raw`\3c${formatColor(color)}`;
24759
24219
  const dialogue = (danmaku, config)=>{
24760
24220
  const { fontSizeType, content, time } = danmaku;
24761
24221
  const { scrollTime, fixTime } = config;
@@ -24999,14 +24459,21 @@ and limitations under the License.
24999
24459
  if (raw) return DanmakuList2UniPool(raw.list, options);
25000
24460
  return UniPool.create();
25001
24461
  }
25002
- const src_JSON_0 = json_bigint_default()({
24462
+ const file_bili_dm = /*@__PURE__*/ fileDesc("Cg1iaWxpL2RtLnByb3RvEiBiaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MSJkCgZBdmF0YXISCgoCaWQYASABKAkSCwoDdXJsGAIgASgJEkEKC2F2YXRhcl90eXBlGAMgASgOMiwuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuQXZhdGFyVHlwZSIjCgZCdWJibGUSDAoEdGV4dBgBIAEoCRILCgN1cmwYAiABKAkixgEKCEJ1YmJsZVYyEgwKBHRleHQYASABKAkSCwoDdXJsGAIgASgJEkEKC2J1YmJsZV90eXBlGAMgASgOMiwuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuQnViYmxlVHlwZRIVCg1leHBvc3VyZV9vbmNlGAQgASgIEkUKDWV4cG9zdXJlX3R5cGUYBSABKA4yLi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5FeHBvc3VyZVR5cGUiWwoGQnV0dG9uEgwKBHRleHQYASABKAkSQwoGYWN0aW9uGAIgASgOMjMuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuVG9hc3RGdW5jdGlvblR5cGUiWAoOQnV6endvcmRDb25maWcSRgoIa2V5d29yZHMYASADKAsyNC5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5CdXp6d29yZFNob3dDb25maWcieAoSQnV6endvcmRTaG93Q29uZmlnEgwKBG5hbWUYASABKAkSDgoGc2NoZW1hGAIgASgJEg4KBnNvdXJjZRgDIAEoBRIKCgJpZBgEIAEoAxITCgtidXp6d29yZF9pZBgFIAEoAxITCgtzY2hlbWFfdHlwZRgGIAEoBSJ7CghDaGVja0JveBIMCgR0ZXh0GAEgASgJEjwKBHR5cGUYAiABKA4yLi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5DaGVja2JveFR5cGUSFQoNZGVmYXVsdF92YWx1ZRgDIAEoCBIMCgRzaG93GAQgASgIIm8KCkNoZWNrQm94VjISDAoEdGV4dBgBIAEoCRI8CgR0eXBlGAIgASgOMi4uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuQ2hlY2tib3hUeXBlEhUKDWRlZmF1bHRfdmFsdWUYAyABKAgiggIKC0NsaWNrQnV0dG9uEhUKDXBvcnRyYWl0X3RleHQYASADKAkSFgoObGFuZHNjYXBlX3RleHQYAiADKAkSGwoTcG9ydHJhaXRfdGV4dF9mb2N1cxgDIAMoCRIcChRsYW5kc2NhcGVfdGV4dF9mb2N1cxgEIAMoCRJBCgtyZW5kZXJfdHlwZRgFIAEoDjIsLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlJlbmRlclR5cGUSDAoEc2hvdxgGIAEoCBI4CgZidWJibGUYByABKAsyKC5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5CdWJibGUiswIKDUNsaWNrQnV0dG9uVjISFQoNcG9ydHJhaXRfdGV4dBgBIAMoCRIWCg5sYW5kc2NhcGVfdGV4dBgCIAMoCRIbChNwb3J0cmFpdF90ZXh0X2ZvY3VzGAMgAygJEhwKFGxhbmRzY2FwZV90ZXh0X2ZvY3VzGAQgAygJEkEKC3JlbmRlcl90eXBlGAUgASgOMiwuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUmVuZGVyVHlwZRIXCg90ZXh0X2lucHV0X3Bvc3QYBiABKAgSFQoNZXhwb3N1cmVfb25jZRgHIAEoCBJFCg1leHBvc3VyZV90eXBlGAggASgOMi4uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRXhwb3N1cmVUeXBlIksKB0NvbW1hbmQSQAoLY29tbWFuZF9kbXMYASADKAsyKy5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5Db21tYW5kRG0i5gEKCUNvbW1hbmREbRIKCgJpZBgBIAEoAxILCgNvaWQYAiABKAMSCwoDbWlkGAMgASgDEg8KB2NvbW1hbmQYBCABKAkSDwoHY29udGVudBgFIAEoCRIQCghwcm9ncmVzcxgGIAEoBRINCgVjdGltZRgHIAEoCRINCgVtdGltZRgIIAEoCRINCgVleHRyYRgJIAEoCRINCgVpZFN0chgKIAEoCRIMCgR0eXBlGAsgASgFEhMKC2F1dG9fY3JlYXRlGAwgASgIEhIKCmNvdW50X2Rvd24YDSABKAUSDAoEYXR0chgOIAEoBSJQCg1EYW5tYWt1QUlGbGFnEj8KCGRtX2ZsYWdzGAEgAygLMi0uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRGFubWFrdUZsYWciiwMKC0Rhbm1ha3VFbGVtEgoKAmlkGAEgASgDEhAKCHByb2dyZXNzGAIgASgFEgwKBG1vZGUYAyABKAUSEAoIZm9udHNpemUYBCABKAUSPwoFY29sb3IYBSABKA4yMC5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EbUNvbG9yZnVsVHlwZRIQCghtaWRfaGFzaBgGIAEoCRIPCgdjb250ZW50GAcgASgJEg0KBWN0aW1lGAggASgDEg4KBndlaWdodBgJIAEoBRIOCgZhY3Rpb24YCiABKAkSDAoEcG9vbBgLIAEoBRIOCgZpZF9zdHIYDCABKAkSDAoEYXR0chgNIAEoBRIRCglhbmltYXRpb24YFiABKAkSDQoFZXh0cmEYFyABKAkSQgoIY29sb3JmdWwYGCABKA4yMC5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EbUNvbG9yZnVsVHlwZRIMCgR0eXBlGBkgASgFEgsKA29pZBgaIAEoAyIpCgtEYW5tYWt1RmxhZxIMCgRkbWlkGAEgASgDEgwKBGZsYWcYAiABKAUiSwoRRGFubWFrdUZsYWdDb25maWcSEAoIcmVjX2ZsYWcYASABKAUSEAoIcmVjX3RleHQYAiABKAkSEgoKcmVjX3N3aXRjaBgDIAEoBSKLBwoYRGFubXVEZWZhdWx0UGxheWVyQ29uZmlnEikKIXBsYXllcl9kYW5tYWt1X3VzZV9kZWZhdWx0X2NvbmZpZxgBIAEoCBIsCiRwbGF5ZXJfZGFubWFrdV9haV9yZWNvbW1lbmRlZF9zd2l0Y2gYBCABKAgSKwojcGxheWVyX2Rhbm1ha3VfYWlfcmVjb21tZW5kZWRfbGV2ZWwYBSABKAUSHwoXcGxheWVyX2Rhbm1ha3VfYmxvY2t0b3AYBiABKAgSIgoacGxheWVyX2Rhbm1ha3VfYmxvY2tzY3JvbGwYByABKAgSIgoacGxheWVyX2Rhbm1ha3VfYmxvY2tib3R0b20YCCABKAgSJAoccGxheWVyX2Rhbm1ha3VfYmxvY2tjb2xvcmZ1bBgJIAEoCBIiChpwbGF5ZXJfZGFubWFrdV9ibG9ja3JlcGVhdBgKIAEoCBIjChtwbGF5ZXJfZGFubWFrdV9ibG9ja3NwZWNpYWwYCyABKAgSHgoWcGxheWVyX2Rhbm1ha3Vfb3BhY2l0eRgMIAEoAhIkChxwbGF5ZXJfZGFubWFrdV9zY2FsaW5nZmFjdG9yGA0gASgCEh0KFXBsYXllcl9kYW5tYWt1X2RvbWFpbhgOIAEoAhIcChRwbGF5ZXJfZGFubWFrdV9zcGVlZBgPIAEoBRIkChxpbmxpbmVfcGxheWVyX2Rhbm1ha3Vfc3dpdGNoGBAgASgIEikKIXBsYXllcl9kYW5tYWt1X3Nlbmlvcl9tb2RlX3N3aXRjaBgRIAEoBRIuCiZwbGF5ZXJfZGFubWFrdV9haV9yZWNvbW1lbmRlZF9sZXZlbF92MhgSIAEoBRKYAQoqcGxheWVyX2Rhbm1ha3VfYWlfcmVjb21tZW5kZWRfbGV2ZWxfdjJfbWFwGBMgAygLMmQuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRGFubXVEZWZhdWx0UGxheWVyQ29uZmlnLlBsYXllckRhbm1ha3VBaVJlY29tbWVuZGVkTGV2ZWxWMk1hcEVudHJ5EiUKHXBsYXllcl9kYW5tYWt1X2VuYWJsZV9oZXJkX2RtGBQgASgIGksKKVBsYXllckRhbm1ha3VBaVJlY29tbWVuZGVkTGV2ZWxWMk1hcEVudHJ5EgsKA2tleRgBIAEoBRINCgV2YWx1ZRgCIAEoBToCOAEi7AkKEURhbm11UGxheWVyQ29uZmlnEh0KFXBsYXllcl9kYW5tYWt1X3N3aXRjaBgBIAEoCBIiChpwbGF5ZXJfZGFubWFrdV9zd2l0Y2hfc2F2ZRgCIAEoCBIpCiFwbGF5ZXJfZGFubWFrdV91c2VfZGVmYXVsdF9jb25maWcYAyABKAgSLAokcGxheWVyX2Rhbm1ha3VfYWlfcmVjb21tZW5kZWRfc3dpdGNoGAQgASgIEisKI3BsYXllcl9kYW5tYWt1X2FpX3JlY29tbWVuZGVkX2xldmVsGAUgASgFEh8KF3BsYXllcl9kYW5tYWt1X2Jsb2NrdG9wGAYgASgIEiIKGnBsYXllcl9kYW5tYWt1X2Jsb2Nrc2Nyb2xsGAcgASgIEiIKGnBsYXllcl9kYW5tYWt1X2Jsb2NrYm90dG9tGAggASgIEiQKHHBsYXllcl9kYW5tYWt1X2Jsb2NrY29sb3JmdWwYCSABKAgSIgoacGxheWVyX2Rhbm1ha3VfYmxvY2tyZXBlYXQYCiABKAgSIwobcGxheWVyX2Rhbm1ha3VfYmxvY2tzcGVjaWFsGAsgASgIEh4KFnBsYXllcl9kYW5tYWt1X29wYWNpdHkYDCABKAISJAoccGxheWVyX2Rhbm1ha3Vfc2NhbGluZ2ZhY3RvchgNIAEoAhIdChVwbGF5ZXJfZGFubWFrdV9kb21haW4YDiABKAISHAoUcGxheWVyX2Rhbm1ha3Vfc3BlZWQYDyABKAUSJgoecGxheWVyX2Rhbm1ha3VfZW5hYmxlYmxvY2tsaXN0GBAgASgIEiQKHGlubGluZV9wbGF5ZXJfZGFubWFrdV9zd2l0Y2gYESABKAgSJAocaW5saW5lX3BsYXllcl9kYW5tYWt1X2NvbmZpZxgSIAEoBRImCh5wbGF5ZXJfZGFubWFrdV9pb3Nfc3dpdGNoX3NhdmUYEyABKAUSKQohcGxheWVyX2Rhbm1ha3Vfc2VuaW9yX21vZGVfc3dpdGNoGBQgASgFEi4KJnBsYXllcl9kYW5tYWt1X2FpX3JlY29tbWVuZGVkX2xldmVsX3YyGBUgASgFEpEBCipwbGF5ZXJfZGFubWFrdV9haV9yZWNvbW1lbmRlZF9sZXZlbF92Ml9tYXAYFiADKAsyXS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EYW5tdVBsYXllckNvbmZpZy5QbGF5ZXJEYW5tYWt1QWlSZWNvbW1lbmRlZExldmVsVjJNYXBFbnRyeRIlCh1wbGF5ZXJfZGFubWFrdV9lbmFibGVfaGVyZF9kbRgXIAEoCBImCh5wbGF5ZXJfZGFubWFrdV9ibG9ja3RvcF9ib3R0b20YGCABKAgSIAoYcGxheWVyX2Rhbm1ha3VfZG9tYWluX3YyGBkgASgFEh4KFnBsYXllcl9kYW5tYWt1X2RlbnNpdHkYGiABKAUSJQodcGxheWVyX2Rhbm1ha3Vfc3VidGl0bGVfcHJvb2YYGyABKAgSIwobcGxheWVyX2Rhbm1ha3VfcGVvcGxlX3Byb29mGBwgASgIGksKKVBsYXllckRhbm1ha3VBaVJlY29tbWVuZGVkTGV2ZWxWMk1hcEVudHJ5EgsKA2tleRgBIAEoBRINCgV2YWx1ZRgCIAEoBToCOAEiMAoWRGFubXVQbGF5ZXJDb25maWdQYW5lbBIWCg5zZWxlY3Rpb25fdGV4dBgBIAEoCSJLChhEYW5tdVBsYXllckR5bmFtaWNDb25maWcSEAoIcHJvZ3Jlc3MYASABKAUSHQoVcGxheWVyX2Rhbm1ha3VfZG9tYWluGA4gASgCIpADChVEYW5tdVBsYXllclZpZXdDb25maWcSYQodZGFubXVrdV9kZWZhdWx0X3BsYXllcl9jb25maWcYASABKAsyOi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EYW5tdURlZmF1bHRQbGF5ZXJDb25maWcSUgoVZGFubXVrdV9wbGF5ZXJfY29uZmlnGAIgASgLMjMuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRGFubXVQbGF5ZXJDb25maWcSYQodZGFubXVrdV9wbGF5ZXJfZHluYW1pY19jb25maWcYAyADKAsyOi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EYW5tdVBsYXllckR5bmFtaWNDb25maWcSXQobZGFubXVrdV9wbGF5ZXJfY29uZmlnX3BhbmVsGAQgASgLMjguYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRGFubXVQbGF5ZXJDb25maWdQYW5lbCKZBQoURGFubXVXZWJQbGF5ZXJDb25maWcSEQoJZG1fc3dpdGNoGAEgASgIEhEKCWFpX3N3aXRjaBgCIAEoCBIQCghhaV9sZXZlbBgDIAEoBRIQCghibG9ja3RvcBgEIAEoCBITCgtibG9ja3Njcm9sbBgFIAEoCBITCgtibG9ja2JvdHRvbRgGIAEoCBISCgpibG9ja2NvbG9yGAcgASgIEhQKDGJsb2Nrc3BlY2lhbBgIIAEoCBIUCgxwcmV2ZW50c2hhZGUYCSABKAgSDQoFZG1hc2sYCiABKAgSDwoHb3BhY2l0eRgLIAEoAhIOCgZkbWFyZWEYDCABKAUSEQoJc3BlZWRwbHVzGA0gASgCEhAKCGZvbnRzaXplGA4gASgCEhIKCnNjcmVlbnN5bmMYDyABKAgSEQoJc3BlZWRzeW5jGBAgASgIEhIKCmZvbnRmYW1pbHkYESABKAkSDAoEYm9sZBgSIAEoCBISCgpmb250Ym9yZGVyGBMgASgFEhEKCWRyYXdfdHlwZRgUIAEoCRIaChJzZW5pb3JfbW9kZV9zd2l0Y2gYFSABKAUSEwoLYWlfbGV2ZWxfdjIYFiABKAUSYQoPYWlfbGV2ZWxfdjJfbWFwGBcgAygLMkguYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRGFubXVXZWJQbGF5ZXJDb25maWcuQWlMZXZlbFYyTWFwRW50cnkSFwoPYmxvY2t0b3BfYm90dG9tGBggASgIEhIKCmRtX2FyZWFfdjIYGSABKAUSEgoKZG1fZGVuc2l0eRgaIAEoBRozChFBaUxldmVsVjJNYXBFbnRyeRILCgNrZXkYASABKAUSDQoFdmFsdWUYAiABKAU6AjgBIlkKCkRtQ29sb3JmdWwSPgoEdHlwZRgBIAEoDjIwLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRtQ29sb3JmdWxUeXBlEgsKA3NyYxgCIAEoCSJQCg9EbUV4cG9SZXBvcnRSZXESEgoKc2Vzc2lvbl9pZBgBIAEoCRILCgNvaWQYAiABKAMSDQoFZG1pZHMYAyABKAwSDQoFc3BtaWQYBCABKAkiEQoPRG1FeHBvUmVwb3J0UmVzIm0KCkRtSGVyZFZpZXcSGwoTZGlzcGxheV9oZXJkX2RtX251bRgBIAEoBRJCCghoZXJkX2RtcxgCIAMoCzIwLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlZpZXdIZXJkRG1FbGVtIpYCCgpEbU1hc2tXYWxsEg0KBXN0YXJ0GAEgASgDEgsKA2VuZBgCIAEoAxIPCgdjb250ZW50GAMgASgJEk0KDGNvbnRlbnRfdHlwZRgEIAEoDjI3LmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRtTWFza1dhbGxDb250ZW50VHlwZRJFCghiaXpfdHlwZRgFIAEoDjIzLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRtTWFza1dhbGxCaXpUeXBlEkUKCGNvbnRlbnRzGAYgAygLMjMuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRG1NYXNrV2FsbENvbnRlbnQiawoRRG1NYXNrV2FsbENvbnRlbnQSRQoEdHlwZRgBIAEoDjI3LmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRtTWFza1dhbGxDb250ZW50VHlwZRIPCgdjb250ZW50GAIgASgJIs0QChFEbVBsYXllckNvbmZpZ1JlcRIKCgJ0cxgBIAEoAxJFCgZzd2l0Y2gYAiABKAsyNS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5QbGF5ZXJEYW5tYWt1U3dpdGNoEk4KC3N3aXRjaF9zYXZlGAMgASgLMjkuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdVN3aXRjaFNhdmUSWwoSdXNlX2RlZmF1bHRfY29uZmlnGAQgASgLMj8uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdVVzZURlZmF1bHRDb25maWcSYQoVYWlfcmVjb21tZW5kZWRfc3dpdGNoGAUgASgLMkIuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdUFpUmVjb21tZW5kZWRTd2l0Y2gSXwoUYWlfcmVjb21tZW5kZWRfbGV2ZWwYBiABKAsyQS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5QbGF5ZXJEYW5tYWt1QWlSZWNvbW1lbmRlZExldmVsEkkKCGJsb2NrdG9wGAcgASgLMjcuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdUJsb2NrdG9wEk8KC2Jsb2Nrc2Nyb2xsGAggASgLMjouYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdUJsb2Nrc2Nyb2xsEk8KC2Jsb2NrYm90dG9tGAkgASgLMjouYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdUJsb2NrYm90dG9tElMKDWJsb2NrY29sb3JmdWwYCiABKAsyPC5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5QbGF5ZXJEYW5tYWt1QmxvY2tjb2xvcmZ1bBJPCgtibG9ja3JlcGVhdBgLIAEoCzI6LmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBsYXllckRhbm1ha3VCbG9ja3JlcGVhdBJRCgxibG9ja3NwZWNpYWwYDCABKAsyOy5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5QbGF5ZXJEYW5tYWt1QmxvY2tzcGVjaWFsEkcKB29wYWNpdHkYDSABKAsyNi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5QbGF5ZXJEYW5tYWt1T3BhY2l0eRJTCg1zY2FsaW5nZmFjdG9yGA4gASgLMjwuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdVNjYWxpbmdmYWN0b3ISRQoGZG9tYWluGA8gASgLMjUuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdURvbWFpbhJDCgVzcGVlZBgQIAEoCzI0LmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBsYXllckRhbm1ha3VTcGVlZBJXCg9lbmFibGVibG9ja2xpc3QYESABKAsyPi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5QbGF5ZXJEYW5tYWt1RW5hYmxlYmxvY2tsaXN0El4KGWlubGluZVBsYXllckRhbm1ha3VTd2l0Y2gYEiABKAsyOy5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5JbmxpbmVQbGF5ZXJEYW5tYWt1U3dpdGNoElsKEnNlbmlvcl9tb2RlX3N3aXRjaBgTIAEoCzI/LmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBsYXllckRhbm1ha3VTZW5pb3JNb2RlU3dpdGNoEmQKF2FpX3JlY29tbWVuZGVkX2xldmVsX3YyGBQgASgLMkMuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdUFpUmVjb21tZW5kZWRMZXZlbFYyElMKDmVuYWJsZV9oZXJkX2RtGBUgASgLMjsuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdUVuYWJsZUhlcmREbRJWCg9ibG9ja3RvcF9ib3R0b20YFiABKAsyPS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5QbGF5ZXJEYW5tYWt1QmxvY2t0b3BCb3R0b20SSgoJZG9tYWluX3YyGBcgASgLMjcuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUGxheWVyRGFubWFrdURvbWFpblYyEkcKB2RlbnNpdHkYGCABKAsyNi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5QbGF5ZXJEYW5tYWt1RGVuc2l0eRJUCg5zdWJ0aXRsZV9wcm9vZhgZIAEoCzI8LmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBsYXllckRhbm1ha3VTdWJ0aXRsZVByb29mElAKDHBlb3BsZV9wcm9vZhgaIAEoCzI6LmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBsYXllckRhbm1ha3VQZW9wbGVQcm9vZiIvCgtEbVNlZ0NvbmZpZxIRCglwYWdlX3NpemUYASABKAMSDQoFdG90YWwYAiABKAMikQIKEERtU2VnTW9iaWxlUmVwbHkSPAoFZWxlbXMYASADKAsyLS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EYW5tYWt1RWxlbRINCgVzdGF0ZRgCIAEoBRJACgdhaV9mbGFnGAMgASgLMi8uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRGFubWFrdUFJRmxhZxIVCg1zZWdtZW50X3J1bGVzGAQgAygDEkIKDGNvbG9yZnVsX3NyYxgFIAMoCzIsLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRtQ29sb3JmdWwSEwoLY29udGV4dF9zcmMYBiABKAkiygEKDkRtU2VnTW9iaWxlUmVxEgsKA3BpZBgBIAEoAxILCgNvaWQYAiABKAMSDAoEdHlwZRgDIAEoBRIVCg1zZWdtZW50X2luZGV4GAQgASgDEhYKDnRlZW5hZ2Vyc19tb2RlGAUgASgFEgoKAnBzGAYgASgDEgoKAnBlGAcgASgDEhEKCXB1bGxfbW9kZRgIIAEoBRISCgpmcm9tX3NjZW5lGAkgASgFEg0KBXNwbWlkGAogASgJEhMKC2NvbnRleHRfZXh0GAsgASgJIlwKDURtU2VnT3R0UmVwbHkSPAoFZWxlbXMYASADKAsyLS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EYW5tYWt1RWxlbRINCgVzdGF0ZRgCIAEoBSJMCgtEbVNlZ090dFJlcRILCgNwaWQYASABKAMSCwoDb2lkGAIgASgDEgwKBHR5cGUYAyABKAUSFQoNc2VnbWVudF9pbmRleBgEIAEoAyJdCg1EbVNlZ1NES1JlcGx5Eg4KBmNsb3NlZBgBIAEoCBI8CgVlbGVtcxgCIAMoCzItLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRhbm1ha3VFbGVtIkwKC0RtU2VnU0RLUmVxEgsKA3BpZBgBIAEoAxILCgNvaWQYAiABKAMSDAoEdHlwZRgDIAEoBRIVCg1zZWdtZW50X2luZGV4GAQgASgDIncKCURtU3ViVmlldxIMCgR0eXBlGAEgASgFEgsKA29pZBgCIAEoAxILCgNwaWQYAyABKAMSQgoLcG9zdF9wYW5lbDIYBCADKAsyLS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5Qb3N0UGFuZWxWMiKhCQoLRG1WaWV3UmVwbHkSDgoGY2xvc2VkGAEgASgIEjkKBG1hc2sYAiABKAsyKy5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5WaWRlb01hc2sSQQoIc3VidGl0bGUYAyABKAsyLy5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5WaWRlb1N1YnRpdGxlEhMKC3NwZWNpYWxfZG1zGAQgAygJEkQKB2FpX2ZsYWcYBSABKAsyMy5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EYW5tYWt1RmxhZ0NvbmZpZxJOCg1wbGF5ZXJfY29uZmlnGAYgASgLMjcuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRGFubXVQbGF5ZXJWaWV3Q29uZmlnEhYKDnNlbmRfYm94X3N0eWxlGAcgASgFEg0KBWFsbG93GAggASgIEhEKCWNoZWNrX2JveBgJIAEoCBIaChJjaGVja19ib3hfc2hvd19tc2cYCiABKAkSGAoQdGV4dF9wbGFjZWhvbGRlchgLIAEoCRIZChFpbnB1dF9wbGFjZWhvbGRlchgMIAEoCRIdChVyZXBvcnRfZmlsdGVyX2NvbnRlbnQYDSADKAkSQQoLZXhwb19yZXBvcnQYDiABKAsyLC5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5FeHBvUmVwb3J0EkkKD2J1enp3b3JkX2NvbmZpZxgPIAEoCzIwLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkJ1enp3b3JkQ29uZmlnEkIKC2V4cHJlc3Npb25zGBAgAygLMi0uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRXhwcmVzc2lvbnMSPwoKcG9zdF9wYW5lbBgRIAMoCzIrLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBvc3RQYW5lbBIVCg1hY3Rpdml0eV9tZXRhGBIgAygJEkIKC3Bvc3RfcGFuZWwyGBMgAygLMi0uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUG9zdFBhbmVsVjISQgoMZG1fbWFza193YWxsGBQgAygLMiwuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRG1NYXNrV2FsbBI9CgdkbV9oZXJkGBUgASgLMiwuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRG1IZXJkVmlldxI6Cgdjb21tYW5kGBYgASgLMikuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuQ29tbWFuZBIKCgJrdhgXIAEoCRI+CglzdWJfdmlld3MYGCADKAsyKy5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EbVN1YlZpZXcSNgoDcW9lGBkgASgLMikuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUW9lSW5mbyJtCglEbVZpZXdSZXESCwoDcGlkGAEgASgDEgsKA29pZBgCIAEoAxIMCgR0eXBlGAMgASgFEg0KBXNwbWlkGAQgASgJEhQKDGlzX2hhcmRfYm9vdBgFIAEoBRITCgtjb250ZXh0X2V4dBgGIAEoCSKBBgoORG1XZWJWaWV3UmVwbHkSDQoFc3RhdGUYASABKAUSDAoEdGV4dBgCIAEoCRIRCgl0ZXh0X3NpZGUYAyABKAkSPQoGZG1fc2dlGAQgASgLMi0uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRG1TZWdDb25maWcSQQoEZmxhZxgFIAEoCzIzLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRhbm1ha3VGbGFnQ29uZmlnEhMKC3NwZWNpYWxfZG1zGAYgAygJEhEKCWNoZWNrX2JveBgHIAEoCBINCgVjb3VudBgIIAEoAxJACgtjb21tYW5kX2RtcxgJIAMoCzIrLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkNvbW1hbmREbRJNCg1wbGF5ZXJfY29uZmlnGAogASgLMjYuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRGFubXVXZWJQbGF5ZXJDb25maWcSHQoVcmVwb3J0X2ZpbHRlcl9jb250ZW50GAsgAygJEkIKC2V4cHJlc3Npb25zGAwgAygLMi0uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRXhwcmVzc2lvbnMSPwoKcG9zdF9wYW5lbBgNIAMoCzIrLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBvc3RQYW5lbBIVCg1hY3Rpdml0eV9tZXRhGA4gAygJEkIKC3Bvc3RfcGFuZWwyGA8gAygLMi0uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUG9zdFBhbmVsVjISPgoJc3ViX3ZpZXdzGBAgAygLMisuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRG1TdWJWaWV3EjYKA3FvZRgRIAEoCzIpLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlFvZUluZm8iKgoKRXhwb1JlcG9ydBIcChRzaG91bGRfcmVwb3J0X2F0X2VuZBgBIAEoCCJkCgpFeHByZXNzaW9uEg8KB2tleXdvcmQYASADKAkSCwoDdXJsGAIgASgJEjgKBnBlcmlvZBgDIAMoCzIoLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBlcmlvZCJJCgtFeHByZXNzaW9ucxI6CgRkYXRhGAEgAygLMiwuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRXhwcmVzc2lvbiIqChlJbmxpbmVQbGF5ZXJEYW5tYWt1U3dpdGNoEg0KBXZhbHVlGAEgASgIIicKBUxhYmVsEg0KBXRpdGxlGAEgASgJEg8KB2NvbnRlbnQYAiADKAkihwEKB0xhYmVsVjISDQoFdGl0bGUYASABKAkSDwoHY29udGVudBgCIAMoCRIVCg1leHBvc3VyZV9vbmNlGAMgASgIEkUKDWV4cG9zdXJlX3R5cGUYBCABKA4yLi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5FeHBvc3VyZVR5cGUiJAoGUGVyaW9kEg0KBXN0YXJ0GAEgASgDEgsKA2VuZBgCIAEoAyIwCh9QbGF5ZXJEYW5tYWt1QWlSZWNvbW1lbmRlZExldmVsEg0KBXZhbHVlGAEgASgFIjIKIVBsYXllckRhbm1ha3VBaVJlY29tbWVuZGVkTGV2ZWxWMhINCgV2YWx1ZRgBIAEoBSIxCiBQbGF5ZXJEYW5tYWt1QWlSZWNvbW1lbmRlZFN3aXRjaBINCgV2YWx1ZRgBIAEoCCIpChhQbGF5ZXJEYW5tYWt1QmxvY2tib3R0b20SDQoFdmFsdWUYASABKAgiKwoaUGxheWVyRGFubWFrdUJsb2NrY29sb3JmdWwSDQoFdmFsdWUYASABKAgiKQoYUGxheWVyRGFubWFrdUJsb2NrcmVwZWF0Eg0KBXZhbHVlGAEgASgIIikKGFBsYXllckRhbm1ha3VCbG9ja3Njcm9sbBINCgV2YWx1ZRgBIAEoCCIqChlQbGF5ZXJEYW5tYWt1QmxvY2tzcGVjaWFsEg0KBXZhbHVlGAEgASgIIiYKFVBsYXllckRhbm1ha3VCbG9ja3RvcBINCgV2YWx1ZRgBIAEoCCIsChtQbGF5ZXJEYW5tYWt1QmxvY2t0b3BCb3R0b20SDQoFdmFsdWUYASABKAgiJQoUUGxheWVyRGFubWFrdURlbnNpdHkSDQoFdmFsdWUYASABKAUiJAoTUGxheWVyRGFubWFrdURvbWFpbhINCgV2YWx1ZRgBIAEoAiImChVQbGF5ZXJEYW5tYWt1RG9tYWluVjISDQoFdmFsdWUYASABKAUiKgoZUGxheWVyRGFubWFrdUVuYWJsZUhlcmREbRINCgV2YWx1ZRgBIAEoCCItChxQbGF5ZXJEYW5tYWt1RW5hYmxlYmxvY2tsaXN0Eg0KBXZhbHVlGAEgASgIIiUKFFBsYXllckRhbm1ha3VPcGFjaXR5Eg0KBXZhbHVlGAEgASgCIikKGFBsYXllckRhbm1ha3VQZW9wbGVQcm9vZhINCgV2YWx1ZRgBIAEoCCIrChpQbGF5ZXJEYW5tYWt1U2NhbGluZ2ZhY3RvchINCgV2YWx1ZRgBIAEoAiIuCh1QbGF5ZXJEYW5tYWt1U2VuaW9yTW9kZVN3aXRjaBINCgV2YWx1ZRgBIAEoBSIjChJQbGF5ZXJEYW5tYWt1U3BlZWQSDQoFdmFsdWUYASABKAUiKwoaUGxheWVyRGFubWFrdVN1YnRpdGxlUHJvb2YSDQoFdmFsdWUYASABKAgiOAoTUGxheWVyRGFubWFrdVN3aXRjaBINCgV2YWx1ZRgBIAEoCBISCgpjYW5faWdub3JlGAIgASgIIigKF1BsYXllckRhbm1ha3VTd2l0Y2hTYXZlEg0KBXZhbHVlGAEgASgIIi4KHVBsYXllckRhbm1ha3VVc2VEZWZhdWx0Q29uZmlnEg0KBXZhbHVlGAEgASgIIowDCglQb3N0UGFuZWwSDQoFc3RhcnQYASABKAMSCwoDZW5kGAIgASgDEhAKCHByaW9yaXR5GAMgASgDEg4KBmJpel9pZBgEIAEoAxJECghiaXpfdHlwZRgFIAEoDjIyLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBvc3RQYW5lbEJpelR5cGUSQwoMY2xpY2tfYnV0dG9uGAYgASgLMi0uYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuQ2xpY2tCdXR0b24SPwoKdGV4dF9pbnB1dBgHIAEoCzIrLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlRleHRJbnB1dBI9CgljaGVja19ib3gYCCABKAsyKi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5DaGVja0JveBI2CgV0b2FzdBgJIAEoCzInLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlRvYXN0Iq0ECgtQb3N0UGFuZWxWMhINCgVzdGFydBgBIAEoAxILCgNlbmQYAiABKAMSRAoIYml6X3R5cGUYAyABKA4yMi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5Qb3N0UGFuZWxCaXpUeXBlEkUKDGNsaWNrX2J1dHRvbhgEIAEoCzIvLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkNsaWNrQnV0dG9uVjISQQoKdGV4dF9pbnB1dBgFIAEoCzItLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlRleHRJbnB1dFYyEj8KCWNoZWNrX2JveBgGIAEoCzIsLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkNoZWNrQm94VjISOAoFdG9hc3QYByABKAsyKS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5Ub2FzdFYyEjoKBmJ1YmJsZRgIIAEoCzIqLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkJ1YmJsZVYyEjgKBWxhYmVsGAkgASgLMikuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuTGFiZWxWMhJBCgtwb3N0X3N0YXR1cxgKIAEoDjIsLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlBvc3RTdGF0dXMiFwoHUW9lSW5mbxIMCgRpbmZvGAEgASgJIikKCFJlc3BvbnNlEgwKBGNvZGUYASABKAUSDwoHbWVzc2FnZRgCIAEoCSL5AgoMU3VidGl0bGVJdGVtEgoKAmlkGAEgASgDEg4KBmlkX3N0chgCIAEoCRILCgNsYW4YAyABKAkSDwoHbGFuX2RvYxgEIAEoCRIUCgxzdWJ0aXRsZV91cmwYBSABKAkSOgoGYXV0aG9yGAYgASgLMiouYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuVXNlckluZm8SPAoEdHlwZRgHIAEoDjIuLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlN1YnRpdGxlVHlwZRIVCg1sYW5fZG9jX2JyaWVmGAggASgJEkEKB2FpX3R5cGUYCSABKA4yMC5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5TdWJ0aXRsZUFpVHlwZRJFCglhaV9zdGF0dXMYCiABKA4yMi5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5TdWJ0aXRsZUFpU3RhdHVzIugCCglUZXh0SW5wdXQSHAoUcG9ydHJhaXRfcGxhY2Vob2xkZXIYASADKAkSHQoVbGFuZHNjYXBlX3BsYWNlaG9sZGVyGAIgAygJEkEKC3JlbmRlcl90eXBlGAMgASgOMiwuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUmVuZGVyVHlwZRIYChBwbGFjZWhvbGRlcl9wb3N0GAQgASgIEgwKBHNob3cYBSABKAgSOAoGYXZhdGFyGAYgAygLMiguYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuQXZhdGFyEkEKC3Bvc3Rfc3RhdHVzGAcgASgOMiwuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUG9zdFN0YXR1cxI2CgVsYWJlbBgIIAEoCzInLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkxhYmVsIvsBCgtUZXh0SW5wdXRWMhIcChRwb3J0cmFpdF9wbGFjZWhvbGRlchgBIAMoCRIdChVsYW5kc2NhcGVfcGxhY2Vob2xkZXIYAiADKAkSQQoLcmVuZGVyX3R5cGUYAyABKA4yLC5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5SZW5kZXJUeXBlEhgKEHBsYWNlaG9sZGVyX3Bvc3QYBCABKAgSOAoGYXZhdGFyGAUgAygLMiguYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuQXZhdGFyEhgKEHRleHRfaW5wdXRfbGltaXQYBiABKAUibwoFVG9hc3QSDAoEdGV4dBgBIAEoCRIQCghkdXJhdGlvbhgCIAEoBRIMCgRzaG93GAMgASgIEjgKBmJ1dHRvbhgEIAEoCzIoLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkJ1dHRvbiJiCg1Ub2FzdEJ1dHRvblYyEgwKBHRleHQYASABKAkSQwoGYWN0aW9uGAIgASgOMjMuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuVG9hc3RGdW5jdGlvblR5cGUicwoHVG9hc3RWMhIMCgR0ZXh0GAEgASgJEhAKCGR1cmF0aW9uGAIgASgFEkgKD3RvYXN0X2J1dHRvbl92MhgDIAEoCzIvLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlRvYXN0QnV0dG9uVjIiXAoIVXNlckluZm8SCwoDbWlkGAEgASgDEgwKBG5hbWUYAiABKAkSCwoDc2V4GAMgASgJEgwKBGZhY2UYBCABKAkSDAoEc2lnbhgFIAEoCRIMCgRyYW5rGAYgASgFIlMKCVZpZGVvTWFzaxILCgNjaWQYASABKAMSDAoEcGxhdBgCIAEoBRILCgNmcHMYAyABKAUSDAoEdGltZRgEIAEoAxIQCghtYXNrX3VybBgFIAEoCSJwCg1WaWRlb1N1YnRpdGxlEgsKA2xhbhgBIAEoCRIPCgdsYW5fZG9jGAIgASgJEkEKCXN1YnRpdGxlcxgDIAMoCzIuLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLlN1YnRpdGxlSXRlbSKSAQoOVmlld0hlcmREbUVsZW0SEAoIaGVyZF9tc2cYASABKAkSFgoOaGVyZF9zdGFydF9jbnQYAiABKAUSFAoMaGVyZF9lbmRfY250GAMgASgFEhIKCnJlZ2V4X3J1bGUYBCABKAkSFgoOc3RhcnRfcHJvZ3Jlc3MYBSABKAUSFAoMZW5kX3Byb2dyZXNzGAYgASgFKjMKCkF2YXRhclR5cGUSEgoOQXZhdGFyVHlwZU5vbmUQABIRCg1BdmF0YXJUeXBlTkZUEAEqWQoKQnViYmxlVHlwZRISCg5CdWJibGVUeXBlTm9uZRAAEhkKFUJ1YmJsZVR5cGVDbGlja0J1dHRvbhABEhwKGEJ1YmJsZVR5cGVEbVNldHRpbmdQYW5lbBACKlgKDENoZWNrYm94VHlwZRIUChBDaGVja2JveFR5cGVOb25lEAASGQoVQ2hlY2tib3hUeXBlRW5jb3VyYWdlEAESFwoTQ2hlY2tib3hUeXBlQ29sb3JETRACKjUKDkRtQ29sb3JmdWxUeXBlEgwKCE5vbmVUeXBlEAASFQoPVmlwR3JhZHVhbENvbG9yEOHUAypgChFEbU1hc2tXYWxsQml6VHlwZRILCgdVbmtub3duEAASBwoDT0dWEAESCgoGQml6UGljEAISCAoETXV0ZRADEgoKBlJlY29yZBAEEgkKBUNsb3VkEAUSCAoEQUlHQxAGKnYKFURtTWFza1dhbGxDb250ZW50VHlwZRIgChxEbU1hc2tXYWxsQ29udGVudFR5cGVVbmtub3duEAASHQoZRG1NYXNrV2FsbENvbnRlbnRUeXBlVGV4dBABEhwKGERtTWFza1dhbGxDb250ZW50VHlwZVBpYxACKjwKDEV4cG9zdXJlVHlwZRIUChBFeHBvc3VyZVR5cGVOb25lEAASFgoSRXhwb3N1cmVUeXBlRE1TZW5kEAEqgwIKEFBvc3RQYW5lbEJpelR5cGUSGAoUUG9zdFBhbmVsQml6VHlwZU5vbmUQABIdChlQb3N0UGFuZWxCaXpUeXBlRW5jb3VyYWdlEAESGwoXUG9zdFBhbmVsQml6VHlwZUNvbG9yRE0QAhIZChVQb3N0UGFuZWxCaXpUeXBlTkZURE0QAxIdChlQb3N0UGFuZWxCaXpUeXBlRnJhZ0Nsb3NlEAQSHQoZUG9zdFBhbmVsQml6VHlwZVJlY29tbWVuZBAFEhwKGFBvc3RQYW5lbEJpelR5cGVQbG90TGVhaxAGEiIKHlBvc3RQYW5lbEJpelR5cGVBbnRpSGFyYXNzbWVudBAHKjgKClBvc3RTdGF0dXMSFAoQUG9zdFN0YXR1c05vcm1hbBAAEhQKEFBvc3RTdGF0dXNDbG9zZWQQASpOCgpSZW5kZXJUeXBlEhIKDlJlbmRlclR5cGVOb25lEAASFAoQUmVuZGVyVHlwZVNpbmdsZRABEhYKElJlbmRlclR5cGVSb3RhdGlvbhACKjYKEFN1YnRpdGxlQWlTdGF0dXMSCAoETm9uZRAAEgwKCEV4cG9zdXJlEAESCgoGQXNzaXN0EAIqKwoOU3VidGl0bGVBaVR5cGUSCgoGTm9ybWFsEAASDQoJVHJhbnNsYXRlEAEqHgoMU3VidGl0bGVUeXBlEgYKAkNDEAASBgoCQUkQASpOChFUb2FzdEZ1bmN0aW9uVHlwZRIZChVUb2FzdEZ1bmN0aW9uVHlwZU5vbmUQABIeChpUb2FzdEZ1bmN0aW9uVHlwZVBvc3RQYW5lbBABMqAFCgJETRJzCgtEbVNlZ01vYmlsZRIwLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRtU2VnTW9iaWxlUmVxGjIuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRG1TZWdNb2JpbGVSZXBseRJkCgZEbVZpZXcSKy5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EbVZpZXdSZXEaLS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EbVZpZXdSZXBseRJxCg5EbVBsYXllckNvbmZpZxIzLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRtUGxheWVyQ29uZmlnUmVxGiouYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuUmVzcG9uc2USagoIRG1TZWdPdHQSLS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EbVNlZ090dFJlcRovLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRtU2VnT3R0UmVwbHkSagoIRG1TZWdTREsSLS5iaWxpYmlsaS5jb21tdW5pdHkuc2VydmljZS5kbS52MS5EbVNlZ1NES1JlcRovLmJpbGliaWxpLmNvbW11bml0eS5zZXJ2aWNlLmRtLnYxLkRtU2VnU0RLUmVwbHkSdAoMRG1FeHBvUmVwb3J0EjEuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRG1FeHBvUmVwb3J0UmVxGjEuYmlsaWJpbGkuY29tbXVuaXR5LnNlcnZpY2UuZG0udjEuRG1FeHBvUmVwb3J0UmVzYgZwcm90bzM");
24463
+ const DmSegMobileReplySchema = /*@__PURE__*/ message_messageDesc(file_bili_dm, 30);
24464
+ const DmWebViewReplySchema = /*@__PURE__*/ message_messageDesc(file_bili_dm, 39);
24465
+ const file_danuni = /*@__PURE__*/ fileDesc("CgxkYW51bmkucHJvdG8SEWRhbnVuaS5kYW5tYWt1LnYxIjIKCmxpc3REYW5SZXESCgoCSUQYASABKAkSEAoDc2VnGAIgASgFSACIAQFCBgoEX3NlZyLUAgoHRGFubWFrdRIMCgRTT0lEGAEgASgJEgwKBERNSUQYAiABKAkSEAoIcHJvZ3Jlc3MYAyABKAUSJQoEbW9kZRgEIAEoDjIXLmRhbnVuaS5kYW5tYWt1LnYxLk1vZGUSEAoIZm9udHNpemUYBSABKAUSDQoFY29sb3IYBiABKAUSEAoIc2VuZGVySUQYByABKAkSDwoHY29udGVudBgIIAEoCRIpCgVjdGltZRgJIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASDgoGd2VpZ2h0GAogASgFEiUKBHBvb2wYCyABKA4yFy5kYW51bmkuZGFubWFrdS52MS5Qb29sEgwKBGF0dHIYDCADKAkSFQoIcGxhdGZvcm0YDSABKAlIAIgBARISCgVleHRyYRgOIAEoCUgBiAEBQgsKCV9wbGF0Zm9ybUIICgZfZXh0cmEiPAoMRGFubWFrdVJlcGx5EiwKCGRhbm1ha3VzGAEgAygLMhouZGFudW5pLmRhbm1ha3UudjEuRGFubWFrdSo9CgRNb2RlEgoKBk5vcm1hbBAAEgoKBkJvdHRvbRABEgcKA1RvcBACEgsKB1JldmVyc2UQAxIHCgNFeHQQBCopCgRQb29sEgcKA0RlZhAAEgcKA1N1YhABEgcKA0FkdhACEgYKAkl4EAMyXQoORGFubWFrdVNlcnZpY2USSwoHbGlzdERhbhIdLmRhbnVuaS5kYW5tYWt1LnYxLmxpc3REYW5SZXEaHy5kYW51bmkuZGFubWFrdS52MS5EYW5tYWt1UmVwbHkiAFAAYgZwcm90bzM", [
24466
+ file_google_protobuf_timestamp
24467
+ ]);
24468
+ const DanmakuReplySchema = /*@__PURE__*/ message_messageDesc(file_danuni, 2);
24469
+ const src_JSON = json_bigint_default()({
25003
24470
  useNativeBigInt: true
25004
24471
  });
25005
- const src_DanUniConvertTipTemplate = {
24472
+ const DanUniConvertTipTemplate = {
25006
24473
  meassage: 'Converted by DanUni!',
25007
24474
  version: `JS/TS ${package_namespaceObject.UU} (v${package_namespaceObject.rE})`
25008
24475
  };
25009
- class src_UniPool {
24476
+ class UniPool {
25010
24477
  constructor(dans, options = {}, info = {
25011
24478
  fromConverted: false
25012
24479
  }){
@@ -25023,53 +24490,98 @@ and limitations under the License.
25023
24490
  return fn(this);
25024
24491
  }
25025
24492
  get shared() {
25026
- const isShared = (key)=>this.dans.every((d)=>d[key]);
25027
- return {
25028
- SOID: isShared('SOID') ? this.dans[0].SOID : void 0,
25029
- senderID: isShared('senderID') ? this.dans[0].senderID : void 0,
25030
- platform: isShared('platform') ? this.dans[0].platform : void 0,
25031
- pool: isShared('pool') ? this.dans[0].pool : void 0,
25032
- mode: isShared('mode') ? this.dans[0].mode : void 0,
25033
- color: isShared('color') ? this.dans[0].color : void 0
25034
- };
24493
+ if (0 === this.dans.length) return {};
24494
+ const keys = [
24495
+ 'SOID',
24496
+ 'senderID',
24497
+ 'platform',
24498
+ 'pool',
24499
+ 'mode',
24500
+ 'color'
24501
+ ];
24502
+ const result = {};
24503
+ for (const key of keys){
24504
+ const sharedVal = this.getShared(key);
24505
+ if (void 0 !== sharedVal) result[key] = sharedVal;
24506
+ }
24507
+ return result;
25035
24508
  }
25036
24509
  getShared(key) {
25037
- const isShared = (key)=>this.dans.every((d)=>d[key]);
25038
- return isShared(key) ? this.dans[0][key] : void 0;
24510
+ if (0 === this.dans.length) return;
24511
+ const firstVal = this.dans[0][key];
24512
+ for(let i = 1; i < this.dans.length; i++)if (this.dans[i][key] !== firstVal) return;
24513
+ return firstVal;
25039
24514
  }
25040
24515
  getStat(key) {
25041
- const default_stat = [];
25042
- const stats = this.dans.reduce((stat, dan)=>{
25043
- const valWithCount = stat.find((i)=>i.val === dan[key]);
25044
- if (valWithCount) valWithCount.count++;
25045
- else stat.push({
25046
- val: dan[key],
25047
- count: 1
25048
- });
25049
- return stat;
25050
- }, default_stat);
25051
- return stats;
24516
+ const statMap = new Map();
24517
+ for (const dan of this.dans){
24518
+ const val = dan[key];
24519
+ statMap.set(val, (statMap.get(val) || 0) + 1);
24520
+ }
24521
+ return statMap;
25052
24522
  }
25053
24523
  getMost(key) {
25054
- return this.getStat(key).toSorted((a, b)=>b.count - a.count)[0];
24524
+ const stats = this.getStat(key);
24525
+ if (0 === stats.size) return {
24526
+ val: void 0,
24527
+ count: 0
24528
+ };
24529
+ let mostVal;
24530
+ let maxCount = 0;
24531
+ for (const [val, count] of stats.entries())if (count > maxCount) {
24532
+ maxCount = count;
24533
+ mostVal = val;
24534
+ }
24535
+ return {
24536
+ val: mostVal,
24537
+ count: maxCount
24538
+ };
25055
24539
  }
25056
24540
  get most() {
24541
+ const keys = [
24542
+ 'mode',
24543
+ 'fontsize',
24544
+ 'color',
24545
+ 'senderID',
24546
+ 'content',
24547
+ 'weight',
24548
+ 'pool',
24549
+ 'platform'
24550
+ ];
24551
+ const statMaps = new Map();
24552
+ for (const dan of this.dans)for (const key of keys){
24553
+ if (!statMaps.has(key)) statMaps.set(key, new Map());
24554
+ const statMap = statMaps.get(key);
24555
+ const val = dan[key];
24556
+ statMap.set(val, (statMap.get(val) || 0) + 1);
24557
+ }
24558
+ const result = {};
24559
+ for (const key of keys){
24560
+ const statMap = statMaps.get(key);
24561
+ let mostVal;
24562
+ let maxCount = 0;
24563
+ for (const [val, count] of statMap.entries())if (count > maxCount) {
24564
+ maxCount = count;
24565
+ mostVal = val;
24566
+ }
24567
+ result[key] = mostVal;
24568
+ }
25057
24569
  return {
25058
- mode: this.getMost('mode').val,
25059
- fontsize: this.getMost('fontsize').val,
25060
- color: this.getMost('color').val,
25061
- senderID: this.getMost('senderID').val,
25062
- content: this.getMost('content').val,
25063
- weight: this.getMost('weight').val,
25064
- pool: this.getMost('pool').val,
25065
- platform: this.getMost('platform').val
24570
+ mode: result.mode,
24571
+ fontsize: result.fontsize,
24572
+ color: result.color,
24573
+ senderID: result.senderID,
24574
+ content: result.content,
24575
+ weight: result.weight,
24576
+ pool: result.pool,
24577
+ platform: result.platform
25066
24578
  };
25067
24579
  }
25068
24580
  static create(options) {
25069
- return new src_UniPool([], options);
24581
+ return new UniPool([], options);
25070
24582
  }
25071
24583
  assign(dans) {
25072
- if (dans instanceof src_UniPool) return new src_UniPool([
24584
+ if (dans instanceof UniPool) return new UniPool([
25073
24585
  ...this.dans,
25074
24586
  ...dans.dans
25075
24587
  ], {
@@ -25079,24 +24591,24 @@ and limitations under the License.
25079
24591
  ...this.info,
25080
24592
  ...dans.info
25081
24593
  });
25082
- if (dans instanceof UniDM) return new src_UniPool([
24594
+ if (dans instanceof UniDM) return new UniPool([
25083
24595
  ...this.dans,
25084
24596
  dans
25085
24597
  ], this.options, this.info);
25086
- if (Array.isArray(dans) && dans.every((d)=>d instanceof UniDM)) return new src_UniPool([
24598
+ if (Array.isArray(dans) && dans.every((d)=>d instanceof UniDM)) return new UniPool([
25087
24599
  ...this.dans,
25088
24600
  ...dans
25089
24601
  ], this.options, this.info);
25090
24602
  return this;
25091
24603
  }
25092
24604
  split(key) {
25093
- if (this.shared[key]) return [
24605
+ if (this.getShared(key)) return [
25094
24606
  this
25095
24607
  ];
25096
24608
  const set = new Set(this.dans.map((d)=>d[key]));
25097
24609
  return [
25098
24610
  ...set
25099
- ].map((v)=>new src_UniPool(this.dans.filter((d)=>d[key] === v), {
24611
+ ].map((v)=>new UniPool(this.dans.filter((d)=>d[key] === v), {
25100
24612
  ...this.options,
25101
24613
  dedupe: false
25102
24614
  }, this.info));
@@ -25112,44 +24624,27 @@ and limitations under the License.
25112
24624
  this.options.dedupe = false;
25113
24625
  }
25114
24626
  merge(lifetime = 0) {
25115
- if (!this.shared.SOID) {
24627
+ if (!this.getShared('SOID')) {
25116
24628
  console.error("本功能仅支持同弹幕库内使用,可先 .split('SOID') 在分别使用");
25117
24629
  return this;
25118
24630
  }
25119
24631
  if (lifetime <= 0) return this;
25120
- const mergeContext = this.dans.reduce(([result, cache, mergeObj], danmaku)=>{
25121
- const key = [
25122
- 'content',
25123
- 'mode',
25124
- 'pool',
25125
- 'platform'
25126
- ].map((k)=>danmaku[k]).join('|');
24632
+ const result = [];
24633
+ const cache = {};
24634
+ const mergeObj = {};
24635
+ for (const danmaku of this.dans){
24636
+ const key = `${danmaku.content}|${danmaku.mode}|${danmaku.pool}|${danmaku.platform}`;
25127
24637
  const cached = cache[key];
25128
- const lastAppearTime = cached?.progress || 0;
25129
- if (cached && danmaku.progress - lastAppearTime <= lifetime && danmaku.isSameAs(cached, {
24638
+ if (cached && danmaku.progress - cached.progress <= lifetime && danmaku.isSameAs(cached, {
25130
24639
  skipDanuniMerge: true
25131
24640
  })) {
25132
- const senders = mergeObj[key].senders;
25133
- senders.push(danmaku.senderID);
25134
- const extra = danmaku.extra;
25135
- extra.danuni = extra.danuni || {};
25136
- extra.danuni.merge = {
25137
- count: senders.length,
25138
- duration: Number.parseFloat((danmaku.progress - cached.progress).toFixed(3)),
25139
- senders,
25140
- taolu_count: senders.length,
25141
- taolu_senders: senders
25142
- };
25143
- danmaku.extraStr = src_JSON_0.stringify(extra);
24641
+ mergeObj[key].senders.push(danmaku.senderID);
24642
+ mergeObj[key].count = mergeObj[key].senders.length;
24643
+ mergeObj[key].taolu_count = mergeObj[key].count;
24644
+ mergeObj[key].taolu_senders = mergeObj[key].senders;
24645
+ mergeObj[key].duration = Number.parseFloat((danmaku.progress - cached.progress).toFixed(3));
25144
24646
  cache[key] = danmaku;
25145
- mergeObj[key] = extra.danuni.merge;
25146
- return [
25147
- result,
25148
- cache,
25149
- mergeObj
25150
- ];
25151
- }
25152
- {
24647
+ } else {
25153
24648
  mergeObj[key] = {
25154
24649
  count: 1,
25155
24650
  duration: 0,
@@ -25162,56 +24657,32 @@ and limitations under the License.
25162
24657
  ]
25163
24658
  };
25164
24659
  cache[key] = danmaku;
25165
- const extra = danmaku.extra;
25166
- extra.danuni = extra.danuni || {};
25167
- extra.danuni.merge = mergeObj[key];
25168
- danmaku.extraStr = src_JSON_0.stringify(extra);
25169
24660
  result.push(danmaku);
25170
- return [
25171
- result,
25172
- cache,
25173
- mergeObj
25174
- ];
25175
24661
  }
25176
- }, [
25177
- [],
25178
- {},
25179
- {}
25180
- ]);
25181
- const [result, _cache, mergeObj] = mergeContext;
25182
- result.forEach((danmaku, i)=>{
25183
- const key = [
25184
- 'content',
25185
- 'mode',
25186
- 'platform',
25187
- 'pool'
25188
- ].map((k)=>danmaku[k]).join('|');
25189
- const extra = result[i].extra;
24662
+ }
24663
+ for (const danmaku of result){
24664
+ const key = `${danmaku.content}|${danmaku.mode}|${danmaku.pool}|${danmaku.platform}`;
25190
24665
  const mergeData = mergeObj[key];
25191
- result[i].extraStr = src_JSON_0.stringify({
25192
- ...extra,
25193
- danuni: {
25194
- ...extra.danuni,
25195
- merge: mergeData
25196
- }
25197
- });
25198
- if (mergeData?.count) if (mergeData.count <= 1) {
25199
- const updatedExtra = {
25200
- ...extra
25201
- };
25202
- if (updatedExtra.danuni) {
25203
- delete updatedExtra.danuni.merge;
25204
- if (0 === Object.keys(updatedExtra.danuni).length) delete updatedExtra.danuni;
25205
- }
25206
- result[i].extraStr = Object.keys(updatedExtra).length > 0 ? src_JSON_0.stringify(updatedExtra) : void 0;
25207
- } else {
25208
- result[i].senderID = 'merge[bot]@dan-any';
25209
- result[i].attr ? result[i].attr.push(dm_gen_DMAttr.Protect) : result[i].attr = [
24666
+ const extra = danmaku.extra;
24667
+ if (mergeData.count > 1) {
24668
+ danmaku.senderID = 'merge[bot]@dan-any';
24669
+ if (danmaku.attr) {
24670
+ if (!danmaku.attr.includes(dm_gen_DMAttr.Protect)) danmaku.attr.push(dm_gen_DMAttr.Protect);
24671
+ } else danmaku.attr = [
25210
24672
  dm_gen_DMAttr.Protect
25211
24673
  ];
24674
+ extra.danuni = extra.danuni || {};
24675
+ extra.danuni.merge = mergeData;
24676
+ danmaku.extraStr = src_JSON.stringify(extra);
24677
+ } else {
24678
+ if (extra.danuni?.merge) {
24679
+ delete extra.danuni.merge;
24680
+ if (0 === Object.keys(extra.danuni).length) delete extra.danuni;
24681
+ }
24682
+ danmaku.extraStr = Object.keys(extra).length > 0 ? src_JSON.stringify(extra) : void 0;
25212
24683
  }
25213
- });
25214
- return new src_UniPool(result, this.options, this.info);
24684
+ }
24685
+ return new UniPool(result, this.options, this.info);
25215
24686
  }
25216
24687
  minify() {
25217
24688
  return this.dans.map((d)=>d.minify());
@@ -25226,14 +24697,14 @@ and limitations under the License.
25226
24697
  const parseJSON = (json)=>{
25227
24698
  try {
25228
24699
  if (Array.isArray(json) && json.every((d)=>d.SOID)) return {
25229
- pool: new src_UniPool(json, options),
24700
+ pool: new UniPool(json, options),
25230
24701
  fmt: 'danuni.json'
25231
24702
  };
25232
24703
  if (json.danmuku && json.danmuku.every((d)=>d.text)) return {
25233
24704
  pool: this.fromArtplayer(json, json.danuni?.data ?? '', void 0, options),
25234
24705
  fmt: 'artplayer.json'
25235
24706
  };
25236
- if (json.count && json.comments && json.comments.every((d)=>d.m)) return {
24707
+ if (json.count && json.comments && Array.isArray(json.comments) && json.comments.every((d)=>d.m)) return {
25237
24708
  pool: this.fromDDPlay(json, json.danuni?.data ?? '', options),
25238
24709
  fmt: 'ddplay.json'
25239
24710
  };
@@ -25250,7 +24721,7 @@ and limitations under the License.
25250
24721
  const parseStr = (file)=>{
25251
24722
  if (mod.includes('json')) try {
25252
24723
  if (IsJSON_isJSON(file)) {
25253
- const json = src_JSON_0.parse(file);
24724
+ const json = src_JSON.parse(file);
25254
24725
  return parseJSON(json);
25255
24726
  }
25256
24727
  } catch {}
@@ -25338,7 +24809,7 @@ and limitations under the License.
25338
24809
  }
25339
24810
  static fromPb(bin, options) {
25340
24811
  const data = fromBinary(DanmakuReplySchema, new Uint8Array(bin));
25341
- return new src_UniPool(data.danmakus.map((d)=>UniDM.create({
24812
+ return new UniPool(data.danmakus.map((d)=>UniDM.create({
25342
24813
  ...d,
25343
24814
  progress: d.progress / 1000,
25344
24815
  mode: d.mode,
@@ -25377,7 +24848,7 @@ and limitations under the License.
25377
24848
  const dans = oriData.i.d;
25378
24849
  const fromConverted = !!oriData.i.danuni;
25379
24850
  const cid = BigInt(oriData.i.chatid);
25380
- return new src_UniPool(dans.map((d)=>UniDM.fromBili(UniDM.parseBiliSingle(d['@_p'], d['#text']), cid, options, fromConverted ? oriData.i.danuni?.data : void 0)).filter((d)=>null !== d), options, {
24851
+ return new UniPool(dans.map((d)=>UniDM.fromBili(UniDM.parseBiliSingle(d['@_p'], d['#text']), cid, options, fromConverted ? oriData.i.danuni?.data : void 0)).filter((d)=>null !== d), options, {
25381
24852
  fromConverted
25382
24853
  });
25383
24854
  }
@@ -25411,8 +24882,8 @@ and limitations under the License.
25411
24882
  real_name: 0,
25412
24883
  source: 'k-v',
25413
24884
  danuni: {
25414
- ...src_DanUniConvertTipTemplate,
25415
- data: this.shared.SOID
24885
+ ...DanUniConvertTipTemplate,
24886
+ data: this.getShared('SOID')
25416
24887
  },
25417
24888
  d: this.dans.map((dan)=>dan.toBiliXML(options))
25418
24889
  }
@@ -25421,7 +24892,7 @@ and limitations under the License.
25421
24892
  static fromBiliGrpc(bin, options) {
25422
24893
  const data = fromBinary(DmSegMobileReplySchema, new Uint8Array(bin));
25423
24894
  const json = data.elems;
25424
- return new src_UniPool(json.map((d)=>UniDM.fromBili({
24895
+ return new UniPool(json.map((d)=>UniDM.fromBili({
25425
24896
  ...d,
25426
24897
  progress: d.progress / 1000
25427
24898
  }, d.oid, options)), options);
@@ -25429,10 +24900,10 @@ and limitations under the License.
25429
24900
  static fromBiliCommandGrpc(bin, options) {
25430
24901
  const data = fromBinary(DmWebViewReplySchema, new Uint8Array(bin));
25431
24902
  const json = data.commandDms;
25432
- return new src_UniPool(json.map((d)=>UniDM.fromBiliCommand(d, d.oid, options)), options);
24903
+ return new UniPool(json.map((d)=>UniDM.fromBiliCommand(d, d.oid, options)), options);
25433
24904
  }
25434
24905
  static fromBiliUp(json, options) {
25435
- return new src_UniPool(json.data.result.map((d)=>{
24906
+ return new UniPool(json.data.result.map((d)=>{
25436
24907
  const attrBin = d.attrs ? d.attrs.split(',').map(Number).reduce((bin, bitPosition)=>bin | 1 << bitPosition - 1, 0) : 0;
25437
24908
  return UniDM.fromBili({
25438
24909
  id: BigInt(d.id_str || d.id),
@@ -25451,7 +24922,7 @@ and limitations under the License.
25451
24922
  }), options);
25452
24923
  }
25453
24924
  static fromDplayer(json, playerID, domain = 'other', options) {
25454
- return new src_UniPool(json.data.map((d)=>UniDM.fromDplayer({
24925
+ return new UniPool(json.data.map((d)=>UniDM.fromDplayer({
25455
24926
  content: d[4],
25456
24927
  progress: d[0],
25457
24928
  mode: d[1],
@@ -25465,7 +24936,7 @@ and limitations under the License.
25465
24936
  return {
25466
24937
  code: 0,
25467
24938
  danuni: {
25468
- ...src_DanUniConvertTipTemplate,
24939
+ ...DanUniConvertTipTemplate,
25469
24940
  data: this.dans[0].SOID.split('@')[0]
25470
24941
  },
25471
24942
  data: this.dans.map((dan)=>{
@@ -25481,7 +24952,7 @@ and limitations under the License.
25481
24952
  };
25482
24953
  }
25483
24954
  static fromArtplayer(json, playerID, domain = 'other', options) {
25484
- return new src_UniPool(json.danmuku.map((d)=>UniDM.fromArtplayer({
24955
+ return new UniPool(json.danmuku.map((d)=>UniDM.fromArtplayer({
25485
24956
  content: d.text,
25486
24957
  progress: d.time || 0,
25487
24958
  mode: d.mode || 0,
@@ -25494,7 +24965,7 @@ and limitations under the License.
25494
24965
  toArtplayer() {
25495
24966
  return {
25496
24967
  danuni: {
25497
- ...src_DanUniConvertTipTemplate,
24968
+ ...DanUniConvertTipTemplate,
25498
24969
  data: this.dans[0].SOID.split('@')[0]
25499
24970
  },
25500
24971
  danmuku: this.dans.map((dan)=>{
@@ -25511,7 +24982,7 @@ and limitations under the License.
25511
24982
  };
25512
24983
  }
25513
24984
  static fromDDPlay(json, episodeId, options) {
25514
- return new src_UniPool(json.comments.map((d)=>{
24985
+ return new UniPool(json.comments.map((d)=>{
25515
24986
  const p_arr = d.p.split(',');
25516
24987
  return UniDM.fromDDplay({
25517
24988
  cid: d.cid,
@@ -25529,7 +25000,7 @@ and limitations under the License.
25529
25000
  const episodeId = this.dans[0].SOID.split('@')[0].replaceAll(`def_${platform_PlatformDanmakuOnlySource.DanDanPlay}+`, '');
25530
25001
  return {
25531
25002
  danuni: {
25532
- ...src_DanUniConvertTipTemplate,
25003
+ ...DanUniConvertTipTemplate,
25533
25004
  data: episodeId
25534
25005
  },
25535
25006
  count: this.dans.length,
@@ -25551,7 +25022,7 @@ and limitations under the License.
25551
25022
  substyle: {}
25552
25023
  };
25553
25024
  const finalOptions = options ?? defaultOptions;
25554
- const fn = this.shared.SOID;
25025
+ const fn = this.getShared('SOID');
25555
25026
  return generateASS(this, {
25556
25027
  filename: fn,
25557
25028
  title: fn,