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 -->
|
|
@@ -74,7 +125,7 @@
|
|
|
74
125
|
</p>
|
|
75
126
|
<p class="comment">
|
|
76
127
|
<p>Get started with importing the module:</p>
|
|
77
|
-
<div><pre class="line-numbers"><code class="language-typescript">import { SearchModule } from 'carbon-components-angular';</code></pre></div><p><a href="../../?path=/story/components-search--basic">See demo</a></p>
|
|
128
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">import { SearchModule } from 'carbon-components-angular';</code></pre></div><p><a href="../../?path=/story/components-search--basic">See demo</a></p>
|
|
78
129
|
|
|
79
130
|
</p>
|
|
80
131
|
|
|
@@ -1168,17 +1219,17 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1168
1219
|
</tr>
|
|
1169
1220
|
|
|
1170
1221
|
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1222
|
+
<tr>
|
|
1223
|
+
<td class="col-md-4">
|
|
1224
|
+
<div class="io-line">Defined in <a href="" data-line="277"
|
|
1225
|
+
class="link-to-prism">src/search/search.component.ts:277</a></div>
|
|
1226
|
+
</td>
|
|
1227
|
+
</tr>
|
|
1177
1228
|
|
|
1178
1229
|
|
|
1179
1230
|
<tr>
|
|
1180
1231
|
<td class="col-md-4">
|
|
1181
|
-
|
|
1232
|
+
<div class="io-description"><p>Called when IME composition finishes.</p>
|
|
1182
1233
|
</div>
|
|
1183
1234
|
|
|
1184
1235
|
</td>
|
|
@@ -1208,17 +1259,17 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1208
1259
|
</tr>
|
|
1209
1260
|
|
|
1210
1261
|
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1262
|
+
<tr>
|
|
1263
|
+
<td class="col-md-4">
|
|
1264
|
+
<div class="io-line">Defined in <a href="" data-line="269"
|
|
1265
|
+
class="link-to-prism">src/search/search.component.ts:269</a></div>
|
|
1266
|
+
</td>
|
|
1267
|
+
</tr>
|
|
1217
1268
|
|
|
1218
1269
|
|
|
1219
1270
|
<tr>
|
|
1220
1271
|
<td class="col-md-4">
|
|
1221
|
-
|
|
1272
|
+
<div class="io-description"><p>Called when using IME composition.</p>
|
|
1222
1273
|
</div>
|
|
1223
1274
|
|
|
1224
1275
|
</td>
|
|
@@ -1248,12 +1299,12 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1248
1299
|
</tr>
|
|
1249
1300
|
|
|
1250
1301
|
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1302
|
+
<tr>
|
|
1303
|
+
<td class="col-md-4">
|
|
1304
|
+
<div class="io-line">Defined in <a href="" data-line="255"
|
|
1305
|
+
class="link-to-prism">src/search/search.component.ts:255</a></div>
|
|
1306
|
+
</td>
|
|
1307
|
+
</tr>
|
|
1257
1308
|
|
|
1258
1309
|
|
|
1259
1310
|
</tbody>
|
|
@@ -1281,12 +1332,12 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1281
1332
|
</tr>
|
|
1282
1333
|
|
|
1283
1334
|
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1335
|
+
<tr>
|
|
1336
|
+
<td class="col-md-4">
|
|
1337
|
+
<div class="io-line">Defined in <a href="" data-line="243"
|
|
1338
|
+
class="link-to-prism">src/search/search.component.ts:243</a></div>
|
|
1339
|
+
</td>
|
|
1340
|
+
</tr>
|
|
1290
1341
|
|
|
1291
1342
|
|
|
1292
1343
|
</tbody>
|
|
@@ -1314,12 +1365,12 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1314
1365
|
</tr>
|
|
1315
1366
|
|
|
1316
1367
|
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1368
|
+
<tr>
|
|
1369
|
+
<td class="col-md-4">
|
|
1370
|
+
<div class="io-line">Defined in <a href="" data-line="223"
|
|
1371
|
+
class="link-to-prism">src/search/search.component.ts:223</a></div>
|
|
1372
|
+
</td>
|
|
1373
|
+
</tr>
|
|
1323
1374
|
|
|
1324
1375
|
|
|
1325
1376
|
</tbody>
|
|
@@ -1348,23 +1399,23 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1348
1399
|
</tr>
|
|
1349
1400
|
|
|
1350
1401
|
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1402
|
+
<tr>
|
|
1403
|
+
<td class="col-md-4">
|
|
1404
|
+
<div class="io-line">Defined in <a href="" data-line="205"
|
|
1405
|
+
class="link-to-prism">src/search/search.component.ts:205</a></div>
|
|
1406
|
+
</td>
|
|
1407
|
+
</tr>
|
|
1357
1408
|
|
|
1358
1409
|
|
|
1359
1410
|
<tr>
|
|
1360
1411
|
<td class="col-md-4">
|
|
1361
|
-
|
|
1412
|
+
<div class="io-description"><p>Called when clear button is clicked.</p>
|
|
1362
1413
|
</div>
|
|
1363
1414
|
|
|
1364
|
-
|
|
1365
|
-
|
|
1415
|
+
<div class="io-description">
|
|
1416
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1366
1417
|
|
|
1367
|
-
|
|
1418
|
+
</div>
|
|
1368
1419
|
</td>
|
|
1369
1420
|
</tr>
|
|
1370
1421
|
</tbody>
|
|
@@ -1375,7 +1426,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1375
1426
|
<td class="col-md-4">
|
|
1376
1427
|
<a name="compositionEnd"></a>
|
|
1377
1428
|
<span class="name">
|
|
1378
|
-
|
|
1429
|
+
<span class="modifier"></span>
|
|
1379
1430
|
<span ><b>compositionEnd</b></span>
|
|
1380
1431
|
<a href="#compositionEnd"><span class="icon ion-ios-link"></span></a>
|
|
1381
1432
|
</span>
|
|
@@ -1383,7 +1434,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1383
1434
|
</tr>
|
|
1384
1435
|
<tr>
|
|
1385
1436
|
<td class="col-md-4">
|
|
1386
|
-
|
|
1437
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1387
1438
|
<code>compositionEnd(event)</code>
|
|
1388
1439
|
</td>
|
|
1389
1440
|
</tr>
|
|
@@ -1396,51 +1447,49 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1396
1447
|
</td>
|
|
1397
1448
|
</tr>
|
|
1398
1449
|
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1450
|
+
<tr>
|
|
1451
|
+
<td class="col-md-4">
|
|
1452
|
+
<div class="io-line">Defined in <a href="" data-line="277"
|
|
1453
|
+
class="link-to-prism">src/search/search.component.ts:277</a></div>
|
|
1454
|
+
</td>
|
|
1455
|
+
</tr>
|
|
1405
1456
|
|
|
1406
1457
|
|
|
1407
1458
|
<tr>
|
|
1408
1459
|
<td class="col-md-4">
|
|
1409
|
-
|
|
1460
|
+
<div class="io-description"><p>Called when IME composition finishes.</p>
|
|
1410
1461
|
</div>
|
|
1411
1462
|
|
|
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
|
-
</div>
|
|
1463
|
+
<div class="io-description">
|
|
1464
|
+
<b>Parameters :</b>
|
|
1465
|
+
|
|
1466
|
+
<table class="params">
|
|
1467
|
+
<thead>
|
|
1468
|
+
<tr>
|
|
1469
|
+
<td>Name</td>
|
|
1470
|
+
<td>Optional</td>
|
|
1471
|
+
</tr>
|
|
1472
|
+
</thead>
|
|
1473
|
+
<tbody>
|
|
1474
|
+
<tr>
|
|
1475
|
+
<td>event</td>
|
|
1476
|
+
|
|
1477
|
+
<td>
|
|
1478
|
+
No
|
|
1479
|
+
</td>
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
</tr>
|
|
1483
|
+
</tbody>
|
|
1484
|
+
</table>
|
|
1485
|
+
</div>
|
|
1486
|
+
<div class="io-description">
|
|
1487
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1488
|
+
|
|
1489
|
+
</div>
|
|
1490
|
+
<div class="io-description">
|
|
1491
|
+
|
|
1492
|
+
</div>
|
|
1444
1493
|
</td>
|
|
1445
1494
|
</tr>
|
|
1446
1495
|
</tbody>
|
|
@@ -1451,7 +1500,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1451
1500
|
<td class="col-md-4">
|
|
1452
1501
|
<a name="compositionStart"></a>
|
|
1453
1502
|
<span class="name">
|
|
1454
|
-
|
|
1503
|
+
<span class="modifier"></span>
|
|
1455
1504
|
<span ><b>compositionStart</b></span>
|
|
1456
1505
|
<a href="#compositionStart"><span class="icon ion-ios-link"></span></a>
|
|
1457
1506
|
</span>
|
|
@@ -1459,7 +1508,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1459
1508
|
</tr>
|
|
1460
1509
|
<tr>
|
|
1461
1510
|
<td class="col-md-4">
|
|
1462
|
-
|
|
1511
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1463
1512
|
<code>compositionStart(event)</code>
|
|
1464
1513
|
</td>
|
|
1465
1514
|
</tr>
|
|
@@ -1472,51 +1521,49 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1472
1521
|
</td>
|
|
1473
1522
|
</tr>
|
|
1474
1523
|
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1524
|
+
<tr>
|
|
1525
|
+
<td class="col-md-4">
|
|
1526
|
+
<div class="io-line">Defined in <a href="" data-line="269"
|
|
1527
|
+
class="link-to-prism">src/search/search.component.ts:269</a></div>
|
|
1528
|
+
</td>
|
|
1529
|
+
</tr>
|
|
1481
1530
|
|
|
1482
1531
|
|
|
1483
1532
|
<tr>
|
|
1484
1533
|
<td class="col-md-4">
|
|
1485
|
-
|
|
1534
|
+
<div class="io-description"><p>Called when using IME composition.</p>
|
|
1486
1535
|
</div>
|
|
1487
1536
|
|
|
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
|
-
</div>
|
|
1537
|
+
<div class="io-description">
|
|
1538
|
+
<b>Parameters :</b>
|
|
1539
|
+
|
|
1540
|
+
<table class="params">
|
|
1541
|
+
<thead>
|
|
1542
|
+
<tr>
|
|
1543
|
+
<td>Name</td>
|
|
1544
|
+
<td>Optional</td>
|
|
1545
|
+
</tr>
|
|
1546
|
+
</thead>
|
|
1547
|
+
<tbody>
|
|
1548
|
+
<tr>
|
|
1549
|
+
<td>event</td>
|
|
1550
|
+
|
|
1551
|
+
<td>
|
|
1552
|
+
No
|
|
1553
|
+
</td>
|
|
1554
|
+
|
|
1555
|
+
|
|
1556
|
+
</tr>
|
|
1557
|
+
</tbody>
|
|
1558
|
+
</table>
|
|
1559
|
+
</div>
|
|
1560
|
+
<div class="io-description">
|
|
1561
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1562
|
+
|
|
1563
|
+
</div>
|
|
1564
|
+
<div class="io-description">
|
|
1565
|
+
|
|
1566
|
+
</div>
|
|
1520
1567
|
</td>
|
|
1521
1568
|
</tr>
|
|
1522
1569
|
</tbody>
|
|
@@ -1539,21 +1586,21 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1539
1586
|
</tr>
|
|
1540
1587
|
|
|
1541
1588
|
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1589
|
+
<tr>
|
|
1590
|
+
<td class="col-md-4">
|
|
1591
|
+
<div class="io-line">Defined in <a href="" data-line="211"
|
|
1592
|
+
class="link-to-prism">src/search/search.component.ts:211</a></div>
|
|
1593
|
+
</td>
|
|
1594
|
+
</tr>
|
|
1548
1595
|
|
|
1549
1596
|
|
|
1550
1597
|
<tr>
|
|
1551
1598
|
<td class="col-md-4">
|
|
1552
1599
|
|
|
1553
|
-
|
|
1554
|
-
|
|
1600
|
+
<div class="io-description">
|
|
1601
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1555
1602
|
|
|
1556
|
-
|
|
1603
|
+
</div>
|
|
1557
1604
|
</td>
|
|
1558
1605
|
</tr>
|
|
1559
1606
|
</tbody>
|
|
@@ -1564,7 +1611,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1564
1611
|
<td class="col-md-4">
|
|
1565
1612
|
<a name="focusIn"></a>
|
|
1566
1613
|
<span class="name">
|
|
1567
|
-
|
|
1614
|
+
<span class="modifier"></span>
|
|
1568
1615
|
<span ><b>focusIn</b></span>
|
|
1569
1616
|
<a href="#focusIn"><span class="icon ion-ios-link"></span></a>
|
|
1570
1617
|
</span>
|
|
@@ -1572,7 +1619,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1572
1619
|
</tr>
|
|
1573
1620
|
<tr>
|
|
1574
1621
|
<td class="col-md-4">
|
|
1575
|
-
|
|
1622
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1576
1623
|
<code>focusIn(event)</code>
|
|
1577
1624
|
</td>
|
|
1578
1625
|
</tr>
|
|
@@ -1585,49 +1632,47 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1585
1632
|
</td>
|
|
1586
1633
|
</tr>
|
|
1587
1634
|
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1635
|
+
<tr>
|
|
1636
|
+
<td class="col-md-4">
|
|
1637
|
+
<div class="io-line">Defined in <a href="" data-line="255"
|
|
1638
|
+
class="link-to-prism">src/search/search.component.ts:255</a></div>
|
|
1639
|
+
</td>
|
|
1640
|
+
</tr>
|
|
1594
1641
|
|
|
1595
1642
|
|
|
1596
1643
|
<tr>
|
|
1597
1644
|
<td class="col-md-4">
|
|
1598
1645
|
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1646
|
+
<div class="io-description">
|
|
1647
|
+
<b>Parameters :</b>
|
|
1648
|
+
|
|
1649
|
+
<table class="params">
|
|
1650
|
+
<thead>
|
|
1651
|
+
<tr>
|
|
1652
|
+
<td>Name</td>
|
|
1653
|
+
<td>Optional</td>
|
|
1654
|
+
</tr>
|
|
1655
|
+
</thead>
|
|
1656
|
+
<tbody>
|
|
1657
|
+
<tr>
|
|
1658
|
+
<td>event</td>
|
|
1612
1659
|
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1660
|
+
<td>
|
|
1661
|
+
No
|
|
1662
|
+
</td>
|
|
1616
1663
|
|
|
1617
1664
|
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
<div class="io-description">
|
|
1625
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1665
|
+
</tr>
|
|
1666
|
+
</tbody>
|
|
1667
|
+
</table>
|
|
1668
|
+
</div>
|
|
1669
|
+
<div class="io-description">
|
|
1670
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1626
1671
|
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1672
|
+
</div>
|
|
1673
|
+
<div class="io-description">
|
|
1674
|
+
|
|
1675
|
+
</div>
|
|
1631
1676
|
</td>
|
|
1632
1677
|
</tr>
|
|
1633
1678
|
</tbody>
|
|
@@ -1638,7 +1683,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1638
1683
|
<td class="col-md-4">
|
|
1639
1684
|
<a name="focusOut"></a>
|
|
1640
1685
|
<span class="name">
|
|
1641
|
-
|
|
1686
|
+
<span class="modifier"></span>
|
|
1642
1687
|
<span ><b>focusOut</b></span>
|
|
1643
1688
|
<a href="#focusOut"><span class="icon ion-ios-link"></span></a>
|
|
1644
1689
|
</span>
|
|
@@ -1646,7 +1691,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1646
1691
|
</tr>
|
|
1647
1692
|
<tr>
|
|
1648
1693
|
<td class="col-md-4">
|
|
1649
|
-
|
|
1694
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1650
1695
|
<code>focusOut(event)</code>
|
|
1651
1696
|
</td>
|
|
1652
1697
|
</tr>
|
|
@@ -1659,49 +1704,47 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1659
1704
|
</td>
|
|
1660
1705
|
</tr>
|
|
1661
1706
|
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1707
|
+
<tr>
|
|
1708
|
+
<td class="col-md-4">
|
|
1709
|
+
<div class="io-line">Defined in <a href="" data-line="243"
|
|
1710
|
+
class="link-to-prism">src/search/search.component.ts:243</a></div>
|
|
1711
|
+
</td>
|
|
1712
|
+
</tr>
|
|
1668
1713
|
|
|
1669
1714
|
|
|
1670
1715
|
<tr>
|
|
1671
1716
|
<td class="col-md-4">
|
|
1672
1717
|
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1718
|
+
<div class="io-description">
|
|
1719
|
+
<b>Parameters :</b>
|
|
1720
|
+
|
|
1721
|
+
<table class="params">
|
|
1722
|
+
<thead>
|
|
1723
|
+
<tr>
|
|
1724
|
+
<td>Name</td>
|
|
1725
|
+
<td>Optional</td>
|
|
1726
|
+
</tr>
|
|
1727
|
+
</thead>
|
|
1728
|
+
<tbody>
|
|
1729
|
+
<tr>
|
|
1730
|
+
<td>event</td>
|
|
1686
1731
|
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1732
|
+
<td>
|
|
1733
|
+
No
|
|
1734
|
+
</td>
|
|
1690
1735
|
|
|
1691
1736
|
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
<div class="io-description">
|
|
1699
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1737
|
+
</tr>
|
|
1738
|
+
</tbody>
|
|
1739
|
+
</table>
|
|
1740
|
+
</div>
|
|
1741
|
+
<div class="io-description">
|
|
1742
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1700
1743
|
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1744
|
+
</div>
|
|
1745
|
+
<div class="io-description">
|
|
1746
|
+
|
|
1747
|
+
</div>
|
|
1705
1748
|
</td>
|
|
1706
1749
|
</tr>
|
|
1707
1750
|
</tbody>
|
|
@@ -1712,7 +1755,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1712
1755
|
<td class="col-md-4">
|
|
1713
1756
|
<a name="keyDown"></a>
|
|
1714
1757
|
<span class="name">
|
|
1715
|
-
|
|
1758
|
+
<span class="modifier"></span>
|
|
1716
1759
|
<span ><b>keyDown</b></span>
|
|
1717
1760
|
<a href="#keyDown"><span class="icon ion-ios-link"></span></a>
|
|
1718
1761
|
</span>
|
|
@@ -1720,7 +1763,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1720
1763
|
</tr>
|
|
1721
1764
|
<tr>
|
|
1722
1765
|
<td class="col-md-4">
|
|
1723
|
-
|
|
1766
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1724
1767
|
<code>keyDown(event: KeyboardEvent)</code>
|
|
1725
1768
|
</td>
|
|
1726
1769
|
</tr>
|
|
@@ -1733,53 +1776,51 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1733
1776
|
</td>
|
|
1734
1777
|
</tr>
|
|
1735
1778
|
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1779
|
+
<tr>
|
|
1780
|
+
<td class="col-md-4">
|
|
1781
|
+
<div class="io-line">Defined in <a href="" data-line="223"
|
|
1782
|
+
class="link-to-prism">src/search/search.component.ts:223</a></div>
|
|
1783
|
+
</td>
|
|
1784
|
+
</tr>
|
|
1742
1785
|
|
|
1743
1786
|
|
|
1744
1787
|
<tr>
|
|
1745
1788
|
<td class="col-md-4">
|
|
1746
1789
|
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1790
|
+
<div class="io-description">
|
|
1791
|
+
<b>Parameters :</b>
|
|
1792
|
+
|
|
1793
|
+
<table class="params">
|
|
1794
|
+
<thead>
|
|
1795
|
+
<tr>
|
|
1796
|
+
<td>Name</td>
|
|
1797
|
+
<td>Type</td>
|
|
1798
|
+
<td>Optional</td>
|
|
1799
|
+
</tr>
|
|
1800
|
+
</thead>
|
|
1801
|
+
<tbody>
|
|
1802
|
+
<tr>
|
|
1803
|
+
<td>event</td>
|
|
1804
|
+
<td>
|
|
1805
|
+
<code>KeyboardEvent</code>
|
|
1806
|
+
</td>
|
|
1764
1807
|
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1808
|
+
<td>
|
|
1809
|
+
No
|
|
1810
|
+
</td>
|
|
1768
1811
|
|
|
1769
1812
|
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
<div class="io-description">
|
|
1777
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1813
|
+
</tr>
|
|
1814
|
+
</tbody>
|
|
1815
|
+
</table>
|
|
1816
|
+
</div>
|
|
1817
|
+
<div class="io-description">
|
|
1818
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1778
1819
|
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1820
|
+
</div>
|
|
1821
|
+
<div class="io-description">
|
|
1822
|
+
|
|
1823
|
+
</div>
|
|
1783
1824
|
</td>
|
|
1784
1825
|
</tr>
|
|
1785
1826
|
</tbody>
|
|
@@ -1802,23 +1843,23 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1802
1843
|
</tr>
|
|
1803
1844
|
|
|
1804
1845
|
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1846
|
+
<tr>
|
|
1847
|
+
<td class="col-md-4">
|
|
1848
|
+
<div class="io-line">Defined in <a href="" data-line="198"
|
|
1849
|
+
class="link-to-prism">src/search/search.component.ts:198</a></div>
|
|
1850
|
+
</td>
|
|
1851
|
+
</tr>
|
|
1811
1852
|
|
|
1812
1853
|
|
|
1813
1854
|
<tr>
|
|
1814
1855
|
<td class="col-md-4">
|
|
1815
|
-
|
|
1856
|
+
<div class="io-description"><p>Called on enter.</p>
|
|
1816
1857
|
</div>
|
|
1817
1858
|
|
|
1818
|
-
|
|
1819
|
-
|
|
1859
|
+
<div class="io-description">
|
|
1860
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1820
1861
|
|
|
1821
|
-
|
|
1862
|
+
</div>
|
|
1822
1863
|
</td>
|
|
1823
1864
|
</tr>
|
|
1824
1865
|
</tbody>
|
|
@@ -1841,60 +1882,58 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1841
1882
|
</tr>
|
|
1842
1883
|
|
|
1843
1884
|
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1885
|
+
<tr>
|
|
1886
|
+
<td class="col-md-4">
|
|
1887
|
+
<div class="io-line">Defined in <a href="" data-line="187"
|
|
1888
|
+
class="link-to-prism">src/search/search.component.ts:187</a></div>
|
|
1889
|
+
</td>
|
|
1890
|
+
</tr>
|
|
1850
1891
|
|
|
1851
1892
|
|
|
1852
1893
|
<tr>
|
|
1853
1894
|
<td class="col-md-4">
|
|
1854
|
-
|
|
1895
|
+
<div class="io-description"><p>Called when text is written in the input.</p>
|
|
1855
1896
|
</div>
|
|
1856
1897
|
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
</div>
|
|
1898
|
+
<div class="io-description">
|
|
1899
|
+
<b>Parameters :</b>
|
|
1900
|
+
|
|
1901
|
+
<table class="params">
|
|
1902
|
+
<thead>
|
|
1903
|
+
<tr>
|
|
1904
|
+
<td>Name</td>
|
|
1905
|
+
<td>Type</td>
|
|
1906
|
+
<td>Optional</td>
|
|
1907
|
+
<td>Description</td>
|
|
1908
|
+
</tr>
|
|
1909
|
+
</thead>
|
|
1910
|
+
<tbody>
|
|
1911
|
+
<tr>
|
|
1912
|
+
<td>search</td>
|
|
1913
|
+
<td>
|
|
1914
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1915
|
+
</td>
|
|
1916
|
+
|
|
1917
|
+
<td>
|
|
1918
|
+
No
|
|
1919
|
+
</td>
|
|
1920
|
+
|
|
1921
|
+
|
|
1922
|
+
<td>
|
|
1923
|
+
<p>The input text.</p>
|
|
1924
|
+
|
|
1925
|
+
</td>
|
|
1926
|
+
</tr>
|
|
1927
|
+
</tbody>
|
|
1928
|
+
</table>
|
|
1929
|
+
</div>
|
|
1930
|
+
<div class="io-description">
|
|
1931
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1932
|
+
|
|
1933
|
+
</div>
|
|
1934
|
+
<div class="io-description">
|
|
1935
|
+
|
|
1936
|
+
</div>
|
|
1898
1937
|
</td>
|
|
1899
1938
|
</tr>
|
|
1900
1939
|
</tbody>
|
|
@@ -1917,21 +1956,21 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1917
1956
|
</tr>
|
|
1918
1957
|
|
|
1919
1958
|
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1959
|
+
<tr>
|
|
1960
|
+
<td class="col-md-4">
|
|
1961
|
+
<div class="io-line">Defined in <a href="" data-line="216"
|
|
1962
|
+
class="link-to-prism">src/search/search.component.ts:216</a></div>
|
|
1963
|
+
</td>
|
|
1964
|
+
</tr>
|
|
1926
1965
|
|
|
1927
1966
|
|
|
1928
1967
|
<tr>
|
|
1929
1968
|
<td class="col-md-4">
|
|
1930
1969
|
|
|
1931
|
-
|
|
1932
|
-
|
|
1970
|
+
<div class="io-description">
|
|
1971
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1933
1972
|
|
|
1934
|
-
|
|
1973
|
+
</div>
|
|
1935
1974
|
</td>
|
|
1936
1975
|
</tr>
|
|
1937
1976
|
</tbody>
|
|
@@ -1942,7 +1981,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1942
1981
|
<td class="col-md-4">
|
|
1943
1982
|
<a name="registerOnChange"></a>
|
|
1944
1983
|
<span class="name">
|
|
1945
|
-
|
|
1984
|
+
<span class="modifier">Public</span>
|
|
1946
1985
|
<span ><b>registerOnChange</b></span>
|
|
1947
1986
|
<a href="#registerOnChange"><span class="icon ion-ios-link"></span></a>
|
|
1948
1987
|
</span>
|
|
@@ -1950,61 +1989,59 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1950
1989
|
</tr>
|
|
1951
1990
|
<tr>
|
|
1952
1991
|
<td class="col-md-4">
|
|
1953
|
-
|
|
1992
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1954
1993
|
<code>registerOnChange(fn: <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank">any</a>)</code>
|
|
1955
1994
|
</td>
|
|
1956
1995
|
</tr>
|
|
1957
1996
|
|
|
1958
1997
|
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1998
|
+
<tr>
|
|
1999
|
+
<td class="col-md-4">
|
|
2000
|
+
<div class="io-line">Defined in <a href="" data-line="161"
|
|
2001
|
+
class="link-to-prism">src/search/search.component.ts:161</a></div>
|
|
2002
|
+
</td>
|
|
2003
|
+
</tr>
|
|
1965
2004
|
|
|
1966
2005
|
|
|
1967
2006
|
<tr>
|
|
1968
2007
|
<td class="col-md-4">
|
|
1969
|
-
|
|
2008
|
+
<div class="io-description"><p>Sets a method in order to propagate changes back to the form.</p>
|
|
1970
2009
|
</div>
|
|
1971
2010
|
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
</div>
|
|
2011
|
+
<div class="io-description">
|
|
2012
|
+
<b>Parameters :</b>
|
|
2013
|
+
|
|
2014
|
+
<table class="params">
|
|
2015
|
+
<thead>
|
|
2016
|
+
<tr>
|
|
2017
|
+
<td>Name</td>
|
|
2018
|
+
<td>Type</td>
|
|
2019
|
+
<td>Optional</td>
|
|
2020
|
+
</tr>
|
|
2021
|
+
</thead>
|
|
2022
|
+
<tbody>
|
|
2023
|
+
<tr>
|
|
2024
|
+
<td>fn</td>
|
|
2025
|
+
<td>
|
|
2026
|
+
<code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
2027
|
+
</td>
|
|
2028
|
+
|
|
2029
|
+
<td>
|
|
2030
|
+
No
|
|
2031
|
+
</td>
|
|
2032
|
+
|
|
2033
|
+
|
|
2034
|
+
</tr>
|
|
2035
|
+
</tbody>
|
|
2036
|
+
</table>
|
|
2037
|
+
</div>
|
|
2038
|
+
<div class="io-description">
|
|
2039
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2040
|
+
|
|
2041
|
+
</div>
|
|
2042
|
+
<div class="io-description">
|
|
2043
|
+
|
|
2044
|
+
</div>
|
|
2008
2045
|
</td>
|
|
2009
2046
|
</tr>
|
|
2010
2047
|
</tbody>
|
|
@@ -2015,7 +2052,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
2015
2052
|
<td class="col-md-4">
|
|
2016
2053
|
<a name="registerOnTouched"></a>
|
|
2017
2054
|
<span class="name">
|
|
2018
|
-
|
|
2055
|
+
<span class="modifier">Public</span>
|
|
2019
2056
|
<span ><b>registerOnTouched</b></span>
|
|
2020
2057
|
<a href="#registerOnTouched"><span class="icon ion-ios-link"></span></a>
|
|
2021
2058
|
</span>
|
|
@@ -2023,66 +2060,64 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
2023
2060
|
</tr>
|
|
2024
2061
|
<tr>
|
|
2025
2062
|
<td class="col-md-4">
|
|
2026
|
-
|
|
2063
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2027
2064
|
<code>registerOnTouched(fn: <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank">any</a>)</code>
|
|
2028
2065
|
</td>
|
|
2029
2066
|
</tr>
|
|
2030
2067
|
|
|
2031
2068
|
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2069
|
+
<tr>
|
|
2070
|
+
<td class="col-md-4">
|
|
2071
|
+
<div class="io-line">Defined in <a href="" data-line="169"
|
|
2072
|
+
class="link-to-prism">src/search/search.component.ts:169</a></div>
|
|
2073
|
+
</td>
|
|
2074
|
+
</tr>
|
|
2038
2075
|
|
|
2039
2076
|
|
|
2040
2077
|
<tr>
|
|
2041
2078
|
<td class="col-md-4">
|
|
2042
|
-
|
|
2079
|
+
<div class="io-description"><p>Registers a callback to be triggered when the control has been touched.</p>
|
|
2043
2080
|
</div>
|
|
2044
2081
|
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
</div>
|
|
2082
|
+
<div class="io-description">
|
|
2083
|
+
<b>Parameters :</b>
|
|
2084
|
+
|
|
2085
|
+
<table class="params">
|
|
2086
|
+
<thead>
|
|
2087
|
+
<tr>
|
|
2088
|
+
<td>Name</td>
|
|
2089
|
+
<td>Type</td>
|
|
2090
|
+
<td>Optional</td>
|
|
2091
|
+
<td>Description</td>
|
|
2092
|
+
</tr>
|
|
2093
|
+
</thead>
|
|
2094
|
+
<tbody>
|
|
2095
|
+
<tr>
|
|
2096
|
+
<td>fn</td>
|
|
2097
|
+
<td>
|
|
2098
|
+
<code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
2099
|
+
</td>
|
|
2100
|
+
|
|
2101
|
+
<td>
|
|
2102
|
+
No
|
|
2103
|
+
</td>
|
|
2104
|
+
|
|
2105
|
+
|
|
2106
|
+
<td>
|
|
2107
|
+
<p>Callback to be triggered when the search input is touched.</p>
|
|
2108
|
+
|
|
2109
|
+
</td>
|
|
2110
|
+
</tr>
|
|
2111
|
+
</tbody>
|
|
2112
|
+
</table>
|
|
2113
|
+
</div>
|
|
2114
|
+
<div class="io-description">
|
|
2115
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2116
|
+
|
|
2117
|
+
</div>
|
|
2118
|
+
<div class="io-description">
|
|
2119
|
+
|
|
2120
|
+
</div>
|
|
2086
2121
|
</td>
|
|
2087
2122
|
</tr>
|
|
2088
2123
|
</tbody>
|
|
@@ -2093,7 +2128,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
2093
2128
|
<td class="col-md-4">
|
|
2094
2129
|
<a name="writeValue"></a>
|
|
2095
2130
|
<span class="name">
|
|
2096
|
-
|
|
2131
|
+
<span class="modifier">Public</span>
|
|
2097
2132
|
<span ><b>writeValue</b></span>
|
|
2098
2133
|
<a href="#writeValue"><span class="icon ion-ios-link"></span></a>
|
|
2099
2134
|
</span>
|
|
@@ -2101,66 +2136,64 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
2101
2136
|
</tr>
|
|
2102
2137
|
<tr>
|
|
2103
2138
|
<td class="col-md-4">
|
|
2104
|
-
|
|
2139
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2105
2140
|
<code>writeValue(value: <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank">any</a>)</code>
|
|
2106
2141
|
</td>
|
|
2107
2142
|
</tr>
|
|
2108
2143
|
|
|
2109
2144
|
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2145
|
+
<tr>
|
|
2146
|
+
<td class="col-md-4">
|
|
2147
|
+
<div class="io-line">Defined in <a href="" data-line="154"
|
|
2148
|
+
class="link-to-prism">src/search/search.component.ts:154</a></div>
|
|
2149
|
+
</td>
|
|
2150
|
+
</tr>
|
|
2116
2151
|
|
|
2117
2152
|
|
|
2118
2153
|
<tr>
|
|
2119
2154
|
<td class="col-md-4">
|
|
2120
|
-
|
|
2155
|
+
<div class="io-description"><p>This is the initial value set to the component</p>
|
|
2121
2156
|
</div>
|
|
2122
2157
|
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
</div>
|
|
2158
|
+
<div class="io-description">
|
|
2159
|
+
<b>Parameters :</b>
|
|
2160
|
+
|
|
2161
|
+
<table class="params">
|
|
2162
|
+
<thead>
|
|
2163
|
+
<tr>
|
|
2164
|
+
<td>Name</td>
|
|
2165
|
+
<td>Type</td>
|
|
2166
|
+
<td>Optional</td>
|
|
2167
|
+
<td>Description</td>
|
|
2168
|
+
</tr>
|
|
2169
|
+
</thead>
|
|
2170
|
+
<tbody>
|
|
2171
|
+
<tr>
|
|
2172
|
+
<td>value</td>
|
|
2173
|
+
<td>
|
|
2174
|
+
<code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
2175
|
+
</td>
|
|
2176
|
+
|
|
2177
|
+
<td>
|
|
2178
|
+
No
|
|
2179
|
+
</td>
|
|
2180
|
+
|
|
2181
|
+
|
|
2182
|
+
<td>
|
|
2183
|
+
<p>The input value.</p>
|
|
2184
|
+
|
|
2185
|
+
</td>
|
|
2186
|
+
</tr>
|
|
2187
|
+
</tbody>
|
|
2188
|
+
</table>
|
|
2189
|
+
</div>
|
|
2190
|
+
<div class="io-description">
|
|
2191
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2192
|
+
|
|
2193
|
+
</div>
|
|
2194
|
+
<div class="io-description">
|
|
2195
|
+
|
|
2196
|
+
</div>
|
|
2164
2197
|
</td>
|
|
2165
2198
|
</tr>
|
|
2166
2199
|
</tbody>
|
|
@@ -2807,6 +2840,19 @@ export class Search implements ControlValueAccessor {
|
|
|
2807
2840
|
var MAX_SEARCH_RESULTS = 15;
|
|
2808
2841
|
</script>
|
|
2809
2842
|
|
|
2843
|
+
<script>
|
|
2844
|
+
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
2845
|
+
checkToggle(darkModeState);
|
|
2846
|
+
if ($darkModeToggleSwitchers.length > 0) {
|
|
2847
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
2848
|
+
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
|
2849
|
+
darkModeState = !darkModeState;
|
|
2850
|
+
toggleDarkMode(darkModeState);
|
|
2851
|
+
});
|
|
2852
|
+
}
|
|
2853
|
+
}
|
|
2854
|
+
</script>
|
|
2855
|
+
|
|
2810
2856
|
<script src="../js/libs/custom-elements.min.js"></script>
|
|
2811
2857
|
<script src="../js/libs/lit-html.js"></script>
|
|
2812
2858
|
|