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