mediasfu-angular 2.2.1 → 2.2.2

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