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 -->
@@ -70,7 +121,7 @@
70
121
  </p>
71
122
  <p class="comment">
72
123
  <p>Get started with importing the module:</p>
73
- <div><pre class="line-numbers"><code class="language-typescript">import { TimePickerSelectModule } from &#39;carbon-components-angular&#39;;</code></pre></div><p><a href="../../?path=/story/components-time-picker-select--simple">See demo</a></p>
124
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">import { TimePickerSelectModule } from &#39;carbon-components-angular&#39;;</code></pre></div><p><a href="../../?path=/story/components-time-picker-select--simple">See demo</a></p>
74
125
 
75
126
  </p>
76
127
 
@@ -78,7 +129,7 @@
78
129
  <h3>Extends</h3>
79
130
  </p>
80
131
  <p class="comment">
81
- <code><a href="../components/Select.html" target="_self" >Select</a></code>
132
+ <code><a href="../components/Select.html" target="_self" >Select</a></code>
82
133
  </p>
83
134
 
84
135
 
@@ -1020,23 +1071,23 @@
1020
1071
  </tr>
1021
1072
 
1022
1073
 
1023
- <tr>
1024
- <td class="col-md-4">
1025
- <div class="io-line">Inherited from <code><a href="../components/Select.html" target="_self" >Select</a></code>
1074
+ <tr>
1075
+ <td class="col-md-4">
1076
+ <div class="io-line">Inherited from <code><a href="../components/Select.html" target="_self" >Select</a></code>
1026
1077
  </div>
1027
- </td>
1028
- </tr>
1029
- <tr>
1030
- <td class="col-md-4">
1031
- <div class="io-line">Defined in <code><a href="../components/Select.html#source" target="_self" >Select:263</a></code>
1078
+ </td>
1079
+ </tr>
1080
+ <tr>
1081
+ <td class="col-md-4">
1082
+ <div class="io-line">Defined in <code><a href="../components/Select.html#source" target="_self" >Select:263</a></code>
1032
1083
  </div>
1033
- </td>
1034
- </tr>
1084
+ </td>
1085
+ </tr>
1035
1086
 
1036
1087
 
1037
1088
  <tr>
1038
1089
  <td class="col-md-4">
1039
- <div class="io-description"><p>Listens for the host blurring, and notifies the model</p>
1090
+ <div class="io-description"><p>Listens for the host blurring, and notifies the model</p>
1040
1091
  </div>
1041
1092
 
1042
1093
  </td>
@@ -1055,7 +1106,7 @@
1055
1106
  <td class="col-md-4">
1056
1107
  <a name="focusOut"></a>
1057
1108
  <span class="name">
1058
- <span class="modifier"></span>
1109
+ <span class="modifier"></span>
1059
1110
  <span ><b>focusOut</b></span>
1060
1111
  <a href="#focusOut"><span class="icon ion-ios-link"></span></a>
1061
1112
  </span>
@@ -1063,7 +1114,7 @@
1063
1114
  </tr>
1064
1115
  <tr>
1065
1116
  <td class="col-md-4">
1066
- <span class="modifier-icon icon ion-ios-reset"></span>
1117
+ <span class="modifier-icon icon ion-ios-reset"></span>
1067
1118
  <code>focusOut()</code>
1068
1119
  </td>
1069
1120
  </tr>
@@ -1076,29 +1127,29 @@
1076
1127
  </td>
1077
1128
  </tr>
1078
1129
 
1079
- <tr>
1080
- <td class="col-md-4">
1081
- <div class="io-line">Inherited from <code><a href="../components/Select.html" target="_self" >Select</a></code>
1130
+ <tr>
1131
+ <td class="col-md-4">
1132
+ <div class="io-line">Inherited from <code><a href="../components/Select.html" target="_self" >Select</a></code>
1082
1133
  </div>
1083
- </td>
1084
- </tr>
1085
- <tr>
1086
- <td class="col-md-4">
1087
- <div class="io-line">Defined in <code><a href="../components/Select.html#source" target="_self" >Select:263</a></code>
1134
+ </td>
1135
+ </tr>
1136
+ <tr>
1137
+ <td class="col-md-4">
1138
+ <div class="io-line">Defined in <code><a href="../components/Select.html#source" target="_self" >Select:263</a></code>
1088
1139
  </div>
1089
- </td>
1090
- </tr>
1140
+ </td>
1141
+ </tr>
1091
1142
 
1092
1143
 
1093
1144
  <tr>
1094
1145
  <td class="col-md-4">
1095
- <div class="io-description"><p>Listens for the host blurring, and notifies the model</p>
1146
+ <div class="io-description"><p>Listens for the host blurring, and notifies the model</p>
1096
1147
  </div>
1097
1148
 
1098
- <div class="io-description">
1099
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1149
+ <div class="io-description">
1150
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1100
1151
 
1101
- </div>
1152
+ </div>
1102
1153
  </td>
1103
1154
  </tr>
1104
1155
  </tbody>
@@ -1109,7 +1160,7 @@
1109
1160
  <td class="col-md-4">
1110
1161
  <a name="isTemplate"></a>
1111
1162
  <span class="name">
1112
- <span class="modifier">Public</span>
1163
+ <span class="modifier">Public</span>
1113
1164
  <span ><b>isTemplate</b></span>
1114
1165
  <a href="#isTemplate"><span class="icon ion-ios-link"></span></a>
1115
1166
  </span>
@@ -1117,61 +1168,59 @@
1117
1168
  </tr>
1118
1169
  <tr>
1119
1170
  <td class="col-md-4">
1120
- <span class="modifier-icon icon ion-ios-reset"></span>
1171
+ <span class="modifier-icon icon ion-ios-reset"></span>
1121
1172
  <code>isTemplate(value)</code>
1122
1173
  </td>
1123
1174
  </tr>
1124
1175
 
1125
1176
 
1126
- <tr>
1127
- <td class="col-md-4">
1128
- <div class="io-line">Inherited from <code><a href="../components/Select.html" target="_self" >Select</a></code>
1177
+ <tr>
1178
+ <td class="col-md-4">
1179
+ <div class="io-line">Inherited from <code><a href="../components/Select.html" target="_self" >Select</a></code>
1129
1180
  </div>
1130
- </td>
1131
- </tr>
1132
- <tr>
1133
- <td class="col-md-4">
1134
- <div class="io-line">Defined in <code><a href="../components/Select.html#source" target="_self" >Select:267</a></code>
1181
+ </td>
1182
+ </tr>
1183
+ <tr>
1184
+ <td class="col-md-4">
1185
+ <div class="io-line">Defined in <code><a href="../components/Select.html#source" target="_self" >Select:267</a></code>
1135
1186
  </div>
1136
- </td>
1137
- </tr>
1187
+ </td>
1188
+ </tr>
1138
1189
 
1139
1190
 
1140
1191
  <tr>
1141
1192
  <td class="col-md-4">
1142
1193
 
1143
- <div class="io-description">
1144
- <b>Parameters :</b>
1145
-
1146
- <table class="params">
1147
- <thead>
1148
- <tr>
1149
- <td>Name</td>
1150
- <td>Optional</td>
1151
- </tr>
1152
- </thead>
1153
- <tbody>
1154
- <tr>
1155
- <td>value</td>
1156
-
1157
- <td>
1158
- No
1159
- </td>
1160
-
1161
-
1162
- </tr>
1163
- </tbody>
1164
- </table>
1165
- </div>
1166
- <div>
1167
- </div>
1168
- <div class="io-description">
1169
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1170
-
1171
- </div>
1172
- <div class="io-description">
1173
-
1174
- </div>
1194
+ <div class="io-description">
1195
+ <b>Parameters :</b>
1196
+
1197
+ <table class="params">
1198
+ <thead>
1199
+ <tr>
1200
+ <td>Name</td>
1201
+ <td>Optional</td>
1202
+ </tr>
1203
+ </thead>
1204
+ <tbody>
1205
+ <tr>
1206
+ <td>value</td>
1207
+
1208
+ <td>
1209
+ No
1210
+ </td>
1211
+
1212
+
1213
+ </tr>
1214
+ </tbody>
1215
+ </table>
1216
+ </div>
1217
+ <div class="io-description">
1218
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1219
+
1220
+ </div>
1221
+ <div class="io-description">
1222
+
1223
+ </div>
1175
1224
  </td>
1176
1225
  </tr>
1177
1226
  </tbody>
@@ -1194,27 +1243,27 @@
1194
1243
  </tr>
1195
1244
 
1196
1245
 
1197
- <tr>
1198
- <td class="col-md-4">
1199
- <div class="io-line">Inherited from <code><a href="../components/Select.html" target="_self" >Select</a></code>
1246
+ <tr>
1247
+ <td class="col-md-4">
1248
+ <div class="io-line">Inherited from <code><a href="../components/Select.html" target="_self" >Select</a></code>
1200
1249
  </div>
1201
- </td>
1202
- </tr>
1203
- <tr>
1204
- <td class="col-md-4">
1205
- <div class="io-line">Defined in <code><a href="../components/Select.html#source" target="_self" >Select:210</a></code>
1250
+ </td>
1251
+ </tr>
1252
+ <tr>
1253
+ <td class="col-md-4">
1254
+ <div class="io-line">Defined in <code><a href="../components/Select.html#source" target="_self" >Select:210</a></code>
1206
1255
  </div>
1207
- </td>
1208
- </tr>
1256
+ </td>
1257
+ </tr>
1209
1258
 
1210
1259
 
1211
1260
  <tr>
1212
1261
  <td class="col-md-4">
1213
1262
 
1214
- <div class="io-description">
1215
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1263
+ <div class="io-description">
1264
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1216
1265
 
1217
- </div>
1266
+ </div>
1218
1267
  </td>
1219
1268
  </tr>
1220
1269
  </tbody>
@@ -1237,58 +1286,56 @@
1237
1286
  </tr>
1238
1287
 
1239
1288
 
1240
- <tr>
1241
- <td class="col-md-4">
1242
- <div class="io-line">Inherited from <code><a href="../components/Select.html" target="_self" >Select</a></code>
1289
+ <tr>
1290
+ <td class="col-md-4">
1291
+ <div class="io-line">Inherited from <code><a href="../components/Select.html" target="_self" >Select</a></code>
1243
1292
  </div>
1244
- </td>
1245
- </tr>
1246
- <tr>
1247
- <td class="col-md-4">
1248
- <div class="io-line">Defined in <code><a href="../components/Select.html#source" target="_self" >Select:253</a></code>
1293
+ </td>
1294
+ </tr>
1295
+ <tr>
1296
+ <td class="col-md-4">
1297
+ <div class="io-line">Defined in <code><a href="../components/Select.html#source" target="_self" >Select:253</a></code>
1249
1298
  </div>
1250
- </td>
1251
- </tr>
1299
+ </td>
1300
+ </tr>
1252
1301
 
1253
1302
 
1254
1303
  <tr>
1255
1304
  <td class="col-md-4">
1256
- <div class="io-description"><p>Handles the change event from the <code>select</code>.
1305
+ <div class="io-description"><p>Handles the change event from the <code>select</code>.
1257
1306
  Sends events to the change handler and emits a <code>selected</code> event.</p>
1258
1307
  </div>
1259
1308
 
1260
- <div class="io-description">
1261
- <b>Parameters :</b>
1262
-
1263
- <table class="params">
1264
- <thead>
1265
- <tr>
1266
- <td>Name</td>
1267
- <td>Optional</td>
1268
- </tr>
1269
- </thead>
1270
- <tbody>
1271
- <tr>
1272
- <td>event</td>
1273
-
1274
- <td>
1275
- No
1276
- </td>
1277
-
1278
-
1279
- </tr>
1280
- </tbody>
1281
- </table>
1282
- </div>
1283
- <div>
1284
- </div>
1285
- <div class="io-description">
1286
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1287
-
1288
- </div>
1289
- <div class="io-description">
1290
-
1291
- </div>
1309
+ <div class="io-description">
1310
+ <b>Parameters :</b>
1311
+
1312
+ <table class="params">
1313
+ <thead>
1314
+ <tr>
1315
+ <td>Name</td>
1316
+ <td>Optional</td>
1317
+ </tr>
1318
+ </thead>
1319
+ <tbody>
1320
+ <tr>
1321
+ <td>event</td>
1322
+
1323
+ <td>
1324
+ No
1325
+ </td>
1326
+
1327
+
1328
+ </tr>
1329
+ </tbody>
1330
+ </table>
1331
+ </div>
1332
+ <div class="io-description">
1333
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1334
+
1335
+ </div>
1336
+ <div class="io-description">
1337
+
1338
+ </div>
1292
1339
  </td>
1293
1340
  </tr>
1294
1341
  </tbody>
@@ -1311,61 +1358,59 @@ Sends events to the change handler and emits a <code>selected</code> event.</p>
1311
1358
  </tr>
1312
1359
 
1313
1360
 
1314
- <tr>
1315
- <td class="col-md-4">
1316
- <div class="io-line">Inherited from <code><a href="../components/Select.html" target="_self" >Select</a></code>
1361
+ <tr>
1362
+ <td class="col-md-4">
1363
+ <div class="io-line">Inherited from <code><a href="../components/Select.html" target="_self" >Select</a></code>
1317
1364
  </div>
1318
- </td>
1319
- </tr>
1320
- <tr>
1321
- <td class="col-md-4">
1322
- <div class="io-line">Defined in <code><a href="../components/Select.html#source" target="_self" >Select:231</a></code>
1365
+ </td>
1366
+ </tr>
1367
+ <tr>
1368
+ <td class="col-md-4">
1369
+ <div class="io-line">Defined in <code><a href="../components/Select.html#source" target="_self" >Select:231</a></code>
1323
1370
  </div>
1324
- </td>
1325
- </tr>
1371
+ </td>
1372
+ </tr>
1326
1373
 
1327
1374
 
1328
1375
  <tr>
1329
1376
  <td class="col-md-4">
1330
- <div class="io-description"><p>Registers a listener that notifies the model when the control updates</p>
1331
- </div>
1332
-
1333
- <div class="io-description">
1334
- <b>Parameters :</b>
1335
-
1336
- <table class="params">
1337
- <thead>
1338
- <tr>
1339
- <td>Name</td>
1340
- <td>Type</td>
1341
- <td>Optional</td>
1342
- </tr>
1343
- </thead>
1344
- <tbody>
1345
- <tr>
1346
- <td>fn</td>
1347
- <td>
1348
- <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
1349
- </td>
1350
-
1351
- <td>
1352
- No
1353
- </td>
1354
-
1355
-
1356
- </tr>
1357
- </tbody>
1358
- </table>
1359
- </div>
1360
- <div>
1361
- </div>
1362
- <div class="io-description">
1363
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1364
-
1365
- </div>
1366
- <div class="io-description">
1367
-
1368
- </div>
1377
+ <div class="io-description"><p>Registers a listener that notifies the model when the control updates</p>
1378
+ </div>
1379
+
1380
+ <div class="io-description">
1381
+ <b>Parameters :</b>
1382
+
1383
+ <table class="params">
1384
+ <thead>
1385
+ <tr>
1386
+ <td>Name</td>
1387
+ <td>Type</td>
1388
+ <td>Optional</td>
1389
+ </tr>
1390
+ </thead>
1391
+ <tbody>
1392
+ <tr>
1393
+ <td>fn</td>
1394
+ <td>
1395
+ <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
1396
+ </td>
1397
+
1398
+ <td>
1399
+ No
1400
+ </td>
1401
+
1402
+
1403
+ </tr>
1404
+ </tbody>
1405
+ </table>
1406
+ </div>
1407
+ <div class="io-description">
1408
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1409
+
1410
+ </div>
1411
+ <div class="io-description">
1412
+
1413
+ </div>
1369
1414
  </td>
1370
1415
  </tr>
1371
1416
  </tbody>
@@ -1388,61 +1433,59 @@ Sends events to the change handler and emits a <code>selected</code> event.</p>
1388
1433
  </tr>
1389
1434
 
1390
1435
 
1391
- <tr>
1392
- <td class="col-md-4">
1393
- <div class="io-line">Inherited from <code><a href="../components/Select.html" target="_self" >Select</a></code>
1436
+ <tr>
1437
+ <td class="col-md-4">
1438
+ <div class="io-line">Inherited from <code><a href="../components/Select.html" target="_self" >Select</a></code>
1394
1439
  </div>
1395
- </td>
1396
- </tr>
1397
- <tr>
1398
- <td class="col-md-4">
1399
- <div class="io-line">Defined in <code><a href="../components/Select.html#source" target="_self" >Select:238</a></code>
1440
+ </td>
1441
+ </tr>
1442
+ <tr>
1443
+ <td class="col-md-4">
1444
+ <div class="io-line">Defined in <code><a href="../components/Select.html#source" target="_self" >Select:238</a></code>
1400
1445
  </div>
1401
- </td>
1402
- </tr>
1446
+ </td>
1447
+ </tr>
1403
1448
 
1404
1449
 
1405
1450
  <tr>
1406
1451
  <td class="col-md-4">
1407
- <div class="io-description"><p>Registers a listener that notifies the model when the control is blurred</p>
1408
- </div>
1409
-
1410
- <div class="io-description">
1411
- <b>Parameters :</b>
1412
-
1413
- <table class="params">
1414
- <thead>
1415
- <tr>
1416
- <td>Name</td>
1417
- <td>Type</td>
1418
- <td>Optional</td>
1419
- </tr>
1420
- </thead>
1421
- <tbody>
1422
- <tr>
1423
- <td>fn</td>
1424
- <td>
1425
- <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
1426
- </td>
1427
-
1428
- <td>
1429
- No
1430
- </td>
1431
-
1432
-
1433
- </tr>
1434
- </tbody>
1435
- </table>
1436
- </div>
1437
- <div>
1438
- </div>
1439
- <div class="io-description">
1440
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1441
-
1442
- </div>
1443
- <div class="io-description">
1444
-
1445
- </div>
1452
+ <div class="io-description"><p>Registers a listener that notifies the model when the control is blurred</p>
1453
+ </div>
1454
+
1455
+ <div class="io-description">
1456
+ <b>Parameters :</b>
1457
+
1458
+ <table class="params">
1459
+ <thead>
1460
+ <tr>
1461
+ <td>Name</td>
1462
+ <td>Type</td>
1463
+ <td>Optional</td>
1464
+ </tr>
1465
+ </thead>
1466
+ <tbody>
1467
+ <tr>
1468
+ <td>fn</td>
1469
+ <td>
1470
+ <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
1471
+ </td>
1472
+
1473
+ <td>
1474
+ No
1475
+ </td>
1476
+
1477
+
1478
+ </tr>
1479
+ </tbody>
1480
+ </table>
1481
+ </div>
1482
+ <div class="io-description">
1483
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1484
+
1485
+ </div>
1486
+ <div class="io-description">
1487
+
1488
+ </div>
1446
1489
  </td>
1447
1490
  </tr>
1448
1491
  </tbody>
@@ -1465,61 +1508,59 @@ Sends events to the change handler and emits a <code>selected</code> event.</p>
1465
1508
  </tr>
1466
1509
 
1467
1510
 
1468
- <tr>
1469
- <td class="col-md-4">
1470
- <div class="io-line">Inherited from <code><a href="../components/Select.html" target="_self" >Select</a></code>
1511
+ <tr>
1512
+ <td class="col-md-4">
1513
+ <div class="io-line">Inherited from <code><a href="../components/Select.html" target="_self" >Select</a></code>
1471
1514
  </div>
1472
- </td>
1473
- </tr>
1474
- <tr>
1475
- <td class="col-md-4">
1476
- <div class="io-line">Defined in <code><a href="../components/Select.html#source" target="_self" >Select:245</a></code>
1515
+ </td>
1516
+ </tr>
1517
+ <tr>
1518
+ <td class="col-md-4">
1519
+ <div class="io-line">Defined in <code><a href="../components/Select.html#source" target="_self" >Select:245</a></code>
1477
1520
  </div>
1478
- </td>
1479
- </tr>
1521
+ </td>
1522
+ </tr>
1480
1523
 
1481
1524
 
1482
1525
  <tr>
1483
1526
  <td class="col-md-4">
1484
- <div class="io-description"><p>Sets the disabled state through the model</p>
1485
- </div>
1486
-
1487
- <div class="io-description">
1488
- <b>Parameters :</b>
1489
-
1490
- <table class="params">
1491
- <thead>
1492
- <tr>
1493
- <td>Name</td>
1494
- <td>Type</td>
1495
- <td>Optional</td>
1496
- </tr>
1497
- </thead>
1498
- <tbody>
1499
- <tr>
1500
- <td>isDisabled</td>
1501
- <td>
1502
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1503
- </td>
1504
-
1505
- <td>
1506
- No
1507
- </td>
1508
-
1509
-
1510
- </tr>
1511
- </tbody>
1512
- </table>
1513
- </div>
1514
- <div>
1515
- </div>
1516
- <div class="io-description">
1517
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1518
-
1519
- </div>
1520
- <div class="io-description">
1521
-
1522
- </div>
1527
+ <div class="io-description"><p>Sets the disabled state through the model</p>
1528
+ </div>
1529
+
1530
+ <div class="io-description">
1531
+ <b>Parameters :</b>
1532
+
1533
+ <table class="params">
1534
+ <thead>
1535
+ <tr>
1536
+ <td>Name</td>
1537
+ <td>Type</td>
1538
+ <td>Optional</td>
1539
+ </tr>
1540
+ </thead>
1541
+ <tbody>
1542
+ <tr>
1543
+ <td>isDisabled</td>
1544
+ <td>
1545
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1546
+ </td>
1547
+
1548
+ <td>
1549
+ No
1550
+ </td>
1551
+
1552
+
1553
+ </tr>
1554
+ </tbody>
1555
+ </table>
1556
+ </div>
1557
+ <div class="io-description">
1558
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1559
+
1560
+ </div>
1561
+ <div class="io-description">
1562
+
1563
+ </div>
1523
1564
  </td>
1524
1565
  </tr>
1525
1566
  </tbody>
@@ -1542,61 +1583,59 @@ Sends events to the change handler and emits a <code>selected</code> event.</p>
1542
1583
  </tr>
1543
1584
 
1544
1585
 
1545
- <tr>
1546
- <td class="col-md-4">
1547
- <div class="io-line">Inherited from <code><a href="../components/Select.html" target="_self" >Select</a></code>
1586
+ <tr>
1587
+ <td class="col-md-4">
1588
+ <div class="io-line">Inherited from <code><a href="../components/Select.html" target="_self" >Select</a></code>
1548
1589
  </div>
1549
- </td>
1550
- </tr>
1551
- <tr>
1552
- <td class="col-md-4">
1553
- <div class="io-line">Defined in <code><a href="../components/Select.html#source" target="_self" >Select:224</a></code>
1590
+ </td>
1591
+ </tr>
1592
+ <tr>
1593
+ <td class="col-md-4">
1594
+ <div class="io-line">Defined in <code><a href="../components/Select.html#source" target="_self" >Select:224</a></code>
1554
1595
  </div>
1555
- </td>
1556
- </tr>
1596
+ </td>
1597
+ </tr>
1557
1598
 
1558
1599
 
1559
1600
  <tr>
1560
1601
  <td class="col-md-4">
1561
- <div class="io-description"><p>Receives a value from the model.</p>
1562
- </div>
1563
-
1564
- <div class="io-description">
1565
- <b>Parameters :</b>
1566
-
1567
- <table class="params">
1568
- <thead>
1569
- <tr>
1570
- <td>Name</td>
1571
- <td>Type</td>
1572
- <td>Optional</td>
1573
- </tr>
1574
- </thead>
1575
- <tbody>
1576
- <tr>
1577
- <td>obj</td>
1578
- <td>
1579
- <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
1580
- </td>
1581
-
1582
- <td>
1583
- No
1584
- </td>
1585
-
1586
-
1587
- </tr>
1588
- </tbody>
1589
- </table>
1590
- </div>
1591
- <div>
1592
- </div>
1593
- <div class="io-description">
1594
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1595
-
1596
- </div>
1597
- <div class="io-description">
1598
-
1599
- </div>
1602
+ <div class="io-description"><p>Receives a value from the model.</p>
1603
+ </div>
1604
+
1605
+ <div class="io-description">
1606
+ <b>Parameters :</b>
1607
+
1608
+ <table class="params">
1609
+ <thead>
1610
+ <tr>
1611
+ <td>Name</td>
1612
+ <td>Type</td>
1613
+ <td>Optional</td>
1614
+ </tr>
1615
+ </thead>
1616
+ <tbody>
1617
+ <tr>
1618
+ <td>obj</td>
1619
+ <td>
1620
+ <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
1621
+ </td>
1622
+
1623
+ <td>
1624
+ No
1625
+ </td>
1626
+
1627
+
1628
+ </tr>
1629
+ </tbody>
1630
+ </table>
1631
+ </div>
1632
+ <div class="io-description">
1633
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1634
+
1635
+ </div>
1636
+ <div class="io-description">
1637
+
1638
+ </div>
1600
1639
  </td>
1601
1640
  </tr>
1602
1641
  </tbody>
@@ -2088,6 +2127,19 @@ export class TimePickerSelect extends Select {
2088
2127
  var MAX_SEARCH_RESULTS = 15;
2089
2128
  </script>
2090
2129
 
2130
+ <script>
2131
+ $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
2132
+ checkToggle(darkModeState);
2133
+ if ($darkModeToggleSwitchers.length > 0) {
2134
+ for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
2135
+ $darkModeToggleSwitchers[i].addEventListener('change', function (event) {
2136
+ darkModeState = !darkModeState;
2137
+ toggleDarkMode(darkModeState);
2138
+ });
2139
+ }
2140
+ }
2141
+ </script>
2142
+
2091
2143
  <script src="../js/libs/custom-elements.min.js"></script>
2092
2144
  <script src="../js/libs/lit-html.js"></script>
2093
2145