mediasfu-angular 2.2.2 → 2.2.3

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