@aurelia-mdc-web/all 9.2.2-au2 → 9.3.0-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,3179 @@
1
+ {
2
+ "id": 0,
3
+ "name": "aurelia-mdc-web-docs",
4
+ "kind": 1,
5
+ "kindString": "Project",
6
+ "flags": {},
7
+ "children": [
8
+ {
9
+ "id": 199,
10
+ "name": "MdcDefaultTextFieldConfiguration",
11
+ "kind": 128,
12
+ "kindString": "Class",
13
+ "flags": {},
14
+ "children": [
15
+ {
16
+ "id": 200,
17
+ "name": "constructor",
18
+ "kind": 512,
19
+ "kindString": "Constructor",
20
+ "flags": {},
21
+ "signatures": [
22
+ {
23
+ "id": 201,
24
+ "name": "new MdcDefaultTextFieldConfiguration",
25
+ "kind": 16384,
26
+ "kindString": "Constructor signature",
27
+ "flags": {},
28
+ "type": {
29
+ "type": "reference",
30
+ "id": 199,
31
+ "name": "MdcDefaultTextFieldConfiguration"
32
+ }
33
+ }
34
+ ]
35
+ },
36
+ {
37
+ "id": 202,
38
+ "name": "outlined",
39
+ "kind": 1024,
40
+ "kindString": "Property",
41
+ "flags": {
42
+ "isOptional": true
43
+ },
44
+ "sources": [
45
+ {
46
+ "fileName": "text-field/src/mdc-default-text-field-configuration.ts",
47
+ "line": 2,
48
+ "character": 2
49
+ }
50
+ ],
51
+ "type": {
52
+ "type": "intrinsic",
53
+ "name": "boolean"
54
+ }
55
+ }
56
+ ],
57
+ "groups": [
58
+ {
59
+ "title": "Constructors",
60
+ "kind": 512,
61
+ "children": [
62
+ 200
63
+ ]
64
+ },
65
+ {
66
+ "title": "Properties",
67
+ "kind": 1024,
68
+ "children": [
69
+ 202
70
+ ]
71
+ }
72
+ ],
73
+ "sources": [
74
+ {
75
+ "fileName": "text-field/src/mdc-default-text-field-configuration.ts",
76
+ "line": 1,
77
+ "character": 13
78
+ }
79
+ ]
80
+ },
81
+ {
82
+ "id": 16,
83
+ "name": "MdcTextField",
84
+ "kind": 128,
85
+ "kindString": "Class",
86
+ "flags": {},
87
+ "decorators": [
88
+ {
89
+ "name": "inject",
90
+ "type": {
91
+ "type": "reference",
92
+ "name": "inject"
93
+ },
94
+ "arguments": {
95
+ "dependencies": "Element",
96
+ "...": [
97
+ "IPlatform",
98
+ "MdcDefaultTextFieldConfiguration"
99
+ ]
100
+ }
101
+ },
102
+ {
103
+ "name": "customElement",
104
+ "type": {
105
+ "type": "reference",
106
+ "name": "customElement"
107
+ },
108
+ "arguments": {
109
+ "name": "'mdc-text-field'"
110
+ }
111
+ },
112
+ {
113
+ "name": "processContent",
114
+ "type": {
115
+ "type": "reference",
116
+ "name": "processContent"
117
+ },
118
+ "arguments": {
119
+ "hook": "MdcTextField.processContent"
120
+ }
121
+ }
122
+ ],
123
+ "children": [
124
+ {
125
+ "id": 20,
126
+ "name": "constructor",
127
+ "kind": 512,
128
+ "kindString": "Constructor",
129
+ "flags": {},
130
+ "sources": [
131
+ {
132
+ "fileName": "text-field/src/mdc-text-field.ts",
133
+ "line": 26,
134
+ "character": 2
135
+ }
136
+ ],
137
+ "signatures": [
138
+ {
139
+ "id": 21,
140
+ "name": "new MdcTextField",
141
+ "kind": 16384,
142
+ "kindString": "Constructor signature",
143
+ "flags": {},
144
+ "parameters": [
145
+ {
146
+ "id": 22,
147
+ "name": "root",
148
+ "kind": 32768,
149
+ "kindString": "Parameter",
150
+ "flags": {},
151
+ "type": {
152
+ "type": "reference",
153
+ "name": "HTMLElement"
154
+ }
155
+ },
156
+ {
157
+ "id": 23,
158
+ "name": "platform",
159
+ "kind": 32768,
160
+ "kindString": "Parameter",
161
+ "flags": {},
162
+ "type": {
163
+ "type": "reference",
164
+ "name": "IPlatform"
165
+ }
166
+ },
167
+ {
168
+ "id": 24,
169
+ "name": "defaultConfiguration",
170
+ "kind": 32768,
171
+ "kindString": "Parameter",
172
+ "flags": {},
173
+ "type": {
174
+ "type": "reference",
175
+ "id": 199,
176
+ "name": "MdcDefaultTextFieldConfiguration"
177
+ }
178
+ }
179
+ ],
180
+ "type": {
181
+ "type": "reference",
182
+ "id": 16,
183
+ "name": "MdcTextField"
184
+ },
185
+ "overwrites": {
186
+ "type": "reference",
187
+ "name": "MdcComponent<MDCTextFieldFoundation>.constructor"
188
+ }
189
+ }
190
+ ],
191
+ "overwrites": {
192
+ "type": "reference",
193
+ "name": "MdcComponent<MDCTextFieldFoundation>.constructor"
194
+ }
195
+ },
196
+ {
197
+ "id": 74,
198
+ "name": "autocomplete",
199
+ "kind": 1024,
200
+ "kindString": "Property",
201
+ "flags": {},
202
+ "decorators": [
203
+ {
204
+ "name": "bindable",
205
+ "type": {
206
+ "type": "reference",
207
+ "name": "bindable"
208
+ }
209
+ }
210
+ ],
211
+ "sources": [
212
+ {
213
+ "fileName": "text-field/src/mdc-text-field.ts",
214
+ "line": 169,
215
+ "character": 2
216
+ }
217
+ ],
218
+ "type": {
219
+ "type": "intrinsic",
220
+ "name": "string"
221
+ }
222
+ },
223
+ {
224
+ "id": 55,
225
+ "name": "blurOnEnter",
226
+ "kind": 1024,
227
+ "kindString": "Property",
228
+ "flags": {},
229
+ "comment": {
230
+ "shortText": "Makes the element blur on Enter key press"
231
+ },
232
+ "decorators": [
233
+ {
234
+ "name": "bindable",
235
+ "type": {
236
+ "type": "reference",
237
+ "name": "bindable"
238
+ },
239
+ "arguments": {
240
+ "config": "{ set: booleanAttr }"
241
+ }
242
+ }
243
+ ],
244
+ "sources": [
245
+ {
246
+ "fileName": "text-field/src/mdc-text-field.ts",
247
+ "line": 106,
248
+ "character": 2
249
+ }
250
+ ],
251
+ "type": {
252
+ "type": "intrinsic",
253
+ "name": "boolean"
254
+ }
255
+ },
256
+ {
257
+ "id": 32,
258
+ "name": "characterCounter_",
259
+ "kind": 1024,
260
+ "kindString": "Property",
261
+ "flags": {
262
+ "isOptional": true
263
+ },
264
+ "sources": [
265
+ {
266
+ "fileName": "text-field/src/mdc-text-field.ts",
267
+ "line": 47,
268
+ "character": 2
269
+ }
270
+ ],
271
+ "type": {
272
+ "type": "reference",
273
+ "name": "MdcTextFieldCharacterCounter"
274
+ }
275
+ },
276
+ {
277
+ "id": 62,
278
+ "name": "cols",
279
+ "kind": 1024,
280
+ "kindString": "Property",
281
+ "flags": {},
282
+ "decorators": [
283
+ {
284
+ "name": "bindable",
285
+ "type": {
286
+ "type": "reference",
287
+ "name": "bindable"
288
+ }
289
+ }
290
+ ],
291
+ "sources": [
292
+ {
293
+ "fileName": "text-field/src/mdc-text-field.ts",
294
+ "line": 129,
295
+ "character": 2
296
+ }
297
+ ],
298
+ "type": {
299
+ "type": "intrinsic",
300
+ "name": "string"
301
+ }
302
+ },
303
+ {
304
+ "id": 49,
305
+ "name": "disabled",
306
+ "kind": 1024,
307
+ "kindString": "Property",
308
+ "flags": {},
309
+ "decorators": [
310
+ {
311
+ "name": "bindable",
312
+ "type": {
313
+ "type": "reference",
314
+ "name": "bindable"
315
+ },
316
+ "arguments": {
317
+ "config": "{ set: booleanAttr }"
318
+ }
319
+ }
320
+ ],
321
+ "sources": [
322
+ {
323
+ "fileName": "text-field/src/mdc-text-field.ts",
324
+ "line": 92,
325
+ "character": 2
326
+ }
327
+ ],
328
+ "type": {
329
+ "type": "intrinsic",
330
+ "name": "boolean"
331
+ }
332
+ },
333
+ {
334
+ "id": 41,
335
+ "name": "endAligned",
336
+ "kind": 1024,
337
+ "kindString": "Property",
338
+ "flags": {},
339
+ "decorators": [
340
+ {
341
+ "name": "bindable",
342
+ "type": {
343
+ "type": "reference",
344
+ "name": "bindable"
345
+ },
346
+ "arguments": {
347
+ "config": "{ set: booleanAttr }"
348
+ }
349
+ }
350
+ ],
351
+ "sources": [
352
+ {
353
+ "fileName": "text-field/src/mdc-text-field.ts",
354
+ "line": 68,
355
+ "character": 2
356
+ }
357
+ ],
358
+ "type": {
359
+ "type": "intrinsic",
360
+ "name": "boolean"
361
+ }
362
+ },
363
+ {
364
+ "id": 33,
365
+ "name": "errors",
366
+ "kind": 1024,
367
+ "kindString": "Property",
368
+ "flags": {},
369
+ "sources": [
370
+ {
371
+ "fileName": "text-field/src/mdc-text-field.ts",
372
+ "line": 48,
373
+ "character": 2
374
+ }
375
+ ],
376
+ "type": {
377
+ "type": "reference",
378
+ "typeArguments": [
379
+ {
380
+ "type": "reference",
381
+ "name": "IError"
382
+ },
383
+ {
384
+ "type": "intrinsic",
385
+ "name": "boolean"
386
+ }
387
+ ],
388
+ "name": "Map"
389
+ },
390
+ "defaultValue": "..."
391
+ },
392
+ {
393
+ "id": 151,
394
+ "name": "foundation",
395
+ "kind": 1024,
396
+ "kindString": "Property",
397
+ "flags": {
398
+ "isOptional": true
399
+ },
400
+ "sources": [
401
+ {
402
+ "fileName": "base/src/mdc-component.ts",
403
+ "line": 6,
404
+ "character": 2
405
+ }
406
+ ],
407
+ "type": {
408
+ "type": "reference",
409
+ "name": "MDCTextFieldFoundation"
410
+ },
411
+ "inheritedFrom": {
412
+ "type": "reference",
413
+ "name": "MdcComponent.foundation"
414
+ }
415
+ },
416
+ {
417
+ "id": 31,
418
+ "name": "helperText_",
419
+ "kind": 1024,
420
+ "kindString": "Property",
421
+ "flags": {},
422
+ "sources": [
423
+ {
424
+ "fileName": "text-field/src/mdc-text-field.ts",
425
+ "line": 46,
426
+ "character": 2
427
+ }
428
+ ],
429
+ "type": {
430
+ "type": "union",
431
+ "types": [
432
+ {
433
+ "type": "intrinsic",
434
+ "name": "undefined"
435
+ },
436
+ {
437
+ "type": "reference",
438
+ "name": "MdcTextFieldHelperText"
439
+ }
440
+ ]
441
+ }
442
+ },
443
+ {
444
+ "id": 25,
445
+ "name": "id",
446
+ "kind": 1024,
447
+ "kindString": "Property",
448
+ "flags": {},
449
+ "sources": [
450
+ {
451
+ "fileName": "text-field/src/mdc-text-field.ts",
452
+ "line": 40,
453
+ "character": 2
454
+ }
455
+ ],
456
+ "type": {
457
+ "type": "intrinsic",
458
+ "name": "string"
459
+ },
460
+ "defaultValue": "..."
461
+ },
462
+ {
463
+ "id": 26,
464
+ "name": "id1",
465
+ "kind": 1024,
466
+ "kindString": "Property",
467
+ "flags": {},
468
+ "sources": [
469
+ {
470
+ "fileName": "text-field/src/mdc-text-field.ts",
471
+ "line": 41,
472
+ "character": 2
473
+ }
474
+ ],
475
+ "type": {
476
+ "type": "intrinsic",
477
+ "name": "string"
478
+ },
479
+ "defaultValue": "..."
480
+ },
481
+ {
482
+ "id": 87,
483
+ "name": "initialValue",
484
+ "kind": 1024,
485
+ "kindString": "Property",
486
+ "flags": {
487
+ "isPrivate": true
488
+ },
489
+ "sources": [
490
+ {
491
+ "fileName": "text-field/src/mdc-text-field.ts",
492
+ "line": 213,
493
+ "character": 10
494
+ }
495
+ ],
496
+ "type": {
497
+ "type": "intrinsic",
498
+ "name": "string"
499
+ }
500
+ },
501
+ {
502
+ "id": 152,
503
+ "name": "initialised",
504
+ "kind": 1024,
505
+ "kindString": "Property",
506
+ "flags": {},
507
+ "sources": [
508
+ {
509
+ "fileName": "base/src/mdc-component.ts",
510
+ "line": 8,
511
+ "character": 2
512
+ }
513
+ ],
514
+ "type": {
515
+ "type": "reference",
516
+ "typeArguments": [
517
+ {
518
+ "type": "intrinsic",
519
+ "name": "unknown"
520
+ }
521
+ ],
522
+ "name": "Promise"
523
+ },
524
+ "defaultValue": "...",
525
+ "inheritedFrom": {
526
+ "type": "reference",
527
+ "name": "MdcComponent.initialised"
528
+ }
529
+ },
530
+ {
531
+ "id": 153,
532
+ "name": "initialisedResolve",
533
+ "kind": 1024,
534
+ "kindString": "Property",
535
+ "flags": {
536
+ "isProtected": true
537
+ },
538
+ "sources": [
539
+ {
540
+ "fileName": "base/src/mdc-component.ts",
541
+ "line": 9,
542
+ "character": 12
543
+ }
544
+ ],
545
+ "type": {
546
+ "type": "reflection",
547
+ "declaration": {
548
+ "id": 154,
549
+ "name": "__type",
550
+ "kind": 65536,
551
+ "kindString": "Type literal",
552
+ "flags": {},
553
+ "signatures": [
554
+ {
555
+ "id": 155,
556
+ "name": "__type",
557
+ "kind": 4096,
558
+ "kindString": "Call signature",
559
+ "flags": {},
560
+ "parameters": [
561
+ {
562
+ "id": 156,
563
+ "name": "value",
564
+ "kind": 32768,
565
+ "kindString": "Parameter",
566
+ "flags": {
567
+ "isOptional": true
568
+ },
569
+ "type": {
570
+ "type": "intrinsic",
571
+ "name": "unknown"
572
+ }
573
+ }
574
+ ],
575
+ "type": {
576
+ "type": "intrinsic",
577
+ "name": "void"
578
+ }
579
+ }
580
+ ]
581
+ }
582
+ },
583
+ "inheritedFrom": {
584
+ "type": "reference",
585
+ "name": "MdcComponent.initialisedResolve"
586
+ }
587
+ },
588
+ {
589
+ "id": 27,
590
+ "name": "input_",
591
+ "kind": 1024,
592
+ "kindString": "Property",
593
+ "flags": {},
594
+ "sources": [
595
+ {
596
+ "fileName": "text-field/src/mdc-text-field.ts",
597
+ "line": 42,
598
+ "character": 2
599
+ }
600
+ ],
601
+ "type": {
602
+ "type": "reference",
603
+ "name": "HTMLInputElement"
604
+ }
605
+ },
606
+ {
607
+ "id": 37,
608
+ "name": "label",
609
+ "kind": 1024,
610
+ "kindString": "Property",
611
+ "flags": {},
612
+ "decorators": [
613
+ {
614
+ "name": "bindable",
615
+ "type": {
616
+ "type": "reference",
617
+ "name": "bindable"
618
+ }
619
+ }
620
+ ],
621
+ "sources": [
622
+ {
623
+ "fileName": "text-field/src/mdc-text-field.ts",
624
+ "line": 54,
625
+ "character": 2
626
+ }
627
+ ],
628
+ "type": {
629
+ "type": "intrinsic",
630
+ "name": "string"
631
+ }
632
+ },
633
+ {
634
+ "id": 28,
635
+ "name": "label_",
636
+ "kind": 1024,
637
+ "kindString": "Property",
638
+ "flags": {
639
+ "isOptional": true
640
+ },
641
+ "sources": [
642
+ {
643
+ "fileName": "text-field/src/mdc-text-field.ts",
644
+ "line": 43,
645
+ "character": 2
646
+ }
647
+ ],
648
+ "type": {
649
+ "type": "reference",
650
+ "name": "MdcFloatingLabel"
651
+ },
652
+ "defaultValue": "undefined"
653
+ },
654
+ {
655
+ "id": 34,
656
+ "name": "leadingIcon_",
657
+ "kind": 1024,
658
+ "kindString": "Property",
659
+ "flags": {},
660
+ "sources": [
661
+ {
662
+ "fileName": "text-field/src/mdc-text-field.ts",
663
+ "line": 49,
664
+ "character": 2
665
+ }
666
+ ],
667
+ "type": {
668
+ "type": "union",
669
+ "types": [
670
+ {
671
+ "type": "intrinsic",
672
+ "name": "undefined"
673
+ },
674
+ {
675
+ "type": "reference",
676
+ "name": "MdcTextFieldIcon"
677
+ }
678
+ ]
679
+ }
680
+ },
681
+ {
682
+ "id": 29,
683
+ "name": "lineRipple_",
684
+ "kind": 1024,
685
+ "kindString": "Property",
686
+ "flags": {},
687
+ "sources": [
688
+ {
689
+ "fileName": "text-field/src/mdc-text-field.ts",
690
+ "line": 44,
691
+ "character": 2
692
+ }
693
+ ],
694
+ "type": {
695
+ "type": "reference",
696
+ "name": "MdcLineRipple"
697
+ }
698
+ },
699
+ {
700
+ "id": 42,
701
+ "name": "ltrText",
702
+ "kind": 1024,
703
+ "kindString": "Property",
704
+ "flags": {},
705
+ "decorators": [
706
+ {
707
+ "name": "bindable",
708
+ "type": {
709
+ "type": "reference",
710
+ "name": "bindable"
711
+ },
712
+ "arguments": {
713
+ "config": "{ set: booleanAttr }"
714
+ }
715
+ }
716
+ ],
717
+ "sources": [
718
+ {
719
+ "fileName": "text-field/src/mdc-text-field.ts",
720
+ "line": 71,
721
+ "character": 2
722
+ }
723
+ ],
724
+ "type": {
725
+ "type": "intrinsic",
726
+ "name": "boolean"
727
+ }
728
+ },
729
+ {
730
+ "id": 65,
731
+ "name": "max",
732
+ "kind": 1024,
733
+ "kindString": "Property",
734
+ "flags": {},
735
+ "decorators": [
736
+ {
737
+ "name": "bindable",
738
+ "type": {
739
+ "type": "reference",
740
+ "name": "bindable"
741
+ }
742
+ }
743
+ ],
744
+ "sources": [
745
+ {
746
+ "fileName": "text-field/src/mdc-text-field.ts",
747
+ "line": 139,
748
+ "character": 2
749
+ }
750
+ ],
751
+ "type": {
752
+ "type": "intrinsic",
753
+ "name": "string"
754
+ }
755
+ },
756
+ {
757
+ "id": 56,
758
+ "name": "maxlength",
759
+ "kind": 1024,
760
+ "kindString": "Property",
761
+ "flags": {},
762
+ "decorators": [
763
+ {
764
+ "name": "bindable",
765
+ "type": {
766
+ "type": "reference",
767
+ "name": "bindable"
768
+ }
769
+ }
770
+ ],
771
+ "sources": [
772
+ {
773
+ "fileName": "text-field/src/mdc-text-field.ts",
774
+ "line": 109,
775
+ "character": 2
776
+ }
777
+ ],
778
+ "type": {
779
+ "type": "intrinsic",
780
+ "name": "string"
781
+ }
782
+ },
783
+ {
784
+ "id": 68,
785
+ "name": "min",
786
+ "kind": 1024,
787
+ "kindString": "Property",
788
+ "flags": {},
789
+ "decorators": [
790
+ {
791
+ "name": "bindable",
792
+ "type": {
793
+ "type": "reference",
794
+ "name": "bindable"
795
+ }
796
+ }
797
+ ],
798
+ "sources": [
799
+ {
800
+ "fileName": "text-field/src/mdc-text-field.ts",
801
+ "line": 149,
802
+ "character": 2
803
+ }
804
+ ],
805
+ "type": {
806
+ "type": "intrinsic",
807
+ "name": "string"
808
+ }
809
+ },
810
+ {
811
+ "id": 36,
812
+ "name": "mutationObserver",
813
+ "kind": 1024,
814
+ "kindString": "Property",
815
+ "flags": {},
816
+ "sources": [
817
+ {
818
+ "fileName": "text-field/src/mdc-text-field.ts",
819
+ "line": 51,
820
+ "character": 2
821
+ }
822
+ ],
823
+ "type": {
824
+ "type": "reference",
825
+ "name": "MutationObserver"
826
+ },
827
+ "defaultValue": "..."
828
+ },
829
+ {
830
+ "id": 83,
831
+ "name": "name",
832
+ "kind": 1024,
833
+ "kindString": "Property",
834
+ "flags": {},
835
+ "decorators": [
836
+ {
837
+ "name": "bindable",
838
+ "type": {
839
+ "type": "reference",
840
+ "name": "bindable"
841
+ }
842
+ }
843
+ ],
844
+ "sources": [
845
+ {
846
+ "fileName": "text-field/src/mdc-text-field.ts",
847
+ "line": 201,
848
+ "character": 2
849
+ }
850
+ ],
851
+ "type": {
852
+ "type": "intrinsic",
853
+ "name": "string"
854
+ }
855
+ },
856
+ {
857
+ "id": 30,
858
+ "name": "outline_",
859
+ "kind": 1024,
860
+ "kindString": "Property",
861
+ "flags": {},
862
+ "sources": [
863
+ {
864
+ "fileName": "text-field/src/mdc-text-field.ts",
865
+ "line": 45,
866
+ "character": 2
867
+ }
868
+ ],
869
+ "type": {
870
+ "type": "union",
871
+ "types": [
872
+ {
873
+ "type": "literal",
874
+ "value": null
875
+ },
876
+ {
877
+ "type": "reference",
878
+ "name": "MdcNotchedOutline"
879
+ }
880
+ ]
881
+ }
882
+ },
883
+ {
884
+ "id": 43,
885
+ "name": "outlined",
886
+ "kind": 1024,
887
+ "kindString": "Property",
888
+ "flags": {
889
+ "isOptional": true
890
+ },
891
+ "decorators": [
892
+ {
893
+ "name": "bindable",
894
+ "type": {
895
+ "type": "reference",
896
+ "name": "bindable"
897
+ },
898
+ "arguments": {
899
+ "config": "{ set: booleanAttr }"
900
+ }
901
+ }
902
+ ],
903
+ "sources": [
904
+ {
905
+ "fileName": "text-field/src/mdc-text-field.ts",
906
+ "line": 74,
907
+ "character": 2
908
+ }
909
+ ],
910
+ "type": {
911
+ "type": "intrinsic",
912
+ "name": "boolean"
913
+ },
914
+ "defaultValue": "..."
915
+ },
916
+ {
917
+ "id": 86,
918
+ "name": "placeholder",
919
+ "kind": 1024,
920
+ "kindString": "Property",
921
+ "flags": {},
922
+ "decorators": [
923
+ {
924
+ "name": "bindable",
925
+ "type": {
926
+ "type": "reference",
927
+ "name": "bindable"
928
+ }
929
+ }
930
+ ],
931
+ "sources": [
932
+ {
933
+ "fileName": "text-field/src/mdc-text-field.ts",
934
+ "line": 211,
935
+ "character": 2
936
+ }
937
+ ],
938
+ "type": {
939
+ "type": "intrinsic",
940
+ "name": "string"
941
+ },
942
+ "defaultValue": "' '"
943
+ },
944
+ {
945
+ "id": 44,
946
+ "name": "prefix",
947
+ "kind": 1024,
948
+ "kindString": "Property",
949
+ "flags": {},
950
+ "decorators": [
951
+ {
952
+ "name": "bindable",
953
+ "type": {
954
+ "type": "reference",
955
+ "name": "bindable"
956
+ }
957
+ }
958
+ ],
959
+ "sources": [
960
+ {
961
+ "fileName": "text-field/src/mdc-text-field.ts",
962
+ "line": 77,
963
+ "character": 2
964
+ }
965
+ ],
966
+ "type": {
967
+ "type": "intrinsic",
968
+ "name": "string"
969
+ }
970
+ },
971
+ {
972
+ "id": 52,
973
+ "name": "readonly",
974
+ "kind": 1024,
975
+ "kindString": "Property",
976
+ "flags": {},
977
+ "decorators": [
978
+ {
979
+ "name": "bindable",
980
+ "type": {
981
+ "type": "reference",
982
+ "name": "bindable"
983
+ },
984
+ "arguments": {
985
+ "config": "{ set: booleanAttr }"
986
+ }
987
+ }
988
+ ],
989
+ "sources": [
990
+ {
991
+ "fileName": "text-field/src/mdc-text-field.ts",
992
+ "line": 99,
993
+ "character": 2
994
+ }
995
+ ],
996
+ "type": {
997
+ "type": "intrinsic",
998
+ "name": "boolean"
999
+ }
1000
+ },
1001
+ {
1002
+ "id": 46,
1003
+ "name": "required",
1004
+ "kind": 1024,
1005
+ "kindString": "Property",
1006
+ "flags": {
1007
+ "isOptional": true
1008
+ },
1009
+ "decorators": [
1010
+ {
1011
+ "name": "bindable",
1012
+ "type": {
1013
+ "type": "reference",
1014
+ "name": "bindable"
1015
+ },
1016
+ "arguments": {
1017
+ "config": "{ set: booleanAttr }"
1018
+ }
1019
+ }
1020
+ ],
1021
+ "sources": [
1022
+ {
1023
+ "fileName": "text-field/src/mdc-text-field.ts",
1024
+ "line": 83,
1025
+ "character": 2
1026
+ }
1027
+ ],
1028
+ "type": {
1029
+ "type": "intrinsic",
1030
+ "name": "boolean"
1031
+ }
1032
+ },
1033
+ {
1034
+ "id": 150,
1035
+ "name": "root",
1036
+ "kind": 1024,
1037
+ "kindString": "Property",
1038
+ "flags": {
1039
+ "isPublic": true
1040
+ },
1041
+ "type": {
1042
+ "type": "reference",
1043
+ "name": "HTMLElement"
1044
+ },
1045
+ "inheritedFrom": {
1046
+ "type": "reference",
1047
+ "name": "MdcComponent.root"
1048
+ }
1049
+ },
1050
+ {
1051
+ "id": 59,
1052
+ "name": "rows",
1053
+ "kind": 1024,
1054
+ "kindString": "Property",
1055
+ "flags": {},
1056
+ "decorators": [
1057
+ {
1058
+ "name": "bindable",
1059
+ "type": {
1060
+ "type": "reference",
1061
+ "name": "bindable"
1062
+ }
1063
+ }
1064
+ ],
1065
+ "sources": [
1066
+ {
1067
+ "fileName": "text-field/src/mdc-text-field.ts",
1068
+ "line": 119,
1069
+ "character": 2
1070
+ }
1071
+ ],
1072
+ "type": {
1073
+ "type": "intrinsic",
1074
+ "name": "string"
1075
+ }
1076
+ },
1077
+ {
1078
+ "id": 71,
1079
+ "name": "step",
1080
+ "kind": 1024,
1081
+ "kindString": "Property",
1082
+ "flags": {},
1083
+ "decorators": [
1084
+ {
1085
+ "name": "bindable",
1086
+ "type": {
1087
+ "type": "reference",
1088
+ "name": "bindable"
1089
+ }
1090
+ }
1091
+ ],
1092
+ "sources": [
1093
+ {
1094
+ "fileName": "text-field/src/mdc-text-field.ts",
1095
+ "line": 159,
1096
+ "character": 2
1097
+ }
1098
+ ],
1099
+ "type": {
1100
+ "type": "intrinsic",
1101
+ "name": "string"
1102
+ }
1103
+ },
1104
+ {
1105
+ "id": 45,
1106
+ "name": "suffix",
1107
+ "kind": 1024,
1108
+ "kindString": "Property",
1109
+ "flags": {},
1110
+ "decorators": [
1111
+ {
1112
+ "name": "bindable",
1113
+ "type": {
1114
+ "type": "reference",
1115
+ "name": "bindable"
1116
+ }
1117
+ }
1118
+ ],
1119
+ "sources": [
1120
+ {
1121
+ "fileName": "text-field/src/mdc-text-field.ts",
1122
+ "line": 80,
1123
+ "character": 2
1124
+ }
1125
+ ],
1126
+ "type": {
1127
+ "type": "intrinsic",
1128
+ "name": "string"
1129
+ }
1130
+ },
1131
+ {
1132
+ "id": 77,
1133
+ "name": "tabindex",
1134
+ "kind": 1024,
1135
+ "kindString": "Property",
1136
+ "flags": {},
1137
+ "decorators": [
1138
+ {
1139
+ "name": "bindable",
1140
+ "type": {
1141
+ "type": "reference",
1142
+ "name": "bindable"
1143
+ },
1144
+ "arguments": {
1145
+ "config": "{ set: number }"
1146
+ }
1147
+ }
1148
+ ],
1149
+ "sources": [
1150
+ {
1151
+ "fileName": "text-field/src/mdc-text-field.ts",
1152
+ "line": 179,
1153
+ "character": 2
1154
+ }
1155
+ ],
1156
+ "type": {
1157
+ "type": "intrinsic",
1158
+ "name": "number"
1159
+ }
1160
+ },
1161
+ {
1162
+ "id": 40,
1163
+ "name": "textarea",
1164
+ "kind": 1024,
1165
+ "kindString": "Property",
1166
+ "flags": {},
1167
+ "decorators": [
1168
+ {
1169
+ "name": "bindable",
1170
+ "type": {
1171
+ "type": "reference",
1172
+ "name": "bindable"
1173
+ },
1174
+ "arguments": {
1175
+ "config": "{ set: booleanAttr }"
1176
+ }
1177
+ }
1178
+ ],
1179
+ "sources": [
1180
+ {
1181
+ "fileName": "text-field/src/mdc-text-field.ts",
1182
+ "line": 65,
1183
+ "character": 2
1184
+ }
1185
+ ],
1186
+ "type": {
1187
+ "type": "intrinsic",
1188
+ "name": "boolean"
1189
+ }
1190
+ },
1191
+ {
1192
+ "id": 35,
1193
+ "name": "trailingIcon_",
1194
+ "kind": 1024,
1195
+ "kindString": "Property",
1196
+ "flags": {},
1197
+ "sources": [
1198
+ {
1199
+ "fileName": "text-field/src/mdc-text-field.ts",
1200
+ "line": 50,
1201
+ "character": 2
1202
+ }
1203
+ ],
1204
+ "type": {
1205
+ "type": "union",
1206
+ "types": [
1207
+ {
1208
+ "type": "intrinsic",
1209
+ "name": "undefined"
1210
+ },
1211
+ {
1212
+ "type": "reference",
1213
+ "name": "MdcTextFieldIcon"
1214
+ }
1215
+ ]
1216
+ }
1217
+ },
1218
+ {
1219
+ "id": 80,
1220
+ "name": "type",
1221
+ "kind": 1024,
1222
+ "kindString": "Property",
1223
+ "flags": {},
1224
+ "decorators": [
1225
+ {
1226
+ "name": "bindable",
1227
+ "type": {
1228
+ "type": "reference",
1229
+ "name": "bindable"
1230
+ }
1231
+ }
1232
+ ],
1233
+ "sources": [
1234
+ {
1235
+ "fileName": "text-field/src/mdc-text-field.ts",
1236
+ "line": 189,
1237
+ "character": 2
1238
+ }
1239
+ ],
1240
+ "type": {
1241
+ "type": "intrinsic",
1242
+ "name": "string"
1243
+ }
1244
+ },
1245
+ {
1246
+ "id": 98,
1247
+ "name": "valid",
1248
+ "kind": 262144,
1249
+ "kindString": "Accessor",
1250
+ "flags": {},
1251
+ "sources": [
1252
+ {
1253
+ "fileName": "text-field/src/mdc-text-field.ts",
1254
+ "line": 241,
1255
+ "character": 6
1256
+ }
1257
+ ],
1258
+ "getSignature": [
1259
+ {
1260
+ "id": 99,
1261
+ "name": "valid",
1262
+ "kind": 524288,
1263
+ "kindString": "Get signature",
1264
+ "flags": {},
1265
+ "type": {
1266
+ "type": "intrinsic",
1267
+ "name": "boolean"
1268
+ }
1269
+ }
1270
+ ],
1271
+ "setSignature": [
1272
+ {
1273
+ "id": 100,
1274
+ "name": "valid",
1275
+ "kind": 1048576,
1276
+ "kindString": "Set signature",
1277
+ "flags": {},
1278
+ "parameters": [
1279
+ {
1280
+ "id": 101,
1281
+ "name": "value",
1282
+ "kind": 32768,
1283
+ "kindString": "Parameter",
1284
+ "flags": {},
1285
+ "type": {
1286
+ "type": "intrinsic",
1287
+ "name": "boolean"
1288
+ }
1289
+ }
1290
+ ],
1291
+ "type": {
1292
+ "type": "intrinsic",
1293
+ "name": "void"
1294
+ }
1295
+ }
1296
+ ]
1297
+ },
1298
+ {
1299
+ "id": 88,
1300
+ "name": "value",
1301
+ "kind": 262144,
1302
+ "kindString": "Accessor",
1303
+ "flags": {},
1304
+ "sources": [
1305
+ {
1306
+ "fileName": "text-field/src/mdc-text-field.ts",
1307
+ "line": 214,
1308
+ "character": 6
1309
+ }
1310
+ ],
1311
+ "getSignature": [
1312
+ {
1313
+ "id": 89,
1314
+ "name": "value",
1315
+ "kind": 524288,
1316
+ "kindString": "Get signature",
1317
+ "flags": {},
1318
+ "type": {
1319
+ "type": "intrinsic",
1320
+ "name": "string"
1321
+ }
1322
+ }
1323
+ ],
1324
+ "setSignature": [
1325
+ {
1326
+ "id": 90,
1327
+ "name": "value",
1328
+ "kind": 1048576,
1329
+ "kindString": "Set signature",
1330
+ "flags": {},
1331
+ "parameters": [
1332
+ {
1333
+ "id": 91,
1334
+ "name": "value",
1335
+ "kind": 32768,
1336
+ "kindString": "Parameter",
1337
+ "flags": {},
1338
+ "type": {
1339
+ "type": "intrinsic",
1340
+ "name": "string"
1341
+ }
1342
+ }
1343
+ ],
1344
+ "type": {
1345
+ "type": "intrinsic",
1346
+ "name": "void"
1347
+ }
1348
+ }
1349
+ ]
1350
+ },
1351
+ {
1352
+ "id": 92,
1353
+ "name": "addError",
1354
+ "kind": 2048,
1355
+ "kindString": "Method",
1356
+ "flags": {},
1357
+ "sources": [
1358
+ {
1359
+ "fileName": "text-field/src/mdc-text-field.ts",
1360
+ "line": 231,
1361
+ "character": 2
1362
+ }
1363
+ ],
1364
+ "signatures": [
1365
+ {
1366
+ "id": 93,
1367
+ "name": "addError",
1368
+ "kind": 4096,
1369
+ "kindString": "Call signature",
1370
+ "flags": {},
1371
+ "parameters": [
1372
+ {
1373
+ "id": 94,
1374
+ "name": "error",
1375
+ "kind": 32768,
1376
+ "kindString": "Parameter",
1377
+ "flags": {},
1378
+ "type": {
1379
+ "type": "reference",
1380
+ "name": "IError"
1381
+ }
1382
+ }
1383
+ ],
1384
+ "type": {
1385
+ "type": "intrinsic",
1386
+ "name": "void"
1387
+ }
1388
+ }
1389
+ ]
1390
+ },
1391
+ {
1392
+ "id": 157,
1393
+ "name": "attached",
1394
+ "kind": 2048,
1395
+ "kindString": "Method",
1396
+ "flags": {},
1397
+ "sources": [
1398
+ {
1399
+ "fileName": "base/src/mdc-component.ts",
1400
+ "line": 21,
1401
+ "character": 2
1402
+ }
1403
+ ],
1404
+ "signatures": [
1405
+ {
1406
+ "id": 158,
1407
+ "name": "attached",
1408
+ "kind": 4096,
1409
+ "kindString": "Call signature",
1410
+ "flags": {},
1411
+ "type": {
1412
+ "type": "intrinsic",
1413
+ "name": "void"
1414
+ },
1415
+ "inheritedFrom": {
1416
+ "type": "reference",
1417
+ "name": "MdcComponent.attached"
1418
+ }
1419
+ }
1420
+ ],
1421
+ "inheritedFrom": {
1422
+ "type": "reference",
1423
+ "name": "MdcComponent.attached"
1424
+ }
1425
+ },
1426
+ {
1427
+ "id": 104,
1428
+ "name": "attaching",
1429
+ "kind": 2048,
1430
+ "kindString": "Method",
1431
+ "flags": {},
1432
+ "sources": [
1433
+ {
1434
+ "fileName": "text-field/src/mdc-text-field.ts",
1435
+ "line": 258,
1436
+ "character": 8
1437
+ }
1438
+ ],
1439
+ "signatures": [
1440
+ {
1441
+ "id": 105,
1442
+ "name": "attaching",
1443
+ "kind": 4096,
1444
+ "kindString": "Call signature",
1445
+ "flags": {},
1446
+ "type": {
1447
+ "type": "reference",
1448
+ "typeArguments": [
1449
+ {
1450
+ "type": "intrinsic",
1451
+ "name": "void"
1452
+ }
1453
+ ],
1454
+ "name": "Promise"
1455
+ }
1456
+ }
1457
+ ]
1458
+ },
1459
+ {
1460
+ "id": 75,
1461
+ "name": "autocompleteChanged",
1462
+ "kind": 2048,
1463
+ "kindString": "Method",
1464
+ "flags": {},
1465
+ "sources": [
1466
+ {
1467
+ "fileName": "text-field/src/mdc-text-field.ts",
1468
+ "line": 170,
1469
+ "character": 2
1470
+ }
1471
+ ],
1472
+ "signatures": [
1473
+ {
1474
+ "id": 76,
1475
+ "name": "autocompleteChanged",
1476
+ "kind": 4096,
1477
+ "kindString": "Call signature",
1478
+ "flags": {},
1479
+ "type": {
1480
+ "type": "intrinsic",
1481
+ "name": "void"
1482
+ }
1483
+ }
1484
+ ]
1485
+ },
1486
+ {
1487
+ "id": 106,
1488
+ "name": "beforeFoundationCreated",
1489
+ "kind": 2048,
1490
+ "kindString": "Method",
1491
+ "flags": {},
1492
+ "sources": [
1493
+ {
1494
+ "fileName": "text-field/src/mdc-text-field.ts",
1495
+ "line": 269,
1496
+ "character": 2
1497
+ }
1498
+ ],
1499
+ "signatures": [
1500
+ {
1501
+ "id": 107,
1502
+ "name": "beforeFoundationCreated",
1503
+ "kind": 4096,
1504
+ "kindString": "Call signature",
1505
+ "flags": {},
1506
+ "type": {
1507
+ "type": "intrinsic",
1508
+ "name": "void"
1509
+ },
1510
+ "overwrites": {
1511
+ "type": "reference",
1512
+ "name": "MdcComponent.beforeFoundationCreated"
1513
+ }
1514
+ }
1515
+ ],
1516
+ "overwrites": {
1517
+ "type": "reference",
1518
+ "name": "MdcComponent.beforeFoundationCreated"
1519
+ }
1520
+ },
1521
+ {
1522
+ "id": 145,
1523
+ "name": "blur",
1524
+ "kind": 2048,
1525
+ "kindString": "Method",
1526
+ "flags": {},
1527
+ "sources": [
1528
+ {
1529
+ "fileName": "text-field/src/mdc-text-field.ts",
1530
+ "line": 432,
1531
+ "character": 2
1532
+ }
1533
+ ],
1534
+ "signatures": [
1535
+ {
1536
+ "id": 146,
1537
+ "name": "blur",
1538
+ "kind": 4096,
1539
+ "kindString": "Call signature",
1540
+ "flags": {},
1541
+ "type": {
1542
+ "type": "intrinsic",
1543
+ "name": "void"
1544
+ }
1545
+ }
1546
+ ]
1547
+ },
1548
+ {
1549
+ "id": 63,
1550
+ "name": "colsChanged",
1551
+ "kind": 2048,
1552
+ "kindString": "Method",
1553
+ "flags": {},
1554
+ "sources": [
1555
+ {
1556
+ "fileName": "text-field/src/mdc-text-field.ts",
1557
+ "line": 130,
1558
+ "character": 2
1559
+ }
1560
+ ],
1561
+ "signatures": [
1562
+ {
1563
+ "id": 64,
1564
+ "name": "colsChanged",
1565
+ "kind": 4096,
1566
+ "kindString": "Call signature",
1567
+ "flags": {},
1568
+ "type": {
1569
+ "type": "intrinsic",
1570
+ "name": "void"
1571
+ }
1572
+ }
1573
+ ]
1574
+ },
1575
+ {
1576
+ "id": 115,
1577
+ "name": "destroy",
1578
+ "kind": 2048,
1579
+ "kindString": "Method",
1580
+ "flags": {},
1581
+ "sources": [
1582
+ {
1583
+ "fileName": "text-field/src/mdc-text-field.ts",
1584
+ "line": 296,
1585
+ "character": 11
1586
+ }
1587
+ ],
1588
+ "signatures": [
1589
+ {
1590
+ "id": 116,
1591
+ "name": "destroy",
1592
+ "kind": 4096,
1593
+ "kindString": "Call signature",
1594
+ "flags": {},
1595
+ "type": {
1596
+ "type": "intrinsic",
1597
+ "name": "void"
1598
+ },
1599
+ "overwrites": {
1600
+ "type": "reference",
1601
+ "name": "MdcComponent.destroy"
1602
+ }
1603
+ }
1604
+ ],
1605
+ "overwrites": {
1606
+ "type": "reference",
1607
+ "name": "MdcComponent.destroy"
1608
+ }
1609
+ },
1610
+ {
1611
+ "id": 159,
1612
+ "name": "detaching",
1613
+ "kind": 2048,
1614
+ "kindString": "Method",
1615
+ "flags": {},
1616
+ "sources": [
1617
+ {
1618
+ "fileName": "base/src/mdc-component.ts",
1619
+ "line": 32,
1620
+ "character": 2
1621
+ }
1622
+ ],
1623
+ "signatures": [
1624
+ {
1625
+ "id": 160,
1626
+ "name": "detaching",
1627
+ "kind": 4096,
1628
+ "kindString": "Call signature",
1629
+ "flags": {},
1630
+ "type": {
1631
+ "type": "intrinsic",
1632
+ "name": "void"
1633
+ },
1634
+ "inheritedFrom": {
1635
+ "type": "reference",
1636
+ "name": "MdcComponent.detaching"
1637
+ }
1638
+ }
1639
+ ],
1640
+ "inheritedFrom": {
1641
+ "type": "reference",
1642
+ "name": "MdcComponent.detaching"
1643
+ }
1644
+ },
1645
+ {
1646
+ "id": 50,
1647
+ "name": "disabledChanged",
1648
+ "kind": 2048,
1649
+ "kindString": "Method",
1650
+ "flags": {},
1651
+ "sources": [
1652
+ {
1653
+ "fileName": "text-field/src/mdc-text-field.ts",
1654
+ "line": 93,
1655
+ "character": 2
1656
+ }
1657
+ ],
1658
+ "signatures": [
1659
+ {
1660
+ "id": 51,
1661
+ "name": "disabledChanged",
1662
+ "kind": 4096,
1663
+ "kindString": "Call signature",
1664
+ "flags": {},
1665
+ "type": {
1666
+ "type": "intrinsic",
1667
+ "name": "void"
1668
+ }
1669
+ }
1670
+ ]
1671
+ },
1672
+ {
1673
+ "id": 143,
1674
+ "name": "focus",
1675
+ "kind": 2048,
1676
+ "kindString": "Method",
1677
+ "flags": {},
1678
+ "sources": [
1679
+ {
1680
+ "fileName": "text-field/src/mdc-text-field.ts",
1681
+ "line": 428,
1682
+ "character": 2
1683
+ }
1684
+ ],
1685
+ "signatures": [
1686
+ {
1687
+ "id": 144,
1688
+ "name": "focus",
1689
+ "kind": 4096,
1690
+ "kindString": "Call signature",
1691
+ "flags": {},
1692
+ "type": {
1693
+ "type": "intrinsic",
1694
+ "name": "void"
1695
+ }
1696
+ }
1697
+ ]
1698
+ },
1699
+ {
1700
+ "id": 119,
1701
+ "name": "getDefaultFoundation",
1702
+ "kind": 2048,
1703
+ "kindString": "Method",
1704
+ "flags": {},
1705
+ "sources": [
1706
+ {
1707
+ "fileName": "text-field/src/mdc-text-field.ts",
1708
+ "line": 322,
1709
+ "character": 2
1710
+ }
1711
+ ],
1712
+ "signatures": [
1713
+ {
1714
+ "id": 120,
1715
+ "name": "getDefaultFoundation",
1716
+ "kind": 4096,
1717
+ "kindString": "Call signature",
1718
+ "flags": {},
1719
+ "type": {
1720
+ "type": "reference",
1721
+ "name": "MDCTextFieldFoundation"
1722
+ },
1723
+ "overwrites": {
1724
+ "type": "reference",
1725
+ "name": "MdcComponent.getDefaultFoundation"
1726
+ }
1727
+ }
1728
+ ],
1729
+ "overwrites": {
1730
+ "type": "reference",
1731
+ "name": "MdcComponent.getDefaultFoundation"
1732
+ }
1733
+ },
1734
+ {
1735
+ "id": 131,
1736
+ "name": "getFoundationMap_",
1737
+ "kind": 2048,
1738
+ "kindString": "Method",
1739
+ "flags": {
1740
+ "isPrivate": true
1741
+ },
1742
+ "sources": [
1743
+ {
1744
+ "fileName": "text-field/src/mdc-text-field.ts",
1745
+ "line": 399,
1746
+ "character": 10
1747
+ }
1748
+ ],
1749
+ "signatures": [
1750
+ {
1751
+ "id": 132,
1752
+ "name": "getFoundationMap_",
1753
+ "kind": 4096,
1754
+ "kindString": "Call signature",
1755
+ "flags": {},
1756
+ "comment": {
1757
+ "returns": "A map of all subcomponents to subfoundations.\n"
1758
+ },
1759
+ "type": {
1760
+ "type": "reference",
1761
+ "typeArguments": [
1762
+ {
1763
+ "type": "reference",
1764
+ "name": "MDCTextFieldFoundationMap"
1765
+ }
1766
+ ],
1767
+ "name": "Partial"
1768
+ }
1769
+ }
1770
+ ]
1771
+ },
1772
+ {
1773
+ "id": 123,
1774
+ "name": "getInputAdapterMethods_",
1775
+ "kind": 2048,
1776
+ "kindString": "Method",
1777
+ "flags": {
1778
+ "isPrivate": true
1779
+ },
1780
+ "sources": [
1781
+ {
1782
+ "fileName": "text-field/src/mdc-text-field.ts",
1783
+ "line": 355,
1784
+ "character": 10
1785
+ }
1786
+ ],
1787
+ "signatures": [
1788
+ {
1789
+ "id": 124,
1790
+ "name": "getInputAdapterMethods_",
1791
+ "kind": 4096,
1792
+ "kindString": "Call signature",
1793
+ "flags": {},
1794
+ "type": {
1795
+ "type": "reference",
1796
+ "name": "MDCTextFieldInputAdapter"
1797
+ }
1798
+ }
1799
+ ]
1800
+ },
1801
+ {
1802
+ "id": 125,
1803
+ "name": "getLabelAdapterMethods_",
1804
+ "kind": 2048,
1805
+ "kindString": "Method",
1806
+ "flags": {
1807
+ "isPrivate": true
1808
+ },
1809
+ "sources": [
1810
+ {
1811
+ "fileName": "text-field/src/mdc-text-field.ts",
1812
+ "line": 370,
1813
+ "character": 10
1814
+ }
1815
+ ],
1816
+ "signatures": [
1817
+ {
1818
+ "id": 126,
1819
+ "name": "getLabelAdapterMethods_",
1820
+ "kind": 4096,
1821
+ "kindString": "Call signature",
1822
+ "flags": {},
1823
+ "type": {
1824
+ "type": "reference",
1825
+ "name": "MDCTextFieldLabelAdapter"
1826
+ }
1827
+ }
1828
+ ]
1829
+ },
1830
+ {
1831
+ "id": 127,
1832
+ "name": "getLineRippleAdapterMethods_",
1833
+ "kind": 2048,
1834
+ "kindString": "Method",
1835
+ "flags": {
1836
+ "isPrivate": true
1837
+ },
1838
+ "sources": [
1839
+ {
1840
+ "fileName": "text-field/src/mdc-text-field.ts",
1841
+ "line": 380,
1842
+ "character": 10
1843
+ }
1844
+ ],
1845
+ "signatures": [
1846
+ {
1847
+ "id": 128,
1848
+ "name": "getLineRippleAdapterMethods_",
1849
+ "kind": 4096,
1850
+ "kindString": "Call signature",
1851
+ "flags": {},
1852
+ "type": {
1853
+ "type": "reference",
1854
+ "name": "MDCTextFieldLineRippleAdapter"
1855
+ }
1856
+ }
1857
+ ]
1858
+ },
1859
+ {
1860
+ "id": 129,
1861
+ "name": "getOutlineAdapterMethods_",
1862
+ "kind": 2048,
1863
+ "kindString": "Method",
1864
+ "flags": {
1865
+ "isPrivate": true
1866
+ },
1867
+ "sources": [
1868
+ {
1869
+ "fileName": "text-field/src/mdc-text-field.ts",
1870
+ "line": 388,
1871
+ "character": 10
1872
+ }
1873
+ ],
1874
+ "signatures": [
1875
+ {
1876
+ "id": 130,
1877
+ "name": "getOutlineAdapterMethods_",
1878
+ "kind": 4096,
1879
+ "kindString": "Call signature",
1880
+ "flags": {},
1881
+ "type": {
1882
+ "type": "reference",
1883
+ "name": "MDCTextFieldOutlineAdapter"
1884
+ }
1885
+ }
1886
+ ]
1887
+ },
1888
+ {
1889
+ "id": 121,
1890
+ "name": "getRootAdapterMethods_",
1891
+ "kind": 2048,
1892
+ "kindString": "Method",
1893
+ "flags": {
1894
+ "isPrivate": true
1895
+ },
1896
+ "sources": [
1897
+ {
1898
+ "fileName": "text-field/src/mdc-text-field.ts",
1899
+ "line": 333,
1900
+ "character": 10
1901
+ }
1902
+ ],
1903
+ "signatures": [
1904
+ {
1905
+ "id": 122,
1906
+ "name": "getRootAdapterMethods_",
1907
+ "kind": 4096,
1908
+ "kindString": "Call signature",
1909
+ "flags": {},
1910
+ "type": {
1911
+ "type": "reference",
1912
+ "name": "MDCTextFieldRootAdapter"
1913
+ }
1914
+ }
1915
+ ]
1916
+ },
1917
+ {
1918
+ "id": 117,
1919
+ "name": "initialSyncWithDOM",
1920
+ "kind": 2048,
1921
+ "kindString": "Method",
1922
+ "flags": {},
1923
+ "sources": [
1924
+ {
1925
+ "fileName": "text-field/src/mdc-text-field.ts",
1926
+ "line": 300,
1927
+ "character": 2
1928
+ }
1929
+ ],
1930
+ "signatures": [
1931
+ {
1932
+ "id": 118,
1933
+ "name": "initialSyncWithDOM",
1934
+ "kind": 4096,
1935
+ "kindString": "Call signature",
1936
+ "flags": {},
1937
+ "type": {
1938
+ "type": "intrinsic",
1939
+ "name": "void"
1940
+ },
1941
+ "overwrites": {
1942
+ "type": "reference",
1943
+ "name": "MdcComponent.initialSyncWithDOM"
1944
+ }
1945
+ }
1946
+ ],
1947
+ "overwrites": {
1948
+ "type": "reference",
1949
+ "name": "MdcComponent.initialSyncWithDOM"
1950
+ }
1951
+ },
1952
+ {
1953
+ "id": 38,
1954
+ "name": "labelChanged",
1955
+ "kind": 2048,
1956
+ "kindString": "Method",
1957
+ "flags": {},
1958
+ "sources": [
1959
+ {
1960
+ "fileName": "text-field/src/mdc-text-field.ts",
1961
+ "line": 55,
1962
+ "character": 2
1963
+ }
1964
+ ],
1965
+ "signatures": [
1966
+ {
1967
+ "id": 39,
1968
+ "name": "labelChanged",
1969
+ "kind": 4096,
1970
+ "kindString": "Call signature",
1971
+ "flags": {},
1972
+ "type": {
1973
+ "type": "intrinsic",
1974
+ "name": "void"
1975
+ }
1976
+ }
1977
+ ]
1978
+ },
1979
+ {
1980
+ "id": 113,
1981
+ "name": "leadingIconChanged",
1982
+ "kind": 2048,
1983
+ "kindString": "Method",
1984
+ "flags": {},
1985
+ "sources": [
1986
+ {
1987
+ "fileName": "text-field/src/mdc-text-field.ts",
1988
+ "line": 291,
1989
+ "character": 2
1990
+ }
1991
+ ],
1992
+ "signatures": [
1993
+ {
1994
+ "id": 114,
1995
+ "name": "leadingIconChanged",
1996
+ "kind": 4096,
1997
+ "kindString": "Call signature",
1998
+ "flags": {},
1999
+ "type": {
2000
+ "type": "intrinsic",
2001
+ "name": "void"
2002
+ }
2003
+ }
2004
+ ]
2005
+ },
2006
+ {
2007
+ "id": 161,
2008
+ "name": "listen",
2009
+ "kind": 2048,
2010
+ "kindString": "Method",
2011
+ "flags": {},
2012
+ "sources": [
2013
+ {
2014
+ "fileName": "base/src/mdc-component.ts",
2015
+ "line": 41,
2016
+ "character": 2
2017
+ }
2018
+ ],
2019
+ "signatures": [
2020
+ {
2021
+ "id": 162,
2022
+ "name": "listen",
2023
+ "kind": 4096,
2024
+ "kindString": "Call signature",
2025
+ "flags": {},
2026
+ "parameters": [
2027
+ {
2028
+ "id": 163,
2029
+ "name": "evtType",
2030
+ "kind": 32768,
2031
+ "kindString": "Parameter",
2032
+ "flags": {},
2033
+ "type": {
2034
+ "type": "intrinsic",
2035
+ "name": "string"
2036
+ }
2037
+ },
2038
+ {
2039
+ "id": 164,
2040
+ "name": "handler",
2041
+ "kind": 32768,
2042
+ "kindString": "Parameter",
2043
+ "flags": {},
2044
+ "type": {
2045
+ "type": "union",
2046
+ "types": [
2047
+ {
2048
+ "type": "reference",
2049
+ "name": "EventListener"
2050
+ },
2051
+ {
2052
+ "type": "reference",
2053
+ "name": "EventListenerObject"
2054
+ }
2055
+ ]
2056
+ }
2057
+ },
2058
+ {
2059
+ "id": 165,
2060
+ "name": "options",
2061
+ "kind": 32768,
2062
+ "kindString": "Parameter",
2063
+ "flags": {
2064
+ "isOptional": true
2065
+ },
2066
+ "type": {
2067
+ "type": "union",
2068
+ "types": [
2069
+ {
2070
+ "type": "intrinsic",
2071
+ "name": "boolean"
2072
+ },
2073
+ {
2074
+ "type": "reference",
2075
+ "name": "AddEventListenerOptions"
2076
+ }
2077
+ ]
2078
+ }
2079
+ }
2080
+ ],
2081
+ "type": {
2082
+ "type": "intrinsic",
2083
+ "name": "void"
2084
+ },
2085
+ "inheritedFrom": {
2086
+ "type": "reference",
2087
+ "name": "MdcComponent.listen"
2088
+ }
2089
+ }
2090
+ ],
2091
+ "inheritedFrom": {
2092
+ "type": "reference",
2093
+ "name": "MdcComponent.listen"
2094
+ }
2095
+ },
2096
+ {
2097
+ "id": 66,
2098
+ "name": "maxChanged",
2099
+ "kind": 2048,
2100
+ "kindString": "Method",
2101
+ "flags": {},
2102
+ "sources": [
2103
+ {
2104
+ "fileName": "text-field/src/mdc-text-field.ts",
2105
+ "line": 140,
2106
+ "character": 2
2107
+ }
2108
+ ],
2109
+ "signatures": [
2110
+ {
2111
+ "id": 67,
2112
+ "name": "maxChanged",
2113
+ "kind": 4096,
2114
+ "kindString": "Call signature",
2115
+ "flags": {},
2116
+ "type": {
2117
+ "type": "intrinsic",
2118
+ "name": "void"
2119
+ }
2120
+ }
2121
+ ]
2122
+ },
2123
+ {
2124
+ "id": 57,
2125
+ "name": "maxlengthChanged",
2126
+ "kind": 2048,
2127
+ "kindString": "Method",
2128
+ "flags": {},
2129
+ "sources": [
2130
+ {
2131
+ "fileName": "text-field/src/mdc-text-field.ts",
2132
+ "line": 110,
2133
+ "character": 2
2134
+ }
2135
+ ],
2136
+ "signatures": [
2137
+ {
2138
+ "id": 58,
2139
+ "name": "maxlengthChanged",
2140
+ "kind": 4096,
2141
+ "kindString": "Call signature",
2142
+ "flags": {},
2143
+ "type": {
2144
+ "type": "intrinsic",
2145
+ "name": "void"
2146
+ }
2147
+ }
2148
+ ]
2149
+ },
2150
+ {
2151
+ "id": 69,
2152
+ "name": "minChanged",
2153
+ "kind": 2048,
2154
+ "kindString": "Method",
2155
+ "flags": {},
2156
+ "sources": [
2157
+ {
2158
+ "fileName": "text-field/src/mdc-text-field.ts",
2159
+ "line": 150,
2160
+ "character": 2
2161
+ }
2162
+ ],
2163
+ "signatures": [
2164
+ {
2165
+ "id": 70,
2166
+ "name": "minChanged",
2167
+ "kind": 4096,
2168
+ "kindString": "Call signature",
2169
+ "flags": {},
2170
+ "type": {
2171
+ "type": "intrinsic",
2172
+ "name": "void"
2173
+ }
2174
+ }
2175
+ ]
2176
+ },
2177
+ {
2178
+ "id": 108,
2179
+ "name": "mutated",
2180
+ "kind": 2048,
2181
+ "kindString": "Method",
2182
+ "flags": {},
2183
+ "sources": [
2184
+ {
2185
+ "fileName": "text-field/src/mdc-text-field.ts",
2186
+ "line": 277,
2187
+ "character": 2
2188
+ }
2189
+ ],
2190
+ "signatures": [
2191
+ {
2192
+ "id": 109,
2193
+ "name": "mutated",
2194
+ "kind": 4096,
2195
+ "kindString": "Call signature",
2196
+ "flags": {},
2197
+ "parameters": [
2198
+ {
2199
+ "id": 110,
2200
+ "name": "mutations",
2201
+ "kind": 32768,
2202
+ "kindString": "Parameter",
2203
+ "flags": {},
2204
+ "type": {
2205
+ "type": "array",
2206
+ "elementType": {
2207
+ "type": "reference",
2208
+ "name": "MutationRecord"
2209
+ }
2210
+ }
2211
+ }
2212
+ ],
2213
+ "type": {
2214
+ "type": "intrinsic",
2215
+ "name": "void"
2216
+ }
2217
+ }
2218
+ ]
2219
+ },
2220
+ {
2221
+ "id": 84,
2222
+ "name": "nameChanged",
2223
+ "kind": 2048,
2224
+ "kindString": "Method",
2225
+ "flags": {},
2226
+ "sources": [
2227
+ {
2228
+ "fileName": "text-field/src/mdc-text-field.ts",
2229
+ "line": 202,
2230
+ "character": 2
2231
+ }
2232
+ ],
2233
+ "signatures": [
2234
+ {
2235
+ "id": 85,
2236
+ "name": "nameChanged",
2237
+ "kind": 4096,
2238
+ "kindString": "Call signature",
2239
+ "flags": {},
2240
+ "type": {
2241
+ "type": "intrinsic",
2242
+ "name": "void"
2243
+ }
2244
+ }
2245
+ ]
2246
+ },
2247
+ {
2248
+ "id": 141,
2249
+ "name": "onBlur",
2250
+ "kind": 2048,
2251
+ "kindString": "Method",
2252
+ "flags": {},
2253
+ "sources": [
2254
+ {
2255
+ "fileName": "text-field/src/mdc-text-field.ts",
2256
+ "line": 423,
2257
+ "character": 2
2258
+ }
2259
+ ],
2260
+ "signatures": [
2261
+ {
2262
+ "id": 142,
2263
+ "name": "onBlur",
2264
+ "kind": 4096,
2265
+ "kindString": "Call signature",
2266
+ "flags": {},
2267
+ "type": {
2268
+ "type": "intrinsic",
2269
+ "name": "void"
2270
+ }
2271
+ }
2272
+ ]
2273
+ },
2274
+ {
2275
+ "id": 138,
2276
+ "name": "onChange",
2277
+ "kind": 2048,
2278
+ "kindString": "Method",
2279
+ "flags": {},
2280
+ "sources": [
2281
+ {
2282
+ "fileName": "text-field/src/mdc-text-field.ts",
2283
+ "line": 418,
2284
+ "character": 2
2285
+ }
2286
+ ],
2287
+ "signatures": [
2288
+ {
2289
+ "id": 139,
2290
+ "name": "onChange",
2291
+ "kind": 4096,
2292
+ "kindString": "Call signature",
2293
+ "flags": {},
2294
+ "parameters": [
2295
+ {
2296
+ "id": 140,
2297
+ "name": "evt",
2298
+ "kind": 32768,
2299
+ "kindString": "Parameter",
2300
+ "flags": {},
2301
+ "type": {
2302
+ "type": "reference",
2303
+ "name": "Event"
2304
+ }
2305
+ }
2306
+ ],
2307
+ "type": {
2308
+ "type": "intrinsic",
2309
+ "name": "void"
2310
+ }
2311
+ }
2312
+ ]
2313
+ },
2314
+ {
2315
+ "id": 136,
2316
+ "name": "onFocus",
2317
+ "kind": 2048,
2318
+ "kindString": "Method",
2319
+ "flags": {},
2320
+ "sources": [
2321
+ {
2322
+ "fileName": "text-field/src/mdc-text-field.ts",
2323
+ "line": 413,
2324
+ "character": 2
2325
+ }
2326
+ ],
2327
+ "signatures": [
2328
+ {
2329
+ "id": 137,
2330
+ "name": "onFocus",
2331
+ "kind": 4096,
2332
+ "kindString": "Call signature",
2333
+ "flags": {},
2334
+ "type": {
2335
+ "type": "intrinsic",
2336
+ "name": "void"
2337
+ }
2338
+ }
2339
+ ]
2340
+ },
2341
+ {
2342
+ "id": 133,
2343
+ "name": "onInput",
2344
+ "kind": 2048,
2345
+ "kindString": "Method",
2346
+ "flags": {},
2347
+ "sources": [
2348
+ {
2349
+ "fileName": "text-field/src/mdc-text-field.ts",
2350
+ "line": 408,
2351
+ "character": 2
2352
+ }
2353
+ ],
2354
+ "signatures": [
2355
+ {
2356
+ "id": 134,
2357
+ "name": "onInput",
2358
+ "kind": 4096,
2359
+ "kindString": "Call signature",
2360
+ "flags": {},
2361
+ "parameters": [
2362
+ {
2363
+ "id": 135,
2364
+ "name": "evt",
2365
+ "kind": 32768,
2366
+ "kindString": "Parameter",
2367
+ "flags": {},
2368
+ "type": {
2369
+ "type": "reference",
2370
+ "name": "Event"
2371
+ }
2372
+ }
2373
+ ],
2374
+ "type": {
2375
+ "type": "intrinsic",
2376
+ "name": "void"
2377
+ }
2378
+ }
2379
+ ]
2380
+ },
2381
+ {
2382
+ "id": 147,
2383
+ "name": "onKeyup",
2384
+ "kind": 2048,
2385
+ "kindString": "Method",
2386
+ "flags": {},
2387
+ "sources": [
2388
+ {
2389
+ "fileName": "text-field/src/mdc-text-field.ts",
2390
+ "line": 436,
2391
+ "character": 2
2392
+ }
2393
+ ],
2394
+ "signatures": [
2395
+ {
2396
+ "id": 148,
2397
+ "name": "onKeyup",
2398
+ "kind": 4096,
2399
+ "kindString": "Call signature",
2400
+ "flags": {},
2401
+ "parameters": [
2402
+ {
2403
+ "id": 149,
2404
+ "name": "e",
2405
+ "kind": 32768,
2406
+ "kindString": "Parameter",
2407
+ "flags": {},
2408
+ "type": {
2409
+ "type": "reference",
2410
+ "name": "KeyboardEvent"
2411
+ }
2412
+ }
2413
+ ],
2414
+ "type": {
2415
+ "type": "intrinsic",
2416
+ "name": "boolean"
2417
+ }
2418
+ }
2419
+ ]
2420
+ },
2421
+ {
2422
+ "id": 53,
2423
+ "name": "readonlyChanged",
2424
+ "kind": 2048,
2425
+ "kindString": "Method",
2426
+ "flags": {},
2427
+ "sources": [
2428
+ {
2429
+ "fileName": "text-field/src/mdc-text-field.ts",
2430
+ "line": 100,
2431
+ "character": 2
2432
+ }
2433
+ ],
2434
+ "signatures": [
2435
+ {
2436
+ "id": 54,
2437
+ "name": "readonlyChanged",
2438
+ "kind": 4096,
2439
+ "kindString": "Call signature",
2440
+ "flags": {},
2441
+ "type": {
2442
+ "type": "intrinsic",
2443
+ "name": "void"
2444
+ }
2445
+ }
2446
+ ]
2447
+ },
2448
+ {
2449
+ "id": 95,
2450
+ "name": "removeError",
2451
+ "kind": 2048,
2452
+ "kindString": "Method",
2453
+ "flags": {},
2454
+ "sources": [
2455
+ {
2456
+ "fileName": "text-field/src/mdc-text-field.ts",
2457
+ "line": 236,
2458
+ "character": 2
2459
+ }
2460
+ ],
2461
+ "signatures": [
2462
+ {
2463
+ "id": 96,
2464
+ "name": "removeError",
2465
+ "kind": 4096,
2466
+ "kindString": "Call signature",
2467
+ "flags": {},
2468
+ "parameters": [
2469
+ {
2470
+ "id": 97,
2471
+ "name": "error",
2472
+ "kind": 32768,
2473
+ "kindString": "Parameter",
2474
+ "flags": {},
2475
+ "type": {
2476
+ "type": "reference",
2477
+ "name": "IError"
2478
+ }
2479
+ }
2480
+ ],
2481
+ "type": {
2482
+ "type": "intrinsic",
2483
+ "name": "void"
2484
+ }
2485
+ }
2486
+ ]
2487
+ },
2488
+ {
2489
+ "id": 102,
2490
+ "name": "renderErrors",
2491
+ "kind": 2048,
2492
+ "kindString": "Method",
2493
+ "flags": {},
2494
+ "sources": [
2495
+ {
2496
+ "fileName": "text-field/src/mdc-text-field.ts",
2497
+ "line": 250,
2498
+ "character": 2
2499
+ }
2500
+ ],
2501
+ "signatures": [
2502
+ {
2503
+ "id": 103,
2504
+ "name": "renderErrors",
2505
+ "kind": 4096,
2506
+ "kindString": "Call signature",
2507
+ "flags": {},
2508
+ "type": {
2509
+ "type": "intrinsic",
2510
+ "name": "void"
2511
+ }
2512
+ }
2513
+ ]
2514
+ },
2515
+ {
2516
+ "id": 47,
2517
+ "name": "requiredChanged",
2518
+ "kind": 2048,
2519
+ "kindString": "Method",
2520
+ "flags": {},
2521
+ "sources": [
2522
+ {
2523
+ "fileName": "text-field/src/mdc-text-field.ts",
2524
+ "line": 84,
2525
+ "character": 2
2526
+ }
2527
+ ],
2528
+ "signatures": [
2529
+ {
2530
+ "id": 48,
2531
+ "name": "requiredChanged",
2532
+ "kind": 4096,
2533
+ "kindString": "Call signature",
2534
+ "flags": {},
2535
+ "type": {
2536
+ "type": "intrinsic",
2537
+ "name": "void"
2538
+ }
2539
+ }
2540
+ ]
2541
+ },
2542
+ {
2543
+ "id": 60,
2544
+ "name": "rowsChanged",
2545
+ "kind": 2048,
2546
+ "kindString": "Method",
2547
+ "flags": {},
2548
+ "sources": [
2549
+ {
2550
+ "fileName": "text-field/src/mdc-text-field.ts",
2551
+ "line": 120,
2552
+ "character": 2
2553
+ }
2554
+ ],
2555
+ "signatures": [
2556
+ {
2557
+ "id": 61,
2558
+ "name": "rowsChanged",
2559
+ "kind": 4096,
2560
+ "kindString": "Call signature",
2561
+ "flags": {},
2562
+ "type": {
2563
+ "type": "intrinsic",
2564
+ "name": "void"
2565
+ }
2566
+ }
2567
+ ]
2568
+ },
2569
+ {
2570
+ "id": 72,
2571
+ "name": "stepChanged",
2572
+ "kind": 2048,
2573
+ "kindString": "Method",
2574
+ "flags": {},
2575
+ "sources": [
2576
+ {
2577
+ "fileName": "text-field/src/mdc-text-field.ts",
2578
+ "line": 160,
2579
+ "character": 2
2580
+ }
2581
+ ],
2582
+ "signatures": [
2583
+ {
2584
+ "id": 73,
2585
+ "name": "stepChanged",
2586
+ "kind": 4096,
2587
+ "kindString": "Call signature",
2588
+ "flags": {},
2589
+ "type": {
2590
+ "type": "intrinsic",
2591
+ "name": "void"
2592
+ }
2593
+ }
2594
+ ]
2595
+ },
2596
+ {
2597
+ "id": 78,
2598
+ "name": "tabindexChanged",
2599
+ "kind": 2048,
2600
+ "kindString": "Method",
2601
+ "flags": {},
2602
+ "sources": [
2603
+ {
2604
+ "fileName": "text-field/src/mdc-text-field.ts",
2605
+ "line": 180,
2606
+ "character": 2
2607
+ }
2608
+ ],
2609
+ "signatures": [
2610
+ {
2611
+ "id": 79,
2612
+ "name": "tabindexChanged",
2613
+ "kind": 4096,
2614
+ "kindString": "Call signature",
2615
+ "flags": {},
2616
+ "type": {
2617
+ "type": "intrinsic",
2618
+ "name": "void"
2619
+ }
2620
+ }
2621
+ ]
2622
+ },
2623
+ {
2624
+ "id": 111,
2625
+ "name": "trailingIconChanged",
2626
+ "kind": 2048,
2627
+ "kindString": "Method",
2628
+ "flags": {},
2629
+ "sources": [
2630
+ {
2631
+ "fileName": "text-field/src/mdc-text-field.ts",
2632
+ "line": 286,
2633
+ "character": 2
2634
+ }
2635
+ ],
2636
+ "signatures": [
2637
+ {
2638
+ "id": 112,
2639
+ "name": "trailingIconChanged",
2640
+ "kind": 4096,
2641
+ "kindString": "Call signature",
2642
+ "flags": {},
2643
+ "type": {
2644
+ "type": "intrinsic",
2645
+ "name": "void"
2646
+ }
2647
+ }
2648
+ ]
2649
+ },
2650
+ {
2651
+ "id": 81,
2652
+ "name": "typeChanged",
2653
+ "kind": 2048,
2654
+ "kindString": "Method",
2655
+ "flags": {},
2656
+ "sources": [
2657
+ {
2658
+ "fileName": "text-field/src/mdc-text-field.ts",
2659
+ "line": 190,
2660
+ "character": 2
2661
+ }
2662
+ ],
2663
+ "signatures": [
2664
+ {
2665
+ "id": 82,
2666
+ "name": "typeChanged",
2667
+ "kind": 4096,
2668
+ "kindString": "Call signature",
2669
+ "flags": {},
2670
+ "type": {
2671
+ "type": "intrinsic",
2672
+ "name": "void"
2673
+ }
2674
+ }
2675
+ ]
2676
+ },
2677
+ {
2678
+ "id": 166,
2679
+ "name": "unlisten",
2680
+ "kind": 2048,
2681
+ "kindString": "Method",
2682
+ "flags": {},
2683
+ "sources": [
2684
+ {
2685
+ "fileName": "base/src/mdc-component.ts",
2686
+ "line": 45,
2687
+ "character": 2
2688
+ }
2689
+ ],
2690
+ "signatures": [
2691
+ {
2692
+ "id": 167,
2693
+ "name": "unlisten",
2694
+ "kind": 4096,
2695
+ "kindString": "Call signature",
2696
+ "flags": {},
2697
+ "parameters": [
2698
+ {
2699
+ "id": 168,
2700
+ "name": "evtType",
2701
+ "kind": 32768,
2702
+ "kindString": "Parameter",
2703
+ "flags": {},
2704
+ "type": {
2705
+ "type": "intrinsic",
2706
+ "name": "string"
2707
+ }
2708
+ },
2709
+ {
2710
+ "id": 169,
2711
+ "name": "handler",
2712
+ "kind": 32768,
2713
+ "kindString": "Parameter",
2714
+ "flags": {},
2715
+ "type": {
2716
+ "type": "union",
2717
+ "types": [
2718
+ {
2719
+ "type": "reference",
2720
+ "name": "EventListener"
2721
+ },
2722
+ {
2723
+ "type": "reference",
2724
+ "name": "EventListenerObject"
2725
+ }
2726
+ ]
2727
+ }
2728
+ },
2729
+ {
2730
+ "id": 170,
2731
+ "name": "options",
2732
+ "kind": 32768,
2733
+ "kindString": "Parameter",
2734
+ "flags": {
2735
+ "isOptional": true
2736
+ },
2737
+ "type": {
2738
+ "type": "union",
2739
+ "types": [
2740
+ {
2741
+ "type": "intrinsic",
2742
+ "name": "boolean"
2743
+ },
2744
+ {
2745
+ "type": "reference",
2746
+ "name": "AddEventListenerOptions"
2747
+ }
2748
+ ]
2749
+ }
2750
+ }
2751
+ ],
2752
+ "type": {
2753
+ "type": "intrinsic",
2754
+ "name": "void"
2755
+ },
2756
+ "inheritedFrom": {
2757
+ "type": "reference",
2758
+ "name": "MdcComponent.unlisten"
2759
+ }
2760
+ }
2761
+ ],
2762
+ "inheritedFrom": {
2763
+ "type": "reference",
2764
+ "name": "MdcComponent.unlisten"
2765
+ }
2766
+ },
2767
+ {
2768
+ "id": 17,
2769
+ "name": "processContent",
2770
+ "kind": 2048,
2771
+ "kindString": "Method",
2772
+ "flags": {
2773
+ "isStatic": true
2774
+ },
2775
+ "sources": [
2776
+ {
2777
+ "fileName": "text-field/src/mdc-text-field.ts",
2778
+ "line": 31,
2779
+ "character": 9
2780
+ }
2781
+ ],
2782
+ "signatures": [
2783
+ {
2784
+ "id": 18,
2785
+ "name": "processContent",
2786
+ "kind": 4096,
2787
+ "kindString": "Call signature",
2788
+ "flags": {},
2789
+ "parameters": [
2790
+ {
2791
+ "id": 19,
2792
+ "name": "node",
2793
+ "kind": 32768,
2794
+ "kindString": "Parameter",
2795
+ "flags": {},
2796
+ "type": {
2797
+ "type": "reference",
2798
+ "typeArguments": [
2799
+ {
2800
+ "type": "reference",
2801
+ "name": "Node"
2802
+ }
2803
+ ],
2804
+ "name": "INode"
2805
+ }
2806
+ }
2807
+ ],
2808
+ "type": {
2809
+ "type": "intrinsic",
2810
+ "name": "void"
2811
+ }
2812
+ }
2813
+ ]
2814
+ }
2815
+ ],
2816
+ "groups": [
2817
+ {
2818
+ "title": "Constructors",
2819
+ "kind": 512,
2820
+ "children": [
2821
+ 20
2822
+ ]
2823
+ },
2824
+ {
2825
+ "title": "Properties",
2826
+ "kind": 1024,
2827
+ "children": [
2828
+ 74,
2829
+ 55,
2830
+ 32,
2831
+ 62,
2832
+ 49,
2833
+ 41,
2834
+ 33,
2835
+ 151,
2836
+ 31,
2837
+ 25,
2838
+ 26,
2839
+ 87,
2840
+ 152,
2841
+ 153,
2842
+ 27,
2843
+ 37,
2844
+ 28,
2845
+ 34,
2846
+ 29,
2847
+ 42,
2848
+ 65,
2849
+ 56,
2850
+ 68,
2851
+ 36,
2852
+ 83,
2853
+ 30,
2854
+ 43,
2855
+ 86,
2856
+ 44,
2857
+ 52,
2858
+ 46,
2859
+ 150,
2860
+ 59,
2861
+ 71,
2862
+ 45,
2863
+ 77,
2864
+ 40,
2865
+ 35,
2866
+ 80
2867
+ ]
2868
+ },
2869
+ {
2870
+ "title": "Accessors",
2871
+ "kind": 262144,
2872
+ "children": [
2873
+ 98,
2874
+ 88
2875
+ ]
2876
+ },
2877
+ {
2878
+ "title": "Methods",
2879
+ "kind": 2048,
2880
+ "children": [
2881
+ 92,
2882
+ 157,
2883
+ 104,
2884
+ 75,
2885
+ 106,
2886
+ 145,
2887
+ 63,
2888
+ 115,
2889
+ 159,
2890
+ 50,
2891
+ 143,
2892
+ 119,
2893
+ 131,
2894
+ 123,
2895
+ 125,
2896
+ 127,
2897
+ 129,
2898
+ 121,
2899
+ 117,
2900
+ 38,
2901
+ 113,
2902
+ 161,
2903
+ 66,
2904
+ 57,
2905
+ 69,
2906
+ 108,
2907
+ 84,
2908
+ 141,
2909
+ 138,
2910
+ 136,
2911
+ 133,
2912
+ 147,
2913
+ 53,
2914
+ 95,
2915
+ 102,
2916
+ 47,
2917
+ 60,
2918
+ 72,
2919
+ 78,
2920
+ 111,
2921
+ 81,
2922
+ 166,
2923
+ 17
2924
+ ]
2925
+ }
2926
+ ],
2927
+ "sources": [
2928
+ {
2929
+ "fileName": "text-field/src/mdc-text-field.ts",
2930
+ "line": 25,
2931
+ "character": 13
2932
+ }
2933
+ ],
2934
+ "extendedTypes": [
2935
+ {
2936
+ "type": "reference",
2937
+ "typeArguments": [
2938
+ {
2939
+ "type": "reference",
2940
+ "name": "MDCTextFieldFoundation"
2941
+ }
2942
+ ],
2943
+ "name": "MdcComponent"
2944
+ }
2945
+ ]
2946
+ },
2947
+ {
2948
+ "id": 1,
2949
+ "name": "TextFieldConfiguration",
2950
+ "kind": 32,
2951
+ "kindString": "Variable",
2952
+ "flags": {},
2953
+ "sources": [
2954
+ {
2955
+ "fileName": "text-field/src/index.ts",
2956
+ "line": 20,
2957
+ "character": 13
2958
+ }
2959
+ ],
2960
+ "type": {
2961
+ "type": "reflection",
2962
+ "declaration": {
2963
+ "id": 2,
2964
+ "name": "__type",
2965
+ "kind": 65536,
2966
+ "kindString": "Type literal",
2967
+ "flags": {},
2968
+ "children": [
2969
+ {
2970
+ "id": 6,
2971
+ "name": "customize",
2972
+ "kind": 2048,
2973
+ "kindString": "Method",
2974
+ "flags": {},
2975
+ "sources": [
2976
+ {
2977
+ "fileName": "text-field/src/index.ts",
2978
+ "line": 34,
2979
+ "character": 2
2980
+ }
2981
+ ],
2982
+ "signatures": [
2983
+ {
2984
+ "id": 7,
2985
+ "name": "customize",
2986
+ "kind": 4096,
2987
+ "kindString": "Call signature",
2988
+ "flags": {},
2989
+ "parameters": [
2990
+ {
2991
+ "id": 8,
2992
+ "name": "optionsProvider",
2993
+ "kind": 32768,
2994
+ "kindString": "Parameter",
2995
+ "flags": {},
2996
+ "type": {
2997
+ "type": "reflection",
2998
+ "declaration": {
2999
+ "id": 9,
3000
+ "name": "__type",
3001
+ "kind": 65536,
3002
+ "kindString": "Type literal",
3003
+ "flags": {},
3004
+ "signatures": [
3005
+ {
3006
+ "id": 10,
3007
+ "name": "__type",
3008
+ "kind": 4096,
3009
+ "kindString": "Call signature",
3010
+ "flags": {},
3011
+ "parameters": [
3012
+ {
3013
+ "id": 11,
3014
+ "name": "config",
3015
+ "kind": 32768,
3016
+ "kindString": "Parameter",
3017
+ "flags": {},
3018
+ "type": {
3019
+ "type": "reference",
3020
+ "id": 199,
3021
+ "name": "MdcDefaultTextFieldConfiguration"
3022
+ }
3023
+ }
3024
+ ],
3025
+ "type": {
3026
+ "type": "intrinsic",
3027
+ "name": "void"
3028
+ }
3029
+ }
3030
+ ]
3031
+ }
3032
+ }
3033
+ }
3034
+ ],
3035
+ "type": {
3036
+ "type": "reflection",
3037
+ "declaration": {
3038
+ "id": 12,
3039
+ "name": "__type",
3040
+ "kind": 65536,
3041
+ "kindString": "Type literal",
3042
+ "flags": {},
3043
+ "children": [
3044
+ {
3045
+ "id": 13,
3046
+ "name": "register",
3047
+ "kind": 2048,
3048
+ "kindString": "Method",
3049
+ "flags": {},
3050
+ "sources": [
3051
+ {
3052
+ "fileName": "text-field/src/index.ts",
3053
+ "line": 36,
3054
+ "character": 6
3055
+ }
3056
+ ],
3057
+ "signatures": [
3058
+ {
3059
+ "id": 14,
3060
+ "name": "register",
3061
+ "kind": 4096,
3062
+ "kindString": "Call signature",
3063
+ "flags": {},
3064
+ "parameters": [
3065
+ {
3066
+ "id": 15,
3067
+ "name": "container",
3068
+ "kind": 32768,
3069
+ "kindString": "Parameter",
3070
+ "flags": {},
3071
+ "type": {
3072
+ "type": "reference",
3073
+ "name": "IContainer"
3074
+ }
3075
+ }
3076
+ ],
3077
+ "type": {
3078
+ "type": "reference",
3079
+ "name": "IContainer"
3080
+ }
3081
+ }
3082
+ ]
3083
+ }
3084
+ ],
3085
+ "groups": [
3086
+ {
3087
+ "title": "Methods",
3088
+ "kind": 2048,
3089
+ "children": [
3090
+ 13
3091
+ ]
3092
+ }
3093
+ ]
3094
+ }
3095
+ }
3096
+ }
3097
+ ]
3098
+ },
3099
+ {
3100
+ "id": 3,
3101
+ "name": "register",
3102
+ "kind": 2048,
3103
+ "kindString": "Method",
3104
+ "flags": {},
3105
+ "sources": [
3106
+ {
3107
+ "fileName": "text-field/src/index.ts",
3108
+ "line": 21,
3109
+ "character": 2
3110
+ }
3111
+ ],
3112
+ "signatures": [
3113
+ {
3114
+ "id": 4,
3115
+ "name": "register",
3116
+ "kind": 4096,
3117
+ "kindString": "Call signature",
3118
+ "flags": {},
3119
+ "parameters": [
3120
+ {
3121
+ "id": 5,
3122
+ "name": "container",
3123
+ "kind": 32768,
3124
+ "kindString": "Parameter",
3125
+ "flags": {},
3126
+ "type": {
3127
+ "type": "reference",
3128
+ "name": "IContainer"
3129
+ }
3130
+ }
3131
+ ],
3132
+ "type": {
3133
+ "type": "reference",
3134
+ "name": "IContainer"
3135
+ }
3136
+ }
3137
+ ]
3138
+ }
3139
+ ],
3140
+ "groups": [
3141
+ {
3142
+ "title": "Methods",
3143
+ "kind": 2048,
3144
+ "children": [
3145
+ 6,
3146
+ 3
3147
+ ]
3148
+ }
3149
+ ]
3150
+ }
3151
+ },
3152
+ "defaultValue": "..."
3153
+ }
3154
+ ],
3155
+ "groups": [
3156
+ {
3157
+ "title": "Classes",
3158
+ "kind": 128,
3159
+ "children": [
3160
+ 199,
3161
+ 16
3162
+ ]
3163
+ },
3164
+ {
3165
+ "title": "Variables",
3166
+ "kind": 32,
3167
+ "children": [
3168
+ 1
3169
+ ]
3170
+ }
3171
+ ],
3172
+ "sources": [
3173
+ {
3174
+ "fileName": "text-field/src/index.ts",
3175
+ "line": 1,
3176
+ "character": 0
3177
+ }
3178
+ ]
3179
+ }