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