@appsurify-testmap/rrweb-snapshot 3.10.0-alpha.1 → 3.12.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.
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/rrweb-snapshot.cjs +320 -213
- package/dist/rrweb-snapshot.cjs.map +1 -1
- package/dist/rrweb-snapshot.js +320 -213
- package/dist/rrweb-snapshot.js.map +1 -1
- package/dist/rrweb-snapshot.umd.cjs +335 -213
- package/dist/rrweb-snapshot.umd.cjs.map +3 -3
- package/dist/rrweb-snapshot.umd.min.cjs +18 -18
- package/dist/rrweb-snapshot.umd.min.cjs.map +3 -3
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { DataURLOptions } from '@appsurify-testmap/rrweb-types';
|
|
2
|
+
import { default as default_2 } from '@appsurify-testmap/rrweb-utils';
|
|
2
3
|
import { IMirror } from '@appsurify-testmap/rrweb-types';
|
|
3
4
|
import { serializedElementNodeWithId } from '@appsurify-testmap/rrweb-types';
|
|
4
5
|
import { serializedNode } from '@appsurify-testmap/rrweb-types';
|
|
@@ -76,7 +77,7 @@ export declare function isElement(n: Node): n is Element;
|
|
|
76
77
|
|
|
77
78
|
export declare function isElementInteractive(n: Node): boolean;
|
|
78
79
|
|
|
79
|
-
export declare function isElementVisible(el: Element):
|
|
80
|
+
export declare function isElementVisible(el: Element): ReturnType<typeof default_2.getElementVisibility>;
|
|
80
81
|
|
|
81
82
|
export declare function isExcludeAttribute(name: string, exclude: string | RegExp | undefined): boolean;
|
|
82
83
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { DataURLOptions } from '@appsurify-testmap/rrweb-types';
|
|
2
|
+
import { default as default_2 } from '@appsurify-testmap/rrweb-utils';
|
|
2
3
|
import { IMirror } from '@appsurify-testmap/rrweb-types';
|
|
3
4
|
import { serializedElementNodeWithId } from '@appsurify-testmap/rrweb-types';
|
|
4
5
|
import { serializedNode } from '@appsurify-testmap/rrweb-types';
|
|
@@ -76,7 +77,7 @@ export declare function isElement(n: Node): n is Element;
|
|
|
76
77
|
|
|
77
78
|
export declare function isElementInteractive(n: Node): boolean;
|
|
78
79
|
|
|
79
|
-
export declare function isElementVisible(el: Element):
|
|
80
|
+
export declare function isElementVisible(el: Element): ReturnType<typeof default_2.getElementVisibility>;
|
|
80
81
|
|
|
81
82
|
export declare function isExcludeAttribute(name: string, exclude: string | RegExp | undefined): boolean;
|
|
82
83
|
|