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