@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
|
@@ -444,9 +444,6 @@ var NodeType$3 = /* @__PURE__ */ ((NodeType2) => {
|
|
|
444
444
|
NodeType2[NodeType2["Comment"] = 5] = "Comment";
|
|
445
445
|
return NodeType2;
|
|
446
446
|
})(NodeType$3 || {});
|
|
447
|
-
function isElement(n2) {
|
|
448
|
-
return n2.nodeType === n2.ELEMENT_NODE;
|
|
449
|
-
}
|
|
450
447
|
class Mirror {
|
|
451
448
|
constructor() {
|
|
452
449
|
__publicField$1(this, "idNodeMap", /* @__PURE__ */ new Map());
|
|
@@ -520,6 +517,9 @@ function isNodeMetaEqual(a2, b) {
|
|
|
520
517
|
return a2.tagName === b.tagName && JSON.stringify(a2.attributes) === JSON.stringify(b.attributes) && a2.isSVG === b.isSVG && a2.needBlock === b.needBlock;
|
|
521
518
|
return false;
|
|
522
519
|
}
|
|
520
|
+
function isElement(n2) {
|
|
521
|
+
return n2.nodeType === n2.ELEMENT_NODE;
|
|
522
|
+
}
|
|
523
523
|
const MEDIA_SELECTOR = /(max|min)-device-(width|height)/;
|
|
524
524
|
const MEDIA_SELECTOR_GLOBAL = new RegExp(MEDIA_SELECTOR.source, "g");
|
|
525
525
|
const mediaSelectorPlugin = {
|
|
@@ -9733,20 +9733,20 @@ var IncrementalSource$1 = /* @__PURE__ */ ((IncrementalSource2) => {
|
|
|
9733
9733
|
IncrementalSource2[IncrementalSource2["Selection"] = 14] = "Selection";
|
|
9734
9734
|
IncrementalSource2[IncrementalSource2["AdoptedStyleSheet"] = 15] = "AdoptedStyleSheet";
|
|
9735
9735
|
IncrementalSource2[IncrementalSource2["CustomElement"] = 16] = "CustomElement";
|
|
9736
|
+
IncrementalSource2[IncrementalSource2["VisibilityChange"] = 17] = "VisibilityChange";
|
|
9736
9737
|
return IncrementalSource2;
|
|
9737
9738
|
})(IncrementalSource$1 || {});
|
|
9738
9739
|
var MouseInteractions = /* @__PURE__ */ ((MouseInteractions2) => {
|
|
9739
9740
|
MouseInteractions2[MouseInteractions2["MouseUp"] = 0] = "MouseUp";
|
|
9740
9741
|
MouseInteractions2[MouseInteractions2["MouseDown"] = 1] = "MouseDown";
|
|
9741
9742
|
MouseInteractions2[MouseInteractions2["Click"] = 2] = "Click";
|
|
9742
|
-
MouseInteractions2[MouseInteractions2["
|
|
9743
|
-
MouseInteractions2[MouseInteractions2["
|
|
9744
|
-
MouseInteractions2[MouseInteractions2["
|
|
9745
|
-
MouseInteractions2[MouseInteractions2["
|
|
9746
|
-
MouseInteractions2[MouseInteractions2["
|
|
9747
|
-
MouseInteractions2[MouseInteractions2["
|
|
9748
|
-
MouseInteractions2[MouseInteractions2["
|
|
9749
|
-
MouseInteractions2[MouseInteractions2["TouchCancel"] = 10] = "TouchCancel";
|
|
9743
|
+
MouseInteractions2[MouseInteractions2["DblClick"] = 3] = "DblClick";
|
|
9744
|
+
MouseInteractions2[MouseInteractions2["Focus"] = 4] = "Focus";
|
|
9745
|
+
MouseInteractions2[MouseInteractions2["Blur"] = 5] = "Blur";
|
|
9746
|
+
MouseInteractions2[MouseInteractions2["TouchStart"] = 6] = "TouchStart";
|
|
9747
|
+
MouseInteractions2[MouseInteractions2["TouchMove_Departed"] = 7] = "TouchMove_Departed";
|
|
9748
|
+
MouseInteractions2[MouseInteractions2["TouchEnd"] = 8] = "TouchEnd";
|
|
9749
|
+
MouseInteractions2[MouseInteractions2["TouchCancel"] = 9] = "TouchCancel";
|
|
9750
9750
|
return MouseInteractions2;
|
|
9751
9751
|
})(MouseInteractions || {});
|
|
9752
9752
|
var CanvasContext = /* @__PURE__ */ ((CanvasContext2) => {
|
|
@@ -13110,6 +13110,7 @@ var IncrementalSource = /* @__PURE__ */ ((IncrementalSource2) => {
|
|
|
13110
13110
|
IncrementalSource2[IncrementalSource2["Selection"] = 14] = "Selection";
|
|
13111
13111
|
IncrementalSource2[IncrementalSource2["AdoptedStyleSheet"] = 15] = "AdoptedStyleSheet";
|
|
13112
13112
|
IncrementalSource2[IncrementalSource2["CustomElement"] = 16] = "CustomElement";
|
|
13113
|
+
IncrementalSource2[IncrementalSource2["VisibilityChange"] = 17] = "VisibilityChange";
|
|
13113
13114
|
return IncrementalSource2;
|
|
13114
13115
|
})(IncrementalSource || {});
|
|
13115
13116
|
function inlineCss(cssObj) {
|