mediasfu-angular 2.2.0 → 2.2.2

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