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