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 -->
|
|
@@ -819,12 +870,12 @@
|
|
|
819
870
|
</tr>
|
|
820
871
|
|
|
821
872
|
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
873
|
+
<tr>
|
|
874
|
+
<td class="col-md-4">
|
|
875
|
+
<div class="io-line">Defined in <a href="" data-line="176"
|
|
876
|
+
class="link-to-prism">src/context-menu/context-menu-item.component.ts:176</a></div>
|
|
877
|
+
</td>
|
|
878
|
+
</tr>
|
|
828
879
|
|
|
829
880
|
|
|
830
881
|
</tbody>
|
|
@@ -852,12 +903,12 @@
|
|
|
852
903
|
</tr>
|
|
853
904
|
|
|
854
905
|
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
906
|
+
<tr>
|
|
907
|
+
<td class="col-md-4">
|
|
908
|
+
<div class="io-line">Defined in <a href="" data-line="112"
|
|
909
|
+
class="link-to-prism">src/context-menu/context-menu-item.component.ts:112</a></div>
|
|
910
|
+
</td>
|
|
911
|
+
</tr>
|
|
861
912
|
|
|
862
913
|
|
|
863
914
|
</tbody>
|
|
@@ -880,12 +931,12 @@
|
|
|
880
931
|
</tr>
|
|
881
932
|
|
|
882
933
|
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
934
|
+
<tr>
|
|
935
|
+
<td class="col-md-4">
|
|
936
|
+
<div class="io-line">Defined in <a href="" data-line="168"
|
|
937
|
+
class="link-to-prism">src/context-menu/context-menu-item.component.ts:168</a></div>
|
|
938
|
+
</td>
|
|
939
|
+
</tr>
|
|
889
940
|
|
|
890
941
|
|
|
891
942
|
</tbody>
|
|
@@ -913,12 +964,12 @@
|
|
|
913
964
|
</tr>
|
|
914
965
|
|
|
915
966
|
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
967
|
+
<tr>
|
|
968
|
+
<td class="col-md-4">
|
|
969
|
+
<div class="io-line">Defined in <a href="" data-line="112"
|
|
970
|
+
class="link-to-prism">src/context-menu/context-menu-item.component.ts:112</a></div>
|
|
971
|
+
</td>
|
|
972
|
+
</tr>
|
|
922
973
|
|
|
923
974
|
|
|
924
975
|
</tbody>
|
|
@@ -946,12 +997,12 @@
|
|
|
946
997
|
</tr>
|
|
947
998
|
|
|
948
999
|
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
1000
|
+
<tr>
|
|
1001
|
+
<td class="col-md-4">
|
|
1002
|
+
<div class="io-line">Defined in <a href="" data-line="112"
|
|
1003
|
+
class="link-to-prism">src/context-menu/context-menu-item.component.ts:112</a></div>
|
|
1004
|
+
</td>
|
|
1005
|
+
</tr>
|
|
955
1006
|
|
|
956
1007
|
|
|
957
1008
|
</tbody>
|
|
@@ -974,12 +1025,12 @@
|
|
|
974
1025
|
</tr>
|
|
975
1026
|
|
|
976
1027
|
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
1028
|
+
<tr>
|
|
1029
|
+
<td class="col-md-4">
|
|
1030
|
+
<div class="io-line">Defined in <a href="" data-line="163"
|
|
1031
|
+
class="link-to-prism">src/context-menu/context-menu-item.component.ts:163</a></div>
|
|
1032
|
+
</td>
|
|
1033
|
+
</tr>
|
|
983
1034
|
|
|
984
1035
|
|
|
985
1036
|
</tbody>
|
|
@@ -1002,12 +1053,12 @@
|
|
|
1002
1053
|
</tr>
|
|
1003
1054
|
|
|
1004
1055
|
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1056
|
+
<tr>
|
|
1057
|
+
<td class="col-md-4">
|
|
1058
|
+
<div class="io-line">Defined in <a href="" data-line="158"
|
|
1059
|
+
class="link-to-prism">src/context-menu/context-menu-item.component.ts:158</a></div>
|
|
1060
|
+
</td>
|
|
1061
|
+
</tr>
|
|
1011
1062
|
|
|
1012
1063
|
|
|
1013
1064
|
</tbody>
|
|
@@ -1036,21 +1087,21 @@
|
|
|
1036
1087
|
</tr>
|
|
1037
1088
|
|
|
1038
1089
|
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1090
|
+
<tr>
|
|
1091
|
+
<td class="col-md-4">
|
|
1092
|
+
<div class="io-line">Defined in <a href="" data-line="150"
|
|
1093
|
+
class="link-to-prism">src/context-menu/context-menu-item.component.ts:150</a></div>
|
|
1094
|
+
</td>
|
|
1095
|
+
</tr>
|
|
1045
1096
|
|
|
1046
1097
|
|
|
1047
1098
|
<tr>
|
|
1048
1099
|
<td class="col-md-4">
|
|
1049
1100
|
|
|
1050
|
-
|
|
1051
|
-
|
|
1101
|
+
<div class="io-description">
|
|
1102
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1052
1103
|
|
|
1053
|
-
|
|
1104
|
+
</div>
|
|
1054
1105
|
</td>
|
|
1055
1106
|
</tr>
|
|
1056
1107
|
</tbody>
|
|
@@ -1073,21 +1124,21 @@
|
|
|
1073
1124
|
</tr>
|
|
1074
1125
|
|
|
1075
1126
|
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1127
|
+
<tr>
|
|
1128
|
+
<td class="col-md-4">
|
|
1129
|
+
<div class="io-line">Defined in <a href="" data-line="180"
|
|
1130
|
+
class="link-to-prism">src/context-menu/context-menu-item.component.ts:180</a></div>
|
|
1131
|
+
</td>
|
|
1132
|
+
</tr>
|
|
1082
1133
|
|
|
1083
1134
|
|
|
1084
1135
|
<tr>
|
|
1085
1136
|
<td class="col-md-4">
|
|
1086
1137
|
|
|
1087
|
-
|
|
1088
|
-
|
|
1138
|
+
<div class="io-description">
|
|
1139
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1089
1140
|
|
|
1090
|
-
|
|
1141
|
+
</div>
|
|
1091
1142
|
</td>
|
|
1092
1143
|
</tr>
|
|
1093
1144
|
</tbody>
|
|
@@ -1098,7 +1149,7 @@
|
|
|
1098
1149
|
<td class="col-md-4">
|
|
1099
1150
|
<a name="handleBlur"></a>
|
|
1100
1151
|
<span class="name">
|
|
1101
|
-
|
|
1152
|
+
<span class="modifier"></span>
|
|
1102
1153
|
<span ><b>handleBlur</b></span>
|
|
1103
1154
|
<a href="#handleBlur"><span class="icon ion-ios-link"></span></a>
|
|
1104
1155
|
</span>
|
|
@@ -1106,7 +1157,7 @@
|
|
|
1106
1157
|
</tr>
|
|
1107
1158
|
<tr>
|
|
1108
1159
|
<td class="col-md-4">
|
|
1109
|
-
|
|
1160
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1110
1161
|
<code>handleBlur()</code>
|
|
1111
1162
|
</td>
|
|
1112
1163
|
</tr>
|
|
@@ -1119,21 +1170,21 @@
|
|
|
1119
1170
|
</td>
|
|
1120
1171
|
</tr>
|
|
1121
1172
|
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1173
|
+
<tr>
|
|
1174
|
+
<td class="col-md-4">
|
|
1175
|
+
<div class="io-line">Defined in <a href="" data-line="176"
|
|
1176
|
+
class="link-to-prism">src/context-menu/context-menu-item.component.ts:176</a></div>
|
|
1177
|
+
</td>
|
|
1178
|
+
</tr>
|
|
1128
1179
|
|
|
1129
1180
|
|
|
1130
1181
|
<tr>
|
|
1131
1182
|
<td class="col-md-4">
|
|
1132
1183
|
|
|
1133
|
-
|
|
1134
|
-
|
|
1184
|
+
<div class="io-description">
|
|
1185
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1135
1186
|
|
|
1136
|
-
|
|
1187
|
+
</div>
|
|
1137
1188
|
</td>
|
|
1138
1189
|
</tr>
|
|
1139
1190
|
</tbody>
|
|
@@ -1144,9 +1195,9 @@
|
|
|
1144
1195
|
<td class="col-md-4">
|
|
1145
1196
|
<a name="handleClick"></a>
|
|
1146
1197
|
<span class="name">
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1198
|
+
<span class="modifier"></span>
|
|
1199
|
+
<span class="modifier"></span>
|
|
1200
|
+
<span class="modifier"></span>
|
|
1150
1201
|
<span ><b>handleClick</b></span>
|
|
1151
1202
|
<a href="#handleClick"><span class="icon ion-ios-link"></span></a>
|
|
1152
1203
|
</span>
|
|
@@ -1154,7 +1205,7 @@
|
|
|
1154
1205
|
</tr>
|
|
1155
1206
|
<tr>
|
|
1156
1207
|
<td class="col-md-4">
|
|
1157
|
-
|
|
1208
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1158
1209
|
<code>handleClick(event)</code>
|
|
1159
1210
|
</td>
|
|
1160
1211
|
</tr>
|
|
@@ -1167,49 +1218,47 @@
|
|
|
1167
1218
|
</td>
|
|
1168
1219
|
</tr>
|
|
1169
1220
|
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1221
|
+
<tr>
|
|
1222
|
+
<td class="col-md-4">
|
|
1223
|
+
<div class="io-line">Defined in <a href="" data-line="112"
|
|
1224
|
+
class="link-to-prism">src/context-menu/context-menu-item.component.ts:112</a></div>
|
|
1225
|
+
</td>
|
|
1226
|
+
</tr>
|
|
1176
1227
|
|
|
1177
1228
|
|
|
1178
1229
|
<tr>
|
|
1179
1230
|
<td class="col-md-4">
|
|
1180
1231
|
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1232
|
+
<div class="io-description">
|
|
1233
|
+
<b>Parameters :</b>
|
|
1234
|
+
|
|
1235
|
+
<table class="params">
|
|
1236
|
+
<thead>
|
|
1237
|
+
<tr>
|
|
1238
|
+
<td>Name</td>
|
|
1239
|
+
<td>Optional</td>
|
|
1240
|
+
</tr>
|
|
1241
|
+
</thead>
|
|
1242
|
+
<tbody>
|
|
1243
|
+
<tr>
|
|
1244
|
+
<td>event</td>
|
|
1194
1245
|
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1246
|
+
<td>
|
|
1247
|
+
No
|
|
1248
|
+
</td>
|
|
1198
1249
|
|
|
1199
1250
|
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
<div class="io-description">
|
|
1207
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1251
|
+
</tr>
|
|
1252
|
+
</tbody>
|
|
1253
|
+
</table>
|
|
1254
|
+
</div>
|
|
1255
|
+
<div class="io-description">
|
|
1256
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1208
1257
|
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1258
|
+
</div>
|
|
1259
|
+
<div class="io-description">
|
|
1260
|
+
|
|
1261
|
+
</div>
|
|
1213
1262
|
</td>
|
|
1214
1263
|
</tr>
|
|
1215
1264
|
</tbody>
|
|
@@ -1220,7 +1269,7 @@
|
|
|
1220
1269
|
<td class="col-md-4">
|
|
1221
1270
|
<a name="handleFocus"></a>
|
|
1222
1271
|
<span class="name">
|
|
1223
|
-
|
|
1272
|
+
<span class="modifier"></span>
|
|
1224
1273
|
<span ><b>handleFocus</b></span>
|
|
1225
1274
|
<a href="#handleFocus"><span class="icon ion-ios-link"></span></a>
|
|
1226
1275
|
</span>
|
|
@@ -1228,7 +1277,7 @@
|
|
|
1228
1277
|
</tr>
|
|
1229
1278
|
<tr>
|
|
1230
1279
|
<td class="col-md-4">
|
|
1231
|
-
|
|
1280
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1232
1281
|
<code>handleFocus()</code>
|
|
1233
1282
|
</td>
|
|
1234
1283
|
</tr>
|
|
@@ -1241,21 +1290,21 @@
|
|
|
1241
1290
|
</td>
|
|
1242
1291
|
</tr>
|
|
1243
1292
|
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1293
|
+
<tr>
|
|
1294
|
+
<td class="col-md-4">
|
|
1295
|
+
<div class="io-line">Defined in <a href="" data-line="168"
|
|
1296
|
+
class="link-to-prism">src/context-menu/context-menu-item.component.ts:168</a></div>
|
|
1297
|
+
</td>
|
|
1298
|
+
</tr>
|
|
1250
1299
|
|
|
1251
1300
|
|
|
1252
1301
|
<tr>
|
|
1253
1302
|
<td class="col-md-4">
|
|
1254
1303
|
|
|
1255
|
-
|
|
1256
|
-
|
|
1304
|
+
<div class="io-description">
|
|
1305
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1257
1306
|
|
|
1258
|
-
|
|
1307
|
+
</div>
|
|
1259
1308
|
</td>
|
|
1260
1309
|
</tr>
|
|
1261
1310
|
</tbody>
|
|
@@ -1266,7 +1315,7 @@
|
|
|
1266
1315
|
<td class="col-md-4">
|
|
1267
1316
|
<a name="handleMouseOut"></a>
|
|
1268
1317
|
<span class="name">
|
|
1269
|
-
|
|
1318
|
+
<span class="modifier"></span>
|
|
1270
1319
|
<span ><b>handleMouseOut</b></span>
|
|
1271
1320
|
<a href="#handleMouseOut"><span class="icon ion-ios-link"></span></a>
|
|
1272
1321
|
</span>
|
|
@@ -1274,7 +1323,7 @@
|
|
|
1274
1323
|
</tr>
|
|
1275
1324
|
<tr>
|
|
1276
1325
|
<td class="col-md-4">
|
|
1277
|
-
|
|
1326
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1278
1327
|
<code>handleMouseOut()</code>
|
|
1279
1328
|
</td>
|
|
1280
1329
|
</tr>
|
|
@@ -1287,21 +1336,21 @@
|
|
|
1287
1336
|
</td>
|
|
1288
1337
|
</tr>
|
|
1289
1338
|
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1339
|
+
<tr>
|
|
1340
|
+
<td class="col-md-4">
|
|
1341
|
+
<div class="io-line">Defined in <a href="" data-line="163"
|
|
1342
|
+
class="link-to-prism">src/context-menu/context-menu-item.component.ts:163</a></div>
|
|
1343
|
+
</td>
|
|
1344
|
+
</tr>
|
|
1296
1345
|
|
|
1297
1346
|
|
|
1298
1347
|
<tr>
|
|
1299
1348
|
<td class="col-md-4">
|
|
1300
1349
|
|
|
1301
|
-
|
|
1302
|
-
|
|
1350
|
+
<div class="io-description">
|
|
1351
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1303
1352
|
|
|
1304
|
-
|
|
1353
|
+
</div>
|
|
1305
1354
|
</td>
|
|
1306
1355
|
</tr>
|
|
1307
1356
|
</tbody>
|
|
@@ -1312,7 +1361,7 @@
|
|
|
1312
1361
|
<td class="col-md-4">
|
|
1313
1362
|
<a name="handleMouseOver"></a>
|
|
1314
1363
|
<span class="name">
|
|
1315
|
-
|
|
1364
|
+
<span class="modifier"></span>
|
|
1316
1365
|
<span ><b>handleMouseOver</b></span>
|
|
1317
1366
|
<a href="#handleMouseOver"><span class="icon ion-ios-link"></span></a>
|
|
1318
1367
|
</span>
|
|
@@ -1320,7 +1369,7 @@
|
|
|
1320
1369
|
</tr>
|
|
1321
1370
|
<tr>
|
|
1322
1371
|
<td class="col-md-4">
|
|
1323
|
-
|
|
1372
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1324
1373
|
<code>handleMouseOver()</code>
|
|
1325
1374
|
</td>
|
|
1326
1375
|
</tr>
|
|
@@ -1333,21 +1382,21 @@
|
|
|
1333
1382
|
</td>
|
|
1334
1383
|
</tr>
|
|
1335
1384
|
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1385
|
+
<tr>
|
|
1386
|
+
<td class="col-md-4">
|
|
1387
|
+
<div class="io-line">Defined in <a href="" data-line="158"
|
|
1388
|
+
class="link-to-prism">src/context-menu/context-menu-item.component.ts:158</a></div>
|
|
1389
|
+
</td>
|
|
1390
|
+
</tr>
|
|
1342
1391
|
|
|
1343
1392
|
|
|
1344
1393
|
<tr>
|
|
1345
1394
|
<td class="col-md-4">
|
|
1346
1395
|
|
|
1347
|
-
|
|
1348
|
-
|
|
1396
|
+
<div class="io-description">
|
|
1397
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1349
1398
|
|
|
1350
|
-
|
|
1399
|
+
</div>
|
|
1351
1400
|
</td>
|
|
1352
1401
|
</tr>
|
|
1353
1402
|
</tbody>
|
|
@@ -1370,53 +1419,51 @@
|
|
|
1370
1419
|
</tr>
|
|
1371
1420
|
|
|
1372
1421
|
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1422
|
+
<tr>
|
|
1423
|
+
<td class="col-md-4">
|
|
1424
|
+
<div class="io-line">Defined in <a href="" data-line="134"
|
|
1425
|
+
class="link-to-prism">src/context-menu/context-menu-item.component.ts:134</a></div>
|
|
1426
|
+
</td>
|
|
1427
|
+
</tr>
|
|
1379
1428
|
|
|
1380
1429
|
|
|
1381
1430
|
<tr>
|
|
1382
1431
|
<td class="col-md-4">
|
|
1383
1432
|
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1433
|
+
<div class="io-description">
|
|
1434
|
+
<b>Parameters :</b>
|
|
1435
|
+
|
|
1436
|
+
<table class="params">
|
|
1437
|
+
<thead>
|
|
1438
|
+
<tr>
|
|
1439
|
+
<td>Name</td>
|
|
1440
|
+
<td>Type</td>
|
|
1441
|
+
<td>Optional</td>
|
|
1442
|
+
</tr>
|
|
1443
|
+
</thead>
|
|
1444
|
+
<tbody>
|
|
1445
|
+
<tr>
|
|
1446
|
+
<td>selected</td>
|
|
1447
|
+
<td>
|
|
1448
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1449
|
+
</td>
|
|
1401
1450
|
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1451
|
+
<td>
|
|
1452
|
+
No
|
|
1453
|
+
</td>
|
|
1405
1454
|
|
|
1406
1455
|
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
<div class="io-description">
|
|
1414
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1456
|
+
</tr>
|
|
1457
|
+
</tbody>
|
|
1458
|
+
</table>
|
|
1459
|
+
</div>
|
|
1460
|
+
<div class="io-description">
|
|
1461
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1415
1462
|
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1463
|
+
</div>
|
|
1464
|
+
<div class="io-description">
|
|
1465
|
+
|
|
1466
|
+
</div>
|
|
1420
1467
|
</td>
|
|
1421
1468
|
</tr>
|
|
1422
1469
|
</tbody>
|
|
@@ -1439,21 +1486,21 @@
|
|
|
1439
1486
|
</tr>
|
|
1440
1487
|
|
|
1441
1488
|
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1489
|
+
<tr>
|
|
1490
|
+
<td class="col-md-4">
|
|
1491
|
+
<div class="io-line">Defined in <a href="" data-line="101"
|
|
1492
|
+
class="link-to-prism">src/context-menu/context-menu-item.component.ts:101</a></div>
|
|
1493
|
+
</td>
|
|
1494
|
+
</tr>
|
|
1448
1495
|
|
|
1449
1496
|
|
|
1450
1497
|
<tr>
|
|
1451
1498
|
<td class="col-md-4">
|
|
1452
1499
|
|
|
1453
|
-
|
|
1454
|
-
|
|
1500
|
+
<div class="io-description">
|
|
1501
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1455
1502
|
|
|
1456
|
-
|
|
1503
|
+
</div>
|
|
1457
1504
|
</td>
|
|
1458
1505
|
</tr>
|
|
1459
1506
|
</tbody>
|
|
@@ -1476,21 +1523,21 @@
|
|
|
1476
1523
|
</tr>
|
|
1477
1524
|
|
|
1478
1525
|
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1526
|
+
<tr>
|
|
1527
|
+
<td class="col-md-4">
|
|
1528
|
+
<div class="io-line">Defined in <a href="" data-line="184"
|
|
1529
|
+
class="link-to-prism">src/context-menu/context-menu-item.component.ts:184</a></div>
|
|
1530
|
+
</td>
|
|
1531
|
+
</tr>
|
|
1485
1532
|
|
|
1486
1533
|
|
|
1487
1534
|
<tr>
|
|
1488
1535
|
<td class="col-md-4">
|
|
1489
1536
|
|
|
1490
|
-
|
|
1491
|
-
|
|
1537
|
+
<div class="io-description">
|
|
1538
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1492
1539
|
|
|
1493
|
-
|
|
1540
|
+
</div>
|
|
1494
1541
|
</td>
|
|
1495
1542
|
</tr>
|
|
1496
1543
|
</tbody>
|
|
@@ -1513,21 +1560,21 @@
|
|
|
1513
1560
|
</tr>
|
|
1514
1561
|
|
|
1515
1562
|
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1563
|
+
<tr>
|
|
1564
|
+
<td class="col-md-4">
|
|
1565
|
+
<div class="io-line">Defined in <a href="" data-line="69"
|
|
1566
|
+
class="link-to-prism">src/context-menu/context-menu-item.component.ts:69</a></div>
|
|
1567
|
+
</td>
|
|
1568
|
+
</tr>
|
|
1522
1569
|
|
|
1523
1570
|
|
|
1524
1571
|
<tr>
|
|
1525
1572
|
<td class="col-md-4">
|
|
1526
1573
|
|
|
1527
|
-
|
|
1528
|
-
|
|
1574
|
+
<div class="io-description">
|
|
1575
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1529
1576
|
|
|
1530
|
-
|
|
1577
|
+
</div>
|
|
1531
1578
|
</td>
|
|
1532
1579
|
</tr>
|
|
1533
1580
|
</tbody>
|
|
@@ -1550,21 +1597,21 @@
|
|
|
1550
1597
|
</tr>
|
|
1551
1598
|
|
|
1552
1599
|
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1600
|
+
<tr>
|
|
1601
|
+
<td class="col-md-4">
|
|
1602
|
+
<div class="io-line">Defined in <a href="" data-line="139"
|
|
1603
|
+
class="link-to-prism">src/context-menu/context-menu-item.component.ts:139</a></div>
|
|
1604
|
+
</td>
|
|
1605
|
+
</tr>
|
|
1559
1606
|
|
|
1560
1607
|
|
|
1561
1608
|
<tr>
|
|
1562
1609
|
<td class="col-md-4">
|
|
1563
1610
|
|
|
1564
|
-
|
|
1565
|
-
|
|
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>
|
|
1566
1613
|
|
|
1567
|
-
|
|
1614
|
+
</div>
|
|
1568
1615
|
</td>
|
|
1569
1616
|
</tr>
|
|
1570
1617
|
</tbody>
|
|
@@ -2191,6 +2238,19 @@ export class ContextMenuItemComponent implements OnInit, AfterContentInit, OnDes
|
|
|
2191
2238
|
var MAX_SEARCH_RESULTS = 15;
|
|
2192
2239
|
</script>
|
|
2193
2240
|
|
|
2241
|
+
<script>
|
|
2242
|
+
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
2243
|
+
checkToggle(darkModeState);
|
|
2244
|
+
if ($darkModeToggleSwitchers.length > 0) {
|
|
2245
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
2246
|
+
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
|
2247
|
+
darkModeState = !darkModeState;
|
|
2248
|
+
toggleDarkMode(darkModeState);
|
|
2249
|
+
});
|
|
2250
|
+
}
|
|
2251
|
+
}
|
|
2252
|
+
</script>
|
|
2253
|
+
|
|
2194
2254
|
<script src="../js/libs/custom-elements.min.js"></script>
|
|
2195
2255
|
<script src="../js/libs/lit-html.js"></script>
|
|
2196
2256
|
|