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