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