mediasfu-angular 2.2.2 → 2.2.4

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