mediasfu-angular 2.2.2 → 2.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (194) hide show
  1. package/README.md +153 -54
  2. package/USAGE_COOKBOOK.md +202 -0
  3. package/dist/LICENSE +21 -0
  4. package/dist/README.md +153 -54
  5. package/dist/fesm2022/mediasfu-angular.mjs +21838 -12606
  6. package/dist/fesm2022/mediasfu-angular.mjs.map +1 -1
  7. package/dist/lib/@types/types.d.ts +22 -1
  8. package/dist/lib/@types/ui-overrides.types.d.ts +4 -0
  9. package/dist/lib/components/background-components/background-modal/background-modal.component.d.ts +1024 -997
  10. package/dist/lib/components/breakout-components/breakout-rooms-modal.component.d.ts +2052 -1001
  11. package/dist/lib/components/breakout-components/edit-room-modal/edit-room-modal.component.d.ts +1527 -997
  12. package/dist/lib/components/breakout-components/room-list/room-list.component.d.ts +5 -1
  13. package/dist/lib/components/co-host-components/co-host-modal/co-host-modal.component.d.ts +988 -988
  14. package/dist/lib/components/display-components/alert-component/alert.component.component.d.ts +20 -6
  15. package/dist/lib/components/display-components/audio-card/audio-card.component.d.ts +17 -7
  16. package/dist/lib/components/display-components/audio-grid/audio-grid.component.d.ts +509 -1
  17. package/dist/lib/components/display-components/card-video-display/card-video-display.component.d.ts +3 -0
  18. package/dist/lib/components/display-components/control-buttons-alt-component/control-buttons-alt-component.component.d.ts +1 -1
  19. package/dist/lib/components/display-components/control-buttons-component/control-buttons-component.component.d.ts +34 -2
  20. package/dist/lib/components/display-components/control-buttons-component-touch/control-buttons-component-touch.component.d.ts +19 -0
  21. package/dist/lib/components/display-components/control-widgets/control-icon-badge-widget.component.d.ts +13 -0
  22. package/dist/lib/components/display-components/control-widgets/menu-participants-widget.component.d.ts +1 -0
  23. package/dist/lib/components/display-components/control-widgets/menu-widget.component.d.ts +2 -2
  24. package/dist/lib/components/display-components/control-widgets/message-widget.component.d.ts +2 -2
  25. package/dist/lib/components/display-components/control-widgets/record-timer-widget.component.d.ts +2 -0
  26. package/dist/lib/components/display-components/control-widgets/screenshare-widget.component.d.ts +5 -3
  27. package/dist/lib/components/display-components/flexible-grid/flexible-grid.component.d.ts +530 -2
  28. package/dist/lib/components/display-components/flexible-video/flexible-video.component.d.ts +41 -1
  29. package/dist/lib/components/display-components/loading-modal/loading-modal.component.d.ts +2029 -5
  30. package/dist/lib/components/display-components/main-grid-component/main-grid-component.component.d.ts +506 -1
  31. package/dist/lib/components/display-components/main-screen-component/main-screen-component.component.d.ts +497 -497
  32. package/dist/lib/components/display-components/meeting-progress-timer/meeting-progress-timer.component.d.ts +18 -11
  33. package/dist/lib/components/display-components/mini-audio/mini-audio.component.d.ts +11 -3
  34. package/dist/lib/components/display-components/mini-card/mini-card.component.d.ts +1026 -999
  35. package/dist/lib/components/display-components/mini-card-audio/mini-card-audio.component.d.ts +9 -3
  36. package/dist/lib/components/display-components/other-grid-component/other-grid-component.component.d.ts +511 -1
  37. package/dist/lib/components/display-components/pagination/pagination.component.d.ts +34 -1
  38. package/dist/lib/components/display-components/sub-aspect-component/sub-aspect-component.component.d.ts +507 -1
  39. package/dist/lib/components/display-components/subtitle-overlay/subtitle-overlay.component.d.ts +6 -0
  40. package/dist/lib/components/display-components/video-card/video-card.component.d.ts +10 -6
  41. package/dist/lib/components/display-settings-components/display-settings-modal.component.d.ts +1010 -1009
  42. package/dist/lib/components/event-settings-components/event-settings-modal/event-settings-modal.component.d.ts +999 -999
  43. package/dist/lib/components/media-settings-components/media-settings-modal/media-settings-modal.component.d.ts +999 -999
  44. package/dist/lib/components/mediasfu-components/mediasfu-broadcast.component.d.ts +2318 -29330
  45. package/dist/lib/components/mediasfu-components/mediasfu-chat.component.d.ts +490 -4179
  46. package/dist/lib/components/mediasfu-components/mediasfu-conference.component.d.ts +576 -23394
  47. package/dist/lib/components/mediasfu-components/mediasfu-generic.component.d.ts +1292 -61696
  48. package/dist/lib/components/mediasfu-components/mediasfu-webinar.component.d.ts +524 -26273
  49. package/dist/lib/components/menu-components/custom-buttons/custom-buttons.component.d.ts +4 -1
  50. package/dist/lib/components/menu-components/meeting-id-component/meeting-id-component.component.d.ts +3 -1
  51. package/dist/lib/components/menu-components/meeting-passcode-component/meeting-passcode-component.component.d.ts +10 -1
  52. package/dist/lib/components/menu-components/menu-modal/menu-modal.component.d.ts +518 -507
  53. package/dist/lib/components/menu-components/share-buttons-component/share-buttons-component.component.d.ts +4 -1
  54. package/dist/lib/components/message-components/message-panel/message-panel.component.d.ts +1 -0
  55. package/dist/lib/components/message-components/messages-modal/messages-modal.component.d.ts +3 -3
  56. package/dist/lib/components/misc-components/confirm-here-modal/confirm-here-modal.component.d.ts +1004 -1004
  57. package/dist/lib/components/misc-components/pre-join-page/pre-join-page.component.d.ts +4 -0
  58. package/dist/lib/components/misc-components/share-event-modal/share-event-modal.component.d.ts +989 -989
  59. package/dist/lib/components/panelists-components/panelists-modal/panelists-modal.component.d.ts +73 -0
  60. package/dist/lib/components/participants-components/participants-modal/participants-modal.component.d.ts +1004 -1004
  61. package/dist/lib/components/permissions-components/permissions-modal/permissions-modal.component.d.ts +89 -0
  62. package/dist/lib/components/polls-components/poll-modal/poll-modal.component.d.ts +989 -989
  63. package/dist/lib/components/recording-components/recording-modal/recording-modal.component.d.ts +990 -989
  64. package/dist/lib/components/requests-components/requests-modal/requests-modal.component.d.ts +1004 -1004
  65. package/dist/lib/components/screenboard-components/screenboard-modal/screenboard-modal.component.d.ts +987 -987
  66. package/dist/lib/components/translation-components/translation-settings-modal/translation-settings-modal.component.d.ts +124 -0
  67. package/dist/lib/components/waiting-components/waiting-room-modal.component.d.ts +989 -989
  68. package/dist/lib/components/whiteboard-components/configure-whiteboard-modal/configure-whiteboard-modal.component.d.ts +2062 -1000
  69. package/dist/lib/components/whiteboard-components/whiteboard/whiteboard.component.d.ts +3 -15
  70. package/dist/lib/consumers/auto-adjust.service.d.ts +0 -11
  71. package/dist/lib/consumers/calculate-rows-and-columns.service.d.ts +0 -7
  72. package/dist/lib/consumers/change-vids.service.d.ts +1 -1
  73. package/dist/lib/consumers/check-permission.service.d.ts +4 -1
  74. package/dist/lib/consumers/check-screen-share.service.d.ts +0 -18
  75. package/dist/lib/consumers/compare-active-names.service.d.ts +0 -16
  76. package/dist/lib/consumers/compare-screen-states.service.d.ts +0 -18
  77. package/dist/lib/consumers/connect-ips.service.d.ts +2 -25
  78. package/dist/lib/consumers/connect-local-ips.service.d.ts +1 -28
  79. package/dist/lib/consumers/disp-streams.service.d.ts +1 -110
  80. package/dist/lib/consumers/generate-page-content.service.d.ts +0 -17
  81. package/dist/lib/consumers/get-estimate.service.d.ts +0 -21
  82. package/dist/lib/consumers/mix-streams.service.d.ts +0 -19
  83. package/dist/lib/consumers/on-screen-changes.service.d.ts +1 -21
  84. package/dist/lib/consumers/process-consumer-transports-audio.service.d.ts +1 -14
  85. package/dist/lib/consumers/process-consumer-transports.service.d.ts +3 -57
  86. package/dist/lib/consumers/re-update-inter.service.d.ts +1 -39
  87. package/dist/lib/consumers/reorder-streams.service.d.ts +1 -35
  88. package/dist/lib/consumers/socket-receive-methods/join-consume-room.service.d.ts +2 -13
  89. package/dist/lib/consumers/socket-receive-methods/new-pipe-producer.service.d.ts +1 -13
  90. package/dist/lib/consumers/socket-receive-methods/producer-closed.service.d.ts +1 -8
  91. package/dist/lib/consumers/translation-consumer-switch.service.d.ts +68 -0
  92. package/dist/lib/consumers/trigger.service.d.ts +0 -79
  93. package/dist/lib/consumers/update-mini-cards-grid.service.d.ts +0 -24
  94. package/dist/lib/directives/with-override.directive.d.ts +2 -2
  95. package/dist/lib/methods/background-methods/launch-background.service.d.ts +2 -5
  96. package/dist/lib/methods/breakout-room-methods/launch-breakout-rooms.service.d.ts +2 -5
  97. package/dist/lib/methods/co-host-methods/launch-co-host.service.d.ts +2 -5
  98. package/dist/lib/methods/co-host-methods/modify-co-host-settings.service.d.ts +1 -1
  99. package/dist/lib/methods/display-settings-methods/launch-display-settings.service.d.ts +2 -5
  100. package/dist/lib/methods/display-settings-methods/modify-display-settings.service.d.ts +2 -0
  101. package/dist/lib/methods/exit-methods/launch-confirm-exit.service.d.ts +2 -5
  102. package/dist/lib/methods/menu-methods/launch-menu-modal.service.d.ts +2 -5
  103. package/dist/lib/methods/message-methods/launch-messages.service.d.ts +2 -5
  104. package/dist/lib/methods/message-methods/send-message.service.d.ts +1 -1
  105. package/dist/lib/methods/panelists-methods/add-panelist.service.d.ts +19 -0
  106. package/dist/lib/methods/panelists-methods/focus-panelists.service.d.ts +19 -0
  107. package/dist/lib/methods/panelists-methods/remove-panelist.service.d.ts +17 -0
  108. package/dist/lib/methods/participants-methods/launch-participants.service.d.ts +2 -5
  109. package/dist/lib/methods/permissions-methods/bulk-update-participant-permissions.service.d.ts +20 -0
  110. package/dist/lib/methods/permissions-methods/update-participant-permission.service.d.ts +19 -0
  111. package/dist/lib/methods/permissions-methods/update-permission-config.service.d.ts +29 -0
  112. package/dist/lib/methods/polls-methods/handle-create-poll.service.d.ts +1 -1
  113. package/dist/lib/methods/polls-methods/handle-end-poll.service.d.ts +1 -1
  114. package/dist/lib/methods/polls-methods/handle-vote-poll.service.d.ts +1 -1
  115. package/dist/lib/methods/polls-methods/poll-updated.service.d.ts +1 -1
  116. package/dist/lib/methods/recording-methods/check-pause-state.service.d.ts +1 -12
  117. package/dist/lib/methods/recording-methods/check-resume-state.service.d.ts +1 -11
  118. package/dist/lib/methods/recording-methods/confirm-recording.service.d.ts +0 -94
  119. package/dist/lib/methods/recording-methods/launch-recording.service.d.ts +1 -20
  120. package/dist/lib/methods/recording-methods/record-pause-timer.service.d.ts +1 -12
  121. package/dist/lib/methods/recording-methods/record-resume-timer.service.d.ts +0 -66
  122. package/dist/lib/methods/recording-methods/record-start-timer.service.d.ts +1 -33
  123. package/dist/lib/methods/recording-methods/record-update-timer.service.d.ts +1 -17
  124. package/dist/lib/methods/recording-methods/start-recording.service.d.ts +1 -92
  125. package/dist/lib/methods/recording-methods/stop-recording.service.d.ts +1 -42
  126. package/dist/lib/methods/recording-methods/update-recording.service.d.ts +1 -94
  127. package/dist/lib/methods/requests-methods/launch-requests.service.d.ts +2 -5
  128. package/dist/lib/methods/settings-methods/launch-settings.service.d.ts +2 -5
  129. package/dist/lib/methods/settings-methods/modify-settings.service.d.ts +1 -1
  130. package/dist/lib/methods/stream-methods/click-chat.service.d.ts +1 -1
  131. package/dist/lib/methods/utils/get-modal-position.util.d.ts +0 -3
  132. package/dist/lib/methods/utils/initial-values.util.d.ts +18 -1
  133. package/dist/lib/methods/utils/mini-audio-player/mini-audio-player.component.d.ts +8 -0
  134. package/dist/lib/methods/utils/producer/a-params.service.d.ts +2 -8
  135. package/dist/lib/methods/utils/producer/h-params.service.d.ts +2 -8
  136. package/dist/lib/methods/utils/producer/screen-params.service.d.ts +2 -8
  137. package/dist/lib/methods/utils/producer/v-params.service.d.ts +2 -8
  138. package/dist/lib/methods/utils/sound-player.service.d.ts +1 -1
  139. package/dist/lib/methods/utils/translation-languages.util.d.ts +341 -0
  140. package/dist/lib/methods/waiting-methods/launch-waiting.service.d.ts +2 -5
  141. package/dist/lib/modern/display-components/modern-alert.component.d.ts +40 -0
  142. package/dist/lib/modern/display-components/modern-loading-modal.component.d.ts +37 -0
  143. package/dist/lib/modern/display-components/modern-meeting-progress-timer.component.d.ts +40 -0
  144. package/dist/lib/modern/display-components/modern-mini-card.component.d.ts +1064 -0
  145. package/dist/lib/modern/display-components/modern-pagination.component.d.ts +91 -0
  146. package/dist/lib/modern/display-components/modern-participants-counter-badge.component.d.ts +16 -0
  147. package/dist/lib/modern/modal-components/modern-co-host-modal.component.d.ts +63 -0
  148. package/dist/lib/modern/modal-components/modern-confirm-exit-modal.component.d.ts +42 -0
  149. package/dist/lib/modern/modal-components/modern-confirm-here-modal.component.d.ts +39 -0
  150. package/dist/lib/modern/modal-components/modern-display-settings-modal.component.d.ts +59 -0
  151. package/dist/lib/modern/modal-components/modern-event-settings-modal.component.d.ts +80 -0
  152. package/dist/lib/modern/modal-components/modern-media-settings-modal.component.d.ts +72 -0
  153. package/dist/lib/modern/modal-components/modern-menu-modal.component.d.ts +48 -0
  154. package/dist/lib/modern/modal-components/modern-messages-modal.component.d.ts +58 -0
  155. package/dist/lib/modern/modal-components/modern-participants-modal.component.d.ts +49 -0
  156. package/dist/lib/modern/modal-components/modern-poll-modal.component.d.ts +54 -0
  157. package/dist/lib/modern/modal-components/modern-recording-modal.component.d.ts +39 -0
  158. package/dist/lib/modern/modal-components/modern-requests-modal.component.d.ts +61 -0
  159. package/dist/lib/modern/modal-components/modern-share-event-modal.component.d.ts +39 -0
  160. package/dist/lib/modern/modal-components/modern-waiting-room-modal.component.d.ts +55 -0
  161. package/dist/lib/modern/primitives/modern-button.component.d.ts +10 -0
  162. package/dist/lib/modern/primitives/modern-entry-shell.component.d.ts +6 -0
  163. package/dist/lib/modern/primitives/modern-field.component.d.ts +32 -0
  164. package/dist/lib/modern/primitives/modern-sidebar-panel.component.d.ts +24 -0
  165. package/dist/lib/modern/primitives/modern-surface.component.d.ts +7 -0
  166. package/dist/lib/modern/utils/render-mode.utils.d.ts +3 -0
  167. package/dist/lib/producer-client/producer-client-emits/create-device-client.service.d.ts +0 -9
  168. package/dist/lib/producer-client/producer-client-emits/join-room-client.service.d.ts +0 -19
  169. package/dist/lib/producer-client/producer-client-emits/update-room-parameters-client.service.d.ts +5 -62
  170. package/dist/lib/producers/producer-emits/join-con-room.service.d.ts +0 -18
  171. package/dist/lib/producers/producer-emits/join-local-room.service.d.ts +3 -106
  172. package/dist/lib/producers/producer-emits/join-room.service.d.ts +0 -18
  173. package/dist/lib/producers/socket-receive-methods/added-as-panelist.service.d.ts +15 -0
  174. package/dist/lib/producers/socket-receive-methods/all-members-rest.service.d.ts +1 -90
  175. package/dist/lib/producers/socket-receive-methods/all-members.service.d.ts +1 -88
  176. package/dist/lib/producers/socket-receive-methods/control-media-host.service.d.ts +1 -66
  177. package/dist/lib/producers/socket-receive-methods/meeting-still-there.service.d.ts +1 -1
  178. package/dist/lib/producers/socket-receive-methods/panelist-focus-changed.service.d.ts +25 -0
  179. package/dist/lib/producers/socket-receive-methods/panelists-updated.service.d.ts +19 -0
  180. package/dist/lib/producers/socket-receive-methods/permission-config-updated.service.d.ts +15 -0
  181. package/dist/lib/producers/socket-receive-methods/permission-updated.service.d.ts +17 -0
  182. package/dist/lib/producers/socket-receive-methods/person-joined.service.d.ts +1 -1
  183. package/dist/lib/producers/socket-receive-methods/producer-media-paused.service.d.ts +0 -80
  184. package/dist/lib/producers/socket-receive-methods/producer-media-resumed.service.d.ts +1 -1
  185. package/dist/lib/producers/socket-receive-methods/receive-control-media.service.d.ts +21 -0
  186. package/dist/lib/producers/socket-receive-methods/recording-notice.service.d.ts +1 -5
  187. package/dist/lib/producers/socket-receive-methods/removed-from-panelists.service.d.ts +15 -0
  188. package/dist/lib/producers/socket-receive-methods/room-record-params.service.d.ts +1 -1
  189. package/dist/lib/producers/socket-receive-methods/translation-receive-methods.service.d.ts +20 -0
  190. package/dist/lib/services/live-subtitle.service.d.ts +15 -0
  191. package/dist/lib/sockets/socket-manager.service.d.ts +1 -2
  192. package/dist/public-api.d.ts +42 -1
  193. package/package.json +106 -95
  194. package/dist/lib/methods/utils/producer/video-capture-constraints.service.d.ts +0 -177
@@ -93,510 +93,510 @@ export declare class MainScreenComponent implements OnInit, OnChanges, AfterView
93
93
  };
94
94
  updateDimensions: () => void;
95
95
  get computedContainerStyle(): {
96
- accentColor?: string | undefined;
97
- alignContent?: string | undefined;
98
- alignItems?: string | undefined;
99
- alignSelf?: string | undefined;
100
- alignmentBaseline?: string | undefined;
101
- all?: string | undefined;
102
- animation?: string | undefined;
103
- animationComposition?: string | undefined;
104
- animationDelay?: string | undefined;
105
- animationDirection?: string | undefined;
106
- animationDuration?: string | undefined;
107
- animationFillMode?: string | undefined;
108
- animationIterationCount?: string | undefined;
109
- animationName?: string | undefined;
110
- animationPlayState?: string | undefined;
111
- animationTimingFunction?: string | undefined;
112
- appearance?: string | undefined;
113
- aspectRatio?: string | undefined;
114
- backdropFilter?: string | undefined;
115
- backfaceVisibility?: string | undefined;
116
- background?: string | undefined;
117
- backgroundAttachment?: string | undefined;
118
- backgroundBlendMode?: string | undefined;
119
- backgroundClip?: string | undefined;
120
- backgroundColor?: string | undefined;
121
- backgroundImage?: string | undefined;
122
- backgroundOrigin?: string | undefined;
123
- backgroundPosition?: string | undefined;
124
- backgroundPositionX?: string | undefined;
125
- backgroundPositionY?: string | undefined;
126
- backgroundRepeat?: string | undefined;
127
- backgroundSize?: string | undefined;
128
- baselineShift?: string | undefined;
129
- baselineSource?: string | undefined;
130
- blockSize?: string | undefined;
131
- border?: string | undefined;
132
- borderBlock?: string | undefined;
133
- borderBlockColor?: string | undefined;
134
- borderBlockEnd?: string | undefined;
135
- borderBlockEndColor?: string | undefined;
136
- borderBlockEndStyle?: string | undefined;
137
- borderBlockEndWidth?: string | undefined;
138
- borderBlockStart?: string | undefined;
139
- borderBlockStartColor?: string | undefined;
140
- borderBlockStartStyle?: string | undefined;
141
- borderBlockStartWidth?: string | undefined;
142
- borderBlockStyle?: string | undefined;
143
- borderBlockWidth?: string | undefined;
144
- borderBottom?: string | undefined;
145
- borderBottomColor?: string | undefined;
146
- borderBottomLeftRadius?: string | undefined;
147
- borderBottomRightRadius?: string | undefined;
148
- borderBottomStyle?: string | undefined;
149
- borderBottomWidth?: string | undefined;
150
- borderCollapse?: string | undefined;
151
- borderColor?: string | undefined;
152
- borderEndEndRadius?: string | undefined;
153
- borderEndStartRadius?: string | undefined;
154
- borderImage?: string | undefined;
155
- borderImageOutset?: string | undefined;
156
- borderImageRepeat?: string | undefined;
157
- borderImageSlice?: string | undefined;
158
- borderImageSource?: string | undefined;
159
- borderImageWidth?: string | undefined;
160
- borderInline?: string | undefined;
161
- borderInlineColor?: string | undefined;
162
- borderInlineEnd?: string | undefined;
163
- borderInlineEndColor?: string | undefined;
164
- borderInlineEndStyle?: string | undefined;
165
- borderInlineEndWidth?: string | undefined;
166
- borderInlineStart?: string | undefined;
167
- borderInlineStartColor?: string | undefined;
168
- borderInlineStartStyle?: string | undefined;
169
- borderInlineStartWidth?: string | undefined;
170
- borderInlineStyle?: string | undefined;
171
- borderInlineWidth?: string | undefined;
172
- borderLeft?: string | undefined;
173
- borderLeftColor?: string | undefined;
174
- borderLeftStyle?: string | undefined;
175
- borderLeftWidth?: string | undefined;
176
- borderRadius?: string | undefined;
177
- borderRight?: string | undefined;
178
- borderRightColor?: string | undefined;
179
- borderRightStyle?: string | undefined;
180
- borderRightWidth?: string | undefined;
181
- borderSpacing?: string | undefined;
182
- borderStartEndRadius?: string | undefined;
183
- borderStartStartRadius?: string | undefined;
184
- borderStyle?: string | undefined;
185
- borderTop?: string | undefined;
186
- borderTopColor?: string | undefined;
187
- borderTopLeftRadius?: string | undefined;
188
- borderTopRightRadius?: string | undefined;
189
- borderTopStyle?: string | undefined;
190
- borderTopWidth?: string | undefined;
191
- borderWidth?: string | undefined;
192
- bottom?: string | undefined;
193
- boxShadow?: string | undefined;
194
- boxSizing?: string | undefined;
195
- breakAfter?: string | undefined;
196
- breakBefore?: string | undefined;
197
- breakInside?: string | undefined;
198
- captionSide?: string | undefined;
199
- caretColor?: string | undefined;
200
- clear?: string | undefined;
201
- clip?: string | undefined;
202
- clipPath?: string | undefined;
203
- clipRule?: string | undefined;
204
- color?: string | undefined;
205
- colorInterpolation?: string | undefined;
206
- colorInterpolationFilters?: string | undefined;
207
- colorScheme?: string | undefined;
208
- columnCount?: string | undefined;
209
- columnFill?: string | undefined;
210
- columnGap?: string | undefined;
211
- columnRule?: string | undefined;
212
- columnRuleColor?: string | undefined;
213
- columnRuleStyle?: string | undefined;
214
- columnRuleWidth?: string | undefined;
215
- columnSpan?: string | undefined;
216
- columnWidth?: string | undefined;
217
- columns?: string | undefined;
218
- contain?: string | undefined;
219
- containIntrinsicBlockSize?: string | undefined;
220
- containIntrinsicHeight?: string | undefined;
221
- containIntrinsicInlineSize?: string | undefined;
222
- containIntrinsicSize?: string | undefined;
223
- containIntrinsicWidth?: string | undefined;
224
- container?: string | undefined;
225
- containerName?: string | undefined;
226
- containerType?: string | undefined;
227
- content?: string | undefined;
228
- contentVisibility?: string | undefined;
229
- counterIncrement?: string | undefined;
230
- counterReset?: string | undefined;
231
- counterSet?: string | undefined;
232
- cssFloat?: string | undefined;
233
- cssText?: string | undefined;
234
- cursor?: string | undefined;
235
- cx?: string | undefined;
236
- cy?: string | undefined;
237
- d?: string | undefined;
238
- direction?: string | undefined;
96
+ accentColor?: string;
97
+ alignContent?: string;
98
+ alignItems?: string;
99
+ alignSelf?: string;
100
+ alignmentBaseline?: string;
101
+ all?: string;
102
+ animation?: string;
103
+ animationComposition?: string;
104
+ animationDelay?: string;
105
+ animationDirection?: string;
106
+ animationDuration?: string;
107
+ animationFillMode?: string;
108
+ animationIterationCount?: string;
109
+ animationName?: string;
110
+ animationPlayState?: string;
111
+ animationTimingFunction?: string;
112
+ appearance?: string;
113
+ aspectRatio?: string;
114
+ backdropFilter?: string;
115
+ backfaceVisibility?: string;
116
+ background?: string;
117
+ backgroundAttachment?: string;
118
+ backgroundBlendMode?: string;
119
+ backgroundClip?: string;
120
+ backgroundColor?: string;
121
+ backgroundImage?: string;
122
+ backgroundOrigin?: string;
123
+ backgroundPosition?: string;
124
+ backgroundPositionX?: string;
125
+ backgroundPositionY?: string;
126
+ backgroundRepeat?: string;
127
+ backgroundSize?: string;
128
+ baselineShift?: string;
129
+ baselineSource?: string;
130
+ blockSize?: string;
131
+ border?: string;
132
+ borderBlock?: string;
133
+ borderBlockColor?: string;
134
+ borderBlockEnd?: string;
135
+ borderBlockEndColor?: string;
136
+ borderBlockEndStyle?: string;
137
+ borderBlockEndWidth?: string;
138
+ borderBlockStart?: string;
139
+ borderBlockStartColor?: string;
140
+ borderBlockStartStyle?: string;
141
+ borderBlockStartWidth?: string;
142
+ borderBlockStyle?: string;
143
+ borderBlockWidth?: string;
144
+ borderBottom?: string;
145
+ borderBottomColor?: string;
146
+ borderBottomLeftRadius?: string;
147
+ borderBottomRightRadius?: string;
148
+ borderBottomStyle?: string;
149
+ borderBottomWidth?: string;
150
+ borderCollapse?: string;
151
+ borderColor?: string;
152
+ borderEndEndRadius?: string;
153
+ borderEndStartRadius?: string;
154
+ borderImage?: string;
155
+ borderImageOutset?: string;
156
+ borderImageRepeat?: string;
157
+ borderImageSlice?: string;
158
+ borderImageSource?: string;
159
+ borderImageWidth?: string;
160
+ borderInline?: string;
161
+ borderInlineColor?: string;
162
+ borderInlineEnd?: string;
163
+ borderInlineEndColor?: string;
164
+ borderInlineEndStyle?: string;
165
+ borderInlineEndWidth?: string;
166
+ borderInlineStart?: string;
167
+ borderInlineStartColor?: string;
168
+ borderInlineStartStyle?: string;
169
+ borderInlineStartWidth?: string;
170
+ borderInlineStyle?: string;
171
+ borderInlineWidth?: string;
172
+ borderLeft?: string;
173
+ borderLeftColor?: string;
174
+ borderLeftStyle?: string;
175
+ borderLeftWidth?: string;
176
+ borderRadius?: string;
177
+ borderRight?: string;
178
+ borderRightColor?: string;
179
+ borderRightStyle?: string;
180
+ borderRightWidth?: string;
181
+ borderSpacing?: string;
182
+ borderStartEndRadius?: string;
183
+ borderStartStartRadius?: string;
184
+ borderStyle?: string;
185
+ borderTop?: string;
186
+ borderTopColor?: string;
187
+ borderTopLeftRadius?: string;
188
+ borderTopRightRadius?: string;
189
+ borderTopStyle?: string;
190
+ borderTopWidth?: string;
191
+ borderWidth?: string;
192
+ bottom?: string;
193
+ boxShadow?: string;
194
+ boxSizing: string;
195
+ breakAfter?: string;
196
+ breakBefore?: string;
197
+ breakInside?: string;
198
+ captionSide?: string;
199
+ caretColor?: string;
200
+ clear?: string;
201
+ clip?: string;
202
+ clipPath?: string;
203
+ clipRule?: string;
204
+ color?: string;
205
+ colorInterpolation?: string;
206
+ colorInterpolationFilters?: string;
207
+ colorScheme?: string;
208
+ columnCount?: string;
209
+ columnFill?: string;
210
+ columnGap?: string;
211
+ columnRule?: string;
212
+ columnRuleColor?: string;
213
+ columnRuleStyle?: string;
214
+ columnRuleWidth?: string;
215
+ columnSpan?: string;
216
+ columnWidth?: string;
217
+ columns?: string;
218
+ contain?: string;
219
+ containIntrinsicBlockSize?: string;
220
+ containIntrinsicHeight?: string;
221
+ containIntrinsicInlineSize?: string;
222
+ containIntrinsicSize?: string;
223
+ containIntrinsicWidth?: string;
224
+ container?: string;
225
+ containerName?: string;
226
+ containerType?: string;
227
+ content?: string;
228
+ contentVisibility?: string;
229
+ counterIncrement?: string;
230
+ counterReset?: string;
231
+ counterSet?: string;
232
+ cssFloat?: string;
233
+ cssText?: string;
234
+ cursor?: string;
235
+ cx?: string;
236
+ cy?: string;
237
+ d?: string;
238
+ direction?: string;
239
239
  display: string;
240
- dominantBaseline?: string | undefined;
241
- emptyCells?: string | undefined;
242
- fill?: string | undefined;
243
- fillOpacity?: string | undefined;
244
- fillRule?: string | undefined;
245
- filter?: string | undefined;
240
+ dominantBaseline?: string;
241
+ emptyCells?: string;
242
+ fill?: string;
243
+ fillOpacity?: string;
244
+ fillRule?: string;
245
+ filter?: string;
246
246
  flex: string | number;
247
- flexBasis?: string | undefined;
247
+ flexBasis?: string;
248
248
  flexDirection: string;
249
- flexFlow?: string | undefined;
250
- flexGrow?: string | undefined;
251
- flexShrink?: string | undefined;
252
- flexWrap?: string | undefined;
253
- float?: string | undefined;
254
- floodColor?: string | undefined;
255
- floodOpacity?: string | undefined;
256
- font?: string | undefined;
257
- fontFamily?: string | undefined;
258
- fontFeatureSettings?: string | undefined;
259
- fontKerning?: string | undefined;
260
- fontOpticalSizing?: string | undefined;
261
- fontPalette?: string | undefined;
262
- fontSize?: string | undefined;
263
- fontSizeAdjust?: string | undefined;
264
- fontStretch?: string | undefined;
265
- fontStyle?: string | undefined;
266
- fontSynthesis?: string | undefined;
267
- fontSynthesisSmallCaps?: string | undefined;
268
- fontSynthesisStyle?: string | undefined;
269
- fontSynthesisWeight?: string | undefined;
270
- fontVariant?: string | undefined;
271
- fontVariantAlternates?: string | undefined;
272
- fontVariantCaps?: string | undefined;
273
- fontVariantEastAsian?: string | undefined;
274
- fontVariantLigatures?: string | undefined;
275
- fontVariantNumeric?: string | undefined;
276
- fontVariantPosition?: string | undefined;
277
- fontVariationSettings?: string | undefined;
278
- fontWeight?: string | undefined;
279
- forcedColorAdjust?: string | undefined;
280
- gap?: string | undefined;
281
- grid?: string | undefined;
282
- gridArea?: string | undefined;
283
- gridAutoColumns?: string | undefined;
284
- gridAutoFlow?: string | undefined;
285
- gridAutoRows?: string | undefined;
286
- gridColumn?: string | undefined;
287
- gridColumnEnd?: string | undefined;
288
- gridColumnGap?: string | undefined;
289
- gridColumnStart?: string | undefined;
290
- gridGap?: string | undefined;
291
- gridRow?: string | undefined;
292
- gridRowEnd?: string | undefined;
293
- gridRowGap?: string | undefined;
294
- gridRowStart?: string | undefined;
295
- gridTemplate?: string | undefined;
296
- gridTemplateAreas?: string | undefined;
297
- gridTemplateColumns?: string | undefined;
298
- gridTemplateRows?: string | undefined;
249
+ flexFlow?: string;
250
+ flexGrow?: string;
251
+ flexShrink?: string;
252
+ flexWrap?: string;
253
+ float?: string;
254
+ floodColor?: string;
255
+ floodOpacity?: string;
256
+ font?: string;
257
+ fontFamily?: string;
258
+ fontFeatureSettings?: string;
259
+ fontKerning?: string;
260
+ fontOpticalSizing?: string;
261
+ fontPalette?: string;
262
+ fontSize?: string;
263
+ fontSizeAdjust?: string;
264
+ fontStretch?: string;
265
+ fontStyle?: string;
266
+ fontSynthesis?: string;
267
+ fontSynthesisSmallCaps?: string;
268
+ fontSynthesisStyle?: string;
269
+ fontSynthesisWeight?: string;
270
+ fontVariant?: string;
271
+ fontVariantAlternates?: string;
272
+ fontVariantCaps?: string;
273
+ fontVariantEastAsian?: string;
274
+ fontVariantLigatures?: string;
275
+ fontVariantNumeric?: string;
276
+ fontVariantPosition?: string;
277
+ fontVariationSettings?: string;
278
+ fontWeight?: string;
279
+ forcedColorAdjust?: string;
280
+ gap?: string;
281
+ grid?: string;
282
+ gridArea?: string;
283
+ gridAutoColumns?: string;
284
+ gridAutoFlow?: string;
285
+ gridAutoRows?: string;
286
+ gridColumn?: string;
287
+ gridColumnEnd?: string;
288
+ gridColumnGap?: string;
289
+ gridColumnStart?: string;
290
+ gridGap?: string;
291
+ gridRow?: string;
292
+ gridRowEnd?: string;
293
+ gridRowGap?: string;
294
+ gridRowStart?: string;
295
+ gridTemplate?: string;
296
+ gridTemplateAreas?: string;
297
+ gridTemplateColumns?: string;
298
+ gridTemplateRows?: string;
299
299
  height: string;
300
- hyphenateCharacter?: string | undefined;
301
- hyphens?: string | undefined;
302
- imageOrientation?: string | undefined;
303
- imageRendering?: string | undefined;
304
- inlineSize?: string | undefined;
305
- inset?: string | undefined;
306
- insetBlock?: string | undefined;
307
- insetBlockEnd?: string | undefined;
308
- insetBlockStart?: string | undefined;
309
- insetInline?: string | undefined;
310
- insetInlineEnd?: string | undefined;
311
- insetInlineStart?: string | undefined;
312
- isolation?: string | undefined;
313
- justifyContent?: string | undefined;
314
- justifyItems?: string | undefined;
315
- justifySelf?: string | undefined;
316
- left?: string | undefined;
317
- length?: number | undefined;
318
- letterSpacing?: string | undefined;
319
- lightingColor?: string | undefined;
320
- lineBreak?: string | undefined;
321
- lineHeight?: string | undefined;
322
- listStyle?: string | undefined;
323
- listStyleImage?: string | undefined;
324
- listStylePosition?: string | undefined;
325
- listStyleType?: string | undefined;
300
+ hyphenateCharacter?: string;
301
+ hyphens?: string;
302
+ imageOrientation?: string;
303
+ imageRendering?: string;
304
+ inlineSize?: string;
305
+ inset?: string;
306
+ insetBlock?: string;
307
+ insetBlockEnd?: string;
308
+ insetBlockStart?: string;
309
+ insetInline?: string;
310
+ insetInlineEnd?: string;
311
+ insetInlineStart?: string;
312
+ isolation?: string;
313
+ justifyContent?: string;
314
+ justifyItems?: string;
315
+ justifySelf?: string;
316
+ left?: string;
317
+ length?: number;
318
+ letterSpacing?: string;
319
+ lightingColor?: string;
320
+ lineBreak?: string;
321
+ lineHeight?: string;
322
+ listStyle?: string;
323
+ listStyleImage?: string;
324
+ listStylePosition?: string;
325
+ listStyleType?: string;
326
326
  margin: string | number;
327
- marginBlock?: string | undefined;
328
- marginBlockEnd?: string | undefined;
329
- marginBlockStart?: string | undefined;
330
- marginBottom?: string | undefined;
331
- marginInline?: string | undefined;
332
- marginInlineEnd?: string | undefined;
333
- marginInlineStart?: string | undefined;
334
- marginLeft?: string | undefined;
335
- marginRight?: string | undefined;
336
- marginTop?: string | undefined;
337
- marker?: string | undefined;
338
- markerEnd?: string | undefined;
339
- markerMid?: string | undefined;
340
- markerStart?: string | undefined;
341
- mask?: string | undefined;
342
- maskClip?: string | undefined;
343
- maskComposite?: string | undefined;
344
- maskImage?: string | undefined;
345
- maskMode?: string | undefined;
346
- maskOrigin?: string | undefined;
347
- maskPosition?: string | undefined;
348
- maskRepeat?: string | undefined;
349
- maskSize?: string | undefined;
350
- maskType?: string | undefined;
351
- mathDepth?: string | undefined;
352
- mathStyle?: string | undefined;
353
- maxBlockSize?: string | undefined;
354
- maxHeight?: string | undefined;
355
- maxInlineSize?: string | undefined;
356
- maxWidth?: string | undefined;
357
- minBlockSize?: string | undefined;
358
- minHeight?: string | undefined;
359
- minInlineSize?: string | undefined;
360
- minWidth?: string | undefined;
361
- mixBlendMode?: string | undefined;
362
- objectFit?: string | undefined;
363
- objectPosition?: string | undefined;
364
- offset?: string | undefined;
365
- offsetAnchor?: string | undefined;
366
- offsetDistance?: string | undefined;
367
- offsetPath?: string | undefined;
368
- offsetPosition?: string | undefined;
369
- offsetRotate?: string | undefined;
370
- opacity?: string | undefined;
371
- order?: string | undefined;
372
- orphans?: string | undefined;
373
- outline?: string | undefined;
374
- outlineColor?: string | undefined;
375
- outlineOffset?: string | undefined;
376
- outlineStyle?: string | undefined;
377
- outlineWidth?: string | undefined;
378
- overflow?: string | undefined;
379
- overflowAnchor?: string | undefined;
380
- overflowClipMargin?: string | undefined;
381
- overflowWrap?: string | undefined;
382
- overflowX?: string | undefined;
383
- overflowY?: string | undefined;
384
- overscrollBehavior?: string | undefined;
385
- overscrollBehaviorBlock?: string | undefined;
386
- overscrollBehaviorInline?: string | undefined;
387
- overscrollBehaviorX?: string | undefined;
388
- overscrollBehaviorY?: string | undefined;
327
+ marginBlock?: string;
328
+ marginBlockEnd?: string;
329
+ marginBlockStart?: string;
330
+ marginBottom?: string;
331
+ marginInline?: string;
332
+ marginInlineEnd?: string;
333
+ marginInlineStart?: string;
334
+ marginLeft?: string;
335
+ marginRight?: string;
336
+ marginTop?: string;
337
+ marker?: string;
338
+ markerEnd?: string;
339
+ markerMid?: string;
340
+ markerStart?: string;
341
+ mask?: string;
342
+ maskClip?: string;
343
+ maskComposite?: string;
344
+ maskImage?: string;
345
+ maskMode?: string;
346
+ maskOrigin?: string;
347
+ maskPosition?: string;
348
+ maskRepeat?: string;
349
+ maskSize?: string;
350
+ maskType?: string;
351
+ mathDepth?: string;
352
+ mathStyle?: string;
353
+ maxBlockSize?: string;
354
+ maxHeight?: string;
355
+ maxInlineSize?: string;
356
+ maxWidth?: string;
357
+ minBlockSize?: string;
358
+ minHeight?: string;
359
+ minInlineSize?: string;
360
+ minWidth: string;
361
+ mixBlendMode?: string;
362
+ objectFit?: string;
363
+ objectPosition?: string;
364
+ offset?: string;
365
+ offsetAnchor?: string;
366
+ offsetDistance?: string;
367
+ offsetPath?: string;
368
+ offsetPosition?: string;
369
+ offsetRotate?: string;
370
+ opacity?: string;
371
+ order?: string;
372
+ orphans?: string;
373
+ outline?: string;
374
+ outlineColor?: string;
375
+ outlineOffset?: string;
376
+ outlineStyle?: string;
377
+ outlineWidth?: string;
378
+ overflow?: string;
379
+ overflowAnchor?: string;
380
+ overflowClipMargin?: string;
381
+ overflowWrap?: string;
382
+ overflowX?: string;
383
+ overflowY?: string;
384
+ overscrollBehavior?: string;
385
+ overscrollBehaviorBlock?: string;
386
+ overscrollBehaviorInline?: string;
387
+ overscrollBehaviorX?: string;
388
+ overscrollBehaviorY?: string;
389
389
  padding: string | number;
390
- paddingBlock?: string | undefined;
391
- paddingBlockEnd?: string | undefined;
392
- paddingBlockStart?: string | undefined;
393
- paddingBottom?: string | undefined;
394
- paddingInline?: string | undefined;
395
- paddingInlineEnd?: string | undefined;
396
- paddingInlineStart?: string | undefined;
397
- paddingLeft?: string | undefined;
398
- paddingRight?: string | undefined;
399
- paddingTop?: string | undefined;
400
- page?: string | undefined;
401
- pageBreakAfter?: string | undefined;
402
- pageBreakBefore?: string | undefined;
403
- pageBreakInside?: string | undefined;
404
- paintOrder?: string | undefined;
405
- parentRule?: CSSRule | null | undefined;
406
- perspective?: string | undefined;
407
- perspectiveOrigin?: string | undefined;
408
- placeContent?: string | undefined;
409
- placeItems?: string | undefined;
410
- placeSelf?: string | undefined;
411
- pointerEvents?: string | undefined;
412
- position?: string | undefined;
413
- printColorAdjust?: string | undefined;
414
- quotes?: string | undefined;
415
- r?: string | undefined;
416
- resize?: string | undefined;
417
- right?: string | undefined;
418
- rotate?: string | undefined;
419
- rowGap?: string | undefined;
420
- rubyPosition?: string | undefined;
421
- rx?: string | undefined;
422
- ry?: string | undefined;
423
- scale?: string | undefined;
424
- scrollBehavior?: string | undefined;
425
- scrollMargin?: string | undefined;
426
- scrollMarginBlock?: string | undefined;
427
- scrollMarginBlockEnd?: string | undefined;
428
- scrollMarginBlockStart?: string | undefined;
429
- scrollMarginBottom?: string | undefined;
430
- scrollMarginInline?: string | undefined;
431
- scrollMarginInlineEnd?: string | undefined;
432
- scrollMarginInlineStart?: string | undefined;
433
- scrollMarginLeft?: string | undefined;
434
- scrollMarginRight?: string | undefined;
435
- scrollMarginTop?: string | undefined;
436
- scrollPadding?: string | undefined;
437
- scrollPaddingBlock?: string | undefined;
438
- scrollPaddingBlockEnd?: string | undefined;
439
- scrollPaddingBlockStart?: string | undefined;
440
- scrollPaddingBottom?: string | undefined;
441
- scrollPaddingInline?: string | undefined;
442
- scrollPaddingInlineEnd?: string | undefined;
443
- scrollPaddingInlineStart?: string | undefined;
444
- scrollPaddingLeft?: string | undefined;
445
- scrollPaddingRight?: string | undefined;
446
- scrollPaddingTop?: string | undefined;
447
- scrollSnapAlign?: string | undefined;
448
- scrollSnapStop?: string | undefined;
449
- scrollSnapType?: string | undefined;
450
- scrollbarColor?: string | undefined;
451
- scrollbarGutter?: string | undefined;
452
- scrollbarWidth?: string | undefined;
453
- shapeImageThreshold?: string | undefined;
454
- shapeMargin?: string | undefined;
455
- shapeOutside?: string | undefined;
456
- shapeRendering?: string | undefined;
457
- stopColor?: string | undefined;
458
- stopOpacity?: string | undefined;
459
- stroke?: string | undefined;
460
- strokeDasharray?: string | undefined;
461
- strokeDashoffset?: string | undefined;
462
- strokeLinecap?: string | undefined;
463
- strokeLinejoin?: string | undefined;
464
- strokeMiterlimit?: string | undefined;
465
- strokeOpacity?: string | undefined;
466
- strokeWidth?: string | undefined;
467
- tabSize?: string | undefined;
468
- tableLayout?: string | undefined;
469
- textAlign?: string | undefined;
470
- textAlignLast?: string | undefined;
471
- textAnchor?: string | undefined;
472
- textCombineUpright?: string | undefined;
473
- textDecoration?: string | undefined;
474
- textDecorationColor?: string | undefined;
475
- textDecorationLine?: string | undefined;
476
- textDecorationSkipInk?: string | undefined;
477
- textDecorationStyle?: string | undefined;
478
- textDecorationThickness?: string | undefined;
479
- textEmphasis?: string | undefined;
480
- textEmphasisColor?: string | undefined;
481
- textEmphasisPosition?: string | undefined;
482
- textEmphasisStyle?: string | undefined;
483
- textIndent?: string | undefined;
484
- textOrientation?: string | undefined;
485
- textOverflow?: string | undefined;
486
- textRendering?: string | undefined;
487
- textShadow?: string | undefined;
488
- textTransform?: string | undefined;
489
- textUnderlineOffset?: string | undefined;
490
- textUnderlinePosition?: string | undefined;
491
- textWrap?: string | undefined;
492
- textWrapMode?: string | undefined;
493
- textWrapStyle?: string | undefined;
494
- top?: string | undefined;
495
- touchAction?: string | undefined;
496
- transform?: string | undefined;
497
- transformBox?: string | undefined;
498
- transformOrigin?: string | undefined;
499
- transformStyle?: string | undefined;
500
- transition?: string | undefined;
501
- transitionBehavior?: string | undefined;
502
- transitionDelay?: string | undefined;
503
- transitionDuration?: string | undefined;
504
- transitionProperty?: string | undefined;
505
- transitionTimingFunction?: string | undefined;
506
- translate?: string | undefined;
507
- unicodeBidi?: string | undefined;
508
- userSelect?: string | undefined;
509
- vectorEffect?: string | undefined;
510
- verticalAlign?: string | undefined;
511
- visibility?: string | undefined;
512
- webkitAlignContent?: string | undefined;
513
- webkitAlignItems?: string | undefined;
514
- webkitAlignSelf?: string | undefined;
515
- webkitAnimation?: string | undefined;
516
- webkitAnimationDelay?: string | undefined;
517
- webkitAnimationDirection?: string | undefined;
518
- webkitAnimationDuration?: string | undefined;
519
- webkitAnimationFillMode?: string | undefined;
520
- webkitAnimationIterationCount?: string | undefined;
521
- webkitAnimationName?: string | undefined;
522
- webkitAnimationPlayState?: string | undefined;
523
- webkitAnimationTimingFunction?: string | undefined;
524
- webkitAppearance?: string | undefined;
525
- webkitBackfaceVisibility?: string | undefined;
526
- webkitBackgroundClip?: string | undefined;
527
- webkitBackgroundOrigin?: string | undefined;
528
- webkitBackgroundSize?: string | undefined;
529
- webkitBorderBottomLeftRadius?: string | undefined;
530
- webkitBorderBottomRightRadius?: string | undefined;
531
- webkitBorderRadius?: string | undefined;
532
- webkitBorderTopLeftRadius?: string | undefined;
533
- webkitBorderTopRightRadius?: string | undefined;
534
- webkitBoxAlign?: string | undefined;
535
- webkitBoxFlex?: string | undefined;
536
- webkitBoxOrdinalGroup?: string | undefined;
537
- webkitBoxOrient?: string | undefined;
538
- webkitBoxPack?: string | undefined;
539
- webkitBoxShadow?: string | undefined;
540
- webkitBoxSizing?: string | undefined;
541
- webkitFilter?: string | undefined;
542
- webkitFlex?: string | undefined;
543
- webkitFlexBasis?: string | undefined;
544
- webkitFlexDirection?: string | undefined;
545
- webkitFlexFlow?: string | undefined;
546
- webkitFlexGrow?: string | undefined;
547
- webkitFlexShrink?: string | undefined;
548
- webkitFlexWrap?: string | undefined;
549
- webkitJustifyContent?: string | undefined;
550
- webkitLineClamp?: string | undefined;
551
- webkitMask?: string | undefined;
552
- webkitMaskBoxImage?: string | undefined;
553
- webkitMaskBoxImageOutset?: string | undefined;
554
- webkitMaskBoxImageRepeat?: string | undefined;
555
- webkitMaskBoxImageSlice?: string | undefined;
556
- webkitMaskBoxImageSource?: string | undefined;
557
- webkitMaskBoxImageWidth?: string | undefined;
558
- webkitMaskClip?: string | undefined;
559
- webkitMaskComposite?: string | undefined;
560
- webkitMaskImage?: string | undefined;
561
- webkitMaskOrigin?: string | undefined;
562
- webkitMaskPosition?: string | undefined;
563
- webkitMaskRepeat?: string | undefined;
564
- webkitMaskSize?: string | undefined;
565
- webkitOrder?: string | undefined;
566
- webkitPerspective?: string | undefined;
567
- webkitPerspectiveOrigin?: string | undefined;
568
- webkitTextFillColor?: string | undefined;
569
- webkitTextSizeAdjust?: string | undefined;
570
- webkitTextStroke?: string | undefined;
571
- webkitTextStrokeColor?: string | undefined;
572
- webkitTextStrokeWidth?: string | undefined;
573
- webkitTransform?: string | undefined;
574
- webkitTransformOrigin?: string | undefined;
575
- webkitTransformStyle?: string | undefined;
576
- webkitTransition?: string | undefined;
577
- webkitTransitionDelay?: string | undefined;
578
- webkitTransitionDuration?: string | undefined;
579
- webkitTransitionProperty?: string | undefined;
580
- webkitTransitionTimingFunction?: string | undefined;
581
- webkitUserSelect?: string | undefined;
582
- whiteSpace?: string | undefined;
583
- whiteSpaceCollapse?: string | undefined;
584
- widows?: string | undefined;
390
+ paddingBlock?: string;
391
+ paddingBlockEnd?: string;
392
+ paddingBlockStart?: string;
393
+ paddingBottom?: string;
394
+ paddingInline?: string;
395
+ paddingInlineEnd?: string;
396
+ paddingInlineStart?: string;
397
+ paddingLeft?: string;
398
+ paddingRight?: string;
399
+ paddingTop?: string;
400
+ page?: string;
401
+ pageBreakAfter?: string;
402
+ pageBreakBefore?: string;
403
+ pageBreakInside?: string;
404
+ paintOrder?: string;
405
+ parentRule?: CSSRule | null;
406
+ perspective?: string;
407
+ perspectiveOrigin?: string;
408
+ placeContent?: string;
409
+ placeItems?: string;
410
+ placeSelf?: string;
411
+ pointerEvents?: string;
412
+ position: string;
413
+ printColorAdjust?: string;
414
+ quotes?: string;
415
+ r?: string;
416
+ resize?: string;
417
+ right?: string;
418
+ rotate?: string;
419
+ rowGap?: string;
420
+ rubyPosition?: string;
421
+ rx?: string;
422
+ ry?: string;
423
+ scale?: string;
424
+ scrollBehavior?: string;
425
+ scrollMargin?: string;
426
+ scrollMarginBlock?: string;
427
+ scrollMarginBlockEnd?: string;
428
+ scrollMarginBlockStart?: string;
429
+ scrollMarginBottom?: string;
430
+ scrollMarginInline?: string;
431
+ scrollMarginInlineEnd?: string;
432
+ scrollMarginInlineStart?: string;
433
+ scrollMarginLeft?: string;
434
+ scrollMarginRight?: string;
435
+ scrollMarginTop?: string;
436
+ scrollPadding?: string;
437
+ scrollPaddingBlock?: string;
438
+ scrollPaddingBlockEnd?: string;
439
+ scrollPaddingBlockStart?: string;
440
+ scrollPaddingBottom?: string;
441
+ scrollPaddingInline?: string;
442
+ scrollPaddingInlineEnd?: string;
443
+ scrollPaddingInlineStart?: string;
444
+ scrollPaddingLeft?: string;
445
+ scrollPaddingRight?: string;
446
+ scrollPaddingTop?: string;
447
+ scrollSnapAlign?: string;
448
+ scrollSnapStop?: string;
449
+ scrollSnapType?: string;
450
+ scrollbarColor?: string;
451
+ scrollbarGutter?: string;
452
+ scrollbarWidth?: string;
453
+ shapeImageThreshold?: string;
454
+ shapeMargin?: string;
455
+ shapeOutside?: string;
456
+ shapeRendering?: string;
457
+ stopColor?: string;
458
+ stopOpacity?: string;
459
+ stroke?: string;
460
+ strokeDasharray?: string;
461
+ strokeDashoffset?: string;
462
+ strokeLinecap?: string;
463
+ strokeLinejoin?: string;
464
+ strokeMiterlimit?: string;
465
+ strokeOpacity?: string;
466
+ strokeWidth?: string;
467
+ tabSize?: string;
468
+ tableLayout?: string;
469
+ textAlign?: string;
470
+ textAlignLast?: string;
471
+ textAnchor?: string;
472
+ textCombineUpright?: string;
473
+ textDecoration?: string;
474
+ textDecorationColor?: string;
475
+ textDecorationLine?: string;
476
+ textDecorationSkipInk?: string;
477
+ textDecorationStyle?: string;
478
+ textDecorationThickness?: string;
479
+ textEmphasis?: string;
480
+ textEmphasisColor?: string;
481
+ textEmphasisPosition?: string;
482
+ textEmphasisStyle?: string;
483
+ textIndent?: string;
484
+ textOrientation?: string;
485
+ textOverflow?: string;
486
+ textRendering?: string;
487
+ textShadow?: string;
488
+ textTransform?: string;
489
+ textUnderlineOffset?: string;
490
+ textUnderlinePosition?: string;
491
+ textWrap?: string;
492
+ textWrapMode?: string;
493
+ textWrapStyle?: string;
494
+ top?: string;
495
+ touchAction?: string;
496
+ transform?: string;
497
+ transformBox?: string;
498
+ transformOrigin?: string;
499
+ transformStyle?: string;
500
+ transition?: string;
501
+ transitionBehavior?: string;
502
+ transitionDelay?: string;
503
+ transitionDuration?: string;
504
+ transitionProperty?: string;
505
+ transitionTimingFunction?: string;
506
+ translate?: string;
507
+ unicodeBidi?: string;
508
+ userSelect?: string;
509
+ vectorEffect?: string;
510
+ verticalAlign?: string;
511
+ visibility?: string;
512
+ webkitAlignContent?: string;
513
+ webkitAlignItems?: string;
514
+ webkitAlignSelf?: string;
515
+ webkitAnimation?: string;
516
+ webkitAnimationDelay?: string;
517
+ webkitAnimationDirection?: string;
518
+ webkitAnimationDuration?: string;
519
+ webkitAnimationFillMode?: string;
520
+ webkitAnimationIterationCount?: string;
521
+ webkitAnimationName?: string;
522
+ webkitAnimationPlayState?: string;
523
+ webkitAnimationTimingFunction?: string;
524
+ webkitAppearance?: string;
525
+ webkitBackfaceVisibility?: string;
526
+ webkitBackgroundClip?: string;
527
+ webkitBackgroundOrigin?: string;
528
+ webkitBackgroundSize?: string;
529
+ webkitBorderBottomLeftRadius?: string;
530
+ webkitBorderBottomRightRadius?: string;
531
+ webkitBorderRadius?: string;
532
+ webkitBorderTopLeftRadius?: string;
533
+ webkitBorderTopRightRadius?: string;
534
+ webkitBoxAlign?: string;
535
+ webkitBoxFlex?: string;
536
+ webkitBoxOrdinalGroup?: string;
537
+ webkitBoxOrient?: string;
538
+ webkitBoxPack?: string;
539
+ webkitBoxShadow?: string;
540
+ webkitBoxSizing?: string;
541
+ webkitFilter?: string;
542
+ webkitFlex?: string;
543
+ webkitFlexBasis?: string;
544
+ webkitFlexDirection?: string;
545
+ webkitFlexFlow?: string;
546
+ webkitFlexGrow?: string;
547
+ webkitFlexShrink?: string;
548
+ webkitFlexWrap?: string;
549
+ webkitJustifyContent?: string;
550
+ webkitLineClamp?: string;
551
+ webkitMask?: string;
552
+ webkitMaskBoxImage?: string;
553
+ webkitMaskBoxImageOutset?: string;
554
+ webkitMaskBoxImageRepeat?: string;
555
+ webkitMaskBoxImageSlice?: string;
556
+ webkitMaskBoxImageSource?: string;
557
+ webkitMaskBoxImageWidth?: string;
558
+ webkitMaskClip?: string;
559
+ webkitMaskComposite?: string;
560
+ webkitMaskImage?: string;
561
+ webkitMaskOrigin?: string;
562
+ webkitMaskPosition?: string;
563
+ webkitMaskRepeat?: string;
564
+ webkitMaskSize?: string;
565
+ webkitOrder?: string;
566
+ webkitPerspective?: string;
567
+ webkitPerspectiveOrigin?: string;
568
+ webkitTextFillColor?: string;
569
+ webkitTextSizeAdjust?: string;
570
+ webkitTextStroke?: string;
571
+ webkitTextStrokeColor?: string;
572
+ webkitTextStrokeWidth?: string;
573
+ webkitTransform?: string;
574
+ webkitTransformOrigin?: string;
575
+ webkitTransformStyle?: string;
576
+ webkitTransition?: string;
577
+ webkitTransitionDelay?: string;
578
+ webkitTransitionDuration?: string;
579
+ webkitTransitionProperty?: string;
580
+ webkitTransitionTimingFunction?: string;
581
+ webkitUserSelect?: string;
582
+ whiteSpace?: string;
583
+ whiteSpaceCollapse?: string;
584
+ widows?: string;
585
585
  width: string;
586
- willChange?: string | undefined;
587
- wordBreak?: string | undefined;
588
- wordSpacing?: string | undefined;
589
- wordWrap?: string | undefined;
590
- writingMode?: string | undefined;
591
- x?: string | undefined;
592
- y?: string | undefined;
593
- zIndex?: string | undefined;
594
- zoom?: string | undefined;
595
- getPropertyPriority?: ((property: string) => string) | undefined;
596
- getPropertyValue?: ((property: string) => string) | undefined;
597
- item?: ((index: number) => string) | undefined;
598
- removeProperty?: ((property: string) => string) | undefined;
599
- setProperty?: ((property: string, value: string | null, priority?: string) => void) | undefined;
586
+ willChange?: string;
587
+ wordBreak?: string;
588
+ wordSpacing?: string;
589
+ wordWrap?: string;
590
+ writingMode?: string;
591
+ x?: string;
592
+ y?: string;
593
+ zIndex?: string;
594
+ zoom?: string;
595
+ getPropertyPriority?: (property: string) => string;
596
+ getPropertyValue?: (property: string) => string;
597
+ item?: (index: number) => string;
598
+ removeProperty?: (property: string) => string;
599
+ setProperty?: (property: string, value: string | null, priority?: string) => void;
600
600
  };
601
601
  applyChildStyles(): void;
602
602
  static ɵfac: i0.ɵɵFactoryDeclaration<MainScreenComponent, never>;