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