jpf 5.0.3 → 5.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (292) hide show
  1. package/dist/controls/codeMirror/Editor/Editor.d.ts +19 -0
  2. package/dist/controls/codeMirror/Editor/Editor.js +151 -0
  3. package/dist/controls/codeMirror/Editor/Editor.js.map +1 -0
  4. package/dist/controls/codeMirror/index.d.ts +1 -2
  5. package/dist/controls/codeMirror/index.js +1 -2
  6. package/dist/controls/codeMirror/index.js.map +1 -1
  7. package/dist/controls/custom/FileSelector/FileSelector.d.ts +18 -18
  8. package/dist/controls/custom/FileSelector/FileSelector.js +47 -46
  9. package/dist/controls/custom/FileSelector/FileSelector.js.map +1 -1
  10. package/dist/controls/custom/LabeledControl/LabeledControl.d.ts +15 -15
  11. package/dist/controls/custom/LabeledControl/LabeledControl.js +31 -36
  12. package/dist/controls/custom/LabeledControl/LabeledControl.js.map +1 -1
  13. package/dist/controls/custom/ListItem/ListItem.d.ts +37 -36
  14. package/dist/controls/custom/ListItem/ListItem.js +62 -62
  15. package/dist/controls/custom/ListItem/ListItem.js.map +1 -1
  16. package/dist/controls/custom/index.d.ts +3 -3
  17. package/dist/controls/custom/index.js +3 -3
  18. package/dist/controls/html/Button/Button.d.ts +16 -16
  19. package/dist/controls/html/Button/Button.js +47 -50
  20. package/dist/controls/html/Button/Button.js.map +1 -1
  21. package/dist/controls/html/Div/Div.d.ts +14 -14
  22. package/dist/controls/html/Div/Div.js +23 -24
  23. package/dist/controls/html/Div/Div.js.map +1 -1
  24. package/dist/controls/html/Image/Image.d.ts +16 -16
  25. package/dist/controls/html/Image/Image.js +29 -28
  26. package/dist/controls/html/Image/Image.js.map +1 -1
  27. package/dist/controls/html/Input/Input.d.ts +34 -34
  28. package/dist/controls/html/Input/Input.js +166 -170
  29. package/dist/controls/html/Input/Input.js.map +1 -1
  30. package/dist/controls/html/Select/Select.d.ts +30 -30
  31. package/dist/controls/html/Select/Select.js +109 -110
  32. package/dist/controls/html/Select/Select.js.map +1 -1
  33. package/dist/controls/html/Span/Span.d.ts +11 -11
  34. package/dist/controls/html/Span/Span.js +22 -22
  35. package/dist/controls/html/Span/Span.js.map +1 -1
  36. package/dist/controls/html/index.d.ts +6 -6
  37. package/dist/controls/html/index.js +6 -6
  38. package/dist/controls/index.d.ts +14 -14
  39. package/dist/controls/index.js +14 -14
  40. package/dist/controls/index.js.map +1 -1
  41. package/dist/controls/{jsonViewAwesome → jsonViewerAwesome}/index.d.ts +1 -1
  42. package/dist/controls/{jsonViewAwesome → jsonViewerAwesome}/index.js +1 -1
  43. package/dist/controls/jsonViewerAwesome/index.js.map +1 -0
  44. package/dist/controls/jsonViewerAwesome/jsonFormatter/JsonFormatter.d.ts +28 -0
  45. package/dist/controls/{jsonViewAwesome → jsonViewerAwesome}/jsonFormatter/JsonFormatter.js +65 -65
  46. package/dist/controls/jsonViewerAwesome/jsonFormatter/JsonFormatter.js.map +1 -0
  47. package/dist/controls/kendo/Chart/Chart.d.ts +19 -19
  48. package/dist/controls/kendo/Chart/Chart.js +62 -62
  49. package/dist/controls/kendo/Chart/Chart.js.map +1 -1
  50. package/dist/controls/kendo/Culture/Culture.d.ts +1 -1
  51. package/dist/controls/kendo/Culture/Culture.js +25 -25
  52. package/dist/controls/kendo/Culture/Culture.js.map +1 -1
  53. package/dist/controls/kendo/DataSource/DataSource.d.ts +4 -4
  54. package/dist/controls/kendo/DataSource/DataSource.js +1 -1
  55. package/dist/controls/kendo/Editor/Editor.d.ts +14 -19
  56. package/dist/controls/kendo/Editor/Editor.js +94 -104
  57. package/dist/controls/kendo/Editor/Editor.js.map +1 -1
  58. package/dist/controls/kendo/Grid/Grid.d.ts +54 -54
  59. package/dist/controls/kendo/Grid/Grid.js +201 -218
  60. package/dist/controls/kendo/Grid/Grid.js.map +1 -1
  61. package/dist/controls/kendo/Menu/Menu.d.ts +15 -15
  62. package/dist/controls/kendo/Menu/Menu.js +90 -90
  63. package/dist/controls/kendo/Menu/Menu.js.map +1 -1
  64. package/dist/controls/kendo/ObservableObject/ObservableObject.d.ts +0 -5
  65. package/dist/controls/kendo/ObservableObject/ObservableObject.js +0 -34
  66. package/dist/controls/kendo/ObservableObject/ObservableObject.js.map +1 -1
  67. package/dist/controls/kendo/Treeview/Treeview.d.ts +17 -0
  68. package/dist/controls/kendo/{Tree/Tree.js → Treeview/Treeview.js} +107 -107
  69. package/dist/controls/kendo/Treeview/Treeview.js.map +1 -0
  70. package/dist/controls/kendo/Window/Window.d.ts +14 -0
  71. package/dist/controls/kendo/{Dialog/Dialog.js → Window/Window.js} +49 -49
  72. package/dist/controls/kendo/Window/Window.js.map +1 -0
  73. package/dist/controls/kendo/index.d.ts +8 -9
  74. package/dist/controls/kendo/index.js +8 -9
  75. package/dist/controls/kendo/index.js.map +1 -1
  76. package/dist/controls/leaflet/LabelControl/LabelControl.d.ts +12 -12
  77. package/dist/controls/leaflet/LabelControl/LabelControl.js +33 -33
  78. package/dist/controls/leaflet/LabelControl/LabelControl.js.map +1 -1
  79. package/dist/controls/leaflet/Map/Map.d.ts +45 -45
  80. package/dist/controls/leaflet/Map/Map.js +116 -115
  81. package/dist/controls/leaflet/Map/Map.js.map +1 -1
  82. package/dist/controls/leaflet/OpenStreetMapTileLayer/OpenStreetMapTileLayer.d.ts +8 -8
  83. package/dist/controls/leaflet/OpenStreetMapTileLayer/OpenStreetMapTileLayer.js +13 -13
  84. package/dist/controls/leaflet/OpenStreetMapTileLayer/OpenStreetMapTileLayer.js.map +1 -1
  85. package/dist/controls/leaflet/PointerEvent/PointerEvent.d.ts +2 -2
  86. package/dist/controls/leaflet/PointerEvent/PointerEvent.js +7 -7
  87. package/dist/controls/leaflet/PointerEvent/PointerEvent.js.map +1 -1
  88. package/dist/controls/leaflet/index.d.ts +4 -4
  89. package/dist/controls/leaflet/index.js +4 -4
  90. package/dist/controls/svg/Circle/Circle.d.ts +12 -12
  91. package/dist/controls/svg/Circle/Circle.js +20 -20
  92. package/dist/controls/svg/Circle/Circle.js.map +1 -1
  93. package/dist/controls/svg/Ellipse/Ellipse.d.ts +13 -13
  94. package/dist/controls/svg/Ellipse/Ellipse.js +21 -21
  95. package/dist/controls/svg/Ellipse/Ellipse.js.map +1 -1
  96. package/dist/controls/svg/ForeignObject/ForeignObject.d.ts +15 -14
  97. package/dist/controls/svg/ForeignObject/ForeignObject.js +21 -22
  98. package/dist/controls/svg/ForeignObject/ForeignObject.js.map +1 -1
  99. package/dist/controls/svg/Group/Group.d.ts +15 -14
  100. package/dist/controls/svg/Group/Group.js +21 -22
  101. package/dist/controls/svg/Group/Group.js.map +1 -1
  102. package/dist/controls/svg/Line/Line.d.ts +13 -13
  103. package/dist/controls/svg/Line/Line.js +21 -21
  104. package/dist/controls/svg/Line/Line.js.map +1 -1
  105. package/dist/controls/svg/Pattern/Pattern.d.ts +22 -22
  106. package/dist/controls/svg/Pattern/Pattern.js +22 -23
  107. package/dist/controls/svg/Pattern/Pattern.js.map +1 -1
  108. package/dist/controls/svg/Polygon/Polygon.d.ts +11 -11
  109. package/dist/controls/svg/Polygon/Polygon.js +20 -20
  110. package/dist/controls/svg/Polygon/Polygon.js.map +1 -1
  111. package/dist/controls/svg/Polyline/Polyline.d.ts +11 -11
  112. package/dist/controls/svg/Polyline/Polyline.js +19 -19
  113. package/dist/controls/svg/Polyline/Polyline.js.map +1 -1
  114. package/dist/controls/svg/Rectangle/Rectangle.d.ts +13 -13
  115. package/dist/controls/svg/Rectangle/Rectangle.js +21 -21
  116. package/dist/controls/svg/Rectangle/Rectangle.js.map +1 -1
  117. package/dist/controls/svg/Svg/Svg.d.ts +17 -17
  118. package/dist/controls/svg/Svg/Svg.js +23 -24
  119. package/dist/controls/svg/Svg/Svg.js.map +1 -1
  120. package/dist/controls/svg/Text/Text.d.ts +14 -14
  121. package/dist/controls/svg/Text/Text.js +22 -22
  122. package/dist/controls/svg/Text/Text.js.map +1 -1
  123. package/dist/controls/svg/Title/Title.d.ts +10 -10
  124. package/dist/controls/svg/Title/Title.js +16 -16
  125. package/dist/controls/svg/Title/Title.js.map +1 -1
  126. package/dist/controls/svg/index.d.ts +13 -13
  127. package/dist/controls/svg/index.js +13 -13
  128. package/dist/controls/svg/svg.d.ts +6 -6
  129. package/dist/controls/svg/svg.js +12 -12
  130. package/dist/controls/svg/svg.js.map +1 -1
  131. package/dist/framework/attributes.d.ts +90 -90
  132. package/dist/framework/attributes.js +1 -1
  133. package/dist/framework/{View.d.ts → element.d.ts} +61 -62
  134. package/dist/framework/{View.js → element.js} +157 -150
  135. package/dist/framework/element.js.map +1 -0
  136. package/dist/framework/event.d.ts +80 -80
  137. package/dist/framework/event.js +25 -25
  138. package/dist/framework/event.js.map +1 -1
  139. package/dist/framework/observable.d.ts +37 -12
  140. package/dist/framework/observable.js +66 -58
  141. package/dist/framework/observable.js.map +1 -1
  142. package/dist/framework/properties.d.ts +40 -0
  143. package/dist/framework/{ViewModel.js → properties.js} +303 -312
  144. package/dist/framework/properties.js.map +1 -0
  145. package/dist/framework/root.d.ts +9 -0
  146. package/dist/framework/root.js +38 -0
  147. package/dist/framework/root.js.map +1 -0
  148. package/dist/framework/style.d.ts +657 -658
  149. package/dist/framework/style.js +146 -153
  150. package/dist/framework/style.js.map +1 -1
  151. package/dist/framework/types.d.ts +87 -87
  152. package/dist/framework/types.js +1 -1
  153. package/dist/index.d.ts +12 -12
  154. package/dist/index.js +12 -12
  155. package/dist/index.js.map +1 -1
  156. package/dist/utilities/blob/blob.d.ts +1 -1
  157. package/dist/utilities/blob/blob.js +17 -17
  158. package/dist/utilities/blob/blob.js.map +1 -1
  159. package/dist/utilities/contextMenu/contextMenu.d.ts +2 -0
  160. package/dist/utilities/contextMenu/contextMenu.js +11 -0
  161. package/dist/utilities/contextMenu/contextMenu.js.map +1 -0
  162. package/dist/utilities/cookie/cookie.d.ts +3 -3
  163. package/dist/utilities/cookie/cookie.js +26 -26
  164. package/dist/utilities/cookie/cookie.js.map +1 -1
  165. package/dist/utilities/dataReaderTable/dataReaderTable.d.ts +9 -9
  166. package/dist/utilities/dataReaderTable/dataReaderTable.js +23 -23
  167. package/dist/utilities/dataReaderTable/dataReaderTable.js.map +1 -1
  168. package/dist/utilities/fetch/fetch.d.ts +7 -8
  169. package/dist/utilities/fetch/fetch.js +139 -137
  170. package/dist/utilities/fetch/fetch.js.map +1 -1
  171. package/dist/utilities/float/float.d.ts +1 -1
  172. package/dist/utilities/float/float.js +3 -3
  173. package/dist/utilities/formData/formData.d.ts +1 -1
  174. package/dist/utilities/formData/formData.js +11 -11
  175. package/dist/utilities/formData/formData.js.map +1 -1
  176. package/dist/utilities/formatting/formatting.d.ts +4 -0
  177. package/dist/utilities/formatting/formatting.js +26 -0
  178. package/dist/utilities/formatting/formatting.js.map +1 -0
  179. package/dist/utilities/htmlElement/htmlElement.d.ts +1 -1
  180. package/dist/utilities/htmlElement/htmlElement.js +16 -16
  181. package/dist/utilities/htmlElement/htmlElement.js.map +1 -1
  182. package/dist/utilities/image/image.d.ts +1 -1
  183. package/dist/utilities/image/image.js +1 -1
  184. package/dist/utilities/index.d.ts +40 -36
  185. package/dist/utilities/index.js +40 -36
  186. package/dist/utilities/index.js.map +1 -1
  187. package/dist/utilities/integer/integer.d.ts +3 -3
  188. package/dist/utilities/integer/integer.js +27 -27
  189. package/dist/utilities/integer/integer.js.map +1 -1
  190. package/dist/utilities/key/key.d.ts +2 -2
  191. package/dist/utilities/key/key.js +6 -6
  192. package/dist/utilities/navigator/navigator.d.ts +1 -1
  193. package/dist/utilities/navigator/navigator.js +8 -8
  194. package/dist/utilities/navigator/navigator.js.map +1 -1
  195. package/dist/utilities/notification/notification.d.ts +5 -5
  196. package/dist/utilities/notification/notification.js +66 -66
  197. package/dist/utilities/notification/notification.js.map +1 -1
  198. package/dist/utilities/querystring/querystring.d.ts +6 -6
  199. package/dist/utilities/querystring/querystring.js +53 -53
  200. package/dist/utilities/querystring/querystring.js.map +1 -1
  201. package/dist/utilities/router/router.d.ts +19 -19
  202. package/dist/utilities/router/router.js +80 -80
  203. package/dist/utilities/router/router.js.map +1 -1
  204. package/dist/utilities/stylesheet/stylesheet.d.ts +2 -2
  205. package/dist/utilities/stylesheet/stylesheet.js +47 -47
  206. package/dist/utilities/stylesheet/stylesheet.js.map +1 -1
  207. package/dist/utilities/uniqueId/uniqueId.d.ts +1 -1
  208. package/dist/utilities/uniqueId/uniqueId.js +4 -4
  209. package/dist/{framework → utilities/userAgent}/userAgent.d.ts +31 -31
  210. package/dist/{framework → utilities/userAgent}/userAgent.js +46 -46
  211. package/dist/utilities/userAgent/userAgent.js.map +1 -0
  212. package/dist/utilities/webSocket/webSocket.d.ts +1 -1
  213. package/dist/utilities/webSocket/webSocket.js +54 -54
  214. package/dist/utilities/webSocket/webSocket.js.map +1 -1
  215. package/package.json +15 -11
  216. package/src/controls/codeMirror/Editor/Editor.ts +207 -0
  217. package/src/controls/codeMirror/index.ts +1 -2
  218. package/src/controls/custom/FileSelector/FileSelector.ts +30 -28
  219. package/src/controls/custom/LabeledControl/LabeledControl.ts +32 -36
  220. package/src/controls/custom/ListItem/ListItem.ts +36 -36
  221. package/src/controls/html/Button/Button.ts +36 -29
  222. package/src/controls/html/Div/Div.ts +20 -21
  223. package/src/controls/html/Image/Image.ts +22 -20
  224. package/src/controls/html/Input/Input.ts +59 -61
  225. package/src/controls/html/Select/Select.ts +37 -39
  226. package/src/controls/html/Span/Span.ts +14 -14
  227. package/src/controls/index.ts +2 -2
  228. package/src/controls/{jsonViewAwesome → jsonViewerAwesome}/jsonFormatter/JsonFormatter.ts +23 -23
  229. package/src/controls/kendo/Chart/Chart.ts +34 -34
  230. package/src/controls/kendo/DataSource/DataSource.ts +1 -1
  231. package/src/controls/kendo/Editor/Editor.ts +58 -68
  232. package/src/controls/kendo/Grid/Grid.ts +77 -80
  233. package/src/controls/kendo/Menu/Menu.ts +22 -22
  234. package/src/controls/kendo/ObservableObject/ObservableObject.ts +45 -45
  235. package/src/controls/kendo/{Tree/Tree.ts → Treeview/Treeview.ts} +15 -15
  236. package/src/controls/kendo/{Dialog/Dialog.ts → Window/Window.ts} +21 -19
  237. package/src/controls/kendo/index.ts +3 -3
  238. package/src/controls/leaflet/LabelControl/LabelControl.ts +10 -10
  239. package/src/controls/leaflet/Map/Map.ts +41 -38
  240. package/src/controls/leaflet/OpenStreetMapTileLayer/OpenStreetMapTileLayer.ts +3 -3
  241. package/src/controls/svg/Circle/Circle.ts +14 -14
  242. package/src/controls/svg/Ellipse/Ellipse.ts +15 -15
  243. package/src/controls/svg/ForeignObject/ForeignObject.ts +19 -20
  244. package/src/controls/svg/Group/Group.ts +19 -19
  245. package/src/controls/svg/Line/Line.ts +15 -15
  246. package/src/controls/svg/Pattern/Pattern.ts +25 -25
  247. package/src/controls/svg/Polygon/Polygon.ts +13 -13
  248. package/src/controls/svg/Polyline/Polyline.ts +13 -13
  249. package/src/controls/svg/Rectangle/Rectangle.ts +15 -15
  250. package/src/controls/svg/Svg/Svg.ts +19 -19
  251. package/src/controls/svg/Text/Text.ts +16 -16
  252. package/src/controls/svg/Title/Title.ts +12 -12
  253. package/src/controls/svg/svg.ts +4 -4
  254. package/src/framework/attributes.ts +46 -46
  255. package/src/framework/{View.ts → element.ts} +52 -39
  256. package/src/framework/event.ts +7 -7
  257. package/src/framework/observable.ts +94 -60
  258. package/src/framework/properties.ts +393 -0
  259. package/src/framework/root.ts +45 -0
  260. package/src/framework/style.ts +330 -340
  261. package/src/index.ts +4 -4
  262. package/src/utilities/contextMenu/contextMenu.ts +16 -0
  263. package/src/utilities/fetch/fetch.ts +16 -14
  264. package/src/utilities/formatting/formatting.ts +29 -0
  265. package/src/utilities/index.ts +7 -3
  266. package/src/utilities/router/router.ts +3 -3
  267. package/dist/controls/codeMirror/HtmlEditor/HtmlEditor.d.ts +0 -16
  268. package/dist/controls/codeMirror/HtmlEditor/HtmlEditor.js +0 -120
  269. package/dist/controls/codeMirror/HtmlEditor/HtmlEditor.js.map +0 -1
  270. package/dist/controls/codeMirror/JsonEditor/JsonEditor.d.ts +0 -16
  271. package/dist/controls/codeMirror/JsonEditor/JsonEditor.js +0 -104
  272. package/dist/controls/codeMirror/JsonEditor/JsonEditor.js.map +0 -1
  273. package/dist/controls/jsonViewAwesome/index.js.map +0 -1
  274. package/dist/controls/jsonViewAwesome/jsonFormatter/JsonFormatter.d.ts +0 -28
  275. package/dist/controls/jsonViewAwesome/jsonFormatter/JsonFormatter.js.map +0 -1
  276. package/dist/controls/kendo/Dialog/Dialog.d.ts +0 -14
  277. package/dist/controls/kendo/Dialog/Dialog.js.map +0 -1
  278. package/dist/controls/kendo/Tree/Tree.d.ts +0 -17
  279. package/dist/controls/kendo/Tree/Tree.js.map +0 -1
  280. package/dist/framework/View.js.map +0 -1
  281. package/dist/framework/ViewModel.d.ts +0 -42
  282. package/dist/framework/ViewModel.js.map +0 -1
  283. package/dist/framework/userAgent.js.map +0 -1
  284. package/dist/utilities/html/html.d.ts +0 -1
  285. package/dist/utilities/html/html.js +0 -8
  286. package/dist/utilities/html/html.js.map +0 -1
  287. package/src/controls/codeMirror/HtmlEditor/HtmlEditor.ts +0 -153
  288. package/src/controls/codeMirror/JsonEditor/JsonEditor.ts +0 -136
  289. package/src/framework/ViewModel.ts +0 -528
  290. package/src/utilities/html/html.ts +0 -8
  291. /package/src/controls/{jsonViewAwesome → jsonViewerAwesome}/index.ts +0 -0
  292. /package/src/{framework → utilities/userAgent}/userAgent.ts +0 -0
@@ -1,658 +1,657 @@
1
- import * as types from "./types";
2
- import { Subscribable } from "knockout";
3
- export declare function extendStyle(target: Style, source: Style): Style;
4
- export interface Style {
5
- alignContent?: types.AlignContent;
6
- alignItems?: types.CssValue<types.AlignItems>;
7
- alignSelf?: types.CssValue<types.AlignSelf>;
8
- alignmentAdjust?: any;
9
- alignmentBaseline?: types.AlignmentBaseline;
10
- animation?: types.CssValueString;
11
- animationDelay?: any;
12
- animationDirection?: types.CssGlobalValues | types.AnimationDirection;
13
- animationDuration?: types.CssValue<string>;
14
- animationFillMode?: types.AnimationFillMode;
15
- animationIterationCount?: types.CssValue<number> | "infinite";
16
- animationName?: types.CssValue<string>;
17
- animationPlayState?: types.CssValue<types.CssAnimationPlayState>;
18
- animationTimingFunction?: types.CssValue<types.CssTimingFunction>;
19
- appearance?: types.CssValue<"auto" | "none">;
20
- backfaceVisibility?: types.CssGlobalValues | "visible" | "hidden";
21
- background?: any;
22
- backgroundAttachment?: types.BackgroundAttachment;
23
- backgroundBlendMode?: types.CssValue<types.CssBlendMode>;
24
- backgroundClip?: types.CssValue<types.CssBox | "text">;
25
- backgroundColor?: types.CssValue<types.CssColor>;
26
- backgroundComposite?: any;
27
- backgroundImage?: types.CssValue<types.CssImage>;
28
- backgroundOrigin?: types.CssValue<types.CssBox>;
29
- backgroundPosition?: types.CssValue<types.CssPosition>;
30
- backgroundRepeat?: types.CssValue<types.CssRepeatStyle | string>;
31
- backgroundSize?: types.BackgroundSize | types.CssLength | types.CssPercentage | types.CssGlobalValues;
32
- baselineShift?: any;
33
- behavior?: any;
34
- border?: any;
35
- borderBottom?: types.CssBorderShorthand;
36
- borderBottomColor?: types.CssValue<types.CssColor>;
37
- borderBottomLeftRadius?: any;
38
- borderBottomRightRadius?: any;
39
- borderBottomStyle?: types.CssValue<types.CssLineStyle>;
40
- borderBottomWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
41
- borderCollapse?: any;
42
- borderColor?: types.CssValue<types.CssColorSet>;
43
- borderCornerShape?: any;
44
- borderImageSource?: types.CssValue<types.CssImage>;
45
- borderImageWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
46
- borderLeft?: types.CssBorderShorthand;
47
- borderLeftColor?: types.CssValue<types.CssColor>;
48
- borderLeftStyle?: types.CssValue<types.CssLineStyle>;
49
- borderLeftWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
50
- borderRadius?: types.CssValue<types.CssLength | types.CssPercentage>;
51
- borderRight?: types.CssBorderShorthand;
52
- borderRightColor?: types.CssValue<types.CssColor>;
53
- borderRightStyle?: types.CssValue<types.CssLineStyle>;
54
- borderRightWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
55
- borderSpacing?: types.CssLength | string | "inherit";
56
- borderStyle?: types.CssValue<types.CssLineStyleSet>;
57
- borderTop?: types.CssBorderShorthand;
58
- borderTopColor?: types.CssValue<types.CssColor>;
59
- borderTopLeftRadius?: any;
60
- borderTopRightRadius?: any;
61
- borderTopStyle?: types.CssValue<types.CssLineStyle>;
62
- borderTopWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
63
- borderWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
64
- bottom?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>;
65
- boxAlign?: any;
66
- boxDecorationBreak?: any;
67
- boxDirection?: any;
68
- boxLineProgression?: any;
69
- boxLines?: any;
70
- boxOrdinalGroup?: any;
71
- boxFlex?: number;
72
- boxSizing?: types.CssGlobalValues | "content-box" | "border-box";
73
- boxShadow?: types.CssValueGeneral;
74
- boxFlexGroup?: number;
75
- breakAfter?: types.BreakAfter;
76
- breakBefore?: types.BreakBefore;
77
- breakInside?: types.BreakInside;
78
- captionSide?: types.CaptionSide;
79
- clear?: types.CssGlobalValues | "none" | "left" | "right" | "both";
80
- clip?: any;
81
- clipRule?: any;
82
- color?: types.CssValue<types.CssColor>;
83
- columnCount?: number | "auto" | "initial" | "inherit";
84
- columnFill?: any;
85
- columnGap?: any;
86
- columnRule?: any;
87
- columnRuleColor?: types.CssValue<types.CssColor>;
88
- columnRuleStyle?: types.CssValue<types.CssLineStyle>;
89
- columnRuleWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
90
- columnSpan?: any;
91
- columnWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
92
- columns?: any;
93
- content?: types.CssValueString;
94
- counterIncrement?: any;
95
- counterReset?: any;
96
- cue?: any;
97
- cueAfter?: any;
98
- cursor?: types.Cursor;
99
- direction?: types.CssGlobalValues | "ltr" | "rtl";
100
- display?: types.CssValue<types.CssGlobalValues | types.CssDisplay>;
101
- dominantBaseline?: types.DominantBaseline;
102
- emptyCells?: types.CssGlobalValues | "show" | "hide";
103
- fill?: types.CssColor | "context-stroke" | "context-fill";
104
- fillOpacity?: number;
105
- fillRule?: "nonzero" | "evenodd";
106
- filter?: string;
107
- flex?: number | string;
108
- flexAlign?: any;
109
- flexBasis?: any;
110
- flexDirection?: types.FlexDirection;
111
- flexFlow?: any;
112
- flexGrow?: number;
113
- flexItemAlign?: any;
114
- flexLinePack?: any;
115
- flexPositive?: any;
116
- flexNegative?: any;
117
- flexOrder?: any;
118
- flexShrink?: number;
119
- flexWrap?: types.FlexWrap;
120
- float?: types.CssGlobalValues | "left" | "right" | "none" | "inline-start" | "inline-end";
121
- flowFrom?: any;
122
- font?: any;
123
- fontFamily?: any;
124
- fontKerning?: types.CssGlobalValues | "auto" | "normal" | "none";
125
- fontSize?: types.CssValue<types.CssFontSize>;
126
- fontSizeAdjust?: any;
127
- fontStretch?: types.FontStretch;
128
- fontStyle?: types.CssGlobalValues | "normal" | "italic" | "oblique";
129
- fontSynthesis?: any;
130
- fontVariant?: any;
131
- fontVariantAlternates?: any;
132
- fontWeight?: types.CssFontWeight;
133
- gridArea?: any;
134
- gridAutoColumns?: any;
135
- gridAutoFlow?: any;
136
- gridAutoRows?: any;
137
- gridColumn?: any;
138
- gridColumnGap?: any;
139
- gridColumnEnd?: any;
140
- gridColumnStart?: any;
141
- gridGap?: any;
142
- gridRow?: any;
143
- gridRowEnd?: any;
144
- gridRowGap?: any;
145
- gridRowStart?: any;
146
- gridRowPosition?: any;
147
- gridRowSpan?: any;
148
- gridTemplate?: any;
149
- gridTemplateAreas?: any;
150
- gridTemplateColumns?: any;
151
- gridTemplateRows?: any;
152
- height?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>;
153
- hyphenateLimitChars?: any;
154
- hyphenateLimitLines?: any;
155
- hyphenateLimitZone?: any;
156
- hyphens?: types.CssGlobalValues | string | "none" | "manual" | "auto";
157
- imeMode?: types.CssGlobalValues | "auto" | "normal" | "active" | "inactive" | "disabled";
158
- justifyContent?: types.JustifyContent;
159
- justifyItems?: types.JustifyItems | Subscribable<types.JustifyItems>;
160
- justifySelf?: types.JustifySelf;
161
- layoutGrid?: any;
162
- layoutGridChar?: any;
163
- layoutGridLine?: any;
164
- layoutGridMode?: any;
165
- layoutGridType?: any;
166
- left?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>;
167
- letterSpacing?: any;
168
- lineBreak?: any;
169
- lineClamp?: number;
170
- lineHeight?: types.CssValue<types.CssLength | types.CssPercentage>;
171
- listStyle?: any;
172
- listStyleImage?: any;
173
- listStylePosition?: types.CssGlobalValues | "inside" | "outside";
174
- listStyleType?: any;
175
- margin?: any;
176
- marginBottom?: any;
177
- marginLeft?: any;
178
- marginRight?: any;
179
- marginTop?: types.CssValueGeneral;
180
- marqueeDirection?: any;
181
- marqueeStyle?: any;
182
- mask?: any;
183
- maskBorder?: any;
184
- maskBorderRepeat?: any;
185
- maskBorderSlice?: any;
186
- maskBorderSource?: any;
187
- maskBorderWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
188
- maskClip?: any;
189
- maskOrigin?: any;
190
- maxFontSize?: any;
191
- maxHeight?: types.CssValue<types.CssLength | types.CssPercentage>;
192
- maxWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
193
- minHeight?: types.CssValue<types.CssLength | types.CssPercentage>;
194
- minWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
195
- mixBlendMode?: types.CssValue<types.CssBlendMode>;
196
- objectFit?: types.CssObjectFit;
197
- objectPosition?: string | types.CssGlobalValues;
198
- opacity?: number | types.CssGlobalValues;
199
- order?: number;
200
- orphans?: number;
201
- outline?: any;
202
- outlineColor?: types.CssValue<types.CssColor>;
203
- outlineStyle?: types.OutlineStyle;
204
- outlineOffset?: any;
205
- outlineWidth?: types.CssGlobalValues | "thin" | "medium" | "thick" | types.CssLength;
206
- overflow?: types.CssValue<types.CssOverflow>;
207
- overflowStyle?: any;
208
- overflowWrap?: types.CssGlobalValues | "normal" | "break-word";
209
- overflowX?: types.CssValue<types.CssOverflow>;
210
- overflowY?: types.CssValue<types.CssOverflow>;
211
- padding?: any;
212
- paddingBottom?: types.CssValue<types.CssLength | types.CssPercentage>;
213
- paddingLeft?: types.CssValue<types.CssLength | types.CssPercentage>;
214
- paddingRight?: types.CssValue<types.CssLength | types.CssPercentage>;
215
- paddingTop?: types.CssValue<types.CssLength | types.CssPercentage>;
216
- pageBreakAfter?: types.PageBreakAfter;
217
- pageBreakBefore?: types.PageBreakBefore;
218
- pageBreakInside?: types.CssGlobalValues | "auto" | "avoid";
219
- pause?: any;
220
- pauseAfter?: any;
221
- pauseBefore?: any;
222
- perspective?: any;
223
- perspectiveOrigin?: any;
224
- pointerEvents?: types.PointerEvents;
225
- position?: types.PositionX;
226
- punctuationTrim?: any;
227
- quotes?: any;
228
- regionFragment?: any;
229
- resize?: types.CssGlobalValues | "none" | "both " | "horizontal" | "vertical";
230
- restAfter?: any;
231
- restBefore?: any;
232
- right?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>;
233
- rubyAlign?: types.CssGlobalValues | "start" | "center" | "space-between" | "space-around";
234
- rubyPosition?: types.CssGlobalValues | "over" | "under" | "inter-character";
235
- rx?: number;
236
- ry?: number;
237
- shapeImageThreshold?: any;
238
- shapeInside?: any;
239
- shapeMargin?: any;
240
- shapeOutside?: any;
241
- speak?: any;
242
- speakAs?: any;
243
- src?: types.CssValueString;
244
- stroke?: string;
245
- strokeDasharray?: number[];
246
- strokeDashoffset?: types.CssValue<types.CssGlobalValues | types.CssLength | types.CssPercentage>;
247
- strokeLinecap?: types.CssGlobalValues | "butt" | "round" | "square";
248
- strokeOpacity?: number;
249
- strokeWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
250
- tabSize?: any;
251
- tableLayout?: any;
252
- textAnchor?: "start" | "middle" | "end" | "inherit";
253
- textAlign?: types.TextAlign;
254
- textAlignLast?: types.TextAlignLast;
255
- textDecoration?: any;
256
- textDecorationColor?: types.CssValue<types.CssColor>;
257
- textDecorationLine?: any;
258
- textDecorationLineThrough?: any;
259
- textDecorationNone?: any;
260
- textDecorationOverline?: any;
261
- textDecorationSkip?: any;
262
- textDecorationStyle?: types.CssGlobalValues | "solid" | "double" | "dotted" | "dashed" | "wavy";
263
- textDecorationUnderline?: any;
264
- textEmphasis?: any;
265
- textEmphasisColor?: types.CssValue<types.CssColor>;
266
- textEmphasisStyle?: any;
267
- textHeight?: types.CssValue<types.CssLength | types.CssPercentage>;
268
- textIndent?: any;
269
- textJustifyTrim?: any;
270
- textKashidaSpace?: any;
271
- textLineThrough?: any;
272
- textLineThroughColor?: types.CssValue<types.CssColor>;
273
- textLineThroughMode?: any;
274
- textLineThroughStyle?: any;
275
- textLineThroughWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
276
- textOverflow?: types.CssGlobalValues | "clip" | "ellipsis" | string;
277
- textOverline?: any;
278
- textOverlineColor?: types.CssValue<types.CssColor>;
279
- textOverlineMode?: any;
280
- textOverlineStyle?: any;
281
- textOverlineWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
282
- textRendering?: types.CssGlobalValues | "auto" | "optimizeSpeed" | "optimizeLegibility" | "geometricPrecision";
283
- textScript?: any;
284
- textShadow?: any;
285
- textTransform?: types.TextTransform;
286
- textUnderlinePosition?: any;
287
- textUnderlineStyle?: any;
288
- top?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>;
289
- touchAction?: types.TouchAction;
290
- transform?: types.CssTransformFunction;
291
- webKitTransform?: types.CssTransformFunction;
292
- msTransform?: types.CssTransformFunction;
293
- transformOrigin?: any;
294
- transformOriginZ?: any;
295
- transformStyle?: types.CssGlobalValues | "flat" | "preserve-3d";
296
- transition?: any;
297
- transitionDelay?: any;
298
- transitionDuration?: any;
299
- transitionProperty?: types.CssValueString;
300
- transitionTimingFunction?: types.CssTimingFunction;
301
- unicodeBidi?: any;
302
- unicodeRange?: any;
303
- userFocus?: any;
304
- userInput?: any;
305
- userSelect?: "auto" | "text" | "none" | "contain" | "all";
306
- verticalAlign?: types.VerticalAlign;
307
- visibility?: types.CssGlobalValues | "visible" | "hidden" | "collapse";
308
- voiceBalance?: any;
309
- voiceDuration?: any;
310
- voiceFamily?: any;
311
- voicePitch?: any;
312
- voiceRange?: any;
313
- voiceRate?: any;
314
- voiceStress?: any;
315
- voiceVolume?: any;
316
- whiteSpace?: types.CssGlobalValues | "normal" | "nowrap" | "pre" | "pre-line" | "pre-wrap";
317
- whiteSpaceTreatment?: any;
318
- widows?: number;
319
- width?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>;
320
- willChange?: types.CssValue<"auto" | "scroll-position" | "contents" | types.CssValueString>;
321
- wordBreak?: types.CssGlobalValues | "normal" | "break-all" | "keep-all";
322
- wordSpacing?: types.CssGlobalValues | "normal" | types.CssLength | types.CssPercentage;
323
- wordWrap?: types.CssGlobalValues | "normal" | "break-word";
324
- wrapFlow?: any;
325
- wrapMargin?: any;
326
- wrapOption?: any;
327
- writingMode?: types.WritingMode;
328
- zIndex?: types.CssGlobalValues | "auto" | number;
329
- zoom?: "auto" | number;
330
- }
331
- export interface StyleSubscribable {
332
- alignContent?: types.AlignContent | Subscribable<types.AlignContent>;
333
- alignItems?: types.CssValue<types.AlignItems> | Subscribable<types.CssValue<types.AlignItems>>;
334
- alignSelf?: types.CssValue<types.AlignSelf> | Subscribable<types.CssValue<types.AlignSelf>>;
335
- alignmentAdjust?: any | Subscribable<any>;
336
- alignmentBaseline?: types.AlignmentBaseline | Subscribable<types.AlignmentBaseline>;
337
- animation?: types.CssValueString | Subscribable<types.CssValueString>;
338
- animationDelay?: any | Subscribable<any>;
339
- animationDirection?: types.CssGlobalValues | types.AnimationDirection | Subscribable<types.CssGlobalValues | types.AnimationDirection>;
340
- animationDuration?: types.CssValue<string> | Subscribable<types.CssValue<string>>;
341
- animationFillMode?: types.AnimationFillMode | Subscribable<types.AnimationFillMode>;
342
- animationIterationCount?: types.CssValue<number> | "infinite" | Subscribable<types.CssValue<number> | "infinite">;
343
- animationName?: types.CssValue<string> | Subscribable<types.CssValue<string>>;
344
- animationPlayState?: types.CssValue<types.CssAnimationPlayState> | Subscribable<types.CssValue<types.CssAnimationPlayState>>;
345
- animationTimingFunction?: types.CssValue<types.CssTimingFunction> | Subscribable<types.CssValue<types.CssTimingFunction>>;
346
- appearance?: types.CssValue<"auto" | "none"> | Subscribable<types.CssValue<"auto" | "none">>;
347
- backfaceVisibility?: types.CssGlobalValues | "visible" | "hidden" | Subscribable<types.CssGlobalValues | "visible" | "hidden">;
348
- background?: any | Subscribable<any>;
349
- backgroundAttachment?: types.BackgroundAttachment | Subscribable<types.BackgroundAttachment>;
350
- backgroundBlendMode?: types.CssValue<types.CssBlendMode> | Subscribable<types.CssValue<types.CssBlendMode>>;
351
- backgroundClip?: types.CssValue<types.CssBox | "text"> | Subscribable<types.CssValue<types.CssBox | "text">>;
352
- backgroundColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
353
- backgroundComposite?: any | Subscribable<any>;
354
- backgroundImage?: types.CssValue<types.CssImage> | Subscribable<types.CssValue<types.CssImage>>;
355
- backgroundOrigin?: types.CssValue<types.CssBox> | Subscribable<types.CssValue<types.CssBox>>;
356
- backgroundPosition?: types.CssValue<types.CssPosition> | Subscribable<types.CssValue<types.CssPosition>>;
357
- backgroundRepeat?: types.CssValue<types.CssRepeatStyle | string> | Subscribable<types.CssValue<types.CssRepeatStyle | string>>;
358
- backgroundSize?: types.BackgroundSize | types.CssLength | types.CssPercentage | types.CssGlobalValues | Subscribable<types.BackgroundSize | types.CssLength | types.CssPercentage | types.CssGlobalValues>;
359
- baselineShift?: any | Subscribable<any>;
360
- behavior?: any | Subscribable<any>;
361
- border?: any | Subscribable<any>;
362
- borderBottom?: types.CssBorderShorthand | Subscribable<types.CssBorderShorthand>;
363
- borderBottomColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
364
- borderBottomLeftRadius?: any | Subscribable<any>;
365
- borderBottomRightRadius?: any | Subscribable<any>;
366
- borderBottomStyle?: types.CssValue<types.CssLineStyle> | Subscribable<types.CssValue<types.CssLineStyle>>;
367
- borderBottomWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
368
- borderCollapse?: any | Subscribable<any>;
369
- borderColor?: types.CssValue<types.CssColorSet> | Subscribable<types.CssValue<types.CssColorSet>>;
370
- borderCornerShape?: any | Subscribable<any>;
371
- borderImageSource?: types.CssValue<types.CssImage> | Subscribable<types.CssValue<types.CssImage>>;
372
- borderImageWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
373
- borderLeft?: types.CssBorderShorthand | Subscribable<types.CssBorderShorthand>;
374
- borderLeftColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
375
- borderLeftStyle?: types.CssValue<types.CssLineStyle> | Subscribable<types.CssValue<types.CssLineStyle>>;
376
- borderLeftWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
377
- borderRadius?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
378
- borderRight?: types.CssBorderShorthand | Subscribable<types.CssBorderShorthand>;
379
- borderRightColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
380
- borderRightStyle?: types.CssValue<types.CssLineStyle> | Subscribable<types.CssValue<types.CssLineStyle>>;
381
- borderRightWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
382
- borderSpacing?: types.CssLength | string | "inherit" | Subscribable<types.CssLength | string | "inherit">;
383
- borderStyle?: types.CssValue<types.CssLineStyleSet> | Subscribable<types.CssValue<types.CssLineStyleSet>>;
384
- borderTop?: types.CssBorderShorthand | Subscribable<types.CssBorderShorthand>;
385
- borderTopColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
386
- borderTopLeftRadius?: any | Subscribable<any>;
387
- borderTopRightRadius?: any | Subscribable<any>;
388
- borderTopStyle?: types.CssValue<types.CssLineStyle> | Subscribable<types.CssValue<types.CssLineStyle>>;
389
- borderTopWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
390
- borderWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
391
- bottom?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | Subscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
392
- boxAlign?: any | Subscribable<any>;
393
- boxDecorationBreak?: any | Subscribable<any>;
394
- boxDirection?: any | Subscribable<any>;
395
- boxLineProgression?: any | Subscribable<any>;
396
- boxLines?: any | Subscribable<any>;
397
- boxOrdinalGroup?: any | Subscribable<any>;
398
- boxFlex?: number | Subscribable<number>;
399
- boxSizing?: types.CssGlobalValues | "content-box" | "border-box" | Subscribable<types.CssGlobalValues | "content-box" | "border-box">;
400
- boxShadow?: types.CssValueGeneral | Subscribable<types.CssValueGeneral>;
401
- boxFlexGroup?: number | Subscribable<number>;
402
- breakAfter?: types.BreakAfter | Subscribable<types.BreakAfter>;
403
- breakBefore?: types.BreakBefore | Subscribable<types.BreakBefore>;
404
- breakInside?: types.BreakInside | Subscribable<types.BreakInside>;
405
- captionSide?: types.CaptionSide | Subscribable<types.CaptionSide>;
406
- clear?: types.CssGlobalValues | "none" | "left" | "right" | "both" | Subscribable<types.CssGlobalValues | "none" | "left" | "right" | "both">;
407
- clip?: any | Subscribable<any>;
408
- clipRule?: any | Subscribable<any>;
409
- color?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
410
- columnCount?: number | "auto" | "initial" | "inherit" | Subscribable<number | "auto" | "initial" | "inherit">;
411
- columnFill?: any | Subscribable<any>;
412
- columnGap?: any | Subscribable<any>;
413
- columnRule?: any | Subscribable<any>;
414
- columnRuleColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
415
- columnRuleStyle?: types.CssValue<types.CssLineStyle> | Subscribable<types.CssValue<types.CssLineStyle>>;
416
- columnRuleWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
417
- columnSpan?: any | Subscribable<any>;
418
- columnWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
419
- columns?: any | Subscribable<any>;
420
- content?: types.CssValueString | Subscribable<types.CssValueString>;
421
- counterIncrement?: any | Subscribable<any>;
422
- counterReset?: any | Subscribable<any>;
423
- cue?: any | Subscribable<any>;
424
- cueAfter?: any | Subscribable<any>;
425
- cursor?: types.Cursor | Subscribable<types.Cursor>;
426
- direction?: types.CssGlobalValues | "ltr" | "rtl" | Subscribable<types.CssGlobalValues | "ltr" | "rtl">;
427
- display?: types.CssValue<types.CssGlobalValues | types.CssDisplay> | Subscribable<types.CssValue<types.CssGlobalValues | types.CssDisplay>>;
428
- dominantBaseline?: types.DominantBaseline | Subscribable<types.DominantBaseline>;
429
- emptyCells?: types.CssGlobalValues | "show" | "hide" | Subscribable<types.CssGlobalValues | "show" | "hide">;
430
- fill?: types.CssColor | "context-stroke" | "context-fill" | Subscribable<types.CssColor | "context-stroke" | "context-fill">;
431
- fillOpacity?: number | Subscribable<number>;
432
- fillRule?: "nonzero" | "evenodd" | Subscribable<"nonzero" | "evenodd">;
433
- filter?: string | Subscribable<string>;
434
- flex?: number | string | Subscribable<number | string>;
435
- flexAlign?: any | Subscribable<any>;
436
- flexBasis?: any | Subscribable<any>;
437
- flexDirection?: types.FlexDirection | Subscribable<types.FlexDirection>;
438
- flexFlow?: any | Subscribable<any>;
439
- flexGrow?: number | Subscribable<number>;
440
- flexItemAlign?: any | Subscribable<any>;
441
- flexLinePack?: any | Subscribable<any>;
442
- flexPositive?: any | Subscribable<any>;
443
- flexNegative?: any | Subscribable<any>;
444
- flexOrder?: any | Subscribable<any>;
445
- flexShrink?: number | Subscribable<number>;
446
- flexWrap?: types.FlexWrap | Subscribable<types.FlexWrap>;
447
- float?: types.CssGlobalValues | "left" | "right" | "none" | "inline-start" | "inline-end" | Subscribable<types.CssGlobalValues | "left" | "right" | "none" | "inline-start" | "inline-end">;
448
- flowFrom?: any | Subscribable<any>;
449
- font?: any | Subscribable<any>;
450
- fontFamily?: any | Subscribable<any>;
451
- fontKerning?: types.CssGlobalValues | "auto" | "normal" | "none" | Subscribable<types.CssGlobalValues | "auto" | "normal" | "none">;
452
- fontSize?: types.CssValue<types.CssFontSize> | Subscribable<types.CssValue<types.CssFontSize>>;
453
- fontSizeAdjust?: any | Subscribable<any>;
454
- fontStretch?: types.FontStretch | Subscribable<types.FontStretch>;
455
- fontStyle?: types.CssGlobalValues | "normal" | "italic" | "oblique" | Subscribable<types.CssGlobalValues | "normal" | "italic" | "oblique">;
456
- fontSynthesis?: any | Subscribable<any>;
457
- fontVariant?: any | Subscribable<any>;
458
- fontVariantAlternates?: any | Subscribable<any>;
459
- fontWeight?: types.CssFontWeight | Subscribable<types.CssFontWeight>;
460
- gridArea?: any | Subscribable<any>;
461
- gridAutoColumns?: any | Subscribable<any>;
462
- gridAutoFlow?: any | Subscribable<any>;
463
- gridAutoRows?: any | Subscribable<any>;
464
- gridColumn?: any | Subscribable<any>;
465
- gridColumnGap?: any | Subscribable<any>;
466
- gridColumnEnd?: any | Subscribable<any>;
467
- gridColumnStart?: any | Subscribable<any>;
468
- gridGap?: any | Subscribable<any>;
469
- gridRow?: any | Subscribable<any>;
470
- gridRowEnd?: any | Subscribable<any>;
471
- gridRowGap?: any | Subscribable<any>;
472
- gridRowStart?: any | Subscribable<any>;
473
- gridRowPosition?: any | Subscribable<any>;
474
- gridRowSpan?: any | Subscribable<any>;
475
- gridTemplate?: any | Subscribable<any>;
476
- gridTemplateAreas?: any | Subscribable<any>;
477
- gridTemplateColumns?: any | Subscribable<any>;
478
- gridTemplateRows?: any | Subscribable<any>;
479
- height?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | Subscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
480
- hyphenateLimitChars?: any | Subscribable<any>;
481
- hyphenateLimitLines?: any | Subscribable<any>;
482
- hyphenateLimitZone?: any | Subscribable<any>;
483
- hyphens?: types.CssGlobalValues | string | "none" | "manual" | "auto" | Subscribable<types.CssGlobalValues | string | "none" | "manual" | "auto">;
484
- imeMode?: types.CssGlobalValues | "auto" | "normal" | "active" | "inactive" | "disabled" | Subscribable<types.CssGlobalValues | "auto" | "normal" | "active" | "inactive" | "disabled">;
485
- justifyContent?: types.JustifyContent | Subscribable<types.JustifyContent>;
486
- justifyItems?: types.JustifyItems | Subscribable<types.JustifyItems>;
487
- justifySelf?: types.JustifySelf | Subscribable<types.JustifySelf>;
488
- layoutGrid?: any | Subscribable<any>;
489
- layoutGridChar?: any | Subscribable<any>;
490
- layoutGridLine?: any | Subscribable<any>;
491
- layoutGridMode?: any | Subscribable<any>;
492
- layoutGridType?: any | Subscribable<any>;
493
- left?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | Subscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
494
- letterSpacing?: any | Subscribable<any>;
495
- lineBreak?: any | Subscribable<any>;
496
- lineClamp?: number | Subscribable<number>;
497
- lineHeight?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
498
- listStyle?: any | Subscribable<any>;
499
- listStyleImage?: any | Subscribable<any>;
500
- listStylePosition?: types.CssGlobalValues | "inside" | "outside" | Subscribable<types.CssGlobalValues | "inside" | "outside">;
501
- listStyleType?: any | Subscribable<any>;
502
- margin?: any | Subscribable<any>;
503
- marginBottom?: any | Subscribable<any>;
504
- marginLeft?: any | Subscribable<any>;
505
- marginRight?: any | Subscribable<any>;
506
- marginTop?: types.CssValueGeneral | Subscribable<types.CssValueGeneral>;
507
- marqueeDirection?: any | Subscribable<any>;
508
- marqueeStyle?: any | Subscribable<any>;
509
- mask?: any | Subscribable<any>;
510
- maskBorder?: any | Subscribable<any>;
511
- maskBorderRepeat?: any | Subscribable<any>;
512
- maskBorderSlice?: any | Subscribable<any>;
513
- maskBorderSource?: any | Subscribable<any>;
514
- maskBorderWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
515
- maskClip?: any | Subscribable<any>;
516
- maskOrigin?: any | Subscribable<any>;
517
- maxFontSize?: any | Subscribable<any>;
518
- maxHeight?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
519
- maxWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
520
- minHeight?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
521
- minWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
522
- mixBlendMode?: types.CssValue<types.CssBlendMode> | Subscribable<types.CssValue<types.CssBlendMode>>;
523
- objectFit?: types.CssObjectFit | Subscribable<types.CssObjectFit>;
524
- objectPosition?: string | types.CssGlobalValues | Subscribable<string | types.CssGlobalValues>;
525
- opacity?: number | types.CssGlobalValues | Subscribable<number | types.CssGlobalValues>;
526
- order?: number | Subscribable<number>;
527
- orphans?: number | Subscribable<number>;
528
- outline?: any | Subscribable<any>;
529
- outlineColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
530
- outlineStyle?: types.OutlineStyle | Subscribable<types.OutlineStyle>;
531
- outlineOffset?: any | Subscribable<any>;
532
- outlineWidth?: types.CssGlobalValues | "thin" | "medium" | "thick" | types.CssLength | Subscribable<types.CssGlobalValues | "thin" | "medium" | "thick" | types.CssLength>;
533
- overflow?: types.CssValue<types.CssOverflow> | Subscribable<types.CssValue<types.CssOverflow>>;
534
- overflowStyle?: any | Subscribable<any>;
535
- overflowWrap?: types.CssGlobalValues | "normal" | "break-word" | Subscribable<types.CssGlobalValues | "normal" | "break-word">;
536
- overflowX?: types.CssValue<types.CssOverflow> | Subscribable<types.CssValue<types.CssOverflow>>;
537
- overflowY?: types.CssValue<types.CssOverflow> | Subscribable<types.CssValue<types.CssOverflow>>;
538
- padding?: any | Subscribable<any>;
539
- paddingBottom?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
540
- paddingLeft?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
541
- paddingRight?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
542
- paddingTop?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
543
- pageBreakAfter?: types.PageBreakAfter | Subscribable<types.PageBreakAfter>;
544
- pageBreakBefore?: types.PageBreakBefore | Subscribable<types.PageBreakBefore>;
545
- pageBreakInside?: types.CssGlobalValues | "auto" | "avoid" | Subscribable<types.CssGlobalValues | "auto" | "avoid">;
546
- pause?: any | Subscribable<any>;
547
- pauseAfter?: any | Subscribable<any>;
548
- pauseBefore?: any | Subscribable<any>;
549
- perspective?: any | Subscribable<any>;
550
- perspectiveOrigin?: any | Subscribable<any>;
551
- pointerEvents?: types.PointerEvents | Subscribable<types.PointerEvents>;
552
- position?: types.PositionX | Subscribable<types.PositionX>;
553
- punctuationTrim?: any | Subscribable<any>;
554
- quotes?: any | Subscribable<any>;
555
- regionFragment?: any | Subscribable<any>;
556
- resize?: types.CssGlobalValues | "none" | "both " | "horizontal" | "vertical" | Subscribable<types.CssGlobalValues | "none" | "both " | "horizontal" | "vertical">;
557
- restAfter?: any | Subscribable<any>;
558
- restBefore?: any | Subscribable<any>;
559
- right?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | Subscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
560
- rubyAlign?: types.CssGlobalValues | "start" | "center" | "space-between" | "space-around" | Subscribable<types.CssGlobalValues | "start" | "center" | "space-between" | "space-around">;
561
- rubyPosition?: types.CssGlobalValues | "over" | "under" | "inter-character" | Subscribable<types.CssGlobalValues | "over" | "under" | "inter-character">;
562
- rx?: number | Subscribable<number>;
563
- ry?: number | Subscribable<number>;
564
- shapeImageThreshold?: any | Subscribable<any>;
565
- shapeInside?: any | Subscribable<any>;
566
- shapeMargin?: any | Subscribable<any>;
567
- shapeOutside?: any | Subscribable<any>;
568
- speak?: any | Subscribable<any>;
569
- speakAs?: any | Subscribable<any>;
570
- src?: types.CssValueString | Subscribable<types.CssValueString>;
571
- stroke?: string | Subscribable<string>;
572
- strokeDasharray?: number[] | Subscribable<number[]>;
573
- strokeDashoffset?: types.CssValue<types.CssGlobalValues | types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssGlobalValues | types.CssLength | types.CssPercentage>>;
574
- strokeLinecap?: types.CssGlobalValues | "butt" | "round" | "square" | Subscribable<types.CssGlobalValues | "butt" | "round" | "square">;
575
- strokeOpacity?: number | Subscribable<number>;
576
- strokeWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
577
- tabSize?: any | Subscribable<any>;
578
- tableLayout?: any | Subscribable<any>;
579
- textAnchor?: "start" | "middle" | "end" | "inherit" | Subscribable<"start" | "middle" | "end" | "inherit">;
580
- textAlign?: types.TextAlign | Subscribable<types.TextAlign>;
581
- textAlignLast?: types.TextAlignLast | Subscribable<types.TextAlignLast>;
582
- textDecoration?: any | Subscribable<any>;
583
- textDecorationColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
584
- textDecorationLine?: any | Subscribable<any>;
585
- textDecorationLineThrough?: any | Subscribable<any>;
586
- textDecorationNone?: any | Subscribable<any>;
587
- textDecorationOverline?: any | Subscribable<any>;
588
- textDecorationSkip?: any | Subscribable<any>;
589
- textDecorationStyle?: types.CssGlobalValues | "solid" | "double" | "dotted" | "dashed" | "wavy" | Subscribable<types.CssGlobalValues | "solid" | "double" | "dotted" | "dashed" | "wavy">;
590
- textDecorationUnderline?: any | Subscribable<any>;
591
- textEmphasis?: any | Subscribable<any>;
592
- textEmphasisColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
593
- textEmphasisStyle?: any | Subscribable<any>;
594
- textHeight?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
595
- textIndent?: any | Subscribable<any>;
596
- textJustifyTrim?: any | Subscribable<any>;
597
- textKashidaSpace?: any | Subscribable<any>;
598
- textLineThrough?: any | Subscribable<any>;
599
- textLineThroughColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
600
- textLineThroughMode?: any | Subscribable<any>;
601
- textLineThroughStyle?: any | Subscribable<any>;
602
- textLineThroughWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
603
- textOverflow?: types.CssGlobalValues | "clip" | "ellipsis" | string | Subscribable<types.CssGlobalValues | "clip" | "ellipsis" | string>;
604
- textOverline?: any | Subscribable<any>;
605
- textOverlineColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
606
- textOverlineMode?: any | Subscribable<any>;
607
- textOverlineStyle?: any | Subscribable<any>;
608
- textOverlineWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
609
- textRendering?: types.CssGlobalValues | "auto" | "optimizeSpeed" | "optimizeLegibility" | "geometricPrecision" | Subscribable<types.CssGlobalValues | "auto" | "optimizeSpeed" | "optimizeLegibility" | "geometricPrecision">;
610
- textScript?: any | Subscribable<any>;
611
- textShadow?: any | Subscribable<any>;
612
- textTransform?: types.TextTransform | Subscribable<types.TextTransform>;
613
- textUnderlinePosition?: any | Subscribable<any>;
614
- textUnderlineStyle?: any | Subscribable<any>;
615
- top?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | Subscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
616
- touchAction?: types.TouchAction | Subscribable<types.TouchAction>;
617
- transform?: types.CssTransformFunction | Subscribable<types.CssTransformFunction>;
618
- webKitTransform?: types.CssTransformFunction | Subscribable<types.CssTransformFunction>;
619
- msTransform?: types.CssTransformFunction | Subscribable<types.CssTransformFunction>;
620
- transformOrigin?: any | Subscribable<any>;
621
- transformOriginZ?: any | Subscribable<any>;
622
- transformStyle?: types.CssGlobalValues | "flat" | "preserve-3d" | Subscribable<types.CssGlobalValues | "flat" | "preserve-3d">;
623
- transition?: any | Subscribable<any>;
624
- transitionDelay?: any | Subscribable<any>;
625
- transitionDuration?: any | Subscribable<any>;
626
- transitionProperty?: types.CssValueString | Subscribable<types.CssValueString>;
627
- transitionTimingFunction?: types.CssTimingFunction | Subscribable<types.CssTimingFunction>;
628
- unicodeBidi?: any | Subscribable<any>;
629
- unicodeRange?: any | Subscribable<any>;
630
- userFocus?: any | Subscribable<any>;
631
- userInput?: any | Subscribable<any>;
632
- userSelect?: "auto" | "text" | "none" | "contain" | "all" | Subscribable<"auto" | "text" | "none" | "contain" | "all">;
633
- verticalAlign?: types.VerticalAlign | Subscribable<types.VerticalAlign>;
634
- visibility?: types.CssGlobalValues | "visible" | "hidden" | "collapse" | Subscribable<types.CssGlobalValues | "visible" | "hidden" | "collapse">;
635
- voiceBalance?: any | Subscribable<any>;
636
- voiceDuration?: any | Subscribable<any>;
637
- voiceFamily?: any | Subscribable<any>;
638
- voicePitch?: any | Subscribable<any>;
639
- voiceRange?: any | Subscribable<any>;
640
- voiceRate?: any | Subscribable<any>;
641
- voiceStress?: any | Subscribable<any>;
642
- voiceVolume?: any | Subscribable<any>;
643
- whiteSpace?: types.CssGlobalValues | "normal" | "nowrap" | "pre" | "pre-line" | "pre-wrap" | Subscribable<types.CssGlobalValues | "normal" | "nowrap" | "pre" | "pre-line" | "pre-wrap">;
644
- whiteSpaceTreatment?: any | Subscribable<any>;
645
- widows?: number | Subscribable<number>;
646
- width?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | Subscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
647
- willChange?: types.CssValue<"auto" | "scroll-position" | "contents" | types.CssValueString> | Subscribable<types.CssValue<"auto" | "scroll-position" | "contents" | types.CssValueString>>;
648
- wordBreak?: types.CssGlobalValues | "normal" | "break-all" | "keep-all" | Subscribable<types.CssGlobalValues | "normal" | "break-all" | "keep-all">;
649
- wordSpacing?: types.CssGlobalValues | "normal" | types.CssLength | types.CssPercentage | Subscribable<types.CssGlobalValues | "normal" | types.CssLength | types.CssPercentage>;
650
- wordWrap?: types.CssGlobalValues | "normal" | "break-word" | Subscribable<types.CssGlobalValues | "normal" | "break-word">;
651
- wrapFlow?: any | Subscribable<any>;
652
- wrapMargin?: any | Subscribable<any>;
653
- wrapOption?: any | Subscribable<any>;
654
- writingMode?: types.WritingMode | Subscribable<types.WritingMode>;
655
- zIndex?: types.CssGlobalValues | "auto" | number | Subscribable<types.CssGlobalValues | "auto" | number>;
656
- zoom?: "auto" | number | Subscribable<"auto" | number>;
657
- }
658
- export declare const defaultStyle: Style;
1
+ import * as types from "./types";
2
+ import { ISubscribable } from "./observable";
3
+ export interface IStyle {
4
+ alignContent?: types.AlignContent;
5
+ alignItems?: types.CssValue<types.AlignItems>;
6
+ alignSelf?: types.CssValue<types.AlignSelf>;
7
+ alignmentAdjust?: any;
8
+ alignmentBaseline?: types.AlignmentBaseline;
9
+ animation?: types.CssValueString;
10
+ animationDelay?: any;
11
+ animationDirection?: types.CssGlobalValues | types.AnimationDirection;
12
+ animationDuration?: types.CssValue<string>;
13
+ animationFillMode?: types.AnimationFillMode;
14
+ animationIterationCount?: types.CssValue<number> | "infinite";
15
+ animationName?: types.CssValue<string>;
16
+ animationPlayState?: types.CssValue<types.CssAnimationPlayState>;
17
+ animationTimingFunction?: types.CssValue<types.CssTimingFunction>;
18
+ appearance?: types.CssValue<"auto" | "none">;
19
+ backfaceVisibility?: types.CssGlobalValues | "visible" | "hidden";
20
+ background?: any;
21
+ backgroundAttachment?: types.BackgroundAttachment;
22
+ backgroundBlendMode?: types.CssValue<types.CssBlendMode>;
23
+ backgroundClip?: types.CssValue<types.CssBox | "text">;
24
+ backgroundColor?: types.CssValue<types.CssColor>;
25
+ backgroundComposite?: any;
26
+ backgroundImage?: types.CssValue<types.CssImage>;
27
+ backgroundOrigin?: types.CssValue<types.CssBox>;
28
+ backgroundPosition?: types.CssValue<types.CssPosition>;
29
+ backgroundRepeat?: types.CssValue<types.CssRepeatStyle | string>;
30
+ backgroundSize?: types.BackgroundSize | types.CssLength | types.CssPercentage | types.CssGlobalValues;
31
+ baselineShift?: any;
32
+ behavior?: any;
33
+ border?: any;
34
+ borderBottom?: types.CssBorderShorthand;
35
+ borderBottomColor?: types.CssValue<types.CssColor>;
36
+ borderBottomLeftRadius?: any;
37
+ borderBottomRightRadius?: any;
38
+ borderBottomStyle?: types.CssValue<types.CssLineStyle>;
39
+ borderBottomWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
40
+ borderCollapse?: any;
41
+ borderColor?: types.CssValue<types.CssColorSet>;
42
+ borderCornerShape?: any;
43
+ borderImageSource?: types.CssValue<types.CssImage>;
44
+ borderImageWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
45
+ borderLeft?: types.CssBorderShorthand;
46
+ borderLeftColor?: types.CssValue<types.CssColor>;
47
+ borderLeftStyle?: types.CssValue<types.CssLineStyle>;
48
+ borderLeftWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
49
+ borderRadius?: types.CssValue<types.CssLength | types.CssPercentage>;
50
+ borderRight?: types.CssBorderShorthand;
51
+ borderRightColor?: types.CssValue<types.CssColor>;
52
+ borderRightStyle?: types.CssValue<types.CssLineStyle>;
53
+ borderRightWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
54
+ borderSpacing?: types.CssLength | string | "inherit";
55
+ borderStyle?: types.CssValue<types.CssLineStyleSet>;
56
+ borderTop?: types.CssBorderShorthand;
57
+ borderTopColor?: types.CssValue<types.CssColor>;
58
+ borderTopLeftRadius?: any;
59
+ borderTopRightRadius?: any;
60
+ borderTopStyle?: types.CssValue<types.CssLineStyle>;
61
+ borderTopWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
62
+ borderWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
63
+ bottom?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>;
64
+ boxAlign?: any;
65
+ boxDecorationBreak?: any;
66
+ boxDirection?: any;
67
+ boxLineProgression?: any;
68
+ boxLines?: any;
69
+ boxOrdinalGroup?: any;
70
+ boxFlex?: number;
71
+ boxSizing?: types.CssGlobalValues | "content-box" | "border-box";
72
+ boxShadow?: types.CssValueGeneral;
73
+ boxFlexGroup?: number;
74
+ breakAfter?: types.BreakAfter;
75
+ breakBefore?: types.BreakBefore;
76
+ breakInside?: types.BreakInside;
77
+ captionSide?: types.CaptionSide;
78
+ clear?: types.CssGlobalValues | "none" | "left" | "right" | "both";
79
+ clip?: any;
80
+ clipRule?: any;
81
+ color?: types.CssValue<types.CssColor>;
82
+ columnCount?: number | "auto" | "initial" | "inherit";
83
+ columnFill?: any;
84
+ columnGap?: any;
85
+ columnRule?: any;
86
+ columnRuleColor?: types.CssValue<types.CssColor>;
87
+ columnRuleStyle?: types.CssValue<types.CssLineStyle>;
88
+ columnRuleWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
89
+ columnSpan?: any;
90
+ columnWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
91
+ columns?: any;
92
+ content?: types.CssValueString;
93
+ counterIncrement?: any;
94
+ counterReset?: any;
95
+ cue?: any;
96
+ cueAfter?: any;
97
+ cursor?: types.Cursor;
98
+ direction?: types.CssGlobalValues | "ltr" | "rtl";
99
+ display?: types.CssValue<types.CssGlobalValues | types.CssDisplay>;
100
+ dominantBaseline?: types.DominantBaseline;
101
+ emptyCells?: types.CssGlobalValues | "show" | "hide";
102
+ fill?: types.CssColor | "context-stroke" | "context-fill";
103
+ fillOpacity?: number;
104
+ fillRule?: "nonzero" | "evenodd";
105
+ filter?: string;
106
+ flex?: number | string;
107
+ flexAlign?: any;
108
+ flexBasis?: any;
109
+ flexDirection?: types.FlexDirection;
110
+ flexFlow?: any;
111
+ flexGrow?: number;
112
+ flexItemAlign?: any;
113
+ flexLinePack?: any;
114
+ flexPositive?: any;
115
+ flexNegative?: any;
116
+ flexOrder?: any;
117
+ flexShrink?: number;
118
+ flexWrap?: types.FlexWrap;
119
+ float?: types.CssGlobalValues | "left" | "right" | "none" | "inline-start" | "inline-end";
120
+ flowFrom?: any;
121
+ font?: any;
122
+ fontFamily?: any;
123
+ fontKerning?: types.CssGlobalValues | "auto" | "normal" | "none";
124
+ fontSize?: types.CssValue<types.CssFontSize>;
125
+ fontSizeAdjust?: any;
126
+ fontStretch?: types.FontStretch;
127
+ fontStyle?: types.CssGlobalValues | "normal" | "italic" | "oblique";
128
+ fontSynthesis?: any;
129
+ fontVariant?: any;
130
+ fontVariantAlternates?: any;
131
+ fontWeight?: types.CssFontWeight;
132
+ gridArea?: any;
133
+ gridAutoColumns?: any;
134
+ gridAutoFlow?: any;
135
+ gridAutoRows?: any;
136
+ gridColumn?: any;
137
+ gridColumnGap?: any;
138
+ gridColumnEnd?: any;
139
+ gridColumnStart?: any;
140
+ gridGap?: any;
141
+ gridRow?: any;
142
+ gridRowEnd?: any;
143
+ gridRowGap?: any;
144
+ gridRowStart?: any;
145
+ gridRowPosition?: any;
146
+ gridRowSpan?: any;
147
+ gridTemplate?: any;
148
+ gridTemplateAreas?: any;
149
+ gridTemplateColumns?: any;
150
+ gridTemplateRows?: any;
151
+ height?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>;
152
+ hyphenateLimitChars?: any;
153
+ hyphenateLimitLines?: any;
154
+ hyphenateLimitZone?: any;
155
+ hyphens?: types.CssGlobalValues | string | "none" | "manual" | "auto";
156
+ imeMode?: types.CssGlobalValues | "auto" | "normal" | "active" | "inactive" | "disabled";
157
+ justifyContent?: types.JustifyContent;
158
+ justifyItems?: types.JustifyItems | ISubscribable<types.JustifyItems>;
159
+ justifySelf?: types.JustifySelf;
160
+ layoutGrid?: any;
161
+ layoutGridChar?: any;
162
+ layoutGridLine?: any;
163
+ layoutGridMode?: any;
164
+ layoutGridType?: any;
165
+ left?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>;
166
+ letterSpacing?: any;
167
+ lineBreak?: any;
168
+ lineClamp?: number;
169
+ lineHeight?: types.CssValue<types.CssLength | types.CssPercentage>;
170
+ listStyle?: any;
171
+ listStyleImage?: any;
172
+ listStylePosition?: types.CssGlobalValues | "inside" | "outside";
173
+ listStyleType?: any;
174
+ margin?: any;
175
+ marginBottom?: any;
176
+ marginLeft?: any;
177
+ marginRight?: any;
178
+ marginTop?: types.CssValueGeneral;
179
+ marqueeDirection?: any;
180
+ marqueeStyle?: any;
181
+ mask?: any;
182
+ maskBorder?: any;
183
+ maskBorderRepeat?: any;
184
+ maskBorderSlice?: any;
185
+ maskBorderSource?: any;
186
+ maskBorderWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
187
+ maskClip?: any;
188
+ maskOrigin?: any;
189
+ maxFontSize?: any;
190
+ maxHeight?: types.CssValue<types.CssLength | types.CssPercentage>;
191
+ maxWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
192
+ minHeight?: types.CssValue<types.CssLength | types.CssPercentage>;
193
+ minWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
194
+ mixBlendMode?: types.CssValue<types.CssBlendMode>;
195
+ objectFit?: types.CssObjectFit;
196
+ objectPosition?: string | types.CssGlobalValues;
197
+ opacity?: number | types.CssGlobalValues;
198
+ order?: number;
199
+ orphans?: number;
200
+ outline?: any;
201
+ outlineColor?: types.CssValue<types.CssColor>;
202
+ outlineStyle?: types.OutlineStyle;
203
+ outlineOffset?: any;
204
+ outlineWidth?: types.CssGlobalValues | "thin" | "medium" | "thick" | types.CssLength;
205
+ overflow?: types.CssValue<types.CssOverflow>;
206
+ overflowStyle?: any;
207
+ overflowWrap?: types.CssGlobalValues | "normal" | "break-word";
208
+ overflowX?: types.CssValue<types.CssOverflow>;
209
+ overflowY?: types.CssValue<types.CssOverflow>;
210
+ padding?: any;
211
+ paddingBottom?: types.CssValue<types.CssLength | types.CssPercentage>;
212
+ paddingLeft?: types.CssValue<types.CssLength | types.CssPercentage>;
213
+ paddingRight?: types.CssValue<types.CssLength | types.CssPercentage>;
214
+ paddingTop?: types.CssValue<types.CssLength | types.CssPercentage>;
215
+ pageBreakAfter?: types.PageBreakAfter;
216
+ pageBreakBefore?: types.PageBreakBefore;
217
+ pageBreakInside?: types.CssGlobalValues | "auto" | "avoid";
218
+ pause?: any;
219
+ pauseAfter?: any;
220
+ pauseBefore?: any;
221
+ perspective?: any;
222
+ perspectiveOrigin?: any;
223
+ pointerEvents?: types.PointerEvents;
224
+ position?: types.PositionX;
225
+ punctuationTrim?: any;
226
+ quotes?: any;
227
+ regionFragment?: any;
228
+ resize?: types.CssGlobalValues | "none" | "both " | "horizontal" | "vertical";
229
+ restAfter?: any;
230
+ restBefore?: any;
231
+ right?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>;
232
+ rubyAlign?: types.CssGlobalValues | "start" | "center" | "space-between" | "space-around";
233
+ rubyPosition?: types.CssGlobalValues | "over" | "under" | "inter-character";
234
+ rx?: number;
235
+ ry?: number;
236
+ shapeImageThreshold?: any;
237
+ shapeInside?: any;
238
+ shapeMargin?: any;
239
+ shapeOutside?: any;
240
+ speak?: any;
241
+ speakAs?: any;
242
+ src?: types.CssValueString;
243
+ stroke?: string;
244
+ strokeDasharray?: number[];
245
+ strokeDashoffset?: types.CssValue<types.CssGlobalValues | types.CssLength | types.CssPercentage>;
246
+ strokeLinecap?: types.CssGlobalValues | "butt" | "round" | "square";
247
+ strokeOpacity?: number;
248
+ strokeWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
249
+ tabSize?: any;
250
+ tableLayout?: any;
251
+ textAnchor?: "start" | "middle" | "end" | "inherit";
252
+ textAlign?: types.TextAlign;
253
+ textAlignLast?: types.TextAlignLast;
254
+ textDecoration?: any;
255
+ textDecorationColor?: types.CssValue<types.CssColor>;
256
+ textDecorationLine?: any;
257
+ textDecorationLineThrough?: any;
258
+ textDecorationNone?: any;
259
+ textDecorationOverline?: any;
260
+ textDecorationSkip?: any;
261
+ textDecorationStyle?: types.CssGlobalValues | "solid" | "double" | "dotted" | "dashed" | "wavy";
262
+ textDecorationUnderline?: any;
263
+ textEmphasis?: any;
264
+ textEmphasisColor?: types.CssValue<types.CssColor>;
265
+ textEmphasisStyle?: any;
266
+ textHeight?: types.CssValue<types.CssLength | types.CssPercentage>;
267
+ textIndent?: any;
268
+ textJustifyTrim?: any;
269
+ textKashidaSpace?: any;
270
+ textLineThrough?: any;
271
+ textLineThroughColor?: types.CssValue<types.CssColor>;
272
+ textLineThroughMode?: any;
273
+ textLineThroughStyle?: any;
274
+ textLineThroughWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
275
+ textOverflow?: types.CssGlobalValues | "clip" | "ellipsis" | string;
276
+ textOverline?: any;
277
+ textOverlineColor?: types.CssValue<types.CssColor>;
278
+ textOverlineMode?: any;
279
+ textOverlineStyle?: any;
280
+ textOverlineWidth?: types.CssValue<types.CssLength | types.CssPercentage>;
281
+ textRendering?: types.CssGlobalValues | "auto" | "optimizeSpeed" | "optimizeLegibility" | "geometricPrecision";
282
+ textScript?: any;
283
+ textShadow?: any;
284
+ textTransform?: types.TextTransform;
285
+ textUnderlinePosition?: any;
286
+ textUnderlineStyle?: any;
287
+ top?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>;
288
+ touchAction?: types.TouchAction;
289
+ transform?: types.CssTransformFunction;
290
+ webKitTransform?: types.CssTransformFunction;
291
+ msTransform?: types.CssTransformFunction;
292
+ transformOrigin?: any;
293
+ transformOriginZ?: any;
294
+ transformStyle?: types.CssGlobalValues | "flat" | "preserve-3d";
295
+ transition?: any;
296
+ transitionDelay?: any;
297
+ transitionDuration?: any;
298
+ transitionProperty?: types.CssValueString;
299
+ transitionTimingFunction?: types.CssTimingFunction;
300
+ unicodeBidi?: any;
301
+ unicodeRange?: any;
302
+ userFocus?: any;
303
+ userInput?: any;
304
+ userSelect?: "auto" | "text" | "none" | "contain" | "all";
305
+ verticalAlign?: types.VerticalAlign;
306
+ visibility?: types.CssGlobalValues | "visible" | "hidden" | "collapse";
307
+ voiceBalance?: any;
308
+ voiceDuration?: any;
309
+ voiceFamily?: any;
310
+ voicePitch?: any;
311
+ voiceRange?: any;
312
+ voiceRate?: any;
313
+ voiceStress?: any;
314
+ voiceVolume?: any;
315
+ whiteSpace?: types.CssGlobalValues | "normal" | "nowrap" | "pre" | "pre-line" | "pre-wrap";
316
+ whiteSpaceTreatment?: any;
317
+ widows?: number;
318
+ width?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>;
319
+ willChange?: types.CssValue<"auto" | "scroll-position" | "contents" | types.CssValueString>;
320
+ wordBreak?: types.CssGlobalValues | "normal" | "break-all" | "keep-all";
321
+ wordSpacing?: types.CssGlobalValues | "normal" | types.CssLength | types.CssPercentage;
322
+ wordWrap?: types.CssGlobalValues | "normal" | "break-word";
323
+ wrapFlow?: any;
324
+ wrapMargin?: any;
325
+ wrapOption?: any;
326
+ writingMode?: types.WritingMode;
327
+ zIndex?: types.CssGlobalValues | "auto" | number;
328
+ zoom?: "auto" | number;
329
+ }
330
+ export interface IStyleSubscribable {
331
+ alignContent?: types.AlignContent | ISubscribable<types.AlignContent>;
332
+ alignItems?: types.CssValue<types.AlignItems> | ISubscribable<types.CssValue<types.AlignItems>>;
333
+ alignSelf?: types.CssValue<types.AlignSelf> | ISubscribable<types.CssValue<types.AlignSelf>>;
334
+ alignmentAdjust?: any | ISubscribable<any>;
335
+ alignmentBaseline?: types.AlignmentBaseline | ISubscribable<types.AlignmentBaseline>;
336
+ animation?: types.CssValueString | ISubscribable<types.CssValueString>;
337
+ animationDelay?: any | ISubscribable<any>;
338
+ animationDirection?: types.CssGlobalValues | types.AnimationDirection | ISubscribable<types.CssGlobalValues | types.AnimationDirection>;
339
+ animationDuration?: types.CssValue<string> | ISubscribable<types.CssValue<string>>;
340
+ animationFillMode?: types.AnimationFillMode | ISubscribable<types.AnimationFillMode>;
341
+ animationIterationCount?: types.CssValue<number> | "infinite" | ISubscribable<types.CssValue<number> | "infinite">;
342
+ animationName?: types.CssValue<string> | ISubscribable<types.CssValue<string>>;
343
+ animationPlayState?: types.CssValue<types.CssAnimationPlayState> | ISubscribable<types.CssValue<types.CssAnimationPlayState>>;
344
+ animationTimingFunction?: types.CssValue<types.CssTimingFunction> | ISubscribable<types.CssValue<types.CssTimingFunction>>;
345
+ appearance?: types.CssValue<"auto" | "none"> | ISubscribable<types.CssValue<"auto" | "none">>;
346
+ backfaceVisibility?: types.CssGlobalValues | "visible" | "hidden" | ISubscribable<types.CssGlobalValues | "visible" | "hidden">;
347
+ background?: any | ISubscribable<any>;
348
+ backgroundAttachment?: types.BackgroundAttachment | ISubscribable<types.BackgroundAttachment>;
349
+ backgroundBlendMode?: types.CssValue<types.CssBlendMode> | ISubscribable<types.CssValue<types.CssBlendMode>>;
350
+ backgroundClip?: types.CssValue<types.CssBox | "text"> | ISubscribable<types.CssValue<types.CssBox | "text">>;
351
+ backgroundColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
352
+ backgroundComposite?: any | ISubscribable<any>;
353
+ backgroundImage?: types.CssValue<types.CssImage> | ISubscribable<types.CssValue<types.CssImage>>;
354
+ backgroundOrigin?: types.CssValue<types.CssBox> | ISubscribable<types.CssValue<types.CssBox>>;
355
+ backgroundPosition?: types.CssValue<types.CssPosition> | ISubscribable<types.CssValue<types.CssPosition>>;
356
+ backgroundRepeat?: types.CssValue<types.CssRepeatStyle | string> | ISubscribable<types.CssValue<types.CssRepeatStyle | string>>;
357
+ backgroundSize?: types.BackgroundSize | types.CssLength | types.CssPercentage | types.CssGlobalValues | ISubscribable<types.BackgroundSize | types.CssLength | types.CssPercentage | types.CssGlobalValues>;
358
+ baselineShift?: any | ISubscribable<any>;
359
+ behavior?: any | ISubscribable<any>;
360
+ border?: any | ISubscribable<any>;
361
+ borderBottom?: types.CssBorderShorthand | ISubscribable<types.CssBorderShorthand>;
362
+ borderBottomColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
363
+ borderBottomLeftRadius?: any | ISubscribable<any>;
364
+ borderBottomRightRadius?: any | ISubscribable<any>;
365
+ borderBottomStyle?: types.CssValue<types.CssLineStyle> | ISubscribable<types.CssValue<types.CssLineStyle>>;
366
+ borderBottomWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
367
+ borderCollapse?: any | ISubscribable<any>;
368
+ borderColor?: types.CssValue<types.CssColorSet> | ISubscribable<types.CssValue<types.CssColorSet>>;
369
+ borderCornerShape?: any | ISubscribable<any>;
370
+ borderImageSource?: types.CssValue<types.CssImage> | ISubscribable<types.CssValue<types.CssImage>>;
371
+ borderImageWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
372
+ borderLeft?: types.CssBorderShorthand | ISubscribable<types.CssBorderShorthand>;
373
+ borderLeftColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
374
+ borderLeftStyle?: types.CssValue<types.CssLineStyle> | ISubscribable<types.CssValue<types.CssLineStyle>>;
375
+ borderLeftWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
376
+ borderRadius?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
377
+ borderRight?: types.CssBorderShorthand | ISubscribable<types.CssBorderShorthand>;
378
+ borderRightColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
379
+ borderRightStyle?: types.CssValue<types.CssLineStyle> | ISubscribable<types.CssValue<types.CssLineStyle>>;
380
+ borderRightWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
381
+ borderSpacing?: types.CssLength | string | "inherit" | ISubscribable<types.CssLength | string | "inherit">;
382
+ borderStyle?: types.CssValue<types.CssLineStyleSet> | ISubscribable<types.CssValue<types.CssLineStyleSet>>;
383
+ borderTop?: types.CssBorderShorthand | ISubscribable<types.CssBorderShorthand>;
384
+ borderTopColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
385
+ borderTopLeftRadius?: any | ISubscribable<any>;
386
+ borderTopRightRadius?: any | ISubscribable<any>;
387
+ borderTopStyle?: types.CssValue<types.CssLineStyle> | ISubscribable<types.CssValue<types.CssLineStyle>>;
388
+ borderTopWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
389
+ borderWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
390
+ bottom?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | ISubscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
391
+ boxAlign?: any | ISubscribable<any>;
392
+ boxDecorationBreak?: any | ISubscribable<any>;
393
+ boxDirection?: any | ISubscribable<any>;
394
+ boxLineProgression?: any | ISubscribable<any>;
395
+ boxLines?: any | ISubscribable<any>;
396
+ boxOrdinalGroup?: any | ISubscribable<any>;
397
+ boxFlex?: number | ISubscribable<number>;
398
+ boxSizing?: types.CssGlobalValues | "content-box" | "border-box" | ISubscribable<types.CssGlobalValues | "content-box" | "border-box">;
399
+ boxShadow?: types.CssValueGeneral | ISubscribable<types.CssValueGeneral>;
400
+ boxFlexGroup?: number | ISubscribable<number>;
401
+ breakAfter?: types.BreakAfter | ISubscribable<types.BreakAfter>;
402
+ breakBefore?: types.BreakBefore | ISubscribable<types.BreakBefore>;
403
+ breakInside?: types.BreakInside | ISubscribable<types.BreakInside>;
404
+ captionSide?: types.CaptionSide | ISubscribable<types.CaptionSide>;
405
+ clear?: types.CssGlobalValues | "none" | "left" | "right" | "both" | ISubscribable<types.CssGlobalValues | "none" | "left" | "right" | "both">;
406
+ clip?: any | ISubscribable<any>;
407
+ clipRule?: any | ISubscribable<any>;
408
+ color?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
409
+ columnCount?: number | "auto" | "initial" | "inherit" | ISubscribable<number | "auto" | "initial" | "inherit">;
410
+ columnFill?: any | ISubscribable<any>;
411
+ columnGap?: any | ISubscribable<any>;
412
+ columnRule?: any | ISubscribable<any>;
413
+ columnRuleColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
414
+ columnRuleStyle?: types.CssValue<types.CssLineStyle> | ISubscribable<types.CssValue<types.CssLineStyle>>;
415
+ columnRuleWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
416
+ columnSpan?: any | ISubscribable<any>;
417
+ columnWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
418
+ columns?: any | ISubscribable<any>;
419
+ content?: types.CssValueString | ISubscribable<types.CssValueString>;
420
+ counterIncrement?: any | ISubscribable<any>;
421
+ counterReset?: any | ISubscribable<any>;
422
+ cue?: any | ISubscribable<any>;
423
+ cueAfter?: any | ISubscribable<any>;
424
+ cursor?: types.Cursor | ISubscribable<types.Cursor>;
425
+ direction?: types.CssGlobalValues | "ltr" | "rtl" | ISubscribable<types.CssGlobalValues | "ltr" | "rtl">;
426
+ display?: types.CssValue<types.CssGlobalValues | types.CssDisplay> | ISubscribable<types.CssValue<types.CssGlobalValues | types.CssDisplay>>;
427
+ dominantBaseline?: types.DominantBaseline | ISubscribable<types.DominantBaseline>;
428
+ emptyCells?: types.CssGlobalValues | "show" | "hide" | ISubscribable<types.CssGlobalValues | "show" | "hide">;
429
+ fill?: types.CssColor | "context-stroke" | "context-fill" | ISubscribable<types.CssColor | "context-stroke" | "context-fill">;
430
+ fillOpacity?: number | ISubscribable<number>;
431
+ fillRule?: "nonzero" | "evenodd" | ISubscribable<"nonzero" | "evenodd">;
432
+ filter?: string | ISubscribable<string>;
433
+ flex?: number | string | ISubscribable<number | string>;
434
+ flexAlign?: any | ISubscribable<any>;
435
+ flexBasis?: any | ISubscribable<any>;
436
+ flexDirection?: types.FlexDirection | ISubscribable<types.FlexDirection>;
437
+ flexFlow?: any | ISubscribable<any>;
438
+ flexGrow?: number | ISubscribable<number>;
439
+ flexItemAlign?: any | ISubscribable<any>;
440
+ flexLinePack?: any | ISubscribable<any>;
441
+ flexPositive?: any | ISubscribable<any>;
442
+ flexNegative?: any | ISubscribable<any>;
443
+ flexOrder?: any | ISubscribable<any>;
444
+ flexShrink?: number | ISubscribable<number>;
445
+ flexWrap?: types.FlexWrap | ISubscribable<types.FlexWrap>;
446
+ float?: types.CssGlobalValues | "left" | "right" | "none" | "inline-start" | "inline-end" | ISubscribable<types.CssGlobalValues | "left" | "right" | "none" | "inline-start" | "inline-end">;
447
+ flowFrom?: any | ISubscribable<any>;
448
+ font?: any | ISubscribable<any>;
449
+ fontFamily?: any | ISubscribable<any>;
450
+ fontKerning?: types.CssGlobalValues | "auto" | "normal" | "none" | ISubscribable<types.CssGlobalValues | "auto" | "normal" | "none">;
451
+ fontSize?: types.CssValue<types.CssFontSize> | ISubscribable<types.CssValue<types.CssFontSize>>;
452
+ fontSizeAdjust?: any | ISubscribable<any>;
453
+ fontStretch?: types.FontStretch | ISubscribable<types.FontStretch>;
454
+ fontStyle?: types.CssGlobalValues | "normal" | "italic" | "oblique" | ISubscribable<types.CssGlobalValues | "normal" | "italic" | "oblique">;
455
+ fontSynthesis?: any | ISubscribable<any>;
456
+ fontVariant?: any | ISubscribable<any>;
457
+ fontVariantAlternates?: any | ISubscribable<any>;
458
+ fontWeight?: types.CssFontWeight | ISubscribable<types.CssFontWeight>;
459
+ gridArea?: any | ISubscribable<any>;
460
+ gridAutoColumns?: any | ISubscribable<any>;
461
+ gridAutoFlow?: any | ISubscribable<any>;
462
+ gridAutoRows?: any | ISubscribable<any>;
463
+ gridColumn?: any | ISubscribable<any>;
464
+ gridColumnGap?: any | ISubscribable<any>;
465
+ gridColumnEnd?: any | ISubscribable<any>;
466
+ gridColumnStart?: any | ISubscribable<any>;
467
+ gridGap?: any | ISubscribable<any>;
468
+ gridRow?: any | ISubscribable<any>;
469
+ gridRowEnd?: any | ISubscribable<any>;
470
+ gridRowGap?: any | ISubscribable<any>;
471
+ gridRowStart?: any | ISubscribable<any>;
472
+ gridRowPosition?: any | ISubscribable<any>;
473
+ gridRowSpan?: any | ISubscribable<any>;
474
+ gridTemplate?: any | ISubscribable<any>;
475
+ gridTemplateAreas?: any | ISubscribable<any>;
476
+ gridTemplateColumns?: any | ISubscribable<any>;
477
+ gridTemplateRows?: any | ISubscribable<any>;
478
+ height?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | ISubscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
479
+ hyphenateLimitChars?: any | ISubscribable<any>;
480
+ hyphenateLimitLines?: any | ISubscribable<any>;
481
+ hyphenateLimitZone?: any | ISubscribable<any>;
482
+ hyphens?: types.CssGlobalValues | string | "none" | "manual" | "auto" | ISubscribable<types.CssGlobalValues | string | "none" | "manual" | "auto">;
483
+ imeMode?: types.CssGlobalValues | "auto" | "normal" | "active" | "inactive" | "disabled" | ISubscribable<types.CssGlobalValues | "auto" | "normal" | "active" | "inactive" | "disabled">;
484
+ justifyContent?: types.JustifyContent | ISubscribable<types.JustifyContent>;
485
+ justifyItems?: types.JustifyItems | ISubscribable<types.JustifyItems>;
486
+ justifySelf?: types.JustifySelf | ISubscribable<types.JustifySelf>;
487
+ layoutGrid?: any | ISubscribable<any>;
488
+ layoutGridChar?: any | ISubscribable<any>;
489
+ layoutGridLine?: any | ISubscribable<any>;
490
+ layoutGridMode?: any | ISubscribable<any>;
491
+ layoutGridType?: any | ISubscribable<any>;
492
+ left?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | ISubscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
493
+ letterSpacing?: any | ISubscribable<any>;
494
+ lineBreak?: any | ISubscribable<any>;
495
+ lineClamp?: number | ISubscribable<number>;
496
+ lineHeight?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
497
+ listStyle?: any | ISubscribable<any>;
498
+ listStyleImage?: any | ISubscribable<any>;
499
+ listStylePosition?: types.CssGlobalValues | "inside" | "outside" | ISubscribable<types.CssGlobalValues | "inside" | "outside">;
500
+ listStyleType?: any | ISubscribable<any>;
501
+ margin?: any | ISubscribable<any>;
502
+ marginBottom?: any | ISubscribable<any>;
503
+ marginLeft?: any | ISubscribable<any>;
504
+ marginRight?: any | ISubscribable<any>;
505
+ marginTop?: types.CssValueGeneral | ISubscribable<types.CssValueGeneral>;
506
+ marqueeDirection?: any | ISubscribable<any>;
507
+ marqueeStyle?: any | ISubscribable<any>;
508
+ mask?: any | ISubscribable<any>;
509
+ maskBorder?: any | ISubscribable<any>;
510
+ maskBorderRepeat?: any | ISubscribable<any>;
511
+ maskBorderSlice?: any | ISubscribable<any>;
512
+ maskBorderSource?: any | ISubscribable<any>;
513
+ maskBorderWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
514
+ maskClip?: any | ISubscribable<any>;
515
+ maskOrigin?: any | ISubscribable<any>;
516
+ maxFontSize?: any | ISubscribable<any>;
517
+ maxHeight?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
518
+ maxWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
519
+ minHeight?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
520
+ minWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
521
+ mixBlendMode?: types.CssValue<types.CssBlendMode> | ISubscribable<types.CssValue<types.CssBlendMode>>;
522
+ objectFit?: types.CssObjectFit | ISubscribable<types.CssObjectFit>;
523
+ objectPosition?: string | types.CssGlobalValues | ISubscribable<string | types.CssGlobalValues>;
524
+ opacity?: number | types.CssGlobalValues | ISubscribable<number | types.CssGlobalValues>;
525
+ order?: number | ISubscribable<number>;
526
+ orphans?: number | ISubscribable<number>;
527
+ outline?: any | ISubscribable<any>;
528
+ outlineColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
529
+ outlineStyle?: types.OutlineStyle | ISubscribable<types.OutlineStyle>;
530
+ outlineOffset?: any | ISubscribable<any>;
531
+ outlineWidth?: types.CssGlobalValues | "thin" | "medium" | "thick" | types.CssLength | ISubscribable<types.CssGlobalValues | "thin" | "medium" | "thick" | types.CssLength>;
532
+ overflow?: types.CssValue<types.CssOverflow> | ISubscribable<types.CssValue<types.CssOverflow>>;
533
+ overflowStyle?: any | ISubscribable<any>;
534
+ overflowWrap?: types.CssGlobalValues | "normal" | "break-word" | ISubscribable<types.CssGlobalValues | "normal" | "break-word">;
535
+ overflowX?: types.CssValue<types.CssOverflow> | ISubscribable<types.CssValue<types.CssOverflow>>;
536
+ overflowY?: types.CssValue<types.CssOverflow> | ISubscribable<types.CssValue<types.CssOverflow>>;
537
+ padding?: any | ISubscribable<any>;
538
+ paddingBottom?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
539
+ paddingLeft?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
540
+ paddingRight?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
541
+ paddingTop?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
542
+ pageBreakAfter?: types.PageBreakAfter | ISubscribable<types.PageBreakAfter>;
543
+ pageBreakBefore?: types.PageBreakBefore | ISubscribable<types.PageBreakBefore>;
544
+ pageBreakInside?: types.CssGlobalValues | "auto" | "avoid" | ISubscribable<types.CssGlobalValues | "auto" | "avoid">;
545
+ pause?: any | ISubscribable<any>;
546
+ pauseAfter?: any | ISubscribable<any>;
547
+ pauseBefore?: any | ISubscribable<any>;
548
+ perspective?: any | ISubscribable<any>;
549
+ perspectiveOrigin?: any | ISubscribable<any>;
550
+ pointerEvents?: types.PointerEvents | ISubscribable<types.PointerEvents>;
551
+ position?: types.PositionX | ISubscribable<types.PositionX>;
552
+ punctuationTrim?: any | ISubscribable<any>;
553
+ quotes?: any | ISubscribable<any>;
554
+ regionFragment?: any | ISubscribable<any>;
555
+ resize?: types.CssGlobalValues | "none" | "both " | "horizontal" | "vertical" | ISubscribable<types.CssGlobalValues | "none" | "both " | "horizontal" | "vertical">;
556
+ restAfter?: any | ISubscribable<any>;
557
+ restBefore?: any | ISubscribable<any>;
558
+ right?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | ISubscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
559
+ rubyAlign?: types.CssGlobalValues | "start" | "center" | "space-between" | "space-around" | ISubscribable<types.CssGlobalValues | "start" | "center" | "space-between" | "space-around">;
560
+ rubyPosition?: types.CssGlobalValues | "over" | "under" | "inter-character" | ISubscribable<types.CssGlobalValues | "over" | "under" | "inter-character">;
561
+ rx?: number | ISubscribable<number>;
562
+ ry?: number | ISubscribable<number>;
563
+ shapeImageThreshold?: any | ISubscribable<any>;
564
+ shapeInside?: any | ISubscribable<any>;
565
+ shapeMargin?: any | ISubscribable<any>;
566
+ shapeOutside?: any | ISubscribable<any>;
567
+ speak?: any | ISubscribable<any>;
568
+ speakAs?: any | ISubscribable<any>;
569
+ src?: types.CssValueString | ISubscribable<types.CssValueString>;
570
+ stroke?: string | ISubscribable<string>;
571
+ strokeDasharray?: number[] | ISubscribable<number[]>;
572
+ strokeDashoffset?: types.CssValue<types.CssGlobalValues | types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssGlobalValues | types.CssLength | types.CssPercentage>>;
573
+ strokeLinecap?: types.CssGlobalValues | "butt" | "round" | "square" | ISubscribable<types.CssGlobalValues | "butt" | "round" | "square">;
574
+ strokeOpacity?: number | ISubscribable<number>;
575
+ strokeWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
576
+ tabSize?: any | ISubscribable<any>;
577
+ tableLayout?: any | ISubscribable<any>;
578
+ textAnchor?: "start" | "middle" | "end" | "inherit" | ISubscribable<"start" | "middle" | "end" | "inherit">;
579
+ textAlign?: types.TextAlign | ISubscribable<types.TextAlign>;
580
+ textAlignLast?: types.TextAlignLast | ISubscribable<types.TextAlignLast>;
581
+ textDecoration?: any | ISubscribable<any>;
582
+ textDecorationColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
583
+ textDecorationLine?: any | ISubscribable<any>;
584
+ textDecorationLineThrough?: any | ISubscribable<any>;
585
+ textDecorationNone?: any | ISubscribable<any>;
586
+ textDecorationOverline?: any | ISubscribable<any>;
587
+ textDecorationSkip?: any | ISubscribable<any>;
588
+ textDecorationStyle?: types.CssGlobalValues | "solid" | "double" | "dotted" | "dashed" | "wavy" | ISubscribable<types.CssGlobalValues | "solid" | "double" | "dotted" | "dashed" | "wavy">;
589
+ textDecorationUnderline?: any | ISubscribable<any>;
590
+ textEmphasis?: any | ISubscribable<any>;
591
+ textEmphasisColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
592
+ textEmphasisStyle?: any | ISubscribable<any>;
593
+ textHeight?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
594
+ textIndent?: any | ISubscribable<any>;
595
+ textJustifyTrim?: any | ISubscribable<any>;
596
+ textKashidaSpace?: any | ISubscribable<any>;
597
+ textLineThrough?: any | ISubscribable<any>;
598
+ textLineThroughColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
599
+ textLineThroughMode?: any | ISubscribable<any>;
600
+ textLineThroughStyle?: any | ISubscribable<any>;
601
+ textLineThroughWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
602
+ textOverflow?: types.CssGlobalValues | "clip" | "ellipsis" | string | ISubscribable<types.CssGlobalValues | "clip" | "ellipsis" | string>;
603
+ textOverline?: any | ISubscribable<any>;
604
+ textOverlineColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
605
+ textOverlineMode?: any | ISubscribable<any>;
606
+ textOverlineStyle?: any | ISubscribable<any>;
607
+ textOverlineWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
608
+ textRendering?: types.CssGlobalValues | "auto" | "optimizeSpeed" | "optimizeLegibility" | "geometricPrecision" | ISubscribable<types.CssGlobalValues | "auto" | "optimizeSpeed" | "optimizeLegibility" | "geometricPrecision">;
609
+ textScript?: any | ISubscribable<any>;
610
+ textShadow?: any | ISubscribable<any>;
611
+ textTransform?: types.TextTransform | ISubscribable<types.TextTransform>;
612
+ textUnderlinePosition?: any | ISubscribable<any>;
613
+ textUnderlineStyle?: any | ISubscribable<any>;
614
+ top?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | ISubscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
615
+ touchAction?: types.TouchAction | ISubscribable<types.TouchAction>;
616
+ transform?: types.CssTransformFunction | ISubscribable<types.CssTransformFunction>;
617
+ webKitTransform?: types.CssTransformFunction | ISubscribable<types.CssTransformFunction>;
618
+ msTransform?: types.CssTransformFunction | ISubscribable<types.CssTransformFunction>;
619
+ transformOrigin?: any | ISubscribable<any>;
620
+ transformOriginZ?: any | ISubscribable<any>;
621
+ transformStyle?: types.CssGlobalValues | "flat" | "preserve-3d" | ISubscribable<types.CssGlobalValues | "flat" | "preserve-3d">;
622
+ transition?: any | ISubscribable<any>;
623
+ transitionDelay?: any | ISubscribable<any>;
624
+ transitionDuration?: any | ISubscribable<any>;
625
+ transitionProperty?: types.CssValueString | ISubscribable<types.CssValueString>;
626
+ transitionTimingFunction?: types.CssTimingFunction | ISubscribable<types.CssTimingFunction>;
627
+ unicodeBidi?: any | ISubscribable<any>;
628
+ unicodeRange?: any | ISubscribable<any>;
629
+ userFocus?: any | ISubscribable<any>;
630
+ userInput?: any | ISubscribable<any>;
631
+ userSelect?: "auto" | "text" | "none" | "contain" | "all" | ISubscribable<"auto" | "text" | "none" | "contain" | "all">;
632
+ verticalAlign?: types.VerticalAlign | ISubscribable<types.VerticalAlign>;
633
+ visibility?: types.CssGlobalValues | "visible" | "hidden" | "collapse" | ISubscribable<types.CssGlobalValues | "visible" | "hidden" | "collapse">;
634
+ voiceBalance?: any | ISubscribable<any>;
635
+ voiceDuration?: any | ISubscribable<any>;
636
+ voiceFamily?: any | ISubscribable<any>;
637
+ voicePitch?: any | ISubscribable<any>;
638
+ voiceRange?: any | ISubscribable<any>;
639
+ voiceRate?: any | ISubscribable<any>;
640
+ voiceStress?: any | ISubscribable<any>;
641
+ voiceVolume?: any | ISubscribable<any>;
642
+ whiteSpace?: types.CssGlobalValues | "normal" | "nowrap" | "pre" | "pre-line" | "pre-wrap" | ISubscribable<types.CssGlobalValues | "normal" | "nowrap" | "pre" | "pre-line" | "pre-wrap">;
643
+ whiteSpaceTreatment?: any | ISubscribable<any>;
644
+ widows?: number | ISubscribable<number>;
645
+ width?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | ISubscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
646
+ willChange?: types.CssValue<"auto" | "scroll-position" | "contents" | types.CssValueString> | ISubscribable<types.CssValue<"auto" | "scroll-position" | "contents" | types.CssValueString>>;
647
+ wordBreak?: types.CssGlobalValues | "normal" | "break-all" | "keep-all" | ISubscribable<types.CssGlobalValues | "normal" | "break-all" | "keep-all">;
648
+ wordSpacing?: types.CssGlobalValues | "normal" | types.CssLength | types.CssPercentage | ISubscribable<types.CssGlobalValues | "normal" | types.CssLength | types.CssPercentage>;
649
+ wordWrap?: types.CssGlobalValues | "normal" | "break-word" | ISubscribable<types.CssGlobalValues | "normal" | "break-word">;
650
+ wrapFlow?: any | ISubscribable<any>;
651
+ wrapMargin?: any | ISubscribable<any>;
652
+ wrapOption?: any | ISubscribable<any>;
653
+ writingMode?: types.WritingMode | ISubscribable<types.WritingMode>;
654
+ zIndex?: types.CssGlobalValues | "auto" | number | ISubscribable<types.CssGlobalValues | "auto" | number>;
655
+ zoom?: "auto" | number | ISubscribable<"auto" | number>;
656
+ }
657
+ export declare const defaultStyle: IStyle;