carbon-components-angular 5.26.0 → 5.26.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (354) hide show
  1. package/README.md +2 -1
  2. package/docs/documentation/classes/CheckboxExportedTests.html +168 -108
  3. package/docs/documentation/classes/ComponentTests.html +150 -90
  4. package/docs/documentation/classes/DataGridInteractionModel.html +341 -289
  5. package/docs/documentation/classes/IconCache.html +191 -131
  6. package/docs/documentation/classes/IconMemoryCache.html +194 -134
  7. package/docs/documentation/classes/IconNameNotFoundError.html +70 -6
  8. package/docs/documentation/classes/IconSizeNotFoundError.html +70 -6
  9. package/docs/documentation/classes/NumberChange.html +69 -5
  10. package/docs/documentation/classes/Overridable.html +110 -48
  11. package/docs/documentation/classes/PaginationModel.html +69 -5
  12. package/docs/documentation/classes/RadioChange.html +69 -5
  13. package/docs/documentation/classes/TableAdapter.html +354 -302
  14. package/docs/documentation/classes/TableCellAdapter.html +69 -5
  15. package/docs/documentation/classes/TableDomAdapter.html +610 -566
  16. package/docs/documentation/classes/TableHeaderItem.html +169 -109
  17. package/docs/documentation/classes/TableItem.html +73 -9
  18. package/docs/documentation/classes/TableModel.html +1250 -1234
  19. package/docs/documentation/classes/TableRow.html +70 -6
  20. package/docs/documentation/classes/TableRowAdapter.html +69 -5
  21. package/docs/documentation/components/Accordion.html +90 -26
  22. package/docs/documentation/components/AccordionItem.html +118 -56
  23. package/docs/documentation/components/ActionableNotification.html +146 -84
  24. package/docs/documentation/components/AlertModal.html +175 -115
  25. package/docs/documentation/components/BaseIconButton.html +69 -5
  26. package/docs/documentation/components/BaseNotification.html +134 -72
  27. package/docs/documentation/components/BaseTabHeader.html +186 -126
  28. package/docs/documentation/components/Breadcrumb.html +141 -79
  29. package/docs/documentation/components/BreadcrumbItemComponent.html +114 -52
  30. package/docs/documentation/components/ButtonSet.html +70 -6
  31. package/docs/documentation/components/Checkbox.html +482 -434
  32. package/docs/documentation/components/ClickableTile.html +106 -44
  33. package/docs/documentation/components/CodeSnippet.html +136 -72
  34. package/docs/documentation/components/ComboBox.html +757 -719
  35. package/docs/documentation/components/ContainedList.html +112 -50
  36. package/docs/documentation/components/ContainedListItem.html +122 -60
  37. package/docs/documentation/components/ContentSwitcher.html +127 -65
  38. package/docs/documentation/components/ContextMenuComponent.html +167 -107
  39. package/docs/documentation/components/ContextMenuDividerComponent.html +69 -5
  40. package/docs/documentation/components/ContextMenuGroupComponent.html +127 -65
  41. package/docs/documentation/components/ContextMenuItemComponent.html +281 -221
  42. package/docs/documentation/components/DatePicker.html +743 -703
  43. package/docs/documentation/components/DatePickerInput.html +269 -215
  44. package/docs/documentation/components/Dialog.html +318 -264
  45. package/docs/documentation/components/Documentation.html +96 -32
  46. package/docs/documentation/components/Dropdown.html +661 -617
  47. package/docs/documentation/components/DropdownList.html +679 -639
  48. package/docs/documentation/components/ExpandableTile.html +99 -35
  49. package/docs/documentation/components/FileComponent.html +78 -14
  50. package/docs/documentation/components/FileUploader.html +475 -431
  51. package/docs/documentation/components/Hamburger.html +81 -17
  52. package/docs/documentation/components/Header.html +143 -83
  53. package/docs/documentation/components/HeaderAction.html +79 -15
  54. package/docs/documentation/components/HeaderGlobal.html +69 -5
  55. package/docs/documentation/components/HeaderItem.html +105 -43
  56. package/docs/documentation/components/HeaderMenu.html +200 -140
  57. package/docs/documentation/components/HeaderNavigation.html +69 -5
  58. package/docs/documentation/components/IconButton.html +138 -76
  59. package/docs/documentation/components/InlineLoading.html +70 -6
  60. package/docs/documentation/components/Label.html +129 -67
  61. package/docs/documentation/components/ListColumn.html +70 -6
  62. package/docs/documentation/components/ListHeader.html +90 -26
  63. package/docs/documentation/components/ListRow.html +166 -104
  64. package/docs/documentation/components/Loading.html +70 -6
  65. package/docs/documentation/components/Modal.html +191 -131
  66. package/docs/documentation/components/ModalFooter.html +69 -5
  67. package/docs/documentation/components/ModalHeader.html +83 -19
  68. package/docs/documentation/components/Notification.html +146 -84
  69. package/docs/documentation/components/NumberComponent.html +389 -337
  70. package/docs/documentation/components/OverflowMenu.html +110 -48
  71. package/docs/documentation/components/OverflowMenuCustomPane.html +398 -346
  72. package/docs/documentation/components/OverflowMenuOption.html +106 -42
  73. package/docs/documentation/components/OverflowMenuPane.html +426 -374
  74. package/docs/documentation/components/Overlay.html +106 -44
  75. package/docs/documentation/components/Pagination.html +73 -9
  76. package/docs/documentation/components/PaginationNav.html +188 -128
  77. package/docs/documentation/components/PaginationNavItem.html +71 -7
  78. package/docs/documentation/components/PaginationOverflow.html +107 -45
  79. package/docs/documentation/components/Panel.html +69 -5
  80. package/docs/documentation/components/PasswordInputLabelComponent.html +137 -75
  81. package/docs/documentation/components/Placeholder.html +80 -16
  82. package/docs/documentation/components/PopoverContent.html +78 -14
  83. package/docs/documentation/components/ProgressBar.html +106 -44
  84. package/docs/documentation/components/ProgressIndicator.html +216 -158
  85. package/docs/documentation/components/Radio.html +237 -181
  86. package/docs/documentation/components/RadioGroup.html +412 -360
  87. package/docs/documentation/components/Search.html +509 -463
  88. package/docs/documentation/components/Select.html +337 -285
  89. package/docs/documentation/components/SelectionTile.html +158 -98
  90. package/docs/documentation/components/SideNav.html +78 -14
  91. package/docs/documentation/components/SideNavItem.html +183 -121
  92. package/docs/documentation/components/SideNavMenu.html +107 -43
  93. package/docs/documentation/components/SkeletonPlaceholder.html +70 -6
  94. package/docs/documentation/components/SkeletonText.html +124 -62
  95. package/docs/documentation/components/Slider.html +840 -810
  96. package/docs/documentation/components/StructuredList.html +211 -153
  97. package/docs/documentation/components/SwitcherList.html +70 -6
  98. package/docs/documentation/components/SwitcherListItem.html +105 -43
  99. package/docs/documentation/components/Tab.html +267 -53
  100. package/docs/documentation/components/TabHeaderGroup.html +316 -260
  101. package/docs/documentation/components/TabHeaders.html +425 -373
  102. package/docs/documentation/components/TabSkeleton.html +69 -5
  103. package/docs/documentation/components/Table.html +973 -947
  104. package/docs/documentation/components/TableBody.html +241 -185
  105. package/docs/documentation/components/TableCheckbox.html +119 -57
  106. package/docs/documentation/components/TableContainer.html +78 -14
  107. package/docs/documentation/components/TableData.html +69 -5
  108. package/docs/documentation/components/TableExpandButton.html +78 -14
  109. package/docs/documentation/components/TableExpandedRow.html +141 -81
  110. package/docs/documentation/components/TableHead.html +124 -60
  111. package/docs/documentation/components/TableHeadCell.html +116 -52
  112. package/docs/documentation/components/TableHeadCheckbox.html +78 -14
  113. package/docs/documentation/components/TableHeadExpand.html +69 -5
  114. package/docs/documentation/components/TableHeader.html +69 -5
  115. package/docs/documentation/components/TableRadio.html +119 -57
  116. package/docs/documentation/components/TableRowComponent.html +123 -59
  117. package/docs/documentation/components/TableToolbar.html +79 -15
  118. package/docs/documentation/components/TableToolbarActions.html +69 -5
  119. package/docs/documentation/components/TableToolbarContent.html +69 -5
  120. package/docs/documentation/components/TableToolbarSearch.html +563 -517
  121. package/docs/documentation/components/Tabs.html +130 -68
  122. package/docs/documentation/components/Tag.html +70 -6
  123. package/docs/documentation/components/TagFilter.html +150 -90
  124. package/docs/documentation/components/TextInputLabelComponent.html +118 -56
  125. package/docs/documentation/components/TextareaLabelComponent.html +118 -56
  126. package/docs/documentation/components/Tile.html +70 -6
  127. package/docs/documentation/components/TileGroup.html +247 -191
  128. package/docs/documentation/components/TimePicker.html +321 -269
  129. package/docs/documentation/components/TimePickerSelect.html +382 -330
  130. package/docs/documentation/components/Toast.html +155 -93
  131. package/docs/documentation/components/Toggle.html +568 -522
  132. package/docs/documentation/components/Toggletip.html +491 -441
  133. package/docs/documentation/components/Tooltip.html +578 -534
  134. package/docs/documentation/components/TooltipDefinition.html +559 -513
  135. package/docs/documentation/components/TreeNodeComponent.html +353 -303
  136. package/docs/documentation/components/TreeViewComponent.html +155 -93
  137. package/docs/documentation/coverage.html +71 -7
  138. package/docs/documentation/dependencies.html +69 -5
  139. package/docs/documentation/directives/AbstractDropdownView.html +347 -291
  140. package/docs/documentation/directives/ActionableButton.html +69 -5
  141. package/docs/documentation/directives/ActionableSubtitle.html +69 -5
  142. package/docs/documentation/directives/ActionableTitle.html +69 -5
  143. package/docs/documentation/directives/BaseModal.html +79 -15
  144. package/docs/documentation/directives/Button.html +71 -7
  145. package/docs/documentation/directives/ColumnDirective.html +108 -44
  146. package/docs/documentation/directives/ContentSwitcherOption.html +162 -102
  147. package/docs/documentation/directives/DialogDirective.html +322 -268
  148. package/docs/documentation/directives/ExpandableTileAboveFoldDirective.html +69 -5
  149. package/docs/documentation/directives/ExpandableTileBelowFoldDirective.html +69 -5
  150. package/docs/documentation/directives/ExpandedRowHover.html +145 -85
  151. package/docs/documentation/directives/GridDirective.html +89 -25
  152. package/docs/documentation/directives/IconDirective.html +158 -98
  153. package/docs/documentation/directives/LayerDirective.html +79 -15
  154. package/docs/documentation/directives/Link.html +70 -6
  155. package/docs/documentation/directives/List.html +70 -6
  156. package/docs/documentation/directives/ListItemDirective.html +69 -5
  157. package/docs/documentation/directives/ModalContent.html +69 -5
  158. package/docs/documentation/directives/ModalContentText.html +69 -5
  159. package/docs/documentation/directives/ModalHeaderHeading.html +69 -5
  160. package/docs/documentation/directives/ModalHeaderLabel.html +69 -5
  161. package/docs/documentation/directives/NotificationSubtitle.html +69 -5
  162. package/docs/documentation/directives/NotificationTitle.html +69 -5
  163. package/docs/documentation/directives/OptGroup.html +69 -5
  164. package/docs/documentation/directives/Option.html +69 -5
  165. package/docs/documentation/directives/OverflowMenuDirective.html +377 -323
  166. package/docs/documentation/directives/PasswordInput.html +78 -14
  167. package/docs/documentation/directives/PopoverContainer.html +305 -249
  168. package/docs/documentation/directives/RowDirective.html +69 -5
  169. package/docs/documentation/directives/ScrollableList.html +419 -371
  170. package/docs/documentation/directives/StackDirective.html +70 -6
  171. package/docs/documentation/directives/TabHeader.html +107 -43
  172. package/docs/documentation/directives/TableDirective.html +69 -5
  173. package/docs/documentation/directives/TableHeadCellLabel.html +69 -5
  174. package/docs/documentation/directives/TableHeaderDescription.html +69 -5
  175. package/docs/documentation/directives/TableHeaderTitle.html +69 -5
  176. package/docs/documentation/directives/TextArea.html +70 -6
  177. package/docs/documentation/directives/TextInput.html +70 -6
  178. package/docs/documentation/directives/ThemeDirective.html +79 -15
  179. package/docs/documentation/directives/ToastCaption.html +69 -5
  180. package/docs/documentation/directives/ToastSubtitle.html +69 -5
  181. package/docs/documentation/directives/ToastTitle.html +69 -5
  182. package/docs/documentation/directives/ToggletipAction.html +69 -5
  183. package/docs/documentation/directives/ToggletipButton.html +69 -5
  184. package/docs/documentation/directives/ToggletipContent.html +69 -5
  185. package/docs/documentation/directives/ToggletipLabel.html +69 -5
  186. package/docs/documentation/index.html +78 -8
  187. package/docs/documentation/injectables/AnimationFrameService.html +69 -5
  188. package/docs/documentation/injectables/AnimationFrameServiceSingleton.html +120 -58
  189. package/docs/documentation/injectables/BaseModalService.html +159 -99
  190. package/docs/documentation/injectables/ContextMenuSelectionService.html +189 -131
  191. package/docs/documentation/injectables/DialogService.html +212 -152
  192. package/docs/documentation/injectables/DocumentService.html +170 -110
  193. package/docs/documentation/injectables/DropdownService.html +285 -229
  194. package/docs/documentation/injectables/ElementService.html +127 -65
  195. package/docs/documentation/injectables/EventService.html +194 -134
  196. package/docs/documentation/injectables/ExperimentalService.html +276 -220
  197. package/docs/documentation/injectables/GridService.html +110 -48
  198. package/docs/documentation/injectables/I18n.html +506 -458
  199. package/docs/documentation/injectables/IconService.html +309 -255
  200. package/docs/documentation/injectables/ModalService.html +215 -157
  201. package/docs/documentation/injectables/NotificationDisplayService.html +110 -48
  202. package/docs/documentation/injectables/NotificationService.html +349 -295
  203. package/docs/documentation/injectables/PlaceholderService.html +475 -427
  204. package/docs/documentation/injectables/TreeViewService.html +115 -53
  205. package/docs/documentation/interfaces/ActionableContent.html +70 -6
  206. package/docs/documentation/interfaces/AlertModalData.html +69 -5
  207. package/docs/documentation/interfaces/BreadcrumbItem.html +69 -5
  208. package/docs/documentation/interfaces/CloseMeta.html +69 -5
  209. package/docs/documentation/interfaces/DataGridPosition.html +69 -5
  210. package/docs/documentation/interfaces/DialogConfig.html +69 -5
  211. package/docs/documentation/interfaces/ElementVisibilityEvent.html +69 -5
  212. package/docs/documentation/interfaces/ExpandableTileTranslations.html +69 -5
  213. package/docs/documentation/interfaces/Experiment.html +69 -5
  214. package/docs/documentation/interfaces/FileItem.html +69 -5
  215. package/docs/documentation/interfaces/HeaderItemInterface.html +69 -5
  216. package/docs/documentation/interfaces/IconDescriptor.html +69 -5
  217. package/docs/documentation/interfaces/ListItem.html +70 -6
  218. package/docs/documentation/interfaces/ModalButton.html +69 -5
  219. package/docs/documentation/interfaces/NavigationItem.html +69 -5
  220. package/docs/documentation/interfaces/Node.html +69 -5
  221. package/docs/documentation/interfaces/NotificationAction.html +69 -5
  222. package/docs/documentation/interfaces/NotificationContent.html +69 -5
  223. package/docs/documentation/interfaces/NotificationLink.html +69 -5
  224. package/docs/documentation/interfaces/PaginationNavTranslations.html +69 -5
  225. package/docs/documentation/interfaces/PaginationTranslations.html +69 -5
  226. package/docs/documentation/interfaces/ScrollCustomEvent.html +70 -6
  227. package/docs/documentation/interfaces/SideNavItemInterface.html +70 -6
  228. package/docs/documentation/interfaces/Step.html +69 -5
  229. package/docs/documentation/interfaces/TableTranslations.html +69 -5
  230. package/docs/documentation/interfaces/TileSelection.html +69 -5
  231. package/docs/documentation/interfaces/ToastContent.html +70 -6
  232. package/docs/documentation/interfaces/TooltipConfig.html +69 -5
  233. package/docs/documentation/js/libs/bootstrap-native.js +2 -1
  234. package/docs/documentation/js/libs/es6-shim.min.js +11 -10
  235. package/docs/documentation/js/libs/tablesort.min.js +3 -3
  236. package/docs/documentation/js/libs/tablesort.number.min.js +2 -2
  237. package/docs/documentation/js/libs/vis.min.js +1 -1
  238. package/docs/documentation/js/menu-wc_es5.js +17 -19
  239. package/docs/documentation/js/menu.js +0 -55
  240. package/docs/documentation/js/search/search.js +71 -56
  241. package/docs/documentation/js/search/search_index.js +2 -2
  242. package/docs/documentation/license.html +72 -8
  243. package/docs/documentation/miscellaneous/enumerations.html +69 -5
  244. package/docs/documentation/miscellaneous/functions.html +831 -819
  245. package/docs/documentation/miscellaneous/typealiases.html +69 -5
  246. package/docs/documentation/miscellaneous/variables.html +70 -6
  247. package/docs/documentation/modules/AccordionModule.html +69 -5
  248. package/docs/documentation/modules/BreadcrumbModule.html +69 -5
  249. package/docs/documentation/modules/ButtonModule.html +69 -5
  250. package/docs/documentation/modules/CheckboxModule.html +69 -5
  251. package/docs/documentation/modules/CodeSnippetModule/dependencies.svg +4 -4
  252. package/docs/documentation/modules/CodeSnippetModule.html +73 -9
  253. package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
  254. package/docs/documentation/modules/ComboBoxModule.html +73 -9
  255. package/docs/documentation/modules/ContainedListModule.html +69 -5
  256. package/docs/documentation/modules/ContentSwitcherModule/dependencies.svg +4 -4
  257. package/docs/documentation/modules/ContentSwitcherModule.html +73 -9
  258. package/docs/documentation/modules/ContextMenuModule.html +69 -5
  259. package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +20 -20
  260. package/docs/documentation/modules/DatePickerInputModule.html +89 -25
  261. package/docs/documentation/modules/DatePickerModule/dependencies.svg +50 -46
  262. package/docs/documentation/modules/DatePickerModule.html +119 -51
  263. package/docs/documentation/modules/DialogModule.html +69 -5
  264. package/docs/documentation/modules/DocumentationModule.html +69 -5
  265. package/docs/documentation/modules/DropdownModule.html +69 -5
  266. package/docs/documentation/modules/ExperimentalModule.html +69 -5
  267. package/docs/documentation/modules/FileUploaderModule/dependencies.svg +58 -58
  268. package/docs/documentation/modules/FileUploaderModule.html +127 -63
  269. package/docs/documentation/modules/GridModule.html +69 -5
  270. package/docs/documentation/modules/HeaderModule.html +69 -5
  271. package/docs/documentation/modules/I18nModule.html +69 -5
  272. package/docs/documentation/modules/IconModule.html +69 -5
  273. package/docs/documentation/modules/InlineLoadingModule.html +69 -5
  274. package/docs/documentation/modules/InputModule.html +69 -5
  275. package/docs/documentation/modules/LayerModule.html +69 -5
  276. package/docs/documentation/modules/LayoutModule.html +69 -5
  277. package/docs/documentation/modules/LinkModule.html +69 -5
  278. package/docs/documentation/modules/ListModule.html +69 -5
  279. package/docs/documentation/modules/LoadingModule.html +69 -5
  280. package/docs/documentation/modules/ModalModule.html +69 -5
  281. package/docs/documentation/modules/NFormsModule.html +69 -5
  282. package/docs/documentation/modules/NotificationModule.html +69 -5
  283. package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
  284. package/docs/documentation/modules/NumberModule.html +73 -9
  285. package/docs/documentation/modules/PaginationModule.html +69 -5
  286. package/docs/documentation/modules/PanelModule/dependencies.svg +36 -36
  287. package/docs/documentation/modules/PanelModule.html +105 -41
  288. package/docs/documentation/modules/PlaceholderModule.html +69 -5
  289. package/docs/documentation/modules/PopoverModule.html +69 -5
  290. package/docs/documentation/modules/ProgressBarModule.html +69 -5
  291. package/docs/documentation/modules/ProgressIndicatorModule.html +69 -5
  292. package/docs/documentation/modules/RadioModule/dependencies.svg +43 -47
  293. package/docs/documentation/modules/RadioModule.html +112 -52
  294. package/docs/documentation/modules/SearchModule/dependencies.svg +4 -4
  295. package/docs/documentation/modules/SearchModule.html +73 -9
  296. package/docs/documentation/modules/SelectModule/dependencies.svg +34 -34
  297. package/docs/documentation/modules/SelectModule.html +103 -39
  298. package/docs/documentation/modules/SideNavModule.html +69 -5
  299. package/docs/documentation/modules/SkeletonModule.html +69 -5
  300. package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
  301. package/docs/documentation/modules/SliderModule.html +73 -9
  302. package/docs/documentation/modules/StructuredListModule.html +69 -5
  303. package/docs/documentation/modules/TableModule.html +68 -4
  304. package/docs/documentation/modules/TabsModule.html +69 -5
  305. package/docs/documentation/modules/TagModule/dependencies.svg +28 -28
  306. package/docs/documentation/modules/TagModule.html +97 -33
  307. package/docs/documentation/modules/ThemeModule/dependencies.svg +15 -15
  308. package/docs/documentation/modules/ThemeModule.html +84 -20
  309. package/docs/documentation/modules/TilesModule/dependencies.svg +98 -98
  310. package/docs/documentation/modules/TilesModule.html +167 -103
  311. package/docs/documentation/modules/TimePickerModule/dependencies.svg +45 -41
  312. package/docs/documentation/modules/TimePickerModule.html +114 -46
  313. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +46 -42
  314. package/docs/documentation/modules/TimePickerSelectModule.html +115 -47
  315. package/docs/documentation/modules/ToggleModule/dependencies.svg +26 -26
  316. package/docs/documentation/modules/ToggleModule.html +95 -31
  317. package/docs/documentation/modules/ToggletipModule/dependencies.svg +4 -4
  318. package/docs/documentation/modules/ToggletipModule.html +73 -9
  319. package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
  320. package/docs/documentation/modules/TooltipModule.html +73 -9
  321. package/docs/documentation/modules/TreeviewModule/dependencies.svg +32 -32
  322. package/docs/documentation/modules/TreeviewModule.html +101 -37
  323. package/docs/documentation/modules/UIShellModule.html +69 -5
  324. package/docs/documentation/modules/UtilsModule.html +69 -5
  325. package/docs/documentation/modules.html +68 -4
  326. package/docs/documentation/overview.html +68 -4
  327. package/docs/documentation/pipes/ReplacePipe.html +114 -52
  328. package/docs/documentation/properties.html +69 -5
  329. package/docs/documentation/styles/compodoc.css +11 -8
  330. package/docs/documentation.json +2158 -1848
  331. package/docs/storybook/{3348.9d9f3238.iframe.bundle.js → 3348.03939d46.iframe.bundle.js} +1 -1
  332. package/docs/storybook/{959.4248791c.iframe.bundle.js → 959.05fb42da.iframe.bundle.js} +3 -3
  333. package/docs/storybook/{959.4248791c.iframe.bundle.js.map → 959.05fb42da.iframe.bundle.js.map} +1 -1
  334. package/docs/storybook/iframe.html +3 -3
  335. package/docs/storybook/main.cfffa2d2.iframe.bundle.js +1 -0
  336. package/docs/storybook/main.css +2 -4
  337. package/docs/storybook/project.json +1 -1
  338. package/docs/storybook/{runtime~main.33c694dd.iframe.bundle.js → runtime~main.c3f8e5ba.iframe.bundle.js} +1 -1
  339. package/docs/storybook/sb-addons/essentials-controls-1/manager-bundle.js +29 -29
  340. package/docs/storybook/{tabs-tabs-stories.183f4129.iframe.bundle.js → tabs-tabs-stories.066fa432.iframe.bundle.js} +1 -1
  341. package/esm2020/tabs/tab.component.mjs +20 -3
  342. package/esm2020/ui-shell/sidenav/sidenav-item.component.mjs +15 -13
  343. package/fesm2015/carbon-components-angular-tabs.mjs +24 -7
  344. package/fesm2015/carbon-components-angular-tabs.mjs.map +1 -1
  345. package/fesm2015/carbon-components-angular-ui-shell.mjs +14 -12
  346. package/fesm2015/carbon-components-angular-ui-shell.mjs.map +1 -1
  347. package/fesm2020/carbon-components-angular-tabs.mjs +24 -7
  348. package/fesm2020/carbon-components-angular-tabs.mjs.map +1 -1
  349. package/fesm2020/carbon-components-angular-ui-shell.mjs +14 -12
  350. package/fesm2020/carbon-components-angular-ui-shell.mjs.map +1 -1
  351. package/package.json +1 -1
  352. package/tabs/tab.component.d.ts +10 -1
  353. package/docs/storybook/main.67c70a42.iframe.bundle.js +0 -1
  354. /package/docs/storybook/{959.4248791c.iframe.bundle.js.LICENSE.txt → 959.05fb42da.iframe.bundle.js.LICENSE.txt} +0 -0
@@ -12,10 +12,61 @@
12
12
  <link rel="stylesheet" href="../styles/dark.css">
13
13
  </head>
14
14
  <body>
15
-
16
- <div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
17
- <a href="../" class="navbar-brand">carbon-components-angular documentation</a>
18
- <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
15
+ <script>
16
+ // Blocking script to avoid flickering dark mode
17
+ // Dark mode toggle button
18
+ var useDark = window.matchMedia('(prefers-color-scheme: dark)');
19
+ var darkModeState = useDark.matches;
20
+ var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
21
+ var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
22
+ var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
23
+
24
+ function checkToggle(check) {
25
+ for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
26
+ $darkModeToggleSwitchers[i].checked = check;
27
+ }
28
+ }
29
+
30
+ function toggleDarkMode(state) {
31
+ if (window.localStorage) {
32
+ localStorage.setItem('compodoc_darkmode-state', state);
33
+ }
34
+
35
+ checkToggle(state);
36
+
37
+ const hasClass = document.body.classList.contains('dark');
38
+
39
+ if (state) {
40
+ for (var i = 0; i < $darkModeToggles.length; i++) {
41
+ $darkModeToggles[i].classList.add('dark');
42
+ }
43
+ if (!hasClass) {
44
+ document.body.classList.add('dark');
45
+ }
46
+ } else {
47
+ for (var i = 0; i < $darkModeToggles.length; i++) {
48
+ $darkModeToggles[i].classList.remove('dark');
49
+ }
50
+ if (hasClass) {
51
+ document.body.classList.remove('dark');
52
+ }
53
+ }
54
+ }
55
+
56
+ useDark.addEventListener('change', function (evt) {
57
+ toggleDarkMode(evt.matches);
58
+ });
59
+ if (darkModeStateLocal) {
60
+ darkModeState = darkModeStateLocal === 'true';
61
+ }
62
+ toggleDarkMode(darkModeState);
63
+ </script>
64
+
65
+ <div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
66
+ <div class="d-flex">
67
+ <a href="../" class="navbar-brand">carbon-components-angular documentation</a>
68
+ <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
69
+ </div>
19
70
  </div>
20
71
 
21
72
  <div class="xs-menu menu" id="mobile-menu">
@@ -24,7 +75,7 @@
24
75
 
25
76
  <div class="container-fluid main">
26
77
  <div class="row main">
27
- <div class="hidden-xs menu">
78
+ <div class="d-none d-md-block menu">
28
79
  <compodoc-menu mode="normal"></compodoc-menu>
29
80
  </div>
30
81
  <!-- START CONTENT -->
@@ -82,7 +133,7 @@ Changes you make to the model are reflected in the view. Provide same model you
82
133
  in the table to the <code>&lt;cds-pagination&gt;</code> components.
83
134
  They provide a different view over the same data.</p>
84
135
  <h2>Basic usage</h2>
85
- <div><pre class="line-numbers"><code class="language-html">&lt;cds-table [model]=&quot;model&quot;&gt;&lt;/cds-table&gt;</code></pre></div><div><pre class="line-numbers"><code class="language-typescript">public model = new TableModel();
136
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">&lt;cds-table [model]=&quot;model&quot;&gt;&lt;/cds-table&gt;</code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">public model = new TableModel();
86
137
 
87
138
  this.model.data = [
88
139
  [new TableItem({data: &quot;asdf&quot;}), new TableItem({data: &quot;qwer&quot;})],
@@ -92,9 +143,9 @@ this.model.data = [
92
143
  ];</code></pre></div><h2>Customization</h2>
93
144
  <p>If you have custom data in your table, you need a way to display it. You can do that
94
145
  by providing a template to <code>TableItem</code>.</p>
95
- <div><pre class="line-numbers"><code class="language-html">&lt;ng-template #customTableItemTemplate let-data=&quot;data&quot;&gt;
146
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">&lt;ng-template #customTableItemTemplate let-data=&quot;data&quot;&gt;
96
147
  &lt;a [routerLink]=&quot;data.link&quot;&gt;{{data.name}} {{data.surname}}&lt;/a&gt;
97
- &lt;/ng-template&gt;</code></pre></div><div><pre class="line-numbers"><code class="language-typescript">customTableItemTemplate: TemplateRef&lt;any&gt;;
148
+ &lt;/ng-template&gt;</code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">customTableItemTemplate: TemplateRef&lt;any&gt;;
98
149
 
99
150
  this.customModel.data = [
100
151
  [new TableItem({data: &quot;asdf&quot;}), new TableItem({data: {name: &quot;Lessy&quot;, link: &quot;/table&quot;}, template: this.customTableItemTemplate})],
@@ -104,7 +155,7 @@ this.customModel.data = [
104
155
  ];</code></pre></div><h3>Sorting and filtering</h3>
105
156
  <p>In case you need custom sorting and/or filtering you should subclass <code>TableHeaderItem</code>
106
157
  and override needed functions.</p>
107
- <div><pre class="line-numbers"><code class="language-typescript">class FilterableHeaderItem extends TableHeaderItem {
158
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">class FilterableHeaderItem extends TableHeaderItem {
108
159
  // custom filter function
109
160
  filter(item: TableItem): boolean {
110
161
  if (typeof item.data === &quot;string&quot; &amp;&amp; item.data.toLowerCase().indexOf(this.filterData.data.toLowerCase()) &gt;= 0 ||
@@ -138,13 +189,13 @@ clicking the table header, check table <a href="#sort"><code>sort</code></a> out
138
189
  <p>See <code>TableHeaderItem</code> class for more information.</p>
139
190
  <h2>No data template</h2>
140
191
  <p>When table has no data to show, it can show a message you provide it instead.</p>
141
- <div><pre class="line-numbers"><code class="language-html">&lt;cds-table [model]=&quot;model&quot;&gt;No data.&lt;/cds-table&gt;</code></pre></div><p>... will show <code>No data.</code> message, but you can get creative and provide any template you want
192
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">&lt;cds-table [model]=&quot;model&quot;&gt;No data.&lt;/cds-table&gt;</code></pre></div><p>... will show <code>No data.</code> message, but you can get creative and provide any template you want
142
193
  to replace table&#39;s default <code>tbody</code>.</p>
143
194
  <h2>Use pagination as table footer</h2>
144
- <div><pre class="line-numbers"><code class="language-html">&lt;cds-pagination [model]=&quot;model&quot; (selectPage)=&quot;selectPage($event)&quot;&gt;&lt;/cds-pagination&gt;</code></pre></div><p><code>selectPage()</code> function should fetch the data from backend, create new <code>data</code>, apply it to <code>model.data</code>,
195
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">&lt;cds-pagination [model]=&quot;model&quot; (selectPage)=&quot;selectPage($event)&quot;&gt;&lt;/cds-pagination&gt;</code></pre></div><p><code>selectPage()</code> function should fetch the data from backend, create new <code>data</code>, apply it to <code>model.data</code>,
145
196
  and update <code>model.currentPage</code>.</p>
146
197
  <p>If the data your server returns is a two dimensional array of objects, it would look something like this:</p>
147
- <div><pre class="line-numbers"><code class="language-typescript">selectPage(page) {
198
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">selectPage(page) {
148
199
  this.getPage(page).then((data: Array&lt;Array&lt;any&gt;&gt;) =&gt; {
149
200
  // set the data and update page
150
201
  this.model.data = this.prepareData(data);
@@ -1032,7 +1083,7 @@ protected prepareData(data: Array&lt;Array&lt;any&gt;&gt;) {
1032
1083
  <td class="col-md-4">
1033
1084
  <div class="io-description"><p>Used to populate the row selection checkbox label with a useful value if set.</p>
1034
1085
  <p>Example:</p>
1035
- <div><pre class="line-numbers"><code class="language-none">&lt;cds-table [selectionLabelColumn]=&quot;0&quot;&gt;&lt;/cds-table&gt;
1086
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-none">&lt;cds-table [selectionLabelColumn]=&quot;0&quot;&gt;&lt;/cds-table&gt;
1036
1087
  &lt;!-- results in aria-label=&quot;Select first column value&quot;
1037
1088
  (where &quot;first column value&quot; is the value of the first column in the row --&gt;</code></pre></div></div>
1038
1089
  </td>
@@ -1296,7 +1347,7 @@ possible to set the sortable state on the header item to disable/enable sorting
1296
1347
  <tr>
1297
1348
  <td class="col-md-4">
1298
1349
  <div class="io-description"><p>Expects an object that contains some or all of:</p>
1299
- <div><pre class="line-numbers"><code class="language-none">{
1350
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-none">{
1300
1351
  &quot;FILTER&quot;: &quot;Filter&quot;,
1301
1352
  &quot;END_OF_DATA&quot;: &quot;You&#39;ve reached the end of your content&quot;,
1302
1353
  &quot;SCROLL_TOP&quot;: &quot;Scroll to top&quot;,
@@ -1500,7 +1551,7 @@ into the model.</p>
1500
1551
  to sort the table. This is what you typically want if you&#39;re using a backend query to get the sorted
1501
1552
  data or want to sort data across multiple pages.</p>
1502
1553
  <p>Usage:</p>
1503
- <div><pre class="line-numbers"><code class="language-typescript">&#64;Component({
1554
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">&#64;Component({
1504
1555
  selector: &quot;app-table&quot;,
1505
1556
  template: `
1506
1557
  &lt;cds-table
@@ -1610,58 +1661,56 @@ export class TableApp implements OnInit, OnChanges {
1610
1661
  </tr>
1611
1662
 
1612
1663
 
1613
- <tr>
1614
- <td class="col-md-4">
1615
- <div class="io-line">Defined in <a href="" data-line="810"
1616
- class="link-to-prism">src/table/table.component.ts:810</a></div>
1617
- </td>
1618
- </tr>
1664
+ <tr>
1665
+ <td class="col-md-4">
1666
+ <div class="io-line">Defined in <a href="" data-line="810"
1667
+ class="link-to-prism">src/table/table.component.ts:810</a></div>
1668
+ </td>
1669
+ </tr>
1619
1670
 
1620
1671
 
1621
1672
  <tr>
1622
1673
  <td class="col-md-4">
1623
1674
 
1624
- <div class="io-description">
1625
- <b>Parameters :</b>
1626
-
1627
- <table class="params">
1628
- <thead>
1629
- <tr>
1630
- <td>Name</td>
1631
- <td>Optional</td>
1632
- </tr>
1633
- </thead>
1634
- <tbody>
1635
- <tr>
1636
- <td>event</td>
1675
+ <div class="io-description">
1676
+ <b>Parameters :</b>
1677
+
1678
+ <table class="params">
1679
+ <thead>
1680
+ <tr>
1681
+ <td>Name</td>
1682
+ <td>Optional</td>
1683
+ </tr>
1684
+ </thead>
1685
+ <tbody>
1686
+ <tr>
1687
+ <td>event</td>
1637
1688
 
1638
- <td>
1639
- No
1640
- </td>
1689
+ <td>
1690
+ No
1691
+ </td>
1641
1692
 
1642
1693
 
1643
- </tr>
1644
- <tr>
1645
- <td>columnIndex</td>
1694
+ </tr>
1695
+ <tr>
1696
+ <td>columnIndex</td>
1646
1697
 
1647
- <td>
1648
- No
1649
- </td>
1698
+ <td>
1699
+ No
1700
+ </td>
1650
1701
 
1651
1702
 
1652
- </tr>
1653
- </tbody>
1654
- </table>
1655
- </div>
1656
- <div>
1657
- </div>
1658
- <div class="io-description">
1659
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1703
+ </tr>
1704
+ </tbody>
1705
+ </table>
1706
+ </div>
1707
+ <div class="io-description">
1708
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1660
1709
 
1661
- </div>
1662
- <div class="io-description">
1663
-
1664
- </div>
1710
+ </div>
1711
+ <div class="io-description">
1712
+
1713
+ </div>
1665
1714
  </td>
1666
1715
  </tr>
1667
1716
  </tbody>
@@ -1684,67 +1733,65 @@ export class TableApp implements OnInit, OnChanges {
1684
1733
  </tr>
1685
1734
 
1686
1735
 
1687
- <tr>
1688
- <td class="col-md-4">
1689
- <div class="io-line">Defined in <a href="" data-line="815"
1690
- class="link-to-prism">src/table/table.component.ts:815</a></div>
1691
- </td>
1692
- </tr>
1736
+ <tr>
1737
+ <td class="col-md-4">
1738
+ <div class="io-line">Defined in <a href="" data-line="815"
1739
+ class="link-to-prism">src/table/table.component.ts:815</a></div>
1740
+ </td>
1741
+ </tr>
1693
1742
 
1694
1743
 
1695
1744
  <tr>
1696
1745
  <td class="col-md-4">
1697
1746
 
1698
- <div class="io-description">
1699
- <b>Parameters :</b>
1700
-
1701
- <table class="params">
1702
- <thead>
1703
- <tr>
1704
- <td>Name</td>
1705
- <td>Optional</td>
1706
- </tr>
1707
- </thead>
1708
- <tbody>
1709
- <tr>
1710
- <td>event</td>
1747
+ <div class="io-description">
1748
+ <b>Parameters :</b>
1749
+
1750
+ <table class="params">
1751
+ <thead>
1752
+ <tr>
1753
+ <td>Name</td>
1754
+ <td>Optional</td>
1755
+ </tr>
1756
+ </thead>
1757
+ <tbody>
1758
+ <tr>
1759
+ <td>event</td>
1711
1760
 
1712
- <td>
1713
- No
1714
- </td>
1761
+ <td>
1762
+ No
1763
+ </td>
1715
1764
 
1716
1765
 
1717
- </tr>
1718
- <tr>
1719
- <td>position</td>
1766
+ </tr>
1767
+ <tr>
1768
+ <td>position</td>
1720
1769
 
1721
- <td>
1722
- No
1723
- </td>
1770
+ <td>
1771
+ No
1772
+ </td>
1724
1773
 
1725
1774
 
1726
- </tr>
1727
- <tr>
1728
- <td>columnIndex</td>
1775
+ </tr>
1776
+ <tr>
1777
+ <td>columnIndex</td>
1729
1778
 
1730
- <td>
1731
- No
1732
- </td>
1779
+ <td>
1780
+ No
1781
+ </td>
1733
1782
 
1734
1783
 
1735
- </tr>
1736
- </tbody>
1737
- </table>
1738
- </div>
1739
- <div>
1740
- </div>
1741
- <div class="io-description">
1742
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1784
+ </tr>
1785
+ </tbody>
1786
+ </table>
1787
+ </div>
1788
+ <div class="io-description">
1789
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1743
1790
 
1744
- </div>
1745
- <div class="io-description">
1746
-
1747
- </div>
1791
+ </div>
1792
+ <div class="io-description">
1793
+
1794
+ </div>
1748
1795
  </td>
1749
1796
  </tr>
1750
1797
  </tbody>
@@ -1767,67 +1814,65 @@ export class TableApp implements OnInit, OnChanges {
1767
1814
  </tr>
1768
1815
 
1769
1816
 
1770
- <tr>
1771
- <td class="col-md-4">
1772
- <div class="io-line">Defined in <a href="" data-line="820"
1773
- class="link-to-prism">src/table/table.component.ts:820</a></div>
1774
- </td>
1775
- </tr>
1817
+ <tr>
1818
+ <td class="col-md-4">
1819
+ <div class="io-line">Defined in <a href="" data-line="820"
1820
+ class="link-to-prism">src/table/table.component.ts:820</a></div>
1821
+ </td>
1822
+ </tr>
1776
1823
 
1777
1824
 
1778
1825
  <tr>
1779
1826
  <td class="col-md-4">
1780
1827
 
1781
- <div class="io-description">
1782
- <b>Parameters :</b>
1783
-
1784
- <table class="params">
1785
- <thead>
1786
- <tr>
1787
- <td>Name</td>
1788
- <td>Optional</td>
1789
- </tr>
1790
- </thead>
1791
- <tbody>
1792
- <tr>
1793
- <td>event</td>
1828
+ <div class="io-description">
1829
+ <b>Parameters :</b>
1830
+
1831
+ <table class="params">
1832
+ <thead>
1833
+ <tr>
1834
+ <td>Name</td>
1835
+ <td>Optional</td>
1836
+ </tr>
1837
+ </thead>
1838
+ <tbody>
1839
+ <tr>
1840
+ <td>event</td>
1794
1841
 
1795
- <td>
1796
- No
1797
- </td>
1842
+ <td>
1843
+ No
1844
+ </td>
1798
1845
 
1799
1846
 
1800
- </tr>
1801
- <tr>
1802
- <td>position</td>
1847
+ </tr>
1848
+ <tr>
1849
+ <td>position</td>
1803
1850
 
1804
- <td>
1805
- No
1806
- </td>
1851
+ <td>
1852
+ No
1853
+ </td>
1807
1854
 
1808
1855
 
1809
- </tr>
1810
- <tr>
1811
- <td>columnIndex</td>
1856
+ </tr>
1857
+ <tr>
1858
+ <td>columnIndex</td>
1812
1859
 
1813
- <td>
1814
- No
1815
- </td>
1860
+ <td>
1861
+ No
1862
+ </td>
1816
1863
 
1817
1864
 
1818
- </tr>
1819
- </tbody>
1820
- </table>
1821
- </div>
1822
- <div>
1823
- </div>
1824
- <div class="io-description">
1825
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1865
+ </tr>
1866
+ </tbody>
1867
+ </table>
1868
+ </div>
1869
+ <div class="io-description">
1870
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1826
1871
 
1827
- </div>
1828
- <div class="io-description">
1829
-
1830
- </div>
1872
+ </div>
1873
+ <div class="io-description">
1874
+
1875
+ </div>
1831
1876
  </td>
1832
1877
  </tr>
1833
1878
  </tbody>
@@ -1850,67 +1895,65 @@ export class TableApp implements OnInit, OnChanges {
1850
1895
  </tr>
1851
1896
 
1852
1897
 
1853
- <tr>
1854
- <td class="col-md-4">
1855
- <div class="io-line">Defined in <a href="" data-line="824"
1856
- class="link-to-prism">src/table/table.component.ts:824</a></div>
1857
- </td>
1858
- </tr>
1898
+ <tr>
1899
+ <td class="col-md-4">
1900
+ <div class="io-line">Defined in <a href="" data-line="824"
1901
+ class="link-to-prism">src/table/table.component.ts:824</a></div>
1902
+ </td>
1903
+ </tr>
1859
1904
 
1860
1905
 
1861
1906
  <tr>
1862
1907
  <td class="col-md-4">
1863
1908
 
1864
- <div class="io-description">
1865
- <b>Parameters :</b>
1866
-
1867
- <table class="params">
1868
- <thead>
1869
- <tr>
1870
- <td>Name</td>
1871
- <td>Optional</td>
1872
- </tr>
1873
- </thead>
1874
- <tbody>
1875
- <tr>
1876
- <td>event</td>
1909
+ <div class="io-description">
1910
+ <b>Parameters :</b>
1911
+
1912
+ <table class="params">
1913
+ <thead>
1914
+ <tr>
1915
+ <td>Name</td>
1916
+ <td>Optional</td>
1917
+ </tr>
1918
+ </thead>
1919
+ <tbody>
1920
+ <tr>
1921
+ <td>event</td>
1877
1922
 
1878
- <td>
1879
- No
1880
- </td>
1923
+ <td>
1924
+ No
1925
+ </td>
1881
1926
 
1882
1927
 
1883
- </tr>
1884
- <tr>
1885
- <td>position</td>
1928
+ </tr>
1929
+ <tr>
1930
+ <td>position</td>
1886
1931
 
1887
- <td>
1888
- No
1889
- </td>
1932
+ <td>
1933
+ No
1934
+ </td>
1890
1935
 
1891
1936
 
1892
- </tr>
1893
- <tr>
1894
- <td>columnIndex</td>
1937
+ </tr>
1938
+ <tr>
1939
+ <td>columnIndex</td>
1895
1940
 
1896
- <td>
1897
- No
1898
- </td>
1941
+ <td>
1942
+ No
1943
+ </td>
1899
1944
 
1900
1945
 
1901
- </tr>
1902
- </tbody>
1903
- </table>
1904
- </div>
1905
- <div>
1906
- </div>
1907
- <div class="io-description">
1908
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1946
+ </tr>
1947
+ </tbody>
1948
+ </table>
1949
+ </div>
1950
+ <div class="io-description">
1951
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1909
1952
 
1910
- </div>
1911
- <div class="io-description">
1912
-
1913
- </div>
1953
+ </div>
1954
+ <div class="io-description">
1955
+
1956
+ </div>
1914
1957
  </td>
1915
1958
  </tr>
1916
1959
  </tbody>
@@ -1933,58 +1976,56 @@ export class TableApp implements OnInit, OnChanges {
1933
1976
  </tr>
1934
1977
 
1935
1978
 
1936
- <tr>
1937
- <td class="col-md-4">
1938
- <div class="io-line">Defined in <a href="" data-line="804"
1939
- class="link-to-prism">src/table/table.component.ts:804</a></div>
1940
- </td>
1941
- </tr>
1979
+ <tr>
1980
+ <td class="col-md-4">
1981
+ <div class="io-line">Defined in <a href="" data-line="804"
1982
+ class="link-to-prism">src/table/table.component.ts:804</a></div>
1983
+ </td>
1984
+ </tr>
1942
1985
 
1943
1986
 
1944
1987
  <tr>
1945
1988
  <td class="col-md-4">
1946
1989
 
1947
- <div class="io-description">
1948
- <b>Parameters :</b>
1949
-
1950
- <table class="params">
1951
- <thead>
1952
- <tr>
1953
- <td>Name</td>
1954
- <td>Optional</td>
1955
- </tr>
1956
- </thead>
1957
- <tbody>
1958
- <tr>
1959
- <td>event</td>
1990
+ <div class="io-description">
1991
+ <b>Parameters :</b>
1992
+
1993
+ <table class="params">
1994
+ <thead>
1995
+ <tr>
1996
+ <td>Name</td>
1997
+ <td>Optional</td>
1998
+ </tr>
1999
+ </thead>
2000
+ <tbody>
2001
+ <tr>
2002
+ <td>event</td>
1960
2003
 
1961
- <td>
1962
- No
1963
- </td>
2004
+ <td>
2005
+ No
2006
+ </td>
1964
2007
 
1965
2008
 
1966
- </tr>
1967
- <tr>
1968
- <td>columnIndex</td>
2009
+ </tr>
2010
+ <tr>
2011
+ <td>columnIndex</td>
1969
2012
 
1970
- <td>
1971
- No
1972
- </td>
2013
+ <td>
2014
+ No
2015
+ </td>
1973
2016
 
1974
2017
 
1975
- </tr>
1976
- </tbody>
1977
- </table>
1978
- </div>
1979
- <div>
1980
- </div>
1981
- <div class="io-description">
1982
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2018
+ </tr>
2019
+ </tbody>
2020
+ </table>
2021
+ </div>
2022
+ <div class="io-description">
2023
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1983
2024
 
1984
- </div>
1985
- <div class="io-description">
1986
-
1987
- </div>
2025
+ </div>
2026
+ <div class="io-description">
2027
+
2028
+ </div>
1988
2029
  </td>
1989
2030
  </tr>
1990
2031
  </tbody>
@@ -2007,67 +2048,65 @@ export class TableApp implements OnInit, OnChanges {
2007
2048
  </tr>
2008
2049
 
2009
2050
 
2010
- <tr>
2011
- <td class="col-md-4">
2012
- <div class="io-line">Defined in <a href="" data-line="832"
2013
- class="link-to-prism">src/table/table.component.ts:832</a></div>
2014
- </td>
2015
- </tr>
2051
+ <tr>
2052
+ <td class="col-md-4">
2053
+ <div class="io-line">Defined in <a href="" data-line="832"
2054
+ class="link-to-prism">src/table/table.component.ts:832</a></div>
2055
+ </td>
2056
+ </tr>
2016
2057
 
2017
2058
 
2018
2059
  <tr>
2019
2060
  <td class="col-md-4">
2020
2061
 
2021
- <div class="io-description">
2022
- <b>Parameters :</b>
2023
-
2024
- <table class="params">
2025
- <thead>
2026
- <tr>
2027
- <td>Name</td>
2028
- <td>Optional</td>
2029
- </tr>
2030
- </thead>
2031
- <tbody>
2032
- <tr>
2033
- <td>event</td>
2062
+ <div class="io-description">
2063
+ <b>Parameters :</b>
2064
+
2065
+ <table class="params">
2066
+ <thead>
2067
+ <tr>
2068
+ <td>Name</td>
2069
+ <td>Optional</td>
2070
+ </tr>
2071
+ </thead>
2072
+ <tbody>
2073
+ <tr>
2074
+ <td>event</td>
2034
2075
 
2035
- <td>
2036
- No
2037
- </td>
2076
+ <td>
2077
+ No
2078
+ </td>
2038
2079
 
2039
2080
 
2040
- </tr>
2041
- <tr>
2042
- <td>position</td>
2081
+ </tr>
2082
+ <tr>
2083
+ <td>position</td>
2043
2084
 
2044
- <td>
2045
- No
2046
- </td>
2085
+ <td>
2086
+ No
2087
+ </td>
2047
2088
 
2048
2089
 
2049
- </tr>
2050
- <tr>
2051
- <td>columnIndex</td>
2090
+ </tr>
2091
+ <tr>
2092
+ <td>columnIndex</td>
2052
2093
 
2053
- <td>
2054
- No
2055
- </td>
2094
+ <td>
2095
+ No
2096
+ </td>
2056
2097
 
2057
2098
 
2058
- </tr>
2059
- </tbody>
2060
- </table>
2061
- </div>
2062
- <div>
2063
- </div>
2064
- <div class="io-description">
2065
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2099
+ </tr>
2100
+ </tbody>
2101
+ </table>
2102
+ </div>
2103
+ <div class="io-description">
2104
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2066
2105
 
2067
- </div>
2068
- <div class="io-description">
2069
-
2070
- </div>
2106
+ </div>
2107
+ <div class="io-description">
2108
+
2109
+ </div>
2071
2110
  </td>
2072
2111
  </tr>
2073
2112
  </tbody>
@@ -2090,58 +2129,56 @@ export class TableApp implements OnInit, OnChanges {
2090
2129
  </tr>
2091
2130
 
2092
2131
 
2093
- <tr>
2094
- <td class="col-md-4">
2095
- <div class="io-line">Defined in <a href="" data-line="785"
2096
- class="link-to-prism">src/table/table.component.ts:785</a></div>
2097
- </td>
2098
- </tr>
2132
+ <tr>
2133
+ <td class="col-md-4">
2134
+ <div class="io-line">Defined in <a href="" data-line="785"
2135
+ class="link-to-prism">src/table/table.component.ts:785</a></div>
2136
+ </td>
2137
+ </tr>
2099
2138
 
2100
2139
 
2101
2140
  <tr>
2102
2141
  <td class="col-md-4">
2103
2142
 
2104
- <div class="io-description">
2105
- <b>Parameters :</b>
2106
-
2107
- <table class="params">
2108
- <thead>
2109
- <tr>
2110
- <td>Name</td>
2111
- <td>Optional</td>
2112
- </tr>
2113
- </thead>
2114
- <tbody>
2115
- <tr>
2116
- <td>event</td>
2143
+ <div class="io-description">
2144
+ <b>Parameters :</b>
2145
+
2146
+ <table class="params">
2147
+ <thead>
2148
+ <tr>
2149
+ <td>Name</td>
2150
+ <td>Optional</td>
2151
+ </tr>
2152
+ </thead>
2153
+ <tbody>
2154
+ <tr>
2155
+ <td>event</td>
2117
2156
 
2118
- <td>
2119
- No
2120
- </td>
2157
+ <td>
2158
+ No
2159
+ </td>
2121
2160
 
2122
2161
 
2123
- </tr>
2124
- <tr>
2125
- <td>column</td>
2162
+ </tr>
2163
+ <tr>
2164
+ <td>column</td>
2126
2165
 
2127
- <td>
2128
- No
2129
- </td>
2166
+ <td>
2167
+ No
2168
+ </td>
2130
2169
 
2131
2170
 
2132
- </tr>
2133
- </tbody>
2134
- </table>
2135
- </div>
2136
- <div>
2137
- </div>
2138
- <div class="io-description">
2139
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2171
+ </tr>
2172
+ </tbody>
2173
+ </table>
2174
+ </div>
2175
+ <div class="io-description">
2176
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2140
2177
 
2141
- </div>
2142
- <div class="io-description">
2143
-
2144
- </div>
2178
+ </div>
2179
+ <div class="io-description">
2180
+
2181
+ </div>
2145
2182
  </td>
2146
2183
  </tr>
2147
2184
  </tbody>
@@ -2164,58 +2201,56 @@ export class TableApp implements OnInit, OnChanges {
2164
2201
  </tr>
2165
2202
 
2166
2203
 
2167
- <tr>
2168
- <td class="col-md-4">
2169
- <div class="io-line">Defined in <a href="" data-line="780"
2170
- class="link-to-prism">src/table/table.component.ts:780</a></div>
2171
- </td>
2172
- </tr>
2204
+ <tr>
2205
+ <td class="col-md-4">
2206
+ <div class="io-line">Defined in <a href="" data-line="780"
2207
+ class="link-to-prism">src/table/table.component.ts:780</a></div>
2208
+ </td>
2209
+ </tr>
2173
2210
 
2174
2211
 
2175
2212
  <tr>
2176
2213
  <td class="col-md-4">
2177
2214
 
2178
- <div class="io-description">
2179
- <b>Parameters :</b>
2180
-
2181
- <table class="params">
2182
- <thead>
2183
- <tr>
2184
- <td>Name</td>
2185
- <td>Optional</td>
2186
- </tr>
2187
- </thead>
2188
- <tbody>
2189
- <tr>
2190
- <td>event</td>
2215
+ <div class="io-description">
2216
+ <b>Parameters :</b>
2217
+
2218
+ <table class="params">
2219
+ <thead>
2220
+ <tr>
2221
+ <td>Name</td>
2222
+ <td>Optional</td>
2223
+ </tr>
2224
+ </thead>
2225
+ <tbody>
2226
+ <tr>
2227
+ <td>event</td>
2191
2228
 
2192
- <td>
2193
- No
2194
- </td>
2229
+ <td>
2230
+ No
2231
+ </td>
2195
2232
 
2196
2233
 
2197
- </tr>
2198
- <tr>
2199
- <td>column</td>
2234
+ </tr>
2235
+ <tr>
2236
+ <td>column</td>
2200
2237
 
2201
- <td>
2202
- No
2203
- </td>
2238
+ <td>
2239
+ No
2240
+ </td>
2204
2241
 
2205
2242
 
2206
- </tr>
2207
- </tbody>
2208
- </table>
2209
- </div>
2210
- <div>
2211
- </div>
2212
- <div class="io-description">
2213
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2243
+ </tr>
2244
+ </tbody>
2245
+ </table>
2246
+ </div>
2247
+ <div class="io-description">
2248
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2214
2249
 
2215
- </div>
2216
- <div class="io-description">
2217
-
2218
- </div>
2250
+ </div>
2251
+ <div class="io-description">
2252
+
2253
+ </div>
2219
2254
  </td>
2220
2255
  </tr>
2221
2256
  </tbody>
@@ -2238,58 +2273,56 @@ export class TableApp implements OnInit, OnChanges {
2238
2273
  </tr>
2239
2274
 
2240
2275
 
2241
- <tr>
2242
- <td class="col-md-4">
2243
- <div class="io-line">Defined in <a href="" data-line="767"
2244
- class="link-to-prism">src/table/table.component.ts:767</a></div>
2245
- </td>
2246
- </tr>
2276
+ <tr>
2277
+ <td class="col-md-4">
2278
+ <div class="io-line">Defined in <a href="" data-line="767"
2279
+ class="link-to-prism">src/table/table.component.ts:767</a></div>
2280
+ </td>
2281
+ </tr>
2247
2282
 
2248
2283
 
2249
2284
  <tr>
2250
2285
  <td class="col-md-4">
2251
2286
 
2252
- <div class="io-description">
2253
- <b>Parameters :</b>
2254
-
2255
- <table class="params">
2256
- <thead>
2257
- <tr>
2258
- <td>Name</td>
2259
- <td>Optional</td>
2260
- </tr>
2261
- </thead>
2262
- <tbody>
2263
- <tr>
2264
- <td>event</td>
2287
+ <div class="io-description">
2288
+ <b>Parameters :</b>
2289
+
2290
+ <table class="params">
2291
+ <thead>
2292
+ <tr>
2293
+ <td>Name</td>
2294
+ <td>Optional</td>
2295
+ </tr>
2296
+ </thead>
2297
+ <tbody>
2298
+ <tr>
2299
+ <td>event</td>
2265
2300
 
2266
- <td>
2267
- No
2268
- </td>
2301
+ <td>
2302
+ No
2303
+ </td>
2269
2304
 
2270
2305
 
2271
- </tr>
2272
- <tr>
2273
- <td>column</td>
2306
+ </tr>
2307
+ <tr>
2308
+ <td>column</td>
2274
2309
 
2275
- <td>
2276
- No
2277
- </td>
2310
+ <td>
2311
+ No
2312
+ </td>
2278
2313
 
2279
2314
 
2280
- </tr>
2281
- </tbody>
2282
- </table>
2283
- </div>
2284
- <div>
2285
- </div>
2286
- <div class="io-description">
2287
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2315
+ </tr>
2316
+ </tbody>
2317
+ </table>
2318
+ </div>
2319
+ <div class="io-description">
2320
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2288
2321
 
2289
- </div>
2290
- <div class="io-description">
2291
-
2292
- </div>
2322
+ </div>
2323
+ <div class="io-description">
2324
+
2325
+ </div>
2293
2326
  </td>
2294
2327
  </tr>
2295
2328
  </tbody>
@@ -2312,21 +2345,21 @@ export class TableApp implements OnInit, OnChanges {
2312
2345
  </tr>
2313
2346
 
2314
2347
 
2315
- <tr>
2316
- <td class="col-md-4">
2317
- <div class="io-line">Defined in <a href="" data-line="695"
2318
- class="link-to-prism">src/table/table.component.ts:695</a></div>
2319
- </td>
2320
- </tr>
2348
+ <tr>
2349
+ <td class="col-md-4">
2350
+ <div class="io-line">Defined in <a href="" data-line="695"
2351
+ class="link-to-prism">src/table/table.component.ts:695</a></div>
2352
+ </td>
2353
+ </tr>
2321
2354
 
2322
2355
 
2323
2356
  <tr>
2324
2357
  <td class="col-md-4">
2325
2358
 
2326
- <div class="io-description">
2327
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2359
+ <div class="io-description">
2360
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2328
2361
 
2329
- </div>
2362
+ </div>
2330
2363
  </td>
2331
2364
  </tr>
2332
2365
  </tbody>
@@ -2349,53 +2382,51 @@ export class TableApp implements OnInit, OnChanges {
2349
2382
  </tr>
2350
2383
 
2351
2384
 
2352
- <tr>
2353
- <td class="col-md-4">
2354
- <div class="io-line">Defined in <a href="" data-line="843"
2355
- class="link-to-prism">src/table/table.component.ts:843</a></div>
2356
- </td>
2357
- </tr>
2385
+ <tr>
2386
+ <td class="col-md-4">
2387
+ <div class="io-line">Defined in <a href="" data-line="843"
2388
+ class="link-to-prism">src/table/table.component.ts:843</a></div>
2389
+ </td>
2390
+ </tr>
2358
2391
 
2359
2392
 
2360
2393
  <tr>
2361
2394
  <td class="col-md-4">
2362
2395
 
2363
- <div class="io-description">
2364
- <b>Parameters :</b>
2365
-
2366
- <table class="params">
2367
- <thead>
2368
- <tr>
2369
- <td>Name</td>
2370
- <td>Type</td>
2371
- <td>Optional</td>
2372
- </tr>
2373
- </thead>
2374
- <tbody>
2375
- <tr>
2376
- <td>index</td>
2377
- <td>
2378
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2379
- </td>
2396
+ <div class="io-description">
2397
+ <b>Parameters :</b>
2398
+
2399
+ <table class="params">
2400
+ <thead>
2401
+ <tr>
2402
+ <td>Name</td>
2403
+ <td>Type</td>
2404
+ <td>Optional</td>
2405
+ </tr>
2406
+ </thead>
2407
+ <tbody>
2408
+ <tr>
2409
+ <td>index</td>
2410
+ <td>
2411
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2412
+ </td>
2380
2413
 
2381
- <td>
2382
- No
2383
- </td>
2414
+ <td>
2415
+ No
2416
+ </td>
2384
2417
 
2385
2418
 
2386
- </tr>
2387
- </tbody>
2388
- </table>
2389
- </div>
2390
- <div>
2391
- </div>
2392
- <div class="io-description">
2393
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2419
+ </tr>
2420
+ </tbody>
2421
+ </table>
2422
+ </div>
2423
+ <div class="io-description">
2424
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2394
2425
 
2395
- </div>
2396
- <div class="io-description">
2397
-
2398
- </div>
2426
+ </div>
2427
+ <div class="io-description">
2428
+
2429
+ </div>
2399
2430
  </td>
2400
2431
  </tr>
2401
2432
  </tbody>
@@ -2418,21 +2449,21 @@ export class TableApp implements OnInit, OnChanges {
2418
2449
  </tr>
2419
2450
 
2420
2451
 
2421
- <tr>
2422
- <td class="col-md-4">
2423
- <div class="io-line">Defined in <a href="" data-line="665"
2424
- class="link-to-prism">src/table/table.component.ts:665</a></div>
2425
- </td>
2426
- </tr>
2452
+ <tr>
2453
+ <td class="col-md-4">
2454
+ <div class="io-line">Defined in <a href="" data-line="665"
2455
+ class="link-to-prism">src/table/table.component.ts:665</a></div>
2456
+ </td>
2457
+ </tr>
2427
2458
 
2428
2459
 
2429
2460
  <tr>
2430
2461
  <td class="col-md-4">
2431
2462
 
2432
- <div class="io-description">
2433
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2463
+ <div class="io-description">
2464
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2434
2465
 
2435
- </div>
2466
+ </div>
2436
2467
  </td>
2437
2468
  </tr>
2438
2469
  </tbody>
@@ -2443,7 +2474,7 @@ export class TableApp implements OnInit, OnChanges {
2443
2474
  <td class="col-md-4">
2444
2475
  <a name="focus"></a>
2445
2476
  <span class="name">
2446
- <span class="modifier">Static</span>
2477
+ <span class="modifier">Static</span>
2447
2478
  <span ><b>focus</b></span>
2448
2479
  <a href="#focus"><span class="icon ion-ios-link"></span></a>
2449
2480
  </span>
@@ -2451,59 +2482,57 @@ export class TableApp implements OnInit, OnChanges {
2451
2482
  </tr>
2452
2483
  <tr>
2453
2484
  <td class="col-md-4">
2454
- <span class="modifier-icon icon ion-ios-reset"></span>
2485
+ <span class="modifier-icon icon ion-ios-reset"></span>
2455
2486
  <code>focus(element: HTMLElement)</code>
2456
2487
  </td>
2457
2488
  </tr>
2458
2489
 
2459
2490
 
2460
- <tr>
2461
- <td class="col-md-4">
2462
- <div class="io-line">Defined in <a href="" data-line="290"
2463
- class="link-to-prism">src/table/table.component.ts:290</a></div>
2464
- </td>
2465
- </tr>
2491
+ <tr>
2492
+ <td class="col-md-4">
2493
+ <div class="io-line">Defined in <a href="" data-line="290"
2494
+ class="link-to-prism">src/table/table.component.ts:290</a></div>
2495
+ </td>
2496
+ </tr>
2466
2497
 
2467
2498
 
2468
2499
  <tr>
2469
2500
  <td class="col-md-4">
2470
2501
 
2471
- <div class="io-description">
2472
- <b>Parameters :</b>
2473
-
2474
- <table class="params">
2475
- <thead>
2476
- <tr>
2477
- <td>Name</td>
2478
- <td>Type</td>
2479
- <td>Optional</td>
2480
- </tr>
2481
- </thead>
2482
- <tbody>
2483
- <tr>
2484
- <td>element</td>
2485
- <td>
2486
- <code>HTMLElement</code>
2487
- </td>
2502
+ <div class="io-description">
2503
+ <b>Parameters :</b>
2504
+
2505
+ <table class="params">
2506
+ <thead>
2507
+ <tr>
2508
+ <td>Name</td>
2509
+ <td>Type</td>
2510
+ <td>Optional</td>
2511
+ </tr>
2512
+ </thead>
2513
+ <tbody>
2514
+ <tr>
2515
+ <td>element</td>
2516
+ <td>
2517
+ <code>HTMLElement</code>
2518
+ </td>
2488
2519
 
2489
- <td>
2490
- No
2491
- </td>
2520
+ <td>
2521
+ No
2522
+ </td>
2492
2523
 
2493
2524
 
2494
- </tr>
2495
- </tbody>
2496
- </table>
2497
- </div>
2498
- <div>
2499
- </div>
2500
- <div class="io-description">
2501
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2525
+ </tr>
2526
+ </tbody>
2527
+ </table>
2528
+ </div>
2529
+ <div class="io-description">
2530
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2502
2531
 
2503
- </div>
2504
- <div class="io-description">
2505
-
2506
- </div>
2532
+ </div>
2533
+ <div class="io-description">
2534
+
2535
+ </div>
2507
2536
  </td>
2508
2537
  </tr>
2509
2538
  </tbody>
@@ -2526,21 +2555,21 @@ export class TableApp implements OnInit, OnChanges {
2526
2555
  </tr>
2527
2556
 
2528
2557
 
2529
- <tr>
2530
- <td class="col-md-4">
2531
- <div class="io-line">Defined in <a href="" data-line="879"
2532
- class="link-to-prism">src/table/table.component.ts:879</a></div>
2533
- </td>
2534
- </tr>
2558
+ <tr>
2559
+ <td class="col-md-4">
2560
+ <div class="io-line">Defined in <a href="" data-line="879"
2561
+ class="link-to-prism">src/table/table.component.ts:879</a></div>
2562
+ </td>
2563
+ </tr>
2535
2564
 
2536
2565
 
2537
2566
  <tr>
2538
2567
  <td class="col-md-4">
2539
2568
 
2540
- <div class="io-description">
2541
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2569
+ <div class="io-description">
2570
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2542
2571
 
2543
- </div>
2572
+ </div>
2544
2573
  </td>
2545
2574
  </tr>
2546
2575
  </tbody>
@@ -2563,21 +2592,21 @@ export class TableApp implements OnInit, OnChanges {
2563
2592
  </tr>
2564
2593
 
2565
2594
 
2566
- <tr>
2567
- <td class="col-md-4">
2568
- <div class="io-line">Defined in <a href="" data-line="883"
2569
- class="link-to-prism">src/table/table.component.ts:883</a></div>
2570
- </td>
2571
- </tr>
2595
+ <tr>
2596
+ <td class="col-md-4">
2597
+ <div class="io-line">Defined in <a href="" data-line="883"
2598
+ class="link-to-prism">src/table/table.component.ts:883</a></div>
2599
+ </td>
2600
+ </tr>
2572
2601
 
2573
2602
 
2574
2603
  <tr>
2575
2604
  <td class="col-md-4">
2576
2605
 
2577
- <div class="io-description">
2578
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2606
+ <div class="io-description">
2607
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2579
2608
 
2580
- </div>
2609
+ </div>
2581
2610
  </td>
2582
2611
  </tr>
2583
2612
  </tbody>
@@ -2600,21 +2629,21 @@ export class TableApp implements OnInit, OnChanges {
2600
2629
  </tr>
2601
2630
 
2602
2631
 
2603
- <tr>
2604
- <td class="col-md-4">
2605
- <div class="io-line">Defined in <a href="" data-line="887"
2606
- class="link-to-prism">src/table/table.component.ts:887</a></div>
2607
- </td>
2608
- </tr>
2632
+ <tr>
2633
+ <td class="col-md-4">
2634
+ <div class="io-line">Defined in <a href="" data-line="887"
2635
+ class="link-to-prism">src/table/table.component.ts:887</a></div>
2636
+ </td>
2637
+ </tr>
2609
2638
 
2610
2639
 
2611
2640
  <tr>
2612
2641
  <td class="col-md-4">
2613
2642
 
2614
- <div class="io-description">
2615
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2643
+ <div class="io-description">
2644
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2616
2645
 
2617
- </div>
2646
+ </div>
2618
2647
  </td>
2619
2648
  </tr>
2620
2649
  </tbody>
@@ -2637,21 +2666,21 @@ export class TableApp implements OnInit, OnChanges {
2637
2666
  </tr>
2638
2667
 
2639
2668
 
2640
- <tr>
2641
- <td class="col-md-4">
2642
- <div class="io-line">Defined in <a href="" data-line="869"
2643
- class="link-to-prism">src/table/table.component.ts:869</a></div>
2644
- </td>
2645
- </tr>
2669
+ <tr>
2670
+ <td class="col-md-4">
2671
+ <div class="io-line">Defined in <a href="" data-line="869"
2672
+ class="link-to-prism">src/table/table.component.ts:869</a></div>
2673
+ </td>
2674
+ </tr>
2646
2675
 
2647
2676
 
2648
2677
  <tr>
2649
2678
  <td class="col-md-4">
2650
2679
 
2651
- <div class="io-description">
2652
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2680
+ <div class="io-description">
2681
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2653
2682
 
2654
- </div>
2683
+ </div>
2655
2684
  </td>
2656
2685
  </tr>
2657
2686
  </tbody>
@@ -2674,21 +2703,21 @@ export class TableApp implements OnInit, OnChanges {
2674
2703
  </tr>
2675
2704
 
2676
2705
 
2677
- <tr>
2678
- <td class="col-md-4">
2679
- <div class="io-line">Defined in <a href="" data-line="895"
2680
- class="link-to-prism">src/table/table.component.ts:895</a></div>
2681
- </td>
2682
- </tr>
2706
+ <tr>
2707
+ <td class="col-md-4">
2708
+ <div class="io-line">Defined in <a href="" data-line="895"
2709
+ class="link-to-prism">src/table/table.component.ts:895</a></div>
2710
+ </td>
2711
+ </tr>
2683
2712
 
2684
2713
 
2685
2714
  <tr>
2686
2715
  <td class="col-md-4">
2687
2716
 
2688
- <div class="io-description">
2689
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2717
+ <div class="io-description">
2718
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2690
2719
 
2691
- </div>
2720
+ </div>
2692
2721
  </td>
2693
2722
  </tr>
2694
2723
  </tbody>
@@ -2711,21 +2740,21 @@ export class TableApp implements OnInit, OnChanges {
2711
2740
  </tr>
2712
2741
 
2713
2742
 
2714
- <tr>
2715
- <td class="col-md-4">
2716
- <div class="io-line">Defined in <a href="" data-line="891"
2717
- class="link-to-prism">src/table/table.component.ts:891</a></div>
2718
- </td>
2719
- </tr>
2743
+ <tr>
2744
+ <td class="col-md-4">
2745
+ <div class="io-line">Defined in <a href="" data-line="891"
2746
+ class="link-to-prism">src/table/table.component.ts:891</a></div>
2747
+ </td>
2748
+ </tr>
2720
2749
 
2721
2750
 
2722
2751
  <tr>
2723
2752
  <td class="col-md-4">
2724
2753
 
2725
- <div class="io-description">
2726
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2754
+ <div class="io-description">
2755
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2727
2756
 
2728
- </div>
2757
+ </div>
2729
2758
  </td>
2730
2759
  </tr>
2731
2760
  </tbody>
@@ -2748,53 +2777,51 @@ export class TableApp implements OnInit, OnChanges {
2748
2777
  </tr>
2749
2778
 
2750
2779
 
2751
- <tr>
2752
- <td class="col-md-4">
2753
- <div class="io-line">Defined in <a href="" data-line="862"
2754
- class="link-to-prism">src/table/table.component.ts:862</a></div>
2755
- </td>
2756
- </tr>
2780
+ <tr>
2781
+ <td class="col-md-4">
2782
+ <div class="io-line">Defined in <a href="" data-line="862"
2783
+ class="link-to-prism">src/table/table.component.ts:862</a></div>
2784
+ </td>
2785
+ </tr>
2757
2786
 
2758
2787
 
2759
2788
  <tr>
2760
2789
  <td class="col-md-4">
2761
2790
 
2762
- <div class="io-description">
2763
- <b>Parameters :</b>
2764
-
2765
- <table class="params">
2766
- <thead>
2767
- <tr>
2768
- <td>Name</td>
2769
- <td>Type</td>
2770
- <td>Optional</td>
2771
- </tr>
2772
- </thead>
2773
- <tbody>
2774
- <tr>
2775
- <td>row</td>
2776
- <td>
2777
- <code><a href="../classes/TableItem.html" target="_self" >TableItem[]</a></code>
2778
- </td>
2791
+ <div class="io-description">
2792
+ <b>Parameters :</b>
2793
+
2794
+ <table class="params">
2795
+ <thead>
2796
+ <tr>
2797
+ <td>Name</td>
2798
+ <td>Type</td>
2799
+ <td>Optional</td>
2800
+ </tr>
2801
+ </thead>
2802
+ <tbody>
2803
+ <tr>
2804
+ <td>row</td>
2805
+ <td>
2806
+ <code><a href="../classes/TableItem.html" target="_self" >TableItem[]</a></code>
2807
+ </td>
2779
2808
 
2780
- <td>
2781
- No
2782
- </td>
2809
+ <td>
2810
+ No
2811
+ </td>
2783
2812
 
2784
2813
 
2785
- </tr>
2786
- </tbody>
2787
- </table>
2788
- </div>
2789
- <div>
2790
- </div>
2791
- <div class="io-description">
2792
- <b>Returns : </b> <code>{ value: any; }</code>
2814
+ </tr>
2815
+ </tbody>
2816
+ </table>
2817
+ </div>
2818
+ <div class="io-description">
2819
+ <b>Returns : </b> <code>{ value: any; }</code>
2793
2820
 
2794
- </div>
2795
- <div class="io-description">
2796
-
2797
- </div>
2821
+ </div>
2822
+ <div class="io-description">
2823
+
2824
+ </div>
2798
2825
  </td>
2799
2826
  </tr>
2800
2827
  </tbody>
@@ -2817,21 +2844,21 @@ export class TableApp implements OnInit, OnChanges {
2817
2844
  </tr>
2818
2845
 
2819
2846
 
2820
- <tr>
2821
- <td class="col-md-4">
2822
- <div class="io-line">Defined in <a href="" data-line="875"
2823
- class="link-to-prism">src/table/table.component.ts:875</a></div>
2824
- </td>
2825
- </tr>
2847
+ <tr>
2848
+ <td class="col-md-4">
2849
+ <div class="io-line">Defined in <a href="" data-line="875"
2850
+ class="link-to-prism">src/table/table.component.ts:875</a></div>
2851
+ </td>
2852
+ </tr>
2826
2853
 
2827
2854
 
2828
2855
  <tr>
2829
2856
  <td class="col-md-4">
2830
2857
 
2831
- <div class="io-description">
2832
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2858
+ <div class="io-description">
2859
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2833
2860
 
2834
- </div>
2861
+ </div>
2835
2862
  </td>
2836
2863
  </tr>
2837
2864
  </tbody>
@@ -2854,21 +2881,21 @@ export class TableApp implements OnInit, OnChanges {
2854
2881
  </tr>
2855
2882
 
2856
2883
 
2857
- <tr>
2858
- <td class="col-md-4">
2859
- <div class="io-line">Defined in <a href="" data-line="872"
2860
- class="link-to-prism">src/table/table.component.ts:872</a></div>
2861
- </td>
2862
- </tr>
2884
+ <tr>
2885
+ <td class="col-md-4">
2886
+ <div class="io-line">Defined in <a href="" data-line="872"
2887
+ class="link-to-prism">src/table/table.component.ts:872</a></div>
2888
+ </td>
2889
+ </tr>
2863
2890
 
2864
2891
 
2865
2892
  <tr>
2866
2893
  <td class="col-md-4">
2867
2894
 
2868
- <div class="io-description">
2869
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2895
+ <div class="io-description">
2896
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2870
2897
 
2871
- </div>
2898
+ </div>
2872
2899
  </td>
2873
2900
  </tr>
2874
2901
  </tbody>
@@ -2891,21 +2918,21 @@ export class TableApp implements OnInit, OnChanges {
2891
2918
  </tr>
2892
2919
 
2893
2920
 
2894
- <tr>
2895
- <td class="col-md-4">
2896
- <div class="io-line">Defined in <a href="" data-line="651"
2897
- class="link-to-prism">src/table/table.component.ts:651</a></div>
2898
- </td>
2899
- </tr>
2921
+ <tr>
2922
+ <td class="col-md-4">
2923
+ <div class="io-line">Defined in <a href="" data-line="651"
2924
+ class="link-to-prism">src/table/table.component.ts:651</a></div>
2925
+ </td>
2926
+ </tr>
2900
2927
 
2901
2928
 
2902
2929
  <tr>
2903
2930
  <td class="col-md-4">
2904
2931
 
2905
- <div class="io-description">
2906
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2932
+ <div class="io-description">
2933
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2907
2934
 
2908
- </div>
2935
+ </div>
2909
2936
  </td>
2910
2937
  </tr>
2911
2938
  </tbody>
@@ -2928,21 +2955,21 @@ export class TableApp implements OnInit, OnChanges {
2928
2955
  </tr>
2929
2956
 
2930
2957
 
2931
- <tr>
2932
- <td class="col-md-4">
2933
- <div class="io-line">Defined in <a href="" data-line="658"
2934
- class="link-to-prism">src/table/table.component.ts:658</a></div>
2935
- </td>
2936
- </tr>
2958
+ <tr>
2959
+ <td class="col-md-4">
2960
+ <div class="io-line">Defined in <a href="" data-line="658"
2961
+ class="link-to-prism">src/table/table.component.ts:658</a></div>
2962
+ </td>
2963
+ </tr>
2937
2964
 
2938
2965
 
2939
2966
  <tr>
2940
2967
  <td class="col-md-4">
2941
2968
 
2942
- <div class="io-description">
2943
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2969
+ <div class="io-description">
2970
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2944
2971
 
2945
- </div>
2972
+ </div>
2946
2973
  </td>
2947
2974
  </tr>
2948
2975
  </tbody>
@@ -2965,21 +2992,21 @@ export class TableApp implements OnInit, OnChanges {
2965
2992
  </tr>
2966
2993
 
2967
2994
 
2968
- <tr>
2969
- <td class="col-md-4">
2970
- <div class="io-line">Defined in <a href="" data-line="711"
2971
- class="link-to-prism">src/table/table.component.ts:711</a></div>
2972
- </td>
2973
- </tr>
2995
+ <tr>
2996
+ <td class="col-md-4">
2997
+ <div class="io-line">Defined in <a href="" data-line="711"
2998
+ class="link-to-prism">src/table/table.component.ts:711</a></div>
2999
+ </td>
3000
+ </tr>
2974
3001
 
2975
3002
 
2976
3003
  <tr>
2977
3004
  <td class="col-md-4">
2978
3005
 
2979
- <div class="io-description">
2980
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3006
+ <div class="io-description">
3007
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2981
3008
 
2982
- </div>
3009
+ </div>
2983
3010
  </td>
2984
3011
  </tr>
2985
3012
  </tbody>
@@ -3002,53 +3029,51 @@ export class TableApp implements OnInit, OnChanges {
3002
3029
  </tr>
3003
3030
 
3004
3031
 
3005
- <tr>
3006
- <td class="col-md-4">
3007
- <div class="io-line">Defined in <a href="" data-line="730"
3008
- class="link-to-prism">src/table/table.component.ts:730</a></div>
3009
- </td>
3010
- </tr>
3032
+ <tr>
3033
+ <td class="col-md-4">
3034
+ <div class="io-line">Defined in <a href="" data-line="730"
3035
+ class="link-to-prism">src/table/table.component.ts:730</a></div>
3036
+ </td>
3037
+ </tr>
3011
3038
 
3012
3039
 
3013
3040
  <tr>
3014
3041
  <td class="col-md-4">
3015
3042
 
3016
- <div class="io-description">
3017
- <b>Parameters :</b>
3018
-
3019
- <table class="params">
3020
- <thead>
3021
- <tr>
3022
- <td>Name</td>
3023
- <td>Type</td>
3024
- <td>Optional</td>
3025
- </tr>
3026
- </thead>
3027
- <tbody>
3028
- <tr>
3029
- <td>index</td>
3030
- <td>
3031
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
3032
- </td>
3043
+ <div class="io-description">
3044
+ <b>Parameters :</b>
3045
+
3046
+ <table class="params">
3047
+ <thead>
3048
+ <tr>
3049
+ <td>Name</td>
3050
+ <td>Type</td>
3051
+ <td>Optional</td>
3052
+ </tr>
3053
+ </thead>
3054
+ <tbody>
3055
+ <tr>
3056
+ <td>index</td>
3057
+ <td>
3058
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
3059
+ </td>
3033
3060
 
3034
- <td>
3035
- No
3036
- </td>
3061
+ <td>
3062
+ No
3063
+ </td>
3037
3064
 
3038
3065
 
3039
- </tr>
3040
- </tbody>
3041
- </table>
3042
- </div>
3043
- <div>
3044
- </div>
3045
- <div class="io-description">
3046
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3066
+ </tr>
3067
+ </tbody>
3068
+ </table>
3069
+ </div>
3070
+ <div class="io-description">
3071
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3047
3072
 
3048
- </div>
3049
- <div class="io-description">
3050
-
3051
- </div>
3073
+ </div>
3074
+ <div class="io-description">
3075
+
3076
+ </div>
3052
3077
  </td>
3053
3078
  </tr>
3054
3079
  </tbody>
@@ -3071,52 +3096,50 @@ export class TableApp implements OnInit, OnChanges {
3071
3096
  </tr>
3072
3097
 
3073
3098
 
3074
- <tr>
3075
- <td class="col-md-4">
3076
- <div class="io-line">Defined in <a href="" data-line="794"
3077
- class="link-to-prism">src/table/table.component.ts:794</a></div>
3078
- </td>
3079
- </tr>
3099
+ <tr>
3100
+ <td class="col-md-4">
3101
+ <div class="io-line">Defined in <a href="" data-line="794"
3102
+ class="link-to-prism">src/table/table.component.ts:794</a></div>
3103
+ </td>
3104
+ </tr>
3080
3105
 
3081
3106
 
3082
3107
  <tr>
3083
3108
  <td class="col-md-4">
3084
- <div class="io-description"><p>Triggered when the user scrolls on the <code>&lt;tbody&gt;</code> element.
3109
+ <div class="io-description"><p>Triggered when the user scrolls on the <code>&lt;tbody&gt;</code> element.
3085
3110
  Emits the <code>scrollLoad</code> event.</p>
3086
3111
  </div>
3087
3112
 
3088
- <div class="io-description">
3089
- <b>Parameters :</b>
3090
-
3091
- <table class="params">
3092
- <thead>
3093
- <tr>
3094
- <td>Name</td>
3095
- <td>Optional</td>
3096
- </tr>
3097
- </thead>
3098
- <tbody>
3099
- <tr>
3100
- <td>event</td>
3101
-
3102
- <td>
3103
- No
3104
- </td>
3105
-
3106
-
3107
- </tr>
3108
- </tbody>
3109
- </table>
3110
- </div>
3111
- <div>
3112
- </div>
3113
- <div class="io-description">
3114
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3115
-
3116
- </div>
3117
- <div class="io-description">
3118
-
3119
- </div>
3113
+ <div class="io-description">
3114
+ <b>Parameters :</b>
3115
+
3116
+ <table class="params">
3117
+ <thead>
3118
+ <tr>
3119
+ <td>Name</td>
3120
+ <td>Optional</td>
3121
+ </tr>
3122
+ </thead>
3123
+ <tbody>
3124
+ <tr>
3125
+ <td>event</td>
3126
+
3127
+ <td>
3128
+ No
3129
+ </td>
3130
+
3131
+
3132
+ </tr>
3133
+ </tbody>
3134
+ </table>
3135
+ </div>
3136
+ <div class="io-description">
3137
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3138
+
3139
+ </div>
3140
+ <div class="io-description">
3141
+
3142
+ </div>
3120
3143
  </td>
3121
3144
  </tr>
3122
3145
  </tbody>
@@ -3139,21 +3162,21 @@ Emits the <code>scrollLoad</code> event.</p>
3139
3162
  </tr>
3140
3163
 
3141
3164
 
3142
- <tr>
3143
- <td class="col-md-4">
3144
- <div class="io-line">Defined in <a href="" data-line="706"
3145
- class="link-to-prism">src/table/table.component.ts:706</a></div>
3146
- </td>
3147
- </tr>
3165
+ <tr>
3166
+ <td class="col-md-4">
3167
+ <div class="io-line">Defined in <a href="" data-line="706"
3168
+ class="link-to-prism">src/table/table.component.ts:706</a></div>
3169
+ </td>
3170
+ </tr>
3148
3171
 
3149
3172
 
3150
3173
  <tr>
3151
3174
  <td class="col-md-4">
3152
3175
 
3153
- <div class="io-description">
3154
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3176
+ <div class="io-description">
3177
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3155
3178
 
3156
- </div>
3179
+ </div>
3157
3180
  </td>
3158
3181
  </tr>
3159
3182
  </tbody>
@@ -3176,49 +3199,47 @@ Emits the <code>scrollLoad</code> event.</p>
3176
3199
  </tr>
3177
3200
 
3178
3201
 
3179
- <tr>
3180
- <td class="col-md-4">
3181
- <div class="io-line">Defined in <a href="" data-line="716"
3182
- class="link-to-prism">src/table/table.component.ts:716</a></div>
3183
- </td>
3184
- </tr>
3202
+ <tr>
3203
+ <td class="col-md-4">
3204
+ <div class="io-line">Defined in <a href="" data-line="716"
3205
+ class="link-to-prism">src/table/table.component.ts:716</a></div>
3206
+ </td>
3207
+ </tr>
3185
3208
 
3186
3209
 
3187
3210
  <tr>
3188
3211
  <td class="col-md-4">
3189
3212
 
3190
- <div class="io-description">
3191
- <b>Parameters :</b>
3192
-
3193
- <table class="params">
3194
- <thead>
3195
- <tr>
3196
- <td>Name</td>
3197
- <td>Optional</td>
3198
- </tr>
3199
- </thead>
3200
- <tbody>
3201
- <tr>
3202
- <td>event</td>
3213
+ <div class="io-description">
3214
+ <b>Parameters :</b>
3215
+
3216
+ <table class="params">
3217
+ <thead>
3218
+ <tr>
3219
+ <td>Name</td>
3220
+ <td>Optional</td>
3221
+ </tr>
3222
+ </thead>
3223
+ <tbody>
3224
+ <tr>
3225
+ <td>event</td>
3203
3226
 
3204
- <td>
3205
- No
3206
- </td>
3227
+ <td>
3228
+ No
3229
+ </td>
3207
3230
 
3208
3231
 
3209
- </tr>
3210
- </tbody>
3211
- </table>
3212
- </div>
3213
- <div>
3214
- </div>
3215
- <div class="io-description">
3216
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3232
+ </tr>
3233
+ </tbody>
3234
+ </table>
3235
+ </div>
3236
+ <div class="io-description">
3237
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3217
3238
 
3218
- </div>
3219
- <div class="io-description">
3220
-
3221
- </div>
3239
+ </div>
3240
+ <div class="io-description">
3241
+
3242
+ </div>
3222
3243
  </td>
3223
3244
  </tr>
3224
3245
  </tbody>
@@ -3241,53 +3262,51 @@ Emits the <code>scrollLoad</code> event.</p>
3241
3262
  </tr>
3242
3263
 
3243
3264
 
3244
- <tr>
3245
- <td class="col-md-4">
3246
- <div class="io-line">Defined in <a href="" data-line="750"
3247
- class="link-to-prism">src/table/table.component.ts:750</a></div>
3248
- </td>
3249
- </tr>
3265
+ <tr>
3266
+ <td class="col-md-4">
3267
+ <div class="io-line">Defined in <a href="" data-line="750"
3268
+ class="link-to-prism">src/table/table.component.ts:750</a></div>
3269
+ </td>
3270
+ </tr>
3250
3271
 
3251
3272
 
3252
3273
  <tr>
3253
3274
  <td class="col-md-4">
3254
3275
 
3255
- <div class="io-description">
3256
- <b>Parameters :</b>
3257
-
3258
- <table class="params">
3259
- <thead>
3260
- <tr>
3261
- <td>Name</td>
3262
- <td>Optional</td>
3263
- <td>Default value</td>
3264
- </tr>
3265
- </thead>
3266
- <tbody>
3267
- <tr>
3268
- <td>newTabIndex</td>
3276
+ <div class="io-description">
3277
+ <b>Parameters :</b>
3278
+
3279
+ <table class="params">
3280
+ <thead>
3281
+ <tr>
3282
+ <td>Name</td>
3283
+ <td>Optional</td>
3284
+ <td>Default value</td>
3285
+ </tr>
3286
+ </thead>
3287
+ <tbody>
3288
+ <tr>
3289
+ <td>newTabIndex</td>
3269
3290
 
3270
- <td>
3271
- No
3272
- </td>
3291
+ <td>
3292
+ No
3293
+ </td>
3273
3294
 
3274
- <td>
3275
- <code>-1</code>
3276
- </td>
3295
+ <td>
3296
+ <code>-1</code>
3297
+ </td>
3277
3298
 
3278
- </tr>
3279
- </tbody>
3280
- </table>
3281
- </div>
3282
- <div>
3283
- </div>
3284
- <div class="io-description">
3285
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3299
+ </tr>
3300
+ </tbody>
3301
+ </table>
3302
+ </div>
3303
+ <div class="io-description">
3304
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3286
3305
 
3287
- </div>
3288
- <div class="io-description">
3289
-
3290
- </div>
3306
+ </div>
3307
+ <div class="io-description">
3308
+
3309
+ </div>
3291
3310
  </td>
3292
3311
  </tr>
3293
3312
  </tbody>
@@ -3310,52 +3329,50 @@ Emits the <code>scrollLoad</code> event.</p>
3310
3329
  </tr>
3311
3330
 
3312
3331
 
3313
- <tr>
3314
- <td class="col-md-4">
3315
- <div class="io-line">Defined in <a href="" data-line="857"
3316
- class="link-to-prism">src/table/table.component.ts:857</a></div>
3317
- </td>
3318
- </tr>
3332
+ <tr>
3333
+ <td class="col-md-4">
3334
+ <div class="io-line">Defined in <a href="" data-line="857"
3335
+ class="link-to-prism">src/table/table.component.ts:857</a></div>
3336
+ </td>
3337
+ </tr>
3319
3338
 
3320
3339
 
3321
3340
  <tr>
3322
3341
  <td class="col-md-4">
3323
- <div class="io-description"><p>Triggered when the user scrolls on the <code>&lt;tbody&gt;</code> element.
3342
+ <div class="io-description"><p>Triggered when the user scrolls on the <code>&lt;tbody&gt;</code> element.
3324
3343
  Emits the <code>scrollLoad</code> event.</p>
3325
3344
  </div>
3326
3345
 
3327
- <div class="io-description">
3328
- <b>Parameters :</b>
3329
-
3330
- <table class="params">
3331
- <thead>
3332
- <tr>
3333
- <td>Name</td>
3334
- <td>Optional</td>
3335
- </tr>
3336
- </thead>
3337
- <tbody>
3338
- <tr>
3339
- <td>event</td>
3340
-
3341
- <td>
3342
- No
3343
- </td>
3344
-
3345
-
3346
- </tr>
3347
- </tbody>
3348
- </table>
3349
- </div>
3350
- <div>
3351
- </div>
3352
- <div class="io-description">
3353
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3354
-
3355
- </div>
3356
- <div class="io-description">
3357
-
3358
- </div>
3346
+ <div class="io-description">
3347
+ <b>Parameters :</b>
3348
+
3349
+ <table class="params">
3350
+ <thead>
3351
+ <tr>
3352
+ <td>Name</td>
3353
+ <td>Optional</td>
3354
+ </tr>
3355
+ </thead>
3356
+ <tbody>
3357
+ <tr>
3358
+ <td>event</td>
3359
+
3360
+ <td>
3361
+ No
3362
+ </td>
3363
+
3364
+
3365
+ </tr>
3366
+ </tbody>
3367
+ </table>
3368
+ </div>
3369
+ <div class="io-description">
3370
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3371
+
3372
+ </div>
3373
+ <div class="io-description">
3374
+
3375
+ </div>
3359
3376
  </td>
3360
3377
  </tr>
3361
3378
  </tbody>
@@ -3366,7 +3383,7 @@ Emits the <code>scrollLoad</code> event.</p>
3366
3383
  <td class="col-md-4">
3367
3384
  <a name="setTabIndex"></a>
3368
3385
  <span class="name">
3369
- <span class="modifier">Static</span>
3386
+ <span class="modifier">Static</span>
3370
3387
  <span ><b>setTabIndex</b></span>
3371
3388
  <a href="#setTabIndex"><span class="icon ion-ios-link"></span></a>
3372
3389
  </span>
@@ -3374,71 +3391,69 @@ Emits the <code>scrollLoad</code> event.</p>
3374
3391
  </tr>
3375
3392
  <tr>
3376
3393
  <td class="col-md-4">
3377
- <span class="modifier-icon icon ion-ios-reset"></span>
3394
+ <span class="modifier-icon icon ion-ios-reset"></span>
3378
3395
  <code>setTabIndex(element: HTMLElement, index: | "0")</code>
3379
3396
  </td>
3380
3397
  </tr>
3381
3398
 
3382
3399
 
3383
- <tr>
3384
- <td class="col-md-4">
3385
- <div class="io-line">Defined in <a href="" data-line="279"
3386
- class="link-to-prism">src/table/table.component.ts:279</a></div>
3387
- </td>
3388
- </tr>
3400
+ <tr>
3401
+ <td class="col-md-4">
3402
+ <div class="io-line">Defined in <a href="" data-line="279"
3403
+ class="link-to-prism">src/table/table.component.ts:279</a></div>
3404
+ </td>
3405
+ </tr>
3389
3406
 
3390
3407
 
3391
3408
  <tr>
3392
3409
  <td class="col-md-4">
3393
3410
 
3394
- <div class="io-description">
3395
- <b>Parameters :</b>
3396
-
3397
- <table class="params">
3398
- <thead>
3399
- <tr>
3400
- <td>Name</td>
3401
- <td>Type</td>
3402
- <td>Optional</td>
3403
- </tr>
3404
- </thead>
3405
- <tbody>
3406
- <tr>
3407
- <td>element</td>
3408
- <td>
3409
- <code>HTMLElement</code>
3410
- </td>
3411
+ <div class="io-description">
3412
+ <b>Parameters :</b>
3413
+
3414
+ <table class="params">
3415
+ <thead>
3416
+ <tr>
3417
+ <td>Name</td>
3418
+ <td>Type</td>
3419
+ <td>Optional</td>
3420
+ </tr>
3421
+ </thead>
3422
+ <tbody>
3423
+ <tr>
3424
+ <td>element</td>
3425
+ <td>
3426
+ <code>HTMLElement</code>
3427
+ </td>
3411
3428
 
3412
- <td>
3413
- No
3414
- </td>
3429
+ <td>
3430
+ No
3431
+ </td>
3415
3432
 
3416
3433
 
3417
- </tr>
3418
- <tr>
3419
- <td>index</td>
3420
- <td>
3421
- <code> | &quot;0&quot;</code>
3422
- </td>
3434
+ </tr>
3435
+ <tr>
3436
+ <td>index</td>
3437
+ <td>
3438
+ <code> | &quot;0&quot;</code>
3439
+ </td>
3423
3440
 
3424
- <td>
3425
- No
3426
- </td>
3441
+ <td>
3442
+ No
3443
+ </td>
3427
3444
 
3428
3445
 
3429
- </tr>
3430
- </tbody>
3431
- </table>
3432
- </div>
3433
- <div>
3434
- </div>
3435
- <div class="io-description">
3436
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3446
+ </tr>
3447
+ </tbody>
3448
+ </table>
3449
+ </div>
3450
+ <div class="io-description">
3451
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3437
3452
 
3438
- </div>
3439
- <div class="io-description">
3440
-
3441
- </div>
3453
+ </div>
3454
+ <div class="io-description">
3455
+
3456
+ </div>
3442
3457
  </td>
3443
3458
  </tr>
3444
3459
  </tbody>
@@ -3449,7 +3464,7 @@ Emits the <code>scrollLoad</code> event.</p>
3449
3464
  <td class="col-md-4">
3450
3465
  <a name="skeletonModel"></a>
3451
3466
  <span class="name">
3452
- <span class="modifier">Static</span>
3467
+ <span class="modifier">Static</span>
3453
3468
  <span ><b>skeletonModel</b></span>
3454
3469
  <a href="#skeletonModel"><span class="icon ion-ios-link"></span></a>
3455
3470
  </span>
@@ -3457,74 +3472,72 @@ Emits the <code>scrollLoad</code> event.</p>
3457
3472
  </tr>
3458
3473
  <tr>
3459
3474
  <td class="col-md-4">
3460
- <span class="modifier-icon icon ion-ios-reset"></span>
3475
+ <span class="modifier-icon icon ion-ios-reset"></span>
3461
3476
  <code>skeletonModel(rowCount: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank">number</a>, columnCount: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank">number</a>)</code>
3462
3477
  </td>
3463
3478
  </tr>
3464
3479
 
3465
3480
 
3466
- <tr>
3467
- <td class="col-md-4">
3468
- <div class="io-line">Defined in <a href="" data-line="260"
3469
- class="link-to-prism">src/table/table.component.ts:260</a></div>
3470
- </td>
3471
- </tr>
3481
+ <tr>
3482
+ <td class="col-md-4">
3483
+ <div class="io-line">Defined in <a href="" data-line="260"
3484
+ class="link-to-prism">src/table/table.component.ts:260</a></div>
3485
+ </td>
3486
+ </tr>
3472
3487
 
3473
3488
 
3474
3489
  <tr>
3475
3490
  <td class="col-md-4">
3476
- <div class="io-description"><p>Creates a skeleton model with a row and column count specified by the user</p>
3491
+ <div class="io-description"><p>Creates a skeleton model with a row and column count specified by the user</p>
3477
3492
  <p>Example:</p>
3478
- <div><pre class="line-numbers"><code class="language-typescript">this.model = Table.skeletonModel(5, 5);</code></pre></div></div>
3479
-
3480
- <div class="io-description">
3481
- <b>Parameters :</b>
3482
-
3483
- <table class="params">
3484
- <thead>
3485
- <tr>
3486
- <td>Name</td>
3487
- <td>Type</td>
3488
- <td>Optional</td>
3489
- </tr>
3490
- </thead>
3491
- <tbody>
3492
- <tr>
3493
- <td>rowCount</td>
3494
- <td>
3495
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
3496
- </td>
3497
-
3498
- <td>
3499
- No
3500
- </td>
3501
-
3502
-
3503
- </tr>
3504
- <tr>
3505
- <td>columnCount</td>
3506
- <td>
3507
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
3508
- </td>
3509
-
3510
- <td>
3511
- No
3512
- </td>
3513
-
3514
-
3515
- </tr>
3516
- </tbody>
3517
- </table>
3518
- </div>
3519
- <div>
3520
- </div>
3521
- <div class="io-description">
3522
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
3523
-
3524
- </div>
3525
- <div class="io-description">
3526
-
3527
- </div>
3493
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">this.model = Table.skeletonModel(5, 5);</code></pre></div></div>
3494
+
3495
+ <div class="io-description">
3496
+ <b>Parameters :</b>
3497
+
3498
+ <table class="params">
3499
+ <thead>
3500
+ <tr>
3501
+ <td>Name</td>
3502
+ <td>Type</td>
3503
+ <td>Optional</td>
3504
+ </tr>
3505
+ </thead>
3506
+ <tbody>
3507
+ <tr>
3508
+ <td>rowCount</td>
3509
+ <td>
3510
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
3511
+ </td>
3512
+
3513
+ <td>
3514
+ No
3515
+ </td>
3516
+
3517
+
3518
+ </tr>
3519
+ <tr>
3520
+ <td>columnCount</td>
3521
+ <td>
3522
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
3523
+ </td>
3524
+
3525
+ <td>
3526
+ No
3527
+ </td>
3528
+
3529
+
3530
+ </tr>
3531
+ </tbody>
3532
+ </table>
3533
+ </div>
3534
+ <div class="io-description">
3535
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
3536
+
3537
+ </div>
3538
+ <div class="io-description">
3539
+
3540
+ </div>
3528
3541
  </td>
3529
3542
  </tr>
3530
3543
  </tbody>
@@ -3547,21 +3560,21 @@ Emits the <code>scrollLoad</code> event.</p>
3547
3560
  </tr>
3548
3561
 
3549
3562
 
3550
- <tr>
3551
- <td class="col-md-4">
3552
- <div class="io-line">Defined in <a href="" data-line="734"
3553
- class="link-to-prism">src/table/table.component.ts:734</a></div>
3554
- </td>
3555
- </tr>
3563
+ <tr>
3564
+ <td class="col-md-4">
3565
+ <div class="io-line">Defined in <a href="" data-line="734"
3566
+ class="link-to-prism">src/table/table.component.ts:734</a></div>
3567
+ </td>
3568
+ </tr>
3556
3569
 
3557
3570
 
3558
3571
  <tr>
3559
3572
  <td class="col-md-4">
3560
3573
 
3561
- <div class="io-description">
3562
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3574
+ <div class="io-description">
3575
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3563
3576
 
3564
- </div>
3577
+ </div>
3565
3578
  </td>
3566
3579
  </tr>
3567
3580
  </tbody>
@@ -4643,7 +4656,7 @@ to the model.</p>
4643
4656
  <tr>
4644
4657
  <td class="col-md-4">
4645
4658
  <div class="io-description"><p>Expects an object that contains some or all of:</p>
4646
- <div><pre class="line-numbers"><code class="language-none">{
4659
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-none">{
4647
4660
  &quot;FILTER&quot;: &quot;Filter&quot;,
4648
4661
  &quot;END_OF_DATA&quot;: &quot;You&#39;ve reached the end of your content&quot;,
4649
4662
  &quot;SCROLL_TOP&quot;: &quot;Scroll to top&quot;,
@@ -5699,6 +5712,19 @@ export class Table implements AfterViewInit, OnDestroy {
5699
5712
  var MAX_SEARCH_RESULTS = 15;
5700
5713
  </script>
5701
5714
 
5715
+ <script>
5716
+ $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
5717
+ checkToggle(darkModeState);
5718
+ if ($darkModeToggleSwitchers.length > 0) {
5719
+ for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
5720
+ $darkModeToggleSwitchers[i].addEventListener('change', function (event) {
5721
+ darkModeState = !darkModeState;
5722
+ toggleDarkMode(darkModeState);
5723
+ });
5724
+ }
5725
+ }
5726
+ </script>
5727
+
5702
5728
  <script src="../js/libs/custom-elements.min.js"></script>
5703
5729
  <script src="../js/libs/lit-html.js"></script>
5704
5730