carbon-components-angular 5.26.0 → 5.26.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/docs/documentation/classes/CheckboxExportedTests.html +168 -108
- package/docs/documentation/classes/ComponentTests.html +150 -90
- package/docs/documentation/classes/DataGridInteractionModel.html +341 -289
- package/docs/documentation/classes/IconCache.html +191 -131
- package/docs/documentation/classes/IconMemoryCache.html +194 -134
- package/docs/documentation/classes/IconNameNotFoundError.html +70 -6
- package/docs/documentation/classes/IconSizeNotFoundError.html +70 -6
- package/docs/documentation/classes/NumberChange.html +69 -5
- package/docs/documentation/classes/Overridable.html +110 -48
- package/docs/documentation/classes/PaginationModel.html +69 -5
- package/docs/documentation/classes/RadioChange.html +69 -5
- package/docs/documentation/classes/TableAdapter.html +354 -302
- package/docs/documentation/classes/TableCellAdapter.html +69 -5
- package/docs/documentation/classes/TableDomAdapter.html +610 -566
- package/docs/documentation/classes/TableHeaderItem.html +169 -109
- package/docs/documentation/classes/TableItem.html +73 -9
- package/docs/documentation/classes/TableModel.html +1250 -1234
- package/docs/documentation/classes/TableRow.html +70 -6
- package/docs/documentation/classes/TableRowAdapter.html +69 -5
- package/docs/documentation/components/Accordion.html +90 -26
- package/docs/documentation/components/AccordionItem.html +118 -56
- package/docs/documentation/components/ActionableNotification.html +146 -84
- package/docs/documentation/components/AlertModal.html +175 -115
- package/docs/documentation/components/BaseIconButton.html +69 -5
- package/docs/documentation/components/BaseNotification.html +134 -72
- package/docs/documentation/components/BaseTabHeader.html +186 -126
- package/docs/documentation/components/Breadcrumb.html +141 -79
- package/docs/documentation/components/BreadcrumbItemComponent.html +114 -52
- package/docs/documentation/components/ButtonSet.html +70 -6
- package/docs/documentation/components/Checkbox.html +482 -434
- package/docs/documentation/components/ClickableTile.html +106 -44
- package/docs/documentation/components/CodeSnippet.html +136 -72
- package/docs/documentation/components/ComboBox.html +757 -719
- package/docs/documentation/components/ContainedList.html +112 -50
- package/docs/documentation/components/ContainedListItem.html +122 -60
- package/docs/documentation/components/ContentSwitcher.html +127 -65
- package/docs/documentation/components/ContextMenuComponent.html +167 -107
- package/docs/documentation/components/ContextMenuDividerComponent.html +69 -5
- package/docs/documentation/components/ContextMenuGroupComponent.html +127 -65
- package/docs/documentation/components/ContextMenuItemComponent.html +281 -221
- package/docs/documentation/components/DatePicker.html +743 -703
- package/docs/documentation/components/DatePickerInput.html +269 -215
- package/docs/documentation/components/Dialog.html +318 -264
- package/docs/documentation/components/Documentation.html +96 -32
- package/docs/documentation/components/Dropdown.html +661 -617
- package/docs/documentation/components/DropdownList.html +679 -639
- package/docs/documentation/components/ExpandableTile.html +99 -35
- package/docs/documentation/components/FileComponent.html +78 -14
- package/docs/documentation/components/FileUploader.html +475 -431
- package/docs/documentation/components/Hamburger.html +81 -17
- package/docs/documentation/components/Header.html +143 -83
- package/docs/documentation/components/HeaderAction.html +79 -15
- package/docs/documentation/components/HeaderGlobal.html +69 -5
- package/docs/documentation/components/HeaderItem.html +105 -43
- package/docs/documentation/components/HeaderMenu.html +200 -140
- package/docs/documentation/components/HeaderNavigation.html +69 -5
- package/docs/documentation/components/IconButton.html +138 -76
- package/docs/documentation/components/InlineLoading.html +70 -6
- package/docs/documentation/components/Label.html +129 -67
- package/docs/documentation/components/ListColumn.html +70 -6
- package/docs/documentation/components/ListHeader.html +90 -26
- package/docs/documentation/components/ListRow.html +166 -104
- package/docs/documentation/components/Loading.html +70 -6
- package/docs/documentation/components/Modal.html +191 -131
- package/docs/documentation/components/ModalFooter.html +69 -5
- package/docs/documentation/components/ModalHeader.html +83 -19
- package/docs/documentation/components/Notification.html +146 -84
- package/docs/documentation/components/NumberComponent.html +389 -337
- package/docs/documentation/components/OverflowMenu.html +110 -48
- package/docs/documentation/components/OverflowMenuCustomPane.html +398 -346
- package/docs/documentation/components/OverflowMenuOption.html +106 -42
- package/docs/documentation/components/OverflowMenuPane.html +426 -374
- package/docs/documentation/components/Overlay.html +106 -44
- package/docs/documentation/components/Pagination.html +73 -9
- package/docs/documentation/components/PaginationNav.html +188 -128
- package/docs/documentation/components/PaginationNavItem.html +71 -7
- package/docs/documentation/components/PaginationOverflow.html +107 -45
- package/docs/documentation/components/Panel.html +69 -5
- package/docs/documentation/components/PasswordInputLabelComponent.html +137 -75
- package/docs/documentation/components/Placeholder.html +80 -16
- package/docs/documentation/components/PopoverContent.html +78 -14
- package/docs/documentation/components/ProgressBar.html +106 -44
- package/docs/documentation/components/ProgressIndicator.html +216 -158
- package/docs/documentation/components/Radio.html +237 -181
- package/docs/documentation/components/RadioGroup.html +412 -360
- package/docs/documentation/components/Search.html +509 -463
- package/docs/documentation/components/Select.html +337 -285
- package/docs/documentation/components/SelectionTile.html +158 -98
- package/docs/documentation/components/SideNav.html +78 -14
- package/docs/documentation/components/SideNavItem.html +183 -121
- package/docs/documentation/components/SideNavMenu.html +107 -43
- package/docs/documentation/components/SkeletonPlaceholder.html +70 -6
- package/docs/documentation/components/SkeletonText.html +124 -62
- package/docs/documentation/components/Slider.html +840 -810
- package/docs/documentation/components/StructuredList.html +211 -153
- package/docs/documentation/components/SwitcherList.html +70 -6
- package/docs/documentation/components/SwitcherListItem.html +105 -43
- package/docs/documentation/components/Tab.html +267 -53
- package/docs/documentation/components/TabHeaderGroup.html +316 -260
- package/docs/documentation/components/TabHeaders.html +425 -373
- package/docs/documentation/components/TabSkeleton.html +69 -5
- package/docs/documentation/components/Table.html +973 -947
- package/docs/documentation/components/TableBody.html +241 -185
- package/docs/documentation/components/TableCheckbox.html +119 -57
- package/docs/documentation/components/TableContainer.html +78 -14
- package/docs/documentation/components/TableData.html +69 -5
- package/docs/documentation/components/TableExpandButton.html +78 -14
- package/docs/documentation/components/TableExpandedRow.html +141 -81
- package/docs/documentation/components/TableHead.html +124 -60
- package/docs/documentation/components/TableHeadCell.html +116 -52
- package/docs/documentation/components/TableHeadCheckbox.html +78 -14
- package/docs/documentation/components/TableHeadExpand.html +69 -5
- package/docs/documentation/components/TableHeader.html +69 -5
- package/docs/documentation/components/TableRadio.html +119 -57
- package/docs/documentation/components/TableRowComponent.html +123 -59
- package/docs/documentation/components/TableToolbar.html +79 -15
- package/docs/documentation/components/TableToolbarActions.html +69 -5
- package/docs/documentation/components/TableToolbarContent.html +69 -5
- package/docs/documentation/components/TableToolbarSearch.html +563 -517
- package/docs/documentation/components/Tabs.html +130 -68
- package/docs/documentation/components/Tag.html +70 -6
- package/docs/documentation/components/TagFilter.html +150 -90
- package/docs/documentation/components/TextInputLabelComponent.html +118 -56
- package/docs/documentation/components/TextareaLabelComponent.html +118 -56
- package/docs/documentation/components/Tile.html +70 -6
- package/docs/documentation/components/TileGroup.html +247 -191
- package/docs/documentation/components/TimePicker.html +321 -269
- package/docs/documentation/components/TimePickerSelect.html +382 -330
- package/docs/documentation/components/Toast.html +155 -93
- package/docs/documentation/components/Toggle.html +568 -522
- package/docs/documentation/components/Toggletip.html +491 -441
- package/docs/documentation/components/Tooltip.html +578 -534
- package/docs/documentation/components/TooltipDefinition.html +559 -513
- package/docs/documentation/components/TreeNodeComponent.html +353 -303
- package/docs/documentation/components/TreeViewComponent.html +155 -93
- package/docs/documentation/coverage.html +71 -7
- package/docs/documentation/dependencies.html +69 -5
- package/docs/documentation/directives/AbstractDropdownView.html +347 -291
- package/docs/documentation/directives/ActionableButton.html +69 -5
- package/docs/documentation/directives/ActionableSubtitle.html +69 -5
- package/docs/documentation/directives/ActionableTitle.html +69 -5
- package/docs/documentation/directives/BaseModal.html +79 -15
- package/docs/documentation/directives/Button.html +71 -7
- package/docs/documentation/directives/ColumnDirective.html +108 -44
- package/docs/documentation/directives/ContentSwitcherOption.html +162 -102
- package/docs/documentation/directives/DialogDirective.html +322 -268
- package/docs/documentation/directives/ExpandableTileAboveFoldDirective.html +69 -5
- package/docs/documentation/directives/ExpandableTileBelowFoldDirective.html +69 -5
- package/docs/documentation/directives/ExpandedRowHover.html +145 -85
- package/docs/documentation/directives/GridDirective.html +89 -25
- package/docs/documentation/directives/IconDirective.html +158 -98
- package/docs/documentation/directives/LayerDirective.html +79 -15
- package/docs/documentation/directives/Link.html +70 -6
- package/docs/documentation/directives/List.html +70 -6
- package/docs/documentation/directives/ListItemDirective.html +69 -5
- package/docs/documentation/directives/ModalContent.html +69 -5
- package/docs/documentation/directives/ModalContentText.html +69 -5
- package/docs/documentation/directives/ModalHeaderHeading.html +69 -5
- package/docs/documentation/directives/ModalHeaderLabel.html +69 -5
- package/docs/documentation/directives/NotificationSubtitle.html +69 -5
- package/docs/documentation/directives/NotificationTitle.html +69 -5
- package/docs/documentation/directives/OptGroup.html +69 -5
- package/docs/documentation/directives/Option.html +69 -5
- package/docs/documentation/directives/OverflowMenuDirective.html +377 -323
- package/docs/documentation/directives/PasswordInput.html +78 -14
- package/docs/documentation/directives/PopoverContainer.html +305 -249
- package/docs/documentation/directives/RowDirective.html +69 -5
- package/docs/documentation/directives/ScrollableList.html +419 -371
- package/docs/documentation/directives/StackDirective.html +70 -6
- package/docs/documentation/directives/TabHeader.html +107 -43
- package/docs/documentation/directives/TableDirective.html +69 -5
- package/docs/documentation/directives/TableHeadCellLabel.html +69 -5
- package/docs/documentation/directives/TableHeaderDescription.html +69 -5
- package/docs/documentation/directives/TableHeaderTitle.html +69 -5
- package/docs/documentation/directives/TextArea.html +70 -6
- package/docs/documentation/directives/TextInput.html +70 -6
- package/docs/documentation/directives/ThemeDirective.html +79 -15
- package/docs/documentation/directives/ToastCaption.html +69 -5
- package/docs/documentation/directives/ToastSubtitle.html +69 -5
- package/docs/documentation/directives/ToastTitle.html +69 -5
- package/docs/documentation/directives/ToggletipAction.html +69 -5
- package/docs/documentation/directives/ToggletipButton.html +69 -5
- package/docs/documentation/directives/ToggletipContent.html +69 -5
- package/docs/documentation/directives/ToggletipLabel.html +69 -5
- package/docs/documentation/index.html +78 -8
- package/docs/documentation/injectables/AnimationFrameService.html +69 -5
- package/docs/documentation/injectables/AnimationFrameServiceSingleton.html +120 -58
- package/docs/documentation/injectables/BaseModalService.html +159 -99
- package/docs/documentation/injectables/ContextMenuSelectionService.html +189 -131
- package/docs/documentation/injectables/DialogService.html +212 -152
- package/docs/documentation/injectables/DocumentService.html +170 -110
- package/docs/documentation/injectables/DropdownService.html +285 -229
- package/docs/documentation/injectables/ElementService.html +127 -65
- package/docs/documentation/injectables/EventService.html +194 -134
- package/docs/documentation/injectables/ExperimentalService.html +276 -220
- package/docs/documentation/injectables/GridService.html +110 -48
- package/docs/documentation/injectables/I18n.html +506 -458
- package/docs/documentation/injectables/IconService.html +309 -255
- package/docs/documentation/injectables/ModalService.html +215 -157
- package/docs/documentation/injectables/NotificationDisplayService.html +110 -48
- package/docs/documentation/injectables/NotificationService.html +349 -295
- package/docs/documentation/injectables/PlaceholderService.html +475 -427
- package/docs/documentation/injectables/TreeViewService.html +115 -53
- package/docs/documentation/interfaces/ActionableContent.html +70 -6
- package/docs/documentation/interfaces/AlertModalData.html +69 -5
- package/docs/documentation/interfaces/BreadcrumbItem.html +69 -5
- package/docs/documentation/interfaces/CloseMeta.html +69 -5
- package/docs/documentation/interfaces/DataGridPosition.html +69 -5
- package/docs/documentation/interfaces/DialogConfig.html +69 -5
- package/docs/documentation/interfaces/ElementVisibilityEvent.html +69 -5
- package/docs/documentation/interfaces/ExpandableTileTranslations.html +69 -5
- package/docs/documentation/interfaces/Experiment.html +69 -5
- package/docs/documentation/interfaces/FileItem.html +69 -5
- package/docs/documentation/interfaces/HeaderItemInterface.html +69 -5
- package/docs/documentation/interfaces/IconDescriptor.html +69 -5
- package/docs/documentation/interfaces/ListItem.html +70 -6
- package/docs/documentation/interfaces/ModalButton.html +69 -5
- package/docs/documentation/interfaces/NavigationItem.html +69 -5
- package/docs/documentation/interfaces/Node.html +69 -5
- package/docs/documentation/interfaces/NotificationAction.html +69 -5
- package/docs/documentation/interfaces/NotificationContent.html +69 -5
- package/docs/documentation/interfaces/NotificationLink.html +69 -5
- package/docs/documentation/interfaces/PaginationNavTranslations.html +69 -5
- package/docs/documentation/interfaces/PaginationTranslations.html +69 -5
- package/docs/documentation/interfaces/ScrollCustomEvent.html +70 -6
- package/docs/documentation/interfaces/SideNavItemInterface.html +70 -6
- package/docs/documentation/interfaces/Step.html +69 -5
- package/docs/documentation/interfaces/TableTranslations.html +69 -5
- package/docs/documentation/interfaces/TileSelection.html +69 -5
- package/docs/documentation/interfaces/ToastContent.html +70 -6
- package/docs/documentation/interfaces/TooltipConfig.html +69 -5
- package/docs/documentation/js/libs/bootstrap-native.js +2 -1
- package/docs/documentation/js/libs/es6-shim.min.js +11 -10
- package/docs/documentation/js/libs/tablesort.min.js +3 -3
- package/docs/documentation/js/libs/tablesort.number.min.js +2 -2
- package/docs/documentation/js/libs/vis.min.js +1 -1
- package/docs/documentation/js/menu-wc_es5.js +17 -19
- package/docs/documentation/js/menu.js +0 -55
- package/docs/documentation/js/search/search.js +71 -56
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/license.html +72 -8
- package/docs/documentation/miscellaneous/enumerations.html +69 -5
- package/docs/documentation/miscellaneous/functions.html +831 -819
- package/docs/documentation/miscellaneous/typealiases.html +69 -5
- package/docs/documentation/miscellaneous/variables.html +70 -6
- package/docs/documentation/modules/AccordionModule.html +69 -5
- package/docs/documentation/modules/BreadcrumbModule.html +69 -5
- package/docs/documentation/modules/ButtonModule.html +69 -5
- package/docs/documentation/modules/CheckboxModule.html +69 -5
- package/docs/documentation/modules/CodeSnippetModule/dependencies.svg +4 -4
- package/docs/documentation/modules/CodeSnippetModule.html +73 -9
- package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ComboBoxModule.html +73 -9
- package/docs/documentation/modules/ContainedListModule.html +69 -5
- package/docs/documentation/modules/ContentSwitcherModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ContentSwitcherModule.html +73 -9
- package/docs/documentation/modules/ContextMenuModule.html +69 -5
- package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +20 -20
- package/docs/documentation/modules/DatePickerInputModule.html +89 -25
- package/docs/documentation/modules/DatePickerModule/dependencies.svg +50 -46
- package/docs/documentation/modules/DatePickerModule.html +119 -51
- package/docs/documentation/modules/DialogModule.html +69 -5
- package/docs/documentation/modules/DocumentationModule.html +69 -5
- package/docs/documentation/modules/DropdownModule.html +69 -5
- package/docs/documentation/modules/ExperimentalModule.html +69 -5
- package/docs/documentation/modules/FileUploaderModule/dependencies.svg +58 -58
- package/docs/documentation/modules/FileUploaderModule.html +127 -63
- package/docs/documentation/modules/GridModule.html +69 -5
- package/docs/documentation/modules/HeaderModule.html +69 -5
- package/docs/documentation/modules/I18nModule.html +69 -5
- package/docs/documentation/modules/IconModule.html +69 -5
- package/docs/documentation/modules/InlineLoadingModule.html +69 -5
- package/docs/documentation/modules/InputModule.html +69 -5
- package/docs/documentation/modules/LayerModule.html +69 -5
- package/docs/documentation/modules/LayoutModule.html +69 -5
- package/docs/documentation/modules/LinkModule.html +69 -5
- package/docs/documentation/modules/ListModule.html +69 -5
- package/docs/documentation/modules/LoadingModule.html +69 -5
- package/docs/documentation/modules/ModalModule.html +69 -5
- package/docs/documentation/modules/NFormsModule.html +69 -5
- package/docs/documentation/modules/NotificationModule.html +69 -5
- package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
- package/docs/documentation/modules/NumberModule.html +73 -9
- package/docs/documentation/modules/PaginationModule.html +69 -5
- package/docs/documentation/modules/PanelModule/dependencies.svg +36 -36
- package/docs/documentation/modules/PanelModule.html +105 -41
- package/docs/documentation/modules/PlaceholderModule.html +69 -5
- package/docs/documentation/modules/PopoverModule.html +69 -5
- package/docs/documentation/modules/ProgressBarModule.html +69 -5
- package/docs/documentation/modules/ProgressIndicatorModule.html +69 -5
- package/docs/documentation/modules/RadioModule/dependencies.svg +43 -47
- package/docs/documentation/modules/RadioModule.html +112 -52
- package/docs/documentation/modules/SearchModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SearchModule.html +73 -9
- package/docs/documentation/modules/SelectModule/dependencies.svg +34 -34
- package/docs/documentation/modules/SelectModule.html +103 -39
- package/docs/documentation/modules/SideNavModule.html +69 -5
- package/docs/documentation/modules/SkeletonModule.html +69 -5
- package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SliderModule.html +73 -9
- package/docs/documentation/modules/StructuredListModule.html +69 -5
- package/docs/documentation/modules/TableModule.html +68 -4
- package/docs/documentation/modules/TabsModule.html +69 -5
- package/docs/documentation/modules/TagModule/dependencies.svg +28 -28
- package/docs/documentation/modules/TagModule.html +97 -33
- package/docs/documentation/modules/ThemeModule/dependencies.svg +15 -15
- package/docs/documentation/modules/ThemeModule.html +84 -20
- package/docs/documentation/modules/TilesModule/dependencies.svg +98 -98
- package/docs/documentation/modules/TilesModule.html +167 -103
- package/docs/documentation/modules/TimePickerModule/dependencies.svg +45 -41
- package/docs/documentation/modules/TimePickerModule.html +114 -46
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +46 -42
- package/docs/documentation/modules/TimePickerSelectModule.html +115 -47
- package/docs/documentation/modules/ToggleModule/dependencies.svg +26 -26
- package/docs/documentation/modules/ToggleModule.html +95 -31
- package/docs/documentation/modules/ToggletipModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ToggletipModule.html +73 -9
- package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TooltipModule.html +73 -9
- package/docs/documentation/modules/TreeviewModule/dependencies.svg +32 -32
- package/docs/documentation/modules/TreeviewModule.html +101 -37
- package/docs/documentation/modules/UIShellModule.html +69 -5
- package/docs/documentation/modules/UtilsModule.html +69 -5
- package/docs/documentation/modules.html +68 -4
- package/docs/documentation/overview.html +68 -4
- package/docs/documentation/pipes/ReplacePipe.html +114 -52
- package/docs/documentation/properties.html +69 -5
- package/docs/documentation/styles/compodoc.css +11 -8
- package/docs/documentation.json +2158 -1848
- package/docs/storybook/{3348.9d9f3238.iframe.bundle.js → 3348.03939d46.iframe.bundle.js} +1 -1
- package/docs/storybook/{959.4248791c.iframe.bundle.js → 959.05fb42da.iframe.bundle.js} +3 -3
- package/docs/storybook/{959.4248791c.iframe.bundle.js.map → 959.05fb42da.iframe.bundle.js.map} +1 -1
- package/docs/storybook/iframe.html +3 -3
- package/docs/storybook/main.cfffa2d2.iframe.bundle.js +1 -0
- package/docs/storybook/main.css +2 -4
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.33c694dd.iframe.bundle.js → runtime~main.c3f8e5ba.iframe.bundle.js} +1 -1
- package/docs/storybook/sb-addons/essentials-controls-1/manager-bundle.js +29 -29
- package/docs/storybook/{tabs-tabs-stories.183f4129.iframe.bundle.js → tabs-tabs-stories.066fa432.iframe.bundle.js} +1 -1
- package/esm2020/tabs/tab.component.mjs +20 -3
- package/esm2020/ui-shell/sidenav/sidenav-item.component.mjs +15 -13
- package/fesm2015/carbon-components-angular-tabs.mjs +24 -7
- package/fesm2015/carbon-components-angular-tabs.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-ui-shell.mjs +14 -12
- package/fesm2015/carbon-components-angular-ui-shell.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-tabs.mjs +24 -7
- package/fesm2020/carbon-components-angular-tabs.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-ui-shell.mjs +14 -12
- package/fesm2020/carbon-components-angular-ui-shell.mjs.map +1 -1
- package/package.json +1 -1
- package/tabs/tab.component.d.ts +10 -1
- package/docs/storybook/main.67c70a42.iframe.bundle.js +0 -1
- /package/docs/storybook/{959.4248791c.iframe.bundle.js.LICENSE.txt → 959.05fb42da.iframe.bundle.js.LICENSE.txt} +0 -0
|
@@ -12,10 +12,61 @@
|
|
|
12
12
|
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
<script>
|
|
16
|
+
// Blocking script to avoid flickering dark mode
|
|
17
|
+
// Dark mode toggle button
|
|
18
|
+
var useDark = window.matchMedia('(prefers-color-scheme: dark)');
|
|
19
|
+
var darkModeState = useDark.matches;
|
|
20
|
+
var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
21
|
+
var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
|
|
22
|
+
var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
|
|
23
|
+
|
|
24
|
+
function checkToggle(check) {
|
|
25
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
26
|
+
$darkModeToggleSwitchers[i].checked = check;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
function toggleDarkMode(state) {
|
|
31
|
+
if (window.localStorage) {
|
|
32
|
+
localStorage.setItem('compodoc_darkmode-state', state);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
checkToggle(state);
|
|
36
|
+
|
|
37
|
+
const hasClass = document.body.classList.contains('dark');
|
|
38
|
+
|
|
39
|
+
if (state) {
|
|
40
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
41
|
+
$darkModeToggles[i].classList.add('dark');
|
|
42
|
+
}
|
|
43
|
+
if (!hasClass) {
|
|
44
|
+
document.body.classList.add('dark');
|
|
45
|
+
}
|
|
46
|
+
} else {
|
|
47
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
48
|
+
$darkModeToggles[i].classList.remove('dark');
|
|
49
|
+
}
|
|
50
|
+
if (hasClass) {
|
|
51
|
+
document.body.classList.remove('dark');
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
useDark.addEventListener('change', function (evt) {
|
|
57
|
+
toggleDarkMode(evt.matches);
|
|
58
|
+
});
|
|
59
|
+
if (darkModeStateLocal) {
|
|
60
|
+
darkModeState = darkModeStateLocal === 'true';
|
|
61
|
+
}
|
|
62
|
+
toggleDarkMode(darkModeState);
|
|
63
|
+
</script>
|
|
64
|
+
|
|
65
|
+
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
|
|
66
|
+
<div class="d-flex">
|
|
67
|
+
<a href="../" class="navbar-brand">carbon-components-angular documentation</a>
|
|
68
|
+
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
69
|
+
</div>
|
|
19
70
|
</div>
|
|
20
71
|
|
|
21
72
|
<div class="xs-menu menu" id="mobile-menu">
|
|
@@ -24,7 +75,7 @@
|
|
|
24
75
|
|
|
25
76
|
<div class="container-fluid main">
|
|
26
77
|
<div class="row main">
|
|
27
|
-
<div class="
|
|
78
|
+
<div class="d-none d-md-block menu">
|
|
28
79
|
<compodoc-menu mode="normal"></compodoc-menu>
|
|
29
80
|
</div>
|
|
30
81
|
<!-- START CONTENT -->
|
|
@@ -70,7 +121,7 @@
|
|
|
70
121
|
</p>
|
|
71
122
|
<p class="comment">
|
|
72
123
|
<p>Get started with importing the module:</p>
|
|
73
|
-
<div><pre class="line-numbers"><code class="language-typescript">import { ComboBoxModule } from 'carbon-components-angular';</code></pre></div><p>ComboBoxes are similar to dropdowns, except a combobox provides an input field for users to search items and (optionally) add their own.
|
|
124
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">import { ComboBoxModule } from 'carbon-components-angular';</code></pre></div><p>ComboBoxes are similar to dropdowns, except a combobox provides an input field for users to search items and (optionally) add their own.
|
|
74
125
|
Multi-select comboboxes also provide "pills" of selected items.</p>
|
|
75
126
|
<p><a href="../../?path=/story/components-combobox--basic">See demo</a></p>
|
|
76
127
|
|
|
@@ -1146,7 +1197,7 @@ Multi-select comboboxes also provide "pills" of selected items.</p>
|
|
|
1146
1197
|
<td class="col-md-4">
|
|
1147
1198
|
<div class="io-description"><p>List of items to fill the content with.</p>
|
|
1148
1199
|
<p><strong>Example:</strong></p>
|
|
1149
|
-
<div><pre class="line-numbers"><code class="language-javascript">items = [
|
|
1200
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-javascript">items = [
|
|
1150
1201
|
{
|
|
1151
1202
|
content: "Abacus",
|
|
1152
1203
|
selected: false
|
|
@@ -1599,7 +1650,7 @@ Multi-select comboboxes also provide "pills" of selected items.</p>
|
|
|
1599
1650
|
<td class="col-md-4">
|
|
1600
1651
|
<div class="io-description"><p>Emits a ListItem</p>
|
|
1601
1652
|
<p>Example:</p>
|
|
1602
|
-
<div><pre class="line-numbers"><code class="language-javascript">{
|
|
1653
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-javascript">{
|
|
1603
1654
|
content: "one",
|
|
1604
1655
|
selected: true
|
|
1605
1656
|
}</code></pre></div></div>
|
|
@@ -1631,7 +1682,7 @@ Multi-select comboboxes also provide "pills" of selected items.</p>
|
|
|
1631
1682
|
<div class="io-description"><p>Intended to be used to add items to the list.</p>
|
|
1632
1683
|
<p>Emits an event that includes the current item list, the suggested index for the new item, and a simple ListItem</p>
|
|
1633
1684
|
<p>Example:</p>
|
|
1634
|
-
<div><pre class="line-numbers"><code class="language-javascript"> {
|
|
1685
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-javascript"> {
|
|
1635
1686
|
items: [{content: "one", selected: true}, {content: "two", selected: true}],
|
|
1636
1687
|
index: 1,
|
|
1637
1688
|
value: {
|
|
@@ -1639,7 +1690,7 @@ Multi-select comboboxes also provide "pills" of selected items.</p>
|
|
|
1639
1690
|
selected: false
|
|
1640
1691
|
}
|
|
1641
1692
|
}</code></pre></div><p>Example:</p>
|
|
1642
|
-
<div><pre class="line-numbers"><code class="language-javascript">{
|
|
1693
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-javascript">{
|
|
1643
1694
|
after: 1,
|
|
1644
1695
|
value: "some user string"
|
|
1645
1696
|
}</code></pre></div></div>
|
|
@@ -1737,17 +1788,17 @@ Multi-select comboboxes also provide "pills" of selected items.</p>
|
|
|
1737
1788
|
</tr>
|
|
1738
1789
|
|
|
1739
1790
|
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1791
|
+
<tr>
|
|
1792
|
+
<td class="col-md-4">
|
|
1793
|
+
<div class="io-line">Defined in <a href="" data-line="565"
|
|
1794
|
+
class="link-to-prism">src/combobox/combobox.component.ts:565</a></div>
|
|
1795
|
+
</td>
|
|
1796
|
+
</tr>
|
|
1746
1797
|
|
|
1747
1798
|
|
|
1748
1799
|
<tr>
|
|
1749
1800
|
<td class="col-md-4">
|
|
1750
|
-
|
|
1801
|
+
<div class="io-description"><p>Handles <code>Escape/Tab</code> key closing the dropdown, and arrow up/down focus to/from the dropdown list.</p>
|
|
1751
1802
|
</div>
|
|
1752
1803
|
|
|
1753
1804
|
</td>
|
|
@@ -1778,23 +1829,23 @@ Multi-select comboboxes also provide "pills" of selected items.</p>
|
|
|
1778
1829
|
</tr>
|
|
1779
1830
|
|
|
1780
1831
|
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1832
|
+
<tr>
|
|
1833
|
+
<td class="col-md-4">
|
|
1834
|
+
<div class="io-line">Defined in <a href="" data-line="812"
|
|
1835
|
+
class="link-to-prism">src/combobox/combobox.component.ts:812</a></div>
|
|
1836
|
+
</td>
|
|
1837
|
+
</tr>
|
|
1787
1838
|
|
|
1788
1839
|
|
|
1789
1840
|
<tr>
|
|
1790
1841
|
<td class="col-md-4">
|
|
1791
|
-
|
|
1842
|
+
<div class="io-description"><p>Creates the <code>Dropdown</code> list as an element that is appended to the DOM body.</p>
|
|
1792
1843
|
</div>
|
|
1793
1844
|
|
|
1794
|
-
|
|
1795
|
-
|
|
1845
|
+
<div class="io-description">
|
|
1846
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1796
1847
|
|
|
1797
|
-
|
|
1848
|
+
</div>
|
|
1798
1849
|
</td>
|
|
1799
1850
|
</tr>
|
|
1800
1851
|
</tbody>
|
|
@@ -1817,23 +1868,23 @@ Multi-select comboboxes also provide "pills" of selected items.</p>
|
|
|
1817
1868
|
</tr>
|
|
1818
1869
|
|
|
1819
1870
|
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1871
|
+
<tr>
|
|
1872
|
+
<td class="col-md-4">
|
|
1873
|
+
<div class="io-line">Defined in <a href="" data-line="823"
|
|
1874
|
+
class="link-to-prism">src/combobox/combobox.component.ts:823</a></div>
|
|
1875
|
+
</td>
|
|
1876
|
+
</tr>
|
|
1826
1877
|
|
|
1827
1878
|
|
|
1828
1879
|
<tr>
|
|
1829
1880
|
<td class="col-md-4">
|
|
1830
|
-
|
|
1881
|
+
<div class="io-description"><p>Creates the <code>Dropdown</code> list appending it to the dropdown parent object instead of the body.</p>
|
|
1831
1882
|
</div>
|
|
1832
1883
|
|
|
1833
|
-
|
|
1834
|
-
|
|
1884
|
+
<div class="io-description">
|
|
1885
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1835
1886
|
|
|
1836
|
-
|
|
1887
|
+
</div>
|
|
1837
1888
|
</td>
|
|
1838
1889
|
</tr>
|
|
1839
1890
|
</tbody>
|
|
@@ -1856,55 +1907,53 @@ Multi-select comboboxes also provide "pills" of selected items.</p>
|
|
|
1856
1907
|
</tr>
|
|
1857
1908
|
|
|
1858
1909
|
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1910
|
+
<tr>
|
|
1911
|
+
<td class="col-md-4">
|
|
1912
|
+
<div class="io-line">Defined in <a href="" data-line="792"
|
|
1913
|
+
class="link-to-prism">src/combobox/combobox.component.ts:792</a></div>
|
|
1914
|
+
</td>
|
|
1915
|
+
</tr>
|
|
1865
1916
|
|
|
1866
1917
|
|
|
1867
1918
|
<tr>
|
|
1868
1919
|
<td class="col-md-4">
|
|
1869
|
-
|
|
1920
|
+
<div class="io-description"><p>Handles keyboard events so users are controlling the <code>Dropdown</code> instead of unintentionally controlling outside elements.</p>
|
|
1870
1921
|
</div>
|
|
1871
1922
|
|
|
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
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
</div>
|
|
1923
|
+
<div class="io-description">
|
|
1924
|
+
<b>Parameters :</b>
|
|
1925
|
+
|
|
1926
|
+
<table class="params">
|
|
1927
|
+
<thead>
|
|
1928
|
+
<tr>
|
|
1929
|
+
<td>Name</td>
|
|
1930
|
+
<td>Type</td>
|
|
1931
|
+
<td>Optional</td>
|
|
1932
|
+
</tr>
|
|
1933
|
+
</thead>
|
|
1934
|
+
<tbody>
|
|
1935
|
+
<tr>
|
|
1936
|
+
<td>event</td>
|
|
1937
|
+
<td>
|
|
1938
|
+
<code>KeyboardEvent</code>
|
|
1939
|
+
</td>
|
|
1940
|
+
|
|
1941
|
+
<td>
|
|
1942
|
+
No
|
|
1943
|
+
</td>
|
|
1944
|
+
|
|
1945
|
+
|
|
1946
|
+
</tr>
|
|
1947
|
+
</tbody>
|
|
1948
|
+
</table>
|
|
1949
|
+
</div>
|
|
1950
|
+
<div class="io-description">
|
|
1951
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1952
|
+
|
|
1953
|
+
</div>
|
|
1954
|
+
<div class="io-description">
|
|
1955
|
+
|
|
1956
|
+
</div>
|
|
1908
1957
|
</td>
|
|
1909
1958
|
</tr>
|
|
1910
1959
|
</tbody>
|
|
@@ -1927,21 +1976,21 @@ Multi-select comboboxes also provide "pills" of selected items.</p>
|
|
|
1927
1976
|
</tr>
|
|
1928
1977
|
|
|
1929
1978
|
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1979
|
+
<tr>
|
|
1980
|
+
<td class="col-md-4">
|
|
1981
|
+
<div class="io-line">Defined in <a href="" data-line="590"
|
|
1982
|
+
class="link-to-prism">src/combobox/combobox.component.ts:590</a></div>
|
|
1983
|
+
</td>
|
|
1984
|
+
</tr>
|
|
1936
1985
|
|
|
1937
1986
|
|
|
1938
1987
|
<tr>
|
|
1939
1988
|
<td class="col-md-4">
|
|
1940
1989
|
|
|
1941
|
-
|
|
1942
|
-
|
|
1990
|
+
<div class="io-description">
|
|
1991
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1943
1992
|
|
|
1944
|
-
|
|
1993
|
+
</div>
|
|
1945
1994
|
</td>
|
|
1946
1995
|
</tr>
|
|
1947
1996
|
</tbody>
|
|
@@ -1964,51 +2013,49 @@ Multi-select comboboxes also provide "pills" of selected items.</p>
|
|
|
1964
2013
|
</tr>
|
|
1965
2014
|
|
|
1966
2015
|
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
2016
|
+
<tr>
|
|
2017
|
+
<td class="col-md-4">
|
|
2018
|
+
<div class="io-line">Defined in <a href="" data-line="852"
|
|
2019
|
+
class="link-to-prism">src/combobox/combobox.component.ts:852</a></div>
|
|
2020
|
+
</td>
|
|
2021
|
+
</tr>
|
|
1973
2022
|
|
|
1974
2023
|
|
|
1975
2024
|
<tr>
|
|
1976
2025
|
<td class="col-md-4">
|
|
1977
|
-
|
|
2026
|
+
<div class="io-description"><p>Handles clicks outside of the <code>Dropdown</code> list.</p>
|
|
1978
2027
|
</div>
|
|
1979
2028
|
|
|
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
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
</div>
|
|
2029
|
+
<div class="io-description">
|
|
2030
|
+
<b>Parameters :</b>
|
|
2031
|
+
|
|
2032
|
+
<table class="params">
|
|
2033
|
+
<thead>
|
|
2034
|
+
<tr>
|
|
2035
|
+
<td>Name</td>
|
|
2036
|
+
<td>Optional</td>
|
|
2037
|
+
</tr>
|
|
2038
|
+
</thead>
|
|
2039
|
+
<tbody>
|
|
2040
|
+
<tr>
|
|
2041
|
+
<td>event</td>
|
|
2042
|
+
|
|
2043
|
+
<td>
|
|
2044
|
+
No
|
|
2045
|
+
</td>
|
|
2046
|
+
|
|
2047
|
+
|
|
2048
|
+
</tr>
|
|
2049
|
+
</tbody>
|
|
2050
|
+
</table>
|
|
2051
|
+
</div>
|
|
2052
|
+
<div class="io-description">
|
|
2053
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2054
|
+
|
|
2055
|
+
</div>
|
|
2056
|
+
<div class="io-description">
|
|
2057
|
+
|
|
2058
|
+
</div>
|
|
2012
2059
|
</td>
|
|
2013
2060
|
</tr>
|
|
2014
2061
|
</tbody>
|
|
@@ -2031,24 +2078,24 @@ Multi-select comboboxes also provide "pills" of selected items.</p>
|
|
|
2031
2078
|
</tr>
|
|
2032
2079
|
|
|
2033
2080
|
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2081
|
+
<tr>
|
|
2082
|
+
<td class="col-md-4">
|
|
2083
|
+
<div class="io-line">Defined in <a href="" data-line="832"
|
|
2084
|
+
class="link-to-prism">src/combobox/combobox.component.ts:832</a></div>
|
|
2085
|
+
</td>
|
|
2086
|
+
</tr>
|
|
2040
2087
|
|
|
2041
2088
|
|
|
2042
2089
|
<tr>
|
|
2043
2090
|
<td class="col-md-4">
|
|
2044
|
-
|
|
2091
|
+
<div class="io-description"><p>Detects whether or not the <code>Dropdown</code> list is visible within all scrollable parents.
|
|
2045
2092
|
This can be overridden by passing in a value to the <code>dropUp</code> input.</p>
|
|
2046
2093
|
</div>
|
|
2047
2094
|
|
|
2048
|
-
|
|
2049
|
-
|
|
2095
|
+
<div class="io-description">
|
|
2096
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
2050
2097
|
|
|
2051
|
-
|
|
2098
|
+
</div>
|
|
2052
2099
|
</td>
|
|
2053
2100
|
</tr>
|
|
2054
2101
|
</tbody>
|
|
@@ -2059,7 +2106,7 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
|
|
|
2059
2106
|
<td class="col-md-4">
|
|
2060
2107
|
<a name="checkForReorder"></a>
|
|
2061
2108
|
<span class="name">
|
|
2062
|
-
|
|
2109
|
+
<span class="modifier">Protected</span>
|
|
2063
2110
|
<span ><b>checkForReorder</b></span>
|
|
2064
2111
|
<a href="#checkForReorder"><span class="icon ion-ios-link"></span></a>
|
|
2065
2112
|
</span>
|
|
@@ -2067,27 +2114,27 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
|
|
|
2067
2114
|
</tr>
|
|
2068
2115
|
<tr>
|
|
2069
2116
|
<td class="col-md-4">
|
|
2070
|
-
|
|
2117
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2071
2118
|
<code>checkForReorder()</code>
|
|
2072
2119
|
</td>
|
|
2073
2120
|
</tr>
|
|
2074
2121
|
|
|
2075
2122
|
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2123
|
+
<tr>
|
|
2124
|
+
<td class="col-md-4">
|
|
2125
|
+
<div class="io-line">Defined in <a href="" data-line="873"
|
|
2126
|
+
class="link-to-prism">src/combobox/combobox.component.ts:873</a></div>
|
|
2127
|
+
</td>
|
|
2128
|
+
</tr>
|
|
2082
2129
|
|
|
2083
2130
|
|
|
2084
2131
|
<tr>
|
|
2085
2132
|
<td class="col-md-4">
|
|
2086
2133
|
|
|
2087
|
-
|
|
2088
|
-
|
|
2134
|
+
<div class="io-description">
|
|
2135
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2089
2136
|
|
|
2090
|
-
|
|
2137
|
+
</div>
|
|
2091
2138
|
</td>
|
|
2092
2139
|
</tr>
|
|
2093
2140
|
</tbody>
|
|
@@ -2110,49 +2157,47 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
|
|
|
2110
2157
|
</tr>
|
|
2111
2158
|
|
|
2112
2159
|
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2160
|
+
<tr>
|
|
2161
|
+
<td class="col-md-4">
|
|
2162
|
+
<div class="io-line">Defined in <a href="" data-line="768"
|
|
2163
|
+
class="link-to-prism">src/combobox/combobox.component.ts:768</a></div>
|
|
2164
|
+
</td>
|
|
2165
|
+
</tr>
|
|
2119
2166
|
|
|
2120
2167
|
|
|
2121
2168
|
<tr>
|
|
2122
2169
|
<td class="col-md-4">
|
|
2123
2170
|
|
|
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
|
-
</div>
|
|
2171
|
+
<div class="io-description">
|
|
2172
|
+
<b>Parameters :</b>
|
|
2173
|
+
|
|
2174
|
+
<table class="params">
|
|
2175
|
+
<thead>
|
|
2176
|
+
<tr>
|
|
2177
|
+
<td>Name</td>
|
|
2178
|
+
<td>Optional</td>
|
|
2179
|
+
</tr>
|
|
2180
|
+
</thead>
|
|
2181
|
+
<tbody>
|
|
2182
|
+
<tr>
|
|
2183
|
+
<td>event</td>
|
|
2184
|
+
|
|
2185
|
+
<td>
|
|
2186
|
+
No
|
|
2187
|
+
</td>
|
|
2188
|
+
|
|
2189
|
+
|
|
2190
|
+
</tr>
|
|
2191
|
+
</tbody>
|
|
2192
|
+
</table>
|
|
2193
|
+
</div>
|
|
2194
|
+
<div class="io-description">
|
|
2195
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2196
|
+
|
|
2197
|
+
</div>
|
|
2198
|
+
<div class="io-description">
|
|
2199
|
+
|
|
2200
|
+
</div>
|
|
2156
2201
|
</td>
|
|
2157
2202
|
</tr>
|
|
2158
2203
|
</tbody>
|
|
@@ -2163,7 +2208,7 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
|
|
|
2163
2208
|
<td class="col-md-4">
|
|
2164
2209
|
<a name="clearSelected"></a>
|
|
2165
2210
|
<span class="name">
|
|
2166
|
-
|
|
2211
|
+
<span class="modifier">Public</span>
|
|
2167
2212
|
<span ><b>clearSelected</b></span>
|
|
2168
2213
|
<a href="#clearSelected"><span class="icon ion-ios-link"></span></a>
|
|
2169
2214
|
</span>
|
|
@@ -2171,55 +2216,53 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
|
|
|
2171
2216
|
</tr>
|
|
2172
2217
|
<tr>
|
|
2173
2218
|
<td class="col-md-4">
|
|
2174
|
-
|
|
2219
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2175
2220
|
<code>clearSelected(event)</code>
|
|
2176
2221
|
</td>
|
|
2177
2222
|
</tr>
|
|
2178
2223
|
|
|
2179
2224
|
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2225
|
+
<tr>
|
|
2226
|
+
<td class="col-md-4">
|
|
2227
|
+
<div class="io-line">Defined in <a href="" data-line="656"
|
|
2228
|
+
class="link-to-prism">src/combobox/combobox.component.ts:656</a></div>
|
|
2229
|
+
</td>
|
|
2230
|
+
</tr>
|
|
2186
2231
|
|
|
2187
2232
|
|
|
2188
2233
|
<tr>
|
|
2189
2234
|
<td class="col-md-4">
|
|
2190
2235
|
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
</div>
|
|
2236
|
+
<div class="io-description">
|
|
2237
|
+
<b>Parameters :</b>
|
|
2238
|
+
|
|
2239
|
+
<table class="params">
|
|
2240
|
+
<thead>
|
|
2241
|
+
<tr>
|
|
2242
|
+
<td>Name</td>
|
|
2243
|
+
<td>Optional</td>
|
|
2244
|
+
</tr>
|
|
2245
|
+
</thead>
|
|
2246
|
+
<tbody>
|
|
2247
|
+
<tr>
|
|
2248
|
+
<td>event</td>
|
|
2249
|
+
|
|
2250
|
+
<td>
|
|
2251
|
+
No
|
|
2252
|
+
</td>
|
|
2253
|
+
|
|
2254
|
+
|
|
2255
|
+
</tr>
|
|
2256
|
+
</tbody>
|
|
2257
|
+
</table>
|
|
2258
|
+
</div>
|
|
2259
|
+
<div class="io-description">
|
|
2260
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2261
|
+
|
|
2262
|
+
</div>
|
|
2263
|
+
<div class="io-description">
|
|
2264
|
+
|
|
2265
|
+
</div>
|
|
2223
2266
|
</td>
|
|
2224
2267
|
</tr>
|
|
2225
2268
|
</tbody>
|
|
@@ -2230,7 +2273,7 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
|
|
|
2230
2273
|
<td class="col-md-4">
|
|
2231
2274
|
<a name="closeDropdown"></a>
|
|
2232
2275
|
<span class="name">
|
|
2233
|
-
|
|
2276
|
+
<span class="modifier">Public</span>
|
|
2234
2277
|
<span ><b>closeDropdown</b></span>
|
|
2235
2278
|
<a href="#closeDropdown"><span class="icon ion-ios-link"></span></a>
|
|
2236
2279
|
</span>
|
|
@@ -2238,29 +2281,29 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
|
|
|
2238
2281
|
</tr>
|
|
2239
2282
|
<tr>
|
|
2240
2283
|
<td class="col-md-4">
|
|
2241
|
-
|
|
2284
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2242
2285
|
<code>closeDropdown()</code>
|
|
2243
2286
|
</td>
|
|
2244
2287
|
</tr>
|
|
2245
2288
|
|
|
2246
2289
|
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2290
|
+
<tr>
|
|
2291
|
+
<td class="col-md-4">
|
|
2292
|
+
<div class="io-line">Defined in <a href="" data-line="676"
|
|
2293
|
+
class="link-to-prism">src/combobox/combobox.component.ts:676</a></div>
|
|
2294
|
+
</td>
|
|
2295
|
+
</tr>
|
|
2253
2296
|
|
|
2254
2297
|
|
|
2255
2298
|
<tr>
|
|
2256
2299
|
<td class="col-md-4">
|
|
2257
|
-
|
|
2300
|
+
<div class="io-description"><p>Closes the dropdown and emits the close event.</p>
|
|
2258
2301
|
</div>
|
|
2259
2302
|
|
|
2260
|
-
|
|
2261
|
-
|
|
2303
|
+
<div class="io-description">
|
|
2304
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2262
2305
|
|
|
2263
|
-
|
|
2306
|
+
</div>
|
|
2264
2307
|
</td>
|
|
2265
2308
|
</tr>
|
|
2266
2309
|
</tbody>
|
|
@@ -2271,7 +2314,7 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
|
|
|
2271
2314
|
<td class="col-md-4">
|
|
2272
2315
|
<a name="hostkeys"></a>
|
|
2273
2316
|
<span class="name">
|
|
2274
|
-
|
|
2317
|
+
<span class="modifier"></span>
|
|
2275
2318
|
<span ><b>hostkeys</b></span>
|
|
2276
2319
|
<a href="#hostkeys"><span class="icon ion-ios-link"></span></a>
|
|
2277
2320
|
</span>
|
|
@@ -2279,7 +2322,7 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
|
|
|
2279
2322
|
</tr>
|
|
2280
2323
|
<tr>
|
|
2281
2324
|
<td class="col-md-4">
|
|
2282
|
-
|
|
2325
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2283
2326
|
<code>hostkeys(ev: KeyboardEvent)</code>
|
|
2284
2327
|
</td>
|
|
2285
2328
|
</tr>
|
|
@@ -2292,55 +2335,53 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
|
|
|
2292
2335
|
</td>
|
|
2293
2336
|
</tr>
|
|
2294
2337
|
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2338
|
+
<tr>
|
|
2339
|
+
<td class="col-md-4">
|
|
2340
|
+
<div class="io-line">Defined in <a href="" data-line="565"
|
|
2341
|
+
class="link-to-prism">src/combobox/combobox.component.ts:565</a></div>
|
|
2342
|
+
</td>
|
|
2343
|
+
</tr>
|
|
2301
2344
|
|
|
2302
2345
|
|
|
2303
2346
|
<tr>
|
|
2304
2347
|
<td class="col-md-4">
|
|
2305
|
-
|
|
2348
|
+
<div class="io-description"><p>Handles <code>Escape/Tab</code> key closing the dropdown, and arrow up/down focus to/from the dropdown list.</p>
|
|
2306
2349
|
</div>
|
|
2307
2350
|
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
</div>
|
|
2351
|
+
<div class="io-description">
|
|
2352
|
+
<b>Parameters :</b>
|
|
2353
|
+
|
|
2354
|
+
<table class="params">
|
|
2355
|
+
<thead>
|
|
2356
|
+
<tr>
|
|
2357
|
+
<td>Name</td>
|
|
2358
|
+
<td>Type</td>
|
|
2359
|
+
<td>Optional</td>
|
|
2360
|
+
</tr>
|
|
2361
|
+
</thead>
|
|
2362
|
+
<tbody>
|
|
2363
|
+
<tr>
|
|
2364
|
+
<td>ev</td>
|
|
2365
|
+
<td>
|
|
2366
|
+
<code>KeyboardEvent</code>
|
|
2367
|
+
</td>
|
|
2368
|
+
|
|
2369
|
+
<td>
|
|
2370
|
+
No
|
|
2371
|
+
</td>
|
|
2372
|
+
|
|
2373
|
+
|
|
2374
|
+
</tr>
|
|
2375
|
+
</tbody>
|
|
2376
|
+
</table>
|
|
2377
|
+
</div>
|
|
2378
|
+
<div class="io-description">
|
|
2379
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2380
|
+
|
|
2381
|
+
</div>
|
|
2382
|
+
<div class="io-description">
|
|
2383
|
+
|
|
2384
|
+
</div>
|
|
2344
2385
|
</td>
|
|
2345
2386
|
</tr>
|
|
2346
2387
|
</tbody>
|
|
@@ -2351,7 +2392,7 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
|
|
|
2351
2392
|
<td class="col-md-4">
|
|
2352
2393
|
<a name="isTemplate"></a>
|
|
2353
2394
|
<span class="name">
|
|
2354
|
-
|
|
2395
|
+
<span class="modifier">Public</span>
|
|
2355
2396
|
<span ><b>isTemplate</b></span>
|
|
2356
2397
|
<a href="#isTemplate"><span class="icon ion-ios-link"></span></a>
|
|
2357
2398
|
</span>
|
|
@@ -2359,55 +2400,53 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
|
|
|
2359
2400
|
</tr>
|
|
2360
2401
|
<tr>
|
|
2361
2402
|
<td class="col-md-4">
|
|
2362
|
-
|
|
2403
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2363
2404
|
<code>isTemplate(value)</code>
|
|
2364
2405
|
</td>
|
|
2365
2406
|
</tr>
|
|
2366
2407
|
|
|
2367
2408
|
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2409
|
+
<tr>
|
|
2410
|
+
<td class="col-md-4">
|
|
2411
|
+
<div class="io-line">Defined in <a href="" data-line="785"
|
|
2412
|
+
class="link-to-prism">src/combobox/combobox.component.ts:785</a></div>
|
|
2413
|
+
</td>
|
|
2414
|
+
</tr>
|
|
2374
2415
|
|
|
2375
2416
|
|
|
2376
2417
|
<tr>
|
|
2377
2418
|
<td class="col-md-4">
|
|
2378
2419
|
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
</div>
|
|
2420
|
+
<div class="io-description">
|
|
2421
|
+
<b>Parameters :</b>
|
|
2422
|
+
|
|
2423
|
+
<table class="params">
|
|
2424
|
+
<thead>
|
|
2425
|
+
<tr>
|
|
2426
|
+
<td>Name</td>
|
|
2427
|
+
<td>Optional</td>
|
|
2428
|
+
</tr>
|
|
2429
|
+
</thead>
|
|
2430
|
+
<tbody>
|
|
2431
|
+
<tr>
|
|
2432
|
+
<td>value</td>
|
|
2433
|
+
|
|
2434
|
+
<td>
|
|
2435
|
+
No
|
|
2436
|
+
</td>
|
|
2437
|
+
|
|
2438
|
+
|
|
2439
|
+
</tr>
|
|
2440
|
+
</tbody>
|
|
2441
|
+
</table>
|
|
2442
|
+
</div>
|
|
2443
|
+
<div class="io-description">
|
|
2444
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
2445
|
+
|
|
2446
|
+
</div>
|
|
2447
|
+
<div class="io-description">
|
|
2448
|
+
|
|
2449
|
+
</div>
|
|
2411
2450
|
</td>
|
|
2412
2451
|
</tr>
|
|
2413
2452
|
</tbody>
|
|
@@ -2430,24 +2469,24 @@ This can be overridden by passing in a value to the <code>dropUp</code> input.</
|
|
|
2430
2469
|
</tr>
|
|
2431
2470
|
|
|
2432
2471
|
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2472
|
+
<tr>
|
|
2473
|
+
<td class="col-md-4">
|
|
2474
|
+
<div class="io-line">Defined in <a href="" data-line="474"
|
|
2475
|
+
class="link-to-prism">src/combobox/combobox.component.ts:474</a></div>
|
|
2476
|
+
</td>
|
|
2477
|
+
</tr>
|
|
2439
2478
|
|
|
2440
2479
|
|
|
2441
2480
|
<tr>
|
|
2442
2481
|
<td class="col-md-4">
|
|
2443
|
-
|
|
2482
|
+
<div class="io-description"><p>Sets initial state that depends on child components
|
|
2444
2483
|
Subscribes to select events and handles focus/filtering/initial list updates</p>
|
|
2445
2484
|
</div>
|
|
2446
2485
|
|
|
2447
|
-
|
|
2448
|
-
|
|
2486
|
+
<div class="io-description">
|
|
2487
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2449
2488
|
|
|
2450
|
-
|
|
2489
|
+
</div>
|
|
2451
2490
|
</td>
|
|
2452
2491
|
</tr>
|
|
2453
2492
|
</tbody>
|
|
@@ -2470,23 +2509,23 @@ Subscribes to select events and handles focus/filtering/initial list updates</p>
|
|
|
2470
2509
|
</tr>
|
|
2471
2510
|
|
|
2472
2511
|
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2512
|
+
<tr>
|
|
2513
|
+
<td class="col-md-4">
|
|
2514
|
+
<div class="io-line">Defined in <a href="" data-line="539"
|
|
2515
|
+
class="link-to-prism">src/combobox/combobox.component.ts:539</a></div>
|
|
2516
|
+
</td>
|
|
2517
|
+
</tr>
|
|
2479
2518
|
|
|
2480
2519
|
|
|
2481
2520
|
<tr>
|
|
2482
2521
|
<td class="col-md-4">
|
|
2483
|
-
|
|
2522
|
+
<div class="io-description"><p>Binds event handlers against the rendered view</p>
|
|
2484
2523
|
</div>
|
|
2485
2524
|
|
|
2486
|
-
|
|
2487
|
-
|
|
2525
|
+
<div class="io-description">
|
|
2526
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2488
2527
|
|
|
2489
|
-
|
|
2528
|
+
</div>
|
|
2490
2529
|
</td>
|
|
2491
2530
|
</tr>
|
|
2492
2531
|
</tbody>
|
|
@@ -2509,52 +2548,50 @@ Subscribes to select events and handles focus/filtering/initial list updates</p>
|
|
|
2509
2548
|
</tr>
|
|
2510
2549
|
|
|
2511
2550
|
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2551
|
+
<tr>
|
|
2552
|
+
<td class="col-md-4">
|
|
2553
|
+
<div class="io-line">Defined in <a href="" data-line="458"
|
|
2554
|
+
class="link-to-prism">src/combobox/combobox.component.ts:458</a></div>
|
|
2555
|
+
</td>
|
|
2556
|
+
</tr>
|
|
2518
2557
|
|
|
2519
2558
|
|
|
2520
2559
|
<tr>
|
|
2521
2560
|
<td class="col-md-4">
|
|
2522
|
-
|
|
2561
|
+
<div class="io-description"><p>Lifecycle hook.
|
|
2523
2562
|
Updates pills if necessary.</p>
|
|
2524
2563
|
</div>
|
|
2525
2564
|
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
</div>
|
|
2565
|
+
<div class="io-description">
|
|
2566
|
+
<b>Parameters :</b>
|
|
2567
|
+
|
|
2568
|
+
<table class="params">
|
|
2569
|
+
<thead>
|
|
2570
|
+
<tr>
|
|
2571
|
+
<td>Name</td>
|
|
2572
|
+
<td>Optional</td>
|
|
2573
|
+
</tr>
|
|
2574
|
+
</thead>
|
|
2575
|
+
<tbody>
|
|
2576
|
+
<tr>
|
|
2577
|
+
<td>changes</td>
|
|
2578
|
+
|
|
2579
|
+
<td>
|
|
2580
|
+
No
|
|
2581
|
+
</td>
|
|
2582
|
+
|
|
2583
|
+
|
|
2584
|
+
</tr>
|
|
2585
|
+
</tbody>
|
|
2586
|
+
</table>
|
|
2587
|
+
</div>
|
|
2588
|
+
<div class="io-description">
|
|
2589
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2590
|
+
|
|
2591
|
+
</div>
|
|
2592
|
+
<div class="io-description">
|
|
2593
|
+
|
|
2594
|
+
</div>
|
|
2558
2595
|
</td>
|
|
2559
2596
|
</tr>
|
|
2560
2597
|
</tbody>
|
|
@@ -2577,23 +2614,23 @@ Updates pills if necessary.</p>
|
|
|
2577
2614
|
</tr>
|
|
2578
2615
|
|
|
2579
2616
|
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2617
|
+
<tr>
|
|
2618
|
+
<td class="col-md-4">
|
|
2619
|
+
<div class="io-line">Defined in <a href="" data-line="555"
|
|
2620
|
+
class="link-to-prism">src/combobox/combobox.component.ts:555</a></div>
|
|
2621
|
+
</td>
|
|
2622
|
+
</tr>
|
|
2586
2623
|
|
|
2587
2624
|
|
|
2588
2625
|
<tr>
|
|
2589
2626
|
<td class="col-md-4">
|
|
2590
|
-
|
|
2627
|
+
<div class="io-description"><p>Removing the <code>Dropdown</code> from the body if it is appended to the body.</p>
|
|
2591
2628
|
</div>
|
|
2592
2629
|
|
|
2593
|
-
|
|
2594
|
-
|
|
2630
|
+
<div class="io-description">
|
|
2631
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2595
2632
|
|
|
2596
|
-
|
|
2633
|
+
</div>
|
|
2597
2634
|
</td>
|
|
2598
2635
|
</tr>
|
|
2599
2636
|
</tbody>
|
|
@@ -2616,21 +2653,21 @@ Updates pills if necessary.</p>
|
|
|
2616
2653
|
</tr>
|
|
2617
2654
|
|
|
2618
2655
|
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2656
|
+
<tr>
|
|
2657
|
+
<td class="col-md-4">
|
|
2658
|
+
<div class="io-line">Defined in <a href="" data-line="627"
|
|
2659
|
+
class="link-to-prism">src/combobox/combobox.component.ts:627</a></div>
|
|
2660
|
+
</td>
|
|
2661
|
+
</tr>
|
|
2625
2662
|
|
|
2626
2663
|
|
|
2627
2664
|
<tr>
|
|
2628
2665
|
<td class="col-md-4">
|
|
2629
2666
|
|
|
2630
|
-
|
|
2631
|
-
|
|
2667
|
+
<div class="io-description">
|
|
2668
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2632
2669
|
|
|
2633
|
-
|
|
2670
|
+
</div>
|
|
2634
2671
|
</td>
|
|
2635
2672
|
</tr>
|
|
2636
2673
|
</tbody>
|
|
@@ -2641,7 +2678,7 @@ Updates pills if necessary.</p>
|
|
|
2641
2678
|
<td class="col-md-4">
|
|
2642
2679
|
<a name="onSearch"></a>
|
|
2643
2680
|
<span class="name">
|
|
2644
|
-
|
|
2681
|
+
<span class="modifier">Public</span>
|
|
2645
2682
|
<span ><b>onSearch</b></span>
|
|
2646
2683
|
<a href="#onSearch"><span class="icon ion-ios-link"></span></a>
|
|
2647
2684
|
</span>
|
|
@@ -2649,72 +2686,70 @@ Updates pills if necessary.</p>
|
|
|
2649
2686
|
</tr>
|
|
2650
2687
|
<tr>
|
|
2651
2688
|
<td class="col-md-4">
|
|
2652
|
-
|
|
2689
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2653
2690
|
<code>onSearch(searchString, shouldEmitSearch)</code>
|
|
2654
2691
|
</td>
|
|
2655
2692
|
</tr>
|
|
2656
2693
|
|
|
2657
2694
|
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2695
|
+
<tr>
|
|
2696
|
+
<td class="col-md-4">
|
|
2697
|
+
<div class="io-line">Defined in <a href="" data-line="724"
|
|
2698
|
+
class="link-to-prism">src/combobox/combobox.component.ts:724</a></div>
|
|
2699
|
+
</td>
|
|
2700
|
+
</tr>
|
|
2664
2701
|
|
|
2665
2702
|
|
|
2666
2703
|
<tr>
|
|
2667
2704
|
<td class="col-md-4">
|
|
2668
|
-
|
|
2705
|
+
<div class="io-description"><p>Sets the list group filter, and manages single select item selection.</p>
|
|
2669
2706
|
</div>
|
|
2670
2707
|
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
</div>
|
|
2708
|
+
<div class="io-description">
|
|
2709
|
+
<b>Parameters :</b>
|
|
2710
|
+
|
|
2711
|
+
<table class="params">
|
|
2712
|
+
<thead>
|
|
2713
|
+
<tr>
|
|
2714
|
+
<td>Name</td>
|
|
2715
|
+
<td>Optional</td>
|
|
2716
|
+
<td>Default value</td>
|
|
2717
|
+
</tr>
|
|
2718
|
+
</thead>
|
|
2719
|
+
<tbody>
|
|
2720
|
+
<tr>
|
|
2721
|
+
<td>searchString</td>
|
|
2722
|
+
|
|
2723
|
+
<td>
|
|
2724
|
+
No
|
|
2725
|
+
</td>
|
|
2726
|
+
|
|
2727
|
+
<td>
|
|
2728
|
+
</td>
|
|
2729
|
+
|
|
2730
|
+
</tr>
|
|
2731
|
+
<tr>
|
|
2732
|
+
<td>shouldEmitSearch</td>
|
|
2733
|
+
|
|
2734
|
+
<td>
|
|
2735
|
+
No
|
|
2736
|
+
</td>
|
|
2737
|
+
|
|
2738
|
+
<td>
|
|
2739
|
+
<code>true</code>
|
|
2740
|
+
</td>
|
|
2741
|
+
|
|
2742
|
+
</tr>
|
|
2743
|
+
</tbody>
|
|
2744
|
+
</table>
|
|
2745
|
+
</div>
|
|
2746
|
+
<div class="io-description">
|
|
2747
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2748
|
+
|
|
2749
|
+
</div>
|
|
2750
|
+
<div class="io-description">
|
|
2751
|
+
|
|
2752
|
+
</div>
|
|
2718
2753
|
</td>
|
|
2719
2754
|
</tr>
|
|
2720
2755
|
</tbody>
|
|
@@ -2725,7 +2760,7 @@ Updates pills if necessary.</p>
|
|
|
2725
2760
|
<td class="col-md-4">
|
|
2726
2761
|
<a name="onSubmit"></a>
|
|
2727
2762
|
<span class="name">
|
|
2728
|
-
|
|
2763
|
+
<span class="modifier">Public</span>
|
|
2729
2764
|
<span ><b>onSubmit</b></span>
|
|
2730
2765
|
<a href="#onSubmit"><span class="icon ion-ios-link"></span></a>
|
|
2731
2766
|
</span>
|
|
@@ -2733,61 +2768,59 @@ Updates pills if necessary.</p>
|
|
|
2733
2768
|
</tr>
|
|
2734
2769
|
<tr>
|
|
2735
2770
|
<td class="col-md-4">
|
|
2736
|
-
|
|
2771
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2737
2772
|
<code>onSubmit(event: KeyboardEvent)</code>
|
|
2738
2773
|
</td>
|
|
2739
2774
|
</tr>
|
|
2740
2775
|
|
|
2741
2776
|
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2777
|
+
<tr>
|
|
2778
|
+
<td class="col-md-4">
|
|
2779
|
+
<div class="io-line">Defined in <a href="" data-line="757"
|
|
2780
|
+
class="link-to-prism">src/combobox/combobox.component.ts:757</a></div>
|
|
2781
|
+
</td>
|
|
2782
|
+
</tr>
|
|
2748
2783
|
|
|
2749
2784
|
|
|
2750
2785
|
<tr>
|
|
2751
2786
|
<td class="col-md-4">
|
|
2752
|
-
|
|
2787
|
+
<div class="io-description"><p>Intended to be used to add items to the list.</p>
|
|
2753
2788
|
</div>
|
|
2754
2789
|
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
</div>
|
|
2790
|
+
<div class="io-description">
|
|
2791
|
+
<b>Parameters :</b>
|
|
2792
|
+
|
|
2793
|
+
<table class="params">
|
|
2794
|
+
<thead>
|
|
2795
|
+
<tr>
|
|
2796
|
+
<td>Name</td>
|
|
2797
|
+
<td>Type</td>
|
|
2798
|
+
<td>Optional</td>
|
|
2799
|
+
</tr>
|
|
2800
|
+
</thead>
|
|
2801
|
+
<tbody>
|
|
2802
|
+
<tr>
|
|
2803
|
+
<td>event</td>
|
|
2804
|
+
<td>
|
|
2805
|
+
<code>KeyboardEvent</code>
|
|
2806
|
+
</td>
|
|
2807
|
+
|
|
2808
|
+
<td>
|
|
2809
|
+
No
|
|
2810
|
+
</td>
|
|
2811
|
+
|
|
2812
|
+
|
|
2813
|
+
</tr>
|
|
2814
|
+
</tbody>
|
|
2815
|
+
</table>
|
|
2816
|
+
</div>
|
|
2817
|
+
<div class="io-description">
|
|
2818
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2819
|
+
|
|
2820
|
+
</div>
|
|
2821
|
+
<div class="io-description">
|
|
2822
|
+
|
|
2823
|
+
</div>
|
|
2791
2824
|
</td>
|
|
2792
2825
|
</tr>
|
|
2793
2826
|
</tbody>
|
|
@@ -2798,7 +2831,7 @@ Updates pills if necessary.</p>
|
|
|
2798
2831
|
<td class="col-md-4">
|
|
2799
2832
|
<a name="openDropdown"></a>
|
|
2800
2833
|
<span class="name">
|
|
2801
|
-
|
|
2834
|
+
<span class="modifier">Public</span>
|
|
2802
2835
|
<span ><b>openDropdown</b></span>
|
|
2803
2836
|
<a href="#openDropdown"><span class="icon ion-ios-link"></span></a>
|
|
2804
2837
|
</span>
|
|
@@ -2806,29 +2839,29 @@ Updates pills if necessary.</p>
|
|
|
2806
2839
|
</tr>
|
|
2807
2840
|
<tr>
|
|
2808
2841
|
<td class="col-md-4">
|
|
2809
|
-
|
|
2842
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
2810
2843
|
<code>openDropdown()</code>
|
|
2811
2844
|
</td>
|
|
2812
2845
|
</tr>
|
|
2813
2846
|
|
|
2814
2847
|
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2848
|
+
<tr>
|
|
2849
|
+
<td class="col-md-4">
|
|
2850
|
+
<div class="io-line">Defined in <a href="" data-line="690"
|
|
2851
|
+
class="link-to-prism">src/combobox/combobox.component.ts:690</a></div>
|
|
2852
|
+
</td>
|
|
2853
|
+
</tr>
|
|
2821
2854
|
|
|
2822
2855
|
|
|
2823
2856
|
<tr>
|
|
2824
2857
|
<td class="col-md-4">
|
|
2825
|
-
|
|
2858
|
+
<div class="io-description"><p>Opens the dropdown.</p>
|
|
2826
2859
|
</div>
|
|
2827
2860
|
|
|
2828
|
-
|
|
2829
|
-
|
|
2861
|
+
<div class="io-description">
|
|
2862
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2830
2863
|
|
|
2831
|
-
|
|
2864
|
+
</div>
|
|
2832
2865
|
</td>
|
|
2833
2866
|
</tr>
|
|
2834
2867
|
</tbody>
|
|
@@ -2851,53 +2884,51 @@ Updates pills if necessary.</p>
|
|
|
2851
2884
|
</tr>
|
|
2852
2885
|
|
|
2853
2886
|
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2887
|
+
<tr>
|
|
2888
|
+
<td class="col-md-4">
|
|
2889
|
+
<div class="io-line">Defined in <a href="" data-line="631"
|
|
2890
|
+
class="link-to-prism">src/combobox/combobox.component.ts:631</a></div>
|
|
2891
|
+
</td>
|
|
2892
|
+
</tr>
|
|
2860
2893
|
|
|
2861
2894
|
|
|
2862
2895
|
<tr>
|
|
2863
2896
|
<td class="col-md-4">
|
|
2864
2897
|
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
</div>
|
|
2898
|
+
<div class="io-description">
|
|
2899
|
+
<b>Parameters :</b>
|
|
2900
|
+
|
|
2901
|
+
<table class="params">
|
|
2902
|
+
<thead>
|
|
2903
|
+
<tr>
|
|
2904
|
+
<td>Name</td>
|
|
2905
|
+
<td>Type</td>
|
|
2906
|
+
<td>Optional</td>
|
|
2907
|
+
</tr>
|
|
2908
|
+
</thead>
|
|
2909
|
+
<tbody>
|
|
2910
|
+
<tr>
|
|
2911
|
+
<td>fn</td>
|
|
2912
|
+
<td>
|
|
2913
|
+
<code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
2914
|
+
</td>
|
|
2915
|
+
|
|
2916
|
+
<td>
|
|
2917
|
+
No
|
|
2918
|
+
</td>
|
|
2919
|
+
|
|
2920
|
+
|
|
2921
|
+
</tr>
|
|
2922
|
+
</tbody>
|
|
2923
|
+
</table>
|
|
2924
|
+
</div>
|
|
2925
|
+
<div class="io-description">
|
|
2926
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2927
|
+
|
|
2928
|
+
</div>
|
|
2929
|
+
<div class="io-description">
|
|
2930
|
+
|
|
2931
|
+
</div>
|
|
2901
2932
|
</td>
|
|
2902
2933
|
</tr>
|
|
2903
2934
|
</tbody>
|
|
@@ -2920,53 +2951,51 @@ Updates pills if necessary.</p>
|
|
|
2920
2951
|
</tr>
|
|
2921
2952
|
|
|
2922
2953
|
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2954
|
+
<tr>
|
|
2955
|
+
<td class="col-md-4">
|
|
2956
|
+
<div class="io-line">Defined in <a href="" data-line="635"
|
|
2957
|
+
class="link-to-prism">src/combobox/combobox.component.ts:635</a></div>
|
|
2958
|
+
</td>
|
|
2959
|
+
</tr>
|
|
2929
2960
|
|
|
2930
2961
|
|
|
2931
2962
|
<tr>
|
|
2932
2963
|
<td class="col-md-4">
|
|
2933
2964
|
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
</div>
|
|
2965
|
+
<div class="io-description">
|
|
2966
|
+
<b>Parameters :</b>
|
|
2967
|
+
|
|
2968
|
+
<table class="params">
|
|
2969
|
+
<thead>
|
|
2970
|
+
<tr>
|
|
2971
|
+
<td>Name</td>
|
|
2972
|
+
<td>Type</td>
|
|
2973
|
+
<td>Optional</td>
|
|
2974
|
+
</tr>
|
|
2975
|
+
</thead>
|
|
2976
|
+
<tbody>
|
|
2977
|
+
<tr>
|
|
2978
|
+
<td>fn</td>
|
|
2979
|
+
<td>
|
|
2980
|
+
<code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
2981
|
+
</td>
|
|
2982
|
+
|
|
2983
|
+
<td>
|
|
2984
|
+
No
|
|
2985
|
+
</td>
|
|
2986
|
+
|
|
2987
|
+
|
|
2988
|
+
</tr>
|
|
2989
|
+
</tbody>
|
|
2990
|
+
</table>
|
|
2991
|
+
</div>
|
|
2992
|
+
<div class="io-description">
|
|
2993
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
2994
|
+
|
|
2995
|
+
</div>
|
|
2996
|
+
<div class="io-description">
|
|
2997
|
+
|
|
2998
|
+
</div>
|
|
2970
2999
|
</td>
|
|
2971
3000
|
</tr>
|
|
2972
3001
|
</tbody>
|
|
@@ -2989,56 +3018,54 @@ Updates pills if necessary.</p>
|
|
|
2989
3018
|
</tr>
|
|
2990
3019
|
|
|
2991
3020
|
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
3021
|
+
<tr>
|
|
3022
|
+
<td class="col-md-4">
|
|
3023
|
+
<div class="io-line">Defined in <a href="" data-line="644"
|
|
3024
|
+
class="link-to-prism">src/combobox/combobox.component.ts:644</a></div>
|
|
3025
|
+
</td>
|
|
3026
|
+
</tr>
|
|
2998
3027
|
|
|
2999
3028
|
|
|
3000
3029
|
<tr>
|
|
3001
3030
|
<td class="col-md-4">
|
|
3002
|
-
|
|
3031
|
+
<div class="io-description"><p><code>ControlValueAccessor</code> method to programmatically disable the combobox.</p>
|
|
3003
3032
|
<p>ex: <code>this.formGroup.get("myCoolCombobox").disable();</code></p>
|
|
3004
3033
|
</div>
|
|
3005
3034
|
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
</div>
|
|
3035
|
+
<div class="io-description">
|
|
3036
|
+
<b>Parameters :</b>
|
|
3037
|
+
|
|
3038
|
+
<table class="params">
|
|
3039
|
+
<thead>
|
|
3040
|
+
<tr>
|
|
3041
|
+
<td>Name</td>
|
|
3042
|
+
<td>Type</td>
|
|
3043
|
+
<td>Optional</td>
|
|
3044
|
+
</tr>
|
|
3045
|
+
</thead>
|
|
3046
|
+
<tbody>
|
|
3047
|
+
<tr>
|
|
3048
|
+
<td>isDisabled</td>
|
|
3049
|
+
<td>
|
|
3050
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
3051
|
+
</td>
|
|
3052
|
+
|
|
3053
|
+
<td>
|
|
3054
|
+
No
|
|
3055
|
+
</td>
|
|
3056
|
+
|
|
3057
|
+
|
|
3058
|
+
</tr>
|
|
3059
|
+
</tbody>
|
|
3060
|
+
</table>
|
|
3061
|
+
</div>
|
|
3062
|
+
<div class="io-description">
|
|
3063
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
3064
|
+
|
|
3065
|
+
</div>
|
|
3066
|
+
<div class="io-description">
|
|
3067
|
+
|
|
3068
|
+
</div>
|
|
3042
3069
|
</td>
|
|
3043
3070
|
</tr>
|
|
3044
3071
|
</tbody>
|
|
@@ -3049,7 +3076,7 @@ Updates pills if necessary.</p>
|
|
|
3049
3076
|
<td class="col-md-4">
|
|
3050
3077
|
<a name="toggleDropdown"></a>
|
|
3051
3078
|
<span class="name">
|
|
3052
|
-
|
|
3079
|
+
<span class="modifier">Public</span>
|
|
3053
3080
|
<span ><b>toggleDropdown</b></span>
|
|
3054
3081
|
<a href="#toggleDropdown"><span class="icon ion-ios-link"></span></a>
|
|
3055
3082
|
</span>
|
|
@@ -3057,29 +3084,29 @@ Updates pills if necessary.</p>
|
|
|
3057
3084
|
</tr>
|
|
3058
3085
|
<tr>
|
|
3059
3086
|
<td class="col-md-4">
|
|
3060
|
-
|
|
3087
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
3061
3088
|
<code>toggleDropdown()</code>
|
|
3062
3089
|
</td>
|
|
3063
3090
|
</tr>
|
|
3064
3091
|
|
|
3065
3092
|
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3093
|
+
<tr>
|
|
3094
|
+
<td class="col-md-4">
|
|
3095
|
+
<div class="io-line">Defined in <a href="" data-line="713"
|
|
3096
|
+
class="link-to-prism">src/combobox/combobox.component.ts:713</a></div>
|
|
3097
|
+
</td>
|
|
3098
|
+
</tr>
|
|
3072
3099
|
|
|
3073
3100
|
|
|
3074
3101
|
<tr>
|
|
3075
3102
|
<td class="col-md-4">
|
|
3076
|
-
|
|
3103
|
+
<div class="io-description"><p>Toggles the dropdown.</p>
|
|
3077
3104
|
</div>
|
|
3078
3105
|
|
|
3079
|
-
|
|
3080
|
-
|
|
3106
|
+
<div class="io-description">
|
|
3107
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
3081
3108
|
|
|
3082
|
-
|
|
3109
|
+
</div>
|
|
3083
3110
|
</td>
|
|
3084
3111
|
</tr>
|
|
3085
3112
|
</tbody>
|
|
@@ -3090,7 +3117,7 @@ Updates pills if necessary.</p>
|
|
|
3090
3117
|
<td class="col-md-4">
|
|
3091
3118
|
<a name="updatePills"></a>
|
|
3092
3119
|
<span class="name">
|
|
3093
|
-
|
|
3120
|
+
<span class="modifier">Public</span>
|
|
3094
3121
|
<span ><b>updatePills</b></span>
|
|
3095
3122
|
<a href="#updatePills"><span class="icon ion-ios-link"></span></a>
|
|
3096
3123
|
</span>
|
|
@@ -3098,29 +3125,29 @@ Updates pills if necessary.</p>
|
|
|
3098
3125
|
</tr>
|
|
3099
3126
|
<tr>
|
|
3100
3127
|
<td class="col-md-4">
|
|
3101
|
-
|
|
3128
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
3102
3129
|
<code>updatePills()</code>
|
|
3103
3130
|
</td>
|
|
3104
3131
|
</tr>
|
|
3105
3132
|
|
|
3106
3133
|
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3134
|
+
<tr>
|
|
3135
|
+
<td class="col-md-4">
|
|
3136
|
+
<div class="io-line">Defined in <a href="" data-line="651"
|
|
3137
|
+
class="link-to-prism">src/combobox/combobox.component.ts:651</a></div>
|
|
3138
|
+
</td>
|
|
3139
|
+
</tr>
|
|
3113
3140
|
|
|
3114
3141
|
|
|
3115
3142
|
<tr>
|
|
3116
3143
|
<td class="col-md-4">
|
|
3117
|
-
|
|
3144
|
+
<div class="io-description"><p>Called by <code>n-pill-input</code> when the selected pills have changed.</p>
|
|
3118
3145
|
</div>
|
|
3119
3146
|
|
|
3120
|
-
|
|
3121
|
-
|
|
3147
|
+
<div class="io-description">
|
|
3148
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
3122
3149
|
|
|
3123
|
-
|
|
3150
|
+
</div>
|
|
3124
3151
|
</td>
|
|
3125
3152
|
</tr>
|
|
3126
3153
|
</tbody>
|
|
@@ -3131,7 +3158,7 @@ Updates pills if necessary.</p>
|
|
|
3131
3158
|
<td class="col-md-4">
|
|
3132
3159
|
<a name="updateSelected"></a>
|
|
3133
3160
|
<span class="name">
|
|
3134
|
-
|
|
3161
|
+
<span class="modifier">Protected</span>
|
|
3135
3162
|
<span ><b>updateSelected</b></span>
|
|
3136
3163
|
<a href="#updateSelected"><span class="icon ion-ios-link"></span></a>
|
|
3137
3164
|
</span>
|
|
@@ -3139,27 +3166,27 @@ Updates pills if necessary.</p>
|
|
|
3139
3166
|
</tr>
|
|
3140
3167
|
<tr>
|
|
3141
3168
|
<td class="col-md-4">
|
|
3142
|
-
|
|
3169
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
3143
3170
|
<code>updateSelected()</code>
|
|
3144
3171
|
</td>
|
|
3145
3172
|
</tr>
|
|
3146
3173
|
|
|
3147
3174
|
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3175
|
+
<tr>
|
|
3176
|
+
<td class="col-md-4">
|
|
3177
|
+
<div class="io-line">Defined in <a href="" data-line="861"
|
|
3178
|
+
class="link-to-prism">src/combobox/combobox.component.ts:861</a></div>
|
|
3179
|
+
</td>
|
|
3180
|
+
</tr>
|
|
3154
3181
|
|
|
3155
3182
|
|
|
3156
3183
|
<tr>
|
|
3157
3184
|
<td class="col-md-4">
|
|
3158
3185
|
|
|
3159
|
-
|
|
3160
|
-
|
|
3186
|
+
<div class="io-description">
|
|
3187
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
3161
3188
|
|
|
3162
|
-
|
|
3189
|
+
</div>
|
|
3163
3190
|
</td>
|
|
3164
3191
|
</tr>
|
|
3165
3192
|
</tbody>
|
|
@@ -3182,53 +3209,51 @@ Updates pills if necessary.</p>
|
|
|
3182
3209
|
</tr>
|
|
3183
3210
|
|
|
3184
3211
|
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3212
|
+
<tr>
|
|
3213
|
+
<td class="col-md-4">
|
|
3214
|
+
<div class="io-line">Defined in <a href="" data-line="595"
|
|
3215
|
+
class="link-to-prism">src/combobox/combobox.component.ts:595</a></div>
|
|
3216
|
+
</td>
|
|
3217
|
+
</tr>
|
|
3191
3218
|
|
|
3192
3219
|
|
|
3193
3220
|
<tr>
|
|
3194
3221
|
<td class="col-md-4">
|
|
3195
3222
|
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
</div>
|
|
3223
|
+
<div class="io-description">
|
|
3224
|
+
<b>Parameters :</b>
|
|
3225
|
+
|
|
3226
|
+
<table class="params">
|
|
3227
|
+
<thead>
|
|
3228
|
+
<tr>
|
|
3229
|
+
<td>Name</td>
|
|
3230
|
+
<td>Type</td>
|
|
3231
|
+
<td>Optional</td>
|
|
3232
|
+
</tr>
|
|
3233
|
+
</thead>
|
|
3234
|
+
<tbody>
|
|
3235
|
+
<tr>
|
|
3236
|
+
<td>value</td>
|
|
3237
|
+
<td>
|
|
3238
|
+
<code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
3239
|
+
</td>
|
|
3240
|
+
|
|
3241
|
+
<td>
|
|
3242
|
+
No
|
|
3243
|
+
</td>
|
|
3244
|
+
|
|
3245
|
+
|
|
3246
|
+
</tr>
|
|
3247
|
+
</tbody>
|
|
3248
|
+
</table>
|
|
3249
|
+
</div>
|
|
3250
|
+
<div class="io-description">
|
|
3251
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
3252
|
+
|
|
3253
|
+
</div>
|
|
3254
|
+
<div class="io-description">
|
|
3255
|
+
|
|
3256
|
+
</div>
|
|
3232
3257
|
</td>
|
|
3233
3258
|
</tr>
|
|
3234
3259
|
</tbody>
|
|
@@ -5442,6 +5467,19 @@ export class ComboBox implements OnChanges, AfterViewInit, AfterContentInit, OnD
|
|
|
5442
5467
|
var MAX_SEARCH_RESULTS = 15;
|
|
5443
5468
|
</script>
|
|
5444
5469
|
|
|
5470
|
+
<script>
|
|
5471
|
+
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
5472
|
+
checkToggle(darkModeState);
|
|
5473
|
+
if ($darkModeToggleSwitchers.length > 0) {
|
|
5474
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
5475
|
+
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
|
5476
|
+
darkModeState = !darkModeState;
|
|
5477
|
+
toggleDarkMode(darkModeState);
|
|
5478
|
+
});
|
|
5479
|
+
}
|
|
5480
|
+
}
|
|
5481
|
+
</script>
|
|
5482
|
+
|
|
5445
5483
|
<script src="../js/libs/custom-elements.min.js"></script>
|
|
5446
5484
|
<script src="../js/libs/lit-html.js"></script>
|
|
5447
5485
|
|