carbon-components-angular 5.26.1 → 5.26.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (356) hide show
  1. package/README.md +2 -1
  2. package/combobox/combobox.component.d.ts +2 -1
  3. package/docs/documentation/classes/CheckboxExportedTests.html +168 -108
  4. package/docs/documentation/classes/ComponentTests.html +150 -90
  5. package/docs/documentation/classes/DataGridInteractionModel.html +341 -289
  6. package/docs/documentation/classes/IconCache.html +191 -131
  7. package/docs/documentation/classes/IconMemoryCache.html +194 -134
  8. package/docs/documentation/classes/IconNameNotFoundError.html +70 -6
  9. package/docs/documentation/classes/IconSizeNotFoundError.html +70 -6
  10. package/docs/documentation/classes/NumberChange.html +69 -5
  11. package/docs/documentation/classes/Overridable.html +110 -48
  12. package/docs/documentation/classes/PaginationModel.html +69 -5
  13. package/docs/documentation/classes/RadioChange.html +69 -5
  14. package/docs/documentation/classes/TableAdapter.html +354 -302
  15. package/docs/documentation/classes/TableCellAdapter.html +69 -5
  16. package/docs/documentation/classes/TableDomAdapter.html +610 -566
  17. package/docs/documentation/classes/TableHeaderItem.html +169 -109
  18. package/docs/documentation/classes/TableItem.html +73 -9
  19. package/docs/documentation/classes/TableModel.html +1250 -1234
  20. package/docs/documentation/classes/TableRow.html +70 -6
  21. package/docs/documentation/classes/TableRowAdapter.html +69 -5
  22. package/docs/documentation/components/Accordion.html +90 -26
  23. package/docs/documentation/components/AccordionItem.html +118 -56
  24. package/docs/documentation/components/ActionableNotification.html +146 -84
  25. package/docs/documentation/components/AlertModal.html +175 -115
  26. package/docs/documentation/components/BaseIconButton.html +69 -5
  27. package/docs/documentation/components/BaseNotification.html +134 -72
  28. package/docs/documentation/components/BaseTabHeader.html +186 -126
  29. package/docs/documentation/components/Breadcrumb.html +141 -79
  30. package/docs/documentation/components/BreadcrumbItemComponent.html +114 -52
  31. package/docs/documentation/components/ButtonSet.html +70 -6
  32. package/docs/documentation/components/Checkbox.html +482 -434
  33. package/docs/documentation/components/ClickableTile.html +106 -44
  34. package/docs/documentation/components/CodeSnippet.html +136 -72
  35. package/docs/documentation/components/ComboBox.html +863 -793
  36. package/docs/documentation/components/ContainedList.html +112 -50
  37. package/docs/documentation/components/ContainedListItem.html +122 -60
  38. package/docs/documentation/components/ContentSwitcher.html +127 -65
  39. package/docs/documentation/components/ContextMenuComponent.html +167 -107
  40. package/docs/documentation/components/ContextMenuDividerComponent.html +69 -5
  41. package/docs/documentation/components/ContextMenuGroupComponent.html +127 -65
  42. package/docs/documentation/components/ContextMenuItemComponent.html +281 -221
  43. package/docs/documentation/components/DatePicker.html +743 -703
  44. package/docs/documentation/components/DatePickerInput.html +269 -215
  45. package/docs/documentation/components/Dialog.html +318 -264
  46. package/docs/documentation/components/Documentation.html +96 -32
  47. package/docs/documentation/components/Dropdown.html +661 -617
  48. package/docs/documentation/components/DropdownList.html +679 -639
  49. package/docs/documentation/components/ExpandableTile.html +99 -35
  50. package/docs/documentation/components/FileComponent.html +78 -14
  51. package/docs/documentation/components/FileUploader.html +475 -431
  52. package/docs/documentation/components/Hamburger.html +81 -17
  53. package/docs/documentation/components/Header.html +143 -83
  54. package/docs/documentation/components/HeaderAction.html +79 -15
  55. package/docs/documentation/components/HeaderGlobal.html +69 -5
  56. package/docs/documentation/components/HeaderItem.html +105 -43
  57. package/docs/documentation/components/HeaderMenu.html +200 -140
  58. package/docs/documentation/components/HeaderNavigation.html +69 -5
  59. package/docs/documentation/components/IconButton.html +138 -76
  60. package/docs/documentation/components/InlineLoading.html +70 -6
  61. package/docs/documentation/components/Label.html +129 -67
  62. package/docs/documentation/components/ListColumn.html +70 -6
  63. package/docs/documentation/components/ListHeader.html +90 -26
  64. package/docs/documentation/components/ListRow.html +166 -104
  65. package/docs/documentation/components/Loading.html +70 -6
  66. package/docs/documentation/components/Modal.html +191 -131
  67. package/docs/documentation/components/ModalFooter.html +69 -5
  68. package/docs/documentation/components/ModalHeader.html +83 -19
  69. package/docs/documentation/components/Notification.html +146 -84
  70. package/docs/documentation/components/NumberComponent.html +389 -337
  71. package/docs/documentation/components/OverflowMenu.html +110 -48
  72. package/docs/documentation/components/OverflowMenuCustomPane.html +398 -346
  73. package/docs/documentation/components/OverflowMenuOption.html +106 -42
  74. package/docs/documentation/components/OverflowMenuPane.html +426 -374
  75. package/docs/documentation/components/Overlay.html +106 -44
  76. package/docs/documentation/components/Pagination.html +73 -9
  77. package/docs/documentation/components/PaginationNav.html +188 -128
  78. package/docs/documentation/components/PaginationNavItem.html +71 -7
  79. package/docs/documentation/components/PaginationOverflow.html +107 -45
  80. package/docs/documentation/components/Panel.html +69 -5
  81. package/docs/documentation/components/PasswordInputLabelComponent.html +137 -75
  82. package/docs/documentation/components/Placeholder.html +80 -16
  83. package/docs/documentation/components/PopoverContent.html +78 -14
  84. package/docs/documentation/components/ProgressBar.html +106 -44
  85. package/docs/documentation/components/ProgressIndicator.html +216 -158
  86. package/docs/documentation/components/Radio.html +237 -181
  87. package/docs/documentation/components/RadioGroup.html +412 -360
  88. package/docs/documentation/components/Search.html +509 -463
  89. package/docs/documentation/components/Select.html +337 -285
  90. package/docs/documentation/components/SelectionTile.html +158 -98
  91. package/docs/documentation/components/SideNav.html +78 -14
  92. package/docs/documentation/components/SideNavItem.html +149 -89
  93. package/docs/documentation/components/SideNavMenu.html +107 -43
  94. package/docs/documentation/components/SkeletonPlaceholder.html +70 -6
  95. package/docs/documentation/components/SkeletonText.html +124 -62
  96. package/docs/documentation/components/Slider.html +840 -810
  97. package/docs/documentation/components/StructuredList.html +211 -153
  98. package/docs/documentation/components/SwitcherList.html +70 -6
  99. package/docs/documentation/components/SwitcherListItem.html +105 -43
  100. package/docs/documentation/components/Tab.html +267 -53
  101. package/docs/documentation/components/TabHeaderGroup.html +316 -260
  102. package/docs/documentation/components/TabHeaders.html +425 -373
  103. package/docs/documentation/components/TabSkeleton.html +69 -5
  104. package/docs/documentation/components/Table.html +973 -947
  105. package/docs/documentation/components/TableBody.html +241 -185
  106. package/docs/documentation/components/TableCheckbox.html +119 -57
  107. package/docs/documentation/components/TableContainer.html +78 -14
  108. package/docs/documentation/components/TableData.html +69 -5
  109. package/docs/documentation/components/TableExpandButton.html +78 -14
  110. package/docs/documentation/components/TableExpandedRow.html +141 -81
  111. package/docs/documentation/components/TableHead.html +124 -60
  112. package/docs/documentation/components/TableHeadCell.html +116 -52
  113. package/docs/documentation/components/TableHeadCheckbox.html +78 -14
  114. package/docs/documentation/components/TableHeadExpand.html +69 -5
  115. package/docs/documentation/components/TableHeader.html +69 -5
  116. package/docs/documentation/components/TableRadio.html +119 -57
  117. package/docs/documentation/components/TableRowComponent.html +123 -59
  118. package/docs/documentation/components/TableToolbar.html +79 -15
  119. package/docs/documentation/components/TableToolbarActions.html +69 -5
  120. package/docs/documentation/components/TableToolbarContent.html +69 -5
  121. package/docs/documentation/components/TableToolbarSearch.html +563 -517
  122. package/docs/documentation/components/Tabs.html +130 -68
  123. package/docs/documentation/components/Tag.html +70 -6
  124. package/docs/documentation/components/TagFilter.html +150 -90
  125. package/docs/documentation/components/TextInputLabelComponent.html +118 -56
  126. package/docs/documentation/components/TextareaLabelComponent.html +118 -56
  127. package/docs/documentation/components/Tile.html +70 -6
  128. package/docs/documentation/components/TileGroup.html +247 -191
  129. package/docs/documentation/components/TimePicker.html +321 -269
  130. package/docs/documentation/components/TimePickerSelect.html +382 -330
  131. package/docs/documentation/components/Toast.html +155 -93
  132. package/docs/documentation/components/Toggle.html +568 -522
  133. package/docs/documentation/components/Toggletip.html +491 -441
  134. package/docs/documentation/components/Tooltip.html +578 -534
  135. package/docs/documentation/components/TooltipDefinition.html +559 -513
  136. package/docs/documentation/components/TreeNodeComponent.html +353 -303
  137. package/docs/documentation/components/TreeViewComponent.html +155 -93
  138. package/docs/documentation/coverage.html +74 -10
  139. package/docs/documentation/dependencies.html +69 -5
  140. package/docs/documentation/directives/AbstractDropdownView.html +347 -291
  141. package/docs/documentation/directives/ActionableButton.html +69 -5
  142. package/docs/documentation/directives/ActionableSubtitle.html +69 -5
  143. package/docs/documentation/directives/ActionableTitle.html +69 -5
  144. package/docs/documentation/directives/BaseModal.html +79 -15
  145. package/docs/documentation/directives/Button.html +71 -7
  146. package/docs/documentation/directives/ColumnDirective.html +108 -44
  147. package/docs/documentation/directives/ContentSwitcherOption.html +162 -102
  148. package/docs/documentation/directives/DialogDirective.html +322 -268
  149. package/docs/documentation/directives/ExpandableTileAboveFoldDirective.html +69 -5
  150. package/docs/documentation/directives/ExpandableTileBelowFoldDirective.html +69 -5
  151. package/docs/documentation/directives/ExpandedRowHover.html +145 -85
  152. package/docs/documentation/directives/GridDirective.html +89 -25
  153. package/docs/documentation/directives/IconDirective.html +158 -98
  154. package/docs/documentation/directives/LayerDirective.html +79 -15
  155. package/docs/documentation/directives/Link.html +70 -6
  156. package/docs/documentation/directives/List.html +70 -6
  157. package/docs/documentation/directives/ListItemDirective.html +69 -5
  158. package/docs/documentation/directives/ModalContent.html +69 -5
  159. package/docs/documentation/directives/ModalContentText.html +69 -5
  160. package/docs/documentation/directives/ModalHeaderHeading.html +69 -5
  161. package/docs/documentation/directives/ModalHeaderLabel.html +69 -5
  162. package/docs/documentation/directives/NotificationSubtitle.html +69 -5
  163. package/docs/documentation/directives/NotificationTitle.html +69 -5
  164. package/docs/documentation/directives/OptGroup.html +69 -5
  165. package/docs/documentation/directives/Option.html +69 -5
  166. package/docs/documentation/directives/OverflowMenuDirective.html +377 -323
  167. package/docs/documentation/directives/PasswordInput.html +78 -14
  168. package/docs/documentation/directives/PopoverContainer.html +305 -249
  169. package/docs/documentation/directives/RowDirective.html +69 -5
  170. package/docs/documentation/directives/ScrollableList.html +419 -371
  171. package/docs/documentation/directives/StackDirective.html +70 -6
  172. package/docs/documentation/directives/TabHeader.html +107 -43
  173. package/docs/documentation/directives/TableDirective.html +69 -5
  174. package/docs/documentation/directives/TableHeadCellLabel.html +69 -5
  175. package/docs/documentation/directives/TableHeaderDescription.html +69 -5
  176. package/docs/documentation/directives/TableHeaderTitle.html +69 -5
  177. package/docs/documentation/directives/TextArea.html +70 -6
  178. package/docs/documentation/directives/TextInput.html +70 -6
  179. package/docs/documentation/directives/ThemeDirective.html +79 -15
  180. package/docs/documentation/directives/ToastCaption.html +69 -5
  181. package/docs/documentation/directives/ToastSubtitle.html +69 -5
  182. package/docs/documentation/directives/ToastTitle.html +69 -5
  183. package/docs/documentation/directives/ToggletipAction.html +69 -5
  184. package/docs/documentation/directives/ToggletipButton.html +69 -5
  185. package/docs/documentation/directives/ToggletipContent.html +69 -5
  186. package/docs/documentation/directives/ToggletipLabel.html +69 -5
  187. package/docs/documentation/index.html +78 -8
  188. package/docs/documentation/injectables/AnimationFrameService.html +69 -5
  189. package/docs/documentation/injectables/AnimationFrameServiceSingleton.html +120 -58
  190. package/docs/documentation/injectables/BaseModalService.html +159 -99
  191. package/docs/documentation/injectables/ContextMenuSelectionService.html +189 -131
  192. package/docs/documentation/injectables/DialogService.html +212 -152
  193. package/docs/documentation/injectables/DocumentService.html +170 -110
  194. package/docs/documentation/injectables/DropdownService.html +285 -229
  195. package/docs/documentation/injectables/ElementService.html +127 -65
  196. package/docs/documentation/injectables/EventService.html +194 -134
  197. package/docs/documentation/injectables/ExperimentalService.html +276 -220
  198. package/docs/documentation/injectables/GridService.html +110 -48
  199. package/docs/documentation/injectables/I18n.html +506 -458
  200. package/docs/documentation/injectables/IconService.html +309 -255
  201. package/docs/documentation/injectables/ModalService.html +215 -157
  202. package/docs/documentation/injectables/NotificationDisplayService.html +110 -48
  203. package/docs/documentation/injectables/NotificationService.html +349 -295
  204. package/docs/documentation/injectables/PlaceholderService.html +475 -427
  205. package/docs/documentation/injectables/TreeViewService.html +115 -53
  206. package/docs/documentation/interfaces/ActionableContent.html +70 -6
  207. package/docs/documentation/interfaces/AlertModalData.html +69 -5
  208. package/docs/documentation/interfaces/BreadcrumbItem.html +69 -5
  209. package/docs/documentation/interfaces/CloseMeta.html +69 -5
  210. package/docs/documentation/interfaces/DataGridPosition.html +69 -5
  211. package/docs/documentation/interfaces/DialogConfig.html +69 -5
  212. package/docs/documentation/interfaces/ElementVisibilityEvent.html +69 -5
  213. package/docs/documentation/interfaces/ExpandableTileTranslations.html +69 -5
  214. package/docs/documentation/interfaces/Experiment.html +69 -5
  215. package/docs/documentation/interfaces/FileItem.html +69 -5
  216. package/docs/documentation/interfaces/HeaderItemInterface.html +69 -5
  217. package/docs/documentation/interfaces/IconDescriptor.html +69 -5
  218. package/docs/documentation/interfaces/ListItem.html +70 -6
  219. package/docs/documentation/interfaces/ModalButton.html +69 -5
  220. package/docs/documentation/interfaces/NavigationItem.html +69 -5
  221. package/docs/documentation/interfaces/Node.html +69 -5
  222. package/docs/documentation/interfaces/NotificationAction.html +69 -5
  223. package/docs/documentation/interfaces/NotificationContent.html +69 -5
  224. package/docs/documentation/interfaces/NotificationLink.html +69 -5
  225. package/docs/documentation/interfaces/PaginationNavTranslations.html +69 -5
  226. package/docs/documentation/interfaces/PaginationTranslations.html +69 -5
  227. package/docs/documentation/interfaces/ScrollCustomEvent.html +70 -6
  228. package/docs/documentation/interfaces/SideNavItemInterface.html +70 -6
  229. package/docs/documentation/interfaces/Step.html +69 -5
  230. package/docs/documentation/interfaces/TableTranslations.html +69 -5
  231. package/docs/documentation/interfaces/TileSelection.html +69 -5
  232. package/docs/documentation/interfaces/ToastContent.html +70 -6
  233. package/docs/documentation/interfaces/TooltipConfig.html +69 -5
  234. package/docs/documentation/js/libs/bootstrap-native.js +2 -1
  235. package/docs/documentation/js/libs/es6-shim.min.js +11 -10
  236. package/docs/documentation/js/libs/tablesort.min.js +3 -3
  237. package/docs/documentation/js/libs/tablesort.number.min.js +2 -2
  238. package/docs/documentation/js/libs/vis.min.js +1 -1
  239. package/docs/documentation/js/menu-wc_es5.js +17 -19
  240. package/docs/documentation/js/menu.js +0 -55
  241. package/docs/documentation/js/search/search.js +71 -56
  242. package/docs/documentation/js/search/search_index.js +2 -2
  243. package/docs/documentation/license.html +72 -8
  244. package/docs/documentation/miscellaneous/enumerations.html +69 -5
  245. package/docs/documentation/miscellaneous/functions.html +831 -819
  246. package/docs/documentation/miscellaneous/typealiases.html +69 -5
  247. package/docs/documentation/miscellaneous/variables.html +70 -6
  248. package/docs/documentation/modules/AccordionModule.html +69 -5
  249. package/docs/documentation/modules/BreadcrumbModule.html +69 -5
  250. package/docs/documentation/modules/ButtonModule.html +69 -5
  251. package/docs/documentation/modules/CheckboxModule.html +69 -5
  252. package/docs/documentation/modules/CodeSnippetModule/dependencies.svg +4 -4
  253. package/docs/documentation/modules/CodeSnippetModule.html +73 -9
  254. package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
  255. package/docs/documentation/modules/ComboBoxModule.html +73 -9
  256. package/docs/documentation/modules/ContainedListModule.html +69 -5
  257. package/docs/documentation/modules/ContentSwitcherModule/dependencies.svg +4 -4
  258. package/docs/documentation/modules/ContentSwitcherModule.html +73 -9
  259. package/docs/documentation/modules/ContextMenuModule.html +69 -5
  260. package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +20 -20
  261. package/docs/documentation/modules/DatePickerInputModule.html +89 -25
  262. package/docs/documentation/modules/DatePickerModule/dependencies.svg +46 -50
  263. package/docs/documentation/modules/DatePickerModule.html +115 -55
  264. package/docs/documentation/modules/DialogModule.html +69 -5
  265. package/docs/documentation/modules/DocumentationModule.html +69 -5
  266. package/docs/documentation/modules/DropdownModule.html +69 -5
  267. package/docs/documentation/modules/ExperimentalModule.html +69 -5
  268. package/docs/documentation/modules/FileUploaderModule/dependencies.svg +58 -58
  269. package/docs/documentation/modules/FileUploaderModule.html +127 -63
  270. package/docs/documentation/modules/GridModule.html +69 -5
  271. package/docs/documentation/modules/HeaderModule.html +69 -5
  272. package/docs/documentation/modules/I18nModule.html +69 -5
  273. package/docs/documentation/modules/IconModule.html +69 -5
  274. package/docs/documentation/modules/InlineLoadingModule.html +69 -5
  275. package/docs/documentation/modules/InputModule.html +69 -5
  276. package/docs/documentation/modules/LayerModule.html +69 -5
  277. package/docs/documentation/modules/LayoutModule.html +69 -5
  278. package/docs/documentation/modules/LinkModule.html +69 -5
  279. package/docs/documentation/modules/ListModule.html +69 -5
  280. package/docs/documentation/modules/LoadingModule.html +69 -5
  281. package/docs/documentation/modules/ModalModule.html +69 -5
  282. package/docs/documentation/modules/NFormsModule.html +69 -5
  283. package/docs/documentation/modules/NotificationModule.html +69 -5
  284. package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
  285. package/docs/documentation/modules/NumberModule.html +73 -9
  286. package/docs/documentation/modules/PaginationModule.html +69 -5
  287. package/docs/documentation/modules/PanelModule/dependencies.svg +36 -36
  288. package/docs/documentation/modules/PanelModule.html +105 -41
  289. package/docs/documentation/modules/PlaceholderModule.html +69 -5
  290. package/docs/documentation/modules/PopoverModule.html +69 -5
  291. package/docs/documentation/modules/ProgressBarModule.html +69 -5
  292. package/docs/documentation/modules/ProgressIndicatorModule.html +69 -5
  293. package/docs/documentation/modules/RadioModule/dependencies.svg +47 -43
  294. package/docs/documentation/modules/RadioModule.html +116 -48
  295. package/docs/documentation/modules/SearchModule/dependencies.svg +4 -4
  296. package/docs/documentation/modules/SearchModule.html +73 -9
  297. package/docs/documentation/modules/SelectModule/dependencies.svg +34 -34
  298. package/docs/documentation/modules/SelectModule.html +103 -39
  299. package/docs/documentation/modules/SideNavModule.html +69 -5
  300. package/docs/documentation/modules/SkeletonModule.html +69 -5
  301. package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
  302. package/docs/documentation/modules/SliderModule.html +73 -9
  303. package/docs/documentation/modules/StructuredListModule.html +69 -5
  304. package/docs/documentation/modules/TableModule.html +68 -4
  305. package/docs/documentation/modules/TabsModule.html +69 -5
  306. package/docs/documentation/modules/TagModule/dependencies.svg +28 -28
  307. package/docs/documentation/modules/TagModule.html +97 -33
  308. package/docs/documentation/modules/ThemeModule/dependencies.svg +13 -13
  309. package/docs/documentation/modules/ThemeModule.html +82 -18
  310. package/docs/documentation/modules/TilesModule/dependencies.svg +101 -101
  311. package/docs/documentation/modules/TilesModule.html +170 -106
  312. package/docs/documentation/modules/TimePickerModule/dependencies.svg +41 -45
  313. package/docs/documentation/modules/TimePickerModule.html +110 -50
  314. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +45 -49
  315. package/docs/documentation/modules/TimePickerSelectModule.html +114 -54
  316. package/docs/documentation/modules/ToggleModule/dependencies.svg +26 -26
  317. package/docs/documentation/modules/ToggleModule.html +95 -31
  318. package/docs/documentation/modules/ToggletipModule/dependencies.svg +37 -37
  319. package/docs/documentation/modules/ToggletipModule.html +106 -42
  320. package/docs/documentation/modules/TooltipModule.html +69 -5
  321. package/docs/documentation/modules/TreeviewModule/dependencies.svg +35 -35
  322. package/docs/documentation/modules/TreeviewModule.html +104 -40
  323. package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
  324. package/docs/documentation/modules/UIShellModule.html +73 -9
  325. package/docs/documentation/modules/UtilsModule.html +69 -5
  326. package/docs/documentation/modules.html +68 -4
  327. package/docs/documentation/overview.html +68 -4
  328. package/docs/documentation/pipes/ReplacePipe.html +114 -52
  329. package/docs/documentation/properties.html +69 -5
  330. package/docs/documentation/styles/compodoc.css +11 -8
  331. package/docs/documentation.json +2237 -1918
  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/combobox-combobox-stories.330abc6c.iframe.bundle.js +1 -0
  335. package/docs/storybook/iframe.html +3 -3
  336. package/docs/storybook/main.css +2 -4
  337. package/docs/storybook/main.d6e42b2b.iframe.bundle.js +1 -0
  338. package/docs/storybook/project.json +1 -1
  339. package/docs/storybook/{runtime~main.b589439b.iframe.bundle.js → runtime~main.2319260a.iframe.bundle.js} +1 -1
  340. package/docs/storybook/sb-addons/essentials-controls-1/manager-bundle.js +29 -29
  341. package/docs/storybook/{tabs-tabs-stories.183f4129.iframe.bundle.js → tabs-tabs-stories.066fa432.iframe.bundle.js} +1 -1
  342. package/esm2020/combobox/combobox.component.mjs +9 -4
  343. package/esm2020/tabs/tab.component.mjs +20 -3
  344. package/fesm2015/carbon-components-angular-combobox.mjs +8 -3
  345. package/fesm2015/carbon-components-angular-combobox.mjs.map +1 -1
  346. package/fesm2015/carbon-components-angular-tabs.mjs +24 -7
  347. package/fesm2015/carbon-components-angular-tabs.mjs.map +1 -1
  348. package/fesm2020/carbon-components-angular-combobox.mjs +8 -3
  349. package/fesm2020/carbon-components-angular-combobox.mjs.map +1 -1
  350. package/fesm2020/carbon-components-angular-tabs.mjs +24 -7
  351. package/fesm2020/carbon-components-angular-tabs.mjs.map +1 -1
  352. package/package.json +1 -1
  353. package/tabs/tab.component.d.ts +10 -1
  354. package/docs/storybook/combobox-combobox-stories.50d218fc.iframe.bundle.js +0 -1
  355. package/docs/storybook/main.5c20d10a.iframe.bundle.js +0 -1
  356. /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 -->
@@ -289,7 +340,7 @@ Custom tables that don&#39;t follow the standard structure should use a custom i
289
340
  <td class="col-md-4">
290
341
  <a name="findCell"></a>
291
342
  <span class="name">
292
- <span class="modifier">Protected</span>
343
+ <span class="modifier">Protected</span>
293
344
  <span ><b>findCell</b></span>
294
345
  <a href="#findCell"><span class="icon ion-ios-link"></span></a>
295
346
  </span>
@@ -297,98 +348,96 @@ Custom tables that don&#39;t follow the standard structure should use a custom i
297
348
  </tr>
298
349
  <tr>
299
350
  <td class="col-md-4">
300
- <span class="modifier-icon icon ion-ios-reset"></span>
351
+ <span class="modifier-icon icon ion-ios-reset"></span>
301
352
  <code>findCell(cells: HTMLTableCellElement[], targetIndex: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank">number</a>, spanDirection: <a href="../undefineds/TableDomSpanDirection.html" target="_self">TableDomSpanDirection</a>)</code>
302
353
  </td>
303
354
  </tr>
304
355
 
305
356
 
306
- <tr>
307
- <td class="col-md-4">
308
- <div class="io-line">Defined in <a href="" data-line="295"
309
- class="link-to-prism">src/table/table-adapter.class.ts:295</a></div>
310
- </td>
311
- </tr>
357
+ <tr>
358
+ <td class="col-md-4">
359
+ <div class="io-line">Defined in <a href="" data-line="295"
360
+ class="link-to-prism">src/table/table-adapter.class.ts:295</a></div>
361
+ </td>
362
+ </tr>
312
363
 
313
364
 
314
365
  <tr>
315
366
  <td class="col-md-4">
316
- <div class="io-description"><p>Finds a cell and it&#39;s real index given an array of cells, a target index, and the spanning direction</p>
367
+ <div class="io-description"><p>Finds a cell and it&#39;s real index given an array of cells, a target index, and the spanning direction</p>
317
368
  </div>
318
369
 
319
- <div class="io-description">
320
- <b>Parameters :</b>
321
-
322
- <table class="params">
323
- <thead>
324
- <tr>
325
- <td>Name</td>
326
- <td>Type</td>
327
- <td>Optional</td>
328
- <td>Description</td>
329
- </tr>
330
- </thead>
331
- <tbody>
332
- <tr>
333
- <td>cells</td>
334
- <td>
335
- <code>HTMLTableCellElement[]</code>
336
- </td>
337
-
338
- <td>
339
- No
340
- </td>
341
-
342
-
343
- <td>
344
- <p>An array of cells to search</p>
345
-
346
- </td>
347
- </tr>
348
- <tr>
349
- <td>targetIndex</td>
350
- <td>
351
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
352
- </td>
353
-
354
- <td>
355
- No
356
- </td>
357
-
358
-
359
- <td>
360
- <p>The index we think the cell is located at</p>
361
-
362
- </td>
363
- </tr>
364
- <tr>
365
- <td>spanDirection</td>
366
- <td>
367
- <code><a href="../miscellaneous/enumerations.html#TableDomSpanDirection" target="_self" >TableDomSpanDirection</a></code>
368
- </td>
369
-
370
- <td>
371
- No
372
- </td>
373
-
374
-
375
- <td>
376
- <p>The direction of the cell spans. Should be <code>&quot;colSpan&quot;</code> for a row and <code>&quot;rowSpan&quot;</code> for a column</p>
377
-
378
- </td>
379
- </tr>
380
- </tbody>
381
- </table>
382
- </div>
383
- <div>
384
- </div>
385
- <div class="io-description">
386
- <b>Returns : </b> <code>{ cell: any; realIndex: number; }</code>
387
-
388
- </div>
389
- <div class="io-description">
390
-
391
- </div>
370
+ <div class="io-description">
371
+ <b>Parameters :</b>
372
+
373
+ <table class="params">
374
+ <thead>
375
+ <tr>
376
+ <td>Name</td>
377
+ <td>Type</td>
378
+ <td>Optional</td>
379
+ <td>Description</td>
380
+ </tr>
381
+ </thead>
382
+ <tbody>
383
+ <tr>
384
+ <td>cells</td>
385
+ <td>
386
+ <code>HTMLTableCellElement[]</code>
387
+ </td>
388
+
389
+ <td>
390
+ No
391
+ </td>
392
+
393
+
394
+ <td>
395
+ <p>An array of cells to search</p>
396
+
397
+ </td>
398
+ </tr>
399
+ <tr>
400
+ <td>targetIndex</td>
401
+ <td>
402
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
403
+ </td>
404
+
405
+ <td>
406
+ No
407
+ </td>
408
+
409
+
410
+ <td>
411
+ <p>The index we think the cell is located at</p>
412
+
413
+ </td>
414
+ </tr>
415
+ <tr>
416
+ <td>spanDirection</td>
417
+ <td>
418
+ <code><a href="../miscellaneous/enumerations.html#TableDomSpanDirection" target="_self" >TableDomSpanDirection</a></code>
419
+ </td>
420
+
421
+ <td>
422
+ No
423
+ </td>
424
+
425
+
426
+ <td>
427
+ <p>The direction of the cell spans. Should be <code>&quot;colSpan&quot;</code> for a row and <code>&quot;rowSpan&quot;</code> for a column</p>
428
+
429
+ </td>
430
+ </tr>
431
+ </tbody>
432
+ </table>
433
+ </div>
434
+ <div class="io-description">
435
+ <b>Returns : </b> <code>{ cell: any; realIndex: number; }</code>
436
+
437
+ </div>
438
+ <div class="io-description">
439
+
440
+ </div>
392
441
  </td>
393
442
  </tr>
394
443
  </tbody>
@@ -399,7 +448,7 @@ Custom tables that don&#39;t follow the standard structure should use a custom i
399
448
  <td class="col-md-4">
400
449
  <a name="findCellInColumn"></a>
401
450
  <span class="name">
402
- <span class="modifier">Protected</span>
451
+ <span class="modifier">Protected</span>
403
452
  <span ><b>findCellInColumn</b></span>
404
453
  <a href="#findCellInColumn"><span class="icon ion-ios-link"></span></a>
405
454
  </span>
@@ -407,82 +456,80 @@ Custom tables that don&#39;t follow the standard structure should use a custom i
407
456
  </tr>
408
457
  <tr>
409
458
  <td class="col-md-4">
410
- <span class="modifier-icon icon ion-ios-reset"></span>
459
+ <span class="modifier-icon icon ion-ios-reset"></span>
411
460
  <code>findCellInColumn(col: HTMLTableCellElement[], index: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank">number</a>)</code>
412
461
  </td>
413
462
  </tr>
414
463
 
415
464
 
416
- <tr>
417
- <td class="col-md-4">
418
- <div class="io-line">Defined in <a href="" data-line="332"
419
- class="link-to-prism">src/table/table-adapter.class.ts:332</a></div>
420
- </td>
421
- </tr>
465
+ <tr>
466
+ <td class="col-md-4">
467
+ <div class="io-line">Defined in <a href="" data-line="332"
468
+ class="link-to-prism">src/table/table-adapter.class.ts:332</a></div>
469
+ </td>
470
+ </tr>
422
471
 
423
472
 
424
473
  <tr>
425
474
  <td class="col-md-4">
426
- <div class="io-description"><p>Helper method around <code>findCell</code>, searches based on a column of cells</p>
475
+ <div class="io-description"><p>Helper method around <code>findCell</code>, searches based on a column of cells</p>
427
476
  </div>
428
477
 
429
- <div class="io-description">
430
- <b>Parameters :</b>
431
-
432
- <table class="params">
433
- <thead>
434
- <tr>
435
- <td>Name</td>
436
- <td>Type</td>
437
- <td>Optional</td>
438
- <td>Description</td>
439
- </tr>
440
- </thead>
441
- <tbody>
442
- <tr>
443
- <td>col</td>
444
- <td>
445
- <code>HTMLTableCellElement[]</code>
446
- </td>
447
-
448
- <td>
449
- No
450
- </td>
451
-
452
-
453
- <td>
454
- <p>the column of elements to search</p>
455
-
456
- </td>
457
- </tr>
458
- <tr>
459
- <td>index</td>
460
- <td>
461
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
462
- </td>
463
-
464
- <td>
465
- No
466
- </td>
467
-
468
-
469
- <td>
470
- <p>the index of the element</p>
471
-
472
- </td>
473
- </tr>
474
- </tbody>
475
- </table>
476
- </div>
477
- <div>
478
- </div>
479
- <div class="io-description">
480
- <b>Returns : </b> <code>{ cell: any; realIndex: number; }</code>
481
-
482
- </div>
483
- <div class="io-description">
484
-
485
- </div>
478
+ <div class="io-description">
479
+ <b>Parameters :</b>
480
+
481
+ <table class="params">
482
+ <thead>
483
+ <tr>
484
+ <td>Name</td>
485
+ <td>Type</td>
486
+ <td>Optional</td>
487
+ <td>Description</td>
488
+ </tr>
489
+ </thead>
490
+ <tbody>
491
+ <tr>
492
+ <td>col</td>
493
+ <td>
494
+ <code>HTMLTableCellElement[]</code>
495
+ </td>
496
+
497
+ <td>
498
+ No
499
+ </td>
500
+
501
+
502
+ <td>
503
+ <p>the column of elements to search</p>
504
+
505
+ </td>
506
+ </tr>
507
+ <tr>
508
+ <td>index</td>
509
+ <td>
510
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
511
+ </td>
512
+
513
+ <td>
514
+ No
515
+ </td>
516
+
517
+
518
+ <td>
519
+ <p>the index of the element</p>
520
+
521
+ </td>
522
+ </tr>
523
+ </tbody>
524
+ </table>
525
+ </div>
526
+ <div class="io-description">
527
+ <b>Returns : </b> <code>{ cell: any; realIndex: number; }</code>
528
+
529
+ </div>
530
+ <div class="io-description">
531
+
532
+ </div>
486
533
  </td>
487
534
  </tr>
488
535
  </tbody>
@@ -493,7 +540,7 @@ Custom tables that don&#39;t follow the standard structure should use a custom i
493
540
  <td class="col-md-4">
494
541
  <a name="findCellInRow"></a>
495
542
  <span class="name">
496
- <span class="modifier">Protected</span>
543
+ <span class="modifier">Protected</span>
497
544
  <span ><b>findCellInRow</b></span>
498
545
  <a href="#findCellInRow"><span class="icon ion-ios-link"></span></a>
499
546
  </span>
@@ -501,82 +548,80 @@ Custom tables that don&#39;t follow the standard structure should use a custom i
501
548
  </tr>
502
549
  <tr>
503
550
  <td class="col-md-4">
504
- <span class="modifier-icon icon ion-ios-reset"></span>
551
+ <span class="modifier-icon icon ion-ios-reset"></span>
505
552
  <code>findCellInRow(row: HTMLTableCellElement[], index: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank">number</a>)</code>
506
553
  </td>
507
554
  </tr>
508
555
 
509
556
 
510
- <tr>
511
- <td class="col-md-4">
512
- <div class="io-line">Defined in <a href="" data-line="322"
513
- class="link-to-prism">src/table/table-adapter.class.ts:322</a></div>
514
- </td>
515
- </tr>
557
+ <tr>
558
+ <td class="col-md-4">
559
+ <div class="io-line">Defined in <a href="" data-line="322"
560
+ class="link-to-prism">src/table/table-adapter.class.ts:322</a></div>
561
+ </td>
562
+ </tr>
516
563
 
517
564
 
518
565
  <tr>
519
566
  <td class="col-md-4">
520
- <div class="io-description"><p>Helper method around <code>findCell</code>, searches based on a row of cells</p>
567
+ <div class="io-description"><p>Helper method around <code>findCell</code>, searches based on a row of cells</p>
521
568
  </div>
522
569
 
523
- <div class="io-description">
524
- <b>Parameters :</b>
525
-
526
- <table class="params">
527
- <thead>
528
- <tr>
529
- <td>Name</td>
530
- <td>Type</td>
531
- <td>Optional</td>
532
- <td>Description</td>
533
- </tr>
534
- </thead>
535
- <tbody>
536
- <tr>
537
- <td>row</td>
538
- <td>
539
- <code>HTMLTableCellElement[]</code>
540
- </td>
541
-
542
- <td>
543
- No
544
- </td>
545
-
546
-
547
- <td>
548
- <p>the row of elements to search</p>
549
-
550
- </td>
551
- </tr>
552
- <tr>
553
- <td>index</td>
554
- <td>
555
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
556
- </td>
557
-
558
- <td>
559
- No
560
- </td>
561
-
562
-
563
- <td>
564
- <p>the index of the element</p>
565
-
566
- </td>
567
- </tr>
568
- </tbody>
569
- </table>
570
- </div>
571
- <div>
572
- </div>
573
- <div class="io-description">
574
- <b>Returns : </b> <code>{ cell: any; realIndex: number; }</code>
575
-
576
- </div>
577
- <div class="io-description">
578
-
579
- </div>
570
+ <div class="io-description">
571
+ <b>Parameters :</b>
572
+
573
+ <table class="params">
574
+ <thead>
575
+ <tr>
576
+ <td>Name</td>
577
+ <td>Type</td>
578
+ <td>Optional</td>
579
+ <td>Description</td>
580
+ </tr>
581
+ </thead>
582
+ <tbody>
583
+ <tr>
584
+ <td>row</td>
585
+ <td>
586
+ <code>HTMLTableCellElement[]</code>
587
+ </td>
588
+
589
+ <td>
590
+ No
591
+ </td>
592
+
593
+
594
+ <td>
595
+ <p>the row of elements to search</p>
596
+
597
+ </td>
598
+ </tr>
599
+ <tr>
600
+ <td>index</td>
601
+ <td>
602
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
603
+ </td>
604
+
605
+ <td>
606
+ No
607
+ </td>
608
+
609
+
610
+ <td>
611
+ <p>the index of the element</p>
612
+
613
+ </td>
614
+ </tr>
615
+ </tbody>
616
+ </table>
617
+ </div>
618
+ <div class="io-description">
619
+ <b>Returns : </b> <code>{ cell: any; realIndex: number; }</code>
620
+
621
+ </div>
622
+ <div class="io-description">
623
+
624
+ </div>
580
625
  </td>
581
626
  </tr>
582
627
  </tbody>
@@ -599,60 +644,58 @@ Custom tables that don&#39;t follow the standard structure should use a custom i
599
644
  </tr>
600
645
 
601
646
 
602
- <tr>
603
- <td class="col-md-4">
604
- <div class="io-line">Defined in <a href="" data-line="192"
605
- class="link-to-prism">src/table/table-adapter.class.ts:192</a></div>
606
- </td>
607
- </tr>
647
+ <tr>
648
+ <td class="col-md-4">
649
+ <div class="io-line">Defined in <a href="" data-line="192"
650
+ class="link-to-prism">src/table/table-adapter.class.ts:192</a></div>
651
+ </td>
652
+ </tr>
608
653
 
609
654
 
610
655
  <tr>
611
656
  <td class="col-md-4">
612
- <div class="io-description"><p>Finds the column index of a given cell</p>
657
+ <div class="io-description"><p>Finds the column index of a given cell</p>
613
658
  </div>
614
659
 
615
- <div class="io-description">
616
- <b>Parameters :</b>
617
-
618
- <table class="params">
619
- <thead>
620
- <tr>
621
- <td>Name</td>
622
- <td>Type</td>
623
- <td>Optional</td>
624
- <td>Description</td>
625
- </tr>
626
- </thead>
627
- <tbody>
628
- <tr>
629
- <td>cell</td>
630
- <td>
631
- <code>HTMLTableCellElement</code>
632
- </td>
633
-
634
- <td>
635
- No
636
- </td>
637
-
638
-
639
- <td>
640
- <p>the cell to search for</p>
641
-
642
- </td>
643
- </tr>
644
- </tbody>
645
- </table>
646
- </div>
647
- <div>
648
- </div>
649
- <div class="io-description">
650
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
651
-
652
- </div>
653
- <div class="io-description">
654
-
655
- </div>
660
+ <div class="io-description">
661
+ <b>Parameters :</b>
662
+
663
+ <table class="params">
664
+ <thead>
665
+ <tr>
666
+ <td>Name</td>
667
+ <td>Type</td>
668
+ <td>Optional</td>
669
+ <td>Description</td>
670
+ </tr>
671
+ </thead>
672
+ <tbody>
673
+ <tr>
674
+ <td>cell</td>
675
+ <td>
676
+ <code>HTMLTableCellElement</code>
677
+ </td>
678
+
679
+ <td>
680
+ No
681
+ </td>
682
+
683
+
684
+ <td>
685
+ <p>the cell to search for</p>
686
+
687
+ </td>
688
+ </tr>
689
+ </tbody>
690
+ </table>
691
+ </div>
692
+ <div class="io-description">
693
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
694
+
695
+ </div>
696
+ <div class="io-description">
697
+
698
+ </div>
656
699
  </td>
657
700
  </tr>
658
701
  </tbody>
@@ -675,53 +718,51 @@ Custom tables that don&#39;t follow the standard structure should use a custom i
675
718
  </tr>
676
719
 
677
720
 
678
- <tr>
679
- <td class="col-md-4">
680
- <div class="io-line">Defined in <a href="" data-line="271"
681
- class="link-to-prism">src/table/table-adapter.class.ts:271</a></div>
682
- </td>
683
- </tr>
721
+ <tr>
722
+ <td class="col-md-4">
723
+ <div class="io-line">Defined in <a href="" data-line="271"
724
+ class="link-to-prism">src/table/table-adapter.class.ts:271</a></div>
725
+ </td>
726
+ </tr>
684
727
 
685
728
 
686
729
  <tr>
687
730
  <td class="col-md-4">
688
- <div class="io-description"><p>Finds the row and column index of a given cell</p>
731
+ <div class="io-description"><p>Finds the row and column index of a given cell</p>
689
732
  </div>
690
733
 
691
- <div class="io-description">
692
- <b>Parameters :</b>
693
-
694
- <table class="params">
695
- <thead>
696
- <tr>
697
- <td>Name</td>
698
- <td>Type</td>
699
- <td>Optional</td>
700
- <td>Description</td>
701
- </tr>
702
- </thead>
703
- <tbody>
704
- <tr>
705
- <td>cell</td>
706
- <td>
707
- <code>HTMLTableCellElement</code>
708
- </td>
709
-
710
- <td>
711
- No
712
- </td>
713
-
714
-
715
- <td>
716
- <p>the cell to search for</p>
717
-
718
- </td>
719
- </tr>
720
- </tbody>
721
- </table>
722
- </div>
723
- <div>
724
- </div>
734
+ <div class="io-description">
735
+ <b>Parameters :</b>
736
+
737
+ <table class="params">
738
+ <thead>
739
+ <tr>
740
+ <td>Name</td>
741
+ <td>Type</td>
742
+ <td>Optional</td>
743
+ <td>Description</td>
744
+ </tr>
745
+ </thead>
746
+ <tbody>
747
+ <tr>
748
+ <td>cell</td>
749
+ <td>
750
+ <code>HTMLTableCellElement</code>
751
+ </td>
752
+
753
+ <td>
754
+ No
755
+ </td>
756
+
757
+
758
+ <td>
759
+ <p>the cell to search for</p>
760
+
761
+ </td>
762
+ </tr>
763
+ </tbody>
764
+ </table>
765
+ </div>
725
766
  </td>
726
767
  </tr>
727
768
  </tbody>
@@ -744,60 +785,58 @@ Custom tables that don&#39;t follow the standard structure should use a custom i
744
785
  </tr>
745
786
 
746
787
 
747
- <tr>
748
- <td class="col-md-4">
749
- <div class="io-line">Defined in <a href="" data-line="257"
750
- class="link-to-prism">src/table/table-adapter.class.ts:257</a></div>
751
- </td>
752
- </tr>
788
+ <tr>
789
+ <td class="col-md-4">
790
+ <div class="io-line">Defined in <a href="" data-line="257"
791
+ class="link-to-prism">src/table/table-adapter.class.ts:257</a></div>
792
+ </td>
793
+ </tr>
753
794
 
754
795
 
755
796
  <tr>
756
797
  <td class="col-md-4">
757
- <div class="io-description"><p>Finds the row index of a given cell</p>
798
+ <div class="io-description"><p>Finds the row index of a given cell</p>
758
799
  </div>
759
800
 
760
- <div class="io-description">
761
- <b>Parameters :</b>
762
-
763
- <table class="params">
764
- <thead>
765
- <tr>
766
- <td>Name</td>
767
- <td>Type</td>
768
- <td>Optional</td>
769
- <td>Description</td>
770
- </tr>
771
- </thead>
772
- <tbody>
773
- <tr>
774
- <td>cell</td>
775
- <td>
776
- <code>HTMLTableCellElement</code>
777
- </td>
778
-
779
- <td>
780
- No
781
- </td>
782
-
783
-
784
- <td>
785
- <p>the cell to search for</p>
786
-
787
- </td>
788
- </tr>
789
- </tbody>
790
- </table>
791
- </div>
792
- <div>
793
- </div>
794
- <div class="io-description">
795
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
796
-
797
- </div>
798
- <div class="io-description">
799
-
800
- </div>
801
+ <div class="io-description">
802
+ <b>Parameters :</b>
803
+
804
+ <table class="params">
805
+ <thead>
806
+ <tr>
807
+ <td>Name</td>
808
+ <td>Type</td>
809
+ <td>Optional</td>
810
+ <td>Description</td>
811
+ </tr>
812
+ </thead>
813
+ <tbody>
814
+ <tr>
815
+ <td>cell</td>
816
+ <td>
817
+ <code>HTMLTableCellElement</code>
818
+ </td>
819
+
820
+ <td>
821
+ No
822
+ </td>
823
+
824
+
825
+ <td>
826
+ <p>the cell to search for</p>
827
+
828
+ </td>
829
+ </tr>
830
+ </tbody>
831
+ </table>
832
+ </div>
833
+ <div class="io-description">
834
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
835
+
836
+ </div>
837
+ <div class="io-description">
838
+
839
+ </div>
801
840
  </td>
802
841
  </tr>
803
842
  </tbody>
@@ -820,76 +859,74 @@ Custom tables that don&#39;t follow the standard structure should use a custom i
820
859
  </tr>
821
860
 
822
861
 
823
- <tr>
824
- <td class="col-md-4">
825
- <div class="io-line">Defined in <a href="" data-line="134"
826
- class="link-to-prism">src/table/table-adapter.class.ts:134</a></div>
827
- </td>
828
- </tr>
862
+ <tr>
863
+ <td class="col-md-4">
864
+ <div class="io-line">Defined in <a href="" data-line="134"
865
+ class="link-to-prism">src/table/table-adapter.class.ts:134</a></div>
866
+ </td>
867
+ </tr>
829
868
 
830
869
 
831
870
  <tr>
832
871
  <td class="col-md-4">
833
- <div class="io-description"><p>Returns a cell from the table taking colspans in to account.</p>
872
+ <div class="io-description"><p>Returns a cell from the table taking colspans in to account.</p>
834
873
  </div>
835
874
 
836
- <div class="io-description">
837
- <b>Parameters :</b>
838
-
839
- <table class="params">
840
- <thead>
841
- <tr>
842
- <td>Name</td>
843
- <td>Type</td>
844
- <td>Optional</td>
845
- <td>Description</td>
846
- </tr>
847
- </thead>
848
- <tbody>
849
- <tr>
850
- <td>row</td>
851
- <td>
852
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
853
- </td>
854
-
855
- <td>
856
- No
857
- </td>
858
-
859
-
860
- <td>
861
- <p>index of the row</p>
862
-
863
- </td>
864
- </tr>
865
- <tr>
866
- <td>column</td>
867
- <td>
868
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
869
- </td>
870
-
871
- <td>
872
- No
873
- </td>
874
-
875
-
876
- <td>
877
- <p>index of the column</p>
878
-
879
- </td>
880
- </tr>
881
- </tbody>
882
- </table>
883
- </div>
884
- <div>
885
- </div>
886
- <div class="io-description">
887
- <b>Returns : </b> <code>HTMLTableCellElement</code>
888
-
889
- </div>
890
- <div class="io-description">
891
-
892
- </div>
875
+ <div class="io-description">
876
+ <b>Parameters :</b>
877
+
878
+ <table class="params">
879
+ <thead>
880
+ <tr>
881
+ <td>Name</td>
882
+ <td>Type</td>
883
+ <td>Optional</td>
884
+ <td>Description</td>
885
+ </tr>
886
+ </thead>
887
+ <tbody>
888
+ <tr>
889
+ <td>row</td>
890
+ <td>
891
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
892
+ </td>
893
+
894
+ <td>
895
+ No
896
+ </td>
897
+
898
+
899
+ <td>
900
+ <p>index of the row</p>
901
+
902
+ </td>
903
+ </tr>
904
+ <tr>
905
+ <td>column</td>
906
+ <td>
907
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
908
+ </td>
909
+
910
+ <td>
911
+ No
912
+ </td>
913
+
914
+
915
+ <td>
916
+ <p>index of the column</p>
917
+
918
+ </td>
919
+ </tr>
920
+ </tbody>
921
+ </table>
922
+ </div>
923
+ <div class="io-description">
924
+ <b>Returns : </b> <code>HTMLTableCellElement</code>
925
+
926
+ </div>
927
+ <div class="io-description">
928
+
929
+ </div>
893
930
  </td>
894
931
  </tr>
895
932
  </tbody>
@@ -912,61 +949,59 @@ Custom tables that don&#39;t follow the standard structure should use a custom i
912
949
  </tr>
913
950
 
914
951
 
915
- <tr>
916
- <td class="col-md-4">
917
- <div class="io-line">Defined in <a href="" data-line="147"
918
- class="link-to-prism">src/table/table-adapter.class.ts:147</a></div>
919
- </td>
920
- </tr>
952
+ <tr>
953
+ <td class="col-md-4">
954
+ <div class="io-line">Defined in <a href="" data-line="147"
955
+ class="link-to-prism">src/table/table-adapter.class.ts:147</a></div>
956
+ </td>
957
+ </tr>
921
958
 
922
959
 
923
960
  <tr>
924
961
  <td class="col-md-4">
925
- <div class="io-description"><p>Returns a column from the table, using the <code>id</code> and <code>headers</code> attributes</p>
962
+ <div class="io-description"><p>Returns a column from the table, using the <code>id</code> and <code>headers</code> attributes</p>
926
963
  <p>See here for more detail these attributes: <a href="https://www.w3.org/TR/WCAG20-TECHS/H43.html">https://www.w3.org/TR/WCAG20-TECHS/H43.html</a></p>
927
964
  </div>
928
965
 
929
- <div class="io-description">
930
- <b>Parameters :</b>
931
-
932
- <table class="params">
933
- <thead>
934
- <tr>
935
- <td>Name</td>
936
- <td>Type</td>
937
- <td>Optional</td>
938
- <td>Description</td>
939
- </tr>
940
- </thead>
941
- <tbody>
942
- <tr>
943
- <td>column</td>
944
- <td>
945
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
946
- </td>
947
-
948
- <td>
949
- No
950
- </td>
951
-
952
-
953
- <td>
954
- <p>the index of the column</p>
955
-
956
- </td>
957
- </tr>
958
- </tbody>
959
- </table>
960
- </div>
961
- <div>
962
- </div>
963
- <div class="io-description">
964
- <b>Returns : </b> <code>HTMLTableCellElement[]</code>
965
-
966
- </div>
967
- <div class="io-description">
968
-
969
- </div>
966
+ <div class="io-description">
967
+ <b>Parameters :</b>
968
+
969
+ <table class="params">
970
+ <thead>
971
+ <tr>
972
+ <td>Name</td>
973
+ <td>Type</td>
974
+ <td>Optional</td>
975
+ <td>Description</td>
976
+ </tr>
977
+ </thead>
978
+ <tbody>
979
+ <tr>
980
+ <td>column</td>
981
+ <td>
982
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
983
+ </td>
984
+
985
+ <td>
986
+ No
987
+ </td>
988
+
989
+
990
+ <td>
991
+ <p>the index of the column</p>
992
+
993
+ </td>
994
+ </tr>
995
+ </tbody>
996
+ </table>
997
+ </div>
998
+ <div class="io-description">
999
+ <b>Returns : </b> <code>HTMLTableCellElement[]</code>
1000
+
1001
+ </div>
1002
+ <div class="io-description">
1003
+
1004
+ </div>
970
1005
  </td>
971
1006
  </tr>
972
1007
  </tbody>
@@ -977,7 +1012,7 @@ Custom tables that don&#39;t follow the standard structure should use a custom i
977
1012
  <td class="col-md-4">
978
1013
  <a name="getRealRowLength"></a>
979
1014
  <span class="name">
980
- <span class="modifier">Protected</span>
1015
+ <span class="modifier">Protected</span>
981
1016
  <span ><b>getRealRowLength</b></span>
982
1017
  <a href="#getRealRowLength"><span class="icon ion-ios-link"></span></a>
983
1018
  </span>
@@ -985,68 +1020,66 @@ Custom tables that don&#39;t follow the standard structure should use a custom i
985
1020
  </tr>
986
1021
  <tr>
987
1022
  <td class="col-md-4">
988
- <span class="modifier-icon icon ion-ios-reset"></span>
1023
+ <span class="modifier-icon icon ion-ios-reset"></span>
989
1024
  <code>getRealRowLength(row: <a href="../classes/TableRow.html" target="_self">HTMLTableRowElement</a>)</code>
990
1025
  </td>
991
1026
  </tr>
992
1027
 
993
1028
 
994
- <tr>
995
- <td class="col-md-4">
996
- <div class="io-line">Defined in <a href="" data-line="283"
997
- class="link-to-prism">src/table/table-adapter.class.ts:283</a></div>
998
- </td>
999
- </tr>
1029
+ <tr>
1030
+ <td class="col-md-4">
1031
+ <div class="io-line">Defined in <a href="" data-line="283"
1032
+ class="link-to-prism">src/table/table-adapter.class.ts:283</a></div>
1033
+ </td>
1034
+ </tr>
1000
1035
 
1001
1036
 
1002
1037
  <tr>
1003
1038
  <td class="col-md-4">
1004
- <div class="io-description"><p>Helper function that returns the &quot;real&quot; length of a row.
1039
+ <div class="io-description"><p>Helper function that returns the &quot;real&quot; length of a row.
1005
1040
  Only accurate with regard to colspans (though that&#39;s sufficient for it&#39;s uses here)</p>
1006
1041
  <p>TODO: Take rowSpan into account</p>
1007
1042
  </div>
1008
1043
 
1009
- <div class="io-description">
1010
- <b>Parameters :</b>
1011
-
1012
- <table class="params">
1013
- <thead>
1014
- <tr>
1015
- <td>Name</td>
1016
- <td>Type</td>
1017
- <td>Optional</td>
1018
- <td>Description</td>
1019
- </tr>
1020
- </thead>
1021
- <tbody>
1022
- <tr>
1023
- <td>row</td>
1024
- <td>
1025
- <code><a href="../classes/TableRow.html" target="_self" >HTMLTableRowElement</a></code>
1026
- </td>
1027
-
1028
- <td>
1029
- No
1030
- </td>
1031
-
1032
-
1033
- <td>
1034
- <p>the row to get the length of</p>
1035
-
1036
- </td>
1037
- </tr>
1038
- </tbody>
1039
- </table>
1040
- </div>
1041
- <div>
1042
- </div>
1043
- <div class="io-description">
1044
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1045
-
1046
- </div>
1047
- <div class="io-description">
1048
-
1049
- </div>
1044
+ <div class="io-description">
1045
+ <b>Parameters :</b>
1046
+
1047
+ <table class="params">
1048
+ <thead>
1049
+ <tr>
1050
+ <td>Name</td>
1051
+ <td>Type</td>
1052
+ <td>Optional</td>
1053
+ <td>Description</td>
1054
+ </tr>
1055
+ </thead>
1056
+ <tbody>
1057
+ <tr>
1058
+ <td>row</td>
1059
+ <td>
1060
+ <code><a href="../classes/TableRow.html" target="_self" >HTMLTableRowElement</a></code>
1061
+ </td>
1062
+
1063
+ <td>
1064
+ No
1065
+ </td>
1066
+
1067
+
1068
+ <td>
1069
+ <p>the row to get the length of</p>
1070
+
1071
+ </td>
1072
+ </tr>
1073
+ </tbody>
1074
+ </table>
1075
+ </div>
1076
+ <div class="io-description">
1077
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1078
+
1079
+ </div>
1080
+ <div class="io-description">
1081
+
1082
+ </div>
1050
1083
  </td>
1051
1084
  </tr>
1052
1085
  </tbody>
@@ -1069,60 +1102,58 @@ Only accurate with regard to colspans (though that&#39;s sufficient for it&#39;s
1069
1102
  </tr>
1070
1103
 
1071
1104
 
1072
- <tr>
1073
- <td class="col-md-4">
1074
- <div class="io-line">Defined in <a href="" data-line="183"
1075
- class="link-to-prism">src/table/table-adapter.class.ts:183</a></div>
1076
- </td>
1077
- </tr>
1105
+ <tr>
1106
+ <td class="col-md-4">
1107
+ <div class="io-line">Defined in <a href="" data-line="183"
1108
+ class="link-to-prism">src/table/table-adapter.class.ts:183</a></div>
1109
+ </td>
1110
+ </tr>
1078
1111
 
1079
1112
 
1080
1113
  <tr>
1081
1114
  <td class="col-md-4">
1082
- <div class="io-description"><p>Returns a row from the table</p>
1115
+ <div class="io-description"><p>Returns a row from the table</p>
1083
1116
  </div>
1084
1117
 
1085
- <div class="io-description">
1086
- <b>Parameters :</b>
1087
-
1088
- <table class="params">
1089
- <thead>
1090
- <tr>
1091
- <td>Name</td>
1092
- <td>Type</td>
1093
- <td>Optional</td>
1094
- <td>Description</td>
1095
- </tr>
1096
- </thead>
1097
- <tbody>
1098
- <tr>
1099
- <td>row</td>
1100
- <td>
1101
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1102
- </td>
1103
-
1104
- <td>
1105
- No
1106
- </td>
1107
-
1108
-
1109
- <td>
1110
- <p>index of the row</p>
1111
-
1112
- </td>
1113
- </tr>
1114
- </tbody>
1115
- </table>
1116
- </div>
1117
- <div>
1118
- </div>
1119
- <div class="io-description">
1120
- <b>Returns : </b> <code><a href="../classes/TableRow.html" target="_self" >HTMLTableRowElement</a></code>
1121
-
1122
- </div>
1123
- <div class="io-description">
1124
-
1125
- </div>
1118
+ <div class="io-description">
1119
+ <b>Parameters :</b>
1120
+
1121
+ <table class="params">
1122
+ <thead>
1123
+ <tr>
1124
+ <td>Name</td>
1125
+ <td>Type</td>
1126
+ <td>Optional</td>
1127
+ <td>Description</td>
1128
+ </tr>
1129
+ </thead>
1130
+ <tbody>
1131
+ <tr>
1132
+ <td>row</td>
1133
+ <td>
1134
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1135
+ </td>
1136
+
1137
+ <td>
1138
+ No
1139
+ </td>
1140
+
1141
+
1142
+ <td>
1143
+ <p>index of the row</p>
1144
+
1145
+ </td>
1146
+ </tr>
1147
+ </tbody>
1148
+ </table>
1149
+ </div>
1150
+ <div class="io-description">
1151
+ <b>Returns : </b> <code><a href="../classes/TableRow.html" target="_self" >HTMLTableRowElement</a></code>
1152
+
1153
+ </div>
1154
+ <div class="io-description">
1155
+
1156
+ </div>
1126
1157
  </td>
1127
1158
  </tr>
1128
1159
  </tbody>
@@ -1574,6 +1605,19 @@ export class TableDomAdapter implements TableAdapter {
1574
1605
  var MAX_SEARCH_RESULTS = 15;
1575
1606
  </script>
1576
1607
 
1608
+ <script>
1609
+ $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
1610
+ checkToggle(darkModeState);
1611
+ if ($darkModeToggleSwitchers.length > 0) {
1612
+ for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
1613
+ $darkModeToggleSwitchers[i].addEventListener('change', function (event) {
1614
+ darkModeState = !darkModeState;
1615
+ toggleDarkMode(darkModeState);
1616
+ });
1617
+ }
1618
+ }
1619
+ </script>
1620
+
1577
1621
  <script src="../js/libs/custom-elements.min.js"></script>
1578
1622
  <script src="../js/libs/lit-html.js"></script>
1579
1623