mediasfu-angular 2.2.2 → 2.2.3

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