mediasfu-angular 2.2.0 → 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 +2288 -375
  2. package/dist/README.md +2288 -375
  3. package/dist/fesm2022/mediasfu-angular.mjs +9519 -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 +24966 -73
  26. package/dist/lib/components/mediasfu-components/mediasfu-chat.component.d.ts +276 -73
  27. package/dist/lib/components/mediasfu-components/mediasfu-conference.component.d.ts +18132 -93
  28. package/dist/lib/components/mediasfu-components/mediasfu-generic.component.d.ts +56344 -93
  29. package/dist/lib/components/mediasfu-components/mediasfu-webinar.component.d.ts +20849 -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
@@ -35,63 +35,75 @@ export interface BreakoutRoomsModalOptions {
35
35
  position?: 'topRight' | 'topLeft' | 'bottomRight' | 'bottomLeft';
36
36
  backgroundColor?: string;
37
37
  onBreakoutRoomsClose: () => void;
38
+ overlayStyle?: Partial<CSSStyleDeclaration>;
39
+ contentStyle?: Partial<CSSStyleDeclaration>;
40
+ customTemplate?: any;
38
41
  }
39
42
  /**
40
- * BreakoutRoomsModal component manages the creation, modification, and assignment of breakout rooms.
43
+ * BreakoutRoomsModal - Modal for creating and managing breakout rooms
41
44
  *
42
- * @selector app-breakout-rooms-modal
43
- * @inputs
44
- * - `isVisible` (boolean): Controls the visibility of the breakout rooms modal. Default is false.
45
- * - `parameters` (BreakoutRoomsModalParameters): Parameters for managing breakout room settings and behavior.
46
- * - `position` (string): Position of the modal on the screen. Default is 'topRight'.
47
- * - `backgroundColor` (string): Background color of the modal. Default is '#83c0e9'.
48
- * - `onBreakoutRoomsClose` (function): Callback function triggered when the modal is closed.
45
+ * @component
46
+ * @description
47
+ * Allows hosts to create, configure, and manage breakout rooms for splitting participants into smaller groups.
48
+ * Supports random assignment, manual assignment, and room editing.
49
+ *
50
+ * Supports three levels of customization:
51
+ * 1. **Basic Usage**: Use default modal UI with room list, assignment controls, and edit room modal
52
+ * 2. **Style Customization**: Override modal appearance with overlayStyle and contentStyle
53
+ * 3. **Full Override**: Provide a custom template via customTemplate for complete control
49
54
  *
50
- * @methods
51
- * - `ngOnInit()`: Lifecycle hook to initialize modal width and breakout rooms.
52
- * - `ngOnChanges(changes: SimpleChanges)`: Lifecycle hook called when any data-bound input properties change.
53
- * - `calculateModalWidth()`: Dynamically calculates and sets modal width based on screen width.
54
- * - `modalContainerStyle()`: Returns style object for modal container.
55
- * - `modalContentStyle()`: Returns style object for modal content.
56
- * - `initializeBreakoutRooms()`: Initializes the breakout rooms based on the current participants and parameters.
57
- * - `handleRandomAssign()`: Randomly assigns participants to breakout rooms.
58
- * - `handleManualAssign()`: Initializes manual room assignment by setting empty breakout rooms.
59
- * - `handleAddRoom()`: Adds a new breakout room.
60
- * - `handleSaveRooms()`: Validates and saves breakout room configurations.
61
- * - `validateRooms()`: Validates room configurations and participants' uniqueness and quantity.
62
- * - `checkCanStartBreakout()`: Checks conditions to enable the start of breakout rooms.
63
- * - `handleStartBreakout()`: Starts the breakout session if conditions are met.
64
- * - `handleStopBreakout()`: Stops the breakout session and reverts to the initial meeting display type.
65
- * - `handleEditRoom(roomIndex: number)`: Opens the modal to edit the specified breakout room.
66
- * - `handleDeleteRoom(roomIndex: number)`: Deletes a breakout room and updates participants' room assignments.
67
- * - `handleAddParticipant(event)`: Adds a participant to a specified breakout room.
68
- * - `handleRemoveParticipant(event)`: Removes a participant from a specified breakout room.
55
+ * Key Features:
56
+ * - Create multiple breakout rooms
57
+ * - Random participant assignment
58
+ * - Manual participant assignment with drag-and-drop
59
+ * - Edit room participants
60
+ * - Delete rooms
61
+ * - Start/stop breakout sessions
62
+ * - Room validation and error handling
69
63
  *
70
- * @dependencies
71
- * - `CommonModule`: Angular's common directives.
72
- * - `FormsModule`: Angular's forms module for form handling.
73
- * - `FontAwesomeModule`: Font Awesome icons for UI elements.
74
- * - `RoomListComponent`: Component for listing rooms.
75
- * - `EditRoomModalComponent`: Component for editing room participants.
64
+ * @selector app-breakout-rooms-modal
65
+ * @standalone true
66
+ * @imports CommonModule, FormsModule, FontAwesomeModule, RoomListComponent, EditRoomModalComponent
76
67
  *
77
- * @example
78
- * ```html
79
- * <app-breakout-rooms-modal
80
- * [isVisible]="isBreakoutRoomsModalVisible"
81
- * [parameters]="breakoutRoomsParams"
82
- * [position]="modalPosition"
83
- * [backgroundColor]="modalBgColor"
84
- * [onBreakoutRoomsClose]="onCloseBreakoutRooms">
85
- * </app-breakout-rooms-modal>
86
- * ```
68
+ * @input isVisible - Whether the modal is currently visible. Default: `false`
69
+ * @input parameters - Object containing participants, breakout rooms, and update functions. Default: `{}`
70
+ * @input position - Modal position on screen ('topRight', 'topLeft', 'bottomRight', 'bottomLeft'). Default: `'topRight'`
71
+ * @input backgroundColor - Background color of the modal content. Default: `'#83c0e9'`
72
+ * @input onBreakoutRoomsClose - Callback function to close the modal. Default: `() => {}`
73
+ * @input overlayStyle - Custom CSS styles for the modal overlay backdrop. Default: `undefined`
74
+ * @input contentStyle - Custom CSS styles for the modal content container. Default: `undefined`
75
+ * @input customTemplate - Custom TemplateRef to completely replace default modal template. Default: `undefined`
87
76
  *
88
- **/
77
+ * @method ngOnInit - Initializes modal width and breakout rooms
78
+ * @method ngOnChanges - Updates breakout rooms when inputs change
79
+ * @method calculateModalWidth - Dynamically sets modal width based on screen size
80
+ * @method initializeBreakoutRooms - Sets up initial breakout rooms from parameters
81
+ * @method handleRandomAssign - Randomly distributes participants to rooms
82
+ * @method handleManualAssign - Initializes empty rooms for manual assignment
83
+ * @method handleAddRoom - Adds new breakout room
84
+ * @method handleSaveRooms - Validates and saves room configurations
85
+ * @method validateRooms - Validates room setup and participant assignments
86
+ * @method checkCanStartBreakout - Checks if breakout session can start
87
+ * @method handleStartBreakout - Starts breakout session
88
+ * @method handleStopBreakout - Stops breakout session
89
+ * @method handleEditRoom - Opens edit modal for specific room
90
+ * @method handleDeleteRoom - Removes room and reassigns participants
91
+ * @method handleAddParticipant - Adds participant to room
92
+ * @method handleRemoveParticipant - Removes participant from room
93
+ * @method getCombinedOverlayStyle - Merges default and custom overlay styles
94
+ * @method getCombinedContentStyle - Merges default and custom content styles
95
+ * @method modalContainerStyle - Returns computed overlay styles
96
+ * @method modalContentStyle - Returns computed content styles
97
+ */
89
98
  export declare class BreakoutRoomsModal implements OnChanges, OnInit {
90
99
  isVisible: boolean;
91
100
  parameters: BreakoutRoomsModalParameters;
92
101
  position: string;
93
102
  backgroundColor: string;
94
103
  onBreakoutRoomsClose: () => void;
104
+ overlayStyle?: Partial<CSSStyleDeclaration>;
105
+ contentStyle?: Partial<CSSStyleDeclaration>;
106
+ customTemplate?: any;
95
107
  roomsContainerRef: ElementRef;
96
108
  faDoorOpen: import("@fortawesome/fontawesome-common-types").IconDefinition;
97
109
  faTimes: import("@fortawesome/fontawesome-common-types").IconDefinition;
@@ -158,6 +170,1018 @@ export declare class BreakoutRoomsModal implements OnChanges, OnInit {
158
170
  roomIndex: number;
159
171
  participant: BreakoutParticipant;
160
172
  }): void;
173
+ getCombinedOverlayStyle(): {
174
+ accentColor?: string | undefined;
175
+ alignContent?: string | undefined;
176
+ alignItems?: string | undefined;
177
+ alignSelf?: string | undefined;
178
+ alignmentBaseline?: string | undefined;
179
+ all?: string | undefined;
180
+ animation?: string | undefined;
181
+ animationComposition?: string | undefined;
182
+ animationDelay?: string | undefined;
183
+ animationDirection?: string | undefined;
184
+ animationDuration?: string | undefined;
185
+ animationFillMode?: string | undefined;
186
+ animationIterationCount?: string | undefined;
187
+ animationName?: string | undefined;
188
+ animationPlayState?: string | undefined;
189
+ animationTimingFunction?: string | undefined;
190
+ appearance?: string | undefined;
191
+ aspectRatio?: string | undefined;
192
+ backdropFilter?: string | undefined;
193
+ backfaceVisibility?: string | undefined;
194
+ background?: string | undefined;
195
+ backgroundAttachment?: string | undefined;
196
+ backgroundBlendMode?: string | undefined;
197
+ backgroundClip?: string | undefined;
198
+ backgroundColor: string;
199
+ backgroundImage?: string | undefined;
200
+ backgroundOrigin?: string | undefined;
201
+ backgroundPosition?: string | undefined;
202
+ backgroundPositionX?: string | undefined;
203
+ backgroundPositionY?: string | undefined;
204
+ backgroundRepeat?: string | undefined;
205
+ backgroundSize?: string | undefined;
206
+ baselineShift?: string | undefined;
207
+ baselineSource?: string | undefined;
208
+ blockSize?: string | undefined;
209
+ border?: string | undefined;
210
+ borderBlock?: string | undefined;
211
+ borderBlockColor?: string | undefined;
212
+ borderBlockEnd?: string | undefined;
213
+ borderBlockEndColor?: string | undefined;
214
+ borderBlockEndStyle?: string | undefined;
215
+ borderBlockEndWidth?: string | undefined;
216
+ borderBlockStart?: string | undefined;
217
+ borderBlockStartColor?: string | undefined;
218
+ borderBlockStartStyle?: string | undefined;
219
+ borderBlockStartWidth?: string | undefined;
220
+ borderBlockStyle?: string | undefined;
221
+ borderBlockWidth?: string | undefined;
222
+ borderBottom?: string | undefined;
223
+ borderBottomColor?: string | undefined;
224
+ borderBottomLeftRadius?: string | undefined;
225
+ borderBottomRightRadius?: string | undefined;
226
+ borderBottomStyle?: string | undefined;
227
+ borderBottomWidth?: string | undefined;
228
+ borderCollapse?: string | undefined;
229
+ borderColor?: string | undefined;
230
+ borderEndEndRadius?: string | undefined;
231
+ borderEndStartRadius?: string | undefined;
232
+ borderImage?: string | undefined;
233
+ borderImageOutset?: string | undefined;
234
+ borderImageRepeat?: string | undefined;
235
+ borderImageSlice?: string | undefined;
236
+ borderImageSource?: string | undefined;
237
+ borderImageWidth?: string | undefined;
238
+ borderInline?: string | undefined;
239
+ borderInlineColor?: string | undefined;
240
+ borderInlineEnd?: string | undefined;
241
+ borderInlineEndColor?: string | undefined;
242
+ borderInlineEndStyle?: string | undefined;
243
+ borderInlineEndWidth?: string | undefined;
244
+ borderInlineStart?: string | undefined;
245
+ borderInlineStartColor?: string | undefined;
246
+ borderInlineStartStyle?: string | undefined;
247
+ borderInlineStartWidth?: string | undefined;
248
+ borderInlineStyle?: string | undefined;
249
+ borderInlineWidth?: string | undefined;
250
+ borderLeft?: string | undefined;
251
+ borderLeftColor?: string | undefined;
252
+ borderLeftStyle?: string | undefined;
253
+ borderLeftWidth?: string | undefined;
254
+ borderRadius?: string | undefined;
255
+ borderRight?: string | undefined;
256
+ borderRightColor?: string | undefined;
257
+ borderRightStyle?: string | undefined;
258
+ borderRightWidth?: string | undefined;
259
+ borderSpacing?: string | undefined;
260
+ borderStartEndRadius?: string | undefined;
261
+ borderStartStartRadius?: string | undefined;
262
+ borderStyle?: string | undefined;
263
+ borderTop?: string | undefined;
264
+ borderTopColor?: string | undefined;
265
+ borderTopLeftRadius?: string | undefined;
266
+ borderTopRightRadius?: string | undefined;
267
+ borderTopStyle?: string | undefined;
268
+ borderTopWidth?: string | undefined;
269
+ borderWidth?: string | undefined;
270
+ bottom?: string | undefined;
271
+ boxShadow?: string | undefined;
272
+ boxSizing?: string | undefined;
273
+ breakAfter?: string | undefined;
274
+ breakBefore?: string | undefined;
275
+ breakInside?: string | undefined;
276
+ captionSide?: string | undefined;
277
+ caretColor?: string | undefined;
278
+ clear?: string | undefined;
279
+ clip?: string | undefined;
280
+ clipPath?: string | undefined;
281
+ clipRule?: string | undefined;
282
+ color?: string | undefined;
283
+ colorInterpolation?: string | undefined;
284
+ colorInterpolationFilters?: string | undefined;
285
+ colorScheme?: string | undefined;
286
+ columnCount?: string | undefined;
287
+ columnFill?: string | undefined;
288
+ columnGap?: string | undefined;
289
+ columnRule?: string | undefined;
290
+ columnRuleColor?: string | undefined;
291
+ columnRuleStyle?: string | undefined;
292
+ columnRuleWidth?: string | undefined;
293
+ columnSpan?: string | undefined;
294
+ columnWidth?: string | undefined;
295
+ columns?: string | undefined;
296
+ contain?: string | undefined;
297
+ containIntrinsicBlockSize?: string | undefined;
298
+ containIntrinsicHeight?: string | undefined;
299
+ containIntrinsicInlineSize?: string | undefined;
300
+ containIntrinsicSize?: string | undefined;
301
+ containIntrinsicWidth?: string | undefined;
302
+ container?: string | undefined;
303
+ containerName?: string | undefined;
304
+ containerType?: string | undefined;
305
+ content?: string | undefined;
306
+ contentVisibility?: string | undefined;
307
+ counterIncrement?: string | undefined;
308
+ counterReset?: string | undefined;
309
+ counterSet?: string | undefined;
310
+ cssFloat?: string | undefined;
311
+ cssText?: string | undefined;
312
+ cursor?: string | undefined;
313
+ cx?: string | undefined;
314
+ cy?: string | undefined;
315
+ d?: string | undefined;
316
+ direction?: string | undefined;
317
+ display: string;
318
+ dominantBaseline?: string | undefined;
319
+ emptyCells?: string | undefined;
320
+ fill?: string | undefined;
321
+ fillOpacity?: string | undefined;
322
+ fillRule?: string | undefined;
323
+ filter?: string | undefined;
324
+ flex?: string | undefined;
325
+ flexBasis?: string | undefined;
326
+ flexDirection?: string | undefined;
327
+ flexFlow?: string | undefined;
328
+ flexGrow?: string | undefined;
329
+ flexShrink?: string | undefined;
330
+ flexWrap?: string | undefined;
331
+ float?: string | undefined;
332
+ floodColor?: string | undefined;
333
+ floodOpacity?: string | undefined;
334
+ font?: string | undefined;
335
+ fontFamily?: string | undefined;
336
+ fontFeatureSettings?: string | undefined;
337
+ fontKerning?: string | undefined;
338
+ fontOpticalSizing?: string | undefined;
339
+ fontPalette?: string | undefined;
340
+ fontSize?: string | undefined;
341
+ fontSizeAdjust?: string | undefined;
342
+ fontStretch?: string | undefined;
343
+ fontStyle?: string | undefined;
344
+ fontSynthesis?: string | undefined;
345
+ fontSynthesisSmallCaps?: string | undefined;
346
+ fontSynthesisStyle?: string | undefined;
347
+ fontSynthesisWeight?: string | undefined;
348
+ fontVariant?: string | undefined;
349
+ fontVariantAlternates?: string | undefined;
350
+ fontVariantCaps?: string | undefined;
351
+ fontVariantEastAsian?: string | undefined;
352
+ fontVariantLigatures?: string | undefined;
353
+ fontVariantNumeric?: string | undefined;
354
+ fontVariantPosition?: string | undefined;
355
+ fontVariationSettings?: string | undefined;
356
+ fontWeight?: string | undefined;
357
+ forcedColorAdjust?: string | undefined;
358
+ gap?: string | undefined;
359
+ grid?: string | undefined;
360
+ gridArea?: string | undefined;
361
+ gridAutoColumns?: string | undefined;
362
+ gridAutoFlow?: string | undefined;
363
+ gridAutoRows?: string | undefined;
364
+ gridColumn?: string | undefined;
365
+ gridColumnEnd?: string | undefined;
366
+ gridColumnGap?: string | undefined;
367
+ gridColumnStart?: string | undefined;
368
+ gridGap?: string | undefined;
369
+ gridRow?: string | undefined;
370
+ gridRowEnd?: string | undefined;
371
+ gridRowGap?: string | undefined;
372
+ gridRowStart?: string | undefined;
373
+ gridTemplate?: string | undefined;
374
+ gridTemplateAreas?: string | undefined;
375
+ gridTemplateColumns?: string | undefined;
376
+ gridTemplateRows?: string | undefined;
377
+ height: string;
378
+ hyphenateCharacter?: string | undefined;
379
+ hyphens?: string | undefined;
380
+ imageOrientation?: string | undefined;
381
+ imageRendering?: string | undefined;
382
+ inlineSize?: string | undefined;
383
+ inset?: string | undefined;
384
+ insetBlock?: string | undefined;
385
+ insetBlockEnd?: string | undefined;
386
+ insetBlockStart?: string | undefined;
387
+ insetInline?: string | undefined;
388
+ insetInlineEnd?: string | undefined;
389
+ insetInlineStart?: string | undefined;
390
+ isolation?: string | undefined;
391
+ justifyContent?: string | undefined;
392
+ justifyItems?: string | undefined;
393
+ justifySelf?: string | undefined;
394
+ left: string;
395
+ length?: number | undefined;
396
+ letterSpacing?: string | undefined;
397
+ lightingColor?: string | undefined;
398
+ lineBreak?: string | undefined;
399
+ lineHeight?: string | undefined;
400
+ listStyle?: string | undefined;
401
+ listStyleImage?: string | undefined;
402
+ listStylePosition?: string | undefined;
403
+ listStyleType?: string | undefined;
404
+ margin?: string | undefined;
405
+ marginBlock?: string | undefined;
406
+ marginBlockEnd?: string | undefined;
407
+ marginBlockStart?: string | undefined;
408
+ marginBottom?: string | undefined;
409
+ marginInline?: string | undefined;
410
+ marginInlineEnd?: string | undefined;
411
+ marginInlineStart?: string | undefined;
412
+ marginLeft?: string | undefined;
413
+ marginRight?: string | undefined;
414
+ marginTop?: string | undefined;
415
+ marker?: string | undefined;
416
+ markerEnd?: string | undefined;
417
+ markerMid?: string | undefined;
418
+ markerStart?: string | undefined;
419
+ mask?: string | undefined;
420
+ maskClip?: string | undefined;
421
+ maskComposite?: string | undefined;
422
+ maskImage?: string | undefined;
423
+ maskMode?: string | undefined;
424
+ maskOrigin?: string | undefined;
425
+ maskPosition?: string | undefined;
426
+ maskRepeat?: string | undefined;
427
+ maskSize?: string | undefined;
428
+ maskType?: string | undefined;
429
+ mathDepth?: string | undefined;
430
+ mathStyle?: string | undefined;
431
+ maxBlockSize?: string | undefined;
432
+ maxHeight?: string | undefined;
433
+ maxInlineSize?: string | undefined;
434
+ maxWidth?: string | undefined;
435
+ minBlockSize?: string | undefined;
436
+ minHeight?: string | undefined;
437
+ minInlineSize?: string | undefined;
438
+ minWidth?: string | undefined;
439
+ mixBlendMode?: string | undefined;
440
+ objectFit?: string | undefined;
441
+ objectPosition?: string | undefined;
442
+ offset?: string | undefined;
443
+ offsetAnchor?: string | undefined;
444
+ offsetDistance?: string | undefined;
445
+ offsetPath?: string | undefined;
446
+ offsetPosition?: string | undefined;
447
+ offsetRotate?: string | undefined;
448
+ opacity?: string | undefined;
449
+ order?: string | undefined;
450
+ orphans?: string | undefined;
451
+ outline?: string | undefined;
452
+ outlineColor?: string | undefined;
453
+ outlineOffset?: string | undefined;
454
+ outlineStyle?: string | undefined;
455
+ outlineWidth?: string | undefined;
456
+ overflow?: string | undefined;
457
+ overflowAnchor?: string | undefined;
458
+ overflowClipMargin?: string | undefined;
459
+ overflowWrap?: string | undefined;
460
+ overflowX?: string | undefined;
461
+ overflowY?: string | undefined;
462
+ overscrollBehavior?: string | undefined;
463
+ overscrollBehaviorBlock?: string | undefined;
464
+ overscrollBehaviorInline?: string | undefined;
465
+ overscrollBehaviorX?: string | undefined;
466
+ overscrollBehaviorY?: string | undefined;
467
+ padding?: string | undefined;
468
+ paddingBlock?: string | undefined;
469
+ paddingBlockEnd?: string | undefined;
470
+ paddingBlockStart?: string | undefined;
471
+ paddingBottom?: string | undefined;
472
+ paddingInline?: string | undefined;
473
+ paddingInlineEnd?: string | undefined;
474
+ paddingInlineStart?: string | undefined;
475
+ paddingLeft?: string | undefined;
476
+ paddingRight?: string | undefined;
477
+ paddingTop?: string | undefined;
478
+ page?: string | undefined;
479
+ pageBreakAfter?: string | undefined;
480
+ pageBreakBefore?: string | undefined;
481
+ pageBreakInside?: string | undefined;
482
+ paintOrder?: string | undefined;
483
+ parentRule?: CSSRule | null | undefined;
484
+ perspective?: string | undefined;
485
+ perspectiveOrigin?: string | undefined;
486
+ placeContent?: string | undefined;
487
+ placeItems?: string | undefined;
488
+ placeSelf?: string | undefined;
489
+ pointerEvents?: string | undefined;
490
+ position: string;
491
+ printColorAdjust?: string | undefined;
492
+ quotes?: string | undefined;
493
+ r?: string | undefined;
494
+ resize?: string | undefined;
495
+ right?: string | undefined;
496
+ rotate?: string | undefined;
497
+ rowGap?: string | undefined;
498
+ rubyPosition?: string | undefined;
499
+ rx?: string | undefined;
500
+ ry?: string | undefined;
501
+ scale?: string | undefined;
502
+ scrollBehavior?: string | undefined;
503
+ scrollMargin?: string | undefined;
504
+ scrollMarginBlock?: string | undefined;
505
+ scrollMarginBlockEnd?: string | undefined;
506
+ scrollMarginBlockStart?: string | undefined;
507
+ scrollMarginBottom?: string | undefined;
508
+ scrollMarginInline?: string | undefined;
509
+ scrollMarginInlineEnd?: string | undefined;
510
+ scrollMarginInlineStart?: string | undefined;
511
+ scrollMarginLeft?: string | undefined;
512
+ scrollMarginRight?: string | undefined;
513
+ scrollMarginTop?: string | undefined;
514
+ scrollPadding?: string | undefined;
515
+ scrollPaddingBlock?: string | undefined;
516
+ scrollPaddingBlockEnd?: string | undefined;
517
+ scrollPaddingBlockStart?: string | undefined;
518
+ scrollPaddingBottom?: string | undefined;
519
+ scrollPaddingInline?: string | undefined;
520
+ scrollPaddingInlineEnd?: string | undefined;
521
+ scrollPaddingInlineStart?: string | undefined;
522
+ scrollPaddingLeft?: string | undefined;
523
+ scrollPaddingRight?: string | undefined;
524
+ scrollPaddingTop?: string | undefined;
525
+ scrollSnapAlign?: string | undefined;
526
+ scrollSnapStop?: string | undefined;
527
+ scrollSnapType?: string | undefined;
528
+ scrollbarColor?: string | undefined;
529
+ scrollbarGutter?: string | undefined;
530
+ scrollbarWidth?: string | undefined;
531
+ shapeImageThreshold?: string | undefined;
532
+ shapeMargin?: string | undefined;
533
+ shapeOutside?: string | undefined;
534
+ shapeRendering?: string | undefined;
535
+ stopColor?: string | undefined;
536
+ stopOpacity?: string | undefined;
537
+ stroke?: string | undefined;
538
+ strokeDasharray?: string | undefined;
539
+ strokeDashoffset?: string | undefined;
540
+ strokeLinecap?: string | undefined;
541
+ strokeLinejoin?: string | undefined;
542
+ strokeMiterlimit?: string | undefined;
543
+ strokeOpacity?: string | undefined;
544
+ strokeWidth?: string | undefined;
545
+ tabSize?: string | undefined;
546
+ tableLayout?: string | undefined;
547
+ textAlign?: string | undefined;
548
+ textAlignLast?: string | undefined;
549
+ textAnchor?: string | undefined;
550
+ textCombineUpright?: string | undefined;
551
+ textDecoration?: string | undefined;
552
+ textDecorationColor?: string | undefined;
553
+ textDecorationLine?: string | undefined;
554
+ textDecorationSkipInk?: string | undefined;
555
+ textDecorationStyle?: string | undefined;
556
+ textDecorationThickness?: string | undefined;
557
+ textEmphasis?: string | undefined;
558
+ textEmphasisColor?: string | undefined;
559
+ textEmphasisPosition?: string | undefined;
560
+ textEmphasisStyle?: string | undefined;
561
+ textIndent?: string | undefined;
562
+ textOrientation?: string | undefined;
563
+ textOverflow?: string | undefined;
564
+ textRendering?: string | undefined;
565
+ textShadow?: string | undefined;
566
+ textTransform?: string | undefined;
567
+ textUnderlineOffset?: string | undefined;
568
+ textUnderlinePosition?: string | undefined;
569
+ textWrap?: string | undefined;
570
+ textWrapMode?: string | undefined;
571
+ textWrapStyle?: string | undefined;
572
+ top: string;
573
+ touchAction?: string | undefined;
574
+ transform?: string | undefined;
575
+ transformBox?: string | undefined;
576
+ transformOrigin?: string | undefined;
577
+ transformStyle?: string | undefined;
578
+ transition?: string | undefined;
579
+ transitionBehavior?: string | undefined;
580
+ transitionDelay?: string | undefined;
581
+ transitionDuration?: string | undefined;
582
+ transitionProperty?: string | undefined;
583
+ transitionTimingFunction?: string | undefined;
584
+ translate?: string | undefined;
585
+ unicodeBidi?: string | undefined;
586
+ userSelect?: string | undefined;
587
+ vectorEffect?: string | undefined;
588
+ verticalAlign?: string | undefined;
589
+ visibility?: string | undefined;
590
+ webkitAlignContent?: string | undefined;
591
+ webkitAlignItems?: string | undefined;
592
+ webkitAlignSelf?: string | undefined;
593
+ webkitAnimation?: string | undefined;
594
+ webkitAnimationDelay?: string | undefined;
595
+ webkitAnimationDirection?: string | undefined;
596
+ webkitAnimationDuration?: string | undefined;
597
+ webkitAnimationFillMode?: string | undefined;
598
+ webkitAnimationIterationCount?: string | undefined;
599
+ webkitAnimationName?: string | undefined;
600
+ webkitAnimationPlayState?: string | undefined;
601
+ webkitAnimationTimingFunction?: string | undefined;
602
+ webkitAppearance?: string | undefined;
603
+ webkitBackfaceVisibility?: string | undefined;
604
+ webkitBackgroundClip?: string | undefined;
605
+ webkitBackgroundOrigin?: string | undefined;
606
+ webkitBackgroundSize?: string | undefined;
607
+ webkitBorderBottomLeftRadius?: string | undefined;
608
+ webkitBorderBottomRightRadius?: string | undefined;
609
+ webkitBorderRadius?: string | undefined;
610
+ webkitBorderTopLeftRadius?: string | undefined;
611
+ webkitBorderTopRightRadius?: string | undefined;
612
+ webkitBoxAlign?: string | undefined;
613
+ webkitBoxFlex?: string | undefined;
614
+ webkitBoxOrdinalGroup?: string | undefined;
615
+ webkitBoxOrient?: string | undefined;
616
+ webkitBoxPack?: string | undefined;
617
+ webkitBoxShadow?: string | undefined;
618
+ webkitBoxSizing?: string | undefined;
619
+ webkitFilter?: string | undefined;
620
+ webkitFlex?: string | undefined;
621
+ webkitFlexBasis?: string | undefined;
622
+ webkitFlexDirection?: string | undefined;
623
+ webkitFlexFlow?: string | undefined;
624
+ webkitFlexGrow?: string | undefined;
625
+ webkitFlexShrink?: string | undefined;
626
+ webkitFlexWrap?: string | undefined;
627
+ webkitJustifyContent?: string | undefined;
628
+ webkitLineClamp?: string | undefined;
629
+ webkitMask?: string | undefined;
630
+ webkitMaskBoxImage?: string | undefined;
631
+ webkitMaskBoxImageOutset?: string | undefined;
632
+ webkitMaskBoxImageRepeat?: string | undefined;
633
+ webkitMaskBoxImageSlice?: string | undefined;
634
+ webkitMaskBoxImageSource?: string | undefined;
635
+ webkitMaskBoxImageWidth?: string | undefined;
636
+ webkitMaskClip?: string | undefined;
637
+ webkitMaskComposite?: string | undefined;
638
+ webkitMaskImage?: string | undefined;
639
+ webkitMaskOrigin?: string | undefined;
640
+ webkitMaskPosition?: string | undefined;
641
+ webkitMaskRepeat?: string | undefined;
642
+ webkitMaskSize?: string | undefined;
643
+ webkitOrder?: string | undefined;
644
+ webkitPerspective?: string | undefined;
645
+ webkitPerspectiveOrigin?: string | undefined;
646
+ webkitTextFillColor?: string | undefined;
647
+ webkitTextSizeAdjust?: string | undefined;
648
+ webkitTextStroke?: string | undefined;
649
+ webkitTextStrokeColor?: string | undefined;
650
+ webkitTextStrokeWidth?: string | undefined;
651
+ webkitTransform?: string | undefined;
652
+ webkitTransformOrigin?: string | undefined;
653
+ webkitTransformStyle?: string | undefined;
654
+ webkitTransition?: string | undefined;
655
+ webkitTransitionDelay?: string | undefined;
656
+ webkitTransitionDuration?: string | undefined;
657
+ webkitTransitionProperty?: string | undefined;
658
+ webkitTransitionTimingFunction?: string | undefined;
659
+ webkitUserSelect?: string | undefined;
660
+ whiteSpace?: string | undefined;
661
+ whiteSpaceCollapse?: string | undefined;
662
+ widows?: string | undefined;
663
+ width: string;
664
+ willChange?: string | undefined;
665
+ wordBreak?: string | undefined;
666
+ wordSpacing?: string | undefined;
667
+ wordWrap?: string | undefined;
668
+ writingMode?: string | undefined;
669
+ x?: string | undefined;
670
+ y?: string | undefined;
671
+ zIndex: string;
672
+ zoom?: string | undefined;
673
+ getPropertyPriority?: ((property: string) => string) | undefined;
674
+ getPropertyValue?: ((property: string) => string) | undefined;
675
+ item?: ((index: number) => string) | undefined;
676
+ removeProperty?: ((property: string) => string) | undefined;
677
+ setProperty?: ((property: string, value: string | null, priority?: string) => void) | undefined;
678
+ };
679
+ getCombinedContentStyle(): {
680
+ accentColor?: string | undefined;
681
+ alignContent?: string | undefined;
682
+ alignItems?: string | undefined;
683
+ alignSelf?: string | undefined;
684
+ alignmentBaseline?: string | undefined;
685
+ all?: string | undefined;
686
+ animation?: string | undefined;
687
+ animationComposition?: string | undefined;
688
+ animationDelay?: string | undefined;
689
+ animationDirection?: string | undefined;
690
+ animationDuration?: string | undefined;
691
+ animationFillMode?: string | undefined;
692
+ animationIterationCount?: string | undefined;
693
+ animationName?: string | undefined;
694
+ animationPlayState?: string | undefined;
695
+ animationTimingFunction?: string | undefined;
696
+ appearance?: string | undefined;
697
+ aspectRatio?: string | undefined;
698
+ backdropFilter?: string | undefined;
699
+ backfaceVisibility?: string | undefined;
700
+ background?: string | undefined;
701
+ backgroundAttachment?: string | undefined;
702
+ backgroundBlendMode?: string | undefined;
703
+ backgroundClip?: string | undefined;
704
+ backgroundColor: string;
705
+ backgroundImage?: string | undefined;
706
+ backgroundOrigin?: string | undefined;
707
+ backgroundPosition?: string | undefined;
708
+ backgroundPositionX?: string | undefined;
709
+ backgroundPositionY?: string | undefined;
710
+ backgroundRepeat?: string | undefined;
711
+ backgroundSize?: string | undefined;
712
+ baselineShift?: string | undefined;
713
+ baselineSource?: string | undefined;
714
+ blockSize?: string | undefined;
715
+ border?: string | undefined;
716
+ borderBlock?: string | undefined;
717
+ borderBlockColor?: string | undefined;
718
+ borderBlockEnd?: string | undefined;
719
+ borderBlockEndColor?: string | undefined;
720
+ borderBlockEndStyle?: string | undefined;
721
+ borderBlockEndWidth?: string | undefined;
722
+ borderBlockStart?: string | undefined;
723
+ borderBlockStartColor?: string | undefined;
724
+ borderBlockStartStyle?: string | undefined;
725
+ borderBlockStartWidth?: string | undefined;
726
+ borderBlockStyle?: string | undefined;
727
+ borderBlockWidth?: string | undefined;
728
+ borderBottom?: string | undefined;
729
+ borderBottomColor?: string | undefined;
730
+ borderBottomLeftRadius?: string | undefined;
731
+ borderBottomRightRadius?: string | undefined;
732
+ borderBottomStyle?: string | undefined;
733
+ borderBottomWidth?: string | undefined;
734
+ borderCollapse?: string | undefined;
735
+ borderColor?: string | undefined;
736
+ borderEndEndRadius?: string | undefined;
737
+ borderEndStartRadius?: string | undefined;
738
+ borderImage?: string | undefined;
739
+ borderImageOutset?: string | undefined;
740
+ borderImageRepeat?: string | undefined;
741
+ borderImageSlice?: string | undefined;
742
+ borderImageSource?: string | undefined;
743
+ borderImageWidth?: string | undefined;
744
+ borderInline?: string | undefined;
745
+ borderInlineColor?: string | undefined;
746
+ borderInlineEnd?: string | undefined;
747
+ borderInlineEndColor?: string | undefined;
748
+ borderInlineEndStyle?: string | undefined;
749
+ borderInlineEndWidth?: string | undefined;
750
+ borderInlineStart?: string | undefined;
751
+ borderInlineStartColor?: string | undefined;
752
+ borderInlineStartStyle?: string | undefined;
753
+ borderInlineStartWidth?: string | undefined;
754
+ borderInlineStyle?: string | undefined;
755
+ borderInlineWidth?: string | undefined;
756
+ borderLeft?: string | undefined;
757
+ borderLeftColor?: string | undefined;
758
+ borderLeftStyle?: string | undefined;
759
+ borderLeftWidth?: string | undefined;
760
+ borderRadius: string;
761
+ borderRight?: string | undefined;
762
+ borderRightColor?: string | undefined;
763
+ borderRightStyle?: string | undefined;
764
+ borderRightWidth?: string | undefined;
765
+ borderSpacing?: string | undefined;
766
+ borderStartEndRadius?: string | undefined;
767
+ borderStartStartRadius?: string | undefined;
768
+ borderStyle?: string | undefined;
769
+ borderTop?: string | undefined;
770
+ borderTopColor?: string | undefined;
771
+ borderTopLeftRadius?: string | undefined;
772
+ borderTopRightRadius?: string | undefined;
773
+ borderTopStyle?: string | undefined;
774
+ borderTopWidth?: string | undefined;
775
+ borderWidth?: string | undefined;
776
+ bottom: string;
777
+ boxShadow?: string | undefined;
778
+ boxSizing?: string | undefined;
779
+ breakAfter?: string | undefined;
780
+ breakBefore?: string | undefined;
781
+ breakInside?: string | undefined;
782
+ captionSide?: string | undefined;
783
+ caretColor?: string | undefined;
784
+ clear?: string | undefined;
785
+ clip?: string | undefined;
786
+ clipPath?: string | undefined;
787
+ clipRule?: string | undefined;
788
+ color?: string | undefined;
789
+ colorInterpolation?: string | undefined;
790
+ colorInterpolationFilters?: string | undefined;
791
+ colorScheme?: string | undefined;
792
+ columnCount?: string | undefined;
793
+ columnFill?: string | undefined;
794
+ columnGap?: string | undefined;
795
+ columnRule?: string | undefined;
796
+ columnRuleColor?: string | undefined;
797
+ columnRuleStyle?: string | undefined;
798
+ columnRuleWidth?: string | undefined;
799
+ columnSpan?: string | undefined;
800
+ columnWidth?: string | undefined;
801
+ columns?: string | undefined;
802
+ contain?: string | undefined;
803
+ containIntrinsicBlockSize?: string | undefined;
804
+ containIntrinsicHeight?: string | undefined;
805
+ containIntrinsicInlineSize?: string | undefined;
806
+ containIntrinsicSize?: string | undefined;
807
+ containIntrinsicWidth?: string | undefined;
808
+ container?: string | undefined;
809
+ containerName?: string | undefined;
810
+ containerType?: string | undefined;
811
+ content?: string | undefined;
812
+ contentVisibility?: string | undefined;
813
+ counterIncrement?: string | undefined;
814
+ counterReset?: string | undefined;
815
+ counterSet?: string | undefined;
816
+ cssFloat?: string | undefined;
817
+ cssText?: string | undefined;
818
+ cursor?: string | undefined;
819
+ cx?: string | undefined;
820
+ cy?: string | undefined;
821
+ d?: string | undefined;
822
+ direction?: string | undefined;
823
+ display?: string | undefined;
824
+ dominantBaseline?: string | undefined;
825
+ emptyCells?: string | undefined;
826
+ fill?: string | undefined;
827
+ fillOpacity?: string | undefined;
828
+ fillRule?: string | undefined;
829
+ filter?: string | undefined;
830
+ flex?: string | undefined;
831
+ flexBasis?: string | undefined;
832
+ flexDirection?: string | undefined;
833
+ flexFlow?: string | undefined;
834
+ flexGrow?: string | undefined;
835
+ flexShrink?: string | undefined;
836
+ flexWrap?: string | undefined;
837
+ float?: string | undefined;
838
+ floodColor?: string | undefined;
839
+ floodOpacity?: string | undefined;
840
+ font?: string | undefined;
841
+ fontFamily?: string | undefined;
842
+ fontFeatureSettings?: string | undefined;
843
+ fontKerning?: string | undefined;
844
+ fontOpticalSizing?: string | undefined;
845
+ fontPalette?: string | undefined;
846
+ fontSize?: string | undefined;
847
+ fontSizeAdjust?: string | undefined;
848
+ fontStretch?: string | undefined;
849
+ fontStyle?: string | undefined;
850
+ fontSynthesis?: string | undefined;
851
+ fontSynthesisSmallCaps?: string | undefined;
852
+ fontSynthesisStyle?: string | undefined;
853
+ fontSynthesisWeight?: string | undefined;
854
+ fontVariant?: string | undefined;
855
+ fontVariantAlternates?: string | undefined;
856
+ fontVariantCaps?: string | undefined;
857
+ fontVariantEastAsian?: string | undefined;
858
+ fontVariantLigatures?: string | undefined;
859
+ fontVariantNumeric?: string | undefined;
860
+ fontVariantPosition?: string | undefined;
861
+ fontVariationSettings?: string | undefined;
862
+ fontWeight?: string | undefined;
863
+ forcedColorAdjust?: string | undefined;
864
+ gap?: string | undefined;
865
+ grid?: string | undefined;
866
+ gridArea?: string | undefined;
867
+ gridAutoColumns?: string | undefined;
868
+ gridAutoFlow?: string | undefined;
869
+ gridAutoRows?: string | undefined;
870
+ gridColumn?: string | undefined;
871
+ gridColumnEnd?: string | undefined;
872
+ gridColumnGap?: string | undefined;
873
+ gridColumnStart?: string | undefined;
874
+ gridGap?: string | undefined;
875
+ gridRow?: string | undefined;
876
+ gridRowEnd?: string | undefined;
877
+ gridRowGap?: string | undefined;
878
+ gridRowStart?: string | undefined;
879
+ gridTemplate?: string | undefined;
880
+ gridTemplateAreas?: string | undefined;
881
+ gridTemplateColumns?: string | undefined;
882
+ gridTemplateRows?: string | undefined;
883
+ height?: string | undefined;
884
+ hyphenateCharacter?: string | undefined;
885
+ hyphens?: string | undefined;
886
+ imageOrientation?: string | undefined;
887
+ imageRendering?: string | undefined;
888
+ inlineSize?: string | undefined;
889
+ inset?: string | undefined;
890
+ insetBlock?: string | undefined;
891
+ insetBlockEnd?: string | undefined;
892
+ insetBlockStart?: string | undefined;
893
+ insetInline?: string | undefined;
894
+ insetInlineEnd?: string | undefined;
895
+ insetInlineStart?: string | undefined;
896
+ isolation?: string | undefined;
897
+ justifyContent?: string | undefined;
898
+ justifyItems?: string | undefined;
899
+ justifySelf?: string | undefined;
900
+ left: string;
901
+ length?: number | undefined;
902
+ letterSpacing?: string | undefined;
903
+ lightingColor?: string | undefined;
904
+ lineBreak?: string | undefined;
905
+ lineHeight?: string | undefined;
906
+ listStyle?: string | undefined;
907
+ listStyleImage?: string | undefined;
908
+ listStylePosition?: string | undefined;
909
+ listStyleType?: string | undefined;
910
+ margin?: string | undefined;
911
+ marginBlock?: string | undefined;
912
+ marginBlockEnd?: string | undefined;
913
+ marginBlockStart?: string | undefined;
914
+ marginBottom?: string | undefined;
915
+ marginInline?: string | undefined;
916
+ marginInlineEnd?: string | undefined;
917
+ marginInlineStart?: string | undefined;
918
+ marginLeft?: string | undefined;
919
+ marginRight?: string | undefined;
920
+ marginTop?: string | undefined;
921
+ marker?: string | undefined;
922
+ markerEnd?: string | undefined;
923
+ markerMid?: string | undefined;
924
+ markerStart?: string | undefined;
925
+ mask?: string | undefined;
926
+ maskClip?: string | undefined;
927
+ maskComposite?: string | undefined;
928
+ maskImage?: string | undefined;
929
+ maskMode?: string | undefined;
930
+ maskOrigin?: string | undefined;
931
+ maskPosition?: string | undefined;
932
+ maskRepeat?: string | undefined;
933
+ maskSize?: string | undefined;
934
+ maskType?: string | undefined;
935
+ mathDepth?: string | undefined;
936
+ mathStyle?: string | undefined;
937
+ maxBlockSize?: string | undefined;
938
+ maxHeight: string;
939
+ maxInlineSize?: string | undefined;
940
+ maxWidth?: string | undefined;
941
+ minBlockSize?: string | undefined;
942
+ minHeight?: string | undefined;
943
+ minInlineSize?: string | undefined;
944
+ minWidth?: string | undefined;
945
+ mixBlendMode?: string | undefined;
946
+ objectFit?: string | undefined;
947
+ objectPosition?: string | undefined;
948
+ offset?: string | undefined;
949
+ offsetAnchor?: string | undefined;
950
+ offsetDistance?: string | undefined;
951
+ offsetPath?: string | undefined;
952
+ offsetPosition?: string | undefined;
953
+ offsetRotate?: string | undefined;
954
+ opacity?: string | undefined;
955
+ order?: string | undefined;
956
+ orphans?: string | undefined;
957
+ outline?: string | undefined;
958
+ outlineColor?: string | undefined;
959
+ outlineOffset?: string | undefined;
960
+ outlineStyle?: string | undefined;
961
+ outlineWidth?: string | undefined;
962
+ overflow?: string | undefined;
963
+ overflowAnchor?: string | undefined;
964
+ overflowClipMargin?: string | undefined;
965
+ overflowWrap?: string | undefined;
966
+ overflowX: string;
967
+ overflowY: string;
968
+ overscrollBehavior?: string | undefined;
969
+ overscrollBehaviorBlock?: string | undefined;
970
+ overscrollBehaviorInline?: string | undefined;
971
+ overscrollBehaviorX?: string | undefined;
972
+ overscrollBehaviorY?: string | undefined;
973
+ padding: string;
974
+ paddingBlock?: string | undefined;
975
+ paddingBlockEnd?: string | undefined;
976
+ paddingBlockStart?: string | undefined;
977
+ paddingBottom?: string | undefined;
978
+ paddingInline?: string | undefined;
979
+ paddingInlineEnd?: string | undefined;
980
+ paddingInlineStart?: string | undefined;
981
+ paddingLeft?: string | undefined;
982
+ paddingRight?: string | undefined;
983
+ paddingTop?: string | undefined;
984
+ page?: string | undefined;
985
+ pageBreakAfter?: string | undefined;
986
+ pageBreakBefore?: string | undefined;
987
+ pageBreakInside?: string | undefined;
988
+ paintOrder?: string | undefined;
989
+ parentRule?: CSSRule | null | undefined;
990
+ perspective?: string | undefined;
991
+ perspectiveOrigin?: string | undefined;
992
+ placeContent?: string | undefined;
993
+ placeItems?: string | undefined;
994
+ placeSelf?: string | undefined;
995
+ pointerEvents?: string | undefined;
996
+ position: string;
997
+ printColorAdjust?: string | undefined;
998
+ quotes?: string | undefined;
999
+ r?: string | undefined;
1000
+ resize?: string | undefined;
1001
+ right: string;
1002
+ rotate?: string | undefined;
1003
+ rowGap?: string | undefined;
1004
+ rubyPosition?: string | undefined;
1005
+ rx?: string | undefined;
1006
+ ry?: string | undefined;
1007
+ scale?: string | undefined;
1008
+ scrollBehavior?: string | undefined;
1009
+ scrollMargin?: string | undefined;
1010
+ scrollMarginBlock?: string | undefined;
1011
+ scrollMarginBlockEnd?: string | undefined;
1012
+ scrollMarginBlockStart?: string | undefined;
1013
+ scrollMarginBottom?: string | undefined;
1014
+ scrollMarginInline?: string | undefined;
1015
+ scrollMarginInlineEnd?: string | undefined;
1016
+ scrollMarginInlineStart?: string | undefined;
1017
+ scrollMarginLeft?: string | undefined;
1018
+ scrollMarginRight?: string | undefined;
1019
+ scrollMarginTop?: string | undefined;
1020
+ scrollPadding?: string | undefined;
1021
+ scrollPaddingBlock?: string | undefined;
1022
+ scrollPaddingBlockEnd?: string | undefined;
1023
+ scrollPaddingBlockStart?: string | undefined;
1024
+ scrollPaddingBottom?: string | undefined;
1025
+ scrollPaddingInline?: string | undefined;
1026
+ scrollPaddingInlineEnd?: string | undefined;
1027
+ scrollPaddingInlineStart?: string | undefined;
1028
+ scrollPaddingLeft?: string | undefined;
1029
+ scrollPaddingRight?: string | undefined;
1030
+ scrollPaddingTop?: string | undefined;
1031
+ scrollSnapAlign?: string | undefined;
1032
+ scrollSnapStop?: string | undefined;
1033
+ scrollSnapType?: string | undefined;
1034
+ scrollbarColor?: string | undefined;
1035
+ scrollbarGutter?: string | undefined;
1036
+ scrollbarWidth?: string | undefined;
1037
+ shapeImageThreshold?: string | undefined;
1038
+ shapeMargin?: string | undefined;
1039
+ shapeOutside?: string | undefined;
1040
+ shapeRendering?: string | undefined;
1041
+ stopColor?: string | undefined;
1042
+ stopOpacity?: string | undefined;
1043
+ stroke?: string | undefined;
1044
+ strokeDasharray?: string | undefined;
1045
+ strokeDashoffset?: string | undefined;
1046
+ strokeLinecap?: string | undefined;
1047
+ strokeLinejoin?: string | undefined;
1048
+ strokeMiterlimit?: string | undefined;
1049
+ strokeOpacity?: string | undefined;
1050
+ strokeWidth?: string | undefined;
1051
+ tabSize?: string | undefined;
1052
+ tableLayout?: string | undefined;
1053
+ textAlign?: string | undefined;
1054
+ textAlignLast?: string | undefined;
1055
+ textAnchor?: string | undefined;
1056
+ textCombineUpright?: string | undefined;
1057
+ textDecoration?: string | undefined;
1058
+ textDecorationColor?: string | undefined;
1059
+ textDecorationLine?: string | undefined;
1060
+ textDecorationSkipInk?: string | undefined;
1061
+ textDecorationStyle?: string | undefined;
1062
+ textDecorationThickness?: string | undefined;
1063
+ textEmphasis?: string | undefined;
1064
+ textEmphasisColor?: string | undefined;
1065
+ textEmphasisPosition?: string | undefined;
1066
+ textEmphasisStyle?: string | undefined;
1067
+ textIndent?: string | undefined;
1068
+ textOrientation?: string | undefined;
1069
+ textOverflow?: string | undefined;
1070
+ textRendering?: string | undefined;
1071
+ textShadow?: string | undefined;
1072
+ textTransform?: string | undefined;
1073
+ textUnderlineOffset?: string | undefined;
1074
+ textUnderlinePosition?: string | undefined;
1075
+ textWrap?: string | undefined;
1076
+ textWrapMode?: string | undefined;
1077
+ textWrapStyle?: string | undefined;
1078
+ top: string;
1079
+ touchAction?: string | undefined;
1080
+ transform?: string | undefined;
1081
+ transformBox?: string | undefined;
1082
+ transformOrigin?: string | undefined;
1083
+ transformStyle?: string | undefined;
1084
+ transition?: string | undefined;
1085
+ transitionBehavior?: string | undefined;
1086
+ transitionDelay?: string | undefined;
1087
+ transitionDuration?: string | undefined;
1088
+ transitionProperty?: string | undefined;
1089
+ transitionTimingFunction?: string | undefined;
1090
+ translate?: string | undefined;
1091
+ unicodeBidi?: string | undefined;
1092
+ userSelect?: string | undefined;
1093
+ vectorEffect?: string | undefined;
1094
+ verticalAlign?: string | undefined;
1095
+ visibility?: string | undefined;
1096
+ webkitAlignContent?: string | undefined;
1097
+ webkitAlignItems?: string | undefined;
1098
+ webkitAlignSelf?: string | undefined;
1099
+ webkitAnimation?: string | undefined;
1100
+ webkitAnimationDelay?: string | undefined;
1101
+ webkitAnimationDirection?: string | undefined;
1102
+ webkitAnimationDuration?: string | undefined;
1103
+ webkitAnimationFillMode?: string | undefined;
1104
+ webkitAnimationIterationCount?: string | undefined;
1105
+ webkitAnimationName?: string | undefined;
1106
+ webkitAnimationPlayState?: string | undefined;
1107
+ webkitAnimationTimingFunction?: string | undefined;
1108
+ webkitAppearance?: string | undefined;
1109
+ webkitBackfaceVisibility?: string | undefined;
1110
+ webkitBackgroundClip?: string | undefined;
1111
+ webkitBackgroundOrigin?: string | undefined;
1112
+ webkitBackgroundSize?: string | undefined;
1113
+ webkitBorderBottomLeftRadius?: string | undefined;
1114
+ webkitBorderBottomRightRadius?: string | undefined;
1115
+ webkitBorderRadius?: string | undefined;
1116
+ webkitBorderTopLeftRadius?: string | undefined;
1117
+ webkitBorderTopRightRadius?: string | undefined;
1118
+ webkitBoxAlign?: string | undefined;
1119
+ webkitBoxFlex?: string | undefined;
1120
+ webkitBoxOrdinalGroup?: string | undefined;
1121
+ webkitBoxOrient?: string | undefined;
1122
+ webkitBoxPack?: string | undefined;
1123
+ webkitBoxShadow?: string | undefined;
1124
+ webkitBoxSizing?: string | undefined;
1125
+ webkitFilter?: string | undefined;
1126
+ webkitFlex?: string | undefined;
1127
+ webkitFlexBasis?: string | undefined;
1128
+ webkitFlexDirection?: string | undefined;
1129
+ webkitFlexFlow?: string | undefined;
1130
+ webkitFlexGrow?: string | undefined;
1131
+ webkitFlexShrink?: string | undefined;
1132
+ webkitFlexWrap?: string | undefined;
1133
+ webkitJustifyContent?: string | undefined;
1134
+ webkitLineClamp?: string | undefined;
1135
+ webkitMask?: string | undefined;
1136
+ webkitMaskBoxImage?: string | undefined;
1137
+ webkitMaskBoxImageOutset?: string | undefined;
1138
+ webkitMaskBoxImageRepeat?: string | undefined;
1139
+ webkitMaskBoxImageSlice?: string | undefined;
1140
+ webkitMaskBoxImageSource?: string | undefined;
1141
+ webkitMaskBoxImageWidth?: string | undefined;
1142
+ webkitMaskClip?: string | undefined;
1143
+ webkitMaskComposite?: string | undefined;
1144
+ webkitMaskImage?: string | undefined;
1145
+ webkitMaskOrigin?: string | undefined;
1146
+ webkitMaskPosition?: string | undefined;
1147
+ webkitMaskRepeat?: string | undefined;
1148
+ webkitMaskSize?: string | undefined;
1149
+ webkitOrder?: string | undefined;
1150
+ webkitPerspective?: string | undefined;
1151
+ webkitPerspectiveOrigin?: string | undefined;
1152
+ webkitTextFillColor?: string | undefined;
1153
+ webkitTextSizeAdjust?: string | undefined;
1154
+ webkitTextStroke?: string | undefined;
1155
+ webkitTextStrokeColor?: string | undefined;
1156
+ webkitTextStrokeWidth?: string | undefined;
1157
+ webkitTransform?: string | undefined;
1158
+ webkitTransformOrigin?: string | undefined;
1159
+ webkitTransformStyle?: string | undefined;
1160
+ webkitTransition?: string | undefined;
1161
+ webkitTransitionDelay?: string | undefined;
1162
+ webkitTransitionDuration?: string | undefined;
1163
+ webkitTransitionProperty?: string | undefined;
1164
+ webkitTransitionTimingFunction?: string | undefined;
1165
+ webkitUserSelect?: string | undefined;
1166
+ whiteSpace?: string | undefined;
1167
+ whiteSpaceCollapse?: string | undefined;
1168
+ widows?: string | undefined;
1169
+ width: string;
1170
+ willChange?: string | undefined;
1171
+ wordBreak?: string | undefined;
1172
+ wordSpacing?: string | undefined;
1173
+ wordWrap?: string | undefined;
1174
+ writingMode?: string | undefined;
1175
+ x?: string | undefined;
1176
+ y?: string | undefined;
1177
+ zIndex?: string | undefined;
1178
+ zoom?: string | undefined;
1179
+ getPropertyPriority?: ((property: string) => string) | undefined;
1180
+ getPropertyValue?: ((property: string) => string) | undefined;
1181
+ item?: ((index: number) => string) | undefined;
1182
+ removeProperty?: ((property: string) => string) | undefined;
1183
+ setProperty?: ((property: string, value: string | null, priority?: string) => void) | undefined;
1184
+ };
161
1185
  static ɵfac: i0.ɵɵFactoryDeclaration<BreakoutRoomsModal, never>;
162
- static ɵcmp: i0.ɵɵComponentDeclaration<BreakoutRoomsModal, "app-breakout-rooms-modal", never, { "isVisible": { "alias": "isVisible"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; "position": { "alias": "position"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "onBreakoutRoomsClose": { "alias": "onBreakoutRoomsClose"; "required": false; }; }, {}, never, never, true, never>;
1186
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreakoutRoomsModal, "app-breakout-rooms-modal", never, { "isVisible": { "alias": "isVisible"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; "position": { "alias": "position"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "onBreakoutRoomsClose": { "alias": "onBreakoutRoomsClose"; "required": false; }; "overlayStyle": { "alias": "overlayStyle"; "required": false; }; "contentStyle": { "alias": "contentStyle"; "required": false; }; "customTemplate": { "alias": "customTemplate"; "required": false; }; }, {}, never, never, true, never>;
163
1187
  }