mediasfu-angular 2.2.2 → 2.2.4

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