mediasfu-angular 2.2.1 → 2.2.2

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