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