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