@angular/material 16.0.0-next.4 → 16.0.0-next.5

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 (791) hide show
  1. package/autocomplete/index.d.ts +3 -3
  2. package/badge/index.d.ts +1 -1
  3. package/button/_icon-button-theme.scss +85 -35
  4. package/button/index.d.ts +52 -11
  5. package/button-toggle/index.d.ts +2 -2
  6. package/card/index.d.ts +2 -2
  7. package/checkbox/index.d.ts +2 -2
  8. package/chips/index.d.ts +9 -10
  9. package/core/index.d.ts +7 -7
  10. package/core/mdc-helpers/_mdc-helpers.scss +31 -3
  11. package/core/tokens/_token-utils.scss +1 -1
  12. package/core/tokens/m2/{mdc/_table.scss → mat/_radio.scss} +15 -15
  13. package/core/tokens/m2/mdc/_dialog.scss +115 -0
  14. package/core/tokens/m2/mdc/_icon-button.scss +79 -0
  15. package/core/tokens/m2/mdc/_linear-progress.scss +60 -0
  16. package/core/tokens/m2/mdc/_radio.scss +94 -0
  17. package/core/typography/_typography-utils.scss +7 -5
  18. package/datepicker/index.d.ts +13 -13
  19. package/dialog/_dialog-theme.scss +5 -37
  20. package/dialog/index.d.ts +3 -3
  21. package/divider/index.d.ts +1 -1
  22. package/esm2020/autocomplete/autocomplete-origin.mjs +6 -6
  23. package/esm2020/autocomplete/autocomplete-trigger.mjs +6 -6
  24. package/esm2020/autocomplete/autocomplete.mjs +9 -9
  25. package/esm2020/autocomplete/module.mjs +4 -4
  26. package/esm2020/badge/badge-module.mjs +4 -4
  27. package/esm2020/badge/badge.mjs +3 -3
  28. package/esm2020/bottom-sheet/bottom-sheet-container.mjs +3 -3
  29. package/esm2020/bottom-sheet/bottom-sheet-module.mjs +4 -4
  30. package/esm2020/bottom-sheet/bottom-sheet.mjs +3 -3
  31. package/esm2020/button/button-base.mjs +39 -14
  32. package/esm2020/button/button-lazy-loader.mjs +114 -0
  33. package/esm2020/button/button.mjs +9 -10
  34. package/esm2020/button/fab.mjs +17 -18
  35. package/esm2020/button/icon-button.mjs +21 -10
  36. package/esm2020/button/module.mjs +4 -4
  37. package/esm2020/button-toggle/button-toggle-module.mjs +4 -4
  38. package/esm2020/button-toggle/button-toggle.mjs +6 -6
  39. package/esm2020/card/card.mjs +42 -42
  40. package/esm2020/card/module.mjs +4 -4
  41. package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
  42. package/esm2020/checkbox/checkbox.mjs +6 -6
  43. package/esm2020/checkbox/module.mjs +8 -8
  44. package/esm2020/chips/chip-action.mjs +3 -3
  45. package/esm2020/chips/chip-edit-input.mjs +3 -3
  46. package/esm2020/chips/chip-grid.mjs +3 -3
  47. package/esm2020/chips/chip-icons.mjs +9 -9
  48. package/esm2020/chips/chip-input.mjs +6 -12
  49. package/esm2020/chips/chip-listbox.mjs +3 -3
  50. package/esm2020/chips/chip-option.mjs +3 -3
  51. package/esm2020/chips/chip-row.mjs +3 -3
  52. package/esm2020/chips/chip-set.mjs +3 -3
  53. package/esm2020/chips/chip.mjs +3 -3
  54. package/esm2020/chips/module.mjs +4 -4
  55. package/esm2020/core/common-behaviors/common-module.mjs +4 -4
  56. package/esm2020/core/datetime/index.mjs +8 -8
  57. package/esm2020/core/datetime/native-date-adapter.mjs +3 -3
  58. package/esm2020/core/error/error-options.mjs +6 -6
  59. package/esm2020/core/line/line.mjs +7 -7
  60. package/esm2020/core/option/index.mjs +4 -4
  61. package/esm2020/core/option/optgroup.mjs +6 -6
  62. package/esm2020/core/option/option.mjs +6 -6
  63. package/esm2020/core/ripple/index.mjs +4 -4
  64. package/esm2020/core/ripple/ripple.mjs +5 -5
  65. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +4 -4
  66. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  67. package/esm2020/core/version.mjs +1 -1
  68. package/esm2020/datepicker/calendar-body.mjs +3 -3
  69. package/esm2020/datepicker/calendar.mjs +6 -6
  70. package/esm2020/datepicker/date-range-input-parts.mjs +9 -9
  71. package/esm2020/datepicker/date-range-input.mjs +3 -3
  72. package/esm2020/datepicker/date-range-picker.mjs +3 -3
  73. package/esm2020/datepicker/date-range-selection-strategy.mjs +3 -3
  74. package/esm2020/datepicker/date-selection-model.mjs +9 -9
  75. package/esm2020/datepicker/datepicker-actions.mjs +9 -9
  76. package/esm2020/datepicker/datepicker-base.mjs +6 -6
  77. package/esm2020/datepicker/datepicker-input-base.mjs +3 -3
  78. package/esm2020/datepicker/datepicker-input.mjs +3 -3
  79. package/esm2020/datepicker/datepicker-intl.mjs +3 -3
  80. package/esm2020/datepicker/datepicker-module.mjs +4 -4
  81. package/esm2020/datepicker/datepicker-toggle.mjs +6 -6
  82. package/esm2020/datepicker/datepicker.mjs +3 -3
  83. package/esm2020/datepicker/month-view.mjs +3 -3
  84. package/esm2020/datepicker/multi-year-view.mjs +3 -3
  85. package/esm2020/datepicker/year-view.mjs +3 -3
  86. package/esm2020/dialog/dialog-container.mjs +7 -7
  87. package/esm2020/dialog/dialog-content-directives.mjs +12 -12
  88. package/esm2020/dialog/dialog.mjs +6 -6
  89. package/esm2020/dialog/module.mjs +4 -4
  90. package/esm2020/divider/divider-module.mjs +4 -4
  91. package/esm2020/divider/divider.mjs +3 -3
  92. package/esm2020/expansion/accordion.mjs +3 -3
  93. package/esm2020/expansion/expansion-module.mjs +4 -4
  94. package/esm2020/expansion/expansion-panel-content.mjs +3 -3
  95. package/esm2020/expansion/expansion-panel-header.mjs +9 -9
  96. package/esm2020/expansion/expansion-panel.mjs +6 -6
  97. package/esm2020/form-field/directives/error.mjs +3 -3
  98. package/esm2020/form-field/directives/floating-label.mjs +3 -3
  99. package/esm2020/form-field/directives/hint.mjs +3 -3
  100. package/esm2020/form-field/directives/label.mjs +3 -3
  101. package/esm2020/form-field/directives/line-ripple.mjs +3 -3
  102. package/esm2020/form-field/directives/notched-outline.mjs +3 -3
  103. package/esm2020/form-field/directives/prefix.mjs +3 -3
  104. package/esm2020/form-field/directives/suffix.mjs +3 -3
  105. package/esm2020/form-field/form-field-control.mjs +3 -3
  106. package/esm2020/form-field/form-field.mjs +3 -3
  107. package/esm2020/form-field/module.mjs +4 -4
  108. package/esm2020/grid-list/grid-list-module.mjs +4 -4
  109. package/esm2020/grid-list/grid-list.mjs +3 -3
  110. package/esm2020/grid-list/grid-tile.mjs +15 -15
  111. package/esm2020/icon/icon-module.mjs +4 -4
  112. package/esm2020/icon/icon-registry.mjs +3 -3
  113. package/esm2020/icon/icon.mjs +3 -3
  114. package/esm2020/icon/testing/fake-icon-registry.mjs +7 -7
  115. package/esm2020/input/input.mjs +3 -3
  116. package/esm2020/input/module.mjs +4 -4
  117. package/esm2020/legacy-autocomplete/autocomplete-module.mjs +4 -4
  118. package/esm2020/legacy-autocomplete/autocomplete-origin.mjs +3 -3
  119. package/esm2020/legacy-autocomplete/autocomplete-trigger.mjs +3 -3
  120. package/esm2020/legacy-autocomplete/autocomplete.mjs +3 -3
  121. package/esm2020/legacy-button/button-module.mjs +4 -4
  122. package/esm2020/legacy-button/button.mjs +6 -6
  123. package/esm2020/legacy-card/card-module.mjs +4 -4
  124. package/esm2020/legacy-card/card.mjs +42 -42
  125. package/esm2020/legacy-checkbox/checkbox-module.mjs +4 -4
  126. package/esm2020/legacy-checkbox/checkbox.mjs +3 -3
  127. package/esm2020/legacy-chips/chip-input.mjs +6 -12
  128. package/esm2020/legacy-chips/chip-list.mjs +3 -3
  129. package/esm2020/legacy-chips/chip.mjs +12 -12
  130. package/esm2020/legacy-chips/chips-module.mjs +4 -4
  131. package/esm2020/legacy-core/option/index.mjs +4 -4
  132. package/esm2020/legacy-core/option/optgroup.mjs +3 -3
  133. package/esm2020/legacy-core/option/option.mjs +3 -3
  134. package/esm2020/legacy-dialog/dialog-container.mjs +3 -3
  135. package/esm2020/legacy-dialog/dialog-content-directives.mjs +12 -12
  136. package/esm2020/legacy-dialog/dialog-module.mjs +4 -4
  137. package/esm2020/legacy-dialog/dialog.mjs +3 -3
  138. package/esm2020/legacy-form-field/error.mjs +3 -3
  139. package/esm2020/legacy-form-field/form-field-module.mjs +4 -4
  140. package/esm2020/legacy-form-field/form-field.mjs +3 -3
  141. package/esm2020/legacy-form-field/hint.mjs +3 -3
  142. package/esm2020/legacy-form-field/label.mjs +3 -3
  143. package/esm2020/legacy-form-field/placeholder.mjs +3 -3
  144. package/esm2020/legacy-form-field/prefix.mjs +3 -3
  145. package/esm2020/legacy-form-field/suffix.mjs +3 -3
  146. package/esm2020/legacy-input/input-module.mjs +4 -4
  147. package/esm2020/legacy-input/input.mjs +3 -3
  148. package/esm2020/legacy-list/list-module.mjs +4 -4
  149. package/esm2020/legacy-list/list.mjs +18 -18
  150. package/esm2020/legacy-list/selection-list.mjs +6 -6
  151. package/esm2020/legacy-menu/menu-content.mjs +3 -3
  152. package/esm2020/legacy-menu/menu-item.mjs +3 -3
  153. package/esm2020/legacy-menu/menu-module.mjs +4 -4
  154. package/esm2020/legacy-menu/menu-trigger.mjs +3 -3
  155. package/esm2020/legacy-menu/menu.mjs +3 -3
  156. package/esm2020/legacy-paginator/paginator-module.mjs +4 -4
  157. package/esm2020/legacy-paginator/paginator.mjs +3 -3
  158. package/esm2020/legacy-progress-bar/progress-bar-module.mjs +4 -4
  159. package/esm2020/legacy-progress-bar/progress-bar.mjs +3 -3
  160. package/esm2020/legacy-progress-spinner/progress-spinner-module.mjs +4 -4
  161. package/esm2020/legacy-progress-spinner/progress-spinner.mjs +3 -3
  162. package/esm2020/legacy-radio/radio-module.mjs +4 -4
  163. package/esm2020/legacy-radio/radio.mjs +6 -6
  164. package/esm2020/legacy-select/select-module.mjs +4 -4
  165. package/esm2020/legacy-select/select.mjs +6 -6
  166. package/esm2020/legacy-slide-toggle/slide-toggle-module.mjs +4 -4
  167. package/esm2020/legacy-slide-toggle/slide-toggle.mjs +3 -3
  168. package/esm2020/legacy-slider/slider-module.mjs +4 -4
  169. package/esm2020/legacy-slider/slider.mjs +3 -3
  170. package/esm2020/legacy-snack-bar/simple-snack-bar.mjs +3 -3
  171. package/esm2020/legacy-snack-bar/snack-bar-container.mjs +3 -3
  172. package/esm2020/legacy-snack-bar/snack-bar-module.mjs +4 -4
  173. package/esm2020/legacy-snack-bar/snack-bar.mjs +3 -3
  174. package/esm2020/legacy-table/cell.mjs +21 -21
  175. package/esm2020/legacy-table/row.mjs +21 -21
  176. package/esm2020/legacy-table/table-module.mjs +4 -4
  177. package/esm2020/legacy-table/table.mjs +6 -6
  178. package/esm2020/legacy-table/text-column.mjs +3 -3
  179. package/esm2020/legacy-tabs/ink-bar.mjs +3 -3
  180. package/esm2020/legacy-tabs/tab-body.mjs +6 -6
  181. package/esm2020/legacy-tabs/tab-content.mjs +3 -3
  182. package/esm2020/legacy-tabs/tab-group.mjs +3 -3
  183. package/esm2020/legacy-tabs/tab-header.mjs +3 -3
  184. package/esm2020/legacy-tabs/tab-label-wrapper.mjs +3 -3
  185. package/esm2020/legacy-tabs/tab-label.mjs +3 -3
  186. package/esm2020/legacy-tabs/tab-nav-bar/tab-nav-bar.mjs +9 -9
  187. package/esm2020/legacy-tabs/tab.mjs +3 -3
  188. package/esm2020/legacy-tabs/tabs-module.mjs +4 -4
  189. package/esm2020/legacy-tooltip/tooltip-module.mjs +4 -4
  190. package/esm2020/legacy-tooltip/tooltip.mjs +9 -11
  191. package/esm2020/list/action-list.mjs +3 -3
  192. package/esm2020/list/list-base.mjs +6 -6
  193. package/esm2020/list/list-item-sections.mjs +18 -18
  194. package/esm2020/list/list-module.mjs +4 -4
  195. package/esm2020/list/list-option.mjs +5 -5
  196. package/esm2020/list/list.mjs +6 -6
  197. package/esm2020/list/nav-list.mjs +3 -3
  198. package/esm2020/list/selection-list.mjs +3 -3
  199. package/esm2020/list/subheader.mjs +3 -3
  200. package/esm2020/menu/menu-content.mjs +6 -6
  201. package/esm2020/menu/menu-item.mjs +3 -3
  202. package/esm2020/menu/menu-trigger.mjs +6 -6
  203. package/esm2020/menu/menu.mjs +14 -17
  204. package/esm2020/menu/module.mjs +4 -4
  205. package/esm2020/paginator/module.mjs +4 -4
  206. package/esm2020/paginator/paginator-intl.mjs +3 -3
  207. package/esm2020/paginator/paginator.mjs +6 -6
  208. package/esm2020/progress-bar/module.mjs +4 -4
  209. package/esm2020/progress-bar/progress-bar.mjs +4 -4
  210. package/esm2020/progress-spinner/module.mjs +4 -4
  211. package/esm2020/progress-spinner/progress-spinner.mjs +3 -3
  212. package/esm2020/radio/module.mjs +4 -4
  213. package/esm2020/radio/radio.mjs +13 -13
  214. package/esm2020/select/module.mjs +4 -4
  215. package/esm2020/select/select.mjs +9 -9
  216. package/esm2020/sidenav/drawer.mjs +9 -9
  217. package/esm2020/sidenav/sidenav-module.mjs +4 -4
  218. package/esm2020/sidenav/sidenav.mjs +9 -9
  219. package/esm2020/slide-toggle/module.mjs +8 -8
  220. package/esm2020/slide-toggle/slide-toggle-required-validator.mjs +3 -3
  221. package/esm2020/slide-toggle/slide-toggle.mjs +6 -6
  222. package/esm2020/slider/module.mjs +4 -4
  223. package/esm2020/slider/slider-input.mjs +6 -6
  224. package/esm2020/slider/slider-thumb.mjs +3 -3
  225. package/esm2020/slider/slider.mjs +3 -3
  226. package/esm2020/snack-bar/module.mjs +4 -4
  227. package/esm2020/snack-bar/simple-snack-bar.mjs +3 -3
  228. package/esm2020/snack-bar/snack-bar-container.mjs +6 -6
  229. package/esm2020/snack-bar/snack-bar-content.mjs +9 -9
  230. package/esm2020/snack-bar/snack-bar.mjs +6 -6
  231. package/esm2020/sort/sort-header-intl.mjs +3 -3
  232. package/esm2020/sort/sort-header.mjs +3 -3
  233. package/esm2020/sort/sort-module.mjs +4 -4
  234. package/esm2020/sort/sort.mjs +3 -3
  235. package/esm2020/stepper/step-content.mjs +3 -3
  236. package/esm2020/stepper/step-header.mjs +3 -3
  237. package/esm2020/stepper/step-label.mjs +3 -3
  238. package/esm2020/stepper/stepper-button.mjs +6 -6
  239. package/esm2020/stepper/stepper-icon.mjs +3 -3
  240. package/esm2020/stepper/stepper-intl.mjs +3 -3
  241. package/esm2020/stepper/stepper-module.mjs +4 -4
  242. package/esm2020/stepper/stepper.mjs +6 -6
  243. package/esm2020/table/cell.mjs +21 -21
  244. package/esm2020/table/module.mjs +4 -4
  245. package/esm2020/table/row.mjs +21 -21
  246. package/esm2020/table/table.mjs +6 -6
  247. package/esm2020/table/text-column.mjs +3 -3
  248. package/esm2020/tabs/module.mjs +4 -4
  249. package/esm2020/tabs/paginated-tab-header.mjs +3 -3
  250. package/esm2020/tabs/tab-body.mjs +9 -9
  251. package/esm2020/tabs/tab-content.mjs +3 -3
  252. package/esm2020/tabs/tab-group.mjs +6 -6
  253. package/esm2020/tabs/tab-header.mjs +6 -6
  254. package/esm2020/tabs/tab-label-wrapper.mjs +6 -6
  255. package/esm2020/tabs/tab-label.mjs +3 -3
  256. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +15 -15
  257. package/esm2020/tabs/tab.mjs +6 -6
  258. package/esm2020/toolbar/toolbar-module.mjs +4 -4
  259. package/esm2020/toolbar/toolbar.mjs +6 -6
  260. package/esm2020/tooltip/module.mjs +4 -4
  261. package/esm2020/tooltip/tooltip.mjs +27 -19
  262. package/esm2020/tree/node.mjs +9 -9
  263. package/esm2020/tree/outlet.mjs +3 -3
  264. package/esm2020/tree/padding.mjs +3 -3
  265. package/esm2020/tree/toggle.mjs +3 -3
  266. package/esm2020/tree/tree-module.mjs +4 -4
  267. package/esm2020/tree/tree.mjs +4 -4
  268. package/expansion/index.d.ts +3 -3
  269. package/fesm2015/autocomplete/testing.mjs +0 -16
  270. package/fesm2015/autocomplete/testing.mjs.map +1 -1
  271. package/fesm2015/autocomplete.mjs +24 -75
  272. package/fesm2015/autocomplete.mjs.map +1 -1
  273. package/fesm2015/badge/testing.mjs +0 -16
  274. package/fesm2015/badge/testing.mjs.map +1 -1
  275. package/fesm2015/badge.mjs +7 -30
  276. package/fesm2015/badge.mjs.map +1 -1
  277. package/fesm2015/bottom-sheet/testing.mjs +0 -16
  278. package/fesm2015/bottom-sheet/testing.mjs.map +1 -1
  279. package/fesm2015/bottom-sheet.mjs +10 -61
  280. package/fesm2015/bottom-sheet.mjs.map +1 -1
  281. package/fesm2015/button/testing.mjs +0 -16
  282. package/fesm2015/button/testing.mjs.map +1 -1
  283. package/fesm2015/button-toggle/testing.mjs +0 -16
  284. package/fesm2015/button-toggle/testing.mjs.map +1 -1
  285. package/fesm2015/button-toggle.mjs +10 -33
  286. package/fesm2015/button-toggle.mjs.map +1 -1
  287. package/fesm2015/button.mjs +198 -86
  288. package/fesm2015/button.mjs.map +1 -1
  289. package/fesm2015/card/testing.mjs +0 -16
  290. package/fesm2015/card/testing.mjs.map +1 -1
  291. package/fesm2015/card.mjs +46 -76
  292. package/fesm2015/card.mjs.map +1 -1
  293. package/fesm2015/checkbox/testing.mjs +0 -16
  294. package/fesm2015/checkbox/testing.mjs.map +1 -1
  295. package/fesm2015/checkbox.mjs +17 -61
  296. package/fesm2015/checkbox.mjs.map +1 -1
  297. package/fesm2015/chips/testing.mjs +0 -23
  298. package/fesm2015/chips/testing.mjs.map +1 -1
  299. package/fesm2015/chips.mjs +42 -148
  300. package/fesm2015/chips.mjs.map +1 -1
  301. package/fesm2015/core/testing.mjs +0 -16
  302. package/fesm2015/core/testing.mjs.map +1 -1
  303. package/fesm2015/core.mjs +60 -246
  304. package/fesm2015/core.mjs.map +1 -1
  305. package/fesm2015/datepicker/testing.mjs +0 -16
  306. package/fesm2015/datepicker/testing.mjs.map +1 -1
  307. package/fesm2015/datepicker.mjs +82 -238
  308. package/fesm2015/datepicker.mjs.map +1 -1
  309. package/fesm2015/dialog/testing.mjs +0 -23
  310. package/fesm2015/dialog/testing.mjs.map +1 -1
  311. package/fesm2015/dialog.mjs +29 -87
  312. package/fesm2015/dialog.mjs.map +1 -1
  313. package/fesm2015/divider/testing.mjs +0 -16
  314. package/fesm2015/divider/testing.mjs.map +1 -1
  315. package/fesm2015/divider.mjs +7 -37
  316. package/fesm2015/divider.mjs.map +1 -1
  317. package/fesm2015/expansion/testing.mjs +0 -16
  318. package/fesm2015/expansion/testing.mjs.map +1 -1
  319. package/fesm2015/expansion.mjs +25 -83
  320. package/fesm2015/expansion.mjs.map +1 -1
  321. package/fesm2015/form-field/testing/control.mjs +0 -15
  322. package/fesm2015/form-field/testing/control.mjs.map +1 -1
  323. package/fesm2015/form-field/testing.mjs +1 -15
  324. package/fesm2015/form-field/testing.mjs.map +1 -1
  325. package/fesm2015/form-field.mjs +34 -127
  326. package/fesm2015/form-field.mjs.map +1 -1
  327. package/fesm2015/grid-list/testing.mjs +0 -16
  328. package/fesm2015/grid-list/testing.mjs.map +1 -1
  329. package/fesm2015/grid-list.mjs +22 -79
  330. package/fesm2015/grid-list.mjs.map +1 -1
  331. package/fesm2015/icon/testing.mjs +7 -30
  332. package/fesm2015/icon/testing.mjs.map +1 -1
  333. package/fesm2015/icon.mjs +10 -54
  334. package/fesm2015/icon.mjs.map +1 -1
  335. package/fesm2015/input/testing.mjs +0 -16
  336. package/fesm2015/input/testing.mjs.map +1 -1
  337. package/fesm2015/input.mjs +7 -51
  338. package/fesm2015/input.mjs.map +1 -1
  339. package/fesm2015/legacy-autocomplete/testing.mjs +0 -16
  340. package/fesm2015/legacy-autocomplete/testing.mjs.map +1 -1
  341. package/fesm2015/legacy-autocomplete.mjs +13 -57
  342. package/fesm2015/legacy-autocomplete.mjs.map +1 -1
  343. package/fesm2015/legacy-button/testing.mjs +0 -16
  344. package/fesm2015/legacy-button/testing.mjs.map +1 -1
  345. package/fesm2015/legacy-button.mjs +10 -33
  346. package/fesm2015/legacy-button.mjs.map +1 -1
  347. package/fesm2015/legacy-card/testing.mjs +0 -16
  348. package/fesm2015/legacy-card/testing.mjs.map +1 -1
  349. package/fesm2015/legacy-card.mjs +46 -76
  350. package/fesm2015/legacy-card.mjs.map +1 -1
  351. package/fesm2015/legacy-checkbox/testing.mjs +0 -16
  352. package/fesm2015/legacy-checkbox/testing.mjs.map +1 -1
  353. package/fesm2015/legacy-checkbox.mjs +7 -30
  354. package/fesm2015/legacy-checkbox.mjs.map +1 -1
  355. package/fesm2015/legacy-chips/testing.mjs +0 -23
  356. package/fesm2015/legacy-chips/testing.mjs.map +1 -1
  357. package/fesm2015/legacy-chips.mjs +24 -74
  358. package/fesm2015/legacy-chips.mjs.map +1 -1
  359. package/fesm2015/legacy-core/testing.mjs +0 -16
  360. package/fesm2015/legacy-core/testing.mjs.map +1 -1
  361. package/fesm2015/legacy-core.mjs +10 -47
  362. package/fesm2015/legacy-core.mjs.map +1 -1
  363. package/fesm2015/legacy-dialog/testing.mjs +0 -30
  364. package/fesm2015/legacy-dialog/testing.mjs.map +1 -1
  365. package/fesm2015/legacy-dialog.mjs +22 -80
  366. package/fesm2015/legacy-dialog.mjs.map +1 -1
  367. package/fesm2015/legacy-form-field/testing.mjs +0 -23
  368. package/fesm2015/legacy-form-field/testing.mjs.map +1 -1
  369. package/fesm2015/legacy-form-field.mjs +25 -90
  370. package/fesm2015/legacy-form-field.mjs.map +1 -1
  371. package/fesm2015/legacy-input/testing.mjs +0 -16
  372. package/fesm2015/legacy-input/testing.mjs.map +1 -1
  373. package/fesm2015/legacy-input.mjs +7 -37
  374. package/fesm2015/legacy-input.mjs.map +1 -1
  375. package/fesm2015/legacy-list/testing.mjs +0 -23
  376. package/fesm2015/legacy-list/testing.mjs.map +1 -1
  377. package/fesm2015/legacy-list.mjs +28 -65
  378. package/fesm2015/legacy-list.mjs.map +1 -1
  379. package/fesm2015/legacy-menu/testing.mjs +0 -16
  380. package/fesm2015/legacy-menu/testing.mjs.map +1 -1
  381. package/fesm2015/legacy-menu.mjs +16 -67
  382. package/fesm2015/legacy-menu.mjs.map +1 -1
  383. package/fesm2015/legacy-paginator/testing.mjs +0 -23
  384. package/fesm2015/legacy-paginator/testing.mjs.map +1 -1
  385. package/fesm2015/legacy-paginator.mjs +7 -37
  386. package/fesm2015/legacy-paginator.mjs.map +1 -1
  387. package/fesm2015/legacy-progress-bar/testing.mjs +0 -16
  388. package/fesm2015/legacy-progress-bar/testing.mjs.map +1 -1
  389. package/fesm2015/legacy-progress-bar.mjs +7 -37
  390. package/fesm2015/legacy-progress-bar.mjs.map +1 -1
  391. package/fesm2015/legacy-progress-spinner/testing.mjs +0 -16
  392. package/fesm2015/legacy-progress-spinner/testing.mjs.map +1 -1
  393. package/fesm2015/legacy-progress-spinner.mjs +7 -36
  394. package/fesm2015/legacy-progress-spinner.mjs.map +1 -1
  395. package/fesm2015/legacy-radio/testing.mjs +0 -16
  396. package/fesm2015/legacy-radio/testing.mjs.map +1 -1
  397. package/fesm2015/legacy-radio.mjs +10 -33
  398. package/fesm2015/legacy-radio.mjs.map +1 -1
  399. package/fesm2015/legacy-select/testing.mjs +0 -16
  400. package/fesm2015/legacy-select/testing.mjs.map +1 -1
  401. package/fesm2015/legacy-select.mjs +10 -40
  402. package/fesm2015/legacy-select.mjs.map +1 -1
  403. package/fesm2015/legacy-slide-toggle/testing.mjs +0 -16
  404. package/fesm2015/legacy-slide-toggle/testing.mjs.map +1 -1
  405. package/fesm2015/legacy-slide-toggle.mjs +7 -37
  406. package/fesm2015/legacy-slide-toggle.mjs.map +1 -1
  407. package/fesm2015/legacy-slider/testing.mjs +0 -16
  408. package/fesm2015/legacy-slider/testing.mjs.map +1 -1
  409. package/fesm2015/legacy-slider.mjs +7 -30
  410. package/fesm2015/legacy-slider.mjs.map +1 -1
  411. package/fesm2015/legacy-snack-bar/testing.mjs +0 -16
  412. package/fesm2015/legacy-snack-bar/testing.mjs.map +1 -1
  413. package/fesm2015/legacy-snack-bar.mjs +13 -50
  414. package/fesm2015/legacy-snack-bar.mjs.map +1 -1
  415. package/fesm2015/legacy-table/testing.mjs +0 -37
  416. package/fesm2015/legacy-table/testing.mjs.map +1 -1
  417. package/fesm2015/legacy-table.mjs +55 -113
  418. package/fesm2015/legacy-table.mjs.map +1 -1
  419. package/fesm2015/legacy-tabs/testing.mjs +0 -16
  420. package/fesm2015/legacy-tabs/testing.mjs.map +1 -1
  421. package/fesm2015/legacy-tabs.mjs +40 -120
  422. package/fesm2015/legacy-tabs.mjs.map +1 -1
  423. package/fesm2015/legacy-tooltip/testing.mjs +0 -23
  424. package/fesm2015/legacy-tooltip/testing.mjs.map +1 -1
  425. package/fesm2015/legacy-tooltip.mjs +12 -44
  426. package/fesm2015/legacy-tooltip.mjs.map +1 -1
  427. package/fesm2015/list/testing.mjs +0 -23
  428. package/fesm2015/list/testing.mjs.map +1 -1
  429. package/fesm2015/list.mjs +51 -137
  430. package/fesm2015/list.mjs.map +1 -1
  431. package/fesm2015/material.mjs +0 -7
  432. package/fesm2015/material.mjs.map +1 -1
  433. package/fesm2015/menu/testing.mjs +0 -16
  434. package/fesm2015/menu/testing.mjs.map +1 -1
  435. package/fesm2015/menu.mjs +32 -107
  436. package/fesm2015/menu.mjs.map +1 -1
  437. package/fesm2015/paginator/testing.mjs +0 -16
  438. package/fesm2015/paginator/testing.mjs.map +1 -1
  439. package/fesm2015/paginator.mjs +13 -50
  440. package/fesm2015/paginator.mjs.map +1 -1
  441. package/fesm2015/progress-bar/testing.mjs +0 -16
  442. package/fesm2015/progress-bar/testing.mjs.map +1 -1
  443. package/fesm2015/progress-bar.mjs +8 -38
  444. package/fesm2015/progress-bar.mjs.map +1 -1
  445. package/fesm2015/progress-spinner/testing.mjs +0 -16
  446. package/fesm2015/progress-spinner/testing.mjs.map +1 -1
  447. package/fesm2015/progress-spinner.mjs +7 -37
  448. package/fesm2015/progress-spinner.mjs.map +1 -1
  449. package/fesm2015/radio/testing.mjs +0 -16
  450. package/fesm2015/radio/testing.mjs.map +1 -1
  451. package/fesm2015/radio.mjs +17 -47
  452. package/fesm2015/radio.mjs.map +1 -1
  453. package/fesm2015/select/testing.mjs +0 -16
  454. package/fesm2015/select/testing.mjs.map +1 -1
  455. package/fesm2015/select.mjs +13 -57
  456. package/fesm2015/select.mjs.map +1 -1
  457. package/fesm2015/sidenav/testing.mjs +0 -30
  458. package/fesm2015/sidenav/testing.mjs.map +1 -1
  459. package/fesm2015/sidenav.mjs +22 -59
  460. package/fesm2015/sidenav.mjs.map +1 -1
  461. package/fesm2015/slide-toggle/testing.mjs +0 -16
  462. package/fesm2015/slide-toggle/testing.mjs.map +1 -1
  463. package/fesm2015/slide-toggle.mjs +17 -61
  464. package/fesm2015/slide-toggle.mjs.map +1 -1
  465. package/fesm2015/slider/testing.mjs +0 -16
  466. package/fesm2015/slider/testing.mjs.map +1 -1
  467. package/fesm2015/slider.mjs +16 -60
  468. package/fesm2015/slider.mjs.map +1 -1
  469. package/fesm2015/snack-bar/testing.mjs +0 -16
  470. package/fesm2015/snack-bar/testing.mjs.map +1 -1
  471. package/fesm2015/snack-bar.mjs +28 -93
  472. package/fesm2015/snack-bar.mjs.map +1 -1
  473. package/fesm2015/sort/testing.mjs +0 -16
  474. package/fesm2015/sort/testing.mjs.map +1 -1
  475. package/fesm2015/sort.mjs +13 -64
  476. package/fesm2015/sort.mjs.map +1 -1
  477. package/fesm2015/stepper/testing.mjs +0 -16
  478. package/fesm2015/stepper/testing.mjs.map +1 -1
  479. package/fesm2015/stepper.mjs +31 -96
  480. package/fesm2015/stepper.mjs.map +1 -1
  481. package/fesm2015/table/testing.mjs +0 -16
  482. package/fesm2015/table/testing.mjs.map +1 -1
  483. package/fesm2015/table.mjs +55 -113
  484. package/fesm2015/table.mjs.map +1 -1
  485. package/fesm2015/tabs/testing.mjs +0 -16
  486. package/fesm2015/tabs/testing.mjs.map +1 -1
  487. package/fesm2015/tabs.mjs +61 -168
  488. package/fesm2015/tabs.mjs.map +1 -1
  489. package/fesm2015/toolbar/testing.mjs +0 -16
  490. package/fesm2015/toolbar/testing.mjs.map +1 -1
  491. package/fesm2015/toolbar.mjs +10 -33
  492. package/fesm2015/toolbar.mjs.map +1 -1
  493. package/fesm2015/tooltip/testing.mjs +0 -16
  494. package/fesm2015/tooltip/testing.mjs.map +1 -1
  495. package/fesm2015/tooltip.mjs +30 -59
  496. package/fesm2015/tooltip.mjs.map +1 -1
  497. package/fesm2015/tree/testing.mjs +0 -16
  498. package/fesm2015/tree/testing.mjs.map +1 -1
  499. package/fesm2015/tree.mjs +25 -90
  500. package/fesm2015/tree.mjs.map +1 -1
  501. package/fesm2020/autocomplete/testing.mjs +0 -31
  502. package/fesm2020/autocomplete/testing.mjs.map +1 -1
  503. package/fesm2020/autocomplete.mjs +24 -75
  504. package/fesm2020/autocomplete.mjs.map +1 -1
  505. package/fesm2020/badge/testing.mjs +0 -31
  506. package/fesm2020/badge/testing.mjs.map +1 -1
  507. package/fesm2020/badge.mjs +7 -37
  508. package/fesm2020/badge.mjs.map +1 -1
  509. package/fesm2020/bottom-sheet/testing.mjs +0 -31
  510. package/fesm2020/bottom-sheet/testing.mjs.map +1 -1
  511. package/fesm2020/bottom-sheet.mjs +10 -61
  512. package/fesm2020/bottom-sheet.mjs.map +1 -1
  513. package/fesm2020/button/testing.mjs +0 -31
  514. package/fesm2020/button/testing.mjs.map +1 -1
  515. package/fesm2020/button-toggle/testing.mjs +0 -46
  516. package/fesm2020/button-toggle/testing.mjs.map +1 -1
  517. package/fesm2020/button-toggle.mjs +10 -40
  518. package/fesm2020/button-toggle.mjs.map +1 -1
  519. package/fesm2020/button.mjs +194 -107
  520. package/fesm2020/button.mjs.map +1 -1
  521. package/fesm2020/card/testing.mjs +0 -31
  522. package/fesm2020/card/testing.mjs.map +1 -1
  523. package/fesm2020/card.mjs +46 -76
  524. package/fesm2020/card.mjs.map +1 -1
  525. package/fesm2020/checkbox/testing.mjs +0 -23
  526. package/fesm2020/checkbox/testing.mjs.map +1 -1
  527. package/fesm2020/checkbox.mjs +17 -61
  528. package/fesm2020/checkbox.mjs.map +1 -1
  529. package/fesm2020/chips/testing.mjs +0 -94
  530. package/fesm2020/chips/testing.mjs.map +1 -1
  531. package/fesm2020/chips.mjs +42 -156
  532. package/fesm2020/chips.mjs.map +1 -1
  533. package/fesm2020/core/testing.mjs +0 -46
  534. package/fesm2020/core/testing.mjs.map +1 -1
  535. package/fesm2020/core.mjs +60 -267
  536. package/fesm2020/core.mjs.map +1 -1
  537. package/fesm2020/datepicker/testing.mjs +0 -73
  538. package/fesm2020/datepicker/testing.mjs.map +1 -1
  539. package/fesm2020/datepicker.mjs +82 -245
  540. package/fesm2020/datepicker.mjs.map +1 -1
  541. package/fesm2020/dialog/testing.mjs +0 -30
  542. package/fesm2020/dialog/testing.mjs.map +1 -1
  543. package/fesm2020/dialog.mjs +29 -94
  544. package/fesm2020/dialog.mjs.map +1 -1
  545. package/fesm2020/divider/testing.mjs +0 -31
  546. package/fesm2020/divider/testing.mjs.map +1 -1
  547. package/fesm2020/divider.mjs +7 -37
  548. package/fesm2020/divider.mjs.map +1 -1
  549. package/fesm2020/expansion/testing.mjs +0 -38
  550. package/fesm2020/expansion/testing.mjs.map +1 -1
  551. package/fesm2020/expansion.mjs +25 -90
  552. package/fesm2020/expansion.mjs.map +1 -1
  553. package/fesm2020/form-field/testing/control.mjs +0 -15
  554. package/fesm2020/form-field/testing/control.mjs.map +1 -1
  555. package/fesm2020/form-field/testing.mjs +1 -37
  556. package/fesm2020/form-field/testing.mjs.map +1 -1
  557. package/fesm2020/form-field.mjs +34 -134
  558. package/fesm2020/form-field.mjs.map +1 -1
  559. package/fesm2020/grid-list/testing.mjs +0 -38
  560. package/fesm2020/grid-list/testing.mjs.map +1 -1
  561. package/fesm2020/grid-list.mjs +22 -79
  562. package/fesm2020/grid-list.mjs.map +1 -1
  563. package/fesm2020/icon/testing.mjs +7 -45
  564. package/fesm2020/icon/testing.mjs.map +1 -1
  565. package/fesm2020/icon.mjs +10 -54
  566. package/fesm2020/icon.mjs.map +1 -1
  567. package/fesm2020/input/testing.mjs +0 -53
  568. package/fesm2020/input/testing.mjs.map +1 -1
  569. package/fesm2020/input.mjs +7 -51
  570. package/fesm2020/input.mjs.map +1 -1
  571. package/fesm2020/legacy-autocomplete/testing.mjs +0 -23
  572. package/fesm2020/legacy-autocomplete/testing.mjs.map +1 -1
  573. package/fesm2020/legacy-autocomplete.mjs +13 -57
  574. package/fesm2020/legacy-autocomplete.mjs.map +1 -1
  575. package/fesm2020/legacy-button/testing.mjs +0 -23
  576. package/fesm2020/legacy-button/testing.mjs.map +1 -1
  577. package/fesm2020/legacy-button.mjs +10 -40
  578. package/fesm2020/legacy-button.mjs.map +1 -1
  579. package/fesm2020/legacy-card/testing.mjs +0 -23
  580. package/fesm2020/legacy-card/testing.mjs.map +1 -1
  581. package/fesm2020/legacy-card.mjs +46 -76
  582. package/fesm2020/legacy-card.mjs.map +1 -1
  583. package/fesm2020/legacy-checkbox/testing.mjs +0 -23
  584. package/fesm2020/legacy-checkbox/testing.mjs.map +1 -1
  585. package/fesm2020/legacy-checkbox.mjs +7 -37
  586. package/fesm2020/legacy-checkbox.mjs.map +1 -1
  587. package/fesm2020/legacy-chips/testing.mjs +0 -65
  588. package/fesm2020/legacy-chips/testing.mjs.map +1 -1
  589. package/fesm2020/legacy-chips.mjs +24 -74
  590. package/fesm2020/legacy-chips.mjs.map +1 -1
  591. package/fesm2020/legacy-core/testing.mjs +0 -46
  592. package/fesm2020/legacy-core/testing.mjs.map +1 -1
  593. package/fesm2020/legacy-core.mjs +10 -47
  594. package/fesm2020/legacy-core.mjs.map +1 -1
  595. package/fesm2020/legacy-dialog/testing.mjs +0 -30
  596. package/fesm2020/legacy-dialog/testing.mjs.map +1 -1
  597. package/fesm2020/legacy-dialog.mjs +22 -80
  598. package/fesm2020/legacy-dialog.mjs.map +1 -1
  599. package/fesm2020/legacy-form-field/testing.mjs +0 -30
  600. package/fesm2020/legacy-form-field/testing.mjs.map +1 -1
  601. package/fesm2020/legacy-form-field.mjs +25 -97
  602. package/fesm2020/legacy-form-field.mjs.map +1 -1
  603. package/fesm2020/legacy-input/testing.mjs +0 -16
  604. package/fesm2020/legacy-input/testing.mjs.map +1 -1
  605. package/fesm2020/legacy-input.mjs +7 -37
  606. package/fesm2020/legacy-input.mjs.map +1 -1
  607. package/fesm2020/legacy-list/testing.mjs +0 -58
  608. package/fesm2020/legacy-list/testing.mjs.map +1 -1
  609. package/fesm2020/legacy-list.mjs +28 -65
  610. package/fesm2020/legacy-list.mjs.map +1 -1
  611. package/fesm2020/legacy-menu/testing.mjs +0 -23
  612. package/fesm2020/legacy-menu/testing.mjs.map +1 -1
  613. package/fesm2020/legacy-menu.mjs +16 -67
  614. package/fesm2020/legacy-menu.mjs.map +1 -1
  615. package/fesm2020/legacy-paginator/testing.mjs +0 -23
  616. package/fesm2020/legacy-paginator/testing.mjs.map +1 -1
  617. package/fesm2020/legacy-paginator.mjs +7 -37
  618. package/fesm2020/legacy-paginator.mjs.map +1 -1
  619. package/fesm2020/legacy-progress-bar/testing.mjs +0 -23
  620. package/fesm2020/legacy-progress-bar/testing.mjs.map +1 -1
  621. package/fesm2020/legacy-progress-bar.mjs +7 -37
  622. package/fesm2020/legacy-progress-bar.mjs.map +1 -1
  623. package/fesm2020/legacy-progress-spinner/testing.mjs +0 -23
  624. package/fesm2020/legacy-progress-spinner/testing.mjs.map +1 -1
  625. package/fesm2020/legacy-progress-spinner.mjs +7 -36
  626. package/fesm2020/legacy-progress-spinner.mjs.map +1 -1
  627. package/fesm2020/legacy-radio/testing.mjs +0 -23
  628. package/fesm2020/legacy-radio/testing.mjs.map +1 -1
  629. package/fesm2020/legacy-radio.mjs +10 -40
  630. package/fesm2020/legacy-radio.mjs.map +1 -1
  631. package/fesm2020/legacy-select/testing.mjs +0 -23
  632. package/fesm2020/legacy-select/testing.mjs.map +1 -1
  633. package/fesm2020/legacy-select.mjs +10 -40
  634. package/fesm2020/legacy-select.mjs.map +1 -1
  635. package/fesm2020/legacy-slide-toggle/testing.mjs +0 -23
  636. package/fesm2020/legacy-slide-toggle/testing.mjs.map +1 -1
  637. package/fesm2020/legacy-slide-toggle.mjs +7 -44
  638. package/fesm2020/legacy-slide-toggle.mjs.map +1 -1
  639. package/fesm2020/legacy-slider/testing.mjs +0 -23
  640. package/fesm2020/legacy-slider/testing.mjs.map +1 -1
  641. package/fesm2020/legacy-slider.mjs +7 -37
  642. package/fesm2020/legacy-slider.mjs.map +1 -1
  643. package/fesm2020/legacy-snack-bar/testing.mjs +0 -23
  644. package/fesm2020/legacy-snack-bar/testing.mjs.map +1 -1
  645. package/fesm2020/legacy-snack-bar.mjs +13 -57
  646. package/fesm2020/legacy-snack-bar.mjs.map +1 -1
  647. package/fesm2020/legacy-table/testing.mjs +0 -37
  648. package/fesm2020/legacy-table/testing.mjs.map +1 -1
  649. package/fesm2020/legacy-table.mjs +55 -113
  650. package/fesm2020/legacy-table.mjs.map +1 -1
  651. package/fesm2020/legacy-tabs/testing.mjs +0 -51
  652. package/fesm2020/legacy-tabs/testing.mjs.map +1 -1
  653. package/fesm2020/legacy-tabs.mjs +40 -134
  654. package/fesm2020/legacy-tabs.mjs.map +1 -1
  655. package/fesm2020/legacy-tooltip/testing.mjs +0 -23
  656. package/fesm2020/legacy-tooltip/testing.mjs.map +1 -1
  657. package/fesm2020/legacy-tooltip.mjs +12 -51
  658. package/fesm2020/legacy-tooltip.mjs.map +1 -1
  659. package/fesm2020/list/testing.mjs +0 -66
  660. package/fesm2020/list/testing.mjs.map +1 -1
  661. package/fesm2020/list.mjs +51 -144
  662. package/fesm2020/list.mjs.map +1 -1
  663. package/fesm2020/material.mjs +0 -7
  664. package/fesm2020/material.mjs.map +1 -1
  665. package/fesm2020/menu/testing.mjs +0 -31
  666. package/fesm2020/menu/testing.mjs.map +1 -1
  667. package/fesm2020/menu.mjs +32 -115
  668. package/fesm2020/menu.mjs.map +1 -1
  669. package/fesm2020/paginator/testing.mjs +0 -31
  670. package/fesm2020/paginator/testing.mjs.map +1 -1
  671. package/fesm2020/paginator.mjs +13 -50
  672. package/fesm2020/paginator.mjs.map +1 -1
  673. package/fesm2020/progress-bar/testing.mjs +0 -31
  674. package/fesm2020/progress-bar/testing.mjs.map +1 -1
  675. package/fesm2020/progress-bar.mjs +8 -38
  676. package/fesm2020/progress-bar.mjs.map +1 -1
  677. package/fesm2020/progress-spinner/testing.mjs +0 -31
  678. package/fesm2020/progress-spinner/testing.mjs.map +1 -1
  679. package/fesm2020/progress-spinner.mjs +7 -37
  680. package/fesm2020/progress-spinner.mjs.map +1 -1
  681. package/fesm2020/radio/testing.mjs +0 -31
  682. package/fesm2020/radio/testing.mjs.map +1 -1
  683. package/fesm2020/radio.mjs +17 -47
  684. package/fesm2020/radio.mjs.map +1 -1
  685. package/fesm2020/select/testing.mjs +0 -31
  686. package/fesm2020/select/testing.mjs.map +1 -1
  687. package/fesm2020/select.mjs +13 -57
  688. package/fesm2020/select.mjs.map +1 -1
  689. package/fesm2020/sidenav/testing.mjs +0 -66
  690. package/fesm2020/sidenav/testing.mjs.map +1 -1
  691. package/fesm2020/sidenav.mjs +22 -59
  692. package/fesm2020/sidenav.mjs.map +1 -1
  693. package/fesm2020/slide-toggle/testing.mjs +0 -31
  694. package/fesm2020/slide-toggle/testing.mjs.map +1 -1
  695. package/fesm2020/slide-toggle.mjs +17 -61
  696. package/fesm2020/slide-toggle.mjs.map +1 -1
  697. package/fesm2020/slider/testing.mjs +0 -30
  698. package/fesm2020/slider/testing.mjs.map +1 -1
  699. package/fesm2020/slider.mjs +16 -67
  700. package/fesm2020/slider.mjs.map +1 -1
  701. package/fesm2020/snack-bar/testing.mjs +0 -31
  702. package/fesm2020/snack-bar/testing.mjs.map +1 -1
  703. package/fesm2020/snack-bar.mjs +28 -100
  704. package/fesm2020/snack-bar.mjs.map +1 -1
  705. package/fesm2020/sort/testing.mjs +0 -30
  706. package/fesm2020/sort/testing.mjs.map +1 -1
  707. package/fesm2020/sort.mjs +13 -79
  708. package/fesm2020/sort.mjs.map +1 -1
  709. package/fesm2020/stepper/testing.mjs +0 -37
  710. package/fesm2020/stepper/testing.mjs.map +1 -1
  711. package/fesm2020/stepper.mjs +31 -110
  712. package/fesm2020/stepper.mjs.map +1 -1
  713. package/fesm2020/table/testing.mjs +0 -37
  714. package/fesm2020/table/testing.mjs.map +1 -1
  715. package/fesm2020/table.mjs +55 -113
  716. package/fesm2020/table.mjs.map +1 -1
  717. package/fesm2020/tabs/testing.mjs +0 -51
  718. package/fesm2020/tabs/testing.mjs.map +1 -1
  719. package/fesm2020/tabs.mjs +61 -168
  720. package/fesm2020/tabs.mjs.map +1 -1
  721. package/fesm2020/toolbar/testing.mjs +0 -31
  722. package/fesm2020/toolbar/testing.mjs.map +1 -1
  723. package/fesm2020/toolbar.mjs +10 -40
  724. package/fesm2020/toolbar.mjs.map +1 -1
  725. package/fesm2020/tooltip/testing.mjs +0 -31
  726. package/fesm2020/tooltip/testing.mjs.map +1 -1
  727. package/fesm2020/tooltip.mjs +30 -59
  728. package/fesm2020/tooltip.mjs.map +1 -1
  729. package/fesm2020/tree/testing.mjs +0 -38
  730. package/fesm2020/tree/testing.mjs.map +1 -1
  731. package/fesm2020/tree.mjs +25 -90
  732. package/fesm2020/tree.mjs.map +1 -1
  733. package/form-field/index.d.ts +7 -7
  734. package/grid-list/index.d.ts +2 -2
  735. package/icon/index.d.ts +1 -1
  736. package/input/index.d.ts +1 -1
  737. package/legacy-autocomplete/index.d.ts +1 -1
  738. package/legacy-button/index.d.ts +2 -2
  739. package/legacy-card/index.d.ts +1 -1
  740. package/legacy-checkbox/index.d.ts +1 -1
  741. package/legacy-chips/index.d.ts +4 -5
  742. package/legacy-core/index.d.ts +1 -1
  743. package/legacy-dialog/index.d.ts +3 -3
  744. package/legacy-form-field/index.d.ts +3 -3
  745. package/legacy-list/index.d.ts +5 -5
  746. package/legacy-menu/index.d.ts +1 -1
  747. package/legacy-paginator/index.d.ts +1 -1
  748. package/legacy-prebuilt-themes/legacy-deeppurple-amber.css +1 -1
  749. package/legacy-prebuilt-themes/legacy-indigo-pink.css +1 -1
  750. package/legacy-prebuilt-themes/legacy-pink-bluegrey.css +1 -1
  751. package/legacy-prebuilt-themes/legacy-purple-green.css +1 -1
  752. package/legacy-progress-bar/index.d.ts +1 -1
  753. package/legacy-progress-spinner/index.d.ts +1 -1
  754. package/legacy-radio/index.d.ts +1 -1
  755. package/legacy-select/index.d.ts +1 -1
  756. package/legacy-slide-toggle/index.d.ts +1 -1
  757. package/legacy-slider/index.d.ts +1 -1
  758. package/legacy-table/index.d.ts +4 -4
  759. package/legacy-tabs/index.d.ts +7 -7
  760. package/legacy-tooltip/index.d.ts +1 -2
  761. package/list/_list-theme.scss +20 -23
  762. package/list/index.d.ts +5 -5
  763. package/menu/index.d.ts +3 -4
  764. package/package.json +2 -2
  765. package/paginator/index.d.ts +2 -2
  766. package/prebuilt-themes/deeppurple-amber.css +1 -1
  767. package/prebuilt-themes/indigo-pink.css +1 -1
  768. package/prebuilt-themes/pink-bluegrey.css +1 -1
  769. package/prebuilt-themes/purple-green.css +1 -1
  770. package/progress-bar/_progress-bar-theme.scss +17 -24
  771. package/progress-bar/index.d.ts +1 -1
  772. package/progress-spinner/index.d.ts +1 -1
  773. package/radio/_radio-theme.scss +33 -17
  774. package/radio/index.d.ts +3 -3
  775. package/schematics/ng-add/index.js +1 -1
  776. package/schematics/ng-add/index.mjs +1 -1
  777. package/schematics/ng-generate/mdc-migration/index_bundled.js +833 -404
  778. package/schematics/ng-generate/mdc-migration/index_bundled.js.map +2 -2
  779. package/schematics/ng-update/index_bundled.js +25 -25
  780. package/select/index.d.ts +2 -2
  781. package/sidenav/index.d.ts +3 -3
  782. package/slide-toggle/index.d.ts +2 -2
  783. package/slider/index.d.ts +3 -3
  784. package/sort/index.d.ts +2 -2
  785. package/stepper/index.d.ts +6 -6
  786. package/table/index.d.ts +4 -4
  787. package/tabs/index.d.ts +14 -14
  788. package/toolbar/index.d.ts +1 -1
  789. package/tooltip/index.d.ts +1 -1
  790. package/tree/index.d.ts +5 -5
  791. package/radio/_radio-private.scss +0 -60
@@ -23,8 +23,8 @@ import * as i1 from "./cell";
23
23
  */
24
24
  class MatLegacyTextColumn extends CdkTextColumn {
25
25
  }
26
- MatLegacyTextColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTextColumn, deps: null, target: i0.ɵɵFactoryTarget.Component });
27
- MatLegacyTextColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyTextColumn, selector: "mat-text-column", usesInheritance: true, ngImport: i0, template: `
26
+ MatLegacyTextColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTextColumn, deps: null, target: i0.ɵɵFactoryTarget.Component });
27
+ MatLegacyTextColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyTextColumn, selector: "mat-text-column", usesInheritance: true, ngImport: i0, template: `
28
28
  <ng-container matColumnDef>
29
29
  <th mat-header-cell *matHeaderCellDef [style.text-align]="justify">
30
30
  {{headerText}}
@@ -35,7 +35,7 @@ MatLegacyTextColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
35
35
  </ng-container>
36
36
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.MatLegacyHeaderCellDef, selector: "[matHeaderCellDef]" }, { kind: "directive", type: i1.MatLegacyColumnDef, selector: "[matColumnDef]", inputs: ["sticky", "matColumnDef"] }, { kind: "directive", type: i1.MatLegacyCellDef, selector: "[matCellDef]" }, { kind: "directive", type: i1.MatLegacyHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { kind: "directive", type: i1.MatLegacyCell, selector: "mat-cell, td[mat-cell]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
37
37
  export { MatLegacyTextColumn };
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTextColumn, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTextColumn, decorators: [{
39
39
  type: Component,
40
40
  args: [{
41
41
  selector: 'mat-text-column',
@@ -50,10 +50,10 @@ class MatLegacyInkBar {
50
50
  this._elementRef.nativeElement.style.visibility = 'hidden';
51
51
  }
52
52
  }
53
- MatLegacyInkBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyInkBar, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: _MAT_INK_BAR_POSITIONER }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
54
- MatLegacyInkBar.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyInkBar, selector: "mat-ink-bar", host: { properties: { "class._mat-animation-noopable": "_animationMode === 'NoopAnimations'" }, classAttribute: "mat-ink-bar" }, ngImport: i0 });
53
+ MatLegacyInkBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyInkBar, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: _MAT_INK_BAR_POSITIONER }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
54
+ MatLegacyInkBar.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyInkBar, selector: "mat-ink-bar", host: { properties: { "class._mat-animation-noopable": "_animationMode === 'NoopAnimations'" }, classAttribute: "mat-ink-bar" }, ngImport: i0 });
55
55
  export { MatLegacyInkBar };
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyInkBar, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyInkBar, decorators: [{
57
57
  type: Directive,
58
58
  args: [{
59
59
  selector: 'mat-ink-bar',
@@ -23,10 +23,10 @@ class MatLegacyTabBodyPortal extends MatNonLegacyTabBodyPortal {
23
23
  super(componentFactoryResolver, viewContainerRef, host, _document);
24
24
  }
25
25
  }
26
- MatLegacyTabBodyPortal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabBodyPortal, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ViewContainerRef }, { token: forwardRef(() => MatLegacyTabBody) }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
27
- MatLegacyTabBodyPortal.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyTabBodyPortal, selector: "[matTabBodyHost]", usesInheritance: true, ngImport: i0 });
26
+ MatLegacyTabBodyPortal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabBodyPortal, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ViewContainerRef }, { token: forwardRef(() => MatLegacyTabBody) }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
27
+ MatLegacyTabBodyPortal.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyTabBodyPortal, selector: "[matTabBodyHost]", usesInheritance: true, ngImport: i0 });
28
28
  export { MatLegacyTabBodyPortal };
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabBodyPortal, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabBodyPortal, decorators: [{
30
30
  type: Directive,
31
31
  args: [{
32
32
  selector: '[matTabBodyHost]',
@@ -49,10 +49,10 @@ class MatLegacyTabBody extends _MatTabBodyBase {
49
49
  super(elementRef, dir, changeDetectorRef);
50
50
  }
51
51
  }
52
- MatLegacyTabBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabBody, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
53
- MatLegacyTabBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyTabBody, selector: "mat-tab-body", host: { classAttribute: "mat-tab-body" }, viewQueries: [{ propertyName: "_portalHost", first: true, predicate: CdkPortalOutlet, descendants: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"mat-tab-body-content\" #content\n [@translateTab]=\"{\n value: _position,\n params: {animationDuration: animationDuration}\n }\"\n (@translateTab.start)=\"_onTranslateTabStarted($event)\"\n (@translateTab.done)=\"_translateTabComplete.next($event)\"\n cdkScrollable>\n <ng-template matTabBodyHost></ng-template>\n</div>\n", styles: [".mat-tab-body-content{height:100%;overflow:auto}.mat-tab-group-dynamic-height .mat-tab-body-content{overflow:hidden}.mat-tab-body-content[style*=\"visibility: hidden\"]{display:none}"], dependencies: [{ kind: "directive", type: MatLegacyTabBodyPortal, selector: "[matTabBodyHost]" }], animations: [matTabsAnimations.translateTab], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
52
+ MatLegacyTabBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabBody, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
53
+ MatLegacyTabBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyTabBody, selector: "mat-tab-body", host: { classAttribute: "mat-tab-body" }, viewQueries: [{ propertyName: "_portalHost", first: true, predicate: CdkPortalOutlet, descendants: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"mat-tab-body-content\" #content\n [@translateTab]=\"{\n value: _position,\n params: {animationDuration: animationDuration}\n }\"\n (@translateTab.start)=\"_onTranslateTabStarted($event)\"\n (@translateTab.done)=\"_translateTabComplete.next($event)\"\n cdkScrollable>\n <ng-template matTabBodyHost></ng-template>\n</div>\n", styles: [".mat-tab-body-content{height:100%;overflow:auto}.mat-tab-group-dynamic-height .mat-tab-body-content{overflow:hidden}.mat-tab-body-content[style*=\"visibility: hidden\"]{display:none}"], dependencies: [{ kind: "directive", type: MatLegacyTabBodyPortal, selector: "[matTabBodyHost]" }], animations: [matTabsAnimations.translateTab], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
54
54
  export { MatLegacyTabBody };
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabBody, decorators: [{
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabBody, decorators: [{
56
56
  type: Component,
57
57
  args: [{ selector: 'mat-tab-body', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.Default, animations: [matTabsAnimations.translateTab], host: {
58
58
  'class': 'mat-tab-body',
@@ -15,10 +15,10 @@ import * as i0 from "@angular/core";
15
15
  */
16
16
  class MatLegacyTabContent extends MatNonLegacyTabContent {
17
17
  }
18
- MatLegacyTabContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabContent, deps: null, target: i0.ɵɵFactoryTarget.Directive });
19
- MatLegacyTabContent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyTabContent, selector: "[matTabContent]", providers: [{ provide: MAT_TAB_CONTENT, useExisting: MatLegacyTabContent }], usesInheritance: true, ngImport: i0 });
18
+ MatLegacyTabContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabContent, deps: null, target: i0.ɵɵFactoryTarget.Directive });
19
+ MatLegacyTabContent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyTabContent, selector: "[matTabContent]", providers: [{ provide: MAT_TAB_CONTENT, useExisting: MatLegacyTabContent }], usesInheritance: true, ngImport: i0 });
20
20
  export { MatLegacyTabContent };
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabContent, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabContent, decorators: [{
22
22
  type: Directive,
23
23
  args: [{
24
24
  selector: '[matTabContent]',
@@ -29,15 +29,15 @@ class MatLegacyTabGroup extends _MatTabGroupBase {
29
29
  super(elementRef, changeDetectorRef, defaultConfig, animationMode);
30
30
  }
31
31
  }
32
- MatLegacyTabGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabGroup, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: MAT_TABS_CONFIG, optional: true }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
33
- MatLegacyTabGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyTabGroup, selector: "mat-tab-group", inputs: { color: "color", disableRipple: "disableRipple" }, host: { attributes: { "ngSkipHydration": "true" }, properties: { "class.mat-tab-group-dynamic-height": "dynamicHeight", "class.mat-tab-group-inverted-header": "headerPosition === \"below\"" }, classAttribute: "mat-tab-group" }, providers: [
32
+ MatLegacyTabGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabGroup, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: MAT_TABS_CONFIG, optional: true }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
33
+ MatLegacyTabGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyTabGroup, selector: "mat-tab-group", inputs: { color: "color", disableRipple: "disableRipple" }, host: { attributes: { "ngSkipHydration": "true" }, properties: { "class.mat-tab-group-dynamic-height": "dynamicHeight", "class.mat-tab-group-inverted-header": "headerPosition === \"below\"" }, classAttribute: "mat-tab-group" }, providers: [
34
34
  {
35
35
  provide: MAT_TAB_GROUP,
36
36
  useExisting: MatLegacyTabGroup,
37
37
  },
38
38
  ], queries: [{ propertyName: "_allTabs", predicate: MatLegacyTab, descendants: true }], viewQueries: [{ propertyName: "_tabBodyWrapper", first: true, predicate: ["tabBodyWrapper"], descendants: true }, { propertyName: "_tabHeader", first: true, predicate: ["tabHeader"], descendants: true }], exportAs: ["matTabGroup"], usesInheritance: true, ngImport: i0, template: "<mat-tab-header #tabHeader\n [selectedIndex]=\"selectedIndex || 0\"\n [disableRipple]=\"disableRipple\"\n [disablePagination]=\"disablePagination\"\n (indexFocused)=\"_focusChanged($event)\"\n (selectFocusedIndex)=\"selectedIndex = $event\">\n <div class=\"mat-tab-label mat-focus-indicator\" role=\"tab\" matTabLabelWrapper mat-ripple\n cdkMonitorElementFocus\n *ngFor=\"let tab of _tabs; let i = index\"\n [id]=\"_getTabLabelId(i)\"\n [attr.tabIndex]=\"_getTabIndex(i)\"\n [attr.aria-posinset]=\"i + 1\"\n [attr.aria-setsize]=\"_tabs.length\"\n [attr.aria-controls]=\"_getTabContentId(i)\"\n [attr.aria-selected]=\"selectedIndex === i\"\n [attr.aria-label]=\"tab.ariaLabel || null\"\n [attr.aria-labelledby]=\"(!tab.ariaLabel && tab.ariaLabelledby) ? tab.ariaLabelledby : null\"\n [class.mat-tab-label-active]=\"selectedIndex === i\"\n [ngClass]=\"tab.labelClass\"\n [disabled]=\"tab.disabled\"\n [matRippleDisabled]=\"tab.disabled || disableRipple\"\n (click)=\"_handleClick(tab, tabHeader, i)\"\n (cdkFocusChange)=\"_tabFocusChanged($event, i)\">\n\n\n <div class=\"mat-tab-label-content\">\n <!-- If there is a label template, use it. -->\n <ng-template [ngIf]=\"tab.templateLabel\" [ngIfElse]=\"tabTextLabel\">\n <ng-template [cdkPortalOutlet]=\"tab.templateLabel\"></ng-template>\n </ng-template>\n\n <!-- If there is not a label template, fall back to the text label. -->\n <ng-template #tabTextLabel>{{tab.textLabel}}</ng-template>\n </div>\n </div>\n</mat-tab-header>\n\n<div\n class=\"mat-tab-body-wrapper\"\n [class._mat-animation-noopable]=\"_animationMode === 'NoopAnimations'\"\n #tabBodyWrapper>\n <mat-tab-body role=\"tabpanel\"\n *ngFor=\"let tab of _tabs; let i = index\"\n [id]=\"_getTabContentId(i)\"\n [attr.tabindex]=\"(contentTabIndex != null && selectedIndex === i) ? contentTabIndex : null\"\n [attr.aria-labelledby]=\"_getTabLabelId(i)\"\n [class.mat-tab-body-active]=\"selectedIndex === i\"\n [ngClass]=\"tab.bodyClass\"\n [content]=\"tab.content!\"\n [position]=\"tab.position!\"\n [origin]=\"tab.origin\"\n [animationDuration]=\"animationDuration\"\n [preserveContent]=\"preserveContent\"\n (_onCentered)=\"_removeTabBodyWrapperHeight()\"\n (_onCentering)=\"_setTabBodyWrapperHeight($event)\">\n </mat-tab-body>\n</div>\n", styles: [".mat-tab-group{display:flex;flex-direction:column;max-width:100%}.mat-tab-group.mat-tab-group-inverted-header{flex-direction:column-reverse}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:none}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.mat-tab-label.mat-tab-disabled{cursor:default}.cdk-high-contrast-active .mat-tab-label.mat-tab-disabled{opacity:.5}.mat-tab-label .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.cdk-high-contrast-active .mat-tab-label{opacity:1}@media(max-width: 599px){.mat-tab-label{padding:0 12px}}@media(max-width: 959px){.mat-tab-label{padding:0 12px}}.mat-tab-group[mat-stretch-tabs]>.mat-tab-header .mat-tab-label{flex-basis:0;flex-grow:1}.mat-tab-body-wrapper{position:relative;overflow:hidden;display:flex;transition:height 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-tab-body-wrapper._mat-animation-noopable{transition:none !important;animation:none !important}.mat-tab-body{top:0;left:0;right:0;bottom:0;position:absolute;display:block;overflow:hidden;outline:0;flex-basis:100%}.mat-tab-body.mat-tab-body-active{position:relative;overflow-x:hidden;overflow-y:auto;z-index:1;flex-grow:1}.mat-tab-group.mat-tab-group-dynamic-height .mat-tab-body.mat-tab-body-active{overflow-y:hidden}"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }, { kind: "directive", type: i3.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { kind: "directive", type: i4.CdkMonitorFocus, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: ["cdkFocusChange"], exportAs: ["cdkMonitorFocus"] }, { kind: "directive", type: i5.MatLegacyTabLabelWrapper, selector: "[matTabLabelWrapper]", inputs: ["disabled"] }, { kind: "component", type: i6.MatLegacyTabBody, selector: "mat-tab-body" }, { kind: "component", type: i7.MatLegacyTabHeader, selector: "mat-tab-header", inputs: ["selectedIndex"], outputs: ["selectFocusedIndex", "indexFocused"] }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
39
39
  export { MatLegacyTabGroup };
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabGroup, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabGroup, decorators: [{
41
41
  type: Component,
42
42
  args: [{ selector: 'mat-tab-group', exportAs: 'matTabGroup', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.Default, inputs: ['color', 'disableRipple'], providers: [
43
43
  {
@@ -34,10 +34,10 @@ class MatLegacyTabHeader extends _MatTabHeaderBase {
34
34
  super(elementRef, changeDetectorRef, viewportRuler, dir, ngZone, platform, animationMode);
35
35
  }
36
36
  }
37
- MatLegacyTabHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabHeader, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.ViewportRuler }, { token: i2.Directionality, optional: true }, { token: i0.NgZone }, { token: i3.Platform }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
38
- MatLegacyTabHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyTabHeader, selector: "mat-tab-header", inputs: { selectedIndex: "selectedIndex" }, outputs: { selectFocusedIndex: "selectFocusedIndex", indexFocused: "indexFocused" }, host: { properties: { "class.mat-tab-header-pagination-controls-enabled": "_showPaginationControls", "class.mat-tab-header-rtl": "_getLayoutDirection() == 'rtl'" }, classAttribute: "mat-tab-header" }, queries: [{ propertyName: "_items", predicate: MatLegacyTabLabelWrapper }], viewQueries: [{ propertyName: "_inkBar", first: true, predicate: MatLegacyInkBar, descendants: true, static: true }, { propertyName: "_tabListContainer", first: true, predicate: ["tabListContainer"], descendants: true, static: true }, { propertyName: "_tabList", first: true, predicate: ["tabList"], descendants: true, static: true }, { propertyName: "_tabListInner", first: true, predicate: ["tabListInner"], descendants: true, static: true }, { propertyName: "_nextPaginator", first: true, predicate: ["nextPaginator"], descendants: true }, { propertyName: "_previousPaginator", first: true, predicate: ["previousPaginator"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<button class=\"mat-tab-header-pagination mat-tab-header-pagination-before mat-elevation-z4\"\n #previousPaginator\n aria-hidden=\"true\"\n type=\"button\"\n mat-ripple\n tabindex=\"-1\"\n [matRippleDisabled]=\"_disableScrollBefore || disableRipple\"\n [class.mat-tab-header-pagination-disabled]=\"_disableScrollBefore\"\n [disabled]=\"_disableScrollBefore || null\"\n (click)=\"_handlePaginatorClick('before')\"\n (mousedown)=\"_handlePaginatorPress('before', $event)\"\n (touchend)=\"_stopInterval()\">\n <div class=\"mat-tab-header-pagination-chevron\"></div>\n</button>\n\n<div class=\"mat-tab-label-container\" #tabListContainer (keydown)=\"_handleKeydown($event)\">\n <div\n #tabList\n class=\"mat-tab-list\"\n [class._mat-animation-noopable]=\"_animationMode === 'NoopAnimations'\"\n role=\"tablist\"\n (cdkObserveContent)=\"_onContentChanges()\">\n <div class=\"mat-tab-labels\" #tabListInner>\n <ng-content></ng-content>\n </div>\n <mat-ink-bar></mat-ink-bar>\n </div>\n</div>\n\n<button class=\"mat-tab-header-pagination mat-tab-header-pagination-after mat-elevation-z4\"\n #nextPaginator\n aria-hidden=\"true\"\n type=\"button\"\n mat-ripple\n [matRippleDisabled]=\"_disableScrollAfter || disableRipple\"\n [class.mat-tab-header-pagination-disabled]=\"_disableScrollAfter\"\n [disabled]=\"_disableScrollAfter || null\"\n tabindex=\"-1\"\n (mousedown)=\"_handlePaginatorPress('after', $event)\"\n (click)=\"_handlePaginatorClick('after')\"\n (touchend)=\"_stopInterval()\">\n <div class=\"mat-tab-header-pagination-chevron\"></div>\n</button>\n", styles: [".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-header-pagination{-webkit-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:none;box-sizing:content-box;background:none;border:none;outline:0;padding:0}.mat-tab-header-pagination::-moz-focus-inner{border:0}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-rtl .mat-tab-header-pagination-before,.mat-tab-header-pagination-after{padding-right:4px}.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-ink-bar._mat-animation-noopable{transition:none !important;animation:none !important}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}.cdk-high-contrast-active .mat-ink-bar{outline:solid 2px;height:0}.mat-tab-labels{display:flex}[mat-align-tabs=center]>.mat-tab-header .mat-tab-labels{justify-content:center}[mat-align-tabs=end]>.mat-tab-header .mat-tab-labels{justify-content:flex-end}.mat-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}.mat-tab-list._mat-animation-noopable{transition:none !important;animation:none !important}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:none}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.mat-tab-label.mat-tab-disabled{cursor:default}.cdk-high-contrast-active .mat-tab-label.mat-tab-disabled{opacity:.5}.mat-tab-label .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.cdk-high-contrast-active .mat-tab-label{opacity:1}.mat-tab-label::before{margin:5px}@media(max-width: 599px){.mat-tab-label{min-width:72px}}"], dependencies: [{ kind: "directive", type: i4.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { kind: "directive", type: i5.CdkObserveContent, selector: "[cdkObserveContent]", inputs: ["cdkObserveContentDisabled", "debounce"], outputs: ["cdkObserveContent"], exportAs: ["cdkObserveContent"] }, { kind: "directive", type: i6.MatLegacyInkBar, selector: "mat-ink-bar" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
37
+ MatLegacyTabHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabHeader, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.ViewportRuler }, { token: i2.Directionality, optional: true }, { token: i0.NgZone }, { token: i3.Platform }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
38
+ MatLegacyTabHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyTabHeader, selector: "mat-tab-header", inputs: { selectedIndex: "selectedIndex" }, outputs: { selectFocusedIndex: "selectFocusedIndex", indexFocused: "indexFocused" }, host: { properties: { "class.mat-tab-header-pagination-controls-enabled": "_showPaginationControls", "class.mat-tab-header-rtl": "_getLayoutDirection() == 'rtl'" }, classAttribute: "mat-tab-header" }, queries: [{ propertyName: "_items", predicate: MatLegacyTabLabelWrapper }], viewQueries: [{ propertyName: "_inkBar", first: true, predicate: MatLegacyInkBar, descendants: true, static: true }, { propertyName: "_tabListContainer", first: true, predicate: ["tabListContainer"], descendants: true, static: true }, { propertyName: "_tabList", first: true, predicate: ["tabList"], descendants: true, static: true }, { propertyName: "_tabListInner", first: true, predicate: ["tabListInner"], descendants: true, static: true }, { propertyName: "_nextPaginator", first: true, predicate: ["nextPaginator"], descendants: true }, { propertyName: "_previousPaginator", first: true, predicate: ["previousPaginator"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<button class=\"mat-tab-header-pagination mat-tab-header-pagination-before mat-elevation-z4\"\n #previousPaginator\n aria-hidden=\"true\"\n type=\"button\"\n mat-ripple\n tabindex=\"-1\"\n [matRippleDisabled]=\"_disableScrollBefore || disableRipple\"\n [class.mat-tab-header-pagination-disabled]=\"_disableScrollBefore\"\n [disabled]=\"_disableScrollBefore || null\"\n (click)=\"_handlePaginatorClick('before')\"\n (mousedown)=\"_handlePaginatorPress('before', $event)\"\n (touchend)=\"_stopInterval()\">\n <div class=\"mat-tab-header-pagination-chevron\"></div>\n</button>\n\n<div class=\"mat-tab-label-container\" #tabListContainer (keydown)=\"_handleKeydown($event)\">\n <div\n #tabList\n class=\"mat-tab-list\"\n [class._mat-animation-noopable]=\"_animationMode === 'NoopAnimations'\"\n role=\"tablist\"\n (cdkObserveContent)=\"_onContentChanges()\">\n <div class=\"mat-tab-labels\" #tabListInner>\n <ng-content></ng-content>\n </div>\n <mat-ink-bar></mat-ink-bar>\n </div>\n</div>\n\n<button class=\"mat-tab-header-pagination mat-tab-header-pagination-after mat-elevation-z4\"\n #nextPaginator\n aria-hidden=\"true\"\n type=\"button\"\n mat-ripple\n [matRippleDisabled]=\"_disableScrollAfter || disableRipple\"\n [class.mat-tab-header-pagination-disabled]=\"_disableScrollAfter\"\n [disabled]=\"_disableScrollAfter || null\"\n tabindex=\"-1\"\n (mousedown)=\"_handlePaginatorPress('after', $event)\"\n (click)=\"_handlePaginatorClick('after')\"\n (touchend)=\"_stopInterval()\">\n <div class=\"mat-tab-header-pagination-chevron\"></div>\n</button>\n", styles: [".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-header-pagination{-webkit-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:none;box-sizing:content-box;background:none;border:none;outline:0;padding:0}.mat-tab-header-pagination::-moz-focus-inner{border:0}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-rtl .mat-tab-header-pagination-before,.mat-tab-header-pagination-after{padding-right:4px}.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-ink-bar._mat-animation-noopable{transition:none !important;animation:none !important}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}.cdk-high-contrast-active .mat-ink-bar{outline:solid 2px;height:0}.mat-tab-labels{display:flex}[mat-align-tabs=center]>.mat-tab-header .mat-tab-labels{justify-content:center}[mat-align-tabs=end]>.mat-tab-header .mat-tab-labels{justify-content:flex-end}.mat-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}.mat-tab-list._mat-animation-noopable{transition:none !important;animation:none !important}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:none}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.mat-tab-label.mat-tab-disabled{cursor:default}.cdk-high-contrast-active .mat-tab-label.mat-tab-disabled{opacity:.5}.mat-tab-label .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.cdk-high-contrast-active .mat-tab-label{opacity:1}.mat-tab-label::before{margin:5px}@media(max-width: 599px){.mat-tab-label{min-width:72px}}"], dependencies: [{ kind: "directive", type: i4.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { kind: "directive", type: i5.CdkObserveContent, selector: "[cdkObserveContent]", inputs: ["cdkObserveContentDisabled", "debounce"], outputs: ["cdkObserveContent"], exportAs: ["cdkObserveContent"] }, { kind: "directive", type: i6.MatLegacyInkBar, selector: "mat-ink-bar" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
39
39
  export { MatLegacyTabHeader };
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabHeader, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabHeader, decorators: [{
41
41
  type: Component,
42
42
  args: [{ selector: 'mat-tab-header', inputs: ['selectedIndex'], outputs: ['selectFocusedIndex', 'indexFocused'], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.Default, host: {
43
43
  'class': 'mat-tab-header',
@@ -14,10 +14,10 @@ import * as i0 from "@angular/core";
14
14
  */
15
15
  class MatLegacyTabLabelWrapper extends _MatTabLabelWrapperBase {
16
16
  }
17
- MatLegacyTabLabelWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabLabelWrapper, deps: null, target: i0.ɵɵFactoryTarget.Directive });
18
- MatLegacyTabLabelWrapper.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyTabLabelWrapper, selector: "[matTabLabelWrapper]", inputs: { disabled: "disabled" }, host: { properties: { "class.mat-tab-disabled": "disabled", "attr.aria-disabled": "!!disabled" } }, usesInheritance: true, ngImport: i0 });
17
+ MatLegacyTabLabelWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabLabelWrapper, deps: null, target: i0.ɵɵFactoryTarget.Directive });
18
+ MatLegacyTabLabelWrapper.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyTabLabelWrapper, selector: "[matTabLabelWrapper]", inputs: { disabled: "disabled" }, host: { properties: { "class.mat-tab-disabled": "disabled", "attr.aria-disabled": "!!disabled" } }, usesInheritance: true, ngImport: i0 });
19
19
  export { MatLegacyTabLabelWrapper };
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabLabelWrapper, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabLabelWrapper, decorators: [{
21
21
  type: Directive,
22
22
  args: [{
23
23
  selector: '[matTabLabelWrapper]',
@@ -15,10 +15,10 @@ import * as i0 from "@angular/core";
15
15
  */
16
16
  class MatLegacyTabLabel extends MatNonLegacyTabLabel {
17
17
  }
18
- MatLegacyTabLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabLabel, deps: null, target: i0.ɵɵFactoryTarget.Directive });
19
- MatLegacyTabLabel.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyTabLabel, selector: "[mat-tab-label], [matTabLabel]", providers: [{ provide: MAT_TAB_LABEL, useExisting: MatLegacyTabLabel }], usesInheritance: true, ngImport: i0 });
18
+ MatLegacyTabLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabLabel, deps: null, target: i0.ɵɵFactoryTarget.Directive });
19
+ MatLegacyTabLabel.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyTabLabel, selector: "[mat-tab-label], [matTabLabel]", providers: [{ provide: MAT_TAB_LABEL, useExisting: MatLegacyTabLabel }], usesInheritance: true, ngImport: i0 });
20
20
  export { MatLegacyTabLabel };
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabLabel, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabLabel, decorators: [{
22
22
  type: Directive,
23
23
  args: [{
24
24
  selector: '[mat-tab-label], [matTabLabel]',
@@ -35,10 +35,10 @@ class MatLegacyTabNav extends _MatTabNavBase {
35
35
  super(elementRef, dir, ngZone, changeDetectorRef, viewportRuler, platform, animationMode);
36
36
  }
37
37
  }
38
- MatLegacyTabNav.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabNav, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i2.ViewportRuler }, { token: i3.Platform }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
39
- MatLegacyTabNav.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyTabNav, selector: "[mat-tab-nav-bar]", inputs: { color: "color" }, host: { properties: { "attr.role": "_getRole()", "class.mat-tab-header-pagination-controls-enabled": "_showPaginationControls", "class.mat-tab-header-rtl": "_getLayoutDirection() == 'rtl'", "class.mat-primary": "color !== \"warn\" && color !== \"accent\"", "class.mat-accent": "color === \"accent\"", "class.mat-warn": "color === \"warn\"" }, classAttribute: "mat-tab-nav-bar mat-tab-header" }, queries: [{ propertyName: "_items", predicate: i0.forwardRef(function () { return MatLegacyTabLink; }), descendants: true }], viewQueries: [{ propertyName: "_inkBar", first: true, predicate: MatLegacyInkBar, descendants: true, static: true }, { propertyName: "_tabListContainer", first: true, predicate: ["tabListContainer"], descendants: true, static: true }, { propertyName: "_tabList", first: true, predicate: ["tabList"], descendants: true, static: true }, { propertyName: "_tabListInner", first: true, predicate: ["tabListInner"], descendants: true, static: true }, { propertyName: "_nextPaginator", first: true, predicate: ["nextPaginator"], descendants: true }, { propertyName: "_previousPaginator", first: true, predicate: ["previousPaginator"], descendants: true }], exportAs: ["matTabNavBar", "matTabNav"], usesInheritance: true, ngImport: i0, template: "<button class=\"mat-tab-header-pagination mat-tab-header-pagination-before mat-elevation-z4\"\n #previousPaginator\n aria-hidden=\"true\"\n type=\"button\"\n mat-ripple\n tabindex=\"-1\"\n [matRippleDisabled]=\"_disableScrollBefore || disableRipple\"\n [class.mat-tab-header-pagination-disabled]=\"_disableScrollBefore\"\n [disabled]=\"_disableScrollBefore || null\"\n (click)=\"_handlePaginatorClick('before')\"\n (mousedown)=\"_handlePaginatorPress('before', $event)\"\n (touchend)=\"_stopInterval()\">\n <div class=\"mat-tab-header-pagination-chevron\"></div>\n</button>\n\n<div class=\"mat-tab-link-container\" #tabListContainer (keydown)=\"_handleKeydown($event)\">\n <div\n class=\"mat-tab-list\"\n [class._mat-animation-noopable]=\"_animationMode === 'NoopAnimations'\"\n #tabList\n (cdkObserveContent)=\"_onContentChanges()\">\n <div class=\"mat-tab-links\" #tabListInner>\n <ng-content></ng-content>\n </div>\n <mat-ink-bar></mat-ink-bar>\n </div>\n</div>\n\n<button class=\"mat-tab-header-pagination mat-tab-header-pagination-after mat-elevation-z4\"\n #nextPaginator\n aria-hidden=\"true\"\n type=\"button\"\n mat-ripple\n [matRippleDisabled]=\"_disableScrollAfter || disableRipple\"\n [class.mat-tab-header-pagination-disabled]=\"_disableScrollAfter\"\n [disabled]=\"_disableScrollAfter || null\"\n tabindex=\"-1\"\n (mousedown)=\"_handlePaginatorPress('after', $event)\"\n (click)=\"_handlePaginatorClick('after')\"\n (touchend)=\"_stopInterval()\">\n <div class=\"mat-tab-header-pagination-chevron\"></div>\n</button>\n", styles: [".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-header-pagination{-webkit-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:none;box-sizing:content-box;background:none;border:none;outline:0;padding:0}.mat-tab-header-pagination::-moz-focus-inner{border:0}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-rtl .mat-tab-header-pagination-before,.mat-tab-header-pagination-after{padding-right:4px}.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-tab-links{display:flex}[mat-align-tabs=center]>.mat-tab-link-container .mat-tab-links{justify-content:center}[mat-align-tabs=end]>.mat-tab-link-container .mat-tab-links{justify-content:flex-end}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-ink-bar._mat-animation-noopable{transition:none !important;animation:none !important}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}.cdk-high-contrast-active .mat-ink-bar{outline:solid 2px;height:0}.mat-tab-link-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}.mat-tab-link{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;vertical-align:top;text-decoration:none;position:relative;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-tab-link:focus{outline:none}.mat-tab-link:focus:not(.mat-tab-disabled){opacity:1}.mat-tab-link.mat-tab-disabled{cursor:default}.cdk-high-contrast-active .mat-tab-link.mat-tab-disabled{opacity:.5}.mat-tab-link .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.cdk-high-contrast-active .mat-tab-link{opacity:1}[mat-stretch-tabs] .mat-tab-link{flex-basis:0;flex-grow:1}.mat-tab-link.mat-tab-disabled{pointer-events:none}.mat-tab-link::before{margin:5px}@media(max-width: 599px){.mat-tab-link{min-width:72px}}"], dependencies: [{ kind: "directive", type: i4.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { kind: "directive", type: i5.CdkObserveContent, selector: "[cdkObserveContent]", inputs: ["cdkObserveContentDisabled", "debounce"], outputs: ["cdkObserveContent"], exportAs: ["cdkObserveContent"] }, { kind: "directive", type: i6.MatLegacyInkBar, selector: "mat-ink-bar" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
38
+ MatLegacyTabNav.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabNav, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i2.ViewportRuler }, { token: i3.Platform }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
39
+ MatLegacyTabNav.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyTabNav, selector: "[mat-tab-nav-bar]", inputs: { color: "color" }, host: { properties: { "attr.role": "_getRole()", "class.mat-tab-header-pagination-controls-enabled": "_showPaginationControls", "class.mat-tab-header-rtl": "_getLayoutDirection() == 'rtl'", "class.mat-primary": "color !== \"warn\" && color !== \"accent\"", "class.mat-accent": "color === \"accent\"", "class.mat-warn": "color === \"warn\"" }, classAttribute: "mat-tab-nav-bar mat-tab-header" }, queries: [{ propertyName: "_items", predicate: i0.forwardRef(function () { return MatLegacyTabLink; }), descendants: true }], viewQueries: [{ propertyName: "_inkBar", first: true, predicate: MatLegacyInkBar, descendants: true, static: true }, { propertyName: "_tabListContainer", first: true, predicate: ["tabListContainer"], descendants: true, static: true }, { propertyName: "_tabList", first: true, predicate: ["tabList"], descendants: true, static: true }, { propertyName: "_tabListInner", first: true, predicate: ["tabListInner"], descendants: true, static: true }, { propertyName: "_nextPaginator", first: true, predicate: ["nextPaginator"], descendants: true }, { propertyName: "_previousPaginator", first: true, predicate: ["previousPaginator"], descendants: true }], exportAs: ["matTabNavBar", "matTabNav"], usesInheritance: true, ngImport: i0, template: "<button class=\"mat-tab-header-pagination mat-tab-header-pagination-before mat-elevation-z4\"\n #previousPaginator\n aria-hidden=\"true\"\n type=\"button\"\n mat-ripple\n tabindex=\"-1\"\n [matRippleDisabled]=\"_disableScrollBefore || disableRipple\"\n [class.mat-tab-header-pagination-disabled]=\"_disableScrollBefore\"\n [disabled]=\"_disableScrollBefore || null\"\n (click)=\"_handlePaginatorClick('before')\"\n (mousedown)=\"_handlePaginatorPress('before', $event)\"\n (touchend)=\"_stopInterval()\">\n <div class=\"mat-tab-header-pagination-chevron\"></div>\n</button>\n\n<div class=\"mat-tab-link-container\" #tabListContainer (keydown)=\"_handleKeydown($event)\">\n <div\n class=\"mat-tab-list\"\n [class._mat-animation-noopable]=\"_animationMode === 'NoopAnimations'\"\n #tabList\n (cdkObserveContent)=\"_onContentChanges()\">\n <div class=\"mat-tab-links\" #tabListInner>\n <ng-content></ng-content>\n </div>\n <mat-ink-bar></mat-ink-bar>\n </div>\n</div>\n\n<button class=\"mat-tab-header-pagination mat-tab-header-pagination-after mat-elevation-z4\"\n #nextPaginator\n aria-hidden=\"true\"\n type=\"button\"\n mat-ripple\n [matRippleDisabled]=\"_disableScrollAfter || disableRipple\"\n [class.mat-tab-header-pagination-disabled]=\"_disableScrollAfter\"\n [disabled]=\"_disableScrollAfter || null\"\n tabindex=\"-1\"\n (mousedown)=\"_handlePaginatorPress('after', $event)\"\n (click)=\"_handlePaginatorClick('after')\"\n (touchend)=\"_stopInterval()\">\n <div class=\"mat-tab-header-pagination-chevron\"></div>\n</button>\n", styles: [".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-header-pagination{-webkit-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:none;box-sizing:content-box;background:none;border:none;outline:0;padding:0}.mat-tab-header-pagination::-moz-focus-inner{border:0}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-rtl .mat-tab-header-pagination-before,.mat-tab-header-pagination-after{padding-right:4px}.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-tab-links{display:flex}[mat-align-tabs=center]>.mat-tab-link-container .mat-tab-links{justify-content:center}[mat-align-tabs=end]>.mat-tab-link-container .mat-tab-links{justify-content:flex-end}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-ink-bar._mat-animation-noopable{transition:none !important;animation:none !important}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}.cdk-high-contrast-active .mat-ink-bar{outline:solid 2px;height:0}.mat-tab-link-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}.mat-tab-link{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;vertical-align:top;text-decoration:none;position:relative;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-tab-link:focus{outline:none}.mat-tab-link:focus:not(.mat-tab-disabled){opacity:1}.mat-tab-link.mat-tab-disabled{cursor:default}.cdk-high-contrast-active .mat-tab-link.mat-tab-disabled{opacity:.5}.mat-tab-link .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.cdk-high-contrast-active .mat-tab-link{opacity:1}[mat-stretch-tabs] .mat-tab-link{flex-basis:0;flex-grow:1}.mat-tab-link.mat-tab-disabled{pointer-events:none}.mat-tab-link::before{margin:5px}@media(max-width: 599px){.mat-tab-link{min-width:72px}}"], dependencies: [{ kind: "directive", type: i4.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { kind: "directive", type: i5.CdkObserveContent, selector: "[cdkObserveContent]", inputs: ["cdkObserveContentDisabled", "debounce"], outputs: ["cdkObserveContent"], exportAs: ["cdkObserveContent"] }, { kind: "directive", type: i6.MatLegacyInkBar, selector: "mat-ink-bar" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
40
40
  export { MatLegacyTabNav };
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabNav, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabNav, decorators: [{
42
42
  type: Component,
43
43
  args: [{ selector: '[mat-tab-nav-bar]', exportAs: 'matTabNavBar, matTabNav', inputs: ['color'], host: {
44
44
  '[attr.role]': '_getRole()',
@@ -94,10 +94,10 @@ class MatLegacyTabLink extends _MatTabLinkBase {
94
94
  this._tabLinkRipple._removeTriggerEvents();
95
95
  }
96
96
  }
97
- MatLegacyTabLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabLink, deps: [{ token: MatLegacyTabNav }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i3.Platform }, { token: MAT_RIPPLE_GLOBAL_OPTIONS, optional: true }, { token: 'tabindex', attribute: true }, { token: i7.FocusMonitor }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
98
- MatLegacyTabLink.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyTabLink, selector: "[mat-tab-link], [matTabLink]", inputs: { disabled: "disabled", disableRipple: "disableRipple", tabIndex: "tabIndex" }, host: { listeners: { "focus": "_handleFocus()", "keydown": "_handleKeydown($event)" }, properties: { "attr.aria-controls": "_getAriaControls()", "attr.aria-current": "_getAriaCurrent()", "attr.aria-disabled": "disabled", "attr.aria-selected": "_getAriaSelected()", "attr.id": "id", "attr.tabIndex": "_getTabIndex()", "attr.role": "_getRole()", "class.mat-tab-disabled": "disabled", "class.mat-tab-label-active": "active" }, classAttribute: "mat-tab-link mat-focus-indicator" }, exportAs: ["matTabLink"], usesInheritance: true, ngImport: i0 });
97
+ MatLegacyTabLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabLink, deps: [{ token: MatLegacyTabNav }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i3.Platform }, { token: MAT_RIPPLE_GLOBAL_OPTIONS, optional: true }, { token: 'tabindex', attribute: true }, { token: i7.FocusMonitor }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
98
+ MatLegacyTabLink.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyTabLink, selector: "[mat-tab-link], [matTabLink]", inputs: { disabled: "disabled", disableRipple: "disableRipple", tabIndex: "tabIndex" }, host: { listeners: { "focus": "_handleFocus()", "keydown": "_handleKeydown($event)" }, properties: { "attr.aria-controls": "_getAriaControls()", "attr.aria-current": "_getAriaCurrent()", "attr.aria-disabled": "disabled", "attr.aria-selected": "_getAriaSelected()", "attr.id": "id", "attr.tabIndex": "_getTabIndex()", "attr.role": "_getRole()", "class.mat-tab-disabled": "disabled", "class.mat-tab-label-active": "active" }, classAttribute: "mat-tab-link mat-focus-indicator" }, exportAs: ["matTabLink"], usesInheritance: true, ngImport: i0 });
99
99
  export { MatLegacyTabLink };
100
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabLink, decorators: [{
100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabLink, decorators: [{
101
101
  type: Directive,
102
102
  args: [{
103
103
  selector: '[mat-tab-link], [matTabLink]',
@@ -143,10 +143,10 @@ class MatLegacyTabNavPanel {
143
143
  this.id = `mat-tab-nav-panel-${nextUniqueId++}`;
144
144
  }
145
145
  }
146
- MatLegacyTabNavPanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabNavPanel, deps: [], target: i0.ɵɵFactoryTarget.Component });
147
- MatLegacyTabNavPanel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyTabNavPanel, selector: "mat-tab-nav-panel", inputs: { id: "id" }, host: { attributes: { "role": "tabpanel" }, properties: { "attr.aria-labelledby": "_activeTabId", "attr.id": "id" }, classAttribute: "mat-tab-nav-panel" }, exportAs: ["matTabNavPanel"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
146
+ MatLegacyTabNavPanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabNavPanel, deps: [], target: i0.ɵɵFactoryTarget.Component });
147
+ MatLegacyTabNavPanel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyTabNavPanel, selector: "mat-tab-nav-panel", inputs: { id: "id" }, host: { attributes: { "role": "tabpanel" }, properties: { "attr.aria-labelledby": "_activeTabId", "attr.id": "id" }, classAttribute: "mat-tab-nav-panel" }, exportAs: ["matTabNavPanel"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
148
148
  export { MatLegacyTabNavPanel };
149
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabNavPanel, decorators: [{
149
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabNavPanel, decorators: [{
150
150
  type: Component,
151
151
  args: [{
152
152
  selector: 'mat-tab-nav-panel',
@@ -21,10 +21,10 @@ class MatLegacyTab extends _MatTabBase {
21
21
  this._setTemplateLabelInput(value);
22
22
  }
23
23
  }
24
- MatLegacyTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTab, deps: null, target: i0.ɵɵFactoryTarget.Component });
25
- MatLegacyTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyTab, selector: "mat-tab", inputs: { disabled: "disabled" }, providers: [{ provide: MAT_TAB, useExisting: MatLegacyTab }], queries: [{ propertyName: "templateLabel", first: true, predicate: MAT_TAB_LABEL, descendants: true }, { propertyName: "_explicitContent", first: true, predicate: MAT_TAB_CONTENT, descendants: true, read: TemplateRef, static: true }], exportAs: ["matTab"], usesInheritance: true, ngImport: i0, template: "<!-- Create a template for the content of the <mat-tab> so that we can grab a reference to this\n TemplateRef and use it in a Portal to render the tab content in the appropriate place in the\n tab-group. -->\n<ng-template><ng-content></ng-content></ng-template>\n", changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
24
+ MatLegacyTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTab, deps: null, target: i0.ɵɵFactoryTarget.Component });
25
+ MatLegacyTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyTab, selector: "mat-tab", inputs: { disabled: "disabled" }, providers: [{ provide: MAT_TAB, useExisting: MatLegacyTab }], queries: [{ propertyName: "templateLabel", first: true, predicate: MAT_TAB_LABEL, descendants: true }, { propertyName: "_explicitContent", first: true, predicate: MAT_TAB_CONTENT, descendants: true, read: TemplateRef, static: true }], exportAs: ["matTab"], usesInheritance: true, ngImport: i0, template: "<!-- Create a template for the content of the <mat-tab> so that we can grab a reference to this\n TemplateRef and use it in a Portal to render the tab content in the appropriate place in the\n tab-group. -->\n<ng-template><ng-content></ng-content></ng-template>\n", changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
26
26
  export { MatLegacyTab };
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTab, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTab, decorators: [{
28
28
  type: Component,
29
29
  args: [{ selector: 'mat-tab', inputs: ['disabled'], changeDetection: ChangeDetectionStrategy.Default, encapsulation: ViewEncapsulation.None, exportAs: 'matTab', providers: [{ provide: MAT_TAB, useExisting: MatLegacyTab }], template: "<!-- Create a template for the content of the <mat-tab> so that we can grab a reference to this\n TemplateRef and use it in a Portal to render the tab content in the appropriate place in the\n tab-group. -->\n<ng-template><ng-content></ng-content></ng-template>\n" }]
30
30
  }], propDecorators: { templateLabel: [{
@@ -27,8 +27,8 @@ import * as i0 from "@angular/core";
27
27
  */
28
28
  class MatLegacyTabsModule {
29
29
  }
30
- MatLegacyTabsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
31
- MatLegacyTabsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabsModule, declarations: [MatLegacyTabGroup,
30
+ MatLegacyTabsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
31
+ MatLegacyTabsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabsModule, declarations: [MatLegacyTabGroup,
32
32
  MatLegacyTabLabel,
33
33
  MatLegacyTab,
34
34
  MatLegacyInkBar,
@@ -52,14 +52,14 @@ MatLegacyTabsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ver
52
52
  MatLegacyTabNavPanel,
53
53
  MatLegacyTabLink,
54
54
  MatLegacyTabContent] });
55
- MatLegacyTabsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabsModule, imports: [CommonModule,
55
+ MatLegacyTabsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabsModule, imports: [CommonModule,
56
56
  MatCommonModule,
57
57
  PortalModule,
58
58
  MatRippleModule,
59
59
  ObserversModule,
60
60
  A11yModule, MatCommonModule] });
61
61
  export { MatLegacyTabsModule };
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTabsModule, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTabsModule, decorators: [{
63
63
  type: NgModule,
64
64
  args: [{
65
65
  imports: [
@@ -20,11 +20,11 @@ import * as i0 from "@angular/core";
20
20
  */
21
21
  class MatLegacyTooltipModule {
22
22
  }
23
- MatLegacyTooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
24
- MatLegacyTooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTooltipModule, declarations: [MatLegacyTooltip, LegacyTooltipComponent], imports: [A11yModule, CommonModule, OverlayModule, MatCommonModule], exports: [MatLegacyTooltip, LegacyTooltipComponent, MatCommonModule, CdkScrollableModule] });
25
- MatLegacyTooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTooltipModule, providers: [MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY_PROVIDER], imports: [A11yModule, CommonModule, OverlayModule, MatCommonModule, MatCommonModule, CdkScrollableModule] });
23
+ MatLegacyTooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
24
+ MatLegacyTooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTooltipModule, declarations: [MatLegacyTooltip, LegacyTooltipComponent], imports: [A11yModule, CommonModule, OverlayModule, MatCommonModule], exports: [MatLegacyTooltip, LegacyTooltipComponent, MatCommonModule, CdkScrollableModule] });
25
+ MatLegacyTooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTooltipModule, providers: [MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY_PROVIDER], imports: [A11yModule, CommonModule, OverlayModule, MatCommonModule, MatCommonModule, CdkScrollableModule] });
26
26
  export { MatLegacyTooltipModule };
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTooltipModule, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTooltipModule, decorators: [{
28
28
  type: NgModule,
29
29
  args: [{
30
30
  imports: [A11yModule, CommonModule, OverlayModule, MatCommonModule],
@@ -38,10 +38,10 @@ class MatLegacyTooltip extends _MatTooltipBase {
38
38
  this._tooltipComponent = LegacyTooltipComponent;
39
39
  }
40
40
  }
41
- MatLegacyTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTooltip, deps: [{ token: i1.Overlay }, { token: i0.ElementRef }, { token: i2.ScrollDispatcher }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i3.Platform }, { token: i4.AriaDescriber }, { token: i4.FocusMonitor }, { token: MAT_TOOLTIP_SCROLL_STRATEGY }, { token: i5.Directionality, optional: true }, { token: MAT_TOOLTIP_DEFAULT_OPTIONS, optional: true }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
42
- MatLegacyTooltip.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyTooltip, selector: "[matTooltip]", host: { classAttribute: "mat-tooltip-trigger" }, exportAs: ["matTooltip"], usesInheritance: true, ngImport: i0 });
41
+ MatLegacyTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTooltip, deps: [{ token: i1.Overlay }, { token: i0.ElementRef }, { token: i2.ScrollDispatcher }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i3.Platform }, { token: i4.AriaDescriber }, { token: i4.FocusMonitor }, { token: MAT_TOOLTIP_SCROLL_STRATEGY }, { token: i5.Directionality, optional: true }, { token: MAT_TOOLTIP_DEFAULT_OPTIONS, optional: true }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
42
+ MatLegacyTooltip.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyTooltip, selector: "[matTooltip]", host: { classAttribute: "mat-tooltip-trigger" }, exportAs: ["matTooltip"], usesInheritance: true, ngImport: i0 });
43
43
  export { MatLegacyTooltip };
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTooltip, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTooltip, decorators: [{
45
45
  type: Directive,
46
46
  args: [{
47
47
  selector: '[matTooltip]',
@@ -71,19 +71,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
71
71
  * @breaking-change 17.0.0
72
72
  */
73
73
  class LegacyTooltipComponent extends _TooltipComponentBase {
74
- constructor(changeDetectorRef, _breakpointObserver, animationMode) {
74
+ constructor(changeDetectorRef, breakpointObserver, animationMode) {
75
75
  super(changeDetectorRef, animationMode);
76
- this._breakpointObserver = _breakpointObserver;
77
- /** Stream that emits whether the user has a handset-sized display. */
78
- this._isHandset = this._breakpointObserver.observe(Breakpoints.Handset);
79
76
  this._showAnimation = 'mat-tooltip-show';
80
77
  this._hideAnimation = 'mat-tooltip-hide';
78
+ this._isHandset = breakpointObserver.observe(Breakpoints.Handset);
81
79
  }
82
80
  }
83
- LegacyTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: LegacyTooltipComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i6.BreakpointObserver }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
84
- LegacyTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: LegacyTooltipComponent, selector: "mat-tooltip-component", host: { attributes: { "aria-hidden": "true" }, listeners: { "mouseleave": "_handleMouseLeave($event)" }, properties: { "style.zoom": "isVisible() ? 1 : null" } }, viewQueries: [{ propertyName: "_tooltip", first: true, predicate: ["tooltip"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<div #tooltip\n class=\"mat-tooltip\"\n (animationend)=\"_handleAnimationEnd($event)\"\n [ngClass]=\"tooltipClass\"\n [class.mat-tooltip-handset]=\"(_isHandset | async)?.matches\">{{message}}</div>\n", styles: [".mat-tooltip{color:#fff;border-radius:4px;margin:14px;max-width:250px;padding-left:8px;padding-right:8px;overflow:hidden;text-overflow:ellipsis;transform:scale(0)}.mat-tooltip._mat-animation-noopable{animation:none;transform:scale(1)}.cdk-high-contrast-active .mat-tooltip{outline:solid 1px}.mat-tooltip-handset{margin:24px;padding-left:16px;padding-right:16px}.mat-tooltip-panel-non-interactive{pointer-events:none}@keyframes mat-tooltip-show{0%{opacity:0;transform:scale(0)}50%{opacity:.5;transform:scale(0.99)}100%{opacity:1;transform:scale(1)}}@keyframes mat-tooltip-hide{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(1)}}.mat-tooltip-show{animation:mat-tooltip-show 200ms cubic-bezier(0, 0, 0.2, 1) forwards}.mat-tooltip-hide{animation:mat-tooltip-hide 100ms cubic-bezier(0, 0, 0.2, 1) forwards}"], dependencies: [{ kind: "directive", type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: i7.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
81
+ LegacyTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: LegacyTooltipComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i6.BreakpointObserver }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
82
+ LegacyTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: LegacyTooltipComponent, selector: "mat-tooltip-component", host: { attributes: { "aria-hidden": "true" }, listeners: { "mouseleave": "_handleMouseLeave($event)" }, properties: { "style.zoom": "isVisible() ? 1 : null" } }, viewQueries: [{ propertyName: "_tooltip", first: true, predicate: ["tooltip"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<div #tooltip\n class=\"mat-tooltip\"\n (animationend)=\"_handleAnimationEnd($event)\"\n [ngClass]=\"tooltipClass\"\n [class.mat-tooltip-handset]=\"(_isHandset | async)?.matches\">{{message}}</div>\n", styles: [".mat-tooltip{color:#fff;border-radius:4px;margin:14px;max-width:250px;padding-left:8px;padding-right:8px;overflow:hidden;text-overflow:ellipsis;transform:scale(0)}.mat-tooltip._mat-animation-noopable{animation:none;transform:scale(1)}.cdk-high-contrast-active .mat-tooltip{outline:solid 1px}.mat-tooltip-handset{margin:24px;padding-left:16px;padding-right:16px}.mat-tooltip-panel-non-interactive{pointer-events:none}@keyframes mat-tooltip-show{0%{opacity:0;transform:scale(0)}50%{opacity:.5;transform:scale(0.99)}100%{opacity:1;transform:scale(1)}}@keyframes mat-tooltip-hide{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(1)}}.mat-tooltip-show{animation:mat-tooltip-show 200ms cubic-bezier(0, 0, 0.2, 1) forwards}.mat-tooltip-hide{animation:mat-tooltip-hide 100ms cubic-bezier(0, 0, 0.2, 1) forwards}"], dependencies: [{ kind: "directive", type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: i7.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
85
83
  export { LegacyTooltipComponent };
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: LegacyTooltipComponent, decorators: [{
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: LegacyTooltipComponent, decorators: [{
87
85
  type: Component,
88
86
  args: [{ selector: 'mat-tooltip-component', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
89
87
  // Forces the element to have a layout in IE and Edge. This fixes issues where the element
@@ -105,4 +103,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
105
103
  static: true,
106
104
  }]
107
105
  }] } });
108
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC9sZWdhY3ktdG9vbHRpcC90b29sdGlwLnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21hdGVyaWFsL2xlZ2FjeS10b29sdGlwL3Rvb2x0aXAuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFDSCxPQUFPLEVBQUMsYUFBYSxFQUFFLFlBQVksRUFBQyxNQUFNLG1CQUFtQixDQUFDO0FBQzlELE9BQU8sRUFBQyxjQUFjLEVBQUMsTUFBTSxtQkFBbUIsQ0FBQztBQUNqRCxPQUFPLEVBQUMsa0JBQWtCLEVBQUUsV0FBVyxFQUFrQixNQUFNLHFCQUFxQixDQUFDO0FBQ3JGLE9BQU8sRUFBQyxPQUFPLEVBQUMsTUFBTSxzQkFBc0IsQ0FBQztBQUM3QyxPQUFPLEVBQUMsUUFBUSxFQUFDLE1BQU0sdUJBQXVCLENBQUM7QUFDL0MsT0FBTyxFQUFDLGdCQUFnQixFQUFDLE1BQU0sd0JBQXdCLENBQUM7QUFDeEQsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixpQkFBaUIsRUFDakIsU0FBUyxFQUNULFNBQVMsRUFDVCxVQUFVLEVBQ1YsTUFBTSxFQUNOLE1BQU0sRUFDTixRQUFRLEVBQ1IsU0FBUyxFQUNULGdCQUFnQixFQUNoQixpQkFBaUIsR0FDbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQ3pDLE9BQU8sRUFBQyxxQkFBcUIsRUFBQyxNQUFNLHNDQUFzQyxDQUFDO0FBRTNFLE9BQU8sRUFDTCxlQUFlLEVBQ2YscUJBQXFCLEVBQ3JCLDJCQUEyQixFQUMzQiwyQkFBMkIsR0FFNUIsTUFBTSwyQkFBMkIsQ0FBQzs7Ozs7Ozs7O0FBRW5DOzs7Ozs7OztHQVFHO0FBQ0gsTUFPYSxnQkFBaUIsU0FBUSxlQUF1QztJQUczRSxZQUNFLE9BQWdCLEVBQ2hCLFVBQW1DLEVBQ25DLGdCQUFrQyxFQUNsQyxnQkFBa0MsRUFDbEMsTUFBYyxFQUNkLFFBQWtCLEVBQ2xCLGFBQTRCLEVBQzVCLFlBQTBCLEVBQ1csY0FBbUIsRUFDNUMsR0FBbUIsRUFDa0IsY0FBd0MsRUFDdkUsU0FBYztRQUVoQyxLQUFLLENBQ0gsT0FBTyxFQUNQLFVBQVUsRUFDVixnQkFBZ0IsRUFDaEIsZ0JBQWdCLEVBQ2hCLE1BQU0sRUFDTixRQUFRLEVBQ1IsYUFBYSxFQUNiLFlBQVksRUFDWixjQUFjLEVBQ2QsR0FBRyxFQUNILGNBQWMsRUFDZCxTQUFTLENBQ1YsQ0FBQztRQTdCZSxzQkFBaUIsR0FBRyxzQkFBc0IsQ0FBQztJQThCOUQsQ0FBQzs7b0hBL0JVLGdCQUFnQiwwT0FZakIsMkJBQTJCLDJEQUVmLDJCQUEyQiw2QkFDdkMsUUFBUTt3R0FmUCxnQkFBZ0I7U0FBaEIsZ0JBQWdCO2tHQUFoQixnQkFBZ0I7a0JBUDVCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGNBQWM7b0JBQ3hCLFFBQVEsRUFBRSxZQUFZO29CQUN0QixJQUFJLEVBQUU7d0JBQ0osT0FBTyxFQUFFLHFCQUFxQjtxQkFDL0I7aUJBQ0Y7OzBCQWFJLE1BQU07MkJBQUMsMkJBQTJCOzswQkFDbEMsUUFBUTs7MEJBQ1IsUUFBUTs7MEJBQUksTUFBTTsyQkFBQywyQkFBMkI7OzBCQUM5QyxNQUFNOzJCQUFDLFFBQVE7O0FBbUJwQjs7Ozs7R0FLRztBQUNILE1BY2Esc0JBQXVCLFNBQVEscUJBQXFCO0lBYS9ELFlBQ0UsaUJBQW9DLEVBQzVCLG1CQUF1QyxFQUNKLGFBQXNCO1FBRWpFLEtBQUssQ0FBQyxpQkFBaUIsRUFBRSxhQUFhLENBQUMsQ0FBQztRQUhoQyx3QkFBbUIsR0FBbkIsbUJBQW1CLENBQW9CO1FBZGpELHVFQUF1RTtRQUN2RSxlQUFVLEdBQWdDLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxPQUFPLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBQ2hHLG1CQUFjLEdBQUcsa0JBQWtCLENBQUM7UUFDcEMsbUJBQWMsR0FBRyxrQkFBa0IsQ0FBQztJQWVwQyxDQUFDOzswSEFuQlUsc0JBQXNCLHFGQWdCWCxxQkFBcUI7OEdBaEJoQyxzQkFBc0IsMFdDM0duQyx5TkFLQTtTRHNHYSxzQkFBc0I7a0dBQXRCLHNCQUFzQjtrQkFkbEMsU0FBUzsrQkFDRSx1QkFBdUIsaUJBR2xCLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0sUUFDekM7d0JBQ0osMEZBQTBGO3dCQUMxRiwyRkFBMkY7d0JBQzNGLGNBQWMsRUFBRSx3QkFBd0I7d0JBQ3hDLGNBQWMsRUFBRSwyQkFBMkI7d0JBQzNDLGFBQWEsRUFBRSxNQUFNO3FCQUN0Qjs7MEJBa0JFLFFBQVE7OzBCQUFJLE1BQU07MkJBQUMscUJBQXFCOzRDQUwzQyxRQUFRO3NCQUxQLFNBQVM7dUJBQUMsU0FBUyxFQUFFO3dCQUNwQiwwREFBMEQ7d0JBQzFELHFEQUFxRDt3QkFDckQsTUFBTSxFQUFFLElBQUk7cUJBQ2IiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEBsaWNlbnNlXG4gKiBDb3B5cmlnaHQgR29vZ2xlIExMQyBBbGwgUmlnaHRzIFJlc2VydmVkLlxuICpcbiAqIFVzZSBvZiB0aGlzIHNvdXJjZSBjb2RlIGlzIGdvdmVybmVkIGJ5IGFuIE1JVC1zdHlsZSBsaWNlbnNlIHRoYXQgY2FuIGJlXG4gKiBmb3VuZCBpbiB0aGUgTElDRU5TRSBmaWxlIGF0IGh0dHBzOi8vYW5ndWxhci5pby9saWNlbnNlXG4gKi9cbmltcG9ydCB7QXJpYURlc2NyaWJlciwgRm9jdXNNb25pdG9yfSBmcm9tICdAYW5ndWxhci9jZGsvYTExeSc7XG5pbXBvcnQge0RpcmVjdGlvbmFsaXR5fSBmcm9tICdAYW5ndWxhci9jZGsvYmlkaSc7XG5pbXBvcnQge0JyZWFrcG9pbnRPYnNlcnZlciwgQnJlYWtwb2ludHMsIEJyZWFrcG9pbnRTdGF0ZX0gZnJvbSAnQGFuZ3VsYXIvY2RrL2xheW91dCc7XG5pbXBvcnQge092ZXJsYXl9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcbmltcG9ydCB7UGxhdGZvcm19IGZyb20gJ0Bhbmd1bGFyL2Nkay9wbGF0Zm9ybSc7XG5pbXBvcnQge1Njcm9sbERpc3BhdGNoZXJ9IGZyb20gJ0Bhbmd1bGFyL2Nkay9zY3JvbGxpbmcnO1xuaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENoYW5nZURldGVjdG9yUmVmLFxuICBDb21wb25lbnQsXG4gIERpcmVjdGl2ZSxcbiAgRWxlbWVudFJlZixcbiAgSW5qZWN0LFxuICBOZ1pvbmUsXG4gIE9wdGlvbmFsLFxuICBWaWV3Q2hpbGQsXG4gIFZpZXdDb250YWluZXJSZWYsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7RE9DVU1FTlR9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge0FOSU1BVElPTl9NT0RVTEVfVFlQRX0gZnJvbSAnQGFuZ3VsYXIvcGxhdGZvcm0tYnJvd3Nlci9hbmltYXRpb25zJztcbmltcG9ydCB7T2JzZXJ2YWJsZX0gZnJvbSAncnhqcyc7XG5pbXBvcnQge1xuICBfTWF0VG9vbHRpcEJhc2UsXG4gIF9Ub29sdGlwQ29tcG9uZW50QmFzZSxcbiAgTUFUX1RPT0xUSVBfREVGQVVMVF9PUFRJT05TLFxuICBNQVRfVE9PTFRJUF9TQ1JPTExfU1RSQVRFR1ksXG4gIE1hdFRvb2x0aXBEZWZhdWx0T3B0aW9ucyxcbn0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvdG9vbHRpcCc7XG5cbi8qKlxuICogRGlyZWN0aXZlIHRoYXQgYXR0YWNoZXMgYSBtYXRlcmlhbCBkZXNpZ24gdG9vbHRpcCB0byB0aGUgaG9zdCBlbGVtZW50LiBBbmltYXRlcyB0aGUgc2hvd2luZyBhbmRcbiAqIGhpZGluZyBvZiBhIHRvb2x0aXAgcHJvdmlkZWQgcG9zaXRpb24gKGRlZmF1bHRzIHRvIGJlbG93IHRoZSBlbGVtZW50KS5cbiAqXG4gKiBodHRwczovL21hdGVyaWFsLmlvL2Rlc2lnbi9jb21wb25lbnRzL3Rvb2x0aXBzLmh0bWxcbiAqXG4gKiBAZGVwcmVjYXRlZCBVc2UgYE1hdFRvb2x0aXBgIGZyb20gYEBhbmd1bGFyL21hdGVyaWFsL3Rvb2x0aXBgIGluc3RlYWQuIFNlZSBodHRwczovL21hdGVyaWFsLmFuZ3VsYXIuaW8vZ3VpZGUvbWRjLW1pZ3JhdGlvbiBmb3IgaW5mb3JtYXRpb24gYWJvdXQgbWlncmF0aW5nLlxuICogQGJyZWFraW5nLWNoYW5nZSAxNy4wLjBcbiAqL1xuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW21hdFRvb2x0aXBdJyxcbiAgZXhwb3J0QXM6ICdtYXRUb29sdGlwJyxcbiAgaG9zdDoge1xuICAgICdjbGFzcyc6ICdtYXQtdG9vbHRpcC10cmlnZ2VyJyxcbiAgfSxcbn0pXG5leHBvcnQgY2xhc3MgTWF0TGVnYWN5VG9vbHRpcCBleHRlbmRzIF9NYXRUb29sdGlwQmFzZTxMZWdhY3lUb29sdGlwQ29tcG9uZW50PiB7XG4gIHByb3RlY3RlZCByZWFkb25seSBfdG9vbHRpcENvbXBvbmVudCA9IExlZ2FjeVRvb2x0aXBDb21wb25lbnQ7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgb3ZlcmxheTogT3ZlcmxheSxcbiAgICBlbGVtZW50UmVmOiBFbGVtZW50UmVmPEhUTUxFbGVtZW50PixcbiAgICBzY3JvbGxEaXNwYXRjaGVyOiBTY3JvbGxEaXNwYXRjaGVyLFxuICAgIHZpZXdDb250YWluZXJSZWY6IFZpZXdDb250YWluZXJSZWYsXG4gICAgbmdab25lOiBOZ1pvbmUsXG4gICAgcGxhdGZvcm06IFBsYXRmb3JtLFxuICAgIGFyaWFEZXNjcmliZXI6IEFyaWFEZXNjcmliZXIsXG4gICAgZm9jdXNNb25pdG9yOiBGb2N1c01vbml0b3IsXG4gICAgQEluamVjdChNQVRfVE9PTFRJUF9TQ1JPTExfU1RSQVRFR1kpIHNjcm9sbFN0cmF0ZWd5OiBhbnksXG4gICAgQE9wdGlvbmFsKCkgZGlyOiBEaXJlY3Rpb25hbGl0eSxcbiAgICBAT3B0aW9uYWwoKSBASW5qZWN0KE1BVF9UT09MVElQX0RFRkFVTFRfT1BUSU9OUykgZGVmYXVsdE9wdGlvbnM6IE1hdFRvb2x0aXBEZWZhdWx0T3B0aW9ucyxcbiAgICBASW5qZWN0KERPQ1VNRU5UKSBfZG9jdW1lbnQ6IGFueSxcbiAgKSB7XG4gICAgc3VwZXIoXG4gICAgICBvdmVybGF5LFxuICAgICAgZWxlbWVudFJlZixcbiAgICAgIHNjcm9sbERpc3BhdGNoZXIsXG4gICAgICB2aWV3Q29udGFpbmVyUmVmLFxuICAgICAgbmdab25lLFxuICAgICAgcGxhdGZvcm0sXG4gICAgICBhcmlhRGVzY3JpYmVyLFxuICAgICAgZm9jdXNNb25pdG9yLFxuICAgICAgc2Nyb2xsU3RyYXRlZ3ksXG4gICAgICBkaXIsXG4gICAgICBkZWZhdWx0T3B0aW9ucyxcbiAgICAgIF9kb2N1bWVudCxcbiAgICApO1xuICB9XG59XG5cbi8qKlxuICogSW50ZXJuYWwgY29tcG9uZW50IHRoYXQgd3JhcHMgdGhlIHRvb2x0aXAncyBjb250ZW50LlxuICogQGRvY3MtcHJpdmF0ZVxuICogQGRlcHJlY2F0ZWQgVXNlIGBUb29sdGlwQ29tcG9uZW50YCBmcm9tIGBAYW5ndWxhci9tYXRlcmlhbC90b29sdGlwYCBpbnN0ZWFkLiBTZWUgaHR0cHM6Ly9tYXRlcmlhbC5hbmd1bGFyLmlvL2d1aWRlL21kYy1taWdyYXRpb24gZm9yIGluZm9ybWF0aW9uIGFib3V0IG1pZ3JhdGluZy5cbiAqIEBicmVha2luZy1jaGFuZ2UgMTcuMC4wXG4gKi9cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ21hdC10b29sdGlwLWNvbXBvbmVudCcsXG4gIHRlbXBsYXRlVXJsOiAndG9vbHRpcC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJ3Rvb2x0aXAuY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBob3N0OiB7XG4gICAgLy8gRm9yY2VzIHRoZSBlbGVtZW50IHRvIGhhdmUgYSBsYXlvdXQgaW4gSUUgYW5kIEVkZ2UuIFRoaXMgZml4ZXMgaXNzdWVzIHdoZXJlIHRoZSBlbGVtZW50XG4gICAgLy8gd29uJ3QgYmUgcmVuZGVyZWQgaWYgdGhlIGFuaW1hdGlvbnMgYXJlIGRpc2FibGVkIG9yIHRoZXJlIGlzIG5vIHdlYiBhbmltYXRpb25zIHBvbHlmaWxsLlxuICAgICdbc3R5bGUuem9vbV0nOiAnaXNWaXNpYmxlKCkgPyAxIDogbnVsbCcsXG4gICAgJyhtb3VzZWxlYXZlKSc6ICdfaGFuZGxlTW91c2VMZWF2ZSgkZXZlbnQpJyxcbiAgICAnYXJpYS1oaWRkZW4nOiAndHJ1ZScsXG4gIH0sXG59KVxuZXhwb3J0IGNsYXNzIExlZ2FjeVRvb2x0aXBDb21wb25lbnQgZXh0ZW5kcyBfVG9vbHRpcENvbXBvbmVudEJhc2Uge1xuICAvKiogU3RyZWFtIHRoYXQgZW1pdHMgd2hldGhlciB0aGUgdXNlciBoYXMgYSBoYW5kc2V0LXNpemVkIGRpc3BsYXkuICAqL1xuICBfaXNIYW5kc2V0OiBPYnNlcnZhYmxlPEJyZWFrcG9pbnRTdGF0ZT4gPSB0aGlzLl9icmVha3BvaW50T2JzZXJ2ZXIub2JzZXJ2ZShCcmVha3BvaW50cy5IYW5kc2V0KTtcbiAgX3Nob3dBbmltYXRpb24gPSAnbWF0LXRvb2x0aXAtc2hvdyc7XG4gIF9oaWRlQW5pbWF0aW9uID0gJ21hdC10b29sdGlwLWhpZGUnO1xuXG4gIEBWaWV3Q2hpbGQoJ3Rvb2x0aXAnLCB7XG4gICAgLy8gVXNlIGEgc3RhdGljIHF1ZXJ5IGhlcmUgc2luY2Ugd2UgaW50ZXJhY3QgZGlyZWN0bHkgd2l0aFxuICAgIC8vIHRoZSBET00gd2hpY2ggY2FuIGhhcHBlbiBiZWZvcmUgYG5nQWZ0ZXJWaWV3SW5pdGAuXG4gICAgc3RhdGljOiB0cnVlLFxuICB9KVxuICBfdG9vbHRpcDogRWxlbWVudFJlZjxIVE1MRWxlbWVudD47XG5cbiAgY29uc3RydWN0b3IoXG4gICAgY2hhbmdlRGV0ZWN0b3JSZWY6IENoYW5nZURldGVjdG9yUmVmLFxuICAgIHByaXZhdGUgX2JyZWFrcG9pbnRPYnNlcnZlcjogQnJlYWtwb2ludE9ic2VydmVyLFxuICAgIEBPcHRpb25hbCgpIEBJbmplY3QoQU5JTUFUSU9OX01PRFVMRV9UWVBFKSBhbmltYXRpb25Nb2RlPzogc3RyaW5nLFxuICApIHtcbiAgICBzdXBlcihjaGFuZ2VEZXRlY3RvclJlZiwgYW5pbWF0aW9uTW9kZSk7XG4gIH1cbn1cbiIsIjxkaXYgI3Rvb2x0aXBcbiAgICAgY2xhc3M9XCJtYXQtdG9vbHRpcFwiXG4gICAgIChhbmltYXRpb25lbmQpPVwiX2hhbmRsZUFuaW1hdGlvbkVuZCgkZXZlbnQpXCJcbiAgICAgW25nQ2xhc3NdPVwidG9vbHRpcENsYXNzXCJcbiAgICAgW2NsYXNzLm1hdC10b29sdGlwLWhhbmRzZXRdPVwiKF9pc0hhbmRzZXQgfCBhc3luYyk/Lm1hdGNoZXNcIj57e21lc3NhZ2V9fTwvZGl2PlxuIl19
106
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC9sZWdhY3ktdG9vbHRpcC90b29sdGlwLnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21hdGVyaWFsL2xlZ2FjeS10b29sdGlwL3Rvb2x0aXAuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFDSCxPQUFPLEVBQUMsYUFBYSxFQUFFLFlBQVksRUFBQyxNQUFNLG1CQUFtQixDQUFDO0FBQzlELE9BQU8sRUFBQyxjQUFjLEVBQUMsTUFBTSxtQkFBbUIsQ0FBQztBQUNqRCxPQUFPLEVBQUMsa0JBQWtCLEVBQUUsV0FBVyxFQUFrQixNQUFNLHFCQUFxQixDQUFDO0FBQ3JGLE9BQU8sRUFBQyxPQUFPLEVBQUMsTUFBTSxzQkFBc0IsQ0FBQztBQUM3QyxPQUFPLEVBQUMsUUFBUSxFQUFDLE1BQU0sdUJBQXVCLENBQUM7QUFDL0MsT0FBTyxFQUFDLGdCQUFnQixFQUFDLE1BQU0sd0JBQXdCLENBQUM7QUFDeEQsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixpQkFBaUIsRUFDakIsU0FBUyxFQUNULFNBQVMsRUFDVCxVQUFVLEVBQ1YsTUFBTSxFQUNOLE1BQU0sRUFDTixRQUFRLEVBQ1IsU0FBUyxFQUNULGdCQUFnQixFQUNoQixpQkFBaUIsR0FDbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQ3pDLE9BQU8sRUFBQyxxQkFBcUIsRUFBQyxNQUFNLHNDQUFzQyxDQUFDO0FBRTNFLE9BQU8sRUFDTCxlQUFlLEVBQ2YscUJBQXFCLEVBQ3JCLDJCQUEyQixFQUMzQiwyQkFBMkIsR0FFNUIsTUFBTSwyQkFBMkIsQ0FBQzs7Ozs7Ozs7O0FBRW5DOzs7Ozs7OztHQVFHO0FBQ0gsTUFPYSxnQkFBaUIsU0FBUSxlQUF1QztJQUczRSxZQUNFLE9BQWdCLEVBQ2hCLFVBQW1DLEVBQ25DLGdCQUFrQyxFQUNsQyxnQkFBa0MsRUFDbEMsTUFBYyxFQUNkLFFBQWtCLEVBQ2xCLGFBQTRCLEVBQzVCLFlBQTBCLEVBQ1csY0FBbUIsRUFDNUMsR0FBbUIsRUFDa0IsY0FBd0MsRUFDdkUsU0FBYztRQUVoQyxLQUFLLENBQ0gsT0FBTyxFQUNQLFVBQVUsRUFDVixnQkFBZ0IsRUFDaEIsZ0JBQWdCLEVBQ2hCLE1BQU0sRUFDTixRQUFRLEVBQ1IsYUFBYSxFQUNiLFlBQVksRUFDWixjQUFjLEVBQ2QsR0FBRyxFQUNILGNBQWMsRUFDZCxTQUFTLENBQ1YsQ0FBQztRQTdCZSxzQkFBaUIsR0FBRyxzQkFBc0IsQ0FBQztJQThCOUQsQ0FBQzs7b0hBL0JVLGdCQUFnQiwwT0FZakIsMkJBQTJCLDJEQUVmLDJCQUEyQiw2QkFDdkMsUUFBUTt3R0FmUCxnQkFBZ0I7U0FBaEIsZ0JBQWdCO2tHQUFoQixnQkFBZ0I7a0JBUDVCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGNBQWM7b0JBQ3hCLFFBQVEsRUFBRSxZQUFZO29CQUN0QixJQUFJLEVBQUU7d0JBQ0osT0FBTyxFQUFFLHFCQUFxQjtxQkFDL0I7aUJBQ0Y7OzBCQWFJLE1BQU07MkJBQUMsMkJBQTJCOzswQkFDbEMsUUFBUTs7MEJBQ1IsUUFBUTs7MEJBQUksTUFBTTsyQkFBQywyQkFBMkI7OzBCQUM5QyxNQUFNOzJCQUFDLFFBQVE7O0FBbUJwQjs7Ozs7R0FLRztBQUNILE1BY2Esc0JBQXVCLFNBQVEscUJBQXFCO0lBYS9ELFlBQ0UsaUJBQW9DLEVBQ3BDLGtCQUFzQyxFQUNLLGFBQXNCO1FBRWpFLEtBQUssQ0FBQyxpQkFBaUIsRUFBRSxhQUFhLENBQUMsQ0FBQztRQWYxQyxtQkFBYyxHQUFHLGtCQUFrQixDQUFDO1FBQ3BDLG1CQUFjLEdBQUcsa0JBQWtCLENBQUM7UUFlbEMsSUFBSSxDQUFDLFVBQVUsR0FBRyxrQkFBa0IsQ0FBQyxPQUFPLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FBQyxDQUFDO0lBQ3BFLENBQUM7OzBIQXBCVSxzQkFBc0IscUZBZ0JYLHFCQUFxQjs4R0FoQmhDLHNCQUFzQiwwV0MzR25DLHlOQUtBO1NEc0dhLHNCQUFzQjtrR0FBdEIsc0JBQXNCO2tCQWRsQyxTQUFTOytCQUNFLHVCQUF1QixpQkFHbEIsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSxRQUN6Qzt3QkFDSiwwRkFBMEY7d0JBQzFGLDJGQUEyRjt3QkFDM0YsY0FBYyxFQUFFLHdCQUF3Qjt3QkFDeEMsY0FBYyxFQUFFLDJCQUEyQjt3QkFDM0MsYUFBYSxFQUFFLE1BQU07cUJBQ3RCOzswQkFrQkUsUUFBUTs7MEJBQUksTUFBTTsyQkFBQyxxQkFBcUI7NENBTDNDLFFBQVE7c0JBTFAsU0FBUzt1QkFBQyxTQUFTLEVBQUU7d0JBQ3BCLDBEQUEwRDt3QkFDMUQscURBQXFEO3dCQUNyRCxNQUFNLEVBQUUsSUFBSTtxQkFDYiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuaW1wb3J0IHtBcmlhRGVzY3JpYmVyLCBGb2N1c01vbml0b3J9IGZyb20gJ0Bhbmd1bGFyL2Nkay9hMTF5JztcbmltcG9ydCB7RGlyZWN0aW9uYWxpdHl9IGZyb20gJ0Bhbmd1bGFyL2Nkay9iaWRpJztcbmltcG9ydCB7QnJlYWtwb2ludE9ic2VydmVyLCBCcmVha3BvaW50cywgQnJlYWtwb2ludFN0YXRlfSBmcm9tICdAYW5ndWxhci9jZGsvbGF5b3V0JztcbmltcG9ydCB7T3ZlcmxheX0gZnJvbSAnQGFuZ3VsYXIvY2RrL292ZXJsYXknO1xuaW1wb3J0IHtQbGF0Zm9ybX0gZnJvbSAnQGFuZ3VsYXIvY2RrL3BsYXRmb3JtJztcbmltcG9ydCB7U2Nyb2xsRGlzcGF0Y2hlcn0gZnJvbSAnQGFuZ3VsYXIvY2RrL3Njcm9sbGluZyc7XG5pbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgRGlyZWN0aXZlLFxuICBFbGVtZW50UmVmLFxuICBJbmplY3QsXG4gIE5nWm9uZSxcbiAgT3B0aW9uYWwsXG4gIFZpZXdDaGlsZCxcbiAgVmlld0NvbnRhaW5lclJlZixcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtET0NVTUVOVH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7QU5JTUFUSU9OX01PRFVMRV9UWVBFfSBmcm9tICdAYW5ndWxhci9wbGF0Zm9ybS1icm93c2VyL2FuaW1hdGlvbnMnO1xuaW1wb3J0IHtPYnNlcnZhYmxlfSBmcm9tICdyeGpzJztcbmltcG9ydCB7XG4gIF9NYXRUb29sdGlwQmFzZSxcbiAgX1Rvb2x0aXBDb21wb25lbnRCYXNlLFxuICBNQVRfVE9PTFRJUF9ERUZBVUxUX09QVElPTlMsXG4gIE1BVF9UT09MVElQX1NDUk9MTF9TVFJBVEVHWSxcbiAgTWF0VG9vbHRpcERlZmF1bHRPcHRpb25zLFxufSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC90b29sdGlwJztcblxuLyoqXG4gKiBEaXJlY3RpdmUgdGhhdCBhdHRhY2hlcyBhIG1hdGVyaWFsIGRlc2lnbiB0b29sdGlwIHRvIHRoZSBob3N0IGVsZW1lbnQuIEFuaW1hdGVzIHRoZSBzaG93aW5nIGFuZFxuICogaGlkaW5nIG9mIGEgdG9vbHRpcCBwcm92aWRlZCBwb3NpdGlvbiAoZGVmYXVsdHMgdG8gYmVsb3cgdGhlIGVsZW1lbnQpLlxuICpcbiAqIGh0dHBzOi8vbWF0ZXJpYWwuaW8vZGVzaWduL2NvbXBvbmVudHMvdG9vbHRpcHMuaHRtbFxuICpcbiAqIEBkZXByZWNhdGVkIFVzZSBgTWF0VG9vbHRpcGAgZnJvbSBgQGFuZ3VsYXIvbWF0ZXJpYWwvdG9vbHRpcGAgaW5zdGVhZC4gU2VlIGh0dHBzOi8vbWF0ZXJpYWwuYW5ndWxhci5pby9ndWlkZS9tZGMtbWlncmF0aW9uIGZvciBpbmZvcm1hdGlvbiBhYm91dCBtaWdyYXRpbmcuXG4gKiBAYnJlYWtpbmctY2hhbmdlIDE3LjAuMFxuICovXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbbWF0VG9vbHRpcF0nLFxuICBleHBvcnRBczogJ21hdFRvb2x0aXAnLFxuICBob3N0OiB7XG4gICAgJ2NsYXNzJzogJ21hdC10b29sdGlwLXRyaWdnZXInLFxuICB9LFxufSlcbmV4cG9ydCBjbGFzcyBNYXRMZWdhY3lUb29sdGlwIGV4dGVuZHMgX01hdFRvb2x0aXBCYXNlPExlZ2FjeVRvb2x0aXBDb21wb25lbnQ+IHtcbiAgcHJvdGVjdGVkIHJlYWRvbmx5IF90b29sdGlwQ29tcG9uZW50ID0gTGVnYWN5VG9vbHRpcENvbXBvbmVudDtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBvdmVybGF5OiBPdmVybGF5LFxuICAgIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+LFxuICAgIHNjcm9sbERpc3BhdGNoZXI6IFNjcm9sbERpc3BhdGNoZXIsXG4gICAgdmlld0NvbnRhaW5lclJlZjogVmlld0NvbnRhaW5lclJlZixcbiAgICBuZ1pvbmU6IE5nWm9uZSxcbiAgICBwbGF0Zm9ybTogUGxhdGZvcm0sXG4gICAgYXJpYURlc2NyaWJlcjogQXJpYURlc2NyaWJlcixcbiAgICBmb2N1c01vbml0b3I6IEZvY3VzTW9uaXRvcixcbiAgICBASW5qZWN0KE1BVF9UT09MVElQX1NDUk9MTF9TVFJBVEVHWSkgc2Nyb2xsU3RyYXRlZ3k6IGFueSxcbiAgICBAT3B0aW9uYWwoKSBkaXI6IERpcmVjdGlvbmFsaXR5LFxuICAgIEBPcHRpb25hbCgpIEBJbmplY3QoTUFUX1RPT0xUSVBfREVGQVVMVF9PUFRJT05TKSBkZWZhdWx0T3B0aW9uczogTWF0VG9vbHRpcERlZmF1bHRPcHRpb25zLFxuICAgIEBJbmplY3QoRE9DVU1FTlQpIF9kb2N1bWVudDogYW55LFxuICApIHtcbiAgICBzdXBlcihcbiAgICAgIG92ZXJsYXksXG4gICAgICBlbGVtZW50UmVmLFxuICAgICAgc2Nyb2xsRGlzcGF0Y2hlcixcbiAgICAgIHZpZXdDb250YWluZXJSZWYsXG4gICAgICBuZ1pvbmUsXG4gICAgICBwbGF0Zm9ybSxcbiAgICAgIGFyaWFEZXNjcmliZXIsXG4gICAgICBmb2N1c01vbml0b3IsXG4gICAgICBzY3JvbGxTdHJhdGVneSxcbiAgICAgIGRpcixcbiAgICAgIGRlZmF1bHRPcHRpb25zLFxuICAgICAgX2RvY3VtZW50LFxuICAgICk7XG4gIH1cbn1cblxuLyoqXG4gKiBJbnRlcm5hbCBjb21wb25lbnQgdGhhdCB3cmFwcyB0aGUgdG9vbHRpcCdzIGNvbnRlbnQuXG4gKiBAZG9jcy1wcml2YXRlXG4gKiBAZGVwcmVjYXRlZCBVc2UgYFRvb2x0aXBDb21wb25lbnRgIGZyb20gYEBhbmd1bGFyL21hdGVyaWFsL3Rvb2x0aXBgIGluc3RlYWQuIFNlZSBodHRwczovL21hdGVyaWFsLmFuZ3VsYXIuaW8vZ3VpZGUvbWRjLW1pZ3JhdGlvbiBmb3IgaW5mb3JtYXRpb24gYWJvdXQgbWlncmF0aW5nLlxuICogQGJyZWFraW5nLWNoYW5nZSAxNy4wLjBcbiAqL1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbWF0LXRvb2x0aXAtY29tcG9uZW50JyxcbiAgdGVtcGxhdGVVcmw6ICd0b29sdGlwLmh0bWwnLFxuICBzdHlsZVVybHM6IFsndG9vbHRpcC5jc3MnXSxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGhvc3Q6IHtcbiAgICAvLyBGb3JjZXMgdGhlIGVsZW1lbnQgdG8gaGF2ZSBhIGxheW91dCBpbiBJRSBhbmQgRWRnZS4gVGhpcyBmaXhlcyBpc3N1ZXMgd2hlcmUgdGhlIGVsZW1lbnRcbiAgICAvLyB3b24ndCBiZSByZW5kZXJlZCBpZiB0aGUgYW5pbWF0aW9ucyBhcmUgZGlzYWJsZWQgb3IgdGhlcmUgaXMgbm8gd2ViIGFuaW1hdGlvbnMgcG9seWZpbGwuXG4gICAgJ1tzdHlsZS56b29tXSc6ICdpc1Zpc2libGUoKSA/IDEgOiBudWxsJyxcbiAgICAnKG1vdXNlbGVhdmUpJzogJ19oYW5kbGVNb3VzZUxlYXZlKCRldmVudCknLFxuICAgICdhcmlhLWhpZGRlbic6ICd0cnVlJyxcbiAgfSxcbn0pXG5leHBvcnQgY2xhc3MgTGVnYWN5VG9vbHRpcENvbXBvbmVudCBleHRlbmRzIF9Ub29sdGlwQ29tcG9uZW50QmFzZSB7XG4gIC8qKiBTdHJlYW0gdGhhdCBlbWl0cyB3aGV0aGVyIHRoZSB1c2VyIGhhcyBhIGhhbmRzZXQtc2l6ZWQgZGlzcGxheS4gICovXG4gIF9pc0hhbmRzZXQ6IE9ic2VydmFibGU8QnJlYWtwb2ludFN0YXRlPjtcbiAgX3Nob3dBbmltYXRpb24gPSAnbWF0LXRvb2x0aXAtc2hvdyc7XG4gIF9oaWRlQW5pbWF0aW9uID0gJ21hdC10b29sdGlwLWhpZGUnO1xuXG4gIEBWaWV3Q2hpbGQoJ3Rvb2x0aXAnLCB7XG4gICAgLy8gVXNlIGEgc3RhdGljIHF1ZXJ5IGhlcmUgc2luY2Ugd2UgaW50ZXJhY3QgZGlyZWN0bHkgd2l0aFxuICAgIC8vIHRoZSBET00gd2hpY2ggY2FuIGhhcHBlbiBiZWZvcmUgYG5nQWZ0ZXJWaWV3SW5pdGAuXG4gICAgc3RhdGljOiB0cnVlLFxuICB9KVxuICBfdG9vbHRpcDogRWxlbWVudFJlZjxIVE1MRWxlbWVudD47XG5cbiAgY29uc3RydWN0b3IoXG4gICAgY2hhbmdlRGV0ZWN0b3JSZWY6IENoYW5nZURldGVjdG9yUmVmLFxuICAgIGJyZWFrcG9pbnRPYnNlcnZlcjogQnJlYWtwb2ludE9ic2VydmVyLFxuICAgIEBPcHRpb25hbCgpIEBJbmplY3QoQU5JTUFUSU9OX01PRFVMRV9UWVBFKSBhbmltYXRpb25Nb2RlPzogc3RyaW5nLFxuICApIHtcbiAgICBzdXBlcihjaGFuZ2VEZXRlY3RvclJlZiwgYW5pbWF0aW9uTW9kZSk7XG4gICAgdGhpcy5faXNIYW5kc2V0ID0gYnJlYWtwb2ludE9ic2VydmVyLm9ic2VydmUoQnJlYWtwb2ludHMuSGFuZHNldCk7XG4gIH1cbn1cbiIsIjxkaXYgI3Rvb2x0aXBcbiAgICAgY2xhc3M9XCJtYXQtdG9vbHRpcFwiXG4gICAgIChhbmltYXRpb25lbmQpPVwiX2hhbmRsZUFuaW1hdGlvbkVuZCgkZXZlbnQpXCJcbiAgICAgW25nQ2xhc3NdPVwidG9vbHRpcENsYXNzXCJcbiAgICAgW2NsYXNzLm1hdC10b29sdGlwLWhhbmRzZXRdPVwiKF9pc0hhbmRzZXQgfCBhc3luYyk/Lm1hdGNoZXNcIj57e21lc3NhZ2V9fTwvZGl2PlxuIl19