videomail-client 11.4.13 → 11.5.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.
@@ -1,14 +1,14 @@
1
1
  var __webpack_modules__ = {
2
- "./node_modules/@rslib/core/node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[12].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[12].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[12].use[3]!./src/styles/main.styl": function(module, __webpack_exports__, __webpack_require__) {
2
+ "./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[12].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[12].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[12].use[3]!./src/styles/main.styl": function(module, __webpack_exports__, __webpack_require__) {
3
3
  "use strict";
4
4
  __webpack_require__.d(__webpack_exports__, {
5
5
  A: ()=>__WEBPACK_DEFAULT_EXPORT__
6
6
  });
7
- var _node_modules_rslib_core_node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("./node_modules/@rslib/core/node_modules/@rsbuild/core/compiled/css-loader/noSourceMaps.js");
8
- var _node_modules_rslib_core_node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/ __webpack_require__.n(_node_modules_rslib_core_node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
9
- var _node_modules_rslib_core_node_modules_rsbuild_core_compiled_css_loader_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("./node_modules/@rslib/core/node_modules/@rsbuild/core/compiled/css-loader/api.js");
10
- var _node_modules_rslib_core_node_modules_rsbuild_core_compiled_css_loader_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(_node_modules_rslib_core_node_modules_rsbuild_core_compiled_css_loader_api_js__WEBPACK_IMPORTED_MODULE_1__);
11
- var ___CSS_LOADER_EXPORT___ = _node_modules_rslib_core_node_modules_rsbuild_core_compiled_css_loader_api_js__WEBPACK_IMPORTED_MODULE_1___default()(_node_modules_rslib_core_node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());
7
+ var _node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/noSourceMaps.js");
8
+ var _node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/ __webpack_require__.n(_node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
9
+ var _node_modules_rsbuild_core_compiled_css_loader_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/api.js");
10
+ var _node_modules_rsbuild_core_compiled_css_loader_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(_node_modules_rsbuild_core_compiled_css_loader_api_js__WEBPACK_IMPORTED_MODULE_1__);
11
+ var ___CSS_LOADER_EXPORT___ = _node_modules_rsbuild_core_compiled_css_loader_api_js__WEBPACK_IMPORTED_MODULE_1___default()(_node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());
12
12
  ___CSS_LOADER_EXPORT___.push([
13
13
  module.id,
14
14
  `@keyframes blink {
@@ -4385,6 +4385,11 @@ var __webpack_modules__ = {
4385
4385
  var implementation = __webpack_require__("./node_modules/function-bind/implementation.js");
4386
4386
  module.exports = Function.prototype.bind || implementation;
4387
4387
  },
4388
+ "./node_modules/generator-function/index.js": function(module) {
4389
+ "use strict";
4390
+ const cached = (function*() {}).constructor;
4391
+ module.exports = ()=>cached;
4392
+ },
4388
4393
  "./node_modules/get-intrinsic/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
4389
4394
  "use strict";
4390
4395
  var undefined;
@@ -5192,13 +5197,7 @@ var __webpack_modules__ = {
5192
5197
  var getProto = __webpack_require__("./node_modules/get-proto/index.js");
5193
5198
  var toStr = callBound('Object.prototype.toString');
5194
5199
  var fnToStr = callBound('Function.prototype.toString');
5195
- var getGeneratorFunc = function() {
5196
- if (!hasToStringTag) return false;
5197
- try {
5198
- return Function('return function*() {}')();
5199
- } catch (e) {}
5200
- };
5201
- var GeneratorFunction;
5200
+ var getGeneratorFunction = __webpack_require__("./node_modules/generator-function/index.js");
5202
5201
  module.exports = function(fn) {
5203
5202
  if ('function' != typeof fn) return false;
5204
5203
  if (isFnRegex(fnToStr(fn))) return true;
@@ -5207,11 +5206,8 @@ var __webpack_modules__ = {
5207
5206
  return '[object GeneratorFunction]' === str;
5208
5207
  }
5209
5208
  if (!getProto) return false;
5210
- if (void 0 === GeneratorFunction) {
5211
- var generatorFunc = getGeneratorFunc();
5212
- GeneratorFunction = generatorFunc ? getProto(generatorFunc) : false;
5213
- }
5214
- return getProto(fn) === GeneratorFunction;
5209
+ var GeneratorFunction = getGeneratorFunction();
5210
+ return GeneratorFunction && getProto(fn) === GeneratorFunction.prototype;
5215
5211
  };
5216
5212
  },
5217
5213
  "./node_modules/is-power-of-two/index.js": function(module) {
@@ -6004,15 +6000,17 @@ var __webpack_modules__ = {
6004
6000
  parseArrays: true,
6005
6001
  plainObjects: false,
6006
6002
  strictDepth: false,
6007
- strictNullHandling: false
6003
+ strictNullHandling: false,
6004
+ throwOnLimitExceeded: false
6008
6005
  };
6009
6006
  var interpretNumericEntities = function(str) {
6010
6007
  return str.replace(/&#(\d+);/g, function($0, numberStr) {
6011
6008
  return String.fromCharCode(parseInt(numberStr, 10));
6012
6009
  });
6013
6010
  };
6014
- var parseArrayValue = function(val, options) {
6011
+ var parseArrayValue = function(val, options, currentArrayLength) {
6015
6012
  if (val && 'string' == typeof val && options.comma && val.indexOf(',') > -1) return val.split(',');
6013
+ if (options.throwOnLimitExceeded && currentArrayLength >= options.arrayLimit) throw new RangeError('Array limit exceeded. Only ' + options.arrayLimit + ' element' + (1 === options.arrayLimit ? '' : 's') + ' allowed in an array.');
6016
6014
  return val;
6017
6015
  };
6018
6016
  var isoSentinel = 'utf8=%26%2310003%3B';
@@ -6024,7 +6022,8 @@ var __webpack_modules__ = {
6024
6022
  var cleanStr = options.ignoreQueryPrefix ? str.replace(/^\?/, '') : str;
6025
6023
  cleanStr = cleanStr.replace(/%5B/gi, '[').replace(/%5D/gi, ']');
6026
6024
  var limit = options.parameterLimit === 1 / 0 ? void 0 : options.parameterLimit;
6027
- var parts = cleanStr.split(options.delimiter, limit);
6025
+ var parts = cleanStr.split(options.delimiter, options.throwOnLimitExceeded ? limit + 1 : limit);
6026
+ if (options.throwOnLimitExceeded && parts.length > limit) throw new RangeError('Parameter limit exceeded. Only ' + limit + ' parameter' + (1 === limit ? '' : 's') + ' allowed.');
6028
6027
  var skipIndex = -1;
6029
6028
  var i;
6030
6029
  var charset = options.charset;
@@ -6040,17 +6039,18 @@ var __webpack_modules__ = {
6040
6039
  var part = parts[i];
6041
6040
  var bracketEqualsPos = part.indexOf(']=');
6042
6041
  var pos = -1 === bracketEqualsPos ? part.indexOf('=') : bracketEqualsPos + 1;
6043
- var key, val;
6042
+ var key;
6043
+ var val;
6044
6044
  if (-1 === pos) {
6045
6045
  key = options.decoder(part, defaults.decoder, charset, 'key');
6046
6046
  val = options.strictNullHandling ? null : '';
6047
6047
  } else {
6048
6048
  key = options.decoder(part.slice(0, pos), defaults.decoder, charset, 'key');
6049
- val = utils.maybeMap(parseArrayValue(part.slice(pos + 1), options), function(encodedVal) {
6049
+ val = utils.maybeMap(parseArrayValue(part.slice(pos + 1), options, isArray(obj[key]) ? obj[key].length : 0), function(encodedVal) {
6050
6050
  return options.decoder(encodedVal, defaults.decoder, charset, 'value');
6051
6051
  });
6052
6052
  }
6053
- if (val && options.interpretNumericEntities && 'iso-8859-1' === charset) val = interpretNumericEntities(val);
6053
+ if (val && options.interpretNumericEntities && 'iso-8859-1' === charset) val = interpretNumericEntities(String(val));
6054
6054
  if (part.indexOf('[]=') > -1) val = isArray(val) ? [
6055
6055
  val
6056
6056
  ] : val;
@@ -6061,13 +6061,20 @@ var __webpack_modules__ = {
6061
6061
  return obj;
6062
6062
  };
6063
6063
  var parseObject = function(chain, val, options, valuesParsed) {
6064
- var leaf = valuesParsed ? val : parseArrayValue(val, options);
6064
+ var currentArrayLength = 0;
6065
+ if (chain.length > 0 && '[]' === chain[chain.length - 1]) {
6066
+ var parentKey = chain.slice(0, -1).join('');
6067
+ currentArrayLength = Array.isArray(val) && val[parentKey] ? val[parentKey].length : 0;
6068
+ }
6069
+ var leaf = valuesParsed ? val : parseArrayValue(val, options, currentArrayLength);
6065
6070
  for(var i = chain.length - 1; i >= 0; --i){
6066
6071
  var obj;
6067
6072
  var root = chain[i];
6068
- if ('[]' === root && options.parseArrays) obj = options.allowEmptyArrays && ('' === leaf || options.strictNullHandling && null === leaf) ? [] : [].concat(leaf);
6073
+ if ('[]' === root && options.parseArrays) obj = options.allowEmptyArrays && ('' === leaf || options.strictNullHandling && null === leaf) ? [] : utils.combine([], leaf);
6069
6074
  else {
6070
- obj = options.plainObjects ? Object.create(null) : {};
6075
+ obj = options.plainObjects ? {
6076
+ __proto__: null
6077
+ } : {};
6071
6078
  var cleanRoot = '[' === root.charAt(0) && ']' === root.charAt(root.length - 1) ? root.slice(1, -1) : root;
6072
6079
  var decodedRoot = options.decodeDotInKeys ? cleanRoot.replace(/%2E/g, '.') : cleanRoot;
6073
6080
  var index = parseInt(decodedRoot, 10);
@@ -6118,6 +6125,7 @@ var __webpack_modules__ = {
6118
6125
  if (void 0 !== opts.decodeDotInKeys && 'boolean' != typeof opts.decodeDotInKeys) throw new TypeError('`decodeDotInKeys` option can only be `true` or `false`, when provided');
6119
6126
  if (null !== opts.decoder && void 0 !== opts.decoder && 'function' != typeof opts.decoder) throw new TypeError('Decoder has to be a function.');
6120
6127
  if (void 0 !== opts.charset && 'utf-8' !== opts.charset && 'iso-8859-1' !== opts.charset) throw new TypeError('The charset option must be either utf-8, iso-8859-1, or undefined');
6128
+ if (void 0 !== opts.throwOnLimitExceeded && 'boolean' != typeof opts.throwOnLimitExceeded) throw new TypeError('`throwOnLimitExceeded` option must be a boolean');
6121
6129
  var charset = void 0 === opts.charset ? defaults.charset : opts.charset;
6122
6130
  var duplicates = void 0 === opts.duplicates ? defaults.duplicates : opts.duplicates;
6123
6131
  if ('combine' !== duplicates && 'first' !== duplicates && 'last' !== duplicates) throw new TypeError('The duplicates option must be either combine, first, or last');
@@ -6142,14 +6150,19 @@ var __webpack_modules__ = {
6142
6150
  parseArrays: false !== opts.parseArrays,
6143
6151
  plainObjects: 'boolean' == typeof opts.plainObjects ? opts.plainObjects : defaults.plainObjects,
6144
6152
  strictDepth: 'boolean' == typeof opts.strictDepth ? !!opts.strictDepth : defaults.strictDepth,
6145
- strictNullHandling: 'boolean' == typeof opts.strictNullHandling ? opts.strictNullHandling : defaults.strictNullHandling
6153
+ strictNullHandling: 'boolean' == typeof opts.strictNullHandling ? opts.strictNullHandling : defaults.strictNullHandling,
6154
+ throwOnLimitExceeded: 'boolean' == typeof opts.throwOnLimitExceeded ? opts.throwOnLimitExceeded : false
6146
6155
  };
6147
6156
  };
6148
6157
  module.exports = function(str, opts) {
6149
6158
  var options = normalizeParseOptions(opts);
6150
- if ('' === str || null == str) return options.plainObjects ? Object.create(null) : {};
6159
+ if ('' === str || null == str) return options.plainObjects ? {
6160
+ __proto__: null
6161
+ } : {};
6151
6162
  var tempObj = 'string' == typeof str ? parseValues(str, options) : str;
6152
- var obj = options.plainObjects ? Object.create(null) : {};
6163
+ var obj = options.plainObjects ? {
6164
+ __proto__: null
6165
+ } : {};
6153
6166
  var keys = Object.keys(tempObj);
6154
6167
  for(var i = 0; i < keys.length; ++i){
6155
6168
  var key = keys[i];
@@ -6194,11 +6207,13 @@ var __webpack_modules__ = {
6194
6207
  arrayFormat: 'indices',
6195
6208
  charset: 'utf-8',
6196
6209
  charsetSentinel: false,
6210
+ commaRoundTrip: false,
6197
6211
  delimiter: '&',
6198
6212
  encode: true,
6199
6213
  encodeDotInKeys: false,
6200
6214
  encoder: utils.encode,
6201
6215
  encodeValuesOnly: false,
6216
+ filter: void 0,
6202
6217
  format: defaultFormat,
6203
6218
  formatter: formats.formatters[defaultFormat],
6204
6219
  indices: false,
@@ -6260,14 +6275,14 @@ var __webpack_modules__ = {
6260
6275
  var keys = Object.keys(obj);
6261
6276
  objKeys = sort ? keys.sort(sort) : keys;
6262
6277
  }
6263
- var encodedPrefix = encodeDotInKeys ? prefix.replace(/\./g, '%2E') : prefix;
6278
+ var encodedPrefix = encodeDotInKeys ? String(prefix).replace(/\./g, '%2E') : String(prefix);
6264
6279
  var adjustedPrefix = commaRoundTrip && isArray(obj) && 1 === obj.length ? encodedPrefix + '[]' : encodedPrefix;
6265
6280
  if (allowEmptyArrays && isArray(obj) && 0 === obj.length) return adjustedPrefix + '[]';
6266
6281
  for(var j = 0; j < objKeys.length; ++j){
6267
6282
  var key = objKeys[j];
6268
- var value = 'object' == typeof key && void 0 !== key.value ? key.value : obj[key];
6283
+ var value = 'object' == typeof key && key && void 0 !== key.value ? key.value : obj[key];
6269
6284
  if (!skipNulls || null !== value) {
6270
- var encodedKey = allowDots && encodeDotInKeys ? key.replace(/\./g, '%2E') : key;
6285
+ var encodedKey = allowDots && encodeDotInKeys ? String(key).replace(/\./g, '%2E') : String(key);
6271
6286
  var keyPrefix = isArray(obj) ? 'function' == typeof generateArrayPrefix ? generateArrayPrefix(adjustedPrefix, encodedKey) : adjustedPrefix : adjustedPrefix + (allowDots ? '.' + encodedKey : '[' + encodedKey + ']');
6272
6287
  sideChannel.set(object, step);
6273
6288
  var valueSideChannel = getSideChannel();
@@ -6303,7 +6318,7 @@ var __webpack_modules__ = {
6303
6318
  arrayFormat: arrayFormat,
6304
6319
  charset: charset,
6305
6320
  charsetSentinel: 'boolean' == typeof opts.charsetSentinel ? opts.charsetSentinel : defaults.charsetSentinel,
6306
- commaRoundTrip: opts.commaRoundTrip,
6321
+ commaRoundTrip: !!opts.commaRoundTrip,
6307
6322
  delimiter: void 0 === opts.delimiter ? defaults.delimiter : opts.delimiter,
6308
6323
  encode: 'boolean' == typeof opts.encode ? opts.encode : defaults.encode,
6309
6324
  encodeDotInKeys: 'boolean' == typeof opts.encodeDotInKeys ? opts.encodeDotInKeys : defaults.encodeDotInKeys,
@@ -6339,7 +6354,8 @@ var __webpack_modules__ = {
6339
6354
  var sideChannel = getSideChannel();
6340
6355
  for(var i = 0; i < objKeys.length; ++i){
6341
6356
  var key = objKeys[i];
6342
- if (!options.skipNulls || null !== obj[key]) pushToArray(keys, stringify(obj[key], key, generateArrayPrefix, commaRoundTrip, options.allowEmptyArrays, options.strictNullHandling, options.skipNulls, options.encodeDotInKeys, options.encode ? options.encoder : null, options.filter, options.sort, options.allowDots, options.serializeDate, options.format, options.formatter, options.encodeValuesOnly, options.charset, sideChannel));
6357
+ var value = obj[key];
6358
+ if (!options.skipNulls || null !== value) pushToArray(keys, stringify(value, key, generateArrayPrefix, commaRoundTrip, options.allowEmptyArrays, options.strictNullHandling, options.skipNulls, options.encodeDotInKeys, options.encode ? options.encoder : null, options.filter, options.sort, options.allowDots, options.serializeDate, options.format, options.formatter, options.encodeValuesOnly, options.charset, sideChannel));
6343
6359
  }
6344
6360
  var joined = keys.join(options.delimiter);
6345
6361
  var prefix = true === options.addQueryPrefix ? '?' : '';
@@ -6370,13 +6386,15 @@ var __webpack_modules__ = {
6370
6386
  }
6371
6387
  };
6372
6388
  var arrayToObject = function(source, options) {
6373
- var obj = options && options.plainObjects ? Object.create(null) : {};
6389
+ var obj = options && options.plainObjects ? {
6390
+ __proto__: null
6391
+ } : {};
6374
6392
  for(var i = 0; i < source.length; ++i)if (void 0 !== source[i]) obj[i] = source[i];
6375
6393
  return obj;
6376
6394
  };
6377
6395
  var merge = function merge(target, source, options) {
6378
6396
  if (!source) return target;
6379
- if ('object' != typeof source) {
6397
+ if ('object' != typeof source && 'function' != typeof source) {
6380
6398
  if (isArray(target)) target.push(source);
6381
6399
  else if (!target || 'object' != typeof target) return [
6382
6400
  target,
@@ -6413,7 +6431,7 @@ var __webpack_modules__ = {
6413
6431
  return acc;
6414
6432
  }, target);
6415
6433
  };
6416
- var decode = function(str, decoder, charset) {
6434
+ var decode = function(str, defaultDecoder, charset) {
6417
6435
  var strWithoutPlus = str.replace(/\+/g, ' ');
6418
6436
  if ('iso-8859-1' === charset) return strWithoutPlus.replace(/%[0-9a-f]{2}/gi, unescape);
6419
6437
  try {
@@ -10181,7 +10199,7 @@ var __webpack_modules__ = {
10181
10199
  "?aa23": function() {},
10182
10200
  "?9936": function() {},
10183
10201
  "?5f55": function() {},
10184
- "./node_modules/@rslib/core/node_modules/@rsbuild/core/compiled/css-loader/api.js": function(module) {
10202
+ "./node_modules/@rsbuild/core/compiled/css-loader/api.js": function(module) {
10185
10203
  "use strict";
10186
10204
  module.exports = function(cssWithMappingToString) {
10187
10205
  var list = [];
@@ -10235,13 +10253,13 @@ var __webpack_modules__ = {
10235
10253
  return list;
10236
10254
  };
10237
10255
  },
10238
- "./node_modules/@rslib/core/node_modules/@rsbuild/core/compiled/css-loader/noSourceMaps.js": function(module) {
10256
+ "./node_modules/@rsbuild/core/compiled/css-loader/noSourceMaps.js": function(module) {
10239
10257
  "use strict";
10240
10258
  module.exports = function(i) {
10241
10259
  return i[1];
10242
10260
  };
10243
10261
  },
10244
- "./node_modules/@rslib/core/node_modules/@rsbuild/core/compiled/style-loader/runtime/injectStylesIntoStyleTag.js": function(module) {
10262
+ "./node_modules/@rsbuild/core/compiled/style-loader/runtime/injectStylesIntoStyleTag.js": function(module) {
10245
10263
  "use strict";
10246
10264
  var stylesInDOM = [];
10247
10265
  function getIndexByIdentifier(identifier) {
@@ -10320,7 +10338,7 @@ var __webpack_modules__ = {
10320
10338
  };
10321
10339
  };
10322
10340
  },
10323
- "./node_modules/@rslib/core/node_modules/@rsbuild/core/compiled/style-loader/runtime/insertBySelector.js": function(module) {
10341
+ "./node_modules/@rsbuild/core/compiled/style-loader/runtime/insertBySelector.js": function(module) {
10324
10342
  "use strict";
10325
10343
  var memo = {};
10326
10344
  function getTarget(target) {
@@ -10342,7 +10360,7 @@ var __webpack_modules__ = {
10342
10360
  }
10343
10361
  module.exports = insertBySelector;
10344
10362
  },
10345
- "./node_modules/@rslib/core/node_modules/@rsbuild/core/compiled/style-loader/runtime/insertStyleElement.js": function(module) {
10363
+ "./node_modules/@rsbuild/core/compiled/style-loader/runtime/insertStyleElement.js": function(module) {
10346
10364
  "use strict";
10347
10365
  function insertStyleElement(options) {
10348
10366
  var element = document.createElement("style");
@@ -10352,7 +10370,7 @@ var __webpack_modules__ = {
10352
10370
  }
10353
10371
  module.exports = insertStyleElement;
10354
10372
  },
10355
- "./node_modules/@rslib/core/node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithoutAttributes.js": function(module, __unused_webpack_exports, __webpack_require__) {
10373
+ "./node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithoutAttributes.js": function(module, __unused_webpack_exports, __webpack_require__) {
10356
10374
  "use strict";
10357
10375
  function setAttributesWithoutAttributes(styleElement) {
10358
10376
  var nonce = __webpack_require__.nc;
@@ -10360,7 +10378,7 @@ var __webpack_modules__ = {
10360
10378
  }
10361
10379
  module.exports = setAttributesWithoutAttributes;
10362
10380
  },
10363
- "./node_modules/@rslib/core/node_modules/@rsbuild/core/compiled/style-loader/runtime/styleDomAPI.js": function(module) {
10381
+ "./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleDomAPI.js": function(module) {
10364
10382
  "use strict";
10365
10383
  function apply(styleElement, options, obj) {
10366
10384
  var css = "";
@@ -10397,7 +10415,7 @@ var __webpack_modules__ = {
10397
10415
  }
10398
10416
  module.exports = domAPI;
10399
10417
  },
10400
- "./node_modules/@rslib/core/node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js": function(module) {
10418
+ "./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js": function(module) {
10401
10419
  "use strict";
10402
10420
  function styleTagTransform(css, styleElement) {
10403
10421
  if (styleElement.styleSheet) styleElement.styleSheet.cssText = css;
@@ -10642,11 +10660,16 @@ var __webpack_exports__ = {};
10642
10660
  var client = __webpack_require__("./node_modules/superagent/lib/client.js");
10643
10661
  var client_default = /*#__PURE__*/ __webpack_require__.n(client);
10644
10662
  var package_namespaceObject = {
10645
- rE: "11.4.13"
10663
+ rE: "11.5.1"
10646
10664
  };
10647
10665
  var defined = __webpack_require__("./node_modules/defined/index.js");
10648
10666
  var defined_default = /*#__PURE__*/ __webpack_require__.n(defined);
10649
- var LIBVERSION = '2.0.5', UA_MAX_LENGTH = 500, USER_AGENT = 'user-agent', EMPTY = '', UNKNOWN = '?', FUNC_TYPE = 'function', UNDEF_TYPE = 'undefined', OBJ_TYPE = 'object', STR_TYPE = 'string', UA_BROWSER = 'browser', UA_CPU = 'cpu', UA_DEVICE = 'device', UA_ENGINE = 'engine', UA_OS = 'os', UA_RESULT = 'result', NAME = 'name', TYPE = 'type', VENDOR = 'vendor', VERSION = 'version', ARCHITECTURE = 'architecture', MAJOR = 'major', MODEL = 'model', CONSOLE = 'console', MOBILE = 'mobile', TABLET = 'tablet', SMARTTV = 'smarttv', WEARABLE = 'wearable', XR = 'xr', EMBEDDED = 'embedded', INAPP = 'inapp', BRANDS = 'brands', FORMFACTORS = 'formFactors', FULLVERLIST = 'fullVersionList', PLATFORM = 'platform', PLATFORMVER = 'platformVersion', BITNESS = 'bitness', CH_HEADER = 'sec-ch-ua', CH_HEADER_FULL_VER_LIST = CH_HEADER + '-full-version-list', CH_HEADER_ARCH = CH_HEADER + '-arch', CH_HEADER_BITNESS = CH_HEADER + '-' + BITNESS, CH_HEADER_FORM_FACTORS = CH_HEADER + '-form-factors', CH_HEADER_MOBILE = CH_HEADER + '-' + MOBILE, CH_HEADER_MODEL = CH_HEADER + '-' + MODEL, CH_HEADER_PLATFORM = CH_HEADER + '-' + PLATFORM, CH_HEADER_PLATFORM_VER = CH_HEADER_PLATFORM + '-version', CH_ALL_VALUES = [
10667
+ var LIBVERSION = '2.0.6', UA_MAX_LENGTH = 500, USER_AGENT = 'user-agent', EMPTY = '', UNKNOWN = '?', TYPEOF = {
10668
+ FUNCTION: 'function',
10669
+ OBJECT: 'object',
10670
+ STRING: 'string',
10671
+ UNDEFINED: 'undefined'
10672
+ }, BROWSER = 'browser', CPU = 'cpu', DEVICE = 'device', ENGINE = 'engine', OS = 'os', RESULT = 'result', NAME = 'name', TYPE = 'type', VENDOR = 'vendor', VERSION = 'version', ARCHITECTURE = 'architecture', MAJOR = 'major', MODEL = 'model', CONSOLE = 'console', MOBILE = 'mobile', TABLET = 'tablet', SMARTTV = 'smarttv', WEARABLE = 'wearable', XR = 'xr', EMBEDDED = 'embedded', INAPP = 'inapp', BRANDS = 'brands', FORMFACTORS = 'formFactors', FULLVERLIST = 'fullVersionList', PLATFORM = 'platform', PLATFORMVER = 'platformVersion', BITNESS = 'bitness', CH = 'sec-ch-ua', CH_FULL_VER_LIST = CH + '-full-version-list', CH_ARCH = CH + '-arch', CH_BITNESS = CH + '-' + BITNESS, CH_FORM_FACTORS = CH + '-form-factors', CH_MOBILE = CH + '-' + MOBILE, CH_MODEL = CH + '-' + MODEL, CH_PLATFORM = CH + '-' + PLATFORM, CH_PLATFORM_VER = CH_PLATFORM + '-version', CH_ALL_VALUES = [
10650
10673
  BRANDS,
10651
10674
  FULLVERLIST,
10652
10675
  MOBILE,
@@ -10657,7 +10680,7 @@ var __webpack_exports__ = {};
10657
10680
  FORMFACTORS,
10658
10681
  BITNESS
10659
10682
  ], AMAZON = 'Amazon', APPLE = 'Apple', ASUS = 'ASUS', BLACKBERRY = 'BlackBerry', GOOGLE = 'Google', HUAWEI = 'Huawei', LENOVO = 'Lenovo', HONOR = 'Honor', LG = 'LG', MICROSOFT = 'Microsoft', MOTOROLA = 'Motorola', NVIDIA = 'Nvidia', ONEPLUS = 'OnePlus', OPPO = 'OPPO', SAMSUNG = 'Samsung', SHARP = 'Sharp', SONY = 'Sony', XIAOMI = 'Xiaomi', ZEBRA = 'Zebra', CHROME = 'Chrome', CHROMIUM = 'Chromium', CHROMECAST = 'Chromecast', EDGE = 'Edge', FIREFOX = 'Firefox', OPERA = 'Opera', FACEBOOK = 'Facebook', SOGOU = 'Sogou', PREFIX_MOBILE = 'Mobile ', SUFFIX_BROWSER = ' Browser', WINDOWS = 'Windows';
10660
- var isWindow = typeof window !== UNDEF_TYPE, NAVIGATOR = isWindow && window.navigator ? window.navigator : void 0, NAVIGATOR_UADATA = NAVIGATOR && NAVIGATOR.userAgentData ? NAVIGATOR.userAgentData : void 0;
10683
+ var isWindow = typeof window !== TYPEOF.UNDEFINED, NAVIGATOR = isWindow && window.navigator ? window.navigator : void 0, NAVIGATOR_UADATA = NAVIGATOR && NAVIGATOR.userAgentData ? NAVIGATOR.userAgentData : void 0;
10661
10684
  var extend = function(defaultRgx, extensions) {
10662
10685
  var mergedRgx = {};
10663
10686
  var extraRgx = extensions;
@@ -10672,7 +10695,7 @@ var __webpack_exports__ = {};
10672
10695
  for(var i = 0; i < arr.length; i++)enums[arr[i].toUpperCase()] = arr[i];
10673
10696
  return enums;
10674
10697
  }, has = function(str1, str2) {
10675
- if (typeof str1 === OBJ_TYPE && str1.length > 0) {
10698
+ if (typeof str1 === TYPEOF.OBJECT && str1.length > 0) {
10676
10699
  for(var i in str1)if (lowerize(str2) == lowerize(str1[i])) return true;
10677
10700
  return false;
10678
10701
  }
@@ -10680,7 +10703,7 @@ var __webpack_exports__ = {};
10680
10703
  }, isExtensions = function(obj, deep) {
10681
10704
  for(var prop in obj)return /^(browser|cpu|device|engine|os)$/.test(prop) || (deep ? isExtensions(obj[prop]) : false);
10682
10705
  }, isString = function(val) {
10683
- return typeof val === STR_TYPE;
10706
+ return typeof val === TYPEOF.STRING;
10684
10707
  }, itemListToArray = function(header) {
10685
10708
  if (!header) return;
10686
10709
  var arr = [];
@@ -10700,7 +10723,7 @@ var __webpack_exports__ = {};
10700
10723
  }, setProps = function(arr) {
10701
10724
  for(var i in arr)if (arr.hasOwnProperty(i)) {
10702
10725
  var propName = arr[i];
10703
- if (typeof propName == OBJ_TYPE && 2 == propName.length) this[propName[0]] = propName[1];
10726
+ if (typeof propName == TYPEOF.OBJECT && 2 == propName.length) this[propName[0]] = propName[1];
10704
10727
  else this[propName] = void 0;
10705
10728
  }
10706
10729
  return this;
@@ -10709,10 +10732,8 @@ var __webpack_exports__ = {};
10709
10732
  }, stripQuotes = function(str) {
10710
10733
  return strip(/\\?\"/g, str);
10711
10734
  }, ua_parser_trim = function(str, len) {
10712
- if (isString(str)) {
10713
- str = strip(/^\s\s*/, str);
10714
- return typeof len === UNDEF_TYPE ? str : str.substring(0, UA_MAX_LENGTH);
10715
- }
10735
+ str = strip(/^\s\s*/, String(str));
10736
+ return typeof len === TYPEOF.UNDEFINED ? str : str.substring(0, len);
10716
10737
  };
10717
10738
  var rgxMapper = function(ua, arrays) {
10718
10739
  if (!ua || !arrays) return;
@@ -10726,10 +10747,10 @@ var __webpack_exports__ = {};
10726
10747
  if (!!matches) for(p = 0; p < props.length; p++){
10727
10748
  match = matches[++k];
10728
10749
  q = props[p];
10729
- if (typeof q === OBJ_TYPE && q.length > 0) {
10730
- if (2 === q.length) if (typeof q[1] == FUNC_TYPE) this[q[0]] = q[1].call(this, match);
10750
+ if (typeof q === TYPEOF.OBJECT && q.length > 0) {
10751
+ if (2 === q.length) if (typeof q[1] == TYPEOF.FUNCTION) this[q[0]] = q[1].call(this, match);
10731
10752
  else this[q[0]] = q[1];
10732
- else if (q.length >= 3) if (typeof q[1] !== FUNC_TYPE || q[1].exec && q[1].test) {
10753
+ else if (q.length >= 3) if (typeof q[1] !== TYPEOF.FUNCTION || q[1].exec && q[1].test) {
10733
10754
  if (3 == q.length) this[q[0]] = match ? match.replace(q[1], q[2]) : void 0;
10734
10755
  else if (4 == q.length) this[q[0]] = match ? q[3].call(this, match.replace(q[1], q[2])) : void 0;
10735
10756
  else if (q.length > 4) this[q[0]] = match ? q[3].apply(this, [
@@ -10743,7 +10764,7 @@ var __webpack_exports__ = {};
10743
10764
  i += 2;
10744
10765
  }
10745
10766
  }, strMapper = function(str, map) {
10746
- for(var i in map)if (typeof map[i] === OBJ_TYPE && map[i].length > 0) {
10767
+ for(var i in map)if (typeof map[i] === TYPEOF.OBJECT && map[i].length > 0) {
10747
10768
  for(var j = 0; j < map[i].length; j++)if (has(map[i][j], str)) return i === UNKNOWN ? void 0 : i;
10748
10769
  } else if (has(map[i], str)) return i === UNKNOWN ? void 0 : i;
10749
10770
  return map.hasOwnProperty('*') ? map['*'] : str;
@@ -10894,8 +10915,9 @@ var __webpack_exports__ = {};
10894
10915
  /(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i,
10895
10916
  /(avant|iemobile|slim(?:browser|boat|jet))[\/ ]?([\d\.]*)/i,
10896
10917
  /(?:ms|\()(ie) ([\w\.]+)/i,
10897
- /(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio|(?=comodo_)?dragon|otter|dooble|(?:lg |qute)browser)\/([-\w\.]+)/i,
10898
- /(heytap|ovi|115|surf)browser\/([\d\.]+)/i,
10918
+ /(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio|(?=comodo_)?dragon|otter|dooble|(?:lg |qute)browser|palemoon)\/([-\w\.]+)/i,
10919
+ /(heytap|ovi|115|surf|qwant)browser\/([\d\.]+)/i,
10920
+ /(qwant)(?:ios|mobile)\/([\d\.]+)/i,
10899
10921
  /(ecosia|weibo)(?:__| \w+@)([\d\.]+)/i
10900
10922
  ],
10901
10923
  [
@@ -11172,6 +11194,7 @@ var __webpack_exports__ = {};
11172
11194
  /\b(line)\/([\w\.]+)\/iab/i,
11173
11195
  /(alipay)client\/([\w\.]+)/i,
11174
11196
  /(twitter)(?:and| f.+e\/([\w\.]+))/i,
11197
+ /(bing)(?:web|sapphire)\/([\w\.]+)/i,
11175
11198
  /(instagram|snapchat|klarna)[\/ ]([-\w\.]+)/i
11176
11199
  ],
11177
11200
  [
@@ -11383,9 +11406,9 @@ var __webpack_exports__ = {};
11383
11406
  /ekiohf.+(flow)\/([\w\.]+)/i,
11384
11407
  /(swiftfox)/i,
11385
11408
  /(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i,
11386
- /(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i,
11409
+ /(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|basilisk|waterfox)\/([-\w\.]+)$/i,
11387
11410
  /(firefox)\/([\w\.]+)/i,
11388
- /(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i,
11411
+ /(mozilla)\/([\w\.]+(?= .+rv\:.+gecko\/\d+)|[0-4][\w\.]+(?!.+compatible))/i,
11389
11412
  /(amaya|dillo|doris|icab|ladybird|lynx|mosaic|netsurf|obigo|polaris|w3m|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,
11390
11413
  /\b(links) \(([\w\.]+)/i
11391
11414
  ],
@@ -11478,6 +11501,15 @@ var __webpack_exports__ = {};
11478
11501
  lowerize
11479
11502
  ]
11480
11503
  ],
11504
+ [
11505
+ /mc680.0/i
11506
+ ],
11507
+ [
11508
+ [
11509
+ ARCHITECTURE,
11510
+ '68k'
11511
+ ]
11512
+ ],
11481
11513
  [
11482
11514
  /winnt.+\[axp/i
11483
11515
  ],
@@ -11520,7 +11552,7 @@ var __webpack_exports__ = {};
11520
11552
  ]
11521
11553
  ],
11522
11554
  [
11523
- /(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i
11555
+ /(?:\/|\()(ip(?:hone|od)[\w, ]*)[\/\);]/i
11524
11556
  ],
11525
11557
  [
11526
11558
  MODEL,
@@ -11534,9 +11566,8 @@ var __webpack_exports__ = {};
11534
11566
  ]
11535
11567
  ],
11536
11568
  [
11537
- /\((ipad);[-\w\),; ]+apple/i,
11538
- /applecoremedia\/[\w\.]+ \((ipad)/i,
11539
- /\b(ipad)\d\d?,\d\d?[;\]].+ios/i
11569
+ /\b(?:ios|apple\w+)\/.+[\(\/](ipad)/i,
11570
+ /\b(ipad)[\d,]*[;\] ].+(mac |i(pad)?)os/i
11540
11571
  ],
11541
11572
  [
11542
11573
  MODEL,
@@ -11616,8 +11647,8 @@ var __webpack_exports__ = {};
11616
11647
  ]
11617
11648
  ],
11618
11649
  [
11619
- /(?:huawei)([-\w ]+)[;\)]/i,
11620
- /\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i
11650
+ /(?:huawei) ?([-\w ]+)[;\)]/i,
11651
+ /\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i
11621
11652
  ],
11622
11653
  [
11623
11654
  MODEL,
@@ -11632,7 +11663,7 @@ var __webpack_exports__ = {};
11632
11663
  ],
11633
11664
  [
11634
11665
  /oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,
11635
- /\b((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i
11666
+ /\b(?:xiao)?((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i
11636
11667
  ],
11637
11668
  [
11638
11669
  [
@@ -11655,7 +11686,7 @@ var __webpack_exports__ = {};
11655
11686
  /\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,
11656
11687
  /\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,
11657
11688
  /oid[^\)]+; (m?[12][0-389][01]\w{3,6}[c-y])( bui|; wv|\))/i,
11658
- /\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite|pro)?)(?: bui|\))/i,
11689
+ /\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note|max|cc)?[_ ]?(?:\d{0,2}\w?)[_ ]?(?:plus|se|lite|pro)?( 5g|lte)?)(?: bui|\))/i,
11659
11690
  / ([\w ]+) miui\/v?\d/i
11660
11691
  ],
11661
11692
  [
@@ -11873,7 +11904,7 @@ var __webpack_exports__ = {};
11873
11904
  ],
11874
11905
  [
11875
11906
  /(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,
11876
- /nokia[-_ ]?(([-\w\. ]*))/i
11907
+ /nokia[-_ ]?(([-\w\. ]*?))( bui|\)|;|\/)/i
11877
11908
  ],
11878
11909
  [
11879
11910
  [
@@ -12004,7 +12035,7 @@ var __webpack_exports__ = {};
12004
12035
  ],
12005
12036
  [
12006
12037
  /\b((?:bb[a-f]|st[hv])100-\d)/i,
12007
- /\(bb10; (\w+)/i
12038
+ /(?:blackberry|\(bb10;) (\w+)/i
12008
12039
  ],
12009
12040
  [
12010
12041
  MODEL,
@@ -12285,10 +12316,11 @@ var __webpack_exports__ = {};
12285
12316
  ],
12286
12317
  [
12287
12318
  /(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus(?! zenw)|dell|jolla|meizu|motorola|polytron|tecno|micromax|advan)[-_ ]?([-\w]*)/i,
12288
- /; (blu|hmd|imo|infinix|lava|oneplus|tcl)[_ ]([\w\+ ]+?)(?: bui|\)|; r)/i,
12319
+ /; (blu|hmd|imo|infinix|lava|oneplus|tcl|wiko)[_ ]([\w\+ ]+?)(?: bui|\)|; r)/i,
12289
12320
  /(hp) ([\w ]+\w)/i,
12290
12321
  /(microsoft); (lumia[\w ]+)/i,
12291
12322
  /(oppo) ?([\w ]+) bui/i,
12323
+ /(hisense) ([ehv][\w ]+)\)/i,
12292
12324
  /droid[^;]+; (philips)[_ ]([sv-x][\d]{3,4}[xz]?)/i
12293
12325
  ],
12294
12326
  [
@@ -12961,7 +12993,7 @@ var __webpack_exports__ = {};
12961
12993
  ]
12962
12994
  ],
12963
12995
  [
12964
- /droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew).+?(mobile|vr|\d) safari/i
12996
+ /droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew|; hmsc).+?(mobile|vr|\d) safari/i
12965
12997
  ],
12966
12998
  [
12967
12999
  MODEL,
@@ -13111,7 +13143,7 @@ var __webpack_exports__ = {};
13111
13143
  ],
13112
13144
  [
13113
13145
  /[adehimnop]{4,7}\b(?:.*os ([\w]+) like mac|; opera)/i,
13114
- /(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i,
13146
+ /(?:ios;fbsv|ios(?=.+ip(?:ad|hone))|ip(?:ad|hone)(?: |.+i(?:pad)?)os)[\/ ]([\w\.]+)/i,
13115
13147
  /cfnetwork\/.+darwin/i
13116
13148
  ],
13117
13149
  [
@@ -13354,7 +13386,7 @@ var __webpack_exports__ = {};
13354
13386
  };
13355
13387
  setProps.call(props.init, [
13356
13388
  [
13357
- UA_BROWSER,
13389
+ BROWSER,
13358
13390
  [
13359
13391
  NAME,
13360
13392
  VERSION,
@@ -13363,13 +13395,13 @@ var __webpack_exports__ = {};
13363
13395
  ]
13364
13396
  ],
13365
13397
  [
13366
- UA_CPU,
13398
+ CPU,
13367
13399
  [
13368
13400
  ARCHITECTURE
13369
13401
  ]
13370
13402
  ],
13371
13403
  [
13372
- UA_DEVICE,
13404
+ DEVICE,
13373
13405
  [
13374
13406
  TYPE,
13375
13407
  MODEL,
@@ -13377,14 +13409,14 @@ var __webpack_exports__ = {};
13377
13409
  ]
13378
13410
  ],
13379
13411
  [
13380
- UA_ENGINE,
13412
+ ENGINE,
13381
13413
  [
13382
13414
  NAME,
13383
13415
  VERSION
13384
13416
  ]
13385
13417
  ],
13386
13418
  [
13387
- UA_OS,
13419
+ OS,
13388
13420
  [
13389
13421
  NAME,
13390
13422
  VERSION
@@ -13393,20 +13425,20 @@ var __webpack_exports__ = {};
13393
13425
  ]);
13394
13426
  setProps.call(props.isIgnore, [
13395
13427
  [
13396
- UA_BROWSER,
13428
+ BROWSER,
13397
13429
  [
13398
13430
  VERSION,
13399
13431
  MAJOR
13400
13432
  ]
13401
13433
  ],
13402
13434
  [
13403
- UA_ENGINE,
13435
+ ENGINE,
13404
13436
  [
13405
13437
  VERSION
13406
13438
  ]
13407
13439
  ],
13408
13440
  [
13409
- UA_OS,
13441
+ OS,
13410
13442
  [
13411
13443
  VERSION
13412
13444
  ]
@@ -13414,44 +13446,44 @@ var __webpack_exports__ = {};
13414
13446
  ]);
13415
13447
  setProps.call(props.isIgnoreRgx, [
13416
13448
  [
13417
- UA_BROWSER,
13449
+ BROWSER,
13418
13450
  / ?browser$/i
13419
13451
  ],
13420
13452
  [
13421
- UA_OS,
13453
+ OS,
13422
13454
  / ?os$/i
13423
13455
  ]
13424
13456
  ]);
13425
13457
  setProps.call(props.toString, [
13426
13458
  [
13427
- UA_BROWSER,
13459
+ BROWSER,
13428
13460
  [
13429
13461
  NAME,
13430
13462
  VERSION
13431
13463
  ]
13432
13464
  ],
13433
13465
  [
13434
- UA_CPU,
13466
+ CPU,
13435
13467
  [
13436
13468
  ARCHITECTURE
13437
13469
  ]
13438
13470
  ],
13439
13471
  [
13440
- UA_DEVICE,
13472
+ DEVICE,
13441
13473
  [
13442
13474
  VENDOR,
13443
13475
  MODEL
13444
13476
  ]
13445
13477
  ],
13446
13478
  [
13447
- UA_ENGINE,
13479
+ ENGINE,
13448
13480
  [
13449
13481
  NAME,
13450
13482
  VERSION
13451
13483
  ]
13452
13484
  ],
13453
13485
  [
13454
- UA_OS,
13486
+ OS,
13455
13487
  [
13456
13488
  NAME,
13457
13489
  VERSION
@@ -13477,13 +13509,13 @@ var __webpack_exports__ = {};
13477
13509
  IData.prototype.withFeatureCheck = function() {
13478
13510
  return item.detectFeature().get();
13479
13511
  };
13480
- if (itemType != UA_RESULT) {
13512
+ if (itemType != RESULT) {
13481
13513
  IData.prototype.is = function(strToCheck) {
13482
13514
  var is = false;
13483
13515
  for(var i in this)if (this.hasOwnProperty(i) && !has(is_ignoreProps, i) && lowerize(is_ignoreRgx ? strip(is_ignoreRgx, this[i]) : this[i]) == lowerize(is_ignoreRgx ? strip(is_ignoreRgx, strToCheck) : strToCheck)) {
13484
13516
  is = true;
13485
- if (strToCheck != UNDEF_TYPE) break;
13486
- } else if (strToCheck == UNDEF_TYPE && is) {
13517
+ if (strToCheck != TYPEOF.UNDEFINED) break;
13518
+ } else if (strToCheck == TYPEOF.UNDEFINED && is) {
13487
13519
  is = !is;
13488
13520
  break;
13489
13521
  }
@@ -13491,8 +13523,8 @@ var __webpack_exports__ = {};
13491
13523
  };
13492
13524
  IData.prototype.toString = function() {
13493
13525
  var str = EMPTY;
13494
- for(var i in toString_props)if (typeof this[toString_props[i]] !== UNDEF_TYPE) str += (str ? ' ' : EMPTY) + this[toString_props[i]];
13495
- return str || UNDEF_TYPE;
13526
+ for(var i in toString_props)if (typeof this[toString_props[i]] !== TYPEOF.UNDEFINED) str += (str ? ' ' : EMPTY) + this[toString_props[i]];
13527
+ return str || TYPEOF.UNDEFINED;
13496
13528
  };
13497
13529
  }
13498
13530
  if (!NAVIGATOR_UADATA) IData.prototype.then = function(cb) {
@@ -13516,42 +13548,42 @@ var __webpack_exports__ = {};
13516
13548
  if (isHttpUACH) setProps.call(this, [
13517
13549
  [
13518
13550
  BRANDS,
13519
- itemListToArray(uach[CH_HEADER])
13551
+ itemListToArray(uach[CH])
13520
13552
  ],
13521
13553
  [
13522
13554
  FULLVERLIST,
13523
- itemListToArray(uach[CH_HEADER_FULL_VER_LIST])
13555
+ itemListToArray(uach[CH_FULL_VER_LIST])
13524
13556
  ],
13525
13557
  [
13526
13558
  MOBILE,
13527
- /\?1/.test(uach[CH_HEADER_MOBILE])
13559
+ /\?1/.test(uach[CH_MOBILE])
13528
13560
  ],
13529
13561
  [
13530
13562
  MODEL,
13531
- stripQuotes(uach[CH_HEADER_MODEL])
13563
+ stripQuotes(uach[CH_MODEL])
13532
13564
  ],
13533
13565
  [
13534
13566
  PLATFORM,
13535
- stripQuotes(uach[CH_HEADER_PLATFORM])
13567
+ stripQuotes(uach[CH_PLATFORM])
13536
13568
  ],
13537
13569
  [
13538
13570
  PLATFORMVER,
13539
- stripQuotes(uach[CH_HEADER_PLATFORM_VER])
13571
+ stripQuotes(uach[CH_PLATFORM_VER])
13540
13572
  ],
13541
13573
  [
13542
13574
  ARCHITECTURE,
13543
- stripQuotes(uach[CH_HEADER_ARCH])
13575
+ stripQuotes(uach[CH_ARCH])
13544
13576
  ],
13545
13577
  [
13546
13578
  FORMFACTORS,
13547
- itemListToArray(uach[CH_HEADER_FORM_FACTORS])
13579
+ itemListToArray(uach[CH_FORM_FACTORS])
13548
13580
  ],
13549
13581
  [
13550
13582
  BITNESS,
13551
- stripQuotes(uach[CH_HEADER_BITNESS])
13583
+ stripQuotes(uach[CH_BITNESS])
13552
13584
  ]
13553
13585
  ]);
13554
- else for(var prop in uach)if (this.hasOwnProperty(prop) && typeof uach[prop] !== UNDEF_TYPE) this[prop] = uach[prop];
13586
+ else for(var prop in uach)if (this.hasOwnProperty(prop) && typeof uach[prop] !== TYPEOF.UNDEFINED) this[prop] = uach[prop];
13555
13587
  }
13556
13588
  function UAItem(itemType, ua, rgxMap, uaCH) {
13557
13589
  this.get = function(prop) {
@@ -13568,55 +13600,65 @@ var __webpack_exports__ = {};
13568
13600
  };
13569
13601
  this.detectFeature = function() {
13570
13602
  if (NAVIGATOR && NAVIGATOR.userAgent == this.ua) switch(this.itemType){
13571
- case UA_BROWSER:
13572
- if (NAVIGATOR.brave && typeof NAVIGATOR.brave.isBrave == FUNC_TYPE) this.set(NAME, 'Brave');
13603
+ case BROWSER:
13604
+ if (NAVIGATOR.brave && typeof NAVIGATOR.brave.isBrave == TYPEOF.FUNCTION) this.set(NAME, 'Brave');
13573
13605
  break;
13574
- case UA_DEVICE:
13606
+ case DEVICE:
13575
13607
  if (!this.get(TYPE) && NAVIGATOR_UADATA && NAVIGATOR_UADATA[MOBILE]) this.set(TYPE, MOBILE);
13576
- if ('Macintosh' == this.get(MODEL) && NAVIGATOR && typeof NAVIGATOR.standalone !== UNDEF_TYPE && NAVIGATOR.maxTouchPoints && NAVIGATOR.maxTouchPoints > 2) this.set(MODEL, 'iPad').set(TYPE, TABLET);
13608
+ if ('Macintosh' == this.get(MODEL) && NAVIGATOR && typeof NAVIGATOR.standalone !== TYPEOF.UNDEFINED && NAVIGATOR.maxTouchPoints && NAVIGATOR.maxTouchPoints > 2) this.set(MODEL, 'iPad').set(TYPE, TABLET);
13577
13609
  break;
13578
- case UA_OS:
13610
+ case OS:
13579
13611
  if (!this.get(NAME) && NAVIGATOR_UADATA && NAVIGATOR_UADATA[PLATFORM]) this.set(NAME, NAVIGATOR_UADATA[PLATFORM]);
13580
13612
  break;
13581
- case UA_RESULT:
13613
+ case RESULT:
13582
13614
  var data = this.data;
13583
13615
  var detect = function(itemType) {
13584
13616
  return data[itemType].getItem().detectFeature().get();
13585
13617
  };
13586
- this.set(UA_BROWSER, detect(UA_BROWSER)).set(UA_CPU, detect(UA_CPU)).set(UA_DEVICE, detect(UA_DEVICE)).set(UA_ENGINE, detect(UA_ENGINE)).set(UA_OS, detect(UA_OS));
13618
+ this.set(BROWSER, detect(BROWSER)).set(CPU, detect(CPU)).set(DEVICE, detect(DEVICE)).set(ENGINE, detect(ENGINE)).set(OS, detect(OS));
13587
13619
  }
13588
13620
  return this;
13589
13621
  };
13590
13622
  this.parseUA = function() {
13591
- if (this.itemType != UA_RESULT) rgxMapper.call(this.data, this.ua, this.rgxMap);
13592
- if (this.itemType == UA_BROWSER) this.set(MAJOR, majorize(this.get(VERSION)));
13623
+ if (this.itemType != RESULT) rgxMapper.call(this.data, this.ua, this.rgxMap);
13624
+ switch(this.itemType){
13625
+ case BROWSER:
13626
+ this.set(MAJOR, majorize(this.get(VERSION)));
13627
+ break;
13628
+ case OS:
13629
+ if ('iOS' == this.get(NAME) && '18.6' == this.get(VERSION)) {
13630
+ var realVersion = /\) Version\/([\d\.]+)/.exec(this.ua);
13631
+ if (realVersion && parseInt(realVersion[1].substring(0, 2), 10) >= 26) this.set(VERSION, realVersion[1]);
13632
+ }
13633
+ break;
13634
+ }
13593
13635
  return this;
13594
13636
  };
13595
13637
  this.parseCH = function() {
13596
13638
  var uaCH = this.uaCH, rgxMap = this.rgxMap;
13597
13639
  switch(this.itemType){
13598
- case UA_BROWSER:
13599
- case UA_ENGINE:
13640
+ case BROWSER:
13641
+ case ENGINE:
13600
13642
  var brands = uaCH[FULLVERLIST] || uaCH[BRANDS], prevName;
13601
13643
  if (brands) for(var i = 0; i < brands.length; i++){
13602
13644
  var brandName = brands[i].brand || brands[i], brandVersion = brands[i].version;
13603
- if (this.itemType == UA_BROWSER && !/not.a.brand/i.test(brandName) && (!prevName || /Chrom/.test(prevName) && brandName != CHROMIUM || prevName == EDGE && /WebView2/.test(brandName))) {
13645
+ if (this.itemType == BROWSER && !/not.a.brand/i.test(brandName) && (!prevName || /Chrom/.test(prevName) && brandName != CHROMIUM || prevName == EDGE && /WebView2/.test(brandName))) {
13604
13646
  brandName = strMapper(brandName, browserHintsMap);
13605
13647
  prevName = this.get(NAME);
13606
13648
  if (!(prevName && !/Chrom/.test(prevName) && /Chrom/.test(brandName))) this.set(NAME, brandName).set(VERSION, brandVersion).set(MAJOR, majorize(brandVersion));
13607
13649
  prevName = brandName;
13608
13650
  }
13609
- if (this.itemType == UA_ENGINE && brandName == CHROMIUM) this.set(VERSION, brandVersion);
13651
+ if (this.itemType == ENGINE && brandName == CHROMIUM) this.set(VERSION, brandVersion);
13610
13652
  }
13611
13653
  break;
13612
- case UA_CPU:
13654
+ case CPU:
13613
13655
  var archName = uaCH[ARCHITECTURE];
13614
13656
  if (archName) {
13615
13657
  if (archName && '64' == uaCH[BITNESS]) archName += '64';
13616
13658
  rgxMapper.call(this.data, archName + ';', rgxMap);
13617
13659
  }
13618
13660
  break;
13619
- case UA_DEVICE:
13661
+ case DEVICE:
13620
13662
  if (uaCH[MOBILE]) this.set(TYPE, MOBILE);
13621
13663
  if (uaCH[MODEL]) {
13622
13664
  this.set(MODEL, uaCH[MODEL]);
@@ -13636,7 +13678,7 @@ var __webpack_exports__ = {};
13636
13678
  this.set(TYPE, ff);
13637
13679
  }
13638
13680
  break;
13639
- case UA_OS:
13681
+ case OS:
13640
13682
  var osName = uaCH[PLATFORM];
13641
13683
  if (osName) {
13642
13684
  var osVersion = uaCH[PLATFORMVER];
@@ -13645,12 +13687,12 @@ var __webpack_exports__ = {};
13645
13687
  }
13646
13688
  if (this.get(NAME) == WINDOWS && 'Xbox' == uaCH[MODEL]) this.set(NAME, 'Xbox').set(VERSION, void 0);
13647
13689
  break;
13648
- case UA_RESULT:
13690
+ case RESULT:
13649
13691
  var data = this.data;
13650
13692
  var parse = function(itemType) {
13651
13693
  return data[itemType].getItem().setCH(uaCH).parseCH().get();
13652
13694
  };
13653
- this.set(UA_BROWSER, parse(UA_BROWSER)).set(UA_CPU, parse(UA_CPU)).set(UA_DEVICE, parse(UA_DEVICE)).set(UA_ENGINE, parse(UA_ENGINE)).set(UA_OS, parse(UA_OS));
13695
+ this.set(BROWSER, parse(BROWSER)).set(CPU, parse(CPU)).set(DEVICE, parse(DEVICE)).set(ENGINE, parse(ENGINE)).set(OS, parse(OS));
13654
13696
  }
13655
13697
  return this;
13656
13698
  };
@@ -13679,20 +13721,20 @@ var __webpack_exports__ = {};
13679
13721
  return this;
13680
13722
  }
13681
13723
  function UAParser(ua, extensions, headers) {
13682
- if (typeof ua === OBJ_TYPE) {
13724
+ if (typeof ua === TYPEOF.OBJECT) {
13683
13725
  if (isExtensions(ua, true)) {
13684
- if (typeof extensions === OBJ_TYPE) headers = extensions;
13726
+ if (typeof extensions === TYPEOF.OBJECT) headers = extensions;
13685
13727
  extensions = ua;
13686
13728
  } else {
13687
13729
  headers = ua;
13688
13730
  extensions = void 0;
13689
13731
  }
13690
13732
  ua = void 0;
13691
- } else if (typeof ua === STR_TYPE && !isExtensions(extensions, true)) {
13733
+ } else if (typeof ua === TYPEOF.STRING && !isExtensions(extensions, true)) {
13692
13734
  headers = extensions;
13693
13735
  extensions = void 0;
13694
13736
  }
13695
- if (headers) if (typeof headers.append === FUNC_TYPE) {
13737
+ if (headers) if (typeof headers.append === TYPEOF.FUNCTION) {
13696
13738
  var kv = {};
13697
13739
  headers.forEach(function(v, k) {
13698
13740
  kv[String(k).toLowerCase()] = v;
@@ -13704,9 +13746,9 @@ var __webpack_exports__ = {};
13704
13746
  headers = normalized;
13705
13747
  }
13706
13748
  if (!(this instanceof UAParser)) return new UAParser(ua, extensions, headers).getResult();
13707
- var userAgent = typeof ua === STR_TYPE ? ua : headers && headers[USER_AGENT] ? headers[USER_AGENT] : NAVIGATOR && NAVIGATOR.userAgent ? NAVIGATOR.userAgent : EMPTY, httpUACH = new UACHData(headers, true), regexMap = extensions ? extend(defaultRegexes, extensions) : defaultRegexes, createItemFunc = function(itemType) {
13708
- if (itemType == UA_RESULT) return function() {
13709
- return new UAItem(itemType, userAgent, regexMap, httpUACH).set('ua', userAgent).set(UA_BROWSER, this.getBrowser()).set(UA_CPU, this.getCPU()).set(UA_DEVICE, this.getDevice()).set(UA_ENGINE, this.getEngine()).set(UA_OS, this.getOS()).get();
13749
+ var userAgent = typeof ua === TYPEOF.STRING ? ua : headers && headers[USER_AGENT] ? headers[USER_AGENT] : NAVIGATOR && NAVIGATOR.userAgent ? NAVIGATOR.userAgent : EMPTY, httpUACH = new UACHData(headers, true), regexMap = extensions ? extend(defaultRegexes, extensions) : defaultRegexes, createItemFunc = function(itemType) {
13750
+ if (itemType == RESULT) return function() {
13751
+ return new UAItem(itemType, userAgent, regexMap, httpUACH).set('ua', userAgent).set(BROWSER, this.getBrowser()).set(CPU, this.getCPU()).set(DEVICE, this.getDevice()).set(ENGINE, this.getEngine()).set(OS, this.getOS()).get();
13710
13752
  };
13711
13753
  return function() {
13712
13754
  return new UAItem(itemType, userAgent, regexMap[itemType], httpUACH).parseUA().get();
@@ -13715,27 +13757,27 @@ var __webpack_exports__ = {};
13715
13757
  setProps.call(this, [
13716
13758
  [
13717
13759
  'getBrowser',
13718
- createItemFunc(UA_BROWSER)
13760
+ createItemFunc(BROWSER)
13719
13761
  ],
13720
13762
  [
13721
13763
  'getCPU',
13722
- createItemFunc(UA_CPU)
13764
+ createItemFunc(CPU)
13723
13765
  ],
13724
13766
  [
13725
13767
  'getDevice',
13726
- createItemFunc(UA_DEVICE)
13768
+ createItemFunc(DEVICE)
13727
13769
  ],
13728
13770
  [
13729
13771
  'getEngine',
13730
- createItemFunc(UA_ENGINE)
13772
+ createItemFunc(ENGINE)
13731
13773
  ],
13732
13774
  [
13733
13775
  'getOS',
13734
- createItemFunc(UA_OS)
13776
+ createItemFunc(OS)
13735
13777
  ],
13736
13778
  [
13737
13779
  'getResult',
13738
- createItemFunc(UA_RESULT)
13780
+ createItemFunc(RESULT)
13739
13781
  ],
13740
13782
  [
13741
13783
  'getUA',
@@ -13746,7 +13788,7 @@ var __webpack_exports__ = {};
13746
13788
  [
13747
13789
  'setUA',
13748
13790
  function(ua) {
13749
- if (isString(ua)) userAgent = ua.length > UA_MAX_LENGTH ? ua_parser_trim(ua, UA_MAX_LENGTH) : ua;
13791
+ if (isString(ua)) userAgent = ua_parser_trim(ua, UA_MAX_LENGTH);
13750
13792
  return this;
13751
13793
  }
13752
13794
  ]
@@ -13966,7 +14008,7 @@ var __webpack_exports__ = {};
13966
14008
  screen.width,
13967
14009
  screen.height,
13968
14010
  screen.colorDepth
13969
- ].join("\xd7");
14011
+ ].join("×");
13970
14012
  if (screen.orientation) this.orientation = screen.orientation.type;
13971
14013
  this.err = null == errData ? void 0 : errData.err;
13972
14014
  var _errData_cause;
@@ -14953,19 +14995,19 @@ var __webpack_exports__ = {};
14953
14995
  return newOptions;
14954
14996
  }
14955
14997
  const mergeWithDefaultOptions = mergeWithDefaultOptions_mergeWithDefaultOptions;
14956
- var injectStylesIntoStyleTag = __webpack_require__("./node_modules/@rslib/core/node_modules/@rsbuild/core/compiled/style-loader/runtime/injectStylesIntoStyleTag.js");
14998
+ var injectStylesIntoStyleTag = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/injectStylesIntoStyleTag.js");
14957
14999
  var injectStylesIntoStyleTag_default = /*#__PURE__*/ __webpack_require__.n(injectStylesIntoStyleTag);
14958
- var styleDomAPI = __webpack_require__("./node_modules/@rslib/core/node_modules/@rsbuild/core/compiled/style-loader/runtime/styleDomAPI.js");
15000
+ var styleDomAPI = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleDomAPI.js");
14959
15001
  var styleDomAPI_default = /*#__PURE__*/ __webpack_require__.n(styleDomAPI);
14960
- var insertBySelector = __webpack_require__("./node_modules/@rslib/core/node_modules/@rsbuild/core/compiled/style-loader/runtime/insertBySelector.js");
15002
+ var insertBySelector = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/insertBySelector.js");
14961
15003
  var insertBySelector_default = /*#__PURE__*/ __webpack_require__.n(insertBySelector);
14962
- var setAttributesWithoutAttributes = __webpack_require__("./node_modules/@rslib/core/node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithoutAttributes.js");
15004
+ var setAttributesWithoutAttributes = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithoutAttributes.js");
14963
15005
  var setAttributesWithoutAttributes_default = /*#__PURE__*/ __webpack_require__.n(setAttributesWithoutAttributes);
14964
- var insertStyleElement = __webpack_require__("./node_modules/@rslib/core/node_modules/@rsbuild/core/compiled/style-loader/runtime/insertStyleElement.js");
15006
+ var insertStyleElement = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/insertStyleElement.js");
14965
15007
  var insertStyleElement_default = /*#__PURE__*/ __webpack_require__.n(insertStyleElement);
14966
- var styleTagTransform = __webpack_require__("./node_modules/@rslib/core/node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js");
15008
+ var styleTagTransform = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js");
14967
15009
  var styleTagTransform_default = /*#__PURE__*/ __webpack_require__.n(styleTagTransform);
14968
- var main = __webpack_require__("./node_modules/@rslib/core/node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[12].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[12].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[12].use[3]!./src/styles/main.styl");
15010
+ var main = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[12].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[12].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[12].use[3]!./src/styles/main.styl");
14969
15011
  var main_options = {};
14970
15012
  main_options.styleTagTransform = styleTagTransform_default();
14971
15013
  main_options.setAttributes = setAttributesWithoutAttributes_default();
@@ -15559,7 +15601,7 @@ var __webpack_exports__ = {};
15559
15601
  else {
15560
15602
  this.facingModeElement = document.createElement("button");
15561
15603
  this.facingModeElement.classList.add("facingMode");
15562
- this.facingModeElement.innerHTML = "\u293E";
15604
+ this.facingModeElement.innerHTML = "";
15563
15605
  this.facingModeElement.onclick = (e)=>{
15564
15606
  null == e || e.preventDefault();
15565
15607
  try {
@@ -15966,17 +16008,17 @@ var __webpack_exports__ = {};
15966
16008
  this.options.logger.debug("Limit reached");
15967
16009
  lead += `${this.options.text.limitReached}.<br/>`;
15968
16010
  }
15969
- lead += `${this.options.text.sending} \u{2026}`;
16011
+ lead += `${this.options.text.sending} …`;
15970
16012
  this.notify(lead, void 0, {
15971
16013
  stillWait: true,
15972
16014
  entertain: this.options.notifier.entertain
15973
16015
  });
15974
16016
  }
15975
16017
  onConnecting() {
15976
- this.notify("Connecting \u2026");
16018
+ this.notify("Connecting ");
15977
16019
  }
15978
16020
  onLoadingUserMedia() {
15979
- this.notify("Loading webcam \u2026");
16021
+ this.notify("Loading webcam ");
15980
16022
  }
15981
16023
  onProgress(frameProgress, sampleProgress) {
15982
16024
  let overallProgress;
@@ -15988,7 +16030,7 @@ var __webpack_exports__ = {};
15988
16030
  }
15989
16031
  onBeginVideoEncoding() {
15990
16032
  this.visuals.beginWaiting();
15991
- const lead = `${this.options.text.encoding} \u{2026}`;
16033
+ const lead = `${this.options.text.encoding} …`;
15992
16034
  this.notify(lead, void 0, {
15993
16035
  stillWait: true,
15994
16036
  entertain: this.options.notifier.entertain
@@ -16020,7 +16062,7 @@ var __webpack_exports__ = {};
16020
16062
  this.onBeginVideoEncoding();
16021
16063
  });
16022
16064
  this.on("UNLOADING", ()=>{
16023
- this.notify("Unloading \u2026");
16065
+ this.notify("Unloading ");
16024
16066
  });
16025
16067
  this.on("DISCONNECTED", ()=>{
16026
16068
  this.notify("Disconnected");
@@ -16450,7 +16492,7 @@ var __webpack_exports__ = {};
16450
16492
  else obj[key] = value;
16451
16493
  return obj;
16452
16494
  }
16453
- const EVENT_ASCII = "|\u2014O\u2014|";
16495
+ const EVENT_ASCII = "|—O—|";
16454
16496
  class UserMedia extends util_Despot {
16455
16497
  attachMediaStream(stream) {
16456
16498
  this.currentVisualStream = stream;
@@ -16757,7 +16799,7 @@ var __webpack_exports__ = {};
16757
16799
  else obj[key] = value;
16758
16800
  return obj;
16759
16801
  }
16760
- const PIPE_SYMBOL = "\xb0\xba\xa4\xf8,\xb8\xb8,\xf8\xa4\xba\xb0`\xb0\xba\xa4\xf8,\xb8,\xf8\xa4\xb0\xba\xa4\xf8,\xb8\xb8,\xf8\xa4\xba\xb0`\xb0\xba\xa4\xf8,\xb8 ";
16802
+ const PIPE_SYMBOL = "°º¤ø,¸¸,ø¤º°`°º¤ø,¸,ø¤°º¤ø,¸¸,ø¤º°`°º¤ø,¸ ";
16761
16803
  class Recorder extends util_Despot {
16762
16804
  writeStream(buffer, opts) {
16763
16805
  if (this.stream) if (this.stream.destroyed) {
@@ -17224,7 +17266,7 @@ var __webpack_exports__ = {};
17224
17266
  }, 0);
17225
17267
  }
17226
17268
  } else {
17227
- this.options.logger.debug(`Reconnecting for the command ${command} \u{2026}`);
17269
+ this.options.logger.debug(`Reconnecting for the command ${command} …`);
17228
17270
  this.initSocket(()=>{
17229
17271
  this.writeCommand(command, args);
17230
17272
  null == cb || cb();
@@ -18567,7 +18609,7 @@ var __webpack_exports__ = {};
18567
18609
  const name = invalidInput.getAttribute("name");
18568
18610
  valid = false;
18569
18611
  if (name) {
18570
- whyInvalid = `Input "${name}" seems wrong \u{1F914}`;
18612
+ whyInvalid = `Input "${name}" seems wrong 🤔`;
18571
18613
  invalidData = {
18572
18614
  [name]: invalidInput.getAttribute("value")
18573
18615
  };
@@ -18575,7 +18617,7 @@ var __webpack_exports__ = {};
18575
18617
  } else if (!this.areVisualsHidden() && !visualsValid) {
18576
18618
  if (this.buttonsAreReady() || this.isRecording() || this.isPaused() || this.isCountingDown()) {
18577
18619
  valid = false;
18578
- whyInvalid = "Don't forget to record a video \uD83D\uDE09";
18620
+ whyInvalid = "Don't forget to record a video 😉";
18579
18621
  invalidData = {
18580
18622
  key: void 0
18581
18623
  };