@angular/material 13.2.4 → 13.3.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 (406) hide show
  1. package/autocomplete/autocomplete-trigger.d.ts +1 -0
  2. package/badge/_badge-theme.scss +8 -0
  3. package/button-toggle/_button-toggle-theme.scss +10 -0
  4. package/checkbox/_checkbox-theme.scss +1 -1
  5. package/core/theming/_theming.scss +9 -0
  6. package/datepicker/calendar-body.d.ts +22 -1
  7. package/dialog/dialog-config.d.ts +2 -0
  8. package/dialog/dialog-container.d.ts +1 -4
  9. package/dialog/dialog.d.ts +12 -6
  10. package/dialog/testing/dialog-opener.d.ts +33 -0
  11. package/dialog/testing/public-api.d.ts +1 -0
  12. package/esm2020/autocomplete/autocomplete-module.mjs +4 -4
  13. package/esm2020/autocomplete/autocomplete-origin.mjs +6 -6
  14. package/esm2020/autocomplete/autocomplete-trigger.mjs +18 -10
  15. package/esm2020/autocomplete/autocomplete.mjs +6 -6
  16. package/esm2020/badge/badge-module.mjs +4 -4
  17. package/esm2020/badge/badge.mjs +3 -3
  18. package/esm2020/bottom-sheet/bottom-sheet-animations.mjs +10 -4
  19. package/esm2020/bottom-sheet/bottom-sheet-container.mjs +3 -3
  20. package/esm2020/bottom-sheet/bottom-sheet-module.mjs +4 -4
  21. package/esm2020/bottom-sheet/bottom-sheet.mjs +3 -3
  22. package/esm2020/button/button-module.mjs +4 -4
  23. package/esm2020/button/button.mjs +8 -8
  24. package/esm2020/button-toggle/button-toggle-module.mjs +4 -4
  25. package/esm2020/button-toggle/button-toggle.mjs +6 -6
  26. package/esm2020/card/card-module.mjs +4 -4
  27. package/esm2020/card/card.mjs +42 -42
  28. package/esm2020/checkbox/checkbox-module.mjs +8 -8
  29. package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
  30. package/esm2020/checkbox/checkbox.mjs +3 -3
  31. package/esm2020/chips/chip-input.mjs +3 -3
  32. package/esm2020/chips/chip-list.mjs +3 -3
  33. package/esm2020/chips/chip.mjs +12 -12
  34. package/esm2020/chips/chips-module.mjs +4 -4
  35. package/esm2020/core/common-behaviors/common-module.mjs +4 -4
  36. package/esm2020/core/datetime/index.mjs +8 -8
  37. package/esm2020/core/datetime/native-date-adapter.mjs +3 -3
  38. package/esm2020/core/error/error-options.mjs +6 -6
  39. package/esm2020/core/line/line.mjs +7 -7
  40. package/esm2020/core/option/index.mjs +4 -4
  41. package/esm2020/core/option/optgroup.mjs +6 -6
  42. package/esm2020/core/option/option.mjs +6 -6
  43. package/esm2020/core/ripple/index.mjs +4 -4
  44. package/esm2020/core/ripple/ripple.mjs +3 -3
  45. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +4 -4
  46. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  47. package/esm2020/core/version.mjs +1 -1
  48. package/esm2020/datepicker/calendar-body.mjs +34 -11
  49. package/esm2020/datepicker/calendar.mjs +13 -13
  50. package/esm2020/datepicker/date-range-input-parts.mjs +9 -9
  51. package/esm2020/datepicker/date-range-input.mjs +3 -3
  52. package/esm2020/datepicker/date-range-picker.mjs +3 -3
  53. package/esm2020/datepicker/date-range-selection-strategy.mjs +3 -3
  54. package/esm2020/datepicker/date-selection-model.mjs +9 -9
  55. package/esm2020/datepicker/datepicker-actions.mjs +9 -9
  56. package/esm2020/datepicker/datepicker-base.mjs +6 -6
  57. package/esm2020/datepicker/datepicker-input-base.mjs +12 -7
  58. package/esm2020/datepicker/datepicker-input.mjs +3 -3
  59. package/esm2020/datepicker/datepicker-intl.mjs +3 -3
  60. package/esm2020/datepicker/datepicker-module.mjs +4 -4
  61. package/esm2020/datepicker/datepicker-toggle.mjs +6 -6
  62. package/esm2020/datepicker/datepicker.mjs +3 -3
  63. package/esm2020/datepicker/month-view.mjs +5 -5
  64. package/esm2020/datepicker/multi-year-view.mjs +3 -3
  65. package/esm2020/datepicker/year-view.mjs +3 -3
  66. package/esm2020/dialog/dialog-animations.mjs +10 -4
  67. package/esm2020/dialog/dialog-config.mjs +3 -1
  68. package/esm2020/dialog/dialog-container.mjs +20 -20
  69. package/esm2020/dialog/dialog-content-directives.mjs +12 -12
  70. package/esm2020/dialog/dialog-module.mjs +4 -4
  71. package/esm2020/dialog/dialog.mjs +21 -37
  72. package/esm2020/dialog/testing/dialog-opener.mjs +67 -0
  73. package/esm2020/dialog/testing/public-api.mjs +2 -1
  74. package/esm2020/divider/divider-module.mjs +4 -4
  75. package/esm2020/divider/divider.mjs +3 -3
  76. package/esm2020/expansion/accordion.mjs +3 -3
  77. package/esm2020/expansion/expansion-module.mjs +4 -4
  78. package/esm2020/expansion/expansion-panel-content.mjs +3 -3
  79. package/esm2020/expansion/expansion-panel-header.mjs +9 -9
  80. package/esm2020/expansion/expansion-panel.mjs +9 -9
  81. package/esm2020/form-field/error.mjs +3 -3
  82. package/esm2020/form-field/form-field-control.mjs +3 -3
  83. package/esm2020/form-field/form-field-module.mjs +4 -4
  84. package/esm2020/form-field/form-field.mjs +3 -3
  85. package/esm2020/form-field/hint.mjs +3 -3
  86. package/esm2020/form-field/label.mjs +3 -3
  87. package/esm2020/form-field/placeholder.mjs +3 -3
  88. package/esm2020/form-field/prefix.mjs +3 -3
  89. package/esm2020/form-field/suffix.mjs +3 -3
  90. package/esm2020/grid-list/grid-list-module.mjs +4 -4
  91. package/esm2020/grid-list/grid-list.mjs +3 -3
  92. package/esm2020/grid-list/grid-tile.mjs +15 -15
  93. package/esm2020/icon/icon-module.mjs +4 -4
  94. package/esm2020/icon/icon-registry.mjs +3 -3
  95. package/esm2020/icon/icon.mjs +3 -3
  96. package/esm2020/icon/testing/fake-icon-registry.mjs +7 -7
  97. package/esm2020/input/input-module.mjs +4 -4
  98. package/esm2020/input/input.mjs +3 -3
  99. package/esm2020/list/list-module.mjs +4 -4
  100. package/esm2020/list/list.mjs +18 -18
  101. package/esm2020/list/selection-list.mjs +6 -6
  102. package/esm2020/menu/menu-content.mjs +6 -6
  103. package/esm2020/menu/menu-item.mjs +8 -4
  104. package/esm2020/menu/menu-module.mjs +4 -4
  105. package/esm2020/menu/menu-trigger.mjs +6 -6
  106. package/esm2020/menu/menu.mjs +23 -7
  107. package/esm2020/paginator/paginator-intl.mjs +3 -3
  108. package/esm2020/paginator/paginator-module.mjs +4 -4
  109. package/esm2020/paginator/paginator.mjs +6 -6
  110. package/esm2020/progress-bar/progress-bar-module.mjs +4 -4
  111. package/esm2020/progress-bar/progress-bar.mjs +3 -3
  112. package/esm2020/progress-spinner/progress-spinner-module.mjs +8 -8
  113. package/esm2020/progress-spinner/progress-spinner.mjs +10 -50
  114. package/esm2020/progress-spinner/public-api.mjs +10 -2
  115. package/esm2020/radio/radio-module.mjs +4 -4
  116. package/esm2020/radio/radio.mjs +12 -12
  117. package/esm2020/select/select-module.mjs +4 -4
  118. package/esm2020/select/select.mjs +21 -11
  119. package/esm2020/sidenav/drawer.mjs +9 -9
  120. package/esm2020/sidenav/sidenav-module.mjs +4 -4
  121. package/esm2020/sidenav/sidenav.mjs +9 -9
  122. package/esm2020/slide-toggle/slide-toggle-module.mjs +8 -8
  123. package/esm2020/slide-toggle/slide-toggle-required-validator.mjs +3 -3
  124. package/esm2020/slide-toggle/slide-toggle.mjs +5 -4
  125. package/esm2020/slider/slider-module.mjs +4 -4
  126. package/esm2020/slider/slider.mjs +3 -3
  127. package/esm2020/snack-bar/simple-snack-bar.mjs +3 -3
  128. package/esm2020/snack-bar/snack-bar-container.mjs +3 -3
  129. package/esm2020/snack-bar/snack-bar-module.mjs +4 -4
  130. package/esm2020/snack-bar/snack-bar.mjs +6 -6
  131. package/esm2020/sort/sort-header-intl.mjs +3 -3
  132. package/esm2020/sort/sort-header.mjs +6 -6
  133. package/esm2020/sort/sort-module.mjs +4 -4
  134. package/esm2020/sort/sort.mjs +3 -3
  135. package/esm2020/stepper/step-content.mjs +3 -3
  136. package/esm2020/stepper/step-header.mjs +3 -3
  137. package/esm2020/stepper/step-label.mjs +3 -3
  138. package/esm2020/stepper/stepper-button.mjs +6 -6
  139. package/esm2020/stepper/stepper-icon.mjs +3 -3
  140. package/esm2020/stepper/stepper-intl.mjs +3 -3
  141. package/esm2020/stepper/stepper-module.mjs +4 -4
  142. package/esm2020/stepper/stepper.mjs +15 -15
  143. package/esm2020/table/cell.mjs +21 -21
  144. package/esm2020/table/row.mjs +21 -21
  145. package/esm2020/table/table-module.mjs +4 -4
  146. package/esm2020/table/table.mjs +6 -6
  147. package/esm2020/table/text-column.mjs +3 -3
  148. package/esm2020/tabs/ink-bar.mjs +11 -22
  149. package/esm2020/tabs/paginated-tab-header.mjs +8 -6
  150. package/esm2020/tabs/tab-body.mjs +9 -9
  151. package/esm2020/tabs/tab-content.mjs +3 -3
  152. package/esm2020/tabs/tab-group.mjs +6 -6
  153. package/esm2020/tabs/tab-header.mjs +6 -6
  154. package/esm2020/tabs/tab-label-wrapper.mjs +3 -3
  155. package/esm2020/tabs/tab-label.mjs +3 -3
  156. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +15 -15
  157. package/esm2020/tabs/tab.mjs +3 -3
  158. package/esm2020/tabs/tabs-module.mjs +4 -4
  159. package/esm2020/toolbar/toolbar-module.mjs +4 -4
  160. package/esm2020/toolbar/toolbar.mjs +6 -6
  161. package/esm2020/tooltip/testing/tooltip-harness.mjs +12 -7
  162. package/esm2020/tooltip/tooltip-module.mjs +4 -4
  163. package/esm2020/tooltip/tooltip.mjs +126 -51
  164. package/esm2020/tree/node.mjs +9 -9
  165. package/esm2020/tree/outlet.mjs +3 -3
  166. package/esm2020/tree/padding.mjs +3 -3
  167. package/esm2020/tree/toggle.mjs +3 -3
  168. package/esm2020/tree/tree-module.mjs +4 -4
  169. package/esm2020/tree/tree.mjs +3 -3
  170. package/fesm2015/autocomplete/testing.mjs.map +1 -1
  171. package/fesm2015/autocomplete.mjs +34 -26
  172. package/fesm2015/autocomplete.mjs.map +1 -1
  173. package/fesm2015/badge/testing.mjs.map +1 -1
  174. package/fesm2015/badge.mjs +7 -7
  175. package/fesm2015/badge.mjs.map +1 -1
  176. package/fesm2015/bottom-sheet/testing.mjs.map +1 -1
  177. package/fesm2015/bottom-sheet.mjs +19 -13
  178. package/fesm2015/bottom-sheet.mjs.map +1 -1
  179. package/fesm2015/button/testing.mjs.map +1 -1
  180. package/fesm2015/button-toggle/testing.mjs.map +1 -1
  181. package/fesm2015/button-toggle.mjs +10 -10
  182. package/fesm2015/button-toggle.mjs.map +1 -1
  183. package/fesm2015/button.mjs +11 -11
  184. package/fesm2015/button.mjs.map +1 -1
  185. package/fesm2015/card/testing.mjs.map +1 -1
  186. package/fesm2015/card.mjs +46 -46
  187. package/fesm2015/card.mjs.map +1 -1
  188. package/fesm2015/checkbox/testing.mjs.map +1 -1
  189. package/fesm2015/checkbox.mjs +14 -14
  190. package/fesm2015/checkbox.mjs.map +1 -1
  191. package/fesm2015/chips/testing.mjs.map +1 -1
  192. package/fesm2015/chips.mjs +22 -22
  193. package/fesm2015/chips.mjs.map +1 -1
  194. package/fesm2015/core/testing.mjs.map +1 -1
  195. package/fesm2015/core.mjs +59 -59
  196. package/fesm2015/core.mjs.map +1 -1
  197. package/fesm2015/datepicker/testing.mjs.map +1 -1
  198. package/fesm2015/datepicker.mjs +125 -97
  199. package/fesm2015/datepicker.mjs.map +1 -1
  200. package/fesm2015/dialog/testing.mjs +65 -2
  201. package/fesm2015/dialog/testing.mjs.map +1 -1
  202. package/fesm2015/dialog.mjs +66 -74
  203. package/fesm2015/dialog.mjs.map +1 -1
  204. package/fesm2015/divider/testing.mjs.map +1 -1
  205. package/fesm2015/divider.mjs +7 -7
  206. package/fesm2015/divider.mjs.map +1 -1
  207. package/fesm2015/expansion/testing.mjs.map +1 -1
  208. package/fesm2015/expansion.mjs +27 -27
  209. package/fesm2015/expansion.mjs.map +1 -1
  210. package/fesm2015/form-field/testing/control.mjs.map +1 -1
  211. package/fesm2015/form-field/testing.mjs.map +1 -1
  212. package/fesm2015/form-field.mjs +28 -28
  213. package/fesm2015/form-field.mjs.map +1 -1
  214. package/fesm2015/grid-list/testing.mjs.map +1 -1
  215. package/fesm2015/grid-list.mjs +22 -22
  216. package/fesm2015/grid-list.mjs.map +1 -1
  217. package/fesm2015/icon/testing.mjs +7 -7
  218. package/fesm2015/icon/testing.mjs.map +1 -1
  219. package/fesm2015/icon.mjs +10 -10
  220. package/fesm2015/icon.mjs.map +1 -1
  221. package/fesm2015/input/testing.mjs.map +1 -1
  222. package/fesm2015/input.mjs +7 -7
  223. package/fesm2015/input.mjs.map +1 -1
  224. package/fesm2015/list/testing.mjs.map +1 -1
  225. package/fesm2015/list.mjs +28 -28
  226. package/fesm2015/list.mjs.map +1 -1
  227. package/fesm2015/material.mjs.map +1 -1
  228. package/fesm2015/menu/testing.mjs.map +1 -1
  229. package/fesm2015/menu.mjs +46 -25
  230. package/fesm2015/menu.mjs.map +1 -1
  231. package/fesm2015/paginator/testing.mjs.map +1 -1
  232. package/fesm2015/paginator.mjs +13 -13
  233. package/fesm2015/paginator.mjs.map +1 -1
  234. package/fesm2015/progress-bar/testing.mjs.map +1 -1
  235. package/fesm2015/progress-bar.mjs +7 -7
  236. package/fesm2015/progress-bar.mjs.map +1 -1
  237. package/fesm2015/progress-spinner/testing.mjs.map +1 -1
  238. package/fesm2015/progress-spinner.mjs +27 -62
  239. package/fesm2015/progress-spinner.mjs.map +1 -1
  240. package/fesm2015/radio/testing.mjs.map +1 -1
  241. package/fesm2015/radio.mjs +16 -16
  242. package/fesm2015/radio.mjs.map +1 -1
  243. package/fesm2015/select/testing.mjs.map +1 -1
  244. package/fesm2015/select.mjs +24 -14
  245. package/fesm2015/select.mjs.map +1 -1
  246. package/fesm2015/sidenav/testing.mjs.map +1 -1
  247. package/fesm2015/sidenav.mjs +22 -22
  248. package/fesm2015/sidenav.mjs.map +1 -1
  249. package/fesm2015/slide-toggle/testing.mjs.map +1 -1
  250. package/fesm2015/slide-toggle.mjs +15 -14
  251. package/fesm2015/slide-toggle.mjs.map +1 -1
  252. package/fesm2015/slider/testing.mjs.map +1 -1
  253. package/fesm2015/slider.mjs +7 -7
  254. package/fesm2015/slider.mjs.map +1 -1
  255. package/fesm2015/snack-bar/testing.mjs.map +1 -1
  256. package/fesm2015/snack-bar.mjs +16 -16
  257. package/fesm2015/snack-bar.mjs.map +1 -1
  258. package/fesm2015/sort/testing.mjs.map +1 -1
  259. package/fesm2015/sort.mjs +15 -15
  260. package/fesm2015/sort.mjs.map +1 -1
  261. package/fesm2015/stepper/testing.mjs.map +1 -1
  262. package/fesm2015/stepper.mjs +40 -40
  263. package/fesm2015/stepper.mjs.map +1 -1
  264. package/fesm2015/table/testing.mjs.map +1 -1
  265. package/fesm2015/table.mjs +55 -55
  266. package/fesm2015/table.mjs.map +1 -1
  267. package/fesm2015/tabs/testing.mjs.map +1 -1
  268. package/fesm2015/tabs.mjs +68 -78
  269. package/fesm2015/tabs.mjs.map +1 -1
  270. package/fesm2015/toolbar/testing.mjs.map +1 -1
  271. package/fesm2015/toolbar.mjs +10 -10
  272. package/fesm2015/toolbar.mjs.map +1 -1
  273. package/fesm2015/tooltip/testing.mjs +11 -8
  274. package/fesm2015/tooltip/testing.mjs.map +1 -1
  275. package/fesm2015/tooltip.mjs +154 -79
  276. package/fesm2015/tooltip.mjs.map +1 -1
  277. package/fesm2015/tree/testing.mjs.map +1 -1
  278. package/fesm2015/tree.mjs +25 -25
  279. package/fesm2015/tree.mjs.map +1 -1
  280. package/fesm2020/autocomplete/testing.mjs.map +1 -1
  281. package/fesm2020/autocomplete.mjs +34 -26
  282. package/fesm2020/autocomplete.mjs.map +1 -1
  283. package/fesm2020/badge/testing.mjs.map +1 -1
  284. package/fesm2020/badge.mjs +7 -7
  285. package/fesm2020/badge.mjs.map +1 -1
  286. package/fesm2020/bottom-sheet/testing.mjs.map +1 -1
  287. package/fesm2020/bottom-sheet.mjs +19 -13
  288. package/fesm2020/bottom-sheet.mjs.map +1 -1
  289. package/fesm2020/button/testing.mjs.map +1 -1
  290. package/fesm2020/button-toggle/testing.mjs.map +1 -1
  291. package/fesm2020/button-toggle.mjs +10 -10
  292. package/fesm2020/button-toggle.mjs.map +1 -1
  293. package/fesm2020/button.mjs +11 -11
  294. package/fesm2020/button.mjs.map +1 -1
  295. package/fesm2020/card/testing.mjs.map +1 -1
  296. package/fesm2020/card.mjs +46 -46
  297. package/fesm2020/card.mjs.map +1 -1
  298. package/fesm2020/checkbox/testing.mjs.map +1 -1
  299. package/fesm2020/checkbox.mjs +14 -14
  300. package/fesm2020/checkbox.mjs.map +1 -1
  301. package/fesm2020/chips/testing.mjs.map +1 -1
  302. package/fesm2020/chips.mjs +22 -22
  303. package/fesm2020/chips.mjs.map +1 -1
  304. package/fesm2020/core/testing.mjs.map +1 -1
  305. package/fesm2020/core.mjs +59 -59
  306. package/fesm2020/core.mjs.map +1 -1
  307. package/fesm2020/datepicker/testing.mjs.map +1 -1
  308. package/fesm2020/datepicker.mjs +125 -97
  309. package/fesm2020/datepicker.mjs.map +1 -1
  310. package/fesm2020/dialog/testing.mjs +65 -1
  311. package/fesm2020/dialog/testing.mjs.map +1 -1
  312. package/fesm2020/dialog.mjs +66 -74
  313. package/fesm2020/dialog.mjs.map +1 -1
  314. package/fesm2020/divider/testing.mjs.map +1 -1
  315. package/fesm2020/divider.mjs +7 -7
  316. package/fesm2020/divider.mjs.map +1 -1
  317. package/fesm2020/expansion/testing.mjs.map +1 -1
  318. package/fesm2020/expansion.mjs +27 -27
  319. package/fesm2020/expansion.mjs.map +1 -1
  320. package/fesm2020/form-field/testing/control.mjs.map +1 -1
  321. package/fesm2020/form-field/testing.mjs.map +1 -1
  322. package/fesm2020/form-field.mjs +28 -28
  323. package/fesm2020/form-field.mjs.map +1 -1
  324. package/fesm2020/grid-list/testing.mjs.map +1 -1
  325. package/fesm2020/grid-list.mjs +22 -22
  326. package/fesm2020/grid-list.mjs.map +1 -1
  327. package/fesm2020/icon/testing.mjs +7 -7
  328. package/fesm2020/icon/testing.mjs.map +1 -1
  329. package/fesm2020/icon.mjs +10 -10
  330. package/fesm2020/icon.mjs.map +1 -1
  331. package/fesm2020/input/testing.mjs.map +1 -1
  332. package/fesm2020/input.mjs +7 -7
  333. package/fesm2020/input.mjs.map +1 -1
  334. package/fesm2020/list/testing.mjs.map +1 -1
  335. package/fesm2020/list.mjs +28 -28
  336. package/fesm2020/list.mjs.map +1 -1
  337. package/fesm2020/material.mjs.map +1 -1
  338. package/fesm2020/menu/testing.mjs.map +1 -1
  339. package/fesm2020/menu.mjs +45 -25
  340. package/fesm2020/menu.mjs.map +1 -1
  341. package/fesm2020/paginator/testing.mjs.map +1 -1
  342. package/fesm2020/paginator.mjs +13 -13
  343. package/fesm2020/paginator.mjs.map +1 -1
  344. package/fesm2020/progress-bar/testing.mjs.map +1 -1
  345. package/fesm2020/progress-bar.mjs +7 -7
  346. package/fesm2020/progress-bar.mjs.map +1 -1
  347. package/fesm2020/progress-spinner/testing.mjs.map +1 -1
  348. package/fesm2020/progress-spinner.mjs +27 -60
  349. package/fesm2020/progress-spinner.mjs.map +1 -1
  350. package/fesm2020/radio/testing.mjs.map +1 -1
  351. package/fesm2020/radio.mjs +16 -16
  352. package/fesm2020/radio.mjs.map +1 -1
  353. package/fesm2020/select/testing.mjs.map +1 -1
  354. package/fesm2020/select.mjs +24 -14
  355. package/fesm2020/select.mjs.map +1 -1
  356. package/fesm2020/sidenav/testing.mjs.map +1 -1
  357. package/fesm2020/sidenav.mjs +22 -22
  358. package/fesm2020/sidenav.mjs.map +1 -1
  359. package/fesm2020/slide-toggle/testing.mjs.map +1 -1
  360. package/fesm2020/slide-toggle.mjs +15 -14
  361. package/fesm2020/slide-toggle.mjs.map +1 -1
  362. package/fesm2020/slider/testing.mjs.map +1 -1
  363. package/fesm2020/slider.mjs +7 -7
  364. package/fesm2020/slider.mjs.map +1 -1
  365. package/fesm2020/snack-bar/testing.mjs.map +1 -1
  366. package/fesm2020/snack-bar.mjs +16 -16
  367. package/fesm2020/snack-bar.mjs.map +1 -1
  368. package/fesm2020/sort/testing.mjs.map +1 -1
  369. package/fesm2020/sort.mjs +15 -15
  370. package/fesm2020/sort.mjs.map +1 -1
  371. package/fesm2020/stepper/testing.mjs.map +1 -1
  372. package/fesm2020/stepper.mjs +40 -40
  373. package/fesm2020/stepper.mjs.map +1 -1
  374. package/fesm2020/table/testing.mjs.map +1 -1
  375. package/fesm2020/table.mjs +55 -55
  376. package/fesm2020/table.mjs.map +1 -1
  377. package/fesm2020/tabs/testing.mjs.map +1 -1
  378. package/fesm2020/tabs.mjs +68 -78
  379. package/fesm2020/tabs.mjs.map +1 -1
  380. package/fesm2020/toolbar/testing.mjs.map +1 -1
  381. package/fesm2020/toolbar.mjs +10 -10
  382. package/fesm2020/toolbar.mjs.map +1 -1
  383. package/fesm2020/tooltip/testing.mjs +11 -6
  384. package/fesm2020/tooltip/testing.mjs.map +1 -1
  385. package/fesm2020/tooltip.mjs +147 -71
  386. package/fesm2020/tooltip.mjs.map +1 -1
  387. package/fesm2020/tree/testing.mjs.map +1 -1
  388. package/fesm2020/tree.mjs +25 -25
  389. package/fesm2020/tree.mjs.map +1 -1
  390. package/menu/menu-item.d.ts +3 -2
  391. package/package.json +2 -2
  392. package/prebuilt-themes/deeppurple-amber.css +1 -1
  393. package/prebuilt-themes/indigo-pink.css +1 -1
  394. package/prebuilt-themes/pink-bluegrey.css +1 -1
  395. package/prebuilt-themes/purple-green.css +1 -1
  396. package/progress-spinner/progress-spinner-module.d.ts +1 -1
  397. package/progress-spinner/progress-spinner.d.ts +1 -18
  398. package/progress-spinner/public-api.d.ts +8 -1
  399. package/schematics/ng-add/index.js +1 -1
  400. package/schematics/ng-add/index.mjs +1 -1
  401. package/schematics/ng-update/data/index.js +6 -2
  402. package/schematics/ng-update/data/index.mjs +6 -2
  403. package/select/select.d.ts +5 -0
  404. package/tabs/ink-bar.d.ts +0 -5
  405. package/tooltip/testing/tooltip-harness.d.ts +6 -0
  406. package/tooltip/tooltip.d.ts +36 -8
@@ -14,9 +14,9 @@ import * as i0 from "@angular/core";
14
14
  */
15
15
  export class MatCellDef extends CdkCellDef {
16
16
  }
17
- MatCellDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
18
- MatCellDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatCellDef, selector: "[matCellDef]", providers: [{ provide: CdkCellDef, useExisting: MatCellDef }], usesInheritance: true, ngImport: i0 });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatCellDef, decorators: [{
17
+ MatCellDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
18
+ MatCellDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: MatCellDef, selector: "[matCellDef]", providers: [{ provide: CdkCellDef, useExisting: MatCellDef }], usesInheritance: true, ngImport: i0 });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatCellDef, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
22
  selector: '[matCellDef]',
@@ -29,9 +29,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
29
29
  */
30
30
  export class MatHeaderCellDef extends CdkHeaderCellDef {
31
31
  }
32
- MatHeaderCellDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatHeaderCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
33
- MatHeaderCellDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatHeaderCellDef, selector: "[matHeaderCellDef]", providers: [{ provide: CdkHeaderCellDef, useExisting: MatHeaderCellDef }], usesInheritance: true, ngImport: i0 });
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatHeaderCellDef, decorators: [{
32
+ MatHeaderCellDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatHeaderCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
33
+ MatHeaderCellDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: MatHeaderCellDef, selector: "[matHeaderCellDef]", providers: [{ provide: CdkHeaderCellDef, useExisting: MatHeaderCellDef }], usesInheritance: true, ngImport: i0 });
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatHeaderCellDef, decorators: [{
35
35
  type: Directive,
36
36
  args: [{
37
37
  selector: '[matHeaderCellDef]',
@@ -44,9 +44,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
44
44
  */
45
45
  export class MatFooterCellDef extends CdkFooterCellDef {
46
46
  }
47
- MatFooterCellDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatFooterCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
48
- MatFooterCellDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatFooterCellDef, selector: "[matFooterCellDef]", providers: [{ provide: CdkFooterCellDef, useExisting: MatFooterCellDef }], usesInheritance: true, ngImport: i0 });
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatFooterCellDef, decorators: [{
47
+ MatFooterCellDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatFooterCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
48
+ MatFooterCellDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: MatFooterCellDef, selector: "[matFooterCellDef]", providers: [{ provide: CdkFooterCellDef, useExisting: MatFooterCellDef }], usesInheritance: true, ngImport: i0 });
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatFooterCellDef, decorators: [{
50
50
  type: Directive,
51
51
  args: [{
52
52
  selector: '[matFooterCellDef]',
@@ -76,12 +76,12 @@ export class MatColumnDef extends CdkColumnDef {
76
76
  this._columnCssClassName.push(`mat-column-${this.cssClassFriendlyName}`);
77
77
  }
78
78
  }
79
- MatColumnDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatColumnDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
80
- MatColumnDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatColumnDef, selector: "[matColumnDef]", inputs: { sticky: "sticky", name: ["matColumnDef", "name"] }, providers: [
79
+ MatColumnDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatColumnDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
80
+ MatColumnDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: MatColumnDef, selector: "[matColumnDef]", inputs: { sticky: "sticky", name: ["matColumnDef", "name"] }, providers: [
81
81
  { provide: CdkColumnDef, useExisting: MatColumnDef },
82
82
  { provide: 'MAT_SORT_HEADER_COLUMN_DEF', useExisting: MatColumnDef },
83
83
  ], usesInheritance: true, ngImport: i0 });
84
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatColumnDef, decorators: [{
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatColumnDef, decorators: [{
85
85
  type: Directive,
86
86
  args: [{
87
87
  selector: '[matColumnDef]',
@@ -98,9 +98,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
98
98
  /** Header cell template container that adds the right classes and role. */
99
99
  export class MatHeaderCell extends CdkHeaderCell {
100
100
  }
101
- MatHeaderCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatHeaderCell, deps: null, target: i0.ɵɵFactoryTarget.Directive });
102
- MatHeaderCell.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]", host: { attributes: { "role": "columnheader" }, classAttribute: "mat-header-cell" }, usesInheritance: true, ngImport: i0 });
103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatHeaderCell, decorators: [{
101
+ MatHeaderCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatHeaderCell, deps: null, target: i0.ɵɵFactoryTarget.Directive });
102
+ MatHeaderCell.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]", host: { attributes: { "role": "columnheader" }, classAttribute: "mat-header-cell" }, usesInheritance: true, ngImport: i0 });
103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatHeaderCell, decorators: [{
104
104
  type: Directive,
105
105
  args: [{
106
106
  selector: 'mat-header-cell, th[mat-header-cell]',
@@ -113,9 +113,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
113
113
  /** Footer cell template container that adds the right classes and role. */
114
114
  export class MatFooterCell extends CdkFooterCell {
115
115
  }
116
- MatFooterCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatFooterCell, deps: null, target: i0.ɵɵFactoryTarget.Directive });
117
- MatFooterCell.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatFooterCell, selector: "mat-footer-cell, td[mat-footer-cell]", host: { attributes: { "role": "gridcell" }, classAttribute: "mat-footer-cell" }, usesInheritance: true, ngImport: i0 });
118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatFooterCell, decorators: [{
116
+ MatFooterCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatFooterCell, deps: null, target: i0.ɵɵFactoryTarget.Directive });
117
+ MatFooterCell.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: MatFooterCell, selector: "mat-footer-cell, td[mat-footer-cell]", host: { attributes: { "role": "gridcell" }, classAttribute: "mat-footer-cell" }, usesInheritance: true, ngImport: i0 });
118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatFooterCell, decorators: [{
119
119
  type: Directive,
120
120
  args: [{
121
121
  selector: 'mat-footer-cell, td[mat-footer-cell]',
@@ -128,9 +128,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
128
128
  /** Cell template container that adds the right classes and role. */
129
129
  export class MatCell extends CdkCell {
130
130
  }
131
- MatCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatCell, deps: null, target: i0.ɵɵFactoryTarget.Directive });
132
- MatCell.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatCell, selector: "mat-cell, td[mat-cell]", host: { attributes: { "role": "gridcell" }, classAttribute: "mat-cell" }, usesInheritance: true, ngImport: i0 });
133
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatCell, decorators: [{
131
+ MatCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatCell, deps: null, target: i0.ɵɵFactoryTarget.Directive });
132
+ MatCell.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: MatCell, selector: "mat-cell, td[mat-cell]", host: { attributes: { "role": "gridcell" }, classAttribute: "mat-cell" }, usesInheritance: true, ngImport: i0 });
133
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatCell, decorators: [{
134
134
  type: Directive,
135
135
  args: [{
136
136
  selector: 'mat-cell, td[mat-cell]',
@@ -15,9 +15,9 @@ import * as i1 from "@angular/cdk/table";
15
15
  */
16
16
  export class MatHeaderRowDef extends CdkHeaderRowDef {
17
17
  }
18
- MatHeaderRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatHeaderRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
19
- MatHeaderRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: { columns: ["matHeaderRowDef", "columns"], sticky: ["matHeaderRowDefSticky", "sticky"] }, providers: [{ provide: CdkHeaderRowDef, useExisting: MatHeaderRowDef }], usesInheritance: true, ngImport: i0 });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatHeaderRowDef, decorators: [{
18
+ MatHeaderRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatHeaderRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
19
+ MatHeaderRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: { columns: ["matHeaderRowDef", "columns"], sticky: ["matHeaderRowDefSticky", "sticky"] }, providers: [{ provide: CdkHeaderRowDef, useExisting: MatHeaderRowDef }], usesInheritance: true, ngImport: i0 });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatHeaderRowDef, decorators: [{
21
21
  type: Directive,
22
22
  args: [{
23
23
  selector: '[matHeaderRowDef]',
@@ -31,9 +31,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
31
31
  */
32
32
  export class MatFooterRowDef extends CdkFooterRowDef {
33
33
  }
34
- MatFooterRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatFooterRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
35
- MatFooterRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatFooterRowDef, selector: "[matFooterRowDef]", inputs: { columns: ["matFooterRowDef", "columns"], sticky: ["matFooterRowDefSticky", "sticky"] }, providers: [{ provide: CdkFooterRowDef, useExisting: MatFooterRowDef }], usesInheritance: true, ngImport: i0 });
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatFooterRowDef, decorators: [{
34
+ MatFooterRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatFooterRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
35
+ MatFooterRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: MatFooterRowDef, selector: "[matFooterRowDef]", inputs: { columns: ["matFooterRowDef", "columns"], sticky: ["matFooterRowDefSticky", "sticky"] }, providers: [{ provide: CdkFooterRowDef, useExisting: MatFooterRowDef }], usesInheritance: true, ngImport: i0 });
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatFooterRowDef, decorators: [{
37
37
  type: Directive,
38
38
  args: [{
39
39
  selector: '[matFooterRowDef]',
@@ -48,9 +48,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
48
48
  */
49
49
  export class MatRowDef extends CdkRowDef {
50
50
  }
51
- MatRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
52
- MatRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatRowDef, selector: "[matRowDef]", inputs: { columns: ["matRowDefColumns", "columns"], when: ["matRowDefWhen", "when"] }, providers: [{ provide: CdkRowDef, useExisting: MatRowDef }], usesInheritance: true, ngImport: i0 });
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatRowDef, decorators: [{
51
+ MatRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
52
+ MatRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: MatRowDef, selector: "[matRowDef]", inputs: { columns: ["matRowDefColumns", "columns"], when: ["matRowDefWhen", "when"] }, providers: [{ provide: CdkRowDef, useExisting: MatRowDef }], usesInheritance: true, ngImport: i0 });
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatRowDef, decorators: [{
54
54
  type: Directive,
55
55
  args: [{
56
56
  selector: '[matRowDef]',
@@ -61,9 +61,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
61
61
  /** Header template container that contains the cell outlet. Adds the right class and role. */
62
62
  export class MatHeaderRow extends CdkHeaderRow {
63
63
  }
64
- MatHeaderRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatHeaderRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
65
- MatHeaderRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", host: { attributes: { "role": "row" }, classAttribute: "mat-header-row" }, providers: [{ provide: CdkHeaderRow, useExisting: MatHeaderRow }], exportAs: ["matHeaderRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, directives: [{ type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatHeaderRow, decorators: [{
64
+ MatHeaderRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatHeaderRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
65
+ MatHeaderRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", host: { attributes: { "role": "row" }, classAttribute: "mat-header-row" }, providers: [{ provide: CdkHeaderRow, useExisting: MatHeaderRow }], exportAs: ["matHeaderRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, directives: [{ type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatHeaderRow, decorators: [{
67
67
  type: Component,
68
68
  args: [{
69
69
  selector: 'mat-header-row, tr[mat-header-row]',
@@ -83,9 +83,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
83
83
  /** Footer template container that contains the cell outlet. Adds the right class and role. */
84
84
  export class MatFooterRow extends CdkFooterRow {
85
85
  }
86
- MatFooterRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatFooterRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
87
- MatFooterRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MatFooterRow, selector: "mat-footer-row, tr[mat-footer-row]", host: { attributes: { "role": "row" }, classAttribute: "mat-footer-row" }, providers: [{ provide: CdkFooterRow, useExisting: MatFooterRow }], exportAs: ["matFooterRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, directives: [{ type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
88
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatFooterRow, decorators: [{
86
+ MatFooterRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatFooterRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
87
+ MatFooterRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: MatFooterRow, selector: "mat-footer-row, tr[mat-footer-row]", host: { attributes: { "role": "row" }, classAttribute: "mat-footer-row" }, providers: [{ provide: CdkFooterRow, useExisting: MatFooterRow }], exportAs: ["matFooterRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, directives: [{ type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
88
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatFooterRow, decorators: [{
89
89
  type: Component,
90
90
  args: [{
91
91
  selector: 'mat-footer-row, tr[mat-footer-row]',
@@ -105,9 +105,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
105
105
  /** Data row template container that contains the cell outlet. Adds the right class and role. */
106
106
  export class MatRow extends CdkRow {
107
107
  }
108
- MatRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
109
- MatRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MatRow, selector: "mat-row, tr[mat-row]", host: { attributes: { "role": "row" }, classAttribute: "mat-row" }, providers: [{ provide: CdkRow, useExisting: MatRow }], exportAs: ["matRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, directives: [{ type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
110
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatRow, decorators: [{
108
+ MatRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
109
+ MatRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: MatRow, selector: "mat-row, tr[mat-row]", host: { attributes: { "role": "row" }, classAttribute: "mat-row" }, providers: [{ provide: CdkRow, useExisting: MatRow }], exportAs: ["matRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, directives: [{ type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatRow, decorators: [{
111
111
  type: Component,
112
112
  args: [{
113
113
  selector: 'mat-row, tr[mat-row]',
@@ -131,9 +131,9 @@ export class MatNoDataRow extends CdkNoDataRow {
131
131
  this._contentClassName = 'mat-no-data-row';
132
132
  }
133
133
  }
134
- MatNoDataRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatNoDataRow, deps: null, target: i0.ɵɵFactoryTarget.Directive });
135
- MatNoDataRow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatNoDataRow, selector: "ng-template[matNoDataRow]", providers: [{ provide: CdkNoDataRow, useExisting: MatNoDataRow }], usesInheritance: true, ngImport: i0 });
136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatNoDataRow, decorators: [{
134
+ MatNoDataRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatNoDataRow, deps: null, target: i0.ɵɵFactoryTarget.Directive });
135
+ MatNoDataRow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: MatNoDataRow, selector: "ng-template[matNoDataRow]", providers: [{ provide: CdkNoDataRow, useExisting: MatNoDataRow }], usesInheritance: true, ngImport: i0 });
136
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatNoDataRow, decorators: [{
137
137
  type: Directive,
138
138
  args: [{
139
139
  selector: 'ng-template[matNoDataRow]',
@@ -38,8 +38,8 @@ const EXPORTED_DECLARATIONS = [
38
38
  ];
39
39
  export class MatTableModule {
40
40
  }
41
- MatTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
42
- MatTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatTableModule, declarations: [
41
+ MatTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
42
+ MatTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatTableModule, declarations: [
43
43
  // Table
44
44
  MatTable,
45
45
  MatRecycleRows,
@@ -82,8 +82,8 @@ MatTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
82
82
  MatFooterRow,
83
83
  MatNoDataRow,
84
84
  MatTextColumn] });
85
- MatTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatTableModule, imports: [[CdkTableModule, MatCommonModule], MatCommonModule] });
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatTableModule, decorators: [{
85
+ MatTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatTableModule, imports: [[CdkTableModule, MatCommonModule], MatCommonModule] });
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatTableModule, decorators: [{
87
87
  type: NgModule,
88
88
  args: [{
89
89
  imports: [CdkTableModule, MatCommonModule],
@@ -16,9 +16,9 @@ import * as i1 from "@angular/cdk/table";
16
16
  */
17
17
  export class MatRecycleRows {
18
18
  }
19
- MatRecycleRows.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatRecycleRows, deps: [], target: i0.ɵɵFactoryTarget.Directive });
20
- MatRecycleRows.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatRecycleRows, selector: "mat-table[recycleRows], table[mat-table][recycleRows]", providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatRecycleRows, decorators: [{
19
+ MatRecycleRows.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatRecycleRows, deps: [], target: i0.ɵɵFactoryTarget.Directive });
20
+ MatRecycleRows.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: MatRecycleRows, selector: "mat-table[recycleRows], table[mat-table][recycleRows]", providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatRecycleRows, decorators: [{
22
22
  type: Directive,
23
23
  args: [{
24
24
  selector: 'mat-table[recycleRows], table[mat-table][recycleRows]',
@@ -37,8 +37,8 @@ export class MatTable extends CdkTable {
37
37
  this.needsPositionStickyOnElement = false;
38
38
  }
39
39
  }
40
- MatTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatTable, deps: null, target: i0.ɵɵFactoryTarget.Component });
41
- MatTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MatTable, selector: "mat-table, table[mat-table]", host: { properties: { "class.mat-table-fixed-layout": "fixedLayout" }, classAttribute: "mat-table" }, providers: [
40
+ MatTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatTable, deps: null, target: i0.ɵɵFactoryTarget.Component });
41
+ MatTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: MatTable, selector: "mat-table, table[mat-table]", host: { properties: { "class.mat-table-fixed-layout": "fixedLayout" }, classAttribute: "mat-table" }, providers: [
42
42
  // TODO(michaeljamesparsons) Abstract the view repeater strategy to a directive API so this code
43
43
  // is only included in the build if used.
44
44
  { provide: _VIEW_REPEATER_STRATEGY, useClass: _DisposeViewRepeaterStrategy },
@@ -48,7 +48,7 @@ MatTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.
48
48
  // Prevent nested tables from seeing this table's StickyPositioningListener.
49
49
  { provide: STICKY_POSITIONING_LISTENER, useValue: null },
50
50
  ], exportAs: ["matTable"], usesInheritance: true, ngImport: i0, template: "\n <ng-content select=\"caption\"></ng-content>\n <ng-content select=\"colgroup, col\"></ng-content>\n <ng-container headerRowOutlet></ng-container>\n <ng-container rowOutlet></ng-container>\n <ng-container noDataRowOutlet></ng-container>\n <ng-container footerRowOutlet></ng-container>\n", isInline: true, styles: ["mat-table{display:block}mat-header-row{min-height:56px}mat-row,mat-footer-row{min-height:48px}mat-row,mat-header-row,mat-footer-row{display:flex;border-width:0;border-bottom-width:1px;border-style:solid;align-items:center;box-sizing:border-box}mat-cell:first-of-type,mat-header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] mat-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}mat-cell:last-of-type,mat-header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] mat-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}mat-cell,mat-header-cell,mat-footer-cell{flex:1;display:flex;align-items:center;overflow:hidden;word-wrap:break-word;min-height:inherit}table.mat-table{border-spacing:0}tr.mat-header-row{height:56px}tr.mat-row,tr.mat-footer-row{height:48px}th.mat-header-cell{text-align:left}[dir=rtl] th.mat-header-cell{text-align:right}th.mat-header-cell,td.mat-cell,td.mat-footer-cell{padding:0;border-bottom-width:1px;border-bottom-style:solid}th.mat-header-cell:first-of-type,td.mat-cell:first-of-type,td.mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] th.mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] td.mat-cell:first-of-type:not(:only-of-type),[dir=rtl] td.mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}th.mat-header-cell:last-of-type,td.mat-cell:last-of-type,td.mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] th.mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] td.mat-cell:last-of-type:not(:only-of-type),[dir=rtl] td.mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}.mat-table-sticky{position:-webkit-sticky !important;position:sticky !important}.mat-table-fixed-layout{table-layout:fixed}\n"], directives: [{ type: i1.HeaderRowOutlet, selector: "[headerRowOutlet]" }, { type: i1.DataRowOutlet, selector: "[rowOutlet]" }, { type: i1.NoDataRowOutlet, selector: "[noDataRowOutlet]" }, { type: i1.FooterRowOutlet, selector: "[footerRowOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatTable, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatTable, decorators: [{
52
52
  type: Component,
53
53
  args: [{ selector: 'mat-table, table[mat-table]', exportAs: 'matTable', template: CDK_TABLE_TEMPLATE, host: {
54
54
  'class': 'mat-table',
@@ -20,8 +20,8 @@ import * as i1 from "./cell";
20
20
  */
21
21
  export class MatTextColumn extends CdkTextColumn {
22
22
  }
23
- MatTextColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatTextColumn, deps: null, target: i0.ɵɵFactoryTarget.Component });
24
- MatTextColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MatTextColumn, selector: "mat-text-column", usesInheritance: true, ngImport: i0, template: `
23
+ MatTextColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatTextColumn, deps: null, target: i0.ɵɵFactoryTarget.Component });
24
+ MatTextColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: MatTextColumn, selector: "mat-text-column", usesInheritance: true, ngImport: i0, template: `
25
25
  <ng-container matColumnDef>
26
26
  <th mat-header-cell *matHeaderCellDef [style.text-align]="justify">
27
27
  {{headerText}}
@@ -31,7 +31,7 @@ MatTextColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
31
31
  </td>
32
32
  </ng-container>
33
33
  `, isInline: true, directives: [{ type: i1.MatColumnDef, selector: "[matColumnDef]", inputs: ["sticky", "matColumnDef"] }, { type: i1.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { type: i1.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { type: i1.MatCellDef, selector: "[matCellDef]" }, { type: i1.MatCell, selector: "mat-cell, td[mat-cell]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatTextColumn, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatTextColumn, decorators: [{
35
35
  type: Component,
36
36
  args: [{
37
37
  selector: 'mat-text-column',
@@ -7,6 +7,7 @@
7
7
  */
8
8
  import { Directive, ElementRef, Inject, InjectionToken, NgZone, Optional } from '@angular/core';
9
9
  import { ANIMATION_MODULE_TYPE } from '@angular/platform-browser/animations';
10
+ import { take } from 'rxjs/operators';
10
11
  import * as i0 from "@angular/core";
11
12
  /** Injection token for the MatInkBar's Positioner. */
12
13
  export const _MAT_INK_BAR_POSITIONER = new InjectionToken('MatInkBarPositioner', {
@@ -42,14 +43,12 @@ export class MatInkBar {
42
43
  */
43
44
  alignToElement(element) {
44
45
  this.show();
45
- if (typeof requestAnimationFrame !== 'undefined') {
46
- this._ngZone.runOutsideAngular(() => {
47
- requestAnimationFrame(() => this._setStyles(element));
48
- });
49
- }
50
- else {
51
- this._setStyles(element);
52
- }
46
+ this._ngZone.onStable.pipe(take(1)).subscribe(() => {
47
+ const positions = this._inkBarPositioner(element);
48
+ const inkBar = this._elementRef.nativeElement;
49
+ inkBar.style.left = positions.left;
50
+ inkBar.style.width = positions.width;
51
+ });
53
52
  }
54
53
  /** Shows the ink bar. */
55
54
  show() {
@@ -59,20 +58,10 @@ export class MatInkBar {
59
58
  hide() {
60
59
  this._elementRef.nativeElement.style.visibility = 'hidden';
61
60
  }
62
- /**
63
- * Sets the proper styles to the ink bar element.
64
- * @param element
65
- */
66
- _setStyles(element) {
67
- const positions = this._inkBarPositioner(element);
68
- const inkBar = this._elementRef.nativeElement;
69
- inkBar.style.left = positions.left;
70
- inkBar.style.width = positions.width;
71
- }
72
61
  }
73
- MatInkBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatInkBar, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: _MAT_INK_BAR_POSITIONER }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
74
- MatInkBar.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatInkBar, selector: "mat-ink-bar", host: { properties: { "class._mat-animation-noopable": "_animationMode === 'NoopAnimations'" }, classAttribute: "mat-ink-bar" }, ngImport: i0 });
75
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatInkBar, decorators: [{
62
+ MatInkBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatInkBar, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: _MAT_INK_BAR_POSITIONER }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
63
+ MatInkBar.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: MatInkBar, selector: "mat-ink-bar", host: { properties: { "class._mat-animation-noopable": "_animationMode === 'NoopAnimations'" }, classAttribute: "mat-ink-bar" }, ngImport: i0 });
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MatInkBar, decorators: [{
76
65
  type: Directive,
77
66
  args: [{
78
67
  selector: 'mat-ink-bar',
@@ -90,4 +79,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
90
79
  type: Inject,
91
80
  args: [ANIMATION_MODULE_TYPE]
92
81
  }] }]; } });
93
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5rLWJhci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC90YWJzL2luay1iYXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7OztHQU1HO0FBRUgsT0FBTyxFQUFDLFNBQVMsRUFBRSxVQUFVLEVBQUUsTUFBTSxFQUFFLGNBQWMsRUFBRSxNQUFNLEVBQUUsUUFBUSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQzlGLE9BQU8sRUFBQyxxQkFBcUIsRUFBQyxNQUFNLHNDQUFzQyxDQUFDOztBQVUzRSxzREFBc0Q7QUFDdEQsTUFBTSxDQUFDLE1BQU0sdUJBQXVCLEdBQUcsSUFBSSxjQUFjLENBQ3ZELHFCQUFxQixFQUNyQjtJQUNFLFVBQVUsRUFBRSxNQUFNO0lBQ2xCLE9BQU8sRUFBRSwrQkFBK0I7Q0FDekMsQ0FDRixDQUFDO0FBRUY7OztHQUdHO0FBQ0gsTUFBTSxVQUFVLCtCQUErQjtJQUM3QyxNQUFNLE1BQU0sR0FBRyxDQUFDLE9BQW9CLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFDeEMsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFDLENBQUMsQ0FBQyxPQUFPLENBQUMsVUFBVSxJQUFJLENBQUMsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsR0FBRztRQUN0RCxLQUFLLEVBQUUsT0FBTyxDQUFDLENBQUMsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxXQUFXLElBQUksQ0FBQyxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxHQUFHO0tBQ3pELENBQUMsQ0FBQztJQUVILE9BQU8sTUFBTSxDQUFDO0FBQ2hCLENBQUM7QUFFRDs7O0dBR0c7QUFRSCxNQUFNLE9BQU8sU0FBUztJQUNwQixZQUNVLFdBQW9DLEVBQ3BDLE9BQWUsRUFDa0IsaUJBQXVDLEVBQzlCLGNBQXVCO1FBSGpFLGdCQUFXLEdBQVgsV0FBVyxDQUF5QjtRQUNwQyxZQUFPLEdBQVAsT0FBTyxDQUFRO1FBQ2tCLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBc0I7UUFDOUIsbUJBQWMsR0FBZCxjQUFjLENBQVM7SUFDeEUsQ0FBQztJQUVKOzs7O09BSUc7SUFDSCxjQUFjLENBQUMsT0FBb0I7UUFDakMsSUFBSSxDQUFDLElBQUksRUFBRSxDQUFDO1FBRVosSUFBSSxPQUFPLHFCQUFxQixLQUFLLFdBQVcsRUFBRTtZQUNoRCxJQUFJLENBQUMsT0FBTyxDQUFDLGlCQUFpQixDQUFDLEdBQUcsRUFBRTtnQkFDbEMscUJBQXFCLENBQUMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDO1lBQ3hELENBQUMsQ0FBQyxDQUFDO1NBQ0o7YUFBTTtZQUNMLElBQUksQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDLENBQUM7U0FDMUI7SUFDSCxDQUFDO0lBRUQseUJBQXlCO0lBQ3pCLElBQUk7UUFDRixJQUFJLENBQUMsV0FBVyxDQUFDLGFBQWEsQ0FBQyxLQUFLLENBQUMsVUFBVSxHQUFHLFNBQVMsQ0FBQztJQUM5RCxDQUFDO0lBRUQseUJBQXlCO0lBQ3pCLElBQUk7UUFDRixJQUFJLENBQUMsV0FBVyxDQUFDLGFBQWEsQ0FBQyxLQUFLLENBQUMsVUFBVSxHQUFHLFFBQVEsQ0FBQztJQUM3RCxDQUFDO0lBRUQ7OztPQUdHO0lBQ0ssVUFBVSxDQUFDLE9BQW9CO1FBQ3JDLE1BQU0sU0FBUyxHQUFHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUNsRCxNQUFNLE1BQU0sR0FBZ0IsSUFBSSxDQUFDLFdBQVcsQ0FBQyxhQUFhLENBQUM7UUFFM0QsTUFBTSxDQUFDLEtBQUssQ0FBQyxJQUFJLEdBQUcsU0FBUyxDQUFDLElBQUksQ0FBQztRQUNuQyxNQUFNLENBQUMsS0FBSyxDQUFDLEtBQUssR0FBRyxTQUFTLENBQUMsS0FBSyxDQUFDO0lBQ3ZDLENBQUM7O3NHQTdDVSxTQUFTLGtFQUlWLHVCQUF1QixhQUNYLHFCQUFxQjswRkFMaEMsU0FBUzsyRkFBVCxTQUFTO2tCQVByQixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxhQUFhO29CQUN2QixJQUFJLEVBQUU7d0JBQ0osT0FBTyxFQUFFLGFBQWE7d0JBQ3RCLGlDQUFpQyxFQUFFLHFDQUFxQztxQkFDekU7aUJBQ0Y7OzBCQUtJLE1BQU07MkJBQUMsdUJBQXVCOzswQkFDOUIsUUFBUTs7MEJBQUksTUFBTTsyQkFBQyxxQkFBcUIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEBsaWNlbnNlXG4gKiBDb3B5cmlnaHQgR29vZ2xlIExMQyBBbGwgUmlnaHRzIFJlc2VydmVkLlxuICpcbiAqIFVzZSBvZiB0aGlzIHNvdXJjZSBjb2RlIGlzIGdvdmVybmVkIGJ5IGFuIE1JVC1zdHlsZSBsaWNlbnNlIHRoYXQgY2FuIGJlXG4gKiBmb3VuZCBpbiB0aGUgTElDRU5TRSBmaWxlIGF0IGh0dHBzOi8vYW5ndWxhci5pby9saWNlbnNlXG4gKi9cblxuaW1wb3J0IHtEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIEluamVjdCwgSW5qZWN0aW9uVG9rZW4sIE5nWm9uZSwgT3B0aW9uYWx9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtBTklNQVRJT05fTU9EVUxFX1RZUEV9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXIvYW5pbWF0aW9ucyc7XG5cbi8qKlxuICogSW50ZXJmYWNlIGZvciBhIGEgTWF0SW5rQmFyIHBvc2l0aW9uZXIgbWV0aG9kLCBkZWZpbmluZyB0aGUgcG9zaXRpb25pbmcgYW5kIHdpZHRoIG9mIHRoZSBpbmtcbiAqIGJhciBpbiBhIHNldCBvZiB0YWJzLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIF9NYXRJbmtCYXJQb3NpdGlvbmVyIHtcbiAgKGVsZW1lbnQ6IEhUTUxFbGVtZW50KToge2xlZnQ6IHN0cmluZzsgd2lkdGg6IHN0cmluZ307XG59XG5cbi8qKiBJbmplY3Rpb24gdG9rZW4gZm9yIHRoZSBNYXRJbmtCYXIncyBQb3NpdGlvbmVyLiAqL1xuZXhwb3J0IGNvbnN0IF9NQVRfSU5LX0JBUl9QT1NJVElPTkVSID0gbmV3IEluamVjdGlvblRva2VuPF9NYXRJbmtCYXJQb3NpdGlvbmVyPihcbiAgJ01hdElua0JhclBvc2l0aW9uZXInLFxuICB7XG4gICAgcHJvdmlkZWRJbjogJ3Jvb3QnLFxuICAgIGZhY3Rvcnk6IF9NQVRfSU5LX0JBUl9QT1NJVElPTkVSX0ZBQ1RPUlksXG4gIH0sXG4pO1xuXG4vKipcbiAqIFRoZSBkZWZhdWx0IHBvc2l0aW9uZXIgZnVuY3Rpb24gZm9yIHRoZSBNYXRJbmtCYXIuXG4gKiBAZG9jcy1wcml2YXRlXG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBfTUFUX0lOS19CQVJfUE9TSVRJT05FUl9GQUNUT1JZKCk6IF9NYXRJbmtCYXJQb3NpdGlvbmVyIHtcbiAgY29uc3QgbWV0aG9kID0gKGVsZW1lbnQ6IEhUTUxFbGVtZW50KSA9PiAoe1xuICAgIGxlZnQ6IGVsZW1lbnQgPyAoZWxlbWVudC5vZmZzZXRMZWZ0IHx8IDApICsgJ3B4JyA6ICcwJyxcbiAgICB3aWR0aDogZWxlbWVudCA/IChlbGVtZW50Lm9mZnNldFdpZHRoIHx8IDApICsgJ3B4JyA6ICcwJyxcbiAgfSk7XG5cbiAgcmV0dXJuIG1ldGhvZDtcbn1cblxuLyoqXG4gKiBUaGUgaW5rLWJhciBpcyB1c2VkIHRvIGRpc3BsYXkgYW5kIGFuaW1hdGUgdGhlIGxpbmUgdW5kZXJuZWF0aCB0aGUgY3VycmVudCBhY3RpdmUgdGFiIGxhYmVsLlxuICogQGRvY3MtcHJpdmF0ZVxuICovXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdtYXQtaW5rLWJhcicsXG4gIGhvc3Q6IHtcbiAgICAnY2xhc3MnOiAnbWF0LWluay1iYXInLFxuICAgICdbY2xhc3MuX21hdC1hbmltYXRpb24tbm9vcGFibGVdJzogYF9hbmltYXRpb25Nb2RlID09PSAnTm9vcEFuaW1hdGlvbnMnYCxcbiAgfSxcbn0pXG5leHBvcnQgY2xhc3MgTWF0SW5rQmFyIHtcbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBfZWxlbWVudFJlZjogRWxlbWVudFJlZjxIVE1MRWxlbWVudD4sXG4gICAgcHJpdmF0ZSBfbmdab25lOiBOZ1pvbmUsXG4gICAgQEluamVjdChfTUFUX0lOS19CQVJfUE9TSVRJT05FUikgcHJpdmF0ZSBfaW5rQmFyUG9zaXRpb25lcjogX01hdElua0JhclBvc2l0aW9uZXIsXG4gICAgQE9wdGlvbmFsKCkgQEluamVjdChBTklNQVRJT05fTU9EVUxFX1RZUEUpIHB1YmxpYyBfYW5pbWF0aW9uTW9kZT86IHN0cmluZyxcbiAgKSB7fVxuXG4gIC8qKlxuICAgKiBDYWxjdWxhdGVzIHRoZSBzdHlsZXMgZnJvbSB0aGUgcHJvdmlkZWQgZWxlbWVudCBpbiBvcmRlciB0byBhbGlnbiB0aGUgaW5rLWJhciB0byB0aGF0IGVsZW1lbnQuXG4gICAqIFNob3dzIHRoZSBpbmsgYmFyIGlmIHByZXZpb3VzbHkgc2V0IGFzIGhpZGRlbi5cbiAgICogQHBhcmFtIGVsZW1lbnRcbiAgICovXG4gIGFsaWduVG9FbGVtZW50KGVsZW1lbnQ6IEhUTUxFbGVtZW50KSB7XG4gICAgdGhpcy5zaG93KCk7XG5cbiAgICBpZiAodHlwZW9mIHJlcXVlc3RBbmltYXRpb25GcmFtZSAhPT0gJ3VuZGVmaW5lZCcpIHtcbiAgICAgIHRoaXMuX25nWm9uZS5ydW5PdXRzaWRlQW5ndWxhcigoKSA9PiB7XG4gICAgICAgIHJlcXVlc3RBbmltYXRpb25GcmFtZSgoKSA9PiB0aGlzLl9zZXRTdHlsZXMoZWxlbWVudCkpO1xuICAgICAgfSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuX3NldFN0eWxlcyhlbGVtZW50KTtcbiAgICB9XG4gIH1cblxuICAvKiogU2hvd3MgdGhlIGluayBiYXIuICovXG4gIHNob3coKTogdm9pZCB7XG4gICAgdGhpcy5fZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LnN0eWxlLnZpc2liaWxpdHkgPSAndmlzaWJsZSc7XG4gIH1cblxuICAvKiogSGlkZXMgdGhlIGluayBiYXIuICovXG4gIGhpZGUoKTogdm9pZCB7XG4gICAgdGhpcy5fZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LnN0eWxlLnZpc2liaWxpdHkgPSAnaGlkZGVuJztcbiAgfVxuXG4gIC8qKlxuICAgKiBTZXRzIHRoZSBwcm9wZXIgc3R5bGVzIHRvIHRoZSBpbmsgYmFyIGVsZW1lbnQuXG4gICAqIEBwYXJhbSBlbGVtZW50XG4gICAqL1xuICBwcml2YXRlIF9zZXRTdHlsZXMoZWxlbWVudDogSFRNTEVsZW1lbnQpIHtcbiAgICBjb25zdCBwb3NpdGlvbnMgPSB0aGlzLl9pbmtCYXJQb3NpdGlvbmVyKGVsZW1lbnQpO1xuICAgIGNvbnN0IGlua0JhcjogSFRNTEVsZW1lbnQgPSB0aGlzLl9lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQ7XG5cbiAgICBpbmtCYXIuc3R5bGUubGVmdCA9IHBvc2l0aW9ucy5sZWZ0O1xuICAgIGlua0Jhci5zdHlsZS53aWR0aCA9IHBvc2l0aW9ucy53aWR0aDtcbiAgfVxufVxuIl19
82
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5rLWJhci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC90YWJzL2luay1iYXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7OztHQU1HO0FBRUgsT0FBTyxFQUFDLFNBQVMsRUFBRSxVQUFVLEVBQUUsTUFBTSxFQUFFLGNBQWMsRUFBRSxNQUFNLEVBQUUsUUFBUSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQzlGLE9BQU8sRUFBQyxxQkFBcUIsRUFBQyxNQUFNLHNDQUFzQyxDQUFDO0FBQzNFLE9BQU8sRUFBQyxJQUFJLEVBQUMsTUFBTSxnQkFBZ0IsQ0FBQzs7QUFVcEMsc0RBQXNEO0FBQ3RELE1BQU0sQ0FBQyxNQUFNLHVCQUF1QixHQUFHLElBQUksY0FBYyxDQUN2RCxxQkFBcUIsRUFDckI7SUFDRSxVQUFVLEVBQUUsTUFBTTtJQUNsQixPQUFPLEVBQUUsK0JBQStCO0NBQ3pDLENBQ0YsQ0FBQztBQUVGOzs7R0FHRztBQUNILE1BQU0sVUFBVSwrQkFBK0I7SUFDN0MsTUFBTSxNQUFNLEdBQUcsQ0FBQyxPQUFvQixFQUFFLEVBQUUsQ0FBQyxDQUFDO1FBQ3hDLElBQUksRUFBRSxPQUFPLENBQUMsQ0FBQyxDQUFDLENBQUMsT0FBTyxDQUFDLFVBQVUsSUFBSSxDQUFDLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLEdBQUc7UUFDdEQsS0FBSyxFQUFFLE9BQU8sQ0FBQyxDQUFDLENBQUMsQ0FBQyxPQUFPLENBQUMsV0FBVyxJQUFJLENBQUMsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsR0FBRztLQUN6RCxDQUFDLENBQUM7SUFFSCxPQUFPLE1BQU0sQ0FBQztBQUNoQixDQUFDO0FBRUQ7OztHQUdHO0FBUUgsTUFBTSxPQUFPLFNBQVM7SUFDcEIsWUFDVSxXQUFvQyxFQUNwQyxPQUFlLEVBQ2tCLGlCQUF1QyxFQUM5QixjQUF1QjtRQUhqRSxnQkFBVyxHQUFYLFdBQVcsQ0FBeUI7UUFDcEMsWUFBTyxHQUFQLE9BQU8sQ0FBUTtRQUNrQixzQkFBaUIsR0FBakIsaUJBQWlCLENBQXNCO1FBQzlCLG1CQUFjLEdBQWQsY0FBYyxDQUFTO0lBQ3hFLENBQUM7SUFFSjs7OztPQUlHO0lBQ0gsY0FBYyxDQUFDLE9BQW9CO1FBQ2pDLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUNaLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsR0FBRyxFQUFFO1lBQ2pELE1BQU0sU0FBUyxHQUFHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxPQUFPLENBQUMsQ0FBQztZQUNsRCxNQUFNLE1BQU0sR0FBZ0IsSUFBSSxDQUFDLFdBQVcsQ0FBQyxhQUFhLENBQUM7WUFDM0QsTUFBTSxDQUFDLEtBQUssQ0FBQyxJQUFJLEdBQUcsU0FBUyxDQUFDLElBQUksQ0FBQztZQUNuQyxNQUFNLENBQUMsS0FBSyxDQUFDLEtBQUssR0FBRyxTQUFTLENBQUMsS0FBSyxDQUFDO1FBQ3ZDLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVELHlCQUF5QjtJQUN6QixJQUFJO1FBQ0YsSUFBSSxDQUFDLFdBQVcsQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDLFVBQVUsR0FBRyxTQUFTLENBQUM7SUFDOUQsQ0FBQztJQUVELHlCQUF5QjtJQUN6QixJQUFJO1FBQ0YsSUFBSSxDQUFDLFdBQVcsQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDLFVBQVUsR0FBRyxRQUFRLENBQUM7SUFDN0QsQ0FBQzs7c0dBL0JVLFNBQVMsa0VBSVYsdUJBQXVCLGFBQ1gscUJBQXFCOzBGQUxoQyxTQUFTOzJGQUFULFNBQVM7a0JBUHJCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGFBQWE7b0JBQ3ZCLElBQUksRUFBRTt3QkFDSixPQUFPLEVBQUUsYUFBYTt3QkFDdEIsaUNBQWlDLEVBQUUscUNBQXFDO3FCQUN6RTtpQkFDRjs7MEJBS0ksTUFBTTsyQkFBQyx1QkFBdUI7OzBCQUM5QixRQUFROzswQkFBSSxNQUFNOzJCQUFDLHFCQUFxQiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge0RpcmVjdGl2ZSwgRWxlbWVudFJlZiwgSW5qZWN0LCBJbmplY3Rpb25Ub2tlbiwgTmdab25lLCBPcHRpb25hbH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge0FOSU1BVElPTl9NT0RVTEVfVFlQRX0gZnJvbSAnQGFuZ3VsYXIvcGxhdGZvcm0tYnJvd3Nlci9hbmltYXRpb25zJztcbmltcG9ydCB7dGFrZX0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xuXG4vKipcbiAqIEludGVyZmFjZSBmb3IgYSBhIE1hdElua0JhciBwb3NpdGlvbmVyIG1ldGhvZCwgZGVmaW5pbmcgdGhlIHBvc2l0aW9uaW5nIGFuZCB3aWR0aCBvZiB0aGUgaW5rXG4gKiBiYXIgaW4gYSBzZXQgb2YgdGFicy5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBfTWF0SW5rQmFyUG9zaXRpb25lciB7XG4gIChlbGVtZW50OiBIVE1MRWxlbWVudCk6IHtsZWZ0OiBzdHJpbmc7IHdpZHRoOiBzdHJpbmd9O1xufVxuXG4vKiogSW5qZWN0aW9uIHRva2VuIGZvciB0aGUgTWF0SW5rQmFyJ3MgUG9zaXRpb25lci4gKi9cbmV4cG9ydCBjb25zdCBfTUFUX0lOS19CQVJfUE9TSVRJT05FUiA9IG5ldyBJbmplY3Rpb25Ub2tlbjxfTWF0SW5rQmFyUG9zaXRpb25lcj4oXG4gICdNYXRJbmtCYXJQb3NpdGlvbmVyJyxcbiAge1xuICAgIHByb3ZpZGVkSW46ICdyb290JyxcbiAgICBmYWN0b3J5OiBfTUFUX0lOS19CQVJfUE9TSVRJT05FUl9GQUNUT1JZLFxuICB9LFxuKTtcblxuLyoqXG4gKiBUaGUgZGVmYXVsdCBwb3NpdGlvbmVyIGZ1bmN0aW9uIGZvciB0aGUgTWF0SW5rQmFyLlxuICogQGRvY3MtcHJpdmF0ZVxuICovXG5leHBvcnQgZnVuY3Rpb24gX01BVF9JTktfQkFSX1BPU0lUSU9ORVJfRkFDVE9SWSgpOiBfTWF0SW5rQmFyUG9zaXRpb25lciB7XG4gIGNvbnN0IG1ldGhvZCA9IChlbGVtZW50OiBIVE1MRWxlbWVudCkgPT4gKHtcbiAgICBsZWZ0OiBlbGVtZW50ID8gKGVsZW1lbnQub2Zmc2V0TGVmdCB8fCAwKSArICdweCcgOiAnMCcsXG4gICAgd2lkdGg6IGVsZW1lbnQgPyAoZWxlbWVudC5vZmZzZXRXaWR0aCB8fCAwKSArICdweCcgOiAnMCcsXG4gIH0pO1xuXG4gIHJldHVybiBtZXRob2Q7XG59XG5cbi8qKlxuICogVGhlIGluay1iYXIgaXMgdXNlZCB0byBkaXNwbGF5IGFuZCBhbmltYXRlIHRoZSBsaW5lIHVuZGVybmVhdGggdGhlIGN1cnJlbnQgYWN0aXZlIHRhYiBsYWJlbC5cbiAqIEBkb2NzLXByaXZhdGVcbiAqL1xuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnbWF0LWluay1iYXInLFxuICBob3N0OiB7XG4gICAgJ2NsYXNzJzogJ21hdC1pbmstYmFyJyxcbiAgICAnW2NsYXNzLl9tYXQtYW5pbWF0aW9uLW5vb3BhYmxlXSc6IGBfYW5pbWF0aW9uTW9kZSA9PT0gJ05vb3BBbmltYXRpb25zJ2AsXG4gIH0sXG59KVxuZXhwb3J0IGNsYXNzIE1hdElua0JhciB7XG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgX2VsZW1lbnRSZWY6IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+LFxuICAgIHByaXZhdGUgX25nWm9uZTogTmdab25lLFxuICAgIEBJbmplY3QoX01BVF9JTktfQkFSX1BPU0lUSU9ORVIpIHByaXZhdGUgX2lua0JhclBvc2l0aW9uZXI6IF9NYXRJbmtCYXJQb3NpdGlvbmVyLFxuICAgIEBPcHRpb25hbCgpIEBJbmplY3QoQU5JTUFUSU9OX01PRFVMRV9UWVBFKSBwdWJsaWMgX2FuaW1hdGlvbk1vZGU/OiBzdHJpbmcsXG4gICkge31cblxuICAvKipcbiAgICogQ2FsY3VsYXRlcyB0aGUgc3R5bGVzIGZyb20gdGhlIHByb3ZpZGVkIGVsZW1lbnQgaW4gb3JkZXIgdG8gYWxpZ24gdGhlIGluay1iYXIgdG8gdGhhdCBlbGVtZW50LlxuICAgKiBTaG93cyB0aGUgaW5rIGJhciBpZiBwcmV2aW91c2x5IHNldCBhcyBoaWRkZW4uXG4gICAqIEBwYXJhbSBlbGVtZW50XG4gICAqL1xuICBhbGlnblRvRWxlbWVudChlbGVtZW50OiBIVE1MRWxlbWVudCkge1xuICAgIHRoaXMuc2hvdygpO1xuICAgIHRoaXMuX25nWm9uZS5vblN0YWJsZS5waXBlKHRha2UoMSkpLnN1YnNjcmliZSgoKSA9PiB7XG4gICAgICBjb25zdCBwb3NpdGlvbnMgPSB0aGlzLl9pbmtCYXJQb3NpdGlvbmVyKGVsZW1lbnQpO1xuICAgICAgY29uc3QgaW5rQmFyOiBIVE1MRWxlbWVudCA9IHRoaXMuX2VsZW1lbnRSZWYubmF0aXZlRWxlbWVudDtcbiAgICAgIGlua0Jhci5zdHlsZS5sZWZ0ID0gcG9zaXRpb25zLmxlZnQ7XG4gICAgICBpbmtCYXIuc3R5bGUud2lkdGggPSBwb3NpdGlvbnMud2lkdGg7XG4gICAgfSk7XG4gIH1cblxuICAvKiogU2hvd3MgdGhlIGluayBiYXIuICovXG4gIHNob3coKTogdm9pZCB7XG4gICAgdGhpcy5fZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LnN0eWxlLnZpc2liaWxpdHkgPSAndmlzaWJsZSc7XG4gIH1cblxuICAvKiogSGlkZXMgdGhlIGluayBiYXIuICovXG4gIGhpZGUoKTogdm9pZCB7XG4gICAgdGhpcy5fZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LnN0eWxlLnZpc2liaWxpdHkgPSAnaGlkZGVuJztcbiAgfVxufVxuIl19