mediasfu-angular 2.2.2 → 2.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (192) hide show
  1. package/README.md +153 -54
  2. package/USAGE_COOKBOOK.md +202 -0
  3. package/dist/LICENSE +21 -0
  4. package/dist/README.md +153 -54
  5. package/dist/fesm2022/mediasfu-angular.mjs +21817 -12635
  6. package/dist/fesm2022/mediasfu-angular.mjs.map +1 -1
  7. package/dist/lib/@types/types.d.ts +22 -1
  8. package/dist/lib/@types/ui-overrides.types.d.ts +4 -0
  9. package/dist/lib/components/background-components/background-modal/background-modal.component.d.ts +1024 -997
  10. package/dist/lib/components/breakout-components/breakout-rooms-modal.component.d.ts +2052 -1001
  11. package/dist/lib/components/breakout-components/edit-room-modal/edit-room-modal.component.d.ts +1527 -997
  12. package/dist/lib/components/breakout-components/room-list/room-list.component.d.ts +5 -1
  13. package/dist/lib/components/co-host-components/co-host-modal/co-host-modal.component.d.ts +988 -988
  14. package/dist/lib/components/display-components/alert-component/alert.component.component.d.ts +20 -6
  15. package/dist/lib/components/display-components/audio-card/audio-card.component.d.ts +17 -7
  16. package/dist/lib/components/display-components/audio-grid/audio-grid.component.d.ts +509 -1
  17. package/dist/lib/components/display-components/card-video-display/card-video-display.component.d.ts +3 -0
  18. package/dist/lib/components/display-components/control-buttons-alt-component/control-buttons-alt-component.component.d.ts +1 -1
  19. package/dist/lib/components/display-components/control-buttons-component/control-buttons-component.component.d.ts +34 -2
  20. package/dist/lib/components/display-components/control-buttons-component-touch/control-buttons-component-touch.component.d.ts +19 -0
  21. package/dist/lib/components/display-components/control-widgets/control-icon-badge-widget.component.d.ts +13 -0
  22. package/dist/lib/components/display-components/control-widgets/menu-participants-widget.component.d.ts +1 -0
  23. package/dist/lib/components/display-components/control-widgets/menu-widget.component.d.ts +2 -2
  24. package/dist/lib/components/display-components/control-widgets/message-widget.component.d.ts +2 -2
  25. package/dist/lib/components/display-components/control-widgets/record-timer-widget.component.d.ts +2 -0
  26. package/dist/lib/components/display-components/control-widgets/screenshare-widget.component.d.ts +5 -3
  27. package/dist/lib/components/display-components/flexible-grid/flexible-grid.component.d.ts +530 -2
  28. package/dist/lib/components/display-components/flexible-video/flexible-video.component.d.ts +41 -1
  29. package/dist/lib/components/display-components/loading-modal/loading-modal.component.d.ts +2029 -5
  30. package/dist/lib/components/display-components/main-grid-component/main-grid-component.component.d.ts +506 -1
  31. package/dist/lib/components/display-components/main-screen-component/main-screen-component.component.d.ts +497 -497
  32. package/dist/lib/components/display-components/meeting-progress-timer/meeting-progress-timer.component.d.ts +18 -11
  33. package/dist/lib/components/display-components/mini-audio/mini-audio.component.d.ts +11 -3
  34. package/dist/lib/components/display-components/mini-card/mini-card.component.d.ts +1026 -999
  35. package/dist/lib/components/display-components/mini-card-audio/mini-card-audio.component.d.ts +9 -3
  36. package/dist/lib/components/display-components/other-grid-component/other-grid-component.component.d.ts +511 -1
  37. package/dist/lib/components/display-components/pagination/pagination.component.d.ts +34 -1
  38. package/dist/lib/components/display-components/sub-aspect-component/sub-aspect-component.component.d.ts +507 -1
  39. package/dist/lib/components/display-components/subtitle-overlay/subtitle-overlay.component.d.ts +6 -0
  40. package/dist/lib/components/display-components/video-card/video-card.component.d.ts +10 -6
  41. package/dist/lib/components/display-settings-components/display-settings-modal.component.d.ts +1010 -1009
  42. package/dist/lib/components/event-settings-components/event-settings-modal/event-settings-modal.component.d.ts +999 -999
  43. package/dist/lib/components/media-settings-components/media-settings-modal/media-settings-modal.component.d.ts +999 -999
  44. package/dist/lib/components/mediasfu-components/mediasfu-broadcast.component.d.ts +2296 -29308
  45. package/dist/lib/components/mediasfu-components/mediasfu-chat.component.d.ts +467 -4156
  46. package/dist/lib/components/mediasfu-components/mediasfu-conference.component.d.ts +553 -23371
  47. package/dist/lib/components/mediasfu-components/mediasfu-generic.component.d.ts +1269 -61673
  48. package/dist/lib/components/mediasfu-components/mediasfu-webinar.component.d.ts +501 -26250
  49. package/dist/lib/components/menu-components/custom-buttons/custom-buttons.component.d.ts +4 -1
  50. package/dist/lib/components/menu-components/meeting-id-component/meeting-id-component.component.d.ts +3 -1
  51. package/dist/lib/components/menu-components/meeting-passcode-component/meeting-passcode-component.component.d.ts +10 -1
  52. package/dist/lib/components/menu-components/menu-modal/menu-modal.component.d.ts +518 -507
  53. package/dist/lib/components/menu-components/share-buttons-component/share-buttons-component.component.d.ts +4 -1
  54. package/dist/lib/components/message-components/messages-modal/messages-modal.component.d.ts +3 -3
  55. package/dist/lib/components/misc-components/confirm-here-modal/confirm-here-modal.component.d.ts +1004 -1004
  56. package/dist/lib/components/misc-components/pre-join-page/pre-join-page.component.d.ts +4 -0
  57. package/dist/lib/components/misc-components/share-event-modal/share-event-modal.component.d.ts +989 -989
  58. package/dist/lib/components/panelists-components/panelists-modal/panelists-modal.component.d.ts +73 -0
  59. package/dist/lib/components/participants-components/participants-modal/participants-modal.component.d.ts +1004 -1004
  60. package/dist/lib/components/permissions-components/permissions-modal/permissions-modal.component.d.ts +89 -0
  61. package/dist/lib/components/polls-components/poll-modal/poll-modal.component.d.ts +989 -989
  62. package/dist/lib/components/recording-components/recording-modal/recording-modal.component.d.ts +990 -989
  63. package/dist/lib/components/requests-components/requests-modal/requests-modal.component.d.ts +1004 -1004
  64. package/dist/lib/components/screenboard-components/screenboard-modal/screenboard-modal.component.d.ts +987 -987
  65. package/dist/lib/components/translation-components/translation-settings-modal/translation-settings-modal.component.d.ts +124 -0
  66. package/dist/lib/components/waiting-components/waiting-room-modal.component.d.ts +989 -989
  67. package/dist/lib/components/whiteboard-components/configure-whiteboard-modal/configure-whiteboard-modal.component.d.ts +2062 -1000
  68. package/dist/lib/components/whiteboard-components/whiteboard/whiteboard.component.d.ts +3 -15
  69. package/dist/lib/consumers/auto-adjust.service.d.ts +0 -11
  70. package/dist/lib/consumers/calculate-rows-and-columns.service.d.ts +0 -7
  71. package/dist/lib/consumers/change-vids.service.d.ts +1 -1
  72. package/dist/lib/consumers/check-permission.service.d.ts +4 -1
  73. package/dist/lib/consumers/check-screen-share.service.d.ts +0 -18
  74. package/dist/lib/consumers/compare-active-names.service.d.ts +0 -16
  75. package/dist/lib/consumers/compare-screen-states.service.d.ts +0 -18
  76. package/dist/lib/consumers/connect-ips.service.d.ts +2 -25
  77. package/dist/lib/consumers/connect-local-ips.service.d.ts +1 -28
  78. package/dist/lib/consumers/disp-streams.service.d.ts +1 -110
  79. package/dist/lib/consumers/generate-page-content.service.d.ts +0 -17
  80. package/dist/lib/consumers/get-estimate.service.d.ts +0 -21
  81. package/dist/lib/consumers/mix-streams.service.d.ts +0 -19
  82. package/dist/lib/consumers/on-screen-changes.service.d.ts +1 -21
  83. package/dist/lib/consumers/process-consumer-transports-audio.service.d.ts +1 -14
  84. package/dist/lib/consumers/process-consumer-transports.service.d.ts +3 -57
  85. package/dist/lib/consumers/re-update-inter.service.d.ts +1 -39
  86. package/dist/lib/consumers/reorder-streams.service.d.ts +1 -35
  87. package/dist/lib/consumers/socket-receive-methods/join-consume-room.service.d.ts +2 -13
  88. package/dist/lib/consumers/socket-receive-methods/new-pipe-producer.service.d.ts +1 -13
  89. package/dist/lib/consumers/socket-receive-methods/producer-closed.service.d.ts +1 -8
  90. package/dist/lib/consumers/translation-consumer-switch.service.d.ts +68 -0
  91. package/dist/lib/consumers/trigger.service.d.ts +0 -79
  92. package/dist/lib/consumers/update-mini-cards-grid.service.d.ts +0 -24
  93. package/dist/lib/directives/with-override.directive.d.ts +2 -2
  94. package/dist/lib/methods/background-methods/launch-background.service.d.ts +2 -5
  95. package/dist/lib/methods/breakout-room-methods/launch-breakout-rooms.service.d.ts +2 -5
  96. package/dist/lib/methods/co-host-methods/launch-co-host.service.d.ts +2 -5
  97. package/dist/lib/methods/co-host-methods/modify-co-host-settings.service.d.ts +1 -1
  98. package/dist/lib/methods/display-settings-methods/launch-display-settings.service.d.ts +2 -5
  99. package/dist/lib/methods/display-settings-methods/modify-display-settings.service.d.ts +2 -0
  100. package/dist/lib/methods/exit-methods/launch-confirm-exit.service.d.ts +2 -5
  101. package/dist/lib/methods/menu-methods/launch-menu-modal.service.d.ts +2 -5
  102. package/dist/lib/methods/message-methods/launch-messages.service.d.ts +2 -5
  103. package/dist/lib/methods/panelists-methods/add-panelist.service.d.ts +19 -0
  104. package/dist/lib/methods/panelists-methods/focus-panelists.service.d.ts +19 -0
  105. package/dist/lib/methods/panelists-methods/remove-panelist.service.d.ts +17 -0
  106. package/dist/lib/methods/participants-methods/launch-participants.service.d.ts +2 -5
  107. package/dist/lib/methods/permissions-methods/bulk-update-participant-permissions.service.d.ts +20 -0
  108. package/dist/lib/methods/permissions-methods/update-participant-permission.service.d.ts +19 -0
  109. package/dist/lib/methods/permissions-methods/update-permission-config.service.d.ts +29 -0
  110. package/dist/lib/methods/polls-methods/handle-create-poll.service.d.ts +1 -1
  111. package/dist/lib/methods/polls-methods/handle-end-poll.service.d.ts +1 -1
  112. package/dist/lib/methods/polls-methods/handle-vote-poll.service.d.ts +1 -1
  113. package/dist/lib/methods/polls-methods/poll-updated.service.d.ts +1 -1
  114. package/dist/lib/methods/recording-methods/check-pause-state.service.d.ts +1 -12
  115. package/dist/lib/methods/recording-methods/check-resume-state.service.d.ts +1 -11
  116. package/dist/lib/methods/recording-methods/confirm-recording.service.d.ts +0 -94
  117. package/dist/lib/methods/recording-methods/launch-recording.service.d.ts +1 -20
  118. package/dist/lib/methods/recording-methods/record-pause-timer.service.d.ts +1 -12
  119. package/dist/lib/methods/recording-methods/record-resume-timer.service.d.ts +0 -66
  120. package/dist/lib/methods/recording-methods/record-start-timer.service.d.ts +1 -33
  121. package/dist/lib/methods/recording-methods/record-update-timer.service.d.ts +1 -17
  122. package/dist/lib/methods/recording-methods/start-recording.service.d.ts +1 -92
  123. package/dist/lib/methods/recording-methods/stop-recording.service.d.ts +1 -42
  124. package/dist/lib/methods/recording-methods/update-recording.service.d.ts +1 -94
  125. package/dist/lib/methods/requests-methods/launch-requests.service.d.ts +2 -5
  126. package/dist/lib/methods/settings-methods/launch-settings.service.d.ts +2 -5
  127. package/dist/lib/methods/settings-methods/modify-settings.service.d.ts +1 -1
  128. package/dist/lib/methods/stream-methods/click-chat.service.d.ts +1 -1
  129. package/dist/lib/methods/utils/get-modal-position.util.d.ts +0 -3
  130. package/dist/lib/methods/utils/initial-values.util.d.ts +18 -1
  131. package/dist/lib/methods/utils/mini-audio-player/mini-audio-player.component.d.ts +8 -0
  132. package/dist/lib/methods/utils/producer/a-params.service.d.ts +2 -8
  133. package/dist/lib/methods/utils/producer/h-params.service.d.ts +2 -8
  134. package/dist/lib/methods/utils/producer/screen-params.service.d.ts +2 -8
  135. package/dist/lib/methods/utils/producer/v-params.service.d.ts +2 -8
  136. package/dist/lib/methods/utils/sound-player.service.d.ts +1 -1
  137. package/dist/lib/methods/utils/translation-languages.util.d.ts +341 -0
  138. package/dist/lib/methods/waiting-methods/launch-waiting.service.d.ts +2 -5
  139. package/dist/lib/modern/display-components/modern-alert.component.d.ts +40 -0
  140. package/dist/lib/modern/display-components/modern-loading-modal.component.d.ts +37 -0
  141. package/dist/lib/modern/display-components/modern-meeting-progress-timer.component.d.ts +40 -0
  142. package/dist/lib/modern/display-components/modern-mini-card.component.d.ts +1064 -0
  143. package/dist/lib/modern/display-components/modern-pagination.component.d.ts +91 -0
  144. package/dist/lib/modern/display-components/modern-participants-counter-badge.component.d.ts +16 -0
  145. package/dist/lib/modern/modal-components/modern-co-host-modal.component.d.ts +63 -0
  146. package/dist/lib/modern/modal-components/modern-confirm-exit-modal.component.d.ts +42 -0
  147. package/dist/lib/modern/modal-components/modern-confirm-here-modal.component.d.ts +39 -0
  148. package/dist/lib/modern/modal-components/modern-display-settings-modal.component.d.ts +59 -0
  149. package/dist/lib/modern/modal-components/modern-event-settings-modal.component.d.ts +80 -0
  150. package/dist/lib/modern/modal-components/modern-media-settings-modal.component.d.ts +72 -0
  151. package/dist/lib/modern/modal-components/modern-menu-modal.component.d.ts +48 -0
  152. package/dist/lib/modern/modal-components/modern-messages-modal.component.d.ts +58 -0
  153. package/dist/lib/modern/modal-components/modern-participants-modal.component.d.ts +49 -0
  154. package/dist/lib/modern/modal-components/modern-poll-modal.component.d.ts +54 -0
  155. package/dist/lib/modern/modal-components/modern-recording-modal.component.d.ts +39 -0
  156. package/dist/lib/modern/modal-components/modern-requests-modal.component.d.ts +61 -0
  157. package/dist/lib/modern/modal-components/modern-share-event-modal.component.d.ts +39 -0
  158. package/dist/lib/modern/modal-components/modern-waiting-room-modal.component.d.ts +55 -0
  159. package/dist/lib/modern/primitives/modern-button.component.d.ts +10 -0
  160. package/dist/lib/modern/primitives/modern-entry-shell.component.d.ts +6 -0
  161. package/dist/lib/modern/primitives/modern-field.component.d.ts +32 -0
  162. package/dist/lib/modern/primitives/modern-sidebar-panel.component.d.ts +24 -0
  163. package/dist/lib/modern/primitives/modern-surface.component.d.ts +7 -0
  164. package/dist/lib/modern/utils/render-mode.utils.d.ts +3 -0
  165. package/dist/lib/producer-client/producer-client-emits/create-device-client.service.d.ts +0 -9
  166. package/dist/lib/producer-client/producer-client-emits/join-room-client.service.d.ts +0 -19
  167. package/dist/lib/producer-client/producer-client-emits/update-room-parameters-client.service.d.ts +5 -62
  168. package/dist/lib/producers/producer-emits/join-con-room.service.d.ts +0 -18
  169. package/dist/lib/producers/producer-emits/join-local-room.service.d.ts +3 -106
  170. package/dist/lib/producers/producer-emits/join-room.service.d.ts +0 -18
  171. package/dist/lib/producers/socket-receive-methods/added-as-panelist.service.d.ts +15 -0
  172. package/dist/lib/producers/socket-receive-methods/all-members-rest.service.d.ts +1 -90
  173. package/dist/lib/producers/socket-receive-methods/all-members.service.d.ts +1 -88
  174. package/dist/lib/producers/socket-receive-methods/control-media-host.service.d.ts +1 -66
  175. package/dist/lib/producers/socket-receive-methods/meeting-still-there.service.d.ts +1 -1
  176. package/dist/lib/producers/socket-receive-methods/panelist-focus-changed.service.d.ts +25 -0
  177. package/dist/lib/producers/socket-receive-methods/panelists-updated.service.d.ts +19 -0
  178. package/dist/lib/producers/socket-receive-methods/permission-config-updated.service.d.ts +15 -0
  179. package/dist/lib/producers/socket-receive-methods/permission-updated.service.d.ts +17 -0
  180. package/dist/lib/producers/socket-receive-methods/person-joined.service.d.ts +1 -1
  181. package/dist/lib/producers/socket-receive-methods/producer-media-paused.service.d.ts +0 -80
  182. package/dist/lib/producers/socket-receive-methods/producer-media-resumed.service.d.ts +1 -1
  183. package/dist/lib/producers/socket-receive-methods/receive-control-media.service.d.ts +21 -0
  184. package/dist/lib/producers/socket-receive-methods/recording-notice.service.d.ts +1 -5
  185. package/dist/lib/producers/socket-receive-methods/removed-from-panelists.service.d.ts +15 -0
  186. package/dist/lib/producers/socket-receive-methods/room-record-params.service.d.ts +1 -1
  187. package/dist/lib/producers/socket-receive-methods/translation-receive-methods.service.d.ts +20 -0
  188. package/dist/lib/services/live-subtitle.service.d.ts +15 -0
  189. package/dist/lib/sockets/socket-manager.service.d.ts +1 -2
  190. package/dist/public-api.d.ts +42 -1
  191. package/package.json +106 -95
  192. package/dist/lib/methods/utils/producer/video-capture-constraints.service.d.ts +0 -177
@@ -8,6 +8,8 @@ export interface MenuModalRenderContext {
8
8
  export interface MenuModalOptions {
9
9
  backgroundColor?: string;
10
10
  isVisible: boolean;
11
+ isDarkMode?: boolean;
12
+ onToggleTheme?: (value: boolean) => void;
11
13
  customButtons?: CustomButton[];
12
14
  shareButtons?: boolean;
13
15
  position?: string;
@@ -174,6 +176,8 @@ export type MenuModalType = (options: MenuModalOptions) => HTMLElement;
174
176
  export declare class MenuModal {
175
177
  backgroundColor: string;
176
178
  isVisible: boolean;
179
+ isDarkMode?: boolean;
180
+ onToggleTheme?: (value: boolean) => void;
177
181
  customButtons: CustomButton[];
178
182
  shareButtons: boolean;
179
183
  position: string;
@@ -235,6 +239,7 @@ export declare class MenuModal {
235
239
  getTitle(): string;
236
240
  faBars: import("@fortawesome/fontawesome-common-types").IconDefinition;
237
241
  faTimes: import("@fortawesome/fontawesome-common-types").IconDefinition;
242
+ get resolvedIsDarkMode(): boolean;
238
243
  modalContainerStyle(): {
239
244
  position: string;
240
245
  top: number;
@@ -242,528 +247,534 @@ export declare class MenuModal {
242
247
  width: string;
243
248
  height: string;
244
249
  backgroundColor: string;
250
+ backdropFilter: string;
245
251
  display: string;
252
+ alignItems: string;
253
+ justifyContent: string;
254
+ padding: string;
246
255
  zIndex: number;
247
256
  };
248
257
  modalContentStyle(): {
249
- backgroundColor: string;
258
+ background: string;
250
259
  borderRadius: string;
260
+ border: string;
251
261
  padding: string;
252
262
  width: string;
253
263
  maxHeight: string;
254
- overflowY: string;
255
- top: string;
256
- bottom: string;
257
- left: string;
258
- right: string;
264
+ overflow: string;
265
+ boxShadow: string;
266
+ color: string;
259
267
  };
260
268
  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;
269
+ accentColor?: string;
270
+ alignContent?: string;
271
+ alignItems?: string;
272
+ alignSelf?: string;
273
+ alignmentBaseline?: string;
274
+ all?: string;
275
+ animation?: string;
276
+ animationComposition?: string;
277
+ animationDelay?: string;
278
+ animationDirection?: string;
279
+ animationDuration?: string;
280
+ animationFillMode?: string;
281
+ animationIterationCount?: string;
282
+ animationName?: string;
283
+ animationPlayState?: string;
284
+ animationTimingFunction?: string;
285
+ appearance?: string;
286
+ aspectRatio?: string;
287
+ backdropFilter?: string;
288
+ backfaceVisibility?: string;
289
+ background: string;
290
+ backgroundAttachment?: string;
291
+ backgroundBlendMode?: string;
292
+ backgroundClip?: string;
293
+ backgroundColor?: string;
294
+ backgroundImage?: string;
295
+ backgroundOrigin?: string;
296
+ backgroundPosition?: string;
297
+ backgroundPositionX?: string;
298
+ backgroundPositionY?: string;
299
+ backgroundRepeat?: string;
300
+ backgroundSize?: string;
301
+ baselineShift?: string;
302
+ baselineSource?: string;
303
+ blockSize?: string;
304
+ border: string;
305
+ borderBlock?: string;
306
+ borderBlockColor?: string;
307
+ borderBlockEnd?: string;
308
+ borderBlockEndColor?: string;
309
+ borderBlockEndStyle?: string;
310
+ borderBlockEndWidth?: string;
311
+ borderBlockStart?: string;
312
+ borderBlockStartColor?: string;
313
+ borderBlockStartStyle?: string;
314
+ borderBlockStartWidth?: string;
315
+ borderBlockStyle?: string;
316
+ borderBlockWidth?: string;
317
+ borderBottom?: string;
318
+ borderBottomColor?: string;
319
+ borderBottomLeftRadius?: string;
320
+ borderBottomRightRadius?: string;
321
+ borderBottomStyle?: string;
322
+ borderBottomWidth?: string;
323
+ borderCollapse?: string;
324
+ borderColor?: string;
325
+ borderEndEndRadius?: string;
326
+ borderEndStartRadius?: string;
327
+ borderImage?: string;
328
+ borderImageOutset?: string;
329
+ borderImageRepeat?: string;
330
+ borderImageSlice?: string;
331
+ borderImageSource?: string;
332
+ borderImageWidth?: string;
333
+ borderInline?: string;
334
+ borderInlineColor?: string;
335
+ borderInlineEnd?: string;
336
+ borderInlineEndColor?: string;
337
+ borderInlineEndStyle?: string;
338
+ borderInlineEndWidth?: string;
339
+ borderInlineStart?: string;
340
+ borderInlineStartColor?: string;
341
+ borderInlineStartStyle?: string;
342
+ borderInlineStartWidth?: string;
343
+ borderInlineStyle?: string;
344
+ borderInlineWidth?: string;
345
+ borderLeft?: string;
346
+ borderLeftColor?: string;
347
+ borderLeftStyle?: string;
348
+ borderLeftWidth?: string;
341
349
  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;
350
+ borderRight?: string;
351
+ borderRightColor?: string;
352
+ borderRightStyle?: string;
353
+ borderRightWidth?: string;
354
+ borderSpacing?: string;
355
+ borderStartEndRadius?: string;
356
+ borderStartStartRadius?: string;
357
+ borderStyle?: string;
358
+ borderTop?: string;
359
+ borderTopColor?: string;
360
+ borderTopLeftRadius?: string;
361
+ borderTopRightRadius?: string;
362
+ borderTopStyle?: string;
363
+ borderTopWidth?: string;
364
+ borderWidth?: string;
365
+ bottom?: string;
366
+ boxShadow: string;
367
+ boxSizing?: string;
368
+ breakAfter?: string;
369
+ breakBefore?: string;
370
+ breakInside?: string;
371
+ captionSide?: string;
372
+ caretColor?: string;
373
+ clear?: string;
374
+ clip?: string;
375
+ clipPath?: string;
376
+ clipRule?: string;
377
+ color: string;
378
+ colorInterpolation?: string;
379
+ colorInterpolationFilters?: string;
380
+ colorScheme?: string;
381
+ columnCount?: string;
382
+ columnFill?: string;
383
+ columnGap?: string;
384
+ columnRule?: string;
385
+ columnRuleColor?: string;
386
+ columnRuleStyle?: string;
387
+ columnRuleWidth?: string;
388
+ columnSpan?: string;
389
+ columnWidth?: string;
390
+ columns?: string;
391
+ contain?: string;
392
+ containIntrinsicBlockSize?: string;
393
+ containIntrinsicHeight?: string;
394
+ containIntrinsicInlineSize?: string;
395
+ containIntrinsicSize?: string;
396
+ containIntrinsicWidth?: string;
397
+ container?: string;
398
+ containerName?: string;
399
+ containerType?: string;
400
+ content?: string;
401
+ contentVisibility?: string;
402
+ counterIncrement?: string;
403
+ counterReset?: string;
404
+ counterSet?: string;
405
+ cssFloat?: string;
406
+ cssText?: string;
407
+ cursor?: string;
408
+ cx?: string;
409
+ cy?: string;
410
+ d?: string;
411
+ direction?: string;
412
+ display?: string;
413
+ dominantBaseline?: string;
414
+ emptyCells?: string;
415
+ fill?: string;
416
+ fillOpacity?: string;
417
+ fillRule?: string;
418
+ filter?: string;
419
+ flex?: string;
420
+ flexBasis?: string;
421
+ flexDirection?: string;
422
+ flexFlow?: string;
423
+ flexGrow?: string;
424
+ flexShrink?: string;
425
+ flexWrap?: string;
426
+ float?: string;
427
+ floodColor?: string;
428
+ floodOpacity?: string;
429
+ font?: string;
430
+ fontFamily?: string;
431
+ fontFeatureSettings?: string;
432
+ fontKerning?: string;
433
+ fontOpticalSizing?: string;
434
+ fontPalette?: string;
435
+ fontSize?: string;
436
+ fontSizeAdjust?: string;
437
+ fontStretch?: string;
438
+ fontStyle?: string;
439
+ fontSynthesis?: string;
440
+ fontSynthesisSmallCaps?: string;
441
+ fontSynthesisStyle?: string;
442
+ fontSynthesisWeight?: string;
443
+ fontVariant?: string;
444
+ fontVariantAlternates?: string;
445
+ fontVariantCaps?: string;
446
+ fontVariantEastAsian?: string;
447
+ fontVariantLigatures?: string;
448
+ fontVariantNumeric?: string;
449
+ fontVariantPosition?: string;
450
+ fontVariationSettings?: string;
451
+ fontWeight?: string;
452
+ forcedColorAdjust?: string;
453
+ gap?: string;
454
+ grid?: string;
455
+ gridArea?: string;
456
+ gridAutoColumns?: string;
457
+ gridAutoFlow?: string;
458
+ gridAutoRows?: string;
459
+ gridColumn?: string;
460
+ gridColumnEnd?: string;
461
+ gridColumnGap?: string;
462
+ gridColumnStart?: string;
463
+ gridGap?: string;
464
+ gridRow?: string;
465
+ gridRowEnd?: string;
466
+ gridRowGap?: string;
467
+ gridRowStart?: string;
468
+ gridTemplate?: string;
469
+ gridTemplateAreas?: string;
470
+ gridTemplateColumns?: string;
471
+ gridTemplateRows?: string;
472
+ height?: string;
473
+ hyphenateCharacter?: string;
474
+ hyphens?: string;
475
+ imageOrientation?: string;
476
+ imageRendering?: string;
477
+ inlineSize?: string;
478
+ inset?: string;
479
+ insetBlock?: string;
480
+ insetBlockEnd?: string;
481
+ insetBlockStart?: string;
482
+ insetInline?: string;
483
+ insetInlineEnd?: string;
484
+ insetInlineStart?: string;
485
+ isolation?: string;
486
+ justifyContent?: string;
487
+ justifyItems?: string;
488
+ justifySelf?: string;
489
+ left?: string;
490
+ length?: number;
491
+ letterSpacing?: string;
492
+ lightingColor?: string;
493
+ lineBreak?: string;
494
+ lineHeight?: string;
495
+ listStyle?: string;
496
+ listStyleImage?: string;
497
+ listStylePosition?: string;
498
+ listStyleType?: string;
499
+ margin?: string;
500
+ marginBlock?: string;
501
+ marginBlockEnd?: string;
502
+ marginBlockStart?: string;
503
+ marginBottom?: string;
504
+ marginInline?: string;
505
+ marginInlineEnd?: string;
506
+ marginInlineStart?: string;
507
+ marginLeft?: string;
508
+ marginRight?: string;
509
+ marginTop?: string;
510
+ marker?: string;
511
+ markerEnd?: string;
512
+ markerMid?: string;
513
+ markerStart?: string;
514
+ mask?: string;
515
+ maskClip?: string;
516
+ maskComposite?: string;
517
+ maskImage?: string;
518
+ maskMode?: string;
519
+ maskOrigin?: string;
520
+ maskPosition?: string;
521
+ maskRepeat?: string;
522
+ maskSize?: string;
523
+ maskType?: string;
524
+ mathDepth?: string;
525
+ mathStyle?: string;
526
+ maxBlockSize?: string;
519
527
  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;
528
+ maxInlineSize?: string;
529
+ maxWidth?: string;
530
+ minBlockSize?: string;
531
+ minHeight?: string;
532
+ minInlineSize?: string;
533
+ minWidth?: string;
534
+ mixBlendMode?: string;
535
+ objectFit?: string;
536
+ objectPosition?: string;
537
+ offset?: string;
538
+ offsetAnchor?: string;
539
+ offsetDistance?: string;
540
+ offsetPath?: string;
541
+ offsetPosition?: string;
542
+ offsetRotate?: string;
543
+ opacity?: string;
544
+ order?: string;
545
+ orphans?: string;
546
+ outline?: string;
547
+ outlineColor?: string;
548
+ outlineOffset?: string;
549
+ outlineStyle?: string;
550
+ outlineWidth?: string;
551
+ overflow: string;
552
+ overflowAnchor?: string;
553
+ overflowClipMargin?: string;
554
+ overflowWrap?: string;
555
+ overflowX?: string;
556
+ overflowY?: string;
557
+ overscrollBehavior?: string;
558
+ overscrollBehaviorBlock?: string;
559
+ overscrollBehaviorInline?: string;
560
+ overscrollBehaviorX?: string;
561
+ overscrollBehaviorY?: string;
554
562
  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;
563
+ paddingBlock?: string;
564
+ paddingBlockEnd?: string;
565
+ paddingBlockStart?: string;
566
+ paddingBottom?: string;
567
+ paddingInline?: string;
568
+ paddingInlineEnd?: string;
569
+ paddingInlineStart?: string;
570
+ paddingLeft?: string;
571
+ paddingRight?: string;
572
+ paddingTop?: string;
573
+ page?: string;
574
+ pageBreakAfter?: string;
575
+ pageBreakBefore?: string;
576
+ pageBreakInside?: string;
577
+ paintOrder?: string;
578
+ parentRule?: CSSRule | null;
579
+ perspective?: string;
580
+ perspectiveOrigin?: string;
581
+ placeContent?: string;
582
+ placeItems?: string;
583
+ placeSelf?: string;
584
+ pointerEvents?: string;
585
+ position?: string;
586
+ printColorAdjust?: string;
587
+ quotes?: string;
588
+ r?: string;
589
+ resize?: string;
590
+ right?: string;
591
+ rotate?: string;
592
+ rowGap?: string;
593
+ rubyPosition?: string;
594
+ rx?: string;
595
+ ry?: string;
596
+ scale?: string;
597
+ scrollBehavior?: string;
598
+ scrollMargin?: string;
599
+ scrollMarginBlock?: string;
600
+ scrollMarginBlockEnd?: string;
601
+ scrollMarginBlockStart?: string;
602
+ scrollMarginBottom?: string;
603
+ scrollMarginInline?: string;
604
+ scrollMarginInlineEnd?: string;
605
+ scrollMarginInlineStart?: string;
606
+ scrollMarginLeft?: string;
607
+ scrollMarginRight?: string;
608
+ scrollMarginTop?: string;
609
+ scrollPadding?: string;
610
+ scrollPaddingBlock?: string;
611
+ scrollPaddingBlockEnd?: string;
612
+ scrollPaddingBlockStart?: string;
613
+ scrollPaddingBottom?: string;
614
+ scrollPaddingInline?: string;
615
+ scrollPaddingInlineEnd?: string;
616
+ scrollPaddingInlineStart?: string;
617
+ scrollPaddingLeft?: string;
618
+ scrollPaddingRight?: string;
619
+ scrollPaddingTop?: string;
620
+ scrollSnapAlign?: string;
621
+ scrollSnapStop?: string;
622
+ scrollSnapType?: string;
623
+ scrollbarColor?: string;
624
+ scrollbarGutter?: string;
625
+ scrollbarWidth?: string;
626
+ shapeImageThreshold?: string;
627
+ shapeMargin?: string;
628
+ shapeOutside?: string;
629
+ shapeRendering?: string;
630
+ stopColor?: string;
631
+ stopOpacity?: string;
632
+ stroke?: string;
633
+ strokeDasharray?: string;
634
+ strokeDashoffset?: string;
635
+ strokeLinecap?: string;
636
+ strokeLinejoin?: string;
637
+ strokeMiterlimit?: string;
638
+ strokeOpacity?: string;
639
+ strokeWidth?: string;
640
+ tabSize?: string;
641
+ tableLayout?: string;
642
+ textAlign?: string;
643
+ textAlignLast?: string;
644
+ textAnchor?: string;
645
+ textCombineUpright?: string;
646
+ textDecoration?: string;
647
+ textDecorationColor?: string;
648
+ textDecorationLine?: string;
649
+ textDecorationSkipInk?: string;
650
+ textDecorationStyle?: string;
651
+ textDecorationThickness?: string;
652
+ textEmphasis?: string;
653
+ textEmphasisColor?: string;
654
+ textEmphasisPosition?: string;
655
+ textEmphasisStyle?: string;
656
+ textIndent?: string;
657
+ textOrientation?: string;
658
+ textOverflow?: string;
659
+ textRendering?: string;
660
+ textShadow?: string;
661
+ textTransform?: string;
662
+ textUnderlineOffset?: string;
663
+ textUnderlinePosition?: string;
664
+ textWrap?: string;
665
+ textWrapMode?: string;
666
+ textWrapStyle?: string;
667
+ top?: string;
668
+ touchAction?: string;
669
+ transform?: string;
670
+ transformBox?: string;
671
+ transformOrigin?: string;
672
+ transformStyle?: string;
673
+ transition?: string;
674
+ transitionBehavior?: string;
675
+ transitionDelay?: string;
676
+ transitionDuration?: string;
677
+ transitionProperty?: string;
678
+ transitionTimingFunction?: string;
679
+ translate?: string;
680
+ unicodeBidi?: string;
681
+ userSelect?: string;
682
+ vectorEffect?: string;
683
+ verticalAlign?: string;
684
+ visibility?: string;
685
+ webkitAlignContent?: string;
686
+ webkitAlignItems?: string;
687
+ webkitAlignSelf?: string;
688
+ webkitAnimation?: string;
689
+ webkitAnimationDelay?: string;
690
+ webkitAnimationDirection?: string;
691
+ webkitAnimationDuration?: string;
692
+ webkitAnimationFillMode?: string;
693
+ webkitAnimationIterationCount?: string;
694
+ webkitAnimationName?: string;
695
+ webkitAnimationPlayState?: string;
696
+ webkitAnimationTimingFunction?: string;
697
+ webkitAppearance?: string;
698
+ webkitBackfaceVisibility?: string;
699
+ webkitBackgroundClip?: string;
700
+ webkitBackgroundOrigin?: string;
701
+ webkitBackgroundSize?: string;
702
+ webkitBorderBottomLeftRadius?: string;
703
+ webkitBorderBottomRightRadius?: string;
704
+ webkitBorderRadius?: string;
705
+ webkitBorderTopLeftRadius?: string;
706
+ webkitBorderTopRightRadius?: string;
707
+ webkitBoxAlign?: string;
708
+ webkitBoxFlex?: string;
709
+ webkitBoxOrdinalGroup?: string;
710
+ webkitBoxOrient?: string;
711
+ webkitBoxPack?: string;
712
+ webkitBoxShadow?: string;
713
+ webkitBoxSizing?: string;
714
+ webkitFilter?: string;
715
+ webkitFlex?: string;
716
+ webkitFlexBasis?: string;
717
+ webkitFlexDirection?: string;
718
+ webkitFlexFlow?: string;
719
+ webkitFlexGrow?: string;
720
+ webkitFlexShrink?: string;
721
+ webkitFlexWrap?: string;
722
+ webkitJustifyContent?: string;
723
+ webkitLineClamp?: string;
724
+ webkitMask?: string;
725
+ webkitMaskBoxImage?: string;
726
+ webkitMaskBoxImageOutset?: string;
727
+ webkitMaskBoxImageRepeat?: string;
728
+ webkitMaskBoxImageSlice?: string;
729
+ webkitMaskBoxImageSource?: string;
730
+ webkitMaskBoxImageWidth?: string;
731
+ webkitMaskClip?: string;
732
+ webkitMaskComposite?: string;
733
+ webkitMaskImage?: string;
734
+ webkitMaskOrigin?: string;
735
+ webkitMaskPosition?: string;
736
+ webkitMaskRepeat?: string;
737
+ webkitMaskSize?: string;
738
+ webkitOrder?: string;
739
+ webkitPerspective?: string;
740
+ webkitPerspectiveOrigin?: string;
741
+ webkitTextFillColor?: string;
742
+ webkitTextSizeAdjust?: string;
743
+ webkitTextStroke?: string;
744
+ webkitTextStrokeColor?: string;
745
+ webkitTextStrokeWidth?: string;
746
+ webkitTransform?: string;
747
+ webkitTransformOrigin?: string;
748
+ webkitTransformStyle?: string;
749
+ webkitTransition?: string;
750
+ webkitTransitionDelay?: string;
751
+ webkitTransitionDuration?: string;
752
+ webkitTransitionProperty?: string;
753
+ webkitTransitionTimingFunction?: string;
754
+ webkitUserSelect?: string;
755
+ whiteSpace?: string;
756
+ whiteSpaceCollapse?: string;
757
+ widows?: string;
750
758
  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;
759
+ willChange?: string;
760
+ wordBreak?: string;
761
+ wordSpacing?: string;
762
+ wordWrap?: string;
763
+ writingMode?: string;
764
+ x?: string;
765
+ y?: string;
766
+ zIndex?: string;
767
+ zoom?: string;
768
+ getPropertyPriority?: (property: string) => string;
769
+ getPropertyValue?: (property: string) => string;
770
+ item?: (index: number) => string;
771
+ removeProperty?: (property: string) => string;
772
+ setProperty?: (property: string, value: string | null, priority?: string) => void;
765
773
  };
766
774
  handleClose(): void;
775
+ getDividerStyle(): {
776
+ backgroundColor: string;
777
+ };
767
778
  static ɵfac: i0.ɵɵFactoryDeclaration<MenuModal, 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>;
779
+ static ɵcmp: i0.ɵɵComponentDeclaration<MenuModal, "app-menu-modal", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "isVisible": { "alias": "isVisible"; "required": false; }; "isDarkMode": { "alias": "isDarkMode"; "required": false; }; "onToggleTheme": { "alias": "onToggleTheme"; "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>;
769
780
  }