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 -->
@@ -81,7 +132,7 @@ contained within a scrolling container it will try to open in the body, or an <c
81
132
  <li><code>[appendInline]=&quot;true&quot;</code> will always append inline (next to the dropdown button)</li>
82
133
  </ul>
83
134
  <p>Get started with importing the module:</p>
84
- <div><pre class="line-numbers"><code class="language-typescript">import { DropdownModule } from &#39;carbon-components-angular&#39;;</code></pre></div><p><a href="../../?path=/story/components-dropdown--basic">See demo</a></p>
135
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">import { DropdownModule } from &#39;carbon-components-angular&#39;;</code></pre></div><p><a href="../../?path=/story/components-dropdown--basic">See demo</a></p>
85
136
 
86
137
  </p>
87
138
 
@@ -1544,17 +1595,17 @@ item selection.</p>
1544
1595
  </tr>
1545
1596
 
1546
1597
 
1547
- <tr>
1548
- <td class="col-md-4">
1549
- <div class="io-line">Defined in <a href="" data-line="509"
1550
- class="link-to-prism">src/dropdown/dropdown.component.ts:509</a></div>
1551
- </td>
1552
- </tr>
1598
+ <tr>
1599
+ <td class="col-md-4">
1600
+ <div class="io-line">Defined in <a href="" data-line="509"
1601
+ class="link-to-prism">src/dropdown/dropdown.component.ts:509</a></div>
1602
+ </td>
1603
+ </tr>
1553
1604
 
1554
1605
 
1555
1606
  <tr>
1556
1607
  <td class="col-md-4">
1557
- <div class="io-description"><p>Adds keyboard functionality for navigation, selection and closing of the <code>Dropdown</code>.</p>
1608
+ <div class="io-description"><p>Adds keyboard functionality for navigation, selection and closing of the <code>Dropdown</code>.</p>
1558
1609
  </div>
1559
1610
 
1560
1611
  </td>
@@ -1585,23 +1636,23 @@ item selection.</p>
1585
1636
  </tr>
1586
1637
 
1587
1638
 
1588
- <tr>
1589
- <td class="col-md-4">
1590
- <div class="io-line">Defined in <a href="" data-line="667"
1591
- class="link-to-prism">src/dropdown/dropdown.component.ts:667</a></div>
1592
- </td>
1593
- </tr>
1639
+ <tr>
1640
+ <td class="col-md-4">
1641
+ <div class="io-line">Defined in <a href="" data-line="667"
1642
+ class="link-to-prism">src/dropdown/dropdown.component.ts:667</a></div>
1643
+ </td>
1644
+ </tr>
1594
1645
 
1595
1646
 
1596
1647
  <tr>
1597
1648
  <td class="col-md-4">
1598
- <div class="io-description"><p>Creates the <code>Dropdown</code> list as an element that is appended to the DOM body.</p>
1649
+ <div class="io-description"><p>Creates the <code>Dropdown</code> list as an element that is appended to the DOM body.</p>
1599
1650
  </div>
1600
1651
 
1601
- <div class="io-description">
1602
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1652
+ <div class="io-description">
1653
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1603
1654
 
1604
- </div>
1655
+ </div>
1605
1656
  </td>
1606
1657
  </tr>
1607
1658
  </tbody>
@@ -1624,23 +1675,23 @@ item selection.</p>
1624
1675
  </tr>
1625
1676
 
1626
1677
 
1627
- <tr>
1628
- <td class="col-md-4">
1629
- <div class="io-line">Defined in <a href="" data-line="659"
1630
- class="link-to-prism">src/dropdown/dropdown.component.ts:659</a></div>
1631
- </td>
1632
- </tr>
1678
+ <tr>
1679
+ <td class="col-md-4">
1680
+ <div class="io-line">Defined in <a href="" data-line="659"
1681
+ class="link-to-prism">src/dropdown/dropdown.component.ts:659</a></div>
1682
+ </td>
1683
+ </tr>
1633
1684
 
1634
1685
 
1635
1686
  <tr>
1636
1687
  <td class="col-md-4">
1637
- <div class="io-description"><p>Creates the <code>Dropdown</code> list appending it to the dropdown parent object instead of the body.</p>
1688
+ <div class="io-description"><p>Creates the <code>Dropdown</code> list appending it to the dropdown parent object instead of the body.</p>
1638
1689
  </div>
1639
1690
 
1640
- <div class="io-description">
1641
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1691
+ <div class="io-description">
1692
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1642
1693
 
1643
- </div>
1694
+ </div>
1644
1695
  </td>
1645
1696
  </tr>
1646
1697
  </tbody>
@@ -1663,55 +1714,53 @@ item selection.</p>
1663
1714
  </tr>
1664
1715
 
1665
1716
 
1666
- <tr>
1667
- <td class="col-md-4">
1668
- <div class="io-line">Defined in <a href="" data-line="639"
1669
- class="link-to-prism">src/dropdown/dropdown.component.ts:639</a></div>
1670
- </td>
1671
- </tr>
1717
+ <tr>
1718
+ <td class="col-md-4">
1719
+ <div class="io-line">Defined in <a href="" data-line="639"
1720
+ class="link-to-prism">src/dropdown/dropdown.component.ts:639</a></div>
1721
+ </td>
1722
+ </tr>
1672
1723
 
1673
1724
 
1674
1725
  <tr>
1675
1726
  <td class="col-md-4">
1676
- <div class="io-description"><p>Handles keyboard events so users are controlling the <code>Dropdown</code> instead of unintentionally controlling outside elements.</p>
1727
+ <div class="io-description"><p>Handles keyboard events so users are controlling the <code>Dropdown</code> instead of unintentionally controlling outside elements.</p>
1677
1728
  </div>
1678
1729
 
1679
- <div class="io-description">
1680
- <b>Parameters :</b>
1681
-
1682
- <table class="params">
1683
- <thead>
1684
- <tr>
1685
- <td>Name</td>
1686
- <td>Type</td>
1687
- <td>Optional</td>
1688
- </tr>
1689
- </thead>
1690
- <tbody>
1691
- <tr>
1692
- <td>event</td>
1693
- <td>
1694
- <code>KeyboardEvent</code>
1695
- </td>
1696
-
1697
- <td>
1698
- No
1699
- </td>
1700
-
1701
-
1702
- </tr>
1703
- </tbody>
1704
- </table>
1705
- </div>
1706
- <div>
1707
- </div>
1708
- <div class="io-description">
1709
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1710
-
1711
- </div>
1712
- <div class="io-description">
1713
-
1714
- </div>
1730
+ <div class="io-description">
1731
+ <b>Parameters :</b>
1732
+
1733
+ <table class="params">
1734
+ <thead>
1735
+ <tr>
1736
+ <td>Name</td>
1737
+ <td>Type</td>
1738
+ <td>Optional</td>
1739
+ </tr>
1740
+ </thead>
1741
+ <tbody>
1742
+ <tr>
1743
+ <td>event</td>
1744
+ <td>
1745
+ <code>KeyboardEvent</code>
1746
+ </td>
1747
+
1748
+ <td>
1749
+ No
1750
+ </td>
1751
+
1752
+
1753
+ </tr>
1754
+ </tbody>
1755
+ </table>
1756
+ </div>
1757
+ <div class="io-description">
1758
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1759
+
1760
+ </div>
1761
+ <div class="io-description">
1762
+
1763
+ </div>
1715
1764
  </td>
1716
1765
  </tr>
1717
1766
  </tbody>
@@ -1734,21 +1783,21 @@ item selection.</p>
1734
1783
  </tr>
1735
1784
 
1736
1785
 
1737
- <tr>
1738
- <td class="col-md-4">
1739
- <div class="io-line">Defined in <a href="" data-line="619"
1740
- class="link-to-prism">src/dropdown/dropdown.component.ts:619</a></div>
1741
- </td>
1742
- </tr>
1786
+ <tr>
1787
+ <td class="col-md-4">
1788
+ <div class="io-line">Defined in <a href="" data-line="619"
1789
+ class="link-to-prism">src/dropdown/dropdown.component.ts:619</a></div>
1790
+ </td>
1791
+ </tr>
1743
1792
 
1744
1793
 
1745
1794
  <tr>
1746
1795
  <td class="col-md-4">
1747
1796
 
1748
- <div class="io-description">
1749
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1797
+ <div class="io-description">
1798
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1750
1799
 
1751
- </div>
1800
+ </div>
1752
1801
  </td>
1753
1802
  </tr>
1754
1803
  </tbody>
@@ -1771,51 +1820,49 @@ item selection.</p>
1771
1820
  </tr>
1772
1821
 
1773
1822
 
1774
- <tr>
1775
- <td class="col-md-4">
1776
- <div class="io-line">Defined in <a href="" data-line="623"
1777
- class="link-to-prism">src/dropdown/dropdown.component.ts:623</a></div>
1778
- </td>
1779
- </tr>
1823
+ <tr>
1824
+ <td class="col-md-4">
1825
+ <div class="io-line">Defined in <a href="" data-line="623"
1826
+ class="link-to-prism">src/dropdown/dropdown.component.ts:623</a></div>
1827
+ </td>
1828
+ </tr>
1780
1829
 
1781
1830
 
1782
1831
  <tr>
1783
1832
  <td class="col-md-4">
1784
- <div class="io-description"><p>Handles clicks outside of the <code>Dropdown</code>.</p>
1833
+ <div class="io-description"><p>Handles clicks outside of the <code>Dropdown</code>.</p>
1785
1834
  </div>
1786
1835
 
1787
- <div class="io-description">
1788
- <b>Parameters :</b>
1789
-
1790
- <table class="params">
1791
- <thead>
1792
- <tr>
1793
- <td>Name</td>
1794
- <td>Optional</td>
1795
- </tr>
1796
- </thead>
1797
- <tbody>
1798
- <tr>
1799
- <td>event</td>
1800
-
1801
- <td>
1802
- No
1803
- </td>
1804
-
1805
-
1806
- </tr>
1807
- </tbody>
1808
- </table>
1809
- </div>
1810
- <div>
1811
- </div>
1812
- <div class="io-description">
1813
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1814
-
1815
- </div>
1816
- <div class="io-description">
1817
-
1818
- </div>
1836
+ <div class="io-description">
1837
+ <b>Parameters :</b>
1838
+
1839
+ <table class="params">
1840
+ <thead>
1841
+ <tr>
1842
+ <td>Name</td>
1843
+ <td>Optional</td>
1844
+ </tr>
1845
+ </thead>
1846
+ <tbody>
1847
+ <tr>
1848
+ <td>event</td>
1849
+
1850
+ <td>
1851
+ No
1852
+ </td>
1853
+
1854
+
1855
+ </tr>
1856
+ </tbody>
1857
+ </table>
1858
+ </div>
1859
+ <div class="io-description">
1860
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1861
+
1862
+ </div>
1863
+ <div class="io-description">
1864
+
1865
+ </div>
1819
1866
  </td>
1820
1867
  </tr>
1821
1868
  </tbody>
@@ -1838,49 +1885,47 @@ item selection.</p>
1838
1885
  </tr>
1839
1886
 
1840
1887
 
1841
- <tr>
1842
- <td class="col-md-4">
1843
- <div class="io-line">Defined in <a href="" data-line="631"
1844
- class="link-to-prism">src/dropdown/dropdown.component.ts:631</a></div>
1845
- </td>
1846
- </tr>
1888
+ <tr>
1889
+ <td class="col-md-4">
1890
+ <div class="io-line">Defined in <a href="" data-line="631"
1891
+ class="link-to-prism">src/dropdown/dropdown.component.ts:631</a></div>
1892
+ </td>
1893
+ </tr>
1847
1894
 
1848
1895
 
1849
1896
  <tr>
1850
1897
  <td class="col-md-4">
1851
1898
 
1852
- <div class="io-description">
1853
- <b>Parameters :</b>
1854
-
1855
- <table class="params">
1856
- <thead>
1857
- <tr>
1858
- <td>Name</td>
1859
- <td>Optional</td>
1860
- </tr>
1861
- </thead>
1862
- <tbody>
1863
- <tr>
1864
- <td>event</td>
1865
-
1866
- <td>
1867
- No
1868
- </td>
1869
-
1870
-
1871
- </tr>
1872
- </tbody>
1873
- </table>
1874
- </div>
1875
- <div>
1876
- </div>
1877
- <div class="io-description">
1878
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1879
-
1880
- </div>
1881
- <div class="io-description">
1882
-
1883
- </div>
1899
+ <div class="io-description">
1900
+ <b>Parameters :</b>
1901
+
1902
+ <table class="params">
1903
+ <thead>
1904
+ <tr>
1905
+ <td>Name</td>
1906
+ <td>Optional</td>
1907
+ </tr>
1908
+ </thead>
1909
+ <tbody>
1910
+ <tr>
1911
+ <td>event</td>
1912
+
1913
+ <td>
1914
+ No
1915
+ </td>
1916
+
1917
+
1918
+ </tr>
1919
+ </tbody>
1920
+ </table>
1921
+ </div>
1922
+ <div class="io-description">
1923
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1924
+
1925
+ </div>
1926
+ <div class="io-description">
1927
+
1928
+ </div>
1884
1929
  </td>
1885
1930
  </tr>
1886
1931
  </tbody>
@@ -1903,24 +1948,24 @@ item selection.</p>
1903
1948
  </tr>
1904
1949
 
1905
1950
 
1906
- <tr>
1907
- <td class="col-md-4">
1908
- <div class="io-line">Defined in <a href="" data-line="681"
1909
- class="link-to-prism">src/dropdown/dropdown.component.ts:681</a></div>
1910
- </td>
1911
- </tr>
1951
+ <tr>
1952
+ <td class="col-md-4">
1953
+ <div class="io-line">Defined in <a href="" data-line="681"
1954
+ class="link-to-prism">src/dropdown/dropdown.component.ts:681</a></div>
1955
+ </td>
1956
+ </tr>
1912
1957
 
1913
1958
 
1914
1959
  <tr>
1915
1960
  <td class="col-md-4">
1916
- <div class="io-description"><p>Detects whether or not the <code>Dropdown</code> list is visible within all scrollable parents.
1961
+ <div class="io-description"><p>Detects whether or not the <code>Dropdown</code> list is visible within all scrollable parents.
1917
1962
  This can be overridden by passing in a value to the <code>dropUp</code> input.</p>
1918
1963
  </div>
1919
1964
 
1920
- <div class="io-description">
1921
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
1965
+ <div class="io-description">
1966
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
1922
1967
 
1923
- </div>
1968
+ </div>
1924
1969
  </td>
1925
1970
  </tr>
1926
1971
  </tbody>
@@ -1931,7 +1976,7 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
1931
1976
  <td class="col-md-4">
1932
1977
  <a name="checkForReorder"></a>
1933
1978
  <span class="name">
1934
- <span class="modifier">Protected</span>
1979
+ <span class="modifier">Protected</span>
1935
1980
  <span ><b>checkForReorder</b></span>
1936
1981
  <a href="#checkForReorder"><span class="icon ion-ios-link"></span></a>
1937
1982
  </span>
@@ -1939,29 +1984,29 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
1939
1984
  </tr>
1940
1985
  <tr>
1941
1986
  <td class="col-md-4">
1942
- <span class="modifier-icon icon ion-ios-reset"></span>
1987
+ <span class="modifier-icon icon ion-ios-reset"></span>
1943
1988
  <code>checkForReorder()</code>
1944
1989
  </td>
1945
1990
  </tr>
1946
1991
 
1947
1992
 
1948
- <tr>
1949
- <td class="col-md-4">
1950
- <div class="io-line">Defined in <a href="" data-line="790"
1951
- class="link-to-prism">src/dropdown/dropdown.component.ts:790</a></div>
1952
- </td>
1953
- </tr>
1993
+ <tr>
1994
+ <td class="col-md-4">
1995
+ <div class="io-line">Defined in <a href="" data-line="790"
1996
+ class="link-to-prism">src/dropdown/dropdown.component.ts:790</a></div>
1997
+ </td>
1998
+ </tr>
1954
1999
 
1955
2000
 
1956
2001
  <tr>
1957
2002
  <td class="col-md-4">
1958
- <div class="io-description"><p>Controls when it&#39;s needed to apply the selection feedback</p>
2003
+ <div class="io-description"><p>Controls when it&#39;s needed to apply the selection feedback</p>
1959
2004
  </div>
1960
2005
 
1961
- <div class="io-description">
1962
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2006
+ <div class="io-description">
2007
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1963
2008
 
1964
- </div>
2009
+ </div>
1965
2010
  </td>
1966
2011
  </tr>
1967
2012
  </tbody>
@@ -1984,21 +2029,21 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
1984
2029
  </tr>
1985
2030
 
1986
2031
 
1987
- <tr>
1988
- <td class="col-md-4">
1989
- <div class="io-line">Defined in <a href="" data-line="600"
1990
- class="link-to-prism">src/dropdown/dropdown.component.ts:600</a></div>
1991
- </td>
1992
- </tr>
2032
+ <tr>
2033
+ <td class="col-md-4">
2034
+ <div class="io-line">Defined in <a href="" data-line="600"
2035
+ class="link-to-prism">src/dropdown/dropdown.component.ts:600</a></div>
2036
+ </td>
2037
+ </tr>
1993
2038
 
1994
2039
 
1995
2040
  <tr>
1996
2041
  <td class="col-md-4">
1997
2042
 
1998
- <div class="io-description">
1999
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2043
+ <div class="io-description">
2044
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2000
2045
 
2001
- </div>
2046
+ </div>
2002
2047
  </td>
2003
2048
  </tr>
2004
2049
  </tbody>
@@ -2021,49 +2066,47 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
2021
2066
  </tr>
2022
2067
 
2023
2068
 
2024
- <tr>
2025
- <td class="col-md-4">
2026
- <div class="io-line">Defined in <a href="" data-line="540"
2027
- class="link-to-prism">src/dropdown/dropdown.component.ts:540</a></div>
2028
- </td>
2029
- </tr>
2069
+ <tr>
2070
+ <td class="col-md-4">
2071
+ <div class="io-line">Defined in <a href="" data-line="540"
2072
+ class="link-to-prism">src/dropdown/dropdown.component.ts:540</a></div>
2073
+ </td>
2074
+ </tr>
2030
2075
 
2031
2076
 
2032
2077
  <tr>
2033
2078
  <td class="col-md-4">
2034
2079
 
2035
- <div class="io-description">
2036
- <b>Parameters :</b>
2037
-
2038
- <table class="params">
2039
- <thead>
2040
- <tr>
2041
- <td>Name</td>
2042
- <td>Optional</td>
2043
- </tr>
2044
- </thead>
2045
- <tbody>
2046
- <tr>
2047
- <td>event</td>
2048
-
2049
- <td>
2050
- No
2051
- </td>
2052
-
2053
-
2054
- </tr>
2055
- </tbody>
2056
- </table>
2057
- </div>
2058
- <div>
2059
- </div>
2060
- <div class="io-description">
2061
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2062
-
2063
- </div>
2064
- <div class="io-description">
2065
-
2066
- </div>
2080
+ <div class="io-description">
2081
+ <b>Parameters :</b>
2082
+
2083
+ <table class="params">
2084
+ <thead>
2085
+ <tr>
2086
+ <td>Name</td>
2087
+ <td>Optional</td>
2088
+ </tr>
2089
+ </thead>
2090
+ <tbody>
2091
+ <tr>
2092
+ <td>event</td>
2093
+
2094
+ <td>
2095
+ No
2096
+ </td>
2097
+
2098
+
2099
+ </tr>
2100
+ </tbody>
2101
+ </table>
2102
+ </div>
2103
+ <div class="io-description">
2104
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2105
+
2106
+ </div>
2107
+ <div class="io-description">
2108
+
2109
+ </div>
2067
2110
  </td>
2068
2111
  </tr>
2069
2112
  </tbody>
@@ -2086,23 +2129,23 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
2086
2129
  </tr>
2087
2130
 
2088
2131
 
2089
- <tr>
2090
- <td class="col-md-4">
2091
- <div class="io-line">Defined in <a href="" data-line="745"
2092
- class="link-to-prism">src/dropdown/dropdown.component.ts:745</a></div>
2093
- </td>
2094
- </tr>
2132
+ <tr>
2133
+ <td class="col-md-4">
2134
+ <div class="io-line">Defined in <a href="" data-line="745"
2135
+ class="link-to-prism">src/dropdown/dropdown.component.ts:745</a></div>
2136
+ </td>
2137
+ </tr>
2095
2138
 
2096
2139
 
2097
2140
  <tr>
2098
2141
  <td class="col-md-4">
2099
- <div class="io-description"><p>Collapsing the dropdown menu and removing unnecessary <code>EventListeners</code>.</p>
2142
+ <div class="io-description"><p>Collapsing the dropdown menu and removing unnecessary <code>EventListeners</code>.</p>
2100
2143
  </div>
2101
2144
 
2102
- <div class="io-description">
2103
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2145
+ <div class="io-description">
2146
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2104
2147
 
2105
- </div>
2148
+ </div>
2106
2149
  </td>
2107
2150
  </tr>
2108
2151
  </tbody>
@@ -2125,25 +2168,25 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
2125
2168
  </tr>
2126
2169
 
2127
2170
 
2128
- <tr>
2129
- <td class="col-md-4">
2130
- <div class="io-line">Defined in <a href="" data-line="559"
2131
- class="link-to-prism">src/dropdown/dropdown.component.ts:559</a></div>
2132
- </td>
2133
- </tr>
2171
+ <tr>
2172
+ <td class="col-md-4">
2173
+ <div class="io-line">Defined in <a href="" data-line="559"
2174
+ class="link-to-prism">src/dropdown/dropdown.component.ts:559</a></div>
2175
+ </td>
2176
+ </tr>
2134
2177
 
2135
2178
 
2136
2179
  <tr>
2137
2180
  <td class="col-md-4">
2138
- <div class="io-description"><p>Returns the display value if there is a selection and displayValue is set,
2181
+ <div class="io-description"><p>Returns the display value if there is a selection and displayValue is set,
2139
2182
  if there is just a selection the ListItem content property will be returned,
2140
2183
  otherwise the placeholder will be returned.</p>
2141
2184
  </div>
2142
2185
 
2143
- <div class="io-description">
2144
- <b>Returns : </b> <code>Observable&lt;string&gt;</code>
2186
+ <div class="io-description">
2187
+ <b>Returns : </b> <code>Observable&lt;string&gt;</code>
2145
2188
 
2146
- </div>
2189
+ </div>
2147
2190
  </td>
2148
2191
  </tr>
2149
2192
  </tbody>
@@ -2166,21 +2209,21 @@ otherwise the placeholder will be returned.</p>
2166
2209
  </tr>
2167
2210
 
2168
2211
 
2169
- <tr>
2170
- <td class="col-md-4">
2171
- <div class="io-line">Defined in <a href="" data-line="580"
2172
- class="link-to-prism">src/dropdown/dropdown.component.ts:580</a></div>
2173
- </td>
2174
- </tr>
2212
+ <tr>
2213
+ <td class="col-md-4">
2214
+ <div class="io-line">Defined in <a href="" data-line="580"
2215
+ class="link-to-prism">src/dropdown/dropdown.component.ts:580</a></div>
2216
+ </td>
2217
+ </tr>
2175
2218
 
2176
2219
 
2177
2220
  <tr>
2178
2221
  <td class="col-md-4">
2179
2222
 
2180
- <div class="io-description">
2181
- <b>Returns : </b> <code>{ items: any; item?: undefined; } | { item: any; items?: undefined; } | { items?: undefined; item?: undefined; }</code>
2223
+ <div class="io-description">
2224
+ <b>Returns : </b> <code>{ items: any; item?: undefined; } | { item: any; items?: undefined; } | { items?: undefined; item?: undefined; }</code>
2182
2225
 
2183
- </div>
2226
+ </div>
2184
2227
  </td>
2185
2228
  </tr>
2186
2229
  </tbody>
@@ -2203,21 +2246,21 @@ otherwise the placeholder will be returned.</p>
2203
2246
  </tr>
2204
2247
 
2205
2248
 
2206
- <tr>
2207
- <td class="col-md-4">
2208
- <div class="io-line">Defined in <a href="" data-line="594"
2209
- class="link-to-prism">src/dropdown/dropdown.component.ts:594</a></div>
2210
- </td>
2211
- </tr>
2249
+ <tr>
2250
+ <td class="col-md-4">
2251
+ <div class="io-line">Defined in <a href="" data-line="594"
2252
+ class="link-to-prism">src/dropdown/dropdown.component.ts:594</a></div>
2253
+ </td>
2254
+ </tr>
2212
2255
 
2213
2256
 
2214
2257
  <tr>
2215
2258
  <td class="col-md-4">
2216
2259
 
2217
- <div class="io-description">
2218
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2260
+ <div class="io-description">
2261
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2219
2262
 
2220
- </div>
2263
+ </div>
2221
2264
  </td>
2222
2265
  </tr>
2223
2266
  </tbody>
@@ -2240,21 +2283,21 @@ otherwise the placeholder will be returned.</p>
2240
2283
  </tr>
2241
2284
 
2242
2285
 
2243
- <tr>
2244
- <td class="col-md-4">
2245
- <div class="io-line">Defined in <a href="" data-line="576"
2246
- class="link-to-prism">src/dropdown/dropdown.component.ts:576</a></div>
2247
- </td>
2248
- </tr>
2286
+ <tr>
2287
+ <td class="col-md-4">
2288
+ <div class="io-line">Defined in <a href="" data-line="576"
2289
+ class="link-to-prism">src/dropdown/dropdown.component.ts:576</a></div>
2290
+ </td>
2291
+ </tr>
2249
2292
 
2250
2293
 
2251
2294
  <tr>
2252
2295
  <td class="col-md-4">
2253
2296
 
2254
- <div class="io-description">
2255
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
2297
+ <div class="io-description">
2298
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
2256
2299
 
2257
- </div>
2300
+ </div>
2258
2301
  </td>
2259
2302
  </tr>
2260
2303
  </tbody>
@@ -2265,7 +2308,7 @@ otherwise the placeholder will be returned.</p>
2265
2308
  <td class="col-md-4">
2266
2309
  <a name="isTemplate"></a>
2267
2310
  <span class="name">
2268
- <span class="modifier">Public</span>
2311
+ <span class="modifier">Public</span>
2269
2312
  <span ><b>isTemplate</b></span>
2270
2313
  <a href="#isTemplate"><span class="icon ion-ios-link"></span></a>
2271
2314
  </span>
@@ -2273,55 +2316,53 @@ otherwise the placeholder will be returned.</p>
2273
2316
  </tr>
2274
2317
  <tr>
2275
2318
  <td class="col-md-4">
2276
- <span class="modifier-icon icon ion-ios-reset"></span>
2319
+ <span class="modifier-icon icon ion-ios-reset"></span>
2277
2320
  <code>isTemplate(value)</code>
2278
2321
  </td>
2279
2322
  </tr>
2280
2323
 
2281
2324
 
2282
- <tr>
2283
- <td class="col-md-4">
2284
- <div class="io-line">Defined in <a href="" data-line="783"
2285
- class="link-to-prism">src/dropdown/dropdown.component.ts:783</a></div>
2286
- </td>
2287
- </tr>
2325
+ <tr>
2326
+ <td class="col-md-4">
2327
+ <div class="io-line">Defined in <a href="" data-line="783"
2328
+ class="link-to-prism">src/dropdown/dropdown.component.ts:783</a></div>
2329
+ </td>
2330
+ </tr>
2288
2331
 
2289
2332
 
2290
2333
  <tr>
2291
2334
  <td class="col-md-4">
2292
2335
 
2293
- <div class="io-description">
2294
- <b>Parameters :</b>
2295
-
2296
- <table class="params">
2297
- <thead>
2298
- <tr>
2299
- <td>Name</td>
2300
- <td>Optional</td>
2301
- </tr>
2302
- </thead>
2303
- <tbody>
2304
- <tr>
2305
- <td>value</td>
2306
-
2307
- <td>
2308
- No
2309
- </td>
2310
-
2311
-
2312
- </tr>
2313
- </tbody>
2314
- </table>
2315
- </div>
2316
- <div>
2317
- </div>
2318
- <div class="io-description">
2319
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
2320
-
2321
- </div>
2322
- <div class="io-description">
2323
-
2324
- </div>
2336
+ <div class="io-description">
2337
+ <b>Parameters :</b>
2338
+
2339
+ <table class="params">
2340
+ <thead>
2341
+ <tr>
2342
+ <td>Name</td>
2343
+ <td>Optional</td>
2344
+ </tr>
2345
+ </thead>
2346
+ <tbody>
2347
+ <tr>
2348
+ <td>value</td>
2349
+
2350
+ <td>
2351
+ No
2352
+ </td>
2353
+
2354
+
2355
+ </tr>
2356
+ </tbody>
2357
+ </table>
2358
+ </div>
2359
+ <div class="io-description">
2360
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
2361
+
2362
+ </div>
2363
+ <div class="io-description">
2364
+
2365
+ </div>
2325
2366
  </td>
2326
2367
  </tr>
2327
2368
  </tbody>
@@ -2344,23 +2385,23 @@ otherwise the placeholder will be returned.</p>
2344
2385
  </tr>
2345
2386
 
2346
2387
 
2347
- <tr>
2348
- <td class="col-md-4">
2349
- <div class="io-line">Defined in <a href="" data-line="364"
2350
- class="link-to-prism">src/dropdown/dropdown.component.ts:364</a></div>
2351
- </td>
2352
- </tr>
2388
+ <tr>
2389
+ <td class="col-md-4">
2390
+ <div class="io-line">Defined in <a href="" data-line="364"
2391
+ class="link-to-prism">src/dropdown/dropdown.component.ts:364</a></div>
2392
+ </td>
2393
+ </tr>
2353
2394
 
2354
2395
 
2355
2396
  <tr>
2356
2397
  <td class="col-md-4">
2357
- <div class="io-description"><p>Initializes classes and subscribes to events for single or multi selection.</p>
2398
+ <div class="io-description"><p>Initializes classes and subscribes to events for single or multi selection.</p>
2358
2399
  </div>
2359
2400
 
2360
- <div class="io-description">
2361
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2401
+ <div class="io-description">
2402
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2362
2403
 
2363
- </div>
2404
+ </div>
2364
2405
  </td>
2365
2406
  </tr>
2366
2407
  </tbody>
@@ -2383,21 +2424,21 @@ otherwise the placeholder will be returned.</p>
2383
2424
  </tr>
2384
2425
 
2385
2426
 
2386
- <tr>
2387
- <td class="col-md-4">
2388
- <div class="io-line">Defined in <a href="" data-line="409"
2389
- class="link-to-prism">src/dropdown/dropdown.component.ts:409</a></div>
2390
- </td>
2391
- </tr>
2427
+ <tr>
2428
+ <td class="col-md-4">
2429
+ <div class="io-line">Defined in <a href="" data-line="409"
2430
+ class="link-to-prism">src/dropdown/dropdown.component.ts:409</a></div>
2431
+ </td>
2432
+ </tr>
2392
2433
 
2393
2434
 
2394
2435
  <tr>
2395
2436
  <td class="col-md-4">
2396
2437
 
2397
- <div class="io-description">
2398
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2438
+ <div class="io-description">
2439
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2399
2440
 
2400
- </div>
2441
+ </div>
2401
2442
  </td>
2402
2443
  </tr>
2403
2444
  </tbody>
@@ -2420,23 +2461,23 @@ otherwise the placeholder will be returned.</p>
2420
2461
  </tr>
2421
2462
 
2422
2463
 
2423
- <tr>
2424
- <td class="col-md-4">
2425
- <div class="io-line">Defined in <a href="" data-line="426"
2426
- class="link-to-prism">src/dropdown/dropdown.component.ts:426</a></div>
2427
- </td>
2428
- </tr>
2464
+ <tr>
2465
+ <td class="col-md-4">
2466
+ <div class="io-line">Defined in <a href="" data-line="426"
2467
+ class="link-to-prism">src/dropdown/dropdown.component.ts:426</a></div>
2468
+ </td>
2469
+ </tr>
2429
2470
 
2430
2471
 
2431
2472
  <tr>
2432
2473
  <td class="col-md-4">
2433
- <div class="io-description"><p>Removing the <code>Dropdown</code> from the body if it is appended to the body.</p>
2474
+ <div class="io-description"><p>Removing the <code>Dropdown</code> from the body if it is appended to the body.</p>
2434
2475
  </div>
2435
2476
 
2436
- <div class="io-description">
2437
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2477
+ <div class="io-description">
2478
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2438
2479
 
2439
- </div>
2480
+ </div>
2440
2481
  </td>
2441
2482
  </tr>
2442
2483
  </tbody>
@@ -2459,24 +2500,24 @@ otherwise the placeholder will be returned.</p>
2459
2500
  </tr>
2460
2501
 
2461
2502
 
2462
- <tr>
2463
- <td class="col-md-4">
2464
- <div class="io-line">Defined in <a href="" data-line="355"
2465
- class="link-to-prism">src/dropdown/dropdown.component.ts:355</a></div>
2466
- </td>
2467
- </tr>
2503
+ <tr>
2504
+ <td class="col-md-4">
2505
+ <div class="io-line">Defined in <a href="" data-line="355"
2506
+ class="link-to-prism">src/dropdown/dropdown.component.ts:355</a></div>
2507
+ </td>
2508
+ </tr>
2468
2509
 
2469
2510
 
2470
2511
  <tr>
2471
2512
  <td class="col-md-4">
2472
- <div class="io-description"><p>Updates the <code>type</code> property in the <code>@ContentChild</code>.
2513
+ <div class="io-description"><p>Updates the <code>type</code> property in the <code>@ContentChild</code>.
2473
2514
  The <code>type</code> property specifies whether the <code>Dropdown</code> allows single selection or multi selection.</p>
2474
2515
  </div>
2475
2516
 
2476
- <div class="io-description">
2477
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2517
+ <div class="io-description">
2518
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2478
2519
 
2479
- </div>
2520
+ </div>
2480
2521
  </td>
2481
2522
  </tr>
2482
2523
  </tbody>
@@ -2499,21 +2540,21 @@ The <code>type</code> property specifies whether the <code>Dropdown</code> allow
2499
2540
  </tr>
2500
2541
 
2501
2542
 
2502
- <tr>
2503
- <td class="col-md-4">
2504
- <div class="io-line">Defined in <a href="" data-line="474"
2505
- class="link-to-prism">src/dropdown/dropdown.component.ts:474</a></div>
2506
- </td>
2507
- </tr>
2543
+ <tr>
2544
+ <td class="col-md-4">
2545
+ <div class="io-line">Defined in <a href="" data-line="474"
2546
+ class="link-to-prism">src/dropdown/dropdown.component.ts:474</a></div>
2547
+ </td>
2548
+ </tr>
2508
2549
 
2509
2550
 
2510
2551
  <tr>
2511
2552
  <td class="col-md-4">
2512
2553
 
2513
- <div class="io-description">
2514
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2554
+ <div class="io-description">
2555
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2515
2556
 
2516
- </div>
2557
+ </div>
2517
2558
  </td>
2518
2559
  </tr>
2519
2560
  </tbody>
@@ -2524,7 +2565,7 @@ The <code>type</code> property specifies whether the <code>Dropdown</code> allow
2524
2565
  <td class="col-md-4">
2525
2566
  <a name="onKeyDown"></a>
2526
2567
  <span class="name">
2527
- <span class="modifier"></span>
2568
+ <span class="modifier"></span>
2528
2569
  <span ><b>onKeyDown</b></span>
2529
2570
  <a href="#onKeyDown"><span class="icon ion-ios-link"></span></a>
2530
2571
  </span>
@@ -2532,7 +2573,7 @@ The <code>type</code> property specifies whether the <code>Dropdown</code> allow
2532
2573
  </tr>
2533
2574
  <tr>
2534
2575
  <td class="col-md-4">
2535
- <span class="modifier-icon icon ion-ios-reset"></span>
2576
+ <span class="modifier-icon icon ion-ios-reset"></span>
2536
2577
  <code>onKeyDown(event: KeyboardEvent)</code>
2537
2578
  </td>
2538
2579
  </tr>
@@ -2545,55 +2586,53 @@ The <code>type</code> property specifies whether the <code>Dropdown</code> allow
2545
2586
  </td>
2546
2587
  </tr>
2547
2588
 
2548
- <tr>
2549
- <td class="col-md-4">
2550
- <div class="io-line">Defined in <a href="" data-line="509"
2551
- class="link-to-prism">src/dropdown/dropdown.component.ts:509</a></div>
2552
- </td>
2553
- </tr>
2589
+ <tr>
2590
+ <td class="col-md-4">
2591
+ <div class="io-line">Defined in <a href="" data-line="509"
2592
+ class="link-to-prism">src/dropdown/dropdown.component.ts:509</a></div>
2593
+ </td>
2594
+ </tr>
2554
2595
 
2555
2596
 
2556
2597
  <tr>
2557
2598
  <td class="col-md-4">
2558
- <div class="io-description"><p>Adds keyboard functionality for navigation, selection and closing of the <code>Dropdown</code>.</p>
2599
+ <div class="io-description"><p>Adds keyboard functionality for navigation, selection and closing of the <code>Dropdown</code>.</p>
2559
2600
  </div>
2560
2601
 
2561
- <div class="io-description">
2562
- <b>Parameters :</b>
2563
-
2564
- <table class="params">
2565
- <thead>
2566
- <tr>
2567
- <td>Name</td>
2568
- <td>Type</td>
2569
- <td>Optional</td>
2570
- </tr>
2571
- </thead>
2572
- <tbody>
2573
- <tr>
2574
- <td>event</td>
2575
- <td>
2576
- <code>KeyboardEvent</code>
2577
- </td>
2578
-
2579
- <td>
2580
- No
2581
- </td>
2582
-
2583
-
2584
- </tr>
2585
- </tbody>
2586
- </table>
2587
- </div>
2588
- <div>
2589
- </div>
2590
- <div class="io-description">
2591
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2592
-
2593
- </div>
2594
- <div class="io-description">
2595
-
2596
- </div>
2602
+ <div class="io-description">
2603
+ <b>Parameters :</b>
2604
+
2605
+ <table class="params">
2606
+ <thead>
2607
+ <tr>
2608
+ <td>Name</td>
2609
+ <td>Type</td>
2610
+ <td>Optional</td>
2611
+ </tr>
2612
+ </thead>
2613
+ <tbody>
2614
+ <tr>
2615
+ <td>event</td>
2616
+ <td>
2617
+ <code>KeyboardEvent</code>
2618
+ </td>
2619
+
2620
+ <td>
2621
+ No
2622
+ </td>
2623
+
2624
+
2625
+ </tr>
2626
+ </tbody>
2627
+ </table>
2628
+ </div>
2629
+ <div class="io-description">
2630
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2631
+
2632
+ </div>
2633
+ <div class="io-description">
2634
+
2635
+ </div>
2597
2636
  </td>
2598
2637
  </tr>
2599
2638
  </tbody>
@@ -2616,23 +2655,23 @@ The <code>type</code> property specifies whether the <code>Dropdown</code> allow
2616
2655
  </tr>
2617
2656
 
2618
2657
 
2619
- <tr>
2620
- <td class="col-md-4">
2621
- <div class="io-line">Defined in <a href="" data-line="701"
2622
- class="link-to-prism">src/dropdown/dropdown.component.ts:701</a></div>
2623
- </td>
2624
- </tr>
2658
+ <tr>
2659
+ <td class="col-md-4">
2660
+ <div class="io-line">Defined in <a href="" data-line="701"
2661
+ class="link-to-prism">src/dropdown/dropdown.component.ts:701</a></div>
2662
+ </td>
2663
+ </tr>
2625
2664
 
2626
2665
 
2627
2666
  <tr>
2628
2667
  <td class="col-md-4">
2629
- <div class="io-description"><p>Expands the dropdown menu in the view.</p>
2668
+ <div class="io-description"><p>Expands the dropdown menu in the view.</p>
2630
2669
  </div>
2631
2670
 
2632
- <div class="io-description">
2633
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2671
+ <div class="io-description">
2672
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2634
2673
 
2635
- </div>
2674
+ </div>
2636
2675
  </td>
2637
2676
  </tr>
2638
2677
  </tbody>
@@ -2655,53 +2694,51 @@ The <code>type</code> property specifies whether the <code>Dropdown</code> allow
2655
2694
  </tr>
2656
2695
 
2657
2696
 
2658
- <tr>
2659
- <td class="col-md-4">
2660
- <div class="io-line">Defined in <a href="" data-line="478"
2661
- class="link-to-prism">src/dropdown/dropdown.component.ts:478</a></div>
2662
- </td>
2663
- </tr>
2697
+ <tr>
2698
+ <td class="col-md-4">
2699
+ <div class="io-line">Defined in <a href="" data-line="478"
2700
+ class="link-to-prism">src/dropdown/dropdown.component.ts:478</a></div>
2701
+ </td>
2702
+ </tr>
2664
2703
 
2665
2704
 
2666
2705
  <tr>
2667
2706
  <td class="col-md-4">
2668
2707
 
2669
- <div class="io-description">
2670
- <b>Parameters :</b>
2671
-
2672
- <table class="params">
2673
- <thead>
2674
- <tr>
2675
- <td>Name</td>
2676
- <td>Type</td>
2677
- <td>Optional</td>
2678
- </tr>
2679
- </thead>
2680
- <tbody>
2681
- <tr>
2682
- <td>fn</td>
2683
- <td>
2684
- <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2685
- </td>
2686
-
2687
- <td>
2688
- No
2689
- </td>
2690
-
2691
-
2692
- </tr>
2693
- </tbody>
2694
- </table>
2695
- </div>
2696
- <div>
2697
- </div>
2698
- <div class="io-description">
2699
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2700
-
2701
- </div>
2702
- <div class="io-description">
2703
-
2704
- </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>Type</td>
2716
+ <td>Optional</td>
2717
+ </tr>
2718
+ </thead>
2719
+ <tbody>
2720
+ <tr>
2721
+ <td>fn</td>
2722
+ <td>
2723
+ <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2724
+ </td>
2725
+
2726
+ <td>
2727
+ No
2728
+ </td>
2729
+
2730
+
2731
+ </tr>
2732
+ </tbody>
2733
+ </table>
2734
+ </div>
2735
+ <div class="io-description">
2736
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2737
+
2738
+ </div>
2739
+ <div class="io-description">
2740
+
2741
+ </div>
2705
2742
  </td>
2706
2743
  </tr>
2707
2744
  </tbody>
@@ -2724,55 +2761,53 @@ The <code>type</code> property specifies whether the <code>Dropdown</code> allow
2724
2761
  </tr>
2725
2762
 
2726
2763
 
2727
- <tr>
2728
- <td class="col-md-4">
2729
- <div class="io-line">Defined in <a href="" data-line="485"
2730
- class="link-to-prism">src/dropdown/dropdown.component.ts:485</a></div>
2731
- </td>
2732
- </tr>
2764
+ <tr>
2765
+ <td class="col-md-4">
2766
+ <div class="io-line">Defined in <a href="" data-line="485"
2767
+ class="link-to-prism">src/dropdown/dropdown.component.ts:485</a></div>
2768
+ </td>
2769
+ </tr>
2733
2770
 
2734
2771
 
2735
2772
  <tr>
2736
2773
  <td class="col-md-4">
2737
- <div class="io-description"><p>Registering the function injected to control the touch use of the <code>Dropdown</code>.</p>
2774
+ <div class="io-description"><p>Registering the function injected to control the touch use of the <code>Dropdown</code>.</p>
2738
2775
  </div>
2739
2776
 
2740
- <div class="io-description">
2741
- <b>Parameters :</b>
2742
-
2743
- <table class="params">
2744
- <thead>
2745
- <tr>
2746
- <td>Name</td>
2747
- <td>Type</td>
2748
- <td>Optional</td>
2749
- </tr>
2750
- </thead>
2751
- <tbody>
2752
- <tr>
2753
- <td>fn</td>
2754
- <td>
2755
- <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2756
- </td>
2757
-
2758
- <td>
2759
- No
2760
- </td>
2761
-
2762
-
2763
- </tr>
2764
- </tbody>
2765
- </table>
2766
- </div>
2767
- <div>
2768
- </div>
2769
- <div class="io-description">
2770
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2771
-
2772
- </div>
2773
- <div class="io-description">
2774
-
2775
- </div>
2777
+ <div class="io-description">
2778
+ <b>Parameters :</b>
2779
+
2780
+ <table class="params">
2781
+ <thead>
2782
+ <tr>
2783
+ <td>Name</td>
2784
+ <td>Type</td>
2785
+ <td>Optional</td>
2786
+ </tr>
2787
+ </thead>
2788
+ <tbody>
2789
+ <tr>
2790
+ <td>fn</td>
2791
+ <td>
2792
+ <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2793
+ </td>
2794
+
2795
+ <td>
2796
+ No
2797
+ </td>
2798
+
2799
+
2800
+ </tr>
2801
+ </tbody>
2802
+ </table>
2803
+ </div>
2804
+ <div class="io-description">
2805
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2806
+
2807
+ </div>
2808
+ <div class="io-description">
2809
+
2810
+ </div>
2776
2811
  </td>
2777
2812
  </tr>
2778
2813
  </tbody>
@@ -2795,61 +2830,59 @@ The <code>type</code> property specifies whether the <code>Dropdown</code> allow
2795
2830
  </tr>
2796
2831
 
2797
2832
 
2798
- <tr>
2799
- <td class="col-md-4">
2800
- <div class="io-line">Defined in <a href="" data-line="501"
2801
- class="link-to-prism">src/dropdown/dropdown.component.ts:501</a></div>
2802
- </td>
2803
- </tr>
2833
+ <tr>
2834
+ <td class="col-md-4">
2835
+ <div class="io-line">Defined in <a href="" data-line="501"
2836
+ class="link-to-prism">src/dropdown/dropdown.component.ts:501</a></div>
2837
+ </td>
2838
+ </tr>
2804
2839
 
2805
2840
 
2806
2841
  <tr>
2807
2842
  <td class="col-md-4">
2808
- <div class="io-description"><p><code>ControlValueAccessor</code> method to programmatically disable the dropdown.</p>
2843
+ <div class="io-description"><p><code>ControlValueAccessor</code> method to programmatically disable the dropdown.</p>
2809
2844
  <p>ex: <code>this.formGroup.get(&quot;myDropdown&quot;).disable();</code></p>
2810
2845
  </div>
2811
2846
 
2812
- <div class="io-description">
2813
- <b>Parameters :</b>
2814
-
2815
- <table class="params">
2816
- <thead>
2817
- <tr>
2818
- <td>Name</td>
2819
- <td>Type</td>
2820
- <td>Optional</td>
2821
- <td>Description</td>
2822
- </tr>
2823
- </thead>
2824
- <tbody>
2825
- <tr>
2826
- <td>isDisabled</td>
2827
- <td>
2828
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
2829
- </td>
2830
-
2831
- <td>
2832
- No
2833
- </td>
2834
-
2835
-
2836
- <td>
2837
- <p><code>true</code> to disable the input</p>
2838
-
2839
- </td>
2840
- </tr>
2841
- </tbody>
2842
- </table>
2843
- </div>
2844
- <div>
2845
- </div>
2846
- <div class="io-description">
2847
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2848
-
2849
- </div>
2850
- <div class="io-description">
2851
-
2852
- </div>
2847
+ <div class="io-description">
2848
+ <b>Parameters :</b>
2849
+
2850
+ <table class="params">
2851
+ <thead>
2852
+ <tr>
2853
+ <td>Name</td>
2854
+ <td>Type</td>
2855
+ <td>Optional</td>
2856
+ <td>Description</td>
2857
+ </tr>
2858
+ </thead>
2859
+ <tbody>
2860
+ <tr>
2861
+ <td>isDisabled</td>
2862
+ <td>
2863
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
2864
+ </td>
2865
+
2866
+ <td>
2867
+ No
2868
+ </td>
2869
+
2870
+
2871
+ <td>
2872
+ <p><code>true</code> to disable the input</p>
2873
+
2874
+ </td>
2875
+ </tr>
2876
+ </tbody>
2877
+ </table>
2878
+ </div>
2879
+ <div class="io-description">
2880
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2881
+
2882
+ </div>
2883
+ <div class="io-description">
2884
+
2885
+ </div>
2853
2886
  </td>
2854
2887
  </tr>
2855
2888
  </tbody>
@@ -2872,23 +2905,23 @@ The <code>type</code> property specifies whether the <code>Dropdown</code> allow
2872
2905
  </tr>
2873
2906
 
2874
2907
 
2875
- <tr>
2876
- <td class="col-md-4">
2877
- <div class="io-line">Defined in <a href="" data-line="775"
2878
- class="link-to-prism">src/dropdown/dropdown.component.ts:775</a></div>
2879
- </td>
2880
- </tr>
2908
+ <tr>
2909
+ <td class="col-md-4">
2910
+ <div class="io-line">Defined in <a href="" data-line="775"
2911
+ class="link-to-prism">src/dropdown/dropdown.component.ts:775</a></div>
2912
+ </td>
2913
+ </tr>
2881
2914
 
2882
2915
 
2883
2916
  <tr>
2884
2917
  <td class="col-md-4">
2885
- <div class="io-description"><p>Controls toggling menu states between open/expanded and closed/collapsed.</p>
2918
+ <div class="io-description"><p>Controls toggling menu states between open/expanded and closed/collapsed.</p>
2886
2919
  </div>
2887
2920
 
2888
- <div class="io-description">
2889
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2921
+ <div class="io-description">
2922
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2890
2923
 
2891
- </div>
2924
+ </div>
2892
2925
  </td>
2893
2926
  </tr>
2894
2927
  </tbody>
@@ -2911,23 +2944,23 @@ The <code>type</code> property specifies whether the <code>Dropdown</code> allow
2911
2944
  </tr>
2912
2945
 
2913
2946
 
2914
- <tr>
2915
- <td class="col-md-4">
2916
- <div class="io-line">Defined in <a href="" data-line="614"
2917
- class="link-to-prism">src/dropdown/dropdown.component.ts:614</a></div>
2918
- </td>
2919
- </tr>
2947
+ <tr>
2948
+ <td class="col-md-4">
2949
+ <div class="io-line">Defined in <a href="" data-line="614"
2950
+ class="link-to-prism">src/dropdown/dropdown.component.ts:614</a></div>
2951
+ </td>
2952
+ </tr>
2920
2953
 
2921
2954
 
2922
2955
  <tr>
2923
2956
  <td class="col-md-4">
2924
- <div class="io-description"><p>Returns <code>true</code> if there is a value selected.</p>
2957
+ <div class="io-description"><p>Returns <code>true</code> if there is a value selected.</p>
2925
2958
  </div>
2926
2959
 
2927
- <div class="io-description">
2928
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
2960
+ <div class="io-description">
2961
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
2929
2962
 
2930
- </div>
2963
+ </div>
2931
2964
  </td>
2932
2965
  </tr>
2933
2966
  </tbody>
@@ -2950,55 +2983,53 @@ The <code>type</code> property specifies whether the <code>Dropdown</code> allow
2950
2983
  </tr>
2951
2984
 
2952
2985
 
2953
- <tr>
2954
- <td class="col-md-4">
2955
- <div class="io-line">Defined in <a href="" data-line="435"
2956
- class="link-to-prism">src/dropdown/dropdown.component.ts:435</a></div>
2957
- </td>
2958
- </tr>
2986
+ <tr>
2987
+ <td class="col-md-4">
2988
+ <div class="io-line">Defined in <a href="" data-line="435"
2989
+ class="link-to-prism">src/dropdown/dropdown.component.ts:435</a></div>
2990
+ </td>
2991
+ </tr>
2959
2992
 
2960
2993
 
2961
2994
  <tr>
2962
2995
  <td class="col-md-4">
2963
- <div class="io-description"><p>Propagates the injected <code>value</code>.</p>
2996
+ <div class="io-description"><p>Propagates the injected <code>value</code>.</p>
2964
2997
  </div>
2965
2998
 
2966
- <div class="io-description">
2967
- <b>Parameters :</b>
2968
-
2969
- <table class="params">
2970
- <thead>
2971
- <tr>
2972
- <td>Name</td>
2973
- <td>Type</td>
2974
- <td>Optional</td>
2975
- </tr>
2976
- </thead>
2977
- <tbody>
2978
- <tr>
2979
- <td>value</td>
2980
- <td>
2981
- <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2982
- </td>
2983
-
2984
- <td>
2985
- No
2986
- </td>
2987
-
2988
-
2989
- </tr>
2990
- </tbody>
2991
- </table>
2992
- </div>
2993
- <div>
2994
- </div>
2995
- <div class="io-description">
2996
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2997
-
2998
- </div>
2999
- <div class="io-description">
3000
-
3001
- </div>
2999
+ <div class="io-description">
3000
+ <b>Parameters :</b>
3001
+
3002
+ <table class="params">
3003
+ <thead>
3004
+ <tr>
3005
+ <td>Name</td>
3006
+ <td>Type</td>
3007
+ <td>Optional</td>
3008
+ </tr>
3009
+ </thead>
3010
+ <tbody>
3011
+ <tr>
3012
+ <td>value</td>
3013
+ <td>
3014
+ <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
3015
+ </td>
3016
+
3017
+ <td>
3018
+ No
3019
+ </td>
3020
+
3021
+
3022
+ </tr>
3023
+ </tbody>
3024
+ </table>
3025
+ </div>
3026
+ <div class="io-description">
3027
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3028
+
3029
+ </div>
3030
+ <div class="io-description">
3031
+
3032
+ </div>
3002
3033
  </td>
3003
3034
  </tr>
3004
3035
  </tbody>
@@ -4432,6 +4463,19 @@ export class Dropdown implements OnInit, AfterContentInit, AfterViewInit, OnDest
4432
4463
  var MAX_SEARCH_RESULTS = 15;
4433
4464
  </script>
4434
4465
 
4466
+ <script>
4467
+ $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
4468
+ checkToggle(darkModeState);
4469
+ if ($darkModeToggleSwitchers.length > 0) {
4470
+ for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
4471
+ $darkModeToggleSwitchers[i].addEventListener('change', function (event) {
4472
+ darkModeState = !darkModeState;
4473
+ toggleDarkMode(darkModeState);
4474
+ });
4475
+ }
4476
+ }
4477
+ </script>
4478
+
4435
4479
  <script src="../js/libs/custom-elements.min.js"></script>
4436
4480
  <script src="../js/libs/lit-html.js"></script>
4437
4481