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.
- package/README.md +2 -1
- package/docs/documentation/classes/CheckboxExportedTests.html +168 -108
- package/docs/documentation/classes/ComponentTests.html +150 -90
- package/docs/documentation/classes/DataGridInteractionModel.html +341 -289
- package/docs/documentation/classes/IconCache.html +191 -131
- package/docs/documentation/classes/IconMemoryCache.html +194 -134
- package/docs/documentation/classes/IconNameNotFoundError.html +70 -6
- package/docs/documentation/classes/IconSizeNotFoundError.html +70 -6
- package/docs/documentation/classes/NumberChange.html +69 -5
- package/docs/documentation/classes/Overridable.html +110 -48
- package/docs/documentation/classes/PaginationModel.html +69 -5
- package/docs/documentation/classes/RadioChange.html +69 -5
- package/docs/documentation/classes/TableAdapter.html +354 -302
- package/docs/documentation/classes/TableCellAdapter.html +69 -5
- package/docs/documentation/classes/TableDomAdapter.html +610 -566
- package/docs/documentation/classes/TableHeaderItem.html +169 -109
- package/docs/documentation/classes/TableItem.html +73 -9
- package/docs/documentation/classes/TableModel.html +1250 -1234
- package/docs/documentation/classes/TableRow.html +70 -6
- package/docs/documentation/classes/TableRowAdapter.html +69 -5
- package/docs/documentation/components/Accordion.html +90 -26
- package/docs/documentation/components/AccordionItem.html +118 -56
- package/docs/documentation/components/ActionableNotification.html +146 -84
- package/docs/documentation/components/AlertModal.html +175 -115
- package/docs/documentation/components/BaseIconButton.html +69 -5
- package/docs/documentation/components/BaseNotification.html +134 -72
- package/docs/documentation/components/BaseTabHeader.html +186 -126
- package/docs/documentation/components/Breadcrumb.html +141 -79
- package/docs/documentation/components/BreadcrumbItemComponent.html +114 -52
- package/docs/documentation/components/ButtonSet.html +70 -6
- package/docs/documentation/components/Checkbox.html +482 -434
- package/docs/documentation/components/ClickableTile.html +106 -44
- package/docs/documentation/components/CodeSnippet.html +136 -72
- package/docs/documentation/components/ComboBox.html +757 -719
- package/docs/documentation/components/ContainedList.html +112 -50
- package/docs/documentation/components/ContainedListItem.html +122 -60
- package/docs/documentation/components/ContentSwitcher.html +127 -65
- package/docs/documentation/components/ContextMenuComponent.html +167 -107
- package/docs/documentation/components/ContextMenuDividerComponent.html +69 -5
- package/docs/documentation/components/ContextMenuGroupComponent.html +127 -65
- package/docs/documentation/components/ContextMenuItemComponent.html +281 -221
- package/docs/documentation/components/DatePicker.html +743 -703
- package/docs/documentation/components/DatePickerInput.html +269 -215
- package/docs/documentation/components/Dialog.html +318 -264
- package/docs/documentation/components/Documentation.html +96 -32
- package/docs/documentation/components/Dropdown.html +661 -617
- package/docs/documentation/components/DropdownList.html +679 -639
- package/docs/documentation/components/ExpandableTile.html +99 -35
- package/docs/documentation/components/FileComponent.html +78 -14
- package/docs/documentation/components/FileUploader.html +475 -431
- package/docs/documentation/components/Hamburger.html +81 -17
- package/docs/documentation/components/Header.html +143 -83
- package/docs/documentation/components/HeaderAction.html +79 -15
- package/docs/documentation/components/HeaderGlobal.html +69 -5
- package/docs/documentation/components/HeaderItem.html +105 -43
- package/docs/documentation/components/HeaderMenu.html +200 -140
- package/docs/documentation/components/HeaderNavigation.html +69 -5
- package/docs/documentation/components/IconButton.html +138 -76
- package/docs/documentation/components/InlineLoading.html +70 -6
- package/docs/documentation/components/Label.html +129 -67
- package/docs/documentation/components/ListColumn.html +70 -6
- package/docs/documentation/components/ListHeader.html +90 -26
- package/docs/documentation/components/ListRow.html +166 -104
- package/docs/documentation/components/Loading.html +70 -6
- package/docs/documentation/components/Modal.html +191 -131
- package/docs/documentation/components/ModalFooter.html +69 -5
- package/docs/documentation/components/ModalHeader.html +83 -19
- package/docs/documentation/components/Notification.html +146 -84
- package/docs/documentation/components/NumberComponent.html +389 -337
- package/docs/documentation/components/OverflowMenu.html +110 -48
- package/docs/documentation/components/OverflowMenuCustomPane.html +398 -346
- package/docs/documentation/components/OverflowMenuOption.html +106 -42
- package/docs/documentation/components/OverflowMenuPane.html +426 -374
- package/docs/documentation/components/Overlay.html +106 -44
- package/docs/documentation/components/Pagination.html +73 -9
- package/docs/documentation/components/PaginationNav.html +188 -128
- package/docs/documentation/components/PaginationNavItem.html +71 -7
- package/docs/documentation/components/PaginationOverflow.html +107 -45
- package/docs/documentation/components/Panel.html +69 -5
- package/docs/documentation/components/PasswordInputLabelComponent.html +137 -75
- package/docs/documentation/components/Placeholder.html +80 -16
- package/docs/documentation/components/PopoverContent.html +78 -14
- package/docs/documentation/components/ProgressBar.html +106 -44
- package/docs/documentation/components/ProgressIndicator.html +216 -158
- package/docs/documentation/components/Radio.html +237 -181
- package/docs/documentation/components/RadioGroup.html +412 -360
- package/docs/documentation/components/Search.html +509 -463
- package/docs/documentation/components/Select.html +337 -285
- package/docs/documentation/components/SelectionTile.html +158 -98
- package/docs/documentation/components/SideNav.html +78 -14
- package/docs/documentation/components/SideNavItem.html +183 -121
- package/docs/documentation/components/SideNavMenu.html +107 -43
- package/docs/documentation/components/SkeletonPlaceholder.html +70 -6
- package/docs/documentation/components/SkeletonText.html +124 -62
- package/docs/documentation/components/Slider.html +840 -810
- package/docs/documentation/components/StructuredList.html +211 -153
- package/docs/documentation/components/SwitcherList.html +70 -6
- package/docs/documentation/components/SwitcherListItem.html +105 -43
- package/docs/documentation/components/Tab.html +267 -53
- package/docs/documentation/components/TabHeaderGroup.html +316 -260
- package/docs/documentation/components/TabHeaders.html +425 -373
- package/docs/documentation/components/TabSkeleton.html +69 -5
- package/docs/documentation/components/Table.html +973 -947
- package/docs/documentation/components/TableBody.html +241 -185
- package/docs/documentation/components/TableCheckbox.html +119 -57
- package/docs/documentation/components/TableContainer.html +78 -14
- package/docs/documentation/components/TableData.html +69 -5
- package/docs/documentation/components/TableExpandButton.html +78 -14
- package/docs/documentation/components/TableExpandedRow.html +141 -81
- package/docs/documentation/components/TableHead.html +124 -60
- package/docs/documentation/components/TableHeadCell.html +116 -52
- package/docs/documentation/components/TableHeadCheckbox.html +78 -14
- package/docs/documentation/components/TableHeadExpand.html +69 -5
- package/docs/documentation/components/TableHeader.html +69 -5
- package/docs/documentation/components/TableRadio.html +119 -57
- package/docs/documentation/components/TableRowComponent.html +123 -59
- package/docs/documentation/components/TableToolbar.html +79 -15
- package/docs/documentation/components/TableToolbarActions.html +69 -5
- package/docs/documentation/components/TableToolbarContent.html +69 -5
- package/docs/documentation/components/TableToolbarSearch.html +563 -517
- package/docs/documentation/components/Tabs.html +130 -68
- package/docs/documentation/components/Tag.html +70 -6
- package/docs/documentation/components/TagFilter.html +150 -90
- package/docs/documentation/components/TextInputLabelComponent.html +118 -56
- package/docs/documentation/components/TextareaLabelComponent.html +118 -56
- package/docs/documentation/components/Tile.html +70 -6
- package/docs/documentation/components/TileGroup.html +247 -191
- package/docs/documentation/components/TimePicker.html +321 -269
- package/docs/documentation/components/TimePickerSelect.html +382 -330
- package/docs/documentation/components/Toast.html +155 -93
- package/docs/documentation/components/Toggle.html +568 -522
- package/docs/documentation/components/Toggletip.html +491 -441
- package/docs/documentation/components/Tooltip.html +578 -534
- package/docs/documentation/components/TooltipDefinition.html +559 -513
- package/docs/documentation/components/TreeNodeComponent.html +353 -303
- package/docs/documentation/components/TreeViewComponent.html +155 -93
- package/docs/documentation/coverage.html +71 -7
- package/docs/documentation/dependencies.html +69 -5
- package/docs/documentation/directives/AbstractDropdownView.html +347 -291
- package/docs/documentation/directives/ActionableButton.html +69 -5
- package/docs/documentation/directives/ActionableSubtitle.html +69 -5
- package/docs/documentation/directives/ActionableTitle.html +69 -5
- package/docs/documentation/directives/BaseModal.html +79 -15
- package/docs/documentation/directives/Button.html +71 -7
- package/docs/documentation/directives/ColumnDirective.html +108 -44
- package/docs/documentation/directives/ContentSwitcherOption.html +162 -102
- package/docs/documentation/directives/DialogDirective.html +322 -268
- package/docs/documentation/directives/ExpandableTileAboveFoldDirective.html +69 -5
- package/docs/documentation/directives/ExpandableTileBelowFoldDirective.html +69 -5
- package/docs/documentation/directives/ExpandedRowHover.html +145 -85
- package/docs/documentation/directives/GridDirective.html +89 -25
- package/docs/documentation/directives/IconDirective.html +158 -98
- package/docs/documentation/directives/LayerDirective.html +79 -15
- package/docs/documentation/directives/Link.html +70 -6
- package/docs/documentation/directives/List.html +70 -6
- package/docs/documentation/directives/ListItemDirective.html +69 -5
- package/docs/documentation/directives/ModalContent.html +69 -5
- package/docs/documentation/directives/ModalContentText.html +69 -5
- package/docs/documentation/directives/ModalHeaderHeading.html +69 -5
- package/docs/documentation/directives/ModalHeaderLabel.html +69 -5
- package/docs/documentation/directives/NotificationSubtitle.html +69 -5
- package/docs/documentation/directives/NotificationTitle.html +69 -5
- package/docs/documentation/directives/OptGroup.html +69 -5
- package/docs/documentation/directives/Option.html +69 -5
- package/docs/documentation/directives/OverflowMenuDirective.html +377 -323
- package/docs/documentation/directives/PasswordInput.html +78 -14
- package/docs/documentation/directives/PopoverContainer.html +305 -249
- package/docs/documentation/directives/RowDirective.html +69 -5
- package/docs/documentation/directives/ScrollableList.html +419 -371
- package/docs/documentation/directives/StackDirective.html +70 -6
- package/docs/documentation/directives/TabHeader.html +107 -43
- package/docs/documentation/directives/TableDirective.html +69 -5
- package/docs/documentation/directives/TableHeadCellLabel.html +69 -5
- package/docs/documentation/directives/TableHeaderDescription.html +69 -5
- package/docs/documentation/directives/TableHeaderTitle.html +69 -5
- package/docs/documentation/directives/TextArea.html +70 -6
- package/docs/documentation/directives/TextInput.html +70 -6
- package/docs/documentation/directives/ThemeDirective.html +79 -15
- package/docs/documentation/directives/ToastCaption.html +69 -5
- package/docs/documentation/directives/ToastSubtitle.html +69 -5
- package/docs/documentation/directives/ToastTitle.html +69 -5
- package/docs/documentation/directives/ToggletipAction.html +69 -5
- package/docs/documentation/directives/ToggletipButton.html +69 -5
- package/docs/documentation/directives/ToggletipContent.html +69 -5
- package/docs/documentation/directives/ToggletipLabel.html +69 -5
- package/docs/documentation/index.html +78 -8
- package/docs/documentation/injectables/AnimationFrameService.html +69 -5
- package/docs/documentation/injectables/AnimationFrameServiceSingleton.html +120 -58
- package/docs/documentation/injectables/BaseModalService.html +159 -99
- package/docs/documentation/injectables/ContextMenuSelectionService.html +189 -131
- package/docs/documentation/injectables/DialogService.html +212 -152
- package/docs/documentation/injectables/DocumentService.html +170 -110
- package/docs/documentation/injectables/DropdownService.html +285 -229
- package/docs/documentation/injectables/ElementService.html +127 -65
- package/docs/documentation/injectables/EventService.html +194 -134
- package/docs/documentation/injectables/ExperimentalService.html +276 -220
- package/docs/documentation/injectables/GridService.html +110 -48
- package/docs/documentation/injectables/I18n.html +506 -458
- package/docs/documentation/injectables/IconService.html +309 -255
- package/docs/documentation/injectables/ModalService.html +215 -157
- package/docs/documentation/injectables/NotificationDisplayService.html +110 -48
- package/docs/documentation/injectables/NotificationService.html +349 -295
- package/docs/documentation/injectables/PlaceholderService.html +475 -427
- package/docs/documentation/injectables/TreeViewService.html +115 -53
- package/docs/documentation/interfaces/ActionableContent.html +70 -6
- package/docs/documentation/interfaces/AlertModalData.html +69 -5
- package/docs/documentation/interfaces/BreadcrumbItem.html +69 -5
- package/docs/documentation/interfaces/CloseMeta.html +69 -5
- package/docs/documentation/interfaces/DataGridPosition.html +69 -5
- package/docs/documentation/interfaces/DialogConfig.html +69 -5
- package/docs/documentation/interfaces/ElementVisibilityEvent.html +69 -5
- package/docs/documentation/interfaces/ExpandableTileTranslations.html +69 -5
- package/docs/documentation/interfaces/Experiment.html +69 -5
- package/docs/documentation/interfaces/FileItem.html +69 -5
- package/docs/documentation/interfaces/HeaderItemInterface.html +69 -5
- package/docs/documentation/interfaces/IconDescriptor.html +69 -5
- package/docs/documentation/interfaces/ListItem.html +70 -6
- package/docs/documentation/interfaces/ModalButton.html +69 -5
- package/docs/documentation/interfaces/NavigationItem.html +69 -5
- package/docs/documentation/interfaces/Node.html +69 -5
- package/docs/documentation/interfaces/NotificationAction.html +69 -5
- package/docs/documentation/interfaces/NotificationContent.html +69 -5
- package/docs/documentation/interfaces/NotificationLink.html +69 -5
- package/docs/documentation/interfaces/PaginationNavTranslations.html +69 -5
- package/docs/documentation/interfaces/PaginationTranslations.html +69 -5
- package/docs/documentation/interfaces/ScrollCustomEvent.html +70 -6
- package/docs/documentation/interfaces/SideNavItemInterface.html +70 -6
- package/docs/documentation/interfaces/Step.html +69 -5
- package/docs/documentation/interfaces/TableTranslations.html +69 -5
- package/docs/documentation/interfaces/TileSelection.html +69 -5
- package/docs/documentation/interfaces/ToastContent.html +70 -6
- package/docs/documentation/interfaces/TooltipConfig.html +69 -5
- package/docs/documentation/js/libs/bootstrap-native.js +2 -1
- package/docs/documentation/js/libs/es6-shim.min.js +11 -10
- package/docs/documentation/js/libs/tablesort.min.js +3 -3
- package/docs/documentation/js/libs/tablesort.number.min.js +2 -2
- package/docs/documentation/js/libs/vis.min.js +1 -1
- package/docs/documentation/js/menu-wc_es5.js +17 -19
- package/docs/documentation/js/menu.js +0 -55
- package/docs/documentation/js/search/search.js +71 -56
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/license.html +72 -8
- package/docs/documentation/miscellaneous/enumerations.html +69 -5
- package/docs/documentation/miscellaneous/functions.html +831 -819
- package/docs/documentation/miscellaneous/typealiases.html +69 -5
- package/docs/documentation/miscellaneous/variables.html +70 -6
- package/docs/documentation/modules/AccordionModule.html +69 -5
- package/docs/documentation/modules/BreadcrumbModule.html +69 -5
- package/docs/documentation/modules/ButtonModule.html +69 -5
- package/docs/documentation/modules/CheckboxModule.html +69 -5
- package/docs/documentation/modules/CodeSnippetModule/dependencies.svg +4 -4
- package/docs/documentation/modules/CodeSnippetModule.html +73 -9
- package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ComboBoxModule.html +73 -9
- package/docs/documentation/modules/ContainedListModule.html +69 -5
- package/docs/documentation/modules/ContentSwitcherModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ContentSwitcherModule.html +73 -9
- package/docs/documentation/modules/ContextMenuModule.html +69 -5
- package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +20 -20
- package/docs/documentation/modules/DatePickerInputModule.html +89 -25
- package/docs/documentation/modules/DatePickerModule/dependencies.svg +50 -46
- package/docs/documentation/modules/DatePickerModule.html +119 -51
- package/docs/documentation/modules/DialogModule.html +69 -5
- package/docs/documentation/modules/DocumentationModule.html +69 -5
- package/docs/documentation/modules/DropdownModule.html +69 -5
- package/docs/documentation/modules/ExperimentalModule.html +69 -5
- package/docs/documentation/modules/FileUploaderModule/dependencies.svg +58 -58
- package/docs/documentation/modules/FileUploaderModule.html +127 -63
- package/docs/documentation/modules/GridModule.html +69 -5
- package/docs/documentation/modules/HeaderModule.html +69 -5
- package/docs/documentation/modules/I18nModule.html +69 -5
- package/docs/documentation/modules/IconModule.html +69 -5
- package/docs/documentation/modules/InlineLoadingModule.html +69 -5
- package/docs/documentation/modules/InputModule.html +69 -5
- package/docs/documentation/modules/LayerModule.html +69 -5
- package/docs/documentation/modules/LayoutModule.html +69 -5
- package/docs/documentation/modules/LinkModule.html +69 -5
- package/docs/documentation/modules/ListModule.html +69 -5
- package/docs/documentation/modules/LoadingModule.html +69 -5
- package/docs/documentation/modules/ModalModule.html +69 -5
- package/docs/documentation/modules/NFormsModule.html +69 -5
- package/docs/documentation/modules/NotificationModule.html +69 -5
- package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
- package/docs/documentation/modules/NumberModule.html +73 -9
- package/docs/documentation/modules/PaginationModule.html +69 -5
- package/docs/documentation/modules/PanelModule/dependencies.svg +36 -36
- package/docs/documentation/modules/PanelModule.html +105 -41
- package/docs/documentation/modules/PlaceholderModule.html +69 -5
- package/docs/documentation/modules/PopoverModule.html +69 -5
- package/docs/documentation/modules/ProgressBarModule.html +69 -5
- package/docs/documentation/modules/ProgressIndicatorModule.html +69 -5
- package/docs/documentation/modules/RadioModule/dependencies.svg +43 -47
- package/docs/documentation/modules/RadioModule.html +112 -52
- package/docs/documentation/modules/SearchModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SearchModule.html +73 -9
- package/docs/documentation/modules/SelectModule/dependencies.svg +34 -34
- package/docs/documentation/modules/SelectModule.html +103 -39
- package/docs/documentation/modules/SideNavModule.html +69 -5
- package/docs/documentation/modules/SkeletonModule.html +69 -5
- package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SliderModule.html +73 -9
- package/docs/documentation/modules/StructuredListModule.html +69 -5
- package/docs/documentation/modules/TableModule.html +68 -4
- package/docs/documentation/modules/TabsModule.html +69 -5
- package/docs/documentation/modules/TagModule/dependencies.svg +28 -28
- package/docs/documentation/modules/TagModule.html +97 -33
- package/docs/documentation/modules/ThemeModule/dependencies.svg +15 -15
- package/docs/documentation/modules/ThemeModule.html +84 -20
- package/docs/documentation/modules/TilesModule/dependencies.svg +98 -98
- package/docs/documentation/modules/TilesModule.html +167 -103
- package/docs/documentation/modules/TimePickerModule/dependencies.svg +45 -41
- package/docs/documentation/modules/TimePickerModule.html +114 -46
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +46 -42
- package/docs/documentation/modules/TimePickerSelectModule.html +115 -47
- package/docs/documentation/modules/ToggleModule/dependencies.svg +26 -26
- package/docs/documentation/modules/ToggleModule.html +95 -31
- package/docs/documentation/modules/ToggletipModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ToggletipModule.html +73 -9
- package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TooltipModule.html +73 -9
- package/docs/documentation/modules/TreeviewModule/dependencies.svg +32 -32
- package/docs/documentation/modules/TreeviewModule.html +101 -37
- package/docs/documentation/modules/UIShellModule.html +69 -5
- package/docs/documentation/modules/UtilsModule.html +69 -5
- package/docs/documentation/modules.html +68 -4
- package/docs/documentation/overview.html +68 -4
- package/docs/documentation/pipes/ReplacePipe.html +114 -52
- package/docs/documentation/properties.html +69 -5
- package/docs/documentation/styles/compodoc.css +11 -8
- package/docs/documentation.json +2158 -1848
- package/docs/storybook/{3348.9d9f3238.iframe.bundle.js → 3348.03939d46.iframe.bundle.js} +1 -1
- package/docs/storybook/{959.4248791c.iframe.bundle.js → 959.05fb42da.iframe.bundle.js} +3 -3
- package/docs/storybook/{959.4248791c.iframe.bundle.js.map → 959.05fb42da.iframe.bundle.js.map} +1 -1
- package/docs/storybook/iframe.html +3 -3
- package/docs/storybook/main.cfffa2d2.iframe.bundle.js +1 -0
- package/docs/storybook/main.css +2 -4
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.33c694dd.iframe.bundle.js → runtime~main.c3f8e5ba.iframe.bundle.js} +1 -1
- package/docs/storybook/sb-addons/essentials-controls-1/manager-bundle.js +29 -29
- package/docs/storybook/{tabs-tabs-stories.183f4129.iframe.bundle.js → tabs-tabs-stories.066fa432.iframe.bundle.js} +1 -1
- package/esm2020/tabs/tab.component.mjs +20 -3
- package/esm2020/ui-shell/sidenav/sidenav-item.component.mjs +15 -13
- package/fesm2015/carbon-components-angular-tabs.mjs +24 -7
- package/fesm2015/carbon-components-angular-tabs.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-ui-shell.mjs +14 -12
- package/fesm2015/carbon-components-angular-ui-shell.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-tabs.mjs +24 -7
- package/fesm2020/carbon-components-angular-tabs.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-ui-shell.mjs +14 -12
- package/fesm2020/carbon-components-angular-ui-shell.mjs.map +1 -1
- package/package.json +1 -1
- package/tabs/tab.component.d.ts +10 -1
- package/docs/storybook/main.67c70a42.iframe.bundle.js +0 -1
- /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
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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="
|
|
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 'carbon-components-angular';</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 'carbon-components-angular';</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
|
-
|
|
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
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
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
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
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
|
-
|
|
1034
|
-
|
|
1084
|
+
</td>
|
|
1085
|
+
</tr>
|
|
1035
1086
|
|
|
1036
1087
|
|
|
1037
1088
|
<tr>
|
|
1038
1089
|
<td class="col-md-4">
|
|
1039
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
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
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
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
|
-
|
|
1090
|
-
|
|
1140
|
+
</td>
|
|
1141
|
+
</tr>
|
|
1091
1142
|
|
|
1092
1143
|
|
|
1093
1144
|
<tr>
|
|
1094
1145
|
<td class="col-md-4">
|
|
1095
|
-
|
|
1146
|
+
<div class="io-description"><p>Listens for the host blurring, and notifies the model</p>
|
|
1096
1147
|
</div>
|
|
1097
1148
|
|
|
1098
|
-
|
|
1099
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
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
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
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
|
-
|
|
1137
|
-
|
|
1187
|
+
</td>
|
|
1188
|
+
</tr>
|
|
1138
1189
|
|
|
1139
1190
|
|
|
1140
1191
|
<tr>
|
|
1141
1192
|
<td class="col-md-4">
|
|
1142
1193
|
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
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
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
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
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
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
|
-
|
|
1208
|
-
|
|
1256
|
+
</td>
|
|
1257
|
+
</tr>
|
|
1209
1258
|
|
|
1210
1259
|
|
|
1211
1260
|
<tr>
|
|
1212
1261
|
<td class="col-md-4">
|
|
1213
1262
|
|
|
1214
|
-
|
|
1215
|
-
|
|
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
|
-
|
|
1266
|
+
</div>
|
|
1218
1267
|
</td>
|
|
1219
1268
|
</tr>
|
|
1220
1269
|
</tbody>
|
|
@@ -1237,58 +1286,56 @@
|
|
|
1237
1286
|
</tr>
|
|
1238
1287
|
|
|
1239
1288
|
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
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
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
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
|
-
|
|
1251
|
-
|
|
1299
|
+
</td>
|
|
1300
|
+
</tr>
|
|
1252
1301
|
|
|
1253
1302
|
|
|
1254
1303
|
<tr>
|
|
1255
1304
|
<td class="col-md-4">
|
|
1256
|
-
|
|
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
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
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
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
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
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
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
|
-
|
|
1325
|
-
|
|
1371
|
+
</td>
|
|
1372
|
+
</tr>
|
|
1326
1373
|
|
|
1327
1374
|
|
|
1328
1375
|
<tr>
|
|
1329
1376
|
<td class="col-md-4">
|
|
1330
|
-
|
|
1331
|
-
</div>
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
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
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
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
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
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
|
-
|
|
1402
|
-
|
|
1446
|
+
</td>
|
|
1447
|
+
</tr>
|
|
1403
1448
|
|
|
1404
1449
|
|
|
1405
1450
|
<tr>
|
|
1406
1451
|
<td class="col-md-4">
|
|
1407
|
-
|
|
1408
|
-
</div>
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
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
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
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
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
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
|
-
|
|
1479
|
-
|
|
1521
|
+
</td>
|
|
1522
|
+
</tr>
|
|
1480
1523
|
|
|
1481
1524
|
|
|
1482
1525
|
<tr>
|
|
1483
1526
|
<td class="col-md-4">
|
|
1484
|
-
|
|
1485
|
-
</div>
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
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
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
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
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
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
|
-
|
|
1556
|
-
|
|
1596
|
+
</td>
|
|
1597
|
+
</tr>
|
|
1557
1598
|
|
|
1558
1599
|
|
|
1559
1600
|
<tr>
|
|
1560
1601
|
<td class="col-md-4">
|
|
1561
|
-
|
|
1562
|
-
</div>
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
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
|
|