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