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 { TooltipModule } from 'carbon-components-angular';</code></pre></div><p><a href="../../?path=/story/components-tooltip-definition--basic">See demo</a></p>
|
|
124
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">import { TooltipModule } from 'carbon-components-angular';</code></pre></div><p><a href="../../?path=/story/components-tooltip-definition--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
|
|
|
@@ -920,12 +971,12 @@ This is not toggleable - should be assigned once</p>
|
|
|
920
971
|
</tr>
|
|
921
972
|
|
|
922
973
|
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
974
|
+
<tr>
|
|
975
|
+
<td class="col-md-4">
|
|
976
|
+
<div class="io-line">Defined in <a href="" data-line="85"
|
|
977
|
+
class="link-to-prism">src/tooltip/definition-tooptip.component.ts:85</a></div>
|
|
978
|
+
</td>
|
|
979
|
+
</tr>
|
|
929
980
|
|
|
930
981
|
|
|
931
982
|
</tbody>
|
|
@@ -953,12 +1004,12 @@ This is not toggleable - should be assigned once</p>
|
|
|
953
1004
|
</tr>
|
|
954
1005
|
|
|
955
1006
|
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
1007
|
+
<tr>
|
|
1008
|
+
<td class="col-md-4">
|
|
1009
|
+
<div class="io-line">Defined in <a href="" data-line="93"
|
|
1010
|
+
class="link-to-prism">src/tooltip/definition-tooptip.component.ts:93</a></div>
|
|
1011
|
+
</td>
|
|
1012
|
+
</tr>
|
|
962
1013
|
|
|
963
1014
|
|
|
964
1015
|
</tbody>
|
|
@@ -975,7 +1026,7 @@ This is not toggleable - should be assigned once</p>
|
|
|
975
1026
|
<td class="col-md-4">
|
|
976
1027
|
<a name="hostkeys"></a>
|
|
977
1028
|
<span class="name">
|
|
978
|
-
|
|
1029
|
+
<span class="modifier"></span>
|
|
979
1030
|
<span ><b>hostkeys</b></span>
|
|
980
1031
|
<a href="#hostkeys"><span class="icon ion-ios-link"></span></a>
|
|
981
1032
|
</span>
|
|
@@ -983,7 +1034,7 @@ This is not toggleable - should be assigned once</p>
|
|
|
983
1034
|
</tr>
|
|
984
1035
|
<tr>
|
|
985
1036
|
<td class="col-md-4">
|
|
986
|
-
|
|
1037
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
987
1038
|
<code>hostkeys(event: KeyboardEvent)</code>
|
|
988
1039
|
</td>
|
|
989
1040
|
</tr>
|
|
@@ -996,53 +1047,51 @@ This is not toggleable - should be assigned once</p>
|
|
|
996
1047
|
</td>
|
|
997
1048
|
</tr>
|
|
998
1049
|
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1050
|
+
<tr>
|
|
1051
|
+
<td class="col-md-4">
|
|
1052
|
+
<div class="io-line">Defined in <a href="" data-line="85"
|
|
1053
|
+
class="link-to-prism">src/tooltip/definition-tooptip.component.ts:85</a></div>
|
|
1054
|
+
</td>
|
|
1055
|
+
</tr>
|
|
1005
1056
|
|
|
1006
1057
|
|
|
1007
1058
|
<tr>
|
|
1008
1059
|
<td class="col-md-4">
|
|
1009
1060
|
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
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
|
-
</div>
|
|
1061
|
+
<div class="io-description">
|
|
1062
|
+
<b>Parameters :</b>
|
|
1063
|
+
|
|
1064
|
+
<table class="params">
|
|
1065
|
+
<thead>
|
|
1066
|
+
<tr>
|
|
1067
|
+
<td>Name</td>
|
|
1068
|
+
<td>Type</td>
|
|
1069
|
+
<td>Optional</td>
|
|
1070
|
+
</tr>
|
|
1071
|
+
</thead>
|
|
1072
|
+
<tbody>
|
|
1073
|
+
<tr>
|
|
1074
|
+
<td>event</td>
|
|
1075
|
+
<td>
|
|
1076
|
+
<code>KeyboardEvent</code>
|
|
1077
|
+
</td>
|
|
1078
|
+
|
|
1079
|
+
<td>
|
|
1080
|
+
No
|
|
1081
|
+
</td>
|
|
1082
|
+
|
|
1083
|
+
|
|
1084
|
+
</tr>
|
|
1085
|
+
</tbody>
|
|
1086
|
+
</table>
|
|
1087
|
+
</div>
|
|
1088
|
+
<div class="io-description">
|
|
1089
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1090
|
+
|
|
1091
|
+
</div>
|
|
1092
|
+
<div class="io-description">
|
|
1093
|
+
|
|
1094
|
+
</div>
|
|
1046
1095
|
</td>
|
|
1047
1096
|
</tr>
|
|
1048
1097
|
</tbody>
|
|
@@ -1053,7 +1102,7 @@ This is not toggleable - should be assigned once</p>
|
|
|
1053
1102
|
<td class="col-md-4">
|
|
1054
1103
|
<a name="isTemplate"></a>
|
|
1055
1104
|
<span class="name">
|
|
1056
|
-
|
|
1105
|
+
<span class="modifier">Public</span>
|
|
1057
1106
|
<span ><b>isTemplate</b></span>
|
|
1058
1107
|
<a href="#isTemplate"><span class="icon ion-ios-link"></span></a>
|
|
1059
1108
|
</span>
|
|
@@ -1061,55 +1110,53 @@ This is not toggleable - should be assigned once</p>
|
|
|
1061
1110
|
</tr>
|
|
1062
1111
|
<tr>
|
|
1063
1112
|
<td class="col-md-4">
|
|
1064
|
-
|
|
1113
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1065
1114
|
<code>isTemplate(value)</code>
|
|
1066
1115
|
</td>
|
|
1067
1116
|
</tr>
|
|
1068
1117
|
|
|
1069
1118
|
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1119
|
+
<tr>
|
|
1120
|
+
<td class="col-md-4">
|
|
1121
|
+
<div class="io-line">Defined in <a href="" data-line="97"
|
|
1122
|
+
class="link-to-prism">src/tooltip/definition-tooptip.component.ts:97</a></div>
|
|
1123
|
+
</td>
|
|
1124
|
+
</tr>
|
|
1076
1125
|
|
|
1077
1126
|
|
|
1078
1127
|
<tr>
|
|
1079
1128
|
<td class="col-md-4">
|
|
1080
1129
|
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
</div>
|
|
1130
|
+
<div class="io-description">
|
|
1131
|
+
<b>Parameters :</b>
|
|
1132
|
+
|
|
1133
|
+
<table class="params">
|
|
1134
|
+
<thead>
|
|
1135
|
+
<tr>
|
|
1136
|
+
<td>Name</td>
|
|
1137
|
+
<td>Optional</td>
|
|
1138
|
+
</tr>
|
|
1139
|
+
</thead>
|
|
1140
|
+
<tbody>
|
|
1141
|
+
<tr>
|
|
1142
|
+
<td>value</td>
|
|
1143
|
+
|
|
1144
|
+
<td>
|
|
1145
|
+
No
|
|
1146
|
+
</td>
|
|
1147
|
+
|
|
1148
|
+
|
|
1149
|
+
</tr>
|
|
1150
|
+
</tbody>
|
|
1151
|
+
</table>
|
|
1152
|
+
</div>
|
|
1153
|
+
<div class="io-description">
|
|
1154
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1155
|
+
|
|
1156
|
+
</div>
|
|
1157
|
+
<div class="io-description">
|
|
1158
|
+
|
|
1159
|
+
</div>
|
|
1113
1160
|
</td>
|
|
1114
1161
|
</tr>
|
|
1115
1162
|
</tbody>
|
|
@@ -1120,7 +1167,7 @@ This is not toggleable - should be assigned once</p>
|
|
|
1120
1167
|
<td class="col-md-4">
|
|
1121
1168
|
<a name="mouseleave"></a>
|
|
1122
1169
|
<span class="name">
|
|
1123
|
-
|
|
1170
|
+
<span class="modifier"></span>
|
|
1124
1171
|
<span ><b>mouseleave</b></span>
|
|
1125
1172
|
<a href="#mouseleave"><span class="icon ion-ios-link"></span></a>
|
|
1126
1173
|
</span>
|
|
@@ -1128,7 +1175,7 @@ This is not toggleable - should be assigned once</p>
|
|
|
1128
1175
|
</tr>
|
|
1129
1176
|
<tr>
|
|
1130
1177
|
<td class="col-md-4">
|
|
1131
|
-
|
|
1178
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1132
1179
|
<code>mouseleave(event)</code>
|
|
1133
1180
|
</td>
|
|
1134
1181
|
</tr>
|
|
@@ -1141,49 +1188,47 @@ This is not toggleable - should be assigned once</p>
|
|
|
1141
1188
|
</td>
|
|
1142
1189
|
</tr>
|
|
1143
1190
|
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1191
|
+
<tr>
|
|
1192
|
+
<td class="col-md-4">
|
|
1193
|
+
<div class="io-line">Defined in <a href="" data-line="93"
|
|
1194
|
+
class="link-to-prism">src/tooltip/definition-tooptip.component.ts:93</a></div>
|
|
1195
|
+
</td>
|
|
1196
|
+
</tr>
|
|
1150
1197
|
|
|
1151
1198
|
|
|
1152
1199
|
<tr>
|
|
1153
1200
|
<td class="col-md-4">
|
|
1154
1201
|
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
</div>
|
|
1202
|
+
<div class="io-description">
|
|
1203
|
+
<b>Parameters :</b>
|
|
1204
|
+
|
|
1205
|
+
<table class="params">
|
|
1206
|
+
<thead>
|
|
1207
|
+
<tr>
|
|
1208
|
+
<td>Name</td>
|
|
1209
|
+
<td>Optional</td>
|
|
1210
|
+
</tr>
|
|
1211
|
+
</thead>
|
|
1212
|
+
<tbody>
|
|
1213
|
+
<tr>
|
|
1214
|
+
<td>event</td>
|
|
1215
|
+
|
|
1216
|
+
<td>
|
|
1217
|
+
No
|
|
1218
|
+
</td>
|
|
1219
|
+
|
|
1220
|
+
|
|
1221
|
+
</tr>
|
|
1222
|
+
</tbody>
|
|
1223
|
+
</table>
|
|
1224
|
+
</div>
|
|
1225
|
+
<div class="io-description">
|
|
1226
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1227
|
+
|
|
1228
|
+
</div>
|
|
1229
|
+
<div class="io-description">
|
|
1230
|
+
|
|
1231
|
+
</div>
|
|
1187
1232
|
</td>
|
|
1188
1233
|
</tr>
|
|
1189
1234
|
</tbody>
|
|
@@ -1206,53 +1251,51 @@ This is not toggleable - should be assigned once</p>
|
|
|
1206
1251
|
</tr>
|
|
1207
1252
|
|
|
1208
1253
|
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1254
|
+
<tr>
|
|
1255
|
+
<td class="col-md-4">
|
|
1256
|
+
<div class="io-line">Defined in <a href="" data-line="76"
|
|
1257
|
+
class="link-to-prism">src/tooltip/definition-tooptip.component.ts:76</a></div>
|
|
1258
|
+
</td>
|
|
1259
|
+
</tr>
|
|
1215
1260
|
|
|
1216
1261
|
|
|
1217
1262
|
<tr>
|
|
1218
1263
|
<td class="col-md-4">
|
|
1219
1264
|
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
</div>
|
|
1265
|
+
<div class="io-description">
|
|
1266
|
+
<b>Parameters :</b>
|
|
1267
|
+
|
|
1268
|
+
<table class="params">
|
|
1269
|
+
<thead>
|
|
1270
|
+
<tr>
|
|
1271
|
+
<td>Name</td>
|
|
1272
|
+
<td>Type</td>
|
|
1273
|
+
<td>Optional</td>
|
|
1274
|
+
</tr>
|
|
1275
|
+
</thead>
|
|
1276
|
+
<tbody>
|
|
1277
|
+
<tr>
|
|
1278
|
+
<td>event</td>
|
|
1279
|
+
<td>
|
|
1280
|
+
<code>Event</code>
|
|
1281
|
+
</td>
|
|
1282
|
+
|
|
1283
|
+
<td>
|
|
1284
|
+
No
|
|
1285
|
+
</td>
|
|
1286
|
+
|
|
1287
|
+
|
|
1288
|
+
</tr>
|
|
1289
|
+
</tbody>
|
|
1290
|
+
</table>
|
|
1291
|
+
</div>
|
|
1292
|
+
<div class="io-description">
|
|
1293
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1294
|
+
|
|
1295
|
+
</div>
|
|
1296
|
+
<div class="io-description">
|
|
1297
|
+
|
|
1298
|
+
</div>
|
|
1256
1299
|
</td>
|
|
1257
1300
|
</tr>
|
|
1258
1301
|
</tbody>
|
|
@@ -1275,53 +1318,51 @@ This is not toggleable - should be assigned once</p>
|
|
|
1275
1318
|
</tr>
|
|
1276
1319
|
|
|
1277
1320
|
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1321
|
+
<tr>
|
|
1322
|
+
<td class="col-md-4">
|
|
1323
|
+
<div class="io-line">Defined in <a href="" data-line="80"
|
|
1324
|
+
class="link-to-prism">src/tooltip/definition-tooptip.component.ts:80</a></div>
|
|
1325
|
+
</td>
|
|
1326
|
+
</tr>
|
|
1284
1327
|
|
|
1285
1328
|
|
|
1286
1329
|
<tr>
|
|
1287
1330
|
<td class="col-md-4">
|
|
1288
1331
|
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
</div>
|
|
1332
|
+
<div class="io-description">
|
|
1333
|
+
<b>Parameters :</b>
|
|
1334
|
+
|
|
1335
|
+
<table class="params">
|
|
1336
|
+
<thead>
|
|
1337
|
+
<tr>
|
|
1338
|
+
<td>Name</td>
|
|
1339
|
+
<td>Type</td>
|
|
1340
|
+
<td>Optional</td>
|
|
1341
|
+
</tr>
|
|
1342
|
+
</thead>
|
|
1343
|
+
<tbody>
|
|
1344
|
+
<tr>
|
|
1345
|
+
<td>event</td>
|
|
1346
|
+
<td>
|
|
1347
|
+
<code>Event</code>
|
|
1348
|
+
</td>
|
|
1349
|
+
|
|
1350
|
+
<td>
|
|
1351
|
+
No
|
|
1352
|
+
</td>
|
|
1353
|
+
|
|
1354
|
+
|
|
1355
|
+
</tr>
|
|
1356
|
+
</tbody>
|
|
1357
|
+
</table>
|
|
1358
|
+
</div>
|
|
1359
|
+
<div class="io-description">
|
|
1360
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1361
|
+
|
|
1362
|
+
</div>
|
|
1363
|
+
<div class="io-description">
|
|
1364
|
+
|
|
1365
|
+
</div>
|
|
1325
1366
|
</td>
|
|
1326
1367
|
</tr>
|
|
1327
1368
|
</tbody>
|
|
@@ -1344,29 +1385,29 @@ This is not toggleable - should be assigned once</p>
|
|
|
1344
1385
|
</tr>
|
|
1345
1386
|
|
|
1346
1387
|
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1388
|
+
<tr>
|
|
1389
|
+
<td class="col-md-4">
|
|
1390
|
+
<div class="io-line">Inherited from <code><a href="../directives/PopoverContainer.html" target="_self" >PopoverContainer</a></code>
|
|
1350
1391
|
</div>
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1392
|
+
</td>
|
|
1393
|
+
</tr>
|
|
1394
|
+
<tr>
|
|
1395
|
+
<td class="col-md-4">
|
|
1396
|
+
<div class="io-line">Defined in <code><a href="../directives/PopoverContainer.html#source" target="_self" >PopoverContainer:285</a></code>
|
|
1356
1397
|
</div>
|
|
1357
|
-
|
|
1358
|
-
|
|
1398
|
+
</td>
|
|
1399
|
+
</tr>
|
|
1359
1400
|
|
|
1360
1401
|
|
|
1361
1402
|
<tr>
|
|
1362
1403
|
<td class="col-md-4">
|
|
1363
|
-
|
|
1404
|
+
<div class="io-description"><p>Clean up <code>autoUpdate</code> if auto alignment is enabled</p>
|
|
1364
1405
|
</div>
|
|
1365
1406
|
|
|
1366
|
-
|
|
1367
|
-
|
|
1407
|
+
<div class="io-description">
|
|
1408
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1368
1409
|
|
|
1369
|
-
|
|
1410
|
+
</div>
|
|
1370
1411
|
</td>
|
|
1371
1412
|
</tr>
|
|
1372
1413
|
</tbody>
|
|
@@ -1389,86 +1430,84 @@ This is not toggleable - should be assigned once</p>
|
|
|
1389
1430
|
</tr>
|
|
1390
1431
|
|
|
1391
1432
|
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1433
|
+
<tr>
|
|
1434
|
+
<td class="col-md-4">
|
|
1435
|
+
<div class="io-line">Inherited from <code><a href="../directives/PopoverContainer.html" target="_self" >PopoverContainer</a></code>
|
|
1395
1436
|
</div>
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1437
|
+
</td>
|
|
1438
|
+
</tr>
|
|
1439
|
+
<tr>
|
|
1440
|
+
<td class="col-md-4">
|
|
1441
|
+
<div class="io-line">Defined in <code><a href="../directives/PopoverContainer.html#source" target="_self" >PopoverContainer:137</a></code>
|
|
1401
1442
|
</div>
|
|
1402
|
-
|
|
1403
|
-
|
|
1443
|
+
</td>
|
|
1444
|
+
</tr>
|
|
1404
1445
|
|
|
1405
1446
|
|
|
1406
1447
|
<tr>
|
|
1407
1448
|
<td class="col-md-4">
|
|
1408
|
-
|
|
1409
|
-
</div>
|
|
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
|
-
|
|
1449
|
+
<div class="io-description"><p>Handles emitting open/close event</p>
|
|
1450
|
+
</div>
|
|
1451
|
+
|
|
1452
|
+
<div class="io-description">
|
|
1453
|
+
<b>Parameters :</b>
|
|
1454
|
+
|
|
1455
|
+
<table class="params">
|
|
1456
|
+
<thead>
|
|
1457
|
+
<tr>
|
|
1458
|
+
<td>Name</td>
|
|
1459
|
+
<td>Type</td>
|
|
1460
|
+
<td>Optional</td>
|
|
1461
|
+
<td>Description</td>
|
|
1462
|
+
</tr>
|
|
1463
|
+
</thead>
|
|
1464
|
+
<tbody>
|
|
1465
|
+
<tr>
|
|
1466
|
+
<td>open</td>
|
|
1467
|
+
<td>
|
|
1468
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1469
|
+
</td>
|
|
1470
|
+
|
|
1471
|
+
<td>
|
|
1472
|
+
No
|
|
1473
|
+
</td>
|
|
1474
|
+
|
|
1475
|
+
|
|
1476
|
+
<td>
|
|
1477
|
+
<ul>
|
|
1437
1478
|
<li>Is the popover container open</li>
|
|
1438
1479
|
</ul>
|
|
1439
1480
|
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1481
|
+
</td>
|
|
1482
|
+
</tr>
|
|
1483
|
+
<tr>
|
|
1484
|
+
<td>event</td>
|
|
1485
|
+
<td>
|
|
1486
|
+
<code>Event</code>
|
|
1487
|
+
</td>
|
|
1447
1488
|
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1489
|
+
<td>
|
|
1490
|
+
Yes
|
|
1491
|
+
</td>
|
|
1451
1492
|
|
|
1452
1493
|
|
|
1453
|
-
|
|
1454
|
-
|
|
1494
|
+
<td>
|
|
1495
|
+
<ul>
|
|
1455
1496
|
<li>Event</li>
|
|
1456
1497
|
</ul>
|
|
1457
1498
|
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
</div>
|
|
1499
|
+
</td>
|
|
1500
|
+
</tr>
|
|
1501
|
+
</tbody>
|
|
1502
|
+
</table>
|
|
1503
|
+
</div>
|
|
1504
|
+
<div class="io-description">
|
|
1505
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1506
|
+
|
|
1507
|
+
</div>
|
|
1508
|
+
<div class="io-description">
|
|
1509
|
+
|
|
1510
|
+
</div>
|
|
1472
1511
|
</td>
|
|
1473
1512
|
</tr>
|
|
1474
1513
|
</tbody>
|
|
@@ -1491,27 +1530,27 @@ This is not toggleable - should be assigned once</p>
|
|
|
1491
1530
|
</tr>
|
|
1492
1531
|
|
|
1493
1532
|
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1533
|
+
<tr>
|
|
1534
|
+
<td class="col-md-4">
|
|
1535
|
+
<div class="io-line">Inherited from <code><a href="../directives/PopoverContainer.html" target="_self" >PopoverContainer</a></code>
|
|
1497
1536
|
</div>
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1537
|
+
</td>
|
|
1538
|
+
</tr>
|
|
1539
|
+
<tr>
|
|
1540
|
+
<td class="col-md-4">
|
|
1541
|
+
<div class="io-line">Defined in <code><a href="../directives/PopoverContainer.html#source" target="_self" >PopoverContainer:264</a></code>
|
|
1503
1542
|
</div>
|
|
1504
|
-
|
|
1505
|
-
|
|
1543
|
+
</td>
|
|
1544
|
+
</tr>
|
|
1506
1545
|
|
|
1507
1546
|
|
|
1508
1547
|
<tr>
|
|
1509
1548
|
<td class="col-md-4">
|
|
1510
1549
|
|
|
1511
|
-
|
|
1512
|
-
|
|
1550
|
+
<div class="io-description">
|
|
1551
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1513
1552
|
|
|
1514
|
-
|
|
1553
|
+
</div>
|
|
1515
1554
|
</td>
|
|
1516
1555
|
</tr>
|
|
1517
1556
|
</tbody>
|
|
@@ -1534,29 +1573,29 @@ This is not toggleable - should be assigned once</p>
|
|
|
1534
1573
|
</tr>
|
|
1535
1574
|
|
|
1536
1575
|
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1576
|
+
<tr>
|
|
1577
|
+
<td class="col-md-4">
|
|
1578
|
+
<div class="io-line">Inherited from <code><a href="../directives/PopoverContainer.html" target="_self" >PopoverContainer</a></code>
|
|
1540
1579
|
</div>
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1580
|
+
</td>
|
|
1581
|
+
</tr>
|
|
1582
|
+
<tr>
|
|
1583
|
+
<td class="col-md-4">
|
|
1584
|
+
<div class="io-line">Defined in <code><a href="../directives/PopoverContainer.html#source" target="_self" >PopoverContainer:260</a></code>
|
|
1546
1585
|
</div>
|
|
1547
|
-
|
|
1548
|
-
|
|
1586
|
+
</td>
|
|
1587
|
+
</tr>
|
|
1549
1588
|
|
|
1550
1589
|
|
|
1551
1590
|
<tr>
|
|
1552
1591
|
<td class="col-md-4">
|
|
1553
|
-
|
|
1592
|
+
<div class="io-description"><p>Handle initialization of element</p>
|
|
1554
1593
|
</div>
|
|
1555
1594
|
|
|
1556
|
-
|
|
1557
|
-
|
|
1595
|
+
<div class="io-description">
|
|
1596
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1558
1597
|
|
|
1559
|
-
|
|
1598
|
+
</div>
|
|
1560
1599
|
</td>
|
|
1561
1600
|
</tr>
|
|
1562
1601
|
</tbody>
|
|
@@ -1579,61 +1618,59 @@ This is not toggleable - should be assigned once</p>
|
|
|
1579
1618
|
</tr>
|
|
1580
1619
|
|
|
1581
1620
|
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1621
|
+
<tr>
|
|
1622
|
+
<td class="col-md-4">
|
|
1623
|
+
<div class="io-line">Inherited from <code><a href="../directives/PopoverContainer.html" target="_self" >PopoverContainer</a></code>
|
|
1585
1624
|
</div>
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1625
|
+
</td>
|
|
1626
|
+
</tr>
|
|
1627
|
+
<tr>
|
|
1628
|
+
<td class="col-md-4">
|
|
1629
|
+
<div class="io-line">Defined in <code><a href="../directives/PopoverContainer.html#source" target="_self" >PopoverContainer:241</a></code>
|
|
1591
1630
|
</div>
|
|
1592
|
-
|
|
1593
|
-
|
|
1631
|
+
</td>
|
|
1632
|
+
</tr>
|
|
1594
1633
|
|
|
1595
1634
|
|
|
1596
1635
|
<tr>
|
|
1597
1636
|
<td class="col-md-4">
|
|
1598
|
-
|
|
1599
|
-
</div>
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
</div>
|
|
1637
|
+
<div class="io-description"><p>Close the popover and reopen it with updated values without emitting an event</p>
|
|
1638
|
+
</div>
|
|
1639
|
+
|
|
1640
|
+
<div class="io-description">
|
|
1641
|
+
<b>Parameters :</b>
|
|
1642
|
+
|
|
1643
|
+
<table class="params">
|
|
1644
|
+
<thead>
|
|
1645
|
+
<tr>
|
|
1646
|
+
<td>Name</td>
|
|
1647
|
+
<td>Type</td>
|
|
1648
|
+
<td>Optional</td>
|
|
1649
|
+
</tr>
|
|
1650
|
+
</thead>
|
|
1651
|
+
<tbody>
|
|
1652
|
+
<tr>
|
|
1653
|
+
<td>changes</td>
|
|
1654
|
+
<td>
|
|
1655
|
+
<code>SimpleChanges</code>
|
|
1656
|
+
</td>
|
|
1657
|
+
|
|
1658
|
+
<td>
|
|
1659
|
+
No
|
|
1660
|
+
</td>
|
|
1661
|
+
|
|
1662
|
+
|
|
1663
|
+
</tr>
|
|
1664
|
+
</tbody>
|
|
1665
|
+
</table>
|
|
1666
|
+
</div>
|
|
1667
|
+
<div class="io-description">
|
|
1668
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1669
|
+
|
|
1670
|
+
</div>
|
|
1671
|
+
<div class="io-description">
|
|
1672
|
+
|
|
1673
|
+
</div>
|
|
1637
1674
|
</td>
|
|
1638
1675
|
</tr>
|
|
1639
1676
|
</tbody>
|
|
@@ -1656,29 +1693,29 @@ This is not toggleable - should be assigned once</p>
|
|
|
1656
1693
|
</tr>
|
|
1657
1694
|
|
|
1658
1695
|
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1696
|
+
<tr>
|
|
1697
|
+
<td class="col-md-4">
|
|
1698
|
+
<div class="io-line">Inherited from <code><a href="../directives/PopoverContainer.html" target="_self" >PopoverContainer</a></code>
|
|
1662
1699
|
</div>
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1700
|
+
</td>
|
|
1701
|
+
</tr>
|
|
1702
|
+
<tr>
|
|
1703
|
+
<td class="col-md-4">
|
|
1704
|
+
<div class="io-line">Defined in <code><a href="../directives/PopoverContainer.html#source" target="_self" >PopoverContainer:278</a></code>
|
|
1668
1705
|
</div>
|
|
1669
|
-
|
|
1670
|
-
|
|
1706
|
+
</td>
|
|
1707
|
+
</tr>
|
|
1671
1708
|
|
|
1672
1709
|
|
|
1673
1710
|
<tr>
|
|
1674
1711
|
<td class="col-md-4">
|
|
1675
|
-
|
|
1712
|
+
<div class="io-description"><p>Clean up</p>
|
|
1676
1713
|
</div>
|
|
1677
1714
|
|
|
1678
|
-
|
|
1679
|
-
|
|
1715
|
+
<div class="io-description">
|
|
1716
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1680
1717
|
|
|
1681
|
-
|
|
1718
|
+
</div>
|
|
1682
1719
|
</td>
|
|
1683
1720
|
</tr>
|
|
1684
1721
|
</tbody>
|
|
@@ -1701,29 +1738,29 @@ This is not toggleable - should be assigned once</p>
|
|
|
1701
1738
|
</tr>
|
|
1702
1739
|
|
|
1703
1740
|
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1741
|
+
<tr>
|
|
1742
|
+
<td class="col-md-4">
|
|
1743
|
+
<div class="io-line">Inherited from <code><a href="../directives/PopoverContainer.html" target="_self" >PopoverContainer</a></code>
|
|
1707
1744
|
</div>
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1745
|
+
</td>
|
|
1746
|
+
</tr>
|
|
1747
|
+
<tr>
|
|
1748
|
+
<td class="col-md-4">
|
|
1749
|
+
<div class="io-line">Defined in <code><a href="../directives/PopoverContainer.html#source" target="_self" >PopoverContainer:185</a></code>
|
|
1713
1750
|
</div>
|
|
1714
|
-
|
|
1715
|
-
|
|
1751
|
+
</td>
|
|
1752
|
+
</tr>
|
|
1716
1753
|
|
|
1717
1754
|
|
|
1718
1755
|
<tr>
|
|
1719
1756
|
<td class="col-md-4">
|
|
1720
|
-
|
|
1757
|
+
<div class="io-description"><p>Compute position of tooltip when autoAlign is enabled</p>
|
|
1721
1758
|
</div>
|
|
1722
1759
|
|
|
1723
|
-
|
|
1724
|
-
|
|
1760
|
+
<div class="io-description">
|
|
1761
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1725
1762
|
|
|
1726
|
-
|
|
1763
|
+
</div>
|
|
1727
1764
|
</td>
|
|
1728
1765
|
</tr>
|
|
1729
1766
|
</tbody>
|
|
@@ -1746,55 +1783,53 @@ This is not toggleable - should be assigned once</p>
|
|
|
1746
1783
|
</tr>
|
|
1747
1784
|
|
|
1748
1785
|
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1786
|
+
<tr>
|
|
1787
|
+
<td class="col-md-4">
|
|
1788
|
+
<div class="io-line">Inherited from <code><a href="../directives/PopoverContainer.html" target="_self" >PopoverContainer</a></code>
|
|
1752
1789
|
</div>
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1790
|
+
</td>
|
|
1791
|
+
</tr>
|
|
1792
|
+
<tr>
|
|
1793
|
+
<td class="col-md-4">
|
|
1794
|
+
<div class="io-line">Defined in <code><a href="../directives/PopoverContainer.html#source" target="_self" >PopoverContainer:177</a></code>
|
|
1758
1795
|
</div>
|
|
1759
|
-
|
|
1760
|
-
|
|
1796
|
+
</td>
|
|
1797
|
+
</tr>
|
|
1761
1798
|
|
|
1762
1799
|
|
|
1763
1800
|
<tr>
|
|
1764
1801
|
<td class="col-md-4">
|
|
1765
1802
|
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
</div>
|
|
1803
|
+
<div class="io-description">
|
|
1804
|
+
<b>Parameters :</b>
|
|
1805
|
+
|
|
1806
|
+
<table class="params">
|
|
1807
|
+
<thead>
|
|
1808
|
+
<tr>
|
|
1809
|
+
<td>Name</td>
|
|
1810
|
+
<td>Optional</td>
|
|
1811
|
+
</tr>
|
|
1812
|
+
</thead>
|
|
1813
|
+
<tbody>
|
|
1814
|
+
<tr>
|
|
1815
|
+
<td>value</td>
|
|
1816
|
+
|
|
1817
|
+
<td>
|
|
1818
|
+
No
|
|
1819
|
+
</td>
|
|
1820
|
+
|
|
1821
|
+
|
|
1822
|
+
</tr>
|
|
1823
|
+
</tbody>
|
|
1824
|
+
</table>
|
|
1825
|
+
</div>
|
|
1826
|
+
<div class="io-description">
|
|
1827
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
1828
|
+
|
|
1829
|
+
</div>
|
|
1830
|
+
<div class="io-description">
|
|
1831
|
+
|
|
1832
|
+
</div>
|
|
1798
1833
|
</td>
|
|
1799
1834
|
</tr>
|
|
1800
1835
|
</tbody>
|
|
@@ -1817,73 +1852,71 @@ This is not toggleable - should be assigned once</p>
|
|
|
1817
1852
|
</tr>
|
|
1818
1853
|
|
|
1819
1854
|
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1855
|
+
<tr>
|
|
1856
|
+
<td class="col-md-4">
|
|
1857
|
+
<div class="io-line">Inherited from <code><a href="../directives/PopoverContainer.html" target="_self" >PopoverContainer</a></code>
|
|
1823
1858
|
</div>
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1859
|
+
</td>
|
|
1860
|
+
</tr>
|
|
1861
|
+
<tr>
|
|
1862
|
+
<td class="col-md-4">
|
|
1863
|
+
<div class="io-line">Defined in <code><a href="../directives/PopoverContainer.html#source" target="_self" >PopoverContainer:296</a></code>
|
|
1829
1864
|
</div>
|
|
1830
|
-
|
|
1831
|
-
|
|
1865
|
+
</td>
|
|
1866
|
+
</tr>
|
|
1832
1867
|
|
|
1833
1868
|
|
|
1834
1869
|
<tr>
|
|
1835
1870
|
<td class="col-md-4">
|
|
1836
|
-
|
|
1837
|
-
</div>
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
</div>
|
|
1871
|
+
<div class="io-description"><p>Replace existing previous alignment class with new</p>
|
|
1872
|
+
</div>
|
|
1873
|
+
|
|
1874
|
+
<div class="io-description">
|
|
1875
|
+
<b>Parameters :</b>
|
|
1876
|
+
|
|
1877
|
+
<table class="params">
|
|
1878
|
+
<thead>
|
|
1879
|
+
<tr>
|
|
1880
|
+
<td>Name</td>
|
|
1881
|
+
<td>Type</td>
|
|
1882
|
+
<td>Optional</td>
|
|
1883
|
+
</tr>
|
|
1884
|
+
</thead>
|
|
1885
|
+
<tbody>
|
|
1886
|
+
<tr>
|
|
1887
|
+
<td>newAlignment</td>
|
|
1888
|
+
<td>
|
|
1889
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1890
|
+
</td>
|
|
1891
|
+
|
|
1892
|
+
<td>
|
|
1893
|
+
No
|
|
1894
|
+
</td>
|
|
1895
|
+
|
|
1896
|
+
|
|
1897
|
+
</tr>
|
|
1898
|
+
<tr>
|
|
1899
|
+
<td>previousAlignment</td>
|
|
1900
|
+
<td>
|
|
1901
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1902
|
+
</td>
|
|
1903
|
+
|
|
1904
|
+
<td>
|
|
1905
|
+
Yes
|
|
1906
|
+
</td>
|
|
1907
|
+
|
|
1908
|
+
|
|
1909
|
+
</tr>
|
|
1910
|
+
</tbody>
|
|
1911
|
+
</table>
|
|
1912
|
+
</div>
|
|
1913
|
+
<div class="io-description">
|
|
1914
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1915
|
+
|
|
1916
|
+
</div>
|
|
1917
|
+
<div class="io-description">
|
|
1918
|
+
|
|
1919
|
+
</div>
|
|
1887
1920
|
</td>
|
|
1888
1921
|
</tr>
|
|
1889
1922
|
</tbody>
|
|
@@ -2404,6 +2437,19 @@ export class TooltipDefinition extends PopoverContainer {
|
|
|
2404
2437
|
var MAX_SEARCH_RESULTS = 15;
|
|
2405
2438
|
</script>
|
|
2406
2439
|
|
|
2440
|
+
<script>
|
|
2441
|
+
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
2442
|
+
checkToggle(darkModeState);
|
|
2443
|
+
if ($darkModeToggleSwitchers.length > 0) {
|
|
2444
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
2445
|
+
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
|
2446
|
+
darkModeState = !darkModeState;
|
|
2447
|
+
toggleDarkMode(darkModeState);
|
|
2448
|
+
});
|
|
2449
|
+
}
|
|
2450
|
+
}
|
|
2451
|
+
</script>
|
|
2452
|
+
|
|
2407
2453
|
<script src="../js/libs/custom-elements.min.js"></script>
|
|
2408
2454
|
<script src="../js/libs/lit-html.js"></script>
|
|
2409
2455
|
|