mediasfu-angular 2.2.2 → 2.2.3

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