mediasfu-angular 2.2.2 → 2.2.4

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