@angular/material 10.0.2 → 10.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (521) hide show
  1. package/_theming.scss +14 -9
  2. package/autocomplete/index.metadata.json +1 -1
  3. package/autocomplete/testing/autocomplete-harness.d.ts +2 -0
  4. package/bundles/material-autocomplete-testing.umd.js +327 -248
  5. package/bundles/material-autocomplete-testing.umd.js.map +1 -1
  6. package/bundles/material-autocomplete-testing.umd.min.js +2 -9
  7. package/bundles/material-autocomplete-testing.umd.min.js.map +1 -1
  8. package/bundles/material-autocomplete.umd.js +421 -355
  9. package/bundles/material-autocomplete.umd.js.map +1 -1
  10. package/bundles/material-autocomplete.umd.min.js +2 -24
  11. package/bundles/material-autocomplete.umd.min.js.map +1 -1
  12. package/bundles/material-badge-testing.umd.js +301 -235
  13. package/bundles/material-badge-testing.umd.js.map +1 -1
  14. package/bundles/material-badge-testing.umd.min.js +2 -9
  15. package/bundles/material-badge-testing.umd.min.js.map +1 -1
  16. package/bundles/material-badge.umd.js +344 -278
  17. package/bundles/material-badge.umd.js.map +1 -1
  18. package/bundles/material-badge.umd.min.js +3 -3
  19. package/bundles/material-badge.umd.min.js.map +1 -1
  20. package/bundles/material-bottom-sheet-testing.umd.js +302 -236
  21. package/bundles/material-bottom-sheet-testing.umd.js.map +1 -1
  22. package/bundles/material-bottom-sheet-testing.umd.min.js +2 -9
  23. package/bundles/material-bottom-sheet-testing.umd.min.js.map +1 -1
  24. package/bundles/material-bottom-sheet.umd.js +361 -288
  25. package/bundles/material-bottom-sheet.umd.js.map +1 -1
  26. package/bundles/material-bottom-sheet.umd.min.js +17 -2
  27. package/bundles/material-bottom-sheet.umd.min.js.map +1 -1
  28. package/bundles/material-button-testing.umd.js +321 -244
  29. package/bundles/material-button-testing.umd.js.map +1 -1
  30. package/bundles/material-button-testing.umd.min.js +2 -9
  31. package/bundles/material-button-testing.umd.min.js.map +1 -1
  32. package/bundles/material-button-toggle-testing.umd.js +315 -245
  33. package/bundles/material-button-toggle-testing.umd.js.map +1 -1
  34. package/bundles/material-button-toggle-testing.umd.min.js +3 -17
  35. package/bundles/material-button-toggle-testing.umd.min.js.map +1 -1
  36. package/bundles/material-button-toggle.umd.js +394 -318
  37. package/bundles/material-button-toggle.umd.js.map +1 -1
  38. package/bundles/material-button-toggle.umd.min.js +2 -10
  39. package/bundles/material-button-toggle.umd.min.js.map +1 -1
  40. package/bundles/material-button.umd.js +375 -304
  41. package/bundles/material-button.umd.js.map +1 -1
  42. package/bundles/material-button.umd.min.js +3 -11
  43. package/bundles/material-button.umd.min.js.map +1 -1
  44. package/bundles/material-card-testing.umd.js +399 -0
  45. package/bundles/material-card-testing.umd.js.map +1 -0
  46. package/bundles/material-card-testing.umd.min.js +37 -0
  47. package/bundles/material-card-testing.umd.min.js.map +1 -0
  48. package/bundles/material-card.umd.js +139 -139
  49. package/bundles/material-card.umd.js.map +1 -1
  50. package/bundles/material-card.umd.min.js +2 -2
  51. package/bundles/material-card.umd.min.js.map +1 -1
  52. package/bundles/material-checkbox-testing.umd.js +313 -236
  53. package/bundles/material-checkbox-testing.umd.js.map +1 -1
  54. package/bundles/material-checkbox-testing.umd.min.js +2 -9
  55. package/bundles/material-checkbox-testing.umd.min.js.map +1 -1
  56. package/bundles/material-checkbox.umd.js +370 -311
  57. package/bundles/material-checkbox.umd.js.map +1 -1
  58. package/bundles/material-checkbox.umd.min.js +2 -9
  59. package/bundles/material-checkbox.umd.min.js.map +1 -1
  60. package/bundles/material-chips.umd.js +625 -542
  61. package/bundles/material-chips.umd.js.map +1 -1
  62. package/bundles/material-chips.umd.min.js +19 -4
  63. package/bundles/material-chips.umd.min.js.map +1 -1
  64. package/bundles/material-core-testing.umd.js +304 -245
  65. package/bundles/material-core-testing.umd.js.map +1 -1
  66. package/bundles/material-core-testing.umd.min.js +3 -17
  67. package/bundles/material-core-testing.umd.min.js.map +1 -1
  68. package/bundles/material-core.umd.js +563 -510
  69. package/bundles/material-core.umd.js.map +1 -1
  70. package/bundles/material-core.umd.min.js +37 -12
  71. package/bundles/material-core.umd.min.js.map +1 -1
  72. package/bundles/material-datepicker.umd.js +935 -880
  73. package/bundles/material-datepicker.umd.js.map +1 -1
  74. package/bundles/material-datepicker.umd.min.js +44 -10
  75. package/bundles/material-datepicker.umd.min.js.map +1 -1
  76. package/bundles/material-dialog-testing.umd.js +303 -237
  77. package/bundles/material-dialog-testing.umd.js.map +1 -1
  78. package/bundles/material-dialog-testing.umd.min.js +2 -9
  79. package/bundles/material-dialog-testing.umd.min.js.map +1 -1
  80. package/bundles/material-dialog.umd.js +438 -376
  81. package/bundles/material-dialog.umd.js.map +1 -1
  82. package/bundles/material-dialog.umd.min.js +15 -14
  83. package/bundles/material-dialog.umd.min.js.map +1 -1
  84. package/bundles/material-divider-testing.umd.js +300 -234
  85. package/bundles/material-divider-testing.umd.js.map +1 -1
  86. package/bundles/material-divider-testing.umd.min.js +2 -9
  87. package/bundles/material-divider-testing.umd.min.js.map +1 -1
  88. package/bundles/material-divider.umd.js +28 -28
  89. package/bundles/material-divider.umd.js.map +1 -1
  90. package/bundles/material-divider.umd.min.js +2 -9
  91. package/bundles/material-divider.umd.min.js.map +1 -1
  92. package/bundles/material-expansion-testing.umd.js +314 -246
  93. package/bundles/material-expansion-testing.umd.js.map +1 -1
  94. package/bundles/material-expansion-testing.umd.min.js +2 -10
  95. package/bundles/material-expansion-testing.umd.min.js.map +1 -1
  96. package/bundles/material-expansion.umd.js +459 -400
  97. package/bundles/material-expansion.umd.js.map +1 -1
  98. package/bundles/material-expansion.umd.min.js +11 -3
  99. package/bundles/material-expansion.umd.min.js.map +1 -1
  100. package/bundles/material-form-field-testing-control.umd.js +299 -233
  101. package/bundles/material-form-field-testing-control.umd.js.map +1 -1
  102. package/bundles/material-form-field-testing-control.umd.min.js.map +1 -1
  103. package/bundles/material-form-field-testing.umd.js +301 -235
  104. package/bundles/material-form-field-testing.umd.js.map +1 -1
  105. package/bundles/material-form-field-testing.umd.min.js +3 -10
  106. package/bundles/material-form-field-testing.umd.min.js.map +1 -1
  107. package/bundles/material-form-field.umd.js +493 -406
  108. package/bundles/material-form-field.umd.js.map +1 -1
  109. package/bundles/material-form-field.umd.min.js +36 -5
  110. package/bundles/material-form-field.umd.min.js.map +1 -1
  111. package/bundles/material-grid-list-testing.umd.js +311 -252
  112. package/bundles/material-grid-list-testing.umd.js.map +1 -1
  113. package/bundles/material-grid-list-testing.umd.min.js +2 -17
  114. package/bundles/material-grid-list-testing.umd.min.js.map +1 -1
  115. package/bundles/material-grid-list.umd.js +409 -336
  116. package/bundles/material-grid-list.umd.js.map +1 -1
  117. package/bundles/material-grid-list.umd.min.js +19 -4
  118. package/bundles/material-grid-list.umd.min.js.map +1 -1
  119. package/bundles/material-icon-testing.umd.js +8 -8
  120. package/bundles/material-icon-testing.umd.js.map +1 -1
  121. package/bundles/material-icon-testing.umd.min.js +2 -2
  122. package/bundles/material-icon-testing.umd.min.js.map +1 -1
  123. package/bundles/material-icon.umd.js +349 -283
  124. package/bundles/material-icon.umd.js.map +1 -1
  125. package/bundles/material-icon.umd.min.js +2 -9
  126. package/bundles/material-icon.umd.min.js.map +1 -1
  127. package/bundles/material-input-testing.umd.js +326 -243
  128. package/bundles/material-input-testing.umd.js.map +1 -1
  129. package/bundles/material-input-testing.umd.min.js +2 -9
  130. package/bundles/material-input-testing.umd.min.js.map +1 -1
  131. package/bundles/material-input.umd.js +409 -326
  132. package/bundles/material-input.umd.js.map +1 -1
  133. package/bundles/material-input.umd.min.js +5 -19
  134. package/bundles/material-input.umd.min.js.map +1 -1
  135. package/bundles/material-list-testing.umd.js +366 -303
  136. package/bundles/material-list-testing.umd.js.map +1 -1
  137. package/bundles/material-list-testing.umd.min.js +2 -2
  138. package/bundles/material-list-testing.umd.min.js.map +1 -1
  139. package/bundles/material-list.umd.js +492 -433
  140. package/bundles/material-list.umd.js.map +1 -1
  141. package/bundles/material-list.umd.min.js +2 -10
  142. package/bundles/material-list.umd.min.js.map +1 -1
  143. package/bundles/material-menu-testing.umd.js +327 -239
  144. package/bundles/material-menu-testing.umd.js.map +1 -1
  145. package/bundles/material-menu-testing.umd.min.js +2 -10
  146. package/bundles/material-menu-testing.umd.min.js.map +1 -1
  147. package/bundles/material-menu.umd.js +483 -408
  148. package/bundles/material-menu.umd.js.map +1 -1
  149. package/bundles/material-menu.umd.min.js +5 -4
  150. package/bundles/material-menu.umd.min.js.map +1 -1
  151. package/bundles/material-paginator-testing.umd.js +302 -236
  152. package/bundles/material-paginator-testing.umd.js.map +1 -1
  153. package/bundles/material-paginator-testing.umd.min.js +2 -9
  154. package/bundles/material-paginator-testing.umd.min.js.map +1 -1
  155. package/bundles/material-paginator.umd.js +345 -279
  156. package/bundles/material-paginator.umd.js.map +1 -1
  157. package/bundles/material-paginator.umd.min.js +2 -9
  158. package/bundles/material-paginator.umd.min.js.map +1 -1
  159. package/bundles/material-progress-bar-testing.umd.js +301 -235
  160. package/bundles/material-progress-bar-testing.umd.js.map +1 -1
  161. package/bundles/material-progress-bar-testing.umd.min.js +2 -9
  162. package/bundles/material-progress-bar-testing.umd.min.js.map +1 -1
  163. package/bundles/material-progress-bar.umd.js +339 -266
  164. package/bundles/material-progress-bar.umd.js.map +1 -1
  165. package/bundles/material-progress-bar.umd.min.js +4 -3
  166. package/bundles/material-progress-bar.umd.min.js.map +1 -1
  167. package/bundles/material-progress-spinner-testing.umd.js +301 -235
  168. package/bundles/material-progress-spinner-testing.umd.js.map +1 -1
  169. package/bundles/material-progress-spinner-testing.umd.min.js +2 -9
  170. package/bundles/material-progress-spinner-testing.umd.min.js.map +1 -1
  171. package/bundles/material-progress-spinner.umd.js +411 -364
  172. package/bundles/material-progress-spinner.umd.js.map +1 -1
  173. package/bundles/material-progress-spinner.umd.min.js +2 -10
  174. package/bundles/material-progress-spinner.umd.min.js.map +1 -1
  175. package/bundles/material-radio-testing.umd.js +315 -238
  176. package/bundles/material-radio-testing.umd.js.map +1 -1
  177. package/bundles/material-radio-testing.umd.min.js +2 -10
  178. package/bundles/material-radio-testing.umd.min.js.map +1 -1
  179. package/bundles/material-radio.umd.js +412 -336
  180. package/bundles/material-radio.umd.js.map +1 -1
  181. package/bundles/material-radio.umd.min.js +2 -10
  182. package/bundles/material-radio.umd.min.js.map +1 -1
  183. package/bundles/material-select-testing.umd.js +326 -247
  184. package/bundles/material-select-testing.umd.js.map +1 -1
  185. package/bundles/material-select-testing.umd.min.js +2 -9
  186. package/bundles/material-select-testing.umd.min.js.map +1 -1
  187. package/bundles/material-select.umd.js +424 -348
  188. package/bundles/material-select.umd.js.map +1 -1
  189. package/bundles/material-select.umd.min.js +5 -12
  190. package/bundles/material-select.umd.min.js.map +1 -1
  191. package/bundles/material-sidenav-testing.umd.js +303 -244
  192. package/bundles/material-sidenav-testing.umd.js.map +1 -1
  193. package/bundles/material-sidenav-testing.umd.min.js +2 -16
  194. package/bundles/material-sidenav-testing.umd.min.js.map +1 -1
  195. package/bundles/material-sidenav.umd.js +528 -477
  196. package/bundles/material-sidenav.umd.js.map +1 -1
  197. package/bundles/material-sidenav.umd.min.js +3 -3
  198. package/bundles/material-sidenav.umd.min.js.map +1 -1
  199. package/bundles/material-slide-toggle-testing.umd.js +313 -236
  200. package/bundles/material-slide-toggle-testing.umd.js.map +1 -1
  201. package/bundles/material-slide-toggle-testing.umd.min.js +2 -9
  202. package/bundles/material-slide-toggle-testing.umd.min.js.map +1 -1
  203. package/bundles/material-slide-toggle.umd.js +373 -314
  204. package/bundles/material-slide-toggle.umd.js.map +1 -1
  205. package/bundles/material-slide-toggle.umd.min.js +2 -9
  206. package/bundles/material-slide-toggle.umd.min.js.map +1 -1
  207. package/bundles/material-slider-testing.umd.js +313 -236
  208. package/bundles/material-slider-testing.umd.js.map +1 -1
  209. package/bundles/material-slider-testing.umd.min.js +2 -9
  210. package/bundles/material-slider-testing.umd.min.js.map +1 -1
  211. package/bundles/material-slider.umd.js +476 -439
  212. package/bundles/material-slider.umd.js.map +1 -1
  213. package/bundles/material-slider.umd.min.js +4 -3
  214. package/bundles/material-slider.umd.min.js.map +1 -1
  215. package/bundles/material-snack-bar-testing.umd.js +304 -238
  216. package/bundles/material-snack-bar-testing.umd.js.map +1 -1
  217. package/bundles/material-snack-bar-testing.umd.min.js +2 -9
  218. package/bundles/material-snack-bar-testing.umd.min.js.map +1 -1
  219. package/bundles/material-snack-bar.umd.js +383 -308
  220. package/bundles/material-snack-bar.umd.js.map +1 -1
  221. package/bundles/material-snack-bar.umd.min.js +26 -2
  222. package/bundles/material-snack-bar.umd.min.js.map +1 -1
  223. package/bundles/material-sort-testing.umd.js +312 -253
  224. package/bundles/material-sort-testing.umd.js.map +1 -1
  225. package/bundles/material-sort-testing.umd.min.js +1 -16
  226. package/bundles/material-sort-testing.umd.min.js.map +1 -1
  227. package/bundles/material-sort.umd.js +391 -319
  228. package/bundles/material-sort.umd.js.map +1 -1
  229. package/bundles/material-sort.umd.min.js +4 -19
  230. package/bundles/material-sort.umd.min.js.map +1 -1
  231. package/bundles/material-stepper.umd.js +490 -445
  232. package/bundles/material-stepper.umd.js.map +1 -1
  233. package/bundles/material-stepper.umd.min.js +5 -12
  234. package/bundles/material-stepper.umd.min.js.map +1 -1
  235. package/bundles/material-table-testing.umd.js +317 -265
  236. package/bundles/material-table-testing.umd.js.map +1 -1
  237. package/bundles/material-table-testing.umd.min.js +2 -24
  238. package/bundles/material-table-testing.umd.min.js.map +1 -1
  239. package/bundles/material-table.umd.js +494 -461
  240. package/bundles/material-table.umd.js.map +1 -1
  241. package/bundles/material-table.umd.min.js +3 -10
  242. package/bundles/material-table.umd.min.js.map +1 -1
  243. package/bundles/material-tabs-testing.umd.js +303 -244
  244. package/bundles/material-tabs-testing.umd.js.map +1 -1
  245. package/bundles/material-tabs-testing.umd.min.js +1 -16
  246. package/bundles/material-tabs-testing.umd.min.js.map +1 -1
  247. package/bundles/material-tabs.umd.js +675 -625
  248. package/bundles/material-tabs.umd.js.map +1 -1
  249. package/bundles/material-tabs.umd.min.js +23 -5
  250. package/bundles/material-tabs.umd.min.js.map +1 -1
  251. package/bundles/material-toolbar-testing.umd.js +396 -0
  252. package/bundles/material-toolbar-testing.umd.js.map +1 -0
  253. package/bundles/material-toolbar-testing.umd.min.js +37 -0
  254. package/bundles/material-toolbar-testing.umd.min.js.map +1 -0
  255. package/bundles/material-toolbar.umd.js +337 -271
  256. package/bundles/material-toolbar.umd.js.map +1 -1
  257. package/bundles/material-toolbar.umd.min.js +4 -3
  258. package/bundles/material-toolbar.umd.min.js.map +1 -1
  259. package/bundles/material-tooltip-testing.umd.js +301 -235
  260. package/bundles/material-tooltip-testing.umd.js.map +1 -1
  261. package/bundles/material-tooltip-testing.umd.min.js +2 -9
  262. package/bundles/material-tooltip-testing.umd.min.js.map +1 -1
  263. package/bundles/material-tooltip.umd.js +427 -314
  264. package/bundles/material-tooltip.umd.js.map +1 -1
  265. package/bundles/material-tooltip.umd.min.js +11 -3
  266. package/bundles/material-tooltip.umd.min.js.map +1 -1
  267. package/bundles/material-tree.umd.js +421 -383
  268. package/bundles/material-tree.umd.js.map +1 -1
  269. package/bundles/material-tree.umd.min.js +3 -3
  270. package/bundles/material-tree.umd.min.js.map +1 -1
  271. package/button/_button-base.scss +1 -1
  272. package/button/_button-theme.scss +8 -8
  273. package/button/index.metadata.json +1 -1
  274. package/button/testing/button-harness.d.ts +2 -0
  275. package/button-toggle/button-toggle.d.ts +6 -0
  276. package/button-toggle/index.metadata.json +1 -1
  277. package/button-toggle/testing/button-toggle-harness.d.ts +2 -0
  278. package/card/testing/card-harness-filters.d.ts +17 -0
  279. package/card/testing/card-harness.d.ts +36 -0
  280. package/card/testing/index.d.ts +8 -0
  281. package/card/testing/package.json +9 -0
  282. package/card/testing/public-api.d.ts +9 -0
  283. package/checkbox/checkbox.d.ts +2 -1
  284. package/checkbox/testing/checkbox-harness.d.ts +2 -0
  285. package/chips/chip.d.ts +21 -2
  286. package/chips/index.metadata.json +1 -1
  287. package/core/focus-indicators/_focus-indicators.scss +1 -1
  288. package/core/index.metadata.json +1 -1
  289. package/core/option/optgroup.d.ts +13 -4
  290. package/core/option/option.d.ts +10 -7
  291. package/core/style/_vendor-prefixes.scss +5 -0
  292. package/datepicker/date-range-input-parts.d.ts +3 -1
  293. package/datepicker/date-range-input.d.ts +5 -4
  294. package/datepicker/datepicker-base.d.ts +8 -6
  295. package/datepicker/datepicker-input-base.d.ts +9 -5
  296. package/datepicker/datepicker-input.d.ts +1 -0
  297. package/datepicker/index.metadata.json +1 -1
  298. package/dialog/dialog.d.ts +1 -1
  299. package/dialog/index.metadata.json +1 -1
  300. package/esm2015/autocomplete/autocomplete.js +3 -3
  301. package/esm2015/autocomplete/testing/autocomplete-harness.js +7 -1
  302. package/esm2015/bottom-sheet/bottom-sheet.js +1 -1
  303. package/esm2015/button/button.js +8 -3
  304. package/esm2015/button/testing/button-harness.js +7 -1
  305. package/esm2015/button-toggle/button-toggle.js +12 -3
  306. package/esm2015/button-toggle/testing/button-toggle-harness.js +7 -1
  307. package/esm2015/card/testing/card-harness-filters.js +8 -0
  308. package/esm2015/card/testing/card-harness.js +52 -0
  309. package/esm2015/card/testing/index.js +9 -0
  310. package/esm2015/card/testing/public-api.js +10 -0
  311. package/esm2015/card/testing/testing.externs.js +0 -0
  312. package/esm2015/checkbox/checkbox.js +1 -1
  313. package/esm2015/checkbox/testing/checkbox-harness.js +7 -1
  314. package/esm2015/chips/chip-list.js +3 -3
  315. package/esm2015/chips/chip.js +32 -11
  316. package/esm2015/core/common-behaviors/common-module.js +1 -1
  317. package/esm2015/core/common-behaviors/tabindex.js +3 -2
  318. package/esm2015/core/option/optgroup.js +22 -9
  319. package/esm2015/core/option/option.js +29 -14
  320. package/esm2015/core/version.js +1 -1
  321. package/esm2015/datepicker/date-range-input-parts.js +7 -1
  322. package/esm2015/datepicker/date-range-input.js +14 -11
  323. package/esm2015/datepicker/datepicker-base.js +24 -10
  324. package/esm2015/datepicker/datepicker-input-base.js +16 -8
  325. package/esm2015/datepicker/datepicker-input.js +4 -1
  326. package/esm2015/datepicker/datepicker-toggle.js +5 -5
  327. package/esm2015/dialog/dialog.js +6 -6
  328. package/esm2015/expansion/testing/expansion-harness.js +7 -1
  329. package/esm2015/form-field/error.js +10 -3
  330. package/esm2015/form-field/form-field.js +17 -19
  331. package/esm2015/form-field/hint.js +13 -3
  332. package/esm2015/form-field/prefix.js +9 -2
  333. package/esm2015/form-field/suffix.js +9 -2
  334. package/esm2015/grid-list/grid-list.js +2 -2
  335. package/esm2015/grid-list/tile-styler.js +1 -1
  336. package/esm2015/input/input.js +29 -5
  337. package/esm2015/input/testing/input-harness.js +13 -3
  338. package/esm2015/list/testing/action-list-harness.js +7 -1
  339. package/esm2015/list/testing/nav-list-harness.js +7 -1
  340. package/esm2015/list/testing/selection-list-harness.js +7 -1
  341. package/esm2015/menu/menu-content.js +10 -3
  342. package/esm2015/menu/menu-errors.js +10 -1
  343. package/esm2015/menu/menu-panel.js +1 -1
  344. package/esm2015/menu/menu-trigger.js +8 -4
  345. package/esm2015/menu/menu.js +8 -6
  346. package/esm2015/menu/testing/menu-harness.js +13 -1
  347. package/esm2015/progress-spinner/progress-spinner.js +17 -16
  348. package/esm2015/radio/radio.js +15 -6
  349. package/esm2015/radio/testing/radio-harness.js +7 -1
  350. package/esm2015/select/select.js +21 -12
  351. package/esm2015/select/testing/select-harness.js +7 -1
  352. package/esm2015/sidenav/drawer.js +15 -16
  353. package/esm2015/slide-toggle/slide-toggle.js +1 -1
  354. package/esm2015/slide-toggle/testing/slide-toggle-harness.js +7 -1
  355. package/esm2015/slider/slider.js +25 -22
  356. package/esm2015/slider/testing/slider-harness.js +7 -1
  357. package/esm2015/snack-bar/snack-bar.js +5 -3
  358. package/esm2015/sort/sort-header-intl.js +6 -2
  359. package/esm2015/sort/sort-header.js +18 -8
  360. package/esm2015/sort/testing/sort-header-harness.js +10 -7
  361. package/esm2015/stepper/stepper.js +3 -3
  362. package/esm2015/table/cell.js +12 -26
  363. package/esm2015/table/table.js +7 -4
  364. package/esm2015/tabs/index.js +4 -2
  365. package/esm2015/tabs/tab-content.js +12 -3
  366. package/esm2015/tabs/tab-label.js +9 -2
  367. package/esm2015/tabs/tab-nav-bar/tab-nav-bar.js +1 -1
  368. package/esm2015/tabs/tab.js +6 -5
  369. package/esm2015/toolbar/testing/index.js +9 -0
  370. package/esm2015/toolbar/testing/public-api.js +10 -0
  371. package/esm2015/toolbar/testing/testing.externs.js +0 -0
  372. package/esm2015/toolbar/testing/toolbar-harness-filters.js +8 -0
  373. package/esm2015/toolbar/testing/toolbar-harness.js +47 -0
  374. package/esm2015/tooltip/tooltip.js +56 -21
  375. package/esm2015/tree/data-source/flat-data-source.js +1 -1
  376. package/esm2015/tree/node.js +2 -2
  377. package/expansion/testing/expansion-harness.d.ts +2 -0
  378. package/fesm2015/autocomplete/testing.js +6 -0
  379. package/fesm2015/autocomplete/testing.js.map +1 -1
  380. package/fesm2015/autocomplete.js +2 -2
  381. package/fesm2015/autocomplete.js.map +1 -1
  382. package/fesm2015/button/testing.js +6 -0
  383. package/fesm2015/button/testing.js.map +1 -1
  384. package/fesm2015/button-toggle/testing.js +6 -0
  385. package/fesm2015/button-toggle/testing.js.map +1 -1
  386. package/fesm2015/button-toggle.js +12 -3
  387. package/fesm2015/button-toggle.js.map +1 -1
  388. package/fesm2015/button.js +7 -2
  389. package/fesm2015/button.js.map +1 -1
  390. package/fesm2015/card/testing.js +79 -0
  391. package/fesm2015/card/testing.js.map +1 -0
  392. package/fesm2015/checkbox/testing.js +6 -0
  393. package/fesm2015/checkbox/testing.js.map +1 -1
  394. package/fesm2015/checkbox.js.map +1 -1
  395. package/fesm2015/chips.js +33 -12
  396. package/fesm2015/chips.js.map +1 -1
  397. package/fesm2015/core.js +51 -23
  398. package/fesm2015/core.js.map +1 -1
  399. package/fesm2015/datepicker.js +60 -26
  400. package/fesm2015/datepicker.js.map +1 -1
  401. package/fesm2015/dialog.js +5 -5
  402. package/fesm2015/dialog.js.map +1 -1
  403. package/fesm2015/expansion/testing.js +6 -0
  404. package/fesm2015/expansion/testing.js.map +1 -1
  405. package/fesm2015/form-field.js +47 -18
  406. package/fesm2015/form-field.js.map +1 -1
  407. package/fesm2015/grid-list.js.map +1 -1
  408. package/fesm2015/input/testing.js +12 -2
  409. package/fesm2015/input/testing.js.map +1 -1
  410. package/fesm2015/input.js +28 -4
  411. package/fesm2015/input.js.map +1 -1
  412. package/fesm2015/list/testing.js +18 -0
  413. package/fesm2015/list/testing.js.map +1 -1
  414. package/fesm2015/menu/testing.js +12 -0
  415. package/fesm2015/menu/testing.js.map +1 -1
  416. package/fesm2015/menu.js +29 -7
  417. package/fesm2015/menu.js.map +1 -1
  418. package/fesm2015/progress-spinner.js +16 -15
  419. package/fesm2015/progress-spinner.js.map +1 -1
  420. package/fesm2015/radio/testing.js +6 -0
  421. package/fesm2015/radio/testing.js.map +1 -1
  422. package/fesm2015/radio.js +16 -7
  423. package/fesm2015/radio.js.map +1 -1
  424. package/fesm2015/select/testing.js +6 -0
  425. package/fesm2015/select/testing.js.map +1 -1
  426. package/fesm2015/select.js +21 -12
  427. package/fesm2015/select.js.map +1 -1
  428. package/fesm2015/sidenav.js +15 -16
  429. package/fesm2015/sidenav.js.map +1 -1
  430. package/fesm2015/slide-toggle/testing.js +6 -0
  431. package/fesm2015/slide-toggle/testing.js.map +1 -1
  432. package/fesm2015/slide-toggle.js.map +1 -1
  433. package/fesm2015/slider/testing.js +6 -0
  434. package/fesm2015/slider/testing.js.map +1 -1
  435. package/fesm2015/slider.js +24 -21
  436. package/fesm2015/slider.js.map +1 -1
  437. package/fesm2015/snack-bar.js +4 -2
  438. package/fesm2015/snack-bar.js.map +1 -1
  439. package/fesm2015/sort/testing.js +9 -6
  440. package/fesm2015/sort/testing.js.map +1 -1
  441. package/fesm2015/sort.js +22 -8
  442. package/fesm2015/sort.js.map +1 -1
  443. package/fesm2015/stepper.js +2 -2
  444. package/fesm2015/stepper.js.map +1 -1
  445. package/fesm2015/table.js +17 -28
  446. package/fesm2015/table.js.map +1 -1
  447. package/fesm2015/tabs.js +21 -4
  448. package/fesm2015/tabs.js.map +1 -1
  449. package/fesm2015/toolbar/testing.js +74 -0
  450. package/fesm2015/toolbar/testing.js.map +1 -0
  451. package/fesm2015/tooltip.js +55 -20
  452. package/fesm2015/tooltip.js.map +1 -1
  453. package/fesm2015/tree.js +1 -1
  454. package/fesm2015/tree.js.map +1 -1
  455. package/form-field/error.d.ts +7 -0
  456. package/form-field/form-field.d.ts +2 -3
  457. package/form-field/hint.d.ts +10 -0
  458. package/form-field/index.metadata.json +1 -1
  459. package/form-field/prefix.d.ts +7 -0
  460. package/form-field/suffix.d.ts +7 -0
  461. package/grid-list/grid-list.d.ts +2 -1
  462. package/grid-list/index.metadata.json +1 -1
  463. package/grid-list/tile-styler.d.ts +10 -5
  464. package/input/index.metadata.json +1 -1
  465. package/input/input.d.ts +6 -2
  466. package/input/testing/input-harness.d.ts +2 -0
  467. package/list/testing/action-list-harness.d.ts +2 -0
  468. package/list/testing/nav-list-harness.d.ts +2 -0
  469. package/list/testing/selection-list-harness.d.ts +2 -0
  470. package/menu/index.metadata.json +1 -1
  471. package/menu/menu-content.d.ts +7 -1
  472. package/menu/menu-errors.d.ts +6 -0
  473. package/menu/menu-panel.d.ts +1 -0
  474. package/menu/menu.d.ts +4 -0
  475. package/menu/testing/menu-harness.d.ts +4 -0
  476. package/package.json +2 -2
  477. package/prebuilt-themes/deeppurple-amber.css +1 -1
  478. package/prebuilt-themes/indigo-pink.css +1 -1
  479. package/prebuilt-themes/pink-bluegrey.css +1 -1
  480. package/prebuilt-themes/purple-green.css +1 -1
  481. package/progress-spinner/index.metadata.json +1 -1
  482. package/progress-spinner/progress-spinner.d.ts +5 -5
  483. package/radio/index.metadata.json +1 -1
  484. package/radio/radio.d.ts +8 -1
  485. package/radio/testing/radio-harness.d.ts +2 -0
  486. package/schematics/ng-add/index.js +1 -1
  487. package/schematics/ng-generate/navigation/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +3 -3
  488. package/schematics/ng-generate/navigation/schema.json +5 -0
  489. package/select/index.metadata.json +1 -1
  490. package/select/select.d.ts +7 -0
  491. package/select/testing/select-harness.d.ts +2 -0
  492. package/sidenav/drawer.d.ts +3 -3
  493. package/sidenav/index.metadata.json +1 -1
  494. package/slide-toggle/slide-toggle.d.ts +2 -1
  495. package/slide-toggle/testing/slide-toggle-harness.d.ts +2 -0
  496. package/slider/index.metadata.json +1 -1
  497. package/slider/slider.d.ts +9 -8
  498. package/slider/testing/slider-harness.d.ts +2 -0
  499. package/sort/index.metadata.json +1 -1
  500. package/sort/sort-header-intl.d.ts +5 -1
  501. package/sort/sort-header.d.ts +3 -1
  502. package/sort/testing/sort-header-harness.d.ts +6 -2
  503. package/stepper/index.metadata.json +1 -1
  504. package/table/cell.d.ts +7 -4
  505. package/table/index.metadata.json +1 -1
  506. package/table/table.d.ts +2 -0
  507. package/tabs/index.d.ts +3 -1
  508. package/tabs/index.metadata.json +1 -1
  509. package/tabs/tab-content.d.ts +7 -1
  510. package/tabs/tab-label.d.ts +7 -0
  511. package/tabs/tab-nav-bar/tab-nav-bar.d.ts +2 -1
  512. package/toolbar/testing/index.d.ts +8 -0
  513. package/toolbar/testing/package.json +9 -0
  514. package/toolbar/testing/public-api.d.ts +9 -0
  515. package/toolbar/testing/toolbar-harness-filters.d.ts +13 -0
  516. package/toolbar/testing/toolbar-harness.d.ts +31 -0
  517. package/tooltip/index.metadata.json +1 -1
  518. package/tooltip/tooltip.d.ts +7 -2
  519. package/tree/data-source/flat-data-source.d.ts +4 -4
  520. package/tree/index.metadata.json +1 -1
  521. package/tree/node.d.ts +2 -1
@@ -156,251 +156,324 @@
156
156
  enumerable: false,
157
157
  configurable: true
158
158
  });
159
- SimpleSnackBar.decorators = [
160
- { type: i0.Component, args: [{
161
- selector: 'simple-snack-bar',
162
- template: "<span>{{data.message}}</span>\n<div class=\"mat-simple-snackbar-action\" *ngIf=\"hasAction\">\n <button mat-button (click)=\"action()\">{{data.action}}</button>\n</div>\n",
163
- encapsulation: i0.ViewEncapsulation.None,
164
- changeDetection: i0.ChangeDetectionStrategy.OnPush,
165
- host: {
166
- 'class': 'mat-simple-snackbar',
167
- },
168
- styles: [".mat-simple-snackbar{display:flex;justify-content:space-between;align-items:center;line-height:20px;opacity:1}.mat-simple-snackbar-action{flex-shrink:0;margin:-8px -8px -8px 8px}.mat-simple-snackbar-action button{max-height:36px;min-width:0}[dir=rtl] .mat-simple-snackbar-action{margin-left:-8px;margin-right:8px}\n"]
169
- },] }
170
- ];
171
- SimpleSnackBar.ctorParameters = function () { return [
172
- { type: MatSnackBarRef },
173
- { type: undefined, decorators: [{ type: i0.Inject, args: [MAT_SNACK_BAR_DATA,] }] }
174
- ]; };
175
159
  return SimpleSnackBar;
176
160
  }());
161
+ SimpleSnackBar.decorators = [
162
+ { type: i0.Component, args: [{
163
+ selector: 'simple-snack-bar',
164
+ template: "<span>{{data.message}}</span>\n<div class=\"mat-simple-snackbar-action\" *ngIf=\"hasAction\">\n <button mat-button (click)=\"action()\">{{data.action}}</button>\n</div>\n",
165
+ encapsulation: i0.ViewEncapsulation.None,
166
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
167
+ host: {
168
+ 'class': 'mat-simple-snackbar',
169
+ },
170
+ styles: [".mat-simple-snackbar{display:flex;justify-content:space-between;align-items:center;line-height:20px;opacity:1}.mat-simple-snackbar-action{flex-shrink:0;margin:-8px -8px -8px 8px}.mat-simple-snackbar-action button{max-height:36px;min-width:0}[dir=rtl] .mat-simple-snackbar-action{margin-left:-8px;margin-right:8px}\n"]
171
+ },] }
172
+ ];
173
+ SimpleSnackBar.ctorParameters = function () { return [
174
+ { type: MatSnackBarRef },
175
+ { type: undefined, decorators: [{ type: i0.Inject, args: [MAT_SNACK_BAR_DATA,] }] }
176
+ ]; };
177
177
 
178
- /*! *****************************************************************************
179
- Copyright (c) Microsoft Corporation.
180
-
181
- Permission to use, copy, modify, and/or distribute this software for any
182
- purpose with or without fee is hereby granted.
183
-
184
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
185
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
186
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
187
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
188
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
189
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
190
- PERFORMANCE OF THIS SOFTWARE.
191
- ***************************************************************************** */
192
- /* global Reflect, Promise */
193
-
194
- var extendStatics = function(d, b) {
195
- extendStatics = Object.setPrototypeOf ||
196
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
197
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
198
- return extendStatics(d, b);
199
- };
200
-
201
- function __extends(d, b) {
202
- extendStatics(d, b);
203
- function __() { this.constructor = d; }
204
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
205
- }
206
-
207
- var __assign = function() {
208
- __assign = Object.assign || function __assign(t) {
209
- for (var s, i = 1, n = arguments.length; i < n; i++) {
210
- s = arguments[i];
211
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
212
- }
213
- return t;
214
- };
215
- return __assign.apply(this, arguments);
216
- };
217
-
218
- function __rest(s, e) {
219
- var t = {};
220
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
221
- t[p] = s[p];
222
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
223
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
224
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
225
- t[p[i]] = s[p[i]];
226
- }
227
- return t;
228
- }
229
-
230
- function __decorate(decorators, target, key, desc) {
231
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
232
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
233
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
234
- return c > 3 && r && Object.defineProperty(target, key, r), r;
235
- }
236
-
237
- function __param(paramIndex, decorator) {
238
- return function (target, key) { decorator(target, key, paramIndex); }
239
- }
240
-
241
- function __metadata(metadataKey, metadataValue) {
242
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
243
- }
244
-
245
- function __awaiter(thisArg, _arguments, P, generator) {
246
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
247
- return new (P || (P = Promise))(function (resolve, reject) {
248
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
249
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
250
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
251
- step((generator = generator.apply(thisArg, _arguments || [])).next());
252
- });
253
- }
254
-
255
- function __generator(thisArg, body) {
256
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
257
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
258
- function verb(n) { return function (v) { return step([n, v]); }; }
259
- function step(op) {
260
- if (f) throw new TypeError("Generator is already executing.");
261
- while (_) try {
262
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
263
- if (y = 0, t) op = [op[0] & 2, t.value];
264
- switch (op[0]) {
265
- case 0: case 1: t = op; break;
266
- case 4: _.label++; return { value: op[1], done: false };
267
- case 5: _.label++; y = op[1]; op = [0]; continue;
268
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
269
- default:
270
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
271
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
272
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
273
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
274
- if (t[2]) _.ops.pop();
275
- _.trys.pop(); continue;
276
- }
277
- op = body.call(thisArg, _);
278
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
279
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
280
- }
281
- }
282
-
283
- var __createBinding = Object.create ? (function(o, m, k, k2) {
284
- if (k2 === undefined) k2 = k;
285
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
286
- }) : (function(o, m, k, k2) {
287
- if (k2 === undefined) k2 = k;
288
- o[k2] = m[k];
289
- });
290
-
291
- function __exportStar(m, exports) {
292
- for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
293
- }
294
-
295
- function __values(o) {
296
- var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
297
- if (m) return m.call(o);
298
- if (o && typeof o.length === "number") return {
299
- next: function () {
300
- if (o && i >= o.length) o = void 0;
301
- return { value: o && o[i++], done: !o };
302
- }
303
- };
304
- throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
305
- }
306
-
307
- function __read(o, n) {
308
- var m = typeof Symbol === "function" && o[Symbol.iterator];
309
- if (!m) return o;
310
- var i = m.call(o), r, ar = [], e;
311
- try {
312
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
313
- }
314
- catch (error) { e = { error: error }; }
315
- finally {
316
- try {
317
- if (r && !r.done && (m = i["return"])) m.call(i);
318
- }
319
- finally { if (e) throw e.error; }
320
- }
321
- return ar;
322
- }
323
-
324
- function __spread() {
325
- for (var ar = [], i = 0; i < arguments.length; i++)
326
- ar = ar.concat(__read(arguments[i]));
327
- return ar;
328
- }
329
-
330
- function __spreadArrays() {
331
- for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
332
- for (var r = Array(s), k = 0, i = 0; i < il; i++)
333
- for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
334
- r[k] = a[j];
335
- return r;
336
- };
337
-
338
- function __await(v) {
339
- return this instanceof __await ? (this.v = v, this) : new __await(v);
340
- }
341
-
342
- function __asyncGenerator(thisArg, _arguments, generator) {
343
- if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
344
- var g = generator.apply(thisArg, _arguments || []), i, q = [];
345
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
346
- function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
347
- function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
348
- function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
349
- function fulfill(value) { resume("next", value); }
350
- function reject(value) { resume("throw", value); }
351
- function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
352
- }
353
-
354
- function __asyncDelegator(o) {
355
- var i, p;
356
- return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
357
- function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
358
- }
359
-
360
- function __asyncValues(o) {
361
- if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
362
- var m = o[Symbol.asyncIterator], i;
363
- return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
364
- function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
365
- function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
366
- }
367
-
368
- function __makeTemplateObject(cooked, raw) {
369
- if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
370
- return cooked;
371
- };
372
-
373
- var __setModuleDefault = Object.create ? (function(o, v) {
374
- Object.defineProperty(o, "default", { enumerable: true, value: v });
375
- }) : function(o, v) {
376
- o["default"] = v;
377
- };
378
-
379
- function __importStar(mod) {
380
- if (mod && mod.__esModule) return mod;
381
- var result = {};
382
- if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
383
- __setModuleDefault(result, mod);
384
- return result;
385
- }
386
-
387
- function __importDefault(mod) {
388
- return (mod && mod.__esModule) ? mod : { default: mod };
389
- }
390
-
391
- function __classPrivateFieldGet(receiver, privateMap) {
392
- if (!privateMap.has(receiver)) {
393
- throw new TypeError("attempted to get private field on non-instance");
394
- }
395
- return privateMap.get(receiver);
396
- }
397
-
398
- function __classPrivateFieldSet(receiver, privateMap, value) {
399
- if (!privateMap.has(receiver)) {
400
- throw new TypeError("attempted to set private field on non-instance");
401
- }
402
- privateMap.set(receiver, value);
403
- return value;
178
+ /*! *****************************************************************************
179
+ Copyright (c) Microsoft Corporation.
180
+
181
+ Permission to use, copy, modify, and/or distribute this software for any
182
+ purpose with or without fee is hereby granted.
183
+
184
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
185
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
186
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
187
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
188
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
189
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
190
+ PERFORMANCE OF THIS SOFTWARE.
191
+ ***************************************************************************** */
192
+ /* global Reflect, Promise */
193
+ var extendStatics = function (d, b) {
194
+ extendStatics = Object.setPrototypeOf ||
195
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
196
+ function (d, b) { for (var p in b)
197
+ if (b.hasOwnProperty(p))
198
+ d[p] = b[p]; };
199
+ return extendStatics(d, b);
200
+ };
201
+ function __extends(d, b) {
202
+ extendStatics(d, b);
203
+ function __() { this.constructor = d; }
204
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
205
+ }
206
+ var __assign = function () {
207
+ __assign = Object.assign || function __assign(t) {
208
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
209
+ s = arguments[i];
210
+ for (var p in s)
211
+ if (Object.prototype.hasOwnProperty.call(s, p))
212
+ t[p] = s[p];
213
+ }
214
+ return t;
215
+ };
216
+ return __assign.apply(this, arguments);
217
+ };
218
+ function __rest(s, e) {
219
+ var t = {};
220
+ for (var p in s)
221
+ if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
222
+ t[p] = s[p];
223
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
224
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
225
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
226
+ t[p[i]] = s[p[i]];
227
+ }
228
+ return t;
229
+ }
230
+ function __decorate(decorators, target, key, desc) {
231
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
232
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
233
+ r = Reflect.decorate(decorators, target, key, desc);
234
+ else
235
+ for (var i = decorators.length - 1; i >= 0; i--)
236
+ if (d = decorators[i])
237
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
238
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
239
+ }
240
+ function __param(paramIndex, decorator) {
241
+ return function (target, key) { decorator(target, key, paramIndex); };
242
+ }
243
+ function __metadata(metadataKey, metadataValue) {
244
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
245
+ return Reflect.metadata(metadataKey, metadataValue);
246
+ }
247
+ function __awaiter(thisArg, _arguments, P, generator) {
248
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
249
+ return new (P || (P = Promise))(function (resolve, reject) {
250
+ function fulfilled(value) { try {
251
+ step(generator.next(value));
252
+ }
253
+ catch (e) {
254
+ reject(e);
255
+ } }
256
+ function rejected(value) { try {
257
+ step(generator["throw"](value));
258
+ }
259
+ catch (e) {
260
+ reject(e);
261
+ } }
262
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
263
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
264
+ });
265
+ }
266
+ function __generator(thisArg, body) {
267
+ var _ = { label: 0, sent: function () { if (t[0] & 1)
268
+ throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
269
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
270
+ function verb(n) { return function (v) { return step([n, v]); }; }
271
+ function step(op) {
272
+ if (f)
273
+ throw new TypeError("Generator is already executing.");
274
+ while (_)
275
+ try {
276
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
277
+ return t;
278
+ if (y = 0, t)
279
+ op = [op[0] & 2, t.value];
280
+ switch (op[0]) {
281
+ case 0:
282
+ case 1:
283
+ t = op;
284
+ break;
285
+ case 4:
286
+ _.label++;
287
+ return { value: op[1], done: false };
288
+ case 5:
289
+ _.label++;
290
+ y = op[1];
291
+ op = [0];
292
+ continue;
293
+ case 7:
294
+ op = _.ops.pop();
295
+ _.trys.pop();
296
+ continue;
297
+ default:
298
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
299
+ _ = 0;
300
+ continue;
301
+ }
302
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
303
+ _.label = op[1];
304
+ break;
305
+ }
306
+ if (op[0] === 6 && _.label < t[1]) {
307
+ _.label = t[1];
308
+ t = op;
309
+ break;
310
+ }
311
+ if (t && _.label < t[2]) {
312
+ _.label = t[2];
313
+ _.ops.push(op);
314
+ break;
315
+ }
316
+ if (t[2])
317
+ _.ops.pop();
318
+ _.trys.pop();
319
+ continue;
320
+ }
321
+ op = body.call(thisArg, _);
322
+ }
323
+ catch (e) {
324
+ op = [6, e];
325
+ y = 0;
326
+ }
327
+ finally {
328
+ f = t = 0;
329
+ }
330
+ if (op[0] & 5)
331
+ throw op[1];
332
+ return { value: op[0] ? op[1] : void 0, done: true };
333
+ }
334
+ }
335
+ var __createBinding = Object.create ? (function (o, m, k, k2) {
336
+ if (k2 === undefined)
337
+ k2 = k;
338
+ Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
339
+ }) : (function (o, m, k, k2) {
340
+ if (k2 === undefined)
341
+ k2 = k;
342
+ o[k2] = m[k];
343
+ });
344
+ function __exportStar(m, exports) {
345
+ for (var p in m)
346
+ if (p !== "default" && !exports.hasOwnProperty(p))
347
+ __createBinding(exports, m, p);
348
+ }
349
+ function __values(o) {
350
+ var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
351
+ if (m)
352
+ return m.call(o);
353
+ if (o && typeof o.length === "number")
354
+ return {
355
+ next: function () {
356
+ if (o && i >= o.length)
357
+ o = void 0;
358
+ return { value: o && o[i++], done: !o };
359
+ }
360
+ };
361
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
362
+ }
363
+ function __read(o, n) {
364
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
365
+ if (!m)
366
+ return o;
367
+ var i = m.call(o), r, ar = [], e;
368
+ try {
369
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
370
+ ar.push(r.value);
371
+ }
372
+ catch (error) {
373
+ e = { error: error };
374
+ }
375
+ finally {
376
+ try {
377
+ if (r && !r.done && (m = i["return"]))
378
+ m.call(i);
379
+ }
380
+ finally {
381
+ if (e)
382
+ throw e.error;
383
+ }
384
+ }
385
+ return ar;
386
+ }
387
+ function __spread() {
388
+ for (var ar = [], i = 0; i < arguments.length; i++)
389
+ ar = ar.concat(__read(arguments[i]));
390
+ return ar;
391
+ }
392
+ function __spreadArrays() {
393
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++)
394
+ s += arguments[i].length;
395
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
396
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
397
+ r[k] = a[j];
398
+ return r;
399
+ }
400
+ ;
401
+ function __await(v) {
402
+ return this instanceof __await ? (this.v = v, this) : new __await(v);
403
+ }
404
+ function __asyncGenerator(thisArg, _arguments, generator) {
405
+ if (!Symbol.asyncIterator)
406
+ throw new TypeError("Symbol.asyncIterator is not defined.");
407
+ var g = generator.apply(thisArg, _arguments || []), i, q = [];
408
+ return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
409
+ function verb(n) { if (g[n])
410
+ i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
411
+ function resume(n, v) { try {
412
+ step(g[n](v));
413
+ }
414
+ catch (e) {
415
+ settle(q[0][3], e);
416
+ } }
417
+ function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
418
+ function fulfill(value) { resume("next", value); }
419
+ function reject(value) { resume("throw", value); }
420
+ function settle(f, v) { if (f(v), q.shift(), q.length)
421
+ resume(q[0][0], q[0][1]); }
422
+ }
423
+ function __asyncDelegator(o) {
424
+ var i, p;
425
+ return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
426
+ function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
427
+ }
428
+ function __asyncValues(o) {
429
+ if (!Symbol.asyncIterator)
430
+ throw new TypeError("Symbol.asyncIterator is not defined.");
431
+ var m = o[Symbol.asyncIterator], i;
432
+ return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
433
+ function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
434
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
435
+ }
436
+ function __makeTemplateObject(cooked, raw) {
437
+ if (Object.defineProperty) {
438
+ Object.defineProperty(cooked, "raw", { value: raw });
439
+ }
440
+ else {
441
+ cooked.raw = raw;
442
+ }
443
+ return cooked;
444
+ }
445
+ ;
446
+ var __setModuleDefault = Object.create ? (function (o, v) {
447
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
448
+ }) : function (o, v) {
449
+ o["default"] = v;
450
+ };
451
+ function __importStar(mod) {
452
+ if (mod && mod.__esModule)
453
+ return mod;
454
+ var result = {};
455
+ if (mod != null)
456
+ for (var k in mod)
457
+ if (Object.hasOwnProperty.call(mod, k))
458
+ __createBinding(result, mod, k);
459
+ __setModuleDefault(result, mod);
460
+ return result;
461
+ }
462
+ function __importDefault(mod) {
463
+ return (mod && mod.__esModule) ? mod : { default: mod };
464
+ }
465
+ function __classPrivateFieldGet(receiver, privateMap) {
466
+ if (!privateMap.has(receiver)) {
467
+ throw new TypeError("attempted to get private field on non-instance");
468
+ }
469
+ return privateMap.get(receiver);
470
+ }
471
+ function __classPrivateFieldSet(receiver, privateMap, value) {
472
+ if (!privateMap.has(receiver)) {
473
+ throw new TypeError("attempted to set private field on non-instance");
474
+ }
475
+ privateMap.set(receiver, value);
476
+ return value;
404
477
  }
405
478
 
406
479
  /**
@@ -432,13 +505,6 @@
432
505
  ])
433
506
  };
434
507
 
435
- /**
436
- * @license
437
- * Copyright Google LLC All Rights Reserved.
438
- *
439
- * Use of this source code is governed by an MIT-style license that can be
440
- * found in the LICENSE file at https://angular.io/license
441
- */
442
508
  /**
443
509
  * Internal component that wraps user-provided snack bar content.
444
510
  * @docs-private
@@ -573,37 +639,37 @@
573
639
  throw Error('Attempting to attach snack bar content after content is already attached');
574
640
  }
575
641
  };
576
- MatSnackBarContainer.decorators = [
577
- { type: i0.Component, args: [{
578
- selector: 'snack-bar-container',
579
- template: "<ng-template cdkPortalOutlet></ng-template>\n",
580
- // In Ivy embedded views will be change detected from their declaration place, rather than
581
- // where they were stamped out. This means that we can't have the snack bar container be OnPush,
582
- // because it might cause snack bars that were opened from a template not to be out of date.
583
- // tslint:disable-next-line:validate-decorators
584
- changeDetection: i0.ChangeDetectionStrategy.Default,
585
- encapsulation: i0.ViewEncapsulation.None,
586
- animations: [matSnackBarAnimations.snackBarState],
587
- host: {
588
- '[attr.role]': '_role',
589
- 'class': 'mat-snack-bar-container',
590
- '[@state]': '_animationState',
591
- '(@state.done)': 'onAnimationEnd($event)'
592
- },
593
- styles: [".mat-snack-bar-container{border-radius:4px;box-sizing:border-box;display:block;margin:24px;max-width:33vw;min-width:344px;padding:14px 16px;min-height:48px;transform-origin:center}.cdk-high-contrast-active .mat-snack-bar-container{border:solid 1px}.mat-snack-bar-handset{width:100%}.mat-snack-bar-handset .mat-snack-bar-container{margin:8px;max-width:100%;min-width:0;width:100%}\n"]
594
- },] }
595
- ];
596
- MatSnackBarContainer.ctorParameters = function () { return [
597
- { type: i0.NgZone },
598
- { type: i0.ElementRef },
599
- { type: i0.ChangeDetectorRef },
600
- { type: MatSnackBarConfig }
601
- ]; };
602
- MatSnackBarContainer.propDecorators = {
603
- _portalOutlet: [{ type: i0.ViewChild, args: [portal.CdkPortalOutlet, { static: true },] }]
604
- };
605
642
  return MatSnackBarContainer;
606
643
  }(portal.BasePortalOutlet));
644
+ MatSnackBarContainer.decorators = [
645
+ { type: i0.Component, args: [{
646
+ selector: 'snack-bar-container',
647
+ template: "<ng-template cdkPortalOutlet></ng-template>\n",
648
+ // In Ivy embedded views will be change detected from their declaration place, rather than
649
+ // where they were stamped out. This means that we can't have the snack bar container be OnPush,
650
+ // because it might cause snack bars that were opened from a template not to be out of date.
651
+ // tslint:disable-next-line:validate-decorators
652
+ changeDetection: i0.ChangeDetectionStrategy.Default,
653
+ encapsulation: i0.ViewEncapsulation.None,
654
+ animations: [matSnackBarAnimations.snackBarState],
655
+ host: {
656
+ '[attr.role]': '_role',
657
+ 'class': 'mat-snack-bar-container',
658
+ '[@state]': '_animationState',
659
+ '(@state.done)': 'onAnimationEnd($event)'
660
+ },
661
+ styles: [".mat-snack-bar-container{border-radius:4px;box-sizing:border-box;display:block;margin:24px;max-width:33vw;min-width:344px;padding:14px 16px;min-height:48px;transform-origin:center}.cdk-high-contrast-active .mat-snack-bar-container{border:solid 1px}.mat-snack-bar-handset{width:100%}.mat-snack-bar-handset .mat-snack-bar-container{margin:8px;max-width:100%;min-width:0;width:100%}\n"]
662
+ },] }
663
+ ];
664
+ MatSnackBarContainer.ctorParameters = function () { return [
665
+ { type: i0.NgZone },
666
+ { type: i0.ElementRef },
667
+ { type: i0.ChangeDetectorRef },
668
+ { type: MatSnackBarConfig }
669
+ ]; };
670
+ MatSnackBarContainer.propDecorators = {
671
+ _portalOutlet: [{ type: i0.ViewChild, args: [portal.CdkPortalOutlet, { static: true },] }]
672
+ };
607
673
 
608
674
  /**
609
675
  * @license
@@ -615,23 +681,30 @@
615
681
  var MatSnackBarModule = /** @class */ (function () {
616
682
  function MatSnackBarModule() {
617
683
  }
618
- MatSnackBarModule.decorators = [
619
- { type: i0.NgModule, args: [{
620
- imports: [
621
- i1.OverlayModule,
622
- portal.PortalModule,
623
- common.CommonModule,
624
- button.MatButtonModule,
625
- core.MatCommonModule,
626
- ],
627
- exports: [MatSnackBarContainer, core.MatCommonModule],
628
- declarations: [MatSnackBarContainer, SimpleSnackBar],
629
- entryComponents: [MatSnackBarContainer, SimpleSnackBar],
630
- },] }
631
- ];
632
684
  return MatSnackBarModule;
633
685
  }());
686
+ MatSnackBarModule.decorators = [
687
+ { type: i0.NgModule, args: [{
688
+ imports: [
689
+ i1.OverlayModule,
690
+ portal.PortalModule,
691
+ common.CommonModule,
692
+ button.MatButtonModule,
693
+ core.MatCommonModule,
694
+ ],
695
+ exports: [MatSnackBarContainer, core.MatCommonModule],
696
+ declarations: [MatSnackBarContainer, SimpleSnackBar],
697
+ entryComponents: [MatSnackBarContainer, SimpleSnackBar],
698
+ },] }
699
+ ];
634
700
 
701
+ /**
702
+ * @license
703
+ * Copyright Google LLC All Rights Reserved.
704
+ *
705
+ * Use of this source code is governed by an MIT-style license that can be
706
+ * found in the LICENSE file at https://angular.io/license
707
+ */
635
708
  /** Injection token that can be used to specify default snack bar. */
636
709
  var MAT_SNACK_BAR_DEFAULT_OPTIONS = new i0.InjectionToken('mat-snack-bar-default-options', {
637
710
  providedIn: 'root',
@@ -710,12 +783,14 @@
710
783
  */
711
784
  MatSnackBar.prototype.open = function (message, action, config) {
712
785
  if (action === void 0) { action = ''; }
713
- var _config = __assign(__assign({}, this._defaultConfig), config);
786
+ var _config = Object.assign(Object.assign({}, this._defaultConfig), config);
714
787
  // Since the user doesn't have access to the component, we can
715
788
  // override the data to pass in our own message and action.
716
789
  _config.data = { message: message, action: action };
717
- if (!_config.announcementMessage) {
718
- _config.announcementMessage = message;
790
+ // Since the snack bar has `role="alert"`, we don't
791
+ // want to announce the same message twice.
792
+ if (_config.announcementMessage === message) {
793
+ _config.announcementMessage = undefined;
719
794
  }
720
795
  return this.openFromComponent(this.simpleSnackBarComponent, _config);
721
796
  };
@@ -751,7 +826,7 @@
751
826
  */
752
827
  MatSnackBar.prototype._attach = function (content, userConfig) {
753
828
  var _this = this;
754
- var config = __assign(__assign(__assign({}, new MatSnackBarConfig()), this._defaultConfig), userConfig);
829
+ var config = Object.assign(Object.assign(Object.assign({}, new MatSnackBarConfig()), this._defaultConfig), userConfig);
755
830
  var overlayRef = this._createOverlay(config);
756
831
  var container = this._attachSnackBarContainer(overlayRef, config);
757
832
  var snackBarRef = new MatSnackBarRef(container, overlayRef);
@@ -858,20 +933,20 @@
858
933
  [MAT_SNACK_BAR_DATA, config.data]
859
934
  ]));
860
935
  };
861
- MatSnackBar.ɵprov = i0.ɵɵdefineInjectable({ factory: function MatSnackBar_Factory() { return new MatSnackBar(i0.ɵɵinject(i1.Overlay), i0.ɵɵinject(i2.LiveAnnouncer), i0.ɵɵinject(i0.INJECTOR), i0.ɵɵinject(i3.BreakpointObserver), i0.ɵɵinject(MatSnackBar, 12), i0.ɵɵinject(MAT_SNACK_BAR_DEFAULT_OPTIONS)); }, token: MatSnackBar, providedIn: MatSnackBarModule });
862
- MatSnackBar.decorators = [
863
- { type: i0.Injectable, args: [{ providedIn: MatSnackBarModule },] }
864
- ];
865
- MatSnackBar.ctorParameters = function () { return [
866
- { type: i1.Overlay },
867
- { type: i2.LiveAnnouncer },
868
- { type: i0.Injector },
869
- { type: i3.BreakpointObserver },
870
- { type: MatSnackBar, decorators: [{ type: i0.Optional }, { type: i0.SkipSelf }] },
871
- { type: MatSnackBarConfig, decorators: [{ type: i0.Inject, args: [MAT_SNACK_BAR_DEFAULT_OPTIONS,] }] }
872
- ]; };
873
936
  return MatSnackBar;
874
937
  }());
938
+ MatSnackBar.ɵprov = i0.ɵɵdefineInjectable({ factory: function MatSnackBar_Factory() { return new MatSnackBar(i0.ɵɵinject(i1.Overlay), i0.ɵɵinject(i2.LiveAnnouncer), i0.ɵɵinject(i0.INJECTOR), i0.ɵɵinject(i3.BreakpointObserver), i0.ɵɵinject(MatSnackBar, 12), i0.ɵɵinject(MAT_SNACK_BAR_DEFAULT_OPTIONS)); }, token: MatSnackBar, providedIn: MatSnackBarModule });
939
+ MatSnackBar.decorators = [
940
+ { type: i0.Injectable, args: [{ providedIn: MatSnackBarModule },] }
941
+ ];
942
+ MatSnackBar.ctorParameters = function () { return [
943
+ { type: i1.Overlay },
944
+ { type: i2.LiveAnnouncer },
945
+ { type: i0.Injector },
946
+ { type: i3.BreakpointObserver },
947
+ { type: MatSnackBar, decorators: [{ type: i0.Optional }, { type: i0.SkipSelf }] },
948
+ { type: MatSnackBarConfig, decorators: [{ type: i0.Inject, args: [MAT_SNACK_BAR_DEFAULT_OPTIONS,] }] }
949
+ ]; };
875
950
 
876
951
  /**
877
952
  * @license