@angular/material 2.0.0-beta.0 → 2.0.0-beta.12

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 (1664) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +4 -165
  3. package/_theming.scss +3878 -0
  4. package/autocomplete/index.d.ts +8 -5
  5. package/autocomplete/index.metadata.json +12 -1
  6. package/autocomplete/package.json +7 -0
  7. package/autocomplete/typings/autocomplete-module.d.ts +2 -0
  8. package/autocomplete/typings/autocomplete-trigger.d.ts +159 -0
  9. package/autocomplete/typings/autocomplete.d.ts +62 -0
  10. package/autocomplete/typings/index.d.ts +4 -0
  11. package/autocomplete/typings/index.metadata.json +1 -0
  12. package/autocomplete/typings/public-api.d.ts +10 -0
  13. package/autocomplete.d.ts +8 -0
  14. package/autocomplete.metadata.json +12 -0
  15. package/bundles/material-autocomplete.umd.js +2969 -0
  16. package/bundles/material-autocomplete.umd.js.map +1 -0
  17. package/bundles/material-autocomplete.umd.min.js +10 -0
  18. package/bundles/material-autocomplete.umd.min.js.map +1 -0
  19. package/bundles/material-button-toggle.umd.js +2284 -0
  20. package/bundles/material-button-toggle.umd.js.map +1 -0
  21. package/bundles/material-button-toggle.umd.min.js +10 -0
  22. package/bundles/material-button-toggle.umd.min.js.map +1 -0
  23. package/bundles/material-button.umd.js +2092 -0
  24. package/bundles/material-button.umd.js.map +1 -0
  25. package/bundles/material-button.umd.min.js +10 -0
  26. package/bundles/material-button.umd.min.js.map +1 -0
  27. package/bundles/material-card.umd.js +2006 -0
  28. package/bundles/material-card.umd.js.map +1 -0
  29. package/bundles/material-card.umd.min.js +9 -0
  30. package/bundles/material-card.umd.min.js.map +1 -0
  31. package/bundles/material-checkbox.umd.js +2327 -0
  32. package/bundles/material-checkbox.umd.js.map +1 -0
  33. package/bundles/material-checkbox.umd.min.js +10 -0
  34. package/bundles/material-checkbox.umd.min.js.map +1 -0
  35. package/bundles/material-chips.umd.js +3542 -0
  36. package/bundles/material-chips.umd.js.map +1 -0
  37. package/bundles/material-chips.umd.min.js +10 -0
  38. package/bundles/material-chips.umd.min.js.map +1 -0
  39. package/bundles/material-core.umd.js +2206 -0
  40. package/bundles/material-core.umd.js.map +1 -0
  41. package/bundles/material-core.umd.min.js +9 -0
  42. package/bundles/material-core.umd.min.js.map +1 -0
  43. package/bundles/material-datepicker.umd.js +6128 -0
  44. package/bundles/material-datepicker.umd.js.map +1 -0
  45. package/bundles/material-datepicker.umd.min.js +12 -0
  46. package/bundles/material-datepicker.umd.min.js.map +1 -0
  47. package/bundles/material-dialog.umd.js +2530 -0
  48. package/bundles/material-dialog.umd.js.map +1 -0
  49. package/bundles/material-dialog.umd.min.js +10 -0
  50. package/bundles/material-dialog.umd.min.js.map +1 -0
  51. package/bundles/material-expansion.umd.js +2128 -0
  52. package/bundles/material-expansion.umd.js.map +1 -0
  53. package/bundles/material-expansion.umd.min.js +9 -0
  54. package/bundles/material-expansion.umd.min.js.map +1 -0
  55. package/bundles/material-form-field.umd.js +2091 -0
  56. package/bundles/material-form-field.umd.js.map +1 -0
  57. package/bundles/material-form-field.umd.min.js +10 -0
  58. package/bundles/material-form-field.umd.min.js.map +1 -0
  59. package/bundles/material-grid-list.umd.js +2621 -0
  60. package/bundles/material-grid-list.umd.js.map +1 -0
  61. package/bundles/material-grid-list.umd.min.js +10 -0
  62. package/bundles/material-grid-list.umd.min.js.map +1 -0
  63. package/bundles/material-icon.umd.js +2442 -0
  64. package/bundles/material-icon.umd.js.map +1 -0
  65. package/bundles/material-icon.umd.min.js +10 -0
  66. package/bundles/material-icon.umd.min.js.map +1 -0
  67. package/bundles/material-input.umd.js +2716 -0
  68. package/bundles/material-input.umd.js.map +1 -0
  69. package/bundles/material-input.umd.min.js +10 -0
  70. package/bundles/material-input.umd.min.js.map +1 -0
  71. package/bundles/material-list.umd.js +2611 -0
  72. package/bundles/material-list.umd.js.map +1 -0
  73. package/bundles/material-list.umd.min.js +11 -0
  74. package/bundles/material-list.umd.min.js.map +1 -0
  75. package/bundles/material-menu.umd.js +2613 -0
  76. package/bundles/material-menu.umd.js.map +1 -0
  77. package/bundles/material-menu.umd.min.js +10 -0
  78. package/bundles/material-menu.umd.min.js.map +1 -0
  79. package/bundles/material-paginator.umd.js +5228 -0
  80. package/bundles/material-paginator.umd.js.map +1 -0
  81. package/bundles/material-paginator.umd.min.js +11 -0
  82. package/bundles/material-paginator.umd.min.js.map +1 -0
  83. package/bundles/material-progress-bar.umd.js +1784 -0
  84. package/bundles/material-progress-bar.umd.js.map +1 -0
  85. package/bundles/material-progress-bar.umd.min.js +9 -0
  86. package/bundles/material-progress-bar.umd.min.js.map +1 -0
  87. package/bundles/material-progress-spinner.umd.js +2005 -0
  88. package/bundles/material-progress-spinner.umd.js.map +1 -0
  89. package/bundles/material-progress-spinner.umd.min.js +10 -0
  90. package/bundles/material-progress-spinner.umd.min.js.map +1 -0
  91. package/bundles/material-radio.umd.js +2530 -0
  92. package/bundles/material-radio.umd.js.map +1 -0
  93. package/bundles/material-radio.umd.min.js +10 -0
  94. package/bundles/material-radio.umd.min.js.map +1 -0
  95. package/bundles/material-select.umd.js +3843 -0
  96. package/bundles/material-select.umd.js.map +1 -0
  97. package/bundles/material-select.umd.min.js +10 -0
  98. package/bundles/material-select.umd.min.js.map +1 -0
  99. package/bundles/material-sidenav.umd.js +2577 -0
  100. package/bundles/material-sidenav.umd.js.map +1 -0
  101. package/bundles/material-sidenav.umd.min.js +10 -0
  102. package/bundles/material-sidenav.umd.min.js.map +1 -0
  103. package/bundles/material-slide-toggle.umd.js +2253 -0
  104. package/bundles/material-slide-toggle.umd.js.map +1 -0
  105. package/bundles/material-slide-toggle.umd.min.js +10 -0
  106. package/bundles/material-slide-toggle.umd.min.js.map +1 -0
  107. package/bundles/material-slider.umd.js +2621 -0
  108. package/bundles/material-slider.umd.js.map +1 -0
  109. package/bundles/material-slider.umd.min.js +10 -0
  110. package/bundles/material-slider.umd.min.js.map +1 -0
  111. package/bundles/material-snack-bar.umd.js +2258 -0
  112. package/bundles/material-snack-bar.umd.js.map +1 -0
  113. package/bundles/material-snack-bar.umd.min.js +10 -0
  114. package/bundles/material-snack-bar.umd.min.js.map +1 -0
  115. package/bundles/material-sort.umd.js +1917 -0
  116. package/bundles/material-sort.umd.js.map +1 -0
  117. package/bundles/material-sort.umd.min.js +9 -0
  118. package/bundles/material-sort.umd.min.js.map +1 -0
  119. package/bundles/material-stepper.umd.js +3271 -0
  120. package/bundles/material-stepper.umd.js.map +1 -0
  121. package/bundles/material-stepper.umd.min.js +10 -0
  122. package/bundles/material-stepper.umd.min.js.map +1 -0
  123. package/bundles/material-table.umd.js +1976 -0
  124. package/bundles/material-table.umd.js.map +1 -0
  125. package/bundles/material-table.umd.min.js +9 -0
  126. package/bundles/material-table.umd.min.js.map +1 -0
  127. package/bundles/material-tabs.umd.js +3341 -0
  128. package/bundles/material-tabs.umd.js.map +1 -0
  129. package/bundles/material-tabs.umd.min.js +10 -0
  130. package/bundles/material-tabs.umd.min.js.map +1 -0
  131. package/bundles/material-toolbar.umd.js +1790 -0
  132. package/bundles/material-toolbar.umd.js.map +1 -0
  133. package/bundles/material-toolbar.umd.min.js +9 -0
  134. package/bundles/material-toolbar.umd.min.js.map +1 -0
  135. package/bundles/material-tooltip.umd.js +2339 -0
  136. package/bundles/material-tooltip.umd.js.map +1 -0
  137. package/bundles/material-tooltip.umd.min.js +10 -0
  138. package/bundles/material-tooltip.umd.min.js.map +1 -0
  139. package/bundles/material.umd.js +21541 -12552
  140. package/bundles/material.umd.js.map +1 -0
  141. package/bundles/material.umd.min.js +22 -0
  142. package/bundles/material.umd.min.js.map +1 -0
  143. package/button/index.d.ts +8 -1
  144. package/button/index.metadata.json +12 -1
  145. package/button/package.json +7 -0
  146. package/button/typings/button-module.d.ts +2 -0
  147. package/button/typings/button.d.ts +77 -0
  148. package/button/typings/index.d.ts +4 -0
  149. package/button/typings/index.metadata.json +1 -0
  150. package/button/typings/public-api.d.ts +9 -0
  151. package/button-toggle/index.d.ts +8 -1
  152. package/button-toggle/index.metadata.json +12 -1
  153. package/button-toggle/package.json +7 -0
  154. package/button-toggle/typings/button-toggle-module.d.ts +2 -0
  155. package/button-toggle/typings/button-toggle.d.ts +163 -0
  156. package/button-toggle/typings/index.d.ts +4 -0
  157. package/button-toggle/typings/index.metadata.json +1 -0
  158. package/button-toggle/typings/public-api.d.ts +9 -0
  159. package/button-toggle.d.ts +8 -0
  160. package/button-toggle.metadata.json +12 -0
  161. package/button.d.ts +8 -0
  162. package/button.metadata.json +12 -0
  163. package/card/index.d.ts +8 -1
  164. package/card/index.metadata.json +12 -1
  165. package/card/package.json +7 -0
  166. package/card/typings/card-module.d.ts +2 -0
  167. package/card/typings/card.d.ts +95 -0
  168. package/card/typings/index.d.ts +4 -0
  169. package/card/typings/index.metadata.json +1 -0
  170. package/card/typings/public-api.d.ts +9 -0
  171. package/card.d.ts +8 -0
  172. package/card.metadata.json +12 -0
  173. package/checkbox/index.d.ts +8 -1
  174. package/checkbox/index.metadata.json +12 -1
  175. package/checkbox/package.json +7 -0
  176. package/checkbox/typings/checkbox-module.d.ts +2 -0
  177. package/checkbox/typings/checkbox-required-validator.d.ts +18 -0
  178. package/checkbox/typings/checkbox.d.ts +157 -0
  179. package/checkbox/typings/index.d.ts +4 -0
  180. package/checkbox/typings/index.metadata.json +1 -0
  181. package/checkbox/typings/public-api.d.ts +10 -0
  182. package/checkbox.d.ts +8 -0
  183. package/checkbox.metadata.json +12 -0
  184. package/chips/index.d.ts +8 -2
  185. package/chips/index.metadata.json +12 -1
  186. package/chips/package.json +7 -0
  187. package/chips/typings/chip-input.d.ts +43 -0
  188. package/chips/typings/chip-list.d.ts +222 -0
  189. package/chips/typings/chip.d.ts +123 -0
  190. package/chips/typings/chips-module.d.ts +2 -0
  191. package/chips/typings/index.d.ts +4 -0
  192. package/chips/typings/index.metadata.json +1 -0
  193. package/chips/typings/public-api.d.ts +11 -0
  194. package/chips.d.ts +8 -0
  195. package/chips.metadata.json +12 -0
  196. package/core/index.d.ts +8 -1
  197. package/core/index.metadata.json +12 -1
  198. package/core/package.json +7 -0
  199. package/core/typings/animation/animation.d.ts +20 -0
  200. package/core/typings/common-behaviors/color.d.ts +22 -0
  201. package/core/typings/common-behaviors/common-module.d.ts +25 -0
  202. package/core/typings/common-behaviors/constructor.d.ts +9 -0
  203. package/core/typings/common-behaviors/disable-ripple.d.ts +7 -0
  204. package/core/typings/common-behaviors/disabled.d.ts +7 -0
  205. package/core/typings/common-behaviors/index.d.ts +12 -0
  206. package/core/typings/common-behaviors/tabindex.d.ts +15 -0
  207. package/core/typings/compatibility/compatibility.d.ts +32 -0
  208. package/core/typings/datetime/date-adapter.d.ts +198 -0
  209. package/core/typings/datetime/date-formats.d.ts +20 -0
  210. package/core/typings/datetime/index.d.ts +8 -0
  211. package/core/typings/datetime/native-date-adapter.d.ts +50 -0
  212. package/core/typings/datetime/native-date-formats.d.ts +9 -0
  213. package/core/typings/error/error-options.d.ts +9 -0
  214. package/core/typings/gestures/gesture-annotations.d.ts +51 -0
  215. package/core/{gestures → typings/gestures}/gesture-config.d.ts +0 -0
  216. package/core/typings/index.d.ts +5 -0
  217. package/core/typings/index.metadata.json +1 -0
  218. package/core/typings/line/line.d.ts +30 -0
  219. package/core/typings/option/index.d.ts +4 -0
  220. package/core/typings/option/optgroup.d.ts +14 -0
  221. package/core/typings/option/option.d.ts +90 -0
  222. package/core/typings/placeholder/placeholder-options.d.ts +15 -0
  223. package/core/typings/public-api.d.ts +22 -0
  224. package/core/typings/ripple/index.d.ts +5 -0
  225. package/core/typings/ripple/ripple-ref.d.ts +28 -0
  226. package/core/typings/ripple/ripple-renderer.d.ts +69 -0
  227. package/core/typings/ripple/ripple.d.ts +65 -0
  228. package/core/typings/selection/index.d.ts +3 -0
  229. package/core/typings/selection/pseudo-checkbox/pseudo-checkbox.d.ts +20 -0
  230. package/core/typings/style/apply-transform.d.ts +13 -0
  231. package/core/typings/style/index.d.ts +8 -0
  232. package/core/typings/testing/month-constants.d.ts +12 -0
  233. package/core/typings/util/object-extend.d.ts +15 -0
  234. package/core.d.ts +7 -0
  235. package/core.metadata.json +12 -1
  236. package/datepicker/index.d.ts +8 -0
  237. package/datepicker/index.metadata.json +12 -0
  238. package/datepicker/package.json +7 -0
  239. package/datepicker/typings/calendar-body.d.ts +52 -0
  240. package/datepicker/typings/calendar.d.ts +97 -0
  241. package/datepicker/typings/coerce-date-property.d.ts +19 -0
  242. package/datepicker/typings/datepicker-errors.d.ts +9 -0
  243. package/datepicker/typings/datepicker-input.d.ts +92 -0
  244. package/datepicker/typings/datepicker-intl.d.ts +25 -0
  245. package/datepicker/typings/datepicker-module.d.ts +2 -0
  246. package/datepicker/typings/datepicker-toggle.d.ts +24 -0
  247. package/datepicker/typings/datepicker.d.ts +117 -0
  248. package/datepicker/typings/index.d.ts +4 -0
  249. package/datepicker/typings/index.metadata.json +1 -0
  250. package/datepicker/typings/month-view.d.ts +66 -0
  251. package/datepicker/typings/public-api.d.ts +17 -0
  252. package/datepicker/typings/year-view.d.ts +55 -0
  253. package/datepicker.d.ts +8 -0
  254. package/datepicker.metadata.json +12 -0
  255. package/dialog/index.d.ts +8 -9
  256. package/dialog/index.metadata.json +12 -1
  257. package/dialog/package.json +7 -0
  258. package/dialog/typings/dialog-config.d.ts +54 -0
  259. package/dialog/typings/dialog-container.d.ts +68 -0
  260. package/dialog/typings/dialog-content-directives.d.ts +43 -0
  261. package/dialog/typings/dialog-module.d.ts +2 -0
  262. package/dialog/typings/dialog-ref.d.ts +68 -0
  263. package/dialog/typings/dialog.d.ts +108 -0
  264. package/dialog/typings/index.d.ts +4 -0
  265. package/dialog/typings/index.metadata.json +1 -0
  266. package/dialog/typings/public-api.d.ts +13 -0
  267. package/dialog.d.ts +8 -0
  268. package/dialog.metadata.json +12 -0
  269. package/esm2015/autocomplete.js +673 -0
  270. package/esm2015/autocomplete.js.map +1 -0
  271. package/esm2015/button-toggle.js +589 -0
  272. package/esm2015/button-toggle.js.map +1 -0
  273. package/esm2015/button.js +318 -0
  274. package/esm2015/button.js.map +1 -0
  275. package/esm2015/card.js +312 -0
  276. package/esm2015/card.js.map +1 -0
  277. package/esm2015/checkbox.js +500 -0
  278. package/esm2015/checkbox.js.map +1 -0
  279. package/esm2015/chips.js +1330 -0
  280. package/esm2015/chips.js.map +1 -0
  281. package/esm2015/core.js +2117 -0
  282. package/esm2015/core.js.map +1 -0
  283. package/esm2015/datepicker.js +1813 -0
  284. package/esm2015/datepicker.js.map +1 -0
  285. package/esm2015/dialog.js +854 -0
  286. package/esm2015/dialog.js.map +1 -0
  287. package/esm2015/expansion.js +587 -0
  288. package/esm2015/expansion.js.map +1 -0
  289. package/esm2015/form-field.js +535 -0
  290. package/esm2015/form-field.js.map +1 -0
  291. package/esm2015/grid-list.js +827 -0
  292. package/esm2015/grid-list.js.map +1 -0
  293. package/esm2015/icon.js +735 -0
  294. package/esm2015/icon.js.map +1 -0
  295. package/esm2015/input.js +585 -0
  296. package/esm2015/input.js.map +1 -0
  297. package/esm2015/list.js +640 -0
  298. package/esm2015/list.js.map +1 -0
  299. package/esm2015/material.js +51 -0
  300. package/esm2015/material.js.map +1 -0
  301. package/esm2015/menu.js +923 -0
  302. package/esm2015/menu.js.map +1 -0
  303. package/esm2015/paginator.js +303 -0
  304. package/esm2015/paginator.js.map +1 -0
  305. package/esm2015/progress-bar.js +133 -0
  306. package/esm2015/progress-bar.js.map +1 -0
  307. package/esm2015/progress-spinner.js +303 -0
  308. package/esm2015/progress-spinner.js.map +1 -0
  309. package/esm2015/radio.js +709 -0
  310. package/esm2015/radio.js.map +1 -0
  311. package/esm2015/select.js +1394 -0
  312. package/esm2015/select.js.map +1 -0
  313. package/esm2015/sidenav.js +866 -0
  314. package/esm2015/sidenav.js.map +1 -0
  315. package/esm2015/slide-toggle.js +428 -0
  316. package/esm2015/slide-toggle.js.map +1 -0
  317. package/esm2015/slider.js +834 -0
  318. package/esm2015/slider.js.map +1 -0
  319. package/esm2015/snack-bar.js +596 -0
  320. package/esm2015/snack-bar.js.map +1 -0
  321. package/esm2015/sort.js +371 -0
  322. package/esm2015/sort.js.map +1 -0
  323. package/esm2015/stepper.js +395 -0
  324. package/esm2015/stepper.js.map +1 -0
  325. package/esm2015/table.js +272 -0
  326. package/esm2015/table.js.map +1 -0
  327. package/esm2015/tabs.js +1480 -0
  328. package/esm2015/tabs.js.map +1 -0
  329. package/esm2015/toolbar.js +89 -0
  330. package/esm2015/toolbar.js.map +1 -0
  331. package/esm2015/tooltip.js +671 -0
  332. package/esm2015/tooltip.js.map +1 -0
  333. package/esm5/autocomplete.es5.js +712 -0
  334. package/esm5/autocomplete.es5.js.map +1 -0
  335. package/esm5/button-toggle.es5.js +646 -0
  336. package/esm5/button-toggle.es5.js.map +1 -0
  337. package/esm5/button.es5.js +344 -0
  338. package/esm5/button.es5.js.map +1 -0
  339. package/esm5/card.es5.js +355 -0
  340. package/esm5/card.es5.js.map +1 -0
  341. package/esm5/checkbox.es5.js +538 -0
  342. package/esm5/checkbox.es5.js.map +1 -0
  343. package/esm5/chips.es5.js +1464 -0
  344. package/esm5/chips.es5.js.map +1 -0
  345. package/esm5/core.es5.js +2126 -0
  346. package/esm5/core.es5.js.map +1 -0
  347. package/esm5/datepicker.es5.js +1946 -0
  348. package/esm5/datepicker.es5.js.map +1 -0
  349. package/esm5/dialog.es5.js +894 -0
  350. package/esm5/dialog.es5.js.map +1 -0
  351. package/esm5/expansion.es5.js +622 -0
  352. package/esm5/expansion.es5.js.map +1 -0
  353. package/esm5/form-field.es5.js +580 -0
  354. package/esm5/form-field.es5.js.map +1 -0
  355. package/esm5/grid-list.es5.js +888 -0
  356. package/esm5/grid-list.es5.js.map +1 -0
  357. package/esm5/icon.es5.js +754 -0
  358. package/esm5/icon.es5.js.map +1 -0
  359. package/esm5/input.es5.js +630 -0
  360. package/esm5/input.es5.js.map +1 -0
  361. package/esm5/list.es5.js +704 -0
  362. package/esm5/list.es5.js.map +1 -0
  363. package/esm5/material.es5.js +51 -0
  364. package/esm5/material.es5.js.map +1 -0
  365. package/esm5/menu.es5.js +962 -0
  366. package/esm5/menu.es5.js.map +1 -0
  367. package/esm5/paginator.es5.js +328 -0
  368. package/esm5/paginator.es5.js.map +1 -0
  369. package/esm5/progress-bar.es5.js +147 -0
  370. package/esm5/progress-bar.es5.js.map +1 -0
  371. package/esm5/progress-spinner.es5.js +317 -0
  372. package/esm5/progress-spinner.es5.js.map +1 -0
  373. package/esm5/radio.es5.js +786 -0
  374. package/esm5/radio.es5.js.map +1 -0
  375. package/esm5/select.es5.js +1481 -0
  376. package/esm5/select.es5.js.map +1 -0
  377. package/esm5/sidenav.es5.js +946 -0
  378. package/esm5/sidenav.es5.js.map +1 -0
  379. package/esm5/slide-toggle.es5.js +455 -0
  380. package/esm5/slide-toggle.es5.js.map +1 -0
  381. package/esm5/slider.es5.js +938 -0
  382. package/esm5/slider.es5.js.map +1 -0
  383. package/esm5/snack-bar.es5.js +622 -0
  384. package/esm5/snack-bar.es5.js.map +1 -0
  385. package/esm5/sort.es5.js +389 -0
  386. package/esm5/sort.es5.js.map +1 -0
  387. package/esm5/stepper.es5.js +448 -0
  388. package/esm5/stepper.es5.js.map +1 -0
  389. package/esm5/table.es5.js +323 -0
  390. package/esm5/table.es5.js.map +1 -0
  391. package/esm5/tabs.es5.js +1591 -0
  392. package/esm5/tabs.es5.js.map +1 -0
  393. package/esm5/toolbar.es5.js +100 -0
  394. package/esm5/toolbar.es5.js.map +1 -0
  395. package/esm5/tooltip.es5.js +705 -0
  396. package/esm5/tooltip.es5.js.map +1 -0
  397. package/expansion/index.d.ts +8 -0
  398. package/expansion/index.metadata.json +12 -0
  399. package/expansion/package.json +7 -0
  400. package/expansion/typings/accordion-item.d.ts +41 -0
  401. package/expansion/typings/accordion.d.ts +29 -0
  402. package/expansion/typings/expansion-module.d.ts +2 -0
  403. package/expansion/typings/expansion-panel-header.d.ts +49 -0
  404. package/expansion/typings/expansion-panel.d.ts +40 -0
  405. package/expansion/typings/index.d.ts +5 -0
  406. package/expansion/typings/index.metadata.json +1 -0
  407. package/expansion/typings/public-api.d.ts +12 -0
  408. package/expansion.d.ts +8 -0
  409. package/expansion.metadata.json +12 -0
  410. package/form-field/index.d.ts +8 -0
  411. package/form-field/index.metadata.json +12 -0
  412. package/form-field/package.json +7 -0
  413. package/form-field/typings/error.d.ts +4 -0
  414. package/form-field/typings/form-field-control.d.ts +47 -0
  415. package/form-field/typings/form-field-errors.d.ts +13 -0
  416. package/form-field/typings/form-field-module.d.ts +2 -0
  417. package/form-field/typings/form-field.d.ts +78 -0
  418. package/form-field/typings/hint.d.ts +7 -0
  419. package/form-field/typings/index.d.ts +4 -0
  420. package/form-field/typings/index.metadata.json +1 -0
  421. package/form-field/typings/placeholder.d.ts +3 -0
  422. package/form-field/typings/prefix.d.ts +3 -0
  423. package/form-field/typings/public-api.d.ts +16 -0
  424. package/form-field/typings/suffix.d.ts +3 -0
  425. package/form-field.d.ts +8 -0
  426. package/form-field.metadata.json +12 -0
  427. package/grid-list/index.d.ts +8 -1
  428. package/grid-list/index.metadata.json +12 -1
  429. package/grid-list/package.json +7 -0
  430. package/grid-list/typings/grid-list-measure.d.ts +17 -0
  431. package/grid-list/typings/grid-list-module.d.ts +2 -0
  432. package/grid-list/typings/grid-list.d.ts +53 -0
  433. package/grid-list/typings/grid-tile.d.ts +55 -0
  434. package/grid-list/typings/index.d.ts +5 -0
  435. package/grid-list/typings/index.metadata.json +1 -0
  436. package/grid-list/typings/public-api.d.ts +10 -0
  437. package/grid-list/typings/tile-coordinator.d.ts +64 -0
  438. package/grid-list/typings/tile-styler.d.ts +129 -0
  439. package/grid-list.d.ts +8 -0
  440. package/grid-list.metadata.json +12 -0
  441. package/icon/index.d.ts +8 -1
  442. package/icon/index.metadata.json +12 -1
  443. package/icon/package.json +7 -0
  444. package/icon/typings/icon-module.d.ts +2 -0
  445. package/icon/typings/icon-registry.d.ts +187 -0
  446. package/icon/typings/icon.d.ts +69 -0
  447. package/icon/typings/index.d.ts +4 -0
  448. package/icon/typings/index.metadata.json +1 -0
  449. package/icon/typings/public-api.d.ts +10 -0
  450. package/icon.d.ts +8 -0
  451. package/icon.metadata.json +12 -0
  452. package/input/index.d.ts +8 -4
  453. package/input/index.metadata.json +12 -1
  454. package/input/package.json +7 -0
  455. package/input/typings/autosize.d.ts +43 -0
  456. package/input/typings/index.d.ts +4 -0
  457. package/input/typings/index.metadata.json +1 -0
  458. package/input/typings/input-errors.d.ts +9 -0
  459. package/input/typings/input-module.d.ts +2 -0
  460. package/input/typings/input.d.ts +85 -0
  461. package/input/typings/public-api.d.ts +11 -0
  462. package/input.d.ts +8 -0
  463. package/input.metadata.json +12 -0
  464. package/list/index.d.ts +8 -1
  465. package/list/index.metadata.json +12 -1
  466. package/list/package.json +7 -0
  467. package/list/typings/index.d.ts +4 -0
  468. package/list/typings/index.metadata.json +1 -0
  469. package/list/typings/list-module.d.ts +2 -0
  470. package/list/typings/list.d.ts +77 -0
  471. package/list/typings/public-api.d.ts +10 -0
  472. package/list/typings/selection-list.d.ts +103 -0
  473. package/list.d.ts +8 -0
  474. package/list.metadata.json +12 -0
  475. package/material.d.ts +39 -0
  476. package/material.metadata.json +105 -0
  477. package/menu/index.d.ts +8 -5
  478. package/menu/index.metadata.json +12 -1
  479. package/menu/package.json +7 -0
  480. package/menu/typings/index.d.ts +6 -0
  481. package/menu/typings/index.metadata.json +1 -0
  482. package/menu/typings/menu-animations.d.ts +27 -0
  483. package/menu/typings/menu-directive.d.ts +89 -0
  484. package/menu/typings/menu-errors.d.ts +24 -0
  485. package/menu/typings/menu-item.d.ts +42 -0
  486. package/menu/typings/menu-module.d.ts +2 -0
  487. package/menu/typings/menu-panel.d.ts +22 -0
  488. package/menu/typings/menu-positions.d.ts +9 -0
  489. package/menu/typings/menu-trigger.d.ts +115 -0
  490. package/menu/typings/menu.d.ts +12 -0
  491. package/menu/typings/public-api.d.ts +11 -0
  492. package/menu.d.ts +8 -0
  493. package/menu.metadata.json +12 -0
  494. package/package.json +10 -9
  495. package/paginator/index.d.ts +8 -0
  496. package/paginator/index.metadata.json +12 -0
  497. package/paginator/package.json +7 -0
  498. package/paginator/typings/index.d.ts +4 -0
  499. package/paginator/typings/index.metadata.json +1 -0
  500. package/paginator/typings/paginator-intl.d.ts +20 -0
  501. package/paginator/typings/paginator-module.d.ts +2 -0
  502. package/paginator/typings/paginator.d.ts +75 -0
  503. package/paginator/typings/public-api.d.ts +10 -0
  504. package/paginator.d.ts +8 -0
  505. package/paginator.metadata.json +12 -0
  506. package/prebuilt-themes/deeppurple-amber.css +1 -0
  507. package/prebuilt-themes/indigo-pink.css +1 -0
  508. package/prebuilt-themes/pink-bluegrey.css +1 -0
  509. package/prebuilt-themes/purple-green.css +1 -0
  510. package/progress-bar/index.d.ts +8 -1
  511. package/progress-bar/index.metadata.json +12 -1
  512. package/progress-bar/package.json +7 -0
  513. package/progress-bar/typings/index.d.ts +4 -0
  514. package/progress-bar/typings/index.metadata.json +1 -0
  515. package/progress-bar/typings/progress-bar-module.d.ts +2 -0
  516. package/progress-bar/typings/progress-bar.d.ts +32 -0
  517. package/progress-bar/typings/public-api.d.ts +9 -0
  518. package/progress-bar.d.ts +8 -0
  519. package/progress-bar.metadata.json +12 -0
  520. package/progress-spinner/index.d.ts +8 -2
  521. package/progress-spinner/index.metadata.json +12 -1
  522. package/progress-spinner/package.json +7 -0
  523. package/progress-spinner/typings/index.d.ts +4 -0
  524. package/progress-spinner/typings/index.metadata.json +1 -0
  525. package/progress-spinner/typings/progress-spinner-module.d.ts +3 -0
  526. package/progress-spinner/typings/progress-spinner.d.ts +69 -0
  527. package/progress-spinner/typings/public-api.d.ts +9 -0
  528. package/progress-spinner.d.ts +8 -0
  529. package/progress-spinner.metadata.json +12 -0
  530. package/radio/index.d.ts +8 -1
  531. package/radio/index.metadata.json +12 -1
  532. package/radio/package.json +7 -0
  533. package/radio/typings/index.d.ts +4 -0
  534. package/radio/typings/index.metadata.json +1 -0
  535. package/radio/typings/public-api.d.ts +9 -0
  536. package/radio/typings/radio-module.d.ts +2 -0
  537. package/radio/typings/radio.d.ts +215 -0
  538. package/radio.d.ts +8 -0
  539. package/radio.metadata.json +12 -0
  540. package/select/index.d.ts +8 -7
  541. package/select/index.metadata.json +12 -1
  542. package/select/package.json +7 -0
  543. package/select/typings/index.d.ts +4 -0
  544. package/select/typings/index.metadata.json +1 -0
  545. package/select/typings/public-api.d.ts +10 -0
  546. package/select/typings/select-animations.d.ts +30 -0
  547. package/select/typings/select-errors.d.ts +26 -0
  548. package/select/typings/select-module.d.ts +2 -0
  549. package/select/typings/select.d.ts +393 -0
  550. package/select.d.ts +8 -0
  551. package/select.metadata.json +12 -0
  552. package/sidenav/index.d.ts +8 -1
  553. package/sidenav/index.metadata.json +12 -1
  554. package/sidenav/package.json +7 -0
  555. package/sidenav/typings/drawer.d.ts +190 -0
  556. package/sidenav/typings/index.d.ts +4 -0
  557. package/sidenav/typings/index.metadata.json +1 -0
  558. package/sidenav/typings/public-api.d.ts +10 -0
  559. package/sidenav/typings/sidenav-module.d.ts +2 -0
  560. package/sidenav/typings/sidenav.d.ts +33 -0
  561. package/sidenav.d.ts +8 -0
  562. package/sidenav.metadata.json +12 -0
  563. package/slide-toggle/index.d.ts +8 -1
  564. package/slide-toggle/index.metadata.json +12 -1
  565. package/slide-toggle/package.json +7 -0
  566. package/slide-toggle/typings/index.d.ts +4 -0
  567. package/slide-toggle/typings/index.metadata.json +1 -0
  568. package/slide-toggle/typings/public-api.d.ts +9 -0
  569. package/slide-toggle/typings/slide-toggle-module.d.ts +2 -0
  570. package/slide-toggle/typings/slide-toggle.d.ts +93 -0
  571. package/slide-toggle.d.ts +8 -0
  572. package/slide-toggle.metadata.json +12 -0
  573. package/slider/index.d.ts +8 -1
  574. package/slider/index.metadata.json +12 -1
  575. package/slider/package.json +7 -0
  576. package/slider/typings/index.d.ts +4 -0
  577. package/slider/typings/index.metadata.json +1 -0
  578. package/slider/typings/public-api.d.ts +9 -0
  579. package/slider/typings/slider-module.d.ts +2 -0
  580. package/slider/typings/slider.d.ts +207 -0
  581. package/slider.d.ts +8 -0
  582. package/slider.metadata.json +12 -0
  583. package/snack-bar/index.d.ts +8 -4
  584. package/snack-bar/index.metadata.json +12 -1
  585. package/snack-bar/package.json +7 -0
  586. package/snack-bar/typings/index.d.ts +4 -0
  587. package/snack-bar/typings/index.metadata.json +1 -0
  588. package/snack-bar/typings/public-api.d.ts +13 -0
  589. package/snack-bar/typings/simple-snack-bar.d.ts +18 -0
  590. package/snack-bar/typings/snack-bar-config.d.ts +38 -0
  591. package/snack-bar/typings/snack-bar-container.d.ts +55 -0
  592. package/snack-bar/typings/snack-bar-module.d.ts +2 -0
  593. package/snack-bar/typings/snack-bar-ref.d.ts +51 -0
  594. package/snack-bar/typings/snack-bar.d.ts +70 -0
  595. package/snack-bar.d.ts +8 -0
  596. package/snack-bar.metadata.json +12 -0
  597. package/sort/index.d.ts +8 -0
  598. package/sort/index.metadata.json +12 -0
  599. package/sort/package.json +7 -0
  600. package/sort/typings/index.d.ts +4 -0
  601. package/sort/typings/index.metadata.json +1 -0
  602. package/sort/typings/public-api.d.ts +12 -0
  603. package/sort/typings/sort-direction.d.ts +8 -0
  604. package/sort/typings/sort-errors.d.ts +15 -0
  605. package/sort/typings/sort-header-intl.d.ts +17 -0
  606. package/sort/typings/sort-header.d.ts +43 -0
  607. package/sort/typings/sort-module.d.ts +2 -0
  608. package/sort/typings/sort.d.ts +55 -0
  609. package/sort.d.ts +8 -0
  610. package/sort.metadata.json +12 -0
  611. package/stepper/index.d.ts +8 -0
  612. package/stepper/index.metadata.json +12 -0
  613. package/stepper/package.json +7 -0
  614. package/stepper/typings/index.d.ts +4 -0
  615. package/stepper/typings/index.metadata.json +1 -0
  616. package/stepper/typings/public-api.d.ts +13 -0
  617. package/stepper/typings/step-header.d.ts +41 -0
  618. package/stepper/typings/step-label.d.ts +14 -0
  619. package/stepper/typings/stepper-button.d.ts +10 -0
  620. package/stepper/typings/stepper-intl.d.ts +11 -0
  621. package/stepper/typings/stepper-module.d.ts +2 -0
  622. package/stepper/typings/stepper.d.ts +26 -0
  623. package/stepper.d.ts +8 -0
  624. package/stepper.metadata.json +12 -0
  625. package/table/index.d.ts +8 -0
  626. package/table/index.metadata.json +12 -0
  627. package/table/package.json +7 -0
  628. package/table/typings/cell.d.ts +43 -0
  629. package/table/typings/index.d.ts +4 -0
  630. package/table/typings/index.metadata.json +1 -0
  631. package/table/typings/public-api.d.ts +11 -0
  632. package/table/typings/row.d.ts +25 -0
  633. package/table/typings/table-module.d.ts +2 -0
  634. package/table/typings/table.d.ts +8 -0
  635. package/table.d.ts +8 -0
  636. package/table.metadata.json +12 -0
  637. package/tabs/index.d.ts +8 -7
  638. package/tabs/index.metadata.json +12 -1
  639. package/tabs/package.json +7 -0
  640. package/tabs/typings/index.d.ts +8 -0
  641. package/tabs/typings/index.metadata.json +1 -0
  642. package/tabs/typings/ink-bar.d.ts +33 -0
  643. package/tabs/typings/public-api.d.ts +16 -0
  644. package/tabs/typings/tab-body.d.ts +69 -0
  645. package/tabs/typings/tab-group.d.ts +104 -0
  646. package/tabs/typings/tab-header.d.ts +158 -0
  647. package/tabs/typings/tab-label-wrapper.d.ts +25 -0
  648. package/tabs/typings/tab-label.d.ts +15 -0
  649. package/tabs/typings/tab-nav-bar/index.d.ts +8 -0
  650. package/tabs/typings/tab-nav-bar/tab-nav-bar.d.ts +78 -0
  651. package/tabs/typings/tab.d.ts +50 -0
  652. package/tabs/typings/tabs-module.d.ts +2 -0
  653. package/tabs.d.ts +8 -0
  654. package/tabs.metadata.json +12 -0
  655. package/toolbar/index.d.ts +8 -1
  656. package/toolbar/index.metadata.json +12 -1
  657. package/toolbar/package.json +7 -0
  658. package/toolbar/typings/index.d.ts +4 -0
  659. package/toolbar/typings/index.metadata.json +1 -0
  660. package/toolbar/typings/public-api.d.ts +9 -0
  661. package/toolbar/typings/toolbar-module.d.ts +2 -0
  662. package/toolbar/typings/toolbar.d.ts +21 -0
  663. package/toolbar.d.ts +8 -0
  664. package/toolbar.metadata.json +12 -0
  665. package/tooltip/index.d.ts +8 -1
  666. package/tooltip/index.metadata.json +12 -1
  667. package/tooltip/package.json +7 -0
  668. package/tooltip/typings/index.d.ts +4 -0
  669. package/tooltip/typings/index.metadata.json +1 -0
  670. package/tooltip/typings/public-api.d.ts +9 -0
  671. package/tooltip/typings/tooltip-module.d.ts +2 -0
  672. package/tooltip/typings/tooltip.d.ts +175 -0
  673. package/tooltip.d.ts +8 -0
  674. package/tooltip.metadata.json +12 -0
  675. package/typings/autocomplete/autocomplete-module.d.ts +2 -0
  676. package/typings/autocomplete/autocomplete-trigger.d.ts +159 -0
  677. package/typings/autocomplete/autocomplete.d.ts +62 -0
  678. package/typings/autocomplete/index.d.ts +4 -0
  679. package/typings/autocomplete/index.metadata.json +1 -0
  680. package/typings/autocomplete/public-api.d.ts +10 -0
  681. package/typings/button/button-module.d.ts +2 -0
  682. package/typings/button/button.d.ts +77 -0
  683. package/typings/button/index.d.ts +4 -0
  684. package/typings/button/index.metadata.json +1 -0
  685. package/typings/button/public-api.d.ts +9 -0
  686. package/typings/button-toggle/button-toggle-module.d.ts +2 -0
  687. package/typings/button-toggle/button-toggle.d.ts +163 -0
  688. package/typings/button-toggle/index.d.ts +4 -0
  689. package/typings/button-toggle/index.metadata.json +1 -0
  690. package/typings/button-toggle/public-api.d.ts +9 -0
  691. package/typings/card/card-module.d.ts +2 -0
  692. package/typings/card/card.d.ts +95 -0
  693. package/typings/card/index.d.ts +4 -0
  694. package/typings/card/index.metadata.json +1 -0
  695. package/typings/card/public-api.d.ts +9 -0
  696. package/typings/checkbox/checkbox-module.d.ts +2 -0
  697. package/typings/checkbox/checkbox-required-validator.d.ts +18 -0
  698. package/typings/checkbox/checkbox.d.ts +157 -0
  699. package/typings/checkbox/index.d.ts +4 -0
  700. package/typings/checkbox/index.metadata.json +1 -0
  701. package/typings/checkbox/public-api.d.ts +10 -0
  702. package/typings/chips/chip-input.d.ts +43 -0
  703. package/typings/chips/chip-list.d.ts +222 -0
  704. package/typings/chips/chip.d.ts +123 -0
  705. package/typings/chips/chips-module.d.ts +2 -0
  706. package/typings/chips/index.d.ts +4 -0
  707. package/typings/chips/index.metadata.json +1 -0
  708. package/typings/chips/public-api.d.ts +11 -0
  709. package/typings/core/animation/animation.d.ts +20 -0
  710. package/typings/core/common-behaviors/color.d.ts +22 -0
  711. package/typings/core/common-behaviors/common-module.d.ts +25 -0
  712. package/typings/core/common-behaviors/constructor.d.ts +9 -0
  713. package/typings/core/common-behaviors/disable-ripple.d.ts +7 -0
  714. package/typings/core/common-behaviors/disabled.d.ts +7 -0
  715. package/typings/core/common-behaviors/index.d.ts +12 -0
  716. package/typings/core/common-behaviors/tabindex.d.ts +15 -0
  717. package/typings/core/compatibility/compatibility.d.ts +32 -0
  718. package/typings/core/datetime/date-adapter.d.ts +198 -0
  719. package/typings/core/datetime/date-formats.d.ts +20 -0
  720. package/typings/core/datetime/index.d.ts +8 -0
  721. package/typings/core/datetime/native-date-adapter.d.ts +50 -0
  722. package/typings/core/datetime/native-date-formats.d.ts +9 -0
  723. package/typings/core/error/error-options.d.ts +9 -0
  724. package/typings/core/gestures/gesture-annotations.d.ts +51 -0
  725. package/typings/core/gestures/gesture-config.d.ts +23 -0
  726. package/typings/core/index.d.ts +5 -0
  727. package/typings/core/index.metadata.json +1 -0
  728. package/typings/core/line/line.d.ts +30 -0
  729. package/typings/core/option/index.d.ts +4 -0
  730. package/typings/core/option/optgroup.d.ts +14 -0
  731. package/typings/core/option/option.d.ts +90 -0
  732. package/typings/core/placeholder/placeholder-options.d.ts +15 -0
  733. package/typings/core/public-api.d.ts +22 -0
  734. package/typings/core/ripple/index.d.ts +5 -0
  735. package/typings/core/ripple/ripple-ref.d.ts +28 -0
  736. package/typings/core/ripple/ripple-renderer.d.ts +69 -0
  737. package/typings/core/ripple/ripple.d.ts +65 -0
  738. package/typings/core/selection/index.d.ts +3 -0
  739. package/typings/core/selection/pseudo-checkbox/pseudo-checkbox.d.ts +20 -0
  740. package/typings/core/style/apply-transform.d.ts +13 -0
  741. package/typings/core/style/index.d.ts +8 -0
  742. package/typings/core/testing/month-constants.d.ts +12 -0
  743. package/typings/core/util/object-extend.d.ts +15 -0
  744. package/typings/datepicker/calendar-body.d.ts +52 -0
  745. package/typings/datepicker/calendar.d.ts +97 -0
  746. package/typings/datepicker/coerce-date-property.d.ts +19 -0
  747. package/typings/datepicker/datepicker-errors.d.ts +9 -0
  748. package/typings/datepicker/datepicker-input.d.ts +92 -0
  749. package/typings/datepicker/datepicker-intl.d.ts +25 -0
  750. package/typings/datepicker/datepicker-module.d.ts +2 -0
  751. package/typings/datepicker/datepicker-toggle.d.ts +24 -0
  752. package/typings/datepicker/datepicker.d.ts +117 -0
  753. package/typings/datepicker/index.d.ts +4 -0
  754. package/typings/datepicker/index.metadata.json +1 -0
  755. package/typings/datepicker/month-view.d.ts +66 -0
  756. package/typings/datepicker/public-api.d.ts +17 -0
  757. package/typings/datepicker/year-view.d.ts +55 -0
  758. package/typings/dialog/dialog-config.d.ts +54 -0
  759. package/typings/dialog/dialog-container.d.ts +68 -0
  760. package/typings/dialog/dialog-content-directives.d.ts +43 -0
  761. package/typings/dialog/dialog-module.d.ts +2 -0
  762. package/typings/dialog/dialog-ref.d.ts +68 -0
  763. package/typings/dialog/dialog.d.ts +108 -0
  764. package/typings/dialog/index.d.ts +4 -0
  765. package/typings/dialog/index.metadata.json +1 -0
  766. package/typings/dialog/public-api.d.ts +13 -0
  767. package/typings/expansion/accordion-item.d.ts +41 -0
  768. package/typings/expansion/accordion.d.ts +29 -0
  769. package/typings/expansion/expansion-module.d.ts +2 -0
  770. package/typings/expansion/expansion-panel-header.d.ts +49 -0
  771. package/typings/expansion/expansion-panel.d.ts +40 -0
  772. package/typings/expansion/index.d.ts +5 -0
  773. package/typings/expansion/index.metadata.json +1 -0
  774. package/typings/expansion/public-api.d.ts +12 -0
  775. package/typings/form-field/error.d.ts +4 -0
  776. package/typings/form-field/form-field-control.d.ts +47 -0
  777. package/typings/form-field/form-field-errors.d.ts +13 -0
  778. package/typings/form-field/form-field-module.d.ts +2 -0
  779. package/typings/form-field/form-field.d.ts +78 -0
  780. package/typings/form-field/hint.d.ts +7 -0
  781. package/typings/form-field/index.d.ts +4 -0
  782. package/typings/form-field/index.metadata.json +1 -0
  783. package/typings/form-field/placeholder.d.ts +3 -0
  784. package/typings/form-field/prefix.d.ts +3 -0
  785. package/typings/form-field/public-api.d.ts +16 -0
  786. package/typings/form-field/suffix.d.ts +3 -0
  787. package/typings/grid-list/grid-list-measure.d.ts +17 -0
  788. package/typings/grid-list/grid-list-module.d.ts +2 -0
  789. package/typings/grid-list/grid-list.d.ts +53 -0
  790. package/typings/grid-list/grid-tile.d.ts +55 -0
  791. package/typings/grid-list/index.d.ts +5 -0
  792. package/typings/grid-list/index.metadata.json +1 -0
  793. package/typings/grid-list/public-api.d.ts +10 -0
  794. package/typings/grid-list/tile-coordinator.d.ts +64 -0
  795. package/typings/grid-list/tile-styler.d.ts +129 -0
  796. package/typings/icon/icon-module.d.ts +2 -0
  797. package/typings/icon/icon-registry.d.ts +187 -0
  798. package/typings/icon/icon.d.ts +69 -0
  799. package/typings/icon/index.d.ts +4 -0
  800. package/typings/icon/index.metadata.json +1 -0
  801. package/typings/icon/public-api.d.ts +10 -0
  802. package/typings/index.d.ts +4 -0
  803. package/typings/index.metadata.json +1 -0
  804. package/typings/input/autosize.d.ts +43 -0
  805. package/typings/input/index.d.ts +4 -0
  806. package/typings/input/index.metadata.json +1 -0
  807. package/typings/input/input-errors.d.ts +9 -0
  808. package/typings/input/input-module.d.ts +2 -0
  809. package/typings/input/input.d.ts +85 -0
  810. package/typings/input/public-api.d.ts +11 -0
  811. package/typings/list/index.d.ts +4 -0
  812. package/typings/list/index.metadata.json +1 -0
  813. package/typings/list/list-module.d.ts +2 -0
  814. package/typings/list/list.d.ts +77 -0
  815. package/typings/list/public-api.d.ts +10 -0
  816. package/typings/list/selection-list.d.ts +103 -0
  817. package/typings/menu/index.d.ts +6 -0
  818. package/typings/menu/index.metadata.json +1 -0
  819. package/typings/menu/menu-animations.d.ts +27 -0
  820. package/typings/menu/menu-directive.d.ts +89 -0
  821. package/typings/menu/menu-errors.d.ts +24 -0
  822. package/typings/menu/menu-item.d.ts +42 -0
  823. package/typings/menu/menu-module.d.ts +2 -0
  824. package/typings/menu/menu-panel.d.ts +22 -0
  825. package/typings/menu/menu-positions.d.ts +9 -0
  826. package/typings/menu/menu-trigger.d.ts +115 -0
  827. package/typings/menu/menu.d.ts +12 -0
  828. package/typings/menu/public-api.d.ts +11 -0
  829. package/typings/paginator/index.d.ts +4 -0
  830. package/typings/paginator/index.metadata.json +1 -0
  831. package/typings/paginator/paginator-intl.d.ts +20 -0
  832. package/typings/paginator/paginator-module.d.ts +2 -0
  833. package/typings/paginator/paginator.d.ts +75 -0
  834. package/typings/paginator/public-api.d.ts +10 -0
  835. package/typings/progress-bar/index.d.ts +4 -0
  836. package/typings/progress-bar/index.metadata.json +1 -0
  837. package/typings/progress-bar/progress-bar-module.d.ts +2 -0
  838. package/typings/progress-bar/progress-bar.d.ts +32 -0
  839. package/typings/progress-bar/public-api.d.ts +9 -0
  840. package/typings/progress-spinner/index.d.ts +4 -0
  841. package/typings/progress-spinner/index.metadata.json +1 -0
  842. package/typings/progress-spinner/progress-spinner-module.d.ts +3 -0
  843. package/typings/progress-spinner/progress-spinner.d.ts +69 -0
  844. package/typings/progress-spinner/public-api.d.ts +9 -0
  845. package/typings/public-api.d.ts +39 -0
  846. package/typings/radio/index.d.ts +4 -0
  847. package/typings/radio/index.metadata.json +1 -0
  848. package/typings/radio/public-api.d.ts +9 -0
  849. package/typings/radio/radio-module.d.ts +2 -0
  850. package/typings/radio/radio.d.ts +215 -0
  851. package/typings/select/index.d.ts +4 -0
  852. package/typings/select/index.metadata.json +1 -0
  853. package/typings/select/public-api.d.ts +10 -0
  854. package/typings/select/select-animations.d.ts +30 -0
  855. package/typings/select/select-errors.d.ts +26 -0
  856. package/typings/select/select-module.d.ts +2 -0
  857. package/typings/select/select.d.ts +393 -0
  858. package/typings/sidenav/drawer.d.ts +190 -0
  859. package/typings/sidenav/index.d.ts +4 -0
  860. package/typings/sidenav/index.metadata.json +1 -0
  861. package/typings/sidenav/public-api.d.ts +10 -0
  862. package/typings/sidenav/sidenav-module.d.ts +2 -0
  863. package/typings/sidenav/sidenav.d.ts +33 -0
  864. package/typings/slide-toggle/index.d.ts +4 -0
  865. package/typings/slide-toggle/index.metadata.json +1 -0
  866. package/typings/slide-toggle/public-api.d.ts +9 -0
  867. package/typings/slide-toggle/slide-toggle-module.d.ts +2 -0
  868. package/typings/slide-toggle/slide-toggle.d.ts +93 -0
  869. package/typings/slider/index.d.ts +4 -0
  870. package/typings/slider/index.metadata.json +1 -0
  871. package/typings/slider/public-api.d.ts +9 -0
  872. package/typings/slider/slider-module.d.ts +2 -0
  873. package/typings/slider/slider.d.ts +207 -0
  874. package/typings/snack-bar/index.d.ts +4 -0
  875. package/typings/snack-bar/index.metadata.json +1 -0
  876. package/typings/snack-bar/public-api.d.ts +13 -0
  877. package/typings/snack-bar/simple-snack-bar.d.ts +18 -0
  878. package/typings/snack-bar/snack-bar-config.d.ts +38 -0
  879. package/typings/snack-bar/snack-bar-container.d.ts +55 -0
  880. package/typings/snack-bar/snack-bar-module.d.ts +2 -0
  881. package/typings/snack-bar/snack-bar-ref.d.ts +51 -0
  882. package/typings/snack-bar/snack-bar.d.ts +70 -0
  883. package/typings/sort/index.d.ts +4 -0
  884. package/typings/sort/index.metadata.json +1 -0
  885. package/typings/sort/public-api.d.ts +12 -0
  886. package/typings/sort/sort-direction.d.ts +8 -0
  887. package/typings/sort/sort-errors.d.ts +15 -0
  888. package/typings/sort/sort-header-intl.d.ts +17 -0
  889. package/typings/sort/sort-header.d.ts +43 -0
  890. package/typings/sort/sort-module.d.ts +2 -0
  891. package/typings/sort/sort.d.ts +55 -0
  892. package/typings/stepper/index.d.ts +4 -0
  893. package/typings/stepper/index.metadata.json +1 -0
  894. package/typings/stepper/public-api.d.ts +13 -0
  895. package/typings/stepper/step-header.d.ts +41 -0
  896. package/typings/stepper/step-label.d.ts +14 -0
  897. package/typings/stepper/stepper-button.d.ts +10 -0
  898. package/typings/stepper/stepper-intl.d.ts +11 -0
  899. package/typings/stepper/stepper-module.d.ts +2 -0
  900. package/typings/stepper/stepper.d.ts +26 -0
  901. package/typings/table/cell.d.ts +43 -0
  902. package/typings/table/index.d.ts +4 -0
  903. package/typings/table/index.metadata.json +1 -0
  904. package/typings/table/public-api.d.ts +11 -0
  905. package/typings/table/row.d.ts +25 -0
  906. package/typings/table/table-module.d.ts +2 -0
  907. package/typings/table/table.d.ts +8 -0
  908. package/typings/tabs/index.d.ts +8 -0
  909. package/typings/tabs/index.metadata.json +1 -0
  910. package/typings/tabs/ink-bar.d.ts +33 -0
  911. package/typings/tabs/public-api.d.ts +16 -0
  912. package/typings/tabs/tab-body.d.ts +69 -0
  913. package/typings/tabs/tab-group.d.ts +104 -0
  914. package/typings/tabs/tab-header.d.ts +158 -0
  915. package/typings/tabs/tab-label-wrapper.d.ts +25 -0
  916. package/typings/tabs/tab-label.d.ts +15 -0
  917. package/typings/tabs/tab-nav-bar/index.d.ts +8 -0
  918. package/typings/tabs/tab-nav-bar/tab-nav-bar.d.ts +78 -0
  919. package/typings/tabs/tab.d.ts +50 -0
  920. package/typings/tabs/tabs-module.d.ts +2 -0
  921. package/typings/toolbar/index.d.ts +4 -0
  922. package/typings/toolbar/index.metadata.json +1 -0
  923. package/typings/toolbar/public-api.d.ts +9 -0
  924. package/typings/toolbar/toolbar-module.d.ts +2 -0
  925. package/typings/toolbar/toolbar.d.ts +21 -0
  926. package/typings/tooltip/index.d.ts +4 -0
  927. package/typings/tooltip/index.metadata.json +1 -0
  928. package/typings/tooltip/public-api.d.ts +9 -0
  929. package/typings/tooltip/tooltip-module.d.ts +2 -0
  930. package/typings/tooltip/tooltip.d.ts +175 -0
  931. package/typings/version.d.ts +10 -0
  932. package/autocomplete/README.md +0 -5
  933. package/autocomplete/_autocomplete-theme.scss +0 -5
  934. package/autocomplete/autocomplete.css +0 -0
  935. package/autocomplete/autocomplete.css.map +0 -1
  936. package/autocomplete/autocomplete.d.ts +0 -2
  937. package/autocomplete/autocomplete.html +0 -1
  938. package/autocomplete/autocomplete.js +0 -25
  939. package/autocomplete/autocomplete.js.map +0 -1
  940. package/autocomplete/autocomplete.metadata.json +0 -1
  941. package/autocomplete/autocomplete.scss +0 -0
  942. package/autocomplete/index.js +0 -34
  943. package/autocomplete/index.js.map +0 -1
  944. package/button/OVERVIEW.md +0 -25
  945. package/button/README.md +0 -116
  946. package/button/_button-base.scss +0 -111
  947. package/button/_button-theme.scss +0 -85
  948. package/button/button.css +0 -1
  949. package/button/button.css.map +0 -1
  950. package/button/button.d.ts +0 -46
  951. package/button/button.html +0 -1
  952. package/button/button.js +0 -203
  953. package/button/button.js.map +0 -1
  954. package/button/button.metadata.json +0 -1
  955. package/button/button.scss +0 -105
  956. package/button/index.js +0 -3
  957. package/button/index.js.map +0 -1
  958. package/button-toggle/OVERVIEW.md +0 -22
  959. package/button-toggle/README.md +0 -139
  960. package/button-toggle/_button-toggle-theme.scss +0 -14
  961. package/button-toggle/button-toggle.css +0 -1
  962. package/button-toggle/button-toggle.css.map +0 -1
  963. package/button-toggle/button-toggle.d.ts +0 -136
  964. package/button-toggle/button-toggle.html +0 -1
  965. package/button-toggle/button-toggle.js +0 -502
  966. package/button-toggle/button-toggle.js.map +0 -1
  967. package/button-toggle/button-toggle.metadata.json +0 -1
  968. package/button-toggle/button-toggle.scss +0 -49
  969. package/button-toggle/index.js +0 -3
  970. package/button-toggle/index.js.map +0 -1
  971. package/card/OVERVIEW.md +0 -45
  972. package/card/README.md +0 -116
  973. package/card/_card-theme.scss +0 -17
  974. package/card/card-header.html +0 -1
  975. package/card/card-title-group.html +0 -1
  976. package/card/card.css +0 -1
  977. package/card/card.css.map +0 -1
  978. package/card/card.d.ts +0 -54
  979. package/card/card.html +0 -1
  980. package/card/card.js +0 -174
  981. package/card/card.js.map +0 -1
  982. package/card/card.metadata.json +0 -1
  983. package/card/card.scss +0 -227
  984. package/card/index.js +0 -3
  985. package/card/index.js.map +0 -1
  986. package/checkbox/OVERVIEW.md +0 -28
  987. package/checkbox/README.md +0 -93
  988. package/checkbox/_checkbox-theme.scss +0 -84
  989. package/checkbox/checkbox.css +0 -1
  990. package/checkbox/checkbox.css.map +0 -1
  991. package/checkbox/checkbox.d.ts +0 -155
  992. package/checkbox/checkbox.html +0 -1
  993. package/checkbox/checkbox.js +0 -432
  994. package/checkbox/checkbox.js.map +0 -1
  995. package/checkbox/checkbox.metadata.json +0 -1
  996. package/checkbox/checkbox.scss +0 -431
  997. package/checkbox/index.js +0 -3
  998. package/checkbox/index.js.map +0 -1
  999. package/chips/OVERVIEW.md +0 -40
  1000. package/chips/README.md +0 -7
  1001. package/chips/_chips-theme.scss +0 -49
  1002. package/chips/chip-list.d.ts +0 -66
  1003. package/chips/chip-list.js +0 -210
  1004. package/chips/chip-list.js.map +0 -1
  1005. package/chips/chip-list.metadata.json +0 -1
  1006. package/chips/chip.d.ts +0 -53
  1007. package/chips/chip.js +0 -177
  1008. package/chips/chip.js.map +0 -1
  1009. package/chips/chip.metadata.json +0 -1
  1010. package/chips/chips.css +0 -1
  1011. package/chips/chips.css.map +0 -1
  1012. package/chips/chips.scss +0 -80
  1013. package/chips/index.js +0 -4
  1014. package/chips/index.js.map +0 -1
  1015. package/core/README.md +0 -1
  1016. package/core/_core.scss +0 -27
  1017. package/core/a11y/README.md +0 -30
  1018. package/core/a11y/_a11y.scss +0 -24
  1019. package/core/a11y/fake-mousedown.d.ts +0 -8
  1020. package/core/a11y/fake-mousedown.js +0 -12
  1021. package/core/a11y/fake-mousedown.js.map +0 -1
  1022. package/core/a11y/fake-mousedown.metadata.json +0 -1
  1023. package/core/a11y/focus-trap.d.ts +0 -41
  1024. package/core/a11y/focus-trap.html +0 -1
  1025. package/core/a11y/focus-trap.js +0 -129
  1026. package/core/a11y/focus-trap.js.map +0 -1
  1027. package/core/a11y/focus-trap.metadata.json +0 -1
  1028. package/core/a11y/index.d.ts +0 -7
  1029. package/core/a11y/index.js +0 -40
  1030. package/core/a11y/index.js.map +0 -1
  1031. package/core/a11y/index.metadata.json +0 -1
  1032. package/core/a11y/interactivity-checker.d.ts +0 -45
  1033. package/core/a11y/interactivity-checker.js +0 -210
  1034. package/core/a11y/interactivity-checker.js.map +0 -1
  1035. package/core/a11y/interactivity-checker.metadata.json +0 -1
  1036. package/core/a11y/list-key-manager.d.ts +0 -83
  1037. package/core/a11y/list-key-manager.js +0 -157
  1038. package/core/a11y/list-key-manager.js.map +0 -1
  1039. package/core/a11y/list-key-manager.metadata.json +0 -1
  1040. package/core/a11y/live-announcer.d.ts +0 -17
  1041. package/core/a11y/live-announcer.js +0 -63
  1042. package/core/a11y/live-announcer.js.map +0 -1
  1043. package/core/a11y/live-announcer.metadata.json +0 -1
  1044. package/core/animation/animation.d.ts +0 -13
  1045. package/core/animation/animation.js +0 -21
  1046. package/core/animation/animation.js.map +0 -1
  1047. package/core/animation/animation.metadata.json +0 -1
  1048. package/core/async/promise-completer.d.ts +0 -7
  1049. package/core/async/promise-completer.js +0 -13
  1050. package/core/async/promise-completer.js.map +0 -1
  1051. package/core/async/promise-completer.metadata.json +0 -1
  1052. package/core/coercion/boolean-property.d.ts +0 -2
  1053. package/core/coercion/boolean-property.js +0 -6
  1054. package/core/coercion/boolean-property.js.map +0 -1
  1055. package/core/coercion/boolean-property.metadata.json +0 -1
  1056. package/core/coercion/number-property.d.ts +0 -2
  1057. package/core/coercion/number-property.js +0 -10
  1058. package/core/coercion/number-property.js.map +0 -1
  1059. package/core/coercion/number-property.metadata.json +0 -1
  1060. package/core/compatibility/default-mode.d.ts +0 -19
  1061. package/core/compatibility/default-mode.js +0 -61
  1062. package/core/compatibility/default-mode.js.map +0 -1
  1063. package/core/compatibility/default-mode.metadata.json +0 -1
  1064. package/core/compatibility/no-conflict-mode.d.ts +0 -10
  1065. package/core/compatibility/no-conflict-mode.js +0 -47
  1066. package/core/compatibility/no-conflict-mode.js.map +0 -1
  1067. package/core/compatibility/no-conflict-mode.metadata.json +0 -1
  1068. package/core/coordination/unique-selection-dispatcher.d.ts +0 -21
  1069. package/core/coordination/unique-selection-dispatcher.js +0 -46
  1070. package/core/coordination/unique-selection-dispatcher.js.map +0 -1
  1071. package/core/coordination/unique-selection-dispatcher.metadata.json +0 -1
  1072. package/core/core.d.ts +0 -45
  1073. package/core/core.js +0 -110
  1074. package/core/core.js.map +0 -1
  1075. package/core/core.metadata.json +0 -1
  1076. package/core/errors/error.d.ts +0 -7
  1077. package/core/errors/error.js +0 -20
  1078. package/core/errors/error.js.map +0 -1
  1079. package/core/errors/error.metadata.json +0 -1
  1080. package/core/gestures/gesture-annotations.d.ts +0 -44
  1081. package/core/gestures/gesture-annotations.js +0 -7
  1082. package/core/gestures/gesture-annotations.js.map +0 -1
  1083. package/core/gestures/gesture-config.js +0 -85
  1084. package/core/gestures/gesture-config.js.map +0 -1
  1085. package/core/gestures/gesture-config.metadata.json +0 -1
  1086. package/core/index.js +0 -3
  1087. package/core/index.js.map +0 -1
  1088. package/core/keyboard/keycodes.d.ts +0 -14
  1089. package/core/keyboard/keycodes.js +0 -20
  1090. package/core/keyboard/keycodes.js.map +0 -1
  1091. package/core/keyboard/keycodes.metadata.json +0 -1
  1092. package/core/line/line.d.ts +0 -23
  1093. package/core/line/line.js +0 -74
  1094. package/core/line/line.js.map +0 -1
  1095. package/core/line/line.metadata.json +0 -1
  1096. package/core/observe-content/observe-content.d.ts +0 -17
  1097. package/core/observe-content/observe-content.js +0 -66
  1098. package/core/observe-content/observe-content.js.map +0 -1
  1099. package/core/observe-content/observe-content.metadata.json +0 -1
  1100. package/core/overlay/_overlay.scss +0 -68
  1101. package/core/overlay/generic-component-type.d.ts +0 -3
  1102. package/core/overlay/generic-component-type.js +0 -3
  1103. package/core/overlay/generic-component-type.js.map +0 -1
  1104. package/core/overlay/overlay-container.d.ts +0 -19
  1105. package/core/overlay/overlay-container.js +0 -33
  1106. package/core/overlay/overlay-container.js.map +0 -1
  1107. package/core/overlay/overlay-container.metadata.json +0 -1
  1108. package/core/overlay/overlay-directives.d.ts +0 -80
  1109. package/core/overlay/overlay-directives.js +0 -316
  1110. package/core/overlay/overlay-directives.js.map +0 -1
  1111. package/core/overlay/overlay-directives.metadata.json +0 -1
  1112. package/core/overlay/overlay-ref.d.ts +0 -56
  1113. package/core/overlay/overlay-ref.js +0 -155
  1114. package/core/overlay/overlay-ref.js.map +0 -1
  1115. package/core/overlay/overlay-ref.metadata.json +0 -1
  1116. package/core/overlay/overlay-state.d.ts +0 -24
  1117. package/core/overlay/overlay-state.js +0 -17
  1118. package/core/overlay/overlay-state.js.map +0 -1
  1119. package/core/overlay/overlay-state.metadata.json +0 -1
  1120. package/core/overlay/overlay.d.ts +0 -54
  1121. package/core/overlay/overlay.js +0 -97
  1122. package/core/overlay/overlay.js.map +0 -1
  1123. package/core/overlay/overlay.metadata.json +0 -1
  1124. package/core/overlay/position/connected-position-strategy.d.ts +0 -133
  1125. package/core/overlay/position/connected-position-strategy.js +0 -292
  1126. package/core/overlay/position/connected-position-strategy.js.map +0 -1
  1127. package/core/overlay/position/connected-position-strategy.metadata.json +0 -1
  1128. package/core/overlay/position/connected-position.d.ts +0 -56
  1129. package/core/overlay/position/connected-position.js +0 -65
  1130. package/core/overlay/position/connected-position.js.map +0 -1
  1131. package/core/overlay/position/connected-position.metadata.json +0 -1
  1132. package/core/overlay/position/fake-viewport-ruler.d.ts +0 -15
  1133. package/core/overlay/position/fake-viewport-ruler.js +0 -16
  1134. package/core/overlay/position/fake-viewport-ruler.js.map +0 -1
  1135. package/core/overlay/position/fake-viewport-ruler.metadata.json +0 -1
  1136. package/core/overlay/position/global-position-strategy.d.ts +0 -75
  1137. package/core/overlay/position/global-position-strategy.js +0 -148
  1138. package/core/overlay/position/global-position-strategy.js.map +0 -1
  1139. package/core/overlay/position/global-position-strategy.metadata.json +0 -1
  1140. package/core/overlay/position/overlay-position-builder.d.ts +0 -21
  1141. package/core/overlay/position/overlay-position-builder.js +0 -41
  1142. package/core/overlay/position/overlay-position-builder.js.map +0 -1
  1143. package/core/overlay/position/overlay-position-builder.metadata.json +0 -1
  1144. package/core/overlay/position/position-strategy.d.ts +0 -7
  1145. package/core/overlay/position/position-strategy.js +0 -3
  1146. package/core/overlay/position/position-strategy.js.map +0 -1
  1147. package/core/overlay/position/relative-position-strategy.d.ts +0 -9
  1148. package/core/overlay/position/relative-position-strategy.js +0 -16
  1149. package/core/overlay/position/relative-position-strategy.js.map +0 -1
  1150. package/core/overlay/position/relative-position-strategy.metadata.json +0 -1
  1151. package/core/overlay/position/viewport-ruler.d.ts +0 -16
  1152. package/core/overlay/position/viewport-ruler.js +0 -67
  1153. package/core/overlay/position/viewport-ruler.js.map +0 -1
  1154. package/core/overlay/position/viewport-ruler.metadata.json +0 -1
  1155. package/core/overlay/scroll/scroll-dispatcher.d.ts +0 -44
  1156. package/core/overlay/scroll/scroll-dispatcher.js +0 -94
  1157. package/core/overlay/scroll/scroll-dispatcher.js.map +0 -1
  1158. package/core/overlay/scroll/scroll-dispatcher.metadata.json +0 -1
  1159. package/core/overlay/scroll/scrollable.d.ts +0 -21
  1160. package/core/overlay/scroll/scrollable.js +0 -48
  1161. package/core/overlay/scroll/scrollable.js.map +0 -1
  1162. package/core/overlay/scroll/scrollable.metadata.json +0 -1
  1163. package/core/platform/features.d.ts +0 -2
  1164. package/core/platform/features.js +0 -37
  1165. package/core/platform/features.js.map +0 -1
  1166. package/core/platform/features.metadata.json +0 -1
  1167. package/core/platform/index.d.ts +0 -6
  1168. package/core/platform/index.js +0 -30
  1169. package/core/platform/index.js.map +0 -1
  1170. package/core/platform/index.metadata.json +0 -1
  1171. package/core/platform/platform.d.ts +0 -16
  1172. package/core/platform/platform.js +0 -48
  1173. package/core/platform/platform.js.map +0 -1
  1174. package/core/platform/platform.metadata.json +0 -1
  1175. package/core/portal/README.md +0 -72
  1176. package/core/portal/dom-portal-host.d.ts +0 -31
  1177. package/core/portal/dom-portal-host.js +0 -108
  1178. package/core/portal/dom-portal-host.js.map +0 -1
  1179. package/core/portal/dom-portal-host.metadata.json +0 -1
  1180. package/core/portal/portal-directives.d.ts +0 -49
  1181. package/core/portal/portal-directives.js +0 -148
  1182. package/core/portal/portal-directives.js.map +0 -1
  1183. package/core/portal/portal-directives.metadata.json +0 -1
  1184. package/core/portal/portal-errors.d.ts +0 -43
  1185. package/core/portal/portal-errors.js +0 -75
  1186. package/core/portal/portal-errors.js.map +0 -1
  1187. package/core/portal/portal-errors.metadata.json +0 -1
  1188. package/core/portal/portal.d.ts +0 -85
  1189. package/core/portal/portal.js +0 -155
  1190. package/core/portal/portal.js.map +0 -1
  1191. package/core/portal/portal.metadata.json +0 -1
  1192. package/core/projection/projection.d.ts +0 -45
  1193. package/core/projection/projection.js +0 -111
  1194. package/core/projection/projection.js.map +0 -1
  1195. package/core/projection/projection.metadata.json +0 -1
  1196. package/core/ripple/README.md +0 -27
  1197. package/core/ripple/_ripple.scss +0 -106
  1198. package/core/ripple/ripple-renderer.d.ts +0 -76
  1199. package/core/ripple/ripple-renderer.js +0 -177
  1200. package/core/ripple/ripple-renderer.js.map +0 -1
  1201. package/core/ripple/ripple-renderer.metadata.json +0 -1
  1202. package/core/ripple/ripple.d.ts +0 -92
  1203. package/core/ripple/ripple.js +0 -295
  1204. package/core/ripple/ripple.js.map +0 -1
  1205. package/core/ripple/ripple.metadata.json +0 -1
  1206. package/core/rtl/dir.d.ts +0 -21
  1207. package/core/rtl/dir.js +0 -87
  1208. package/core/rtl/dir.js.map +0 -1
  1209. package/core/rtl/dir.metadata.json +0 -1
  1210. package/core/style/_button-common.scss +0 -7
  1211. package/core/style/_elevation.scss +0 -174
  1212. package/core/style/_form-common.scss +0 -12
  1213. package/core/style/_layout-common.scss +0 -8
  1214. package/core/style/_list-common.scss +0 -49
  1215. package/core/style/_menu-common.scss +0 -89
  1216. package/core/style/_variables.scss +0 -64
  1217. package/core/style/apply-transform.d.ts +0 -6
  1218. package/core/style/apply-transform.js +0 -14
  1219. package/core/style/apply-transform.js.map +0 -1
  1220. package/core/style/apply-transform.metadata.json +0 -1
  1221. package/core/theming/_all-theme.scss +0 -52
  1222. package/core/theming/_palette.scss +0 -694
  1223. package/core/theming/_theming.scss +0 -84
  1224. package/core/theming/prebuilt/deeppurple-amber.css +0 -1
  1225. package/core/theming/prebuilt/deeppurple-amber.css.map +0 -1
  1226. package/core/theming/prebuilt/deeppurple-amber.scss +0 -14
  1227. package/core/theming/prebuilt/indigo-pink.css +0 -1
  1228. package/core/theming/prebuilt/indigo-pink.css.map +0 -1
  1229. package/core/theming/prebuilt/indigo-pink.scss +0 -14
  1230. package/core/theming/prebuilt/pink-bluegrey.css +0 -1
  1231. package/core/theming/prebuilt/pink-bluegrey.css.map +0 -1
  1232. package/core/theming/prebuilt/pink-bluegrey.scss +0 -14
  1233. package/core/theming/prebuilt/purple-green.css +0 -1
  1234. package/core/theming/prebuilt/purple-green.css.map +0 -1
  1235. package/core/theming/prebuilt/purple-green.scss +0 -14
  1236. package/core/typography/_typography.scss +0 -6
  1237. package/core/util/object-extend.d.ts +0 -8
  1238. package/core/util/object-extend.js +0 -29
  1239. package/core/util/object-extend.js.map +0 -1
  1240. package/core/util/object-extend.metadata.json +0 -1
  1241. package/core.js +0 -3
  1242. package/core.js.map +0 -1
  1243. package/dialog/OVERVIEW.md +0 -39
  1244. package/dialog/README.md +0 -102
  1245. package/dialog/_dialog-theme.scss +0 -11
  1246. package/dialog/dialog-config.d.ts +0 -26
  1247. package/dialog/dialog-config.js +0 -19
  1248. package/dialog/dialog-config.js.map +0 -1
  1249. package/dialog/dialog-config.metadata.json +0 -1
  1250. package/dialog/dialog-container.d.ts +0 -37
  1251. package/dialog/dialog-container.html +0 -1
  1252. package/dialog/dialog-container.js +0 -97
  1253. package/dialog/dialog-container.js.map +0 -1
  1254. package/dialog/dialog-container.metadata.json +0 -1
  1255. package/dialog/dialog-content-directives.d.ts +0 -26
  1256. package/dialog/dialog-content-directives.js +0 -81
  1257. package/dialog/dialog-content-directives.js.map +0 -1
  1258. package/dialog/dialog-content-directives.metadata.json +0 -1
  1259. package/dialog/dialog-errors.d.ts +0 -8
  1260. package/dialog/dialog-errors.js +0 -19
  1261. package/dialog/dialog-errors.js.map +0 -1
  1262. package/dialog/dialog-errors.metadata.json +0 -1
  1263. package/dialog/dialog-injector.d.ts +0 -9
  1264. package/dialog/dialog-injector.js +0 -17
  1265. package/dialog/dialog-injector.js.map +0 -1
  1266. package/dialog/dialog-injector.metadata.json +0 -1
  1267. package/dialog/dialog-ref.d.ts +0 -22
  1268. package/dialog/dialog-ref.js +0 -31
  1269. package/dialog/dialog-ref.js.map +0 -1
  1270. package/dialog/dialog-ref.metadata.json +0 -1
  1271. package/dialog/dialog.css +0 -1
  1272. package/dialog/dialog.css.map +0 -1
  1273. package/dialog/dialog.d.ts +0 -57
  1274. package/dialog/dialog.js +0 -157
  1275. package/dialog/dialog.js.map +0 -1
  1276. package/dialog/dialog.metadata.json +0 -1
  1277. package/dialog/dialog.scss +0 -54
  1278. package/dialog/index.js +0 -59
  1279. package/dialog/index.js.map +0 -1
  1280. package/grid-list/OVERVIEW.md +0 -43
  1281. package/grid-list/README.md +0 -105
  1282. package/grid-list/_grid-list-theme.scss +0 -6
  1283. package/grid-list/grid-list-errors.d.ts +0 -22
  1284. package/grid-list/grid-list-errors.js +0 -41
  1285. package/grid-list/grid-list-errors.js.map +0 -1
  1286. package/grid-list/grid-list-errors.metadata.json +0 -1
  1287. package/grid-list/grid-list-measure.d.ts +0 -10
  1288. package/grid-list/grid-list-measure.js +0 -16
  1289. package/grid-list/grid-list-measure.js.map +0 -1
  1290. package/grid-list/grid-list-measure.metadata.json +0 -1
  1291. package/grid-list/grid-list.css +0 -1
  1292. package/grid-list/grid-list.css.map +0 -1
  1293. package/grid-list/grid-list.d.ts +0 -49
  1294. package/grid-list/grid-list.html +0 -1
  1295. package/grid-list/grid-list.js +0 -166
  1296. package/grid-list/grid-list.js.map +0 -1
  1297. package/grid-list/grid-list.metadata.json +0 -1
  1298. package/grid-list/grid-list.scss +0 -91
  1299. package/grid-list/grid-tile-text.html +0 -1
  1300. package/grid-list/grid-tile.d.ts +0 -30
  1301. package/grid-list/grid-tile.html +0 -1
  1302. package/grid-list/grid-tile.js +0 -81
  1303. package/grid-list/grid-tile.js.map +0 -1
  1304. package/grid-list/grid-tile.metadata.json +0 -1
  1305. package/grid-list/index.js +0 -3
  1306. package/grid-list/index.js.map +0 -1
  1307. package/grid-list/tile-coordinator.d.ts +0 -56
  1308. package/grid-list/tile-coordinator.js +0 -129
  1309. package/grid-list/tile-coordinator.js.map +0 -1
  1310. package/grid-list/tile-coordinator.metadata.json +0 -1
  1311. package/grid-list/tile-styler.d.ts +0 -112
  1312. package/grid-list/tile-styler.js +0 -211
  1313. package/grid-list/tile-styler.js.map +0 -1
  1314. package/grid-list/tile-styler.metadata.json +0 -1
  1315. package/icon/OVERVIEW.md +0 -88
  1316. package/icon/README.md +0 -129
  1317. package/icon/_icon-theme.scss +0 -25
  1318. package/icon/fake-svgs.d.ts +0 -6
  1319. package/icon/fake-svgs.js +0 -31
  1320. package/icon/fake-svgs.js.map +0 -1
  1321. package/icon/fake-svgs.metadata.json +0 -1
  1322. package/icon/icon-registry.d.ts +0 -180
  1323. package/icon/icon-registry.js +0 -413
  1324. package/icon/icon-registry.js.map +0 -1
  1325. package/icon/icon-registry.metadata.json +0 -1
  1326. package/icon/icon.css +0 -1
  1327. package/icon/icon.css.map +0 -1
  1328. package/icon/icon.d.ts +0 -91
  1329. package/icon/icon.js +0 -264
  1330. package/icon/icon.js.map +0 -1
  1331. package/icon/icon.metadata.json +0 -1
  1332. package/icon/icon.scss +0 -13
  1333. package/icon/index.js +0 -3
  1334. package/icon/index.js.map +0 -1
  1335. package/index.d.ts +0 -25
  1336. package/index.js +0 -27
  1337. package/index.js.map +0 -1
  1338. package/index.metadata.json +0 -1
  1339. package/input/OVERVIEW.md +0 -72
  1340. package/input/README.md +0 -183
  1341. package/input/_input-theme.scss +0 -62
  1342. package/input/autosize.d.ts +0 -29
  1343. package/input/autosize.js +0 -94
  1344. package/input/autosize.js.map +0 -1
  1345. package/input/autosize.metadata.json +0 -1
  1346. package/input/index.js +0 -6
  1347. package/input/index.js.map +0 -1
  1348. package/input/input-container-errors.d.ts +0 -17
  1349. package/input/input-container-errors.js +0 -41
  1350. package/input/input-container-errors.js.map +0 -1
  1351. package/input/input-container-errors.metadata.json +0 -1
  1352. package/input/input-container.css +0 -1
  1353. package/input/input-container.css.map +0 -1
  1354. package/input/input-container.d.ts +0 -95
  1355. package/input/input-container.html +0 -1
  1356. package/input/input-container.js +0 -352
  1357. package/input/input-container.js.map +0 -1
  1358. package/input/input-container.metadata.json +0 -1
  1359. package/input/input-container.scss +0 -32
  1360. package/input/input.css +0 -1
  1361. package/input/input.css.map +0 -1
  1362. package/input/input.d.ts +0 -184
  1363. package/input/input.html +0 -1
  1364. package/input/input.js +0 -564
  1365. package/input/input.js.map +0 -1
  1366. package/input/input.metadata.json +0 -1
  1367. package/input/input.scss +0 -202
  1368. package/list/OVERVIEW.md +0 -124
  1369. package/list/README.md +0 -154
  1370. package/list/_list-theme.scss +0 -28
  1371. package/list/index.js +0 -3
  1372. package/list/index.js.map +0 -1
  1373. package/list/list-item.html +0 -1
  1374. package/list/list.css +0 -1
  1375. package/list/list.css.map +0 -1
  1376. package/list/list.d.ts +0 -23
  1377. package/list/list.js +0 -119
  1378. package/list/list.js.map +0 -1
  1379. package/list/list.metadata.json +0 -1
  1380. package/list/list.scss +0 -181
  1381. package/menu/OVERVIEW.md +0 -62
  1382. package/menu/README.md +0 -171
  1383. package/menu/_menu-theme.scss +0 -29
  1384. package/menu/index.js +0 -7
  1385. package/menu/index.js.map +0 -1
  1386. package/menu/menu-animations.d.ts +0 -19
  1387. package/menu/menu-animations.js +0 -43
  1388. package/menu/menu-animations.js.map +0 -1
  1389. package/menu/menu-animations.metadata.json +0 -1
  1390. package/menu/menu-directive.d.ts +0 -46
  1391. package/menu/menu-directive.js +0 -136
  1392. package/menu/menu-directive.js.map +0 -1
  1393. package/menu/menu-directive.metadata.json +0 -1
  1394. package/menu/menu-errors.d.ts +0 -24
  1395. package/menu/menu-errors.js +0 -43
  1396. package/menu/menu-errors.js.map +0 -1
  1397. package/menu/menu-errors.metadata.json +0 -1
  1398. package/menu/menu-item.d.ts +0 -20
  1399. package/menu/menu-item.html +0 -1
  1400. package/menu/menu-item.js +0 -77
  1401. package/menu/menu-item.js.map +0 -1
  1402. package/menu/menu-item.metadata.json +0 -1
  1403. package/menu/menu-panel.d.ts +0 -10
  1404. package/menu/menu-panel.js +0 -3
  1405. package/menu/menu-panel.js.map +0 -1
  1406. package/menu/menu-positions.d.ts +0 -2
  1407. package/menu/menu-positions.js +0 -3
  1408. package/menu/menu-positions.js.map +0 -1
  1409. package/menu/menu-trigger.d.ts +0 -92
  1410. package/menu/menu-trigger.js +0 -246
  1411. package/menu/menu-trigger.js.map +0 -1
  1412. package/menu/menu-trigger.metadata.json +0 -1
  1413. package/menu/menu.css +0 -1
  1414. package/menu/menu.css.map +0 -1
  1415. package/menu/menu.d.ts +0 -9
  1416. package/menu/menu.html +0 -1
  1417. package/menu/menu.js +0 -40
  1418. package/menu/menu.js.map +0 -1
  1419. package/menu/menu.metadata.json +0 -1
  1420. package/menu/menu.scss +0 -44
  1421. package/module.d.ts +0 -6
  1422. package/module.js +0 -132
  1423. package/module.js.map +0 -1
  1424. package/module.metadata.json +0 -1
  1425. package/progress-bar/OVERVIEW.md +0 -30
  1426. package/progress-bar/README.md +0 -54
  1427. package/progress-bar/_progress-bar-theme.scss +0 -70
  1428. package/progress-bar/index.js +0 -3
  1429. package/progress-bar/index.js.map +0 -1
  1430. package/progress-bar/progress-bar.css +0 -1
  1431. package/progress-bar/progress-bar.css.map +0 -1
  1432. package/progress-bar/progress-bar.d.ts +0 -36
  1433. package/progress-bar/progress-bar.html +0 -1
  1434. package/progress-bar/progress-bar.js +0 -124
  1435. package/progress-bar/progress-bar.js.map +0 -1
  1436. package/progress-bar/progress-bar.metadata.json +0 -1
  1437. package/progress-bar/progress-bar.scss +0 -230
  1438. package/progress-spinner/OVERVIEW.md +0 -23
  1439. package/progress-spinner/README.md +0 -51
  1440. package/progress-spinner/_progress-spinner-theme.scss +0 -23
  1441. package/progress-spinner/index.js +0 -4
  1442. package/progress-spinner/index.js.map +0 -1
  1443. package/progress-spinner/progress-circle.d.ts +0 -4
  1444. package/progress-spinner/progress-circle.js +0 -6
  1445. package/progress-spinner/progress-circle.js.map +0 -1
  1446. package/progress-spinner/progress-circle.metadata.json +0 -1
  1447. package/progress-spinner/progress-spinner.css +0 -1
  1448. package/progress-spinner/progress-spinner.css.map +0 -1
  1449. package/progress-spinner/progress-spinner.d.ts +0 -80
  1450. package/progress-spinner/progress-spinner.html +0 -1
  1451. package/progress-spinner/progress-spinner.js +0 -337
  1452. package/progress-spinner/progress-spinner.js.map +0 -1
  1453. package/progress-spinner/progress-spinner.metadata.json +0 -1
  1454. package/progress-spinner/progress-spinner.scss +0 -68
  1455. package/radio/OVERVIEW.md +0 -29
  1456. package/radio/README.md +0 -55
  1457. package/radio/_radio-theme.scss +0 -39
  1458. package/radio/index.js +0 -3
  1459. package/radio/index.js.map +0 -1
  1460. package/radio/radio.css +0 -1
  1461. package/radio/radio.css.map +0 -1
  1462. package/radio/radio.d.ts +0 -179
  1463. package/radio/radio.html +0 -1
  1464. package/radio/radio.js +0 -552
  1465. package/radio/radio.js.map +0 -1
  1466. package/radio/radio.metadata.json +0 -1
  1467. package/radio/radio.scss +0 -102
  1468. package/select/OVERVIEW.md +0 -8
  1469. package/select/README.md +0 -3
  1470. package/select/_select-theme.scss +0 -64
  1471. package/select/index.js +0 -38
  1472. package/select/index.js.map +0 -1
  1473. package/select/option.d.ts +0 -44
  1474. package/select/option.html +0 -1
  1475. package/select/option.js +0 -135
  1476. package/select/option.js.map +0 -1
  1477. package/select/option.metadata.json +0 -1
  1478. package/select/select-animations.d.ts +0 -29
  1479. package/select/select-animations.js +0 -66
  1480. package/select/select-animations.js.map +0 -1
  1481. package/select/select-animations.metadata.json +0 -1
  1482. package/select/select.css +0 -1
  1483. package/select/select.css.map +0 -1
  1484. package/select/select.d.ts +0 -258
  1485. package/select/select.html +0 -1
  1486. package/select/select.js +0 -604
  1487. package/select/select.js.map +0 -1
  1488. package/select/select.metadata.json +0 -1
  1489. package/select/select.scss +0 -131
  1490. package/sidenav/OVERVIEW.md +0 -70
  1491. package/sidenav/README.md +0 -166
  1492. package/sidenav/_sidenav-theme.scss +0 -37
  1493. package/sidenav/index.js +0 -3
  1494. package/sidenav/index.js.map +0 -1
  1495. package/sidenav/sidenav-container.html +0 -1
  1496. package/sidenav/sidenav-transitions.css +0 -1
  1497. package/sidenav/sidenav-transitions.css.map +0 -1
  1498. package/sidenav/sidenav-transitions.scss +0 -14
  1499. package/sidenav/sidenav.css +0 -1
  1500. package/sidenav/sidenav.css.map +0 -1
  1501. package/sidenav/sidenav.d.ts +0 -182
  1502. package/sidenav/sidenav.html +0 -1
  1503. package/sidenav/sidenav.js +0 -580
  1504. package/sidenav/sidenav.js.map +0 -1
  1505. package/sidenav/sidenav.metadata.json +0 -1
  1506. package/sidenav/sidenav.scss +0 -151
  1507. package/slide-toggle/OVERVIEW.md +0 -24
  1508. package/slide-toggle/README.md +0 -66
  1509. package/slide-toggle/_slide-toggle-theme.scss +0 -89
  1510. package/slide-toggle/index.js +0 -3
  1511. package/slide-toggle/index.js.map +0 -1
  1512. package/slide-toggle/slide-toggle.css +0 -1
  1513. package/slide-toggle/slide-toggle.css.map +0 -1
  1514. package/slide-toggle/slide-toggle.d.ts +0 -84
  1515. package/slide-toggle/slide-toggle.html +0 -1
  1516. package/slide-toggle/slide-toggle.js +0 -347
  1517. package/slide-toggle/slide-toggle.js.map +0 -1
  1518. package/slide-toggle/slide-toggle.metadata.json +0 -1
  1519. package/slide-toggle/slide-toggle.scss +0 -158
  1520. package/slider/OVERVIEW.md +0 -87
  1521. package/slider/README.md +0 -150
  1522. package/slider/_slider-theme.scss +0 -32
  1523. package/slider/index.js +0 -3
  1524. package/slider/index.js.map +0 -1
  1525. package/slider/slider.css +0 -1
  1526. package/slider/slider.css.map +0 -1
  1527. package/slider/slider.d.ts +0 -176
  1528. package/slider/slider.html +0 -1
  1529. package/slider/slider.js +0 -609
  1530. package/slider/slider.js.map +0 -1
  1531. package/slider/slider.metadata.json +0 -1
  1532. package/slider/slider.scss +0 -307
  1533. package/slider/test-gesture-config.d.ts +0 -21
  1534. package/slider/test-gesture-config.js +0 -60
  1535. package/slider/test-gesture-config.js.map +0 -1
  1536. package/slider/test-gesture-config.metadata.json +0 -1
  1537. package/snack-bar/OVERVIEW.md +0 -47
  1538. package/snack-bar/README.md +0 -37
  1539. package/snack-bar/index.js +0 -6
  1540. package/snack-bar/index.js.map +0 -1
  1541. package/snack-bar/simple-snack-bar.css +0 -1
  1542. package/snack-bar/simple-snack-bar.css.map +0 -1
  1543. package/snack-bar/simple-snack-bar.d.ts +0 -17
  1544. package/snack-bar/simple-snack-bar.html +0 -1
  1545. package/snack-bar/simple-snack-bar.js +0 -38
  1546. package/snack-bar/simple-snack-bar.js.map +0 -1
  1547. package/snack-bar/simple-snack-bar.metadata.json +0 -1
  1548. package/snack-bar/simple-snack-bar.scss +0 -28
  1549. package/snack-bar/snack-bar-config.d.ts +0 -15
  1550. package/snack-bar/snack-bar-config.js +0 -18
  1551. package/snack-bar/snack-bar-config.js.map +0 -1
  1552. package/snack-bar/snack-bar-config.metadata.json +0 -1
  1553. package/snack-bar/snack-bar-container.css +0 -1
  1554. package/snack-bar/snack-bar-container.css.map +0 -1
  1555. package/snack-bar/snack-bar-container.d.ts +0 -43
  1556. package/snack-bar/snack-bar-container.html +0 -1
  1557. package/snack-bar/snack-bar-container.js +0 -124
  1558. package/snack-bar/snack-bar-container.js.map +0 -1
  1559. package/snack-bar/snack-bar-container.metadata.json +0 -1
  1560. package/snack-bar/snack-bar-container.scss +0 -27
  1561. package/snack-bar/snack-bar-errors.d.ts +0 -8
  1562. package/snack-bar/snack-bar-errors.js +0 -19
  1563. package/snack-bar/snack-bar-errors.js.map +0 -1
  1564. package/snack-bar/snack-bar-errors.metadata.json +0 -1
  1565. package/snack-bar/snack-bar-ref.d.ts +0 -38
  1566. package/snack-bar/snack-bar-ref.js +0 -70
  1567. package/snack-bar/snack-bar-ref.js.map +0 -1
  1568. package/snack-bar/snack-bar-ref.metadata.json +0 -1
  1569. package/snack-bar/snack-bar.d.ts +0 -45
  1570. package/snack-bar/snack-bar.js +0 -145
  1571. package/snack-bar/snack-bar.js.map +0 -1
  1572. package/snack-bar/snack-bar.metadata.json +0 -1
  1573. package/system-config-spec.d.ts +0 -2
  1574. package/tabs/OVERVIEW.md +0 -81
  1575. package/tabs/README.md +0 -64
  1576. package/tabs/Tabs Pagination.png +0 -0
  1577. package/tabs/_tabs-common.scss +0 -42
  1578. package/tabs/_tabs-theme.scss +0 -24
  1579. package/tabs/index.js +0 -9
  1580. package/tabs/index.js.map +0 -1
  1581. package/tabs/ink-bar.d.ts +0 -27
  1582. package/tabs/ink-bar.js +0 -58
  1583. package/tabs/ink-bar.js.map +0 -1
  1584. package/tabs/ink-bar.metadata.json +0 -1
  1585. package/tabs/tab-body.d.ts +0 -59
  1586. package/tabs/tab-body.html +0 -1
  1587. package/tabs/tab-body.js +0 -157
  1588. package/tabs/tab-body.js.map +0 -1
  1589. package/tabs/tab-body.metadata.json +0 -1
  1590. package/tabs/tab-group.css +0 -1
  1591. package/tabs/tab-group.css.map +0 -1
  1592. package/tabs/tab-group.d.ts +0 -71
  1593. package/tabs/tab-group.html +0 -1
  1594. package/tabs/tab-group.js +0 -236
  1595. package/tabs/tab-group.js.map +0 -1
  1596. package/tabs/tab-group.metadata.json +0 -1
  1597. package/tabs/tab-group.scss +0 -59
  1598. package/tabs/tab-header.css +0 -1
  1599. package/tabs/tab-header.css.map +0 -1
  1600. package/tabs/tab-header.d.ts +0 -137
  1601. package/tabs/tab-header.html +0 -1
  1602. package/tabs/tab-header.js +0 -354
  1603. package/tabs/tab-header.js.map +0 -1
  1604. package/tabs/tab-header.metadata.json +0 -1
  1605. package/tabs/tab-header.scss +0 -85
  1606. package/tabs/tab-label-wrapper.d.ts +0 -15
  1607. package/tabs/tab-label-wrapper.js +0 -53
  1608. package/tabs/tab-label-wrapper.js.map +0 -1
  1609. package/tabs/tab-label-wrapper.metadata.json +0 -1
  1610. package/tabs/tab-label.d.ts +0 -6
  1611. package/tabs/tab-label.js +0 -32
  1612. package/tabs/tab-label.js.map +0 -1
  1613. package/tabs/tab-label.metadata.json +0 -1
  1614. package/tabs/tab-nav-bar/index.d.ts +0 -1
  1615. package/tabs/tab-nav-bar/index.js +0 -3
  1616. package/tabs/tab-nav-bar/index.js.map +0 -1
  1617. package/tabs/tab-nav-bar/index.metadata.json +0 -1
  1618. package/tabs/tab-nav-bar/tab-nav-bar.css +0 -1
  1619. package/tabs/tab-nav-bar/tab-nav-bar.css.map +0 -1
  1620. package/tabs/tab-nav-bar/tab-nav-bar.d.ts +0 -37
  1621. package/tabs/tab-nav-bar/tab-nav-bar.html +0 -1
  1622. package/tabs/tab-nav-bar/tab-nav-bar.js +0 -103
  1623. package/tabs/tab-nav-bar/tab-nav-bar.js.map +0 -1
  1624. package/tabs/tab-nav-bar/tab-nav-bar.metadata.json +0 -1
  1625. package/tabs/tab-nav-bar/tab-nav-bar.scss +0 -26
  1626. package/tabs/tab.d.ts +0 -30
  1627. package/tabs/tab.html +0 -1
  1628. package/tabs/tab.js +0 -74
  1629. package/tabs/tab.js.map +0 -1
  1630. package/tabs/tab.metadata.json +0 -1
  1631. package/toolbar/OVERVIEW.md +0 -51
  1632. package/toolbar/README.md +0 -68
  1633. package/toolbar/_toolbar-theme.scss +0 -33
  1634. package/toolbar/index.js +0 -3
  1635. package/toolbar/index.js.map +0 -1
  1636. package/toolbar/toolbar.css +0 -1
  1637. package/toolbar/toolbar.css.map +0 -1
  1638. package/toolbar/toolbar.d.ts +0 -16
  1639. package/toolbar/toolbar.html +0 -1
  1640. package/toolbar/toolbar.js +0 -84
  1641. package/toolbar/toolbar.js.map +0 -1
  1642. package/toolbar/toolbar.metadata.json +0 -1
  1643. package/toolbar/toolbar.scss +0 -58
  1644. package/tooltip/OVERVIEW.md +0 -35
  1645. package/tooltip/README.md +0 -28
  1646. package/tooltip/_tooltip-theme.scss +0 -9
  1647. package/tooltip/index.js +0 -3
  1648. package/tooltip/index.js.map +0 -1
  1649. package/tooltip/tooltip-errors.d.ts +0 -8
  1650. package/tooltip/tooltip-errors.js +0 -19
  1651. package/tooltip/tooltip-errors.js.map +0 -1
  1652. package/tooltip/tooltip-errors.metadata.json +0 -1
  1653. package/tooltip/tooltip.css +0 -1
  1654. package/tooltip/tooltip.css.map +0 -1
  1655. package/tooltip/tooltip.d.ts +0 -116
  1656. package/tooltip/tooltip.html +0 -1
  1657. package/tooltip/tooltip.js +0 -387
  1658. package/tooltip/tooltip.js.map +0 -1
  1659. package/tooltip/tooltip.metadata.json +0 -1
  1660. package/tooltip/tooltip.scss +0 -26
  1661. package/tsconfig-srcs.json +0 -31
  1662. package/tsconfig.json +0 -34
  1663. package/typedoc.json +0 -20
  1664. package/typings.d.ts +0 -1
@@ -0,0 +1,1946 @@
1
+ /**
2
+ * @license
3
+ * Copyright Google Inc. All Rights Reserved.
4
+ *
5
+ * Use of this source code is governed by an MIT-style license that can be
6
+ * found in the LICENSE file at https://angular.io/license
7
+ */
8
+ import { A11yModule } from '@angular/cdk/a11y';
9
+ import { Overlay, OverlayConfig, OverlayModule } from '@angular/cdk/overlay';
10
+ import { CommonModule } from '@angular/common';
11
+ import { ChangeDetectionStrategy, ChangeDetectorRef, Component, Directive, ElementRef, EventEmitter, Inject, Injectable, InjectionToken, Input, NgModule, NgZone, Optional, Output, Renderer2, ViewChild, ViewContainerRef, ViewEncapsulation, forwardRef } from '@angular/core';
12
+ import { MatButtonModule } from '@angular/material/button';
13
+ import { MatDialog, MatDialogModule } from '@angular/material/dialog';
14
+ import { MatIconModule } from '@angular/material/icon';
15
+ import { DOWN_ARROW, END, ENTER, ESCAPE, HOME, LEFT_ARROW, PAGE_DOWN, PAGE_UP, RIGHT_ARROW, UP_ARROW } from '@angular/cdk/keycodes';
16
+ import { DateAdapter, MAT_DATE_FORMATS } from '@angular/material/core';
17
+ import { first } from 'rxjs/operator/first';
18
+ import { Subject } from 'rxjs/Subject';
19
+ import { Directionality } from '@angular/cdk/bidi';
20
+ import { coerceBooleanProperty } from '@angular/cdk/coercion';
21
+ import { ComponentPortal } from '@angular/cdk/portal';
22
+ import { first as first$1 } from '@angular/cdk/rxjs';
23
+ import { DOCUMENT } from '@angular/platform-browser';
24
+ import { Subscription } from 'rxjs/Subscription';
25
+ import { NG_VALIDATORS, NG_VALUE_ACCESSOR, Validators } from '@angular/forms';
26
+ import { MatFormField } from '@angular/material/form-field';
27
+ import { merge } from 'rxjs/observable/merge';
28
+ import { of } from 'rxjs/observable/of';
29
+
30
+ /**
31
+ * Function that attempts to coerce a value to a date using a DateAdapter. Date instances, null,
32
+ * and undefined will be passed through. Empty strings will be coerced to null. Valid ISO 8601
33
+ * strings (https://www.ietf.org/rfc/rfc3339.txt) will be coerced to dates. All other values will
34
+ * result in an error being thrown.
35
+ * @throws Throws when the value cannot be coerced.
36
+ * @template D
37
+ * @param {?} adapter The date adapter to use for coercion
38
+ * @param {?} value The value to coerce.
39
+ * @return {?} A date object coerced from the value.
40
+ */
41
+ function coerceDateProperty(adapter, value) {
42
+ if (typeof value === 'string') {
43
+ if (value == '') {
44
+ value = null;
45
+ }
46
+ else {
47
+ value = adapter.fromIso8601(value) || value;
48
+ }
49
+ }
50
+ if (value == null || adapter.isDateInstance(value)) {
51
+ return value;
52
+ }
53
+ throw Error("Datepicker: Value must be either a date object recognized by the DateAdapter or " +
54
+ ("an ISO 8601 string. Instead got: " + value));
55
+ }
56
+
57
+ /**
58
+ * \@docs-private
59
+ * @param {?} provider
60
+ * @return {?}
61
+ */
62
+ function createMissingDateImplError(provider) {
63
+ return Error("MatDatepicker: No provider found for " + provider + ". You must import one of the following " +
64
+ "modules at your application root: MatNativeDateModule, or provide a custom implementation.");
65
+ }
66
+
67
+ /**
68
+ * Datepicker data that requires internationalization.
69
+ */
70
+ var MatDatepickerIntl = (function () {
71
+ function MatDatepickerIntl() {
72
+ /**
73
+ * Stream that emits whenever the labels here are changed. Use this to notify
74
+ * components if the labels have changed after initialization.
75
+ */
76
+ this.changes = new Subject();
77
+ /**
78
+ * A label for the calendar popup (used by screen readers).
79
+ */
80
+ this.calendarLabel = 'Calendar';
81
+ /**
82
+ * A label for the button used to open the calendar popup (used by screen readers).
83
+ */
84
+ this.openCalendarLabel = 'Open calendar';
85
+ /**
86
+ * A label for the previous month button (used by screen readers).
87
+ */
88
+ this.prevMonthLabel = 'Previous month';
89
+ /**
90
+ * A label for the next month button (used by screen readers).
91
+ */
92
+ this.nextMonthLabel = 'Next month';
93
+ /**
94
+ * A label for the previous year button (used by screen readers).
95
+ */
96
+ this.prevYearLabel = 'Previous year';
97
+ /**
98
+ * A label for the next year button (used by screen readers).
99
+ */
100
+ this.nextYearLabel = 'Next year';
101
+ /**
102
+ * A label for the 'switch to month view' button (used by screen readers).
103
+ */
104
+ this.switchToMonthViewLabel = 'Change to month view';
105
+ /**
106
+ * A label for the 'switch to year view' button (used by screen readers).
107
+ */
108
+ this.switchToYearViewLabel = 'Change to year view';
109
+ }
110
+ MatDatepickerIntl.decorators = [
111
+ { type: Injectable },
112
+ ];
113
+ /**
114
+ * @nocollapse
115
+ */
116
+ MatDatepickerIntl.ctorParameters = function () { return []; };
117
+ return MatDatepickerIntl;
118
+ }());
119
+
120
+ /**
121
+ * An internal class that represents the data corresponding to a single calendar cell.
122
+ * \@docs-private
123
+ */
124
+ var MatCalendarCell = (function () {
125
+ /**
126
+ * @param {?} value
127
+ * @param {?} displayValue
128
+ * @param {?} ariaLabel
129
+ * @param {?} enabled
130
+ */
131
+ function MatCalendarCell(value, displayValue, ariaLabel, enabled) {
132
+ this.value = value;
133
+ this.displayValue = displayValue;
134
+ this.ariaLabel = ariaLabel;
135
+ this.enabled = enabled;
136
+ }
137
+ return MatCalendarCell;
138
+ }());
139
+ /**
140
+ * An internal component used to display calendar data in a table.
141
+ * \@docs-private
142
+ */
143
+ var MatCalendarBody = (function () {
144
+ function MatCalendarBody() {
145
+ /**
146
+ * The number of columns in the table.
147
+ */
148
+ this.numCols = 7;
149
+ /**
150
+ * Whether to allow selection of disabled cells.
151
+ */
152
+ this.allowDisabledSelection = false;
153
+ /**
154
+ * The cell number of the active cell in the table.
155
+ */
156
+ this.activeCell = 0;
157
+ /**
158
+ * The aspect ratio (width / height) to use for the cells in the table. This aspect ratio will be
159
+ * maintained even as the table resizes.
160
+ */
161
+ this.cellAspectRatio = 1;
162
+ /**
163
+ * Emits when a new value is selected.
164
+ */
165
+ this.selectedValueChange = new EventEmitter();
166
+ }
167
+ /**
168
+ * @param {?} cell
169
+ * @return {?}
170
+ */
171
+ MatCalendarBody.prototype._cellClicked = function (cell) {
172
+ if (!this.allowDisabledSelection && !cell.enabled) {
173
+ return;
174
+ }
175
+ this.selectedValueChange.emit(cell.value);
176
+ };
177
+ Object.defineProperty(MatCalendarBody.prototype, "_firstRowOffset", {
178
+ /**
179
+ * The number of blank cells to put at the beginning for the first row.
180
+ * @return {?}
181
+ */
182
+ get: function () {
183
+ return this.rows && this.rows.length && this.rows[0].length ?
184
+ this.numCols - this.rows[0].length : 0;
185
+ },
186
+ enumerable: true,
187
+ configurable: true
188
+ });
189
+ /**
190
+ * @param {?} rowIndex
191
+ * @param {?} colIndex
192
+ * @return {?}
193
+ */
194
+ MatCalendarBody.prototype._isActiveCell = function (rowIndex, colIndex) {
195
+ var /** @type {?} */ cellNumber = rowIndex * this.numCols + colIndex;
196
+ // Account for the fact that the first row may not have as many cells.
197
+ if (rowIndex) {
198
+ cellNumber -= this._firstRowOffset;
199
+ }
200
+ return cellNumber == this.activeCell;
201
+ };
202
+ MatCalendarBody.decorators = [
203
+ { type: Component, args: [{selector: '[mat-calendar-body]',
204
+ template: "<tr *ngIf=\"_firstRowOffset < labelMinRequiredCells\" aria-hidden=\"true\"><td class=\"mat-calendar-body-label\" [attr.colspan]=\"numCols\" [style.paddingTop.%]=\"50 * cellAspectRatio / numCols\" [style.paddingBottom.%]=\"50 * cellAspectRatio / numCols\">{{label}}</td></tr><tr *ngFor=\"let row of rows; let rowIndex = index\" role=\"row\"><td *ngIf=\"rowIndex === 0 && _firstRowOffset\" aria-hidden=\"true\" class=\"mat-calendar-body-label\" [attr.colspan]=\"_firstRowOffset\" [style.paddingTop.%]=\"50 * cellAspectRatio / numCols\" [style.paddingBottom.%]=\"50 * cellAspectRatio / numCols\">{{_firstRowOffset >= labelMinRequiredCells ? label : ''}}</td><td *ngFor=\"let item of row; let colIndex = index\" role=\"gridcell\" class=\"mat-calendar-body-cell\" [tabindex]=\"_isActiveCell(rowIndex, colIndex) ? 0 : -1\" [class.mat-calendar-body-disabled]=\"!item.enabled\" [class.mat-calendar-body-active]=\"_isActiveCell(rowIndex, colIndex)\" [attr.aria-label]=\"item.ariaLabel\" [attr.aria-disabled]=\"!item.enabled || null\" (click)=\"_cellClicked(item)\" [style.width.%]=\"100 / numCols\" [style.paddingTop.%]=\"50 * cellAspectRatio / numCols\" [style.paddingBottom.%]=\"50 * cellAspectRatio / numCols\"><div class=\"mat-calendar-body-cell-content\" [class.mat-calendar-body-selected]=\"selectedValue === item.value\" [class.mat-calendar-body-today]=\"todayValue === item.value\">{{item.displayValue}}</div></td></tr>",
205
+ styles: [".mat-calendar-body{min-width:224px}.mat-calendar-body-label{height:0;line-height:0;text-align:left;padding-left:4.71429%;padding-right:4.71429%}.mat-calendar-body-cell{position:relative;height:0;line-height:0;text-align:center;outline:0;cursor:pointer}.mat-calendar-body-disabled{cursor:default}.mat-calendar-body-cell-content{position:absolute;top:5%;left:5%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;line-height:1;border-width:1px;border-style:solid;border-radius:999px}[dir=rtl] .mat-calendar-body-label{text-align:right}"],
206
+ host: {
207
+ 'class': 'mat-calendar-body',
208
+ },
209
+ encapsulation: ViewEncapsulation.None,
210
+ preserveWhitespaces: false,
211
+ changeDetection: ChangeDetectionStrategy.OnPush,
212
+ },] },
213
+ ];
214
+ /**
215
+ * @nocollapse
216
+ */
217
+ MatCalendarBody.ctorParameters = function () { return []; };
218
+ MatCalendarBody.propDecorators = {
219
+ 'label': [{ type: Input },],
220
+ 'rows': [{ type: Input },],
221
+ 'todayValue': [{ type: Input },],
222
+ 'selectedValue': [{ type: Input },],
223
+ 'labelMinRequiredCells': [{ type: Input },],
224
+ 'numCols': [{ type: Input },],
225
+ 'allowDisabledSelection': [{ type: Input },],
226
+ 'activeCell': [{ type: Input },],
227
+ 'cellAspectRatio': [{ type: Input },],
228
+ 'selectedValueChange': [{ type: Output },],
229
+ };
230
+ return MatCalendarBody;
231
+ }());
232
+
233
+ var DAYS_PER_WEEK = 7;
234
+ /**
235
+ * An internal component used to display a single month in the datepicker.
236
+ * \@docs-private
237
+ */
238
+ var MatMonthView = (function () {
239
+ /**
240
+ * @param {?} _dateAdapter
241
+ * @param {?} _dateFormats
242
+ * @param {?} _changeDetectorRef
243
+ */
244
+ function MatMonthView(_dateAdapter, _dateFormats, _changeDetectorRef) {
245
+ this._dateAdapter = _dateAdapter;
246
+ this._dateFormats = _dateFormats;
247
+ this._changeDetectorRef = _changeDetectorRef;
248
+ /**
249
+ * Emits when a new date is selected.
250
+ */
251
+ this.selectedChange = new EventEmitter();
252
+ /**
253
+ * Emits when any date is selected.
254
+ */
255
+ this._userSelection = new EventEmitter();
256
+ if (!this._dateAdapter) {
257
+ throw createMissingDateImplError('DateAdapter');
258
+ }
259
+ if (!this._dateFormats) {
260
+ throw createMissingDateImplError('MAT_DATE_FORMATS');
261
+ }
262
+ var firstDayOfWeek = this._dateAdapter.getFirstDayOfWeek();
263
+ var narrowWeekdays = this._dateAdapter.getDayOfWeekNames('narrow');
264
+ var longWeekdays = this._dateAdapter.getDayOfWeekNames('long');
265
+ // Rotate the labels for days of the week based on the configured first day of the week.
266
+ var weekdays = longWeekdays.map(function (long, i) {
267
+ return { long: long, narrow: narrowWeekdays[i] };
268
+ });
269
+ this._weekdays = weekdays.slice(firstDayOfWeek).concat(weekdays.slice(0, firstDayOfWeek));
270
+ this._activeDate = this._dateAdapter.today();
271
+ }
272
+ Object.defineProperty(MatMonthView.prototype, "activeDate", {
273
+ /**
274
+ * The date to display in this month view (everything other than the month and year is ignored).
275
+ * @return {?}
276
+ */
277
+ get: function () { return this._activeDate; },
278
+ /**
279
+ * @param {?} value
280
+ * @return {?}
281
+ */
282
+ set: function (value) {
283
+ var /** @type {?} */ oldActiveDate = this._activeDate;
284
+ this._activeDate = coerceDateProperty(this._dateAdapter, value) || this._dateAdapter.today();
285
+ if (!this._hasSameMonthAndYear(oldActiveDate, this._activeDate)) {
286
+ this._init();
287
+ }
288
+ },
289
+ enumerable: true,
290
+ configurable: true
291
+ });
292
+ Object.defineProperty(MatMonthView.prototype, "selected", {
293
+ /**
294
+ * The currently selected date.
295
+ * @return {?}
296
+ */
297
+ get: function () { return this._selected; },
298
+ /**
299
+ * @param {?} value
300
+ * @return {?}
301
+ */
302
+ set: function (value) {
303
+ this._selected = coerceDateProperty(this._dateAdapter, value);
304
+ this._selectedDate = this._getDateInCurrentMonth(this._selected);
305
+ },
306
+ enumerable: true,
307
+ configurable: true
308
+ });
309
+ /**
310
+ * @return {?}
311
+ */
312
+ MatMonthView.prototype.ngAfterContentInit = function () {
313
+ this._init();
314
+ };
315
+ /**
316
+ * Handles when a new date is selected.
317
+ * @param {?} date
318
+ * @return {?}
319
+ */
320
+ MatMonthView.prototype._dateSelected = function (date) {
321
+ if (this._selectedDate != date) {
322
+ var /** @type {?} */ selectedYear = this._dateAdapter.getYear(this.activeDate);
323
+ var /** @type {?} */ selectedMonth = this._dateAdapter.getMonth(this.activeDate);
324
+ var /** @type {?} */ selectedDate = this._dateAdapter.createDate(selectedYear, selectedMonth, date);
325
+ this.selectedChange.emit(selectedDate);
326
+ }
327
+ this._userSelection.emit();
328
+ };
329
+ /**
330
+ * Initializes this month view.
331
+ * @return {?}
332
+ */
333
+ MatMonthView.prototype._init = function () {
334
+ this._selectedDate = this._getDateInCurrentMonth(this.selected);
335
+ this._todayDate = this._getDateInCurrentMonth(this._dateAdapter.today());
336
+ this._monthLabel =
337
+ this._dateAdapter.getMonthNames('short')[this._dateAdapter.getMonth(this.activeDate)]
338
+ .toLocaleUpperCase();
339
+ var /** @type {?} */ firstOfMonth = this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate), this._dateAdapter.getMonth(this.activeDate), 1);
340
+ this._firstWeekOffset =
341
+ (DAYS_PER_WEEK + this._dateAdapter.getDayOfWeek(firstOfMonth) -
342
+ this._dateAdapter.getFirstDayOfWeek()) % DAYS_PER_WEEK;
343
+ this._createWeekCells();
344
+ this._changeDetectorRef.markForCheck();
345
+ };
346
+ /**
347
+ * Creates MatCalendarCells for the dates in this month.
348
+ * @return {?}
349
+ */
350
+ MatMonthView.prototype._createWeekCells = function () {
351
+ var /** @type {?} */ daysInMonth = this._dateAdapter.getNumDaysInMonth(this.activeDate);
352
+ var /** @type {?} */ dateNames = this._dateAdapter.getDateNames();
353
+ this._weeks = [[]];
354
+ for (var /** @type {?} */ i = 0, /** @type {?} */ cell = this._firstWeekOffset; i < daysInMonth; i++, cell++) {
355
+ if (cell == DAYS_PER_WEEK) {
356
+ this._weeks.push([]);
357
+ cell = 0;
358
+ }
359
+ var /** @type {?} */ date = this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate), this._dateAdapter.getMonth(this.activeDate), i + 1);
360
+ var /** @type {?} */ enabled = !this.dateFilter ||
361
+ this.dateFilter(date);
362
+ var /** @type {?} */ ariaLabel = this._dateAdapter.format(date, this._dateFormats.display.dateA11yLabel);
363
+ this._weeks[this._weeks.length - 1]
364
+ .push(new MatCalendarCell(i + 1, dateNames[i], ariaLabel, enabled));
365
+ }
366
+ };
367
+ /**
368
+ * Gets the date in this month that the given Date falls on.
369
+ * Returns null if the given Date is in another month.
370
+ * @param {?} date
371
+ * @return {?}
372
+ */
373
+ MatMonthView.prototype._getDateInCurrentMonth = function (date) {
374
+ return date && this._hasSameMonthAndYear(date, this.activeDate) ?
375
+ this._dateAdapter.getDate(date) : null;
376
+ };
377
+ /**
378
+ * Checks whether the 2 dates are non-null and fall within the same month of the same year.
379
+ * @param {?} d1
380
+ * @param {?} d2
381
+ * @return {?}
382
+ */
383
+ MatMonthView.prototype._hasSameMonthAndYear = function (d1, d2) {
384
+ return !!(d1 && d2 && this._dateAdapter.getMonth(d1) == this._dateAdapter.getMonth(d2) &&
385
+ this._dateAdapter.getYear(d1) == this._dateAdapter.getYear(d2));
386
+ };
387
+ MatMonthView.decorators = [
388
+ { type: Component, args: [{selector: 'mat-month-view',
389
+ template: "<table class=\"mat-calendar-table\"><thead class=\"mat-calendar-table-header\"><tr><th *ngFor=\"let day of _weekdays\" [attr.aria-label]=\"day.long\">{{day.narrow}}</th></tr><tr><th class=\"mat-calendar-table-header-divider\" colspan=\"7\" aria-hidden=\"true\"></th></tr></thead><tbody mat-calendar-body role=\"grid\" [label]=\"_monthLabel\" [rows]=\"_weeks\" [todayValue]=\"_todayDate\" [selectedValue]=\"_selectedDate\" [labelMinRequiredCells]=\"3\" [activeCell]=\"_dateAdapter.getDate(activeDate) - 1\" (selectedValueChange)=\"_dateSelected($event)\"></tbody></table>",
390
+ encapsulation: ViewEncapsulation.None,
391
+ preserveWhitespaces: false,
392
+ changeDetection: ChangeDetectionStrategy.OnPush,
393
+ },] },
394
+ ];
395
+ /**
396
+ * @nocollapse
397
+ */
398
+ MatMonthView.ctorParameters = function () { return [
399
+ { type: DateAdapter, decorators: [{ type: Optional },] },
400
+ { type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [MAT_DATE_FORMATS,] },] },
401
+ { type: ChangeDetectorRef, },
402
+ ]; };
403
+ MatMonthView.propDecorators = {
404
+ 'activeDate': [{ type: Input },],
405
+ 'selected': [{ type: Input },],
406
+ 'dateFilter': [{ type: Input },],
407
+ 'selectedChange': [{ type: Output },],
408
+ '_userSelection': [{ type: Output },],
409
+ };
410
+ return MatMonthView;
411
+ }());
412
+
413
+ /**
414
+ * An internal component used to display a single year in the datepicker.
415
+ * \@docs-private
416
+ */
417
+ var MatYearView = (function () {
418
+ /**
419
+ * @param {?} _dateAdapter
420
+ * @param {?} _dateFormats
421
+ * @param {?} _changeDetectorRef
422
+ */
423
+ function MatYearView(_dateAdapter, _dateFormats, _changeDetectorRef) {
424
+ this._dateAdapter = _dateAdapter;
425
+ this._dateFormats = _dateFormats;
426
+ this._changeDetectorRef = _changeDetectorRef;
427
+ /**
428
+ * Emits when a new month is selected.
429
+ */
430
+ this.selectedChange = new EventEmitter();
431
+ if (!this._dateAdapter) {
432
+ throw createMissingDateImplError('DateAdapter');
433
+ }
434
+ if (!this._dateFormats) {
435
+ throw createMissingDateImplError('MAT_DATE_FORMATS');
436
+ }
437
+ this._activeDate = this._dateAdapter.today();
438
+ }
439
+ Object.defineProperty(MatYearView.prototype, "activeDate", {
440
+ /**
441
+ * The date to display in this year view (everything other than the year is ignored).
442
+ * @return {?}
443
+ */
444
+ get: function () { return this._activeDate; },
445
+ /**
446
+ * @param {?} value
447
+ * @return {?}
448
+ */
449
+ set: function (value) {
450
+ var /** @type {?} */ oldActiveDate = this._activeDate;
451
+ this._activeDate = coerceDateProperty(this._dateAdapter, value) || this._dateAdapter.today();
452
+ if (this._dateAdapter.getYear(oldActiveDate) != this._dateAdapter.getYear(this._activeDate)) {
453
+ this._init();
454
+ }
455
+ },
456
+ enumerable: true,
457
+ configurable: true
458
+ });
459
+ Object.defineProperty(MatYearView.prototype, "selected", {
460
+ /**
461
+ * The currently selected date.
462
+ * @return {?}
463
+ */
464
+ get: function () { return this._selected; },
465
+ /**
466
+ * @param {?} value
467
+ * @return {?}
468
+ */
469
+ set: function (value) {
470
+ this._selected = coerceDateProperty(this._dateAdapter, value);
471
+ this._selectedMonth = this._getMonthInCurrentYear(this._selected);
472
+ },
473
+ enumerable: true,
474
+ configurable: true
475
+ });
476
+ /**
477
+ * @return {?}
478
+ */
479
+ MatYearView.prototype.ngAfterContentInit = function () {
480
+ this._init();
481
+ };
482
+ /**
483
+ * Handles when a new month is selected.
484
+ * @param {?} month
485
+ * @return {?}
486
+ */
487
+ MatYearView.prototype._monthSelected = function (month) {
488
+ var /** @type {?} */ daysInMonth = this._dateAdapter.getNumDaysInMonth(this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate), month, 1));
489
+ this.selectedChange.emit(this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate), month, Math.min(this._dateAdapter.getDate(this.activeDate), daysInMonth)));
490
+ };
491
+ /**
492
+ * Initializes this month view.
493
+ * @return {?}
494
+ */
495
+ MatYearView.prototype._init = function () {
496
+ var _this = this;
497
+ this._selectedMonth = this._getMonthInCurrentYear(this.selected);
498
+ this._todayMonth = this._getMonthInCurrentYear(this._dateAdapter.today());
499
+ this._yearLabel = this._dateAdapter.getYearName(this.activeDate);
500
+ var /** @type {?} */ monthNames = this._dateAdapter.getMonthNames('short');
501
+ // First row of months only contains 5 elements so we can fit the year label on the same row.
502
+ this._months = [[0, 1, 2, 3], [4, 5, 6, 7], [8, 9, 10, 11]].map(function (row) { return row.map(function (month) { return _this._createCellForMonth(month, monthNames[month]); }); });
503
+ this._changeDetectorRef.markForCheck();
504
+ };
505
+ /**
506
+ * Gets the month in this year that the given Date falls on.
507
+ * Returns null if the given Date is in another year.
508
+ * @param {?} date
509
+ * @return {?}
510
+ */
511
+ MatYearView.prototype._getMonthInCurrentYear = function (date) {
512
+ return date && this._dateAdapter.getYear(date) == this._dateAdapter.getYear(this.activeDate) ?
513
+ this._dateAdapter.getMonth(date) : null;
514
+ };
515
+ /**
516
+ * Creates an MatCalendarCell for the given month.
517
+ * @param {?} month
518
+ * @param {?} monthName
519
+ * @return {?}
520
+ */
521
+ MatYearView.prototype._createCellForMonth = function (month, monthName) {
522
+ var /** @type {?} */ ariaLabel = this._dateAdapter.format(this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate), month, 1), this._dateFormats.display.monthYearA11yLabel);
523
+ return new MatCalendarCell(month, monthName.toLocaleUpperCase(), ariaLabel, this._isMonthEnabled(month));
524
+ };
525
+ /**
526
+ * Whether the given month is enabled.
527
+ * @param {?} month
528
+ * @return {?}
529
+ */
530
+ MatYearView.prototype._isMonthEnabled = function (month) {
531
+ if (!this.dateFilter) {
532
+ return true;
533
+ }
534
+ var /** @type {?} */ firstOfMonth = this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate), month, 1);
535
+ // If any date in the month is enabled count the month as enabled.
536
+ for (var /** @type {?} */ date = firstOfMonth; this._dateAdapter.getMonth(date) == month; date = this._dateAdapter.addCalendarDays(date, 1)) {
537
+ if (this.dateFilter(date)) {
538
+ return true;
539
+ }
540
+ }
541
+ return false;
542
+ };
543
+ MatYearView.decorators = [
544
+ { type: Component, args: [{selector: 'mat-year-view',
545
+ template: "<table class=\"mat-calendar-table\"><thead class=\"mat-calendar-table-header\"><tr><th class=\"mat-calendar-table-header-divider\" colspan=\"4\"></th></tr></thead><tbody mat-calendar-body role=\"grid\" allowDisabledSelection=\"true\" [label]=\"_yearLabel\" [rows]=\"_months\" [todayValue]=\"_todayMonth\" [selectedValue]=\"_selectedMonth\" [labelMinRequiredCells]=\"2\" [numCols]=\"4\" [cellAspectRatio]=\"4 / 7\" [activeCell]=\"_dateAdapter.getMonth(activeDate)\" (selectedValueChange)=\"_monthSelected($event)\"></tbody></table>",
546
+ encapsulation: ViewEncapsulation.None,
547
+ preserveWhitespaces: false,
548
+ changeDetection: ChangeDetectionStrategy.OnPush,
549
+ },] },
550
+ ];
551
+ /**
552
+ * @nocollapse
553
+ */
554
+ MatYearView.ctorParameters = function () { return [
555
+ { type: DateAdapter, decorators: [{ type: Optional },] },
556
+ { type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [MAT_DATE_FORMATS,] },] },
557
+ { type: ChangeDetectorRef, },
558
+ ]; };
559
+ MatYearView.propDecorators = {
560
+ 'activeDate': [{ type: Input },],
561
+ 'selected': [{ type: Input },],
562
+ 'dateFilter': [{ type: Input },],
563
+ 'selectedChange': [{ type: Output },],
564
+ };
565
+ return MatYearView;
566
+ }());
567
+
568
+ /**
569
+ * A calendar that is used as part of the datepicker.
570
+ * \@docs-private
571
+ */
572
+ var MatCalendar = (function () {
573
+ /**
574
+ * @param {?} _elementRef
575
+ * @param {?} _intl
576
+ * @param {?} _ngZone
577
+ * @param {?} _dateAdapter
578
+ * @param {?} _dateFormats
579
+ * @param {?} changeDetectorRef
580
+ */
581
+ function MatCalendar(_elementRef, _intl, _ngZone, _dateAdapter, _dateFormats, changeDetectorRef) {
582
+ var _this = this;
583
+ this._elementRef = _elementRef;
584
+ this._intl = _intl;
585
+ this._ngZone = _ngZone;
586
+ this._dateAdapter = _dateAdapter;
587
+ this._dateFormats = _dateFormats;
588
+ /**
589
+ * Whether the calendar should be started in month or year view.
590
+ */
591
+ this.startView = 'month';
592
+ /**
593
+ * Emits when the currently selected date changes.
594
+ */
595
+ this.selectedChange = new EventEmitter();
596
+ /**
597
+ * Emits when any date is selected.
598
+ */
599
+ this._userSelection = new EventEmitter();
600
+ /**
601
+ * Date filter for the month and year views.
602
+ */
603
+ this._dateFilterForViews = function (date) {
604
+ return !!date &&
605
+ (!_this.dateFilter || _this.dateFilter(date)) &&
606
+ (!_this.minDate || _this._dateAdapter.compareDate(date, _this.minDate) >= 0) &&
607
+ (!_this.maxDate || _this._dateAdapter.compareDate(date, _this.maxDate) <= 0);
608
+ };
609
+ if (!this._dateAdapter) {
610
+ throw createMissingDateImplError('DateAdapter');
611
+ }
612
+ if (!this._dateFormats) {
613
+ throw createMissingDateImplError('MAT_DATE_FORMATS');
614
+ }
615
+ this._intlChanges = _intl.changes.subscribe(function () { return changeDetectorRef.markForCheck(); });
616
+ }
617
+ Object.defineProperty(MatCalendar.prototype, "startAt", {
618
+ /**
619
+ * A date representing the period (month or year) to start the calendar in.
620
+ * @return {?}
621
+ */
622
+ get: function () { return this._startAt; },
623
+ /**
624
+ * @param {?} value
625
+ * @return {?}
626
+ */
627
+ set: function (value) { this._startAt = coerceDateProperty(this._dateAdapter, value); },
628
+ enumerable: true,
629
+ configurable: true
630
+ });
631
+ Object.defineProperty(MatCalendar.prototype, "selected", {
632
+ /**
633
+ * The currently selected date.
634
+ * @return {?}
635
+ */
636
+ get: function () { return this._selected; },
637
+ /**
638
+ * @param {?} value
639
+ * @return {?}
640
+ */
641
+ set: function (value) { this._selected = coerceDateProperty(this._dateAdapter, value); },
642
+ enumerable: true,
643
+ configurable: true
644
+ });
645
+ Object.defineProperty(MatCalendar.prototype, "minDate", {
646
+ /**
647
+ * The minimum selectable date.
648
+ * @return {?}
649
+ */
650
+ get: function () { return this._minDate; },
651
+ /**
652
+ * @param {?} value
653
+ * @return {?}
654
+ */
655
+ set: function (value) { this._minDate = coerceDateProperty(this._dateAdapter, value); },
656
+ enumerable: true,
657
+ configurable: true
658
+ });
659
+ Object.defineProperty(MatCalendar.prototype, "maxDate", {
660
+ /**
661
+ * The maximum selectable date.
662
+ * @return {?}
663
+ */
664
+ get: function () { return this._maxDate; },
665
+ /**
666
+ * @param {?} value
667
+ * @return {?}
668
+ */
669
+ set: function (value) { this._maxDate = coerceDateProperty(this._dateAdapter, value); },
670
+ enumerable: true,
671
+ configurable: true
672
+ });
673
+ Object.defineProperty(MatCalendar.prototype, "_activeDate", {
674
+ /**
675
+ * The current active date. This determines which time period is shown and which date is
676
+ * highlighted when using keyboard navigation.
677
+ * @return {?}
678
+ */
679
+ get: function () { return this._clampedActiveDate; },
680
+ /**
681
+ * @param {?} value
682
+ * @return {?}
683
+ */
684
+ set: function (value) {
685
+ this._clampedActiveDate = this._dateAdapter.clampDate(value, this.minDate, this.maxDate);
686
+ },
687
+ enumerable: true,
688
+ configurable: true
689
+ });
690
+ Object.defineProperty(MatCalendar.prototype, "_periodButtonText", {
691
+ /**
692
+ * The label for the current calendar view.
693
+ * @return {?}
694
+ */
695
+ get: function () {
696
+ return this._monthView ?
697
+ this._dateAdapter.format(this._activeDate, this._dateFormats.display.monthYearLabel)
698
+ .toLocaleUpperCase() :
699
+ this._dateAdapter.getYearName(this._activeDate);
700
+ },
701
+ enumerable: true,
702
+ configurable: true
703
+ });
704
+ Object.defineProperty(MatCalendar.prototype, "_periodButtonLabel", {
705
+ /**
706
+ * @return {?}
707
+ */
708
+ get: function () {
709
+ return this._monthView ? this._intl.switchToYearViewLabel : this._intl.switchToMonthViewLabel;
710
+ },
711
+ enumerable: true,
712
+ configurable: true
713
+ });
714
+ Object.defineProperty(MatCalendar.prototype, "_prevButtonLabel", {
715
+ /**
716
+ * The label for the the previous button.
717
+ * @return {?}
718
+ */
719
+ get: function () {
720
+ return this._monthView ? this._intl.prevMonthLabel : this._intl.prevYearLabel;
721
+ },
722
+ enumerable: true,
723
+ configurable: true
724
+ });
725
+ Object.defineProperty(MatCalendar.prototype, "_nextButtonLabel", {
726
+ /**
727
+ * The label for the the next button.
728
+ * @return {?}
729
+ */
730
+ get: function () {
731
+ return this._monthView ? this._intl.nextMonthLabel : this._intl.nextYearLabel;
732
+ },
733
+ enumerable: true,
734
+ configurable: true
735
+ });
736
+ /**
737
+ * @return {?}
738
+ */
739
+ MatCalendar.prototype.ngAfterContentInit = function () {
740
+ this._activeDate = this.startAt || this._dateAdapter.today();
741
+ this._focusActiveCell();
742
+ this._monthView = this.startView != 'year';
743
+ };
744
+ /**
745
+ * @return {?}
746
+ */
747
+ MatCalendar.prototype.ngOnDestroy = function () {
748
+ this._intlChanges.unsubscribe();
749
+ };
750
+ /**
751
+ * @param {?} changes
752
+ * @return {?}
753
+ */
754
+ MatCalendar.prototype.ngOnChanges = function (changes) {
755
+ var /** @type {?} */ change = changes.minDate || changes.maxDate || changes.dateFilter;
756
+ if (change && !change.firstChange) {
757
+ var /** @type {?} */ view = this.monthView || this.yearView;
758
+ if (view) {
759
+ view._init();
760
+ }
761
+ }
762
+ };
763
+ /**
764
+ * Handles date selection in the month view.
765
+ * @param {?} date
766
+ * @return {?}
767
+ */
768
+ MatCalendar.prototype._dateSelected = function (date) {
769
+ if (!this._dateAdapter.sameDate(date, this.selected)) {
770
+ this.selectedChange.emit(date);
771
+ }
772
+ };
773
+ /**
774
+ * @return {?}
775
+ */
776
+ MatCalendar.prototype._userSelected = function () {
777
+ this._userSelection.emit();
778
+ };
779
+ /**
780
+ * Handles month selection in the year view.
781
+ * @param {?} month
782
+ * @return {?}
783
+ */
784
+ MatCalendar.prototype._monthSelected = function (month) {
785
+ this._activeDate = month;
786
+ this._monthView = true;
787
+ };
788
+ /**
789
+ * Handles user clicks on the period label.
790
+ * @return {?}
791
+ */
792
+ MatCalendar.prototype._currentPeriodClicked = function () {
793
+ this._monthView = !this._monthView;
794
+ };
795
+ /**
796
+ * Handles user clicks on the previous button.
797
+ * @return {?}
798
+ */
799
+ MatCalendar.prototype._previousClicked = function () {
800
+ this._activeDate = this._monthView ?
801
+ this._dateAdapter.addCalendarMonths(this._activeDate, -1) :
802
+ this._dateAdapter.addCalendarYears(this._activeDate, -1);
803
+ };
804
+ /**
805
+ * Handles user clicks on the next button.
806
+ * @return {?}
807
+ */
808
+ MatCalendar.prototype._nextClicked = function () {
809
+ this._activeDate = this._monthView ?
810
+ this._dateAdapter.addCalendarMonths(this._activeDate, 1) :
811
+ this._dateAdapter.addCalendarYears(this._activeDate, 1);
812
+ };
813
+ /**
814
+ * Whether the previous period button is enabled.
815
+ * @return {?}
816
+ */
817
+ MatCalendar.prototype._previousEnabled = function () {
818
+ if (!this.minDate) {
819
+ return true;
820
+ }
821
+ return !this.minDate || !this._isSameView(this._activeDate, this.minDate);
822
+ };
823
+ /**
824
+ * Whether the next period button is enabled.
825
+ * @return {?}
826
+ */
827
+ MatCalendar.prototype._nextEnabled = function () {
828
+ return !this.maxDate || !this._isSameView(this._activeDate, this.maxDate);
829
+ };
830
+ /**
831
+ * Handles keydown events on the calendar body.
832
+ * @param {?} event
833
+ * @return {?}
834
+ */
835
+ MatCalendar.prototype._handleCalendarBodyKeydown = function (event) {
836
+ // TODO(mmalerba): We currently allow keyboard navigation to disabled dates, but just prevent
837
+ // disabled ones from being selected. This may not be ideal, we should look into whether
838
+ // navigation should skip over disabled dates, and if so, how to implement that efficiently.
839
+ if (this._monthView) {
840
+ this._handleCalendarBodyKeydownInMonthView(event);
841
+ }
842
+ else {
843
+ this._handleCalendarBodyKeydownInYearView(event);
844
+ }
845
+ };
846
+ /**
847
+ * Focuses the active cell after the microtask queue is empty.
848
+ * @return {?}
849
+ */
850
+ MatCalendar.prototype._focusActiveCell = function () {
851
+ var _this = this;
852
+ this._ngZone.runOutsideAngular(function () {
853
+ first.call(_this._ngZone.onStable.asObservable()).subscribe(function () {
854
+ _this._elementRef.nativeElement.querySelector('.mat-calendar-body-active').focus();
855
+ });
856
+ });
857
+ };
858
+ /**
859
+ * Whether the two dates represent the same view in the current view mode (month or year).
860
+ * @param {?} date1
861
+ * @param {?} date2
862
+ * @return {?}
863
+ */
864
+ MatCalendar.prototype._isSameView = function (date1, date2) {
865
+ return this._monthView ?
866
+ this._dateAdapter.getYear(date1) == this._dateAdapter.getYear(date2) &&
867
+ this._dateAdapter.getMonth(date1) == this._dateAdapter.getMonth(date2) :
868
+ this._dateAdapter.getYear(date1) == this._dateAdapter.getYear(date2);
869
+ };
870
+ /**
871
+ * Handles keydown events on the calendar body when calendar is in month view.
872
+ * @param {?} event
873
+ * @return {?}
874
+ */
875
+ MatCalendar.prototype._handleCalendarBodyKeydownInMonthView = function (event) {
876
+ switch (event.keyCode) {
877
+ case LEFT_ARROW:
878
+ this._activeDate = this._dateAdapter.addCalendarDays(this._activeDate, -1);
879
+ break;
880
+ case RIGHT_ARROW:
881
+ this._activeDate = this._dateAdapter.addCalendarDays(this._activeDate, 1);
882
+ break;
883
+ case UP_ARROW:
884
+ this._activeDate = this._dateAdapter.addCalendarDays(this._activeDate, -7);
885
+ break;
886
+ case DOWN_ARROW:
887
+ this._activeDate = this._dateAdapter.addCalendarDays(this._activeDate, 7);
888
+ break;
889
+ case HOME:
890
+ this._activeDate = this._dateAdapter.addCalendarDays(this._activeDate, 1 - this._dateAdapter.getDate(this._activeDate));
891
+ break;
892
+ case END:
893
+ this._activeDate = this._dateAdapter.addCalendarDays(this._activeDate, (this._dateAdapter.getNumDaysInMonth(this._activeDate) -
894
+ this._dateAdapter.getDate(this._activeDate)));
895
+ break;
896
+ case PAGE_UP:
897
+ this._activeDate = event.altKey ?
898
+ this._dateAdapter.addCalendarYears(this._activeDate, -1) :
899
+ this._dateAdapter.addCalendarMonths(this._activeDate, -1);
900
+ break;
901
+ case PAGE_DOWN:
902
+ this._activeDate = event.altKey ?
903
+ this._dateAdapter.addCalendarYears(this._activeDate, 1) :
904
+ this._dateAdapter.addCalendarMonths(this._activeDate, 1);
905
+ break;
906
+ case ENTER:
907
+ if (this._dateFilterForViews(this._activeDate)) {
908
+ this._dateSelected(this._activeDate);
909
+ // Prevent unexpected default actions such as form submission.
910
+ event.preventDefault();
911
+ }
912
+ return;
913
+ default:
914
+ // Don't prevent default or focus active cell on keys that we don't explicitly handle.
915
+ return;
916
+ }
917
+ this._focusActiveCell();
918
+ // Prevent unexpected default actions such as form submission.
919
+ event.preventDefault();
920
+ };
921
+ /**
922
+ * Handles keydown events on the calendar body when calendar is in year view.
923
+ * @param {?} event
924
+ * @return {?}
925
+ */
926
+ MatCalendar.prototype._handleCalendarBodyKeydownInYearView = function (event) {
927
+ switch (event.keyCode) {
928
+ case LEFT_ARROW:
929
+ this._activeDate = this._dateAdapter.addCalendarMonths(this._activeDate, -1);
930
+ break;
931
+ case RIGHT_ARROW:
932
+ this._activeDate = this._dateAdapter.addCalendarMonths(this._activeDate, 1);
933
+ break;
934
+ case UP_ARROW:
935
+ this._activeDate = this._prevMonthInSameCol(this._activeDate);
936
+ break;
937
+ case DOWN_ARROW:
938
+ this._activeDate = this._nextMonthInSameCol(this._activeDate);
939
+ break;
940
+ case HOME:
941
+ this._activeDate = this._dateAdapter.addCalendarMonths(this._activeDate, -this._dateAdapter.getMonth(this._activeDate));
942
+ break;
943
+ case END:
944
+ this._activeDate = this._dateAdapter.addCalendarMonths(this._activeDate, 11 - this._dateAdapter.getMonth(this._activeDate));
945
+ break;
946
+ case PAGE_UP:
947
+ this._activeDate =
948
+ this._dateAdapter.addCalendarYears(this._activeDate, event.altKey ? -10 : -1);
949
+ break;
950
+ case PAGE_DOWN:
951
+ this._activeDate =
952
+ this._dateAdapter.addCalendarYears(this._activeDate, event.altKey ? 10 : 1);
953
+ break;
954
+ case ENTER:
955
+ this._monthSelected(this._activeDate);
956
+ break;
957
+ default:
958
+ // Don't prevent default or focus active cell on keys that we don't explicitly handle.
959
+ return;
960
+ }
961
+ this._focusActiveCell();
962
+ // Prevent unexpected default actions such as form submission.
963
+ event.preventDefault();
964
+ };
965
+ /**
966
+ * Determine the date for the month that comes before the given month in the same column in the
967
+ * calendar table.
968
+ * @param {?} date
969
+ * @return {?}
970
+ */
971
+ MatCalendar.prototype._prevMonthInSameCol = function (date) {
972
+ // Determine how many months to jump forward given that there are 2 empty slots at the beginning
973
+ // of each year.
974
+ var /** @type {?} */ increment = this._dateAdapter.getMonth(date) <= 4 ? -5 :
975
+ (this._dateAdapter.getMonth(date) >= 7 ? -7 : -12);
976
+ return this._dateAdapter.addCalendarMonths(date, increment);
977
+ };
978
+ /**
979
+ * Determine the date for the month that comes after the given month in the same column in the
980
+ * calendar table.
981
+ * @param {?} date
982
+ * @return {?}
983
+ */
984
+ MatCalendar.prototype._nextMonthInSameCol = function (date) {
985
+ // Determine how many months to jump forward given that there are 2 empty slots at the beginning
986
+ // of each year.
987
+ var /** @type {?} */ increment = this._dateAdapter.getMonth(date) <= 4 ? 7 :
988
+ (this._dateAdapter.getMonth(date) >= 7 ? 5 : 12);
989
+ return this._dateAdapter.addCalendarMonths(date, increment);
990
+ };
991
+ MatCalendar.decorators = [
992
+ { type: Component, args: [{selector: 'mat-calendar',
993
+ template: "<div class=\"mat-calendar-header\"><div class=\"mat-calendar-controls\"><button mat-button class=\"mat-calendar-period-button\" (click)=\"_currentPeriodClicked()\" [attr.aria-label]=\"_periodButtonLabel\">{{_periodButtonText}}<div class=\"mat-calendar-arrow\" [class.mat-calendar-invert]=\"!_monthView\"></div></button><div class=\"mat-calendar-spacer\"></div><button mat-icon-button class=\"mat-calendar-previous-button\" [disabled]=\"!_previousEnabled()\" (click)=\"_previousClicked()\" [attr.aria-label]=\"_prevButtonLabel\"></button> <button mat-icon-button class=\"mat-calendar-next-button\" [disabled]=\"!_nextEnabled()\" (click)=\"_nextClicked()\" [attr.aria-label]=\"_nextButtonLabel\"></button></div></div><div class=\"mat-calendar-content\" (keydown)=\"_handleCalendarBodyKeydown($event)\" [ngSwitch]=\"_monthView\" cdkMonitorSubtreeFocus><mat-month-view *ngSwitchCase=\"true\" [activeDate]=\"_activeDate\" [selected]=\"selected\" [dateFilter]=\"_dateFilterForViews\" (selectedChange)=\"_dateSelected($event)\" (_userSelection)=\"_userSelected()\"></mat-month-view><mat-year-view *ngSwitchDefault [activeDate]=\"_activeDate\" [selected]=\"selected\" [dateFilter]=\"_dateFilterForViews\" (selectedChange)=\"_monthSelected($event)\"></mat-year-view></div>",
994
+ styles: [".mat-calendar{display:block}.mat-calendar-header{padding:8px 8px 0 8px}.mat-calendar-content{padding:0 8px 8px 8px;outline:0}.mat-calendar-controls{display:flex;margin:5% calc(33% / 7 - 16px)}.mat-calendar-spacer{flex:1 1 auto}.mat-calendar-period-button{min-width:0}.mat-calendar-arrow{display:inline-block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top-width:5px;border-top-style:solid;margin:0 0 0 5px;vertical-align:middle}.mat-calendar-arrow.mat-calendar-invert{transform:rotate(180deg)}[dir=rtl] .mat-calendar-arrow{margin:0 5px 0 0}.mat-calendar-next-button,.mat-calendar-previous-button{position:relative}.mat-calendar-next-button::after,.mat-calendar-previous-button::after{top:0;left:0;right:0;bottom:0;position:absolute;content:'';margin:15.5px;border:0 solid currentColor;border-top-width:2px}[dir=rtl] .mat-calendar-next-button,[dir=rtl] .mat-calendar-previous-button{transform:rotate(180deg)}.mat-calendar-previous-button::after{border-left-width:2px;transform:translateX(2px) rotate(-45deg)}.mat-calendar-next-button::after{border-right-width:2px;transform:translateX(-2px) rotate(45deg)}.mat-calendar-table{border-spacing:0;border-collapse:collapse;width:100%}.mat-calendar-table-header th{text-align:center;padding:0 0 8px 0}.mat-calendar-table-header-divider{position:relative;height:1px}.mat-calendar-table-header-divider::after{content:'';position:absolute;top:0;left:-8px;right:-8px;height:1px}"],
995
+ host: {
996
+ 'class': 'mat-calendar',
997
+ },
998
+ encapsulation: ViewEncapsulation.None,
999
+ preserveWhitespaces: false,
1000
+ changeDetection: ChangeDetectionStrategy.OnPush,
1001
+ },] },
1002
+ ];
1003
+ /**
1004
+ * @nocollapse
1005
+ */
1006
+ MatCalendar.ctorParameters = function () { return [
1007
+ { type: ElementRef, },
1008
+ { type: MatDatepickerIntl, },
1009
+ { type: NgZone, },
1010
+ { type: DateAdapter, decorators: [{ type: Optional },] },
1011
+ { type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [MAT_DATE_FORMATS,] },] },
1012
+ { type: ChangeDetectorRef, },
1013
+ ]; };
1014
+ MatCalendar.propDecorators = {
1015
+ 'startAt': [{ type: Input },],
1016
+ 'startView': [{ type: Input },],
1017
+ 'selected': [{ type: Input },],
1018
+ 'minDate': [{ type: Input },],
1019
+ 'maxDate': [{ type: Input },],
1020
+ 'dateFilter': [{ type: Input },],
1021
+ 'selectedChange': [{ type: Output },],
1022
+ '_userSelection': [{ type: Output },],
1023
+ 'monthView': [{ type: ViewChild, args: [MatMonthView,] },],
1024
+ 'yearView': [{ type: ViewChild, args: [MatYearView,] },],
1025
+ };
1026
+ return MatCalendar;
1027
+ }());
1028
+
1029
+ /**
1030
+ * Used to generate a unique ID for each datepicker instance.
1031
+ */
1032
+ var datepickerUid = 0;
1033
+ /**
1034
+ * Injection token that determines the scroll handling while the calendar is open.
1035
+ */
1036
+ var MAT_DATEPICKER_SCROLL_STRATEGY = new InjectionToken('mat-datepicker-scroll-strategy');
1037
+ /**
1038
+ * \@docs-private
1039
+ * @param {?} overlay
1040
+ * @return {?}
1041
+ */
1042
+ function MAT_DATEPICKER_SCROLL_STRATEGY_PROVIDER_FACTORY(overlay) {
1043
+ return function () { return overlay.scrollStrategies.reposition(); };
1044
+ }
1045
+ /**
1046
+ * \@docs-private
1047
+ */
1048
+ var MAT_DATEPICKER_SCROLL_STRATEGY_PROVIDER = {
1049
+ provide: MAT_DATEPICKER_SCROLL_STRATEGY,
1050
+ deps: [Overlay],
1051
+ useFactory: MAT_DATEPICKER_SCROLL_STRATEGY_PROVIDER_FACTORY,
1052
+ };
1053
+ /**
1054
+ * Component used as the content for the datepicker dialog and popup. We use this instead of using
1055
+ * MatCalendar directly as the content so we can control the initial focus. This also gives us a
1056
+ * place to put additional features of the popup that are not part of the calendar itself in the
1057
+ * future. (e.g. confirmation buttons).
1058
+ * \@docs-private
1059
+ */
1060
+ var MatDatepickerContent = (function () {
1061
+ function MatDatepickerContent() {
1062
+ }
1063
+ /**
1064
+ * @return {?}
1065
+ */
1066
+ MatDatepickerContent.prototype.ngAfterContentInit = function () {
1067
+ this._calendar._focusActiveCell();
1068
+ };
1069
+ /**
1070
+ * Handles keydown event on datepicker content.
1071
+ * @param {?} event The event.
1072
+ * @return {?}
1073
+ */
1074
+ MatDatepickerContent.prototype._handleKeydown = function (event) {
1075
+ if (event.keyCode === ESCAPE) {
1076
+ this.datepicker.close();
1077
+ event.preventDefault();
1078
+ event.stopPropagation();
1079
+ }
1080
+ };
1081
+ MatDatepickerContent.decorators = [
1082
+ { type: Component, args: [{selector: 'mat-datepicker-content',
1083
+ template: "<mat-calendar cdkTrapFocus [id]=\"datepicker.id\" [startAt]=\"datepicker.startAt\" [startView]=\"datepicker.startView\" [minDate]=\"datepicker._minDate\" [maxDate]=\"datepicker._maxDate\" [dateFilter]=\"datepicker._dateFilter\" [selected]=\"datepicker._selected\" (selectedChange)=\"datepicker._select($event)\" (_userSelection)=\"datepicker.close()\"></mat-calendar>",
1084
+ styles: [".mat-datepicker-content{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);display:block}.mat-calendar{width:296px;height:354px}.mat-datepicker-content-touch{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);display:block;max-height:80vh;overflow:auto;margin:-24px}.mat-datepicker-content-touch .mat-calendar{min-width:250px;min-height:312px;max-width:750px;max-height:788px}@media all and (orientation:landscape){.mat-datepicker-content-touch .mat-calendar{width:64vh;height:80vh}}@media all and (orientation:portrait){.mat-datepicker-content-touch .mat-calendar{width:80vw;height:100vw}}"],
1085
+ host: {
1086
+ 'class': 'mat-datepicker-content',
1087
+ '[class.mat-datepicker-content-touch]': 'datepicker.touchUi',
1088
+ '(keydown)': '_handleKeydown($event)',
1089
+ },
1090
+ encapsulation: ViewEncapsulation.None,
1091
+ preserveWhitespaces: false,
1092
+ changeDetection: ChangeDetectionStrategy.OnPush,
1093
+ },] },
1094
+ ];
1095
+ /**
1096
+ * @nocollapse
1097
+ */
1098
+ MatDatepickerContent.ctorParameters = function () { return []; };
1099
+ MatDatepickerContent.propDecorators = {
1100
+ '_calendar': [{ type: ViewChild, args: [MatCalendar,] },],
1101
+ };
1102
+ return MatDatepickerContent;
1103
+ }());
1104
+ /**
1105
+ * Component responsible for managing the datepicker popup/dialog.
1106
+ */
1107
+ var MatDatepicker = (function () {
1108
+ /**
1109
+ * @param {?} _dialog
1110
+ * @param {?} _overlay
1111
+ * @param {?} _ngZone
1112
+ * @param {?} _viewContainerRef
1113
+ * @param {?} _scrollStrategy
1114
+ * @param {?} _dateAdapter
1115
+ * @param {?} _dir
1116
+ * @param {?} _document
1117
+ */
1118
+ function MatDatepicker(_dialog, _overlay, _ngZone, _viewContainerRef, _scrollStrategy, _dateAdapter, _dir, _document) {
1119
+ this._dialog = _dialog;
1120
+ this._overlay = _overlay;
1121
+ this._ngZone = _ngZone;
1122
+ this._viewContainerRef = _viewContainerRef;
1123
+ this._scrollStrategy = _scrollStrategy;
1124
+ this._dateAdapter = _dateAdapter;
1125
+ this._dir = _dir;
1126
+ this._document = _document;
1127
+ /**
1128
+ * The view that the calendar should start in.
1129
+ */
1130
+ this.startView = 'month';
1131
+ /**
1132
+ * Whether the calendar UI is in touch mode. In touch mode the calendar opens in a dialog rather
1133
+ * than a popup and elements have more padding to allow for bigger touch targets.
1134
+ */
1135
+ this.touchUi = false;
1136
+ /**
1137
+ * Emits new selected date when selected date changes.
1138
+ * @deprecated Switch to the `dateChange` and `dateInput` binding on the input element.
1139
+ */
1140
+ this.selectedChanged = new EventEmitter();
1141
+ /**
1142
+ * Whether the calendar is open.
1143
+ */
1144
+ this.opened = false;
1145
+ /**
1146
+ * The id for the datepicker calendar.
1147
+ */
1148
+ this.id = "mat-datepicker-" + datepickerUid++;
1149
+ this._validSelected = null;
1150
+ /**
1151
+ * The element that was focused before the datepicker was opened.
1152
+ */
1153
+ this._focusedElementBeforeOpen = null;
1154
+ this._inputSubscription = Subscription.EMPTY;
1155
+ /**
1156
+ * Emits when the datepicker is disabled.
1157
+ */
1158
+ this._disabledChange = new Subject();
1159
+ if (!this._dateAdapter) {
1160
+ throw createMissingDateImplError('DateAdapter');
1161
+ }
1162
+ }
1163
+ Object.defineProperty(MatDatepicker.prototype, "startAt", {
1164
+ /**
1165
+ * The date to open the calendar to initially.
1166
+ * @return {?}
1167
+ */
1168
+ get: function () {
1169
+ // If an explicit startAt is set we start there, otherwise we start at whatever the currently
1170
+ // selected value is.
1171
+ return this._startAt || (this._datepickerInput ? this._datepickerInput.value : null);
1172
+ },
1173
+ /**
1174
+ * @param {?} date
1175
+ * @return {?}
1176
+ */
1177
+ set: function (date) { this._startAt = coerceDateProperty(this._dateAdapter, date); },
1178
+ enumerable: true,
1179
+ configurable: true
1180
+ });
1181
+ Object.defineProperty(MatDatepicker.prototype, "disabled", {
1182
+ /**
1183
+ * Whether the datepicker pop-up should be disabled.
1184
+ * @return {?}
1185
+ */
1186
+ get: function () {
1187
+ return this._disabled === undefined && this._datepickerInput ?
1188
+ this._datepickerInput.disabled : this._disabled;
1189
+ },
1190
+ /**
1191
+ * @param {?} value
1192
+ * @return {?}
1193
+ */
1194
+ set: function (value) {
1195
+ var /** @type {?} */ newValue = coerceBooleanProperty(value);
1196
+ if (newValue !== this._disabled) {
1197
+ this._disabled = newValue;
1198
+ this._disabledChange.next(newValue);
1199
+ }
1200
+ },
1201
+ enumerable: true,
1202
+ configurable: true
1203
+ });
1204
+ Object.defineProperty(MatDatepicker.prototype, "_selected", {
1205
+ /**
1206
+ * The currently selected date.
1207
+ * @return {?}
1208
+ */
1209
+ get: function () { return this._validSelected; },
1210
+ /**
1211
+ * @param {?} value
1212
+ * @return {?}
1213
+ */
1214
+ set: function (value) { this._validSelected = value; },
1215
+ enumerable: true,
1216
+ configurable: true
1217
+ });
1218
+ Object.defineProperty(MatDatepicker.prototype, "_minDate", {
1219
+ /**
1220
+ * The minimum selectable date.
1221
+ * @return {?}
1222
+ */
1223
+ get: function () {
1224
+ return this._datepickerInput && this._datepickerInput.min;
1225
+ },
1226
+ enumerable: true,
1227
+ configurable: true
1228
+ });
1229
+ Object.defineProperty(MatDatepicker.prototype, "_maxDate", {
1230
+ /**
1231
+ * The maximum selectable date.
1232
+ * @return {?}
1233
+ */
1234
+ get: function () {
1235
+ return this._datepickerInput && this._datepickerInput.max;
1236
+ },
1237
+ enumerable: true,
1238
+ configurable: true
1239
+ });
1240
+ Object.defineProperty(MatDatepicker.prototype, "_dateFilter", {
1241
+ /**
1242
+ * @return {?}
1243
+ */
1244
+ get: function () {
1245
+ return this._datepickerInput && this._datepickerInput._dateFilter;
1246
+ },
1247
+ enumerable: true,
1248
+ configurable: true
1249
+ });
1250
+ /**
1251
+ * @return {?}
1252
+ */
1253
+ MatDatepicker.prototype.ngOnDestroy = function () {
1254
+ this.close();
1255
+ this._inputSubscription.unsubscribe();
1256
+ this._disabledChange.complete();
1257
+ if (this._popupRef) {
1258
+ this._popupRef.dispose();
1259
+ }
1260
+ };
1261
+ /**
1262
+ * Selects the given date
1263
+ * @param {?} date
1264
+ * @return {?}
1265
+ */
1266
+ MatDatepicker.prototype._select = function (date) {
1267
+ var /** @type {?} */ oldValue = this._selected;
1268
+ this._selected = date;
1269
+ if (!this._dateAdapter.sameDate(oldValue, this._selected)) {
1270
+ this.selectedChanged.emit(date);
1271
+ }
1272
+ };
1273
+ /**
1274
+ * Register an input with this datepicker.
1275
+ * @param {?} input The datepicker input to register with this datepicker.
1276
+ * @return {?}
1277
+ */
1278
+ MatDatepicker.prototype._registerInput = function (input) {
1279
+ var _this = this;
1280
+ if (this._datepickerInput) {
1281
+ throw Error('An MatDatepicker can only be associated with a single input.');
1282
+ }
1283
+ this._datepickerInput = input;
1284
+ this._inputSubscription =
1285
+ this._datepickerInput._valueChange.subscribe(function (value) { return _this._selected = value; });
1286
+ };
1287
+ /**
1288
+ * Open the calendar.
1289
+ * @return {?}
1290
+ */
1291
+ MatDatepicker.prototype.open = function () {
1292
+ if (this.opened || this.disabled) {
1293
+ return;
1294
+ }
1295
+ if (!this._datepickerInput) {
1296
+ throw Error('Attempted to open an MatDatepicker with no associated input.');
1297
+ }
1298
+ if (this._document) {
1299
+ this._focusedElementBeforeOpen = this._document.activeElement;
1300
+ }
1301
+ this.touchUi ? this._openAsDialog() : this._openAsPopup();
1302
+ this.opened = true;
1303
+ };
1304
+ /**
1305
+ * Close the calendar.
1306
+ * @return {?}
1307
+ */
1308
+ MatDatepicker.prototype.close = function () {
1309
+ if (!this.opened) {
1310
+ return;
1311
+ }
1312
+ if (this._popupRef && this._popupRef.hasAttached()) {
1313
+ this._popupRef.detach();
1314
+ }
1315
+ if (this._dialogRef) {
1316
+ this._dialogRef.close();
1317
+ this._dialogRef = null;
1318
+ }
1319
+ if (this._calendarPortal && this._calendarPortal.isAttached) {
1320
+ this._calendarPortal.detach();
1321
+ }
1322
+ if (this._focusedElementBeforeOpen &&
1323
+ typeof this._focusedElementBeforeOpen.focus === 'function') {
1324
+ this._focusedElementBeforeOpen.focus();
1325
+ this._focusedElementBeforeOpen = null;
1326
+ }
1327
+ this.opened = false;
1328
+ };
1329
+ /**
1330
+ * Open the calendar as a dialog.
1331
+ * @return {?}
1332
+ */
1333
+ MatDatepicker.prototype._openAsDialog = function () {
1334
+ var _this = this;
1335
+ this._dialogRef = this._dialog.open(MatDatepickerContent, {
1336
+ direction: this._dir ? this._dir.value : 'ltr',
1337
+ viewContainerRef: this._viewContainerRef,
1338
+ panelClass: 'mat-datepicker-dialog',
1339
+ });
1340
+ this._dialogRef.afterClosed().subscribe(function () { return _this.close(); });
1341
+ this._dialogRef.componentInstance.datepicker = this;
1342
+ };
1343
+ /**
1344
+ * Open the calendar as a popup.
1345
+ * @return {?}
1346
+ */
1347
+ MatDatepicker.prototype._openAsPopup = function () {
1348
+ var _this = this;
1349
+ if (!this._calendarPortal) {
1350
+ this._calendarPortal = new ComponentPortal(MatDatepickerContent, this._viewContainerRef);
1351
+ }
1352
+ if (!this._popupRef) {
1353
+ this._createPopup();
1354
+ }
1355
+ if (!this._popupRef.hasAttached()) {
1356
+ var /** @type {?} */ componentRef = this._popupRef.attach(this._calendarPortal);
1357
+ componentRef.instance.datepicker = this;
1358
+ // Update the position once the calendar has rendered.
1359
+ first$1.call(this._ngZone.onStable.asObservable()).subscribe(function () {
1360
+ _this._popupRef.updatePosition();
1361
+ });
1362
+ }
1363
+ this._popupRef.backdropClick().subscribe(function () { return _this.close(); });
1364
+ };
1365
+ /**
1366
+ * Create the popup.
1367
+ * @return {?}
1368
+ */
1369
+ MatDatepicker.prototype._createPopup = function () {
1370
+ var /** @type {?} */ overlayConfig = new OverlayConfig({
1371
+ positionStrategy: this._createPopupPositionStrategy(),
1372
+ hasBackdrop: true,
1373
+ backdropClass: 'mat-overlay-transparent-backdrop',
1374
+ direction: this._dir ? this._dir.value : 'ltr',
1375
+ scrollStrategy: this._scrollStrategy(),
1376
+ panelClass: 'mat-datepicker-popup',
1377
+ });
1378
+ this._popupRef = this._overlay.create(overlayConfig);
1379
+ };
1380
+ /**
1381
+ * Create the popup PositionStrategy.
1382
+ * @return {?}
1383
+ */
1384
+ MatDatepicker.prototype._createPopupPositionStrategy = function () {
1385
+ return this._overlay.position()
1386
+ .connectedTo(this._datepickerInput.getPopupConnectionElementRef(), { originX: 'start', originY: 'bottom' }, { overlayX: 'start', overlayY: 'top' })
1387
+ .withFallbackPosition({ originX: 'start', originY: 'top' }, { overlayX: 'start', overlayY: 'bottom' })
1388
+ .withFallbackPosition({ originX: 'end', originY: 'bottom' }, { overlayX: 'end', overlayY: 'top' })
1389
+ .withFallbackPosition({ originX: 'end', originY: 'top' }, { overlayX: 'end', overlayY: 'bottom' });
1390
+ };
1391
+ MatDatepicker.decorators = [
1392
+ { type: Component, args: [{selector: 'mat-datepicker',
1393
+ template: '',
1394
+ exportAs: 'matDatepicker',
1395
+ changeDetection: ChangeDetectionStrategy.OnPush,
1396
+ encapsulation: ViewEncapsulation.None,
1397
+ preserveWhitespaces: false,
1398
+ },] },
1399
+ ];
1400
+ /**
1401
+ * @nocollapse
1402
+ */
1403
+ MatDatepicker.ctorParameters = function () { return [
1404
+ { type: MatDialog, },
1405
+ { type: Overlay, },
1406
+ { type: NgZone, },
1407
+ { type: ViewContainerRef, },
1408
+ { type: undefined, decorators: [{ type: Inject, args: [MAT_DATEPICKER_SCROLL_STRATEGY,] },] },
1409
+ { type: DateAdapter, decorators: [{ type: Optional },] },
1410
+ { type: Directionality, decorators: [{ type: Optional },] },
1411
+ { type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [DOCUMENT,] },] },
1412
+ ]; };
1413
+ MatDatepicker.propDecorators = {
1414
+ 'startAt': [{ type: Input },],
1415
+ 'startView': [{ type: Input },],
1416
+ 'touchUi': [{ type: Input },],
1417
+ 'disabled': [{ type: Input },],
1418
+ 'selectedChanged': [{ type: Output },],
1419
+ };
1420
+ return MatDatepicker;
1421
+ }());
1422
+
1423
+ var MAT_DATEPICKER_VALUE_ACCESSOR = {
1424
+ provide: NG_VALUE_ACCESSOR,
1425
+ useExisting: forwardRef(function () { return MatDatepickerInput; }),
1426
+ multi: true
1427
+ };
1428
+ var MAT_DATEPICKER_VALIDATORS = {
1429
+ provide: NG_VALIDATORS,
1430
+ useExisting: forwardRef(function () { return MatDatepickerInput; }),
1431
+ multi: true
1432
+ };
1433
+ /**
1434
+ * An event used for datepicker input and change events. We don't always have access to a native
1435
+ * input or change event because the event may have been triggered by the user clicking on the
1436
+ * calendar popup. For consistency, we always use MatDatepickerInputEvent instead.
1437
+ */
1438
+ var MatDatepickerInputEvent = (function () {
1439
+ /**
1440
+ * @param {?} target
1441
+ * @param {?} targetElement
1442
+ */
1443
+ function MatDatepickerInputEvent(target, targetElement) {
1444
+ this.target = target;
1445
+ this.targetElement = targetElement;
1446
+ this.value = this.target.value;
1447
+ }
1448
+ return MatDatepickerInputEvent;
1449
+ }());
1450
+ /**
1451
+ * Directive used to connect an input to a MatDatepicker.
1452
+ */
1453
+ var MatDatepickerInput = (function () {
1454
+ /**
1455
+ * @param {?} _elementRef
1456
+ * @param {?} _renderer
1457
+ * @param {?} _dateAdapter
1458
+ * @param {?} _dateFormats
1459
+ * @param {?} _formField
1460
+ */
1461
+ function MatDatepickerInput(_elementRef, _renderer, _dateAdapter, _dateFormats, _formField) {
1462
+ var _this = this;
1463
+ this._elementRef = _elementRef;
1464
+ this._renderer = _renderer;
1465
+ this._dateAdapter = _dateAdapter;
1466
+ this._dateFormats = _dateFormats;
1467
+ this._formField = _formField;
1468
+ /**
1469
+ * Emits when a `change` event is fired on this `<input>`.
1470
+ */
1471
+ this.dateChange = new EventEmitter();
1472
+ /**
1473
+ * Emits when an `input` event is fired on this `<input>`.
1474
+ */
1475
+ this.dateInput = new EventEmitter();
1476
+ /**
1477
+ * Emits when the value changes (either due to user input or programmatic change).
1478
+ */
1479
+ this._valueChange = new EventEmitter();
1480
+ /**
1481
+ * Emits when the disabled state has changed
1482
+ */
1483
+ this._disabledChange = new EventEmitter();
1484
+ this._onTouched = function () { };
1485
+ this._cvaOnChange = function () { };
1486
+ this._validatorOnChange = function () { };
1487
+ this._datepickerSubscription = Subscription.EMPTY;
1488
+ this._localeSubscription = Subscription.EMPTY;
1489
+ /**
1490
+ * The form control validator for whether the input parses.
1491
+ */
1492
+ this._parseValidator = function () {
1493
+ return _this._lastValueValid ?
1494
+ null : { 'matDatepickerParse': { 'text': _this._elementRef.nativeElement.value } };
1495
+ };
1496
+ /**
1497
+ * The form control validator for the min date.
1498
+ */
1499
+ this._minValidator = function (control) {
1500
+ var controlValue = coerceDateProperty(_this._dateAdapter, control.value);
1501
+ return (!_this.min || !controlValue ||
1502
+ _this._dateAdapter.compareDate(_this.min, controlValue) <= 0) ?
1503
+ null : { 'matDatepickerMin': { 'min': _this.min, 'actual': controlValue } };
1504
+ };
1505
+ /**
1506
+ * The form control validator for the max date.
1507
+ */
1508
+ this._maxValidator = function (control) {
1509
+ var controlValue = coerceDateProperty(_this._dateAdapter, control.value);
1510
+ return (!_this.max || !controlValue ||
1511
+ _this._dateAdapter.compareDate(_this.max, controlValue) >= 0) ?
1512
+ null : { 'matDatepickerMax': { 'max': _this.max, 'actual': controlValue } };
1513
+ };
1514
+ /**
1515
+ * The form control validator for the date filter.
1516
+ */
1517
+ this._filterValidator = function (control) {
1518
+ var controlValue = coerceDateProperty(_this._dateAdapter, control.value);
1519
+ return !_this._dateFilter || !controlValue || _this._dateFilter(controlValue) ?
1520
+ null : { 'matDatepickerFilter': true };
1521
+ };
1522
+ /**
1523
+ * The combined form control validator for this input.
1524
+ */
1525
+ this._validator = Validators.compose([this._parseValidator, this._minValidator, this._maxValidator, this._filterValidator]);
1526
+ /**
1527
+ * Whether the last value set on the input was valid.
1528
+ */
1529
+ this._lastValueValid = false;
1530
+ if (!this._dateAdapter) {
1531
+ throw createMissingDateImplError('DateAdapter');
1532
+ }
1533
+ if (!this._dateFormats) {
1534
+ throw createMissingDateImplError('MAT_DATE_FORMATS');
1535
+ }
1536
+ // Update the displayed date when the locale changes.
1537
+ this._localeSubscription = _dateAdapter.localeChanges.subscribe(function () {
1538
+ _this.value = _this.value;
1539
+ });
1540
+ }
1541
+ Object.defineProperty(MatDatepickerInput.prototype, "matDatepicker", {
1542
+ /**
1543
+ * The datepicker that this input is associated with.
1544
+ * @param {?} value
1545
+ * @return {?}
1546
+ */
1547
+ set: function (value) {
1548
+ this.registerDatepicker(value);
1549
+ },
1550
+ enumerable: true,
1551
+ configurable: true
1552
+ });
1553
+ /**
1554
+ * @param {?} value
1555
+ * @return {?}
1556
+ */
1557
+ MatDatepickerInput.prototype.registerDatepicker = function (value) {
1558
+ if (value) {
1559
+ this._datepicker = value;
1560
+ this._datepicker._registerInput(this);
1561
+ }
1562
+ };
1563
+ Object.defineProperty(MatDatepickerInput.prototype, "matDatepickerFilter", {
1564
+ /**
1565
+ * @param {?} filter
1566
+ * @return {?}
1567
+ */
1568
+ set: function (filter) {
1569
+ this._dateFilter = filter;
1570
+ this._validatorOnChange();
1571
+ },
1572
+ enumerable: true,
1573
+ configurable: true
1574
+ });
1575
+ Object.defineProperty(MatDatepickerInput.prototype, "value", {
1576
+ /**
1577
+ * The value of the input.
1578
+ * @return {?}
1579
+ */
1580
+ get: function () {
1581
+ return this._value;
1582
+ },
1583
+ /**
1584
+ * @param {?} value
1585
+ * @return {?}
1586
+ */
1587
+ set: function (value) {
1588
+ value = coerceDateProperty(this._dateAdapter, value);
1589
+ this._lastValueValid = !value || this._dateAdapter.isValid(value);
1590
+ value = this._getValidDateOrNull(value);
1591
+ var /** @type {?} */ oldDate = this.value;
1592
+ this._value = value;
1593
+ this._renderer.setProperty(this._elementRef.nativeElement, 'value', value ? this._dateAdapter.format(value, this._dateFormats.display.dateInput) : '');
1594
+ if (!this._dateAdapter.sameDate(oldDate, value)) {
1595
+ this._valueChange.emit(value);
1596
+ }
1597
+ },
1598
+ enumerable: true,
1599
+ configurable: true
1600
+ });
1601
+ Object.defineProperty(MatDatepickerInput.prototype, "min", {
1602
+ /**
1603
+ * The minimum valid date.
1604
+ * @return {?}
1605
+ */
1606
+ get: function () { return this._min; },
1607
+ /**
1608
+ * @param {?} value
1609
+ * @return {?}
1610
+ */
1611
+ set: function (value) {
1612
+ this._min = coerceDateProperty(this._dateAdapter, value);
1613
+ this._validatorOnChange();
1614
+ },
1615
+ enumerable: true,
1616
+ configurable: true
1617
+ });
1618
+ Object.defineProperty(MatDatepickerInput.prototype, "max", {
1619
+ /**
1620
+ * The maximum valid date.
1621
+ * @return {?}
1622
+ */
1623
+ get: function () { return this._max; },
1624
+ /**
1625
+ * @param {?} value
1626
+ * @return {?}
1627
+ */
1628
+ set: function (value) {
1629
+ this._max = coerceDateProperty(this._dateAdapter, value);
1630
+ this._validatorOnChange();
1631
+ },
1632
+ enumerable: true,
1633
+ configurable: true
1634
+ });
1635
+ Object.defineProperty(MatDatepickerInput.prototype, "disabled", {
1636
+ /**
1637
+ * Whether the datepicker-input is disabled.
1638
+ * @return {?}
1639
+ */
1640
+ get: function () { return this._disabled; },
1641
+ /**
1642
+ * @param {?} value
1643
+ * @return {?}
1644
+ */
1645
+ set: function (value) {
1646
+ var /** @type {?} */ newValue = coerceBooleanProperty(value);
1647
+ if (this._disabled !== newValue) {
1648
+ this._disabled = newValue;
1649
+ this._disabledChange.emit(newValue);
1650
+ }
1651
+ },
1652
+ enumerable: true,
1653
+ configurable: true
1654
+ });
1655
+ /**
1656
+ * @return {?}
1657
+ */
1658
+ MatDatepickerInput.prototype.ngAfterContentInit = function () {
1659
+ var _this = this;
1660
+ if (this._datepicker) {
1661
+ this._datepickerSubscription =
1662
+ this._datepicker.selectedChanged.subscribe(function (selected) {
1663
+ _this.value = selected;
1664
+ _this._cvaOnChange(selected);
1665
+ _this._onTouched();
1666
+ _this.dateInput.emit(new MatDatepickerInputEvent(_this, _this._elementRef.nativeElement));
1667
+ _this.dateChange.emit(new MatDatepickerInputEvent(_this, _this._elementRef.nativeElement));
1668
+ });
1669
+ }
1670
+ };
1671
+ /**
1672
+ * @return {?}
1673
+ */
1674
+ MatDatepickerInput.prototype.ngOnDestroy = function () {
1675
+ this._datepickerSubscription.unsubscribe();
1676
+ this._localeSubscription.unsubscribe();
1677
+ this._valueChange.complete();
1678
+ this._disabledChange.complete();
1679
+ };
1680
+ /**
1681
+ * @param {?} fn
1682
+ * @return {?}
1683
+ */
1684
+ MatDatepickerInput.prototype.registerOnValidatorChange = function (fn) {
1685
+ this._validatorOnChange = fn;
1686
+ };
1687
+ /**
1688
+ * @param {?} c
1689
+ * @return {?}
1690
+ */
1691
+ MatDatepickerInput.prototype.validate = function (c) {
1692
+ return this._validator ? this._validator(c) : null;
1693
+ };
1694
+ /**
1695
+ * Gets the element that the datepicker popup should be connected to.
1696
+ * @return {?} The element to connect the popup to.
1697
+ */
1698
+ MatDatepickerInput.prototype.getPopupConnectionElementRef = function () {
1699
+ return this._formField ? this._formField.underlineRef : this._elementRef;
1700
+ };
1701
+ /**
1702
+ * @param {?} value
1703
+ * @return {?}
1704
+ */
1705
+ MatDatepickerInput.prototype.writeValue = function (value) {
1706
+ this.value = value;
1707
+ };
1708
+ /**
1709
+ * @param {?} fn
1710
+ * @return {?}
1711
+ */
1712
+ MatDatepickerInput.prototype.registerOnChange = function (fn) {
1713
+ this._cvaOnChange = fn;
1714
+ };
1715
+ /**
1716
+ * @param {?} fn
1717
+ * @return {?}
1718
+ */
1719
+ MatDatepickerInput.prototype.registerOnTouched = function (fn) {
1720
+ this._onTouched = fn;
1721
+ };
1722
+ /**
1723
+ * @param {?} disabled
1724
+ * @return {?}
1725
+ */
1726
+ MatDatepickerInput.prototype.setDisabledState = function (disabled) {
1727
+ this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', disabled);
1728
+ };
1729
+ /**
1730
+ * @param {?} event
1731
+ * @return {?}
1732
+ */
1733
+ MatDatepickerInput.prototype._onKeydown = function (event) {
1734
+ if (event.altKey && event.keyCode === DOWN_ARROW) {
1735
+ this._datepicker.open();
1736
+ event.preventDefault();
1737
+ }
1738
+ };
1739
+ /**
1740
+ * @param {?} value
1741
+ * @return {?}
1742
+ */
1743
+ MatDatepickerInput.prototype._onInput = function (value) {
1744
+ var /** @type {?} */ date = this._dateAdapter.parse(value, this._dateFormats.parse.dateInput);
1745
+ this._lastValueValid = !date || this._dateAdapter.isValid(date);
1746
+ date = this._getValidDateOrNull(date);
1747
+ this._value = date;
1748
+ this._cvaOnChange(date);
1749
+ this._valueChange.emit(date);
1750
+ this.dateInput.emit(new MatDatepickerInputEvent(this, this._elementRef.nativeElement));
1751
+ };
1752
+ /**
1753
+ * @return {?}
1754
+ */
1755
+ MatDatepickerInput.prototype._onChange = function () {
1756
+ this.dateChange.emit(new MatDatepickerInputEvent(this, this._elementRef.nativeElement));
1757
+ };
1758
+ /**
1759
+ * @param {?} obj The object to check.
1760
+ * @return {?} The given object if it is both a date instance and valid, otherwise null.
1761
+ */
1762
+ MatDatepickerInput.prototype._getValidDateOrNull = function (obj) {
1763
+ return (this._dateAdapter.isDateInstance(obj) && this._dateAdapter.isValid(obj)) ? obj : null;
1764
+ };
1765
+ MatDatepickerInput.decorators = [
1766
+ { type: Directive, args: [{
1767
+ selector: 'input[matDatepicker]',
1768
+ providers: [MAT_DATEPICKER_VALUE_ACCESSOR, MAT_DATEPICKER_VALIDATORS],
1769
+ host: {
1770
+ '[attr.aria-haspopup]': 'true',
1771
+ '[attr.aria-owns]': '(_datepicker?.opened && _datepicker.id) || null',
1772
+ '[attr.min]': 'min ? _dateAdapter.toIso8601(min) : null',
1773
+ '[attr.max]': 'max ? _dateAdapter.toIso8601(max) : null',
1774
+ '[disabled]': 'disabled',
1775
+ '(input)': '_onInput($event.target.value)',
1776
+ '(change)': '_onChange()',
1777
+ '(blur)': '_onTouched()',
1778
+ '(keydown)': '_onKeydown($event)',
1779
+ },
1780
+ exportAs: 'matDatepickerInput',
1781
+ },] },
1782
+ ];
1783
+ /**
1784
+ * @nocollapse
1785
+ */
1786
+ MatDatepickerInput.ctorParameters = function () { return [
1787
+ { type: ElementRef, },
1788
+ { type: Renderer2, },
1789
+ { type: DateAdapter, decorators: [{ type: Optional },] },
1790
+ { type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [MAT_DATE_FORMATS,] },] },
1791
+ { type: MatFormField, decorators: [{ type: Optional },] },
1792
+ ]; };
1793
+ MatDatepickerInput.propDecorators = {
1794
+ 'matDatepicker': [{ type: Input },],
1795
+ 'matDatepickerFilter': [{ type: Input },],
1796
+ 'value': [{ type: Input },],
1797
+ 'min': [{ type: Input },],
1798
+ 'max': [{ type: Input },],
1799
+ 'disabled': [{ type: Input },],
1800
+ 'dateChange': [{ type: Output },],
1801
+ 'dateInput': [{ type: Output },],
1802
+ };
1803
+ return MatDatepickerInput;
1804
+ }());
1805
+
1806
+ var MatDatepickerToggle = (function () {
1807
+ /**
1808
+ * @param {?} _intl
1809
+ * @param {?} _changeDetectorRef
1810
+ */
1811
+ function MatDatepickerToggle(_intl, _changeDetectorRef) {
1812
+ this._intl = _intl;
1813
+ this._changeDetectorRef = _changeDetectorRef;
1814
+ this._stateChanges = Subscription.EMPTY;
1815
+ }
1816
+ Object.defineProperty(MatDatepickerToggle.prototype, "disabled", {
1817
+ /**
1818
+ * Whether the toggle button is disabled.
1819
+ * @return {?}
1820
+ */
1821
+ get: function () {
1822
+ return this._disabled === undefined ? this.datepicker.disabled : this._disabled;
1823
+ },
1824
+ /**
1825
+ * @param {?} value
1826
+ * @return {?}
1827
+ */
1828
+ set: function (value) {
1829
+ this._disabled = coerceBooleanProperty(value);
1830
+ },
1831
+ enumerable: true,
1832
+ configurable: true
1833
+ });
1834
+ /**
1835
+ * @param {?} changes
1836
+ * @return {?}
1837
+ */
1838
+ MatDatepickerToggle.prototype.ngOnChanges = function (changes) {
1839
+ var _this = this;
1840
+ if (changes.datepicker) {
1841
+ var /** @type {?} */ datepicker = changes.datepicker.currentValue;
1842
+ var /** @type {?} */ datepickerDisabled = datepicker ? datepicker._disabledChange : of();
1843
+ var /** @type {?} */ inputDisabled = datepicker && datepicker._datepickerInput ?
1844
+ datepicker._datepickerInput._disabledChange :
1845
+ of();
1846
+ this._stateChanges.unsubscribe();
1847
+ this._stateChanges = merge(this._intl.changes, datepickerDisabled, inputDisabled)
1848
+ .subscribe(function () { return _this._changeDetectorRef.markForCheck(); });
1849
+ }
1850
+ };
1851
+ /**
1852
+ * @return {?}
1853
+ */
1854
+ MatDatepickerToggle.prototype.ngOnDestroy = function () {
1855
+ this._stateChanges.unsubscribe();
1856
+ };
1857
+ /**
1858
+ * @param {?} event
1859
+ * @return {?}
1860
+ */
1861
+ MatDatepickerToggle.prototype._open = function (event) {
1862
+ if (this.datepicker && !this.disabled) {
1863
+ this.datepicker.open();
1864
+ event.stopPropagation();
1865
+ }
1866
+ };
1867
+ MatDatepickerToggle.decorators = [
1868
+ { type: Component, args: [{selector: 'mat-datepicker-toggle',
1869
+ template: "<button mat-icon-button type=\"button\" [attr.aria-label]=\"_intl.openCalendarLabel\" [disabled]=\"disabled\" (click)=\"_open($event)\"><mat-icon><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"100%\" height=\"100%\" fill=\"currentColor\" style=\"vertical-align: top\" focusable=\"false\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z\"/></svg></mat-icon></button>",
1870
+ host: {
1871
+ 'class': 'mat-datepicker-toggle',
1872
+ },
1873
+ encapsulation: ViewEncapsulation.None,
1874
+ preserveWhitespaces: false,
1875
+ changeDetection: ChangeDetectionStrategy.OnPush,
1876
+ },] },
1877
+ ];
1878
+ /**
1879
+ * @nocollapse
1880
+ */
1881
+ MatDatepickerToggle.ctorParameters = function () { return [
1882
+ { type: MatDatepickerIntl, },
1883
+ { type: ChangeDetectorRef, },
1884
+ ]; };
1885
+ MatDatepickerToggle.propDecorators = {
1886
+ 'datepicker': [{ type: Input, args: ['for',] },],
1887
+ 'disabled': [{ type: Input },],
1888
+ };
1889
+ return MatDatepickerToggle;
1890
+ }());
1891
+
1892
+ var MatDatepickerModule = (function () {
1893
+ function MatDatepickerModule() {
1894
+ }
1895
+ MatDatepickerModule.decorators = [
1896
+ { type: NgModule, args: [{
1897
+ imports: [
1898
+ CommonModule,
1899
+ MatButtonModule,
1900
+ MatDialogModule,
1901
+ MatIconModule,
1902
+ OverlayModule,
1903
+ A11yModule,
1904
+ ],
1905
+ exports: [
1906
+ MatCalendar,
1907
+ MatCalendarBody,
1908
+ MatDatepicker,
1909
+ MatDatepickerContent,
1910
+ MatDatepickerInput,
1911
+ MatDatepickerToggle,
1912
+ MatMonthView,
1913
+ MatYearView,
1914
+ ],
1915
+ declarations: [
1916
+ MatCalendar,
1917
+ MatCalendarBody,
1918
+ MatDatepicker,
1919
+ MatDatepickerContent,
1920
+ MatDatepickerInput,
1921
+ MatDatepickerToggle,
1922
+ MatMonthView,
1923
+ MatYearView,
1924
+ ],
1925
+ providers: [
1926
+ MatDatepickerIntl,
1927
+ MAT_DATEPICKER_SCROLL_STRATEGY_PROVIDER,
1928
+ ],
1929
+ entryComponents: [
1930
+ MatDatepickerContent,
1931
+ ]
1932
+ },] },
1933
+ ];
1934
+ /**
1935
+ * @nocollapse
1936
+ */
1937
+ MatDatepickerModule.ctorParameters = function () { return []; };
1938
+ return MatDatepickerModule;
1939
+ }());
1940
+
1941
+ /**
1942
+ * Generated bundle index. Do not edit.
1943
+ */
1944
+
1945
+ export { MatDatepickerModule, MatCalendar, MatCalendarCell, MatCalendarBody, coerceDateProperty, MAT_DATEPICKER_SCROLL_STRATEGY, MAT_DATEPICKER_SCROLL_STRATEGY_PROVIDER_FACTORY, MAT_DATEPICKER_SCROLL_STRATEGY_PROVIDER, MatDatepickerContent, MatDatepicker, MAT_DATEPICKER_VALUE_ACCESSOR, MAT_DATEPICKER_VALIDATORS, MatDatepickerInputEvent, MatDatepickerInput, MatDatepickerIntl, MatDatepickerToggle, MatMonthView, MatYearView };
1946
+ //# sourceMappingURL=datepicker.es5.js.map