mediasfu-angular 2.2.2 → 2.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (194) hide show
  1. package/README.md +153 -54
  2. package/USAGE_COOKBOOK.md +202 -0
  3. package/dist/LICENSE +21 -0
  4. package/dist/README.md +153 -54
  5. package/dist/fesm2022/mediasfu-angular.mjs +21838 -12606
  6. package/dist/fesm2022/mediasfu-angular.mjs.map +1 -1
  7. package/dist/lib/@types/types.d.ts +22 -1
  8. package/dist/lib/@types/ui-overrides.types.d.ts +4 -0
  9. package/dist/lib/components/background-components/background-modal/background-modal.component.d.ts +1024 -997
  10. package/dist/lib/components/breakout-components/breakout-rooms-modal.component.d.ts +2052 -1001
  11. package/dist/lib/components/breakout-components/edit-room-modal/edit-room-modal.component.d.ts +1527 -997
  12. package/dist/lib/components/breakout-components/room-list/room-list.component.d.ts +5 -1
  13. package/dist/lib/components/co-host-components/co-host-modal/co-host-modal.component.d.ts +988 -988
  14. package/dist/lib/components/display-components/alert-component/alert.component.component.d.ts +20 -6
  15. package/dist/lib/components/display-components/audio-card/audio-card.component.d.ts +17 -7
  16. package/dist/lib/components/display-components/audio-grid/audio-grid.component.d.ts +509 -1
  17. package/dist/lib/components/display-components/card-video-display/card-video-display.component.d.ts +3 -0
  18. package/dist/lib/components/display-components/control-buttons-alt-component/control-buttons-alt-component.component.d.ts +1 -1
  19. package/dist/lib/components/display-components/control-buttons-component/control-buttons-component.component.d.ts +34 -2
  20. package/dist/lib/components/display-components/control-buttons-component-touch/control-buttons-component-touch.component.d.ts +19 -0
  21. package/dist/lib/components/display-components/control-widgets/control-icon-badge-widget.component.d.ts +13 -0
  22. package/dist/lib/components/display-components/control-widgets/menu-participants-widget.component.d.ts +1 -0
  23. package/dist/lib/components/display-components/control-widgets/menu-widget.component.d.ts +2 -2
  24. package/dist/lib/components/display-components/control-widgets/message-widget.component.d.ts +2 -2
  25. package/dist/lib/components/display-components/control-widgets/record-timer-widget.component.d.ts +2 -0
  26. package/dist/lib/components/display-components/control-widgets/screenshare-widget.component.d.ts +5 -3
  27. package/dist/lib/components/display-components/flexible-grid/flexible-grid.component.d.ts +530 -2
  28. package/dist/lib/components/display-components/flexible-video/flexible-video.component.d.ts +41 -1
  29. package/dist/lib/components/display-components/loading-modal/loading-modal.component.d.ts +2029 -5
  30. package/dist/lib/components/display-components/main-grid-component/main-grid-component.component.d.ts +506 -1
  31. package/dist/lib/components/display-components/main-screen-component/main-screen-component.component.d.ts +497 -497
  32. package/dist/lib/components/display-components/meeting-progress-timer/meeting-progress-timer.component.d.ts +18 -11
  33. package/dist/lib/components/display-components/mini-audio/mini-audio.component.d.ts +11 -3
  34. package/dist/lib/components/display-components/mini-card/mini-card.component.d.ts +1026 -999
  35. package/dist/lib/components/display-components/mini-card-audio/mini-card-audio.component.d.ts +9 -3
  36. package/dist/lib/components/display-components/other-grid-component/other-grid-component.component.d.ts +511 -1
  37. package/dist/lib/components/display-components/pagination/pagination.component.d.ts +34 -1
  38. package/dist/lib/components/display-components/sub-aspect-component/sub-aspect-component.component.d.ts +507 -1
  39. package/dist/lib/components/display-components/subtitle-overlay/subtitle-overlay.component.d.ts +6 -0
  40. package/dist/lib/components/display-components/video-card/video-card.component.d.ts +10 -6
  41. package/dist/lib/components/display-settings-components/display-settings-modal.component.d.ts +1010 -1009
  42. package/dist/lib/components/event-settings-components/event-settings-modal/event-settings-modal.component.d.ts +999 -999
  43. package/dist/lib/components/media-settings-components/media-settings-modal/media-settings-modal.component.d.ts +999 -999
  44. package/dist/lib/components/mediasfu-components/mediasfu-broadcast.component.d.ts +2318 -29330
  45. package/dist/lib/components/mediasfu-components/mediasfu-chat.component.d.ts +490 -4179
  46. package/dist/lib/components/mediasfu-components/mediasfu-conference.component.d.ts +576 -23394
  47. package/dist/lib/components/mediasfu-components/mediasfu-generic.component.d.ts +1292 -61696
  48. package/dist/lib/components/mediasfu-components/mediasfu-webinar.component.d.ts +524 -26273
  49. package/dist/lib/components/menu-components/custom-buttons/custom-buttons.component.d.ts +4 -1
  50. package/dist/lib/components/menu-components/meeting-id-component/meeting-id-component.component.d.ts +3 -1
  51. package/dist/lib/components/menu-components/meeting-passcode-component/meeting-passcode-component.component.d.ts +10 -1
  52. package/dist/lib/components/menu-components/menu-modal/menu-modal.component.d.ts +518 -507
  53. package/dist/lib/components/menu-components/share-buttons-component/share-buttons-component.component.d.ts +4 -1
  54. package/dist/lib/components/message-components/message-panel/message-panel.component.d.ts +1 -0
  55. package/dist/lib/components/message-components/messages-modal/messages-modal.component.d.ts +3 -3
  56. package/dist/lib/components/misc-components/confirm-here-modal/confirm-here-modal.component.d.ts +1004 -1004
  57. package/dist/lib/components/misc-components/pre-join-page/pre-join-page.component.d.ts +4 -0
  58. package/dist/lib/components/misc-components/share-event-modal/share-event-modal.component.d.ts +989 -989
  59. package/dist/lib/components/panelists-components/panelists-modal/panelists-modal.component.d.ts +73 -0
  60. package/dist/lib/components/participants-components/participants-modal/participants-modal.component.d.ts +1004 -1004
  61. package/dist/lib/components/permissions-components/permissions-modal/permissions-modal.component.d.ts +89 -0
  62. package/dist/lib/components/polls-components/poll-modal/poll-modal.component.d.ts +989 -989
  63. package/dist/lib/components/recording-components/recording-modal/recording-modal.component.d.ts +990 -989
  64. package/dist/lib/components/requests-components/requests-modal/requests-modal.component.d.ts +1004 -1004
  65. package/dist/lib/components/screenboard-components/screenboard-modal/screenboard-modal.component.d.ts +987 -987
  66. package/dist/lib/components/translation-components/translation-settings-modal/translation-settings-modal.component.d.ts +124 -0
  67. package/dist/lib/components/waiting-components/waiting-room-modal.component.d.ts +989 -989
  68. package/dist/lib/components/whiteboard-components/configure-whiteboard-modal/configure-whiteboard-modal.component.d.ts +2062 -1000
  69. package/dist/lib/components/whiteboard-components/whiteboard/whiteboard.component.d.ts +3 -15
  70. package/dist/lib/consumers/auto-adjust.service.d.ts +0 -11
  71. package/dist/lib/consumers/calculate-rows-and-columns.service.d.ts +0 -7
  72. package/dist/lib/consumers/change-vids.service.d.ts +1 -1
  73. package/dist/lib/consumers/check-permission.service.d.ts +4 -1
  74. package/dist/lib/consumers/check-screen-share.service.d.ts +0 -18
  75. package/dist/lib/consumers/compare-active-names.service.d.ts +0 -16
  76. package/dist/lib/consumers/compare-screen-states.service.d.ts +0 -18
  77. package/dist/lib/consumers/connect-ips.service.d.ts +2 -25
  78. package/dist/lib/consumers/connect-local-ips.service.d.ts +1 -28
  79. package/dist/lib/consumers/disp-streams.service.d.ts +1 -110
  80. package/dist/lib/consumers/generate-page-content.service.d.ts +0 -17
  81. package/dist/lib/consumers/get-estimate.service.d.ts +0 -21
  82. package/dist/lib/consumers/mix-streams.service.d.ts +0 -19
  83. package/dist/lib/consumers/on-screen-changes.service.d.ts +1 -21
  84. package/dist/lib/consumers/process-consumer-transports-audio.service.d.ts +1 -14
  85. package/dist/lib/consumers/process-consumer-transports.service.d.ts +3 -57
  86. package/dist/lib/consumers/re-update-inter.service.d.ts +1 -39
  87. package/dist/lib/consumers/reorder-streams.service.d.ts +1 -35
  88. package/dist/lib/consumers/socket-receive-methods/join-consume-room.service.d.ts +2 -13
  89. package/dist/lib/consumers/socket-receive-methods/new-pipe-producer.service.d.ts +1 -13
  90. package/dist/lib/consumers/socket-receive-methods/producer-closed.service.d.ts +1 -8
  91. package/dist/lib/consumers/translation-consumer-switch.service.d.ts +68 -0
  92. package/dist/lib/consumers/trigger.service.d.ts +0 -79
  93. package/dist/lib/consumers/update-mini-cards-grid.service.d.ts +0 -24
  94. package/dist/lib/directives/with-override.directive.d.ts +2 -2
  95. package/dist/lib/methods/background-methods/launch-background.service.d.ts +2 -5
  96. package/dist/lib/methods/breakout-room-methods/launch-breakout-rooms.service.d.ts +2 -5
  97. package/dist/lib/methods/co-host-methods/launch-co-host.service.d.ts +2 -5
  98. package/dist/lib/methods/co-host-methods/modify-co-host-settings.service.d.ts +1 -1
  99. package/dist/lib/methods/display-settings-methods/launch-display-settings.service.d.ts +2 -5
  100. package/dist/lib/methods/display-settings-methods/modify-display-settings.service.d.ts +2 -0
  101. package/dist/lib/methods/exit-methods/launch-confirm-exit.service.d.ts +2 -5
  102. package/dist/lib/methods/menu-methods/launch-menu-modal.service.d.ts +2 -5
  103. package/dist/lib/methods/message-methods/launch-messages.service.d.ts +2 -5
  104. package/dist/lib/methods/message-methods/send-message.service.d.ts +1 -1
  105. package/dist/lib/methods/panelists-methods/add-panelist.service.d.ts +19 -0
  106. package/dist/lib/methods/panelists-methods/focus-panelists.service.d.ts +19 -0
  107. package/dist/lib/methods/panelists-methods/remove-panelist.service.d.ts +17 -0
  108. package/dist/lib/methods/participants-methods/launch-participants.service.d.ts +2 -5
  109. package/dist/lib/methods/permissions-methods/bulk-update-participant-permissions.service.d.ts +20 -0
  110. package/dist/lib/methods/permissions-methods/update-participant-permission.service.d.ts +19 -0
  111. package/dist/lib/methods/permissions-methods/update-permission-config.service.d.ts +29 -0
  112. package/dist/lib/methods/polls-methods/handle-create-poll.service.d.ts +1 -1
  113. package/dist/lib/methods/polls-methods/handle-end-poll.service.d.ts +1 -1
  114. package/dist/lib/methods/polls-methods/handle-vote-poll.service.d.ts +1 -1
  115. package/dist/lib/methods/polls-methods/poll-updated.service.d.ts +1 -1
  116. package/dist/lib/methods/recording-methods/check-pause-state.service.d.ts +1 -12
  117. package/dist/lib/methods/recording-methods/check-resume-state.service.d.ts +1 -11
  118. package/dist/lib/methods/recording-methods/confirm-recording.service.d.ts +0 -94
  119. package/dist/lib/methods/recording-methods/launch-recording.service.d.ts +1 -20
  120. package/dist/lib/methods/recording-methods/record-pause-timer.service.d.ts +1 -12
  121. package/dist/lib/methods/recording-methods/record-resume-timer.service.d.ts +0 -66
  122. package/dist/lib/methods/recording-methods/record-start-timer.service.d.ts +1 -33
  123. package/dist/lib/methods/recording-methods/record-update-timer.service.d.ts +1 -17
  124. package/dist/lib/methods/recording-methods/start-recording.service.d.ts +1 -92
  125. package/dist/lib/methods/recording-methods/stop-recording.service.d.ts +1 -42
  126. package/dist/lib/methods/recording-methods/update-recording.service.d.ts +1 -94
  127. package/dist/lib/methods/requests-methods/launch-requests.service.d.ts +2 -5
  128. package/dist/lib/methods/settings-methods/launch-settings.service.d.ts +2 -5
  129. package/dist/lib/methods/settings-methods/modify-settings.service.d.ts +1 -1
  130. package/dist/lib/methods/stream-methods/click-chat.service.d.ts +1 -1
  131. package/dist/lib/methods/utils/get-modal-position.util.d.ts +0 -3
  132. package/dist/lib/methods/utils/initial-values.util.d.ts +18 -1
  133. package/dist/lib/methods/utils/mini-audio-player/mini-audio-player.component.d.ts +8 -0
  134. package/dist/lib/methods/utils/producer/a-params.service.d.ts +2 -8
  135. package/dist/lib/methods/utils/producer/h-params.service.d.ts +2 -8
  136. package/dist/lib/methods/utils/producer/screen-params.service.d.ts +2 -8
  137. package/dist/lib/methods/utils/producer/v-params.service.d.ts +2 -8
  138. package/dist/lib/methods/utils/sound-player.service.d.ts +1 -1
  139. package/dist/lib/methods/utils/translation-languages.util.d.ts +341 -0
  140. package/dist/lib/methods/waiting-methods/launch-waiting.service.d.ts +2 -5
  141. package/dist/lib/modern/display-components/modern-alert.component.d.ts +40 -0
  142. package/dist/lib/modern/display-components/modern-loading-modal.component.d.ts +37 -0
  143. package/dist/lib/modern/display-components/modern-meeting-progress-timer.component.d.ts +40 -0
  144. package/dist/lib/modern/display-components/modern-mini-card.component.d.ts +1064 -0
  145. package/dist/lib/modern/display-components/modern-pagination.component.d.ts +91 -0
  146. package/dist/lib/modern/display-components/modern-participants-counter-badge.component.d.ts +16 -0
  147. package/dist/lib/modern/modal-components/modern-co-host-modal.component.d.ts +63 -0
  148. package/dist/lib/modern/modal-components/modern-confirm-exit-modal.component.d.ts +42 -0
  149. package/dist/lib/modern/modal-components/modern-confirm-here-modal.component.d.ts +39 -0
  150. package/dist/lib/modern/modal-components/modern-display-settings-modal.component.d.ts +59 -0
  151. package/dist/lib/modern/modal-components/modern-event-settings-modal.component.d.ts +80 -0
  152. package/dist/lib/modern/modal-components/modern-media-settings-modal.component.d.ts +72 -0
  153. package/dist/lib/modern/modal-components/modern-menu-modal.component.d.ts +48 -0
  154. package/dist/lib/modern/modal-components/modern-messages-modal.component.d.ts +58 -0
  155. package/dist/lib/modern/modal-components/modern-participants-modal.component.d.ts +49 -0
  156. package/dist/lib/modern/modal-components/modern-poll-modal.component.d.ts +54 -0
  157. package/dist/lib/modern/modal-components/modern-recording-modal.component.d.ts +39 -0
  158. package/dist/lib/modern/modal-components/modern-requests-modal.component.d.ts +61 -0
  159. package/dist/lib/modern/modal-components/modern-share-event-modal.component.d.ts +39 -0
  160. package/dist/lib/modern/modal-components/modern-waiting-room-modal.component.d.ts +55 -0
  161. package/dist/lib/modern/primitives/modern-button.component.d.ts +10 -0
  162. package/dist/lib/modern/primitives/modern-entry-shell.component.d.ts +6 -0
  163. package/dist/lib/modern/primitives/modern-field.component.d.ts +32 -0
  164. package/dist/lib/modern/primitives/modern-sidebar-panel.component.d.ts +24 -0
  165. package/dist/lib/modern/primitives/modern-surface.component.d.ts +7 -0
  166. package/dist/lib/modern/utils/render-mode.utils.d.ts +3 -0
  167. package/dist/lib/producer-client/producer-client-emits/create-device-client.service.d.ts +0 -9
  168. package/dist/lib/producer-client/producer-client-emits/join-room-client.service.d.ts +0 -19
  169. package/dist/lib/producer-client/producer-client-emits/update-room-parameters-client.service.d.ts +5 -62
  170. package/dist/lib/producers/producer-emits/join-con-room.service.d.ts +0 -18
  171. package/dist/lib/producers/producer-emits/join-local-room.service.d.ts +3 -106
  172. package/dist/lib/producers/producer-emits/join-room.service.d.ts +0 -18
  173. package/dist/lib/producers/socket-receive-methods/added-as-panelist.service.d.ts +15 -0
  174. package/dist/lib/producers/socket-receive-methods/all-members-rest.service.d.ts +1 -90
  175. package/dist/lib/producers/socket-receive-methods/all-members.service.d.ts +1 -88
  176. package/dist/lib/producers/socket-receive-methods/control-media-host.service.d.ts +1 -66
  177. package/dist/lib/producers/socket-receive-methods/meeting-still-there.service.d.ts +1 -1
  178. package/dist/lib/producers/socket-receive-methods/panelist-focus-changed.service.d.ts +25 -0
  179. package/dist/lib/producers/socket-receive-methods/panelists-updated.service.d.ts +19 -0
  180. package/dist/lib/producers/socket-receive-methods/permission-config-updated.service.d.ts +15 -0
  181. package/dist/lib/producers/socket-receive-methods/permission-updated.service.d.ts +17 -0
  182. package/dist/lib/producers/socket-receive-methods/person-joined.service.d.ts +1 -1
  183. package/dist/lib/producers/socket-receive-methods/producer-media-paused.service.d.ts +0 -80
  184. package/dist/lib/producers/socket-receive-methods/producer-media-resumed.service.d.ts +1 -1
  185. package/dist/lib/producers/socket-receive-methods/receive-control-media.service.d.ts +21 -0
  186. package/dist/lib/producers/socket-receive-methods/recording-notice.service.d.ts +1 -5
  187. package/dist/lib/producers/socket-receive-methods/removed-from-panelists.service.d.ts +15 -0
  188. package/dist/lib/producers/socket-receive-methods/room-record-params.service.d.ts +1 -1
  189. package/dist/lib/producers/socket-receive-methods/translation-receive-methods.service.d.ts +20 -0
  190. package/dist/lib/services/live-subtitle.service.d.ts +15 -0
  191. package/dist/lib/sockets/socket-manager.service.d.ts +1 -2
  192. package/dist/public-api.d.ts +42 -1
  193. package/package.json +106 -95
  194. package/dist/lib/methods/utils/producer/video-capture-constraints.service.d.ts +0 -177
@@ -1,6 +1,7 @@
1
1
  import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
2
2
  import { CaptureCanvasStreamParameters, CaptureCanvasStreamType, EventType, OnScreenChangesParameters, OnScreenChangesType, Participant, PrepopulateUserMediaParameters, PrepopulateUserMediaType, RePortParameters, RePortType, ShowAlert, WhiteboardUser } from '../../../@types/types';
3
3
  import { Socket } from 'socket.io-client';
4
+ import { ModernRenderMode } from '../../../modern/utils/render-mode.utils';
4
5
  import * as i0 from "@angular/core";
5
6
  export interface ConfigureWhiteboardModalParameters extends OnScreenChangesParameters, CaptureCanvasStreamParameters, PrepopulateUserMediaParameters, RePortParameters {
6
7
  participants: Participant[];
@@ -22,6 +23,7 @@ export interface ConfigureWhiteboardModalParameters extends OnScreenChangesParam
22
23
  canStartWhiteboard: boolean;
23
24
  whiteboardStarted: boolean;
24
25
  whiteboardEnded: boolean;
26
+ whiteboardUsers: WhiteboardUser[];
25
27
  hostLabel: string;
26
28
  updateWhiteboardStarted: (started: boolean) => void;
27
29
  updateWhiteboardEnded: (ended: boolean) => void;
@@ -40,6 +42,7 @@ export interface ConfigureWhiteboardModalOptions {
40
42
  onClose: () => void;
41
43
  position?: string;
42
44
  backgroundColor?: string;
45
+ isDarkMode?: boolean;
43
46
  parameters: ConfigureWhiteboardModalParameters;
44
47
  overlayStyle?: Partial<CSSStyleDeclaration>;
45
48
  contentStyle?: Partial<CSSStyleDeclaration>;
@@ -87,15 +90,20 @@ export declare class ConfigureWhiteboardModal implements OnInit, OnChanges {
87
90
  parameters: ConfigureWhiteboardModalParameters;
88
91
  backgroundColor: string;
89
92
  position: string;
93
+ isDarkMode?: boolean;
90
94
  onConfigureWhiteboardClose: () => void;
91
95
  overlayStyle?: Partial<CSSStyleDeclaration>;
92
96
  contentStyle?: Partial<CSSStyleDeclaration>;
93
97
  customTemplate?: any;
98
+ renderMode: ModernRenderMode;
99
+ showHeader: boolean;
94
100
  faTimes: import("@fortawesome/fontawesome-common-types").IconDefinition;
95
101
  faCheck: import("@fortawesome/fontawesome-common-types").IconDefinition;
102
+ faSearch: import("@fortawesome/fontawesome-common-types").IconDefinition;
96
103
  faSyncAlt: import("@fortawesome/fontawesome-common-types").IconDefinition;
97
104
  faPlay: import("@fortawesome/fontawesome-common-types").IconDefinition;
98
105
  faSave: import("@fortawesome/fontawesome-common-types").IconDefinition;
106
+ faUser: import("@fortawesome/fontawesome-common-types").IconDefinition;
99
107
  participantsCopy: Participant[];
100
108
  whiteboardLimit: number;
101
109
  isEditing: boolean;
@@ -104,1054 +112,2108 @@ export declare class ConfigureWhiteboardModal implements OnInit, OnChanges {
104
112
  unassignedParticipants: any[];
105
113
  whiteboardStarted: boolean;
106
114
  whiteboardEnded: boolean;
115
+ participantSearchTerm: string;
107
116
  private socket;
117
+ get resolvedIsDarkMode(): boolean;
118
+ private resolveParameters;
119
+ private applyResolvedParameters;
120
+ private syncParticipantsCopy;
121
+ isVisibleState(): boolean;
122
+ isEmbedded(): boolean;
108
123
  ngOnInit(): void;
109
124
  ngOnChanges(changes: SimpleChanges): void;
110
125
  setupSocketListeners: () => void;
111
126
  toggleParticipant: (participant: any, add: boolean) => void;
127
+ handleParticipantSearch(event: Event): void;
128
+ filteredParticipants(): Participant[];
129
+ isParticipantAssigned(participant: Participant): boolean;
130
+ whiteboardStatusCopy(): string;
131
+ whiteboardEmptyCopy(): string;
132
+ whiteboardAdditionalParticipantLimit(): number;
112
133
  validateWhiteboard(): boolean;
113
134
  checkCanStartWhiteboard(): void;
114
135
  handleSaveWhiteboard(): void;
115
136
  handleStartWhiteboard(): Promise<void>;
116
137
  handleStopWhiteboard(): Promise<void>;
117
138
  modalContainerStyle(): {
139
+ position: string;
140
+ top: string;
141
+ left: string;
142
+ width: string;
143
+ height: string;
144
+ minHeight: number;
145
+ backgroundColor: string;
146
+ backdropFilter: string;
147
+ display: string;
148
+ padding: string;
149
+ zIndex: string;
150
+ alignItems?: undefined;
151
+ justifyContent?: undefined;
152
+ } | {
118
153
  position: string;
119
154
  top: number;
120
155
  left: number;
121
156
  width: string;
122
157
  height: string;
123
158
  backgroundColor: string;
159
+ backdropFilter: string;
124
160
  display: string;
161
+ alignItems: string;
162
+ justifyContent: string;
163
+ padding: string;
125
164
  zIndex: number;
165
+ minHeight?: undefined;
126
166
  };
127
167
  modalContentStyle(): {
128
- position: string;
129
- backgroundColor: string;
168
+ background: string;
130
169
  borderRadius: string;
170
+ border: string;
171
+ boxShadow: string;
131
172
  padding: string;
132
173
  width: string;
133
174
  maxWidth: string;
175
+ height: string;
134
176
  maxHeight: string;
135
177
  overflowY: string;
136
178
  overflowX: string;
137
- top: string;
138
- bottom: string;
139
- left: string;
140
- right: string;
179
+ color: string;
180
+ } | {
181
+ background: string;
182
+ borderRadius: string;
183
+ border: string;
184
+ boxShadow: string;
185
+ padding: string;
186
+ width: string;
187
+ maxWidth: string;
188
+ maxHeight: string;
189
+ overflowY: string;
190
+ overflowX: string;
191
+ color: string;
192
+ height?: undefined;
141
193
  };
142
194
  updateParticipantsLists: () => void;
143
195
  getCombinedOverlayStyle(): {
144
- accentColor?: string | undefined;
145
- alignContent?: string | undefined;
146
- alignItems?: string | undefined;
147
- alignSelf?: string | undefined;
148
- alignmentBaseline?: string | undefined;
149
- all?: string | undefined;
150
- animation?: string | undefined;
151
- animationComposition?: string | undefined;
152
- animationDelay?: string | undefined;
153
- animationDirection?: string | undefined;
154
- animationDuration?: string | undefined;
155
- animationFillMode?: string | undefined;
156
- animationIterationCount?: string | undefined;
157
- animationName?: string | undefined;
158
- animationPlayState?: string | undefined;
159
- animationTimingFunction?: string | undefined;
160
- appearance?: string | undefined;
161
- aspectRatio?: string | undefined;
162
- backdropFilter?: string | undefined;
163
- backfaceVisibility?: string | undefined;
164
- background?: string | undefined;
165
- backgroundAttachment?: string | undefined;
166
- backgroundBlendMode?: string | undefined;
167
- backgroundClip?: string | undefined;
196
+ accentColor?: string;
197
+ alignContent?: string;
198
+ alignItems?: string;
199
+ alignSelf?: string;
200
+ alignmentBaseline?: string;
201
+ all?: string;
202
+ animation?: string;
203
+ animationComposition?: string;
204
+ animationDelay?: string;
205
+ animationDirection?: string;
206
+ animationDuration?: string;
207
+ animationFillMode?: string;
208
+ animationIterationCount?: string;
209
+ animationName?: string;
210
+ animationPlayState?: string;
211
+ animationTimingFunction?: string;
212
+ appearance?: string;
213
+ aspectRatio?: string;
214
+ backdropFilter: string;
215
+ backfaceVisibility?: string;
216
+ background?: string;
217
+ backgroundAttachment?: string;
218
+ backgroundBlendMode?: string;
219
+ backgroundClip?: string;
168
220
  backgroundColor: string;
169
- backgroundImage?: string | undefined;
170
- backgroundOrigin?: string | undefined;
171
- backgroundPosition?: string | undefined;
172
- backgroundPositionX?: string | undefined;
173
- backgroundPositionY?: string | undefined;
174
- backgroundRepeat?: string | undefined;
175
- backgroundSize?: string | undefined;
176
- baselineShift?: string | undefined;
177
- baselineSource?: string | undefined;
178
- blockSize?: string | undefined;
179
- border?: string | undefined;
180
- borderBlock?: string | undefined;
181
- borderBlockColor?: string | undefined;
182
- borderBlockEnd?: string | undefined;
183
- borderBlockEndColor?: string | undefined;
184
- borderBlockEndStyle?: string | undefined;
185
- borderBlockEndWidth?: string | undefined;
186
- borderBlockStart?: string | undefined;
187
- borderBlockStartColor?: string | undefined;
188
- borderBlockStartStyle?: string | undefined;
189
- borderBlockStartWidth?: string | undefined;
190
- borderBlockStyle?: string | undefined;
191
- borderBlockWidth?: string | undefined;
192
- borderBottom?: string | undefined;
193
- borderBottomColor?: string | undefined;
194
- borderBottomLeftRadius?: string | undefined;
195
- borderBottomRightRadius?: string | undefined;
196
- borderBottomStyle?: string | undefined;
197
- borderBottomWidth?: string | undefined;
198
- borderCollapse?: string | undefined;
199
- borderColor?: string | undefined;
200
- borderEndEndRadius?: string | undefined;
201
- borderEndStartRadius?: string | undefined;
202
- borderImage?: string | undefined;
203
- borderImageOutset?: string | undefined;
204
- borderImageRepeat?: string | undefined;
205
- borderImageSlice?: string | undefined;
206
- borderImageSource?: string | undefined;
207
- borderImageWidth?: string | undefined;
208
- borderInline?: string | undefined;
209
- borderInlineColor?: string | undefined;
210
- borderInlineEnd?: string | undefined;
211
- borderInlineEndColor?: string | undefined;
212
- borderInlineEndStyle?: string | undefined;
213
- borderInlineEndWidth?: string | undefined;
214
- borderInlineStart?: string | undefined;
215
- borderInlineStartColor?: string | undefined;
216
- borderInlineStartStyle?: string | undefined;
217
- borderInlineStartWidth?: string | undefined;
218
- borderInlineStyle?: string | undefined;
219
- borderInlineWidth?: string | undefined;
220
- borderLeft?: string | undefined;
221
- borderLeftColor?: string | undefined;
222
- borderLeftStyle?: string | undefined;
223
- borderLeftWidth?: string | undefined;
224
- borderRadius?: string | undefined;
225
- borderRight?: string | undefined;
226
- borderRightColor?: string | undefined;
227
- borderRightStyle?: string | undefined;
228
- borderRightWidth?: string | undefined;
229
- borderSpacing?: string | undefined;
230
- borderStartEndRadius?: string | undefined;
231
- borderStartStartRadius?: string | undefined;
232
- borderStyle?: string | undefined;
233
- borderTop?: string | undefined;
234
- borderTopColor?: string | undefined;
235
- borderTopLeftRadius?: string | undefined;
236
- borderTopRightRadius?: string | undefined;
237
- borderTopStyle?: string | undefined;
238
- borderTopWidth?: string | undefined;
239
- borderWidth?: string | undefined;
240
- bottom?: string | undefined;
241
- boxShadow?: string | undefined;
242
- boxSizing?: string | undefined;
243
- breakAfter?: string | undefined;
244
- breakBefore?: string | undefined;
245
- breakInside?: string | undefined;
246
- captionSide?: string | undefined;
247
- caretColor?: string | undefined;
248
- clear?: string | undefined;
249
- clip?: string | undefined;
250
- clipPath?: string | undefined;
251
- clipRule?: string | undefined;
252
- color?: string | undefined;
253
- colorInterpolation?: string | undefined;
254
- colorInterpolationFilters?: string | undefined;
255
- colorScheme?: string | undefined;
256
- columnCount?: string | undefined;
257
- columnFill?: string | undefined;
258
- columnGap?: string | undefined;
259
- columnRule?: string | undefined;
260
- columnRuleColor?: string | undefined;
261
- columnRuleStyle?: string | undefined;
262
- columnRuleWidth?: string | undefined;
263
- columnSpan?: string | undefined;
264
- columnWidth?: string | undefined;
265
- columns?: string | undefined;
266
- contain?: string | undefined;
267
- containIntrinsicBlockSize?: string | undefined;
268
- containIntrinsicHeight?: string | undefined;
269
- containIntrinsicInlineSize?: string | undefined;
270
- containIntrinsicSize?: string | undefined;
271
- containIntrinsicWidth?: string | undefined;
272
- container?: string | undefined;
273
- containerName?: string | undefined;
274
- containerType?: string | undefined;
275
- content?: string | undefined;
276
- contentVisibility?: string | undefined;
277
- counterIncrement?: string | undefined;
278
- counterReset?: string | undefined;
279
- counterSet?: string | undefined;
280
- cssFloat?: string | undefined;
281
- cssText?: string | undefined;
282
- cursor?: string | undefined;
283
- cx?: string | undefined;
284
- cy?: string | undefined;
285
- d?: string | undefined;
286
- direction?: string | undefined;
221
+ backgroundImage?: string;
222
+ backgroundOrigin?: string;
223
+ backgroundPosition?: string;
224
+ backgroundPositionX?: string;
225
+ backgroundPositionY?: string;
226
+ backgroundRepeat?: string;
227
+ backgroundSize?: string;
228
+ baselineShift?: string;
229
+ baselineSource?: string;
230
+ blockSize?: string;
231
+ border?: string;
232
+ borderBlock?: string;
233
+ borderBlockColor?: string;
234
+ borderBlockEnd?: string;
235
+ borderBlockEndColor?: string;
236
+ borderBlockEndStyle?: string;
237
+ borderBlockEndWidth?: string;
238
+ borderBlockStart?: string;
239
+ borderBlockStartColor?: string;
240
+ borderBlockStartStyle?: string;
241
+ borderBlockStartWidth?: string;
242
+ borderBlockStyle?: string;
243
+ borderBlockWidth?: string;
244
+ borderBottom?: string;
245
+ borderBottomColor?: string;
246
+ borderBottomLeftRadius?: string;
247
+ borderBottomRightRadius?: string;
248
+ borderBottomStyle?: string;
249
+ borderBottomWidth?: string;
250
+ borderCollapse?: string;
251
+ borderColor?: string;
252
+ borderEndEndRadius?: string;
253
+ borderEndStartRadius?: string;
254
+ borderImage?: string;
255
+ borderImageOutset?: string;
256
+ borderImageRepeat?: string;
257
+ borderImageSlice?: string;
258
+ borderImageSource?: string;
259
+ borderImageWidth?: string;
260
+ borderInline?: string;
261
+ borderInlineColor?: string;
262
+ borderInlineEnd?: string;
263
+ borderInlineEndColor?: string;
264
+ borderInlineEndStyle?: string;
265
+ borderInlineEndWidth?: string;
266
+ borderInlineStart?: string;
267
+ borderInlineStartColor?: string;
268
+ borderInlineStartStyle?: string;
269
+ borderInlineStartWidth?: string;
270
+ borderInlineStyle?: string;
271
+ borderInlineWidth?: string;
272
+ borderLeft?: string;
273
+ borderLeftColor?: string;
274
+ borderLeftStyle?: string;
275
+ borderLeftWidth?: string;
276
+ borderRadius?: string;
277
+ borderRight?: string;
278
+ borderRightColor?: string;
279
+ borderRightStyle?: string;
280
+ borderRightWidth?: string;
281
+ borderSpacing?: string;
282
+ borderStartEndRadius?: string;
283
+ borderStartStartRadius?: string;
284
+ borderStyle?: string;
285
+ borderTop?: string;
286
+ borderTopColor?: string;
287
+ borderTopLeftRadius?: string;
288
+ borderTopRightRadius?: string;
289
+ borderTopStyle?: string;
290
+ borderTopWidth?: string;
291
+ borderWidth?: string;
292
+ bottom?: string;
293
+ boxShadow?: string;
294
+ boxSizing?: string;
295
+ breakAfter?: string;
296
+ breakBefore?: string;
297
+ breakInside?: string;
298
+ captionSide?: string;
299
+ caretColor?: string;
300
+ clear?: string;
301
+ clip?: string;
302
+ clipPath?: string;
303
+ clipRule?: string;
304
+ color?: string;
305
+ colorInterpolation?: string;
306
+ colorInterpolationFilters?: string;
307
+ colorScheme?: string;
308
+ columnCount?: string;
309
+ columnFill?: string;
310
+ columnGap?: string;
311
+ columnRule?: string;
312
+ columnRuleColor?: string;
313
+ columnRuleStyle?: string;
314
+ columnRuleWidth?: string;
315
+ columnSpan?: string;
316
+ columnWidth?: string;
317
+ columns?: string;
318
+ contain?: string;
319
+ containIntrinsicBlockSize?: string;
320
+ containIntrinsicHeight?: string;
321
+ containIntrinsicInlineSize?: string;
322
+ containIntrinsicSize?: string;
323
+ containIntrinsicWidth?: string;
324
+ container?: string;
325
+ containerName?: string;
326
+ containerType?: string;
327
+ content?: string;
328
+ contentVisibility?: string;
329
+ counterIncrement?: string;
330
+ counterReset?: string;
331
+ counterSet?: string;
332
+ cssFloat?: string;
333
+ cssText?: string;
334
+ cursor?: string;
335
+ cx?: string;
336
+ cy?: string;
337
+ d?: string;
338
+ direction?: string;
287
339
  display: string;
288
- dominantBaseline?: string | undefined;
289
- emptyCells?: string | undefined;
290
- fill?: string | undefined;
291
- fillOpacity?: string | undefined;
292
- fillRule?: string | undefined;
293
- filter?: string | undefined;
294
- flex?: string | undefined;
295
- flexBasis?: string | undefined;
296
- flexDirection?: string | undefined;
297
- flexFlow?: string | undefined;
298
- flexGrow?: string | undefined;
299
- flexShrink?: string | undefined;
300
- flexWrap?: string | undefined;
301
- float?: string | undefined;
302
- floodColor?: string | undefined;
303
- floodOpacity?: string | undefined;
304
- font?: string | undefined;
305
- fontFamily?: string | undefined;
306
- fontFeatureSettings?: string | undefined;
307
- fontKerning?: string | undefined;
308
- fontOpticalSizing?: string | undefined;
309
- fontPalette?: string | undefined;
310
- fontSize?: string | undefined;
311
- fontSizeAdjust?: string | undefined;
312
- fontStretch?: string | undefined;
313
- fontStyle?: string | undefined;
314
- fontSynthesis?: string | undefined;
315
- fontSynthesisSmallCaps?: string | undefined;
316
- fontSynthesisStyle?: string | undefined;
317
- fontSynthesisWeight?: string | undefined;
318
- fontVariant?: string | undefined;
319
- fontVariantAlternates?: string | undefined;
320
- fontVariantCaps?: string | undefined;
321
- fontVariantEastAsian?: string | undefined;
322
- fontVariantLigatures?: string | undefined;
323
- fontVariantNumeric?: string | undefined;
324
- fontVariantPosition?: string | undefined;
325
- fontVariationSettings?: string | undefined;
326
- fontWeight?: string | undefined;
327
- forcedColorAdjust?: string | undefined;
328
- gap?: string | undefined;
329
- grid?: string | undefined;
330
- gridArea?: string | undefined;
331
- gridAutoColumns?: string | undefined;
332
- gridAutoFlow?: string | undefined;
333
- gridAutoRows?: string | undefined;
334
- gridColumn?: string | undefined;
335
- gridColumnEnd?: string | undefined;
336
- gridColumnGap?: string | undefined;
337
- gridColumnStart?: string | undefined;
338
- gridGap?: string | undefined;
339
- gridRow?: string | undefined;
340
- gridRowEnd?: string | undefined;
341
- gridRowGap?: string | undefined;
342
- gridRowStart?: string | undefined;
343
- gridTemplate?: string | undefined;
344
- gridTemplateAreas?: string | undefined;
345
- gridTemplateColumns?: string | undefined;
346
- gridTemplateRows?: string | undefined;
340
+ dominantBaseline?: string;
341
+ emptyCells?: string;
342
+ fill?: string;
343
+ fillOpacity?: string;
344
+ fillRule?: string;
345
+ filter?: string;
346
+ flex?: string;
347
+ flexBasis?: string;
348
+ flexDirection?: string;
349
+ flexFlow?: string;
350
+ flexGrow?: string;
351
+ flexShrink?: string;
352
+ flexWrap?: string;
353
+ float?: string;
354
+ floodColor?: string;
355
+ floodOpacity?: string;
356
+ font?: string;
357
+ fontFamily?: string;
358
+ fontFeatureSettings?: string;
359
+ fontKerning?: string;
360
+ fontOpticalSizing?: string;
361
+ fontPalette?: string;
362
+ fontSize?: string;
363
+ fontSizeAdjust?: string;
364
+ fontStretch?: string;
365
+ fontStyle?: string;
366
+ fontSynthesis?: string;
367
+ fontSynthesisSmallCaps?: string;
368
+ fontSynthesisStyle?: string;
369
+ fontSynthesisWeight?: string;
370
+ fontVariant?: string;
371
+ fontVariantAlternates?: string;
372
+ fontVariantCaps?: string;
373
+ fontVariantEastAsian?: string;
374
+ fontVariantLigatures?: string;
375
+ fontVariantNumeric?: string;
376
+ fontVariantPosition?: string;
377
+ fontVariationSettings?: string;
378
+ fontWeight?: string;
379
+ forcedColorAdjust?: string;
380
+ gap?: string;
381
+ grid?: string;
382
+ gridArea?: string;
383
+ gridAutoColumns?: string;
384
+ gridAutoFlow?: string;
385
+ gridAutoRows?: string;
386
+ gridColumn?: string;
387
+ gridColumnEnd?: string;
388
+ gridColumnGap?: string;
389
+ gridColumnStart?: string;
390
+ gridGap?: string;
391
+ gridRow?: string;
392
+ gridRowEnd?: string;
393
+ gridRowGap?: string;
394
+ gridRowStart?: string;
395
+ gridTemplate?: string;
396
+ gridTemplateAreas?: string;
397
+ gridTemplateColumns?: string;
398
+ gridTemplateRows?: string;
347
399
  height: string;
348
- hyphenateCharacter?: string | undefined;
349
- hyphens?: string | undefined;
350
- imageOrientation?: string | undefined;
351
- imageRendering?: string | undefined;
352
- inlineSize?: string | undefined;
353
- inset?: string | undefined;
354
- insetBlock?: string | undefined;
355
- insetBlockEnd?: string | undefined;
356
- insetBlockStart?: string | undefined;
357
- insetInline?: string | undefined;
358
- insetInlineEnd?: string | undefined;
359
- insetInlineStart?: string | undefined;
360
- isolation?: string | undefined;
361
- justifyContent?: string | undefined;
362
- justifyItems?: string | undefined;
363
- justifySelf?: string | undefined;
400
+ hyphenateCharacter?: string;
401
+ hyphens?: string;
402
+ imageOrientation?: string;
403
+ imageRendering?: string;
404
+ inlineSize?: string;
405
+ inset?: string;
406
+ insetBlock?: string;
407
+ insetBlockEnd?: string;
408
+ insetBlockStart?: string;
409
+ insetInline?: string;
410
+ insetInlineEnd?: string;
411
+ insetInlineStart?: string;
412
+ isolation?: string;
413
+ justifyContent?: string;
414
+ justifyItems?: string;
415
+ justifySelf?: string;
416
+ left: string;
417
+ length?: number;
418
+ letterSpacing?: string;
419
+ lightingColor?: string;
420
+ lineBreak?: string;
421
+ lineHeight?: string;
422
+ listStyle?: string;
423
+ listStyleImage?: string;
424
+ listStylePosition?: string;
425
+ listStyleType?: string;
426
+ margin?: string;
427
+ marginBlock?: string;
428
+ marginBlockEnd?: string;
429
+ marginBlockStart?: string;
430
+ marginBottom?: string;
431
+ marginInline?: string;
432
+ marginInlineEnd?: string;
433
+ marginInlineStart?: string;
434
+ marginLeft?: string;
435
+ marginRight?: string;
436
+ marginTop?: string;
437
+ marker?: string;
438
+ markerEnd?: string;
439
+ markerMid?: string;
440
+ markerStart?: string;
441
+ mask?: string;
442
+ maskClip?: string;
443
+ maskComposite?: string;
444
+ maskImage?: string;
445
+ maskMode?: string;
446
+ maskOrigin?: string;
447
+ maskPosition?: string;
448
+ maskRepeat?: string;
449
+ maskSize?: string;
450
+ maskType?: string;
451
+ mathDepth?: string;
452
+ mathStyle?: string;
453
+ maxBlockSize?: string;
454
+ maxHeight?: string;
455
+ maxInlineSize?: string;
456
+ maxWidth?: string;
457
+ minBlockSize?: string;
458
+ minHeight: string | number;
459
+ minInlineSize?: string;
460
+ minWidth?: string;
461
+ mixBlendMode?: string;
462
+ objectFit?: string;
463
+ objectPosition?: string;
464
+ offset?: string;
465
+ offsetAnchor?: string;
466
+ offsetDistance?: string;
467
+ offsetPath?: string;
468
+ offsetPosition?: string;
469
+ offsetRotate?: string;
470
+ opacity?: string;
471
+ order?: string;
472
+ orphans?: string;
473
+ outline?: string;
474
+ outlineColor?: string;
475
+ outlineOffset?: string;
476
+ outlineStyle?: string;
477
+ outlineWidth?: string;
478
+ overflow?: string;
479
+ overflowAnchor?: string;
480
+ overflowClipMargin?: string;
481
+ overflowWrap?: string;
482
+ overflowX?: string;
483
+ overflowY?: string;
484
+ overscrollBehavior?: string;
485
+ overscrollBehaviorBlock?: string;
486
+ overscrollBehaviorInline?: string;
487
+ overscrollBehaviorX?: string;
488
+ overscrollBehaviorY?: string;
489
+ padding: string;
490
+ paddingBlock?: string;
491
+ paddingBlockEnd?: string;
492
+ paddingBlockStart?: string;
493
+ paddingBottom?: string;
494
+ paddingInline?: string;
495
+ paddingInlineEnd?: string;
496
+ paddingInlineStart?: string;
497
+ paddingLeft?: string;
498
+ paddingRight?: string;
499
+ paddingTop?: string;
500
+ page?: string;
501
+ pageBreakAfter?: string;
502
+ pageBreakBefore?: string;
503
+ pageBreakInside?: string;
504
+ paintOrder?: string;
505
+ parentRule?: CSSRule | null;
506
+ perspective?: string;
507
+ perspectiveOrigin?: string;
508
+ placeContent?: string;
509
+ placeItems?: string;
510
+ placeSelf?: string;
511
+ pointerEvents?: string;
512
+ position: string;
513
+ printColorAdjust?: string;
514
+ quotes?: string;
515
+ r?: string;
516
+ resize?: string;
517
+ right?: string;
518
+ rotate?: string;
519
+ rowGap?: string;
520
+ rubyPosition?: string;
521
+ rx?: string;
522
+ ry?: string;
523
+ scale?: string;
524
+ scrollBehavior?: string;
525
+ scrollMargin?: string;
526
+ scrollMarginBlock?: string;
527
+ scrollMarginBlockEnd?: string;
528
+ scrollMarginBlockStart?: string;
529
+ scrollMarginBottom?: string;
530
+ scrollMarginInline?: string;
531
+ scrollMarginInlineEnd?: string;
532
+ scrollMarginInlineStart?: string;
533
+ scrollMarginLeft?: string;
534
+ scrollMarginRight?: string;
535
+ scrollMarginTop?: string;
536
+ scrollPadding?: string;
537
+ scrollPaddingBlock?: string;
538
+ scrollPaddingBlockEnd?: string;
539
+ scrollPaddingBlockStart?: string;
540
+ scrollPaddingBottom?: string;
541
+ scrollPaddingInline?: string;
542
+ scrollPaddingInlineEnd?: string;
543
+ scrollPaddingInlineStart?: string;
544
+ scrollPaddingLeft?: string;
545
+ scrollPaddingRight?: string;
546
+ scrollPaddingTop?: string;
547
+ scrollSnapAlign?: string;
548
+ scrollSnapStop?: string;
549
+ scrollSnapType?: string;
550
+ scrollbarColor?: string;
551
+ scrollbarGutter?: string;
552
+ scrollbarWidth?: string;
553
+ shapeImageThreshold?: string;
554
+ shapeMargin?: string;
555
+ shapeOutside?: string;
556
+ shapeRendering?: string;
557
+ stopColor?: string;
558
+ stopOpacity?: string;
559
+ stroke?: string;
560
+ strokeDasharray?: string;
561
+ strokeDashoffset?: string;
562
+ strokeLinecap?: string;
563
+ strokeLinejoin?: string;
564
+ strokeMiterlimit?: string;
565
+ strokeOpacity?: string;
566
+ strokeWidth?: string;
567
+ tabSize?: string;
568
+ tableLayout?: string;
569
+ textAlign?: string;
570
+ textAlignLast?: string;
571
+ textAnchor?: string;
572
+ textCombineUpright?: string;
573
+ textDecoration?: string;
574
+ textDecorationColor?: string;
575
+ textDecorationLine?: string;
576
+ textDecorationSkipInk?: string;
577
+ textDecorationStyle?: string;
578
+ textDecorationThickness?: string;
579
+ textEmphasis?: string;
580
+ textEmphasisColor?: string;
581
+ textEmphasisPosition?: string;
582
+ textEmphasisStyle?: string;
583
+ textIndent?: string;
584
+ textOrientation?: string;
585
+ textOverflow?: string;
586
+ textRendering?: string;
587
+ textShadow?: string;
588
+ textTransform?: string;
589
+ textUnderlineOffset?: string;
590
+ textUnderlinePosition?: string;
591
+ textWrap?: string;
592
+ textWrapMode?: string;
593
+ textWrapStyle?: string;
594
+ top: string;
595
+ touchAction?: string;
596
+ transform?: string;
597
+ transformBox?: string;
598
+ transformOrigin?: string;
599
+ transformStyle?: string;
600
+ transition?: string;
601
+ transitionBehavior?: string;
602
+ transitionDelay?: string;
603
+ transitionDuration?: string;
604
+ transitionProperty?: string;
605
+ transitionTimingFunction?: string;
606
+ translate?: string;
607
+ unicodeBidi?: string;
608
+ userSelect?: string;
609
+ vectorEffect?: string;
610
+ verticalAlign?: string;
611
+ visibility?: string;
612
+ webkitAlignContent?: string;
613
+ webkitAlignItems?: string;
614
+ webkitAlignSelf?: string;
615
+ webkitAnimation?: string;
616
+ webkitAnimationDelay?: string;
617
+ webkitAnimationDirection?: string;
618
+ webkitAnimationDuration?: string;
619
+ webkitAnimationFillMode?: string;
620
+ webkitAnimationIterationCount?: string;
621
+ webkitAnimationName?: string;
622
+ webkitAnimationPlayState?: string;
623
+ webkitAnimationTimingFunction?: string;
624
+ webkitAppearance?: string;
625
+ webkitBackfaceVisibility?: string;
626
+ webkitBackgroundClip?: string;
627
+ webkitBackgroundOrigin?: string;
628
+ webkitBackgroundSize?: string;
629
+ webkitBorderBottomLeftRadius?: string;
630
+ webkitBorderBottomRightRadius?: string;
631
+ webkitBorderRadius?: string;
632
+ webkitBorderTopLeftRadius?: string;
633
+ webkitBorderTopRightRadius?: string;
634
+ webkitBoxAlign?: string;
635
+ webkitBoxFlex?: string;
636
+ webkitBoxOrdinalGroup?: string;
637
+ webkitBoxOrient?: string;
638
+ webkitBoxPack?: string;
639
+ webkitBoxShadow?: string;
640
+ webkitBoxSizing?: string;
641
+ webkitFilter?: string;
642
+ webkitFlex?: string;
643
+ webkitFlexBasis?: string;
644
+ webkitFlexDirection?: string;
645
+ webkitFlexFlow?: string;
646
+ webkitFlexGrow?: string;
647
+ webkitFlexShrink?: string;
648
+ webkitFlexWrap?: string;
649
+ webkitJustifyContent?: string;
650
+ webkitLineClamp?: string;
651
+ webkitMask?: string;
652
+ webkitMaskBoxImage?: string;
653
+ webkitMaskBoxImageOutset?: string;
654
+ webkitMaskBoxImageRepeat?: string;
655
+ webkitMaskBoxImageSlice?: string;
656
+ webkitMaskBoxImageSource?: string;
657
+ webkitMaskBoxImageWidth?: string;
658
+ webkitMaskClip?: string;
659
+ webkitMaskComposite?: string;
660
+ webkitMaskImage?: string;
661
+ webkitMaskOrigin?: string;
662
+ webkitMaskPosition?: string;
663
+ webkitMaskRepeat?: string;
664
+ webkitMaskSize?: string;
665
+ webkitOrder?: string;
666
+ webkitPerspective?: string;
667
+ webkitPerspectiveOrigin?: string;
668
+ webkitTextFillColor?: string;
669
+ webkitTextSizeAdjust?: string;
670
+ webkitTextStroke?: string;
671
+ webkitTextStrokeColor?: string;
672
+ webkitTextStrokeWidth?: string;
673
+ webkitTransform?: string;
674
+ webkitTransformOrigin?: string;
675
+ webkitTransformStyle?: string;
676
+ webkitTransition?: string;
677
+ webkitTransitionDelay?: string;
678
+ webkitTransitionDuration?: string;
679
+ webkitTransitionProperty?: string;
680
+ webkitTransitionTimingFunction?: string;
681
+ webkitUserSelect?: string;
682
+ whiteSpace?: string;
683
+ whiteSpaceCollapse?: string;
684
+ widows?: string;
685
+ width: string;
686
+ willChange?: string;
687
+ wordBreak?: string;
688
+ wordSpacing?: string;
689
+ wordWrap?: string;
690
+ writingMode?: string;
691
+ x?: string;
692
+ y?: string;
693
+ zIndex: string;
694
+ zoom?: string;
695
+ getPropertyPriority?: (property: string) => string;
696
+ getPropertyValue?: (property: string) => string;
697
+ item?: (index: number) => string;
698
+ removeProperty?: (property: string) => string;
699
+ setProperty?: (property: string, value: string | null, priority?: string) => void;
700
+ } | {
701
+ accentColor?: string;
702
+ alignContent?: string;
703
+ alignItems: string;
704
+ alignSelf?: string;
705
+ alignmentBaseline?: string;
706
+ all?: string;
707
+ animation?: string;
708
+ animationComposition?: string;
709
+ animationDelay?: string;
710
+ animationDirection?: string;
711
+ animationDuration?: string;
712
+ animationFillMode?: string;
713
+ animationIterationCount?: string;
714
+ animationName?: string;
715
+ animationPlayState?: string;
716
+ animationTimingFunction?: string;
717
+ appearance?: string;
718
+ aspectRatio?: string;
719
+ backdropFilter: string;
720
+ backfaceVisibility?: string;
721
+ background?: string;
722
+ backgroundAttachment?: string;
723
+ backgroundBlendMode?: string;
724
+ backgroundClip?: string;
725
+ backgroundColor: string;
726
+ backgroundImage?: string;
727
+ backgroundOrigin?: string;
728
+ backgroundPosition?: string;
729
+ backgroundPositionX?: string;
730
+ backgroundPositionY?: string;
731
+ backgroundRepeat?: string;
732
+ backgroundSize?: string;
733
+ baselineShift?: string;
734
+ baselineSource?: string;
735
+ blockSize?: string;
736
+ border?: string;
737
+ borderBlock?: string;
738
+ borderBlockColor?: string;
739
+ borderBlockEnd?: string;
740
+ borderBlockEndColor?: string;
741
+ borderBlockEndStyle?: string;
742
+ borderBlockEndWidth?: string;
743
+ borderBlockStart?: string;
744
+ borderBlockStartColor?: string;
745
+ borderBlockStartStyle?: string;
746
+ borderBlockStartWidth?: string;
747
+ borderBlockStyle?: string;
748
+ borderBlockWidth?: string;
749
+ borderBottom?: string;
750
+ borderBottomColor?: string;
751
+ borderBottomLeftRadius?: string;
752
+ borderBottomRightRadius?: string;
753
+ borderBottomStyle?: string;
754
+ borderBottomWidth?: string;
755
+ borderCollapse?: string;
756
+ borderColor?: string;
757
+ borderEndEndRadius?: string;
758
+ borderEndStartRadius?: string;
759
+ borderImage?: string;
760
+ borderImageOutset?: string;
761
+ borderImageRepeat?: string;
762
+ borderImageSlice?: string;
763
+ borderImageSource?: string;
764
+ borderImageWidth?: string;
765
+ borderInline?: string;
766
+ borderInlineColor?: string;
767
+ borderInlineEnd?: string;
768
+ borderInlineEndColor?: string;
769
+ borderInlineEndStyle?: string;
770
+ borderInlineEndWidth?: string;
771
+ borderInlineStart?: string;
772
+ borderInlineStartColor?: string;
773
+ borderInlineStartStyle?: string;
774
+ borderInlineStartWidth?: string;
775
+ borderInlineStyle?: string;
776
+ borderInlineWidth?: string;
777
+ borderLeft?: string;
778
+ borderLeftColor?: string;
779
+ borderLeftStyle?: string;
780
+ borderLeftWidth?: string;
781
+ borderRadius?: string;
782
+ borderRight?: string;
783
+ borderRightColor?: string;
784
+ borderRightStyle?: string;
785
+ borderRightWidth?: string;
786
+ borderSpacing?: string;
787
+ borderStartEndRadius?: string;
788
+ borderStartStartRadius?: string;
789
+ borderStyle?: string;
790
+ borderTop?: string;
791
+ borderTopColor?: string;
792
+ borderTopLeftRadius?: string;
793
+ borderTopRightRadius?: string;
794
+ borderTopStyle?: string;
795
+ borderTopWidth?: string;
796
+ borderWidth?: string;
797
+ bottom?: string;
798
+ boxShadow?: string;
799
+ boxSizing?: string;
800
+ breakAfter?: string;
801
+ breakBefore?: string;
802
+ breakInside?: string;
803
+ captionSide?: string;
804
+ caretColor?: string;
805
+ clear?: string;
806
+ clip?: string;
807
+ clipPath?: string;
808
+ clipRule?: string;
809
+ color?: string;
810
+ colorInterpolation?: string;
811
+ colorInterpolationFilters?: string;
812
+ colorScheme?: string;
813
+ columnCount?: string;
814
+ columnFill?: string;
815
+ columnGap?: string;
816
+ columnRule?: string;
817
+ columnRuleColor?: string;
818
+ columnRuleStyle?: string;
819
+ columnRuleWidth?: string;
820
+ columnSpan?: string;
821
+ columnWidth?: string;
822
+ columns?: string;
823
+ contain?: string;
824
+ containIntrinsicBlockSize?: string;
825
+ containIntrinsicHeight?: string;
826
+ containIntrinsicInlineSize?: string;
827
+ containIntrinsicSize?: string;
828
+ containIntrinsicWidth?: string;
829
+ container?: string;
830
+ containerName?: string;
831
+ containerType?: string;
832
+ content?: string;
833
+ contentVisibility?: string;
834
+ counterIncrement?: string;
835
+ counterReset?: string;
836
+ counterSet?: string;
837
+ cssFloat?: string;
838
+ cssText?: string;
839
+ cursor?: string;
840
+ cx?: string;
841
+ cy?: string;
842
+ d?: string;
843
+ direction?: string;
844
+ display: string;
845
+ dominantBaseline?: string;
846
+ emptyCells?: string;
847
+ fill?: string;
848
+ fillOpacity?: string;
849
+ fillRule?: string;
850
+ filter?: string;
851
+ flex?: string;
852
+ flexBasis?: string;
853
+ flexDirection?: string;
854
+ flexFlow?: string;
855
+ flexGrow?: string;
856
+ flexShrink?: string;
857
+ flexWrap?: string;
858
+ float?: string;
859
+ floodColor?: string;
860
+ floodOpacity?: string;
861
+ font?: string;
862
+ fontFamily?: string;
863
+ fontFeatureSettings?: string;
864
+ fontKerning?: string;
865
+ fontOpticalSizing?: string;
866
+ fontPalette?: string;
867
+ fontSize?: string;
868
+ fontSizeAdjust?: string;
869
+ fontStretch?: string;
870
+ fontStyle?: string;
871
+ fontSynthesis?: string;
872
+ fontSynthesisSmallCaps?: string;
873
+ fontSynthesisStyle?: string;
874
+ fontSynthesisWeight?: string;
875
+ fontVariant?: string;
876
+ fontVariantAlternates?: string;
877
+ fontVariantCaps?: string;
878
+ fontVariantEastAsian?: string;
879
+ fontVariantLigatures?: string;
880
+ fontVariantNumeric?: string;
881
+ fontVariantPosition?: string;
882
+ fontVariationSettings?: string;
883
+ fontWeight?: string;
884
+ forcedColorAdjust?: string;
885
+ gap?: string;
886
+ grid?: string;
887
+ gridArea?: string;
888
+ gridAutoColumns?: string;
889
+ gridAutoFlow?: string;
890
+ gridAutoRows?: string;
891
+ gridColumn?: string;
892
+ gridColumnEnd?: string;
893
+ gridColumnGap?: string;
894
+ gridColumnStart?: string;
895
+ gridGap?: string;
896
+ gridRow?: string;
897
+ gridRowEnd?: string;
898
+ gridRowGap?: string;
899
+ gridRowStart?: string;
900
+ gridTemplate?: string;
901
+ gridTemplateAreas?: string;
902
+ gridTemplateColumns?: string;
903
+ gridTemplateRows?: string;
904
+ height: string;
905
+ hyphenateCharacter?: string;
906
+ hyphens?: string;
907
+ imageOrientation?: string;
908
+ imageRendering?: string;
909
+ inlineSize?: string;
910
+ inset?: string;
911
+ insetBlock?: string;
912
+ insetBlockEnd?: string;
913
+ insetBlockStart?: string;
914
+ insetInline?: string;
915
+ insetInlineEnd?: string;
916
+ insetInlineStart?: string;
917
+ isolation?: string;
918
+ justifyContent: string;
919
+ justifyItems?: string;
920
+ justifySelf?: string;
364
921
  left: string | number;
365
- length?: number | undefined;
366
- letterSpacing?: string | undefined;
367
- lightingColor?: string | undefined;
368
- lineBreak?: string | undefined;
369
- lineHeight?: string | undefined;
370
- listStyle?: string | undefined;
371
- listStyleImage?: string | undefined;
372
- listStylePosition?: string | undefined;
373
- listStyleType?: string | undefined;
374
- margin?: string | undefined;
375
- marginBlock?: string | undefined;
376
- marginBlockEnd?: string | undefined;
377
- marginBlockStart?: string | undefined;
378
- marginBottom?: string | undefined;
379
- marginInline?: string | undefined;
380
- marginInlineEnd?: string | undefined;
381
- marginInlineStart?: string | undefined;
382
- marginLeft?: string | undefined;
383
- marginRight?: string | undefined;
384
- marginTop?: string | undefined;
385
- marker?: string | undefined;
386
- markerEnd?: string | undefined;
387
- markerMid?: string | undefined;
388
- markerStart?: string | undefined;
389
- mask?: string | undefined;
390
- maskClip?: string | undefined;
391
- maskComposite?: string | undefined;
392
- maskImage?: string | undefined;
393
- maskMode?: string | undefined;
394
- maskOrigin?: string | undefined;
395
- maskPosition?: string | undefined;
396
- maskRepeat?: string | undefined;
397
- maskSize?: string | undefined;
398
- maskType?: string | undefined;
399
- mathDepth?: string | undefined;
400
- mathStyle?: string | undefined;
401
- maxBlockSize?: string | undefined;
402
- maxHeight?: string | undefined;
403
- maxInlineSize?: string | undefined;
404
- maxWidth?: string | undefined;
405
- minBlockSize?: string | undefined;
406
- minHeight?: string | undefined;
407
- minInlineSize?: string | undefined;
408
- minWidth?: string | undefined;
409
- mixBlendMode?: string | undefined;
410
- objectFit?: string | undefined;
411
- objectPosition?: string | undefined;
412
- offset?: string | undefined;
413
- offsetAnchor?: string | undefined;
414
- offsetDistance?: string | undefined;
415
- offsetPath?: string | undefined;
416
- offsetPosition?: string | undefined;
417
- offsetRotate?: string | undefined;
418
- opacity?: string | undefined;
419
- order?: string | undefined;
420
- orphans?: string | undefined;
421
- outline?: string | undefined;
422
- outlineColor?: string | undefined;
423
- outlineOffset?: string | undefined;
424
- outlineStyle?: string | undefined;
425
- outlineWidth?: string | undefined;
426
- overflow?: string | undefined;
427
- overflowAnchor?: string | undefined;
428
- overflowClipMargin?: string | undefined;
429
- overflowWrap?: string | undefined;
430
- overflowX?: string | undefined;
431
- overflowY?: string | undefined;
432
- overscrollBehavior?: string | undefined;
433
- overscrollBehaviorBlock?: string | undefined;
434
- overscrollBehaviorInline?: string | undefined;
435
- overscrollBehaviorX?: string | undefined;
436
- overscrollBehaviorY?: string | undefined;
437
- padding?: string | undefined;
438
- paddingBlock?: string | undefined;
439
- paddingBlockEnd?: string | undefined;
440
- paddingBlockStart?: string | undefined;
441
- paddingBottom?: string | undefined;
442
- paddingInline?: string | undefined;
443
- paddingInlineEnd?: string | undefined;
444
- paddingInlineStart?: string | undefined;
445
- paddingLeft?: string | undefined;
446
- paddingRight?: string | undefined;
447
- paddingTop?: string | undefined;
448
- page?: string | undefined;
449
- pageBreakAfter?: string | undefined;
450
- pageBreakBefore?: string | undefined;
451
- pageBreakInside?: string | undefined;
452
- paintOrder?: string | undefined;
453
- parentRule?: CSSRule | null | undefined;
454
- perspective?: string | undefined;
455
- perspectiveOrigin?: string | undefined;
456
- placeContent?: string | undefined;
457
- placeItems?: string | undefined;
458
- placeSelf?: string | undefined;
459
- pointerEvents?: string | undefined;
922
+ length?: number;
923
+ letterSpacing?: string;
924
+ lightingColor?: string;
925
+ lineBreak?: string;
926
+ lineHeight?: string;
927
+ listStyle?: string;
928
+ listStyleImage?: string;
929
+ listStylePosition?: string;
930
+ listStyleType?: string;
931
+ margin?: string;
932
+ marginBlock?: string;
933
+ marginBlockEnd?: string;
934
+ marginBlockStart?: string;
935
+ marginBottom?: string;
936
+ marginInline?: string;
937
+ marginInlineEnd?: string;
938
+ marginInlineStart?: string;
939
+ marginLeft?: string;
940
+ marginRight?: string;
941
+ marginTop?: string;
942
+ marker?: string;
943
+ markerEnd?: string;
944
+ markerMid?: string;
945
+ markerStart?: string;
946
+ mask?: string;
947
+ maskClip?: string;
948
+ maskComposite?: string;
949
+ maskImage?: string;
950
+ maskMode?: string;
951
+ maskOrigin?: string;
952
+ maskPosition?: string;
953
+ maskRepeat?: string;
954
+ maskSize?: string;
955
+ maskType?: string;
956
+ mathDepth?: string;
957
+ mathStyle?: string;
958
+ maxBlockSize?: string;
959
+ maxHeight?: string;
960
+ maxInlineSize?: string;
961
+ maxWidth?: string;
962
+ minBlockSize?: string;
963
+ minHeight?: string;
964
+ minInlineSize?: string;
965
+ minWidth?: string;
966
+ mixBlendMode?: string;
967
+ objectFit?: string;
968
+ objectPosition?: string;
969
+ offset?: string;
970
+ offsetAnchor?: string;
971
+ offsetDistance?: string;
972
+ offsetPath?: string;
973
+ offsetPosition?: string;
974
+ offsetRotate?: string;
975
+ opacity?: string;
976
+ order?: string;
977
+ orphans?: string;
978
+ outline?: string;
979
+ outlineColor?: string;
980
+ outlineOffset?: string;
981
+ outlineStyle?: string;
982
+ outlineWidth?: string;
983
+ overflow?: string;
984
+ overflowAnchor?: string;
985
+ overflowClipMargin?: string;
986
+ overflowWrap?: string;
987
+ overflowX?: string;
988
+ overflowY?: string;
989
+ overscrollBehavior?: string;
990
+ overscrollBehaviorBlock?: string;
991
+ overscrollBehaviorInline?: string;
992
+ overscrollBehaviorX?: string;
993
+ overscrollBehaviorY?: string;
994
+ padding: string;
995
+ paddingBlock?: string;
996
+ paddingBlockEnd?: string;
997
+ paddingBlockStart?: string;
998
+ paddingBottom?: string;
999
+ paddingInline?: string;
1000
+ paddingInlineEnd?: string;
1001
+ paddingInlineStart?: string;
1002
+ paddingLeft?: string;
1003
+ paddingRight?: string;
1004
+ paddingTop?: string;
1005
+ page?: string;
1006
+ pageBreakAfter?: string;
1007
+ pageBreakBefore?: string;
1008
+ pageBreakInside?: string;
1009
+ paintOrder?: string;
1010
+ parentRule?: CSSRule | null;
1011
+ perspective?: string;
1012
+ perspectiveOrigin?: string;
1013
+ placeContent?: string;
1014
+ placeItems?: string;
1015
+ placeSelf?: string;
1016
+ pointerEvents?: string;
460
1017
  position: string;
461
- printColorAdjust?: string | undefined;
462
- quotes?: string | undefined;
463
- r?: string | undefined;
464
- resize?: string | undefined;
465
- right?: string | undefined;
466
- rotate?: string | undefined;
467
- rowGap?: string | undefined;
468
- rubyPosition?: string | undefined;
469
- rx?: string | undefined;
470
- ry?: string | undefined;
471
- scale?: string | undefined;
472
- scrollBehavior?: string | undefined;
473
- scrollMargin?: string | undefined;
474
- scrollMarginBlock?: string | undefined;
475
- scrollMarginBlockEnd?: string | undefined;
476
- scrollMarginBlockStart?: string | undefined;
477
- scrollMarginBottom?: string | undefined;
478
- scrollMarginInline?: string | undefined;
479
- scrollMarginInlineEnd?: string | undefined;
480
- scrollMarginInlineStart?: string | undefined;
481
- scrollMarginLeft?: string | undefined;
482
- scrollMarginRight?: string | undefined;
483
- scrollMarginTop?: string | undefined;
484
- scrollPadding?: string | undefined;
485
- scrollPaddingBlock?: string | undefined;
486
- scrollPaddingBlockEnd?: string | undefined;
487
- scrollPaddingBlockStart?: string | undefined;
488
- scrollPaddingBottom?: string | undefined;
489
- scrollPaddingInline?: string | undefined;
490
- scrollPaddingInlineEnd?: string | undefined;
491
- scrollPaddingInlineStart?: string | undefined;
492
- scrollPaddingLeft?: string | undefined;
493
- scrollPaddingRight?: string | undefined;
494
- scrollPaddingTop?: string | undefined;
495
- scrollSnapAlign?: string | undefined;
496
- scrollSnapStop?: string | undefined;
497
- scrollSnapType?: string | undefined;
498
- scrollbarColor?: string | undefined;
499
- scrollbarGutter?: string | undefined;
500
- scrollbarWidth?: string | undefined;
501
- shapeImageThreshold?: string | undefined;
502
- shapeMargin?: string | undefined;
503
- shapeOutside?: string | undefined;
504
- shapeRendering?: string | undefined;
505
- stopColor?: string | undefined;
506
- stopOpacity?: string | undefined;
507
- stroke?: string | undefined;
508
- strokeDasharray?: string | undefined;
509
- strokeDashoffset?: string | undefined;
510
- strokeLinecap?: string | undefined;
511
- strokeLinejoin?: string | undefined;
512
- strokeMiterlimit?: string | undefined;
513
- strokeOpacity?: string | undefined;
514
- strokeWidth?: string | undefined;
515
- tabSize?: string | undefined;
516
- tableLayout?: string | undefined;
517
- textAlign?: string | undefined;
518
- textAlignLast?: string | undefined;
519
- textAnchor?: string | undefined;
520
- textCombineUpright?: string | undefined;
521
- textDecoration?: string | undefined;
522
- textDecorationColor?: string | undefined;
523
- textDecorationLine?: string | undefined;
524
- textDecorationSkipInk?: string | undefined;
525
- textDecorationStyle?: string | undefined;
526
- textDecorationThickness?: string | undefined;
527
- textEmphasis?: string | undefined;
528
- textEmphasisColor?: string | undefined;
529
- textEmphasisPosition?: string | undefined;
530
- textEmphasisStyle?: string | undefined;
531
- textIndent?: string | undefined;
532
- textOrientation?: string | undefined;
533
- textOverflow?: string | undefined;
534
- textRendering?: string | undefined;
535
- textShadow?: string | undefined;
536
- textTransform?: string | undefined;
537
- textUnderlineOffset?: string | undefined;
538
- textUnderlinePosition?: string | undefined;
539
- textWrap?: string | undefined;
540
- textWrapMode?: string | undefined;
541
- textWrapStyle?: string | undefined;
1018
+ printColorAdjust?: string;
1019
+ quotes?: string;
1020
+ r?: string;
1021
+ resize?: string;
1022
+ right?: string;
1023
+ rotate?: string;
1024
+ rowGap?: string;
1025
+ rubyPosition?: string;
1026
+ rx?: string;
1027
+ ry?: string;
1028
+ scale?: string;
1029
+ scrollBehavior?: string;
1030
+ scrollMargin?: string;
1031
+ scrollMarginBlock?: string;
1032
+ scrollMarginBlockEnd?: string;
1033
+ scrollMarginBlockStart?: string;
1034
+ scrollMarginBottom?: string;
1035
+ scrollMarginInline?: string;
1036
+ scrollMarginInlineEnd?: string;
1037
+ scrollMarginInlineStart?: string;
1038
+ scrollMarginLeft?: string;
1039
+ scrollMarginRight?: string;
1040
+ scrollMarginTop?: string;
1041
+ scrollPadding?: string;
1042
+ scrollPaddingBlock?: string;
1043
+ scrollPaddingBlockEnd?: string;
1044
+ scrollPaddingBlockStart?: string;
1045
+ scrollPaddingBottom?: string;
1046
+ scrollPaddingInline?: string;
1047
+ scrollPaddingInlineEnd?: string;
1048
+ scrollPaddingInlineStart?: string;
1049
+ scrollPaddingLeft?: string;
1050
+ scrollPaddingRight?: string;
1051
+ scrollPaddingTop?: string;
1052
+ scrollSnapAlign?: string;
1053
+ scrollSnapStop?: string;
1054
+ scrollSnapType?: string;
1055
+ scrollbarColor?: string;
1056
+ scrollbarGutter?: string;
1057
+ scrollbarWidth?: string;
1058
+ shapeImageThreshold?: string;
1059
+ shapeMargin?: string;
1060
+ shapeOutside?: string;
1061
+ shapeRendering?: string;
1062
+ stopColor?: string;
1063
+ stopOpacity?: string;
1064
+ stroke?: string;
1065
+ strokeDasharray?: string;
1066
+ strokeDashoffset?: string;
1067
+ strokeLinecap?: string;
1068
+ strokeLinejoin?: string;
1069
+ strokeMiterlimit?: string;
1070
+ strokeOpacity?: string;
1071
+ strokeWidth?: string;
1072
+ tabSize?: string;
1073
+ tableLayout?: string;
1074
+ textAlign?: string;
1075
+ textAlignLast?: string;
1076
+ textAnchor?: string;
1077
+ textCombineUpright?: string;
1078
+ textDecoration?: string;
1079
+ textDecorationColor?: string;
1080
+ textDecorationLine?: string;
1081
+ textDecorationSkipInk?: string;
1082
+ textDecorationStyle?: string;
1083
+ textDecorationThickness?: string;
1084
+ textEmphasis?: string;
1085
+ textEmphasisColor?: string;
1086
+ textEmphasisPosition?: string;
1087
+ textEmphasisStyle?: string;
1088
+ textIndent?: string;
1089
+ textOrientation?: string;
1090
+ textOverflow?: string;
1091
+ textRendering?: string;
1092
+ textShadow?: string;
1093
+ textTransform?: string;
1094
+ textUnderlineOffset?: string;
1095
+ textUnderlinePosition?: string;
1096
+ textWrap?: string;
1097
+ textWrapMode?: string;
1098
+ textWrapStyle?: string;
542
1099
  top: string | number;
543
- touchAction?: string | undefined;
544
- transform?: string | undefined;
545
- transformBox?: string | undefined;
546
- transformOrigin?: string | undefined;
547
- transformStyle?: string | undefined;
548
- transition?: string | undefined;
549
- transitionBehavior?: string | undefined;
550
- transitionDelay?: string | undefined;
551
- transitionDuration?: string | undefined;
552
- transitionProperty?: string | undefined;
553
- transitionTimingFunction?: string | undefined;
554
- translate?: string | undefined;
555
- unicodeBidi?: string | undefined;
556
- userSelect?: string | undefined;
557
- vectorEffect?: string | undefined;
558
- verticalAlign?: string | undefined;
559
- visibility?: string | undefined;
560
- webkitAlignContent?: string | undefined;
561
- webkitAlignItems?: string | undefined;
562
- webkitAlignSelf?: string | undefined;
563
- webkitAnimation?: string | undefined;
564
- webkitAnimationDelay?: string | undefined;
565
- webkitAnimationDirection?: string | undefined;
566
- webkitAnimationDuration?: string | undefined;
567
- webkitAnimationFillMode?: string | undefined;
568
- webkitAnimationIterationCount?: string | undefined;
569
- webkitAnimationName?: string | undefined;
570
- webkitAnimationPlayState?: string | undefined;
571
- webkitAnimationTimingFunction?: string | undefined;
572
- webkitAppearance?: string | undefined;
573
- webkitBackfaceVisibility?: string | undefined;
574
- webkitBackgroundClip?: string | undefined;
575
- webkitBackgroundOrigin?: string | undefined;
576
- webkitBackgroundSize?: string | undefined;
577
- webkitBorderBottomLeftRadius?: string | undefined;
578
- webkitBorderBottomRightRadius?: string | undefined;
579
- webkitBorderRadius?: string | undefined;
580
- webkitBorderTopLeftRadius?: string | undefined;
581
- webkitBorderTopRightRadius?: string | undefined;
582
- webkitBoxAlign?: string | undefined;
583
- webkitBoxFlex?: string | undefined;
584
- webkitBoxOrdinalGroup?: string | undefined;
585
- webkitBoxOrient?: string | undefined;
586
- webkitBoxPack?: string | undefined;
587
- webkitBoxShadow?: string | undefined;
588
- webkitBoxSizing?: string | undefined;
589
- webkitFilter?: string | undefined;
590
- webkitFlex?: string | undefined;
591
- webkitFlexBasis?: string | undefined;
592
- webkitFlexDirection?: string | undefined;
593
- webkitFlexFlow?: string | undefined;
594
- webkitFlexGrow?: string | undefined;
595
- webkitFlexShrink?: string | undefined;
596
- webkitFlexWrap?: string | undefined;
597
- webkitJustifyContent?: string | undefined;
598
- webkitLineClamp?: string | undefined;
599
- webkitMask?: string | undefined;
600
- webkitMaskBoxImage?: string | undefined;
601
- webkitMaskBoxImageOutset?: string | undefined;
602
- webkitMaskBoxImageRepeat?: string | undefined;
603
- webkitMaskBoxImageSlice?: string | undefined;
604
- webkitMaskBoxImageSource?: string | undefined;
605
- webkitMaskBoxImageWidth?: string | undefined;
606
- webkitMaskClip?: string | undefined;
607
- webkitMaskComposite?: string | undefined;
608
- webkitMaskImage?: string | undefined;
609
- webkitMaskOrigin?: string | undefined;
610
- webkitMaskPosition?: string | undefined;
611
- webkitMaskRepeat?: string | undefined;
612
- webkitMaskSize?: string | undefined;
613
- webkitOrder?: string | undefined;
614
- webkitPerspective?: string | undefined;
615
- webkitPerspectiveOrigin?: string | undefined;
616
- webkitTextFillColor?: string | undefined;
617
- webkitTextSizeAdjust?: string | undefined;
618
- webkitTextStroke?: string | undefined;
619
- webkitTextStrokeColor?: string | undefined;
620
- webkitTextStrokeWidth?: string | undefined;
621
- webkitTransform?: string | undefined;
622
- webkitTransformOrigin?: string | undefined;
623
- webkitTransformStyle?: string | undefined;
624
- webkitTransition?: string | undefined;
625
- webkitTransitionDelay?: string | undefined;
626
- webkitTransitionDuration?: string | undefined;
627
- webkitTransitionProperty?: string | undefined;
628
- webkitTransitionTimingFunction?: string | undefined;
629
- webkitUserSelect?: string | undefined;
630
- whiteSpace?: string | undefined;
631
- whiteSpaceCollapse?: string | undefined;
632
- widows?: string | undefined;
1100
+ touchAction?: string;
1101
+ transform?: string;
1102
+ transformBox?: string;
1103
+ transformOrigin?: string;
1104
+ transformStyle?: string;
1105
+ transition?: string;
1106
+ transitionBehavior?: string;
1107
+ transitionDelay?: string;
1108
+ transitionDuration?: string;
1109
+ transitionProperty?: string;
1110
+ transitionTimingFunction?: string;
1111
+ translate?: string;
1112
+ unicodeBidi?: string;
1113
+ userSelect?: string;
1114
+ vectorEffect?: string;
1115
+ verticalAlign?: string;
1116
+ visibility?: string;
1117
+ webkitAlignContent?: string;
1118
+ webkitAlignItems?: string;
1119
+ webkitAlignSelf?: string;
1120
+ webkitAnimation?: string;
1121
+ webkitAnimationDelay?: string;
1122
+ webkitAnimationDirection?: string;
1123
+ webkitAnimationDuration?: string;
1124
+ webkitAnimationFillMode?: string;
1125
+ webkitAnimationIterationCount?: string;
1126
+ webkitAnimationName?: string;
1127
+ webkitAnimationPlayState?: string;
1128
+ webkitAnimationTimingFunction?: string;
1129
+ webkitAppearance?: string;
1130
+ webkitBackfaceVisibility?: string;
1131
+ webkitBackgroundClip?: string;
1132
+ webkitBackgroundOrigin?: string;
1133
+ webkitBackgroundSize?: string;
1134
+ webkitBorderBottomLeftRadius?: string;
1135
+ webkitBorderBottomRightRadius?: string;
1136
+ webkitBorderRadius?: string;
1137
+ webkitBorderTopLeftRadius?: string;
1138
+ webkitBorderTopRightRadius?: string;
1139
+ webkitBoxAlign?: string;
1140
+ webkitBoxFlex?: string;
1141
+ webkitBoxOrdinalGroup?: string;
1142
+ webkitBoxOrient?: string;
1143
+ webkitBoxPack?: string;
1144
+ webkitBoxShadow?: string;
1145
+ webkitBoxSizing?: string;
1146
+ webkitFilter?: string;
1147
+ webkitFlex?: string;
1148
+ webkitFlexBasis?: string;
1149
+ webkitFlexDirection?: string;
1150
+ webkitFlexFlow?: string;
1151
+ webkitFlexGrow?: string;
1152
+ webkitFlexShrink?: string;
1153
+ webkitFlexWrap?: string;
1154
+ webkitJustifyContent?: string;
1155
+ webkitLineClamp?: string;
1156
+ webkitMask?: string;
1157
+ webkitMaskBoxImage?: string;
1158
+ webkitMaskBoxImageOutset?: string;
1159
+ webkitMaskBoxImageRepeat?: string;
1160
+ webkitMaskBoxImageSlice?: string;
1161
+ webkitMaskBoxImageSource?: string;
1162
+ webkitMaskBoxImageWidth?: string;
1163
+ webkitMaskClip?: string;
1164
+ webkitMaskComposite?: string;
1165
+ webkitMaskImage?: string;
1166
+ webkitMaskOrigin?: string;
1167
+ webkitMaskPosition?: string;
1168
+ webkitMaskRepeat?: string;
1169
+ webkitMaskSize?: string;
1170
+ webkitOrder?: string;
1171
+ webkitPerspective?: string;
1172
+ webkitPerspectiveOrigin?: string;
1173
+ webkitTextFillColor?: string;
1174
+ webkitTextSizeAdjust?: string;
1175
+ webkitTextStroke?: string;
1176
+ webkitTextStrokeColor?: string;
1177
+ webkitTextStrokeWidth?: string;
1178
+ webkitTransform?: string;
1179
+ webkitTransformOrigin?: string;
1180
+ webkitTransformStyle?: string;
1181
+ webkitTransition?: string;
1182
+ webkitTransitionDelay?: string;
1183
+ webkitTransitionDuration?: string;
1184
+ webkitTransitionProperty?: string;
1185
+ webkitTransitionTimingFunction?: string;
1186
+ webkitUserSelect?: string;
1187
+ whiteSpace?: string;
1188
+ whiteSpaceCollapse?: string;
1189
+ widows?: string;
633
1190
  width: string;
634
- willChange?: string | undefined;
635
- wordBreak?: string | undefined;
636
- wordSpacing?: string | undefined;
637
- wordWrap?: string | undefined;
638
- writingMode?: string | undefined;
639
- x?: string | undefined;
640
- y?: string | undefined;
1191
+ willChange?: string;
1192
+ wordBreak?: string;
1193
+ wordSpacing?: string;
1194
+ wordWrap?: string;
1195
+ writingMode?: string;
1196
+ x?: string;
1197
+ y?: string;
641
1198
  zIndex: string | number;
642
- zoom?: string | undefined;
643
- getPropertyPriority?: ((property: string) => string) | undefined;
644
- getPropertyValue?: ((property: string) => string) | undefined;
645
- item?: ((index: number) => string) | undefined;
646
- removeProperty?: ((property: string) => string) | undefined;
647
- setProperty?: ((property: string, value: string | null, priority?: string) => void) | undefined;
1199
+ zoom?: string;
1200
+ getPropertyPriority?: (property: string) => string;
1201
+ getPropertyValue?: (property: string) => string;
1202
+ item?: (index: number) => string;
1203
+ removeProperty?: (property: string) => string;
1204
+ setProperty?: (property: string, value: string | null, priority?: string) => void;
648
1205
  };
649
1206
  getCombinedContentStyle(): {
650
- accentColor?: string | undefined;
651
- alignContent?: string | undefined;
652
- alignItems?: string | undefined;
653
- alignSelf?: string | undefined;
654
- alignmentBaseline?: string | undefined;
655
- all?: string | undefined;
656
- animation?: string | undefined;
657
- animationComposition?: string | undefined;
658
- animationDelay?: string | undefined;
659
- animationDirection?: string | undefined;
660
- animationDuration?: string | undefined;
661
- animationFillMode?: string | undefined;
662
- animationIterationCount?: string | undefined;
663
- animationName?: string | undefined;
664
- animationPlayState?: string | undefined;
665
- animationTimingFunction?: string | undefined;
666
- appearance?: string | undefined;
667
- aspectRatio?: string | undefined;
668
- backdropFilter?: string | undefined;
669
- backfaceVisibility?: string | undefined;
670
- background?: string | undefined;
671
- backgroundAttachment?: string | undefined;
672
- backgroundBlendMode?: string | undefined;
673
- backgroundClip?: string | undefined;
674
- backgroundColor: string;
675
- backgroundImage?: string | undefined;
676
- backgroundOrigin?: string | undefined;
677
- backgroundPosition?: string | undefined;
678
- backgroundPositionX?: string | undefined;
679
- backgroundPositionY?: string | undefined;
680
- backgroundRepeat?: string | undefined;
681
- backgroundSize?: string | undefined;
682
- baselineShift?: string | undefined;
683
- baselineSource?: string | undefined;
684
- blockSize?: string | undefined;
685
- border?: string | undefined;
686
- borderBlock?: string | undefined;
687
- borderBlockColor?: string | undefined;
688
- borderBlockEnd?: string | undefined;
689
- borderBlockEndColor?: string | undefined;
690
- borderBlockEndStyle?: string | undefined;
691
- borderBlockEndWidth?: string | undefined;
692
- borderBlockStart?: string | undefined;
693
- borderBlockStartColor?: string | undefined;
694
- borderBlockStartStyle?: string | undefined;
695
- borderBlockStartWidth?: string | undefined;
696
- borderBlockStyle?: string | undefined;
697
- borderBlockWidth?: string | undefined;
698
- borderBottom?: string | undefined;
699
- borderBottomColor?: string | undefined;
700
- borderBottomLeftRadius?: string | undefined;
701
- borderBottomRightRadius?: string | undefined;
702
- borderBottomStyle?: string | undefined;
703
- borderBottomWidth?: string | undefined;
704
- borderCollapse?: string | undefined;
705
- borderColor?: string | undefined;
706
- borderEndEndRadius?: string | undefined;
707
- borderEndStartRadius?: string | undefined;
708
- borderImage?: string | undefined;
709
- borderImageOutset?: string | undefined;
710
- borderImageRepeat?: string | undefined;
711
- borderImageSlice?: string | undefined;
712
- borderImageSource?: string | undefined;
713
- borderImageWidth?: string | undefined;
714
- borderInline?: string | undefined;
715
- borderInlineColor?: string | undefined;
716
- borderInlineEnd?: string | undefined;
717
- borderInlineEndColor?: string | undefined;
718
- borderInlineEndStyle?: string | undefined;
719
- borderInlineEndWidth?: string | undefined;
720
- borderInlineStart?: string | undefined;
721
- borderInlineStartColor?: string | undefined;
722
- borderInlineStartStyle?: string | undefined;
723
- borderInlineStartWidth?: string | undefined;
724
- borderInlineStyle?: string | undefined;
725
- borderInlineWidth?: string | undefined;
726
- borderLeft?: string | undefined;
727
- borderLeftColor?: string | undefined;
728
- borderLeftStyle?: string | undefined;
729
- borderLeftWidth?: string | undefined;
1207
+ accentColor?: string;
1208
+ alignContent?: string;
1209
+ alignItems?: string;
1210
+ alignSelf?: string;
1211
+ alignmentBaseline?: string;
1212
+ all?: string;
1213
+ animation?: string;
1214
+ animationComposition?: string;
1215
+ animationDelay?: string;
1216
+ animationDirection?: string;
1217
+ animationDuration?: string;
1218
+ animationFillMode?: string;
1219
+ animationIterationCount?: string;
1220
+ animationName?: string;
1221
+ animationPlayState?: string;
1222
+ animationTimingFunction?: string;
1223
+ appearance?: string;
1224
+ aspectRatio?: string;
1225
+ backdropFilter?: string;
1226
+ backfaceVisibility?: string;
1227
+ background: string;
1228
+ backgroundAttachment?: string;
1229
+ backgroundBlendMode?: string;
1230
+ backgroundClip?: string;
1231
+ backgroundColor?: string;
1232
+ backgroundImage?: string;
1233
+ backgroundOrigin?: string;
1234
+ backgroundPosition?: string;
1235
+ backgroundPositionX?: string;
1236
+ backgroundPositionY?: string;
1237
+ backgroundRepeat?: string;
1238
+ backgroundSize?: string;
1239
+ baselineShift?: string;
1240
+ baselineSource?: string;
1241
+ blockSize?: string;
1242
+ border: string;
1243
+ borderBlock?: string;
1244
+ borderBlockColor?: string;
1245
+ borderBlockEnd?: string;
1246
+ borderBlockEndColor?: string;
1247
+ borderBlockEndStyle?: string;
1248
+ borderBlockEndWidth?: string;
1249
+ borderBlockStart?: string;
1250
+ borderBlockStartColor?: string;
1251
+ borderBlockStartStyle?: string;
1252
+ borderBlockStartWidth?: string;
1253
+ borderBlockStyle?: string;
1254
+ borderBlockWidth?: string;
1255
+ borderBottom?: string;
1256
+ borderBottomColor?: string;
1257
+ borderBottomLeftRadius?: string;
1258
+ borderBottomRightRadius?: string;
1259
+ borderBottomStyle?: string;
1260
+ borderBottomWidth?: string;
1261
+ borderCollapse?: string;
1262
+ borderColor?: string;
1263
+ borderEndEndRadius?: string;
1264
+ borderEndStartRadius?: string;
1265
+ borderImage?: string;
1266
+ borderImageOutset?: string;
1267
+ borderImageRepeat?: string;
1268
+ borderImageSlice?: string;
1269
+ borderImageSource?: string;
1270
+ borderImageWidth?: string;
1271
+ borderInline?: string;
1272
+ borderInlineColor?: string;
1273
+ borderInlineEnd?: string;
1274
+ borderInlineEndColor?: string;
1275
+ borderInlineEndStyle?: string;
1276
+ borderInlineEndWidth?: string;
1277
+ borderInlineStart?: string;
1278
+ borderInlineStartColor?: string;
1279
+ borderInlineStartStyle?: string;
1280
+ borderInlineStartWidth?: string;
1281
+ borderInlineStyle?: string;
1282
+ borderInlineWidth?: string;
1283
+ borderLeft?: string;
1284
+ borderLeftColor?: string;
1285
+ borderLeftStyle?: string;
1286
+ borderLeftWidth?: string;
730
1287
  borderRadius: string;
731
- borderRight?: string | undefined;
732
- borderRightColor?: string | undefined;
733
- borderRightStyle?: string | undefined;
734
- borderRightWidth?: string | undefined;
735
- borderSpacing?: string | undefined;
736
- borderStartEndRadius?: string | undefined;
737
- borderStartStartRadius?: string | undefined;
738
- borderStyle?: string | undefined;
739
- borderTop?: string | undefined;
740
- borderTopColor?: string | undefined;
741
- borderTopLeftRadius?: string | undefined;
742
- borderTopRightRadius?: string | undefined;
743
- borderTopStyle?: string | undefined;
744
- borderTopWidth?: string | undefined;
745
- borderWidth?: string | undefined;
746
- bottom: string;
747
- boxShadow?: string | undefined;
748
- boxSizing?: string | undefined;
749
- breakAfter?: string | undefined;
750
- breakBefore?: string | undefined;
751
- breakInside?: string | undefined;
752
- captionSide?: string | undefined;
753
- caretColor?: string | undefined;
754
- clear?: string | undefined;
755
- clip?: string | undefined;
756
- clipPath?: string | undefined;
757
- clipRule?: string | undefined;
758
- color?: string | undefined;
759
- colorInterpolation?: string | undefined;
760
- colorInterpolationFilters?: string | undefined;
761
- colorScheme?: string | undefined;
762
- columnCount?: string | undefined;
763
- columnFill?: string | undefined;
764
- columnGap?: string | undefined;
765
- columnRule?: string | undefined;
766
- columnRuleColor?: string | undefined;
767
- columnRuleStyle?: string | undefined;
768
- columnRuleWidth?: string | undefined;
769
- columnSpan?: string | undefined;
770
- columnWidth?: string | undefined;
771
- columns?: string | undefined;
772
- contain?: string | undefined;
773
- containIntrinsicBlockSize?: string | undefined;
774
- containIntrinsicHeight?: string | undefined;
775
- containIntrinsicInlineSize?: string | undefined;
776
- containIntrinsicSize?: string | undefined;
777
- containIntrinsicWidth?: string | undefined;
778
- container?: string | undefined;
779
- containerName?: string | undefined;
780
- containerType?: string | undefined;
781
- content?: string | undefined;
782
- contentVisibility?: string | undefined;
783
- counterIncrement?: string | undefined;
784
- counterReset?: string | undefined;
785
- counterSet?: string | undefined;
786
- cssFloat?: string | undefined;
787
- cssText?: string | undefined;
788
- cursor?: string | undefined;
789
- cx?: string | undefined;
790
- cy?: string | undefined;
791
- d?: string | undefined;
792
- direction?: string | undefined;
793
- display?: string | undefined;
794
- dominantBaseline?: string | undefined;
795
- emptyCells?: string | undefined;
796
- fill?: string | undefined;
797
- fillOpacity?: string | undefined;
798
- fillRule?: string | undefined;
799
- filter?: string | undefined;
800
- flex?: string | undefined;
801
- flexBasis?: string | undefined;
802
- flexDirection?: string | undefined;
803
- flexFlow?: string | undefined;
804
- flexGrow?: string | undefined;
805
- flexShrink?: string | undefined;
806
- flexWrap?: string | undefined;
807
- float?: string | undefined;
808
- floodColor?: string | undefined;
809
- floodOpacity?: string | undefined;
810
- font?: string | undefined;
811
- fontFamily?: string | undefined;
812
- fontFeatureSettings?: string | undefined;
813
- fontKerning?: string | undefined;
814
- fontOpticalSizing?: string | undefined;
815
- fontPalette?: string | undefined;
816
- fontSize?: string | undefined;
817
- fontSizeAdjust?: string | undefined;
818
- fontStretch?: string | undefined;
819
- fontStyle?: string | undefined;
820
- fontSynthesis?: string | undefined;
821
- fontSynthesisSmallCaps?: string | undefined;
822
- fontSynthesisStyle?: string | undefined;
823
- fontSynthesisWeight?: string | undefined;
824
- fontVariant?: string | undefined;
825
- fontVariantAlternates?: string | undefined;
826
- fontVariantCaps?: string | undefined;
827
- fontVariantEastAsian?: string | undefined;
828
- fontVariantLigatures?: string | undefined;
829
- fontVariantNumeric?: string | undefined;
830
- fontVariantPosition?: string | undefined;
831
- fontVariationSettings?: string | undefined;
832
- fontWeight?: string | undefined;
833
- forcedColorAdjust?: string | undefined;
834
- gap?: string | undefined;
835
- grid?: string | undefined;
836
- gridArea?: string | undefined;
837
- gridAutoColumns?: string | undefined;
838
- gridAutoFlow?: string | undefined;
839
- gridAutoRows?: string | undefined;
840
- gridColumn?: string | undefined;
841
- gridColumnEnd?: string | undefined;
842
- gridColumnGap?: string | undefined;
843
- gridColumnStart?: string | undefined;
844
- gridGap?: string | undefined;
845
- gridRow?: string | undefined;
846
- gridRowEnd?: string | undefined;
847
- gridRowGap?: string | undefined;
848
- gridRowStart?: string | undefined;
849
- gridTemplate?: string | undefined;
850
- gridTemplateAreas?: string | undefined;
851
- gridTemplateColumns?: string | undefined;
852
- gridTemplateRows?: string | undefined;
853
- height?: string | undefined;
854
- hyphenateCharacter?: string | undefined;
855
- hyphens?: string | undefined;
856
- imageOrientation?: string | undefined;
857
- imageRendering?: string | undefined;
858
- inlineSize?: string | undefined;
859
- inset?: string | undefined;
860
- insetBlock?: string | undefined;
861
- insetBlockEnd?: string | undefined;
862
- insetBlockStart?: string | undefined;
863
- insetInline?: string | undefined;
864
- insetInlineEnd?: string | undefined;
865
- insetInlineStart?: string | undefined;
866
- isolation?: string | undefined;
867
- justifyContent?: string | undefined;
868
- justifyItems?: string | undefined;
869
- justifySelf?: string | undefined;
870
- left: string;
871
- length?: number | undefined;
872
- letterSpacing?: string | undefined;
873
- lightingColor?: string | undefined;
874
- lineBreak?: string | undefined;
875
- lineHeight?: string | undefined;
876
- listStyle?: string | undefined;
877
- listStyleImage?: string | undefined;
878
- listStylePosition?: string | undefined;
879
- listStyleType?: string | undefined;
880
- margin?: string | undefined;
881
- marginBlock?: string | undefined;
882
- marginBlockEnd?: string | undefined;
883
- marginBlockStart?: string | undefined;
884
- marginBottom?: string | undefined;
885
- marginInline?: string | undefined;
886
- marginInlineEnd?: string | undefined;
887
- marginInlineStart?: string | undefined;
888
- marginLeft?: string | undefined;
889
- marginRight?: string | undefined;
890
- marginTop?: string | undefined;
891
- marker?: string | undefined;
892
- markerEnd?: string | undefined;
893
- markerMid?: string | undefined;
894
- markerStart?: string | undefined;
895
- mask?: string | undefined;
896
- maskClip?: string | undefined;
897
- maskComposite?: string | undefined;
898
- maskImage?: string | undefined;
899
- maskMode?: string | undefined;
900
- maskOrigin?: string | undefined;
901
- maskPosition?: string | undefined;
902
- maskRepeat?: string | undefined;
903
- maskSize?: string | undefined;
904
- maskType?: string | undefined;
905
- mathDepth?: string | undefined;
906
- mathStyle?: string | undefined;
907
- maxBlockSize?: string | undefined;
1288
+ borderRight?: string;
1289
+ borderRightColor?: string;
1290
+ borderRightStyle?: string;
1291
+ borderRightWidth?: string;
1292
+ borderSpacing?: string;
1293
+ borderStartEndRadius?: string;
1294
+ borderStartStartRadius?: string;
1295
+ borderStyle?: string;
1296
+ borderTop?: string;
1297
+ borderTopColor?: string;
1298
+ borderTopLeftRadius?: string;
1299
+ borderTopRightRadius?: string;
1300
+ borderTopStyle?: string;
1301
+ borderTopWidth?: string;
1302
+ borderWidth?: string;
1303
+ bottom?: string;
1304
+ boxShadow: string;
1305
+ boxSizing?: string;
1306
+ breakAfter?: string;
1307
+ breakBefore?: string;
1308
+ breakInside?: string;
1309
+ captionSide?: string;
1310
+ caretColor?: string;
1311
+ clear?: string;
1312
+ clip?: string;
1313
+ clipPath?: string;
1314
+ clipRule?: string;
1315
+ color: string;
1316
+ colorInterpolation?: string;
1317
+ colorInterpolationFilters?: string;
1318
+ colorScheme?: string;
1319
+ columnCount?: string;
1320
+ columnFill?: string;
1321
+ columnGap?: string;
1322
+ columnRule?: string;
1323
+ columnRuleColor?: string;
1324
+ columnRuleStyle?: string;
1325
+ columnRuleWidth?: string;
1326
+ columnSpan?: string;
1327
+ columnWidth?: string;
1328
+ columns?: string;
1329
+ contain?: string;
1330
+ containIntrinsicBlockSize?: string;
1331
+ containIntrinsicHeight?: string;
1332
+ containIntrinsicInlineSize?: string;
1333
+ containIntrinsicSize?: string;
1334
+ containIntrinsicWidth?: string;
1335
+ container?: string;
1336
+ containerName?: string;
1337
+ containerType?: string;
1338
+ content?: string;
1339
+ contentVisibility?: string;
1340
+ counterIncrement?: string;
1341
+ counterReset?: string;
1342
+ counterSet?: string;
1343
+ cssFloat?: string;
1344
+ cssText?: string;
1345
+ cursor?: string;
1346
+ cx?: string;
1347
+ cy?: string;
1348
+ d?: string;
1349
+ direction?: string;
1350
+ display?: string;
1351
+ dominantBaseline?: string;
1352
+ emptyCells?: string;
1353
+ fill?: string;
1354
+ fillOpacity?: string;
1355
+ fillRule?: string;
1356
+ filter?: string;
1357
+ flex?: string;
1358
+ flexBasis?: string;
1359
+ flexDirection?: string;
1360
+ flexFlow?: string;
1361
+ flexGrow?: string;
1362
+ flexShrink?: string;
1363
+ flexWrap?: string;
1364
+ float?: string;
1365
+ floodColor?: string;
1366
+ floodOpacity?: string;
1367
+ font?: string;
1368
+ fontFamily?: string;
1369
+ fontFeatureSettings?: string;
1370
+ fontKerning?: string;
1371
+ fontOpticalSizing?: string;
1372
+ fontPalette?: string;
1373
+ fontSize?: string;
1374
+ fontSizeAdjust?: string;
1375
+ fontStretch?: string;
1376
+ fontStyle?: string;
1377
+ fontSynthesis?: string;
1378
+ fontSynthesisSmallCaps?: string;
1379
+ fontSynthesisStyle?: string;
1380
+ fontSynthesisWeight?: string;
1381
+ fontVariant?: string;
1382
+ fontVariantAlternates?: string;
1383
+ fontVariantCaps?: string;
1384
+ fontVariantEastAsian?: string;
1385
+ fontVariantLigatures?: string;
1386
+ fontVariantNumeric?: string;
1387
+ fontVariantPosition?: string;
1388
+ fontVariationSettings?: string;
1389
+ fontWeight?: string;
1390
+ forcedColorAdjust?: string;
1391
+ gap?: string;
1392
+ grid?: string;
1393
+ gridArea?: string;
1394
+ gridAutoColumns?: string;
1395
+ gridAutoFlow?: string;
1396
+ gridAutoRows?: string;
1397
+ gridColumn?: string;
1398
+ gridColumnEnd?: string;
1399
+ gridColumnGap?: string;
1400
+ gridColumnStart?: string;
1401
+ gridGap?: string;
1402
+ gridRow?: string;
1403
+ gridRowEnd?: string;
1404
+ gridRowGap?: string;
1405
+ gridRowStart?: string;
1406
+ gridTemplate?: string;
1407
+ gridTemplateAreas?: string;
1408
+ gridTemplateColumns?: string;
1409
+ gridTemplateRows?: string;
1410
+ height: string;
1411
+ hyphenateCharacter?: string;
1412
+ hyphens?: string;
1413
+ imageOrientation?: string;
1414
+ imageRendering?: string;
1415
+ inlineSize?: string;
1416
+ inset?: string;
1417
+ insetBlock?: string;
1418
+ insetBlockEnd?: string;
1419
+ insetBlockStart?: string;
1420
+ insetInline?: string;
1421
+ insetInlineEnd?: string;
1422
+ insetInlineStart?: string;
1423
+ isolation?: string;
1424
+ justifyContent?: string;
1425
+ justifyItems?: string;
1426
+ justifySelf?: string;
1427
+ left?: string;
1428
+ length?: number;
1429
+ letterSpacing?: string;
1430
+ lightingColor?: string;
1431
+ lineBreak?: string;
1432
+ lineHeight?: string;
1433
+ listStyle?: string;
1434
+ listStyleImage?: string;
1435
+ listStylePosition?: string;
1436
+ listStyleType?: string;
1437
+ margin?: string;
1438
+ marginBlock?: string;
1439
+ marginBlockEnd?: string;
1440
+ marginBlockStart?: string;
1441
+ marginBottom?: string;
1442
+ marginInline?: string;
1443
+ marginInlineEnd?: string;
1444
+ marginInlineStart?: string;
1445
+ marginLeft?: string;
1446
+ marginRight?: string;
1447
+ marginTop?: string;
1448
+ marker?: string;
1449
+ markerEnd?: string;
1450
+ markerMid?: string;
1451
+ markerStart?: string;
1452
+ mask?: string;
1453
+ maskClip?: string;
1454
+ maskComposite?: string;
1455
+ maskImage?: string;
1456
+ maskMode?: string;
1457
+ maskOrigin?: string;
1458
+ maskPosition?: string;
1459
+ maskRepeat?: string;
1460
+ maskSize?: string;
1461
+ maskType?: string;
1462
+ mathDepth?: string;
1463
+ mathStyle?: string;
1464
+ maxBlockSize?: string;
908
1465
  maxHeight: string;
909
- maxInlineSize?: string | undefined;
1466
+ maxInlineSize?: string;
910
1467
  maxWidth: string;
911
- minBlockSize?: string | undefined;
912
- minHeight?: string | undefined;
913
- minInlineSize?: string | undefined;
914
- minWidth?: string | undefined;
915
- mixBlendMode?: string | undefined;
916
- objectFit?: string | undefined;
917
- objectPosition?: string | undefined;
918
- offset?: string | undefined;
919
- offsetAnchor?: string | undefined;
920
- offsetDistance?: string | undefined;
921
- offsetPath?: string | undefined;
922
- offsetPosition?: string | undefined;
923
- offsetRotate?: string | undefined;
924
- opacity?: string | undefined;
925
- order?: string | undefined;
926
- orphans?: string | undefined;
927
- outline?: string | undefined;
928
- outlineColor?: string | undefined;
929
- outlineOffset?: string | undefined;
930
- outlineStyle?: string | undefined;
931
- outlineWidth?: string | undefined;
932
- overflow?: string | undefined;
933
- overflowAnchor?: string | undefined;
934
- overflowClipMargin?: string | undefined;
935
- overflowWrap?: string | undefined;
1468
+ minBlockSize?: string;
1469
+ minHeight?: string;
1470
+ minInlineSize?: string;
1471
+ minWidth?: string;
1472
+ mixBlendMode?: string;
1473
+ objectFit?: string;
1474
+ objectPosition?: string;
1475
+ offset?: string;
1476
+ offsetAnchor?: string;
1477
+ offsetDistance?: string;
1478
+ offsetPath?: string;
1479
+ offsetPosition?: string;
1480
+ offsetRotate?: string;
1481
+ opacity?: string;
1482
+ order?: string;
1483
+ orphans?: string;
1484
+ outline?: string;
1485
+ outlineColor?: string;
1486
+ outlineOffset?: string;
1487
+ outlineStyle?: string;
1488
+ outlineWidth?: string;
1489
+ overflow?: string;
1490
+ overflowAnchor?: string;
1491
+ overflowClipMargin?: string;
1492
+ overflowWrap?: string;
936
1493
  overflowX: string;
937
1494
  overflowY: string;
938
- overscrollBehavior?: string | undefined;
939
- overscrollBehaviorBlock?: string | undefined;
940
- overscrollBehaviorInline?: string | undefined;
941
- overscrollBehaviorX?: string | undefined;
942
- overscrollBehaviorY?: string | undefined;
1495
+ overscrollBehavior?: string;
1496
+ overscrollBehaviorBlock?: string;
1497
+ overscrollBehaviorInline?: string;
1498
+ overscrollBehaviorX?: string;
1499
+ overscrollBehaviorY?: string;
943
1500
  padding: string;
944
- paddingBlock?: string | undefined;
945
- paddingBlockEnd?: string | undefined;
946
- paddingBlockStart?: string | undefined;
947
- paddingBottom?: string | undefined;
948
- paddingInline?: string | undefined;
949
- paddingInlineEnd?: string | undefined;
950
- paddingInlineStart?: string | undefined;
951
- paddingLeft?: string | undefined;
952
- paddingRight?: string | undefined;
953
- paddingTop?: string | undefined;
954
- page?: string | undefined;
955
- pageBreakAfter?: string | undefined;
956
- pageBreakBefore?: string | undefined;
957
- pageBreakInside?: string | undefined;
958
- paintOrder?: string | undefined;
959
- parentRule?: CSSRule | null | undefined;
960
- perspective?: string | undefined;
961
- perspectiveOrigin?: string | undefined;
962
- placeContent?: string | undefined;
963
- placeItems?: string | undefined;
964
- placeSelf?: string | undefined;
965
- pointerEvents?: string | undefined;
966
- position: string;
967
- printColorAdjust?: string | undefined;
968
- quotes?: string | undefined;
969
- r?: string | undefined;
970
- resize?: string | undefined;
971
- right: string;
972
- rotate?: string | undefined;
973
- rowGap?: string | undefined;
974
- rubyPosition?: string | undefined;
975
- rx?: string | undefined;
976
- ry?: string | undefined;
977
- scale?: string | undefined;
978
- scrollBehavior?: string | undefined;
979
- scrollMargin?: string | undefined;
980
- scrollMarginBlock?: string | undefined;
981
- scrollMarginBlockEnd?: string | undefined;
982
- scrollMarginBlockStart?: string | undefined;
983
- scrollMarginBottom?: string | undefined;
984
- scrollMarginInline?: string | undefined;
985
- scrollMarginInlineEnd?: string | undefined;
986
- scrollMarginInlineStart?: string | undefined;
987
- scrollMarginLeft?: string | undefined;
988
- scrollMarginRight?: string | undefined;
989
- scrollMarginTop?: string | undefined;
990
- scrollPadding?: string | undefined;
991
- scrollPaddingBlock?: string | undefined;
992
- scrollPaddingBlockEnd?: string | undefined;
993
- scrollPaddingBlockStart?: string | undefined;
994
- scrollPaddingBottom?: string | undefined;
995
- scrollPaddingInline?: string | undefined;
996
- scrollPaddingInlineEnd?: string | undefined;
997
- scrollPaddingInlineStart?: string | undefined;
998
- scrollPaddingLeft?: string | undefined;
999
- scrollPaddingRight?: string | undefined;
1000
- scrollPaddingTop?: string | undefined;
1001
- scrollSnapAlign?: string | undefined;
1002
- scrollSnapStop?: string | undefined;
1003
- scrollSnapType?: string | undefined;
1004
- scrollbarColor?: string | undefined;
1005
- scrollbarGutter?: string | undefined;
1006
- scrollbarWidth?: string | undefined;
1007
- shapeImageThreshold?: string | undefined;
1008
- shapeMargin?: string | undefined;
1009
- shapeOutside?: string | undefined;
1010
- shapeRendering?: string | undefined;
1011
- stopColor?: string | undefined;
1012
- stopOpacity?: string | undefined;
1013
- stroke?: string | undefined;
1014
- strokeDasharray?: string | undefined;
1015
- strokeDashoffset?: string | undefined;
1016
- strokeLinecap?: string | undefined;
1017
- strokeLinejoin?: string | undefined;
1018
- strokeMiterlimit?: string | undefined;
1019
- strokeOpacity?: string | undefined;
1020
- strokeWidth?: string | undefined;
1021
- tabSize?: string | undefined;
1022
- tableLayout?: string | undefined;
1023
- textAlign?: string | undefined;
1024
- textAlignLast?: string | undefined;
1025
- textAnchor?: string | undefined;
1026
- textCombineUpright?: string | undefined;
1027
- textDecoration?: string | undefined;
1028
- textDecorationColor?: string | undefined;
1029
- textDecorationLine?: string | undefined;
1030
- textDecorationSkipInk?: string | undefined;
1031
- textDecorationStyle?: string | undefined;
1032
- textDecorationThickness?: string | undefined;
1033
- textEmphasis?: string | undefined;
1034
- textEmphasisColor?: string | undefined;
1035
- textEmphasisPosition?: string | undefined;
1036
- textEmphasisStyle?: string | undefined;
1037
- textIndent?: string | undefined;
1038
- textOrientation?: string | undefined;
1039
- textOverflow?: string | undefined;
1040
- textRendering?: string | undefined;
1041
- textShadow?: string | undefined;
1042
- textTransform?: string | undefined;
1043
- textUnderlineOffset?: string | undefined;
1044
- textUnderlinePosition?: string | undefined;
1045
- textWrap?: string | undefined;
1046
- textWrapMode?: string | undefined;
1047
- textWrapStyle?: string | undefined;
1048
- top: string;
1049
- touchAction?: string | undefined;
1050
- transform?: string | undefined;
1051
- transformBox?: string | undefined;
1052
- transformOrigin?: string | undefined;
1053
- transformStyle?: string | undefined;
1054
- transition?: string | undefined;
1055
- transitionBehavior?: string | undefined;
1056
- transitionDelay?: string | undefined;
1057
- transitionDuration?: string | undefined;
1058
- transitionProperty?: string | undefined;
1059
- transitionTimingFunction?: string | undefined;
1060
- translate?: string | undefined;
1061
- unicodeBidi?: string | undefined;
1062
- userSelect?: string | undefined;
1063
- vectorEffect?: string | undefined;
1064
- verticalAlign?: string | undefined;
1065
- visibility?: string | undefined;
1066
- webkitAlignContent?: string | undefined;
1067
- webkitAlignItems?: string | undefined;
1068
- webkitAlignSelf?: string | undefined;
1069
- webkitAnimation?: string | undefined;
1070
- webkitAnimationDelay?: string | undefined;
1071
- webkitAnimationDirection?: string | undefined;
1072
- webkitAnimationDuration?: string | undefined;
1073
- webkitAnimationFillMode?: string | undefined;
1074
- webkitAnimationIterationCount?: string | undefined;
1075
- webkitAnimationName?: string | undefined;
1076
- webkitAnimationPlayState?: string | undefined;
1077
- webkitAnimationTimingFunction?: string | undefined;
1078
- webkitAppearance?: string | undefined;
1079
- webkitBackfaceVisibility?: string | undefined;
1080
- webkitBackgroundClip?: string | undefined;
1081
- webkitBackgroundOrigin?: string | undefined;
1082
- webkitBackgroundSize?: string | undefined;
1083
- webkitBorderBottomLeftRadius?: string | undefined;
1084
- webkitBorderBottomRightRadius?: string | undefined;
1085
- webkitBorderRadius?: string | undefined;
1086
- webkitBorderTopLeftRadius?: string | undefined;
1087
- webkitBorderTopRightRadius?: string | undefined;
1088
- webkitBoxAlign?: string | undefined;
1089
- webkitBoxFlex?: string | undefined;
1090
- webkitBoxOrdinalGroup?: string | undefined;
1091
- webkitBoxOrient?: string | undefined;
1092
- webkitBoxPack?: string | undefined;
1093
- webkitBoxShadow?: string | undefined;
1094
- webkitBoxSizing?: string | undefined;
1095
- webkitFilter?: string | undefined;
1096
- webkitFlex?: string | undefined;
1097
- webkitFlexBasis?: string | undefined;
1098
- webkitFlexDirection?: string | undefined;
1099
- webkitFlexFlow?: string | undefined;
1100
- webkitFlexGrow?: string | undefined;
1101
- webkitFlexShrink?: string | undefined;
1102
- webkitFlexWrap?: string | undefined;
1103
- webkitJustifyContent?: string | undefined;
1104
- webkitLineClamp?: string | undefined;
1105
- webkitMask?: string | undefined;
1106
- webkitMaskBoxImage?: string | undefined;
1107
- webkitMaskBoxImageOutset?: string | undefined;
1108
- webkitMaskBoxImageRepeat?: string | undefined;
1109
- webkitMaskBoxImageSlice?: string | undefined;
1110
- webkitMaskBoxImageSource?: string | undefined;
1111
- webkitMaskBoxImageWidth?: string | undefined;
1112
- webkitMaskClip?: string | undefined;
1113
- webkitMaskComposite?: string | undefined;
1114
- webkitMaskImage?: string | undefined;
1115
- webkitMaskOrigin?: string | undefined;
1116
- webkitMaskPosition?: string | undefined;
1117
- webkitMaskRepeat?: string | undefined;
1118
- webkitMaskSize?: string | undefined;
1119
- webkitOrder?: string | undefined;
1120
- webkitPerspective?: string | undefined;
1121
- webkitPerspectiveOrigin?: string | undefined;
1122
- webkitTextFillColor?: string | undefined;
1123
- webkitTextSizeAdjust?: string | undefined;
1124
- webkitTextStroke?: string | undefined;
1125
- webkitTextStrokeColor?: string | undefined;
1126
- webkitTextStrokeWidth?: string | undefined;
1127
- webkitTransform?: string | undefined;
1128
- webkitTransformOrigin?: string | undefined;
1129
- webkitTransformStyle?: string | undefined;
1130
- webkitTransition?: string | undefined;
1131
- webkitTransitionDelay?: string | undefined;
1132
- webkitTransitionDuration?: string | undefined;
1133
- webkitTransitionProperty?: string | undefined;
1134
- webkitTransitionTimingFunction?: string | undefined;
1135
- webkitUserSelect?: string | undefined;
1136
- whiteSpace?: string | undefined;
1137
- whiteSpaceCollapse?: string | undefined;
1138
- widows?: string | undefined;
1501
+ paddingBlock?: string;
1502
+ paddingBlockEnd?: string;
1503
+ paddingBlockStart?: string;
1504
+ paddingBottom?: string;
1505
+ paddingInline?: string;
1506
+ paddingInlineEnd?: string;
1507
+ paddingInlineStart?: string;
1508
+ paddingLeft?: string;
1509
+ paddingRight?: string;
1510
+ paddingTop?: string;
1511
+ page?: string;
1512
+ pageBreakAfter?: string;
1513
+ pageBreakBefore?: string;
1514
+ pageBreakInside?: string;
1515
+ paintOrder?: string;
1516
+ parentRule?: CSSRule | null;
1517
+ perspective?: string;
1518
+ perspectiveOrigin?: string;
1519
+ placeContent?: string;
1520
+ placeItems?: string;
1521
+ placeSelf?: string;
1522
+ pointerEvents?: string;
1523
+ position?: string;
1524
+ printColorAdjust?: string;
1525
+ quotes?: string;
1526
+ r?: string;
1527
+ resize?: string;
1528
+ right?: string;
1529
+ rotate?: string;
1530
+ rowGap?: string;
1531
+ rubyPosition?: string;
1532
+ rx?: string;
1533
+ ry?: string;
1534
+ scale?: string;
1535
+ scrollBehavior?: string;
1536
+ scrollMargin?: string;
1537
+ scrollMarginBlock?: string;
1538
+ scrollMarginBlockEnd?: string;
1539
+ scrollMarginBlockStart?: string;
1540
+ scrollMarginBottom?: string;
1541
+ scrollMarginInline?: string;
1542
+ scrollMarginInlineEnd?: string;
1543
+ scrollMarginInlineStart?: string;
1544
+ scrollMarginLeft?: string;
1545
+ scrollMarginRight?: string;
1546
+ scrollMarginTop?: string;
1547
+ scrollPadding?: string;
1548
+ scrollPaddingBlock?: string;
1549
+ scrollPaddingBlockEnd?: string;
1550
+ scrollPaddingBlockStart?: string;
1551
+ scrollPaddingBottom?: string;
1552
+ scrollPaddingInline?: string;
1553
+ scrollPaddingInlineEnd?: string;
1554
+ scrollPaddingInlineStart?: string;
1555
+ scrollPaddingLeft?: string;
1556
+ scrollPaddingRight?: string;
1557
+ scrollPaddingTop?: string;
1558
+ scrollSnapAlign?: string;
1559
+ scrollSnapStop?: string;
1560
+ scrollSnapType?: string;
1561
+ scrollbarColor?: string;
1562
+ scrollbarGutter?: string;
1563
+ scrollbarWidth?: string;
1564
+ shapeImageThreshold?: string;
1565
+ shapeMargin?: string;
1566
+ shapeOutside?: string;
1567
+ shapeRendering?: string;
1568
+ stopColor?: string;
1569
+ stopOpacity?: string;
1570
+ stroke?: string;
1571
+ strokeDasharray?: string;
1572
+ strokeDashoffset?: string;
1573
+ strokeLinecap?: string;
1574
+ strokeLinejoin?: string;
1575
+ strokeMiterlimit?: string;
1576
+ strokeOpacity?: string;
1577
+ strokeWidth?: string;
1578
+ tabSize?: string;
1579
+ tableLayout?: string;
1580
+ textAlign?: string;
1581
+ textAlignLast?: string;
1582
+ textAnchor?: string;
1583
+ textCombineUpright?: string;
1584
+ textDecoration?: string;
1585
+ textDecorationColor?: string;
1586
+ textDecorationLine?: string;
1587
+ textDecorationSkipInk?: string;
1588
+ textDecorationStyle?: string;
1589
+ textDecorationThickness?: string;
1590
+ textEmphasis?: string;
1591
+ textEmphasisColor?: string;
1592
+ textEmphasisPosition?: string;
1593
+ textEmphasisStyle?: string;
1594
+ textIndent?: string;
1595
+ textOrientation?: string;
1596
+ textOverflow?: string;
1597
+ textRendering?: string;
1598
+ textShadow?: string;
1599
+ textTransform?: string;
1600
+ textUnderlineOffset?: string;
1601
+ textUnderlinePosition?: string;
1602
+ textWrap?: string;
1603
+ textWrapMode?: string;
1604
+ textWrapStyle?: string;
1605
+ top?: string;
1606
+ touchAction?: string;
1607
+ transform?: string;
1608
+ transformBox?: string;
1609
+ transformOrigin?: string;
1610
+ transformStyle?: string;
1611
+ transition?: string;
1612
+ transitionBehavior?: string;
1613
+ transitionDelay?: string;
1614
+ transitionDuration?: string;
1615
+ transitionProperty?: string;
1616
+ transitionTimingFunction?: string;
1617
+ translate?: string;
1618
+ unicodeBidi?: string;
1619
+ userSelect?: string;
1620
+ vectorEffect?: string;
1621
+ verticalAlign?: string;
1622
+ visibility?: string;
1623
+ webkitAlignContent?: string;
1624
+ webkitAlignItems?: string;
1625
+ webkitAlignSelf?: string;
1626
+ webkitAnimation?: string;
1627
+ webkitAnimationDelay?: string;
1628
+ webkitAnimationDirection?: string;
1629
+ webkitAnimationDuration?: string;
1630
+ webkitAnimationFillMode?: string;
1631
+ webkitAnimationIterationCount?: string;
1632
+ webkitAnimationName?: string;
1633
+ webkitAnimationPlayState?: string;
1634
+ webkitAnimationTimingFunction?: string;
1635
+ webkitAppearance?: string;
1636
+ webkitBackfaceVisibility?: string;
1637
+ webkitBackgroundClip?: string;
1638
+ webkitBackgroundOrigin?: string;
1639
+ webkitBackgroundSize?: string;
1640
+ webkitBorderBottomLeftRadius?: string;
1641
+ webkitBorderBottomRightRadius?: string;
1642
+ webkitBorderRadius?: string;
1643
+ webkitBorderTopLeftRadius?: string;
1644
+ webkitBorderTopRightRadius?: string;
1645
+ webkitBoxAlign?: string;
1646
+ webkitBoxFlex?: string;
1647
+ webkitBoxOrdinalGroup?: string;
1648
+ webkitBoxOrient?: string;
1649
+ webkitBoxPack?: string;
1650
+ webkitBoxShadow?: string;
1651
+ webkitBoxSizing?: string;
1652
+ webkitFilter?: string;
1653
+ webkitFlex?: string;
1654
+ webkitFlexBasis?: string;
1655
+ webkitFlexDirection?: string;
1656
+ webkitFlexFlow?: string;
1657
+ webkitFlexGrow?: string;
1658
+ webkitFlexShrink?: string;
1659
+ webkitFlexWrap?: string;
1660
+ webkitJustifyContent?: string;
1661
+ webkitLineClamp?: string;
1662
+ webkitMask?: string;
1663
+ webkitMaskBoxImage?: string;
1664
+ webkitMaskBoxImageOutset?: string;
1665
+ webkitMaskBoxImageRepeat?: string;
1666
+ webkitMaskBoxImageSlice?: string;
1667
+ webkitMaskBoxImageSource?: string;
1668
+ webkitMaskBoxImageWidth?: string;
1669
+ webkitMaskClip?: string;
1670
+ webkitMaskComposite?: string;
1671
+ webkitMaskImage?: string;
1672
+ webkitMaskOrigin?: string;
1673
+ webkitMaskPosition?: string;
1674
+ webkitMaskRepeat?: string;
1675
+ webkitMaskSize?: string;
1676
+ webkitOrder?: string;
1677
+ webkitPerspective?: string;
1678
+ webkitPerspectiveOrigin?: string;
1679
+ webkitTextFillColor?: string;
1680
+ webkitTextSizeAdjust?: string;
1681
+ webkitTextStroke?: string;
1682
+ webkitTextStrokeColor?: string;
1683
+ webkitTextStrokeWidth?: string;
1684
+ webkitTransform?: string;
1685
+ webkitTransformOrigin?: string;
1686
+ webkitTransformStyle?: string;
1687
+ webkitTransition?: string;
1688
+ webkitTransitionDelay?: string;
1689
+ webkitTransitionDuration?: string;
1690
+ webkitTransitionProperty?: string;
1691
+ webkitTransitionTimingFunction?: string;
1692
+ webkitUserSelect?: string;
1693
+ whiteSpace?: string;
1694
+ whiteSpaceCollapse?: string;
1695
+ widows?: string;
1696
+ width: string;
1697
+ willChange?: string;
1698
+ wordBreak?: string;
1699
+ wordSpacing?: string;
1700
+ wordWrap?: string;
1701
+ writingMode?: string;
1702
+ x?: string;
1703
+ y?: string;
1704
+ zIndex?: string;
1705
+ zoom?: string;
1706
+ getPropertyPriority?: (property: string) => string;
1707
+ getPropertyValue?: (property: string) => string;
1708
+ item?: (index: number) => string;
1709
+ removeProperty?: (property: string) => string;
1710
+ setProperty?: (property: string, value: string | null, priority?: string) => void;
1711
+ } | {
1712
+ accentColor?: string;
1713
+ alignContent?: string;
1714
+ alignItems?: string;
1715
+ alignSelf?: string;
1716
+ alignmentBaseline?: string;
1717
+ all?: string;
1718
+ animation?: string;
1719
+ animationComposition?: string;
1720
+ animationDelay?: string;
1721
+ animationDirection?: string;
1722
+ animationDuration?: string;
1723
+ animationFillMode?: string;
1724
+ animationIterationCount?: string;
1725
+ animationName?: string;
1726
+ animationPlayState?: string;
1727
+ animationTimingFunction?: string;
1728
+ appearance?: string;
1729
+ aspectRatio?: string;
1730
+ backdropFilter?: string;
1731
+ backfaceVisibility?: string;
1732
+ background: string;
1733
+ backgroundAttachment?: string;
1734
+ backgroundBlendMode?: string;
1735
+ backgroundClip?: string;
1736
+ backgroundColor?: string;
1737
+ backgroundImage?: string;
1738
+ backgroundOrigin?: string;
1739
+ backgroundPosition?: string;
1740
+ backgroundPositionX?: string;
1741
+ backgroundPositionY?: string;
1742
+ backgroundRepeat?: string;
1743
+ backgroundSize?: string;
1744
+ baselineShift?: string;
1745
+ baselineSource?: string;
1746
+ blockSize?: string;
1747
+ border: string;
1748
+ borderBlock?: string;
1749
+ borderBlockColor?: string;
1750
+ borderBlockEnd?: string;
1751
+ borderBlockEndColor?: string;
1752
+ borderBlockEndStyle?: string;
1753
+ borderBlockEndWidth?: string;
1754
+ borderBlockStart?: string;
1755
+ borderBlockStartColor?: string;
1756
+ borderBlockStartStyle?: string;
1757
+ borderBlockStartWidth?: string;
1758
+ borderBlockStyle?: string;
1759
+ borderBlockWidth?: string;
1760
+ borderBottom?: string;
1761
+ borderBottomColor?: string;
1762
+ borderBottomLeftRadius?: string;
1763
+ borderBottomRightRadius?: string;
1764
+ borderBottomStyle?: string;
1765
+ borderBottomWidth?: string;
1766
+ borderCollapse?: string;
1767
+ borderColor?: string;
1768
+ borderEndEndRadius?: string;
1769
+ borderEndStartRadius?: string;
1770
+ borderImage?: string;
1771
+ borderImageOutset?: string;
1772
+ borderImageRepeat?: string;
1773
+ borderImageSlice?: string;
1774
+ borderImageSource?: string;
1775
+ borderImageWidth?: string;
1776
+ borderInline?: string;
1777
+ borderInlineColor?: string;
1778
+ borderInlineEnd?: string;
1779
+ borderInlineEndColor?: string;
1780
+ borderInlineEndStyle?: string;
1781
+ borderInlineEndWidth?: string;
1782
+ borderInlineStart?: string;
1783
+ borderInlineStartColor?: string;
1784
+ borderInlineStartStyle?: string;
1785
+ borderInlineStartWidth?: string;
1786
+ borderInlineStyle?: string;
1787
+ borderInlineWidth?: string;
1788
+ borderLeft?: string;
1789
+ borderLeftColor?: string;
1790
+ borderLeftStyle?: string;
1791
+ borderLeftWidth?: string;
1792
+ borderRadius: string;
1793
+ borderRight?: string;
1794
+ borderRightColor?: string;
1795
+ borderRightStyle?: string;
1796
+ borderRightWidth?: string;
1797
+ borderSpacing?: string;
1798
+ borderStartEndRadius?: string;
1799
+ borderStartStartRadius?: string;
1800
+ borderStyle?: string;
1801
+ borderTop?: string;
1802
+ borderTopColor?: string;
1803
+ borderTopLeftRadius?: string;
1804
+ borderTopRightRadius?: string;
1805
+ borderTopStyle?: string;
1806
+ borderTopWidth?: string;
1807
+ borderWidth?: string;
1808
+ bottom?: string;
1809
+ boxShadow: string;
1810
+ boxSizing?: string;
1811
+ breakAfter?: string;
1812
+ breakBefore?: string;
1813
+ breakInside?: string;
1814
+ captionSide?: string;
1815
+ caretColor?: string;
1816
+ clear?: string;
1817
+ clip?: string;
1818
+ clipPath?: string;
1819
+ clipRule?: string;
1820
+ color: string;
1821
+ colorInterpolation?: string;
1822
+ colorInterpolationFilters?: string;
1823
+ colorScheme?: string;
1824
+ columnCount?: string;
1825
+ columnFill?: string;
1826
+ columnGap?: string;
1827
+ columnRule?: string;
1828
+ columnRuleColor?: string;
1829
+ columnRuleStyle?: string;
1830
+ columnRuleWidth?: string;
1831
+ columnSpan?: string;
1832
+ columnWidth?: string;
1833
+ columns?: string;
1834
+ contain?: string;
1835
+ containIntrinsicBlockSize?: string;
1836
+ containIntrinsicHeight?: string;
1837
+ containIntrinsicInlineSize?: string;
1838
+ containIntrinsicSize?: string;
1839
+ containIntrinsicWidth?: string;
1840
+ container?: string;
1841
+ containerName?: string;
1842
+ containerType?: string;
1843
+ content?: string;
1844
+ contentVisibility?: string;
1845
+ counterIncrement?: string;
1846
+ counterReset?: string;
1847
+ counterSet?: string;
1848
+ cssFloat?: string;
1849
+ cssText?: string;
1850
+ cursor?: string;
1851
+ cx?: string;
1852
+ cy?: string;
1853
+ d?: string;
1854
+ direction?: string;
1855
+ display?: string;
1856
+ dominantBaseline?: string;
1857
+ emptyCells?: string;
1858
+ fill?: string;
1859
+ fillOpacity?: string;
1860
+ fillRule?: string;
1861
+ filter?: string;
1862
+ flex?: string;
1863
+ flexBasis?: string;
1864
+ flexDirection?: string;
1865
+ flexFlow?: string;
1866
+ flexGrow?: string;
1867
+ flexShrink?: string;
1868
+ flexWrap?: string;
1869
+ float?: string;
1870
+ floodColor?: string;
1871
+ floodOpacity?: string;
1872
+ font?: string;
1873
+ fontFamily?: string;
1874
+ fontFeatureSettings?: string;
1875
+ fontKerning?: string;
1876
+ fontOpticalSizing?: string;
1877
+ fontPalette?: string;
1878
+ fontSize?: string;
1879
+ fontSizeAdjust?: string;
1880
+ fontStretch?: string;
1881
+ fontStyle?: string;
1882
+ fontSynthesis?: string;
1883
+ fontSynthesisSmallCaps?: string;
1884
+ fontSynthesisStyle?: string;
1885
+ fontSynthesisWeight?: string;
1886
+ fontVariant?: string;
1887
+ fontVariantAlternates?: string;
1888
+ fontVariantCaps?: string;
1889
+ fontVariantEastAsian?: string;
1890
+ fontVariantLigatures?: string;
1891
+ fontVariantNumeric?: string;
1892
+ fontVariantPosition?: string;
1893
+ fontVariationSettings?: string;
1894
+ fontWeight?: string;
1895
+ forcedColorAdjust?: string;
1896
+ gap?: string;
1897
+ grid?: string;
1898
+ gridArea?: string;
1899
+ gridAutoColumns?: string;
1900
+ gridAutoFlow?: string;
1901
+ gridAutoRows?: string;
1902
+ gridColumn?: string;
1903
+ gridColumnEnd?: string;
1904
+ gridColumnGap?: string;
1905
+ gridColumnStart?: string;
1906
+ gridGap?: string;
1907
+ gridRow?: string;
1908
+ gridRowEnd?: string;
1909
+ gridRowGap?: string;
1910
+ gridRowStart?: string;
1911
+ gridTemplate?: string;
1912
+ gridTemplateAreas?: string;
1913
+ gridTemplateColumns?: string;
1914
+ gridTemplateRows?: string;
1915
+ height?: string;
1916
+ hyphenateCharacter?: string;
1917
+ hyphens?: string;
1918
+ imageOrientation?: string;
1919
+ imageRendering?: string;
1920
+ inlineSize?: string;
1921
+ inset?: string;
1922
+ insetBlock?: string;
1923
+ insetBlockEnd?: string;
1924
+ insetBlockStart?: string;
1925
+ insetInline?: string;
1926
+ insetInlineEnd?: string;
1927
+ insetInlineStart?: string;
1928
+ isolation?: string;
1929
+ justifyContent?: string;
1930
+ justifyItems?: string;
1931
+ justifySelf?: string;
1932
+ left?: string;
1933
+ length?: number;
1934
+ letterSpacing?: string;
1935
+ lightingColor?: string;
1936
+ lineBreak?: string;
1937
+ lineHeight?: string;
1938
+ listStyle?: string;
1939
+ listStyleImage?: string;
1940
+ listStylePosition?: string;
1941
+ listStyleType?: string;
1942
+ margin?: string;
1943
+ marginBlock?: string;
1944
+ marginBlockEnd?: string;
1945
+ marginBlockStart?: string;
1946
+ marginBottom?: string;
1947
+ marginInline?: string;
1948
+ marginInlineEnd?: string;
1949
+ marginInlineStart?: string;
1950
+ marginLeft?: string;
1951
+ marginRight?: string;
1952
+ marginTop?: string;
1953
+ marker?: string;
1954
+ markerEnd?: string;
1955
+ markerMid?: string;
1956
+ markerStart?: string;
1957
+ mask?: string;
1958
+ maskClip?: string;
1959
+ maskComposite?: string;
1960
+ maskImage?: string;
1961
+ maskMode?: string;
1962
+ maskOrigin?: string;
1963
+ maskPosition?: string;
1964
+ maskRepeat?: string;
1965
+ maskSize?: string;
1966
+ maskType?: string;
1967
+ mathDepth?: string;
1968
+ mathStyle?: string;
1969
+ maxBlockSize?: string;
1970
+ maxHeight: string;
1971
+ maxInlineSize?: string;
1972
+ maxWidth: string;
1973
+ minBlockSize?: string;
1974
+ minHeight?: string;
1975
+ minInlineSize?: string;
1976
+ minWidth?: string;
1977
+ mixBlendMode?: string;
1978
+ objectFit?: string;
1979
+ objectPosition?: string;
1980
+ offset?: string;
1981
+ offsetAnchor?: string;
1982
+ offsetDistance?: string;
1983
+ offsetPath?: string;
1984
+ offsetPosition?: string;
1985
+ offsetRotate?: string;
1986
+ opacity?: string;
1987
+ order?: string;
1988
+ orphans?: string;
1989
+ outline?: string;
1990
+ outlineColor?: string;
1991
+ outlineOffset?: string;
1992
+ outlineStyle?: string;
1993
+ outlineWidth?: string;
1994
+ overflow?: string;
1995
+ overflowAnchor?: string;
1996
+ overflowClipMargin?: string;
1997
+ overflowWrap?: string;
1998
+ overflowX: string;
1999
+ overflowY: string;
2000
+ overscrollBehavior?: string;
2001
+ overscrollBehaviorBlock?: string;
2002
+ overscrollBehaviorInline?: string;
2003
+ overscrollBehaviorX?: string;
2004
+ overscrollBehaviorY?: string;
2005
+ padding: string;
2006
+ paddingBlock?: string;
2007
+ paddingBlockEnd?: string;
2008
+ paddingBlockStart?: string;
2009
+ paddingBottom?: string;
2010
+ paddingInline?: string;
2011
+ paddingInlineEnd?: string;
2012
+ paddingInlineStart?: string;
2013
+ paddingLeft?: string;
2014
+ paddingRight?: string;
2015
+ paddingTop?: string;
2016
+ page?: string;
2017
+ pageBreakAfter?: string;
2018
+ pageBreakBefore?: string;
2019
+ pageBreakInside?: string;
2020
+ paintOrder?: string;
2021
+ parentRule?: CSSRule | null;
2022
+ perspective?: string;
2023
+ perspectiveOrigin?: string;
2024
+ placeContent?: string;
2025
+ placeItems?: string;
2026
+ placeSelf?: string;
2027
+ pointerEvents?: string;
2028
+ position?: string;
2029
+ printColorAdjust?: string;
2030
+ quotes?: string;
2031
+ r?: string;
2032
+ resize?: string;
2033
+ right?: string;
2034
+ rotate?: string;
2035
+ rowGap?: string;
2036
+ rubyPosition?: string;
2037
+ rx?: string;
2038
+ ry?: string;
2039
+ scale?: string;
2040
+ scrollBehavior?: string;
2041
+ scrollMargin?: string;
2042
+ scrollMarginBlock?: string;
2043
+ scrollMarginBlockEnd?: string;
2044
+ scrollMarginBlockStart?: string;
2045
+ scrollMarginBottom?: string;
2046
+ scrollMarginInline?: string;
2047
+ scrollMarginInlineEnd?: string;
2048
+ scrollMarginInlineStart?: string;
2049
+ scrollMarginLeft?: string;
2050
+ scrollMarginRight?: string;
2051
+ scrollMarginTop?: string;
2052
+ scrollPadding?: string;
2053
+ scrollPaddingBlock?: string;
2054
+ scrollPaddingBlockEnd?: string;
2055
+ scrollPaddingBlockStart?: string;
2056
+ scrollPaddingBottom?: string;
2057
+ scrollPaddingInline?: string;
2058
+ scrollPaddingInlineEnd?: string;
2059
+ scrollPaddingInlineStart?: string;
2060
+ scrollPaddingLeft?: string;
2061
+ scrollPaddingRight?: string;
2062
+ scrollPaddingTop?: string;
2063
+ scrollSnapAlign?: string;
2064
+ scrollSnapStop?: string;
2065
+ scrollSnapType?: string;
2066
+ scrollbarColor?: string;
2067
+ scrollbarGutter?: string;
2068
+ scrollbarWidth?: string;
2069
+ shapeImageThreshold?: string;
2070
+ shapeMargin?: string;
2071
+ shapeOutside?: string;
2072
+ shapeRendering?: string;
2073
+ stopColor?: string;
2074
+ stopOpacity?: string;
2075
+ stroke?: string;
2076
+ strokeDasharray?: string;
2077
+ strokeDashoffset?: string;
2078
+ strokeLinecap?: string;
2079
+ strokeLinejoin?: string;
2080
+ strokeMiterlimit?: string;
2081
+ strokeOpacity?: string;
2082
+ strokeWidth?: string;
2083
+ tabSize?: string;
2084
+ tableLayout?: string;
2085
+ textAlign?: string;
2086
+ textAlignLast?: string;
2087
+ textAnchor?: string;
2088
+ textCombineUpright?: string;
2089
+ textDecoration?: string;
2090
+ textDecorationColor?: string;
2091
+ textDecorationLine?: string;
2092
+ textDecorationSkipInk?: string;
2093
+ textDecorationStyle?: string;
2094
+ textDecorationThickness?: string;
2095
+ textEmphasis?: string;
2096
+ textEmphasisColor?: string;
2097
+ textEmphasisPosition?: string;
2098
+ textEmphasisStyle?: string;
2099
+ textIndent?: string;
2100
+ textOrientation?: string;
2101
+ textOverflow?: string;
2102
+ textRendering?: string;
2103
+ textShadow?: string;
2104
+ textTransform?: string;
2105
+ textUnderlineOffset?: string;
2106
+ textUnderlinePosition?: string;
2107
+ textWrap?: string;
2108
+ textWrapMode?: string;
2109
+ textWrapStyle?: string;
2110
+ top?: string;
2111
+ touchAction?: string;
2112
+ transform?: string;
2113
+ transformBox?: string;
2114
+ transformOrigin?: string;
2115
+ transformStyle?: string;
2116
+ transition?: string;
2117
+ transitionBehavior?: string;
2118
+ transitionDelay?: string;
2119
+ transitionDuration?: string;
2120
+ transitionProperty?: string;
2121
+ transitionTimingFunction?: string;
2122
+ translate?: string;
2123
+ unicodeBidi?: string;
2124
+ userSelect?: string;
2125
+ vectorEffect?: string;
2126
+ verticalAlign?: string;
2127
+ visibility?: string;
2128
+ webkitAlignContent?: string;
2129
+ webkitAlignItems?: string;
2130
+ webkitAlignSelf?: string;
2131
+ webkitAnimation?: string;
2132
+ webkitAnimationDelay?: string;
2133
+ webkitAnimationDirection?: string;
2134
+ webkitAnimationDuration?: string;
2135
+ webkitAnimationFillMode?: string;
2136
+ webkitAnimationIterationCount?: string;
2137
+ webkitAnimationName?: string;
2138
+ webkitAnimationPlayState?: string;
2139
+ webkitAnimationTimingFunction?: string;
2140
+ webkitAppearance?: string;
2141
+ webkitBackfaceVisibility?: string;
2142
+ webkitBackgroundClip?: string;
2143
+ webkitBackgroundOrigin?: string;
2144
+ webkitBackgroundSize?: string;
2145
+ webkitBorderBottomLeftRadius?: string;
2146
+ webkitBorderBottomRightRadius?: string;
2147
+ webkitBorderRadius?: string;
2148
+ webkitBorderTopLeftRadius?: string;
2149
+ webkitBorderTopRightRadius?: string;
2150
+ webkitBoxAlign?: string;
2151
+ webkitBoxFlex?: string;
2152
+ webkitBoxOrdinalGroup?: string;
2153
+ webkitBoxOrient?: string;
2154
+ webkitBoxPack?: string;
2155
+ webkitBoxShadow?: string;
2156
+ webkitBoxSizing?: string;
2157
+ webkitFilter?: string;
2158
+ webkitFlex?: string;
2159
+ webkitFlexBasis?: string;
2160
+ webkitFlexDirection?: string;
2161
+ webkitFlexFlow?: string;
2162
+ webkitFlexGrow?: string;
2163
+ webkitFlexShrink?: string;
2164
+ webkitFlexWrap?: string;
2165
+ webkitJustifyContent?: string;
2166
+ webkitLineClamp?: string;
2167
+ webkitMask?: string;
2168
+ webkitMaskBoxImage?: string;
2169
+ webkitMaskBoxImageOutset?: string;
2170
+ webkitMaskBoxImageRepeat?: string;
2171
+ webkitMaskBoxImageSlice?: string;
2172
+ webkitMaskBoxImageSource?: string;
2173
+ webkitMaskBoxImageWidth?: string;
2174
+ webkitMaskClip?: string;
2175
+ webkitMaskComposite?: string;
2176
+ webkitMaskImage?: string;
2177
+ webkitMaskOrigin?: string;
2178
+ webkitMaskPosition?: string;
2179
+ webkitMaskRepeat?: string;
2180
+ webkitMaskSize?: string;
2181
+ webkitOrder?: string;
2182
+ webkitPerspective?: string;
2183
+ webkitPerspectiveOrigin?: string;
2184
+ webkitTextFillColor?: string;
2185
+ webkitTextSizeAdjust?: string;
2186
+ webkitTextStroke?: string;
2187
+ webkitTextStrokeColor?: string;
2188
+ webkitTextStrokeWidth?: string;
2189
+ webkitTransform?: string;
2190
+ webkitTransformOrigin?: string;
2191
+ webkitTransformStyle?: string;
2192
+ webkitTransition?: string;
2193
+ webkitTransitionDelay?: string;
2194
+ webkitTransitionDuration?: string;
2195
+ webkitTransitionProperty?: string;
2196
+ webkitTransitionTimingFunction?: string;
2197
+ webkitUserSelect?: string;
2198
+ whiteSpace?: string;
2199
+ whiteSpaceCollapse?: string;
2200
+ widows?: string;
1139
2201
  width: string;
1140
- willChange?: string | undefined;
1141
- wordBreak?: string | undefined;
1142
- wordSpacing?: string | undefined;
1143
- wordWrap?: string | undefined;
1144
- writingMode?: string | undefined;
1145
- x?: string | undefined;
1146
- y?: string | undefined;
1147
- zIndex?: string | undefined;
1148
- zoom?: string | undefined;
1149
- getPropertyPriority?: ((property: string) => string) | undefined;
1150
- getPropertyValue?: ((property: string) => string) | undefined;
1151
- item?: ((index: number) => string) | undefined;
1152
- removeProperty?: ((property: string) => string) | undefined;
1153
- setProperty?: ((property: string, value: string | null, priority?: string) => void) | undefined;
2202
+ willChange?: string;
2203
+ wordBreak?: string;
2204
+ wordSpacing?: string;
2205
+ wordWrap?: string;
2206
+ writingMode?: string;
2207
+ x?: string;
2208
+ y?: string;
2209
+ zIndex?: string;
2210
+ zoom?: string;
2211
+ getPropertyPriority?: (property: string) => string;
2212
+ getPropertyValue?: (property: string) => string;
2213
+ item?: (index: number) => string;
2214
+ removeProperty?: (property: string) => string;
2215
+ setProperty?: (property: string, value: string | null, priority?: string) => void;
1154
2216
  };
1155
2217
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfigureWhiteboardModal, never>;
1156
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfigureWhiteboardModal, "app-configure-whiteboard-modal", never, { "isVisible": { "alias": "isVisible"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "position": { "alias": "position"; "required": false; }; "onConfigureWhiteboardClose": { "alias": "onConfigureWhiteboardClose"; "required": false; }; "overlayStyle": { "alias": "overlayStyle"; "required": false; }; "contentStyle": { "alias": "contentStyle"; "required": false; }; "customTemplate": { "alias": "customTemplate"; "required": false; }; }, {}, never, never, true, never>;
2218
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConfigureWhiteboardModal, "app-configure-whiteboard-modal", never, { "isVisible": { "alias": "isVisible"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "position": { "alias": "position"; "required": false; }; "isDarkMode": { "alias": "isDarkMode"; "required": false; }; "onConfigureWhiteboardClose": { "alias": "onConfigureWhiteboardClose"; "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>;
1157
2219
  }