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