@appsurify-testmap/rrweb-player 2.0.0-alpha.23 → 2.0.0-alpha.24
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.
- package/dist/rrweb-player.cjs +12 -11
- package/dist/rrweb-player.cjs.map +1 -1
- package/dist/rrweb-player.js +12 -11
- package/dist/rrweb-player.js.map +1 -1
- package/dist/rrweb-player.umd.cjs +12 -11
- package/dist/rrweb-player.umd.cjs.map +2 -2
- package/dist/rrweb-player.umd.min.cjs +4 -4
- package/dist/rrweb-player.umd.min.cjs.map +3 -3
- package/package.json +4 -4
package/dist/rrweb-player.cjs
CHANGED
|
@@ -414,9 +414,6 @@ var NodeType$3 = /* @__PURE__ */ ((NodeType2) => {
|
|
|
414
414
|
NodeType2[NodeType2["Comment"] = 5] = "Comment";
|
|
415
415
|
return NodeType2;
|
|
416
416
|
})(NodeType$3 || {});
|
|
417
|
-
function isElement(n2) {
|
|
418
|
-
return n2.nodeType === n2.ELEMENT_NODE;
|
|
419
|
-
}
|
|
420
417
|
class Mirror {
|
|
421
418
|
constructor() {
|
|
422
419
|
__publicField$1(this, "idNodeMap", /* @__PURE__ */ new Map());
|
|
@@ -490,6 +487,9 @@ function isNodeMetaEqual(a2, b) {
|
|
|
490
487
|
return a2.tagName === b.tagName && JSON.stringify(a2.attributes) === JSON.stringify(b.attributes) && a2.isSVG === b.isSVG && a2.needBlock === b.needBlock;
|
|
491
488
|
return false;
|
|
492
489
|
}
|
|
490
|
+
function isElement(n2) {
|
|
491
|
+
return n2.nodeType === n2.ELEMENT_NODE;
|
|
492
|
+
}
|
|
493
493
|
const MEDIA_SELECTOR = /(max|min)-device-(width|height)/;
|
|
494
494
|
const MEDIA_SELECTOR_GLOBAL = new RegExp(MEDIA_SELECTOR.source, "g");
|
|
495
495
|
const mediaSelectorPlugin = {
|
|
@@ -9694,20 +9694,20 @@ var IncrementalSource$1 = /* @__PURE__ */ ((IncrementalSource2) => {
|
|
|
9694
9694
|
IncrementalSource2[IncrementalSource2["Selection"] = 14] = "Selection";
|
|
9695
9695
|
IncrementalSource2[IncrementalSource2["AdoptedStyleSheet"] = 15] = "AdoptedStyleSheet";
|
|
9696
9696
|
IncrementalSource2[IncrementalSource2["CustomElement"] = 16] = "CustomElement";
|
|
9697
|
+
IncrementalSource2[IncrementalSource2["VisibilityChange"] = 17] = "VisibilityChange";
|
|
9697
9698
|
return IncrementalSource2;
|
|
9698
9699
|
})(IncrementalSource$1 || {});
|
|
9699
9700
|
var MouseInteractions = /* @__PURE__ */ ((MouseInteractions2) => {
|
|
9700
9701
|
MouseInteractions2[MouseInteractions2["MouseUp"] = 0] = "MouseUp";
|
|
9701
9702
|
MouseInteractions2[MouseInteractions2["MouseDown"] = 1] = "MouseDown";
|
|
9702
9703
|
MouseInteractions2[MouseInteractions2["Click"] = 2] = "Click";
|
|
9703
|
-
MouseInteractions2[MouseInteractions2["
|
|
9704
|
-
MouseInteractions2[MouseInteractions2["
|
|
9705
|
-
MouseInteractions2[MouseInteractions2["
|
|
9706
|
-
MouseInteractions2[MouseInteractions2["
|
|
9707
|
-
MouseInteractions2[MouseInteractions2["
|
|
9708
|
-
MouseInteractions2[MouseInteractions2["
|
|
9709
|
-
MouseInteractions2[MouseInteractions2["
|
|
9710
|
-
MouseInteractions2[MouseInteractions2["TouchCancel"] = 10] = "TouchCancel";
|
|
9704
|
+
MouseInteractions2[MouseInteractions2["DblClick"] = 3] = "DblClick";
|
|
9705
|
+
MouseInteractions2[MouseInteractions2["Focus"] = 4] = "Focus";
|
|
9706
|
+
MouseInteractions2[MouseInteractions2["Blur"] = 5] = "Blur";
|
|
9707
|
+
MouseInteractions2[MouseInteractions2["TouchStart"] = 6] = "TouchStart";
|
|
9708
|
+
MouseInteractions2[MouseInteractions2["TouchMove_Departed"] = 7] = "TouchMove_Departed";
|
|
9709
|
+
MouseInteractions2[MouseInteractions2["TouchEnd"] = 8] = "TouchEnd";
|
|
9710
|
+
MouseInteractions2[MouseInteractions2["TouchCancel"] = 9] = "TouchCancel";
|
|
9711
9711
|
return MouseInteractions2;
|
|
9712
9712
|
})(MouseInteractions || {});
|
|
9713
9713
|
var CanvasContext = /* @__PURE__ */ ((CanvasContext2) => {
|
|
@@ -13073,6 +13073,7 @@ var IncrementalSource = /* @__PURE__ */ ((IncrementalSource2) => {
|
|
|
13073
13073
|
IncrementalSource2[IncrementalSource2["Selection"] = 14] = "Selection";
|
|
13074
13074
|
IncrementalSource2[IncrementalSource2["AdoptedStyleSheet"] = 15] = "AdoptedStyleSheet";
|
|
13075
13075
|
IncrementalSource2[IncrementalSource2["CustomElement"] = 16] = "CustomElement";
|
|
13076
|
+
IncrementalSource2[IncrementalSource2["VisibilityChange"] = 17] = "VisibilityChange";
|
|
13076
13077
|
return IncrementalSource2;
|
|
13077
13078
|
})(IncrementalSource || {});
|
|
13078
13079
|
function inlineCss(cssObj) {
|