@redsift/charts 11.9.4 → 12.0.0-muiv6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CONTRIBUTING.md +1 -5
- package/_internal/ChartContainer2.js +14 -5
- package/_internal/ChartContainer2.js.map +1 -1
- package/_internal/DataPoint2.js +1 -1
- package/_internal/DataPoint2.js.map +1 -1
- package/_internal/Legend3.js +18 -10
- package/_internal/Legend3.js.map +1 -1
- package/_internal/LegendItem2.js +9 -11
- package/_internal/LegendItem2.js.map +1 -1
- package/_internal/LineChart2.js +0 -1
- package/_internal/LineChart2.js.map +1 -1
- package/_internal/ScatterPlot2.js +0 -1
- package/_internal/ScatterPlot2.js.map +1 -1
- package/index.d.ts +2674 -64
- package/package.json +5 -6
package/index.d.ts
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
import { BrushBehavior, ScaleLinear as ScaleLinear$1, CountableTimeInterval, ScaleOrdinal, Arc as Arc$1, ScaleTime as ScaleTime$2, ScalePoint as ScalePoint$2, Line as Line$1 } from 'd3';
|
|
2
2
|
import * as _redsift_design_system from '@redsift/design-system';
|
|
3
|
-
import { ValueOf, Theme, Comp, ContainerProps, FormatMessage } from '@redsift/design-system';
|
|
3
|
+
import { ValueOf, Theme, Comp, ContainerProps, StylingTransientProps, ContainerTransientProps, FormatMessage } from '@redsift/design-system';
|
|
4
4
|
import { PieArcDatum } from 'd3-shape';
|
|
5
|
-
import
|
|
5
|
+
import * as react from 'react';
|
|
6
|
+
import react__default, { MutableRefObject, ComponentProps, ReactElement, RefObject, ReactNode } from 'react';
|
|
6
7
|
import * as d3_scale from 'd3-scale';
|
|
7
8
|
import { ScaleLinear as ScaleLinear$2, ScaleLogarithmic, ScaleSymLog, ScalePoint as ScalePoint$1, ScaleBand as ScaleBand$1, ScaleTime as ScaleTime$1 } from 'd3-scale';
|
|
8
9
|
import { TooltipProps } from '@redsift/popovers';
|
|
9
|
-
import * as
|
|
10
|
+
import * as styled_components_dist_types from 'styled-components/dist/types';
|
|
11
|
+
import * as _react_spring_shared from '@react-spring/shared';
|
|
10
12
|
import * as _react_spring_web from '@react-spring/web';
|
|
13
|
+
import * as csstype from 'csstype';
|
|
11
14
|
|
|
12
15
|
interface UseBrushProps {
|
|
13
16
|
brushRef: MutableRefObject<BrushBehavior<unknown> | undefined>;
|
|
@@ -117,10 +120,1314 @@ declare const Axis: Comp<AxisProps, SVGGElement>;
|
|
|
117
120
|
/**
|
|
118
121
|
* Component style.
|
|
119
122
|
*/
|
|
120
|
-
declare const StyledAxis:
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
123
|
+
declare const StyledAxis: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<_react_spring_web.AnimatedProps<{
|
|
124
|
+
string?: string | number | undefined;
|
|
125
|
+
end?: string | number | undefined;
|
|
126
|
+
style?: {
|
|
127
|
+
accentColor?: csstype.Property.AccentColor | undefined;
|
|
128
|
+
alignContent?: csstype.Property.AlignContent | undefined;
|
|
129
|
+
alignItems?: csstype.Property.AlignItems | undefined;
|
|
130
|
+
alignSelf?: csstype.Property.AlignSelf | undefined;
|
|
131
|
+
alignTracks?: csstype.Property.AlignTracks | undefined;
|
|
132
|
+
animationComposition?: csstype.Property.AnimationComposition | undefined;
|
|
133
|
+
animationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
134
|
+
animationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
135
|
+
animationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
136
|
+
animationFillMode?: csstype.Property.AnimationFillMode | undefined;
|
|
137
|
+
animationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
138
|
+
animationName?: csstype.Property.AnimationName | undefined;
|
|
139
|
+
animationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
140
|
+
animationTimeline?: csstype.Property.AnimationTimeline | undefined;
|
|
141
|
+
animationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
142
|
+
appearance?: csstype.Property.Appearance | undefined;
|
|
143
|
+
aspectRatio?: csstype.Property.AspectRatio | undefined;
|
|
144
|
+
backdropFilter?: csstype.Property.BackdropFilter | undefined;
|
|
145
|
+
backfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
146
|
+
backgroundAttachment?: csstype.Property.BackgroundAttachment | undefined;
|
|
147
|
+
backgroundBlendMode?: csstype.Property.BackgroundBlendMode | undefined;
|
|
148
|
+
backgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
149
|
+
backgroundColor?: csstype.Property.BackgroundColor | undefined;
|
|
150
|
+
backgroundImage?: csstype.Property.BackgroundImage | undefined;
|
|
151
|
+
backgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
152
|
+
backgroundPositionX?: csstype.Property.BackgroundPositionX<string | number> | undefined;
|
|
153
|
+
backgroundPositionY?: csstype.Property.BackgroundPositionY<string | number> | undefined;
|
|
154
|
+
backgroundRepeat?: csstype.Property.BackgroundRepeat | undefined;
|
|
155
|
+
backgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
156
|
+
blockOverflow?: csstype.Property.BlockOverflow | undefined;
|
|
157
|
+
blockSize?: csstype.Property.BlockSize<string | number> | undefined;
|
|
158
|
+
borderBlockColor?: csstype.Property.BorderBlockColor | undefined;
|
|
159
|
+
borderBlockEndColor?: csstype.Property.BorderBlockEndColor | undefined;
|
|
160
|
+
borderBlockEndStyle?: csstype.Property.BorderBlockEndStyle | undefined;
|
|
161
|
+
borderBlockEndWidth?: csstype.Property.BorderBlockEndWidth<string | number> | undefined;
|
|
162
|
+
borderBlockStartColor?: csstype.Property.BorderBlockStartColor | undefined;
|
|
163
|
+
borderBlockStartStyle?: csstype.Property.BorderBlockStartStyle | undefined;
|
|
164
|
+
borderBlockStartWidth?: csstype.Property.BorderBlockStartWidth<string | number> | undefined;
|
|
165
|
+
borderBlockStyle?: csstype.Property.BorderBlockStyle | undefined;
|
|
166
|
+
borderBlockWidth?: csstype.Property.BorderBlockWidth<string | number> | undefined;
|
|
167
|
+
borderBottomColor?: csstype.Property.BorderBottomColor | undefined;
|
|
168
|
+
borderBottomLeftRadius?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
169
|
+
borderBottomRightRadius?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
|
|
170
|
+
borderBottomStyle?: csstype.Property.BorderBottomStyle | undefined;
|
|
171
|
+
borderBottomWidth?: csstype.Property.BorderBottomWidth<string | number> | undefined;
|
|
172
|
+
borderCollapse?: csstype.Property.BorderCollapse | undefined;
|
|
173
|
+
borderEndEndRadius?: csstype.Property.BorderEndEndRadius<string | number> | undefined;
|
|
174
|
+
borderEndStartRadius?: csstype.Property.BorderEndStartRadius<string | number> | undefined;
|
|
175
|
+
borderImageOutset?: csstype.Property.BorderImageOutset<string | number> | undefined;
|
|
176
|
+
borderImageRepeat?: csstype.Property.BorderImageRepeat | undefined;
|
|
177
|
+
borderImageSlice?: csstype.Property.BorderImageSlice | undefined;
|
|
178
|
+
borderImageSource?: csstype.Property.BorderImageSource | undefined;
|
|
179
|
+
borderImageWidth?: csstype.Property.BorderImageWidth<string | number> | undefined;
|
|
180
|
+
borderInlineColor?: csstype.Property.BorderInlineColor | undefined;
|
|
181
|
+
borderInlineEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
182
|
+
borderInlineEndStyle?: csstype.Property.BorderInlineEndStyle | undefined;
|
|
183
|
+
borderInlineEndWidth?: csstype.Property.BorderInlineEndWidth<string | number> | undefined;
|
|
184
|
+
borderInlineStartColor?: csstype.Property.BorderInlineStartColor | undefined;
|
|
185
|
+
borderInlineStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
|
|
186
|
+
borderInlineStartWidth?: csstype.Property.BorderInlineStartWidth<string | number> | undefined;
|
|
187
|
+
borderInlineStyle?: csstype.Property.BorderInlineStyle | undefined;
|
|
188
|
+
borderInlineWidth?: csstype.Property.BorderInlineWidth<string | number> | undefined;
|
|
189
|
+
borderLeftColor?: csstype.Property.BorderLeftColor | undefined;
|
|
190
|
+
borderLeftStyle?: csstype.Property.BorderLeftStyle | undefined;
|
|
191
|
+
borderLeftWidth?: csstype.Property.BorderLeftWidth<string | number> | undefined;
|
|
192
|
+
borderRightColor?: csstype.Property.BorderRightColor | undefined;
|
|
193
|
+
borderRightStyle?: csstype.Property.BorderRightStyle | undefined;
|
|
194
|
+
borderRightWidth?: csstype.Property.BorderRightWidth<string | number> | undefined;
|
|
195
|
+
borderSpacing?: csstype.Property.BorderSpacing<string | number> | undefined;
|
|
196
|
+
borderStartEndRadius?: csstype.Property.BorderStartEndRadius<string | number> | undefined;
|
|
197
|
+
borderStartStartRadius?: csstype.Property.BorderStartStartRadius<string | number> | undefined;
|
|
198
|
+
borderTopColor?: csstype.Property.BorderTopColor | undefined;
|
|
199
|
+
borderTopLeftRadius?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
|
|
200
|
+
borderTopRightRadius?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
|
|
201
|
+
borderTopStyle?: csstype.Property.BorderTopStyle | undefined;
|
|
202
|
+
borderTopWidth?: csstype.Property.BorderTopWidth<string | number> | undefined;
|
|
203
|
+
bottom?: csstype.Property.Bottom<string | number> | undefined;
|
|
204
|
+
boxDecorationBreak?: csstype.Property.BoxDecorationBreak | undefined;
|
|
205
|
+
boxShadow?: csstype.Property.BoxShadow | undefined;
|
|
206
|
+
boxSizing?: csstype.Property.BoxSizing | undefined;
|
|
207
|
+
breakAfter?: csstype.Property.BreakAfter | undefined;
|
|
208
|
+
breakBefore?: csstype.Property.BreakBefore | undefined;
|
|
209
|
+
breakInside?: csstype.Property.BreakInside | undefined;
|
|
210
|
+
captionSide?: csstype.Property.CaptionSide | undefined;
|
|
211
|
+
caretColor?: csstype.Property.CaretColor | undefined;
|
|
212
|
+
caretShape?: csstype.Property.CaretShape | undefined;
|
|
213
|
+
clear?: csstype.Property.Clear | undefined;
|
|
214
|
+
clipPath?: csstype.Property.ClipPath | undefined;
|
|
215
|
+
color?: csstype.Property.Color | undefined;
|
|
216
|
+
colorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
217
|
+
colorScheme?: csstype.Property.ColorScheme | undefined;
|
|
218
|
+
columnCount?: csstype.Property.ColumnCount | undefined;
|
|
219
|
+
columnFill?: csstype.Property.ColumnFill | undefined;
|
|
220
|
+
columnGap?: csstype.Property.ColumnGap<string | number> | undefined;
|
|
221
|
+
columnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
|
|
222
|
+
columnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
|
|
223
|
+
columnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
|
|
224
|
+
columnSpan?: csstype.Property.ColumnSpan | undefined;
|
|
225
|
+
columnWidth?: csstype.Property.ColumnWidth<string | number> | undefined;
|
|
226
|
+
contain?: csstype.Property.Contain | undefined;
|
|
227
|
+
containIntrinsicBlockSize?: csstype.Property.ContainIntrinsicBlockSize<string | number> | undefined;
|
|
228
|
+
containIntrinsicHeight?: csstype.Property.ContainIntrinsicHeight<string | number> | undefined;
|
|
229
|
+
containIntrinsicInlineSize?: csstype.Property.ContainIntrinsicInlineSize<string | number> | undefined;
|
|
230
|
+
containIntrinsicWidth?: csstype.Property.ContainIntrinsicWidth<string | number> | undefined;
|
|
231
|
+
containerName?: csstype.Property.ContainerName | undefined;
|
|
232
|
+
containerType?: csstype.Property.ContainerType | undefined;
|
|
233
|
+
content?: csstype.Property.Content | undefined;
|
|
234
|
+
contentVisibility?: csstype.Property.ContentVisibility | undefined;
|
|
235
|
+
counterIncrement?: csstype.Property.CounterIncrement | undefined;
|
|
236
|
+
counterReset?: csstype.Property.CounterReset | undefined;
|
|
237
|
+
counterSet?: csstype.Property.CounterSet | undefined;
|
|
238
|
+
cursor?: csstype.Property.Cursor | undefined;
|
|
239
|
+
direction?: csstype.Property.Direction | undefined;
|
|
240
|
+
display?: csstype.Property.Display | undefined;
|
|
241
|
+
emptyCells?: csstype.Property.EmptyCells | undefined;
|
|
242
|
+
filter?: csstype.Property.Filter | undefined;
|
|
243
|
+
flexBasis?: csstype.Property.FlexBasis<string | number> | undefined;
|
|
244
|
+
flexDirection?: csstype.Property.FlexDirection | undefined;
|
|
245
|
+
flexGrow?: csstype.Property.FlexGrow | undefined;
|
|
246
|
+
flexShrink?: csstype.Property.FlexShrink | undefined;
|
|
247
|
+
flexWrap?: csstype.Property.FlexWrap | undefined;
|
|
248
|
+
float?: csstype.Property.Float | undefined;
|
|
249
|
+
fontFamily?: csstype.Property.FontFamily | undefined;
|
|
250
|
+
fontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
251
|
+
fontKerning?: csstype.Property.FontKerning | undefined;
|
|
252
|
+
fontLanguageOverride?: csstype.Property.FontLanguageOverride | undefined;
|
|
253
|
+
fontOpticalSizing?: csstype.Property.FontOpticalSizing | undefined;
|
|
254
|
+
fontPalette?: csstype.Property.FontPalette | undefined;
|
|
255
|
+
fontSize?: csstype.Property.FontSize<string | number> | undefined;
|
|
256
|
+
fontSizeAdjust?: csstype.Property.FontSizeAdjust | undefined;
|
|
257
|
+
fontSmooth?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
258
|
+
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
259
|
+
fontStyle?: csstype.Property.FontStyle | undefined;
|
|
260
|
+
fontSynthesis?: csstype.Property.FontSynthesis | undefined;
|
|
261
|
+
fontVariant?: csstype.Property.FontVariant | undefined;
|
|
262
|
+
fontVariantAlternates?: csstype.Property.FontVariantAlternates | undefined;
|
|
263
|
+
fontVariantCaps?: csstype.Property.FontVariantCaps | undefined;
|
|
264
|
+
fontVariantEastAsian?: csstype.Property.FontVariantEastAsian | undefined;
|
|
265
|
+
fontVariantEmoji?: csstype.Property.FontVariantEmoji | undefined;
|
|
266
|
+
fontVariantLigatures?: csstype.Property.FontVariantLigatures | undefined;
|
|
267
|
+
fontVariantNumeric?: csstype.Property.FontVariantNumeric | undefined;
|
|
268
|
+
fontVariantPosition?: csstype.Property.FontVariantPosition | undefined;
|
|
269
|
+
fontVariationSettings?: csstype.Property.FontVariationSettings | undefined;
|
|
270
|
+
fontWeight?: csstype.Property.FontWeight | undefined;
|
|
271
|
+
forcedColorAdjust?: csstype.Property.ForcedColorAdjust | undefined;
|
|
272
|
+
gridAutoColumns?: csstype.Property.GridAutoColumns<string | number> | undefined;
|
|
273
|
+
gridAutoFlow?: csstype.Property.GridAutoFlow | undefined;
|
|
274
|
+
gridAutoRows?: csstype.Property.GridAutoRows<string | number> | undefined;
|
|
275
|
+
gridColumnEnd?: csstype.Property.GridColumnEnd | undefined;
|
|
276
|
+
gridColumnStart?: csstype.Property.GridColumnStart | undefined;
|
|
277
|
+
gridRowEnd?: csstype.Property.GridRowEnd | undefined;
|
|
278
|
+
gridRowStart?: csstype.Property.GridRowStart | undefined;
|
|
279
|
+
gridTemplateAreas?: csstype.Property.GridTemplateAreas | undefined;
|
|
280
|
+
gridTemplateColumns?: csstype.Property.GridTemplateColumns<string | number> | undefined;
|
|
281
|
+
gridTemplateRows?: csstype.Property.GridTemplateRows<string | number> | undefined;
|
|
282
|
+
hangingPunctuation?: csstype.Property.HangingPunctuation | undefined;
|
|
283
|
+
height?: csstype.Property.Height<string | number> | undefined;
|
|
284
|
+
hyphenateCharacter?: csstype.Property.HyphenateCharacter | undefined;
|
|
285
|
+
hyphenateLimitChars?: csstype.Property.HyphenateLimitChars | undefined;
|
|
286
|
+
hyphens?: csstype.Property.Hyphens | undefined;
|
|
287
|
+
imageOrientation?: csstype.Property.ImageOrientation | undefined;
|
|
288
|
+
imageRendering?: csstype.Property.ImageRendering | undefined;
|
|
289
|
+
imageResolution?: csstype.Property.ImageResolution | undefined;
|
|
290
|
+
initialLetter?: csstype.Property.InitialLetter | undefined;
|
|
291
|
+
inlineSize?: csstype.Property.InlineSize<string | number> | undefined;
|
|
292
|
+
inputSecurity?: csstype.Property.InputSecurity | undefined;
|
|
293
|
+
insetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
|
|
294
|
+
insetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
|
|
295
|
+
insetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
|
|
296
|
+
insetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
|
|
297
|
+
isolation?: csstype.Property.Isolation | undefined;
|
|
298
|
+
justifyContent?: csstype.Property.JustifyContent | undefined;
|
|
299
|
+
justifyItems?: csstype.Property.JustifyItems | undefined;
|
|
300
|
+
justifySelf?: csstype.Property.JustifySelf | undefined;
|
|
301
|
+
justifyTracks?: csstype.Property.JustifyTracks | undefined;
|
|
302
|
+
left?: csstype.Property.Left<string | number> | undefined;
|
|
303
|
+
letterSpacing?: csstype.Property.LetterSpacing<string | number> | undefined;
|
|
304
|
+
lineBreak?: csstype.Property.LineBreak | undefined;
|
|
305
|
+
lineHeight?: csstype.Property.LineHeight<string | number> | undefined;
|
|
306
|
+
lineHeightStep?: csstype.Property.LineHeightStep<string | number> | undefined;
|
|
307
|
+
listStyleImage?: csstype.Property.ListStyleImage | undefined;
|
|
308
|
+
listStylePosition?: csstype.Property.ListStylePosition | undefined;
|
|
309
|
+
listStyleType?: csstype.Property.ListStyleType | undefined;
|
|
310
|
+
marginBlockEnd?: csstype.Property.MarginBlockEnd<string | number> | undefined;
|
|
311
|
+
marginBlockStart?: csstype.Property.MarginBlockStart<string | number> | undefined;
|
|
312
|
+
marginBottom?: csstype.Property.MarginBottom<string | number> | undefined;
|
|
313
|
+
marginInlineEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
314
|
+
marginInlineStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
315
|
+
marginLeft?: csstype.Property.MarginLeft<string | number> | undefined;
|
|
316
|
+
marginRight?: csstype.Property.MarginRight<string | number> | undefined;
|
|
317
|
+
marginTop?: csstype.Property.MarginTop<string | number> | undefined;
|
|
318
|
+
marginTrim?: csstype.Property.MarginTrim | undefined;
|
|
319
|
+
maskBorderMode?: csstype.Property.MaskBorderMode | undefined;
|
|
320
|
+
maskBorderOutset?: csstype.Property.MaskBorderOutset<string | number> | undefined;
|
|
321
|
+
maskBorderRepeat?: csstype.Property.MaskBorderRepeat | undefined;
|
|
322
|
+
maskBorderSlice?: csstype.Property.MaskBorderSlice | undefined;
|
|
323
|
+
maskBorderSource?: csstype.Property.MaskBorderSource | undefined;
|
|
324
|
+
maskBorderWidth?: csstype.Property.MaskBorderWidth<string | number> | undefined;
|
|
325
|
+
maskClip?: csstype.Property.MaskClip | undefined;
|
|
326
|
+
maskComposite?: csstype.Property.MaskComposite | undefined;
|
|
327
|
+
maskImage?: csstype.Property.MaskImage | undefined;
|
|
328
|
+
maskMode?: csstype.Property.MaskMode | undefined;
|
|
329
|
+
maskOrigin?: csstype.Property.MaskOrigin | undefined;
|
|
330
|
+
maskPosition?: csstype.Property.MaskPosition<string | number> | undefined;
|
|
331
|
+
maskRepeat?: csstype.Property.MaskRepeat | undefined;
|
|
332
|
+
maskSize?: csstype.Property.MaskSize<string | number> | undefined;
|
|
333
|
+
maskType?: csstype.Property.MaskType | undefined;
|
|
334
|
+
mathDepth?: csstype.Property.MathDepth | undefined;
|
|
335
|
+
mathShift?: csstype.Property.MathShift | undefined;
|
|
336
|
+
mathStyle?: csstype.Property.MathStyle | undefined;
|
|
337
|
+
maxBlockSize?: csstype.Property.MaxBlockSize<string | number> | undefined;
|
|
338
|
+
maxHeight?: csstype.Property.MaxHeight<string | number> | undefined;
|
|
339
|
+
maxInlineSize?: csstype.Property.MaxInlineSize<string | number> | undefined;
|
|
340
|
+
maxLines?: csstype.Property.MaxLines | undefined;
|
|
341
|
+
maxWidth?: csstype.Property.MaxWidth<string | number> | undefined;
|
|
342
|
+
minBlockSize?: csstype.Property.MinBlockSize<string | number> | undefined;
|
|
343
|
+
minHeight?: csstype.Property.MinHeight<string | number> | undefined;
|
|
344
|
+
minInlineSize?: csstype.Property.MinInlineSize<string | number> | undefined;
|
|
345
|
+
minWidth?: csstype.Property.MinWidth<string | number> | undefined;
|
|
346
|
+
mixBlendMode?: csstype.Property.MixBlendMode | undefined;
|
|
347
|
+
motionDistance?: csstype.Property.OffsetDistance<string | number> | undefined;
|
|
348
|
+
motionPath?: csstype.Property.OffsetPath | undefined;
|
|
349
|
+
motionRotation?: csstype.Property.OffsetRotate | undefined;
|
|
350
|
+
objectFit?: csstype.Property.ObjectFit | undefined;
|
|
351
|
+
objectPosition?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
352
|
+
offsetAnchor?: csstype.Property.OffsetAnchor<string | number> | undefined;
|
|
353
|
+
offsetDistance?: csstype.Property.OffsetDistance<string | number> | undefined;
|
|
354
|
+
offsetPath?: csstype.Property.OffsetPath | undefined;
|
|
355
|
+
offsetPosition?: csstype.Property.OffsetPosition<string | number> | undefined;
|
|
356
|
+
offsetRotate?: csstype.Property.OffsetRotate | undefined;
|
|
357
|
+
offsetRotation?: csstype.Property.OffsetRotate | undefined;
|
|
358
|
+
opacity?: csstype.Property.Opacity | undefined;
|
|
359
|
+
order?: csstype.Property.Order | undefined;
|
|
360
|
+
orphans?: csstype.Property.Orphans | undefined;
|
|
361
|
+
outlineColor?: csstype.Property.OutlineColor | undefined;
|
|
362
|
+
outlineOffset?: csstype.Property.OutlineOffset<string | number> | undefined;
|
|
363
|
+
outlineStyle?: csstype.Property.OutlineStyle | undefined;
|
|
364
|
+
outlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
|
|
365
|
+
overflowAnchor?: csstype.Property.OverflowAnchor | undefined;
|
|
366
|
+
overflowBlock?: csstype.Property.OverflowBlock | undefined;
|
|
367
|
+
overflowClipBox?: csstype.Property.OverflowClipBox | undefined;
|
|
368
|
+
overflowClipMargin?: csstype.Property.OverflowClipMargin<string | number> | undefined;
|
|
369
|
+
overflowInline?: csstype.Property.OverflowInline | undefined;
|
|
370
|
+
overflowWrap?: csstype.Property.OverflowWrap | undefined;
|
|
371
|
+
overflowX?: csstype.Property.OverflowX | undefined;
|
|
372
|
+
overflowY?: csstype.Property.OverflowY | undefined;
|
|
373
|
+
overscrollBehaviorBlock?: csstype.Property.OverscrollBehaviorBlock | undefined;
|
|
374
|
+
overscrollBehaviorInline?: csstype.Property.OverscrollBehaviorInline | undefined;
|
|
375
|
+
overscrollBehaviorX?: csstype.Property.OverscrollBehaviorX | undefined;
|
|
376
|
+
overscrollBehaviorY?: csstype.Property.OverscrollBehaviorY | undefined;
|
|
377
|
+
paddingBlockEnd?: csstype.Property.PaddingBlockEnd<string | number> | undefined;
|
|
378
|
+
paddingBlockStart?: csstype.Property.PaddingBlockStart<string | number> | undefined;
|
|
379
|
+
paddingBottom?: csstype.Property.PaddingBottom<string | number> | undefined;
|
|
380
|
+
paddingInlineEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
381
|
+
paddingInlineStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
382
|
+
paddingLeft?: csstype.Property.PaddingLeft<string | number> | undefined;
|
|
383
|
+
paddingRight?: csstype.Property.PaddingRight<string | number> | undefined;
|
|
384
|
+
paddingTop?: csstype.Property.PaddingTop<string | number> | undefined;
|
|
385
|
+
page?: csstype.Property.Page | undefined;
|
|
386
|
+
pageBreakAfter?: csstype.Property.PageBreakAfter | undefined;
|
|
387
|
+
pageBreakBefore?: csstype.Property.PageBreakBefore | undefined;
|
|
388
|
+
pageBreakInside?: csstype.Property.PageBreakInside | undefined;
|
|
389
|
+
paintOrder?: csstype.Property.PaintOrder | undefined;
|
|
390
|
+
perspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
391
|
+
perspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
392
|
+
pointerEvents?: csstype.Property.PointerEvents | undefined;
|
|
393
|
+
position?: csstype.Property.Position | undefined;
|
|
394
|
+
printColorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
395
|
+
quotes?: csstype.Property.Quotes | undefined;
|
|
396
|
+
resize?: csstype.Property.Resize | undefined;
|
|
397
|
+
right?: csstype.Property.Right<string | number> | undefined;
|
|
398
|
+
rotate?: (string | number) | undefined;
|
|
399
|
+
rowGap?: csstype.Property.RowGap<string | number> | undefined;
|
|
400
|
+
rubyAlign?: csstype.Property.RubyAlign | undefined;
|
|
401
|
+
rubyMerge?: csstype.Property.RubyMerge | undefined;
|
|
402
|
+
rubyPosition?: csstype.Property.RubyPosition | undefined;
|
|
403
|
+
scale?: string | number | readonly [number, number] | undefined;
|
|
404
|
+
scrollBehavior?: csstype.Property.ScrollBehavior | undefined;
|
|
405
|
+
scrollMarginBlockEnd?: csstype.Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
406
|
+
scrollMarginBlockStart?: csstype.Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
407
|
+
scrollMarginBottom?: csstype.Property.ScrollMarginBottom<string | number> | undefined;
|
|
408
|
+
scrollMarginInlineEnd?: csstype.Property.ScrollMarginInlineEnd<string | number> | undefined;
|
|
409
|
+
scrollMarginInlineStart?: csstype.Property.ScrollMarginInlineStart<string | number> | undefined;
|
|
410
|
+
scrollMarginLeft?: csstype.Property.ScrollMarginLeft<string | number> | undefined;
|
|
411
|
+
scrollMarginRight?: csstype.Property.ScrollMarginRight<string | number> | undefined;
|
|
412
|
+
scrollMarginTop?: csstype.Property.ScrollMarginTop<string | number> | undefined;
|
|
413
|
+
scrollPaddingBlockEnd?: csstype.Property.ScrollPaddingBlockEnd<string | number> | undefined;
|
|
414
|
+
scrollPaddingBlockStart?: csstype.Property.ScrollPaddingBlockStart<string | number> | undefined;
|
|
415
|
+
scrollPaddingBottom?: csstype.Property.ScrollPaddingBottom<string | number> | undefined;
|
|
416
|
+
scrollPaddingInlineEnd?: csstype.Property.ScrollPaddingInlineEnd<string | number> | undefined;
|
|
417
|
+
scrollPaddingInlineStart?: csstype.Property.ScrollPaddingInlineStart<string | number> | undefined;
|
|
418
|
+
scrollPaddingLeft?: csstype.Property.ScrollPaddingLeft<string | number> | undefined;
|
|
419
|
+
scrollPaddingRight?: csstype.Property.ScrollPaddingRight<string | number> | undefined;
|
|
420
|
+
scrollPaddingTop?: csstype.Property.ScrollPaddingTop<string | number> | undefined;
|
|
421
|
+
scrollSnapAlign?: csstype.Property.ScrollSnapAlign | undefined;
|
|
422
|
+
scrollSnapMarginBottom?: csstype.Property.ScrollMarginBottom<string | number> | undefined;
|
|
423
|
+
scrollSnapMarginLeft?: csstype.Property.ScrollMarginLeft<string | number> | undefined;
|
|
424
|
+
scrollSnapMarginRight?: csstype.Property.ScrollMarginRight<string | number> | undefined;
|
|
425
|
+
scrollSnapMarginTop?: csstype.Property.ScrollMarginTop<string | number> | undefined;
|
|
426
|
+
scrollSnapStop?: csstype.Property.ScrollSnapStop | undefined;
|
|
427
|
+
scrollSnapType?: csstype.Property.ScrollSnapType | undefined;
|
|
428
|
+
scrollTimelineAxis?: csstype.Property.ScrollTimelineAxis | undefined;
|
|
429
|
+
scrollTimelineName?: csstype.Property.ScrollTimelineName | undefined;
|
|
430
|
+
scrollbarColor?: csstype.Property.ScrollbarColor | undefined;
|
|
431
|
+
scrollbarGutter?: csstype.Property.ScrollbarGutter | undefined;
|
|
432
|
+
scrollbarWidth?: csstype.Property.ScrollbarWidth | undefined;
|
|
433
|
+
shapeImageThreshold?: csstype.Property.ShapeImageThreshold | undefined;
|
|
434
|
+
shapeMargin?: csstype.Property.ShapeMargin<string | number> | undefined;
|
|
435
|
+
shapeOutside?: csstype.Property.ShapeOutside | undefined;
|
|
436
|
+
tabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
437
|
+
tableLayout?: csstype.Property.TableLayout | undefined;
|
|
438
|
+
textAlign?: csstype.Property.TextAlign | undefined;
|
|
439
|
+
textAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
440
|
+
textCombineUpright?: csstype.Property.TextCombineUpright | undefined;
|
|
441
|
+
textDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
442
|
+
textDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
443
|
+
textDecorationSkip?: csstype.Property.TextDecorationSkip | undefined;
|
|
444
|
+
textDecorationSkipInk?: csstype.Property.TextDecorationSkipInk | undefined;
|
|
445
|
+
textDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
446
|
+
textDecorationThickness?: csstype.Property.TextDecorationThickness<string | number> | undefined;
|
|
447
|
+
textEmphasisColor?: csstype.Property.TextEmphasisColor | undefined;
|
|
448
|
+
textEmphasisPosition?: csstype.Property.TextEmphasisPosition | undefined;
|
|
449
|
+
textEmphasisStyle?: csstype.Property.TextEmphasisStyle | undefined;
|
|
450
|
+
textIndent?: csstype.Property.TextIndent<string | number> | undefined;
|
|
451
|
+
textJustify?: csstype.Property.TextJustify | undefined;
|
|
452
|
+
textOrientation?: csstype.Property.TextOrientation | undefined;
|
|
453
|
+
textOverflow?: csstype.Property.TextOverflow | undefined;
|
|
454
|
+
textRendering?: csstype.Property.TextRendering | undefined;
|
|
455
|
+
textShadow?: csstype.Property.TextShadow | undefined;
|
|
456
|
+
textSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
457
|
+
textTransform?: csstype.Property.TextTransform | undefined;
|
|
458
|
+
textUnderlineOffset?: csstype.Property.TextUnderlineOffset<string | number> | undefined;
|
|
459
|
+
textUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
|
|
460
|
+
top?: csstype.Property.Top<string | number> | undefined;
|
|
461
|
+
touchAction?: csstype.Property.TouchAction | undefined;
|
|
462
|
+
transform?: string | undefined;
|
|
463
|
+
transformBox?: csstype.Property.TransformBox | undefined;
|
|
464
|
+
transformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
465
|
+
transformStyle?: csstype.Property.TransformStyle | undefined;
|
|
466
|
+
transitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
467
|
+
transitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
468
|
+
transitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
469
|
+
transitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
470
|
+
translate?: (string | number) | readonly [string | number, string | number] | undefined;
|
|
471
|
+
unicodeBidi?: csstype.Property.UnicodeBidi | undefined;
|
|
472
|
+
userSelect?: csstype.Property.UserSelect | undefined;
|
|
473
|
+
verticalAlign?: csstype.Property.VerticalAlign<string | number> | undefined;
|
|
474
|
+
viewTransitionName?: csstype.Property.ViewTransitionName | undefined;
|
|
475
|
+
visibility?: csstype.Property.Visibility | undefined;
|
|
476
|
+
whiteSpace?: csstype.Property.WhiteSpace | undefined;
|
|
477
|
+
widows?: csstype.Property.Widows | undefined;
|
|
478
|
+
width?: csstype.Property.Width<string | number> | undefined;
|
|
479
|
+
willChange?: csstype.Property.WillChange | undefined;
|
|
480
|
+
wordBreak?: csstype.Property.WordBreak | undefined;
|
|
481
|
+
wordSpacing?: csstype.Property.WordSpacing<string | number> | undefined;
|
|
482
|
+
wordWrap?: csstype.Property.WordWrap | undefined;
|
|
483
|
+
writingMode?: csstype.Property.WritingMode | undefined;
|
|
484
|
+
zIndex?: csstype.Property.ZIndex | undefined;
|
|
485
|
+
zoom?: csstype.Property.Zoom | undefined;
|
|
486
|
+
all?: csstype.Globals | undefined;
|
|
487
|
+
animation?: csstype.Property.Animation<string & {}> | undefined;
|
|
488
|
+
background?: csstype.Property.Background<string | number> | undefined;
|
|
489
|
+
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
490
|
+
border?: csstype.Property.Border<string | number> | undefined;
|
|
491
|
+
borderBlock?: csstype.Property.BorderBlock<string | number> | undefined;
|
|
492
|
+
borderBlockEnd?: csstype.Property.BorderBlockEnd<string | number> | undefined;
|
|
493
|
+
borderBlockStart?: csstype.Property.BorderBlockStart<string | number> | undefined;
|
|
494
|
+
borderBottom?: csstype.Property.BorderBottom<string | number> | undefined;
|
|
495
|
+
borderColor?: csstype.Property.BorderColor | undefined;
|
|
496
|
+
borderImage?: csstype.Property.BorderImage | undefined;
|
|
497
|
+
borderInline?: csstype.Property.BorderInline<string | number> | undefined;
|
|
498
|
+
borderInlineEnd?: csstype.Property.BorderInlineEnd<string | number> | undefined;
|
|
499
|
+
borderInlineStart?: csstype.Property.BorderInlineStart<string | number> | undefined;
|
|
500
|
+
borderLeft?: csstype.Property.BorderLeft<string | number> | undefined;
|
|
501
|
+
borderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
502
|
+
borderRight?: csstype.Property.BorderRight<string | number> | undefined;
|
|
503
|
+
borderStyle?: csstype.Property.BorderStyle | undefined;
|
|
504
|
+
borderTop?: csstype.Property.BorderTop<string | number> | undefined;
|
|
505
|
+
borderWidth?: csstype.Property.BorderWidth<string | number> | undefined;
|
|
506
|
+
caret?: csstype.Property.Caret | undefined;
|
|
507
|
+
columnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
508
|
+
columns?: csstype.Property.Columns<string | number> | undefined;
|
|
509
|
+
containIntrinsicSize?: csstype.Property.ContainIntrinsicSize<string | number> | undefined;
|
|
510
|
+
container?: csstype.Property.Container | undefined;
|
|
511
|
+
flex?: csstype.Property.Flex<string | number> | undefined;
|
|
512
|
+
flexFlow?: csstype.Property.FlexFlow | undefined;
|
|
513
|
+
font?: csstype.Property.Font | undefined;
|
|
514
|
+
gap?: csstype.Property.Gap<string | number> | undefined;
|
|
515
|
+
grid?: csstype.Property.Grid | undefined;
|
|
516
|
+
gridArea?: csstype.Property.GridArea | undefined;
|
|
517
|
+
gridColumn?: csstype.Property.GridColumn | undefined;
|
|
518
|
+
gridRow?: csstype.Property.GridRow | undefined;
|
|
519
|
+
gridTemplate?: csstype.Property.GridTemplate | undefined;
|
|
520
|
+
inset?: csstype.Property.Inset<string | number> | undefined;
|
|
521
|
+
insetBlock?: csstype.Property.InsetBlock<string | number> | undefined;
|
|
522
|
+
insetInline?: csstype.Property.InsetInline<string | number> | undefined;
|
|
523
|
+
lineClamp?: csstype.Property.LineClamp | undefined;
|
|
524
|
+
listStyle?: csstype.Property.ListStyle | undefined;
|
|
525
|
+
margin?: csstype.Property.Margin<string | number> | undefined;
|
|
526
|
+
marginBlock?: csstype.Property.MarginBlock<string | number> | undefined;
|
|
527
|
+
marginInline?: csstype.Property.MarginInline<string | number> | undefined;
|
|
528
|
+
mask?: csstype.Property.Mask<string | number> | undefined;
|
|
529
|
+
maskBorder?: csstype.Property.MaskBorder | undefined;
|
|
530
|
+
motion?: csstype.Property.Offset<string | number> | undefined;
|
|
531
|
+
offset?: csstype.Property.Offset<string | number> | undefined;
|
|
532
|
+
outline?: csstype.Property.Outline<string | number> | undefined;
|
|
533
|
+
overflow?: csstype.Property.Overflow | undefined;
|
|
534
|
+
overscrollBehavior?: csstype.Property.OverscrollBehavior | undefined;
|
|
535
|
+
padding?: csstype.Property.Padding<string | number> | undefined;
|
|
536
|
+
paddingBlock?: csstype.Property.PaddingBlock<string | number> | undefined;
|
|
537
|
+
paddingInline?: csstype.Property.PaddingInline<string | number> | undefined;
|
|
538
|
+
placeContent?: csstype.Property.PlaceContent | undefined;
|
|
539
|
+
placeItems?: csstype.Property.PlaceItems | undefined;
|
|
540
|
+
placeSelf?: csstype.Property.PlaceSelf | undefined;
|
|
541
|
+
scrollMargin?: csstype.Property.ScrollMargin<string | number> | undefined;
|
|
542
|
+
scrollMarginBlock?: csstype.Property.ScrollMarginBlock<string | number> | undefined;
|
|
543
|
+
scrollMarginInline?: csstype.Property.ScrollMarginInline<string | number> | undefined;
|
|
544
|
+
scrollPadding?: csstype.Property.ScrollPadding<string | number> | undefined;
|
|
545
|
+
scrollPaddingBlock?: csstype.Property.ScrollPaddingBlock<string | number> | undefined;
|
|
546
|
+
scrollPaddingInline?: csstype.Property.ScrollPaddingInline<string | number> | undefined;
|
|
547
|
+
scrollSnapMargin?: csstype.Property.ScrollMargin<string | number> | undefined;
|
|
548
|
+
scrollTimeline?: csstype.Property.ScrollTimeline | undefined;
|
|
549
|
+
textDecoration?: csstype.Property.TextDecoration<string | number> | undefined;
|
|
550
|
+
textEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
551
|
+
transition?: csstype.Property.Transition<string & {}> | undefined;
|
|
552
|
+
MozAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
553
|
+
MozAnimationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
554
|
+
MozAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
555
|
+
MozAnimationFillMode?: csstype.Property.AnimationFillMode | undefined;
|
|
556
|
+
MozAnimationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
557
|
+
MozAnimationName?: csstype.Property.AnimationName | undefined;
|
|
558
|
+
MozAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
559
|
+
MozAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
560
|
+
MozAppearance?: csstype.Property.MozAppearance | undefined;
|
|
561
|
+
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
562
|
+
MozBinding?: csstype.Property.MozBinding | undefined;
|
|
563
|
+
MozBorderBottomColors?: csstype.Property.MozBorderBottomColors | undefined;
|
|
564
|
+
MozBorderEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
565
|
+
MozBorderEndStyle?: csstype.Property.BorderInlineEndStyle | undefined;
|
|
566
|
+
MozBorderEndWidth?: csstype.Property.BorderInlineEndWidth<string | number> | undefined;
|
|
567
|
+
MozBorderLeftColors?: csstype.Property.MozBorderLeftColors | undefined;
|
|
568
|
+
MozBorderRightColors?: csstype.Property.MozBorderRightColors | undefined;
|
|
569
|
+
MozBorderStartColor?: csstype.Property.BorderInlineStartColor | undefined;
|
|
570
|
+
MozBorderStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
|
|
571
|
+
MozBorderTopColors?: csstype.Property.MozBorderTopColors | undefined;
|
|
572
|
+
MozBoxSizing?: csstype.Property.BoxSizing | undefined;
|
|
573
|
+
MozColumnCount?: csstype.Property.ColumnCount | undefined;
|
|
574
|
+
MozColumnFill?: csstype.Property.ColumnFill | undefined;
|
|
575
|
+
MozColumnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
|
|
576
|
+
MozColumnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
|
|
577
|
+
MozColumnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
|
|
578
|
+
MozColumnWidth?: csstype.Property.ColumnWidth<string | number> | undefined;
|
|
579
|
+
MozContextProperties?: csstype.Property.MozContextProperties | undefined;
|
|
580
|
+
MozFontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
581
|
+
MozFontLanguageOverride?: csstype.Property.FontLanguageOverride | undefined;
|
|
582
|
+
MozHyphens?: csstype.Property.Hyphens | undefined;
|
|
583
|
+
MozImageRegion?: csstype.Property.MozImageRegion | undefined;
|
|
584
|
+
MozMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
585
|
+
MozMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
586
|
+
MozOrient?: csstype.Property.MozOrient | undefined;
|
|
587
|
+
MozOsxFontSmoothing?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
588
|
+
MozPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
589
|
+
MozPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
590
|
+
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
591
|
+
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
592
|
+
MozStackSizing?: csstype.Property.MozStackSizing | undefined;
|
|
593
|
+
MozTabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
594
|
+
MozTextBlink?: csstype.Property.MozTextBlink | undefined;
|
|
595
|
+
MozTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
596
|
+
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
597
|
+
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
598
|
+
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
599
|
+
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
600
|
+
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
601
|
+
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
602
|
+
MozUserFocus?: csstype.Property.MozUserFocus | undefined;
|
|
603
|
+
MozUserModify?: csstype.Property.MozUserModify | undefined;
|
|
604
|
+
MozUserSelect?: csstype.Property.UserSelect | undefined;
|
|
605
|
+
MozWindowDragging?: csstype.Property.MozWindowDragging | undefined;
|
|
606
|
+
MozWindowShadow?: csstype.Property.MozWindowShadow | undefined;
|
|
607
|
+
msAccelerator?: csstype.Property.MsAccelerator | undefined;
|
|
608
|
+
msBlockProgression?: csstype.Property.MsBlockProgression | undefined;
|
|
609
|
+
msContentZoomChaining?: csstype.Property.MsContentZoomChaining | undefined;
|
|
610
|
+
msContentZoomLimitMax?: csstype.Property.MsContentZoomLimitMax | undefined;
|
|
611
|
+
msContentZoomLimitMin?: csstype.Property.MsContentZoomLimitMin | undefined;
|
|
612
|
+
msContentZoomSnapPoints?: csstype.Property.MsContentZoomSnapPoints | undefined;
|
|
613
|
+
msContentZoomSnapType?: csstype.Property.MsContentZoomSnapType | undefined;
|
|
614
|
+
msContentZooming?: csstype.Property.MsContentZooming | undefined;
|
|
615
|
+
msFilter?: csstype.Property.MsFilter | undefined;
|
|
616
|
+
msFlexDirection?: csstype.Property.FlexDirection | undefined;
|
|
617
|
+
msFlexPositive?: csstype.Property.FlexGrow | undefined;
|
|
618
|
+
msFlowFrom?: csstype.Property.MsFlowFrom | undefined;
|
|
619
|
+
msFlowInto?: csstype.Property.MsFlowInto | undefined;
|
|
620
|
+
msGridColumns?: csstype.Property.MsGridColumns<string | number> | undefined;
|
|
621
|
+
msGridRows?: csstype.Property.MsGridRows<string | number> | undefined;
|
|
622
|
+
msHighContrastAdjust?: csstype.Property.MsHighContrastAdjust | undefined;
|
|
623
|
+
msHyphenateLimitChars?: csstype.Property.MsHyphenateLimitChars | undefined;
|
|
624
|
+
msHyphenateLimitLines?: csstype.Property.MsHyphenateLimitLines | undefined;
|
|
625
|
+
msHyphenateLimitZone?: csstype.Property.MsHyphenateLimitZone<string | number> | undefined;
|
|
626
|
+
msHyphens?: csstype.Property.Hyphens | undefined;
|
|
627
|
+
msImeAlign?: csstype.Property.MsImeAlign | undefined;
|
|
628
|
+
msLineBreak?: csstype.Property.LineBreak | undefined;
|
|
629
|
+
msOrder?: csstype.Property.Order | undefined;
|
|
630
|
+
msOverflowStyle?: csstype.Property.MsOverflowStyle | undefined;
|
|
631
|
+
msOverflowX?: csstype.Property.OverflowX | undefined;
|
|
632
|
+
msOverflowY?: csstype.Property.OverflowY | undefined;
|
|
633
|
+
msScrollChaining?: csstype.Property.MsScrollChaining | undefined;
|
|
634
|
+
msScrollLimitXMax?: csstype.Property.MsScrollLimitXMax<string | number> | undefined;
|
|
635
|
+
msScrollLimitXMin?: csstype.Property.MsScrollLimitXMin<string | number> | undefined;
|
|
636
|
+
msScrollLimitYMax?: csstype.Property.MsScrollLimitYMax<string | number> | undefined;
|
|
637
|
+
msScrollLimitYMin?: csstype.Property.MsScrollLimitYMin<string | number> | undefined;
|
|
638
|
+
msScrollRails?: csstype.Property.MsScrollRails | undefined;
|
|
639
|
+
msScrollSnapPointsX?: csstype.Property.MsScrollSnapPointsX | undefined;
|
|
640
|
+
msScrollSnapPointsY?: csstype.Property.MsScrollSnapPointsY | undefined;
|
|
641
|
+
msScrollSnapType?: csstype.Property.MsScrollSnapType | undefined;
|
|
642
|
+
msScrollTranslation?: csstype.Property.MsScrollTranslation | undefined;
|
|
643
|
+
msScrollbar3dlightColor?: csstype.Property.MsScrollbar3dlightColor | undefined;
|
|
644
|
+
msScrollbarArrowColor?: csstype.Property.MsScrollbarArrowColor | undefined;
|
|
645
|
+
msScrollbarBaseColor?: csstype.Property.MsScrollbarBaseColor | undefined;
|
|
646
|
+
msScrollbarDarkshadowColor?: csstype.Property.MsScrollbarDarkshadowColor | undefined;
|
|
647
|
+
msScrollbarFaceColor?: csstype.Property.MsScrollbarFaceColor | undefined;
|
|
648
|
+
msScrollbarHighlightColor?: csstype.Property.MsScrollbarHighlightColor | undefined;
|
|
649
|
+
msScrollbarShadowColor?: csstype.Property.MsScrollbarShadowColor | undefined;
|
|
650
|
+
msScrollbarTrackColor?: csstype.Property.MsScrollbarTrackColor | undefined;
|
|
651
|
+
msTextAutospace?: csstype.Property.MsTextAutospace | undefined;
|
|
652
|
+
msTextCombineHorizontal?: csstype.Property.TextCombineUpright | undefined;
|
|
653
|
+
msTextOverflow?: csstype.Property.TextOverflow | undefined;
|
|
654
|
+
msTouchAction?: csstype.Property.TouchAction | undefined;
|
|
655
|
+
msTouchSelect?: csstype.Property.MsTouchSelect | undefined;
|
|
656
|
+
msTransform?: csstype.Property.Transform | undefined;
|
|
657
|
+
msTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
658
|
+
msTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
659
|
+
msTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
660
|
+
msTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
661
|
+
msTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
662
|
+
msUserSelect?: csstype.Property.MsUserSelect | undefined;
|
|
663
|
+
msWordBreak?: csstype.Property.WordBreak | undefined;
|
|
664
|
+
msWrapFlow?: csstype.Property.MsWrapFlow | undefined;
|
|
665
|
+
msWrapMargin?: csstype.Property.MsWrapMargin<string | number> | undefined;
|
|
666
|
+
msWrapThrough?: csstype.Property.MsWrapThrough | undefined;
|
|
667
|
+
msWritingMode?: csstype.Property.WritingMode | undefined;
|
|
668
|
+
WebkitAlignContent?: csstype.Property.AlignContent | undefined;
|
|
669
|
+
WebkitAlignItems?: csstype.Property.AlignItems | undefined;
|
|
670
|
+
WebkitAlignSelf?: csstype.Property.AlignSelf | undefined;
|
|
671
|
+
WebkitAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
672
|
+
WebkitAnimationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
673
|
+
WebkitAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
674
|
+
WebkitAnimationFillMode?: csstype.Property.AnimationFillMode | undefined;
|
|
675
|
+
WebkitAnimationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
676
|
+
WebkitAnimationName?: csstype.Property.AnimationName | undefined;
|
|
677
|
+
WebkitAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
678
|
+
WebkitAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
679
|
+
WebkitAppearance?: csstype.Property.WebkitAppearance | undefined;
|
|
680
|
+
WebkitBackdropFilter?: csstype.Property.BackdropFilter | undefined;
|
|
681
|
+
WebkitBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
682
|
+
WebkitBackgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
683
|
+
WebkitBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
684
|
+
WebkitBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
685
|
+
WebkitBorderBeforeColor?: csstype.Property.WebkitBorderBeforeColor | undefined;
|
|
686
|
+
WebkitBorderBeforeStyle?: csstype.Property.WebkitBorderBeforeStyle | undefined;
|
|
687
|
+
WebkitBorderBeforeWidth?: csstype.Property.WebkitBorderBeforeWidth<string | number> | undefined;
|
|
688
|
+
WebkitBorderBottomLeftRadius?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
689
|
+
WebkitBorderBottomRightRadius?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
|
|
690
|
+
WebkitBorderImageSlice?: csstype.Property.BorderImageSlice | undefined;
|
|
691
|
+
WebkitBorderTopLeftRadius?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
|
|
692
|
+
WebkitBorderTopRightRadius?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
|
|
693
|
+
WebkitBoxDecorationBreak?: csstype.Property.BoxDecorationBreak | undefined;
|
|
694
|
+
WebkitBoxReflect?: csstype.Property.WebkitBoxReflect<string | number> | undefined;
|
|
695
|
+
WebkitBoxShadow?: csstype.Property.BoxShadow | undefined;
|
|
696
|
+
WebkitBoxSizing?: csstype.Property.BoxSizing | undefined;
|
|
697
|
+
WebkitClipPath?: csstype.Property.ClipPath | undefined;
|
|
698
|
+
WebkitColumnCount?: csstype.Property.ColumnCount | undefined;
|
|
699
|
+
WebkitColumnFill?: csstype.Property.ColumnFill | undefined;
|
|
700
|
+
WebkitColumnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
|
|
701
|
+
WebkitColumnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
|
|
702
|
+
WebkitColumnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
|
|
703
|
+
WebkitColumnSpan?: csstype.Property.ColumnSpan | undefined;
|
|
704
|
+
WebkitColumnWidth?: csstype.Property.ColumnWidth<string | number> | undefined;
|
|
705
|
+
WebkitFilter?: csstype.Property.Filter | undefined;
|
|
706
|
+
WebkitFlexBasis?: csstype.Property.FlexBasis<string | number> | undefined;
|
|
707
|
+
WebkitFlexDirection?: csstype.Property.FlexDirection | undefined;
|
|
708
|
+
WebkitFlexGrow?: csstype.Property.FlexGrow | undefined;
|
|
709
|
+
WebkitFlexShrink?: csstype.Property.FlexShrink | undefined;
|
|
710
|
+
WebkitFlexWrap?: csstype.Property.FlexWrap | undefined;
|
|
711
|
+
WebkitFontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
712
|
+
WebkitFontKerning?: csstype.Property.FontKerning | undefined;
|
|
713
|
+
WebkitFontSmoothing?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
714
|
+
WebkitFontVariantLigatures?: csstype.Property.FontVariantLigatures | undefined;
|
|
715
|
+
WebkitHyphenateCharacter?: csstype.Property.HyphenateCharacter | undefined;
|
|
716
|
+
WebkitHyphens?: csstype.Property.Hyphens | undefined;
|
|
717
|
+
WebkitInitialLetter?: csstype.Property.InitialLetter | undefined;
|
|
718
|
+
WebkitJustifyContent?: csstype.Property.JustifyContent | undefined;
|
|
719
|
+
WebkitLineBreak?: csstype.Property.LineBreak | undefined;
|
|
720
|
+
WebkitLineClamp?: csstype.Property.WebkitLineClamp | undefined;
|
|
721
|
+
WebkitMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
722
|
+
WebkitMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
723
|
+
WebkitMaskAttachment?: csstype.Property.WebkitMaskAttachment | undefined;
|
|
724
|
+
WebkitMaskBoxImageOutset?: csstype.Property.MaskBorderOutset<string | number> | undefined;
|
|
725
|
+
WebkitMaskBoxImageRepeat?: csstype.Property.MaskBorderRepeat | undefined;
|
|
726
|
+
WebkitMaskBoxImageSlice?: csstype.Property.MaskBorderSlice | undefined;
|
|
727
|
+
WebkitMaskBoxImageSource?: csstype.Property.MaskBorderSource | undefined;
|
|
728
|
+
WebkitMaskBoxImageWidth?: csstype.Property.MaskBorderWidth<string | number> | undefined;
|
|
729
|
+
WebkitMaskClip?: csstype.Property.WebkitMaskClip | undefined;
|
|
730
|
+
WebkitMaskComposite?: csstype.Property.WebkitMaskComposite | undefined;
|
|
731
|
+
WebkitMaskImage?: csstype.Property.WebkitMaskImage | undefined;
|
|
732
|
+
WebkitMaskOrigin?: csstype.Property.WebkitMaskOrigin | undefined;
|
|
733
|
+
WebkitMaskPosition?: csstype.Property.WebkitMaskPosition<string | number> | undefined;
|
|
734
|
+
WebkitMaskPositionX?: csstype.Property.WebkitMaskPositionX<string | number> | undefined;
|
|
735
|
+
WebkitMaskPositionY?: csstype.Property.WebkitMaskPositionY<string | number> | undefined;
|
|
736
|
+
WebkitMaskRepeat?: csstype.Property.WebkitMaskRepeat | undefined;
|
|
737
|
+
WebkitMaskRepeatX?: csstype.Property.WebkitMaskRepeatX | undefined;
|
|
738
|
+
WebkitMaskRepeatY?: csstype.Property.WebkitMaskRepeatY | undefined;
|
|
739
|
+
WebkitMaskSize?: csstype.Property.WebkitMaskSize<string | number> | undefined;
|
|
740
|
+
WebkitMaxInlineSize?: csstype.Property.MaxInlineSize<string | number> | undefined;
|
|
741
|
+
WebkitOrder?: csstype.Property.Order | undefined;
|
|
742
|
+
WebkitOverflowScrolling?: csstype.Property.WebkitOverflowScrolling | undefined;
|
|
743
|
+
WebkitPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
744
|
+
WebkitPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
745
|
+
WebkitPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
746
|
+
WebkitPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
747
|
+
WebkitPrintColorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
748
|
+
WebkitRubyPosition?: csstype.Property.RubyPosition | undefined;
|
|
749
|
+
WebkitScrollSnapType?: csstype.Property.ScrollSnapType | undefined;
|
|
750
|
+
WebkitShapeMargin?: csstype.Property.ShapeMargin<string | number> | undefined;
|
|
751
|
+
WebkitTapHighlightColor?: csstype.Property.WebkitTapHighlightColor | undefined;
|
|
752
|
+
WebkitTextCombine?: csstype.Property.TextCombineUpright | undefined;
|
|
753
|
+
WebkitTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
754
|
+
WebkitTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
755
|
+
WebkitTextDecorationSkip?: csstype.Property.TextDecorationSkip | undefined;
|
|
756
|
+
WebkitTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
757
|
+
WebkitTextEmphasisColor?: csstype.Property.TextEmphasisColor | undefined;
|
|
758
|
+
WebkitTextEmphasisPosition?: csstype.Property.TextEmphasisPosition | undefined;
|
|
759
|
+
WebkitTextEmphasisStyle?: csstype.Property.TextEmphasisStyle | undefined;
|
|
760
|
+
WebkitTextFillColor?: csstype.Property.WebkitTextFillColor | undefined;
|
|
761
|
+
WebkitTextOrientation?: csstype.Property.TextOrientation | undefined;
|
|
762
|
+
WebkitTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
763
|
+
WebkitTextStrokeColor?: csstype.Property.WebkitTextStrokeColor | undefined;
|
|
764
|
+
WebkitTextStrokeWidth?: csstype.Property.WebkitTextStrokeWidth<string | number> | undefined;
|
|
765
|
+
WebkitTextUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
|
|
766
|
+
WebkitTouchCallout?: csstype.Property.WebkitTouchCallout | undefined;
|
|
767
|
+
WebkitTransform?: csstype.Property.Transform | undefined;
|
|
768
|
+
WebkitTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
769
|
+
WebkitTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
770
|
+
WebkitTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
771
|
+
WebkitTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
772
|
+
WebkitTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
773
|
+
WebkitTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
774
|
+
WebkitUserModify?: csstype.Property.WebkitUserModify | undefined;
|
|
775
|
+
WebkitUserSelect?: csstype.Property.UserSelect | undefined;
|
|
776
|
+
WebkitWritingMode?: csstype.Property.WritingMode | undefined;
|
|
777
|
+
MozAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
778
|
+
MozBorderImage?: csstype.Property.BorderImage | undefined;
|
|
779
|
+
MozColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
780
|
+
MozColumns?: csstype.Property.Columns<string | number> | undefined;
|
|
781
|
+
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
782
|
+
msContentZoomLimit?: csstype.Property.MsContentZoomLimit | undefined;
|
|
783
|
+
msContentZoomSnap?: csstype.Property.MsContentZoomSnap | undefined;
|
|
784
|
+
msFlex?: csstype.Property.Flex<string | number> | undefined;
|
|
785
|
+
msScrollLimit?: csstype.Property.MsScrollLimit | undefined;
|
|
786
|
+
msScrollSnapX?: csstype.Property.MsScrollSnapX | undefined;
|
|
787
|
+
msScrollSnapY?: csstype.Property.MsScrollSnapY | undefined;
|
|
788
|
+
msTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
789
|
+
WebkitAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
790
|
+
WebkitBorderBefore?: csstype.Property.WebkitBorderBefore<string | number> | undefined;
|
|
791
|
+
WebkitBorderImage?: csstype.Property.BorderImage | undefined;
|
|
792
|
+
WebkitBorderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
793
|
+
WebkitColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
794
|
+
WebkitColumns?: csstype.Property.Columns<string | number> | undefined;
|
|
795
|
+
WebkitFlex?: csstype.Property.Flex<string | number> | undefined;
|
|
796
|
+
WebkitFlexFlow?: csstype.Property.FlexFlow | undefined;
|
|
797
|
+
WebkitMask?: csstype.Property.WebkitMask<string | number> | undefined;
|
|
798
|
+
WebkitMaskBoxImage?: csstype.Property.MaskBorder | undefined;
|
|
799
|
+
WebkitTextEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
800
|
+
WebkitTextStroke?: csstype.Property.WebkitTextStroke<string | number> | undefined;
|
|
801
|
+
WebkitTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
802
|
+
azimuth?: csstype.Property.Azimuth | undefined;
|
|
803
|
+
boxAlign?: csstype.Property.BoxAlign | undefined;
|
|
804
|
+
boxDirection?: csstype.Property.BoxDirection | undefined;
|
|
805
|
+
boxFlex?: csstype.Property.BoxFlex | undefined;
|
|
806
|
+
boxFlexGroup?: csstype.Property.BoxFlexGroup | undefined;
|
|
807
|
+
boxLines?: csstype.Property.BoxLines | undefined;
|
|
808
|
+
boxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
809
|
+
boxOrient?: csstype.Property.BoxOrient | undefined;
|
|
810
|
+
boxPack?: csstype.Property.BoxPack | undefined;
|
|
811
|
+
clip?: csstype.Property.Clip | undefined;
|
|
812
|
+
gridColumnGap?: csstype.Property.GridColumnGap<string | number> | undefined;
|
|
813
|
+
gridGap?: csstype.Property.GridGap<string | number> | undefined;
|
|
814
|
+
gridRowGap?: csstype.Property.GridRowGap<string | number> | undefined;
|
|
815
|
+
imeMode?: csstype.Property.ImeMode | undefined;
|
|
816
|
+
offsetBlock?: csstype.Property.InsetBlock<string | number> | undefined;
|
|
817
|
+
offsetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
|
|
818
|
+
offsetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
|
|
819
|
+
offsetInline?: csstype.Property.InsetInline<string | number> | undefined;
|
|
820
|
+
offsetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
|
|
821
|
+
offsetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
|
|
822
|
+
scrollSnapCoordinate?: csstype.Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
823
|
+
scrollSnapDestination?: csstype.Property.ScrollSnapDestination<string | number> | undefined;
|
|
824
|
+
scrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
|
|
825
|
+
scrollSnapPointsY?: csstype.Property.ScrollSnapPointsY | undefined;
|
|
826
|
+
scrollSnapTypeX?: csstype.Property.ScrollSnapTypeX | undefined;
|
|
827
|
+
scrollSnapTypeY?: csstype.Property.ScrollSnapTypeY | undefined;
|
|
828
|
+
KhtmlBoxAlign?: csstype.Property.BoxAlign | undefined;
|
|
829
|
+
KhtmlBoxDirection?: csstype.Property.BoxDirection | undefined;
|
|
830
|
+
KhtmlBoxFlex?: csstype.Property.BoxFlex | undefined;
|
|
831
|
+
KhtmlBoxFlexGroup?: csstype.Property.BoxFlexGroup | undefined;
|
|
832
|
+
KhtmlBoxLines?: csstype.Property.BoxLines | undefined;
|
|
833
|
+
KhtmlBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
834
|
+
KhtmlBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
835
|
+
KhtmlBoxPack?: csstype.Property.BoxPack | undefined;
|
|
836
|
+
KhtmlLineBreak?: csstype.Property.LineBreak | undefined;
|
|
837
|
+
KhtmlOpacity?: csstype.Property.Opacity | undefined;
|
|
838
|
+
KhtmlUserSelect?: csstype.Property.UserSelect | undefined;
|
|
839
|
+
MozBackgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
840
|
+
MozBackgroundInlinePolicy?: csstype.Property.BoxDecorationBreak | undefined;
|
|
841
|
+
MozBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
842
|
+
MozBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
843
|
+
MozBorderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
844
|
+
MozBorderRadiusBottomleft?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
845
|
+
MozBorderRadiusBottomright?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
|
|
846
|
+
MozBorderRadiusTopleft?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
|
|
847
|
+
MozBorderRadiusTopright?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
|
|
848
|
+
MozBoxAlign?: csstype.Property.BoxAlign | undefined;
|
|
849
|
+
MozBoxDirection?: csstype.Property.BoxDirection | undefined;
|
|
850
|
+
MozBoxFlex?: csstype.Property.BoxFlex | undefined;
|
|
851
|
+
MozBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
852
|
+
MozBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
853
|
+
MozBoxPack?: csstype.Property.BoxPack | undefined;
|
|
854
|
+
MozBoxShadow?: csstype.Property.BoxShadow | undefined;
|
|
855
|
+
MozFloatEdge?: csstype.Property.MozFloatEdge | undefined;
|
|
856
|
+
MozForceBrokenImageIcon?: csstype.Property.MozForceBrokenImageIcon | undefined;
|
|
857
|
+
MozOpacity?: csstype.Property.Opacity | undefined;
|
|
858
|
+
MozOutline?: csstype.Property.Outline<string | number> | undefined;
|
|
859
|
+
MozOutlineColor?: csstype.Property.OutlineColor | undefined;
|
|
860
|
+
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
861
|
+
MozOutlineRadiusBottomleft?: csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
862
|
+
MozOutlineRadiusBottomright?: csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
863
|
+
MozOutlineRadiusTopleft?: csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
864
|
+
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
865
|
+
MozOutlineStyle?: csstype.Property.OutlineStyle | undefined;
|
|
866
|
+
MozOutlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
|
|
867
|
+
MozTextAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
868
|
+
MozTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
869
|
+
MozTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
870
|
+
MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
871
|
+
MozUserInput?: csstype.Property.MozUserInput | undefined;
|
|
872
|
+
msImeMode?: csstype.Property.ImeMode | undefined;
|
|
873
|
+
OAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
874
|
+
OAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
875
|
+
OAnimationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
876
|
+
OAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
877
|
+
OAnimationFillMode?: csstype.Property.AnimationFillMode | undefined;
|
|
878
|
+
OAnimationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
879
|
+
OAnimationName?: csstype.Property.AnimationName | undefined;
|
|
880
|
+
OAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
881
|
+
OAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
882
|
+
OBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
883
|
+
OBorderImage?: csstype.Property.BorderImage | undefined;
|
|
884
|
+
OObjectFit?: csstype.Property.ObjectFit | undefined;
|
|
885
|
+
OObjectPosition?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
886
|
+
OTabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
887
|
+
OTextOverflow?: csstype.Property.TextOverflow | undefined;
|
|
888
|
+
OTransform?: csstype.Property.Transform | undefined;
|
|
889
|
+
OTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
890
|
+
OTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
891
|
+
OTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
892
|
+
OTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
893
|
+
OTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
894
|
+
OTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
895
|
+
WebkitBoxAlign?: csstype.Property.BoxAlign | undefined;
|
|
896
|
+
WebkitBoxDirection?: csstype.Property.BoxDirection | undefined;
|
|
897
|
+
WebkitBoxFlex?: csstype.Property.BoxFlex | undefined;
|
|
898
|
+
WebkitBoxFlexGroup?: csstype.Property.BoxFlexGroup | undefined;
|
|
899
|
+
WebkitBoxLines?: csstype.Property.BoxLines | undefined;
|
|
900
|
+
WebkitBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
901
|
+
WebkitBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
902
|
+
WebkitBoxPack?: csstype.Property.BoxPack | undefined;
|
|
903
|
+
WebkitScrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
|
|
904
|
+
WebkitScrollSnapPointsY?: csstype.Property.ScrollSnapPointsY | undefined;
|
|
905
|
+
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
906
|
+
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
907
|
+
clipRule?: csstype.Property.ClipRule | undefined;
|
|
908
|
+
colorInterpolation?: csstype.Property.ColorInterpolation | undefined;
|
|
909
|
+
colorRendering?: csstype.Property.ColorRendering | undefined;
|
|
910
|
+
dominantBaseline?: csstype.Property.DominantBaseline | undefined;
|
|
911
|
+
fill?: csstype.Property.Fill | undefined;
|
|
912
|
+
fillOpacity?: csstype.Property.FillOpacity | undefined;
|
|
913
|
+
fillRule?: csstype.Property.FillRule | undefined;
|
|
914
|
+
floodColor?: csstype.Property.FloodColor | undefined;
|
|
915
|
+
floodOpacity?: csstype.Property.FloodOpacity | undefined;
|
|
916
|
+
glyphOrientationVertical?: csstype.Property.GlyphOrientationVertical | undefined;
|
|
917
|
+
lightingColor?: csstype.Property.LightingColor | undefined;
|
|
918
|
+
marker?: csstype.Property.Marker | undefined;
|
|
919
|
+
markerEnd?: csstype.Property.MarkerEnd | undefined;
|
|
920
|
+
markerMid?: csstype.Property.MarkerMid | undefined;
|
|
921
|
+
markerStart?: csstype.Property.MarkerStart | undefined;
|
|
922
|
+
shapeRendering?: csstype.Property.ShapeRendering | undefined;
|
|
923
|
+
stopColor?: csstype.Property.StopColor | undefined;
|
|
924
|
+
stopOpacity?: csstype.Property.StopOpacity | undefined;
|
|
925
|
+
stroke?: csstype.Property.Stroke | undefined;
|
|
926
|
+
strokeDasharray?: csstype.Property.StrokeDasharray<string | number> | undefined;
|
|
927
|
+
strokeDashoffset?: csstype.Property.StrokeDashoffset<string | number> | undefined;
|
|
928
|
+
strokeLinecap?: csstype.Property.StrokeLinecap | undefined;
|
|
929
|
+
strokeLinejoin?: csstype.Property.StrokeLinejoin | undefined;
|
|
930
|
+
strokeMiterlimit?: csstype.Property.StrokeMiterlimit | undefined;
|
|
931
|
+
strokeOpacity?: csstype.Property.StrokeOpacity | undefined;
|
|
932
|
+
strokeWidth?: csstype.Property.StrokeWidth<string | number> | undefined;
|
|
933
|
+
textAnchor?: csstype.Property.TextAnchor | undefined;
|
|
934
|
+
vectorEffect?: csstype.Property.VectorEffect | undefined;
|
|
935
|
+
scaleX?: number | undefined;
|
|
936
|
+
scaleY?: number | undefined;
|
|
937
|
+
x?: (string | number) | undefined;
|
|
938
|
+
y?: (string | number) | undefined;
|
|
939
|
+
z?: (string | number) | undefined;
|
|
940
|
+
translateX?: (string | number) | undefined;
|
|
941
|
+
translateY?: (string | number) | undefined;
|
|
942
|
+
translateZ?: (string | number) | undefined;
|
|
943
|
+
translate3d?: readonly [string | number, string | number, string | number] | undefined;
|
|
944
|
+
rotateX?: (string | number) | undefined;
|
|
945
|
+
rotateY?: (string | number) | undefined;
|
|
946
|
+
rotateZ?: (string | number) | undefined;
|
|
947
|
+
rotate3d?: readonly [number, number, number, string | number] | undefined;
|
|
948
|
+
scaleZ?: number | undefined;
|
|
949
|
+
scale3d?: readonly [number, number, number] | undefined;
|
|
950
|
+
skew?: (string | number) | readonly [string | number, string | number] | undefined;
|
|
951
|
+
skewX?: (string | number) | undefined;
|
|
952
|
+
skewY?: (string | number) | undefined;
|
|
953
|
+
matrix?: readonly [number, number, number, number, number, number] | undefined;
|
|
954
|
+
matrix3d?: readonly [number, number, number, number, number, number, number, number, number, number, number, number, number, number, number, number] | undefined;
|
|
955
|
+
} | undefined;
|
|
956
|
+
clipPath?: string | undefined;
|
|
957
|
+
filter?: string | undefined;
|
|
958
|
+
mask?: string | undefined;
|
|
959
|
+
path?: string | undefined;
|
|
960
|
+
order?: string | number | undefined;
|
|
961
|
+
height?: string | number | undefined;
|
|
962
|
+
width?: string | number | undefined;
|
|
963
|
+
display?: string | number | undefined;
|
|
964
|
+
'aria-label'?: string | undefined;
|
|
965
|
+
'aria-labelledby'?: string | undefined;
|
|
966
|
+
type?: string | undefined;
|
|
967
|
+
id?: string | undefined;
|
|
968
|
+
name?: string | undefined;
|
|
969
|
+
origin?: string | number | undefined;
|
|
970
|
+
role?: react.AriaRole | undefined;
|
|
971
|
+
tabIndex?: number | undefined;
|
|
972
|
+
className?: string | undefined;
|
|
973
|
+
'aria-activedescendant'?: string | undefined;
|
|
974
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
975
|
+
'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined;
|
|
976
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
977
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
978
|
+
'aria-colcount'?: number | undefined;
|
|
979
|
+
'aria-colindex'?: number | undefined;
|
|
980
|
+
'aria-colspan'?: number | undefined;
|
|
981
|
+
'aria-controls'?: string | undefined;
|
|
982
|
+
'aria-current'?: boolean | "time" | "location" | "true" | "false" | "page" | "step" | "date" | undefined;
|
|
983
|
+
'aria-describedby'?: string | undefined;
|
|
984
|
+
'aria-details'?: string | undefined;
|
|
985
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
986
|
+
'aria-dropeffect'?: "link" | "none" | "move" | "copy" | "execute" | "popup" | undefined;
|
|
987
|
+
'aria-errormessage'?: string | undefined;
|
|
988
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
989
|
+
'aria-flowto'?: string | undefined;
|
|
990
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
991
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
992
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
993
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
994
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
995
|
+
'aria-level'?: number | undefined;
|
|
996
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
997
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
998
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
999
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
1000
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1001
|
+
'aria-owns'?: string | undefined;
|
|
1002
|
+
'aria-placeholder'?: string | undefined;
|
|
1003
|
+
'aria-posinset'?: number | undefined;
|
|
1004
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1005
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
1006
|
+
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1007
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
1008
|
+
'aria-roledescription'?: string | undefined;
|
|
1009
|
+
'aria-rowcount'?: number | undefined;
|
|
1010
|
+
'aria-rowindex'?: number | undefined;
|
|
1011
|
+
'aria-rowspan'?: number | undefined;
|
|
1012
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
1013
|
+
'aria-setsize'?: number | undefined;
|
|
1014
|
+
'aria-sort'?: "none" | "other" | "ascending" | "descending" | undefined;
|
|
1015
|
+
'aria-valuemax'?: number | undefined;
|
|
1016
|
+
'aria-valuemin'?: number | undefined;
|
|
1017
|
+
'aria-valuenow'?: number | undefined;
|
|
1018
|
+
'aria-valuetext'?: string | undefined;
|
|
1019
|
+
children?: react.ReactNode;
|
|
1020
|
+
dangerouslySetInnerHTML?: {
|
|
1021
|
+
__html: string;
|
|
1022
|
+
} | undefined;
|
|
1023
|
+
onCopy?: react.ClipboardEventHandler<SVGGElement> | undefined;
|
|
1024
|
+
onCopyCapture?: react.ClipboardEventHandler<SVGGElement> | undefined;
|
|
1025
|
+
onCut?: react.ClipboardEventHandler<SVGGElement> | undefined;
|
|
1026
|
+
onCutCapture?: react.ClipboardEventHandler<SVGGElement> | undefined;
|
|
1027
|
+
onPaste?: react.ClipboardEventHandler<SVGGElement> | undefined;
|
|
1028
|
+
onPasteCapture?: react.ClipboardEventHandler<SVGGElement> | undefined;
|
|
1029
|
+
onCompositionEnd?: react.CompositionEventHandler<SVGGElement> | undefined;
|
|
1030
|
+
onCompositionEndCapture?: react.CompositionEventHandler<SVGGElement> | undefined;
|
|
1031
|
+
onCompositionStart?: react.CompositionEventHandler<SVGGElement> | undefined;
|
|
1032
|
+
onCompositionStartCapture?: react.CompositionEventHandler<SVGGElement> | undefined;
|
|
1033
|
+
onCompositionUpdate?: react.CompositionEventHandler<SVGGElement> | undefined;
|
|
1034
|
+
onCompositionUpdateCapture?: react.CompositionEventHandler<SVGGElement> | undefined;
|
|
1035
|
+
onFocus?: react.FocusEventHandler<SVGGElement> | undefined;
|
|
1036
|
+
onFocusCapture?: react.FocusEventHandler<SVGGElement> | undefined;
|
|
1037
|
+
onBlur?: react.FocusEventHandler<SVGGElement> | undefined;
|
|
1038
|
+
onBlurCapture?: react.FocusEventHandler<SVGGElement> | undefined;
|
|
1039
|
+
onChange?: react.FormEventHandler<SVGGElement> | undefined;
|
|
1040
|
+
onChangeCapture?: react.FormEventHandler<SVGGElement> | undefined;
|
|
1041
|
+
onBeforeInput?: react.FormEventHandler<SVGGElement> | undefined;
|
|
1042
|
+
onBeforeInputCapture?: react.FormEventHandler<SVGGElement> | undefined;
|
|
1043
|
+
onInput?: react.FormEventHandler<SVGGElement> | undefined;
|
|
1044
|
+
onInputCapture?: react.FormEventHandler<SVGGElement> | undefined;
|
|
1045
|
+
onReset?: react.FormEventHandler<SVGGElement> | undefined;
|
|
1046
|
+
onResetCapture?: react.FormEventHandler<SVGGElement> | undefined;
|
|
1047
|
+
onSubmit?: react.FormEventHandler<SVGGElement> | undefined;
|
|
1048
|
+
onSubmitCapture?: react.FormEventHandler<SVGGElement> | undefined;
|
|
1049
|
+
onInvalid?: react.FormEventHandler<SVGGElement> | undefined;
|
|
1050
|
+
onInvalidCapture?: react.FormEventHandler<SVGGElement> | undefined;
|
|
1051
|
+
onLoad?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1052
|
+
onLoadCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1053
|
+
onError?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1054
|
+
onErrorCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1055
|
+
onKeyDown?: react.KeyboardEventHandler<SVGGElement> | undefined;
|
|
1056
|
+
onKeyDownCapture?: react.KeyboardEventHandler<SVGGElement> | undefined;
|
|
1057
|
+
onKeyPress?: react.KeyboardEventHandler<SVGGElement> | undefined;
|
|
1058
|
+
onKeyPressCapture?: react.KeyboardEventHandler<SVGGElement> | undefined;
|
|
1059
|
+
onKeyUp?: react.KeyboardEventHandler<SVGGElement> | undefined;
|
|
1060
|
+
onKeyUpCapture?: react.KeyboardEventHandler<SVGGElement> | undefined;
|
|
1061
|
+
onAbort?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1062
|
+
onAbortCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1063
|
+
onCanPlay?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1064
|
+
onCanPlayCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1065
|
+
onCanPlayThrough?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1066
|
+
onCanPlayThroughCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1067
|
+
onDurationChange?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1068
|
+
onDurationChangeCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1069
|
+
onEmptied?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1070
|
+
onEmptiedCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1071
|
+
onEncrypted?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1072
|
+
onEncryptedCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1073
|
+
onEnded?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1074
|
+
onEndedCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1075
|
+
onLoadedData?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1076
|
+
onLoadedDataCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1077
|
+
onLoadedMetadata?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1078
|
+
onLoadedMetadataCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1079
|
+
onLoadStart?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1080
|
+
onLoadStartCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1081
|
+
onPause?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1082
|
+
onPauseCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1083
|
+
onPlay?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1084
|
+
onPlayCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1085
|
+
onPlaying?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1086
|
+
onPlayingCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1087
|
+
onProgress?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1088
|
+
onProgressCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1089
|
+
onRateChange?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1090
|
+
onRateChangeCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1091
|
+
onSeeked?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1092
|
+
onSeekedCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1093
|
+
onSeeking?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1094
|
+
onSeekingCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1095
|
+
onStalled?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1096
|
+
onStalledCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1097
|
+
onSuspend?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1098
|
+
onSuspendCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1099
|
+
onTimeUpdate?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1100
|
+
onTimeUpdateCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1101
|
+
onVolumeChange?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1102
|
+
onVolumeChangeCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1103
|
+
onWaiting?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1104
|
+
onWaitingCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1105
|
+
onAuxClick?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1106
|
+
onAuxClickCapture?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1107
|
+
onClick?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1108
|
+
onClickCapture?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1109
|
+
onContextMenu?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1110
|
+
onContextMenuCapture?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1111
|
+
onDoubleClick?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1112
|
+
onDoubleClickCapture?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1113
|
+
onDrag?: react.DragEventHandler<SVGGElement> | undefined;
|
|
1114
|
+
onDragCapture?: react.DragEventHandler<SVGGElement> | undefined;
|
|
1115
|
+
onDragEnd?: react.DragEventHandler<SVGGElement> | undefined;
|
|
1116
|
+
onDragEndCapture?: react.DragEventHandler<SVGGElement> | undefined;
|
|
1117
|
+
onDragEnter?: react.DragEventHandler<SVGGElement> | undefined;
|
|
1118
|
+
onDragEnterCapture?: react.DragEventHandler<SVGGElement> | undefined;
|
|
1119
|
+
onDragExit?: react.DragEventHandler<SVGGElement> | undefined;
|
|
1120
|
+
onDragExitCapture?: react.DragEventHandler<SVGGElement> | undefined;
|
|
1121
|
+
onDragLeave?: react.DragEventHandler<SVGGElement> | undefined;
|
|
1122
|
+
onDragLeaveCapture?: react.DragEventHandler<SVGGElement> | undefined;
|
|
1123
|
+
onDragOver?: react.DragEventHandler<SVGGElement> | undefined;
|
|
1124
|
+
onDragOverCapture?: react.DragEventHandler<SVGGElement> | undefined;
|
|
1125
|
+
onDragStart?: react.DragEventHandler<SVGGElement> | undefined;
|
|
1126
|
+
onDragStartCapture?: react.DragEventHandler<SVGGElement> | undefined;
|
|
1127
|
+
onDrop?: react.DragEventHandler<SVGGElement> | undefined;
|
|
1128
|
+
onDropCapture?: react.DragEventHandler<SVGGElement> | undefined;
|
|
1129
|
+
onMouseDown?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1130
|
+
onMouseDownCapture?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1131
|
+
onMouseEnter?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1132
|
+
onMouseLeave?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1133
|
+
onMouseMove?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1134
|
+
onMouseMoveCapture?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1135
|
+
onMouseOut?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1136
|
+
onMouseOutCapture?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1137
|
+
onMouseOver?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1138
|
+
onMouseOverCapture?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1139
|
+
onMouseUp?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1140
|
+
onMouseUpCapture?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
1141
|
+
onSelect?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1142
|
+
onSelectCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
1143
|
+
onTouchCancel?: react.TouchEventHandler<SVGGElement> | undefined;
|
|
1144
|
+
onTouchCancelCapture?: react.TouchEventHandler<SVGGElement> | undefined;
|
|
1145
|
+
onTouchEnd?: react.TouchEventHandler<SVGGElement> | undefined;
|
|
1146
|
+
onTouchEndCapture?: react.TouchEventHandler<SVGGElement> | undefined;
|
|
1147
|
+
onTouchMove?: react.TouchEventHandler<SVGGElement> | undefined;
|
|
1148
|
+
onTouchMoveCapture?: react.TouchEventHandler<SVGGElement> | undefined;
|
|
1149
|
+
onTouchStart?: react.TouchEventHandler<SVGGElement> | undefined;
|
|
1150
|
+
onTouchStartCapture?: react.TouchEventHandler<SVGGElement> | undefined;
|
|
1151
|
+
onPointerDown?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1152
|
+
onPointerDownCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1153
|
+
onPointerMove?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1154
|
+
onPointerMoveCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1155
|
+
onPointerUp?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1156
|
+
onPointerUpCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1157
|
+
onPointerCancel?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1158
|
+
onPointerCancelCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1159
|
+
onPointerEnter?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1160
|
+
onPointerEnterCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1161
|
+
onPointerLeave?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1162
|
+
onPointerLeaveCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1163
|
+
onPointerOver?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1164
|
+
onPointerOverCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1165
|
+
onPointerOut?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1166
|
+
onPointerOutCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1167
|
+
onGotPointerCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1168
|
+
onGotPointerCaptureCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1169
|
+
onLostPointerCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1170
|
+
onLostPointerCaptureCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
1171
|
+
onScroll?: react.UIEventHandler<SVGGElement> | undefined;
|
|
1172
|
+
onScrollCapture?: react.UIEventHandler<SVGGElement> | undefined;
|
|
1173
|
+
onWheel?: react.WheelEventHandler<SVGGElement> | undefined;
|
|
1174
|
+
onWheelCapture?: react.WheelEventHandler<SVGGElement> | undefined;
|
|
1175
|
+
onAnimationStart?: react.AnimationEventHandler<SVGGElement> | undefined;
|
|
1176
|
+
onAnimationStartCapture?: react.AnimationEventHandler<SVGGElement> | undefined;
|
|
1177
|
+
onAnimationEnd?: react.AnimationEventHandler<SVGGElement> | undefined;
|
|
1178
|
+
onAnimationEndCapture?: react.AnimationEventHandler<SVGGElement> | undefined;
|
|
1179
|
+
onAnimationIteration?: react.AnimationEventHandler<SVGGElement> | undefined;
|
|
1180
|
+
onAnimationIterationCapture?: react.AnimationEventHandler<SVGGElement> | undefined;
|
|
1181
|
+
onTransitionEnd?: react.TransitionEventHandler<SVGGElement> | undefined;
|
|
1182
|
+
onTransitionEndCapture?: react.TransitionEventHandler<SVGGElement> | undefined;
|
|
1183
|
+
target?: string | undefined;
|
|
1184
|
+
x?: string | number | undefined;
|
|
1185
|
+
y?: string | number | undefined;
|
|
1186
|
+
overflow?: string | number | undefined;
|
|
1187
|
+
direction?: string | number | undefined;
|
|
1188
|
+
offset?: string | number | undefined;
|
|
1189
|
+
fr?: string | number | undefined;
|
|
1190
|
+
href?: string | undefined;
|
|
1191
|
+
key?: react.Key | null | undefined;
|
|
1192
|
+
orientation?: string | number | undefined;
|
|
1193
|
+
lang?: string | undefined;
|
|
1194
|
+
color?: string | undefined;
|
|
1195
|
+
fontSize?: string | number | undefined;
|
|
1196
|
+
accumulate?: "none" | "sum" | undefined;
|
|
1197
|
+
local?: string | number | undefined;
|
|
1198
|
+
clip?: string | number | undefined;
|
|
1199
|
+
unicode?: string | number | undefined;
|
|
1200
|
+
fill?: string | undefined;
|
|
1201
|
+
stroke?: string | undefined;
|
|
1202
|
+
alphabetic?: string | number | undefined;
|
|
1203
|
+
hanging?: string | number | undefined;
|
|
1204
|
+
ideographic?: string | number | undefined;
|
|
1205
|
+
mathematical?: string | number | undefined;
|
|
1206
|
+
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
1207
|
+
media?: string | undefined;
|
|
1208
|
+
method?: string | undefined;
|
|
1209
|
+
max?: string | number | undefined;
|
|
1210
|
+
min?: string | number | undefined;
|
|
1211
|
+
accentHeight?: string | number | undefined;
|
|
1212
|
+
additive?: "replace" | "sum" | undefined;
|
|
1213
|
+
alignmentBaseline?: "inherit" | "auto" | "baseline" | "middle" | "after-edge" | "alphabetic" | "before-edge" | "central" | "hanging" | "ideographic" | "mathematical" | "text-after-edge" | "text-before-edge" | undefined;
|
|
1214
|
+
allowReorder?: "yes" | "no" | undefined;
|
|
1215
|
+
amplitude?: string | number | undefined;
|
|
1216
|
+
arabicForm?: "initial" | "medial" | "terminal" | "isolated" | undefined;
|
|
1217
|
+
ascent?: string | number | undefined;
|
|
1218
|
+
attributeName?: string | undefined;
|
|
1219
|
+
attributeType?: string | undefined;
|
|
1220
|
+
autoReverse?: (boolean | "true" | "false") | undefined;
|
|
1221
|
+
azimuth?: string | number | undefined;
|
|
1222
|
+
baseFrequency?: string | number | undefined;
|
|
1223
|
+
baselineShift?: string | number | undefined;
|
|
1224
|
+
baseProfile?: string | number | undefined;
|
|
1225
|
+
bbox?: string | number | undefined;
|
|
1226
|
+
begin?: string | number | undefined;
|
|
1227
|
+
bias?: string | number | undefined;
|
|
1228
|
+
by?: string | number | undefined;
|
|
1229
|
+
calcMode?: string | number | undefined;
|
|
1230
|
+
capHeight?: string | number | undefined;
|
|
1231
|
+
clipPathUnits?: string | number | undefined;
|
|
1232
|
+
clipRule?: string | number | undefined;
|
|
1233
|
+
colorInterpolation?: string | number | undefined;
|
|
1234
|
+
colorInterpolationFilters?: "inherit" | "auto" | "linearRGB" | "sRGB" | undefined;
|
|
1235
|
+
colorProfile?: string | number | undefined;
|
|
1236
|
+
colorRendering?: string | number | undefined;
|
|
1237
|
+
contentScriptType?: string | number | undefined;
|
|
1238
|
+
contentStyleType?: string | number | undefined;
|
|
1239
|
+
cursor?: string | number | undefined;
|
|
1240
|
+
cx?: string | number | undefined;
|
|
1241
|
+
cy?: string | number | undefined;
|
|
1242
|
+
d?: string | undefined;
|
|
1243
|
+
decelerate?: string | number | undefined;
|
|
1244
|
+
descent?: string | number | undefined;
|
|
1245
|
+
diffuseConstant?: string | number | undefined;
|
|
1246
|
+
divisor?: string | number | undefined;
|
|
1247
|
+
dominantBaseline?: string | number | undefined;
|
|
1248
|
+
dur?: string | number | undefined;
|
|
1249
|
+
dx?: string | number | undefined;
|
|
1250
|
+
dy?: string | number | undefined;
|
|
1251
|
+
edgeMode?: string | number | undefined;
|
|
1252
|
+
elevation?: string | number | undefined;
|
|
1253
|
+
enableBackground?: string | number | undefined;
|
|
1254
|
+
exponent?: string | number | undefined;
|
|
1255
|
+
externalResourcesRequired?: (boolean | "true" | "false") | undefined;
|
|
1256
|
+
fillOpacity?: string | number | undefined;
|
|
1257
|
+
fillRule?: "evenodd" | "nonzero" | "inherit" | undefined;
|
|
1258
|
+
filterRes?: string | number | undefined;
|
|
1259
|
+
filterUnits?: string | number | undefined;
|
|
1260
|
+
floodColor?: string | number | undefined;
|
|
1261
|
+
floodOpacity?: string | number | undefined;
|
|
1262
|
+
focusable?: "auto" | (boolean | "true" | "false") | undefined;
|
|
1263
|
+
fontFamily?: string | undefined;
|
|
1264
|
+
fontSizeAdjust?: string | number | undefined;
|
|
1265
|
+
fontStretch?: string | number | undefined;
|
|
1266
|
+
fontStyle?: string | number | undefined;
|
|
1267
|
+
fontVariant?: string | number | undefined;
|
|
1268
|
+
fontWeight?: string | number | undefined;
|
|
1269
|
+
format?: string | number | undefined;
|
|
1270
|
+
from?: string | number | undefined;
|
|
1271
|
+
fx?: string | number | undefined;
|
|
1272
|
+
fy?: string | number | undefined;
|
|
1273
|
+
g1?: string | number | undefined;
|
|
1274
|
+
g2?: string | number | undefined;
|
|
1275
|
+
glyphName?: string | number | undefined;
|
|
1276
|
+
glyphOrientationHorizontal?: string | number | undefined;
|
|
1277
|
+
glyphOrientationVertical?: string | number | undefined;
|
|
1278
|
+
glyphRef?: string | number | undefined;
|
|
1279
|
+
gradientTransform?: string | undefined;
|
|
1280
|
+
gradientUnits?: string | undefined;
|
|
1281
|
+
horizAdvX?: string | number | undefined;
|
|
1282
|
+
horizOriginX?: string | number | undefined;
|
|
1283
|
+
imageRendering?: string | number | undefined;
|
|
1284
|
+
in2?: string | number | undefined;
|
|
1285
|
+
in?: string | undefined;
|
|
1286
|
+
intercept?: string | number | undefined;
|
|
1287
|
+
k1?: string | number | undefined;
|
|
1288
|
+
k2?: string | number | undefined;
|
|
1289
|
+
k3?: string | number | undefined;
|
|
1290
|
+
k4?: string | number | undefined;
|
|
1291
|
+
k?: string | number | undefined;
|
|
1292
|
+
kernelMatrix?: string | number | undefined;
|
|
1293
|
+
kernelUnitLength?: string | number | undefined;
|
|
1294
|
+
kerning?: string | number | undefined;
|
|
1295
|
+
keyPoints?: string | number | undefined;
|
|
1296
|
+
keySplines?: string | number | undefined;
|
|
1297
|
+
keyTimes?: string | number | undefined;
|
|
1298
|
+
lengthAdjust?: string | number | undefined;
|
|
1299
|
+
letterSpacing?: string | number | undefined;
|
|
1300
|
+
lightingColor?: string | number | undefined;
|
|
1301
|
+
limitingConeAngle?: string | number | undefined;
|
|
1302
|
+
markerEnd?: string | undefined;
|
|
1303
|
+
markerHeight?: string | number | undefined;
|
|
1304
|
+
markerMid?: string | undefined;
|
|
1305
|
+
markerStart?: string | undefined;
|
|
1306
|
+
markerUnits?: string | number | undefined;
|
|
1307
|
+
markerWidth?: string | number | undefined;
|
|
1308
|
+
maskContentUnits?: string | number | undefined;
|
|
1309
|
+
maskUnits?: string | number | undefined;
|
|
1310
|
+
mode?: string | number | undefined;
|
|
1311
|
+
numOctaves?: string | number | undefined;
|
|
1312
|
+
opacity?: string | number | undefined;
|
|
1313
|
+
operator?: string | number | undefined;
|
|
1314
|
+
orient?: string | number | undefined;
|
|
1315
|
+
overlinePosition?: string | number | undefined;
|
|
1316
|
+
overlineThickness?: string | number | undefined;
|
|
1317
|
+
paintOrder?: string | number | undefined;
|
|
1318
|
+
panose1?: string | number | undefined;
|
|
1319
|
+
pathLength?: string | number | undefined;
|
|
1320
|
+
patternContentUnits?: string | undefined;
|
|
1321
|
+
patternTransform?: string | number | undefined;
|
|
1322
|
+
patternUnits?: string | undefined;
|
|
1323
|
+
pointerEvents?: string | number | undefined;
|
|
1324
|
+
points?: string | undefined;
|
|
1325
|
+
pointsAtX?: string | number | undefined;
|
|
1326
|
+
pointsAtY?: string | number | undefined;
|
|
1327
|
+
pointsAtZ?: string | number | undefined;
|
|
1328
|
+
preserveAlpha?: (boolean | "true" | "false") | undefined;
|
|
1329
|
+
preserveAspectRatio?: string | undefined;
|
|
1330
|
+
primitiveUnits?: string | number | undefined;
|
|
1331
|
+
r?: string | number | undefined;
|
|
1332
|
+
radius?: string | number | undefined;
|
|
1333
|
+
refX?: string | number | undefined;
|
|
1334
|
+
refY?: string | number | undefined;
|
|
1335
|
+
renderingIntent?: string | number | undefined;
|
|
1336
|
+
repeatCount?: string | number | undefined;
|
|
1337
|
+
repeatDur?: string | number | undefined;
|
|
1338
|
+
requiredExtensions?: string | number | undefined;
|
|
1339
|
+
requiredFeatures?: string | number | undefined;
|
|
1340
|
+
restart?: string | number | undefined;
|
|
1341
|
+
result?: string | undefined;
|
|
1342
|
+
rotate?: string | number | undefined;
|
|
1343
|
+
rx?: string | number | undefined;
|
|
1344
|
+
ry?: string | number | undefined;
|
|
1345
|
+
scale?: string | number | undefined;
|
|
1346
|
+
seed?: string | number | undefined;
|
|
1347
|
+
shapeRendering?: string | number | undefined;
|
|
1348
|
+
slope?: string | number | undefined;
|
|
1349
|
+
spacing?: string | number | undefined;
|
|
1350
|
+
specularConstant?: string | number | undefined;
|
|
1351
|
+
specularExponent?: string | number | undefined;
|
|
1352
|
+
speed?: string | number | undefined;
|
|
1353
|
+
spreadMethod?: string | undefined;
|
|
1354
|
+
startOffset?: string | number | undefined;
|
|
1355
|
+
stdDeviation?: string | number | undefined;
|
|
1356
|
+
stemh?: string | number | undefined;
|
|
1357
|
+
stemv?: string | number | undefined;
|
|
1358
|
+
stitchTiles?: string | number | undefined;
|
|
1359
|
+
stopColor?: string | undefined;
|
|
1360
|
+
stopOpacity?: string | number | undefined;
|
|
1361
|
+
strikethroughPosition?: string | number | undefined;
|
|
1362
|
+
strikethroughThickness?: string | number | undefined;
|
|
1363
|
+
strokeDasharray?: string | number | undefined;
|
|
1364
|
+
strokeDashoffset?: string | number | undefined;
|
|
1365
|
+
strokeLinecap?: "inherit" | "round" | "butt" | "square" | undefined;
|
|
1366
|
+
strokeLinejoin?: "inherit" | "round" | "bevel" | "miter" | undefined;
|
|
1367
|
+
strokeMiterlimit?: string | number | undefined;
|
|
1368
|
+
strokeOpacity?: string | number | undefined;
|
|
1369
|
+
strokeWidth?: string | number | undefined;
|
|
1370
|
+
surfaceScale?: string | number | undefined;
|
|
1371
|
+
systemLanguage?: string | number | undefined;
|
|
1372
|
+
tableValues?: string | number | undefined;
|
|
1373
|
+
targetX?: string | number | undefined;
|
|
1374
|
+
targetY?: string | number | undefined;
|
|
1375
|
+
textAnchor?: string | undefined;
|
|
1376
|
+
textDecoration?: string | number | undefined;
|
|
1377
|
+
textLength?: string | number | undefined;
|
|
1378
|
+
textRendering?: string | number | undefined;
|
|
1379
|
+
to?: string | number | undefined;
|
|
1380
|
+
transform?: string | undefined;
|
|
1381
|
+
u1?: string | number | undefined;
|
|
1382
|
+
u2?: string | number | undefined;
|
|
1383
|
+
underlinePosition?: string | number | undefined;
|
|
1384
|
+
underlineThickness?: string | number | undefined;
|
|
1385
|
+
unicodeBidi?: string | number | undefined;
|
|
1386
|
+
unicodeRange?: string | number | undefined;
|
|
1387
|
+
unitsPerEm?: string | number | undefined;
|
|
1388
|
+
vAlphabetic?: string | number | undefined;
|
|
1389
|
+
values?: string | undefined;
|
|
1390
|
+
vectorEffect?: string | number | undefined;
|
|
1391
|
+
version?: string | undefined;
|
|
1392
|
+
vertAdvY?: string | number | undefined;
|
|
1393
|
+
vertOriginX?: string | number | undefined;
|
|
1394
|
+
vertOriginY?: string | number | undefined;
|
|
1395
|
+
vHanging?: string | number | undefined;
|
|
1396
|
+
vIdeographic?: string | number | undefined;
|
|
1397
|
+
viewBox?: string | undefined;
|
|
1398
|
+
viewTarget?: string | number | undefined;
|
|
1399
|
+
visibility?: string | number | undefined;
|
|
1400
|
+
vMathematical?: string | number | undefined;
|
|
1401
|
+
widths?: string | number | undefined;
|
|
1402
|
+
wordSpacing?: string | number | undefined;
|
|
1403
|
+
writingMode?: string | number | undefined;
|
|
1404
|
+
x1?: string | number | undefined;
|
|
1405
|
+
x2?: string | number | undefined;
|
|
1406
|
+
xChannelSelector?: string | undefined;
|
|
1407
|
+
xHeight?: string | number | undefined;
|
|
1408
|
+
xlinkActuate?: string | undefined;
|
|
1409
|
+
xlinkArcrole?: string | undefined;
|
|
1410
|
+
xlinkHref?: string | undefined;
|
|
1411
|
+
xlinkRole?: string | undefined;
|
|
1412
|
+
xlinkShow?: string | undefined;
|
|
1413
|
+
xlinkTitle?: string | undefined;
|
|
1414
|
+
xlinkType?: string | undefined;
|
|
1415
|
+
xmlBase?: string | undefined;
|
|
1416
|
+
xmlLang?: string | undefined;
|
|
1417
|
+
xmlns?: string | undefined;
|
|
1418
|
+
xmlnsXlink?: string | undefined;
|
|
1419
|
+
xmlSpace?: string | undefined;
|
|
1420
|
+
y1?: string | number | undefined;
|
|
1421
|
+
y2?: string | number | undefined;
|
|
1422
|
+
yChannelSelector?: string | undefined;
|
|
1423
|
+
z?: string | number | undefined;
|
|
1424
|
+
zoomAndPan?: string | undefined;
|
|
1425
|
+
ref?: ((instance: SVGGElement | null) => void) | react.RefObject<SVGGElement> | null | undefined;
|
|
1426
|
+
}> & {
|
|
1427
|
+
scrollTop?: number | _react_spring_shared.FluidValue<number, any> | undefined;
|
|
1428
|
+
scrollLeft?: number | _react_spring_shared.FluidValue<number, any> | undefined;
|
|
1429
|
+
viewBox?: string | _react_spring_shared.FluidValue<string, any> | undefined;
|
|
1430
|
+
}, StyledAxisProps>> & string & Omit<_react_spring_web.AnimatedComponent<"g">, keyof react.Component<any, {}, any>>;
|
|
124
1431
|
|
|
125
1432
|
type ChartAxesProps = {
|
|
126
1433
|
/** String to Date. */
|
|
@@ -491,9 +1798,1314 @@ declare const DataPoint: Comp<DataPointProps<any>, SVGGElement>;
|
|
|
491
1798
|
/**
|
|
492
1799
|
* Component style.
|
|
493
1800
|
*/
|
|
494
|
-
declare const StyledDataPoint:
|
|
495
|
-
|
|
496
|
-
|
|
1801
|
+
declare const StyledDataPoint: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<_react_spring_web.AnimatedProps<{
|
|
1802
|
+
string?: string | number | undefined;
|
|
1803
|
+
end?: string | number | undefined;
|
|
1804
|
+
style?: {
|
|
1805
|
+
accentColor?: csstype.Property.AccentColor | undefined;
|
|
1806
|
+
alignContent?: csstype.Property.AlignContent | undefined;
|
|
1807
|
+
alignItems?: csstype.Property.AlignItems | undefined;
|
|
1808
|
+
alignSelf?: csstype.Property.AlignSelf | undefined;
|
|
1809
|
+
alignTracks?: csstype.Property.AlignTracks | undefined;
|
|
1810
|
+
animationComposition?: csstype.Property.AnimationComposition | undefined;
|
|
1811
|
+
animationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
1812
|
+
animationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
1813
|
+
animationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
1814
|
+
animationFillMode?: csstype.Property.AnimationFillMode | undefined;
|
|
1815
|
+
animationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
1816
|
+
animationName?: csstype.Property.AnimationName | undefined;
|
|
1817
|
+
animationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
1818
|
+
animationTimeline?: csstype.Property.AnimationTimeline | undefined;
|
|
1819
|
+
animationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
1820
|
+
appearance?: csstype.Property.Appearance | undefined;
|
|
1821
|
+
aspectRatio?: csstype.Property.AspectRatio | undefined;
|
|
1822
|
+
backdropFilter?: csstype.Property.BackdropFilter | undefined;
|
|
1823
|
+
backfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
1824
|
+
backgroundAttachment?: csstype.Property.BackgroundAttachment | undefined;
|
|
1825
|
+
backgroundBlendMode?: csstype.Property.BackgroundBlendMode | undefined;
|
|
1826
|
+
backgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
1827
|
+
backgroundColor?: csstype.Property.BackgroundColor | undefined;
|
|
1828
|
+
backgroundImage?: csstype.Property.BackgroundImage | undefined;
|
|
1829
|
+
backgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
1830
|
+
backgroundPositionX?: csstype.Property.BackgroundPositionX<string | number> | undefined;
|
|
1831
|
+
backgroundPositionY?: csstype.Property.BackgroundPositionY<string | number> | undefined;
|
|
1832
|
+
backgroundRepeat?: csstype.Property.BackgroundRepeat | undefined;
|
|
1833
|
+
backgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
1834
|
+
blockOverflow?: csstype.Property.BlockOverflow | undefined;
|
|
1835
|
+
blockSize?: csstype.Property.BlockSize<string | number> | undefined;
|
|
1836
|
+
borderBlockColor?: csstype.Property.BorderBlockColor | undefined;
|
|
1837
|
+
borderBlockEndColor?: csstype.Property.BorderBlockEndColor | undefined;
|
|
1838
|
+
borderBlockEndStyle?: csstype.Property.BorderBlockEndStyle | undefined;
|
|
1839
|
+
borderBlockEndWidth?: csstype.Property.BorderBlockEndWidth<string | number> | undefined;
|
|
1840
|
+
borderBlockStartColor?: csstype.Property.BorderBlockStartColor | undefined;
|
|
1841
|
+
borderBlockStartStyle?: csstype.Property.BorderBlockStartStyle | undefined;
|
|
1842
|
+
borderBlockStartWidth?: csstype.Property.BorderBlockStartWidth<string | number> | undefined;
|
|
1843
|
+
borderBlockStyle?: csstype.Property.BorderBlockStyle | undefined;
|
|
1844
|
+
borderBlockWidth?: csstype.Property.BorderBlockWidth<string | number> | undefined;
|
|
1845
|
+
borderBottomColor?: csstype.Property.BorderBottomColor | undefined;
|
|
1846
|
+
borderBottomLeftRadius?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
1847
|
+
borderBottomRightRadius?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
|
|
1848
|
+
borderBottomStyle?: csstype.Property.BorderBottomStyle | undefined;
|
|
1849
|
+
borderBottomWidth?: csstype.Property.BorderBottomWidth<string | number> | undefined;
|
|
1850
|
+
borderCollapse?: csstype.Property.BorderCollapse | undefined;
|
|
1851
|
+
borderEndEndRadius?: csstype.Property.BorderEndEndRadius<string | number> | undefined;
|
|
1852
|
+
borderEndStartRadius?: csstype.Property.BorderEndStartRadius<string | number> | undefined;
|
|
1853
|
+
borderImageOutset?: csstype.Property.BorderImageOutset<string | number> | undefined;
|
|
1854
|
+
borderImageRepeat?: csstype.Property.BorderImageRepeat | undefined;
|
|
1855
|
+
borderImageSlice?: csstype.Property.BorderImageSlice | undefined;
|
|
1856
|
+
borderImageSource?: csstype.Property.BorderImageSource | undefined;
|
|
1857
|
+
borderImageWidth?: csstype.Property.BorderImageWidth<string | number> | undefined;
|
|
1858
|
+
borderInlineColor?: csstype.Property.BorderInlineColor | undefined;
|
|
1859
|
+
borderInlineEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
1860
|
+
borderInlineEndStyle?: csstype.Property.BorderInlineEndStyle | undefined;
|
|
1861
|
+
borderInlineEndWidth?: csstype.Property.BorderInlineEndWidth<string | number> | undefined;
|
|
1862
|
+
borderInlineStartColor?: csstype.Property.BorderInlineStartColor | undefined;
|
|
1863
|
+
borderInlineStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
|
|
1864
|
+
borderInlineStartWidth?: csstype.Property.BorderInlineStartWidth<string | number> | undefined;
|
|
1865
|
+
borderInlineStyle?: csstype.Property.BorderInlineStyle | undefined;
|
|
1866
|
+
borderInlineWidth?: csstype.Property.BorderInlineWidth<string | number> | undefined;
|
|
1867
|
+
borderLeftColor?: csstype.Property.BorderLeftColor | undefined;
|
|
1868
|
+
borderLeftStyle?: csstype.Property.BorderLeftStyle | undefined;
|
|
1869
|
+
borderLeftWidth?: csstype.Property.BorderLeftWidth<string | number> | undefined;
|
|
1870
|
+
borderRightColor?: csstype.Property.BorderRightColor | undefined;
|
|
1871
|
+
borderRightStyle?: csstype.Property.BorderRightStyle | undefined;
|
|
1872
|
+
borderRightWidth?: csstype.Property.BorderRightWidth<string | number> | undefined;
|
|
1873
|
+
borderSpacing?: csstype.Property.BorderSpacing<string | number> | undefined;
|
|
1874
|
+
borderStartEndRadius?: csstype.Property.BorderStartEndRadius<string | number> | undefined;
|
|
1875
|
+
borderStartStartRadius?: csstype.Property.BorderStartStartRadius<string | number> | undefined;
|
|
1876
|
+
borderTopColor?: csstype.Property.BorderTopColor | undefined;
|
|
1877
|
+
borderTopLeftRadius?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
|
|
1878
|
+
borderTopRightRadius?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
|
|
1879
|
+
borderTopStyle?: csstype.Property.BorderTopStyle | undefined;
|
|
1880
|
+
borderTopWidth?: csstype.Property.BorderTopWidth<string | number> | undefined;
|
|
1881
|
+
bottom?: csstype.Property.Bottom<string | number> | undefined;
|
|
1882
|
+
boxDecorationBreak?: csstype.Property.BoxDecorationBreak | undefined;
|
|
1883
|
+
boxShadow?: csstype.Property.BoxShadow | undefined;
|
|
1884
|
+
boxSizing?: csstype.Property.BoxSizing | undefined;
|
|
1885
|
+
breakAfter?: csstype.Property.BreakAfter | undefined;
|
|
1886
|
+
breakBefore?: csstype.Property.BreakBefore | undefined;
|
|
1887
|
+
breakInside?: csstype.Property.BreakInside | undefined;
|
|
1888
|
+
captionSide?: csstype.Property.CaptionSide | undefined;
|
|
1889
|
+
caretColor?: csstype.Property.CaretColor | undefined;
|
|
1890
|
+
caretShape?: csstype.Property.CaretShape | undefined;
|
|
1891
|
+
clear?: csstype.Property.Clear | undefined;
|
|
1892
|
+
clipPath?: csstype.Property.ClipPath | undefined;
|
|
1893
|
+
color?: csstype.Property.Color | undefined;
|
|
1894
|
+
colorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
1895
|
+
colorScheme?: csstype.Property.ColorScheme | undefined;
|
|
1896
|
+
columnCount?: csstype.Property.ColumnCount | undefined;
|
|
1897
|
+
columnFill?: csstype.Property.ColumnFill | undefined;
|
|
1898
|
+
columnGap?: csstype.Property.ColumnGap<string | number> | undefined;
|
|
1899
|
+
columnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
|
|
1900
|
+
columnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
|
|
1901
|
+
columnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
|
|
1902
|
+
columnSpan?: csstype.Property.ColumnSpan | undefined;
|
|
1903
|
+
columnWidth?: csstype.Property.ColumnWidth<string | number> | undefined;
|
|
1904
|
+
contain?: csstype.Property.Contain | undefined;
|
|
1905
|
+
containIntrinsicBlockSize?: csstype.Property.ContainIntrinsicBlockSize<string | number> | undefined;
|
|
1906
|
+
containIntrinsicHeight?: csstype.Property.ContainIntrinsicHeight<string | number> | undefined;
|
|
1907
|
+
containIntrinsicInlineSize?: csstype.Property.ContainIntrinsicInlineSize<string | number> | undefined;
|
|
1908
|
+
containIntrinsicWidth?: csstype.Property.ContainIntrinsicWidth<string | number> | undefined;
|
|
1909
|
+
containerName?: csstype.Property.ContainerName | undefined;
|
|
1910
|
+
containerType?: csstype.Property.ContainerType | undefined;
|
|
1911
|
+
content?: csstype.Property.Content | undefined;
|
|
1912
|
+
contentVisibility?: csstype.Property.ContentVisibility | undefined;
|
|
1913
|
+
counterIncrement?: csstype.Property.CounterIncrement | undefined;
|
|
1914
|
+
counterReset?: csstype.Property.CounterReset | undefined;
|
|
1915
|
+
counterSet?: csstype.Property.CounterSet | undefined;
|
|
1916
|
+
cursor?: csstype.Property.Cursor | undefined;
|
|
1917
|
+
direction?: csstype.Property.Direction | undefined;
|
|
1918
|
+
display?: csstype.Property.Display | undefined;
|
|
1919
|
+
emptyCells?: csstype.Property.EmptyCells | undefined;
|
|
1920
|
+
filter?: csstype.Property.Filter | undefined;
|
|
1921
|
+
flexBasis?: csstype.Property.FlexBasis<string | number> | undefined;
|
|
1922
|
+
flexDirection?: csstype.Property.FlexDirection | undefined;
|
|
1923
|
+
flexGrow?: csstype.Property.FlexGrow | undefined;
|
|
1924
|
+
flexShrink?: csstype.Property.FlexShrink | undefined;
|
|
1925
|
+
flexWrap?: csstype.Property.FlexWrap | undefined;
|
|
1926
|
+
float?: csstype.Property.Float | undefined;
|
|
1927
|
+
fontFamily?: csstype.Property.FontFamily | undefined;
|
|
1928
|
+
fontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
1929
|
+
fontKerning?: csstype.Property.FontKerning | undefined;
|
|
1930
|
+
fontLanguageOverride?: csstype.Property.FontLanguageOverride | undefined;
|
|
1931
|
+
fontOpticalSizing?: csstype.Property.FontOpticalSizing | undefined;
|
|
1932
|
+
fontPalette?: csstype.Property.FontPalette | undefined;
|
|
1933
|
+
fontSize?: csstype.Property.FontSize<string | number> | undefined;
|
|
1934
|
+
fontSizeAdjust?: csstype.Property.FontSizeAdjust | undefined;
|
|
1935
|
+
fontSmooth?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
1936
|
+
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
1937
|
+
fontStyle?: csstype.Property.FontStyle | undefined;
|
|
1938
|
+
fontSynthesis?: csstype.Property.FontSynthesis | undefined;
|
|
1939
|
+
fontVariant?: csstype.Property.FontVariant | undefined;
|
|
1940
|
+
fontVariantAlternates?: csstype.Property.FontVariantAlternates | undefined;
|
|
1941
|
+
fontVariantCaps?: csstype.Property.FontVariantCaps | undefined;
|
|
1942
|
+
fontVariantEastAsian?: csstype.Property.FontVariantEastAsian | undefined;
|
|
1943
|
+
fontVariantEmoji?: csstype.Property.FontVariantEmoji | undefined;
|
|
1944
|
+
fontVariantLigatures?: csstype.Property.FontVariantLigatures | undefined;
|
|
1945
|
+
fontVariantNumeric?: csstype.Property.FontVariantNumeric | undefined;
|
|
1946
|
+
fontVariantPosition?: csstype.Property.FontVariantPosition | undefined;
|
|
1947
|
+
fontVariationSettings?: csstype.Property.FontVariationSettings | undefined;
|
|
1948
|
+
fontWeight?: csstype.Property.FontWeight | undefined;
|
|
1949
|
+
forcedColorAdjust?: csstype.Property.ForcedColorAdjust | undefined;
|
|
1950
|
+
gridAutoColumns?: csstype.Property.GridAutoColumns<string | number> | undefined;
|
|
1951
|
+
gridAutoFlow?: csstype.Property.GridAutoFlow | undefined;
|
|
1952
|
+
gridAutoRows?: csstype.Property.GridAutoRows<string | number> | undefined;
|
|
1953
|
+
gridColumnEnd?: csstype.Property.GridColumnEnd | undefined;
|
|
1954
|
+
gridColumnStart?: csstype.Property.GridColumnStart | undefined;
|
|
1955
|
+
gridRowEnd?: csstype.Property.GridRowEnd | undefined;
|
|
1956
|
+
gridRowStart?: csstype.Property.GridRowStart | undefined;
|
|
1957
|
+
gridTemplateAreas?: csstype.Property.GridTemplateAreas | undefined;
|
|
1958
|
+
gridTemplateColumns?: csstype.Property.GridTemplateColumns<string | number> | undefined;
|
|
1959
|
+
gridTemplateRows?: csstype.Property.GridTemplateRows<string | number> | undefined;
|
|
1960
|
+
hangingPunctuation?: csstype.Property.HangingPunctuation | undefined;
|
|
1961
|
+
height?: csstype.Property.Height<string | number> | undefined;
|
|
1962
|
+
hyphenateCharacter?: csstype.Property.HyphenateCharacter | undefined;
|
|
1963
|
+
hyphenateLimitChars?: csstype.Property.HyphenateLimitChars | undefined;
|
|
1964
|
+
hyphens?: csstype.Property.Hyphens | undefined;
|
|
1965
|
+
imageOrientation?: csstype.Property.ImageOrientation | undefined;
|
|
1966
|
+
imageRendering?: csstype.Property.ImageRendering | undefined;
|
|
1967
|
+
imageResolution?: csstype.Property.ImageResolution | undefined;
|
|
1968
|
+
initialLetter?: csstype.Property.InitialLetter | undefined;
|
|
1969
|
+
inlineSize?: csstype.Property.InlineSize<string | number> | undefined;
|
|
1970
|
+
inputSecurity?: csstype.Property.InputSecurity | undefined;
|
|
1971
|
+
insetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
|
|
1972
|
+
insetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
|
|
1973
|
+
insetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
|
|
1974
|
+
insetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
|
|
1975
|
+
isolation?: csstype.Property.Isolation | undefined;
|
|
1976
|
+
justifyContent?: csstype.Property.JustifyContent | undefined;
|
|
1977
|
+
justifyItems?: csstype.Property.JustifyItems | undefined;
|
|
1978
|
+
justifySelf?: csstype.Property.JustifySelf | undefined;
|
|
1979
|
+
justifyTracks?: csstype.Property.JustifyTracks | undefined;
|
|
1980
|
+
left?: csstype.Property.Left<string | number> | undefined;
|
|
1981
|
+
letterSpacing?: csstype.Property.LetterSpacing<string | number> | undefined;
|
|
1982
|
+
lineBreak?: csstype.Property.LineBreak | undefined;
|
|
1983
|
+
lineHeight?: csstype.Property.LineHeight<string | number> | undefined;
|
|
1984
|
+
lineHeightStep?: csstype.Property.LineHeightStep<string | number> | undefined;
|
|
1985
|
+
listStyleImage?: csstype.Property.ListStyleImage | undefined;
|
|
1986
|
+
listStylePosition?: csstype.Property.ListStylePosition | undefined;
|
|
1987
|
+
listStyleType?: csstype.Property.ListStyleType | undefined;
|
|
1988
|
+
marginBlockEnd?: csstype.Property.MarginBlockEnd<string | number> | undefined;
|
|
1989
|
+
marginBlockStart?: csstype.Property.MarginBlockStart<string | number> | undefined;
|
|
1990
|
+
marginBottom?: csstype.Property.MarginBottom<string | number> | undefined;
|
|
1991
|
+
marginInlineEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
1992
|
+
marginInlineStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
1993
|
+
marginLeft?: csstype.Property.MarginLeft<string | number> | undefined;
|
|
1994
|
+
marginRight?: csstype.Property.MarginRight<string | number> | undefined;
|
|
1995
|
+
marginTop?: csstype.Property.MarginTop<string | number> | undefined;
|
|
1996
|
+
marginTrim?: csstype.Property.MarginTrim | undefined;
|
|
1997
|
+
maskBorderMode?: csstype.Property.MaskBorderMode | undefined;
|
|
1998
|
+
maskBorderOutset?: csstype.Property.MaskBorderOutset<string | number> | undefined;
|
|
1999
|
+
maskBorderRepeat?: csstype.Property.MaskBorderRepeat | undefined;
|
|
2000
|
+
maskBorderSlice?: csstype.Property.MaskBorderSlice | undefined;
|
|
2001
|
+
maskBorderSource?: csstype.Property.MaskBorderSource | undefined;
|
|
2002
|
+
maskBorderWidth?: csstype.Property.MaskBorderWidth<string | number> | undefined;
|
|
2003
|
+
maskClip?: csstype.Property.MaskClip | undefined;
|
|
2004
|
+
maskComposite?: csstype.Property.MaskComposite | undefined;
|
|
2005
|
+
maskImage?: csstype.Property.MaskImage | undefined;
|
|
2006
|
+
maskMode?: csstype.Property.MaskMode | undefined;
|
|
2007
|
+
maskOrigin?: csstype.Property.MaskOrigin | undefined;
|
|
2008
|
+
maskPosition?: csstype.Property.MaskPosition<string | number> | undefined;
|
|
2009
|
+
maskRepeat?: csstype.Property.MaskRepeat | undefined;
|
|
2010
|
+
maskSize?: csstype.Property.MaskSize<string | number> | undefined;
|
|
2011
|
+
maskType?: csstype.Property.MaskType | undefined;
|
|
2012
|
+
mathDepth?: csstype.Property.MathDepth | undefined;
|
|
2013
|
+
mathShift?: csstype.Property.MathShift | undefined;
|
|
2014
|
+
mathStyle?: csstype.Property.MathStyle | undefined;
|
|
2015
|
+
maxBlockSize?: csstype.Property.MaxBlockSize<string | number> | undefined;
|
|
2016
|
+
maxHeight?: csstype.Property.MaxHeight<string | number> | undefined;
|
|
2017
|
+
maxInlineSize?: csstype.Property.MaxInlineSize<string | number> | undefined;
|
|
2018
|
+
maxLines?: csstype.Property.MaxLines | undefined;
|
|
2019
|
+
maxWidth?: csstype.Property.MaxWidth<string | number> | undefined;
|
|
2020
|
+
minBlockSize?: csstype.Property.MinBlockSize<string | number> | undefined;
|
|
2021
|
+
minHeight?: csstype.Property.MinHeight<string | number> | undefined;
|
|
2022
|
+
minInlineSize?: csstype.Property.MinInlineSize<string | number> | undefined;
|
|
2023
|
+
minWidth?: csstype.Property.MinWidth<string | number> | undefined;
|
|
2024
|
+
mixBlendMode?: csstype.Property.MixBlendMode | undefined;
|
|
2025
|
+
motionDistance?: csstype.Property.OffsetDistance<string | number> | undefined;
|
|
2026
|
+
motionPath?: csstype.Property.OffsetPath | undefined;
|
|
2027
|
+
motionRotation?: csstype.Property.OffsetRotate | undefined;
|
|
2028
|
+
objectFit?: csstype.Property.ObjectFit | undefined;
|
|
2029
|
+
objectPosition?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
2030
|
+
offsetAnchor?: csstype.Property.OffsetAnchor<string | number> | undefined;
|
|
2031
|
+
offsetDistance?: csstype.Property.OffsetDistance<string | number> | undefined;
|
|
2032
|
+
offsetPath?: csstype.Property.OffsetPath | undefined;
|
|
2033
|
+
offsetPosition?: csstype.Property.OffsetPosition<string | number> | undefined;
|
|
2034
|
+
offsetRotate?: csstype.Property.OffsetRotate | undefined;
|
|
2035
|
+
offsetRotation?: csstype.Property.OffsetRotate | undefined;
|
|
2036
|
+
opacity?: csstype.Property.Opacity | undefined;
|
|
2037
|
+
order?: csstype.Property.Order | undefined;
|
|
2038
|
+
orphans?: csstype.Property.Orphans | undefined;
|
|
2039
|
+
outlineColor?: csstype.Property.OutlineColor | undefined;
|
|
2040
|
+
outlineOffset?: csstype.Property.OutlineOffset<string | number> | undefined;
|
|
2041
|
+
outlineStyle?: csstype.Property.OutlineStyle | undefined;
|
|
2042
|
+
outlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
|
|
2043
|
+
overflowAnchor?: csstype.Property.OverflowAnchor | undefined;
|
|
2044
|
+
overflowBlock?: csstype.Property.OverflowBlock | undefined;
|
|
2045
|
+
overflowClipBox?: csstype.Property.OverflowClipBox | undefined;
|
|
2046
|
+
overflowClipMargin?: csstype.Property.OverflowClipMargin<string | number> | undefined;
|
|
2047
|
+
overflowInline?: csstype.Property.OverflowInline | undefined;
|
|
2048
|
+
overflowWrap?: csstype.Property.OverflowWrap | undefined;
|
|
2049
|
+
overflowX?: csstype.Property.OverflowX | undefined;
|
|
2050
|
+
overflowY?: csstype.Property.OverflowY | undefined;
|
|
2051
|
+
overscrollBehaviorBlock?: csstype.Property.OverscrollBehaviorBlock | undefined;
|
|
2052
|
+
overscrollBehaviorInline?: csstype.Property.OverscrollBehaviorInline | undefined;
|
|
2053
|
+
overscrollBehaviorX?: csstype.Property.OverscrollBehaviorX | undefined;
|
|
2054
|
+
overscrollBehaviorY?: csstype.Property.OverscrollBehaviorY | undefined;
|
|
2055
|
+
paddingBlockEnd?: csstype.Property.PaddingBlockEnd<string | number> | undefined;
|
|
2056
|
+
paddingBlockStart?: csstype.Property.PaddingBlockStart<string | number> | undefined;
|
|
2057
|
+
paddingBottom?: csstype.Property.PaddingBottom<string | number> | undefined;
|
|
2058
|
+
paddingInlineEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
2059
|
+
paddingInlineStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
2060
|
+
paddingLeft?: csstype.Property.PaddingLeft<string | number> | undefined;
|
|
2061
|
+
paddingRight?: csstype.Property.PaddingRight<string | number> | undefined;
|
|
2062
|
+
paddingTop?: csstype.Property.PaddingTop<string | number> | undefined;
|
|
2063
|
+
page?: csstype.Property.Page | undefined;
|
|
2064
|
+
pageBreakAfter?: csstype.Property.PageBreakAfter | undefined;
|
|
2065
|
+
pageBreakBefore?: csstype.Property.PageBreakBefore | undefined;
|
|
2066
|
+
pageBreakInside?: csstype.Property.PageBreakInside | undefined;
|
|
2067
|
+
paintOrder?: csstype.Property.PaintOrder | undefined;
|
|
2068
|
+
perspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
2069
|
+
perspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
2070
|
+
pointerEvents?: csstype.Property.PointerEvents | undefined;
|
|
2071
|
+
position?: csstype.Property.Position | undefined;
|
|
2072
|
+
printColorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
2073
|
+
quotes?: csstype.Property.Quotes | undefined;
|
|
2074
|
+
resize?: csstype.Property.Resize | undefined;
|
|
2075
|
+
right?: csstype.Property.Right<string | number> | undefined;
|
|
2076
|
+
rotate?: (string | number) | undefined;
|
|
2077
|
+
rowGap?: csstype.Property.RowGap<string | number> | undefined;
|
|
2078
|
+
rubyAlign?: csstype.Property.RubyAlign | undefined;
|
|
2079
|
+
rubyMerge?: csstype.Property.RubyMerge | undefined;
|
|
2080
|
+
rubyPosition?: csstype.Property.RubyPosition | undefined;
|
|
2081
|
+
scale?: string | number | readonly [number, number] | undefined;
|
|
2082
|
+
scrollBehavior?: csstype.Property.ScrollBehavior | undefined;
|
|
2083
|
+
scrollMarginBlockEnd?: csstype.Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
2084
|
+
scrollMarginBlockStart?: csstype.Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
2085
|
+
scrollMarginBottom?: csstype.Property.ScrollMarginBottom<string | number> | undefined;
|
|
2086
|
+
scrollMarginInlineEnd?: csstype.Property.ScrollMarginInlineEnd<string | number> | undefined;
|
|
2087
|
+
scrollMarginInlineStart?: csstype.Property.ScrollMarginInlineStart<string | number> | undefined;
|
|
2088
|
+
scrollMarginLeft?: csstype.Property.ScrollMarginLeft<string | number> | undefined;
|
|
2089
|
+
scrollMarginRight?: csstype.Property.ScrollMarginRight<string | number> | undefined;
|
|
2090
|
+
scrollMarginTop?: csstype.Property.ScrollMarginTop<string | number> | undefined;
|
|
2091
|
+
scrollPaddingBlockEnd?: csstype.Property.ScrollPaddingBlockEnd<string | number> | undefined;
|
|
2092
|
+
scrollPaddingBlockStart?: csstype.Property.ScrollPaddingBlockStart<string | number> | undefined;
|
|
2093
|
+
scrollPaddingBottom?: csstype.Property.ScrollPaddingBottom<string | number> | undefined;
|
|
2094
|
+
scrollPaddingInlineEnd?: csstype.Property.ScrollPaddingInlineEnd<string | number> | undefined;
|
|
2095
|
+
scrollPaddingInlineStart?: csstype.Property.ScrollPaddingInlineStart<string | number> | undefined;
|
|
2096
|
+
scrollPaddingLeft?: csstype.Property.ScrollPaddingLeft<string | number> | undefined;
|
|
2097
|
+
scrollPaddingRight?: csstype.Property.ScrollPaddingRight<string | number> | undefined;
|
|
2098
|
+
scrollPaddingTop?: csstype.Property.ScrollPaddingTop<string | number> | undefined;
|
|
2099
|
+
scrollSnapAlign?: csstype.Property.ScrollSnapAlign | undefined;
|
|
2100
|
+
scrollSnapMarginBottom?: csstype.Property.ScrollMarginBottom<string | number> | undefined;
|
|
2101
|
+
scrollSnapMarginLeft?: csstype.Property.ScrollMarginLeft<string | number> | undefined;
|
|
2102
|
+
scrollSnapMarginRight?: csstype.Property.ScrollMarginRight<string | number> | undefined;
|
|
2103
|
+
scrollSnapMarginTop?: csstype.Property.ScrollMarginTop<string | number> | undefined;
|
|
2104
|
+
scrollSnapStop?: csstype.Property.ScrollSnapStop | undefined;
|
|
2105
|
+
scrollSnapType?: csstype.Property.ScrollSnapType | undefined;
|
|
2106
|
+
scrollTimelineAxis?: csstype.Property.ScrollTimelineAxis | undefined;
|
|
2107
|
+
scrollTimelineName?: csstype.Property.ScrollTimelineName | undefined;
|
|
2108
|
+
scrollbarColor?: csstype.Property.ScrollbarColor | undefined;
|
|
2109
|
+
scrollbarGutter?: csstype.Property.ScrollbarGutter | undefined;
|
|
2110
|
+
scrollbarWidth?: csstype.Property.ScrollbarWidth | undefined;
|
|
2111
|
+
shapeImageThreshold?: csstype.Property.ShapeImageThreshold | undefined;
|
|
2112
|
+
shapeMargin?: csstype.Property.ShapeMargin<string | number> | undefined;
|
|
2113
|
+
shapeOutside?: csstype.Property.ShapeOutside | undefined;
|
|
2114
|
+
tabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
2115
|
+
tableLayout?: csstype.Property.TableLayout | undefined;
|
|
2116
|
+
textAlign?: csstype.Property.TextAlign | undefined;
|
|
2117
|
+
textAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
2118
|
+
textCombineUpright?: csstype.Property.TextCombineUpright | undefined;
|
|
2119
|
+
textDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
2120
|
+
textDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
2121
|
+
textDecorationSkip?: csstype.Property.TextDecorationSkip | undefined;
|
|
2122
|
+
textDecorationSkipInk?: csstype.Property.TextDecorationSkipInk | undefined;
|
|
2123
|
+
textDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
2124
|
+
textDecorationThickness?: csstype.Property.TextDecorationThickness<string | number> | undefined;
|
|
2125
|
+
textEmphasisColor?: csstype.Property.TextEmphasisColor | undefined;
|
|
2126
|
+
textEmphasisPosition?: csstype.Property.TextEmphasisPosition | undefined;
|
|
2127
|
+
textEmphasisStyle?: csstype.Property.TextEmphasisStyle | undefined;
|
|
2128
|
+
textIndent?: csstype.Property.TextIndent<string | number> | undefined;
|
|
2129
|
+
textJustify?: csstype.Property.TextJustify | undefined;
|
|
2130
|
+
textOrientation?: csstype.Property.TextOrientation | undefined;
|
|
2131
|
+
textOverflow?: csstype.Property.TextOverflow | undefined;
|
|
2132
|
+
textRendering?: csstype.Property.TextRendering | undefined;
|
|
2133
|
+
textShadow?: csstype.Property.TextShadow | undefined;
|
|
2134
|
+
textSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
2135
|
+
textTransform?: csstype.Property.TextTransform | undefined;
|
|
2136
|
+
textUnderlineOffset?: csstype.Property.TextUnderlineOffset<string | number> | undefined;
|
|
2137
|
+
textUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
|
|
2138
|
+
top?: csstype.Property.Top<string | number> | undefined;
|
|
2139
|
+
touchAction?: csstype.Property.TouchAction | undefined;
|
|
2140
|
+
transform?: string | undefined;
|
|
2141
|
+
transformBox?: csstype.Property.TransformBox | undefined;
|
|
2142
|
+
transformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
2143
|
+
transformStyle?: csstype.Property.TransformStyle | undefined;
|
|
2144
|
+
transitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
2145
|
+
transitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
2146
|
+
transitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
2147
|
+
transitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
2148
|
+
translate?: (string | number) | readonly [string | number, string | number] | undefined;
|
|
2149
|
+
unicodeBidi?: csstype.Property.UnicodeBidi | undefined;
|
|
2150
|
+
userSelect?: csstype.Property.UserSelect | undefined;
|
|
2151
|
+
verticalAlign?: csstype.Property.VerticalAlign<string | number> | undefined;
|
|
2152
|
+
viewTransitionName?: csstype.Property.ViewTransitionName | undefined;
|
|
2153
|
+
visibility?: csstype.Property.Visibility | undefined;
|
|
2154
|
+
whiteSpace?: csstype.Property.WhiteSpace | undefined;
|
|
2155
|
+
widows?: csstype.Property.Widows | undefined;
|
|
2156
|
+
width?: csstype.Property.Width<string | number> | undefined;
|
|
2157
|
+
willChange?: csstype.Property.WillChange | undefined;
|
|
2158
|
+
wordBreak?: csstype.Property.WordBreak | undefined;
|
|
2159
|
+
wordSpacing?: csstype.Property.WordSpacing<string | number> | undefined;
|
|
2160
|
+
wordWrap?: csstype.Property.WordWrap | undefined;
|
|
2161
|
+
writingMode?: csstype.Property.WritingMode | undefined;
|
|
2162
|
+
zIndex?: csstype.Property.ZIndex | undefined;
|
|
2163
|
+
zoom?: csstype.Property.Zoom | undefined;
|
|
2164
|
+
all?: csstype.Globals | undefined;
|
|
2165
|
+
animation?: csstype.Property.Animation<string & {}> | undefined;
|
|
2166
|
+
background?: csstype.Property.Background<string | number> | undefined;
|
|
2167
|
+
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
2168
|
+
border?: csstype.Property.Border<string | number> | undefined;
|
|
2169
|
+
borderBlock?: csstype.Property.BorderBlock<string | number> | undefined;
|
|
2170
|
+
borderBlockEnd?: csstype.Property.BorderBlockEnd<string | number> | undefined;
|
|
2171
|
+
borderBlockStart?: csstype.Property.BorderBlockStart<string | number> | undefined;
|
|
2172
|
+
borderBottom?: csstype.Property.BorderBottom<string | number> | undefined;
|
|
2173
|
+
borderColor?: csstype.Property.BorderColor | undefined;
|
|
2174
|
+
borderImage?: csstype.Property.BorderImage | undefined;
|
|
2175
|
+
borderInline?: csstype.Property.BorderInline<string | number> | undefined;
|
|
2176
|
+
borderInlineEnd?: csstype.Property.BorderInlineEnd<string | number> | undefined;
|
|
2177
|
+
borderInlineStart?: csstype.Property.BorderInlineStart<string | number> | undefined;
|
|
2178
|
+
borderLeft?: csstype.Property.BorderLeft<string | number> | undefined;
|
|
2179
|
+
borderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
2180
|
+
borderRight?: csstype.Property.BorderRight<string | number> | undefined;
|
|
2181
|
+
borderStyle?: csstype.Property.BorderStyle | undefined;
|
|
2182
|
+
borderTop?: csstype.Property.BorderTop<string | number> | undefined;
|
|
2183
|
+
borderWidth?: csstype.Property.BorderWidth<string | number> | undefined;
|
|
2184
|
+
caret?: csstype.Property.Caret | undefined;
|
|
2185
|
+
columnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
2186
|
+
columns?: csstype.Property.Columns<string | number> | undefined;
|
|
2187
|
+
containIntrinsicSize?: csstype.Property.ContainIntrinsicSize<string | number> | undefined;
|
|
2188
|
+
container?: csstype.Property.Container | undefined;
|
|
2189
|
+
flex?: csstype.Property.Flex<string | number> | undefined;
|
|
2190
|
+
flexFlow?: csstype.Property.FlexFlow | undefined;
|
|
2191
|
+
font?: csstype.Property.Font | undefined;
|
|
2192
|
+
gap?: csstype.Property.Gap<string | number> | undefined;
|
|
2193
|
+
grid?: csstype.Property.Grid | undefined;
|
|
2194
|
+
gridArea?: csstype.Property.GridArea | undefined;
|
|
2195
|
+
gridColumn?: csstype.Property.GridColumn | undefined;
|
|
2196
|
+
gridRow?: csstype.Property.GridRow | undefined;
|
|
2197
|
+
gridTemplate?: csstype.Property.GridTemplate | undefined;
|
|
2198
|
+
inset?: csstype.Property.Inset<string | number> | undefined;
|
|
2199
|
+
insetBlock?: csstype.Property.InsetBlock<string | number> | undefined;
|
|
2200
|
+
insetInline?: csstype.Property.InsetInline<string | number> | undefined;
|
|
2201
|
+
lineClamp?: csstype.Property.LineClamp | undefined;
|
|
2202
|
+
listStyle?: csstype.Property.ListStyle | undefined;
|
|
2203
|
+
margin?: csstype.Property.Margin<string | number> | undefined;
|
|
2204
|
+
marginBlock?: csstype.Property.MarginBlock<string | number> | undefined;
|
|
2205
|
+
marginInline?: csstype.Property.MarginInline<string | number> | undefined;
|
|
2206
|
+
mask?: csstype.Property.Mask<string | number> | undefined;
|
|
2207
|
+
maskBorder?: csstype.Property.MaskBorder | undefined;
|
|
2208
|
+
motion?: csstype.Property.Offset<string | number> | undefined;
|
|
2209
|
+
offset?: csstype.Property.Offset<string | number> | undefined;
|
|
2210
|
+
outline?: csstype.Property.Outline<string | number> | undefined;
|
|
2211
|
+
overflow?: csstype.Property.Overflow | undefined;
|
|
2212
|
+
overscrollBehavior?: csstype.Property.OverscrollBehavior | undefined;
|
|
2213
|
+
padding?: csstype.Property.Padding<string | number> | undefined;
|
|
2214
|
+
paddingBlock?: csstype.Property.PaddingBlock<string | number> | undefined;
|
|
2215
|
+
paddingInline?: csstype.Property.PaddingInline<string | number> | undefined;
|
|
2216
|
+
placeContent?: csstype.Property.PlaceContent | undefined;
|
|
2217
|
+
placeItems?: csstype.Property.PlaceItems | undefined;
|
|
2218
|
+
placeSelf?: csstype.Property.PlaceSelf | undefined;
|
|
2219
|
+
scrollMargin?: csstype.Property.ScrollMargin<string | number> | undefined;
|
|
2220
|
+
scrollMarginBlock?: csstype.Property.ScrollMarginBlock<string | number> | undefined;
|
|
2221
|
+
scrollMarginInline?: csstype.Property.ScrollMarginInline<string | number> | undefined;
|
|
2222
|
+
scrollPadding?: csstype.Property.ScrollPadding<string | number> | undefined;
|
|
2223
|
+
scrollPaddingBlock?: csstype.Property.ScrollPaddingBlock<string | number> | undefined;
|
|
2224
|
+
scrollPaddingInline?: csstype.Property.ScrollPaddingInline<string | number> | undefined;
|
|
2225
|
+
scrollSnapMargin?: csstype.Property.ScrollMargin<string | number> | undefined;
|
|
2226
|
+
scrollTimeline?: csstype.Property.ScrollTimeline | undefined;
|
|
2227
|
+
textDecoration?: csstype.Property.TextDecoration<string | number> | undefined;
|
|
2228
|
+
textEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
2229
|
+
transition?: csstype.Property.Transition<string & {}> | undefined;
|
|
2230
|
+
MozAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
2231
|
+
MozAnimationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
2232
|
+
MozAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
2233
|
+
MozAnimationFillMode?: csstype.Property.AnimationFillMode | undefined;
|
|
2234
|
+
MozAnimationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
2235
|
+
MozAnimationName?: csstype.Property.AnimationName | undefined;
|
|
2236
|
+
MozAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
2237
|
+
MozAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
2238
|
+
MozAppearance?: csstype.Property.MozAppearance | undefined;
|
|
2239
|
+
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
2240
|
+
MozBinding?: csstype.Property.MozBinding | undefined;
|
|
2241
|
+
MozBorderBottomColors?: csstype.Property.MozBorderBottomColors | undefined;
|
|
2242
|
+
MozBorderEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
2243
|
+
MozBorderEndStyle?: csstype.Property.BorderInlineEndStyle | undefined;
|
|
2244
|
+
MozBorderEndWidth?: csstype.Property.BorderInlineEndWidth<string | number> | undefined;
|
|
2245
|
+
MozBorderLeftColors?: csstype.Property.MozBorderLeftColors | undefined;
|
|
2246
|
+
MozBorderRightColors?: csstype.Property.MozBorderRightColors | undefined;
|
|
2247
|
+
MozBorderStartColor?: csstype.Property.BorderInlineStartColor | undefined;
|
|
2248
|
+
MozBorderStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
|
|
2249
|
+
MozBorderTopColors?: csstype.Property.MozBorderTopColors | undefined;
|
|
2250
|
+
MozBoxSizing?: csstype.Property.BoxSizing | undefined;
|
|
2251
|
+
MozColumnCount?: csstype.Property.ColumnCount | undefined;
|
|
2252
|
+
MozColumnFill?: csstype.Property.ColumnFill | undefined;
|
|
2253
|
+
MozColumnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
|
|
2254
|
+
MozColumnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
|
|
2255
|
+
MozColumnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
|
|
2256
|
+
MozColumnWidth?: csstype.Property.ColumnWidth<string | number> | undefined;
|
|
2257
|
+
MozContextProperties?: csstype.Property.MozContextProperties | undefined;
|
|
2258
|
+
MozFontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
2259
|
+
MozFontLanguageOverride?: csstype.Property.FontLanguageOverride | undefined;
|
|
2260
|
+
MozHyphens?: csstype.Property.Hyphens | undefined;
|
|
2261
|
+
MozImageRegion?: csstype.Property.MozImageRegion | undefined;
|
|
2262
|
+
MozMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
2263
|
+
MozMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
2264
|
+
MozOrient?: csstype.Property.MozOrient | undefined;
|
|
2265
|
+
MozOsxFontSmoothing?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
2266
|
+
MozPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
2267
|
+
MozPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
2268
|
+
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
2269
|
+
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
2270
|
+
MozStackSizing?: csstype.Property.MozStackSizing | undefined;
|
|
2271
|
+
MozTabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
2272
|
+
MozTextBlink?: csstype.Property.MozTextBlink | undefined;
|
|
2273
|
+
MozTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
2274
|
+
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
2275
|
+
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
2276
|
+
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
2277
|
+
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
2278
|
+
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
2279
|
+
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
2280
|
+
MozUserFocus?: csstype.Property.MozUserFocus | undefined;
|
|
2281
|
+
MozUserModify?: csstype.Property.MozUserModify | undefined;
|
|
2282
|
+
MozUserSelect?: csstype.Property.UserSelect | undefined;
|
|
2283
|
+
MozWindowDragging?: csstype.Property.MozWindowDragging | undefined;
|
|
2284
|
+
MozWindowShadow?: csstype.Property.MozWindowShadow | undefined;
|
|
2285
|
+
msAccelerator?: csstype.Property.MsAccelerator | undefined;
|
|
2286
|
+
msBlockProgression?: csstype.Property.MsBlockProgression | undefined;
|
|
2287
|
+
msContentZoomChaining?: csstype.Property.MsContentZoomChaining | undefined;
|
|
2288
|
+
msContentZoomLimitMax?: csstype.Property.MsContentZoomLimitMax | undefined;
|
|
2289
|
+
msContentZoomLimitMin?: csstype.Property.MsContentZoomLimitMin | undefined;
|
|
2290
|
+
msContentZoomSnapPoints?: csstype.Property.MsContentZoomSnapPoints | undefined;
|
|
2291
|
+
msContentZoomSnapType?: csstype.Property.MsContentZoomSnapType | undefined;
|
|
2292
|
+
msContentZooming?: csstype.Property.MsContentZooming | undefined;
|
|
2293
|
+
msFilter?: csstype.Property.MsFilter | undefined;
|
|
2294
|
+
msFlexDirection?: csstype.Property.FlexDirection | undefined;
|
|
2295
|
+
msFlexPositive?: csstype.Property.FlexGrow | undefined;
|
|
2296
|
+
msFlowFrom?: csstype.Property.MsFlowFrom | undefined;
|
|
2297
|
+
msFlowInto?: csstype.Property.MsFlowInto | undefined;
|
|
2298
|
+
msGridColumns?: csstype.Property.MsGridColumns<string | number> | undefined;
|
|
2299
|
+
msGridRows?: csstype.Property.MsGridRows<string | number> | undefined;
|
|
2300
|
+
msHighContrastAdjust?: csstype.Property.MsHighContrastAdjust | undefined;
|
|
2301
|
+
msHyphenateLimitChars?: csstype.Property.MsHyphenateLimitChars | undefined;
|
|
2302
|
+
msHyphenateLimitLines?: csstype.Property.MsHyphenateLimitLines | undefined;
|
|
2303
|
+
msHyphenateLimitZone?: csstype.Property.MsHyphenateLimitZone<string | number> | undefined;
|
|
2304
|
+
msHyphens?: csstype.Property.Hyphens | undefined;
|
|
2305
|
+
msImeAlign?: csstype.Property.MsImeAlign | undefined;
|
|
2306
|
+
msLineBreak?: csstype.Property.LineBreak | undefined;
|
|
2307
|
+
msOrder?: csstype.Property.Order | undefined;
|
|
2308
|
+
msOverflowStyle?: csstype.Property.MsOverflowStyle | undefined;
|
|
2309
|
+
msOverflowX?: csstype.Property.OverflowX | undefined;
|
|
2310
|
+
msOverflowY?: csstype.Property.OverflowY | undefined;
|
|
2311
|
+
msScrollChaining?: csstype.Property.MsScrollChaining | undefined;
|
|
2312
|
+
msScrollLimitXMax?: csstype.Property.MsScrollLimitXMax<string | number> | undefined;
|
|
2313
|
+
msScrollLimitXMin?: csstype.Property.MsScrollLimitXMin<string | number> | undefined;
|
|
2314
|
+
msScrollLimitYMax?: csstype.Property.MsScrollLimitYMax<string | number> | undefined;
|
|
2315
|
+
msScrollLimitYMin?: csstype.Property.MsScrollLimitYMin<string | number> | undefined;
|
|
2316
|
+
msScrollRails?: csstype.Property.MsScrollRails | undefined;
|
|
2317
|
+
msScrollSnapPointsX?: csstype.Property.MsScrollSnapPointsX | undefined;
|
|
2318
|
+
msScrollSnapPointsY?: csstype.Property.MsScrollSnapPointsY | undefined;
|
|
2319
|
+
msScrollSnapType?: csstype.Property.MsScrollSnapType | undefined;
|
|
2320
|
+
msScrollTranslation?: csstype.Property.MsScrollTranslation | undefined;
|
|
2321
|
+
msScrollbar3dlightColor?: csstype.Property.MsScrollbar3dlightColor | undefined;
|
|
2322
|
+
msScrollbarArrowColor?: csstype.Property.MsScrollbarArrowColor | undefined;
|
|
2323
|
+
msScrollbarBaseColor?: csstype.Property.MsScrollbarBaseColor | undefined;
|
|
2324
|
+
msScrollbarDarkshadowColor?: csstype.Property.MsScrollbarDarkshadowColor | undefined;
|
|
2325
|
+
msScrollbarFaceColor?: csstype.Property.MsScrollbarFaceColor | undefined;
|
|
2326
|
+
msScrollbarHighlightColor?: csstype.Property.MsScrollbarHighlightColor | undefined;
|
|
2327
|
+
msScrollbarShadowColor?: csstype.Property.MsScrollbarShadowColor | undefined;
|
|
2328
|
+
msScrollbarTrackColor?: csstype.Property.MsScrollbarTrackColor | undefined;
|
|
2329
|
+
msTextAutospace?: csstype.Property.MsTextAutospace | undefined;
|
|
2330
|
+
msTextCombineHorizontal?: csstype.Property.TextCombineUpright | undefined;
|
|
2331
|
+
msTextOverflow?: csstype.Property.TextOverflow | undefined;
|
|
2332
|
+
msTouchAction?: csstype.Property.TouchAction | undefined;
|
|
2333
|
+
msTouchSelect?: csstype.Property.MsTouchSelect | undefined;
|
|
2334
|
+
msTransform?: csstype.Property.Transform | undefined;
|
|
2335
|
+
msTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
2336
|
+
msTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
2337
|
+
msTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
2338
|
+
msTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
2339
|
+
msTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
2340
|
+
msUserSelect?: csstype.Property.MsUserSelect | undefined;
|
|
2341
|
+
msWordBreak?: csstype.Property.WordBreak | undefined;
|
|
2342
|
+
msWrapFlow?: csstype.Property.MsWrapFlow | undefined;
|
|
2343
|
+
msWrapMargin?: csstype.Property.MsWrapMargin<string | number> | undefined;
|
|
2344
|
+
msWrapThrough?: csstype.Property.MsWrapThrough | undefined;
|
|
2345
|
+
msWritingMode?: csstype.Property.WritingMode | undefined;
|
|
2346
|
+
WebkitAlignContent?: csstype.Property.AlignContent | undefined;
|
|
2347
|
+
WebkitAlignItems?: csstype.Property.AlignItems | undefined;
|
|
2348
|
+
WebkitAlignSelf?: csstype.Property.AlignSelf | undefined;
|
|
2349
|
+
WebkitAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
2350
|
+
WebkitAnimationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
2351
|
+
WebkitAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
2352
|
+
WebkitAnimationFillMode?: csstype.Property.AnimationFillMode | undefined;
|
|
2353
|
+
WebkitAnimationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
2354
|
+
WebkitAnimationName?: csstype.Property.AnimationName | undefined;
|
|
2355
|
+
WebkitAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
2356
|
+
WebkitAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
2357
|
+
WebkitAppearance?: csstype.Property.WebkitAppearance | undefined;
|
|
2358
|
+
WebkitBackdropFilter?: csstype.Property.BackdropFilter | undefined;
|
|
2359
|
+
WebkitBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
2360
|
+
WebkitBackgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
2361
|
+
WebkitBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
2362
|
+
WebkitBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
2363
|
+
WebkitBorderBeforeColor?: csstype.Property.WebkitBorderBeforeColor | undefined;
|
|
2364
|
+
WebkitBorderBeforeStyle?: csstype.Property.WebkitBorderBeforeStyle | undefined;
|
|
2365
|
+
WebkitBorderBeforeWidth?: csstype.Property.WebkitBorderBeforeWidth<string | number> | undefined;
|
|
2366
|
+
WebkitBorderBottomLeftRadius?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
2367
|
+
WebkitBorderBottomRightRadius?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
|
|
2368
|
+
WebkitBorderImageSlice?: csstype.Property.BorderImageSlice | undefined;
|
|
2369
|
+
WebkitBorderTopLeftRadius?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
|
|
2370
|
+
WebkitBorderTopRightRadius?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
|
|
2371
|
+
WebkitBoxDecorationBreak?: csstype.Property.BoxDecorationBreak | undefined;
|
|
2372
|
+
WebkitBoxReflect?: csstype.Property.WebkitBoxReflect<string | number> | undefined;
|
|
2373
|
+
WebkitBoxShadow?: csstype.Property.BoxShadow | undefined;
|
|
2374
|
+
WebkitBoxSizing?: csstype.Property.BoxSizing | undefined;
|
|
2375
|
+
WebkitClipPath?: csstype.Property.ClipPath | undefined;
|
|
2376
|
+
WebkitColumnCount?: csstype.Property.ColumnCount | undefined;
|
|
2377
|
+
WebkitColumnFill?: csstype.Property.ColumnFill | undefined;
|
|
2378
|
+
WebkitColumnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
|
|
2379
|
+
WebkitColumnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
|
|
2380
|
+
WebkitColumnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
|
|
2381
|
+
WebkitColumnSpan?: csstype.Property.ColumnSpan | undefined;
|
|
2382
|
+
WebkitColumnWidth?: csstype.Property.ColumnWidth<string | number> | undefined;
|
|
2383
|
+
WebkitFilter?: csstype.Property.Filter | undefined;
|
|
2384
|
+
WebkitFlexBasis?: csstype.Property.FlexBasis<string | number> | undefined;
|
|
2385
|
+
WebkitFlexDirection?: csstype.Property.FlexDirection | undefined;
|
|
2386
|
+
WebkitFlexGrow?: csstype.Property.FlexGrow | undefined;
|
|
2387
|
+
WebkitFlexShrink?: csstype.Property.FlexShrink | undefined;
|
|
2388
|
+
WebkitFlexWrap?: csstype.Property.FlexWrap | undefined;
|
|
2389
|
+
WebkitFontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
2390
|
+
WebkitFontKerning?: csstype.Property.FontKerning | undefined;
|
|
2391
|
+
WebkitFontSmoothing?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
2392
|
+
WebkitFontVariantLigatures?: csstype.Property.FontVariantLigatures | undefined;
|
|
2393
|
+
WebkitHyphenateCharacter?: csstype.Property.HyphenateCharacter | undefined;
|
|
2394
|
+
WebkitHyphens?: csstype.Property.Hyphens | undefined;
|
|
2395
|
+
WebkitInitialLetter?: csstype.Property.InitialLetter | undefined;
|
|
2396
|
+
WebkitJustifyContent?: csstype.Property.JustifyContent | undefined;
|
|
2397
|
+
WebkitLineBreak?: csstype.Property.LineBreak | undefined;
|
|
2398
|
+
WebkitLineClamp?: csstype.Property.WebkitLineClamp | undefined;
|
|
2399
|
+
WebkitMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
2400
|
+
WebkitMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
2401
|
+
WebkitMaskAttachment?: csstype.Property.WebkitMaskAttachment | undefined;
|
|
2402
|
+
WebkitMaskBoxImageOutset?: csstype.Property.MaskBorderOutset<string | number> | undefined;
|
|
2403
|
+
WebkitMaskBoxImageRepeat?: csstype.Property.MaskBorderRepeat | undefined;
|
|
2404
|
+
WebkitMaskBoxImageSlice?: csstype.Property.MaskBorderSlice | undefined;
|
|
2405
|
+
WebkitMaskBoxImageSource?: csstype.Property.MaskBorderSource | undefined;
|
|
2406
|
+
WebkitMaskBoxImageWidth?: csstype.Property.MaskBorderWidth<string | number> | undefined;
|
|
2407
|
+
WebkitMaskClip?: csstype.Property.WebkitMaskClip | undefined;
|
|
2408
|
+
WebkitMaskComposite?: csstype.Property.WebkitMaskComposite | undefined;
|
|
2409
|
+
WebkitMaskImage?: csstype.Property.WebkitMaskImage | undefined;
|
|
2410
|
+
WebkitMaskOrigin?: csstype.Property.WebkitMaskOrigin | undefined;
|
|
2411
|
+
WebkitMaskPosition?: csstype.Property.WebkitMaskPosition<string | number> | undefined;
|
|
2412
|
+
WebkitMaskPositionX?: csstype.Property.WebkitMaskPositionX<string | number> | undefined;
|
|
2413
|
+
WebkitMaskPositionY?: csstype.Property.WebkitMaskPositionY<string | number> | undefined;
|
|
2414
|
+
WebkitMaskRepeat?: csstype.Property.WebkitMaskRepeat | undefined;
|
|
2415
|
+
WebkitMaskRepeatX?: csstype.Property.WebkitMaskRepeatX | undefined;
|
|
2416
|
+
WebkitMaskRepeatY?: csstype.Property.WebkitMaskRepeatY | undefined;
|
|
2417
|
+
WebkitMaskSize?: csstype.Property.WebkitMaskSize<string | number> | undefined;
|
|
2418
|
+
WebkitMaxInlineSize?: csstype.Property.MaxInlineSize<string | number> | undefined;
|
|
2419
|
+
WebkitOrder?: csstype.Property.Order | undefined;
|
|
2420
|
+
WebkitOverflowScrolling?: csstype.Property.WebkitOverflowScrolling | undefined;
|
|
2421
|
+
WebkitPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
2422
|
+
WebkitPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
2423
|
+
WebkitPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
2424
|
+
WebkitPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
2425
|
+
WebkitPrintColorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
2426
|
+
WebkitRubyPosition?: csstype.Property.RubyPosition | undefined;
|
|
2427
|
+
WebkitScrollSnapType?: csstype.Property.ScrollSnapType | undefined;
|
|
2428
|
+
WebkitShapeMargin?: csstype.Property.ShapeMargin<string | number> | undefined;
|
|
2429
|
+
WebkitTapHighlightColor?: csstype.Property.WebkitTapHighlightColor | undefined;
|
|
2430
|
+
WebkitTextCombine?: csstype.Property.TextCombineUpright | undefined;
|
|
2431
|
+
WebkitTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
2432
|
+
WebkitTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
2433
|
+
WebkitTextDecorationSkip?: csstype.Property.TextDecorationSkip | undefined;
|
|
2434
|
+
WebkitTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
2435
|
+
WebkitTextEmphasisColor?: csstype.Property.TextEmphasisColor | undefined;
|
|
2436
|
+
WebkitTextEmphasisPosition?: csstype.Property.TextEmphasisPosition | undefined;
|
|
2437
|
+
WebkitTextEmphasisStyle?: csstype.Property.TextEmphasisStyle | undefined;
|
|
2438
|
+
WebkitTextFillColor?: csstype.Property.WebkitTextFillColor | undefined;
|
|
2439
|
+
WebkitTextOrientation?: csstype.Property.TextOrientation | undefined;
|
|
2440
|
+
WebkitTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
2441
|
+
WebkitTextStrokeColor?: csstype.Property.WebkitTextStrokeColor | undefined;
|
|
2442
|
+
WebkitTextStrokeWidth?: csstype.Property.WebkitTextStrokeWidth<string | number> | undefined;
|
|
2443
|
+
WebkitTextUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
|
|
2444
|
+
WebkitTouchCallout?: csstype.Property.WebkitTouchCallout | undefined;
|
|
2445
|
+
WebkitTransform?: csstype.Property.Transform | undefined;
|
|
2446
|
+
WebkitTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
2447
|
+
WebkitTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
2448
|
+
WebkitTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
2449
|
+
WebkitTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
2450
|
+
WebkitTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
2451
|
+
WebkitTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
2452
|
+
WebkitUserModify?: csstype.Property.WebkitUserModify | undefined;
|
|
2453
|
+
WebkitUserSelect?: csstype.Property.UserSelect | undefined;
|
|
2454
|
+
WebkitWritingMode?: csstype.Property.WritingMode | undefined;
|
|
2455
|
+
MozAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
2456
|
+
MozBorderImage?: csstype.Property.BorderImage | undefined;
|
|
2457
|
+
MozColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
2458
|
+
MozColumns?: csstype.Property.Columns<string | number> | undefined;
|
|
2459
|
+
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
2460
|
+
msContentZoomLimit?: csstype.Property.MsContentZoomLimit | undefined;
|
|
2461
|
+
msContentZoomSnap?: csstype.Property.MsContentZoomSnap | undefined;
|
|
2462
|
+
msFlex?: csstype.Property.Flex<string | number> | undefined;
|
|
2463
|
+
msScrollLimit?: csstype.Property.MsScrollLimit | undefined;
|
|
2464
|
+
msScrollSnapX?: csstype.Property.MsScrollSnapX | undefined;
|
|
2465
|
+
msScrollSnapY?: csstype.Property.MsScrollSnapY | undefined;
|
|
2466
|
+
msTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
2467
|
+
WebkitAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
2468
|
+
WebkitBorderBefore?: csstype.Property.WebkitBorderBefore<string | number> | undefined;
|
|
2469
|
+
WebkitBorderImage?: csstype.Property.BorderImage | undefined;
|
|
2470
|
+
WebkitBorderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
2471
|
+
WebkitColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
2472
|
+
WebkitColumns?: csstype.Property.Columns<string | number> | undefined;
|
|
2473
|
+
WebkitFlex?: csstype.Property.Flex<string | number> | undefined;
|
|
2474
|
+
WebkitFlexFlow?: csstype.Property.FlexFlow | undefined;
|
|
2475
|
+
WebkitMask?: csstype.Property.WebkitMask<string | number> | undefined;
|
|
2476
|
+
WebkitMaskBoxImage?: csstype.Property.MaskBorder | undefined;
|
|
2477
|
+
WebkitTextEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
2478
|
+
WebkitTextStroke?: csstype.Property.WebkitTextStroke<string | number> | undefined;
|
|
2479
|
+
WebkitTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
2480
|
+
azimuth?: csstype.Property.Azimuth | undefined;
|
|
2481
|
+
boxAlign?: csstype.Property.BoxAlign | undefined;
|
|
2482
|
+
boxDirection?: csstype.Property.BoxDirection | undefined;
|
|
2483
|
+
boxFlex?: csstype.Property.BoxFlex | undefined;
|
|
2484
|
+
boxFlexGroup?: csstype.Property.BoxFlexGroup | undefined;
|
|
2485
|
+
boxLines?: csstype.Property.BoxLines | undefined;
|
|
2486
|
+
boxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
2487
|
+
boxOrient?: csstype.Property.BoxOrient | undefined;
|
|
2488
|
+
boxPack?: csstype.Property.BoxPack | undefined;
|
|
2489
|
+
clip?: csstype.Property.Clip | undefined;
|
|
2490
|
+
gridColumnGap?: csstype.Property.GridColumnGap<string | number> | undefined;
|
|
2491
|
+
gridGap?: csstype.Property.GridGap<string | number> | undefined;
|
|
2492
|
+
gridRowGap?: csstype.Property.GridRowGap<string | number> | undefined;
|
|
2493
|
+
imeMode?: csstype.Property.ImeMode | undefined;
|
|
2494
|
+
offsetBlock?: csstype.Property.InsetBlock<string | number> | undefined;
|
|
2495
|
+
offsetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
|
|
2496
|
+
offsetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
|
|
2497
|
+
offsetInline?: csstype.Property.InsetInline<string | number> | undefined;
|
|
2498
|
+
offsetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
|
|
2499
|
+
offsetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
|
|
2500
|
+
scrollSnapCoordinate?: csstype.Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
2501
|
+
scrollSnapDestination?: csstype.Property.ScrollSnapDestination<string | number> | undefined;
|
|
2502
|
+
scrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
|
|
2503
|
+
scrollSnapPointsY?: csstype.Property.ScrollSnapPointsY | undefined;
|
|
2504
|
+
scrollSnapTypeX?: csstype.Property.ScrollSnapTypeX | undefined;
|
|
2505
|
+
scrollSnapTypeY?: csstype.Property.ScrollSnapTypeY | undefined;
|
|
2506
|
+
KhtmlBoxAlign?: csstype.Property.BoxAlign | undefined;
|
|
2507
|
+
KhtmlBoxDirection?: csstype.Property.BoxDirection | undefined;
|
|
2508
|
+
KhtmlBoxFlex?: csstype.Property.BoxFlex | undefined;
|
|
2509
|
+
KhtmlBoxFlexGroup?: csstype.Property.BoxFlexGroup | undefined;
|
|
2510
|
+
KhtmlBoxLines?: csstype.Property.BoxLines | undefined;
|
|
2511
|
+
KhtmlBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
2512
|
+
KhtmlBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
2513
|
+
KhtmlBoxPack?: csstype.Property.BoxPack | undefined;
|
|
2514
|
+
KhtmlLineBreak?: csstype.Property.LineBreak | undefined;
|
|
2515
|
+
KhtmlOpacity?: csstype.Property.Opacity | undefined;
|
|
2516
|
+
KhtmlUserSelect?: csstype.Property.UserSelect | undefined;
|
|
2517
|
+
MozBackgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
2518
|
+
MozBackgroundInlinePolicy?: csstype.Property.BoxDecorationBreak | undefined;
|
|
2519
|
+
MozBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
2520
|
+
MozBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
2521
|
+
MozBorderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
2522
|
+
MozBorderRadiusBottomleft?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
2523
|
+
MozBorderRadiusBottomright?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
|
|
2524
|
+
MozBorderRadiusTopleft?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
|
|
2525
|
+
MozBorderRadiusTopright?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
|
|
2526
|
+
MozBoxAlign?: csstype.Property.BoxAlign | undefined;
|
|
2527
|
+
MozBoxDirection?: csstype.Property.BoxDirection | undefined;
|
|
2528
|
+
MozBoxFlex?: csstype.Property.BoxFlex | undefined;
|
|
2529
|
+
MozBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
2530
|
+
MozBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
2531
|
+
MozBoxPack?: csstype.Property.BoxPack | undefined;
|
|
2532
|
+
MozBoxShadow?: csstype.Property.BoxShadow | undefined;
|
|
2533
|
+
MozFloatEdge?: csstype.Property.MozFloatEdge | undefined;
|
|
2534
|
+
MozForceBrokenImageIcon?: csstype.Property.MozForceBrokenImageIcon | undefined;
|
|
2535
|
+
MozOpacity?: csstype.Property.Opacity | undefined;
|
|
2536
|
+
MozOutline?: csstype.Property.Outline<string | number> | undefined;
|
|
2537
|
+
MozOutlineColor?: csstype.Property.OutlineColor | undefined;
|
|
2538
|
+
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
2539
|
+
MozOutlineRadiusBottomleft?: csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
2540
|
+
MozOutlineRadiusBottomright?: csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
2541
|
+
MozOutlineRadiusTopleft?: csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
2542
|
+
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
2543
|
+
MozOutlineStyle?: csstype.Property.OutlineStyle | undefined;
|
|
2544
|
+
MozOutlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
|
|
2545
|
+
MozTextAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
2546
|
+
MozTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
2547
|
+
MozTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
2548
|
+
MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
2549
|
+
MozUserInput?: csstype.Property.MozUserInput | undefined;
|
|
2550
|
+
msImeMode?: csstype.Property.ImeMode | undefined;
|
|
2551
|
+
OAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
2552
|
+
OAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
2553
|
+
OAnimationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
2554
|
+
OAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
2555
|
+
OAnimationFillMode?: csstype.Property.AnimationFillMode | undefined;
|
|
2556
|
+
OAnimationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
2557
|
+
OAnimationName?: csstype.Property.AnimationName | undefined;
|
|
2558
|
+
OAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
2559
|
+
OAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
2560
|
+
OBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
2561
|
+
OBorderImage?: csstype.Property.BorderImage | undefined;
|
|
2562
|
+
OObjectFit?: csstype.Property.ObjectFit | undefined;
|
|
2563
|
+
OObjectPosition?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
2564
|
+
OTabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
2565
|
+
OTextOverflow?: csstype.Property.TextOverflow | undefined;
|
|
2566
|
+
OTransform?: csstype.Property.Transform | undefined;
|
|
2567
|
+
OTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
2568
|
+
OTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
2569
|
+
OTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
2570
|
+
OTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
2571
|
+
OTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
2572
|
+
OTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
2573
|
+
WebkitBoxAlign?: csstype.Property.BoxAlign | undefined;
|
|
2574
|
+
WebkitBoxDirection?: csstype.Property.BoxDirection | undefined;
|
|
2575
|
+
WebkitBoxFlex?: csstype.Property.BoxFlex | undefined;
|
|
2576
|
+
WebkitBoxFlexGroup?: csstype.Property.BoxFlexGroup | undefined;
|
|
2577
|
+
WebkitBoxLines?: csstype.Property.BoxLines | undefined;
|
|
2578
|
+
WebkitBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
2579
|
+
WebkitBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
2580
|
+
WebkitBoxPack?: csstype.Property.BoxPack | undefined;
|
|
2581
|
+
WebkitScrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
|
|
2582
|
+
WebkitScrollSnapPointsY?: csstype.Property.ScrollSnapPointsY | undefined;
|
|
2583
|
+
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
2584
|
+
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
2585
|
+
clipRule?: csstype.Property.ClipRule | undefined;
|
|
2586
|
+
colorInterpolation?: csstype.Property.ColorInterpolation | undefined;
|
|
2587
|
+
colorRendering?: csstype.Property.ColorRendering | undefined;
|
|
2588
|
+
dominantBaseline?: csstype.Property.DominantBaseline | undefined;
|
|
2589
|
+
fill?: csstype.Property.Fill | undefined;
|
|
2590
|
+
fillOpacity?: csstype.Property.FillOpacity | undefined;
|
|
2591
|
+
fillRule?: csstype.Property.FillRule | undefined;
|
|
2592
|
+
floodColor?: csstype.Property.FloodColor | undefined;
|
|
2593
|
+
floodOpacity?: csstype.Property.FloodOpacity | undefined;
|
|
2594
|
+
glyphOrientationVertical?: csstype.Property.GlyphOrientationVertical | undefined;
|
|
2595
|
+
lightingColor?: csstype.Property.LightingColor | undefined;
|
|
2596
|
+
marker?: csstype.Property.Marker | undefined;
|
|
2597
|
+
markerEnd?: csstype.Property.MarkerEnd | undefined;
|
|
2598
|
+
markerMid?: csstype.Property.MarkerMid | undefined;
|
|
2599
|
+
markerStart?: csstype.Property.MarkerStart | undefined;
|
|
2600
|
+
shapeRendering?: csstype.Property.ShapeRendering | undefined;
|
|
2601
|
+
stopColor?: csstype.Property.StopColor | undefined;
|
|
2602
|
+
stopOpacity?: csstype.Property.StopOpacity | undefined;
|
|
2603
|
+
stroke?: csstype.Property.Stroke | undefined;
|
|
2604
|
+
strokeDasharray?: csstype.Property.StrokeDasharray<string | number> | undefined;
|
|
2605
|
+
strokeDashoffset?: csstype.Property.StrokeDashoffset<string | number> | undefined;
|
|
2606
|
+
strokeLinecap?: csstype.Property.StrokeLinecap | undefined;
|
|
2607
|
+
strokeLinejoin?: csstype.Property.StrokeLinejoin | undefined;
|
|
2608
|
+
strokeMiterlimit?: csstype.Property.StrokeMiterlimit | undefined;
|
|
2609
|
+
strokeOpacity?: csstype.Property.StrokeOpacity | undefined;
|
|
2610
|
+
strokeWidth?: csstype.Property.StrokeWidth<string | number> | undefined;
|
|
2611
|
+
textAnchor?: csstype.Property.TextAnchor | undefined;
|
|
2612
|
+
vectorEffect?: csstype.Property.VectorEffect | undefined;
|
|
2613
|
+
scaleX?: number | undefined;
|
|
2614
|
+
scaleY?: number | undefined;
|
|
2615
|
+
x?: (string | number) | undefined;
|
|
2616
|
+
y?: (string | number) | undefined;
|
|
2617
|
+
z?: (string | number) | undefined;
|
|
2618
|
+
translateX?: (string | number) | undefined;
|
|
2619
|
+
translateY?: (string | number) | undefined;
|
|
2620
|
+
translateZ?: (string | number) | undefined;
|
|
2621
|
+
translate3d?: readonly [string | number, string | number, string | number] | undefined;
|
|
2622
|
+
rotateX?: (string | number) | undefined;
|
|
2623
|
+
rotateY?: (string | number) | undefined;
|
|
2624
|
+
rotateZ?: (string | number) | undefined;
|
|
2625
|
+
rotate3d?: readonly [number, number, number, string | number] | undefined;
|
|
2626
|
+
scaleZ?: number | undefined;
|
|
2627
|
+
scale3d?: readonly [number, number, number] | undefined;
|
|
2628
|
+
skew?: (string | number) | readonly [string | number, string | number] | undefined;
|
|
2629
|
+
skewX?: (string | number) | undefined;
|
|
2630
|
+
skewY?: (string | number) | undefined;
|
|
2631
|
+
matrix?: readonly [number, number, number, number, number, number] | undefined;
|
|
2632
|
+
matrix3d?: readonly [number, number, number, number, number, number, number, number, number, number, number, number, number, number, number, number] | undefined;
|
|
2633
|
+
} | undefined;
|
|
2634
|
+
clipPath?: string | undefined;
|
|
2635
|
+
filter?: string | undefined;
|
|
2636
|
+
mask?: string | undefined;
|
|
2637
|
+
path?: string | undefined;
|
|
2638
|
+
order?: string | number | undefined;
|
|
2639
|
+
height?: string | number | undefined;
|
|
2640
|
+
width?: string | number | undefined;
|
|
2641
|
+
display?: string | number | undefined;
|
|
2642
|
+
'aria-label'?: string | undefined;
|
|
2643
|
+
'aria-labelledby'?: string | undefined;
|
|
2644
|
+
type?: string | undefined;
|
|
2645
|
+
id?: string | undefined;
|
|
2646
|
+
name?: string | undefined;
|
|
2647
|
+
origin?: string | number | undefined;
|
|
2648
|
+
role?: react.AriaRole | undefined;
|
|
2649
|
+
tabIndex?: number | undefined;
|
|
2650
|
+
className?: string | undefined;
|
|
2651
|
+
'aria-activedescendant'?: string | undefined;
|
|
2652
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
2653
|
+
'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined;
|
|
2654
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
2655
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2656
|
+
'aria-colcount'?: number | undefined;
|
|
2657
|
+
'aria-colindex'?: number | undefined;
|
|
2658
|
+
'aria-colspan'?: number | undefined;
|
|
2659
|
+
'aria-controls'?: string | undefined;
|
|
2660
|
+
'aria-current'?: boolean | "time" | "location" | "true" | "false" | "page" | "step" | "date" | undefined;
|
|
2661
|
+
'aria-describedby'?: string | undefined;
|
|
2662
|
+
'aria-details'?: string | undefined;
|
|
2663
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
2664
|
+
'aria-dropeffect'?: "link" | "none" | "move" | "copy" | "execute" | "popup" | undefined;
|
|
2665
|
+
'aria-errormessage'?: string | undefined;
|
|
2666
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
2667
|
+
'aria-flowto'?: string | undefined;
|
|
2668
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
2669
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
2670
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
2671
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
2672
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
2673
|
+
'aria-level'?: number | undefined;
|
|
2674
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
2675
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
2676
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
2677
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
2678
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
2679
|
+
'aria-owns'?: string | undefined;
|
|
2680
|
+
'aria-placeholder'?: string | undefined;
|
|
2681
|
+
'aria-posinset'?: number | undefined;
|
|
2682
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2683
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
2684
|
+
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2685
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
2686
|
+
'aria-roledescription'?: string | undefined;
|
|
2687
|
+
'aria-rowcount'?: number | undefined;
|
|
2688
|
+
'aria-rowindex'?: number | undefined;
|
|
2689
|
+
'aria-rowspan'?: number | undefined;
|
|
2690
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
2691
|
+
'aria-setsize'?: number | undefined;
|
|
2692
|
+
'aria-sort'?: "none" | "other" | "ascending" | "descending" | undefined;
|
|
2693
|
+
'aria-valuemax'?: number | undefined;
|
|
2694
|
+
'aria-valuemin'?: number | undefined;
|
|
2695
|
+
'aria-valuenow'?: number | undefined;
|
|
2696
|
+
'aria-valuetext'?: string | undefined;
|
|
2697
|
+
children?: react.ReactNode;
|
|
2698
|
+
dangerouslySetInnerHTML?: {
|
|
2699
|
+
__html: string;
|
|
2700
|
+
} | undefined;
|
|
2701
|
+
onCopy?: react.ClipboardEventHandler<SVGGElement> | undefined;
|
|
2702
|
+
onCopyCapture?: react.ClipboardEventHandler<SVGGElement> | undefined;
|
|
2703
|
+
onCut?: react.ClipboardEventHandler<SVGGElement> | undefined;
|
|
2704
|
+
onCutCapture?: react.ClipboardEventHandler<SVGGElement> | undefined;
|
|
2705
|
+
onPaste?: react.ClipboardEventHandler<SVGGElement> | undefined;
|
|
2706
|
+
onPasteCapture?: react.ClipboardEventHandler<SVGGElement> | undefined;
|
|
2707
|
+
onCompositionEnd?: react.CompositionEventHandler<SVGGElement> | undefined;
|
|
2708
|
+
onCompositionEndCapture?: react.CompositionEventHandler<SVGGElement> | undefined;
|
|
2709
|
+
onCompositionStart?: react.CompositionEventHandler<SVGGElement> | undefined;
|
|
2710
|
+
onCompositionStartCapture?: react.CompositionEventHandler<SVGGElement> | undefined;
|
|
2711
|
+
onCompositionUpdate?: react.CompositionEventHandler<SVGGElement> | undefined;
|
|
2712
|
+
onCompositionUpdateCapture?: react.CompositionEventHandler<SVGGElement> | undefined;
|
|
2713
|
+
onFocus?: react.FocusEventHandler<SVGGElement> | undefined;
|
|
2714
|
+
onFocusCapture?: react.FocusEventHandler<SVGGElement> | undefined;
|
|
2715
|
+
onBlur?: react.FocusEventHandler<SVGGElement> | undefined;
|
|
2716
|
+
onBlurCapture?: react.FocusEventHandler<SVGGElement> | undefined;
|
|
2717
|
+
onChange?: react.FormEventHandler<SVGGElement> | undefined;
|
|
2718
|
+
onChangeCapture?: react.FormEventHandler<SVGGElement> | undefined;
|
|
2719
|
+
onBeforeInput?: react.FormEventHandler<SVGGElement> | undefined;
|
|
2720
|
+
onBeforeInputCapture?: react.FormEventHandler<SVGGElement> | undefined;
|
|
2721
|
+
onInput?: react.FormEventHandler<SVGGElement> | undefined;
|
|
2722
|
+
onInputCapture?: react.FormEventHandler<SVGGElement> | undefined;
|
|
2723
|
+
onReset?: react.FormEventHandler<SVGGElement> | undefined;
|
|
2724
|
+
onResetCapture?: react.FormEventHandler<SVGGElement> | undefined;
|
|
2725
|
+
onSubmit?: react.FormEventHandler<SVGGElement> | undefined;
|
|
2726
|
+
onSubmitCapture?: react.FormEventHandler<SVGGElement> | undefined;
|
|
2727
|
+
onInvalid?: react.FormEventHandler<SVGGElement> | undefined;
|
|
2728
|
+
onInvalidCapture?: react.FormEventHandler<SVGGElement> | undefined;
|
|
2729
|
+
onLoad?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2730
|
+
onLoadCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2731
|
+
onError?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2732
|
+
onErrorCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2733
|
+
onKeyDown?: react.KeyboardEventHandler<SVGGElement> | undefined;
|
|
2734
|
+
onKeyDownCapture?: react.KeyboardEventHandler<SVGGElement> | undefined;
|
|
2735
|
+
onKeyPress?: react.KeyboardEventHandler<SVGGElement> | undefined;
|
|
2736
|
+
onKeyPressCapture?: react.KeyboardEventHandler<SVGGElement> | undefined;
|
|
2737
|
+
onKeyUp?: react.KeyboardEventHandler<SVGGElement> | undefined;
|
|
2738
|
+
onKeyUpCapture?: react.KeyboardEventHandler<SVGGElement> | undefined;
|
|
2739
|
+
onAbort?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2740
|
+
onAbortCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2741
|
+
onCanPlay?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2742
|
+
onCanPlayCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2743
|
+
onCanPlayThrough?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2744
|
+
onCanPlayThroughCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2745
|
+
onDurationChange?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2746
|
+
onDurationChangeCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2747
|
+
onEmptied?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2748
|
+
onEmptiedCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2749
|
+
onEncrypted?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2750
|
+
onEncryptedCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2751
|
+
onEnded?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2752
|
+
onEndedCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2753
|
+
onLoadedData?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2754
|
+
onLoadedDataCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2755
|
+
onLoadedMetadata?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2756
|
+
onLoadedMetadataCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2757
|
+
onLoadStart?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2758
|
+
onLoadStartCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2759
|
+
onPause?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2760
|
+
onPauseCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2761
|
+
onPlay?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2762
|
+
onPlayCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2763
|
+
onPlaying?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2764
|
+
onPlayingCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2765
|
+
onProgress?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2766
|
+
onProgressCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2767
|
+
onRateChange?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2768
|
+
onRateChangeCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2769
|
+
onSeeked?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2770
|
+
onSeekedCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2771
|
+
onSeeking?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2772
|
+
onSeekingCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2773
|
+
onStalled?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2774
|
+
onStalledCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2775
|
+
onSuspend?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2776
|
+
onSuspendCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2777
|
+
onTimeUpdate?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2778
|
+
onTimeUpdateCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2779
|
+
onVolumeChange?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2780
|
+
onVolumeChangeCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2781
|
+
onWaiting?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2782
|
+
onWaitingCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2783
|
+
onAuxClick?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2784
|
+
onAuxClickCapture?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2785
|
+
onClick?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2786
|
+
onClickCapture?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2787
|
+
onContextMenu?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2788
|
+
onContextMenuCapture?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2789
|
+
onDoubleClick?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2790
|
+
onDoubleClickCapture?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2791
|
+
onDrag?: react.DragEventHandler<SVGGElement> | undefined;
|
|
2792
|
+
onDragCapture?: react.DragEventHandler<SVGGElement> | undefined;
|
|
2793
|
+
onDragEnd?: react.DragEventHandler<SVGGElement> | undefined;
|
|
2794
|
+
onDragEndCapture?: react.DragEventHandler<SVGGElement> | undefined;
|
|
2795
|
+
onDragEnter?: react.DragEventHandler<SVGGElement> | undefined;
|
|
2796
|
+
onDragEnterCapture?: react.DragEventHandler<SVGGElement> | undefined;
|
|
2797
|
+
onDragExit?: react.DragEventHandler<SVGGElement> | undefined;
|
|
2798
|
+
onDragExitCapture?: react.DragEventHandler<SVGGElement> | undefined;
|
|
2799
|
+
onDragLeave?: react.DragEventHandler<SVGGElement> | undefined;
|
|
2800
|
+
onDragLeaveCapture?: react.DragEventHandler<SVGGElement> | undefined;
|
|
2801
|
+
onDragOver?: react.DragEventHandler<SVGGElement> | undefined;
|
|
2802
|
+
onDragOverCapture?: react.DragEventHandler<SVGGElement> | undefined;
|
|
2803
|
+
onDragStart?: react.DragEventHandler<SVGGElement> | undefined;
|
|
2804
|
+
onDragStartCapture?: react.DragEventHandler<SVGGElement> | undefined;
|
|
2805
|
+
onDrop?: react.DragEventHandler<SVGGElement> | undefined;
|
|
2806
|
+
onDropCapture?: react.DragEventHandler<SVGGElement> | undefined;
|
|
2807
|
+
onMouseDown?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2808
|
+
onMouseDownCapture?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2809
|
+
onMouseEnter?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2810
|
+
onMouseLeave?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2811
|
+
onMouseMove?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2812
|
+
onMouseMoveCapture?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2813
|
+
onMouseOut?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2814
|
+
onMouseOutCapture?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2815
|
+
onMouseOver?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2816
|
+
onMouseOverCapture?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2817
|
+
onMouseUp?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2818
|
+
onMouseUpCapture?: react.MouseEventHandler<SVGGElement> | undefined;
|
|
2819
|
+
onSelect?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2820
|
+
onSelectCapture?: react.ReactEventHandler<SVGGElement> | undefined;
|
|
2821
|
+
onTouchCancel?: react.TouchEventHandler<SVGGElement> | undefined;
|
|
2822
|
+
onTouchCancelCapture?: react.TouchEventHandler<SVGGElement> | undefined;
|
|
2823
|
+
onTouchEnd?: react.TouchEventHandler<SVGGElement> | undefined;
|
|
2824
|
+
onTouchEndCapture?: react.TouchEventHandler<SVGGElement> | undefined;
|
|
2825
|
+
onTouchMove?: react.TouchEventHandler<SVGGElement> | undefined;
|
|
2826
|
+
onTouchMoveCapture?: react.TouchEventHandler<SVGGElement> | undefined;
|
|
2827
|
+
onTouchStart?: react.TouchEventHandler<SVGGElement> | undefined;
|
|
2828
|
+
onTouchStartCapture?: react.TouchEventHandler<SVGGElement> | undefined;
|
|
2829
|
+
onPointerDown?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2830
|
+
onPointerDownCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2831
|
+
onPointerMove?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2832
|
+
onPointerMoveCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2833
|
+
onPointerUp?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2834
|
+
onPointerUpCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2835
|
+
onPointerCancel?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2836
|
+
onPointerCancelCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2837
|
+
onPointerEnter?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2838
|
+
onPointerEnterCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2839
|
+
onPointerLeave?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2840
|
+
onPointerLeaveCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2841
|
+
onPointerOver?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2842
|
+
onPointerOverCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2843
|
+
onPointerOut?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2844
|
+
onPointerOutCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2845
|
+
onGotPointerCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2846
|
+
onGotPointerCaptureCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2847
|
+
onLostPointerCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2848
|
+
onLostPointerCaptureCapture?: react.PointerEventHandler<SVGGElement> | undefined;
|
|
2849
|
+
onScroll?: react.UIEventHandler<SVGGElement> | undefined;
|
|
2850
|
+
onScrollCapture?: react.UIEventHandler<SVGGElement> | undefined;
|
|
2851
|
+
onWheel?: react.WheelEventHandler<SVGGElement> | undefined;
|
|
2852
|
+
onWheelCapture?: react.WheelEventHandler<SVGGElement> | undefined;
|
|
2853
|
+
onAnimationStart?: react.AnimationEventHandler<SVGGElement> | undefined;
|
|
2854
|
+
onAnimationStartCapture?: react.AnimationEventHandler<SVGGElement> | undefined;
|
|
2855
|
+
onAnimationEnd?: react.AnimationEventHandler<SVGGElement> | undefined;
|
|
2856
|
+
onAnimationEndCapture?: react.AnimationEventHandler<SVGGElement> | undefined;
|
|
2857
|
+
onAnimationIteration?: react.AnimationEventHandler<SVGGElement> | undefined;
|
|
2858
|
+
onAnimationIterationCapture?: react.AnimationEventHandler<SVGGElement> | undefined;
|
|
2859
|
+
onTransitionEnd?: react.TransitionEventHandler<SVGGElement> | undefined;
|
|
2860
|
+
onTransitionEndCapture?: react.TransitionEventHandler<SVGGElement> | undefined;
|
|
2861
|
+
target?: string | undefined;
|
|
2862
|
+
x?: string | number | undefined;
|
|
2863
|
+
y?: string | number | undefined;
|
|
2864
|
+
overflow?: string | number | undefined;
|
|
2865
|
+
direction?: string | number | undefined;
|
|
2866
|
+
offset?: string | number | undefined;
|
|
2867
|
+
fr?: string | number | undefined;
|
|
2868
|
+
href?: string | undefined;
|
|
2869
|
+
key?: react.Key | null | undefined;
|
|
2870
|
+
orientation?: string | number | undefined;
|
|
2871
|
+
lang?: string | undefined;
|
|
2872
|
+
color?: string | undefined;
|
|
2873
|
+
fontSize?: string | number | undefined;
|
|
2874
|
+
accumulate?: "none" | "sum" | undefined;
|
|
2875
|
+
local?: string | number | undefined;
|
|
2876
|
+
clip?: string | number | undefined;
|
|
2877
|
+
unicode?: string | number | undefined;
|
|
2878
|
+
fill?: string | undefined;
|
|
2879
|
+
stroke?: string | undefined;
|
|
2880
|
+
alphabetic?: string | number | undefined;
|
|
2881
|
+
hanging?: string | number | undefined;
|
|
2882
|
+
ideographic?: string | number | undefined;
|
|
2883
|
+
mathematical?: string | number | undefined;
|
|
2884
|
+
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
2885
|
+
media?: string | undefined;
|
|
2886
|
+
method?: string | undefined;
|
|
2887
|
+
max?: string | number | undefined;
|
|
2888
|
+
min?: string | number | undefined;
|
|
2889
|
+
accentHeight?: string | number | undefined;
|
|
2890
|
+
additive?: "replace" | "sum" | undefined;
|
|
2891
|
+
alignmentBaseline?: "inherit" | "auto" | "baseline" | "middle" | "after-edge" | "alphabetic" | "before-edge" | "central" | "hanging" | "ideographic" | "mathematical" | "text-after-edge" | "text-before-edge" | undefined;
|
|
2892
|
+
allowReorder?: "yes" | "no" | undefined;
|
|
2893
|
+
amplitude?: string | number | undefined;
|
|
2894
|
+
arabicForm?: "initial" | "medial" | "terminal" | "isolated" | undefined;
|
|
2895
|
+
ascent?: string | number | undefined;
|
|
2896
|
+
attributeName?: string | undefined;
|
|
2897
|
+
attributeType?: string | undefined;
|
|
2898
|
+
autoReverse?: (boolean | "true" | "false") | undefined;
|
|
2899
|
+
azimuth?: string | number | undefined;
|
|
2900
|
+
baseFrequency?: string | number | undefined;
|
|
2901
|
+
baselineShift?: string | number | undefined;
|
|
2902
|
+
baseProfile?: string | number | undefined;
|
|
2903
|
+
bbox?: string | number | undefined;
|
|
2904
|
+
begin?: string | number | undefined;
|
|
2905
|
+
bias?: string | number | undefined;
|
|
2906
|
+
by?: string | number | undefined;
|
|
2907
|
+
calcMode?: string | number | undefined;
|
|
2908
|
+
capHeight?: string | number | undefined;
|
|
2909
|
+
clipPathUnits?: string | number | undefined;
|
|
2910
|
+
clipRule?: string | number | undefined;
|
|
2911
|
+
colorInterpolation?: string | number | undefined;
|
|
2912
|
+
colorInterpolationFilters?: "inherit" | "auto" | "linearRGB" | "sRGB" | undefined;
|
|
2913
|
+
colorProfile?: string | number | undefined;
|
|
2914
|
+
colorRendering?: string | number | undefined;
|
|
2915
|
+
contentScriptType?: string | number | undefined;
|
|
2916
|
+
contentStyleType?: string | number | undefined;
|
|
2917
|
+
cursor?: string | number | undefined;
|
|
2918
|
+
cx?: string | number | undefined;
|
|
2919
|
+
cy?: string | number | undefined;
|
|
2920
|
+
d?: string | undefined;
|
|
2921
|
+
decelerate?: string | number | undefined;
|
|
2922
|
+
descent?: string | number | undefined;
|
|
2923
|
+
diffuseConstant?: string | number | undefined;
|
|
2924
|
+
divisor?: string | number | undefined;
|
|
2925
|
+
dominantBaseline?: string | number | undefined;
|
|
2926
|
+
dur?: string | number | undefined;
|
|
2927
|
+
dx?: string | number | undefined;
|
|
2928
|
+
dy?: string | number | undefined;
|
|
2929
|
+
edgeMode?: string | number | undefined;
|
|
2930
|
+
elevation?: string | number | undefined;
|
|
2931
|
+
enableBackground?: string | number | undefined;
|
|
2932
|
+
exponent?: string | number | undefined;
|
|
2933
|
+
externalResourcesRequired?: (boolean | "true" | "false") | undefined;
|
|
2934
|
+
fillOpacity?: string | number | undefined;
|
|
2935
|
+
fillRule?: "evenodd" | "nonzero" | "inherit" | undefined;
|
|
2936
|
+
filterRes?: string | number | undefined;
|
|
2937
|
+
filterUnits?: string | number | undefined;
|
|
2938
|
+
floodColor?: string | number | undefined;
|
|
2939
|
+
floodOpacity?: string | number | undefined;
|
|
2940
|
+
focusable?: "auto" | (boolean | "true" | "false") | undefined;
|
|
2941
|
+
fontFamily?: string | undefined;
|
|
2942
|
+
fontSizeAdjust?: string | number | undefined;
|
|
2943
|
+
fontStretch?: string | number | undefined;
|
|
2944
|
+
fontStyle?: string | number | undefined;
|
|
2945
|
+
fontVariant?: string | number | undefined;
|
|
2946
|
+
fontWeight?: string | number | undefined;
|
|
2947
|
+
format?: string | number | undefined;
|
|
2948
|
+
from?: string | number | undefined;
|
|
2949
|
+
fx?: string | number | undefined;
|
|
2950
|
+
fy?: string | number | undefined;
|
|
2951
|
+
g1?: string | number | undefined;
|
|
2952
|
+
g2?: string | number | undefined;
|
|
2953
|
+
glyphName?: string | number | undefined;
|
|
2954
|
+
glyphOrientationHorizontal?: string | number | undefined;
|
|
2955
|
+
glyphOrientationVertical?: string | number | undefined;
|
|
2956
|
+
glyphRef?: string | number | undefined;
|
|
2957
|
+
gradientTransform?: string | undefined;
|
|
2958
|
+
gradientUnits?: string | undefined;
|
|
2959
|
+
horizAdvX?: string | number | undefined;
|
|
2960
|
+
horizOriginX?: string | number | undefined;
|
|
2961
|
+
imageRendering?: string | number | undefined;
|
|
2962
|
+
in2?: string | number | undefined;
|
|
2963
|
+
in?: string | undefined;
|
|
2964
|
+
intercept?: string | number | undefined;
|
|
2965
|
+
k1?: string | number | undefined;
|
|
2966
|
+
k2?: string | number | undefined;
|
|
2967
|
+
k3?: string | number | undefined;
|
|
2968
|
+
k4?: string | number | undefined;
|
|
2969
|
+
k?: string | number | undefined;
|
|
2970
|
+
kernelMatrix?: string | number | undefined;
|
|
2971
|
+
kernelUnitLength?: string | number | undefined;
|
|
2972
|
+
kerning?: string | number | undefined;
|
|
2973
|
+
keyPoints?: string | number | undefined;
|
|
2974
|
+
keySplines?: string | number | undefined;
|
|
2975
|
+
keyTimes?: string | number | undefined;
|
|
2976
|
+
lengthAdjust?: string | number | undefined;
|
|
2977
|
+
letterSpacing?: string | number | undefined;
|
|
2978
|
+
lightingColor?: string | number | undefined;
|
|
2979
|
+
limitingConeAngle?: string | number | undefined;
|
|
2980
|
+
markerEnd?: string | undefined;
|
|
2981
|
+
markerHeight?: string | number | undefined;
|
|
2982
|
+
markerMid?: string | undefined;
|
|
2983
|
+
markerStart?: string | undefined;
|
|
2984
|
+
markerUnits?: string | number | undefined;
|
|
2985
|
+
markerWidth?: string | number | undefined;
|
|
2986
|
+
maskContentUnits?: string | number | undefined;
|
|
2987
|
+
maskUnits?: string | number | undefined;
|
|
2988
|
+
mode?: string | number | undefined;
|
|
2989
|
+
numOctaves?: string | number | undefined;
|
|
2990
|
+
opacity?: string | number | undefined;
|
|
2991
|
+
operator?: string | number | undefined;
|
|
2992
|
+
orient?: string | number | undefined;
|
|
2993
|
+
overlinePosition?: string | number | undefined;
|
|
2994
|
+
overlineThickness?: string | number | undefined;
|
|
2995
|
+
paintOrder?: string | number | undefined;
|
|
2996
|
+
panose1?: string | number | undefined;
|
|
2997
|
+
pathLength?: string | number | undefined;
|
|
2998
|
+
patternContentUnits?: string | undefined;
|
|
2999
|
+
patternTransform?: string | number | undefined;
|
|
3000
|
+
patternUnits?: string | undefined;
|
|
3001
|
+
pointerEvents?: string | number | undefined;
|
|
3002
|
+
points?: string | undefined;
|
|
3003
|
+
pointsAtX?: string | number | undefined;
|
|
3004
|
+
pointsAtY?: string | number | undefined;
|
|
3005
|
+
pointsAtZ?: string | number | undefined;
|
|
3006
|
+
preserveAlpha?: (boolean | "true" | "false") | undefined;
|
|
3007
|
+
preserveAspectRatio?: string | undefined;
|
|
3008
|
+
primitiveUnits?: string | number | undefined;
|
|
3009
|
+
r?: string | number | undefined;
|
|
3010
|
+
radius?: string | number | undefined;
|
|
3011
|
+
refX?: string | number | undefined;
|
|
3012
|
+
refY?: string | number | undefined;
|
|
3013
|
+
renderingIntent?: string | number | undefined;
|
|
3014
|
+
repeatCount?: string | number | undefined;
|
|
3015
|
+
repeatDur?: string | number | undefined;
|
|
3016
|
+
requiredExtensions?: string | number | undefined;
|
|
3017
|
+
requiredFeatures?: string | number | undefined;
|
|
3018
|
+
restart?: string | number | undefined;
|
|
3019
|
+
result?: string | undefined;
|
|
3020
|
+
rotate?: string | number | undefined;
|
|
3021
|
+
rx?: string | number | undefined;
|
|
3022
|
+
ry?: string | number | undefined;
|
|
3023
|
+
scale?: string | number | undefined;
|
|
3024
|
+
seed?: string | number | undefined;
|
|
3025
|
+
shapeRendering?: string | number | undefined;
|
|
3026
|
+
slope?: string | number | undefined;
|
|
3027
|
+
spacing?: string | number | undefined;
|
|
3028
|
+
specularConstant?: string | number | undefined;
|
|
3029
|
+
specularExponent?: string | number | undefined;
|
|
3030
|
+
speed?: string | number | undefined;
|
|
3031
|
+
spreadMethod?: string | undefined;
|
|
3032
|
+
startOffset?: string | number | undefined;
|
|
3033
|
+
stdDeviation?: string | number | undefined;
|
|
3034
|
+
stemh?: string | number | undefined;
|
|
3035
|
+
stemv?: string | number | undefined;
|
|
3036
|
+
stitchTiles?: string | number | undefined;
|
|
3037
|
+
stopColor?: string | undefined;
|
|
3038
|
+
stopOpacity?: string | number | undefined;
|
|
3039
|
+
strikethroughPosition?: string | number | undefined;
|
|
3040
|
+
strikethroughThickness?: string | number | undefined;
|
|
3041
|
+
strokeDasharray?: string | number | undefined;
|
|
3042
|
+
strokeDashoffset?: string | number | undefined;
|
|
3043
|
+
strokeLinecap?: "inherit" | "round" | "butt" | "square" | undefined;
|
|
3044
|
+
strokeLinejoin?: "inherit" | "round" | "bevel" | "miter" | undefined;
|
|
3045
|
+
strokeMiterlimit?: string | number | undefined;
|
|
3046
|
+
strokeOpacity?: string | number | undefined;
|
|
3047
|
+
strokeWidth?: string | number | undefined;
|
|
3048
|
+
surfaceScale?: string | number | undefined;
|
|
3049
|
+
systemLanguage?: string | number | undefined;
|
|
3050
|
+
tableValues?: string | number | undefined;
|
|
3051
|
+
targetX?: string | number | undefined;
|
|
3052
|
+
targetY?: string | number | undefined;
|
|
3053
|
+
textAnchor?: string | undefined;
|
|
3054
|
+
textDecoration?: string | number | undefined;
|
|
3055
|
+
textLength?: string | number | undefined;
|
|
3056
|
+
textRendering?: string | number | undefined;
|
|
3057
|
+
to?: string | number | undefined;
|
|
3058
|
+
transform?: string | undefined;
|
|
3059
|
+
u1?: string | number | undefined;
|
|
3060
|
+
u2?: string | number | undefined;
|
|
3061
|
+
underlinePosition?: string | number | undefined;
|
|
3062
|
+
underlineThickness?: string | number | undefined;
|
|
3063
|
+
unicodeBidi?: string | number | undefined;
|
|
3064
|
+
unicodeRange?: string | number | undefined;
|
|
3065
|
+
unitsPerEm?: string | number | undefined;
|
|
3066
|
+
vAlphabetic?: string | number | undefined;
|
|
3067
|
+
values?: string | undefined;
|
|
3068
|
+
vectorEffect?: string | number | undefined;
|
|
3069
|
+
version?: string | undefined;
|
|
3070
|
+
vertAdvY?: string | number | undefined;
|
|
3071
|
+
vertOriginX?: string | number | undefined;
|
|
3072
|
+
vertOriginY?: string | number | undefined;
|
|
3073
|
+
vHanging?: string | number | undefined;
|
|
3074
|
+
vIdeographic?: string | number | undefined;
|
|
3075
|
+
viewBox?: string | undefined;
|
|
3076
|
+
viewTarget?: string | number | undefined;
|
|
3077
|
+
visibility?: string | number | undefined;
|
|
3078
|
+
vMathematical?: string | number | undefined;
|
|
3079
|
+
widths?: string | number | undefined;
|
|
3080
|
+
wordSpacing?: string | number | undefined;
|
|
3081
|
+
writingMode?: string | number | undefined;
|
|
3082
|
+
x1?: string | number | undefined;
|
|
3083
|
+
x2?: string | number | undefined;
|
|
3084
|
+
xChannelSelector?: string | undefined;
|
|
3085
|
+
xHeight?: string | number | undefined;
|
|
3086
|
+
xlinkActuate?: string | undefined;
|
|
3087
|
+
xlinkArcrole?: string | undefined;
|
|
3088
|
+
xlinkHref?: string | undefined;
|
|
3089
|
+
xlinkRole?: string | undefined;
|
|
3090
|
+
xlinkShow?: string | undefined;
|
|
3091
|
+
xlinkTitle?: string | undefined;
|
|
3092
|
+
xlinkType?: string | undefined;
|
|
3093
|
+
xmlBase?: string | undefined;
|
|
3094
|
+
xmlLang?: string | undefined;
|
|
3095
|
+
xmlns?: string | undefined;
|
|
3096
|
+
xmlnsXlink?: string | undefined;
|
|
3097
|
+
xmlSpace?: string | undefined;
|
|
3098
|
+
y1?: string | number | undefined;
|
|
3099
|
+
y2?: string | number | undefined;
|
|
3100
|
+
yChannelSelector?: string | undefined;
|
|
3101
|
+
z?: string | number | undefined;
|
|
3102
|
+
zoomAndPan?: string | undefined;
|
|
3103
|
+
ref?: ((instance: SVGGElement | null) => void) | react.RefObject<SVGGElement> | null | undefined;
|
|
3104
|
+
}> & {
|
|
3105
|
+
scrollTop?: number | _react_spring_shared.FluidValue<number, any> | undefined;
|
|
3106
|
+
scrollLeft?: number | _react_spring_shared.FluidValue<number, any> | undefined;
|
|
3107
|
+
viewBox?: string | _react_spring_shared.FluidValue<string, any> | undefined;
|
|
3108
|
+
}, StyledDataPointProps>> & string & Omit<_react_spring_web.AnimatedComponent<"g">, keyof react.Component<any, {}, any>>;
|
|
497
3109
|
|
|
498
3110
|
/**
|
|
499
3111
|
* Component props.
|
|
@@ -514,12 +3126,9 @@ declare const Arc: Comp<ArcProps, SVGGElement>;
|
|
|
514
3126
|
/**
|
|
515
3127
|
* Component style.
|
|
516
3128
|
*/
|
|
517
|
-
declare const StyledArc:
|
|
518
|
-
|
|
519
|
-
} & Omit<
|
|
520
|
-
$hasStroke: boolean | undefined;
|
|
521
|
-
$theme: Theme;
|
|
522
|
-
}, never>;
|
|
3129
|
+
declare const StyledArc: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<DataPointProps<any> & {
|
|
3130
|
+
ref?: react.Ref<SVGGElement> | undefined;
|
|
3131
|
+
}, StyledArcProps>> & string & Omit<_redsift_design_system.Comp<DataPointProps<any>, SVGGElement>, keyof react.Component<any, {}, any>>;
|
|
523
3132
|
|
|
524
3133
|
/**
|
|
525
3134
|
* Component props.
|
|
@@ -539,7 +3148,7 @@ declare const Arcs: Comp<ArcsProps, SVGGElement>;
|
|
|
539
3148
|
/**
|
|
540
3149
|
* Component style.
|
|
541
3150
|
*/
|
|
542
|
-
declare const StyledArcs:
|
|
3151
|
+
declare const StyledArcs: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<react.SVGProps<SVGGElement>, Omit<ArcsProps, "arcs">>> & string;
|
|
543
3152
|
|
|
544
3153
|
/**
|
|
545
3154
|
* Component variant.
|
|
@@ -586,11 +3195,9 @@ declare const Bar: Comp<BarProps, SVGGElement>;
|
|
|
586
3195
|
/**
|
|
587
3196
|
* Component style.
|
|
588
3197
|
*/
|
|
589
|
-
declare const StyledBar:
|
|
590
|
-
|
|
591
|
-
} & Omit<
|
|
592
|
-
$theme: Theme;
|
|
593
|
-
}, never>;
|
|
3198
|
+
declare const StyledBar: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<DataPointProps<any> & {
|
|
3199
|
+
ref?: react.Ref<SVGGElement> | undefined;
|
|
3200
|
+
}, StyledBarProps>> & string & Omit<_redsift_design_system.Comp<DataPointProps<any>, SVGGElement>, keyof react.Component<any, {}, any>>;
|
|
594
3201
|
|
|
595
3202
|
/**
|
|
596
3203
|
* Component props.
|
|
@@ -632,9 +3239,9 @@ interface ChartContainerProps extends Omit<ComponentProps<'div'>, 'title'>, Cont
|
|
|
632
3239
|
body: ReactElement;
|
|
633
3240
|
};
|
|
634
3241
|
}
|
|
635
|
-
|
|
3242
|
+
interface StyledChartContainerProps extends ComponentProps<'div'>, StylingTransientProps {
|
|
636
3243
|
$theme: Theme;
|
|
637
|
-
}
|
|
3244
|
+
}
|
|
638
3245
|
|
|
639
3246
|
declare const ChartContainer: Comp<ChartContainerProps, HTMLDivElement>;
|
|
640
3247
|
declare const ChartContainerTitle: Comp<Pick<ChartContainerProps, 'onReset'> & ComponentProps<'div'>, HTMLDivElement>;
|
|
@@ -643,13 +3250,11 @@ declare const ChartContainerDescription: Comp<ComponentProps<'div'>, HTMLDivElem
|
|
|
643
3250
|
/**
|
|
644
3251
|
* Component style.
|
|
645
3252
|
*/
|
|
646
|
-
declare const StyledChartContainer:
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
}, never>;
|
|
652
|
-
declare const StyledChartContainerCaption: styled_components.StyledComponent<"p", any, Omit<StyledChartContainerProps, "onReset">, never>;
|
|
3253
|
+
declare const StyledChartContainer: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledChartContainerProps>> & string;
|
|
3254
|
+
declare const StyledChartContainerTitle: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<_redsift_design_system.FlexboxProps & {
|
|
3255
|
+
ref?: react.Ref<HTMLDivElement> | undefined;
|
|
3256
|
+
}, StyledChartContainerProps>> & string & Omit<_redsift_design_system.Comp<_redsift_design_system.FlexboxProps, HTMLDivElement>, keyof react.Component<any, {}, any>>;
|
|
3257
|
+
declare const StyledChartContainerCaption: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, Omit<StyledChartContainerProps, "onReset">>> & string;
|
|
653
3258
|
|
|
654
3259
|
/**
|
|
655
3260
|
* Component props.
|
|
@@ -698,18 +3303,16 @@ interface LegendProps extends Omit<ComponentProps<'ul'>, 'onClick' | 'children'>
|
|
|
698
3303
|
/** Variant. */
|
|
699
3304
|
variant?: LegendVariant;
|
|
700
3305
|
}
|
|
701
|
-
|
|
3306
|
+
interface StyledLegendProps extends ComponentProps<'ul'>, ContainerTransientProps {
|
|
702
3307
|
$width?: LegendProps['width'];
|
|
703
|
-
}
|
|
3308
|
+
}
|
|
704
3309
|
|
|
705
3310
|
declare const Legend: Comp<LegendProps, HTMLUListElement>;
|
|
706
3311
|
|
|
707
3312
|
/**
|
|
708
3313
|
* Component style.
|
|
709
3314
|
*/
|
|
710
|
-
declare const StyledLegend:
|
|
711
|
-
$width?: string | number | undefined;
|
|
712
|
-
}, never>;
|
|
3315
|
+
declare const StyledLegend: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, StyledLegendProps>> & string;
|
|
713
3316
|
|
|
714
3317
|
/**
|
|
715
3318
|
* Component's labels variant.
|
|
@@ -895,33 +3498,35 @@ declare const BarChart: Comp<BarChartProps, HTMLDivElement> & {
|
|
|
895
3498
|
Bars: Comp<BarChartBarsProps, SVGGElement>;
|
|
896
3499
|
Overlay: Comp<BarChartOverlayProps, SVGGElement>;
|
|
897
3500
|
Axis: Comp<AxisProps, SVGGElement>;
|
|
898
|
-
GroupedTooltip:
|
|
3501
|
+
GroupedTooltip: react__default.FC<{
|
|
899
3502
|
dateFormatter: (date: Date) => string;
|
|
900
3503
|
categories: string[];
|
|
901
3504
|
categoryDecorator?: ((category: string) => string) | undefined;
|
|
902
3505
|
categoryColor: (category: string) => string;
|
|
903
|
-
children?:
|
|
3506
|
+
children?: react__default.ReactNode;
|
|
904
3507
|
datum: BarDatum;
|
|
905
3508
|
groupedData: ComputedBarProps[] | undefined;
|
|
906
3509
|
}>;
|
|
907
3510
|
Legend: Comp<LegendProps, HTMLUListElement>;
|
|
908
3511
|
LegendItem: Comp<LegendItemProps, HTMLLIElement>;
|
|
909
|
-
Title: Comp<Pick<ChartContainerProps, "onReset"> &
|
|
910
|
-
Description: Comp<
|
|
3512
|
+
Title: Comp<Pick<ChartContainerProps, "onReset"> & react__default.ClassAttributes<HTMLDivElement> & react__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
|
|
3513
|
+
Description: Comp<react__default.DetailedHTMLProps<react__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, HTMLDivElement>;
|
|
911
3514
|
};
|
|
912
3515
|
|
|
913
3516
|
/**
|
|
914
3517
|
* Component style.
|
|
915
3518
|
*/
|
|
916
|
-
declare const StyledBarChart:
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
declare const
|
|
920
|
-
declare const
|
|
3519
|
+
declare const StyledBarChart: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<ChartContainerProps & {
|
|
3520
|
+
ref?: react.Ref<HTMLDivElement> | undefined;
|
|
3521
|
+
}, BarChartProps>> & string & Omit<_redsift_design_system.Comp<ChartContainerProps, HTMLDivElement>, keyof react.Component<any, {}, any>>;
|
|
3522
|
+
declare const StyledBarChartSection: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<react.SVGProps<SVGGElement>, StyledBarChartSectionProps>> & string;
|
|
3523
|
+
declare const StyledBarChartBars: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<react.SVGProps<SVGGElement>, Omit<BarChartBarsProps, "category">>> & string;
|
|
3524
|
+
declare const StyledBarChartOverlay: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<react.SVGProps<SVGGElement>, Omit<BarChartBarsProps, "category">>> & string;
|
|
3525
|
+
declare const StyledBarChartEmptyText: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
921
3526
|
$maxWidth: number;
|
|
922
3527
|
$textSize: number;
|
|
923
3528
|
$theme: Theme;
|
|
924
|
-
}
|
|
3529
|
+
}>> & string;
|
|
925
3530
|
|
|
926
3531
|
/**
|
|
927
3532
|
* Component's variant.
|
|
@@ -952,12 +3557,9 @@ declare const Dot: Comp<DotProps, SVGGElement>;
|
|
|
952
3557
|
/**
|
|
953
3558
|
* Component style.
|
|
954
3559
|
*/
|
|
955
|
-
declare const StyledDot:
|
|
956
|
-
|
|
957
|
-
} & Omit<
|
|
958
|
-
$variant: DotVariant | undefined;
|
|
959
|
-
$theme: _redsift_design_system.Theme;
|
|
960
|
-
}, never>;
|
|
3560
|
+
declare const StyledDot: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<DataPointProps<any> & {
|
|
3561
|
+
ref?: react.Ref<SVGGElement> | undefined;
|
|
3562
|
+
}, StyledDotProps>> & string & Omit<_redsift_design_system.Comp<DataPointProps<any>, SVGGElement>, keyof react.Component<any, {}, any>>;
|
|
961
3563
|
|
|
962
3564
|
/**
|
|
963
3565
|
* Component props.
|
|
@@ -979,7 +3581,9 @@ declare const Line: Comp<LineProps, SVGGElement>;
|
|
|
979
3581
|
/**
|
|
980
3582
|
* Component style.
|
|
981
3583
|
*/
|
|
982
|
-
declare const StyledLine:
|
|
3584
|
+
declare const StyledLine: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<Pick<react.SVGProps<SVGGElement>, "string" | "end" | "style" | "clipPath" | "filter" | "mask" | "path" | "order" | "height" | "width" | "display" | "aria-label" | "aria-labelledby" | "type" | "id" | "name" | "origin" | "role" | "tabIndex" | "className" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "target" | "x" | "y" | "overflow" | "direction" | "offset" | "fr" | "href" | "key" | "orientation" | "lang" | "color" | "fontSize" | "accumulate" | "local" | "clip" | "unicode" | "fill" | "stroke" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "crossOrigin" | "media" | "method" | "max" | "min" | "accentHeight" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "opacity" | "operator" | "orient" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan"> & {
|
|
3585
|
+
ref?: ((instance: SVGGElement | null) => void) | react.RefObject<SVGGElement> | null | undefined;
|
|
3586
|
+
}, StyledLineProps>> & string;
|
|
983
3587
|
|
|
984
3588
|
/**
|
|
985
3589
|
* Component's labels variant.
|
|
@@ -1062,12 +3666,14 @@ declare const LineChart: Comp<LineChartProps, HTMLDivElement>;
|
|
|
1062
3666
|
/**
|
|
1063
3667
|
* Component style.
|
|
1064
3668
|
*/
|
|
1065
|
-
declare const StyledLineChart:
|
|
1066
|
-
|
|
3669
|
+
declare const StyledLineChart: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<ChartContainerProps & {
|
|
3670
|
+
ref?: react.Ref<HTMLDivElement> | undefined;
|
|
3671
|
+
}, LineChartProps>> & string & Omit<_redsift_design_system.Comp<ChartContainerProps, HTMLDivElement>, keyof react.Component<any, {}, any>>;
|
|
3672
|
+
declare const StyledLineChartEmptyText: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
1067
3673
|
$maxWidth: number;
|
|
1068
3674
|
$textSize: number;
|
|
1069
3675
|
$theme: Theme;
|
|
1070
|
-
}
|
|
3676
|
+
}>> & string;
|
|
1071
3677
|
|
|
1072
3678
|
/**
|
|
1073
3679
|
* Component variant.
|
|
@@ -1175,19 +3781,21 @@ declare const PieChart: Comp<PieChartProps, HTMLDivElement>;
|
|
|
1175
3781
|
/**
|
|
1176
3782
|
* Component style.
|
|
1177
3783
|
*/
|
|
1178
|
-
declare const StyledPieChart:
|
|
1179
|
-
|
|
3784
|
+
declare const StyledPieChart: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<ChartContainerProps & {
|
|
3785
|
+
ref?: react.Ref<HTMLDivElement> | undefined;
|
|
3786
|
+
}, PieChartProps>> & string & Omit<_redsift_design_system.Comp<ChartContainerProps, HTMLDivElement>, keyof react.Component<any, {}, any>>;
|
|
3787
|
+
declare const StyledPieChartCenterText: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
1180
3788
|
$maxWidth: number;
|
|
1181
3789
|
$textSize: number;
|
|
1182
3790
|
$smallTextSize: number;
|
|
1183
3791
|
$theme: Theme;
|
|
1184
|
-
}
|
|
1185
|
-
declare const StyledPieChartEmptyText:
|
|
3792
|
+
}>> & string;
|
|
3793
|
+
declare const StyledPieChartEmptyText: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
1186
3794
|
$maxWidth: number;
|
|
1187
3795
|
$textSize: number;
|
|
1188
3796
|
$isDonut: boolean;
|
|
1189
3797
|
$theme: Theme;
|
|
1190
|
-
}
|
|
3798
|
+
}>> & string;
|
|
1191
3799
|
|
|
1192
3800
|
/**
|
|
1193
3801
|
* Component variant.
|
|
@@ -1288,11 +3896,13 @@ declare const ScatterPlot: Comp<ScatterPlotProps, HTMLDivElement>;
|
|
|
1288
3896
|
/**
|
|
1289
3897
|
* Component style.
|
|
1290
3898
|
*/
|
|
1291
|
-
declare const StyledScatterPlot:
|
|
1292
|
-
|
|
3899
|
+
declare const StyledScatterPlot: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<ChartContainerProps & {
|
|
3900
|
+
ref?: react.Ref<HTMLDivElement> | undefined;
|
|
3901
|
+
}, ScatterPlotProps>> & string & Omit<_redsift_design_system.Comp<ChartContainerProps, HTMLDivElement>, keyof react.Component<any, {}, any>>;
|
|
3902
|
+
declare const StyledScatterPlotEmptyText: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
1293
3903
|
$maxWidth: number;
|
|
1294
3904
|
$textSize: number;
|
|
1295
3905
|
$theme: Theme;
|
|
1296
|
-
}
|
|
3906
|
+
}>> & string;
|
|
1297
3907
|
|
|
1298
3908
|
export { AnchorProps, AnyScale, Arc, ArcDatum, ArcProps, Arcs, ArcsProps, Axis, AxisPosition, AxisProps, AxisVariant, Bar, BarChart, BarChartBarsProps, BarChartDimensions, BarChartLegendVariant, BarChartOverlayProps, BarChartProps, BarChartSectionProps, BarChartState, BarDatum, BarDirection, BarOrientation, BarProps, BaseBarChart, CategoricalOrLinearDim, CategoryData, CategoryDatum, CategoryDim, ChartAxesProps, ChartContainer, ChartContainerDescription, ChartContainerProps, ChartContainerTitle, ChartDimensions, ChartSize, ChartTheme, ColorTheme, ComputedBarProps, Coordinates, CoordinatesCategoryData, CoordinatesCategoryDatum, CoordinatesCategoryDim, CustomColorTheme, DataPoint, DataPointProps, Datum, Dot, DotDatum, DotProps, DotVariant, EmptyDatum, JSONArray, JSONObject, JSONValue, LabelVariant, Legend, LegendItemDatum, LegendProps, LegendVariant, Line, LineChart, LineChartDimensions, LineChartLegendVariant, LineChartProps, LinePointDatum, LineProps, LinearData, LinearDatum, LinearDim, MarginProps, NumericValue, PieChart, PieChartDimensions, PieChartLegendVariant, PieChartProps, PieChartVariant, RenderedLinearBarChartProps, Scale, ScaleBand, ScaleLinear, ScaleLog, ScalePoint, ScaleSymlog, ScaleTime, ScaleTypeToScale, ScaleValue, ScaleWithBandwidth, ScatterPlot, ScatterPlotDimensions, ScatterPlotLegendVariant, ScatterPlotProps, ScatterPlotVariant, SortingMethod, Statistic, Statistics, StringValue, StyledArc, StyledArcProps, StyledArcs, StyledArcsProps, StyledAxis, StyledAxisProps, StyledBar, StyledBarChart, StyledBarChartBars, StyledBarChartBarsProps, StyledBarChartEmptyText, StyledBarChartOverlay, StyledBarChartOverlayProps, StyledBarChartProps, StyledBarChartSection, StyledBarChartSectionProps, StyledBarProps, StyledChartContainer, StyledChartContainerCaption, StyledChartContainerProps, StyledChartContainerTitle, StyledDataPoint, StyledDataPointProps, StyledDot, StyledDotProps, StyledLegend, StyledLegendProps, StyledLine, StyledLineChart, StyledLineChartEmptyText, StyledLineChartProps, StyledLineProps, StyledPieChart, StyledPieChartCenterText, StyledPieChartEmptyText, StyledPieChartProps, StyledScatterPlot, StyledScatterPlotEmptyText, StyledScatterPlotProps, SuccessDangerColorTheme, TicksSpec, TooltipVariant, TwoCategoryData, TwoCategoryDatum, TwoCategoryDim, UseBrushProps, UseColorProps, UseFormatCategoricalDataProps, UseZoomProps, XScaleType, empty, getAxisType, getColorScale, getSortingMethod, isValidDate, mergeLegends, monochrome, scheme, successDangerScheme, useBrush, useColor, useFormatCategoricalData, useZoom };
|