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