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 -->
@@ -547,7 +598,7 @@ manipulate it if needed.</p>
547
598
  store the data you need to <code>filter.data</code>. You will be able to access it as
548
599
  <code>this.filterData.data</code> from your <code>filter()</code> function when you extend <code>TableHeaderItem</code></p>
549
600
  <p>Example:</p>
550
- <div><pre class="line-numbers"><code class="language-html">&lt;ng-template #filter let-popover=&quot;popover&quot;&gt;
601
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">&lt;ng-template #filter let-popover=&quot;popover&quot;&gt;
551
602
  &lt;cds-label class=&quot;first-label&quot;&gt;
552
603
  Value
553
604
  &lt;input type=&quot;text&quot; [(ngModel)]=&quot;filter1&quot; class=&quot;input-field&quot;&gt;
@@ -558,10 +609,10 @@ store the data you need to <code>filter.data</code>. You will be able to access
558
609
  &lt;button class=&quot;btn--primary&quot; (click)=&quot;filter.data = filter1; popover.onClose()&quot;&gt;Apply&lt;/button&gt;
559
610
  &lt;button class=&quot;btn--secondary&quot; (click)=&quot;popover.onClose()&quot;&gt;Cancel&lt;/button&gt;
560
611
  &lt;/ng-template&gt;</code></pre></div><p>Set the template with, for example:</p>
561
- <div><pre class="line-numbers"><code class="language-typescript">new FilterableHeaderItem({
612
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">new FilterableHeaderItem({
562
613
  filterTemplate: this.filter,
563
614
  filterFooter: this.filterFooter
564
- })</code></pre></div><div><pre class="line-numbers"><code class="language-typescript">class FilterableHeaderItem extends TableHeaderItem {
615
+ })</code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">class FilterableHeaderItem extends TableHeaderItem {
565
616
  // custom filter function
566
617
  filter(item: TableItem): boolean {
567
618
  if (typeof item.data === &quot;string&quot; &amp;&amp; item.data.indexOf(this.filterData.data) &gt;= 0) {
@@ -841,14 +892,14 @@ If false then this column won&#39;t show a sorting arrow at all.</p>
841
892
  <p>If not provided, displays data as a simple string.</p>
842
893
  <p>Usage:</p>
843
894
  <p>In a component where you&#39;re using the table create a template like:</p>
844
- <div><pre class="line-numbers"><code class="language-html">&lt;ng-template #customHeaderTemplate let-data=&quot;data&quot;&gt;
895
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">&lt;ng-template #customHeaderTemplate let-data=&quot;data&quot;&gt;
845
896
  &lt;i&gt;&lt;a [routerLink]=&quot;data.link&quot;&gt;{{data.name}}&lt;/a&gt;&lt;/i&gt;
846
897
  &lt;/ng-template&gt;</code></pre></div><p>where we assume your data contains <code>link</code> and <code>name</code>. <code>let-data=&quot;data&quot;</code> is
847
898
  necessary for you to be able to access item&#39;s data in the template.</p>
848
899
  <p>Create <code>ViewChild</code> property with:</p>
849
- <div><pre class="line-numbers"><code class="language-typescript">(at)ViewChild(&quot;customHeaderTemplate&quot;)
900
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">(at)ViewChild(&quot;customHeaderTemplate&quot;)
850
901
  protected customHeaderTemplate: TemplateRef&lt;any&gt;;</code></pre></div><p>Set the template to the header item, for example:</p>
851
- <div><pre class="line-numbers"><code class="language-typescript">this.model.header = [
902
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">this.model.header = [
852
903
  new TableHeaderItem({data: {name: &quot;Custom header&quot;, link: &quot;/table&quot;}, template: this.customHeaderTemplate})
853
904
  ];</code></pre></div></div>
854
905
  </td>
@@ -912,17 +963,17 @@ protected customHeaderTemplate: TemplateRef&lt;any&gt;;</code></pre></div><p>Set
912
963
  </tr>
913
964
 
914
965
 
915
- <tr>
916
- <td class="col-md-4">
917
- <div class="io-line">Defined in <a href="" data-line="264"
918
- class="link-to-prism">src/table/table-header-item.class.ts:264</a></div>
919
- </td>
920
- </tr>
966
+ <tr>
967
+ <td class="col-md-4">
968
+ <div class="io-line">Defined in <a href="" data-line="264"
969
+ class="link-to-prism">src/table/table-header-item.class.ts:264</a></div>
970
+ </td>
971
+ </tr>
921
972
 
922
973
 
923
974
  <tr>
924
975
  <td class="col-md-4">
925
- <div class="io-description"><p>Used for sorting rows of the table.</p>
976
+ <div class="io-description"><p>Used for sorting rows of the table.</p>
926
977
  <p>Override to enable different sorting.</p>
927
978
  <p>&lt; 0 if <code>one</code> should go before <code>two</code></p>
928
979
  <blockquote>
@@ -931,54 +982,52 @@ protected customHeaderTemplate: TemplateRef&lt;any&gt;;</code></pre></div><p>Set
931
982
  </blockquote>
932
983
  </div>
933
984
 
934
- <div class="io-description">
935
- <b>Parameters :</b>
936
-
937
- <table class="params">
938
- <thead>
939
- <tr>
940
- <td>Name</td>
941
- <td>Type</td>
942
- <td>Optional</td>
943
- </tr>
944
- </thead>
945
- <tbody>
946
- <tr>
947
- <td>one</td>
948
- <td>
949
- <code><a href="../classes/TableItem.html" target="_self" >TableItem</a></code>
950
- </td>
951
-
952
- <td>
953
- No
954
- </td>
955
-
956
-
957
- </tr>
958
- <tr>
959
- <td>two</td>
960
- <td>
961
- <code><a href="../classes/TableItem.html" target="_self" >TableItem</a></code>
962
- </td>
963
-
964
- <td>
965
- No
966
- </td>
967
-
968
-
969
- </tr>
970
- </tbody>
971
- </table>
972
- </div>
973
- <div>
974
- </div>
975
- <div class="io-description">
976
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
977
-
978
- </div>
979
- <div class="io-description">
980
-
981
- </div>
985
+ <div class="io-description">
986
+ <b>Parameters :</b>
987
+
988
+ <table class="params">
989
+ <thead>
990
+ <tr>
991
+ <td>Name</td>
992
+ <td>Type</td>
993
+ <td>Optional</td>
994
+ </tr>
995
+ </thead>
996
+ <tbody>
997
+ <tr>
998
+ <td>one</td>
999
+ <td>
1000
+ <code><a href="../classes/TableItem.html" target="_self" >TableItem</a></code>
1001
+ </td>
1002
+
1003
+ <td>
1004
+ No
1005
+ </td>
1006
+
1007
+
1008
+ </tr>
1009
+ <tr>
1010
+ <td>two</td>
1011
+ <td>
1012
+ <code><a href="../classes/TableItem.html" target="_self" >TableItem</a></code>
1013
+ </td>
1014
+
1015
+ <td>
1016
+ No
1017
+ </td>
1018
+
1019
+
1020
+ </tr>
1021
+ </tbody>
1022
+ </table>
1023
+ </div>
1024
+ <div class="io-description">
1025
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1026
+
1027
+ </div>
1028
+ <div class="io-description">
1029
+
1030
+ </div>
982
1031
  </td>
983
1032
  </tr>
984
1033
  </tbody>
@@ -1001,17 +1050,17 @@ protected customHeaderTemplate: TemplateRef&lt;any&gt;;</code></pre></div><p>Set
1001
1050
  </tr>
1002
1051
 
1003
1052
 
1004
- <tr>
1005
- <td class="col-md-4">
1006
- <div class="io-line">Defined in <a href="" data-line="293"
1007
- class="link-to-prism">src/table/table-header-item.class.ts:293</a></div>
1008
- </td>
1009
- </tr>
1053
+ <tr>
1054
+ <td class="col-md-4">
1055
+ <div class="io-line">Defined in <a href="" data-line="293"
1056
+ class="link-to-prism">src/table/table-header-item.class.ts:293</a></div>
1057
+ </td>
1058
+ </tr>
1010
1059
 
1011
1060
 
1012
1061
  <tr>
1013
1062
  <td class="col-md-4">
1014
- <div class="io-description"><p>Used to filter rows in the table.</p>
1063
+ <div class="io-description"><p>Used to filter rows in the table.</p>
1015
1064
  <p>Override to make a custom filter.</p>
1016
1065
  <p>Even though there is just one filter function, there can be multiple filters.
1017
1066
  When implementing filter, set <code>filterCount</code> before returning.</p>
@@ -1019,42 +1068,40 @@ When implementing filter, set <code>filterCount</code> before returning.</p>
1019
1068
  <code>false</code> to show the row</p>
1020
1069
  </div>
1021
1070
 
1022
- <div class="io-description">
1023
- <b>Parameters :</b>
1024
-
1025
- <table class="params">
1026
- <thead>
1027
- <tr>
1028
- <td>Name</td>
1029
- <td>Type</td>
1030
- <td>Optional</td>
1031
- </tr>
1032
- </thead>
1033
- <tbody>
1034
- <tr>
1035
- <td>item</td>
1036
- <td>
1037
- <code><a href="../classes/TableItem.html" target="_self" >TableItem</a></code>
1038
- </td>
1039
-
1040
- <td>
1041
- No
1042
- </td>
1043
-
1044
-
1045
- </tr>
1046
- </tbody>
1047
- </table>
1048
- </div>
1049
- <div>
1050
- </div>
1051
- <div class="io-description">
1052
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1053
-
1054
- </div>
1055
- <div class="io-description">
1056
-
1057
- </div>
1071
+ <div class="io-description">
1072
+ <b>Parameters :</b>
1073
+
1074
+ <table class="params">
1075
+ <thead>
1076
+ <tr>
1077
+ <td>Name</td>
1078
+ <td>Type</td>
1079
+ <td>Optional</td>
1080
+ </tr>
1081
+ </thead>
1082
+ <tbody>
1083
+ <tr>
1084
+ <td>item</td>
1085
+ <td>
1086
+ <code><a href="../classes/TableItem.html" target="_self" >TableItem</a></code>
1087
+ </td>
1088
+
1089
+ <td>
1090
+ No
1091
+ </td>
1092
+
1093
+
1094
+ </tr>
1095
+ </tbody>
1096
+ </table>
1097
+ </div>
1098
+ <div class="io-description">
1099
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1100
+
1101
+ </div>
1102
+ <div class="io-description">
1103
+
1104
+ </div>
1058
1105
  </td>
1059
1106
  </tr>
1060
1107
  </tbody>
@@ -1620,6 +1667,19 @@ export class TableHeaderItem {
1620
1667
  var MAX_SEARCH_RESULTS = 15;
1621
1668
  </script>
1622
1669
 
1670
+ <script>
1671
+ $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
1672
+ checkToggle(darkModeState);
1673
+ if ($darkModeToggleSwitchers.length > 0) {
1674
+ for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
1675
+ $darkModeToggleSwitchers[i].addEventListener('change', function (event) {
1676
+ darkModeState = !darkModeState;
1677
+ toggleDarkMode(darkModeState);
1678
+ });
1679
+ }
1680
+ }
1681
+ </script>
1682
+
1623
1683
  <script src="../js/libs/custom-elements.min.js"></script>
1624
1684
  <script src="../js/libs/lit-html.js"></script>
1625
1685
 
@@ -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 -->
@@ -315,7 +366,7 @@
315
366
  for expanded data. <code>expandedTemplate</code> is then ignored.</p>
316
367
  <p>You can apply the template for individual cells as usual.</p>
317
368
  <p>Example model data:</p>
318
- <div><pre class="line-numbers"><code class="language-typescript">this.model.data = [
369
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">this.model.data = [
319
370
  [new TableItem({ data: &quot;Name 4&quot; }), new TableItem({ data: &quot;twer&quot; })], // regular row
320
371
  [
321
372
  new TableItem({
@@ -477,14 +528,14 @@ table rows.</p>
477
528
  <p>If not provided, displays data as a simple string.</p>
478
529
  <p>Usage:</p>
479
530
  <p>In a component where you&#39;re using the table create a template like:</p>
480
- <div><pre class="line-numbers"><code class="language-html">&lt;ng-template #customItemTemplate let-data=&quot;data&quot;&gt;
531
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">&lt;ng-template #customItemTemplate let-data=&quot;data&quot;&gt;
481
532
  &lt;i&gt;&lt;a [routerLink]=&quot;data.link&quot;&gt;{{data.name}}&lt;/a&gt;&lt;/i&gt;
482
533
  &lt;/ng-template&gt;</code></pre></div><p>where we assume your data contains <code>link</code> and <code>name</code>. <code>let-data=&quot;data&quot;</code> is
483
534
  necessary for you to be able to access item&#39;s data in the template.</p>
484
535
  <p>Create <code>ViewChild</code> property with:</p>
485
- <div><pre class="line-numbers"><code class="language-typescript">(at)ViewChild(&quot;customItemTemplate&quot;)
536
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">(at)ViewChild(&quot;customItemTemplate&quot;)
486
537
  protected customItemTemplate: TemplateRef&lt;any&gt;;</code></pre></div><p>Set the template to the table item, for example:</p>
487
- <div><pre class="line-numbers"><code class="language-typescript">this.model.data = [
538
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">this.model.data = [
488
539
  [new TableItem({data: {name: &quot;Custom item&quot;, link: &quot;/table&quot;}, template: this.customItemTemplate})]
489
540
  ];</code></pre></div></div>
490
541
  </td>
@@ -771,6 +822,19 @@ export class TableItem {
771
822
  var MAX_SEARCH_RESULTS = 15;
772
823
  </script>
773
824
 
825
+ <script>
826
+ $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
827
+ checkToggle(darkModeState);
828
+ if ($darkModeToggleSwitchers.length > 0) {
829
+ for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
830
+ $darkModeToggleSwitchers[i].addEventListener('change', function (event) {
831
+ darkModeState = !darkModeState;
832
+ toggleDarkMode(darkModeState);
833
+ });
834
+ }
835
+ }
836
+ </script>
837
+
774
838
  <script src="../js/libs/custom-elements.min.js"></script>
775
839
  <script src="../js/libs/lit-html.js"></script>
776
840