carbon-components-angular 5.26.1 → 5.26.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/docs/documentation/classes/CheckboxExportedTests.html +168 -108
- package/docs/documentation/classes/ComponentTests.html +150 -90
- package/docs/documentation/classes/DataGridInteractionModel.html +341 -289
- package/docs/documentation/classes/IconCache.html +191 -131
- package/docs/documentation/classes/IconMemoryCache.html +194 -134
- package/docs/documentation/classes/IconNameNotFoundError.html +70 -6
- package/docs/documentation/classes/IconSizeNotFoundError.html +70 -6
- package/docs/documentation/classes/NumberChange.html +69 -5
- package/docs/documentation/classes/Overridable.html +110 -48
- package/docs/documentation/classes/PaginationModel.html +69 -5
- package/docs/documentation/classes/RadioChange.html +69 -5
- package/docs/documentation/classes/TableAdapter.html +354 -302
- package/docs/documentation/classes/TableCellAdapter.html +69 -5
- package/docs/documentation/classes/TableDomAdapter.html +610 -566
- package/docs/documentation/classes/TableHeaderItem.html +169 -109
- package/docs/documentation/classes/TableItem.html +73 -9
- package/docs/documentation/classes/TableModel.html +1250 -1234
- package/docs/documentation/classes/TableRow.html +70 -6
- package/docs/documentation/classes/TableRowAdapter.html +69 -5
- package/docs/documentation/components/Accordion.html +90 -26
- package/docs/documentation/components/AccordionItem.html +118 -56
- package/docs/documentation/components/ActionableNotification.html +146 -84
- package/docs/documentation/components/AlertModal.html +175 -115
- package/docs/documentation/components/BaseIconButton.html +69 -5
- package/docs/documentation/components/BaseNotification.html +134 -72
- package/docs/documentation/components/BaseTabHeader.html +186 -126
- package/docs/documentation/components/Breadcrumb.html +141 -79
- package/docs/documentation/components/BreadcrumbItemComponent.html +114 -52
- package/docs/documentation/components/ButtonSet.html +70 -6
- package/docs/documentation/components/Checkbox.html +482 -434
- package/docs/documentation/components/ClickableTile.html +106 -44
- package/docs/documentation/components/CodeSnippet.html +136 -72
- package/docs/documentation/components/ComboBox.html +757 -719
- package/docs/documentation/components/ContainedList.html +112 -50
- package/docs/documentation/components/ContainedListItem.html +122 -60
- package/docs/documentation/components/ContentSwitcher.html +127 -65
- package/docs/documentation/components/ContextMenuComponent.html +167 -107
- package/docs/documentation/components/ContextMenuDividerComponent.html +69 -5
- package/docs/documentation/components/ContextMenuGroupComponent.html +127 -65
- package/docs/documentation/components/ContextMenuItemComponent.html +281 -221
- package/docs/documentation/components/DatePicker.html +743 -703
- package/docs/documentation/components/DatePickerInput.html +269 -215
- package/docs/documentation/components/Dialog.html +318 -264
- package/docs/documentation/components/Documentation.html +96 -32
- package/docs/documentation/components/Dropdown.html +661 -617
- package/docs/documentation/components/DropdownList.html +679 -639
- package/docs/documentation/components/ExpandableTile.html +99 -35
- package/docs/documentation/components/FileComponent.html +78 -14
- package/docs/documentation/components/FileUploader.html +475 -431
- package/docs/documentation/components/Hamburger.html +81 -17
- package/docs/documentation/components/Header.html +143 -83
- package/docs/documentation/components/HeaderAction.html +79 -15
- package/docs/documentation/components/HeaderGlobal.html +69 -5
- package/docs/documentation/components/HeaderItem.html +105 -43
- package/docs/documentation/components/HeaderMenu.html +200 -140
- package/docs/documentation/components/HeaderNavigation.html +69 -5
- package/docs/documentation/components/IconButton.html +138 -76
- package/docs/documentation/components/InlineLoading.html +70 -6
- package/docs/documentation/components/Label.html +129 -67
- package/docs/documentation/components/ListColumn.html +70 -6
- package/docs/documentation/components/ListHeader.html +90 -26
- package/docs/documentation/components/ListRow.html +166 -104
- package/docs/documentation/components/Loading.html +70 -6
- package/docs/documentation/components/Modal.html +191 -131
- package/docs/documentation/components/ModalFooter.html +69 -5
- package/docs/documentation/components/ModalHeader.html +83 -19
- package/docs/documentation/components/Notification.html +146 -84
- package/docs/documentation/components/NumberComponent.html +389 -337
- package/docs/documentation/components/OverflowMenu.html +110 -48
- package/docs/documentation/components/OverflowMenuCustomPane.html +398 -346
- package/docs/documentation/components/OverflowMenuOption.html +106 -42
- package/docs/documentation/components/OverflowMenuPane.html +426 -374
- package/docs/documentation/components/Overlay.html +106 -44
- package/docs/documentation/components/Pagination.html +73 -9
- package/docs/documentation/components/PaginationNav.html +188 -128
- package/docs/documentation/components/PaginationNavItem.html +71 -7
- package/docs/documentation/components/PaginationOverflow.html +107 -45
- package/docs/documentation/components/Panel.html +69 -5
- package/docs/documentation/components/PasswordInputLabelComponent.html +137 -75
- package/docs/documentation/components/Placeholder.html +80 -16
- package/docs/documentation/components/PopoverContent.html +78 -14
- package/docs/documentation/components/ProgressBar.html +106 -44
- package/docs/documentation/components/ProgressIndicator.html +216 -158
- package/docs/documentation/components/Radio.html +237 -181
- package/docs/documentation/components/RadioGroup.html +412 -360
- package/docs/documentation/components/Search.html +509 -463
- package/docs/documentation/components/Select.html +337 -285
- package/docs/documentation/components/SelectionTile.html +158 -98
- package/docs/documentation/components/SideNav.html +78 -14
- package/docs/documentation/components/SideNavItem.html +149 -89
- package/docs/documentation/components/SideNavMenu.html +107 -43
- package/docs/documentation/components/SkeletonPlaceholder.html +70 -6
- package/docs/documentation/components/SkeletonText.html +124 -62
- package/docs/documentation/components/Slider.html +840 -810
- package/docs/documentation/components/StructuredList.html +211 -153
- package/docs/documentation/components/SwitcherList.html +70 -6
- package/docs/documentation/components/SwitcherListItem.html +105 -43
- package/docs/documentation/components/Tab.html +267 -53
- package/docs/documentation/components/TabHeaderGroup.html +316 -260
- package/docs/documentation/components/TabHeaders.html +425 -373
- package/docs/documentation/components/TabSkeleton.html +69 -5
- package/docs/documentation/components/Table.html +973 -947
- package/docs/documentation/components/TableBody.html +241 -185
- package/docs/documentation/components/TableCheckbox.html +119 -57
- package/docs/documentation/components/TableContainer.html +78 -14
- package/docs/documentation/components/TableData.html +69 -5
- package/docs/documentation/components/TableExpandButton.html +78 -14
- package/docs/documentation/components/TableExpandedRow.html +141 -81
- package/docs/documentation/components/TableHead.html +124 -60
- package/docs/documentation/components/TableHeadCell.html +116 -52
- package/docs/documentation/components/TableHeadCheckbox.html +78 -14
- package/docs/documentation/components/TableHeadExpand.html +69 -5
- package/docs/documentation/components/TableHeader.html +69 -5
- package/docs/documentation/components/TableRadio.html +119 -57
- package/docs/documentation/components/TableRowComponent.html +123 -59
- package/docs/documentation/components/TableToolbar.html +79 -15
- package/docs/documentation/components/TableToolbarActions.html +69 -5
- package/docs/documentation/components/TableToolbarContent.html +69 -5
- package/docs/documentation/components/TableToolbarSearch.html +563 -517
- package/docs/documentation/components/Tabs.html +130 -68
- package/docs/documentation/components/Tag.html +70 -6
- package/docs/documentation/components/TagFilter.html +150 -90
- package/docs/documentation/components/TextInputLabelComponent.html +118 -56
- package/docs/documentation/components/TextareaLabelComponent.html +118 -56
- package/docs/documentation/components/Tile.html +70 -6
- package/docs/documentation/components/TileGroup.html +247 -191
- package/docs/documentation/components/TimePicker.html +321 -269
- package/docs/documentation/components/TimePickerSelect.html +382 -330
- package/docs/documentation/components/Toast.html +155 -93
- package/docs/documentation/components/Toggle.html +568 -522
- package/docs/documentation/components/Toggletip.html +491 -441
- package/docs/documentation/components/Tooltip.html +578 -534
- package/docs/documentation/components/TooltipDefinition.html +559 -513
- package/docs/documentation/components/TreeNodeComponent.html +353 -303
- package/docs/documentation/components/TreeViewComponent.html +155 -93
- package/docs/documentation/coverage.html +71 -7
- package/docs/documentation/dependencies.html +69 -5
- package/docs/documentation/directives/AbstractDropdownView.html +347 -291
- package/docs/documentation/directives/ActionableButton.html +69 -5
- package/docs/documentation/directives/ActionableSubtitle.html +69 -5
- package/docs/documentation/directives/ActionableTitle.html +69 -5
- package/docs/documentation/directives/BaseModal.html +79 -15
- package/docs/documentation/directives/Button.html +71 -7
- package/docs/documentation/directives/ColumnDirective.html +108 -44
- package/docs/documentation/directives/ContentSwitcherOption.html +162 -102
- package/docs/documentation/directives/DialogDirective.html +322 -268
- package/docs/documentation/directives/ExpandableTileAboveFoldDirective.html +69 -5
- package/docs/documentation/directives/ExpandableTileBelowFoldDirective.html +69 -5
- package/docs/documentation/directives/ExpandedRowHover.html +145 -85
- package/docs/documentation/directives/GridDirective.html +89 -25
- package/docs/documentation/directives/IconDirective.html +158 -98
- package/docs/documentation/directives/LayerDirective.html +79 -15
- package/docs/documentation/directives/Link.html +70 -6
- package/docs/documentation/directives/List.html +70 -6
- package/docs/documentation/directives/ListItemDirective.html +69 -5
- package/docs/documentation/directives/ModalContent.html +69 -5
- package/docs/documentation/directives/ModalContentText.html +69 -5
- package/docs/documentation/directives/ModalHeaderHeading.html +69 -5
- package/docs/documentation/directives/ModalHeaderLabel.html +69 -5
- package/docs/documentation/directives/NotificationSubtitle.html +69 -5
- package/docs/documentation/directives/NotificationTitle.html +69 -5
- package/docs/documentation/directives/OptGroup.html +69 -5
- package/docs/documentation/directives/Option.html +69 -5
- package/docs/documentation/directives/OverflowMenuDirective.html +377 -323
- package/docs/documentation/directives/PasswordInput.html +78 -14
- package/docs/documentation/directives/PopoverContainer.html +305 -249
- package/docs/documentation/directives/RowDirective.html +69 -5
- package/docs/documentation/directives/ScrollableList.html +419 -371
- package/docs/documentation/directives/StackDirective.html +70 -6
- package/docs/documentation/directives/TabHeader.html +107 -43
- package/docs/documentation/directives/TableDirective.html +69 -5
- package/docs/documentation/directives/TableHeadCellLabel.html +69 -5
- package/docs/documentation/directives/TableHeaderDescription.html +69 -5
- package/docs/documentation/directives/TableHeaderTitle.html +69 -5
- package/docs/documentation/directives/TextArea.html +70 -6
- package/docs/documentation/directives/TextInput.html +70 -6
- package/docs/documentation/directives/ThemeDirective.html +79 -15
- package/docs/documentation/directives/ToastCaption.html +69 -5
- package/docs/documentation/directives/ToastSubtitle.html +69 -5
- package/docs/documentation/directives/ToastTitle.html +69 -5
- package/docs/documentation/directives/ToggletipAction.html +69 -5
- package/docs/documentation/directives/ToggletipButton.html +69 -5
- package/docs/documentation/directives/ToggletipContent.html +69 -5
- package/docs/documentation/directives/ToggletipLabel.html +69 -5
- package/docs/documentation/index.html +78 -8
- package/docs/documentation/injectables/AnimationFrameService.html +69 -5
- package/docs/documentation/injectables/AnimationFrameServiceSingleton.html +120 -58
- package/docs/documentation/injectables/BaseModalService.html +159 -99
- package/docs/documentation/injectables/ContextMenuSelectionService.html +189 -131
- package/docs/documentation/injectables/DialogService.html +212 -152
- package/docs/documentation/injectables/DocumentService.html +170 -110
- package/docs/documentation/injectables/DropdownService.html +285 -229
- package/docs/documentation/injectables/ElementService.html +127 -65
- package/docs/documentation/injectables/EventService.html +194 -134
- package/docs/documentation/injectables/ExperimentalService.html +276 -220
- package/docs/documentation/injectables/GridService.html +110 -48
- package/docs/documentation/injectables/I18n.html +506 -458
- package/docs/documentation/injectables/IconService.html +309 -255
- package/docs/documentation/injectables/ModalService.html +215 -157
- package/docs/documentation/injectables/NotificationDisplayService.html +110 -48
- package/docs/documentation/injectables/NotificationService.html +349 -295
- package/docs/documentation/injectables/PlaceholderService.html +475 -427
- package/docs/documentation/injectables/TreeViewService.html +115 -53
- package/docs/documentation/interfaces/ActionableContent.html +70 -6
- package/docs/documentation/interfaces/AlertModalData.html +69 -5
- package/docs/documentation/interfaces/BreadcrumbItem.html +69 -5
- package/docs/documentation/interfaces/CloseMeta.html +69 -5
- package/docs/documentation/interfaces/DataGridPosition.html +69 -5
- package/docs/documentation/interfaces/DialogConfig.html +69 -5
- package/docs/documentation/interfaces/ElementVisibilityEvent.html +69 -5
- package/docs/documentation/interfaces/ExpandableTileTranslations.html +69 -5
- package/docs/documentation/interfaces/Experiment.html +69 -5
- package/docs/documentation/interfaces/FileItem.html +69 -5
- package/docs/documentation/interfaces/HeaderItemInterface.html +69 -5
- package/docs/documentation/interfaces/IconDescriptor.html +69 -5
- package/docs/documentation/interfaces/ListItem.html +70 -6
- package/docs/documentation/interfaces/ModalButton.html +69 -5
- package/docs/documentation/interfaces/NavigationItem.html +69 -5
- package/docs/documentation/interfaces/Node.html +69 -5
- package/docs/documentation/interfaces/NotificationAction.html +69 -5
- package/docs/documentation/interfaces/NotificationContent.html +69 -5
- package/docs/documentation/interfaces/NotificationLink.html +69 -5
- package/docs/documentation/interfaces/PaginationNavTranslations.html +69 -5
- package/docs/documentation/interfaces/PaginationTranslations.html +69 -5
- package/docs/documentation/interfaces/ScrollCustomEvent.html +70 -6
- package/docs/documentation/interfaces/SideNavItemInterface.html +70 -6
- package/docs/documentation/interfaces/Step.html +69 -5
- package/docs/documentation/interfaces/TableTranslations.html +69 -5
- package/docs/documentation/interfaces/TileSelection.html +69 -5
- package/docs/documentation/interfaces/ToastContent.html +70 -6
- package/docs/documentation/interfaces/TooltipConfig.html +69 -5
- package/docs/documentation/js/libs/bootstrap-native.js +2 -1
- package/docs/documentation/js/libs/es6-shim.min.js +11 -10
- package/docs/documentation/js/libs/tablesort.min.js +3 -3
- package/docs/documentation/js/libs/tablesort.number.min.js +2 -2
- package/docs/documentation/js/libs/vis.min.js +1 -1
- package/docs/documentation/js/menu-wc_es5.js +17 -19
- package/docs/documentation/js/menu.js +0 -55
- package/docs/documentation/js/search/search.js +71 -56
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/license.html +72 -8
- package/docs/documentation/miscellaneous/enumerations.html +69 -5
- package/docs/documentation/miscellaneous/functions.html +831 -819
- package/docs/documentation/miscellaneous/typealiases.html +69 -5
- package/docs/documentation/miscellaneous/variables.html +70 -6
- package/docs/documentation/modules/AccordionModule.html +69 -5
- package/docs/documentation/modules/BreadcrumbModule.html +69 -5
- package/docs/documentation/modules/ButtonModule.html +69 -5
- package/docs/documentation/modules/CheckboxModule.html +69 -5
- package/docs/documentation/modules/CodeSnippetModule.html +69 -5
- package/docs/documentation/modules/ComboBoxModule.html +69 -5
- package/docs/documentation/modules/ContainedListModule.html +69 -5
- package/docs/documentation/modules/ContentSwitcherModule.html +69 -5
- package/docs/documentation/modules/ContextMenuModule.html +69 -5
- package/docs/documentation/modules/DatePickerInputModule.html +69 -5
- package/docs/documentation/modules/DatePickerModule.html +69 -5
- package/docs/documentation/modules/DialogModule.html +69 -5
- package/docs/documentation/modules/DocumentationModule.html +69 -5
- package/docs/documentation/modules/DropdownModule.html +69 -5
- package/docs/documentation/modules/ExperimentalModule.html +69 -5
- package/docs/documentation/modules/FileUploaderModule.html +69 -5
- package/docs/documentation/modules/GridModule.html +69 -5
- package/docs/documentation/modules/HeaderModule.html +69 -5
- package/docs/documentation/modules/I18nModule.html +69 -5
- package/docs/documentation/modules/IconModule.html +69 -5
- package/docs/documentation/modules/InlineLoadingModule.html +69 -5
- package/docs/documentation/modules/InputModule.html +69 -5
- package/docs/documentation/modules/LayerModule.html +69 -5
- package/docs/documentation/modules/LayoutModule.html +69 -5
- package/docs/documentation/modules/LinkModule.html +69 -5
- package/docs/documentation/modules/ListModule.html +69 -5
- package/docs/documentation/modules/LoadingModule.html +69 -5
- package/docs/documentation/modules/ModalModule.html +69 -5
- package/docs/documentation/modules/NFormsModule.html +69 -5
- package/docs/documentation/modules/NotificationModule.html +69 -5
- package/docs/documentation/modules/NumberModule.html +69 -5
- package/docs/documentation/modules/PaginationModule.html +69 -5
- package/docs/documentation/modules/PanelModule.html +69 -5
- package/docs/documentation/modules/PlaceholderModule.html +69 -5
- package/docs/documentation/modules/PopoverModule.html +69 -5
- package/docs/documentation/modules/ProgressBarModule.html +69 -5
- package/docs/documentation/modules/ProgressIndicatorModule.html +69 -5
- package/docs/documentation/modules/RadioModule.html +69 -5
- package/docs/documentation/modules/SearchModule.html +69 -5
- package/docs/documentation/modules/SelectModule.html +69 -5
- package/docs/documentation/modules/SideNavModule.html +69 -5
- package/docs/documentation/modules/SkeletonModule.html +69 -5
- package/docs/documentation/modules/SliderModule.html +69 -5
- package/docs/documentation/modules/StructuredListModule.html +69 -5
- package/docs/documentation/modules/TableModule.html +68 -4
- package/docs/documentation/modules/TabsModule.html +69 -5
- package/docs/documentation/modules/TagModule.html +69 -5
- package/docs/documentation/modules/ThemeModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ThemeModule.html +73 -9
- package/docs/documentation/modules/TilesModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TilesModule.html +73 -9
- package/docs/documentation/modules/TimePickerModule/dependencies.svg +17 -17
- package/docs/documentation/modules/TimePickerModule.html +86 -22
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TimePickerSelectModule.html +73 -9
- package/docs/documentation/modules/ToggleModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ToggleModule.html +73 -9
- package/docs/documentation/modules/ToggletipModule/dependencies.svg +37 -37
- package/docs/documentation/modules/ToggletipModule.html +106 -42
- package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TooltipModule.html +73 -9
- package/docs/documentation/modules/TreeviewModule/dependencies.svg +34 -34
- package/docs/documentation/modules/TreeviewModule.html +103 -39
- package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
- package/docs/documentation/modules/UIShellModule.html +73 -9
- package/docs/documentation/modules/UtilsModule.html +69 -5
- package/docs/documentation/modules.html +68 -4
- package/docs/documentation/overview.html +68 -4
- package/docs/documentation/pipes/ReplacePipe.html +114 -52
- package/docs/documentation/properties.html +69 -5
- package/docs/documentation/styles/compodoc.css +11 -8
- package/docs/documentation.json +2067 -1757
- package/docs/storybook/{959.4248791c.iframe.bundle.js → 959.05fb42da.iframe.bundle.js} +3 -3
- package/docs/storybook/{959.4248791c.iframe.bundle.js.map → 959.05fb42da.iframe.bundle.js.map} +1 -1
- package/docs/storybook/iframe.html +3 -3
- package/docs/storybook/main.cfffa2d2.iframe.bundle.js +1 -0
- package/docs/storybook/main.css +2 -4
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.b589439b.iframe.bundle.js → runtime~main.c3f8e5ba.iframe.bundle.js} +1 -1
- package/docs/storybook/sb-addons/essentials-controls-1/manager-bundle.js +29 -29
- package/docs/storybook/{tabs-tabs-stories.183f4129.iframe.bundle.js → tabs-tabs-stories.066fa432.iframe.bundle.js} +1 -1
- package/esm2020/tabs/tab.component.mjs +20 -3
- package/fesm2015/carbon-components-angular-tabs.mjs +24 -7
- package/fesm2015/carbon-components-angular-tabs.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-tabs.mjs +24 -7
- package/fesm2020/carbon-components-angular-tabs.mjs.map +1 -1
- package/package.json +1 -1
- package/tabs/tab.component.d.ts +10 -1
- package/docs/storybook/main.5c20d10a.iframe.bundle.js +0 -1
- /package/docs/storybook/{959.4248791c.iframe.bundle.js.LICENSE.txt → 959.05fb42da.iframe.bundle.js.LICENSE.txt} +0 -0
|
@@ -12,10 +12,61 @@
|
|
|
12
12
|
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
<script>
|
|
16
|
+
// Blocking script to avoid flickering dark mode
|
|
17
|
+
// Dark mode toggle button
|
|
18
|
+
var useDark = window.matchMedia('(prefers-color-scheme: dark)');
|
|
19
|
+
var darkModeState = useDark.matches;
|
|
20
|
+
var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
21
|
+
var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
|
|
22
|
+
var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
|
|
23
|
+
|
|
24
|
+
function checkToggle(check) {
|
|
25
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
26
|
+
$darkModeToggleSwitchers[i].checked = check;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
function toggleDarkMode(state) {
|
|
31
|
+
if (window.localStorage) {
|
|
32
|
+
localStorage.setItem('compodoc_darkmode-state', state);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
checkToggle(state);
|
|
36
|
+
|
|
37
|
+
const hasClass = document.body.classList.contains('dark');
|
|
38
|
+
|
|
39
|
+
if (state) {
|
|
40
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
41
|
+
$darkModeToggles[i].classList.add('dark');
|
|
42
|
+
}
|
|
43
|
+
if (!hasClass) {
|
|
44
|
+
document.body.classList.add('dark');
|
|
45
|
+
}
|
|
46
|
+
} else {
|
|
47
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
48
|
+
$darkModeToggles[i].classList.remove('dark');
|
|
49
|
+
}
|
|
50
|
+
if (hasClass) {
|
|
51
|
+
document.body.classList.remove('dark');
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
useDark.addEventListener('change', function (evt) {
|
|
57
|
+
toggleDarkMode(evt.matches);
|
|
58
|
+
});
|
|
59
|
+
if (darkModeStateLocal) {
|
|
60
|
+
darkModeState = darkModeStateLocal === 'true';
|
|
61
|
+
}
|
|
62
|
+
toggleDarkMode(darkModeState);
|
|
63
|
+
</script>
|
|
64
|
+
|
|
65
|
+
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
|
|
66
|
+
<div class="d-flex">
|
|
67
|
+
<a href="../" class="navbar-brand">carbon-components-angular documentation</a>
|
|
68
|
+
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
69
|
+
</div>
|
|
19
70
|
</div>
|
|
20
71
|
|
|
21
72
|
<div class="xs-menu menu" id="mobile-menu">
|
|
@@ -24,7 +75,7 @@
|
|
|
24
75
|
|
|
25
76
|
<div class="container-fluid main">
|
|
26
77
|
<div class="row main">
|
|
27
|
-
<div class="
|
|
78
|
+
<div class="d-none d-md-block menu">
|
|
28
79
|
<compodoc-menu mode="normal"></compodoc-menu>
|
|
29
80
|
</div>
|
|
30
81
|
<!-- START CONTENT -->
|
|
@@ -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 { ToggletipModule } from 'carbon-components-angular';</code></pre></div><p><a href="../../?path=/story/components-toggletip--basic">See demo</a></p>
|
|
124
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">import { ToggletipModule } from 'carbon-components-angular';</code></pre></div><p><a href="../../?path=/story/components-toggletip--basic">See demo</a></p>
|
|
74
125
|
|
|
75
126
|
</p>
|
|
76
127
|
|
|
@@ -78,7 +129,7 @@
|
|
|
78
129
|
<h3>Extends</h3>
|
|
79
130
|
</p>
|
|
80
131
|
<p class="comment">
|
|
81
|
-
|
|
132
|
+
<code><a href="../directives/PopoverContainer.html" target="_self" >PopoverContainer</a></code>
|
|
82
133
|
</p>
|
|
83
134
|
|
|
84
135
|
<p class="comment">
|
|
@@ -883,12 +934,12 @@ This is not toggleable - should be assigned once</p>
|
|
|
883
934
|
</tr>
|
|
884
935
|
|
|
885
936
|
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
937
|
+
<tr>
|
|
938
|
+
<td class="col-md-4">
|
|
939
|
+
<div class="io-line">Defined in <a href="" data-line="88"
|
|
940
|
+
class="link-to-prism">src/toggletip/toggletip.component.ts:88</a></div>
|
|
941
|
+
</td>
|
|
942
|
+
</tr>
|
|
892
943
|
|
|
893
944
|
|
|
894
945
|
</tbody>
|
|
@@ -905,7 +956,7 @@ This is not toggleable - should be assigned once</p>
|
|
|
905
956
|
<td class="col-md-4">
|
|
906
957
|
<a name="handleExpansion"></a>
|
|
907
958
|
<span class="name">
|
|
908
|
-
|
|
959
|
+
<span class="modifier">Private</span>
|
|
909
960
|
<span ><b>handleExpansion</b></span>
|
|
910
961
|
<a href="#handleExpansion"><span class="icon ion-ios-link"></span></a>
|
|
911
962
|
</span>
|
|
@@ -913,76 +964,74 @@ This is not toggleable - should be assigned once</p>
|
|
|
913
964
|
</tr>
|
|
914
965
|
<tr>
|
|
915
966
|
<td class="col-md-4">
|
|
916
|
-
|
|
967
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
917
968
|
<code>handleExpansion(state, event: Event)</code>
|
|
918
969
|
</td>
|
|
919
970
|
</tr>
|
|
920
971
|
|
|
921
972
|
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
973
|
+
<tr>
|
|
974
|
+
<td class="col-md-4">
|
|
975
|
+
<div class="io-line">Defined in <a href="" data-line="101"
|
|
976
|
+
class="link-to-prism">src/toggletip/toggletip.component.ts:101</a></div>
|
|
977
|
+
</td>
|
|
978
|
+
</tr>
|
|
928
979
|
|
|
929
980
|
|
|
930
981
|
<tr>
|
|
931
982
|
<td class="col-md-4">
|
|
932
983
|
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
</div>
|
|
984
|
+
<div class="io-description">
|
|
985
|
+
<b>Parameters :</b>
|
|
986
|
+
|
|
987
|
+
<table class="params">
|
|
988
|
+
<thead>
|
|
989
|
+
<tr>
|
|
990
|
+
<td>Name</td>
|
|
991
|
+
<td>Type</td>
|
|
992
|
+
<td>Optional</td>
|
|
993
|
+
<td>Default value</td>
|
|
994
|
+
</tr>
|
|
995
|
+
</thead>
|
|
996
|
+
<tbody>
|
|
997
|
+
<tr>
|
|
998
|
+
<td>state</td>
|
|
999
|
+
<td>
|
|
1000
|
+
</td>
|
|
1001
|
+
|
|
1002
|
+
<td>
|
|
1003
|
+
No
|
|
1004
|
+
</td>
|
|
1005
|
+
|
|
1006
|
+
<td>
|
|
1007
|
+
<code>false</code>
|
|
1008
|
+
</td>
|
|
1009
|
+
|
|
1010
|
+
</tr>
|
|
1011
|
+
<tr>
|
|
1012
|
+
<td>event</td>
|
|
1013
|
+
<td>
|
|
1014
|
+
<code>Event</code>
|
|
1015
|
+
</td>
|
|
1016
|
+
|
|
1017
|
+
<td>
|
|
1018
|
+
No
|
|
1019
|
+
</td>
|
|
1020
|
+
|
|
1021
|
+
<td>
|
|
1022
|
+
</td>
|
|
1023
|
+
|
|
1024
|
+
</tr>
|
|
1025
|
+
</tbody>
|
|
1026
|
+
</table>
|
|
1027
|
+
</div>
|
|
1028
|
+
<div class="io-description">
|
|
1029
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1030
|
+
|
|
1031
|
+
</div>
|
|
1032
|
+
<div class="io-description">
|
|
1033
|
+
|
|
1034
|
+
</div>
|
|
986
1035
|
</td>
|
|
987
1036
|
</tr>
|
|
988
1037
|
</tbody>
|
|
@@ -1005,49 +1054,47 @@ This is not toggleable - should be assigned once</p>
|
|
|
1005
1054
|
</tr>
|
|
1006
1055
|
|
|
1007
1056
|
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1057
|
+
<tr>
|
|
1058
|
+
<td class="col-md-4">
|
|
1059
|
+
<div class="io-line">Defined in <a href="" data-line="95"
|
|
1060
|
+
class="link-to-prism">src/toggletip/toggletip.component.ts:95</a></div>
|
|
1061
|
+
</td>
|
|
1062
|
+
</tr>
|
|
1014
1063
|
|
|
1015
1064
|
|
|
1016
1065
|
<tr>
|
|
1017
1066
|
<td class="col-md-4">
|
|
1018
1067
|
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
</div>
|
|
1068
|
+
<div class="io-description">
|
|
1069
|
+
<b>Parameters :</b>
|
|
1070
|
+
|
|
1071
|
+
<table class="params">
|
|
1072
|
+
<thead>
|
|
1073
|
+
<tr>
|
|
1074
|
+
<td>Name</td>
|
|
1075
|
+
<td>Optional</td>
|
|
1076
|
+
</tr>
|
|
1077
|
+
</thead>
|
|
1078
|
+
<tbody>
|
|
1079
|
+
<tr>
|
|
1080
|
+
<td>event</td>
|
|
1081
|
+
|
|
1082
|
+
<td>
|
|
1083
|
+
No
|
|
1084
|
+
</td>
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
</tr>
|
|
1088
|
+
</tbody>
|
|
1089
|
+
</table>
|
|
1090
|
+
</div>
|
|
1091
|
+
<div class="io-description">
|
|
1092
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1093
|
+
|
|
1094
|
+
</div>
|
|
1095
|
+
<div class="io-description">
|
|
1096
|
+
|
|
1097
|
+
</div>
|
|
1051
1098
|
</td>
|
|
1052
1099
|
</tr>
|
|
1053
1100
|
</tbody>
|
|
@@ -1058,7 +1105,7 @@ This is not toggleable - should be assigned once</p>
|
|
|
1058
1105
|
<td class="col-md-4">
|
|
1059
1106
|
<a name="hostkeys"></a>
|
|
1060
1107
|
<span class="name">
|
|
1061
|
-
|
|
1108
|
+
<span class="modifier"></span>
|
|
1062
1109
|
<span ><b>hostkeys</b></span>
|
|
1063
1110
|
<a href="#hostkeys"><span class="icon ion-ios-link"></span></a>
|
|
1064
1111
|
</span>
|
|
@@ -1066,7 +1113,7 @@ This is not toggleable - should be assigned once</p>
|
|
|
1066
1113
|
</tr>
|
|
1067
1114
|
<tr>
|
|
1068
1115
|
<td class="col-md-4">
|
|
1069
|
-
|
|
1116
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1070
1117
|
<code>hostkeys(event: KeyboardEvent)</code>
|
|
1071
1118
|
</td>
|
|
1072
1119
|
</tr>
|
|
@@ -1079,53 +1126,51 @@ This is not toggleable - should be assigned once</p>
|
|
|
1079
1126
|
</td>
|
|
1080
1127
|
</tr>
|
|
1081
1128
|
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1129
|
+
<tr>
|
|
1130
|
+
<td class="col-md-4">
|
|
1131
|
+
<div class="io-line">Defined in <a href="" data-line="88"
|
|
1132
|
+
class="link-to-prism">src/toggletip/toggletip.component.ts:88</a></div>
|
|
1133
|
+
</td>
|
|
1134
|
+
</tr>
|
|
1088
1135
|
|
|
1089
1136
|
|
|
1090
1137
|
<tr>
|
|
1091
1138
|
<td class="col-md-4">
|
|
1092
1139
|
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
</div>
|
|
1140
|
+
<div class="io-description">
|
|
1141
|
+
<b>Parameters :</b>
|
|
1142
|
+
|
|
1143
|
+
<table class="params">
|
|
1144
|
+
<thead>
|
|
1145
|
+
<tr>
|
|
1146
|
+
<td>Name</td>
|
|
1147
|
+
<td>Type</td>
|
|
1148
|
+
<td>Optional</td>
|
|
1149
|
+
</tr>
|
|
1150
|
+
</thead>
|
|
1151
|
+
<tbody>
|
|
1152
|
+
<tr>
|
|
1153
|
+
<td>event</td>
|
|
1154
|
+
<td>
|
|
1155
|
+
<code>KeyboardEvent</code>
|
|
1156
|
+
</td>
|
|
1157
|
+
|
|
1158
|
+
<td>
|
|
1159
|
+
No
|
|
1160
|
+
</td>
|
|
1161
|
+
|
|
1162
|
+
|
|
1163
|
+
</tr>
|
|
1164
|
+
</tbody>
|
|
1165
|
+
</table>
|
|
1166
|
+
</div>
|
|
1167
|
+
<div class="io-description">
|
|
1168
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1169
|
+
|
|
1170
|
+
</div>
|
|
1171
|
+
<div class="io-description">
|
|
1172
|
+
|
|
1173
|
+
</div>
|
|
1129
1174
|
</td>
|
|
1130
1175
|
</tr>
|
|
1131
1176
|
</tbody>
|
|
@@ -1148,27 +1193,27 @@ This is not toggleable - should be assigned once</p>
|
|
|
1148
1193
|
</tr>
|
|
1149
1194
|
|
|
1150
1195
|
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1196
|
+
<tr>
|
|
1197
|
+
<td class="col-md-4">
|
|
1198
|
+
<div class="io-line">Inherited from <code><a href="../directives/PopoverContainer.html" target="_self" >PopoverContainer</a></code>
|
|
1154
1199
|
</div>
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1200
|
+
</td>
|
|
1201
|
+
</tr>
|
|
1202
|
+
<tr>
|
|
1203
|
+
<td class="col-md-4">
|
|
1204
|
+
<div class="io-line">Defined in <code><a href="../directives/PopoverContainer.html#source" target="_self" >PopoverContainer:60</a></code>
|
|
1160
1205
|
</div>
|
|
1161
|
-
|
|
1162
|
-
|
|
1206
|
+
</td>
|
|
1207
|
+
</tr>
|
|
1163
1208
|
|
|
1164
1209
|
|
|
1165
1210
|
<tr>
|
|
1166
1211
|
<td class="col-md-4">
|
|
1167
1212
|
|
|
1168
|
-
|
|
1169
|
-
|
|
1213
|
+
<div class="io-description">
|
|
1214
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1170
1215
|
|
|
1171
|
-
|
|
1216
|
+
</div>
|
|
1172
1217
|
</td>
|
|
1173
1218
|
</tr>
|
|
1174
1219
|
</tbody>
|
|
@@ -1191,29 +1236,29 @@ This is not toggleable - should be assigned once</p>
|
|
|
1191
1236
|
</tr>
|
|
1192
1237
|
|
|
1193
1238
|
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1239
|
+
<tr>
|
|
1240
|
+
<td class="col-md-4">
|
|
1241
|
+
<div class="io-line">Inherited from <code><a href="../directives/PopoverContainer.html" target="_self" >PopoverContainer</a></code>
|
|
1197
1242
|
</div>
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1243
|
+
</td>
|
|
1244
|
+
</tr>
|
|
1245
|
+
<tr>
|
|
1246
|
+
<td class="col-md-4">
|
|
1247
|
+
<div class="io-line">Defined in <code><a href="../directives/PopoverContainer.html#source" target="_self" >PopoverContainer:285</a></code>
|
|
1203
1248
|
</div>
|
|
1204
|
-
|
|
1205
|
-
|
|
1249
|
+
</td>
|
|
1250
|
+
</tr>
|
|
1206
1251
|
|
|
1207
1252
|
|
|
1208
1253
|
<tr>
|
|
1209
1254
|
<td class="col-md-4">
|
|
1210
|
-
|
|
1255
|
+
<div class="io-description"><p>Clean up <code>autoUpdate</code> if auto alignment is enabled</p>
|
|
1211
1256
|
</div>
|
|
1212
1257
|
|
|
1213
|
-
|
|
1214
|
-
|
|
1258
|
+
<div class="io-description">
|
|
1259
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1215
1260
|
|
|
1216
|
-
|
|
1261
|
+
</div>
|
|
1217
1262
|
</td>
|
|
1218
1263
|
</tr>
|
|
1219
1264
|
</tbody>
|
|
@@ -1236,86 +1281,84 @@ This is not toggleable - should be assigned once</p>
|
|
|
1236
1281
|
</tr>
|
|
1237
1282
|
|
|
1238
1283
|
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1284
|
+
<tr>
|
|
1285
|
+
<td class="col-md-4">
|
|
1286
|
+
<div class="io-line">Inherited from <code><a href="../directives/PopoverContainer.html" target="_self" >PopoverContainer</a></code>
|
|
1242
1287
|
</div>
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1288
|
+
</td>
|
|
1289
|
+
</tr>
|
|
1290
|
+
<tr>
|
|
1291
|
+
<td class="col-md-4">
|
|
1292
|
+
<div class="io-line">Defined in <code><a href="../directives/PopoverContainer.html#source" target="_self" >PopoverContainer:137</a></code>
|
|
1248
1293
|
</div>
|
|
1249
|
-
|
|
1250
|
-
|
|
1294
|
+
</td>
|
|
1295
|
+
</tr>
|
|
1251
1296
|
|
|
1252
1297
|
|
|
1253
1298
|
<tr>
|
|
1254
1299
|
<td class="col-md-4">
|
|
1255
|
-
|
|
1256
|
-
</div>
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1300
|
+
<div class="io-description"><p>Handles emitting open/close event</p>
|
|
1301
|
+
</div>
|
|
1302
|
+
|
|
1303
|
+
<div class="io-description">
|
|
1304
|
+
<b>Parameters :</b>
|
|
1305
|
+
|
|
1306
|
+
<table class="params">
|
|
1307
|
+
<thead>
|
|
1308
|
+
<tr>
|
|
1309
|
+
<td>Name</td>
|
|
1310
|
+
<td>Type</td>
|
|
1311
|
+
<td>Optional</td>
|
|
1312
|
+
<td>Description</td>
|
|
1313
|
+
</tr>
|
|
1314
|
+
</thead>
|
|
1315
|
+
<tbody>
|
|
1316
|
+
<tr>
|
|
1317
|
+
<td>open</td>
|
|
1318
|
+
<td>
|
|
1319
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1320
|
+
</td>
|
|
1321
|
+
|
|
1322
|
+
<td>
|
|
1323
|
+
No
|
|
1324
|
+
</td>
|
|
1325
|
+
|
|
1326
|
+
|
|
1327
|
+
<td>
|
|
1328
|
+
<ul>
|
|
1284
1329
|
<li>Is the popover container open</li>
|
|
1285
1330
|
</ul>
|
|
1286
1331
|
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1332
|
+
</td>
|
|
1333
|
+
</tr>
|
|
1334
|
+
<tr>
|
|
1335
|
+
<td>event</td>
|
|
1336
|
+
<td>
|
|
1337
|
+
<code>Event</code>
|
|
1338
|
+
</td>
|
|
1294
1339
|
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1340
|
+
<td>
|
|
1341
|
+
Yes
|
|
1342
|
+
</td>
|
|
1298
1343
|
|
|
1299
1344
|
|
|
1300
|
-
|
|
1301
|
-
|
|
1345
|
+
<td>
|
|
1346
|
+
<ul>
|
|
1302
1347
|
<li>Event</li>
|
|
1303
1348
|
</ul>
|
|
1304
1349
|
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
</div>
|
|
1350
|
+
</td>
|
|
1351
|
+
</tr>
|
|
1352
|
+
</tbody>
|
|
1353
|
+
</table>
|
|
1354
|
+
</div>
|
|
1355
|
+
<div class="io-description">
|
|
1356
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1357
|
+
|
|
1358
|
+
</div>
|
|
1359
|
+
<div class="io-description">
|
|
1360
|
+
|
|
1361
|
+
</div>
|
|
1319
1362
|
</td>
|
|
1320
1363
|
</tr>
|
|
1321
1364
|
</tbody>
|
|
@@ -1338,27 +1381,27 @@ This is not toggleable - should be assigned once</p>
|
|
|
1338
1381
|
</tr>
|
|
1339
1382
|
|
|
1340
1383
|
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1384
|
+
<tr>
|
|
1385
|
+
<td class="col-md-4">
|
|
1386
|
+
<div class="io-line">Inherited from <code><a href="../directives/PopoverContainer.html" target="_self" >PopoverContainer</a></code>
|
|
1344
1387
|
</div>
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1388
|
+
</td>
|
|
1389
|
+
</tr>
|
|
1390
|
+
<tr>
|
|
1391
|
+
<td class="col-md-4">
|
|
1392
|
+
<div class="io-line">Defined in <code><a href="../directives/PopoverContainer.html#source" target="_self" >PopoverContainer:264</a></code>
|
|
1350
1393
|
</div>
|
|
1351
|
-
|
|
1352
|
-
|
|
1394
|
+
</td>
|
|
1395
|
+
</tr>
|
|
1353
1396
|
|
|
1354
1397
|
|
|
1355
1398
|
<tr>
|
|
1356
1399
|
<td class="col-md-4">
|
|
1357
1400
|
|
|
1358
|
-
|
|
1359
|
-
|
|
1401
|
+
<div class="io-description">
|
|
1402
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1360
1403
|
|
|
1361
|
-
|
|
1404
|
+
</div>
|
|
1362
1405
|
</td>
|
|
1363
1406
|
</tr>
|
|
1364
1407
|
</tbody>
|
|
@@ -1381,61 +1424,59 @@ This is not toggleable - should be assigned once</p>
|
|
|
1381
1424
|
</tr>
|
|
1382
1425
|
|
|
1383
1426
|
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1427
|
+
<tr>
|
|
1428
|
+
<td class="col-md-4">
|
|
1429
|
+
<div class="io-line">Inherited from <code><a href="../directives/PopoverContainer.html" target="_self" >PopoverContainer</a></code>
|
|
1387
1430
|
</div>
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1431
|
+
</td>
|
|
1432
|
+
</tr>
|
|
1433
|
+
<tr>
|
|
1434
|
+
<td class="col-md-4">
|
|
1435
|
+
<div class="io-line">Defined in <code><a href="../directives/PopoverContainer.html#source" target="_self" >PopoverContainer:241</a></code>
|
|
1393
1436
|
</div>
|
|
1394
|
-
|
|
1395
|
-
|
|
1437
|
+
</td>
|
|
1438
|
+
</tr>
|
|
1396
1439
|
|
|
1397
1440
|
|
|
1398
1441
|
<tr>
|
|
1399
1442
|
<td class="col-md-4">
|
|
1400
|
-
|
|
1401
|
-
</div>
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
</div>
|
|
1443
|
+
<div class="io-description"><p>Close the popover and reopen it with updated values without emitting an event</p>
|
|
1444
|
+
</div>
|
|
1445
|
+
|
|
1446
|
+
<div class="io-description">
|
|
1447
|
+
<b>Parameters :</b>
|
|
1448
|
+
|
|
1449
|
+
<table class="params">
|
|
1450
|
+
<thead>
|
|
1451
|
+
<tr>
|
|
1452
|
+
<td>Name</td>
|
|
1453
|
+
<td>Type</td>
|
|
1454
|
+
<td>Optional</td>
|
|
1455
|
+
</tr>
|
|
1456
|
+
</thead>
|
|
1457
|
+
<tbody>
|
|
1458
|
+
<tr>
|
|
1459
|
+
<td>changes</td>
|
|
1460
|
+
<td>
|
|
1461
|
+
<code>SimpleChanges</code>
|
|
1462
|
+
</td>
|
|
1463
|
+
|
|
1464
|
+
<td>
|
|
1465
|
+
No
|
|
1466
|
+
</td>
|
|
1467
|
+
|
|
1468
|
+
|
|
1469
|
+
</tr>
|
|
1470
|
+
</tbody>
|
|
1471
|
+
</table>
|
|
1472
|
+
</div>
|
|
1473
|
+
<div class="io-description">
|
|
1474
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1475
|
+
|
|
1476
|
+
</div>
|
|
1477
|
+
<div class="io-description">
|
|
1478
|
+
|
|
1479
|
+
</div>
|
|
1439
1480
|
</td>
|
|
1440
1481
|
</tr>
|
|
1441
1482
|
</tbody>
|
|
@@ -1458,29 +1499,29 @@ This is not toggleable - should be assigned once</p>
|
|
|
1458
1499
|
</tr>
|
|
1459
1500
|
|
|
1460
1501
|
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1502
|
+
<tr>
|
|
1503
|
+
<td class="col-md-4">
|
|
1504
|
+
<div class="io-line">Inherited from <code><a href="../directives/PopoverContainer.html" target="_self" >PopoverContainer</a></code>
|
|
1464
1505
|
</div>
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1506
|
+
</td>
|
|
1507
|
+
</tr>
|
|
1508
|
+
<tr>
|
|
1509
|
+
<td class="col-md-4">
|
|
1510
|
+
<div class="io-line">Defined in <code><a href="../directives/PopoverContainer.html#source" target="_self" >PopoverContainer:278</a></code>
|
|
1470
1511
|
</div>
|
|
1471
|
-
|
|
1472
|
-
|
|
1512
|
+
</td>
|
|
1513
|
+
</tr>
|
|
1473
1514
|
|
|
1474
1515
|
|
|
1475
1516
|
<tr>
|
|
1476
1517
|
<td class="col-md-4">
|
|
1477
|
-
|
|
1518
|
+
<div class="io-description"><p>Clean up</p>
|
|
1478
1519
|
</div>
|
|
1479
1520
|
|
|
1480
|
-
|
|
1481
|
-
|
|
1521
|
+
<div class="io-description">
|
|
1522
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1482
1523
|
|
|
1483
|
-
|
|
1524
|
+
</div>
|
|
1484
1525
|
</td>
|
|
1485
1526
|
</tr>
|
|
1486
1527
|
</tbody>
|
|
@@ -1503,29 +1544,29 @@ This is not toggleable - should be assigned once</p>
|
|
|
1503
1544
|
</tr>
|
|
1504
1545
|
|
|
1505
1546
|
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1547
|
+
<tr>
|
|
1548
|
+
<td class="col-md-4">
|
|
1549
|
+
<div class="io-line">Inherited from <code><a href="../directives/PopoverContainer.html" target="_self" >PopoverContainer</a></code>
|
|
1509
1550
|
</div>
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1551
|
+
</td>
|
|
1552
|
+
</tr>
|
|
1553
|
+
<tr>
|
|
1554
|
+
<td class="col-md-4">
|
|
1555
|
+
<div class="io-line">Defined in <code><a href="../directives/PopoverContainer.html#source" target="_self" >PopoverContainer:185</a></code>
|
|
1515
1556
|
</div>
|
|
1516
|
-
|
|
1517
|
-
|
|
1557
|
+
</td>
|
|
1558
|
+
</tr>
|
|
1518
1559
|
|
|
1519
1560
|
|
|
1520
1561
|
<tr>
|
|
1521
1562
|
<td class="col-md-4">
|
|
1522
|
-
|
|
1563
|
+
<div class="io-description"><p>Compute position of tooltip when autoAlign is enabled</p>
|
|
1523
1564
|
</div>
|
|
1524
1565
|
|
|
1525
|
-
|
|
1526
|
-
|
|
1566
|
+
<div class="io-description">
|
|
1567
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1527
1568
|
|
|
1528
|
-
|
|
1569
|
+
</div>
|
|
1529
1570
|
</td>
|
|
1530
1571
|
</tr>
|
|
1531
1572
|
</tbody>
|
|
@@ -1548,55 +1589,53 @@ This is not toggleable - should be assigned once</p>
|
|
|
1548
1589
|
</tr>
|
|
1549
1590
|
|
|
1550
1591
|
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1592
|
+
<tr>
|
|
1593
|
+
<td class="col-md-4">
|
|
1594
|
+
<div class="io-line">Inherited from <code><a href="../directives/PopoverContainer.html" target="_self" >PopoverContainer</a></code>
|
|
1554
1595
|
</div>
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1596
|
+
</td>
|
|
1597
|
+
</tr>
|
|
1598
|
+
<tr>
|
|
1599
|
+
<td class="col-md-4">
|
|
1600
|
+
<div class="io-line">Defined in <code><a href="../directives/PopoverContainer.html#source" target="_self" >PopoverContainer:177</a></code>
|
|
1560
1601
|
</div>
|
|
1561
|
-
|
|
1562
|
-
|
|
1602
|
+
</td>
|
|
1603
|
+
</tr>
|
|
1563
1604
|
|
|
1564
1605
|
|
|
1565
1606
|
<tr>
|
|
1566
1607
|
<td class="col-md-4">
|
|
1567
1608
|
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
</div>
|
|
1609
|
+
<div class="io-description">
|
|
1610
|
+
<b>Parameters :</b>
|
|
1611
|
+
|
|
1612
|
+
<table class="params">
|
|
1613
|
+
<thead>
|
|
1614
|
+
<tr>
|
|
1615
|
+
<td>Name</td>
|
|
1616
|
+
<td>Optional</td>
|
|
1617
|
+
</tr>
|
|
1618
|
+
</thead>
|
|
1619
|
+
<tbody>
|
|
1620
|
+
<tr>
|
|
1621
|
+
<td>value</td>
|
|
1622
|
+
|
|
1623
|
+
<td>
|
|
1624
|
+
No
|
|
1625
|
+
</td>
|
|
1626
|
+
|
|
1627
|
+
|
|
1628
|
+
</tr>
|
|
1629
|
+
</tbody>
|
|
1630
|
+
</table>
|
|
1631
|
+
</div>
|
|
1632
|
+
<div class="io-description">
|
|
1633
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
1634
|
+
|
|
1635
|
+
</div>
|
|
1636
|
+
<div class="io-description">
|
|
1637
|
+
|
|
1638
|
+
</div>
|
|
1600
1639
|
</td>
|
|
1601
1640
|
</tr>
|
|
1602
1641
|
</tbody>
|
|
@@ -1619,73 +1658,71 @@ This is not toggleable - should be assigned once</p>
|
|
|
1619
1658
|
</tr>
|
|
1620
1659
|
|
|
1621
1660
|
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1661
|
+
<tr>
|
|
1662
|
+
<td class="col-md-4">
|
|
1663
|
+
<div class="io-line">Inherited from <code><a href="../directives/PopoverContainer.html" target="_self" >PopoverContainer</a></code>
|
|
1625
1664
|
</div>
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1665
|
+
</td>
|
|
1666
|
+
</tr>
|
|
1667
|
+
<tr>
|
|
1668
|
+
<td class="col-md-4">
|
|
1669
|
+
<div class="io-line">Defined in <code><a href="../directives/PopoverContainer.html#source" target="_self" >PopoverContainer:296</a></code>
|
|
1631
1670
|
</div>
|
|
1632
|
-
|
|
1633
|
-
|
|
1671
|
+
</td>
|
|
1672
|
+
</tr>
|
|
1634
1673
|
|
|
1635
1674
|
|
|
1636
1675
|
<tr>
|
|
1637
1676
|
<td class="col-md-4">
|
|
1638
|
-
|
|
1639
|
-
</div>
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
</div>
|
|
1677
|
+
<div class="io-description"><p>Replace existing previous alignment class with new</p>
|
|
1678
|
+
</div>
|
|
1679
|
+
|
|
1680
|
+
<div class="io-description">
|
|
1681
|
+
<b>Parameters :</b>
|
|
1682
|
+
|
|
1683
|
+
<table class="params">
|
|
1684
|
+
<thead>
|
|
1685
|
+
<tr>
|
|
1686
|
+
<td>Name</td>
|
|
1687
|
+
<td>Type</td>
|
|
1688
|
+
<td>Optional</td>
|
|
1689
|
+
</tr>
|
|
1690
|
+
</thead>
|
|
1691
|
+
<tbody>
|
|
1692
|
+
<tr>
|
|
1693
|
+
<td>newAlignment</td>
|
|
1694
|
+
<td>
|
|
1695
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1696
|
+
</td>
|
|
1697
|
+
|
|
1698
|
+
<td>
|
|
1699
|
+
No
|
|
1700
|
+
</td>
|
|
1701
|
+
|
|
1702
|
+
|
|
1703
|
+
</tr>
|
|
1704
|
+
<tr>
|
|
1705
|
+
<td>previousAlignment</td>
|
|
1706
|
+
<td>
|
|
1707
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1708
|
+
</td>
|
|
1709
|
+
|
|
1710
|
+
<td>
|
|
1711
|
+
Yes
|
|
1712
|
+
</td>
|
|
1713
|
+
|
|
1714
|
+
|
|
1715
|
+
</tr>
|
|
1716
|
+
</tbody>
|
|
1717
|
+
</table>
|
|
1718
|
+
</div>
|
|
1719
|
+
<div class="io-description">
|
|
1720
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1721
|
+
|
|
1722
|
+
</div>
|
|
1723
|
+
<div class="io-description">
|
|
1724
|
+
|
|
1725
|
+
</div>
|
|
1689
1726
|
</td>
|
|
1690
1727
|
</tr>
|
|
1691
1728
|
</tbody>
|
|
@@ -2309,6 +2346,19 @@ export class Toggletip extends PopoverContainer implements AfterViewInit {
|
|
|
2309
2346
|
var MAX_SEARCH_RESULTS = 15;
|
|
2310
2347
|
</script>
|
|
2311
2348
|
|
|
2349
|
+
<script>
|
|
2350
|
+
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
2351
|
+
checkToggle(darkModeState);
|
|
2352
|
+
if ($darkModeToggleSwitchers.length > 0) {
|
|
2353
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
2354
|
+
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
|
2355
|
+
darkModeState = !darkModeState;
|
|
2356
|
+
toggleDarkMode(darkModeState);
|
|
2357
|
+
});
|
|
2358
|
+
}
|
|
2359
|
+
}
|
|
2360
|
+
</script>
|
|
2361
|
+
|
|
2312
2362
|
<script src="../js/libs/custom-elements.min.js"></script>
|
|
2313
2363
|
<script src="../js/libs/lit-html.js"></script>
|
|
2314
2364
|
|