@multiplayer-app/session-recorder-react-native 1.3.36 → 2.0.17-alpha.10
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/package.json +13 -8
- package/src/NativeSessionRecorderModule.ts +4 -2
- package/src/NativeSessionRecorderModuleSpec.ts +4 -2
- package/src/NativeSessionRecorderNative.ts +1 -1
- package/src/index.ts +0 -1
- package/src/native/SessionRecorderNative.ts +22 -13
- package/src/otel/helpers.ts +5 -1
- package/src/otel/index.ts +1 -1
- package/src/otel/instrumentations/index.ts +22 -22
- package/src/patch/configs.ts +15 -10
- package/src/patch/fetch.ts +98 -89
- package/src/patch/index.ts +1 -1
- package/src/patch/xhr.ts +3 -4
- package/src/services/screenRecordingService.ts +7 -2
- package/src/services/storage.service.ts +4 -1
- package/src/session-recorder.ts +4 -0
- package/src/types/configs.ts +1 -2
- package/lib/module/NativeSessionRecorderModule.js +0 -5
- package/lib/module/NativeSessionRecorderModule.js.map +0 -1
- package/lib/module/NativeSessionRecorderModuleSpec.js +0 -5
- package/lib/module/NativeSessionRecorderModuleSpec.js.map +0 -1
- package/lib/module/NativeSessionRecorderNative.js +0 -5
- package/lib/module/NativeSessionRecorderNative.js.map +0 -1
- package/lib/module/components/ErrorBoundary.js +0 -32
- package/lib/module/components/ErrorBoundary.js.map +0 -1
- package/lib/module/components/ScreenRecorderView/ScreenRecorderView.js +0 -23
- package/lib/module/components/ScreenRecorderView/ScreenRecorderView.js.map +0 -1
- package/lib/module/components/ScreenRecorderView/index.js +0 -4
- package/lib/module/components/ScreenRecorderView/index.js.map +0 -1
- package/lib/module/components/SessionRecorderWidget/ErrorBanner.js +0 -64
- package/lib/module/components/SessionRecorderWidget/ErrorBanner.js.map +0 -1
- package/lib/module/components/SessionRecorderWidget/FinalPopover.js +0 -74
- package/lib/module/components/SessionRecorderWidget/FinalPopover.js.map +0 -1
- package/lib/module/components/SessionRecorderWidget/FloatingButton.js +0 -191
- package/lib/module/components/SessionRecorderWidget/FloatingButton.js.map +0 -1
- package/lib/module/components/SessionRecorderWidget/InitialPopover.js +0 -138
- package/lib/module/components/SessionRecorderWidget/InitialPopover.js.map +0 -1
- package/lib/module/components/SessionRecorderWidget/ModalContainer.js +0 -177
- package/lib/module/components/SessionRecorderWidget/ModalContainer.js.map +0 -1
- package/lib/module/components/SessionRecorderWidget/ModalHeader.js +0 -27
- package/lib/module/components/SessionRecorderWidget/ModalHeader.js.map +0 -1
- package/lib/module/components/SessionRecorderWidget/SessionRecorderWidget.js +0 -133
- package/lib/module/components/SessionRecorderWidget/SessionRecorderWidget.js.map +0 -1
- package/lib/module/components/SessionRecorderWidget/icons.js +0 -93
- package/lib/module/components/SessionRecorderWidget/icons.js.map +0 -1
- package/lib/module/components/SessionRecorderWidget/index.js +0 -5
- package/lib/module/components/SessionRecorderWidget/index.js.map +0 -1
- package/lib/module/components/SessionRecorderWidget/styles.js +0 -173
- package/lib/module/components/SessionRecorderWidget/styles.js.map +0 -1
- package/lib/module/components/index.js +0 -6
- package/lib/module/components/index.js.map +0 -1
- package/lib/module/config/constants.js +0 -47
- package/lib/module/config/constants.js.map +0 -1
- package/lib/module/config/defaults.js +0 -87
- package/lib/module/config/defaults.js.map +0 -1
- package/lib/module/config/index.js +0 -9
- package/lib/module/config/index.js.map +0 -1
- package/lib/module/config/masking.js +0 -35
- package/lib/module/config/masking.js.map +0 -1
- package/lib/module/config/session-recorder.js +0 -50
- package/lib/module/config/session-recorder.js.map +0 -1
- package/lib/module/config/validators.js +0 -28
- package/lib/module/config/validators.js.map +0 -1
- package/lib/module/config/widget.js +0 -35
- package/lib/module/config/widget.js.map +0 -1
- package/lib/module/context/SessionRecorderContext.js +0 -100
- package/lib/module/context/SessionRecorderContext.js.map +0 -1
- package/lib/module/context/SessionRecorderStore.js +0 -12
- package/lib/module/context/SessionRecorderStore.js.map +0 -1
- package/lib/module/context/createStore.js +0 -27
- package/lib/module/context/createStore.js.map +0 -1
- package/lib/module/context/useSessionRecorderStore.js +0 -45
- package/lib/module/context/useSessionRecorderStore.js.map +0 -1
- package/lib/module/context/useStoreSelector.js +0 -27
- package/lib/module/context/useStoreSelector.js.map +0 -1
- package/lib/module/index.js +0 -14
- package/lib/module/index.js.map +0 -1
- package/lib/module/native/SessionRecorderNative.js +0 -76
- package/lib/module/native/SessionRecorderNative.js.map +0 -1
- package/lib/module/native/index.js +0 -4
- package/lib/module/native/index.js.map +0 -1
- package/lib/module/otel/CrashBufferSpanProcessor.js +0 -42
- package/lib/module/otel/CrashBufferSpanProcessor.js.map +0 -1
- package/lib/module/otel/helpers.js +0 -218
- package/lib/module/otel/helpers.js.map +0 -1
- package/lib/module/otel/index.js +0 -202
- package/lib/module/otel/index.js.map +0 -1
- package/lib/module/otel/instrumentations/index.js +0 -122
- package/lib/module/otel/instrumentations/index.js.map +0 -1
- package/lib/module/package.json +0 -1
- package/lib/module/patch/configs.js +0 -18
- package/lib/module/patch/configs.js.map +0 -1
- package/lib/module/patch/fetch.js +0 -224
- package/lib/module/patch/fetch.js.map +0 -1
- package/lib/module/patch/index.js +0 -6
- package/lib/module/patch/index.js.map +0 -1
- package/lib/module/patch/xhr.js +0 -100
- package/lib/module/patch/xhr.js.map +0 -1
- package/lib/module/recorder/gestureRecorder.js +0 -641
- package/lib/module/recorder/gestureRecorder.js.map +0 -1
- package/lib/module/recorder/index.js +0 -176
- package/lib/module/recorder/index.js.map +0 -1
- package/lib/module/recorder/navigationRecorder.js +0 -238
- package/lib/module/recorder/navigationRecorder.js.map +0 -1
- package/lib/module/recorder/screenRecorder.js +0 -527
- package/lib/module/recorder/screenRecorder.js.map +0 -1
- package/lib/module/services/api.service.js +0 -166
- package/lib/module/services/api.service.js.map +0 -1
- package/lib/module/services/crashBuffer.service.js +0 -280
- package/lib/module/services/crashBuffer.service.js.map +0 -1
- package/lib/module/services/network.service.js +0 -178
- package/lib/module/services/network.service.js.map +0 -1
- package/lib/module/services/screenRecordingService.js +0 -107
- package/lib/module/services/screenRecordingService.js.map +0 -1
- package/lib/module/services/socket.service.js +0 -186
- package/lib/module/services/socket.service.js.map +0 -1
- package/lib/module/services/storage.service.js +0 -178
- package/lib/module/services/storage.service.js.map +0 -1
- package/lib/module/session-recorder.js +0 -750
- package/lib/module/session-recorder.js.map +0 -1
- package/lib/module/types/configs.js +0 -4
- package/lib/module/types/configs.js.map +0 -1
- package/lib/module/types/expo-constants.d.js +0 -2
- package/lib/module/types/expo-constants.d.js.map +0 -1
- package/lib/module/types/index.js +0 -10
- package/lib/module/types/index.js.map +0 -1
- package/lib/module/types/session-recorder.js +0 -68
- package/lib/module/types/session-recorder.js.map +0 -1
- package/lib/module/utils/app-metadata.js +0 -28
- package/lib/module/utils/app-metadata.js.map +0 -1
- package/lib/module/utils/constants.optional.expo.js +0 -6
- package/lib/module/utils/constants.optional.expo.js.map +0 -1
- package/lib/module/utils/constants.optional.js +0 -8
- package/lib/module/utils/constants.optional.js.map +0 -1
- package/lib/module/utils/index.js +0 -11
- package/lib/module/utils/index.js.map +0 -1
- package/lib/module/utils/logger.js +0 -185
- package/lib/module/utils/logger.js.map +0 -1
- package/lib/module/utils/platform.js +0 -340
- package/lib/module/utils/platform.js.map +0 -1
- package/lib/module/utils/request-utils.js +0 -58
- package/lib/module/utils/request-utils.js.map +0 -1
- package/lib/module/utils/rrweb-events.js +0 -276
- package/lib/module/utils/rrweb-events.js.map +0 -1
- package/lib/module/utils/session.js +0 -21
- package/lib/module/utils/session.js.map +0 -1
- package/lib/module/utils/shallowEqual.js +0 -17
- package/lib/module/utils/shallowEqual.js.map +0 -1
- package/lib/module/utils/time.js +0 -17
- package/lib/module/utils/time.js.map +0 -1
- package/lib/module/utils/type-utils.js +0 -69
- package/lib/module/utils/type-utils.js.map +0 -1
- package/lib/module/version.js +0 -4
- package/lib/module/version.js.map +0 -1
- package/lib/typescript/package.json +0 -1
- package/lib/typescript/src/NativeSessionRecorderModule.d.ts +0 -25
- package/lib/typescript/src/NativeSessionRecorderModule.d.ts.map +0 -1
- package/lib/typescript/src/NativeSessionRecorderModuleSpec.d.ts +0 -25
- package/lib/typescript/src/NativeSessionRecorderModuleSpec.d.ts.map +0 -1
- package/lib/typescript/src/NativeSessionRecorderNative.d.ts +0 -25
- package/lib/typescript/src/NativeSessionRecorderNative.d.ts.map +0 -1
- package/lib/typescript/src/components/ErrorBoundary.d.ts +0 -16
- package/lib/typescript/src/components/ErrorBoundary.d.ts.map +0 -1
- package/lib/typescript/src/components/ScreenRecorderView/ScreenRecorderView.d.ts +0 -6
- package/lib/typescript/src/components/ScreenRecorderView/ScreenRecorderView.d.ts.map +0 -1
- package/lib/typescript/src/components/ScreenRecorderView/index.d.ts +0 -2
- package/lib/typescript/src/components/ScreenRecorderView/index.d.ts.map +0 -1
- package/lib/typescript/src/components/SessionRecorderWidget/ErrorBanner.d.ts +0 -8
- package/lib/typescript/src/components/SessionRecorderWidget/ErrorBanner.d.ts.map +0 -1
- package/lib/typescript/src/components/SessionRecorderWidget/FinalPopover.d.ts +0 -13
- package/lib/typescript/src/components/SessionRecorderWidget/FinalPopover.d.ts.map +0 -1
- package/lib/typescript/src/components/SessionRecorderWidget/FloatingButton.d.ts +0 -9
- package/lib/typescript/src/components/SessionRecorderWidget/FloatingButton.d.ts.map +0 -1
- package/lib/typescript/src/components/SessionRecorderWidget/InitialPopover.d.ts +0 -17
- package/lib/typescript/src/components/SessionRecorderWidget/InitialPopover.d.ts.map +0 -1
- package/lib/typescript/src/components/SessionRecorderWidget/ModalContainer.d.ts +0 -9
- package/lib/typescript/src/components/SessionRecorderWidget/ModalContainer.d.ts.map +0 -1
- package/lib/typescript/src/components/SessionRecorderWidget/ModalHeader.d.ts +0 -7
- package/lib/typescript/src/components/SessionRecorderWidget/ModalHeader.d.ts.map +0 -1
- package/lib/typescript/src/components/SessionRecorderWidget/SessionRecorderWidget.d.ts +0 -6
- package/lib/typescript/src/components/SessionRecorderWidget/SessionRecorderWidget.d.ts.map +0 -1
- package/lib/typescript/src/components/SessionRecorderWidget/icons.d.ts +0 -12
- package/lib/typescript/src/components/SessionRecorderWidget/icons.d.ts.map +0 -1
- package/lib/typescript/src/components/SessionRecorderWidget/index.d.ts +0 -3
- package/lib/typescript/src/components/SessionRecorderWidget/index.d.ts.map +0 -1
- package/lib/typescript/src/components/SessionRecorderWidget/styles.d.ts +0 -166
- package/lib/typescript/src/components/SessionRecorderWidget/styles.d.ts.map +0 -1
- package/lib/typescript/src/components/index.d.ts +0 -4
- package/lib/typescript/src/components/index.d.ts.map +0 -1
- package/lib/typescript/src/config/constants.d.ts +0 -22
- package/lib/typescript/src/config/constants.d.ts.map +0 -1
- package/lib/typescript/src/config/defaults.d.ts +0 -5
- package/lib/typescript/src/config/defaults.d.ts.map +0 -1
- package/lib/typescript/src/config/index.d.ts +0 -6
- package/lib/typescript/src/config/index.d.ts.map +0 -1
- package/lib/typescript/src/config/masking.d.ts +0 -3
- package/lib/typescript/src/config/masking.d.ts.map +0 -1
- package/lib/typescript/src/config/session-recorder.d.ts +0 -3
- package/lib/typescript/src/config/session-recorder.d.ts.map +0 -1
- package/lib/typescript/src/config/validators.d.ts +0 -11
- package/lib/typescript/src/config/validators.d.ts.map +0 -1
- package/lib/typescript/src/config/widget.d.ts +0 -10
- package/lib/typescript/src/config/widget.d.ts.map +0 -1
- package/lib/typescript/src/context/SessionRecorderContext.d.ts +0 -22
- package/lib/typescript/src/context/SessionRecorderContext.d.ts.map +0 -1
- package/lib/typescript/src/context/SessionRecorderStore.d.ts +0 -13
- package/lib/typescript/src/context/SessionRecorderStore.d.ts.map +0 -1
- package/lib/typescript/src/context/createStore.d.ts +0 -9
- package/lib/typescript/src/context/createStore.d.ts.map +0 -1
- package/lib/typescript/src/context/useSessionRecorderStore.d.ts +0 -29
- package/lib/typescript/src/context/useSessionRecorderStore.d.ts.map +0 -1
- package/lib/typescript/src/context/useStoreSelector.d.ts +0 -5
- package/lib/typescript/src/context/useStoreSelector.d.ts.map +0 -1
- package/lib/typescript/src/index.d.ts +0 -9
- package/lib/typescript/src/index.d.ts.map +0 -1
- package/lib/typescript/src/native/SessionRecorderNative.d.ts +0 -29
- package/lib/typescript/src/native/SessionRecorderNative.d.ts.map +0 -1
- package/lib/typescript/src/native/index.d.ts +0 -2
- package/lib/typescript/src/native/index.d.ts.map +0 -1
- package/lib/typescript/src/otel/CrashBufferSpanProcessor.d.ts +0 -17
- package/lib/typescript/src/otel/CrashBufferSpanProcessor.d.ts.map +0 -1
- package/lib/typescript/src/otel/helpers.d.ts +0 -46
- package/lib/typescript/src/otel/helpers.d.ts.map +0 -1
- package/lib/typescript/src/otel/index.d.ts +0 -33
- package/lib/typescript/src/otel/index.d.ts.map +0 -1
- package/lib/typescript/src/otel/instrumentations/index.d.ts +0 -5
- package/lib/typescript/src/otel/instrumentations/index.d.ts.map +0 -1
- package/lib/typescript/src/patch/configs.d.ts +0 -9
- package/lib/typescript/src/patch/configs.d.ts.map +0 -1
- package/lib/typescript/src/patch/fetch.d.ts +0 -2
- package/lib/typescript/src/patch/fetch.d.ts.map +0 -1
- package/lib/typescript/src/patch/index.d.ts +0 -4
- package/lib/typescript/src/patch/index.d.ts.map +0 -1
- package/lib/typescript/src/patch/xhr.d.ts +0 -2
- package/lib/typescript/src/patch/xhr.d.ts.map +0 -1
- package/lib/typescript/src/recorder/gestureRecorder.d.ts +0 -66
- package/lib/typescript/src/recorder/gestureRecorder.d.ts.map +0 -1
- package/lib/typescript/src/recorder/index.d.ts +0 -79
- package/lib/typescript/src/recorder/index.d.ts.map +0 -1
- package/lib/typescript/src/recorder/navigationRecorder.d.ts +0 -29
- package/lib/typescript/src/recorder/navigationRecorder.d.ts.map +0 -1
- package/lib/typescript/src/recorder/screenRecorder.d.ts +0 -127
- package/lib/typescript/src/recorder/screenRecorder.d.ts.map +0 -1
- package/lib/typescript/src/services/api.service.d.ts +0 -116
- package/lib/typescript/src/services/api.service.d.ts.map +0 -1
- package/lib/typescript/src/services/crashBuffer.service.d.ts +0 -27
- package/lib/typescript/src/services/crashBuffer.service.d.ts.map +0 -1
- package/lib/typescript/src/services/network.service.d.ts +0 -47
- package/lib/typescript/src/services/network.service.d.ts.map +0 -1
- package/lib/typescript/src/services/screenRecordingService.d.ts +0 -48
- package/lib/typescript/src/services/screenRecordingService.d.ts.map +0 -1
- package/lib/typescript/src/services/socket.service.d.ts +0 -44
- package/lib/typescript/src/services/socket.service.d.ts.map +0 -1
- package/lib/typescript/src/services/storage.service.d.ts +0 -47
- package/lib/typescript/src/services/storage.service.d.ts.map +0 -1
- package/lib/typescript/src/session-recorder.d.ts +0 -191
- package/lib/typescript/src/session-recorder.d.ts.map +0 -1
- package/lib/typescript/src/types/configs.d.ts +0 -92
- package/lib/typescript/src/types/configs.d.ts.map +0 -1
- package/lib/typescript/src/types/index.d.ts +0 -21
- package/lib/typescript/src/types/index.d.ts.map +0 -1
- package/lib/typescript/src/types/session-recorder.d.ts +0 -367
- package/lib/typescript/src/types/session-recorder.d.ts.map +0 -1
- package/lib/typescript/src/utils/app-metadata.d.ts +0 -17
- package/lib/typescript/src/utils/app-metadata.d.ts.map +0 -1
- package/lib/typescript/src/utils/constants.optional.d.ts +0 -22
- package/lib/typescript/src/utils/constants.optional.d.ts.map +0 -1
- package/lib/typescript/src/utils/constants.optional.expo.d.ts +0 -4
- package/lib/typescript/src/utils/constants.optional.expo.d.ts.map +0 -1
- package/lib/typescript/src/utils/index.d.ts +0 -8
- package/lib/typescript/src/utils/index.d.ts.map +0 -1
- package/lib/typescript/src/utils/logger.d.ts +0 -108
- package/lib/typescript/src/utils/logger.d.ts.map +0 -1
- package/lib/typescript/src/utils/platform.d.ts +0 -58
- package/lib/typescript/src/utils/platform.d.ts.map +0 -1
- package/lib/typescript/src/utils/request-utils.d.ts +0 -22
- package/lib/typescript/src/utils/request-utils.d.ts.map +0 -1
- package/lib/typescript/src/utils/rrweb-events.d.ts +0 -67
- package/lib/typescript/src/utils/rrweb-events.d.ts.map +0 -1
- package/lib/typescript/src/utils/session.d.ts +0 -7
- package/lib/typescript/src/utils/session.d.ts.map +0 -1
- package/lib/typescript/src/utils/shallowEqual.d.ts +0 -2
- package/lib/typescript/src/utils/shallowEqual.d.ts.map +0 -1
- package/lib/typescript/src/utils/time.d.ts +0 -5
- package/lib/typescript/src/utils/time.d.ts.map +0 -1
- package/lib/typescript/src/utils/type-utils.d.ts +0 -17
- package/lib/typescript/src/utils/type-utils.d.ts.map +0 -1
- package/lib/typescript/src/version.d.ts +0 -2
- package/lib/typescript/src/version.d.ts.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["Dimensions","NodeType","EventType","IncrementalSource","getAppMetadata","createRecordingMetaEvent","screenDimensions","get","metadata","type","Meta","data","href","bundleId","name","width","height","timestamp","Date","now","createFullSnapshotEvent","base64Image","captureFormat","nodeIdCounter","imageNode","Element","id","tagName","attributes","src","toString","style","childNodes","rootNode","current","domNode","Document","DocumentType","publicId","systemId","charset","content","FullSnapshot","node","initialOffset","left","top","createIncrementalSnapshotWithImageUpdate","mutationData","source","Mutation","texts","removes","adds","IncrementalSnapshot","createImageNode","nodeId","createDocumentNode","generateScreenHash","sampleSize","start","substring","middle","Math","floor","length","end","combined","simpleHash","str","hash","i","char","charCodeAt","abs"],"sourceRoot":"../../../src","sources":["utils/rrweb-events.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import { SessionType } from '@multiplayer-app/session-recorder-common';
|
|
4
|
-
import { DEBUG_SESSION_MAX_DURATION_SECONDS } from "../config/constants.js";
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Session-related utility functions for React Native
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
export const isSessionActive = (session, sessionType) => {
|
|
11
|
-
if (!session) return false;
|
|
12
|
-
if (sessionType === SessionType.CONTINUOUS) return true;
|
|
13
|
-
const startedAt = new Date(session.startedAt || session.createdAt);
|
|
14
|
-
const now = new Date();
|
|
15
|
-
const diff = now.getTime() - startedAt.getTime();
|
|
16
|
-
return diff < DEBUG_SESSION_MAX_DURATION_SECONDS * 1000;
|
|
17
|
-
};
|
|
18
|
-
export const isConsoleEvent = event => {
|
|
19
|
-
return event.type === 'Plugin' && event.data?.plugin === 'rrweb/console@1';
|
|
20
|
-
};
|
|
21
|
-
//# sourceMappingURL=session.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["SessionType","DEBUG_SESSION_MAX_DURATION_SECONDS","isSessionActive","session","sessionType","CONTINUOUS","startedAt","Date","createdAt","now","diff","getTime","isConsoleEvent","event","type","data","plugin"],"sourceRoot":"../../../src","sources":["utils/session.ts"],"mappings":";;AAAA,SAASA,WAAW,QAAQ,0CAA0C;AACtE,SAASC,kCAAkC,QAAQ,wBAAqB;;AAExE;AACA;AACA;;AAEA,OAAO,MAAMC,eAAe,GAAGA,CAC7BC,OAAY,EACZC,WAA+B,KACnB;EACZ,IAAI,CAACD,OAAO,EAAE,OAAO,KAAK;EAC1B,IAAIC,WAAW,KAAKJ,WAAW,CAACK,UAAU,EAAE,OAAO,IAAI;EACvD,MAAMC,SAAS,GAAG,IAAIC,IAAI,CAACJ,OAAO,CAACG,SAAS,IAAIH,OAAO,CAACK,SAAS,CAAC;EAClE,MAAMC,GAAG,GAAG,IAAIF,IAAI,CAAC,CAAC;EACtB,MAAMG,IAAI,GAAGD,GAAG,CAACE,OAAO,CAAC,CAAC,GAAGL,SAAS,CAACK,OAAO,CAAC,CAAC;EAChD,OAAOD,IAAI,GAAGT,kCAAkC,GAAG,IAAI;AACzD,CAAC;AAED,OAAO,MAAMW,cAAc,GAAIC,KAAU,IAAc;EACrD,OAAOA,KAAK,CAACC,IAAI,KAAK,QAAQ,IAAID,KAAK,CAACE,IAAI,EAAEC,MAAM,KAAK,iBAAiB;AAC5E,CAAC","ignoreList":[]}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
export function shallowEqual(a, b) {
|
|
4
|
-
if (Object.is(a, b)) return true;
|
|
5
|
-
if (!a || !b) return false;
|
|
6
|
-
const aKeys = Object.keys(a);
|
|
7
|
-
const bKeys = Object.keys(b);
|
|
8
|
-
if (aKeys.length !== bKeys.length) return false;
|
|
9
|
-
for (let i = 0; i < aKeys.length; i++) {
|
|
10
|
-
const key = aKeys[i];
|
|
11
|
-
if (!Object.prototype.hasOwnProperty.call(b, key) || !Object.is(a[key], b[key])) {
|
|
12
|
-
return false;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
return true;
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=shallowEqual.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["shallowEqual","a","b","Object","is","aKeys","keys","bKeys","length","i","key","prototype","hasOwnProperty","call"],"sourceRoot":"../../../src","sources":["utils/shallowEqual.ts"],"mappings":";;AAAA,OAAO,SAASA,YAAYA,CAC1BC,CAAI,EACJC,CAAI,EACK;EACT,IAAIC,MAAM,CAACC,EAAE,CAACH,CAAC,EAAEC,CAAC,CAAC,EAAE,OAAO,IAAI;EAChC,IAAI,CAACD,CAAC,IAAI,CAACC,CAAC,EAAE,OAAO,KAAK;EAC1B,MAAMG,KAAK,GAAGF,MAAM,CAACG,IAAI,CAACL,CAAC,CAAC;EAC5B,MAAMM,KAAK,GAAGJ,MAAM,CAACG,IAAI,CAACJ,CAAC,CAAC;EAC5B,IAAIG,KAAK,CAACG,MAAM,KAAKD,KAAK,CAACC,MAAM,EAAE,OAAO,KAAK;EAC/C,KAAK,IAAIC,CAAC,GAAG,CAAC,EAAEA,CAAC,GAAGJ,KAAK,CAACG,MAAM,EAAEC,CAAC,EAAE,EAAE;IACrC,MAAMC,GAAG,GAAGL,KAAK,CAACI,CAAC,CAAC;IACpB,IACE,CAACN,MAAM,CAACQ,SAAS,CAACC,cAAc,CAACC,IAAI,CAACX,CAAC,EAAEQ,GAAI,CAAC,IAC9C,CAACP,MAAM,CAACC,EAAE,CAACH,CAAC,CAACS,GAAG,CAAE,EAAER,CAAC,CAACQ,GAAG,CAAE,CAAC,EAC5B;MACA,OAAO,KAAK;IACd;EACF;EACA,OAAO,IAAI;AACb","ignoreList":[]}
|
package/lib/module/utils/time.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Time and date utility functions for React Native
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
export const getFormattedDate = (date, options) => {
|
|
8
|
-
return new Date(date).toLocaleDateString('en-US', options || {
|
|
9
|
-
month: 'short',
|
|
10
|
-
year: 'numeric',
|
|
11
|
-
day: 'numeric',
|
|
12
|
-
hour: 'numeric',
|
|
13
|
-
minute: '2-digit',
|
|
14
|
-
second: '2-digit'
|
|
15
|
-
});
|
|
16
|
-
};
|
|
17
|
-
//# sourceMappingURL=time.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["getFormattedDate","date","options","Date","toLocaleDateString","month","year","day","hour","minute","second"],"sourceRoot":"../../../src","sources":["utils/time.ts"],"mappings":";;AAAA;AACA;AACA;;AAEA,OAAO,MAAMA,gBAAgB,GAAGA,CAC9BC,IAAmB,EACnBC,OAAa,KACF;EACX,OAAO,IAAIC,IAAI,CAACF,IAAI,CAAC,CAACG,kBAAkB,CACtC,OAAO,EACPF,OAAO,IAAI;IACTG,KAAK,EAAE,OAAO;IACdC,IAAI,EAAE,SAAS;IACfC,GAAG,EAAE,SAAS;IACdC,IAAI,EAAE,SAAS;IACfC,MAAM,EAAE,SAAS;IACjBC,MAAM,EAAE;EACV,CACF,CAAC;AACH,CAAC","ignoreList":[]}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
const nativeIsArray = Array.isArray;
|
|
4
|
-
const ObjProto = Object.prototype;
|
|
5
|
-
export const hasOwnProperty = ObjProto.hasOwnProperty;
|
|
6
|
-
const toString = ObjProto.toString;
|
|
7
|
-
export const isArray = nativeIsArray || function (obj) {
|
|
8
|
-
return toString.call(obj) === '[object Array]';
|
|
9
|
-
};
|
|
10
|
-
export const isUint8Array = function (x) {
|
|
11
|
-
return toString.call(x) === '[object Uint8Array]';
|
|
12
|
-
};
|
|
13
|
-
// from a comment on http://dbj.org/dbj/?p=286
|
|
14
|
-
// fails on only one very rare and deliberate custom object:
|
|
15
|
-
// let bomb = { toString : undefined, valueOf: function(o) { return "function BOMBA!"; }};
|
|
16
|
-
export const isFunction = function (f) {
|
|
17
|
-
return typeof f === 'function';
|
|
18
|
-
};
|
|
19
|
-
// Underscore Addons
|
|
20
|
-
export const isObject = function (x) {
|
|
21
|
-
return x === Object(x) && !isArray(x);
|
|
22
|
-
};
|
|
23
|
-
export const isEmptyObject = function (x) {
|
|
24
|
-
if (isObject(x)) {
|
|
25
|
-
for (const key in x) {
|
|
26
|
-
if (hasOwnProperty.call(x, key)) {
|
|
27
|
-
return false;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
return true;
|
|
31
|
-
}
|
|
32
|
-
return false;
|
|
33
|
-
};
|
|
34
|
-
export const isUndefined = function (x) {
|
|
35
|
-
return x === void 0;
|
|
36
|
-
};
|
|
37
|
-
export const isString = function (x) {
|
|
38
|
-
return toString.call(x) == '[object String]';
|
|
39
|
-
};
|
|
40
|
-
export const isEmptyString = function (x) {
|
|
41
|
-
return isString(x) && x.trim().length === 0;
|
|
42
|
-
};
|
|
43
|
-
export const isNull = function (x) {
|
|
44
|
-
return x === null;
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
/*
|
|
48
|
-
sometimes you want to check if something is null or undefined
|
|
49
|
-
that's what this is for
|
|
50
|
-
*/
|
|
51
|
-
export const isNullish = function (x) {
|
|
52
|
-
return isUndefined(x) || isNull(x);
|
|
53
|
-
};
|
|
54
|
-
export const isDate = function (x) {
|
|
55
|
-
return toString.call(x) == '[object Date]';
|
|
56
|
-
};
|
|
57
|
-
export const isNumber = function (x) {
|
|
58
|
-
return toString.call(x) == '[object Number]';
|
|
59
|
-
};
|
|
60
|
-
export const isBoolean = function (x) {
|
|
61
|
-
return toString.call(x) === '[object Boolean]';
|
|
62
|
-
};
|
|
63
|
-
export const isFormData = x => {
|
|
64
|
-
return x instanceof FormData;
|
|
65
|
-
};
|
|
66
|
-
export const isFile = x => {
|
|
67
|
-
return x instanceof File;
|
|
68
|
-
};
|
|
69
|
-
//# sourceMappingURL=type-utils.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["nativeIsArray","Array","isArray","ObjProto","Object","prototype","hasOwnProperty","toString","obj","call","isUint8Array","x","isFunction","f","isObject","isEmptyObject","key","isUndefined","isString","isEmptyString","trim","length","isNull","isNullish","isDate","isNumber","isBoolean","isFormData","FormData","isFile","File"],"sourceRoot":"../../../src","sources":["utils/type-utils.ts"],"mappings":";;AAAA,MAAMA,aAAa,GAAGC,KAAK,CAACC,OAAO;AACnC,MAAMC,QAAQ,GAAGC,MAAM,CAACC,SAAS;AACjC,OAAO,MAAMC,cAAc,GAAGH,QAAQ,CAACG,cAAc;AACrD,MAAMC,QAAQ,GAAGJ,QAAQ,CAACI,QAAQ;AAElC,OAAO,MAAML,OAAO,GAClBF,aAAa,IACb,UAAUQ,GAAQ,EAAgB;EAChC,OAAOD,QAAQ,CAACE,IAAI,CAACD,GAAG,CAAC,KAAK,gBAAgB;AAChD,CAAC;AACH,OAAO,MAAME,YAAY,GAAG,SAAAA,CAAUC,CAAU,EAAmB;EACjE,OAAOJ,QAAQ,CAACE,IAAI,CAACE,CAAC,CAAC,KAAK,qBAAqB;AACnD,CAAC;AACD;AACA;AACA;AACA,OAAO,MAAMC,UAAU,GAAG,SAAAA,CAAUC,CAAM,EAAgC;EACxE,OAAO,OAAOA,CAAC,KAAK,UAAU;AAChC,CAAC;AACD;AACA,OAAO,MAAMC,QAAQ,GAAG,SAAAA,CAAUH,CAAU,EAA4B;EACtE,OAAOA,CAAC,KAAKP,MAAM,CAACO,CAAC,CAAC,IAAI,CAACT,OAAO,CAACS,CAAC,CAAC;AACvC,CAAC;AACD,OAAO,MAAMI,aAAa,GAAG,SAAAA,CAAUJ,CAAU,EAA4B;EAC3E,IAAIG,QAAQ,CAACH,CAAC,CAAC,EAAE;IACf,KAAK,MAAMK,GAAG,IAAIL,CAAC,EAAE;MACnB,IAAIL,cAAc,CAACG,IAAI,CAACE,CAAC,EAAEK,GAAG,CAAC,EAAE;QAC/B,OAAO,KAAK;MACd;IACF;IACA,OAAO,IAAI;EACb;EACA,OAAO,KAAK;AACd,CAAC;AACD,OAAO,MAAMC,WAAW,GAAG,SAAAA,CAAUN,CAAU,EAAkB;EAC/D,OAAOA,CAAC,KAAK,KAAK,CAAC;AACrB,CAAC;AAED,OAAO,MAAMO,QAAQ,GAAG,SAAAA,CAAUP,CAAU,EAAe;EACzD,OAAOJ,QAAQ,CAACE,IAAI,CAACE,CAAC,CAAC,IAAI,iBAAiB;AAC9C,CAAC;AAED,OAAO,MAAMQ,aAAa,GAAG,SAAAA,CAAUR,CAAU,EAAW;EAC1D,OAAOO,QAAQ,CAACP,CAAC,CAAC,IAAIA,CAAC,CAACS,IAAI,CAAC,CAAC,CAACC,MAAM,KAAK,CAAC;AAC7C,CAAC;AAED,OAAO,MAAMC,MAAM,GAAG,SAAAA,CAAUX,CAAU,EAAa;EACrD,OAAOA,CAAC,KAAK,IAAI;AACnB,CAAC;;AAED;AACA;AACA;AACA;AACA,OAAO,MAAMY,SAAS,GAAG,SAAAA,CAAUZ,CAAU,EAAyB;EACpE,OAAOM,WAAW,CAACN,CAAC,CAAC,IAAIW,MAAM,CAACX,CAAC,CAAC;AACpC,CAAC;AAED,OAAO,MAAMa,MAAM,GAAG,SAAAA,CAAUb,CAAU,EAAa;EACrD,OAAOJ,QAAQ,CAACE,IAAI,CAACE,CAAC,CAAC,IAAI,eAAe;AAC5C,CAAC;AACD,OAAO,MAAMc,QAAQ,GAAG,SAAAA,CAAUd,CAAU,EAAe;EACzD,OAAOJ,QAAQ,CAACE,IAAI,CAACE,CAAC,CAAC,IAAI,iBAAiB;AAC9C,CAAC;AACD,OAAO,MAAMe,SAAS,GAAG,SAAAA,CAAUf,CAAU,EAAgB;EAC3D,OAAOJ,QAAQ,CAACE,IAAI,CAACE,CAAC,CAAC,KAAK,kBAAkB;AAChD,CAAC;AAED,OAAO,MAAMgB,UAAU,GAAIhB,CAAU,IAAoB;EACvD,OAAOA,CAAC,YAAYiB,QAAQ;AAC9B,CAAC;AAED,OAAO,MAAMC,MAAM,GAAIlB,CAAU,IAAgB;EAC/C,OAAOA,CAAC,YAAYmB,IAAI;AAC1B,CAAC","ignoreList":[]}
|
package/lib/module/version.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["version"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":";;AAAA,OAAO,MAAMA,OAAO,GAAG,cAAc","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"type":"module"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { TurboModule } from 'react-native';
|
|
2
|
-
export type MaskingOptions = Readonly<{
|
|
3
|
-
maskTextInputs?: boolean;
|
|
4
|
-
maskImages?: boolean;
|
|
5
|
-
maskButtons?: boolean;
|
|
6
|
-
maskLabels?: boolean;
|
|
7
|
-
maskWebViews?: boolean;
|
|
8
|
-
maskSandboxedViews?: boolean;
|
|
9
|
-
quality?: number;
|
|
10
|
-
scale?: number;
|
|
11
|
-
noCaptureLabel?: string;
|
|
12
|
-
}>;
|
|
13
|
-
export interface Spec extends TurboModule {
|
|
14
|
-
captureAndMask(): Promise<string>;
|
|
15
|
-
captureAndMaskWithOptions(options: MaskingOptions): Promise<string>;
|
|
16
|
-
startGestureRecording(): Promise<void>;
|
|
17
|
-
stopGestureRecording(): Promise<void>;
|
|
18
|
-
isGestureRecordingActive(): Promise<boolean>;
|
|
19
|
-
recordGesture(gestureType: string, x: number, y: number, target?: string, metadata?: Object): void;
|
|
20
|
-
addListener(eventName: string): void;
|
|
21
|
-
removeListeners(count: number): void;
|
|
22
|
-
}
|
|
23
|
-
declare const _default: Spec;
|
|
24
|
-
export default _default;
|
|
25
|
-
//# sourceMappingURL=NativeSessionRecorderModule.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NativeSessionRecorderModule.d.ts","sourceRoot":"","sources":["../../../src/NativeSessionRecorderModule.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAGhD,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC;IACpC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC,CAAC;AAEH,MAAM,WAAW,IAAK,SAAQ,WAAW;IACvC,cAAc,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC;IAClC,yBAAyB,CAAC,OAAO,EAAE,cAAc,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;IACpE,qBAAqB,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACvC,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACtC,wBAAwB,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;IAC7C,aAAa,CACX,WAAW,EAAE,MAAM,EACnB,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,EACT,MAAM,CAAC,EAAE,MAAM,EACf,QAAQ,CAAC,EAAE,MAAM,GAChB,IAAI,CAAC;IACR,WAAW,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtC;wBAEiF,IAAI;AAAtF,wBAAuF"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { TurboModule } from 'react-native';
|
|
2
|
-
export type MaskingOptions = Readonly<{
|
|
3
|
-
maskTextInputs?: boolean;
|
|
4
|
-
maskImages?: boolean;
|
|
5
|
-
maskButtons?: boolean;
|
|
6
|
-
maskLabels?: boolean;
|
|
7
|
-
maskWebViews?: boolean;
|
|
8
|
-
maskSandboxedViews?: boolean;
|
|
9
|
-
quality?: number;
|
|
10
|
-
scale?: number;
|
|
11
|
-
noCaptureLabel?: string;
|
|
12
|
-
}>;
|
|
13
|
-
export interface Spec extends TurboModule {
|
|
14
|
-
captureAndMask(): Promise<string>;
|
|
15
|
-
captureAndMaskWithOptions(options: MaskingOptions): Promise<string>;
|
|
16
|
-
startGestureRecording(): Promise<void>;
|
|
17
|
-
stopGestureRecording(): Promise<void>;
|
|
18
|
-
isGestureRecordingActive(): Promise<boolean>;
|
|
19
|
-
recordGesture(gestureType: string, x: number, y: number, target?: string, metadata?: Object): void;
|
|
20
|
-
addListener(eventName: string): void;
|
|
21
|
-
removeListeners(count: number): void;
|
|
22
|
-
}
|
|
23
|
-
declare const _default: Spec;
|
|
24
|
-
export default _default;
|
|
25
|
-
//# sourceMappingURL=NativeSessionRecorderModuleSpec.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NativeSessionRecorderModuleSpec.d.ts","sourceRoot":"","sources":["../../../src/NativeSessionRecorderModuleSpec.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAGhD,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC;IACpC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC,CAAC;AAEH,MAAM,WAAW,IAAK,SAAQ,WAAW;IACvC,cAAc,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC;IAClC,yBAAyB,CAAC,OAAO,EAAE,cAAc,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;IACpE,qBAAqB,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACvC,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACtC,wBAAwB,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;IAC7C,aAAa,CACX,WAAW,EAAE,MAAM,EACnB,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,EACT,MAAM,CAAC,EAAE,MAAM,EACf,QAAQ,CAAC,EAAE,MAAM,GAChB,IAAI,CAAC;IACR,WAAW,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtC;wBAEiF,IAAI;AAAtF,wBAAuF"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { TurboModule } from 'react-native';
|
|
2
|
-
export type MaskingOptions = Readonly<{
|
|
3
|
-
maskTextInputs?: boolean;
|
|
4
|
-
maskImages?: boolean;
|
|
5
|
-
maskButtons?: boolean;
|
|
6
|
-
maskLabels?: boolean;
|
|
7
|
-
maskWebViews?: boolean;
|
|
8
|
-
maskSandboxedViews?: boolean;
|
|
9
|
-
quality?: number;
|
|
10
|
-
scale?: number;
|
|
11
|
-
noCaptureLabel?: string;
|
|
12
|
-
}>;
|
|
13
|
-
export interface Spec extends TurboModule {
|
|
14
|
-
captureAndMask(): Promise<string>;
|
|
15
|
-
captureAndMaskWithOptions(options: MaskingOptions): Promise<string>;
|
|
16
|
-
startGestureRecording(): Promise<void>;
|
|
17
|
-
stopGestureRecording(): Promise<void>;
|
|
18
|
-
isGestureRecordingActive(): Promise<boolean>;
|
|
19
|
-
recordGesture(gestureType: string, x: number, y: number, target?: string, metadata?: Object): void;
|
|
20
|
-
addListener(eventName: string): void;
|
|
21
|
-
removeListeners(count: number): void;
|
|
22
|
-
}
|
|
23
|
-
declare const _default: Spec;
|
|
24
|
-
export default _default;
|
|
25
|
-
//# sourceMappingURL=NativeSessionRecorderNative.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NativeSessionRecorderNative.d.ts","sourceRoot":"","sources":["../../../src/NativeSessionRecorderNative.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAGhD,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC;IACpC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC,CAAC;AAEH,MAAM,WAAW,IAAK,SAAQ,WAAW;IACvC,cAAc,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC;IAClC,yBAAyB,CAAC,OAAO,EAAE,cAAc,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;IACpE,qBAAqB,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACvC,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACtC,wBAAwB,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;IAC7C,aAAa,CACX,WAAW,EAAE,MAAM,EACnB,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,EACT,MAAM,CAAC,EAAE,MAAM,EACf,QAAQ,CAAC,EAAE,MAAM,GAChB,IAAI,CAAC;IACR,WAAW,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtC;;AAED,wBAA+E"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export type ErrorBoundaryProps = {
|
|
3
|
-
children: React.ReactNode;
|
|
4
|
-
fallback?: React.ReactNode;
|
|
5
|
-
};
|
|
6
|
-
type State = {
|
|
7
|
-
hasError: boolean;
|
|
8
|
-
};
|
|
9
|
-
export declare class ErrorBoundary extends React.Component<ErrorBoundaryProps, State> {
|
|
10
|
-
constructor(props: ErrorBoundaryProps);
|
|
11
|
-
static getDerivedStateFromError(): State;
|
|
12
|
-
componentDidCatch(error: unknown): void;
|
|
13
|
-
render(): React.ReactNode;
|
|
14
|
-
}
|
|
15
|
-
export default ErrorBoundary;
|
|
16
|
-
//# sourceMappingURL=ErrorBoundary.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorBoundary.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorBoundary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,KAAK,KAAK,GAAG;IAAE,QAAQ,EAAE,OAAO,CAAA;CAAE,CAAC;AAEnC,qBAAa,aAAc,SAAQ,KAAK,CAAC,SAAS,CAAC,kBAAkB,EAAE,KAAK,CAAC;gBAC/D,KAAK,EAAE,kBAAkB;IAKrC,MAAM,CAAC,wBAAwB,IAAI,KAAK;IAIxC,iBAAiB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAQvC,MAAM,IAAI,KAAK,CAAC,SAAS;CAM1B;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { type PropsWithChildren } from 'react';
|
|
2
|
-
interface ScreenRecorderViewProps extends PropsWithChildren {
|
|
3
|
-
}
|
|
4
|
-
export declare const ScreenRecorderView: ({ children }: ScreenRecorderViewProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
export {};
|
|
6
|
-
//# sourceMappingURL=ScreenRecorderView.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScreenRecorderView.d.ts","sourceRoot":"","sources":["../../../../../src/components/ScreenRecorderView/ScreenRecorderView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,UAAU,uBAAwB,SAAQ,iBAAiB;CAAG;AAE9D,eAAO,MAAM,kBAAkB,GAAI,cAAc,uBAAuB,4CAavE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/ScreenRecorderView/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorBanner.d.ts","sourceRoot":"","sources":["../../../../../src/components/SessionRecorderWidget/ErrorBanner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,gBAAgB;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB;AAED,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAW3C,CAAC;AAsCF,eAAe,WAAW,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { type TextOverridesOptions } from '../../types';
|
|
3
|
-
interface FinalPopoverProps extends React.PropsWithChildren {
|
|
4
|
-
isOnline: boolean;
|
|
5
|
-
textOverrides: TextOverridesOptions;
|
|
6
|
-
onStopRecording: (comment: string) => void;
|
|
7
|
-
onCancelSession: () => void;
|
|
8
|
-
onClose: () => void;
|
|
9
|
-
isSubmitting: boolean;
|
|
10
|
-
}
|
|
11
|
-
declare const FinalPopover: React.FC<FinalPopoverProps>;
|
|
12
|
-
export default FinalPopover;
|
|
13
|
-
//# sourceMappingURL=FinalPopover.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FinalPopover.d.ts","sourceRoot":"","sources":["../../../../../src/components/SessionRecorderWidget/FinalPopover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AASxC,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAKxD,UAAU,iBAAkB,SAAQ,KAAK,CAAC,iBAAiB;IACzD,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,oBAAoB,CAAC;IACpC,eAAe,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,YAAY,EAAE,OAAO,CAAC;CACvB;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAsE7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SessionState } from '../../types';
|
|
3
|
-
interface FloatingButtonProps {
|
|
4
|
-
sessionState: SessionState | null;
|
|
5
|
-
onPress: () => void;
|
|
6
|
-
}
|
|
7
|
-
declare const FloatingButton: React.FC<FloatingButtonProps>;
|
|
8
|
-
export default FloatingButton;
|
|
9
|
-
//# sourceMappingURL=FloatingButton.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FloatingButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/SessionRecorderWidget/FloatingButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAS1D,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI3C,UAAU,mBAAmB;IAC3B,YAAY,EAAE,YAAY,GAAG,IAAI,CAAC;IAClC,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAMD,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAqIjD,CAAC;AAoBF,eAAe,cAAc,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SessionType } from '@multiplayer-app/session-recorder-common';
|
|
3
|
-
import { type TextOverridesOptions } from '../../types';
|
|
4
|
-
interface InitialPopoverProps extends React.PropsWithChildren {
|
|
5
|
-
isContinuous: boolean;
|
|
6
|
-
showContinuousRecording: boolean;
|
|
7
|
-
textOverrides: TextOverridesOptions;
|
|
8
|
-
onStartRecording: (sessionType: SessionType) => void;
|
|
9
|
-
onStopRecording: (comment?: string) => void;
|
|
10
|
-
onSaveContinuousSession: () => void;
|
|
11
|
-
onClose: () => void;
|
|
12
|
-
isSubmitting: boolean;
|
|
13
|
-
isOnline: boolean;
|
|
14
|
-
}
|
|
15
|
-
declare const InitialPopover: React.FC<InitialPopoverProps>;
|
|
16
|
-
export default InitialPopover;
|
|
17
|
-
//# sourceMappingURL=InitialPopover.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InitialPopover.d.ts","sourceRoot":"","sources":["../../../../../src/components/SessionRecorderWidget/InitialPopover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,EAAE,WAAW,EAAE,MAAM,0CAA0C,CAAC;AACvE,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAMxD,UAAU,mBAAoB,SAAQ,KAAK,CAAC,iBAAiB;IAC3D,YAAY,EAAE,OAAO,CAAC;IACtB,uBAAuB,EAAE,OAAO,CAAC;IACjC,aAAa,EAAE,oBAAoB,CAAC;IACpC,gBAAgB,EAAE,CAAC,WAAW,EAAE,WAAW,KAAK,IAAI,CAAC;IACrD,eAAe,EAAE,CAAC,OAAO,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,uBAAuB,EAAE,MAAM,IAAI,CAAC;IACpC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA+IjD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ModalContainerProps {
|
|
3
|
-
isVisible: boolean;
|
|
4
|
-
onClose: () => void;
|
|
5
|
-
children: React.ReactNode;
|
|
6
|
-
}
|
|
7
|
-
declare const ModalContainer: React.FC<ModalContainerProps>;
|
|
8
|
-
export default ModalContainer;
|
|
9
|
-
//# sourceMappingURL=ModalContainer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ModalContainer.d.ts","sourceRoot":"","sources":["../../../../../src/components/SessionRecorderWidget/ModalContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAe3D,UAAU,mBAAmB;IAC3B,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA4HjD,CAAC;AA2CF,eAAe,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ModalHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/SessionRecorderWidget/ModalHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,gBAAgB;IACxB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAc3C,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SessionRecorderWidget.d.ts","sourceRoot":"","sources":["../../../../../src/components/SessionRecorderWidget/SessionRecorderWidget.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAe3D,UAAU,0BAA0B;CAAG;AAEvC,QAAA,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CA4H9D,CAAC;AAEH,eAAe,qBAAqB,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IconProps {
|
|
3
|
-
size?: number;
|
|
4
|
-
color?: string;
|
|
5
|
-
}
|
|
6
|
-
export declare const RecordIcon: React.FC<IconProps>;
|
|
7
|
-
export declare const CapturingIcon: React.FC<IconProps>;
|
|
8
|
-
export declare const PausedIcon: React.FC<IconProps>;
|
|
9
|
-
export declare const CheckmarkIcon: React.FC<IconProps>;
|
|
10
|
-
export declare const LogoIcon: React.FC<IconProps>;
|
|
11
|
-
export {};
|
|
12
|
-
//# sourceMappingURL=icons.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../../src/components/SessionRecorderWidget/icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,SAAS;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAY1C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAgB7C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAa1C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAY7C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAUxC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/SessionRecorderWidget/index.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAE5D,eAAe,qBAAqB,CAAC"}
|
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
export declare const sharedStyles: Readonly<{
|
|
2
|
-
popoverContent: {
|
|
3
|
-
flex: number;
|
|
4
|
-
paddingHorizontal: number;
|
|
5
|
-
};
|
|
6
|
-
popoverHeader: {
|
|
7
|
-
flexDirection: "column";
|
|
8
|
-
paddingBottom: number;
|
|
9
|
-
paddingHorizontal: number;
|
|
10
|
-
borderTopLeftRadius: number;
|
|
11
|
-
borderTopRightRadius: number;
|
|
12
|
-
backgroundColor: string;
|
|
13
|
-
shadowColor: string;
|
|
14
|
-
shadowOffset: {
|
|
15
|
-
width: number;
|
|
16
|
-
height: number;
|
|
17
|
-
};
|
|
18
|
-
shadowOpacity: number;
|
|
19
|
-
shadowRadius: number;
|
|
20
|
-
elevation: number;
|
|
21
|
-
};
|
|
22
|
-
modalHandle: {
|
|
23
|
-
marginTop: number;
|
|
24
|
-
marginBottom: number;
|
|
25
|
-
width: number;
|
|
26
|
-
height: number;
|
|
27
|
-
backgroundColor: string;
|
|
28
|
-
borderRadius: number;
|
|
29
|
-
alignSelf: "center";
|
|
30
|
-
};
|
|
31
|
-
popoverHeaderContent: {
|
|
32
|
-
flexDirection: "row";
|
|
33
|
-
justifyContent: "space-between";
|
|
34
|
-
alignItems: "flex-start";
|
|
35
|
-
};
|
|
36
|
-
cancelButton: {
|
|
37
|
-
paddingHorizontal: number;
|
|
38
|
-
paddingVertical: number;
|
|
39
|
-
borderRadius: number;
|
|
40
|
-
borderWidth: number;
|
|
41
|
-
borderColor: string;
|
|
42
|
-
backgroundColor: string;
|
|
43
|
-
shadowColor: string;
|
|
44
|
-
shadowOffset: {
|
|
45
|
-
width: number;
|
|
46
|
-
height: number;
|
|
47
|
-
};
|
|
48
|
-
shadowOpacity: number;
|
|
49
|
-
shadowRadius: number;
|
|
50
|
-
elevation: number;
|
|
51
|
-
};
|
|
52
|
-
cancelButtonText: {
|
|
53
|
-
color: string;
|
|
54
|
-
fontSize: number;
|
|
55
|
-
fontWeight: "500";
|
|
56
|
-
};
|
|
57
|
-
popoverBody: {
|
|
58
|
-
flex: number;
|
|
59
|
-
padding: number;
|
|
60
|
-
paddingTop: number;
|
|
61
|
-
};
|
|
62
|
-
title: {
|
|
63
|
-
fontSize: number;
|
|
64
|
-
fontWeight: "600";
|
|
65
|
-
color: string;
|
|
66
|
-
marginBottom: number;
|
|
67
|
-
};
|
|
68
|
-
description: {
|
|
69
|
-
fontSize: number;
|
|
70
|
-
color: string;
|
|
71
|
-
marginBottom: number;
|
|
72
|
-
};
|
|
73
|
-
popoverFooter: {
|
|
74
|
-
marginTop: string;
|
|
75
|
-
paddingTop: number;
|
|
76
|
-
};
|
|
77
|
-
actionButton: {
|
|
78
|
-
paddingVertical: number;
|
|
79
|
-
paddingHorizontal: number;
|
|
80
|
-
borderRadius: number;
|
|
81
|
-
alignItems: "center";
|
|
82
|
-
};
|
|
83
|
-
actionButtonText: {
|
|
84
|
-
color: string;
|
|
85
|
-
fontSize: number;
|
|
86
|
-
fontWeight: "500";
|
|
87
|
-
};
|
|
88
|
-
continuousRecordingSection: {
|
|
89
|
-
flexDirection: "row";
|
|
90
|
-
justifyContent: "space-between";
|
|
91
|
-
alignItems: "center";
|
|
92
|
-
marginBottom: number;
|
|
93
|
-
paddingVertical: number;
|
|
94
|
-
paddingHorizontal: number;
|
|
95
|
-
borderWidth: number;
|
|
96
|
-
borderColor: string;
|
|
97
|
-
backgroundColor: string;
|
|
98
|
-
borderRadius: number;
|
|
99
|
-
shadowColor: string;
|
|
100
|
-
shadowOffset: {
|
|
101
|
-
width: number;
|
|
102
|
-
height: number;
|
|
103
|
-
};
|
|
104
|
-
shadowOpacity: number;
|
|
105
|
-
shadowRadius: number;
|
|
106
|
-
elevation: number;
|
|
107
|
-
};
|
|
108
|
-
continuousRecordingLabel: {
|
|
109
|
-
fontSize: number;
|
|
110
|
-
fontWeight: "500";
|
|
111
|
-
color: string;
|
|
112
|
-
};
|
|
113
|
-
continuousOverlay: {
|
|
114
|
-
borderRadius: number;
|
|
115
|
-
borderWidth: number;
|
|
116
|
-
borderColor: string;
|
|
117
|
-
backgroundColor: string;
|
|
118
|
-
padding: number;
|
|
119
|
-
shadowColor: string;
|
|
120
|
-
shadowOffset: {
|
|
121
|
-
width: number;
|
|
122
|
-
height: number;
|
|
123
|
-
};
|
|
124
|
-
shadowOpacity: number;
|
|
125
|
-
shadowRadius: number;
|
|
126
|
-
elevation: number;
|
|
127
|
-
flexDirection: "column";
|
|
128
|
-
gap: number;
|
|
129
|
-
};
|
|
130
|
-
continuousOverlayHeader: {
|
|
131
|
-
flexDirection: "row";
|
|
132
|
-
alignItems: "center";
|
|
133
|
-
gap: number;
|
|
134
|
-
};
|
|
135
|
-
continuousOverlayTitle: {
|
|
136
|
-
fontSize: number;
|
|
137
|
-
fontWeight: "500";
|
|
138
|
-
color: string;
|
|
139
|
-
};
|
|
140
|
-
continuousOverlayDescription: {
|
|
141
|
-
fontSize: number;
|
|
142
|
-
color: string;
|
|
143
|
-
lineHeight: number;
|
|
144
|
-
};
|
|
145
|
-
commentInput: {
|
|
146
|
-
borderWidth: number;
|
|
147
|
-
borderColor: string;
|
|
148
|
-
borderRadius: number;
|
|
149
|
-
padding: number;
|
|
150
|
-
fontSize: number;
|
|
151
|
-
color: string;
|
|
152
|
-
backgroundColor: string;
|
|
153
|
-
marginBottom: number;
|
|
154
|
-
minHeight: number;
|
|
155
|
-
};
|
|
156
|
-
startButton: {
|
|
157
|
-
backgroundColor: string;
|
|
158
|
-
};
|
|
159
|
-
stopButton: {
|
|
160
|
-
backgroundColor: string;
|
|
161
|
-
};
|
|
162
|
-
saveButton: {
|
|
163
|
-
backgroundColor: string;
|
|
164
|
-
};
|
|
165
|
-
}>;
|
|
166
|
-
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/SessionRecorderWidget/styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqKvB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
|