carbon-components-angular 5.26.0 → 5.26.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/docs/documentation/classes/CheckboxExportedTests.html +168 -108
- package/docs/documentation/classes/ComponentTests.html +150 -90
- package/docs/documentation/classes/DataGridInteractionModel.html +341 -289
- package/docs/documentation/classes/IconCache.html +191 -131
- package/docs/documentation/classes/IconMemoryCache.html +194 -134
- package/docs/documentation/classes/IconNameNotFoundError.html +70 -6
- package/docs/documentation/classes/IconSizeNotFoundError.html +70 -6
- package/docs/documentation/classes/NumberChange.html +69 -5
- package/docs/documentation/classes/Overridable.html +110 -48
- package/docs/documentation/classes/PaginationModel.html +69 -5
- package/docs/documentation/classes/RadioChange.html +69 -5
- package/docs/documentation/classes/TableAdapter.html +354 -302
- package/docs/documentation/classes/TableCellAdapter.html +69 -5
- package/docs/documentation/classes/TableDomAdapter.html +610 -566
- package/docs/documentation/classes/TableHeaderItem.html +169 -109
- package/docs/documentation/classes/TableItem.html +73 -9
- package/docs/documentation/classes/TableModel.html +1250 -1234
- package/docs/documentation/classes/TableRow.html +70 -6
- package/docs/documentation/classes/TableRowAdapter.html +69 -5
- package/docs/documentation/components/Accordion.html +90 -26
- package/docs/documentation/components/AccordionItem.html +118 -56
- package/docs/documentation/components/ActionableNotification.html +146 -84
- package/docs/documentation/components/AlertModal.html +175 -115
- package/docs/documentation/components/BaseIconButton.html +69 -5
- package/docs/documentation/components/BaseNotification.html +134 -72
- package/docs/documentation/components/BaseTabHeader.html +186 -126
- package/docs/documentation/components/Breadcrumb.html +141 -79
- package/docs/documentation/components/BreadcrumbItemComponent.html +114 -52
- package/docs/documentation/components/ButtonSet.html +70 -6
- package/docs/documentation/components/Checkbox.html +482 -434
- package/docs/documentation/components/ClickableTile.html +106 -44
- package/docs/documentation/components/CodeSnippet.html +136 -72
- package/docs/documentation/components/ComboBox.html +757 -719
- package/docs/documentation/components/ContainedList.html +112 -50
- package/docs/documentation/components/ContainedListItem.html +122 -60
- package/docs/documentation/components/ContentSwitcher.html +127 -65
- package/docs/documentation/components/ContextMenuComponent.html +167 -107
- package/docs/documentation/components/ContextMenuDividerComponent.html +69 -5
- package/docs/documentation/components/ContextMenuGroupComponent.html +127 -65
- package/docs/documentation/components/ContextMenuItemComponent.html +281 -221
- package/docs/documentation/components/DatePicker.html +743 -703
- package/docs/documentation/components/DatePickerInput.html +269 -215
- package/docs/documentation/components/Dialog.html +318 -264
- package/docs/documentation/components/Documentation.html +96 -32
- package/docs/documentation/components/Dropdown.html +661 -617
- package/docs/documentation/components/DropdownList.html +679 -639
- package/docs/documentation/components/ExpandableTile.html +99 -35
- package/docs/documentation/components/FileComponent.html +78 -14
- package/docs/documentation/components/FileUploader.html +475 -431
- package/docs/documentation/components/Hamburger.html +81 -17
- package/docs/documentation/components/Header.html +143 -83
- package/docs/documentation/components/HeaderAction.html +79 -15
- package/docs/documentation/components/HeaderGlobal.html +69 -5
- package/docs/documentation/components/HeaderItem.html +105 -43
- package/docs/documentation/components/HeaderMenu.html +200 -140
- package/docs/documentation/components/HeaderNavigation.html +69 -5
- package/docs/documentation/components/IconButton.html +138 -76
- package/docs/documentation/components/InlineLoading.html +70 -6
- package/docs/documentation/components/Label.html +129 -67
- package/docs/documentation/components/ListColumn.html +70 -6
- package/docs/documentation/components/ListHeader.html +90 -26
- package/docs/documentation/components/ListRow.html +166 -104
- package/docs/documentation/components/Loading.html +70 -6
- package/docs/documentation/components/Modal.html +191 -131
- package/docs/documentation/components/ModalFooter.html +69 -5
- package/docs/documentation/components/ModalHeader.html +83 -19
- package/docs/documentation/components/Notification.html +146 -84
- package/docs/documentation/components/NumberComponent.html +389 -337
- package/docs/documentation/components/OverflowMenu.html +110 -48
- package/docs/documentation/components/OverflowMenuCustomPane.html +398 -346
- package/docs/documentation/components/OverflowMenuOption.html +106 -42
- package/docs/documentation/components/OverflowMenuPane.html +426 -374
- package/docs/documentation/components/Overlay.html +106 -44
- package/docs/documentation/components/Pagination.html +73 -9
- package/docs/documentation/components/PaginationNav.html +188 -128
- package/docs/documentation/components/PaginationNavItem.html +71 -7
- package/docs/documentation/components/PaginationOverflow.html +107 -45
- package/docs/documentation/components/Panel.html +69 -5
- package/docs/documentation/components/PasswordInputLabelComponent.html +137 -75
- package/docs/documentation/components/Placeholder.html +80 -16
- package/docs/documentation/components/PopoverContent.html +78 -14
- package/docs/documentation/components/ProgressBar.html +106 -44
- package/docs/documentation/components/ProgressIndicator.html +216 -158
- package/docs/documentation/components/Radio.html +237 -181
- package/docs/documentation/components/RadioGroup.html +412 -360
- package/docs/documentation/components/Search.html +509 -463
- package/docs/documentation/components/Select.html +337 -285
- package/docs/documentation/components/SelectionTile.html +158 -98
- package/docs/documentation/components/SideNav.html +78 -14
- package/docs/documentation/components/SideNavItem.html +183 -121
- package/docs/documentation/components/SideNavMenu.html +107 -43
- package/docs/documentation/components/SkeletonPlaceholder.html +70 -6
- package/docs/documentation/components/SkeletonText.html +124 -62
- package/docs/documentation/components/Slider.html +840 -810
- package/docs/documentation/components/StructuredList.html +211 -153
- package/docs/documentation/components/SwitcherList.html +70 -6
- package/docs/documentation/components/SwitcherListItem.html +105 -43
- package/docs/documentation/components/Tab.html +267 -53
- package/docs/documentation/components/TabHeaderGroup.html +316 -260
- package/docs/documentation/components/TabHeaders.html +425 -373
- package/docs/documentation/components/TabSkeleton.html +69 -5
- package/docs/documentation/components/Table.html +973 -947
- package/docs/documentation/components/TableBody.html +241 -185
- package/docs/documentation/components/TableCheckbox.html +119 -57
- package/docs/documentation/components/TableContainer.html +78 -14
- package/docs/documentation/components/TableData.html +69 -5
- package/docs/documentation/components/TableExpandButton.html +78 -14
- package/docs/documentation/components/TableExpandedRow.html +141 -81
- package/docs/documentation/components/TableHead.html +124 -60
- package/docs/documentation/components/TableHeadCell.html +116 -52
- package/docs/documentation/components/TableHeadCheckbox.html +78 -14
- package/docs/documentation/components/TableHeadExpand.html +69 -5
- package/docs/documentation/components/TableHeader.html +69 -5
- package/docs/documentation/components/TableRadio.html +119 -57
- package/docs/documentation/components/TableRowComponent.html +123 -59
- package/docs/documentation/components/TableToolbar.html +79 -15
- package/docs/documentation/components/TableToolbarActions.html +69 -5
- package/docs/documentation/components/TableToolbarContent.html +69 -5
- package/docs/documentation/components/TableToolbarSearch.html +563 -517
- package/docs/documentation/components/Tabs.html +130 -68
- package/docs/documentation/components/Tag.html +70 -6
- package/docs/documentation/components/TagFilter.html +150 -90
- package/docs/documentation/components/TextInputLabelComponent.html +118 -56
- package/docs/documentation/components/TextareaLabelComponent.html +118 -56
- package/docs/documentation/components/Tile.html +70 -6
- package/docs/documentation/components/TileGroup.html +247 -191
- package/docs/documentation/components/TimePicker.html +321 -269
- package/docs/documentation/components/TimePickerSelect.html +382 -330
- package/docs/documentation/components/Toast.html +155 -93
- package/docs/documentation/components/Toggle.html +568 -522
- package/docs/documentation/components/Toggletip.html +491 -441
- package/docs/documentation/components/Tooltip.html +578 -534
- package/docs/documentation/components/TooltipDefinition.html +559 -513
- package/docs/documentation/components/TreeNodeComponent.html +353 -303
- package/docs/documentation/components/TreeViewComponent.html +155 -93
- package/docs/documentation/coverage.html +71 -7
- package/docs/documentation/dependencies.html +69 -5
- package/docs/documentation/directives/AbstractDropdownView.html +347 -291
- package/docs/documentation/directives/ActionableButton.html +69 -5
- package/docs/documentation/directives/ActionableSubtitle.html +69 -5
- package/docs/documentation/directives/ActionableTitle.html +69 -5
- package/docs/documentation/directives/BaseModal.html +79 -15
- package/docs/documentation/directives/Button.html +71 -7
- package/docs/documentation/directives/ColumnDirective.html +108 -44
- package/docs/documentation/directives/ContentSwitcherOption.html +162 -102
- package/docs/documentation/directives/DialogDirective.html +322 -268
- package/docs/documentation/directives/ExpandableTileAboveFoldDirective.html +69 -5
- package/docs/documentation/directives/ExpandableTileBelowFoldDirective.html +69 -5
- package/docs/documentation/directives/ExpandedRowHover.html +145 -85
- package/docs/documentation/directives/GridDirective.html +89 -25
- package/docs/documentation/directives/IconDirective.html +158 -98
- package/docs/documentation/directives/LayerDirective.html +79 -15
- package/docs/documentation/directives/Link.html +70 -6
- package/docs/documentation/directives/List.html +70 -6
- package/docs/documentation/directives/ListItemDirective.html +69 -5
- package/docs/documentation/directives/ModalContent.html +69 -5
- package/docs/documentation/directives/ModalContentText.html +69 -5
- package/docs/documentation/directives/ModalHeaderHeading.html +69 -5
- package/docs/documentation/directives/ModalHeaderLabel.html +69 -5
- package/docs/documentation/directives/NotificationSubtitle.html +69 -5
- package/docs/documentation/directives/NotificationTitle.html +69 -5
- package/docs/documentation/directives/OptGroup.html +69 -5
- package/docs/documentation/directives/Option.html +69 -5
- package/docs/documentation/directives/OverflowMenuDirective.html +377 -323
- package/docs/documentation/directives/PasswordInput.html +78 -14
- package/docs/documentation/directives/PopoverContainer.html +305 -249
- package/docs/documentation/directives/RowDirective.html +69 -5
- package/docs/documentation/directives/ScrollableList.html +419 -371
- package/docs/documentation/directives/StackDirective.html +70 -6
- package/docs/documentation/directives/TabHeader.html +107 -43
- package/docs/documentation/directives/TableDirective.html +69 -5
- package/docs/documentation/directives/TableHeadCellLabel.html +69 -5
- package/docs/documentation/directives/TableHeaderDescription.html +69 -5
- package/docs/documentation/directives/TableHeaderTitle.html +69 -5
- package/docs/documentation/directives/TextArea.html +70 -6
- package/docs/documentation/directives/TextInput.html +70 -6
- package/docs/documentation/directives/ThemeDirective.html +79 -15
- package/docs/documentation/directives/ToastCaption.html +69 -5
- package/docs/documentation/directives/ToastSubtitle.html +69 -5
- package/docs/documentation/directives/ToastTitle.html +69 -5
- package/docs/documentation/directives/ToggletipAction.html +69 -5
- package/docs/documentation/directives/ToggletipButton.html +69 -5
- package/docs/documentation/directives/ToggletipContent.html +69 -5
- package/docs/documentation/directives/ToggletipLabel.html +69 -5
- package/docs/documentation/index.html +78 -8
- package/docs/documentation/injectables/AnimationFrameService.html +69 -5
- package/docs/documentation/injectables/AnimationFrameServiceSingleton.html +120 -58
- package/docs/documentation/injectables/BaseModalService.html +159 -99
- package/docs/documentation/injectables/ContextMenuSelectionService.html +189 -131
- package/docs/documentation/injectables/DialogService.html +212 -152
- package/docs/documentation/injectables/DocumentService.html +170 -110
- package/docs/documentation/injectables/DropdownService.html +285 -229
- package/docs/documentation/injectables/ElementService.html +127 -65
- package/docs/documentation/injectables/EventService.html +194 -134
- package/docs/documentation/injectables/ExperimentalService.html +276 -220
- package/docs/documentation/injectables/GridService.html +110 -48
- package/docs/documentation/injectables/I18n.html +506 -458
- package/docs/documentation/injectables/IconService.html +309 -255
- package/docs/documentation/injectables/ModalService.html +215 -157
- package/docs/documentation/injectables/NotificationDisplayService.html +110 -48
- package/docs/documentation/injectables/NotificationService.html +349 -295
- package/docs/documentation/injectables/PlaceholderService.html +475 -427
- package/docs/documentation/injectables/TreeViewService.html +115 -53
- package/docs/documentation/interfaces/ActionableContent.html +70 -6
- package/docs/documentation/interfaces/AlertModalData.html +69 -5
- package/docs/documentation/interfaces/BreadcrumbItem.html +69 -5
- package/docs/documentation/interfaces/CloseMeta.html +69 -5
- package/docs/documentation/interfaces/DataGridPosition.html +69 -5
- package/docs/documentation/interfaces/DialogConfig.html +69 -5
- package/docs/documentation/interfaces/ElementVisibilityEvent.html +69 -5
- package/docs/documentation/interfaces/ExpandableTileTranslations.html +69 -5
- package/docs/documentation/interfaces/Experiment.html +69 -5
- package/docs/documentation/interfaces/FileItem.html +69 -5
- package/docs/documentation/interfaces/HeaderItemInterface.html +69 -5
- package/docs/documentation/interfaces/IconDescriptor.html +69 -5
- package/docs/documentation/interfaces/ListItem.html +70 -6
- package/docs/documentation/interfaces/ModalButton.html +69 -5
- package/docs/documentation/interfaces/NavigationItem.html +69 -5
- package/docs/documentation/interfaces/Node.html +69 -5
- package/docs/documentation/interfaces/NotificationAction.html +69 -5
- package/docs/documentation/interfaces/NotificationContent.html +69 -5
- package/docs/documentation/interfaces/NotificationLink.html +69 -5
- package/docs/documentation/interfaces/PaginationNavTranslations.html +69 -5
- package/docs/documentation/interfaces/PaginationTranslations.html +69 -5
- package/docs/documentation/interfaces/ScrollCustomEvent.html +70 -6
- package/docs/documentation/interfaces/SideNavItemInterface.html +70 -6
- package/docs/documentation/interfaces/Step.html +69 -5
- package/docs/documentation/interfaces/TableTranslations.html +69 -5
- package/docs/documentation/interfaces/TileSelection.html +69 -5
- package/docs/documentation/interfaces/ToastContent.html +70 -6
- package/docs/documentation/interfaces/TooltipConfig.html +69 -5
- package/docs/documentation/js/libs/bootstrap-native.js +2 -1
- package/docs/documentation/js/libs/es6-shim.min.js +11 -10
- package/docs/documentation/js/libs/tablesort.min.js +3 -3
- package/docs/documentation/js/libs/tablesort.number.min.js +2 -2
- package/docs/documentation/js/libs/vis.min.js +1 -1
- package/docs/documentation/js/menu-wc_es5.js +17 -19
- package/docs/documentation/js/menu.js +0 -55
- package/docs/documentation/js/search/search.js +71 -56
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/license.html +72 -8
- package/docs/documentation/miscellaneous/enumerations.html +69 -5
- package/docs/documentation/miscellaneous/functions.html +831 -819
- package/docs/documentation/miscellaneous/typealiases.html +69 -5
- package/docs/documentation/miscellaneous/variables.html +70 -6
- package/docs/documentation/modules/AccordionModule.html +69 -5
- package/docs/documentation/modules/BreadcrumbModule.html +69 -5
- package/docs/documentation/modules/ButtonModule.html +69 -5
- package/docs/documentation/modules/CheckboxModule.html +69 -5
- package/docs/documentation/modules/CodeSnippetModule/dependencies.svg +4 -4
- package/docs/documentation/modules/CodeSnippetModule.html +73 -9
- package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ComboBoxModule.html +73 -9
- package/docs/documentation/modules/ContainedListModule.html +69 -5
- package/docs/documentation/modules/ContentSwitcherModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ContentSwitcherModule.html +73 -9
- package/docs/documentation/modules/ContextMenuModule.html +69 -5
- package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +20 -20
- package/docs/documentation/modules/DatePickerInputModule.html +89 -25
- package/docs/documentation/modules/DatePickerModule/dependencies.svg +50 -46
- package/docs/documentation/modules/DatePickerModule.html +119 -51
- package/docs/documentation/modules/DialogModule.html +69 -5
- package/docs/documentation/modules/DocumentationModule.html +69 -5
- package/docs/documentation/modules/DropdownModule.html +69 -5
- package/docs/documentation/modules/ExperimentalModule.html +69 -5
- package/docs/documentation/modules/FileUploaderModule/dependencies.svg +58 -58
- package/docs/documentation/modules/FileUploaderModule.html +127 -63
- package/docs/documentation/modules/GridModule.html +69 -5
- package/docs/documentation/modules/HeaderModule.html +69 -5
- package/docs/documentation/modules/I18nModule.html +69 -5
- package/docs/documentation/modules/IconModule.html +69 -5
- package/docs/documentation/modules/InlineLoadingModule.html +69 -5
- package/docs/documentation/modules/InputModule.html +69 -5
- package/docs/documentation/modules/LayerModule.html +69 -5
- package/docs/documentation/modules/LayoutModule.html +69 -5
- package/docs/documentation/modules/LinkModule.html +69 -5
- package/docs/documentation/modules/ListModule.html +69 -5
- package/docs/documentation/modules/LoadingModule.html +69 -5
- package/docs/documentation/modules/ModalModule.html +69 -5
- package/docs/documentation/modules/NFormsModule.html +69 -5
- package/docs/documentation/modules/NotificationModule.html +69 -5
- package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
- package/docs/documentation/modules/NumberModule.html +73 -9
- package/docs/documentation/modules/PaginationModule.html +69 -5
- package/docs/documentation/modules/PanelModule/dependencies.svg +36 -36
- package/docs/documentation/modules/PanelModule.html +105 -41
- package/docs/documentation/modules/PlaceholderModule.html +69 -5
- package/docs/documentation/modules/PopoverModule.html +69 -5
- package/docs/documentation/modules/ProgressBarModule.html +69 -5
- package/docs/documentation/modules/ProgressIndicatorModule.html +69 -5
- package/docs/documentation/modules/RadioModule/dependencies.svg +43 -47
- package/docs/documentation/modules/RadioModule.html +112 -52
- package/docs/documentation/modules/SearchModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SearchModule.html +73 -9
- package/docs/documentation/modules/SelectModule/dependencies.svg +34 -34
- package/docs/documentation/modules/SelectModule.html +103 -39
- package/docs/documentation/modules/SideNavModule.html +69 -5
- package/docs/documentation/modules/SkeletonModule.html +69 -5
- package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SliderModule.html +73 -9
- package/docs/documentation/modules/StructuredListModule.html +69 -5
- package/docs/documentation/modules/TableModule.html +68 -4
- package/docs/documentation/modules/TabsModule.html +69 -5
- package/docs/documentation/modules/TagModule/dependencies.svg +28 -28
- package/docs/documentation/modules/TagModule.html +97 -33
- package/docs/documentation/modules/ThemeModule/dependencies.svg +15 -15
- package/docs/documentation/modules/ThemeModule.html +84 -20
- package/docs/documentation/modules/TilesModule/dependencies.svg +98 -98
- package/docs/documentation/modules/TilesModule.html +167 -103
- package/docs/documentation/modules/TimePickerModule/dependencies.svg +45 -41
- package/docs/documentation/modules/TimePickerModule.html +114 -46
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +46 -42
- package/docs/documentation/modules/TimePickerSelectModule.html +115 -47
- package/docs/documentation/modules/ToggleModule/dependencies.svg +26 -26
- package/docs/documentation/modules/ToggleModule.html +95 -31
- package/docs/documentation/modules/ToggletipModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ToggletipModule.html +73 -9
- package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TooltipModule.html +73 -9
- package/docs/documentation/modules/TreeviewModule/dependencies.svg +32 -32
- package/docs/documentation/modules/TreeviewModule.html +101 -37
- package/docs/documentation/modules/UIShellModule.html +69 -5
- package/docs/documentation/modules/UtilsModule.html +69 -5
- package/docs/documentation/modules.html +68 -4
- package/docs/documentation/overview.html +68 -4
- package/docs/documentation/pipes/ReplacePipe.html +114 -52
- package/docs/documentation/properties.html +69 -5
- package/docs/documentation/styles/compodoc.css +11 -8
- package/docs/documentation.json +2158 -1848
- package/docs/storybook/{3348.9d9f3238.iframe.bundle.js → 3348.03939d46.iframe.bundle.js} +1 -1
- package/docs/storybook/{959.4248791c.iframe.bundle.js → 959.05fb42da.iframe.bundle.js} +3 -3
- package/docs/storybook/{959.4248791c.iframe.bundle.js.map → 959.05fb42da.iframe.bundle.js.map} +1 -1
- package/docs/storybook/iframe.html +3 -3
- package/docs/storybook/main.cfffa2d2.iframe.bundle.js +1 -0
- package/docs/storybook/main.css +2 -4
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.33c694dd.iframe.bundle.js → runtime~main.c3f8e5ba.iframe.bundle.js} +1 -1
- package/docs/storybook/sb-addons/essentials-controls-1/manager-bundle.js +29 -29
- package/docs/storybook/{tabs-tabs-stories.183f4129.iframe.bundle.js → tabs-tabs-stories.066fa432.iframe.bundle.js} +1 -1
- package/esm2020/tabs/tab.component.mjs +20 -3
- package/esm2020/ui-shell/sidenav/sidenav-item.component.mjs +15 -13
- package/fesm2015/carbon-components-angular-tabs.mjs +24 -7
- package/fesm2015/carbon-components-angular-tabs.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-ui-shell.mjs +14 -12
- package/fesm2015/carbon-components-angular-ui-shell.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-tabs.mjs +24 -7
- package/fesm2020/carbon-components-angular-tabs.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-ui-shell.mjs +14 -12
- package/fesm2020/carbon-components-angular-ui-shell.mjs.map +1 -1
- package/package.json +1 -1
- package/tabs/tab.component.d.ts +10 -1
- package/docs/storybook/main.67c70a42.iframe.bundle.js +0 -1
- /package/docs/storybook/{959.4248791c.iframe.bundle.js.LICENSE.txt → 959.05fb42da.iframe.bundle.js.LICENSE.txt} +0 -0
|
@@ -12,10 +12,61 @@
|
|
|
12
12
|
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
<script>
|
|
16
|
+
// Blocking script to avoid flickering dark mode
|
|
17
|
+
// Dark mode toggle button
|
|
18
|
+
var useDark = window.matchMedia('(prefers-color-scheme: dark)');
|
|
19
|
+
var darkModeState = useDark.matches;
|
|
20
|
+
var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
21
|
+
var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
|
|
22
|
+
var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
|
|
23
|
+
|
|
24
|
+
function checkToggle(check) {
|
|
25
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
26
|
+
$darkModeToggleSwitchers[i].checked = check;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
function toggleDarkMode(state) {
|
|
31
|
+
if (window.localStorage) {
|
|
32
|
+
localStorage.setItem('compodoc_darkmode-state', state);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
checkToggle(state);
|
|
36
|
+
|
|
37
|
+
const hasClass = document.body.classList.contains('dark');
|
|
38
|
+
|
|
39
|
+
if (state) {
|
|
40
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
41
|
+
$darkModeToggles[i].classList.add('dark');
|
|
42
|
+
}
|
|
43
|
+
if (!hasClass) {
|
|
44
|
+
document.body.classList.add('dark');
|
|
45
|
+
}
|
|
46
|
+
} else {
|
|
47
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
48
|
+
$darkModeToggles[i].classList.remove('dark');
|
|
49
|
+
}
|
|
50
|
+
if (hasClass) {
|
|
51
|
+
document.body.classList.remove('dark');
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
useDark.addEventListener('change', function (evt) {
|
|
57
|
+
toggleDarkMode(evt.matches);
|
|
58
|
+
});
|
|
59
|
+
if (darkModeStateLocal) {
|
|
60
|
+
darkModeState = darkModeStateLocal === 'true';
|
|
61
|
+
}
|
|
62
|
+
toggleDarkMode(darkModeState);
|
|
63
|
+
</script>
|
|
64
|
+
|
|
65
|
+
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
|
|
66
|
+
<div class="d-flex">
|
|
67
|
+
<a href="../" class="navbar-brand">carbon-components-angular documentation</a>
|
|
68
|
+
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
69
|
+
</div>
|
|
19
70
|
</div>
|
|
20
71
|
|
|
21
72
|
<div class="xs-menu menu" id="mobile-menu">
|
|
@@ -24,7 +75,7 @@
|
|
|
24
75
|
|
|
25
76
|
<div class="container-fluid main">
|
|
26
77
|
<div class="row main">
|
|
27
|
-
<div class="
|
|
78
|
+
<div class="d-none d-md-block menu">
|
|
28
79
|
<compodoc-menu mode="normal"></compodoc-menu>
|
|
29
80
|
</div>
|
|
30
81
|
<!-- START CONTENT -->
|
|
@@ -85,7 +136,7 @@ Use Toggletip or Popover components instead
|
|
|
85
136
|
<h3>Extends</h3>
|
|
86
137
|
</p>
|
|
87
138
|
<p class="comment">
|
|
88
|
-
|
|
139
|
+
<code><a href="../components/Dialog.html" target="_self" >Dialog</a></code>
|
|
89
140
|
</p>
|
|
90
141
|
|
|
91
142
|
<p class="comment">
|
|
@@ -480,51 +531,49 @@ explicitly defined.</p>
|
|
|
480
531
|
</tr>
|
|
481
532
|
|
|
482
533
|
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
534
|
+
<tr>
|
|
535
|
+
<td class="col-md-4">
|
|
536
|
+
<div class="io-line">Inherited from <code><a href="../components/Dialog.html" target="_self" >Dialog</a></code>
|
|
486
537
|
</div>
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
538
|
+
</td>
|
|
539
|
+
</tr>
|
|
540
|
+
<tr>
|
|
541
|
+
<td class="col-md-4">
|
|
542
|
+
<div class="io-line">Defined in <code><a href="../components/Dialog.html#source" target="_self" >Dialog:229</a></code>
|
|
492
543
|
</div>
|
|
493
|
-
|
|
494
|
-
|
|
544
|
+
</td>
|
|
545
|
+
</tr>
|
|
495
546
|
|
|
496
547
|
|
|
497
548
|
<tr>
|
|
498
549
|
<td class="col-md-4">
|
|
499
|
-
|
|
550
|
+
<div class="io-description"><p>Sets up a event Listener to close <code>Dialog</code> if click event occurs outside
|
|
500
551
|
<code>Dialog</code> object.</p>
|
|
501
552
|
</div>
|
|
502
553
|
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
<div>
|
|
527
|
-
</div>
|
|
554
|
+
<div class="io-description">
|
|
555
|
+
<b>Parameters :</b>
|
|
556
|
+
|
|
557
|
+
<table class="params">
|
|
558
|
+
<thead>
|
|
559
|
+
<tr>
|
|
560
|
+
<td>Name</td>
|
|
561
|
+
<td>Optional</td>
|
|
562
|
+
</tr>
|
|
563
|
+
</thead>
|
|
564
|
+
<tbody>
|
|
565
|
+
<tr>
|
|
566
|
+
<td>event</td>
|
|
567
|
+
|
|
568
|
+
<td>
|
|
569
|
+
No
|
|
570
|
+
</td>
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
</tr>
|
|
574
|
+
</tbody>
|
|
575
|
+
</table>
|
|
576
|
+
</div>
|
|
528
577
|
</td>
|
|
529
578
|
</tr>
|
|
530
579
|
</tbody>
|
|
@@ -552,50 +601,48 @@ explicitly defined.</p>
|
|
|
552
601
|
</tr>
|
|
553
602
|
|
|
554
603
|
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
604
|
+
<tr>
|
|
605
|
+
<td class="col-md-4">
|
|
606
|
+
<div class="io-line">Inherited from <code><a href="../components/Dialog.html" target="_self" >Dialog</a></code>
|
|
558
607
|
</div>
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
608
|
+
</td>
|
|
609
|
+
</tr>
|
|
610
|
+
<tr>
|
|
611
|
+
<td class="col-md-4">
|
|
612
|
+
<div class="io-line">Defined in <code><a href="../components/Dialog.html#source" target="_self" >Dialog:206</a></code>
|
|
564
613
|
</div>
|
|
565
|
-
|
|
566
|
-
|
|
614
|
+
</td>
|
|
615
|
+
</tr>
|
|
567
616
|
|
|
568
617
|
|
|
569
618
|
<tr>
|
|
570
619
|
<td class="col-md-4">
|
|
571
|
-
|
|
620
|
+
<div class="io-description"><p>Sets up a KeyboardEvent to close <code>Dialog</code> with Escape key.</p>
|
|
572
621
|
</div>
|
|
573
622
|
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
<div>
|
|
598
|
-
</div>
|
|
623
|
+
<div class="io-description">
|
|
624
|
+
<b>Parameters :</b>
|
|
625
|
+
|
|
626
|
+
<table class="params">
|
|
627
|
+
<thead>
|
|
628
|
+
<tr>
|
|
629
|
+
<td>Name</td>
|
|
630
|
+
<td>Optional</td>
|
|
631
|
+
</tr>
|
|
632
|
+
</thead>
|
|
633
|
+
<tbody>
|
|
634
|
+
<tr>
|
|
635
|
+
<td>event</td>
|
|
636
|
+
|
|
637
|
+
<td>
|
|
638
|
+
No
|
|
639
|
+
</td>
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
</tr>
|
|
643
|
+
</tbody>
|
|
644
|
+
</table>
|
|
645
|
+
</div>
|
|
599
646
|
</td>
|
|
600
647
|
</tr>
|
|
601
648
|
</tbody>
|
|
@@ -624,49 +671,47 @@ explicitly defined.</p>
|
|
|
624
671
|
</tr>
|
|
625
672
|
|
|
626
673
|
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
674
|
+
<tr>
|
|
675
|
+
<td class="col-md-4">
|
|
676
|
+
<div class="io-line">Defined in <a href="" data-line="44"
|
|
677
|
+
class="link-to-prism">src/dialog/overflow-menu/overflow-menu-custom-pane.component.ts:44</a></div>
|
|
678
|
+
</td>
|
|
679
|
+
</tr>
|
|
633
680
|
|
|
634
681
|
|
|
635
682
|
<tr>
|
|
636
683
|
<td class="col-md-4">
|
|
637
684
|
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
</div>
|
|
685
|
+
<div class="io-description">
|
|
686
|
+
<b>Parameters :</b>
|
|
687
|
+
|
|
688
|
+
<table class="params">
|
|
689
|
+
<thead>
|
|
690
|
+
<tr>
|
|
691
|
+
<td>Name</td>
|
|
692
|
+
<td>Optional</td>
|
|
693
|
+
</tr>
|
|
694
|
+
</thead>
|
|
695
|
+
<tbody>
|
|
696
|
+
<tr>
|
|
697
|
+
<td>event</td>
|
|
698
|
+
|
|
699
|
+
<td>
|
|
700
|
+
No
|
|
701
|
+
</td>
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
</tr>
|
|
705
|
+
</tbody>
|
|
706
|
+
</table>
|
|
707
|
+
</div>
|
|
708
|
+
<div class="io-description">
|
|
709
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
710
|
+
|
|
711
|
+
</div>
|
|
712
|
+
<div class="io-description">
|
|
713
|
+
|
|
714
|
+
</div>
|
|
670
715
|
</td>
|
|
671
716
|
</tr>
|
|
672
717
|
</tbody>
|
|
@@ -689,27 +734,27 @@ explicitly defined.</p>
|
|
|
689
734
|
</tr>
|
|
690
735
|
|
|
691
736
|
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
737
|
+
<tr>
|
|
738
|
+
<td class="col-md-4">
|
|
739
|
+
<div class="io-line">Inherited from <code><a href="../components/Dialog.html" target="_self" >Dialog</a></code>
|
|
695
740
|
</div>
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
741
|
+
</td>
|
|
742
|
+
</tr>
|
|
743
|
+
<tr>
|
|
744
|
+
<td class="col-md-4">
|
|
745
|
+
<div class="io-line">Defined in <code><a href="../components/Dialog.html#source" target="_self" >Dialog:51</a></code>
|
|
701
746
|
</div>
|
|
702
|
-
|
|
703
|
-
|
|
747
|
+
</td>
|
|
748
|
+
</tr>
|
|
704
749
|
|
|
705
750
|
|
|
706
751
|
<tr>
|
|
707
752
|
<td class="col-md-4">
|
|
708
753
|
|
|
709
|
-
|
|
710
|
-
|
|
754
|
+
<div class="io-description">
|
|
755
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
711
756
|
|
|
712
|
-
|
|
757
|
+
</div>
|
|
713
758
|
</td>
|
|
714
759
|
</tr>
|
|
715
760
|
</tbody>
|
|
@@ -732,30 +777,30 @@ explicitly defined.</p>
|
|
|
732
777
|
</tr>
|
|
733
778
|
|
|
734
779
|
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
780
|
+
<tr>
|
|
781
|
+
<td class="col-md-4">
|
|
782
|
+
<div class="io-line">Inherited from <code><a href="../components/Dialog.html" target="_self" >Dialog</a></code>
|
|
738
783
|
</div>
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
784
|
+
</td>
|
|
785
|
+
</tr>
|
|
786
|
+
<tr>
|
|
787
|
+
<td class="col-md-4">
|
|
788
|
+
<div class="io-line">Defined in <code><a href="../components/Dialog.html#source" target="_self" >Dialog:157</a></code>
|
|
744
789
|
</div>
|
|
745
|
-
|
|
746
|
-
|
|
790
|
+
</td>
|
|
791
|
+
</tr>
|
|
747
792
|
|
|
748
793
|
|
|
749
794
|
<tr>
|
|
750
795
|
<td class="col-md-4">
|
|
751
|
-
|
|
796
|
+
<div class="io-description"><p>Empty method to be overridden by consuming classes to run any additional initialization code after the view is available.
|
|
752
797
|
NOTE: this does <em>not</em> guarantee the dialog will be positioned, simply that it will exist in the DOM</p>
|
|
753
798
|
</div>
|
|
754
799
|
|
|
755
|
-
|
|
756
|
-
|
|
800
|
+
<div class="io-description">
|
|
801
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
757
802
|
|
|
758
|
-
|
|
803
|
+
</div>
|
|
759
804
|
</td>
|
|
760
805
|
</tr>
|
|
761
806
|
</tbody>
|
|
@@ -766,7 +811,7 @@ NOTE: this does <em>not</em> guarantee the dialog will be positioned, simply tha
|
|
|
766
811
|
<td class="col-md-4">
|
|
767
812
|
<a name="clickClose"></a>
|
|
768
813
|
<span class="name">
|
|
769
|
-
|
|
814
|
+
<span class="modifier"></span>
|
|
770
815
|
<span ><b>clickClose</b></span>
|
|
771
816
|
<a href="#clickClose"><span class="icon ion-ios-link"></span></a>
|
|
772
817
|
</span>
|
|
@@ -774,7 +819,7 @@ NOTE: this does <em>not</em> guarantee the dialog will be positioned, simply tha
|
|
|
774
819
|
</tr>
|
|
775
820
|
<tr>
|
|
776
821
|
<td class="col-md-4">
|
|
777
|
-
|
|
822
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
778
823
|
<code>clickClose(event)</code>
|
|
779
824
|
</td>
|
|
780
825
|
</tr>
|
|
@@ -787,58 +832,56 @@ NOTE: this does <em>not</em> guarantee the dialog will be positioned, simply tha
|
|
|
787
832
|
</td>
|
|
788
833
|
</tr>
|
|
789
834
|
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
835
|
+
<tr>
|
|
836
|
+
<td class="col-md-4">
|
|
837
|
+
<div class="io-line">Inherited from <code><a href="../components/Dialog.html" target="_self" >Dialog</a></code>
|
|
793
838
|
</div>
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
839
|
+
</td>
|
|
840
|
+
</tr>
|
|
841
|
+
<tr>
|
|
842
|
+
<td class="col-md-4">
|
|
843
|
+
<div class="io-line">Defined in <code><a href="../components/Dialog.html#source" target="_self" >Dialog:229</a></code>
|
|
799
844
|
</div>
|
|
800
|
-
|
|
801
|
-
|
|
845
|
+
</td>
|
|
846
|
+
</tr>
|
|
802
847
|
|
|
803
848
|
|
|
804
849
|
<tr>
|
|
805
850
|
<td class="col-md-4">
|
|
806
|
-
|
|
851
|
+
<div class="io-description"><p>Sets up a event Listener to close <code>Dialog</code> if click event occurs outside
|
|
807
852
|
<code>Dialog</code> object.</p>
|
|
808
853
|
</div>
|
|
809
854
|
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
</div>
|
|
855
|
+
<div class="io-description">
|
|
856
|
+
<b>Parameters :</b>
|
|
857
|
+
|
|
858
|
+
<table class="params">
|
|
859
|
+
<thead>
|
|
860
|
+
<tr>
|
|
861
|
+
<td>Name</td>
|
|
862
|
+
<td>Optional</td>
|
|
863
|
+
</tr>
|
|
864
|
+
</thead>
|
|
865
|
+
<tbody>
|
|
866
|
+
<tr>
|
|
867
|
+
<td>event</td>
|
|
868
|
+
|
|
869
|
+
<td>
|
|
870
|
+
No
|
|
871
|
+
</td>
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
</tr>
|
|
875
|
+
</tbody>
|
|
876
|
+
</table>
|
|
877
|
+
</div>
|
|
878
|
+
<div class="io-description">
|
|
879
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
880
|
+
|
|
881
|
+
</div>
|
|
882
|
+
<div class="io-description">
|
|
883
|
+
|
|
884
|
+
</div>
|
|
842
885
|
</td>
|
|
843
886
|
</tr>
|
|
844
887
|
</tbody>
|
|
@@ -849,7 +892,7 @@ NOTE: this does <em>not</em> guarantee the dialog will be positioned, simply tha
|
|
|
849
892
|
<td class="col-md-4">
|
|
850
893
|
<a name="doClose"></a>
|
|
851
894
|
<span class="name">
|
|
852
|
-
|
|
895
|
+
<span class="modifier">Public</span>
|
|
853
896
|
<span ><b>doClose</b></span>
|
|
854
897
|
<a href="#doClose"><span class="icon ion-ios-link"></span></a>
|
|
855
898
|
</span>
|
|
@@ -857,71 +900,69 @@ NOTE: this does <em>not</em> guarantee the dialog will be positioned, simply tha
|
|
|
857
900
|
</tr>
|
|
858
901
|
<tr>
|
|
859
902
|
<td class="col-md-4">
|
|
860
|
-
|
|
903
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
861
904
|
<code>doClose(meta: <a href="../interfaces/CloseMeta.html" target="_self">CloseMeta</a>)</code>
|
|
862
905
|
</td>
|
|
863
906
|
</tr>
|
|
864
907
|
|
|
865
908
|
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
909
|
+
<tr>
|
|
910
|
+
<td class="col-md-4">
|
|
911
|
+
<div class="io-line">Inherited from <code><a href="../components/Dialog.html" target="_self" >Dialog</a></code>
|
|
869
912
|
</div>
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
913
|
+
</td>
|
|
914
|
+
</tr>
|
|
915
|
+
<tr>
|
|
916
|
+
<td class="col-md-4">
|
|
917
|
+
<div class="io-line">Defined in <code><a href="../components/Dialog.html#source" target="_self" >Dialog:242</a></code>
|
|
875
918
|
</div>
|
|
876
|
-
|
|
877
|
-
|
|
919
|
+
</td>
|
|
920
|
+
</tr>
|
|
878
921
|
|
|
879
922
|
|
|
880
923
|
<tr>
|
|
881
924
|
<td class="col-md-4">
|
|
882
|
-
|
|
925
|
+
<div class="io-description"><p>Closes <code>Dialog</code> object by emitting the close event upwards to parents.</p>
|
|
883
926
|
</div>
|
|
884
927
|
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
</div>
|
|
928
|
+
<div class="io-description">
|
|
929
|
+
<b>Parameters :</b>
|
|
930
|
+
|
|
931
|
+
<table class="params">
|
|
932
|
+
<thead>
|
|
933
|
+
<tr>
|
|
934
|
+
<td>Name</td>
|
|
935
|
+
<td>Type</td>
|
|
936
|
+
<td>Optional</td>
|
|
937
|
+
<td>Default value</td>
|
|
938
|
+
</tr>
|
|
939
|
+
</thead>
|
|
940
|
+
<tbody>
|
|
941
|
+
<tr>
|
|
942
|
+
<td>meta</td>
|
|
943
|
+
<td>
|
|
944
|
+
<code><a href="../interfaces/CloseMeta.html" target="_self" >CloseMeta</a></code>
|
|
945
|
+
</td>
|
|
946
|
+
|
|
947
|
+
<td>
|
|
948
|
+
No
|
|
949
|
+
</td>
|
|
950
|
+
|
|
951
|
+
<td>
|
|
952
|
+
<code>{ reason: CloseReasons.interaction }</code>
|
|
953
|
+
</td>
|
|
954
|
+
|
|
955
|
+
</tr>
|
|
956
|
+
</tbody>
|
|
957
|
+
</table>
|
|
958
|
+
</div>
|
|
959
|
+
<div class="io-description">
|
|
960
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
961
|
+
|
|
962
|
+
</div>
|
|
963
|
+
<div class="io-description">
|
|
964
|
+
|
|
965
|
+
</div>
|
|
925
966
|
</td>
|
|
926
967
|
</tr>
|
|
927
968
|
</tbody>
|
|
@@ -932,7 +973,7 @@ NOTE: this does <em>not</em> guarantee the dialog will be positioned, simply tha
|
|
|
932
973
|
<td class="col-md-4">
|
|
933
974
|
<a name="escapeClose"></a>
|
|
934
975
|
<span class="name">
|
|
935
|
-
|
|
976
|
+
<span class="modifier"></span>
|
|
936
977
|
<span ><b>escapeClose</b></span>
|
|
937
978
|
<a href="#escapeClose"><span class="icon ion-ios-link"></span></a>
|
|
938
979
|
</span>
|
|
@@ -940,7 +981,7 @@ NOTE: this does <em>not</em> guarantee the dialog will be positioned, simply tha
|
|
|
940
981
|
</tr>
|
|
941
982
|
<tr>
|
|
942
983
|
<td class="col-md-4">
|
|
943
|
-
|
|
984
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
944
985
|
<code>escapeClose(event: KeyboardEvent)</code>
|
|
945
986
|
</td>
|
|
946
987
|
</tr>
|
|
@@ -953,61 +994,59 @@ NOTE: this does <em>not</em> guarantee the dialog will be positioned, simply tha
|
|
|
953
994
|
</td>
|
|
954
995
|
</tr>
|
|
955
996
|
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
997
|
+
<tr>
|
|
998
|
+
<td class="col-md-4">
|
|
999
|
+
<div class="io-line">Inherited from <code><a href="../components/Dialog.html" target="_self" >Dialog</a></code>
|
|
959
1000
|
</div>
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
1001
|
+
</td>
|
|
1002
|
+
</tr>
|
|
1003
|
+
<tr>
|
|
1004
|
+
<td class="col-md-4">
|
|
1005
|
+
<div class="io-line">Defined in <code><a href="../components/Dialog.html#source" target="_self" >Dialog:206</a></code>
|
|
965
1006
|
</div>
|
|
966
|
-
|
|
967
|
-
|
|
1007
|
+
</td>
|
|
1008
|
+
</tr>
|
|
968
1009
|
|
|
969
1010
|
|
|
970
1011
|
<tr>
|
|
971
1012
|
<td class="col-md-4">
|
|
972
|
-
|
|
1013
|
+
<div class="io-description"><p>Sets up a KeyboardEvent to close <code>Dialog</code> with Escape key.</p>
|
|
973
1014
|
</div>
|
|
974
1015
|
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
</div>
|
|
1016
|
+
<div class="io-description">
|
|
1017
|
+
<b>Parameters :</b>
|
|
1018
|
+
|
|
1019
|
+
<table class="params">
|
|
1020
|
+
<thead>
|
|
1021
|
+
<tr>
|
|
1022
|
+
<td>Name</td>
|
|
1023
|
+
<td>Type</td>
|
|
1024
|
+
<td>Optional</td>
|
|
1025
|
+
</tr>
|
|
1026
|
+
</thead>
|
|
1027
|
+
<tbody>
|
|
1028
|
+
<tr>
|
|
1029
|
+
<td>event</td>
|
|
1030
|
+
<td>
|
|
1031
|
+
<code>KeyboardEvent</code>
|
|
1032
|
+
</td>
|
|
1033
|
+
|
|
1034
|
+
<td>
|
|
1035
|
+
No
|
|
1036
|
+
</td>
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
</tr>
|
|
1040
|
+
</tbody>
|
|
1041
|
+
</table>
|
|
1042
|
+
</div>
|
|
1043
|
+
<div class="io-description">
|
|
1044
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1045
|
+
|
|
1046
|
+
</div>
|
|
1047
|
+
<div class="io-description">
|
|
1048
|
+
|
|
1049
|
+
</div>
|
|
1011
1050
|
</td>
|
|
1012
1051
|
</tr>
|
|
1013
1052
|
</tbody>
|
|
@@ -1030,30 +1069,30 @@ NOTE: this does <em>not</em> guarantee the dialog will be positioned, simply tha
|
|
|
1030
1069
|
</tr>
|
|
1031
1070
|
|
|
1032
1071
|
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1072
|
+
<tr>
|
|
1073
|
+
<td class="col-md-4">
|
|
1074
|
+
<div class="io-line">Inherited from <code><a href="../components/Dialog.html" target="_self" >Dialog</a></code>
|
|
1036
1075
|
</div>
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1076
|
+
</td>
|
|
1077
|
+
</tr>
|
|
1078
|
+
<tr>
|
|
1079
|
+
<td class="col-md-4">
|
|
1080
|
+
<div class="io-line">Defined in <code><a href="../components/Dialog.html#source" target="_self" >Dialog:105</a></code>
|
|
1042
1081
|
</div>
|
|
1043
|
-
|
|
1044
|
-
|
|
1082
|
+
</td>
|
|
1083
|
+
</tr>
|
|
1045
1084
|
|
|
1046
1085
|
|
|
1047
1086
|
<tr>
|
|
1048
1087
|
<td class="col-md-4">
|
|
1049
|
-
|
|
1088
|
+
<div class="io-description"><p>After the DOM is ready, focus is set and dialog is placed
|
|
1050
1089
|
in respect to the parent element.</p>
|
|
1051
1090
|
</div>
|
|
1052
1091
|
|
|
1053
|
-
|
|
1054
|
-
|
|
1092
|
+
<div class="io-description">
|
|
1093
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1055
1094
|
|
|
1056
|
-
|
|
1095
|
+
</div>
|
|
1057
1096
|
</td>
|
|
1058
1097
|
</tr>
|
|
1059
1098
|
</tbody>
|
|
@@ -1076,29 +1115,29 @@ in respect to the parent element.</p>
|
|
|
1076
1115
|
</tr>
|
|
1077
1116
|
|
|
1078
1117
|
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1118
|
+
<tr>
|
|
1119
|
+
<td class="col-md-4">
|
|
1120
|
+
<div class="io-line">Inherited from <code><a href="../components/Dialog.html" target="_self" >Dialog</a></code>
|
|
1082
1121
|
</div>
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1122
|
+
</td>
|
|
1123
|
+
</tr>
|
|
1124
|
+
<tr>
|
|
1125
|
+
<td class="col-md-4">
|
|
1126
|
+
<div class="io-line">Defined in <code><a href="../components/Dialog.html#source" target="_self" >Dialog:249</a></code>
|
|
1088
1127
|
</div>
|
|
1089
|
-
|
|
1090
|
-
|
|
1128
|
+
</td>
|
|
1129
|
+
</tr>
|
|
1091
1130
|
|
|
1092
1131
|
|
|
1093
1132
|
<tr>
|
|
1094
1133
|
<td class="col-md-4">
|
|
1095
|
-
|
|
1134
|
+
<div class="io-description"><p>At destruction of component, <code>Dialog</code> unsubscribes from all the subscriptions.</p>
|
|
1096
1135
|
</div>
|
|
1097
1136
|
|
|
1098
|
-
|
|
1099
|
-
|
|
1137
|
+
<div class="io-description">
|
|
1138
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1100
1139
|
|
|
1101
|
-
|
|
1140
|
+
</div>
|
|
1102
1141
|
</td>
|
|
1103
1142
|
</tr>
|
|
1104
1143
|
</tbody>
|
|
@@ -1121,29 +1160,29 @@ in respect to the parent element.</p>
|
|
|
1121
1160
|
</tr>
|
|
1122
1161
|
|
|
1123
1162
|
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1163
|
+
<tr>
|
|
1164
|
+
<td class="col-md-4">
|
|
1165
|
+
<div class="io-line">Inherited from <code><a href="../components/Dialog.html" target="_self" >Dialog</a></code>
|
|
1127
1166
|
</div>
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1167
|
+
</td>
|
|
1168
|
+
</tr>
|
|
1169
|
+
<tr>
|
|
1170
|
+
<td class="col-md-4">
|
|
1171
|
+
<div class="io-line">Defined in <code><a href="../components/Dialog.html#source" target="_self" >Dialog:93</a></code>
|
|
1133
1172
|
</div>
|
|
1134
|
-
|
|
1135
|
-
|
|
1173
|
+
</td>
|
|
1174
|
+
</tr>
|
|
1136
1175
|
|
|
1137
1176
|
|
|
1138
1177
|
<tr>
|
|
1139
1178
|
<td class="col-md-4">
|
|
1140
|
-
|
|
1179
|
+
<div class="io-description"><p>Initialize the <code>Dialog</code>, set the placement and gap, and add a <code>Subscription</code> to resize events.</p>
|
|
1141
1180
|
</div>
|
|
1142
1181
|
|
|
1143
|
-
|
|
1144
|
-
|
|
1182
|
+
<div class="io-description">
|
|
1183
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1145
1184
|
|
|
1146
|
-
|
|
1185
|
+
</div>
|
|
1147
1186
|
</td>
|
|
1148
1187
|
</tr>
|
|
1149
1188
|
</tbody>
|
|
@@ -1166,29 +1205,29 @@ in respect to the parent element.</p>
|
|
|
1166
1205
|
</tr>
|
|
1167
1206
|
|
|
1168
1207
|
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1208
|
+
<tr>
|
|
1209
|
+
<td class="col-md-4">
|
|
1210
|
+
<div class="io-line">Inherited from <code><a href="../components/Dialog.html" target="_self" >Dialog</a></code>
|
|
1172
1211
|
</div>
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1212
|
+
</td>
|
|
1213
|
+
</tr>
|
|
1214
|
+
<tr>
|
|
1215
|
+
<td class="col-md-4">
|
|
1216
|
+
<div class="io-line">Defined in <code><a href="../components/Dialog.html#source" target="_self" >Dialog:162</a></code>
|
|
1178
1217
|
</div>
|
|
1179
|
-
|
|
1180
|
-
|
|
1218
|
+
</td>
|
|
1219
|
+
</tr>
|
|
1181
1220
|
|
|
1182
1221
|
|
|
1183
1222
|
<tr>
|
|
1184
1223
|
<td class="col-md-4">
|
|
1185
|
-
|
|
1224
|
+
<div class="io-description"><p>Uses the position service to position the <code>Dialog</code> in screen space</p>
|
|
1186
1225
|
</div>
|
|
1187
1226
|
|
|
1188
|
-
|
|
1189
|
-
|
|
1227
|
+
<div class="io-description">
|
|
1228
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1190
1229
|
|
|
1191
|
-
|
|
1230
|
+
</div>
|
|
1192
1231
|
</td>
|
|
1193
1232
|
</tr>
|
|
1194
1233
|
</tbody>
|
|
@@ -1664,6 +1703,19 @@ export class OverflowMenuCustomPane extends Dialog implements AfterViewInit {
|
|
|
1664
1703
|
var MAX_SEARCH_RESULTS = 15;
|
|
1665
1704
|
</script>
|
|
1666
1705
|
|
|
1706
|
+
<script>
|
|
1707
|
+
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
1708
|
+
checkToggle(darkModeState);
|
|
1709
|
+
if ($darkModeToggleSwitchers.length > 0) {
|
|
1710
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
1711
|
+
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
|
1712
|
+
darkModeState = !darkModeState;
|
|
1713
|
+
toggleDarkMode(darkModeState);
|
|
1714
|
+
});
|
|
1715
|
+
}
|
|
1716
|
+
}
|
|
1717
|
+
</script>
|
|
1718
|
+
|
|
1667
1719
|
<script src="../js/libs/custom-elements.min.js"></script>
|
|
1668
1720
|
<script src="../js/libs/lit-html.js"></script>
|
|
1669
1721
|
|