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