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