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