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