@3dsource/angular-unreal-module 0.0.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/README.md +64 -0
- package/fesm2022/3dsource-angular-unreal-module.mjs +6226 -0
- package/fesm2022/3dsource-angular-unreal-module.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/components/clickable-overlay/clickable-overlay.component.d.ts +14 -0
- package/lib/components/freeze-frame/freeze-frame.component.d.ts +8 -0
- package/lib/components/index.d.ts +12 -0
- package/lib/components/low-bandwidth-indicator/DataFlowConstants.d.ts +66 -0
- package/lib/components/low-bandwidth-indicator/filter-settings/filter-settings.component.d.ts +37 -0
- package/lib/components/low-bandwidth-indicator/index.d.ts +2 -0
- package/lib/components/low-bandwidth-indicator/low-bandwidth-detector.component.d.ts +38 -0
- package/lib/components/low-bandwidth-modal/low-bandwidth-modal.component.d.ts +8 -0
- package/lib/components/pdf/components/generator/pdf-base-page.component.d.ts +20 -0
- package/lib/components/pdf/components/generator/pdf-generator.component.d.ts +26 -0
- package/lib/components/pdf/components/templates/general/header/header-pdf.component.d.ts +8 -0
- package/lib/components/pdf/components/templates/general/image-pdf/image-pdf.component.d.ts +7 -0
- package/lib/components/pdf/components/templates/general/intro-pdf/intro-pdf.component.d.ts +6 -0
- package/lib/components/pdf/components/templates/general/materials-page-pdf/materials-page-pdf.component.d.ts +6 -0
- package/lib/components/pdf/components/templates/general/materials-pdf/materials-pdf.component.d.ts +8 -0
- package/lib/components/pdf/components/templates/general/page-number/page-number.component.d.ts +8 -0
- package/lib/components/pdf/constants/pdf.d.ts +5 -0
- package/lib/components/pdf/container/pdf.component.d.ts +13 -0
- package/lib/components/pdf/directives/insertion.directive.d.ts +7 -0
- package/lib/components/pdf/helpers/generate-pdf-schema.d.ts +2 -0
- package/lib/components/pdf/helpers/get-pdf-url.d.ts +1 -0
- package/lib/components/pdf/index.d.ts +1 -0
- package/lib/components/pdf/interfaces/pdf.interface.d.ts +53 -0
- package/lib/components/pdf/store/pdf.component.store.d.ts +44 -0
- package/lib/components/screen-locker/afk-restart-screen-locker.component.d.ts +25 -0
- package/lib/components/show-case/components/source-slider/source-slider.component.d.ts +42 -0
- package/lib/components/show-case/components/source-slider/user-interact.directive.d.ts +33 -0
- package/lib/components/show-case/constants/icons/fullscreen-out.d.ts +2 -0
- package/lib/components/show-case/constants/icons/fullscreen.d.ts +2 -0
- package/lib/components/show-case/constants/icons/pause-circle.d.ts +2 -0
- package/lib/components/show-case/constants/icons/pause-icon.d.ts +2 -0
- package/lib/components/show-case/constants/icons/play-icon.d.ts +2 -0
- package/lib/components/show-case/constants/icons/player-boomerang.d.ts +2 -0
- package/lib/components/show-case/constants/icons/player-laps.d.ts +2 -0
- package/lib/components/show-case/constants/icons/player-next.d.ts +2 -0
- package/lib/components/show-case/constants/icons/player-prev.d.ts +2 -0
- package/lib/components/show-case/constants/index.d.ts +7 -0
- package/lib/components/show-case/constants/show-case.icons.d.ts +1 -0
- package/lib/components/show-case/container/show-case.component.d.ts +98 -0
- package/lib/components/show-case/helpers/mapOnInitSequenceData.d.ts +3 -0
- package/lib/components/show-case/index.d.ts +1 -0
- package/lib/components/show-case/interfaces/showcase-status.d.ts +20 -0
- package/lib/components/show-case/store/show-case.component.interface.d.ts +32 -0
- package/lib/components/show-case/store/show-case.component.store.d.ts +37 -0
- package/lib/components/stat-graph/stat-graph.component.d.ts +28 -0
- package/lib/components/unreal-scene/unreal-scene.component.d.ts +50 -0
- package/lib/components/unreal-status/unreal-status.component.d.ts +24 -0
- package/lib/components/video-locker/video-locker.component.d.ts +14 -0
- package/lib/components/video-stats/video-stats.component.d.ts +36 -0
- package/lib/components/webrtc-error-modal/webrtc-error-modal.component.d.ts +10 -0
- package/lib/constants/ButtonsAndCodes.d.ts +23 -0
- package/lib/constants/EControlSchemeType.d.ts +6 -0
- package/lib/constants/EMessageType.d.ts +25 -0
- package/lib/constants/EToClientMessageType.d.ts +12 -0
- package/lib/constants/InputOptions.d.ts +2 -0
- package/lib/constants/UnrealStatusMessage.d.ts +4 -0
- package/lib/constants/index.d.ts +11 -0
- package/lib/constants/initial-config.d.ts +3 -0
- package/lib/constants/mix-panel.constant.d.ts +11 -0
- package/lib/constants/struct.d.ts +5553 -0
- package/lib/constants/timeout.constant.d.ts +6 -0
- package/lib/constants/unreal.constant.d.ts +11 -0
- package/lib/constants/unreal.providers.d.ts +15 -0
- package/lib/helpers/CommandObserver.d.ts +8 -0
- package/lib/helpers/DataDecoder.d.ts +1 -0
- package/lib/helpers/DataFlowMonitor.d.ts +39 -0
- package/lib/helpers/EventWrapper.d.ts +18 -0
- package/lib/helpers/FromStreamerHandlers/AnswerHandler.d.ts +3 -0
- package/lib/helpers/FromStreamerHandlers/ConfigHandler.d.ts +3 -0
- package/lib/helpers/FromStreamerHandlers/IceCandidateHandler.d.ts +4 -0
- package/lib/helpers/FromStreamerHandlers/InstanceReadyHandler.d.ts +3 -0
- package/lib/helpers/FromStreamerHandlers/InstanceReservedHandler.d.ts +3 -0
- package/lib/helpers/FromStreamerHandlers/PingHandler.d.ts +2 -0
- package/lib/helpers/FromStreamerHandlers/PlayerCountHandler.d.ts +3 -0
- package/lib/helpers/FromStreamerHandlers/SSInfoHandler.d.ts +3 -0
- package/lib/helpers/FromStreamerHandlers/index.d.ts +8 -0
- package/lib/helpers/GetNextUrl.d.ts +1 -0
- package/lib/helpers/KalmanFilter1D.d.ts +20 -0
- package/lib/helpers/LatencyTimings.d.ts +13 -0
- package/lib/helpers/TouchEmulator.d.ts +24 -0
- package/lib/helpers/VideoRecorder.d.ts +8 -0
- package/lib/helpers/WsHandlers/OnCloseHandler.d.ts +2 -0
- package/lib/helpers/WsHandlers/OnErrorHandler.d.ts +2 -0
- package/lib/helpers/WsHandlers/OnMessageHandler.d.ts +2 -0
- package/lib/helpers/WsHandlers/OpenHandler.d.ts +2 -0
- package/lib/helpers/WsHandlers/index.d.ts +4 -0
- package/lib/helpers/clamp-and-keep-max-percents.d.ts +2 -0
- package/lib/helpers/deepEqual.d.ts +1 -0
- package/lib/helpers/dispatchResize.d.ts +2 -0
- package/lib/helpers/error-codes.d.ts +1 -0
- package/lib/helpers/float-to-smooth-percents.d.ts +2 -0
- package/lib/helpers/get-image-from-video-stream.d.ts +3 -0
- package/lib/helpers/index.d.ts +21 -0
- package/lib/helpers/mapQpToQuality.d.ts +2 -0
- package/lib/helpers/prepare-commands.d.ts +52 -0
- package/lib/helpers/remove-exile-commands.d.ts +10 -0
- package/lib/helpers/resetAfk.d.ts +1 -0
- package/lib/helpers/resize-observer.d.ts +2 -0
- package/lib/interfaces/CloseReason.d.ts +5 -0
- package/lib/interfaces/CustomCloseCodes.d.ts +6 -0
- package/lib/interfaces/LBMStats.d.ts +6 -0
- package/lib/interfaces/SignalingData.d.ts +8 -0
- package/lib/interfaces/SignalingMessage.d.ts +77 -0
- package/lib/interfaces/TelemetryEvent.d.ts +1 -0
- package/lib/interfaces/disconnect-reasons.d.ts +9 -0
- package/lib/interfaces/errors.interface.d.ts +5 -0
- package/lib/interfaces/freeze-frame-message.interface.d.ts +4 -0
- package/lib/interfaces/index.d.ts +16 -0
- package/lib/interfaces/initial-config.d.ts +8 -0
- package/lib/interfaces/input.interface.d.ts +19 -0
- package/lib/interfaces/mix-panel-events.d.ts +8 -0
- package/lib/interfaces/quality.interface.d.ts +1 -0
- package/lib/interfaces/stream-config.interface.d.ts +5 -0
- package/lib/interfaces/stream-resolution.interface.d.ts +4 -0
- package/lib/interfaces/unreal-internal-signal-events.interface.d.ts +83 -0
- package/lib/pipes/index.d.ts +1 -0
- package/lib/pipes/safe-html.pipe.d.ts +9 -0
- package/lib/services/afk.service.d.ts +38 -0
- package/lib/services/aggregator.service.d.ts +53 -0
- package/lib/services/command-telemetry.service.d.ts +71 -0
- package/lib/services/console-extensions.service.d.ts +10 -0
- package/lib/services/dev-mode.service.d.ts +7 -0
- package/lib/services/freeze-frame.service.d.ts +16 -0
- package/lib/services/image-capture.service.d.ts +30 -0
- package/lib/services/index.d.ts +17 -0
- package/lib/services/input.service.d.ts +53 -0
- package/lib/services/mix-panel.service.d.ts +11 -0
- package/lib/services/regions-ping.service.d.ts +34 -0
- package/lib/services/signalling.service.d.ts +41 -0
- package/lib/services/stream-status-telemetry.service.d.ts +11 -0
- package/lib/services/sub.service.d.ts +5 -0
- package/lib/services/unreal-communicator.service.d.ts +38 -0
- package/lib/services/video-stream-status.service.d.ts +24 -0
- package/lib/services/video.service.d.ts +17 -0
- package/lib/services/web-rtc-player.service.d.ts +44 -0
- package/lib/store/index.d.ts +5 -0
- package/lib/store/unreal.actions.d.ts +196 -0
- package/lib/store/unreal.effects.d.ts +79 -0
- package/lib/store/unreal.feature.d.ts +35 -0
- package/lib/store/unreal.reducer.d.ts +56 -0
- package/lib/store/unreal.selectors.d.ts +36 -0
- package/package.json +36 -0
- package/public-api.d.ts +7 -0
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
import type { UnrealErrorType } from '../interfaces/errors.interface';
|
|
2
|
+
import type { LBMStats } from '../interfaces/LBMStats';
|
|
3
|
+
import type { SignalingData } from '../interfaces/SignalingData';
|
|
4
|
+
import type { StreamConfig } from '../interfaces/stream-config.interface';
|
|
5
|
+
import type { DisconnectType } from '../interfaces/disconnect-reasons';
|
|
6
|
+
import type { MetaBoxCommand } from '@struct';
|
|
7
|
+
import type { ShowCaseStatusValues } from '../components/show-case/interfaces/showcase-status';
|
|
8
|
+
import type { PdfContent } from '../components/pdf/interfaces/pdf.interface';
|
|
9
|
+
export declare const changeLowBandwidth: import("@ngrx/store").ActionCreator<string, (props: {
|
|
10
|
+
lowBandwidth: boolean;
|
|
11
|
+
stats?: LBMStats;
|
|
12
|
+
}) => {
|
|
13
|
+
lowBandwidth: boolean;
|
|
14
|
+
stats?: LBMStats;
|
|
15
|
+
} & import("@ngrx/store").Action<string>>;
|
|
16
|
+
export declare const setMaxFps: import("@ngrx/store").ActionCreator<string, (props: {
|
|
17
|
+
maxFps: number;
|
|
18
|
+
}) => {
|
|
19
|
+
maxFps: number;
|
|
20
|
+
} & import("@ngrx/store").Action<string>>;
|
|
21
|
+
export declare const destroyRemoteConnections: import("@ngrx/store").ActionCreator<string, (props: {
|
|
22
|
+
disconnectReason: DisconnectType;
|
|
23
|
+
}) => {
|
|
24
|
+
disconnectReason: DisconnectType;
|
|
25
|
+
} & import("@ngrx/store").Action<string>>;
|
|
26
|
+
export declare const destroyConnectionsAndResetState: import("@ngrx/store").ActionCreator<string, () => import("@ngrx/store").Action<string>>;
|
|
27
|
+
export declare const setCirrusConnected: import("@ngrx/store").ActionCreator<string, () => import("@ngrx/store").Action<string>>;
|
|
28
|
+
export declare const setCirrusDisconnected: import("@ngrx/store").ActionCreator<string, () => import("@ngrx/store").Action<string>>;
|
|
29
|
+
export declare const changeStatusMainVideoOnScene: import("@ngrx/store").ActionCreator<string, (props: {
|
|
30
|
+
isVideoPlaying: boolean;
|
|
31
|
+
}) => {
|
|
32
|
+
isVideoPlaying: boolean;
|
|
33
|
+
} & import("@ngrx/store").Action<string>>;
|
|
34
|
+
export declare const setAwsInstance: import("@ngrx/store").ActionCreator<string, (props: {
|
|
35
|
+
wsUrl: string | null;
|
|
36
|
+
pollingUrl: string | null;
|
|
37
|
+
instanceName: string | null;
|
|
38
|
+
}) => {
|
|
39
|
+
wsUrl: string | null;
|
|
40
|
+
pollingUrl: string | null;
|
|
41
|
+
instanceName: string | null;
|
|
42
|
+
} & import("@ngrx/store").Action<string>>;
|
|
43
|
+
export declare const setStatusMessage: import("@ngrx/store").ActionCreator<string, (props: {
|
|
44
|
+
message: string | null;
|
|
45
|
+
}) => {
|
|
46
|
+
message: string | null;
|
|
47
|
+
} & import("@ngrx/store").Action<string>>;
|
|
48
|
+
export declare const setStatusPercentSignallingServer: import("@ngrx/store").ActionCreator<string, (props: {
|
|
49
|
+
percent: number | null;
|
|
50
|
+
}) => {
|
|
51
|
+
percent: number | null;
|
|
52
|
+
} & import("@ngrx/store").Action<string>>;
|
|
53
|
+
export declare const setFreezeFrame: import("@ngrx/store").ActionCreator<string, (props: {
|
|
54
|
+
dataUrl: string | null;
|
|
55
|
+
progress: number | null;
|
|
56
|
+
}) => {
|
|
57
|
+
dataUrl: string | null;
|
|
58
|
+
progress: number | null;
|
|
59
|
+
} & import("@ngrx/store").Action<string>>;
|
|
60
|
+
export declare const setUnrealVersion: import("@ngrx/store").ActionCreator<string, (props: {
|
|
61
|
+
version: string;
|
|
62
|
+
}) => {
|
|
63
|
+
version: string;
|
|
64
|
+
} & import("@ngrx/store").Action<string>>;
|
|
65
|
+
export declare const setStreamClientCompanyId: import("@ngrx/store").ActionCreator<string, (props: {
|
|
66
|
+
id: string;
|
|
67
|
+
}) => {
|
|
68
|
+
id: string;
|
|
69
|
+
} & import("@ngrx/store").Action<string>>;
|
|
70
|
+
export declare const setStreamViewId: import("@ngrx/store").ActionCreator<string, (props: {
|
|
71
|
+
id: string;
|
|
72
|
+
}) => {
|
|
73
|
+
id: string;
|
|
74
|
+
} & import("@ngrx/store").Action<string>>;
|
|
75
|
+
export declare const setIntroImageSrc: import("@ngrx/store").ActionCreator<string, (props: {
|
|
76
|
+
src: string;
|
|
77
|
+
}) => {
|
|
78
|
+
src: string;
|
|
79
|
+
} & import("@ngrx/store").Action<string>>;
|
|
80
|
+
export declare const setLoadingImageSrc: import("@ngrx/store").ActionCreator<string, (props: {
|
|
81
|
+
src: string;
|
|
82
|
+
}) => {
|
|
83
|
+
src: string;
|
|
84
|
+
} & import("@ngrx/store").Action<string>>;
|
|
85
|
+
export declare const setIntroVideoSrc: import("@ngrx/store").ActionCreator<string, (props: {
|
|
86
|
+
src: string;
|
|
87
|
+
}) => {
|
|
88
|
+
src: string;
|
|
89
|
+
} & import("@ngrx/store").Action<string>>;
|
|
90
|
+
export declare const resetIntroSrc: import("@ngrx/store").ActionCreator<string, () => import("@ngrx/store").Action<string>>;
|
|
91
|
+
export declare const setFreezeFrameFromVideo: import("@ngrx/store").ActionCreator<string, (props: {
|
|
92
|
+
dataUrl: string | null;
|
|
93
|
+
progress: number | null;
|
|
94
|
+
}) => {
|
|
95
|
+
dataUrl: string | null;
|
|
96
|
+
progress: number | null;
|
|
97
|
+
} & import("@ngrx/store").Action<string>>;
|
|
98
|
+
export declare const setEstablishingConnection: import("@ngrx/store").ActionCreator<string, (props: {
|
|
99
|
+
value: boolean;
|
|
100
|
+
}) => {
|
|
101
|
+
value: boolean;
|
|
102
|
+
} & import("@ngrx/store").Action<string>>;
|
|
103
|
+
export declare const setDataChannelConnected: import("@ngrx/store").ActionCreator<string, (props: {
|
|
104
|
+
value: boolean;
|
|
105
|
+
}) => {
|
|
106
|
+
value: boolean;
|
|
107
|
+
} & import("@ngrx/store").Action<string>>;
|
|
108
|
+
export declare const setConfig: import("@ngrx/store").ActionCreator<string, (props: {
|
|
109
|
+
config: Partial<StreamConfig>;
|
|
110
|
+
}) => {
|
|
111
|
+
config: Partial<StreamConfig>;
|
|
112
|
+
} & import("@ngrx/store").Action<string>>;
|
|
113
|
+
export declare const setErrorMessage: import("@ngrx/store").ActionCreator<string, (props: {
|
|
114
|
+
errorType: UnrealErrorType;
|
|
115
|
+
message: string;
|
|
116
|
+
}) => {
|
|
117
|
+
errorType: UnrealErrorType;
|
|
118
|
+
message: string;
|
|
119
|
+
} & import("@ngrx/store").Action<string>>;
|
|
120
|
+
export declare const setViewportReady: import("@ngrx/store").ActionCreator<string, (props: {
|
|
121
|
+
value: boolean;
|
|
122
|
+
}) => {
|
|
123
|
+
value: boolean;
|
|
124
|
+
} & import("@ngrx/store").Action<string>>;
|
|
125
|
+
export declare const changeStreamResolutionAction: import("@ngrx/store").ActionCreator<string, (props: {
|
|
126
|
+
width: number | null;
|
|
127
|
+
height: number | null;
|
|
128
|
+
}) => {
|
|
129
|
+
width: number | null;
|
|
130
|
+
height: number | null;
|
|
131
|
+
} & import("@ngrx/store").Action<string>>;
|
|
132
|
+
export declare const changeStreamResolutionSuccessAction: import("@ngrx/store").ActionCreator<string, (props: {
|
|
133
|
+
width: number | null;
|
|
134
|
+
height: number | null;
|
|
135
|
+
}) => {
|
|
136
|
+
width: number | null;
|
|
137
|
+
height: number | null;
|
|
138
|
+
} & import("@ngrx/store").Action<string>>;
|
|
139
|
+
export declare const setSignalingName: import("@ngrx/store").ActionCreator<string, (props: {
|
|
140
|
+
instanceName: string;
|
|
141
|
+
}) => {
|
|
142
|
+
instanceName: string;
|
|
143
|
+
} & import("@ngrx/store").Action<string>>;
|
|
144
|
+
export declare const updateCirrusInfo: import("@ngrx/store").ActionCreator<string, (props: {
|
|
145
|
+
ssInfo: string;
|
|
146
|
+
ssData: SignalingData;
|
|
147
|
+
}) => {
|
|
148
|
+
ssInfo: string;
|
|
149
|
+
ssData: SignalingData;
|
|
150
|
+
} & import("@ngrx/store").Action<string>>;
|
|
151
|
+
export declare const commandStarted: import("@ngrx/store").ActionCreator<string, (props: {
|
|
152
|
+
id: string;
|
|
153
|
+
command: MetaBoxCommand;
|
|
154
|
+
}) => {
|
|
155
|
+
id: string;
|
|
156
|
+
command: MetaBoxCommand;
|
|
157
|
+
} & import("@ngrx/store").Action<string>>;
|
|
158
|
+
export declare const commandCompleted: import("@ngrx/store").ActionCreator<string, (props: {
|
|
159
|
+
id: string;
|
|
160
|
+
}) => {
|
|
161
|
+
id: string;
|
|
162
|
+
} & import("@ngrx/store").Action<string>>;
|
|
163
|
+
export declare const setLoopBackCommandIsCompleted: import("@ngrx/store").ActionCreator<string, () => import("@ngrx/store").Action<string>>;
|
|
164
|
+
export declare const initShowcase: import("@ngrx/store").ActionCreator<string, (props: {
|
|
165
|
+
sceneId: string;
|
|
166
|
+
}) => {
|
|
167
|
+
sceneId: string;
|
|
168
|
+
} & import("@ngrx/store").Action<string>>;
|
|
169
|
+
export declare const stopShowcase: import("@ngrx/store").ActionCreator<string, (props: {
|
|
170
|
+
isResetSceneId: boolean;
|
|
171
|
+
}) => {
|
|
172
|
+
isResetSceneId: boolean;
|
|
173
|
+
} & import("@ngrx/store").Action<string>>;
|
|
174
|
+
export declare const playPauseShowcase: import("@ngrx/store").ActionCreator<string, (props: {
|
|
175
|
+
showcase: ShowCaseStatusValues;
|
|
176
|
+
}) => {
|
|
177
|
+
showcase: ShowCaseStatusValues;
|
|
178
|
+
} & import("@ngrx/store").Action<string>>;
|
|
179
|
+
export declare const showUnrealErrorMessage: import("@ngrx/store").ActionCreator<string, (props: {
|
|
180
|
+
code: number | null;
|
|
181
|
+
}) => {
|
|
182
|
+
code: number | null;
|
|
183
|
+
} & import("@ngrx/store").Action<string>>;
|
|
184
|
+
export declare const getPdfAction: import("@ngrx/store").ActionCreator<string, () => import("@ngrx/store").Action<string>>;
|
|
185
|
+
export declare const getPdfActionSuccess: import("@ngrx/store").ActionCreator<string, (props: {
|
|
186
|
+
content: PdfContent;
|
|
187
|
+
}) => {
|
|
188
|
+
content: PdfContent;
|
|
189
|
+
} & import("@ngrx/store").Action<string>>;
|
|
190
|
+
export declare const getPdfActionFinalize: import("@ngrx/store").ActionCreator<string, () => import("@ngrx/store").Action<string>>;
|
|
191
|
+
export declare const initSignalling: import("@ngrx/store").ActionCreator<string, () => import("@ngrx/store").Action<string>>;
|
|
192
|
+
export declare const resetConfig: import("@ngrx/store").ActionCreator<string, () => import("@ngrx/store").Action<string>>;
|
|
193
|
+
export declare const resetAfkAction: import("@ngrx/store").ActionCreator<string, () => import("@ngrx/store").Action<string>>;
|
|
194
|
+
export declare const resetWarnTimeout: import("@ngrx/store").ActionCreator<string, () => import("@ngrx/store").Action<string>>;
|
|
195
|
+
export declare const resetUnrealStateAction: import("@ngrx/store").ActionCreator<string, () => import("@ngrx/store").Action<string>>;
|
|
196
|
+
export declare const resetUnrealState: import("@ngrx/store").ActionCreator<string, () => import("@ngrx/store").Action<string>>;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class UnrealEffects {
|
|
3
|
+
private dialog;
|
|
4
|
+
private http;
|
|
5
|
+
private store;
|
|
6
|
+
private isDevMode;
|
|
7
|
+
private unrealInitialConfig;
|
|
8
|
+
private actions$;
|
|
9
|
+
private player;
|
|
10
|
+
private signallingService;
|
|
11
|
+
private scrollStrategy;
|
|
12
|
+
private commandsSender;
|
|
13
|
+
private videoStatGenerator;
|
|
14
|
+
cirrusDisconnectEffect$: import("rxjs").Observable<import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
15
|
+
destroyConnections$: import("rxjs").Observable<{
|
|
16
|
+
disconnectReason: import("../interfaces/disconnect-reasons").DisconnectType;
|
|
17
|
+
} & import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
18
|
+
resetState$: import("rxjs").Observable<import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
19
|
+
destroyRemoteConnections$: import("rxjs").Observable<{
|
|
20
|
+
disconnectReason: import("../interfaces/disconnect-reasons").DisconnectType;
|
|
21
|
+
} & import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
22
|
+
changeStreamResolution$: import("rxjs").Observable<{
|
|
23
|
+
width: number | null;
|
|
24
|
+
height: number | null;
|
|
25
|
+
} & import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
26
|
+
forceLBMOff$: import("rxjs").Observable<{
|
|
27
|
+
lowBandwidth: boolean;
|
|
28
|
+
stats?: import("@3dsource/angular-unreal-module").LBMStats;
|
|
29
|
+
} & import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
30
|
+
resetFreezeFrameOnLowBandwidthTriggered$: import("rxjs").Observable<{
|
|
31
|
+
dataUrl: string | null;
|
|
32
|
+
progress: number | null;
|
|
33
|
+
} & import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
34
|
+
sendLbmStat$: import("rxjs").Subscription;
|
|
35
|
+
resetAfk$: import("rxjs").Observable<import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
36
|
+
resetFreezeFrameOnViewportDestroy$: import("rxjs").Observable<{
|
|
37
|
+
dataUrl: string | null;
|
|
38
|
+
progress: number | null;
|
|
39
|
+
} & import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
40
|
+
setMaxFps$: import("rxjs").Observable<{
|
|
41
|
+
maxFps: number;
|
|
42
|
+
} & import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
43
|
+
webrtcErrorModalComponent$: import("rxjs").Observable<[arg: {
|
|
44
|
+
errorType: import("@3dsource/angular-unreal-module").UnrealErrorType;
|
|
45
|
+
message: string;
|
|
46
|
+
} & import("@ngrx/store").Action<string>, boolean]> & import("@ngrx/effects").CreateEffectMetadata;
|
|
47
|
+
resetAfkAction$: import("rxjs").Observable<import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
48
|
+
lowBandSlideshow$: import("rxjs").Observable<import("../helpers/CommandObserver").ObservedCallbackResponse<import("@struct").FFreezeFrameCommand>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
49
|
+
setDataChannelTimeoutCheck$: import("rxjs").Observable<{
|
|
50
|
+
disconnectReason: import("../interfaces/disconnect-reasons").DisconnectType;
|
|
51
|
+
} & import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
52
|
+
destroyConnectionAndRestart$: import("rxjs").Observable<import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
53
|
+
showUnrealError$: import("rxjs").Observable<{
|
|
54
|
+
code: number | null;
|
|
55
|
+
} & import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
56
|
+
initAppBySetDataChannelConnected$: import("rxjs").Observable<import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
57
|
+
setViewportReadyBySetLoopBackCommandIsCompleted$: import("rxjs").Observable<{
|
|
58
|
+
value: boolean;
|
|
59
|
+
} & import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
60
|
+
listenUnrealCallbackByInitSignalling$: import("rxjs").Observable<{
|
|
61
|
+
id: string;
|
|
62
|
+
} & import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
63
|
+
setConfigByInitSignalling$: import("rxjs").Observable<{
|
|
64
|
+
config: Partial<import("@3dsource/angular-unreal-module").StreamConfig>;
|
|
65
|
+
} & import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
66
|
+
setConfigByGetPdfAction$: import("rxjs").Observable<{
|
|
67
|
+
config: Partial<import("@3dsource/angular-unreal-module").StreamConfig>;
|
|
68
|
+
} & import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
69
|
+
stopShowcaseByGetPdfAction$: import("rxjs").Observable<{
|
|
70
|
+
isResetSceneId: boolean;
|
|
71
|
+
} & import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
72
|
+
resetWarnTimeoutByGetPdfActionFinalize$: import("rxjs").Observable<import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
73
|
+
initShowcaseByGetPdfActionFinalize$: import("rxjs").Observable<{
|
|
74
|
+
sceneId: string;
|
|
75
|
+
} & import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
76
|
+
changeShowcaseStatus$: import("rxjs").Observable<import("@ngrx/store").Action<string>> & import("@ngrx/effects").CreateEffectMetadata;
|
|
77
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UnrealEffects, never>;
|
|
78
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UnrealEffects>;
|
|
79
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export declare const unrealFeature: {
|
|
2
|
+
name: "unrealFeature";
|
|
3
|
+
reducer: import("@ngrx/store").ActionReducer<import("./unreal.reducer").UnrealState, import("@ngrx/store").Action<string>>;
|
|
4
|
+
selectUnrealFeatureState: import("@ngrx/store").MemoizedSelector<Record<string, any>, import("./unreal.reducer").UnrealState, (featureState: import("./unreal.reducer").UnrealState) => import("./unreal.reducer").UnrealState>;
|
|
5
|
+
selectFreezeFrame: import("@ngrx/store").MemoizedSelector<Record<string, any>, import("@3dsource/angular-unreal-module").FreezeFrameMessage, (featureState: import("./unreal.reducer").UnrealState) => import("@3dsource/angular-unreal-module").FreezeFrameMessage>;
|
|
6
|
+
selectLowBandwidth: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (featureState: import("./unreal.reducer").UnrealState) => boolean>;
|
|
7
|
+
selectDisconnectReason: import("@ngrx/store").MemoizedSelector<Record<string, any>, import("@3dsource/angular-unreal-module").DisconnectType, (featureState: import("./unreal.reducer").UnrealState) => import("@3dsource/angular-unreal-module").DisconnectType>;
|
|
8
|
+
selectIsVideoPlaying: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (featureState: import("./unreal.reducer").UnrealState) => boolean>;
|
|
9
|
+
selectSsInfo: import("@ngrx/store").MemoizedSelector<Record<string, any>, string | null, (featureState: import("./unreal.reducer").UnrealState) => string | null>;
|
|
10
|
+
selectSsData: import("@ngrx/store").MemoizedSelector<Record<string, any>, import("@3dsource/angular-unreal-module").SignalingData | null, (featureState: import("./unreal.reducer").UnrealState) => import("@3dsource/angular-unreal-module").SignalingData | null>;
|
|
11
|
+
selectLowBandwidthStats: import("@ngrx/store").MemoizedSelector<Record<string, any>, import("@3dsource/angular-unreal-module").LBMStats | undefined, (featureState: import("./unreal.reducer").UnrealState) => import("@3dsource/angular-unreal-module").LBMStats | undefined>;
|
|
12
|
+
selectStreamConfig: import("@ngrx/store").MemoizedSelector<Record<string, any>, import("@3dsource/angular-unreal-module").StreamConfig, (featureState: import("./unreal.reducer").UnrealState) => import("@3dsource/angular-unreal-module").StreamConfig>;
|
|
13
|
+
selectAwsInstance: import("@ngrx/store").MemoizedSelector<Record<string, any>, import("@3dsource/angular-unreal-module").AwsInstance, (featureState: import("./unreal.reducer").UnrealState) => import("@3dsource/angular-unreal-module").AwsInstance>;
|
|
14
|
+
selectWasInitialized: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (featureState: import("./unreal.reducer").UnrealState) => boolean>;
|
|
15
|
+
selectIsFirstSuccessLoad: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (featureState: import("./unreal.reducer").UnrealState) => boolean>;
|
|
16
|
+
selectCirrusConnected: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (featureState: import("./unreal.reducer").UnrealState) => boolean>;
|
|
17
|
+
selectViewportReady: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (featureState: import("./unreal.reducer").UnrealState) => boolean>;
|
|
18
|
+
selectFreezeFrameFromVideo: import("@ngrx/store").MemoizedSelector<Record<string, any>, import("@3dsource/angular-unreal-module").FreezeFrameMessage, (featureState: import("./unreal.reducer").UnrealState) => import("@3dsource/angular-unreal-module").FreezeFrameMessage>;
|
|
19
|
+
selectStatusMessage: import("@ngrx/store").MemoizedSelector<Record<string, any>, string | null, (featureState: import("./unreal.reducer").UnrealState) => string | null>;
|
|
20
|
+
selectStatusPercentSignallingServer: import("@ngrx/store").MemoizedSelector<Record<string, any>, number | null, (featureState: import("./unreal.reducer").UnrealState) => number | null>;
|
|
21
|
+
selectErrorMessage: import("@ngrx/store").MemoizedSelector<Record<string, any>, import("@3dsource/angular-unreal-module").UnrealError | null, (featureState: import("./unreal.reducer").UnrealState) => import("@3dsource/angular-unreal-module").UnrealError | null>;
|
|
22
|
+
selectDataChannelConnected: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (featureState: import("./unreal.reducer").UnrealState) => boolean>;
|
|
23
|
+
selectStreamResolution: import("@ngrx/store").MemoizedSelector<Record<string, any>, import("@3dsource/angular-unreal-module").StreamResolutionProps, (featureState: import("./unreal.reducer").UnrealState) => import("@3dsource/angular-unreal-module").StreamResolutionProps>;
|
|
24
|
+
selectIsPdfGenerating: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (featureState: import("./unreal.reducer").UnrealState) => boolean>;
|
|
25
|
+
selectShowCaseStatus: import("@ngrx/store").MemoizedSelector<Record<string, any>, import("../components/show-case/interfaces/showcase-status").ShowCaseStatusValues, (featureState: import("./unreal.reducer").UnrealState) => import("../components/show-case/interfaces/showcase-status").ShowCaseStatusValues>;
|
|
26
|
+
selectShowCaseSceneId: import("@ngrx/store").MemoizedSelector<Record<string, any>, string | null, (featureState: import("./unreal.reducer").UnrealState) => string | null>;
|
|
27
|
+
selectEstablishingConnection: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (featureState: import("./unreal.reducer").UnrealState) => boolean>;
|
|
28
|
+
selectLoaderCommands: import("@ngrx/store").MemoizedSelector<Record<string, any>, import("./unreal.reducer").CommandsLoaderState, (featureState: import("./unreal.reducer").UnrealState) => import("./unreal.reducer").CommandsLoaderState>;
|
|
29
|
+
selectUnrealVersion: import("@ngrx/store").MemoizedSelector<Record<string, any>, string | null, (featureState: import("./unreal.reducer").UnrealState) => string | null>;
|
|
30
|
+
selectStreamClientCompanyId: import("@ngrx/store").MemoizedSelector<Record<string, any>, string | null, (featureState: import("./unreal.reducer").UnrealState) => string | null>;
|
|
31
|
+
selectStreamViewId: import("@ngrx/store").MemoizedSelector<Record<string, any>, string | null, (featureState: import("./unreal.reducer").UnrealState) => string | null>;
|
|
32
|
+
selectVideoIntroSrc: import("@ngrx/store").MemoizedSelector<Record<string, any>, string | null, (featureState: import("./unreal.reducer").UnrealState) => string | null>;
|
|
33
|
+
selectImageIntroSrc: import("@ngrx/store").MemoizedSelector<Record<string, any>, string | null, (featureState: import("./unreal.reducer").UnrealState) => string | null>;
|
|
34
|
+
selectImageLoadingSrc: import("@ngrx/store").MemoizedSelector<Record<string, any>, string, (featureState: import("./unreal.reducer").UnrealState) => string>;
|
|
35
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import type { LBMStats } from '../interfaces/LBMStats';
|
|
2
|
+
import type { AwsInstance } from '../interfaces/unreal-internal-signal-events.interface';
|
|
3
|
+
import type { FreezeFrameMessage } from '../interfaces/freeze-frame-message.interface';
|
|
4
|
+
import type { SignalingData } from '../interfaces/SignalingData';
|
|
5
|
+
import type { UnrealError } from '../interfaces/errors.interface';
|
|
6
|
+
import type { StreamConfig } from '../interfaces/stream-config.interface';
|
|
7
|
+
import type { StreamResolutionProps } from '../interfaces/stream-resolution.interface';
|
|
8
|
+
import type { DisconnectType } from '../interfaces/disconnect-reasons';
|
|
9
|
+
import type { MetaBoxCommand } from '@struct';
|
|
10
|
+
import type { ShowCaseStatusValues } from '../components/show-case/interfaces/showcase-status';
|
|
11
|
+
export interface CommandsLoaderState {
|
|
12
|
+
commandsInProgress: {
|
|
13
|
+
timeStamp: number;
|
|
14
|
+
command: MetaBoxCommand;
|
|
15
|
+
id: string;
|
|
16
|
+
}[];
|
|
17
|
+
totalCommandsStarted: number;
|
|
18
|
+
totalCommandsCompleted: number;
|
|
19
|
+
}
|
|
20
|
+
export interface UnrealState {
|
|
21
|
+
lowBandwidthStats: LBMStats | undefined;
|
|
22
|
+
streamConfig: StreamConfig;
|
|
23
|
+
awsInstance: AwsInstance;
|
|
24
|
+
lowBandwidth: boolean;
|
|
25
|
+
wasInitialized: boolean;
|
|
26
|
+
isFirstSuccessLoad: boolean;
|
|
27
|
+
cirrusConnected: boolean;
|
|
28
|
+
viewportReady: boolean;
|
|
29
|
+
freezeFrameFromVideo: FreezeFrameMessage;
|
|
30
|
+
freezeFrame: FreezeFrameMessage;
|
|
31
|
+
statusMessage: string | null;
|
|
32
|
+
/**
|
|
33
|
+
* @deprecated, use ssData in future
|
|
34
|
+
*/
|
|
35
|
+
ssInfo: string | null;
|
|
36
|
+
ssData: SignalingData | null;
|
|
37
|
+
statusPercentSignallingServer: number | null;
|
|
38
|
+
errorMessage: UnrealError | null;
|
|
39
|
+
dataChannelConnected: boolean;
|
|
40
|
+
streamResolution: StreamResolutionProps;
|
|
41
|
+
isVideoPlaying: boolean;
|
|
42
|
+
isPdfGenerating: boolean;
|
|
43
|
+
showCaseStatus: ShowCaseStatusValues;
|
|
44
|
+
showCaseSceneId: string | null;
|
|
45
|
+
establishingConnection: boolean;
|
|
46
|
+
disconnectReason: DisconnectType;
|
|
47
|
+
loaderCommands: CommandsLoaderState;
|
|
48
|
+
unrealVersion: string | null;
|
|
49
|
+
streamClientCompanyId: string | null;
|
|
50
|
+
streamViewId: string | null;
|
|
51
|
+
videoIntroSrc: string | null;
|
|
52
|
+
imageIntroSrc: string | null;
|
|
53
|
+
imageLoadingSrc: string;
|
|
54
|
+
}
|
|
55
|
+
export declare const initialState: UnrealState;
|
|
56
|
+
export declare const unrealReducer: import("@ngrx/store").ActionReducer<UnrealState, import("@ngrx/store").Action<string>>;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export declare const selectFreezeFrameDataUrlFromVideo: import("@ngrx/store").MemoizedSelector<Record<string, any>, string | null, (s1: import("@3dsource/angular-unreal-module").FreezeFrameMessage, s2: boolean) => string | null>;
|
|
2
|
+
export declare const selectFreezeFrameProgressMessageFromVideo: import("@ngrx/store").MemoizedSelector<Record<string, any>, number | null, (s1: import("@3dsource/angular-unreal-module").FreezeFrameMessage, s2: boolean) => number | null>;
|
|
3
|
+
export declare const selectFreezeFrameDataUrl: import("@ngrx/store").MemoizedSelector<Record<string, any>, string | null, (s1: import("@3dsource/angular-unreal-module").FreezeFrameMessage, s2: boolean) => string | null>;
|
|
4
|
+
export declare const selectIsFreezeFrameLoading: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (s1: import("@3dsource/angular-unreal-module").FreezeFrameMessage) => boolean>;
|
|
5
|
+
export declare const selectFreezeFrameCombinedDataUrl: import("@ngrx/store").MemoizedSelector<Record<string, any>, string | null, (s1: string | null, s2: string | null) => string | null>;
|
|
6
|
+
export declare const selectStreamConfig: import("@ngrx/store").MemoizedSelector<Record<string, any>, import("@3dsource/angular-unreal-module").StreamConfig, (s1: import("@3dsource/angular-unreal-module").StreamConfig) => import("@3dsource/angular-unreal-module").StreamConfig>;
|
|
7
|
+
export declare const selectWarnTimeout: import("@ngrx/store").MemoizedSelector<Record<string, any>, number, (s1: import("@3dsource/angular-unreal-module").StreamConfig) => number>;
|
|
8
|
+
export declare const selectMatchUrls: import("@ngrx/store").MemoizedSelector<Record<string, any>, string[], (s1: import("@3dsource/angular-unreal-module").StreamConfig) => string[]>;
|
|
9
|
+
export declare const selectIsAutostart: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (s1: import("@3dsource/angular-unreal-module").StreamConfig) => boolean>;
|
|
10
|
+
export declare const selectWsUrl: import("@ngrx/store").MemoizedSelector<Record<string, any>, string | null, (s1: import("@3dsource/angular-unreal-module").AwsInstance) => string | null>;
|
|
11
|
+
export declare const selectShowReconnectPopup: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (s1: boolean, s2: boolean, s3: boolean, s4: string | null, s5: string | null) => boolean>;
|
|
12
|
+
export declare const selectShowLoader: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (s1: boolean, s2: boolean, s3: import("@3dsource/angular-unreal-module").StreamConfig, s4: boolean) => boolean>;
|
|
13
|
+
export declare const selectIsShowShowcase: import("@ngrx/store").MemoizedSelector<Record<string, any>, string | true | null, (s1: import("../components/show-case/interfaces/showcase-status").ShowCaseStatusValues, s2: string | null) => string | true | null>;
|
|
14
|
+
export declare const selectShowcaseIsInit: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (s1: import("../components/show-case/interfaces/showcase-status").ShowCaseStatusValues) => boolean>;
|
|
15
|
+
export declare const selectShowcaseIsStopped: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (s1: import("../components/show-case/interfaces/showcase-status").ShowCaseStatusValues) => boolean>;
|
|
16
|
+
export declare const selectShowcaseIsPlayStatus: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (s1: import("../components/show-case/interfaces/showcase-status").ShowCaseStatusValues) => boolean>;
|
|
17
|
+
export declare const selectShowcaseIsPauseStatus: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (s1: import("../components/show-case/interfaces/showcase-status").ShowCaseStatusValues) => boolean>;
|
|
18
|
+
export declare const selectShowcaseIsPlaying: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (s1: boolean, s2: boolean) => boolean>;
|
|
19
|
+
export declare const selectIsVideoPlayingAndDataChannelConnected: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (s1: boolean, s2: boolean) => boolean>;
|
|
20
|
+
export declare const selectSignalingParameters: import("@ngrx/store").MemoizedSelector<Record<string, any>, string, (s1: import("@3dsource/angular-unreal-module").SignalingData | null, s2: import("@3dsource/angular-unreal-module").AwsInstance, s3: string | null) => string>;
|
|
21
|
+
export declare const selectLoaderCommands: import("@ngrx/store").MemoizedSelector<Record<string, any>, import("@3dsource/angular-unreal-module").CommandsLoaderState, (s1: import("@3dsource/angular-unreal-module").CommandsLoaderState) => import("@3dsource/angular-unreal-module").CommandsLoaderState>;
|
|
22
|
+
export declare const selectCommandsInProgress: import("@ngrx/store").MemoizedSelector<Record<string, any>, number, (s1: import("@3dsource/angular-unreal-module").CommandsLoaderState) => number>;
|
|
23
|
+
export declare const selectCommandProgress: import("@ngrx/store").MemoizedSelector<Record<string, any>, number, (s1: import("@3dsource/angular-unreal-module").CommandsLoaderState) => number>;
|
|
24
|
+
export declare const selectLastCommandInProgress: import("@ngrx/store").MemoizedSelector<Record<string, any>, {
|
|
25
|
+
timeStamp: number;
|
|
26
|
+
command: import("../constants/struct").MetaBoxCommand;
|
|
27
|
+
id: string;
|
|
28
|
+
} | null, (s1: import("@3dsource/angular-unreal-module").CommandsLoaderState) => {
|
|
29
|
+
timeStamp: number;
|
|
30
|
+
command: import("../constants/struct").MetaBoxCommand;
|
|
31
|
+
id: string;
|
|
32
|
+
} | null>;
|
|
33
|
+
/**
|
|
34
|
+
* Returns Scene load progress as a float value in between 0-1
|
|
35
|
+
*/
|
|
36
|
+
export declare const selectTotalProgress: import("@ngrx/store").MemoizedSelector<Record<string, any>, number, (s1: number | null, s2: number, s3: import("@3dsource/angular-unreal-module").AwsInstance) => number>;
|
package/package.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@3dsource/angular-unreal-module",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"sideEffects": false,
|
|
5
|
+
"dependencies": {
|
|
6
|
+
"tslib": "^2.8.1"
|
|
7
|
+
},
|
|
8
|
+
"peerDependencies": {
|
|
9
|
+
"@angular/common": "^19.2.0",
|
|
10
|
+
"@angular/core": "^19.2.0",
|
|
11
|
+
"@3dsource/utils": "^1.0.13",
|
|
12
|
+
"@source/ui-sdk": "^19.0.100",
|
|
13
|
+
"@ngrx/component-store": "^19.1.0",
|
|
14
|
+
"@ngrx/operators": "^19.1.0",
|
|
15
|
+
"@ngrx/effects": "^19.1.0",
|
|
16
|
+
"@ngrx/store": "^19.1.0",
|
|
17
|
+
"html2canvas": "^1.4.1",
|
|
18
|
+
"immer": "^10.1.1",
|
|
19
|
+
"jspdf": "^3.0.1",
|
|
20
|
+
"mixpanel-browser": "^2.64.0",
|
|
21
|
+
"@types/mixpanel-browser": "^2.54.0",
|
|
22
|
+
"ngrx-immer": "^3.0.0",
|
|
23
|
+
"dayjs": "^1.11.13"
|
|
24
|
+
},
|
|
25
|
+
"module": "fesm2022/3dsource-angular-unreal-module.mjs",
|
|
26
|
+
"typings": "index.d.ts",
|
|
27
|
+
"exports": {
|
|
28
|
+
"./package.json": {
|
|
29
|
+
"default": "./package.json"
|
|
30
|
+
},
|
|
31
|
+
".": {
|
|
32
|
+
"types": "./index.d.ts",
|
|
33
|
+
"default": "./fesm2022/3dsource-angular-unreal-module.mjs"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|