mediasfu-angular 2.2.1 → 2.2.3
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 +970 -40
- package/USAGE_COOKBOOK.md +202 -0
- package/dist/LICENSE +21 -0
- package/dist/README.md +970 -40
- package/dist/fesm2022/mediasfu-angular.mjs +30595 -16317
- package/dist/fesm2022/mediasfu-angular.mjs.map +1 -1
- package/dist/lib/@types/types.d.ts +28 -2
- package/dist/lib/@types/ui-overrides.types.d.ts +314 -0
- package/dist/lib/components/background-components/background-modal/background-modal.component.d.ts +1053 -5
- package/dist/lib/components/breakout-components/breakout-rooms-modal.component.d.ts +2126 -51
- package/dist/lib/components/breakout-components/edit-room-modal/edit-room-modal.component.d.ts +1587 -45
- package/dist/lib/components/breakout-components/room-list/room-list.component.d.ts +5 -1
- package/dist/lib/components/co-host-components/co-host-modal/co-host-modal.component.d.ts +1067 -56
- package/dist/lib/components/display-components/alert-component/alert.component.component.d.ts +98 -28
- package/dist/lib/components/display-components/audio-card/audio-card.component.d.ts +17 -7
- package/dist/lib/components/display-components/audio-grid/audio-grid.component.d.ts +591 -11
- package/dist/lib/components/display-components/card-video-display/card-video-display.component.d.ts +3 -0
- package/dist/lib/components/display-components/control-buttons-alt-component/control-buttons-alt-component.component.d.ts +1 -1
- package/dist/lib/components/display-components/control-buttons-component/control-buttons-component.component.d.ts +34 -2
- package/dist/lib/components/display-components/control-buttons-component-touch/control-buttons-component-touch.component.d.ts +19 -0
- package/dist/lib/components/display-components/control-widgets/control-icon-badge-widget.component.d.ts +13 -0
- package/dist/lib/components/display-components/control-widgets/menu-participants-widget.component.d.ts +1 -0
- package/dist/lib/components/display-components/control-widgets/menu-widget.component.d.ts +2 -2
- package/dist/lib/components/display-components/control-widgets/message-widget.component.d.ts +2 -2
- package/dist/lib/components/display-components/control-widgets/record-timer-widget.component.d.ts +2 -0
- package/dist/lib/components/display-components/control-widgets/screenshare-widget.component.d.ts +5 -3
- package/dist/lib/components/display-components/flexible-grid/flexible-grid.component.d.ts +617 -26
- package/dist/lib/components/display-components/flexible-video/flexible-video.component.d.ts +41 -1
- package/dist/lib/components/display-components/loading-modal/loading-modal.component.d.ts +2024 -10
- package/dist/lib/components/display-components/main-aspect-component/main-aspect-component.component.d.ts +6 -2
- package/dist/lib/components/display-components/main-container-component/main-container-component.component.d.ts +6 -2
- package/dist/lib/components/display-components/main-grid-component/main-grid-component.component.d.ts +507 -8
- package/dist/lib/components/display-components/main-screen-component/main-screen-component.component.d.ts +508 -7
- package/dist/lib/components/display-components/meeting-progress-timer/meeting-progress-timer.component.d.ts +18 -11
- package/dist/lib/components/display-components/mini-audio/mini-audio.component.d.ts +11 -3
- package/dist/lib/components/display-components/mini-card/mini-card.component.d.ts +1026 -999
- package/dist/lib/components/display-components/mini-card-audio/mini-card-audio.component.d.ts +9 -3
- package/dist/lib/components/display-components/other-grid-component/other-grid-component.component.d.ts +517 -1
- package/dist/lib/components/display-components/pagination/pagination.component.d.ts +34 -1
- package/dist/lib/components/display-components/sub-aspect-component/sub-aspect-component.component.d.ts +513 -2
- package/dist/lib/components/display-components/subtitle-overlay/subtitle-overlay.component.d.ts +6 -0
- package/dist/lib/components/display-components/video-card/video-card.component.d.ts +10 -6
- package/dist/lib/components/display-settings-components/display-settings-modal.component.d.ts +1108 -27
- package/dist/lib/components/event-settings-components/event-settings-modal/event-settings-modal.component.d.ts +1134 -49
- package/dist/lib/components/exit-components/confirm-exit-modal/confirm-exit-modal.component.d.ts +94 -32
- package/dist/lib/components/media-settings-components/media-settings-modal/media-settings-modal.component.d.ts +1123 -47
- package/dist/lib/components/mediasfu-components/mediasfu-broadcast.component.d.ts +2622 -4793
- package/dist/lib/components/mediasfu-components/mediasfu-chat.component.d.ts +602 -4140
- package/dist/lib/components/mediasfu-components/mediasfu-conference.component.d.ts +864 -5707
- package/dist/lib/components/mediasfu-components/mediasfu-generic.component.d.ts +2087 -6304
- package/dist/lib/components/mediasfu-components/mediasfu-webinar.component.d.ts +650 -5707
- package/dist/lib/components/menu-components/custom-buttons/custom-buttons.component.d.ts +26 -4
- package/dist/lib/components/menu-components/meeting-id-component/meeting-id-component.component.d.ts +80 -1
- package/dist/lib/components/menu-components/meeting-passcode-component/meeting-passcode-component.component.d.ts +46 -1
- package/dist/lib/components/menu-components/menu-modal/menu-modal.component.d.ts +706 -15
- package/dist/lib/components/menu-components/share-buttons-component/share-buttons-component.component.d.ts +49 -2
- package/dist/lib/components/message-components/messages-modal/messages-modal.component.d.ts +79 -16
- package/dist/lib/components/misc-components/confirm-here-modal/confirm-here-modal.component.d.ts +1113 -17
- package/dist/lib/components/misc-components/pre-join-page/pre-join-page.component.d.ts +4 -0
- package/dist/lib/components/misc-components/share-event-modal/share-event-modal.component.d.ts +1114 -29
- package/dist/lib/components/panelists-components/panelists-modal/panelists-modal.component.d.ts +73 -0
- package/dist/lib/components/participants-components/participants-modal/participants-modal.component.d.ts +1084 -6
- package/dist/lib/components/permissions-components/permissions-modal/permissions-modal.component.d.ts +89 -0
- package/dist/lib/components/polls-components/poll-modal/poll-modal.component.d.ts +1060 -21
- package/dist/lib/components/recording-components/recording-modal/recording-modal.component.d.ts +1055 -35
- package/dist/lib/components/requests-components/requests-modal/requests-modal.component.d.ts +1117 -45
- package/dist/lib/components/screenboard-components/screenboard-modal/screenboard-modal.component.d.ts +1059 -47
- package/dist/lib/components/translation-components/translation-settings-modal/translation-settings-modal.component.d.ts +124 -0
- package/dist/lib/components/waiting-components/waiting-room-modal.component.d.ts +1119 -46
- package/dist/lib/components/whiteboard-components/configure-whiteboard-modal/configure-whiteboard-modal.component.d.ts +2117 -22
- package/dist/lib/components/whiteboard-components/whiteboard/whiteboard.component.d.ts +3 -15
- package/dist/lib/consumers/add-videos-grid.service.d.ts +3 -0
- package/dist/lib/consumers/auto-adjust.service.d.ts +0 -11
- package/dist/lib/consumers/calculate-rows-and-columns.service.d.ts +0 -7
- package/dist/lib/consumers/change-vids.service.d.ts +1 -1
- package/dist/lib/consumers/check-permission.service.d.ts +4 -1
- package/dist/lib/consumers/check-screen-share.service.d.ts +0 -18
- package/dist/lib/consumers/compare-active-names.service.d.ts +0 -16
- package/dist/lib/consumers/compare-screen-states.service.d.ts +0 -18
- package/dist/lib/consumers/connect-ips.service.d.ts +5 -26
- package/dist/lib/consumers/connect-local-ips.service.d.ts +1 -28
- package/dist/lib/consumers/connect-recv-transport.service.d.ts +4 -1
- package/dist/lib/consumers/connect-send-transport-audio.service.d.ts +5 -1
- package/dist/lib/consumers/connect-send-transport-screen.service.d.ts +6 -1
- package/dist/lib/consumers/connect-send-transport-video.service.d.ts +6 -1
- package/dist/lib/consumers/connect-send-transport.service.d.ts +3 -1
- package/dist/lib/consumers/consumer-resume.service.d.ts +2 -1
- package/dist/lib/consumers/create-send-transport.service.d.ts +4 -1
- package/dist/lib/consumers/disconnect-send-transport-audio.service.d.ts +3 -1
- package/dist/lib/consumers/disconnect-send-transport-screen.service.d.ts +3 -1
- package/dist/lib/consumers/disconnect-send-transport-video.service.d.ts +3 -1
- package/dist/lib/consumers/disp-streams.service.d.ts +1 -110
- package/dist/lib/consumers/generate-page-content.service.d.ts +0 -17
- package/dist/lib/consumers/get-estimate.service.d.ts +0 -21
- package/dist/lib/consumers/mix-streams.service.d.ts +0 -19
- package/dist/lib/consumers/on-screen-changes.service.d.ts +1 -21
- package/dist/lib/consumers/prepopulate-user-media.service.d.ts +3 -0
- package/dist/lib/consumers/process-consumer-transports-audio.service.d.ts +1 -14
- package/dist/lib/consumers/process-consumer-transports.service.d.ts +3 -57
- package/dist/lib/consumers/re-update-inter.service.d.ts +1 -39
- package/dist/lib/consumers/reorder-streams.service.d.ts +1 -35
- package/dist/lib/consumers/resume-send-transport-audio.service.d.ts +3 -1
- package/dist/lib/consumers/signal-new-consumer-transport.service.d.ts +3 -1
- package/dist/lib/consumers/socket-receive-methods/join-consume-room.service.d.ts +5 -14
- package/dist/lib/consumers/socket-receive-methods/new-pipe-producer.service.d.ts +4 -14
- package/dist/lib/consumers/socket-receive-methods/producer-closed.service.d.ts +1 -8
- package/dist/lib/consumers/stream-success-audio-switch.service.d.ts +5 -1
- package/dist/lib/consumers/stream-success-audio.service.d.ts +3 -1
- package/dist/lib/consumers/stream-success-video.service.d.ts +5 -1
- package/dist/lib/consumers/translation-consumer-switch.service.d.ts +68 -0
- package/dist/lib/consumers/trigger.service.d.ts +0 -79
- package/dist/lib/consumers/update-mini-cards-grid.service.d.ts +0 -24
- package/dist/lib/directives/with-override.directive.d.ts +76 -0
- package/dist/lib/methods/background-methods/launch-background.service.d.ts +2 -5
- package/dist/lib/methods/breakout-room-methods/launch-breakout-rooms.service.d.ts +2 -5
- package/dist/lib/methods/co-host-methods/launch-co-host.service.d.ts +2 -5
- package/dist/lib/methods/co-host-methods/modify-co-host-settings.service.d.ts +1 -1
- package/dist/lib/methods/display-settings-methods/launch-display-settings.service.d.ts +2 -5
- package/dist/lib/methods/display-settings-methods/modify-display-settings.service.d.ts +2 -0
- package/dist/lib/methods/exit-methods/launch-confirm-exit.service.d.ts +2 -5
- package/dist/lib/methods/menu-methods/launch-menu-modal.service.d.ts +2 -5
- package/dist/lib/methods/message-methods/launch-messages.service.d.ts +2 -5
- package/dist/lib/methods/panelists-methods/add-panelist.service.d.ts +19 -0
- package/dist/lib/methods/panelists-methods/focus-panelists.service.d.ts +19 -0
- package/dist/lib/methods/panelists-methods/remove-panelist.service.d.ts +17 -0
- package/dist/lib/methods/participants-methods/launch-participants.service.d.ts +2 -5
- package/dist/lib/methods/permissions-methods/bulk-update-participant-permissions.service.d.ts +20 -0
- package/dist/lib/methods/permissions-methods/update-participant-permission.service.d.ts +19 -0
- package/dist/lib/methods/permissions-methods/update-permission-config.service.d.ts +29 -0
- package/dist/lib/methods/polls-methods/handle-create-poll.service.d.ts +1 -1
- package/dist/lib/methods/polls-methods/handle-end-poll.service.d.ts +1 -1
- package/dist/lib/methods/polls-methods/handle-vote-poll.service.d.ts +1 -1
- package/dist/lib/methods/polls-methods/poll-updated.service.d.ts +1 -1
- package/dist/lib/methods/recording-methods/check-pause-state.service.d.ts +1 -12
- package/dist/lib/methods/recording-methods/check-resume-state.service.d.ts +1 -11
- package/dist/lib/methods/recording-methods/confirm-recording.service.d.ts +0 -94
- package/dist/lib/methods/recording-methods/launch-recording.service.d.ts +1 -20
- package/dist/lib/methods/recording-methods/record-pause-timer.service.d.ts +1 -12
- package/dist/lib/methods/recording-methods/record-resume-timer.service.d.ts +0 -66
- package/dist/lib/methods/recording-methods/record-start-timer.service.d.ts +1 -33
- package/dist/lib/methods/recording-methods/record-update-timer.service.d.ts +1 -17
- package/dist/lib/methods/recording-methods/start-recording.service.d.ts +1 -92
- package/dist/lib/methods/recording-methods/stop-recording.service.d.ts +1 -42
- package/dist/lib/methods/recording-methods/update-recording.service.d.ts +1 -94
- package/dist/lib/methods/requests-methods/launch-requests.service.d.ts +2 -5
- package/dist/lib/methods/settings-methods/launch-settings.service.d.ts +2 -5
- package/dist/lib/methods/settings-methods/modify-settings.service.d.ts +1 -1
- package/dist/lib/methods/stream-methods/click-chat.service.d.ts +1 -1
- package/dist/lib/methods/utils/get-modal-position.util.d.ts +0 -3
- package/dist/lib/methods/utils/initial-values.util.d.ts +25 -3
- package/dist/lib/methods/utils/mini-audio-player/mini-audio-player.component.d.ts +11 -1
- package/dist/lib/methods/utils/producer/a-params.service.d.ts +2 -5
- package/dist/lib/methods/utils/producer/h-params.service.d.ts +2 -5
- package/dist/lib/methods/utils/producer/screen-params.service.d.ts +2 -5
- package/dist/lib/methods/utils/producer/v-params.service.d.ts +2 -5
- package/dist/lib/methods/utils/sound-player.service.d.ts +1 -1
- package/dist/lib/methods/utils/translation-languages.util.d.ts +341 -0
- package/dist/lib/methods/waiting-methods/launch-waiting.service.d.ts +2 -5
- package/dist/lib/methods/whiteboard-methods/capture-canvas-stream.service.d.ts +3 -1
- package/dist/lib/modern/display-components/modern-alert.component.d.ts +40 -0
- package/dist/lib/modern/display-components/modern-loading-modal.component.d.ts +37 -0
- package/dist/lib/modern/display-components/modern-meeting-progress-timer.component.d.ts +40 -0
- package/dist/lib/modern/display-components/modern-mini-card.component.d.ts +1064 -0
- package/dist/lib/modern/display-components/modern-pagination.component.d.ts +91 -0
- package/dist/lib/modern/display-components/modern-participants-counter-badge.component.d.ts +16 -0
- package/dist/lib/modern/modal-components/modern-co-host-modal.component.d.ts +63 -0
- package/dist/lib/modern/modal-components/modern-confirm-exit-modal.component.d.ts +42 -0
- package/dist/lib/modern/modal-components/modern-confirm-here-modal.component.d.ts +39 -0
- package/dist/lib/modern/modal-components/modern-display-settings-modal.component.d.ts +59 -0
- package/dist/lib/modern/modal-components/modern-event-settings-modal.component.d.ts +80 -0
- package/dist/lib/modern/modal-components/modern-media-settings-modal.component.d.ts +72 -0
- package/dist/lib/modern/modal-components/modern-menu-modal.component.d.ts +48 -0
- package/dist/lib/modern/modal-components/modern-messages-modal.component.d.ts +58 -0
- package/dist/lib/modern/modal-components/modern-participants-modal.component.d.ts +49 -0
- package/dist/lib/modern/modal-components/modern-poll-modal.component.d.ts +54 -0
- package/dist/lib/modern/modal-components/modern-recording-modal.component.d.ts +39 -0
- package/dist/lib/modern/modal-components/modern-requests-modal.component.d.ts +61 -0
- package/dist/lib/modern/modal-components/modern-share-event-modal.component.d.ts +39 -0
- package/dist/lib/modern/modal-components/modern-waiting-room-modal.component.d.ts +55 -0
- package/dist/lib/modern/primitives/modern-button.component.d.ts +10 -0
- package/dist/lib/modern/primitives/modern-entry-shell.component.d.ts +6 -0
- package/dist/lib/modern/primitives/modern-field.component.d.ts +32 -0
- package/dist/lib/modern/primitives/modern-sidebar-panel.component.d.ts +24 -0
- package/dist/lib/modern/primitives/modern-surface.component.d.ts +7 -0
- package/dist/lib/modern/utils/render-mode.utils.d.ts +3 -0
- package/dist/lib/producer-client/producer-client-emits/create-device-client.service.d.ts +4 -10
- package/dist/lib/producer-client/producer-client-emits/join-room-client.service.d.ts +0 -19
- package/dist/lib/producer-client/producer-client-emits/update-room-parameters-client.service.d.ts +8 -63
- package/dist/lib/producers/producer-emits/join-con-room.service.d.ts +3 -19
- package/dist/lib/producers/producer-emits/join-local-room.service.d.ts +3 -106
- package/dist/lib/producers/producer-emits/join-room.service.d.ts +0 -18
- package/dist/lib/producers/socket-receive-methods/added-as-panelist.service.d.ts +15 -0
- package/dist/lib/producers/socket-receive-methods/all-members-rest.service.d.ts +1 -90
- package/dist/lib/producers/socket-receive-methods/all-members.service.d.ts +1 -88
- package/dist/lib/producers/socket-receive-methods/control-media-host.service.d.ts +1 -66
- package/dist/lib/producers/socket-receive-methods/get-domains.service.d.ts +3 -1
- package/dist/lib/producers/socket-receive-methods/meeting-still-there.service.d.ts +1 -1
- package/dist/lib/producers/socket-receive-methods/panelist-focus-changed.service.d.ts +25 -0
- package/dist/lib/producers/socket-receive-methods/panelists-updated.service.d.ts +19 -0
- package/dist/lib/producers/socket-receive-methods/permission-config-updated.service.d.ts +15 -0
- package/dist/lib/producers/socket-receive-methods/permission-updated.service.d.ts +17 -0
- package/dist/lib/producers/socket-receive-methods/person-joined.service.d.ts +1 -1
- package/dist/lib/producers/socket-receive-methods/producer-media-paused.service.d.ts +0 -80
- package/dist/lib/producers/socket-receive-methods/producer-media-resumed.service.d.ts +1 -1
- package/dist/lib/producers/socket-receive-methods/receive-control-media.service.d.ts +21 -0
- package/dist/lib/producers/socket-receive-methods/recording-notice.service.d.ts +1 -5
- package/dist/lib/producers/socket-receive-methods/removed-from-panelists.service.d.ts +15 -0
- package/dist/lib/producers/socket-receive-methods/room-record-params.service.d.ts +1 -1
- package/dist/lib/producers/socket-receive-methods/translation-receive-methods.service.d.ts +20 -0
- package/dist/lib/services/live-subtitle.service.d.ts +15 -0
- package/dist/lib/services/ui-override-resolver.service.d.ts +91 -0
- package/dist/lib/sockets/socket-manager.service.d.ts +1 -2
- package/dist/public-api.d.ts +46 -1
- package/package.json +106 -95
- package/dist/lib/methods/utils/producer/video-capture-constraints.service.d.ts +0 -177
|
@@ -20,67 +20,125 @@ export interface WaitingRoomModalOptions {
|
|
|
20
20
|
position?: string;
|
|
21
21
|
backgroundColor?: string;
|
|
22
22
|
parameters: WaitingRoomModalParameters;
|
|
23
|
+
overlayStyle?: Partial<CSSStyleDeclaration>;
|
|
24
|
+
contentStyle?: Partial<CSSStyleDeclaration>;
|
|
25
|
+
customTemplate?: any;
|
|
23
26
|
onWaitingRoomItemPress?: RespondToWaitingType;
|
|
24
27
|
}
|
|
25
28
|
export type WaitingRoomModalType = (options: WaitingRoomModalOptions) => HTMLElement;
|
|
26
29
|
/**
|
|
27
|
-
*
|
|
30
|
+
* WaitingRoomModal - Modal for managing participants waiting to join the session
|
|
28
31
|
*
|
|
29
32
|
* @component
|
|
30
|
-
* @
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* @templateUrl ./waiting-room-modal.component.html
|
|
34
|
-
* @styleUrls ['./waiting-room-modal.component.css']
|
|
33
|
+
* @description
|
|
34
|
+
* Displays participants in the waiting room and allows host to admit or reject them.
|
|
35
|
+
* Provides filtering and batch admission capabilities.
|
|
35
36
|
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
* @property {Socket} socket - Socket instance for communication.
|
|
41
|
-
* @property {string} position - Position of the modal on the screen.
|
|
42
|
-
* @property {string} backgroundColor - Background color of the modal.
|
|
43
|
-
* @property {WaitingRoomModalParameters} parameters - Parameters for the waiting room modal.
|
|
44
|
-
* @property {function} onWaitingRoomClose - Function to call when the modal is closed.
|
|
45
|
-
* @property {function} onWaitingRoomFilterChange - Function to call when the filter value changes.
|
|
46
|
-
* @property {function} updateWaitingList - Function to update the waiting list.
|
|
47
|
-
* @property {function} onWaitingRoomItemPress - Function to call when an item in the waiting room is pressed.
|
|
37
|
+
* Supports three levels of customization:
|
|
38
|
+
* 1. **Basic Usage**: Use default modal UI with waiting participant list and admit/reject actions
|
|
39
|
+
* 2. **Style Customization**: Override modal appearance with overlayStyle and contentStyle
|
|
40
|
+
* 3. **Full Override**: Provide a custom template via customTemplate for complete control
|
|
48
41
|
*
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
*
|
|
42
|
+
* Key Features:
|
|
43
|
+
* - Waiting participant list with names
|
|
44
|
+
* - Admit/reject individual participants
|
|
45
|
+
* - Participant filtering by name
|
|
46
|
+
* - Real-time counter badge
|
|
47
|
+
* - Socket-based admission handling
|
|
54
48
|
*
|
|
55
|
-
* @
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
*
|
|
59
|
-
*
|
|
60
|
-
*
|
|
49
|
+
* @example
|
|
50
|
+
* Basic Usage:
|
|
51
|
+
* ```html
|
|
52
|
+
* <app-waiting-room-modal
|
|
53
|
+
* [isWaitingModalVisible]="showWaitingRoom"
|
|
54
|
+
* [waitingRoomCounter]="waitingCount"
|
|
55
|
+
* [waitingRoomList]="waitingParticipants"
|
|
56
|
+
* [roomName]="currentRoom"
|
|
57
|
+
* [socket]="socketInstance"
|
|
58
|
+
* [parameters]="waitingRoomParams"
|
|
59
|
+
* [onWaitingRoomClose]="closeWaitingRoom"
|
|
60
|
+
* [onWaitingRoomFilterChange]="filterWaiting"
|
|
61
|
+
* [updateWaitingList]="updateWaiting">
|
|
62
|
+
* </app-waiting-room-modal>
|
|
63
|
+
* ```
|
|
61
64
|
*
|
|
62
|
-
* @
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
+
* @example
|
|
66
|
+
* Style Customization:
|
|
67
|
+
* ```html
|
|
68
|
+
* <app-waiting-room-modal
|
|
69
|
+
* [isWaitingModalVisible]="showWaitingRoom"
|
|
70
|
+
* [waitingRoomCounter]="waitingCount"
|
|
71
|
+
* [waitingRoomList]="waitingParticipants"
|
|
72
|
+
* [roomName]="currentRoom"
|
|
73
|
+
* [socket]="socketInstance"
|
|
74
|
+
* [overlayStyle]="{
|
|
75
|
+
* backgroundColor: 'rgba(0, 0, 0, 0.9)'
|
|
76
|
+
* }"
|
|
77
|
+
* [contentStyle]="{
|
|
78
|
+
* backgroundColor: '#1e1e1e',
|
|
79
|
+
* borderRadius: '10px',
|
|
80
|
+
* border: '1px solid #4a90e2'
|
|
81
|
+
* }"
|
|
82
|
+
* [backgroundColor]="'#2c3e50'"
|
|
83
|
+
* [position]="'center'"
|
|
84
|
+
* [onWaitingRoomClose]="closeWaitingRoom"
|
|
85
|
+
* [updateWaitingList]="updateWaiting">
|
|
86
|
+
* </app-waiting-room-modal>
|
|
87
|
+
* ```
|
|
65
88
|
*
|
|
66
89
|
* @example
|
|
90
|
+
* Custom Template Override:
|
|
67
91
|
* ```html
|
|
68
92
|
* <app-waiting-room-modal
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
*
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
*
|
|
77
|
-
*
|
|
78
|
-
* [
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
*
|
|
93
|
+
* [isWaitingModalVisible]="showWaitingRoom"
|
|
94
|
+
* [customTemplate]="customWaitingTemplate"
|
|
95
|
+
* [onWaitingRoomClose]="closeWaitingRoom">
|
|
96
|
+
* </app-waiting-room-modal>
|
|
97
|
+
*
|
|
98
|
+
* <ng-template #customWaitingTemplate let-waitingList="waitingRoomList" let-onAdmit="onAdmit" let-onReject="onReject">
|
|
99
|
+
* <div class="custom-waiting-room">
|
|
100
|
+
* <h3>Waiting to Join ({{ waitingList.length }})</h3>
|
|
101
|
+
* <div *ngFor="let participant of waitingList" class="waiting-participant">
|
|
102
|
+
* <img [src]="participant.avatar" alt="avatar">
|
|
103
|
+
* <span>{{ participant.name }}</span>
|
|
104
|
+
* <button (click)="onAdmit(participant)" class="admit">Admit</button>
|
|
105
|
+
* <button (click)="onReject(participant)" class="reject">Reject</button>
|
|
106
|
+
* </div>
|
|
107
|
+
* </div>
|
|
108
|
+
* </ng-template>
|
|
82
109
|
* ```
|
|
83
110
|
*
|
|
111
|
+
* @selector app-waiting-room-modal
|
|
112
|
+
* @standalone true
|
|
113
|
+
* @imports CommonModule, FontAwesomeModule, FormsModule
|
|
114
|
+
*
|
|
115
|
+
* @input isWaitingModalVisible - Whether the modal is currently visible. Default: `false`
|
|
116
|
+
* @input onWaitingRoomClose - Callback function to close the modal. Default: `() => {}`
|
|
117
|
+
* @input waitingRoomCounter - Number of participants in waiting room (for badge). Default: `0`
|
|
118
|
+
* @input onWaitingRoomFilterChange - Callback when filter input changes. Default: `() => {}`
|
|
119
|
+
* @input waitingRoomList - Array of waiting participant objects. Default: `[]`
|
|
120
|
+
* @input updateWaitingList - Function to update the waiting list state. Default: `() => {}`
|
|
121
|
+
* @input roomName - Name of the room/session. Default: `''`
|
|
122
|
+
* @input socket - Socket.io client instance for real-time communication. Default: `undefined`
|
|
123
|
+
* @input position - Modal position on screen ('topRight', 'center', etc.). Default: `'topRight'`
|
|
124
|
+
* @input backgroundColor - Background color of the modal content. Default: `'#83c0e9'`
|
|
125
|
+
* @input parameters - Additional parameters including filtered waiting list. Default: `{}`
|
|
126
|
+
* @input onWaitingRoomItemPress - Callback when admit/reject action is pressed. Default: `respondToWaitingService.respondToWaiting`
|
|
127
|
+
* @input overlayStyle - Custom CSS styles for the modal overlay backdrop. Default: `undefined`
|
|
128
|
+
* @input contentStyle - Custom CSS styles for the modal content container. Default: `undefined`
|
|
129
|
+
* @input customTemplate - Custom TemplateRef to completely replace default modal template. Default: `undefined`
|
|
130
|
+
*
|
|
131
|
+
* @method ngOnInit - Initializes component and default styles
|
|
132
|
+
* @method ngOnChanges - Updates waiting list when inputs change
|
|
133
|
+
* @method updateParameters - Refreshes filtered waiting list from parameters
|
|
134
|
+
* @method handleModalClose - Closes modal via onWaitingRoomClose callback
|
|
135
|
+
* @method handleFilterChange - Filters waiting list based on search input
|
|
136
|
+
* @method handleItemPress - Handles admit/reject actions for waiting participants
|
|
137
|
+
* @method getCombinedOverlayStyle - Merges default and custom overlay styles
|
|
138
|
+
* @method getCombinedContentStyle - Merges default and custom content styles
|
|
139
|
+
* @getter modalContainerStyle - Returns computed overlay styles
|
|
140
|
+
* @getter modalContentStyle - Returns computed content styles
|
|
141
|
+
* @getter inputStyle - Returns filter input field styles
|
|
84
142
|
*/
|
|
85
143
|
export declare class WaitingRoomModal implements OnChanges, OnInit {
|
|
86
144
|
private respondToWaitingService;
|
|
@@ -96,6 +154,9 @@ export declare class WaitingRoomModal implements OnChanges, OnInit {
|
|
|
96
154
|
onWaitingRoomClose: () => void;
|
|
97
155
|
onWaitingRoomFilterChange: (value: string) => void;
|
|
98
156
|
updateWaitingList: (data: WaitingRoomParticipant[]) => void;
|
|
157
|
+
overlayStyle?: Partial<CSSStyleDeclaration>;
|
|
158
|
+
contentStyle?: Partial<CSSStyleDeclaration>;
|
|
159
|
+
customTemplate?: any;
|
|
99
160
|
onWaitingRoomItemPress: (data: RespondToWaitingOptions) => void;
|
|
100
161
|
faTimes: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
101
162
|
faCheck: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -139,6 +200,1018 @@ export declare class WaitingRoomModal implements OnChanges, OnInit {
|
|
|
139
200
|
fontSize: string;
|
|
140
201
|
marginBottom: string;
|
|
141
202
|
};
|
|
203
|
+
getCombinedOverlayStyle(): {
|
|
204
|
+
accentColor?: string;
|
|
205
|
+
alignContent?: string;
|
|
206
|
+
alignItems?: string;
|
|
207
|
+
alignSelf?: string;
|
|
208
|
+
alignmentBaseline?: string;
|
|
209
|
+
all?: string;
|
|
210
|
+
animation?: string;
|
|
211
|
+
animationComposition?: string;
|
|
212
|
+
animationDelay?: string;
|
|
213
|
+
animationDirection?: string;
|
|
214
|
+
animationDuration?: string;
|
|
215
|
+
animationFillMode?: string;
|
|
216
|
+
animationIterationCount?: string;
|
|
217
|
+
animationName?: string;
|
|
218
|
+
animationPlayState?: string;
|
|
219
|
+
animationTimingFunction?: string;
|
|
220
|
+
appearance?: string;
|
|
221
|
+
aspectRatio?: string;
|
|
222
|
+
backdropFilter?: string;
|
|
223
|
+
backfaceVisibility?: string;
|
|
224
|
+
background?: string;
|
|
225
|
+
backgroundAttachment?: string;
|
|
226
|
+
backgroundBlendMode?: string;
|
|
227
|
+
backgroundClip?: string;
|
|
228
|
+
backgroundColor: string;
|
|
229
|
+
backgroundImage?: string;
|
|
230
|
+
backgroundOrigin?: string;
|
|
231
|
+
backgroundPosition?: string;
|
|
232
|
+
backgroundPositionX?: string;
|
|
233
|
+
backgroundPositionY?: string;
|
|
234
|
+
backgroundRepeat?: string;
|
|
235
|
+
backgroundSize?: string;
|
|
236
|
+
baselineShift?: string;
|
|
237
|
+
baselineSource?: string;
|
|
238
|
+
blockSize?: string;
|
|
239
|
+
border?: string;
|
|
240
|
+
borderBlock?: string;
|
|
241
|
+
borderBlockColor?: string;
|
|
242
|
+
borderBlockEnd?: string;
|
|
243
|
+
borderBlockEndColor?: string;
|
|
244
|
+
borderBlockEndStyle?: string;
|
|
245
|
+
borderBlockEndWidth?: string;
|
|
246
|
+
borderBlockStart?: string;
|
|
247
|
+
borderBlockStartColor?: string;
|
|
248
|
+
borderBlockStartStyle?: string;
|
|
249
|
+
borderBlockStartWidth?: string;
|
|
250
|
+
borderBlockStyle?: string;
|
|
251
|
+
borderBlockWidth?: string;
|
|
252
|
+
borderBottom?: string;
|
|
253
|
+
borderBottomColor?: string;
|
|
254
|
+
borderBottomLeftRadius?: string;
|
|
255
|
+
borderBottomRightRadius?: string;
|
|
256
|
+
borderBottomStyle?: string;
|
|
257
|
+
borderBottomWidth?: string;
|
|
258
|
+
borderCollapse?: string;
|
|
259
|
+
borderColor?: string;
|
|
260
|
+
borderEndEndRadius?: string;
|
|
261
|
+
borderEndStartRadius?: string;
|
|
262
|
+
borderImage?: string;
|
|
263
|
+
borderImageOutset?: string;
|
|
264
|
+
borderImageRepeat?: string;
|
|
265
|
+
borderImageSlice?: string;
|
|
266
|
+
borderImageSource?: string;
|
|
267
|
+
borderImageWidth?: string;
|
|
268
|
+
borderInline?: string;
|
|
269
|
+
borderInlineColor?: string;
|
|
270
|
+
borderInlineEnd?: string;
|
|
271
|
+
borderInlineEndColor?: string;
|
|
272
|
+
borderInlineEndStyle?: string;
|
|
273
|
+
borderInlineEndWidth?: string;
|
|
274
|
+
borderInlineStart?: string;
|
|
275
|
+
borderInlineStartColor?: string;
|
|
276
|
+
borderInlineStartStyle?: string;
|
|
277
|
+
borderInlineStartWidth?: string;
|
|
278
|
+
borderInlineStyle?: string;
|
|
279
|
+
borderInlineWidth?: string;
|
|
280
|
+
borderLeft?: string;
|
|
281
|
+
borderLeftColor?: string;
|
|
282
|
+
borderLeftStyle?: string;
|
|
283
|
+
borderLeftWidth?: string;
|
|
284
|
+
borderRadius?: string;
|
|
285
|
+
borderRight?: string;
|
|
286
|
+
borderRightColor?: string;
|
|
287
|
+
borderRightStyle?: string;
|
|
288
|
+
borderRightWidth?: string;
|
|
289
|
+
borderSpacing?: string;
|
|
290
|
+
borderStartEndRadius?: string;
|
|
291
|
+
borderStartStartRadius?: string;
|
|
292
|
+
borderStyle?: string;
|
|
293
|
+
borderTop?: string;
|
|
294
|
+
borderTopColor?: string;
|
|
295
|
+
borderTopLeftRadius?: string;
|
|
296
|
+
borderTopRightRadius?: string;
|
|
297
|
+
borderTopStyle?: string;
|
|
298
|
+
borderTopWidth?: string;
|
|
299
|
+
borderWidth?: string;
|
|
300
|
+
bottom?: string;
|
|
301
|
+
boxShadow?: string;
|
|
302
|
+
boxSizing?: string;
|
|
303
|
+
breakAfter?: string;
|
|
304
|
+
breakBefore?: string;
|
|
305
|
+
breakInside?: string;
|
|
306
|
+
captionSide?: string;
|
|
307
|
+
caretColor?: string;
|
|
308
|
+
clear?: string;
|
|
309
|
+
clip?: string;
|
|
310
|
+
clipPath?: string;
|
|
311
|
+
clipRule?: string;
|
|
312
|
+
color?: string;
|
|
313
|
+
colorInterpolation?: string;
|
|
314
|
+
colorInterpolationFilters?: string;
|
|
315
|
+
colorScheme?: string;
|
|
316
|
+
columnCount?: string;
|
|
317
|
+
columnFill?: string;
|
|
318
|
+
columnGap?: string;
|
|
319
|
+
columnRule?: string;
|
|
320
|
+
columnRuleColor?: string;
|
|
321
|
+
columnRuleStyle?: string;
|
|
322
|
+
columnRuleWidth?: string;
|
|
323
|
+
columnSpan?: string;
|
|
324
|
+
columnWidth?: string;
|
|
325
|
+
columns?: string;
|
|
326
|
+
contain?: string;
|
|
327
|
+
containIntrinsicBlockSize?: string;
|
|
328
|
+
containIntrinsicHeight?: string;
|
|
329
|
+
containIntrinsicInlineSize?: string;
|
|
330
|
+
containIntrinsicSize?: string;
|
|
331
|
+
containIntrinsicWidth?: string;
|
|
332
|
+
container?: string;
|
|
333
|
+
containerName?: string;
|
|
334
|
+
containerType?: string;
|
|
335
|
+
content?: string;
|
|
336
|
+
contentVisibility?: string;
|
|
337
|
+
counterIncrement?: string;
|
|
338
|
+
counterReset?: string;
|
|
339
|
+
counterSet?: string;
|
|
340
|
+
cssFloat?: string;
|
|
341
|
+
cssText?: string;
|
|
342
|
+
cursor?: string;
|
|
343
|
+
cx?: string;
|
|
344
|
+
cy?: string;
|
|
345
|
+
d?: string;
|
|
346
|
+
direction?: string;
|
|
347
|
+
display: string;
|
|
348
|
+
dominantBaseline?: string;
|
|
349
|
+
emptyCells?: string;
|
|
350
|
+
fill?: string;
|
|
351
|
+
fillOpacity?: string;
|
|
352
|
+
fillRule?: string;
|
|
353
|
+
filter?: string;
|
|
354
|
+
flex?: string;
|
|
355
|
+
flexBasis?: string;
|
|
356
|
+
flexDirection?: string;
|
|
357
|
+
flexFlow?: string;
|
|
358
|
+
flexGrow?: string;
|
|
359
|
+
flexShrink?: string;
|
|
360
|
+
flexWrap?: string;
|
|
361
|
+
float?: string;
|
|
362
|
+
floodColor?: string;
|
|
363
|
+
floodOpacity?: string;
|
|
364
|
+
font?: string;
|
|
365
|
+
fontFamily?: string;
|
|
366
|
+
fontFeatureSettings?: string;
|
|
367
|
+
fontKerning?: string;
|
|
368
|
+
fontOpticalSizing?: string;
|
|
369
|
+
fontPalette?: string;
|
|
370
|
+
fontSize?: string;
|
|
371
|
+
fontSizeAdjust?: string;
|
|
372
|
+
fontStretch?: string;
|
|
373
|
+
fontStyle?: string;
|
|
374
|
+
fontSynthesis?: string;
|
|
375
|
+
fontSynthesisSmallCaps?: string;
|
|
376
|
+
fontSynthesisStyle?: string;
|
|
377
|
+
fontSynthesisWeight?: string;
|
|
378
|
+
fontVariant?: string;
|
|
379
|
+
fontVariantAlternates?: string;
|
|
380
|
+
fontVariantCaps?: string;
|
|
381
|
+
fontVariantEastAsian?: string;
|
|
382
|
+
fontVariantLigatures?: string;
|
|
383
|
+
fontVariantNumeric?: string;
|
|
384
|
+
fontVariantPosition?: string;
|
|
385
|
+
fontVariationSettings?: string;
|
|
386
|
+
fontWeight?: string;
|
|
387
|
+
forcedColorAdjust?: string;
|
|
388
|
+
gap?: string;
|
|
389
|
+
grid?: string;
|
|
390
|
+
gridArea?: string;
|
|
391
|
+
gridAutoColumns?: string;
|
|
392
|
+
gridAutoFlow?: string;
|
|
393
|
+
gridAutoRows?: string;
|
|
394
|
+
gridColumn?: string;
|
|
395
|
+
gridColumnEnd?: string;
|
|
396
|
+
gridColumnGap?: string;
|
|
397
|
+
gridColumnStart?: string;
|
|
398
|
+
gridGap?: string;
|
|
399
|
+
gridRow?: string;
|
|
400
|
+
gridRowEnd?: string;
|
|
401
|
+
gridRowGap?: string;
|
|
402
|
+
gridRowStart?: string;
|
|
403
|
+
gridTemplate?: string;
|
|
404
|
+
gridTemplateAreas?: string;
|
|
405
|
+
gridTemplateColumns?: string;
|
|
406
|
+
gridTemplateRows?: string;
|
|
407
|
+
height: string;
|
|
408
|
+
hyphenateCharacter?: string;
|
|
409
|
+
hyphens?: string;
|
|
410
|
+
imageOrientation?: string;
|
|
411
|
+
imageRendering?: string;
|
|
412
|
+
inlineSize?: string;
|
|
413
|
+
inset?: string;
|
|
414
|
+
insetBlock?: string;
|
|
415
|
+
insetBlockEnd?: string;
|
|
416
|
+
insetBlockStart?: string;
|
|
417
|
+
insetInline?: string;
|
|
418
|
+
insetInlineEnd?: string;
|
|
419
|
+
insetInlineStart?: string;
|
|
420
|
+
isolation?: string;
|
|
421
|
+
justifyContent?: string;
|
|
422
|
+
justifyItems?: string;
|
|
423
|
+
justifySelf?: string;
|
|
424
|
+
left: string;
|
|
425
|
+
length?: number;
|
|
426
|
+
letterSpacing?: string;
|
|
427
|
+
lightingColor?: string;
|
|
428
|
+
lineBreak?: string;
|
|
429
|
+
lineHeight?: string;
|
|
430
|
+
listStyle?: string;
|
|
431
|
+
listStyleImage?: string;
|
|
432
|
+
listStylePosition?: string;
|
|
433
|
+
listStyleType?: string;
|
|
434
|
+
margin?: string;
|
|
435
|
+
marginBlock?: string;
|
|
436
|
+
marginBlockEnd?: string;
|
|
437
|
+
marginBlockStart?: string;
|
|
438
|
+
marginBottom?: string;
|
|
439
|
+
marginInline?: string;
|
|
440
|
+
marginInlineEnd?: string;
|
|
441
|
+
marginInlineStart?: string;
|
|
442
|
+
marginLeft?: string;
|
|
443
|
+
marginRight?: string;
|
|
444
|
+
marginTop?: string;
|
|
445
|
+
marker?: string;
|
|
446
|
+
markerEnd?: string;
|
|
447
|
+
markerMid?: string;
|
|
448
|
+
markerStart?: string;
|
|
449
|
+
mask?: string;
|
|
450
|
+
maskClip?: string;
|
|
451
|
+
maskComposite?: string;
|
|
452
|
+
maskImage?: string;
|
|
453
|
+
maskMode?: string;
|
|
454
|
+
maskOrigin?: string;
|
|
455
|
+
maskPosition?: string;
|
|
456
|
+
maskRepeat?: string;
|
|
457
|
+
maskSize?: string;
|
|
458
|
+
maskType?: string;
|
|
459
|
+
mathDepth?: string;
|
|
460
|
+
mathStyle?: string;
|
|
461
|
+
maxBlockSize?: string;
|
|
462
|
+
maxHeight?: string;
|
|
463
|
+
maxInlineSize?: string;
|
|
464
|
+
maxWidth?: string;
|
|
465
|
+
minBlockSize?: string;
|
|
466
|
+
minHeight?: string;
|
|
467
|
+
minInlineSize?: string;
|
|
468
|
+
minWidth?: string;
|
|
469
|
+
mixBlendMode?: string;
|
|
470
|
+
objectFit?: string;
|
|
471
|
+
objectPosition?: string;
|
|
472
|
+
offset?: string;
|
|
473
|
+
offsetAnchor?: string;
|
|
474
|
+
offsetDistance?: string;
|
|
475
|
+
offsetPath?: string;
|
|
476
|
+
offsetPosition?: string;
|
|
477
|
+
offsetRotate?: string;
|
|
478
|
+
opacity?: string;
|
|
479
|
+
order?: string;
|
|
480
|
+
orphans?: string;
|
|
481
|
+
outline?: string;
|
|
482
|
+
outlineColor?: string;
|
|
483
|
+
outlineOffset?: string;
|
|
484
|
+
outlineStyle?: string;
|
|
485
|
+
outlineWidth?: string;
|
|
486
|
+
overflow?: string;
|
|
487
|
+
overflowAnchor?: string;
|
|
488
|
+
overflowClipMargin?: string;
|
|
489
|
+
overflowWrap?: string;
|
|
490
|
+
overflowX?: string;
|
|
491
|
+
overflowY?: string;
|
|
492
|
+
overscrollBehavior?: string;
|
|
493
|
+
overscrollBehaviorBlock?: string;
|
|
494
|
+
overscrollBehaviorInline?: string;
|
|
495
|
+
overscrollBehaviorX?: string;
|
|
496
|
+
overscrollBehaviorY?: string;
|
|
497
|
+
padding?: string;
|
|
498
|
+
paddingBlock?: string;
|
|
499
|
+
paddingBlockEnd?: string;
|
|
500
|
+
paddingBlockStart?: string;
|
|
501
|
+
paddingBottom?: string;
|
|
502
|
+
paddingInline?: string;
|
|
503
|
+
paddingInlineEnd?: string;
|
|
504
|
+
paddingInlineStart?: string;
|
|
505
|
+
paddingLeft?: string;
|
|
506
|
+
paddingRight?: string;
|
|
507
|
+
paddingTop?: string;
|
|
508
|
+
page?: string;
|
|
509
|
+
pageBreakAfter?: string;
|
|
510
|
+
pageBreakBefore?: string;
|
|
511
|
+
pageBreakInside?: string;
|
|
512
|
+
paintOrder?: string;
|
|
513
|
+
parentRule?: CSSRule | null;
|
|
514
|
+
perspective?: string;
|
|
515
|
+
perspectiveOrigin?: string;
|
|
516
|
+
placeContent?: string;
|
|
517
|
+
placeItems?: string;
|
|
518
|
+
placeSelf?: string;
|
|
519
|
+
pointerEvents?: string;
|
|
520
|
+
position: string;
|
|
521
|
+
printColorAdjust?: string;
|
|
522
|
+
quotes?: string;
|
|
523
|
+
r?: string;
|
|
524
|
+
resize?: string;
|
|
525
|
+
right?: string;
|
|
526
|
+
rotate?: string;
|
|
527
|
+
rowGap?: string;
|
|
528
|
+
rubyPosition?: string;
|
|
529
|
+
rx?: string;
|
|
530
|
+
ry?: string;
|
|
531
|
+
scale?: string;
|
|
532
|
+
scrollBehavior?: string;
|
|
533
|
+
scrollMargin?: string;
|
|
534
|
+
scrollMarginBlock?: string;
|
|
535
|
+
scrollMarginBlockEnd?: string;
|
|
536
|
+
scrollMarginBlockStart?: string;
|
|
537
|
+
scrollMarginBottom?: string;
|
|
538
|
+
scrollMarginInline?: string;
|
|
539
|
+
scrollMarginInlineEnd?: string;
|
|
540
|
+
scrollMarginInlineStart?: string;
|
|
541
|
+
scrollMarginLeft?: string;
|
|
542
|
+
scrollMarginRight?: string;
|
|
543
|
+
scrollMarginTop?: string;
|
|
544
|
+
scrollPadding?: string;
|
|
545
|
+
scrollPaddingBlock?: string;
|
|
546
|
+
scrollPaddingBlockEnd?: string;
|
|
547
|
+
scrollPaddingBlockStart?: string;
|
|
548
|
+
scrollPaddingBottom?: string;
|
|
549
|
+
scrollPaddingInline?: string;
|
|
550
|
+
scrollPaddingInlineEnd?: string;
|
|
551
|
+
scrollPaddingInlineStart?: string;
|
|
552
|
+
scrollPaddingLeft?: string;
|
|
553
|
+
scrollPaddingRight?: string;
|
|
554
|
+
scrollPaddingTop?: string;
|
|
555
|
+
scrollSnapAlign?: string;
|
|
556
|
+
scrollSnapStop?: string;
|
|
557
|
+
scrollSnapType?: string;
|
|
558
|
+
scrollbarColor?: string;
|
|
559
|
+
scrollbarGutter?: string;
|
|
560
|
+
scrollbarWidth?: string;
|
|
561
|
+
shapeImageThreshold?: string;
|
|
562
|
+
shapeMargin?: string;
|
|
563
|
+
shapeOutside?: string;
|
|
564
|
+
shapeRendering?: string;
|
|
565
|
+
stopColor?: string;
|
|
566
|
+
stopOpacity?: string;
|
|
567
|
+
stroke?: string;
|
|
568
|
+
strokeDasharray?: string;
|
|
569
|
+
strokeDashoffset?: string;
|
|
570
|
+
strokeLinecap?: string;
|
|
571
|
+
strokeLinejoin?: string;
|
|
572
|
+
strokeMiterlimit?: string;
|
|
573
|
+
strokeOpacity?: string;
|
|
574
|
+
strokeWidth?: string;
|
|
575
|
+
tabSize?: string;
|
|
576
|
+
tableLayout?: string;
|
|
577
|
+
textAlign?: string;
|
|
578
|
+
textAlignLast?: string;
|
|
579
|
+
textAnchor?: string;
|
|
580
|
+
textCombineUpright?: string;
|
|
581
|
+
textDecoration?: string;
|
|
582
|
+
textDecorationColor?: string;
|
|
583
|
+
textDecorationLine?: string;
|
|
584
|
+
textDecorationSkipInk?: string;
|
|
585
|
+
textDecorationStyle?: string;
|
|
586
|
+
textDecorationThickness?: string;
|
|
587
|
+
textEmphasis?: string;
|
|
588
|
+
textEmphasisColor?: string;
|
|
589
|
+
textEmphasisPosition?: string;
|
|
590
|
+
textEmphasisStyle?: string;
|
|
591
|
+
textIndent?: string;
|
|
592
|
+
textOrientation?: string;
|
|
593
|
+
textOverflow?: string;
|
|
594
|
+
textRendering?: string;
|
|
595
|
+
textShadow?: string;
|
|
596
|
+
textTransform?: string;
|
|
597
|
+
textUnderlineOffset?: string;
|
|
598
|
+
textUnderlinePosition?: string;
|
|
599
|
+
textWrap?: string;
|
|
600
|
+
textWrapMode?: string;
|
|
601
|
+
textWrapStyle?: string;
|
|
602
|
+
top: string;
|
|
603
|
+
touchAction?: string;
|
|
604
|
+
transform?: string;
|
|
605
|
+
transformBox?: string;
|
|
606
|
+
transformOrigin?: string;
|
|
607
|
+
transformStyle?: string;
|
|
608
|
+
transition?: string;
|
|
609
|
+
transitionBehavior?: string;
|
|
610
|
+
transitionDelay?: string;
|
|
611
|
+
transitionDuration?: string;
|
|
612
|
+
transitionProperty?: string;
|
|
613
|
+
transitionTimingFunction?: string;
|
|
614
|
+
translate?: string;
|
|
615
|
+
unicodeBidi?: string;
|
|
616
|
+
userSelect?: string;
|
|
617
|
+
vectorEffect?: string;
|
|
618
|
+
verticalAlign?: string;
|
|
619
|
+
visibility?: string;
|
|
620
|
+
webkitAlignContent?: string;
|
|
621
|
+
webkitAlignItems?: string;
|
|
622
|
+
webkitAlignSelf?: string;
|
|
623
|
+
webkitAnimation?: string;
|
|
624
|
+
webkitAnimationDelay?: string;
|
|
625
|
+
webkitAnimationDirection?: string;
|
|
626
|
+
webkitAnimationDuration?: string;
|
|
627
|
+
webkitAnimationFillMode?: string;
|
|
628
|
+
webkitAnimationIterationCount?: string;
|
|
629
|
+
webkitAnimationName?: string;
|
|
630
|
+
webkitAnimationPlayState?: string;
|
|
631
|
+
webkitAnimationTimingFunction?: string;
|
|
632
|
+
webkitAppearance?: string;
|
|
633
|
+
webkitBackfaceVisibility?: string;
|
|
634
|
+
webkitBackgroundClip?: string;
|
|
635
|
+
webkitBackgroundOrigin?: string;
|
|
636
|
+
webkitBackgroundSize?: string;
|
|
637
|
+
webkitBorderBottomLeftRadius?: string;
|
|
638
|
+
webkitBorderBottomRightRadius?: string;
|
|
639
|
+
webkitBorderRadius?: string;
|
|
640
|
+
webkitBorderTopLeftRadius?: string;
|
|
641
|
+
webkitBorderTopRightRadius?: string;
|
|
642
|
+
webkitBoxAlign?: string;
|
|
643
|
+
webkitBoxFlex?: string;
|
|
644
|
+
webkitBoxOrdinalGroup?: string;
|
|
645
|
+
webkitBoxOrient?: string;
|
|
646
|
+
webkitBoxPack?: string;
|
|
647
|
+
webkitBoxShadow?: string;
|
|
648
|
+
webkitBoxSizing?: string;
|
|
649
|
+
webkitFilter?: string;
|
|
650
|
+
webkitFlex?: string;
|
|
651
|
+
webkitFlexBasis?: string;
|
|
652
|
+
webkitFlexDirection?: string;
|
|
653
|
+
webkitFlexFlow?: string;
|
|
654
|
+
webkitFlexGrow?: string;
|
|
655
|
+
webkitFlexShrink?: string;
|
|
656
|
+
webkitFlexWrap?: string;
|
|
657
|
+
webkitJustifyContent?: string;
|
|
658
|
+
webkitLineClamp?: string;
|
|
659
|
+
webkitMask?: string;
|
|
660
|
+
webkitMaskBoxImage?: string;
|
|
661
|
+
webkitMaskBoxImageOutset?: string;
|
|
662
|
+
webkitMaskBoxImageRepeat?: string;
|
|
663
|
+
webkitMaskBoxImageSlice?: string;
|
|
664
|
+
webkitMaskBoxImageSource?: string;
|
|
665
|
+
webkitMaskBoxImageWidth?: string;
|
|
666
|
+
webkitMaskClip?: string;
|
|
667
|
+
webkitMaskComposite?: string;
|
|
668
|
+
webkitMaskImage?: string;
|
|
669
|
+
webkitMaskOrigin?: string;
|
|
670
|
+
webkitMaskPosition?: string;
|
|
671
|
+
webkitMaskRepeat?: string;
|
|
672
|
+
webkitMaskSize?: string;
|
|
673
|
+
webkitOrder?: string;
|
|
674
|
+
webkitPerspective?: string;
|
|
675
|
+
webkitPerspectiveOrigin?: string;
|
|
676
|
+
webkitTextFillColor?: string;
|
|
677
|
+
webkitTextSizeAdjust?: string;
|
|
678
|
+
webkitTextStroke?: string;
|
|
679
|
+
webkitTextStrokeColor?: string;
|
|
680
|
+
webkitTextStrokeWidth?: string;
|
|
681
|
+
webkitTransform?: string;
|
|
682
|
+
webkitTransformOrigin?: string;
|
|
683
|
+
webkitTransformStyle?: string;
|
|
684
|
+
webkitTransition?: string;
|
|
685
|
+
webkitTransitionDelay?: string;
|
|
686
|
+
webkitTransitionDuration?: string;
|
|
687
|
+
webkitTransitionProperty?: string;
|
|
688
|
+
webkitTransitionTimingFunction?: string;
|
|
689
|
+
webkitUserSelect?: string;
|
|
690
|
+
whiteSpace?: string;
|
|
691
|
+
whiteSpaceCollapse?: string;
|
|
692
|
+
widows?: string;
|
|
693
|
+
width: string;
|
|
694
|
+
willChange?: string;
|
|
695
|
+
wordBreak?: string;
|
|
696
|
+
wordSpacing?: string;
|
|
697
|
+
wordWrap?: string;
|
|
698
|
+
writingMode?: string;
|
|
699
|
+
x?: string;
|
|
700
|
+
y?: string;
|
|
701
|
+
zIndex: string;
|
|
702
|
+
zoom?: string;
|
|
703
|
+
getPropertyPriority?: (property: string) => string;
|
|
704
|
+
getPropertyValue?: (property: string) => string;
|
|
705
|
+
item?: (index: number) => string;
|
|
706
|
+
removeProperty?: (property: string) => string;
|
|
707
|
+
setProperty?: (property: string, value: string | null, priority?: string) => void;
|
|
708
|
+
};
|
|
709
|
+
getCombinedContentStyle(): {
|
|
710
|
+
accentColor?: string;
|
|
711
|
+
alignContent?: string;
|
|
712
|
+
alignItems?: string;
|
|
713
|
+
alignSelf?: string;
|
|
714
|
+
alignmentBaseline?: string;
|
|
715
|
+
all?: string;
|
|
716
|
+
animation?: string;
|
|
717
|
+
animationComposition?: string;
|
|
718
|
+
animationDelay?: string;
|
|
719
|
+
animationDirection?: string;
|
|
720
|
+
animationDuration?: string;
|
|
721
|
+
animationFillMode?: string;
|
|
722
|
+
animationIterationCount?: string;
|
|
723
|
+
animationName?: string;
|
|
724
|
+
animationPlayState?: string;
|
|
725
|
+
animationTimingFunction?: string;
|
|
726
|
+
appearance?: string;
|
|
727
|
+
aspectRatio?: string;
|
|
728
|
+
backdropFilter?: string;
|
|
729
|
+
backfaceVisibility?: string;
|
|
730
|
+
background?: string;
|
|
731
|
+
backgroundAttachment?: string;
|
|
732
|
+
backgroundBlendMode?: string;
|
|
733
|
+
backgroundClip?: string;
|
|
734
|
+
backgroundColor: string;
|
|
735
|
+
backgroundImage?: string;
|
|
736
|
+
backgroundOrigin?: string;
|
|
737
|
+
backgroundPosition?: string;
|
|
738
|
+
backgroundPositionX?: string;
|
|
739
|
+
backgroundPositionY?: string;
|
|
740
|
+
backgroundRepeat?: string;
|
|
741
|
+
backgroundSize?: string;
|
|
742
|
+
baselineShift?: string;
|
|
743
|
+
baselineSource?: string;
|
|
744
|
+
blockSize?: string;
|
|
745
|
+
border?: string;
|
|
746
|
+
borderBlock?: string;
|
|
747
|
+
borderBlockColor?: string;
|
|
748
|
+
borderBlockEnd?: string;
|
|
749
|
+
borderBlockEndColor?: string;
|
|
750
|
+
borderBlockEndStyle?: string;
|
|
751
|
+
borderBlockEndWidth?: string;
|
|
752
|
+
borderBlockStart?: string;
|
|
753
|
+
borderBlockStartColor?: string;
|
|
754
|
+
borderBlockStartStyle?: string;
|
|
755
|
+
borderBlockStartWidth?: string;
|
|
756
|
+
borderBlockStyle?: string;
|
|
757
|
+
borderBlockWidth?: string;
|
|
758
|
+
borderBottom?: string;
|
|
759
|
+
borderBottomColor?: string;
|
|
760
|
+
borderBottomLeftRadius?: string;
|
|
761
|
+
borderBottomRightRadius?: string;
|
|
762
|
+
borderBottomStyle?: string;
|
|
763
|
+
borderBottomWidth?: string;
|
|
764
|
+
borderCollapse?: string;
|
|
765
|
+
borderColor?: string;
|
|
766
|
+
borderEndEndRadius?: string;
|
|
767
|
+
borderEndStartRadius?: string;
|
|
768
|
+
borderImage?: string;
|
|
769
|
+
borderImageOutset?: string;
|
|
770
|
+
borderImageRepeat?: string;
|
|
771
|
+
borderImageSlice?: string;
|
|
772
|
+
borderImageSource?: string;
|
|
773
|
+
borderImageWidth?: string;
|
|
774
|
+
borderInline?: string;
|
|
775
|
+
borderInlineColor?: string;
|
|
776
|
+
borderInlineEnd?: string;
|
|
777
|
+
borderInlineEndColor?: string;
|
|
778
|
+
borderInlineEndStyle?: string;
|
|
779
|
+
borderInlineEndWidth?: string;
|
|
780
|
+
borderInlineStart?: string;
|
|
781
|
+
borderInlineStartColor?: string;
|
|
782
|
+
borderInlineStartStyle?: string;
|
|
783
|
+
borderInlineStartWidth?: string;
|
|
784
|
+
borderInlineStyle?: string;
|
|
785
|
+
borderInlineWidth?: string;
|
|
786
|
+
borderLeft?: string;
|
|
787
|
+
borderLeftColor?: string;
|
|
788
|
+
borderLeftStyle?: string;
|
|
789
|
+
borderLeftWidth?: string;
|
|
790
|
+
borderRadius: string;
|
|
791
|
+
borderRight?: string;
|
|
792
|
+
borderRightColor?: string;
|
|
793
|
+
borderRightStyle?: string;
|
|
794
|
+
borderRightWidth?: string;
|
|
795
|
+
borderSpacing?: string;
|
|
796
|
+
borderStartEndRadius?: string;
|
|
797
|
+
borderStartStartRadius?: string;
|
|
798
|
+
borderStyle?: string;
|
|
799
|
+
borderTop?: string;
|
|
800
|
+
borderTopColor?: string;
|
|
801
|
+
borderTopLeftRadius?: string;
|
|
802
|
+
borderTopRightRadius?: string;
|
|
803
|
+
borderTopStyle?: string;
|
|
804
|
+
borderTopWidth?: string;
|
|
805
|
+
borderWidth?: string;
|
|
806
|
+
bottom: string;
|
|
807
|
+
boxShadow?: string;
|
|
808
|
+
boxSizing?: string;
|
|
809
|
+
breakAfter?: string;
|
|
810
|
+
breakBefore?: string;
|
|
811
|
+
breakInside?: string;
|
|
812
|
+
captionSide?: string;
|
|
813
|
+
caretColor?: string;
|
|
814
|
+
clear?: string;
|
|
815
|
+
clip?: string;
|
|
816
|
+
clipPath?: string;
|
|
817
|
+
clipRule?: string;
|
|
818
|
+
color?: string;
|
|
819
|
+
colorInterpolation?: string;
|
|
820
|
+
colorInterpolationFilters?: string;
|
|
821
|
+
colorScheme?: string;
|
|
822
|
+
columnCount?: string;
|
|
823
|
+
columnFill?: string;
|
|
824
|
+
columnGap?: string;
|
|
825
|
+
columnRule?: string;
|
|
826
|
+
columnRuleColor?: string;
|
|
827
|
+
columnRuleStyle?: string;
|
|
828
|
+
columnRuleWidth?: string;
|
|
829
|
+
columnSpan?: string;
|
|
830
|
+
columnWidth?: string;
|
|
831
|
+
columns?: string;
|
|
832
|
+
contain?: string;
|
|
833
|
+
containIntrinsicBlockSize?: string;
|
|
834
|
+
containIntrinsicHeight?: string;
|
|
835
|
+
containIntrinsicInlineSize?: string;
|
|
836
|
+
containIntrinsicSize?: string;
|
|
837
|
+
containIntrinsicWidth?: string;
|
|
838
|
+
container?: string;
|
|
839
|
+
containerName?: string;
|
|
840
|
+
containerType?: string;
|
|
841
|
+
content?: string;
|
|
842
|
+
contentVisibility?: string;
|
|
843
|
+
counterIncrement?: string;
|
|
844
|
+
counterReset?: string;
|
|
845
|
+
counterSet?: string;
|
|
846
|
+
cssFloat?: string;
|
|
847
|
+
cssText?: string;
|
|
848
|
+
cursor?: string;
|
|
849
|
+
cx?: string;
|
|
850
|
+
cy?: string;
|
|
851
|
+
d?: string;
|
|
852
|
+
direction?: string;
|
|
853
|
+
display?: string;
|
|
854
|
+
dominantBaseline?: string;
|
|
855
|
+
emptyCells?: string;
|
|
856
|
+
fill?: string;
|
|
857
|
+
fillOpacity?: string;
|
|
858
|
+
fillRule?: string;
|
|
859
|
+
filter?: string;
|
|
860
|
+
flex?: string;
|
|
861
|
+
flexBasis?: string;
|
|
862
|
+
flexDirection?: string;
|
|
863
|
+
flexFlow?: string;
|
|
864
|
+
flexGrow?: string;
|
|
865
|
+
flexShrink?: string;
|
|
866
|
+
flexWrap?: string;
|
|
867
|
+
float?: string;
|
|
868
|
+
floodColor?: string;
|
|
869
|
+
floodOpacity?: string;
|
|
870
|
+
font?: string;
|
|
871
|
+
fontFamily?: string;
|
|
872
|
+
fontFeatureSettings?: string;
|
|
873
|
+
fontKerning?: string;
|
|
874
|
+
fontOpticalSizing?: string;
|
|
875
|
+
fontPalette?: string;
|
|
876
|
+
fontSize?: string;
|
|
877
|
+
fontSizeAdjust?: string;
|
|
878
|
+
fontStretch?: string;
|
|
879
|
+
fontStyle?: string;
|
|
880
|
+
fontSynthesis?: string;
|
|
881
|
+
fontSynthesisSmallCaps?: string;
|
|
882
|
+
fontSynthesisStyle?: string;
|
|
883
|
+
fontSynthesisWeight?: string;
|
|
884
|
+
fontVariant?: string;
|
|
885
|
+
fontVariantAlternates?: string;
|
|
886
|
+
fontVariantCaps?: string;
|
|
887
|
+
fontVariantEastAsian?: string;
|
|
888
|
+
fontVariantLigatures?: string;
|
|
889
|
+
fontVariantNumeric?: string;
|
|
890
|
+
fontVariantPosition?: string;
|
|
891
|
+
fontVariationSettings?: string;
|
|
892
|
+
fontWeight?: string;
|
|
893
|
+
forcedColorAdjust?: string;
|
|
894
|
+
gap?: string;
|
|
895
|
+
grid?: string;
|
|
896
|
+
gridArea?: string;
|
|
897
|
+
gridAutoColumns?: string;
|
|
898
|
+
gridAutoFlow?: string;
|
|
899
|
+
gridAutoRows?: string;
|
|
900
|
+
gridColumn?: string;
|
|
901
|
+
gridColumnEnd?: string;
|
|
902
|
+
gridColumnGap?: string;
|
|
903
|
+
gridColumnStart?: string;
|
|
904
|
+
gridGap?: string;
|
|
905
|
+
gridRow?: string;
|
|
906
|
+
gridRowEnd?: string;
|
|
907
|
+
gridRowGap?: string;
|
|
908
|
+
gridRowStart?: string;
|
|
909
|
+
gridTemplate?: string;
|
|
910
|
+
gridTemplateAreas?: string;
|
|
911
|
+
gridTemplateColumns?: string;
|
|
912
|
+
gridTemplateRows?: string;
|
|
913
|
+
height?: string;
|
|
914
|
+
hyphenateCharacter?: string;
|
|
915
|
+
hyphens?: string;
|
|
916
|
+
imageOrientation?: string;
|
|
917
|
+
imageRendering?: string;
|
|
918
|
+
inlineSize?: string;
|
|
919
|
+
inset?: string;
|
|
920
|
+
insetBlock?: string;
|
|
921
|
+
insetBlockEnd?: string;
|
|
922
|
+
insetBlockStart?: string;
|
|
923
|
+
insetInline?: string;
|
|
924
|
+
insetInlineEnd?: string;
|
|
925
|
+
insetInlineStart?: string;
|
|
926
|
+
isolation?: string;
|
|
927
|
+
justifyContent?: string;
|
|
928
|
+
justifyItems?: string;
|
|
929
|
+
justifySelf?: string;
|
|
930
|
+
left: string;
|
|
931
|
+
length?: number;
|
|
932
|
+
letterSpacing?: string;
|
|
933
|
+
lightingColor?: string;
|
|
934
|
+
lineBreak?: string;
|
|
935
|
+
lineHeight?: string;
|
|
936
|
+
listStyle?: string;
|
|
937
|
+
listStyleImage?: string;
|
|
938
|
+
listStylePosition?: string;
|
|
939
|
+
listStyleType?: string;
|
|
940
|
+
margin?: string;
|
|
941
|
+
marginBlock?: string;
|
|
942
|
+
marginBlockEnd?: string;
|
|
943
|
+
marginBlockStart?: string;
|
|
944
|
+
marginBottom?: string;
|
|
945
|
+
marginInline?: string;
|
|
946
|
+
marginInlineEnd?: string;
|
|
947
|
+
marginInlineStart?: string;
|
|
948
|
+
marginLeft?: string;
|
|
949
|
+
marginRight?: string;
|
|
950
|
+
marginTop?: string;
|
|
951
|
+
marker?: string;
|
|
952
|
+
markerEnd?: string;
|
|
953
|
+
markerMid?: string;
|
|
954
|
+
markerStart?: string;
|
|
955
|
+
mask?: string;
|
|
956
|
+
maskClip?: string;
|
|
957
|
+
maskComposite?: string;
|
|
958
|
+
maskImage?: string;
|
|
959
|
+
maskMode?: string;
|
|
960
|
+
maskOrigin?: string;
|
|
961
|
+
maskPosition?: string;
|
|
962
|
+
maskRepeat?: string;
|
|
963
|
+
maskSize?: string;
|
|
964
|
+
maskType?: string;
|
|
965
|
+
mathDepth?: string;
|
|
966
|
+
mathStyle?: string;
|
|
967
|
+
maxBlockSize?: string;
|
|
968
|
+
maxHeight: string;
|
|
969
|
+
maxInlineSize?: string;
|
|
970
|
+
maxWidth?: string;
|
|
971
|
+
minBlockSize?: string;
|
|
972
|
+
minHeight?: string;
|
|
973
|
+
minInlineSize?: string;
|
|
974
|
+
minWidth?: string;
|
|
975
|
+
mixBlendMode?: string;
|
|
976
|
+
objectFit?: string;
|
|
977
|
+
objectPosition?: string;
|
|
978
|
+
offset?: string;
|
|
979
|
+
offsetAnchor?: string;
|
|
980
|
+
offsetDistance?: string;
|
|
981
|
+
offsetPath?: string;
|
|
982
|
+
offsetPosition?: string;
|
|
983
|
+
offsetRotate?: string;
|
|
984
|
+
opacity?: string;
|
|
985
|
+
order?: string;
|
|
986
|
+
orphans?: string;
|
|
987
|
+
outline?: string;
|
|
988
|
+
outlineColor?: string;
|
|
989
|
+
outlineOffset?: string;
|
|
990
|
+
outlineStyle?: string;
|
|
991
|
+
outlineWidth?: string;
|
|
992
|
+
overflow?: string;
|
|
993
|
+
overflowAnchor?: string;
|
|
994
|
+
overflowClipMargin?: string;
|
|
995
|
+
overflowWrap?: string;
|
|
996
|
+
overflowX?: string;
|
|
997
|
+
overflowY: string;
|
|
998
|
+
overscrollBehavior?: string;
|
|
999
|
+
overscrollBehaviorBlock?: string;
|
|
1000
|
+
overscrollBehaviorInline?: string;
|
|
1001
|
+
overscrollBehaviorX?: string;
|
|
1002
|
+
overscrollBehaviorY?: string;
|
|
1003
|
+
padding: string;
|
|
1004
|
+
paddingBlock?: string;
|
|
1005
|
+
paddingBlockEnd?: string;
|
|
1006
|
+
paddingBlockStart?: string;
|
|
1007
|
+
paddingBottom?: string;
|
|
1008
|
+
paddingInline?: string;
|
|
1009
|
+
paddingInlineEnd?: string;
|
|
1010
|
+
paddingInlineStart?: string;
|
|
1011
|
+
paddingLeft?: string;
|
|
1012
|
+
paddingRight?: string;
|
|
1013
|
+
paddingTop?: string;
|
|
1014
|
+
page?: string;
|
|
1015
|
+
pageBreakAfter?: string;
|
|
1016
|
+
pageBreakBefore?: string;
|
|
1017
|
+
pageBreakInside?: string;
|
|
1018
|
+
paintOrder?: string;
|
|
1019
|
+
parentRule?: CSSRule | null;
|
|
1020
|
+
perspective?: string;
|
|
1021
|
+
perspectiveOrigin?: string;
|
|
1022
|
+
placeContent?: string;
|
|
1023
|
+
placeItems?: string;
|
|
1024
|
+
placeSelf?: string;
|
|
1025
|
+
pointerEvents?: string;
|
|
1026
|
+
position: string;
|
|
1027
|
+
printColorAdjust?: string;
|
|
1028
|
+
quotes?: string;
|
|
1029
|
+
r?: string;
|
|
1030
|
+
resize?: string;
|
|
1031
|
+
right: string;
|
|
1032
|
+
rotate?: string;
|
|
1033
|
+
rowGap?: string;
|
|
1034
|
+
rubyPosition?: string;
|
|
1035
|
+
rx?: string;
|
|
1036
|
+
ry?: string;
|
|
1037
|
+
scale?: string;
|
|
1038
|
+
scrollBehavior?: string;
|
|
1039
|
+
scrollMargin?: string;
|
|
1040
|
+
scrollMarginBlock?: string;
|
|
1041
|
+
scrollMarginBlockEnd?: string;
|
|
1042
|
+
scrollMarginBlockStart?: string;
|
|
1043
|
+
scrollMarginBottom?: string;
|
|
1044
|
+
scrollMarginInline?: string;
|
|
1045
|
+
scrollMarginInlineEnd?: string;
|
|
1046
|
+
scrollMarginInlineStart?: string;
|
|
1047
|
+
scrollMarginLeft?: string;
|
|
1048
|
+
scrollMarginRight?: string;
|
|
1049
|
+
scrollMarginTop?: string;
|
|
1050
|
+
scrollPadding?: string;
|
|
1051
|
+
scrollPaddingBlock?: string;
|
|
1052
|
+
scrollPaddingBlockEnd?: string;
|
|
1053
|
+
scrollPaddingBlockStart?: string;
|
|
1054
|
+
scrollPaddingBottom?: string;
|
|
1055
|
+
scrollPaddingInline?: string;
|
|
1056
|
+
scrollPaddingInlineEnd?: string;
|
|
1057
|
+
scrollPaddingInlineStart?: string;
|
|
1058
|
+
scrollPaddingLeft?: string;
|
|
1059
|
+
scrollPaddingRight?: string;
|
|
1060
|
+
scrollPaddingTop?: string;
|
|
1061
|
+
scrollSnapAlign?: string;
|
|
1062
|
+
scrollSnapStop?: string;
|
|
1063
|
+
scrollSnapType?: string;
|
|
1064
|
+
scrollbarColor?: string;
|
|
1065
|
+
scrollbarGutter?: string;
|
|
1066
|
+
scrollbarWidth?: string;
|
|
1067
|
+
shapeImageThreshold?: string;
|
|
1068
|
+
shapeMargin?: string;
|
|
1069
|
+
shapeOutside?: string;
|
|
1070
|
+
shapeRendering?: string;
|
|
1071
|
+
stopColor?: string;
|
|
1072
|
+
stopOpacity?: string;
|
|
1073
|
+
stroke?: string;
|
|
1074
|
+
strokeDasharray?: string;
|
|
1075
|
+
strokeDashoffset?: string;
|
|
1076
|
+
strokeLinecap?: string;
|
|
1077
|
+
strokeLinejoin?: string;
|
|
1078
|
+
strokeMiterlimit?: string;
|
|
1079
|
+
strokeOpacity?: string;
|
|
1080
|
+
strokeWidth?: string;
|
|
1081
|
+
tabSize?: string;
|
|
1082
|
+
tableLayout?: string;
|
|
1083
|
+
textAlign?: string;
|
|
1084
|
+
textAlignLast?: string;
|
|
1085
|
+
textAnchor?: string;
|
|
1086
|
+
textCombineUpright?: string;
|
|
1087
|
+
textDecoration?: string;
|
|
1088
|
+
textDecorationColor?: string;
|
|
1089
|
+
textDecorationLine?: string;
|
|
1090
|
+
textDecorationSkipInk?: string;
|
|
1091
|
+
textDecorationStyle?: string;
|
|
1092
|
+
textDecorationThickness?: string;
|
|
1093
|
+
textEmphasis?: string;
|
|
1094
|
+
textEmphasisColor?: string;
|
|
1095
|
+
textEmphasisPosition?: string;
|
|
1096
|
+
textEmphasisStyle?: string;
|
|
1097
|
+
textIndent?: string;
|
|
1098
|
+
textOrientation?: string;
|
|
1099
|
+
textOverflow?: string;
|
|
1100
|
+
textRendering?: string;
|
|
1101
|
+
textShadow?: string;
|
|
1102
|
+
textTransform?: string;
|
|
1103
|
+
textUnderlineOffset?: string;
|
|
1104
|
+
textUnderlinePosition?: string;
|
|
1105
|
+
textWrap?: string;
|
|
1106
|
+
textWrapMode?: string;
|
|
1107
|
+
textWrapStyle?: string;
|
|
1108
|
+
top: string;
|
|
1109
|
+
touchAction?: string;
|
|
1110
|
+
transform?: string;
|
|
1111
|
+
transformBox?: string;
|
|
1112
|
+
transformOrigin?: string;
|
|
1113
|
+
transformStyle?: string;
|
|
1114
|
+
transition?: string;
|
|
1115
|
+
transitionBehavior?: string;
|
|
1116
|
+
transitionDelay?: string;
|
|
1117
|
+
transitionDuration?: string;
|
|
1118
|
+
transitionProperty?: string;
|
|
1119
|
+
transitionTimingFunction?: string;
|
|
1120
|
+
translate?: string;
|
|
1121
|
+
unicodeBidi?: string;
|
|
1122
|
+
userSelect?: string;
|
|
1123
|
+
vectorEffect?: string;
|
|
1124
|
+
verticalAlign?: string;
|
|
1125
|
+
visibility?: string;
|
|
1126
|
+
webkitAlignContent?: string;
|
|
1127
|
+
webkitAlignItems?: string;
|
|
1128
|
+
webkitAlignSelf?: string;
|
|
1129
|
+
webkitAnimation?: string;
|
|
1130
|
+
webkitAnimationDelay?: string;
|
|
1131
|
+
webkitAnimationDirection?: string;
|
|
1132
|
+
webkitAnimationDuration?: string;
|
|
1133
|
+
webkitAnimationFillMode?: string;
|
|
1134
|
+
webkitAnimationIterationCount?: string;
|
|
1135
|
+
webkitAnimationName?: string;
|
|
1136
|
+
webkitAnimationPlayState?: string;
|
|
1137
|
+
webkitAnimationTimingFunction?: string;
|
|
1138
|
+
webkitAppearance?: string;
|
|
1139
|
+
webkitBackfaceVisibility?: string;
|
|
1140
|
+
webkitBackgroundClip?: string;
|
|
1141
|
+
webkitBackgroundOrigin?: string;
|
|
1142
|
+
webkitBackgroundSize?: string;
|
|
1143
|
+
webkitBorderBottomLeftRadius?: string;
|
|
1144
|
+
webkitBorderBottomRightRadius?: string;
|
|
1145
|
+
webkitBorderRadius?: string;
|
|
1146
|
+
webkitBorderTopLeftRadius?: string;
|
|
1147
|
+
webkitBorderTopRightRadius?: string;
|
|
1148
|
+
webkitBoxAlign?: string;
|
|
1149
|
+
webkitBoxFlex?: string;
|
|
1150
|
+
webkitBoxOrdinalGroup?: string;
|
|
1151
|
+
webkitBoxOrient?: string;
|
|
1152
|
+
webkitBoxPack?: string;
|
|
1153
|
+
webkitBoxShadow?: string;
|
|
1154
|
+
webkitBoxSizing?: string;
|
|
1155
|
+
webkitFilter?: string;
|
|
1156
|
+
webkitFlex?: string;
|
|
1157
|
+
webkitFlexBasis?: string;
|
|
1158
|
+
webkitFlexDirection?: string;
|
|
1159
|
+
webkitFlexFlow?: string;
|
|
1160
|
+
webkitFlexGrow?: string;
|
|
1161
|
+
webkitFlexShrink?: string;
|
|
1162
|
+
webkitFlexWrap?: string;
|
|
1163
|
+
webkitJustifyContent?: string;
|
|
1164
|
+
webkitLineClamp?: string;
|
|
1165
|
+
webkitMask?: string;
|
|
1166
|
+
webkitMaskBoxImage?: string;
|
|
1167
|
+
webkitMaskBoxImageOutset?: string;
|
|
1168
|
+
webkitMaskBoxImageRepeat?: string;
|
|
1169
|
+
webkitMaskBoxImageSlice?: string;
|
|
1170
|
+
webkitMaskBoxImageSource?: string;
|
|
1171
|
+
webkitMaskBoxImageWidth?: string;
|
|
1172
|
+
webkitMaskClip?: string;
|
|
1173
|
+
webkitMaskComposite?: string;
|
|
1174
|
+
webkitMaskImage?: string;
|
|
1175
|
+
webkitMaskOrigin?: string;
|
|
1176
|
+
webkitMaskPosition?: string;
|
|
1177
|
+
webkitMaskRepeat?: string;
|
|
1178
|
+
webkitMaskSize?: string;
|
|
1179
|
+
webkitOrder?: string;
|
|
1180
|
+
webkitPerspective?: string;
|
|
1181
|
+
webkitPerspectiveOrigin?: string;
|
|
1182
|
+
webkitTextFillColor?: string;
|
|
1183
|
+
webkitTextSizeAdjust?: string;
|
|
1184
|
+
webkitTextStroke?: string;
|
|
1185
|
+
webkitTextStrokeColor?: string;
|
|
1186
|
+
webkitTextStrokeWidth?: string;
|
|
1187
|
+
webkitTransform?: string;
|
|
1188
|
+
webkitTransformOrigin?: string;
|
|
1189
|
+
webkitTransformStyle?: string;
|
|
1190
|
+
webkitTransition?: string;
|
|
1191
|
+
webkitTransitionDelay?: string;
|
|
1192
|
+
webkitTransitionDuration?: string;
|
|
1193
|
+
webkitTransitionProperty?: string;
|
|
1194
|
+
webkitTransitionTimingFunction?: string;
|
|
1195
|
+
webkitUserSelect?: string;
|
|
1196
|
+
whiteSpace?: string;
|
|
1197
|
+
whiteSpaceCollapse?: string;
|
|
1198
|
+
widows?: string;
|
|
1199
|
+
width: string;
|
|
1200
|
+
willChange?: string;
|
|
1201
|
+
wordBreak?: string;
|
|
1202
|
+
wordSpacing?: string;
|
|
1203
|
+
wordWrap?: string;
|
|
1204
|
+
writingMode?: string;
|
|
1205
|
+
x?: string;
|
|
1206
|
+
y?: string;
|
|
1207
|
+
zIndex?: string;
|
|
1208
|
+
zoom?: string;
|
|
1209
|
+
getPropertyPriority?: (property: string) => string;
|
|
1210
|
+
getPropertyValue?: (property: string) => string;
|
|
1211
|
+
item?: (index: number) => string;
|
|
1212
|
+
removeProperty?: (property: string) => string;
|
|
1213
|
+
setProperty?: (property: string, value: string | null, priority?: string) => void;
|
|
1214
|
+
};
|
|
142
1215
|
static ɵfac: i0.ɵɵFactoryDeclaration<WaitingRoomModal, never>;
|
|
143
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WaitingRoomModal, "app-waiting-room-modal", never, { "isWaitingModalVisible": { "alias": "isWaitingModalVisible"; "required": false; }; "waitingRoomCounter": { "alias": "waitingRoomCounter"; "required": false; }; "waitingRoomList": { "alias": "waitingRoomList"; "required": false; }; "roomName": { "alias": "roomName"; "required": false; }; "socket": { "alias": "socket"; "required": false; }; "position": { "alias": "position"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; "onWaitingRoomClose": { "alias": "onWaitingRoomClose"; "required": false; }; "onWaitingRoomFilterChange": { "alias": "onWaitingRoomFilterChange"; "required": false; }; "updateWaitingList": { "alias": "updateWaitingList"; "required": false; }; "onWaitingRoomItemPress": { "alias": "onWaitingRoomItemPress"; "required": false; }; }, {}, never, never, true, never>;
|
|
1216
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WaitingRoomModal, "app-waiting-room-modal", never, { "isWaitingModalVisible": { "alias": "isWaitingModalVisible"; "required": false; }; "waitingRoomCounter": { "alias": "waitingRoomCounter"; "required": false; }; "waitingRoomList": { "alias": "waitingRoomList"; "required": false; }; "roomName": { "alias": "roomName"; "required": false; }; "socket": { "alias": "socket"; "required": false; }; "position": { "alias": "position"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; "onWaitingRoomClose": { "alias": "onWaitingRoomClose"; "required": false; }; "onWaitingRoomFilterChange": { "alias": "onWaitingRoomFilterChange"; "required": false; }; "updateWaitingList": { "alias": "updateWaitingList"; "required": false; }; "overlayStyle": { "alias": "overlayStyle"; "required": false; }; "contentStyle": { "alias": "contentStyle"; "required": false; }; "customTemplate": { "alias": "customTemplate"; "required": false; }; "onWaitingRoomItemPress": { "alias": "onWaitingRoomItemPress"; "required": false; }; }, {}, never, never, true, never>;
|
|
144
1217
|
}
|