carbon-components-angular 5.26.0 → 5.26.2

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 (354) hide show
  1. package/README.md +2 -1
  2. package/docs/documentation/classes/CheckboxExportedTests.html +168 -108
  3. package/docs/documentation/classes/ComponentTests.html +150 -90
  4. package/docs/documentation/classes/DataGridInteractionModel.html +341 -289
  5. package/docs/documentation/classes/IconCache.html +191 -131
  6. package/docs/documentation/classes/IconMemoryCache.html +194 -134
  7. package/docs/documentation/classes/IconNameNotFoundError.html +70 -6
  8. package/docs/documentation/classes/IconSizeNotFoundError.html +70 -6
  9. package/docs/documentation/classes/NumberChange.html +69 -5
  10. package/docs/documentation/classes/Overridable.html +110 -48
  11. package/docs/documentation/classes/PaginationModel.html +69 -5
  12. package/docs/documentation/classes/RadioChange.html +69 -5
  13. package/docs/documentation/classes/TableAdapter.html +354 -302
  14. package/docs/documentation/classes/TableCellAdapter.html +69 -5
  15. package/docs/documentation/classes/TableDomAdapter.html +610 -566
  16. package/docs/documentation/classes/TableHeaderItem.html +169 -109
  17. package/docs/documentation/classes/TableItem.html +73 -9
  18. package/docs/documentation/classes/TableModel.html +1250 -1234
  19. package/docs/documentation/classes/TableRow.html +70 -6
  20. package/docs/documentation/classes/TableRowAdapter.html +69 -5
  21. package/docs/documentation/components/Accordion.html +90 -26
  22. package/docs/documentation/components/AccordionItem.html +118 -56
  23. package/docs/documentation/components/ActionableNotification.html +146 -84
  24. package/docs/documentation/components/AlertModal.html +175 -115
  25. package/docs/documentation/components/BaseIconButton.html +69 -5
  26. package/docs/documentation/components/BaseNotification.html +134 -72
  27. package/docs/documentation/components/BaseTabHeader.html +186 -126
  28. package/docs/documentation/components/Breadcrumb.html +141 -79
  29. package/docs/documentation/components/BreadcrumbItemComponent.html +114 -52
  30. package/docs/documentation/components/ButtonSet.html +70 -6
  31. package/docs/documentation/components/Checkbox.html +482 -434
  32. package/docs/documentation/components/ClickableTile.html +106 -44
  33. package/docs/documentation/components/CodeSnippet.html +136 -72
  34. package/docs/documentation/components/ComboBox.html +757 -719
  35. package/docs/documentation/components/ContainedList.html +112 -50
  36. package/docs/documentation/components/ContainedListItem.html +122 -60
  37. package/docs/documentation/components/ContentSwitcher.html +127 -65
  38. package/docs/documentation/components/ContextMenuComponent.html +167 -107
  39. package/docs/documentation/components/ContextMenuDividerComponent.html +69 -5
  40. package/docs/documentation/components/ContextMenuGroupComponent.html +127 -65
  41. package/docs/documentation/components/ContextMenuItemComponent.html +281 -221
  42. package/docs/documentation/components/DatePicker.html +743 -703
  43. package/docs/documentation/components/DatePickerInput.html +269 -215
  44. package/docs/documentation/components/Dialog.html +318 -264
  45. package/docs/documentation/components/Documentation.html +96 -32
  46. package/docs/documentation/components/Dropdown.html +661 -617
  47. package/docs/documentation/components/DropdownList.html +679 -639
  48. package/docs/documentation/components/ExpandableTile.html +99 -35
  49. package/docs/documentation/components/FileComponent.html +78 -14
  50. package/docs/documentation/components/FileUploader.html +475 -431
  51. package/docs/documentation/components/Hamburger.html +81 -17
  52. package/docs/documentation/components/Header.html +143 -83
  53. package/docs/documentation/components/HeaderAction.html +79 -15
  54. package/docs/documentation/components/HeaderGlobal.html +69 -5
  55. package/docs/documentation/components/HeaderItem.html +105 -43
  56. package/docs/documentation/components/HeaderMenu.html +200 -140
  57. package/docs/documentation/components/HeaderNavigation.html +69 -5
  58. package/docs/documentation/components/IconButton.html +138 -76
  59. package/docs/documentation/components/InlineLoading.html +70 -6
  60. package/docs/documentation/components/Label.html +129 -67
  61. package/docs/documentation/components/ListColumn.html +70 -6
  62. package/docs/documentation/components/ListHeader.html +90 -26
  63. package/docs/documentation/components/ListRow.html +166 -104
  64. package/docs/documentation/components/Loading.html +70 -6
  65. package/docs/documentation/components/Modal.html +191 -131
  66. package/docs/documentation/components/ModalFooter.html +69 -5
  67. package/docs/documentation/components/ModalHeader.html +83 -19
  68. package/docs/documentation/components/Notification.html +146 -84
  69. package/docs/documentation/components/NumberComponent.html +389 -337
  70. package/docs/documentation/components/OverflowMenu.html +110 -48
  71. package/docs/documentation/components/OverflowMenuCustomPane.html +398 -346
  72. package/docs/documentation/components/OverflowMenuOption.html +106 -42
  73. package/docs/documentation/components/OverflowMenuPane.html +426 -374
  74. package/docs/documentation/components/Overlay.html +106 -44
  75. package/docs/documentation/components/Pagination.html +73 -9
  76. package/docs/documentation/components/PaginationNav.html +188 -128
  77. package/docs/documentation/components/PaginationNavItem.html +71 -7
  78. package/docs/documentation/components/PaginationOverflow.html +107 -45
  79. package/docs/documentation/components/Panel.html +69 -5
  80. package/docs/documentation/components/PasswordInputLabelComponent.html +137 -75
  81. package/docs/documentation/components/Placeholder.html +80 -16
  82. package/docs/documentation/components/PopoverContent.html +78 -14
  83. package/docs/documentation/components/ProgressBar.html +106 -44
  84. package/docs/documentation/components/ProgressIndicator.html +216 -158
  85. package/docs/documentation/components/Radio.html +237 -181
  86. package/docs/documentation/components/RadioGroup.html +412 -360
  87. package/docs/documentation/components/Search.html +509 -463
  88. package/docs/documentation/components/Select.html +337 -285
  89. package/docs/documentation/components/SelectionTile.html +158 -98
  90. package/docs/documentation/components/SideNav.html +78 -14
  91. package/docs/documentation/components/SideNavItem.html +183 -121
  92. package/docs/documentation/components/SideNavMenu.html +107 -43
  93. package/docs/documentation/components/SkeletonPlaceholder.html +70 -6
  94. package/docs/documentation/components/SkeletonText.html +124 -62
  95. package/docs/documentation/components/Slider.html +840 -810
  96. package/docs/documentation/components/StructuredList.html +211 -153
  97. package/docs/documentation/components/SwitcherList.html +70 -6
  98. package/docs/documentation/components/SwitcherListItem.html +105 -43
  99. package/docs/documentation/components/Tab.html +267 -53
  100. package/docs/documentation/components/TabHeaderGroup.html +316 -260
  101. package/docs/documentation/components/TabHeaders.html +425 -373
  102. package/docs/documentation/components/TabSkeleton.html +69 -5
  103. package/docs/documentation/components/Table.html +973 -947
  104. package/docs/documentation/components/TableBody.html +241 -185
  105. package/docs/documentation/components/TableCheckbox.html +119 -57
  106. package/docs/documentation/components/TableContainer.html +78 -14
  107. package/docs/documentation/components/TableData.html +69 -5
  108. package/docs/documentation/components/TableExpandButton.html +78 -14
  109. package/docs/documentation/components/TableExpandedRow.html +141 -81
  110. package/docs/documentation/components/TableHead.html +124 -60
  111. package/docs/documentation/components/TableHeadCell.html +116 -52
  112. package/docs/documentation/components/TableHeadCheckbox.html +78 -14
  113. package/docs/documentation/components/TableHeadExpand.html +69 -5
  114. package/docs/documentation/components/TableHeader.html +69 -5
  115. package/docs/documentation/components/TableRadio.html +119 -57
  116. package/docs/documentation/components/TableRowComponent.html +123 -59
  117. package/docs/documentation/components/TableToolbar.html +79 -15
  118. package/docs/documentation/components/TableToolbarActions.html +69 -5
  119. package/docs/documentation/components/TableToolbarContent.html +69 -5
  120. package/docs/documentation/components/TableToolbarSearch.html +563 -517
  121. package/docs/documentation/components/Tabs.html +130 -68
  122. package/docs/documentation/components/Tag.html +70 -6
  123. package/docs/documentation/components/TagFilter.html +150 -90
  124. package/docs/documentation/components/TextInputLabelComponent.html +118 -56
  125. package/docs/documentation/components/TextareaLabelComponent.html +118 -56
  126. package/docs/documentation/components/Tile.html +70 -6
  127. package/docs/documentation/components/TileGroup.html +247 -191
  128. package/docs/documentation/components/TimePicker.html +321 -269
  129. package/docs/documentation/components/TimePickerSelect.html +382 -330
  130. package/docs/documentation/components/Toast.html +155 -93
  131. package/docs/documentation/components/Toggle.html +568 -522
  132. package/docs/documentation/components/Toggletip.html +491 -441
  133. package/docs/documentation/components/Tooltip.html +578 -534
  134. package/docs/documentation/components/TooltipDefinition.html +559 -513
  135. package/docs/documentation/components/TreeNodeComponent.html +353 -303
  136. package/docs/documentation/components/TreeViewComponent.html +155 -93
  137. package/docs/documentation/coverage.html +71 -7
  138. package/docs/documentation/dependencies.html +69 -5
  139. package/docs/documentation/directives/AbstractDropdownView.html +347 -291
  140. package/docs/documentation/directives/ActionableButton.html +69 -5
  141. package/docs/documentation/directives/ActionableSubtitle.html +69 -5
  142. package/docs/documentation/directives/ActionableTitle.html +69 -5
  143. package/docs/documentation/directives/BaseModal.html +79 -15
  144. package/docs/documentation/directives/Button.html +71 -7
  145. package/docs/documentation/directives/ColumnDirective.html +108 -44
  146. package/docs/documentation/directives/ContentSwitcherOption.html +162 -102
  147. package/docs/documentation/directives/DialogDirective.html +322 -268
  148. package/docs/documentation/directives/ExpandableTileAboveFoldDirective.html +69 -5
  149. package/docs/documentation/directives/ExpandableTileBelowFoldDirective.html +69 -5
  150. package/docs/documentation/directives/ExpandedRowHover.html +145 -85
  151. package/docs/documentation/directives/GridDirective.html +89 -25
  152. package/docs/documentation/directives/IconDirective.html +158 -98
  153. package/docs/documentation/directives/LayerDirective.html +79 -15
  154. package/docs/documentation/directives/Link.html +70 -6
  155. package/docs/documentation/directives/List.html +70 -6
  156. package/docs/documentation/directives/ListItemDirective.html +69 -5
  157. package/docs/documentation/directives/ModalContent.html +69 -5
  158. package/docs/documentation/directives/ModalContentText.html +69 -5
  159. package/docs/documentation/directives/ModalHeaderHeading.html +69 -5
  160. package/docs/documentation/directives/ModalHeaderLabel.html +69 -5
  161. package/docs/documentation/directives/NotificationSubtitle.html +69 -5
  162. package/docs/documentation/directives/NotificationTitle.html +69 -5
  163. package/docs/documentation/directives/OptGroup.html +69 -5
  164. package/docs/documentation/directives/Option.html +69 -5
  165. package/docs/documentation/directives/OverflowMenuDirective.html +377 -323
  166. package/docs/documentation/directives/PasswordInput.html +78 -14
  167. package/docs/documentation/directives/PopoverContainer.html +305 -249
  168. package/docs/documentation/directives/RowDirective.html +69 -5
  169. package/docs/documentation/directives/ScrollableList.html +419 -371
  170. package/docs/documentation/directives/StackDirective.html +70 -6
  171. package/docs/documentation/directives/TabHeader.html +107 -43
  172. package/docs/documentation/directives/TableDirective.html +69 -5
  173. package/docs/documentation/directives/TableHeadCellLabel.html +69 -5
  174. package/docs/documentation/directives/TableHeaderDescription.html +69 -5
  175. package/docs/documentation/directives/TableHeaderTitle.html +69 -5
  176. package/docs/documentation/directives/TextArea.html +70 -6
  177. package/docs/documentation/directives/TextInput.html +70 -6
  178. package/docs/documentation/directives/ThemeDirective.html +79 -15
  179. package/docs/documentation/directives/ToastCaption.html +69 -5
  180. package/docs/documentation/directives/ToastSubtitle.html +69 -5
  181. package/docs/documentation/directives/ToastTitle.html +69 -5
  182. package/docs/documentation/directives/ToggletipAction.html +69 -5
  183. package/docs/documentation/directives/ToggletipButton.html +69 -5
  184. package/docs/documentation/directives/ToggletipContent.html +69 -5
  185. package/docs/documentation/directives/ToggletipLabel.html +69 -5
  186. package/docs/documentation/index.html +78 -8
  187. package/docs/documentation/injectables/AnimationFrameService.html +69 -5
  188. package/docs/documentation/injectables/AnimationFrameServiceSingleton.html +120 -58
  189. package/docs/documentation/injectables/BaseModalService.html +159 -99
  190. package/docs/documentation/injectables/ContextMenuSelectionService.html +189 -131
  191. package/docs/documentation/injectables/DialogService.html +212 -152
  192. package/docs/documentation/injectables/DocumentService.html +170 -110
  193. package/docs/documentation/injectables/DropdownService.html +285 -229
  194. package/docs/documentation/injectables/ElementService.html +127 -65
  195. package/docs/documentation/injectables/EventService.html +194 -134
  196. package/docs/documentation/injectables/ExperimentalService.html +276 -220
  197. package/docs/documentation/injectables/GridService.html +110 -48
  198. package/docs/documentation/injectables/I18n.html +506 -458
  199. package/docs/documentation/injectables/IconService.html +309 -255
  200. package/docs/documentation/injectables/ModalService.html +215 -157
  201. package/docs/documentation/injectables/NotificationDisplayService.html +110 -48
  202. package/docs/documentation/injectables/NotificationService.html +349 -295
  203. package/docs/documentation/injectables/PlaceholderService.html +475 -427
  204. package/docs/documentation/injectables/TreeViewService.html +115 -53
  205. package/docs/documentation/interfaces/ActionableContent.html +70 -6
  206. package/docs/documentation/interfaces/AlertModalData.html +69 -5
  207. package/docs/documentation/interfaces/BreadcrumbItem.html +69 -5
  208. package/docs/documentation/interfaces/CloseMeta.html +69 -5
  209. package/docs/documentation/interfaces/DataGridPosition.html +69 -5
  210. package/docs/documentation/interfaces/DialogConfig.html +69 -5
  211. package/docs/documentation/interfaces/ElementVisibilityEvent.html +69 -5
  212. package/docs/documentation/interfaces/ExpandableTileTranslations.html +69 -5
  213. package/docs/documentation/interfaces/Experiment.html +69 -5
  214. package/docs/documentation/interfaces/FileItem.html +69 -5
  215. package/docs/documentation/interfaces/HeaderItemInterface.html +69 -5
  216. package/docs/documentation/interfaces/IconDescriptor.html +69 -5
  217. package/docs/documentation/interfaces/ListItem.html +70 -6
  218. package/docs/documentation/interfaces/ModalButton.html +69 -5
  219. package/docs/documentation/interfaces/NavigationItem.html +69 -5
  220. package/docs/documentation/interfaces/Node.html +69 -5
  221. package/docs/documentation/interfaces/NotificationAction.html +69 -5
  222. package/docs/documentation/interfaces/NotificationContent.html +69 -5
  223. package/docs/documentation/interfaces/NotificationLink.html +69 -5
  224. package/docs/documentation/interfaces/PaginationNavTranslations.html +69 -5
  225. package/docs/documentation/interfaces/PaginationTranslations.html +69 -5
  226. package/docs/documentation/interfaces/ScrollCustomEvent.html +70 -6
  227. package/docs/documentation/interfaces/SideNavItemInterface.html +70 -6
  228. package/docs/documentation/interfaces/Step.html +69 -5
  229. package/docs/documentation/interfaces/TableTranslations.html +69 -5
  230. package/docs/documentation/interfaces/TileSelection.html +69 -5
  231. package/docs/documentation/interfaces/ToastContent.html +70 -6
  232. package/docs/documentation/interfaces/TooltipConfig.html +69 -5
  233. package/docs/documentation/js/libs/bootstrap-native.js +2 -1
  234. package/docs/documentation/js/libs/es6-shim.min.js +11 -10
  235. package/docs/documentation/js/libs/tablesort.min.js +3 -3
  236. package/docs/documentation/js/libs/tablesort.number.min.js +2 -2
  237. package/docs/documentation/js/libs/vis.min.js +1 -1
  238. package/docs/documentation/js/menu-wc_es5.js +17 -19
  239. package/docs/documentation/js/menu.js +0 -55
  240. package/docs/documentation/js/search/search.js +71 -56
  241. package/docs/documentation/js/search/search_index.js +2 -2
  242. package/docs/documentation/license.html +72 -8
  243. package/docs/documentation/miscellaneous/enumerations.html +69 -5
  244. package/docs/documentation/miscellaneous/functions.html +831 -819
  245. package/docs/documentation/miscellaneous/typealiases.html +69 -5
  246. package/docs/documentation/miscellaneous/variables.html +70 -6
  247. package/docs/documentation/modules/AccordionModule.html +69 -5
  248. package/docs/documentation/modules/BreadcrumbModule.html +69 -5
  249. package/docs/documentation/modules/ButtonModule.html +69 -5
  250. package/docs/documentation/modules/CheckboxModule.html +69 -5
  251. package/docs/documentation/modules/CodeSnippetModule/dependencies.svg +4 -4
  252. package/docs/documentation/modules/CodeSnippetModule.html +73 -9
  253. package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
  254. package/docs/documentation/modules/ComboBoxModule.html +73 -9
  255. package/docs/documentation/modules/ContainedListModule.html +69 -5
  256. package/docs/documentation/modules/ContentSwitcherModule/dependencies.svg +4 -4
  257. package/docs/documentation/modules/ContentSwitcherModule.html +73 -9
  258. package/docs/documentation/modules/ContextMenuModule.html +69 -5
  259. package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +20 -20
  260. package/docs/documentation/modules/DatePickerInputModule.html +89 -25
  261. package/docs/documentation/modules/DatePickerModule/dependencies.svg +50 -46
  262. package/docs/documentation/modules/DatePickerModule.html +119 -51
  263. package/docs/documentation/modules/DialogModule.html +69 -5
  264. package/docs/documentation/modules/DocumentationModule.html +69 -5
  265. package/docs/documentation/modules/DropdownModule.html +69 -5
  266. package/docs/documentation/modules/ExperimentalModule.html +69 -5
  267. package/docs/documentation/modules/FileUploaderModule/dependencies.svg +58 -58
  268. package/docs/documentation/modules/FileUploaderModule.html +127 -63
  269. package/docs/documentation/modules/GridModule.html +69 -5
  270. package/docs/documentation/modules/HeaderModule.html +69 -5
  271. package/docs/documentation/modules/I18nModule.html +69 -5
  272. package/docs/documentation/modules/IconModule.html +69 -5
  273. package/docs/documentation/modules/InlineLoadingModule.html +69 -5
  274. package/docs/documentation/modules/InputModule.html +69 -5
  275. package/docs/documentation/modules/LayerModule.html +69 -5
  276. package/docs/documentation/modules/LayoutModule.html +69 -5
  277. package/docs/documentation/modules/LinkModule.html +69 -5
  278. package/docs/documentation/modules/ListModule.html +69 -5
  279. package/docs/documentation/modules/LoadingModule.html +69 -5
  280. package/docs/documentation/modules/ModalModule.html +69 -5
  281. package/docs/documentation/modules/NFormsModule.html +69 -5
  282. package/docs/documentation/modules/NotificationModule.html +69 -5
  283. package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
  284. package/docs/documentation/modules/NumberModule.html +73 -9
  285. package/docs/documentation/modules/PaginationModule.html +69 -5
  286. package/docs/documentation/modules/PanelModule/dependencies.svg +36 -36
  287. package/docs/documentation/modules/PanelModule.html +105 -41
  288. package/docs/documentation/modules/PlaceholderModule.html +69 -5
  289. package/docs/documentation/modules/PopoverModule.html +69 -5
  290. package/docs/documentation/modules/ProgressBarModule.html +69 -5
  291. package/docs/documentation/modules/ProgressIndicatorModule.html +69 -5
  292. package/docs/documentation/modules/RadioModule/dependencies.svg +43 -47
  293. package/docs/documentation/modules/RadioModule.html +112 -52
  294. package/docs/documentation/modules/SearchModule/dependencies.svg +4 -4
  295. package/docs/documentation/modules/SearchModule.html +73 -9
  296. package/docs/documentation/modules/SelectModule/dependencies.svg +34 -34
  297. package/docs/documentation/modules/SelectModule.html +103 -39
  298. package/docs/documentation/modules/SideNavModule.html +69 -5
  299. package/docs/documentation/modules/SkeletonModule.html +69 -5
  300. package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
  301. package/docs/documentation/modules/SliderModule.html +73 -9
  302. package/docs/documentation/modules/StructuredListModule.html +69 -5
  303. package/docs/documentation/modules/TableModule.html +68 -4
  304. package/docs/documentation/modules/TabsModule.html +69 -5
  305. package/docs/documentation/modules/TagModule/dependencies.svg +28 -28
  306. package/docs/documentation/modules/TagModule.html +97 -33
  307. package/docs/documentation/modules/ThemeModule/dependencies.svg +15 -15
  308. package/docs/documentation/modules/ThemeModule.html +84 -20
  309. package/docs/documentation/modules/TilesModule/dependencies.svg +98 -98
  310. package/docs/documentation/modules/TilesModule.html +167 -103
  311. package/docs/documentation/modules/TimePickerModule/dependencies.svg +45 -41
  312. package/docs/documentation/modules/TimePickerModule.html +114 -46
  313. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +46 -42
  314. package/docs/documentation/modules/TimePickerSelectModule.html +115 -47
  315. package/docs/documentation/modules/ToggleModule/dependencies.svg +26 -26
  316. package/docs/documentation/modules/ToggleModule.html +95 -31
  317. package/docs/documentation/modules/ToggletipModule/dependencies.svg +4 -4
  318. package/docs/documentation/modules/ToggletipModule.html +73 -9
  319. package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
  320. package/docs/documentation/modules/TooltipModule.html +73 -9
  321. package/docs/documentation/modules/TreeviewModule/dependencies.svg +32 -32
  322. package/docs/documentation/modules/TreeviewModule.html +101 -37
  323. package/docs/documentation/modules/UIShellModule.html +69 -5
  324. package/docs/documentation/modules/UtilsModule.html +69 -5
  325. package/docs/documentation/modules.html +68 -4
  326. package/docs/documentation/overview.html +68 -4
  327. package/docs/documentation/pipes/ReplacePipe.html +114 -52
  328. package/docs/documentation/properties.html +69 -5
  329. package/docs/documentation/styles/compodoc.css +11 -8
  330. package/docs/documentation.json +2158 -1848
  331. package/docs/storybook/{3348.9d9f3238.iframe.bundle.js → 3348.03939d46.iframe.bundle.js} +1 -1
  332. package/docs/storybook/{959.4248791c.iframe.bundle.js → 959.05fb42da.iframe.bundle.js} +3 -3
  333. package/docs/storybook/{959.4248791c.iframe.bundle.js.map → 959.05fb42da.iframe.bundle.js.map} +1 -1
  334. package/docs/storybook/iframe.html +3 -3
  335. package/docs/storybook/main.cfffa2d2.iframe.bundle.js +1 -0
  336. package/docs/storybook/main.css +2 -4
  337. package/docs/storybook/project.json +1 -1
  338. package/docs/storybook/{runtime~main.33c694dd.iframe.bundle.js → runtime~main.c3f8e5ba.iframe.bundle.js} +1 -1
  339. package/docs/storybook/sb-addons/essentials-controls-1/manager-bundle.js +29 -29
  340. package/docs/storybook/{tabs-tabs-stories.183f4129.iframe.bundle.js → tabs-tabs-stories.066fa432.iframe.bundle.js} +1 -1
  341. package/esm2020/tabs/tab.component.mjs +20 -3
  342. package/esm2020/ui-shell/sidenav/sidenav-item.component.mjs +15 -13
  343. package/fesm2015/carbon-components-angular-tabs.mjs +24 -7
  344. package/fesm2015/carbon-components-angular-tabs.mjs.map +1 -1
  345. package/fesm2015/carbon-components-angular-ui-shell.mjs +14 -12
  346. package/fesm2015/carbon-components-angular-ui-shell.mjs.map +1 -1
  347. package/fesm2020/carbon-components-angular-tabs.mjs +24 -7
  348. package/fesm2020/carbon-components-angular-tabs.mjs.map +1 -1
  349. package/fesm2020/carbon-components-angular-ui-shell.mjs +14 -12
  350. package/fesm2020/carbon-components-angular-ui-shell.mjs.map +1 -1
  351. package/package.json +1 -1
  352. package/tabs/tab.component.d.ts +10 -1
  353. package/docs/storybook/main.67c70a42.iframe.bundle.js +0 -1
  354. /package/docs/storybook/{959.4248791c.iframe.bundle.js.LICENSE.txt → 959.05fb42da.iframe.bundle.js.LICENSE.txt} +0 -0
@@ -12,10 +12,61 @@
12
12
  <link rel="stylesheet" href="../styles/dark.css">
13
13
  </head>
14
14
  <body>
15
-
16
- <div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
17
- <a href="../" class="navbar-brand">carbon-components-angular documentation</a>
18
- <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
15
+ <script>
16
+ // Blocking script to avoid flickering dark mode
17
+ // Dark mode toggle button
18
+ var useDark = window.matchMedia('(prefers-color-scheme: dark)');
19
+ var darkModeState = useDark.matches;
20
+ var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
21
+ var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
22
+ var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
23
+
24
+ function checkToggle(check) {
25
+ for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
26
+ $darkModeToggleSwitchers[i].checked = check;
27
+ }
28
+ }
29
+
30
+ function toggleDarkMode(state) {
31
+ if (window.localStorage) {
32
+ localStorage.setItem('compodoc_darkmode-state', state);
33
+ }
34
+
35
+ checkToggle(state);
36
+
37
+ const hasClass = document.body.classList.contains('dark');
38
+
39
+ if (state) {
40
+ for (var i = 0; i < $darkModeToggles.length; i++) {
41
+ $darkModeToggles[i].classList.add('dark');
42
+ }
43
+ if (!hasClass) {
44
+ document.body.classList.add('dark');
45
+ }
46
+ } else {
47
+ for (var i = 0; i < $darkModeToggles.length; i++) {
48
+ $darkModeToggles[i].classList.remove('dark');
49
+ }
50
+ if (hasClass) {
51
+ document.body.classList.remove('dark');
52
+ }
53
+ }
54
+ }
55
+
56
+ useDark.addEventListener('change', function (evt) {
57
+ toggleDarkMode(evt.matches);
58
+ });
59
+ if (darkModeStateLocal) {
60
+ darkModeState = darkModeStateLocal === 'true';
61
+ }
62
+ toggleDarkMode(darkModeState);
63
+ </script>
64
+
65
+ <div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
66
+ <div class="d-flex">
67
+ <a href="../" class="navbar-brand">carbon-components-angular documentation</a>
68
+ <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
69
+ </div>
19
70
  </div>
20
71
 
21
72
  <div class="xs-menu menu" id="mobile-menu">
@@ -24,7 +75,7 @@
24
75
 
25
76
  <div class="container-fluid main">
26
77
  <div class="row main">
27
- <div class="hidden-xs menu">
78
+ <div class="d-none d-md-block menu">
28
79
  <compodoc-menu mode="normal"></compodoc-menu>
29
80
  </div>
30
81
  <!-- START CONTENT -->
@@ -70,7 +121,7 @@
70
121
  </p>
71
122
  <p class="comment">
72
123
  <p>Get started with importing the module:</p>
73
- <div><pre class="line-numbers"><code class="language-typescript">import { ComboBoxModule } from &#39;carbon-components-angular&#39;;</code></pre></div><p>ComboBoxes are similar to dropdowns, except a combobox provides an input field for users to search items and (optionally) add their own.
124
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">import { ComboBoxModule } from &#39;carbon-components-angular&#39;;</code></pre></div><p>ComboBoxes are similar to dropdowns, except a combobox provides an input field for users to search items and (optionally) add their own.
74
125
  Multi-select comboboxes also provide &quot;pills&quot; of selected items.</p>
75
126
  <p><a href="../../?path=/story/components-combobox--basic">See demo</a></p>
76
127
 
@@ -1146,7 +1197,7 @@ Multi-select comboboxes also provide &quot;pills&quot; of selected items.</p>
1146
1197
  <td class="col-md-4">
1147
1198
  <div class="io-description"><p>List of items to fill the content with.</p>
1148
1199
  <p><strong>Example:</strong></p>
1149
- <div><pre class="line-numbers"><code class="language-javascript">items = [
1200
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-javascript">items = [
1150
1201
  {
1151
1202
  content: &quot;Abacus&quot;,
1152
1203
  selected: false
@@ -1599,7 +1650,7 @@ Multi-select comboboxes also provide &quot;pills&quot; of selected items.</p>
1599
1650
  <td class="col-md-4">
1600
1651
  <div class="io-description"><p>Emits a ListItem</p>
1601
1652
  <p>Example:</p>
1602
- <div><pre class="line-numbers"><code class="language-javascript">{
1653
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-javascript">{
1603
1654
  content: &quot;one&quot;,
1604
1655
  selected: true
1605
1656
  }</code></pre></div></div>
@@ -1631,7 +1682,7 @@ Multi-select comboboxes also provide &quot;pills&quot; of selected items.</p>
1631
1682
  <div class="io-description"><p>Intended to be used to add items to the list.</p>
1632
1683
  <p>Emits an event that includes the current item list, the suggested index for the new item, and a simple ListItem</p>
1633
1684
  <p>Example:</p>
1634
- <div><pre class="line-numbers"><code class="language-javascript"> {
1685
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-javascript"> {
1635
1686
  items: [{content: &quot;one&quot;, selected: true}, {content: &quot;two&quot;, selected: true}],
1636
1687
  index: 1,
1637
1688
  value: {
@@ -1639,7 +1690,7 @@ Multi-select comboboxes also provide &quot;pills&quot; of selected items.</p>
1639
1690
  selected: false
1640
1691
  }
1641
1692
  }</code></pre></div><p>Example:</p>
1642
- <div><pre class="line-numbers"><code class="language-javascript">{
1693
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-javascript">{
1643
1694
  after: 1,
1644
1695
  value: &quot;some user string&quot;
1645
1696
  }</code></pre></div></div>
@@ -1737,17 +1788,17 @@ Multi-select comboboxes also provide &quot;pills&quot; of selected items.</p>
1737
1788
  </tr>
1738
1789
 
1739
1790
 
1740
- <tr>
1741
- <td class="col-md-4">
1742
- <div class="io-line">Defined in <a href="" data-line="565"
1743
- class="link-to-prism">src/combobox/combobox.component.ts:565</a></div>
1744
- </td>
1745
- </tr>
1791
+ <tr>
1792
+ <td class="col-md-4">
1793
+ <div class="io-line">Defined in <a href="" data-line="565"
1794
+ class="link-to-prism">src/combobox/combobox.component.ts:565</a></div>
1795
+ </td>
1796
+ </tr>
1746
1797
 
1747
1798
 
1748
1799
  <tr>
1749
1800
  <td class="col-md-4">
1750
- <div class="io-description"><p>Handles <code>Escape/Tab</code> key closing the dropdown, and arrow up/down focus to/from the dropdown list.</p>
1801
+ <div class="io-description"><p>Handles <code>Escape/Tab</code> key closing the dropdown, and arrow up/down focus to/from the dropdown list.</p>
1751
1802
  </div>
1752
1803
 
1753
1804
  </td>
@@ -1778,23 +1829,23 @@ Multi-select comboboxes also provide &quot;pills&quot; of selected items.</p>
1778
1829
  </tr>
1779
1830
 
1780
1831
 
1781
- <tr>
1782
- <td class="col-md-4">
1783
- <div class="io-line">Defined in <a href="" data-line="812"
1784
- class="link-to-prism">src/combobox/combobox.component.ts:812</a></div>
1785
- </td>
1786
- </tr>
1832
+ <tr>
1833
+ <td class="col-md-4">
1834
+ <div class="io-line">Defined in <a href="" data-line="812"
1835
+ class="link-to-prism">src/combobox/combobox.component.ts:812</a></div>
1836
+ </td>
1837
+ </tr>
1787
1838
 
1788
1839
 
1789
1840
  <tr>
1790
1841
  <td class="col-md-4">
1791
- <div class="io-description"><p>Creates the <code>Dropdown</code> list as an element that is appended to the DOM body.</p>
1842
+ <div class="io-description"><p>Creates the <code>Dropdown</code> list as an element that is appended to the DOM body.</p>
1792
1843
  </div>
1793
1844
 
1794
- <div class="io-description">
1795
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1845
+ <div class="io-description">
1846
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1796
1847
 
1797
- </div>
1848
+ </div>
1798
1849
  </td>
1799
1850
  </tr>
1800
1851
  </tbody>
@@ -1817,23 +1868,23 @@ Multi-select comboboxes also provide &quot;pills&quot; of selected items.</p>
1817
1868
  </tr>
1818
1869
 
1819
1870
 
1820
- <tr>
1821
- <td class="col-md-4">
1822
- <div class="io-line">Defined in <a href="" data-line="823"
1823
- class="link-to-prism">src/combobox/combobox.component.ts:823</a></div>
1824
- </td>
1825
- </tr>
1871
+ <tr>
1872
+ <td class="col-md-4">
1873
+ <div class="io-line">Defined in <a href="" data-line="823"
1874
+ class="link-to-prism">src/combobox/combobox.component.ts:823</a></div>
1875
+ </td>
1876
+ </tr>
1826
1877
 
1827
1878
 
1828
1879
  <tr>
1829
1880
  <td class="col-md-4">
1830
- <div class="io-description"><p>Creates the <code>Dropdown</code> list appending it to the dropdown parent object instead of the body.</p>
1881
+ <div class="io-description"><p>Creates the <code>Dropdown</code> list appending it to the dropdown parent object instead of the body.</p>
1831
1882
  </div>
1832
1883
 
1833
- <div class="io-description">
1834
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1884
+ <div class="io-description">
1885
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1835
1886
 
1836
- </div>
1887
+ </div>
1837
1888
  </td>
1838
1889
  </tr>
1839
1890
  </tbody>
@@ -1856,55 +1907,53 @@ Multi-select comboboxes also provide &quot;pills&quot; of selected items.</p>
1856
1907
  </tr>
1857
1908
 
1858
1909
 
1859
- <tr>
1860
- <td class="col-md-4">
1861
- <div class="io-line">Defined in <a href="" data-line="792"
1862
- class="link-to-prism">src/combobox/combobox.component.ts:792</a></div>
1863
- </td>
1864
- </tr>
1910
+ <tr>
1911
+ <td class="col-md-4">
1912
+ <div class="io-line">Defined in <a href="" data-line="792"
1913
+ class="link-to-prism">src/combobox/combobox.component.ts:792</a></div>
1914
+ </td>
1915
+ </tr>
1865
1916
 
1866
1917
 
1867
1918
  <tr>
1868
1919
  <td class="col-md-4">
1869
- <div class="io-description"><p>Handles keyboard events so users are controlling the <code>Dropdown</code> instead of unintentionally controlling outside elements.</p>
1920
+ <div class="io-description"><p>Handles keyboard events so users are controlling the <code>Dropdown</code> instead of unintentionally controlling outside elements.</p>
1870
1921
  </div>
1871
1922
 
1872
- <div class="io-description">
1873
- <b>Parameters :</b>
1874
-
1875
- <table class="params">
1876
- <thead>
1877
- <tr>
1878
- <td>Name</td>
1879
- <td>Type</td>
1880
- <td>Optional</td>
1881
- </tr>
1882
- </thead>
1883
- <tbody>
1884
- <tr>
1885
- <td>event</td>
1886
- <td>
1887
- <code>KeyboardEvent</code>
1888
- </td>
1889
-
1890
- <td>
1891
- No
1892
- </td>
1893
-
1894
-
1895
- </tr>
1896
- </tbody>
1897
- </table>
1898
- </div>
1899
- <div>
1900
- </div>
1901
- <div class="io-description">
1902
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1903
-
1904
- </div>
1905
- <div class="io-description">
1906
-
1907
- </div>
1923
+ <div class="io-description">
1924
+ <b>Parameters :</b>
1925
+
1926
+ <table class="params">
1927
+ <thead>
1928
+ <tr>
1929
+ <td>Name</td>
1930
+ <td>Type</td>
1931
+ <td>Optional</td>
1932
+ </tr>
1933
+ </thead>
1934
+ <tbody>
1935
+ <tr>
1936
+ <td>event</td>
1937
+ <td>
1938
+ <code>KeyboardEvent</code>
1939
+ </td>
1940
+
1941
+ <td>
1942
+ No
1943
+ </td>
1944
+
1945
+
1946
+ </tr>
1947
+ </tbody>
1948
+ </table>
1949
+ </div>
1950
+ <div class="io-description">
1951
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1952
+
1953
+ </div>
1954
+ <div class="io-description">
1955
+
1956
+ </div>
1908
1957
  </td>
1909
1958
  </tr>
1910
1959
  </tbody>
@@ -1927,21 +1976,21 @@ Multi-select comboboxes also provide &quot;pills&quot; of selected items.</p>
1927
1976
  </tr>
1928
1977
 
1929
1978
 
1930
- <tr>
1931
- <td class="col-md-4">
1932
- <div class="io-line">Defined in <a href="" data-line="590"
1933
- class="link-to-prism">src/combobox/combobox.component.ts:590</a></div>
1934
- </td>
1935
- </tr>
1979
+ <tr>
1980
+ <td class="col-md-4">
1981
+ <div class="io-line">Defined in <a href="" data-line="590"
1982
+ class="link-to-prism">src/combobox/combobox.component.ts:590</a></div>
1983
+ </td>
1984
+ </tr>
1936
1985
 
1937
1986
 
1938
1987
  <tr>
1939
1988
  <td class="col-md-4">
1940
1989
 
1941
- <div class="io-description">
1942
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1990
+ <div class="io-description">
1991
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1943
1992
 
1944
- </div>
1993
+ </div>
1945
1994
  </td>
1946
1995
  </tr>
1947
1996
  </tbody>
@@ -1964,51 +2013,49 @@ Multi-select comboboxes also provide &quot;pills&quot; of selected items.</p>
1964
2013
  </tr>
1965
2014
 
1966
2015
 
1967
- <tr>
1968
- <td class="col-md-4">
1969
- <div class="io-line">Defined in <a href="" data-line="852"
1970
- class="link-to-prism">src/combobox/combobox.component.ts:852</a></div>
1971
- </td>
1972
- </tr>
2016
+ <tr>
2017
+ <td class="col-md-4">
2018
+ <div class="io-line">Defined in <a href="" data-line="852"
2019
+ class="link-to-prism">src/combobox/combobox.component.ts:852</a></div>
2020
+ </td>
2021
+ </tr>
1973
2022
 
1974
2023
 
1975
2024
  <tr>
1976
2025
  <td class="col-md-4">
1977
- <div class="io-description"><p>Handles clicks outside of the <code>Dropdown</code> list.</p>
2026
+ <div class="io-description"><p>Handles clicks outside of the <code>Dropdown</code> list.</p>
1978
2027
  </div>
1979
2028
 
1980
- <div class="io-description">
1981
- <b>Parameters :</b>
1982
-
1983
- <table class="params">
1984
- <thead>
1985
- <tr>
1986
- <td>Name</td>
1987
- <td>Optional</td>
1988
- </tr>
1989
- </thead>
1990
- <tbody>
1991
- <tr>
1992
- <td>event</td>
1993
-
1994
- <td>
1995
- No
1996
- </td>
1997
-
1998
-
1999
- </tr>
2000
- </tbody>
2001
- </table>
2002
- </div>
2003
- <div>
2004
- </div>
2005
- <div class="io-description">
2006
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2007
-
2008
- </div>
2009
- <div class="io-description">
2010
-
2011
- </div>
2029
+ <div class="io-description">
2030
+ <b>Parameters :</b>
2031
+
2032
+ <table class="params">
2033
+ <thead>
2034
+ <tr>
2035
+ <td>Name</td>
2036
+ <td>Optional</td>
2037
+ </tr>
2038
+ </thead>
2039
+ <tbody>
2040
+ <tr>
2041
+ <td>event</td>
2042
+
2043
+ <td>
2044
+ No
2045
+ </td>
2046
+
2047
+
2048
+ </tr>
2049
+ </tbody>
2050
+ </table>
2051
+ </div>
2052
+ <div class="io-description">
2053
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2054
+
2055
+ </div>
2056
+ <div class="io-description">
2057
+
2058
+ </div>
2012
2059
  </td>
2013
2060
  </tr>
2014
2061
  </tbody>
@@ -2031,24 +2078,24 @@ Multi-select comboboxes also provide &quot;pills&quot; of selected items.</p>
2031
2078
  </tr>
2032
2079
 
2033
2080
 
2034
- <tr>
2035
- <td class="col-md-4">
2036
- <div class="io-line">Defined in <a href="" data-line="832"
2037
- class="link-to-prism">src/combobox/combobox.component.ts:832</a></div>
2038
- </td>
2039
- </tr>
2081
+ <tr>
2082
+ <td class="col-md-4">
2083
+ <div class="io-line">Defined in <a href="" data-line="832"
2084
+ class="link-to-prism">src/combobox/combobox.component.ts:832</a></div>
2085
+ </td>
2086
+ </tr>
2040
2087
 
2041
2088
 
2042
2089
  <tr>
2043
2090
  <td class="col-md-4">
2044
- <div class="io-description"><p>Detects whether or not the <code>Dropdown</code> list is visible within all scrollable parents.
2091
+ <div class="io-description"><p>Detects whether or not the <code>Dropdown</code> list is visible within all scrollable parents.
2045
2092
  This can be overridden by passing in a value to the <code>dropUp</code> input.</p>
2046
2093
  </div>
2047
2094
 
2048
- <div class="io-description">
2049
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2095
+ <div class="io-description">
2096
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2050
2097
 
2051
- </div>
2098
+ </div>
2052
2099
  </td>
2053
2100
  </tr>
2054
2101
  </tbody>
@@ -2059,7 +2106,7 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
2059
2106
  <td class="col-md-4">
2060
2107
  <a name="checkForReorder"></a>
2061
2108
  <span class="name">
2062
- <span class="modifier">Protected</span>
2109
+ <span class="modifier">Protected</span>
2063
2110
  <span ><b>checkForReorder</b></span>
2064
2111
  <a href="#checkForReorder"><span class="icon ion-ios-link"></span></a>
2065
2112
  </span>
@@ -2067,27 +2114,27 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
2067
2114
  </tr>
2068
2115
  <tr>
2069
2116
  <td class="col-md-4">
2070
- <span class="modifier-icon icon ion-ios-reset"></span>
2117
+ <span class="modifier-icon icon ion-ios-reset"></span>
2071
2118
  <code>checkForReorder()</code>
2072
2119
  </td>
2073
2120
  </tr>
2074
2121
 
2075
2122
 
2076
- <tr>
2077
- <td class="col-md-4">
2078
- <div class="io-line">Defined in <a href="" data-line="873"
2079
- class="link-to-prism">src/combobox/combobox.component.ts:873</a></div>
2080
- </td>
2081
- </tr>
2123
+ <tr>
2124
+ <td class="col-md-4">
2125
+ <div class="io-line">Defined in <a href="" data-line="873"
2126
+ class="link-to-prism">src/combobox/combobox.component.ts:873</a></div>
2127
+ </td>
2128
+ </tr>
2082
2129
 
2083
2130
 
2084
2131
  <tr>
2085
2132
  <td class="col-md-4">
2086
2133
 
2087
- <div class="io-description">
2088
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2134
+ <div class="io-description">
2135
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2089
2136
 
2090
- </div>
2137
+ </div>
2091
2138
  </td>
2092
2139
  </tr>
2093
2140
  </tbody>
@@ -2110,49 +2157,47 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
2110
2157
  </tr>
2111
2158
 
2112
2159
 
2113
- <tr>
2114
- <td class="col-md-4">
2115
- <div class="io-line">Defined in <a href="" data-line="768"
2116
- class="link-to-prism">src/combobox/combobox.component.ts:768</a></div>
2117
- </td>
2118
- </tr>
2160
+ <tr>
2161
+ <td class="col-md-4">
2162
+ <div class="io-line">Defined in <a href="" data-line="768"
2163
+ class="link-to-prism">src/combobox/combobox.component.ts:768</a></div>
2164
+ </td>
2165
+ </tr>
2119
2166
 
2120
2167
 
2121
2168
  <tr>
2122
2169
  <td class="col-md-4">
2123
2170
 
2124
- <div class="io-description">
2125
- <b>Parameters :</b>
2126
-
2127
- <table class="params">
2128
- <thead>
2129
- <tr>
2130
- <td>Name</td>
2131
- <td>Optional</td>
2132
- </tr>
2133
- </thead>
2134
- <tbody>
2135
- <tr>
2136
- <td>event</td>
2137
-
2138
- <td>
2139
- No
2140
- </td>
2141
-
2142
-
2143
- </tr>
2144
- </tbody>
2145
- </table>
2146
- </div>
2147
- <div>
2148
- </div>
2149
- <div class="io-description">
2150
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2151
-
2152
- </div>
2153
- <div class="io-description">
2154
-
2155
- </div>
2171
+ <div class="io-description">
2172
+ <b>Parameters :</b>
2173
+
2174
+ <table class="params">
2175
+ <thead>
2176
+ <tr>
2177
+ <td>Name</td>
2178
+ <td>Optional</td>
2179
+ </tr>
2180
+ </thead>
2181
+ <tbody>
2182
+ <tr>
2183
+ <td>event</td>
2184
+
2185
+ <td>
2186
+ No
2187
+ </td>
2188
+
2189
+
2190
+ </tr>
2191
+ </tbody>
2192
+ </table>
2193
+ </div>
2194
+ <div class="io-description">
2195
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2196
+
2197
+ </div>
2198
+ <div class="io-description">
2199
+
2200
+ </div>
2156
2201
  </td>
2157
2202
  </tr>
2158
2203
  </tbody>
@@ -2163,7 +2208,7 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
2163
2208
  <td class="col-md-4">
2164
2209
  <a name="clearSelected"></a>
2165
2210
  <span class="name">
2166
- <span class="modifier">Public</span>
2211
+ <span class="modifier">Public</span>
2167
2212
  <span ><b>clearSelected</b></span>
2168
2213
  <a href="#clearSelected"><span class="icon ion-ios-link"></span></a>
2169
2214
  </span>
@@ -2171,55 +2216,53 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
2171
2216
  </tr>
2172
2217
  <tr>
2173
2218
  <td class="col-md-4">
2174
- <span class="modifier-icon icon ion-ios-reset"></span>
2219
+ <span class="modifier-icon icon ion-ios-reset"></span>
2175
2220
  <code>clearSelected(event)</code>
2176
2221
  </td>
2177
2222
  </tr>
2178
2223
 
2179
2224
 
2180
- <tr>
2181
- <td class="col-md-4">
2182
- <div class="io-line">Defined in <a href="" data-line="656"
2183
- class="link-to-prism">src/combobox/combobox.component.ts:656</a></div>
2184
- </td>
2185
- </tr>
2225
+ <tr>
2226
+ <td class="col-md-4">
2227
+ <div class="io-line">Defined in <a href="" data-line="656"
2228
+ class="link-to-prism">src/combobox/combobox.component.ts:656</a></div>
2229
+ </td>
2230
+ </tr>
2186
2231
 
2187
2232
 
2188
2233
  <tr>
2189
2234
  <td class="col-md-4">
2190
2235
 
2191
- <div class="io-description">
2192
- <b>Parameters :</b>
2193
-
2194
- <table class="params">
2195
- <thead>
2196
- <tr>
2197
- <td>Name</td>
2198
- <td>Optional</td>
2199
- </tr>
2200
- </thead>
2201
- <tbody>
2202
- <tr>
2203
- <td>event</td>
2204
-
2205
- <td>
2206
- No
2207
- </td>
2208
-
2209
-
2210
- </tr>
2211
- </tbody>
2212
- </table>
2213
- </div>
2214
- <div>
2215
- </div>
2216
- <div class="io-description">
2217
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2218
-
2219
- </div>
2220
- <div class="io-description">
2221
-
2222
- </div>
2236
+ <div class="io-description">
2237
+ <b>Parameters :</b>
2238
+
2239
+ <table class="params">
2240
+ <thead>
2241
+ <tr>
2242
+ <td>Name</td>
2243
+ <td>Optional</td>
2244
+ </tr>
2245
+ </thead>
2246
+ <tbody>
2247
+ <tr>
2248
+ <td>event</td>
2249
+
2250
+ <td>
2251
+ No
2252
+ </td>
2253
+
2254
+
2255
+ </tr>
2256
+ </tbody>
2257
+ </table>
2258
+ </div>
2259
+ <div class="io-description">
2260
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2261
+
2262
+ </div>
2263
+ <div class="io-description">
2264
+
2265
+ </div>
2223
2266
  </td>
2224
2267
  </tr>
2225
2268
  </tbody>
@@ -2230,7 +2273,7 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
2230
2273
  <td class="col-md-4">
2231
2274
  <a name="closeDropdown"></a>
2232
2275
  <span class="name">
2233
- <span class="modifier">Public</span>
2276
+ <span class="modifier">Public</span>
2234
2277
  <span ><b>closeDropdown</b></span>
2235
2278
  <a href="#closeDropdown"><span class="icon ion-ios-link"></span></a>
2236
2279
  </span>
@@ -2238,29 +2281,29 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
2238
2281
  </tr>
2239
2282
  <tr>
2240
2283
  <td class="col-md-4">
2241
- <span class="modifier-icon icon ion-ios-reset"></span>
2284
+ <span class="modifier-icon icon ion-ios-reset"></span>
2242
2285
  <code>closeDropdown()</code>
2243
2286
  </td>
2244
2287
  </tr>
2245
2288
 
2246
2289
 
2247
- <tr>
2248
- <td class="col-md-4">
2249
- <div class="io-line">Defined in <a href="" data-line="676"
2250
- class="link-to-prism">src/combobox/combobox.component.ts:676</a></div>
2251
- </td>
2252
- </tr>
2290
+ <tr>
2291
+ <td class="col-md-4">
2292
+ <div class="io-line">Defined in <a href="" data-line="676"
2293
+ class="link-to-prism">src/combobox/combobox.component.ts:676</a></div>
2294
+ </td>
2295
+ </tr>
2253
2296
 
2254
2297
 
2255
2298
  <tr>
2256
2299
  <td class="col-md-4">
2257
- <div class="io-description"><p>Closes the dropdown and emits the close event.</p>
2300
+ <div class="io-description"><p>Closes the dropdown and emits the close event.</p>
2258
2301
  </div>
2259
2302
 
2260
- <div class="io-description">
2261
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2303
+ <div class="io-description">
2304
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2262
2305
 
2263
- </div>
2306
+ </div>
2264
2307
  </td>
2265
2308
  </tr>
2266
2309
  </tbody>
@@ -2271,7 +2314,7 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
2271
2314
  <td class="col-md-4">
2272
2315
  <a name="hostkeys"></a>
2273
2316
  <span class="name">
2274
- <span class="modifier"></span>
2317
+ <span class="modifier"></span>
2275
2318
  <span ><b>hostkeys</b></span>
2276
2319
  <a href="#hostkeys"><span class="icon ion-ios-link"></span></a>
2277
2320
  </span>
@@ -2279,7 +2322,7 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
2279
2322
  </tr>
2280
2323
  <tr>
2281
2324
  <td class="col-md-4">
2282
- <span class="modifier-icon icon ion-ios-reset"></span>
2325
+ <span class="modifier-icon icon ion-ios-reset"></span>
2283
2326
  <code>hostkeys(ev: KeyboardEvent)</code>
2284
2327
  </td>
2285
2328
  </tr>
@@ -2292,55 +2335,53 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
2292
2335
  </td>
2293
2336
  </tr>
2294
2337
 
2295
- <tr>
2296
- <td class="col-md-4">
2297
- <div class="io-line">Defined in <a href="" data-line="565"
2298
- class="link-to-prism">src/combobox/combobox.component.ts:565</a></div>
2299
- </td>
2300
- </tr>
2338
+ <tr>
2339
+ <td class="col-md-4">
2340
+ <div class="io-line">Defined in <a href="" data-line="565"
2341
+ class="link-to-prism">src/combobox/combobox.component.ts:565</a></div>
2342
+ </td>
2343
+ </tr>
2301
2344
 
2302
2345
 
2303
2346
  <tr>
2304
2347
  <td class="col-md-4">
2305
- <div class="io-description"><p>Handles <code>Escape/Tab</code> key closing the dropdown, and arrow up/down focus to/from the dropdown list.</p>
2348
+ <div class="io-description"><p>Handles <code>Escape/Tab</code> key closing the dropdown, and arrow up/down focus to/from the dropdown list.</p>
2306
2349
  </div>
2307
2350
 
2308
- <div class="io-description">
2309
- <b>Parameters :</b>
2310
-
2311
- <table class="params">
2312
- <thead>
2313
- <tr>
2314
- <td>Name</td>
2315
- <td>Type</td>
2316
- <td>Optional</td>
2317
- </tr>
2318
- </thead>
2319
- <tbody>
2320
- <tr>
2321
- <td>ev</td>
2322
- <td>
2323
- <code>KeyboardEvent</code>
2324
- </td>
2325
-
2326
- <td>
2327
- No
2328
- </td>
2329
-
2330
-
2331
- </tr>
2332
- </tbody>
2333
- </table>
2334
- </div>
2335
- <div>
2336
- </div>
2337
- <div class="io-description">
2338
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2339
-
2340
- </div>
2341
- <div class="io-description">
2342
-
2343
- </div>
2351
+ <div class="io-description">
2352
+ <b>Parameters :</b>
2353
+
2354
+ <table class="params">
2355
+ <thead>
2356
+ <tr>
2357
+ <td>Name</td>
2358
+ <td>Type</td>
2359
+ <td>Optional</td>
2360
+ </tr>
2361
+ </thead>
2362
+ <tbody>
2363
+ <tr>
2364
+ <td>ev</td>
2365
+ <td>
2366
+ <code>KeyboardEvent</code>
2367
+ </td>
2368
+
2369
+ <td>
2370
+ No
2371
+ </td>
2372
+
2373
+
2374
+ </tr>
2375
+ </tbody>
2376
+ </table>
2377
+ </div>
2378
+ <div class="io-description">
2379
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2380
+
2381
+ </div>
2382
+ <div class="io-description">
2383
+
2384
+ </div>
2344
2385
  </td>
2345
2386
  </tr>
2346
2387
  </tbody>
@@ -2351,7 +2392,7 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
2351
2392
  <td class="col-md-4">
2352
2393
  <a name="isTemplate"></a>
2353
2394
  <span class="name">
2354
- <span class="modifier">Public</span>
2395
+ <span class="modifier">Public</span>
2355
2396
  <span ><b>isTemplate</b></span>
2356
2397
  <a href="#isTemplate"><span class="icon ion-ios-link"></span></a>
2357
2398
  </span>
@@ -2359,55 +2400,53 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
2359
2400
  </tr>
2360
2401
  <tr>
2361
2402
  <td class="col-md-4">
2362
- <span class="modifier-icon icon ion-ios-reset"></span>
2403
+ <span class="modifier-icon icon ion-ios-reset"></span>
2363
2404
  <code>isTemplate(value)</code>
2364
2405
  </td>
2365
2406
  </tr>
2366
2407
 
2367
2408
 
2368
- <tr>
2369
- <td class="col-md-4">
2370
- <div class="io-line">Defined in <a href="" data-line="785"
2371
- class="link-to-prism">src/combobox/combobox.component.ts:785</a></div>
2372
- </td>
2373
- </tr>
2409
+ <tr>
2410
+ <td class="col-md-4">
2411
+ <div class="io-line">Defined in <a href="" data-line="785"
2412
+ class="link-to-prism">src/combobox/combobox.component.ts:785</a></div>
2413
+ </td>
2414
+ </tr>
2374
2415
 
2375
2416
 
2376
2417
  <tr>
2377
2418
  <td class="col-md-4">
2378
2419
 
2379
- <div class="io-description">
2380
- <b>Parameters :</b>
2381
-
2382
- <table class="params">
2383
- <thead>
2384
- <tr>
2385
- <td>Name</td>
2386
- <td>Optional</td>
2387
- </tr>
2388
- </thead>
2389
- <tbody>
2390
- <tr>
2391
- <td>value</td>
2392
-
2393
- <td>
2394
- No
2395
- </td>
2396
-
2397
-
2398
- </tr>
2399
- </tbody>
2400
- </table>
2401
- </div>
2402
- <div>
2403
- </div>
2404
- <div class="io-description">
2405
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
2406
-
2407
- </div>
2408
- <div class="io-description">
2409
-
2410
- </div>
2420
+ <div class="io-description">
2421
+ <b>Parameters :</b>
2422
+
2423
+ <table class="params">
2424
+ <thead>
2425
+ <tr>
2426
+ <td>Name</td>
2427
+ <td>Optional</td>
2428
+ </tr>
2429
+ </thead>
2430
+ <tbody>
2431
+ <tr>
2432
+ <td>value</td>
2433
+
2434
+ <td>
2435
+ No
2436
+ </td>
2437
+
2438
+
2439
+ </tr>
2440
+ </tbody>
2441
+ </table>
2442
+ </div>
2443
+ <div class="io-description">
2444
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
2445
+
2446
+ </div>
2447
+ <div class="io-description">
2448
+
2449
+ </div>
2411
2450
  </td>
2412
2451
  </tr>
2413
2452
  </tbody>
@@ -2430,24 +2469,24 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
2430
2469
  </tr>
2431
2470
 
2432
2471
 
2433
- <tr>
2434
- <td class="col-md-4">
2435
- <div class="io-line">Defined in <a href="" data-line="474"
2436
- class="link-to-prism">src/combobox/combobox.component.ts:474</a></div>
2437
- </td>
2438
- </tr>
2472
+ <tr>
2473
+ <td class="col-md-4">
2474
+ <div class="io-line">Defined in <a href="" data-line="474"
2475
+ class="link-to-prism">src/combobox/combobox.component.ts:474</a></div>
2476
+ </td>
2477
+ </tr>
2439
2478
 
2440
2479
 
2441
2480
  <tr>
2442
2481
  <td class="col-md-4">
2443
- <div class="io-description"><p>Sets initial state that depends on child components
2482
+ <div class="io-description"><p>Sets initial state that depends on child components
2444
2483
  Subscribes to select events and handles focus/filtering/initial list updates</p>
2445
2484
  </div>
2446
2485
 
2447
- <div class="io-description">
2448
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2486
+ <div class="io-description">
2487
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2449
2488
 
2450
- </div>
2489
+ </div>
2451
2490
  </td>
2452
2491
  </tr>
2453
2492
  </tbody>
@@ -2470,23 +2509,23 @@ Subscribes to select events and handles focus/filtering/initial list updates</p>
2470
2509
  </tr>
2471
2510
 
2472
2511
 
2473
- <tr>
2474
- <td class="col-md-4">
2475
- <div class="io-line">Defined in <a href="" data-line="539"
2476
- class="link-to-prism">src/combobox/combobox.component.ts:539</a></div>
2477
- </td>
2478
- </tr>
2512
+ <tr>
2513
+ <td class="col-md-4">
2514
+ <div class="io-line">Defined in <a href="" data-line="539"
2515
+ class="link-to-prism">src/combobox/combobox.component.ts:539</a></div>
2516
+ </td>
2517
+ </tr>
2479
2518
 
2480
2519
 
2481
2520
  <tr>
2482
2521
  <td class="col-md-4">
2483
- <div class="io-description"><p>Binds event handlers against the rendered view</p>
2522
+ <div class="io-description"><p>Binds event handlers against the rendered view</p>
2484
2523
  </div>
2485
2524
 
2486
- <div class="io-description">
2487
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2525
+ <div class="io-description">
2526
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2488
2527
 
2489
- </div>
2528
+ </div>
2490
2529
  </td>
2491
2530
  </tr>
2492
2531
  </tbody>
@@ -2509,52 +2548,50 @@ Subscribes to select events and handles focus/filtering/initial list updates</p>
2509
2548
  </tr>
2510
2549
 
2511
2550
 
2512
- <tr>
2513
- <td class="col-md-4">
2514
- <div class="io-line">Defined in <a href="" data-line="458"
2515
- class="link-to-prism">src/combobox/combobox.component.ts:458</a></div>
2516
- </td>
2517
- </tr>
2551
+ <tr>
2552
+ <td class="col-md-4">
2553
+ <div class="io-line">Defined in <a href="" data-line="458"
2554
+ class="link-to-prism">src/combobox/combobox.component.ts:458</a></div>
2555
+ </td>
2556
+ </tr>
2518
2557
 
2519
2558
 
2520
2559
  <tr>
2521
2560
  <td class="col-md-4">
2522
- <div class="io-description"><p>Lifecycle hook.
2561
+ <div class="io-description"><p>Lifecycle hook.
2523
2562
  Updates pills if necessary.</p>
2524
2563
  </div>
2525
2564
 
2526
- <div class="io-description">
2527
- <b>Parameters :</b>
2528
-
2529
- <table class="params">
2530
- <thead>
2531
- <tr>
2532
- <td>Name</td>
2533
- <td>Optional</td>
2534
- </tr>
2535
- </thead>
2536
- <tbody>
2537
- <tr>
2538
- <td>changes</td>
2539
-
2540
- <td>
2541
- No
2542
- </td>
2543
-
2544
-
2545
- </tr>
2546
- </tbody>
2547
- </table>
2548
- </div>
2549
- <div>
2550
- </div>
2551
- <div class="io-description">
2552
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2553
-
2554
- </div>
2555
- <div class="io-description">
2556
-
2557
- </div>
2565
+ <div class="io-description">
2566
+ <b>Parameters :</b>
2567
+
2568
+ <table class="params">
2569
+ <thead>
2570
+ <tr>
2571
+ <td>Name</td>
2572
+ <td>Optional</td>
2573
+ </tr>
2574
+ </thead>
2575
+ <tbody>
2576
+ <tr>
2577
+ <td>changes</td>
2578
+
2579
+ <td>
2580
+ No
2581
+ </td>
2582
+
2583
+
2584
+ </tr>
2585
+ </tbody>
2586
+ </table>
2587
+ </div>
2588
+ <div class="io-description">
2589
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2590
+
2591
+ </div>
2592
+ <div class="io-description">
2593
+
2594
+ </div>
2558
2595
  </td>
2559
2596
  </tr>
2560
2597
  </tbody>
@@ -2577,23 +2614,23 @@ Updates pills if necessary.</p>
2577
2614
  </tr>
2578
2615
 
2579
2616
 
2580
- <tr>
2581
- <td class="col-md-4">
2582
- <div class="io-line">Defined in <a href="" data-line="555"
2583
- class="link-to-prism">src/combobox/combobox.component.ts:555</a></div>
2584
- </td>
2585
- </tr>
2617
+ <tr>
2618
+ <td class="col-md-4">
2619
+ <div class="io-line">Defined in <a href="" data-line="555"
2620
+ class="link-to-prism">src/combobox/combobox.component.ts:555</a></div>
2621
+ </td>
2622
+ </tr>
2586
2623
 
2587
2624
 
2588
2625
  <tr>
2589
2626
  <td class="col-md-4">
2590
- <div class="io-description"><p>Removing the <code>Dropdown</code> from the body if it is appended to the body.</p>
2627
+ <div class="io-description"><p>Removing the <code>Dropdown</code> from the body if it is appended to the body.</p>
2591
2628
  </div>
2592
2629
 
2593
- <div class="io-description">
2594
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2630
+ <div class="io-description">
2631
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2595
2632
 
2596
- </div>
2633
+ </div>
2597
2634
  </td>
2598
2635
  </tr>
2599
2636
  </tbody>
@@ -2616,21 +2653,21 @@ Updates pills if necessary.</p>
2616
2653
  </tr>
2617
2654
 
2618
2655
 
2619
- <tr>
2620
- <td class="col-md-4">
2621
- <div class="io-line">Defined in <a href="" data-line="627"
2622
- class="link-to-prism">src/combobox/combobox.component.ts:627</a></div>
2623
- </td>
2624
- </tr>
2656
+ <tr>
2657
+ <td class="col-md-4">
2658
+ <div class="io-line">Defined in <a href="" data-line="627"
2659
+ class="link-to-prism">src/combobox/combobox.component.ts:627</a></div>
2660
+ </td>
2661
+ </tr>
2625
2662
 
2626
2663
 
2627
2664
  <tr>
2628
2665
  <td class="col-md-4">
2629
2666
 
2630
- <div class="io-description">
2631
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2667
+ <div class="io-description">
2668
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2632
2669
 
2633
- </div>
2670
+ </div>
2634
2671
  </td>
2635
2672
  </tr>
2636
2673
  </tbody>
@@ -2641,7 +2678,7 @@ Updates pills if necessary.</p>
2641
2678
  <td class="col-md-4">
2642
2679
  <a name="onSearch"></a>
2643
2680
  <span class="name">
2644
- <span class="modifier">Public</span>
2681
+ <span class="modifier">Public</span>
2645
2682
  <span ><b>onSearch</b></span>
2646
2683
  <a href="#onSearch"><span class="icon ion-ios-link"></span></a>
2647
2684
  </span>
@@ -2649,72 +2686,70 @@ Updates pills if necessary.</p>
2649
2686
  </tr>
2650
2687
  <tr>
2651
2688
  <td class="col-md-4">
2652
- <span class="modifier-icon icon ion-ios-reset"></span>
2689
+ <span class="modifier-icon icon ion-ios-reset"></span>
2653
2690
  <code>onSearch(searchString, shouldEmitSearch)</code>
2654
2691
  </td>
2655
2692
  </tr>
2656
2693
 
2657
2694
 
2658
- <tr>
2659
- <td class="col-md-4">
2660
- <div class="io-line">Defined in <a href="" data-line="724"
2661
- class="link-to-prism">src/combobox/combobox.component.ts:724</a></div>
2662
- </td>
2663
- </tr>
2695
+ <tr>
2696
+ <td class="col-md-4">
2697
+ <div class="io-line">Defined in <a href="" data-line="724"
2698
+ class="link-to-prism">src/combobox/combobox.component.ts:724</a></div>
2699
+ </td>
2700
+ </tr>
2664
2701
 
2665
2702
 
2666
2703
  <tr>
2667
2704
  <td class="col-md-4">
2668
- <div class="io-description"><p>Sets the list group filter, and manages single select item selection.</p>
2705
+ <div class="io-description"><p>Sets the list group filter, and manages single select item selection.</p>
2669
2706
  </div>
2670
2707
 
2671
- <div class="io-description">
2672
- <b>Parameters :</b>
2673
-
2674
- <table class="params">
2675
- <thead>
2676
- <tr>
2677
- <td>Name</td>
2678
- <td>Optional</td>
2679
- <td>Default value</td>
2680
- </tr>
2681
- </thead>
2682
- <tbody>
2683
- <tr>
2684
- <td>searchString</td>
2685
-
2686
- <td>
2687
- No
2688
- </td>
2689
-
2690
- <td>
2691
- </td>
2692
-
2693
- </tr>
2694
- <tr>
2695
- <td>shouldEmitSearch</td>
2696
-
2697
- <td>
2698
- No
2699
- </td>
2700
-
2701
- <td>
2702
- <code>true</code>
2703
- </td>
2704
-
2705
- </tr>
2706
- </tbody>
2707
- </table>
2708
- </div>
2709
- <div>
2710
- </div>
2711
- <div class="io-description">
2712
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2713
-
2714
- </div>
2715
- <div class="io-description">
2716
-
2717
- </div>
2708
+ <div class="io-description">
2709
+ <b>Parameters :</b>
2710
+
2711
+ <table class="params">
2712
+ <thead>
2713
+ <tr>
2714
+ <td>Name</td>
2715
+ <td>Optional</td>
2716
+ <td>Default value</td>
2717
+ </tr>
2718
+ </thead>
2719
+ <tbody>
2720
+ <tr>
2721
+ <td>searchString</td>
2722
+
2723
+ <td>
2724
+ No
2725
+ </td>
2726
+
2727
+ <td>
2728
+ </td>
2729
+
2730
+ </tr>
2731
+ <tr>
2732
+ <td>shouldEmitSearch</td>
2733
+
2734
+ <td>
2735
+ No
2736
+ </td>
2737
+
2738
+ <td>
2739
+ <code>true</code>
2740
+ </td>
2741
+
2742
+ </tr>
2743
+ </tbody>
2744
+ </table>
2745
+ </div>
2746
+ <div class="io-description">
2747
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2748
+
2749
+ </div>
2750
+ <div class="io-description">
2751
+
2752
+ </div>
2718
2753
  </td>
2719
2754
  </tr>
2720
2755
  </tbody>
@@ -2725,7 +2760,7 @@ Updates pills if necessary.</p>
2725
2760
  <td class="col-md-4">
2726
2761
  <a name="onSubmit"></a>
2727
2762
  <span class="name">
2728
- <span class="modifier">Public</span>
2763
+ <span class="modifier">Public</span>
2729
2764
  <span ><b>onSubmit</b></span>
2730
2765
  <a href="#onSubmit"><span class="icon ion-ios-link"></span></a>
2731
2766
  </span>
@@ -2733,61 +2768,59 @@ Updates pills if necessary.</p>
2733
2768
  </tr>
2734
2769
  <tr>
2735
2770
  <td class="col-md-4">
2736
- <span class="modifier-icon icon ion-ios-reset"></span>
2771
+ <span class="modifier-icon icon ion-ios-reset"></span>
2737
2772
  <code>onSubmit(event: KeyboardEvent)</code>
2738
2773
  </td>
2739
2774
  </tr>
2740
2775
 
2741
2776
 
2742
- <tr>
2743
- <td class="col-md-4">
2744
- <div class="io-line">Defined in <a href="" data-line="757"
2745
- class="link-to-prism">src/combobox/combobox.component.ts:757</a></div>
2746
- </td>
2747
- </tr>
2777
+ <tr>
2778
+ <td class="col-md-4">
2779
+ <div class="io-line">Defined in <a href="" data-line="757"
2780
+ class="link-to-prism">src/combobox/combobox.component.ts:757</a></div>
2781
+ </td>
2782
+ </tr>
2748
2783
 
2749
2784
 
2750
2785
  <tr>
2751
2786
  <td class="col-md-4">
2752
- <div class="io-description"><p>Intended to be used to add items to the list.</p>
2787
+ <div class="io-description"><p>Intended to be used to add items to the list.</p>
2753
2788
  </div>
2754
2789
 
2755
- <div class="io-description">
2756
- <b>Parameters :</b>
2757
-
2758
- <table class="params">
2759
- <thead>
2760
- <tr>
2761
- <td>Name</td>
2762
- <td>Type</td>
2763
- <td>Optional</td>
2764
- </tr>
2765
- </thead>
2766
- <tbody>
2767
- <tr>
2768
- <td>event</td>
2769
- <td>
2770
- <code>KeyboardEvent</code>
2771
- </td>
2772
-
2773
- <td>
2774
- No
2775
- </td>
2776
-
2777
-
2778
- </tr>
2779
- </tbody>
2780
- </table>
2781
- </div>
2782
- <div>
2783
- </div>
2784
- <div class="io-description">
2785
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2786
-
2787
- </div>
2788
- <div class="io-description">
2789
-
2790
- </div>
2790
+ <div class="io-description">
2791
+ <b>Parameters :</b>
2792
+
2793
+ <table class="params">
2794
+ <thead>
2795
+ <tr>
2796
+ <td>Name</td>
2797
+ <td>Type</td>
2798
+ <td>Optional</td>
2799
+ </tr>
2800
+ </thead>
2801
+ <tbody>
2802
+ <tr>
2803
+ <td>event</td>
2804
+ <td>
2805
+ <code>KeyboardEvent</code>
2806
+ </td>
2807
+
2808
+ <td>
2809
+ No
2810
+ </td>
2811
+
2812
+
2813
+ </tr>
2814
+ </tbody>
2815
+ </table>
2816
+ </div>
2817
+ <div class="io-description">
2818
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2819
+
2820
+ </div>
2821
+ <div class="io-description">
2822
+
2823
+ </div>
2791
2824
  </td>
2792
2825
  </tr>
2793
2826
  </tbody>
@@ -2798,7 +2831,7 @@ Updates pills if necessary.</p>
2798
2831
  <td class="col-md-4">
2799
2832
  <a name="openDropdown"></a>
2800
2833
  <span class="name">
2801
- <span class="modifier">Public</span>
2834
+ <span class="modifier">Public</span>
2802
2835
  <span ><b>openDropdown</b></span>
2803
2836
  <a href="#openDropdown"><span class="icon ion-ios-link"></span></a>
2804
2837
  </span>
@@ -2806,29 +2839,29 @@ Updates pills if necessary.</p>
2806
2839
  </tr>
2807
2840
  <tr>
2808
2841
  <td class="col-md-4">
2809
- <span class="modifier-icon icon ion-ios-reset"></span>
2842
+ <span class="modifier-icon icon ion-ios-reset"></span>
2810
2843
  <code>openDropdown()</code>
2811
2844
  </td>
2812
2845
  </tr>
2813
2846
 
2814
2847
 
2815
- <tr>
2816
- <td class="col-md-4">
2817
- <div class="io-line">Defined in <a href="" data-line="690"
2818
- class="link-to-prism">src/combobox/combobox.component.ts:690</a></div>
2819
- </td>
2820
- </tr>
2848
+ <tr>
2849
+ <td class="col-md-4">
2850
+ <div class="io-line">Defined in <a href="" data-line="690"
2851
+ class="link-to-prism">src/combobox/combobox.component.ts:690</a></div>
2852
+ </td>
2853
+ </tr>
2821
2854
 
2822
2855
 
2823
2856
  <tr>
2824
2857
  <td class="col-md-4">
2825
- <div class="io-description"><p>Opens the dropdown.</p>
2858
+ <div class="io-description"><p>Opens the dropdown.</p>
2826
2859
  </div>
2827
2860
 
2828
- <div class="io-description">
2829
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2861
+ <div class="io-description">
2862
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2830
2863
 
2831
- </div>
2864
+ </div>
2832
2865
  </td>
2833
2866
  </tr>
2834
2867
  </tbody>
@@ -2851,53 +2884,51 @@ Updates pills if necessary.</p>
2851
2884
  </tr>
2852
2885
 
2853
2886
 
2854
- <tr>
2855
- <td class="col-md-4">
2856
- <div class="io-line">Defined in <a href="" data-line="631"
2857
- class="link-to-prism">src/combobox/combobox.component.ts:631</a></div>
2858
- </td>
2859
- </tr>
2887
+ <tr>
2888
+ <td class="col-md-4">
2889
+ <div class="io-line">Defined in <a href="" data-line="631"
2890
+ class="link-to-prism">src/combobox/combobox.component.ts:631</a></div>
2891
+ </td>
2892
+ </tr>
2860
2893
 
2861
2894
 
2862
2895
  <tr>
2863
2896
  <td class="col-md-4">
2864
2897
 
2865
- <div class="io-description">
2866
- <b>Parameters :</b>
2867
-
2868
- <table class="params">
2869
- <thead>
2870
- <tr>
2871
- <td>Name</td>
2872
- <td>Type</td>
2873
- <td>Optional</td>
2874
- </tr>
2875
- </thead>
2876
- <tbody>
2877
- <tr>
2878
- <td>fn</td>
2879
- <td>
2880
- <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2881
- </td>
2882
-
2883
- <td>
2884
- No
2885
- </td>
2886
-
2887
-
2888
- </tr>
2889
- </tbody>
2890
- </table>
2891
- </div>
2892
- <div>
2893
- </div>
2894
- <div class="io-description">
2895
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2896
-
2897
- </div>
2898
- <div class="io-description">
2899
-
2900
- </div>
2898
+ <div class="io-description">
2899
+ <b>Parameters :</b>
2900
+
2901
+ <table class="params">
2902
+ <thead>
2903
+ <tr>
2904
+ <td>Name</td>
2905
+ <td>Type</td>
2906
+ <td>Optional</td>
2907
+ </tr>
2908
+ </thead>
2909
+ <tbody>
2910
+ <tr>
2911
+ <td>fn</td>
2912
+ <td>
2913
+ <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2914
+ </td>
2915
+
2916
+ <td>
2917
+ No
2918
+ </td>
2919
+
2920
+
2921
+ </tr>
2922
+ </tbody>
2923
+ </table>
2924
+ </div>
2925
+ <div class="io-description">
2926
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2927
+
2928
+ </div>
2929
+ <div class="io-description">
2930
+
2931
+ </div>
2901
2932
  </td>
2902
2933
  </tr>
2903
2934
  </tbody>
@@ -2920,53 +2951,51 @@ Updates pills if necessary.</p>
2920
2951
  </tr>
2921
2952
 
2922
2953
 
2923
- <tr>
2924
- <td class="col-md-4">
2925
- <div class="io-line">Defined in <a href="" data-line="635"
2926
- class="link-to-prism">src/combobox/combobox.component.ts:635</a></div>
2927
- </td>
2928
- </tr>
2954
+ <tr>
2955
+ <td class="col-md-4">
2956
+ <div class="io-line">Defined in <a href="" data-line="635"
2957
+ class="link-to-prism">src/combobox/combobox.component.ts:635</a></div>
2958
+ </td>
2959
+ </tr>
2929
2960
 
2930
2961
 
2931
2962
  <tr>
2932
2963
  <td class="col-md-4">
2933
2964
 
2934
- <div class="io-description">
2935
- <b>Parameters :</b>
2936
-
2937
- <table class="params">
2938
- <thead>
2939
- <tr>
2940
- <td>Name</td>
2941
- <td>Type</td>
2942
- <td>Optional</td>
2943
- </tr>
2944
- </thead>
2945
- <tbody>
2946
- <tr>
2947
- <td>fn</td>
2948
- <td>
2949
- <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2950
- </td>
2951
-
2952
- <td>
2953
- No
2954
- </td>
2955
-
2956
-
2957
- </tr>
2958
- </tbody>
2959
- </table>
2960
- </div>
2961
- <div>
2962
- </div>
2963
- <div class="io-description">
2964
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2965
-
2966
- </div>
2967
- <div class="io-description">
2968
-
2969
- </div>
2965
+ <div class="io-description">
2966
+ <b>Parameters :</b>
2967
+
2968
+ <table class="params">
2969
+ <thead>
2970
+ <tr>
2971
+ <td>Name</td>
2972
+ <td>Type</td>
2973
+ <td>Optional</td>
2974
+ </tr>
2975
+ </thead>
2976
+ <tbody>
2977
+ <tr>
2978
+ <td>fn</td>
2979
+ <td>
2980
+ <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2981
+ </td>
2982
+
2983
+ <td>
2984
+ No
2985
+ </td>
2986
+
2987
+
2988
+ </tr>
2989
+ </tbody>
2990
+ </table>
2991
+ </div>
2992
+ <div class="io-description">
2993
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2994
+
2995
+ </div>
2996
+ <div class="io-description">
2997
+
2998
+ </div>
2970
2999
  </td>
2971
3000
  </tr>
2972
3001
  </tbody>
@@ -2989,56 +3018,54 @@ Updates pills if necessary.</p>
2989
3018
  </tr>
2990
3019
 
2991
3020
 
2992
- <tr>
2993
- <td class="col-md-4">
2994
- <div class="io-line">Defined in <a href="" data-line="644"
2995
- class="link-to-prism">src/combobox/combobox.component.ts:644</a></div>
2996
- </td>
2997
- </tr>
3021
+ <tr>
3022
+ <td class="col-md-4">
3023
+ <div class="io-line">Defined in <a href="" data-line="644"
3024
+ class="link-to-prism">src/combobox/combobox.component.ts:644</a></div>
3025
+ </td>
3026
+ </tr>
2998
3027
 
2999
3028
 
3000
3029
  <tr>
3001
3030
  <td class="col-md-4">
3002
- <div class="io-description"><p><code>ControlValueAccessor</code> method to programmatically disable the combobox.</p>
3031
+ <div class="io-description"><p><code>ControlValueAccessor</code> method to programmatically disable the combobox.</p>
3003
3032
  <p>ex: <code>this.formGroup.get(&quot;myCoolCombobox&quot;).disable();</code></p>
3004
3033
  </div>
3005
3034
 
3006
- <div class="io-description">
3007
- <b>Parameters :</b>
3008
-
3009
- <table class="params">
3010
- <thead>
3011
- <tr>
3012
- <td>Name</td>
3013
- <td>Type</td>
3014
- <td>Optional</td>
3015
- </tr>
3016
- </thead>
3017
- <tbody>
3018
- <tr>
3019
- <td>isDisabled</td>
3020
- <td>
3021
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
3022
- </td>
3023
-
3024
- <td>
3025
- No
3026
- </td>
3027
-
3028
-
3029
- </tr>
3030
- </tbody>
3031
- </table>
3032
- </div>
3033
- <div>
3034
- </div>
3035
- <div class="io-description">
3036
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3037
-
3038
- </div>
3039
- <div class="io-description">
3040
-
3041
- </div>
3035
+ <div class="io-description">
3036
+ <b>Parameters :</b>
3037
+
3038
+ <table class="params">
3039
+ <thead>
3040
+ <tr>
3041
+ <td>Name</td>
3042
+ <td>Type</td>
3043
+ <td>Optional</td>
3044
+ </tr>
3045
+ </thead>
3046
+ <tbody>
3047
+ <tr>
3048
+ <td>isDisabled</td>
3049
+ <td>
3050
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
3051
+ </td>
3052
+
3053
+ <td>
3054
+ No
3055
+ </td>
3056
+
3057
+
3058
+ </tr>
3059
+ </tbody>
3060
+ </table>
3061
+ </div>
3062
+ <div class="io-description">
3063
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3064
+
3065
+ </div>
3066
+ <div class="io-description">
3067
+
3068
+ </div>
3042
3069
  </td>
3043
3070
  </tr>
3044
3071
  </tbody>
@@ -3049,7 +3076,7 @@ Updates pills if necessary.</p>
3049
3076
  <td class="col-md-4">
3050
3077
  <a name="toggleDropdown"></a>
3051
3078
  <span class="name">
3052
- <span class="modifier">Public</span>
3079
+ <span class="modifier">Public</span>
3053
3080
  <span ><b>toggleDropdown</b></span>
3054
3081
  <a href="#toggleDropdown"><span class="icon ion-ios-link"></span></a>
3055
3082
  </span>
@@ -3057,29 +3084,29 @@ Updates pills if necessary.</p>
3057
3084
  </tr>
3058
3085
  <tr>
3059
3086
  <td class="col-md-4">
3060
- <span class="modifier-icon icon ion-ios-reset"></span>
3087
+ <span class="modifier-icon icon ion-ios-reset"></span>
3061
3088
  <code>toggleDropdown()</code>
3062
3089
  </td>
3063
3090
  </tr>
3064
3091
 
3065
3092
 
3066
- <tr>
3067
- <td class="col-md-4">
3068
- <div class="io-line">Defined in <a href="" data-line="713"
3069
- class="link-to-prism">src/combobox/combobox.component.ts:713</a></div>
3070
- </td>
3071
- </tr>
3093
+ <tr>
3094
+ <td class="col-md-4">
3095
+ <div class="io-line">Defined in <a href="" data-line="713"
3096
+ class="link-to-prism">src/combobox/combobox.component.ts:713</a></div>
3097
+ </td>
3098
+ </tr>
3072
3099
 
3073
3100
 
3074
3101
  <tr>
3075
3102
  <td class="col-md-4">
3076
- <div class="io-description"><p>Toggles the dropdown.</p>
3103
+ <div class="io-description"><p>Toggles the dropdown.</p>
3077
3104
  </div>
3078
3105
 
3079
- <div class="io-description">
3080
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3106
+ <div class="io-description">
3107
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3081
3108
 
3082
- </div>
3109
+ </div>
3083
3110
  </td>
3084
3111
  </tr>
3085
3112
  </tbody>
@@ -3090,7 +3117,7 @@ Updates pills if necessary.</p>
3090
3117
  <td class="col-md-4">
3091
3118
  <a name="updatePills"></a>
3092
3119
  <span class="name">
3093
- <span class="modifier">Public</span>
3120
+ <span class="modifier">Public</span>
3094
3121
  <span ><b>updatePills</b></span>
3095
3122
  <a href="#updatePills"><span class="icon ion-ios-link"></span></a>
3096
3123
  </span>
@@ -3098,29 +3125,29 @@ Updates pills if necessary.</p>
3098
3125
  </tr>
3099
3126
  <tr>
3100
3127
  <td class="col-md-4">
3101
- <span class="modifier-icon icon ion-ios-reset"></span>
3128
+ <span class="modifier-icon icon ion-ios-reset"></span>
3102
3129
  <code>updatePills()</code>
3103
3130
  </td>
3104
3131
  </tr>
3105
3132
 
3106
3133
 
3107
- <tr>
3108
- <td class="col-md-4">
3109
- <div class="io-line">Defined in <a href="" data-line="651"
3110
- class="link-to-prism">src/combobox/combobox.component.ts:651</a></div>
3111
- </td>
3112
- </tr>
3134
+ <tr>
3135
+ <td class="col-md-4">
3136
+ <div class="io-line">Defined in <a href="" data-line="651"
3137
+ class="link-to-prism">src/combobox/combobox.component.ts:651</a></div>
3138
+ </td>
3139
+ </tr>
3113
3140
 
3114
3141
 
3115
3142
  <tr>
3116
3143
  <td class="col-md-4">
3117
- <div class="io-description"><p>Called by <code>n-pill-input</code> when the selected pills have changed.</p>
3144
+ <div class="io-description"><p>Called by <code>n-pill-input</code> when the selected pills have changed.</p>
3118
3145
  </div>
3119
3146
 
3120
- <div class="io-description">
3121
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3147
+ <div class="io-description">
3148
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3122
3149
 
3123
- </div>
3150
+ </div>
3124
3151
  </td>
3125
3152
  </tr>
3126
3153
  </tbody>
@@ -3131,7 +3158,7 @@ Updates pills if necessary.</p>
3131
3158
  <td class="col-md-4">
3132
3159
  <a name="updateSelected"></a>
3133
3160
  <span class="name">
3134
- <span class="modifier">Protected</span>
3161
+ <span class="modifier">Protected</span>
3135
3162
  <span ><b>updateSelected</b></span>
3136
3163
  <a href="#updateSelected"><span class="icon ion-ios-link"></span></a>
3137
3164
  </span>
@@ -3139,27 +3166,27 @@ Updates pills if necessary.</p>
3139
3166
  </tr>
3140
3167
  <tr>
3141
3168
  <td class="col-md-4">
3142
- <span class="modifier-icon icon ion-ios-reset"></span>
3169
+ <span class="modifier-icon icon ion-ios-reset"></span>
3143
3170
  <code>updateSelected()</code>
3144
3171
  </td>
3145
3172
  </tr>
3146
3173
 
3147
3174
 
3148
- <tr>
3149
- <td class="col-md-4">
3150
- <div class="io-line">Defined in <a href="" data-line="861"
3151
- class="link-to-prism">src/combobox/combobox.component.ts:861</a></div>
3152
- </td>
3153
- </tr>
3175
+ <tr>
3176
+ <td class="col-md-4">
3177
+ <div class="io-line">Defined in <a href="" data-line="861"
3178
+ class="link-to-prism">src/combobox/combobox.component.ts:861</a></div>
3179
+ </td>
3180
+ </tr>
3154
3181
 
3155
3182
 
3156
3183
  <tr>
3157
3184
  <td class="col-md-4">
3158
3185
 
3159
- <div class="io-description">
3160
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3186
+ <div class="io-description">
3187
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3161
3188
 
3162
- </div>
3189
+ </div>
3163
3190
  </td>
3164
3191
  </tr>
3165
3192
  </tbody>
@@ -3182,53 +3209,51 @@ Updates pills if necessary.</p>
3182
3209
  </tr>
3183
3210
 
3184
3211
 
3185
- <tr>
3186
- <td class="col-md-4">
3187
- <div class="io-line">Defined in <a href="" data-line="595"
3188
- class="link-to-prism">src/combobox/combobox.component.ts:595</a></div>
3189
- </td>
3190
- </tr>
3212
+ <tr>
3213
+ <td class="col-md-4">
3214
+ <div class="io-line">Defined in <a href="" data-line="595"
3215
+ class="link-to-prism">src/combobox/combobox.component.ts:595</a></div>
3216
+ </td>
3217
+ </tr>
3191
3218
 
3192
3219
 
3193
3220
  <tr>
3194
3221
  <td class="col-md-4">
3195
3222
 
3196
- <div class="io-description">
3197
- <b>Parameters :</b>
3198
-
3199
- <table class="params">
3200
- <thead>
3201
- <tr>
3202
- <td>Name</td>
3203
- <td>Type</td>
3204
- <td>Optional</td>
3205
- </tr>
3206
- </thead>
3207
- <tbody>
3208
- <tr>
3209
- <td>value</td>
3210
- <td>
3211
- <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
3212
- </td>
3213
-
3214
- <td>
3215
- No
3216
- </td>
3217
-
3218
-
3219
- </tr>
3220
- </tbody>
3221
- </table>
3222
- </div>
3223
- <div>
3224
- </div>
3225
- <div class="io-description">
3226
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3227
-
3228
- </div>
3229
- <div class="io-description">
3230
-
3231
- </div>
3223
+ <div class="io-description">
3224
+ <b>Parameters :</b>
3225
+
3226
+ <table class="params">
3227
+ <thead>
3228
+ <tr>
3229
+ <td>Name</td>
3230
+ <td>Type</td>
3231
+ <td>Optional</td>
3232
+ </tr>
3233
+ </thead>
3234
+ <tbody>
3235
+ <tr>
3236
+ <td>value</td>
3237
+ <td>
3238
+ <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
3239
+ </td>
3240
+
3241
+ <td>
3242
+ No
3243
+ </td>
3244
+
3245
+
3246
+ </tr>
3247
+ </tbody>
3248
+ </table>
3249
+ </div>
3250
+ <div class="io-description">
3251
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3252
+
3253
+ </div>
3254
+ <div class="io-description">
3255
+
3256
+ </div>
3232
3257
  </td>
3233
3258
  </tr>
3234
3259
  </tbody>
@@ -5442,6 +5467,19 @@ export class ComboBox implements OnChanges, AfterViewInit, AfterContentInit, OnD
5442
5467
  var MAX_SEARCH_RESULTS = 15;
5443
5468
  </script>
5444
5469
 
5470
+ <script>
5471
+ $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
5472
+ checkToggle(darkModeState);
5473
+ if ($darkModeToggleSwitchers.length > 0) {
5474
+ for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
5475
+ $darkModeToggleSwitchers[i].addEventListener('change', function (event) {
5476
+ darkModeState = !darkModeState;
5477
+ toggleDarkMode(darkModeState);
5478
+ });
5479
+ }
5480
+ }
5481
+ </script>
5482
+
5445
5483
  <script src="../js/libs/custom-elements.min.js"></script>
5446
5484
  <script src="../js/libs/lit-html.js"></script>
5447
5485