mediasfu-angular 2.2.1 → 2.2.2

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