dothtml 5.2.3 → 5.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/arg-callback-obj.d.ts +29 -0
- package/lib/built-in-components/nav-link.d.ts +8 -0
- package/lib/built-in-components/router.d.ts +57 -0
- package/lib/component.d.ts +82 -0
- package/lib/dot-util.d.ts +26 -0
- package/lib/dot.d.ts +5 -0
- package/lib/dothtml.d.ts +27 -0
- package/lib/dothtml.js +1 -1
- package/lib/dothtml.js.LICENSE.txt +1 -0
- package/lib/err.d.ts +2 -0
- package/lib/event-bus.d.ts +10 -0
- package/lib/i-dot.d.ts +674 -0
- package/lib/node-polyfill.d.ts +2 -0
- package/lib/observable-array.d.ts +49 -0
- package/lib/styling/css-types.ts/css-angle.d.ts +7 -0
- package/lib/styling/css-types.ts/css-color.d.ts +9 -0
- package/lib/styling/css-types.ts/css-complex.d.ts +7 -0
- package/lib/styling/css-types.ts/css-data-type.d.ts +5 -0
- package/lib/styling/css-types.ts/css-filter.d.ts +22 -0
- package/lib/styling/css-types.ts/css-length.d.ts +7 -0
- package/lib/styling/css-types.ts/css-number.d.ts +6 -0
- package/lib/styling/css-types.ts/css-percentage.d.ts +5 -0
- package/lib/styling/css-types.ts/css-transform.d.ts +38 -0
- package/lib/styling/css-types.ts/css-unknown.d.ts +6 -0
- package/lib/styling/css-types.ts/css-url.d.ts +6 -0
- package/lib/styling/i-dotcss.d.ts +1085 -0
- package/lib/styling/style-builder.d.ts +24 -0
- package/lib/styling/unit-function-tables.d.ts +10 -0
- package/package.json +2 -2
|
@@ -0,0 +1,1085 @@
|
|
|
1
|
+
export declare type BasicCommonValues = "inherit" | "initial" | "unset" | "revert" | "revert-layer";
|
|
2
|
+
export declare type AbsoluteUnits = "cm" | "mm" | "in" | "px" | "pt" | "pc";
|
|
3
|
+
export declare type RelativeUnits = "em" | "ex" | "ch" | "rem" | "vw" | "vh" | "vmin" | "vmax" | "%";
|
|
4
|
+
export declare type AllUnits = AbsoluteUnits | RelativeUnits;
|
|
5
|
+
export declare type OptionalWhitespace = "" | " ";
|
|
6
|
+
export declare type UrlType = `url('${string}')`;
|
|
7
|
+
export declare type NumericLength = number | `${number}${AllUnits}`;
|
|
8
|
+
export declare type NumericLengthOrAuto = NumericLength | "auto";
|
|
9
|
+
export declare type AngleUnits = "deg" | "turn" | "rad" | "grad";
|
|
10
|
+
export declare type NumericAngle = number | `${number}${AngleUnits}`;
|
|
11
|
+
export declare type Percentage = number | `${number}%`;
|
|
12
|
+
export declare type AppearanceValues = BasicCommonValues | "none" | "menulist-button" | "textfield" | "button" | "searchfield" | "textarea" | "push-button" | "slider-horizontal" | "checkbox" | "radio" | "square-button" | "menulist" | "listbox" | "meter" | "progress-bar" | "scrollbarbutton-up" | "button-bevel" | "media-mute-button" | "caret";
|
|
13
|
+
export declare type BackgroundAttachmentValues = BasicCommonValues | "scroll" | "fixed" | "local";
|
|
14
|
+
export declare type BackgroundRepeatValues = BasicCommonValues | "no-repeat" | "repeat" | "space" | "round";
|
|
15
|
+
export declare type BackgroundOriginValues = BasicCommonValues | "padding-box" | "border-box" | "content-box";
|
|
16
|
+
export declare type BackgroundSizeValues = BasicCommonValues | "auto" | NumericLength | "cover" | "contain";
|
|
17
|
+
export declare type BackfaceVisibilityValues = BasicCommonValues | "visible" | "hidden";
|
|
18
|
+
export declare type BorderStyles = BasicCommonValues | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "inset" | "outset" | "none" | "hidden";
|
|
19
|
+
export declare type ColorName = BasicCommonValues | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgrey" | "darkgreen" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "grey" | "green" | "greenyellow" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgrey" | "lightgreen" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen";
|
|
20
|
+
export declare type DisplayValues = BasicCommonValues | "inline" | "block" | "contents" | "flex" | "grid" | "inline-block" | "inline-flex" | "inline-grid" | "inline-table" | "list-item" | "run-in" | "table" | "table-caption" | "table-column-group" | "table-header-group" | "table-footer-group" | "table-row-group" | "table-cell" | "table-column" | "table-row" | "none";
|
|
21
|
+
export declare type DirectionValues = BasicCommonValues | "ltr" | "rtl";
|
|
22
|
+
export declare type FontStyleValues = BasicCommonValues | "normal" | "italic" | "oblique";
|
|
23
|
+
export declare type FontVariantValues = BasicCommonValues | "normal" | "small-caps";
|
|
24
|
+
export declare type FontVariantCapsValues = FontVariantValues | "all-small-caps" | "petite-caps" | "all-petite-caps" | "unicase" | "titling-caps";
|
|
25
|
+
export declare type FontWeightValues = BasicCommonValues | number | "normal" | "bold" | "bolder" | "lighter";
|
|
26
|
+
export declare type LengthProp = BasicCommonValues | "maxHeight" | "minHeight" | "top" | "bottom" | "height" | "maxHidth" | "minWidth" | "right" | "left" | "width" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "outlineOffset" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "lineHeight" | "flexBasis" | "fontSize";
|
|
27
|
+
export declare type OutlineWidthValues = BasicCommonValues | "medium" | "thin" | "thick" | NumericLength;
|
|
28
|
+
export declare type PositionNames = BasicCommonValues | "static" | "relative" | "fixed" | "absolute" | "sticky";
|
|
29
|
+
export declare type FlexDirectionNames = BasicCommonValues | "row" | "row-reverse" | "column" | "column-reverse";
|
|
30
|
+
export declare type FlexWrapNames = BasicCommonValues | "nowrap" | "wrap" | "wrap-reverse";
|
|
31
|
+
export declare type ColorFormat = BasicCommonValues | ColorName | number | `#${string}` | `rgb(${number},${OptionalWhitespace}${number},${OptionalWhitespace}${number})` | `rgba(${number},${OptionalWhitespace}${number},${OptionalWhitespace}${number},${OptionalWhitespace}${number})` | `hsl(${number},${OptionalWhitespace}${number}%,${OptionalWhitespace}${number}%)` | `hsla(${number},${OptionalWhitespace}${number}%,${OptionalWhitespace}${number}%,${OptionalWhitespace}${number})`;
|
|
32
|
+
export declare type BackgroundRepeatValues2d = BackgroundRepeatValues | "repeat-x" | "repeat-y" | `${BackgroundRepeatValues} ${BackgroundRepeatValues}`;
|
|
33
|
+
export declare type BorderShorthand = BasicCommonValues | `${BorderStyles}` | `${BorderStyles} ${ColorFormat}` | `${number}${AllUnits} ${BorderStyles} ${ColorFormat}`;
|
|
34
|
+
export declare type BackgroundImageFormat = BasicCommonValues | UrlType | `${UrlType}, ${UrlType}`;
|
|
35
|
+
export declare type BackgroundPositionShorthand2D = BasicCommonValues | `${BasicCommonValues | number} ${BasicCommonValues | number}` | `${number}% ${number}%` | `${"left" | "right" | "center"} ${"top" | "center" | "bottom"}`;
|
|
36
|
+
export declare type BackgroundShorthand = BasicCommonValues | `${ColorFormat} ${UrlType} ${BackgroundRepeatValues} ${BackgroundPositionShorthand2D}`;
|
|
37
|
+
export declare type FlexFlowShorthand = BasicCommonValues | `${FlexDirectionNames} ${FlexWrapNames}`;
|
|
38
|
+
export declare type FlexShorthand = BasicCommonValues | `${BasicCommonValues | number} ${BasicCommonValues | number} ${BasicCommonValues | `${number}${AllUnits}`}`;
|
|
39
|
+
export interface IDotcssProp {
|
|
40
|
+
angleToDeg(a: number | string): any;
|
|
41
|
+
matrixMultiply3D(a: Array<number>, b: Array<number>): Array<number>;
|
|
42
|
+
lengthToPx(l: string | number, prop?: LengthProp, element?: Element): any;
|
|
43
|
+
angleSubtract(a: any, b: any): any;
|
|
44
|
+
url(url: string): any;
|
|
45
|
+
rgb(r: number, g: number, b: number): any;
|
|
46
|
+
rgba(r: number, g: number, b: number, a: number): any;
|
|
47
|
+
buildTransform(): any;
|
|
48
|
+
scopeToEl(el: HTMLElement): any;
|
|
49
|
+
cacheScopedStaticStyles(el: HTMLElement): any;
|
|
50
|
+
clearDynamicStyles(el: HTMLElement): any;
|
|
51
|
+
unscope(): any;
|
|
52
|
+
formatNumberValue(value: number, unit?: string): any;
|
|
53
|
+
hide(params?: HideParams): any;
|
|
54
|
+
show(params?: ShowParams): any;
|
|
55
|
+
fadeOut(duration: number, complete: Function): any;
|
|
56
|
+
fadeIn(duration: number, complete: Function): any;
|
|
57
|
+
color: IDotcssAnimatableColor;
|
|
58
|
+
backgroundColor: IDotcssAnimatableColor;
|
|
59
|
+
borderBottomColor: IDotcssAnimatableColor;
|
|
60
|
+
borderColor: IDotcssAnimatableColor;
|
|
61
|
+
borderLeftColor: IDotcssAnimatableColor;
|
|
62
|
+
borderRightColor: IDotcssAnimatableColor;
|
|
63
|
+
borderTopColor: IDotcssAnimatableColor;
|
|
64
|
+
textDecorationColor: IDotcssAnimatableColor;
|
|
65
|
+
outlineColor: IDotcssAnimatableColor;
|
|
66
|
+
columnRuleColor: IDotcssAnimatableColor;
|
|
67
|
+
backgroundSize: IDotcssAnimatable<BackgroundSizeValues>;
|
|
68
|
+
backgroundSizeCm: IDotcssAnimatable<number>;
|
|
69
|
+
backgroundSizeCh: IDotcssAnimatable<number>;
|
|
70
|
+
backgroundSizeEm: IDotcssAnimatable<number>;
|
|
71
|
+
backgroundSizeEx: IDotcssAnimatable<number>;
|
|
72
|
+
backgroundSizeIn: IDotcssAnimatable<number>;
|
|
73
|
+
backgroundSizeMm: IDotcssAnimatable<number>;
|
|
74
|
+
backgroundSizeP: IDotcssAnimatable<number>;
|
|
75
|
+
backgroundSizePc: IDotcssAnimatable<number>;
|
|
76
|
+
backgroundSizePt: IDotcssAnimatable<number>;
|
|
77
|
+
backgroundSizePx: IDotcssAnimatable<number>;
|
|
78
|
+
backgroundSizeRem: IDotcssAnimatable<number>;
|
|
79
|
+
backgroundSizeVh: IDotcssAnimatable<number>;
|
|
80
|
+
backgroundSizeVw: IDotcssAnimatable<number>;
|
|
81
|
+
backgroundSizeVMax: IDotcssAnimatable<number>;
|
|
82
|
+
backgroundSizeVMin: IDotcssAnimatable<number>;
|
|
83
|
+
blockSize: IDotcssAnimatable<NumericLength>;
|
|
84
|
+
blockSizeCm: IDotcssAnimatable<number>;
|
|
85
|
+
blockSizeCh: IDotcssAnimatable<number>;
|
|
86
|
+
blockSizeEm: IDotcssAnimatable<number>;
|
|
87
|
+
blockSizeEx: IDotcssAnimatable<number>;
|
|
88
|
+
blockSizeIn: IDotcssAnimatable<number>;
|
|
89
|
+
blockSizeMm: IDotcssAnimatable<number>;
|
|
90
|
+
blockSizeP: IDotcssAnimatable<number>;
|
|
91
|
+
blockSizePc: IDotcssAnimatable<number>;
|
|
92
|
+
blockSizePt: IDotcssAnimatable<number>;
|
|
93
|
+
blockSizePx: IDotcssAnimatable<number>;
|
|
94
|
+
blockSizeRem: IDotcssAnimatable<number>;
|
|
95
|
+
blockSizeVh: IDotcssAnimatable<number>;
|
|
96
|
+
blockSizeVw: IDotcssAnimatable<number>;
|
|
97
|
+
blockSizeVMax: IDotcssAnimatable<number>;
|
|
98
|
+
blockSizeVMin: IDotcssAnimatable<number>;
|
|
99
|
+
borderBottomLeftRadius: IDotcssAnimatable<NumericLength>;
|
|
100
|
+
borderBottomLeftRadiusCm: IDotcssAnimatable<number>;
|
|
101
|
+
borderBottomLeftRadiusCh: IDotcssAnimatable<number>;
|
|
102
|
+
borderBottomLeftRadiusEm: IDotcssAnimatable<number>;
|
|
103
|
+
borderBottomLeftRadiusEx: IDotcssAnimatable<number>;
|
|
104
|
+
borderBottomLeftRadiusIn: IDotcssAnimatable<number>;
|
|
105
|
+
borderBottomLeftRadiusMm: IDotcssAnimatable<number>;
|
|
106
|
+
borderBottomLeftRadiusP: IDotcssAnimatable<number>;
|
|
107
|
+
borderBottomLeftRadiusPc: IDotcssAnimatable<number>;
|
|
108
|
+
borderBottomLeftRadiusPt: IDotcssAnimatable<number>;
|
|
109
|
+
borderBottomLeftRadiusPx: IDotcssAnimatable<number>;
|
|
110
|
+
borderBottomLeftRadiusRem: IDotcssAnimatable<number>;
|
|
111
|
+
borderBottomLeftRadiusVh: IDotcssAnimatable<number>;
|
|
112
|
+
borderBottomLeftRadiusVw: IDotcssAnimatable<number>;
|
|
113
|
+
borderBottomLeftRadiusVMax: IDotcssAnimatable<number>;
|
|
114
|
+
borderBottomLeftRadiusVMin: IDotcssAnimatable<number>;
|
|
115
|
+
borderBottomRightRadius: IDotcssAnimatable<NumericLength>;
|
|
116
|
+
borderBottomRightRadiusCm: IDotcssAnimatable<number>;
|
|
117
|
+
borderBottomRightRadiusCh: IDotcssAnimatable<number>;
|
|
118
|
+
borderBottomRightRadiusEm: IDotcssAnimatable<number>;
|
|
119
|
+
borderBottomRightRadiusEx: IDotcssAnimatable<number>;
|
|
120
|
+
borderBottomRightRadiusIn: IDotcssAnimatable<number>;
|
|
121
|
+
borderBottomRightRadiusMm: IDotcssAnimatable<number>;
|
|
122
|
+
borderBottomRightRadiusP: IDotcssAnimatable<number>;
|
|
123
|
+
borderBottomRightRadiusPc: IDotcssAnimatable<number>;
|
|
124
|
+
borderBottomRightRadiusPt: IDotcssAnimatable<number>;
|
|
125
|
+
borderBottomRightRadiusPx: IDotcssAnimatable<number>;
|
|
126
|
+
borderBottomRightRadiusRem: IDotcssAnimatable<number>;
|
|
127
|
+
borderBottomRightRadiusVh: IDotcssAnimatable<number>;
|
|
128
|
+
borderBottomRightRadiusVw: IDotcssAnimatable<number>;
|
|
129
|
+
borderBottomRightRadiusVMax: IDotcssAnimatable<number>;
|
|
130
|
+
borderBottomRightRadiusVMin: IDotcssAnimatable<number>;
|
|
131
|
+
borderBottomWidth: IDotcssAnimatable<NumericLength>;
|
|
132
|
+
borderBottomWidthCm: IDotcssAnimatable<number>;
|
|
133
|
+
borderBottomWidthCh: IDotcssAnimatable<number>;
|
|
134
|
+
borderBottomWidthEm: IDotcssAnimatable<number>;
|
|
135
|
+
borderBottomWidthEx: IDotcssAnimatable<number>;
|
|
136
|
+
borderBottomWidthIn: IDotcssAnimatable<number>;
|
|
137
|
+
borderBottomWidthMm: IDotcssAnimatable<number>;
|
|
138
|
+
borderBottomWidthP: IDotcssAnimatable<number>;
|
|
139
|
+
borderBottomWidthPc: IDotcssAnimatable<number>;
|
|
140
|
+
borderBottomWidthPt: IDotcssAnimatable<number>;
|
|
141
|
+
borderBottomWidthPx: IDotcssAnimatable<number>;
|
|
142
|
+
borderBottomWidthRem: IDotcssAnimatable<number>;
|
|
143
|
+
borderBottomWidthVh: IDotcssAnimatable<number>;
|
|
144
|
+
borderBottomWidthVw: IDotcssAnimatable<number>;
|
|
145
|
+
borderBottomWidthVMax: IDotcssAnimatable<number>;
|
|
146
|
+
borderBottomWidthVMin: IDotcssAnimatable<number>;
|
|
147
|
+
borderImageWidth: IDotcssAnimatable<NumericLength>;
|
|
148
|
+
borderImageWidthCm: IDotcssAnimatable<number>;
|
|
149
|
+
borderImageWidthCh: IDotcssAnimatable<number>;
|
|
150
|
+
borderImageWidthEm: IDotcssAnimatable<number>;
|
|
151
|
+
borderImageWidthEx: IDotcssAnimatable<number>;
|
|
152
|
+
borderImageWidthIn: IDotcssAnimatable<number>;
|
|
153
|
+
borderImageWidthMm: IDotcssAnimatable<number>;
|
|
154
|
+
borderImageWidthP: IDotcssAnimatable<number>;
|
|
155
|
+
borderImageWidthPc: IDotcssAnimatable<number>;
|
|
156
|
+
borderImageWidthPt: IDotcssAnimatable<number>;
|
|
157
|
+
borderImageWidthPx: IDotcssAnimatable<number>;
|
|
158
|
+
borderImageWidthRem: IDotcssAnimatable<number>;
|
|
159
|
+
borderImageWidthVh: IDotcssAnimatable<number>;
|
|
160
|
+
borderImageWidthVw: IDotcssAnimatable<number>;
|
|
161
|
+
borderImageWidthVMax: IDotcssAnimatable<number>;
|
|
162
|
+
borderImageWidthVMin: IDotcssAnimatable<number>;
|
|
163
|
+
borderLeftWidth: IDotcssAnimatable<NumericLength>;
|
|
164
|
+
borderLeftWidthCm: IDotcssAnimatable<number>;
|
|
165
|
+
borderLeftWidthCh: IDotcssAnimatable<number>;
|
|
166
|
+
borderLeftWidthEm: IDotcssAnimatable<number>;
|
|
167
|
+
borderLeftWidthEx: IDotcssAnimatable<number>;
|
|
168
|
+
borderLeftWidthIn: IDotcssAnimatable<number>;
|
|
169
|
+
borderLeftWidthMm: IDotcssAnimatable<number>;
|
|
170
|
+
borderLeftWidthP: IDotcssAnimatable<number>;
|
|
171
|
+
borderLeftWidthPc: IDotcssAnimatable<number>;
|
|
172
|
+
borderLeftWidthPt: IDotcssAnimatable<number>;
|
|
173
|
+
borderLeftWidthPx: IDotcssAnimatable<number>;
|
|
174
|
+
borderLeftWidthRem: IDotcssAnimatable<number>;
|
|
175
|
+
borderLeftWidthVh: IDotcssAnimatable<number>;
|
|
176
|
+
borderLeftWidthVw: IDotcssAnimatable<number>;
|
|
177
|
+
borderLeftWidthVMax: IDotcssAnimatable<number>;
|
|
178
|
+
borderLeftWidthVMin: IDotcssAnimatable<number>;
|
|
179
|
+
borderRadius: IDotcssAnimatable<NumericLength>;
|
|
180
|
+
borderRadiusCm: IDotcssAnimatable<number>;
|
|
181
|
+
borderRadiusCh: IDotcssAnimatable<number>;
|
|
182
|
+
borderRadiusEm: IDotcssAnimatable<number>;
|
|
183
|
+
borderRadiusEx: IDotcssAnimatable<number>;
|
|
184
|
+
borderRadiusIn: IDotcssAnimatable<number>;
|
|
185
|
+
borderRadiusMm: IDotcssAnimatable<number>;
|
|
186
|
+
borderRadiusP: IDotcssAnimatable<number>;
|
|
187
|
+
borderRadiusPc: IDotcssAnimatable<number>;
|
|
188
|
+
borderRadiusPt: IDotcssAnimatable<number>;
|
|
189
|
+
borderRadiusPx: IDotcssAnimatable<number>;
|
|
190
|
+
borderRadiusRem: IDotcssAnimatable<number>;
|
|
191
|
+
borderRadiusVh: IDotcssAnimatable<number>;
|
|
192
|
+
borderRadiusVw: IDotcssAnimatable<number>;
|
|
193
|
+
borderRadiusVMax: IDotcssAnimatable<number>;
|
|
194
|
+
borderRadiusVMin: IDotcssAnimatable<number>;
|
|
195
|
+
borderRightWidth: IDotcssAnimatable<NumericLength>;
|
|
196
|
+
borderRightWidthCm: IDotcssAnimatable<number>;
|
|
197
|
+
borderRightWidthCh: IDotcssAnimatable<number>;
|
|
198
|
+
borderRightWidthEm: IDotcssAnimatable<number>;
|
|
199
|
+
borderRightWidthEx: IDotcssAnimatable<number>;
|
|
200
|
+
borderRightWidthIn: IDotcssAnimatable<number>;
|
|
201
|
+
borderRightWidthMm: IDotcssAnimatable<number>;
|
|
202
|
+
borderRightWidthP: IDotcssAnimatable<number>;
|
|
203
|
+
borderRightWidthPc: IDotcssAnimatable<number>;
|
|
204
|
+
borderRightWidthPt: IDotcssAnimatable<number>;
|
|
205
|
+
borderRightWidthPx: IDotcssAnimatable<number>;
|
|
206
|
+
borderRightWidthRem: IDotcssAnimatable<number>;
|
|
207
|
+
borderRightWidthVh: IDotcssAnimatable<number>;
|
|
208
|
+
borderRightWidthVw: IDotcssAnimatable<number>;
|
|
209
|
+
borderRightWidthVMax: IDotcssAnimatable<number>;
|
|
210
|
+
borderRightWidthVMin: IDotcssAnimatable<number>;
|
|
211
|
+
borderTopLeftRadius: IDotcssAnimatable<NumericLength>;
|
|
212
|
+
borderTopLeftRadiusCm: IDotcssAnimatable<number>;
|
|
213
|
+
borderTopLeftRadiusCh: IDotcssAnimatable<number>;
|
|
214
|
+
borderTopLeftRadiusEm: IDotcssAnimatable<number>;
|
|
215
|
+
borderTopLeftRadiusEx: IDotcssAnimatable<number>;
|
|
216
|
+
borderTopLeftRadiusIn: IDotcssAnimatable<number>;
|
|
217
|
+
borderTopLeftRadiusMm: IDotcssAnimatable<number>;
|
|
218
|
+
borderTopLeftRadiusP: IDotcssAnimatable<number>;
|
|
219
|
+
borderTopLeftRadiusPc: IDotcssAnimatable<number>;
|
|
220
|
+
borderTopLeftRadiusPt: IDotcssAnimatable<number>;
|
|
221
|
+
borderTopLeftRadiusPx: IDotcssAnimatable<number>;
|
|
222
|
+
borderTopLeftRadiusRem: IDotcssAnimatable<number>;
|
|
223
|
+
borderTopLeftRadiusVh: IDotcssAnimatable<number>;
|
|
224
|
+
borderTopLeftRadiusVw: IDotcssAnimatable<number>;
|
|
225
|
+
borderTopLeftRadiusVMax: IDotcssAnimatable<number>;
|
|
226
|
+
borderTopLeftRadiusVMin: IDotcssAnimatable<number>;
|
|
227
|
+
borderTopRightRadius: IDotcssAnimatable<NumericLength>;
|
|
228
|
+
borderTopRightRadiusCm: IDotcssAnimatable<number>;
|
|
229
|
+
borderTopRightRadiusCh: IDotcssAnimatable<number>;
|
|
230
|
+
borderTopRightRadiusEm: IDotcssAnimatable<number>;
|
|
231
|
+
borderTopRightRadiusEx: IDotcssAnimatable<number>;
|
|
232
|
+
borderTopRightRadiusIn: IDotcssAnimatable<number>;
|
|
233
|
+
borderTopRightRadiusMm: IDotcssAnimatable<number>;
|
|
234
|
+
borderTopRightRadiusP: IDotcssAnimatable<number>;
|
|
235
|
+
borderTopRightRadiusPc: IDotcssAnimatable<number>;
|
|
236
|
+
borderTopRightRadiusPt: IDotcssAnimatable<number>;
|
|
237
|
+
borderTopRightRadiusPx: IDotcssAnimatable<number>;
|
|
238
|
+
borderTopRightRadiusRem: IDotcssAnimatable<number>;
|
|
239
|
+
borderTopRightRadiusVh: IDotcssAnimatable<number>;
|
|
240
|
+
borderTopRightRadiusVw: IDotcssAnimatable<number>;
|
|
241
|
+
borderTopRightRadiusVMax: IDotcssAnimatable<number>;
|
|
242
|
+
borderTopRightRadiusVMin: IDotcssAnimatable<number>;
|
|
243
|
+
borderTopWidth: IDotcssAnimatable<NumericLength>;
|
|
244
|
+
borderTopWidthCm: IDotcssAnimatable<number>;
|
|
245
|
+
borderTopWidthCh: IDotcssAnimatable<number>;
|
|
246
|
+
borderTopWidthEm: IDotcssAnimatable<number>;
|
|
247
|
+
borderTopWidthEx: IDotcssAnimatable<number>;
|
|
248
|
+
borderTopWidthIn: IDotcssAnimatable<number>;
|
|
249
|
+
borderTopWidthMm: IDotcssAnimatable<number>;
|
|
250
|
+
borderTopWidthP: IDotcssAnimatable<number>;
|
|
251
|
+
borderTopWidthPc: IDotcssAnimatable<number>;
|
|
252
|
+
borderTopWidthPt: IDotcssAnimatable<number>;
|
|
253
|
+
borderTopWidthPx: IDotcssAnimatable<number>;
|
|
254
|
+
borderTopWidthRem: IDotcssAnimatable<number>;
|
|
255
|
+
borderTopWidthVh: IDotcssAnimatable<number>;
|
|
256
|
+
borderTopWidthVw: IDotcssAnimatable<number>;
|
|
257
|
+
borderTopWidthVMax: IDotcssAnimatable<number>;
|
|
258
|
+
borderTopWidthVMin: IDotcssAnimatable<number>;
|
|
259
|
+
borderWidth: IDotcssAnimatable<NumericLength>;
|
|
260
|
+
borderWidthCm: IDotcssAnimatable<number>;
|
|
261
|
+
borderWidthCh: IDotcssAnimatable<number>;
|
|
262
|
+
borderWidthEm: IDotcssAnimatable<number>;
|
|
263
|
+
borderWidthEx: IDotcssAnimatable<number>;
|
|
264
|
+
borderWidthIn: IDotcssAnimatable<number>;
|
|
265
|
+
borderWidthMm: IDotcssAnimatable<number>;
|
|
266
|
+
borderWidthP: IDotcssAnimatable<number>;
|
|
267
|
+
borderWidthPc: IDotcssAnimatable<number>;
|
|
268
|
+
borderWidthPt: IDotcssAnimatable<number>;
|
|
269
|
+
borderWidthPx: IDotcssAnimatable<number>;
|
|
270
|
+
borderWidthRem: IDotcssAnimatable<number>;
|
|
271
|
+
borderWidthVh: IDotcssAnimatable<number>;
|
|
272
|
+
borderWidthVw: IDotcssAnimatable<number>;
|
|
273
|
+
borderWidthVMax: IDotcssAnimatable<number>;
|
|
274
|
+
borderWidthVMin: IDotcssAnimatable<number>;
|
|
275
|
+
bottom: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
276
|
+
bottomCm: IDotcssAnimatable<number>;
|
|
277
|
+
bottomCh: IDotcssAnimatable<number>;
|
|
278
|
+
bottomEm: IDotcssAnimatable<number>;
|
|
279
|
+
bottomEx: IDotcssAnimatable<number>;
|
|
280
|
+
bottomIn: IDotcssAnimatable<number>;
|
|
281
|
+
bottomMm: IDotcssAnimatable<number>;
|
|
282
|
+
bottomP: IDotcssAnimatable<number>;
|
|
283
|
+
bottomPc: IDotcssAnimatable<number>;
|
|
284
|
+
bottomPt: IDotcssAnimatable<number>;
|
|
285
|
+
bottomPx: IDotcssAnimatable<number>;
|
|
286
|
+
bottomRem: IDotcssAnimatable<number>;
|
|
287
|
+
bottomVh: IDotcssAnimatable<number>;
|
|
288
|
+
bottomVw: IDotcssAnimatable<number>;
|
|
289
|
+
bottomVMax: IDotcssAnimatable<number>;
|
|
290
|
+
bottomVMin: IDotcssAnimatable<number>;
|
|
291
|
+
gap: IDotcssAnimatable<NumericLength>;
|
|
292
|
+
gapCm: IDotcssAnimatable<number>;
|
|
293
|
+
gapCh: IDotcssAnimatable<number>;
|
|
294
|
+
gapEm: IDotcssAnimatable<number>;
|
|
295
|
+
gapEx: IDotcssAnimatable<number>;
|
|
296
|
+
gapIn: IDotcssAnimatable<number>;
|
|
297
|
+
gapMm: IDotcssAnimatable<number>;
|
|
298
|
+
gapP: IDotcssAnimatable<number>;
|
|
299
|
+
gapPc: IDotcssAnimatable<number>;
|
|
300
|
+
gapPt: IDotcssAnimatable<number>;
|
|
301
|
+
gapPx: IDotcssAnimatable<number>;
|
|
302
|
+
gapRem: IDotcssAnimatable<number>;
|
|
303
|
+
gapVh: IDotcssAnimatable<number>;
|
|
304
|
+
gapVw: IDotcssAnimatable<number>;
|
|
305
|
+
gapVMax: IDotcssAnimatable<number>;
|
|
306
|
+
gapVMin: IDotcssAnimatable<number>;
|
|
307
|
+
height: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
308
|
+
heightCm: IDotcssAnimatable<number>;
|
|
309
|
+
heightCh: IDotcssAnimatable<number>;
|
|
310
|
+
heightEm: IDotcssAnimatable<number>;
|
|
311
|
+
heightEx: IDotcssAnimatable<number>;
|
|
312
|
+
heightIn: IDotcssAnimatable<number>;
|
|
313
|
+
heightMm: IDotcssAnimatable<number>;
|
|
314
|
+
heightP: IDotcssAnimatable<number>;
|
|
315
|
+
heightPc: IDotcssAnimatable<number>;
|
|
316
|
+
heightPt: IDotcssAnimatable<number>;
|
|
317
|
+
heightPx: IDotcssAnimatable<number>;
|
|
318
|
+
heightRem: IDotcssAnimatable<number>;
|
|
319
|
+
heightVh: IDotcssAnimatable<number>;
|
|
320
|
+
heightVw: IDotcssAnimatable<number>;
|
|
321
|
+
heightVMax: IDotcssAnimatable<number>;
|
|
322
|
+
heightVMin: IDotcssAnimatable<number>;
|
|
323
|
+
left: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
324
|
+
leftCm: IDotcssAnimatable<number>;
|
|
325
|
+
leftCh: IDotcssAnimatable<number>;
|
|
326
|
+
leftEm: IDotcssAnimatable<number>;
|
|
327
|
+
leftEx: IDotcssAnimatable<number>;
|
|
328
|
+
leftIn: IDotcssAnimatable<number>;
|
|
329
|
+
leftMm: IDotcssAnimatable<number>;
|
|
330
|
+
leftP: IDotcssAnimatable<number>;
|
|
331
|
+
leftPc: IDotcssAnimatable<number>;
|
|
332
|
+
leftPt: IDotcssAnimatable<number>;
|
|
333
|
+
leftPx: IDotcssAnimatable<number>;
|
|
334
|
+
leftRem: IDotcssAnimatable<number>;
|
|
335
|
+
leftVh: IDotcssAnimatable<number>;
|
|
336
|
+
leftVw: IDotcssAnimatable<number>;
|
|
337
|
+
leftVMax: IDotcssAnimatable<number>;
|
|
338
|
+
leftVMin: IDotcssAnimatable<number>;
|
|
339
|
+
margin: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
340
|
+
marginCm: IDotcssAnimatable<number>;
|
|
341
|
+
marginCh: IDotcssAnimatable<number>;
|
|
342
|
+
marginEm: IDotcssAnimatable<number>;
|
|
343
|
+
marginEx: IDotcssAnimatable<number>;
|
|
344
|
+
marginIn: IDotcssAnimatable<number>;
|
|
345
|
+
marginMm: IDotcssAnimatable<number>;
|
|
346
|
+
marginP: IDotcssAnimatable<number>;
|
|
347
|
+
marginPc: IDotcssAnimatable<number>;
|
|
348
|
+
marginPt: IDotcssAnimatable<number>;
|
|
349
|
+
marginPx: IDotcssAnimatable<number>;
|
|
350
|
+
marginRem: IDotcssAnimatable<number>;
|
|
351
|
+
marginVh: IDotcssAnimatable<number>;
|
|
352
|
+
marginVw: IDotcssAnimatable<number>;
|
|
353
|
+
marginVMax: IDotcssAnimatable<number>;
|
|
354
|
+
marginVMin: IDotcssAnimatable<number>;
|
|
355
|
+
marginBottom: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
356
|
+
marginBottomCm: IDotcssAnimatable<number>;
|
|
357
|
+
marginBottomCh: IDotcssAnimatable<number>;
|
|
358
|
+
marginBottomEm: IDotcssAnimatable<number>;
|
|
359
|
+
marginBottomEx: IDotcssAnimatable<number>;
|
|
360
|
+
marginBottomIn: IDotcssAnimatable<number>;
|
|
361
|
+
marginBottomMm: IDotcssAnimatable<number>;
|
|
362
|
+
marginBottomP: IDotcssAnimatable<number>;
|
|
363
|
+
marginBottomPc: IDotcssAnimatable<number>;
|
|
364
|
+
marginBottomPt: IDotcssAnimatable<number>;
|
|
365
|
+
marginBottomPx: IDotcssAnimatable<number>;
|
|
366
|
+
marginBottomRem: IDotcssAnimatable<number>;
|
|
367
|
+
marginBottomVh: IDotcssAnimatable<number>;
|
|
368
|
+
marginBottomVw: IDotcssAnimatable<number>;
|
|
369
|
+
marginBottomVMax: IDotcssAnimatable<number>;
|
|
370
|
+
marginBottomVMin: IDotcssAnimatable<number>;
|
|
371
|
+
marginLeft: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
372
|
+
marginLeftCm: IDotcssAnimatable<number>;
|
|
373
|
+
marginLeftCh: IDotcssAnimatable<number>;
|
|
374
|
+
marginLeftEm: IDotcssAnimatable<number>;
|
|
375
|
+
marginLeftEx: IDotcssAnimatable<number>;
|
|
376
|
+
marginLeftIn: IDotcssAnimatable<number>;
|
|
377
|
+
marginLeftMm: IDotcssAnimatable<number>;
|
|
378
|
+
marginLeftP: IDotcssAnimatable<number>;
|
|
379
|
+
marginLeftPc: IDotcssAnimatable<number>;
|
|
380
|
+
marginLeftPt: IDotcssAnimatable<number>;
|
|
381
|
+
marginLeftPx: IDotcssAnimatable<number>;
|
|
382
|
+
marginLeftRem: IDotcssAnimatable<number>;
|
|
383
|
+
marginLeftVh: IDotcssAnimatable<number>;
|
|
384
|
+
marginLeftVw: IDotcssAnimatable<number>;
|
|
385
|
+
marginLeftVMax: IDotcssAnimatable<number>;
|
|
386
|
+
marginLeftVMin: IDotcssAnimatable<number>;
|
|
387
|
+
marginRight: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
388
|
+
marginRightCm: IDotcssAnimatable<number>;
|
|
389
|
+
marginRightCh: IDotcssAnimatable<number>;
|
|
390
|
+
marginRightEm: IDotcssAnimatable<number>;
|
|
391
|
+
marginRightEx: IDotcssAnimatable<number>;
|
|
392
|
+
marginRightIn: IDotcssAnimatable<number>;
|
|
393
|
+
marginRightMm: IDotcssAnimatable<number>;
|
|
394
|
+
marginRightP: IDotcssAnimatable<number>;
|
|
395
|
+
marginRightPc: IDotcssAnimatable<number>;
|
|
396
|
+
marginRightPt: IDotcssAnimatable<number>;
|
|
397
|
+
marginRightPx: IDotcssAnimatable<number>;
|
|
398
|
+
marginRightRem: IDotcssAnimatable<number>;
|
|
399
|
+
marginRightVh: IDotcssAnimatable<number>;
|
|
400
|
+
marginRightVw: IDotcssAnimatable<number>;
|
|
401
|
+
marginRightVMax: IDotcssAnimatable<number>;
|
|
402
|
+
marginRightVMin: IDotcssAnimatable<number>;
|
|
403
|
+
marginTop: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
404
|
+
marginTopCm: IDotcssAnimatable<number>;
|
|
405
|
+
marginTopCh: IDotcssAnimatable<number>;
|
|
406
|
+
marginTopEm: IDotcssAnimatable<number>;
|
|
407
|
+
marginTopEx: IDotcssAnimatable<number>;
|
|
408
|
+
marginTopIn: IDotcssAnimatable<number>;
|
|
409
|
+
marginTopMm: IDotcssAnimatable<number>;
|
|
410
|
+
marginTopP: IDotcssAnimatable<number>;
|
|
411
|
+
marginTopPc: IDotcssAnimatable<number>;
|
|
412
|
+
marginTopPt: IDotcssAnimatable<number>;
|
|
413
|
+
marginTopPx: IDotcssAnimatable<number>;
|
|
414
|
+
marginTopRem: IDotcssAnimatable<number>;
|
|
415
|
+
marginTopVh: IDotcssAnimatable<number>;
|
|
416
|
+
marginTopVw: IDotcssAnimatable<number>;
|
|
417
|
+
marginTopVMax: IDotcssAnimatable<number>;
|
|
418
|
+
marginTopVMin: IDotcssAnimatable<number>;
|
|
419
|
+
maxHeight: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
420
|
+
maxHeightCm: IDotcssAnimatable<number>;
|
|
421
|
+
maxHeightCh: IDotcssAnimatable<number>;
|
|
422
|
+
maxHeightEm: IDotcssAnimatable<number>;
|
|
423
|
+
maxHeightEx: IDotcssAnimatable<number>;
|
|
424
|
+
maxHeightIn: IDotcssAnimatable<number>;
|
|
425
|
+
maxHeightMm: IDotcssAnimatable<number>;
|
|
426
|
+
maxHeightP: IDotcssAnimatable<number>;
|
|
427
|
+
maxHeightPc: IDotcssAnimatable<number>;
|
|
428
|
+
maxHeightPt: IDotcssAnimatable<number>;
|
|
429
|
+
maxHeightPx: IDotcssAnimatable<number>;
|
|
430
|
+
maxHeightRem: IDotcssAnimatable<number>;
|
|
431
|
+
maxHeightVh: IDotcssAnimatable<number>;
|
|
432
|
+
maxHeightVw: IDotcssAnimatable<number>;
|
|
433
|
+
maxHeightVMax: IDotcssAnimatable<number>;
|
|
434
|
+
maxHeightVMin: IDotcssAnimatable<number>;
|
|
435
|
+
maxWidth: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
436
|
+
maxWidthCm: IDotcssAnimatable<number>;
|
|
437
|
+
maxWidthCh: IDotcssAnimatable<number>;
|
|
438
|
+
maxWidthEm: IDotcssAnimatable<number>;
|
|
439
|
+
maxWidthEx: IDotcssAnimatable<number>;
|
|
440
|
+
maxWidthIn: IDotcssAnimatable<number>;
|
|
441
|
+
maxWidthMm: IDotcssAnimatable<number>;
|
|
442
|
+
maxWidthP: IDotcssAnimatable<number>;
|
|
443
|
+
maxWidthPc: IDotcssAnimatable<number>;
|
|
444
|
+
maxWidthPt: IDotcssAnimatable<number>;
|
|
445
|
+
maxWidthPx: IDotcssAnimatable<number>;
|
|
446
|
+
maxWidthRem: IDotcssAnimatable<number>;
|
|
447
|
+
maxWidthVh: IDotcssAnimatable<number>;
|
|
448
|
+
maxWidthVw: IDotcssAnimatable<number>;
|
|
449
|
+
maxWidthVMax: IDotcssAnimatable<number>;
|
|
450
|
+
maxWidthVMin: IDotcssAnimatable<number>;
|
|
451
|
+
minHeight: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
452
|
+
minHeightCm: IDotcssAnimatable<number>;
|
|
453
|
+
minHeightCh: IDotcssAnimatable<number>;
|
|
454
|
+
minHeightEm: IDotcssAnimatable<number>;
|
|
455
|
+
minHeightEx: IDotcssAnimatable<number>;
|
|
456
|
+
minHeightIn: IDotcssAnimatable<number>;
|
|
457
|
+
minHeightMm: IDotcssAnimatable<number>;
|
|
458
|
+
minHeightP: IDotcssAnimatable<number>;
|
|
459
|
+
minHeightPc: IDotcssAnimatable<number>;
|
|
460
|
+
minHeightPt: IDotcssAnimatable<number>;
|
|
461
|
+
minHeightPx: IDotcssAnimatable<number>;
|
|
462
|
+
minHeightRem: IDotcssAnimatable<number>;
|
|
463
|
+
minHeightVh: IDotcssAnimatable<number>;
|
|
464
|
+
minHeightVw: IDotcssAnimatable<number>;
|
|
465
|
+
minHeightVMax: IDotcssAnimatable<number>;
|
|
466
|
+
minHeightVMin: IDotcssAnimatable<number>;
|
|
467
|
+
minWidth: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
468
|
+
minWidthCm: IDotcssAnimatable<number>;
|
|
469
|
+
minWidthCh: IDotcssAnimatable<number>;
|
|
470
|
+
minWidthEm: IDotcssAnimatable<number>;
|
|
471
|
+
minWidthEx: IDotcssAnimatable<number>;
|
|
472
|
+
minWidthIn: IDotcssAnimatable<number>;
|
|
473
|
+
minWidthMm: IDotcssAnimatable<number>;
|
|
474
|
+
minWidthP: IDotcssAnimatable<number>;
|
|
475
|
+
minWidthPc: IDotcssAnimatable<number>;
|
|
476
|
+
minWidthPt: IDotcssAnimatable<number>;
|
|
477
|
+
minWidthPx: IDotcssAnimatable<number>;
|
|
478
|
+
minWidthRem: IDotcssAnimatable<number>;
|
|
479
|
+
minWidthVh: IDotcssAnimatable<number>;
|
|
480
|
+
minWidthVw: IDotcssAnimatable<number>;
|
|
481
|
+
minWidthVMax: IDotcssAnimatable<number>;
|
|
482
|
+
minWidthVMin: IDotcssAnimatable<number>;
|
|
483
|
+
outlineOffset: IDotcssAnimatable<NumericLength>;
|
|
484
|
+
outlineOffsetCm: IDotcssAnimatable<number>;
|
|
485
|
+
outlineOffsetCh: IDotcssAnimatable<number>;
|
|
486
|
+
outlineOffsetEm: IDotcssAnimatable<number>;
|
|
487
|
+
outlineOffsetEx: IDotcssAnimatable<number>;
|
|
488
|
+
outlineOffsetIn: IDotcssAnimatable<number>;
|
|
489
|
+
outlineOffsetMm: IDotcssAnimatable<number>;
|
|
490
|
+
outlineOffsetP: IDotcssAnimatable<number>;
|
|
491
|
+
outlineOffsetPc: IDotcssAnimatable<number>;
|
|
492
|
+
outlineOffsetPt: IDotcssAnimatable<number>;
|
|
493
|
+
outlineOffsetPx: IDotcssAnimatable<number>;
|
|
494
|
+
outlineOffsetRem: IDotcssAnimatable<number>;
|
|
495
|
+
outlineOffsetVh: IDotcssAnimatable<number>;
|
|
496
|
+
outlineOffsetVw: IDotcssAnimatable<number>;
|
|
497
|
+
outlineOffsetVMax: IDotcssAnimatable<number>;
|
|
498
|
+
outlineOffsetVMin: IDotcssAnimatable<number>;
|
|
499
|
+
padding: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
500
|
+
paddingCm: IDotcssAnimatable<number>;
|
|
501
|
+
paddingCh: IDotcssAnimatable<number>;
|
|
502
|
+
paddingEm: IDotcssAnimatable<number>;
|
|
503
|
+
paddingEx: IDotcssAnimatable<number>;
|
|
504
|
+
paddingIn: IDotcssAnimatable<number>;
|
|
505
|
+
paddingMm: IDotcssAnimatable<number>;
|
|
506
|
+
paddingP: IDotcssAnimatable<number>;
|
|
507
|
+
paddingPc: IDotcssAnimatable<number>;
|
|
508
|
+
paddingPt: IDotcssAnimatable<number>;
|
|
509
|
+
paddingPx: IDotcssAnimatable<number>;
|
|
510
|
+
paddingRem: IDotcssAnimatable<number>;
|
|
511
|
+
paddingVh: IDotcssAnimatable<number>;
|
|
512
|
+
paddingVw: IDotcssAnimatable<number>;
|
|
513
|
+
paddingVMax: IDotcssAnimatable<number>;
|
|
514
|
+
paddingVMin: IDotcssAnimatable<number>;
|
|
515
|
+
paddingBottom: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
516
|
+
paddingBottomCm: IDotcssAnimatable<number>;
|
|
517
|
+
paddingBottomCh: IDotcssAnimatable<number>;
|
|
518
|
+
paddingBottomEm: IDotcssAnimatable<number>;
|
|
519
|
+
paddingBottomEx: IDotcssAnimatable<number>;
|
|
520
|
+
paddingBottomIn: IDotcssAnimatable<number>;
|
|
521
|
+
paddingBottomMm: IDotcssAnimatable<number>;
|
|
522
|
+
paddingBottomP: IDotcssAnimatable<number>;
|
|
523
|
+
paddingBottomPc: IDotcssAnimatable<number>;
|
|
524
|
+
paddingBottomPt: IDotcssAnimatable<number>;
|
|
525
|
+
paddingBottomPx: IDotcssAnimatable<number>;
|
|
526
|
+
paddingBottomRem: IDotcssAnimatable<number>;
|
|
527
|
+
paddingBottomVh: IDotcssAnimatable<number>;
|
|
528
|
+
paddingBottomVw: IDotcssAnimatable<number>;
|
|
529
|
+
paddingBottomVMax: IDotcssAnimatable<number>;
|
|
530
|
+
paddingBottomVMin: IDotcssAnimatable<number>;
|
|
531
|
+
paddingLeft: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
532
|
+
paddingLeftCm: IDotcssAnimatable<number>;
|
|
533
|
+
paddingLeftCh: IDotcssAnimatable<number>;
|
|
534
|
+
paddingLeftEm: IDotcssAnimatable<number>;
|
|
535
|
+
paddingLeftEx: IDotcssAnimatable<number>;
|
|
536
|
+
paddingLeftIn: IDotcssAnimatable<number>;
|
|
537
|
+
paddingLeftMm: IDotcssAnimatable<number>;
|
|
538
|
+
paddingLeftP: IDotcssAnimatable<number>;
|
|
539
|
+
paddingLeftPc: IDotcssAnimatable<number>;
|
|
540
|
+
paddingLeftPt: IDotcssAnimatable<number>;
|
|
541
|
+
paddingLeftPx: IDotcssAnimatable<number>;
|
|
542
|
+
paddingLeftRem: IDotcssAnimatable<number>;
|
|
543
|
+
paddingLeftVh: IDotcssAnimatable<number>;
|
|
544
|
+
paddingLeftVw: IDotcssAnimatable<number>;
|
|
545
|
+
paddingLeftVMax: IDotcssAnimatable<number>;
|
|
546
|
+
paddingLeftVMin: IDotcssAnimatable<number>;
|
|
547
|
+
paddingRight: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
548
|
+
paddingRightCm: IDotcssAnimatable<number>;
|
|
549
|
+
paddingRightCh: IDotcssAnimatable<number>;
|
|
550
|
+
paddingRightEm: IDotcssAnimatable<number>;
|
|
551
|
+
paddingRightEx: IDotcssAnimatable<number>;
|
|
552
|
+
paddingRightIn: IDotcssAnimatable<number>;
|
|
553
|
+
paddingRightMm: IDotcssAnimatable<number>;
|
|
554
|
+
paddingRightP: IDotcssAnimatable<number>;
|
|
555
|
+
paddingRightPc: IDotcssAnimatable<number>;
|
|
556
|
+
paddingRightPt: IDotcssAnimatable<number>;
|
|
557
|
+
paddingRightPx: IDotcssAnimatable<number>;
|
|
558
|
+
paddingRightRem: IDotcssAnimatable<number>;
|
|
559
|
+
paddingRightVh: IDotcssAnimatable<number>;
|
|
560
|
+
paddingRightVw: IDotcssAnimatable<number>;
|
|
561
|
+
paddingRightVMax: IDotcssAnimatable<number>;
|
|
562
|
+
paddingRightVMin: IDotcssAnimatable<number>;
|
|
563
|
+
paddingTop: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
564
|
+
paddingTopCm: IDotcssAnimatable<number>;
|
|
565
|
+
paddingTopCh: IDotcssAnimatable<number>;
|
|
566
|
+
paddingTopEm: IDotcssAnimatable<number>;
|
|
567
|
+
paddingTopEx: IDotcssAnimatable<number>;
|
|
568
|
+
paddingTopIn: IDotcssAnimatable<number>;
|
|
569
|
+
paddingTopMm: IDotcssAnimatable<number>;
|
|
570
|
+
paddingTopP: IDotcssAnimatable<number>;
|
|
571
|
+
paddingTopPc: IDotcssAnimatable<number>;
|
|
572
|
+
paddingTopPt: IDotcssAnimatable<number>;
|
|
573
|
+
paddingTopPx: IDotcssAnimatable<number>;
|
|
574
|
+
paddingTopRem: IDotcssAnimatable<number>;
|
|
575
|
+
paddingTopVh: IDotcssAnimatable<number>;
|
|
576
|
+
paddingTopVw: IDotcssAnimatable<number>;
|
|
577
|
+
paddingTopVMax: IDotcssAnimatable<number>;
|
|
578
|
+
paddingTopVMin: IDotcssAnimatable<number>;
|
|
579
|
+
right: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
580
|
+
rightCm: IDotcssAnimatable<number>;
|
|
581
|
+
rightCh: IDotcssAnimatable<number>;
|
|
582
|
+
rightEm: IDotcssAnimatable<number>;
|
|
583
|
+
rightEx: IDotcssAnimatable<number>;
|
|
584
|
+
rightIn: IDotcssAnimatable<number>;
|
|
585
|
+
rightMm: IDotcssAnimatable<number>;
|
|
586
|
+
rightP: IDotcssAnimatable<number>;
|
|
587
|
+
rightPc: IDotcssAnimatable<number>;
|
|
588
|
+
rightPt: IDotcssAnimatable<number>;
|
|
589
|
+
rightPx: IDotcssAnimatable<number>;
|
|
590
|
+
rightRem: IDotcssAnimatable<number>;
|
|
591
|
+
rightVh: IDotcssAnimatable<number>;
|
|
592
|
+
rightVw: IDotcssAnimatable<number>;
|
|
593
|
+
rightVMax: IDotcssAnimatable<number>;
|
|
594
|
+
rightVMin: IDotcssAnimatable<number>;
|
|
595
|
+
textIndent: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
596
|
+
textIndentCm: IDotcssAnimatable<number>;
|
|
597
|
+
textIndentCh: IDotcssAnimatable<number>;
|
|
598
|
+
textIndentEm: IDotcssAnimatable<number>;
|
|
599
|
+
textIndentEx: IDotcssAnimatable<number>;
|
|
600
|
+
textIndentIn: IDotcssAnimatable<number>;
|
|
601
|
+
textIndentMm: IDotcssAnimatable<number>;
|
|
602
|
+
textIndentP: IDotcssAnimatable<number>;
|
|
603
|
+
textIndentPc: IDotcssAnimatable<number>;
|
|
604
|
+
textIndentPt: IDotcssAnimatable<number>;
|
|
605
|
+
textIndentPx: IDotcssAnimatable<number>;
|
|
606
|
+
textIndentRem: IDotcssAnimatable<number>;
|
|
607
|
+
textIndentVh: IDotcssAnimatable<number>;
|
|
608
|
+
textIndentVw: IDotcssAnimatable<number>;
|
|
609
|
+
textIndentVMax: IDotcssAnimatable<number>;
|
|
610
|
+
textIndentVMin: IDotcssAnimatable<number>;
|
|
611
|
+
top: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
612
|
+
topCm: IDotcssAnimatable<number>;
|
|
613
|
+
topCh: IDotcssAnimatable<number>;
|
|
614
|
+
topEm: IDotcssAnimatable<number>;
|
|
615
|
+
topEx: IDotcssAnimatable<number>;
|
|
616
|
+
topIn: IDotcssAnimatable<number>;
|
|
617
|
+
topMm: IDotcssAnimatable<number>;
|
|
618
|
+
topP: IDotcssAnimatable<number>;
|
|
619
|
+
topPc: IDotcssAnimatable<number>;
|
|
620
|
+
topPt: IDotcssAnimatable<number>;
|
|
621
|
+
topPx: IDotcssAnimatable<number>;
|
|
622
|
+
topRem: IDotcssAnimatable<number>;
|
|
623
|
+
topVh: IDotcssAnimatable<number>;
|
|
624
|
+
topVw: IDotcssAnimatable<number>;
|
|
625
|
+
topVMax: IDotcssAnimatable<number>;
|
|
626
|
+
topVMin: IDotcssAnimatable<number>;
|
|
627
|
+
width: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
628
|
+
widthCm: IDotcssAnimatable<number>;
|
|
629
|
+
widthCh: IDotcssAnimatable<number>;
|
|
630
|
+
widthEm: IDotcssAnimatable<number>;
|
|
631
|
+
widthEx: IDotcssAnimatable<number>;
|
|
632
|
+
widthIn: IDotcssAnimatable<number>;
|
|
633
|
+
widthMm: IDotcssAnimatable<number>;
|
|
634
|
+
widthP: IDotcssAnimatable<number>;
|
|
635
|
+
widthPc: IDotcssAnimatable<number>;
|
|
636
|
+
widthPt: IDotcssAnimatable<number>;
|
|
637
|
+
widthPx: IDotcssAnimatable<number>;
|
|
638
|
+
widthRem: IDotcssAnimatable<number>;
|
|
639
|
+
widthVh: IDotcssAnimatable<number>;
|
|
640
|
+
widthVw: IDotcssAnimatable<number>;
|
|
641
|
+
widthVMax: IDotcssAnimatable<number>;
|
|
642
|
+
widthVMin: IDotcssAnimatable<number>;
|
|
643
|
+
lineHeight: IDotcssAnimatable<NumericLength>;
|
|
644
|
+
lineHeightCm: IDotcssAnimatable<number>;
|
|
645
|
+
lineHeightCh: IDotcssAnimatable<number>;
|
|
646
|
+
lineHeightEm: IDotcssAnimatable<number>;
|
|
647
|
+
lineHeightEx: IDotcssAnimatable<number>;
|
|
648
|
+
lineHeightIn: IDotcssAnimatable<number>;
|
|
649
|
+
lineHeightMm: IDotcssAnimatable<number>;
|
|
650
|
+
lineHeightP: IDotcssAnimatable<number>;
|
|
651
|
+
lineHeightPc: IDotcssAnimatable<number>;
|
|
652
|
+
lineHeightPt: IDotcssAnimatable<number>;
|
|
653
|
+
lineHeightPx: IDotcssAnimatable<number>;
|
|
654
|
+
lineHeightRem: IDotcssAnimatable<number>;
|
|
655
|
+
lineHeightVh: IDotcssAnimatable<number>;
|
|
656
|
+
lineHeightVw: IDotcssAnimatable<number>;
|
|
657
|
+
lineHeightVMax: IDotcssAnimatable<number>;
|
|
658
|
+
lineHeightVMin: IDotcssAnimatable<number>;
|
|
659
|
+
fontSize: IDotcssAnimatable<NumericLength>;
|
|
660
|
+
fontSizeCm: IDotcssAnimatable<number>;
|
|
661
|
+
fontSizeCh: IDotcssAnimatable<number>;
|
|
662
|
+
fontSizeEm: IDotcssAnimatable<number>;
|
|
663
|
+
fontSizeEx: IDotcssAnimatable<number>;
|
|
664
|
+
fontSizeIn: IDotcssAnimatable<number>;
|
|
665
|
+
fontSizeMm: IDotcssAnimatable<number>;
|
|
666
|
+
fontSizeP: IDotcssAnimatable<number>;
|
|
667
|
+
fontSizePc: IDotcssAnimatable<number>;
|
|
668
|
+
fontSizePt: IDotcssAnimatable<number>;
|
|
669
|
+
fontSizePx: IDotcssAnimatable<number>;
|
|
670
|
+
fontSizeRem: IDotcssAnimatable<number>;
|
|
671
|
+
fontSizeVh: IDotcssAnimatable<number>;
|
|
672
|
+
fontSizeVw: IDotcssAnimatable<number>;
|
|
673
|
+
fontSizeVMax: IDotcssAnimatable<number>;
|
|
674
|
+
fontSizeVMin: IDotcssAnimatable<number>;
|
|
675
|
+
flexBasis: IDotcssAnimatable<NumericLengthOrAuto>;
|
|
676
|
+
flexBasisCm: IDotcssAnimatable<number>;
|
|
677
|
+
flexBasisCh: IDotcssAnimatable<number>;
|
|
678
|
+
flexBasisEm: IDotcssAnimatable<number>;
|
|
679
|
+
flexBasisEx: IDotcssAnimatable<number>;
|
|
680
|
+
flexBasisIn: IDotcssAnimatable<number>;
|
|
681
|
+
flexBasisMm: IDotcssAnimatable<number>;
|
|
682
|
+
flexBasisP: IDotcssAnimatable<number>;
|
|
683
|
+
flexBasisPc: IDotcssAnimatable<number>;
|
|
684
|
+
flexBasisPt: IDotcssAnimatable<number>;
|
|
685
|
+
flexBasisPx: IDotcssAnimatable<number>;
|
|
686
|
+
flexBasisRem: IDotcssAnimatable<number>;
|
|
687
|
+
flexBasisVh: IDotcssAnimatable<number>;
|
|
688
|
+
flexBasisVw: IDotcssAnimatable<number>;
|
|
689
|
+
flexBasisVMax: IDotcssAnimatable<number>;
|
|
690
|
+
flexBasisVMin: IDotcssAnimatable<number>;
|
|
691
|
+
backgroundImage: (value: BackgroundImageFormat) => IDotcssProp;
|
|
692
|
+
borderImage: (value: BackgroundImageFormat) => IDotcssProp;
|
|
693
|
+
listStyleImage: (value: BackgroundImageFormat) => IDotcssProp;
|
|
694
|
+
content: (value: BasicCommonValues | UrlType) => IDotcssProp;
|
|
695
|
+
transform: (transformOrTransformBuilder: BasicCommonValues | TransformationBuilder) => IDotcssProp;
|
|
696
|
+
filter: (filterBuilder: FilterBuilder) => IDotcssProp;
|
|
697
|
+
backdropFilter: (filterBuilder: FilterBuilder) => IDotcssProp;
|
|
698
|
+
opacity: IDotcssAnimatable<number | string>;
|
|
699
|
+
appearance: (value: AppearanceValues) => IDotcssProp;
|
|
700
|
+
aspectRatio: (value: string) => IDotcssProp;
|
|
701
|
+
background: (value: BasicCommonValues | string) => IDotcssProp;
|
|
702
|
+
backgroundAttachment: (value: BackgroundAttachmentValues) => IDotcssProp;
|
|
703
|
+
backgroundBlendMode: (value: BasicCommonValues | string) => IDotcssProp;
|
|
704
|
+
backgroundPosition: (value: BackgroundPositionShorthand2D) => IDotcssProp;
|
|
705
|
+
backgroundRepeat: (value: BackgroundRepeatValues2d) => IDotcssProp;
|
|
706
|
+
backgroundClip: (value: BasicCommonValues | string) => IDotcssProp;
|
|
707
|
+
backgroundOrigin: (value: BackgroundOriginValues) => IDotcssProp;
|
|
708
|
+
borderImageOutset: (value: BasicCommonValues | string) => IDotcssProp;
|
|
709
|
+
borderImageRepeat: (value: BackgroundRepeatValues2d) => IDotcssProp;
|
|
710
|
+
borderImageSlice: (value: BasicCommonValues | string) => IDotcssProp;
|
|
711
|
+
borderImageSource: (value: BasicCommonValues | string) => IDotcssProp;
|
|
712
|
+
border: (value: BorderShorthand) => IDotcssProp;
|
|
713
|
+
borderBottom: (value: BorderShorthand) => IDotcssProp;
|
|
714
|
+
borderLeft: (value: BorderShorthand) => IDotcssProp;
|
|
715
|
+
borderRight: (value: BorderShorthand) => IDotcssProp;
|
|
716
|
+
borderTop: (value: BorderShorthand) => IDotcssProp;
|
|
717
|
+
borderBottomStyle: (value: BorderStyles) => IDotcssProp;
|
|
718
|
+
borderLeftStyle: (value: BorderStyles) => IDotcssProp;
|
|
719
|
+
borderRightStyle: (value: BorderStyles) => IDotcssProp;
|
|
720
|
+
borderStyle: (value: BorderStyles) => IDotcssProp;
|
|
721
|
+
borderTopStyle: (value: BorderStyles) => IDotcssProp;
|
|
722
|
+
boxDecorationBreak: (value: BasicCommonValues | string) => IDotcssProp;
|
|
723
|
+
boxShadow: (value: BasicCommonValues | string) => IDotcssProp;
|
|
724
|
+
clear: (value: BasicCommonValues | string) => IDotcssProp;
|
|
725
|
+
clip: (value: BasicCommonValues | string) => IDotcssProp;
|
|
726
|
+
display: (value: DisplayValues) => IDotcssProp;
|
|
727
|
+
float: (value: BasicCommonValues | string) => IDotcssProp;
|
|
728
|
+
overflow: (value: BasicCommonValues | string) => IDotcssProp;
|
|
729
|
+
box: (value: BasicCommonValues | string) => IDotcssProp;
|
|
730
|
+
overflowX: (value: BasicCommonValues | string) => IDotcssProp;
|
|
731
|
+
overflowY: (value: BasicCommonValues | string) => IDotcssProp;
|
|
732
|
+
position: (value: PositionNames) => IDotcssProp;
|
|
733
|
+
visibility: (value: BasicCommonValues | string) => IDotcssProp;
|
|
734
|
+
verticalAlign: (value: BasicCommonValues | string) => IDotcssProp;
|
|
735
|
+
zIndex: (value: string | number) => IDotcssProp;
|
|
736
|
+
alignContent: (value: BasicCommonValues | string) => IDotcssProp;
|
|
737
|
+
alignItems: (value: BasicCommonValues | string) => IDotcssProp;
|
|
738
|
+
alignSelf: (value: BasicCommonValues | string) => IDotcssProp;
|
|
739
|
+
flex: (value: FlexShorthand) => IDotcssProp;
|
|
740
|
+
flexDirection: (value: FlexDirectionNames) => IDotcssProp;
|
|
741
|
+
flexFlow: (value: FlexFlowShorthand) => IDotcssProp;
|
|
742
|
+
flexGrow: (value: BasicCommonValues | number) => IDotcssProp;
|
|
743
|
+
flexShrink: (value: BasicCommonValues | number) => IDotcssProp;
|
|
744
|
+
flexWrap: (value: FlexWrapNames) => IDotcssProp;
|
|
745
|
+
grid: (value: BasicCommonValues | string) => IDotcssProp;
|
|
746
|
+
gridArea: (value: BasicCommonValues | string) => IDotcssProp;
|
|
747
|
+
gridAutoColumns: (value: BasicCommonValues | string) => IDotcssProp;
|
|
748
|
+
gridautoRows: (value: BasicCommonValues | string) => IDotcssProp;
|
|
749
|
+
gridColumn: (value: BasicCommonValues | string) => IDotcssProp;
|
|
750
|
+
gridColumnEnd: (value: BasicCommonValues | string) => IDotcssProp;
|
|
751
|
+
gridColumnGap: (value: BasicCommonValues | string) => IDotcssProp;
|
|
752
|
+
gridColumnStart: (value: BasicCommonValues | string) => IDotcssProp;
|
|
753
|
+
gridGap: (value: BasicCommonValues | string) => IDotcssProp;
|
|
754
|
+
gridRow: (value: BasicCommonValues | string) => IDotcssProp;
|
|
755
|
+
gridRowEnd: (value: BasicCommonValues | string) => IDotcssProp;
|
|
756
|
+
gridRowGap: (value: BasicCommonValues | string) => IDotcssProp;
|
|
757
|
+
gridRowStart: (value: BasicCommonValues | string) => IDotcssProp;
|
|
758
|
+
gridTemplate: (value: BasicCommonValues | string) => IDotcssProp;
|
|
759
|
+
gridTemplateAreas: (value: BasicCommonValues | string) => IDotcssProp;
|
|
760
|
+
gridTemplateColumns: (value: BasicCommonValues | string) => IDotcssProp;
|
|
761
|
+
gridTemplateRows: (value: BasicCommonValues | string) => IDotcssProp;
|
|
762
|
+
imageOrientation: (value: BasicCommonValues | string) => IDotcssProp;
|
|
763
|
+
justifyContent: (value: BasicCommonValues | string) => IDotcssProp;
|
|
764
|
+
order: (value: BasicCommonValues | number) => IDotcssProp;
|
|
765
|
+
hangingPunctuation: (value: BasicCommonValues | string) => IDotcssProp;
|
|
766
|
+
hyphens: (value: BasicCommonValues | string) => IDotcssProp;
|
|
767
|
+
letterSpacing: (value: BasicCommonValues | string) => IDotcssProp;
|
|
768
|
+
lineBreak: (value: BasicCommonValues | string) => IDotcssProp;
|
|
769
|
+
overflowWrap: (value: BasicCommonValues | string) => IDotcssProp;
|
|
770
|
+
tabSize: (value: BasicCommonValues | string) => IDotcssProp;
|
|
771
|
+
textAlign: (value: BasicCommonValues | string) => IDotcssProp;
|
|
772
|
+
textAlignLast: (value: BasicCommonValues | string) => IDotcssProp;
|
|
773
|
+
textCombineUpright: (value: BasicCommonValues | string) => IDotcssProp;
|
|
774
|
+
textJustify: (value: BasicCommonValues | string) => IDotcssProp;
|
|
775
|
+
textTransform: (value: BasicCommonValues | string) => IDotcssProp;
|
|
776
|
+
whiteSpace: (value: BasicCommonValues | string) => IDotcssProp;
|
|
777
|
+
wordBreak: (value: BasicCommonValues | string) => IDotcssProp;
|
|
778
|
+
wordSpacing: (value: BasicCommonValues | string) => IDotcssProp;
|
|
779
|
+
wordWrap: (value: BasicCommonValues | string) => IDotcssProp;
|
|
780
|
+
textDecoration: (value: BasicCommonValues | string) => IDotcssProp;
|
|
781
|
+
textDecorationLine: (value: BasicCommonValues | string) => IDotcssProp;
|
|
782
|
+
textDecorationStyle: (value: BasicCommonValues | string) => IDotcssProp;
|
|
783
|
+
textShadow: (value: BasicCommonValues | string) => IDotcssProp;
|
|
784
|
+
textUnderlinePosition: (value: BasicCommonValues | string) => IDotcssProp;
|
|
785
|
+
font: (value: BasicCommonValues | string) => IDotcssProp;
|
|
786
|
+
fontFamily: (value: BasicCommonValues | string) => IDotcssProp;
|
|
787
|
+
fontFeatureSettings: (value: BasicCommonValues | string) => IDotcssProp;
|
|
788
|
+
fontKerning: (value: BasicCommonValues | string) => IDotcssProp;
|
|
789
|
+
fontLanguageOverride: (value: BasicCommonValues | string) => IDotcssProp;
|
|
790
|
+
fontSizeAdjust: (value: BasicCommonValues | string) => IDotcssProp;
|
|
791
|
+
fontStretch: (value: BasicCommonValues | string) => IDotcssProp;
|
|
792
|
+
fontStyle: (value: FontStyleValues) => IDotcssProp;
|
|
793
|
+
fontSynthesis: (value: BasicCommonValues | string) => IDotcssProp;
|
|
794
|
+
fontVariant: (value: FontVariantValues) => IDotcssProp;
|
|
795
|
+
fontVariantAlternates: (value: BasicCommonValues | string) => IDotcssProp;
|
|
796
|
+
fontVariantCaps: (value: FontVariantCapsValues) => IDotcssProp;
|
|
797
|
+
fontVariantEastAsian: (value: BasicCommonValues | string) => IDotcssProp;
|
|
798
|
+
fontVariantLigatures: (value: BasicCommonValues | string) => IDotcssProp;
|
|
799
|
+
fontVariantNumeric: (value: BasicCommonValues | string) => IDotcssProp;
|
|
800
|
+
fontVariantPosition: (value: BasicCommonValues | string) => IDotcssProp;
|
|
801
|
+
fontWeight: (value: BasicCommonValues | string) => IDotcssProp;
|
|
802
|
+
direction: (value: DirectionValues) => IDotcssProp;
|
|
803
|
+
textOrientation: (value: BasicCommonValues | string) => IDotcssProp;
|
|
804
|
+
unicodeBidi: (value: BasicCommonValues | string) => IDotcssProp;
|
|
805
|
+
userSelect: (value: BasicCommonValues | string) => IDotcssProp;
|
|
806
|
+
writingMode: (value: BasicCommonValues | string) => IDotcssProp;
|
|
807
|
+
borderCollapse: (value: BasicCommonValues | string) => IDotcssProp;
|
|
808
|
+
borderSpacing: (value: BasicCommonValues | string) => IDotcssProp;
|
|
809
|
+
captionSide: (value: BasicCommonValues | string) => IDotcssProp;
|
|
810
|
+
emptyCells: (value: BasicCommonValues | string) => IDotcssProp;
|
|
811
|
+
tableLayout: (value: BasicCommonValues | string) => IDotcssProp;
|
|
812
|
+
counterIncrement: (value: BasicCommonValues | string) => IDotcssProp;
|
|
813
|
+
counterReset: (value: BasicCommonValues | string) => IDotcssProp;
|
|
814
|
+
listStyle: (value: BasicCommonValues | string) => IDotcssProp;
|
|
815
|
+
listStylePosition: (value: BasicCommonValues | string) => IDotcssProp;
|
|
816
|
+
listStyleType: (value: BasicCommonValues | string) => IDotcssProp;
|
|
817
|
+
animation: (value: BasicCommonValues | string) => IDotcssProp;
|
|
818
|
+
animationDelay: (value: BasicCommonValues | string) => IDotcssProp;
|
|
819
|
+
animationDirection: (value: BasicCommonValues | string) => IDotcssProp;
|
|
820
|
+
animationDuration: (value: BasicCommonValues | string) => IDotcssProp;
|
|
821
|
+
animationFillMode: (value: BasicCommonValues | string) => IDotcssProp;
|
|
822
|
+
animationIterationCount: (value: BasicCommonValues | string) => IDotcssProp;
|
|
823
|
+
animationName: (value: BasicCommonValues | string) => IDotcssProp;
|
|
824
|
+
animationPlayState: (value: BasicCommonValues | string) => IDotcssProp;
|
|
825
|
+
animationTimingFunction: (value: BasicCommonValues | string) => IDotcssProp;
|
|
826
|
+
backfaceVisibility: (value: BackfaceVisibilityValues) => IDotcssProp;
|
|
827
|
+
perspective2d: (value: BasicCommonValues | string) => IDotcssProp;
|
|
828
|
+
perspectiveOrigin: (value: BasicCommonValues | string) => IDotcssProp;
|
|
829
|
+
transformOrigin: (value: BasicCommonValues | string) => IDotcssProp;
|
|
830
|
+
transformStyle: (value: BasicCommonValues | string) => IDotcssProp;
|
|
831
|
+
transition: (value: BasicCommonValues | string) => IDotcssProp;
|
|
832
|
+
transitionProperty: (value: BasicCommonValues | string) => IDotcssProp;
|
|
833
|
+
transitionDuration: (value: BasicCommonValues | string) => IDotcssProp;
|
|
834
|
+
transitionTimingFunction: (value: BasicCommonValues | string) => IDotcssProp;
|
|
835
|
+
transitionDelay: (value: BasicCommonValues | string) => IDotcssProp;
|
|
836
|
+
boxSizing: (value: BasicCommonValues | string) => IDotcssProp;
|
|
837
|
+
cursor: (value: BasicCommonValues | string) => IDotcssProp;
|
|
838
|
+
imeMode: (value: BasicCommonValues | string) => IDotcssProp;
|
|
839
|
+
navDown: (value: BasicCommonValues | string) => IDotcssProp;
|
|
840
|
+
navIndex: (value: BasicCommonValues | string) => IDotcssProp;
|
|
841
|
+
navLeft: (value: BasicCommonValues | string) => IDotcssProp;
|
|
842
|
+
navRight: (value: BasicCommonValues | string) => IDotcssProp;
|
|
843
|
+
navUp: (value: BasicCommonValues | string) => IDotcssProp;
|
|
844
|
+
outline: (value: BorderShorthand) => IDotcssProp;
|
|
845
|
+
outlineStyle: (value: BorderStyles) => IDotcssProp;
|
|
846
|
+
outlineWidth: (value: OutlineWidthValues) => IDotcssProp;
|
|
847
|
+
resize: (value: BasicCommonValues | string) => IDotcssProp;
|
|
848
|
+
textOverflow: (value: BasicCommonValues | string) => IDotcssProp;
|
|
849
|
+
breakAfter: (value: BasicCommonValues | string) => IDotcssProp;
|
|
850
|
+
breakBefore: (value: BasicCommonValues | string) => IDotcssProp;
|
|
851
|
+
breakInside: (value: BasicCommonValues | string) => IDotcssProp;
|
|
852
|
+
columnCount: (value: BasicCommonValues | string) => IDotcssProp;
|
|
853
|
+
columnFill: (value: BasicCommonValues | string) => IDotcssProp;
|
|
854
|
+
columnGap: (value: BasicCommonValues | string) => IDotcssProp;
|
|
855
|
+
columnRule: (value: BasicCommonValues | string) => IDotcssProp;
|
|
856
|
+
columnRuleStyle: (value: BasicCommonValues | string) => IDotcssProp;
|
|
857
|
+
columnRuleWidth: (value: BasicCommonValues | string) => IDotcssProp;
|
|
858
|
+
columnSpan: (value: BasicCommonValues | string) => IDotcssProp;
|
|
859
|
+
columnWidth: (value: BasicCommonValues | string) => IDotcssProp;
|
|
860
|
+
columns: (value: BasicCommonValues | string) => IDotcssProp;
|
|
861
|
+
widows: (value: BasicCommonValues | string) => IDotcssProp;
|
|
862
|
+
orphans: (value: BasicCommonValues | string) => IDotcssProp;
|
|
863
|
+
pageBreakAfter: (value: BasicCommonValues | string) => IDotcssProp;
|
|
864
|
+
pageBreakBefore: (value: BasicCommonValues | string) => IDotcssProp;
|
|
865
|
+
pageBreakInside: (value: BasicCommonValues | string) => IDotcssProp;
|
|
866
|
+
marks: (value: BasicCommonValues | string) => IDotcssProp;
|
|
867
|
+
quotes: (value: BasicCommonValues | string) => IDotcssProp;
|
|
868
|
+
imageRendering: (value: BasicCommonValues | string) => IDotcssProp;
|
|
869
|
+
imageResolution: (value: BasicCommonValues | string) => IDotcssProp;
|
|
870
|
+
objectFit: (value: BasicCommonValues | string) => IDotcssProp;
|
|
871
|
+
objectPosition: (value: BasicCommonValues | string) => IDotcssProp;
|
|
872
|
+
mask: (value: BasicCommonValues | string) => IDotcssProp;
|
|
873
|
+
maskType: (value: BasicCommonValues | string) => IDotcssProp;
|
|
874
|
+
mark: (value: BasicCommonValues | string) => IDotcssProp;
|
|
875
|
+
markAfter: (value: BasicCommonValues | string) => IDotcssProp;
|
|
876
|
+
markBefore: (value: BasicCommonValues | string) => IDotcssProp;
|
|
877
|
+
phonemes: (value: BasicCommonValues | string) => IDotcssProp;
|
|
878
|
+
rest: (value: BasicCommonValues | string) => IDotcssProp;
|
|
879
|
+
restAfter: (value: BasicCommonValues | string) => IDotcssProp;
|
|
880
|
+
restBefore: (value: BasicCommonValues | string) => IDotcssProp;
|
|
881
|
+
voiceBalance: (value: BasicCommonValues | string) => IDotcssProp;
|
|
882
|
+
voiceDuration: (value: BasicCommonValues | string) => IDotcssProp;
|
|
883
|
+
voicePitch: (value: BasicCommonValues | string) => IDotcssProp;
|
|
884
|
+
voicePitchRange: (value: BasicCommonValues | string) => IDotcssProp;
|
|
885
|
+
voiceRate: (value: BasicCommonValues | string) => IDotcssProp;
|
|
886
|
+
voiceStress: (value: BasicCommonValues | string) => IDotcssProp;
|
|
887
|
+
voiceVolume: (value: BasicCommonValues | string) => IDotcssProp;
|
|
888
|
+
marqueeDirection: (value: BasicCommonValues | string) => IDotcssProp;
|
|
889
|
+
marqueePlayCount: (value: BasicCommonValues | string) => IDotcssProp;
|
|
890
|
+
marqueeSpeed: (value: BasicCommonValues | string) => IDotcssProp;
|
|
891
|
+
marqueeStyle: (value: BasicCommonValues | string) => IDotcssProp;
|
|
892
|
+
pointerEvents: (value: BasicCommonValues | string) => IDotcssProp;
|
|
893
|
+
}
|
|
894
|
+
export default interface IDotCss extends IDotcssProp {
|
|
895
|
+
(document?: Array<HTMLElement> | HTMLElement | string): IDotcssProp;
|
|
896
|
+
version: string;
|
|
897
|
+
}
|
|
898
|
+
export interface IDotcssAnimatable<T> extends IDotcssProp {
|
|
899
|
+
(value: T): IDotcssProp;
|
|
900
|
+
animate(value: number | string, duration: number, style: "ease", complete: Function): IDotcssProp;
|
|
901
|
+
}
|
|
902
|
+
export interface IDotcssAnimatableColor extends IDotcssProp {
|
|
903
|
+
(value: ColorFormat | Array<number>): IDotcssProp;
|
|
904
|
+
(r: number, g: number, b: number, a?: number): IDotcssProp;
|
|
905
|
+
animate(value: ColorFormat | Array<number>, duration: number, style: "ease", complete: Function): IDotcssProp;
|
|
906
|
+
}
|
|
907
|
+
export interface HideParams {
|
|
908
|
+
duration?: number;
|
|
909
|
+
complete?: Function;
|
|
910
|
+
hideStyle?: "normal" | "fade" | "shrink";
|
|
911
|
+
animationStyle?: "ease";
|
|
912
|
+
}
|
|
913
|
+
export interface ShowParams {
|
|
914
|
+
duration?: number;
|
|
915
|
+
display?: DisplayValues;
|
|
916
|
+
complete?: Function;
|
|
917
|
+
opacity?: number;
|
|
918
|
+
width?: number;
|
|
919
|
+
height?: number;
|
|
920
|
+
showStyle?: "normal" | "fade" | "grow";
|
|
921
|
+
animationStyle?: "ease";
|
|
922
|
+
}
|
|
923
|
+
export interface TransformationBuilder {
|
|
924
|
+
(trns: ITransformationContext): ITransformationContext | string;
|
|
925
|
+
}
|
|
926
|
+
export type ITransformationContext = {
|
|
927
|
+
matrix: (a: number, b: number, c: number, d: number, tx: number, ty: number) => ITransformationContext;
|
|
928
|
+
matrix3d: (a1: number, b1: number, c1: number, d1: number, a2: number, b2: number, c2: number, d2: number, a3: number, b3: number, c3: number, d3: number, a4: number, b4: number, c4: number, d4: number) => ITransformationContext;
|
|
929
|
+
translate: (x: NumericLength, y?: NumericLength) => ITransformationContext;
|
|
930
|
+
translateCm: (x: number, y?: number) => ITransformationContext;
|
|
931
|
+
translateCh: (x: number, y?: number) => ITransformationContext;
|
|
932
|
+
translateEm: (x: number, y?: number) => ITransformationContext;
|
|
933
|
+
translateEx: (x: number, y?: number) => ITransformationContext;
|
|
934
|
+
translateIn: (x: number, y?: number) => ITransformationContext;
|
|
935
|
+
translateMm: (x: number, y?: number) => ITransformationContext;
|
|
936
|
+
translateP: (x: number, y?: number) => ITransformationContext;
|
|
937
|
+
translatePc: (x: number, y?: number) => ITransformationContext;
|
|
938
|
+
translatePt: (x: number, y?: number) => ITransformationContext;
|
|
939
|
+
translatePx: (x: number, y?: number) => ITransformationContext;
|
|
940
|
+
translateRem: (x: number, y?: number) => ITransformationContext;
|
|
941
|
+
translateVh: (x: number, y?: number) => ITransformationContext;
|
|
942
|
+
translateVw: (x: number, y?: number) => ITransformationContext;
|
|
943
|
+
translateVMax: (x: number, y?: number) => ITransformationContext;
|
|
944
|
+
translateVMin: (x: number, y?: number) => ITransformationContext;
|
|
945
|
+
translate3d: (x: NumericLength, y: NumericLength, z: NumericLength) => ITransformationContext;
|
|
946
|
+
translate3dCm: (x: number, y: number, z: number) => ITransformationContext;
|
|
947
|
+
translate3dCh: (x: number, y: number, z: number) => ITransformationContext;
|
|
948
|
+
translate3dEm: (x: number, y: number, z: number) => ITransformationContext;
|
|
949
|
+
translate3dEx: (x: number, y: number, z: number) => ITransformationContext;
|
|
950
|
+
translate3dIn: (x: number, y: number, z: number) => ITransformationContext;
|
|
951
|
+
translate3dMm: (x: number, y: number, z: number) => ITransformationContext;
|
|
952
|
+
translate3dP: (x: number, y: number, z: number) => ITransformationContext;
|
|
953
|
+
translate3dPc: (x: number, y: number, z: number) => ITransformationContext;
|
|
954
|
+
translate3dPt: (x: number, y: number, z: number) => ITransformationContext;
|
|
955
|
+
translate3dPx: (x: number, y: number, z: number) => ITransformationContext;
|
|
956
|
+
translate3dRem: (x: number, y: number, z: number) => ITransformationContext;
|
|
957
|
+
translate3dVh: (x: number, y: number, z: number) => ITransformationContext;
|
|
958
|
+
translate3dVw: (x: number, y: number, z: number) => ITransformationContext;
|
|
959
|
+
translate3dVMax: (x: number, y: number, z: number) => ITransformationContext;
|
|
960
|
+
translate3dVMin: (x: number, y: number, z: number) => ITransformationContext;
|
|
961
|
+
translateX: (v: NumericLength) => ITransformationContext;
|
|
962
|
+
translateXCm: (v: number) => ITransformationContext;
|
|
963
|
+
translateXCh: (v: number) => ITransformationContext;
|
|
964
|
+
translateXEm: (v: number) => ITransformationContext;
|
|
965
|
+
translateXEx: (v: number) => ITransformationContext;
|
|
966
|
+
translateXIn: (v: number) => ITransformationContext;
|
|
967
|
+
translateXMm: (v: number) => ITransformationContext;
|
|
968
|
+
translateXP: (v: number) => ITransformationContext;
|
|
969
|
+
translateXPc: (v: number) => ITransformationContext;
|
|
970
|
+
translateXPt: (v: number) => ITransformationContext;
|
|
971
|
+
translateXPx: (v: number) => ITransformationContext;
|
|
972
|
+
translateXRem: (v: number) => ITransformationContext;
|
|
973
|
+
translateXVh: (v: number) => ITransformationContext;
|
|
974
|
+
translateXVw: (v: number) => ITransformationContext;
|
|
975
|
+
translateXVMax: (v: number) => ITransformationContext;
|
|
976
|
+
translateXVMin: (v: number) => ITransformationContext;
|
|
977
|
+
translateY: (v: NumericLength) => ITransformationContext;
|
|
978
|
+
translateYCm: (v: number) => ITransformationContext;
|
|
979
|
+
translateYCh: (v: number) => ITransformationContext;
|
|
980
|
+
translateYEm: (v: number) => ITransformationContext;
|
|
981
|
+
translateYEx: (v: number) => ITransformationContext;
|
|
982
|
+
translateYIn: (v: number) => ITransformationContext;
|
|
983
|
+
translateYMm: (v: number) => ITransformationContext;
|
|
984
|
+
translateYP: (v: number) => ITransformationContext;
|
|
985
|
+
translateYPc: (v: number) => ITransformationContext;
|
|
986
|
+
translateYPt: (v: number) => ITransformationContext;
|
|
987
|
+
translateYPx: (v: number) => ITransformationContext;
|
|
988
|
+
translateYRem: (v: number) => ITransformationContext;
|
|
989
|
+
translateYVh: (v: number) => ITransformationContext;
|
|
990
|
+
translateYVw: (v: number) => ITransformationContext;
|
|
991
|
+
translateYVMax: (v: number) => ITransformationContext;
|
|
992
|
+
translateYVMin: (v: number) => ITransformationContext;
|
|
993
|
+
translateZ: (v: NumericLength) => ITransformationContext;
|
|
994
|
+
translateZCm: (v: number) => ITransformationContext;
|
|
995
|
+
translateZCh: (v: number) => ITransformationContext;
|
|
996
|
+
translateZEm: (v: number) => ITransformationContext;
|
|
997
|
+
translateZEx: (v: number) => ITransformationContext;
|
|
998
|
+
translateZIn: (v: number) => ITransformationContext;
|
|
999
|
+
translateZMm: (v: number) => ITransformationContext;
|
|
1000
|
+
translateZP: (v: number) => ITransformationContext;
|
|
1001
|
+
translateZPc: (v: number) => ITransformationContext;
|
|
1002
|
+
translateZPt: (v: number) => ITransformationContext;
|
|
1003
|
+
translateZPx: (v: number) => ITransformationContext;
|
|
1004
|
+
translateZRem: (v: number) => ITransformationContext;
|
|
1005
|
+
translateZVh: (v: number) => ITransformationContext;
|
|
1006
|
+
translateZVw: (v: number) => ITransformationContext;
|
|
1007
|
+
translateZVMax: (v: number) => ITransformationContext;
|
|
1008
|
+
translateZVMin: (v: number) => ITransformationContext;
|
|
1009
|
+
scale: (x: number, y?: number) => ITransformationContext;
|
|
1010
|
+
scale3d: (x: number, y: number, z: number) => ITransformationContext;
|
|
1011
|
+
scaleX: (v: number) => ITransformationContext;
|
|
1012
|
+
scaleY: (v: number) => ITransformationContext;
|
|
1013
|
+
scaleZ: (v: number) => ITransformationContext;
|
|
1014
|
+
rotate: (v: NumericAngle) => ITransformationContext;
|
|
1015
|
+
rotateDeg: (v: number) => ITransformationContext;
|
|
1016
|
+
rotateTurn: (v: number) => ITransformationContext;
|
|
1017
|
+
rotateRad: (v: number) => ITransformationContext;
|
|
1018
|
+
rotateGrad: (v: number) => ITransformationContext;
|
|
1019
|
+
rotate3d: (x: number, y: number, z: number, a: NumericAngle) => ITransformationContext;
|
|
1020
|
+
rotate3dDeg: (x: number, y: number, z: number, a: number) => ITransformationContext;
|
|
1021
|
+
rotate3dTurn: (x: number, y: number, z: number, a: number) => ITransformationContext;
|
|
1022
|
+
rotate3dRad: (x: number, y: number, z: number, a: number) => ITransformationContext;
|
|
1023
|
+
rotate3dGrad: (x: number, y: number, z: number, a: number) => ITransformationContext;
|
|
1024
|
+
rotateX: (v: NumericAngle) => ITransformationContext;
|
|
1025
|
+
rotateXDeg: (v: number) => ITransformationContext;
|
|
1026
|
+
rotateXTurn: (v: number) => ITransformationContext;
|
|
1027
|
+
rotateXRad: (v: number) => ITransformationContext;
|
|
1028
|
+
rotateXGrad: (v: number) => ITransformationContext;
|
|
1029
|
+
rotateY: (v: NumericAngle) => ITransformationContext;
|
|
1030
|
+
rotateYDeg: (v: number) => ITransformationContext;
|
|
1031
|
+
rotateYTurn: (v: number) => ITransformationContext;
|
|
1032
|
+
rotateYRad: (v: number) => ITransformationContext;
|
|
1033
|
+
rotateYGrad: (v: number) => ITransformationContext;
|
|
1034
|
+
rotateZ: (v: NumericAngle) => ITransformationContext;
|
|
1035
|
+
rotateZDeg: (v: number) => ITransformationContext;
|
|
1036
|
+
rotateZTurn: (v: number) => ITransformationContext;
|
|
1037
|
+
rotateZRad: (v: number) => ITransformationContext;
|
|
1038
|
+
rotateZGrad: (v: number) => ITransformationContext;
|
|
1039
|
+
skew: (x: NumericAngle, y?: NumericAngle) => ITransformationContext;
|
|
1040
|
+
skewDeg: (x: number, y?: number) => ITransformationContext;
|
|
1041
|
+
skewTurn: (x: number, y?: number) => ITransformationContext;
|
|
1042
|
+
skewRad: (x: number, y?: number) => ITransformationContext;
|
|
1043
|
+
skewGrad: (x: number, y?: number) => ITransformationContext;
|
|
1044
|
+
skewX: (v: NumericAngle) => ITransformationContext;
|
|
1045
|
+
skewXDeg: (v: number) => ITransformationContext;
|
|
1046
|
+
skewXTurn: (v: number) => ITransformationContext;
|
|
1047
|
+
skewXRad: (v: number) => ITransformationContext;
|
|
1048
|
+
skewXGrad: (v: number) => ITransformationContext;
|
|
1049
|
+
skewY: (v: NumericAngle) => ITransformationContext;
|
|
1050
|
+
skewYDeg: (v: number) => ITransformationContext;
|
|
1051
|
+
skewYTurn: (v: number) => ITransformationContext;
|
|
1052
|
+
skewYRad: (v: number) => ITransformationContext;
|
|
1053
|
+
skewYGrad: (v: number) => ITransformationContext;
|
|
1054
|
+
perspective: (v: NumericLength) => ITransformationContext;
|
|
1055
|
+
perspectiveCm: (v: number) => ITransformationContext;
|
|
1056
|
+
perspectiveCh: (v: number) => ITransformationContext;
|
|
1057
|
+
perspectiveEm: (v: number) => ITransformationContext;
|
|
1058
|
+
perspectiveEx: (v: number) => ITransformationContext;
|
|
1059
|
+
perspectiveIn: (v: number) => ITransformationContext;
|
|
1060
|
+
perspectiveMm: (v: number) => ITransformationContext;
|
|
1061
|
+
perspectiveP: (v: number) => ITransformationContext;
|
|
1062
|
+
perspectivePc: (v: number) => ITransformationContext;
|
|
1063
|
+
perspectivePt: (v: number) => ITransformationContext;
|
|
1064
|
+
perspectivePx: (v: number) => ITransformationContext;
|
|
1065
|
+
perspectiveRem: (v: number) => ITransformationContext;
|
|
1066
|
+
perspectiveVh: (v: number) => ITransformationContext;
|
|
1067
|
+
perspectiveVw: (v: number) => ITransformationContext;
|
|
1068
|
+
perspectiveVMax: (v: number) => ITransformationContext;
|
|
1069
|
+
perspectiveVMin: (v: number) => ITransformationContext;
|
|
1070
|
+
};
|
|
1071
|
+
export interface FilterBuilder {
|
|
1072
|
+
(filtCtx: IFilterContext): IFilterContext | string;
|
|
1073
|
+
}
|
|
1074
|
+
export type IFilterContext = {
|
|
1075
|
+
blur(v: NumericLength): IFilterContext;
|
|
1076
|
+
brightness(v: Percentage): IFilterContext;
|
|
1077
|
+
contrast(v: Percentage): IFilterContext;
|
|
1078
|
+
dropShadow(x: NumericLength, y: NumericLength, blur: NumericLength, color: ColorFormat): IFilterContext;
|
|
1079
|
+
grayscale(v: Percentage): IFilterContext;
|
|
1080
|
+
hueRotate(v: AngleUnits): IFilterContext;
|
|
1081
|
+
invert(v: Percentage): IFilterContext;
|
|
1082
|
+
opacity(v: Percentage): IFilterContext;
|
|
1083
|
+
sepia(v: Percentage): IFilterContext;
|
|
1084
|
+
saturate(v: Percentage): IFilterContext;
|
|
1085
|
+
};
|