@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,2370 +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": 16,
10
- "name": "MdcLookup",
11
- "kind": 128,
12
- "kindString": "Class",
13
- "flags": {},
14
- "comment": {
15
- "tags": [
16
- {
17
- "tag": "selector",
18
- "text": "mdc-lookup\n"
19
- }
20
- ]
21
- },
22
- "decorators": [
23
- {
24
- "name": "inject",
25
- "type": {
26
- "type": "reference",
27
- "name": "inject"
28
- },
29
- "arguments": {
30
- "dependencies": "Element",
31
- "...": [
32
- "MdcDefaultLookupConfiguration"
33
- ]
34
- }
35
- },
36
- {
37
- "name": "customElement",
38
- "type": {
39
- "type": "reference",
40
- "name": "customElement"
41
- },
42
- "arguments": {
43
- "name": "'mdc-lookup'"
44
- }
45
- }
46
- ],
47
- "children": [
48
- {
49
- "id": 17,
50
- "name": "constructor",
51
- "kind": 512,
52
- "kindString": "Constructor",
53
- "flags": {},
54
- "sources": [
55
- {
56
- "fileName": "lookup/src/mdc-lookup.ts",
57
- "line": 17,
58
- "character": 2
59
- }
60
- ],
61
- "signatures": [
62
- {
63
- "id": 18,
64
- "name": "new MdcLookup",
65
- "kind": 16384,
66
- "kindString": "Constructor signature",
67
- "flags": {},
68
- "parameters": [
69
- {
70
- "id": 19,
71
- "name": "root",
72
- "kind": 32768,
73
- "kindString": "Parameter",
74
- "flags": {},
75
- "type": {
76
- "type": "reference",
77
- "name": "HTMLElement"
78
- }
79
- },
80
- {
81
- "id": 20,
82
- "name": "defaultConfiguration",
83
- "kind": 32768,
84
- "kindString": "Parameter",
85
- "flags": {},
86
- "type": {
87
- "type": "reference",
88
- "name": "MdcDefaultLookupConfiguration"
89
- }
90
- }
91
- ],
92
- "type": {
93
- "type": "reference",
94
- "id": 16,
95
- "name": "MdcLookup"
96
- }
97
- }
98
- ]
99
- },
100
- {
101
- "id": 82,
102
- "name": "autoselectSingleOnBlur",
103
- "kind": 1024,
104
- "kindString": "Property",
105
- "flags": {},
106
- "comment": {
107
- "shortText": "Loads the options to the menu when attached"
108
- },
109
- "decorators": [
110
- {
111
- "name": "bindable",
112
- "type": {
113
- "type": "reference",
114
- "name": "bindable"
115
- },
116
- "arguments": {
117
- "config": "{ set: booleanAttr }"
118
- }
119
- }
120
- ],
121
- "sources": [
122
- {
123
- "fileName": "lookup/src/mdc-lookup.ts",
124
- "line": 156,
125
- "character": 2
126
- }
127
- ],
128
- "type": {
129
- "type": "intrinsic",
130
- "name": "boolean"
131
- }
132
- },
133
- {
134
- "id": 80,
135
- "name": "debounce",
136
- "kind": 1024,
137
- "kindString": "Property",
138
- "flags": {},
139
- "comment": {
140
- "shortText": "Sets debounce in milliseconds"
141
- },
142
- "decorators": [
143
- {
144
- "name": "bindable",
145
- "type": {
146
- "type": "reference",
147
- "name": "bindable"
148
- },
149
- "arguments": {
150
- "config": "{ set: number }"
151
- }
152
- }
153
- ],
154
- "sources": [
155
- {
156
- "fileName": "lookup/src/mdc-lookup.ts",
157
- "line": 148,
158
- "character": 2
159
- }
160
- ],
161
- "type": {
162
- "type": "intrinsic",
163
- "name": "number"
164
- },
165
- "defaultValue": "..."
166
- },
167
- {
168
- "id": 97,
169
- "name": "debouncePromise",
170
- "kind": 1024,
171
- "kindString": "Property",
172
- "flags": {},
173
- "sources": [
174
- {
175
- "fileName": "lookup/src/mdc-lookup.ts",
176
- "line": 221,
177
- "character": 2
178
- }
179
- ],
180
- "type": {
181
- "type": "reference",
182
- "typeArguments": [
183
- {
184
- "type": "intrinsic",
185
- "name": "void"
186
- }
187
- ],
188
- "name": "DiscardablePromise"
189
- }
190
- },
191
- {
192
- "id": 32,
193
- "name": "displayField",
194
- "kind": 1024,
195
- "kindString": "Property",
196
- "flags": {},
197
- "comment": {
198
- "shortText": "Sets the way an option is displayed in the input element.\nWhen set to a string, the object property with such name is used.\nWhen set to a function, it is called with an option as a parameter to retrieve the display string.\nWhen undefined, an option.toString() is used."
199
- },
200
- "decorators": [
201
- {
202
- "name": "bindable",
203
- "type": {
204
- "type": "reference",
205
- "name": "bindable"
206
- }
207
- }
208
- ],
209
- "sources": [
210
- {
211
- "fileName": "lookup/src/mdc-lookup.ts",
212
- "line": 44,
213
- "character": 2
214
- }
215
- ],
216
- "type": {
217
- "type": "union",
218
- "types": [
219
- {
220
- "type": "intrinsic",
221
- "name": "undefined"
222
- },
223
- {
224
- "type": "intrinsic",
225
- "name": "string"
226
- },
227
- {
228
- "type": "reflection",
229
- "declaration": {
230
- "id": 33,
231
- "name": "__type",
232
- "kind": 65536,
233
- "kindString": "Type literal",
234
- "flags": {},
235
- "signatures": [
236
- {
237
- "id": 34,
238
- "name": "__type",
239
- "kind": 4096,
240
- "kindString": "Call signature",
241
- "flags": {},
242
- "parameters": [
243
- {
244
- "id": 35,
245
- "name": "option",
246
- "kind": 32768,
247
- "kindString": "Parameter",
248
- "flags": {},
249
- "type": {
250
- "type": "intrinsic",
251
- "name": "unknown"
252
- }
253
- }
254
- ],
255
- "type": {
256
- "type": "intrinsic",
257
- "name": "string"
258
- }
259
- }
260
- ]
261
- }
262
- }
263
- ]
264
- }
265
- },
266
- {
267
- "id": 25,
268
- "name": "errorMessage",
269
- "kind": 1024,
270
- "kindString": "Property",
271
- "flags": {
272
- "isPublic": true
273
- },
274
- "sources": [
275
- {
276
- "fileName": "lookup/src/mdc-lookup.ts",
277
- "line": 25,
278
- "character": 9
279
- }
280
- ],
281
- "type": {
282
- "type": "union",
283
- "types": [
284
- {
285
- "type": "intrinsic",
286
- "name": "undefined"
287
- },
288
- {
289
- "type": "intrinsic",
290
- "name": "string"
291
- }
292
- ]
293
- },
294
- "defaultValue": "undefined"
295
- },
296
- {
297
- "id": 23,
298
- "name": "focusedOption",
299
- "kind": 1024,
300
- "kindString": "Property",
301
- "flags": {
302
- "isPublic": true
303
- },
304
- "sources": [
305
- {
306
- "fileName": "lookup/src/mdc-lookup.ts",
307
- "line": 23,
308
- "character": 9
309
- }
310
- ],
311
- "type": {
312
- "type": "intrinsic",
313
- "name": "unknown"
314
- },
315
- "defaultValue": "undefined"
316
- },
317
- {
318
- "id": 38,
319
- "name": "getDisplay",
320
- "kind": 1024,
321
- "kindString": "Property",
322
- "flags": {},
323
- "sources": [
324
- {
325
- "fileName": "lookup/src/mdc-lookup.ts",
326
- "line": 55,
327
- "character": 2
328
- }
329
- ],
330
- "type": {
331
- "type": "reflection",
332
- "declaration": {
333
- "id": 39,
334
- "name": "__type",
335
- "kind": 65536,
336
- "kindString": "Type literal",
337
- "flags": {},
338
- "signatures": [
339
- {
340
- "id": 40,
341
- "name": "__type",
342
- "kind": 4096,
343
- "kindString": "Call signature",
344
- "flags": {},
345
- "parameters": [
346
- {
347
- "id": 41,
348
- "name": "option",
349
- "kind": 32768,
350
- "kindString": "Parameter",
351
- "flags": {},
352
- "type": {
353
- "type": "intrinsic",
354
- "name": "unknown"
355
- }
356
- }
357
- ],
358
- "type": {
359
- "type": "intrinsic",
360
- "name": "string"
361
- }
362
- }
363
- ]
364
- }
365
- },
366
- "defaultValue": "..."
367
- },
368
- {
369
- "id": 64,
370
- "name": "getOptions",
371
- "kind": 1024,
372
- "kindString": "Property",
373
- "flags": {},
374
- "sources": [
375
- {
376
- "fileName": "lookup/src/mdc-lookup.ts",
377
- "line": 115,
378
- "character": 2
379
- }
380
- ],
381
- "type": {
382
- "type": "reflection",
383
- "declaration": {
384
- "id": 65,
385
- "name": "__type",
386
- "kind": 65536,
387
- "kindString": "Type literal",
388
- "flags": {},
389
- "signatures": [
390
- {
391
- "id": 66,
392
- "name": "__type",
393
- "kind": 4096,
394
- "kindString": "Call signature",
395
- "flags": {},
396
- "parameters": [
397
- {
398
- "id": 67,
399
- "name": "filter",
400
- "kind": 32768,
401
- "kindString": "Parameter",
402
- "flags": {},
403
- "type": {
404
- "type": "union",
405
- "types": [
406
- {
407
- "type": "intrinsic",
408
- "name": "undefined"
409
- },
410
- {
411
- "type": "intrinsic",
412
- "name": "string"
413
- }
414
- ]
415
- }
416
- },
417
- {
418
- "id": 68,
419
- "name": "value",
420
- "kind": 32768,
421
- "kindString": "Parameter",
422
- "flags": {},
423
- "type": {
424
- "type": "intrinsic",
425
- "name": "unknown"
426
- }
427
- }
428
- ],
429
- "type": {
430
- "type": "reference",
431
- "typeArguments": [
432
- {
433
- "type": "array",
434
- "elementType": {
435
- "type": "intrinsic",
436
- "name": "unknown"
437
- }
438
- }
439
- ],
440
- "name": "Promise"
441
- }
442
- }
443
- ]
444
- }
445
- }
446
- },
447
- {
448
- "id": 48,
449
- "name": "getValue",
450
- "kind": 1024,
451
- "kindString": "Property",
452
- "flags": {},
453
- "sources": [
454
- {
455
- "fileName": "lookup/src/mdc-lookup.ts",
456
- "line": 75,
457
- "character": 2
458
- }
459
- ],
460
- "type": {
461
- "type": "reflection",
462
- "declaration": {
463
- "id": 49,
464
- "name": "__type",
465
- "kind": 65536,
466
- "kindString": "Type literal",
467
- "flags": {},
468
- "signatures": [
469
- {
470
- "id": 50,
471
- "name": "__type",
472
- "kind": 4096,
473
- "kindString": "Call signature",
474
- "flags": {},
475
- "parameters": [
476
- {
477
- "id": 51,
478
- "name": "option",
479
- "kind": 32768,
480
- "kindString": "Parameter",
481
- "flags": {},
482
- "type": {
483
- "type": "intrinsic",
484
- "name": "unknown"
485
- }
486
- }
487
- ],
488
- "type": {
489
- "type": "intrinsic",
490
- "name": "unknown"
491
- }
492
- }
493
- ]
494
- }
495
- },
496
- "defaultValue": "..."
497
- },
498
- {
499
- "id": 61,
500
- "name": "hoistToBody",
501
- "kind": 1024,
502
- "kindString": "Property",
503
- "flags": {},
504
- "comment": {
505
- "shortText": "Hoists the menu to document body"
506
- },
507
- "decorators": [
508
- {
509
- "name": "bindable",
510
- "type": {
511
- "type": "reference",
512
- "name": "bindable"
513
- },
514
- "arguments": {
515
- "config": "{ set: booleanAttr, mode: BindingMode.oneTime }"
516
- }
517
- }
518
- ],
519
- "sources": [
520
- {
521
- "fileName": "lookup/src/mdc-lookup.ts",
522
- "line": 105,
523
- "character": 2
524
- }
525
- ],
526
- "type": {
527
- "type": "intrinsic",
528
- "name": "boolean"
529
- }
530
- },
531
- {
532
- "id": 28,
533
- "name": "input",
534
- "kind": 1024,
535
- "kindString": "Property",
536
- "flags": {
537
- "isPublic": true,
538
- "isOptional": true
539
- },
540
- "comment": {
541
- "shortText": "Reference to the input"
542
- },
543
- "decorators": [
544
- {
545
- "name": "bindable",
546
- "type": {
547
- "type": "reference",
548
- "name": "bindable"
549
- }
550
- }
551
- ],
552
- "sources": [
553
- {
554
- "fileName": "lookup/src/mdc-lookup.ts",
555
- "line": 31,
556
- "character": 9
557
- }
558
- ],
559
- "type": {
560
- "type": "intersection",
561
- "types": [
562
- {
563
- "type": "reference",
564
- "name": "HTMLInputElement"
565
- },
566
- {
567
- "type": "reflection",
568
- "declaration": {
569
- "id": 29,
570
- "name": "__type",
571
- "kind": 65536,
572
- "kindString": "Type literal",
573
- "flags": {},
574
- "children": [
575
- {
576
- "id": 30,
577
- "name": "isFocused",
578
- "kind": 1024,
579
- "kindString": "Property",
580
- "flags": {},
581
- "sources": [
582
- {
583
- "fileName": "lookup/src/mdc-lookup.ts",
584
- "line": 31,
585
- "character": 38
586
- }
587
- ],
588
- "type": {
589
- "type": "intrinsic",
590
- "name": "boolean"
591
- }
592
- }
593
- ],
594
- "groups": [
595
- {
596
- "title": "Properties",
597
- "kind": 1024,
598
- "children": [
599
- 30
600
- ]
601
- }
602
- ]
603
- }
604
- }
605
- ]
606
- }
607
- },
608
- {
609
- "id": 21,
610
- "name": "isWrapperOpen",
611
- "kind": 1024,
612
- "kindString": "Property",
613
- "flags": {
614
- "isPublic": true
615
- },
616
- "sources": [
617
- {
618
- "fileName": "lookup/src/mdc-lookup.ts",
619
- "line": 21,
620
- "character": 9
621
- }
622
- ],
623
- "type": {
624
- "type": "intrinsic",
625
- "name": "boolean"
626
- },
627
- "defaultValue": "false"
628
- },
629
- {
630
- "id": 27,
631
- "name": "menu",
632
- "kind": 1024,
633
- "kindString": "Property",
634
- "flags": {
635
- "isPublic": true
636
- },
637
- "sources": [
638
- {
639
- "fileName": "lookup/src/mdc-lookup.ts",
640
- "line": 27,
641
- "character": 9
642
- }
643
- ],
644
- "type": {
645
- "type": "reference",
646
- "name": "MdcMenu"
647
- }
648
- },
649
- {
650
- "id": 63,
651
- "name": "menuClass",
652
- "kind": 1024,
653
- "kindString": "Property",
654
- "flags": {},
655
- "comment": {
656
- "shortText": "The CSS class to set on the menu. Helps styling body hoisted menus"
657
- },
658
- "decorators": [
659
- {
660
- "name": "bindable",
661
- "type": {
662
- "type": "reference",
663
- "name": "bindable"
664
- }
665
- }
666
- ],
667
- "sources": [
668
- {
669
- "fileName": "lookup/src/mdc-lookup.ts",
670
- "line": 113,
671
- "character": 2
672
- }
673
- ],
674
- "type": {
675
- "type": "intrinsic",
676
- "name": "string"
677
- }
678
- },
679
- {
680
- "id": 62,
681
- "name": "naturalWidth",
682
- "kind": 1024,
683
- "kindString": "Property",
684
- "flags": {},
685
- "comment": {
686
- "shortText": "Sets the menu width to fit content"
687
- },
688
- "decorators": [
689
- {
690
- "name": "bindable",
691
- "type": {
692
- "type": "reference",
693
- "name": "bindable"
694
- },
695
- "arguments": {
696
- "config": "{ set: booleanAttr }"
697
- }
698
- }
699
- ],
700
- "sources": [
701
- {
702
- "fileName": "lookup/src/mdc-lookup.ts",
703
- "line": 109,
704
- "character": 2
705
- }
706
- ],
707
- "type": {
708
- "type": "intrinsic",
709
- "name": "boolean"
710
- }
711
- },
712
- {
713
- "id": 26,
714
- "name": "notFound",
715
- "kind": 1024,
716
- "kindString": "Property",
717
- "flags": {
718
- "isPublic": true
719
- },
720
- "sources": [
721
- {
722
- "fileName": "lookup/src/mdc-lookup.ts",
723
- "line": 26,
724
- "character": 9
725
- }
726
- ],
727
- "type": {
728
- "type": "intrinsic",
729
- "name": "boolean"
730
- },
731
- "defaultValue": "false"
732
- },
733
- {
734
- "id": 52,
735
- "name": "options",
736
- "kind": 1024,
737
- "kindString": "Property",
738
- "flags": {},
739
- "comment": {
740
- "shortText": "Sets the array of options to display.\nCan be an async function which returns an array."
741
- },
742
- "decorators": [
743
- {
744
- "name": "bindable",
745
- "type": {
746
- "type": "reference",
747
- "name": "bindable"
748
- }
749
- }
750
- ],
751
- "sources": [
752
- {
753
- "fileName": "lookup/src/mdc-lookup.ts",
754
- "line": 82,
755
- "character": 2
756
- }
757
- ],
758
- "type": {
759
- "type": "union",
760
- "types": [
761
- {
762
- "type": "intrinsic",
763
- "name": "undefined"
764
- },
765
- {
766
- "type": "array",
767
- "elementType": {
768
- "type": "intrinsic",
769
- "name": "unknown"
770
- }
771
- },
772
- {
773
- "type": "reflection",
774
- "declaration": {
775
- "id": 53,
776
- "name": "__type",
777
- "kind": 65536,
778
- "kindString": "Type literal",
779
- "flags": {},
780
- "signatures": [
781
- {
782
- "id": 54,
783
- "name": "__type",
784
- "kind": 4096,
785
- "kindString": "Call signature",
786
- "flags": {},
787
- "parameters": [
788
- {
789
- "id": 55,
790
- "name": "filter",
791
- "kind": 32768,
792
- "kindString": "Parameter",
793
- "flags": {},
794
- "type": {
795
- "type": "intrinsic",
796
- "name": "string"
797
- }
798
- },
799
- {
800
- "id": 56,
801
- "name": "value",
802
- "kind": 32768,
803
- "kindString": "Parameter",
804
- "flags": {},
805
- "type": {
806
- "type": "intrinsic",
807
- "name": "unknown"
808
- }
809
- }
810
- ],
811
- "type": {
812
- "type": "reference",
813
- "typeArguments": [
814
- {
815
- "type": "array",
816
- "elementType": {
817
- "type": "intrinsic",
818
- "name": "unknown"
819
- }
820
- }
821
- ],
822
- "name": "Promise"
823
- }
824
- }
825
- ]
826
- }
827
- }
828
- ]
829
- }
830
- },
831
- {
832
- "id": 22,
833
- "name": "optionsArray",
834
- "kind": 1024,
835
- "kindString": "Property",
836
- "flags": {
837
- "isPublic": true,
838
- "isOptional": true
839
- },
840
- "sources": [
841
- {
842
- "fileName": "lookup/src/mdc-lookup.ts",
843
- "line": 22,
844
- "character": 9
845
- }
846
- ],
847
- "type": {
848
- "type": "array",
849
- "elementType": {
850
- "type": "intrinsic",
851
- "name": "unknown"
852
- }
853
- }
854
- },
855
- {
856
- "id": 81,
857
- "name": "preloadOptions",
858
- "kind": 1024,
859
- "kindString": "Property",
860
- "flags": {},
861
- "comment": {
862
- "shortText": "Loads the options to the menu when attached"
863
- },
864
- "decorators": [
865
- {
866
- "name": "bindable",
867
- "type": {
868
- "type": "reference",
869
- "name": "bindable"
870
- },
871
- "arguments": {
872
- "config": "{ set: booleanAttr }"
873
- }
874
- }
875
- ],
876
- "sources": [
877
- {
878
- "fileName": "lookup/src/mdc-lookup.ts",
879
- "line": 152,
880
- "character": 2
881
- }
882
- ],
883
- "type": {
884
- "type": "intrinsic",
885
- "name": "boolean"
886
- }
887
- },
888
- {
889
- "id": 98,
890
- "name": "searchPromise",
891
- "kind": 1024,
892
- "kindString": "Property",
893
- "flags": {},
894
- "sources": [
895
- {
896
- "fileName": "lookup/src/mdc-lookup.ts",
897
- "line": 222,
898
- "character": 2
899
- }
900
- ],
901
- "type": {
902
- "type": "reference",
903
- "typeArguments": [
904
- {
905
- "type": "array",
906
- "elementType": {
907
- "type": "intrinsic",
908
- "name": "unknown"
909
- }
910
- }
911
- ],
912
- "name": "DiscardablePromise"
913
- }
914
- },
915
- {
916
- "id": 24,
917
- "name": "searching",
918
- "kind": 1024,
919
- "kindString": "Property",
920
- "flags": {
921
- "isPublic": true
922
- },
923
- "sources": [
924
- {
925
- "fileName": "lookup/src/mdc-lookup.ts",
926
- "line": 24,
927
- "character": 9
928
- }
929
- ],
930
- "type": {
931
- "type": "intrinsic",
932
- "name": "boolean"
933
- },
934
- "defaultValue": "false"
935
- },
936
- {
937
- "id": 115,
938
- "name": "suppressBlur",
939
- "kind": 1024,
940
- "kindString": "Property",
941
- "flags": {},
942
- "sources": [
943
- {
944
- "fileName": "lookup/src/mdc-lookup.ts",
945
- "line": 289,
946
- "character": 2
947
- }
948
- ],
949
- "type": {
950
- "type": "intrinsic",
951
- "name": "boolean"
952
- }
953
- },
954
- {
955
- "id": 74,
956
- "name": "suppressValueChanged",
957
- "kind": 1024,
958
- "kindString": "Property",
959
- "flags": {},
960
- "sources": [
961
- {
962
- "fileName": "lookup/src/mdc-lookup.ts",
963
- "line": 129,
964
- "character": 2
965
- }
966
- ],
967
- "type": {
968
- "type": "intrinsic",
969
- "name": "boolean"
970
- }
971
- },
972
- {
973
- "id": 31,
974
- "name": "twoLine",
975
- "kind": 1024,
976
- "kindString": "Property",
977
- "flags": {},
978
- "comment": {
979
- "shortText": "Sets the menu list to have two lines"
980
- },
981
- "decorators": [
982
- {
983
- "name": "bindable",
984
- "type": {
985
- "type": "reference",
986
- "name": "bindable"
987
- },
988
- "arguments": {
989
- "config": "{ set: booleanAttr }"
990
- }
991
- }
992
- ],
993
- "sources": [
994
- {
995
- "fileName": "lookup/src/mdc-lookup.ts",
996
- "line": 35,
997
- "character": 2
998
- }
999
- ],
1000
- "type": {
1001
- "type": "intrinsic",
1002
- "name": "boolean"
1003
- }
1004
- },
1005
- {
1006
- "id": 73,
1007
- "name": "value",
1008
- "kind": 1024,
1009
- "kindString": "Property",
1010
- "flags": {},
1011
- "comment": {
1012
- "shortText": "The selected value"
1013
- },
1014
- "decorators": [
1015
- {
1016
- "name": "bindable",
1017
- "type": {
1018
- "type": "reference",
1019
- "name": "bindable"
1020
- },
1021
- "arguments": {
1022
- "config": "{ mode: BindingMode.twoWay }"
1023
- }
1024
- }
1025
- ],
1026
- "sources": [
1027
- {
1028
- "fileName": "lookup/src/mdc-lookup.ts",
1029
- "line": 128,
1030
- "character": 2
1031
- }
1032
- ],
1033
- "type": {
1034
- "type": "intrinsic",
1035
- "name": "unknown"
1036
- }
1037
- },
1038
- {
1039
- "id": 42,
1040
- "name": "valueField",
1041
- "kind": 1024,
1042
- "kindString": "Property",
1043
- "flags": {},
1044
- "comment": {
1045
- "shortText": "Sets the way a value is set.\nWhen set to a string, the object property with such name is used.\nWhen set to a function, it is called with an option as a parameter to retrieve the value.\nWhen undefined, an option is used as a value."
1046
- },
1047
- "decorators": [
1048
- {
1049
- "name": "bindable",
1050
- "type": {
1051
- "type": "reference",
1052
- "name": "bindable"
1053
- }
1054
- }
1055
- ],
1056
- "sources": [
1057
- {
1058
- "fileName": "lookup/src/mdc-lookup.ts",
1059
- "line": 64,
1060
- "character": 2
1061
- }
1062
- ],
1063
- "type": {
1064
- "type": "union",
1065
- "types": [
1066
- {
1067
- "type": "intrinsic",
1068
- "name": "undefined"
1069
- },
1070
- {
1071
- "type": "intrinsic",
1072
- "name": "string"
1073
- },
1074
- {
1075
- "type": "reflection",
1076
- "declaration": {
1077
- "id": 43,
1078
- "name": "__type",
1079
- "kind": 65536,
1080
- "kindString": "Type literal",
1081
- "flags": {},
1082
- "signatures": [
1083
- {
1084
- "id": 44,
1085
- "name": "__type",
1086
- "kind": 4096,
1087
- "kindString": "Call signature",
1088
- "flags": {},
1089
- "parameters": [
1090
- {
1091
- "id": 45,
1092
- "name": "option",
1093
- "kind": 32768,
1094
- "kindString": "Parameter",
1095
- "flags": {},
1096
- "type": {
1097
- "type": "intrinsic",
1098
- "name": "unknown"
1099
- }
1100
- }
1101
- ],
1102
- "type": {
1103
- "type": "intrinsic",
1104
- "name": "unknown"
1105
- }
1106
- }
1107
- ]
1108
- }
1109
- }
1110
- ]
1111
- }
1112
- },
1113
- {
1114
- "id": 83,
1115
- "name": "virtual",
1116
- "kind": 1024,
1117
- "kindString": "Property",
1118
- "flags": {},
1119
- "comment": {
1120
- "shortText": "TODO: Enables the options list virtualisation"
1121
- },
1122
- "decorators": [
1123
- {
1124
- "name": "bindable",
1125
- "type": {
1126
- "type": "reference",
1127
- "name": "bindable"
1128
- },
1129
- "arguments": {
1130
- "config": "{ set: booleanAttr }"
1131
- }
1132
- }
1133
- ],
1134
- "sources": [
1135
- {
1136
- "fileName": "lookup/src/mdc-lookup.ts",
1137
- "line": 160,
1138
- "character": 2
1139
- }
1140
- ],
1141
- "type": {
1142
- "type": "intrinsic",
1143
- "name": "boolean"
1144
- }
1145
- },
1146
- {
1147
- "id": 124,
1148
- "name": "addError",
1149
- "kind": 2048,
1150
- "kindString": "Method",
1151
- "flags": {},
1152
- "sources": [
1153
- {
1154
- "fileName": "lookup/src/mdc-lookup.ts",
1155
- "line": 341,
1156
- "character": 2
1157
- }
1158
- ],
1159
- "signatures": [
1160
- {
1161
- "id": 125,
1162
- "name": "addError",
1163
- "kind": 4096,
1164
- "kindString": "Call signature",
1165
- "flags": {},
1166
- "parameters": [
1167
- {
1168
- "id": 126,
1169
- "name": "error",
1170
- "kind": 32768,
1171
- "kindString": "Parameter",
1172
- "flags": {},
1173
- "type": {
1174
- "type": "reference",
1175
- "name": "IError"
1176
- }
1177
- }
1178
- ],
1179
- "type": {
1180
- "type": "intrinsic",
1181
- "name": "void"
1182
- }
1183
- }
1184
- ]
1185
- },
1186
- {
1187
- "id": 86,
1188
- "name": "attached",
1189
- "kind": 2048,
1190
- "kindString": "Method",
1191
- "flags": {},
1192
- "sources": [
1193
- {
1194
- "fileName": "lookup/src/mdc-lookup.ts",
1195
- "line": 168,
1196
- "character": 8
1197
- }
1198
- ],
1199
- "signatures": [
1200
- {
1201
- "id": 87,
1202
- "name": "attached",
1203
- "kind": 4096,
1204
- "kindString": "Call signature",
1205
- "flags": {},
1206
- "type": {
1207
- "type": "reference",
1208
- "typeArguments": [
1209
- {
1210
- "type": "intrinsic",
1211
- "name": "void"
1212
- }
1213
- ],
1214
- "name": "Promise"
1215
- }
1216
- }
1217
- ]
1218
- },
1219
- {
1220
- "id": 84,
1221
- "name": "bound",
1222
- "kind": 2048,
1223
- "kindString": "Method",
1224
- "flags": {},
1225
- "sources": [
1226
- {
1227
- "fileName": "lookup/src/mdc-lookup.ts",
1228
- "line": 162,
1229
- "character": 2
1230
- }
1231
- ],
1232
- "signatures": [
1233
- {
1234
- "id": 85,
1235
- "name": "bound",
1236
- "kind": 4096,
1237
- "kindString": "Call signature",
1238
- "flags": {},
1239
- "type": {
1240
- "type": "intrinsic",
1241
- "name": "void"
1242
- }
1243
- }
1244
- ]
1245
- },
1246
- {
1247
- "id": 92,
1248
- "name": "close",
1249
- "kind": 2048,
1250
- "kindString": "Method",
1251
- "flags": {},
1252
- "sources": [
1253
- {
1254
- "fileName": "lookup/src/mdc-lookup.ts",
1255
- "line": 198,
1256
- "character": 2
1257
- }
1258
- ],
1259
- "signatures": [
1260
- {
1261
- "id": 93,
1262
- "name": "close",
1263
- "kind": 4096,
1264
- "kindString": "Call signature",
1265
- "flags": {},
1266
- "comment": {
1267
- "shortText": "Closes lookup menu"
1268
- },
1269
- "type": {
1270
- "type": "intrinsic",
1271
- "name": "void"
1272
- }
1273
- }
1274
- ]
1275
- },
1276
- {
1277
- "id": 88,
1278
- "name": "detached",
1279
- "kind": 2048,
1280
- "kindString": "Method",
1281
- "flags": {},
1282
- "sources": [
1283
- {
1284
- "fileName": "lookup/src/mdc-lookup.ts",
1285
- "line": 179,
1286
- "character": 2
1287
- }
1288
- ],
1289
- "signatures": [
1290
- {
1291
- "id": 89,
1292
- "name": "detached",
1293
- "kind": 4096,
1294
- "kindString": "Call signature",
1295
- "flags": {},
1296
- "type": {
1297
- "type": "intrinsic",
1298
- "name": "void"
1299
- }
1300
- }
1301
- ]
1302
- },
1303
- {
1304
- "id": 36,
1305
- "name": "displayFieldChanged",
1306
- "kind": 2048,
1307
- "kindString": "Method",
1308
- "flags": {},
1309
- "sources": [
1310
- {
1311
- "fileName": "lookup/src/mdc-lookup.ts",
1312
- "line": 45,
1313
- "character": 2
1314
- }
1315
- ],
1316
- "signatures": [
1317
- {
1318
- "id": 37,
1319
- "name": "displayFieldChanged",
1320
- "kind": 4096,
1321
- "kindString": "Call signature",
1322
- "flags": {},
1323
- "type": {
1324
- "type": "intrinsic",
1325
- "name": "void"
1326
- }
1327
- }
1328
- ]
1329
- },
1330
- {
1331
- "id": 99,
1332
- "name": "filterChanged",
1333
- "kind": 2048,
1334
- "kindString": "Method",
1335
- "flags": {},
1336
- "sources": [
1337
- {
1338
- "fileName": "lookup/src/mdc-lookup.ts",
1339
- "line": 223,
1340
- "character": 8
1341
- }
1342
- ],
1343
- "signatures": [
1344
- {
1345
- "id": 100,
1346
- "name": "filterChanged",
1347
- "kind": 4096,
1348
- "kindString": "Call signature",
1349
- "flags": {},
1350
- "type": {
1351
- "type": "reference",
1352
- "typeArguments": [
1353
- {
1354
- "type": "intrinsic",
1355
- "name": "void"
1356
- }
1357
- ],
1358
- "name": "Promise"
1359
- }
1360
- }
1361
- ]
1362
- },
1363
- {
1364
- "id": 69,
1365
- "name": "getOptionsDefault",
1366
- "kind": 2048,
1367
- "kindString": "Method",
1368
- "flags": {},
1369
- "sources": [
1370
- {
1371
- "fileName": "lookup/src/mdc-lookup.ts",
1372
- "line": 117,
1373
- "character": 8
1374
- }
1375
- ],
1376
- "signatures": [
1377
- {
1378
- "id": 70,
1379
- "name": "getOptionsDefault",
1380
- "kind": 4096,
1381
- "kindString": "Call signature",
1382
- "flags": {},
1383
- "parameters": [
1384
- {
1385
- "id": 71,
1386
- "name": "filter",
1387
- "kind": 32768,
1388
- "kindString": "Parameter",
1389
- "flags": {},
1390
- "type": {
1391
- "type": "intrinsic",
1392
- "name": "string"
1393
- }
1394
- },
1395
- {
1396
- "id": 72,
1397
- "name": "value",
1398
- "kind": 32768,
1399
- "kindString": "Parameter",
1400
- "flags": {},
1401
- "type": {
1402
- "type": "intrinsic",
1403
- "name": "unknown"
1404
- }
1405
- }
1406
- ],
1407
- "type": {
1408
- "type": "reference",
1409
- "typeArguments": [
1410
- {
1411
- "type": "array",
1412
- "elementType": {
1413
- "type": "intrinsic",
1414
- "name": "unknown"
1415
- }
1416
- }
1417
- ],
1418
- "name": "Promise"
1419
- }
1420
- }
1421
- ]
1422
- },
1423
- {
1424
- "id": 94,
1425
- "name": "handleEvent",
1426
- "kind": 2048,
1427
- "kindString": "Method",
1428
- "flags": {},
1429
- "sources": [
1430
- {
1431
- "fileName": "lookup/src/mdc-lookup.ts",
1432
- "line": 202,
1433
- "character": 2
1434
- }
1435
- ],
1436
- "signatures": [
1437
- {
1438
- "id": 95,
1439
- "name": "handleEvent",
1440
- "kind": 4096,
1441
- "kindString": "Call signature",
1442
- "flags": {},
1443
- "parameters": [
1444
- {
1445
- "id": 96,
1446
- "name": "evt",
1447
- "kind": 32768,
1448
- "kindString": "Parameter",
1449
- "flags": {},
1450
- "type": {
1451
- "type": "reference",
1452
- "name": "Event"
1453
- }
1454
- }
1455
- ],
1456
- "type": {
1457
- "type": "intrinsic",
1458
- "name": "void"
1459
- },
1460
- "implementationOf": {
1461
- "type": "reference",
1462
- "name": "EventListenerObject.handleEvent"
1463
- }
1464
- }
1465
- ],
1466
- "implementationOf": {
1467
- "type": "reference",
1468
- "name": "EventListenerObject.handleEvent"
1469
- }
1470
- },
1471
- {
1472
- "id": 109,
1473
- "name": "handleMenuItemAction",
1474
- "kind": 2048,
1475
- "kindString": "Method",
1476
- "flags": {},
1477
- "sources": [
1478
- {
1479
- "fileName": "lookup/src/mdc-lookup.ts",
1480
- "line": 279,
1481
- "character": 2
1482
- }
1483
- ],
1484
- "signatures": [
1485
- {
1486
- "id": 110,
1487
- "name": "handleMenuItemAction",
1488
- "kind": 4096,
1489
- "kindString": "Call signature",
1490
- "flags": {},
1491
- "parameters": [
1492
- {
1493
- "id": 111,
1494
- "name": "evt",
1495
- "kind": 32768,
1496
- "kindString": "Parameter",
1497
- "flags": {},
1498
- "type": {
1499
- "type": "reference",
1500
- "name": "IMdcMenuItemComponentEvent"
1501
- }
1502
- }
1503
- ],
1504
- "type": {
1505
- "type": "intrinsic",
1506
- "name": "void"
1507
- }
1508
- }
1509
- ]
1510
- },
1511
- {
1512
- "id": 101,
1513
- "name": "loadOptions",
1514
- "kind": 2048,
1515
- "kindString": "Method",
1516
- "flags": {},
1517
- "sources": [
1518
- {
1519
- "fileName": "lookup/src/mdc-lookup.ts",
1520
- "line": 236,
1521
- "character": 8
1522
- }
1523
- ],
1524
- "signatures": [
1525
- {
1526
- "id": 102,
1527
- "name": "loadOptions",
1528
- "kind": 4096,
1529
- "kindString": "Call signature",
1530
- "flags": {},
1531
- "parameters": [
1532
- {
1533
- "id": 103,
1534
- "name": "open",
1535
- "kind": 32768,
1536
- "kindString": "Parameter",
1537
- "flags": {},
1538
- "type": {
1539
- "type": "intrinsic",
1540
- "name": "boolean"
1541
- }
1542
- }
1543
- ],
1544
- "type": {
1545
- "type": "reference",
1546
- "typeArguments": [
1547
- {
1548
- "type": "intrinsic",
1549
- "name": "void"
1550
- }
1551
- ],
1552
- "name": "Promise"
1553
- }
1554
- }
1555
- ]
1556
- },
1557
- {
1558
- "id": 116,
1559
- "name": "onBlur",
1560
- "kind": 2048,
1561
- "kindString": "Method",
1562
- "flags": {},
1563
- "sources": [
1564
- {
1565
- "fileName": "lookup/src/mdc-lookup.ts",
1566
- "line": 290,
1567
- "character": 8
1568
- }
1569
- ],
1570
- "signatures": [
1571
- {
1572
- "id": 117,
1573
- "name": "onBlur",
1574
- "kind": 4096,
1575
- "kindString": "Call signature",
1576
- "flags": {},
1577
- "type": {
1578
- "type": "reference",
1579
- "typeArguments": [
1580
- {
1581
- "type": "intrinsic",
1582
- "name": "void"
1583
- }
1584
- ],
1585
- "name": "Promise"
1586
- }
1587
- }
1588
- ]
1589
- },
1590
- {
1591
- "id": 121,
1592
- "name": "onBodyMousedown",
1593
- "kind": 2048,
1594
- "kindString": "Method",
1595
- "flags": {},
1596
- "sources": [
1597
- {
1598
- "fileName": "lookup/src/mdc-lookup.ts",
1599
- "line": 334,
1600
- "character": 2
1601
- }
1602
- ],
1603
- "signatures": [
1604
- {
1605
- "id": 122,
1606
- "name": "onBodyMousedown",
1607
- "kind": 4096,
1608
- "kindString": "Call signature",
1609
- "flags": {},
1610
- "parameters": [
1611
- {
1612
- "id": 123,
1613
- "name": "evt",
1614
- "kind": 32768,
1615
- "kindString": "Parameter",
1616
- "flags": {},
1617
- "type": {
1618
- "type": "union",
1619
- "types": [
1620
- {
1621
- "type": "reference",
1622
- "name": "MouseEvent"
1623
- },
1624
- {
1625
- "type": "reference",
1626
- "name": "TouchEvent"
1627
- }
1628
- ]
1629
- }
1630
- }
1631
- ],
1632
- "type": {
1633
- "type": "intrinsic",
1634
- "name": "boolean"
1635
- }
1636
- }
1637
- ]
1638
- },
1639
- {
1640
- "id": 118,
1641
- "name": "onInputKeydown",
1642
- "kind": 2048,
1643
- "kindString": "Method",
1644
- "flags": {},
1645
- "sources": [
1646
- {
1647
- "fileName": "lookup/src/mdc-lookup.ts",
1648
- "line": 307,
1649
- "character": 2
1650
- }
1651
- ],
1652
- "signatures": [
1653
- {
1654
- "id": 119,
1655
- "name": "onInputKeydown",
1656
- "kind": 4096,
1657
- "kindString": "Call signature",
1658
- "flags": {},
1659
- "parameters": [
1660
- {
1661
- "id": 120,
1662
- "name": "evt",
1663
- "kind": 32768,
1664
- "kindString": "Parameter",
1665
- "flags": {},
1666
- "type": {
1667
- "type": "reference",
1668
- "name": "KeyboardEvent"
1669
- }
1670
- }
1671
- ],
1672
- "type": {
1673
- "type": "intrinsic",
1674
- "name": "void"
1675
- }
1676
- }
1677
- ]
1678
- },
1679
- {
1680
- "id": 90,
1681
- "name": "open",
1682
- "kind": 2048,
1683
- "kindString": "Method",
1684
- "flags": {},
1685
- "sources": [
1686
- {
1687
- "fileName": "lookup/src/mdc-lookup.ts",
1688
- "line": 187,
1689
- "character": 2
1690
- }
1691
- ],
1692
- "signatures": [
1693
- {
1694
- "id": 91,
1695
- "name": "open",
1696
- "kind": 4096,
1697
- "kindString": "Call signature",
1698
- "flags": {},
1699
- "comment": {
1700
- "shortText": "Opens lookup menu"
1701
- },
1702
- "type": {
1703
- "type": "intrinsic",
1704
- "name": "void"
1705
- }
1706
- }
1707
- ]
1708
- },
1709
- {
1710
- "id": 57,
1711
- "name": "optionsChanged",
1712
- "kind": 2048,
1713
- "kindString": "Method",
1714
- "flags": {},
1715
- "sources": [
1716
- {
1717
- "fileName": "lookup/src/mdc-lookup.ts",
1718
- "line": 83,
1719
- "character": 2
1720
- }
1721
- ],
1722
- "signatures": [
1723
- {
1724
- "id": 58,
1725
- "name": "optionsChanged",
1726
- "kind": 4096,
1727
- "kindString": "Call signature",
1728
- "flags": {},
1729
- "type": {
1730
- "type": "intrinsic",
1731
- "name": "void"
1732
- }
1733
- }
1734
- ]
1735
- },
1736
- {
1737
- "id": 127,
1738
- "name": "removeError",
1739
- "kind": 2048,
1740
- "kindString": "Method",
1741
- "flags": {},
1742
- "sources": [
1743
- {
1744
- "fileName": "lookup/src/mdc-lookup.ts",
1745
- "line": 347,
1746
- "character": 2
1747
- }
1748
- ],
1749
- "signatures": [
1750
- {
1751
- "id": 128,
1752
- "name": "removeError",
1753
- "kind": 4096,
1754
- "kindString": "Call signature",
1755
- "flags": {},
1756
- "parameters": [
1757
- {
1758
- "id": 129,
1759
- "name": "error",
1760
- "kind": 32768,
1761
- "kindString": "Parameter",
1762
- "flags": {},
1763
- "type": {
1764
- "type": "reference",
1765
- "name": "IError"
1766
- }
1767
- }
1768
- ],
1769
- "type": {
1770
- "type": "intrinsic",
1771
- "name": "void"
1772
- }
1773
- }
1774
- ]
1775
- },
1776
- {
1777
- "id": 130,
1778
- "name": "renderErrors",
1779
- "kind": 2048,
1780
- "kindString": "Method",
1781
- "flags": {},
1782
- "sources": [
1783
- {
1784
- "fileName": "lookup/src/mdc-lookup.ts",
1785
- "line": 353,
1786
- "character": 2
1787
- }
1788
- ],
1789
- "signatures": [
1790
- {
1791
- "id": 131,
1792
- "name": "renderErrors",
1793
- "kind": 4096,
1794
- "kindString": "Call signature",
1795
- "flags": {},
1796
- "type": {
1797
- "type": "intrinsic",
1798
- "name": "void"
1799
- }
1800
- }
1801
- ]
1802
- },
1803
- {
1804
- "id": 112,
1805
- "name": "select",
1806
- "kind": 2048,
1807
- "kindString": "Method",
1808
- "flags": {},
1809
- "sources": [
1810
- {
1811
- "fileName": "lookup/src/mdc-lookup.ts",
1812
- "line": 283,
1813
- "character": 2
1814
- }
1815
- ],
1816
- "signatures": [
1817
- {
1818
- "id": 113,
1819
- "name": "select",
1820
- "kind": 4096,
1821
- "kindString": "Call signature",
1822
- "flags": {},
1823
- "parameters": [
1824
- {
1825
- "id": 114,
1826
- "name": "option",
1827
- "kind": 32768,
1828
- "kindString": "Parameter",
1829
- "flags": {},
1830
- "type": {
1831
- "type": "intrinsic",
1832
- "name": "unknown"
1833
- }
1834
- }
1835
- ],
1836
- "type": {
1837
- "type": "intrinsic",
1838
- "name": "void"
1839
- }
1840
- }
1841
- ]
1842
- },
1843
- {
1844
- "id": 104,
1845
- "name": "setFilter",
1846
- "kind": 2048,
1847
- "kindString": "Method",
1848
- "flags": {},
1849
- "sources": [
1850
- {
1851
- "fileName": "lookup/src/mdc-lookup.ts",
1852
- "line": 259,
1853
- "character": 2
1854
- }
1855
- ],
1856
- "signatures": [
1857
- {
1858
- "id": 105,
1859
- "name": "setFilter",
1860
- "kind": 4096,
1861
- "kindString": "Call signature",
1862
- "flags": {},
1863
- "parameters": [
1864
- {
1865
- "id": 106,
1866
- "name": "filter",
1867
- "kind": 32768,
1868
- "kindString": "Parameter",
1869
- "flags": {},
1870
- "type": {
1871
- "type": "union",
1872
- "types": [
1873
- {
1874
- "type": "intrinsic",
1875
- "name": "undefined"
1876
- },
1877
- {
1878
- "type": "intrinsic",
1879
- "name": "string"
1880
- }
1881
- ]
1882
- }
1883
- }
1884
- ],
1885
- "type": {
1886
- "type": "intrinsic",
1887
- "name": "void"
1888
- }
1889
- }
1890
- ]
1891
- },
1892
- {
1893
- "id": 59,
1894
- "name": "setGetOptions",
1895
- "kind": 2048,
1896
- "kindString": "Method",
1897
- "flags": {},
1898
- "sources": [
1899
- {
1900
- "fileName": "lookup/src/mdc-lookup.ts",
1901
- "line": 95,
1902
- "character": 2
1903
- }
1904
- ],
1905
- "signatures": [
1906
- {
1907
- "id": 60,
1908
- "name": "setGetOptions",
1909
- "kind": 4096,
1910
- "kindString": "Call signature",
1911
- "flags": {},
1912
- "type": {
1913
- "type": "intrinsic",
1914
- "name": "void"
1915
- }
1916
- }
1917
- ]
1918
- },
1919
- {
1920
- "id": 77,
1921
- "name": "setValue",
1922
- "kind": 2048,
1923
- "kindString": "Method",
1924
- "flags": {},
1925
- "sources": [
1926
- {
1927
- "fileName": "lookup/src/mdc-lookup.ts",
1928
- "line": 138,
1929
- "character": 2
1930
- }
1931
- ],
1932
- "signatures": [
1933
- {
1934
- "id": 78,
1935
- "name": "setValue",
1936
- "kind": 4096,
1937
- "kindString": "Call signature",
1938
- "flags": {},
1939
- "parameters": [
1940
- {
1941
- "id": 79,
1942
- "name": "value",
1943
- "kind": 32768,
1944
- "kindString": "Parameter",
1945
- "flags": {},
1946
- "type": {
1947
- "type": "intrinsic",
1948
- "name": "unknown"
1949
- }
1950
- }
1951
- ],
1952
- "type": {
1953
- "type": "intrinsic",
1954
- "name": "void"
1955
- }
1956
- }
1957
- ]
1958
- },
1959
- {
1960
- "id": 107,
1961
- "name": "updateFilterBasedOnValue",
1962
- "kind": 2048,
1963
- "kindString": "Method",
1964
- "flags": {},
1965
- "sources": [
1966
- {
1967
- "fileName": "lookup/src/mdc-lookup.ts",
1968
- "line": 266,
1969
- "character": 8
1970
- }
1971
- ],
1972
- "signatures": [
1973
- {
1974
- "id": 108,
1975
- "name": "updateFilterBasedOnValue",
1976
- "kind": 4096,
1977
- "kindString": "Call signature",
1978
- "flags": {},
1979
- "type": {
1980
- "type": "reference",
1981
- "typeArguments": [
1982
- {
1983
- "type": "intrinsic",
1984
- "name": "void"
1985
- }
1986
- ],
1987
- "name": "Promise"
1988
- }
1989
- }
1990
- ]
1991
- },
1992
- {
1993
- "id": 75,
1994
- "name": "valueChanged",
1995
- "kind": 2048,
1996
- "kindString": "Method",
1997
- "flags": {},
1998
- "sources": [
1999
- {
2000
- "fileName": "lookup/src/mdc-lookup.ts",
2001
- "line": 130,
2002
- "character": 8
2003
- }
2004
- ],
2005
- "signatures": [
2006
- {
2007
- "id": 76,
2008
- "name": "valueChanged",
2009
- "kind": 4096,
2010
- "kindString": "Call signature",
2011
- "flags": {},
2012
- "type": {
2013
- "type": "reference",
2014
- "typeArguments": [
2015
- {
2016
- "type": "intrinsic",
2017
- "name": "void"
2018
- }
2019
- ],
2020
- "name": "Promise"
2021
- }
2022
- }
2023
- ]
2024
- },
2025
- {
2026
- "id": 46,
2027
- "name": "valueFieldChanged",
2028
- "kind": 2048,
2029
- "kindString": "Method",
2030
- "flags": {},
2031
- "sources": [
2032
- {
2033
- "fileName": "lookup/src/mdc-lookup.ts",
2034
- "line": 65,
2035
- "character": 2
2036
- }
2037
- ],
2038
- "signatures": [
2039
- {
2040
- "id": 47,
2041
- "name": "valueFieldChanged",
2042
- "kind": 4096,
2043
- "kindString": "Call signature",
2044
- "flags": {},
2045
- "type": {
2046
- "type": "intrinsic",
2047
- "name": "void"
2048
- }
2049
- }
2050
- ]
2051
- }
2052
- ],
2053
- "groups": [
2054
- {
2055
- "title": "Constructors",
2056
- "kind": 512,
2057
- "children": [
2058
- 17
2059
- ]
2060
- },
2061
- {
2062
- "title": "Properties",
2063
- "kind": 1024,
2064
- "children": [
2065
- 82,
2066
- 80,
2067
- 97,
2068
- 32,
2069
- 25,
2070
- 23,
2071
- 38,
2072
- 64,
2073
- 48,
2074
- 61,
2075
- 28,
2076
- 21,
2077
- 27,
2078
- 63,
2079
- 62,
2080
- 26,
2081
- 52,
2082
- 22,
2083
- 81,
2084
- 98,
2085
- 24,
2086
- 115,
2087
- 74,
2088
- 31,
2089
- 73,
2090
- 42,
2091
- 83
2092
- ]
2093
- },
2094
- {
2095
- "title": "Methods",
2096
- "kind": 2048,
2097
- "children": [
2098
- 124,
2099
- 86,
2100
- 84,
2101
- 92,
2102
- 88,
2103
- 36,
2104
- 99,
2105
- 69,
2106
- 94,
2107
- 109,
2108
- 101,
2109
- 116,
2110
- 121,
2111
- 118,
2112
- 90,
2113
- 57,
2114
- 127,
2115
- 130,
2116
- 112,
2117
- 104,
2118
- 59,
2119
- 77,
2120
- 107,
2121
- 75,
2122
- 46
2123
- ]
2124
- }
2125
- ],
2126
- "sources": [
2127
- {
2128
- "fileName": "lookup/src/mdc-lookup.ts",
2129
- "line": 16,
2130
- "character": 13
2131
- }
2132
- ],
2133
- "implementedTypes": [
2134
- {
2135
- "type": "reference",
2136
- "name": "EventListenerObject"
2137
- }
2138
- ]
2139
- },
2140
- {
2141
- "id": 1,
2142
- "name": "LookupConfiguration",
2143
- "kind": 32,
2144
- "kindString": "Variable",
2145
- "flags": {},
2146
- "sources": [
2147
- {
2148
- "fileName": "lookup/src/index.ts",
2149
- "line": 7,
2150
- "character": 13
2151
- }
2152
- ],
2153
- "type": {
2154
- "type": "reflection",
2155
- "declaration": {
2156
- "id": 2,
2157
- "name": "__type",
2158
- "kind": 65536,
2159
- "kindString": "Type literal",
2160
- "flags": {},
2161
- "children": [
2162
- {
2163
- "id": 6,
2164
- "name": "customize",
2165
- "kind": 2048,
2166
- "kindString": "Method",
2167
- "flags": {},
2168
- "sources": [
2169
- {
2170
- "fileName": "lookup/src/index.ts",
2171
- "line": 11,
2172
- "character": 2
2173
- }
2174
- ],
2175
- "signatures": [
2176
- {
2177
- "id": 7,
2178
- "name": "customize",
2179
- "kind": 4096,
2180
- "kindString": "Call signature",
2181
- "flags": {},
2182
- "parameters": [
2183
- {
2184
- "id": 8,
2185
- "name": "optionsProvider",
2186
- "kind": 32768,
2187
- "kindString": "Parameter",
2188
- "flags": {},
2189
- "type": {
2190
- "type": "reflection",
2191
- "declaration": {
2192
- "id": 9,
2193
- "name": "__type",
2194
- "kind": 65536,
2195
- "kindString": "Type literal",
2196
- "flags": {},
2197
- "signatures": [
2198
- {
2199
- "id": 10,
2200
- "name": "__type",
2201
- "kind": 4096,
2202
- "kindString": "Call signature",
2203
- "flags": {},
2204
- "parameters": [
2205
- {
2206
- "id": 11,
2207
- "name": "config",
2208
- "kind": 32768,
2209
- "kindString": "Parameter",
2210
- "flags": {},
2211
- "type": {
2212
- "type": "reference",
2213
- "name": "MdcDefaultLookupConfiguration"
2214
- }
2215
- }
2216
- ],
2217
- "type": {
2218
- "type": "intrinsic",
2219
- "name": "void"
2220
- }
2221
- }
2222
- ]
2223
- }
2224
- }
2225
- }
2226
- ],
2227
- "type": {
2228
- "type": "reflection",
2229
- "declaration": {
2230
- "id": 12,
2231
- "name": "__type",
2232
- "kind": 65536,
2233
- "kindString": "Type literal",
2234
- "flags": {},
2235
- "children": [
2236
- {
2237
- "id": 13,
2238
- "name": "register",
2239
- "kind": 2048,
2240
- "kindString": "Method",
2241
- "flags": {},
2242
- "sources": [
2243
- {
2244
- "fileName": "lookup/src/index.ts",
2245
- "line": 13,
2246
- "character": 6
2247
- }
2248
- ],
2249
- "signatures": [
2250
- {
2251
- "id": 14,
2252
- "name": "register",
2253
- "kind": 4096,
2254
- "kindString": "Call signature",
2255
- "flags": {},
2256
- "parameters": [
2257
- {
2258
- "id": 15,
2259
- "name": "container",
2260
- "kind": 32768,
2261
- "kindString": "Parameter",
2262
- "flags": {},
2263
- "type": {
2264
- "type": "reference",
2265
- "name": "IContainer"
2266
- }
2267
- }
2268
- ],
2269
- "type": {
2270
- "type": "reference",
2271
- "name": "IContainer"
2272
- }
2273
- }
2274
- ]
2275
- }
2276
- ],
2277
- "groups": [
2278
- {
2279
- "title": "Methods",
2280
- "kind": 2048,
2281
- "children": [
2282
- 13
2283
- ]
2284
- }
2285
- ]
2286
- }
2287
- }
2288
- }
2289
- ]
2290
- },
2291
- {
2292
- "id": 3,
2293
- "name": "register",
2294
- "kind": 2048,
2295
- "kindString": "Method",
2296
- "flags": {},
2297
- "sources": [
2298
- {
2299
- "fileName": "lookup/src/index.ts",
2300
- "line": 8,
2301
- "character": 2
2302
- }
2303
- ],
2304
- "signatures": [
2305
- {
2306
- "id": 4,
2307
- "name": "register",
2308
- "kind": 4096,
2309
- "kindString": "Call signature",
2310
- "flags": {},
2311
- "parameters": [
2312
- {
2313
- "id": 5,
2314
- "name": "container",
2315
- "kind": 32768,
2316
- "kindString": "Parameter",
2317
- "flags": {},
2318
- "type": {
2319
- "type": "reference",
2320
- "name": "IContainer"
2321
- }
2322
- }
2323
- ],
2324
- "type": {
2325
- "type": "reference",
2326
- "name": "IContainer"
2327
- }
2328
- }
2329
- ]
2330
- }
2331
- ],
2332
- "groups": [
2333
- {
2334
- "title": "Methods",
2335
- "kind": 2048,
2336
- "children": [
2337
- 6,
2338
- 3
2339
- ]
2340
- }
2341
- ]
2342
- }
2343
- },
2344
- "defaultValue": "..."
2345
- }
2346
- ],
2347
- "groups": [
2348
- {
2349
- "title": "Classes",
2350
- "kind": 128,
2351
- "children": [
2352
- 16
2353
- ]
2354
- },
2355
- {
2356
- "title": "Variables",
2357
- "kind": 32,
2358
- "children": [
2359
- 1
2360
- ]
2361
- }
2362
- ],
2363
- "sources": [
2364
- {
2365
- "fileName": "lookup/src/index.ts",
2366
- "line": 1,
2367
- "character": 0
2368
- }
2369
- ]
2370
- }