mediasfu-angular 2.2.2 → 2.2.4

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.
Files changed (194) hide show
  1. package/README.md +153 -54
  2. package/USAGE_COOKBOOK.md +202 -0
  3. package/dist/LICENSE +21 -0
  4. package/dist/README.md +153 -54
  5. package/dist/fesm2022/mediasfu-angular.mjs +21838 -12606
  6. package/dist/fesm2022/mediasfu-angular.mjs.map +1 -1
  7. package/dist/lib/@types/types.d.ts +22 -1
  8. package/dist/lib/@types/ui-overrides.types.d.ts +4 -0
  9. package/dist/lib/components/background-components/background-modal/background-modal.component.d.ts +1024 -997
  10. package/dist/lib/components/breakout-components/breakout-rooms-modal.component.d.ts +2052 -1001
  11. package/dist/lib/components/breakout-components/edit-room-modal/edit-room-modal.component.d.ts +1527 -997
  12. package/dist/lib/components/breakout-components/room-list/room-list.component.d.ts +5 -1
  13. package/dist/lib/components/co-host-components/co-host-modal/co-host-modal.component.d.ts +988 -988
  14. package/dist/lib/components/display-components/alert-component/alert.component.component.d.ts +20 -6
  15. package/dist/lib/components/display-components/audio-card/audio-card.component.d.ts +17 -7
  16. package/dist/lib/components/display-components/audio-grid/audio-grid.component.d.ts +509 -1
  17. package/dist/lib/components/display-components/card-video-display/card-video-display.component.d.ts +3 -0
  18. package/dist/lib/components/display-components/control-buttons-alt-component/control-buttons-alt-component.component.d.ts +1 -1
  19. package/dist/lib/components/display-components/control-buttons-component/control-buttons-component.component.d.ts +34 -2
  20. package/dist/lib/components/display-components/control-buttons-component-touch/control-buttons-component-touch.component.d.ts +19 -0
  21. package/dist/lib/components/display-components/control-widgets/control-icon-badge-widget.component.d.ts +13 -0
  22. package/dist/lib/components/display-components/control-widgets/menu-participants-widget.component.d.ts +1 -0
  23. package/dist/lib/components/display-components/control-widgets/menu-widget.component.d.ts +2 -2
  24. package/dist/lib/components/display-components/control-widgets/message-widget.component.d.ts +2 -2
  25. package/dist/lib/components/display-components/control-widgets/record-timer-widget.component.d.ts +2 -0
  26. package/dist/lib/components/display-components/control-widgets/screenshare-widget.component.d.ts +5 -3
  27. package/dist/lib/components/display-components/flexible-grid/flexible-grid.component.d.ts +530 -2
  28. package/dist/lib/components/display-components/flexible-video/flexible-video.component.d.ts +41 -1
  29. package/dist/lib/components/display-components/loading-modal/loading-modal.component.d.ts +2029 -5
  30. package/dist/lib/components/display-components/main-grid-component/main-grid-component.component.d.ts +506 -1
  31. package/dist/lib/components/display-components/main-screen-component/main-screen-component.component.d.ts +497 -497
  32. package/dist/lib/components/display-components/meeting-progress-timer/meeting-progress-timer.component.d.ts +18 -11
  33. package/dist/lib/components/display-components/mini-audio/mini-audio.component.d.ts +11 -3
  34. package/dist/lib/components/display-components/mini-card/mini-card.component.d.ts +1026 -999
  35. package/dist/lib/components/display-components/mini-card-audio/mini-card-audio.component.d.ts +9 -3
  36. package/dist/lib/components/display-components/other-grid-component/other-grid-component.component.d.ts +511 -1
  37. package/dist/lib/components/display-components/pagination/pagination.component.d.ts +34 -1
  38. package/dist/lib/components/display-components/sub-aspect-component/sub-aspect-component.component.d.ts +507 -1
  39. package/dist/lib/components/display-components/subtitle-overlay/subtitle-overlay.component.d.ts +6 -0
  40. package/dist/lib/components/display-components/video-card/video-card.component.d.ts +10 -6
  41. package/dist/lib/components/display-settings-components/display-settings-modal.component.d.ts +1010 -1009
  42. package/dist/lib/components/event-settings-components/event-settings-modal/event-settings-modal.component.d.ts +999 -999
  43. package/dist/lib/components/media-settings-components/media-settings-modal/media-settings-modal.component.d.ts +999 -999
  44. package/dist/lib/components/mediasfu-components/mediasfu-broadcast.component.d.ts +2318 -29330
  45. package/dist/lib/components/mediasfu-components/mediasfu-chat.component.d.ts +490 -4179
  46. package/dist/lib/components/mediasfu-components/mediasfu-conference.component.d.ts +576 -23394
  47. package/dist/lib/components/mediasfu-components/mediasfu-generic.component.d.ts +1292 -61696
  48. package/dist/lib/components/mediasfu-components/mediasfu-webinar.component.d.ts +524 -26273
  49. package/dist/lib/components/menu-components/custom-buttons/custom-buttons.component.d.ts +4 -1
  50. package/dist/lib/components/menu-components/meeting-id-component/meeting-id-component.component.d.ts +3 -1
  51. package/dist/lib/components/menu-components/meeting-passcode-component/meeting-passcode-component.component.d.ts +10 -1
  52. package/dist/lib/components/menu-components/menu-modal/menu-modal.component.d.ts +518 -507
  53. package/dist/lib/components/menu-components/share-buttons-component/share-buttons-component.component.d.ts +4 -1
  54. package/dist/lib/components/message-components/message-panel/message-panel.component.d.ts +1 -0
  55. package/dist/lib/components/message-components/messages-modal/messages-modal.component.d.ts +3 -3
  56. package/dist/lib/components/misc-components/confirm-here-modal/confirm-here-modal.component.d.ts +1004 -1004
  57. package/dist/lib/components/misc-components/pre-join-page/pre-join-page.component.d.ts +4 -0
  58. package/dist/lib/components/misc-components/share-event-modal/share-event-modal.component.d.ts +989 -989
  59. package/dist/lib/components/panelists-components/panelists-modal/panelists-modal.component.d.ts +73 -0
  60. package/dist/lib/components/participants-components/participants-modal/participants-modal.component.d.ts +1004 -1004
  61. package/dist/lib/components/permissions-components/permissions-modal/permissions-modal.component.d.ts +89 -0
  62. package/dist/lib/components/polls-components/poll-modal/poll-modal.component.d.ts +989 -989
  63. package/dist/lib/components/recording-components/recording-modal/recording-modal.component.d.ts +990 -989
  64. package/dist/lib/components/requests-components/requests-modal/requests-modal.component.d.ts +1004 -1004
  65. package/dist/lib/components/screenboard-components/screenboard-modal/screenboard-modal.component.d.ts +987 -987
  66. package/dist/lib/components/translation-components/translation-settings-modal/translation-settings-modal.component.d.ts +124 -0
  67. package/dist/lib/components/waiting-components/waiting-room-modal.component.d.ts +989 -989
  68. package/dist/lib/components/whiteboard-components/configure-whiteboard-modal/configure-whiteboard-modal.component.d.ts +2062 -1000
  69. package/dist/lib/components/whiteboard-components/whiteboard/whiteboard.component.d.ts +3 -15
  70. package/dist/lib/consumers/auto-adjust.service.d.ts +0 -11
  71. package/dist/lib/consumers/calculate-rows-and-columns.service.d.ts +0 -7
  72. package/dist/lib/consumers/change-vids.service.d.ts +1 -1
  73. package/dist/lib/consumers/check-permission.service.d.ts +4 -1
  74. package/dist/lib/consumers/check-screen-share.service.d.ts +0 -18
  75. package/dist/lib/consumers/compare-active-names.service.d.ts +0 -16
  76. package/dist/lib/consumers/compare-screen-states.service.d.ts +0 -18
  77. package/dist/lib/consumers/connect-ips.service.d.ts +2 -25
  78. package/dist/lib/consumers/connect-local-ips.service.d.ts +1 -28
  79. package/dist/lib/consumers/disp-streams.service.d.ts +1 -110
  80. package/dist/lib/consumers/generate-page-content.service.d.ts +0 -17
  81. package/dist/lib/consumers/get-estimate.service.d.ts +0 -21
  82. package/dist/lib/consumers/mix-streams.service.d.ts +0 -19
  83. package/dist/lib/consumers/on-screen-changes.service.d.ts +1 -21
  84. package/dist/lib/consumers/process-consumer-transports-audio.service.d.ts +1 -14
  85. package/dist/lib/consumers/process-consumer-transports.service.d.ts +3 -57
  86. package/dist/lib/consumers/re-update-inter.service.d.ts +1 -39
  87. package/dist/lib/consumers/reorder-streams.service.d.ts +1 -35
  88. package/dist/lib/consumers/socket-receive-methods/join-consume-room.service.d.ts +2 -13
  89. package/dist/lib/consumers/socket-receive-methods/new-pipe-producer.service.d.ts +1 -13
  90. package/dist/lib/consumers/socket-receive-methods/producer-closed.service.d.ts +1 -8
  91. package/dist/lib/consumers/translation-consumer-switch.service.d.ts +68 -0
  92. package/dist/lib/consumers/trigger.service.d.ts +0 -79
  93. package/dist/lib/consumers/update-mini-cards-grid.service.d.ts +0 -24
  94. package/dist/lib/directives/with-override.directive.d.ts +2 -2
  95. package/dist/lib/methods/background-methods/launch-background.service.d.ts +2 -5
  96. package/dist/lib/methods/breakout-room-methods/launch-breakout-rooms.service.d.ts +2 -5
  97. package/dist/lib/methods/co-host-methods/launch-co-host.service.d.ts +2 -5
  98. package/dist/lib/methods/co-host-methods/modify-co-host-settings.service.d.ts +1 -1
  99. package/dist/lib/methods/display-settings-methods/launch-display-settings.service.d.ts +2 -5
  100. package/dist/lib/methods/display-settings-methods/modify-display-settings.service.d.ts +2 -0
  101. package/dist/lib/methods/exit-methods/launch-confirm-exit.service.d.ts +2 -5
  102. package/dist/lib/methods/menu-methods/launch-menu-modal.service.d.ts +2 -5
  103. package/dist/lib/methods/message-methods/launch-messages.service.d.ts +2 -5
  104. package/dist/lib/methods/message-methods/send-message.service.d.ts +1 -1
  105. package/dist/lib/methods/panelists-methods/add-panelist.service.d.ts +19 -0
  106. package/dist/lib/methods/panelists-methods/focus-panelists.service.d.ts +19 -0
  107. package/dist/lib/methods/panelists-methods/remove-panelist.service.d.ts +17 -0
  108. package/dist/lib/methods/participants-methods/launch-participants.service.d.ts +2 -5
  109. package/dist/lib/methods/permissions-methods/bulk-update-participant-permissions.service.d.ts +20 -0
  110. package/dist/lib/methods/permissions-methods/update-participant-permission.service.d.ts +19 -0
  111. package/dist/lib/methods/permissions-methods/update-permission-config.service.d.ts +29 -0
  112. package/dist/lib/methods/polls-methods/handle-create-poll.service.d.ts +1 -1
  113. package/dist/lib/methods/polls-methods/handle-end-poll.service.d.ts +1 -1
  114. package/dist/lib/methods/polls-methods/handle-vote-poll.service.d.ts +1 -1
  115. package/dist/lib/methods/polls-methods/poll-updated.service.d.ts +1 -1
  116. package/dist/lib/methods/recording-methods/check-pause-state.service.d.ts +1 -12
  117. package/dist/lib/methods/recording-methods/check-resume-state.service.d.ts +1 -11
  118. package/dist/lib/methods/recording-methods/confirm-recording.service.d.ts +0 -94
  119. package/dist/lib/methods/recording-methods/launch-recording.service.d.ts +1 -20
  120. package/dist/lib/methods/recording-methods/record-pause-timer.service.d.ts +1 -12
  121. package/dist/lib/methods/recording-methods/record-resume-timer.service.d.ts +0 -66
  122. package/dist/lib/methods/recording-methods/record-start-timer.service.d.ts +1 -33
  123. package/dist/lib/methods/recording-methods/record-update-timer.service.d.ts +1 -17
  124. package/dist/lib/methods/recording-methods/start-recording.service.d.ts +1 -92
  125. package/dist/lib/methods/recording-methods/stop-recording.service.d.ts +1 -42
  126. package/dist/lib/methods/recording-methods/update-recording.service.d.ts +1 -94
  127. package/dist/lib/methods/requests-methods/launch-requests.service.d.ts +2 -5
  128. package/dist/lib/methods/settings-methods/launch-settings.service.d.ts +2 -5
  129. package/dist/lib/methods/settings-methods/modify-settings.service.d.ts +1 -1
  130. package/dist/lib/methods/stream-methods/click-chat.service.d.ts +1 -1
  131. package/dist/lib/methods/utils/get-modal-position.util.d.ts +0 -3
  132. package/dist/lib/methods/utils/initial-values.util.d.ts +18 -1
  133. package/dist/lib/methods/utils/mini-audio-player/mini-audio-player.component.d.ts +8 -0
  134. package/dist/lib/methods/utils/producer/a-params.service.d.ts +2 -8
  135. package/dist/lib/methods/utils/producer/h-params.service.d.ts +2 -8
  136. package/dist/lib/methods/utils/producer/screen-params.service.d.ts +2 -8
  137. package/dist/lib/methods/utils/producer/v-params.service.d.ts +2 -8
  138. package/dist/lib/methods/utils/sound-player.service.d.ts +1 -1
  139. package/dist/lib/methods/utils/translation-languages.util.d.ts +341 -0
  140. package/dist/lib/methods/waiting-methods/launch-waiting.service.d.ts +2 -5
  141. package/dist/lib/modern/display-components/modern-alert.component.d.ts +40 -0
  142. package/dist/lib/modern/display-components/modern-loading-modal.component.d.ts +37 -0
  143. package/dist/lib/modern/display-components/modern-meeting-progress-timer.component.d.ts +40 -0
  144. package/dist/lib/modern/display-components/modern-mini-card.component.d.ts +1064 -0
  145. package/dist/lib/modern/display-components/modern-pagination.component.d.ts +91 -0
  146. package/dist/lib/modern/display-components/modern-participants-counter-badge.component.d.ts +16 -0
  147. package/dist/lib/modern/modal-components/modern-co-host-modal.component.d.ts +63 -0
  148. package/dist/lib/modern/modal-components/modern-confirm-exit-modal.component.d.ts +42 -0
  149. package/dist/lib/modern/modal-components/modern-confirm-here-modal.component.d.ts +39 -0
  150. package/dist/lib/modern/modal-components/modern-display-settings-modal.component.d.ts +59 -0
  151. package/dist/lib/modern/modal-components/modern-event-settings-modal.component.d.ts +80 -0
  152. package/dist/lib/modern/modal-components/modern-media-settings-modal.component.d.ts +72 -0
  153. package/dist/lib/modern/modal-components/modern-menu-modal.component.d.ts +48 -0
  154. package/dist/lib/modern/modal-components/modern-messages-modal.component.d.ts +58 -0
  155. package/dist/lib/modern/modal-components/modern-participants-modal.component.d.ts +49 -0
  156. package/dist/lib/modern/modal-components/modern-poll-modal.component.d.ts +54 -0
  157. package/dist/lib/modern/modal-components/modern-recording-modal.component.d.ts +39 -0
  158. package/dist/lib/modern/modal-components/modern-requests-modal.component.d.ts +61 -0
  159. package/dist/lib/modern/modal-components/modern-share-event-modal.component.d.ts +39 -0
  160. package/dist/lib/modern/modal-components/modern-waiting-room-modal.component.d.ts +55 -0
  161. package/dist/lib/modern/primitives/modern-button.component.d.ts +10 -0
  162. package/dist/lib/modern/primitives/modern-entry-shell.component.d.ts +6 -0
  163. package/dist/lib/modern/primitives/modern-field.component.d.ts +32 -0
  164. package/dist/lib/modern/primitives/modern-sidebar-panel.component.d.ts +24 -0
  165. package/dist/lib/modern/primitives/modern-surface.component.d.ts +7 -0
  166. package/dist/lib/modern/utils/render-mode.utils.d.ts +3 -0
  167. package/dist/lib/producer-client/producer-client-emits/create-device-client.service.d.ts +0 -9
  168. package/dist/lib/producer-client/producer-client-emits/join-room-client.service.d.ts +0 -19
  169. package/dist/lib/producer-client/producer-client-emits/update-room-parameters-client.service.d.ts +5 -62
  170. package/dist/lib/producers/producer-emits/join-con-room.service.d.ts +0 -18
  171. package/dist/lib/producers/producer-emits/join-local-room.service.d.ts +3 -106
  172. package/dist/lib/producers/producer-emits/join-room.service.d.ts +0 -18
  173. package/dist/lib/producers/socket-receive-methods/added-as-panelist.service.d.ts +15 -0
  174. package/dist/lib/producers/socket-receive-methods/all-members-rest.service.d.ts +1 -90
  175. package/dist/lib/producers/socket-receive-methods/all-members.service.d.ts +1 -88
  176. package/dist/lib/producers/socket-receive-methods/control-media-host.service.d.ts +1 -66
  177. package/dist/lib/producers/socket-receive-methods/meeting-still-there.service.d.ts +1 -1
  178. package/dist/lib/producers/socket-receive-methods/panelist-focus-changed.service.d.ts +25 -0
  179. package/dist/lib/producers/socket-receive-methods/panelists-updated.service.d.ts +19 -0
  180. package/dist/lib/producers/socket-receive-methods/permission-config-updated.service.d.ts +15 -0
  181. package/dist/lib/producers/socket-receive-methods/permission-updated.service.d.ts +17 -0
  182. package/dist/lib/producers/socket-receive-methods/person-joined.service.d.ts +1 -1
  183. package/dist/lib/producers/socket-receive-methods/producer-media-paused.service.d.ts +0 -80
  184. package/dist/lib/producers/socket-receive-methods/producer-media-resumed.service.d.ts +1 -1
  185. package/dist/lib/producers/socket-receive-methods/receive-control-media.service.d.ts +21 -0
  186. package/dist/lib/producers/socket-receive-methods/recording-notice.service.d.ts +1 -5
  187. package/dist/lib/producers/socket-receive-methods/removed-from-panelists.service.d.ts +15 -0
  188. package/dist/lib/producers/socket-receive-methods/room-record-params.service.d.ts +1 -1
  189. package/dist/lib/producers/socket-receive-methods/translation-receive-methods.service.d.ts +20 -0
  190. package/dist/lib/services/live-subtitle.service.d.ts +15 -0
  191. package/dist/lib/sockets/socket-manager.service.d.ts +1 -2
  192. package/dist/public-api.d.ts +42 -1
  193. package/package.json +106 -95
  194. package/dist/lib/methods/utils/producer/video-capture-constraints.service.d.ts +0 -177
@@ -1,4 +1,4 @@
1
- import { OnInit, OnDestroy } from '@angular/core';
1
+ import { OnInit, OnDestroy, OnChanges, SimpleChanges } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export interface MiniCardAudioOptions {
4
4
  customStyle?: Partial<CSSStyleDeclaration>;
@@ -69,7 +69,7 @@ export type MiniCardAudioType = (options: MiniCardAudioOptions) => HTMLElement;
69
69
  * ></app-mini-card-audio>
70
70
  * ```
71
71
  */
72
- export declare class MiniCardAudio implements OnInit, OnDestroy {
72
+ export declare class MiniCardAudio implements OnInit, OnDestroy, OnChanges {
73
73
  customStyle: any;
74
74
  name: string;
75
75
  showWaveform: boolean;
@@ -80,15 +80,21 @@ export declare class MiniCardAudio implements OnInit, OnDestroy {
80
80
  roundedImage: boolean;
81
81
  imageStyle: any;
82
82
  waveformAnimations: number[];
83
- intervals: NodeJS.Timeout[];
83
+ intervals: ReturnType<typeof setInterval>[];
84
+ imageLoadFailed: boolean;
84
85
  constructor(injectedCustomStyle: Partial<CSSStyleDeclaration>, injectedName: string, injectedShowWaveform: boolean, injectedOverlayPosition: string, injectedBarColor: string, injectedTextColor: string, injectedImageSource: string, injectedRoundedImage: boolean, injectedImageStyle: Partial<CSSStyleDeclaration>);
85
86
  ngOnInit(): void;
87
+ ngOnChanges(changes: SimpleChanges): void;
86
88
  ngOnDestroy(): void;
89
+ syncWaveformState(): void;
87
90
  animateWaveform(): void;
88
91
  resetWaveform(): void;
89
92
  clearIntervals(): void;
90
93
  getAnimationDuration(index: number): number;
91
94
  getImageStyle(): any;
95
+ get hasRenderableImage(): boolean;
96
+ get fallbackInitials(): string;
97
+ handleImageError(): void;
92
98
  getOverlayPosition(position: string): import("mediasfu-angular").OverlayPositionStyle;
93
99
  static ɵfac: i0.ɵɵFactoryDeclaration<MiniCardAudio, [{ optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
94
100
  static ɵcmp: i0.ɵɵComponentDeclaration<MiniCardAudio, "app-mini-card-audio", never, { "customStyle": { "alias": "customStyle"; "required": false; }; "name": { "alias": "name"; "required": false; }; "showWaveform": { "alias": "showWaveform"; "required": false; }; "overlayPosition": { "alias": "overlayPosition"; "required": false; }; "barColor": { "alias": "barColor"; "required": false; }; "textColor": { "alias": "textColor"; "required": false; }; "imageSource": { "alias": "imageSource"; "required": false; }; "roundedImage": { "alias": "roundedImage"; "required": false; }; "imageStyle": { "alias": "imageStyle"; "required": false; }; }, {}, never, never, true, never>;
@@ -60,7 +60,517 @@ export declare class OtherGridComponent {
60
60
  meetingProgressTime: string;
61
61
  containerStyle?: Partial<CSSStyleDeclaration>;
62
62
  customTemplate?: TemplateRef<any>;
63
- get otherGridContainerStyle(): any;
63
+ get otherGridContainerStyle(): {
64
+ accentColor?: string;
65
+ alignContent?: string;
66
+ alignItems?: string;
67
+ alignSelf?: string;
68
+ alignmentBaseline?: string;
69
+ all?: string;
70
+ animation?: string;
71
+ animationComposition?: string;
72
+ animationDelay?: string;
73
+ animationDirection?: string;
74
+ animationDuration?: string;
75
+ animationFillMode?: string;
76
+ animationIterationCount?: string;
77
+ animationName?: string;
78
+ animationPlayState?: string;
79
+ animationTimingFunction?: string;
80
+ appearance?: string;
81
+ aspectRatio?: string;
82
+ backdropFilter?: string;
83
+ backfaceVisibility?: string;
84
+ background?: string;
85
+ backgroundAttachment?: string;
86
+ backgroundBlendMode?: string;
87
+ backgroundClip?: string;
88
+ backgroundColor?: string;
89
+ backgroundImage?: string;
90
+ backgroundOrigin?: string;
91
+ backgroundPosition?: string;
92
+ backgroundPositionX?: string;
93
+ backgroundPositionY?: string;
94
+ backgroundRepeat?: string;
95
+ backgroundSize?: string;
96
+ baselineShift?: string;
97
+ baselineSource?: string;
98
+ blockSize?: string;
99
+ border?: string;
100
+ borderBlock?: string;
101
+ borderBlockColor?: string;
102
+ borderBlockEnd?: string;
103
+ borderBlockEndColor?: string;
104
+ borderBlockEndStyle?: string;
105
+ borderBlockEndWidth?: string;
106
+ borderBlockStart?: string;
107
+ borderBlockStartColor?: string;
108
+ borderBlockStartStyle?: string;
109
+ borderBlockStartWidth?: string;
110
+ borderBlockStyle?: string;
111
+ borderBlockWidth?: string;
112
+ borderBottom?: string;
113
+ borderBottomColor?: string;
114
+ borderBottomLeftRadius?: string;
115
+ borderBottomRightRadius?: string;
116
+ borderBottomStyle?: string;
117
+ borderBottomWidth?: string;
118
+ borderCollapse?: string;
119
+ borderColor?: string;
120
+ borderEndEndRadius?: string;
121
+ borderEndStartRadius?: string;
122
+ borderImage?: string;
123
+ borderImageOutset?: string;
124
+ borderImageRepeat?: string;
125
+ borderImageSlice?: string;
126
+ borderImageSource?: string;
127
+ borderImageWidth?: string;
128
+ borderInline?: string;
129
+ borderInlineColor?: string;
130
+ borderInlineEnd?: string;
131
+ borderInlineEndColor?: string;
132
+ borderInlineEndStyle?: string;
133
+ borderInlineEndWidth?: string;
134
+ borderInlineStart?: string;
135
+ borderInlineStartColor?: string;
136
+ borderInlineStartStyle?: string;
137
+ borderInlineStartWidth?: string;
138
+ borderInlineStyle?: string;
139
+ borderInlineWidth?: string;
140
+ borderLeft?: string;
141
+ borderLeftColor?: string;
142
+ borderLeftStyle?: string;
143
+ borderLeftWidth?: string;
144
+ borderRadius?: string;
145
+ borderRight?: string;
146
+ borderRightColor?: string;
147
+ borderRightStyle?: string;
148
+ borderRightWidth?: string;
149
+ borderSpacing?: string;
150
+ borderStartEndRadius?: string;
151
+ borderStartStartRadius?: string;
152
+ borderStyle?: string;
153
+ borderTop?: string;
154
+ borderTopColor?: string;
155
+ borderTopLeftRadius?: string;
156
+ borderTopRightRadius?: string;
157
+ borderTopStyle?: string;
158
+ borderTopWidth?: string;
159
+ borderWidth?: string;
160
+ bottom?: string;
161
+ boxShadow?: string;
162
+ boxSizing: string;
163
+ breakAfter?: string;
164
+ breakBefore?: string;
165
+ breakInside?: string;
166
+ captionSide?: string;
167
+ caretColor?: string;
168
+ clear?: string;
169
+ clip?: string;
170
+ clipPath?: string;
171
+ clipRule?: string;
172
+ color?: string;
173
+ colorInterpolation?: string;
174
+ colorInterpolationFilters?: string;
175
+ colorScheme?: string;
176
+ columnCount?: string;
177
+ columnFill?: string;
178
+ columnGap?: string;
179
+ columnRule?: string;
180
+ columnRuleColor?: string;
181
+ columnRuleStyle?: string;
182
+ columnRuleWidth?: string;
183
+ columnSpan?: string;
184
+ columnWidth?: string;
185
+ columns?: string;
186
+ contain?: string;
187
+ containIntrinsicBlockSize?: string;
188
+ containIntrinsicHeight?: string;
189
+ containIntrinsicInlineSize?: string;
190
+ containIntrinsicSize?: string;
191
+ containIntrinsicWidth?: string;
192
+ container?: string;
193
+ containerName?: string;
194
+ containerType?: string;
195
+ content?: string;
196
+ contentVisibility?: string;
197
+ counterIncrement?: string;
198
+ counterReset?: string;
199
+ counterSet?: string;
200
+ cssFloat?: string;
201
+ cssText?: string;
202
+ cursor?: string;
203
+ cx?: string;
204
+ cy?: string;
205
+ d?: string;
206
+ direction?: string;
207
+ display: string;
208
+ dominantBaseline?: string;
209
+ emptyCells?: string;
210
+ fill?: string;
211
+ fillOpacity?: string;
212
+ fillRule?: string;
213
+ filter?: string;
214
+ flex?: string;
215
+ flexBasis?: string;
216
+ flexDirection?: string;
217
+ flexFlow?: string;
218
+ flexGrow?: string;
219
+ flexShrink?: string;
220
+ flexWrap?: string;
221
+ float?: string;
222
+ floodColor?: string;
223
+ floodOpacity?: string;
224
+ font?: string;
225
+ fontFamily?: string;
226
+ fontFeatureSettings?: string;
227
+ fontKerning?: string;
228
+ fontOpticalSizing?: string;
229
+ fontPalette?: string;
230
+ fontSize?: string;
231
+ fontSizeAdjust?: string;
232
+ fontStretch?: string;
233
+ fontStyle?: string;
234
+ fontSynthesis?: string;
235
+ fontSynthesisSmallCaps?: string;
236
+ fontSynthesisStyle?: string;
237
+ fontSynthesisWeight?: string;
238
+ fontVariant?: string;
239
+ fontVariantAlternates?: string;
240
+ fontVariantCaps?: string;
241
+ fontVariantEastAsian?: string;
242
+ fontVariantLigatures?: string;
243
+ fontVariantNumeric?: string;
244
+ fontVariantPosition?: string;
245
+ fontVariationSettings?: string;
246
+ fontWeight?: string;
247
+ forcedColorAdjust?: string;
248
+ gap?: string;
249
+ grid?: string;
250
+ gridArea?: string;
251
+ gridAutoColumns?: string;
252
+ gridAutoFlow?: string;
253
+ gridAutoRows?: string;
254
+ gridColumn?: string;
255
+ gridColumnEnd?: string;
256
+ gridColumnGap?: string;
257
+ gridColumnStart?: string;
258
+ gridGap?: string;
259
+ gridRow?: string;
260
+ gridRowEnd?: string;
261
+ gridRowGap?: string;
262
+ gridRowStart?: string;
263
+ gridTemplate?: string;
264
+ gridTemplateAreas?: string;
265
+ gridTemplateColumns?: string;
266
+ gridTemplateRows?: string;
267
+ height: string;
268
+ hyphenateCharacter?: string;
269
+ hyphens?: string;
270
+ imageOrientation?: string;
271
+ imageRendering?: string;
272
+ inlineSize?: string;
273
+ inset?: string;
274
+ insetBlock?: string;
275
+ insetBlockEnd?: string;
276
+ insetBlockStart?: string;
277
+ insetInline?: string;
278
+ insetInlineEnd?: string;
279
+ insetInlineStart?: string;
280
+ isolation?: string;
281
+ justifyContent?: string;
282
+ justifyItems?: string;
283
+ justifySelf?: string;
284
+ left?: string;
285
+ length?: number;
286
+ letterSpacing?: string;
287
+ lightingColor?: string;
288
+ lineBreak?: string;
289
+ lineHeight?: string;
290
+ listStyle?: string;
291
+ listStyleImage?: string;
292
+ listStylePosition?: string;
293
+ listStyleType?: string;
294
+ margin: string;
295
+ marginBlock?: string;
296
+ marginBlockEnd?: string;
297
+ marginBlockStart?: string;
298
+ marginBottom?: string;
299
+ marginInline?: string;
300
+ marginInlineEnd?: string;
301
+ marginInlineStart?: string;
302
+ marginLeft?: string;
303
+ marginRight?: string;
304
+ marginTop?: string;
305
+ marker?: string;
306
+ markerEnd?: string;
307
+ markerMid?: string;
308
+ markerStart?: string;
309
+ mask?: string;
310
+ maskClip?: string;
311
+ maskComposite?: string;
312
+ maskImage?: string;
313
+ maskMode?: string;
314
+ maskOrigin?: string;
315
+ maskPosition?: string;
316
+ maskRepeat?: string;
317
+ maskSize?: string;
318
+ maskType?: string;
319
+ mathDepth?: string;
320
+ mathStyle?: string;
321
+ maxBlockSize?: string;
322
+ maxHeight?: string;
323
+ maxInlineSize?: string;
324
+ maxWidth?: string;
325
+ minBlockSize?: string;
326
+ minHeight?: string;
327
+ minInlineSize?: string;
328
+ minWidth?: string;
329
+ mixBlendMode?: string;
330
+ objectFit?: string;
331
+ objectPosition?: string;
332
+ offset?: string;
333
+ offsetAnchor?: string;
334
+ offsetDistance?: string;
335
+ offsetPath?: string;
336
+ offsetPosition?: string;
337
+ offsetRotate?: string;
338
+ opacity?: string;
339
+ order?: string;
340
+ orphans?: string;
341
+ outline?: string;
342
+ outlineColor?: string;
343
+ outlineOffset?: string;
344
+ outlineStyle?: string;
345
+ outlineWidth?: string;
346
+ overflow: string;
347
+ overflowAnchor?: string;
348
+ overflowClipMargin?: string;
349
+ overflowWrap?: string;
350
+ overflowX?: string;
351
+ overflowY?: string;
352
+ overscrollBehavior?: string;
353
+ overscrollBehaviorBlock?: string;
354
+ overscrollBehaviorInline?: string;
355
+ overscrollBehaviorX?: string;
356
+ overscrollBehaviorY?: string;
357
+ padding: string;
358
+ paddingBlock?: string;
359
+ paddingBlockEnd?: string;
360
+ paddingBlockStart?: string;
361
+ paddingBottom?: string;
362
+ paddingInline?: string;
363
+ paddingInlineEnd?: string;
364
+ paddingInlineStart?: string;
365
+ paddingLeft?: string;
366
+ paddingRight?: string;
367
+ paddingTop?: string;
368
+ page?: string;
369
+ pageBreakAfter?: string;
370
+ pageBreakBefore?: string;
371
+ pageBreakInside?: string;
372
+ paintOrder?: string;
373
+ parentRule?: CSSRule | null;
374
+ perspective?: string;
375
+ perspectiveOrigin?: string;
376
+ placeContent?: string;
377
+ placeItems?: string;
378
+ placeSelf?: string;
379
+ pointerEvents?: string;
380
+ position: string;
381
+ printColorAdjust?: string;
382
+ quotes?: string;
383
+ r?: string;
384
+ resize?: string;
385
+ right?: string;
386
+ rotate?: string;
387
+ rowGap?: string;
388
+ rubyPosition?: string;
389
+ rx?: string;
390
+ ry?: string;
391
+ scale?: string;
392
+ scrollBehavior?: string;
393
+ scrollMargin?: string;
394
+ scrollMarginBlock?: string;
395
+ scrollMarginBlockEnd?: string;
396
+ scrollMarginBlockStart?: string;
397
+ scrollMarginBottom?: string;
398
+ scrollMarginInline?: string;
399
+ scrollMarginInlineEnd?: string;
400
+ scrollMarginInlineStart?: string;
401
+ scrollMarginLeft?: string;
402
+ scrollMarginRight?: string;
403
+ scrollMarginTop?: string;
404
+ scrollPadding?: string;
405
+ scrollPaddingBlock?: string;
406
+ scrollPaddingBlockEnd?: string;
407
+ scrollPaddingBlockStart?: string;
408
+ scrollPaddingBottom?: string;
409
+ scrollPaddingInline?: string;
410
+ scrollPaddingInlineEnd?: string;
411
+ scrollPaddingInlineStart?: string;
412
+ scrollPaddingLeft?: string;
413
+ scrollPaddingRight?: string;
414
+ scrollPaddingTop?: string;
415
+ scrollSnapAlign?: string;
416
+ scrollSnapStop?: string;
417
+ scrollSnapType?: string;
418
+ scrollbarColor?: string;
419
+ scrollbarGutter?: string;
420
+ scrollbarWidth?: string;
421
+ shapeImageThreshold?: string;
422
+ shapeMargin?: string;
423
+ shapeOutside?: string;
424
+ shapeRendering?: string;
425
+ stopColor?: string;
426
+ stopOpacity?: string;
427
+ stroke?: string;
428
+ strokeDasharray?: string;
429
+ strokeDashoffset?: string;
430
+ strokeLinecap?: string;
431
+ strokeLinejoin?: string;
432
+ strokeMiterlimit?: string;
433
+ strokeOpacity?: string;
434
+ strokeWidth?: string;
435
+ tabSize?: string;
436
+ tableLayout?: string;
437
+ textAlign?: string;
438
+ textAlignLast?: string;
439
+ textAnchor?: string;
440
+ textCombineUpright?: string;
441
+ textDecoration?: string;
442
+ textDecorationColor?: string;
443
+ textDecorationLine?: string;
444
+ textDecorationSkipInk?: string;
445
+ textDecorationStyle?: string;
446
+ textDecorationThickness?: string;
447
+ textEmphasis?: string;
448
+ textEmphasisColor?: string;
449
+ textEmphasisPosition?: string;
450
+ textEmphasisStyle?: string;
451
+ textIndent?: string;
452
+ textOrientation?: string;
453
+ textOverflow?: string;
454
+ textRendering?: string;
455
+ textShadow?: string;
456
+ textTransform?: string;
457
+ textUnderlineOffset?: string;
458
+ textUnderlinePosition?: string;
459
+ textWrap?: string;
460
+ textWrapMode?: string;
461
+ textWrapStyle?: string;
462
+ top?: string;
463
+ touchAction?: string;
464
+ transform?: string;
465
+ transformBox?: string;
466
+ transformOrigin?: string;
467
+ transformStyle?: string;
468
+ transition?: string;
469
+ transitionBehavior?: string;
470
+ transitionDelay?: string;
471
+ transitionDuration?: string;
472
+ transitionProperty?: string;
473
+ transitionTimingFunction?: string;
474
+ translate?: string;
475
+ unicodeBidi?: string;
476
+ userSelect?: string;
477
+ vectorEffect?: string;
478
+ verticalAlign?: string;
479
+ visibility?: string;
480
+ webkitAlignContent?: string;
481
+ webkitAlignItems?: string;
482
+ webkitAlignSelf?: string;
483
+ webkitAnimation?: string;
484
+ webkitAnimationDelay?: string;
485
+ webkitAnimationDirection?: string;
486
+ webkitAnimationDuration?: string;
487
+ webkitAnimationFillMode?: string;
488
+ webkitAnimationIterationCount?: string;
489
+ webkitAnimationName?: string;
490
+ webkitAnimationPlayState?: string;
491
+ webkitAnimationTimingFunction?: string;
492
+ webkitAppearance?: string;
493
+ webkitBackfaceVisibility?: string;
494
+ webkitBackgroundClip?: string;
495
+ webkitBackgroundOrigin?: string;
496
+ webkitBackgroundSize?: string;
497
+ webkitBorderBottomLeftRadius?: string;
498
+ webkitBorderBottomRightRadius?: string;
499
+ webkitBorderRadius?: string;
500
+ webkitBorderTopLeftRadius?: string;
501
+ webkitBorderTopRightRadius?: string;
502
+ webkitBoxAlign?: string;
503
+ webkitBoxFlex?: string;
504
+ webkitBoxOrdinalGroup?: string;
505
+ webkitBoxOrient?: string;
506
+ webkitBoxPack?: string;
507
+ webkitBoxShadow?: string;
508
+ webkitBoxSizing?: string;
509
+ webkitFilter?: string;
510
+ webkitFlex?: string;
511
+ webkitFlexBasis?: string;
512
+ webkitFlexDirection?: string;
513
+ webkitFlexFlow?: string;
514
+ webkitFlexGrow?: string;
515
+ webkitFlexShrink?: string;
516
+ webkitFlexWrap?: string;
517
+ webkitJustifyContent?: string;
518
+ webkitLineClamp?: string;
519
+ webkitMask?: string;
520
+ webkitMaskBoxImage?: string;
521
+ webkitMaskBoxImageOutset?: string;
522
+ webkitMaskBoxImageRepeat?: string;
523
+ webkitMaskBoxImageSlice?: string;
524
+ webkitMaskBoxImageSource?: string;
525
+ webkitMaskBoxImageWidth?: string;
526
+ webkitMaskClip?: string;
527
+ webkitMaskComposite?: string;
528
+ webkitMaskImage?: string;
529
+ webkitMaskOrigin?: string;
530
+ webkitMaskPosition?: string;
531
+ webkitMaskRepeat?: string;
532
+ webkitMaskSize?: string;
533
+ webkitOrder?: string;
534
+ webkitPerspective?: string;
535
+ webkitPerspectiveOrigin?: string;
536
+ webkitTextFillColor?: string;
537
+ webkitTextSizeAdjust?: string;
538
+ webkitTextStroke?: string;
539
+ webkitTextStrokeColor?: string;
540
+ webkitTextStrokeWidth?: string;
541
+ webkitTransform?: string;
542
+ webkitTransformOrigin?: string;
543
+ webkitTransformStyle?: string;
544
+ webkitTransition?: string;
545
+ webkitTransitionDelay?: string;
546
+ webkitTransitionDuration?: string;
547
+ webkitTransitionProperty?: string;
548
+ webkitTransitionTimingFunction?: string;
549
+ webkitUserSelect?: string;
550
+ whiteSpace?: string;
551
+ whiteSpaceCollapse?: string;
552
+ widows?: string;
553
+ width: string;
554
+ willChange?: string;
555
+ wordBreak?: string;
556
+ wordSpacing?: string;
557
+ wordWrap?: string;
558
+ writingMode?: string;
559
+ x?: string;
560
+ y?: string;
561
+ zIndex?: string;
562
+ zoom?: string;
563
+ getPropertyPriority?: (property: string) => string;
564
+ getPropertyValue?: (property: string) => string;
565
+ item?: (index: number) => string;
566
+ removeProperty?: (property: string) => string;
567
+ setProperty?: (property: string, value: string | null, priority?: string) => void;
568
+ 'background-color': string;
569
+ 'border-style': string;
570
+ 'border-color': string;
571
+ 'border-width': string;
572
+ 'border-radius': string;
573
+ };
64
574
  static ɵfac: i0.ɵɵFactoryDeclaration<OtherGridComponent, never>;
65
575
  static ɵcmp: i0.ɵɵComponentDeclaration<OtherGridComponent, "app-other-grid-component", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "showAspect": { "alias": "showAspect"; "required": false; }; "timeBackgroundColor": { "alias": "timeBackgroundColor"; "required": false; }; "showTimer": { "alias": "showTimer"; "required": false; }; "meetingProgressTime": { "alias": "meetingProgressTime"; "required": false; }; "containerStyle": { "alias": "containerStyle"; "required": false; }; "customTemplate": { "alias": "customTemplate"; "required": false; }; }, {}, never, ["*"], true, never>;
66
576
  }
@@ -101,18 +101,51 @@ export declare class Pagination implements OnInit, OnChanges {
101
101
  backgroundColor: string;
102
102
  paginationHeight: number;
103
103
  showAspect: boolean;
104
+ maxVisiblePages: number;
104
105
  parameters: PaginationParameters;
105
106
  constructor(generatePageContentService: GeneratePageContent);
107
+ faHome: import("@fortawesome/fontawesome-common-types").IconDefinition;
106
108
  faStar: import("@fortawesome/fontawesome-common-types").IconDefinition;
107
109
  faLock: import("@fortawesome/fontawesome-common-types").IconDefinition;
110
+ faUsers: import("@fortawesome/fontawesome-common-types").IconDefinition;
111
+ faChevronLeft: import("@fortawesome/fontawesome-common-types").IconDefinition;
112
+ faChevronRight: import("@fortawesome/fontawesome-common-types").IconDefinition;
113
+ faChevronUp: import("@fortawesome/fontawesome-common-types").IconDefinition;
114
+ faChevronDown: import("@fortawesome/fontawesome-common-types").IconDefinition;
108
115
  data: number[];
116
+ private windowStart;
109
117
  ngOnInit(): void;
110
118
  ngOnChanges(changes: SimpleChanges): void;
111
119
  handleClick: (page: number) => Promise<void>;
112
120
  componentSizes: ComponentSizes;
121
+ resolveParameters(): PaginationParameters;
122
+ isDarkModeEnabled(): boolean;
123
+ refreshVisiblePages(): void;
124
+ shouldShowNavigationArrows(): boolean;
125
+ canNavigateBack(): boolean;
126
+ canNavigateForward(): boolean;
127
+ shiftWindowBack(): void;
128
+ shiftWindowForward(): void;
129
+ getArrowStyle(disabled: boolean): {
130
+ color: string;
131
+ cursor: string;
132
+ opacity: string;
133
+ };
134
+ getHomeIconColor(): string;
135
+ getContainerStyle(): any;
113
136
  getPageStyle(item: number): any;
137
+ getPageLabelStyle(item: number): {
138
+ color: string;
139
+ };
140
+ getPageAriaLabel(item: number): string;
114
141
  isBreakoutRoom: (item: number) => boolean;
142
+ isCurrentBreakoutRoom(item: number): boolean;
143
+ showBreakoutLock(item: number): boolean;
115
144
  getDisplayItem(item: number): string;
145
+ private syncWindowToCurrentPage;
146
+ private clampWindowStart;
147
+ private getWindowShiftAmount;
148
+ private getBreakoutRoomNumber;
116
149
  static ɵfac: i0.ɵɵFactoryDeclaration<Pagination, never>;
117
- static ɵcmp: i0.ɵɵComponentDeclaration<Pagination, "app-pagination", never, { "totalPages": { "alias": "totalPages"; "required": false; }; "currentUserPage": { "alias": "currentUserPage"; "required": false; }; "handlePageChange": { "alias": "handlePageChange"; "required": false; }; "position": { "alias": "position"; "required": false; }; "location": { "alias": "location"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "buttonsContainerStyle": { "alias": "buttonsContainerStyle"; "required": false; }; "activePageStyle": { "alias": "activePageStyle"; "required": false; }; "inactivePageStyle": { "alias": "inactivePageStyle"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "paginationHeight": { "alias": "paginationHeight"; "required": false; }; "showAspect": { "alias": "showAspect"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; }, {}, never, never, true, never>;
150
+ static ɵcmp: i0.ɵɵComponentDeclaration<Pagination, "app-pagination", never, { "totalPages": { "alias": "totalPages"; "required": false; }; "currentUserPage": { "alias": "currentUserPage"; "required": false; }; "handlePageChange": { "alias": "handlePageChange"; "required": false; }; "position": { "alias": "position"; "required": false; }; "location": { "alias": "location"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "buttonsContainerStyle": { "alias": "buttonsContainerStyle"; "required": false; }; "activePageStyle": { "alias": "activePageStyle"; "required": false; }; "inactivePageStyle": { "alias": "inactivePageStyle"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "paginationHeight": { "alias": "paginationHeight"; "required": false; }; "showAspect": { "alias": "showAspect"; "required": false; }; "maxVisiblePages": { "alias": "maxVisiblePages"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; }, {}, never, never, true, never>;
118
151
  }