@aurelia-mdc-web/all 9.2.3-au2 → 9.3.1-au2

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 (742) hide show
  1. package/dist/banner/mdc-banner.html +21 -0
  2. package/dist/banner/mdc-banner.js +151 -0
  3. package/dist/banner/mdc-banner.js.map +1 -0
  4. package/dist/base/attributes/mdc-focus-trap.js +68 -0
  5. package/dist/base/attributes/mdc-focus-trap.js.map +1 -0
  6. package/dist/base/elements/i-validated-element.js +2 -0
  7. package/dist/base/elements/i-validated-element.js.map +1 -0
  8. package/dist/base/elements/mdc-promisify-reference.js +45 -0
  9. package/dist/base/elements/mdc-promisify-reference.js.map +1 -0
  10. package/dist/base/index.js +20 -0
  11. package/dist/base/index.js.map +1 -0
  12. package/dist/base/interceptors.js +22 -0
  13. package/dist/base/interceptors.js.map +1 -0
  14. package/dist/base/material-palette.js +23 -0
  15. package/dist/base/material-palette.js.map +1 -0
  16. package/dist/base/mdc-component.js +57 -0
  17. package/dist/base/mdc-component.js.map +1 -0
  18. package/dist/base/next-element.js +35 -0
  19. package/dist/base/next-element.js.map +1 -0
  20. package/dist/button/enhance-mdc-button.js +24 -0
  21. package/dist/button/enhance-mdc-button.js.map +1 -0
  22. package/dist/button/mdc-button-label.js +32 -0
  23. package/dist/button/mdc-button-label.js.map +1 -0
  24. package/dist/button/mdc-button.html +12 -0
  25. package/dist/button/mdc-button.js +99 -0
  26. package/dist/button/mdc-button.js.map +1 -0
  27. package/dist/card/mdc-card-action-buttons.js +36 -0
  28. package/dist/card/mdc-card-action-buttons.js.map +1 -0
  29. package/dist/card/mdc-card-action-icons.js +36 -0
  30. package/dist/card/mdc-card-action-icons.js.map +1 -0
  31. package/dist/card/mdc-card-actions/mdc-card-actions.html +3 -0
  32. package/dist/card/mdc-card-actions/mdc-card-actions.js +38 -0
  33. package/dist/card/mdc-card-actions/mdc-card-actions.js.map +1 -0
  34. package/dist/card/mdc-card-media/mdc-card-media.html +5 -0
  35. package/dist/card/mdc-card-media/mdc-card-media.js +47 -0
  36. package/dist/card/mdc-card-media/mdc-card-media.js.map +1 -0
  37. package/dist/card/mdc-card-primary-action.html +5 -0
  38. package/dist/card/mdc-card-primary-action.js +38 -0
  39. package/dist/card/mdc-card-primary-action.js.map +1 -0
  40. package/dist/card/mdc-card.html +3 -0
  41. package/dist/card/mdc-card.js +38 -0
  42. package/dist/card/mdc-card.js.map +1 -0
  43. package/dist/checkbox/mdc-checkbox.html +12 -0
  44. package/dist/checkbox/mdc-checkbox.js +219 -0
  45. package/dist/checkbox/mdc-checkbox.js.map +1 -0
  46. package/dist/chips/mdc-chip/mdc-chip.html +24 -0
  47. package/dist/chips/mdc-chip/mdc-chip.js +274 -0
  48. package/dist/chips/mdc-chip/mdc-chip.js.map +1 -0
  49. package/dist/chips/mdc-chip-action/enhance-mdc-chip-action.js +24 -0
  50. package/dist/chips/mdc-chip-action/enhance-mdc-chip-action.js.map +1 -0
  51. package/dist/chips/mdc-chip-action/mdc-chip-action.html +25 -0
  52. package/dist/chips/mdc-chip-action/mdc-chip-action.js +149 -0
  53. package/dist/chips/mdc-chip-action/mdc-chip-action.js.map +1 -0
  54. package/dist/chips/mdc-chip-set/mdc-chip-set.html +10 -0
  55. package/dist/chips/mdc-chip-set/mdc-chip-set.js +139 -0
  56. package/dist/chips/mdc-chip-set/mdc-chip-set.js.map +1 -0
  57. package/dist/circular-progress/mdc-circular-progress.html +38 -0
  58. package/dist/circular-progress/mdc-circular-progress.js +107 -0
  59. package/dist/circular-progress/mdc-circular-progress.js.map +1 -0
  60. package/dist/data-table/mdc-data-table-row.js +41 -0
  61. package/dist/data-table/mdc-data-table-row.js.map +1 -0
  62. package/dist/data-table/mdc-data-table.html +49 -0
  63. package/dist/data-table/mdc-data-table.js +427 -0
  64. package/dist/data-table/mdc-data-table.js.map +1 -0
  65. package/dist/dialog/mdc-dialog-actions.js +44 -0
  66. package/dist/dialog/mdc-dialog-actions.js.map +1 -0
  67. package/dist/dialog/mdc-dialog-content.js +29 -0
  68. package/dist/dialog/mdc-dialog-content.js.map +1 -0
  69. package/dist/dialog/mdc-dialog-service.js +62 -0
  70. package/dist/dialog/mdc-dialog-service.js.map +1 -0
  71. package/dist/dialog/mdc-dialog-title.js +25 -0
  72. package/dist/dialog/mdc-dialog-title.js.map +1 -0
  73. package/dist/dialog/mdc-dialog.html +14 -0
  74. package/dist/dialog/mdc-dialog.js +225 -0
  75. package/dist/dialog/mdc-dialog.js.map +1 -0
  76. package/dist/drawer/mdc-drawer-app-content.js +28 -0
  77. package/dist/drawer/mdc-drawer-app-content.js.map +1 -0
  78. package/dist/drawer/mdc-drawer-content.js +28 -0
  79. package/dist/drawer/mdc-drawer-content.js.map +1 -0
  80. package/dist/drawer/mdc-drawer-header/mdc-drawer-header.html +5 -0
  81. package/dist/drawer/mdc-drawer-header/mdc-drawer-header.js +43 -0
  82. package/dist/drawer/mdc-drawer-header/mdc-drawer-header.js.map +1 -0
  83. package/dist/drawer/mdc-drawer.html +6 -0
  84. package/dist/drawer/mdc-drawer.js +131 -0
  85. package/dist/drawer/mdc-drawer.js.map +1 -0
  86. package/dist/elevation/mdc-elevation.js +40 -0
  87. package/dist/elevation/mdc-elevation.js.map +1 -0
  88. package/dist/expandable/mdc-expandable.html +28 -0
  89. package/dist/expandable/mdc-expandable.js +109 -0
  90. package/dist/expandable/mdc-expandable.js.map +1 -0
  91. package/dist/fab/enhance-mdc-fab.js +24 -0
  92. package/dist/fab/enhance-mdc-fab.js.map +1 -0
  93. package/dist/fab/mdc-fab-icon.js +32 -0
  94. package/dist/fab/mdc-fab-icon.js.map +1 -0
  95. package/dist/fab/mdc-fab.html +13 -0
  96. package/dist/fab/mdc-fab.js +90 -0
  97. package/dist/fab/mdc-fab.js.map +1 -0
  98. package/dist/floating-label/mdc-floating-label.html +1 -0
  99. package/dist/floating-label/mdc-floating-label.js +56 -0
  100. package/dist/floating-label/mdc-floating-label.js.map +1 -0
  101. package/dist/form-field/mdc-form-field.html +6 -0
  102. package/dist/form-field/mdc-form-field.js +82 -0
  103. package/dist/form-field/mdc-form-field.js.map +1 -0
  104. package/dist/icon/mdc-icon.html +3 -0
  105. package/dist/icon/mdc-icon.js +29 -0
  106. package/dist/icon/mdc-icon.js.map +1 -0
  107. package/dist/icon-button/enhance-mdc-icon-button.js +24 -0
  108. package/dist/icon-button/enhance-mdc-icon-button.js.map +1 -0
  109. package/dist/icon-button/mdc-icon-button-icon/mdc-icon-button-icon.html +4 -0
  110. package/dist/icon-button/mdc-icon-button-icon/mdc-icon-button-icon.js +44 -0
  111. package/dist/icon-button/mdc-icon-button-icon/mdc-icon-button-icon.js.map +1 -0
  112. package/dist/icon-button/mdc-icon-button.html +11 -0
  113. package/dist/icon-button/mdc-icon-button.js +99 -0
  114. package/dist/icon-button/mdc-icon-button.js.map +1 -0
  115. package/dist/image-list/mdc-image-list-item/mdc-image-list-item.html +9 -0
  116. package/dist/image-list/mdc-image-list-item/mdc-image-list-item.js +58 -0
  117. package/dist/image-list/mdc-image-list-item/mdc-image-list-item.js.map +1 -0
  118. package/dist/image-list/mdc-image-list.html +7 -0
  119. package/dist/image-list/mdc-image-list.js +91 -0
  120. package/dist/image-list/mdc-image-list.js.map +1 -0
  121. package/dist/index.js +162 -44
  122. package/dist/index.js.map +1 -1
  123. package/dist/layout-grid/mdc-layout-grid-cell/mdc-layout-grid-cell.html +12 -0
  124. package/dist/layout-grid/mdc-layout-grid-cell/mdc-layout-grid-cell.js +92 -0
  125. package/dist/layout-grid/mdc-layout-grid-cell/mdc-layout-grid-cell.js.map +1 -0
  126. package/dist/layout-grid/mdc-layout-grid-inner.js +25 -0
  127. package/dist/layout-grid/mdc-layout-grid-inner.js.map +1 -0
  128. package/dist/layout-grid/mdc-layout-grid.html +8 -0
  129. package/dist/layout-grid/mdc-layout-grid.js +106 -0
  130. package/dist/layout-grid/mdc-layout-grid.js.map +1 -0
  131. package/dist/line-ripple/mdc-line-ripple.js +54 -0
  132. package/dist/line-ripple/mdc-line-ripple.js.map +1 -0
  133. package/dist/linear-progress/mdc-linear-progress.html +12 -0
  134. package/dist/linear-progress/mdc-linear-progress.js +128 -0
  135. package/dist/linear-progress/mdc-linear-progress.js.map +1 -0
  136. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-divider/mdc-deprecated-list-divider.html +4 -0
  137. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-divider/mdc-deprecated-list-divider.js +44 -0
  138. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-divider/mdc-deprecated-list-divider.js.map +1 -0
  139. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-group.js +65 -0
  140. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-group.js.map +1 -0
  141. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item/enhance-mdc-deprecated-list-item.js +24 -0
  142. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item/enhance-mdc-deprecated-list-item.js.map +1 -0
  143. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item-graphic.js +32 -0
  144. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item-graphic.js.map +1 -0
  145. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item-meta.js +32 -0
  146. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item-meta.js.map +1 -0
  147. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item.html +8 -0
  148. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item.js +109 -0
  149. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item.js.map +1 -0
  150. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item-primary-text.js +28 -0
  151. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item-primary-text.js.map +1 -0
  152. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item-secondary-text.js +28 -0
  153. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item-secondary-text.js.map +1 -0
  154. package/dist/list/mdc-deprecated-list/mdc-deprecated-list.html +15 -0
  155. package/dist/list/mdc-deprecated-list/mdc-deprecated-list.js +358 -0
  156. package/dist/list/mdc-deprecated-list/mdc-deprecated-list.js.map +1 -0
  157. package/dist/list/mdc-list-divider/mdc-list-divider.html +7 -0
  158. package/dist/list/mdc-list-divider/mdc-list-divider.js +51 -0
  159. package/dist/list/mdc-list-divider/mdc-list-divider.js.map +1 -0
  160. package/dist/list/mdc-list-group.js +65 -0
  161. package/dist/list/mdc-list-group.js.map +1 -0
  162. package/dist/list/mdc-list-item/enhance-mdc-list-item.js +24 -0
  163. package/dist/list/mdc-list-item/enhance-mdc-list-item.js.map +1 -0
  164. package/dist/list/mdc-list-item/mdc-list-item-leading.js +54 -0
  165. package/dist/list/mdc-list-item/mdc-list-item-leading.js.map +1 -0
  166. package/dist/list/mdc-list-item/mdc-list-item-trailing.js +56 -0
  167. package/dist/list/mdc-list-item/mdc-list-item-trailing.js.map +1 -0
  168. package/dist/list/mdc-list-item/mdc-list-item.html +13 -0
  169. package/dist/list/mdc-list-item/mdc-list-item.js +152 -0
  170. package/dist/list/mdc-list-item/mdc-list-item.js.map +1 -0
  171. package/dist/list/mdc-list-item-overline-text.js +25 -0
  172. package/dist/list/mdc-list-item-overline-text.js.map +1 -0
  173. package/dist/list/mdc-list-item-primary-text.js +28 -0
  174. package/dist/list/mdc-list-item-primary-text.js.map +1 -0
  175. package/dist/list/mdc-list-item-secondary-text.js +28 -0
  176. package/dist/list/mdc-list-item-secondary-text.js.map +1 -0
  177. package/dist/list/mdc-list.html +5 -0
  178. package/dist/list/mdc-list.js +302 -0
  179. package/dist/list/mdc-list.js.map +1 -0
  180. package/dist/lookup/discardable-promise.js +25 -0
  181. package/dist/lookup/discardable-promise.js.map +1 -0
  182. package/dist/lookup/mdc-lookup-configuration.js +10 -0
  183. package/dist/lookup/mdc-lookup-configuration.js.map +1 -0
  184. package/dist/lookup/mdc-lookup.html +27 -0
  185. package/dist/lookup/mdc-lookup.js +462 -0
  186. package/dist/lookup/mdc-lookup.js.map +1 -0
  187. package/dist/mdc-configuration.js +11 -0
  188. package/dist/mdc-configuration.js.map +1 -0
  189. package/dist/menu/mdc-menu-selection-group-icon.js +28 -0
  190. package/dist/menu/mdc-menu-selection-group-icon.js.map +1 -0
  191. package/dist/menu/mdc-menu-selection-group.js +21 -0
  192. package/dist/menu/mdc-menu-selection-group.js.map +1 -0
  193. package/dist/menu/mdc-menu.html +6 -0
  194. package/dist/menu/mdc-menu.js +362 -0
  195. package/dist/menu/mdc-menu.js.map +1 -0
  196. package/dist/menu-surface/mdc-menu-surface-anchor.js +29 -0
  197. package/dist/menu-surface/mdc-menu-surface-anchor.js.map +1 -0
  198. package/dist/menu-surface/mdc-menu-surface.js +317 -0
  199. package/dist/menu-surface/mdc-menu-surface.js.map +1 -0
  200. package/dist/notched-outline/mdc-notched-outline.html +7 -0
  201. package/dist/notched-outline/mdc-notched-outline.js +78 -0
  202. package/dist/notched-outline/mdc-notched-outline.js.map +1 -0
  203. package/dist/radio/mdc-radio.html +9 -0
  204. package/dist/radio/mdc-radio.js +161 -0
  205. package/dist/radio/mdc-radio.js.map +1 -0
  206. package/dist/ripple/mdc-ripple.js +147 -0
  207. package/dist/ripple/mdc-ripple.js.map +1 -0
  208. package/dist/segmented-button/mdc-segmented-button-segment/enhance-mdc-segmented-button-segment.js +24 -0
  209. package/dist/segmented-button/mdc-segmented-button-segment/enhance-mdc-segmented-button-segment.js.map +1 -0
  210. package/dist/segmented-button/mdc-segmented-button-segment/mdc-segmented-button-segment.html +11 -0
  211. package/dist/segmented-button/mdc-segmented-button-segment/mdc-segmented-button-segment.js +169 -0
  212. package/dist/segmented-button/mdc-segmented-button-segment/mdc-segmented-button-segment.js.map +1 -0
  213. package/dist/segmented-button/mdc-segmented-button.html +3 -0
  214. package/dist/segmented-button/mdc-segmented-button.js +104 -0
  215. package/dist/segmented-button/mdc-segmented-button.js.map +1 -0
  216. package/dist/select/mdc-default-select-configuration.js +4 -0
  217. package/dist/select/mdc-default-select-configuration.js.map +1 -0
  218. package/dist/select/mdc-select-adapter-aurelia.js +24 -0
  219. package/dist/select/mdc-select-adapter-aurelia.js.map +1 -0
  220. package/dist/select/mdc-select-foundation-aurelia.js +420 -0
  221. package/dist/select/mdc-select-foundation-aurelia.js.map +1 -0
  222. package/dist/select/mdc-select-helper-text/mdc-select-helper-text.html +7 -0
  223. package/dist/select/mdc-select-helper-text/mdc-select-helper-text.js +72 -0
  224. package/dist/select/mdc-select-helper-text/mdc-select-helper-text.js.map +1 -0
  225. package/dist/select/mdc-select-icon.js +46 -0
  226. package/dist/select/mdc-select-icon.js.map +1 -0
  227. package/dist/select/mdc-select-value-observer.js +283 -0
  228. package/dist/select/mdc-select-value-observer.js.map +1 -0
  229. package/dist/select/mdc-select.html +38 -0
  230. package/dist/select/mdc-select.js +461 -0
  231. package/dist/select/mdc-select.js.map +1 -0
  232. package/dist/slider/mdc-slider-foundation-aurelia.js +12 -0
  233. package/dist/slider/mdc-slider-foundation-aurelia.js.map +1 -0
  234. package/dist/slider/mdc-slider.html +36 -0
  235. package/dist/slider/mdc-slider.js +414 -0
  236. package/dist/slider/mdc-slider.js.map +1 -0
  237. package/dist/snackbar/mdc-snackbar-service.js +29 -0
  238. package/dist/snackbar/mdc-snackbar-service.js.map +1 -0
  239. package/dist/snackbar/mdc-snackbar.html +14 -0
  240. package/dist/snackbar/mdc-snackbar.js +141 -0
  241. package/dist/snackbar/mdc-snackbar.js.map +1 -0
  242. package/dist/switch/enhance-mdc-switch.js +24 -0
  243. package/dist/switch/enhance-mdc-switch.js.map +1 -0
  244. package/dist/switch/mdc-switch.html +21 -0
  245. package/dist/switch/mdc-switch.js +85 -0
  246. package/dist/switch/mdc-switch.js.map +1 -0
  247. package/dist/tab-bar/indicator/mdc-tab-indicator.html +9 -0
  248. package/dist/tab-bar/indicator/mdc-tab-indicator.js +72 -0
  249. package/dist/tab-bar/indicator/mdc-tab-indicator.js.map +1 -0
  250. package/dist/tab-bar/mdc-tab-bar.html +6 -0
  251. package/dist/tab-bar/mdc-tab-bar.js +137 -0
  252. package/dist/tab-bar/mdc-tab-bar.js.map +1 -0
  253. package/dist/tab-bar/scroller/mdc-tab-scroller.html +11 -0
  254. package/dist/tab-bar/scroller/mdc-tab-scroller.js +102 -0
  255. package/dist/tab-bar/scroller/mdc-tab-scroller.js.map +1 -0
  256. package/dist/tab-bar/tab/mdc-tab.html +20 -0
  257. package/dist/tab-bar/tab/mdc-tab.js +143 -0
  258. package/dist/tab-bar/tab/mdc-tab.js.map +1 -0
  259. package/dist/text-field/enhance-mdc-text-field.js +28 -0
  260. package/dist/text-field/enhance-mdc-text-field.js.map +1 -0
  261. package/dist/text-field/mdc-default-text-field-configuration.js +4 -0
  262. package/dist/text-field/mdc-default-text-field-configuration.js.map +1 -0
  263. package/dist/text-field/mdc-text-field-character-counter.js +38 -0
  264. package/dist/text-field/mdc-text-field-character-counter.js.map +1 -0
  265. package/dist/text-field/mdc-text-field-helper-line/mdc-text-field-helper-line.html +7 -0
  266. package/dist/text-field/mdc-text-field-helper-line/mdc-text-field-helper-line.js +42 -0
  267. package/dist/text-field/mdc-text-field-helper-line/mdc-text-field-helper-line.js.map +1 -0
  268. package/dist/text-field/mdc-text-field-helper-text/mdc-text-field-helper-text.html +6 -0
  269. package/dist/text-field/mdc-text-field-helper-text/mdc-text-field-helper-text.js +62 -0
  270. package/dist/text-field/mdc-text-field-helper-text/mdc-text-field-helper-text.js.map +1 -0
  271. package/dist/text-field/mdc-text-field-icon.js +60 -0
  272. package/dist/text-field/mdc-text-field-icon.js.map +1 -0
  273. package/dist/text-field/mdc-text-field.html +29 -0
  274. package/dist/text-field/mdc-text-field.js +581 -0
  275. package/dist/text-field/mdc-text-field.js.map +1 -0
  276. package/dist/tooltip/mdc-default-tooltip-configuration.js +6 -0
  277. package/dist/tooltip/mdc-default-tooltip-configuration.js.map +1 -0
  278. package/dist/tooltip/mdc-tooltip-attribute.js +148 -0
  279. package/dist/tooltip/mdc-tooltip-attribute.js.map +1 -0
  280. package/dist/tooltip/mdc-tooltip.html +7 -0
  281. package/dist/tooltip/mdc-tooltip.js +341 -0
  282. package/dist/tooltip/mdc-tooltip.js.map +1 -0
  283. package/dist/top-app-bar/enhance-top-app-bar-actions.js +25 -0
  284. package/dist/top-app-bar/enhance-top-app-bar-actions.js.map +1 -0
  285. package/dist/top-app-bar/mdc-top-app-bar-action-item.js +29 -0
  286. package/dist/top-app-bar/mdc-top-app-bar-action-item.js.map +1 -0
  287. package/dist/top-app-bar/mdc-top-app-bar-fixed-adjust.js +29 -0
  288. package/dist/top-app-bar/mdc-top-app-bar-fixed-adjust.js.map +1 -0
  289. package/dist/top-app-bar/mdc-top-app-bar-nav-icon.js +29 -0
  290. package/dist/top-app-bar/mdc-top-app-bar-nav-icon.js.map +1 -0
  291. package/dist/top-app-bar/mdc-top-app-bar-row.js +24 -0
  292. package/dist/top-app-bar/mdc-top-app-bar-row.js.map +1 -0
  293. package/dist/top-app-bar/mdc-top-app-bar-section/mdc-top-app-bar-section.html +3 -0
  294. package/dist/top-app-bar/mdc-top-app-bar-section/mdc-top-app-bar-section.js +32 -0
  295. package/dist/top-app-bar/mdc-top-app-bar-section/mdc-top-app-bar-section.js.map +1 -0
  296. package/dist/top-app-bar/mdc-top-app-bar-title.js +24 -0
  297. package/dist/top-app-bar/mdc-top-app-bar-title.js.map +1 -0
  298. package/dist/top-app-bar/mdc-top-app-bar.html +9 -0
  299. package/dist/top-app-bar/mdc-top-app-bar.js +121 -0
  300. package/dist/top-app-bar/mdc-top-app-bar.js.map +1 -0
  301. package/dist/tree-view/i-tree-node.js +2 -0
  302. package/dist/tree-view/i-tree-node.js.map +1 -0
  303. package/dist/tree-view/mdc-tree-node-meta.js +28 -0
  304. package/dist/tree-view/mdc-tree-node-meta.js.map +1 -0
  305. package/dist/tree-view/mdc-tree-node.js +21 -0
  306. package/dist/tree-view/mdc-tree-node.js.map +1 -0
  307. package/dist/tree-view/mdc-tree-view.html +30 -0
  308. package/dist/tree-view/mdc-tree-view.js +152 -0
  309. package/dist/tree-view/mdc-tree-view.js.map +1 -0
  310. package/dist/tree-view/node-filter.js +27 -0
  311. package/dist/tree-view/node-filter.js.map +1 -0
  312. package/dist/types/banner/mdc-banner.d.ts +39 -0
  313. package/dist/types/base/attributes/mdc-focus-trap.d.ts +14 -0
  314. package/dist/types/base/elements/i-validated-element.d.ts +11 -0
  315. package/dist/types/base/elements/mdc-promisify-reference.d.ts +7 -0
  316. package/dist/types/base/index.d.ts +10 -0
  317. package/dist/types/base/interceptors.d.ts +5 -0
  318. package/dist/types/base/material-palette.d.ts +295 -0
  319. package/dist/types/base/mdc-component.d.ts +22 -0
  320. package/dist/types/base/next-element.d.ts +1 -0
  321. package/dist/types/button/enhance-mdc-button.d.ts +3 -0
  322. package/dist/types/button/mdc-button-label.d.ts +9 -0
  323. package/dist/types/button/mdc-button.d.ts +35 -0
  324. package/dist/types/card/mdc-card-action-buttons.d.ts +9 -0
  325. package/dist/types/card/mdc-card-action-icons.d.ts +9 -0
  326. package/dist/types/card/mdc-card-actions/mdc-card-actions.d.ts +9 -0
  327. package/dist/types/card/mdc-card-media/mdc-card-media.d.ts +13 -0
  328. package/dist/types/card/mdc-card-primary-action.d.ts +9 -0
  329. package/dist/types/card/mdc-card.d.ts +9 -0
  330. package/dist/types/checkbox/mdc-checkbox.d.ts +65 -0
  331. package/dist/types/chips/mdc-chip/mdc-chip.d.ts +54 -0
  332. package/dist/types/chips/mdc-chip-action/enhance-mdc-chip-action.d.ts +3 -0
  333. package/dist/types/chips/mdc-chip-action/mdc-chip-action.d.ts +37 -0
  334. package/dist/types/chips/mdc-chip-set/mdc-chip-set.d.ts +26 -0
  335. package/dist/types/circular-progress/mdc-circular-progress.d.ts +32 -0
  336. package/dist/types/data-table/mdc-data-table-row.d.ts +9 -0
  337. package/dist/types/data-table/mdc-data-table.d.ts +75 -0
  338. package/dist/types/dialog/mdc-dialog-actions.d.ts +9 -0
  339. package/dist/types/dialog/mdc-dialog-content.d.ts +8 -0
  340. package/dist/types/dialog/mdc-dialog-service.d.ts +20 -0
  341. package/dist/types/dialog/mdc-dialog-title.d.ts +6 -0
  342. package/dist/types/dialog/mdc-dialog.d.ts +46 -0
  343. package/dist/types/drawer/mdc-drawer-app-content.d.ts +6 -0
  344. package/dist/types/drawer/mdc-drawer-content.d.ts +6 -0
  345. package/dist/types/drawer/mdc-drawer-header/mdc-drawer-header.d.ts +10 -0
  346. package/dist/types/drawer/mdc-drawer.d.ts +31 -0
  347. package/dist/types/elevation/mdc-elevation.d.ts +10 -0
  348. package/dist/types/expandable/mdc-expandable.d.ts +33 -0
  349. package/dist/types/fab/enhance-mdc-fab.d.ts +3 -0
  350. package/dist/types/fab/mdc-fab-icon.d.ts +9 -0
  351. package/dist/types/fab/mdc-fab.d.ts +24 -0
  352. package/dist/types/floating-label/mdc-floating-label.d.ts +17 -0
  353. package/dist/types/form-field/mdc-form-field.d.ts +21 -0
  354. package/dist/types/icon/mdc-icon.d.ts +7 -0
  355. package/dist/types/icon-button/enhance-mdc-icon-button.d.ts +3 -0
  356. package/dist/types/icon-button/mdc-icon-button-icon/mdc-icon-button-icon.d.ts +20 -0
  357. package/dist/types/icon-button/mdc-icon-button.d.ts +22 -0
  358. package/dist/types/image-list/mdc-image-list-item/mdc-image-list-item.d.ts +16 -0
  359. package/dist/types/image-list/mdc-image-list.d.ts +22 -0
  360. package/dist/types/index.d.ts +137 -0
  361. package/dist/types/layout-grid/mdc-layout-grid-cell/mdc-layout-grid-cell.d.ts +22 -0
  362. package/dist/types/layout-grid/mdc-layout-grid-inner.d.ts +6 -0
  363. package/dist/types/layout-grid/mdc-layout-grid.d.ts +26 -0
  364. package/dist/types/line-ripple/mdc-line-ripple.d.ts +18 -0
  365. package/dist/types/linear-progress/mdc-linear-progress.d.ts +18 -0
  366. package/dist/types/list/mdc-deprecated-list/mdc-deprecated-list-divider/mdc-deprecated-list-divider.d.ts +10 -0
  367. package/dist/types/list/mdc-deprecated-list/mdc-deprecated-list-group.d.ts +13 -0
  368. package/dist/types/list/mdc-deprecated-list/mdc-deprecated-list-item/enhance-mdc-deprecated-list-item.d.ts +3 -0
  369. package/dist/types/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item-graphic.d.ts +9 -0
  370. package/dist/types/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item-meta.d.ts +9 -0
  371. package/dist/types/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item.d.ts +44 -0
  372. package/dist/types/list/mdc-deprecated-list/mdc-deprecated-list-item-primary-text.d.ts +6 -0
  373. package/dist/types/list/mdc-deprecated-list/mdc-deprecated-list-item-secondary-text.d.ts +6 -0
  374. package/dist/types/list/mdc-deprecated-list/mdc-deprecated-list.d.ts +114 -0
  375. package/dist/types/list/mdc-list-divider/mdc-list-divider.d.ts +14 -0
  376. package/dist/types/list/mdc-list-group.d.ts +13 -0
  377. package/dist/types/list/mdc-list-item/enhance-mdc-list-item.d.ts +3 -0
  378. package/dist/types/list/mdc-list-item/mdc-list-item-leading.d.ts +13 -0
  379. package/dist/types/list/mdc-list-item/mdc-list-item-trailing.d.ts +13 -0
  380. package/dist/types/list/mdc-list-item/mdc-list-item.d.ts +52 -0
  381. package/dist/types/list/mdc-list-item-overline-text.d.ts +6 -0
  382. package/dist/types/list/mdc-list-item-primary-text.d.ts +6 -0
  383. package/dist/types/list/mdc-list-item-secondary-text.d.ts +6 -0
  384. package/dist/types/list/mdc-list.d.ts +107 -0
  385. package/dist/types/lookup/discardable-promise.d.ts +11 -0
  386. package/dist/types/lookup/mdc-lookup-configuration.d.ts +9 -0
  387. package/dist/types/lookup/mdc-lookup.d.ts +107 -0
  388. package/dist/types/mdc-configuration.d.ts +10 -0
  389. package/dist/types/menu/mdc-menu-selection-group-icon.d.ts +5 -0
  390. package/dist/types/menu/mdc-menu-selection-group.d.ts +2 -0
  391. package/dist/types/menu/mdc-menu.d.ts +127 -0
  392. package/dist/types/menu-surface/mdc-menu-surface-anchor.d.ts +5 -0
  393. package/dist/types/menu-surface/mdc-menu-surface.d.ts +44 -0
  394. package/dist/types/notched-outline/mdc-notched-outline.d.ts +19 -0
  395. package/dist/types/radio/mdc-radio.d.ts +40 -0
  396. package/dist/types/ripple/mdc-ripple.d.ts +29 -0
  397. package/dist/types/segmented-button/mdc-segmented-button-segment/enhance-mdc-segmented-button-segment.d.ts +3 -0
  398. package/dist/types/segmented-button/mdc-segmented-button-segment/mdc-segmented-button-segment.d.ts +49 -0
  399. package/dist/types/segmented-button/mdc-segmented-button.d.ts +20 -0
  400. package/dist/types/select/mdc-default-select-configuration.d.ts +3 -0
  401. package/dist/types/select/mdc-select-adapter-aurelia.d.ts +176 -0
  402. package/dist/types/select/mdc-select-foundation-aurelia.d.ts +142 -0
  403. package/dist/types/select/mdc-select-helper-text/mdc-select-helper-text.d.ts +25 -0
  404. package/dist/types/select/mdc-select-icon.d.ts +17 -0
  405. package/dist/types/select/mdc-select-value-observer.d.ts +59 -0
  406. package/dist/types/select/mdc-select.d.ts +99 -0
  407. package/dist/types/slider/mdc-slider-foundation-aurelia.d.ts +5 -0
  408. package/dist/types/slider/mdc-slider.d.ts +66 -0
  409. package/dist/types/snackbar/mdc-snackbar-service.d.ts +16 -0
  410. package/dist/types/snackbar/mdc-snackbar.d.ts +37 -0
  411. package/dist/types/switch/enhance-mdc-switch.d.ts +3 -0
  412. package/dist/types/switch/mdc-switch.d.ts +23 -0
  413. package/dist/types/tab-bar/indicator/mdc-tab-indicator.d.ts +12 -0
  414. package/dist/types/tab-bar/mdc-tab-bar.d.ts +30 -0
  415. package/dist/types/tab-bar/scroller/mdc-tab-scroller.d.ts +31 -0
  416. package/dist/types/tab-bar/tab/mdc-tab.d.ts +44 -0
  417. package/dist/types/text-field/enhance-mdc-text-field.d.ts +3 -0
  418. package/dist/types/text-field/mdc-default-text-field-configuration.d.ts +3 -0
  419. package/dist/types/text-field/mdc-text-field-character-counter.d.ts +14 -0
  420. package/dist/types/text-field/mdc-text-field-helper-line/mdc-text-field-helper-line.d.ts +17 -0
  421. package/dist/types/text-field/mdc-text-field-helper-text/mdc-text-field-helper-text.d.ts +21 -0
  422. package/dist/types/text-field/mdc-text-field-icon.d.ts +20 -0
  423. package/dist/types/text-field/mdc-text-field.d.ts +105 -0
  424. package/dist/types/tooltip/mdc-default-tooltip-configuration.d.ts +5 -0
  425. package/dist/types/tooltip/mdc-tooltip-attribute.d.ts +51 -0
  426. package/dist/types/tooltip/mdc-tooltip.d.ts +47 -0
  427. package/dist/types/top-app-bar/enhance-top-app-bar-actions.d.ts +3 -0
  428. package/dist/types/top-app-bar/mdc-top-app-bar-action-item.d.ts +5 -0
  429. package/dist/types/top-app-bar/mdc-top-app-bar-fixed-adjust.d.ts +6 -0
  430. package/dist/types/top-app-bar/mdc-top-app-bar-nav-icon.d.ts +5 -0
  431. package/dist/types/top-app-bar/mdc-top-app-bar-row.d.ts +2 -0
  432. package/dist/types/top-app-bar/mdc-top-app-bar-section/mdc-top-app-bar-section.d.ts +3 -0
  433. package/dist/types/top-app-bar/mdc-top-app-bar-title.d.ts +2 -0
  434. package/dist/types/top-app-bar/mdc-top-app-bar.d.ts +18 -0
  435. package/dist/types/tree-view/i-tree-node.d.ts +7 -0
  436. package/dist/types/tree-view/mdc-tree-node-meta.d.ts +5 -0
  437. package/dist/types/tree-view/mdc-tree-node.d.ts +2 -0
  438. package/dist/types/tree-view/mdc-tree-view.d.ts +35 -0
  439. package/dist/types/tree-view/node-filter.d.ts +4 -0
  440. package/dist/types/typography/mdc-typography.d.ts +46 -0
  441. package/dist/types/validation/mdc-validation-controller-factory.d.ts +7 -0
  442. package/dist/types/validation/mdc-validation-result-presenter.d.ts +4 -0
  443. package/dist/typography/mdc-typography.js +327 -0
  444. package/dist/typography/mdc-typography.js.map +1 -0
  445. package/dist/validation/mdc-validation-controller-factory.js +17 -0
  446. package/dist/validation/mdc-validation-controller-factory.js.map +1 -0
  447. package/dist/validation/mdc-validation-result-presenter.js +31 -0
  448. package/dist/validation/mdc-validation-result-presenter.js.map +1 -0
  449. package/package.json +56 -43
  450. package/src/banner/doc/api.json +1106 -0
  451. package/src/banner/mdc-banner.html +21 -0
  452. package/src/banner/mdc-banner.ts +116 -0
  453. package/src/base/attributes/mdc-focus-trap.ts +42 -0
  454. package/src/base/dist/attributes/mdc-focus-trap.js +68 -0
  455. package/src/base/dist/attributes/mdc-focus-trap.js.map +1 -0
  456. package/src/base/dist/elements/i-validated-element.js +2 -0
  457. package/src/base/dist/elements/i-validated-element.js.map +1 -0
  458. package/src/base/dist/elements/mdc-promisify-reference.js +45 -0
  459. package/src/base/dist/elements/mdc-promisify-reference.js.map +1 -0
  460. package/src/base/dist/index.js +20 -0
  461. package/src/base/dist/index.js.map +1 -0
  462. package/src/base/dist/interceptors.js +22 -0
  463. package/src/base/dist/interceptors.js.map +1 -0
  464. package/src/base/dist/material-palette.js +23 -0
  465. package/src/base/dist/material-palette.js.map +1 -0
  466. package/src/base/dist/mdc-component.js +56 -0
  467. package/src/base/dist/mdc-component.js.map +1 -0
  468. package/src/base/dist/next-element.js +35 -0
  469. package/src/base/dist/next-element.js.map +1 -0
  470. package/src/base/dist/types/attributes/mdc-focus-trap.d.ts +14 -0
  471. package/src/base/dist/types/elements/i-validated-element.d.ts +11 -0
  472. package/src/base/dist/types/elements/mdc-promisify-reference.d.ts +7 -0
  473. package/src/base/dist/types/index.d.ts +10 -0
  474. package/src/base/dist/types/interceptors.d.ts +5 -0
  475. package/src/base/dist/types/material-palette.d.ts +295 -0
  476. package/src/base/dist/types/mdc-component.d.ts +22 -0
  477. package/src/base/dist/types/next-element.d.ts +1 -0
  478. package/src/base/doc/api.json +1408 -0
  479. package/src/base/elements/i-validated-element.ts +12 -0
  480. package/src/base/elements/mdc-promisify-reference.ts +21 -0
  481. package/src/base/index.ts +23 -0
  482. package/src/base/interceptors.ts +25 -0
  483. package/src/base/material-palette.md +7 -0
  484. package/src/base/material-palette.ts +22 -0
  485. package/src/base/mdc-component.ts +69 -0
  486. package/src/base/next-element.ts +39 -0
  487. package/src/button/doc/api.json +621 -0
  488. package/src/button/enhance-mdc-button.ts +8 -0
  489. package/src/button/mdc-button-label.ts +15 -0
  490. package/src/button/mdc-button.html +12 -0
  491. package/src/button/mdc-button.ts +62 -0
  492. package/src/card/doc/api.json +214 -0
  493. package/src/card/mdc-card-action-buttons.ts +19 -0
  494. package/src/card/mdc-card-action-icons.ts +19 -0
  495. package/src/card/mdc-card-actions/mdc-card-actions.html +3 -0
  496. package/src/card/mdc-card-actions/mdc-card-actions.ts +15 -0
  497. package/src/card/mdc-card-media/mdc-card-media.html +5 -0
  498. package/src/card/mdc-card-media/mdc-card-media.ts +21 -0
  499. package/src/card/mdc-card-primary-action.html +5 -0
  500. package/src/card/mdc-card-primary-action.ts +16 -0
  501. package/src/card/mdc-card.html +3 -0
  502. package/src/card/mdc-card.ts +16 -0
  503. package/src/checkbox/doc/api.json +1320 -0
  504. package/src/checkbox/mdc-checkbox.html +12 -0
  505. package/src/checkbox/mdc-checkbox.ts +217 -0
  506. package/src/chips/doc/api.json +2533 -0
  507. package/src/chips/mdc-chip/mdc-chip.html +24 -0
  508. package/src/chips/mdc-chip/mdc-chip.ts +290 -0
  509. package/src/chips/mdc-chip-action/enhance-mdc-chip-action.ts +8 -0
  510. package/src/chips/mdc-chip-action/mdc-chip-action.html +25 -0
  511. package/src/chips/mdc-chip-action/mdc-chip-action.ts +143 -0
  512. package/src/chips/mdc-chip-set/mdc-chip-set.html +10 -0
  513. package/src/chips/mdc-chip-set/mdc-chip-set.ts +117 -0
  514. package/src/chips/styles/_index.scss +1 -0
  515. package/src/chips/styles/mdc-chips.import.scss +1 -0
  516. package/src/chips/styles/mdc-chips.scss +11 -0
  517. package/src/circular-progress/doc/api.json +1085 -0
  518. package/src/circular-progress/mdc-circular-progress.html +38 -0
  519. package/src/circular-progress/mdc-circular-progress.ts +91 -0
  520. package/src/circular-progress/styles/_index.scss +1 -0
  521. package/src/circular-progress/styles/mdc-circular-progress.import.scss +1 -0
  522. package/src/circular-progress/styles/mdc-circular-progress.scss +14 -0
  523. package/src/data-table/doc/api.json +2064 -0
  524. package/src/data-table/mdc-data-table-row.ts +24 -0
  525. package/src/data-table/mdc-data-table.html +49 -0
  526. package/src/data-table/mdc-data-table.ts +432 -0
  527. package/src/dialog/doc/api.json +1667 -0
  528. package/src/dialog/mdc-dialog-actions.ts +23 -0
  529. package/src/dialog/mdc-dialog-content.ts +11 -0
  530. package/src/dialog/mdc-dialog-service.ts +80 -0
  531. package/src/dialog/mdc-dialog-title.ts +8 -0
  532. package/src/dialog/mdc-dialog.html +14 -0
  533. package/src/dialog/mdc-dialog.ts +224 -0
  534. package/src/drawer/doc/api.json +1416 -0
  535. package/src/drawer/mdc-drawer-app-content.ts +11 -0
  536. package/src/drawer/mdc-drawer-content.ts +11 -0
  537. package/src/drawer/mdc-drawer-header/mdc-drawer-header.html +5 -0
  538. package/src/drawer/mdc-drawer-header/mdc-drawer-header.ts +18 -0
  539. package/src/drawer/mdc-drawer.html +6 -0
  540. package/src/drawer/mdc-drawer.ts +125 -0
  541. package/src/drawer/styles/_index.scss +1 -0
  542. package/src/drawer/styles/mdc-drawer.import.scss +1 -0
  543. package/src/drawer/styles/mdc-drawer.scss +0 -0
  544. package/src/elevation/doc/api.json +317 -0
  545. package/src/elevation/mdc-elevation.ts +23 -0
  546. package/src/expandable/doc/api.json +677 -0
  547. package/src/expandable/mdc-expandable.html +28 -0
  548. package/src/expandable/mdc-expandable.ts +104 -0
  549. package/src/expandable/styles/_icon-variables.scss +3 -0
  550. package/src/expandable/styles/_index.scss +1 -0
  551. package/src/expandable/styles/_mixins.scss +287 -0
  552. package/src/expandable/styles/_variables.scss +17 -0
  553. package/src/expandable/styles/mdc-expandable.import.scss +1 -0
  554. package/src/expandable/styles/mdc-expandable.scss +3 -0
  555. package/src/fab/doc/api.json +396 -0
  556. package/src/fab/enhance-mdc-fab.ts +8 -0
  557. package/src/fab/mdc-fab-icon.ts +15 -0
  558. package/src/fab/mdc-fab.html +13 -0
  559. package/src/fab/mdc-fab.ts +50 -0
  560. package/src/floating-label/doc/api.json +914 -0
  561. package/src/floating-label/mdc-floating-label.html +1 -0
  562. package/src/floating-label/mdc-floating-label.ts +44 -0
  563. package/src/form-field/doc/api.json +948 -0
  564. package/src/form-field/mdc-form-field.html +6 -0
  565. package/src/form-field/mdc-form-field.ts +60 -0
  566. package/src/icon/doc/api.json +224 -0
  567. package/src/icon/mdc-icon.html +3 -0
  568. package/src/icon/mdc-icon.ts +11 -0
  569. package/src/icon-button/doc/api.json +1109 -0
  570. package/src/icon-button/enhance-mdc-icon-button.ts +8 -0
  571. package/src/icon-button/mdc-icon-button-icon/mdc-icon-button-icon.html +4 -0
  572. package/src/icon-button/mdc-icon-button-icon/mdc-icon-button-icon.ts +29 -0
  573. package/src/icon-button/mdc-icon-button.html +11 -0
  574. package/src/icon-button/mdc-icon-button.ts +69 -0
  575. package/src/image-list/doc/api.json +438 -0
  576. package/src/image-list/mdc-image-list-item/mdc-image-list-item.html +9 -0
  577. package/src/image-list/mdc-image-list-item/mdc-image-list-item.ts +31 -0
  578. package/src/image-list/mdc-image-list.html +7 -0
  579. package/src/image-list/mdc-image-list.ts +73 -0
  580. package/src/image-list/styles/_index.scss +1 -0
  581. package/src/image-list/styles/mdc-image-list.import.scss +1 -0
  582. package/src/image-list/styles/mdc-image-list.scss +7 -0
  583. package/src/index.ts +238 -0
  584. package/src/layout-grid/doc/api.json +600 -0
  585. package/src/layout-grid/mdc-layout-grid-cell/mdc-layout-grid-cell.html +12 -0
  586. package/src/layout-grid/mdc-layout-grid-cell/mdc-layout-grid-cell.ts +49 -0
  587. package/src/layout-grid/mdc-layout-grid-inner.ts +8 -0
  588. package/src/layout-grid/mdc-layout-grid.html +8 -0
  589. package/src/layout-grid/mdc-layout-grid.ts +67 -0
  590. package/src/layout-grid/styles/_index.scss +1 -0
  591. package/src/layout-grid/styles/mdc-layout-grid.import.scss +1 -0
  592. package/src/layout-grid/styles/mdc-layout-grid.scss +11 -0
  593. package/src/line-ripple/doc/api.json +857 -0
  594. package/src/line-ripple/mdc-line-ripple.ts +41 -0
  595. package/src/linear-progress/doc/api.json +949 -0
  596. package/src/linear-progress/mdc-linear-progress.html +12 -0
  597. package/src/linear-progress/mdc-linear-progress.ts +103 -0
  598. package/src/list/doc/api.json +5725 -0
  599. package/src/list/mdc-deprecated-list/mdc-deprecated-list-divider/mdc-deprecated-list-divider.html +4 -0
  600. package/src/list/mdc-deprecated-list/mdc-deprecated-list-divider/mdc-deprecated-list-divider.ts +18 -0
  601. package/src/list/mdc-deprecated-list/mdc-deprecated-list-group.ts +27 -0
  602. package/src/list/mdc-deprecated-list/mdc-deprecated-list-item/enhance-mdc-deprecated-list-item.ts +8 -0
  603. package/src/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item-graphic.ts +15 -0
  604. package/src/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item-meta.ts +15 -0
  605. package/src/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item.html +8 -0
  606. package/src/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item.ts +108 -0
  607. package/src/list/mdc-deprecated-list/mdc-deprecated-list-item-primary-text.ts +11 -0
  608. package/src/list/mdc-deprecated-list/mdc-deprecated-list-item-secondary-text.ts +11 -0
  609. package/src/list/mdc-deprecated-list/mdc-deprecated-list.html +15 -0
  610. package/src/list/mdc-deprecated-list/mdc-deprecated-list.ts +331 -0
  611. package/src/list/mdc-list-divider/mdc-list-divider.html +7 -0
  612. package/src/list/mdc-list-divider/mdc-list-divider.ts +24 -0
  613. package/src/list/mdc-list-group.ts +27 -0
  614. package/src/list/mdc-list-item/enhance-mdc-list-item.ts +8 -0
  615. package/src/list/mdc-list-item/mdc-list-item-leading.ts +34 -0
  616. package/src/list/mdc-list-item/mdc-list-item-trailing.ts +36 -0
  617. package/src/list/mdc-list-item/mdc-list-item.html +13 -0
  618. package/src/list/mdc-list-item/mdc-list-item.ts +136 -0
  619. package/src/list/mdc-list-item-overline-text.ts +8 -0
  620. package/src/list/mdc-list-item-primary-text.ts +11 -0
  621. package/src/list/mdc-list-item-secondary-text.ts +11 -0
  622. package/src/list/mdc-list.html +5 -0
  623. package/src/list/mdc-list.ts +300 -0
  624. package/src/list/styles/_index.scss +1 -0
  625. package/src/list/styles/mdc-list.import.scss +1 -0
  626. package/src/list/styles/mdc-list.scss +6 -0
  627. package/src/lookup/discardable-promise.ts +24 -0
  628. package/src/lookup/doc/api.json +2370 -0
  629. package/src/lookup/mdc-lookup-configuration.ts +11 -0
  630. package/src/lookup/mdc-lookup.html +27 -0
  631. package/src/lookup/mdc-lookup.ts +413 -0
  632. package/src/mdc-configuration.ts +12 -0
  633. package/src/menu/doc/api.json +2246 -0
  634. package/src/menu/mdc-menu-selection-group-icon.ts +11 -0
  635. package/src/menu/mdc-menu-selection-group.ts +4 -0
  636. package/src/menu/mdc-menu.html +6 -0
  637. package/src/menu/mdc-menu.ts +340 -0
  638. package/src/menu-surface/doc/api.json +1800 -0
  639. package/src/menu-surface/mdc-menu-surface-anchor.ts +12 -0
  640. package/src/menu-surface/mdc-menu-surface.ts +275 -0
  641. package/src/notched-outline/doc/api.json +943 -0
  642. package/src/notched-outline/mdc-notched-outline.html +7 -0
  643. package/src/notched-outline/mdc-notched-outline.ts +60 -0
  644. package/src/radio/doc/api.json +1159 -0
  645. package/src/radio/mdc-radio.html +9 -0
  646. package/src/radio/mdc-radio.ts +162 -0
  647. package/src/resource.d.ts +22 -0
  648. package/src/ripple/doc/api.json +1212 -0
  649. package/src/ripple/mdc-ripple.ts +114 -0
  650. package/src/ripple/styles/_index.scss +1 -0
  651. package/src/ripple/styles/mdc-ripple.import.scss +1 -0
  652. package/src/ripple/styles/mdc-ripple.scss +10 -0
  653. package/src/segmented-button/doc/api.json +1937 -0
  654. package/src/segmented-button/mdc-segmented-button-segment/enhance-mdc-segmented-button-segment.ts +8 -0
  655. package/src/segmented-button/mdc-segmented-button-segment/mdc-segmented-button-segment.html +11 -0
  656. package/src/segmented-button/mdc-segmented-button-segment/mdc-segmented-button-segment.ts +170 -0
  657. package/src/segmented-button/mdc-segmented-button.html +3 -0
  658. package/src/segmented-button/mdc-segmented-button.ts +89 -0
  659. package/src/select/doc/api.json +4247 -0
  660. package/src/select/mdc-default-select-configuration.ts +3 -0
  661. package/src/select/mdc-select-adapter-aurelia.ts +213 -0
  662. package/src/select/mdc-select-foundation-aurelia.ts +484 -0
  663. package/src/select/mdc-select-helper-text/mdc-select-helper-text.html +7 -0
  664. package/src/select/mdc-select-helper-text/mdc-select-helper-text.ts +55 -0
  665. package/src/select/mdc-select-icon.ts +41 -0
  666. package/src/select/mdc-select-value-observer.ts +346 -0
  667. package/src/select/mdc-select.html +38 -0
  668. package/src/select/mdc-select.ts +480 -0
  669. package/src/slider/doc/api.json +1954 -0
  670. package/src/slider/mdc-slider-foundation-aurelia.ts +13 -0
  671. package/src/slider/mdc-slider.html +36 -0
  672. package/src/slider/mdc-slider.ts +409 -0
  673. package/src/slider/styles/_index.scss +1 -0
  674. package/src/slider/styles/mdc-slider.import.scss +1 -0
  675. package/src/slider/styles/mdc-slider.scss +8 -0
  676. package/src/snackbar/doc/api.json +1699 -0
  677. package/src/snackbar/mdc-snackbar-service.ts +48 -0
  678. package/src/snackbar/mdc-snackbar.html +14 -0
  679. package/src/snackbar/mdc-snackbar.ts +109 -0
  680. package/src/switch/doc/api.json +899 -0
  681. package/src/switch/enhance-mdc-switch.ts +8 -0
  682. package/src/switch/mdc-switch.html +21 -0
  683. package/src/switch/mdc-switch.ts +86 -0
  684. package/src/tab-bar/doc/api.json +4253 -0
  685. package/src/tab-bar/indicator/mdc-tab-indicator.html +9 -0
  686. package/src/tab-bar/indicator/mdc-tab-indicator.ts +51 -0
  687. package/src/tab-bar/mdc-tab-bar.html +6 -0
  688. package/src/tab-bar/mdc-tab-bar.ts +119 -0
  689. package/src/tab-bar/scroller/mdc-tab-scroller.html +11 -0
  690. package/src/tab-bar/scroller/mdc-tab-scroller.ts +85 -0
  691. package/src/tab-bar/tab/mdc-tab.html +20 -0
  692. package/src/tab-bar/tab/mdc-tab.ts +118 -0
  693. package/src/text-field/doc/api.json +3179 -0
  694. package/src/text-field/enhance-mdc-text-field.ts +12 -0
  695. package/src/text-field/mdc-default-text-field-configuration.ts +3 -0
  696. package/src/text-field/mdc-text-field-character-counter.ts +32 -0
  697. package/src/text-field/mdc-text-field-helper-line/mdc-text-field-helper-line.html +7 -0
  698. package/src/text-field/mdc-text-field-helper-line/mdc-text-field-helper-line.ts +37 -0
  699. package/src/text-field/mdc-text-field-helper-text/mdc-text-field-helper-text.html +6 -0
  700. package/src/text-field/mdc-text-field-helper-text/mdc-text-field-helper-text.ts +47 -0
  701. package/src/text-field/mdc-text-field-icon.ts +59 -0
  702. package/src/text-field/mdc-text-field.html +29 -0
  703. package/src/text-field/mdc-text-field.ts +535 -0
  704. package/src/text-field/styles/_index.scss +1 -0
  705. package/src/text-field/styles/mdc-text-field.import.scss +1 -0
  706. package/src/text-field/styles/mdc-text-field.scss +8 -0
  707. package/src/tooltip/doc/api.json +2531 -0
  708. package/src/tooltip/mdc-default-tooltip-configuration.ts +5 -0
  709. package/src/tooltip/mdc-tooltip-attribute.ts +118 -0
  710. package/src/tooltip/mdc-tooltip.html +7 -0
  711. package/src/tooltip/mdc-tooltip.ts +303 -0
  712. package/src/top-app-bar/doc/api.json +1752 -0
  713. package/src/top-app-bar/enhance-top-app-bar-actions.ts +9 -0
  714. package/src/top-app-bar/mdc-top-app-bar-action-item.ts +12 -0
  715. package/src/top-app-bar/mdc-top-app-bar-fixed-adjust.ts +13 -0
  716. package/src/top-app-bar/mdc-top-app-bar-nav-icon.ts +12 -0
  717. package/src/top-app-bar/mdc-top-app-bar-row.ts +7 -0
  718. package/src/top-app-bar/mdc-top-app-bar-section/mdc-top-app-bar-section.html +3 -0
  719. package/src/top-app-bar/mdc-top-app-bar-section/mdc-top-app-bar-section.ts +9 -0
  720. package/src/top-app-bar/mdc-top-app-bar-title.ts +7 -0
  721. package/src/top-app-bar/mdc-top-app-bar.html +9 -0
  722. package/src/top-app-bar/mdc-top-app-bar.ts +93 -0
  723. package/src/tree-view/doc/api.json +1710 -0
  724. package/src/tree-view/i-tree-node.ts +8 -0
  725. package/src/tree-view/mdc-tree-node-meta.ts +11 -0
  726. package/src/tree-view/mdc-tree-node.ts +4 -0
  727. package/src/tree-view/mdc-tree-view.html +30 -0
  728. package/src/tree-view/mdc-tree-view.ts +147 -0
  729. package/src/tree-view/node-filter.ts +12 -0
  730. package/src/tree-view/styles/_index.scss +1 -0
  731. package/src/tree-view/styles/_mixins.scss +145 -0
  732. package/src/tree-view/styles/_variables.scss +8 -0
  733. package/src/tree-view/styles/mdc-tree-view.import.scss +1 -0
  734. package/src/tree-view/styles/mdc-tree-view.scss +3 -0
  735. package/src/typography/doc/api.json +3058 -0
  736. package/src/typography/mdc-typography.ts +130 -0
  737. package/src/validation/doc/api.json +371 -0
  738. package/src/validation/mdc-validation-controller-factory.ts +20 -0
  739. package/src/validation/mdc-validation-result-presenter.ts +36 -0
  740. package/{_index.scss → styles/_index.scss} +1 -1
  741. package/{mdc-all.import.scss → styles/mdc-all.import.scss} +1 -1
  742. package/{mdc-all.scss → styles/mdc-all.scss} +9 -9
@@ -0,0 +1,1752 @@
1
+ {
2
+ "id": 0,
3
+ "name": "aurelia-mdc-web-docs",
4
+ "kind": 1,
5
+ "kindString": "Project",
6
+ "flags": {},
7
+ "children": [
8
+ {
9
+ "id": 6,
10
+ "name": "MdcTopAppBar",
11
+ "kind": 128,
12
+ "kindString": "Class",
13
+ "flags": {},
14
+ "decorators": [
15
+ {
16
+ "name": "inject",
17
+ "type": {
18
+ "type": "reference",
19
+ "name": "inject"
20
+ },
21
+ "arguments": {
22
+ "dependencies": "Element"
23
+ }
24
+ },
25
+ {
26
+ "name": "customElement",
27
+ "type": {
28
+ "type": "reference",
29
+ "name": "customElement"
30
+ },
31
+ "arguments": {
32
+ "name": "'mdc-top-app-bar'"
33
+ }
34
+ },
35
+ {
36
+ "name": "processContent",
37
+ "type": {
38
+ "type": "reference",
39
+ "name": "processContent"
40
+ },
41
+ "arguments": {
42
+ "hook": "defaultSlotProcessContent"
43
+ }
44
+ }
45
+ ],
46
+ "children": [
47
+ {
48
+ "id": 7,
49
+ "name": "constructor",
50
+ "kind": 512,
51
+ "kindString": "Constructor",
52
+ "flags": {},
53
+ "signatures": [
54
+ {
55
+ "id": 8,
56
+ "name": "new MdcTopAppBar",
57
+ "kind": 16384,
58
+ "kindString": "Constructor signature",
59
+ "flags": {},
60
+ "parameters": [
61
+ {
62
+ "id": 9,
63
+ "name": "root",
64
+ "kind": 32768,
65
+ "kindString": "Parameter",
66
+ "flags": {},
67
+ "type": {
68
+ "type": "reference",
69
+ "name": "HTMLElement"
70
+ }
71
+ }
72
+ ],
73
+ "type": {
74
+ "type": "reference",
75
+ "id": 6,
76
+ "name": "MdcTopAppBar"
77
+ },
78
+ "inheritedFrom": {
79
+ "type": "reference",
80
+ "name": "MdcComponent<MDCTopAppBarBaseFoundation>.constructor"
81
+ }
82
+ }
83
+ ],
84
+ "inheritedFrom": {
85
+ "type": "reference",
86
+ "name": "MdcComponent<MDCTopAppBarBaseFoundation>.constructor"
87
+ }
88
+ },
89
+ {
90
+ "id": 16,
91
+ "name": "collapsed",
92
+ "kind": 1024,
93
+ "kindString": "Property",
94
+ "flags": {},
95
+ "decorators": [
96
+ {
97
+ "name": "bindable",
98
+ "type": {
99
+ "type": "reference",
100
+ "name": "bindable"
101
+ },
102
+ "arguments": {
103
+ "config": "{ set: booleanAttr }"
104
+ }
105
+ }
106
+ ],
107
+ "sources": [
108
+ {
109
+ "fileName": "top-app-bar/src/mdc-top-app-bar.ts",
110
+ "line": 22,
111
+ "character": 2
112
+ }
113
+ ],
114
+ "type": {
115
+ "type": "intrinsic",
116
+ "name": "boolean"
117
+ }
118
+ },
119
+ {
120
+ "id": 19,
121
+ "name": "dense",
122
+ "kind": 1024,
123
+ "kindString": "Property",
124
+ "flags": {},
125
+ "decorators": [
126
+ {
127
+ "name": "bindable",
128
+ "type": {
129
+ "type": "reference",
130
+ "name": "bindable"
131
+ },
132
+ "arguments": {
133
+ "config": "{ set: booleanAttr }"
134
+ }
135
+ }
136
+ ],
137
+ "sources": [
138
+ {
139
+ "fileName": "top-app-bar/src/mdc-top-app-bar.ts",
140
+ "line": 31,
141
+ "character": 2
142
+ }
143
+ ],
144
+ "type": {
145
+ "type": "intrinsic",
146
+ "name": "boolean"
147
+ }
148
+ },
149
+ {
150
+ "id": 17,
151
+ "name": "fixed",
152
+ "kind": 1024,
153
+ "kindString": "Property",
154
+ "flags": {},
155
+ "decorators": [
156
+ {
157
+ "name": "bindable",
158
+ "type": {
159
+ "type": "reference",
160
+ "name": "bindable"
161
+ },
162
+ "arguments": {
163
+ "config": "{ set: booleanAttr }"
164
+ }
165
+ }
166
+ ],
167
+ "sources": [
168
+ {
169
+ "fileName": "top-app-bar/src/mdc-top-app-bar.ts",
170
+ "line": 25,
171
+ "character": 2
172
+ }
173
+ ],
174
+ "type": {
175
+ "type": "intrinsic",
176
+ "name": "boolean"
177
+ }
178
+ },
179
+ {
180
+ "id": 30,
181
+ "name": "foundation",
182
+ "kind": 1024,
183
+ "kindString": "Property",
184
+ "flags": {
185
+ "isOptional": true
186
+ },
187
+ "sources": [
188
+ {
189
+ "fileName": "base/src/mdc-component.ts",
190
+ "line": 6,
191
+ "character": 2
192
+ }
193
+ ],
194
+ "type": {
195
+ "type": "reference",
196
+ "name": "MDCTopAppBarBaseFoundation"
197
+ },
198
+ "inheritedFrom": {
199
+ "type": "reference",
200
+ "name": "MdcComponent.foundation"
201
+ }
202
+ },
203
+ {
204
+ "id": 10,
205
+ "name": "handleNavigationClick_",
206
+ "kind": 1024,
207
+ "kindString": "Property",
208
+ "flags": {
209
+ "isPrivate": true
210
+ },
211
+ "sources": [
212
+ {
213
+ "fileName": "top-app-bar/src/mdc-top-app-bar.ts",
214
+ "line": 12,
215
+ "character": 10
216
+ }
217
+ ],
218
+ "type": {
219
+ "type": "reference",
220
+ "typeArguments": [
221
+ {
222
+ "type": "literal",
223
+ "value": "click"
224
+ }
225
+ ],
226
+ "name": "SpecificEventListener"
227
+ }
228
+ },
229
+ {
230
+ "id": 12,
231
+ "name": "handleTargetScroll_",
232
+ "kind": 1024,
233
+ "kindString": "Property",
234
+ "flags": {
235
+ "isPrivate": true
236
+ },
237
+ "sources": [
238
+ {
239
+ "fileName": "top-app-bar/src/mdc-top-app-bar.ts",
240
+ "line": 14,
241
+ "character": 10
242
+ }
243
+ ],
244
+ "type": {
245
+ "type": "reference",
246
+ "typeArguments": [
247
+ {
248
+ "type": "literal",
249
+ "value": "scroll"
250
+ }
251
+ ],
252
+ "name": "SpecificEventListener"
253
+ }
254
+ },
255
+ {
256
+ "id": 11,
257
+ "name": "handleWindowResize_",
258
+ "kind": 1024,
259
+ "kindString": "Property",
260
+ "flags": {
261
+ "isPrivate": true
262
+ },
263
+ "sources": [
264
+ {
265
+ "fileName": "top-app-bar/src/mdc-top-app-bar.ts",
266
+ "line": 13,
267
+ "character": 10
268
+ }
269
+ ],
270
+ "type": {
271
+ "type": "reference",
272
+ "typeArguments": [
273
+ {
274
+ "type": "literal",
275
+ "value": "resize"
276
+ }
277
+ ],
278
+ "name": "SpecificEventListener"
279
+ }
280
+ },
281
+ {
282
+ "id": 14,
283
+ "name": "hasActionItems",
284
+ "kind": 1024,
285
+ "kindString": "Property",
286
+ "flags": {},
287
+ "sources": [
288
+ {
289
+ "fileName": "top-app-bar/src/mdc-top-app-bar.ts",
290
+ "line": 16,
291
+ "character": 2
292
+ }
293
+ ],
294
+ "type": {
295
+ "type": "intrinsic",
296
+ "name": "boolean"
297
+ }
298
+ },
299
+ {
300
+ "id": 31,
301
+ "name": "initialised",
302
+ "kind": 1024,
303
+ "kindString": "Property",
304
+ "flags": {},
305
+ "sources": [
306
+ {
307
+ "fileName": "base/src/mdc-component.ts",
308
+ "line": 8,
309
+ "character": 2
310
+ }
311
+ ],
312
+ "type": {
313
+ "type": "reference",
314
+ "typeArguments": [
315
+ {
316
+ "type": "intrinsic",
317
+ "name": "unknown"
318
+ }
319
+ ],
320
+ "name": "Promise"
321
+ },
322
+ "defaultValue": "...",
323
+ "inheritedFrom": {
324
+ "type": "reference",
325
+ "name": "MdcComponent.initialised"
326
+ }
327
+ },
328
+ {
329
+ "id": 32,
330
+ "name": "initialisedResolve",
331
+ "kind": 1024,
332
+ "kindString": "Property",
333
+ "flags": {
334
+ "isProtected": true
335
+ },
336
+ "sources": [
337
+ {
338
+ "fileName": "base/src/mdc-component.ts",
339
+ "line": 9,
340
+ "character": 12
341
+ }
342
+ ],
343
+ "type": {
344
+ "type": "reflection",
345
+ "declaration": {
346
+ "id": 33,
347
+ "name": "__type",
348
+ "kind": 65536,
349
+ "kindString": "Type literal",
350
+ "flags": {},
351
+ "signatures": [
352
+ {
353
+ "id": 34,
354
+ "name": "__type",
355
+ "kind": 4096,
356
+ "kindString": "Call signature",
357
+ "flags": {},
358
+ "parameters": [
359
+ {
360
+ "id": 35,
361
+ "name": "value",
362
+ "kind": 32768,
363
+ "kindString": "Parameter",
364
+ "flags": {
365
+ "isOptional": true
366
+ },
367
+ "type": {
368
+ "type": "intrinsic",
369
+ "name": "unknown"
370
+ }
371
+ }
372
+ ],
373
+ "type": {
374
+ "type": "intrinsic",
375
+ "name": "void"
376
+ }
377
+ }
378
+ ]
379
+ }
380
+ },
381
+ "inheritedFrom": {
382
+ "type": "reference",
383
+ "name": "MdcComponent.initialisedResolve"
384
+ }
385
+ },
386
+ {
387
+ "id": 13,
388
+ "name": "navIcon_",
389
+ "kind": 1024,
390
+ "kindString": "Property",
391
+ "flags": {
392
+ "isPrivate": true
393
+ },
394
+ "sources": [
395
+ {
396
+ "fileName": "top-app-bar/src/mdc-top-app-bar.ts",
397
+ "line": 15,
398
+ "character": 10
399
+ }
400
+ ],
401
+ "type": {
402
+ "type": "union",
403
+ "types": [
404
+ {
405
+ "type": "literal",
406
+ "value": null
407
+ },
408
+ {
409
+ "type": "reference",
410
+ "name": "Element"
411
+ }
412
+ ]
413
+ }
414
+ },
415
+ {
416
+ "id": 18,
417
+ "name": "prominent",
418
+ "kind": 1024,
419
+ "kindString": "Property",
420
+ "flags": {},
421
+ "decorators": [
422
+ {
423
+ "name": "bindable",
424
+ "type": {
425
+ "type": "reference",
426
+ "name": "bindable"
427
+ },
428
+ "arguments": {
429
+ "config": "{ set: booleanAttr }"
430
+ }
431
+ }
432
+ ],
433
+ "sources": [
434
+ {
435
+ "fileName": "top-app-bar/src/mdc-top-app-bar.ts",
436
+ "line": 28,
437
+ "character": 2
438
+ }
439
+ ],
440
+ "type": {
441
+ "type": "intrinsic",
442
+ "name": "boolean"
443
+ }
444
+ },
445
+ {
446
+ "id": 29,
447
+ "name": "root",
448
+ "kind": 1024,
449
+ "kindString": "Property",
450
+ "flags": {
451
+ "isPublic": true
452
+ },
453
+ "type": {
454
+ "type": "reference",
455
+ "name": "HTMLElement"
456
+ },
457
+ "inheritedFrom": {
458
+ "type": "reference",
459
+ "name": "MdcComponent.root"
460
+ }
461
+ },
462
+ {
463
+ "id": 20,
464
+ "name": "scrollTarget",
465
+ "kind": 1024,
466
+ "kindString": "Property",
467
+ "flags": {},
468
+ "decorators": [
469
+ {
470
+ "name": "bindable",
471
+ "type": {
472
+ "type": "reference",
473
+ "name": "bindable"
474
+ }
475
+ }
476
+ ],
477
+ "sources": [
478
+ {
479
+ "fileName": "top-app-bar/src/mdc-top-app-bar.ts",
480
+ "line": 34,
481
+ "character": 2
482
+ }
483
+ ],
484
+ "type": {
485
+ "type": "reference",
486
+ "name": "EventTarget"
487
+ },
488
+ "defaultValue": "window"
489
+ },
490
+ {
491
+ "id": 15,
492
+ "name": "short",
493
+ "kind": 1024,
494
+ "kindString": "Property",
495
+ "flags": {},
496
+ "decorators": [
497
+ {
498
+ "name": "bindable",
499
+ "type": {
500
+ "type": "reference",
501
+ "name": "bindable"
502
+ },
503
+ "arguments": {
504
+ "config": "{ set: booleanAttr }"
505
+ }
506
+ }
507
+ ],
508
+ "sources": [
509
+ {
510
+ "fileName": "top-app-bar/src/mdc-top-app-bar.ts",
511
+ "line": 19,
512
+ "character": 2
513
+ }
514
+ ],
515
+ "type": {
516
+ "type": "intrinsic",
517
+ "name": "boolean"
518
+ }
519
+ },
520
+ {
521
+ "id": 38,
522
+ "name": "attached",
523
+ "kind": 2048,
524
+ "kindString": "Method",
525
+ "flags": {},
526
+ "sources": [
527
+ {
528
+ "fileName": "base/src/mdc-component.ts",
529
+ "line": 21,
530
+ "character": 2
531
+ }
532
+ ],
533
+ "signatures": [
534
+ {
535
+ "id": 39,
536
+ "name": "attached",
537
+ "kind": 4096,
538
+ "kindString": "Call signature",
539
+ "flags": {},
540
+ "type": {
541
+ "type": "intrinsic",
542
+ "name": "void"
543
+ },
544
+ "inheritedFrom": {
545
+ "type": "reference",
546
+ "name": "MdcComponent.attached"
547
+ }
548
+ }
549
+ ],
550
+ "inheritedFrom": {
551
+ "type": "reference",
552
+ "name": "MdcComponent.attached"
553
+ }
554
+ },
555
+ {
556
+ "id": 36,
557
+ "name": "beforeFoundationCreated",
558
+ "kind": 2048,
559
+ "kindString": "Method",
560
+ "flags": {},
561
+ "sources": [
562
+ {
563
+ "fileName": "base/src/mdc-component.ts",
564
+ "line": 19,
565
+ "character": 2
566
+ }
567
+ ],
568
+ "signatures": [
569
+ {
570
+ "id": 37,
571
+ "name": "beforeFoundationCreated",
572
+ "kind": 4096,
573
+ "kindString": "Call signature",
574
+ "flags": {},
575
+ "type": {
576
+ "type": "intrinsic",
577
+ "name": "void"
578
+ },
579
+ "inheritedFrom": {
580
+ "type": "reference",
581
+ "name": "MdcComponent.beforeFoundationCreated"
582
+ }
583
+ }
584
+ ],
585
+ "inheritedFrom": {
586
+ "type": "reference",
587
+ "name": "MdcComponent.beforeFoundationCreated"
588
+ }
589
+ },
590
+ {
591
+ "id": 40,
592
+ "name": "destroy",
593
+ "kind": 2048,
594
+ "kindString": "Method",
595
+ "flags": {},
596
+ "sources": [
597
+ {
598
+ "fileName": "base/src/mdc-component.ts",
599
+ "line": 30,
600
+ "character": 2
601
+ }
602
+ ],
603
+ "signatures": [
604
+ {
605
+ "id": 41,
606
+ "name": "destroy",
607
+ "kind": 4096,
608
+ "kindString": "Call signature",
609
+ "flags": {},
610
+ "type": {
611
+ "type": "intrinsic",
612
+ "name": "void"
613
+ },
614
+ "inheritedFrom": {
615
+ "type": "reference",
616
+ "name": "MdcComponent.destroy"
617
+ }
618
+ }
619
+ ],
620
+ "inheritedFrom": {
621
+ "type": "reference",
622
+ "name": "MdcComponent.destroy"
623
+ }
624
+ },
625
+ {
626
+ "id": 42,
627
+ "name": "detaching",
628
+ "kind": 2048,
629
+ "kindString": "Method",
630
+ "flags": {},
631
+ "sources": [
632
+ {
633
+ "fileName": "base/src/mdc-component.ts",
634
+ "line": 32,
635
+ "character": 2
636
+ }
637
+ ],
638
+ "signatures": [
639
+ {
640
+ "id": 43,
641
+ "name": "detaching",
642
+ "kind": 4096,
643
+ "kindString": "Call signature",
644
+ "flags": {},
645
+ "type": {
646
+ "type": "intrinsic",
647
+ "name": "void"
648
+ },
649
+ "inheritedFrom": {
650
+ "type": "reference",
651
+ "name": "MdcComponent.detaching"
652
+ }
653
+ }
654
+ ],
655
+ "inheritedFrom": {
656
+ "type": "reference",
657
+ "name": "MdcComponent.detaching"
658
+ }
659
+ },
660
+ {
661
+ "id": 27,
662
+ "name": "getDefaultFoundation",
663
+ "kind": 2048,
664
+ "kindString": "Method",
665
+ "flags": {},
666
+ "sources": [
667
+ {
668
+ "fileName": "top-app-bar/src/mdc-top-app-bar.ts",
669
+ "line": 64,
670
+ "character": 2
671
+ }
672
+ ],
673
+ "signatures": [
674
+ {
675
+ "id": 28,
676
+ "name": "getDefaultFoundation",
677
+ "kind": 4096,
678
+ "kindString": "Call signature",
679
+ "flags": {},
680
+ "type": {
681
+ "type": "reference",
682
+ "name": "MDCTopAppBarBaseFoundation"
683
+ },
684
+ "overwrites": {
685
+ "type": "reference",
686
+ "name": "MdcComponent.getDefaultFoundation"
687
+ }
688
+ }
689
+ ],
690
+ "overwrites": {
691
+ "type": "reference",
692
+ "name": "MdcComponent.getDefaultFoundation"
693
+ }
694
+ },
695
+ {
696
+ "id": 25,
697
+ "name": "initialSyncWithDOM",
698
+ "kind": 2048,
699
+ "kindString": "Method",
700
+ "flags": {},
701
+ "sources": [
702
+ {
703
+ "fileName": "top-app-bar/src/mdc-top-app-bar.ts",
704
+ "line": 43,
705
+ "character": 2
706
+ }
707
+ ],
708
+ "signatures": [
709
+ {
710
+ "id": 26,
711
+ "name": "initialSyncWithDOM",
712
+ "kind": 4096,
713
+ "kindString": "Call signature",
714
+ "flags": {},
715
+ "type": {
716
+ "type": "intrinsic",
717
+ "name": "void"
718
+ },
719
+ "overwrites": {
720
+ "type": "reference",
721
+ "name": "MdcComponent.initialSyncWithDOM"
722
+ }
723
+ }
724
+ ],
725
+ "overwrites": {
726
+ "type": "reference",
727
+ "name": "MdcComponent.initialSyncWithDOM"
728
+ }
729
+ },
730
+ {
731
+ "id": 44,
732
+ "name": "listen",
733
+ "kind": 2048,
734
+ "kindString": "Method",
735
+ "flags": {},
736
+ "sources": [
737
+ {
738
+ "fileName": "base/src/mdc-component.ts",
739
+ "line": 41,
740
+ "character": 2
741
+ }
742
+ ],
743
+ "signatures": [
744
+ {
745
+ "id": 45,
746
+ "name": "listen",
747
+ "kind": 4096,
748
+ "kindString": "Call signature",
749
+ "flags": {},
750
+ "parameters": [
751
+ {
752
+ "id": 46,
753
+ "name": "evtType",
754
+ "kind": 32768,
755
+ "kindString": "Parameter",
756
+ "flags": {},
757
+ "type": {
758
+ "type": "intrinsic",
759
+ "name": "string"
760
+ }
761
+ },
762
+ {
763
+ "id": 47,
764
+ "name": "handler",
765
+ "kind": 32768,
766
+ "kindString": "Parameter",
767
+ "flags": {},
768
+ "type": {
769
+ "type": "union",
770
+ "types": [
771
+ {
772
+ "type": "reference",
773
+ "name": "EventListener"
774
+ },
775
+ {
776
+ "type": "reference",
777
+ "name": "EventListenerObject"
778
+ }
779
+ ]
780
+ }
781
+ },
782
+ {
783
+ "id": 48,
784
+ "name": "options",
785
+ "kind": 32768,
786
+ "kindString": "Parameter",
787
+ "flags": {
788
+ "isOptional": true
789
+ },
790
+ "type": {
791
+ "type": "union",
792
+ "types": [
793
+ {
794
+ "type": "intrinsic",
795
+ "name": "boolean"
796
+ },
797
+ {
798
+ "type": "reference",
799
+ "name": "AddEventListenerOptions"
800
+ }
801
+ ]
802
+ }
803
+ }
804
+ ],
805
+ "type": {
806
+ "type": "intrinsic",
807
+ "name": "void"
808
+ },
809
+ "inheritedFrom": {
810
+ "type": "reference",
811
+ "name": "MdcComponent.listen"
812
+ }
813
+ }
814
+ ],
815
+ "inheritedFrom": {
816
+ "type": "reference",
817
+ "name": "MdcComponent.listen"
818
+ }
819
+ },
820
+ {
821
+ "id": 21,
822
+ "name": "scrollTargetChanged",
823
+ "kind": 2048,
824
+ "kindString": "Method",
825
+ "flags": {},
826
+ "sources": [
827
+ {
828
+ "fileName": "top-app-bar/src/mdc-top-app-bar.ts",
829
+ "line": 35,
830
+ "character": 2
831
+ }
832
+ ],
833
+ "signatures": [
834
+ {
835
+ "id": 22,
836
+ "name": "scrollTargetChanged",
837
+ "kind": 4096,
838
+ "kindString": "Call signature",
839
+ "flags": {},
840
+ "parameters": [
841
+ {
842
+ "id": 23,
843
+ "name": "newValue",
844
+ "kind": 32768,
845
+ "kindString": "Parameter",
846
+ "flags": {},
847
+ "type": {
848
+ "type": "reference",
849
+ "name": "EventTarget"
850
+ }
851
+ },
852
+ {
853
+ "id": 24,
854
+ "name": "oldValue",
855
+ "kind": 32768,
856
+ "kindString": "Parameter",
857
+ "flags": {},
858
+ "type": {
859
+ "type": "reference",
860
+ "name": "EventTarget"
861
+ }
862
+ }
863
+ ],
864
+ "type": {
865
+ "type": "intrinsic",
866
+ "name": "void"
867
+ }
868
+ }
869
+ ]
870
+ },
871
+ {
872
+ "id": 49,
873
+ "name": "unlisten",
874
+ "kind": 2048,
875
+ "kindString": "Method",
876
+ "flags": {},
877
+ "sources": [
878
+ {
879
+ "fileName": "base/src/mdc-component.ts",
880
+ "line": 45,
881
+ "character": 2
882
+ }
883
+ ],
884
+ "signatures": [
885
+ {
886
+ "id": 50,
887
+ "name": "unlisten",
888
+ "kind": 4096,
889
+ "kindString": "Call signature",
890
+ "flags": {},
891
+ "parameters": [
892
+ {
893
+ "id": 51,
894
+ "name": "evtType",
895
+ "kind": 32768,
896
+ "kindString": "Parameter",
897
+ "flags": {},
898
+ "type": {
899
+ "type": "intrinsic",
900
+ "name": "string"
901
+ }
902
+ },
903
+ {
904
+ "id": 52,
905
+ "name": "handler",
906
+ "kind": 32768,
907
+ "kindString": "Parameter",
908
+ "flags": {},
909
+ "type": {
910
+ "type": "union",
911
+ "types": [
912
+ {
913
+ "type": "reference",
914
+ "name": "EventListener"
915
+ },
916
+ {
917
+ "type": "reference",
918
+ "name": "EventListenerObject"
919
+ }
920
+ ]
921
+ }
922
+ },
923
+ {
924
+ "id": 53,
925
+ "name": "options",
926
+ "kind": 32768,
927
+ "kindString": "Parameter",
928
+ "flags": {
929
+ "isOptional": true
930
+ },
931
+ "type": {
932
+ "type": "union",
933
+ "types": [
934
+ {
935
+ "type": "intrinsic",
936
+ "name": "boolean"
937
+ },
938
+ {
939
+ "type": "reference",
940
+ "name": "AddEventListenerOptions"
941
+ }
942
+ ]
943
+ }
944
+ }
945
+ ],
946
+ "type": {
947
+ "type": "intrinsic",
948
+ "name": "void"
949
+ },
950
+ "inheritedFrom": {
951
+ "type": "reference",
952
+ "name": "MdcComponent.unlisten"
953
+ }
954
+ }
955
+ ],
956
+ "inheritedFrom": {
957
+ "type": "reference",
958
+ "name": "MdcComponent.unlisten"
959
+ }
960
+ }
961
+ ],
962
+ "groups": [
963
+ {
964
+ "title": "Constructors",
965
+ "kind": 512,
966
+ "children": [
967
+ 7
968
+ ]
969
+ },
970
+ {
971
+ "title": "Properties",
972
+ "kind": 1024,
973
+ "children": [
974
+ 16,
975
+ 19,
976
+ 17,
977
+ 30,
978
+ 10,
979
+ 12,
980
+ 11,
981
+ 14,
982
+ 31,
983
+ 32,
984
+ 13,
985
+ 18,
986
+ 29,
987
+ 20,
988
+ 15
989
+ ]
990
+ },
991
+ {
992
+ "title": "Methods",
993
+ "kind": 2048,
994
+ "children": [
995
+ 38,
996
+ 36,
997
+ 40,
998
+ 42,
999
+ 27,
1000
+ 25,
1001
+ 44,
1002
+ 21,
1003
+ 49
1004
+ ]
1005
+ }
1006
+ ],
1007
+ "sources": [
1008
+ {
1009
+ "fileName": "top-app-bar/src/mdc-top-app-bar.ts",
1010
+ "line": 10,
1011
+ "character": 13
1012
+ }
1013
+ ],
1014
+ "extendedTypes": [
1015
+ {
1016
+ "type": "reference",
1017
+ "typeArguments": [
1018
+ {
1019
+ "type": "reference",
1020
+ "name": "MDCTopAppBarBaseFoundation"
1021
+ }
1022
+ ],
1023
+ "name": "MdcComponent"
1024
+ }
1025
+ ]
1026
+ },
1027
+ {
1028
+ "id": 83,
1029
+ "name": "MdcTopAppBarActionItem",
1030
+ "kind": 128,
1031
+ "kindString": "Class",
1032
+ "flags": {},
1033
+ "decorators": [
1034
+ {
1035
+ "name": "inject",
1036
+ "type": {
1037
+ "type": "reference",
1038
+ "name": "inject"
1039
+ },
1040
+ "arguments": {
1041
+ "dependencies": "Element"
1042
+ }
1043
+ },
1044
+ {
1045
+ "name": "customAttribute",
1046
+ "type": {
1047
+ "type": "reference",
1048
+ "name": "customAttribute"
1049
+ },
1050
+ "arguments": {
1051
+ "name": "'mdc-top-app-bar-action-item'"
1052
+ }
1053
+ }
1054
+ ],
1055
+ "children": [
1056
+ {
1057
+ "id": 84,
1058
+ "name": "constructor",
1059
+ "kind": 512,
1060
+ "kindString": "Constructor",
1061
+ "flags": {},
1062
+ "sources": [
1063
+ {
1064
+ "fileName": "top-app-bar/src/mdc-top-app-bar-action-item.ts",
1065
+ "line": 6,
1066
+ "character": 2
1067
+ }
1068
+ ],
1069
+ "signatures": [
1070
+ {
1071
+ "id": 85,
1072
+ "name": "new MdcTopAppBarActionItem",
1073
+ "kind": 16384,
1074
+ "kindString": "Constructor signature",
1075
+ "flags": {},
1076
+ "parameters": [
1077
+ {
1078
+ "id": 86,
1079
+ "name": "root",
1080
+ "kind": 32768,
1081
+ "kindString": "Parameter",
1082
+ "flags": {},
1083
+ "type": {
1084
+ "type": "reference",
1085
+ "name": "HTMLElement"
1086
+ }
1087
+ }
1088
+ ],
1089
+ "type": {
1090
+ "type": "reference",
1091
+ "id": 83,
1092
+ "name": "MdcTopAppBarActionItem"
1093
+ }
1094
+ }
1095
+ ]
1096
+ },
1097
+ {
1098
+ "id": 87,
1099
+ "name": "attached",
1100
+ "kind": 2048,
1101
+ "kindString": "Method",
1102
+ "flags": {},
1103
+ "sources": [
1104
+ {
1105
+ "fileName": "top-app-bar/src/mdc-top-app-bar-action-item.ts",
1106
+ "line": 8,
1107
+ "character": 2
1108
+ }
1109
+ ],
1110
+ "signatures": [
1111
+ {
1112
+ "id": 88,
1113
+ "name": "attached",
1114
+ "kind": 4096,
1115
+ "kindString": "Call signature",
1116
+ "flags": {},
1117
+ "type": {
1118
+ "type": "intrinsic",
1119
+ "name": "void"
1120
+ }
1121
+ }
1122
+ ]
1123
+ }
1124
+ ],
1125
+ "groups": [
1126
+ {
1127
+ "title": "Constructors",
1128
+ "kind": 512,
1129
+ "children": [
1130
+ 84
1131
+ ]
1132
+ },
1133
+ {
1134
+ "title": "Methods",
1135
+ "kind": 2048,
1136
+ "children": [
1137
+ 87
1138
+ ]
1139
+ }
1140
+ ],
1141
+ "sources": [
1142
+ {
1143
+ "fileName": "top-app-bar/src/mdc-top-app-bar-action-item.ts",
1144
+ "line": 5,
1145
+ "character": 13
1146
+ }
1147
+ ]
1148
+ },
1149
+ {
1150
+ "id": 70,
1151
+ "name": "MdcTopAppBarFixedAdjust",
1152
+ "kind": 128,
1153
+ "kindString": "Class",
1154
+ "flags": {},
1155
+ "decorators": [
1156
+ {
1157
+ "name": "inject",
1158
+ "type": {
1159
+ "type": "reference",
1160
+ "name": "inject"
1161
+ },
1162
+ "arguments": {
1163
+ "dependencies": "Element"
1164
+ }
1165
+ },
1166
+ {
1167
+ "name": "customAttribute",
1168
+ "type": {
1169
+ "type": "reference",
1170
+ "name": "customAttribute"
1171
+ },
1172
+ "arguments": {
1173
+ "name": "'mdc-top-app-bar-fixed-adjust'"
1174
+ }
1175
+ }
1176
+ ],
1177
+ "children": [
1178
+ {
1179
+ "id": 71,
1180
+ "name": "constructor",
1181
+ "kind": 512,
1182
+ "kindString": "Constructor",
1183
+ "flags": {},
1184
+ "sources": [
1185
+ {
1186
+ "fileName": "top-app-bar/src/mdc-top-app-bar-fixed-adjust.ts",
1187
+ "line": 6,
1188
+ "character": 2
1189
+ }
1190
+ ],
1191
+ "signatures": [
1192
+ {
1193
+ "id": 72,
1194
+ "name": "new MdcTopAppBarFixedAdjust",
1195
+ "kind": 16384,
1196
+ "kindString": "Constructor signature",
1197
+ "flags": {},
1198
+ "parameters": [
1199
+ {
1200
+ "id": 73,
1201
+ "name": "root",
1202
+ "kind": 32768,
1203
+ "kindString": "Parameter",
1204
+ "flags": {},
1205
+ "type": {
1206
+ "type": "reference",
1207
+ "name": "HTMLElement"
1208
+ }
1209
+ }
1210
+ ],
1211
+ "type": {
1212
+ "type": "reference",
1213
+ "id": 70,
1214
+ "name": "MdcTopAppBarFixedAdjust"
1215
+ }
1216
+ }
1217
+ ]
1218
+ },
1219
+ {
1220
+ "id": 74,
1221
+ "name": "value",
1222
+ "kind": 1024,
1223
+ "kindString": "Property",
1224
+ "flags": {},
1225
+ "sources": [
1226
+ {
1227
+ "fileName": "top-app-bar/src/mdc-top-app-bar-fixed-adjust.ts",
1228
+ "line": 8,
1229
+ "character": 2
1230
+ }
1231
+ ],
1232
+ "type": {
1233
+ "type": "union",
1234
+ "types": [
1235
+ {
1236
+ "type": "literal",
1237
+ "value": "prominent"
1238
+ },
1239
+ {
1240
+ "type": "literal",
1241
+ "value": "dense"
1242
+ },
1243
+ {
1244
+ "type": "literal",
1245
+ "value": "dense-prominent"
1246
+ },
1247
+ {
1248
+ "type": "literal",
1249
+ "value": "short"
1250
+ }
1251
+ ]
1252
+ }
1253
+ },
1254
+ {
1255
+ "id": 75,
1256
+ "name": "attached",
1257
+ "kind": 2048,
1258
+ "kindString": "Method",
1259
+ "flags": {},
1260
+ "sources": [
1261
+ {
1262
+ "fileName": "top-app-bar/src/mdc-top-app-bar-fixed-adjust.ts",
1263
+ "line": 10,
1264
+ "character": 2
1265
+ }
1266
+ ],
1267
+ "signatures": [
1268
+ {
1269
+ "id": 76,
1270
+ "name": "attached",
1271
+ "kind": 4096,
1272
+ "kindString": "Call signature",
1273
+ "flags": {},
1274
+ "type": {
1275
+ "type": "intrinsic",
1276
+ "name": "void"
1277
+ }
1278
+ }
1279
+ ]
1280
+ }
1281
+ ],
1282
+ "groups": [
1283
+ {
1284
+ "title": "Constructors",
1285
+ "kind": 512,
1286
+ "children": [
1287
+ 71
1288
+ ]
1289
+ },
1290
+ {
1291
+ "title": "Properties",
1292
+ "kind": 1024,
1293
+ "children": [
1294
+ 74
1295
+ ]
1296
+ },
1297
+ {
1298
+ "title": "Methods",
1299
+ "kind": 2048,
1300
+ "children": [
1301
+ 75
1302
+ ]
1303
+ }
1304
+ ],
1305
+ "sources": [
1306
+ {
1307
+ "fileName": "top-app-bar/src/mdc-top-app-bar-fixed-adjust.ts",
1308
+ "line": 5,
1309
+ "character": 13
1310
+ }
1311
+ ]
1312
+ },
1313
+ {
1314
+ "id": 77,
1315
+ "name": "MdcTopAppBarNavIcon",
1316
+ "kind": 128,
1317
+ "kindString": "Class",
1318
+ "flags": {},
1319
+ "decorators": [
1320
+ {
1321
+ "name": "inject",
1322
+ "type": {
1323
+ "type": "reference",
1324
+ "name": "inject"
1325
+ },
1326
+ "arguments": {
1327
+ "dependencies": "Element"
1328
+ }
1329
+ },
1330
+ {
1331
+ "name": "customAttribute",
1332
+ "type": {
1333
+ "type": "reference",
1334
+ "name": "customAttribute"
1335
+ },
1336
+ "arguments": {
1337
+ "name": "'mdc-top-app-bar-nav-icon'"
1338
+ }
1339
+ }
1340
+ ],
1341
+ "children": [
1342
+ {
1343
+ "id": 78,
1344
+ "name": "constructor",
1345
+ "kind": 512,
1346
+ "kindString": "Constructor",
1347
+ "flags": {},
1348
+ "sources": [
1349
+ {
1350
+ "fileName": "top-app-bar/src/mdc-top-app-bar-nav-icon.ts",
1351
+ "line": 6,
1352
+ "character": 2
1353
+ }
1354
+ ],
1355
+ "signatures": [
1356
+ {
1357
+ "id": 79,
1358
+ "name": "new MdcTopAppBarNavIcon",
1359
+ "kind": 16384,
1360
+ "kindString": "Constructor signature",
1361
+ "flags": {},
1362
+ "parameters": [
1363
+ {
1364
+ "id": 80,
1365
+ "name": "root",
1366
+ "kind": 32768,
1367
+ "kindString": "Parameter",
1368
+ "flags": {},
1369
+ "type": {
1370
+ "type": "reference",
1371
+ "name": "HTMLElement"
1372
+ }
1373
+ }
1374
+ ],
1375
+ "type": {
1376
+ "type": "reference",
1377
+ "id": 77,
1378
+ "name": "MdcTopAppBarNavIcon"
1379
+ }
1380
+ }
1381
+ ]
1382
+ },
1383
+ {
1384
+ "id": 81,
1385
+ "name": "attached",
1386
+ "kind": 2048,
1387
+ "kindString": "Method",
1388
+ "flags": {},
1389
+ "sources": [
1390
+ {
1391
+ "fileName": "top-app-bar/src/mdc-top-app-bar-nav-icon.ts",
1392
+ "line": 8,
1393
+ "character": 2
1394
+ }
1395
+ ],
1396
+ "signatures": [
1397
+ {
1398
+ "id": 82,
1399
+ "name": "attached",
1400
+ "kind": 4096,
1401
+ "kindString": "Call signature",
1402
+ "flags": {},
1403
+ "type": {
1404
+ "type": "intrinsic",
1405
+ "name": "void"
1406
+ }
1407
+ }
1408
+ ]
1409
+ }
1410
+ ],
1411
+ "groups": [
1412
+ {
1413
+ "title": "Constructors",
1414
+ "kind": 512,
1415
+ "children": [
1416
+ 78
1417
+ ]
1418
+ },
1419
+ {
1420
+ "title": "Methods",
1421
+ "kind": 2048,
1422
+ "children": [
1423
+ 81
1424
+ ]
1425
+ }
1426
+ ],
1427
+ "sources": [
1428
+ {
1429
+ "fileName": "top-app-bar/src/mdc-top-app-bar-nav-icon.ts",
1430
+ "line": 5,
1431
+ "character": 13
1432
+ }
1433
+ ]
1434
+ },
1435
+ {
1436
+ "id": 60,
1437
+ "name": "MdcTopAppBarRow",
1438
+ "kind": 128,
1439
+ "kindString": "Class",
1440
+ "flags": {},
1441
+ "decorators": [
1442
+ {
1443
+ "name": "customElement",
1444
+ "type": {
1445
+ "type": "reference",
1446
+ "name": "customElement"
1447
+ },
1448
+ "arguments": {
1449
+ "definition": "{\n name: 'mdc-top-app-bar-row',\n template: '<template class=\"mdc-top-app-bar__row\"></template>'\n}"
1450
+ }
1451
+ }
1452
+ ],
1453
+ "children": [
1454
+ {
1455
+ "id": 61,
1456
+ "name": "constructor",
1457
+ "kind": 512,
1458
+ "kindString": "Constructor",
1459
+ "flags": {},
1460
+ "signatures": [
1461
+ {
1462
+ "id": 62,
1463
+ "name": "new MdcTopAppBarRow",
1464
+ "kind": 16384,
1465
+ "kindString": "Constructor signature",
1466
+ "flags": {},
1467
+ "type": {
1468
+ "type": "reference",
1469
+ "id": 60,
1470
+ "name": "MdcTopAppBarRow"
1471
+ }
1472
+ }
1473
+ ]
1474
+ }
1475
+ ],
1476
+ "groups": [
1477
+ {
1478
+ "title": "Constructors",
1479
+ "kind": 512,
1480
+ "children": [
1481
+ 61
1482
+ ]
1483
+ }
1484
+ ],
1485
+ "sources": [
1486
+ {
1487
+ "fileName": "top-app-bar/src/mdc-top-app-bar-row.ts",
1488
+ "line": 7,
1489
+ "character": 13
1490
+ }
1491
+ ]
1492
+ },
1493
+ {
1494
+ "id": 66,
1495
+ "name": "MdcTopAppBarSection",
1496
+ "kind": 128,
1497
+ "kindString": "Class",
1498
+ "flags": {},
1499
+ "decorators": [
1500
+ {
1501
+ "name": "customElement",
1502
+ "type": {
1503
+ "type": "reference",
1504
+ "name": "customElement"
1505
+ },
1506
+ "arguments": {
1507
+ "name": "'mdc-top-app-bar-section'"
1508
+ }
1509
+ }
1510
+ ],
1511
+ "children": [
1512
+ {
1513
+ "id": 67,
1514
+ "name": "constructor",
1515
+ "kind": 512,
1516
+ "kindString": "Constructor",
1517
+ "flags": {},
1518
+ "signatures": [
1519
+ {
1520
+ "id": 68,
1521
+ "name": "new MdcTopAppBarSection",
1522
+ "kind": 16384,
1523
+ "kindString": "Constructor signature",
1524
+ "flags": {},
1525
+ "type": {
1526
+ "type": "reference",
1527
+ "id": 66,
1528
+ "name": "MdcTopAppBarSection"
1529
+ }
1530
+ }
1531
+ ]
1532
+ },
1533
+ {
1534
+ "id": 69,
1535
+ "name": "end",
1536
+ "kind": 1024,
1537
+ "kindString": "Property",
1538
+ "flags": {},
1539
+ "decorators": [
1540
+ {
1541
+ "name": "bindable",
1542
+ "type": {
1543
+ "type": "reference",
1544
+ "name": "bindable"
1545
+ },
1546
+ "arguments": {
1547
+ "config": "{ set: booleanAttr }"
1548
+ }
1549
+ }
1550
+ ],
1551
+ "sources": [
1552
+ {
1553
+ "fileName": "top-app-bar/src/mdc-top-app-bar-section/mdc-top-app-bar-section.ts",
1554
+ "line": 7,
1555
+ "character": 2
1556
+ }
1557
+ ],
1558
+ "type": {
1559
+ "type": "intrinsic",
1560
+ "name": "boolean"
1561
+ }
1562
+ }
1563
+ ],
1564
+ "groups": [
1565
+ {
1566
+ "title": "Constructors",
1567
+ "kind": 512,
1568
+ "children": [
1569
+ 67
1570
+ ]
1571
+ },
1572
+ {
1573
+ "title": "Properties",
1574
+ "kind": 1024,
1575
+ "children": [
1576
+ 69
1577
+ ]
1578
+ }
1579
+ ],
1580
+ "sources": [
1581
+ {
1582
+ "fileName": "top-app-bar/src/mdc-top-app-bar-section/mdc-top-app-bar-section.ts",
1583
+ "line": 5,
1584
+ "character": 13
1585
+ }
1586
+ ]
1587
+ },
1588
+ {
1589
+ "id": 63,
1590
+ "name": "MdcTopAppBarTitle",
1591
+ "kind": 128,
1592
+ "kindString": "Class",
1593
+ "flags": {},
1594
+ "decorators": [
1595
+ {
1596
+ "name": "customElement",
1597
+ "type": {
1598
+ "type": "reference",
1599
+ "name": "customElement"
1600
+ },
1601
+ "arguments": {
1602
+ "definition": "{\n name: 'mdc-top-app-bar-title',\n template: '<template class=\"mdc-top-app-bar__title\"><au-slot></au-slot></template>'\n}"
1603
+ }
1604
+ }
1605
+ ],
1606
+ "children": [
1607
+ {
1608
+ "id": 64,
1609
+ "name": "constructor",
1610
+ "kind": 512,
1611
+ "kindString": "Constructor",
1612
+ "flags": {},
1613
+ "signatures": [
1614
+ {
1615
+ "id": 65,
1616
+ "name": "new MdcTopAppBarTitle",
1617
+ "kind": 16384,
1618
+ "kindString": "Constructor signature",
1619
+ "flags": {},
1620
+ "type": {
1621
+ "type": "reference",
1622
+ "id": 63,
1623
+ "name": "MdcTopAppBarTitle"
1624
+ }
1625
+ }
1626
+ ]
1627
+ }
1628
+ ],
1629
+ "groups": [
1630
+ {
1631
+ "title": "Constructors",
1632
+ "kind": 512,
1633
+ "children": [
1634
+ 64
1635
+ ]
1636
+ }
1637
+ ],
1638
+ "sources": [
1639
+ {
1640
+ "fileName": "top-app-bar/src/mdc-top-app-bar-title.ts",
1641
+ "line": 7,
1642
+ "character": 13
1643
+ }
1644
+ ]
1645
+ },
1646
+ {
1647
+ "id": 1,
1648
+ "name": "TopAppBarConfiguration",
1649
+ "kind": 32,
1650
+ "kindString": "Variable",
1651
+ "flags": {},
1652
+ "sources": [
1653
+ {
1654
+ "fileName": "top-app-bar/src/index.ts",
1655
+ "line": 13,
1656
+ "character": 13
1657
+ }
1658
+ ],
1659
+ "type": {
1660
+ "type": "reflection",
1661
+ "declaration": {
1662
+ "id": 2,
1663
+ "name": "__type",
1664
+ "kind": 65536,
1665
+ "kindString": "Type literal",
1666
+ "flags": {},
1667
+ "children": [
1668
+ {
1669
+ "id": 3,
1670
+ "name": "register",
1671
+ "kind": 2048,
1672
+ "kindString": "Method",
1673
+ "flags": {},
1674
+ "sources": [
1675
+ {
1676
+ "fileName": "top-app-bar/src/index.ts",
1677
+ "line": 14,
1678
+ "character": 2
1679
+ }
1680
+ ],
1681
+ "signatures": [
1682
+ {
1683
+ "id": 4,
1684
+ "name": "register",
1685
+ "kind": 4096,
1686
+ "kindString": "Call signature",
1687
+ "flags": {},
1688
+ "parameters": [
1689
+ {
1690
+ "id": 5,
1691
+ "name": "container",
1692
+ "kind": 32768,
1693
+ "kindString": "Parameter",
1694
+ "flags": {},
1695
+ "type": {
1696
+ "type": "reference",
1697
+ "name": "IContainer"
1698
+ }
1699
+ }
1700
+ ],
1701
+ "type": {
1702
+ "type": "reference",
1703
+ "name": "IContainer"
1704
+ }
1705
+ }
1706
+ ]
1707
+ }
1708
+ ],
1709
+ "groups": [
1710
+ {
1711
+ "title": "Methods",
1712
+ "kind": 2048,
1713
+ "children": [
1714
+ 3
1715
+ ]
1716
+ }
1717
+ ]
1718
+ }
1719
+ },
1720
+ "defaultValue": "..."
1721
+ }
1722
+ ],
1723
+ "groups": [
1724
+ {
1725
+ "title": "Classes",
1726
+ "kind": 128,
1727
+ "children": [
1728
+ 6,
1729
+ 83,
1730
+ 70,
1731
+ 77,
1732
+ 60,
1733
+ 66,
1734
+ 63
1735
+ ]
1736
+ },
1737
+ {
1738
+ "title": "Variables",
1739
+ "kind": 32,
1740
+ "children": [
1741
+ 1
1742
+ ]
1743
+ }
1744
+ ],
1745
+ "sources": [
1746
+ {
1747
+ "fileName": "top-app-bar/src/index.ts",
1748
+ "line": 1,
1749
+ "character": 0
1750
+ }
1751
+ ]
1752
+ }