@angular/material-experimental 14.0.0-next.7 → 14.0.0-rc.0

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 (758) hide show
  1. package/_index.scss +3 -0
  2. package/column-resize/_column-resize-theme.scss +15 -17
  3. package/column-resize/index.d.ts +238 -6
  4. package/esm2020/column-resize/column-resize-directives/column-resize-flex.mjs +4 -4
  5. package/esm2020/column-resize/column-resize-directives/column-resize.mjs +4 -4
  6. package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize-flex.mjs +4 -4
  7. package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize.mjs +4 -4
  8. package/esm2020/column-resize/column-resize-module.mjs +13 -13
  9. package/esm2020/column-resize/overlay-handle.mjs +4 -4
  10. package/esm2020/column-resize/resizable-directives/default-enabled-resizable.mjs +4 -4
  11. package/esm2020/column-resize/resizable-directives/resizable.mjs +4 -4
  12. package/esm2020/column-resize/resize-strategy.mjs +4 -4
  13. package/esm2020/mdc-autocomplete/autocomplete-origin.mjs +4 -4
  14. package/esm2020/mdc-autocomplete/autocomplete-trigger.mjs +4 -4
  15. package/esm2020/mdc-autocomplete/autocomplete.mjs +5 -5
  16. package/esm2020/mdc-autocomplete/module.mjs +5 -5
  17. package/esm2020/mdc-autocomplete/testing/autocomplete-harness.mjs +4 -4
  18. package/esm2020/mdc-button/button-base.mjs +7 -7
  19. package/esm2020/mdc-button/button.mjs +9 -9
  20. package/esm2020/mdc-button/fab.mjs +17 -17
  21. package/esm2020/mdc-button/icon-button.mjs +9 -9
  22. package/esm2020/mdc-button/module.mjs +5 -5
  23. package/esm2020/mdc-button/testing/button-harness.mjs +3 -3
  24. package/esm2020/mdc-card/card.mjs +44 -44
  25. package/esm2020/mdc-card/module.mjs +5 -5
  26. package/esm2020/mdc-card/testing/card-harness.mjs +4 -5
  27. package/esm2020/mdc-checkbox/checkbox.mjs +5 -5
  28. package/esm2020/mdc-checkbox/module.mjs +5 -5
  29. package/esm2020/mdc-checkbox/testing/checkbox-harness.mjs +4 -3
  30. package/esm2020/mdc-chips/chip-action.mjs +6 -5
  31. package/esm2020/mdc-chips/chip-edit-input.mjs +5 -5
  32. package/esm2020/mdc-chips/chip-grid.mjs +22 -9
  33. package/esm2020/mdc-chips/chip-icons.mjs +10 -10
  34. package/esm2020/mdc-chips/chip-input.mjs +8 -4
  35. package/esm2020/mdc-chips/chip-listbox.mjs +6 -6
  36. package/esm2020/mdc-chips/chip-option.mjs +8 -8
  37. package/esm2020/mdc-chips/chip-row.mjs +5 -5
  38. package/esm2020/mdc-chips/chip-set.mjs +6 -8
  39. package/esm2020/mdc-chips/chip-text-control.mjs +1 -1
  40. package/esm2020/mdc-chips/chip.mjs +8 -8
  41. package/esm2020/mdc-chips/module.mjs +6 -6
  42. package/esm2020/mdc-chips/testing/chip-avatar-harness.mjs +5 -5
  43. package/esm2020/mdc-chips/testing/chip-grid-harness.mjs +5 -3
  44. package/esm2020/mdc-chips/testing/chip-harness.mjs +5 -5
  45. package/esm2020/mdc-chips/testing/chip-input-harness.mjs +5 -5
  46. package/esm2020/mdc-chips/testing/chip-listbox-harness.mjs +5 -3
  47. package/esm2020/mdc-chips/testing/chip-option-harness.mjs +3 -3
  48. package/esm2020/mdc-chips/testing/chip-remove-harness.mjs +5 -5
  49. package/esm2020/mdc-chips/testing/chip-row-harness.mjs +1 -10
  50. package/esm2020/mdc-chips/testing/chip-set-harness.mjs +5 -3
  51. package/esm2020/mdc-core/option/index.mjs +5 -5
  52. package/esm2020/mdc-core/option/optgroup.mjs +5 -5
  53. package/esm2020/mdc-core/option/option.mjs +5 -5
  54. package/esm2020/mdc-core/testing/optgroup-harness.mjs +5 -5
  55. package/esm2020/mdc-core/testing/option-harness.mjs +4 -5
  56. package/esm2020/mdc-dialog/dialog-container.mjs +19 -18
  57. package/esm2020/mdc-dialog/dialog-content-directives.mjs +13 -13
  58. package/esm2020/mdc-dialog/dialog-ref.mjs +1 -6
  59. package/esm2020/mdc-dialog/dialog.mjs +12 -7
  60. package/esm2020/mdc-dialog/module.mjs +8 -7
  61. package/esm2020/mdc-dialog/public-api.mjs +2 -2
  62. package/esm2020/mdc-dialog/testing/dialog-harness.mjs +6 -7
  63. package/esm2020/mdc-form-field/directives/error.mjs +4 -4
  64. package/esm2020/mdc-form-field/directives/floating-label.mjs +4 -4
  65. package/esm2020/mdc-form-field/directives/hint.mjs +4 -4
  66. package/esm2020/mdc-form-field/directives/label.mjs +4 -4
  67. package/esm2020/mdc-form-field/directives/line-ripple.mjs +4 -4
  68. package/esm2020/mdc-form-field/directives/notched-outline.mjs +4 -4
  69. package/esm2020/mdc-form-field/directives/prefix.mjs +4 -4
  70. package/esm2020/mdc-form-field/directives/suffix.mjs +4 -4
  71. package/esm2020/mdc-form-field/form-field.mjs +17 -14
  72. package/esm2020/mdc-form-field/module.mjs +5 -5
  73. package/esm2020/mdc-form-field/testing/form-field-harness.mjs +4 -4
  74. package/esm2020/mdc-form-field/testing/public-api.mjs +4 -4
  75. package/esm2020/mdc-input/input.mjs +4 -4
  76. package/esm2020/mdc-input/module.mjs +5 -5
  77. package/esm2020/mdc-list/action-list.mjs +5 -5
  78. package/esm2020/mdc-list/interactive-list-base.mjs +4 -4
  79. package/esm2020/mdc-list/list-base.mjs +7 -7
  80. package/esm2020/mdc-list/list-item-sections.mjs +19 -19
  81. package/esm2020/mdc-list/list-option.mjs +9 -9
  82. package/esm2020/mdc-list/list.mjs +8 -8
  83. package/esm2020/mdc-list/module.mjs +9 -11
  84. package/esm2020/mdc-list/nav-list.mjs +5 -5
  85. package/esm2020/mdc-list/selection-list.mjs +6 -6
  86. package/esm2020/mdc-list/subheader.mjs +4 -4
  87. package/esm2020/mdc-list/testing/action-list-harness.mjs +7 -7
  88. package/esm2020/mdc-list/testing/list-harness.mjs +5 -7
  89. package/esm2020/mdc-list/testing/list-item-harness-base.mjs +6 -6
  90. package/esm2020/mdc-list/testing/nav-list-harness.mjs +7 -7
  91. package/esm2020/mdc-list/testing/selection-list-harness.mjs +7 -7
  92. package/esm2020/mdc-menu/directives.mjs +7 -7
  93. package/esm2020/mdc-menu/menu-item.mjs +6 -6
  94. package/esm2020/mdc-menu/menu.mjs +5 -5
  95. package/esm2020/mdc-menu/module.mjs +5 -5
  96. package/esm2020/mdc-menu/testing/menu-harness.mjs +5 -7
  97. package/esm2020/mdc-paginator/module.mjs +5 -5
  98. package/esm2020/mdc-paginator/paginator.mjs +10 -10
  99. package/esm2020/mdc-paginator/testing/paginator-harness.mjs +3 -4
  100. package/esm2020/mdc-progress-bar/module.mjs +5 -5
  101. package/esm2020/mdc-progress-bar/progress-bar.mjs +8 -5
  102. package/esm2020/mdc-progress-bar/testing/progress-bar-harness.mjs +5 -3
  103. package/esm2020/mdc-progress-spinner/module.mjs +5 -5
  104. package/esm2020/mdc-progress-spinner/progress-spinner.mjs +5 -5
  105. package/esm2020/mdc-progress-spinner/testing/progress-spinner-harness.mjs +5 -5
  106. package/esm2020/mdc-radio/module.mjs +5 -5
  107. package/esm2020/mdc-radio/radio.mjs +8 -8
  108. package/esm2020/mdc-radio/testing/radio-harness.mjs +9 -8
  109. package/esm2020/mdc-select/module.mjs +5 -5
  110. package/esm2020/mdc-select/select.mjs +11 -12
  111. package/esm2020/mdc-select/testing/select-harness.mjs +3 -4
  112. package/esm2020/mdc-slide-toggle/module.mjs +5 -5
  113. package/esm2020/mdc-slide-toggle/slide-toggle.mjs +5 -5
  114. package/esm2020/mdc-slide-toggle/testing/slide-toggle-harness.mjs +5 -3
  115. package/esm2020/mdc-slider/global-change-and-input-listener.mjs +4 -4
  116. package/esm2020/mdc-slider/module.mjs +5 -5
  117. package/esm2020/mdc-slider/slider.mjs +45 -16
  118. package/esm2020/mdc-slider/testing/slider-harness.mjs +6 -7
  119. package/esm2020/mdc-slider/testing/slider-thumb-harness.mjs +5 -6
  120. package/esm2020/mdc-snack-bar/module.mjs +5 -5
  121. package/esm2020/mdc-snack-bar/simple-snack-bar.mjs +8 -8
  122. package/esm2020/mdc-snack-bar/snack-bar-container.mjs +52 -27
  123. package/esm2020/mdc-snack-bar/snack-bar-content.mjs +10 -10
  124. package/esm2020/mdc-snack-bar/snack-bar.mjs +4 -4
  125. package/esm2020/mdc-snack-bar/testing/snack-bar-harness.mjs +3 -4
  126. package/esm2020/mdc-table/cell.mjs +22 -22
  127. package/esm2020/mdc-table/module.mjs +5 -5
  128. package/esm2020/mdc-table/row.mjs +22 -22
  129. package/esm2020/mdc-table/table.mjs +9 -9
  130. package/esm2020/mdc-table/testing/cell-harness.mjs +8 -8
  131. package/esm2020/mdc-table/testing/row-harness.mjs +8 -8
  132. package/esm2020/mdc-table/testing/table-harness.mjs +2 -2
  133. package/esm2020/mdc-table/text-column.mjs +5 -5
  134. package/esm2020/mdc-tabs/module.mjs +10 -12
  135. package/esm2020/mdc-tabs/tab-body.mjs +8 -8
  136. package/esm2020/mdc-tabs/tab-content.mjs +4 -4
  137. package/esm2020/mdc-tabs/tab-group.mjs +13 -13
  138. package/esm2020/mdc-tabs/tab-header.mjs +5 -5
  139. package/esm2020/mdc-tabs/tab-label-wrapper.mjs +4 -4
  140. package/esm2020/mdc-tabs/tab-label.mjs +4 -4
  141. package/esm2020/mdc-tabs/tab-nav-bar/tab-nav-bar.mjs +12 -12
  142. package/esm2020/mdc-tabs/tab.mjs +4 -4
  143. package/esm2020/mdc-tabs/testing/tab-group-harness.mjs +4 -5
  144. package/esm2020/mdc-tabs/testing/tab-harness.mjs +3 -4
  145. package/esm2020/mdc-tabs/testing/tab-link-harness.mjs +4 -5
  146. package/esm2020/mdc-tabs/testing/tab-nav-bar-harness.mjs +5 -5
  147. package/esm2020/mdc-tabs/testing/tab-nav-panel-harness.mjs +5 -5
  148. package/esm2020/mdc-tooltip/module.mjs +5 -5
  149. package/esm2020/mdc-tooltip/testing/tooltip-harness.mjs +4 -4
  150. package/esm2020/mdc-tooltip/tooltip.mjs +8 -8
  151. package/esm2020/menubar/menubar-item.mjs +20 -6
  152. package/esm2020/menubar/menubar-module.mjs +6 -6
  153. package/esm2020/menubar/menubar.mjs +8 -11
  154. package/esm2020/popover-edit/lens-directives.mjs +10 -10
  155. package/esm2020/popover-edit/popover-edit-module.mjs +5 -5
  156. package/esm2020/popover-edit/table-directives.mjs +13 -13
  157. package/esm2020/selection/row-selection.mjs +4 -4
  158. package/esm2020/selection/select-all.mjs +4 -4
  159. package/esm2020/selection/selection-column.mjs +8 -8
  160. package/esm2020/selection/selection-module.mjs +5 -5
  161. package/esm2020/selection/selection-toggle.mjs +4 -4
  162. package/esm2020/selection/selection.mjs +4 -4
  163. package/esm2020/version.mjs +1 -1
  164. package/fesm2015/column-resize.mjs +36 -36
  165. package/fesm2015/column-resize.mjs.map +1 -1
  166. package/fesm2015/material-experimental.mjs +1 -1
  167. package/fesm2015/material-experimental.mjs.map +1 -1
  168. package/fesm2015/mdc-autocomplete/testing.mjs +3 -3
  169. package/fesm2015/mdc-autocomplete/testing.mjs.map +1 -1
  170. package/fesm2015/mdc-autocomplete.mjs +14 -14
  171. package/fesm2015/mdc-autocomplete.mjs.map +1 -1
  172. package/fesm2015/mdc-button/testing.mjs +1 -1
  173. package/fesm2015/mdc-button/testing.mjs.map +1 -1
  174. package/fesm2015/mdc-button.mjs +42 -42
  175. package/fesm2015/mdc-button.mjs.map +1 -1
  176. package/fesm2015/mdc-card/testing.mjs +2 -3
  177. package/fesm2015/mdc-card/testing.mjs.map +1 -1
  178. package/fesm2015/mdc-card.mjs +47 -47
  179. package/fesm2015/mdc-card.mjs.map +1 -1
  180. package/fesm2015/mdc-checkbox/testing.mjs +3 -2
  181. package/fesm2015/mdc-checkbox/testing.mjs.map +1 -1
  182. package/fesm2015/mdc-checkbox.mjs +8 -8
  183. package/fesm2015/mdc-checkbox.mjs.map +1 -1
  184. package/fesm2015/mdc-chips/testing.mjs +23 -25
  185. package/fesm2015/mdc-chips/testing.mjs.map +1 -1
  186. package/fesm2015/mdc-chips.mjs +76 -60
  187. package/fesm2015/mdc-chips.mjs.map +1 -1
  188. package/fesm2015/mdc-core/testing.mjs +5 -6
  189. package/fesm2015/mdc-core/testing.mjs.map +1 -1
  190. package/fesm2015/mdc-core.mjs +12 -12
  191. package/fesm2015/mdc-core.mjs.map +1 -1
  192. package/fesm2015/mdc-dialog/testing.mjs +5 -6
  193. package/fesm2015/mdc-dialog/testing.mjs.map +1 -1
  194. package/fesm2015/mdc-dialog.mjs +47 -46
  195. package/fesm2015/mdc-dialog.mjs.map +1 -1
  196. package/fesm2015/mdc-form-field/testing.mjs +4 -4
  197. package/fesm2015/mdc-form-field/testing.mjs.map +1 -1
  198. package/fesm2015/mdc-form-field.mjs +40 -37
  199. package/fesm2015/mdc-form-field.mjs.map +1 -1
  200. package/fesm2015/mdc-input.mjs +7 -7
  201. package/fesm2015/mdc-input.mjs.map +1 -1
  202. package/fesm2015/mdc-list/testing.mjs +27 -29
  203. package/fesm2015/mdc-list/testing.mjs.map +1 -1
  204. package/fesm2015/mdc-list.mjs +65 -67
  205. package/fesm2015/mdc-list.mjs.map +1 -1
  206. package/fesm2015/mdc-menu/testing.mjs +4 -6
  207. package/fesm2015/mdc-menu/testing.mjs.map +1 -1
  208. package/fesm2015/mdc-menu.mjs +18 -18
  209. package/fesm2015/mdc-menu.mjs.map +1 -1
  210. package/fesm2015/mdc-paginator/testing.mjs +2 -3
  211. package/fesm2015/mdc-paginator/testing.mjs.map +1 -1
  212. package/fesm2015/mdc-paginator.mjs +13 -13
  213. package/fesm2015/mdc-paginator.mjs.map +1 -1
  214. package/fesm2015/mdc-progress-bar/testing.mjs +3 -1
  215. package/fesm2015/mdc-progress-bar/testing.mjs.map +1 -1
  216. package/fesm2015/mdc-progress-bar.mjs +11 -8
  217. package/fesm2015/mdc-progress-bar.mjs.map +1 -1
  218. package/fesm2015/mdc-progress-spinner/testing.mjs +3 -3
  219. package/fesm2015/mdc-progress-spinner/testing.mjs.map +1 -1
  220. package/fesm2015/mdc-progress-spinner.mjs +8 -8
  221. package/fesm2015/mdc-progress-spinner.mjs.map +1 -1
  222. package/fesm2015/mdc-radio/testing.mjs +8 -7
  223. package/fesm2015/mdc-radio/testing.mjs.map +1 -1
  224. package/fesm2015/mdc-radio.mjs +11 -11
  225. package/fesm2015/mdc-radio.mjs.map +1 -1
  226. package/fesm2015/mdc-select/testing.mjs +2 -3
  227. package/fesm2015/mdc-select/testing.mjs.map +1 -1
  228. package/fesm2015/mdc-select.mjs +14 -15
  229. package/fesm2015/mdc-select.mjs.map +1 -1
  230. package/fesm2015/mdc-slide-toggle/testing.mjs +4 -2
  231. package/fesm2015/mdc-slide-toggle/testing.mjs.map +1 -1
  232. package/fesm2015/mdc-slide-toggle.mjs +8 -8
  233. package/fesm2015/mdc-slide-toggle.mjs.map +1 -1
  234. package/fesm2015/mdc-slider/testing.mjs +7 -9
  235. package/fesm2015/mdc-slider/testing.mjs.map +1 -1
  236. package/fesm2015/mdc-slider.mjs +53 -22
  237. package/fesm2015/mdc-slider.mjs.map +1 -1
  238. package/fesm2015/mdc-snack-bar/testing.mjs +2 -3
  239. package/fesm2015/mdc-snack-bar/testing.mjs.map +1 -1
  240. package/fesm2015/mdc-snack-bar.mjs +77 -52
  241. package/fesm2015/mdc-snack-bar.mjs.map +1 -1
  242. package/fesm2015/mdc-table/testing.mjs +15 -15
  243. package/fesm2015/mdc-table/testing.mjs.map +1 -1
  244. package/fesm2015/mdc-table.mjs +58 -58
  245. package/fesm2015/mdc-table.mjs.map +1 -1
  246. package/fesm2015/mdc-tabs/testing.mjs +12 -15
  247. package/fesm2015/mdc-tabs/testing.mjs.map +1 -1
  248. package/fesm2015/mdc-tabs.mjs +50 -52
  249. package/fesm2015/mdc-tabs.mjs.map +1 -1
  250. package/fesm2015/mdc-tooltip/testing.mjs +3 -3
  251. package/fesm2015/mdc-tooltip/testing.mjs.map +1 -1
  252. package/fesm2015/mdc-tooltip.mjs +11 -11
  253. package/fesm2015/mdc-tooltip.mjs.map +1 -1
  254. package/fesm2015/menubar.mjs +30 -18
  255. package/fesm2015/menubar.mjs.map +1 -1
  256. package/fesm2015/popover-edit.mjs +25 -25
  257. package/fesm2015/popover-edit.mjs.map +1 -1
  258. package/fesm2015/selection.mjs +24 -24
  259. package/fesm2015/selection.mjs.map +1 -1
  260. package/fesm2020/column-resize.mjs +36 -36
  261. package/fesm2020/column-resize.mjs.map +1 -1
  262. package/fesm2020/material-experimental.mjs +1 -1
  263. package/fesm2020/material-experimental.mjs.map +1 -1
  264. package/fesm2020/mdc-autocomplete/testing.mjs +3 -3
  265. package/fesm2020/mdc-autocomplete/testing.mjs.map +1 -1
  266. package/fesm2020/mdc-autocomplete.mjs +14 -14
  267. package/fesm2020/mdc-autocomplete.mjs.map +1 -1
  268. package/fesm2020/mdc-button/testing.mjs +1 -1
  269. package/fesm2020/mdc-button/testing.mjs.map +1 -1
  270. package/fesm2020/mdc-button.mjs +42 -42
  271. package/fesm2020/mdc-button.mjs.map +1 -1
  272. package/fesm2020/mdc-card/testing.mjs +2 -3
  273. package/fesm2020/mdc-card/testing.mjs.map +1 -1
  274. package/fesm2020/mdc-card.mjs +47 -47
  275. package/fesm2020/mdc-card.mjs.map +1 -1
  276. package/fesm2020/mdc-checkbox/testing.mjs +3 -2
  277. package/fesm2020/mdc-checkbox/testing.mjs.map +1 -1
  278. package/fesm2020/mdc-checkbox.mjs +8 -8
  279. package/fesm2020/mdc-checkbox.mjs.map +1 -1
  280. package/fesm2020/mdc-chips/testing.mjs +23 -25
  281. package/fesm2020/mdc-chips/testing.mjs.map +1 -1
  282. package/fesm2020/mdc-chips.mjs +76 -60
  283. package/fesm2020/mdc-chips.mjs.map +1 -1
  284. package/fesm2020/mdc-core/testing.mjs +5 -6
  285. package/fesm2020/mdc-core/testing.mjs.map +1 -1
  286. package/fesm2020/mdc-core.mjs +12 -12
  287. package/fesm2020/mdc-core.mjs.map +1 -1
  288. package/fesm2020/mdc-dialog/testing.mjs +5 -6
  289. package/fesm2020/mdc-dialog/testing.mjs.map +1 -1
  290. package/fesm2020/mdc-dialog.mjs +47 -46
  291. package/fesm2020/mdc-dialog.mjs.map +1 -1
  292. package/fesm2020/mdc-form-field/testing.mjs +4 -4
  293. package/fesm2020/mdc-form-field/testing.mjs.map +1 -1
  294. package/fesm2020/mdc-form-field.mjs +40 -37
  295. package/fesm2020/mdc-form-field.mjs.map +1 -1
  296. package/fesm2020/mdc-input.mjs +7 -7
  297. package/fesm2020/mdc-input.mjs.map +1 -1
  298. package/fesm2020/mdc-list/testing.mjs +27 -29
  299. package/fesm2020/mdc-list/testing.mjs.map +1 -1
  300. package/fesm2020/mdc-list.mjs +65 -67
  301. package/fesm2020/mdc-list.mjs.map +1 -1
  302. package/fesm2020/mdc-menu/testing.mjs +4 -6
  303. package/fesm2020/mdc-menu/testing.mjs.map +1 -1
  304. package/fesm2020/mdc-menu.mjs +18 -18
  305. package/fesm2020/mdc-menu.mjs.map +1 -1
  306. package/fesm2020/mdc-paginator/testing.mjs +2 -3
  307. package/fesm2020/mdc-paginator/testing.mjs.map +1 -1
  308. package/fesm2020/mdc-paginator.mjs +13 -13
  309. package/fesm2020/mdc-paginator.mjs.map +1 -1
  310. package/fesm2020/mdc-progress-bar/testing.mjs +3 -1
  311. package/fesm2020/mdc-progress-bar/testing.mjs.map +1 -1
  312. package/fesm2020/mdc-progress-bar.mjs +11 -8
  313. package/fesm2020/mdc-progress-bar.mjs.map +1 -1
  314. package/fesm2020/mdc-progress-spinner/testing.mjs +3 -3
  315. package/fesm2020/mdc-progress-spinner/testing.mjs.map +1 -1
  316. package/fesm2020/mdc-progress-spinner.mjs +8 -8
  317. package/fesm2020/mdc-progress-spinner.mjs.map +1 -1
  318. package/fesm2020/mdc-radio/testing.mjs +8 -7
  319. package/fesm2020/mdc-radio/testing.mjs.map +1 -1
  320. package/fesm2020/mdc-radio.mjs +11 -11
  321. package/fesm2020/mdc-radio.mjs.map +1 -1
  322. package/fesm2020/mdc-select/testing.mjs +2 -3
  323. package/fesm2020/mdc-select/testing.mjs.map +1 -1
  324. package/fesm2020/mdc-select.mjs +14 -15
  325. package/fesm2020/mdc-select.mjs.map +1 -1
  326. package/fesm2020/mdc-slide-toggle/testing.mjs +4 -2
  327. package/fesm2020/mdc-slide-toggle/testing.mjs.map +1 -1
  328. package/fesm2020/mdc-slide-toggle.mjs +8 -8
  329. package/fesm2020/mdc-slide-toggle.mjs.map +1 -1
  330. package/fesm2020/mdc-slider/testing.mjs +7 -9
  331. package/fesm2020/mdc-slider/testing.mjs.map +1 -1
  332. package/fesm2020/mdc-slider.mjs +51 -21
  333. package/fesm2020/mdc-slider.mjs.map +1 -1
  334. package/fesm2020/mdc-snack-bar/testing.mjs +2 -3
  335. package/fesm2020/mdc-snack-bar/testing.mjs.map +1 -1
  336. package/fesm2020/mdc-snack-bar.mjs +77 -52
  337. package/fesm2020/mdc-snack-bar.mjs.map +1 -1
  338. package/fesm2020/mdc-table/testing.mjs +15 -15
  339. package/fesm2020/mdc-table/testing.mjs.map +1 -1
  340. package/fesm2020/mdc-table.mjs +58 -58
  341. package/fesm2020/mdc-table.mjs.map +1 -1
  342. package/fesm2020/mdc-tabs/testing.mjs +12 -15
  343. package/fesm2020/mdc-tabs/testing.mjs.map +1 -1
  344. package/fesm2020/mdc-tabs.mjs +50 -52
  345. package/fesm2020/mdc-tabs.mjs.map +1 -1
  346. package/fesm2020/mdc-tooltip/testing.mjs +3 -3
  347. package/fesm2020/mdc-tooltip/testing.mjs.map +1 -1
  348. package/fesm2020/mdc-tooltip.mjs +11 -11
  349. package/fesm2020/mdc-tooltip.mjs.map +1 -1
  350. package/fesm2020/menubar.mjs +29 -18
  351. package/fesm2020/menubar.mjs.map +1 -1
  352. package/fesm2020/popover-edit.mjs +25 -25
  353. package/fesm2020/popover-edit.mjs.map +1 -1
  354. package/fesm2020/selection.mjs +24 -24
  355. package/fesm2020/selection.mjs.map +1 -1
  356. package/index.d.ts +6 -8
  357. package/mdc-autocomplete/_autocomplete-theme.scss +10 -10
  358. package/mdc-autocomplete/index.d.ts +95 -6
  359. package/mdc-autocomplete/testing/index.d.ts +32 -8
  360. package/mdc-button/_button-base.scss +4 -3
  361. package/mdc-button/_button-theme-private.scss +0 -1
  362. package/mdc-button/_button-theme.scss +11 -11
  363. package/mdc-button/_fab-theme.scss +10 -10
  364. package/mdc-button/_icon-button-theme.scss +11 -11
  365. package/mdc-button/index.d.ts +217 -5
  366. package/mdc-button/testing/index.d.ts +41 -8
  367. package/mdc-card/_card-theme.scss +11 -11
  368. package/mdc-card/index.d.ts +191 -5
  369. package/mdc-card/testing/index.d.ts +44 -8
  370. package/mdc-checkbox/_checkbox-theme.scss +16 -17
  371. package/mdc-checkbox/index.d.ts +200 -8
  372. package/mdc-checkbox/testing/index.d.ts +28 -8
  373. package/mdc-chips/_chips-theme.scss +20 -15
  374. package/mdc-chips/index.d.ts +1030 -5
  375. package/mdc-chips/testing/index.d.ts +232 -8
  376. package/mdc-color/_all-color.scss +4 -3
  377. package/mdc-core/_core-theme.scss +13 -13
  378. package/mdc-core/index.d.ts +204 -6
  379. package/mdc-core/option/_optgroup-theme.scss +11 -11
  380. package/mdc-core/option/_option-theme.scss +11 -11
  381. package/mdc-core/testing/index.d.ts +64 -8
  382. package/mdc-density/_all-density.scss +4 -3
  383. package/mdc-dialog/_dialog-theme.scss +49 -13
  384. package/mdc-dialog/index.d.ts +215 -6
  385. package/mdc-dialog/testing/index.d.ts +47 -8
  386. package/mdc-form-field/_form-field-density.scss +4 -3
  387. package/mdc-form-field/_form-field-focus-overlay.scss +2 -2
  388. package/mdc-form-field/_form-field-high-contrast.scss +5 -5
  389. package/mdc-form-field/_form-field-native-select.scss +5 -4
  390. package/mdc-form-field/_form-field-subscript.scss +5 -3
  391. package/mdc-form-field/_form-field-theme.scss +16 -16
  392. package/mdc-form-field/index.d.ts +436 -5
  393. package/mdc-form-field/testing/index.d.ts +48 -8
  394. package/mdc-helpers/_focus-indicators-theme.scss +6 -6
  395. package/mdc-helpers/_focus-indicators.scss +2 -2
  396. package/mdc-helpers/_mdc-helpers.scss +12 -14
  397. package/mdc-input/_input-theme.scss +10 -10
  398. package/mdc-input/index.d.ts +30 -8
  399. package/mdc-input/testing/index.d.ts +20 -8
  400. package/mdc-list/_interactive-list-theme.scss +2 -2
  401. package/mdc-list/_list-theme.scss +15 -20
  402. package/mdc-list/index.d.ts +555 -5
  403. package/mdc-list/testing/index.d.ts +367 -6
  404. package/mdc-menu/_menu-theme.scss +10 -10
  405. package/mdc-menu/index.d.ts +108 -6
  406. package/mdc-menu/testing/index.d.ts +38 -8
  407. package/mdc-paginator/_paginator-theme.scss +20 -23
  408. package/mdc-paginator/index.d.ts +70 -6
  409. package/mdc-paginator/testing/index.d.ts +30 -8
  410. package/mdc-progress-bar/_progress-bar-theme.scss +8 -7
  411. package/mdc-progress-bar/index.d.ts +101 -8
  412. package/mdc-progress-bar/testing/index.d.ts +24 -8
  413. package/mdc-progress-spinner/_progress-spinner-theme.scss +8 -7
  414. package/mdc-progress-spinner/index.d.ts +100 -5
  415. package/mdc-progress-spinner/testing/index.d.ts +26 -8
  416. package/mdc-radio/_radio-theme.scss +13 -14
  417. package/mdc-radio/index.d.ts +86 -6
  418. package/mdc-radio/testing/index.d.ts +43 -8
  419. package/mdc-select/_select-theme.scss +10 -10
  420. package/mdc-select/index.d.ts +108 -5
  421. package/mdc-select/testing/index.d.ts +28 -8
  422. package/mdc-slide-toggle/_slide-toggle-theme.scss +14 -15
  423. package/mdc-slide-toggle/index.d.ts +144 -8
  424. package/mdc-slide-toggle/testing/index.d.ts +27 -8
  425. package/mdc-slider/_slider-theme.scss +11 -12
  426. package/mdc-slider/index.d.ts +426 -5
  427. package/mdc-slider/testing/index.d.ts +92 -8
  428. package/mdc-snack-bar/_snack-bar-theme.scss +11 -11
  429. package/mdc-snack-bar/index.d.ts +198 -6
  430. package/mdc-snack-bar/testing/index.d.ts +23 -8
  431. package/mdc-table/_table-theme.scss +12 -12
  432. package/mdc-table/index.d.ts +235 -5
  433. package/mdc-table/testing/index.d.ts +118 -8
  434. package/mdc-tabs/_tabs-common.scss +5 -4
  435. package/mdc-tabs/_tabs-theme.scss +14 -14
  436. package/mdc-tabs/index.d.ts +353 -6
  437. package/mdc-tabs/testing/index.d.ts +151 -8
  438. package/mdc-theming/_all-theme.scss +3 -2
  439. package/mdc-theming/prebuilt/deeppurple-amber.css +1 -1
  440. package/mdc-theming/prebuilt/indigo-pink.css +1 -1
  441. package/mdc-theming/prebuilt/pink-bluegrey.css +1 -1
  442. package/mdc-theming/prebuilt/purple-green.css +1 -1
  443. package/mdc-tooltip/_tooltip-theme.scss +12 -13
  444. package/mdc-tooltip/index.d.ts +115 -5
  445. package/mdc-tooltip/testing/index.d.ts +26 -8
  446. package/mdc-typography/_all-typography.scss +5 -5
  447. package/menubar/index.d.ts +42 -6
  448. package/package.json +79 -33
  449. package/popover-edit/_popover-edit-theme.scss +23 -26
  450. package/popover-edit/index.d.ts +99 -6
  451. package/selection/_selection.scss +3 -3
  452. package/selection/index.d.ts +137 -5
  453. package/column-resize/column-resize-directives/column-resize-flex.d.ts +0 -25
  454. package/column-resize/column-resize-directives/column-resize.d.ts +0 -25
  455. package/column-resize/column-resize-directives/common.d.ts +0 -20
  456. package/column-resize/column-resize-directives/default-enabled-column-resize-flex.d.ts +0 -25
  457. package/column-resize/column-resize-directives/default-enabled-column-resize.d.ts +0 -25
  458. package/column-resize/column-resize-module.d.ts +0 -25
  459. package/column-resize/column-resize_public_index.d.ts +0 -4
  460. package/column-resize/overlay-handle.d.ts +0 -33
  461. package/column-resize/package.json +0 -9
  462. package/column-resize/public-api.d.ts +0 -16
  463. package/column-resize/resizable-directives/common.d.ts +0 -19
  464. package/column-resize/resizable-directives/default-enabled-resizable.d.ts +0 -37
  465. package/column-resize/resizable-directives/resizable.d.ts +0 -36
  466. package/column-resize/resize-strategy.d.ts +0 -22
  467. package/mdc-autocomplete/animations.d.ts +0 -9
  468. package/mdc-autocomplete/autocomplete-origin.d.ts +0 -10
  469. package/mdc-autocomplete/autocomplete-trigger.d.ts +0 -12
  470. package/mdc-autocomplete/autocomplete.d.ts +0 -21
  471. package/mdc-autocomplete/mdc-autocomplete_public_index.d.ts +0 -4
  472. package/mdc-autocomplete/module.d.ts +0 -13
  473. package/mdc-autocomplete/package.json +0 -9
  474. package/mdc-autocomplete/public-api.d.ts +0 -12
  475. package/mdc-autocomplete/testing/autocomplete-harness-filters.d.ts +0 -13
  476. package/mdc-autocomplete/testing/autocomplete-harness.d.ts +0 -26
  477. package/mdc-autocomplete/testing/package.json +0 -9
  478. package/mdc-autocomplete/testing/public-api.d.ts +0 -9
  479. package/mdc-button/button-base.d.ts +0 -70
  480. package/mdc-button/button.d.ts +0 -40
  481. package/mdc-button/fab.d.ts +0 -80
  482. package/mdc-button/icon-button.d.ts +0 -33
  483. package/mdc-button/mdc-button_public_index.d.ts +0 -4
  484. package/mdc-button/module.d.ts +0 -10
  485. package/mdc-button/package.json +0 -9
  486. package/mdc-button/public-api.d.ts +0 -11
  487. package/mdc-button/testing/button-harness.d.ts +0 -41
  488. package/mdc-button/testing/package.json +0 -9
  489. package/mdc-button/testing/public-api.d.ts +0 -9
  490. package/mdc-card/card.d.ts +0 -152
  491. package/mdc-card/mdc-card_public_index.d.ts +0 -4
  492. package/mdc-card/module.d.ts +0 -9
  493. package/mdc-card/package.json +0 -9
  494. package/mdc-card/public-api.d.ts +0 -9
  495. package/mdc-card/testing/card-harness-filters.d.ts +0 -17
  496. package/mdc-card/testing/card-harness.d.ts +0 -36
  497. package/mdc-card/testing/package.json +0 -9
  498. package/mdc-card/testing/public-api.d.ts +0 -9
  499. package/mdc-checkbox/checkbox.d.ts +0 -155
  500. package/mdc-checkbox/mdc-checkbox_public_index.d.ts +0 -4
  501. package/mdc-checkbox/module.d.ts +0 -9
  502. package/mdc-checkbox/package.json +0 -9
  503. package/mdc-checkbox/public-api.d.ts +0 -15
  504. package/mdc-checkbox/testing/checkbox-harness.d.ts +0 -26
  505. package/mdc-checkbox/testing/package.json +0 -9
  506. package/mdc-checkbox/testing/public-api.d.ts +0 -9
  507. package/mdc-chips/chip-action.d.ts +0 -40
  508. package/mdc-chips/chip-default-options.d.ts +0 -15
  509. package/mdc-chips/chip-edit-input.d.ts +0 -25
  510. package/mdc-chips/chip-grid.d.ts +0 -207
  511. package/mdc-chips/chip-icons.d.ts +0 -73
  512. package/mdc-chips/chip-input.d.ts +0 -92
  513. package/mdc-chips/chip-listbox.d.ts +0 -152
  514. package/mdc-chips/chip-option.d.ts +0 -81
  515. package/mdc-chips/chip-row.d.ts +0 -62
  516. package/mdc-chips/chip-set.d.ts +0 -115
  517. package/mdc-chips/chip-text-control.d.ts +0 -20
  518. package/mdc-chips/chip.d.ts +0 -139
  519. package/mdc-chips/emit-event.d.ts +0 -16
  520. package/mdc-chips/mdc-chips_public_index.d.ts +0 -4
  521. package/mdc-chips/module.d.ts +0 -18
  522. package/mdc-chips/package.json +0 -9
  523. package/mdc-chips/public-api.d.ts +0 -19
  524. package/mdc-chips/testing/chip-avatar-harness.d.ts +0 -20
  525. package/mdc-chips/testing/chip-grid-harness.d.ts +0 -29
  526. package/mdc-chips/testing/chip-harness-filters.d.ts +0 -34
  527. package/mdc-chips/testing/chip-harness.d.ts +0 -36
  528. package/mdc-chips/testing/chip-input-harness.d.ts +0 -47
  529. package/mdc-chips/testing/chip-listbox-harness.d.ts +0 -38
  530. package/mdc-chips/testing/chip-option-harness.d.ts +0 -27
  531. package/mdc-chips/testing/chip-remove-harness.d.ts +0 -22
  532. package/mdc-chips/testing/chip-row-harness.d.ts +0 -22
  533. package/mdc-chips/testing/chip-set-harness.d.ts +0 -20
  534. package/mdc-chips/testing/package.json +0 -9
  535. package/mdc-chips/testing/public-api.d.ts +0 -17
  536. package/mdc-core/mdc-core_public_index.d.ts +0 -4
  537. package/mdc-core/option/index.d.ts +0 -13
  538. package/mdc-core/option/optgroup.d.ts +0 -9
  539. package/mdc-core/option/option.d.ts +0 -19
  540. package/mdc-core/package.json +0 -9
  541. package/mdc-core/public-api.d.ts +0 -9
  542. package/mdc-core/testing/optgroup-harness-filters.d.ts +0 -11
  543. package/mdc-core/testing/optgroup-harness.d.ts +0 -33
  544. package/mdc-core/testing/option-harness-filters.d.ts +0 -12
  545. package/mdc-core/testing/option-harness.d.ts +0 -35
  546. package/mdc-core/testing/package.json +0 -9
  547. package/mdc-core/testing/public-api.d.ts +0 -11
  548. package/mdc-dialog/dialog-container.d.ts +0 -53
  549. package/mdc-dialog/dialog-content-directives.d.ts +0 -64
  550. package/mdc-dialog/dialog-ref.d.ts +0 -16
  551. package/mdc-dialog/dialog.d.ts +0 -45
  552. package/mdc-dialog/mdc-dialog_public_index.d.ts +0 -4
  553. package/mdc-dialog/module.d.ts +0 -11
  554. package/mdc-dialog/package.json +0 -9
  555. package/mdc-dialog/public-api.d.ts +0 -13
  556. package/mdc-dialog/testing/dialog-harness.d.ts +0 -30
  557. package/mdc-dialog/testing/dialog-opener.d.ts +0 -18
  558. package/mdc-dialog/testing/package.json +0 -9
  559. package/mdc-dialog/testing/public-api.d.ts +0 -10
  560. package/mdc-form-field/directives/error.d.ts +0 -22
  561. package/mdc-form-field/directives/floating-label.d.ts +0 -34
  562. package/mdc-form-field/directives/hint.d.ts +0 -10
  563. package/mdc-form-field/directives/label.d.ts +0 -6
  564. package/mdc-form-field/directives/line-ripple.d.ts +0 -24
  565. package/mdc-form-field/directives/notched-outline.d.ts +0 -37
  566. package/mdc-form-field/directives/prefix.d.ts +0 -22
  567. package/mdc-form-field/directives/suffix.d.ts +0 -22
  568. package/mdc-form-field/form-field.d.ts +0 -209
  569. package/mdc-form-field/mdc-form-field_public_index.d.ts +0 -4
  570. package/mdc-form-field/module.d.ts +0 -18
  571. package/mdc-form-field/package.json +0 -9
  572. package/mdc-form-field/public-api.d.ts +0 -15
  573. package/mdc-form-field/testing/form-field-harness.d.ts +0 -41
  574. package/mdc-form-field/testing/package.json +0 -9
  575. package/mdc-form-field/testing/public-api.d.ts +0 -10
  576. package/mdc-input/input.d.ts +0 -6
  577. package/mdc-input/mdc-input_public_index.d.ts +0 -4
  578. package/mdc-input/module.d.ts +0 -10
  579. package/mdc-input/package.json +0 -9
  580. package/mdc-input/public-api.d.ts +0 -10
  581. package/mdc-input/testing/package.json +0 -9
  582. package/mdc-input/testing/public-api.d.ts +0 -8
  583. package/mdc-list/action-list.d.ts +0 -7
  584. package/mdc-list/interactive-list-base.d.ts +0 -41
  585. package/mdc-list/list-base.d.ts +0 -120
  586. package/mdc-list/list-item-sections.d.ts +0 -77
  587. package/mdc-list/list-option-types.d.ts +0 -28
  588. package/mdc-list/list-option.d.ts +0 -98
  589. package/mdc-list/list.d.ts +0 -31
  590. package/mdc-list/mdc-list_public_index.d.ts +0 -4
  591. package/mdc-list/module.d.ts +0 -17
  592. package/mdc-list/nav-list.d.ts +0 -7
  593. package/mdc-list/package.json +0 -9
  594. package/mdc-list/public-api.d.ts +0 -18
  595. package/mdc-list/selection-list.d.ts +0 -118
  596. package/mdc-list/subheader.d.ts +0 -9
  597. package/mdc-list/testing/action-list-harness.d.ts +0 -44
  598. package/mdc-list/testing/list-harness-base.d.ts +0 -100
  599. package/mdc-list/testing/list-harness-filters.d.ts +0 -40
  600. package/mdc-list/testing/list-harness.d.ts +0 -36
  601. package/mdc-list/testing/list-item-harness-base.d.ts +0 -79
  602. package/mdc-list/testing/nav-list-harness.d.ts +0 -46
  603. package/mdc-list/testing/package.json +0 -9
  604. package/mdc-list/testing/public-api.d.ts +0 -13
  605. package/mdc-list/testing/selection-list-harness.d.ts +0 -74
  606. package/mdc-menu/directives.d.ts +0 -12
  607. package/mdc-menu/mdc-menu_public_index.d.ts +0 -4
  608. package/mdc-menu/menu-item.d.ts +0 -9
  609. package/mdc-menu/menu.d.ts +0 -22
  610. package/mdc-menu/module.d.ts +0 -13
  611. package/mdc-menu/package.json +0 -9
  612. package/mdc-menu/public-api.d.ts +0 -12
  613. package/mdc-menu/testing/menu-harness.d.ts +0 -35
  614. package/mdc-menu/testing/package.json +0 -9
  615. package/mdc-menu/testing/public-api.d.ts +0 -9
  616. package/mdc-paginator/mdc-paginator_public_index.d.ts +0 -4
  617. package/mdc-paginator/module.d.ts +0 -11
  618. package/mdc-paginator/package.json +0 -9
  619. package/mdc-paginator/paginator.d.ts +0 -40
  620. package/mdc-paginator/public-api.d.ts +0 -10
  621. package/mdc-paginator/testing/package.json +0 -9
  622. package/mdc-paginator/testing/paginator-harness.d.ts +0 -29
  623. package/mdc-paginator/testing/public-api.d.ts +0 -9
  624. package/mdc-progress-bar/mdc-progress-bar_public_index.d.ts +0 -4
  625. package/mdc-progress-bar/module.d.ts +0 -8
  626. package/mdc-progress-bar/package.json +0 -9
  627. package/mdc-progress-bar/progress-bar.d.ts +0 -67
  628. package/mdc-progress-bar/public-api.d.ts +0 -10
  629. package/mdc-progress-bar/testing/package.json +0 -9
  630. package/mdc-progress-bar/testing/progress-bar-harness.d.ts +0 -22
  631. package/mdc-progress-bar/testing/public-api.d.ts +0 -9
  632. package/mdc-progress-bar/testing/testing_public_index.d.ts +0 -4
  633. package/mdc-progress-spinner/mdc-progress-spinner_public_index.d.ts +0 -4
  634. package/mdc-progress-spinner/module.d.ts +0 -9
  635. package/mdc-progress-spinner/package.json +0 -9
  636. package/mdc-progress-spinner/progress-spinner.d.ts +0 -77
  637. package/mdc-progress-spinner/public-api.d.ts +0 -10
  638. package/mdc-progress-spinner/testing/package.json +0 -9
  639. package/mdc-progress-spinner/testing/progress-spinner-harness.d.ts +0 -26
  640. package/mdc-progress-spinner/testing/public-api.d.ts +0 -9
  641. package/mdc-progress-spinner/testing/testing_public_index.d.ts +0 -4
  642. package/mdc-radio/mdc-radio_public_index.d.ts +0 -4
  643. package/mdc-radio/module.d.ts +0 -9
  644. package/mdc-radio/package.json +0 -9
  645. package/mdc-radio/public-api.d.ts +0 -10
  646. package/mdc-radio/radio.d.ts +0 -53
  647. package/mdc-radio/testing/package.json +0 -9
  648. package/mdc-radio/testing/public-api.d.ts +0 -9
  649. package/mdc-radio/testing/radio-harness.d.ts +0 -36
  650. package/mdc-select/mdc-select_public_index.d.ts +0 -4
  651. package/mdc-select/module.d.ts +0 -12
  652. package/mdc-select/package.json +0 -9
  653. package/mdc-select/public-api.d.ts +0 -11
  654. package/mdc-select/select-animations.d.ts +0 -23
  655. package/mdc-select/select-errors.d.ts +0 -26
  656. package/mdc-select/select.d.ts +0 -54
  657. package/mdc-select/testing/package.json +0 -9
  658. package/mdc-select/testing/public-api.d.ts +0 -9
  659. package/mdc-select/testing/select-harness-filters.d.ts +0 -11
  660. package/mdc-select/testing/select-harness.d.ts +0 -25
  661. package/mdc-slide-toggle/mdc-slide-toggle_public_index.d.ts +0 -4
  662. package/mdc-slide-toggle/module.d.ts +0 -10
  663. package/mdc-slide-toggle/package.json +0 -9
  664. package/mdc-slide-toggle/public-api.d.ts +0 -11
  665. package/mdc-slide-toggle/slide-toggle-config.d.ts +0 -18
  666. package/mdc-slide-toggle/slide-toggle.d.ts +0 -107
  667. package/mdc-slide-toggle/testing/package.json +0 -9
  668. package/mdc-slide-toggle/testing/public-api.d.ts +0 -9
  669. package/mdc-slide-toggle/testing/slide-toggle-harness.d.ts +0 -25
  670. package/mdc-slider/global-change-and-input-listener.d.ts +0 -29
  671. package/mdc-slider/mdc-slider_public_index.d.ts +0 -4
  672. package/mdc-slider/module.d.ts +0 -9
  673. package/mdc-slider/package.json +0 -9
  674. package/mdc-slider/public-api.d.ts +0 -9
  675. package/mdc-slider/slider.d.ts +0 -367
  676. package/mdc-slider/testing/package.json +0 -9
  677. package/mdc-slider/testing/public-api.d.ts +0 -10
  678. package/mdc-slider/testing/slider-harness-filters.d.ts +0 -23
  679. package/mdc-slider/testing/slider-harness.d.ts +0 -35
  680. package/mdc-slider/testing/slider-thumb-harness.d.ts +0 -52
  681. package/mdc-snack-bar/mdc-snack-bar_public_index.d.ts +0 -4
  682. package/mdc-snack-bar/module.d.ts +0 -14
  683. package/mdc-snack-bar/package.json +0 -9
  684. package/mdc-snack-bar/public-api.d.ts +0 -13
  685. package/mdc-snack-bar/simple-snack-bar.d.ts +0 -19
  686. package/mdc-snack-bar/snack-bar-container.d.ts +0 -79
  687. package/mdc-snack-bar/snack-bar-content.d.ts +0 -16
  688. package/mdc-snack-bar/snack-bar.d.ts +0 -26
  689. package/mdc-snack-bar/testing/package.json +0 -9
  690. package/mdc-snack-bar/testing/public-api.d.ts +0 -9
  691. package/mdc-snack-bar/testing/snack-bar-harness.d.ts +0 -24
  692. package/mdc-table/cell.d.ts +0 -59
  693. package/mdc-table/mdc-table_public_index.d.ts +0 -4
  694. package/mdc-table/module.d.ts +0 -12
  695. package/mdc-table/package.json +0 -9
  696. package/mdc-table/public-api.d.ts +0 -14
  697. package/mdc-table/row.d.ts +0 -55
  698. package/mdc-table/table-data-source.d.ts +0 -23
  699. package/mdc-table/table.d.ts +0 -27
  700. package/mdc-table/testing/cell-harness.d.ts +0 -44
  701. package/mdc-table/testing/package.json +0 -9
  702. package/mdc-table/testing/public-api.d.ts +0 -11
  703. package/mdc-table/testing/row-harness.d.ts +0 -48
  704. package/mdc-table/testing/table-harness.d.ts +0 -24
  705. package/mdc-table/text-column.d.ts +0 -22
  706. package/mdc-tabs/ink-bar.d.ts +0 -72
  707. package/mdc-tabs/mdc-tabs_public_index.d.ts +0 -4
  708. package/mdc-tabs/module.d.ts +0 -19
  709. package/mdc-tabs/package.json +0 -9
  710. package/mdc-tabs/public-api.d.ts +0 -18
  711. package/mdc-tabs/tab-body.d.ts +0 -31
  712. package/mdc-tabs/tab-content.d.ts +0 -7
  713. package/mdc-tabs/tab-group.d.ts +0 -34
  714. package/mdc-tabs/tab-header.d.ts +0 -35
  715. package/mdc-tabs/tab-label-wrapper.d.ts +0 -28
  716. package/mdc-tabs/tab-label.d.ts +0 -7
  717. package/mdc-tabs/tab-nav-bar/tab-nav-bar.d.ts +0 -68
  718. package/mdc-tabs/tab.d.ts +0 -22
  719. package/mdc-tabs/testing/package.json +0 -9
  720. package/mdc-tabs/testing/public-api.d.ts +0 -12
  721. package/mdc-tabs/testing/tab-group-harness.d.ts +0 -35
  722. package/mdc-tabs/testing/tab-harness-filters.d.ts +0 -29
  723. package/mdc-tabs/testing/tab-harness.d.ts +0 -38
  724. package/mdc-tabs/testing/tab-link-harness.d.ts +0 -29
  725. package/mdc-tabs/testing/tab-nav-bar-harness.d.ts +0 -38
  726. package/mdc-tabs/testing/tab-nav-panel-harness.d.ts +0 -23
  727. package/mdc-tooltip/mdc-tooltip_public_index.d.ts +0 -4
  728. package/mdc-tooltip/module.d.ts +0 -12
  729. package/mdc-tooltip/package.json +0 -9
  730. package/mdc-tooltip/public-api.d.ts +0 -11
  731. package/mdc-tooltip/testing/package.json +0 -9
  732. package/mdc-tooltip/testing/public-api.d.ts +0 -9
  733. package/mdc-tooltip/testing/tooltip-harness.d.ts +0 -24
  734. package/mdc-tooltip/tooltip-animations.d.ts +0 -15
  735. package/mdc-tooltip/tooltip.d.ts +0 -52
  736. package/menubar/menubar-item.d.ts +0 -11
  737. package/menubar/menubar-module.d.ts +0 -9
  738. package/menubar/menubar.d.ts +0 -10
  739. package/menubar/menubar_public_index.d.ts +0 -4
  740. package/menubar/package.json +0 -9
  741. package/menubar/public-api.d.ts +0 -10
  742. package/popover-edit/lens-directives.d.ts +0 -22
  743. package/popover-edit/package.json +0 -9
  744. package/popover-edit/popover-edit-module.d.ts +0 -10
  745. package/popover-edit/popover-edit_public_index.d.ts +0 -4
  746. package/popover-edit/public-api.d.ts +0 -10
  747. package/popover-edit/table-directives.d.ts +0 -41
  748. package/public-api.d.ts +0 -8
  749. package/selection/package.json +0 -9
  750. package/selection/public-api.d.ts +0 -13
  751. package/selection/row-selection.d.ts +0 -22
  752. package/selection/select-all.d.ts +0 -23
  753. package/selection/selection-column.d.ts +0 -34
  754. package/selection/selection-module.d.ts +0 -14
  755. package/selection/selection-toggle.d.ts +0 -25
  756. package/selection/selection.d.ts +0 -22
  757. package/selection/selection_public_index.d.ts +0 -4
  758. package/version.d.ts +0 -10
@@ -1,9 +1,10 @@
1
+ @use '@angular/cdk';
2
+ @use '@angular/material' as mat;
1
3
  @use '@material/ripple' as mdc-ripple;
2
4
  @use '@material/tab' as mdc-tab;
3
5
  @use '@material/tab-indicator' as mdc-tab-indicator;
4
6
  @use 'sass:map';
5
- @use '../../material/core/style/vendor-prefixes';
6
- @use '../../cdk/a11y';
7
+
7
8
  @use '../mdc-helpers/mdc-helpers';
8
9
 
9
10
  $mat-tab-animation-duration: 500ms !default;
@@ -71,7 +72,7 @@ $mat-tab-animation-duration: 500ms !default;
71
72
 
72
73
  // The usual focus indication is color-based so it won't show up in
73
74
  // high contrast mode. Add an outline which is a bit more visible.
74
- @include a11y.high-contrast {
75
+ @include cdk.high-contrast {
75
76
  $outline-width: 2px;
76
77
  outline: dotted $outline-width;
77
78
  outline-offset: -$outline-width; // Not supported on IE, but looks better everywhere else.
@@ -94,7 +95,7 @@ $mat-tab-animation-duration: 500ms !default;
94
95
  }
95
96
 
96
97
  .mat-mdc-tab-header-pagination {
97
- @include vendor-prefixes.user-select(none);
98
+ @include mat.private-user-select(none);
98
99
  position: relative;
99
100
  display: none;
100
101
  justify-content: center;
@@ -1,4 +1,5 @@
1
1
  @use 'sass:map';
2
+ @use '@angular/material' as mat;
2
3
  @use '@material/theme/theme-color' as mdc-theme-color;
3
4
  @use '@material/theme/theme' as mdc-theme;
4
5
  @use '@material/tab-indicator' as mdc-tab-indicator;
@@ -6,15 +7,14 @@
6
7
  @use '@material/tab' as mdc-tab;
7
8
  @use '@material/tab/mixins' as mdc-tab-mixins;
8
9
  @use '@material/tab-bar' as mdc-tab-bar;
10
+
9
11
  @use '../mdc-helpers/mdc-helpers';
10
- @use '../../material/core/typography/typography';
11
- @use '../../material/core/theming/theming';
12
12
 
13
13
  @mixin color($config-or-theme) {
14
- $config: theming.get-color-config($config-or-theme);
15
- $primary: theming.get-color-from-palette(map.get($config, primary));
16
- $accent: theming.get-color-from-palette(map.get($config, accent));
17
- $warn: theming.get-color-from-palette(map.get($config, warn));
14
+ $config: mat.get-color-config($config-or-theme);
15
+ $primary: mat.get-color-from-palette(map.get($config, primary));
16
+ $accent: mat.get-color-from-palette(map.get($config, accent));
17
+ $warn: mat.get-color-from-palette(map.get($config, warn));
18
18
 
19
19
  @include mdc-helpers.mat-using-mdc-theme($config) {
20
20
  .mat-mdc-tab, .mat-mdc-tab-link {
@@ -110,8 +110,8 @@
110
110
  }
111
111
 
112
112
  @mixin typography($config-or-theme) {
113
- $config: typography.private-typography-to-2018-config(
114
- theming.get-typography-config($config-or-theme));
113
+ $config: mat.private-typography-to-2018-config(
114
+ mat.get-typography-config($config-or-theme));
115
115
  @include mdc-helpers.mat-using-mdc-typography($config) {
116
116
  @include mdc-tab.without-ripple($query: mdc-helpers.$mat-typography-styles-query);
117
117
  @include mdc-tab-indicator.core-styles($query: mdc-helpers.$mat-typography-styles-query);
@@ -119,18 +119,18 @@
119
119
  }
120
120
 
121
121
  @mixin density($config-or-theme) {
122
- $density-scale: theming.get-density-config($config-or-theme);
122
+ $density-scale: mat.get-density-config($config-or-theme);
123
123
  .mat-mdc-tab-header {
124
124
  @include mdc-tab-bar.density($density-scale, $query: mdc-helpers.$mat-base-styles-query);
125
125
  }
126
126
  }
127
127
 
128
128
  @mixin theme($theme-or-color-config) {
129
- $theme: theming.private-legacy-get-theme($theme-or-color-config);
130
- @include theming.private-check-duplicate-theme-styles($theme, 'mat-mdc-tabs') {
131
- $color: theming.get-color-config($theme);
132
- $density: theming.get-density-config($theme);
133
- $typography: theming.get-typography-config($theme);
129
+ $theme: mat.private-legacy-get-theme($theme-or-color-config);
130
+ @include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-tabs') {
131
+ $color: mat.get-color-config($theme);
132
+ $density: mat.get-density-config($theme);
133
+ $typography: mat.get-typography-config($theme);
134
134
 
135
135
  @if $color != null {
136
136
  @include color($color);
@@ -1,8 +1,355 @@
1
+ import { AfterContentInit } from '@angular/core';
2
+ import { AfterViewInit } from '@angular/core';
3
+ import { BehaviorSubject } from 'rxjs';
4
+ import { BooleanInput } from '@angular/cdk/coercion';
5
+ import { CdkPortalOutlet } from '@angular/cdk/portal';
6
+ import { ChangeDetectorRef } from '@angular/core';
7
+ import { ComponentFactoryResolver } from '@angular/core';
8
+ import { Directionality } from '@angular/cdk/bidi';
9
+ import { ElementRef } from '@angular/core';
10
+ import { FocusMonitor } from '@angular/cdk/a11y';
11
+ import * as i0 from '@angular/core';
12
+ import * as i10 from '@angular/material-experimental/mdc-core';
13
+ import * as i11 from '@angular/cdk/portal';
14
+ import * as i12 from '@angular/cdk/observers';
15
+ import * as i13 from '@angular/cdk/a11y';
16
+ import * as i9 from '@angular/common';
17
+ import { _MAT_INK_BAR_POSITIONER } from '@angular/material/tabs';
18
+ import { MAT_TAB } from '@angular/material/tabs';
19
+ import { MAT_TAB_GROUP } from '@angular/material/tabs';
20
+ import { MAT_TABS_CONFIG } from '@angular/material/tabs';
21
+ import { _MatInkBarPositioner } from '@angular/material/tabs';
22
+ import { MatTab as MatTab_2 } from '@angular/material/tabs';
23
+ import { _MatTabBodyBase } from '@angular/material/tabs';
24
+ import { MatTabBodyOriginState } from '@angular/material/tabs';
25
+ import { MatTabBodyPortal as MatTabBodyPortal_2 } from '@angular/material/tabs';
26
+ import { MatTabBodyPositionState } from '@angular/material/tabs';
27
+ import { MatTabChangeEvent } from '@angular/material/tabs';
28
+ import { MatTabContent as MatTabContent_2 } from '@angular/material/tabs';
29
+ import { _MatTabGroupBase } from '@angular/material/tabs';
30
+ import { _MatTabHeaderBase } from '@angular/material/tabs';
31
+ import { MatTabHeaderPosition } from '@angular/material/tabs';
32
+ import { MatTabLabel as MatTabLabel_2 } from '@angular/material/tabs';
33
+ import { MatTabLabelWrapper as MatTabLabelWrapper_2 } from '@angular/material/tabs';
34
+ import { _MatTabLinkBase } from '@angular/material/tabs';
35
+ import { _MatTabNavBase } from '@angular/material/tabs';
36
+ import { matTabsAnimations } from '@angular/material/tabs';
37
+ import { MatTabsConfig } from '@angular/material/tabs';
38
+ import { NgZone } from '@angular/core';
39
+ import { OnDestroy } from '@angular/core';
40
+ import { OnInit } from '@angular/core';
41
+ import { Platform } from '@angular/cdk/platform';
42
+ import { QueryList } from '@angular/core';
43
+ import { RippleGlobalOptions } from '@angular/material-experimental/mdc-core';
44
+ import { ScrollDirection } from '@angular/material/tabs';
45
+ import { TemplateRef } from '@angular/core';
46
+ import { ViewContainerRef } from '@angular/core';
47
+ import { ViewportRuler } from '@angular/cdk/scrolling';
48
+
49
+ declare namespace i1 {
50
+ export {
51
+ MatTabContent
52
+ }
53
+ }
54
+
55
+ declare namespace i2 {
56
+ export {
57
+ MatTabLabel
58
+ }
59
+ }
60
+
61
+ declare namespace i3 {
62
+ export {
63
+ MatTab
64
+ }
65
+ }
66
+
67
+ declare namespace i4 {
68
+ export {
69
+ MatTabGroup
70
+ }
71
+ }
72
+
73
+ declare namespace i5 {
74
+ export {
75
+ MatTabNav,
76
+ MatTabLink,
77
+ MatTabNavPanel
78
+ }
79
+ }
80
+
81
+ declare namespace i6 {
82
+ export {
83
+ MatTabBodyPortal,
84
+ MatTabBody
85
+ }
86
+ }
87
+
88
+ declare namespace i7 {
89
+ export {
90
+ MatTabLabelWrapper
91
+ }
92
+ }
93
+
94
+ declare namespace i8 {
95
+ export {
96
+ MatTabHeader
97
+ }
98
+ }
99
+
100
+ export { _MAT_INK_BAR_POSITIONER }
101
+
102
+ export { MAT_TAB }
103
+
104
+ export { MAT_TAB_GROUP }
105
+
106
+ export { MAT_TABS_CONFIG }
107
+
1
108
  /**
2
- * @license
3
- * Copyright Google LLC 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
109
+ * Abstraction around the MDC tab indicator that acts as the tab header's ink bar.
110
+ * @docs-private
7
111
  */
8
- export * from './public-api';
112
+ export declare class MatInkBar {
113
+ private _items;
114
+ /** Item to which the ink bar is aligned currently. */
115
+ private _currentItem;
116
+ constructor(_items: QueryList<MatInkBarItem>);
117
+ /** Hides the ink bar. */
118
+ hide(): void;
119
+ /** Aligns the ink bar to a DOM node. */
120
+ alignToElement(element: HTMLElement): void;
121
+ }
122
+
123
+ /**
124
+ * Implementation of MDC's sliding tab indicator (ink bar) foundation.
125
+ * @docs-private
126
+ */
127
+ declare class MatInkBarFoundation {
128
+ private _hostElement;
129
+ private _document;
130
+ private _destroyed;
131
+ private _foundation;
132
+ private _inkBarElement;
133
+ private _inkBarContentElement;
134
+ private _fitToContent;
135
+ private _adapter;
136
+ constructor(_hostElement: HTMLElement, _document: Document);
137
+ /** Aligns the ink bar to the current item. */
138
+ activate(clientRect?: ClientRect): void;
139
+ /** Removes the ink bar from the current item. */
140
+ deactivate(): void;
141
+ /** Gets the ClientRect of the ink bar. */
142
+ computeContentClientRect(): DOMRect;
143
+ /** Initializes the foundation. */
144
+ init(): void;
145
+ /** Destroys the foundation. */
146
+ destroy(): void;
147
+ /**
148
+ * Sets whether the ink bar should be appended to the content, which will cause the ink bar
149
+ * to match the width of the content rather than the tab host element.
150
+ */
151
+ setFitToContent(fitToContent: boolean): void;
152
+ /**
153
+ * Gets whether the ink bar should be appended to the content, which will cause the ink bar
154
+ * to match the width of the content rather than the tab host element.
155
+ */
156
+ getFitToContent(): boolean;
157
+ /** Creates and appends the ink bar element. */
158
+ private _createInkBarElement;
159
+ /**
160
+ * Appends the ink bar to the tab host element or content, depending on whether
161
+ * the ink bar should fit to content.
162
+ */
163
+ private _appendInkBarElement;
164
+ }
165
+
166
+ /**
167
+ * Item inside a tab header relative to which the ink bar can be aligned.
168
+ * @docs-private
169
+ */
170
+ declare interface MatInkBarItem {
171
+ _foundation: MatInkBarFoundation;
172
+ elementRef: ElementRef<HTMLElement>;
173
+ }
174
+
175
+ export { _MatInkBarPositioner }
176
+
177
+ export declare class MatTab extends MatTab_2 {
178
+ /**
179
+ * Template provided in the tab content that will be used if present, used to enable lazy-loading
180
+ */
181
+ _explicitContent: TemplateRef<any>;
182
+ /** Content for the tab label given by `<ng-template mat-tab-label>`. */
183
+ get templateLabel(): MatTabLabel;
184
+ set templateLabel(value: MatTabLabel);
185
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTab, never>;
186
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatTab, "mat-tab", ["matTab"], { "disabled": "disabled"; }, {}, ["_explicitContent", "templateLabel"], ["*"], false>;
187
+ }
188
+
189
+ /**
190
+ * Wrapper for the contents of a tab.
191
+ * @docs-private
192
+ */
193
+ export declare class MatTabBody extends _MatTabBodyBase {
194
+ _portalHost: CdkPortalOutlet;
195
+ constructor(elementRef: ElementRef<HTMLElement>, dir: Directionality, changeDetectorRef: ChangeDetectorRef);
196
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabBody, [null, { optional: true; }, null]>;
197
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatTabBody, "mat-tab-body", never, {}, {}, never, never, false>;
198
+ }
199
+
200
+ export { MatTabBodyOriginState }
201
+
202
+ /**
203
+ * The portal host directive for the contents of the tab.
204
+ * @docs-private
205
+ */
206
+ export declare class MatTabBodyPortal extends MatTabBodyPortal_2 {
207
+ constructor(componentFactoryResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef, host: MatTabBody, _document: any);
208
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabBodyPortal, never>;
209
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabBodyPortal, "[matTabBodyHost]", never, {}, {}, never, never, false>;
210
+ }
211
+
212
+ export { MatTabBodyPositionState }
213
+
214
+ export { MatTabChangeEvent }
215
+
216
+ /** Decorates the `ng-template` tags and reads out the template from it. */
217
+ export declare class MatTabContent extends MatTabContent_2 {
218
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabContent, never>;
219
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabContent, "[matTabContent]", never, {}, {}, never, never, false>;
220
+ }
221
+
222
+ /**
223
+ * Material design tab-group component. Supports basic tab pairs (label + content) and includes
224
+ * animated ink-bar, keyboard navigation, and screen reader.
225
+ * See: https://material.io/design/components/tabs.html
226
+ */
227
+ export declare class MatTabGroup extends _MatTabGroupBase {
228
+ _allTabs: QueryList<MatTab>;
229
+ _tabBodyWrapper: ElementRef;
230
+ _tabHeader: MatTabHeader;
231
+ /** Whether the ink bar should fit its width to the size of the tab label content. */
232
+ get fitInkBarToContent(): boolean;
233
+ set fitInkBarToContent(v: BooleanInput);
234
+ private _fitInkBarToContent;
235
+ /** Whether tabs should be stretched to fill the header. */
236
+ get stretchTabs(): boolean;
237
+ set stretchTabs(v: BooleanInput);
238
+ private _stretchTabs;
239
+ constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, defaultConfig?: MatTabsConfig, animationMode?: string);
240
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabGroup, [null, null, { optional: true; }, { optional: true; }]>;
241
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatTabGroup, "mat-tab-group", ["matTabGroup"], { "color": "color"; "disableRipple": "disableRipple"; "fitInkBarToContent": "fitInkBarToContent"; "stretchTabs": "mat-stretch-tabs"; }, {}, ["_allTabs"], never, false>;
242
+ }
243
+
244
+ /**
245
+ * The header of the tab group which displays a list of all the tabs in the tab group. Includes
246
+ * an ink bar that follows the currently selected tab. When the tabs list's width exceeds the
247
+ * width of the header container, then arrows will be displayed to allow the user to scroll
248
+ * left and right across the header.
249
+ * @docs-private
250
+ */
251
+ export declare class MatTabHeader extends _MatTabHeaderBase implements AfterContentInit {
252
+ _items: QueryList<MatTabLabelWrapper>;
253
+ _tabListContainer: ElementRef;
254
+ _tabList: ElementRef;
255
+ _tabListInner: ElementRef;
256
+ _nextPaginator: ElementRef<HTMLElement>;
257
+ _previousPaginator: ElementRef<HTMLElement>;
258
+ _inkBar: MatInkBar;
259
+ constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, viewportRuler: ViewportRuler, dir: Directionality, ngZone: NgZone, platform: Platform, animationMode?: string);
260
+ ngAfterContentInit(): void;
261
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabHeader, [null, null, null, { optional: true; }, null, null, { optional: true; }]>;
262
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatTabHeader, "mat-tab-header", never, { "selectedIndex": "selectedIndex"; }, { "selectFocusedIndex": "selectFocusedIndex"; "indexFocused": "indexFocused"; }, ["_items"], ["*"], false>;
263
+ }
264
+
265
+ export { MatTabHeaderPosition }
266
+
267
+ /** Used to flag tab labels for use with the portal directive */
268
+ export declare class MatTabLabel extends MatTabLabel_2 {
269
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabLabel, never>;
270
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabLabel, "[mat-tab-label], [matTabLabel]", never, {}, {}, never, never, false>;
271
+ }
272
+
273
+ /**
274
+ * Used in the `mat-tab-group` view to display tab labels.
275
+ * @docs-private
276
+ */
277
+ export declare class MatTabLabelWrapper extends MatTabLabelWrapper_2 implements MatInkBarItem, OnInit, OnDestroy {
278
+ private _document;
279
+ _foundation: MatInkBarFoundation;
280
+ /** Whether the ink bar should fit its width to the size of the tab label content. */
281
+ get fitInkBarToContent(): boolean;
282
+ set fitInkBarToContent(v: BooleanInput);
283
+ constructor(elementRef: ElementRef, _document: any);
284
+ ngOnInit(): void;
285
+ ngOnDestroy(): void;
286
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabLabelWrapper, never>;
287
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabLabelWrapper, "[matTabLabelWrapper]", never, { "disabled": "disabled"; "fitInkBarToContent": "fitInkBarToContent"; }, {}, never, never, false>;
288
+ }
289
+
290
+ /**
291
+ * Link inside of a `mat-tab-nav-bar`.
292
+ */
293
+ export declare class MatTabLink extends _MatTabLinkBase implements MatInkBarItem, OnInit, OnDestroy {
294
+ private _document;
295
+ _foundation: MatInkBarFoundation;
296
+ private readonly _destroyed;
297
+ constructor(tabNavBar: MatTabNav, elementRef: ElementRef, globalRippleOptions: RippleGlobalOptions | null, tabIndex: string, focusMonitor: FocusMonitor, _document: any, animationMode?: string);
298
+ ngOnInit(): void;
299
+ ngOnDestroy(): void;
300
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabLink, [null, null, { optional: true; }, { attribute: "tabindex"; }, null, null, { optional: true; }]>;
301
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatTabLink, "[mat-tab-link], [matTabLink]", ["matTabLink"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; }, {}, never, ["*"], false>;
302
+ }
303
+
304
+ /**
305
+ * Navigation component matching the styles of the tab group header.
306
+ * Provides anchored navigation with animated ink bar.
307
+ */
308
+ export declare class MatTabNav extends _MatTabNavBase implements AfterContentInit, AfterViewInit {
309
+ /** Whether the ink bar should fit its width to the size of the tab label content. */
310
+ get fitInkBarToContent(): boolean;
311
+ set fitInkBarToContent(v: BooleanInput);
312
+ _fitInkBarToContent: BehaviorSubject<boolean>;
313
+ /** Whether tabs should be stretched to fill the header. */
314
+ get stretchTabs(): boolean;
315
+ set stretchTabs(v: BooleanInput);
316
+ private _stretchTabs;
317
+ _items: QueryList<MatTabLink>;
318
+ _tabListContainer: ElementRef;
319
+ _tabList: ElementRef;
320
+ _tabListInner: ElementRef;
321
+ _nextPaginator: ElementRef<HTMLElement>;
322
+ _previousPaginator: ElementRef<HTMLElement>;
323
+ _inkBar: MatInkBar;
324
+ constructor(elementRef: ElementRef, dir: Directionality, ngZone: NgZone, changeDetectorRef: ChangeDetectorRef, viewportRuler: ViewportRuler, platform: Platform, animationMode?: string, defaultConfig?: MatTabsConfig);
325
+ ngAfterContentInit(): void;
326
+ ngAfterViewInit(): void;
327
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabNav, [null, { optional: true; }, null, null, null, null, { optional: true; }, { optional: true; }]>;
328
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatTabNav, "[mat-tab-nav-bar]", ["matTabNavBar", "matTabNav"], { "color": "color"; "fitInkBarToContent": "fitInkBarToContent"; "stretchTabs": "mat-stretch-tabs"; }, {}, ["_items"], ["*"], false>;
329
+ }
330
+
331
+ /**
332
+ * Tab panel component associated with MatTabNav.
333
+ */
334
+ export declare class MatTabNavPanel {
335
+ /** Unique id for the tab panel. */
336
+ id: string;
337
+ /** Id of the active tab in the nav bar. */
338
+ _activeTabId?: string;
339
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabNavPanel, never>;
340
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatTabNavPanel, "mat-tab-nav-panel", ["matTabNavPanel"], { "id": "id"; }, {}, never, ["*"], false>;
341
+ }
342
+
343
+ export { matTabsAnimations }
344
+
345
+ export { MatTabsConfig }
346
+
347
+ export declare class MatTabsModule {
348
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTabsModule, never>;
349
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatTabsModule, [typeof i1.MatTabContent, typeof i2.MatTabLabel, typeof i3.MatTab, typeof i4.MatTabGroup, typeof i5.MatTabNav, typeof i5.MatTabNavPanel, typeof i5.MatTabLink, typeof i6.MatTabBody, typeof i6.MatTabBodyPortal, typeof i7.MatTabLabelWrapper, typeof i8.MatTabHeader], [typeof i9.CommonModule, typeof i10.MatCommonModule, typeof i11.PortalModule, typeof i10.MatRippleModule, typeof i12.ObserversModule, typeof i13.A11yModule], [typeof i10.MatCommonModule, typeof i1.MatTabContent, typeof i2.MatTabLabel, typeof i3.MatTab, typeof i4.MatTabGroup, typeof i5.MatTabNav, typeof i5.MatTabNavPanel, typeof i5.MatTabLink]>;
350
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatTabsModule>;
351
+ }
352
+
353
+ export { ScrollDirection }
354
+
355
+ export { }
@@ -1,8 +1,151 @@
1
- /**
2
- * @license
3
- * Copyright Google LLC 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
- export * from './public-api';
1
+ import { BaseHarnessFilters } from '@angular/cdk/testing';
2
+ import { ComponentHarness } from '@angular/cdk/testing';
3
+ import { ComponentHarnessConstructor } from '@angular/cdk/testing';
4
+ import { ContentContainerComponentHarness } from '@angular/cdk/testing';
5
+ import { HarnessLoader } from '@angular/cdk/testing';
6
+ import { HarnessPredicate } from '@angular/cdk/testing';
7
+
8
+ /** Harness for interacting with an MDC-based mat-tab-group in tests. */
9
+ export declare class MatTabGroupHarness extends ComponentHarness {
10
+ /** The selector for the host element of a `MatTabGroup` instance. */
11
+ static hostSelector: string;
12
+ /**
13
+ * Gets a `HarnessPredicate` that can be used to search for a tab group with specific attributes.
14
+ * @param options Options for filtering which tab group instances are considered a match.
15
+ * @return a `HarnessPredicate` configured with the given options.
16
+ */
17
+ static with<T extends MatTabGroupHarness>(this: ComponentHarnessConstructor<T>, options?: TabGroupHarnessFilters): HarnessPredicate<T>;
18
+ /**
19
+ * Gets the list of tabs in the tab group.
20
+ * @param filter Optionally filters which tabs are included.
21
+ */
22
+ getTabs(filter?: TabHarnessFilters): Promise<MatTabHarness[]>;
23
+ /** Gets the selected tab of the tab group. */
24
+ getSelectedTab(): Promise<MatTabHarness>;
25
+ /**
26
+ * Selects a tab in this tab group.
27
+ * @param filter An optional filter to apply to the child tabs. The first tab matching the filter
28
+ * will be selected.
29
+ */
30
+ selectTab(filter?: TabHarnessFilters): Promise<void>;
31
+ }
32
+
33
+ /** Harness for interacting with an MDC_based Angular Material tab in tests. */
34
+ export declare class MatTabHarness extends ContentContainerComponentHarness<string> {
35
+ /** The selector for the host element of a `MatTab` instance. */
36
+ static hostSelector: string;
37
+ /**
38
+ * Gets a `HarnessPredicate` that can be used to search for a tab with specific attributes.
39
+ * @param options Options for filtering which tab instances are considered a match.
40
+ * @return a `HarnessPredicate` configured with the given options.
41
+ */
42
+ static with<T extends MatTabHarness>(this: ComponentHarnessConstructor<T>, options?: TabHarnessFilters): HarnessPredicate<T>;
43
+ /** Gets the label of the tab. */
44
+ getLabel(): Promise<string>;
45
+ /** Gets the aria-label of the tab. */
46
+ getAriaLabel(): Promise<string | null>;
47
+ /** Gets the value of the "aria-labelledby" attribute. */
48
+ getAriaLabelledby(): Promise<string | null>;
49
+ /** Whether the tab is selected. */
50
+ isSelected(): Promise<boolean>;
51
+ /** Whether the tab is disabled. */
52
+ isDisabled(): Promise<boolean>;
53
+ /** Selects the given tab by clicking on the label. Tab cannot be selected if disabled. */
54
+ select(): Promise<void>;
55
+ /** Gets the text content of the tab. */
56
+ getTextContent(): Promise<string>;
57
+ protected getRootHarnessLoader(): Promise<HarnessLoader>;
58
+ /** Gets the element id for the content of the current tab. */
59
+ private _getContentId;
60
+ }
61
+
62
+ /** Harness for interacting with an MDC-based Angular Material tab link in tests. */
63
+ export declare class MatTabLinkHarness extends ComponentHarness {
64
+ /** The selector for the host element of a `MatTabLink` instance. */
65
+ static hostSelector: string;
66
+ /**
67
+ * Gets a `HarnessPredicate` that can be used to search for a tab link with specific attributes.
68
+ * @param options Options for filtering which tab link instances are considered a match.
69
+ * @return a `HarnessPredicate` configured with the given options.
70
+ */
71
+ static with<T extends MatTabLinkHarness>(this: ComponentHarnessConstructor<T>, options?: TabLinkHarnessFilters): HarnessPredicate<T>;
72
+ /** Gets the label of the link. */
73
+ getLabel(): Promise<string>;
74
+ /** Whether the link is active. */
75
+ isActive(): Promise<boolean>;
76
+ /** Whether the link is disabled. */
77
+ isDisabled(): Promise<boolean>;
78
+ /** Clicks on the link. */
79
+ click(): Promise<void>;
80
+ }
81
+
82
+ /** Harness for interacting with an MDC-based mat-tab-nav-bar in tests. */
83
+ export declare class MatTabNavBarHarness extends ComponentHarness {
84
+ /** The selector for the host element of a `MatTabNavBar` instance. */
85
+ static hostSelector: string;
86
+ /**
87
+ * Gets a `HarnessPredicate` that can be used to search for a tab nav bar with specific
88
+ * attributes.
89
+ * @param options Options for filtering which tab nav bar instances are considered a match.
90
+ * @return a `HarnessPredicate` configured with the given options.
91
+ */
92
+ static with<T extends MatTabNavBarHarness>(this: ComponentHarnessConstructor<T>, options?: TabNavBarHarnessFilters): HarnessPredicate<T>;
93
+ /**
94
+ * Gets the list of links in the nav bar.
95
+ * @param filter Optionally filters which links are included.
96
+ */
97
+ getLinks(filter?: TabLinkHarnessFilters): Promise<MatTabLinkHarness[]>;
98
+ /** Gets the active link in the nav bar. */
99
+ getActiveLink(): Promise<MatTabLinkHarness>;
100
+ /**
101
+ * Clicks a link inside the nav bar.
102
+ * @param filter An optional filter to apply to the child link. The first link matching the filter
103
+ * will be clicked.
104
+ */
105
+ clickLink(filter?: TabLinkHarnessFilters): Promise<void>;
106
+ /** Gets the panel associated with the nav bar. */
107
+ getPanel(): Promise<MatTabNavPanelHarness>;
108
+ }
109
+
110
+ /** Harness for interacting with a standard mat-tab-nav-panel in tests. */
111
+ declare class MatTabNavPanelHarness extends ContentContainerComponentHarness {
112
+ /** The selector for the host element of a `MatTabNavPanel` instance. */
113
+ static hostSelector: string;
114
+ /**
115
+ * Gets a `HarnessPredicate` that can be used to search for a tab nav panel with specific
116
+ * attributes.
117
+ * @param options Options for filtering which tab nav panel instances are considered a match.
118
+ * @return a `HarnessPredicate` configured with the given options.
119
+ */
120
+ static with<T extends MatTabNavPanelHarness>(this: ComponentHarnessConstructor<T>, options?: TabNavPanelHarnessFilters): HarnessPredicate<T>;
121
+ /** Gets the tab panel text content. */
122
+ getTextContent(): Promise<string>;
123
+ }
124
+
125
+ /** A set of criteria that can be used to filter a list of `MatRadioButtonHarness` instances. */
126
+ export declare interface TabGroupHarnessFilters extends BaseHarnessFilters {
127
+ /** Only find instances whose selected tab label matches the given value. */
128
+ selectedTabLabel?: string | RegExp;
129
+ }
130
+
131
+ /** A set of criteria that can be used to filter a list of `MatRadioButtonHarness` instances. */
132
+ export declare interface TabHarnessFilters extends BaseHarnessFilters {
133
+ /** Only find instances whose label matches the given value. */
134
+ label?: string | RegExp;
135
+ }
136
+
137
+ /** A set of criteria that can be used to filter a list of `MatTabLinkHarness` instances. */
138
+ export declare interface TabLinkHarnessFilters extends BaseHarnessFilters {
139
+ /** Only find instances whose label matches the given value. */
140
+ label?: string | RegExp;
141
+ }
142
+
143
+ /** A set of criteria that can be used to filter a list of `MatTabNavBarHarness` instances. */
144
+ export declare interface TabNavBarHarnessFilters extends BaseHarnessFilters {
145
+ }
146
+
147
+ /** A set of criteria that can be used to filter a list of `MatTabNavBarHarness` instances. */
148
+ export declare interface TabNavPanelHarnessFilters extends BaseHarnessFilters {
149
+ }
150
+
151
+ export { }
@@ -1,3 +1,5 @@
1
+ @use '@angular/material' as mat;
2
+
1
3
  @use '../mdc-core/core-theme';
2
4
  @use '../mdc-autocomplete/autocomplete-theme';
3
5
  @use '../mdc-button/button-theme';
@@ -22,11 +24,10 @@
22
24
  @use '../mdc-progress-spinner/progress-spinner-theme';
23
25
  @use '../mdc-input/input-theme';
24
26
  @use '../mdc-form-field/form-field-theme';
25
- @use '../../material/core/theming/theming';
26
27
 
27
28
  @mixin all-mdc-component-themes($theme-or-color-config) {
28
29
  $dedupe-key: 'angular-material-mdc-theme';
29
- @include theming.private-check-duplicate-theme-styles($theme-or-color-config, $dedupe-key) {
30
+ @include mat.private-check-duplicate-theme-styles($theme-or-color-config, $dedupe-key) {
30
31
  @include core-theme.theme($theme-or-color-config);
31
32
  @include autocomplete-theme.theme($theme-or-color-config);
32
33
  @include button-theme.theme($theme-or-color-config);