mediasfu-angular 2.2.0 → 2.2.2

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