@appsurify-testmap/rrweb-replay 3.6.0-alpha.1 → 3.11.0-alpha.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.
@@ -225,6 +225,29 @@ try {
225
225
  }
226
226
  } catch (error) {
227
227
  }
228
+ const ht$2 = {
229
+ id: "i",
230
+ "data-testid": "tid",
231
+ "data-qa": "qa",
232
+ "data-cy": "cy",
233
+ "data-test": "dt",
234
+ "aria-label": "al",
235
+ "aria-labelledby": "alb",
236
+ "aria-describedby": "adb",
237
+ name: "n",
238
+ href: "h",
239
+ src: "s",
240
+ type: "t",
241
+ role: "r",
242
+ alt: "at",
243
+ title: "tt",
244
+ for: "f",
245
+ placeholder: "ph",
246
+ text: "x"
247
+ };
248
+ Object.fromEntries(
249
+ Object.entries(ht$2).map(([r2, t2]) => [t2, r2])
250
+ );
228
251
  const MEDIA_SELECTOR = /(max|min)-device-(width|height)/;
229
252
  const MEDIA_SELECTOR_GLOBAL = new RegExp(MEDIA_SELECTOR.source, "g");
230
253
  const mediaSelectorPlugin = {
@@ -4518,6 +4541,29 @@ try {
4518
4541
  }
4519
4542
  } catch (error) {
4520
4543
  }
4544
+ const ht$1 = {
4545
+ id: "i",
4546
+ "data-testid": "tid",
4547
+ "data-qa": "qa",
4548
+ "data-cy": "cy",
4549
+ "data-test": "dt",
4550
+ "aria-label": "al",
4551
+ "aria-labelledby": "alb",
4552
+ "aria-describedby": "adb",
4553
+ name: "n",
4554
+ href: "h",
4555
+ src: "s",
4556
+ type: "t",
4557
+ role: "r",
4558
+ alt: "at",
4559
+ title: "tt",
4560
+ for: "f",
4561
+ placeholder: "ph",
4562
+ text: "x"
4563
+ };
4564
+ Object.fromEntries(
4565
+ Object.entries(ht$1).map(([r2, t2]) => [t2, r2])
4566
+ );
4521
4567
  function getDefaultExportFromCjs(x2) {
4522
4568
  return x2 && x2.__esModule && Object.prototype.hasOwnProperty.call(x2, "default") ? x2["default"] : x2;
4523
4569
  }
@@ -9933,6 +9979,29 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
9933
9979
  NodeType2[NodeType2["Comment"] = 5] = "Comment";
9934
9980
  return NodeType2;
9935
9981
  })(NodeType || {});
9982
+ const ht = {
9983
+ id: "i",
9984
+ "data-testid": "tid",
9985
+ "data-qa": "qa",
9986
+ "data-cy": "cy",
9987
+ "data-test": "dt",
9988
+ "aria-label": "al",
9989
+ "aria-labelledby": "alb",
9990
+ "aria-describedby": "adb",
9991
+ name: "n",
9992
+ href: "h",
9993
+ src: "s",
9994
+ type: "t",
9995
+ role: "r",
9996
+ alt: "at",
9997
+ title: "tt",
9998
+ for: "f",
9999
+ placeholder: "ph",
10000
+ text: "x"
10001
+ };
10002
+ Object.fromEntries(
10003
+ Object.entries(ht).map(([r2, t2]) => [t2, r2])
10004
+ );
9936
10005
  var chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
9937
10006
  var lookup = typeof Uint8Array === "undefined" ? [] : new Uint8Array(256);
9938
10007
  for (var i$1 = 0; i$1 < chars.length; i$1++) {
@@ -10388,16 +10457,16 @@ function s(n2, o2) {
10388
10457
  }(m), b = h.next(); !b.done; b = h.next()) {
10389
10458
  var S = b.value;
10390
10459
  if (void 0 === S) return c(p, g);
10391
- var w2 = "string" == typeof S ? { target: S } : S, j2 = w2.target, E = w2.actions, R = void 0 === E ? [] : E, N = w2.cond, O2 = void 0 === N ? function() {
10460
+ var w2 = "string" == typeof S ? { target: S } : S, j2 = w2.target, E = w2.actions, R = void 0 === E ? [] : E, N = w2.cond, O = void 0 === N ? function() {
10392
10461
  return true;
10393
10462
  } : N, _2 = void 0 === j2, k2 = null != j2 ? j2 : p, T = n2.states[k2];
10394
- if (O2(g, d)) {
10395
- var q = t(f((_2 ? r(R) : [].concat(x2.exit, R, T.entry).filter(function(t2) {
10463
+ if (O(g, d)) {
10464
+ var q2 = t(f((_2 ? r(R) : [].concat(x2.exit, R, T.entry).filter(function(t2) {
10396
10465
  return t2;
10397
10466
  })).map(function(t2) {
10398
10467
  return i(t2, y._options.actions);
10399
- }), g, d), 3), z2 = q[0], A = q[1], B2 = q[2], C = null != j2 ? j2 : p;
10400
- return { value: C, context: A, actions: z2, changed: j2 !== p || z2.length > 0 || B2, matches: a(C) };
10468
+ }), g, d), 3), z2 = q2[0], A = q2[1], B = q2[2], C = null != j2 ? j2 : p;
10469
+ return { value: C, context: A, actions: z2, changed: j2 !== p || z2.length > 0 || B, matches: a(C) };
10401
10470
  }
10402
10471
  }
10403
10472
  } catch (t2) {