carbon-components-angular 5.26.1 → 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 (336) 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 +149 -89
  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.html +69 -5
  252. package/docs/documentation/modules/ComboBoxModule.html +69 -5
  253. package/docs/documentation/modules/ContainedListModule.html +69 -5
  254. package/docs/documentation/modules/ContentSwitcherModule.html +69 -5
  255. package/docs/documentation/modules/ContextMenuModule.html +69 -5
  256. package/docs/documentation/modules/DatePickerInputModule.html +69 -5
  257. package/docs/documentation/modules/DatePickerModule.html +69 -5
  258. package/docs/documentation/modules/DialogModule.html +69 -5
  259. package/docs/documentation/modules/DocumentationModule.html +69 -5
  260. package/docs/documentation/modules/DropdownModule.html +69 -5
  261. package/docs/documentation/modules/ExperimentalModule.html +69 -5
  262. package/docs/documentation/modules/FileUploaderModule.html +69 -5
  263. package/docs/documentation/modules/GridModule.html +69 -5
  264. package/docs/documentation/modules/HeaderModule.html +69 -5
  265. package/docs/documentation/modules/I18nModule.html +69 -5
  266. package/docs/documentation/modules/IconModule.html +69 -5
  267. package/docs/documentation/modules/InlineLoadingModule.html +69 -5
  268. package/docs/documentation/modules/InputModule.html +69 -5
  269. package/docs/documentation/modules/LayerModule.html +69 -5
  270. package/docs/documentation/modules/LayoutModule.html +69 -5
  271. package/docs/documentation/modules/LinkModule.html +69 -5
  272. package/docs/documentation/modules/ListModule.html +69 -5
  273. package/docs/documentation/modules/LoadingModule.html +69 -5
  274. package/docs/documentation/modules/ModalModule.html +69 -5
  275. package/docs/documentation/modules/NFormsModule.html +69 -5
  276. package/docs/documentation/modules/NotificationModule.html +69 -5
  277. package/docs/documentation/modules/NumberModule.html +69 -5
  278. package/docs/documentation/modules/PaginationModule.html +69 -5
  279. package/docs/documentation/modules/PanelModule.html +69 -5
  280. package/docs/documentation/modules/PlaceholderModule.html +69 -5
  281. package/docs/documentation/modules/PopoverModule.html +69 -5
  282. package/docs/documentation/modules/ProgressBarModule.html +69 -5
  283. package/docs/documentation/modules/ProgressIndicatorModule.html +69 -5
  284. package/docs/documentation/modules/RadioModule.html +69 -5
  285. package/docs/documentation/modules/SearchModule.html +69 -5
  286. package/docs/documentation/modules/SelectModule.html +69 -5
  287. package/docs/documentation/modules/SideNavModule.html +69 -5
  288. package/docs/documentation/modules/SkeletonModule.html +69 -5
  289. package/docs/documentation/modules/SliderModule.html +69 -5
  290. package/docs/documentation/modules/StructuredListModule.html +69 -5
  291. package/docs/documentation/modules/TableModule.html +68 -4
  292. package/docs/documentation/modules/TabsModule.html +69 -5
  293. package/docs/documentation/modules/TagModule.html +69 -5
  294. package/docs/documentation/modules/ThemeModule/dependencies.svg +4 -4
  295. package/docs/documentation/modules/ThemeModule.html +73 -9
  296. package/docs/documentation/modules/TilesModule/dependencies.svg +4 -4
  297. package/docs/documentation/modules/TilesModule.html +73 -9
  298. package/docs/documentation/modules/TimePickerModule/dependencies.svg +17 -17
  299. package/docs/documentation/modules/TimePickerModule.html +86 -22
  300. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +4 -4
  301. package/docs/documentation/modules/TimePickerSelectModule.html +73 -9
  302. package/docs/documentation/modules/ToggleModule/dependencies.svg +4 -4
  303. package/docs/documentation/modules/ToggleModule.html +73 -9
  304. package/docs/documentation/modules/ToggletipModule/dependencies.svg +37 -37
  305. package/docs/documentation/modules/ToggletipModule.html +106 -42
  306. package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
  307. package/docs/documentation/modules/TooltipModule.html +73 -9
  308. package/docs/documentation/modules/TreeviewModule/dependencies.svg +34 -34
  309. package/docs/documentation/modules/TreeviewModule.html +103 -39
  310. package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
  311. package/docs/documentation/modules/UIShellModule.html +73 -9
  312. package/docs/documentation/modules/UtilsModule.html +69 -5
  313. package/docs/documentation/modules.html +68 -4
  314. package/docs/documentation/overview.html +68 -4
  315. package/docs/documentation/pipes/ReplacePipe.html +114 -52
  316. package/docs/documentation/properties.html +69 -5
  317. package/docs/documentation/styles/compodoc.css +11 -8
  318. package/docs/documentation.json +2067 -1757
  319. package/docs/storybook/{959.4248791c.iframe.bundle.js → 959.05fb42da.iframe.bundle.js} +3 -3
  320. package/docs/storybook/{959.4248791c.iframe.bundle.js.map → 959.05fb42da.iframe.bundle.js.map} +1 -1
  321. package/docs/storybook/iframe.html +3 -3
  322. package/docs/storybook/main.cfffa2d2.iframe.bundle.js +1 -0
  323. package/docs/storybook/main.css +2 -4
  324. package/docs/storybook/project.json +1 -1
  325. package/docs/storybook/{runtime~main.b589439b.iframe.bundle.js → runtime~main.c3f8e5ba.iframe.bundle.js} +1 -1
  326. package/docs/storybook/sb-addons/essentials-controls-1/manager-bundle.js +29 -29
  327. package/docs/storybook/{tabs-tabs-stories.183f4129.iframe.bundle.js → tabs-tabs-stories.066fa432.iframe.bundle.js} +1 -1
  328. package/esm2020/tabs/tab.component.mjs +20 -3
  329. package/fesm2015/carbon-components-angular-tabs.mjs +24 -7
  330. package/fesm2015/carbon-components-angular-tabs.mjs.map +1 -1
  331. package/fesm2020/carbon-components-angular-tabs.mjs +24 -7
  332. package/fesm2020/carbon-components-angular-tabs.mjs.map +1 -1
  333. package/package.json +1 -1
  334. package/tabs/tab.component.d.ts +10 -1
  335. package/docs/storybook/main.5c20d10a.iframe.bundle.js +0 -1
  336. /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 { TimePickerModule } from &#39;carbon-components-angular&#39;;</code></pre></div><p><a href="../../?path=/story/components-time-picker--simple">See demo</a></p>
124
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">import { TimePickerModule } from &#39;carbon-components-angular&#39;;</code></pre></div><p><a href="../../?path=/story/components-time-picker--simple">See demo</a></p>
74
125
 
75
126
  </p>
76
127
 
@@ -765,12 +816,12 @@ class&#x3D;&quot;cds--label&quot;
765
816
  </tr>
766
817
 
767
818
 
768
- <tr>
769
- <td class="col-md-4">
770
- <div class="io-line">Defined in <a href="" data-line="137"
771
- class="link-to-prism">src/timepicker/timepicker.component.ts:137</a></div>
772
- </td>
773
- </tr>
819
+ <tr>
820
+ <td class="col-md-4">
821
+ <div class="io-line">Defined in <a href="" data-line="137"
822
+ class="link-to-prism">src/timepicker/timepicker.component.ts:137</a></div>
823
+ </td>
824
+ </tr>
774
825
 
775
826
 
776
827
  </tbody>
@@ -787,7 +838,7 @@ class&#x3D;&quot;cds--label&quot;
787
838
  <td class="col-md-4">
788
839
  <a name="focusOut"></a>
789
840
  <span class="name">
790
- <span class="modifier"></span>
841
+ <span class="modifier"></span>
791
842
  <span ><b>focusOut</b></span>
792
843
  <a href="#focusOut"><span class="icon ion-ios-link"></span></a>
793
844
  </span>
@@ -795,7 +846,7 @@ class&#x3D;&quot;cds--label&quot;
795
846
  </tr>
796
847
  <tr>
797
848
  <td class="col-md-4">
798
- <span class="modifier-icon icon ion-ios-reset"></span>
849
+ <span class="modifier-icon icon ion-ios-reset"></span>
799
850
  <code>focusOut()</code>
800
851
  </td>
801
852
  </tr>
@@ -808,21 +859,21 @@ class&#x3D;&quot;cds--label&quot;
808
859
  </td>
809
860
  </tr>
810
861
 
811
- <tr>
812
- <td class="col-md-4">
813
- <div class="io-line">Defined in <a href="" data-line="137"
814
- class="link-to-prism">src/timepicker/timepicker.component.ts:137</a></div>
815
- </td>
816
- </tr>
862
+ <tr>
863
+ <td class="col-md-4">
864
+ <div class="io-line">Defined in <a href="" data-line="137"
865
+ class="link-to-prism">src/timepicker/timepicker.component.ts:137</a></div>
866
+ </td>
867
+ </tr>
817
868
 
818
869
 
819
870
  <tr>
820
871
  <td class="col-md-4">
821
872
 
822
- <div class="io-description">
823
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
873
+ <div class="io-description">
874
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
824
875
 
825
- </div>
876
+ </div>
826
877
  </td>
827
878
  </tr>
828
879
  </tbody>
@@ -833,7 +884,7 @@ class&#x3D;&quot;cds--label&quot;
833
884
  <td class="col-md-4">
834
885
  <a name="isTemplate"></a>
835
886
  <span class="name">
836
- <span class="modifier">Public</span>
887
+ <span class="modifier">Public</span>
837
888
  <span ><b>isTemplate</b></span>
838
889
  <a href="#isTemplate"><span class="icon ion-ios-link"></span></a>
839
890
  </span>
@@ -841,55 +892,53 @@ class&#x3D;&quot;cds--label&quot;
841
892
  </tr>
842
893
  <tr>
843
894
  <td class="col-md-4">
844
- <span class="modifier-icon icon ion-ios-reset"></span>
895
+ <span class="modifier-icon icon ion-ios-reset"></span>
845
896
  <code>isTemplate(value)</code>
846
897
  </td>
847
898
  </tr>
848
899
 
849
900
 
850
- <tr>
851
- <td class="col-md-4">
852
- <div class="io-line">Defined in <a href="" data-line="141"
853
- class="link-to-prism">src/timepicker/timepicker.component.ts:141</a></div>
854
- </td>
855
- </tr>
901
+ <tr>
902
+ <td class="col-md-4">
903
+ <div class="io-line">Defined in <a href="" data-line="141"
904
+ class="link-to-prism">src/timepicker/timepicker.component.ts:141</a></div>
905
+ </td>
906
+ </tr>
856
907
 
857
908
 
858
909
  <tr>
859
910
  <td class="col-md-4">
860
911
 
861
- <div class="io-description">
862
- <b>Parameters :</b>
863
-
864
- <table class="params">
865
- <thead>
866
- <tr>
867
- <td>Name</td>
868
- <td>Optional</td>
869
- </tr>
870
- </thead>
871
- <tbody>
872
- <tr>
873
- <td>value</td>
874
-
875
- <td>
876
- No
877
- </td>
878
-
879
-
880
- </tr>
881
- </tbody>
882
- </table>
883
- </div>
884
- <div>
885
- </div>
886
- <div class="io-description">
887
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
888
-
889
- </div>
890
- <div class="io-description">
891
-
892
- </div>
912
+ <div class="io-description">
913
+ <b>Parameters :</b>
914
+
915
+ <table class="params">
916
+ <thead>
917
+ <tr>
918
+ <td>Name</td>
919
+ <td>Optional</td>
920
+ </tr>
921
+ </thead>
922
+ <tbody>
923
+ <tr>
924
+ <td>value</td>
925
+
926
+ <td>
927
+ No
928
+ </td>
929
+
930
+
931
+ </tr>
932
+ </tbody>
933
+ </table>
934
+ </div>
935
+ <div class="io-description">
936
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
937
+
938
+ </div>
939
+ <div class="io-description">
940
+
941
+ </div>
893
942
  </td>
894
943
  </tr>
895
944
  </tbody>
@@ -912,49 +961,47 @@ class&#x3D;&quot;cds--label&quot;
912
961
  </tr>
913
962
 
914
963
 
915
- <tr>
916
- <td class="col-md-4">
917
- <div class="io-line">Defined in <a href="" data-line="131"
918
- class="link-to-prism">src/timepicker/timepicker.component.ts:131</a></div>
919
- </td>
920
- </tr>
964
+ <tr>
965
+ <td class="col-md-4">
966
+ <div class="io-line">Defined in <a href="" data-line="131"
967
+ class="link-to-prism">src/timepicker/timepicker.component.ts:131</a></div>
968
+ </td>
969
+ </tr>
921
970
 
922
971
 
923
972
  <tr>
924
973
  <td class="col-md-4">
925
974
 
926
- <div class="io-description">
927
- <b>Parameters :</b>
928
-
929
- <table class="params">
930
- <thead>
931
- <tr>
932
- <td>Name</td>
933
- <td>Optional</td>
934
- </tr>
935
- </thead>
936
- <tbody>
937
- <tr>
938
- <td>event</td>
939
-
940
- <td>
941
- No
942
- </td>
943
-
944
-
945
- </tr>
946
- </tbody>
947
- </table>
948
- </div>
949
- <div>
950
- </div>
951
- <div class="io-description">
952
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
953
-
954
- </div>
955
- <div class="io-description">
956
-
957
- </div>
975
+ <div class="io-description">
976
+ <b>Parameters :</b>
977
+
978
+ <table class="params">
979
+ <thead>
980
+ <tr>
981
+ <td>Name</td>
982
+ <td>Optional</td>
983
+ </tr>
984
+ </thead>
985
+ <tbody>
986
+ <tr>
987
+ <td>event</td>
988
+
989
+ <td>
990
+ No
991
+ </td>
992
+
993
+
994
+ </tr>
995
+ </tbody>
996
+ </table>
997
+ </div>
998
+ <div class="io-description">
999
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1000
+
1001
+ </div>
1002
+ <div class="io-description">
1003
+
1004
+ </div>
958
1005
  </td>
959
1006
  </tr>
960
1007
  </tbody>
@@ -977,53 +1024,51 @@ class&#x3D;&quot;cds--label&quot;
977
1024
  </tr>
978
1025
 
979
1026
 
980
- <tr>
981
- <td class="col-md-4">
982
- <div class="io-line">Defined in <a href="" data-line="119"
983
- class="link-to-prism">src/timepicker/timepicker.component.ts:119</a></div>
984
- </td>
985
- </tr>
1027
+ <tr>
1028
+ <td class="col-md-4">
1029
+ <div class="io-line">Defined in <a href="" data-line="119"
1030
+ class="link-to-prism">src/timepicker/timepicker.component.ts:119</a></div>
1031
+ </td>
1032
+ </tr>
986
1033
 
987
1034
 
988
1035
  <tr>
989
1036
  <td class="col-md-4">
990
1037
 
991
- <div class="io-description">
992
- <b>Parameters :</b>
993
-
994
- <table class="params">
995
- <thead>
996
- <tr>
997
- <td>Name</td>
998
- <td>Type</td>
999
- <td>Optional</td>
1000
- </tr>
1001
- </thead>
1002
- <tbody>
1003
- <tr>
1004
- <td>callback</td>
1005
- <td>
1006
- <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
1007
- </td>
1008
-
1009
- <td>
1010
- No
1011
- </td>
1012
-
1013
-
1014
- </tr>
1015
- </tbody>
1016
- </table>
1017
- </div>
1018
- <div>
1019
- </div>
1020
- <div class="io-description">
1021
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1022
-
1023
- </div>
1024
- <div class="io-description">
1025
-
1026
- </div>
1038
+ <div class="io-description">
1039
+ <b>Parameters :</b>
1040
+
1041
+ <table class="params">
1042
+ <thead>
1043
+ <tr>
1044
+ <td>Name</td>
1045
+ <td>Type</td>
1046
+ <td>Optional</td>
1047
+ </tr>
1048
+ </thead>
1049
+ <tbody>
1050
+ <tr>
1051
+ <td>callback</td>
1052
+ <td>
1053
+ <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
1054
+ </td>
1055
+
1056
+ <td>
1057
+ No
1058
+ </td>
1059
+
1060
+
1061
+ </tr>
1062
+ </tbody>
1063
+ </table>
1064
+ </div>
1065
+ <div class="io-description">
1066
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1067
+
1068
+ </div>
1069
+ <div class="io-description">
1070
+
1071
+ </div>
1027
1072
  </td>
1028
1073
  </tr>
1029
1074
  </tbody>
@@ -1046,53 +1091,51 @@ class&#x3D;&quot;cds--label&quot;
1046
1091
  </tr>
1047
1092
 
1048
1093
 
1049
- <tr>
1050
- <td class="col-md-4">
1051
- <div class="io-line">Defined in <a href="" data-line="123"
1052
- class="link-to-prism">src/timepicker/timepicker.component.ts:123</a></div>
1053
- </td>
1054
- </tr>
1094
+ <tr>
1095
+ <td class="col-md-4">
1096
+ <div class="io-line">Defined in <a href="" data-line="123"
1097
+ class="link-to-prism">src/timepicker/timepicker.component.ts:123</a></div>
1098
+ </td>
1099
+ </tr>
1055
1100
 
1056
1101
 
1057
1102
  <tr>
1058
1103
  <td class="col-md-4">
1059
1104
 
1060
- <div class="io-description">
1061
- <b>Parameters :</b>
1062
-
1063
- <table class="params">
1064
- <thead>
1065
- <tr>
1066
- <td>Name</td>
1067
- <td>Type</td>
1068
- <td>Optional</td>
1069
- </tr>
1070
- </thead>
1071
- <tbody>
1072
- <tr>
1073
- <td>callback</td>
1074
- <td>
1075
- <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
1076
- </td>
1077
-
1078
- <td>
1079
- No
1080
- </td>
1081
-
1082
-
1083
- </tr>
1084
- </tbody>
1085
- </table>
1086
- </div>
1087
- <div>
1088
- </div>
1089
- <div class="io-description">
1090
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1091
-
1092
- </div>
1093
- <div class="io-description">
1094
-
1095
- </div>
1105
+ <div class="io-description">
1106
+ <b>Parameters :</b>
1107
+
1108
+ <table class="params">
1109
+ <thead>
1110
+ <tr>
1111
+ <td>Name</td>
1112
+ <td>Type</td>
1113
+ <td>Optional</td>
1114
+ </tr>
1115
+ </thead>
1116
+ <tbody>
1117
+ <tr>
1118
+ <td>callback</td>
1119
+ <td>
1120
+ <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
1121
+ </td>
1122
+
1123
+ <td>
1124
+ No
1125
+ </td>
1126
+
1127
+
1128
+ </tr>
1129
+ </tbody>
1130
+ </table>
1131
+ </div>
1132
+ <div class="io-description">
1133
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1134
+
1135
+ </div>
1136
+ <div class="io-description">
1137
+
1138
+ </div>
1096
1139
  </td>
1097
1140
  </tr>
1098
1141
  </tbody>
@@ -1115,53 +1158,51 @@ class&#x3D;&quot;cds--label&quot;
1115
1158
  </tr>
1116
1159
 
1117
1160
 
1118
- <tr>
1119
- <td class="col-md-4">
1120
- <div class="io-line">Defined in <a href="" data-line="127"
1121
- class="link-to-prism">src/timepicker/timepicker.component.ts:127</a></div>
1122
- </td>
1123
- </tr>
1161
+ <tr>
1162
+ <td class="col-md-4">
1163
+ <div class="io-line">Defined in <a href="" data-line="127"
1164
+ class="link-to-prism">src/timepicker/timepicker.component.ts:127</a></div>
1165
+ </td>
1166
+ </tr>
1124
1167
 
1125
1168
 
1126
1169
  <tr>
1127
1170
  <td class="col-md-4">
1128
1171
 
1129
- <div class="io-description">
1130
- <b>Parameters :</b>
1131
-
1132
- <table class="params">
1133
- <thead>
1134
- <tr>
1135
- <td>Name</td>
1136
- <td>Type</td>
1137
- <td>Optional</td>
1138
- </tr>
1139
- </thead>
1140
- <tbody>
1141
- <tr>
1142
- <td>isDisabled</td>
1143
- <td>
1144
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1145
- </td>
1146
-
1147
- <td>
1148
- No
1149
- </td>
1150
-
1151
-
1152
- </tr>
1153
- </tbody>
1154
- </table>
1155
- </div>
1156
- <div>
1157
- </div>
1158
- <div class="io-description">
1159
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1160
-
1161
- </div>
1162
- <div class="io-description">
1163
-
1164
- </div>
1172
+ <div class="io-description">
1173
+ <b>Parameters :</b>
1174
+
1175
+ <table class="params">
1176
+ <thead>
1177
+ <tr>
1178
+ <td>Name</td>
1179
+ <td>Type</td>
1180
+ <td>Optional</td>
1181
+ </tr>
1182
+ </thead>
1183
+ <tbody>
1184
+ <tr>
1185
+ <td>isDisabled</td>
1186
+ <td>
1187
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1188
+ </td>
1189
+
1190
+ <td>
1191
+ No
1192
+ </td>
1193
+
1194
+
1195
+ </tr>
1196
+ </tbody>
1197
+ </table>
1198
+ </div>
1199
+ <div class="io-description">
1200
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1201
+
1202
+ </div>
1203
+ <div class="io-description">
1204
+
1205
+ </div>
1165
1206
  </td>
1166
1207
  </tr>
1167
1208
  </tbody>
@@ -1184,53 +1225,51 @@ class&#x3D;&quot;cds--label&quot;
1184
1225
  </tr>
1185
1226
 
1186
1227
 
1187
- <tr>
1188
- <td class="col-md-4">
1189
- <div class="io-line">Defined in <a href="" data-line="115"
1190
- class="link-to-prism">src/timepicker/timepicker.component.ts:115</a></div>
1191
- </td>
1192
- </tr>
1228
+ <tr>
1229
+ <td class="col-md-4">
1230
+ <div class="io-line">Defined in <a href="" data-line="115"
1231
+ class="link-to-prism">src/timepicker/timepicker.component.ts:115</a></div>
1232
+ </td>
1233
+ </tr>
1193
1234
 
1194
1235
 
1195
1236
  <tr>
1196
1237
  <td class="col-md-4">
1197
1238
 
1198
- <div class="io-description">
1199
- <b>Parameters :</b>
1200
-
1201
- <table class="params">
1202
- <thead>
1203
- <tr>
1204
- <td>Name</td>
1205
- <td>Type</td>
1206
- <td>Optional</td>
1207
- </tr>
1208
- </thead>
1209
- <tbody>
1210
- <tr>
1211
- <td>value</td>
1212
- <td>
1213
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1214
- </td>
1215
-
1216
- <td>
1217
- No
1218
- </td>
1219
-
1220
-
1221
- </tr>
1222
- </tbody>
1223
- </table>
1224
- </div>
1225
- <div>
1226
- </div>
1227
- <div class="io-description">
1228
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1229
-
1230
- </div>
1231
- <div class="io-description">
1232
-
1233
- </div>
1239
+ <div class="io-description">
1240
+ <b>Parameters :</b>
1241
+
1242
+ <table class="params">
1243
+ <thead>
1244
+ <tr>
1245
+ <td>Name</td>
1246
+ <td>Type</td>
1247
+ <td>Optional</td>
1248
+ </tr>
1249
+ </thead>
1250
+ <tbody>
1251
+ <tr>
1252
+ <td>value</td>
1253
+ <td>
1254
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1255
+ </td>
1256
+
1257
+ <td>
1258
+ No
1259
+ </td>
1260
+
1261
+
1262
+ </tr>
1263
+ </tbody>
1264
+ </table>
1265
+ </div>
1266
+ <div class="io-description">
1267
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1268
+
1269
+ </div>
1270
+ <div class="io-description">
1271
+
1272
+ </div>
1234
1273
  </td>
1235
1274
  </tr>
1236
1275
  </tbody>
@@ -1608,6 +1647,19 @@ export class TimePicker implements ControlValueAccessor {
1608
1647
  var MAX_SEARCH_RESULTS = 15;
1609
1648
  </script>
1610
1649
 
1650
+ <script>
1651
+ $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
1652
+ checkToggle(darkModeState);
1653
+ if ($darkModeToggleSwitchers.length > 0) {
1654
+ for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
1655
+ $darkModeToggleSwitchers[i].addEventListener('change', function (event) {
1656
+ darkModeState = !darkModeState;
1657
+ toggleDarkMode(darkModeState);
1658
+ });
1659
+ }
1660
+ }
1661
+ </script>
1662
+
1611
1663
  <script src="../js/libs/custom-elements.min.js"></script>
1612
1664
  <script src="../js/libs/lit-html.js"></script>
1613
1665