mediasfu-angular 2.2.1 → 2.2.2

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 (79) hide show
  1. package/README.md +832 -1
  2. package/dist/README.md +832 -1
  3. package/dist/fesm2022/mediasfu-angular.mjs +9284 -4188
  4. package/dist/fesm2022/mediasfu-angular.mjs.map +1 -1
  5. package/dist/lib/@types/types.d.ts +6 -1
  6. package/dist/lib/@types/ui-overrides.types.d.ts +310 -0
  7. package/dist/lib/components/background-components/background-modal/background-modal.component.d.ts +1023 -2
  8. package/dist/lib/components/breakout-components/breakout-rooms-modal.component.d.ts +1069 -45
  9. package/dist/lib/components/breakout-components/edit-room-modal/edit-room-modal.component.d.ts +1054 -42
  10. package/dist/lib/components/co-host-components/co-host-modal/co-host-modal.component.d.ts +1067 -56
  11. package/dist/lib/components/display-components/alert-component/alert.component.component.d.ts +80 -24
  12. package/dist/lib/components/display-components/audio-grid/audio-grid.component.d.ts +83 -11
  13. package/dist/lib/components/display-components/flexible-grid/flexible-grid.component.d.ts +96 -33
  14. package/dist/lib/components/display-components/loading-modal/loading-modal.component.d.ts +16 -26
  15. package/dist/lib/components/display-components/main-aspect-component/main-aspect-component.component.d.ts +6 -2
  16. package/dist/lib/components/display-components/main-container-component/main-container-component.component.d.ts +6 -2
  17. package/dist/lib/components/display-components/main-grid-component/main-grid-component.component.d.ts +7 -13
  18. package/dist/lib/components/display-components/main-screen-component/main-screen-component.component.d.ts +508 -7
  19. package/dist/lib/components/display-components/other-grid-component/other-grid-component.component.d.ts +7 -1
  20. package/dist/lib/components/display-components/sub-aspect-component/sub-aspect-component.component.d.ts +7 -2
  21. package/dist/lib/components/display-settings-components/display-settings-modal.component.d.ts +1107 -27
  22. package/dist/lib/components/event-settings-components/event-settings-modal/event-settings-modal.component.d.ts +1134 -49
  23. package/dist/lib/components/exit-components/confirm-exit-modal/confirm-exit-modal.component.d.ts +94 -32
  24. package/dist/lib/components/media-settings-components/media-settings-modal/media-settings-modal.component.d.ts +1123 -47
  25. package/dist/lib/components/mediasfu-components/mediasfu-broadcast.component.d.ts +24914 -73
  26. package/dist/lib/components/mediasfu-components/mediasfu-chat.component.d.ts +224 -73
  27. package/dist/lib/components/mediasfu-components/mediasfu-conference.component.d.ts +18068 -93
  28. package/dist/lib/components/mediasfu-components/mediasfu-generic.component.d.ts +56280 -93
  29. package/dist/lib/components/mediasfu-components/mediasfu-webinar.component.d.ts +20785 -93
  30. package/dist/lib/components/menu-components/custom-buttons/custom-buttons.component.d.ts +23 -4
  31. package/dist/lib/components/menu-components/meeting-id-component/meeting-id-component.component.d.ts +78 -1
  32. package/dist/lib/components/menu-components/meeting-passcode-component/meeting-passcode-component.component.d.ts +37 -1
  33. package/dist/lib/components/menu-components/menu-modal/menu-modal.component.d.ts +689 -9
  34. package/dist/lib/components/menu-components/share-buttons-component/share-buttons-component.component.d.ts +46 -2
  35. package/dist/lib/components/message-components/messages-modal/messages-modal.component.d.ts +76 -13
  36. package/dist/lib/components/misc-components/confirm-here-modal/confirm-here-modal.component.d.ts +1113 -17
  37. package/dist/lib/components/misc-components/share-event-modal/share-event-modal.component.d.ts +1114 -29
  38. package/dist/lib/components/participants-components/participants-modal/participants-modal.component.d.ts +1084 -6
  39. package/dist/lib/components/polls-components/poll-modal/poll-modal.component.d.ts +1060 -21
  40. package/dist/lib/components/recording-components/recording-modal/recording-modal.component.d.ts +1054 -35
  41. package/dist/lib/components/requests-components/requests-modal/requests-modal.component.d.ts +1117 -45
  42. package/dist/lib/components/screenboard-components/screenboard-modal/screenboard-modal.component.d.ts +1059 -47
  43. package/dist/lib/components/waiting-components/waiting-room-modal.component.d.ts +1119 -46
  44. package/dist/lib/components/whiteboard-components/configure-whiteboard-modal/configure-whiteboard-modal.component.d.ts +1049 -16
  45. package/dist/lib/consumers/add-videos-grid.service.d.ts +3 -0
  46. package/dist/lib/consumers/connect-ips.service.d.ts +3 -1
  47. package/dist/lib/consumers/connect-recv-transport.service.d.ts +4 -1
  48. package/dist/lib/consumers/connect-send-transport-audio.service.d.ts +5 -1
  49. package/dist/lib/consumers/connect-send-transport-screen.service.d.ts +6 -1
  50. package/dist/lib/consumers/connect-send-transport-video.service.d.ts +6 -1
  51. package/dist/lib/consumers/connect-send-transport.service.d.ts +3 -1
  52. package/dist/lib/consumers/consumer-resume.service.d.ts +2 -1
  53. package/dist/lib/consumers/create-send-transport.service.d.ts +4 -1
  54. package/dist/lib/consumers/disconnect-send-transport-audio.service.d.ts +3 -1
  55. package/dist/lib/consumers/disconnect-send-transport-screen.service.d.ts +3 -1
  56. package/dist/lib/consumers/disconnect-send-transport-video.service.d.ts +3 -1
  57. package/dist/lib/consumers/prepopulate-user-media.service.d.ts +3 -0
  58. package/dist/lib/consumers/resume-send-transport-audio.service.d.ts +3 -1
  59. package/dist/lib/consumers/signal-new-consumer-transport.service.d.ts +3 -1
  60. package/dist/lib/consumers/socket-receive-methods/join-consume-room.service.d.ts +3 -1
  61. package/dist/lib/consumers/socket-receive-methods/new-pipe-producer.service.d.ts +3 -1
  62. package/dist/lib/consumers/stream-success-audio-switch.service.d.ts +5 -1
  63. package/dist/lib/consumers/stream-success-audio.service.d.ts +3 -1
  64. package/dist/lib/consumers/stream-success-video.service.d.ts +5 -1
  65. package/dist/lib/directives/with-override.directive.d.ts +76 -0
  66. package/dist/lib/methods/utils/initial-values.util.d.ts +7 -2
  67. package/dist/lib/methods/utils/mini-audio-player/mini-audio-player.component.d.ts +3 -1
  68. package/dist/lib/methods/utils/producer/a-params.service.d.ts +4 -1
  69. package/dist/lib/methods/utils/producer/h-params.service.d.ts +4 -1
  70. package/dist/lib/methods/utils/producer/screen-params.service.d.ts +4 -1
  71. package/dist/lib/methods/utils/producer/v-params.service.d.ts +4 -1
  72. package/dist/lib/methods/whiteboard-methods/capture-canvas-stream.service.d.ts +3 -1
  73. package/dist/lib/producer-client/producer-client-emits/create-device-client.service.d.ts +4 -1
  74. package/dist/lib/producer-client/producer-client-emits/update-room-parameters-client.service.d.ts +3 -1
  75. package/dist/lib/producers/producer-emits/join-con-room.service.d.ts +3 -1
  76. package/dist/lib/producers/socket-receive-methods/get-domains.service.d.ts +3 -1
  77. package/dist/lib/services/ui-override-resolver.service.d.ts +91 -0
  78. package/dist/public-api.d.ts +4 -0
  79. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- import { OnInit, OnChanges, SimpleChanges, QueryList, ElementRef, Renderer2, AfterViewInit, OnDestroy } from '@angular/core';
1
+ import { OnInit, OnChanges, SimpleChanges, QueryList, ElementRef, Renderer2, AfterViewInit, OnDestroy, TemplateRef } from '@angular/core';
2
2
  import { ComponentSizes } from '../../../@types/types';
3
3
  import * as i0 from "@angular/core";
4
4
  export interface MainScreenComponentOptions {
@@ -9,6 +9,8 @@ export interface MainScreenComponentOptions {
9
9
  defaultFraction?: number;
10
10
  showControls?: boolean;
11
11
  updateComponentSizes: (sizes: ComponentSizes) => void;
12
+ containerStyle?: Partial<CSSStyleDeclaration>;
13
+ customTemplate?: TemplateRef<any>;
12
14
  }
13
15
  export type MainScreenComponentType = (options: MainScreenComponentOptions) => HTMLElement;
14
16
  /**
@@ -72,6 +74,8 @@ export declare class MainScreenComponent implements OnInit, OnChanges, AfterView
72
74
  defaultFraction: number;
73
75
  showControls: boolean;
74
76
  updateComponentSizes: (sizes: ComponentSizes) => void;
77
+ containerStyle?: Partial<CSSStyleDeclaration>;
78
+ customTemplate?: TemplateRef<any>;
75
79
  children: QueryList<ElementRef>;
76
80
  parentWidth: number;
77
81
  parentHeight: number;
@@ -88,16 +92,513 @@ export declare class MainScreenComponent implements OnInit, OnChanges, AfterView
88
92
  otherWidth: number;
89
93
  };
90
94
  updateDimensions: () => void;
91
- get containerStyle(): {
95
+ get computedContainerStyle(): {
96
+ accentColor?: string | undefined;
97
+ alignContent?: string | undefined;
98
+ alignItems?: string | undefined;
99
+ alignSelf?: string | undefined;
100
+ alignmentBaseline?: string | undefined;
101
+ all?: string | undefined;
102
+ animation?: string | undefined;
103
+ animationComposition?: string | undefined;
104
+ animationDelay?: string | undefined;
105
+ animationDirection?: string | undefined;
106
+ animationDuration?: string | undefined;
107
+ animationFillMode?: string | undefined;
108
+ animationIterationCount?: string | undefined;
109
+ animationName?: string | undefined;
110
+ animationPlayState?: string | undefined;
111
+ animationTimingFunction?: string | undefined;
112
+ appearance?: string | undefined;
113
+ aspectRatio?: string | undefined;
114
+ backdropFilter?: string | undefined;
115
+ backfaceVisibility?: string | undefined;
116
+ background?: string | undefined;
117
+ backgroundAttachment?: string | undefined;
118
+ backgroundBlendMode?: string | undefined;
119
+ backgroundClip?: string | undefined;
120
+ backgroundColor?: string | undefined;
121
+ backgroundImage?: string | undefined;
122
+ backgroundOrigin?: string | undefined;
123
+ backgroundPosition?: string | undefined;
124
+ backgroundPositionX?: string | undefined;
125
+ backgroundPositionY?: string | undefined;
126
+ backgroundRepeat?: string | undefined;
127
+ backgroundSize?: string | undefined;
128
+ baselineShift?: string | undefined;
129
+ baselineSource?: string | undefined;
130
+ blockSize?: string | undefined;
131
+ border?: string | undefined;
132
+ borderBlock?: string | undefined;
133
+ borderBlockColor?: string | undefined;
134
+ borderBlockEnd?: string | undefined;
135
+ borderBlockEndColor?: string | undefined;
136
+ borderBlockEndStyle?: string | undefined;
137
+ borderBlockEndWidth?: string | undefined;
138
+ borderBlockStart?: string | undefined;
139
+ borderBlockStartColor?: string | undefined;
140
+ borderBlockStartStyle?: string | undefined;
141
+ borderBlockStartWidth?: string | undefined;
142
+ borderBlockStyle?: string | undefined;
143
+ borderBlockWidth?: string | undefined;
144
+ borderBottom?: string | undefined;
145
+ borderBottomColor?: string | undefined;
146
+ borderBottomLeftRadius?: string | undefined;
147
+ borderBottomRightRadius?: string | undefined;
148
+ borderBottomStyle?: string | undefined;
149
+ borderBottomWidth?: string | undefined;
150
+ borderCollapse?: string | undefined;
151
+ borderColor?: string | undefined;
152
+ borderEndEndRadius?: string | undefined;
153
+ borderEndStartRadius?: string | undefined;
154
+ borderImage?: string | undefined;
155
+ borderImageOutset?: string | undefined;
156
+ borderImageRepeat?: string | undefined;
157
+ borderImageSlice?: string | undefined;
158
+ borderImageSource?: string | undefined;
159
+ borderImageWidth?: string | undefined;
160
+ borderInline?: string | undefined;
161
+ borderInlineColor?: string | undefined;
162
+ borderInlineEnd?: string | undefined;
163
+ borderInlineEndColor?: string | undefined;
164
+ borderInlineEndStyle?: string | undefined;
165
+ borderInlineEndWidth?: string | undefined;
166
+ borderInlineStart?: string | undefined;
167
+ borderInlineStartColor?: string | undefined;
168
+ borderInlineStartStyle?: string | undefined;
169
+ borderInlineStartWidth?: string | undefined;
170
+ borderInlineStyle?: string | undefined;
171
+ borderInlineWidth?: string | undefined;
172
+ borderLeft?: string | undefined;
173
+ borderLeftColor?: string | undefined;
174
+ borderLeftStyle?: string | undefined;
175
+ borderLeftWidth?: string | undefined;
176
+ borderRadius?: string | undefined;
177
+ borderRight?: string | undefined;
178
+ borderRightColor?: string | undefined;
179
+ borderRightStyle?: string | undefined;
180
+ borderRightWidth?: string | undefined;
181
+ borderSpacing?: string | undefined;
182
+ borderStartEndRadius?: string | undefined;
183
+ borderStartStartRadius?: string | undefined;
184
+ borderStyle?: string | undefined;
185
+ borderTop?: string | undefined;
186
+ borderTopColor?: string | undefined;
187
+ borderTopLeftRadius?: string | undefined;
188
+ borderTopRightRadius?: string | undefined;
189
+ borderTopStyle?: string | undefined;
190
+ borderTopWidth?: string | undefined;
191
+ borderWidth?: string | undefined;
192
+ bottom?: string | undefined;
193
+ boxShadow?: string | undefined;
194
+ boxSizing?: string | undefined;
195
+ breakAfter?: string | undefined;
196
+ breakBefore?: string | undefined;
197
+ breakInside?: string | undefined;
198
+ captionSide?: string | undefined;
199
+ caretColor?: string | undefined;
200
+ clear?: string | undefined;
201
+ clip?: string | undefined;
202
+ clipPath?: string | undefined;
203
+ clipRule?: string | undefined;
204
+ color?: string | undefined;
205
+ colorInterpolation?: string | undefined;
206
+ colorInterpolationFilters?: string | undefined;
207
+ colorScheme?: string | undefined;
208
+ columnCount?: string | undefined;
209
+ columnFill?: string | undefined;
210
+ columnGap?: string | undefined;
211
+ columnRule?: string | undefined;
212
+ columnRuleColor?: string | undefined;
213
+ columnRuleStyle?: string | undefined;
214
+ columnRuleWidth?: string | undefined;
215
+ columnSpan?: string | undefined;
216
+ columnWidth?: string | undefined;
217
+ columns?: string | undefined;
218
+ contain?: string | undefined;
219
+ containIntrinsicBlockSize?: string | undefined;
220
+ containIntrinsicHeight?: string | undefined;
221
+ containIntrinsicInlineSize?: string | undefined;
222
+ containIntrinsicSize?: string | undefined;
223
+ containIntrinsicWidth?: string | undefined;
224
+ container?: string | undefined;
225
+ containerName?: string | undefined;
226
+ containerType?: string | undefined;
227
+ content?: string | undefined;
228
+ contentVisibility?: string | undefined;
229
+ counterIncrement?: string | undefined;
230
+ counterReset?: string | undefined;
231
+ counterSet?: string | undefined;
232
+ cssFloat?: string | undefined;
233
+ cssText?: string | undefined;
234
+ cursor?: string | undefined;
235
+ cx?: string | undefined;
236
+ cy?: string | undefined;
237
+ d?: string | undefined;
238
+ direction?: string | undefined;
92
239
  display: string;
93
- flex: number;
240
+ dominantBaseline?: string | undefined;
241
+ emptyCells?: string | undefined;
242
+ fill?: string | undefined;
243
+ fillOpacity?: string | undefined;
244
+ fillRule?: string | undefined;
245
+ filter?: string | undefined;
246
+ flex: string | number;
247
+ flexBasis?: string | undefined;
94
248
  flexDirection: string;
95
- width: string;
249
+ flexFlow?: string | undefined;
250
+ flexGrow?: string | undefined;
251
+ flexShrink?: string | undefined;
252
+ flexWrap?: string | undefined;
253
+ float?: string | undefined;
254
+ floodColor?: string | undefined;
255
+ floodOpacity?: string | undefined;
256
+ font?: string | undefined;
257
+ fontFamily?: string | undefined;
258
+ fontFeatureSettings?: string | undefined;
259
+ fontKerning?: string | undefined;
260
+ fontOpticalSizing?: string | undefined;
261
+ fontPalette?: string | undefined;
262
+ fontSize?: string | undefined;
263
+ fontSizeAdjust?: string | undefined;
264
+ fontStretch?: string | undefined;
265
+ fontStyle?: string | undefined;
266
+ fontSynthesis?: string | undefined;
267
+ fontSynthesisSmallCaps?: string | undefined;
268
+ fontSynthesisStyle?: string | undefined;
269
+ fontSynthesisWeight?: string | undefined;
270
+ fontVariant?: string | undefined;
271
+ fontVariantAlternates?: string | undefined;
272
+ fontVariantCaps?: string | undefined;
273
+ fontVariantEastAsian?: string | undefined;
274
+ fontVariantLigatures?: string | undefined;
275
+ fontVariantNumeric?: string | undefined;
276
+ fontVariantPosition?: string | undefined;
277
+ fontVariationSettings?: string | undefined;
278
+ fontWeight?: string | undefined;
279
+ forcedColorAdjust?: string | undefined;
280
+ gap?: string | undefined;
281
+ grid?: string | undefined;
282
+ gridArea?: string | undefined;
283
+ gridAutoColumns?: string | undefined;
284
+ gridAutoFlow?: string | undefined;
285
+ gridAutoRows?: string | undefined;
286
+ gridColumn?: string | undefined;
287
+ gridColumnEnd?: string | undefined;
288
+ gridColumnGap?: string | undefined;
289
+ gridColumnStart?: string | undefined;
290
+ gridGap?: string | undefined;
291
+ gridRow?: string | undefined;
292
+ gridRowEnd?: string | undefined;
293
+ gridRowGap?: string | undefined;
294
+ gridRowStart?: string | undefined;
295
+ gridTemplate?: string | undefined;
296
+ gridTemplateAreas?: string | undefined;
297
+ gridTemplateColumns?: string | undefined;
298
+ gridTemplateRows?: string | undefined;
96
299
  height: string;
97
- padding: number;
98
- margin: number;
300
+ hyphenateCharacter?: string | undefined;
301
+ hyphens?: string | undefined;
302
+ imageOrientation?: string | undefined;
303
+ imageRendering?: string | undefined;
304
+ inlineSize?: string | undefined;
305
+ inset?: string | undefined;
306
+ insetBlock?: string | undefined;
307
+ insetBlockEnd?: string | undefined;
308
+ insetBlockStart?: string | undefined;
309
+ insetInline?: string | undefined;
310
+ insetInlineEnd?: string | undefined;
311
+ insetInlineStart?: string | undefined;
312
+ isolation?: string | undefined;
313
+ justifyContent?: string | undefined;
314
+ justifyItems?: string | undefined;
315
+ justifySelf?: string | undefined;
316
+ left?: string | undefined;
317
+ length?: number | undefined;
318
+ letterSpacing?: string | undefined;
319
+ lightingColor?: string | undefined;
320
+ lineBreak?: string | undefined;
321
+ lineHeight?: string | undefined;
322
+ listStyle?: string | undefined;
323
+ listStyleImage?: string | undefined;
324
+ listStylePosition?: string | undefined;
325
+ listStyleType?: string | undefined;
326
+ margin: string | number;
327
+ marginBlock?: string | undefined;
328
+ marginBlockEnd?: string | undefined;
329
+ marginBlockStart?: string | undefined;
330
+ marginBottom?: string | undefined;
331
+ marginInline?: string | undefined;
332
+ marginInlineEnd?: string | undefined;
333
+ marginInlineStart?: string | undefined;
334
+ marginLeft?: string | undefined;
335
+ marginRight?: string | undefined;
336
+ marginTop?: string | undefined;
337
+ marker?: string | undefined;
338
+ markerEnd?: string | undefined;
339
+ markerMid?: string | undefined;
340
+ markerStart?: string | undefined;
341
+ mask?: string | undefined;
342
+ maskClip?: string | undefined;
343
+ maskComposite?: string | undefined;
344
+ maskImage?: string | undefined;
345
+ maskMode?: string | undefined;
346
+ maskOrigin?: string | undefined;
347
+ maskPosition?: string | undefined;
348
+ maskRepeat?: string | undefined;
349
+ maskSize?: string | undefined;
350
+ maskType?: string | undefined;
351
+ mathDepth?: string | undefined;
352
+ mathStyle?: string | undefined;
353
+ maxBlockSize?: string | undefined;
354
+ maxHeight?: string | undefined;
355
+ maxInlineSize?: string | undefined;
356
+ maxWidth?: string | undefined;
357
+ minBlockSize?: string | undefined;
358
+ minHeight?: string | undefined;
359
+ minInlineSize?: string | undefined;
360
+ minWidth?: string | undefined;
361
+ mixBlendMode?: string | undefined;
362
+ objectFit?: string | undefined;
363
+ objectPosition?: string | undefined;
364
+ offset?: string | undefined;
365
+ offsetAnchor?: string | undefined;
366
+ offsetDistance?: string | undefined;
367
+ offsetPath?: string | undefined;
368
+ offsetPosition?: string | undefined;
369
+ offsetRotate?: string | undefined;
370
+ opacity?: string | undefined;
371
+ order?: string | undefined;
372
+ orphans?: string | undefined;
373
+ outline?: string | undefined;
374
+ outlineColor?: string | undefined;
375
+ outlineOffset?: string | undefined;
376
+ outlineStyle?: string | undefined;
377
+ outlineWidth?: string | undefined;
378
+ overflow?: string | undefined;
379
+ overflowAnchor?: string | undefined;
380
+ overflowClipMargin?: string | undefined;
381
+ overflowWrap?: string | undefined;
382
+ overflowX?: string | undefined;
383
+ overflowY?: string | undefined;
384
+ overscrollBehavior?: string | undefined;
385
+ overscrollBehaviorBlock?: string | undefined;
386
+ overscrollBehaviorInline?: string | undefined;
387
+ overscrollBehaviorX?: string | undefined;
388
+ overscrollBehaviorY?: string | undefined;
389
+ padding: string | number;
390
+ paddingBlock?: string | undefined;
391
+ paddingBlockEnd?: string | undefined;
392
+ paddingBlockStart?: string | undefined;
393
+ paddingBottom?: string | undefined;
394
+ paddingInline?: string | undefined;
395
+ paddingInlineEnd?: string | undefined;
396
+ paddingInlineStart?: string | undefined;
397
+ paddingLeft?: string | undefined;
398
+ paddingRight?: string | undefined;
399
+ paddingTop?: string | undefined;
400
+ page?: string | undefined;
401
+ pageBreakAfter?: string | undefined;
402
+ pageBreakBefore?: string | undefined;
403
+ pageBreakInside?: string | undefined;
404
+ paintOrder?: string | undefined;
405
+ parentRule?: CSSRule | null | undefined;
406
+ perspective?: string | undefined;
407
+ perspectiveOrigin?: string | undefined;
408
+ placeContent?: string | undefined;
409
+ placeItems?: string | undefined;
410
+ placeSelf?: string | undefined;
411
+ pointerEvents?: string | undefined;
412
+ position?: string | undefined;
413
+ printColorAdjust?: string | undefined;
414
+ quotes?: string | undefined;
415
+ r?: string | undefined;
416
+ resize?: string | undefined;
417
+ right?: string | undefined;
418
+ rotate?: string | undefined;
419
+ rowGap?: string | undefined;
420
+ rubyPosition?: string | undefined;
421
+ rx?: string | undefined;
422
+ ry?: string | undefined;
423
+ scale?: string | undefined;
424
+ scrollBehavior?: string | undefined;
425
+ scrollMargin?: string | undefined;
426
+ scrollMarginBlock?: string | undefined;
427
+ scrollMarginBlockEnd?: string | undefined;
428
+ scrollMarginBlockStart?: string | undefined;
429
+ scrollMarginBottom?: string | undefined;
430
+ scrollMarginInline?: string | undefined;
431
+ scrollMarginInlineEnd?: string | undefined;
432
+ scrollMarginInlineStart?: string | undefined;
433
+ scrollMarginLeft?: string | undefined;
434
+ scrollMarginRight?: string | undefined;
435
+ scrollMarginTop?: string | undefined;
436
+ scrollPadding?: string | undefined;
437
+ scrollPaddingBlock?: string | undefined;
438
+ scrollPaddingBlockEnd?: string | undefined;
439
+ scrollPaddingBlockStart?: string | undefined;
440
+ scrollPaddingBottom?: string | undefined;
441
+ scrollPaddingInline?: string | undefined;
442
+ scrollPaddingInlineEnd?: string | undefined;
443
+ scrollPaddingInlineStart?: string | undefined;
444
+ scrollPaddingLeft?: string | undefined;
445
+ scrollPaddingRight?: string | undefined;
446
+ scrollPaddingTop?: string | undefined;
447
+ scrollSnapAlign?: string | undefined;
448
+ scrollSnapStop?: string | undefined;
449
+ scrollSnapType?: string | undefined;
450
+ scrollbarColor?: string | undefined;
451
+ scrollbarGutter?: string | undefined;
452
+ scrollbarWidth?: string | undefined;
453
+ shapeImageThreshold?: string | undefined;
454
+ shapeMargin?: string | undefined;
455
+ shapeOutside?: string | undefined;
456
+ shapeRendering?: string | undefined;
457
+ stopColor?: string | undefined;
458
+ stopOpacity?: string | undefined;
459
+ stroke?: string | undefined;
460
+ strokeDasharray?: string | undefined;
461
+ strokeDashoffset?: string | undefined;
462
+ strokeLinecap?: string | undefined;
463
+ strokeLinejoin?: string | undefined;
464
+ strokeMiterlimit?: string | undefined;
465
+ strokeOpacity?: string | undefined;
466
+ strokeWidth?: string | undefined;
467
+ tabSize?: string | undefined;
468
+ tableLayout?: string | undefined;
469
+ textAlign?: string | undefined;
470
+ textAlignLast?: string | undefined;
471
+ textAnchor?: string | undefined;
472
+ textCombineUpright?: string | undefined;
473
+ textDecoration?: string | undefined;
474
+ textDecorationColor?: string | undefined;
475
+ textDecorationLine?: string | undefined;
476
+ textDecorationSkipInk?: string | undefined;
477
+ textDecorationStyle?: string | undefined;
478
+ textDecorationThickness?: string | undefined;
479
+ textEmphasis?: string | undefined;
480
+ textEmphasisColor?: string | undefined;
481
+ textEmphasisPosition?: string | undefined;
482
+ textEmphasisStyle?: string | undefined;
483
+ textIndent?: string | undefined;
484
+ textOrientation?: string | undefined;
485
+ textOverflow?: string | undefined;
486
+ textRendering?: string | undefined;
487
+ textShadow?: string | undefined;
488
+ textTransform?: string | undefined;
489
+ textUnderlineOffset?: string | undefined;
490
+ textUnderlinePosition?: string | undefined;
491
+ textWrap?: string | undefined;
492
+ textWrapMode?: string | undefined;
493
+ textWrapStyle?: string | undefined;
494
+ top?: string | undefined;
495
+ touchAction?: string | undefined;
496
+ transform?: string | undefined;
497
+ transformBox?: string | undefined;
498
+ transformOrigin?: string | undefined;
499
+ transformStyle?: string | undefined;
500
+ transition?: string | undefined;
501
+ transitionBehavior?: string | undefined;
502
+ transitionDelay?: string | undefined;
503
+ transitionDuration?: string | undefined;
504
+ transitionProperty?: string | undefined;
505
+ transitionTimingFunction?: string | undefined;
506
+ translate?: string | undefined;
507
+ unicodeBidi?: string | undefined;
508
+ userSelect?: string | undefined;
509
+ vectorEffect?: string | undefined;
510
+ verticalAlign?: string | undefined;
511
+ visibility?: string | undefined;
512
+ webkitAlignContent?: string | undefined;
513
+ webkitAlignItems?: string | undefined;
514
+ webkitAlignSelf?: string | undefined;
515
+ webkitAnimation?: string | undefined;
516
+ webkitAnimationDelay?: string | undefined;
517
+ webkitAnimationDirection?: string | undefined;
518
+ webkitAnimationDuration?: string | undefined;
519
+ webkitAnimationFillMode?: string | undefined;
520
+ webkitAnimationIterationCount?: string | undefined;
521
+ webkitAnimationName?: string | undefined;
522
+ webkitAnimationPlayState?: string | undefined;
523
+ webkitAnimationTimingFunction?: string | undefined;
524
+ webkitAppearance?: string | undefined;
525
+ webkitBackfaceVisibility?: string | undefined;
526
+ webkitBackgroundClip?: string | undefined;
527
+ webkitBackgroundOrigin?: string | undefined;
528
+ webkitBackgroundSize?: string | undefined;
529
+ webkitBorderBottomLeftRadius?: string | undefined;
530
+ webkitBorderBottomRightRadius?: string | undefined;
531
+ webkitBorderRadius?: string | undefined;
532
+ webkitBorderTopLeftRadius?: string | undefined;
533
+ webkitBorderTopRightRadius?: string | undefined;
534
+ webkitBoxAlign?: string | undefined;
535
+ webkitBoxFlex?: string | undefined;
536
+ webkitBoxOrdinalGroup?: string | undefined;
537
+ webkitBoxOrient?: string | undefined;
538
+ webkitBoxPack?: string | undefined;
539
+ webkitBoxShadow?: string | undefined;
540
+ webkitBoxSizing?: string | undefined;
541
+ webkitFilter?: string | undefined;
542
+ webkitFlex?: string | undefined;
543
+ webkitFlexBasis?: string | undefined;
544
+ webkitFlexDirection?: string | undefined;
545
+ webkitFlexFlow?: string | undefined;
546
+ webkitFlexGrow?: string | undefined;
547
+ webkitFlexShrink?: string | undefined;
548
+ webkitFlexWrap?: string | undefined;
549
+ webkitJustifyContent?: string | undefined;
550
+ webkitLineClamp?: string | undefined;
551
+ webkitMask?: string | undefined;
552
+ webkitMaskBoxImage?: string | undefined;
553
+ webkitMaskBoxImageOutset?: string | undefined;
554
+ webkitMaskBoxImageRepeat?: string | undefined;
555
+ webkitMaskBoxImageSlice?: string | undefined;
556
+ webkitMaskBoxImageSource?: string | undefined;
557
+ webkitMaskBoxImageWidth?: string | undefined;
558
+ webkitMaskClip?: string | undefined;
559
+ webkitMaskComposite?: string | undefined;
560
+ webkitMaskImage?: string | undefined;
561
+ webkitMaskOrigin?: string | undefined;
562
+ webkitMaskPosition?: string | undefined;
563
+ webkitMaskRepeat?: string | undefined;
564
+ webkitMaskSize?: string | undefined;
565
+ webkitOrder?: string | undefined;
566
+ webkitPerspective?: string | undefined;
567
+ webkitPerspectiveOrigin?: string | undefined;
568
+ webkitTextFillColor?: string | undefined;
569
+ webkitTextSizeAdjust?: string | undefined;
570
+ webkitTextStroke?: string | undefined;
571
+ webkitTextStrokeColor?: string | undefined;
572
+ webkitTextStrokeWidth?: string | undefined;
573
+ webkitTransform?: string | undefined;
574
+ webkitTransformOrigin?: string | undefined;
575
+ webkitTransformStyle?: string | undefined;
576
+ webkitTransition?: string | undefined;
577
+ webkitTransitionDelay?: string | undefined;
578
+ webkitTransitionDuration?: string | undefined;
579
+ webkitTransitionProperty?: string | undefined;
580
+ webkitTransitionTimingFunction?: string | undefined;
581
+ webkitUserSelect?: string | undefined;
582
+ whiteSpace?: string | undefined;
583
+ whiteSpaceCollapse?: string | undefined;
584
+ widows?: string | undefined;
585
+ width: string;
586
+ willChange?: string | undefined;
587
+ wordBreak?: string | undefined;
588
+ wordSpacing?: string | undefined;
589
+ wordWrap?: string | undefined;
590
+ writingMode?: string | undefined;
591
+ x?: string | undefined;
592
+ y?: string | undefined;
593
+ zIndex?: string | undefined;
594
+ zoom?: string | undefined;
595
+ getPropertyPriority?: ((property: string) => string) | undefined;
596
+ getPropertyValue?: ((property: string) => string) | undefined;
597
+ item?: ((index: number) => string) | undefined;
598
+ removeProperty?: ((property: string) => string) | undefined;
599
+ setProperty?: ((property: string, value: string | null, priority?: string) => void) | undefined;
99
600
  };
100
601
  applyChildStyles(): void;
101
602
  static ɵfac: i0.ɵɵFactoryDeclaration<MainScreenComponent, never>;
102
- static ɵcmp: i0.ɵɵComponentDeclaration<MainScreenComponent, "app-main-screen-component", never, { "mainSize": { "alias": "mainSize"; "required": false; }; "doStack": { "alias": "doStack"; "required": false; }; "containerWidthFraction": { "alias": "containerWidthFraction"; "required": false; }; "containerHeightFraction": { "alias": "containerHeightFraction"; "required": false; }; "defaultFraction": { "alias": "defaultFraction"; "required": false; }; "showControls": { "alias": "showControls"; "required": false; }; "updateComponentSizes": { "alias": "updateComponentSizes"; "required": false; }; }, {}, ["children"], ["*"], true, never>;
603
+ static ɵcmp: i0.ɵɵComponentDeclaration<MainScreenComponent, "app-main-screen-component", never, { "mainSize": { "alias": "mainSize"; "required": false; }; "doStack": { "alias": "doStack"; "required": false; }; "containerWidthFraction": { "alias": "containerWidthFraction"; "required": false; }; "containerHeightFraction": { "alias": "containerHeightFraction"; "required": false; }; "defaultFraction": { "alias": "defaultFraction"; "required": false; }; "showControls": { "alias": "showControls"; "required": false; }; "updateComponentSizes": { "alias": "updateComponentSizes"; "required": false; }; "containerStyle": { "alias": "containerStyle"; "required": false; }; "customTemplate": { "alias": "customTemplate"; "required": false; }; }, {}, ["children"], ["*"], true, never>;
103
604
  }
@@ -1,3 +1,4 @@
1
+ import { TemplateRef } from '@angular/core';
1
2
  import * as i0 from "@angular/core";
2
3
  export interface OtherGridComponentOptions {
3
4
  backgroundColor?: string;
@@ -7,6 +8,8 @@ export interface OtherGridComponentOptions {
7
8
  timeBackgroundColor?: string;
8
9
  showTimer?: boolean;
9
10
  meetingProgressTime?: string;
11
+ containerStyle?: Partial<CSSStyleDeclaration>;
12
+ customTemplate?: TemplateRef<any>;
10
13
  }
11
14
  export type OtherGridComponentType = (options: OtherGridComponentOptions) => HTMLElement;
12
15
  /**
@@ -55,6 +58,9 @@ export declare class OtherGridComponent {
55
58
  timeBackgroundColor: string;
56
59
  showTimer: boolean;
57
60
  meetingProgressTime: string;
61
+ containerStyle?: Partial<CSSStyleDeclaration>;
62
+ customTemplate?: TemplateRef<any>;
63
+ get otherGridContainerStyle(): any;
58
64
  static ɵfac: i0.ɵɵFactoryDeclaration<OtherGridComponent, never>;
59
- 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; }; }, {}, never, ["*"], true, never>;
65
+ 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>;
60
66
  }
@@ -1,4 +1,4 @@
1
- import { OnInit, OnDestroy, OnChanges, SimpleChanges } from '@angular/core';
1
+ import { OnInit, OnDestroy, OnChanges, SimpleChanges, TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export interface SubAspectComponentOptions {
4
4
  backgroundColor?: string;
@@ -6,6 +6,8 @@ export interface SubAspectComponentOptions {
6
6
  containerWidthFraction?: number;
7
7
  containerHeightFraction?: number;
8
8
  defaultFractionSub?: number;
9
+ containerStyle?: Partial<CSSStyleDeclaration>;
10
+ customTemplate?: TemplateRef<any>;
9
11
  }
10
12
  export type SubAspectComponentType = (options: SubAspectComponentOptions) => HTMLElement;
11
13
  /**
@@ -42,14 +44,17 @@ export declare class SubAspectComponent implements OnInit, OnDestroy, OnChanges
42
44
  containerWidthFraction: number;
43
45
  containerHeightFraction: number;
44
46
  defaultFractionSub: number;
47
+ containerStyle?: Partial<CSSStyleDeclaration>;
48
+ customTemplate?: TemplateRef<any>;
45
49
  aspectStyles: {
46
50
  height: number;
47
51
  width: number;
48
52
  };
53
+ get computedContainerStyle(): any;
49
54
  ngOnInit(): void;
50
55
  ngOnChanges(changes: SimpleChanges): void;
51
56
  ngOnDestroy(): void;
52
57
  private updateAspectStyles;
53
58
  static ɵfac: i0.ɵɵFactoryDeclaration<SubAspectComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<SubAspectComponent, "app-sub-aspect-component", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "showControls": { "alias": "showControls"; "required": false; }; "containerWidthFraction": { "alias": "containerWidthFraction"; "required": false; }; "containerHeightFraction": { "alias": "containerHeightFraction"; "required": false; }; "defaultFractionSub": { "alias": "defaultFractionSub"; "required": false; }; }, {}, never, ["*"], true, never>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<SubAspectComponent, "app-sub-aspect-component", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "showControls": { "alias": "showControls"; "required": false; }; "containerWidthFraction": { "alias": "containerWidthFraction"; "required": false; }; "containerHeightFraction": { "alias": "containerHeightFraction"; "required": false; }; "defaultFractionSub": { "alias": "defaultFractionSub"; "required": false; }; "containerStyle": { "alias": "containerStyle"; "required": false; }; "customTemplate": { "alias": "customTemplate"; "required": false; }; }, {}, never, ["*"], true, never>;
55
60
  }