@applitools/nlp-web-runner 5.8.1 → 5.9.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
var __defProp=Object['defineProperty'],__exportAll=(
|
|
1
|
+
var __defProp=Object['defineProperty'],__exportAll=(M,O)=>{let x={};for(var F in M)__defProp(x,F,{'get':M[F],'enumerable':!![]});if(!O)__defProp(x,Symbol['toStringTag'],{'value':'Module'});return x;};export{__exportAll as t};
|
|
@@ -773,7 +773,7 @@ declare class Rectangle {
|
|
|
773
773
|
//#region src/patterns.d.ts
|
|
774
774
|
type Match = (text: string) => string | null;
|
|
775
775
|
//#endregion
|
|
776
|
-
//#region dist/_inline/_chunks/script-
|
|
776
|
+
//#region dist/_inline/_chunks/script-CSYIYFLV.d.ts
|
|
777
777
|
//#region src/port.d.ts
|
|
778
778
|
interface PortMessageEvent<TName extends string = string, TPayload = unknown> extends Event {
|
|
779
779
|
readonly name: TName;
|
|
@@ -1866,18 +1866,21 @@ declare class StylesheetHandle {
|
|
|
1866
1866
|
readonly url: string;
|
|
1867
1867
|
readonly inline: boolean;
|
|
1868
1868
|
readonly constructed: boolean;
|
|
1869
|
+
readonly ownerNode?: number;
|
|
1869
1870
|
constructor({
|
|
1870
1871
|
stylesheetId,
|
|
1871
1872
|
frame,
|
|
1872
1873
|
url,
|
|
1873
1874
|
inline,
|
|
1874
|
-
constructed
|
|
1875
|
+
constructed,
|
|
1876
|
+
ownerNode
|
|
1875
1877
|
}: {
|
|
1876
1878
|
stylesheetId: string;
|
|
1877
1879
|
frame: Frame;
|
|
1878
1880
|
url: string;
|
|
1879
1881
|
inline: boolean;
|
|
1880
1882
|
constructed: boolean;
|
|
1883
|
+
ownerNode?: number;
|
|
1881
1884
|
});
|
|
1882
1885
|
text(): Promise<string>;
|
|
1883
1886
|
} //#endregion
|