@aurelia-mdc-web/all 9.3.1-au2 → 9.3.3-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 (621) hide show
  1. package/dist/alert/alert-configuration.js +15 -0
  2. package/dist/alert/alert-configuration.js.map +1 -0
  3. package/dist/alert/alert-modal/alert-modal.html +27 -0
  4. package/dist/alert/alert-modal/alert-modal.js +30 -0
  5. package/dist/alert/alert-modal/alert-modal.js.map +1 -0
  6. package/dist/alert/alert-modal/i-alert-modal-payload.js +14 -0
  7. package/dist/alert/alert-modal/i-alert-modal-payload.js.map +1 -0
  8. package/dist/alert/alert-service.js +106 -0
  9. package/dist/alert/alert-service.js.map +1 -0
  10. package/dist/alert/decorators/confirm-action.js +17 -0
  11. package/dist/alert/decorators/confirm-action.js.map +1 -0
  12. package/dist/alert/decorators/using-progress.js +27 -0
  13. package/dist/alert/decorators/using-progress.js.map +1 -0
  14. package/dist/alert/exceptions-tracker.js +8 -0
  15. package/dist/alert/exceptions-tracker.js.map +1 -0
  16. package/dist/alert/global-progress/global-progress.html +9 -0
  17. package/dist/alert/global-progress/global-progress.js +64 -0
  18. package/dist/alert/global-progress/global-progress.js.map +1 -0
  19. package/dist/alert/prompt-dialog/prompt-dialog.html +15 -0
  20. package/dist/alert/prompt-dialog/prompt-dialog.js +44 -0
  21. package/dist/alert/prompt-dialog/prompt-dialog.js.map +1 -0
  22. package/dist/banner/mdc-banner.html +21 -21
  23. package/dist/banner/mdc-banner.js +45 -42
  24. package/dist/banner/mdc-banner.js.map +1 -1
  25. package/dist/base/attributes/mdc-focus-trap.js +25 -22
  26. package/dist/base/attributes/mdc-focus-trap.js.map +1 -1
  27. package/dist/base/elements/i-validated-element.js +2 -1
  28. package/dist/base/elements/i-validated-element.js.map +1 -1
  29. package/dist/base/elements/mdc-promisify-reference.js +16 -13
  30. package/dist/base/elements/mdc-promisify-reference.js.map +1 -1
  31. package/dist/base/index.js +21 -9
  32. package/dist/base/index.js.map +1 -1
  33. package/dist/base/interceptors.js +12 -5
  34. package/dist/base/interceptors.js.map +1 -1
  35. package/dist/base/material-palette.js +4 -1
  36. package/dist/base/material-palette.js.map +1 -1
  37. package/dist/base/mdc-component.js +5 -1
  38. package/dist/base/mdc-component.js.map +1 -1
  39. package/dist/base/next-element.js +4 -1
  40. package/dist/base/next-element.js.map +1 -1
  41. package/dist/button/enhance-mdc-button.js +9 -6
  42. package/dist/button/enhance-mdc-button.js.map +1 -1
  43. package/dist/button/mdc-button-label.js +9 -6
  44. package/dist/button/mdc-button-label.js.map +1 -1
  45. package/dist/button/mdc-button.html +12 -12
  46. package/dist/button/mdc-button.js +30 -27
  47. package/dist/button/mdc-button.js.map +1 -1
  48. package/dist/card/mdc-card-action-buttons.js +9 -6
  49. package/dist/card/mdc-card-action-buttons.js.map +1 -1
  50. package/dist/card/mdc-card-action-icons.js +9 -6
  51. package/dist/card/mdc-card-action-icons.js.map +1 -1
  52. package/dist/card/mdc-card-actions/mdc-card-actions.html +3 -3
  53. package/dist/card/mdc-card-actions/mdc-card-actions.js +15 -12
  54. package/dist/card/mdc-card-actions/mdc-card-actions.js.map +1 -1
  55. package/dist/card/mdc-card-media/mdc-card-media.html +5 -5
  56. package/dist/card/mdc-card-media/mdc-card-media.js +18 -15
  57. package/dist/card/mdc-card-media/mdc-card-media.js.map +1 -1
  58. package/dist/card/mdc-card-primary-action.html +5 -5
  59. package/dist/card/mdc-card-primary-action.js +15 -12
  60. package/dist/card/mdc-card-primary-action.js.map +1 -1
  61. package/dist/card/mdc-card.html +3 -3
  62. package/dist/card/mdc-card.js +15 -12
  63. package/dist/card/mdc-card.js.map +1 -1
  64. package/dist/checkbox/mdc-checkbox.html +12 -12
  65. package/dist/checkbox/mdc-checkbox.js +38 -35
  66. package/dist/checkbox/mdc-checkbox.js.map +1 -1
  67. package/dist/chips/mdc-chip/mdc-chip.html +24 -24
  68. package/dist/chips/mdc-chip/mdc-chip.js +37 -34
  69. package/dist/chips/mdc-chip/mdc-chip.js.map +1 -1
  70. package/dist/chips/mdc-chip-action/enhance-mdc-chip-action.js +9 -6
  71. package/dist/chips/mdc-chip-action/enhance-mdc-chip-action.js.map +1 -1
  72. package/dist/chips/mdc-chip-action/mdc-chip-action.html +25 -25
  73. package/dist/chips/mdc-chip-action/mdc-chip-action.js +40 -37
  74. package/dist/chips/mdc-chip-action/mdc-chip-action.js.map +1 -1
  75. package/dist/chips/mdc-chip-set/mdc-chip-set.html +10 -10
  76. package/dist/chips/mdc-chip-set/mdc-chip-set.js +27 -24
  77. package/dist/chips/mdc-chip-set/mdc-chip-set.js.map +1 -1
  78. package/dist/circular-progress/mdc-circular-progress.html +38 -38
  79. package/dist/circular-progress/mdc-circular-progress.js +25 -22
  80. package/dist/circular-progress/mdc-circular-progress.js.map +1 -1
  81. package/dist/data-table/mdc-data-table-row.js +13 -10
  82. package/dist/data-table/mdc-data-table-row.js.map +1 -1
  83. package/dist/data-table/mdc-data-table.html +50 -49
  84. package/dist/data-table/mdc-data-table.js +183 -91
  85. package/dist/data-table/mdc-data-table.js.map +1 -1
  86. package/dist/dialog/mdc-dialog-actions.js +13 -10
  87. package/dist/dialog/mdc-dialog-actions.js.map +1 -1
  88. package/dist/dialog/mdc-dialog-content.js +9 -6
  89. package/dist/dialog/mdc-dialog-content.js.map +1 -1
  90. package/dist/dialog/mdc-dialog-service.js +20 -13
  91. package/dist/dialog/mdc-dialog-service.js.map +1 -1
  92. package/dist/dialog/mdc-dialog-title.js +9 -6
  93. package/dist/dialog/mdc-dialog-title.js.map +1 -1
  94. package/dist/dialog/mdc-dialog.html +14 -14
  95. package/dist/dialog/mdc-dialog.js +49 -46
  96. package/dist/dialog/mdc-dialog.js.map +1 -1
  97. package/dist/drawer/mdc-drawer-app-content.js +9 -6
  98. package/dist/drawer/mdc-drawer-app-content.js.map +1 -1
  99. package/dist/drawer/mdc-drawer-content.js +9 -6
  100. package/dist/drawer/mdc-drawer-content.js.map +1 -1
  101. package/dist/drawer/mdc-drawer-header/mdc-drawer-header.html +5 -5
  102. package/dist/drawer/mdc-drawer-header/mdc-drawer-header.js +17 -14
  103. package/dist/drawer/mdc-drawer-header/mdc-drawer-header.js.map +1 -1
  104. package/dist/drawer/mdc-drawer.html +6 -6
  105. package/dist/drawer/mdc-drawer.js +24 -21
  106. package/dist/drawer/mdc-drawer.js.map +1 -1
  107. package/dist/elevation/mdc-elevation.js +9 -6
  108. package/dist/elevation/mdc-elevation.js.map +1 -1
  109. package/dist/expandable/mdc-expandable.html +28 -28
  110. package/dist/expandable/mdc-expandable.js +20 -17
  111. package/dist/expandable/mdc-expandable.js.map +1 -1
  112. package/dist/fab/enhance-mdc-fab.js +9 -6
  113. package/dist/fab/enhance-mdc-fab.js.map +1 -1
  114. package/dist/fab/mdc-fab-icon.js +9 -6
  115. package/dist/fab/mdc-fab-icon.js.map +1 -1
  116. package/dist/fab/mdc-fab.html +13 -13
  117. package/dist/fab/mdc-fab.js +33 -30
  118. package/dist/fab/mdc-fab.js.map +1 -1
  119. package/dist/floating-label/mdc-floating-label.html +1 -1
  120. package/dist/floating-label/mdc-floating-label.js +16 -13
  121. package/dist/floating-label/mdc-floating-label.js.map +1 -1
  122. package/dist/form-field/mdc-form-field.html +6 -6
  123. package/dist/form-field/mdc-form-field.js +27 -24
  124. package/dist/form-field/mdc-form-field.js.map +1 -1
  125. package/dist/icon/mdc-icon.html +3 -3
  126. package/dist/icon/mdc-icon.js +10 -7
  127. package/dist/icon/mdc-icon.js.map +1 -1
  128. package/dist/icon-button/enhance-mdc-icon-button.js +9 -6
  129. package/dist/icon-button/enhance-mdc-icon-button.js.map +1 -1
  130. package/dist/icon-button/mdc-icon-button-icon/mdc-icon-button-icon.html +4 -4
  131. package/dist/icon-button/mdc-icon-button-icon/mdc-icon-button-icon.js +18 -15
  132. package/dist/icon-button/mdc-icon-button-icon/mdc-icon-button-icon.js.map +1 -1
  133. package/dist/icon-button/mdc-icon-button.html +11 -11
  134. package/dist/icon-button/mdc-icon-button.js +28 -25
  135. package/dist/icon-button/mdc-icon-button.js.map +1 -1
  136. package/dist/image-list/mdc-image-list-item/mdc-image-list-item.html +9 -9
  137. package/dist/image-list/mdc-image-list-item/mdc-image-list-item.js +22 -19
  138. package/dist/image-list/mdc-image-list-item/mdc-image-list-item.js.map +1 -1
  139. package/dist/image-list/mdc-image-list.html +7 -7
  140. package/dist/image-list/mdc-image-list.js +35 -32
  141. package/dist/image-list/mdc-image-list.js.map +1 -1
  142. package/dist/index.js +297 -139
  143. package/dist/index.js.map +1 -1
  144. package/dist/layout-grid/mdc-layout-grid-cell/mdc-layout-grid-cell.html +12 -12
  145. package/dist/layout-grid/mdc-layout-grid-cell/mdc-layout-grid-cell.js +36 -33
  146. package/dist/layout-grid/mdc-layout-grid-cell/mdc-layout-grid-cell.js.map +1 -1
  147. package/dist/layout-grid/mdc-layout-grid-inner.js +9 -6
  148. package/dist/layout-grid/mdc-layout-grid-inner.js.map +1 -1
  149. package/dist/layout-grid/mdc-layout-grid.html +8 -8
  150. package/dist/layout-grid/mdc-layout-grid.js +33 -30
  151. package/dist/layout-grid/mdc-layout-grid.js.map +1 -1
  152. package/dist/line-ripple/mdc-line-ripple.js +13 -10
  153. package/dist/line-ripple/mdc-line-ripple.js.map +1 -1
  154. package/dist/linear-progress/mdc-linear-progress.html +12 -12
  155. package/dist/linear-progress/mdc-linear-progress.js +26 -23
  156. package/dist/linear-progress/mdc-linear-progress.js.map +1 -1
  157. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-divider/mdc-deprecated-list-divider.html +4 -4
  158. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-divider/mdc-deprecated-list-divider.js +18 -15
  159. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-divider/mdc-deprecated-list-divider.js.map +1 -1
  160. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-group.js +17 -14
  161. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-group.js.map +1 -1
  162. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item/enhance-mdc-deprecated-list-item.js +9 -6
  163. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item/enhance-mdc-deprecated-list-item.js.map +1 -1
  164. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item-graphic.js +9 -6
  165. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item-graphic.js.map +1 -1
  166. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item-meta.js +9 -6
  167. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item-meta.js.map +1 -1
  168. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item.html +8 -8
  169. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item.js +28 -25
  170. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item.js.map +1 -1
  171. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item-primary-text.js +9 -6
  172. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item-primary-text.js.map +1 -1
  173. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item-secondary-text.js +9 -6
  174. package/dist/list/mdc-deprecated-list/mdc-deprecated-list-item-secondary-text.js.map +1 -1
  175. package/dist/list/mdc-deprecated-list/mdc-deprecated-list.html +15 -15
  176. package/dist/list/mdc-deprecated-list/mdc-deprecated-list.js +78 -75
  177. package/dist/list/mdc-deprecated-list/mdc-deprecated-list.js.map +1 -1
  178. package/dist/list/mdc-list-divider/mdc-list-divider.html +7 -7
  179. package/dist/list/mdc-list-divider/mdc-list-divider.js +21 -18
  180. package/dist/list/mdc-list-divider/mdc-list-divider.js.map +1 -1
  181. package/dist/list/mdc-list-group.js +17 -14
  182. package/dist/list/mdc-list-group.js.map +1 -1
  183. package/dist/list/mdc-list-item/enhance-mdc-list-item.js +9 -6
  184. package/dist/list/mdc-list-item/enhance-mdc-list-item.js.map +1 -1
  185. package/dist/list/mdc-list-item/mdc-list-item-leading.js +9 -6
  186. package/dist/list/mdc-list-item/mdc-list-item-leading.js.map +1 -1
  187. package/dist/list/mdc-list-item/mdc-list-item-trailing.js +9 -6
  188. package/dist/list/mdc-list-item/mdc-list-item-trailing.js.map +1 -1
  189. package/dist/list/mdc-list-item/mdc-list-item.html +13 -13
  190. package/dist/list/mdc-list-item/mdc-list-item.js +40 -37
  191. package/dist/list/mdc-list-item/mdc-list-item.js.map +1 -1
  192. package/dist/list/mdc-list-item-overline-text.js +9 -6
  193. package/dist/list/mdc-list-item-overline-text.js.map +1 -1
  194. package/dist/list/mdc-list-item-primary-text.js +9 -6
  195. package/dist/list/mdc-list-item-primary-text.js.map +1 -1
  196. package/dist/list/mdc-list-item-secondary-text.js +9 -6
  197. package/dist/list/mdc-list-item-secondary-text.js.map +1 -1
  198. package/dist/list/mdc-list.html +5 -5
  199. package/dist/list/mdc-list.js +58 -55
  200. package/dist/list/mdc-list.js.map +1 -1
  201. package/dist/lookup/discardable-promise.js +5 -1
  202. package/dist/lookup/discardable-promise.js.map +1 -1
  203. package/dist/lookup/mdc-lookup-configuration.js +5 -1
  204. package/dist/lookup/mdc-lookup-configuration.js.map +1 -1
  205. package/dist/lookup/mdc-lookup.html +27 -27
  206. package/dist/lookup/mdc-lookup.js +74 -71
  207. package/dist/lookup/mdc-lookup.js.map +1 -1
  208. package/dist/mdc-configuration.js +15 -9
  209. package/dist/mdc-configuration.js.map +1 -1
  210. package/dist/menu/mdc-menu-selection-group-icon.js +9 -6
  211. package/dist/menu/mdc-menu-selection-group-icon.js.map +1 -1
  212. package/dist/menu/mdc-menu-selection-group.js +9 -6
  213. package/dist/menu/mdc-menu-selection-group.js.map +1 -1
  214. package/dist/menu/mdc-menu.html +6 -6
  215. package/dist/menu/mdc-menu.js +71 -68
  216. package/dist/menu/mdc-menu.js.map +1 -1
  217. package/dist/menu-surface/mdc-menu-surface-anchor.js +11 -8
  218. package/dist/menu-surface/mdc-menu-surface-anchor.js.map +1 -1
  219. package/dist/menu-surface/mdc-menu-surface.js +61 -58
  220. package/dist/menu-surface/mdc-menu-surface.js.map +1 -1
  221. package/dist/notched-outline/mdc-notched-outline.html +7 -7
  222. package/dist/notched-outline/mdc-notched-outline.js +20 -17
  223. package/dist/notched-outline/mdc-notched-outline.js.map +1 -1
  224. package/dist/radio/mdc-radio.html +9 -9
  225. package/dist/radio/mdc-radio.js +27 -24
  226. package/dist/radio/mdc-radio.js.map +1 -1
  227. package/dist/ripple/mdc-ripple.js +51 -48
  228. package/dist/ripple/mdc-ripple.js.map +1 -1
  229. package/dist/segmented-button/mdc-segmented-button-segment/enhance-mdc-segmented-button-segment.js +9 -6
  230. package/dist/segmented-button/mdc-segmented-button-segment/enhance-mdc-segmented-button-segment.js.map +1 -1
  231. package/dist/segmented-button/mdc-segmented-button-segment/mdc-segmented-button-segment.html +11 -11
  232. package/dist/segmented-button/mdc-segmented-button-segment/mdc-segmented-button-segment.js +27 -24
  233. package/dist/segmented-button/mdc-segmented-button-segment/mdc-segmented-button-segment.js.map +1 -1
  234. package/dist/segmented-button/mdc-segmented-button.html +3 -3
  235. package/dist/segmented-button/mdc-segmented-button.js +24 -21
  236. package/dist/segmented-button/mdc-segmented-button.js.map +1 -1
  237. package/dist/select/mdc-default-select-configuration.js +5 -1
  238. package/dist/select/mdc-default-select-configuration.js.map +1 -1
  239. package/dist/select/mdc-select-adapter-aurelia.js +2 -1
  240. package/dist/select/mdc-select-adapter-aurelia.js.map +1 -1
  241. package/dist/select/mdc-select-foundation-aurelia.js +47 -43
  242. package/dist/select/mdc-select-foundation-aurelia.js.map +1 -1
  243. package/dist/select/mdc-select-helper-text/mdc-select-helper-text.html +7 -7
  244. package/dist/select/mdc-select-helper-text/mdc-select-helper-text.js +27 -24
  245. package/dist/select/mdc-select-helper-text/mdc-select-helper-text.js.map +1 -1
  246. package/dist/select/mdc-select-icon.js +16 -13
  247. package/dist/select/mdc-select-icon.js.map +1 -1
  248. package/dist/select/mdc-select-value-observer.js +16 -12
  249. package/dist/select/mdc-select-value-observer.js.map +1 -1
  250. package/dist/select/mdc-select.html +38 -38
  251. package/dist/select/mdc-select.js +71 -68
  252. package/dist/select/mdc-select.js.map +1 -1
  253. package/dist/slider/mdc-slider-foundation-aurelia.js +6 -2
  254. package/dist/slider/mdc-slider-foundation-aurelia.js.map +1 -1
  255. package/dist/slider/mdc-slider.html +36 -36
  256. package/dist/slider/mdc-slider.js +79 -76
  257. package/dist/slider/mdc-slider.js.map +1 -1
  258. package/dist/snackbar/mdc-snackbar-service.js +8 -4
  259. package/dist/snackbar/mdc-snackbar-service.js.map +1 -1
  260. package/dist/snackbar/mdc-snackbar.html +14 -14
  261. package/dist/snackbar/mdc-snackbar.js +55 -52
  262. package/dist/snackbar/mdc-snackbar.js.map +1 -1
  263. package/dist/switch/enhance-mdc-switch.js +9 -6
  264. package/dist/switch/enhance-mdc-switch.js.map +1 -1
  265. package/dist/switch/mdc-switch.html +21 -21
  266. package/dist/switch/mdc-switch.js +16 -13
  267. package/dist/switch/mdc-switch.js.map +1 -1
  268. package/dist/tab-bar/indicator/mdc-tab-indicator.html +9 -9
  269. package/dist/tab-bar/indicator/mdc-tab-indicator.js +26 -23
  270. package/dist/tab-bar/indicator/mdc-tab-indicator.js.map +1 -1
  271. package/dist/tab-bar/mdc-tab-bar.html +6 -6
  272. package/dist/tab-bar/mdc-tab-bar.js +29 -26
  273. package/dist/tab-bar/mdc-tab-bar.js.map +1 -1
  274. package/dist/tab-bar/scroller/mdc-tab-scroller.html +11 -11
  275. package/dist/tab-bar/scroller/mdc-tab-scroller.js +25 -22
  276. package/dist/tab-bar/scroller/mdc-tab-scroller.js.map +1 -1
  277. package/dist/tab-bar/tab/mdc-tab.html +20 -20
  278. package/dist/tab-bar/tab/mdc-tab.js +44 -41
  279. package/dist/tab-bar/tab/mdc-tab.js.map +1 -1
  280. package/dist/text-field/enhance-mdc-text-field.js +9 -6
  281. package/dist/text-field/enhance-mdc-text-field.js.map +1 -1
  282. package/dist/text-field/mdc-default-text-field-configuration.js +5 -1
  283. package/dist/text-field/mdc-default-text-field-configuration.js.map +1 -1
  284. package/dist/text-field/mdc-inputmask.js +76 -0
  285. package/dist/text-field/mdc-inputmask.js.map +1 -0
  286. package/dist/text-field/mdc-text-field-character-counter.js +13 -10
  287. package/dist/text-field/mdc-text-field-character-counter.js.map +1 -1
  288. package/dist/text-field/mdc-text-field-helper-line/mdc-text-field-helper-line.html +7 -7
  289. package/dist/text-field/mdc-text-field-helper-line/mdc-text-field-helper-line.js +14 -11
  290. package/dist/text-field/mdc-text-field-helper-line/mdc-text-field-helper-line.js.map +1 -1
  291. package/dist/text-field/mdc-text-field-helper-text/mdc-text-field-helper-text.html +6 -6
  292. package/dist/text-field/mdc-text-field-helper-text/mdc-text-field-helper-text.js +22 -19
  293. package/dist/text-field/mdc-text-field-helper-text/mdc-text-field-helper-text.js.map +1 -1
  294. package/dist/text-field/mdc-text-field-icon.js +22 -19
  295. package/dist/text-field/mdc-text-field-icon.js.map +1 -1
  296. package/dist/text-field/mdc-text-field.html +29 -29
  297. package/dist/text-field/mdc-text-field.js +116 -113
  298. package/dist/text-field/mdc-text-field.js.map +1 -1
  299. package/dist/tooltip/mdc-default-tooltip-configuration.js +5 -1
  300. package/dist/tooltip/mdc-default-tooltip-configuration.js.map +1 -1
  301. package/dist/tooltip/mdc-tooltip-attribute.js +39 -36
  302. package/dist/tooltip/mdc-tooltip-attribute.js.map +1 -1
  303. package/dist/tooltip/mdc-tooltip.html +7 -7
  304. package/dist/tooltip/mdc-tooltip.js +66 -63
  305. package/dist/tooltip/mdc-tooltip.js.map +1 -1
  306. package/dist/top-app-bar/enhance-top-app-bar-actions.js +9 -6
  307. package/dist/top-app-bar/enhance-top-app-bar-actions.js.map +1 -1
  308. package/dist/top-app-bar/mdc-top-app-bar-action-item.js +9 -6
  309. package/dist/top-app-bar/mdc-top-app-bar-action-item.js.map +1 -1
  310. package/dist/top-app-bar/mdc-top-app-bar-fixed-adjust.js +9 -6
  311. package/dist/top-app-bar/mdc-top-app-bar-fixed-adjust.js.map +1 -1
  312. package/dist/top-app-bar/mdc-top-app-bar-nav-icon.js +9 -6
  313. package/dist/top-app-bar/mdc-top-app-bar-nav-icon.js.map +1 -1
  314. package/dist/top-app-bar/mdc-top-app-bar-row.js +9 -6
  315. package/dist/top-app-bar/mdc-top-app-bar-row.js.map +1 -1
  316. package/dist/top-app-bar/mdc-top-app-bar-section/mdc-top-app-bar-section.html +3 -3
  317. package/dist/top-app-bar/mdc-top-app-bar-section/mdc-top-app-bar-section.js +15 -12
  318. package/dist/top-app-bar/mdc-top-app-bar-section/mdc-top-app-bar-section.js.map +1 -1
  319. package/dist/top-app-bar/mdc-top-app-bar-title.js +9 -6
  320. package/dist/top-app-bar/mdc-top-app-bar-title.js.map +1 -1
  321. package/dist/top-app-bar/mdc-top-app-bar.html +9 -9
  322. package/dist/top-app-bar/mdc-top-app-bar.js +43 -40
  323. package/dist/top-app-bar/mdc-top-app-bar.js.map +1 -1
  324. package/dist/tree-view/i-tree-node.js +2 -1
  325. package/dist/tree-view/i-tree-node.js.map +1 -1
  326. package/dist/tree-view/mdc-tree-node-meta.js +9 -6
  327. package/dist/tree-view/mdc-tree-node-meta.js.map +1 -1
  328. package/dist/tree-view/mdc-tree-node.js +9 -6
  329. package/dist/tree-view/mdc-tree-node.js.map +1 -1
  330. package/dist/tree-view/mdc-tree-view.js +29 -25
  331. package/dist/tree-view/mdc-tree-view.js.map +1 -1
  332. package/dist/tree-view/node-filter.js +9 -6
  333. package/dist/tree-view/node-filter.js.map +1 -1
  334. package/dist/types/alert/alert-configuration.d.ts +8 -0
  335. package/dist/types/alert/alert-modal/alert-modal.d.ts +6 -0
  336. package/dist/types/alert/alert-modal/i-alert-modal-payload.d.ts +9 -0
  337. package/dist/types/alert/alert-service.d.ts +27 -0
  338. package/dist/types/alert/decorators/confirm-action.d.ts +3 -0
  339. package/dist/types/alert/decorators/using-progress.d.ts +6 -0
  340. package/dist/types/alert/exceptions-tracker.d.ts +3 -0
  341. package/dist/types/alert/global-progress/global-progress.d.ts +11 -0
  342. package/dist/types/alert/prompt-dialog/prompt-dialog.d.ts +21 -0
  343. package/dist/types/data-table/mdc-data-table.d.ts +16 -4
  344. package/dist/types/index.d.ts +11 -1
  345. package/dist/types/lookup/mdc-lookup.d.ts +3 -3
  346. package/dist/types/mdc-configuration.d.ts +2 -0
  347. package/dist/types/select/mdc-select.d.ts +3 -3
  348. package/dist/types/text-field/mdc-inputmask.d.ts +11 -0
  349. package/dist/types/text-field/mdc-text-field.d.ts +3 -3
  350. package/dist/types/tooltip/mdc-tooltip.d.ts +3 -3
  351. package/dist/types/validation/validate.d.ts +10 -0
  352. package/dist/typography/mdc-typography.js +60 -57
  353. package/dist/typography/mdc-typography.js.map +1 -1
  354. package/dist/validation/mdc-validation-controller-factory.js +10 -6
  355. package/dist/validation/mdc-validation-controller-factory.js.map +1 -1
  356. package/dist/validation/mdc-validation-result-presenter.js +5 -1
  357. package/dist/validation/mdc-validation-result-presenter.js.map +1 -1
  358. package/dist/validation/validate.js +27 -0
  359. package/dist/validation/validate.js.map +1 -0
  360. package/package.json +4 -2
  361. package/src/alert/alert-configuration.ts +11 -0
  362. package/src/alert/alert-modal/alert-modal.html +27 -0
  363. package/src/alert/alert-modal/alert-modal.scss +10 -0
  364. package/src/alert/alert-modal/alert-modal.ts +13 -0
  365. package/src/alert/alert-modal/i-alert-modal-payload.ts +9 -0
  366. package/src/alert/alert-service.ts +113 -0
  367. package/src/alert/decorators/confirm-action.ts +18 -0
  368. package/src/alert/decorators/using-progress.ts +30 -0
  369. package/src/alert/exceptions-tracker.ts +3 -0
  370. package/src/alert/global-progress/global-progress.html +9 -0
  371. package/src/alert/global-progress/global-progress.scss +38 -0
  372. package/src/alert/global-progress/global-progress.ts +27 -0
  373. package/src/alert/prompt-dialog/prompt-dialog.html +15 -0
  374. package/src/alert/prompt-dialog/prompt-dialog.ts +35 -0
  375. package/src/banner/mdc-banner.html +21 -21
  376. package/src/banner/mdc-banner.ts +116 -116
  377. package/src/base/attributes/mdc-focus-trap.ts +42 -42
  378. package/src/base/elements/i-validated-element.ts +12 -12
  379. package/src/base/elements/mdc-promisify-reference.ts +21 -21
  380. package/src/base/interceptors.ts +25 -25
  381. package/src/base/material-palette.md +7 -7
  382. package/src/base/material-palette.ts +22 -22
  383. package/src/base/mdc-component.ts +69 -69
  384. package/src/base/next-element.ts +39 -39
  385. package/src/button/enhance-mdc-button.ts +8 -8
  386. package/src/button/mdc-button-label.ts +15 -15
  387. package/src/button/mdc-button.html +12 -12
  388. package/src/button/mdc-button.ts +62 -62
  389. package/src/card/mdc-card-action-buttons.ts +19 -19
  390. package/src/card/mdc-card-action-icons.ts +19 -19
  391. package/src/card/mdc-card-actions/mdc-card-actions.html +3 -3
  392. package/src/card/mdc-card-actions/mdc-card-actions.ts +15 -15
  393. package/src/card/mdc-card-media/mdc-card-media.html +5 -5
  394. package/src/card/mdc-card-media/mdc-card-media.ts +21 -21
  395. package/src/card/mdc-card-primary-action.html +5 -5
  396. package/src/card/mdc-card-primary-action.ts +16 -16
  397. package/src/card/mdc-card.html +3 -3
  398. package/src/card/mdc-card.ts +16 -16
  399. package/src/checkbox/mdc-checkbox.html +12 -12
  400. package/src/checkbox/mdc-checkbox.ts +217 -217
  401. package/src/chips/mdc-chip/mdc-chip.html +24 -24
  402. package/src/chips/mdc-chip-action/enhance-mdc-chip-action.ts +8 -8
  403. package/src/chips/mdc-chip-action/mdc-chip-action.html +25 -25
  404. package/src/chips/mdc-chip-action/mdc-chip-action.ts +143 -143
  405. package/src/chips/mdc-chip-set/mdc-chip-set.html +10 -10
  406. package/src/chips/mdc-chip-set/mdc-chip-set.ts +117 -117
  407. package/src/circular-progress/mdc-circular-progress.html +38 -38
  408. package/src/circular-progress/mdc-circular-progress.ts +91 -91
  409. package/src/circular-progress/styles/_index.scss +1 -1
  410. package/src/circular-progress/styles/mdc-circular-progress.import.scss +1 -1
  411. package/src/circular-progress/styles/mdc-circular-progress.scss +14 -14
  412. package/src/data-table/mdc-data-table-row.ts +24 -24
  413. package/src/data-table/mdc-data-table.html +50 -49
  414. package/src/data-table/mdc-data-table.ts +111 -13
  415. package/src/data-table/styles/_index.scss +1 -0
  416. package/src/data-table/styles/mdc-data-table.import.scss +1 -0
  417. package/src/data-table/styles/mdc-data-table.scss +64 -0
  418. package/src/dialog/mdc-dialog-actions.ts +23 -23
  419. package/src/dialog/mdc-dialog-content.ts +11 -11
  420. package/src/dialog/mdc-dialog-service.ts +83 -80
  421. package/src/dialog/mdc-dialog-title.ts +8 -8
  422. package/src/dialog/mdc-dialog.html +14 -14
  423. package/src/dialog/mdc-dialog.ts +224 -224
  424. package/src/drawer/mdc-drawer-app-content.ts +11 -11
  425. package/src/drawer/mdc-drawer-content.ts +11 -11
  426. package/src/drawer/mdc-drawer-header/mdc-drawer-header.html +5 -5
  427. package/src/drawer/mdc-drawer-header/mdc-drawer-header.ts +18 -18
  428. package/src/drawer/mdc-drawer.html +6 -6
  429. package/src/drawer/mdc-drawer.ts +125 -125
  430. package/src/elevation/mdc-elevation.ts +23 -23
  431. package/src/expandable/mdc-expandable.html +28 -28
  432. package/src/expandable/styles/_icon-variables.scss +3 -3
  433. package/src/expandable/styles/_index.scss +1 -1
  434. package/src/expandable/styles/_mixins.scss +287 -287
  435. package/src/expandable/styles/_variables.scss +17 -17
  436. package/src/expandable/styles/mdc-expandable.import.scss +1 -1
  437. package/src/expandable/styles/mdc-expandable.scss +3 -3
  438. package/src/fab/enhance-mdc-fab.ts +8 -8
  439. package/src/fab/mdc-fab-icon.ts +15 -15
  440. package/src/fab/mdc-fab.html +13 -13
  441. package/src/fab/mdc-fab.ts +50 -50
  442. package/src/floating-label/mdc-floating-label.html +1 -1
  443. package/src/floating-label/mdc-floating-label.ts +44 -44
  444. package/src/form-field/mdc-form-field.html +6 -6
  445. package/src/icon/mdc-icon.html +3 -3
  446. package/src/icon/mdc-icon.ts +11 -11
  447. package/src/icon-button/enhance-mdc-icon-button.ts +8 -8
  448. package/src/icon-button/mdc-icon-button-icon/mdc-icon-button-icon.html +4 -4
  449. package/src/icon-button/mdc-icon-button-icon/mdc-icon-button-icon.ts +29 -29
  450. package/src/icon-button/mdc-icon-button.html +11 -11
  451. package/src/icon-button/mdc-icon-button.ts +69 -69
  452. package/src/image-list/mdc-image-list-item/mdc-image-list-item.html +9 -9
  453. package/src/image-list/mdc-image-list-item/mdc-image-list-item.ts +31 -31
  454. package/src/image-list/mdc-image-list.html +7 -7
  455. package/src/image-list/mdc-image-list.ts +73 -73
  456. package/src/image-list/styles/_index.scss +1 -1
  457. package/src/image-list/styles/mdc-image-list.import.scss +1 -1
  458. package/src/image-list/styles/mdc-image-list.scss +7 -7
  459. package/src/index.ts +17 -3
  460. package/src/layout-grid/mdc-layout-grid-cell/mdc-layout-grid-cell.html +12 -12
  461. package/src/layout-grid/mdc-layout-grid-cell/mdc-layout-grid-cell.ts +49 -49
  462. package/src/layout-grid/mdc-layout-grid-inner.ts +8 -8
  463. package/src/layout-grid/mdc-layout-grid.html +8 -8
  464. package/src/layout-grid/mdc-layout-grid.ts +67 -67
  465. package/src/layout-grid/styles/_index.scss +1 -1
  466. package/src/layout-grid/styles/mdc-layout-grid.import.scss +1 -1
  467. package/src/layout-grid/styles/mdc-layout-grid.scss +11 -11
  468. package/src/line-ripple/mdc-line-ripple.ts +41 -41
  469. package/src/linear-progress/mdc-linear-progress.html +12 -12
  470. package/src/linear-progress/mdc-linear-progress.ts +103 -103
  471. package/src/list/mdc-deprecated-list/mdc-deprecated-list-divider/mdc-deprecated-list-divider.html +4 -4
  472. package/src/list/mdc-deprecated-list/mdc-deprecated-list-divider/mdc-deprecated-list-divider.ts +18 -18
  473. package/src/list/mdc-deprecated-list/mdc-deprecated-list-group.ts +27 -27
  474. package/src/list/mdc-deprecated-list/mdc-deprecated-list-item/enhance-mdc-deprecated-list-item.ts +8 -8
  475. package/src/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item-graphic.ts +15 -15
  476. package/src/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item-meta.ts +15 -15
  477. package/src/list/mdc-deprecated-list/mdc-deprecated-list-item/mdc-deprecated-list-item.html +8 -8
  478. package/src/list/mdc-deprecated-list/mdc-deprecated-list-item-primary-text.ts +11 -11
  479. package/src/list/mdc-deprecated-list/mdc-deprecated-list-item-secondary-text.ts +11 -11
  480. package/src/list/mdc-deprecated-list/mdc-deprecated-list.html +15 -15
  481. package/src/list/mdc-deprecated-list/mdc-deprecated-list.ts +331 -331
  482. package/src/list/mdc-list-divider/mdc-list-divider.html +7 -7
  483. package/src/list/mdc-list-divider/mdc-list-divider.ts +24 -24
  484. package/src/list/mdc-list-group.ts +27 -27
  485. package/src/list/mdc-list-item/enhance-mdc-list-item.ts +8 -8
  486. package/src/list/mdc-list-item/mdc-list-item-leading.ts +34 -34
  487. package/src/list/mdc-list-item/mdc-list-item-trailing.ts +36 -36
  488. package/src/list/mdc-list-item/mdc-list-item.html +13 -13
  489. package/src/list/mdc-list-item-overline-text.ts +8 -8
  490. package/src/list/mdc-list-item-primary-text.ts +11 -11
  491. package/src/list/mdc-list-item-secondary-text.ts +11 -11
  492. package/src/list/mdc-list.html +5 -5
  493. package/src/list/mdc-list.ts +300 -300
  494. package/src/lookup/discardable-promise.ts +24 -24
  495. package/src/lookup/mdc-lookup-configuration.ts +11 -11
  496. package/src/lookup/mdc-lookup.html +27 -27
  497. package/src/lookup/mdc-lookup.ts +5 -5
  498. package/src/mdc-configuration.ts +2 -0
  499. package/src/menu/mdc-menu-selection-group-icon.ts +11 -11
  500. package/src/menu/mdc-menu-selection-group.ts +4 -4
  501. package/src/menu/mdc-menu.html +6 -6
  502. package/src/menu-surface/mdc-menu-surface-anchor.ts +12 -12
  503. package/src/menu-surface/mdc-menu-surface.ts +275 -275
  504. package/src/notched-outline/mdc-notched-outline.html +7 -7
  505. package/src/notched-outline/mdc-notched-outline.ts +60 -60
  506. package/src/radio/mdc-radio.html +9 -9
  507. package/src/radio/mdc-radio.ts +162 -162
  508. package/src/resource.d.ts +22 -22
  509. package/src/ripple/mdc-ripple.ts +114 -114
  510. package/src/segmented-button/mdc-segmented-button-segment/enhance-mdc-segmented-button-segment.ts +8 -8
  511. package/src/segmented-button/mdc-segmented-button-segment/mdc-segmented-button-segment.html +11 -11
  512. package/src/segmented-button/mdc-segmented-button.html +3 -3
  513. package/src/segmented-button/mdc-segmented-button.ts +89 -89
  514. package/src/select/mdc-default-select-configuration.ts +3 -3
  515. package/src/select/mdc-select-adapter-aurelia.ts +213 -213
  516. package/src/select/mdc-select-foundation-aurelia.ts +484 -484
  517. package/src/select/mdc-select-helper-text/mdc-select-helper-text.html +7 -7
  518. package/src/select/mdc-select-helper-text/mdc-select-helper-text.ts +55 -55
  519. package/src/select/mdc-select-icon.ts +41 -41
  520. package/src/select/mdc-select-value-observer.ts +347 -346
  521. package/src/select/mdc-select.html +38 -38
  522. package/src/select/mdc-select.ts +480 -480
  523. package/src/slider/mdc-slider-foundation-aurelia.ts +13 -13
  524. package/src/slider/mdc-slider.html +36 -36
  525. package/src/slider/mdc-slider.ts +409 -409
  526. package/src/slider/styles/_index.scss +1 -1
  527. package/src/slider/styles/mdc-slider.import.scss +1 -1
  528. package/src/slider/styles/mdc-slider.scss +8 -8
  529. package/src/snackbar/mdc-snackbar-service.ts +48 -48
  530. package/src/snackbar/mdc-snackbar.html +14 -14
  531. package/src/snackbar/mdc-snackbar.ts +109 -109
  532. package/src/switch/enhance-mdc-switch.ts +8 -8
  533. package/src/switch/mdc-switch.html +21 -21
  534. package/src/switch/mdc-switch.ts +86 -86
  535. package/src/tab-bar/indicator/mdc-tab-indicator.html +9 -9
  536. package/src/tab-bar/indicator/mdc-tab-indicator.ts +51 -51
  537. package/src/tab-bar/mdc-tab-bar.html +6 -6
  538. package/src/tab-bar/mdc-tab-bar.ts +119 -119
  539. package/src/tab-bar/scroller/mdc-tab-scroller.html +11 -11
  540. package/src/tab-bar/scroller/mdc-tab-scroller.ts +85 -85
  541. package/src/tab-bar/tab/mdc-tab.html +20 -20
  542. package/src/tab-bar/tab/mdc-tab.ts +118 -118
  543. package/src/text-field/enhance-mdc-text-field.ts +12 -12
  544. package/src/text-field/mdc-default-text-field-configuration.ts +3 -3
  545. package/src/text-field/mdc-inputmask.ts +45 -0
  546. package/src/text-field/mdc-text-field-character-counter.ts +32 -32
  547. package/src/text-field/mdc-text-field-helper-line/mdc-text-field-helper-line.html +7 -7
  548. package/src/text-field/mdc-text-field-helper-line/mdc-text-field-helper-line.ts +37 -37
  549. package/src/text-field/mdc-text-field-helper-text/mdc-text-field-helper-text.html +6 -6
  550. package/src/text-field/mdc-text-field-helper-text/mdc-text-field-helper-text.ts +47 -47
  551. package/src/text-field/mdc-text-field-icon.ts +59 -59
  552. package/src/text-field/mdc-text-field.html +29 -29
  553. package/src/text-field/mdc-text-field.ts +535 -535
  554. package/src/tooltip/mdc-default-tooltip-configuration.ts +5 -5
  555. package/src/tooltip/mdc-tooltip-attribute.ts +118 -118
  556. package/src/tooltip/mdc-tooltip.html +7 -7
  557. package/src/tooltip/mdc-tooltip.ts +6 -6
  558. package/src/top-app-bar/enhance-top-app-bar-actions.ts +9 -9
  559. package/src/top-app-bar/mdc-top-app-bar-action-item.ts +12 -12
  560. package/src/top-app-bar/mdc-top-app-bar-fixed-adjust.ts +13 -13
  561. package/src/top-app-bar/mdc-top-app-bar-nav-icon.ts +12 -12
  562. package/src/top-app-bar/mdc-top-app-bar-row.ts +7 -7
  563. package/src/top-app-bar/mdc-top-app-bar-section/mdc-top-app-bar-section.html +3 -3
  564. package/src/top-app-bar/mdc-top-app-bar-section/mdc-top-app-bar-section.ts +9 -9
  565. package/src/top-app-bar/mdc-top-app-bar-title.ts +7 -7
  566. package/src/top-app-bar/mdc-top-app-bar.html +9 -9
  567. package/src/top-app-bar/mdc-top-app-bar.ts +93 -93
  568. package/src/tree-view/i-tree-node.ts +8 -8
  569. package/src/tree-view/mdc-tree-node-meta.ts +11 -11
  570. package/src/tree-view/mdc-tree-node.ts +4 -4
  571. package/src/tree-view/node-filter.ts +12 -12
  572. package/src/tree-view/styles/_index.scss +1 -1
  573. package/src/tree-view/styles/_mixins.scss +145 -145
  574. package/src/tree-view/styles/_variables.scss +8 -8
  575. package/src/tree-view/styles/mdc-tree-view.import.scss +1 -1
  576. package/src/tree-view/styles/mdc-tree-view.scss +3 -3
  577. package/src/typography/mdc-typography.ts +130 -130
  578. package/src/validation/mdc-validation-controller-factory.ts +20 -20
  579. package/src/validation/mdc-validation-result-presenter.ts +36 -36
  580. package/src/validation/validate.ts +32 -0
  581. package/styles/mdc-all.scss +53 -52
  582. package/src/banner/doc/api.json +0 -1106
  583. package/src/base/doc/api.json +0 -1408
  584. package/src/button/doc/api.json +0 -621
  585. package/src/card/doc/api.json +0 -214
  586. package/src/checkbox/doc/api.json +0 -1320
  587. package/src/chips/doc/api.json +0 -2533
  588. package/src/circular-progress/doc/api.json +0 -1085
  589. package/src/data-table/doc/api.json +0 -2064
  590. package/src/dialog/doc/api.json +0 -1667
  591. package/src/drawer/doc/api.json +0 -1416
  592. package/src/elevation/doc/api.json +0 -317
  593. package/src/expandable/doc/api.json +0 -677
  594. package/src/fab/doc/api.json +0 -396
  595. package/src/floating-label/doc/api.json +0 -914
  596. package/src/form-field/doc/api.json +0 -948
  597. package/src/icon/doc/api.json +0 -224
  598. package/src/icon-button/doc/api.json +0 -1109
  599. package/src/image-list/doc/api.json +0 -438
  600. package/src/layout-grid/doc/api.json +0 -600
  601. package/src/line-ripple/doc/api.json +0 -857
  602. package/src/linear-progress/doc/api.json +0 -949
  603. package/src/list/doc/api.json +0 -5725
  604. package/src/lookup/doc/api.json +0 -2370
  605. package/src/menu/doc/api.json +0 -2246
  606. package/src/menu-surface/doc/api.json +0 -1800
  607. package/src/notched-outline/doc/api.json +0 -943
  608. package/src/radio/doc/api.json +0 -1159
  609. package/src/ripple/doc/api.json +0 -1212
  610. package/src/segmented-button/doc/api.json +0 -1937
  611. package/src/select/doc/api.json +0 -4247
  612. package/src/slider/doc/api.json +0 -1954
  613. package/src/snackbar/doc/api.json +0 -1699
  614. package/src/switch/doc/api.json +0 -899
  615. package/src/tab-bar/doc/api.json +0 -4253
  616. package/src/text-field/doc/api.json +0 -3179
  617. package/src/tooltip/doc/api.json +0 -2531
  618. package/src/top-app-bar/doc/api.json +0 -1752
  619. package/src/tree-view/doc/api.json +0 -1710
  620. package/src/typography/doc/api.json +0 -3058
  621. package/src/validation/doc/api.json +0 -371
@@ -1,1320 +0,0 @@
1
- {
2
- "id": 0,
3
- "name": "aurelia-mdc-web-docs",
4
- "kind": 1,
5
- "kindString": "Project",
6
- "flags": {},
7
- "children": [
8
- {
9
- "id": 6,
10
- "name": "MdcCheckbox",
11
- "kind": 128,
12
- "kindString": "Class",
13
- "flags": {},
14
- "comment": {
15
- "tags": [
16
- {
17
- "tag": "selector",
18
- "text": "mdc-checkbox"
19
- },
20
- {
21
- "tag": "emits",
22
- "text": "change | Event dispatched on checked change.\n"
23
- }
24
- ]
25
- },
26
- "decorators": [
27
- {
28
- "name": "inject",
29
- "type": {
30
- "type": "reference",
31
- "name": "inject"
32
- },
33
- "arguments": {
34
- "dependencies": "Element"
35
- }
36
- },
37
- {
38
- "name": "customElement",
39
- "type": {
40
- "type": "reference",
41
- "name": "customElement"
42
- },
43
- "arguments": {
44
- "name": "'mdc-checkbox'"
45
- }
46
- }
47
- ],
48
- "children": [
49
- {
50
- "id": 7,
51
- "name": "constructor",
52
- "kind": 512,
53
- "kindString": "Constructor",
54
- "flags": {},
55
- "sources": [
56
- {
57
- "fileName": "checkbox/src/mdc-checkbox.ts",
58
- "line": 15,
59
- "character": 2
60
- }
61
- ],
62
- "signatures": [
63
- {
64
- "id": 8,
65
- "name": "new MdcCheckbox",
66
- "kind": 16384,
67
- "kindString": "Constructor signature",
68
- "flags": {},
69
- "parameters": [
70
- {
71
- "id": 9,
72
- "name": "root",
73
- "kind": 32768,
74
- "kindString": "Parameter",
75
- "flags": {},
76
- "type": {
77
- "type": "reference",
78
- "name": "IMdcCheckboxElement"
79
- }
80
- }
81
- ],
82
- "type": {
83
- "type": "reference",
84
- "id": 6,
85
- "name": "MdcCheckbox"
86
- },
87
- "overwrites": {
88
- "type": "reference",
89
- "name": "MdcComponent<MDCCheckboxFoundation>.constructor"
90
- }
91
- }
92
- ],
93
- "overwrites": {
94
- "type": "reference",
95
- "name": "MdcComponent<MDCCheckboxFoundation>.constructor"
96
- }
97
- },
98
- {
99
- "id": 16,
100
- "name": "disableRipple",
101
- "kind": 1024,
102
- "kindString": "Property",
103
- "flags": {},
104
- "comment": {
105
- "shortText": "Whether ripple ink is disabled."
106
- },
107
- "decorators": [
108
- {
109
- "name": "bindable",
110
- "type": {
111
- "type": "reference",
112
- "name": "bindable"
113
- },
114
- "arguments": {
115
- "config": "{ set: booleanAttr }"
116
- }
117
- }
118
- ],
119
- "sources": [
120
- {
121
- "fileName": "checkbox/src/mdc-checkbox.ts",
122
- "line": 45,
123
- "character": 2
124
- }
125
- ],
126
- "type": {
127
- "type": "intrinsic",
128
- "name": "boolean"
129
- }
130
- },
131
- {
132
- "id": 12,
133
- "name": "disabled",
134
- "kind": 1024,
135
- "kindString": "Property",
136
- "flags": {},
137
- "comment": {
138
- "shortText": "Disables the component."
139
- },
140
- "decorators": [
141
- {
142
- "name": "bindable",
143
- "type": {
144
- "type": "reference",
145
- "name": "bindable"
146
- },
147
- "arguments": {
148
- "config": "{ set: booleanAttr }"
149
- }
150
- }
151
- ],
152
- "sources": [
153
- {
154
- "fileName": "checkbox/src/mdc-checkbox.ts",
155
- "line": 28,
156
- "character": 2
157
- }
158
- ],
159
- "type": {
160
- "type": "intrinsic",
161
- "name": "boolean"
162
- }
163
- },
164
- {
165
- "id": 47,
166
- "name": "foundation",
167
- "kind": 1024,
168
- "kindString": "Property",
169
- "flags": {
170
- "isOptional": true
171
- },
172
- "sources": [
173
- {
174
- "fileName": "base/src/mdc-component.ts",
175
- "line": 6,
176
- "character": 2
177
- }
178
- ],
179
- "type": {
180
- "type": "reference",
181
- "name": "MDCCheckboxFoundation"
182
- },
183
- "inheritedFrom": {
184
- "type": "reference",
185
- "name": "MdcComponent.foundation"
186
- }
187
- },
188
- {
189
- "id": 11,
190
- "name": "id",
191
- "kind": 1024,
192
- "kindString": "Property",
193
- "flags": {},
194
- "sources": [
195
- {
196
- "fileName": "checkbox/src/mdc-checkbox.ts",
197
- "line": 22,
198
- "character": 2
199
- }
200
- ],
201
- "type": {
202
- "type": "intrinsic",
203
- "name": "string"
204
- },
205
- "defaultValue": "..."
206
- },
207
- {
208
- "id": 23,
209
- "name": "indeterminate",
210
- "kind": 1024,
211
- "kindString": "Property",
212
- "flags": {},
213
- "comment": {
214
- "shortText": "Represent a checkbox with three states (e.g. a nested list of checkable items)."
215
- },
216
- "decorators": [
217
- {
218
- "name": "bindable",
219
- "type": {
220
- "type": "reference",
221
- "name": "bindable"
222
- },
223
- "arguments": {
224
- "config": "{ set: booleanAttr, mode: BindingMode.twoWay }"
225
- }
226
- }
227
- ],
228
- "sources": [
229
- {
230
- "fileName": "checkbox/src/mdc-checkbox.ts",
231
- "line": 78,
232
- "character": 2
233
- }
234
- ],
235
- "type": {
236
- "type": "intrinsic",
237
- "name": "boolean"
238
- }
239
- },
240
- {
241
- "id": 17,
242
- "name": "indeterminateToChecked",
243
- "kind": 1024,
244
- "kindString": "Property",
245
- "flags": {},
246
- "comment": {
247
- "shortText": "Whether the checkbox should go to checked state or unchecked when toggled from indeterminate state."
248
- },
249
- "decorators": [
250
- {
251
- "name": "bindable",
252
- "type": {
253
- "type": "reference",
254
- "name": "bindable"
255
- },
256
- "arguments": {
257
- "config": "{ set: booleanAttr }"
258
- }
259
- }
260
- ],
261
- "sources": [
262
- {
263
- "fileName": "checkbox/src/mdc-checkbox.ts",
264
- "line": 51,
265
- "character": 2
266
- }
267
- ],
268
- "type": {
269
- "type": "intrinsic",
270
- "name": "boolean"
271
- },
272
- "defaultValue": "true"
273
- },
274
- {
275
- "id": 18,
276
- "name": "initialChecked",
277
- "kind": 1024,
278
- "kindString": "Property",
279
- "flags": {
280
- "isOptional": true
281
- },
282
- "sources": [
283
- {
284
- "fileName": "checkbox/src/mdc-checkbox.ts",
285
- "line": 53,
286
- "character": 2
287
- }
288
- ],
289
- "type": {
290
- "type": "intrinsic",
291
- "name": "boolean"
292
- }
293
- },
294
- {
295
- "id": 48,
296
- "name": "initialised",
297
- "kind": 1024,
298
- "kindString": "Property",
299
- "flags": {},
300
- "sources": [
301
- {
302
- "fileName": "base/src/mdc-component.ts",
303
- "line": 8,
304
- "character": 2
305
- }
306
- ],
307
- "type": {
308
- "type": "reference",
309
- "typeArguments": [
310
- {
311
- "type": "intrinsic",
312
- "name": "unknown"
313
- }
314
- ],
315
- "name": "Promise"
316
- },
317
- "defaultValue": "...",
318
- "inheritedFrom": {
319
- "type": "reference",
320
- "name": "MdcComponent.initialised"
321
- }
322
- },
323
- {
324
- "id": 49,
325
- "name": "initialisedResolve",
326
- "kind": 1024,
327
- "kindString": "Property",
328
- "flags": {
329
- "isProtected": true
330
- },
331
- "sources": [
332
- {
333
- "fileName": "base/src/mdc-component.ts",
334
- "line": 9,
335
- "character": 12
336
- }
337
- ],
338
- "type": {
339
- "type": "reflection",
340
- "declaration": {
341
- "id": 50,
342
- "name": "__type",
343
- "kind": 65536,
344
- "kindString": "Type literal",
345
- "flags": {},
346
- "signatures": [
347
- {
348
- "id": 51,
349
- "name": "__type",
350
- "kind": 4096,
351
- "kindString": "Call signature",
352
- "flags": {},
353
- "parameters": [
354
- {
355
- "id": 52,
356
- "name": "value",
357
- "kind": 32768,
358
- "kindString": "Parameter",
359
- "flags": {
360
- "isOptional": true
361
- },
362
- "type": {
363
- "type": "intrinsic",
364
- "name": "unknown"
365
- }
366
- }
367
- ],
368
- "type": {
369
- "type": "intrinsic",
370
- "name": "void"
371
- }
372
- }
373
- ]
374
- }
375
- },
376
- "inheritedFrom": {
377
- "type": "reference",
378
- "name": "MdcComponent.initialisedResolve"
379
- }
380
- },
381
- {
382
- "id": 10,
383
- "name": "nativeControl_",
384
- "kind": 1024,
385
- "kindString": "Property",
386
- "flags": {},
387
- "sources": [
388
- {
389
- "fileName": "checkbox/src/mdc-checkbox.ts",
390
- "line": 20,
391
- "character": 2
392
- }
393
- ],
394
- "type": {
395
- "type": "reference",
396
- "name": "HTMLInputElement"
397
- }
398
- },
399
- {
400
- "id": 46,
401
- "name": "root",
402
- "kind": 1024,
403
- "kindString": "Property",
404
- "flags": {
405
- "isPublic": true
406
- },
407
- "type": {
408
- "type": "reference",
409
- "name": "HTMLElement"
410
- },
411
- "inheritedFrom": {
412
- "type": "reference",
413
- "name": "MdcComponent.root"
414
- }
415
- },
416
- {
417
- "id": 15,
418
- "name": "touch",
419
- "kind": 1024,
420
- "kindString": "Property",
421
- "flags": {},
422
- "comment": {
423
- "shortText": "Set the component touch target to 48 x 48 px."
424
- },
425
- "decorators": [
426
- {
427
- "name": "bindable",
428
- "type": {
429
- "type": "reference",
430
- "name": "bindable"
431
- },
432
- "arguments": {
433
- "config": "{ set: booleanAttr }"
434
- }
435
- }
436
- ],
437
- "sources": [
438
- {
439
- "fileName": "checkbox/src/mdc-checkbox.ts",
440
- "line": 39,
441
- "character": 2
442
- }
443
- ],
444
- "type": {
445
- "type": "intrinsic",
446
- "name": "boolean"
447
- }
448
- },
449
- {
450
- "id": 19,
451
- "name": "checked",
452
- "kind": 262144,
453
- "kindString": "Accessor",
454
- "flags": {},
455
- "sources": [
456
- {
457
- "fileName": "checkbox/src/mdc-checkbox.ts",
458
- "line": 55,
459
- "character": 6
460
- }
461
- ],
462
- "getSignature": [
463
- {
464
- "id": 20,
465
- "name": "checked",
466
- "kind": 524288,
467
- "kindString": "Get signature",
468
- "flags": {},
469
- "type": {
470
- "type": "intrinsic",
471
- "name": "boolean"
472
- }
473
- }
474
- ],
475
- "setSignature": [
476
- {
477
- "id": 21,
478
- "name": "checked",
479
- "kind": 1048576,
480
- "kindString": "Set signature",
481
- "flags": {},
482
- "comment": {
483
- "shortText": "Whether the checkbox is checked."
484
- },
485
- "parameters": [
486
- {
487
- "id": 22,
488
- "name": "checked",
489
- "kind": 32768,
490
- "kindString": "Parameter",
491
- "flags": {},
492
- "type": {
493
- "type": "intrinsic",
494
- "name": "boolean"
495
- }
496
- }
497
- ],
498
- "type": {
499
- "type": "intrinsic",
500
- "name": "void"
501
- }
502
- }
503
- ]
504
- },
505
- {
506
- "id": 26,
507
- "name": "value",
508
- "kind": 262144,
509
- "kindString": "Accessor",
510
- "flags": {},
511
- "sources": [
512
- {
513
- "fileName": "checkbox/src/mdc-checkbox.ts",
514
- "line": 86,
515
- "character": 6
516
- }
517
- ],
518
- "getSignature": [
519
- {
520
- "id": 27,
521
- "name": "value",
522
- "kind": 524288,
523
- "kindString": "Get signature",
524
- "flags": {},
525
- "type": {
526
- "type": "intrinsic",
527
- "name": "string"
528
- }
529
- }
530
- ],
531
- "setSignature": [
532
- {
533
- "id": 28,
534
- "name": "value",
535
- "kind": 1048576,
536
- "kindString": "Set signature",
537
- "flags": {},
538
- "parameters": [
539
- {
540
- "id": 29,
541
- "name": "value",
542
- "kind": 32768,
543
- "kindString": "Parameter",
544
- "flags": {},
545
- "type": {
546
- "type": "intrinsic",
547
- "name": "string"
548
- }
549
- }
550
- ],
551
- "type": {
552
- "type": "intrinsic",
553
- "name": "void"
554
- }
555
- }
556
- ]
557
- },
558
- {
559
- "id": 55,
560
- "name": "attached",
561
- "kind": 2048,
562
- "kindString": "Method",
563
- "flags": {},
564
- "sources": [
565
- {
566
- "fileName": "base/src/mdc-component.ts",
567
- "line": 21,
568
- "character": 2
569
- }
570
- ],
571
- "signatures": [
572
- {
573
- "id": 56,
574
- "name": "attached",
575
- "kind": 4096,
576
- "kindString": "Call signature",
577
- "flags": {},
578
- "type": {
579
- "type": "intrinsic",
580
- "name": "void"
581
- },
582
- "inheritedFrom": {
583
- "type": "reference",
584
- "name": "MdcComponent.attached"
585
- }
586
- }
587
- ],
588
- "inheritedFrom": {
589
- "type": "reference",
590
- "name": "MdcComponent.attached"
591
- }
592
- },
593
- {
594
- "id": 30,
595
- "name": "attaching",
596
- "kind": 2048,
597
- "kindString": "Method",
598
- "flags": {},
599
- "sources": [
600
- {
601
- "fileName": "checkbox/src/mdc-checkbox.ts",
602
- "line": 94,
603
- "character": 2
604
- }
605
- ],
606
- "signatures": [
607
- {
608
- "id": 31,
609
- "name": "attaching",
610
- "kind": 4096,
611
- "kindString": "Call signature",
612
- "flags": {},
613
- "type": {
614
- "type": "intrinsic",
615
- "name": "void"
616
- }
617
- }
618
- ]
619
- },
620
- {
621
- "id": 53,
622
- "name": "beforeFoundationCreated",
623
- "kind": 2048,
624
- "kindString": "Method",
625
- "flags": {},
626
- "sources": [
627
- {
628
- "fileName": "base/src/mdc-component.ts",
629
- "line": 19,
630
- "character": 2
631
- }
632
- ],
633
- "signatures": [
634
- {
635
- "id": 54,
636
- "name": "beforeFoundationCreated",
637
- "kind": 4096,
638
- "kindString": "Call signature",
639
- "flags": {},
640
- "type": {
641
- "type": "intrinsic",
642
- "name": "void"
643
- },
644
- "inheritedFrom": {
645
- "type": "reference",
646
- "name": "MdcComponent.beforeFoundationCreated"
647
- }
648
- }
649
- ],
650
- "inheritedFrom": {
651
- "type": "reference",
652
- "name": "MdcComponent.beforeFoundationCreated"
653
- }
654
- },
655
- {
656
- "id": 44,
657
- "name": "blur",
658
- "kind": 2048,
659
- "kindString": "Method",
660
- "flags": {},
661
- "sources": [
662
- {
663
- "fileName": "checkbox/src/mdc-checkbox.ts",
664
- "line": 173,
665
- "character": 2
666
- }
667
- ],
668
- "signatures": [
669
- {
670
- "id": 45,
671
- "name": "blur",
672
- "kind": 4096,
673
- "kindString": "Call signature",
674
- "flags": {},
675
- "comment": {
676
- "shortText": "Moves focus from the checkbox."
677
- },
678
- "type": {
679
- "type": "intrinsic",
680
- "name": "void"
681
- }
682
- }
683
- ]
684
- },
685
- {
686
- "id": 34,
687
- "name": "destroy",
688
- "kind": 2048,
689
- "kindString": "Method",
690
- "flags": {},
691
- "sources": [
692
- {
693
- "fileName": "checkbox/src/mdc-checkbox.ts",
694
- "line": 121,
695
- "character": 2
696
- }
697
- ],
698
- "signatures": [
699
- {
700
- "id": 35,
701
- "name": "destroy",
702
- "kind": 4096,
703
- "kindString": "Call signature",
704
- "flags": {},
705
- "type": {
706
- "type": "intrinsic",
707
- "name": "void"
708
- },
709
- "overwrites": {
710
- "type": "reference",
711
- "name": "MdcComponent.destroy"
712
- }
713
- }
714
- ],
715
- "overwrites": {
716
- "type": "reference",
717
- "name": "MdcComponent.destroy"
718
- }
719
- },
720
- {
721
- "id": 57,
722
- "name": "detaching",
723
- "kind": 2048,
724
- "kindString": "Method",
725
- "flags": {},
726
- "sources": [
727
- {
728
- "fileName": "base/src/mdc-component.ts",
729
- "line": 32,
730
- "character": 2
731
- }
732
- ],
733
- "signatures": [
734
- {
735
- "id": 58,
736
- "name": "detaching",
737
- "kind": 4096,
738
- "kindString": "Call signature",
739
- "flags": {},
740
- "type": {
741
- "type": "intrinsic",
742
- "name": "void"
743
- },
744
- "inheritedFrom": {
745
- "type": "reference",
746
- "name": "MdcComponent.detaching"
747
- }
748
- }
749
- ],
750
- "inheritedFrom": {
751
- "type": "reference",
752
- "name": "MdcComponent.detaching"
753
- }
754
- },
755
- {
756
- "id": 13,
757
- "name": "disabledChanged",
758
- "kind": 2048,
759
- "kindString": "Method",
760
- "flags": {},
761
- "sources": [
762
- {
763
- "fileName": "checkbox/src/mdc-checkbox.ts",
764
- "line": 29,
765
- "character": 2
766
- }
767
- ],
768
- "signatures": [
769
- {
770
- "id": 14,
771
- "name": "disabledChanged",
772
- "kind": 4096,
773
- "kindString": "Call signature",
774
- "flags": {},
775
- "type": {
776
- "type": "intrinsic",
777
- "name": "void"
778
- }
779
- }
780
- ]
781
- },
782
- {
783
- "id": 42,
784
- "name": "focus",
785
- "kind": 2048,
786
- "kindString": "Method",
787
- "flags": {},
788
- "sources": [
789
- {
790
- "fileName": "checkbox/src/mdc-checkbox.ts",
791
- "line": 166,
792
- "character": 2
793
- }
794
- ],
795
- "signatures": [
796
- {
797
- "id": 43,
798
- "name": "focus",
799
- "kind": 4096,
800
- "kindString": "Call signature",
801
- "flags": {},
802
- "comment": {
803
- "shortText": "Set focus to the checkbox."
804
- },
805
- "type": {
806
- "type": "intrinsic",
807
- "name": "void"
808
- }
809
- }
810
- ]
811
- },
812
- {
813
- "id": 40,
814
- "name": "getDefaultFoundation",
815
- "kind": 2048,
816
- "kindString": "Method",
817
- "flags": {},
818
- "sources": [
819
- {
820
- "fileName": "checkbox/src/mdc-checkbox.ts",
821
- "line": 137,
822
- "character": 2
823
- }
824
- ],
825
- "signatures": [
826
- {
827
- "id": 41,
828
- "name": "getDefaultFoundation",
829
- "kind": 4096,
830
- "kindString": "Call signature",
831
- "flags": {},
832
- "type": {
833
- "type": "reference",
834
- "name": "MDCCheckboxFoundation"
835
- },
836
- "overwrites": {
837
- "type": "reference",
838
- "name": "MdcComponent.getDefaultFoundation"
839
- }
840
- }
841
- ],
842
- "overwrites": {
843
- "type": "reference",
844
- "name": "MdcComponent.getDefaultFoundation"
845
- }
846
- },
847
- {
848
- "id": 38,
849
- "name": "handleAnimationEnd_",
850
- "kind": 2048,
851
- "kindString": "Method",
852
- "flags": {},
853
- "sources": [
854
- {
855
- "fileName": "checkbox/src/mdc-checkbox.ts",
856
- "line": 133,
857
- "character": 2
858
- }
859
- ],
860
- "signatures": [
861
- {
862
- "id": 39,
863
- "name": "handleAnimationEnd_",
864
- "kind": 4096,
865
- "kindString": "Call signature",
866
- "flags": {},
867
- "type": {
868
- "type": "intrinsic",
869
- "name": "void"
870
- }
871
- }
872
- ]
873
- },
874
- {
875
- "id": 36,
876
- "name": "handleChange_",
877
- "kind": 2048,
878
- "kindString": "Method",
879
- "flags": {},
880
- "sources": [
881
- {
882
- "fileName": "checkbox/src/mdc-checkbox.ts",
883
- "line": 125,
884
- "character": 2
885
- }
886
- ],
887
- "signatures": [
888
- {
889
- "id": 37,
890
- "name": "handleChange_",
891
- "kind": 4096,
892
- "kindString": "Call signature",
893
- "flags": {},
894
- "type": {
895
- "type": "intrinsic",
896
- "name": "void"
897
- }
898
- }
899
- ]
900
- },
901
- {
902
- "id": 24,
903
- "name": "indeterminateChanged",
904
- "kind": 2048,
905
- "kindString": "Method",
906
- "flags": {},
907
- "sources": [
908
- {
909
- "fileName": "checkbox/src/mdc-checkbox.ts",
910
- "line": 79,
911
- "character": 2
912
- }
913
- ],
914
- "signatures": [
915
- {
916
- "id": 25,
917
- "name": "indeterminateChanged",
918
- "kind": 4096,
919
- "kindString": "Call signature",
920
- "flags": {},
921
- "type": {
922
- "type": "intrinsic",
923
- "name": "void"
924
- }
925
- }
926
- ]
927
- },
928
- {
929
- "id": 32,
930
- "name": "initialSyncWithDOM",
931
- "kind": 2048,
932
- "kindString": "Method",
933
- "flags": {},
934
- "sources": [
935
- {
936
- "fileName": "checkbox/src/mdc-checkbox.ts",
937
- "line": 114,
938
- "character": 2
939
- }
940
- ],
941
- "signatures": [
942
- {
943
- "id": 33,
944
- "name": "initialSyncWithDOM",
945
- "kind": 4096,
946
- "kindString": "Call signature",
947
- "flags": {},
948
- "type": {
949
- "type": "intrinsic",
950
- "name": "void"
951
- },
952
- "overwrites": {
953
- "type": "reference",
954
- "name": "MdcComponent.initialSyncWithDOM"
955
- }
956
- }
957
- ],
958
- "overwrites": {
959
- "type": "reference",
960
- "name": "MdcComponent.initialSyncWithDOM"
961
- }
962
- },
963
- {
964
- "id": 59,
965
- "name": "listen",
966
- "kind": 2048,
967
- "kindString": "Method",
968
- "flags": {},
969
- "sources": [
970
- {
971
- "fileName": "base/src/mdc-component.ts",
972
- "line": 41,
973
- "character": 2
974
- }
975
- ],
976
- "signatures": [
977
- {
978
- "id": 60,
979
- "name": "listen",
980
- "kind": 4096,
981
- "kindString": "Call signature",
982
- "flags": {},
983
- "parameters": [
984
- {
985
- "id": 61,
986
- "name": "evtType",
987
- "kind": 32768,
988
- "kindString": "Parameter",
989
- "flags": {},
990
- "type": {
991
- "type": "intrinsic",
992
- "name": "string"
993
- }
994
- },
995
- {
996
- "id": 62,
997
- "name": "handler",
998
- "kind": 32768,
999
- "kindString": "Parameter",
1000
- "flags": {},
1001
- "type": {
1002
- "type": "union",
1003
- "types": [
1004
- {
1005
- "type": "reference",
1006
- "name": "EventListener"
1007
- },
1008
- {
1009
- "type": "reference",
1010
- "name": "EventListenerObject"
1011
- }
1012
- ]
1013
- }
1014
- },
1015
- {
1016
- "id": 63,
1017
- "name": "options",
1018
- "kind": 32768,
1019
- "kindString": "Parameter",
1020
- "flags": {
1021
- "isOptional": true
1022
- },
1023
- "type": {
1024
- "type": "union",
1025
- "types": [
1026
- {
1027
- "type": "intrinsic",
1028
- "name": "boolean"
1029
- },
1030
- {
1031
- "type": "reference",
1032
- "name": "AddEventListenerOptions"
1033
- }
1034
- ]
1035
- }
1036
- }
1037
- ],
1038
- "type": {
1039
- "type": "intrinsic",
1040
- "name": "void"
1041
- },
1042
- "inheritedFrom": {
1043
- "type": "reference",
1044
- "name": "MdcComponent.listen"
1045
- }
1046
- }
1047
- ],
1048
- "inheritedFrom": {
1049
- "type": "reference",
1050
- "name": "MdcComponent.listen"
1051
- }
1052
- },
1053
- {
1054
- "id": 64,
1055
- "name": "unlisten",
1056
- "kind": 2048,
1057
- "kindString": "Method",
1058
- "flags": {},
1059
- "sources": [
1060
- {
1061
- "fileName": "base/src/mdc-component.ts",
1062
- "line": 45,
1063
- "character": 2
1064
- }
1065
- ],
1066
- "signatures": [
1067
- {
1068
- "id": 65,
1069
- "name": "unlisten",
1070
- "kind": 4096,
1071
- "kindString": "Call signature",
1072
- "flags": {},
1073
- "parameters": [
1074
- {
1075
- "id": 66,
1076
- "name": "evtType",
1077
- "kind": 32768,
1078
- "kindString": "Parameter",
1079
- "flags": {},
1080
- "type": {
1081
- "type": "intrinsic",
1082
- "name": "string"
1083
- }
1084
- },
1085
- {
1086
- "id": 67,
1087
- "name": "handler",
1088
- "kind": 32768,
1089
- "kindString": "Parameter",
1090
- "flags": {},
1091
- "type": {
1092
- "type": "union",
1093
- "types": [
1094
- {
1095
- "type": "reference",
1096
- "name": "EventListener"
1097
- },
1098
- {
1099
- "type": "reference",
1100
- "name": "EventListenerObject"
1101
- }
1102
- ]
1103
- }
1104
- },
1105
- {
1106
- "id": 68,
1107
- "name": "options",
1108
- "kind": 32768,
1109
- "kindString": "Parameter",
1110
- "flags": {
1111
- "isOptional": true
1112
- },
1113
- "type": {
1114
- "type": "union",
1115
- "types": [
1116
- {
1117
- "type": "intrinsic",
1118
- "name": "boolean"
1119
- },
1120
- {
1121
- "type": "reference",
1122
- "name": "AddEventListenerOptions"
1123
- }
1124
- ]
1125
- }
1126
- }
1127
- ],
1128
- "type": {
1129
- "type": "intrinsic",
1130
- "name": "void"
1131
- },
1132
- "inheritedFrom": {
1133
- "type": "reference",
1134
- "name": "MdcComponent.unlisten"
1135
- }
1136
- }
1137
- ],
1138
- "inheritedFrom": {
1139
- "type": "reference",
1140
- "name": "MdcComponent.unlisten"
1141
- }
1142
- }
1143
- ],
1144
- "groups": [
1145
- {
1146
- "title": "Constructors",
1147
- "kind": 512,
1148
- "children": [
1149
- 7
1150
- ]
1151
- },
1152
- {
1153
- "title": "Properties",
1154
- "kind": 1024,
1155
- "children": [
1156
- 16,
1157
- 12,
1158
- 47,
1159
- 11,
1160
- 23,
1161
- 17,
1162
- 18,
1163
- 48,
1164
- 49,
1165
- 10,
1166
- 46,
1167
- 15
1168
- ]
1169
- },
1170
- {
1171
- "title": "Accessors",
1172
- "kind": 262144,
1173
- "children": [
1174
- 19,
1175
- 26
1176
- ]
1177
- },
1178
- {
1179
- "title": "Methods",
1180
- "kind": 2048,
1181
- "children": [
1182
- 55,
1183
- 30,
1184
- 53,
1185
- 44,
1186
- 34,
1187
- 57,
1188
- 13,
1189
- 42,
1190
- 40,
1191
- 38,
1192
- 36,
1193
- 24,
1194
- 32,
1195
- 59,
1196
- 64
1197
- ]
1198
- }
1199
- ],
1200
- "sources": [
1201
- {
1202
- "fileName": "checkbox/src/mdc-checkbox.ts",
1203
- "line": 14,
1204
- "character": 13
1205
- }
1206
- ],
1207
- "extendedTypes": [
1208
- {
1209
- "type": "reference",
1210
- "typeArguments": [
1211
- {
1212
- "type": "reference",
1213
- "name": "MDCCheckboxFoundation"
1214
- }
1215
- ],
1216
- "name": "MdcComponent"
1217
- }
1218
- ]
1219
- },
1220
- {
1221
- "id": 1,
1222
- "name": "CheckboxConfiguration",
1223
- "kind": 32,
1224
- "kindString": "Variable",
1225
- "flags": {},
1226
- "sources": [
1227
- {
1228
- "fileName": "checkbox/src/index.ts",
1229
- "line": 10,
1230
- "character": 13
1231
- }
1232
- ],
1233
- "type": {
1234
- "type": "reflection",
1235
- "declaration": {
1236
- "id": 2,
1237
- "name": "__type",
1238
- "kind": 65536,
1239
- "kindString": "Type literal",
1240
- "flags": {},
1241
- "children": [
1242
- {
1243
- "id": 3,
1244
- "name": "register",
1245
- "kind": 2048,
1246
- "kindString": "Method",
1247
- "flags": {},
1248
- "sources": [
1249
- {
1250
- "fileName": "checkbox/src/index.ts",
1251
- "line": 11,
1252
- "character": 2
1253
- }
1254
- ],
1255
- "signatures": [
1256
- {
1257
- "id": 4,
1258
- "name": "register",
1259
- "kind": 4096,
1260
- "kindString": "Call signature",
1261
- "flags": {},
1262
- "parameters": [
1263
- {
1264
- "id": 5,
1265
- "name": "container",
1266
- "kind": 32768,
1267
- "kindString": "Parameter",
1268
- "flags": {},
1269
- "type": {
1270
- "type": "reference",
1271
- "name": "IContainer"
1272
- }
1273
- }
1274
- ],
1275
- "type": {
1276
- "type": "reference",
1277
- "name": "IContainer"
1278
- }
1279
- }
1280
- ]
1281
- }
1282
- ],
1283
- "groups": [
1284
- {
1285
- "title": "Methods",
1286
- "kind": 2048,
1287
- "children": [
1288
- 3
1289
- ]
1290
- }
1291
- ]
1292
- }
1293
- },
1294
- "defaultValue": "..."
1295
- }
1296
- ],
1297
- "groups": [
1298
- {
1299
- "title": "Classes",
1300
- "kind": 128,
1301
- "children": [
1302
- 6
1303
- ]
1304
- },
1305
- {
1306
- "title": "Variables",
1307
- "kind": 32,
1308
- "children": [
1309
- 1
1310
- ]
1311
- }
1312
- ],
1313
- "sources": [
1314
- {
1315
- "fileName": "checkbox/src/index.ts",
1316
- "line": 1,
1317
- "character": 0
1318
- }
1319
- ]
1320
- }