jpf 4.2.18 → 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 +18 -14
  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,17 +1,7 @@
1
1
  import * as types from "./types";
2
- import { extend } from "jquery";
3
- import { Subscribable } from "knockout";
2
+ import { ISubscribable } from "./observable";
4
3
 
5
- export function extendStyle(target: Style, source: Style): Style {
6
-
7
- if (source) {
8
- return extend(true, target, source) as Style;
9
- }
10
- return target;
11
- }
12
- // ReSharper disable once InconsistentNaming
13
-
14
- export interface Style {
4
+ export interface IStyle {
15
5
  /**
16
6
  * Aligns a flex container's lines within the flex container when there is extra space in the cross-axis, similar to how justify-content aligns individual items within the main-axis.
17
7
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
@@ -795,7 +785,7 @@ export interface Style {
795
785
  * Defines the default justify-self for all items of the box, given them the
796
786
  * default way of justifying each box along the appropriate axis
797
787
  */
798
- justifyItems?: types.JustifyItems | Subscribable<types.JustifyItems>;
788
+ justifyItems?: types.JustifyItems | ISubscribable<types.JustifyItems>;
799
789
  /**
800
790
  * Defines the way of justifying a box inside its container along the appropriate axis.
801
791
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-self
@@ -1568,89 +1558,89 @@ export interface Style {
1568
1558
 
1569
1559
 
1570
1560
  // ReSharper disable once InconsistentNaming
1571
- export interface StyleSubscribable {
1561
+ export interface IStyleSubscribable {
1572
1562
  /**
1573
1563
  * Aligns a flex container's lines within the flex container when there is extra space in the cross-axis, similar to how justify-content aligns individual items within the main-axis.
1574
1564
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
1575
1565
  */
1576
- alignContent?: types.AlignContent | Subscribable<types.AlignContent>;
1566
+ alignContent?: types.AlignContent | ISubscribable<types.AlignContent>;
1577
1567
  /**
1578
1568
  * Sets the default alignment in the cross axis for all of the flex container's items, including anonymous flex items, similarly to how justify-content aligns items along the main axis.
1579
1569
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-items
1580
1570
  */
1581
- alignItems?: types.CssValue<types.AlignItems> | Subscribable<types.CssValue<types.AlignItems>>;
1571
+ alignItems?: types.CssValue<types.AlignItems> | ISubscribable<types.CssValue<types.AlignItems>>;
1582
1572
  /**
1583
1573
  * Allows the default alignment to be overridden for individual flex items.
1584
1574
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-self
1585
1575
  */
1586
- alignSelf?: types.CssValue<types.AlignSelf> | Subscribable<types.CssValue<types.AlignSelf>>;
1576
+ alignSelf?: types.CssValue<types.AlignSelf> | ISubscribable<types.CssValue<types.AlignSelf>>;
1587
1577
  /**
1588
1578
  * This property allows precise alignment of elements, such as graphics, that do not have a baseline-table or lack the desired baseline in their baseline-table. With the alignment-adjust property, the position of the baseline identified by the alignment-baseline can be explicitly determined. It also determines precisely the alignment point for each glyph within a textual element.
1589
1579
  */
1590
- alignmentAdjust?: any | Subscribable<any>;
1580
+ alignmentAdjust?: any | ISubscribable<any>;
1591
1581
  /**
1592
1582
  * The alignment-baseline attribute specifies how an object is aligned with respect to its parent.
1593
1583
  * @see https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/alignment-baseline
1594
1584
  */
1595
- alignmentBaseline?: types.AlignmentBaseline | Subscribable<types.AlignmentBaseline>;
1585
+ alignmentBaseline?: types.AlignmentBaseline | ISubscribable<types.AlignmentBaseline>;
1596
1586
  /**
1597
1587
  * Shorthand property for animation-name, animation-duration, animation-timing-function, animation-delay,
1598
1588
  * animation-iteration-count, animation-direction, animation-fill-mode, and animation-play-state.
1599
1589
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/animation
1600
1590
  */
1601
- animation?: types.CssValueString | Subscribable<types.CssValueString>;
1591
+ animation?: types.CssValueString | ISubscribable<types.CssValueString>;
1602
1592
  /**
1603
1593
  * Defines a length of time to elapse before an animation starts, allowing an animation to begin execution some time after it is applied.
1604
1594
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/animation-delay
1605
1595
  */
1606
- animationDelay?: any | Subscribable<any>;
1596
+ animationDelay?: any | ISubscribable<any>;
1607
1597
  /**
1608
1598
  * Defines whether an animation should run in reverse on some or all cycles.
1609
1599
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/animation-direction
1610
1600
  */
1611
- animationDirection?: types.CssGlobalValues | types.AnimationDirection | Subscribable<types.CssGlobalValues | types.AnimationDirection>;
1601
+ animationDirection?: types.CssGlobalValues | types.AnimationDirection | ISubscribable<types.CssGlobalValues | types.AnimationDirection>;
1612
1602
  /**
1613
1603
  * The animation-duration CSS property specifies the length of time that an animation should take to complete one cycle.
1614
1604
  * A value of '0s', which is the default value, indicates that no animation should occur.
1615
1605
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/animation-duration
1616
1606
  */
1617
- animationDuration?: types.CssValue<string> | Subscribable<types.CssValue<string>>;
1607
+ animationDuration?: types.CssValue<string> | ISubscribable<types.CssValue<string>>;
1618
1608
  /**
1619
1609
  * Specifies how a CSS animation should apply styles to its target before and after it is executing.
1620
1610
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/animation-fill-mode
1621
1611
  */
1622
- animationFillMode?: types.AnimationFillMode | Subscribable<types.AnimationFillMode>;
1612
+ animationFillMode?: types.AnimationFillMode | ISubscribable<types.AnimationFillMode>;
1623
1613
  /**
1624
1614
  * Specifies how many times an animation cycle should play.
1625
1615
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count
1626
1616
  */
1627
- animationIterationCount?: types.CssValue<number> | "infinite" | Subscribable<types.CssValue<number> | "infinite">;
1617
+ animationIterationCount?: types.CssValue<number> | "infinite" | ISubscribable<types.CssValue<number> | "infinite">;
1628
1618
  /**
1629
1619
  * Defines the list of animations that apply to the element.
1630
1620
  * Note: You probably want animationDuration as well
1631
1621
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/animation-name
1632
1622
  */
1633
- animationName?: types.CssValue<string> | Subscribable<types.CssValue<string>>;
1623
+ animationName?: types.CssValue<string> | ISubscribable<types.CssValue<string>>;
1634
1624
  /**
1635
1625
  * Defines whether an animation is running or paused.
1636
1626
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/animation-play-state
1637
1627
  */
1638
- animationPlayState?: types.CssValue<types.CssAnimationPlayState> | Subscribable<types.CssValue<types.CssAnimationPlayState>>;
1628
+ animationPlayState?: types.CssValue<types.CssAnimationPlayState> | ISubscribable<types.CssValue<types.CssAnimationPlayState>>;
1639
1629
  /**
1640
1630
  * Sets the pace of an animation
1641
1631
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/animation-timing-function
1642
1632
  */
1643
- animationTimingFunction?: types.CssValue<types.CssTimingFunction> | Subscribable<types.CssValue<types.CssTimingFunction>>;
1633
+ animationTimingFunction?: types.CssValue<types.CssTimingFunction> | ISubscribable<types.CssValue<types.CssTimingFunction>>;
1644
1634
  /**
1645
1635
  * Allows changing the style of any element to platform-based interface elements or vice versa.
1646
1636
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/appearance
1647
1637
  */
1648
- appearance?: types.CssValue<"auto" | "none"> | Subscribable<types.CssValue<"auto" | "none">>;
1638
+ appearance?: types.CssValue<"auto" | "none"> | ISubscribable<types.CssValue<"auto" | "none">>;
1649
1639
  /**
1650
1640
  * Determines whether or not the �back� side of a transformed element is visible when facing the viewer.
1651
1641
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/backface-visibility
1652
1642
  */
1653
- backfaceVisibility?: types.CssGlobalValues | "visible" | "hidden" | Subscribable<types.CssGlobalValues | "visible" | "hidden">;
1643
+ backfaceVisibility?: types.CssGlobalValues | "visible" | "hidden" | ISubscribable<types.CssGlobalValues | "visible" | "hidden">;
1654
1644
  /**
1655
1645
  * Shorthand property to set the values for one or more of:
1656
1646
  * background-clip, background-color, background-image,
@@ -1658,110 +1648,110 @@ export interface StyleSubscribable {
1658
1648
  * background-size, and background-attachment.
1659
1649
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/background
1660
1650
  */
1661
- background?: any | Subscribable<any>;
1651
+ background?: any | ISubscribable<any>;
1662
1652
  /**
1663
1653
  * If a background-image is specified, this property determines
1664
1654
  * whether that image's position is fixed within the viewport,
1665
1655
  * or scrolls along with its containing block.
1666
1656
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/background-attachment
1667
1657
  */
1668
- backgroundAttachment?: types.BackgroundAttachment | Subscribable<types.BackgroundAttachment>;
1658
+ backgroundAttachment?: types.BackgroundAttachment | ISubscribable<types.BackgroundAttachment>;
1669
1659
  /**
1670
1660
  * This property describes how the element's background images should blend with each other and the element's background color.
1671
1661
  * The value is a list of blend modes that corresponds to each background image. Each element in the list will apply to the corresponding element of background-image. If a property doesn�t have enough comma-separated values to match the number of layers, the UA must calculate its used value by repeating the list of values until there are enough.
1672
1662
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/background-blend-mode
1673
1663
  */
1674
- backgroundBlendMode?: types.CssValue<types.CssBlendMode> | Subscribable<types.CssValue<types.CssBlendMode>>;
1664
+ backgroundBlendMode?: types.CssValue<types.CssBlendMode> | ISubscribable<types.CssValue<types.CssBlendMode>>;
1675
1665
  /**
1676
1666
  * Specifies whether an element's background, either the color or image, extends underneath its border.
1677
1667
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/background-clip
1678
1668
  */
1679
- backgroundClip?: types.CssValue<types.CssBox | "text"> | Subscribable<types.CssValue<types.CssBox | "text">>;
1669
+ backgroundClip?: types.CssValue<types.CssBox | "text"> | ISubscribable<types.CssValue<types.CssBox | "text">>;
1680
1670
  /**
1681
1671
  * Sets the background color of an element.
1682
1672
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/background-color
1683
1673
  */
1684
- backgroundColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
1674
+ backgroundColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
1685
1675
  /**
1686
1676
  * Sets a compositing style for background images and colors.
1687
1677
  */
1688
- backgroundComposite?: any | Subscribable<any>;
1678
+ backgroundComposite?: any | ISubscribable<any>;
1689
1679
  /**
1690
1680
  * Applies one or more background images to an element. These can be any valid CSS image, including url() paths to image files or CSS gradients.
1691
1681
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/background-image
1692
1682
  */
1693
- backgroundImage?: types.CssValue<types.CssImage> | Subscribable<types.CssValue<types.CssImage>>;
1683
+ backgroundImage?: types.CssValue<types.CssImage> | ISubscribable<types.CssValue<types.CssImage>>;
1694
1684
  /**
1695
1685
  * Specifies what the background-position property is relative to.
1696
1686
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/background-origin
1697
1687
  */
1698
- backgroundOrigin?: types.CssValue<types.CssBox> | Subscribable<types.CssValue<types.CssBox>>;
1688
+ backgroundOrigin?: types.CssValue<types.CssBox> | ISubscribable<types.CssValue<types.CssBox>>;
1699
1689
  /**
1700
1690
  * Sets the position of a background image.
1701
1691
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/background-position
1702
1692
  */
1703
- backgroundPosition?: types.CssValue<types.CssPosition> | Subscribable<types.CssValue<types.CssPosition>>;
1693
+ backgroundPosition?: types.CssValue<types.CssPosition> | ISubscribable<types.CssValue<types.CssPosition>>;
1704
1694
  /**
1705
1695
  * Background-repeat defines if and how background images will be repeated after they have been sized and positioned
1706
1696
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/background-repeat
1707
1697
  */
1708
- backgroundRepeat?: types.CssValue<types.CssRepeatStyle | string> | Subscribable<types.CssValue<types.CssRepeatStyle | string>>;
1698
+ backgroundRepeat?: types.CssValue<types.CssRepeatStyle | string> | ISubscribable<types.CssValue<types.CssRepeatStyle | string>>;
1709
1699
  /**
1710
1700
  * Background-size specifies the size of a background image
1711
1701
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/background-size
1712
1702
  */
1713
- backgroundSize?: types.BackgroundSize | types.CssLength | types.CssPercentage | types.CssGlobalValues | Subscribable<types.BackgroundSize | types.CssLength | types.CssPercentage | types.CssGlobalValues>;
1703
+ backgroundSize?: types.BackgroundSize | types.CssLength | types.CssPercentage | types.CssGlobalValues | ISubscribable<types.BackgroundSize | types.CssLength | types.CssPercentage | types.CssGlobalValues>;
1714
1704
  /**
1715
1705
  * Obsolete - spec retired, not implemented.
1716
1706
  * @see https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/baseline-shift
1717
1707
  */
1718
- baselineShift?: any | Subscribable<any>;
1708
+ baselineShift?: any | ISubscribable<any>;
1719
1709
  /**
1720
1710
  * Non standard. Sets or retrieves the location of the Dynamic HTML (DHTML) behavior.
1721
1711
  * @see https://msdn.microsoft.com/en-us/library/ms530723(v=vs.85).aspx
1722
1712
  */
1723
- behavior?: any | Subscribable<any>;
1713
+ behavior?: any | ISubscribable<any>;
1724
1714
  /**
1725
1715
  * Shorthand property that defines the different properties of all four sides of an element's border in a single declaration. It can be used to set border-width, border-style and border-color, or a subset of these.
1726
1716
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border
1727
1717
  */
1728
- border?: any | Subscribable<any>;
1718
+ border?: any | ISubscribable<any>;
1729
1719
  /**
1730
1720
  * Shorthand that sets the values of border-bottom-color,
1731
1721
  * border-bottom-style, and border-bottom-width.
1732
1722
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom
1733
1723
  */
1734
- borderBottom?: types.CssBorderShorthand | Subscribable<types.CssBorderShorthand>;
1724
+ borderBottom?: types.CssBorderShorthand | ISubscribable<types.CssBorderShorthand>;
1735
1725
  /**
1736
1726
  * Sets the color of the bottom border of an element.
1737
1727
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-color
1738
1728
  */
1739
- borderBottomColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
1729
+ borderBottomColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
1740
1730
  /**
1741
1731
  * Defines the shape of the border of the bottom-left corner.
1742
1732
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius
1743
1733
  */
1744
- borderBottomLeftRadius?: any | Subscribable<any>;
1734
+ borderBottomLeftRadius?: any | ISubscribable<any>;
1745
1735
  /**
1746
1736
  * Defines the shape of the border of the bottom-right corner.
1747
1737
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius
1748
1738
  */
1749
- borderBottomRightRadius?: any | Subscribable<any>;
1739
+ borderBottomRightRadius?: any | ISubscribable<any>;
1750
1740
  /**
1751
1741
  * Sets the line style of the bottom border of a box.
1752
1742
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-style
1753
1743
  */
1754
- borderBottomStyle?: types.CssValue<types.CssLineStyle> | Subscribable<types.CssValue<types.CssLineStyle>>;
1744
+ borderBottomStyle?: types.CssValue<types.CssLineStyle> | ISubscribable<types.CssValue<types.CssLineStyle>>;
1755
1745
  /**
1756
1746
  * Sets the width of an element's bottom border. To set all four borders, use the border-width shorthand property which sets the values simultaneously for border-top-width, border-right-width, border-bottom-width, and border-left-width.
1757
1747
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-width
1758
1748
  */
1759
- borderBottomWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
1749
+ borderBottomWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
1760
1750
  /**
1761
1751
  * Border-collapse can be used for collapsing the borders between table cells
1762
1752
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-collapse
1763
1753
  */
1764
- borderCollapse?: any | Subscribable<any>;
1754
+ borderCollapse?: any | ISubscribable<any>;
1765
1755
  /**
1766
1756
  * The CSS border-color property sets the color of an element's four borders. This property can have from one to four values, made up of the elementary properties:
1767
1757
  * � border-top-color
@@ -1771,1359 +1761,1359 @@ export interface StyleSubscribable {
1771
1761
  * If you provide one value, it sets the color for the element. Two values set the horizontal and vertical values, respectively. Providing three values sets the top, vertical, and bottom values, in that order. Four values set all for sides: top, right, bottom, and left, in that order.
1772
1762
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-color
1773
1763
  */
1774
- borderColor?: types.CssValue<types.CssColorSet> | Subscribable<types.CssValue<types.CssColorSet>>;
1764
+ borderColor?: types.CssValue<types.CssColorSet> | ISubscribable<types.CssValue<types.CssColorSet>>;
1775
1765
  /**
1776
1766
  * Specifies different corner clipping effects, such as scoop (inner curves), bevel (straight cuts) or notch (cut-off rectangles). Works along with border-radius to specify the size of each corner effect.
1777
1767
  */
1778
- borderCornerShape?: any | Subscribable<any>;
1768
+ borderCornerShape?: any | ISubscribable<any>;
1779
1769
  /**
1780
1770
  * The property border-image-source is used to set the image to be used instead of the border style. If this is set to none the border-style is used instead.
1781
1771
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-image-source
1782
1772
  */
1783
- borderImageSource?: types.CssValue<types.CssImage> | Subscribable<types.CssValue<types.CssImage>>;
1773
+ borderImageSource?: types.CssValue<types.CssImage> | ISubscribable<types.CssValue<types.CssImage>>;
1784
1774
  /**
1785
1775
  * The border-image-width CSS property defines the offset to use for dividing the border image in nine parts, the top-left corner, central top edge, top-right-corner, central right edge, bottom-right corner, central bottom edge, bottom-left corner, and central right edge. They represent inward distance from the top, right, bottom, and left edges.
1786
1776
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-image-width
1787
1777
  */
1788
- borderImageWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
1778
+ borderImageWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
1789
1779
  /**
1790
1780
  * Shorthand property that defines the border-width, border-style and border-color of an element's left border in a single declaration. Note that you can use the corresponding longhand properties to set specific individual properties of the left border � border-left-width, border-left-style and border-left-color.
1791
1781
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-left
1792
1782
  */
1793
- borderLeft?: types.CssBorderShorthand | Subscribable<types.CssBorderShorthand>;
1783
+ borderLeft?: types.CssBorderShorthand | ISubscribable<types.CssBorderShorthand>;
1794
1784
  /**
1795
1785
  * The CSS border-left-color property sets the color of an element's left border. This page explains the border-left-color value, but often you will find it more convenient to fix the border's left color as part of a shorthand set, either border-left or border-color.
1796
1786
  * Colors can be defined several ways. For more information, see Usage.
1797
1787
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-color
1798
1788
  */
1799
- borderLeftColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
1789
+ borderLeftColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
1800
1790
  /**
1801
1791
  * Sets the style of an element's left border. To set all four borders, use the shorthand property, border-style. Otherwise, you can set the borders individually with border-top-style, border-right-style, border-bottom-style, border-left-style.
1802
1792
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-style
1803
1793
  */
1804
- borderLeftStyle?: types.CssValue<types.CssLineStyle> | Subscribable<types.CssValue<types.CssLineStyle>>;
1794
+ borderLeftStyle?: types.CssValue<types.CssLineStyle> | ISubscribable<types.CssValue<types.CssLineStyle>>;
1805
1795
  /**
1806
1796
  * Sets the width of an element's left border. To set all four borders, use the border-width shorthand property which sets the values simultaneously for border-top-width, border-right-width, border-bottom-width, and border-left-width.
1807
1797
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-width
1808
1798
  */
1809
- borderLeftWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
1799
+ borderLeftWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
1810
1800
  /**
1811
1801
  * Allows Web authors to define how rounded border corners are
1812
1802
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius
1813
1803
  */
1814
- borderRadius?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
1804
+ borderRadius?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
1815
1805
  /**
1816
1806
  * Shorthand property that defines the border-width, border-style and border-color of an element's right border in a single declaration. Note that you can use the corresponding longhand properties to set specific individual properties of the right border � border-right-width, border-right-style and border-right-color.
1817
1807
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-right
1818
1808
  */
1819
- borderRight?: types.CssBorderShorthand | Subscribable<types.CssBorderShorthand>;
1809
+ borderRight?: types.CssBorderShorthand | ISubscribable<types.CssBorderShorthand>;
1820
1810
  /**
1821
1811
  * Sets the color of an element's right border. This page explains the border-right-color value, but often you will find it more convenient to fix the border's right color as part of a shorthand set, either border-right or border-color.
1822
1812
  * Colors can be defined several ways. For more information, see Usage.
1823
1813
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-color
1824
1814
  */
1825
- borderRightColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
1815
+ borderRightColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
1826
1816
  /**
1827
1817
  * Sets the style of an element's right border. To set all four borders, use the shorthand property, border-style. Otherwise, you can set the borders individually with border-top-style, border-right-style, border-bottom-style, border-left-style.
1828
1818
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-style
1829
1819
  */
1830
- borderRightStyle?: types.CssValue<types.CssLineStyle> | Subscribable<types.CssValue<types.CssLineStyle>>;
1820
+ borderRightStyle?: types.CssValue<types.CssLineStyle> | ISubscribable<types.CssValue<types.CssLineStyle>>;
1831
1821
  /**
1832
1822
  * Sets the width of an element's right border. To set all four borders, use the border-width shorthand property which sets the values simultaneously for border-top-width, border-right-width, border-bottom-width, and border-left-width.
1833
1823
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-width
1834
1824
  */
1835
- borderRightWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
1825
+ borderRightWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
1836
1826
  /**
1837
1827
  * Specifies the distance between the borders of adjacent cells.
1838
1828
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-spacing
1839
1829
  */
1840
- borderSpacing?: types.CssLength | string | "inherit" | Subscribable<types.CssLength | string | "inherit">;
1830
+ borderSpacing?: types.CssLength | string | "inherit" | ISubscribable<types.CssLength | string | "inherit">;
1841
1831
  /**
1842
1832
  * Sets the style of an element's four borders. This property can have from one to four values. With only one value, the value will be applied to all four borders; otherwise, this works as a shorthand property for each of border-top-style, border-right-style, border-bottom-style, border-left-style, where each border style may be assigned a separate value.
1843
1833
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-style
1844
1834
  */
1845
- borderStyle?: types.CssValue<types.CssLineStyleSet> | Subscribable<types.CssValue<types.CssLineStyleSet>>;
1835
+ borderStyle?: types.CssValue<types.CssLineStyleSet> | ISubscribable<types.CssValue<types.CssLineStyleSet>>;
1846
1836
  /**
1847
1837
  * Shorthand property that defines the border-width, border-style and border-color of an element's top border in a single declaration. Note that you can use the corresponding longhand properties to set specific individual properties of the top border � border-top-width, border-top-style and border-top-color.
1848
1838
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-top
1849
1839
  */
1850
- borderTop?: types.CssBorderShorthand | Subscribable<types.CssBorderShorthand>;
1840
+ borderTop?: types.CssBorderShorthand | ISubscribable<types.CssBorderShorthand>;
1851
1841
  /**
1852
1842
  * Sets the color of an element's top border. This page explains the border-top-color value, but often you will find it more convenient to fix the border's top color as part of a shorthand set, either border-top or border-color.
1853
1843
  * Colors can be defined several ways. For more information, see Usage.
1854
1844
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-color
1855
1845
  */
1856
- borderTopColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
1846
+ borderTopColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
1857
1847
  /**
1858
1848
  * Sets the rounding of the top-left corner of the element.
1859
1849
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-left-radius
1860
1850
  */
1861
- borderTopLeftRadius?: any | Subscribable<any>;
1851
+ borderTopLeftRadius?: any | ISubscribable<any>;
1862
1852
  /**
1863
1853
  * Sets the rounding of the top-right corner of the element.
1864
1854
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-right-radius
1865
1855
  */
1866
- borderTopRightRadius?: any | Subscribable<any>;
1856
+ borderTopRightRadius?: any | ISubscribable<any>;
1867
1857
  /**
1868
1858
  * Sets the style of an element's top border. To set all four borders, use the shorthand property, border-style. Otherwise, you can set the borders individually with border-top-style, border-right-style, border-bottom-style, border-left-style.
1869
1859
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-style
1870
1860
  */
1871
- borderTopStyle?: types.CssValue<types.CssLineStyle> | Subscribable<types.CssValue<types.CssLineStyle>>;
1861
+ borderTopStyle?: types.CssValue<types.CssLineStyle> | ISubscribable<types.CssValue<types.CssLineStyle>>;
1872
1862
  /**
1873
1863
  * Sets the width of an element's top border. To set all four borders, use the border-width shorthand property which sets the values simultaneously for border-top-width, border-right-width, border-bottom-width, and border-left-width.
1874
1864
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-width
1875
1865
  */
1876
- borderTopWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
1866
+ borderTopWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
1877
1867
  /**
1878
1868
  * Sets the width of an element's four borders. This property can have from one to four values. This is a shorthand property for setting values simultaneously for border-top-width, border-right-width, border-bottom-width, and border-left-width.
1879
1869
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/border-width
1880
1870
  */
1881
- borderWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
1871
+ borderWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
1882
1872
  /**
1883
1873
  * This property specifies how far an absolutely positioned box's bottom margin edge is offset above the bottom edge of the box's containing block. For relatively positioned boxes, the offset is with respect to the bottom edges of the box itself (i.e., the box is given a position in the normal flow, then offset from that position according to these properties).
1884
1874
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/bottom
1885
1875
  */
1886
- bottom?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | Subscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
1876
+ bottom?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | ISubscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
1887
1877
  /**
1888
1878
  * Obsolete.
1889
1879
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/box-align
1890
1880
  */
1891
- boxAlign?: any | Subscribable<any>;
1881
+ boxAlign?: any | ISubscribable<any>;
1892
1882
  /**
1893
1883
  * Breaks a box into fragments creating new borders, padding and repeating backgrounds or lets it stay as a continuous box on a page break, column break, or, for inline elements, at a line break.
1894
1884
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/box-decoration-break
1895
1885
  */
1896
- boxDecorationBreak?: any | Subscribable<any>;
1886
+ boxDecorationBreak?: any | ISubscribable<any>;
1897
1887
  /**
1898
1888
  * Deprecated
1899
1889
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/box-direction
1900
1890
  */
1901
- boxDirection?: any | Subscribable<any>;
1891
+ boxDirection?: any | ISubscribable<any>;
1902
1892
  /**
1903
1893
  * Do not use. This property has been replaced by the flex-wrap property.
1904
1894
  * Gets or sets a value that specifies the direction to add successive rows or columns when the value of box-lines is set to multiple.
1905
1895
  */
1906
- boxLineProgression?: any | Subscribable<any>;
1896
+ boxLineProgression?: any | ISubscribable<any>;
1907
1897
  /**
1908
1898
  * Do not use. This property has been replaced by the flex-wrap property.
1909
1899
  * Gets or sets a value that specifies whether child elements wrap onto multiple lines or columns based on the space available in the object.
1910
1900
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/box-lines
1911
1901
  */
1912
- boxLines?: any | Subscribable<any>;
1902
+ boxLines?: any | ISubscribable<any>;
1913
1903
  /**
1914
1904
  * Do not use. This property has been replaced by flex-order.
1915
1905
  * Specifies the ordinal group that a child element of the object belongs to. This ordinal value identifies the display order (along the axis defined by the box-orient property) for the group.
1916
1906
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/box-ordinal-group
1917
1907
  */
1918
- boxOrdinalGroup?: any | Subscribable<any>;
1908
+ boxOrdinalGroup?: any | ISubscribable<any>;
1919
1909
  /**
1920
1910
  * Deprecated.
1921
1911
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/box-flex
1922
1912
  */
1923
- boxFlex?: number | Subscribable<number>;
1913
+ boxFlex?: number | ISubscribable<number>;
1924
1914
  /**
1925
1915
  * box sizing
1926
1916
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/box-sizing
1927
1917
  */
1928
- boxSizing?: types.CssGlobalValues | "content-box" | "border-box" | Subscribable<types.CssGlobalValues | "content-box" | "border-box">;
1918
+ boxSizing?: types.CssGlobalValues | "content-box" | "border-box" | ISubscribable<types.CssGlobalValues | "content-box" | "border-box">;
1929
1919
  /**
1930
1920
  * Box shadow
1931
1921
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow
1932
1922
  */
1933
- boxShadow?: types.CssValueGeneral | Subscribable<types.CssValueGeneral>;
1923
+ boxShadow?: types.CssValueGeneral | ISubscribable<types.CssValueGeneral>;
1934
1924
  /**
1935
1925
  * Deprecated.
1936
1926
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/box-flex-group
1937
1927
  */
1938
- boxFlexGroup?: number | Subscribable<number>;
1928
+ boxFlexGroup?: number | ISubscribable<number>;
1939
1929
  /**
1940
1930
  * The CSS break-after property allows you to force a break on multi-column layouts. More specifically, it allows you to force a break after an element. It allows you to determine if a break should occur, and what type of break it should be. The break-after CSS property describes how the page, column or region break behaves after the generated box. If there is no generated box, the property is ignored.
1941
1931
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/break-after
1942
1932
  */
1943
- breakAfter?: types.BreakAfter | Subscribable<types.BreakAfter>;
1933
+ breakAfter?: types.BreakAfter | ISubscribable<types.BreakAfter>;
1944
1934
  /**
1945
1935
  * Control page/column/region breaks that fall above a block of content
1946
1936
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/break-before
1947
1937
  */
1948
- breakBefore?: types.BreakBefore | Subscribable<types.BreakBefore>;
1938
+ breakBefore?: types.BreakBefore | ISubscribable<types.BreakBefore>;
1949
1939
  /**
1950
1940
  * Control page/column/region breaks that fall within a block of content
1951
1941
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/break-inside
1952
1942
  */
1953
- breakInside?: types.BreakInside | Subscribable<types.BreakInside>;
1943
+ breakInside?: types.BreakInside | ISubscribable<types.BreakInside>;
1954
1944
  /**
1955
1945
  * The caption-side CSS property positions the content of a table's <caption> on the specified side.
1956
1946
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/caption-side
1957
1947
  */
1958
- captionSide?: types.CaptionSide | Subscribable<types.CaptionSide>;
1948
+ captionSide?: types.CaptionSide | ISubscribable<types.CaptionSide>;
1959
1949
  /**
1960
1950
  * The clear CSS property specifies if an element can be positioned next to or must be positioned below the floating elements that precede it in the markup.
1961
1951
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/clear
1962
1952
  */
1963
- clear?: types.CssGlobalValues | "none" | "left" | "right" | "both" | Subscribable<types.CssGlobalValues | "none" | "left" | "right" | "both">;
1953
+ clear?: types.CssGlobalValues | "none" | "left" | "right" | "both" | ISubscribable<types.CssGlobalValues | "none" | "left" | "right" | "both">;
1964
1954
  /**
1965
1955
  * Deprecated; see clip-path.
1966
1956
  * Lets you specify the dimensions of an absolutely positioned element that should be visible, and the element is clipped into this shape, and displayed.
1967
1957
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/clip
1968
1958
  */
1969
- clip?: any | Subscribable<any>;
1959
+ clip?: any | ISubscribable<any>;
1970
1960
  /**
1971
1961
  * Clipping crops an graphic, so that only a portion of the graphic is rendered, or filled. This clip-rule property, when used with the clip-path property, defines which clip rule, or algorithm, to use when filling the different parts of a graphics.
1972
1962
  * @see https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/clip-rule
1973
1963
  */
1974
- clipRule?: any | Subscribable<any>;
1964
+ clipRule?: any | ISubscribable<any>;
1975
1965
  /**
1976
1966
  * The color property sets the color of an element's foreground content (usually text), accepting any standard CSS color from keywords and hex values to RGB(a) and HSL(a).
1977
1967
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/color
1978
1968
  */
1979
- color?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
1969
+ color?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
1980
1970
  /**
1981
1971
  * Describes the number of columns of the element.
1982
1972
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/column-count
1983
1973
  */
1984
- columnCount?: number | "auto" | "initial" | "inherit" | Subscribable<number | "auto" | "initial" | "inherit">;
1974
+ columnCount?: number | "auto" | "initial" | "inherit" | ISubscribable<number | "auto" | "initial" | "inherit">;
1985
1975
  /**
1986
1976
  * Specifies how to fill columns (balanced or sequential).
1987
1977
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/column-fill
1988
1978
  */
1989
- columnFill?: any | Subscribable<any>;
1979
+ columnFill?: any | ISubscribable<any>;
1990
1980
  /**
1991
1981
  * The column-gap property controls the width of the gap between columns in multi-column elements.
1992
1982
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/column-gap
1993
1983
  */
1994
- columnGap?: any | Subscribable<any>;
1984
+ columnGap?: any | ISubscribable<any>;
1995
1985
  /**
1996
1986
  * Sets the width, style, and color of the rule between columns.
1997
1987
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/column-rule
1998
1988
  */
1999
- columnRule?: any | Subscribable<any>;
1989
+ columnRule?: any | ISubscribable<any>;
2000
1990
  /**
2001
1991
  * Specifies the color of the rule between columns.
2002
1992
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/column-rule-color
2003
1993
  */
2004
- columnRuleColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
1994
+ columnRuleColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
2005
1995
  /**
2006
1996
  * Specifies the line of the rule between columns.
2007
1997
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/column-rule-style
2008
1998
  */
2009
- columnRuleStyle?: types.CssValue<types.CssLineStyle> | Subscribable<types.CssValue<types.CssLineStyle>>;
1999
+ columnRuleStyle?: types.CssValue<types.CssLineStyle> | ISubscribable<types.CssValue<types.CssLineStyle>>;
2010
2000
  /**
2011
2001
  * Specifies the width of the rule between columns.
2012
2002
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/column-rule-width
2013
2003
  */
2014
- columnRuleWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2004
+ columnRuleWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2015
2005
  /**
2016
2006
  * The column-span CSS property makes it possible for an element to span across all columns when its value is set to all. An element that spans more than one column is called a spanning element.
2017
2007
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/column-span
2018
2008
  */
2019
- columnSpan?: any | Subscribable<any>;
2009
+ columnSpan?: any | ISubscribable<any>;
2020
2010
  /**
2021
2011
  * Specifies the width of columns in multi-column elements.
2022
2012
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/column-width
2023
2013
  */
2024
- columnWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2014
+ columnWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2025
2015
  /**
2026
2016
  * This property is a shorthand property for setting column-width and/or column-count.
2027
2017
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/columns
2028
2018
  */
2029
- columns?: any | Subscribable<any>;
2019
+ columns?: any | ISubscribable<any>;
2030
2020
  /**
2031
2021
  * The content property is used with the :before and :after pseudo-elements, to insert generated content.
2032
2022
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/content
2033
2023
  */
2034
- content?: types.CssValueString | Subscribable<types.CssValueString>;
2024
+ content?: types.CssValueString | ISubscribable<types.CssValueString>;
2035
2025
  /**
2036
2026
  * The counter-increment property accepts one or more names of counters (identifiers), each one optionally followed by an integer which specifies the value by which the counter should be incremented (e.g. if the value is 2, the counter increases by 2 each time it is invoked).
2037
2027
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/counter-increment
2038
2028
  */
2039
- counterIncrement?: any | Subscribable<any>;
2029
+ counterIncrement?: any | ISubscribable<any>;
2040
2030
  /**
2041
2031
  * The counter-reset property contains a list of one or more names of counters, each one optionally followed by an integer (otherwise, the integer defaults to 0.) Each time the given element is invoked, the counters specified by the property are set to the given integer.
2042
2032
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/counter-reset
2043
2033
  */
2044
- counterReset?: any | Subscribable<any>;
2034
+ counterReset?: any | ISubscribable<any>;
2045
2035
  /**
2046
2036
  * The cue property specifies sound files (known as an "auditory icon") to be played by speech media agents before and after presenting an element's content; if only one file is specified, it is played both before and after. The volume at which the file(s) should be played, relative to the volume of the main element, may also be specified. The icon files may also be set separately with the cue-before and cue-after properties.
2047
2037
  */
2048
- cue?: any | Subscribable<any>;
2038
+ cue?: any | ISubscribable<any>;
2049
2039
  /**
2050
2040
  * The cue-after property specifies a sound file (known as an "auditory icon") to be played by speech media agents after presenting an element's content; the volume at which the file should be played may also be specified. The shorthand property cue sets cue sounds for both before and after the element is presented.
2051
2041
  */
2052
- cueAfter?: any | Subscribable<any>;
2042
+ cueAfter?: any | ISubscribable<any>;
2053
2043
  /**
2054
2044
  * Specifies the mouse cursor displayed when the mouse pointer is over an element.
2055
2045
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/cursor
2056
2046
  */
2057
- cursor?: types.Cursor | Subscribable<types.Cursor>;
2047
+ cursor?: types.Cursor | ISubscribable<types.Cursor>;
2058
2048
  /**
2059
2049
  * The direction CSS property specifies the text direction/writing direction. The rtl is used for Hebrew or Arabic text, the ltr is for other languages.
2060
2050
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/direction
2061
2051
  */
2062
- direction?: types.CssGlobalValues | "ltr" | "rtl" | Subscribable<types.CssGlobalValues | "ltr" | "rtl">;
2052
+ direction?: types.CssGlobalValues | "ltr" | "rtl" | ISubscribable<types.CssGlobalValues | "ltr" | "rtl">;
2063
2053
  /**
2064
2054
  * This property specifies the type of rendering box used for an element. It is a shorthand property for many other display properties.
2065
2055
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/display
2066
2056
  */
2067
- display?: types.CssValue<types.CssGlobalValues | types.CssDisplay> | Subscribable<types.CssValue<types.CssGlobalValues | types.CssDisplay>>;
2057
+ display?: types.CssValue<types.CssGlobalValues | types.CssDisplay> | ISubscribable<types.CssValue<types.CssGlobalValues | types.CssDisplay>>;
2068
2058
  /**
2069
2059
  * SVG: Used to determine or re-determine a scaled-baseline-table.
2070
2060
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/dominant-baseline
2071
2061
  */
2072
- dominantBaseline?: types.DominantBaseline | Subscribable<types.DominantBaseline>;
2062
+ dominantBaseline?: types.DominantBaseline | ISubscribable<types.DominantBaseline>;
2073
2063
  /**
2074
2064
  * The �empty-cells� CSS property specifies how the user agent should render borders and backgrounds around <table> cells that have no visible content.
2075
2065
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/empty-cells
2076
2066
  */
2077
- emptyCells?: types.CssGlobalValues | "show" | "hide" | Subscribable<types.CssGlobalValues | "show" | "hide">;
2067
+ emptyCells?: types.CssGlobalValues | "show" | "hide" | ISubscribable<types.CssGlobalValues | "show" | "hide">;
2078
2068
  /**
2079
2069
  * The �fill� property paints the interior of the given graphical element. The area to be painted consists of any areas inside the outline of the shape. To determine the inside of the shape, all subpaths are considered, and the interior is determined according to the rules associated with the current value of the �fill-rule� property. The zero-width geometric outline of a shape is included in the area to be painted.
2080
2070
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/fill
2081
2071
  */
2082
- fill?: types.CssColor | "context-stroke" | "context-fill" | Subscribable<types.CssColor | "context-stroke" | "context-fill">;
2072
+ fill?: types.CssColor | "context-stroke" | "context-fill" | ISubscribable<types.CssColor | "context-stroke" | "context-fill">;
2083
2073
  /**
2084
2074
  * SVG: Specifies the opacity of the color or the content the current object is filled with.
2085
2075
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/fill-opacity
2086
2076
  */
2087
- fillOpacity?: number | Subscribable<number>;
2077
+ fillOpacity?: number | ISubscribable<number>;
2088
2078
  /**
2089
2079
  * The �fill-rule� property indicates the algorithm which is to be used to determine what parts of the canvas are included inside the shape. For a simple, non-intersecting path, it is intuitively clear what region lies "inside"; however, for a more complex path, such as a path that intersects itself or where one subpath encloses another, the interpretation of "inside" is not so obvious.
2090
2080
  * The �fill-rule� property provides two options for how the inside of a shape is determined:
2091
2081
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/fill-rule
2092
2082
  */
2093
- fillRule?: "nonzero" | "evenodd" | Subscribable<"nonzero" | "evenodd">;
2083
+ fillRule?: "nonzero" | "evenodd" | ISubscribable<"nonzero" | "evenodd">;
2094
2084
  /**
2095
2085
  * Applies various image processing effects. This property is largely unsupported. See Compatibility section for more information.
2096
2086
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/filter
2097
2087
  */
2098
- filter?: string | Subscribable<string>;
2088
+ filter?: string | ISubscribable<string>;
2099
2089
  /**
2100
2090
  * Shorthand for `flex-grow`, `flex-shrink`, and `flex-basis`.
2101
2091
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/flex
2102
2092
  */
2103
- flex?: number | string | Subscribable<number | string>;
2093
+ flex?: number | string | ISubscribable<number | string>;
2104
2094
  /**
2105
2095
  * Obsolete, do not use. This property has been renamed to align-items.
2106
2096
  * Specifies the alignment (perpendicular to the layout axis defined by the flex-direction property) of child elements of the object.
2107
2097
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/flex-align
2108
2098
  */
2109
- flexAlign?: any | Subscribable<any>;
2099
+ flexAlign?: any | ISubscribable<any>;
2110
2100
  /**
2111
2101
  * The flex-basis CSS property describes the initial main size of the flex item before any free space is distributed according to the flex factors described in the flex property (flex-grow and flex-shrink).
2112
2102
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/flex-basis
2113
2103
  */
2114
- flexBasis?: any | Subscribable<any>;
2104
+ flexBasis?: any | ISubscribable<any>;
2115
2105
  /**
2116
2106
  * The flex-direction CSS property describes how flex items are placed in the flex container, by setting the direction of the flex container's main axis.
2117
2107
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/flex-direction
2118
2108
  */
2119
- flexDirection?: types.FlexDirection | Subscribable<types.FlexDirection>;
2109
+ flexDirection?: types.FlexDirection | ISubscribable<types.FlexDirection>;
2120
2110
 
2121
2111
  /**
2122
2112
  * The flex-flow CSS property defines the flex container's main and cross axis. It is a shorthand property for the flex-direction and flex-wrap properties.
2123
2113
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/flex-flow
2124
2114
  */
2125
- flexFlow?: any | Subscribable<any>;
2115
+ flexFlow?: any | ISubscribable<any>;
2126
2116
  /**
2127
2117
  * Specifies the flex grow factor of a flex item.
2128
2118
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/flex-grow
2129
2119
  */
2130
- flexGrow?: number | Subscribable<number>;
2120
+ flexGrow?: number | ISubscribable<number>;
2131
2121
  /**
2132
2122
  * Do not use. This property has been renamed to align-self
2133
2123
  * Specifies the alignment (perpendicular to the layout axis defined by flex-direction) of child elements of the object.
2134
2124
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/flex-item-align
2135
2125
  */
2136
- flexItemAlign?: any | Subscribable<any>;
2126
+ flexItemAlign?: any | ISubscribable<any>;
2137
2127
  /**
2138
2128
  * Do not use. This property has been renamed to align-content.
2139
2129
  * Specifies how a flexbox's lines align within the flexbox when there is extra space along the axis that is perpendicular to the axis defined by the flex-direction property.
2140
2130
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/flex-line-pack
2141
2131
  */
2142
- flexLinePack?: any | Subscribable<any>;
2143
- flexPositive?: any | Subscribable<any>;
2144
- flexNegative?: any | Subscribable<any>;
2132
+ flexLinePack?: any | ISubscribable<any>;
2133
+ flexPositive?: any | ISubscribable<any>;
2134
+ flexNegative?: any | ISubscribable<any>;
2145
2135
  /**
2146
2136
  * Gets or sets a value that specifies the ordinal group that a flexbox element belongs to. This ordinal value identifies the display order for the group.
2147
2137
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/flex-order
2148
2138
  */
2149
- flexOrder?: any | Subscribable<any>;
2139
+ flexOrder?: any | ISubscribable<any>;
2150
2140
  /**
2151
2141
  * Specifies the flex shrink factor of a flex item.
2152
2142
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/flex-shrink
2153
2143
  */
2154
- flexShrink?: number | Subscribable<number>;
2144
+ flexShrink?: number | ISubscribable<number>;
2155
2145
  /**
2156
2146
  * Specifies whether flex items are forced into a single line or can be wrapped onto multiple lines.
2157
2147
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/flex-wrap
2158
2148
  */
2159
- flexWrap?: types.FlexWrap | Subscribable<types.FlexWrap>;
2149
+ flexWrap?: types.FlexWrap | ISubscribable<types.FlexWrap>;
2160
2150
  /**
2161
2151
  * Elements which have the style float are floated horizontally. These elements can move as far to the left or right of the containing element. All elements after the floating element will flow around it, but elements before the floating element are not impacted. If several floating elements are placed after each other, they will float next to each other as long as there is room.
2162
2152
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/float
2163
2153
  */
2164
- float?: types.CssGlobalValues | "left" | "right" | "none" | "inline-start" | "inline-end" | Subscribable<types.CssGlobalValues | "left" | "right" | "none" | "inline-start" | "inline-end">;
2154
+ float?: types.CssGlobalValues | "left" | "right" | "none" | "inline-start" | "inline-end" | ISubscribable<types.CssGlobalValues | "left" | "right" | "none" | "inline-start" | "inline-end">;
2165
2155
  /**
2166
2156
  * Flows content from a named flow (specified by a corresponding flow-into) through selected elements to form a dynamic chain of layout regions.
2167
2157
  */
2168
- flowFrom?: any | Subscribable<any>;
2158
+ flowFrom?: any | ISubscribable<any>;
2169
2159
  /**
2170
2160
  * The font property is shorthand that allows you to do one of two things: you can either set up six of the most mature font properties in one line, or you can set one of a choice of keywords to adopt a system font setting.
2171
2161
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/font
2172
2162
  */
2173
- font?: any | Subscribable<any>;
2163
+ font?: any | ISubscribable<any>;
2174
2164
  /**
2175
2165
  * The font-family property allows one or more font family names and/or generic family names to be specified for usage on the selected element(s)' text. The browser then goes through the list; for each character in the selection it applies the first font family that has an available glyph for that character.
2176
2166
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/font-family
2177
2167
  */
2178
- fontFamily?: any | Subscribable<any>;
2168
+ fontFamily?: any | ISubscribable<any>;
2179
2169
  /**
2180
2170
  * The font-kerning property allows contextual adjustment of inter-glyph spacing, i.e. the spaces between the characters in text. This property controls <bold>metric kerning</bold> - that utilizes adjustment data contained in the font. Optical Kerning is not supported as yet.
2181
2171
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/font-kerning
2182
2172
  */
2183
- fontKerning?: types.CssGlobalValues | "auto" | "normal" | "none" | Subscribable<types.CssGlobalValues | "auto" | "normal" | "none">;
2173
+ fontKerning?: types.CssGlobalValues | "auto" | "normal" | "none" | ISubscribable<types.CssGlobalValues | "auto" | "normal" | "none">;
2184
2174
  /**
2185
2175
  * Specifies the size of the font. Used to compute em and ex units.
2186
2176
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/font-size
2187
2177
  */
2188
- fontSize?: types.CssValue<types.CssFontSize> | Subscribable<types.CssValue<types.CssFontSize>>;
2178
+ fontSize?: types.CssValue<types.CssFontSize> | ISubscribable<types.CssValue<types.CssFontSize>>;
2189
2179
  /**
2190
2180
  * The font-size-adjust property adjusts the font-size of the fallback fonts defined with font-family, so that the x-height is the same no matter what font is used. This preserves the readability of the text when fallback happens.
2191
2181
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/font-size-adjust
2192
2182
  */
2193
- fontSizeAdjust?: any | Subscribable<any>;
2183
+ fontSizeAdjust?: any | ISubscribable<any>;
2194
2184
  /**
2195
2185
  * Allows you to expand or condense the widths for a normal, condensed, or expanded font face.
2196
2186
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/font-stretch
2197
2187
  */
2198
- fontStretch?: types.FontStretch | Subscribable<types.FontStretch>;
2188
+ fontStretch?: types.FontStretch | ISubscribable<types.FontStretch>;
2199
2189
  /**
2200
2190
  * The font-style property allows normal, italic, or oblique faces to be selected. Italic forms are generally cursive in nature while oblique faces are typically sloped versions of the regular face. Oblique faces can be simulated by artificially sloping the glyphs of the regular face.
2201
2191
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/font-style
2202
2192
  */
2203
- fontStyle?: types.CssGlobalValues | "normal" | "italic" | "oblique" | Subscribable<types.CssGlobalValues | "normal" | "italic" | "oblique">;
2193
+ fontStyle?: types.CssGlobalValues | "normal" | "italic" | "oblique" | ISubscribable<types.CssGlobalValues | "normal" | "italic" | "oblique">;
2204
2194
  /**
2205
2195
  * This value specifies whether the user agent is allowed to synthesize bold or oblique font faces when a font family lacks bold or italic faces.
2206
2196
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/font-synthesis
2207
2197
  */
2208
- fontSynthesis?: any | Subscribable<any>;
2198
+ fontSynthesis?: any | ISubscribable<any>;
2209
2199
  /**
2210
2200
  * The font-variant property enables you to select the small-caps font within a font family.
2211
2201
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant
2212
2202
  */
2213
- fontVariant?: any | Subscribable<any>;
2203
+ fontVariant?: any | ISubscribable<any>;
2214
2204
  /**
2215
2205
  * Fonts can provide alternate glyphs in addition to default glyph for a character. This property provides control over the selection of these alternate glyphs.
2216
2206
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-alternates
2217
2207
  */
2218
- fontVariantAlternates?: any | Subscribable<any>;
2208
+ fontVariantAlternates?: any | ISubscribable<any>;
2219
2209
  /**
2220
2210
  * Specifies the weight or boldness of the font.
2221
2211
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight
2222
2212
  */
2223
- fontWeight?: types.CssFontWeight | Subscribable<types.CssFontWeight>;
2213
+ fontWeight?: types.CssFontWeight | ISubscribable<types.CssFontWeight>;
2224
2214
  /**
2225
2215
  * Lays out one or more grid items bound by 4 grid lines. Shorthand for setting grid-column-start, grid-column-end, grid-row-start, and grid-row-end in a single declaration.
2226
2216
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-area
2227
2217
  */
2228
- gridArea?: any | Subscribable<any>;
2218
+ gridArea?: any | ISubscribable<any>;
2229
2219
  /**
2230
2220
  * Specifies the size of an implicitly-created grid column track.
2231
2221
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
2232
2222
  */
2233
- gridAutoColumns?: any | Subscribable<any>;
2223
+ gridAutoColumns?: any | ISubscribable<any>;
2234
2224
  /**
2235
2225
  * Controls how the auto-placement algorithm works, specifying exactly how auto-placed items get flowed into the grid.
2236
2226
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow
2237
2227
  */
2238
- gridAutoFlow?: any | Subscribable<any>;
2228
+ gridAutoFlow?: any | ISubscribable<any>;
2239
2229
  /**
2240
2230
  * Specifies the size of an implicitly-created grid row track.
2241
2231
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
2242
2232
  */
2243
- gridAutoRows?: any | Subscribable<any>;
2233
+ gridAutoRows?: any | ISubscribable<any>;
2244
2234
  /**
2245
2235
  * Controls a grid item's placement in a grid area, particularly grid position and a grid span. Shorthand for setting grid-column-start and grid-column-end in a single declaration.
2246
2236
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column
2247
2237
  */
2248
- gridColumn?: any | Subscribable<any>;
2238
+ gridColumn?: any | ISubscribable<any>;
2249
2239
  /**
2250
2240
  * Specifies the gutter between grid columns.
2251
2241
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap
2252
2242
  */
2253
- gridColumnGap?: any | Subscribable<any>;
2243
+ gridColumnGap?: any | ISubscribable<any>;
2254
2244
  /**
2255
2245
  * Controls a grid item's placement in a grid area as well as grid position and a grid span. The grid-column-end property (with grid-row-start, grid-row-end, and grid-column-start) determines a grid item's placement by specifying the grid lines of a grid item's grid area.
2256
2246
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-end
2257
2247
  */
2258
- gridColumnEnd?: any | Subscribable<any>;
2248
+ gridColumnEnd?: any | ISubscribable<any>;
2259
2249
  /**
2260
2250
  * Determines a grid item's placement by specifying the starting grid lines of a grid item's grid area . A grid item's placement in a grid area consists of a grid position and a grid span. See also ( grid-row-start, grid-row-end, and grid-column-end)
2261
2251
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-start
2262
2252
  */
2263
- gridColumnStart?: any | Subscribable<any>;
2253
+ gridColumnStart?: any | ISubscribable<any>;
2264
2254
  /**
2265
2255
  * Specifies the gutters between grid rows and columns, Shorthand for for grid-row-gap and grid-column-gap in a single declaration.
2266
2256
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
2267
2257
  */
2268
- gridGap?: any | Subscribable<any>;
2258
+ gridGap?: any | ISubscribable<any>;
2269
2259
  /**
2270
2260
  * Gets or sets a value that indicates which row an element within a Grid should appear in. Shorthand for setting grid-row-start and grid-row-end in a single declaration.
2271
2261
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
2272
2262
  */
2273
- gridRow?: any | Subscribable<any>;
2263
+ gridRow?: any | ISubscribable<any>;
2274
2264
  /**
2275
2265
  * Determines a grid item�s placement by specifying the block-end. A grid item's placement in a grid area consists of a grid position and a grid span. The grid-row-end property (with grid-row-start, grid-column-start, and grid-column-end) determines a grid item's placement by specifying the grid lines of a grid item's grid area.
2276
2266
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-end
2277
2267
  */
2278
- gridRowEnd?: any | Subscribable<any>;
2268
+ gridRowEnd?: any | ISubscribable<any>;
2279
2269
  /**
2280
2270
  * Specifies the gutter between grid rows.
2281
2271
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap
2282
2272
  */
2283
- gridRowGap?: any | Subscribable<any>;
2273
+ gridRowGap?: any | ISubscribable<any>;
2284
2274
  /**
2285
2275
  * Determines a grid item�s start position within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start edge of its grid area.
2286
2276
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-start
2287
2277
  */
2288
- gridRowStart?: any | Subscribable<any>;
2278
+ gridRowStart?: any | ISubscribable<any>;
2289
2279
  /**
2290
2280
  * Specifies a row position based upon an integer location, string value, or desired row size.
2291
2281
  * css/properties/grid-row is used as short-hand for grid-row-position and grid-row-position
2292
2282
  */
2293
- gridRowPosition?: any | Subscribable<any>;
2294
- gridRowSpan?: any | Subscribable<any>;
2283
+ gridRowPosition?: any | ISubscribable<any>;
2284
+ gridRowSpan?: any | ISubscribable<any>;
2295
2285
  /**
2296
2286
  * Is a shorthand property for defining grid columns, rows, and areas.
2297
2287
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-areas
2298
2288
  */
2299
- gridTemplate?: any | Subscribable<any>;
2289
+ gridTemplate?: any | ISubscribable<any>;
2300
2290
  /**
2301
2291
  * Specifies named grid areas which are not associated with any particular grid item, but can be referenced from the grid-placement properties. The syntax of the grid-template-areas property also provides a visualization of the structure of the grid, making the overall layout of the grid container easier to understand.
2302
2292
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-areas
2303
2293
  */
2304
- gridTemplateAreas?: any | Subscribable<any>;
2294
+ gridTemplateAreas?: any | ISubscribable<any>;
2305
2295
  /**
2306
2296
  * Specifies (with grid-template-rows) the line names and track sizing functions of the grid. Each sizing function can be specified as a length, a percentage of the grid container�s size, a measurement of the contents occupying the column or row, or a fraction of the free space in the grid.
2307
2297
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
2308
2298
  */
2309
- gridTemplateColumns?: any | Subscribable<any>;
2299
+ gridTemplateColumns?: any | ISubscribable<any>;
2310
2300
  /**
2311
2301
  * Specifies (with grid-template-columns) the line names and track sizing functions of the grid. Each sizing function can be specified as a length, a percentage of the grid container�s size, a measurement of the contents occupying the column or row, or a fraction of the free space in the grid.
2312
2302
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
2313
2303
  */
2314
- gridTemplateRows?: any | Subscribable<any>;
2304
+ gridTemplateRows?: any | ISubscribable<any>;
2315
2305
  /**
2316
2306
  * Sets the height of an element. The content area of the element height does not include the padding, border, and margin of the element.
2317
2307
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/height
2318
2308
  */
2319
- height?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | Subscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
2309
+ height?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | ISubscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
2320
2310
  /**
2321
2311
  * Specifies the minimum number of characters in a hyphenated word
2322
2312
  * @see https://msdn.microsoft.com/en-us/library/hh771865(v=vs.85).aspx
2323
2313
  */
2324
- hyphenateLimitChars?: any | Subscribable<any>;
2314
+ hyphenateLimitChars?: any | ISubscribable<any>;
2325
2315
  /**
2326
2316
  * Indicates the maximum number of successive hyphenated lines in an element. The �no-limit� value means that there is no limit.
2327
2317
  * @see https://msdn.microsoft.com/en-us/library/hh771867(v=vs.85).aspx
2328
2318
  */
2329
- hyphenateLimitLines?: any | Subscribable<any>;
2319
+ hyphenateLimitLines?: any | ISubscribable<any>;
2330
2320
  /**
2331
2321
  * Specifies the maximum amount of trailing whitespace (before justification) that may be left in a line before hyphenation is triggered to pull part of a word from the next line back up into the current one.
2332
2322
  * @see https://msdn.microsoft.com/en-us/library/hh771869(v=vs.85).aspx
2333
2323
  */
2334
- hyphenateLimitZone?: any | Subscribable<any>;
2324
+ hyphenateLimitZone?: any | ISubscribable<any>;
2335
2325
  /**
2336
2326
  * Specifies whether or not words in a sentence can be split by the use of a manual or automatic hyphenation mechanism.
2337
2327
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/hyphens
2338
2328
  */
2339
- hyphens?: types.CssGlobalValues | string | "none" | "manual" | "auto" | Subscribable<types.CssGlobalValues | string | "none" | "manual" | "auto">;
2329
+ hyphens?: types.CssGlobalValues | string | "none" | "manual" | "auto" | ISubscribable<types.CssGlobalValues | string | "none" | "manual" | "auto">;
2340
2330
  /**
2341
2331
  * Controls the state of the input method editor for text fields.
2342
2332
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/ime-mode
2343
2333
  */
2344
- imeMode?: types.CssGlobalValues | "auto" | "normal" | "active" | "inactive" | "disabled" | Subscribable<types.CssGlobalValues | "auto" | "normal" | "active" | "inactive" | "disabled">;
2334
+ imeMode?: types.CssGlobalValues | "auto" | "normal" | "active" | "inactive" | "disabled" | ISubscribable<types.CssGlobalValues | "auto" | "normal" | "active" | "inactive" | "disabled">;
2345
2335
  /**
2346
2336
  * Defines how the browser distributes space between and around flex items
2347
2337
  * along the main-axis of their container.
2348
2338
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
2349
2339
  */
2350
- justifyContent?: types.JustifyContent | Subscribable<types.JustifyContent>;
2340
+ justifyContent?: types.JustifyContent | ISubscribable<types.JustifyContent>;
2351
2341
  /**
2352
2342
  * Defines the default justify-self for all items of the box, given them the
2353
2343
  * default way of justifying each box along the appropriate axis
2354
2344
  */
2355
- justifyItems?: types.JustifyItems | Subscribable<types.JustifyItems>;
2345
+ justifyItems?: types.JustifyItems | ISubscribable<types.JustifyItems>;
2356
2346
  /**
2357
2347
  * Defines the way of justifying a box inside its container along the appropriate axis.
2358
2348
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-self
2359
2349
  */
2360
- justifySelf?: types.JustifySelf | Subscribable<types.JustifySelf>;
2361
- layoutGrid?: any | Subscribable<any>;
2362
- layoutGridChar?: any | Subscribable<any>;
2363
- layoutGridLine?: any | Subscribable<any>;
2364
- layoutGridMode?: any | Subscribable<any>;
2365
- layoutGridType?: any | Subscribable<any>;
2350
+ justifySelf?: types.JustifySelf | ISubscribable<types.JustifySelf>;
2351
+ layoutGrid?: any | ISubscribable<any>;
2352
+ layoutGridChar?: any | ISubscribable<any>;
2353
+ layoutGridLine?: any | ISubscribable<any>;
2354
+ layoutGridMode?: any | ISubscribable<any>;
2355
+ layoutGridType?: any | ISubscribable<any>;
2366
2356
  /**
2367
2357
  * Sets the left edge of an element
2368
2358
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/left
2369
2359
  */
2370
- left?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | Subscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
2360
+ left?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | ISubscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
2371
2361
  /**
2372
2362
  * The letter-spacing CSS property specifies the spacing behavior between text characters.
2373
2363
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/letter-spacing
2374
2364
  */
2375
- letterSpacing?: any | Subscribable<any>;
2365
+ letterSpacing?: any | ISubscribable<any>;
2376
2366
  /**
2377
2367
  * Deprecated. Gets or sets line-breaking rules for text in selected languages such as Japanese, Chinese, and Korean.
2378
2368
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/line-break
2379
2369
  */
2380
- lineBreak?: any | Subscribable<any>;
2381
- lineClamp?: number | Subscribable<number>;
2370
+ lineBreak?: any | ISubscribable<any>;
2371
+ lineClamp?: number | ISubscribable<number>;
2382
2372
  /**
2383
2373
  * Specifies the height of an inline block level element.
2384
2374
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/line-height
2385
2375
  */
2386
- lineHeight?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2376
+ lineHeight?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2387
2377
  /**
2388
2378
  * Shorthand property that sets the list-style-type, list-style-position and list-style-image properties in one declaration.
2389
2379
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/list-style
2390
2380
  */
2391
- listStyle?: any | Subscribable<any>;
2381
+ listStyle?: any | ISubscribable<any>;
2392
2382
  /**
2393
2383
  * This property sets the image that will be used as the list item marker. When the image is available, it will replace the marker set with the 'list-style-type' marker. That also means that if the image is not available, it will show the style specified by list-style-property
2394
2384
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-image
2395
2385
  */
2396
- listStyleImage?: any | Subscribable<any>;
2386
+ listStyleImage?: any | ISubscribable<any>;
2397
2387
  /**
2398
2388
  * Specifies if the list-item markers should appear inside or outside the content flow.
2399
2389
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-position
2400
2390
  */
2401
- listStylePosition?: types.CssGlobalValues | "inside" | "outside" | Subscribable<types.CssGlobalValues | "inside" | "outside">;
2391
+ listStylePosition?: types.CssGlobalValues | "inside" | "outside" | ISubscribable<types.CssGlobalValues | "inside" | "outside">;
2402
2392
  /**
2403
2393
  * Specifies the type of list-item marker in a list.
2404
2394
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type
2405
2395
  */
2406
- listStyleType?: any | Subscribable<any>;
2396
+ listStyleType?: any | ISubscribable<any>;
2407
2397
  /**
2408
2398
  * The margin property is shorthand to allow you to set all four margins of an element at once. Its equivalent longhand properties are margin-top, margin-right, margin-bottom and margin-left. Negative values are also allowed.
2409
2399
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/margin
2410
2400
  */
2411
- margin?: any | Subscribable<any>;
2401
+ margin?: any | ISubscribable<any>;
2412
2402
  /**
2413
2403
  * margin-bottom sets the bottom margin of an element.
2414
2404
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/margin-bottom
2415
2405
  */
2416
- marginBottom?: any | Subscribable<any>;
2406
+ marginBottom?: any | ISubscribable<any>;
2417
2407
  /**
2418
2408
  * margin-left sets the left margin of an element.
2419
2409
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/margin-left
2420
2410
  */
2421
- marginLeft?: any | Subscribable<any>;
2411
+ marginLeft?: any | ISubscribable<any>;
2422
2412
  /**
2423
2413
  * margin-right sets the right margin of an element.
2424
2414
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/margin-right
2425
2415
  */
2426
- marginRight?: any | Subscribable<any>;
2416
+ marginRight?: any | ISubscribable<any>;
2427
2417
  /**
2428
2418
  * margin-top sets the top margin of an element.
2429
2419
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/margin-top
2430
2420
  */
2431
- marginTop?: types.CssValueGeneral | Subscribable<types.CssValueGeneral>;
2421
+ marginTop?: types.CssValueGeneral | ISubscribable<types.CssValueGeneral>;
2432
2422
  /**
2433
2423
  * The marquee-direction determines the initial direction in which the marquee content moves.
2434
2424
  */
2435
- marqueeDirection?: any | Subscribable<any>;
2425
+ marqueeDirection?: any | ISubscribable<any>;
2436
2426
  /**
2437
2427
  * The 'marquee-style' property determines a marquee's scrolling behavior.
2438
2428
  */
2439
- marqueeStyle?: any | Subscribable<any>;
2429
+ marqueeStyle?: any | ISubscribable<any>;
2440
2430
  /**
2441
2431
  * This property is shorthand for setting mask-image, mask-mode, mask-repeat, mask-position, mask-clip, mask-origin, mask-composite and mask-size. Omitted values are set to their original properties' initial values.
2442
2432
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/mask
2443
2433
  */
2444
- mask?: any | Subscribable<any>;
2434
+ mask?: any | ISubscribable<any>;
2445
2435
  /**
2446
2436
  * This property is shorthand for setting mask-border-source, mask-border-slice, mask-border-width, mask-border-outset, and mask-border-repeat. Omitted values are set to their original properties' initial values.
2447
2437
  */
2448
- maskBorder?: any | Subscribable<any>;
2438
+ maskBorder?: any | ISubscribable<any>;
2449
2439
  /**
2450
2440
  * This property specifies how the images for the sides and the middle part of the mask image are scaled and tiled. The first keyword applies to the horizontal sides, the second one applies to the vertical ones. If the second keyword is absent, it is assumed to be the same as the first, similar to the CSS border-image-repeat property.
2451
2441
  */
2452
- maskBorderRepeat?: any | Subscribable<any>;
2442
+ maskBorderRepeat?: any | ISubscribable<any>;
2453
2443
  /**
2454
2444
  * This property specifies inward offsets from the top, right, bottom, and left edges of the mask image, dividing it into nine regions: four corners, four edges, and a middle. The middle image part is discarded and treated as fully transparent black unless the fill keyword is present. The four values set the top, right, bottom and left offsets in that order, similar to the CSS border-image-slice property.
2455
2445
  */
2456
- maskBorderSlice?: any | Subscribable<any>;
2446
+ maskBorderSlice?: any | ISubscribable<any>;
2457
2447
  /**
2458
2448
  * Specifies an image to be used as a mask. An image that is empty, fails to download, is non-existent, or cannot be displayed is ignored and does not mask the element.
2459
2449
  */
2460
- maskBorderSource?: any | Subscribable<any>;
2450
+ maskBorderSource?: any | ISubscribable<any>;
2461
2451
  /**
2462
2452
  * This property sets the width of the mask box image, similar to the CSS border-image-width property.
2463
2453
  */
2464
- maskBorderWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2454
+ maskBorderWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2465
2455
  /**
2466
2456
  * Determines the mask painting area, which defines the area that is affected by the mask. The painted content of an element may be restricted to this area.
2467
2457
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/mask-clip
2468
2458
  */
2469
- maskClip?: any | Subscribable<any>;
2459
+ maskClip?: any | ISubscribable<any>;
2470
2460
  /**
2471
2461
  * For elements rendered as a single box, specifies the mask positioning area. For elements rendered as multiple boxes (e.g., inline boxes on several lines, boxes on several pages) specifies which boxes box-decoration-break operates on to determine the mask positioning area(s).
2472
2462
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/mask-origin
2473
2463
  */
2474
- maskOrigin?: any | Subscribable<any>;
2464
+ maskOrigin?: any | ISubscribable<any>;
2475
2465
  /**
2476
2466
  * This property must not be used. It is no longer included in any standard or standard track specification, nor is it implemented in any browser. It is only used when the text-align-last property is set to size. It controls allowed adjustments of font-size to fit line content.
2477
2467
  */
2478
- maxFontSize?: any | Subscribable<any>;
2468
+ maxFontSize?: any | ISubscribable<any>;
2479
2469
  /**
2480
2470
  * Sets the maximum height for an element. It prevents the height of the element to exceed the specified value. If min-height is specified and is greater than max-height, max-height is overridden.
2481
2471
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/max-height
2482
2472
  */
2483
- maxHeight?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2473
+ maxHeight?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2484
2474
  /**
2485
2475
  * Sets the maximum width for an element. It limits the width property to be larger than the value specified in max-width.
2486
2476
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/max-width
2487
2477
  */
2488
- maxWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2478
+ maxWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2489
2479
  /**
2490
2480
  * Sets the minimum height for an element. It prevents the height of the element to be smaller than the specified value. The value of min-height overrides both max-height and height.
2491
2481
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/min-height
2492
2482
  */
2493
- minHeight?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2483
+ minHeight?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2494
2484
  /**
2495
2485
  * Sets the minimum width of an element. It limits the width property to be not smaller than the value specified in min-width.
2496
2486
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/min-width
2497
2487
  */
2498
- minWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2488
+ minWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2499
2489
  /**
2500
2490
  * The blend mode defines the formula that must be used to mix the colors with the backdrop
2501
2491
  * @see https://drafts.fxtf.org/compositing-1/#mix-blend-mode
2502
2492
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode
2503
2493
  */
2504
- mixBlendMode?: types.CssValue<types.CssBlendMode> | Subscribable<types.CssValue<types.CssBlendMode>>;
2494
+ mixBlendMode?: types.CssValue<types.CssBlendMode> | ISubscribable<types.CssValue<types.CssBlendMode>>;
2505
2495
  /**
2506
2496
  * Specifies how the contents of a replaced element should be fitted to the box established by its used height and width.
2507
2497
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit
2508
2498
  */
2509
- objectFit?: types.CssObjectFit | Subscribable<types.CssObjectFit>;
2499
+ objectFit?: types.CssObjectFit | ISubscribable<types.CssObjectFit>;
2510
2500
  /**
2511
2501
  * Determines the alignment of the element inside its box.
2512
2502
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/object-position
2513
2503
  */
2514
- objectPosition?: string | types.CssGlobalValues | Subscribable<string | types.CssGlobalValues>;
2504
+ objectPosition?: string | types.CssGlobalValues | ISubscribable<string | types.CssGlobalValues>;
2515
2505
  /**
2516
2506
  * Specifies the transparency of an element.
2517
2507
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/opacity
2518
2508
  */
2519
- opacity?: number | types.CssGlobalValues | Subscribable<number | types.CssGlobalValues>;
2509
+ opacity?: number | types.CssGlobalValues | ISubscribable<number | types.CssGlobalValues>;
2520
2510
  /**
2521
2511
  * Specifies the order used to lay out flex items in their flex container.
2522
2512
  * Elements are laid out in the ascending order of the order value.
2523
2513
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/order
2524
2514
  */
2525
- order?: number | Subscribable<number>;
2515
+ order?: number | ISubscribable<number>;
2526
2516
  /**
2527
2517
  * In paged media, this property defines the minimum number of lines in
2528
2518
  * a block container that must be left at the bottom of the page.
2529
2519
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/orphans
2530
2520
  */
2531
- orphans?: number | Subscribable<number>;
2521
+ orphans?: number | ISubscribable<number>;
2532
2522
  /**
2533
2523
  * The CSS outline property is a shorthand property for setting one or more of the individual outline properties outline-style, outline-width and outline-color in a single rule. In most cases the use of this shortcut is preferable and more convenient.
2534
2524
  * Outlines differ from borders in the following ways: � Outlines do not take up space, they are drawn above the content.
2535
2525
  * � Outlines may be non-rectangular. They are rectangular in Gecko/Firefox. Internet Explorer attempts to place the smallest contiguous outline around all elements or shapes that are indicated to have an outline. Opera draws a non-rectangular shape around a construct.
2536
2526
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/outline
2537
2527
  */
2538
- outline?: any | Subscribable<any>;
2528
+ outline?: any | ISubscribable<any>;
2539
2529
  /**
2540
2530
  * The outline-color property sets the color of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.
2541
2531
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/outline-color
2542
2532
  */
2543
- outlineColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
2533
+ outlineColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
2544
2534
  /**
2545
2535
  * The outline-style property sets the style of the outline of an element.
2546
2536
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/outline-style
2547
2537
  */
2548
- outlineStyle?: types.OutlineStyle | Subscribable<types.OutlineStyle>;
2538
+ outlineStyle?: types.OutlineStyle | ISubscribable<types.OutlineStyle>;
2549
2539
  /**
2550
2540
  * The outline-offset property offsets the outline and draw it beyond the border edge.
2551
2541
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/outline-offset
2552
2542
  */
2553
- outlineOffset?: any | Subscribable<any>;
2543
+ outlineOffset?: any | ISubscribable<any>;
2554
2544
  /**
2555
2545
  * The outline-width CSS property is used to set the width of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out
2556
2546
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/outline-width
2557
2547
  */
2558
- outlineWidth?: types.CssGlobalValues | "thin" | "medium" | "thick" | types.CssLength | Subscribable<types.CssGlobalValues | "thin" | "medium" | "thick" | types.CssLength>;
2548
+ outlineWidth?: types.CssGlobalValues | "thin" | "medium" | "thick" | types.CssLength | ISubscribable<types.CssGlobalValues | "thin" | "medium" | "thick" | types.CssLength>;
2559
2549
  /**
2560
2550
  * The overflow property controls how extra content exceeding the bounding box of an element is rendered. It can be used in conjunction with an element that has a fixed width and height, to eliminate text-induced page distortion.
2561
2551
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/overflow
2562
2552
  */
2563
- overflow?: types.CssValue<types.CssOverflow> | Subscribable<types.CssValue<types.CssOverflow>>;
2553
+ overflow?: types.CssValue<types.CssOverflow> | ISubscribable<types.CssValue<types.CssOverflow>>;
2564
2554
  /**
2565
2555
  * Specifies the preferred scrolling methods for elements that overflow.
2566
2556
  */
2567
- overflowStyle?: any | Subscribable<any>;
2557
+ overflowStyle?: any | ISubscribable<any>;
2568
2558
  /**
2569
2559
  * The overflow-wrap CSS property specifies whether or not the browser should insert line breaks within words to prevent
2570
2560
  * text from overflowing its content box. In contrast to word-break, overflow-wrap will only create a break if an entire
2571
2561
  * word cannot be placed on its own line without overflowing.
2572
2562
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap
2573
2563
  */
2574
- overflowWrap?: types.CssGlobalValues | "normal" | "break-word" | Subscribable<types.CssGlobalValues | "normal" | "break-word">;
2564
+ overflowWrap?: types.CssGlobalValues | "normal" | "break-word" | ISubscribable<types.CssGlobalValues | "normal" | "break-word">;
2575
2565
  /**
2576
2566
  * Controls how extra content exceeding the x-axis of the bounding box of an element is rendered.
2577
2567
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-x
2578
2568
  */
2579
- overflowX?: types.CssValue<types.CssOverflow> | Subscribable<types.CssValue<types.CssOverflow>>;
2569
+ overflowX?: types.CssValue<types.CssOverflow> | ISubscribable<types.CssValue<types.CssOverflow>>;
2580
2570
  /**
2581
2571
  * Controls how extra content exceeding the y-axis of the bounding box of an element is rendered.
2582
2572
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-y
2583
2573
  */
2584
- overflowY?: types.CssValue<types.CssOverflow> | Subscribable<types.CssValue<types.CssOverflow>>;
2574
+ overflowY?: types.CssValue<types.CssOverflow> | ISubscribable<types.CssValue<types.CssOverflow>>;
2585
2575
  /**
2586
2576
  * The padding optional CSS property sets the required padding space on one to four sides of an element. The padding area is the space between an element and its border. Negative values are not allowed but decimal values are permitted. The element size is treated as fixed, and the content of the element shifts toward the center as padding is increased.
2587
2577
  * The padding property is a shorthand to avoid setting each side separately (padding-top, padding-right, padding-bottom, padding-left).
2588
2578
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/padding
2589
2579
  */
2590
- padding?: any | Subscribable<any>;
2580
+ padding?: any | ISubscribable<any>;
2591
2581
  /**
2592
2582
  * The padding-bottom CSS property of an element sets the padding space required on the bottom of an element. The padding area is the space between the content of the element and its border. Contrary to margin-bottom values, negative values of padding-bottom are invalid.
2593
2583
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/padding-bottom
2594
2584
  */
2595
- paddingBottom?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2585
+ paddingBottom?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2596
2586
  /**
2597
2587
  * The padding-left CSS property of an element sets the padding space required on the left side of an element. The padding area is the space between the content of the element and its border. Contrary to margin-left values, negative values of padding-left are invalid.
2598
2588
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/padding-left
2599
2589
  */
2600
- paddingLeft?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2590
+ paddingLeft?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2601
2591
  /**
2602
2592
  * The padding-right CSS property of an element sets the padding space required on the right side of an element. The padding area is the space between the content of the element and its border. Contrary to margin-right values, negative values of padding-right are invalid.
2603
2593
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/padding-right
2604
2594
  */
2605
- paddingRight?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2595
+ paddingRight?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2606
2596
  /**
2607
2597
  * The padding-top CSS property of an element sets the padding space required on the top of an element. The padding area is the space between the content of the element and its border. Contrary to margin-top values, negative values of padding-top are invalid.
2608
2598
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/padding-top
2609
2599
  */
2610
- paddingTop?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2600
+ paddingTop?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2611
2601
  /**
2612
2602
  * The page-break-after property is supported in all major browsers. With CSS3, page-break-* properties are only aliases of the break-* properties. The CSS3 Fragmentation spec defines breaks for all CSS box fragmentation.
2613
2603
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/page-break-after
2614
2604
  */
2615
- pageBreakAfter?: types.PageBreakAfter | Subscribable<types.PageBreakAfter>;
2605
+ pageBreakAfter?: types.PageBreakAfter | ISubscribable<types.PageBreakAfter>;
2616
2606
  /**
2617
2607
  * The page-break-before property sets the page-breaking behavior before an element. With CSS3, page-break-* properties are only aliases of the break-* properties. The CSS3 Fragmentation spec defines breaks for all CSS box fragmentation.
2618
2608
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/page-break-before
2619
2609
  */
2620
- pageBreakBefore?: types.PageBreakBefore | Subscribable<types.PageBreakBefore>;
2610
+ pageBreakBefore?: types.PageBreakBefore | ISubscribable<types.PageBreakBefore>;
2621
2611
  /**
2622
2612
  * Sets the page-breaking behavior inside an element. With CSS3, page-break-* properties are only aliases of the break-* properties. The CSS3 Fragmentation spec defines breaks for all CSS box fragmentation.
2623
2613
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/page-break-inside
2624
2614
  */
2625
- pageBreakInside?: types.CssGlobalValues | "auto" | "avoid" | Subscribable<types.CssGlobalValues | "auto" | "avoid">;
2615
+ pageBreakInside?: types.CssGlobalValues | "auto" | "avoid" | ISubscribable<types.CssGlobalValues | "auto" | "avoid">;
2626
2616
  /**
2627
2617
  * The pause property determines how long a speech media agent should pause before and after presenting an element. It is a shorthand for the pause-before and pause-after properties.
2628
2618
  */
2629
- pause?: any | Subscribable<any>;
2619
+ pause?: any | ISubscribable<any>;
2630
2620
  /**
2631
2621
  * The pause-after property determines how long a speech media agent should pause after presenting an element. It may be replaced by the shorthand property pause, which sets pause time before and after.
2632
2622
  */
2633
- pauseAfter?: any | Subscribable<any>;
2623
+ pauseAfter?: any | ISubscribable<any>;
2634
2624
  /**
2635
2625
  * The pause-before property determines how long a speech media agent should pause before presenting an element. It may be replaced by the shorthand property pause, which sets pause time before and after.
2636
2626
  */
2637
- pauseBefore?: any | Subscribable<any>;
2627
+ pauseBefore?: any | ISubscribable<any>;
2638
2628
  /**
2639
2629
  * The perspective property defines how far an element is placed from the view on the z-axis, from the screen to the viewer.
2640
2630
  * Perspective defines how an object is viewed. In graphic arts, perspective is the representation on a flat surface of what the viewer's eye would see in a 3D space. (See Wikipedia for more information about graphical perspective and for related illustrations.)
2641
2631
  * The illusion of perspective on a flat surface, such as a computer screen, is created by projecting points on the flat surface as they would appear if the flat surface were a window through which the viewer was looking at the object. In discussion of virtual environments, this flat surface is called a projection plane.
2642
2632
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/perspective
2643
2633
  */
2644
- perspective?: any | Subscribable<any>;
2634
+ perspective?: any | ISubscribable<any>;
2645
2635
  /**
2646
2636
  * The perspective-origin property establishes the origin for the perspective property. It effectively sets the X and Y position at which the viewer appears to be looking at the children of the element.
2647
2637
  * When used with perspective, perspective-origin changes the appearance of an object, as if a viewer were looking at it from a different origin. An object appears differently if a viewer is looking directly at it versus looking at it from below, above, or from the side. Thus, the perspective-origin is like a vanishing point.
2648
2638
  * The default value of perspective-origin is 50% 50%. This displays an object as if the viewer's eye were positioned directly at the center of the screen, both top-to-bottom and left-to-right. A value of 0% 0% changes the object as if the viewer was looking toward the top left angle. A value of 100% 100% changes the appearance as if viewed toward the bottom right angle.
2649
2639
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/perspective-origin
2650
2640
  */
2651
- perspectiveOrigin?: any | Subscribable<any>;
2641
+ perspectiveOrigin?: any | ISubscribable<any>;
2652
2642
  /**
2653
2643
  * The pointer-events property allows you to control whether an element can be the target for the pointing device (e.g, mouse, pen) events.
2654
2644
  * @see https://developer.mozilla.org/en/docs/Web/CSS/pointer-events
2655
2645
  */
2656
- pointerEvents?: types.PointerEvents | Subscribable<types.PointerEvents>;
2646
+ pointerEvents?: types.PointerEvents | ISubscribable<types.PointerEvents>;
2657
2647
  /**
2658
2648
  * The position property controls the type of positioning used by an element within its parent elements. The effect of the position property depends on a lot of factors, for example the position property of parent elements.
2659
2649
  * @see https://developer.mozilla.org/en/docs/Web/CSS/position
2660
2650
  */
2661
- position?: types.PositionX | Subscribable<types.PositionX>;
2651
+ position?: types.PositionX | ISubscribable<types.PositionX>;
2662
2652
  /**
2663
2653
  * Obsolete: unsupported.
2664
2654
  * This property determines whether or not a full-width punctuation mark character should be trimmed if it appears at the beginning of a line, so that its "ink" lines up with the first glyph in the line above and below.
2665
2655
  */
2666
- punctuationTrim?: any | Subscribable<any>;
2656
+ punctuationTrim?: any | ISubscribable<any>;
2667
2657
  /**
2668
2658
  * Sets the type of quotation marks for embedded quotations.
2669
2659
  * @see https://developer.mozilla.org/en/docs/Web/CSS/quotes
2670
2660
  */
2671
- quotes?: any | Subscribable<any>;
2661
+ quotes?: any | ISubscribable<any>;
2672
2662
  /**
2673
2663
  * Controls whether the last region in a chain displays additional 'overset' content according its default overflow property, or if it displays a fragment of content as if it were flowing into a subsequent region.
2674
2664
  */
2675
- regionFragment?: any | Subscribable<any>;
2665
+ regionFragment?: any | ISubscribable<any>;
2676
2666
  /**
2677
2667
  * The resize CSS property lets you control the resizability of an element.
2678
2668
  * @see https://developer.mozilla.org/en/docs/Web/CSS/resize
2679
2669
  */
2680
- resize?: types.CssGlobalValues | "none" | "both " | "horizontal" | "vertical" | Subscribable<types.CssGlobalValues | "none" | "both " | "horizontal" | "vertical">;
2670
+ resize?: types.CssGlobalValues | "none" | "both " | "horizontal" | "vertical" | ISubscribable<types.CssGlobalValues | "none" | "both " | "horizontal" | "vertical">;
2681
2671
  /**
2682
2672
  * The rest-after property determines how long a speech media agent should pause after presenting an element's main content, before presenting that element's exit cue sound. It may be replaced by the shorthand property rest, which sets rest time before and after.
2683
2673
  */
2684
- restAfter?: any | Subscribable<any>;
2674
+ restAfter?: any | ISubscribable<any>;
2685
2675
  /**
2686
2676
  * The rest-before property determines how long a speech media agent should pause after presenting an intro cue sound for an element, before presenting that element's main content. It may be replaced by the shorthand property rest, which sets rest time before and after.
2687
2677
  */
2688
- restBefore?: any | Subscribable<any>;
2678
+ restBefore?: any | ISubscribable<any>;
2689
2679
  /**
2690
2680
  * Specifies the position an element in relation to the right side of the containing element.
2691
2681
  * @see https://developer.mozilla.org/en/docs/Web/CSS/right
2692
2682
  */
2693
- right?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | Subscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
2683
+ right?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | ISubscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
2694
2684
  /**
2695
2685
  * Specifies the distribution of the different ruby elements over the base.
2696
2686
  * @see https://developer.mozilla.org/en/docs/Web/CSS/ruby-align
2697
2687
  */
2698
- rubyAlign?: types.CssGlobalValues | "start" | "center" | "space-between" | "space-around" | Subscribable<types.CssGlobalValues | "start" | "center" | "space-between" | "space-around">;
2688
+ rubyAlign?: types.CssGlobalValues | "start" | "center" | "space-between" | "space-around" | ISubscribable<types.CssGlobalValues | "start" | "center" | "space-between" | "space-around">;
2699
2689
  /**
2700
2690
  * Specifies the position of a ruby element relatives to its base element. It can be position over the element (over), under it (under), or between the characters, on their right side (inter-character).
2701
2691
  * @see https://developer.mozilla.org/en/docs/Web/CSS/ruby-position
2702
2692
  */
2703
- rubyPosition?: types.CssGlobalValues | "over" | "under" | "inter-character" | Subscribable<types.CssGlobalValues | "over" | "under" | "inter-character">;
2693
+ rubyPosition?: types.CssGlobalValues | "over" | "under" | "inter-character" | ISubscribable<types.CssGlobalValues | "over" | "under" | "inter-character">;
2704
2694
  /**
2705
2695
  * SVG: For the <ellipse> element, this attribute defines the x-radius of the element. A value of zero disables rendering of the element.
2706
2696
  * https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/rx
2707
2697
  */
2708
- rx?: number | Subscribable<number>;
2698
+ rx?: number | ISubscribable<number>;
2709
2699
  /**
2710
2700
  * SVG: For the <ellipse> element, this attribute defines the y-radius of the element. A value of zero disables rendering of the element.
2711
2701
  * https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/ry
2712
2702
  */
2713
- ry?: number | Subscribable<number>;
2703
+ ry?: number | ISubscribable<number>;
2714
2704
  /**
2715
2705
  * Defines the alpha channel threshold used to extract a shape from an image. Can be thought of as a "minimum opacity" threshold; that is, a value of 0.5 means that the shape will enclose all the pixels that are more than 50% opaque.
2716
2706
  * @see https://developer.mozilla.org/en/docs/Web/CSS/shape-image-threshold
2717
2707
  */
2718
- shapeImageThreshold?: any | Subscribable<any>;
2708
+ shapeImageThreshold?: any | ISubscribable<any>;
2719
2709
  /**
2720
2710
  * A future level of CSS Shapes will define a shape-inside property, which will define a shape to wrap content within the element. See Editor's Draft <http://dev.w3.org/csswg/css-shapes/> and CSSWG wiki page on next-level plans <http://wiki.csswg.org/spec/css-shapes>
2721
2711
  */
2722
- shapeInside?: any | Subscribable<any>;
2712
+ shapeInside?: any | ISubscribable<any>;
2723
2713
  /**
2724
2714
  * Adds a margin to a shape-outside. In effect, defines a new shape that is the smallest contour around all the points that are the shape-margin distance outward perpendicular to each point on the underlying shape. For points where a perpendicular direction is not defined (e.g., a triangle corner), takes all points on a circle centered at the point and with a radius of the shape-margin distance. This property accepts only non-negative values.
2725
2715
  * @see https://developer.mozilla.org/en/docs/Web/CSS/shape-margin
2726
2716
  */
2727
- shapeMargin?: any | Subscribable<any>;
2717
+ shapeMargin?: any | ISubscribable<any>;
2728
2718
  /**
2729
2719
  * s a shape around which text should be wrapped, with possible modifications from the shape-margin property. The shape defined by shape-outside and shape-margin changes the geometry of a float element's float area.
2730
2720
  * @see https://developer.mozilla.org/en/docs/Web/CSS/shape-outside
2731
2721
  */
2732
- shapeOutside?: any | Subscribable<any>;
2722
+ shapeOutside?: any | ISubscribable<any>;
2733
2723
  /**
2734
2724
  * The speak property determines whether or not a speech synthesizer will read aloud the contents of an element.
2735
2725
  */
2736
- speak?: any | Subscribable<any>;
2726
+ speak?: any | ISubscribable<any>;
2737
2727
  /**
2738
2728
  * The speak-as property determines how the speech synthesizer interprets the content: words as whole words or as a sequence of letters, numbers as a numerical value or a sequence of digits, punctuation as pauses in speech or named punctuation characters.
2739
2729
  */
2740
- speakAs?: any | Subscribable<any>;
2730
+ speakAs?: any | ISubscribable<any>;
2741
2731
  /**
2742
2732
  * Location of a font-face. Used with the @font-face at rule
2743
2733
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/src
2744
2734
  */
2745
- src?: types.CssValueString | Subscribable<types.CssValueString>;
2735
+ src?: types.CssValueString | ISubscribable<types.CssValueString>;
2746
2736
  /**
2747
2737
  * SVG: Defines the color of the outline on a given graphical element.
2748
2738
  * @see https://developer.mozilla.org/en/docs/Web/CSS/stroke
2749
2739
  */
2750
- stroke?: string | Subscribable<string>;
2740
+ stroke?: string | ISubscribable<string>;
2751
2741
  /**
2752
2742
  * SVG: Controls the pattern of dashes and gaps used to stroke paths.
2753
2743
  * @see https://developer.mozilla.org/en/docs/Web/CSS/stroke-dasharray
2754
2744
  */
2755
- strokeDasharray?: number[] | Subscribable<number[]>;
2745
+ strokeDasharray?: number[] | ISubscribable<number[]>;
2756
2746
  /**
2757
2747
  * SVG: Specifies the distance into the dash pattern to start the dash
2758
2748
  * @see https://developer.mozilla.org/en/docs/Web/SVG/Attribute/stroke-dashoffset
2759
2749
  */
2760
- strokeDashoffset?: types.CssValue<types.CssGlobalValues | types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssGlobalValues | types.CssLength | types.CssPercentage>>;
2750
+ strokeDashoffset?: types.CssValue<types.CssGlobalValues | types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssGlobalValues | types.CssLength | types.CssPercentage>>;
2761
2751
  /**
2762
2752
  * SVG: Specifies the shape to be used at the end of open subpaths when they are stroked.
2763
2753
  * @see https://developer.mozilla.org/en/docs/Web/SVG/Attribute/stroke-linecap
2764
2754
  */
2765
- strokeLinecap?: types.CssGlobalValues | "butt" | "round" | "square" | Subscribable<types.CssGlobalValues | "butt" | "round" | "square">;
2755
+ strokeLinecap?: types.CssGlobalValues | "butt" | "round" | "square" | ISubscribable<types.CssGlobalValues | "butt" | "round" | "square">;
2766
2756
  /**
2767
2757
  * SVG: Specifies the opacity of the outline on the current object.
2768
2758
  * @see https://developer.mozilla.org/en/docs/Web/CSS/stroke-opacity
2769
2759
  */
2770
- strokeOpacity?: number | Subscribable<number>;
2760
+ strokeOpacity?: number | ISubscribable<number>;
2771
2761
  /**
2772
2762
  * SVG: Specifies the width of the outline on the current object.
2773
2763
  * @see https://developer.mozilla.org/en/docs/Web/CSS/stroke-width
2774
2764
  */
2775
- strokeWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2765
+ strokeWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2776
2766
  /**
2777
2767
  * The tab-size CSS property is used to customise the width of a tab (U+0009) character.
2778
2768
  * @see https://developer.mozilla.org/en/docs/Web/CSS/tab-size
2779
2769
  */
2780
- tabSize?: any | Subscribable<any>;
2770
+ tabSize?: any | ISubscribable<any>;
2781
2771
  /**
2782
2772
  * The 'table-layout' property controls the algorithm used to lay out the table cells, rows, and columns.
2783
2773
  * @see https://developer.mozilla.org/en/docs/Web/CSS/table-layout
2784
2774
  */
2785
- tableLayout?: any | Subscribable<any>;
2775
+ tableLayout?: any | ISubscribable<any>;
2786
2776
  /**
2787
2777
  * SVG: The text-anchor attribute is used to align (start-, middle- or end-alignment) a string of text relative to a given point.
2788
2778
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/text-anchor
2789
2779
  */
2790
- textAnchor?: "start" | "middle" | "end" | "inherit" | Subscribable<"start" | "middle" | "end" | "inherit">;
2780
+ textAnchor?: "start" | "middle" | "end" | "inherit" | ISubscribable<"start" | "middle" | "end" | "inherit">;
2791
2781
  /**
2792
2782
  * The text-align CSS property describes how inline content like text is aligned in its parent block element. text-align does not control the alignment of block elements itself, only their inline content.
2793
2783
  * @see https://developer.mozilla.org/en/docs/Web/CSS/text-align
2794
2784
  */
2795
- textAlign?: types.TextAlign | Subscribable<types.TextAlign>;
2785
+ textAlign?: types.TextAlign | ISubscribable<types.TextAlign>;
2796
2786
  /**
2797
2787
  * The text-align-last CSS property describes how the last line of a block element or a line before line break is aligned in its parent block element.
2798
2788
  * @see https://developer.mozilla.org/en/docs/Web/CSS/text-align-last
2799
2789
  */
2800
- textAlignLast?: types.TextAlignLast | Subscribable<types.TextAlignLast>;
2790
+ textAlignLast?: types.TextAlignLast | ISubscribable<types.TextAlignLast>;
2801
2791
  /**
2802
2792
  * The text-decoration CSS property is used to set the text formatting to underline, overline, line-through or blink.
2803
2793
  * underline and overline decorations are positioned under the text, line-through over it.
2804
2794
  * @see https://developer.mozilla.org/en/docs/Web/CSS/text-decoration
2805
2795
  */
2806
- textDecoration?: any | Subscribable<any>;
2796
+ textDecoration?: any | ISubscribable<any>;
2807
2797
  /**
2808
2798
  * Sets the color of any text decoration, such as underlines, overlines, and strike throughs.
2809
2799
  * @see https://developer.mozilla.org/en/docs/Web/CSS/text-decoration-color
2810
2800
  */
2811
- textDecorationColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
2801
+ textDecorationColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
2812
2802
  /**
2813
2803
  * Sets what kind of line decorations are added to an element, such as underlines, overlines, etc.
2814
2804
  * @see https://developer.mozilla.org/en/docs/Web/CSS/text-decoration-line
2815
2805
  */
2816
- textDecorationLine?: any | Subscribable<any>;
2817
- textDecorationLineThrough?: any | Subscribable<any>;
2818
- textDecorationNone?: any | Subscribable<any>;
2819
- textDecorationOverline?: any | Subscribable<any>;
2806
+ textDecorationLine?: any | ISubscribable<any>;
2807
+ textDecorationLineThrough?: any | ISubscribable<any>;
2808
+ textDecorationNone?: any | ISubscribable<any>;
2809
+ textDecorationOverline?: any | ISubscribable<any>;
2820
2810
  /**
2821
2811
  * Specifies what parts of an element�s content are skipped over when applying any text decoration.
2822
2812
  * @see https://developer.mozilla.org/en/docs/Web/CSS/text-decoration-skip
2823
2813
  */
2824
- textDecorationSkip?: any | Subscribable<any>;
2814
+ textDecorationSkip?: any | ISubscribable<any>;
2825
2815
  /**
2826
2816
  * This property specifies the style of the text decoration line drawn on the specified element. The intended meaning for the values are the same as those of the border-style-properties.
2827
2817
  * @see https://developer.mozilla.org/en/docs/Web/CSS/text-decoration-style
2828
2818
  */
2829
- textDecorationStyle?: types.CssGlobalValues | "solid" | "double" | "dotted" | "dashed" | "wavy" | Subscribable<types.CssGlobalValues | "solid" | "double" | "dotted" | "dashed" | "wavy">;
2830
- textDecorationUnderline?: any | Subscribable<any>;
2819
+ textDecorationStyle?: types.CssGlobalValues | "solid" | "double" | "dotted" | "dashed" | "wavy" | ISubscribable<types.CssGlobalValues | "solid" | "double" | "dotted" | "dashed" | "wavy">;
2820
+ textDecorationUnderline?: any | ISubscribable<any>;
2831
2821
  /**
2832
2822
  * The text-emphasis property will apply special emphasis marks to the elements text. Slightly similar to the text-decoration property only that this property can have affect on the line-height. It also is noted that this is shorthand for text-emphasis-style and for text-emphasis-color.
2833
2823
  * @see https://developer.mozilla.org/en/docs/Web/CSS/text-emphasis
2834
2824
  */
2835
- textEmphasis?: any | Subscribable<any>;
2825
+ textEmphasis?: any | ISubscribable<any>;
2836
2826
  /**
2837
2827
  * The text-emphasis-color property specifies the foreground color of the emphasis marks.
2838
2828
  * @see https://developer.mozilla.org/en/docs/Web/CSS/text-emphasis-color
2839
2829
  */
2840
- textEmphasisColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
2830
+ textEmphasisColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
2841
2831
  /**
2842
2832
  * The text-emphasis-style property applies special emphasis marks to an element's text.
2843
2833
  * @see https://developer.mozilla.org/en/docs/Web/CSS/text-emphasis-style
2844
2834
  */
2845
- textEmphasisStyle?: any | Subscribable<any>;
2835
+ textEmphasisStyle?: any | ISubscribable<any>;
2846
2836
  /**
2847
2837
  * This property helps determine an inline box's block-progression dimension, derived from the text-height and font-size properties for non-replaced elements, the height or the width for replaced elements, and the stacked block-progression dimension for inline-block elements. The block-progression dimension determines the position of the padding, border and margin for the element.
2848
2838
  */
2849
- textHeight?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2839
+ textHeight?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2850
2840
  /**
2851
2841
  * Specifies the amount of space horizontally that should be left on the first line of the text of an element. This horizontal spacing is at the beginning of the first line and is in respect to the left edge of the containing block box.
2852
2842
  * @see https://developer.mozilla.org/en/docs/Web/CSS/text-indent
2853
2843
  */
2854
- textIndent?: any | Subscribable<any>;
2855
- textJustifyTrim?: any | Subscribable<any>;
2856
- textKashidaSpace?: any | Subscribable<any>;
2844
+ textIndent?: any | ISubscribable<any>;
2845
+ textJustifyTrim?: any | ISubscribable<any>;
2846
+ textKashidaSpace?: any | ISubscribable<any>;
2857
2847
  /**
2858
2848
  * The text-line-through property is a shorthand property for text-line-through-style, text-line-through-color and text-line-through-mode. (Considered obsolete; use text-decoration instead.)
2859
2849
  */
2860
- textLineThrough?: any | Subscribable<any>;
2850
+ textLineThrough?: any | ISubscribable<any>;
2861
2851
  /**
2862
2852
  * Specifies the line colors for the line-through text decoration.
2863
2853
  * (Considered obsolete; use text-decoration-color instead.)
2864
2854
  */
2865
- textLineThroughColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
2855
+ textLineThroughColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
2866
2856
  /**
2867
2857
  * Sets the mode for the line-through text decoration, determining whether the text decoration affects the space characters or not.
2868
2858
  * (Considered obsolete; use text-decoration-skip instead.)
2869
2859
  */
2870
- textLineThroughMode?: any | Subscribable<any>;
2860
+ textLineThroughMode?: any | ISubscribable<any>;
2871
2861
  /**
2872
2862
  * Specifies the line style for line-through text decoration.
2873
2863
  * (Considered obsolete; use text-decoration-style instead.)
2874
2864
  */
2875
- textLineThroughStyle?: any | Subscribable<any>;
2865
+ textLineThroughStyle?: any | ISubscribable<any>;
2876
2866
  /**
2877
2867
  * Specifies the line width for the line-through text decoration.
2878
2868
  */
2879
- textLineThroughWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2869
+ textLineThroughWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2880
2870
  /**
2881
2871
  * The text-overflow shorthand CSS property determines how overflowed content that is not displayed is signaled to the users. It can be clipped, display an ellipsis ('�', U+2026 HORIZONTAL ELLIPSIS) or a Web author-defined string. It covers the two long-hand properties text-overflow-mode and text-overflow-ellipsis
2882
2872
  * @see https://developer.mozilla.org/en/docs/Web/CSS/text-overflow
2883
2873
  */
2884
- textOverflow?: types.CssGlobalValues | "clip" | "ellipsis" | string | Subscribable<types.CssGlobalValues | "clip" | "ellipsis" | string>;
2874
+ textOverflow?: types.CssGlobalValues | "clip" | "ellipsis" | string | ISubscribable<types.CssGlobalValues | "clip" | "ellipsis" | string>;
2885
2875
  /**
2886
2876
  * The text-overline property is the shorthand for the text-overline-style, text-overline-width, text-overline-color, and text-overline-mode properties.
2887
2877
  */
2888
- textOverline?: any | Subscribable<any>;
2878
+ textOverline?: any | ISubscribable<any>;
2889
2879
  /**
2890
2880
  * Specifies the line color for the overline text decoration.
2891
2881
  */
2892
- textOverlineColor?: types.CssValue<types.CssColor> | Subscribable<types.CssValue<types.CssColor>>;
2882
+ textOverlineColor?: types.CssValue<types.CssColor> | ISubscribable<types.CssValue<types.CssColor>>;
2893
2883
  /**
2894
2884
  * Sets the mode for the overline text decoration, determining whether the text decoration affects the space characters or not.
2895
2885
  */
2896
- textOverlineMode?: any | Subscribable<any>;
2886
+ textOverlineMode?: any | ISubscribable<any>;
2897
2887
  /**
2898
2888
  * Specifies the line style for overline text decoration.
2899
2889
  */
2900
- textOverlineStyle?: any | Subscribable<any>;
2890
+ textOverlineStyle?: any | ISubscribable<any>;
2901
2891
  /**
2902
2892
  * Specifies the line width for the overline text decoration.
2903
2893
  */
2904
- textOverlineWidth?: types.CssValue<types.CssLength | types.CssPercentage> | Subscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2894
+ textOverlineWidth?: types.CssValue<types.CssLength | types.CssPercentage> | ISubscribable<types.CssValue<types.CssLength | types.CssPercentage>>;
2905
2895
  /**
2906
2896
  * The text-rendering CSS property provides information to the browser about how to optimize when rendering text. Options are: legibility, speed or geometric precision.
2907
2897
  * @see https://developer.mozilla.org/en/docs/Web/CSS/text-rendering
2908
2898
  */
2909
- textRendering?: types.CssGlobalValues | "auto" | "optimizeSpeed" | "optimizeLegibility" | "geometricPrecision" | Subscribable<types.CssGlobalValues | "auto" | "optimizeSpeed" | "optimizeLegibility" | "geometricPrecision">;
2899
+ textRendering?: types.CssGlobalValues | "auto" | "optimizeSpeed" | "optimizeLegibility" | "geometricPrecision" | ISubscribable<types.CssGlobalValues | "auto" | "optimizeSpeed" | "optimizeLegibility" | "geometricPrecision">;
2910
2900
  /**
2911
2901
  * Obsolete: unsupported.
2912
2902
  */
2913
- textScript?: any | Subscribable<any>;
2903
+ textScript?: any | ISubscribable<any>;
2914
2904
  /**
2915
2905
  * The CSS text-shadow property applies one or more drop shadows to the text and <text-decorations> of an element. Each shadow is specified as an offset from the text, along with optional color and blur radius values.
2916
2906
  * @see https://developer.mozilla.org/en/docs/Web/CSS/text-shadow
2917
2907
  */
2918
- textShadow?: any | Subscribable<any>;
2908
+ textShadow?: any | ISubscribable<any>;
2919
2909
  /**
2920
2910
  * This property transforms text for styling purposes. (It has no effect on the underlying content.)
2921
2911
  * @see https://developer.mozilla.org/en/docs/Web/CSS/text-transform
2922
2912
  */
2923
- textTransform?: types.TextTransform | Subscribable<types.TextTransform>;
2913
+ textTransform?: types.TextTransform | ISubscribable<types.TextTransform>;
2924
2914
  /**
2925
2915
  * Unsupported.
2926
2916
  * This property will add a underline position value to the element that has an underline defined.
2927
2917
  */
2928
- textUnderlinePosition?: any | Subscribable<any>;
2918
+ textUnderlinePosition?: any | ISubscribable<any>;
2929
2919
  /**
2930
2920
  * After review this should be replaced by text-decoration should it not?
2931
2921
  * This property will set the underline style for text with a line value for underline, overline, and line-through.
2932
2922
  */
2933
- textUnderlineStyle?: any | Subscribable<any>;
2923
+ textUnderlineStyle?: any | ISubscribable<any>;
2934
2924
  /**
2935
2925
  * This property specifies how far an absolutely positioned box's top margin edge is offset below the top edge of the box's containing block. For relatively positioned boxes, the offset is with respect to the top edges of the box itself (i.e., the box is given a position in the normal flow, then offset from that position according to these properties).
2936
2926
  * @see https://developer.mozilla.org/en/docs/Web/CSS/top
2937
2927
  */
2938
- top?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | Subscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
2928
+ top?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | ISubscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
2939
2929
  /**
2940
2930
  * Determines whether touch input may trigger default behavior supplied by the user agent, such as panning or zooming.
2941
2931
  * @see https://developer.mozilla.org/en/docs/Web/CSS/touch-action
2942
2932
  */
2943
- touchAction?: types.TouchAction | Subscribable<types.TouchAction>;
2933
+ touchAction?: types.TouchAction | ISubscribable<types.TouchAction>;
2944
2934
  /**
2945
2935
  * CSS transforms allow elements styled with CSS to be transformed in two-dimensional or three-dimensional space. Using this property, elements can be translated, rotated, scaled, and skewed. The value list may consist of 2D and/or 3D transform values.
2946
2936
  * @see https://developer.mozilla.org/en/docs/Web/CSS/transform
2947
2937
  */
2948
- transform?: types.CssTransformFunction | Subscribable<types.CssTransformFunction>;
2949
- webKitTransform?: types.CssTransformFunction | Subscribable<types.CssTransformFunction>;
2950
- msTransform?: types.CssTransformFunction | Subscribable<types.CssTransformFunction>;
2938
+ transform?: types.CssTransformFunction | ISubscribable<types.CssTransformFunction>;
2939
+ webKitTransform?: types.CssTransformFunction | ISubscribable<types.CssTransformFunction>;
2940
+ msTransform?: types.CssTransformFunction | ISubscribable<types.CssTransformFunction>;
2951
2941
  /**
2952
2942
  * This property defines the origin of the transformation axes relative to the element to which the transformation is applied.
2953
2943
  * @see https://developer.mozilla.org/en/docs/Web/CSS/transform-origin
2954
2944
  */
2955
- transformOrigin?: any | Subscribable<any>;
2945
+ transformOrigin?: any | ISubscribable<any>;
2956
2946
  /**
2957
2947
  * This property allows you to define the relative position of the origin of the transformation grid along the z-axis.
2958
2948
  */
2959
- transformOriginZ?: any | Subscribable<any>;
2949
+ transformOriginZ?: any | ISubscribable<any>;
2960
2950
  /**
2961
2951
  * This property specifies how nested elements are rendered in 3D space relative to their parent.
2962
2952
  * @see https://developer.mozilla.org/en/docs/Web/CSS/transform-style
2963
2953
  */
2964
- transformStyle?: types.CssGlobalValues | "flat" | "preserve-3d" | Subscribable<types.CssGlobalValues | "flat" | "preserve-3d">;
2954
+ transformStyle?: types.CssGlobalValues | "flat" | "preserve-3d" | ISubscribable<types.CssGlobalValues | "flat" | "preserve-3d">;
2965
2955
  /**
2966
2956
  * The transition CSS property is a shorthand property for transition-property, transition-duration, transition-timing-function, and transition-delay. It allows to define the transition between two states of an element.
2967
2957
  * @see https://developer.mozilla.org/en/docs/Web/CSS/transition
2968
2958
  */
2969
- transition?: any | Subscribable<any>;
2959
+ transition?: any | ISubscribable<any>;
2970
2960
  /**
2971
2961
  * Defines when the transition will start. A value of �0s� means the transition will execute as soon as the property is changed. Otherwise, the value specifies an offset from the moment the property is changed, and the transition will delay execution by that offset.
2972
2962
  * @see https://developer.mozilla.org/en/docs/Web/CSS/transition-delay
2973
2963
  */
2974
- transitionDelay?: any | Subscribable<any>;
2964
+ transitionDelay?: any | ISubscribable<any>;
2975
2965
  /**
2976
2966
  * The 'transition-duration' property specifies the length of time a transition animation takes to complete.
2977
2967
  * @see https://developer.mozilla.org/en/docs/Web/CSS/transition-duration
2978
2968
  */
2979
- transitionDuration?: any | Subscribable<any>;
2969
+ transitionDuration?: any | ISubscribable<any>;
2980
2970
  /**
2981
2971
  * The 'transition-property' property specifies the name of the CSS property to which the transition is applied.
2982
2972
  * @see https://developer.mozilla.org/en/docs/Web/CSS/transition-property
2983
2973
  */
2984
- transitionProperty?: types.CssValueString | Subscribable<types.CssValueString>;
2974
+ transitionProperty?: types.CssValueString | ISubscribable<types.CssValueString>;
2985
2975
  /**
2986
2976
  * Sets the pace of action within a transition
2987
2977
  * @see https://developer.mozilla.org/en/docs/Web/CSS/transition-timing-function
2988
2978
  */
2989
- transitionTimingFunction?: types.CssTimingFunction | Subscribable<types.CssTimingFunction>;
2979
+ transitionTimingFunction?: types.CssTimingFunction | ISubscribable<types.CssTimingFunction>;
2990
2980
  /**
2991
2981
  * The unicode-bidi CSS property specifies the level of embedding with respect to the bidirectional algorithm.
2992
2982
  * @see https://developer.mozilla.org/en/docs/Web/CSS/unicode-bidi
2993
2983
  */
2994
- unicodeBidi?: any | Subscribable<any>;
2984
+ unicodeBidi?: any | ISubscribable<any>;
2995
2985
  /**
2996
2986
  * unicode-range allows you to set a specific range of characters to be downloaded from a font (embedded using @font-face) and made available for use on the current page.
2997
2987
  * @see https://developer.mozilla.org/en/docs/Web/CSS/unicode-range
2998
2988
  */
2999
- unicodeRange?: any | Subscribable<any>;
2989
+ unicodeRange?: any | ISubscribable<any>;
3000
2990
  /**
3001
2991
  * This is for all the high level UX stuff.
3002
2992
  */
3003
- userFocus?: any | Subscribable<any>;
2993
+ userFocus?: any | ISubscribable<any>;
3004
2994
  /**
3005
2995
  * For inputing user content
3006
2996
  */
3007
- userInput?: any | Subscribable<any>;
2997
+ userInput?: any | ISubscribable<any>;
3008
2998
  /**
3009
2999
  * User select
3010
3000
  * @see https://developer.mozilla.org/en/docs/Web/CSS/user-select
3011
3001
  */
3012
- userSelect?: "auto" | "text" | "none" | "contain" | "all" | Subscribable<"auto" | "text" | "none" | "contain" | "all">;
3002
+ userSelect?: "auto" | "text" | "none" | "contain" | "all" | ISubscribable<"auto" | "text" | "none" | "contain" | "all">;
3013
3003
  /**
3014
3004
  * The vertical-align property controls how inline elements or text are vertically aligned compared to the baseline. If this property is used on table-cells it controls the vertical alignment of content of the table cell.
3015
3005
  * @see https://developer.mozilla.org/en/docs/Web/CSS/vertical-align
3016
3006
  */
3017
- verticalAlign?: types.VerticalAlign | Subscribable<types.VerticalAlign>;
3007
+ verticalAlign?: types.VerticalAlign | ISubscribable<types.VerticalAlign>;
3018
3008
  /**
3019
3009
  * The visibility property specifies whether the boxes generated by an element are rendered.
3020
3010
  * @see https://developer.mozilla.org/en/docs/Web/CSS/visibility
3021
3011
  */
3022
- visibility?: types.CssGlobalValues | "visible" | "hidden" | "collapse" | Subscribable<types.CssGlobalValues | "visible" | "hidden" | "collapse">;
3012
+ visibility?: types.CssGlobalValues | "visible" | "hidden" | "collapse" | ISubscribable<types.CssGlobalValues | "visible" | "hidden" | "collapse">;
3023
3013
  /**
3024
3014
  * The voice-balance property sets the apparent position (in stereo sound) of the synthesized voice for spoken media.
3025
3015
  */
3026
- voiceBalance?: any | Subscribable<any>;
3016
+ voiceBalance?: any | ISubscribable<any>;
3027
3017
  /**
3028
3018
  * The voice-duration property allows the author to explicitly set the amount of time it should take a speech synthesizer to read an element's content, for example to allow the speech to be synchronized with other media. With a value of auto (the default) the length of time it takes to read the content is determined by the content itself and the voice-rate property.
3029
3019
  */
3030
- voiceDuration?: any | Subscribable<any>;
3020
+ voiceDuration?: any | ISubscribable<any>;
3031
3021
  /**
3032
3022
  * The voice-family property sets the speaker's voice used by a speech media agent to read an element. The speaker may be specified as a named character (to match a voice option in the speech reading software) or as a generic description of the age and gender of the voice. Similar to the font-family property for visual media, a comma-separated list of fallback options may be given in case the speech reader does not recognize the character name or cannot synthesize the requested combination of generic properties.
3033
3023
  */
3034
- voiceFamily?: any | Subscribable<any>;
3024
+ voiceFamily?: any | ISubscribable<any>;
3035
3025
  /**
3036
3026
  * The voice-pitch property sets pitch or tone (high or low) for the synthesized speech when reading an element; the pitch may be specified absolutely or relative to the normal pitch for the voice-family used to read the text.
3037
3027
  */
3038
- voicePitch?: any | Subscribable<any>;
3028
+ voicePitch?: any | ISubscribable<any>;
3039
3029
  /**
3040
3030
  * The voice-range property determines how much variation in pitch or tone will be created by the speech synthesize when reading an element. Emphasized text, grammatical structures and punctuation may all be rendered as changes in pitch, this property determines how strong or obvious those changes are; large ranges are associated with enthusiastic or emotional speech, while small ranges are associated with flat or mechanical speech.
3041
3031
  */
3042
- voiceRange?: any | Subscribable<any>;
3032
+ voiceRange?: any | ISubscribable<any>;
3043
3033
  /**
3044
3034
  * The voice-rate property sets the speed at which the voice synthesized by a speech media agent will read content.
3045
3035
  */
3046
- voiceRate?: any | Subscribable<any>;
3036
+ voiceRate?: any | ISubscribable<any>;
3047
3037
  /**
3048
3038
  * The voice-stress property sets the level of vocal emphasis to be used for synthesized speech reading the element.
3049
3039
  */
3050
- voiceStress?: any | Subscribable<any>;
3040
+ voiceStress?: any | ISubscribable<any>;
3051
3041
  /**
3052
3042
  * The voice-volume property sets the volume for spoken content in speech media. It replaces the deprecated volume property.
3053
3043
  */
3054
- voiceVolume?: any | Subscribable<any>;
3044
+ voiceVolume?: any | ISubscribable<any>;
3055
3045
  /**
3056
3046
  * The white-space property controls whether and how white space inside the element is collapsed, and whether lines may wrap at unforced "soft wrap" opportunities.
3057
3047
  * @see https://developer.mozilla.org/en/docs/Web/CSS/white-space
3058
3048
  */
3059
- whiteSpace?: types.CssGlobalValues | "normal" | "nowrap" | "pre" | "pre-line" | "pre-wrap" | Subscribable<types.CssGlobalValues | "normal" | "nowrap" | "pre" | "pre-line" | "pre-wrap">;
3049
+ whiteSpace?: types.CssGlobalValues | "normal" | "nowrap" | "pre" | "pre-line" | "pre-wrap" | ISubscribable<types.CssGlobalValues | "normal" | "nowrap" | "pre" | "pre-line" | "pre-wrap">;
3060
3050
  /**
3061
3051
  * Obsolete: unsupported.
3062
3052
  */
3063
- whiteSpaceTreatment?: any | Subscribable<any>;
3053
+ whiteSpaceTreatment?: any | ISubscribable<any>;
3064
3054
  /**
3065
3055
  * In paged media, this property defines the mimimum number of lines
3066
3056
  * that must be left at the top of the second page.
3067
3057
  * @see https://developer.mozilla.org/en/docs/Web/CSS/widows
3068
3058
  */
3069
- widows?: number | Subscribable<number>;
3059
+ widows?: number | ISubscribable<number>;
3070
3060
  /**
3071
3061
  * Specifies the width of the content area of an element. The content area of the element width does not include the padding, border, and margin of the element.
3072
3062
  * @see https://developer.mozilla.org/en/docs/Web/CSS/width
3073
3063
  */
3074
- width?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | Subscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
3064
+ width?: types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues> | ISubscribable<types.CssValue<"auto" | types.CssLength | types.CssPercentage | types.CssGlobalValues>>;
3075
3065
  /**
3076
3066
  * The �will-change� CSS property provides a way for authors to hint browsers about the kind of changes to be expected on an element, so that the browser can set up appropriate optimizations ahead of time before the element is actually changed. These kind of optimizations can increase the responsiveness of a page by doing potentially expensive work ahead of time before they are actually required.
3077
3067
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/will-change
3078
3068
  */
3079
- willChange?: types.CssValue<"auto" | "scroll-position" | "contents" | types.CssValueString> | Subscribable<types.CssValue<"auto" | "scroll-position" | "contents" | types.CssValueString>>;
3069
+ willChange?: types.CssValue<"auto" | "scroll-position" | "contents" | types.CssValueString> | ISubscribable<types.CssValue<"auto" | "scroll-position" | "contents" | types.CssValueString>>;
3080
3070
  /**
3081
3071
  * The word-break property is often used when there is long generated content that is strung together without and spaces or hyphens to beak apart. A common case of this is when there is a long URL that does not have any hyphens. This case could potentially cause the breaking of the layout as it could extend past the parent element.
3082
3072
  * @see https://developer.mozilla.org/en/docs/Web/CSS/word-break
3083
3073
  */
3084
- wordBreak?: types.CssGlobalValues | "normal" | "break-all" | "keep-all" | Subscribable<types.CssGlobalValues | "normal" | "break-all" | "keep-all">;
3074
+ wordBreak?: types.CssGlobalValues | "normal" | "break-all" | "keep-all" | ISubscribable<types.CssGlobalValues | "normal" | "break-all" | "keep-all">;
3085
3075
  /**
3086
3076
  * The word-spacing CSS property specifies the spacing behavior between "words".
3087
3077
  * @see https://developer.mozilla.org/en/docs/Web/CSS/word-spacing
3088
3078
  */
3089
- wordSpacing?: types.CssGlobalValues | "normal" | types.CssLength | types.CssPercentage | Subscribable<types.CssGlobalValues | "normal" | types.CssLength | types.CssPercentage>;
3079
+ wordSpacing?: types.CssGlobalValues | "normal" | types.CssLength | types.CssPercentage | ISubscribable<types.CssGlobalValues | "normal" | types.CssLength | types.CssPercentage>;
3090
3080
  /**
3091
3081
  * An alias of css/properties/overflow-wrap, word-wrap defines whether to break words when the content exceeds the boundaries of its container.
3092
3082
  * @see https://developer.mozilla.org/en/docs/Web/CSS/word-wrap
3093
3083
  */
3094
- wordWrap?: types.CssGlobalValues | "normal" | "break-word" | Subscribable<types.CssGlobalValues | "normal" | "break-word">;
3084
+ wordWrap?: types.CssGlobalValues | "normal" | "break-word" | ISubscribable<types.CssGlobalValues | "normal" | "break-word">;
3095
3085
  /**
3096
3086
  * Specifies how exclusions affect inline content within block-level elements. Elements lay out their inline content in their content area but wrap around exclusion areas.
3097
3087
  */
3098
- wrapFlow?: any | Subscribable<any>;
3088
+ wrapFlow?: any | ISubscribable<any>;
3099
3089
  /**
3100
3090
  * Set the value that is used to offset the inner wrap shape from other shapes. Inline content that intersects a shape with this property will be pushed by this shape's margin.
3101
3091
  */
3102
- wrapMargin?: any | Subscribable<any>;
3092
+ wrapMargin?: any | ISubscribable<any>;
3103
3093
  /**
3104
3094
  * Obsolete and unsupported. Do not use.
3105
3095
  * This CSS property controls the text when it reaches the end of the block in which it is enclosed.
3106
3096
  */
3107
- wrapOption?: any | Subscribable<any>;
3097
+ wrapOption?: any | ISubscribable<any>;
3108
3098
  /**
3109
3099
  * writing-mode specifies if lines of text are laid out horizontally or vertically, and the direction which lines of text and blocks progress.
3110
3100
  * @see https://developer.mozilla.org/en/docs/Web/CSS/writing-mode
3111
3101
  */
3112
- writingMode?: types.WritingMode | Subscribable<types.WritingMode>;
3102
+ writingMode?: types.WritingMode | ISubscribable<types.WritingMode>;
3113
3103
  /**
3114
3104
  * The z-index property specifies the z-order of an element and its descendants.
3115
3105
  * When elements overlap, z-order determines which one covers the other.
3116
3106
  * @see https://developer.mozilla.org/en/docs/Web/CSS/z-index
3117
3107
  */
3118
- zIndex?: types.CssGlobalValues | "auto" | number | Subscribable<types.CssGlobalValues | "auto" | number>;
3108
+ zIndex?: types.CssGlobalValues | "auto" | number | ISubscribable<types.CssGlobalValues | "auto" | number>;
3119
3109
  /**
3120
3110
  * Sets the initial zoom factor of a document defined by @viewport.
3121
3111
  * @see https://developer.mozilla.org/en/docs/Web/CSS/zoom
3122
3112
  */
3123
- zoom?: "auto" | number | Subscribable<"auto" | number>;
3113
+ zoom?: "auto" | number | ISubscribable<"auto" | number>;
3124
3114
  }
3125
3115
 
3126
- export const defaultStyle: Style = {
3116
+ export const defaultStyle: IStyle = {
3127
3117
  animation: "none",
3128
3118
  animationDelay: 0,
3129
3119
  animationDirection: "normal",