carbon-components-angular 5.26.1 → 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 +149 -89
- 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.html +69 -5
- package/docs/documentation/modules/ComboBoxModule.html +69 -5
- package/docs/documentation/modules/ContainedListModule.html +69 -5
- package/docs/documentation/modules/ContentSwitcherModule.html +69 -5
- package/docs/documentation/modules/ContextMenuModule.html +69 -5
- package/docs/documentation/modules/DatePickerInputModule.html +69 -5
- package/docs/documentation/modules/DatePickerModule.html +69 -5
- 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.html +69 -5
- 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.html +69 -5
- package/docs/documentation/modules/PaginationModule.html +69 -5
- package/docs/documentation/modules/PanelModule.html +69 -5
- 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.html +69 -5
- package/docs/documentation/modules/SearchModule.html +69 -5
- package/docs/documentation/modules/SelectModule.html +69 -5
- package/docs/documentation/modules/SideNavModule.html +69 -5
- package/docs/documentation/modules/SkeletonModule.html +69 -5
- package/docs/documentation/modules/SliderModule.html +69 -5
- 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.html +69 -5
- package/docs/documentation/modules/ThemeModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ThemeModule.html +73 -9
- package/docs/documentation/modules/TilesModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TilesModule.html +73 -9
- package/docs/documentation/modules/TimePickerModule/dependencies.svg +17 -17
- package/docs/documentation/modules/TimePickerModule.html +86 -22
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TimePickerSelectModule.html +73 -9
- package/docs/documentation/modules/ToggleModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ToggleModule.html +73 -9
- package/docs/documentation/modules/ToggletipModule/dependencies.svg +37 -37
- package/docs/documentation/modules/ToggletipModule.html +106 -42
- package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TooltipModule.html +73 -9
- package/docs/documentation/modules/TreeviewModule/dependencies.svg +34 -34
- package/docs/documentation/modules/TreeviewModule.html +103 -39
- package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
- package/docs/documentation/modules/UIShellModule.html +73 -9
- 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 +2067 -1757
- 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.b589439b.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/fesm2015/carbon-components-angular-tabs.mjs +24 -7
- package/fesm2015/carbon-components-angular-tabs.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-tabs.mjs +24 -7
- package/fesm2020/carbon-components-angular-tabs.mjs.map +1 -1
- package/package.json +1 -1
- package/tabs/tab.component.d.ts +10 -1
- package/docs/storybook/main.5c20d10a.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
|
<h3>Extends</h3>
|
|
75
126
|
</p>
|
|
76
127
|
<p class="comment">
|
|
77
|
-
|
|
128
|
+
<code><a href="../components/Search.html" target="_self" >Search</a></code>
|
|
78
129
|
</p>
|
|
79
130
|
|
|
80
131
|
<p class="comment">
|
|
@@ -1291,23 +1342,23 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1291
1342
|
</tr>
|
|
1292
1343
|
|
|
1293
1344
|
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1345
|
+
<tr>
|
|
1346
|
+
<td class="col-md-4">
|
|
1347
|
+
<div class="io-line">Inherited from <code><a href="../components/Search.html" target="_self" >Search</a></code>
|
|
1297
1348
|
</div>
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1349
|
+
</td>
|
|
1350
|
+
</tr>
|
|
1351
|
+
<tr>
|
|
1352
|
+
<td class="col-md-4">
|
|
1353
|
+
<div class="io-line">Defined in <code><a href="../components/Search.html#source" target="_self" >Search:277</a></code>
|
|
1303
1354
|
</div>
|
|
1304
|
-
|
|
1305
|
-
|
|
1355
|
+
</td>
|
|
1356
|
+
</tr>
|
|
1306
1357
|
|
|
1307
1358
|
|
|
1308
1359
|
<tr>
|
|
1309
1360
|
<td class="col-md-4">
|
|
1310
|
-
|
|
1361
|
+
<div class="io-description"><p>Called when IME composition finishes.</p>
|
|
1311
1362
|
</div>
|
|
1312
1363
|
|
|
1313
1364
|
</td>
|
|
@@ -1337,23 +1388,23 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1337
1388
|
</tr>
|
|
1338
1389
|
|
|
1339
1390
|
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1391
|
+
<tr>
|
|
1392
|
+
<td class="col-md-4">
|
|
1393
|
+
<div class="io-line">Inherited from <code><a href="../components/Search.html" target="_self" >Search</a></code>
|
|
1343
1394
|
</div>
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1395
|
+
</td>
|
|
1396
|
+
</tr>
|
|
1397
|
+
<tr>
|
|
1398
|
+
<td class="col-md-4">
|
|
1399
|
+
<div class="io-line">Defined in <code><a href="../components/Search.html#source" target="_self" >Search:269</a></code>
|
|
1349
1400
|
</div>
|
|
1350
|
-
|
|
1351
|
-
|
|
1401
|
+
</td>
|
|
1402
|
+
</tr>
|
|
1352
1403
|
|
|
1353
1404
|
|
|
1354
1405
|
<tr>
|
|
1355
1406
|
<td class="col-md-4">
|
|
1356
|
-
|
|
1407
|
+
<div class="io-description"><p>Called when using IME composition.</p>
|
|
1357
1408
|
</div>
|
|
1358
1409
|
|
|
1359
1410
|
</td>
|
|
@@ -1383,18 +1434,18 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1383
1434
|
</tr>
|
|
1384
1435
|
|
|
1385
1436
|
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1437
|
+
<tr>
|
|
1438
|
+
<td class="col-md-4">
|
|
1439
|
+
<div class="io-line">Inherited from <code><a href="../components/Search.html" target="_self" >Search</a></code>
|
|
1389
1440
|
</div>
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1441
|
+
</td>
|
|
1442
|
+
</tr>
|
|
1443
|
+
<tr>
|
|
1444
|
+
<td class="col-md-4">
|
|
1445
|
+
<div class="io-line">Defined in <code><a href="../components/Search.html#source" target="_self" >Search:255</a></code>
|
|
1395
1446
|
</div>
|
|
1396
|
-
|
|
1397
|
-
|
|
1447
|
+
</td>
|
|
1448
|
+
</tr>
|
|
1398
1449
|
|
|
1399
1450
|
|
|
1400
1451
|
</tbody>
|
|
@@ -1422,18 +1473,18 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1422
1473
|
</tr>
|
|
1423
1474
|
|
|
1424
1475
|
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1476
|
+
<tr>
|
|
1477
|
+
<td class="col-md-4">
|
|
1478
|
+
<div class="io-line">Inherited from <code><a href="../components/Search.html" target="_self" >Search</a></code>
|
|
1428
1479
|
</div>
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1480
|
+
</td>
|
|
1481
|
+
</tr>
|
|
1482
|
+
<tr>
|
|
1483
|
+
<td class="col-md-4">
|
|
1484
|
+
<div class="io-line">Defined in <code><a href="../components/Search.html#source" target="_self" >Search:243</a></code>
|
|
1434
1485
|
</div>
|
|
1435
|
-
|
|
1436
|
-
|
|
1486
|
+
</td>
|
|
1487
|
+
</tr>
|
|
1437
1488
|
|
|
1438
1489
|
|
|
1439
1490
|
</tbody>
|
|
@@ -1461,18 +1512,18 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1461
1512
|
</tr>
|
|
1462
1513
|
|
|
1463
1514
|
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1515
|
+
<tr>
|
|
1516
|
+
<td class="col-md-4">
|
|
1517
|
+
<div class="io-line">Inherited from <code><a href="../components/Search.html" target="_self" >Search</a></code>
|
|
1467
1518
|
</div>
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1519
|
+
</td>
|
|
1520
|
+
</tr>
|
|
1521
|
+
<tr>
|
|
1522
|
+
<td class="col-md-4">
|
|
1523
|
+
<div class="io-line">Defined in <code><a href="../components/Search.html#source" target="_self" >Search:223</a></code>
|
|
1473
1524
|
</div>
|
|
1474
|
-
|
|
1475
|
-
|
|
1525
|
+
</td>
|
|
1526
|
+
</tr>
|
|
1476
1527
|
|
|
1477
1528
|
|
|
1478
1529
|
</tbody>
|
|
@@ -1501,21 +1552,21 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1501
1552
|
</tr>
|
|
1502
1553
|
|
|
1503
1554
|
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1555
|
+
<tr>
|
|
1556
|
+
<td class="col-md-4">
|
|
1557
|
+
<div class="io-line">Defined in <a href="" data-line="29"
|
|
1558
|
+
class="link-to-prism">src/table/toolbar/table-toolbar-search.component.ts:29</a></div>
|
|
1559
|
+
</td>
|
|
1560
|
+
</tr>
|
|
1510
1561
|
|
|
1511
1562
|
|
|
1512
1563
|
<tr>
|
|
1513
1564
|
<td class="col-md-4">
|
|
1514
1565
|
|
|
1515
|
-
|
|
1516
|
-
|
|
1566
|
+
<div class="io-description">
|
|
1567
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1517
1568
|
|
|
1518
|
-
|
|
1569
|
+
</div>
|
|
1519
1570
|
</td>
|
|
1520
1571
|
</tr>
|
|
1521
1572
|
</tbody>
|
|
@@ -1538,29 +1589,29 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1538
1589
|
</tr>
|
|
1539
1590
|
|
|
1540
1591
|
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1592
|
+
<tr>
|
|
1593
|
+
<td class="col-md-4">
|
|
1594
|
+
<div class="io-line">Inherited from <code><a href="../components/Search.html" target="_self" >Search</a></code>
|
|
1544
1595
|
</div>
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1596
|
+
</td>
|
|
1597
|
+
</tr>
|
|
1598
|
+
<tr>
|
|
1599
|
+
<td class="col-md-4">
|
|
1600
|
+
<div class="io-line">Defined in <code><a href="../components/Search.html#source" target="_self" >Search:205</a></code>
|
|
1550
1601
|
</div>
|
|
1551
|
-
|
|
1552
|
-
|
|
1602
|
+
</td>
|
|
1603
|
+
</tr>
|
|
1553
1604
|
|
|
1554
1605
|
|
|
1555
1606
|
<tr>
|
|
1556
1607
|
<td class="col-md-4">
|
|
1557
|
-
|
|
1608
|
+
<div class="io-description"><p>Called when clear button is clicked.</p>
|
|
1558
1609
|
</div>
|
|
1559
1610
|
|
|
1560
|
-
|
|
1561
|
-
|
|
1611
|
+
<div class="io-description">
|
|
1612
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1562
1613
|
|
|
1563
|
-
|
|
1614
|
+
</div>
|
|
1564
1615
|
</td>
|
|
1565
1616
|
</tr>
|
|
1566
1617
|
</tbody>
|
|
@@ -1571,7 +1622,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1571
1622
|
<td class="col-md-4">
|
|
1572
1623
|
<a name="compositionEnd"></a>
|
|
1573
1624
|
<span class="name">
|
|
1574
|
-
|
|
1625
|
+
<span class="modifier"></span>
|
|
1575
1626
|
<span ><b>compositionEnd</b></span>
|
|
1576
1627
|
<a href="#compositionEnd"><span class="icon ion-ios-link"></span></a>
|
|
1577
1628
|
</span>
|
|
@@ -1579,7 +1630,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1579
1630
|
</tr>
|
|
1580
1631
|
<tr>
|
|
1581
1632
|
<td class="col-md-4">
|
|
1582
|
-
|
|
1633
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1583
1634
|
<code>compositionEnd(event)</code>
|
|
1584
1635
|
</td>
|
|
1585
1636
|
</tr>
|
|
@@ -1592,57 +1643,55 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1592
1643
|
</td>
|
|
1593
1644
|
</tr>
|
|
1594
1645
|
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1646
|
+
<tr>
|
|
1647
|
+
<td class="col-md-4">
|
|
1648
|
+
<div class="io-line">Inherited from <code><a href="../components/Search.html" target="_self" >Search</a></code>
|
|
1598
1649
|
</div>
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1650
|
+
</td>
|
|
1651
|
+
</tr>
|
|
1652
|
+
<tr>
|
|
1653
|
+
<td class="col-md-4">
|
|
1654
|
+
<div class="io-line">Defined in <code><a href="../components/Search.html#source" target="_self" >Search:277</a></code>
|
|
1604
1655
|
</div>
|
|
1605
|
-
|
|
1606
|
-
|
|
1656
|
+
</td>
|
|
1657
|
+
</tr>
|
|
1607
1658
|
|
|
1608
1659
|
|
|
1609
1660
|
<tr>
|
|
1610
1661
|
<td class="col-md-4">
|
|
1611
|
-
|
|
1662
|
+
<div class="io-description"><p>Called when IME composition finishes.</p>
|
|
1612
1663
|
</div>
|
|
1613
1664
|
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1665
|
+
<div class="io-description">
|
|
1666
|
+
<b>Parameters :</b>
|
|
1667
|
+
|
|
1668
|
+
<table class="params">
|
|
1669
|
+
<thead>
|
|
1670
|
+
<tr>
|
|
1671
|
+
<td>Name</td>
|
|
1672
|
+
<td>Optional</td>
|
|
1673
|
+
</tr>
|
|
1674
|
+
</thead>
|
|
1675
|
+
<tbody>
|
|
1676
|
+
<tr>
|
|
1677
|
+
<td>event</td>
|
|
1627
1678
|
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1679
|
+
<td>
|
|
1680
|
+
No
|
|
1681
|
+
</td>
|
|
1631
1682
|
|
|
1632
1683
|
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
<div class="io-description">
|
|
1640
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1684
|
+
</tr>
|
|
1685
|
+
</tbody>
|
|
1686
|
+
</table>
|
|
1687
|
+
</div>
|
|
1688
|
+
<div class="io-description">
|
|
1689
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1641
1690
|
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1691
|
+
</div>
|
|
1692
|
+
<div class="io-description">
|
|
1693
|
+
|
|
1694
|
+
</div>
|
|
1646
1695
|
</td>
|
|
1647
1696
|
</tr>
|
|
1648
1697
|
</tbody>
|
|
@@ -1653,7 +1702,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1653
1702
|
<td class="col-md-4">
|
|
1654
1703
|
<a name="compositionStart"></a>
|
|
1655
1704
|
<span class="name">
|
|
1656
|
-
|
|
1705
|
+
<span class="modifier"></span>
|
|
1657
1706
|
<span ><b>compositionStart</b></span>
|
|
1658
1707
|
<a href="#compositionStart"><span class="icon ion-ios-link"></span></a>
|
|
1659
1708
|
</span>
|
|
@@ -1661,7 +1710,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1661
1710
|
</tr>
|
|
1662
1711
|
<tr>
|
|
1663
1712
|
<td class="col-md-4">
|
|
1664
|
-
|
|
1713
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1665
1714
|
<code>compositionStart(event)</code>
|
|
1666
1715
|
</td>
|
|
1667
1716
|
</tr>
|
|
@@ -1674,57 +1723,55 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1674
1723
|
</td>
|
|
1675
1724
|
</tr>
|
|
1676
1725
|
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1726
|
+
<tr>
|
|
1727
|
+
<td class="col-md-4">
|
|
1728
|
+
<div class="io-line">Inherited from <code><a href="../components/Search.html" target="_self" >Search</a></code>
|
|
1680
1729
|
</div>
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1730
|
+
</td>
|
|
1731
|
+
</tr>
|
|
1732
|
+
<tr>
|
|
1733
|
+
<td class="col-md-4">
|
|
1734
|
+
<div class="io-line">Defined in <code><a href="../components/Search.html#source" target="_self" >Search:269</a></code>
|
|
1686
1735
|
</div>
|
|
1687
|
-
|
|
1688
|
-
|
|
1736
|
+
</td>
|
|
1737
|
+
</tr>
|
|
1689
1738
|
|
|
1690
1739
|
|
|
1691
1740
|
<tr>
|
|
1692
1741
|
<td class="col-md-4">
|
|
1693
|
-
|
|
1742
|
+
<div class="io-description"><p>Called when using IME composition.</p>
|
|
1694
1743
|
</div>
|
|
1695
1744
|
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1745
|
+
<div class="io-description">
|
|
1746
|
+
<b>Parameters :</b>
|
|
1747
|
+
|
|
1748
|
+
<table class="params">
|
|
1749
|
+
<thead>
|
|
1750
|
+
<tr>
|
|
1751
|
+
<td>Name</td>
|
|
1752
|
+
<td>Optional</td>
|
|
1753
|
+
</tr>
|
|
1754
|
+
</thead>
|
|
1755
|
+
<tbody>
|
|
1756
|
+
<tr>
|
|
1757
|
+
<td>event</td>
|
|
1709
1758
|
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1759
|
+
<td>
|
|
1760
|
+
No
|
|
1761
|
+
</td>
|
|
1713
1762
|
|
|
1714
1763
|
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
<div class="io-description">
|
|
1722
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1764
|
+
</tr>
|
|
1765
|
+
</tbody>
|
|
1766
|
+
</table>
|
|
1767
|
+
</div>
|
|
1768
|
+
<div class="io-description">
|
|
1769
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1723
1770
|
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1771
|
+
</div>
|
|
1772
|
+
<div class="io-description">
|
|
1773
|
+
|
|
1774
|
+
</div>
|
|
1728
1775
|
</td>
|
|
1729
1776
|
</tr>
|
|
1730
1777
|
</tbody>
|
|
@@ -1747,27 +1794,27 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1747
1794
|
</tr>
|
|
1748
1795
|
|
|
1749
1796
|
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1797
|
+
<tr>
|
|
1798
|
+
<td class="col-md-4">
|
|
1799
|
+
<div class="io-line">Inherited from <code><a href="../components/Search.html" target="_self" >Search</a></code>
|
|
1753
1800
|
</div>
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1801
|
+
</td>
|
|
1802
|
+
</tr>
|
|
1803
|
+
<tr>
|
|
1804
|
+
<td class="col-md-4">
|
|
1805
|
+
<div class="io-line">Defined in <code><a href="../components/Search.html#source" target="_self" >Search:211</a></code>
|
|
1759
1806
|
</div>
|
|
1760
|
-
|
|
1761
|
-
|
|
1807
|
+
</td>
|
|
1808
|
+
</tr>
|
|
1762
1809
|
|
|
1763
1810
|
|
|
1764
1811
|
<tr>
|
|
1765
1812
|
<td class="col-md-4">
|
|
1766
1813
|
|
|
1767
|
-
|
|
1768
|
-
|
|
1814
|
+
<div class="io-description">
|
|
1815
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1769
1816
|
|
|
1770
|
-
|
|
1817
|
+
</div>
|
|
1771
1818
|
</td>
|
|
1772
1819
|
</tr>
|
|
1773
1820
|
</tbody>
|
|
@@ -1778,7 +1825,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1778
1825
|
<td class="col-md-4">
|
|
1779
1826
|
<a name="focusIn"></a>
|
|
1780
1827
|
<span class="name">
|
|
1781
|
-
|
|
1828
|
+
<span class="modifier"></span>
|
|
1782
1829
|
<span ><b>focusIn</b></span>
|
|
1783
1830
|
<a href="#focusIn"><span class="icon ion-ios-link"></span></a>
|
|
1784
1831
|
</span>
|
|
@@ -1786,7 +1833,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1786
1833
|
</tr>
|
|
1787
1834
|
<tr>
|
|
1788
1835
|
<td class="col-md-4">
|
|
1789
|
-
|
|
1836
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1790
1837
|
<code>focusIn(event)</code>
|
|
1791
1838
|
</td>
|
|
1792
1839
|
</tr>
|
|
@@ -1799,55 +1846,53 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1799
1846
|
</td>
|
|
1800
1847
|
</tr>
|
|
1801
1848
|
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1849
|
+
<tr>
|
|
1850
|
+
<td class="col-md-4">
|
|
1851
|
+
<div class="io-line">Inherited from <code><a href="../components/Search.html" target="_self" >Search</a></code>
|
|
1805
1852
|
</div>
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1853
|
+
</td>
|
|
1854
|
+
</tr>
|
|
1855
|
+
<tr>
|
|
1856
|
+
<td class="col-md-4">
|
|
1857
|
+
<div class="io-line">Defined in <code><a href="../components/Search.html#source" target="_self" >Search:255</a></code>
|
|
1811
1858
|
</div>
|
|
1812
|
-
|
|
1813
|
-
|
|
1859
|
+
</td>
|
|
1860
|
+
</tr>
|
|
1814
1861
|
|
|
1815
1862
|
|
|
1816
1863
|
<tr>
|
|
1817
1864
|
<td class="col-md-4">
|
|
1818
1865
|
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1866
|
+
<div class="io-description">
|
|
1867
|
+
<b>Parameters :</b>
|
|
1868
|
+
|
|
1869
|
+
<table class="params">
|
|
1870
|
+
<thead>
|
|
1871
|
+
<tr>
|
|
1872
|
+
<td>Name</td>
|
|
1873
|
+
<td>Optional</td>
|
|
1874
|
+
</tr>
|
|
1875
|
+
</thead>
|
|
1876
|
+
<tbody>
|
|
1877
|
+
<tr>
|
|
1878
|
+
<td>event</td>
|
|
1832
1879
|
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1880
|
+
<td>
|
|
1881
|
+
No
|
|
1882
|
+
</td>
|
|
1836
1883
|
|
|
1837
1884
|
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
<div class="io-description">
|
|
1845
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1885
|
+
</tr>
|
|
1886
|
+
</tbody>
|
|
1887
|
+
</table>
|
|
1888
|
+
</div>
|
|
1889
|
+
<div class="io-description">
|
|
1890
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1846
1891
|
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1892
|
+
</div>
|
|
1893
|
+
<div class="io-description">
|
|
1894
|
+
|
|
1895
|
+
</div>
|
|
1851
1896
|
</td>
|
|
1852
1897
|
</tr>
|
|
1853
1898
|
</tbody>
|
|
@@ -1858,7 +1903,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1858
1903
|
<td class="col-md-4">
|
|
1859
1904
|
<a name="focusOut"></a>
|
|
1860
1905
|
<span class="name">
|
|
1861
|
-
|
|
1906
|
+
<span class="modifier"></span>
|
|
1862
1907
|
<span ><b>focusOut</b></span>
|
|
1863
1908
|
<a href="#focusOut"><span class="icon ion-ios-link"></span></a>
|
|
1864
1909
|
</span>
|
|
@@ -1866,7 +1911,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1866
1911
|
</tr>
|
|
1867
1912
|
<tr>
|
|
1868
1913
|
<td class="col-md-4">
|
|
1869
|
-
|
|
1914
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1870
1915
|
<code>focusOut(event)</code>
|
|
1871
1916
|
</td>
|
|
1872
1917
|
</tr>
|
|
@@ -1879,55 +1924,53 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1879
1924
|
</td>
|
|
1880
1925
|
</tr>
|
|
1881
1926
|
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1927
|
+
<tr>
|
|
1928
|
+
<td class="col-md-4">
|
|
1929
|
+
<div class="io-line">Inherited from <code><a href="../components/Search.html" target="_self" >Search</a></code>
|
|
1885
1930
|
</div>
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1931
|
+
</td>
|
|
1932
|
+
</tr>
|
|
1933
|
+
<tr>
|
|
1934
|
+
<td class="col-md-4">
|
|
1935
|
+
<div class="io-line">Defined in <code><a href="../components/Search.html#source" target="_self" >Search:243</a></code>
|
|
1891
1936
|
</div>
|
|
1892
|
-
|
|
1893
|
-
|
|
1937
|
+
</td>
|
|
1938
|
+
</tr>
|
|
1894
1939
|
|
|
1895
1940
|
|
|
1896
1941
|
<tr>
|
|
1897
1942
|
<td class="col-md-4">
|
|
1898
1943
|
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1944
|
+
<div class="io-description">
|
|
1945
|
+
<b>Parameters :</b>
|
|
1946
|
+
|
|
1947
|
+
<table class="params">
|
|
1948
|
+
<thead>
|
|
1949
|
+
<tr>
|
|
1950
|
+
<td>Name</td>
|
|
1951
|
+
<td>Optional</td>
|
|
1952
|
+
</tr>
|
|
1953
|
+
</thead>
|
|
1954
|
+
<tbody>
|
|
1955
|
+
<tr>
|
|
1956
|
+
<td>event</td>
|
|
1912
1957
|
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1958
|
+
<td>
|
|
1959
|
+
No
|
|
1960
|
+
</td>
|
|
1916
1961
|
|
|
1917
1962
|
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
<div class="io-description">
|
|
1925
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1963
|
+
</tr>
|
|
1964
|
+
</tbody>
|
|
1965
|
+
</table>
|
|
1966
|
+
</div>
|
|
1967
|
+
<div class="io-description">
|
|
1968
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1926
1969
|
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1970
|
+
</div>
|
|
1971
|
+
<div class="io-description">
|
|
1972
|
+
|
|
1973
|
+
</div>
|
|
1931
1974
|
</td>
|
|
1932
1975
|
</tr>
|
|
1933
1976
|
</tbody>
|
|
@@ -1938,7 +1981,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1938
1981
|
<td class="col-md-4">
|
|
1939
1982
|
<a name="keyDown"></a>
|
|
1940
1983
|
<span class="name">
|
|
1941
|
-
|
|
1984
|
+
<span class="modifier"></span>
|
|
1942
1985
|
<span ><b>keyDown</b></span>
|
|
1943
1986
|
<a href="#keyDown"><span class="icon ion-ios-link"></span></a>
|
|
1944
1987
|
</span>
|
|
@@ -1946,7 +1989,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1946
1989
|
</tr>
|
|
1947
1990
|
<tr>
|
|
1948
1991
|
<td class="col-md-4">
|
|
1949
|
-
|
|
1992
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1950
1993
|
<code>keyDown(event: KeyboardEvent)</code>
|
|
1951
1994
|
</td>
|
|
1952
1995
|
</tr>
|
|
@@ -1959,59 +2002,57 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
1959
2002
|
</td>
|
|
1960
2003
|
</tr>
|
|
1961
2004
|
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
2005
|
+
<tr>
|
|
2006
|
+
<td class="col-md-4">
|
|
2007
|
+
<div class="io-line">Inherited from <code><a href="../components/Search.html" target="_self" >Search</a></code>
|
|
1965
2008
|
</div>
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
2009
|
+
</td>
|
|
2010
|
+
</tr>
|
|
2011
|
+
<tr>
|
|
2012
|
+
<td class="col-md-4">
|
|
2013
|
+
<div class="io-line">Defined in <code><a href="../components/Search.html#source" target="_self" >Search:223</a></code>
|
|
1971
2014
|
</div>
|
|
1972
|
-
|
|
1973
|
-
|
|
2015
|
+
</td>
|
|
2016
|
+
</tr>
|
|
1974
2017
|
|
|
1975
2018
|
|
|
1976
2019
|
<tr>
|
|
1977
2020
|
<td class="col-md-4">
|
|
1978
2021
|
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
2022
|
+
<div class="io-description">
|
|
2023
|
+
<b>Parameters :</b>
|
|
2024
|
+
|
|
2025
|
+
<table class="params">
|
|
2026
|
+
<thead>
|
|
2027
|
+
<tr>
|
|
2028
|
+
<td>Name</td>
|
|
2029
|
+
<td>Type</td>
|
|
2030
|
+
<td>Optional</td>
|
|
2031
|
+
</tr>
|
|
2032
|
+
</thead>
|
|
2033
|
+
<tbody>
|
|
2034
|
+
<tr>
|
|
2035
|
+
<td>event</td>
|
|
2036
|
+
<td>
|
|
2037
|
+
<code>KeyboardEvent</code>
|
|
2038
|
+
</td>
|
|
1996
2039
|
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2040
|
+
<td>
|
|
2041
|
+
No
|
|
2042
|
+
</td>
|
|
2000
2043
|
|
|
2001
2044
|
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
<div class="io-description">
|
|
2009
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2045
|
+
</tr>
|
|
2046
|
+
</tbody>
|
|
2047
|
+
</table>
|
|
2048
|
+
</div>
|
|
2049
|
+
<div class="io-description">
|
|
2050
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2010
2051
|
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2052
|
+
</div>
|
|
2053
|
+
<div class="io-description">
|
|
2054
|
+
|
|
2055
|
+
</div>
|
|
2015
2056
|
</td>
|
|
2016
2057
|
</tr>
|
|
2017
2058
|
</tbody>
|
|
@@ -2034,29 +2075,29 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
2034
2075
|
</tr>
|
|
2035
2076
|
|
|
2036
2077
|
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2078
|
+
<tr>
|
|
2079
|
+
<td class="col-md-4">
|
|
2080
|
+
<div class="io-line">Inherited from <code><a href="../components/Search.html" target="_self" >Search</a></code>
|
|
2040
2081
|
</div>
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2082
|
+
</td>
|
|
2083
|
+
</tr>
|
|
2084
|
+
<tr>
|
|
2085
|
+
<td class="col-md-4">
|
|
2086
|
+
<div class="io-line">Defined in <code><a href="../components/Search.html#source" target="_self" >Search:198</a></code>
|
|
2046
2087
|
</div>
|
|
2047
|
-
|
|
2048
|
-
|
|
2088
|
+
</td>
|
|
2089
|
+
</tr>
|
|
2049
2090
|
|
|
2050
2091
|
|
|
2051
2092
|
<tr>
|
|
2052
2093
|
<td class="col-md-4">
|
|
2053
|
-
|
|
2094
|
+
<div class="io-description"><p>Called on enter.</p>
|
|
2054
2095
|
</div>
|
|
2055
2096
|
|
|
2056
|
-
|
|
2057
|
-
|
|
2097
|
+
<div class="io-description">
|
|
2098
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2058
2099
|
|
|
2059
|
-
|
|
2100
|
+
</div>
|
|
2060
2101
|
</td>
|
|
2061
2102
|
</tr>
|
|
2062
2103
|
</tbody>
|
|
@@ -2079,66 +2120,64 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
2079
2120
|
</tr>
|
|
2080
2121
|
|
|
2081
2122
|
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2123
|
+
<tr>
|
|
2124
|
+
<td class="col-md-4">
|
|
2125
|
+
<div class="io-line">Inherited from <code><a href="../components/Search.html" target="_self" >Search</a></code>
|
|
2085
2126
|
</div>
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2127
|
+
</td>
|
|
2128
|
+
</tr>
|
|
2129
|
+
<tr>
|
|
2130
|
+
<td class="col-md-4">
|
|
2131
|
+
<div class="io-line">Defined in <code><a href="../components/Search.html#source" target="_self" >Search:187</a></code>
|
|
2091
2132
|
</div>
|
|
2092
|
-
|
|
2093
|
-
|
|
2133
|
+
</td>
|
|
2134
|
+
</tr>
|
|
2094
2135
|
|
|
2095
2136
|
|
|
2096
2137
|
<tr>
|
|
2097
2138
|
<td class="col-md-4">
|
|
2098
|
-
|
|
2139
|
+
<div class="io-description"><p>Called when text is written in the input.</p>
|
|
2099
2140
|
</div>
|
|
2100
2141
|
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2142
|
+
<div class="io-description">
|
|
2143
|
+
<b>Parameters :</b>
|
|
2144
|
+
|
|
2145
|
+
<table class="params">
|
|
2146
|
+
<thead>
|
|
2147
|
+
<tr>
|
|
2148
|
+
<td>Name</td>
|
|
2149
|
+
<td>Type</td>
|
|
2150
|
+
<td>Optional</td>
|
|
2151
|
+
<td>Description</td>
|
|
2152
|
+
</tr>
|
|
2153
|
+
</thead>
|
|
2154
|
+
<tbody>
|
|
2155
|
+
<tr>
|
|
2156
|
+
<td>search</td>
|
|
2157
|
+
<td>
|
|
2158
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
2159
|
+
</td>
|
|
2119
2160
|
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2161
|
+
<td>
|
|
2162
|
+
No
|
|
2163
|
+
</td>
|
|
2123
2164
|
|
|
2124
2165
|
|
|
2125
|
-
|
|
2126
|
-
|
|
2166
|
+
<td>
|
|
2167
|
+
<p>The input text.</p>
|
|
2127
2168
|
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
<div class="io-description">
|
|
2136
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2169
|
+
</td>
|
|
2170
|
+
</tr>
|
|
2171
|
+
</tbody>
|
|
2172
|
+
</table>
|
|
2173
|
+
</div>
|
|
2174
|
+
<div class="io-description">
|
|
2175
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2137
2176
|
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2177
|
+
</div>
|
|
2178
|
+
<div class="io-description">
|
|
2179
|
+
|
|
2180
|
+
</div>
|
|
2142
2181
|
</td>
|
|
2143
2182
|
</tr>
|
|
2144
2183
|
</tbody>
|
|
@@ -2161,27 +2200,27 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
2161
2200
|
</tr>
|
|
2162
2201
|
|
|
2163
2202
|
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2203
|
+
<tr>
|
|
2204
|
+
<td class="col-md-4">
|
|
2205
|
+
<div class="io-line">Inherited from <code><a href="../components/Search.html" target="_self" >Search</a></code>
|
|
2167
2206
|
</div>
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2207
|
+
</td>
|
|
2208
|
+
</tr>
|
|
2209
|
+
<tr>
|
|
2210
|
+
<td class="col-md-4">
|
|
2211
|
+
<div class="io-line">Defined in <code><a href="../components/Search.html#source" target="_self" >Search:216</a></code>
|
|
2173
2212
|
</div>
|
|
2174
|
-
|
|
2175
|
-
|
|
2213
|
+
</td>
|
|
2214
|
+
</tr>
|
|
2176
2215
|
|
|
2177
2216
|
|
|
2178
2217
|
<tr>
|
|
2179
2218
|
<td class="col-md-4">
|
|
2180
2219
|
|
|
2181
|
-
|
|
2182
|
-
|
|
2220
|
+
<div class="io-description">
|
|
2221
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2183
2222
|
|
|
2184
|
-
|
|
2223
|
+
</div>
|
|
2185
2224
|
</td>
|
|
2186
2225
|
</tr>
|
|
2187
2226
|
</tbody>
|
|
@@ -2192,7 +2231,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
2192
2231
|
<td class="col-md-4">
|
|
2193
2232
|
<a name="registerOnChange"></a>
|
|
2194
2233
|
<span class="name">
|
|
2195
|
-
|
|
2234
|
+
<span class="modifier">Public</span>
|
|
2196
2235
|
<span ><b>registerOnChange</b></span>
|
|
2197
2236
|
<a href="#registerOnChange"><span class="icon ion-ios-link"></span></a>
|
|
2198
2237
|
</span>
|
|
@@ -2200,67 +2239,65 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
2200
2239
|
</tr>
|
|
2201
2240
|
<tr>
|
|
2202
2241
|
<td class="col-md-4">
|
|
2203
|
-
|
|
2242
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2204
2243
|
<code>registerOnChange(fn: <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank">any</a>)</code>
|
|
2205
2244
|
</td>
|
|
2206
2245
|
</tr>
|
|
2207
2246
|
|
|
2208
2247
|
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2248
|
+
<tr>
|
|
2249
|
+
<td class="col-md-4">
|
|
2250
|
+
<div class="io-line">Inherited from <code><a href="../components/Search.html" target="_self" >Search</a></code>
|
|
2212
2251
|
</div>
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2252
|
+
</td>
|
|
2253
|
+
</tr>
|
|
2254
|
+
<tr>
|
|
2255
|
+
<td class="col-md-4">
|
|
2256
|
+
<div class="io-line">Defined in <code><a href="../components/Search.html#source" target="_self" >Search:161</a></code>
|
|
2218
2257
|
</div>
|
|
2219
|
-
|
|
2220
|
-
|
|
2258
|
+
</td>
|
|
2259
|
+
</tr>
|
|
2221
2260
|
|
|
2222
2261
|
|
|
2223
2262
|
<tr>
|
|
2224
2263
|
<td class="col-md-4">
|
|
2225
|
-
|
|
2264
|
+
<div class="io-description"><p>Sets a method in order to propagate changes back to the form.</p>
|
|
2226
2265
|
</div>
|
|
2227
2266
|
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2267
|
+
<div class="io-description">
|
|
2268
|
+
<b>Parameters :</b>
|
|
2269
|
+
|
|
2270
|
+
<table class="params">
|
|
2271
|
+
<thead>
|
|
2272
|
+
<tr>
|
|
2273
|
+
<td>Name</td>
|
|
2274
|
+
<td>Type</td>
|
|
2275
|
+
<td>Optional</td>
|
|
2276
|
+
</tr>
|
|
2277
|
+
</thead>
|
|
2278
|
+
<tbody>
|
|
2279
|
+
<tr>
|
|
2280
|
+
<td>fn</td>
|
|
2281
|
+
<td>
|
|
2282
|
+
<code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
2283
|
+
</td>
|
|
2245
2284
|
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2285
|
+
<td>
|
|
2286
|
+
No
|
|
2287
|
+
</td>
|
|
2249
2288
|
|
|
2250
2289
|
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
<div class="io-description">
|
|
2258
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2290
|
+
</tr>
|
|
2291
|
+
</tbody>
|
|
2292
|
+
</table>
|
|
2293
|
+
</div>
|
|
2294
|
+
<div class="io-description">
|
|
2295
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2259
2296
|
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2297
|
+
</div>
|
|
2298
|
+
<div class="io-description">
|
|
2299
|
+
|
|
2300
|
+
</div>
|
|
2264
2301
|
</td>
|
|
2265
2302
|
</tr>
|
|
2266
2303
|
</tbody>
|
|
@@ -2271,7 +2308,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
2271
2308
|
<td class="col-md-4">
|
|
2272
2309
|
<a name="registerOnTouched"></a>
|
|
2273
2310
|
<span class="name">
|
|
2274
|
-
|
|
2311
|
+
<span class="modifier">Public</span>
|
|
2275
2312
|
<span ><b>registerOnTouched</b></span>
|
|
2276
2313
|
<a href="#registerOnTouched"><span class="icon ion-ios-link"></span></a>
|
|
2277
2314
|
</span>
|
|
@@ -2279,72 +2316,70 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
2279
2316
|
</tr>
|
|
2280
2317
|
<tr>
|
|
2281
2318
|
<td class="col-md-4">
|
|
2282
|
-
|
|
2319
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2283
2320
|
<code>registerOnTouched(fn: <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank">any</a>)</code>
|
|
2284
2321
|
</td>
|
|
2285
2322
|
</tr>
|
|
2286
2323
|
|
|
2287
2324
|
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2325
|
+
<tr>
|
|
2326
|
+
<td class="col-md-4">
|
|
2327
|
+
<div class="io-line">Inherited from <code><a href="../components/Search.html" target="_self" >Search</a></code>
|
|
2291
2328
|
</div>
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2329
|
+
</td>
|
|
2330
|
+
</tr>
|
|
2331
|
+
<tr>
|
|
2332
|
+
<td class="col-md-4">
|
|
2333
|
+
<div class="io-line">Defined in <code><a href="../components/Search.html#source" target="_self" >Search:169</a></code>
|
|
2297
2334
|
</div>
|
|
2298
|
-
|
|
2299
|
-
|
|
2335
|
+
</td>
|
|
2336
|
+
</tr>
|
|
2300
2337
|
|
|
2301
2338
|
|
|
2302
2339
|
<tr>
|
|
2303
2340
|
<td class="col-md-4">
|
|
2304
|
-
|
|
2341
|
+
<div class="io-description"><p>Registers a callback to be triggered when the control has been touched.</p>
|
|
2305
2342
|
</div>
|
|
2306
2343
|
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2344
|
+
<div class="io-description">
|
|
2345
|
+
<b>Parameters :</b>
|
|
2346
|
+
|
|
2347
|
+
<table class="params">
|
|
2348
|
+
<thead>
|
|
2349
|
+
<tr>
|
|
2350
|
+
<td>Name</td>
|
|
2351
|
+
<td>Type</td>
|
|
2352
|
+
<td>Optional</td>
|
|
2353
|
+
<td>Description</td>
|
|
2354
|
+
</tr>
|
|
2355
|
+
</thead>
|
|
2356
|
+
<tbody>
|
|
2357
|
+
<tr>
|
|
2358
|
+
<td>fn</td>
|
|
2359
|
+
<td>
|
|
2360
|
+
<code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
2361
|
+
</td>
|
|
2325
2362
|
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2363
|
+
<td>
|
|
2364
|
+
No
|
|
2365
|
+
</td>
|
|
2329
2366
|
|
|
2330
2367
|
|
|
2331
|
-
|
|
2332
|
-
|
|
2368
|
+
<td>
|
|
2369
|
+
<p>Callback to be triggered when the search input is touched.</p>
|
|
2333
2370
|
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
<div class="io-description">
|
|
2342
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2371
|
+
</td>
|
|
2372
|
+
</tr>
|
|
2373
|
+
</tbody>
|
|
2374
|
+
</table>
|
|
2375
|
+
</div>
|
|
2376
|
+
<div class="io-description">
|
|
2377
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2343
2378
|
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2379
|
+
</div>
|
|
2380
|
+
<div class="io-description">
|
|
2381
|
+
|
|
2382
|
+
</div>
|
|
2348
2383
|
</td>
|
|
2349
2384
|
</tr>
|
|
2350
2385
|
</tbody>
|
|
@@ -2355,7 +2390,7 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
2355
2390
|
<td class="col-md-4">
|
|
2356
2391
|
<a name="writeValue"></a>
|
|
2357
2392
|
<span class="name">
|
|
2358
|
-
|
|
2393
|
+
<span class="modifier">Public</span>
|
|
2359
2394
|
<span ><b>writeValue</b></span>
|
|
2360
2395
|
<a href="#writeValue"><span class="icon ion-ios-link"></span></a>
|
|
2361
2396
|
</span>
|
|
@@ -2363,72 +2398,70 @@ For reference: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attrib
|
|
|
2363
2398
|
</tr>
|
|
2364
2399
|
<tr>
|
|
2365
2400
|
<td class="col-md-4">
|
|
2366
|
-
|
|
2401
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2367
2402
|
<code>writeValue(value: <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank">any</a>)</code>
|
|
2368
2403
|
</td>
|
|
2369
2404
|
</tr>
|
|
2370
2405
|
|
|
2371
2406
|
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2407
|
+
<tr>
|
|
2408
|
+
<td class="col-md-4">
|
|
2409
|
+
<div class="io-line">Inherited from <code><a href="../components/Search.html" target="_self" >Search</a></code>
|
|
2375
2410
|
</div>
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2411
|
+
</td>
|
|
2412
|
+
</tr>
|
|
2413
|
+
<tr>
|
|
2414
|
+
<td class="col-md-4">
|
|
2415
|
+
<div class="io-line">Defined in <code><a href="../components/Search.html#source" target="_self" >Search:154</a></code>
|
|
2381
2416
|
</div>
|
|
2382
|
-
|
|
2383
|
-
|
|
2417
|
+
</td>
|
|
2418
|
+
</tr>
|
|
2384
2419
|
|
|
2385
2420
|
|
|
2386
2421
|
<tr>
|
|
2387
2422
|
<td class="col-md-4">
|
|
2388
|
-
|
|
2423
|
+
<div class="io-description"><p>This is the initial value set to the component</p>
|
|
2389
2424
|
</div>
|
|
2390
2425
|
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2426
|
+
<div class="io-description">
|
|
2427
|
+
<b>Parameters :</b>
|
|
2428
|
+
|
|
2429
|
+
<table class="params">
|
|
2430
|
+
<thead>
|
|
2431
|
+
<tr>
|
|
2432
|
+
<td>Name</td>
|
|
2433
|
+
<td>Type</td>
|
|
2434
|
+
<td>Optional</td>
|
|
2435
|
+
<td>Description</td>
|
|
2436
|
+
</tr>
|
|
2437
|
+
</thead>
|
|
2438
|
+
<tbody>
|
|
2439
|
+
<tr>
|
|
2440
|
+
<td>value</td>
|
|
2441
|
+
<td>
|
|
2442
|
+
<code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
2443
|
+
</td>
|
|
2409
2444
|
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2445
|
+
<td>
|
|
2446
|
+
No
|
|
2447
|
+
</td>
|
|
2413
2448
|
|
|
2414
2449
|
|
|
2415
|
-
|
|
2416
|
-
|
|
2450
|
+
<td>
|
|
2451
|
+
<p>The input value.</p>
|
|
2417
2452
|
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
<div class="io-description">
|
|
2426
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2453
|
+
</td>
|
|
2454
|
+
</tr>
|
|
2455
|
+
</tbody>
|
|
2456
|
+
</table>
|
|
2457
|
+
</div>
|
|
2458
|
+
<div class="io-description">
|
|
2459
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2427
2460
|
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2461
|
+
</div>
|
|
2462
|
+
<div class="io-description">
|
|
2463
|
+
|
|
2464
|
+
</div>
|
|
2432
2465
|
</td>
|
|
2433
2466
|
</tr>
|
|
2434
2467
|
</tbody>
|
|
@@ -2929,6 +2962,19 @@ export class TableToolbarSearch extends Search implements AfterViewInit {
|
|
|
2929
2962
|
var MAX_SEARCH_RESULTS = 15;
|
|
2930
2963
|
</script>
|
|
2931
2964
|
|
|
2965
|
+
<script>
|
|
2966
|
+
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
2967
|
+
checkToggle(darkModeState);
|
|
2968
|
+
if ($darkModeToggleSwitchers.length > 0) {
|
|
2969
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
2970
|
+
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
|
2971
|
+
darkModeState = !darkModeState;
|
|
2972
|
+
toggleDarkMode(darkModeState);
|
|
2973
|
+
});
|
|
2974
|
+
}
|
|
2975
|
+
}
|
|
2976
|
+
</script>
|
|
2977
|
+
|
|
2932
2978
|
<script src="../js/libs/custom-elements.min.js"></script>
|
|
2933
2979
|
<script src="../js/libs/lit-html.js"></script>
|
|
2934
2980
|
|