@angular/material 16.0.0 → 16.1.0-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (394) hide show
  1. package/autocomplete/index.d.ts +28 -0
  2. package/autocomplete/testing/index.d.ts +3 -1
  3. package/badge/index.d.ts +10 -1
  4. package/core/style/_elevation.scss +21 -7
  5. package/core/tokens/m2/mdc/_linear-progress.scss +5 -3
  6. package/core/tokens/m2/mdc/_plain-tooltip.scss +80 -0
  7. package/esm2022/autocomplete/autocomplete-origin.mjs +7 -7
  8. package/esm2022/autocomplete/autocomplete-trigger.mjs +63 -8
  9. package/esm2022/autocomplete/autocomplete.mjs +7 -7
  10. package/esm2022/autocomplete/module.mjs +5 -5
  11. package/esm2022/autocomplete/testing/autocomplete-harness.mjs +5 -1
  12. package/esm2022/badge/badge-module.mjs +5 -5
  13. package/esm2022/badge/badge.mjs +50 -10
  14. package/esm2022/bottom-sheet/bottom-sheet-container.mjs +4 -4
  15. package/esm2022/bottom-sheet/bottom-sheet-module.mjs +5 -5
  16. package/esm2022/bottom-sheet/bottom-sheet.mjs +4 -4
  17. package/esm2022/button/button-base.mjs +7 -7
  18. package/esm2022/button/button-lazy-loader.mjs +4 -4
  19. package/esm2022/button/button.mjs +7 -7
  20. package/esm2022/button/fab.mjs +13 -13
  21. package/esm2022/button/icon-button.mjs +7 -7
  22. package/esm2022/button/module.mjs +5 -5
  23. package/esm2022/button-toggle/button-toggle-module.mjs +5 -5
  24. package/esm2022/button-toggle/button-toggle.mjs +7 -7
  25. package/esm2022/card/card.mjs +43 -43
  26. package/esm2022/card/module.mjs +5 -5
  27. package/esm2022/checkbox/checkbox-required-validator.mjs +4 -4
  28. package/esm2022/checkbox/checkbox.mjs +7 -7
  29. package/esm2022/checkbox/module.mjs +9 -9
  30. package/esm2022/chips/chip-action.mjs +4 -4
  31. package/esm2022/chips/chip-edit-input.mjs +4 -4
  32. package/esm2022/chips/chip-grid.mjs +4 -4
  33. package/esm2022/chips/chip-icons.mjs +10 -10
  34. package/esm2022/chips/chip-input.mjs +4 -4
  35. package/esm2022/chips/chip-listbox.mjs +4 -4
  36. package/esm2022/chips/chip-option.mjs +4 -4
  37. package/esm2022/chips/chip-row.mjs +4 -4
  38. package/esm2022/chips/chip-set.mjs +4 -4
  39. package/esm2022/chips/chip.mjs +4 -4
  40. package/esm2022/chips/module.mjs +5 -5
  41. package/esm2022/core/common-behaviors/common-module.mjs +5 -5
  42. package/esm2022/core/datetime/index.mjs +9 -9
  43. package/esm2022/core/datetime/native-date-adapter.mjs +4 -4
  44. package/esm2022/core/error/error-options.mjs +7 -7
  45. package/esm2022/core/line/line.mjs +8 -8
  46. package/esm2022/core/option/index.mjs +5 -5
  47. package/esm2022/core/option/optgroup.mjs +7 -7
  48. package/esm2022/core/option/option.mjs +8 -8
  49. package/esm2022/core/ripple/index.mjs +5 -5
  50. package/esm2022/core/ripple/ripple.mjs +4 -4
  51. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +5 -5
  52. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +4 -4
  53. package/esm2022/core/version.mjs +1 -1
  54. package/esm2022/datepicker/calendar-body.mjs +4 -4
  55. package/esm2022/datepicker/calendar.mjs +7 -7
  56. package/esm2022/datepicker/date-range-input-parts.mjs +10 -10
  57. package/esm2022/datepicker/date-range-input.mjs +4 -4
  58. package/esm2022/datepicker/date-range-picker.mjs +4 -4
  59. package/esm2022/datepicker/date-range-selection-strategy.mjs +4 -4
  60. package/esm2022/datepicker/date-selection-model.mjs +10 -10
  61. package/esm2022/datepicker/datepicker-actions.mjs +10 -10
  62. package/esm2022/datepicker/datepicker-base.mjs +7 -7
  63. package/esm2022/datepicker/datepicker-input-base.mjs +4 -4
  64. package/esm2022/datepicker/datepicker-input.mjs +4 -4
  65. package/esm2022/datepicker/datepicker-intl.mjs +4 -4
  66. package/esm2022/datepicker/datepicker-module.mjs +5 -5
  67. package/esm2022/datepicker/datepicker-toggle.mjs +7 -7
  68. package/esm2022/datepicker/datepicker.mjs +4 -4
  69. package/esm2022/datepicker/month-view.mjs +4 -4
  70. package/esm2022/datepicker/multi-year-view.mjs +4 -4
  71. package/esm2022/datepicker/year-view.mjs +4 -4
  72. package/esm2022/dialog/dialog-container.mjs +8 -8
  73. package/esm2022/dialog/dialog-content-directives.mjs +13 -13
  74. package/esm2022/dialog/dialog.mjs +7 -7
  75. package/esm2022/dialog/module.mjs +5 -5
  76. package/esm2022/divider/divider-module.mjs +5 -5
  77. package/esm2022/divider/divider.mjs +4 -4
  78. package/esm2022/expansion/accordion.mjs +4 -4
  79. package/esm2022/expansion/expansion-module.mjs +5 -5
  80. package/esm2022/expansion/expansion-panel-content.mjs +4 -4
  81. package/esm2022/expansion/expansion-panel-header.mjs +10 -10
  82. package/esm2022/expansion/expansion-panel.mjs +7 -7
  83. package/esm2022/form-field/directives/error.mjs +4 -4
  84. package/esm2022/form-field/directives/floating-label.mjs +4 -4
  85. package/esm2022/form-field/directives/hint.mjs +4 -4
  86. package/esm2022/form-field/directives/label.mjs +4 -4
  87. package/esm2022/form-field/directives/line-ripple.mjs +4 -4
  88. package/esm2022/form-field/directives/notched-outline.mjs +4 -4
  89. package/esm2022/form-field/directives/prefix.mjs +4 -4
  90. package/esm2022/form-field/directives/suffix.mjs +4 -4
  91. package/esm2022/form-field/form-field-control.mjs +4 -4
  92. package/esm2022/form-field/form-field.mjs +5 -5
  93. package/esm2022/form-field/module.mjs +5 -5
  94. package/esm2022/grid-list/grid-list-module.mjs +5 -5
  95. package/esm2022/grid-list/grid-list.mjs +4 -4
  96. package/esm2022/grid-list/grid-tile.mjs +16 -16
  97. package/esm2022/icon/icon-module.mjs +5 -5
  98. package/esm2022/icon/icon-registry.mjs +4 -4
  99. package/esm2022/icon/icon.mjs +4 -4
  100. package/esm2022/icon/testing/fake-icon-registry.mjs +8 -8
  101. package/esm2022/input/input.mjs +4 -4
  102. package/esm2022/input/module.mjs +5 -5
  103. package/esm2022/legacy-autocomplete/autocomplete-module.mjs +5 -5
  104. package/esm2022/legacy-autocomplete/autocomplete-origin.mjs +4 -4
  105. package/esm2022/legacy-autocomplete/autocomplete-trigger.mjs +4 -4
  106. package/esm2022/legacy-autocomplete/autocomplete.mjs +4 -4
  107. package/esm2022/legacy-button/button-module.mjs +5 -5
  108. package/esm2022/legacy-button/button.mjs +7 -7
  109. package/esm2022/legacy-card/card-module.mjs +5 -5
  110. package/esm2022/legacy-card/card.mjs +43 -43
  111. package/esm2022/legacy-checkbox/checkbox-module.mjs +5 -5
  112. package/esm2022/legacy-checkbox/checkbox.mjs +4 -4
  113. package/esm2022/legacy-chips/chip-input.mjs +4 -4
  114. package/esm2022/legacy-chips/chip-list.mjs +4 -4
  115. package/esm2022/legacy-chips/chip.mjs +13 -13
  116. package/esm2022/legacy-chips/chips-module.mjs +5 -5
  117. package/esm2022/legacy-core/option/index.mjs +5 -5
  118. package/esm2022/legacy-core/option/optgroup.mjs +4 -4
  119. package/esm2022/legacy-core/option/option.mjs +4 -4
  120. package/esm2022/legacy-dialog/dialog-container.mjs +4 -4
  121. package/esm2022/legacy-dialog/dialog-content-directives.mjs +13 -13
  122. package/esm2022/legacy-dialog/dialog-module.mjs +5 -5
  123. package/esm2022/legacy-dialog/dialog.mjs +4 -4
  124. package/esm2022/legacy-form-field/error.mjs +4 -4
  125. package/esm2022/legacy-form-field/form-field-module.mjs +5 -5
  126. package/esm2022/legacy-form-field/form-field.mjs +4 -4
  127. package/esm2022/legacy-form-field/hint.mjs +4 -4
  128. package/esm2022/legacy-form-field/label.mjs +4 -4
  129. package/esm2022/legacy-form-field/placeholder.mjs +4 -4
  130. package/esm2022/legacy-form-field/prefix.mjs +4 -4
  131. package/esm2022/legacy-form-field/suffix.mjs +4 -4
  132. package/esm2022/legacy-input/input-module.mjs +5 -5
  133. package/esm2022/legacy-input/input.mjs +4 -4
  134. package/esm2022/legacy-list/list-module.mjs +5 -5
  135. package/esm2022/legacy-list/list.mjs +19 -19
  136. package/esm2022/legacy-list/selection-list.mjs +7 -7
  137. package/esm2022/legacy-menu/menu-content.mjs +4 -4
  138. package/esm2022/legacy-menu/menu-item.mjs +4 -4
  139. package/esm2022/legacy-menu/menu-module.mjs +5 -5
  140. package/esm2022/legacy-menu/menu-trigger.mjs +4 -4
  141. package/esm2022/legacy-menu/menu.mjs +4 -4
  142. package/esm2022/legacy-paginator/paginator-module.mjs +5 -5
  143. package/esm2022/legacy-paginator/paginator.mjs +4 -4
  144. package/esm2022/legacy-progress-bar/progress-bar-module.mjs +5 -5
  145. package/esm2022/legacy-progress-bar/progress-bar.mjs +4 -4
  146. package/esm2022/legacy-progress-spinner/progress-spinner-module.mjs +5 -5
  147. package/esm2022/legacy-progress-spinner/progress-spinner.mjs +4 -4
  148. package/esm2022/legacy-radio/radio-module.mjs +5 -5
  149. package/esm2022/legacy-radio/radio.mjs +7 -7
  150. package/esm2022/legacy-select/select-module.mjs +5 -5
  151. package/esm2022/legacy-select/select.mjs +7 -7
  152. package/esm2022/legacy-slide-toggle/slide-toggle-module.mjs +5 -5
  153. package/esm2022/legacy-slide-toggle/slide-toggle.mjs +4 -4
  154. package/esm2022/legacy-slider/slider-module.mjs +5 -5
  155. package/esm2022/legacy-slider/slider.mjs +4 -4
  156. package/esm2022/legacy-snack-bar/simple-snack-bar.mjs +4 -4
  157. package/esm2022/legacy-snack-bar/snack-bar-container.mjs +4 -4
  158. package/esm2022/legacy-snack-bar/snack-bar-module.mjs +5 -5
  159. package/esm2022/legacy-snack-bar/snack-bar.mjs +4 -4
  160. package/esm2022/legacy-table/cell.mjs +22 -22
  161. package/esm2022/legacy-table/row.mjs +22 -22
  162. package/esm2022/legacy-table/table-module.mjs +5 -5
  163. package/esm2022/legacy-table/table.mjs +7 -7
  164. package/esm2022/legacy-table/text-column.mjs +4 -4
  165. package/esm2022/legacy-tabs/ink-bar.mjs +4 -4
  166. package/esm2022/legacy-tabs/tab-body.mjs +7 -7
  167. package/esm2022/legacy-tabs/tab-content.mjs +4 -4
  168. package/esm2022/legacy-tabs/tab-group.mjs +4 -4
  169. package/esm2022/legacy-tabs/tab-header.mjs +4 -4
  170. package/esm2022/legacy-tabs/tab-label-wrapper.mjs +4 -4
  171. package/esm2022/legacy-tabs/tab-label.mjs +4 -4
  172. package/esm2022/legacy-tabs/tab-nav-bar/tab-nav-bar.mjs +10 -10
  173. package/esm2022/legacy-tabs/tab.mjs +4 -4
  174. package/esm2022/legacy-tabs/tabs-module.mjs +5 -5
  175. package/esm2022/legacy-tooltip/testing/tooltip-harness.mjs +2 -1
  176. package/esm2022/legacy-tooltip/tooltip-module.mjs +5 -5
  177. package/esm2022/legacy-tooltip/tooltip.mjs +8 -7
  178. package/esm2022/list/action-list.mjs +4 -4
  179. package/esm2022/list/list-base.mjs +7 -7
  180. package/esm2022/list/list-item-sections.mjs +19 -19
  181. package/esm2022/list/list-module.mjs +5 -5
  182. package/esm2022/list/list-option.mjs +4 -4
  183. package/esm2022/list/list.mjs +7 -7
  184. package/esm2022/list/nav-list.mjs +4 -4
  185. package/esm2022/list/selection-list.mjs +4 -4
  186. package/esm2022/list/subheader.mjs +4 -4
  187. package/esm2022/menu/menu-content.mjs +7 -7
  188. package/esm2022/menu/menu-item.mjs +4 -4
  189. package/esm2022/menu/menu-trigger.mjs +7 -7
  190. package/esm2022/menu/menu.mjs +7 -7
  191. package/esm2022/menu/module.mjs +5 -5
  192. package/esm2022/paginator/module.mjs +5 -5
  193. package/esm2022/paginator/paginator-intl.mjs +4 -4
  194. package/esm2022/paginator/paginator.mjs +7 -7
  195. package/esm2022/progress-bar/module.mjs +5 -5
  196. package/esm2022/progress-bar/progress-bar.mjs +5 -5
  197. package/esm2022/progress-spinner/module.mjs +5 -5
  198. package/esm2022/progress-spinner/progress-spinner.mjs +4 -4
  199. package/esm2022/radio/module.mjs +5 -5
  200. package/esm2022/radio/radio.mjs +13 -13
  201. package/esm2022/select/module.mjs +5 -5
  202. package/esm2022/select/select.mjs +69 -13
  203. package/esm2022/sidenav/drawer.mjs +10 -10
  204. package/esm2022/sidenav/sidenav-module.mjs +5 -5
  205. package/esm2022/sidenav/sidenav.mjs +10 -10
  206. package/esm2022/slide-toggle/module.mjs +9 -9
  207. package/esm2022/slide-toggle/slide-toggle-required-validator.mjs +4 -4
  208. package/esm2022/slide-toggle/slide-toggle.mjs +7 -7
  209. package/esm2022/slider/module.mjs +5 -5
  210. package/esm2022/slider/slider-input.mjs +7 -7
  211. package/esm2022/slider/slider-thumb.mjs +4 -4
  212. package/esm2022/slider/slider.mjs +4 -4
  213. package/esm2022/snack-bar/module.mjs +5 -5
  214. package/esm2022/snack-bar/simple-snack-bar.mjs +4 -4
  215. package/esm2022/snack-bar/snack-bar-container.mjs +10 -8
  216. package/esm2022/snack-bar/snack-bar-content.mjs +10 -10
  217. package/esm2022/snack-bar/snack-bar.mjs +7 -7
  218. package/esm2022/sort/sort-header-intl.mjs +4 -4
  219. package/esm2022/sort/sort-header.mjs +4 -4
  220. package/esm2022/sort/sort-module.mjs +5 -5
  221. package/esm2022/sort/sort.mjs +4 -4
  222. package/esm2022/stepper/step-content.mjs +4 -4
  223. package/esm2022/stepper/step-header.mjs +4 -4
  224. package/esm2022/stepper/step-label.mjs +4 -4
  225. package/esm2022/stepper/stepper-button.mjs +7 -7
  226. package/esm2022/stepper/stepper-icon.mjs +4 -4
  227. package/esm2022/stepper/stepper-intl.mjs +4 -4
  228. package/esm2022/stepper/stepper-module.mjs +5 -5
  229. package/esm2022/stepper/stepper.mjs +7 -7
  230. package/esm2022/table/cell.mjs +22 -22
  231. package/esm2022/table/module.mjs +5 -5
  232. package/esm2022/table/row.mjs +22 -22
  233. package/esm2022/table/table.mjs +9 -9
  234. package/esm2022/table/text-column.mjs +4 -4
  235. package/esm2022/tabs/ink-bar.mjs +4 -1
  236. package/esm2022/tabs/module.mjs +5 -5
  237. package/esm2022/tabs/paginated-tab-header.mjs +4 -4
  238. package/esm2022/tabs/tab-body.mjs +10 -10
  239. package/esm2022/tabs/tab-content.mjs +4 -4
  240. package/esm2022/tabs/tab-group.mjs +8 -7
  241. package/esm2022/tabs/tab-header.mjs +8 -8
  242. package/esm2022/tabs/tab-label-wrapper.mjs +7 -7
  243. package/esm2022/tabs/tab-label.mjs +4 -4
  244. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +26 -17
  245. package/esm2022/tabs/tab.mjs +7 -7
  246. package/esm2022/toolbar/toolbar-module.mjs +5 -5
  247. package/esm2022/toolbar/toolbar.mjs +7 -7
  248. package/esm2022/tooltip/module.mjs +5 -5
  249. package/esm2022/tooltip/testing/tooltip-harness.mjs +7 -1
  250. package/esm2022/tooltip/tooltip.mjs +15 -14
  251. package/esm2022/tree/node.mjs +10 -10
  252. package/esm2022/tree/outlet.mjs +4 -4
  253. package/esm2022/tree/padding.mjs +4 -4
  254. package/esm2022/tree/toggle.mjs +4 -4
  255. package/esm2022/tree/tree-module.mjs +5 -5
  256. package/esm2022/tree/tree.mjs +4 -4
  257. package/fesm2022/autocomplete/testing.mjs +4 -0
  258. package/fesm2022/autocomplete/testing.mjs.map +1 -1
  259. package/fesm2022/autocomplete.mjs +78 -24
  260. package/fesm2022/autocomplete.mjs.map +1 -1
  261. package/fesm2022/badge.mjs +53 -13
  262. package/fesm2022/badge.mjs.map +1 -1
  263. package/fesm2022/bottom-sheet.mjs +10 -10
  264. package/fesm2022/bottom-sheet.mjs.map +1 -1
  265. package/fesm2022/button-toggle.mjs +10 -10
  266. package/fesm2022/button-toggle.mjs.map +1 -1
  267. package/fesm2022/button.mjs +37 -37
  268. package/fesm2022/button.mjs.map +1 -1
  269. package/fesm2022/card.mjs +46 -46
  270. package/fesm2022/card.mjs.map +1 -1
  271. package/fesm2022/checkbox.mjs +17 -17
  272. package/fesm2022/checkbox.mjs.map +1 -1
  273. package/fesm2022/chips.mjs +40 -40
  274. package/fesm2022/chips.mjs.map +1 -1
  275. package/fesm2022/core.mjs +60 -60
  276. package/fesm2022/core.mjs.map +1 -1
  277. package/fesm2022/datepicker.mjs +82 -82
  278. package/fesm2022/datepicker.mjs.map +1 -1
  279. package/fesm2022/dialog.mjs +29 -29
  280. package/fesm2022/dialog.mjs.map +1 -1
  281. package/fesm2022/divider.mjs +7 -7
  282. package/fesm2022/divider.mjs.map +1 -1
  283. package/fesm2022/expansion.mjs +25 -25
  284. package/fesm2022/expansion.mjs.map +1 -1
  285. package/fesm2022/form-field.mjs +35 -35
  286. package/fesm2022/form-field.mjs.map +1 -1
  287. package/fesm2022/grid-list.mjs +22 -22
  288. package/fesm2022/grid-list.mjs.map +1 -1
  289. package/fesm2022/icon/testing.mjs +7 -7
  290. package/fesm2022/icon/testing.mjs.map +1 -1
  291. package/fesm2022/icon.mjs +10 -10
  292. package/fesm2022/icon.mjs.map +1 -1
  293. package/fesm2022/input.mjs +7 -7
  294. package/fesm2022/input.mjs.map +1 -1
  295. package/fesm2022/legacy-autocomplete.mjs +13 -13
  296. package/fesm2022/legacy-autocomplete.mjs.map +1 -1
  297. package/fesm2022/legacy-button.mjs +10 -10
  298. package/fesm2022/legacy-button.mjs.map +1 -1
  299. package/fesm2022/legacy-card.mjs +46 -46
  300. package/fesm2022/legacy-card.mjs.map +1 -1
  301. package/fesm2022/legacy-checkbox.mjs +7 -7
  302. package/fesm2022/legacy-checkbox.mjs.map +1 -1
  303. package/fesm2022/legacy-chips.mjs +22 -22
  304. package/fesm2022/legacy-chips.mjs.map +1 -1
  305. package/fesm2022/legacy-core.mjs +10 -10
  306. package/fesm2022/legacy-core.mjs.map +1 -1
  307. package/fesm2022/legacy-dialog.mjs +22 -22
  308. package/fesm2022/legacy-dialog.mjs.map +1 -1
  309. package/fesm2022/legacy-form-field.mjs +25 -25
  310. package/fesm2022/legacy-form-field.mjs.map +1 -1
  311. package/fesm2022/legacy-input.mjs +7 -7
  312. package/fesm2022/legacy-input.mjs.map +1 -1
  313. package/fesm2022/legacy-list.mjs +28 -28
  314. package/fesm2022/legacy-list.mjs.map +1 -1
  315. package/fesm2022/legacy-menu.mjs +16 -16
  316. package/fesm2022/legacy-menu.mjs.map +1 -1
  317. package/fesm2022/legacy-paginator.mjs +7 -7
  318. package/fesm2022/legacy-paginator.mjs.map +1 -1
  319. package/fesm2022/legacy-progress-bar.mjs +7 -7
  320. package/fesm2022/legacy-progress-bar.mjs.map +1 -1
  321. package/fesm2022/legacy-progress-spinner.mjs +7 -7
  322. package/fesm2022/legacy-progress-spinner.mjs.map +1 -1
  323. package/fesm2022/legacy-radio.mjs +10 -10
  324. package/fesm2022/legacy-radio.mjs.map +1 -1
  325. package/fesm2022/legacy-select.mjs +10 -10
  326. package/fesm2022/legacy-select.mjs.map +1 -1
  327. package/fesm2022/legacy-slide-toggle.mjs +7 -7
  328. package/fesm2022/legacy-slide-toggle.mjs.map +1 -1
  329. package/fesm2022/legacy-slider.mjs +7 -7
  330. package/fesm2022/legacy-slider.mjs.map +1 -1
  331. package/fesm2022/legacy-snack-bar.mjs +13 -13
  332. package/fesm2022/legacy-snack-bar.mjs.map +1 -1
  333. package/fesm2022/legacy-table.mjs +55 -55
  334. package/fesm2022/legacy-table.mjs.map +1 -1
  335. package/fesm2022/legacy-tabs.mjs +40 -40
  336. package/fesm2022/legacy-tabs.mjs.map +1 -1
  337. package/fesm2022/legacy-tooltip/testing.mjs +1 -0
  338. package/fesm2022/legacy-tooltip/testing.mjs.map +1 -1
  339. package/fesm2022/legacy-tooltip.mjs +11 -10
  340. package/fesm2022/legacy-tooltip.mjs.map +1 -1
  341. package/fesm2022/list.mjs +49 -49
  342. package/fesm2022/list.mjs.map +1 -1
  343. package/fesm2022/menu.mjs +25 -25
  344. package/fesm2022/menu.mjs.map +1 -1
  345. package/fesm2022/paginator.mjs +13 -13
  346. package/fesm2022/paginator.mjs.map +1 -1
  347. package/fesm2022/progress-bar.mjs +8 -8
  348. package/fesm2022/progress-bar.mjs.map +1 -1
  349. package/fesm2022/progress-spinner.mjs +7 -7
  350. package/fesm2022/progress-spinner.mjs.map +1 -1
  351. package/fesm2022/radio.mjs +16 -16
  352. package/fesm2022/radio.mjs.map +1 -1
  353. package/fesm2022/select.mjs +72 -16
  354. package/fesm2022/select.mjs.map +1 -1
  355. package/fesm2022/sidenav.mjs +22 -22
  356. package/fesm2022/sidenav.mjs.map +1 -1
  357. package/fesm2022/slide-toggle.mjs +17 -17
  358. package/fesm2022/slide-toggle.mjs.map +1 -1
  359. package/fesm2022/slider.mjs +16 -16
  360. package/fesm2022/slider.mjs.map +1 -1
  361. package/fesm2022/snack-bar.mjs +31 -29
  362. package/fesm2022/snack-bar.mjs.map +1 -1
  363. package/fesm2022/sort.mjs +13 -13
  364. package/fesm2022/sort.mjs.map +1 -1
  365. package/fesm2022/stepper.mjs +31 -31
  366. package/fesm2022/stepper.mjs.map +1 -1
  367. package/fesm2022/table.mjs +57 -57
  368. package/fesm2022/table.mjs.map +1 -1
  369. package/fesm2022/tabs.mjs +76 -63
  370. package/fesm2022/tabs.mjs.map +1 -1
  371. package/fesm2022/toolbar.mjs +10 -10
  372. package/fesm2022/toolbar.mjs.map +1 -1
  373. package/fesm2022/tooltip/testing.mjs +6 -0
  374. package/fesm2022/tooltip/testing.mjs.map +1 -1
  375. package/fesm2022/tooltip.mjs +18 -17
  376. package/fesm2022/tooltip.mjs.map +1 -1
  377. package/fesm2022/tree.mjs +25 -25
  378. package/fesm2022/tree.mjs.map +1 -1
  379. package/legacy-tooltip/testing/index.d.ts +1 -0
  380. package/package.json +54 -54
  381. package/prebuilt-themes/deeppurple-amber.css +1 -1
  382. package/prebuilt-themes/indigo-pink.css +1 -1
  383. package/prebuilt-themes/pink-bluegrey.css +1 -1
  384. package/prebuilt-themes/purple-green.css +1 -1
  385. package/schematics/ng-add/index.js +2 -2
  386. package/schematics/ng-add/index.mjs +2 -2
  387. package/schematics/ng-generate/mdc-migration/index_bundled.js +2 -2
  388. package/schematics/ng-generate/mdc-migration/index_bundled.js.map +2 -2
  389. package/select/_select-theme.scss +20 -1
  390. package/select/index.d.ts +28 -0
  391. package/tabs/_tabs-common.scss +4 -0
  392. package/tabs/index.d.ts +4 -1
  393. package/tooltip/_tooltip-theme.scss +18 -22
  394. package/tooltip/testing/index.d.ts +4 -0
@@ -452,6 +452,34 @@ export declare abstract class _MatAutocompleteTriggerBase implements ControlValu
452
452
  private _scrollToOption;
453
453
  /** Handles keyboard events coming from the overlay panel. */
454
454
  private _handleOverlayEvents;
455
+ /**
456
+ * Track which modal we have modified the `aria-owns` attribute of. When the combobox trigger is
457
+ * inside an aria-modal, we apply aria-owns to the parent modal with the `id` of the options
458
+ * panel. Track the modal we have changed so we can undo the changes on destroy.
459
+ */
460
+ private _trackedModal;
461
+ /**
462
+ * If the autocomplete trigger is inside of an `aria-modal` element, connect
463
+ * that modal to the options panel with `aria-owns`.
464
+ *
465
+ * For some browser + screen reader combinations, when navigation is inside
466
+ * of an `aria-modal` element, the screen reader treats everything outside
467
+ * of that modal as hidden or invisible.
468
+ *
469
+ * This causes a problem when the combobox trigger is _inside_ of a modal, because the
470
+ * options panel is rendered _outside_ of that modal, preventing screen reader navigation
471
+ * from reaching the panel.
472
+ *
473
+ * We can work around this issue by applying `aria-owns` to the modal with the `id` of
474
+ * the options panel. This effectively communicates to assistive technology that the
475
+ * options panel is part of the same interaction as the modal.
476
+ *
477
+ * At time of this writing, this issue is present in VoiceOver.
478
+ * See https://github.com/angular/components/issues/20694
479
+ */
480
+ private _applyModalPanelOwnership;
481
+ /** Clears the references to the listbox overlay element from the modal it was added to. */
482
+ private _clearFromModal;
455
483
  static ɵfac: i0.ɵɵFactoryDeclaration<_MatAutocompleteTriggerBase, [null, null, null, null, null, null, { optional: true; }, { optional: true; host: true; }, { optional: true; }, null, { optional: true; }]>;
456
484
  static ɵdir: i0.ɵɵDirectiveDeclaration<_MatAutocompleteTriggerBase, never, never, { "autocomplete": { "alias": "matAutocomplete"; "required": false; }; "position": { "alias": "matAutocompletePosition"; "required": false; }; "connectedTo": { "alias": "matAutocompleteConnectedTo"; "required": false; }; "autocompleteAttribute": { "alias": "autocomplete"; "required": false; }; "autocompleteDisabled": { "alias": "matAutocompleteDisabled"; "required": false; }; }, {}, never, never, false, never>;
457
485
  }
@@ -29,6 +29,8 @@ export declare class MatAutocompleteHarness extends _MatAutocompleteHarnessBase<
29
29
  * @return a `HarnessPredicate` configured with the given options.
30
30
  */
31
31
  static with<T extends MatAutocompleteHarness>(this: ComponentHarnessConstructor<T>, options?: AutocompleteHarnessFilters): HarnessPredicate<T>;
32
+ /** Gets the selector that can be used to find the autocomplete trigger's panel. */
33
+ protected _getPanelSelector(): Promise<string>;
32
34
  }
33
35
 
34
36
  export declare abstract class _MatAutocompleteHarnessBase<OptionType extends ComponentHarnessConstructor<Option> & {
@@ -67,7 +69,7 @@ export declare abstract class _MatAutocompleteHarnessBase<OptionType extends Com
67
69
  /** Gets the panel associated with this autocomplete trigger. */
68
70
  private _getPanel;
69
71
  /** Gets the selector that can be used to find the autocomplete trigger's panel. */
70
- private _getPanelSelector;
72
+ protected _getPanelSelector(): Promise<string>;
71
73
  }
72
74
 
73
75
  export { }
package/badge/index.d.ts CHANGED
@@ -59,8 +59,13 @@ export declare class MatBadge extends _MatBadgeBase implements OnInit, OnDestroy
59
59
  _id: number;
60
60
  /** Visible badge element. */
61
61
  private _badgeElement;
62
+ /** Inline badge description. Used when the badge is applied to non-interactive host elements. */
63
+ private _inlineBadgeDescription;
62
64
  /** Whether the OnInit lifecycle hook has run yet */
63
65
  private _isInitialized;
66
+ /** InteractivityChecker to determine if the badge host is focusable. */
67
+ private _interactivityChecker;
68
+ private _document;
64
69
  constructor(_ngZone: NgZone, _elementRef: ElementRef<HTMLElement>, _ariaDescriber: AriaDescriber, _renderer: Renderer2, _animationMode?: string | undefined);
65
70
  /** Whether the badge is above the host or not */
66
71
  isAbove(): boolean;
@@ -73,12 +78,16 @@ export declare class MatBadge extends _MatBadgeBase implements OnInit, OnDestroy
73
78
  getBadgeElement(): HTMLElement | undefined;
74
79
  ngOnInit(): void;
75
80
  ngOnDestroy(): void;
81
+ /** Gets whether the badge's host element is interactive. */
82
+ private _isHostInteractive;
76
83
  /** Creates the badge element */
77
84
  private _createBadgeElement;
78
85
  /** Update the text content of the badge element in the DOM, creating the element if necessary. */
79
86
  private _updateRenderedContent;
80
87
  /** Updates the host element's aria description via AriaDescriber. */
81
- private _updateHostAriaDescription;
88
+ private _updateDescription;
89
+ private _updateInlineDescription;
90
+ private _removeInlineDescription;
82
91
  /** Adds css theme class given the color to the component host */
83
92
  private _setColor;
84
93
  /** Clears any existing badges that might be left over from server-side rendering. */
@@ -43,15 +43,20 @@ $prefix: 'mat-elevation-z';
43
43
  @else {
44
44
  // Copied from @material/elevation/_elevation-theme.scss#_box-shadow
45
45
  // TODO(mmalerba): Add support for graceful handling of CSS var color to MDC.
46
- $shadow-color:
47
- if(meta.type-of($color) == color and $opacity != null, rgba($color, $opacity), $color);
48
46
  $umbra-z-value: map.get(mdc-elevation.$umbra-map, $zValue);
49
47
  $penumbra-z-value: map.get(mdc-elevation.$penumbra-map, $zValue);
50
48
  $ambient-z-value: map.get(mdc-elevation.$ambient-map, $zValue);
49
+
50
+ $color-opacity: if($opacity != null, $opacity, 1);
51
+ $umbra-color: _compute-color-opacity($color, mdc-elevation.$umbra-opacity * $color-opacity);
52
+ $penumbra-color:
53
+ _compute-color-opacity($color, mdc-elevation.$penumbra-opacity * $color-opacity);
54
+ $ambient-color: _compute-color-opacity($color, mdc-elevation.$ambient-opacity * $color-opacity);
55
+
51
56
  $box-shadow: (
52
- #{'#{$umbra-z-value} #{$shadow-color}'},
53
- #{'#{$penumbra-z-value} #{$shadow-color}'},
54
- #{$ambient-z-value} $shadow-color
57
+ #{'#{$umbra-z-value} #{$umbra-color}'},
58
+ #{'#{$penumbra-z-value} #{$penumbra-color}'},
59
+ #{$ambient-z-value} $ambient-color
55
60
  );
56
61
  @include mdc-elevation.shadow($box-shadow);
57
62
  }
@@ -59,9 +64,9 @@ $prefix: 'mat-elevation-z';
59
64
 
60
65
  // Applies the elevation to an element in a manner that allows
61
66
  // consumers to override it via the Material elevation classes.
62
- @mixin overridable-elevation($zValue, $color: $color) {
67
+ @mixin overridable-elevation($zValue, $color: $color, $opacity: null) {
63
68
  &:not([class*='#{$prefix}']) {
64
- @include elevation($zValue, $color);
69
+ @include elevation($zValue, $color, $opacity);
65
70
  }
66
71
  }
67
72
 
@@ -89,3 +94,12 @@ $prefix: 'mat-elevation-z';
89
94
  $easing: $transition-timing-function) {
90
95
  transition: private-transition-property-value($duration, $easing);
91
96
  }
97
+
98
+ @function _compute-color-opacity($color, $opacity) {
99
+ @if meta.type-of($color) == color and $opacity != null {
100
+ @return rgba($color, $opacity);
101
+ }
102
+ @else {
103
+ @return $color;
104
+ }
105
+ }
@@ -17,9 +17,11 @@ $prefix: (mdc, linear-progress);
17
17
  $height: 4px;
18
18
 
19
19
  @return (
20
- // The height of the progress bar track. MDC has two tokens with the goal of having
21
- // `track-height` apply only to the track. In our case both are always the same.
22
- // Specify both while the transition is in progress.
20
+ // The height of the progress bar. MDC has three tokens with the goal
21
+ // of having `track-height` apply only to the track. In our case, all three
22
+ // are always the same. Specify all three while the transition is in
23
+ // progress.
24
+ active-indicator-height: $height,
23
25
  bar-and-track-height: $height,
24
26
  track-height: $height,
25
27
  );
@@ -0,0 +1,80 @@
1
+ @use 'sass:map';
2
+ @use '../../../theming/theming';
3
+ @use '../../../typography/typography-utils';
4
+ @use '../../../mdc-helpers/mdc-helpers';
5
+ @use '../../token-utils';
6
+
7
+ // The prefix used to generate the fully qualified name for tokens in this file.
8
+ $prefix: (mdc, plain-tooltip);
9
+
10
+ // Tokens that can't be configured through Angular Material's current theming API,
11
+ // but may be in a future version of the theming API.
12
+ //
13
+ // Tokens that are available in MDC, but not used in Angular Material should be mapped to `null`.
14
+ // `null` indicates that we are intentionally choosing not to emit a slot or value for the token in
15
+ // our CSS.
16
+ @function get-unthemable-tokens() {
17
+ @return (
18
+ // Border radius for the tooltip container.
19
+ container-shape: 4px,
20
+ // Line height of the tooltip text.
21
+ supporting-text-line-height: 16px,
22
+ // MDC does not seem to use these token.
23
+ supporting-text-type: null,
24
+ );
25
+ }
26
+
27
+ // Tokens that can be configured through Angular Material's color theming API.
28
+ @function get-color-tokens($config) {
29
+ $background: map.get($config, background);
30
+
31
+ @return (
32
+ // Color of the tooltip container.
33
+ container-color: theming.get-color-from-palette($background, tooltip),
34
+ // Color of the tooltip text.
35
+ supporting-text-color: #fff,
36
+ );
37
+ }
38
+
39
+ // Tokens that can be configured through Angular Material's typography theming API.
40
+ @function get-typography-tokens($config) {
41
+ // TODO(amysorto): The earlier implementation of the tooltip used MDC's APIs to create the
42
+ // typography tokens. As a result, we unintentionally allowed `null` typography configs to be
43
+ // passed in. Since there a lot of apps that now depend on this pattern, we need this temporary
44
+ // fallback.
45
+ @if ($config == null) {
46
+ $config: mdc-helpers.private-fallback-typography-from-mdc();
47
+ }
48
+
49
+ @return (
50
+ // Font for the tooltip text.
51
+ supporting-text-font: typography-utils.font-family($config, caption)
52
+ or typography-utils.font-family($config),
53
+ // Font size for the the tooltip text.
54
+ supporting-text-size: typography-utils.font-size($config, caption),
55
+ // Font weight of the the tooltip text.
56
+ supporting-text-weight: typography-utils.font-weight($config, caption),
57
+ // Tracking (space between letters) of the tooltip text.
58
+ supporting-text-tracking: typography-utils.letter-spacing($config, caption),
59
+ );
60
+ }
61
+
62
+ // Tokens that can be configured through Angular Material's density theming API.
63
+ @function get-density-tokens($config) {
64
+ @return ();
65
+ }
66
+
67
+ // Combines the tokens generated by the above functions into a single map with placeholder values.
68
+ // This is used to create token slots.
69
+ @function get-token-slots() {
70
+ @return map.merge(
71
+ get-unthemable-tokens(),
72
+ map.merge(
73
+ get-color-tokens(token-utils.$placeholder-color-config),
74
+ map.merge(
75
+ get-typography-tokens(token-utils.$placeholder-typography-config),
76
+ get-density-tokens(token-utils.$placeholder-density-config)
77
+ )
78
+ )
79
+ );
80
+ }
@@ -14,11 +14,11 @@ class _MatAutocompleteOriginBase {
14
14
  elementRef) {
15
15
  this.elementRef = elementRef;
16
16
  }
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-rc.2", ngImport: i0, type: _MatAutocompleteOriginBase, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
18
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-rc.2", type: _MatAutocompleteOriginBase, ngImport: i0 }); }
17
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: _MatAutocompleteOriginBase, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
18
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: _MatAutocompleteOriginBase, ngImport: i0 }); }
19
19
  }
20
20
  export { _MatAutocompleteOriginBase };
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-rc.2", ngImport: i0, type: _MatAutocompleteOriginBase, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: _MatAutocompleteOriginBase, decorators: [{
22
22
  type: Directive
23
23
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
24
24
  /**
@@ -26,15 +26,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-rc.2", ng
26
26
  * as a connection point for an autocomplete panel.
27
27
  */
28
28
  class MatAutocompleteOrigin extends _MatAutocompleteOriginBase {
29
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-rc.2", ngImport: i0, type: MatAutocompleteOrigin, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
30
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-rc.2", type: MatAutocompleteOrigin, selector: "[matAutocompleteOrigin]", exportAs: ["matAutocompleteOrigin"], usesInheritance: true, ngImport: i0 }); }
29
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: MatAutocompleteOrigin, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
30
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: MatAutocompleteOrigin, selector: "[matAutocompleteOrigin]", exportAs: ["matAutocompleteOrigin"], usesInheritance: true, ngImport: i0 }); }
31
31
  }
32
32
  export { MatAutocompleteOrigin };
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-rc.2", ngImport: i0, type: MatAutocompleteOrigin, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: MatAutocompleteOrigin, decorators: [{
34
34
  type: Directive,
35
35
  args: [{
36
36
  selector: '[matAutocompleteOrigin]',
37
37
  exportAs: 'matAutocompleteOrigin',
38
38
  }]
39
39
  }] });
40
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0b2NvbXBsZXRlLW9yaWdpbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC9hdXRvY29tcGxldGUvYXV0b2NvbXBsZXRlLW9yaWdpbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsU0FBUyxFQUFFLFVBQVUsRUFBQyxNQUFNLGVBQWUsQ0FBQzs7QUFFcEQsa0ZBQWtGO0FBQ2xGLE1BQ3NCLDBCQUEwQjtJQUM5QztJQUNFLGtFQUFrRTtJQUMzRCxVQUFtQztRQUFuQyxlQUFVLEdBQVYsVUFBVSxDQUF5QjtJQUN6QyxDQUFDO21IQUpnQiwwQkFBMEI7dUdBQTFCLDBCQUEwQjs7U0FBMUIsMEJBQTBCO2dHQUExQiwwQkFBMEI7a0JBRC9DLFNBQVM7O0FBUVY7OztHQUdHO0FBQ0gsTUFJYSxxQkFBc0IsU0FBUSwwQkFBMEI7bUhBQXhELHFCQUFxQjt1R0FBckIscUJBQXFCOztTQUFyQixxQkFBcUI7Z0dBQXJCLHFCQUFxQjtrQkFKakMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUseUJBQXlCO29CQUNuQyxRQUFRLEVBQUUsdUJBQXVCO2lCQUNsQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge0RpcmVjdGl2ZSwgRWxlbWVudFJlZn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbi8qKiBCYXNlIGNsYXNzIGNvbnRhaW5pbmcgYWxsIG9mIHRoZSBmdW5jdGlvbmFsaXR5IGZvciBgTWF0QXV0b2NvbXBsZXRlT3JpZ2luYC4gKi9cbkBEaXJlY3RpdmUoKVxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIF9NYXRBdXRvY29tcGxldGVPcmlnaW5CYXNlIHtcbiAgY29uc3RydWN0b3IoXG4gICAgLyoqIFJlZmVyZW5jZSB0byB0aGUgZWxlbWVudCBvbiB3aGljaCB0aGUgZGlyZWN0aXZlIGlzIGFwcGxpZWQuICovXG4gICAgcHVibGljIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+LFxuICApIHt9XG59XG5cbi8qKlxuICogRGlyZWN0aXZlIGFwcGxpZWQgdG8gYW4gZWxlbWVudCB0byBtYWtlIGl0IHVzYWJsZVxuICogYXMgYSBjb25uZWN0aW9uIHBvaW50IGZvciBhbiBhdXRvY29tcGxldGUgcGFuZWwuXG4gKi9cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1ttYXRBdXRvY29tcGxldGVPcmlnaW5dJyxcbiAgZXhwb3J0QXM6ICdtYXRBdXRvY29tcGxldGVPcmlnaW4nLFxufSlcbmV4cG9ydCBjbGFzcyBNYXRBdXRvY29tcGxldGVPcmlnaW4gZXh0ZW5kcyBfTWF0QXV0b2NvbXBsZXRlT3JpZ2luQmFzZSB7fVxuIl19
40
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0b2NvbXBsZXRlLW9yaWdpbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC9hdXRvY29tcGxldGUvYXV0b2NvbXBsZXRlLW9yaWdpbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsU0FBUyxFQUFFLFVBQVUsRUFBQyxNQUFNLGVBQWUsQ0FBQzs7QUFFcEQsa0ZBQWtGO0FBQ2xGLE1BQ3NCLDBCQUEwQjtJQUM5QztJQUNFLGtFQUFrRTtJQUMzRCxVQUFtQztRQUFuQyxlQUFVLEdBQVYsVUFBVSxDQUF5QjtJQUN6QyxDQUFDOzhHQUpnQiwwQkFBMEI7a0dBQTFCLDBCQUEwQjs7U0FBMUIsMEJBQTBCOzJGQUExQiwwQkFBMEI7a0JBRC9DLFNBQVM7O0FBUVY7OztHQUdHO0FBQ0gsTUFJYSxxQkFBc0IsU0FBUSwwQkFBMEI7OEdBQXhELHFCQUFxQjtrR0FBckIscUJBQXFCOztTQUFyQixxQkFBcUI7MkZBQXJCLHFCQUFxQjtrQkFKakMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUseUJBQXlCO29CQUNuQyxRQUFRLEVBQUUsdUJBQXVCO2lCQUNsQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge0RpcmVjdGl2ZSwgRWxlbWVudFJlZn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbi8qKiBCYXNlIGNsYXNzIGNvbnRhaW5pbmcgYWxsIG9mIHRoZSBmdW5jdGlvbmFsaXR5IGZvciBgTWF0QXV0b2NvbXBsZXRlT3JpZ2luYC4gKi9cbkBEaXJlY3RpdmUoKVxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIF9NYXRBdXRvY29tcGxldGVPcmlnaW5CYXNlIHtcbiAgY29uc3RydWN0b3IoXG4gICAgLyoqIFJlZmVyZW5jZSB0byB0aGUgZWxlbWVudCBvbiB3aGljaCB0aGUgZGlyZWN0aXZlIGlzIGFwcGxpZWQuICovXG4gICAgcHVibGljIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+LFxuICApIHt9XG59XG5cbi8qKlxuICogRGlyZWN0aXZlIGFwcGxpZWQgdG8gYW4gZWxlbWVudCB0byBtYWtlIGl0IHVzYWJsZVxuICogYXMgYSBjb25uZWN0aW9uIHBvaW50IGZvciBhbiBhdXRvY29tcGxldGUgcGFuZWwuXG4gKi9cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1ttYXRBdXRvY29tcGxldGVPcmlnaW5dJyxcbiAgZXhwb3J0QXM6ICdtYXRBdXRvY29tcGxldGVPcmlnaW4nLFxufSlcbmV4cG9ydCBjbGFzcyBNYXRBdXRvY29tcGxldGVPcmlnaW4gZXh0ZW5kcyBfTWF0QXV0b2NvbXBsZXRlT3JpZ2luQmFzZSB7fVxuIl19