mediasfu-angular 2.2.0 → 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 +2288 -375
- package/dist/README.md +2288 -375
- package/dist/fesm2022/mediasfu-angular.mjs +9519 -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 +24966 -73
- package/dist/lib/components/mediasfu-components/mediasfu-chat.component.d.ts +276 -73
- package/dist/lib/components/mediasfu-components/mediasfu-conference.component.d.ts +18132 -93
- package/dist/lib/components/mediasfu-components/mediasfu-generic.component.d.ts +56344 -93
- package/dist/lib/components/mediasfu-components/mediasfu-webinar.component.d.ts +20849 -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
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
1
2
|
import { CustomButton } from '../custom-buttons/custom-buttons.component';
|
|
2
3
|
import { EventType } from '../../../@types/types';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
export interface MenuModalRenderContext {
|
|
6
|
+
onClose: () => void;
|
|
7
|
+
}
|
|
4
8
|
export interface MenuModalOptions {
|
|
5
9
|
backgroundColor?: string;
|
|
6
10
|
isVisible: boolean;
|
|
@@ -12,18 +16,74 @@ export interface MenuModalOptions {
|
|
|
12
16
|
islevel: string;
|
|
13
17
|
eventType: EventType;
|
|
14
18
|
localLink?: string;
|
|
19
|
+
title?: string;
|
|
20
|
+
overlayStyle?: Partial<CSSStyleDeclaration>;
|
|
21
|
+
contentStyle?: Partial<CSSStyleDeclaration>;
|
|
22
|
+
customTemplate?: TemplateRef<any>;
|
|
23
|
+
overlayAttributes?: {
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
};
|
|
26
|
+
contentAttributes?: {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
};
|
|
29
|
+
headerAttributes?: {
|
|
30
|
+
[key: string]: any;
|
|
31
|
+
};
|
|
32
|
+
titleWrapperAttributes?: {
|
|
33
|
+
[key: string]: any;
|
|
34
|
+
};
|
|
35
|
+
badgeWrapperAttributes?: {
|
|
36
|
+
[key: string]: any;
|
|
37
|
+
};
|
|
38
|
+
closeButtonAttributes?: {
|
|
39
|
+
[key: string]: any;
|
|
40
|
+
};
|
|
41
|
+
menuIconAttributes?: {
|
|
42
|
+
[key: string]: any;
|
|
43
|
+
};
|
|
44
|
+
closeIconAttributes?: {
|
|
45
|
+
[key: string]: any;
|
|
46
|
+
};
|
|
47
|
+
dividerAttributes?: {
|
|
48
|
+
[key: string]: any;
|
|
49
|
+
};
|
|
50
|
+
bodyAttributes?: {
|
|
51
|
+
[key: string]: any;
|
|
52
|
+
};
|
|
53
|
+
scrollWrapperAttributes?: {
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
};
|
|
56
|
+
customButtonsWrapperAttributes?: {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
};
|
|
59
|
+
renderHeader?: TemplateRef<MenuModalRenderContext>;
|
|
60
|
+
renderTitle?: TemplateRef<any>;
|
|
61
|
+
renderCustomButtons?: TemplateRef<any>;
|
|
62
|
+
renderMeetingPasscode?: TemplateRef<any>;
|
|
63
|
+
renderMeetingId?: TemplateRef<any>;
|
|
64
|
+
renderShareButtons?: TemplateRef<any>;
|
|
65
|
+
renderBody?: TemplateRef<any>;
|
|
66
|
+
renderContent?: TemplateRef<any>;
|
|
15
67
|
onClose: () => void;
|
|
16
68
|
}
|
|
17
69
|
export type MenuModalType = (options: MenuModalOptions) => HTMLElement;
|
|
18
70
|
/**
|
|
19
|
-
*
|
|
71
|
+
* MenuModal - Customizable menu modal with extensive override capabilities
|
|
20
72
|
*
|
|
73
|
+
* @component
|
|
21
74
|
* @selector app-menu-modal
|
|
22
75
|
* @standalone true
|
|
23
76
|
* @templateUrl ./menu-modal.component.html
|
|
24
77
|
* @styleUrls ./menu-modal.component.css
|
|
25
78
|
*
|
|
79
|
+
* @description
|
|
80
|
+
* A fully customizable menu modal supporting three levels of customization:
|
|
81
|
+
* 1. **Style Overrides**: Customize overlay and content styles via `overlayStyle` and `contentStyle`
|
|
82
|
+
* 2. **Template Sections**: Override specific sections using render* props (header, title, buttons, etc.)
|
|
83
|
+
* 3. **Complete Replacement**: Provide a `customTemplate` to replace the entire modal UI
|
|
84
|
+
*
|
|
26
85
|
* @example
|
|
86
|
+
* **Basic Usage with Default Template**
|
|
27
87
|
* ```html
|
|
28
88
|
* <app-menu-modal
|
|
29
89
|
* [isVisible]="true"
|
|
@@ -36,16 +96,80 @@ export type MenuModalType = (options: MenuModalOptions) => HTMLElement;
|
|
|
36
96
|
* islevel="2"
|
|
37
97
|
* eventType="meeting"
|
|
38
98
|
* localLink="https://www.google.com"
|
|
39
|
-
* (onClose)="closeMenu()"
|
|
40
|
-
*
|
|
99
|
+
* (onClose)="closeMenu()">
|
|
100
|
+
* </app-menu-modal>
|
|
41
101
|
* ```
|
|
42
102
|
*
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
103
|
+
* @example
|
|
104
|
+
* **Style Customization**
|
|
105
|
+
* ```html
|
|
106
|
+
* <app-menu-modal
|
|
107
|
+
* [isVisible]="true"
|
|
108
|
+
* [overlayStyle]="{ backgroundColor: 'rgba(0, 0, 0, 0.8)' }"
|
|
109
|
+
* [contentStyle]="{ borderRadius: '20px', boxShadow: '0 10px 40px rgba(0,0,0,0.5)' }"
|
|
110
|
+
* roomName="Room 123"
|
|
111
|
+
* (onClose)="closeMenu()">
|
|
112
|
+
* </app-menu-modal>
|
|
48
113
|
* ```
|
|
114
|
+
*
|
|
115
|
+
* @example
|
|
116
|
+
* **Custom Template (Complete Override)**
|
|
117
|
+
* ```html
|
|
118
|
+
* <app-menu-modal
|
|
119
|
+
* [isVisible]="true"
|
|
120
|
+
* [customTemplate]="customMenuTemplate"
|
|
121
|
+
* roomName="Room 123"
|
|
122
|
+
* (onClose)="closeMenu()">
|
|
123
|
+
* </app-menu-modal>
|
|
124
|
+
*
|
|
125
|
+
* <ng-template #customMenuTemplate let-context>
|
|
126
|
+
* <div class="my-custom-menu">
|
|
127
|
+
* <h2>{{ context.roomName }}</h2>
|
|
128
|
+
* <button (click)="context.onClose()">Close</button>
|
|
129
|
+
* </div>
|
|
130
|
+
* </ng-template>
|
|
131
|
+
* ```
|
|
132
|
+
*
|
|
133
|
+
* @example
|
|
134
|
+
* **Section Override with renderTitle**
|
|
135
|
+
* ```html
|
|
136
|
+
* <app-menu-modal
|
|
137
|
+
* [isVisible]="true"
|
|
138
|
+
* [renderTitle]="customTitle"
|
|
139
|
+
* roomName="Room 123"
|
|
140
|
+
* (onClose)="closeMenu()">
|
|
141
|
+
* </app-menu-modal>
|
|
142
|
+
*
|
|
143
|
+
* <ng-template #customTitle let-context>
|
|
144
|
+
* <h1 class="custom-title">🎯 {{ context.title || 'Menu' }}</h1>
|
|
145
|
+
* </ng-template>
|
|
146
|
+
* ```
|
|
147
|
+
*
|
|
148
|
+
* @input {boolean} isVisible - Controls modal visibility
|
|
149
|
+
* @input {string} backgroundColor - Background color of the modal content (default: '#83c0e9')
|
|
150
|
+
* @input {string} position - Modal position: 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight' (default: 'bottomRight')
|
|
151
|
+
* @input {string} roomName - Room name to display
|
|
152
|
+
* @input {string} adminPasscode - Admin passcode for the room
|
|
153
|
+
* @input {string} islevel - User level indicator
|
|
154
|
+
* @input {EventType} eventType - Type of event (meeting, webinar, etc.)
|
|
155
|
+
* @input {CustomButton[]} customButtons - Array of custom action buttons
|
|
156
|
+
* @input {boolean} shareButtons - Show/hide share buttons (default: true)
|
|
157
|
+
* @input {string} localLink - Local link for sharing
|
|
158
|
+
* @input {string} title - Optional custom title
|
|
159
|
+
* @input {Partial<CSSStyleDeclaration>} overlayStyle - Custom styles for modal overlay
|
|
160
|
+
* @input {Partial<CSSStyleDeclaration>} contentStyle - Custom styles for modal content
|
|
161
|
+
* @input {TemplateRef<any>} customTemplate - Complete template override
|
|
162
|
+
* @input {TemplateRef<MenuModalRenderContext>} renderHeader - Custom header template
|
|
163
|
+
* @input {TemplateRef<any>} renderTitle - Custom title template
|
|
164
|
+
* @input {TemplateRef<any>} renderCustomButtons - Custom buttons section template
|
|
165
|
+
* @input {TemplateRef<any>} renderMeetingPasscode - Custom meeting passcode template
|
|
166
|
+
* @input {TemplateRef<any>} renderMeetingId - Custom meeting ID template
|
|
167
|
+
* @input {TemplateRef<any>} renderShareButtons - Custom share buttons template
|
|
168
|
+
* @input {TemplateRef<any>} renderBody - Custom body template
|
|
169
|
+
* @input {TemplateRef<any>} renderContent - Custom content template
|
|
170
|
+
* @output {void} onClose - Event emitted when modal is closed
|
|
171
|
+
*
|
|
172
|
+
* @see {@link MenuModalOptions} for complete options interface
|
|
49
173
|
*/
|
|
50
174
|
export declare class MenuModal {
|
|
51
175
|
backgroundColor: string;
|
|
@@ -58,7 +182,57 @@ export declare class MenuModal {
|
|
|
58
182
|
islevel: string;
|
|
59
183
|
eventType: EventType;
|
|
60
184
|
localLink: string;
|
|
185
|
+
title?: string;
|
|
186
|
+
overlayStyle?: Partial<CSSStyleDeclaration>;
|
|
187
|
+
contentStyle?: Partial<CSSStyleDeclaration>;
|
|
188
|
+
customTemplate?: TemplateRef<any>;
|
|
189
|
+
overlayAttributes?: {
|
|
190
|
+
[key: string]: any;
|
|
191
|
+
};
|
|
192
|
+
contentAttributes?: {
|
|
193
|
+
[key: string]: any;
|
|
194
|
+
};
|
|
195
|
+
headerAttributes?: {
|
|
196
|
+
[key: string]: any;
|
|
197
|
+
};
|
|
198
|
+
titleWrapperAttributes?: {
|
|
199
|
+
[key: string]: any;
|
|
200
|
+
};
|
|
201
|
+
badgeWrapperAttributes?: {
|
|
202
|
+
[key: string]: any;
|
|
203
|
+
};
|
|
204
|
+
closeButtonAttributes?: {
|
|
205
|
+
[key: string]: any;
|
|
206
|
+
};
|
|
207
|
+
menuIconAttributes?: {
|
|
208
|
+
[key: string]: any;
|
|
209
|
+
};
|
|
210
|
+
closeIconAttributes?: {
|
|
211
|
+
[key: string]: any;
|
|
212
|
+
};
|
|
213
|
+
dividerAttributes?: {
|
|
214
|
+
[key: string]: any;
|
|
215
|
+
};
|
|
216
|
+
bodyAttributes?: {
|
|
217
|
+
[key: string]: any;
|
|
218
|
+
};
|
|
219
|
+
scrollWrapperAttributes?: {
|
|
220
|
+
[key: string]: any;
|
|
221
|
+
};
|
|
222
|
+
customButtonsWrapperAttributes?: {
|
|
223
|
+
[key: string]: any;
|
|
224
|
+
};
|
|
225
|
+
renderHeader?: TemplateRef<MenuModalRenderContext>;
|
|
226
|
+
renderTitle?: TemplateRef<any>;
|
|
227
|
+
renderCustomButtons?: TemplateRef<any>;
|
|
228
|
+
renderMeetingPasscode?: TemplateRef<any>;
|
|
229
|
+
renderMeetingId?: TemplateRef<any>;
|
|
230
|
+
renderShareButtons?: TemplateRef<any>;
|
|
231
|
+
renderBody?: TemplateRef<any>;
|
|
232
|
+
renderContent?: TemplateRef<any>;
|
|
61
233
|
onClose: () => void;
|
|
234
|
+
get renderContext(): MenuModalRenderContext;
|
|
235
|
+
getTitle(): string;
|
|
62
236
|
faBars: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
63
237
|
faTimes: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
64
238
|
modalContainerStyle(): {
|
|
@@ -83,7 +257,513 @@ export declare class MenuModal {
|
|
|
83
257
|
left: string;
|
|
84
258
|
right: string;
|
|
85
259
|
};
|
|
260
|
+
getCombinedContentStyle(): {
|
|
261
|
+
accentColor?: string | undefined;
|
|
262
|
+
alignContent?: string | undefined;
|
|
263
|
+
alignItems?: string | undefined;
|
|
264
|
+
alignSelf?: string | undefined;
|
|
265
|
+
alignmentBaseline?: string | undefined;
|
|
266
|
+
all?: string | undefined;
|
|
267
|
+
animation?: string | undefined;
|
|
268
|
+
animationComposition?: string | undefined;
|
|
269
|
+
animationDelay?: string | undefined;
|
|
270
|
+
animationDirection?: string | undefined;
|
|
271
|
+
animationDuration?: string | undefined;
|
|
272
|
+
animationFillMode?: string | undefined;
|
|
273
|
+
animationIterationCount?: string | undefined;
|
|
274
|
+
animationName?: string | undefined;
|
|
275
|
+
animationPlayState?: string | undefined;
|
|
276
|
+
animationTimingFunction?: string | undefined;
|
|
277
|
+
appearance?: string | undefined;
|
|
278
|
+
aspectRatio?: string | undefined;
|
|
279
|
+
backdropFilter?: string | undefined;
|
|
280
|
+
backfaceVisibility?: string | undefined;
|
|
281
|
+
background?: string | undefined;
|
|
282
|
+
backgroundAttachment?: string | undefined;
|
|
283
|
+
backgroundBlendMode?: string | undefined;
|
|
284
|
+
backgroundClip?: string | undefined;
|
|
285
|
+
backgroundColor: string;
|
|
286
|
+
backgroundImage?: string | undefined;
|
|
287
|
+
backgroundOrigin?: string | undefined;
|
|
288
|
+
backgroundPosition?: string | undefined;
|
|
289
|
+
backgroundPositionX?: string | undefined;
|
|
290
|
+
backgroundPositionY?: string | undefined;
|
|
291
|
+
backgroundRepeat?: string | undefined;
|
|
292
|
+
backgroundSize?: string | undefined;
|
|
293
|
+
baselineShift?: string | undefined;
|
|
294
|
+
baselineSource?: string | undefined;
|
|
295
|
+
blockSize?: string | undefined;
|
|
296
|
+
border?: string | undefined;
|
|
297
|
+
borderBlock?: string | undefined;
|
|
298
|
+
borderBlockColor?: string | undefined;
|
|
299
|
+
borderBlockEnd?: string | undefined;
|
|
300
|
+
borderBlockEndColor?: string | undefined;
|
|
301
|
+
borderBlockEndStyle?: string | undefined;
|
|
302
|
+
borderBlockEndWidth?: string | undefined;
|
|
303
|
+
borderBlockStart?: string | undefined;
|
|
304
|
+
borderBlockStartColor?: string | undefined;
|
|
305
|
+
borderBlockStartStyle?: string | undefined;
|
|
306
|
+
borderBlockStartWidth?: string | undefined;
|
|
307
|
+
borderBlockStyle?: string | undefined;
|
|
308
|
+
borderBlockWidth?: string | undefined;
|
|
309
|
+
borderBottom?: string | undefined;
|
|
310
|
+
borderBottomColor?: string | undefined;
|
|
311
|
+
borderBottomLeftRadius?: string | undefined;
|
|
312
|
+
borderBottomRightRadius?: string | undefined;
|
|
313
|
+
borderBottomStyle?: string | undefined;
|
|
314
|
+
borderBottomWidth?: string | undefined;
|
|
315
|
+
borderCollapse?: string | undefined;
|
|
316
|
+
borderColor?: string | undefined;
|
|
317
|
+
borderEndEndRadius?: string | undefined;
|
|
318
|
+
borderEndStartRadius?: string | undefined;
|
|
319
|
+
borderImage?: string | undefined;
|
|
320
|
+
borderImageOutset?: string | undefined;
|
|
321
|
+
borderImageRepeat?: string | undefined;
|
|
322
|
+
borderImageSlice?: string | undefined;
|
|
323
|
+
borderImageSource?: string | undefined;
|
|
324
|
+
borderImageWidth?: string | undefined;
|
|
325
|
+
borderInline?: string | undefined;
|
|
326
|
+
borderInlineColor?: string | undefined;
|
|
327
|
+
borderInlineEnd?: string | undefined;
|
|
328
|
+
borderInlineEndColor?: string | undefined;
|
|
329
|
+
borderInlineEndStyle?: string | undefined;
|
|
330
|
+
borderInlineEndWidth?: string | undefined;
|
|
331
|
+
borderInlineStart?: string | undefined;
|
|
332
|
+
borderInlineStartColor?: string | undefined;
|
|
333
|
+
borderInlineStartStyle?: string | undefined;
|
|
334
|
+
borderInlineStartWidth?: string | undefined;
|
|
335
|
+
borderInlineStyle?: string | undefined;
|
|
336
|
+
borderInlineWidth?: string | undefined;
|
|
337
|
+
borderLeft?: string | undefined;
|
|
338
|
+
borderLeftColor?: string | undefined;
|
|
339
|
+
borderLeftStyle?: string | undefined;
|
|
340
|
+
borderLeftWidth?: string | undefined;
|
|
341
|
+
borderRadius: string;
|
|
342
|
+
borderRight?: string | undefined;
|
|
343
|
+
borderRightColor?: string | undefined;
|
|
344
|
+
borderRightStyle?: string | undefined;
|
|
345
|
+
borderRightWidth?: string | undefined;
|
|
346
|
+
borderSpacing?: string | undefined;
|
|
347
|
+
borderStartEndRadius?: string | undefined;
|
|
348
|
+
borderStartStartRadius?: string | undefined;
|
|
349
|
+
borderStyle?: string | undefined;
|
|
350
|
+
borderTop?: string | undefined;
|
|
351
|
+
borderTopColor?: string | undefined;
|
|
352
|
+
borderTopLeftRadius?: string | undefined;
|
|
353
|
+
borderTopRightRadius?: string | undefined;
|
|
354
|
+
borderTopStyle?: string | undefined;
|
|
355
|
+
borderTopWidth?: string | undefined;
|
|
356
|
+
borderWidth?: string | undefined;
|
|
357
|
+
bottom: string;
|
|
358
|
+
boxShadow?: string | undefined;
|
|
359
|
+
boxSizing?: string | undefined;
|
|
360
|
+
breakAfter?: string | undefined;
|
|
361
|
+
breakBefore?: string | undefined;
|
|
362
|
+
breakInside?: string | undefined;
|
|
363
|
+
captionSide?: string | undefined;
|
|
364
|
+
caretColor?: string | undefined;
|
|
365
|
+
clear?: string | undefined;
|
|
366
|
+
clip?: string | undefined;
|
|
367
|
+
clipPath?: string | undefined;
|
|
368
|
+
clipRule?: string | undefined;
|
|
369
|
+
color?: string | undefined;
|
|
370
|
+
colorInterpolation?: string | undefined;
|
|
371
|
+
colorInterpolationFilters?: string | undefined;
|
|
372
|
+
colorScheme?: string | undefined;
|
|
373
|
+
columnCount?: string | undefined;
|
|
374
|
+
columnFill?: string | undefined;
|
|
375
|
+
columnGap?: string | undefined;
|
|
376
|
+
columnRule?: string | undefined;
|
|
377
|
+
columnRuleColor?: string | undefined;
|
|
378
|
+
columnRuleStyle?: string | undefined;
|
|
379
|
+
columnRuleWidth?: string | undefined;
|
|
380
|
+
columnSpan?: string | undefined;
|
|
381
|
+
columnWidth?: string | undefined;
|
|
382
|
+
columns?: string | undefined;
|
|
383
|
+
contain?: string | undefined;
|
|
384
|
+
containIntrinsicBlockSize?: string | undefined;
|
|
385
|
+
containIntrinsicHeight?: string | undefined;
|
|
386
|
+
containIntrinsicInlineSize?: string | undefined;
|
|
387
|
+
containIntrinsicSize?: string | undefined;
|
|
388
|
+
containIntrinsicWidth?: string | undefined;
|
|
389
|
+
container?: string | undefined;
|
|
390
|
+
containerName?: string | undefined;
|
|
391
|
+
containerType?: string | undefined;
|
|
392
|
+
content?: string | undefined;
|
|
393
|
+
contentVisibility?: string | undefined;
|
|
394
|
+
counterIncrement?: string | undefined;
|
|
395
|
+
counterReset?: string | undefined;
|
|
396
|
+
counterSet?: string | undefined;
|
|
397
|
+
cssFloat?: string | undefined;
|
|
398
|
+
cssText?: string | undefined;
|
|
399
|
+
cursor?: string | undefined;
|
|
400
|
+
cx?: string | undefined;
|
|
401
|
+
cy?: string | undefined;
|
|
402
|
+
d?: string | undefined;
|
|
403
|
+
direction?: string | undefined;
|
|
404
|
+
display?: string | undefined;
|
|
405
|
+
dominantBaseline?: string | undefined;
|
|
406
|
+
emptyCells?: string | undefined;
|
|
407
|
+
fill?: string | undefined;
|
|
408
|
+
fillOpacity?: string | undefined;
|
|
409
|
+
fillRule?: string | undefined;
|
|
410
|
+
filter?: string | undefined;
|
|
411
|
+
flex?: string | undefined;
|
|
412
|
+
flexBasis?: string | undefined;
|
|
413
|
+
flexDirection?: string | undefined;
|
|
414
|
+
flexFlow?: string | undefined;
|
|
415
|
+
flexGrow?: string | undefined;
|
|
416
|
+
flexShrink?: string | undefined;
|
|
417
|
+
flexWrap?: string | undefined;
|
|
418
|
+
float?: string | undefined;
|
|
419
|
+
floodColor?: string | undefined;
|
|
420
|
+
floodOpacity?: string | undefined;
|
|
421
|
+
font?: string | undefined;
|
|
422
|
+
fontFamily?: string | undefined;
|
|
423
|
+
fontFeatureSettings?: string | undefined;
|
|
424
|
+
fontKerning?: string | undefined;
|
|
425
|
+
fontOpticalSizing?: string | undefined;
|
|
426
|
+
fontPalette?: string | undefined;
|
|
427
|
+
fontSize?: string | undefined;
|
|
428
|
+
fontSizeAdjust?: string | undefined;
|
|
429
|
+
fontStretch?: string | undefined;
|
|
430
|
+
fontStyle?: string | undefined;
|
|
431
|
+
fontSynthesis?: string | undefined;
|
|
432
|
+
fontSynthesisSmallCaps?: string | undefined;
|
|
433
|
+
fontSynthesisStyle?: string | undefined;
|
|
434
|
+
fontSynthesisWeight?: string | undefined;
|
|
435
|
+
fontVariant?: string | undefined;
|
|
436
|
+
fontVariantAlternates?: string | undefined;
|
|
437
|
+
fontVariantCaps?: string | undefined;
|
|
438
|
+
fontVariantEastAsian?: string | undefined;
|
|
439
|
+
fontVariantLigatures?: string | undefined;
|
|
440
|
+
fontVariantNumeric?: string | undefined;
|
|
441
|
+
fontVariantPosition?: string | undefined;
|
|
442
|
+
fontVariationSettings?: string | undefined;
|
|
443
|
+
fontWeight?: string | undefined;
|
|
444
|
+
forcedColorAdjust?: string | undefined;
|
|
445
|
+
gap?: string | undefined;
|
|
446
|
+
grid?: string | undefined;
|
|
447
|
+
gridArea?: string | undefined;
|
|
448
|
+
gridAutoColumns?: string | undefined;
|
|
449
|
+
gridAutoFlow?: string | undefined;
|
|
450
|
+
gridAutoRows?: string | undefined;
|
|
451
|
+
gridColumn?: string | undefined;
|
|
452
|
+
gridColumnEnd?: string | undefined;
|
|
453
|
+
gridColumnGap?: string | undefined;
|
|
454
|
+
gridColumnStart?: string | undefined;
|
|
455
|
+
gridGap?: string | undefined;
|
|
456
|
+
gridRow?: string | undefined;
|
|
457
|
+
gridRowEnd?: string | undefined;
|
|
458
|
+
gridRowGap?: string | undefined;
|
|
459
|
+
gridRowStart?: string | undefined;
|
|
460
|
+
gridTemplate?: string | undefined;
|
|
461
|
+
gridTemplateAreas?: string | undefined;
|
|
462
|
+
gridTemplateColumns?: string | undefined;
|
|
463
|
+
gridTemplateRows?: string | undefined;
|
|
464
|
+
height?: string | undefined;
|
|
465
|
+
hyphenateCharacter?: string | undefined;
|
|
466
|
+
hyphens?: string | undefined;
|
|
467
|
+
imageOrientation?: string | undefined;
|
|
468
|
+
imageRendering?: string | undefined;
|
|
469
|
+
inlineSize?: string | undefined;
|
|
470
|
+
inset?: string | undefined;
|
|
471
|
+
insetBlock?: string | undefined;
|
|
472
|
+
insetBlockEnd?: string | undefined;
|
|
473
|
+
insetBlockStart?: string | undefined;
|
|
474
|
+
insetInline?: string | undefined;
|
|
475
|
+
insetInlineEnd?: string | undefined;
|
|
476
|
+
insetInlineStart?: string | undefined;
|
|
477
|
+
isolation?: string | undefined;
|
|
478
|
+
justifyContent?: string | undefined;
|
|
479
|
+
justifyItems?: string | undefined;
|
|
480
|
+
justifySelf?: string | undefined;
|
|
481
|
+
left: string;
|
|
482
|
+
length?: number | undefined;
|
|
483
|
+
letterSpacing?: string | undefined;
|
|
484
|
+
lightingColor?: string | undefined;
|
|
485
|
+
lineBreak?: string | undefined;
|
|
486
|
+
lineHeight?: string | undefined;
|
|
487
|
+
listStyle?: string | undefined;
|
|
488
|
+
listStyleImage?: string | undefined;
|
|
489
|
+
listStylePosition?: string | undefined;
|
|
490
|
+
listStyleType?: string | undefined;
|
|
491
|
+
margin?: string | undefined;
|
|
492
|
+
marginBlock?: string | undefined;
|
|
493
|
+
marginBlockEnd?: string | undefined;
|
|
494
|
+
marginBlockStart?: string | undefined;
|
|
495
|
+
marginBottom?: string | undefined;
|
|
496
|
+
marginInline?: string | undefined;
|
|
497
|
+
marginInlineEnd?: string | undefined;
|
|
498
|
+
marginInlineStart?: string | undefined;
|
|
499
|
+
marginLeft?: string | undefined;
|
|
500
|
+
marginRight?: string | undefined;
|
|
501
|
+
marginTop?: string | undefined;
|
|
502
|
+
marker?: string | undefined;
|
|
503
|
+
markerEnd?: string | undefined;
|
|
504
|
+
markerMid?: string | undefined;
|
|
505
|
+
markerStart?: string | undefined;
|
|
506
|
+
mask?: string | undefined;
|
|
507
|
+
maskClip?: string | undefined;
|
|
508
|
+
maskComposite?: string | undefined;
|
|
509
|
+
maskImage?: string | undefined;
|
|
510
|
+
maskMode?: string | undefined;
|
|
511
|
+
maskOrigin?: string | undefined;
|
|
512
|
+
maskPosition?: string | undefined;
|
|
513
|
+
maskRepeat?: string | undefined;
|
|
514
|
+
maskSize?: string | undefined;
|
|
515
|
+
maskType?: string | undefined;
|
|
516
|
+
mathDepth?: string | undefined;
|
|
517
|
+
mathStyle?: string | undefined;
|
|
518
|
+
maxBlockSize?: string | undefined;
|
|
519
|
+
maxHeight: string;
|
|
520
|
+
maxInlineSize?: string | undefined;
|
|
521
|
+
maxWidth?: string | undefined;
|
|
522
|
+
minBlockSize?: string | undefined;
|
|
523
|
+
minHeight?: string | undefined;
|
|
524
|
+
minInlineSize?: string | undefined;
|
|
525
|
+
minWidth?: string | undefined;
|
|
526
|
+
mixBlendMode?: string | undefined;
|
|
527
|
+
objectFit?: string | undefined;
|
|
528
|
+
objectPosition?: string | undefined;
|
|
529
|
+
offset?: string | undefined;
|
|
530
|
+
offsetAnchor?: string | undefined;
|
|
531
|
+
offsetDistance?: string | undefined;
|
|
532
|
+
offsetPath?: string | undefined;
|
|
533
|
+
offsetPosition?: string | undefined;
|
|
534
|
+
offsetRotate?: string | undefined;
|
|
535
|
+
opacity?: string | undefined;
|
|
536
|
+
order?: string | undefined;
|
|
537
|
+
orphans?: string | undefined;
|
|
538
|
+
outline?: string | undefined;
|
|
539
|
+
outlineColor?: string | undefined;
|
|
540
|
+
outlineOffset?: string | undefined;
|
|
541
|
+
outlineStyle?: string | undefined;
|
|
542
|
+
outlineWidth?: string | undefined;
|
|
543
|
+
overflow?: string | undefined;
|
|
544
|
+
overflowAnchor?: string | undefined;
|
|
545
|
+
overflowClipMargin?: string | undefined;
|
|
546
|
+
overflowWrap?: string | undefined;
|
|
547
|
+
overflowX?: string | undefined;
|
|
548
|
+
overflowY: string;
|
|
549
|
+
overscrollBehavior?: string | undefined;
|
|
550
|
+
overscrollBehaviorBlock?: string | undefined;
|
|
551
|
+
overscrollBehaviorInline?: string | undefined;
|
|
552
|
+
overscrollBehaviorX?: string | undefined;
|
|
553
|
+
overscrollBehaviorY?: string | undefined;
|
|
554
|
+
padding: string;
|
|
555
|
+
paddingBlock?: string | undefined;
|
|
556
|
+
paddingBlockEnd?: string | undefined;
|
|
557
|
+
paddingBlockStart?: string | undefined;
|
|
558
|
+
paddingBottom?: string | undefined;
|
|
559
|
+
paddingInline?: string | undefined;
|
|
560
|
+
paddingInlineEnd?: string | undefined;
|
|
561
|
+
paddingInlineStart?: string | undefined;
|
|
562
|
+
paddingLeft?: string | undefined;
|
|
563
|
+
paddingRight?: string | undefined;
|
|
564
|
+
paddingTop?: string | undefined;
|
|
565
|
+
page?: string | undefined;
|
|
566
|
+
pageBreakAfter?: string | undefined;
|
|
567
|
+
pageBreakBefore?: string | undefined;
|
|
568
|
+
pageBreakInside?: string | undefined;
|
|
569
|
+
paintOrder?: string | undefined;
|
|
570
|
+
parentRule?: CSSRule | null | undefined;
|
|
571
|
+
perspective?: string | undefined;
|
|
572
|
+
perspectiveOrigin?: string | undefined;
|
|
573
|
+
placeContent?: string | undefined;
|
|
574
|
+
placeItems?: string | undefined;
|
|
575
|
+
placeSelf?: string | undefined;
|
|
576
|
+
pointerEvents?: string | undefined;
|
|
577
|
+
position?: string | undefined;
|
|
578
|
+
printColorAdjust?: string | undefined;
|
|
579
|
+
quotes?: string | undefined;
|
|
580
|
+
r?: string | undefined;
|
|
581
|
+
resize?: string | undefined;
|
|
582
|
+
right: string;
|
|
583
|
+
rotate?: string | undefined;
|
|
584
|
+
rowGap?: string | undefined;
|
|
585
|
+
rubyPosition?: string | undefined;
|
|
586
|
+
rx?: string | undefined;
|
|
587
|
+
ry?: string | undefined;
|
|
588
|
+
scale?: string | undefined;
|
|
589
|
+
scrollBehavior?: string | undefined;
|
|
590
|
+
scrollMargin?: string | undefined;
|
|
591
|
+
scrollMarginBlock?: string | undefined;
|
|
592
|
+
scrollMarginBlockEnd?: string | undefined;
|
|
593
|
+
scrollMarginBlockStart?: string | undefined;
|
|
594
|
+
scrollMarginBottom?: string | undefined;
|
|
595
|
+
scrollMarginInline?: string | undefined;
|
|
596
|
+
scrollMarginInlineEnd?: string | undefined;
|
|
597
|
+
scrollMarginInlineStart?: string | undefined;
|
|
598
|
+
scrollMarginLeft?: string | undefined;
|
|
599
|
+
scrollMarginRight?: string | undefined;
|
|
600
|
+
scrollMarginTop?: string | undefined;
|
|
601
|
+
scrollPadding?: string | undefined;
|
|
602
|
+
scrollPaddingBlock?: string | undefined;
|
|
603
|
+
scrollPaddingBlockEnd?: string | undefined;
|
|
604
|
+
scrollPaddingBlockStart?: string | undefined;
|
|
605
|
+
scrollPaddingBottom?: string | undefined;
|
|
606
|
+
scrollPaddingInline?: string | undefined;
|
|
607
|
+
scrollPaddingInlineEnd?: string | undefined;
|
|
608
|
+
scrollPaddingInlineStart?: string | undefined;
|
|
609
|
+
scrollPaddingLeft?: string | undefined;
|
|
610
|
+
scrollPaddingRight?: string | undefined;
|
|
611
|
+
scrollPaddingTop?: string | undefined;
|
|
612
|
+
scrollSnapAlign?: string | undefined;
|
|
613
|
+
scrollSnapStop?: string | undefined;
|
|
614
|
+
scrollSnapType?: string | undefined;
|
|
615
|
+
scrollbarColor?: string | undefined;
|
|
616
|
+
scrollbarGutter?: string | undefined;
|
|
617
|
+
scrollbarWidth?: string | undefined;
|
|
618
|
+
shapeImageThreshold?: string | undefined;
|
|
619
|
+
shapeMargin?: string | undefined;
|
|
620
|
+
shapeOutside?: string | undefined;
|
|
621
|
+
shapeRendering?: string | undefined;
|
|
622
|
+
stopColor?: string | undefined;
|
|
623
|
+
stopOpacity?: string | undefined;
|
|
624
|
+
stroke?: string | undefined;
|
|
625
|
+
strokeDasharray?: string | undefined;
|
|
626
|
+
strokeDashoffset?: string | undefined;
|
|
627
|
+
strokeLinecap?: string | undefined;
|
|
628
|
+
strokeLinejoin?: string | undefined;
|
|
629
|
+
strokeMiterlimit?: string | undefined;
|
|
630
|
+
strokeOpacity?: string | undefined;
|
|
631
|
+
strokeWidth?: string | undefined;
|
|
632
|
+
tabSize?: string | undefined;
|
|
633
|
+
tableLayout?: string | undefined;
|
|
634
|
+
textAlign?: string | undefined;
|
|
635
|
+
textAlignLast?: string | undefined;
|
|
636
|
+
textAnchor?: string | undefined;
|
|
637
|
+
textCombineUpright?: string | undefined;
|
|
638
|
+
textDecoration?: string | undefined;
|
|
639
|
+
textDecorationColor?: string | undefined;
|
|
640
|
+
textDecorationLine?: string | undefined;
|
|
641
|
+
textDecorationSkipInk?: string | undefined;
|
|
642
|
+
textDecorationStyle?: string | undefined;
|
|
643
|
+
textDecorationThickness?: string | undefined;
|
|
644
|
+
textEmphasis?: string | undefined;
|
|
645
|
+
textEmphasisColor?: string | undefined;
|
|
646
|
+
textEmphasisPosition?: string | undefined;
|
|
647
|
+
textEmphasisStyle?: string | undefined;
|
|
648
|
+
textIndent?: string | undefined;
|
|
649
|
+
textOrientation?: string | undefined;
|
|
650
|
+
textOverflow?: string | undefined;
|
|
651
|
+
textRendering?: string | undefined;
|
|
652
|
+
textShadow?: string | undefined;
|
|
653
|
+
textTransform?: string | undefined;
|
|
654
|
+
textUnderlineOffset?: string | undefined;
|
|
655
|
+
textUnderlinePosition?: string | undefined;
|
|
656
|
+
textWrap?: string | undefined;
|
|
657
|
+
textWrapMode?: string | undefined;
|
|
658
|
+
textWrapStyle?: string | undefined;
|
|
659
|
+
top: string;
|
|
660
|
+
touchAction?: string | undefined;
|
|
661
|
+
transform?: string | undefined;
|
|
662
|
+
transformBox?: string | undefined;
|
|
663
|
+
transformOrigin?: string | undefined;
|
|
664
|
+
transformStyle?: string | undefined;
|
|
665
|
+
transition?: string | undefined;
|
|
666
|
+
transitionBehavior?: string | undefined;
|
|
667
|
+
transitionDelay?: string | undefined;
|
|
668
|
+
transitionDuration?: string | undefined;
|
|
669
|
+
transitionProperty?: string | undefined;
|
|
670
|
+
transitionTimingFunction?: string | undefined;
|
|
671
|
+
translate?: string | undefined;
|
|
672
|
+
unicodeBidi?: string | undefined;
|
|
673
|
+
userSelect?: string | undefined;
|
|
674
|
+
vectorEffect?: string | undefined;
|
|
675
|
+
verticalAlign?: string | undefined;
|
|
676
|
+
visibility?: string | undefined;
|
|
677
|
+
webkitAlignContent?: string | undefined;
|
|
678
|
+
webkitAlignItems?: string | undefined;
|
|
679
|
+
webkitAlignSelf?: string | undefined;
|
|
680
|
+
webkitAnimation?: string | undefined;
|
|
681
|
+
webkitAnimationDelay?: string | undefined;
|
|
682
|
+
webkitAnimationDirection?: string | undefined;
|
|
683
|
+
webkitAnimationDuration?: string | undefined;
|
|
684
|
+
webkitAnimationFillMode?: string | undefined;
|
|
685
|
+
webkitAnimationIterationCount?: string | undefined;
|
|
686
|
+
webkitAnimationName?: string | undefined;
|
|
687
|
+
webkitAnimationPlayState?: string | undefined;
|
|
688
|
+
webkitAnimationTimingFunction?: string | undefined;
|
|
689
|
+
webkitAppearance?: string | undefined;
|
|
690
|
+
webkitBackfaceVisibility?: string | undefined;
|
|
691
|
+
webkitBackgroundClip?: string | undefined;
|
|
692
|
+
webkitBackgroundOrigin?: string | undefined;
|
|
693
|
+
webkitBackgroundSize?: string | undefined;
|
|
694
|
+
webkitBorderBottomLeftRadius?: string | undefined;
|
|
695
|
+
webkitBorderBottomRightRadius?: string | undefined;
|
|
696
|
+
webkitBorderRadius?: string | undefined;
|
|
697
|
+
webkitBorderTopLeftRadius?: string | undefined;
|
|
698
|
+
webkitBorderTopRightRadius?: string | undefined;
|
|
699
|
+
webkitBoxAlign?: string | undefined;
|
|
700
|
+
webkitBoxFlex?: string | undefined;
|
|
701
|
+
webkitBoxOrdinalGroup?: string | undefined;
|
|
702
|
+
webkitBoxOrient?: string | undefined;
|
|
703
|
+
webkitBoxPack?: string | undefined;
|
|
704
|
+
webkitBoxShadow?: string | undefined;
|
|
705
|
+
webkitBoxSizing?: string | undefined;
|
|
706
|
+
webkitFilter?: string | undefined;
|
|
707
|
+
webkitFlex?: string | undefined;
|
|
708
|
+
webkitFlexBasis?: string | undefined;
|
|
709
|
+
webkitFlexDirection?: string | undefined;
|
|
710
|
+
webkitFlexFlow?: string | undefined;
|
|
711
|
+
webkitFlexGrow?: string | undefined;
|
|
712
|
+
webkitFlexShrink?: string | undefined;
|
|
713
|
+
webkitFlexWrap?: string | undefined;
|
|
714
|
+
webkitJustifyContent?: string | undefined;
|
|
715
|
+
webkitLineClamp?: string | undefined;
|
|
716
|
+
webkitMask?: string | undefined;
|
|
717
|
+
webkitMaskBoxImage?: string | undefined;
|
|
718
|
+
webkitMaskBoxImageOutset?: string | undefined;
|
|
719
|
+
webkitMaskBoxImageRepeat?: string | undefined;
|
|
720
|
+
webkitMaskBoxImageSlice?: string | undefined;
|
|
721
|
+
webkitMaskBoxImageSource?: string | undefined;
|
|
722
|
+
webkitMaskBoxImageWidth?: string | undefined;
|
|
723
|
+
webkitMaskClip?: string | undefined;
|
|
724
|
+
webkitMaskComposite?: string | undefined;
|
|
725
|
+
webkitMaskImage?: string | undefined;
|
|
726
|
+
webkitMaskOrigin?: string | undefined;
|
|
727
|
+
webkitMaskPosition?: string | undefined;
|
|
728
|
+
webkitMaskRepeat?: string | undefined;
|
|
729
|
+
webkitMaskSize?: string | undefined;
|
|
730
|
+
webkitOrder?: string | undefined;
|
|
731
|
+
webkitPerspective?: string | undefined;
|
|
732
|
+
webkitPerspectiveOrigin?: string | undefined;
|
|
733
|
+
webkitTextFillColor?: string | undefined;
|
|
734
|
+
webkitTextSizeAdjust?: string | undefined;
|
|
735
|
+
webkitTextStroke?: string | undefined;
|
|
736
|
+
webkitTextStrokeColor?: string | undefined;
|
|
737
|
+
webkitTextStrokeWidth?: string | undefined;
|
|
738
|
+
webkitTransform?: string | undefined;
|
|
739
|
+
webkitTransformOrigin?: string | undefined;
|
|
740
|
+
webkitTransformStyle?: string | undefined;
|
|
741
|
+
webkitTransition?: string | undefined;
|
|
742
|
+
webkitTransitionDelay?: string | undefined;
|
|
743
|
+
webkitTransitionDuration?: string | undefined;
|
|
744
|
+
webkitTransitionProperty?: string | undefined;
|
|
745
|
+
webkitTransitionTimingFunction?: string | undefined;
|
|
746
|
+
webkitUserSelect?: string | undefined;
|
|
747
|
+
whiteSpace?: string | undefined;
|
|
748
|
+
whiteSpaceCollapse?: string | undefined;
|
|
749
|
+
widows?: string | undefined;
|
|
750
|
+
width: string;
|
|
751
|
+
willChange?: string | undefined;
|
|
752
|
+
wordBreak?: string | undefined;
|
|
753
|
+
wordSpacing?: string | undefined;
|
|
754
|
+
wordWrap?: string | undefined;
|
|
755
|
+
writingMode?: string | undefined;
|
|
756
|
+
x?: string | undefined;
|
|
757
|
+
y?: string | undefined;
|
|
758
|
+
zIndex?: string | undefined;
|
|
759
|
+
zoom?: string | undefined;
|
|
760
|
+
getPropertyPriority?: ((property: string) => string) | undefined;
|
|
761
|
+
getPropertyValue?: ((property: string) => string) | undefined;
|
|
762
|
+
item?: ((index: number) => string) | undefined;
|
|
763
|
+
removeProperty?: ((property: string) => string) | undefined;
|
|
764
|
+
setProperty?: ((property: string, value: string | null, priority?: string) => void) | undefined;
|
|
765
|
+
};
|
|
86
766
|
handleClose(): void;
|
|
87
767
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuModal, never>;
|
|
88
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuModal, "app-menu-modal", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "isVisible": { "alias": "isVisible"; "required": false; }; "customButtons": { "alias": "customButtons"; "required": false; }; "shareButtons": { "alias": "shareButtons"; "required": false; }; "position": { "alias": "position"; "required": false; }; "roomName": { "alias": "roomName"; "required": false; }; "adminPasscode": { "alias": "adminPasscode"; "required": false; }; "islevel": { "alias": "islevel"; "required": false; }; "eventType": { "alias": "eventType"; "required": false; }; "localLink": { "alias": "localLink"; "required": false; }; "onClose": { "alias": "onClose"; "required": false; }; }, {}, never, never, true, never>;
|
|
768
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuModal, "app-menu-modal", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "isVisible": { "alias": "isVisible"; "required": false; }; "customButtons": { "alias": "customButtons"; "required": false; }; "shareButtons": { "alias": "shareButtons"; "required": false; }; "position": { "alias": "position"; "required": false; }; "roomName": { "alias": "roomName"; "required": false; }; "adminPasscode": { "alias": "adminPasscode"; "required": false; }; "islevel": { "alias": "islevel"; "required": false; }; "eventType": { "alias": "eventType"; "required": false; }; "localLink": { "alias": "localLink"; "required": false; }; "title": { "alias": "title"; "required": false; }; "overlayStyle": { "alias": "overlayStyle"; "required": false; }; "contentStyle": { "alias": "contentStyle"; "required": false; }; "customTemplate": { "alias": "customTemplate"; "required": false; }; "overlayAttributes": { "alias": "overlayAttributes"; "required": false; }; "contentAttributes": { "alias": "contentAttributes"; "required": false; }; "headerAttributes": { "alias": "headerAttributes"; "required": false; }; "titleWrapperAttributes": { "alias": "titleWrapperAttributes"; "required": false; }; "badgeWrapperAttributes": { "alias": "badgeWrapperAttributes"; "required": false; }; "closeButtonAttributes": { "alias": "closeButtonAttributes"; "required": false; }; "menuIconAttributes": { "alias": "menuIconAttributes"; "required": false; }; "closeIconAttributes": { "alias": "closeIconAttributes"; "required": false; }; "dividerAttributes": { "alias": "dividerAttributes"; "required": false; }; "bodyAttributes": { "alias": "bodyAttributes"; "required": false; }; "scrollWrapperAttributes": { "alias": "scrollWrapperAttributes"; "required": false; }; "customButtonsWrapperAttributes": { "alias": "customButtonsWrapperAttributes"; "required": false; }; "renderHeader": { "alias": "renderHeader"; "required": false; }; "renderTitle": { "alias": "renderTitle"; "required": false; }; "renderCustomButtons": { "alias": "renderCustomButtons"; "required": false; }; "renderMeetingPasscode": { "alias": "renderMeetingPasscode"; "required": false; }; "renderMeetingId": { "alias": "renderMeetingId"; "required": false; }; "renderShareButtons": { "alias": "renderShareButtons"; "required": false; }; "renderBody": { "alias": "renderBody"; "required": false; }; "renderContent": { "alias": "renderContent"; "required": false; }; "onClose": { "alias": "onClose"; "required": false; }; }, {}, never, never, true, never>;
|
|
89
769
|
}
|