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 { DatePickerModule } from 'carbon-components-angular';</code></pre></div><p><a href="../../?path=/story/components-date-picker--single">See demo</a></p>
|
|
124
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">import { DatePickerModule } from 'carbon-components-angular';</code></pre></div><p><a href="../../?path=/story/components-date-picker--single">See demo</a></p>
|
|
74
125
|
|
|
75
126
|
</p>
|
|
76
127
|
|
|
@@ -1341,12 +1392,12 @@ Emits an event when date picker closes</p>
|
|
|
1341
1392
|
</tr>
|
|
1342
1393
|
|
|
1343
1394
|
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1395
|
+
<tr>
|
|
1396
|
+
<td class="col-md-4">
|
|
1397
|
+
<div class="io-line">Defined in <a href="" data-line="352"
|
|
1398
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:352</a></div>
|
|
1399
|
+
</td>
|
|
1400
|
+
</tr>
|
|
1350
1401
|
|
|
1351
1402
|
|
|
1352
1403
|
</tbody>
|
|
@@ -1369,12 +1420,12 @@ Emits an event when date picker closes</p>
|
|
|
1369
1420
|
</tr>
|
|
1370
1421
|
|
|
1371
1422
|
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1423
|
+
<tr>
|
|
1424
|
+
<td class="col-md-4">
|
|
1425
|
+
<div class="io-line">Defined in <a href="" data-line="367"
|
|
1426
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:367</a></div>
|
|
1427
|
+
</td>
|
|
1428
|
+
</tr>
|
|
1378
1429
|
|
|
1379
1430
|
|
|
1380
1431
|
</tbody>
|
|
@@ -1391,7 +1442,7 @@ Emits an event when date picker closes</p>
|
|
|
1391
1442
|
<td class="col-md-4">
|
|
1392
1443
|
<a name="addInputListeners"></a>
|
|
1393
1444
|
<span class="name">
|
|
1394
|
-
|
|
1445
|
+
<span class="modifier">Protected</span>
|
|
1395
1446
|
<span ><b>addInputListeners</b></span>
|
|
1396
1447
|
<a href="#addInputListeners"><span class="icon ion-ios-link"></span></a>
|
|
1397
1448
|
</span>
|
|
@@ -1399,29 +1450,29 @@ Emits an event when date picker closes</p>
|
|
|
1399
1450
|
</tr>
|
|
1400
1451
|
<tr>
|
|
1401
1452
|
<td class="col-md-4">
|
|
1402
|
-
|
|
1453
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1403
1454
|
<code>addInputListeners()</code>
|
|
1404
1455
|
</td>
|
|
1405
1456
|
</tr>
|
|
1406
1457
|
|
|
1407
1458
|
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1459
|
+
<tr>
|
|
1460
|
+
<td class="col-md-4">
|
|
1461
|
+
<div class="io-line">Defined in <a href="" data-line="475"
|
|
1462
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:475</a></div>
|
|
1463
|
+
</td>
|
|
1464
|
+
</tr>
|
|
1414
1465
|
|
|
1415
1466
|
|
|
1416
1467
|
<tr>
|
|
1417
1468
|
<td class="col-md-4">
|
|
1418
|
-
|
|
1469
|
+
<div class="io-description"><p>Handles the initialization of event listeners for the datepicker input and range input fields.</p>
|
|
1419
1470
|
</div>
|
|
1420
1471
|
|
|
1421
|
-
|
|
1422
|
-
|
|
1472
|
+
<div class="io-description">
|
|
1473
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1423
1474
|
|
|
1424
|
-
|
|
1475
|
+
</div>
|
|
1425
1476
|
</td>
|
|
1426
1477
|
</tr>
|
|
1427
1478
|
</tbody>
|
|
@@ -1432,7 +1483,7 @@ Emits an event when date picker closes</p>
|
|
|
1432
1483
|
<td class="col-md-4">
|
|
1433
1484
|
<a name="didDateValueChange"></a>
|
|
1434
1485
|
<span class="name">
|
|
1435
|
-
|
|
1486
|
+
<span class="modifier">Protected</span>
|
|
1436
1487
|
<span ><b>didDateValueChange</b></span>
|
|
1437
1488
|
<a href="#didDateValueChange"><span class="icon ion-ios-link"></span></a>
|
|
1438
1489
|
</span>
|
|
@@ -1440,64 +1491,62 @@ Emits an event when date picker closes</p>
|
|
|
1440
1491
|
</tr>
|
|
1441
1492
|
<tr>
|
|
1442
1493
|
<td class="col-md-4">
|
|
1443
|
-
|
|
1494
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1444
1495
|
<code>didDateValueChange(currentValue, previousValue)</code>
|
|
1445
1496
|
</td>
|
|
1446
1497
|
</tr>
|
|
1447
1498
|
|
|
1448
1499
|
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1500
|
+
<tr>
|
|
1501
|
+
<td class="col-md-4">
|
|
1502
|
+
<div class="io-line">Defined in <a href="" data-line="672"
|
|
1503
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:672</a></div>
|
|
1504
|
+
</td>
|
|
1505
|
+
</tr>
|
|
1455
1506
|
|
|
1456
1507
|
|
|
1457
1508
|
<tr>
|
|
1458
1509
|
<td class="col-md-4">
|
|
1459
1510
|
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
</div>
|
|
1511
|
+
<div class="io-description">
|
|
1512
|
+
<b>Parameters :</b>
|
|
1513
|
+
|
|
1514
|
+
<table class="params">
|
|
1515
|
+
<thead>
|
|
1516
|
+
<tr>
|
|
1517
|
+
<td>Name</td>
|
|
1518
|
+
<td>Optional</td>
|
|
1519
|
+
</tr>
|
|
1520
|
+
</thead>
|
|
1521
|
+
<tbody>
|
|
1522
|
+
<tr>
|
|
1523
|
+
<td>currentValue</td>
|
|
1524
|
+
|
|
1525
|
+
<td>
|
|
1526
|
+
No
|
|
1527
|
+
</td>
|
|
1528
|
+
|
|
1529
|
+
|
|
1530
|
+
</tr>
|
|
1531
|
+
<tr>
|
|
1532
|
+
<td>previousValue</td>
|
|
1533
|
+
|
|
1534
|
+
<td>
|
|
1535
|
+
No
|
|
1536
|
+
</td>
|
|
1537
|
+
|
|
1538
|
+
|
|
1539
|
+
</tr>
|
|
1540
|
+
</tbody>
|
|
1541
|
+
</table>
|
|
1542
|
+
</div>
|
|
1543
|
+
<div class="io-description">
|
|
1544
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1545
|
+
|
|
1546
|
+
</div>
|
|
1547
|
+
<div class="io-description">
|
|
1548
|
+
|
|
1549
|
+
</div>
|
|
1501
1550
|
</td>
|
|
1502
1551
|
</tr>
|
|
1503
1552
|
</tbody>
|
|
@@ -1508,7 +1557,7 @@ Emits an event when date picker closes</p>
|
|
|
1508
1557
|
<td class="col-md-4">
|
|
1509
1558
|
<a name="doSelect"></a>
|
|
1510
1559
|
<span class="name">
|
|
1511
|
-
|
|
1560
|
+
<span class="modifier">Protected</span>
|
|
1512
1561
|
<span ><b>doSelect</b></span>
|
|
1513
1562
|
<a href="#doSelect"><span class="icon ion-ios-link"></span></a>
|
|
1514
1563
|
</span>
|
|
@@ -1516,59 +1565,57 @@ Emits an event when date picker closes</p>
|
|
|
1516
1565
|
</tr>
|
|
1517
1566
|
<tr>
|
|
1518
1567
|
<td class="col-md-4">
|
|
1519
|
-
|
|
1568
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1520
1569
|
<code>doSelect(selectedValue: (Date | string)[])</code>
|
|
1521
1570
|
</td>
|
|
1522
1571
|
</tr>
|
|
1523
1572
|
|
|
1524
1573
|
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1574
|
+
<tr>
|
|
1575
|
+
<td class="col-md-4">
|
|
1576
|
+
<div class="io-line">Defined in <a href="" data-line="649"
|
|
1577
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:649</a></div>
|
|
1578
|
+
</td>
|
|
1579
|
+
</tr>
|
|
1531
1580
|
|
|
1532
1581
|
|
|
1533
1582
|
<tr>
|
|
1534
1583
|
<td class="col-md-4">
|
|
1535
1584
|
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
</div>
|
|
1585
|
+
<div class="io-description">
|
|
1586
|
+
<b>Parameters :</b>
|
|
1587
|
+
|
|
1588
|
+
<table class="params">
|
|
1589
|
+
<thead>
|
|
1590
|
+
<tr>
|
|
1591
|
+
<td>Name</td>
|
|
1592
|
+
<td>Type</td>
|
|
1593
|
+
<td>Optional</td>
|
|
1594
|
+
</tr>
|
|
1595
|
+
</thead>
|
|
1596
|
+
<tbody>
|
|
1597
|
+
<tr>
|
|
1598
|
+
<td>selectedValue</td>
|
|
1599
|
+
<td>
|
|
1600
|
+
<code>(Date | string)[]</code>
|
|
1601
|
+
</td>
|
|
1602
|
+
|
|
1603
|
+
<td>
|
|
1604
|
+
No
|
|
1605
|
+
</td>
|
|
1606
|
+
|
|
1607
|
+
|
|
1608
|
+
</tr>
|
|
1609
|
+
</tbody>
|
|
1610
|
+
</table>
|
|
1611
|
+
</div>
|
|
1612
|
+
<div class="io-description">
|
|
1613
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1614
|
+
|
|
1615
|
+
</div>
|
|
1616
|
+
<div class="io-description">
|
|
1617
|
+
|
|
1618
|
+
</div>
|
|
1572
1619
|
</td>
|
|
1573
1620
|
</tr>
|
|
1574
1621
|
</tbody>
|
|
@@ -1579,7 +1626,7 @@ Emits an event when date picker closes</p>
|
|
|
1579
1626
|
<td class="col-md-4">
|
|
1580
1627
|
<a name="isFlatpickrLoaded"></a>
|
|
1581
1628
|
<span class="name">
|
|
1582
|
-
|
|
1629
|
+
<span class="modifier">Protected</span>
|
|
1583
1630
|
<span ><b>isFlatpickrLoaded</b></span>
|
|
1584
1631
|
<a href="#isFlatpickrLoaded"><span class="icon ion-ios-link"></span></a>
|
|
1585
1632
|
</span>
|
|
@@ -1587,29 +1634,29 @@ Emits an event when date picker closes</p>
|
|
|
1587
1634
|
</tr>
|
|
1588
1635
|
<tr>
|
|
1589
1636
|
<td class="col-md-4">
|
|
1590
|
-
|
|
1637
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1591
1638
|
<code>isFlatpickrLoaded()</code>
|
|
1592
1639
|
</td>
|
|
1593
1640
|
</tr>
|
|
1594
1641
|
|
|
1595
1642
|
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1643
|
+
<tr>
|
|
1644
|
+
<td class="col-md-4">
|
|
1645
|
+
<div class="io-line">Defined in <a href="" data-line="679"
|
|
1646
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:679</a></div>
|
|
1647
|
+
</td>
|
|
1648
|
+
</tr>
|
|
1602
1649
|
|
|
1603
1650
|
|
|
1604
1651
|
<tr>
|
|
1605
1652
|
<td class="col-md-4">
|
|
1606
|
-
|
|
1653
|
+
<div class="io-description"><p>More advanced checking of the loaded state of flatpickr</p>
|
|
1607
1654
|
</div>
|
|
1608
1655
|
|
|
1609
|
-
|
|
1610
|
-
|
|
1656
|
+
<div class="io-description">
|
|
1657
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1611
1658
|
|
|
1612
|
-
|
|
1659
|
+
</div>
|
|
1613
1660
|
</td>
|
|
1614
1661
|
</tr>
|
|
1615
1662
|
</tbody>
|
|
@@ -1620,7 +1667,7 @@ Emits an event when date picker closes</p>
|
|
|
1620
1667
|
<td class="col-md-4">
|
|
1621
1668
|
<a name="leftArrowHTML"></a>
|
|
1622
1669
|
<span class="name">
|
|
1623
|
-
|
|
1670
|
+
<span class="modifier">Protected</span>
|
|
1624
1671
|
<span ><b>leftArrowHTML</b></span>
|
|
1625
1672
|
<a href="#leftArrowHTML"><span class="icon ion-ios-link"></span></a>
|
|
1626
1673
|
</span>
|
|
@@ -1628,29 +1675,29 @@ Emits an event when date picker closes</p>
|
|
|
1628
1675
|
</tr>
|
|
1629
1676
|
<tr>
|
|
1630
1677
|
<td class="col-md-4">
|
|
1631
|
-
|
|
1678
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1632
1679
|
<code>leftArrowHTML()</code>
|
|
1633
1680
|
</td>
|
|
1634
1681
|
</tr>
|
|
1635
1682
|
|
|
1636
1683
|
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1684
|
+
<tr>
|
|
1685
|
+
<td class="col-md-4">
|
|
1686
|
+
<div class="io-line">Defined in <a href="" data-line="698"
|
|
1687
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:698</a></div>
|
|
1688
|
+
</td>
|
|
1689
|
+
</tr>
|
|
1643
1690
|
|
|
1644
1691
|
|
|
1645
1692
|
<tr>
|
|
1646
1693
|
<td class="col-md-4">
|
|
1647
|
-
|
|
1694
|
+
<div class="io-description"><p>Left arrow HTML passed to flatpickr</p>
|
|
1648
1695
|
</div>
|
|
1649
1696
|
|
|
1650
|
-
|
|
1651
|
-
|
|
1697
|
+
<div class="io-description">
|
|
1698
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1652
1699
|
|
|
1653
|
-
|
|
1700
|
+
</div>
|
|
1654
1701
|
</td>
|
|
1655
1702
|
</tr>
|
|
1656
1703
|
</tbody>
|
|
@@ -1673,21 +1720,21 @@ Emits an event when date picker closes</p>
|
|
|
1673
1720
|
</tr>
|
|
1674
1721
|
|
|
1675
1722
|
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1723
|
+
<tr>
|
|
1724
|
+
<td class="col-md-4">
|
|
1725
|
+
<div class="io-line">Defined in <a href="" data-line="338"
|
|
1726
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:338</a></div>
|
|
1727
|
+
</td>
|
|
1728
|
+
</tr>
|
|
1682
1729
|
|
|
1683
1730
|
|
|
1684
1731
|
<tr>
|
|
1685
1732
|
<td class="col-md-4">
|
|
1686
1733
|
|
|
1687
|
-
|
|
1688
|
-
|
|
1734
|
+
<div class="io-description">
|
|
1735
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1689
1736
|
|
|
1690
|
-
|
|
1737
|
+
</div>
|
|
1691
1738
|
</td>
|
|
1692
1739
|
</tr>
|
|
1693
1740
|
</tbody>
|
|
@@ -1710,21 +1757,21 @@ Emits an event when date picker closes</p>
|
|
|
1710
1757
|
</tr>
|
|
1711
1758
|
|
|
1712
1759
|
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1760
|
+
<tr>
|
|
1761
|
+
<td class="col-md-4">
|
|
1762
|
+
<div class="io-line">Defined in <a href="" data-line="325"
|
|
1763
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:325</a></div>
|
|
1764
|
+
</td>
|
|
1765
|
+
</tr>
|
|
1719
1766
|
|
|
1720
1767
|
|
|
1721
1768
|
<tr>
|
|
1722
1769
|
<td class="col-md-4">
|
|
1723
1770
|
|
|
1724
|
-
|
|
1725
|
-
|
|
1771
|
+
<div class="io-description">
|
|
1772
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1726
1773
|
|
|
1727
|
-
|
|
1774
|
+
</div>
|
|
1728
1775
|
</td>
|
|
1729
1776
|
</tr>
|
|
1730
1777
|
</tbody>
|
|
@@ -1747,53 +1794,51 @@ Emits an event when date picker closes</p>
|
|
|
1747
1794
|
</tr>
|
|
1748
1795
|
|
|
1749
1796
|
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1797
|
+
<tr>
|
|
1798
|
+
<td class="col-md-4">
|
|
1799
|
+
<div class="io-line">Defined in <a href="" data-line="308"
|
|
1800
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:308</a></div>
|
|
1801
|
+
</td>
|
|
1802
|
+
</tr>
|
|
1756
1803
|
|
|
1757
1804
|
|
|
1758
1805
|
<tr>
|
|
1759
1806
|
<td class="col-md-4">
|
|
1760
1807
|
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
</div>
|
|
1808
|
+
<div class="io-description">
|
|
1809
|
+
<b>Parameters :</b>
|
|
1810
|
+
|
|
1811
|
+
<table class="params">
|
|
1812
|
+
<thead>
|
|
1813
|
+
<tr>
|
|
1814
|
+
<td>Name</td>
|
|
1815
|
+
<td>Type</td>
|
|
1816
|
+
<td>Optional</td>
|
|
1817
|
+
</tr>
|
|
1818
|
+
</thead>
|
|
1819
|
+
<tbody>
|
|
1820
|
+
<tr>
|
|
1821
|
+
<td>changes</td>
|
|
1822
|
+
<td>
|
|
1823
|
+
<code>SimpleChanges</code>
|
|
1824
|
+
</td>
|
|
1825
|
+
|
|
1826
|
+
<td>
|
|
1827
|
+
No
|
|
1828
|
+
</td>
|
|
1829
|
+
|
|
1830
|
+
|
|
1831
|
+
</tr>
|
|
1832
|
+
</tbody>
|
|
1833
|
+
</table>
|
|
1834
|
+
</div>
|
|
1835
|
+
<div class="io-description">
|
|
1836
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1837
|
+
|
|
1838
|
+
</div>
|
|
1839
|
+
<div class="io-description">
|
|
1840
|
+
|
|
1841
|
+
</div>
|
|
1797
1842
|
</td>
|
|
1798
1843
|
</tr>
|
|
1799
1844
|
</tbody>
|
|
@@ -1816,23 +1861,23 @@ Emits an event when date picker closes</p>
|
|
|
1816
1861
|
</tr>
|
|
1817
1862
|
|
|
1818
1863
|
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1864
|
+
<tr>
|
|
1865
|
+
<td class="col-md-4">
|
|
1866
|
+
<div class="io-line">Defined in <a href="" data-line="410"
|
|
1867
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:410</a></div>
|
|
1868
|
+
</td>
|
|
1869
|
+
</tr>
|
|
1825
1870
|
|
|
1826
1871
|
|
|
1827
1872
|
<tr>
|
|
1828
1873
|
<td class="col-md-4">
|
|
1829
|
-
|
|
1874
|
+
<div class="io-description"><p>Cleans up our flatpickr instance</p>
|
|
1830
1875
|
</div>
|
|
1831
1876
|
|
|
1832
|
-
|
|
1833
|
-
|
|
1877
|
+
<div class="io-description">
|
|
1878
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1834
1879
|
|
|
1835
|
-
|
|
1880
|
+
</div>
|
|
1836
1881
|
</td>
|
|
1837
1882
|
</tr>
|
|
1838
1883
|
</tbody>
|
|
@@ -1855,21 +1900,21 @@ Emits an event when date picker closes</p>
|
|
|
1855
1900
|
</tr>
|
|
1856
1901
|
|
|
1857
1902
|
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1903
|
+
<tr>
|
|
1904
|
+
<td class="col-md-4">
|
|
1905
|
+
<div class="io-line">Defined in <a href="" data-line="297"
|
|
1906
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:297</a></div>
|
|
1907
|
+
</td>
|
|
1908
|
+
</tr>
|
|
1864
1909
|
|
|
1865
1910
|
|
|
1866
1911
|
<tr>
|
|
1867
1912
|
<td class="col-md-4">
|
|
1868
1913
|
|
|
1869
|
-
|
|
1870
|
-
|
|
1914
|
+
<div class="io-description">
|
|
1915
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1871
1916
|
|
|
1872
|
-
|
|
1917
|
+
</div>
|
|
1873
1918
|
</td>
|
|
1874
1919
|
</tr>
|
|
1875
1920
|
</tbody>
|
|
@@ -1880,7 +1925,7 @@ Emits an event when date picker closes</p>
|
|
|
1880
1925
|
<td class="col-md-4">
|
|
1881
1926
|
<a name="onFocus"></a>
|
|
1882
1927
|
<span class="name">
|
|
1883
|
-
|
|
1928
|
+
<span class="modifier"></span>
|
|
1884
1929
|
<span ><b>onFocus</b></span>
|
|
1885
1930
|
<a href="#onFocus"><span class="icon ion-ios-link"></span></a>
|
|
1886
1931
|
</span>
|
|
@@ -1888,7 +1933,7 @@ Emits an event when date picker closes</p>
|
|
|
1888
1933
|
</tr>
|
|
1889
1934
|
<tr>
|
|
1890
1935
|
<td class="col-md-4">
|
|
1891
|
-
|
|
1936
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1892
1937
|
<code>onFocus()</code>
|
|
1893
1938
|
</td>
|
|
1894
1939
|
</tr>
|
|
@@ -1901,21 +1946,21 @@ Emits an event when date picker closes</p>
|
|
|
1901
1946
|
</td>
|
|
1902
1947
|
</tr>
|
|
1903
1948
|
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1949
|
+
<tr>
|
|
1950
|
+
<td class="col-md-4">
|
|
1951
|
+
<div class="io-line">Defined in <a href="" data-line="352"
|
|
1952
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:352</a></div>
|
|
1953
|
+
</td>
|
|
1954
|
+
</tr>
|
|
1910
1955
|
|
|
1911
1956
|
|
|
1912
1957
|
<tr>
|
|
1913
1958
|
<td class="col-md-4">
|
|
1914
1959
|
|
|
1915
|
-
|
|
1916
|
-
|
|
1960
|
+
<div class="io-description">
|
|
1961
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1917
1962
|
|
|
1918
|
-
|
|
1963
|
+
</div>
|
|
1919
1964
|
</td>
|
|
1920
1965
|
</tr>
|
|
1921
1966
|
</tbody>
|
|
@@ -1926,7 +1971,7 @@ Emits an event when date picker closes</p>
|
|
|
1926
1971
|
<td class="col-md-4">
|
|
1927
1972
|
<a name="onFocusOut"></a>
|
|
1928
1973
|
<span class="name">
|
|
1929
|
-
|
|
1974
|
+
<span class="modifier"></span>
|
|
1930
1975
|
<span ><b>onFocusOut</b></span>
|
|
1931
1976
|
<a href="#onFocusOut"><span class="icon ion-ios-link"></span></a>
|
|
1932
1977
|
</span>
|
|
@@ -1934,7 +1979,7 @@ Emits an event when date picker closes</p>
|
|
|
1934
1979
|
</tr>
|
|
1935
1980
|
<tr>
|
|
1936
1981
|
<td class="col-md-4">
|
|
1937
|
-
|
|
1982
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1938
1983
|
<code>onFocusOut()</code>
|
|
1939
1984
|
</td>
|
|
1940
1985
|
</tr>
|
|
@@ -1947,21 +1992,21 @@ Emits an event when date picker closes</p>
|
|
|
1947
1992
|
</td>
|
|
1948
1993
|
</tr>
|
|
1949
1994
|
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1995
|
+
<tr>
|
|
1996
|
+
<td class="col-md-4">
|
|
1997
|
+
<div class="io-line">Defined in <a href="" data-line="367"
|
|
1998
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:367</a></div>
|
|
1999
|
+
</td>
|
|
2000
|
+
</tr>
|
|
1956
2001
|
|
|
1957
2002
|
|
|
1958
2003
|
<tr>
|
|
1959
2004
|
<td class="col-md-4">
|
|
1960
2005
|
|
|
1961
|
-
|
|
1962
|
-
|
|
2006
|
+
<div class="io-description">
|
|
2007
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1963
2008
|
|
|
1964
|
-
|
|
2009
|
+
</div>
|
|
1965
2010
|
</td>
|
|
1966
2011
|
</tr>
|
|
1967
2012
|
</tbody>
|
|
@@ -1984,55 +2029,53 @@ Emits an event when date picker closes</p>
|
|
|
1984
2029
|
</tr>
|
|
1985
2030
|
|
|
1986
2031
|
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
2032
|
+
<tr>
|
|
2033
|
+
<td class="col-md-4">
|
|
2034
|
+
<div class="io-line">Defined in <a href="" data-line="433"
|
|
2035
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:433</a></div>
|
|
2036
|
+
</td>
|
|
2037
|
+
</tr>
|
|
1993
2038
|
|
|
1994
2039
|
|
|
1995
2040
|
<tr>
|
|
1996
2041
|
<td class="col-md-4">
|
|
1997
|
-
|
|
2042
|
+
<div class="io-description"><p>Handles the <code>valueChange</code> event from the range input</p>
|
|
1998
2043
|
</div>
|
|
1999
2044
|
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
</div>
|
|
2045
|
+
<div class="io-description">
|
|
2046
|
+
<b>Parameters :</b>
|
|
2047
|
+
|
|
2048
|
+
<table class="params">
|
|
2049
|
+
<thead>
|
|
2050
|
+
<tr>
|
|
2051
|
+
<td>Name</td>
|
|
2052
|
+
<td>Type</td>
|
|
2053
|
+
<td>Optional</td>
|
|
2054
|
+
</tr>
|
|
2055
|
+
</thead>
|
|
2056
|
+
<tbody>
|
|
2057
|
+
<tr>
|
|
2058
|
+
<td>event</td>
|
|
2059
|
+
<td>
|
|
2060
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
2061
|
+
</td>
|
|
2062
|
+
|
|
2063
|
+
<td>
|
|
2064
|
+
No
|
|
2065
|
+
</td>
|
|
2066
|
+
|
|
2067
|
+
|
|
2068
|
+
</tr>
|
|
2069
|
+
</tbody>
|
|
2070
|
+
</table>
|
|
2071
|
+
</div>
|
|
2072
|
+
<div class="io-description">
|
|
2073
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2074
|
+
|
|
2075
|
+
</div>
|
|
2076
|
+
<div class="io-description">
|
|
2077
|
+
|
|
2078
|
+
</div>
|
|
2036
2079
|
</td>
|
|
2037
2080
|
</tr>
|
|
2038
2081
|
</tbody>
|
|
@@ -2055,55 +2098,53 @@ Emits an event when date picker closes</p>
|
|
|
2055
2098
|
</tr>
|
|
2056
2099
|
|
|
2057
2100
|
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2101
|
+
<tr>
|
|
2102
|
+
<td class="col-md-4">
|
|
2103
|
+
<div class="io-line">Defined in <a href="" data-line="418"
|
|
2104
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:418</a></div>
|
|
2105
|
+
</td>
|
|
2106
|
+
</tr>
|
|
2064
2107
|
|
|
2065
2108
|
|
|
2066
2109
|
<tr>
|
|
2067
2110
|
<td class="col-md-4">
|
|
2068
|
-
|
|
2111
|
+
<div class="io-description"><p>Handles the <code>valueChange</code> event from the primary/single input</p>
|
|
2069
2112
|
</div>
|
|
2070
2113
|
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
</div>
|
|
2114
|
+
<div class="io-description">
|
|
2115
|
+
<b>Parameters :</b>
|
|
2116
|
+
|
|
2117
|
+
<table class="params">
|
|
2118
|
+
<thead>
|
|
2119
|
+
<tr>
|
|
2120
|
+
<td>Name</td>
|
|
2121
|
+
<td>Type</td>
|
|
2122
|
+
<td>Optional</td>
|
|
2123
|
+
</tr>
|
|
2124
|
+
</thead>
|
|
2125
|
+
<tbody>
|
|
2126
|
+
<tr>
|
|
2127
|
+
<td>event</td>
|
|
2128
|
+
<td>
|
|
2129
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
2130
|
+
</td>
|
|
2131
|
+
|
|
2132
|
+
<td>
|
|
2133
|
+
No
|
|
2134
|
+
</td>
|
|
2135
|
+
|
|
2136
|
+
|
|
2137
|
+
</tr>
|
|
2138
|
+
</tbody>
|
|
2139
|
+
</table>
|
|
2140
|
+
</div>
|
|
2141
|
+
<div class="io-description">
|
|
2142
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2143
|
+
|
|
2144
|
+
</div>
|
|
2145
|
+
<div class="io-description">
|
|
2146
|
+
|
|
2147
|
+
</div>
|
|
2107
2148
|
</td>
|
|
2108
2149
|
</tr>
|
|
2109
2150
|
</tbody>
|
|
@@ -2126,55 +2167,53 @@ Emits an event when date picker closes</p>
|
|
|
2126
2167
|
</tr>
|
|
2127
2168
|
|
|
2128
2169
|
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2170
|
+
<tr>
|
|
2171
|
+
<td class="col-md-4">
|
|
2172
|
+
<div class="io-line">Defined in <a href="" data-line="444"
|
|
2173
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:444</a></div>
|
|
2174
|
+
</td>
|
|
2175
|
+
</tr>
|
|
2135
2176
|
|
|
2136
2177
|
|
|
2137
2178
|
<tr>
|
|
2138
2179
|
<td class="col-md-4">
|
|
2139
|
-
|
|
2180
|
+
<div class="io-description"><p>Handles opening the calendar "properly" when the calendar icon is clicked.</p>
|
|
2140
2181
|
</div>
|
|
2141
2182
|
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
</div>
|
|
2183
|
+
<div class="io-description">
|
|
2184
|
+
<b>Parameters :</b>
|
|
2185
|
+
|
|
2186
|
+
<table class="params">
|
|
2187
|
+
<thead>
|
|
2188
|
+
<tr>
|
|
2189
|
+
<td>Name</td>
|
|
2190
|
+
<td>Type</td>
|
|
2191
|
+
<td>Optional</td>
|
|
2192
|
+
</tr>
|
|
2193
|
+
</thead>
|
|
2194
|
+
<tbody>
|
|
2195
|
+
<tr>
|
|
2196
|
+
<td>datepickerInput</td>
|
|
2197
|
+
<td>
|
|
2198
|
+
<code><a href="../components/DatePickerInput.html" target="_self" >DatePickerInput</a></code>
|
|
2199
|
+
</td>
|
|
2200
|
+
|
|
2201
|
+
<td>
|
|
2202
|
+
No
|
|
2203
|
+
</td>
|
|
2204
|
+
|
|
2205
|
+
|
|
2206
|
+
</tr>
|
|
2207
|
+
</tbody>
|
|
2208
|
+
</table>
|
|
2209
|
+
</div>
|
|
2210
|
+
<div class="io-description">
|
|
2211
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2212
|
+
|
|
2213
|
+
</div>
|
|
2214
|
+
<div class="io-description">
|
|
2215
|
+
|
|
2216
|
+
</div>
|
|
2178
2217
|
</td>
|
|
2179
2218
|
</tr>
|
|
2180
2219
|
</tbody>
|
|
@@ -2197,53 +2236,51 @@ Emits an event when date picker closes</p>
|
|
|
2197
2236
|
</tr>
|
|
2198
2237
|
|
|
2199
2238
|
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2239
|
+
<tr>
|
|
2240
|
+
<td class="col-md-4">
|
|
2241
|
+
<div class="io-line">Defined in <a href="" data-line="395"
|
|
2242
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:395</a></div>
|
|
2243
|
+
</td>
|
|
2244
|
+
</tr>
|
|
2206
2245
|
|
|
2207
2246
|
|
|
2208
2247
|
<tr>
|
|
2209
2248
|
<td class="col-md-4">
|
|
2210
2249
|
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
</div>
|
|
2250
|
+
<div class="io-description">
|
|
2251
|
+
<b>Parameters :</b>
|
|
2252
|
+
|
|
2253
|
+
<table class="params">
|
|
2254
|
+
<thead>
|
|
2255
|
+
<tr>
|
|
2256
|
+
<td>Name</td>
|
|
2257
|
+
<td>Type</td>
|
|
2258
|
+
<td>Optional</td>
|
|
2259
|
+
</tr>
|
|
2260
|
+
</thead>
|
|
2261
|
+
<tbody>
|
|
2262
|
+
<tr>
|
|
2263
|
+
<td>fn</td>
|
|
2264
|
+
<td>
|
|
2265
|
+
<code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
2266
|
+
</td>
|
|
2267
|
+
|
|
2268
|
+
<td>
|
|
2269
|
+
No
|
|
2270
|
+
</td>
|
|
2271
|
+
|
|
2272
|
+
|
|
2273
|
+
</tr>
|
|
2274
|
+
</tbody>
|
|
2275
|
+
</table>
|
|
2276
|
+
</div>
|
|
2277
|
+
<div class="io-description">
|
|
2278
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2279
|
+
|
|
2280
|
+
</div>
|
|
2281
|
+
<div class="io-description">
|
|
2282
|
+
|
|
2283
|
+
</div>
|
|
2247
2284
|
</td>
|
|
2248
2285
|
</tr>
|
|
2249
2286
|
</tbody>
|
|
@@ -2266,53 +2303,51 @@ Emits an event when date picker closes</p>
|
|
|
2266
2303
|
</tr>
|
|
2267
2304
|
|
|
2268
2305
|
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2306
|
+
<tr>
|
|
2307
|
+
<td class="col-md-4">
|
|
2308
|
+
<div class="io-line">Defined in <a href="" data-line="399"
|
|
2309
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:399</a></div>
|
|
2310
|
+
</td>
|
|
2311
|
+
</tr>
|
|
2275
2312
|
|
|
2276
2313
|
|
|
2277
2314
|
<tr>
|
|
2278
2315
|
<td class="col-md-4">
|
|
2279
2316
|
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
</div>
|
|
2317
|
+
<div class="io-description">
|
|
2318
|
+
<b>Parameters :</b>
|
|
2319
|
+
|
|
2320
|
+
<table class="params">
|
|
2321
|
+
<thead>
|
|
2322
|
+
<tr>
|
|
2323
|
+
<td>Name</td>
|
|
2324
|
+
<td>Type</td>
|
|
2325
|
+
<td>Optional</td>
|
|
2326
|
+
</tr>
|
|
2327
|
+
</thead>
|
|
2328
|
+
<tbody>
|
|
2329
|
+
<tr>
|
|
2330
|
+
<td>fn</td>
|
|
2331
|
+
<td>
|
|
2332
|
+
<code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
2333
|
+
</td>
|
|
2334
|
+
|
|
2335
|
+
<td>
|
|
2336
|
+
No
|
|
2337
|
+
</td>
|
|
2338
|
+
|
|
2339
|
+
|
|
2340
|
+
</tr>
|
|
2341
|
+
</tbody>
|
|
2342
|
+
</table>
|
|
2343
|
+
</div>
|
|
2344
|
+
<div class="io-description">
|
|
2345
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2346
|
+
|
|
2347
|
+
</div>
|
|
2348
|
+
<div class="io-description">
|
|
2349
|
+
|
|
2350
|
+
</div>
|
|
2316
2351
|
</td>
|
|
2317
2352
|
</tr>
|
|
2318
2353
|
</tbody>
|
|
@@ -2323,7 +2358,7 @@ Emits an event when date picker closes</p>
|
|
|
2323
2358
|
<td class="col-md-4">
|
|
2324
2359
|
<a name="resetFlatpickrInstance"></a>
|
|
2325
2360
|
<span class="name">
|
|
2326
|
-
|
|
2361
|
+
<span class="modifier">Protected</span>
|
|
2327
2362
|
<span ><b>resetFlatpickrInstance</b></span>
|
|
2328
2363
|
<a href="#resetFlatpickrInstance"><span class="icon ion-ios-link"></span></a>
|
|
2329
2364
|
</span>
|
|
@@ -2331,67 +2366,65 @@ Emits an event when date picker closes</p>
|
|
|
2331
2366
|
</tr>
|
|
2332
2367
|
<tr>
|
|
2333
2368
|
<td class="col-md-4">
|
|
2334
|
-
|
|
2369
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2335
2370
|
<code>resetFlatpickrInstance(newDates?: SimpleChange)</code>
|
|
2336
2371
|
</td>
|
|
2337
2372
|
</tr>
|
|
2338
2373
|
|
|
2339
2374
|
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2375
|
+
<tr>
|
|
2376
|
+
<td class="col-md-4">
|
|
2377
|
+
<div class="io-line">Defined in <a href="" data-line="526"
|
|
2378
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:526</a></div>
|
|
2379
|
+
</td>
|
|
2380
|
+
</tr>
|
|
2346
2381
|
|
|
2347
2382
|
|
|
2348
2383
|
<tr>
|
|
2349
2384
|
<td class="col-md-4">
|
|
2350
|
-
|
|
2385
|
+
<div class="io-description"><p>Resets the flatpickr instance while keeping the date values (or updating them if newDates is provided)</p>
|
|
2351
2386
|
<p>Used to pick up input changes or locale changes.</p>
|
|
2352
2387
|
</div>
|
|
2353
2388
|
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
</div>
|
|
2389
|
+
<div class="io-description">
|
|
2390
|
+
<b>Parameters :</b>
|
|
2391
|
+
|
|
2392
|
+
<table class="params">
|
|
2393
|
+
<thead>
|
|
2394
|
+
<tr>
|
|
2395
|
+
<td>Name</td>
|
|
2396
|
+
<td>Type</td>
|
|
2397
|
+
<td>Optional</td>
|
|
2398
|
+
<td>Description</td>
|
|
2399
|
+
</tr>
|
|
2400
|
+
</thead>
|
|
2401
|
+
<tbody>
|
|
2402
|
+
<tr>
|
|
2403
|
+
<td>newDates</td>
|
|
2404
|
+
<td>
|
|
2405
|
+
<code>SimpleChange</code>
|
|
2406
|
+
</td>
|
|
2407
|
+
|
|
2408
|
+
<td>
|
|
2409
|
+
Yes
|
|
2410
|
+
</td>
|
|
2411
|
+
|
|
2412
|
+
|
|
2413
|
+
<td>
|
|
2414
|
+
<p>An optional SimpleChange of date values</p>
|
|
2415
|
+
|
|
2416
|
+
</td>
|
|
2417
|
+
</tr>
|
|
2418
|
+
</tbody>
|
|
2419
|
+
</table>
|
|
2420
|
+
</div>
|
|
2421
|
+
<div class="io-description">
|
|
2422
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2423
|
+
|
|
2424
|
+
</div>
|
|
2425
|
+
<div class="io-description">
|
|
2426
|
+
|
|
2427
|
+
</div>
|
|
2395
2428
|
</td>
|
|
2396
2429
|
</tr>
|
|
2397
2430
|
</tbody>
|
|
@@ -2402,7 +2435,7 @@ Emits an event when date picker closes</p>
|
|
|
2402
2435
|
<td class="col-md-4">
|
|
2403
2436
|
<a name="rightArrowHTML"></a>
|
|
2404
2437
|
<span class="name">
|
|
2405
|
-
|
|
2438
|
+
<span class="modifier">Protected</span>
|
|
2406
2439
|
<span ><b>rightArrowHTML</b></span>
|
|
2407
2440
|
<a href="#rightArrowHTML"><span class="icon ion-ios-link"></span></a>
|
|
2408
2441
|
</span>
|
|
@@ -2410,29 +2443,29 @@ Emits an event when date picker closes</p>
|
|
|
2410
2443
|
</tr>
|
|
2411
2444
|
<tr>
|
|
2412
2445
|
<td class="col-md-4">
|
|
2413
|
-
|
|
2446
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2414
2447
|
<code>rightArrowHTML()</code>
|
|
2415
2448
|
</td>
|
|
2416
2449
|
</tr>
|
|
2417
2450
|
|
|
2418
2451
|
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2452
|
+
<tr>
|
|
2453
|
+
<td class="col-md-4">
|
|
2454
|
+
<div class="io-line">Defined in <a href="" data-line="687"
|
|
2455
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:687</a></div>
|
|
2456
|
+
</td>
|
|
2457
|
+
</tr>
|
|
2425
2458
|
|
|
2426
2459
|
|
|
2427
2460
|
<tr>
|
|
2428
2461
|
<td class="col-md-4">
|
|
2429
|
-
|
|
2462
|
+
<div class="io-description"><p>Right arrow HTML passed to flatpickr</p>
|
|
2430
2463
|
</div>
|
|
2431
2464
|
|
|
2432
|
-
|
|
2433
|
-
|
|
2465
|
+
<div class="io-description">
|
|
2466
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
2434
2467
|
|
|
2435
|
-
|
|
2468
|
+
</div>
|
|
2436
2469
|
</td>
|
|
2437
2470
|
</tr>
|
|
2438
2471
|
</tbody>
|
|
@@ -2443,7 +2476,7 @@ Emits an event when date picker closes</p>
|
|
|
2443
2476
|
<td class="col-md-4">
|
|
2444
2477
|
<a name="setDateValues"></a>
|
|
2445
2478
|
<span class="name">
|
|
2446
|
-
|
|
2479
|
+
<span class="modifier">Protected</span>
|
|
2447
2480
|
<span ><b>setDateValues</b></span>
|
|
2448
2481
|
<a href="#setDateValues"><span class="icon ion-ios-link"></span></a>
|
|
2449
2482
|
</span>
|
|
@@ -2451,66 +2484,64 @@ Emits an event when date picker closes</p>
|
|
|
2451
2484
|
</tr>
|
|
2452
2485
|
<tr>
|
|
2453
2486
|
<td class="col-md-4">
|
|
2454
|
-
|
|
2487
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2455
2488
|
<code>setDateValues(dates: (Date | string)[])</code>
|
|
2456
2489
|
</td>
|
|
2457
2490
|
</tr>
|
|
2458
2491
|
|
|
2459
2492
|
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2493
|
+
<tr>
|
|
2494
|
+
<td class="col-md-4">
|
|
2495
|
+
<div class="io-line">Defined in <a href="" data-line="599"
|
|
2496
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:599</a></div>
|
|
2497
|
+
</td>
|
|
2498
|
+
</tr>
|
|
2466
2499
|
|
|
2467
2500
|
|
|
2468
2501
|
<tr>
|
|
2469
2502
|
<td class="col-md-4">
|
|
2470
|
-
|
|
2503
|
+
<div class="io-description"><p>Applies the given date value array to both the flatpickr instance and the <code>input</code>(s)</p>
|
|
2471
2504
|
</div>
|
|
2472
2505
|
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
</div>
|
|
2506
|
+
<div class="io-description">
|
|
2507
|
+
<b>Parameters :</b>
|
|
2508
|
+
|
|
2509
|
+
<table class="params">
|
|
2510
|
+
<thead>
|
|
2511
|
+
<tr>
|
|
2512
|
+
<td>Name</td>
|
|
2513
|
+
<td>Type</td>
|
|
2514
|
+
<td>Optional</td>
|
|
2515
|
+
<td>Description</td>
|
|
2516
|
+
</tr>
|
|
2517
|
+
</thead>
|
|
2518
|
+
<tbody>
|
|
2519
|
+
<tr>
|
|
2520
|
+
<td>dates</td>
|
|
2521
|
+
<td>
|
|
2522
|
+
<code>(Date | string)[]</code>
|
|
2523
|
+
</td>
|
|
2524
|
+
|
|
2525
|
+
<td>
|
|
2526
|
+
No
|
|
2527
|
+
</td>
|
|
2528
|
+
|
|
2529
|
+
|
|
2530
|
+
<td>
|
|
2531
|
+
<p>the date values to apply</p>
|
|
2532
|
+
|
|
2533
|
+
</td>
|
|
2534
|
+
</tr>
|
|
2535
|
+
</tbody>
|
|
2536
|
+
</table>
|
|
2537
|
+
</div>
|
|
2538
|
+
<div class="io-description">
|
|
2539
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2540
|
+
|
|
2541
|
+
</div>
|
|
2542
|
+
<div class="io-description">
|
|
2543
|
+
|
|
2544
|
+
</div>
|
|
2514
2545
|
</td>
|
|
2515
2546
|
</tr>
|
|
2516
2547
|
</tbody>
|
|
@@ -2533,61 +2564,59 @@ Emits an event when date picker closes</p>
|
|
|
2533
2564
|
</tr>
|
|
2534
2565
|
|
|
2535
2566
|
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2567
|
+
<tr>
|
|
2568
|
+
<td class="col-md-4">
|
|
2569
|
+
<div class="io-line">Defined in <a href="" data-line="391"
|
|
2570
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:391</a></div>
|
|
2571
|
+
</td>
|
|
2572
|
+
</tr>
|
|
2542
2573
|
|
|
2543
2574
|
|
|
2544
2575
|
<tr>
|
|
2545
2576
|
<td class="col-md-4">
|
|
2546
|
-
|
|
2577
|
+
<div class="io-description"><p><code>ControlValueAccessor</code> method to programmatically disable the DatePicker.</p>
|
|
2547
2578
|
<p>ex: <code>this.formGroup.get("myDatePicker").disable();</code></p>
|
|
2548
2579
|
</div>
|
|
2549
2580
|
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
</div>
|
|
2581
|
+
<div class="io-description">
|
|
2582
|
+
<b>Parameters :</b>
|
|
2583
|
+
|
|
2584
|
+
<table class="params">
|
|
2585
|
+
<thead>
|
|
2586
|
+
<tr>
|
|
2587
|
+
<td>Name</td>
|
|
2588
|
+
<td>Type</td>
|
|
2589
|
+
<td>Optional</td>
|
|
2590
|
+
<td>Description</td>
|
|
2591
|
+
</tr>
|
|
2592
|
+
</thead>
|
|
2593
|
+
<tbody>
|
|
2594
|
+
<tr>
|
|
2595
|
+
<td>isDisabled</td>
|
|
2596
|
+
<td>
|
|
2597
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
2598
|
+
</td>
|
|
2599
|
+
|
|
2600
|
+
<td>
|
|
2601
|
+
No
|
|
2602
|
+
</td>
|
|
2603
|
+
|
|
2604
|
+
|
|
2605
|
+
<td>
|
|
2606
|
+
<p><code>true</code> to disable the DatePicker</p>
|
|
2607
|
+
|
|
2608
|
+
</td>
|
|
2609
|
+
</tr>
|
|
2610
|
+
</tbody>
|
|
2611
|
+
</table>
|
|
2612
|
+
</div>
|
|
2613
|
+
<div class="io-description">
|
|
2614
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2615
|
+
|
|
2616
|
+
</div>
|
|
2617
|
+
<div class="io-description">
|
|
2618
|
+
|
|
2619
|
+
</div>
|
|
2591
2620
|
</td>
|
|
2592
2621
|
</tr>
|
|
2593
2622
|
</tbody>
|
|
@@ -2598,7 +2627,7 @@ Emits an event when date picker closes</p>
|
|
|
2598
2627
|
<td class="col-md-4">
|
|
2599
2628
|
<a name="updateAttributes"></a>
|
|
2600
2629
|
<span class="name">
|
|
2601
|
-
|
|
2630
|
+
<span class="modifier">Protected</span>
|
|
2602
2631
|
<span ><b>updateAttributes</b></span>
|
|
2603
2632
|
<a href="#updateAttributes"><span class="icon ion-ios-link"></span></a>
|
|
2604
2633
|
</span>
|
|
@@ -2606,27 +2635,27 @@ Emits an event when date picker closes</p>
|
|
|
2606
2635
|
</tr>
|
|
2607
2636
|
<tr>
|
|
2608
2637
|
<td class="col-md-4">
|
|
2609
|
-
|
|
2638
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2610
2639
|
<code>updateAttributes()</code>
|
|
2611
2640
|
</td>
|
|
2612
2641
|
</tr>
|
|
2613
2642
|
|
|
2614
2643
|
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2644
|
+
<tr>
|
|
2645
|
+
<td class="col-md-4">
|
|
2646
|
+
<div class="io-line">Defined in <a href="" data-line="587"
|
|
2647
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:587</a></div>
|
|
2648
|
+
</td>
|
|
2649
|
+
</tr>
|
|
2621
2650
|
|
|
2622
2651
|
|
|
2623
2652
|
<tr>
|
|
2624
2653
|
<td class="col-md-4">
|
|
2625
2654
|
|
|
2626
|
-
|
|
2627
|
-
|
|
2655
|
+
<div class="io-description">
|
|
2656
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2628
2657
|
|
|
2629
|
-
|
|
2658
|
+
</div>
|
|
2630
2659
|
</td>
|
|
2631
2660
|
</tr>
|
|
2632
2661
|
</tbody>
|
|
@@ -2637,7 +2666,7 @@ Emits an event when date picker closes</p>
|
|
|
2637
2666
|
<td class="col-md-4">
|
|
2638
2667
|
<a name="updateCalendarListeners"></a>
|
|
2639
2668
|
<span class="name">
|
|
2640
|
-
|
|
2669
|
+
<span class="modifier">Protected</span>
|
|
2641
2670
|
<span ><b>updateCalendarListeners</b></span>
|
|
2642
2671
|
<a href="#updateCalendarListeners"><span class="icon ion-ios-link"></span></a>
|
|
2643
2672
|
</span>
|
|
@@ -2645,27 +2674,27 @@ Emits an event when date picker closes</p>
|
|
|
2645
2674
|
</tr>
|
|
2646
2675
|
<tr>
|
|
2647
2676
|
<td class="col-md-4">
|
|
2648
|
-
|
|
2677
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2649
2678
|
<code>updateCalendarListeners()</code>
|
|
2650
2679
|
</td>
|
|
2651
2680
|
</tr>
|
|
2652
2681
|
|
|
2653
2682
|
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2683
|
+
<tr>
|
|
2684
|
+
<td class="col-md-4">
|
|
2685
|
+
<div class="io-line">Defined in <a href="" data-line="464"
|
|
2686
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:464</a></div>
|
|
2687
|
+
</td>
|
|
2688
|
+
</tr>
|
|
2660
2689
|
|
|
2661
2690
|
|
|
2662
2691
|
<tr>
|
|
2663
2692
|
<td class="col-md-4">
|
|
2664
2693
|
|
|
2665
|
-
|
|
2666
|
-
|
|
2694
|
+
<div class="io-description">
|
|
2695
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2667
2696
|
|
|
2668
|
-
|
|
2697
|
+
</div>
|
|
2669
2698
|
</td>
|
|
2670
2699
|
</tr>
|
|
2671
2700
|
</tbody>
|
|
@@ -2676,7 +2705,7 @@ Emits an event when date picker closes</p>
|
|
|
2676
2705
|
<td class="col-md-4">
|
|
2677
2706
|
<a name="updateClassNames"></a>
|
|
2678
2707
|
<span class="name">
|
|
2679
|
-
|
|
2708
|
+
<span class="modifier">Protected</span>
|
|
2680
2709
|
<span ><b>updateClassNames</b></span>
|
|
2681
2710
|
<a href="#updateClassNames"><span class="icon ion-ios-link"></span></a>
|
|
2682
2711
|
</span>
|
|
@@ -2684,29 +2713,29 @@ Emits an event when date picker closes</p>
|
|
|
2684
2713
|
</tr>
|
|
2685
2714
|
<tr>
|
|
2686
2715
|
<td class="col-md-4">
|
|
2687
|
-
|
|
2716
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2688
2717
|
<code>updateClassNames()</code>
|
|
2689
2718
|
</td>
|
|
2690
2719
|
</tr>
|
|
2691
2720
|
|
|
2692
2721
|
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2722
|
+
<tr>
|
|
2723
|
+
<td class="col-md-4">
|
|
2724
|
+
<div class="io-line">Defined in <a href="" data-line="542"
|
|
2725
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:542</a></div>
|
|
2726
|
+
</td>
|
|
2727
|
+
</tr>
|
|
2699
2728
|
|
|
2700
2729
|
|
|
2701
2730
|
<tr>
|
|
2702
2731
|
<td class="col-md-4">
|
|
2703
|
-
|
|
2732
|
+
<div class="io-description"><p>Carbon uses a number of specific classnames for parts of the flatpickr - this idempotent method applies them if needed.</p>
|
|
2704
2733
|
</div>
|
|
2705
2734
|
|
|
2706
|
-
|
|
2707
|
-
|
|
2735
|
+
<div class="io-description">
|
|
2736
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2708
2737
|
|
|
2709
|
-
|
|
2738
|
+
</div>
|
|
2710
2739
|
</td>
|
|
2711
2740
|
</tr>
|
|
2712
2741
|
</tbody>
|
|
@@ -2729,60 +2758,58 @@ Emits an event when date picker closes</p>
|
|
|
2729
2758
|
</tr>
|
|
2730
2759
|
|
|
2731
2760
|
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2761
|
+
<tr>
|
|
2762
|
+
<td class="col-md-4">
|
|
2763
|
+
<div class="io-line">Defined in <a href="" data-line="375"
|
|
2764
|
+
class="link-to-prism">src/datepicker/datepicker.component.ts:375</a></div>
|
|
2765
|
+
</td>
|
|
2766
|
+
</tr>
|
|
2738
2767
|
|
|
2739
2768
|
|
|
2740
2769
|
<tr>
|
|
2741
2770
|
<td class="col-md-4">
|
|
2742
|
-
|
|
2771
|
+
<div class="io-description"><p>Writes a value from the model to the component. Expects the value to be <code>null</code> or <code>(Date | string)[]</code></p>
|
|
2743
2772
|
</div>
|
|
2744
2773
|
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
</div>
|
|
2774
|
+
<div class="io-description">
|
|
2775
|
+
<b>Parameters :</b>
|
|
2776
|
+
|
|
2777
|
+
<table class="params">
|
|
2778
|
+
<thead>
|
|
2779
|
+
<tr>
|
|
2780
|
+
<td>Name</td>
|
|
2781
|
+
<td>Type</td>
|
|
2782
|
+
<td>Optional</td>
|
|
2783
|
+
<td>Description</td>
|
|
2784
|
+
</tr>
|
|
2785
|
+
</thead>
|
|
2786
|
+
<tbody>
|
|
2787
|
+
<tr>
|
|
2788
|
+
<td>value</td>
|
|
2789
|
+
<td>
|
|
2790
|
+
<code>(Date | string)[]</code>
|
|
2791
|
+
</td>
|
|
2792
|
+
|
|
2793
|
+
<td>
|
|
2794
|
+
No
|
|
2795
|
+
</td>
|
|
2796
|
+
|
|
2797
|
+
|
|
2798
|
+
<td>
|
|
2799
|
+
<p>value received from the model</p>
|
|
2800
|
+
|
|
2801
|
+
</td>
|
|
2802
|
+
</tr>
|
|
2803
|
+
</tbody>
|
|
2804
|
+
</table>
|
|
2805
|
+
</div>
|
|
2806
|
+
<div class="io-description">
|
|
2807
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2808
|
+
|
|
2809
|
+
</div>
|
|
2810
|
+
<div class="io-description">
|
|
2811
|
+
|
|
2812
|
+
</div>
|
|
2786
2813
|
</td>
|
|
2787
2814
|
</tr>
|
|
2788
2815
|
</tbody>
|
|
@@ -4076,6 +4103,19 @@ export class DatePicker implements
|
|
|
4076
4103
|
var MAX_SEARCH_RESULTS = 15;
|
|
4077
4104
|
</script>
|
|
4078
4105
|
|
|
4106
|
+
<script>
|
|
4107
|
+
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
4108
|
+
checkToggle(darkModeState);
|
|
4109
|
+
if ($darkModeToggleSwitchers.length > 0) {
|
|
4110
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
4111
|
+
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
|
4112
|
+
darkModeState = !darkModeState;
|
|
4113
|
+
toggleDarkMode(darkModeState);
|
|
4114
|
+
});
|
|
4115
|
+
}
|
|
4116
|
+
}
|
|
4117
|
+
</script>
|
|
4118
|
+
|
|
4079
4119
|
<script src="../js/libs/custom-elements.min.js"></script>
|
|
4080
4120
|
<script src="../js/libs/lit-html.js"></script>
|
|
4081
4121
|
|