@james-infotrack/demo-recorder 0.5.0 → 0.7.0
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/components/demo/demo.component.d.ts +33 -0
- package/dist/components/demo/demo.component.d.ts.map +1 -0
- package/dist/components/demo/index.d.ts +3 -0
- package/dist/components/demo/index.d.ts.map +1 -0
- package/dist/components/demoPlayer/demoPlayer.component.d.ts.map +1 -1
- package/dist/components/demoPlayer/playerControls.component.d.ts.map +1 -1
- package/dist/components/demoPlayer/playerControls.styles.d.ts.map +1 -1
- package/dist/components/demoPlayer/spotlight.component.d.ts +2 -1
- package/dist/components/demoPlayer/spotlight.component.d.ts.map +1 -1
- package/dist/components/demoPlayer/stepTooltip.component.d.ts +3 -1
- package/dist/components/demoPlayer/stepTooltip.component.d.ts.map +1 -1
- package/dist/components/demoPlayer/stepTooltip.styles.d.ts.map +1 -1
- package/dist/components/demoRecorder/demoRecorder.component.d.ts +3 -5
- package/dist/components/demoRecorder/demoRecorder.component.d.ts.map +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/core/actionExecutor.core.d.ts +3 -3
- package/dist/core/actionExecutor.core.d.ts.map +1 -1
- package/dist/core/eventCapture.core.d.ts.map +1 -1
- package/dist/index.esm.js +2633 -3270
- package/dist/index.esm.js.map +1 -0
- package/dist/models/config.model.d.ts +5 -1
- package/dist/models/config.model.d.ts.map +1 -1
- package/dist/models/events.model.d.ts +2 -1
- package/dist/models/events.model.d.ts.map +1 -1
- package/dist/utils/selector.util.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { type DemoPlayerProps } from '../demoPlayer';
|
|
2
|
+
import { type DemoRecorderProps } from '../demoRecorder';
|
|
3
|
+
export type DemoProps = ({
|
|
4
|
+
mode: 'record';
|
|
5
|
+
} & DemoRecorderProps) | ({
|
|
6
|
+
mode: 'play';
|
|
7
|
+
} & DemoPlayerProps);
|
|
8
|
+
/**
|
|
9
|
+
* Unified Demo component that handles both recording and playback.
|
|
10
|
+
*
|
|
11
|
+
* @example Record mode
|
|
12
|
+
* ```tsx
|
|
13
|
+
* <Demo
|
|
14
|
+
* mode="record"
|
|
15
|
+
* pluginId="my-plugin"
|
|
16
|
+
* pluginName="My Plugin"
|
|
17
|
+
* apiKey="your-api-key"
|
|
18
|
+
* onComplete={(config) => console.log('Recorded:', config)}
|
|
19
|
+
* />
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @example Play mode
|
|
23
|
+
* ```tsx
|
|
24
|
+
* <Demo
|
|
25
|
+
* mode="play"
|
|
26
|
+
* config={demoConfig}
|
|
27
|
+
* demoId="my-demo"
|
|
28
|
+
* onComplete={(summary) => console.log('Completed:', summary)}
|
|
29
|
+
* />
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
export declare function Demo(props: DemoProps): import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
//# sourceMappingURL=demo.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"demo.component.d.ts","sourceRoot":"","sources":["../../../src/components/demo/demo.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,eAAe,EAAE,MAAM,eAAe,CAAC;AACjE,OAAO,EAAgB,KAAK,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEvE,MAAM,MAAM,SAAS,GACjB,CAAC;IACC,IAAI,EAAE,QAAQ,CAAC;CAChB,GAAG,iBAAiB,CAAC,GACtB,CAAC;IACC,IAAI,EAAE,MAAM,CAAC;CACd,GAAG,eAAe,CAAC,CAAC;AAEzB;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,2CAQpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/demo/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"demoPlayer.component.d.ts","sourceRoot":"","sources":["../../../src/components/demoPlayer/demoPlayer.component.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"demoPlayer.component.d.ts","sourceRoot":"","sources":["../../../src/components/demoPlayer/demoPlayer.component.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAuC,MAAM,uBAAuB,CAAC;AAK7F,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,UAAU,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,WAAW,KAAK,IAAI,CAAC;CAC7C;AAED,MAAM,WAAW,WAAW;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,EAAE,CAAC;CACxB;AAID,wBAAgB,UAAU,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,EAAE,eAAe,+BAsOzE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"playerControls.component.d.ts","sourceRoot":"","sources":["../../../src/components/demoPlayer/playerControls.component.tsx"],"names":[],"mappings":"AAIA,MAAM,WAAW,mBAAmB;IAClC,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,wBAAgB,cAAc,CAAC,EAC7B,SAAS,EACT,WAAW,EACX,WAAW,EACX,UAAU,EACV,aAAa,EACb,aAAa,EACb,MAAM,EACN,MAAM,GACP,EAAE,mBAAmB,+
|
|
1
|
+
{"version":3,"file":"playerControls.component.d.ts","sourceRoot":"","sources":["../../../src/components/demoPlayer/playerControls.component.tsx"],"names":[],"mappings":"AAIA,MAAM,WAAW,mBAAmB;IAClC,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,wBAAgB,cAAc,CAAC,EAC7B,SAAS,EACT,WAAW,EACX,WAAW,EACX,UAAU,EACV,aAAa,EACb,aAAa,EACb,MAAM,EACN,MAAM,GACP,EAAE,mBAAmB,+BAuFrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"playerControls.styles.d.ts","sourceRoot":"","sources":["../../../src/components/demoPlayer/playerControls.styles.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,eAAO,MAAM,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"playerControls.styles.d.ts","sourceRoot":"","sources":["../../../src/components/demoPlayer/playerControls.styles.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,eAAO,MAAM,SAAS,EAAE,kBAQvB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAMzB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAQ3B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAQ1B,CAAC"}
|
|
@@ -2,6 +2,7 @@ import '../../styles/player.styles.css';
|
|
|
2
2
|
export interface SpotlightProps {
|
|
3
3
|
targetSelector: string;
|
|
4
4
|
isActive: boolean;
|
|
5
|
+
calculatedStyles: React.CSSProperties;
|
|
5
6
|
}
|
|
6
|
-
export declare function Spotlight({ targetSelector, isActive }: SpotlightProps): import("react").JSX.Element | null;
|
|
7
|
+
export declare function Spotlight({ targetSelector, isActive, calculatedStyles }: SpotlightProps): import("react").JSX.Element | null;
|
|
7
8
|
//# sourceMappingURL=spotlight.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spotlight.component.d.ts","sourceRoot":"","sources":["../../../src/components/demoPlayer/spotlight.component.tsx"],"names":[],"mappings":"AAEA,OAAO,gCAAgC,CAAC;AAExC,MAAM,WAAW,cAAc;IAC7B,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"spotlight.component.d.ts","sourceRoot":"","sources":["../../../src/components/demoPlayer/spotlight.component.tsx"],"names":[],"mappings":"AAEA,OAAO,gCAAgC,CAAC;AAExC,MAAM,WAAW,cAAc;IAC7B,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,OAAO,CAAC;IAClB,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC;CACvC;AAED,wBAAgB,SAAS,CAAC,EAAE,cAAc,EAAE,QAAQ,EAAE,gBAAgB,EAAE,EAAE,cAAc,sCAsIvF"}
|
|
@@ -5,6 +5,8 @@ export interface StepTooltipProps {
|
|
|
5
5
|
onNext: () => void;
|
|
6
6
|
onPrev: () => void;
|
|
7
7
|
showPrev: boolean;
|
|
8
|
+
calculatedStyles: React.CSSProperties;
|
|
9
|
+
setCalculatedStyles: React.Dispatch<React.SetStateAction<React.CSSProperties>>;
|
|
8
10
|
}
|
|
9
|
-
export declare function StepTooltip({ step, position, onNext, onPrev, showPrev, }: StepTooltipProps): import("react").ReactPortal;
|
|
11
|
+
export declare function StepTooltip({ step, position, onNext, onPrev, showPrev, calculatedStyles, setCalculatedStyles }: StepTooltipProps): import("react").ReactPortal;
|
|
10
12
|
//# sourceMappingURL=stepTooltip.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepTooltip.component.d.ts","sourceRoot":"","sources":["../../../src/components/demoPlayer/stepTooltip.component.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAgBtD,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,QAAQ,CAAC;IACf,QAAQ,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;IACvD,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"stepTooltip.component.d.ts","sourceRoot":"","sources":["../../../src/components/demoPlayer/stepTooltip.component.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAgBtD,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,QAAQ,CAAC;IACf,QAAQ,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;IACvD,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC;IACtC,mBAAmB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC;CAChF;AA2DD,wBAAgB,WAAW,CAAC,EAC1B,IAAI,EACJ,QAAQ,EACR,MAAM,EACN,MAAM,EACN,QAAQ,EACR,gBAAgB,EAChB,mBAAmB,EACpB,EAAE,gBAAgB,+BAiFlB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepTooltip.styles.d.ts","sourceRoot":"","sources":["../../../src/components/demoPlayer/stepTooltip.styles.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,eAAO,MAAM,sBAAsB,EAAE,kBAQpC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,kBAElC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAKhC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,kBAItC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,kBAKrC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,kBAIlC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,
|
|
1
|
+
{"version":3,"file":"stepTooltip.styles.d.ts","sourceRoot":"","sources":["../../../src/components/demoPlayer/stepTooltip.styles.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,eAAO,MAAM,sBAAsB,EAAE,kBAQpC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,kBAElC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAKhC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,kBAItC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,kBAKrC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,kBAIlC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,kBASjC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,kBAQrC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAKhC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,kBAO5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,kBAO/B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,kBAO7B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAO9B,CAAC"}
|
|
@@ -2,10 +2,8 @@ import type { DemoConfig } from '@/models/config.model';
|
|
|
2
2
|
export interface DemoRecorderProps {
|
|
3
3
|
pluginId: string;
|
|
4
4
|
pluginName: string;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
onComplete?: (config: DemoConfig) => void;
|
|
8
|
-
onError?: (error: Error) => void;
|
|
5
|
+
onComplete: (config: DemoConfig) => void;
|
|
6
|
+
onError: (error: Error) => void;
|
|
9
7
|
}
|
|
10
|
-
export declare function DemoRecorder({ pluginId, pluginName,
|
|
8
|
+
export declare function DemoRecorder({ pluginId, pluginName, onComplete, onError, }: DemoRecorderProps): import("react/jsx-runtime").JSX.Element;
|
|
11
9
|
//# sourceMappingURL=demoRecorder.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"demoRecorder.component.d.ts","sourceRoot":"","sources":["../../../src/components/demoRecorder/demoRecorder.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"demoRecorder.component.d.ts","sourceRoot":"","sources":["../../../src/components/demoRecorder/demoRecorder.component.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAKxD,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;IACzC,OAAO,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;CACjC;AAED,wBAAgB,YAAY,CAAC,EAC3B,QAAQ,EACR,UAAU,EACV,UAAU,EACV,OAAO,GACR,EAAE,iBAAiB,2CA6ZnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC"}
|
|
@@ -2,15 +2,15 @@ import type { ActionConfig, WaitCondition } from '../models';
|
|
|
2
2
|
/**
|
|
3
3
|
* Execute an action in either real or simulated mode
|
|
4
4
|
*/
|
|
5
|
-
export declare function executeAction(action: ActionConfig, executionMode?: 'real' | 'simulated'): Promise<void>;
|
|
5
|
+
export declare function executeAction(action: ActionConfig, executionMode?: 'real' | 'simulated', selector?: string): Promise<void>;
|
|
6
6
|
/**
|
|
7
7
|
* Execute action in real mode (actually perform the action)
|
|
8
8
|
*/
|
|
9
|
-
export declare function executeRealAction(action: ActionConfig): Promise<void>;
|
|
9
|
+
export declare function executeRealAction(action: ActionConfig, selector?: string): Promise<void>;
|
|
10
10
|
/**
|
|
11
11
|
* Execute action in simulated mode (visual feedback only)
|
|
12
12
|
*/
|
|
13
|
-
export declare function executeSimulatedAction(action: ActionConfig): Promise<void>;
|
|
13
|
+
export declare function executeSimulatedAction(action: ActionConfig, selector?: string): Promise<void>;
|
|
14
14
|
/**
|
|
15
15
|
* Wait for a condition to be met
|
|
16
16
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actionExecutor.core.d.ts","sourceRoot":"","sources":["../../src/core/actionExecutor.core.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAmB,aAAa,EAAE,MAAM,WAAW,CAAC;AAE9E;;GAEG;AACH,wBAAsB,aAAa,CACjC,MAAM,EAAE,YAAY,EACpB,aAAa,GAAE,MAAM,GAAG,WAAyB,
|
|
1
|
+
{"version":3,"file":"actionExecutor.core.d.ts","sourceRoot":"","sources":["../../src/core/actionExecutor.core.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAmB,aAAa,EAAE,MAAM,WAAW,CAAC;AAE9E;;GAEG;AACH,wBAAsB,aAAa,CACjC,MAAM,EAAE,YAAY,EACpB,aAAa,GAAE,MAAM,GAAG,WAAyB,EACjD,QAAQ,CAAC,EAAE,MAAM,GAChB,OAAO,CAAC,IAAI,CAAC,CAMf;AAID;;GAEG;AACH,wBAAsB,iBAAiB,CAAC,MAAM,EAAE,YAAY,EAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAiE9F;AAED;;GAEG;AACH,wBAAsB,sBAAsB,CAAC,MAAM,EAAE,YAAY,EAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CA8DnG;AAoFD;;GAEG;AACH,wBAAsB,gBAAgB,CAAC,SAAS,EAAE,aAAa,GAAG,OAAO,CAAC,IAAI,CAAC,CAY9E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventCapture.core.d.ts","sourceRoot":"","sources":["../../src/core/eventCapture.core.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAQ/C,qBAAa,YAAY;IACvB,OAAO,CAAC,MAAM,CAAuB;IACrC,OAAO,CAAC,kBAAkB,CAAqB;IAC/C,OAAO,CAAC,WAAW,CAAoB;IACvC,OAAO,CAAC,aAAa,CAAgB;IACrC,OAAO,CAAC,WAAW,CAAuC;IAC1D,OAAO,CAAC,WAAW,CAAkC;IACrD,OAAO,CAAC,YAAY,CAAkC;;IAatD,KAAK,IAAI,IAAI;IAMb,IAAI,IAAI,IAAI;IAMZ,OAAO,CAAC,oBAAoB;IAM5B,OAAO,CAAC,oBAAoB;YAMd,cAAc;YA0Dd,cAAc;YAUd,eAAe;
|
|
1
|
+
{"version":3,"file":"eventCapture.core.d.ts","sourceRoot":"","sources":["../../src/core/eventCapture.core.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAQ/C,qBAAa,YAAY;IACvB,OAAO,CAAC,MAAM,CAAuB;IACrC,OAAO,CAAC,kBAAkB,CAAqB;IAC/C,OAAO,CAAC,WAAW,CAAoB;IACvC,OAAO,CAAC,aAAa,CAAgB;IACrC,OAAO,CAAC,WAAW,CAAuC;IAC1D,OAAO,CAAC,WAAW,CAAkC;IACrD,OAAO,CAAC,YAAY,CAAkC;;IAatD,KAAK,IAAI,IAAI;IAMb,IAAI,IAAI,IAAI;IAMZ,OAAO,CAAC,oBAAoB;IAM5B,OAAO,CAAC,oBAAoB;YAMd,cAAc;YA0Dd,cAAc;YAUd,eAAe;IAqD7B,OAAO,CAAC,kBAAkB;IAuB1B,SAAS,IAAI,aAAa,EAAE;IAI5B,KAAK,IAAI,IAAI;CAKd"}
|