carbon-components-angular 3.16.3 → 3.17.3

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 (322) hide show
  1. package/docs/documentation/classes/DataGridInteractionModel.html +1462 -0
  2. package/docs/documentation/classes/NumberChange.html +8 -7
  3. package/docs/documentation/classes/TableAdapter.html +852 -0
  4. package/docs/documentation/classes/TableCellAdapter.html +445 -0
  5. package/docs/documentation/classes/TableDomAdapter.html +968 -0
  6. package/docs/documentation/classes/TableHeaderItem.html +125 -64
  7. package/docs/documentation/classes/TableItem.html +5 -18
  8. package/docs/documentation/classes/TableModel.html +445 -180
  9. package/docs/documentation/classes/TableRowAdapter.html +445 -0
  10. package/docs/documentation/components/Accordion.html +2 -2
  11. package/docs/documentation/components/AccordionItem.html +2 -2
  12. package/docs/documentation/components/AlertModal.html +2 -2
  13. package/docs/documentation/components/Breadcrumb.html +2 -2
  14. package/docs/documentation/components/BreadcrumbItemComponent.html +2 -2
  15. package/docs/documentation/components/Checkbox.html +2 -2
  16. package/docs/documentation/components/ClickableTile.html +2 -2
  17. package/docs/documentation/components/CodeSnippet.html +2 -2
  18. package/docs/documentation/components/ComboBox.html +2 -2
  19. package/docs/documentation/components/ContentSwitcher.html +2 -2
  20. package/docs/documentation/components/DatePicker.html +2 -2
  21. package/docs/documentation/components/DatePickerInput.html +2 -2
  22. package/docs/documentation/components/Dialog.html +2 -2
  23. package/docs/documentation/components/DialogPlaceholder.html +2 -2
  24. package/docs/documentation/components/Documentation.html +2 -2
  25. package/docs/documentation/components/Dropdown.html +12 -7
  26. package/docs/documentation/components/DropdownList.html +2 -2
  27. package/docs/documentation/components/ExpandableTile.html +2 -2
  28. package/docs/documentation/components/File.html +51 -8
  29. package/docs/documentation/components/FileUploader.html +41 -29
  30. package/docs/documentation/components/Hamburger.html +2 -2
  31. package/docs/documentation/components/Header.html +430 -13
  32. package/docs/documentation/components/HeaderAction.html +8 -10
  33. package/docs/documentation/components/HeaderGlobal.html +2 -2
  34. package/docs/documentation/components/HeaderItem.html +2 -2
  35. package/docs/documentation/components/HeaderMenu.html +2 -2
  36. package/docs/documentation/components/HeaderNavigation.html +2 -2
  37. package/docs/documentation/components/InlineLoading.html +2 -2
  38. package/docs/documentation/components/Label.html +2 -2
  39. package/docs/documentation/components/ListColumn.html +2 -2
  40. package/docs/documentation/components/ListHeader.html +2 -2
  41. package/docs/documentation/components/ListRow.html +2 -2
  42. package/docs/documentation/components/Loading.html +2 -2
  43. package/docs/documentation/components/Modal.html +2 -2
  44. package/docs/documentation/components/ModalFooter.html +2 -2
  45. package/docs/documentation/components/ModalHeader.html +2 -2
  46. package/docs/documentation/components/ModalPlaceholder.html +2 -2
  47. package/docs/documentation/components/Notification.html +39 -7
  48. package/docs/documentation/components/{Number.html → NumberComponent.html} +14 -13
  49. package/docs/documentation/components/OverflowMenu.html +2 -2
  50. package/docs/documentation/components/OverflowMenuOption.html +2 -2
  51. package/docs/documentation/components/OverflowMenuPane.html +2 -2
  52. package/docs/documentation/components/Overlay.html +2 -2
  53. package/docs/documentation/components/Pagination.html +2 -2
  54. package/docs/documentation/components/Panel.html +2 -2
  55. package/docs/documentation/components/Placeholder.html +2 -2
  56. package/docs/documentation/components/ProductSwitcher.html +2 -2
  57. package/docs/documentation/components/ProgressIndicator.html +2 -2
  58. package/docs/documentation/components/Radio.html +2 -2
  59. package/docs/documentation/components/RadioGroup.html +2 -2
  60. package/docs/documentation/components/Sample.html +2 -2
  61. package/docs/documentation/components/SampleSub.html +2 -2
  62. package/docs/documentation/components/Search.html +2 -2
  63. package/docs/documentation/components/Select.html +2 -2
  64. package/docs/documentation/components/SelectionTile.html +2 -2
  65. package/docs/documentation/components/SideNav.html +2 -2
  66. package/docs/documentation/components/SideNavHeader.html +2 -2
  67. package/docs/documentation/components/SideNavItem.html +2 -2
  68. package/docs/documentation/components/SideNavMenu.html +2 -2
  69. package/docs/documentation/components/Slider.html +2 -2
  70. package/docs/documentation/components/StructuredList.html +2 -2
  71. package/docs/documentation/components/SwitcherList.html +2 -2
  72. package/docs/documentation/components/SwitcherListItem.html +2 -2
  73. package/docs/documentation/components/Tab.html +2 -2
  74. package/docs/documentation/components/TabHeaders.html +34 -32
  75. package/docs/documentation/components/Table.html +1039 -1121
  76. package/docs/documentation/components/TableBody.html +1145 -0
  77. package/docs/documentation/components/TableCheckbox.html +828 -0
  78. package/docs/documentation/components/TableContainer.html +2 -2
  79. package/docs/documentation/components/TableData.html +307 -0
  80. package/docs/documentation/components/TableExpandButton.html +762 -0
  81. package/docs/documentation/components/TableExpandedRow.html +567 -0
  82. package/docs/documentation/components/TableHead.html +1549 -0
  83. package/docs/documentation/components/TableHeadCell.html +1307 -0
  84. package/docs/documentation/components/TableHeadCheckbox.html +792 -0
  85. package/docs/documentation/components/TableHeadExpand.html +292 -0
  86. package/docs/documentation/components/TableHeader.html +2 -2
  87. package/docs/documentation/components/TableRowComponent.html +1414 -0
  88. package/docs/documentation/components/TableToolbar.html +2 -2
  89. package/docs/documentation/components/TableToolbarActions.html +2 -2
  90. package/docs/documentation/components/TableToolbarContent.html +2 -2
  91. package/docs/documentation/components/TableToolbarSearch.html +2 -2
  92. package/docs/documentation/components/Tabs.html +2 -2
  93. package/docs/documentation/components/Tag.html +2 -2
  94. package/docs/documentation/components/TagFilter.html +2 -2
  95. package/docs/documentation/components/Tile.html +2 -2
  96. package/docs/documentation/components/TileGroup.html +2 -2
  97. package/docs/documentation/components/TimePicker.html +2 -2
  98. package/docs/documentation/components/TimePickerSelect.html +2 -2
  99. package/docs/documentation/components/Toast.html +79 -9
  100. package/docs/documentation/components/Toggle.html +2 -2
  101. package/docs/documentation/components/Tooltip.html +2 -2
  102. package/docs/documentation/components/TooltipDefinition.html +2 -2
  103. package/docs/documentation/components/TooltipIcon.html +2 -2
  104. package/docs/documentation/coverage.html +297 -25
  105. package/docs/documentation/directives/DataGridFocus.html +38 -117
  106. package/docs/documentation/directives/TableDirective.html +452 -0
  107. package/docs/documentation/graph/dependencies.dot +2 -4
  108. package/docs/documentation/images/coverage-badge-documentation.svg +1 -1
  109. package/docs/documentation/interfaces/DataGridPosition.html +490 -0
  110. package/docs/documentation/interfaces/FileItem.html +66 -0
  111. package/docs/documentation/interfaces/NotificationContent.html +39 -0
  112. package/docs/documentation/interfaces/TableTranslations.html +254 -455
  113. package/docs/documentation/interfaces/ToastContent.html +1 -0
  114. package/docs/documentation/js/menu-wc.js +1 -1
  115. package/docs/documentation/js/search/search_index.js +2 -2
  116. package/docs/documentation/modules/FileUploaderModule.html +3 -1
  117. package/docs/documentation/modules/NumberModule/dependencies.svg +30 -56
  118. package/docs/documentation/modules/NumberModule.html +32 -58
  119. package/docs/documentation/modules/TableModule/dependencies.svg +424 -160
  120. package/docs/documentation/modules/TableModule.html +575 -182
  121. package/docs/documentation/overview.html +4 -4
  122. package/docs/storybook/iframe.html +3 -3
  123. package/docs/storybook/{main.9e8069cf2ee0957ae098.bundle.js → main.edce6b8dbd74b486e13b.bundle.js} +4631 -2440
  124. package/docs/storybook/main.edce6b8dbd74b486e13b.bundle.js.map +1 -0
  125. package/docs/storybook/{runtime~main.9e8069cf2ee0957ae098.bundle.js → runtime~main.edce6b8dbd74b486e13b.bundle.js} +1 -1
  126. package/docs/storybook/{runtime~main.9e8069cf2ee0957ae098.bundle.js.map → runtime~main.edce6b8dbd74b486e13b.bundle.js.map} +1 -1
  127. package/docs/storybook/{vendors~main.9e8069cf2ee0957ae098.bundle.js → vendors~main.edce6b8dbd74b486e13b.bundle.js} +1 -1
  128. package/docs/storybook/{vendors~main.9e8069cf2ee0957ae098.bundle.js.map → vendors~main.edce6b8dbd74b486e13b.bundle.js.map} +1 -1
  129. package/dropdown/dropdown.component.js +4 -0
  130. package/dropdown/dropdown.component.js.map +1 -1
  131. package/file-uploader/file-item.interface.d.ts +2 -0
  132. package/file-uploader/file-item.interface.js.map +1 -1
  133. package/file-uploader/file-uploader.component.js +3 -1
  134. package/file-uploader/file-uploader.component.js.map +1 -1
  135. package/file-uploader/file-uploader.component.metadata.json +1 -1
  136. package/file-uploader/file-uploader.component.ngfactory.js +9 -8
  137. package/file-uploader/file-uploader.component.ngfactory.js.map +1 -1
  138. package/file-uploader/file-uploader.module.js +3 -1
  139. package/file-uploader/file-uploader.module.js.map +1 -1
  140. package/file-uploader/file-uploader.module.metadata.json +1 -1
  141. package/file-uploader/file-uploader.module.ngfactory.js +2 -1
  142. package/file-uploader/file-uploader.module.ngfactory.js.map +1 -1
  143. package/file-uploader/file-uploader.module.ngsummary.json +1 -1
  144. package/file-uploader/file.component.d.ts +1 -0
  145. package/file-uploader/file.component.js +10 -2
  146. package/file-uploader/file.component.js.map +1 -1
  147. package/file-uploader/file.component.metadata.json +1 -1
  148. package/file-uploader/file.component.ngfactory.js +19 -16
  149. package/file-uploader/file.component.ngfactory.js.map +1 -1
  150. package/file-uploader/file.component.ngsummary.json +1 -1
  151. package/index.ngsummary.json +1 -1
  152. package/notification/notification-content.interface.d.ts +1 -0
  153. package/notification/notification-content.interface.js.map +1 -1
  154. package/notification/notification.component.d.ts +1 -0
  155. package/notification/notification.component.js +7 -1
  156. package/notification/notification.component.js.map +1 -1
  157. package/notification/notification.component.metadata.json +1 -1
  158. package/notification/notification.component.ngfactory.js +1 -1
  159. package/notification/notification.component.ngsummary.json +1 -1
  160. package/notification/toast.component.d.ts +1 -0
  161. package/notification/toast.component.js +7 -1
  162. package/notification/toast.component.js.map +1 -1
  163. package/notification/toast.component.metadata.json +1 -1
  164. package/notification/toast.component.ngfactory.js +1 -1
  165. package/notification/toast.component.ngsummary.json +1 -1
  166. package/number-input/number.component.d.ts +3 -2
  167. package/number-input/number.component.js +21 -20
  168. package/number-input/number.component.js.map +1 -1
  169. package/package.json +1 -1
  170. package/table/body/table-body.component.d.ts +77 -0
  171. package/table/body/table-body.component.js +120 -0
  172. package/table/body/table-body.component.js.map +1 -0
  173. package/table/body/table-body.component.metadata.json +1 -0
  174. package/{utils/window-tools.d.ts → table/body/table-body.component.ngfactory.d.ts} +2 -2
  175. package/table/body/table-body.component.ngfactory.js +62 -0
  176. package/table/body/table-body.component.ngfactory.js.map +1 -0
  177. package/table/body/table-body.component.ngsummary.json +1 -0
  178. package/table/body/table-expanded-row.component.d.ts +28 -0
  179. package/table/body/table-expanded-row.component.js +58 -0
  180. package/table/body/table-expanded-row.component.js.map +1 -0
  181. package/table/body/table-expanded-row.component.metadata.json +1 -0
  182. package/table/body/table-expanded-row.component.ngfactory.d.ts +21 -0
  183. package/table/body/table-expanded-row.component.ngfactory.js +39 -0
  184. package/table/body/table-expanded-row.component.ngfactory.js.map +1 -0
  185. package/table/body/table-expanded-row.component.ngsummary.json +1 -0
  186. package/table/body/table-row.component.d.ts +85 -0
  187. package/table/body/table-row.component.js +163 -0
  188. package/table/body/table-row.component.js.map +1 -0
  189. package/table/body/table-row.component.metadata.json +1 -0
  190. package/table/body/table-row.component.ngfactory.d.ts +21 -0
  191. package/table/body/table-row.component.ngfactory.js +55 -0
  192. package/table/body/table-row.component.ngfactory.js.map +1 -0
  193. package/table/body/table-row.component.ngsummary.json +1 -0
  194. package/table/cell/table-checkbox.component.d.ts +56 -0
  195. package/table/cell/table-checkbox.component.js +80 -0
  196. package/table/cell/table-checkbox.component.js.map +1 -0
  197. package/table/cell/table-checkbox.component.metadata.json +1 -0
  198. package/table/cell/table-checkbox.component.ngfactory.d.ts +21 -0
  199. package/table/cell/table-checkbox.component.ngfactory.js +46 -0
  200. package/table/cell/table-checkbox.component.ngfactory.js.map +1 -0
  201. package/table/cell/table-checkbox.component.ngsummary.json +1 -0
  202. package/table/cell/table-data.component.d.ts +24 -0
  203. package/table/cell/table-data.component.js +40 -0
  204. package/table/cell/table-data.component.js.map +1 -0
  205. package/table/cell/table-data.component.metadata.json +1 -0
  206. package/table/cell/table-data.component.ngfactory.d.ts +21 -0
  207. package/table/cell/table-data.component.ngfactory.js +39 -0
  208. package/table/cell/table-data.component.ngfactory.js.map +1 -0
  209. package/table/cell/table-data.component.ngsummary.json +1 -0
  210. package/table/cell/table-expand-button.component.d.ts +43 -0
  211. package/table/cell/table-expand-button.component.js +83 -0
  212. package/table/cell/table-expand-button.component.js.map +1 -0
  213. package/table/cell/table-expand-button.component.metadata.json +1 -0
  214. package/table/cell/table-expand-button.component.ngfactory.d.ts +21 -0
  215. package/table/cell/table-expand-button.component.ngfactory.js +44 -0
  216. package/table/cell/table-expand-button.component.ngfactory.js.map +1 -0
  217. package/table/cell/table-expand-button.component.ngsummary.json +1 -0
  218. package/table/data-grid-focus.directive.d.ts +5 -1
  219. package/table/data-grid-focus.directive.js +17 -24
  220. package/table/data-grid-focus.directive.js.map +1 -1
  221. package/table/data-grid-focus.directive.metadata.json +1 -1
  222. package/table/data-grid-focus.directive.ngsummary.json +1 -1
  223. package/table/data-grid-interaction-model.class.d.ts +185 -0
  224. package/table/data-grid-interaction-model.class.js +269 -0
  225. package/table/data-grid-interaction-model.class.js.map +1 -0
  226. package/table/data-grid-interaction-model.class.metadata.json +1 -0
  227. package/table/data-grid-interaction-model.class.ngsummary.json +1 -0
  228. package/table/head/table-head-cell.component.d.ts +46 -0
  229. package/table/head/table-head-cell.component.js +117 -0
  230. package/table/head/table-head-cell.component.js.map +1 -0
  231. package/table/head/table-head-cell.component.metadata.json +1 -0
  232. package/table/head/table-head-cell.component.ngfactory.d.ts +21 -0
  233. package/table/head/table-head-cell.component.ngfactory.js +55 -0
  234. package/table/head/table-head-cell.component.ngfactory.js.map +1 -0
  235. package/table/head/table-head-cell.component.ngsummary.json +1 -0
  236. package/table/head/table-head-checkbox.component.d.ts +40 -0
  237. package/table/head/table-head-checkbox.component.js +75 -0
  238. package/table/head/table-head-checkbox.component.js.map +1 -0
  239. package/table/head/table-head-checkbox.component.metadata.json +1 -0
  240. package/table/head/table-head-checkbox.component.ngfactory.d.ts +21 -0
  241. package/table/head/table-head-checkbox.component.ngfactory.js +45 -0
  242. package/table/head/table-head-checkbox.component.ngfactory.js.map +1 -0
  243. package/table/head/table-head-checkbox.component.ngsummary.json +1 -0
  244. package/table/head/table-head-expand.component.d.ts +23 -0
  245. package/table/head/table-head-expand.component.js +39 -0
  246. package/table/head/table-head-expand.component.js.map +1 -0
  247. package/table/head/table-head-expand.component.metadata.json +1 -0
  248. package/table/head/table-head-expand.component.ngfactory.d.ts +21 -0
  249. package/table/head/table-head-expand.component.ngfactory.js +36 -0
  250. package/table/head/table-head-expand.component.ngfactory.js.map +1 -0
  251. package/table/head/table-head-expand.component.ngsummary.json +1 -0
  252. package/table/head/table-head.component.d.ts +77 -0
  253. package/table/head/table-head.component.js +157 -0
  254. package/table/head/table-head.component.js.map +1 -0
  255. package/table/head/table-head.component.metadata.json +1 -0
  256. package/table/head/table-head.component.ngfactory.d.ts +21 -0
  257. package/table/head/table-head.component.ngfactory.js +56 -0
  258. package/table/head/table-head.component.ngfactory.js.map +1 -0
  259. package/table/head/table-head.component.ngsummary.json +1 -0
  260. package/table/table-adapter.class.d.ts +149 -0
  261. package/table/table-adapter.class.js +210 -0
  262. package/table/table-adapter.class.js.map +1 -0
  263. package/table/table-adapter.class.metadata.json +1 -0
  264. package/table/table-adapter.class.ngsummary.json +1 -0
  265. package/table/table-header-item.class.d.ts +8 -35
  266. package/table/table-header-item.class.js +0 -17
  267. package/table/table-header-item.class.js.map +1 -1
  268. package/table/table-item.class.d.ts +0 -13
  269. package/table/table-item.class.js +0 -2
  270. package/table/table-item.class.js.map +1 -1
  271. package/table/table-model.class.d.ts +41 -105
  272. package/table/table-model.class.js +45 -73
  273. package/table/table-model.class.js.map +1 -1
  274. package/table/table-model.class.metadata.json +1 -1
  275. package/table/table-model.class.ngsummary.json +1 -1
  276. package/table/table.component.d.ts +45 -81
  277. package/table/table.component.js +191 -200
  278. package/table/table.component.js.map +1 -1
  279. package/table/table.component.metadata.json +1 -1
  280. package/table/table.component.ngfactory.js +30 -199
  281. package/table/table.component.ngfactory.js.map +1 -1
  282. package/table/table.component.ngsummary.json +1 -1
  283. package/table/table.directive.d.ts +33 -0
  284. package/table/table.directive.js +72 -0
  285. package/table/table.directive.js.map +1 -0
  286. package/table/table.directive.metadata.json +1 -0
  287. package/table/table.directive.ngfactory.js.map +1 -0
  288. package/table/table.directive.ngsummary.json +1 -0
  289. package/table/table.module.d.ts +25 -11
  290. package/table/table.module.js +60 -21
  291. package/table/table.module.js.map +1 -1
  292. package/table/table.module.metadata.json +1 -1
  293. package/table/table.module.ngfactory.js.map +1 -1
  294. package/table/table.module.ngsummary.json +1 -1
  295. package/tabs/tab-headers.component.js +1 -1
  296. package/tabs/tab-headers.component.js.map +1 -1
  297. package/tabs/tab-headers.component.metadata.json +1 -1
  298. package/tabs/tab-headers.component.ngfactory.js +1 -1
  299. package/tabs/tab-headers.component.ngfactory.js.map +1 -1
  300. package/ui-shell/header/header-action.component.js +1 -1
  301. package/ui-shell/header/header-action.component.js.map +1 -1
  302. package/ui-shell/header/header-action.component.metadata.json +1 -1
  303. package/ui-shell/header/header-action.component.ngfactory.js +5 -6
  304. package/ui-shell/header/header-action.component.ngfactory.js.map +1 -1
  305. package/ui-shell/header/header.component.d.ts +26 -1
  306. package/ui-shell/header/header.component.js +40 -5
  307. package/ui-shell/header/header.component.js.map +1 -1
  308. package/ui-shell/header/header.component.metadata.json +1 -1
  309. package/ui-shell/header/header.component.ngfactory.js +9 -3
  310. package/ui-shell/header/header.component.ngfactory.js.map +1 -1
  311. package/ui-shell/header/header.component.ngsummary.json +1 -1
  312. package/ui-shell/header/header.module.ngfactory.js.map +1 -1
  313. package/common/utils.d.ts +0 -35
  314. package/common/utils.js +0 -40
  315. package/common/utils.js.map +0 -1
  316. package/common/utils.metadata.json +0 -1
  317. package/common/utils.ngsummary.json +0 -1
  318. package/docs/storybook/main.9e8069cf2ee0957ae098.bundle.js.map +0 -1
  319. package/utils/window-tools.js +0 -46
  320. package/utils/window-tools.js.map +0 -1
  321. package/utils/window-tools.metadata.json +0 -1
  322. package/utils/window-tools.ngsummary.json +0 -1
@@ -1 +1 @@
1
- [{"__symbolic":"module","version":4,"metadata":{"File":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":15,"character":1},"arguments":[{"selector":"ibm-file","template":"\n\t\t<p class=\"bx--file-filename\">{{fileItem.file.name}}</p>\n\t\t<span\n\t\t\t*ngIf=\"fileItem.state === 'edit'\"\n\t\t\tclass=\"bx--file__state-container\"\n\t\t\t(click)=\"remove.emit()\"\n\t\t\t(keyup.enter)=\"remove.emit()\"\n\t\t\t(keyup.space)=\"remove.emit()\"\n\t\t\ttabindex=\"0\">\n\t\t\t<ibm-icon-close16\n\t\t\t\tclass=\"bx--file-close\"\n\t\t\t\t[ariaLabel]=\"translations.REMOVE_BUTTON\">\n\t\t\t</ibm-icon-close16>\n\t\t</span>\n\t\t<span *ngIf=\"fileItem.state === 'upload'\">\n\t\t\t<ibm-loading size=\"sm\"></ibm-loading>\n\t\t</span>\n\t\t<span\n\t\t\t*ngIf=\"fileItem.state === 'complete'\"\n\t\t\tclass=\"bx--file__state-container\"\n\t\t\ttabindex=\"0\">\n\t\t\t<ibm-icon-checkmark-filled16\n\t\t\t\tclass=\"bx--file-complete\"\n\t\t\t\t[ariaLabel]=\"translations.CHECKMARK\">\n\t\t\t</ibm-icon-checkmark-filled16>\n\t\t</span>\n\t"}]}],"members":{"translations":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":49,"character":2}}]}],"fileItem":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":53,"character":2}}]}],"remove":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":55,"character":2}}]}],"selectedFile":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":57,"character":2},"arguments":["class.bx--file__selected-file"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"../i18n/i18n.module","name":"I18n","line":59,"character":29}]}]}}}}]
1
+ [{"__symbolic":"module","version":4,"metadata":{"File":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":15,"character":1},"arguments":[{"selector":"ibm-file","template":"\n\t\t<p class=\"bx--file-filename\">{{fileItem.file.name}}</p>\n\t\t<span\n\t\t\t*ngIf=\"fileItem.state === 'edit'\"\n\t\t\tclass=\"bx--file__state-container\"\n\t\t\t(click)=\"remove.emit()\"\n\t\t\t(keyup.enter)=\"remove.emit()\"\n\t\t\t(keyup.space)=\"remove.emit()\"\n\t\t\ttabindex=\"0\">\n\t\t\t<ibm-icon-warning-filled16\n\t\t\t\t*ngIf=\"isInvalidText\"\n\t\t\t\tclass=\"bx--file--invalid\">\n\t\t\t</ibm-icon-warning-filled16>\n\t\t\t<ibm-icon-close16\n\t\t\t\tclass=\"bx--file-close\"\n\t\t\t\t[ariaLabel]=\"translations.REMOVE_BUTTON\">\n\t\t\t</ibm-icon-close16>\n\t\t</span>\n\t\t<span *ngIf=\"fileItem.state === 'upload'\">\n\t\t\t<ibm-loading size=\"sm\"></ibm-loading>\n\t\t</span>\n\t\t<span\n\t\t\t*ngIf=\"fileItem.state === 'complete'\"\n\t\t\tclass=\"bx--file__state-container\"\n\t\t\ttabindex=\"0\">\n\t\t\t<ibm-icon-checkmark-filled16\n\t\t\t\tclass=\"bx--file-complete\"\n\t\t\t\t[ariaLabel]=\"translations.CHECKMARK\">\n\t\t\t</ibm-icon-checkmark-filled16>\n\t\t</span>\n\t"}]}],"members":{"translations":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":53,"character":2}}]}],"fileItem":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":57,"character":2}}]}],"remove":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":59,"character":2}}]}],"selectedFile":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":61,"character":2},"arguments":["class.bx--file__selected-file"]}]}],"isInvalidText":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":63,"character":2},"arguments":["class.bx--file__selected-file--invalid"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"../i18n/i18n.module","name":"I18n","line":67,"character":29}]}]}}}}]
@@ -25,19 +25,22 @@
25
25
  * tslint:disable
26
26
  */
27
27
  import * as i0 from "@angular/core";
28
- import * as i1 from "../../../node_modules/@carbon/icons-angular/lib/close/16.ngfactory";
29
- import * as i2 from "@carbon/icons-angular/lib/close/16";
30
- import * as i3 from "../loading/loading.component.ngfactory";
31
- import * as i4 from "../loading/loading.component";
32
- import * as i5 from "../i18n/i18n.service";
33
- import * as i6 from "../../../node_modules/@carbon/icons-angular/lib/checkmark--filled/16.ngfactory";
34
- import * as i7 from "@carbon/icons-angular/lib/checkmark--filled/16";
35
- import * as i8 from "@angular/common";
36
- import * as i9 from "./file.component";
28
+ import * as i1 from "../../../node_modules/@carbon/icons-angular/lib/warning--filled/16.ngfactory";
29
+ import * as i2 from "@carbon/icons-angular/lib/warning--filled/16";
30
+ import * as i3 from "@angular/common";
31
+ import * as i4 from "../../../node_modules/@carbon/icons-angular/lib/close/16.ngfactory";
32
+ import * as i5 from "@carbon/icons-angular/lib/close/16";
33
+ import * as i6 from "../loading/loading.component.ngfactory";
34
+ import * as i7 from "../loading/loading.component";
35
+ import * as i8 from "../i18n/i18n.service";
36
+ import * as i9 from "../../../node_modules/@carbon/icons-angular/lib/checkmark--filled/16.ngfactory";
37
+ import * as i10 from "@carbon/icons-angular/lib/checkmark--filled/16";
38
+ import * as i11 from "./file.component";
37
39
  var styles_File = [];
38
40
  var RenderType_File = i0.ɵcrt({ encapsulation: 2, styles: styles_File, data: {} });
39
41
  export { RenderType_File as RenderType_File };
40
- function View_File_1(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 2, "span", [["class", "bx--file__state-container"], ["tabindex", "0"]], null, [[null, "click"], [null, "keyup.enter"], [null, "keyup.space"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
42
+ function View_File_2(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "ibm-icon-warning-filled16", [["class", "bx--file--invalid"]], null, null, null, i1.View_WarningFilled16_0, i1.RenderType_WarningFilled16)), i0.ɵdid(1, 49152, null, 0, i2.WarningFilled16, [], null, null)], null, null); }
43
+ function View_File_1(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 4, "span", [["class", "bx--file__state-container"], ["tabindex", "0"]], null, [[null, "click"], [null, "keyup.enter"], [null, "keyup.space"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
41
44
  var pd_0 = (_co.remove.emit() !== false);
42
45
  ad = (pd_0 && ad);
43
46
  } if (("keyup.enter" === en)) {
@@ -46,11 +49,11 @@ function View_File_1(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, nul
46
49
  } if (("keyup.space" === en)) {
47
50
  var pd_2 = (_co.remove.emit() !== false);
48
51
  ad = (pd_2 && ad);
49
- } return ad; }, null, null)), (_l()(), i0.ɵeld(1, 0, null, null, 1, "ibm-icon-close16", [["class", "bx--file-close"]], null, null, null, i1.View_Close16_0, i1.RenderType_Close16)), i0.ɵdid(2, 49152, null, 0, i2.Close16, [], { ariaLabel: [0, "ariaLabel"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.translations.REMOVE_BUTTON; _ck(_v, 2, 0, currVal_0); }, null); }
50
- function View_File_2(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 2, "span", [], null, null, null, null, null)), (_l()(), i0.ɵeld(1, 0, null, null, 1, "ibm-loading", [["size", "sm"]], [[2, "bx--loading-overlay", null]], null, null, i3.View_Loading_0, i3.RenderType_Loading)), i0.ɵdid(2, 49152, null, 0, i4.Loading, [i5.I18n], { size: [0, "size"] }, null)], function (_ck, _v) { var currVal_1 = "sm"; _ck(_v, 2, 0, currVal_1); }, function (_ck, _v) { var currVal_0 = i0.ɵnov(_v, 2).overlay; _ck(_v, 1, 0, currVal_0); }); }
51
- function View_File_3(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 2, "span", [["class", "bx--file__state-container"], ["tabindex", "0"]], null, null, null, null, null)), (_l()(), i0.ɵeld(1, 0, null, null, 1, "ibm-icon-checkmark-filled16", [["class", "bx--file-complete"]], null, null, null, i6.View_CheckmarkFilled16_0, i6.RenderType_CheckmarkFilled16)), i0.ɵdid(2, 49152, null, 0, i7.CheckmarkFilled16, [], { ariaLabel: [0, "ariaLabel"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.translations.CHECKMARK; _ck(_v, 2, 0, currVal_0); }, null); }
52
- export function View_File_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "p", [["class", "bx--file-filename"]], null, null, null, null, null)), (_l()(), i0.ɵted(1, null, ["", ""])), (_l()(), i0.ɵand(16777216, null, null, 1, null, View_File_1)), i0.ɵdid(3, 16384, null, 0, i8.NgIf, [i0.ViewContainerRef, i0.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i0.ɵand(16777216, null, null, 1, null, View_File_2)), i0.ɵdid(5, 16384, null, 0, i8.NgIf, [i0.ViewContainerRef, i0.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i0.ɵand(16777216, null, null, 1, null, View_File_3)), i0.ɵdid(7, 16384, null, 0, i8.NgIf, [i0.ViewContainerRef, i0.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_1 = (_co.fileItem.state === "edit"); _ck(_v, 3, 0, currVal_1); var currVal_2 = (_co.fileItem.state === "upload"); _ck(_v, 5, 0, currVal_2); var currVal_3 = (_co.fileItem.state === "complete"); _ck(_v, 7, 0, currVal_3); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.fileItem.file.name; _ck(_v, 1, 0, currVal_0); }); }
53
- export function View_File_Host_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "ibm-file", [], [[2, "bx--file__selected-file", null]], null, null, View_File_0, RenderType_File)), i0.ɵdid(1, 49152, null, 0, i9.File, [i5.I18n], null, null)], null, function (_ck, _v) { var currVal_0 = i0.ɵnov(_v, 1).selectedFile; _ck(_v, 0, 0, currVal_0); }); }
54
- var FileNgFactory = i0.ɵccf("ibm-file", i9.File, View_File_Host_0, { translations: "translations", fileItem: "fileItem" }, { remove: "remove" }, []);
52
+ } return ad; }, null, null)), (_l()(), i0.ɵand(16777216, null, null, 1, null, View_File_2)), i0.ɵdid(2, 16384, null, 0, i3.NgIf, [i0.ViewContainerRef, i0.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i0.ɵeld(3, 0, null, null, 1, "ibm-icon-close16", [["class", "bx--file-close"]], null, null, null, i4.View_Close16_0, i4.RenderType_Close16)), i0.ɵdid(4, 49152, null, 0, i5.Close16, [], { ariaLabel: [0, "ariaLabel"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.isInvalidText; _ck(_v, 2, 0, currVal_0); var currVal_1 = _co.translations.REMOVE_BUTTON; _ck(_v, 4, 0, currVal_1); }, null); }
53
+ function View_File_3(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 2, "span", [], null, null, null, null, null)), (_l()(), i0.ɵeld(1, 0, null, null, 1, "ibm-loading", [["size", "sm"]], [[2, "bx--loading-overlay", null]], null, null, i6.View_Loading_0, i6.RenderType_Loading)), i0.ɵdid(2, 49152, null, 0, i7.Loading, [i8.I18n], { size: [0, "size"] }, null)], function (_ck, _v) { var currVal_1 = "sm"; _ck(_v, 2, 0, currVal_1); }, function (_ck, _v) { var currVal_0 = i0.ɵnov(_v, 2).overlay; _ck(_v, 1, 0, currVal_0); }); }
54
+ function View_File_4(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 2, "span", [["class", "bx--file__state-container"], ["tabindex", "0"]], null, null, null, null, null)), (_l()(), i0.ɵeld(1, 0, null, null, 1, "ibm-icon-checkmark-filled16", [["class", "bx--file-complete"]], null, null, null, i9.View_CheckmarkFilled16_0, i9.RenderType_CheckmarkFilled16)), i0.ɵdid(2, 49152, null, 0, i10.CheckmarkFilled16, [], { ariaLabel: [0, "ariaLabel"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.translations.CHECKMARK; _ck(_v, 2, 0, currVal_0); }, null); }
55
+ export function View_File_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "p", [["class", "bx--file-filename"]], null, null, null, null, null)), (_l()(), i0.ɵted(1, null, ["", ""])), (_l()(), i0.ɵand(16777216, null, null, 1, null, View_File_1)), i0.ɵdid(3, 16384, null, 0, i3.NgIf, [i0.ViewContainerRef, i0.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i0.ɵand(16777216, null, null, 1, null, View_File_3)), i0.ɵdid(5, 16384, null, 0, i3.NgIf, [i0.ViewContainerRef, i0.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i0.ɵand(16777216, null, null, 1, null, View_File_4)), i0.ɵdid(7, 16384, null, 0, i3.NgIf, [i0.ViewContainerRef, i0.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_1 = (_co.fileItem.state === "edit"); _ck(_v, 3, 0, currVal_1); var currVal_2 = (_co.fileItem.state === "upload"); _ck(_v, 5, 0, currVal_2); var currVal_3 = (_co.fileItem.state === "complete"); _ck(_v, 7, 0, currVal_3); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.fileItem.file.name; _ck(_v, 1, 0, currVal_0); }); }
56
+ export function View_File_Host_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "ibm-file", [], [[2, "bx--file__selected-file", null], [2, "bx--file__selected-file--invalid", null]], null, null, View_File_0, RenderType_File)), i0.ɵdid(1, 49152, null, 0, i11.File, [i8.I18n], null, null)], null, function (_ck, _v) { var currVal_0 = i0.ɵnov(_v, 1).selectedFile; var currVal_1 = i0.ɵnov(_v, 1).isInvalidText; _ck(_v, 0, 0, currVal_0, currVal_1); }); }
57
+ var FileNgFactory = i0.ɵccf("ibm-file", i11.File, View_File_Host_0, { translations: "translations", fileItem: "fileItem" }, { remove: "remove" }, []);
55
58
  export { FileNgFactory as FileNgFactory };
56
59
  //# sourceMappingURL=file.component.ngfactory.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"file.component.ngfactory.js","sourceRoot":"","sources":["../src/file-uploader/file.component.ngfactory.ts","../src/file-uploader/file.component.ts.File.html"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;+CCEE,wOAMc,YAHb;;wBAAuB;MACvB;;wBAA6B;MAC7B;;wBAA6B;MAL9B,wBAMc,KACb,sOAE0C,iDAAzC,mBAAwC,6BAFzC,YAE0C,EAAzC,SAAwC;+CAG1C,6EAA0C,KACzC,+OAAuB,yBAAV,oBAAS,EAAtB,YAAuB,EAAV,SAAS,2BAAtB,+DAAuB;+CAExB,sIAGc,KACb,kRAEsC,iDAArC,mBAAoC,yBAFrC,YAEsC,EAArC,SAAoC;sDAtBtC,wGAA6B,KAAA,gCAAsB,MACnD,oKAMc,IAMd,oKAA0C,IAG1C,oKAGc,iDAjBb,8CAAiC,GADlC,YAMc,EALb,SAAiC,GAW5B,gDAAmC,GAAzC,YAA0C,EAApC,SAAmC,GAIxC,kDAAqC,GADtC,YAGc,EAFb,SAAqC,mDAjBT,+DAAsB","sourcesContent":["import * as i0 from '@angular/core';\ni0.ComponentFactory;\n","\n\t\t<p class=\"bx--file-filename\">{{fileItem.file.name}}</p>\n\t\t<span\n\t\t\t*ngIf=\"fileItem.state === 'edit'\"\n\t\t\tclass=\"bx--file__state-container\"\n\t\t\t(click)=\"remove.emit()\"\n\t\t\t(keyup.enter)=\"remove.emit()\"\n\t\t\t(keyup.space)=\"remove.emit()\"\n\t\t\ttabindex=\"0\">\n\t\t\t<ibm-icon-close16\n\t\t\t\tclass=\"bx--file-close\"\n\t\t\t\t[ariaLabel]=\"translations.REMOVE_BUTTON\">\n\t\t\t</ibm-icon-close16>\n\t\t</span>\n\t\t<span *ngIf=\"fileItem.state === 'upload'\">\n\t\t\t<ibm-loading size=\"sm\"></ibm-loading>\n\t\t</span>\n\t\t<span\n\t\t\t*ngIf=\"fileItem.state === 'complete'\"\n\t\t\tclass=\"bx--file__state-container\"\n\t\t\ttabindex=\"0\">\n\t\t\t<ibm-icon-checkmark-filled16\n\t\t\t\tclass=\"bx--file-complete\"\n\t\t\t\t[ariaLabel]=\"translations.CHECKMARK\">\n\t\t\t</ibm-icon-checkmark-filled16>\n\t\t</span>\n\t"]}
1
+ {"version":3,"file":"file.component.ngfactory.js","sourceRoot":"","sources":["../src/file-uploader/file.component.ngfactory.ts","../src/file-uploader/file.component.ts.File.html"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;+CCSG,+OAE2B;+CAT5B,wOAMc,YAHb;;wBAAuB;MACvB;;wBAA6B;MAC7B;;wBAA6B;MAL9B,wBAMc,KACb,oKAE2B,IAE3B,sOAE0C,iDALzC,mBAAqB,gBADtB,YAE2B,EAD1B,SAAqB,GAKrB,mBAAwC,6BAFzC,YAE0C,EAAzC,SAAwC;+CAG1C,6EAA0C,KACzC,+OAAuB,yBAAV,oBAAS,EAAtB,YAAuB,EAAV,SAAS,2BAAtB,+DAAuB;+CAExB,sIAGc,KACb,mRAEsC,iDAArC,mBAAoC,yBAFrC,YAEsC,EAArC,SAAoC;sDA1BtC,wGAA6B,KAAA,gCAAsB,MACnD,oKAMc,IAUd,oKAA0C,IAG1C,oKAGc,iDArBb,8CAAiC,GADlC,YAMc,EALb,SAAiC,GAe5B,gDAAmC,GAAzC,YAA0C,EAApC,SAAmC,GAIxC,kDAAqC,GADtC,YAGc,EAFb,SAAqC,mDArBT,+DAAsB","sourcesContent":["import * as i0 from '@angular/core';\ni0.ComponentFactory;\n","\n\t\t<p class=\"bx--file-filename\">{{fileItem.file.name}}</p>\n\t\t<span\n\t\t\t*ngIf=\"fileItem.state === 'edit'\"\n\t\t\tclass=\"bx--file__state-container\"\n\t\t\t(click)=\"remove.emit()\"\n\t\t\t(keyup.enter)=\"remove.emit()\"\n\t\t\t(keyup.space)=\"remove.emit()\"\n\t\t\ttabindex=\"0\">\n\t\t\t<ibm-icon-warning-filled16\n\t\t\t\t*ngIf=\"isInvalidText\"\n\t\t\t\tclass=\"bx--file--invalid\">\n\t\t\t</ibm-icon-warning-filled16>\n\t\t\t<ibm-icon-close16\n\t\t\t\tclass=\"bx--file-close\"\n\t\t\t\t[ariaLabel]=\"translations.REMOVE_BUTTON\">\n\t\t\t</ibm-icon-close16>\n\t\t</span>\n\t\t<span *ngIf=\"fileItem.state === 'upload'\">\n\t\t\t<ibm-loading size=\"sm\"></ibm-loading>\n\t\t</span>\n\t\t<span\n\t\t\t*ngIf=\"fileItem.state === 'complete'\"\n\t\t\tclass=\"bx--file__state-container\"\n\t\t\ttabindex=\"0\">\n\t\t\t<ibm-icon-checkmark-filled16\n\t\t\t\tclass=\"bx--file-complete\"\n\t\t\t\t[ariaLabel]=\"translations.CHECKMARK\">\n\t\t\t</ibm-icon-checkmark-filled16>\n\t\t</span>\n\t"]}
@@ -1 +1 @@
1
- {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"translations":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"fileItem":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"remove":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"selectedFile":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":3,"members":[]},"arguments":["class.bx--file__selected-file"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":4,"members":[]}]}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":5,"members":[]}}}}],"lifecycleHooks":[]},"isComponent":true,"selector":"ibm-file","exportAs":null,"inputs":{"translations":"translations","fileItem":"fileItem"},"outputs":{"remove":"remove"},"hostListeners":{},"hostProperties":{"class.bx--file__selected-file":"selectedFile"},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":2},"componentViewType":{"__symbol":6,"members":[]},"rendererType":{"__symbol":7,"members":[]},"componentFactory":{"__symbol":8,"members":[]}}}],"symbols":[{"__symbol":0,"name":"File","filePath":"./file.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"Output","filePath":"@angular/core"},{"__symbol":3,"name":"HostBinding","filePath":"@angular/core"},{"__symbol":4,"name":"I18n","filePath":"../i18n/i18n.module"},{"__symbol":5,"name":"I18n","filePath":"../i18n/i18n.service"},{"__symbol":6,"name":"View_File_0","filePath":"./file.component.ngfactory"},{"__symbol":7,"name":"RenderType_File","filePath":"./file.component.ngfactory"},{"__symbol":8,"name":"FileNgFactory","filePath":"./file.component.ngfactory"}]}
1
+ {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"translations":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"fileItem":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"remove":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"selectedFile":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":3,"members":[]},"arguments":["class.bx--file__selected-file"]}]}],"isInvalidText":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":3,"members":[]},"arguments":["class.bx--file__selected-file--invalid"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":4,"members":[]}]}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":5,"members":[]}}}}],"lifecycleHooks":[]},"isComponent":true,"selector":"ibm-file","exportAs":null,"inputs":{"translations":"translations","fileItem":"fileItem"},"outputs":{"remove":"remove"},"hostListeners":{},"hostProperties":{"class.bx--file__selected-file":"selectedFile","class.bx--file__selected-file--invalid":"isInvalidText"},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":2},"componentViewType":{"__symbol":6,"members":[]},"rendererType":{"__symbol":7,"members":[]},"componentFactory":{"__symbol":8,"members":[]}}}],"symbols":[{"__symbol":0,"name":"File","filePath":"./file.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"Output","filePath":"@angular/core"},{"__symbol":3,"name":"HostBinding","filePath":"@angular/core"},{"__symbol":4,"name":"I18n","filePath":"../i18n/i18n.module"},{"__symbol":5,"name":"I18n","filePath":"../i18n/i18n.service"},{"__symbol":6,"name":"View_File_0","filePath":"./file.component.ngfactory"},{"__symbol":7,"name":"RenderType_File","filePath":"./file.component.ngfactory"},{"__symbol":8,"name":"FileNgFactory","filePath":"./file.component.ngfactory"}]}
@@ -1 +1 @@
1
- {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbol":1,"members":[]}},{"symbol":{"__symbol":2,"members":[]},"metadata":{"__symbol":3,"members":[]}},{"symbol":{"__symbol":4,"members":[]},"metadata":{"__symbol":5,"members":[]}},{"symbol":{"__symbol":6,"members":[]},"metadata":{"__symbol":7,"members":[]}},{"symbol":{"__symbol":8,"members":[]},"metadata":{"__symbol":9,"members":[]}},{"symbol":{"__symbol":10,"members":[]},"metadata":{"__symbol":11,"members":[]}},{"symbol":{"__symbol":12,"members":[]},"metadata":{"__symbol":13,"members":[]}},{"symbol":{"__symbol":14,"members":[]},"metadata":{"__symbol":15,"members":[]}},{"symbol":{"__symbol":16,"members":[]},"metadata":{"__symbol":17,"members":[]}},{"symbol":{"__symbol":18,"members":[]},"metadata":{"__symbol":19,"members":[]}},{"symbol":{"__symbol":20,"members":[]},"metadata":{"__symbol":21,"members":[]}},{"symbol":{"__symbol":22,"members":[]},"metadata":{"__symbol":23,"members":[]}},{"symbol":{"__symbol":24,"members":[]},"metadata":{"__symbol":25,"members":[]}},{"symbol":{"__symbol":26,"members":[]},"metadata":{"__symbol":27,"members":[]}},{"symbol":{"__symbol":28,"members":[]},"metadata":{"__symbol":29,"members":[]}},{"symbol":{"__symbol":30,"members":[]},"metadata":{"__symbol":31,"members":[]}},{"symbol":{"__symbol":32,"members":[]},"metadata":{"__symbol":33,"members":[]}},{"symbol":{"__symbol":34,"members":[]},"metadata":{"__symbol":35,"members":[]}},{"symbol":{"__symbol":36,"members":[]},"metadata":{"__symbol":37,"members":[]}},{"symbol":{"__symbol":38,"members":[]},"metadata":{"__symbol":39,"members":[]}},{"symbol":{"__symbol":40,"members":[]},"metadata":{"__symbol":41,"members":[]}},{"symbol":{"__symbol":42,"members":[]},"metadata":{"__symbol":43,"members":[]}},{"symbol":{"__symbol":44,"members":[]},"metadata":{"__symbol":45,"members":[]}},{"symbol":{"__symbol":46,"members":[]},"metadata":{"__symbol":47,"members":[]}},{"symbol":{"__symbol":48,"members":[]},"metadata":{"__symbol":49,"members":[]}},{"symbol":{"__symbol":50,"members":[]},"metadata":{"__symbol":51,"members":[]}},{"symbol":{"__symbol":52,"members":[]},"metadata":{"__symbol":53,"members":[]}},{"symbol":{"__symbol":54,"members":[]},"metadata":{"__symbol":55,"members":[]}},{"symbol":{"__symbol":56,"members":[]},"metadata":{"__symbol":57,"members":[]}},{"symbol":{"__symbol":58,"members":[]},"metadata":{"__symbol":59,"members":[]}},{"symbol":{"__symbol":60,"members":[]},"metadata":{"__symbol":61,"members":[]}},{"symbol":{"__symbol":62,"members":[]},"metadata":{"__symbol":63,"members":[]}},{"symbol":{"__symbol":64,"members":[]},"metadata":{"__symbol":65,"members":[]}},{"symbol":{"__symbol":66,"members":[]},"metadata":{"__symbol":67,"members":[]}},{"symbol":{"__symbol":68,"members":[]},"metadata":{"__symbol":69,"members":[]}},{"symbol":{"__symbol":70,"members":[]},"metadata":{"__symbol":71,"members":[]}},{"symbol":{"__symbol":72,"members":[]},"metadata":{"__symbol":73,"members":[]}},{"symbol":{"__symbol":74,"members":[]},"metadata":{"__symbol":75,"members":[]}},{"symbol":{"__symbol":76,"members":[]},"metadata":{"__symbol":77,"members":[]}},{"symbol":{"__symbol":78,"members":[]},"metadata":{"__symbol":79,"members":[]}},{"symbol":{"__symbol":80,"members":[]},"metadata":{"__symbol":81,"members":[]}},{"symbol":{"__symbol":82,"members":[]},"metadata":{"__symbol":83,"members":[]}},{"symbol":{"__symbol":84,"members":[]},"metadata":{"__symbol":85,"members":[]}},{"symbol":{"__symbol":86,"members":[]},"metadata":{"__symbol":87,"members":[]}},{"symbol":{"__symbol":88,"members":[]},"metadata":{"__symbol":89,"members":[]}},{"symbol":{"__symbol":90,"members":[]},"metadata":{"__symbol":91,"members":[]}},{"symbol":{"__symbol":92,"members":[]},"metadata":{"__symbol":93,"members":[]}},{"symbol":{"__symbol":94,"members":[]},"metadata":{"__symbol":95,"members":[]}},{"symbol":{"__symbol":96,"members":[]},"metadata":{"__symbol":97,"members":[]}},{"symbol":{"__symbol":98,"members":[]},"metadata":{"__symbol":99,"members":[]}},{"symbol":{"__symbol":100,"members":[]},"metadata":{"__symbol":101,"members":[]}},{"symbol":{"__symbol":102,"members":[]},"metadata":{"__symbol":103,"members":[]}},{"symbol":{"__symbol":104,"members":[]},"metadata":{"__symbol":105,"members":[]}},{"symbol":{"__symbol":106,"members":[]},"metadata":{"__symbol":107,"members":[]}},{"symbol":{"__symbol":108,"members":[]},"metadata":{"__symbol":109,"members":[]}},{"symbol":{"__symbol":110,"members":[]},"metadata":{"__symbol":111,"members":[]}},{"symbol":{"__symbol":112,"members":[]},"metadata":{"__symbol":113,"members":[]}},{"symbol":{"__symbol":114,"members":[]},"metadata":{"__symbol":115,"members":[]}},{"symbol":{"__symbol":116,"members":[]},"metadata":{"__symbol":117,"members":[]}},{"symbol":{"__symbol":118,"members":[]},"metadata":{"__symbol":119,"members":[]}},{"symbol":{"__symbol":120,"members":[]},"metadata":{"__symbol":121,"members":[]}},{"symbol":{"__symbol":122,"members":[]},"metadata":{"__symbol":123,"members":[]}},{"symbol":{"__symbol":124,"members":[]},"metadata":{"__symbol":125,"members":[]}},{"symbol":{"__symbol":126,"members":[]},"metadata":{"__symbol":127,"members":[]}},{"symbol":{"__symbol":128,"members":[]},"metadata":{"__symbol":129,"members":[]}},{"symbol":{"__symbol":130,"members":[]},"metadata":{"__symbol":131,"members":[]}},{"symbol":{"__symbol":132,"members":[]},"metadata":{"__symbol":133,"members":[]}},{"symbol":{"__symbol":134,"members":[]},"metadata":{"__symbol":135,"members":[]}},{"symbol":{"__symbol":136,"members":[]},"metadata":{"__symbol":137,"members":[]}},{"symbol":{"__symbol":138,"members":[]},"metadata":{"__symbol":139,"members":[]}},{"symbol":{"__symbol":140,"members":[]},"metadata":{"__symbol":141,"members":[]}},{"symbol":{"__symbol":142,"members":[]},"metadata":{"__symbol":143,"members":[]}},{"symbol":{"__symbol":144,"members":[]},"metadata":{"__symbol":145,"members":[]}},{"symbol":{"__symbol":146,"members":[]},"metadata":{"__symbol":147,"members":[]}},{"symbol":{"__symbol":148,"members":[]},"metadata":{"__symbol":149,"members":[]}},{"symbol":{"__symbol":150,"members":[]},"metadata":{"__symbol":151,"members":[]}},{"symbol":{"__symbol":152,"members":[]},"metadata":{"__symbol":153,"members":[]}},{"symbol":{"__symbol":154,"members":[]},"metadata":{"__symbol":155,"members":[]}},{"symbol":{"__symbol":156,"members":[]},"metadata":{"__symbol":157,"members":[]}},{"symbol":{"__symbol":158,"members":[]},"metadata":{"__symbol":159,"members":[]}},{"symbol":{"__symbol":160,"members":[]},"metadata":{"__symbol":161,"members":[]}},{"symbol":{"__symbol":162,"members":[]},"metadata":{"__symbol":163,"members":[]}},{"symbol":{"__symbol":164,"members":[]},"metadata":{"__symbol":165,"members":[]}},{"symbol":{"__symbol":166,"members":[]},"metadata":{"__symbol":167,"members":[]}},{"symbol":{"__symbol":168,"members":[]},"metadata":{"__symbol":169,"members":[]}},{"symbol":{"__symbol":170,"members":[]},"metadata":{"__symbol":171,"members":[]}},{"symbol":{"__symbol":172,"members":[]},"metadata":{"__symbol":173,"members":[]}},{"symbol":{"__symbol":174,"members":[]},"metadata":{"__symbol":175,"members":[]}},{"symbol":{"__symbol":176,"members":[]},"metadata":{"__symbol":177,"members":[]}},{"symbol":{"__symbol":178,"members":[]},"metadata":{"__symbol":179,"members":[]}},{"symbol":{"__symbol":180,"members":[]},"metadata":{"__symbol":181,"members":[]}},{"symbol":{"__symbol":182,"members":[]},"metadata":{"__symbol":183,"members":[]}},{"symbol":{"__symbol":184,"members":[]},"metadata":{"__symbol":185,"members":[]}},{"symbol":{"__symbol":186,"members":[]},"metadata":{"__symbol":187,"members":[]}},{"symbol":{"__symbol":188,"members":[]},"metadata":{"__symbol":189,"members":[]}},{"symbol":{"__symbol":190,"members":[]},"metadata":{"__symbol":191,"members":[]}},{"symbol":{"__symbol":192,"members":[]},"metadata":{"__symbol":193,"members":[]}},{"symbol":{"__symbol":194,"members":[]},"metadata":{"__symbol":195,"members":[]}},{"symbol":{"__symbol":196,"members":[]},"metadata":{"__symbol":197,"members":[]}},{"symbol":{"__symbol":198,"members":[]},"metadata":{"__symbol":199,"members":[]}},{"symbol":{"__symbol":200,"members":[]},"metadata":{"__symbol":201,"members":[]}},{"symbol":{"__symbol":202,"members":[]},"metadata":{"__symbol":203,"members":[]}},{"symbol":{"__symbol":204,"members":[]},"metadata":{"__symbol":205,"members":[]}},{"symbol":{"__symbol":206,"members":[]},"metadata":{"__symbol":207,"members":[]}},{"symbol":{"__symbol":208,"members":[]},"metadata":{"__symbol":209,"members":[]}},{"symbol":{"__symbol":210,"members":[]},"metadata":{"__symbol":211,"members":[]}},{"symbol":{"__symbol":212,"members":[]},"metadata":{"__symbol":213,"members":[]}},{"symbol":{"__symbol":214,"members":[]},"metadata":{"__symbol":215,"members":[]}},{"symbol":{"__symbol":216,"members":[]},"metadata":{"__symbol":217,"members":[]}},{"symbol":{"__symbol":218,"members":[]},"metadata":{"__symbol":219,"members":[]}},{"symbol":{"__symbol":220,"members":[]},"metadata":{"__symbol":221,"members":[]}},{"symbol":{"__symbol":222,"members":[]},"metadata":{"__symbol":223,"members":[]}},{"symbol":{"__symbol":224,"members":[]},"metadata":{"__symbol":225,"members":[]}},{"symbol":{"__symbol":226,"members":[]},"metadata":{"__symbol":227,"members":[]}},{"symbol":{"__symbol":228,"members":[]},"metadata":{"__symbol":229,"members":[]}},{"symbol":{"__symbol":230,"members":[]},"metadata":{"__symbol":231,"members":[]}},{"symbol":{"__symbol":232,"members":[]},"metadata":{"__symbol":233,"members":[]}},{"symbol":{"__symbol":234,"members":[]},"metadata":{"__symbol":235,"members":[]}},{"symbol":{"__symbol":236,"members":[]},"metadata":{"__symbol":237,"members":[]}},{"symbol":{"__symbol":238,"members":[]},"metadata":{"__symbol":239,"members":[]}},{"symbol":{"__symbol":240,"members":[]},"metadata":{"__symbol":241,"members":[]}},{"symbol":{"__symbol":242,"members":[]},"metadata":{"__symbol":243,"members":[]}},{"symbol":{"__symbol":244,"members":[]},"metadata":{"__symbol":245,"members":[]}},{"symbol":{"__symbol":246,"members":[]},"metadata":{"__symbol":247,"members":[]}},{"symbol":{"__symbol":248,"members":[]},"metadata":{"__symbol":249,"members":[]}},{"symbol":{"__symbol":250,"members":[]},"metadata":{"__symbol":251,"members":[]}},{"symbol":{"__symbol":252,"members":[]},"metadata":{"__symbol":253,"members":[]}},{"symbol":{"__symbol":254,"members":[]},"metadata":{"__symbol":255,"members":[]}},{"symbol":{"__symbol":256,"members":[]},"metadata":{"__symbol":257,"members":[]}},{"symbol":{"__symbol":258,"members":[]},"metadata":{"__symbol":259,"members":[]}},{"symbol":{"__symbol":260,"members":[]},"metadata":{"__symbol":261,"members":[]}},{"symbol":{"__symbol":262,"members":[]},"metadata":{"__symbol":263,"members":[]}},{"symbol":{"__symbol":264,"members":[]},"metadata":{"__symbol":265,"members":[]}},{"symbol":{"__symbol":266,"members":[]},"metadata":{"__symbol":267,"members":[]}},{"symbol":{"__symbol":268,"members":[]},"metadata":{"__symbol":269,"members":[]}},{"symbol":{"__symbol":270,"members":[]},"metadata":{"__symbol":271,"members":[]}},{"symbol":{"__symbol":272,"members":[]},"metadata":{"__symbol":273,"members":[]}},{"symbol":{"__symbol":274,"members":[]},"metadata":{"__symbol":275,"members":[]}},{"symbol":{"__symbol":276,"members":[]},"metadata":{"__symbol":277,"members":[]}},{"symbol":{"__symbol":278,"members":[]},"metadata":{"__symbol":279,"members":[]}},{"symbol":{"__symbol":280,"members":[]},"metadata":{"__symbol":281,"members":[]}},{"symbol":{"__symbol":282,"members":[]},"metadata":{"__symbol":283,"members":[]}},{"symbol":{"__symbol":284,"members":[]},"metadata":{"__symbol":285,"members":[]}},{"symbol":{"__symbol":286,"members":[]},"metadata":{"__symbol":287,"members":[]}},{"symbol":{"__symbol":288,"members":[]},"metadata":{"__symbol":289,"members":[]}},{"symbol":{"__symbol":290,"members":[]},"metadata":{"__symbol":291,"members":[]}},{"symbol":{"__symbol":292,"members":[]},"metadata":{"__symbol":293,"members":[]}},{"symbol":{"__symbol":294,"members":[]},"metadata":{"__symbol":295,"members":[]}},{"symbol":{"__symbol":296,"members":[]},"metadata":{"__symbol":297,"members":[]}},{"symbol":{"__symbol":298,"members":[]},"metadata":{"__symbol":299,"members":[]}},{"symbol":{"__symbol":300,"members":[]},"metadata":{"__symbol":301,"members":[]}},{"symbol":{"__symbol":302,"members":[]},"metadata":{"__symbol":303,"members":[]}},{"symbol":{"__symbol":304,"members":[]},"metadata":{"__symbol":305,"members":[]}},{"symbol":{"__symbol":306,"members":[]},"metadata":{"__symbol":307,"members":[]}},{"symbol":{"__symbol":308,"members":[]},"metadata":{"__symbol":309,"members":[]}},{"symbol":{"__symbol":310,"members":[]},"metadata":{"__symbol":311,"members":[]}},{"symbol":{"__symbol":312,"members":[]},"metadata":{"__symbol":313,"members":[]}},{"symbol":{"__symbol":314,"members":[]},"metadata":{"__symbol":315,"members":[]}},{"symbol":{"__symbol":316,"members":[]},"metadata":{"__symbol":317,"members":[]}},{"symbol":{"__symbol":318,"members":[]},"metadata":{"__symbol":319,"members":[]}},{"symbol":{"__symbol":320,"members":[]},"metadata":{"__symbol":321,"members":[]}}],"symbols":[{"__symbol":0,"name":"Accordion","filePath":"./index"},{"__symbol":1,"name":"Accordion","filePath":"./accordion/accordion.module"},{"__symbol":2,"name":"AccordionItem","filePath":"./index"},{"__symbol":3,"name":"AccordionItem","filePath":"./accordion/accordion.module"},{"__symbol":4,"name":"AccordionModule","filePath":"./index"},{"__symbol":5,"name":"AccordionModule","filePath":"./accordion/accordion.module"},{"__symbol":6,"name":"Breadcrumb","filePath":"./index"},{"__symbol":7,"name":"Breadcrumb","filePath":"./breadcrumb/breadcrumb.module"},{"__symbol":8,"name":"BreadcrumbItemComponent","filePath":"./index"},{"__symbol":9,"name":"BreadcrumbItemComponent","filePath":"./breadcrumb/breadcrumb.module"},{"__symbol":10,"name":"BreadcrumbItem","filePath":"./index"},{"__symbol":11,"name":"BreadcrumbItem","filePath":"./breadcrumb/breadcrumb.module"},{"__symbol":12,"name":"BreadcrumbModule","filePath":"./index"},{"__symbol":13,"name":"BreadcrumbModule","filePath":"./breadcrumb/breadcrumb.module"},{"__symbol":14,"name":"Button","filePath":"./index"},{"__symbol":15,"name":"Button","filePath":"./button/button.module"},{"__symbol":16,"name":"ButtonModule","filePath":"./index"},{"__symbol":17,"name":"ButtonModule","filePath":"./forms/forms.module"},{"__symbol":18,"name":"Checkbox","filePath":"./index"},{"__symbol":19,"name":"Checkbox","filePath":"./checkbox/checkbox.module"},{"__symbol":20,"name":"CheckboxModule","filePath":"./index"},{"__symbol":21,"name":"CheckboxModule","filePath":"./forms/forms.module"},{"__symbol":22,"name":"CodeSnippet","filePath":"./index"},{"__symbol":23,"name":"CodeSnippet","filePath":"./code-snippet/code-snippet.module"},{"__symbol":24,"name":"CodeSnippetModule","filePath":"./index"},{"__symbol":25,"name":"CodeSnippetModule","filePath":"./code-snippet/code-snippet.module"},{"__symbol":26,"name":"ComboBox","filePath":"./index"},{"__symbol":27,"name":"ComboBox","filePath":"./combobox/combobox.module"},{"__symbol":28,"name":"ComboBoxModule","filePath":"./index"},{"__symbol":29,"name":"ComboBoxModule","filePath":"./combobox/combobox.module"},{"__symbol":30,"name":"ContentSwitcher","filePath":"./index"},{"__symbol":31,"name":"ContentSwitcher","filePath":"./content-switcher/content-switcher.module"},{"__symbol":32,"name":"ContentSwitcherOption","filePath":"./index"},{"__symbol":33,"name":"ContentSwitcherOption","filePath":"./content-switcher/content-switcher.module"},{"__symbol":34,"name":"ContentSwitcherModule","filePath":"./index"},{"__symbol":35,"name":"ContentSwitcherModule","filePath":"./content-switcher/content-switcher.module"},{"__symbol":36,"name":"DatePickerModule","filePath":"./index"},{"__symbol":37,"name":"DatePickerModule","filePath":"./datepicker/datepicker.module"},{"__symbol":38,"name":"DialogService","filePath":"./index"},{"__symbol":39,"name":"DialogService","filePath":"./dialog/dialog.module"},{"__symbol":40,"name":"Dialog","filePath":"./index"},{"__symbol":41,"name":"Dialog","filePath":"./dialog/dialog.module"},{"__symbol":42,"name":"DialogDirective","filePath":"./index"},{"__symbol":43,"name":"DialogDirective","filePath":"./dialog/dialog.module"},{"__symbol":44,"name":"DialogPlaceholder","filePath":"./index"},{"__symbol":45,"name":"DialogPlaceholder","filePath":"./dialog/dialog.module"},{"__symbol":46,"name":"Tooltip","filePath":"./index"},{"__symbol":47,"name":"Tooltip","filePath":"./dialog/dialog.module"},{"__symbol":48,"name":"TooltipDefinition","filePath":"./index"},{"__symbol":49,"name":"TooltipDefinition","filePath":"./dialog/dialog.module"},{"__symbol":50,"name":"TooltipIcon","filePath":"./index"},{"__symbol":51,"name":"TooltipIcon","filePath":"./dialog/dialog.module"},{"__symbol":52,"name":"TooltipDirective","filePath":"./index"},{"__symbol":53,"name":"TooltipDirective","filePath":"./dialog/dialog.module"},{"__symbol":54,"name":"EllipsisTooltip","filePath":"./index"},{"__symbol":55,"name":"EllipsisTooltip","filePath":"./dialog/dialog.module"},{"__symbol":56,"name":"OverflowMenu","filePath":"./index"},{"__symbol":57,"name":"OverflowMenu","filePath":"./dialog/dialog.module"},{"__symbol":58,"name":"OverflowMenuPane","filePath":"./index"},{"__symbol":59,"name":"OverflowMenuPane","filePath":"./dialog/dialog.module"},{"__symbol":60,"name":"OverflowMenuDirective","filePath":"./index"},{"__symbol":61,"name":"OverflowMenuDirective","filePath":"./dialog/dialog.module"},{"__symbol":62,"name":"OverflowMenuOption","filePath":"./index"},{"__symbol":63,"name":"OverflowMenuOption","filePath":"./dialog/dialog.module"},{"__symbol":64,"name":"DialogModule","filePath":"./index"},{"__symbol":65,"name":"DialogModule","filePath":"./dialog/dialog.module"},{"__symbol":66,"name":"Documentation","filePath":"./index"},{"__symbol":67,"name":"Documentation","filePath":"./documentation-component/documentation.module"},{"__symbol":68,"name":"DocumentationModule","filePath":"./index"},{"__symbol":69,"name":"DocumentationModule","filePath":"./documentation-component/documentation.module"},{"__symbol":70,"name":"Dropdown","filePath":"./index"},{"__symbol":71,"name":"Dropdown","filePath":"./dropdown/dropdown.module"},{"__symbol":72,"name":"DropdownList","filePath":"./index"},{"__symbol":73,"name":"DropdownList","filePath":"./dropdown/dropdown.module"},{"__symbol":74,"name":"ScrollableList","filePath":"./index"},{"__symbol":75,"name":"ScrollableList","filePath":"./dropdown/dropdown.module"},{"__symbol":76,"name":"AbstractDropdownView","filePath":"./index"},{"__symbol":77,"name":"AbstractDropdownView","filePath":"./dropdown/dropdown.module"},{"__symbol":78,"name":"ListItem","filePath":"./index"},{"__symbol":79,"name":"ListItem","filePath":"./dropdown/dropdown.module"},{"__symbol":80,"name":"DropdownService","filePath":"./index"},{"__symbol":81,"name":"DropdownService","filePath":"./dropdown/dropdown.module"},{"__symbol":82,"name":"DropdownModule","filePath":"./index"},{"__symbol":83,"name":"DropdownModule","filePath":"./dropdown/dropdown.module"},{"__symbol":84,"name":"EXPERIMENTAL_SERVICE_PROVIDER_FACTORY","filePath":"./index"},{"__symbol":85,"name":"EXPERIMENTAL_SERVICE_PROVIDER_FACTORY","filePath":"./experimental.module"},{"__symbol":86,"name":"EXPERIMENTAL_SERVICE_PROVIDER","filePath":"./index"},{"__symbol":87,"name":"EXPERIMENTAL_SERVICE_PROVIDER","filePath":"./experimental.module"},{"__symbol":88,"name":"ExperimentalModule","filePath":"./index"},{"__symbol":89,"name":"ExperimentalModule","filePath":"./experimental.module"},{"__symbol":90,"name":"ExperimentalService","filePath":"./index"},{"__symbol":91,"name":"ExperimentalService","filePath":"./experimental.module"},{"__symbol":92,"name":"FileUploader","filePath":"./index"},{"__symbol":93,"name":"FileUploader","filePath":"./file-uploader/file-uploader.module"},{"__symbol":94,"name":"FileUploaderModule","filePath":"./index"},{"__symbol":95,"name":"FileUploaderModule","filePath":"./file-uploader/file-uploader.module"},{"__symbol":96,"name":"ToggleModule","filePath":"./index"},{"__symbol":97,"name":"ToggleModule","filePath":"./forms/forms.module"},{"__symbol":98,"name":"RadioModule","filePath":"./index"},{"__symbol":99,"name":"RadioModule","filePath":"./radio/radio.module"},{"__symbol":100,"name":"InputModule","filePath":"./index"},{"__symbol":101,"name":"InputModule","filePath":"./input/input.module"},{"__symbol":102,"name":"NFormsModule","filePath":"./index"},{"__symbol":103,"name":"NFormsModule","filePath":"./forms/forms.module"},{"__symbol":104,"name":"GridModule","filePath":"./index"},{"__symbol":105,"name":"GridModule","filePath":"./grid/grid.module"},{"__symbol":106,"name":"I18n","filePath":"./index"},{"__symbol":107,"name":"I18n","filePath":"./i18n/i18n.module"},{"__symbol":108,"name":"replace","filePath":"./index"},{"__symbol":109,"name":"replace","filePath":"./i18n/i18n.module"},{"__symbol":110,"name":"Overridable","filePath":"./index"},{"__symbol":111,"name":"Overridable","filePath":"./i18n/i18n.module"},{"__symbol":112,"name":"ReplacePipe","filePath":"./index"},{"__symbol":113,"name":"ReplacePipe","filePath":"./i18n/i18n.module"},{"__symbol":114,"name":"I18N_SERVICE_PROVIDER_FACTORY","filePath":"./index"},{"__symbol":115,"name":"I18N_SERVICE_PROVIDER_FACTORY","filePath":"./i18n/i18n.module"},{"__symbol":116,"name":"I18N_SERVICE_PROVIDER","filePath":"./index"},{"__symbol":117,"name":"I18N_SERVICE_PROVIDER","filePath":"./i18n/i18n.module"},{"__symbol":118,"name":"I18nModule","filePath":"./index"},{"__symbol":119,"name":"I18nModule","filePath":"./i18n/i18n.module"},{"__symbol":120,"name":"InlineLoading","filePath":"./index"},{"__symbol":121,"name":"InlineLoading","filePath":"./inline-loading/inline-loading.module"},{"__symbol":122,"name":"InlineLoadingModule","filePath":"./index"},{"__symbol":123,"name":"InlineLoadingModule","filePath":"./inline-loading/inline-loading.module"},{"__symbol":124,"name":"TextInput","filePath":"./index"},{"__symbol":125,"name":"TextInput","filePath":"./input/input.module"},{"__symbol":126,"name":"Label","filePath":"./index"},{"__symbol":127,"name":"Label","filePath":"./input/input.module"},{"__symbol":128,"name":"Link","filePath":"./index"},{"__symbol":129,"name":"Link","filePath":"./link/link.module"},{"__symbol":130,"name":"LinkModule","filePath":"./index"},{"__symbol":131,"name":"LinkModule","filePath":"./link/link.module"},{"__symbol":132,"name":"ListModule","filePath":"./index"},{"__symbol":133,"name":"ListModule","filePath":"./list/list.module"},{"__symbol":134,"name":"ListItemDirective","filePath":"./index"},{"__symbol":135,"name":"ListItemDirective","filePath":"./list/list.module"},{"__symbol":136,"name":"List","filePath":"./index"},{"__symbol":137,"name":"List","filePath":"./list/list.module"},{"__symbol":138,"name":"Loading","filePath":"./index"},{"__symbol":139,"name":"Loading","filePath":"./loading/loading.module"},{"__symbol":140,"name":"LoadingModule","filePath":"./index"},{"__symbol":141,"name":"LoadingModule","filePath":"./loading/loading.module"},{"__symbol":142,"name":"Modal","filePath":"./index"},{"__symbol":143,"name":"Modal","filePath":"./modal/modal.module"},{"__symbol":144,"name":"ModalService","filePath":"./index"},{"__symbol":145,"name":"ModalService","filePath":"./modal/modal.module"},{"__symbol":146,"name":"AlertModalType","filePath":"./index"},{"__symbol":147,"name":"AlertModalType","filePath":"./modal/modal.module"},{"__symbol":148,"name":"AlertModalData","filePath":"./index"},{"__symbol":149,"name":"AlertModalData","filePath":"./modal/modal.module"},{"__symbol":150,"name":"ModalButtonType","filePath":"./index"},{"__symbol":151,"name":"ModalButtonType","filePath":"./modal/modal.module"},{"__symbol":152,"name":"ModalButton","filePath":"./index"},{"__symbol":153,"name":"ModalButton","filePath":"./modal/modal.module"},{"__symbol":154,"name":"BaseModal","filePath":"./index"},{"__symbol":155,"name":"BaseModal","filePath":"./modal/modal.module"},{"__symbol":156,"name":"ModalModule","filePath":"./index"},{"__symbol":157,"name":"ModalModule","filePath":"./modal/modal.module"},{"__symbol":158,"name":"NotificationService","filePath":"./index"},{"__symbol":159,"name":"NotificationService","filePath":"./notification/notification.module"},{"__symbol":160,"name":"NotificationDisplayService","filePath":"./index"},{"__symbol":161,"name":"NotificationDisplayService","filePath":"./notification/notification.module"},{"__symbol":162,"name":"Notification","filePath":"./index"},{"__symbol":163,"name":"Notification","filePath":"./notification/notification.module"},{"__symbol":164,"name":"Toast","filePath":"./index"},{"__symbol":165,"name":"Toast","filePath":"./notification/notification.module"},{"__symbol":166,"name":"NotificationModule","filePath":"./index"},{"__symbol":167,"name":"NotificationModule","filePath":"./notification/notification.module"},{"__symbol":168,"name":"NumberModule","filePath":"./index"},{"__symbol":169,"name":"NumberModule","filePath":"./number-input/number.module"},{"__symbol":170,"name":"Number","filePath":"./index"},{"__symbol":171,"name":"Number","filePath":"./number-input/number.module"},{"__symbol":172,"name":"PaginationModel","filePath":"./index"},{"__symbol":173,"name":"PaginationModel","filePath":"./pagination/pagination.module"},{"__symbol":174,"name":"Pagination","filePath":"./index"},{"__symbol":175,"name":"Pagination","filePath":"./pagination/pagination.module"},{"__symbol":176,"name":"PaginationModule","filePath":"./index"},{"__symbol":177,"name":"PaginationModule","filePath":"./pagination/pagination.module"},{"__symbol":178,"name":"Placeholder","filePath":"./index"},{"__symbol":179,"name":"Placeholder","filePath":"./placeholder/placeholder.module"},{"__symbol":180,"name":"PlaceholderService","filePath":"./index"},{"__symbol":181,"name":"PlaceholderService","filePath":"./placeholder/placeholder.module"},{"__symbol":182,"name":"PLACEHOLDER_SERVICE_PROVIDER_FACTORY","filePath":"./index"},{"__symbol":183,"name":"PLACEHOLDER_SERVICE_PROVIDER_FACTORY","filePath":"./placeholder/placeholder.module"},{"__symbol":184,"name":"PLACEHOLDER_SERVICE_PROVIDER","filePath":"./index"},{"__symbol":185,"name":"PLACEHOLDER_SERVICE_PROVIDER","filePath":"./placeholder/placeholder.module"},{"__symbol":186,"name":"PlaceholderModule","filePath":"./index"},{"__symbol":187,"name":"PlaceholderModule","filePath":"./placeholder/placeholder.module"},{"__symbol":188,"name":"ProgressIndicator","filePath":"./index"},{"__symbol":189,"name":"ProgressIndicator","filePath":"./progress-indicator/progress-indicator.module"},{"__symbol":190,"name":"ProgressIndicatorModule","filePath":"./index"},{"__symbol":191,"name":"ProgressIndicatorModule","filePath":"./progress-indicator/progress-indicator.module"},{"__symbol":192,"name":"Radio","filePath":"./index"},{"__symbol":193,"name":"Radio","filePath":"./radio/radio.module"},{"__symbol":194,"name":"RadioGroup","filePath":"./index"},{"__symbol":195,"name":"RadioGroup","filePath":"./radio/radio.module"},{"__symbol":196,"name":"RadioChange","filePath":"./index"},{"__symbol":197,"name":"RadioChange","filePath":"./radio/radio.module"},{"__symbol":198,"name":"SearchModule","filePath":"./index"},{"__symbol":199,"name":"SearchModule","filePath":"./search/search.module"},{"__symbol":200,"name":"Search","filePath":"./index"},{"__symbol":201,"name":"Search","filePath":"./search/search.module"},{"__symbol":202,"name":"SelectModule","filePath":"./index"},{"__symbol":203,"name":"SelectModule","filePath":"./select/select.module"},{"__symbol":204,"name":"Select","filePath":"./index"},{"__symbol":205,"name":"Select","filePath":"./select/select.module"},{"__symbol":206,"name":"Option","filePath":"./index"},{"__symbol":207,"name":"Option","filePath":"./select/select.module"},{"__symbol":208,"name":"OptGroup","filePath":"./index"},{"__symbol":209,"name":"OptGroup","filePath":"./select/select.module"},{"__symbol":210,"name":"SliderModule","filePath":"./index"},{"__symbol":211,"name":"SliderModule","filePath":"./slider/slider.module"},{"__symbol":212,"name":"Slider","filePath":"./index"},{"__symbol":213,"name":"Slider","filePath":"./slider/slider.module"},{"__symbol":214,"name":"StructuredListModule","filePath":"./index"},{"__symbol":215,"name":"StructuredListModule","filePath":"./structured-list/structured-list.module"},{"__symbol":216,"name":"StructuredList","filePath":"./index"},{"__symbol":217,"name":"StructuredList","filePath":"./structured-list/structured-list.module"},{"__symbol":218,"name":"ListRow","filePath":"./index"},{"__symbol":219,"name":"ListRow","filePath":"./structured-list/structured-list.module"},{"__symbol":220,"name":"ListHeader","filePath":"./index"},{"__symbol":221,"name":"ListHeader","filePath":"./structured-list/structured-list.module"},{"__symbol":222,"name":"ListColumn","filePath":"./index"},{"__symbol":223,"name":"ListColumn","filePath":"./structured-list/structured-list.module"},{"__symbol":224,"name":"Table","filePath":"./index"},{"__symbol":225,"name":"Table","filePath":"./table/table.module"},{"__symbol":226,"name":"TableModel","filePath":"./index"},{"__symbol":227,"name":"TableModel","filePath":"./table/table.module"},{"__symbol":228,"name":"TableItem","filePath":"./index"},{"__symbol":229,"name":"TableItem","filePath":"./table/table.module"},{"__symbol":230,"name":"TableHeaderItem","filePath":"./index"},{"__symbol":231,"name":"TableHeaderItem","filePath":"./table/table.module"},{"__symbol":232,"name":"TableToolbar","filePath":"./index"},{"__symbol":233,"name":"TableToolbar","filePath":"./table/table.module"},{"__symbol":234,"name":"TableContainer","filePath":"./index"},{"__symbol":235,"name":"TableContainer","filePath":"./table/table.module"},{"__symbol":236,"name":"TableHeader","filePath":"./index"},{"__symbol":237,"name":"TableHeader","filePath":"./table/table.module"},{"__symbol":238,"name":"TableHeaderTitle","filePath":"./index"},{"__symbol":239,"name":"TableHeaderTitle","filePath":"./table/table.module"},{"__symbol":240,"name":"TableHeaderDescription","filePath":"./index"},{"__symbol":241,"name":"TableHeaderDescription","filePath":"./table/table.module"},{"__symbol":242,"name":"TableToolbarActions","filePath":"./index"},{"__symbol":243,"name":"TableToolbarActions","filePath":"./table/table.module"},{"__symbol":244,"name":"TableToolbarSearch","filePath":"./index"},{"__symbol":245,"name":"TableToolbarSearch","filePath":"./table/table.module"},{"__symbol":246,"name":"TableToolbarContent","filePath":"./index"},{"__symbol":247,"name":"TableToolbarContent","filePath":"./table/table.module"},{"__symbol":248,"name":"DataGridFocus","filePath":"./index"},{"__symbol":249,"name":"DataGridFocus","filePath":"./table/table.module"},{"__symbol":250,"name":"ExpandedRowHover","filePath":"./index"},{"__symbol":251,"name":"ExpandedRowHover","filePath":"./table/table.module"},{"__symbol":252,"name":"TableModule","filePath":"./index"},{"__symbol":253,"name":"TableModule","filePath":"./table/table.module"},{"__symbol":254,"name":"Tabs","filePath":"./index"},{"__symbol":255,"name":"Tabs","filePath":"./tabs/tabs.module"},{"__symbol":256,"name":"Tab","filePath":"./index"},{"__symbol":257,"name":"Tab","filePath":"./tabs/tabs.module"},{"__symbol":258,"name":"TabHeaders","filePath":"./index"},{"__symbol":259,"name":"TabHeaders","filePath":"./tabs/tabs.module"},{"__symbol":260,"name":"TabsModule","filePath":"./index"},{"__symbol":261,"name":"TabsModule","filePath":"./tabs/tabs.module"},{"__symbol":262,"name":"TagType","filePath":"./index"},{"__symbol":263,"name":"TagType","filePath":"./tag/tag.module"},{"__symbol":264,"name":"Tag","filePath":"./index"},{"__symbol":265,"name":"Tag","filePath":"./tag/tag.module"},{"__symbol":266,"name":"TagModule","filePath":"./index"},{"__symbol":267,"name":"TagModule","filePath":"./tag/tag.module"},{"__symbol":268,"name":"Tile","filePath":"./index"},{"__symbol":269,"name":"Tile","filePath":"./tiles/tiles.module"},{"__symbol":270,"name":"ClickableTile","filePath":"./index"},{"__symbol":271,"name":"ClickableTile","filePath":"./tiles/tiles.module"},{"__symbol":272,"name":"ExpandableTile","filePath":"./index"},{"__symbol":273,"name":"ExpandableTile","filePath":"./tiles/tiles.module"},{"__symbol":274,"name":"SelectionTile","filePath":"./index"},{"__symbol":275,"name":"SelectionTile","filePath":"./tiles/tiles.module"},{"__symbol":276,"name":"TileGroup","filePath":"./index"},{"__symbol":277,"name":"TileGroup","filePath":"./tiles/tiles.module"},{"__symbol":278,"name":"TilesModule","filePath":"./index"},{"__symbol":279,"name":"TilesModule","filePath":"./tiles/tiles.module"},{"__symbol":280,"name":"TimePickerModule","filePath":"./index"},{"__symbol":281,"name":"TimePickerModule","filePath":"./timepicker/timepicker.module"},{"__symbol":282,"name":"TimePickerSelectModule","filePath":"./index"},{"__symbol":283,"name":"TimePickerSelectModule","filePath":"./timepicker-select/timepicker-select.module"},{"__symbol":284,"name":"Header","filePath":"./index"},{"__symbol":285,"name":"Header","filePath":"./ui-shell/ui-shell.module"},{"__symbol":286,"name":"HeaderItem","filePath":"./index"},{"__symbol":287,"name":"HeaderItem","filePath":"./ui-shell/ui-shell.module"},{"__symbol":288,"name":"HeaderMenu","filePath":"./index"},{"__symbol":289,"name":"HeaderMenu","filePath":"./ui-shell/ui-shell.module"},{"__symbol":290,"name":"HeaderNavigation","filePath":"./index"},{"__symbol":291,"name":"HeaderNavigation","filePath":"./ui-shell/ui-shell.module"},{"__symbol":292,"name":"HeaderGlobal","filePath":"./index"},{"__symbol":293,"name":"HeaderGlobal","filePath":"./ui-shell/ui-shell.module"},{"__symbol":294,"name":"HeaderAction","filePath":"./index"},{"__symbol":295,"name":"HeaderAction","filePath":"./ui-shell/ui-shell.module"},{"__symbol":296,"name":"Hamburger","filePath":"./index"},{"__symbol":297,"name":"Hamburger","filePath":"./ui-shell/ui-shell.module"},{"__symbol":298,"name":"HeaderModule","filePath":"./index"},{"__symbol":299,"name":"HeaderModule","filePath":"./ui-shell/ui-shell.module"},{"__symbol":300,"name":"SideNav","filePath":"./index"},{"__symbol":301,"name":"SideNav","filePath":"./ui-shell/ui-shell.module"},{"__symbol":302,"name":"SideNavHeader","filePath":"./index"},{"__symbol":303,"name":"SideNavHeader","filePath":"./ui-shell/ui-shell.module"},{"__symbol":304,"name":"SideNavItem","filePath":"./index"},{"__symbol":305,"name":"SideNavItem","filePath":"./ui-shell/ui-shell.module"},{"__symbol":306,"name":"SideNavMenu","filePath":"./index"},{"__symbol":307,"name":"SideNavMenu","filePath":"./ui-shell/ui-shell.module"},{"__symbol":308,"name":"SideNavModule","filePath":"./index"},{"__symbol":309,"name":"SideNavModule","filePath":"./ui-shell/ui-shell.module"},{"__symbol":310,"name":"Panel","filePath":"./index"},{"__symbol":311,"name":"Panel","filePath":"./ui-shell/ui-shell.module"},{"__symbol":312,"name":"ProductSwitcher","filePath":"./index"},{"__symbol":313,"name":"ProductSwitcher","filePath":"./ui-shell/ui-shell.module"},{"__symbol":314,"name":"SwitcherList","filePath":"./index"},{"__symbol":315,"name":"SwitcherList","filePath":"./ui-shell/ui-shell.module"},{"__symbol":316,"name":"SwitcherListItem","filePath":"./index"},{"__symbol":317,"name":"SwitcherListItem","filePath":"./ui-shell/ui-shell.module"},{"__symbol":318,"name":"PanelModule","filePath":"./index"},{"__symbol":319,"name":"PanelModule","filePath":"./ui-shell/ui-shell.module"},{"__symbol":320,"name":"UIShellModule","filePath":"./index"},{"__symbol":321,"name":"UIShellModule","filePath":"./ui-shell/ui-shell.module"}]}
1
+ {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbol":1,"members":[]}},{"symbol":{"__symbol":2,"members":[]},"metadata":{"__symbol":3,"members":[]}},{"symbol":{"__symbol":4,"members":[]},"metadata":{"__symbol":5,"members":[]}},{"symbol":{"__symbol":6,"members":[]},"metadata":{"__symbol":7,"members":[]}},{"symbol":{"__symbol":8,"members":[]},"metadata":{"__symbol":9,"members":[]}},{"symbol":{"__symbol":10,"members":[]},"metadata":{"__symbol":11,"members":[]}},{"symbol":{"__symbol":12,"members":[]},"metadata":{"__symbol":13,"members":[]}},{"symbol":{"__symbol":14,"members":[]},"metadata":{"__symbol":15,"members":[]}},{"symbol":{"__symbol":16,"members":[]},"metadata":{"__symbol":17,"members":[]}},{"symbol":{"__symbol":18,"members":[]},"metadata":{"__symbol":19,"members":[]}},{"symbol":{"__symbol":20,"members":[]},"metadata":{"__symbol":21,"members":[]}},{"symbol":{"__symbol":22,"members":[]},"metadata":{"__symbol":23,"members":[]}},{"symbol":{"__symbol":24,"members":[]},"metadata":{"__symbol":25,"members":[]}},{"symbol":{"__symbol":26,"members":[]},"metadata":{"__symbol":27,"members":[]}},{"symbol":{"__symbol":28,"members":[]},"metadata":{"__symbol":29,"members":[]}},{"symbol":{"__symbol":30,"members":[]},"metadata":{"__symbol":31,"members":[]}},{"symbol":{"__symbol":32,"members":[]},"metadata":{"__symbol":33,"members":[]}},{"symbol":{"__symbol":34,"members":[]},"metadata":{"__symbol":35,"members":[]}},{"symbol":{"__symbol":36,"members":[]},"metadata":{"__symbol":37,"members":[]}},{"symbol":{"__symbol":38,"members":[]},"metadata":{"__symbol":39,"members":[]}},{"symbol":{"__symbol":40,"members":[]},"metadata":{"__symbol":41,"members":[]}},{"symbol":{"__symbol":42,"members":[]},"metadata":{"__symbol":43,"members":[]}},{"symbol":{"__symbol":44,"members":[]},"metadata":{"__symbol":45,"members":[]}},{"symbol":{"__symbol":46,"members":[]},"metadata":{"__symbol":47,"members":[]}},{"symbol":{"__symbol":48,"members":[]},"metadata":{"__symbol":49,"members":[]}},{"symbol":{"__symbol":50,"members":[]},"metadata":{"__symbol":51,"members":[]}},{"symbol":{"__symbol":52,"members":[]},"metadata":{"__symbol":53,"members":[]}},{"symbol":{"__symbol":54,"members":[]},"metadata":{"__symbol":55,"members":[]}},{"symbol":{"__symbol":56,"members":[]},"metadata":{"__symbol":57,"members":[]}},{"symbol":{"__symbol":58,"members":[]},"metadata":{"__symbol":59,"members":[]}},{"symbol":{"__symbol":60,"members":[]},"metadata":{"__symbol":61,"members":[]}},{"symbol":{"__symbol":62,"members":[]},"metadata":{"__symbol":63,"members":[]}},{"symbol":{"__symbol":64,"members":[]},"metadata":{"__symbol":65,"members":[]}},{"symbol":{"__symbol":66,"members":[]},"metadata":{"__symbol":67,"members":[]}},{"symbol":{"__symbol":68,"members":[]},"metadata":{"__symbol":69,"members":[]}},{"symbol":{"__symbol":70,"members":[]},"metadata":{"__symbol":71,"members":[]}},{"symbol":{"__symbol":72,"members":[]},"metadata":{"__symbol":73,"members":[]}},{"symbol":{"__symbol":74,"members":[]},"metadata":{"__symbol":75,"members":[]}},{"symbol":{"__symbol":76,"members":[]},"metadata":{"__symbol":77,"members":[]}},{"symbol":{"__symbol":78,"members":[]},"metadata":{"__symbol":79,"members":[]}},{"symbol":{"__symbol":80,"members":[]},"metadata":{"__symbol":81,"members":[]}},{"symbol":{"__symbol":82,"members":[]},"metadata":{"__symbol":83,"members":[]}},{"symbol":{"__symbol":84,"members":[]},"metadata":{"__symbol":85,"members":[]}},{"symbol":{"__symbol":86,"members":[]},"metadata":{"__symbol":87,"members":[]}},{"symbol":{"__symbol":88,"members":[]},"metadata":{"__symbol":89,"members":[]}},{"symbol":{"__symbol":90,"members":[]},"metadata":{"__symbol":91,"members":[]}},{"symbol":{"__symbol":92,"members":[]},"metadata":{"__symbol":93,"members":[]}},{"symbol":{"__symbol":94,"members":[]},"metadata":{"__symbol":95,"members":[]}},{"symbol":{"__symbol":96,"members":[]},"metadata":{"__symbol":97,"members":[]}},{"symbol":{"__symbol":98,"members":[]},"metadata":{"__symbol":99,"members":[]}},{"symbol":{"__symbol":100,"members":[]},"metadata":{"__symbol":101,"members":[]}},{"symbol":{"__symbol":102,"members":[]},"metadata":{"__symbol":103,"members":[]}},{"symbol":{"__symbol":104,"members":[]},"metadata":{"__symbol":105,"members":[]}},{"symbol":{"__symbol":106,"members":[]},"metadata":{"__symbol":107,"members":[]}},{"symbol":{"__symbol":108,"members":[]},"metadata":{"__symbol":109,"members":[]}},{"symbol":{"__symbol":110,"members":[]},"metadata":{"__symbol":111,"members":[]}},{"symbol":{"__symbol":112,"members":[]},"metadata":{"__symbol":113,"members":[]}},{"symbol":{"__symbol":114,"members":[]},"metadata":{"__symbol":115,"members":[]}},{"symbol":{"__symbol":116,"members":[]},"metadata":{"__symbol":117,"members":[]}},{"symbol":{"__symbol":118,"members":[]},"metadata":{"__symbol":119,"members":[]}},{"symbol":{"__symbol":120,"members":[]},"metadata":{"__symbol":121,"members":[]}},{"symbol":{"__symbol":122,"members":[]},"metadata":{"__symbol":123,"members":[]}},{"symbol":{"__symbol":124,"members":[]},"metadata":{"__symbol":125,"members":[]}},{"symbol":{"__symbol":126,"members":[]},"metadata":{"__symbol":127,"members":[]}},{"symbol":{"__symbol":128,"members":[]},"metadata":{"__symbol":129,"members":[]}},{"symbol":{"__symbol":130,"members":[]},"metadata":{"__symbol":131,"members":[]}},{"symbol":{"__symbol":132,"members":[]},"metadata":{"__symbol":133,"members":[]}},{"symbol":{"__symbol":134,"members":[]},"metadata":{"__symbol":135,"members":[]}},{"symbol":{"__symbol":136,"members":[]},"metadata":{"__symbol":137,"members":[]}},{"symbol":{"__symbol":138,"members":[]},"metadata":{"__symbol":139,"members":[]}},{"symbol":{"__symbol":140,"members":[]},"metadata":{"__symbol":141,"members":[]}},{"symbol":{"__symbol":142,"members":[]},"metadata":{"__symbol":143,"members":[]}},{"symbol":{"__symbol":144,"members":[]},"metadata":{"__symbol":145,"members":[]}},{"symbol":{"__symbol":146,"members":[]},"metadata":{"__symbol":147,"members":[]}},{"symbol":{"__symbol":148,"members":[]},"metadata":{"__symbol":149,"members":[]}},{"symbol":{"__symbol":150,"members":[]},"metadata":{"__symbol":151,"members":[]}},{"symbol":{"__symbol":152,"members":[]},"metadata":{"__symbol":153,"members":[]}},{"symbol":{"__symbol":154,"members":[]},"metadata":{"__symbol":155,"members":[]}},{"symbol":{"__symbol":156,"members":[]},"metadata":{"__symbol":157,"members":[]}},{"symbol":{"__symbol":158,"members":[]},"metadata":{"__symbol":159,"members":[]}},{"symbol":{"__symbol":160,"members":[]},"metadata":{"__symbol":161,"members":[]}},{"symbol":{"__symbol":162,"members":[]},"metadata":{"__symbol":163,"members":[]}},{"symbol":{"__symbol":164,"members":[]},"metadata":{"__symbol":165,"members":[]}},{"symbol":{"__symbol":166,"members":[]},"metadata":{"__symbol":167,"members":[]}},{"symbol":{"__symbol":168,"members":[]},"metadata":{"__symbol":169,"members":[]}},{"symbol":{"__symbol":170,"members":[]},"metadata":{"__symbol":171,"members":[]}},{"symbol":{"__symbol":172,"members":[]},"metadata":{"__symbol":173,"members":[]}},{"symbol":{"__symbol":174,"members":[]},"metadata":{"__symbol":175,"members":[]}},{"symbol":{"__symbol":176,"members":[]},"metadata":{"__symbol":177,"members":[]}},{"symbol":{"__symbol":178,"members":[]},"metadata":{"__symbol":179,"members":[]}},{"symbol":{"__symbol":180,"members":[]},"metadata":{"__symbol":181,"members":[]}},{"symbol":{"__symbol":182,"members":[]},"metadata":{"__symbol":183,"members":[]}},{"symbol":{"__symbol":184,"members":[]},"metadata":{"__symbol":185,"members":[]}},{"symbol":{"__symbol":186,"members":[]},"metadata":{"__symbol":187,"members":[]}},{"symbol":{"__symbol":188,"members":[]},"metadata":{"__symbol":189,"members":[]}},{"symbol":{"__symbol":190,"members":[]},"metadata":{"__symbol":191,"members":[]}},{"symbol":{"__symbol":192,"members":[]},"metadata":{"__symbol":193,"members":[]}},{"symbol":{"__symbol":194,"members":[]},"metadata":{"__symbol":195,"members":[]}},{"symbol":{"__symbol":196,"members":[]},"metadata":{"__symbol":197,"members":[]}},{"symbol":{"__symbol":198,"members":[]},"metadata":{"__symbol":199,"members":[]}},{"symbol":{"__symbol":200,"members":[]},"metadata":{"__symbol":201,"members":[]}},{"symbol":{"__symbol":202,"members":[]},"metadata":{"__symbol":203,"members":[]}},{"symbol":{"__symbol":204,"members":[]},"metadata":{"__symbol":205,"members":[]}},{"symbol":{"__symbol":206,"members":[]},"metadata":{"__symbol":207,"members":[]}},{"symbol":{"__symbol":208,"members":[]},"metadata":{"__symbol":209,"members":[]}},{"symbol":{"__symbol":210,"members":[]},"metadata":{"__symbol":211,"members":[]}},{"symbol":{"__symbol":212,"members":[]},"metadata":{"__symbol":213,"members":[]}},{"symbol":{"__symbol":214,"members":[]},"metadata":{"__symbol":215,"members":[]}},{"symbol":{"__symbol":216,"members":[]},"metadata":{"__symbol":217,"members":[]}},{"symbol":{"__symbol":218,"members":[]},"metadata":{"__symbol":219,"members":[]}},{"symbol":{"__symbol":220,"members":[]},"metadata":{"__symbol":221,"members":[]}},{"symbol":{"__symbol":222,"members":[]},"metadata":{"__symbol":223,"members":[]}},{"symbol":{"__symbol":224,"members":[]},"metadata":{"__symbol":225,"members":[]}},{"symbol":{"__symbol":226,"members":[]},"metadata":{"__symbol":227,"members":[]}},{"symbol":{"__symbol":228,"members":[]},"metadata":{"__symbol":229,"members":[]}},{"symbol":{"__symbol":230,"members":[]},"metadata":{"__symbol":231,"members":[]}},{"symbol":{"__symbol":232,"members":[]},"metadata":{"__symbol":233,"members":[]}},{"symbol":{"__symbol":234,"members":[]},"metadata":{"__symbol":235,"members":[]}},{"symbol":{"__symbol":236,"members":[]},"metadata":{"__symbol":237,"members":[]}},{"symbol":{"__symbol":238,"members":[]},"metadata":{"__symbol":239,"members":[]}},{"symbol":{"__symbol":240,"members":[]},"metadata":{"__symbol":241,"members":[]}},{"symbol":{"__symbol":242,"members":[]},"metadata":{"__symbol":243,"members":[]}},{"symbol":{"__symbol":244,"members":[]},"metadata":{"__symbol":245,"members":[]}},{"symbol":{"__symbol":246,"members":[]},"metadata":{"__symbol":247,"members":[]}},{"symbol":{"__symbol":248,"members":[]},"metadata":{"__symbol":249,"members":[]}},{"symbol":{"__symbol":250,"members":[]},"metadata":{"__symbol":251,"members":[]}},{"symbol":{"__symbol":252,"members":[]},"metadata":{"__symbol":253,"members":[]}},{"symbol":{"__symbol":254,"members":[]},"metadata":{"__symbol":255,"members":[]}},{"symbol":{"__symbol":256,"members":[]},"metadata":{"__symbol":257,"members":[]}},{"symbol":{"__symbol":258,"members":[]},"metadata":{"__symbol":259,"members":[]}},{"symbol":{"__symbol":260,"members":[]},"metadata":{"__symbol":261,"members":[]}},{"symbol":{"__symbol":262,"members":[]},"metadata":{"__symbol":263,"members":[]}},{"symbol":{"__symbol":264,"members":[]},"metadata":{"__symbol":265,"members":[]}},{"symbol":{"__symbol":266,"members":[]},"metadata":{"__symbol":267,"members":[]}},{"symbol":{"__symbol":268,"members":[]},"metadata":{"__symbol":269,"members":[]}},{"symbol":{"__symbol":270,"members":[]},"metadata":{"__symbol":271,"members":[]}},{"symbol":{"__symbol":272,"members":[]},"metadata":{"__symbol":273,"members":[]}},{"symbol":{"__symbol":274,"members":[]},"metadata":{"__symbol":275,"members":[]}},{"symbol":{"__symbol":276,"members":[]},"metadata":{"__symbol":277,"members":[]}},{"symbol":{"__symbol":278,"members":[]},"metadata":{"__symbol":279,"members":[]}},{"symbol":{"__symbol":280,"members":[]},"metadata":{"__symbol":281,"members":[]}},{"symbol":{"__symbol":282,"members":[]},"metadata":{"__symbol":283,"members":[]}},{"symbol":{"__symbol":284,"members":[]},"metadata":{"__symbol":285,"members":[]}},{"symbol":{"__symbol":286,"members":[]},"metadata":{"__symbol":287,"members":[]}},{"symbol":{"__symbol":288,"members":[]},"metadata":{"__symbol":289,"members":[]}},{"symbol":{"__symbol":290,"members":[]},"metadata":{"__symbol":291,"members":[]}},{"symbol":{"__symbol":292,"members":[]},"metadata":{"__symbol":293,"members":[]}},{"symbol":{"__symbol":294,"members":[]},"metadata":{"__symbol":295,"members":[]}},{"symbol":{"__symbol":296,"members":[]},"metadata":{"__symbol":297,"members":[]}},{"symbol":{"__symbol":298,"members":[]},"metadata":{"__symbol":299,"members":[]}},{"symbol":{"__symbol":300,"members":[]},"metadata":{"__symbol":301,"members":[]}},{"symbol":{"__symbol":302,"members":[]},"metadata":{"__symbol":303,"members":[]}},{"symbol":{"__symbol":304,"members":[]},"metadata":{"__symbol":305,"members":[]}},{"symbol":{"__symbol":306,"members":[]},"metadata":{"__symbol":307,"members":[]}},{"symbol":{"__symbol":308,"members":[]},"metadata":{"__symbol":309,"members":[]}},{"symbol":{"__symbol":310,"members":[]},"metadata":{"__symbol":311,"members":[]}},{"symbol":{"__symbol":312,"members":[]},"metadata":{"__symbol":313,"members":[]}},{"symbol":{"__symbol":314,"members":[]},"metadata":{"__symbol":315,"members":[]}},{"symbol":{"__symbol":316,"members":[]},"metadata":{"__symbol":317,"members":[]}},{"symbol":{"__symbol":318,"members":[]},"metadata":{"__symbol":319,"members":[]}},{"symbol":{"__symbol":320,"members":[]},"metadata":{"__symbol":321,"members":[]}},{"symbol":{"__symbol":322,"members":[]},"metadata":{"__symbol":323,"members":[]}},{"symbol":{"__symbol":324,"members":[]},"metadata":{"__symbol":325,"members":[]}},{"symbol":{"__symbol":326,"members":[]},"metadata":{"__symbol":327,"members":[]}},{"symbol":{"__symbol":328,"members":[]},"metadata":{"__symbol":329,"members":[]}},{"symbol":{"__symbol":330,"members":[]},"metadata":{"__symbol":331,"members":[]}},{"symbol":{"__symbol":332,"members":[]},"metadata":{"__symbol":333,"members":[]}},{"symbol":{"__symbol":334,"members":[]},"metadata":{"__symbol":335,"members":[]}},{"symbol":{"__symbol":336,"members":[]},"metadata":{"__symbol":337,"members":[]}},{"symbol":{"__symbol":338,"members":[]},"metadata":{"__symbol":339,"members":[]}},{"symbol":{"__symbol":340,"members":[]},"metadata":{"__symbol":341,"members":[]}},{"symbol":{"__symbol":342,"members":[]},"metadata":{"__symbol":343,"members":[]}},{"symbol":{"__symbol":344,"members":[]},"metadata":{"__symbol":345,"members":[]}},{"symbol":{"__symbol":346,"members":[]},"metadata":{"__symbol":347,"members":[]}},{"symbol":{"__symbol":348,"members":[]},"metadata":{"__symbol":349,"members":[]}},{"symbol":{"__symbol":350,"members":[]},"metadata":{"__symbol":351,"members":[]}},{"symbol":{"__symbol":352,"members":[]},"metadata":{"__symbol":353,"members":[]}},{"symbol":{"__symbol":354,"members":[]},"metadata":{"__symbol":355,"members":[]}}],"symbols":[{"__symbol":0,"name":"Accordion","filePath":"./index"},{"__symbol":1,"name":"Accordion","filePath":"./accordion/accordion.module"},{"__symbol":2,"name":"AccordionItem","filePath":"./index"},{"__symbol":3,"name":"AccordionItem","filePath":"./accordion/accordion.module"},{"__symbol":4,"name":"AccordionModule","filePath":"./index"},{"__symbol":5,"name":"AccordionModule","filePath":"./accordion/accordion.module"},{"__symbol":6,"name":"Breadcrumb","filePath":"./index"},{"__symbol":7,"name":"Breadcrumb","filePath":"./breadcrumb/breadcrumb.module"},{"__symbol":8,"name":"BreadcrumbItemComponent","filePath":"./index"},{"__symbol":9,"name":"BreadcrumbItemComponent","filePath":"./breadcrumb/breadcrumb.module"},{"__symbol":10,"name":"BreadcrumbItem","filePath":"./index"},{"__symbol":11,"name":"BreadcrumbItem","filePath":"./breadcrumb/breadcrumb.module"},{"__symbol":12,"name":"BreadcrumbModule","filePath":"./index"},{"__symbol":13,"name":"BreadcrumbModule","filePath":"./breadcrumb/breadcrumb.module"},{"__symbol":14,"name":"Button","filePath":"./index"},{"__symbol":15,"name":"Button","filePath":"./button/button.module"},{"__symbol":16,"name":"ButtonModule","filePath":"./index"},{"__symbol":17,"name":"ButtonModule","filePath":"./forms/forms.module"},{"__symbol":18,"name":"Checkbox","filePath":"./index"},{"__symbol":19,"name":"Checkbox","filePath":"./checkbox/checkbox.module"},{"__symbol":20,"name":"CheckboxModule","filePath":"./index"},{"__symbol":21,"name":"CheckboxModule","filePath":"./forms/forms.module"},{"__symbol":22,"name":"CodeSnippet","filePath":"./index"},{"__symbol":23,"name":"CodeSnippet","filePath":"./code-snippet/code-snippet.module"},{"__symbol":24,"name":"CodeSnippetModule","filePath":"./index"},{"__symbol":25,"name":"CodeSnippetModule","filePath":"./code-snippet/code-snippet.module"},{"__symbol":26,"name":"ComboBox","filePath":"./index"},{"__symbol":27,"name":"ComboBox","filePath":"./combobox/combobox.module"},{"__symbol":28,"name":"ComboBoxModule","filePath":"./index"},{"__symbol":29,"name":"ComboBoxModule","filePath":"./combobox/combobox.module"},{"__symbol":30,"name":"ContentSwitcher","filePath":"./index"},{"__symbol":31,"name":"ContentSwitcher","filePath":"./content-switcher/content-switcher.module"},{"__symbol":32,"name":"ContentSwitcherOption","filePath":"./index"},{"__symbol":33,"name":"ContentSwitcherOption","filePath":"./content-switcher/content-switcher.module"},{"__symbol":34,"name":"ContentSwitcherModule","filePath":"./index"},{"__symbol":35,"name":"ContentSwitcherModule","filePath":"./content-switcher/content-switcher.module"},{"__symbol":36,"name":"DatePickerModule","filePath":"./index"},{"__symbol":37,"name":"DatePickerModule","filePath":"./datepicker/datepicker.module"},{"__symbol":38,"name":"DialogService","filePath":"./index"},{"__symbol":39,"name":"DialogService","filePath":"./dialog/dialog.module"},{"__symbol":40,"name":"Dialog","filePath":"./index"},{"__symbol":41,"name":"Dialog","filePath":"./dialog/dialog.module"},{"__symbol":42,"name":"DialogDirective","filePath":"./index"},{"__symbol":43,"name":"DialogDirective","filePath":"./dialog/dialog.module"},{"__symbol":44,"name":"DialogPlaceholder","filePath":"./index"},{"__symbol":45,"name":"DialogPlaceholder","filePath":"./dialog/dialog.module"},{"__symbol":46,"name":"Tooltip","filePath":"./index"},{"__symbol":47,"name":"Tooltip","filePath":"./dialog/dialog.module"},{"__symbol":48,"name":"TooltipDefinition","filePath":"./index"},{"__symbol":49,"name":"TooltipDefinition","filePath":"./dialog/dialog.module"},{"__symbol":50,"name":"TooltipIcon","filePath":"./index"},{"__symbol":51,"name":"TooltipIcon","filePath":"./dialog/dialog.module"},{"__symbol":52,"name":"TooltipDirective","filePath":"./index"},{"__symbol":53,"name":"TooltipDirective","filePath":"./dialog/dialog.module"},{"__symbol":54,"name":"EllipsisTooltip","filePath":"./index"},{"__symbol":55,"name":"EllipsisTooltip","filePath":"./dialog/dialog.module"},{"__symbol":56,"name":"OverflowMenu","filePath":"./index"},{"__symbol":57,"name":"OverflowMenu","filePath":"./dialog/dialog.module"},{"__symbol":58,"name":"OverflowMenuPane","filePath":"./index"},{"__symbol":59,"name":"OverflowMenuPane","filePath":"./dialog/dialog.module"},{"__symbol":60,"name":"OverflowMenuDirective","filePath":"./index"},{"__symbol":61,"name":"OverflowMenuDirective","filePath":"./dialog/dialog.module"},{"__symbol":62,"name":"OverflowMenuOption","filePath":"./index"},{"__symbol":63,"name":"OverflowMenuOption","filePath":"./dialog/dialog.module"},{"__symbol":64,"name":"DialogModule","filePath":"./index"},{"__symbol":65,"name":"DialogModule","filePath":"./dialog/dialog.module"},{"__symbol":66,"name":"Documentation","filePath":"./index"},{"__symbol":67,"name":"Documentation","filePath":"./documentation-component/documentation.module"},{"__symbol":68,"name":"DocumentationModule","filePath":"./index"},{"__symbol":69,"name":"DocumentationModule","filePath":"./documentation-component/documentation.module"},{"__symbol":70,"name":"Dropdown","filePath":"./index"},{"__symbol":71,"name":"Dropdown","filePath":"./dropdown/dropdown.module"},{"__symbol":72,"name":"DropdownList","filePath":"./index"},{"__symbol":73,"name":"DropdownList","filePath":"./dropdown/dropdown.module"},{"__symbol":74,"name":"ScrollableList","filePath":"./index"},{"__symbol":75,"name":"ScrollableList","filePath":"./dropdown/dropdown.module"},{"__symbol":76,"name":"AbstractDropdownView","filePath":"./index"},{"__symbol":77,"name":"AbstractDropdownView","filePath":"./dropdown/dropdown.module"},{"__symbol":78,"name":"ListItem","filePath":"./index"},{"__symbol":79,"name":"ListItem","filePath":"./dropdown/dropdown.module"},{"__symbol":80,"name":"DropdownService","filePath":"./index"},{"__symbol":81,"name":"DropdownService","filePath":"./dropdown/dropdown.module"},{"__symbol":82,"name":"DropdownModule","filePath":"./index"},{"__symbol":83,"name":"DropdownModule","filePath":"./dropdown/dropdown.module"},{"__symbol":84,"name":"EXPERIMENTAL_SERVICE_PROVIDER_FACTORY","filePath":"./index"},{"__symbol":85,"name":"EXPERIMENTAL_SERVICE_PROVIDER_FACTORY","filePath":"./experimental.module"},{"__symbol":86,"name":"EXPERIMENTAL_SERVICE_PROVIDER","filePath":"./index"},{"__symbol":87,"name":"EXPERIMENTAL_SERVICE_PROVIDER","filePath":"./experimental.module"},{"__symbol":88,"name":"ExperimentalModule","filePath":"./index"},{"__symbol":89,"name":"ExperimentalModule","filePath":"./experimental.module"},{"__symbol":90,"name":"ExperimentalService","filePath":"./index"},{"__symbol":91,"name":"ExperimentalService","filePath":"./experimental.module"},{"__symbol":92,"name":"FileUploader","filePath":"./index"},{"__symbol":93,"name":"FileUploader","filePath":"./file-uploader/file-uploader.module"},{"__symbol":94,"name":"FileUploaderModule","filePath":"./index"},{"__symbol":95,"name":"FileUploaderModule","filePath":"./file-uploader/file-uploader.module"},{"__symbol":96,"name":"ToggleModule","filePath":"./index"},{"__symbol":97,"name":"ToggleModule","filePath":"./forms/forms.module"},{"__symbol":98,"name":"RadioModule","filePath":"./index"},{"__symbol":99,"name":"RadioModule","filePath":"./radio/radio.module"},{"__symbol":100,"name":"InputModule","filePath":"./index"},{"__symbol":101,"name":"InputModule","filePath":"./input/input.module"},{"__symbol":102,"name":"NFormsModule","filePath":"./index"},{"__symbol":103,"name":"NFormsModule","filePath":"./forms/forms.module"},{"__symbol":104,"name":"GridModule","filePath":"./index"},{"__symbol":105,"name":"GridModule","filePath":"./grid/grid.module"},{"__symbol":106,"name":"I18n","filePath":"./index"},{"__symbol":107,"name":"I18n","filePath":"./i18n/i18n.module"},{"__symbol":108,"name":"replace","filePath":"./index"},{"__symbol":109,"name":"replace","filePath":"./i18n/i18n.module"},{"__symbol":110,"name":"Overridable","filePath":"./index"},{"__symbol":111,"name":"Overridable","filePath":"./i18n/i18n.module"},{"__symbol":112,"name":"ReplacePipe","filePath":"./index"},{"__symbol":113,"name":"ReplacePipe","filePath":"./i18n/i18n.module"},{"__symbol":114,"name":"I18N_SERVICE_PROVIDER_FACTORY","filePath":"./index"},{"__symbol":115,"name":"I18N_SERVICE_PROVIDER_FACTORY","filePath":"./i18n/i18n.module"},{"__symbol":116,"name":"I18N_SERVICE_PROVIDER","filePath":"./index"},{"__symbol":117,"name":"I18N_SERVICE_PROVIDER","filePath":"./i18n/i18n.module"},{"__symbol":118,"name":"I18nModule","filePath":"./index"},{"__symbol":119,"name":"I18nModule","filePath":"./i18n/i18n.module"},{"__symbol":120,"name":"InlineLoading","filePath":"./index"},{"__symbol":121,"name":"InlineLoading","filePath":"./inline-loading/inline-loading.module"},{"__symbol":122,"name":"InlineLoadingModule","filePath":"./index"},{"__symbol":123,"name":"InlineLoadingModule","filePath":"./inline-loading/inline-loading.module"},{"__symbol":124,"name":"TextInput","filePath":"./index"},{"__symbol":125,"name":"TextInput","filePath":"./input/input.module"},{"__symbol":126,"name":"Label","filePath":"./index"},{"__symbol":127,"name":"Label","filePath":"./input/input.module"},{"__symbol":128,"name":"Link","filePath":"./index"},{"__symbol":129,"name":"Link","filePath":"./link/link.module"},{"__symbol":130,"name":"LinkModule","filePath":"./index"},{"__symbol":131,"name":"LinkModule","filePath":"./link/link.module"},{"__symbol":132,"name":"ListModule","filePath":"./index"},{"__symbol":133,"name":"ListModule","filePath":"./list/list.module"},{"__symbol":134,"name":"ListItemDirective","filePath":"./index"},{"__symbol":135,"name":"ListItemDirective","filePath":"./list/list.module"},{"__symbol":136,"name":"List","filePath":"./index"},{"__symbol":137,"name":"List","filePath":"./list/list.module"},{"__symbol":138,"name":"Loading","filePath":"./index"},{"__symbol":139,"name":"Loading","filePath":"./loading/loading.module"},{"__symbol":140,"name":"LoadingModule","filePath":"./index"},{"__symbol":141,"name":"LoadingModule","filePath":"./loading/loading.module"},{"__symbol":142,"name":"Modal","filePath":"./index"},{"__symbol":143,"name":"Modal","filePath":"./modal/modal.module"},{"__symbol":144,"name":"ModalService","filePath":"./index"},{"__symbol":145,"name":"ModalService","filePath":"./modal/modal.module"},{"__symbol":146,"name":"AlertModalType","filePath":"./index"},{"__symbol":147,"name":"AlertModalType","filePath":"./modal/modal.module"},{"__symbol":148,"name":"AlertModalData","filePath":"./index"},{"__symbol":149,"name":"AlertModalData","filePath":"./modal/modal.module"},{"__symbol":150,"name":"ModalButtonType","filePath":"./index"},{"__symbol":151,"name":"ModalButtonType","filePath":"./modal/modal.module"},{"__symbol":152,"name":"ModalButton","filePath":"./index"},{"__symbol":153,"name":"ModalButton","filePath":"./modal/modal.module"},{"__symbol":154,"name":"BaseModal","filePath":"./index"},{"__symbol":155,"name":"BaseModal","filePath":"./modal/modal.module"},{"__symbol":156,"name":"ModalModule","filePath":"./index"},{"__symbol":157,"name":"ModalModule","filePath":"./modal/modal.module"},{"__symbol":158,"name":"NotificationService","filePath":"./index"},{"__symbol":159,"name":"NotificationService","filePath":"./notification/notification.module"},{"__symbol":160,"name":"NotificationDisplayService","filePath":"./index"},{"__symbol":161,"name":"NotificationDisplayService","filePath":"./notification/notification.module"},{"__symbol":162,"name":"Notification","filePath":"./index"},{"__symbol":163,"name":"Notification","filePath":"./notification/notification.module"},{"__symbol":164,"name":"Toast","filePath":"./index"},{"__symbol":165,"name":"Toast","filePath":"./notification/notification.module"},{"__symbol":166,"name":"NotificationModule","filePath":"./index"},{"__symbol":167,"name":"NotificationModule","filePath":"./notification/notification.module"},{"__symbol":168,"name":"NumberModule","filePath":"./index"},{"__symbol":169,"name":"NumberModule","filePath":"./number-input/number.module"},{"__symbol":170,"name":"Number","filePath":"./index"},{"__symbol":171,"name":"Number","filePath":"./number-input/number.module"},{"__symbol":172,"name":"PaginationModel","filePath":"./index"},{"__symbol":173,"name":"PaginationModel","filePath":"./pagination/pagination.module"},{"__symbol":174,"name":"Pagination","filePath":"./index"},{"__symbol":175,"name":"Pagination","filePath":"./pagination/pagination.module"},{"__symbol":176,"name":"PaginationModule","filePath":"./index"},{"__symbol":177,"name":"PaginationModule","filePath":"./pagination/pagination.module"},{"__symbol":178,"name":"Placeholder","filePath":"./index"},{"__symbol":179,"name":"Placeholder","filePath":"./placeholder/placeholder.module"},{"__symbol":180,"name":"PlaceholderService","filePath":"./index"},{"__symbol":181,"name":"PlaceholderService","filePath":"./placeholder/placeholder.module"},{"__symbol":182,"name":"PLACEHOLDER_SERVICE_PROVIDER_FACTORY","filePath":"./index"},{"__symbol":183,"name":"PLACEHOLDER_SERVICE_PROVIDER_FACTORY","filePath":"./placeholder/placeholder.module"},{"__symbol":184,"name":"PLACEHOLDER_SERVICE_PROVIDER","filePath":"./index"},{"__symbol":185,"name":"PLACEHOLDER_SERVICE_PROVIDER","filePath":"./placeholder/placeholder.module"},{"__symbol":186,"name":"PlaceholderModule","filePath":"./index"},{"__symbol":187,"name":"PlaceholderModule","filePath":"./placeholder/placeholder.module"},{"__symbol":188,"name":"ProgressIndicator","filePath":"./index"},{"__symbol":189,"name":"ProgressIndicator","filePath":"./progress-indicator/progress-indicator.module"},{"__symbol":190,"name":"ProgressIndicatorModule","filePath":"./index"},{"__symbol":191,"name":"ProgressIndicatorModule","filePath":"./progress-indicator/progress-indicator.module"},{"__symbol":192,"name":"Radio","filePath":"./index"},{"__symbol":193,"name":"Radio","filePath":"./radio/radio.module"},{"__symbol":194,"name":"RadioGroup","filePath":"./index"},{"__symbol":195,"name":"RadioGroup","filePath":"./radio/radio.module"},{"__symbol":196,"name":"RadioChange","filePath":"./index"},{"__symbol":197,"name":"RadioChange","filePath":"./radio/radio.module"},{"__symbol":198,"name":"SearchModule","filePath":"./index"},{"__symbol":199,"name":"SearchModule","filePath":"./search/search.module"},{"__symbol":200,"name":"Search","filePath":"./index"},{"__symbol":201,"name":"Search","filePath":"./search/search.module"},{"__symbol":202,"name":"SelectModule","filePath":"./index"},{"__symbol":203,"name":"SelectModule","filePath":"./select/select.module"},{"__symbol":204,"name":"Select","filePath":"./index"},{"__symbol":205,"name":"Select","filePath":"./select/select.module"},{"__symbol":206,"name":"Option","filePath":"./index"},{"__symbol":207,"name":"Option","filePath":"./select/select.module"},{"__symbol":208,"name":"OptGroup","filePath":"./index"},{"__symbol":209,"name":"OptGroup","filePath":"./select/select.module"},{"__symbol":210,"name":"SliderModule","filePath":"./index"},{"__symbol":211,"name":"SliderModule","filePath":"./slider/slider.module"},{"__symbol":212,"name":"Slider","filePath":"./index"},{"__symbol":213,"name":"Slider","filePath":"./slider/slider.module"},{"__symbol":214,"name":"StructuredListModule","filePath":"./index"},{"__symbol":215,"name":"StructuredListModule","filePath":"./structured-list/structured-list.module"},{"__symbol":216,"name":"StructuredList","filePath":"./index"},{"__symbol":217,"name":"StructuredList","filePath":"./structured-list/structured-list.module"},{"__symbol":218,"name":"ListRow","filePath":"./index"},{"__symbol":219,"name":"ListRow","filePath":"./structured-list/structured-list.module"},{"__symbol":220,"name":"ListHeader","filePath":"./index"},{"__symbol":221,"name":"ListHeader","filePath":"./structured-list/structured-list.module"},{"__symbol":222,"name":"ListColumn","filePath":"./index"},{"__symbol":223,"name":"ListColumn","filePath":"./structured-list/structured-list.module"},{"__symbol":224,"name":"TableModel","filePath":"./index"},{"__symbol":225,"name":"TableModel","filePath":"./table/table.module"},{"__symbol":226,"name":"TableItem","filePath":"./index"},{"__symbol":227,"name":"TableItem","filePath":"./table/table.module"},{"__symbol":228,"name":"TableHeaderItem","filePath":"./index"},{"__symbol":229,"name":"TableHeaderItem","filePath":"./table/table.module"},{"__symbol":230,"name":"TableCellAdapter","filePath":"./index"},{"__symbol":231,"name":"TableCellAdapter","filePath":"./table/table.module"},{"__symbol":232,"name":"TableRowAdapter","filePath":"./index"},{"__symbol":233,"name":"TableRowAdapter","filePath":"./table/table.module"},{"__symbol":234,"name":"TableAdapter","filePath":"./index"},{"__symbol":235,"name":"TableAdapter","filePath":"./table/table.module"},{"__symbol":236,"name":"TableDomAdapter","filePath":"./index"},{"__symbol":237,"name":"TableDomAdapter","filePath":"./table/table.module"},{"__symbol":238,"name":"DataGridPosition","filePath":"./index"},{"__symbol":239,"name":"DataGridPosition","filePath":"./table/table.module"},{"__symbol":240,"name":"DataGridInteractionModel","filePath":"./index"},{"__symbol":241,"name":"DataGridInteractionModel","filePath":"./table/table.module"},{"__symbol":242,"name":"TableToolbar","filePath":"./index"},{"__symbol":243,"name":"TableToolbar","filePath":"./table/table.module"},{"__symbol":244,"name":"TableContainer","filePath":"./index"},{"__symbol":245,"name":"TableContainer","filePath":"./table/table.module"},{"__symbol":246,"name":"TableHeader","filePath":"./index"},{"__symbol":247,"name":"TableHeader","filePath":"./table/table.module"},{"__symbol":248,"name":"TableHeaderTitle","filePath":"./index"},{"__symbol":249,"name":"TableHeaderTitle","filePath":"./table/table.module"},{"__symbol":250,"name":"TableHeaderDescription","filePath":"./index"},{"__symbol":251,"name":"TableHeaderDescription","filePath":"./table/table.module"},{"__symbol":252,"name":"TableToolbarActions","filePath":"./index"},{"__symbol":253,"name":"TableToolbarActions","filePath":"./table/table.module"},{"__symbol":254,"name":"TableToolbarSearch","filePath":"./index"},{"__symbol":255,"name":"TableToolbarSearch","filePath":"./table/table.module"},{"__symbol":256,"name":"TableToolbarContent","filePath":"./index"},{"__symbol":257,"name":"TableToolbarContent","filePath":"./table/table.module"},{"__symbol":258,"name":"DataGridFocus","filePath":"./index"},{"__symbol":259,"name":"DataGridFocus","filePath":"./table/table.module"},{"__symbol":260,"name":"ExpandedRowHover","filePath":"./index"},{"__symbol":261,"name":"ExpandedRowHover","filePath":"./table/table.module"},{"__symbol":262,"name":"Table","filePath":"./index"},{"__symbol":263,"name":"Table","filePath":"./table/table.module"},{"__symbol":264,"name":"TableDirective","filePath":"./index"},{"__symbol":265,"name":"TableDirective","filePath":"./table/table.module"},{"__symbol":266,"name":"TableHead","filePath":"./index"},{"__symbol":267,"name":"TableHead","filePath":"./table/table.module"},{"__symbol":268,"name":"TableHeadCell","filePath":"./index"},{"__symbol":269,"name":"TableHeadCell","filePath":"./table/table.module"},{"__symbol":270,"name":"TableHeadCheckbox","filePath":"./index"},{"__symbol":271,"name":"TableHeadCheckbox","filePath":"./table/table.module"},{"__symbol":272,"name":"TableHeadExpand","filePath":"./index"},{"__symbol":273,"name":"TableHeadExpand","filePath":"./table/table.module"},{"__symbol":274,"name":"TableBody","filePath":"./index"},{"__symbol":275,"name":"TableBody","filePath":"./table/table.module"},{"__symbol":276,"name":"TableRowComponent","filePath":"./index"},{"__symbol":277,"name":"TableRowComponent","filePath":"./table/table.module"},{"__symbol":278,"name":"TableExpandedRow","filePath":"./index"},{"__symbol":279,"name":"TableExpandedRow","filePath":"./table/table.module"},{"__symbol":280,"name":"TableData","filePath":"./index"},{"__symbol":281,"name":"TableData","filePath":"./table/table.module"},{"__symbol":282,"name":"TableCheckbox","filePath":"./index"},{"__symbol":283,"name":"TableCheckbox","filePath":"./table/table.module"},{"__symbol":284,"name":"TableExpandButton","filePath":"./index"},{"__symbol":285,"name":"TableExpandButton","filePath":"./table/table.module"},{"__symbol":286,"name":"TableModule","filePath":"./index"},{"__symbol":287,"name":"TableModule","filePath":"./table/table.module"},{"__symbol":288,"name":"Tabs","filePath":"./index"},{"__symbol":289,"name":"Tabs","filePath":"./tabs/tabs.module"},{"__symbol":290,"name":"Tab","filePath":"./index"},{"__symbol":291,"name":"Tab","filePath":"./tabs/tabs.module"},{"__symbol":292,"name":"TabHeaders","filePath":"./index"},{"__symbol":293,"name":"TabHeaders","filePath":"./tabs/tabs.module"},{"__symbol":294,"name":"TabsModule","filePath":"./index"},{"__symbol":295,"name":"TabsModule","filePath":"./tabs/tabs.module"},{"__symbol":296,"name":"TagType","filePath":"./index"},{"__symbol":297,"name":"TagType","filePath":"./tag/tag.module"},{"__symbol":298,"name":"Tag","filePath":"./index"},{"__symbol":299,"name":"Tag","filePath":"./tag/tag.module"},{"__symbol":300,"name":"TagModule","filePath":"./index"},{"__symbol":301,"name":"TagModule","filePath":"./tag/tag.module"},{"__symbol":302,"name":"Tile","filePath":"./index"},{"__symbol":303,"name":"Tile","filePath":"./tiles/tiles.module"},{"__symbol":304,"name":"ClickableTile","filePath":"./index"},{"__symbol":305,"name":"ClickableTile","filePath":"./tiles/tiles.module"},{"__symbol":306,"name":"ExpandableTile","filePath":"./index"},{"__symbol":307,"name":"ExpandableTile","filePath":"./tiles/tiles.module"},{"__symbol":308,"name":"SelectionTile","filePath":"./index"},{"__symbol":309,"name":"SelectionTile","filePath":"./tiles/tiles.module"},{"__symbol":310,"name":"TileGroup","filePath":"./index"},{"__symbol":311,"name":"TileGroup","filePath":"./tiles/tiles.module"},{"__symbol":312,"name":"TilesModule","filePath":"./index"},{"__symbol":313,"name":"TilesModule","filePath":"./tiles/tiles.module"},{"__symbol":314,"name":"TimePickerModule","filePath":"./index"},{"__symbol":315,"name":"TimePickerModule","filePath":"./timepicker/timepicker.module"},{"__symbol":316,"name":"TimePickerSelectModule","filePath":"./index"},{"__symbol":317,"name":"TimePickerSelectModule","filePath":"./timepicker-select/timepicker-select.module"},{"__symbol":318,"name":"Header","filePath":"./index"},{"__symbol":319,"name":"Header","filePath":"./ui-shell/ui-shell.module"},{"__symbol":320,"name":"HeaderItem","filePath":"./index"},{"__symbol":321,"name":"HeaderItem","filePath":"./ui-shell/ui-shell.module"},{"__symbol":322,"name":"HeaderMenu","filePath":"./index"},{"__symbol":323,"name":"HeaderMenu","filePath":"./ui-shell/ui-shell.module"},{"__symbol":324,"name":"HeaderNavigation","filePath":"./index"},{"__symbol":325,"name":"HeaderNavigation","filePath":"./ui-shell/ui-shell.module"},{"__symbol":326,"name":"HeaderGlobal","filePath":"./index"},{"__symbol":327,"name":"HeaderGlobal","filePath":"./ui-shell/ui-shell.module"},{"__symbol":328,"name":"HeaderAction","filePath":"./index"},{"__symbol":329,"name":"HeaderAction","filePath":"./ui-shell/ui-shell.module"},{"__symbol":330,"name":"Hamburger","filePath":"./index"},{"__symbol":331,"name":"Hamburger","filePath":"./ui-shell/ui-shell.module"},{"__symbol":332,"name":"HeaderModule","filePath":"./index"},{"__symbol":333,"name":"HeaderModule","filePath":"./ui-shell/ui-shell.module"},{"__symbol":334,"name":"SideNav","filePath":"./index"},{"__symbol":335,"name":"SideNav","filePath":"./ui-shell/ui-shell.module"},{"__symbol":336,"name":"SideNavHeader","filePath":"./index"},{"__symbol":337,"name":"SideNavHeader","filePath":"./ui-shell/ui-shell.module"},{"__symbol":338,"name":"SideNavItem","filePath":"./index"},{"__symbol":339,"name":"SideNavItem","filePath":"./ui-shell/ui-shell.module"},{"__symbol":340,"name":"SideNavMenu","filePath":"./index"},{"__symbol":341,"name":"SideNavMenu","filePath":"./ui-shell/ui-shell.module"},{"__symbol":342,"name":"SideNavModule","filePath":"./index"},{"__symbol":343,"name":"SideNavModule","filePath":"./ui-shell/ui-shell.module"},{"__symbol":344,"name":"Panel","filePath":"./index"},{"__symbol":345,"name":"Panel","filePath":"./ui-shell/ui-shell.module"},{"__symbol":346,"name":"ProductSwitcher","filePath":"./index"},{"__symbol":347,"name":"ProductSwitcher","filePath":"./ui-shell/ui-shell.module"},{"__symbol":348,"name":"SwitcherList","filePath":"./index"},{"__symbol":349,"name":"SwitcherList","filePath":"./ui-shell/ui-shell.module"},{"__symbol":350,"name":"SwitcherListItem","filePath":"./index"},{"__symbol":351,"name":"SwitcherListItem","filePath":"./ui-shell/ui-shell.module"},{"__symbol":352,"name":"PanelModule","filePath":"./index"},{"__symbol":353,"name":"PanelModule","filePath":"./ui-shell/ui-shell.module"},{"__symbol":354,"name":"UIShellModule","filePath":"./index"},{"__symbol":355,"name":"UIShellModule","filePath":"./ui-shell/ui-shell.module"}]}
@@ -26,6 +26,7 @@ export interface NotificationContent {
26
26
  smart?: boolean;
27
27
  closeLabel?: any;
28
28
  message?: string;
29
+ lowContrast?: boolean;
29
30
  }
30
31
  export interface ToastContent extends NotificationContent {
31
32
  subtitle: string;
@@ -1 +1 @@
1
- {"version":3,"file":"notification-content.interface.js","sourceRoot":"","sources":["../src/notification/notification-content.interface.ts"],"names":[],"mappings":"","sourcesContent":["export interface NotificationContent {\n\ttype: string;\n\ttitle: string;\n\ttarget?: string;\n\tduration?: number;\n\tsmart?: boolean;\n\tcloseLabel?: any;\n\tmessage?: string;\n}\n\nexport interface ToastContent extends NotificationContent {\n\tsubtitle: string;\n\tcaption: string;\n}\n"]}
1
+ {"version":3,"file":"notification-content.interface.js","sourceRoot":"","sources":["../src/notification/notification-content.interface.ts"],"names":[],"mappings":"","sourcesContent":["export interface NotificationContent {\n\ttype: string;\n\ttitle: string;\n\ttarget?: string;\n\tduration?: number;\n\tsmart?: boolean;\n\tcloseLabel?: any;\n\tmessage?: string;\n\tlowContrast?: boolean;\n}\n\nexport interface ToastContent extends NotificationContent {\n\tsubtitle: string;\n\tcaption: string;\n}\n"]}
@@ -53,6 +53,7 @@ export declare class Notification {
53
53
  readonly isInfo: boolean;
54
54
  readonly isSuccess: boolean;
55
55
  readonly isWarning: boolean;
56
+ readonly isLowContrast: boolean;
56
57
  protected defaultNotificationObj: {
57
58
  title: string;
58
59
  message: string;
@@ -88,6 +88,11 @@ var Notification = /** @class */ (function () {
88
88
  enumerable: true,
89
89
  configurable: true
90
90
  });
91
+ Object.defineProperty(Notification.prototype, "isLowContrast", {
92
+ get: function () { return this.notificationObj.lowContrast; },
93
+ enumerable: true,
94
+ configurable: true
95
+ });
91
96
  /**
92
97
  * Emits close event.
93
98
  */
@@ -118,7 +123,8 @@ var Notification = /** @class */ (function () {
118
123
  isError: [{ type: HostBinding, args: ["class.bx--inline-notification--error",] }],
119
124
  isInfo: [{ type: HostBinding, args: ["class.bx--inline-notification--info",] }],
120
125
  isSuccess: [{ type: HostBinding, args: ["class.bx--inline-notification--success",] }],
121
- isWarning: [{ type: HostBinding, args: ["class.bx--inline-notification--warning",] }]
126
+ isWarning: [{ type: HostBinding, args: ["class.bx--inline-notification--warning",] }],
127
+ isLowContrast: [{ type: HostBinding, args: ["class.bx--inline-notification--low-contrast",] }]
122
128
  };
123
129
  return Notification;
124
130
  }());
@@ -1 +1 @@
1
- {"version":3,"file":"notification.component.js","sourceRoot":"","sources":["../src/notification/notification.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,SAAS,EACT,KAAK,EACL,MAAM,EACN,YAAY,EAEZ,SAAS,EACT,WAAW,EACX,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAC7C,OAAO,EAAE,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAC5E,OAAO,EAAE,EAAE,EAAE,MAAM,MAAM,CAAC;AAE1B;;;;;;GAMG;AACH;IA0EC,sBAAsB,0BAAsD,EAAY,IAAU;QAA5E,+BAA0B,GAA1B,0BAA0B,CAA4B;QAAY,SAAI,GAAJ,IAAI,CAAM;QA1BlG;;WAEG;QACO,UAAK,GAAsB,IAAI,YAAY,EAAE,CAAC;QAMhC,mBAAc,GAAG,cAAc,CAAC;QACV,sBAAiB,GAAG,IAAI,CAAC;QAC7C,SAAI,GAAG,OAAO,CAAC;QAO/B,2BAAsB,GAAG;YAClC,KAAK,EAAE,EAAE;YACT,OAAO,EAAE,EAAE;YACX,IAAI,EAAE,MAAM;YACZ,UAAU,EAAE,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,2BAA2B,CAAC;SACtD,CAAC;QACQ,qBAAgB,GAAwB,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,sBAAsB,CAAC,CAAC;IAEI,CAAC;IApCtG,sBAAa,yCAAe;QAP5B;;;;;;WAMG;aACH;YACC,OAAO,IAAI,CAAC,gBAAgB,CAAC;QAC9B,CAAC;aACD,UAAoB,GAAwB;YAC3C,IAAI,GAAG,CAAC,UAAU,EAAE;gBACnB,GAAG,CAAC,UAAU,GAAG,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;aACpC;YACD,IAAI,CAAC,gBAAgB,GAAG,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,sBAAsB,EAAE,GAAG,CAAC,CAAC;QAC7E,CAAC;;;OANA;IAqBD,sBAAyD,iCAAO;aAAhE,cAAqE,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,KAAK,OAAO,CAAC,CAAC,CAAC;;;OAAA;IACpH,sBAAwD,gCAAM;aAA9D,cAAmE,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,KAAK,MAAM,CAAC,CAAC,CAAC;;;OAAA;IACjH,sBAA2D,mCAAS;aAApE,cAAyE,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,KAAK,SAAS,CAAC,CAAC,CAAC;;;OAAA;IAC1H,sBAA2D,mCAAS;aAApE,cAAyE,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,KAAK,SAAS,CAAC,CAAC,CAAC;;;OAAA;IAY1H;;OAEG;IACH,8BAAO,GAAP;QACC,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC;IACnB,CAAC;IAED,8BAAO,GAAP;QACC,IAAI,CAAC,0BAA0B,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAC7C,CAAC;;gBArFD,SAAS,SAAC;oBACV,QAAQ,EAAE,kBAAkB;oBAC5B,QAAQ,EAAE,moCA0BT;iBACD;;;;gBAvCQ,0BAA0B;gBAD1B,IAAI;;;kCAiDX,KAAK;wBAaL,MAAM;+BAIN,SAAS,SAAC,cAAc;iCAExB,WAAW,SAAC,SAAS;oCACrB,WAAW,SAAC,+BAA+B;uBAC3C,WAAW,SAAC,WAAW;0BAEvB,WAAW,SAAC,sCAAsC;yBAClD,WAAW,SAAC,qCAAqC;4BACjD,WAAW,SAAC,wCAAwC;4BACpD,WAAW,SAAC,wCAAwC;;IAsBtD,mBAAC;CAAA,AAtFD,IAsFC;SAxDY,YAAY","sourcesContent":["import {\n\tComponent,\n\tInput,\n\tOutput,\n\tEventEmitter,\n\tComponentRef,\n\tViewChild,\n\tHostBinding\n} from \"@angular/core\";\n\nimport { NotificationContent } from \"./notification-content.interface\";\nimport { I18n } from \"./../i18n/i18n.module\";\nimport { NotificationDisplayService } from \"./notification-display.service\";\nimport { of } from \"rxjs\";\n\n/**\n * Notification messages are displayed toward the top of the UI and do not interrupt user’s work.\n *\n * [See demo](../../?path=/story/notification--basic)\n *\n * <example-url>../../iframe.html?id=notification--basic</example-url>\n */\n@Component({\n\tselector: \"ibm-notification\",\n\ttemplate: `\n\t\t<div class=\"bx--inline-notification__details\">\n\t\t\t<ibm-icon-error-filled16\n\t\t\t\t*ngIf=\"notificationObj.type === 'error'\"\n\t\t\t\tclass=\"bx--inline-notification__icon\">\n\t\t\t</ibm-icon-error-filled16>\n\t\t\t<ibm-icon-warning-filled16\n\t\t\t\t*ngIf=\"notificationObj.type === 'warning'\"\n\t\t\t\tclass=\"bx--inline-notification__icon\">\n\t\t\t</ibm-icon-warning-filled16>\n\t\t\t<ibm-icon-checkmark-filled16\n\t\t\t\t*ngIf=\"notificationObj.type === 'success'\"\n\t\t\t\tclass=\"bx--inline-notification__icon\">\n\t\t\t</ibm-icon-checkmark-filled16>\n\t\t\t<div class=\"bx--inline-notification__text-wrapper\">\n\t\t\t\t<p [innerHTML]=\"notificationObj.title\" class=\"bx--inline-notification__title\"></p>\n\t\t\t\t<p [innerHTML]=\"notificationObj.message\" class=\"bx--inline-notification__subtitle\"></p>\n\t\t\t</div>\n\t\t</div>\n\t\t<button\n\t\t\t(click)=\"onClose()\"\n\t\t\tclass=\"bx--inline-notification__close-button\"\n\t\t\t[attr.aria-label]=\"notificationObj.closeLabel | async\"\n\t\t\ttype=\"button\">\n\t\t\t<ibm-icon-close16 class=\"bx--inline-notification__close-icon\"></ibm-icon-close16>\n\t\t</button>\n\t`\n})\nexport class Notification {\n\t/**\n\t * Can have `type`, `title`, and `message` members.\n\t *\n\t * `type` can be one of `\"info\"`, `\"warning\"`, `\"error\"`, `\"success\"`\n\t *\n\t * `message` is the message to display\n\t */\n\t@Input() get notificationObj(): NotificationContent {\n\t\treturn this._notificationObj;\n\t}\n\tset notificationObj(obj: NotificationContent) {\n\t\tif (obj.closeLabel) {\n\t\t\tobj.closeLabel = of(obj.closeLabel);\n\t\t}\n\t\tthis._notificationObj = Object.assign({}, this.defaultNotificationObj, obj);\n\t}\n\n\t/**\n\t * Emits on close.\n\t */\n\t@Output() close: EventEmitter<any> = new EventEmitter();\n\n\tcomponentRef: ComponentRef<Notification>;\n\n\t@ViewChild(\"notification\") notification;\n\n\t@HostBinding(\"attr.id\") notificationID = \"notification\";\n\t@HostBinding(\"class.bx--inline-notification\") notificationClass = true;\n\t@HostBinding(\"attr.role\") role = \"alert\";\n\n\t@HostBinding(\"class.bx--inline-notification--error\") get isError() { return this.notificationObj.type === \"error\"; }\n\t@HostBinding(\"class.bx--inline-notification--info\") get isInfo() { return this.notificationObj.type === \"info\"; }\n\t@HostBinding(\"class.bx--inline-notification--success\") get isSuccess() { return this.notificationObj.type === \"success\"; }\n\t@HostBinding(\"class.bx--inline-notification--warning\") get isWarning() { return this.notificationObj.type === \"warning\"; }\n\n\tprotected defaultNotificationObj = {\n\t\ttitle: \"\",\n\t\tmessage: \"\",\n\t\ttype: \"info\",\n\t\tcloseLabel: this.i18n.get(\"NOTIFICATION.CLOSE_BUTTON\")\n\t};\n\tprotected _notificationObj: NotificationContent = Object.assign({}, this.defaultNotificationObj);\n\n\tconstructor(protected notificationDisplayService: NotificationDisplayService, protected i18n: I18n) {}\n\n\t/**\n\t * Emits close event.\n\t */\n\tonClose() {\n\t\tthis.close.emit();\n\t}\n\n\tdestroy() {\n\t\tthis.notificationDisplayService.close(this);\n\t}\n}\n"]}
1
+ {"version":3,"file":"notification.component.js","sourceRoot":"","sources":["../src/notification/notification.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,SAAS,EACT,KAAK,EACL,MAAM,EACN,YAAY,EAEZ,SAAS,EACT,WAAW,EACX,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAC7C,OAAO,EAAE,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAC5E,OAAO,EAAE,EAAE,EAAE,MAAM,MAAM,CAAC;AAE1B;;;;;;GAMG;AACH;IA2EC,sBAAsB,0BAAsD,EAAY,IAAU;QAA5E,+BAA0B,GAA1B,0BAA0B,CAA4B;QAAY,SAAI,GAAJ,IAAI,CAAM;QA3BlG;;WAEG;QACO,UAAK,GAAsB,IAAI,YAAY,EAAE,CAAC;QAMhC,mBAAc,GAAG,cAAc,CAAC;QACV,sBAAiB,GAAG,IAAI,CAAC;QAC7C,SAAI,GAAG,OAAO,CAAC;QAQ/B,2BAAsB,GAAG;YAClC,KAAK,EAAE,EAAE;YACT,OAAO,EAAE,EAAE;YACX,IAAI,EAAE,MAAM;YACZ,UAAU,EAAE,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,2BAA2B,CAAC;SACtD,CAAC;QACQ,qBAAgB,GAAwB,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,sBAAsB,CAAC,CAAC;IAEI,CAAC;IArCtG,sBAAa,yCAAe;QAP5B;;;;;;WAMG;aACH;YACC,OAAO,IAAI,CAAC,gBAAgB,CAAC;QAC9B,CAAC;aACD,UAAoB,GAAwB;YAC3C,IAAI,GAAG,CAAC,UAAU,EAAE;gBACnB,GAAG,CAAC,UAAU,GAAG,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;aACpC;YACD,IAAI,CAAC,gBAAgB,GAAG,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,sBAAsB,EAAE,GAAG,CAAC,CAAC;QAC7E,CAAC;;;OANA;IAqBD,sBAAyD,iCAAO;aAAhE,cAAqE,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,KAAK,OAAO,CAAC,CAAC,CAAC;;;OAAA;IACpH,sBAAwD,gCAAM;aAA9D,cAAmE,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,KAAK,MAAM,CAAC,CAAC,CAAC;;;OAAA;IACjH,sBAA2D,mCAAS;aAApE,cAAyE,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,KAAK,SAAS,CAAC,CAAC,CAAC;;;OAAA;IAC1H,sBAA2D,mCAAS;aAApE,cAAyE,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,KAAK,SAAS,CAAC,CAAC,CAAC;;;OAAA;IAC1H,sBAAgE,uCAAa;aAA7E,cAAkF,OAAO,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC,CAAC,CAAC;;;OAAA;IAY5H;;OAEG;IACH,8BAAO,GAAP;QACC,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC;IACnB,CAAC;IAED,8BAAO,GAAP;QACC,IAAI,CAAC,0BAA0B,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAC7C,CAAC;;gBAtFD,SAAS,SAAC;oBACV,QAAQ,EAAE,kBAAkB;oBAC5B,QAAQ,EAAE,moCA0BT;iBACD;;;;gBAvCQ,0BAA0B;gBAD1B,IAAI;;;kCAiDX,KAAK;wBAaL,MAAM;+BAIN,SAAS,SAAC,cAAc;iCAExB,WAAW,SAAC,SAAS;oCACrB,WAAW,SAAC,+BAA+B;uBAC3C,WAAW,SAAC,WAAW;0BAEvB,WAAW,SAAC,sCAAsC;yBAClD,WAAW,SAAC,qCAAqC;4BACjD,WAAW,SAAC,wCAAwC;4BACpD,WAAW,SAAC,wCAAwC;gCACpD,WAAW,SAAC,6CAA6C;;IAsB3D,mBAAC;CAAA,AAvFD,IAuFC;SAzDY,YAAY","sourcesContent":["import {\n\tComponent,\n\tInput,\n\tOutput,\n\tEventEmitter,\n\tComponentRef,\n\tViewChild,\n\tHostBinding\n} from \"@angular/core\";\n\nimport { NotificationContent } from \"./notification-content.interface\";\nimport { I18n } from \"./../i18n/i18n.module\";\nimport { NotificationDisplayService } from \"./notification-display.service\";\nimport { of } from \"rxjs\";\n\n/**\n * Notification messages are displayed toward the top of the UI and do not interrupt user’s work.\n *\n * [See demo](../../?path=/story/notification--basic)\n *\n * <example-url>../../iframe.html?id=notification--basic</example-url>\n */\n@Component({\n\tselector: \"ibm-notification\",\n\ttemplate: `\n\t\t<div class=\"bx--inline-notification__details\">\n\t\t\t<ibm-icon-error-filled16\n\t\t\t\t*ngIf=\"notificationObj.type === 'error'\"\n\t\t\t\tclass=\"bx--inline-notification__icon\">\n\t\t\t</ibm-icon-error-filled16>\n\t\t\t<ibm-icon-warning-filled16\n\t\t\t\t*ngIf=\"notificationObj.type === 'warning'\"\n\t\t\t\tclass=\"bx--inline-notification__icon\">\n\t\t\t</ibm-icon-warning-filled16>\n\t\t\t<ibm-icon-checkmark-filled16\n\t\t\t\t*ngIf=\"notificationObj.type === 'success'\"\n\t\t\t\tclass=\"bx--inline-notification__icon\">\n\t\t\t</ibm-icon-checkmark-filled16>\n\t\t\t<div class=\"bx--inline-notification__text-wrapper\">\n\t\t\t\t<p [innerHTML]=\"notificationObj.title\" class=\"bx--inline-notification__title\"></p>\n\t\t\t\t<p [innerHTML]=\"notificationObj.message\" class=\"bx--inline-notification__subtitle\"></p>\n\t\t\t</div>\n\t\t</div>\n\t\t<button\n\t\t\t(click)=\"onClose()\"\n\t\t\tclass=\"bx--inline-notification__close-button\"\n\t\t\t[attr.aria-label]=\"notificationObj.closeLabel | async\"\n\t\t\ttype=\"button\">\n\t\t\t<ibm-icon-close16 class=\"bx--inline-notification__close-icon\"></ibm-icon-close16>\n\t\t</button>\n\t`\n})\nexport class Notification {\n\t/**\n\t * Can have `type`, `title`, and `message` members.\n\t *\n\t * `type` can be one of `\"info\"`, `\"warning\"`, `\"error\"`, `\"success\"`\n\t *\n\t * `message` is the message to display\n\t */\n\t@Input() get notificationObj(): NotificationContent {\n\t\treturn this._notificationObj;\n\t}\n\tset notificationObj(obj: NotificationContent) {\n\t\tif (obj.closeLabel) {\n\t\t\tobj.closeLabel = of(obj.closeLabel);\n\t\t}\n\t\tthis._notificationObj = Object.assign({}, this.defaultNotificationObj, obj);\n\t}\n\n\t/**\n\t * Emits on close.\n\t */\n\t@Output() close: EventEmitter<any> = new EventEmitter();\n\n\tcomponentRef: ComponentRef<Notification>;\n\n\t@ViewChild(\"notification\") notification;\n\n\t@HostBinding(\"attr.id\") notificationID = \"notification\";\n\t@HostBinding(\"class.bx--inline-notification\") notificationClass = true;\n\t@HostBinding(\"attr.role\") role = \"alert\";\n\n\t@HostBinding(\"class.bx--inline-notification--error\") get isError() { return this.notificationObj.type === \"error\"; }\n\t@HostBinding(\"class.bx--inline-notification--info\") get isInfo() { return this.notificationObj.type === \"info\"; }\n\t@HostBinding(\"class.bx--inline-notification--success\") get isSuccess() { return this.notificationObj.type === \"success\"; }\n\t@HostBinding(\"class.bx--inline-notification--warning\") get isWarning() { return this.notificationObj.type === \"warning\"; }\n\t@HostBinding(\"class.bx--inline-notification--low-contrast\") get isLowContrast() { return this.notificationObj.lowContrast; }\n\n\tprotected defaultNotificationObj = {\n\t\ttitle: \"\",\n\t\tmessage: \"\",\n\t\ttype: \"info\",\n\t\tcloseLabel: this.i18n.get(\"NOTIFICATION.CLOSE_BUTTON\")\n\t};\n\tprotected _notificationObj: NotificationContent = Object.assign({}, this.defaultNotificationObj);\n\n\tconstructor(protected notificationDisplayService: NotificationDisplayService, protected i18n: I18n) {}\n\n\t/**\n\t * Emits close event.\n\t */\n\tonClose() {\n\t\tthis.close.emit();\n\t}\n\n\tdestroy() {\n\t\tthis.notificationDisplayService.close(this);\n\t}\n}\n"]}
@@ -1 +1 @@
1
- [{"__symbolic":"module","version":4,"metadata":{"Notification":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":22,"character":1},"arguments":[{"selector":"ibm-notification","template":"\n\t\t<div class=\"bx--inline-notification__details\">\n\t\t\t<ibm-icon-error-filled16\n\t\t\t\t*ngIf=\"notificationObj.type === 'error'\"\n\t\t\t\tclass=\"bx--inline-notification__icon\">\n\t\t\t</ibm-icon-error-filled16>\n\t\t\t<ibm-icon-warning-filled16\n\t\t\t\t*ngIf=\"notificationObj.type === 'warning'\"\n\t\t\t\tclass=\"bx--inline-notification__icon\">\n\t\t\t</ibm-icon-warning-filled16>\n\t\t\t<ibm-icon-checkmark-filled16\n\t\t\t\t*ngIf=\"notificationObj.type === 'success'\"\n\t\t\t\tclass=\"bx--inline-notification__icon\">\n\t\t\t</ibm-icon-checkmark-filled16>\n\t\t\t<div class=\"bx--inline-notification__text-wrapper\">\n\t\t\t\t<p [innerHTML]=\"notificationObj.title\" class=\"bx--inline-notification__title\"></p>\n\t\t\t\t<p [innerHTML]=\"notificationObj.message\" class=\"bx--inline-notification__subtitle\"></p>\n\t\t\t</div>\n\t\t</div>\n\t\t<button\n\t\t\t(click)=\"onClose()\"\n\t\t\tclass=\"bx--inline-notification__close-button\"\n\t\t\t[attr.aria-label]=\"notificationObj.closeLabel | async\"\n\t\t\ttype=\"button\">\n\t\t\t<ibm-icon-close16 class=\"bx--inline-notification__close-icon\"></ibm-icon-close16>\n\t\t</button>\n\t"}]}],"members":{"notificationObj":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":60,"character":2}}]}],"close":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":73,"character":2}}]}],"notification":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":77,"character":2},"arguments":["notification"]}]}],"notificationID":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":79,"character":2},"arguments":["attr.id"]}]}],"notificationClass":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":80,"character":2},"arguments":["class.bx--inline-notification"]}]}],"role":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":81,"character":2},"arguments":["attr.role"]}]}],"isError":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":83,"character":2},"arguments":["class.bx--inline-notification--error"]}]}],"isInfo":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":84,"character":2},"arguments":["class.bx--inline-notification--info"]}]}],"isSuccess":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":85,"character":2},"arguments":["class.bx--inline-notification--success"]}]}],"isWarning":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":86,"character":2},"arguments":["class.bx--inline-notification--warning"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"./notification-display.service","name":"NotificationDisplayService","line":96,"character":51},{"__symbolic":"reference","module":"./../i18n/i18n.module","name":"I18n","line":96,"character":95}]}],"onClose":[{"__symbolic":"method"}],"destroy":[{"__symbolic":"method"}]}}}}]
1
+ [{"__symbolic":"module","version":4,"metadata":{"Notification":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":22,"character":1},"arguments":[{"selector":"ibm-notification","template":"\n\t\t<div class=\"bx--inline-notification__details\">\n\t\t\t<ibm-icon-error-filled16\n\t\t\t\t*ngIf=\"notificationObj.type === 'error'\"\n\t\t\t\tclass=\"bx--inline-notification__icon\">\n\t\t\t</ibm-icon-error-filled16>\n\t\t\t<ibm-icon-warning-filled16\n\t\t\t\t*ngIf=\"notificationObj.type === 'warning'\"\n\t\t\t\tclass=\"bx--inline-notification__icon\">\n\t\t\t</ibm-icon-warning-filled16>\n\t\t\t<ibm-icon-checkmark-filled16\n\t\t\t\t*ngIf=\"notificationObj.type === 'success'\"\n\t\t\t\tclass=\"bx--inline-notification__icon\">\n\t\t\t</ibm-icon-checkmark-filled16>\n\t\t\t<div class=\"bx--inline-notification__text-wrapper\">\n\t\t\t\t<p [innerHTML]=\"notificationObj.title\" class=\"bx--inline-notification__title\"></p>\n\t\t\t\t<p [innerHTML]=\"notificationObj.message\" class=\"bx--inline-notification__subtitle\"></p>\n\t\t\t</div>\n\t\t</div>\n\t\t<button\n\t\t\t(click)=\"onClose()\"\n\t\t\tclass=\"bx--inline-notification__close-button\"\n\t\t\t[attr.aria-label]=\"notificationObj.closeLabel | async\"\n\t\t\ttype=\"button\">\n\t\t\t<ibm-icon-close16 class=\"bx--inline-notification__close-icon\"></ibm-icon-close16>\n\t\t</button>\n\t"}]}],"members":{"notificationObj":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":60,"character":2}}]}],"close":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":73,"character":2}}]}],"notification":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":77,"character":2},"arguments":["notification"]}]}],"notificationID":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":79,"character":2},"arguments":["attr.id"]}]}],"notificationClass":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":80,"character":2},"arguments":["class.bx--inline-notification"]}]}],"role":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":81,"character":2},"arguments":["attr.role"]}]}],"isError":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":83,"character":2},"arguments":["class.bx--inline-notification--error"]}]}],"isInfo":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":84,"character":2},"arguments":["class.bx--inline-notification--info"]}]}],"isSuccess":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":85,"character":2},"arguments":["class.bx--inline-notification--success"]}]}],"isWarning":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":86,"character":2},"arguments":["class.bx--inline-notification--warning"]}]}],"isLowContrast":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":87,"character":2},"arguments":["class.bx--inline-notification--low-contrast"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"./notification-display.service","name":"NotificationDisplayService","line":97,"character":51},{"__symbolic":"reference","module":"./../i18n/i18n.module","name":"I18n","line":97,"character":95}]}],"onClose":[{"__symbolic":"method"}],"destroy":[{"__symbolic":"method"}]}}}}]
@@ -47,7 +47,7 @@ export function View_Notification_0(_l) { return i0.ɵvid(0, [i0.ɵqud(402653184
47
47
  var pd_0 = (_co.onClose() !== false);
48
48
  ad = (pd_0 && ad);
49
49
  } return ad; }, null, null)), i0.ɵpid(131072, i7.AsyncPipe, [i0.ChangeDetectorRef]), (_l()(), i0.ɵeld(13, 0, null, null, 1, "ibm-icon-close16", [["class", "bx--inline-notification__close-icon"]], null, null, null, i8.View_Close16_0, i8.RenderType_Close16)), i0.ɵdid(14, 49152, null, 0, i9.Close16, [], null, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.notificationObj.type === "error"); _ck(_v, 3, 0, currVal_0); var currVal_1 = (_co.notificationObj.type === "warning"); _ck(_v, 5, 0, currVal_1); var currVal_2 = (_co.notificationObj.type === "success"); _ck(_v, 7, 0, currVal_2); }, function (_ck, _v) { var _co = _v.component; var currVal_3 = _co.notificationObj.title; _ck(_v, 9, 0, currVal_3); var currVal_4 = _co.notificationObj.message; _ck(_v, 10, 0, currVal_4); var currVal_5 = i0.ɵunv(_v, 11, 0, i0.ɵnov(_v, 12).transform(_co.notificationObj.closeLabel)); _ck(_v, 11, 0, currVal_5); }); }
50
- export function View_Notification_Host_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "ibm-notification", [], [[1, "id", 0], [2, "bx--inline-notification", null], [1, "role", 0], [2, "bx--inline-notification--error", null], [2, "bx--inline-notification--info", null], [2, "bx--inline-notification--success", null], [2, "bx--inline-notification--warning", null]], null, null, View_Notification_0, RenderType_Notification)), i0.ɵdid(1, 49152, null, 0, i10.Notification, [i11.NotificationDisplayService, i12.I18n], null, null)], null, function (_ck, _v) { var currVal_0 = i0.ɵnov(_v, 1).notificationID; var currVal_1 = i0.ɵnov(_v, 1).notificationClass; var currVal_2 = i0.ɵnov(_v, 1).role; var currVal_3 = i0.ɵnov(_v, 1).isError; var currVal_4 = i0.ɵnov(_v, 1).isInfo; var currVal_5 = i0.ɵnov(_v, 1).isSuccess; var currVal_6 = i0.ɵnov(_v, 1).isWarning; _ck(_v, 0, 0, currVal_0, currVal_1, currVal_2, currVal_3, currVal_4, currVal_5, currVal_6); }); }
50
+ export function View_Notification_Host_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "ibm-notification", [], [[1, "id", 0], [2, "bx--inline-notification", null], [1, "role", 0], [2, "bx--inline-notification--error", null], [2, "bx--inline-notification--info", null], [2, "bx--inline-notification--success", null], [2, "bx--inline-notification--warning", null], [2, "bx--inline-notification--low-contrast", null]], null, null, View_Notification_0, RenderType_Notification)), i0.ɵdid(1, 49152, null, 0, i10.Notification, [i11.NotificationDisplayService, i12.I18n], null, null)], null, function (_ck, _v) { var currVal_0 = i0.ɵnov(_v, 1).notificationID; var currVal_1 = i0.ɵnov(_v, 1).notificationClass; var currVal_2 = i0.ɵnov(_v, 1).role; var currVal_3 = i0.ɵnov(_v, 1).isError; var currVal_4 = i0.ɵnov(_v, 1).isInfo; var currVal_5 = i0.ɵnov(_v, 1).isSuccess; var currVal_6 = i0.ɵnov(_v, 1).isWarning; var currVal_7 = i0.ɵnov(_v, 1).isLowContrast; _ck(_v, 0, 0, currVal_0, currVal_1, currVal_2, currVal_3, currVal_4, currVal_5, currVal_6, currVal_7); }); }
51
51
  var NotificationNgFactory = i0.ɵccf("ibm-notification", i10.Notification, View_Notification_Host_0, { notificationObj: "notificationObj" }, { close: "close" }, []);
52
52
  export { NotificationNgFactory as NotificationNgFactory };
53
53
  //# sourceMappingURL=notification.component.ngfactory.js.map