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,5 +1,6 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { EventEmitter, OnInit, OnDestroy } from '@angular/core';
2
2
  import { BreakoutParticipant, Participant } from '../../../@types/types';
3
+ import { ModernRenderMode } from '../../../modern/utils/render-mode.utils';
3
4
  import * as i0 from "@angular/core";
4
5
  /**
5
6
  * EditRoomModal - Sub-modal for editing individual breakout room participants
@@ -46,16 +47,18 @@ import * as i0 from "@angular/core";
46
47
  * @method modalContainerStyle - Returns computed overlay styles
47
48
  * @method modalContentStyle - Returns computed content styles
48
49
  */
49
- export declare class EditRoomModalComponent implements OnInit {
50
+ export declare class EditRoomModalComponent implements OnInit, OnDestroy {
50
51
  editRoomModalVisible: boolean;
51
52
  currentRoom: BreakoutParticipant[];
52
53
  participantsRef: Participant[];
53
54
  currentRoomIndex: number;
54
55
  position: string;
55
56
  backgroundColor: string;
57
+ isDarkMode?: boolean;
56
58
  overlayStyle?: Partial<CSSStyleDeclaration>;
57
59
  contentStyle?: Partial<CSSStyleDeclaration>;
58
60
  customTemplate?: any;
61
+ renderMode: ModernRenderMode;
59
62
  setEditRoomModalVisible: EventEmitter<boolean>;
60
63
  addParticipant: EventEmitter<{
61
64
  roomIndex: number;
@@ -70,1045 +73,1572 @@ export declare class EditRoomModalComponent implements OnInit {
70
73
  faUsers: import("@fortawesome/fontawesome-common-types").IconDefinition;
71
74
  faPen: import("@fortawesome/fontawesome-common-types").IconDefinition;
72
75
  modalWidth: number;
76
+ private readonly resizeHandler;
77
+ get resolvedIsDarkMode(): boolean;
73
78
  ngOnInit(): void;
74
79
  ngOnDestroy(): void;
75
80
  calculateModalWidth(): void;
81
+ isEmbedded(): boolean;
76
82
  modalContainerStyle(): {
83
+ position: string;
84
+ top: string;
85
+ left: string;
86
+ width: string;
87
+ height: string;
88
+ backgroundColor: string;
89
+ backdropFilter: string;
90
+ zIndex: string;
91
+ display: string;
92
+ padding: string;
93
+ justifyContent?: undefined;
94
+ alignItems?: undefined;
95
+ } | {
77
96
  position: string;
78
97
  top: number;
79
98
  left: number;
80
99
  width: string;
81
100
  height: string;
82
101
  backgroundColor: string;
102
+ backdropFilter: string;
83
103
  zIndex: number;
84
104
  display: string;
85
105
  justifyContent: string;
86
106
  alignItems: string;
107
+ padding: string;
87
108
  };
88
109
  modalContentStyle(): {
89
- backgroundColor: string;
110
+ background: string;
90
111
  borderRadius: string;
112
+ border: string;
113
+ boxShadow: string;
91
114
  padding: string;
92
115
  width: string;
116
+ maxWidth: string;
93
117
  maxHeight: string;
94
118
  overflowY: string;
119
+ color: string;
95
120
  };
96
121
  handleAddParticipant(roomIndex: number, participant: BreakoutParticipant): void;
97
122
  handleRemoveParticipant(roomIndex: number, participant: BreakoutParticipant): void;
98
123
  closeModal(): void;
99
124
  unassignedParticipants(): Participant[];
100
125
  getCombinedOverlayStyle(): {
101
- accentColor?: string | undefined;
102
- alignContent?: string | undefined;
126
+ accentColor?: string;
127
+ alignContent?: string;
128
+ alignItems?: string;
129
+ alignSelf?: string;
130
+ alignmentBaseline?: string;
131
+ all?: string;
132
+ animation?: string;
133
+ animationComposition?: string;
134
+ animationDelay?: string;
135
+ animationDirection?: string;
136
+ animationDuration?: string;
137
+ animationFillMode?: string;
138
+ animationIterationCount?: string;
139
+ animationName?: string;
140
+ animationPlayState?: string;
141
+ animationTimingFunction?: string;
142
+ appearance?: string;
143
+ aspectRatio?: string;
144
+ backdropFilter: string;
145
+ backfaceVisibility?: string;
146
+ background?: string;
147
+ backgroundAttachment?: string;
148
+ backgroundBlendMode?: string;
149
+ backgroundClip?: string;
150
+ backgroundColor: string;
151
+ backgroundImage?: string;
152
+ backgroundOrigin?: string;
153
+ backgroundPosition?: string;
154
+ backgroundPositionX?: string;
155
+ backgroundPositionY?: string;
156
+ backgroundRepeat?: string;
157
+ backgroundSize?: string;
158
+ baselineShift?: string;
159
+ baselineSource?: string;
160
+ blockSize?: string;
161
+ border?: string;
162
+ borderBlock?: string;
163
+ borderBlockColor?: string;
164
+ borderBlockEnd?: string;
165
+ borderBlockEndColor?: string;
166
+ borderBlockEndStyle?: string;
167
+ borderBlockEndWidth?: string;
168
+ borderBlockStart?: string;
169
+ borderBlockStartColor?: string;
170
+ borderBlockStartStyle?: string;
171
+ borderBlockStartWidth?: string;
172
+ borderBlockStyle?: string;
173
+ borderBlockWidth?: string;
174
+ borderBottom?: string;
175
+ borderBottomColor?: string;
176
+ borderBottomLeftRadius?: string;
177
+ borderBottomRightRadius?: string;
178
+ borderBottomStyle?: string;
179
+ borderBottomWidth?: string;
180
+ borderCollapse?: string;
181
+ borderColor?: string;
182
+ borderEndEndRadius?: string;
183
+ borderEndStartRadius?: string;
184
+ borderImage?: string;
185
+ borderImageOutset?: string;
186
+ borderImageRepeat?: string;
187
+ borderImageSlice?: string;
188
+ borderImageSource?: string;
189
+ borderImageWidth?: string;
190
+ borderInline?: string;
191
+ borderInlineColor?: string;
192
+ borderInlineEnd?: string;
193
+ borderInlineEndColor?: string;
194
+ borderInlineEndStyle?: string;
195
+ borderInlineEndWidth?: string;
196
+ borderInlineStart?: string;
197
+ borderInlineStartColor?: string;
198
+ borderInlineStartStyle?: string;
199
+ borderInlineStartWidth?: string;
200
+ borderInlineStyle?: string;
201
+ borderInlineWidth?: string;
202
+ borderLeft?: string;
203
+ borderLeftColor?: string;
204
+ borderLeftStyle?: string;
205
+ borderLeftWidth?: string;
206
+ borderRadius?: string;
207
+ borderRight?: string;
208
+ borderRightColor?: string;
209
+ borderRightStyle?: string;
210
+ borderRightWidth?: string;
211
+ borderSpacing?: string;
212
+ borderStartEndRadius?: string;
213
+ borderStartStartRadius?: string;
214
+ borderStyle?: string;
215
+ borderTop?: string;
216
+ borderTopColor?: string;
217
+ borderTopLeftRadius?: string;
218
+ borderTopRightRadius?: string;
219
+ borderTopStyle?: string;
220
+ borderTopWidth?: string;
221
+ borderWidth?: string;
222
+ bottom?: string;
223
+ boxShadow?: string;
224
+ boxSizing?: string;
225
+ breakAfter?: string;
226
+ breakBefore?: string;
227
+ breakInside?: string;
228
+ captionSide?: string;
229
+ caretColor?: string;
230
+ clear?: string;
231
+ clip?: string;
232
+ clipPath?: string;
233
+ clipRule?: string;
234
+ color?: string;
235
+ colorInterpolation?: string;
236
+ colorInterpolationFilters?: string;
237
+ colorScheme?: string;
238
+ columnCount?: string;
239
+ columnFill?: string;
240
+ columnGap?: string;
241
+ columnRule?: string;
242
+ columnRuleColor?: string;
243
+ columnRuleStyle?: string;
244
+ columnRuleWidth?: string;
245
+ columnSpan?: string;
246
+ columnWidth?: string;
247
+ columns?: string;
248
+ contain?: string;
249
+ containIntrinsicBlockSize?: string;
250
+ containIntrinsicHeight?: string;
251
+ containIntrinsicInlineSize?: string;
252
+ containIntrinsicSize?: string;
253
+ containIntrinsicWidth?: string;
254
+ container?: string;
255
+ containerName?: string;
256
+ containerType?: string;
257
+ content?: string;
258
+ contentVisibility?: string;
259
+ counterIncrement?: string;
260
+ counterReset?: string;
261
+ counterSet?: string;
262
+ cssFloat?: string;
263
+ cssText?: string;
264
+ cursor?: string;
265
+ cx?: string;
266
+ cy?: string;
267
+ d?: string;
268
+ direction?: string;
269
+ display: string;
270
+ dominantBaseline?: string;
271
+ emptyCells?: string;
272
+ fill?: string;
273
+ fillOpacity?: string;
274
+ fillRule?: string;
275
+ filter?: string;
276
+ flex?: string;
277
+ flexBasis?: string;
278
+ flexDirection?: string;
279
+ flexFlow?: string;
280
+ flexGrow?: string;
281
+ flexShrink?: string;
282
+ flexWrap?: string;
283
+ float?: string;
284
+ floodColor?: string;
285
+ floodOpacity?: string;
286
+ font?: string;
287
+ fontFamily?: string;
288
+ fontFeatureSettings?: string;
289
+ fontKerning?: string;
290
+ fontOpticalSizing?: string;
291
+ fontPalette?: string;
292
+ fontSize?: string;
293
+ fontSizeAdjust?: string;
294
+ fontStretch?: string;
295
+ fontStyle?: string;
296
+ fontSynthesis?: string;
297
+ fontSynthesisSmallCaps?: string;
298
+ fontSynthesisStyle?: string;
299
+ fontSynthesisWeight?: string;
300
+ fontVariant?: string;
301
+ fontVariantAlternates?: string;
302
+ fontVariantCaps?: string;
303
+ fontVariantEastAsian?: string;
304
+ fontVariantLigatures?: string;
305
+ fontVariantNumeric?: string;
306
+ fontVariantPosition?: string;
307
+ fontVariationSettings?: string;
308
+ fontWeight?: string;
309
+ forcedColorAdjust?: string;
310
+ gap?: string;
311
+ grid?: string;
312
+ gridArea?: string;
313
+ gridAutoColumns?: string;
314
+ gridAutoFlow?: string;
315
+ gridAutoRows?: string;
316
+ gridColumn?: string;
317
+ gridColumnEnd?: string;
318
+ gridColumnGap?: string;
319
+ gridColumnStart?: string;
320
+ gridGap?: string;
321
+ gridRow?: string;
322
+ gridRowEnd?: string;
323
+ gridRowGap?: string;
324
+ gridRowStart?: string;
325
+ gridTemplate?: string;
326
+ gridTemplateAreas?: string;
327
+ gridTemplateColumns?: string;
328
+ gridTemplateRows?: string;
329
+ height: string;
330
+ hyphenateCharacter?: string;
331
+ hyphens?: string;
332
+ imageOrientation?: string;
333
+ imageRendering?: string;
334
+ inlineSize?: string;
335
+ inset?: string;
336
+ insetBlock?: string;
337
+ insetBlockEnd?: string;
338
+ insetBlockStart?: string;
339
+ insetInline?: string;
340
+ insetInlineEnd?: string;
341
+ insetInlineStart?: string;
342
+ isolation?: string;
343
+ justifyContent?: string;
344
+ justifyItems?: string;
345
+ justifySelf?: string;
346
+ left: string;
347
+ length?: number;
348
+ letterSpacing?: string;
349
+ lightingColor?: string;
350
+ lineBreak?: string;
351
+ lineHeight?: string;
352
+ listStyle?: string;
353
+ listStyleImage?: string;
354
+ listStylePosition?: string;
355
+ listStyleType?: string;
356
+ margin?: string;
357
+ marginBlock?: string;
358
+ marginBlockEnd?: string;
359
+ marginBlockStart?: string;
360
+ marginBottom?: string;
361
+ marginInline?: string;
362
+ marginInlineEnd?: string;
363
+ marginInlineStart?: string;
364
+ marginLeft?: string;
365
+ marginRight?: string;
366
+ marginTop?: string;
367
+ marker?: string;
368
+ markerEnd?: string;
369
+ markerMid?: string;
370
+ markerStart?: string;
371
+ mask?: string;
372
+ maskClip?: string;
373
+ maskComposite?: string;
374
+ maskImage?: string;
375
+ maskMode?: string;
376
+ maskOrigin?: string;
377
+ maskPosition?: string;
378
+ maskRepeat?: string;
379
+ maskSize?: string;
380
+ maskType?: string;
381
+ mathDepth?: string;
382
+ mathStyle?: string;
383
+ maxBlockSize?: string;
384
+ maxHeight?: string;
385
+ maxInlineSize?: string;
386
+ maxWidth?: string;
387
+ minBlockSize?: string;
388
+ minHeight?: string;
389
+ minInlineSize?: string;
390
+ minWidth?: string;
391
+ mixBlendMode?: string;
392
+ objectFit?: string;
393
+ objectPosition?: string;
394
+ offset?: string;
395
+ offsetAnchor?: string;
396
+ offsetDistance?: string;
397
+ offsetPath?: string;
398
+ offsetPosition?: string;
399
+ offsetRotate?: string;
400
+ opacity?: string;
401
+ order?: string;
402
+ orphans?: string;
403
+ outline?: string;
404
+ outlineColor?: string;
405
+ outlineOffset?: string;
406
+ outlineStyle?: string;
407
+ outlineWidth?: string;
408
+ overflow?: string;
409
+ overflowAnchor?: string;
410
+ overflowClipMargin?: string;
411
+ overflowWrap?: string;
412
+ overflowX?: string;
413
+ overflowY?: string;
414
+ overscrollBehavior?: string;
415
+ overscrollBehaviorBlock?: string;
416
+ overscrollBehaviorInline?: string;
417
+ overscrollBehaviorX?: string;
418
+ overscrollBehaviorY?: string;
419
+ padding: string;
420
+ paddingBlock?: string;
421
+ paddingBlockEnd?: string;
422
+ paddingBlockStart?: string;
423
+ paddingBottom?: string;
424
+ paddingInline?: string;
425
+ paddingInlineEnd?: string;
426
+ paddingInlineStart?: string;
427
+ paddingLeft?: string;
428
+ paddingRight?: string;
429
+ paddingTop?: string;
430
+ page?: string;
431
+ pageBreakAfter?: string;
432
+ pageBreakBefore?: string;
433
+ pageBreakInside?: string;
434
+ paintOrder?: string;
435
+ parentRule?: CSSRule | null;
436
+ perspective?: string;
437
+ perspectiveOrigin?: string;
438
+ placeContent?: string;
439
+ placeItems?: string;
440
+ placeSelf?: string;
441
+ pointerEvents?: string;
442
+ position: string;
443
+ printColorAdjust?: string;
444
+ quotes?: string;
445
+ r?: string;
446
+ resize?: string;
447
+ right?: string;
448
+ rotate?: string;
449
+ rowGap?: string;
450
+ rubyPosition?: string;
451
+ rx?: string;
452
+ ry?: string;
453
+ scale?: string;
454
+ scrollBehavior?: string;
455
+ scrollMargin?: string;
456
+ scrollMarginBlock?: string;
457
+ scrollMarginBlockEnd?: string;
458
+ scrollMarginBlockStart?: string;
459
+ scrollMarginBottom?: string;
460
+ scrollMarginInline?: string;
461
+ scrollMarginInlineEnd?: string;
462
+ scrollMarginInlineStart?: string;
463
+ scrollMarginLeft?: string;
464
+ scrollMarginRight?: string;
465
+ scrollMarginTop?: string;
466
+ scrollPadding?: string;
467
+ scrollPaddingBlock?: string;
468
+ scrollPaddingBlockEnd?: string;
469
+ scrollPaddingBlockStart?: string;
470
+ scrollPaddingBottom?: string;
471
+ scrollPaddingInline?: string;
472
+ scrollPaddingInlineEnd?: string;
473
+ scrollPaddingInlineStart?: string;
474
+ scrollPaddingLeft?: string;
475
+ scrollPaddingRight?: string;
476
+ scrollPaddingTop?: string;
477
+ scrollSnapAlign?: string;
478
+ scrollSnapStop?: string;
479
+ scrollSnapType?: string;
480
+ scrollbarColor?: string;
481
+ scrollbarGutter?: string;
482
+ scrollbarWidth?: string;
483
+ shapeImageThreshold?: string;
484
+ shapeMargin?: string;
485
+ shapeOutside?: string;
486
+ shapeRendering?: string;
487
+ stopColor?: string;
488
+ stopOpacity?: string;
489
+ stroke?: string;
490
+ strokeDasharray?: string;
491
+ strokeDashoffset?: string;
492
+ strokeLinecap?: string;
493
+ strokeLinejoin?: string;
494
+ strokeMiterlimit?: string;
495
+ strokeOpacity?: string;
496
+ strokeWidth?: string;
497
+ tabSize?: string;
498
+ tableLayout?: string;
499
+ textAlign?: string;
500
+ textAlignLast?: string;
501
+ textAnchor?: string;
502
+ textCombineUpright?: string;
503
+ textDecoration?: string;
504
+ textDecorationColor?: string;
505
+ textDecorationLine?: string;
506
+ textDecorationSkipInk?: string;
507
+ textDecorationStyle?: string;
508
+ textDecorationThickness?: string;
509
+ textEmphasis?: string;
510
+ textEmphasisColor?: string;
511
+ textEmphasisPosition?: string;
512
+ textEmphasisStyle?: string;
513
+ textIndent?: string;
514
+ textOrientation?: string;
515
+ textOverflow?: string;
516
+ textRendering?: string;
517
+ textShadow?: string;
518
+ textTransform?: string;
519
+ textUnderlineOffset?: string;
520
+ textUnderlinePosition?: string;
521
+ textWrap?: string;
522
+ textWrapMode?: string;
523
+ textWrapStyle?: string;
524
+ top: string;
525
+ touchAction?: string;
526
+ transform?: string;
527
+ transformBox?: string;
528
+ transformOrigin?: string;
529
+ transformStyle?: string;
530
+ transition?: string;
531
+ transitionBehavior?: string;
532
+ transitionDelay?: string;
533
+ transitionDuration?: string;
534
+ transitionProperty?: string;
535
+ transitionTimingFunction?: string;
536
+ translate?: string;
537
+ unicodeBidi?: string;
538
+ userSelect?: string;
539
+ vectorEffect?: string;
540
+ verticalAlign?: string;
541
+ visibility?: string;
542
+ webkitAlignContent?: string;
543
+ webkitAlignItems?: string;
544
+ webkitAlignSelf?: string;
545
+ webkitAnimation?: string;
546
+ webkitAnimationDelay?: string;
547
+ webkitAnimationDirection?: string;
548
+ webkitAnimationDuration?: string;
549
+ webkitAnimationFillMode?: string;
550
+ webkitAnimationIterationCount?: string;
551
+ webkitAnimationName?: string;
552
+ webkitAnimationPlayState?: string;
553
+ webkitAnimationTimingFunction?: string;
554
+ webkitAppearance?: string;
555
+ webkitBackfaceVisibility?: string;
556
+ webkitBackgroundClip?: string;
557
+ webkitBackgroundOrigin?: string;
558
+ webkitBackgroundSize?: string;
559
+ webkitBorderBottomLeftRadius?: string;
560
+ webkitBorderBottomRightRadius?: string;
561
+ webkitBorderRadius?: string;
562
+ webkitBorderTopLeftRadius?: string;
563
+ webkitBorderTopRightRadius?: string;
564
+ webkitBoxAlign?: string;
565
+ webkitBoxFlex?: string;
566
+ webkitBoxOrdinalGroup?: string;
567
+ webkitBoxOrient?: string;
568
+ webkitBoxPack?: string;
569
+ webkitBoxShadow?: string;
570
+ webkitBoxSizing?: string;
571
+ webkitFilter?: string;
572
+ webkitFlex?: string;
573
+ webkitFlexBasis?: string;
574
+ webkitFlexDirection?: string;
575
+ webkitFlexFlow?: string;
576
+ webkitFlexGrow?: string;
577
+ webkitFlexShrink?: string;
578
+ webkitFlexWrap?: string;
579
+ webkitJustifyContent?: string;
580
+ webkitLineClamp?: string;
581
+ webkitMask?: string;
582
+ webkitMaskBoxImage?: string;
583
+ webkitMaskBoxImageOutset?: string;
584
+ webkitMaskBoxImageRepeat?: string;
585
+ webkitMaskBoxImageSlice?: string;
586
+ webkitMaskBoxImageSource?: string;
587
+ webkitMaskBoxImageWidth?: string;
588
+ webkitMaskClip?: string;
589
+ webkitMaskComposite?: string;
590
+ webkitMaskImage?: string;
591
+ webkitMaskOrigin?: string;
592
+ webkitMaskPosition?: string;
593
+ webkitMaskRepeat?: string;
594
+ webkitMaskSize?: string;
595
+ webkitOrder?: string;
596
+ webkitPerspective?: string;
597
+ webkitPerspectiveOrigin?: string;
598
+ webkitTextFillColor?: string;
599
+ webkitTextSizeAdjust?: string;
600
+ webkitTextStroke?: string;
601
+ webkitTextStrokeColor?: string;
602
+ webkitTextStrokeWidth?: string;
603
+ webkitTransform?: string;
604
+ webkitTransformOrigin?: string;
605
+ webkitTransformStyle?: string;
606
+ webkitTransition?: string;
607
+ webkitTransitionDelay?: string;
608
+ webkitTransitionDuration?: string;
609
+ webkitTransitionProperty?: string;
610
+ webkitTransitionTimingFunction?: string;
611
+ webkitUserSelect?: string;
612
+ whiteSpace?: string;
613
+ whiteSpaceCollapse?: string;
614
+ widows?: string;
615
+ width: string;
616
+ willChange?: string;
617
+ wordBreak?: string;
618
+ wordSpacing?: string;
619
+ wordWrap?: string;
620
+ writingMode?: string;
621
+ x?: string;
622
+ y?: string;
623
+ zIndex: string;
624
+ zoom?: string;
625
+ getPropertyPriority?: (property: string) => string;
626
+ getPropertyValue?: (property: string) => string;
627
+ item?: (index: number) => string;
628
+ removeProperty?: (property: string) => string;
629
+ setProperty?: (property: string, value: string | null, priority?: string) => void;
630
+ } | {
631
+ accentColor?: string;
632
+ alignContent?: string;
103
633
  alignItems: string;
104
- alignSelf?: string | undefined;
105
- alignmentBaseline?: string | undefined;
106
- all?: string | undefined;
107
- animation?: string | undefined;
108
- animationComposition?: string | undefined;
109
- animationDelay?: string | undefined;
110
- animationDirection?: string | undefined;
111
- animationDuration?: string | undefined;
112
- animationFillMode?: string | undefined;
113
- animationIterationCount?: string | undefined;
114
- animationName?: string | undefined;
115
- animationPlayState?: string | undefined;
116
- animationTimingFunction?: string | undefined;
117
- appearance?: string | undefined;
118
- aspectRatio?: string | undefined;
119
- backdropFilter?: string | undefined;
120
- backfaceVisibility?: string | undefined;
121
- background?: string | undefined;
122
- backgroundAttachment?: string | undefined;
123
- backgroundBlendMode?: string | undefined;
124
- backgroundClip?: string | undefined;
634
+ alignSelf?: string;
635
+ alignmentBaseline?: string;
636
+ all?: string;
637
+ animation?: string;
638
+ animationComposition?: string;
639
+ animationDelay?: string;
640
+ animationDirection?: string;
641
+ animationDuration?: string;
642
+ animationFillMode?: string;
643
+ animationIterationCount?: string;
644
+ animationName?: string;
645
+ animationPlayState?: string;
646
+ animationTimingFunction?: string;
647
+ appearance?: string;
648
+ aspectRatio?: string;
649
+ backdropFilter: string;
650
+ backfaceVisibility?: string;
651
+ background?: string;
652
+ backgroundAttachment?: string;
653
+ backgroundBlendMode?: string;
654
+ backgroundClip?: string;
125
655
  backgroundColor: string;
126
- backgroundImage?: string | undefined;
127
- backgroundOrigin?: string | undefined;
128
- backgroundPosition?: string | undefined;
129
- backgroundPositionX?: string | undefined;
130
- backgroundPositionY?: string | undefined;
131
- backgroundRepeat?: string | undefined;
132
- backgroundSize?: string | undefined;
133
- baselineShift?: string | undefined;
134
- baselineSource?: string | undefined;
135
- blockSize?: string | undefined;
136
- border?: string | undefined;
137
- borderBlock?: string | undefined;
138
- borderBlockColor?: string | undefined;
139
- borderBlockEnd?: string | undefined;
140
- borderBlockEndColor?: string | undefined;
141
- borderBlockEndStyle?: string | undefined;
142
- borderBlockEndWidth?: string | undefined;
143
- borderBlockStart?: string | undefined;
144
- borderBlockStartColor?: string | undefined;
145
- borderBlockStartStyle?: string | undefined;
146
- borderBlockStartWidth?: string | undefined;
147
- borderBlockStyle?: string | undefined;
148
- borderBlockWidth?: string | undefined;
149
- borderBottom?: string | undefined;
150
- borderBottomColor?: string | undefined;
151
- borderBottomLeftRadius?: string | undefined;
152
- borderBottomRightRadius?: string | undefined;
153
- borderBottomStyle?: string | undefined;
154
- borderBottomWidth?: string | undefined;
155
- borderCollapse?: string | undefined;
156
- borderColor?: string | undefined;
157
- borderEndEndRadius?: string | undefined;
158
- borderEndStartRadius?: string | undefined;
159
- borderImage?: string | undefined;
160
- borderImageOutset?: string | undefined;
161
- borderImageRepeat?: string | undefined;
162
- borderImageSlice?: string | undefined;
163
- borderImageSource?: string | undefined;
164
- borderImageWidth?: string | undefined;
165
- borderInline?: string | undefined;
166
- borderInlineColor?: string | undefined;
167
- borderInlineEnd?: string | undefined;
168
- borderInlineEndColor?: string | undefined;
169
- borderInlineEndStyle?: string | undefined;
170
- borderInlineEndWidth?: string | undefined;
171
- borderInlineStart?: string | undefined;
172
- borderInlineStartColor?: string | undefined;
173
- borderInlineStartStyle?: string | undefined;
174
- borderInlineStartWidth?: string | undefined;
175
- borderInlineStyle?: string | undefined;
176
- borderInlineWidth?: string | undefined;
177
- borderLeft?: string | undefined;
178
- borderLeftColor?: string | undefined;
179
- borderLeftStyle?: string | undefined;
180
- borderLeftWidth?: string | undefined;
181
- borderRadius?: string | undefined;
182
- borderRight?: string | undefined;
183
- borderRightColor?: string | undefined;
184
- borderRightStyle?: string | undefined;
185
- borderRightWidth?: string | undefined;
186
- borderSpacing?: string | undefined;
187
- borderStartEndRadius?: string | undefined;
188
- borderStartStartRadius?: string | undefined;
189
- borderStyle?: string | undefined;
190
- borderTop?: string | undefined;
191
- borderTopColor?: string | undefined;
192
- borderTopLeftRadius?: string | undefined;
193
- borderTopRightRadius?: string | undefined;
194
- borderTopStyle?: string | undefined;
195
- borderTopWidth?: string | undefined;
196
- borderWidth?: string | undefined;
197
- bottom?: string | undefined;
198
- boxShadow?: string | undefined;
199
- boxSizing?: string | undefined;
200
- breakAfter?: string | undefined;
201
- breakBefore?: string | undefined;
202
- breakInside?: string | undefined;
203
- captionSide?: string | undefined;
204
- caretColor?: string | undefined;
205
- clear?: string | undefined;
206
- clip?: string | undefined;
207
- clipPath?: string | undefined;
208
- clipRule?: string | undefined;
209
- color?: string | undefined;
210
- colorInterpolation?: string | undefined;
211
- colorInterpolationFilters?: string | undefined;
212
- colorScheme?: string | undefined;
213
- columnCount?: string | undefined;
214
- columnFill?: string | undefined;
215
- columnGap?: string | undefined;
216
- columnRule?: string | undefined;
217
- columnRuleColor?: string | undefined;
218
- columnRuleStyle?: string | undefined;
219
- columnRuleWidth?: string | undefined;
220
- columnSpan?: string | undefined;
221
- columnWidth?: string | undefined;
222
- columns?: string | undefined;
223
- contain?: string | undefined;
224
- containIntrinsicBlockSize?: string | undefined;
225
- containIntrinsicHeight?: string | undefined;
226
- containIntrinsicInlineSize?: string | undefined;
227
- containIntrinsicSize?: string | undefined;
228
- containIntrinsicWidth?: string | undefined;
229
- container?: string | undefined;
230
- containerName?: string | undefined;
231
- containerType?: string | undefined;
232
- content?: string | undefined;
233
- contentVisibility?: string | undefined;
234
- counterIncrement?: string | undefined;
235
- counterReset?: string | undefined;
236
- counterSet?: string | undefined;
237
- cssFloat?: string | undefined;
238
- cssText?: string | undefined;
239
- cursor?: string | undefined;
240
- cx?: string | undefined;
241
- cy?: string | undefined;
242
- d?: string | undefined;
243
- direction?: string | undefined;
656
+ backgroundImage?: string;
657
+ backgroundOrigin?: string;
658
+ backgroundPosition?: string;
659
+ backgroundPositionX?: string;
660
+ backgroundPositionY?: string;
661
+ backgroundRepeat?: string;
662
+ backgroundSize?: string;
663
+ baselineShift?: string;
664
+ baselineSource?: string;
665
+ blockSize?: string;
666
+ border?: string;
667
+ borderBlock?: string;
668
+ borderBlockColor?: string;
669
+ borderBlockEnd?: string;
670
+ borderBlockEndColor?: string;
671
+ borderBlockEndStyle?: string;
672
+ borderBlockEndWidth?: string;
673
+ borderBlockStart?: string;
674
+ borderBlockStartColor?: string;
675
+ borderBlockStartStyle?: string;
676
+ borderBlockStartWidth?: string;
677
+ borderBlockStyle?: string;
678
+ borderBlockWidth?: string;
679
+ borderBottom?: string;
680
+ borderBottomColor?: string;
681
+ borderBottomLeftRadius?: string;
682
+ borderBottomRightRadius?: string;
683
+ borderBottomStyle?: string;
684
+ borderBottomWidth?: string;
685
+ borderCollapse?: string;
686
+ borderColor?: string;
687
+ borderEndEndRadius?: string;
688
+ borderEndStartRadius?: string;
689
+ borderImage?: string;
690
+ borderImageOutset?: string;
691
+ borderImageRepeat?: string;
692
+ borderImageSlice?: string;
693
+ borderImageSource?: string;
694
+ borderImageWidth?: string;
695
+ borderInline?: string;
696
+ borderInlineColor?: string;
697
+ borderInlineEnd?: string;
698
+ borderInlineEndColor?: string;
699
+ borderInlineEndStyle?: string;
700
+ borderInlineEndWidth?: string;
701
+ borderInlineStart?: string;
702
+ borderInlineStartColor?: string;
703
+ borderInlineStartStyle?: string;
704
+ borderInlineStartWidth?: string;
705
+ borderInlineStyle?: string;
706
+ borderInlineWidth?: string;
707
+ borderLeft?: string;
708
+ borderLeftColor?: string;
709
+ borderLeftStyle?: string;
710
+ borderLeftWidth?: string;
711
+ borderRadius?: string;
712
+ borderRight?: string;
713
+ borderRightColor?: string;
714
+ borderRightStyle?: string;
715
+ borderRightWidth?: string;
716
+ borderSpacing?: string;
717
+ borderStartEndRadius?: string;
718
+ borderStartStartRadius?: string;
719
+ borderStyle?: string;
720
+ borderTop?: string;
721
+ borderTopColor?: string;
722
+ borderTopLeftRadius?: string;
723
+ borderTopRightRadius?: string;
724
+ borderTopStyle?: string;
725
+ borderTopWidth?: string;
726
+ borderWidth?: string;
727
+ bottom?: string;
728
+ boxShadow?: string;
729
+ boxSizing?: string;
730
+ breakAfter?: string;
731
+ breakBefore?: string;
732
+ breakInside?: string;
733
+ captionSide?: string;
734
+ caretColor?: string;
735
+ clear?: string;
736
+ clip?: string;
737
+ clipPath?: string;
738
+ clipRule?: string;
739
+ color?: string;
740
+ colorInterpolation?: string;
741
+ colorInterpolationFilters?: string;
742
+ colorScheme?: string;
743
+ columnCount?: string;
744
+ columnFill?: string;
745
+ columnGap?: string;
746
+ columnRule?: string;
747
+ columnRuleColor?: string;
748
+ columnRuleStyle?: string;
749
+ columnRuleWidth?: string;
750
+ columnSpan?: string;
751
+ columnWidth?: string;
752
+ columns?: string;
753
+ contain?: string;
754
+ containIntrinsicBlockSize?: string;
755
+ containIntrinsicHeight?: string;
756
+ containIntrinsicInlineSize?: string;
757
+ containIntrinsicSize?: string;
758
+ containIntrinsicWidth?: string;
759
+ container?: string;
760
+ containerName?: string;
761
+ containerType?: string;
762
+ content?: string;
763
+ contentVisibility?: string;
764
+ counterIncrement?: string;
765
+ counterReset?: string;
766
+ counterSet?: string;
767
+ cssFloat?: string;
768
+ cssText?: string;
769
+ cursor?: string;
770
+ cx?: string;
771
+ cy?: string;
772
+ d?: string;
773
+ direction?: string;
244
774
  display: string;
245
- dominantBaseline?: string | undefined;
246
- emptyCells?: string | undefined;
247
- fill?: string | undefined;
248
- fillOpacity?: string | undefined;
249
- fillRule?: string | undefined;
250
- filter?: string | undefined;
251
- flex?: string | undefined;
252
- flexBasis?: string | undefined;
253
- flexDirection?: string | undefined;
254
- flexFlow?: string | undefined;
255
- flexGrow?: string | undefined;
256
- flexShrink?: string | undefined;
257
- flexWrap?: string | undefined;
258
- float?: string | undefined;
259
- floodColor?: string | undefined;
260
- floodOpacity?: string | undefined;
261
- font?: string | undefined;
262
- fontFamily?: string | undefined;
263
- fontFeatureSettings?: string | undefined;
264
- fontKerning?: string | undefined;
265
- fontOpticalSizing?: string | undefined;
266
- fontPalette?: string | undefined;
267
- fontSize?: string | undefined;
268
- fontSizeAdjust?: string | undefined;
269
- fontStretch?: string | undefined;
270
- fontStyle?: string | undefined;
271
- fontSynthesis?: string | undefined;
272
- fontSynthesisSmallCaps?: string | undefined;
273
- fontSynthesisStyle?: string | undefined;
274
- fontSynthesisWeight?: string | undefined;
275
- fontVariant?: string | undefined;
276
- fontVariantAlternates?: string | undefined;
277
- fontVariantCaps?: string | undefined;
278
- fontVariantEastAsian?: string | undefined;
279
- fontVariantLigatures?: string | undefined;
280
- fontVariantNumeric?: string | undefined;
281
- fontVariantPosition?: string | undefined;
282
- fontVariationSettings?: string | undefined;
283
- fontWeight?: string | undefined;
284
- forcedColorAdjust?: string | undefined;
285
- gap?: string | undefined;
286
- grid?: string | undefined;
287
- gridArea?: string | undefined;
288
- gridAutoColumns?: string | undefined;
289
- gridAutoFlow?: string | undefined;
290
- gridAutoRows?: string | undefined;
291
- gridColumn?: string | undefined;
292
- gridColumnEnd?: string | undefined;
293
- gridColumnGap?: string | undefined;
294
- gridColumnStart?: string | undefined;
295
- gridGap?: string | undefined;
296
- gridRow?: string | undefined;
297
- gridRowEnd?: string | undefined;
298
- gridRowGap?: string | undefined;
299
- gridRowStart?: string | undefined;
300
- gridTemplate?: string | undefined;
301
- gridTemplateAreas?: string | undefined;
302
- gridTemplateColumns?: string | undefined;
303
- gridTemplateRows?: string | undefined;
775
+ dominantBaseline?: string;
776
+ emptyCells?: string;
777
+ fill?: string;
778
+ fillOpacity?: string;
779
+ fillRule?: string;
780
+ filter?: string;
781
+ flex?: string;
782
+ flexBasis?: string;
783
+ flexDirection?: string;
784
+ flexFlow?: string;
785
+ flexGrow?: string;
786
+ flexShrink?: string;
787
+ flexWrap?: string;
788
+ float?: string;
789
+ floodColor?: string;
790
+ floodOpacity?: string;
791
+ font?: string;
792
+ fontFamily?: string;
793
+ fontFeatureSettings?: string;
794
+ fontKerning?: string;
795
+ fontOpticalSizing?: string;
796
+ fontPalette?: string;
797
+ fontSize?: string;
798
+ fontSizeAdjust?: string;
799
+ fontStretch?: string;
800
+ fontStyle?: string;
801
+ fontSynthesis?: string;
802
+ fontSynthesisSmallCaps?: string;
803
+ fontSynthesisStyle?: string;
804
+ fontSynthesisWeight?: string;
805
+ fontVariant?: string;
806
+ fontVariantAlternates?: string;
807
+ fontVariantCaps?: string;
808
+ fontVariantEastAsian?: string;
809
+ fontVariantLigatures?: string;
810
+ fontVariantNumeric?: string;
811
+ fontVariantPosition?: string;
812
+ fontVariationSettings?: string;
813
+ fontWeight?: string;
814
+ forcedColorAdjust?: string;
815
+ gap?: string;
816
+ grid?: string;
817
+ gridArea?: string;
818
+ gridAutoColumns?: string;
819
+ gridAutoFlow?: string;
820
+ gridAutoRows?: string;
821
+ gridColumn?: string;
822
+ gridColumnEnd?: string;
823
+ gridColumnGap?: string;
824
+ gridColumnStart?: string;
825
+ gridGap?: string;
826
+ gridRow?: string;
827
+ gridRowEnd?: string;
828
+ gridRowGap?: string;
829
+ gridRowStart?: string;
830
+ gridTemplate?: string;
831
+ gridTemplateAreas?: string;
832
+ gridTemplateColumns?: string;
833
+ gridTemplateRows?: string;
304
834
  height: string;
305
- hyphenateCharacter?: string | undefined;
306
- hyphens?: string | undefined;
307
- imageOrientation?: string | undefined;
308
- imageRendering?: string | undefined;
309
- inlineSize?: string | undefined;
310
- inset?: string | undefined;
311
- insetBlock?: string | undefined;
312
- insetBlockEnd?: string | undefined;
313
- insetBlockStart?: string | undefined;
314
- insetInline?: string | undefined;
315
- insetInlineEnd?: string | undefined;
316
- insetInlineStart?: string | undefined;
317
- isolation?: string | undefined;
835
+ hyphenateCharacter?: string;
836
+ hyphens?: string;
837
+ imageOrientation?: string;
838
+ imageRendering?: string;
839
+ inlineSize?: string;
840
+ inset?: string;
841
+ insetBlock?: string;
842
+ insetBlockEnd?: string;
843
+ insetBlockStart?: string;
844
+ insetInline?: string;
845
+ insetInlineEnd?: string;
846
+ insetInlineStart?: string;
847
+ isolation?: string;
318
848
  justifyContent: string;
319
- justifyItems?: string | undefined;
320
- justifySelf?: string | undefined;
849
+ justifyItems?: string;
850
+ justifySelf?: string;
321
851
  left: string | number;
322
- length?: number | undefined;
323
- letterSpacing?: string | undefined;
324
- lightingColor?: string | undefined;
325
- lineBreak?: string | undefined;
326
- lineHeight?: string | undefined;
327
- listStyle?: string | undefined;
328
- listStyleImage?: string | undefined;
329
- listStylePosition?: string | undefined;
330
- listStyleType?: string | undefined;
331
- margin?: string | undefined;
332
- marginBlock?: string | undefined;
333
- marginBlockEnd?: string | undefined;
334
- marginBlockStart?: string | undefined;
335
- marginBottom?: string | undefined;
336
- marginInline?: string | undefined;
337
- marginInlineEnd?: string | undefined;
338
- marginInlineStart?: string | undefined;
339
- marginLeft?: string | undefined;
340
- marginRight?: string | undefined;
341
- marginTop?: string | undefined;
342
- marker?: string | undefined;
343
- markerEnd?: string | undefined;
344
- markerMid?: string | undefined;
345
- markerStart?: string | undefined;
346
- mask?: string | undefined;
347
- maskClip?: string | undefined;
348
- maskComposite?: string | undefined;
349
- maskImage?: string | undefined;
350
- maskMode?: string | undefined;
351
- maskOrigin?: string | undefined;
352
- maskPosition?: string | undefined;
353
- maskRepeat?: string | undefined;
354
- maskSize?: string | undefined;
355
- maskType?: string | undefined;
356
- mathDepth?: string | undefined;
357
- mathStyle?: string | undefined;
358
- maxBlockSize?: string | undefined;
359
- maxHeight?: string | undefined;
360
- maxInlineSize?: string | undefined;
361
- maxWidth?: string | undefined;
362
- minBlockSize?: string | undefined;
363
- minHeight?: string | undefined;
364
- minInlineSize?: string | undefined;
365
- minWidth?: string | undefined;
366
- mixBlendMode?: string | undefined;
367
- objectFit?: string | undefined;
368
- objectPosition?: string | undefined;
369
- offset?: string | undefined;
370
- offsetAnchor?: string | undefined;
371
- offsetDistance?: string | undefined;
372
- offsetPath?: string | undefined;
373
- offsetPosition?: string | undefined;
374
- offsetRotate?: string | undefined;
375
- opacity?: string | undefined;
376
- order?: string | undefined;
377
- orphans?: string | undefined;
378
- outline?: string | undefined;
379
- outlineColor?: string | undefined;
380
- outlineOffset?: string | undefined;
381
- outlineStyle?: string | undefined;
382
- outlineWidth?: string | undefined;
383
- overflow?: string | undefined;
384
- overflowAnchor?: string | undefined;
385
- overflowClipMargin?: string | undefined;
386
- overflowWrap?: string | undefined;
387
- overflowX?: string | undefined;
388
- overflowY?: string | undefined;
389
- overscrollBehavior?: string | undefined;
390
- overscrollBehaviorBlock?: string | undefined;
391
- overscrollBehaviorInline?: string | undefined;
392
- overscrollBehaviorX?: string | undefined;
393
- overscrollBehaviorY?: string | undefined;
394
- padding?: string | undefined;
395
- paddingBlock?: string | undefined;
396
- paddingBlockEnd?: string | undefined;
397
- paddingBlockStart?: string | undefined;
398
- paddingBottom?: string | undefined;
399
- paddingInline?: string | undefined;
400
- paddingInlineEnd?: string | undefined;
401
- paddingInlineStart?: string | undefined;
402
- paddingLeft?: string | undefined;
403
- paddingRight?: string | undefined;
404
- paddingTop?: string | undefined;
405
- page?: string | undefined;
406
- pageBreakAfter?: string | undefined;
407
- pageBreakBefore?: string | undefined;
408
- pageBreakInside?: string | undefined;
409
- paintOrder?: string | undefined;
410
- parentRule?: CSSRule | null | undefined;
411
- perspective?: string | undefined;
412
- perspectiveOrigin?: string | undefined;
413
- placeContent?: string | undefined;
414
- placeItems?: string | undefined;
415
- placeSelf?: string | undefined;
416
- pointerEvents?: string | undefined;
852
+ length?: number;
853
+ letterSpacing?: string;
854
+ lightingColor?: string;
855
+ lineBreak?: string;
856
+ lineHeight?: string;
857
+ listStyle?: string;
858
+ listStyleImage?: string;
859
+ listStylePosition?: string;
860
+ listStyleType?: string;
861
+ margin?: string;
862
+ marginBlock?: string;
863
+ marginBlockEnd?: string;
864
+ marginBlockStart?: string;
865
+ marginBottom?: string;
866
+ marginInline?: string;
867
+ marginInlineEnd?: string;
868
+ marginInlineStart?: string;
869
+ marginLeft?: string;
870
+ marginRight?: string;
871
+ marginTop?: string;
872
+ marker?: string;
873
+ markerEnd?: string;
874
+ markerMid?: string;
875
+ markerStart?: string;
876
+ mask?: string;
877
+ maskClip?: string;
878
+ maskComposite?: string;
879
+ maskImage?: string;
880
+ maskMode?: string;
881
+ maskOrigin?: string;
882
+ maskPosition?: string;
883
+ maskRepeat?: string;
884
+ maskSize?: string;
885
+ maskType?: string;
886
+ mathDepth?: string;
887
+ mathStyle?: string;
888
+ maxBlockSize?: string;
889
+ maxHeight?: string;
890
+ maxInlineSize?: string;
891
+ maxWidth?: string;
892
+ minBlockSize?: string;
893
+ minHeight?: string;
894
+ minInlineSize?: string;
895
+ minWidth?: string;
896
+ mixBlendMode?: string;
897
+ objectFit?: string;
898
+ objectPosition?: string;
899
+ offset?: string;
900
+ offsetAnchor?: string;
901
+ offsetDistance?: string;
902
+ offsetPath?: string;
903
+ offsetPosition?: string;
904
+ offsetRotate?: string;
905
+ opacity?: string;
906
+ order?: string;
907
+ orphans?: string;
908
+ outline?: string;
909
+ outlineColor?: string;
910
+ outlineOffset?: string;
911
+ outlineStyle?: string;
912
+ outlineWidth?: string;
913
+ overflow?: string;
914
+ overflowAnchor?: string;
915
+ overflowClipMargin?: string;
916
+ overflowWrap?: string;
917
+ overflowX?: string;
918
+ overflowY?: string;
919
+ overscrollBehavior?: string;
920
+ overscrollBehaviorBlock?: string;
921
+ overscrollBehaviorInline?: string;
922
+ overscrollBehaviorX?: string;
923
+ overscrollBehaviorY?: string;
924
+ padding: string;
925
+ paddingBlock?: string;
926
+ paddingBlockEnd?: string;
927
+ paddingBlockStart?: string;
928
+ paddingBottom?: string;
929
+ paddingInline?: string;
930
+ paddingInlineEnd?: string;
931
+ paddingInlineStart?: string;
932
+ paddingLeft?: string;
933
+ paddingRight?: string;
934
+ paddingTop?: string;
935
+ page?: string;
936
+ pageBreakAfter?: string;
937
+ pageBreakBefore?: string;
938
+ pageBreakInside?: string;
939
+ paintOrder?: string;
940
+ parentRule?: CSSRule | null;
941
+ perspective?: string;
942
+ perspectiveOrigin?: string;
943
+ placeContent?: string;
944
+ placeItems?: string;
945
+ placeSelf?: string;
946
+ pointerEvents?: string;
417
947
  position: string;
418
- printColorAdjust?: string | undefined;
419
- quotes?: string | undefined;
420
- r?: string | undefined;
421
- resize?: string | undefined;
422
- right?: string | undefined;
423
- rotate?: string | undefined;
424
- rowGap?: string | undefined;
425
- rubyPosition?: string | undefined;
426
- rx?: string | undefined;
427
- ry?: string | undefined;
428
- scale?: string | undefined;
429
- scrollBehavior?: string | undefined;
430
- scrollMargin?: string | undefined;
431
- scrollMarginBlock?: string | undefined;
432
- scrollMarginBlockEnd?: string | undefined;
433
- scrollMarginBlockStart?: string | undefined;
434
- scrollMarginBottom?: string | undefined;
435
- scrollMarginInline?: string | undefined;
436
- scrollMarginInlineEnd?: string | undefined;
437
- scrollMarginInlineStart?: string | undefined;
438
- scrollMarginLeft?: string | undefined;
439
- scrollMarginRight?: string | undefined;
440
- scrollMarginTop?: string | undefined;
441
- scrollPadding?: string | undefined;
442
- scrollPaddingBlock?: string | undefined;
443
- scrollPaddingBlockEnd?: string | undefined;
444
- scrollPaddingBlockStart?: string | undefined;
445
- scrollPaddingBottom?: string | undefined;
446
- scrollPaddingInline?: string | undefined;
447
- scrollPaddingInlineEnd?: string | undefined;
448
- scrollPaddingInlineStart?: string | undefined;
449
- scrollPaddingLeft?: string | undefined;
450
- scrollPaddingRight?: string | undefined;
451
- scrollPaddingTop?: string | undefined;
452
- scrollSnapAlign?: string | undefined;
453
- scrollSnapStop?: string | undefined;
454
- scrollSnapType?: string | undefined;
455
- scrollbarColor?: string | undefined;
456
- scrollbarGutter?: string | undefined;
457
- scrollbarWidth?: string | undefined;
458
- shapeImageThreshold?: string | undefined;
459
- shapeMargin?: string | undefined;
460
- shapeOutside?: string | undefined;
461
- shapeRendering?: string | undefined;
462
- stopColor?: string | undefined;
463
- stopOpacity?: string | undefined;
464
- stroke?: string | undefined;
465
- strokeDasharray?: string | undefined;
466
- strokeDashoffset?: string | undefined;
467
- strokeLinecap?: string | undefined;
468
- strokeLinejoin?: string | undefined;
469
- strokeMiterlimit?: string | undefined;
470
- strokeOpacity?: string | undefined;
471
- strokeWidth?: string | undefined;
472
- tabSize?: string | undefined;
473
- tableLayout?: string | undefined;
474
- textAlign?: string | undefined;
475
- textAlignLast?: string | undefined;
476
- textAnchor?: string | undefined;
477
- textCombineUpright?: string | undefined;
478
- textDecoration?: string | undefined;
479
- textDecorationColor?: string | undefined;
480
- textDecorationLine?: string | undefined;
481
- textDecorationSkipInk?: string | undefined;
482
- textDecorationStyle?: string | undefined;
483
- textDecorationThickness?: string | undefined;
484
- textEmphasis?: string | undefined;
485
- textEmphasisColor?: string | undefined;
486
- textEmphasisPosition?: string | undefined;
487
- textEmphasisStyle?: string | undefined;
488
- textIndent?: string | undefined;
489
- textOrientation?: string | undefined;
490
- textOverflow?: string | undefined;
491
- textRendering?: string | undefined;
492
- textShadow?: string | undefined;
493
- textTransform?: string | undefined;
494
- textUnderlineOffset?: string | undefined;
495
- textUnderlinePosition?: string | undefined;
496
- textWrap?: string | undefined;
497
- textWrapMode?: string | undefined;
498
- textWrapStyle?: string | undefined;
948
+ printColorAdjust?: string;
949
+ quotes?: string;
950
+ r?: string;
951
+ resize?: string;
952
+ right?: string;
953
+ rotate?: string;
954
+ rowGap?: string;
955
+ rubyPosition?: string;
956
+ rx?: string;
957
+ ry?: string;
958
+ scale?: string;
959
+ scrollBehavior?: string;
960
+ scrollMargin?: string;
961
+ scrollMarginBlock?: string;
962
+ scrollMarginBlockEnd?: string;
963
+ scrollMarginBlockStart?: string;
964
+ scrollMarginBottom?: string;
965
+ scrollMarginInline?: string;
966
+ scrollMarginInlineEnd?: string;
967
+ scrollMarginInlineStart?: string;
968
+ scrollMarginLeft?: string;
969
+ scrollMarginRight?: string;
970
+ scrollMarginTop?: string;
971
+ scrollPadding?: string;
972
+ scrollPaddingBlock?: string;
973
+ scrollPaddingBlockEnd?: string;
974
+ scrollPaddingBlockStart?: string;
975
+ scrollPaddingBottom?: string;
976
+ scrollPaddingInline?: string;
977
+ scrollPaddingInlineEnd?: string;
978
+ scrollPaddingInlineStart?: string;
979
+ scrollPaddingLeft?: string;
980
+ scrollPaddingRight?: string;
981
+ scrollPaddingTop?: string;
982
+ scrollSnapAlign?: string;
983
+ scrollSnapStop?: string;
984
+ scrollSnapType?: string;
985
+ scrollbarColor?: string;
986
+ scrollbarGutter?: string;
987
+ scrollbarWidth?: string;
988
+ shapeImageThreshold?: string;
989
+ shapeMargin?: string;
990
+ shapeOutside?: string;
991
+ shapeRendering?: string;
992
+ stopColor?: string;
993
+ stopOpacity?: string;
994
+ stroke?: string;
995
+ strokeDasharray?: string;
996
+ strokeDashoffset?: string;
997
+ strokeLinecap?: string;
998
+ strokeLinejoin?: string;
999
+ strokeMiterlimit?: string;
1000
+ strokeOpacity?: string;
1001
+ strokeWidth?: string;
1002
+ tabSize?: string;
1003
+ tableLayout?: string;
1004
+ textAlign?: string;
1005
+ textAlignLast?: string;
1006
+ textAnchor?: string;
1007
+ textCombineUpright?: string;
1008
+ textDecoration?: string;
1009
+ textDecorationColor?: string;
1010
+ textDecorationLine?: string;
1011
+ textDecorationSkipInk?: string;
1012
+ textDecorationStyle?: string;
1013
+ textDecorationThickness?: string;
1014
+ textEmphasis?: string;
1015
+ textEmphasisColor?: string;
1016
+ textEmphasisPosition?: string;
1017
+ textEmphasisStyle?: string;
1018
+ textIndent?: string;
1019
+ textOrientation?: string;
1020
+ textOverflow?: string;
1021
+ textRendering?: string;
1022
+ textShadow?: string;
1023
+ textTransform?: string;
1024
+ textUnderlineOffset?: string;
1025
+ textUnderlinePosition?: string;
1026
+ textWrap?: string;
1027
+ textWrapMode?: string;
1028
+ textWrapStyle?: string;
499
1029
  top: string | number;
500
- touchAction?: string | undefined;
501
- transform?: string | undefined;
502
- transformBox?: string | undefined;
503
- transformOrigin?: string | undefined;
504
- transformStyle?: string | undefined;
505
- transition?: string | undefined;
506
- transitionBehavior?: string | undefined;
507
- transitionDelay?: string | undefined;
508
- transitionDuration?: string | undefined;
509
- transitionProperty?: string | undefined;
510
- transitionTimingFunction?: string | undefined;
511
- translate?: string | undefined;
512
- unicodeBidi?: string | undefined;
513
- userSelect?: string | undefined;
514
- vectorEffect?: string | undefined;
515
- verticalAlign?: string | undefined;
516
- visibility?: string | undefined;
517
- webkitAlignContent?: string | undefined;
518
- webkitAlignItems?: string | undefined;
519
- webkitAlignSelf?: string | undefined;
520
- webkitAnimation?: string | undefined;
521
- webkitAnimationDelay?: string | undefined;
522
- webkitAnimationDirection?: string | undefined;
523
- webkitAnimationDuration?: string | undefined;
524
- webkitAnimationFillMode?: string | undefined;
525
- webkitAnimationIterationCount?: string | undefined;
526
- webkitAnimationName?: string | undefined;
527
- webkitAnimationPlayState?: string | undefined;
528
- webkitAnimationTimingFunction?: string | undefined;
529
- webkitAppearance?: string | undefined;
530
- webkitBackfaceVisibility?: string | undefined;
531
- webkitBackgroundClip?: string | undefined;
532
- webkitBackgroundOrigin?: string | undefined;
533
- webkitBackgroundSize?: string | undefined;
534
- webkitBorderBottomLeftRadius?: string | undefined;
535
- webkitBorderBottomRightRadius?: string | undefined;
536
- webkitBorderRadius?: string | undefined;
537
- webkitBorderTopLeftRadius?: string | undefined;
538
- webkitBorderTopRightRadius?: string | undefined;
539
- webkitBoxAlign?: string | undefined;
540
- webkitBoxFlex?: string | undefined;
541
- webkitBoxOrdinalGroup?: string | undefined;
542
- webkitBoxOrient?: string | undefined;
543
- webkitBoxPack?: string | undefined;
544
- webkitBoxShadow?: string | undefined;
545
- webkitBoxSizing?: string | undefined;
546
- webkitFilter?: string | undefined;
547
- webkitFlex?: string | undefined;
548
- webkitFlexBasis?: string | undefined;
549
- webkitFlexDirection?: string | undefined;
550
- webkitFlexFlow?: string | undefined;
551
- webkitFlexGrow?: string | undefined;
552
- webkitFlexShrink?: string | undefined;
553
- webkitFlexWrap?: string | undefined;
554
- webkitJustifyContent?: string | undefined;
555
- webkitLineClamp?: string | undefined;
556
- webkitMask?: string | undefined;
557
- webkitMaskBoxImage?: string | undefined;
558
- webkitMaskBoxImageOutset?: string | undefined;
559
- webkitMaskBoxImageRepeat?: string | undefined;
560
- webkitMaskBoxImageSlice?: string | undefined;
561
- webkitMaskBoxImageSource?: string | undefined;
562
- webkitMaskBoxImageWidth?: string | undefined;
563
- webkitMaskClip?: string | undefined;
564
- webkitMaskComposite?: string | undefined;
565
- webkitMaskImage?: string | undefined;
566
- webkitMaskOrigin?: string | undefined;
567
- webkitMaskPosition?: string | undefined;
568
- webkitMaskRepeat?: string | undefined;
569
- webkitMaskSize?: string | undefined;
570
- webkitOrder?: string | undefined;
571
- webkitPerspective?: string | undefined;
572
- webkitPerspectiveOrigin?: string | undefined;
573
- webkitTextFillColor?: string | undefined;
574
- webkitTextSizeAdjust?: string | undefined;
575
- webkitTextStroke?: string | undefined;
576
- webkitTextStrokeColor?: string | undefined;
577
- webkitTextStrokeWidth?: string | undefined;
578
- webkitTransform?: string | undefined;
579
- webkitTransformOrigin?: string | undefined;
580
- webkitTransformStyle?: string | undefined;
581
- webkitTransition?: string | undefined;
582
- webkitTransitionDelay?: string | undefined;
583
- webkitTransitionDuration?: string | undefined;
584
- webkitTransitionProperty?: string | undefined;
585
- webkitTransitionTimingFunction?: string | undefined;
586
- webkitUserSelect?: string | undefined;
587
- whiteSpace?: string | undefined;
588
- whiteSpaceCollapse?: string | undefined;
589
- widows?: string | undefined;
1030
+ touchAction?: string;
1031
+ transform?: string;
1032
+ transformBox?: string;
1033
+ transformOrigin?: string;
1034
+ transformStyle?: string;
1035
+ transition?: string;
1036
+ transitionBehavior?: string;
1037
+ transitionDelay?: string;
1038
+ transitionDuration?: string;
1039
+ transitionProperty?: string;
1040
+ transitionTimingFunction?: string;
1041
+ translate?: string;
1042
+ unicodeBidi?: string;
1043
+ userSelect?: string;
1044
+ vectorEffect?: string;
1045
+ verticalAlign?: string;
1046
+ visibility?: string;
1047
+ webkitAlignContent?: string;
1048
+ webkitAlignItems?: string;
1049
+ webkitAlignSelf?: string;
1050
+ webkitAnimation?: string;
1051
+ webkitAnimationDelay?: string;
1052
+ webkitAnimationDirection?: string;
1053
+ webkitAnimationDuration?: string;
1054
+ webkitAnimationFillMode?: string;
1055
+ webkitAnimationIterationCount?: string;
1056
+ webkitAnimationName?: string;
1057
+ webkitAnimationPlayState?: string;
1058
+ webkitAnimationTimingFunction?: string;
1059
+ webkitAppearance?: string;
1060
+ webkitBackfaceVisibility?: string;
1061
+ webkitBackgroundClip?: string;
1062
+ webkitBackgroundOrigin?: string;
1063
+ webkitBackgroundSize?: string;
1064
+ webkitBorderBottomLeftRadius?: string;
1065
+ webkitBorderBottomRightRadius?: string;
1066
+ webkitBorderRadius?: string;
1067
+ webkitBorderTopLeftRadius?: string;
1068
+ webkitBorderTopRightRadius?: string;
1069
+ webkitBoxAlign?: string;
1070
+ webkitBoxFlex?: string;
1071
+ webkitBoxOrdinalGroup?: string;
1072
+ webkitBoxOrient?: string;
1073
+ webkitBoxPack?: string;
1074
+ webkitBoxShadow?: string;
1075
+ webkitBoxSizing?: string;
1076
+ webkitFilter?: string;
1077
+ webkitFlex?: string;
1078
+ webkitFlexBasis?: string;
1079
+ webkitFlexDirection?: string;
1080
+ webkitFlexFlow?: string;
1081
+ webkitFlexGrow?: string;
1082
+ webkitFlexShrink?: string;
1083
+ webkitFlexWrap?: string;
1084
+ webkitJustifyContent?: string;
1085
+ webkitLineClamp?: string;
1086
+ webkitMask?: string;
1087
+ webkitMaskBoxImage?: string;
1088
+ webkitMaskBoxImageOutset?: string;
1089
+ webkitMaskBoxImageRepeat?: string;
1090
+ webkitMaskBoxImageSlice?: string;
1091
+ webkitMaskBoxImageSource?: string;
1092
+ webkitMaskBoxImageWidth?: string;
1093
+ webkitMaskClip?: string;
1094
+ webkitMaskComposite?: string;
1095
+ webkitMaskImage?: string;
1096
+ webkitMaskOrigin?: string;
1097
+ webkitMaskPosition?: string;
1098
+ webkitMaskRepeat?: string;
1099
+ webkitMaskSize?: string;
1100
+ webkitOrder?: string;
1101
+ webkitPerspective?: string;
1102
+ webkitPerspectiveOrigin?: string;
1103
+ webkitTextFillColor?: string;
1104
+ webkitTextSizeAdjust?: string;
1105
+ webkitTextStroke?: string;
1106
+ webkitTextStrokeColor?: string;
1107
+ webkitTextStrokeWidth?: string;
1108
+ webkitTransform?: string;
1109
+ webkitTransformOrigin?: string;
1110
+ webkitTransformStyle?: string;
1111
+ webkitTransition?: string;
1112
+ webkitTransitionDelay?: string;
1113
+ webkitTransitionDuration?: string;
1114
+ webkitTransitionProperty?: string;
1115
+ webkitTransitionTimingFunction?: string;
1116
+ webkitUserSelect?: string;
1117
+ whiteSpace?: string;
1118
+ whiteSpaceCollapse?: string;
1119
+ widows?: string;
590
1120
  width: string;
591
- willChange?: string | undefined;
592
- wordBreak?: string | undefined;
593
- wordSpacing?: string | undefined;
594
- wordWrap?: string | undefined;
595
- writingMode?: string | undefined;
596
- x?: string | undefined;
597
- y?: string | undefined;
1121
+ willChange?: string;
1122
+ wordBreak?: string;
1123
+ wordSpacing?: string;
1124
+ wordWrap?: string;
1125
+ writingMode?: string;
1126
+ x?: string;
1127
+ y?: string;
598
1128
  zIndex: string | number;
599
- zoom?: string | undefined;
600
- getPropertyPriority?: ((property: string) => string) | undefined;
601
- getPropertyValue?: ((property: string) => string) | undefined;
602
- item?: ((index: number) => string) | undefined;
603
- removeProperty?: ((property: string) => string) | undefined;
604
- setProperty?: ((property: string, value: string | null, priority?: string) => void) | undefined;
1129
+ zoom?: string;
1130
+ getPropertyPriority?: (property: string) => string;
1131
+ getPropertyValue?: (property: string) => string;
1132
+ item?: (index: number) => string;
1133
+ removeProperty?: (property: string) => string;
1134
+ setProperty?: (property: string, value: string | null, priority?: string) => void;
605
1135
  };
606
1136
  getCombinedContentStyle(): {
607
- accentColor?: string | undefined;
608
- alignContent?: string | undefined;
609
- alignItems?: string | undefined;
610
- alignSelf?: string | undefined;
611
- alignmentBaseline?: string | undefined;
612
- all?: string | undefined;
613
- animation?: string | undefined;
614
- animationComposition?: string | undefined;
615
- animationDelay?: string | undefined;
616
- animationDirection?: string | undefined;
617
- animationDuration?: string | undefined;
618
- animationFillMode?: string | undefined;
619
- animationIterationCount?: string | undefined;
620
- animationName?: string | undefined;
621
- animationPlayState?: string | undefined;
622
- animationTimingFunction?: string | undefined;
623
- appearance?: string | undefined;
624
- aspectRatio?: string | undefined;
625
- backdropFilter?: string | undefined;
626
- backfaceVisibility?: string | undefined;
627
- background?: string | undefined;
628
- backgroundAttachment?: string | undefined;
629
- backgroundBlendMode?: string | undefined;
630
- backgroundClip?: string | undefined;
631
- backgroundColor: string;
632
- backgroundImage?: string | undefined;
633
- backgroundOrigin?: string | undefined;
634
- backgroundPosition?: string | undefined;
635
- backgroundPositionX?: string | undefined;
636
- backgroundPositionY?: string | undefined;
637
- backgroundRepeat?: string | undefined;
638
- backgroundSize?: string | undefined;
639
- baselineShift?: string | undefined;
640
- baselineSource?: string | undefined;
641
- blockSize?: string | undefined;
642
- border?: string | undefined;
643
- borderBlock?: string | undefined;
644
- borderBlockColor?: string | undefined;
645
- borderBlockEnd?: string | undefined;
646
- borderBlockEndColor?: string | undefined;
647
- borderBlockEndStyle?: string | undefined;
648
- borderBlockEndWidth?: string | undefined;
649
- borderBlockStart?: string | undefined;
650
- borderBlockStartColor?: string | undefined;
651
- borderBlockStartStyle?: string | undefined;
652
- borderBlockStartWidth?: string | undefined;
653
- borderBlockStyle?: string | undefined;
654
- borderBlockWidth?: string | undefined;
655
- borderBottom?: string | undefined;
656
- borderBottomColor?: string | undefined;
657
- borderBottomLeftRadius?: string | undefined;
658
- borderBottomRightRadius?: string | undefined;
659
- borderBottomStyle?: string | undefined;
660
- borderBottomWidth?: string | undefined;
661
- borderCollapse?: string | undefined;
662
- borderColor?: string | undefined;
663
- borderEndEndRadius?: string | undefined;
664
- borderEndStartRadius?: string | undefined;
665
- borderImage?: string | undefined;
666
- borderImageOutset?: string | undefined;
667
- borderImageRepeat?: string | undefined;
668
- borderImageSlice?: string | undefined;
669
- borderImageSource?: string | undefined;
670
- borderImageWidth?: string | undefined;
671
- borderInline?: string | undefined;
672
- borderInlineColor?: string | undefined;
673
- borderInlineEnd?: string | undefined;
674
- borderInlineEndColor?: string | undefined;
675
- borderInlineEndStyle?: string | undefined;
676
- borderInlineEndWidth?: string | undefined;
677
- borderInlineStart?: string | undefined;
678
- borderInlineStartColor?: string | undefined;
679
- borderInlineStartStyle?: string | undefined;
680
- borderInlineStartWidth?: string | undefined;
681
- borderInlineStyle?: string | undefined;
682
- borderInlineWidth?: string | undefined;
683
- borderLeft?: string | undefined;
684
- borderLeftColor?: string | undefined;
685
- borderLeftStyle?: string | undefined;
686
- borderLeftWidth?: string | undefined;
1137
+ accentColor?: string;
1138
+ alignContent?: string;
1139
+ alignItems?: string;
1140
+ alignSelf?: string;
1141
+ alignmentBaseline?: string;
1142
+ all?: string;
1143
+ animation?: string;
1144
+ animationComposition?: string;
1145
+ animationDelay?: string;
1146
+ animationDirection?: string;
1147
+ animationDuration?: string;
1148
+ animationFillMode?: string;
1149
+ animationIterationCount?: string;
1150
+ animationName?: string;
1151
+ animationPlayState?: string;
1152
+ animationTimingFunction?: string;
1153
+ appearance?: string;
1154
+ aspectRatio?: string;
1155
+ backdropFilter?: string;
1156
+ backfaceVisibility?: string;
1157
+ background: string;
1158
+ backgroundAttachment?: string;
1159
+ backgroundBlendMode?: string;
1160
+ backgroundClip?: string;
1161
+ backgroundColor?: string;
1162
+ backgroundImage?: string;
1163
+ backgroundOrigin?: string;
1164
+ backgroundPosition?: string;
1165
+ backgroundPositionX?: string;
1166
+ backgroundPositionY?: string;
1167
+ backgroundRepeat?: string;
1168
+ backgroundSize?: string;
1169
+ baselineShift?: string;
1170
+ baselineSource?: string;
1171
+ blockSize?: string;
1172
+ border: string;
1173
+ borderBlock?: string;
1174
+ borderBlockColor?: string;
1175
+ borderBlockEnd?: string;
1176
+ borderBlockEndColor?: string;
1177
+ borderBlockEndStyle?: string;
1178
+ borderBlockEndWidth?: string;
1179
+ borderBlockStart?: string;
1180
+ borderBlockStartColor?: string;
1181
+ borderBlockStartStyle?: string;
1182
+ borderBlockStartWidth?: string;
1183
+ borderBlockStyle?: string;
1184
+ borderBlockWidth?: string;
1185
+ borderBottom?: string;
1186
+ borderBottomColor?: string;
1187
+ borderBottomLeftRadius?: string;
1188
+ borderBottomRightRadius?: string;
1189
+ borderBottomStyle?: string;
1190
+ borderBottomWidth?: string;
1191
+ borderCollapse?: string;
1192
+ borderColor?: string;
1193
+ borderEndEndRadius?: string;
1194
+ borderEndStartRadius?: string;
1195
+ borderImage?: string;
1196
+ borderImageOutset?: string;
1197
+ borderImageRepeat?: string;
1198
+ borderImageSlice?: string;
1199
+ borderImageSource?: string;
1200
+ borderImageWidth?: string;
1201
+ borderInline?: string;
1202
+ borderInlineColor?: string;
1203
+ borderInlineEnd?: string;
1204
+ borderInlineEndColor?: string;
1205
+ borderInlineEndStyle?: string;
1206
+ borderInlineEndWidth?: string;
1207
+ borderInlineStart?: string;
1208
+ borderInlineStartColor?: string;
1209
+ borderInlineStartStyle?: string;
1210
+ borderInlineStartWidth?: string;
1211
+ borderInlineStyle?: string;
1212
+ borderInlineWidth?: string;
1213
+ borderLeft?: string;
1214
+ borderLeftColor?: string;
1215
+ borderLeftStyle?: string;
1216
+ borderLeftWidth?: string;
687
1217
  borderRadius: string;
688
- borderRight?: string | undefined;
689
- borderRightColor?: string | undefined;
690
- borderRightStyle?: string | undefined;
691
- borderRightWidth?: string | undefined;
692
- borderSpacing?: string | undefined;
693
- borderStartEndRadius?: string | undefined;
694
- borderStartStartRadius?: string | undefined;
695
- borderStyle?: string | undefined;
696
- borderTop?: string | undefined;
697
- borderTopColor?: string | undefined;
698
- borderTopLeftRadius?: string | undefined;
699
- borderTopRightRadius?: string | undefined;
700
- borderTopStyle?: string | undefined;
701
- borderTopWidth?: string | undefined;
702
- borderWidth?: string | undefined;
703
- bottom?: string | undefined;
704
- boxShadow?: string | undefined;
705
- boxSizing?: string | undefined;
706
- breakAfter?: string | undefined;
707
- breakBefore?: string | undefined;
708
- breakInside?: string | undefined;
709
- captionSide?: string | undefined;
710
- caretColor?: string | undefined;
711
- clear?: string | undefined;
712
- clip?: string | undefined;
713
- clipPath?: string | undefined;
714
- clipRule?: string | undefined;
715
- color?: string | undefined;
716
- colorInterpolation?: string | undefined;
717
- colorInterpolationFilters?: string | undefined;
718
- colorScheme?: string | undefined;
719
- columnCount?: string | undefined;
720
- columnFill?: string | undefined;
721
- columnGap?: string | undefined;
722
- columnRule?: string | undefined;
723
- columnRuleColor?: string | undefined;
724
- columnRuleStyle?: string | undefined;
725
- columnRuleWidth?: string | undefined;
726
- columnSpan?: string | undefined;
727
- columnWidth?: string | undefined;
728
- columns?: string | undefined;
729
- contain?: string | undefined;
730
- containIntrinsicBlockSize?: string | undefined;
731
- containIntrinsicHeight?: string | undefined;
732
- containIntrinsicInlineSize?: string | undefined;
733
- containIntrinsicSize?: string | undefined;
734
- containIntrinsicWidth?: string | undefined;
735
- container?: string | undefined;
736
- containerName?: string | undefined;
737
- containerType?: string | undefined;
738
- content?: string | undefined;
739
- contentVisibility?: string | undefined;
740
- counterIncrement?: string | undefined;
741
- counterReset?: string | undefined;
742
- counterSet?: string | undefined;
743
- cssFloat?: string | undefined;
744
- cssText?: string | undefined;
745
- cursor?: string | undefined;
746
- cx?: string | undefined;
747
- cy?: string | undefined;
748
- d?: string | undefined;
749
- direction?: string | undefined;
750
- display?: string | undefined;
751
- dominantBaseline?: string | undefined;
752
- emptyCells?: string | undefined;
753
- fill?: string | undefined;
754
- fillOpacity?: string | undefined;
755
- fillRule?: string | undefined;
756
- filter?: string | undefined;
757
- flex?: string | undefined;
758
- flexBasis?: string | undefined;
759
- flexDirection?: string | undefined;
760
- flexFlow?: string | undefined;
761
- flexGrow?: string | undefined;
762
- flexShrink?: string | undefined;
763
- flexWrap?: string | undefined;
764
- float?: string | undefined;
765
- floodColor?: string | undefined;
766
- floodOpacity?: string | undefined;
767
- font?: string | undefined;
768
- fontFamily?: string | undefined;
769
- fontFeatureSettings?: string | undefined;
770
- fontKerning?: string | undefined;
771
- fontOpticalSizing?: string | undefined;
772
- fontPalette?: string | undefined;
773
- fontSize?: string | undefined;
774
- fontSizeAdjust?: string | undefined;
775
- fontStretch?: string | undefined;
776
- fontStyle?: string | undefined;
777
- fontSynthesis?: string | undefined;
778
- fontSynthesisSmallCaps?: string | undefined;
779
- fontSynthesisStyle?: string | undefined;
780
- fontSynthesisWeight?: string | undefined;
781
- fontVariant?: string | undefined;
782
- fontVariantAlternates?: string | undefined;
783
- fontVariantCaps?: string | undefined;
784
- fontVariantEastAsian?: string | undefined;
785
- fontVariantLigatures?: string | undefined;
786
- fontVariantNumeric?: string | undefined;
787
- fontVariantPosition?: string | undefined;
788
- fontVariationSettings?: string | undefined;
789
- fontWeight?: string | undefined;
790
- forcedColorAdjust?: string | undefined;
791
- gap?: string | undefined;
792
- grid?: string | undefined;
793
- gridArea?: string | undefined;
794
- gridAutoColumns?: string | undefined;
795
- gridAutoFlow?: string | undefined;
796
- gridAutoRows?: string | undefined;
797
- gridColumn?: string | undefined;
798
- gridColumnEnd?: string | undefined;
799
- gridColumnGap?: string | undefined;
800
- gridColumnStart?: string | undefined;
801
- gridGap?: string | undefined;
802
- gridRow?: string | undefined;
803
- gridRowEnd?: string | undefined;
804
- gridRowGap?: string | undefined;
805
- gridRowStart?: string | undefined;
806
- gridTemplate?: string | undefined;
807
- gridTemplateAreas?: string | undefined;
808
- gridTemplateColumns?: string | undefined;
809
- gridTemplateRows?: string | undefined;
810
- height?: string | undefined;
811
- hyphenateCharacter?: string | undefined;
812
- hyphens?: string | undefined;
813
- imageOrientation?: string | undefined;
814
- imageRendering?: string | undefined;
815
- inlineSize?: string | undefined;
816
- inset?: string | undefined;
817
- insetBlock?: string | undefined;
818
- insetBlockEnd?: string | undefined;
819
- insetBlockStart?: string | undefined;
820
- insetInline?: string | undefined;
821
- insetInlineEnd?: string | undefined;
822
- insetInlineStart?: string | undefined;
823
- isolation?: string | undefined;
824
- justifyContent?: string | undefined;
825
- justifyItems?: string | undefined;
826
- justifySelf?: string | undefined;
827
- left?: string | undefined;
828
- length?: number | undefined;
829
- letterSpacing?: string | undefined;
830
- lightingColor?: string | undefined;
831
- lineBreak?: string | undefined;
832
- lineHeight?: string | undefined;
833
- listStyle?: string | undefined;
834
- listStyleImage?: string | undefined;
835
- listStylePosition?: string | undefined;
836
- listStyleType?: string | undefined;
837
- margin?: string | undefined;
838
- marginBlock?: string | undefined;
839
- marginBlockEnd?: string | undefined;
840
- marginBlockStart?: string | undefined;
841
- marginBottom?: string | undefined;
842
- marginInline?: string | undefined;
843
- marginInlineEnd?: string | undefined;
844
- marginInlineStart?: string | undefined;
845
- marginLeft?: string | undefined;
846
- marginRight?: string | undefined;
847
- marginTop?: string | undefined;
848
- marker?: string | undefined;
849
- markerEnd?: string | undefined;
850
- markerMid?: string | undefined;
851
- markerStart?: string | undefined;
852
- mask?: string | undefined;
853
- maskClip?: string | undefined;
854
- maskComposite?: string | undefined;
855
- maskImage?: string | undefined;
856
- maskMode?: string | undefined;
857
- maskOrigin?: string | undefined;
858
- maskPosition?: string | undefined;
859
- maskRepeat?: string | undefined;
860
- maskSize?: string | undefined;
861
- maskType?: string | undefined;
862
- mathDepth?: string | undefined;
863
- mathStyle?: string | undefined;
864
- maxBlockSize?: string | undefined;
1218
+ borderRight?: string;
1219
+ borderRightColor?: string;
1220
+ borderRightStyle?: string;
1221
+ borderRightWidth?: string;
1222
+ borderSpacing?: string;
1223
+ borderStartEndRadius?: string;
1224
+ borderStartStartRadius?: string;
1225
+ borderStyle?: string;
1226
+ borderTop?: string;
1227
+ borderTopColor?: string;
1228
+ borderTopLeftRadius?: string;
1229
+ borderTopRightRadius?: string;
1230
+ borderTopStyle?: string;
1231
+ borderTopWidth?: string;
1232
+ borderWidth?: string;
1233
+ bottom?: string;
1234
+ boxShadow: string;
1235
+ boxSizing?: string;
1236
+ breakAfter?: string;
1237
+ breakBefore?: string;
1238
+ breakInside?: string;
1239
+ captionSide?: string;
1240
+ caretColor?: string;
1241
+ clear?: string;
1242
+ clip?: string;
1243
+ clipPath?: string;
1244
+ clipRule?: string;
1245
+ color: string;
1246
+ colorInterpolation?: string;
1247
+ colorInterpolationFilters?: string;
1248
+ colorScheme?: string;
1249
+ columnCount?: string;
1250
+ columnFill?: string;
1251
+ columnGap?: string;
1252
+ columnRule?: string;
1253
+ columnRuleColor?: string;
1254
+ columnRuleStyle?: string;
1255
+ columnRuleWidth?: string;
1256
+ columnSpan?: string;
1257
+ columnWidth?: string;
1258
+ columns?: string;
1259
+ contain?: string;
1260
+ containIntrinsicBlockSize?: string;
1261
+ containIntrinsicHeight?: string;
1262
+ containIntrinsicInlineSize?: string;
1263
+ containIntrinsicSize?: string;
1264
+ containIntrinsicWidth?: string;
1265
+ container?: string;
1266
+ containerName?: string;
1267
+ containerType?: string;
1268
+ content?: string;
1269
+ contentVisibility?: string;
1270
+ counterIncrement?: string;
1271
+ counterReset?: string;
1272
+ counterSet?: string;
1273
+ cssFloat?: string;
1274
+ cssText?: string;
1275
+ cursor?: string;
1276
+ cx?: string;
1277
+ cy?: string;
1278
+ d?: string;
1279
+ direction?: string;
1280
+ display?: string;
1281
+ dominantBaseline?: string;
1282
+ emptyCells?: string;
1283
+ fill?: string;
1284
+ fillOpacity?: string;
1285
+ fillRule?: string;
1286
+ filter?: string;
1287
+ flex?: string;
1288
+ flexBasis?: string;
1289
+ flexDirection?: string;
1290
+ flexFlow?: string;
1291
+ flexGrow?: string;
1292
+ flexShrink?: string;
1293
+ flexWrap?: string;
1294
+ float?: string;
1295
+ floodColor?: string;
1296
+ floodOpacity?: string;
1297
+ font?: string;
1298
+ fontFamily?: string;
1299
+ fontFeatureSettings?: string;
1300
+ fontKerning?: string;
1301
+ fontOpticalSizing?: string;
1302
+ fontPalette?: string;
1303
+ fontSize?: string;
1304
+ fontSizeAdjust?: string;
1305
+ fontStretch?: string;
1306
+ fontStyle?: string;
1307
+ fontSynthesis?: string;
1308
+ fontSynthesisSmallCaps?: string;
1309
+ fontSynthesisStyle?: string;
1310
+ fontSynthesisWeight?: string;
1311
+ fontVariant?: string;
1312
+ fontVariantAlternates?: string;
1313
+ fontVariantCaps?: string;
1314
+ fontVariantEastAsian?: string;
1315
+ fontVariantLigatures?: string;
1316
+ fontVariantNumeric?: string;
1317
+ fontVariantPosition?: string;
1318
+ fontVariationSettings?: string;
1319
+ fontWeight?: string;
1320
+ forcedColorAdjust?: string;
1321
+ gap?: string;
1322
+ grid?: string;
1323
+ gridArea?: string;
1324
+ gridAutoColumns?: string;
1325
+ gridAutoFlow?: string;
1326
+ gridAutoRows?: string;
1327
+ gridColumn?: string;
1328
+ gridColumnEnd?: string;
1329
+ gridColumnGap?: string;
1330
+ gridColumnStart?: string;
1331
+ gridGap?: string;
1332
+ gridRow?: string;
1333
+ gridRowEnd?: string;
1334
+ gridRowGap?: string;
1335
+ gridRowStart?: string;
1336
+ gridTemplate?: string;
1337
+ gridTemplateAreas?: string;
1338
+ gridTemplateColumns?: string;
1339
+ gridTemplateRows?: string;
1340
+ height?: string;
1341
+ hyphenateCharacter?: string;
1342
+ hyphens?: string;
1343
+ imageOrientation?: string;
1344
+ imageRendering?: string;
1345
+ inlineSize?: string;
1346
+ inset?: string;
1347
+ insetBlock?: string;
1348
+ insetBlockEnd?: string;
1349
+ insetBlockStart?: string;
1350
+ insetInline?: string;
1351
+ insetInlineEnd?: string;
1352
+ insetInlineStart?: string;
1353
+ isolation?: string;
1354
+ justifyContent?: string;
1355
+ justifyItems?: string;
1356
+ justifySelf?: string;
1357
+ left?: string;
1358
+ length?: number;
1359
+ letterSpacing?: string;
1360
+ lightingColor?: string;
1361
+ lineBreak?: string;
1362
+ lineHeight?: string;
1363
+ listStyle?: string;
1364
+ listStyleImage?: string;
1365
+ listStylePosition?: string;
1366
+ listStyleType?: string;
1367
+ margin?: string;
1368
+ marginBlock?: string;
1369
+ marginBlockEnd?: string;
1370
+ marginBlockStart?: string;
1371
+ marginBottom?: string;
1372
+ marginInline?: string;
1373
+ marginInlineEnd?: string;
1374
+ marginInlineStart?: string;
1375
+ marginLeft?: string;
1376
+ marginRight?: string;
1377
+ marginTop?: string;
1378
+ marker?: string;
1379
+ markerEnd?: string;
1380
+ markerMid?: string;
1381
+ markerStart?: string;
1382
+ mask?: string;
1383
+ maskClip?: string;
1384
+ maskComposite?: string;
1385
+ maskImage?: string;
1386
+ maskMode?: string;
1387
+ maskOrigin?: string;
1388
+ maskPosition?: string;
1389
+ maskRepeat?: string;
1390
+ maskSize?: string;
1391
+ maskType?: string;
1392
+ mathDepth?: string;
1393
+ mathStyle?: string;
1394
+ maxBlockSize?: string;
865
1395
  maxHeight: string;
866
- maxInlineSize?: string | undefined;
867
- maxWidth?: string | undefined;
868
- minBlockSize?: string | undefined;
869
- minHeight?: string | undefined;
870
- minInlineSize?: string | undefined;
871
- minWidth?: string | undefined;
872
- mixBlendMode?: string | undefined;
873
- objectFit?: string | undefined;
874
- objectPosition?: string | undefined;
875
- offset?: string | undefined;
876
- offsetAnchor?: string | undefined;
877
- offsetDistance?: string | undefined;
878
- offsetPath?: string | undefined;
879
- offsetPosition?: string | undefined;
880
- offsetRotate?: string | undefined;
881
- opacity?: string | undefined;
882
- order?: string | undefined;
883
- orphans?: string | undefined;
884
- outline?: string | undefined;
885
- outlineColor?: string | undefined;
886
- outlineOffset?: string | undefined;
887
- outlineStyle?: string | undefined;
888
- outlineWidth?: string | undefined;
889
- overflow?: string | undefined;
890
- overflowAnchor?: string | undefined;
891
- overflowClipMargin?: string | undefined;
892
- overflowWrap?: string | undefined;
893
- overflowX?: string | undefined;
1396
+ maxInlineSize?: string;
1397
+ maxWidth: string;
1398
+ minBlockSize?: string;
1399
+ minHeight?: string;
1400
+ minInlineSize?: string;
1401
+ minWidth?: string;
1402
+ mixBlendMode?: string;
1403
+ objectFit?: string;
1404
+ objectPosition?: string;
1405
+ offset?: string;
1406
+ offsetAnchor?: string;
1407
+ offsetDistance?: string;
1408
+ offsetPath?: string;
1409
+ offsetPosition?: string;
1410
+ offsetRotate?: string;
1411
+ opacity?: string;
1412
+ order?: string;
1413
+ orphans?: string;
1414
+ outline?: string;
1415
+ outlineColor?: string;
1416
+ outlineOffset?: string;
1417
+ outlineStyle?: string;
1418
+ outlineWidth?: string;
1419
+ overflow?: string;
1420
+ overflowAnchor?: string;
1421
+ overflowClipMargin?: string;
1422
+ overflowWrap?: string;
1423
+ overflowX?: string;
894
1424
  overflowY: string;
895
- overscrollBehavior?: string | undefined;
896
- overscrollBehaviorBlock?: string | undefined;
897
- overscrollBehaviorInline?: string | undefined;
898
- overscrollBehaviorX?: string | undefined;
899
- overscrollBehaviorY?: string | undefined;
1425
+ overscrollBehavior?: string;
1426
+ overscrollBehaviorBlock?: string;
1427
+ overscrollBehaviorInline?: string;
1428
+ overscrollBehaviorX?: string;
1429
+ overscrollBehaviorY?: string;
900
1430
  padding: string;
901
- paddingBlock?: string | undefined;
902
- paddingBlockEnd?: string | undefined;
903
- paddingBlockStart?: string | undefined;
904
- paddingBottom?: string | undefined;
905
- paddingInline?: string | undefined;
906
- paddingInlineEnd?: string | undefined;
907
- paddingInlineStart?: string | undefined;
908
- paddingLeft?: string | undefined;
909
- paddingRight?: string | undefined;
910
- paddingTop?: string | undefined;
911
- page?: string | undefined;
912
- pageBreakAfter?: string | undefined;
913
- pageBreakBefore?: string | undefined;
914
- pageBreakInside?: string | undefined;
915
- paintOrder?: string | undefined;
916
- parentRule?: CSSRule | null | undefined;
917
- perspective?: string | undefined;
918
- perspectiveOrigin?: string | undefined;
919
- placeContent?: string | undefined;
920
- placeItems?: string | undefined;
921
- placeSelf?: string | undefined;
922
- pointerEvents?: string | undefined;
923
- position?: string | undefined;
924
- printColorAdjust?: string | undefined;
925
- quotes?: string | undefined;
926
- r?: string | undefined;
927
- resize?: string | undefined;
928
- right?: string | undefined;
929
- rotate?: string | undefined;
930
- rowGap?: string | undefined;
931
- rubyPosition?: string | undefined;
932
- rx?: string | undefined;
933
- ry?: string | undefined;
934
- scale?: string | undefined;
935
- scrollBehavior?: string | undefined;
936
- scrollMargin?: string | undefined;
937
- scrollMarginBlock?: string | undefined;
938
- scrollMarginBlockEnd?: string | undefined;
939
- scrollMarginBlockStart?: string | undefined;
940
- scrollMarginBottom?: string | undefined;
941
- scrollMarginInline?: string | undefined;
942
- scrollMarginInlineEnd?: string | undefined;
943
- scrollMarginInlineStart?: string | undefined;
944
- scrollMarginLeft?: string | undefined;
945
- scrollMarginRight?: string | undefined;
946
- scrollMarginTop?: string | undefined;
947
- scrollPadding?: string | undefined;
948
- scrollPaddingBlock?: string | undefined;
949
- scrollPaddingBlockEnd?: string | undefined;
950
- scrollPaddingBlockStart?: string | undefined;
951
- scrollPaddingBottom?: string | undefined;
952
- scrollPaddingInline?: string | undefined;
953
- scrollPaddingInlineEnd?: string | undefined;
954
- scrollPaddingInlineStart?: string | undefined;
955
- scrollPaddingLeft?: string | undefined;
956
- scrollPaddingRight?: string | undefined;
957
- scrollPaddingTop?: string | undefined;
958
- scrollSnapAlign?: string | undefined;
959
- scrollSnapStop?: string | undefined;
960
- scrollSnapType?: string | undefined;
961
- scrollbarColor?: string | undefined;
962
- scrollbarGutter?: string | undefined;
963
- scrollbarWidth?: string | undefined;
964
- shapeImageThreshold?: string | undefined;
965
- shapeMargin?: string | undefined;
966
- shapeOutside?: string | undefined;
967
- shapeRendering?: string | undefined;
968
- stopColor?: string | undefined;
969
- stopOpacity?: string | undefined;
970
- stroke?: string | undefined;
971
- strokeDasharray?: string | undefined;
972
- strokeDashoffset?: string | undefined;
973
- strokeLinecap?: string | undefined;
974
- strokeLinejoin?: string | undefined;
975
- strokeMiterlimit?: string | undefined;
976
- strokeOpacity?: string | undefined;
977
- strokeWidth?: string | undefined;
978
- tabSize?: string | undefined;
979
- tableLayout?: string | undefined;
980
- textAlign?: string | undefined;
981
- textAlignLast?: string | undefined;
982
- textAnchor?: string | undefined;
983
- textCombineUpright?: string | undefined;
984
- textDecoration?: string | undefined;
985
- textDecorationColor?: string | undefined;
986
- textDecorationLine?: string | undefined;
987
- textDecorationSkipInk?: string | undefined;
988
- textDecorationStyle?: string | undefined;
989
- textDecorationThickness?: string | undefined;
990
- textEmphasis?: string | undefined;
991
- textEmphasisColor?: string | undefined;
992
- textEmphasisPosition?: string | undefined;
993
- textEmphasisStyle?: string | undefined;
994
- textIndent?: string | undefined;
995
- textOrientation?: string | undefined;
996
- textOverflow?: string | undefined;
997
- textRendering?: string | undefined;
998
- textShadow?: string | undefined;
999
- textTransform?: string | undefined;
1000
- textUnderlineOffset?: string | undefined;
1001
- textUnderlinePosition?: string | undefined;
1002
- textWrap?: string | undefined;
1003
- textWrapMode?: string | undefined;
1004
- textWrapStyle?: string | undefined;
1005
- top?: string | undefined;
1006
- touchAction?: string | undefined;
1007
- transform?: string | undefined;
1008
- transformBox?: string | undefined;
1009
- transformOrigin?: string | undefined;
1010
- transformStyle?: string | undefined;
1011
- transition?: string | undefined;
1012
- transitionBehavior?: string | undefined;
1013
- transitionDelay?: string | undefined;
1014
- transitionDuration?: string | undefined;
1015
- transitionProperty?: string | undefined;
1016
- transitionTimingFunction?: string | undefined;
1017
- translate?: string | undefined;
1018
- unicodeBidi?: string | undefined;
1019
- userSelect?: string | undefined;
1020
- vectorEffect?: string | undefined;
1021
- verticalAlign?: string | undefined;
1022
- visibility?: string | undefined;
1023
- webkitAlignContent?: string | undefined;
1024
- webkitAlignItems?: string | undefined;
1025
- webkitAlignSelf?: string | undefined;
1026
- webkitAnimation?: string | undefined;
1027
- webkitAnimationDelay?: string | undefined;
1028
- webkitAnimationDirection?: string | undefined;
1029
- webkitAnimationDuration?: string | undefined;
1030
- webkitAnimationFillMode?: string | undefined;
1031
- webkitAnimationIterationCount?: string | undefined;
1032
- webkitAnimationName?: string | undefined;
1033
- webkitAnimationPlayState?: string | undefined;
1034
- webkitAnimationTimingFunction?: string | undefined;
1035
- webkitAppearance?: string | undefined;
1036
- webkitBackfaceVisibility?: string | undefined;
1037
- webkitBackgroundClip?: string | undefined;
1038
- webkitBackgroundOrigin?: string | undefined;
1039
- webkitBackgroundSize?: string | undefined;
1040
- webkitBorderBottomLeftRadius?: string | undefined;
1041
- webkitBorderBottomRightRadius?: string | undefined;
1042
- webkitBorderRadius?: string | undefined;
1043
- webkitBorderTopLeftRadius?: string | undefined;
1044
- webkitBorderTopRightRadius?: string | undefined;
1045
- webkitBoxAlign?: string | undefined;
1046
- webkitBoxFlex?: string | undefined;
1047
- webkitBoxOrdinalGroup?: string | undefined;
1048
- webkitBoxOrient?: string | undefined;
1049
- webkitBoxPack?: string | undefined;
1050
- webkitBoxShadow?: string | undefined;
1051
- webkitBoxSizing?: string | undefined;
1052
- webkitFilter?: string | undefined;
1053
- webkitFlex?: string | undefined;
1054
- webkitFlexBasis?: string | undefined;
1055
- webkitFlexDirection?: string | undefined;
1056
- webkitFlexFlow?: string | undefined;
1057
- webkitFlexGrow?: string | undefined;
1058
- webkitFlexShrink?: string | undefined;
1059
- webkitFlexWrap?: string | undefined;
1060
- webkitJustifyContent?: string | undefined;
1061
- webkitLineClamp?: string | undefined;
1062
- webkitMask?: string | undefined;
1063
- webkitMaskBoxImage?: string | undefined;
1064
- webkitMaskBoxImageOutset?: string | undefined;
1065
- webkitMaskBoxImageRepeat?: string | undefined;
1066
- webkitMaskBoxImageSlice?: string | undefined;
1067
- webkitMaskBoxImageSource?: string | undefined;
1068
- webkitMaskBoxImageWidth?: string | undefined;
1069
- webkitMaskClip?: string | undefined;
1070
- webkitMaskComposite?: string | undefined;
1071
- webkitMaskImage?: string | undefined;
1072
- webkitMaskOrigin?: string | undefined;
1073
- webkitMaskPosition?: string | undefined;
1074
- webkitMaskRepeat?: string | undefined;
1075
- webkitMaskSize?: string | undefined;
1076
- webkitOrder?: string | undefined;
1077
- webkitPerspective?: string | undefined;
1078
- webkitPerspectiveOrigin?: string | undefined;
1079
- webkitTextFillColor?: string | undefined;
1080
- webkitTextSizeAdjust?: string | undefined;
1081
- webkitTextStroke?: string | undefined;
1082
- webkitTextStrokeColor?: string | undefined;
1083
- webkitTextStrokeWidth?: string | undefined;
1084
- webkitTransform?: string | undefined;
1085
- webkitTransformOrigin?: string | undefined;
1086
- webkitTransformStyle?: string | undefined;
1087
- webkitTransition?: string | undefined;
1088
- webkitTransitionDelay?: string | undefined;
1089
- webkitTransitionDuration?: string | undefined;
1090
- webkitTransitionProperty?: string | undefined;
1091
- webkitTransitionTimingFunction?: string | undefined;
1092
- webkitUserSelect?: string | undefined;
1093
- whiteSpace?: string | undefined;
1094
- whiteSpaceCollapse?: string | undefined;
1095
- widows?: string | undefined;
1431
+ paddingBlock?: string;
1432
+ paddingBlockEnd?: string;
1433
+ paddingBlockStart?: string;
1434
+ paddingBottom?: string;
1435
+ paddingInline?: string;
1436
+ paddingInlineEnd?: string;
1437
+ paddingInlineStart?: string;
1438
+ paddingLeft?: string;
1439
+ paddingRight?: string;
1440
+ paddingTop?: string;
1441
+ page?: string;
1442
+ pageBreakAfter?: string;
1443
+ pageBreakBefore?: string;
1444
+ pageBreakInside?: string;
1445
+ paintOrder?: string;
1446
+ parentRule?: CSSRule | null;
1447
+ perspective?: string;
1448
+ perspectiveOrigin?: string;
1449
+ placeContent?: string;
1450
+ placeItems?: string;
1451
+ placeSelf?: string;
1452
+ pointerEvents?: string;
1453
+ position?: string;
1454
+ printColorAdjust?: string;
1455
+ quotes?: string;
1456
+ r?: string;
1457
+ resize?: string;
1458
+ right?: string;
1459
+ rotate?: string;
1460
+ rowGap?: string;
1461
+ rubyPosition?: string;
1462
+ rx?: string;
1463
+ ry?: string;
1464
+ scale?: string;
1465
+ scrollBehavior?: string;
1466
+ scrollMargin?: string;
1467
+ scrollMarginBlock?: string;
1468
+ scrollMarginBlockEnd?: string;
1469
+ scrollMarginBlockStart?: string;
1470
+ scrollMarginBottom?: string;
1471
+ scrollMarginInline?: string;
1472
+ scrollMarginInlineEnd?: string;
1473
+ scrollMarginInlineStart?: string;
1474
+ scrollMarginLeft?: string;
1475
+ scrollMarginRight?: string;
1476
+ scrollMarginTop?: string;
1477
+ scrollPadding?: string;
1478
+ scrollPaddingBlock?: string;
1479
+ scrollPaddingBlockEnd?: string;
1480
+ scrollPaddingBlockStart?: string;
1481
+ scrollPaddingBottom?: string;
1482
+ scrollPaddingInline?: string;
1483
+ scrollPaddingInlineEnd?: string;
1484
+ scrollPaddingInlineStart?: string;
1485
+ scrollPaddingLeft?: string;
1486
+ scrollPaddingRight?: string;
1487
+ scrollPaddingTop?: string;
1488
+ scrollSnapAlign?: string;
1489
+ scrollSnapStop?: string;
1490
+ scrollSnapType?: string;
1491
+ scrollbarColor?: string;
1492
+ scrollbarGutter?: string;
1493
+ scrollbarWidth?: string;
1494
+ shapeImageThreshold?: string;
1495
+ shapeMargin?: string;
1496
+ shapeOutside?: string;
1497
+ shapeRendering?: string;
1498
+ stopColor?: string;
1499
+ stopOpacity?: string;
1500
+ stroke?: string;
1501
+ strokeDasharray?: string;
1502
+ strokeDashoffset?: string;
1503
+ strokeLinecap?: string;
1504
+ strokeLinejoin?: string;
1505
+ strokeMiterlimit?: string;
1506
+ strokeOpacity?: string;
1507
+ strokeWidth?: string;
1508
+ tabSize?: string;
1509
+ tableLayout?: string;
1510
+ textAlign?: string;
1511
+ textAlignLast?: string;
1512
+ textAnchor?: string;
1513
+ textCombineUpright?: string;
1514
+ textDecoration?: string;
1515
+ textDecorationColor?: string;
1516
+ textDecorationLine?: string;
1517
+ textDecorationSkipInk?: string;
1518
+ textDecorationStyle?: string;
1519
+ textDecorationThickness?: string;
1520
+ textEmphasis?: string;
1521
+ textEmphasisColor?: string;
1522
+ textEmphasisPosition?: string;
1523
+ textEmphasisStyle?: string;
1524
+ textIndent?: string;
1525
+ textOrientation?: string;
1526
+ textOverflow?: string;
1527
+ textRendering?: string;
1528
+ textShadow?: string;
1529
+ textTransform?: string;
1530
+ textUnderlineOffset?: string;
1531
+ textUnderlinePosition?: string;
1532
+ textWrap?: string;
1533
+ textWrapMode?: string;
1534
+ textWrapStyle?: string;
1535
+ top?: string;
1536
+ touchAction?: string;
1537
+ transform?: string;
1538
+ transformBox?: string;
1539
+ transformOrigin?: string;
1540
+ transformStyle?: string;
1541
+ transition?: string;
1542
+ transitionBehavior?: string;
1543
+ transitionDelay?: string;
1544
+ transitionDuration?: string;
1545
+ transitionProperty?: string;
1546
+ transitionTimingFunction?: string;
1547
+ translate?: string;
1548
+ unicodeBidi?: string;
1549
+ userSelect?: string;
1550
+ vectorEffect?: string;
1551
+ verticalAlign?: string;
1552
+ visibility?: string;
1553
+ webkitAlignContent?: string;
1554
+ webkitAlignItems?: string;
1555
+ webkitAlignSelf?: string;
1556
+ webkitAnimation?: string;
1557
+ webkitAnimationDelay?: string;
1558
+ webkitAnimationDirection?: string;
1559
+ webkitAnimationDuration?: string;
1560
+ webkitAnimationFillMode?: string;
1561
+ webkitAnimationIterationCount?: string;
1562
+ webkitAnimationName?: string;
1563
+ webkitAnimationPlayState?: string;
1564
+ webkitAnimationTimingFunction?: string;
1565
+ webkitAppearance?: string;
1566
+ webkitBackfaceVisibility?: string;
1567
+ webkitBackgroundClip?: string;
1568
+ webkitBackgroundOrigin?: string;
1569
+ webkitBackgroundSize?: string;
1570
+ webkitBorderBottomLeftRadius?: string;
1571
+ webkitBorderBottomRightRadius?: string;
1572
+ webkitBorderRadius?: string;
1573
+ webkitBorderTopLeftRadius?: string;
1574
+ webkitBorderTopRightRadius?: string;
1575
+ webkitBoxAlign?: string;
1576
+ webkitBoxFlex?: string;
1577
+ webkitBoxOrdinalGroup?: string;
1578
+ webkitBoxOrient?: string;
1579
+ webkitBoxPack?: string;
1580
+ webkitBoxShadow?: string;
1581
+ webkitBoxSizing?: string;
1582
+ webkitFilter?: string;
1583
+ webkitFlex?: string;
1584
+ webkitFlexBasis?: string;
1585
+ webkitFlexDirection?: string;
1586
+ webkitFlexFlow?: string;
1587
+ webkitFlexGrow?: string;
1588
+ webkitFlexShrink?: string;
1589
+ webkitFlexWrap?: string;
1590
+ webkitJustifyContent?: string;
1591
+ webkitLineClamp?: string;
1592
+ webkitMask?: string;
1593
+ webkitMaskBoxImage?: string;
1594
+ webkitMaskBoxImageOutset?: string;
1595
+ webkitMaskBoxImageRepeat?: string;
1596
+ webkitMaskBoxImageSlice?: string;
1597
+ webkitMaskBoxImageSource?: string;
1598
+ webkitMaskBoxImageWidth?: string;
1599
+ webkitMaskClip?: string;
1600
+ webkitMaskComposite?: string;
1601
+ webkitMaskImage?: string;
1602
+ webkitMaskOrigin?: string;
1603
+ webkitMaskPosition?: string;
1604
+ webkitMaskRepeat?: string;
1605
+ webkitMaskSize?: string;
1606
+ webkitOrder?: string;
1607
+ webkitPerspective?: string;
1608
+ webkitPerspectiveOrigin?: string;
1609
+ webkitTextFillColor?: string;
1610
+ webkitTextSizeAdjust?: string;
1611
+ webkitTextStroke?: string;
1612
+ webkitTextStrokeColor?: string;
1613
+ webkitTextStrokeWidth?: string;
1614
+ webkitTransform?: string;
1615
+ webkitTransformOrigin?: string;
1616
+ webkitTransformStyle?: string;
1617
+ webkitTransition?: string;
1618
+ webkitTransitionDelay?: string;
1619
+ webkitTransitionDuration?: string;
1620
+ webkitTransitionProperty?: string;
1621
+ webkitTransitionTimingFunction?: string;
1622
+ webkitUserSelect?: string;
1623
+ whiteSpace?: string;
1624
+ whiteSpaceCollapse?: string;
1625
+ widows?: string;
1096
1626
  width: string;
1097
- willChange?: string | undefined;
1098
- wordBreak?: string | undefined;
1099
- wordSpacing?: string | undefined;
1100
- wordWrap?: string | undefined;
1101
- writingMode?: string | undefined;
1102
- x?: string | undefined;
1103
- y?: string | undefined;
1104
- zIndex?: string | undefined;
1105
- zoom?: string | undefined;
1106
- getPropertyPriority?: ((property: string) => string) | undefined;
1107
- getPropertyValue?: ((property: string) => string) | undefined;
1108
- item?: ((index: number) => string) | undefined;
1109
- removeProperty?: ((property: string) => string) | undefined;
1110
- setProperty?: ((property: string, value: string | null, priority?: string) => void) | undefined;
1627
+ willChange?: string;
1628
+ wordBreak?: string;
1629
+ wordSpacing?: string;
1630
+ wordWrap?: string;
1631
+ writingMode?: string;
1632
+ x?: string;
1633
+ y?: string;
1634
+ zIndex?: string;
1635
+ zoom?: string;
1636
+ getPropertyPriority?: (property: string) => string;
1637
+ getPropertyValue?: (property: string) => string;
1638
+ item?: (index: number) => string;
1639
+ removeProperty?: (property: string) => string;
1640
+ setProperty?: (property: string, value: string | null, priority?: string) => void;
1111
1641
  };
1112
1642
  static ɵfac: i0.ɵɵFactoryDeclaration<EditRoomModalComponent, never>;
1113
- static ɵcmp: i0.ɵɵComponentDeclaration<EditRoomModalComponent, "app-edit-room-modal", never, { "editRoomModalVisible": { "alias": "editRoomModalVisible"; "required": false; }; "currentRoom": { "alias": "currentRoom"; "required": false; }; "participantsRef": { "alias": "participantsRef"; "required": false; }; "currentRoomIndex": { "alias": "currentRoomIndex"; "required": false; }; "position": { "alias": "position"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "overlayStyle": { "alias": "overlayStyle"; "required": false; }; "contentStyle": { "alias": "contentStyle"; "required": false; }; "customTemplate": { "alias": "customTemplate"; "required": false; }; }, { "setEditRoomModalVisible": "setEditRoomModalVisible"; "addParticipant": "addParticipant"; "removeParticipant": "removeParticipant"; }, never, never, true, never>;
1643
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditRoomModalComponent, "app-edit-room-modal", never, { "editRoomModalVisible": { "alias": "editRoomModalVisible"; "required": false; }; "currentRoom": { "alias": "currentRoom"; "required": false; }; "participantsRef": { "alias": "participantsRef"; "required": false; }; "currentRoomIndex": { "alias": "currentRoomIndex"; "required": false; }; "position": { "alias": "position"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "isDarkMode": { "alias": "isDarkMode"; "required": false; }; "overlayStyle": { "alias": "overlayStyle"; "required": false; }; "contentStyle": { "alias": "contentStyle"; "required": false; }; "customTemplate": { "alias": "customTemplate"; "required": false; }; "renderMode": { "alias": "renderMode"; "required": false; }; }, { "setEditRoomModalVisible": "setEditRoomModalVisible"; "addParticipant": "addParticipant"; "removeParticipant": "removeParticipant"; }, never, never, true, never>;
1114
1644
  }